lib/aws-sdk-transfer/client.rb in aws-sdk-transfer-1.0.0 vs lib/aws-sdk-transfer/client.rb in aws-sdk-transfer-1.1.0

- old
+ new

@@ -646,12 +646,18 @@ # Requests the tags associated with a particular Amazon Resource Name # (ARN). An ARN is an identifier for a specific AWS resource, such as a # server, user, or role. # # @option params [Integer] :max_results + # Specifies the number of tags to return as a response to the + # `ListTagsForResource` request. # # @option params [String] :next_token + # When you request additional results from the `ListTagsForResource` + # call, a `NextToken` parameter is returned in the input. You can then + # pass in a subsequent command the `NextToken` parameter to continue + # listing additional tags. # # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::ListTagsForResourceResponse#arn #arn} => String # * {Types::ListTagsForResourceResponse#next_token #next_token} => String @@ -688,14 +694,14 @@ # @option params [Integer] :max_results # Specifies the number of users to return as a response to the # `ListUsers` request. # # @option params [String] :next_token - # When you can get additional results from the `ListUsers`ListUsers - # call, a `NextToken` parameter is returned in the output. You can then - # pass in a subsequent command the `NextToken` parameter to continue - # listing additional users. + # When you can get additional results from the `ListUsers` call, a + # `NextToken` parameter is returned in the output. You can then pass in + # a subsequent command the `NextToken` parameter to continue listing + # additional users. # # @option params [required, String] :server_id # A system-assigned unique identifier for a Secure File Transfer # Protocol (SFTP) server that has users are assigned to it. # @@ -1040,10 +1046,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-transfer' - context[:gem_version] = '1.0.0' + context[:gem_version] = '1.1.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated