lib/aws-sdk-transfer/client.rb in aws-sdk-transfer-1.86.0 vs lib/aws-sdk-transfer/client.rb in aws-sdk-transfer-1.87.0

- old
+ new

@@ -2065,10 +2065,12 @@ # resp.connector.tags[0].key #=> String # resp.connector.tags[0].value #=> String # resp.connector.sftp_config.user_secret_id #=> String # resp.connector.sftp_config.trusted_host_keys #=> Array # resp.connector.sftp_config.trusted_host_keys[0] #=> String + # resp.connector.service_managed_egress_ip_addresses #=> Array + # resp.connector.service_managed_egress_ip_addresses[0] #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DescribeConnector AWS API Documentation # # @overload describe_connector(params = {}) # @param [Hash] params ({}) @@ -2336,10 +2338,12 @@ # resp.server.workflow_details.on_partial_upload[0].workflow_id #=> String # resp.server.workflow_details.on_partial_upload[0].execution_role #=> String # resp.server.structured_log_destinations #=> Array # resp.server.structured_log_destinations[0] #=> String # resp.server.s3_storage_options.directory_listing_optimization #=> String, one of "ENABLED", "DISABLED" + # resp.server.as_2_service_managed_egress_ip_addresses #=> Array + # resp.server.as_2_service_managed_egress_ip_addresses[0] #=> String # # # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage): # # * server_offline @@ -4659,10 +4663,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-transfer' - context[:gem_version] = '1.86.0' + context[:gem_version] = '1.87.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #