lib/aws-sdk-iotdataplane/client.rb in aws-sdk-iotdataplane-1.38.0 vs lib/aws-sdk-iotdataplane/client.rb in aws-sdk-iotdataplane-1.39.0
- old
+ new
@@ -398,12 +398,12 @@
# retained messages, call
# [ListRetainedMessages](/iot/latest/developerguide/API_iotdata_ListRetainedMessages.html).
#
# Requires permission to access the [GetRetainedMessage][1] action.
#
- # For more information about messaging costs, see [IoT Core pricing -
- # Messaging][2].
+ # For more information about messaging costs, see [Amazon Web Services
+ # IoT Core pricing - Messaging][2].
#
#
#
# [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotfleethubfordevicemanagement.html#awsiotfleethubfordevicemanagement-actions-as-permissions
# [2]: http://aws.amazon.com/iot-core/pricing/#Messaging
@@ -534,12 +534,12 @@
# To get the message payload of a retained message, call
# [GetRetainedMessage][1] with the topic name of the retained message.
#
# Requires permission to access the [ListRetainedMessages][2] action.
#
- # For more information about messaging costs, see [IoT Core pricing -
- # Messaging][3].
+ # For more information about messaging costs, see [Amazon Web Services
+ # IoT Core pricing - Messaging][3].
#
#
#
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/API_iotdata_GetRetainedMessage.html
# [2]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotfleethubfordevicemanagement.html#awsiotfleethubfordevicemanagement-actions-as-permissions
@@ -588,12 +588,12 @@
# Requires permission to access the [Publish][1] action.
#
# For more information about MQTT messages, see [MQTT Protocol][2] in
# the IoT Developer Guide.
#
- # For more information about messaging costs, see [IoT Core pricing -
- # Messaging][3].
+ # For more information about messaging costs, see [Amazon Web Services
+ # IoT Core pricing - Messaging][3].
#
#
#
# [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions
# [2]: http://docs.aws.amazon.com/iot/latest/developerguide/mqtt.html
@@ -619,11 +619,12 @@
# @option params [String, StringIO, File] :payload
# The message body. MQTT accepts text, binary, and empty (null) message
# payloads.
#
# Publishing an empty (null) payload with **retain** = `true` deletes
- # the retained message identified by **topic** from IoT Core.
+ # the retained message identified by **topic** from Amazon Web Services
+ # IoT Core.
#
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
#
# @example Request syntax with placeholder values
#
@@ -696,10 +697,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-iotdataplane'
- context[:gem_version] = '1.38.0'
+ context[:gem_version] = '1.39.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated