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

- old
+ new

@@ -404,11 +404,11 @@ # To do this, you can set `Entry` to `/` and set `Target` to the # `HomeDirectory` parameter value. # # The following is an `Entry` and `Target` pair example for `chroot`. # - # `[ \{ "Entry:": "/", "Target": "/bucket_name/home/mydirectory" \} ]` + # `[ \{ "Entry": "/", "Target": "/bucket_name/home/mydirectory" \} ]` # # @option params [String] :policy # A session policy for your user so that you can use the same IAM role # across multiple users. This policy scopes down user access to portions # of their Amazon S3 bucket. Variables that you can use inside this @@ -834,11 +834,11 @@ # To do this, you can set `Entry` to `/` and set `Target` to the # HomeDirectory parameter value. # # The following is an `Entry` and `Target` pair example for `chroot`. # - # `[ \{ "Entry:": "/", "Target": "/bucket_name/home/mydirectory" \} ]` + # `[ \{ "Entry": "/", "Target": "/bucket_name/home/mydirectory" \} ]` # # @option params [String] :policy # A session policy for your user so that you can use the same IAM role # across multiple users. This policy scopes down user access to portions # of their Amazon S3 bucket. Variables that you can use inside this @@ -968,17 +968,17 @@ # workflow. # # The `TYPE` specifies which of the following actions is being taken for # this step. # - # * *Copy*\: copy the file to another location + # * *COPY*\: copy the file to another location # - # * *Custom*\: custom step with a lambda target + # * *CUSTOM*\: custom step with a lambda target # - # * *Delete*\: delete the file + # * *DELETE*\: delete the file # - # * *Tag*\: add a tag to the file + # * *TAG*\: add a tag to the file # # <note markdown="1"> Currently, copying and tagging are supported only on S3. # # </note> # @@ -2357,11 +2357,11 @@ # To do this, you can set `Entry` to `/` and set `Target` to the # `HomeDirectory` parameter value. # # The following is an `Entry` and `Target` pair example for `chroot`. # - # `[ \{ "Entry:": "/", "Target": "/bucket_name/home/mydirectory" \} ]` + # `[ \{ "Entry": "/", "Target": "/bucket_name/home/mydirectory" \} ]` # # @option params [String] :policy # A session policy for your user so that you can use the same IAM role # across multiple users. This policy scopes down user access to portions # of their Amazon S3 bucket. Variables that you can use inside this @@ -2751,11 +2751,11 @@ # To do this, you can set `Entry` to '/' and set `Target` to the # HomeDirectory parameter value. # # The following is an `Entry` and `Target` pair example for `chroot`. # - # `[ \{ "Entry:": "/", "Target": "/bucket_name/home/mydirectory" \} ]` + # `[ \{ "Entry": "/", "Target": "/bucket_name/home/mydirectory" \} ]` # # @option params [String] :policy # A session policy for your user so that you can use the same IAM role # across multiple users. This policy scopes down user access to portions # of their Amazon S3 bucket. Variables that you can use inside this @@ -2864,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.52.0' + context[:gem_version] = '1.53.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #