aws-sdk-transfer 1.52.0 → 1.53.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0fa6cb0551a45bbf8181b24aa16b6906bc2d484a634c99d9235ed568a41e3052
4
- data.tar.gz: d8fae405f7cf074190e0d51c130e07d256b28cb68c92756f298b997ee7122f1c
3
+ metadata.gz: a742e40b5f989c9031a96e4f5ff6dcd658b2c66d2a980c46e900563062c5b151
4
+ data.tar.gz: 32eb6766312c2fe5fdc87a957476eaff17631cca76e5210ba9a0abec50050533
5
5
  SHA512:
6
- metadata.gz: 3a512a5e6444bf200dc5c516c33794af3458fb60441fa380306dc2ff00710783fe586afbb2ec6f510c98f99c1c5e51b3d2481469fade079e99d1be417ff43c05
7
- data.tar.gz: d2583c98b553bd682528e547431bf8e3c8c0899ec70b7f23532363a32b90255e6e39ae2fb0c41788c5f4e07087ee274582fa76510dc2adedf9d19f7060c52233
6
+ metadata.gz: e80e403afecc2e0ec51577efd15bd0c6725775b5595e831c9051a57f55f882edd95fc2b03a9592c827362cf0d54793a4d7b11bfb05c8f5141f6c83dc828cdb1b
7
+ data.tar.gz: f1f2dc3daf9f057cde6588295144da746d7724ee59e314e3fe1345a662f72944d310763c4a1e484f10ad0d52e627955afd87edb06a98a609b5be160bc1eab80e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2022-04-19)
5
+ ------------------
6
+
7
+ * Feature - This release contains corrected HomeDirectoryMappings examples for several API functions: CreateAccess, UpdateAccess, CreateUser, and UpdateUser,.
8
+
4
9
  1.52.0 (2022-03-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -406,7 +406,7 @@ module Aws::Transfer
406
406
  #
407
407
  # The following is an `Entry` and `Target` pair example for `chroot`.
408
408
  #
409
- # `[ \{ "Entry:": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
409
+ # `[ \{ "Entry": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
410
410
  #
411
411
  # @option params [String] :policy
412
412
  # A session policy for your user so that you can use the same IAM role
@@ -836,7 +836,7 @@ module Aws::Transfer
836
836
  #
837
837
  # The following is an `Entry` and `Target` pair example for `chroot`.
838
838
  #
839
- # `[ \{ "Entry:": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
839
+ # `[ \{ "Entry": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
840
840
  #
841
841
  # @option params [String] :policy
842
842
  # A session policy for your user so that you can use the same IAM role
@@ -970,13 +970,13 @@ module Aws::Transfer
970
970
  # The `TYPE` specifies which of the following actions is being taken for
971
971
  # this step.
972
972
  #
973
- # * *Copy*\: copy the file to another location
973
+ # * *COPY*\: copy the file to another location
974
974
  #
975
- # * *Custom*\: custom step with a lambda target
975
+ # * *CUSTOM*\: custom step with a lambda target
976
976
  #
977
- # * *Delete*\: delete the file
977
+ # * *DELETE*\: delete the file
978
978
  #
979
- # * *Tag*\: add a tag to the file
979
+ # * *TAG*\: add a tag to the file
980
980
  #
981
981
  # <note markdown="1"> Currently, copying and tagging are supported only on S3.
982
982
  #
@@ -2359,7 +2359,7 @@ module Aws::Transfer
2359
2359
  #
2360
2360
  # The following is an `Entry` and `Target` pair example for `chroot`.
2361
2361
  #
2362
- # `[ \{ "Entry:": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
2362
+ # `[ \{ "Entry": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
2363
2363
  #
2364
2364
  # @option params [String] :policy
2365
2365
  # A session policy for your user so that you can use the same IAM role
@@ -2753,7 +2753,7 @@ module Aws::Transfer
2753
2753
  #
2754
2754
  # The following is an `Entry` and `Target` pair example for `chroot`.
2755
2755
  #
2756
- # `[ \{ "Entry:": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
2756
+ # `[ \{ "Entry": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
2757
2757
  #
2758
2758
  # @option params [String] :policy
2759
2759
  # A session policy for your user so that you can use the same IAM role
@@ -2866,7 +2866,7 @@ module Aws::Transfer
2866
2866
  params: params,
2867
2867
  config: config)
2868
2868
  context[:gem_name] = 'aws-sdk-transfer'
2869
- context[:gem_version] = '1.52.0'
2869
+ context[:gem_version] = '1.53.0'
2870
2870
  Seahorse::Client::Request.new(handlers, context)
2871
2871
  end
2872
2872
 
@@ -161,7 +161,7 @@ module Aws::Transfer
161
161
  #
162
162
  # The following is an `Entry` and `Target` pair example for `chroot`.
163
163
  #
164
- # `[ \{ "Entry:": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
164
+ # `[ \{ "Entry": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
165
165
  # @return [Array<Types::HomeDirectoryMapEntry>]
166
166
  #
167
167
  # @!attribute [rw] policy
@@ -646,7 +646,7 @@ module Aws::Transfer
646
646
  #
647
647
  # The following is an `Entry` and `Target` pair example for `chroot`.
648
648
  #
649
- # `[ \{ "Entry:": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
649
+ # `[ \{ "Entry": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
650
650
  # @return [Array<Types::HomeDirectoryMapEntry>]
651
651
  #
652
652
  # @!attribute [rw] policy
@@ -864,13 +864,13 @@ module Aws::Transfer
864
864
  # The `TYPE` specifies which of the following actions is being taken
865
865
  # for this step.
866
866
  #
867
- # * *Copy*\: copy the file to another location
867
+ # * *COPY*\: copy the file to another location
868
868
  #
869
- # * *Custom*\: custom step with a lambda target
869
+ # * *CUSTOM*\: custom step with a lambda target
870
870
  #
871
- # * *Delete*\: delete the file
871
+ # * *DELETE*\: delete the file
872
872
  #
873
- # * *Tag*\: add a tag to the file
873
+ # * *TAG*\: add a tag to the file
874
874
  #
875
875
  # <note markdown="1"> Currently, copying and tagging are supported only on S3.
876
876
  #
@@ -2133,13 +2133,13 @@ module Aws::Transfer
2133
2133
  # @!attribute [rw] step_type
2134
2134
  # One of the available step types.
2135
2135
  #
2136
- # * *Copy*\: copy the file to another location
2136
+ # * *COPY*\: copy the file to another location
2137
2137
  #
2138
- # * *Custom*\: custom step with a lambda target
2138
+ # * *CUSTOM*\: custom step with a lambda target
2139
2139
  #
2140
- # * *Delete*\: delete the file
2140
+ # * *DELETE*\: delete the file
2141
2141
  #
2142
- # * *Tag*\: add a tag to the file
2142
+ # * *TAG*\: add a tag to the file
2143
2143
  # @return [String]
2144
2144
  #
2145
2145
  # @!attribute [rw] outputs
@@ -2187,7 +2187,7 @@ module Aws::Transfer
2187
2187
  #
2188
2188
  # The following is an `Entry` and `Target` pair example for `chroot`.
2189
2189
  #
2190
- # `[ \{ "Entry:": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
2190
+ # `[ \{ "Entry": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
2191
2191
  #
2192
2192
  # @note When making an API call, you may pass HomeDirectoryMapEntry
2193
2193
  # data as a hash:
@@ -3818,7 +3818,7 @@ module Aws::Transfer
3818
3818
  #
3819
3819
  # The following is an `Entry` and `Target` pair example for `chroot`.
3820
3820
  #
3821
- # `[ \{ "Entry:": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
3821
+ # `[ \{ "Entry": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
3822
3822
  # @return [Array<Types::HomeDirectoryMapEntry>]
3823
3823
  #
3824
3824
  # @!attribute [rw] policy
@@ -4257,7 +4257,7 @@ module Aws::Transfer
4257
4257
  #
4258
4258
  # The following is an `Entry` and `Target` pair example for `chroot`.
4259
4259
  #
4260
- # `[ \{ "Entry:": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
4260
+ # `[ \{ "Entry": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
4261
4261
  # @return [Array<Types::HomeDirectoryMapEntry>]
4262
4262
  #
4263
4263
  # @!attribute [rw] policy
@@ -4499,13 +4499,13 @@ module Aws::Transfer
4499
4499
  # @!attribute [rw] type
4500
4500
  # Currently, the following step types are supported.
4501
4501
  #
4502
- # * *Copy*\: copy the file to another location
4502
+ # * *COPY*\: copy the file to another location
4503
4503
  #
4504
- # * *Custom*\: custom step with a lambda target
4504
+ # * *CUSTOM*\: custom step with a lambda target
4505
4505
  #
4506
- # * *Delete*\: delete the file
4506
+ # * *DELETE*\: delete the file
4507
4507
  #
4508
- # * *Tag*\: add a tag to the file
4508
+ # * *TAG*\: add a tag to the file
4509
4509
  # @return [String]
4510
4510
  #
4511
4511
  # @!attribute [rw] copy_step_details
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-transfer/customizations'
49
49
  # @!group service
50
50
  module Aws::Transfer
51
51
 
52
- GEM_VERSION = '1.52.0'
52
+ GEM_VERSION = '1.53.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transfer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-23 00:00:00.000000000 Z
11
+ date: 2022-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core