lib/aws-sdk-transfer/client.rb in aws-sdk-transfer-1.50.0 vs lib/aws-sdk-transfer/client.rb in aws-sdk-transfer-1.51.0

- old
+ new

@@ -655,13 +655,28 @@ # Identity and Access Management (IAM) role that allows a server to turn # on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When # set, user activity can be viewed in your CloudWatch logs. # # @option params [String] :post_authentication_login_banner + # Specify a string to display when users connect to a server. This + # string is displayed after the user authenticates. # + # <note markdown="1"> The SFTP protocol does not support post-authentication display + # banners. + # + # </note> + # # @option params [String] :pre_authentication_login_banner + # Specify a string to display when users connect to a server. This + # string is displayed before the user authenticates. For example, the + # following banner displays details about using the system. # + # `This system is for the use of authorized users only. Individuals + # using this computer system without authority, or in excess of their + # authority, are subject to having all of their activities on this + # system monitored and recorded by system personnel.` + # # @option params [Array<String>] :protocols # Specifies the file transfer protocol or protocols over which your file # transfer protocol client can connect to your server's endpoint. The # available protocols are: # @@ -1361,16 +1376,16 @@ # resp.execution.posix_profile.secondary_gids[0] #=> Integer # resp.execution.status #=> String, one of "IN_PROGRESS", "COMPLETED", "EXCEPTION", "HANDLING_EXCEPTION" # resp.execution.results.steps #=> Array # resp.execution.results.steps[0].step_type #=> String, one of "COPY", "CUSTOM", "TAG", "DELETE" # resp.execution.results.steps[0].outputs #=> String - # resp.execution.results.steps[0].error.type #=> String, one of "PERMISSION_DENIED" + # resp.execution.results.steps[0].error.type #=> String, one of "PERMISSION_DENIED", "CUSTOM_STEP_FAILED", "THROTTLED", "ALREADY_EXISTS", "NOT_FOUND", "BAD_REQUEST", "TIMEOUT", "INTERNAL_SERVER_ERROR" # resp.execution.results.steps[0].error.message #=> String # resp.execution.results.on_exception_steps #=> Array # resp.execution.results.on_exception_steps[0].step_type #=> String, one of "COPY", "CUSTOM", "TAG", "DELETE" # resp.execution.results.on_exception_steps[0].outputs #=> String - # resp.execution.results.on_exception_steps[0].error.type #=> String, one of "PERMISSION_DENIED" + # resp.execution.results.on_exception_steps[0].error.type #=> String, one of "PERMISSION_DENIED", "CUSTOM_STEP_FAILED", "THROTTLED", "ALREADY_EXISTS", "NOT_FOUND", "BAD_REQUEST", "TIMEOUT", "INTERNAL_SERVER_ERROR" # resp.execution.results.on_exception_steps[0].error.message #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DescribeExecution AWS API Documentation # # @overload describe_execution(params = {}) @@ -2570,13 +2585,28 @@ # Identity and Access Management (IAM) role that allows a server to turn # on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When # set, user activity can be viewed in your CloudWatch logs. # # @option params [String] :post_authentication_login_banner + # Specify a string to display when users connect to a server. This + # string is displayed after the user authenticates. # + # <note markdown="1"> The SFTP protocol does not support post-authentication display + # banners. + # + # </note> + # # @option params [String] :pre_authentication_login_banner + # Specify a string to display when users connect to a server. This + # string is displayed before the user authenticates. For example, the + # following banner displays details about using the system. # + # `This system is for the use of authorized users only. Individuals + # using this computer system without authority, or in excess of their + # authority, are subject to having all of their activities on this + # system monitored and recorded by system personnel.` + # # @option params [Array<String>] :protocols # Specifies the file transfer protocol or protocols over which your file # transfer protocol client can connect to your server's endpoint. The # available protocols are: # @@ -2828,10 +2858,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-transfer' - context[:gem_version] = '1.50.0' + context[:gem_version] = '1.51.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #