lib/aws-sdk-iotdataplane/client.rb in aws-sdk-iotdataplane-1.43.0 vs lib/aws-sdk-iotdataplane/client.rb in aws-sdk-iotdataplane-1.44.0
- old
+ new
@@ -410,32 +410,33 @@
# Gets the details of a single retained message for the specified topic.
#
# This action returns the message payload of the retained message, which
# can incur messaging costs. To list only the topic names of the
- # retained messages, call
- # [ListRetainedMessages](/iot/latest/developerguide/API_iotdata_ListRetainedMessages.html).
+ # retained messages, call [ListRetainedMessages][1].
#
- # Requires permission to access the [GetRetainedMessage][1] action.
+ # Requires permission to access the [GetRetainedMessage][2] action.
#
# For more information about messaging costs, see [Amazon Web Services
- # IoT Core pricing - Messaging][2].
+ # IoT Core pricing - Messaging][3].
#
#
#
- # [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
+ # [1]: https://docs.aws.amazon.com/iot/latest/apireference/API_iotdata_ListRetainedMessages.html
+ # [2]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotfleethubfordevicemanagement.html#awsiotfleethubfordevicemanagement-actions-as-permissions
+ # [3]: http://aws.amazon.com/iot-core/pricing/#Messaging
#
# @option params [required, String] :topic
# The topic name of the retained message to retrieve.
#
# @return [Types::GetRetainedMessageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::GetRetainedMessageResponse#topic #topic} => String
# * {Types::GetRetainedMessageResponse#payload #payload} => String
# * {Types::GetRetainedMessageResponse#qos #qos} => Integer
# * {Types::GetRetainedMessageResponse#last_modified_time #last_modified_time} => Integer
+ # * {Types::GetRetainedMessageResponse#user_properties #user_properties} => String
#
# @example Request syntax with placeholder values
#
# resp = client.get_retained_message({
# topic: "Topic", # required
@@ -445,10 +446,11 @@
#
# resp.topic #=> String
# resp.payload #=> String
# resp.qos #=> Integer
# resp.last_modified_time #=> Integer
+ # resp.user_properties #=> String
#
# @overload get_retained_message(params = {})
# @param [Hash] params ({})
def get_retained_message(params = {}, options = {})
req = build_request(:get_retained_message, params)
@@ -556,11 +558,11 @@
# 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
+ # [1]: https://docs.aws.amazon.com/iot/latest/apireference/API_iotdata_GetRetainedMessage.html
# [2]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotfleethubfordevicemanagement.html#awsiotfleethubfordevicemanagement-actions-as-permissions
# [3]: http://aws.amazon.com/iot-core/pricing/#Messaging
#
# @option params [String] :next_token
# To retrieve the next set of results, the `nextToken` value from a
@@ -766,10 +768,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-iotdataplane'
- context[:gem_version] = '1.43.0'
+ context[:gem_version] = '1.44.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated