AWS IoT Device SDK C++ v2  1.33.0
AWS IoT Device SDK C++ v2
Deprecated List
Member Aws::Crt::Mqtt5::NegotiatedSettings::getServerKeepAlive () const noexcept
The function is deprecated, please use NegotiatedSettings::getServerKeepAliveSec()
Member Aws::Greengrass::SubscribeToTopicResponse::GetTopicName () noexcept
No longer used
Member Aws::Greengrass::SubscribeToTopicResponse::SetTopicName (const Aws::Crt::String &topicName) noexcept
No longer used
Member Aws::Iot::WebsocketConfig::ProxyOptions
Specify ProxyOptions to use a proxy with your websocket connection.
Member Aws::Iot::MqttClientConnectionConfigBuilder::WithCustomAuthorizer (const Crt::String &username, const Crt::String &authorizerName, const Crt::String &authorizerSignature, const Crt::String &password) noexcept
Please use the full WithCustomAuthorizer function that includes tokenKeyName and tokenValue. This version is left for backwards compatibility purposes.
Member Aws::Iot::Mqtt5ClientBuilder::WithAckTimeoutSeconds (uint32_t ackTimeoutSec) noexcept
the function is deprecated, please use Mqtt5ClientBuilder::WithAckTimeoutSec(uint32_t)
Member Aws::Crt::Mqtt::MqttConnection::SetOnMessageHandler (OnPublishReceivedHandler &&onPublish) noexcept
Use alternate SetOnMessageHandler()
Member Aws::Crt::Mqtt::MqttConnection::Subscribe (const Vector< std::pair< const char *, OnPublishReceivedHandler >> &topicFilters, QOS qos, OnMultiSubAckHandler &&onOpComplete) noexcept
Use alternate Subscribe()
Member Aws::Crt::Mqtt::MqttConnection::Subscribe (const char *topicFilter, QOS qos, OnPublishReceivedHandler &&onPublish, OnSubAckHandler &&onSubAck) noexcept
Use alternate Subscribe()
Member Aws::Crt::Mqtt::MqttConnection::SetWebsocketProxyOptions (const Http::HttpClientConnectionProxyOptions &proxyOptions) noexcept
Sets websocket proxy options. Replaced by SetHttpProxyOptions.
Member Aws::Crt::Mqtt::OnPublishReceivedHandler
Use OnMessageReceivedHandler
Member Aws::Crt::Mqtt5::JitterMode
JitterMode is deprecated, please use Aws::Crt::Mqtt5::ExponentialBackoffJitterMode
Member Aws::Crt::Mqtt5::Subscription::WithRetain (bool retain) noexcept
The function is deprecated, please use Subscription::WithRetainAsPublished(bool).
Member Aws::Crt::Mqtt5::ConnAckPacket::getServerKeepAlive () const noexcept
The function is deprecated, please use ConnAckPacket::getServerKeepAliveSec(). Server-requested override of the keep alive interval, in seconds. If null, the keep alive value sent by the client should be used.
Member Aws::Crt::Mqtt5::ConnAckPacket::getSessionExpiryInterval () const noexcept
The function is deprecated, please use ConnAckPacket::getSessionExpiryIntervalSec().
Member Aws::Crt::Mqtt5::ConnectPacket::getMaximumPacketSizeBytes () const noexcept
The function is deprecated, please use ConnectPacket::getMaximumPacketSizeToServer()
Member Aws::Crt::DefaultAllocator () noexcept
Use DefaultAllocatorImplementation() instead. DefaultAllocator() is too easily confused with ApiAllocator().
Member Aws::Crt::Mqtt5::NegotiatedSettings::getMaximumPacketSizeBytes () const noexcept
the function is deprecated, please use NegotiatedSettings::getMaximumPacketSizeToServer()
Member Aws::Crt::Mqtt5::Mqtt5ClientOptions::WithAckTimeoutSeconds (uint32_t ackTimeoutSec) noexcept
The function is deprecated, please use Mqtt5ClientOptions::WithAckTimeoutSec(uint32_t)
Member Aws::Crt::JsonObject::GetErrorMessage () const
Member Aws::Crt::Io::TlsContextOptions::SetKeychainPath (ByteCursor &keychain_path) noexcept
Custom keychain management is deprecated.
Member Aws::Crt::Io::OffsetType
Use int64_t instead for offsets in public APIs.
Member Aws::Crt::Http::HttpClientConnectionProxyOptions::BasicAuthPassword
The password to use if connecting to the proxy via basic authentication Replaced by using the result of CreateBasicHttpProxyStrategy()
Member Aws::Crt::Http::HttpClientConnectionProxyOptions::BasicAuthUsername
The username to use if connecting to the proxy via basic authentication Replaced by using the result of CreateBasicHttpProxyStrategy()
Member Aws::Crt::Http::HttpClientConnectionProxyOptions::AuthType
What kind of authentication approach to use when connecting to the proxy Replaced by proxy strategy
Member Aws::Crt::Http::AwsHttpProxyAuthenticationType
enum that designates what kind of authentication, if any, to use when connecting to a proxy server.
Member Aws::Crt::Auth::SignedBodyValue::StreamingAws4HmacSha256Events
to avoid issues with /DELAYLOAD on Windows.
Member Aws::Crt::Auth::SignedBodyValue::StreamingAws4HmacSha256Payload
to avoid issues with /DELAYLOAD on Windows.
Member Aws::Crt::Auth::SignedBodyValue::EmptySha256
to avoid issues with /DELAYLOAD on Windows.
Member Aws::Crt::Auth::SignedBodyValue::UnsignedPayload
to avoid issues with /DELAYLOAD on Windows.
Member Aws::Crt::g_allocator
Use ApiAllocator() instead, to avoid issues with delay-loaded DLLs. https://github.com/aws/aws-sdk-cpp/issues/1960