lib/aws-sdk-transfer/client.rb in aws-sdk-transfer-1.39.0 vs lib/aws-sdk-transfer/client.rb in aws-sdk-transfer-1.40.0
- old
+ new
@@ -370,12 +370,12 @@
# `Target`. This value can only be set when `HomeDirectoryType` is set
# to *LOGICAL*.
#
# The following is an `Entry` and `Target` pair example.
#
- # `[ \{ "Entry": "your-personal-report.pdf", "Target":
- # "/bucket3/customized-reports/$\{transfer:UserName\}.pdf" \} ]`
+ # `[ \{ "Entry": "/directory1", "Target":
+ # "/bucket_name/home/mydirectory" \} ]`
#
# In most cases, you can use this value instead of the session policy to
# lock down your user to the designated home directory ("`chroot`").
# To do this, you can set `Entry` to `/` and set `Target` to the
# `HomeDirectory` parameter value.
@@ -769,12 +769,12 @@
# `Target`. This value can only be set when `HomeDirectoryType` is set
# to *LOGICAL*.
#
# The following is an `Entry` and `Target` pair example.
#
- # `[ \{ "Entry": "your-personal-report.pdf", "Target":
- # "/bucket3/customized-reports/$\{transfer:UserName\}.pdf" \} ]`
+ # `[ \{ "Entry": "/directory1", "Target":
+ # "/bucket_name/home/mydirectory" \} ]`
#
# In most cases, you can use this value instead of the session policy to
# lock your user down to the designated home directory ("`chroot`").
# To do this, you can set `Entry` to `/` and set `Target` to the
# HomeDirectory parameter value.
@@ -927,17 +927,28 @@
#
# * *Delete*\: delete the file
#
# * *Tag*\: add a tag to the file
#
+ # <note markdown="1"> Currently, copying and tagging are supported only on S3.
+ #
+ # </note>
+ #
# For file location, you specify either the S3 bucket and key, or the
# EFS filesystem ID and path.
#
# @option params [Array<Types::WorkflowStep>] :on_exception_steps
- # Specifies the steps (actions) to take if any errors are encountered
- # during execution of the workflow.
+ # Specifies the steps (actions) to take if errors are encountered during
+ # execution of the workflow.
#
+ # <note markdown="1"> For custom steps, the lambda function needs to send `FAILURE` to the
+ # call back API to kick off the exception steps. Additionally, if the
+ # lambda does not send `SUCCESS` before it times out, the exception
+ # steps are executed.
+ #
+ # </note>
+ #
# @option params [Array<Types::Tag>] :tags
# Key-value pairs that can be used to group and search for workflows.
# Tags are metadata attached to workflows for any purpose.
#
# @return [Types::CreateWorkflowResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -2261,12 +2272,12 @@
# `Target`. This value can only be set when `HomeDirectoryType` is set
# to *LOGICAL*.
#
# The following is an `Entry` and `Target` pair example.
#
- # `[ \{ "Entry": "your-personal-report.pdf", "Target":
- # "/bucket3/customized-reports/$\{transfer:UserName\}.pdf" \} ]`
+ # `[ \{ "Entry": "/directory1", "Target":
+ # "/bucket_name/home/mydirectory" \} ]`
#
# In most cases, you can use this value instead of the session policy to
# lock down your user to the designated home directory ("`chroot`").
# To do this, you can set `Entry` to `/` and set `Target` to the
# `HomeDirectory` parameter value.
@@ -2633,12 +2644,12 @@
# `Target`. This value can only be set when `HomeDirectoryType` is set
# to *LOGICAL*.
#
# The following is an `Entry` and `Target` pair example.
#
- # `[ \{ "Entry": "your-personal-report.pdf", "Target":
- # "/bucket3/customized-reports/$\{transfer:UserName\}.pdf" \} ]`
+ # `[ \{ "Entry": "/directory1", "Target":
+ # "/bucket_name/home/mydirectory" \} ]`
#
# In most cases, you can use this value instead of the session policy to
# lock down your user to the designated home directory ("`chroot`").
# To do this, you can set `Entry` to '/' and set `Target` to the
# HomeDirectory parameter value.
@@ -2767,10 +2778,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-transfer'
- context[:gem_version] = '1.39.0'
+ context[:gem_version] = '1.40.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated