lib/aws-sdk-transfer/client.rb in aws-sdk-transfer-1.46.0 vs lib/aws-sdk-transfer/client.rb in aws-sdk-transfer-1.47.0

- old
+ new

@@ -663,10 +663,14 @@ # Specifies the Amazon Resource Name (ARN) of the Amazon Web Services # 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 + # + # @option params [String] :pre_authentication_login_banner + # # @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: # @@ -741,10 +745,12 @@ # directory_id: "DirectoryId", # function: "Function", # }, # identity_provider_type: "SERVICE_MANAGED", # accepts SERVICE_MANAGED, API_GATEWAY, AWS_DIRECTORY_SERVICE, AWS_LAMBDA # logging_role: "Role", + # post_authentication_login_banner: "PostAuthenticationLoginBanner", + # pre_authentication_login_banner: "PreAuthenticationLoginBanner", # protocols: ["SFTP"], # accepts SFTP, FTP, FTPS # protocol_details: { # passive_ip: "PassiveIp", # tls_session_resumption_mode: "DISABLED", # accepts DISABLED, ENABLED, ENFORCED # }, @@ -1472,10 +1478,12 @@ # resp.server.identity_provider_details.invocation_role #=> String # resp.server.identity_provider_details.directory_id #=> String # resp.server.identity_provider_details.function #=> String # resp.server.identity_provider_type #=> String, one of "SERVICE_MANAGED", "API_GATEWAY", "AWS_DIRECTORY_SERVICE", "AWS_LAMBDA" # resp.server.logging_role #=> String + # resp.server.post_authentication_login_banner #=> String + # resp.server.pre_authentication_login_banner #=> String # resp.server.protocols #=> Array # resp.server.protocols[0] #=> String, one of "SFTP", "FTP", "FTPS" # resp.server.security_policy_name #=> String # resp.server.server_id #=> String # resp.server.state #=> String, one of "OFFLINE", "ONLINE", "STARTING", "STOPPING", "START_FAILED", "STOP_FAILED" @@ -2570,10 +2578,14 @@ # Specifies the Amazon Resource Name (ARN) of the Amazon Web Services # 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 + # + # @option params [String] :pre_authentication_login_banner + # # @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: # @@ -2640,10 +2652,12 @@ # invocation_role: "Role", # directory_id: "DirectoryId", # function: "Function", # }, # logging_role: "NullableRole", + # post_authentication_login_banner: "PostAuthenticationLoginBanner", + # pre_authentication_login_banner: "PreAuthenticationLoginBanner", # protocols: ["SFTP"], # accepts SFTP, FTP, FTPS # security_policy_name: "SecurityPolicyName", # server_id: "ServerId", # required # workflow_details: { # on_upload: [ # required @@ -2834,10 +2848,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-transfer' - context[:gem_version] = '1.46.0' + context[:gem_version] = '1.47.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated