lib/aws-sdk-transfer/client.rb in aws-sdk-transfer-1.92.0 vs lib/aws-sdk-transfer/client.rb in aws-sdk-transfer-1.95.0

- old
+ new

@@ -299,12 +299,13 @@ # in the future. # # # @option options [String] :sdk_ua_app_id # A unique and opaque application ID that is appended to the - # User-Agent header as app/<sdk_ua_app_id>. It should have a - # maximum length of 50. + # User-Agent header as app/sdk_ua_app_id. It should have a + # maximum length of 50. This variable is sourced from environment + # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id. # # @option options [String] :secret_access_key # # @option options [String] :session_token # @@ -2545,12 +2546,19 @@ # Imports the signing and encryption certificates that you need to # create local (AS2) profiles and partner profiles. # # @option params [required, String] :usage - # Specifies whether this certificate is used for signing or encryption. + # Specifies how this certificate is used. It can be used in the + # following ways: # + # * `SIGNING`: For signing AS2 messages + # + # * `ENCRYPTION`: For encrypting AS2 messages + # + # * `TLS`: For securing AS2 communications sent over HTTPS + # # @option params [required, String] :certificate # * For the CLI, provide a file path for a certificate in URI format. # For example, `--certificate file://encryption-cert.pem`. # Alternatively, you can provide the raw content. # @@ -4806,10 +4814,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-transfer' - context[:gem_version] = '1.92.0' + context[:gem_version] = '1.95.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #