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

- old
+ new

@@ -2645,10 +2645,16 @@ # # @option params [Types::WorkflowDetails] :workflow_details # Specifies the workflow ID for the workflow to assign and the execution # role used for executing the workflow. # + # To remove an associated workflow from a server, you can provide an + # empty `OnUpload` object, as in the following example. + # + # `aws transfer update-server --server-id s-01234567890abcdef + # --workflow-details '\{"OnUpload":[]\}'` + # # @return [Types::UpdateServerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::UpdateServerResponse#server_id #server_id} => String # # @example Request syntax with placeholder values @@ -2858,10 +2864,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-transfer' - context[:gem_version] = '1.51.0' + context[:gem_version] = '1.52.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #