lib/aws-sdk-transfer/client.rb in aws-sdk-transfer-1.77.0 vs lib/aws-sdk-transfer/client.rb in aws-sdk-transfer-1.78.0

- old
+ new

@@ -3310,15 +3310,15 @@ # # @option params [required, String] :connector_id # The unique identifier for the connector. # # @option params [Array<String>] :send_file_paths - # One or more source paths for the Transfer Family server. Each string + # One or more source paths for the Amazon S3 storage. Each string # represents a source file path for one outbound file transfer. For # example, ` DOC-EXAMPLE-BUCKET/myfile.txt `. # - # <note markdown="1"> Replace ` DOC-EXAMPLE-BUCKET `with one of your actual buckets. + # <note markdown="1"> Replace ` DOC-EXAMPLE-BUCKET ` with one of your actual buckets. # # </note> # # @option params [Array<String>] :retrieve_file_paths # One or more source paths for the partner's SFTP server. Each string @@ -4576,10 +4576,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-transfer' - context[:gem_version] = '1.77.0' + context[:gem_version] = '1.78.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #