aws-sdk-transfer 1.106.0 → 1.107.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transfer/client.rb +27 -27
- data/lib/aws-sdk-transfer/types.rb +53 -53
- data/lib/aws-sdk-transfer.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '08f1cb0dd360dccba723592acd89e76c082d67bef8cdec6665054b762ffcb3b2'
|
4
|
+
data.tar.gz: 99ad08e00c80e9f501a658d0e405e876caba4ff6098f1d9b9423f35a9807bb3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 044037dc05ab2dd2e476472aa01fe4dbf15d75553bb84b0dd0d3118ece6efe6910509aab51877405de3a3f996448295e56d0afbe401d030c832189cb7648c53b
|
7
|
+
data.tar.gz: 3d9cbff53948092592824b4e3b391791c831fb4c87118929d69ceb0f92682ca7ceee5c71b9a72d856e0c900dbd0bdb8a6842b27c934b1d94cb7ae5bba060d549
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.107.0
|
@@ -502,8 +502,8 @@ module Aws::Transfer
|
|
502
502
|
#
|
503
503
|
# The following is an `Entry` and `Target` pair example.
|
504
504
|
#
|
505
|
-
# `[
|
506
|
-
#
|
505
|
+
# `[ { "Entry": "/directory1", "Target": "/bucket_name/home/mydirectory"
|
506
|
+
# } ]`
|
507
507
|
#
|
508
508
|
# In most cases, you can use this value instead of the session policy to
|
509
509
|
# lock down your user to the designated home directory ("`chroot`").
|
@@ -512,15 +512,15 @@ module Aws::Transfer
|
|
512
512
|
#
|
513
513
|
# The following is an `Entry` and `Target` pair example for `chroot`.
|
514
514
|
#
|
515
|
-
# `[
|
515
|
+
# `[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]`
|
516
516
|
#
|
517
517
|
# @option params [String] :policy
|
518
518
|
# A session policy for your user so that you can use the same Identity
|
519
519
|
# and Access Management (IAM) role across multiple users. This policy
|
520
520
|
# scopes down a user's access to portions of their Amazon S3 bucket.
|
521
521
|
# Variables that you can use inside this policy include
|
522
|
-
#
|
523
|
-
#
|
522
|
+
# `${Transfer:UserName}`, `${Transfer:HomeDirectory}`, and
|
523
|
+
# `${Transfer:HomeBucket}`.
|
524
524
|
#
|
525
525
|
# <note markdown="1"> This policy applies only when the domain of `ServerId` is Amazon S3.
|
526
526
|
# Amazon EFS does not use session policies.
|
@@ -571,7 +571,7 @@ module Aws::Transfer
|
|
571
571
|
# view the SID values by running the following command using Windows
|
572
572
|
# PowerShell.
|
573
573
|
#
|
574
|
-
# `Get-ADGroup -Filter
|
574
|
+
# `Get-ADGroup -Filter {samAccountName -like "YourGroupName*"}
|
575
575
|
# -Properties * | Select SamAccountName,ObjectSid`
|
576
576
|
#
|
577
577
|
# In that command, replace *YourGroupName* with the name of your Active
|
@@ -1324,8 +1324,8 @@ module Aws::Transfer
|
|
1324
1324
|
#
|
1325
1325
|
# The following is an `Entry` and `Target` pair example.
|
1326
1326
|
#
|
1327
|
-
# `[
|
1328
|
-
#
|
1327
|
+
# `[ { "Entry": "/directory1", "Target": "/bucket_name/home/mydirectory"
|
1328
|
+
# } ]`
|
1329
1329
|
#
|
1330
1330
|
# In most cases, you can use this value instead of the session policy to
|
1331
1331
|
# lock your user down to the designated home directory ("`chroot`").
|
@@ -1334,15 +1334,15 @@ module Aws::Transfer
|
|
1334
1334
|
#
|
1335
1335
|
# The following is an `Entry` and `Target` pair example for `chroot`.
|
1336
1336
|
#
|
1337
|
-
# `[
|
1337
|
+
# `[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]`
|
1338
1338
|
#
|
1339
1339
|
# @option params [String] :policy
|
1340
1340
|
# A session policy for your user so that you can use the same Identity
|
1341
1341
|
# and Access Management (IAM) role across multiple users. This policy
|
1342
1342
|
# scopes down a user's access to portions of their Amazon S3 bucket.
|
1343
1343
|
# Variables that you can use inside this policy include
|
1344
|
-
#
|
1345
|
-
#
|
1344
|
+
# `${Transfer:UserName}`, `${Transfer:HomeDirectory}`, and
|
1345
|
+
# `${Transfer:HomeBucket}`.
|
1346
1346
|
#
|
1347
1347
|
# <note markdown="1"> This policy applies only when the domain of `ServerId` is Amazon S3.
|
1348
1348
|
# Amazon EFS does not use session policies.
|
@@ -1669,7 +1669,7 @@ module Aws::Transfer
|
|
1669
1669
|
# view the SID values by running the following command using Windows
|
1670
1670
|
# PowerShell.
|
1671
1671
|
#
|
1672
|
-
# `Get-ADGroup -Filter
|
1672
|
+
# `Get-ADGroup -Filter {samAccountName -like "YourGroupName*"}
|
1673
1673
|
# -Properties * | Select SamAccountName,ObjectSid`
|
1674
1674
|
#
|
1675
1675
|
# In that command, replace *YourGroupName* with the name of your Active
|
@@ -1952,7 +1952,7 @@ module Aws::Transfer
|
|
1952
1952
|
# view the SID values by running the following command using Windows
|
1953
1953
|
# PowerShell.
|
1954
1954
|
#
|
1955
|
-
# `Get-ADGroup -Filter
|
1955
|
+
# `Get-ADGroup -Filter {samAccountName -like "YourGroupName*"}
|
1956
1956
|
# -Properties * | Select SamAccountName,ObjectSid`
|
1957
1957
|
#
|
1958
1958
|
# In that command, replace *YourGroupName* with the name of your Active
|
@@ -3961,8 +3961,8 @@ module Aws::Transfer
|
|
3961
3961
|
#
|
3962
3962
|
# The following is an `Entry` and `Target` pair example.
|
3963
3963
|
#
|
3964
|
-
# `[
|
3965
|
-
#
|
3964
|
+
# `[ { "Entry": "/directory1", "Target": "/bucket_name/home/mydirectory"
|
3965
|
+
# } ]`
|
3966
3966
|
#
|
3967
3967
|
# In most cases, you can use this value instead of the session policy to
|
3968
3968
|
# lock down your user to the designated home directory ("`chroot`").
|
@@ -3971,15 +3971,15 @@ module Aws::Transfer
|
|
3971
3971
|
#
|
3972
3972
|
# The following is an `Entry` and `Target` pair example for `chroot`.
|
3973
3973
|
#
|
3974
|
-
# `[
|
3974
|
+
# `[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]`
|
3975
3975
|
#
|
3976
3976
|
# @option params [String] :policy
|
3977
3977
|
# A session policy for your user so that you can use the same Identity
|
3978
3978
|
# and Access Management (IAM) role across multiple users. This policy
|
3979
3979
|
# scopes down a user's access to portions of their Amazon S3 bucket.
|
3980
3980
|
# Variables that you can use inside this policy include
|
3981
|
-
#
|
3982
|
-
#
|
3981
|
+
# `${Transfer:UserName}`, `${Transfer:HomeDirectory}`, and
|
3982
|
+
# `${Transfer:HomeBucket}`.
|
3983
3983
|
#
|
3984
3984
|
# <note markdown="1"> This policy applies only when the domain of `ServerId` is Amazon S3.
|
3985
3985
|
# Amazon EFS does not use session policies.
|
@@ -4030,7 +4030,7 @@ module Aws::Transfer
|
|
4030
4030
|
# view the SID values by running the following command using Windows
|
4031
4031
|
# PowerShell.
|
4032
4032
|
#
|
4033
|
-
# `Get-ADGroup -Filter
|
4033
|
+
# `Get-ADGroup -Filter {samAccountName -like "YourGroupName*"}
|
4034
4034
|
# -Properties * | Select SamAccountName,ObjectSid`
|
4035
4035
|
#
|
4036
4036
|
# In that command, replace *YourGroupName* with the name of your Active
|
@@ -4628,7 +4628,7 @@ module Aws::Transfer
|
|
4628
4628
|
# empty `OnUpload` object, as in the following example.
|
4629
4629
|
#
|
4630
4630
|
# `aws transfer update-server --server-id s-01234567890abcdef
|
4631
|
-
# --workflow-details '
|
4631
|
+
# --workflow-details '{"OnUpload":[]}'`
|
4632
4632
|
#
|
4633
4633
|
# @option params [Array<String>] :structured_log_destinations
|
4634
4634
|
# Specifies the log groups to which your server logs are sent.
|
@@ -4747,7 +4747,7 @@ module Aws::Transfer
|
|
4747
4747
|
#
|
4748
4748
|
# ` aws transfer update-user --server-id <server-id> --user-name
|
4749
4749
|
# admin-user --home-directory-type LOGICAL --home-directory-mappings
|
4750
|
-
# "[
|
4750
|
+
# "[{"Entry":"/", "Target":"/test/admin-user"}]"`
|
4751
4751
|
#
|
4752
4752
|
# @option params [String] :home_directory
|
4753
4753
|
# The landing directory (folder) for a user when they log in to the
|
@@ -4789,8 +4789,8 @@ module Aws::Transfer
|
|
4789
4789
|
#
|
4790
4790
|
# The following is an `Entry` and `Target` pair example.
|
4791
4791
|
#
|
4792
|
-
# `[
|
4793
|
-
#
|
4792
|
+
# `[ { "Entry": "/directory1", "Target": "/bucket_name/home/mydirectory"
|
4793
|
+
# } ]`
|
4794
4794
|
#
|
4795
4795
|
# In most cases, you can use this value instead of the session policy to
|
4796
4796
|
# lock down your user to the designated home directory ("`chroot`").
|
@@ -4799,15 +4799,15 @@ module Aws::Transfer
|
|
4799
4799
|
#
|
4800
4800
|
# The following is an `Entry` and `Target` pair example for `chroot`.
|
4801
4801
|
#
|
4802
|
-
# `[
|
4802
|
+
# `[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]`
|
4803
4803
|
#
|
4804
4804
|
# @option params [String] :policy
|
4805
4805
|
# A session policy for your user so that you can use the same Identity
|
4806
4806
|
# and Access Management (IAM) role across multiple users. This policy
|
4807
4807
|
# scopes down a user's access to portions of their Amazon S3 bucket.
|
4808
4808
|
# Variables that you can use inside this policy include
|
4809
|
-
#
|
4810
|
-
#
|
4809
|
+
# `${Transfer:UserName}`, `${Transfer:HomeDirectory}`, and
|
4810
|
+
# `${Transfer:HomeBucket}`.
|
4811
4811
|
#
|
4812
4812
|
# <note markdown="1"> This policy applies only when the domain of `ServerId` is Amazon S3.
|
4813
4813
|
# Amazon EFS does not use session policies.
|
@@ -4919,7 +4919,7 @@ module Aws::Transfer
|
|
4919
4919
|
tracer: tracer
|
4920
4920
|
)
|
4921
4921
|
context[:gem_name] = 'aws-sdk-transfer'
|
4922
|
-
context[:gem_version] = '1.
|
4922
|
+
context[:gem_version] = '1.107.0'
|
4923
4923
|
Seahorse::Client::Request.new(handlers, context)
|
4924
4924
|
end
|
4925
4925
|
|
@@ -94,7 +94,7 @@ module Aws::Transfer
|
|
94
94
|
# If the connector should use Basic authentication, the secret needs
|
95
95
|
# to be in the following format:
|
96
96
|
#
|
97
|
-
#
|
97
|
+
# `{ "Username": "user-name", "Password": "user-password" }`
|
98
98
|
#
|
99
99
|
# Replace `user-name` and `user-password` with the credentials for the
|
100
100
|
# actual user that is being authenticated.
|
@@ -191,16 +191,16 @@ module Aws::Transfer
|
|
191
191
|
#
|
192
192
|
# @!attribute [rw] destination_file_location
|
193
193
|
# Specifies the location for the file being copied. Use
|
194
|
-
#
|
195
|
-
#
|
194
|
+
# `${Transfer:UserName}` or `${Transfer:UploadDate}` in this field to
|
195
|
+
# parametrize the destination prefix by username or uploaded date.
|
196
196
|
#
|
197
197
|
# * Set the value of `DestinationFileLocation` to
|
198
|
-
#
|
198
|
+
# `${Transfer:UserName}` to copy uploaded files to an Amazon S3
|
199
199
|
# bucket that is prefixed with the name of the Transfer Family user
|
200
200
|
# that uploaded the file.
|
201
201
|
#
|
202
202
|
# * Set the value of `DestinationFileLocation` to
|
203
|
-
#
|
203
|
+
# `${Transfer:UploadDate}` to copy uploaded files to an Amazon S3
|
204
204
|
# bucket that is prefixed with the date of the upload.
|
205
205
|
#
|
206
206
|
# <note markdown="1"> The system resolves `UploadDate` to a date format of *YYYY-MM-DD*,
|
@@ -228,12 +228,12 @@ module Aws::Transfer
|
|
228
228
|
# the output from the previous step, or the originally uploaded file
|
229
229
|
# for the workflow.
|
230
230
|
#
|
231
|
-
# * To use the previous file as the input, enter
|
231
|
+
# * To use the previous file as the input, enter `${previous.file}`.
|
232
232
|
# In this case, this workflow step uses the output file from the
|
233
233
|
# previous workflow step as input. This is the default value.
|
234
234
|
#
|
235
235
|
# * To use the originally uploaded file location as input for this
|
236
|
-
# step, enter
|
236
|
+
# step, enter `${original.file}`.
|
237
237
|
# @return [String]
|
238
238
|
#
|
239
239
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/CopyStepDetails AWS API Documentation
|
@@ -290,8 +290,8 @@ module Aws::Transfer
|
|
290
290
|
#
|
291
291
|
# The following is an `Entry` and `Target` pair example.
|
292
292
|
#
|
293
|
-
# `[
|
294
|
-
# "/bucket_name/home/mydirectory"
|
293
|
+
# `[ { "Entry": "/directory1", "Target":
|
294
|
+
# "/bucket_name/home/mydirectory" } ]`
|
295
295
|
#
|
296
296
|
# In most cases, you can use this value instead of the session policy
|
297
297
|
# to lock down your user to the designated home directory
|
@@ -300,7 +300,7 @@ module Aws::Transfer
|
|
300
300
|
#
|
301
301
|
# The following is an `Entry` and `Target` pair example for `chroot`.
|
302
302
|
#
|
303
|
-
# `[
|
303
|
+
# `[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]`
|
304
304
|
# @return [Array<Types::HomeDirectoryMapEntry>]
|
305
305
|
#
|
306
306
|
# @!attribute [rw] policy
|
@@ -308,8 +308,8 @@ module Aws::Transfer
|
|
308
308
|
# and Access Management (IAM) role across multiple users. This policy
|
309
309
|
# scopes down a user's access to portions of their Amazon S3 bucket.
|
310
310
|
# Variables that you can use inside this policy include
|
311
|
-
#
|
312
|
-
#
|
311
|
+
# `${Transfer:UserName}`, `${Transfer:HomeDirectory}`, and
|
312
|
+
# `${Transfer:HomeBucket}`.
|
313
313
|
#
|
314
314
|
# <note markdown="1"> This policy applies only when the domain of `ServerId` is Amazon S3.
|
315
315
|
# Amazon EFS does not use session policies.
|
@@ -364,7 +364,7 @@ module Aws::Transfer
|
|
364
364
|
# you can view the SID values by running the following command using
|
365
365
|
# Windows PowerShell.
|
366
366
|
#
|
367
|
-
# `Get-ADGroup -Filter
|
367
|
+
# `Get-ADGroup -Filter {samAccountName -like "YourGroupName*"}
|
368
368
|
# -Properties * | Select SamAccountName,ObjectSid`
|
369
369
|
#
|
370
370
|
# In that command, replace *YourGroupName* with the name of your
|
@@ -1039,8 +1039,8 @@ module Aws::Transfer
|
|
1039
1039
|
#
|
1040
1040
|
# The following is an `Entry` and `Target` pair example.
|
1041
1041
|
#
|
1042
|
-
# `[
|
1043
|
-
# "/bucket_name/home/mydirectory"
|
1042
|
+
# `[ { "Entry": "/directory1", "Target":
|
1043
|
+
# "/bucket_name/home/mydirectory" } ]`
|
1044
1044
|
#
|
1045
1045
|
# In most cases, you can use this value instead of the session policy
|
1046
1046
|
# to lock your user down to the designated home directory
|
@@ -1050,7 +1050,7 @@ module Aws::Transfer
|
|
1050
1050
|
#
|
1051
1051
|
# The following is an `Entry` and `Target` pair example for `chroot`.
|
1052
1052
|
#
|
1053
|
-
# `[
|
1053
|
+
# `[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]`
|
1054
1054
|
# @return [Array<Types::HomeDirectoryMapEntry>]
|
1055
1055
|
#
|
1056
1056
|
# @!attribute [rw] policy
|
@@ -1058,8 +1058,8 @@ module Aws::Transfer
|
|
1058
1058
|
# and Access Management (IAM) role across multiple users. This policy
|
1059
1059
|
# scopes down a user's access to portions of their Amazon S3 bucket.
|
1060
1060
|
# Variables that you can use inside this policy include
|
1061
|
-
#
|
1062
|
-
#
|
1061
|
+
# `${Transfer:UserName}`, `${Transfer:HomeDirectory}`, and
|
1062
|
+
# `${Transfer:HomeBucket}`.
|
1063
1063
|
#
|
1064
1064
|
# <note markdown="1"> This policy applies only when the domain of `ServerId` is Amazon S3.
|
1065
1065
|
# Amazon EFS does not use session policies.
|
@@ -1262,12 +1262,12 @@ module Aws::Transfer
|
|
1262
1262
|
# the output from the previous step, or the originally uploaded file
|
1263
1263
|
# for the workflow.
|
1264
1264
|
#
|
1265
|
-
# * To use the previous file as the input, enter
|
1265
|
+
# * To use the previous file as the input, enter `${previous.file}`.
|
1266
1266
|
# In this case, this workflow step uses the output file from the
|
1267
1267
|
# previous workflow step as input. This is the default value.
|
1268
1268
|
#
|
1269
1269
|
# * To use the originally uploaded file location as input for this
|
1270
|
-
# step, enter
|
1270
|
+
# step, enter `${original.file}`.
|
1271
1271
|
# @return [String]
|
1272
1272
|
#
|
1273
1273
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/CustomStepDetails AWS API Documentation
|
@@ -1296,12 +1296,12 @@ module Aws::Transfer
|
|
1296
1296
|
# the output from the previous step, or the originally uploaded file
|
1297
1297
|
# for the workflow.
|
1298
1298
|
#
|
1299
|
-
# * To use the previous file as the input, enter
|
1299
|
+
# * To use the previous file as the input, enter `${previous.file}`.
|
1300
1300
|
# In this case, this workflow step uses the output file from the
|
1301
1301
|
# previous workflow step as input. This is the default value.
|
1302
1302
|
#
|
1303
1303
|
# * To use the originally uploaded file location as input for this
|
1304
|
-
# step, enter
|
1304
|
+
# step, enter `${original.file}`.
|
1305
1305
|
# @return [String]
|
1306
1306
|
#
|
1307
1307
|
# @!attribute [rw] overwrite_existing
|
@@ -1320,17 +1320,17 @@ module Aws::Transfer
|
|
1320
1320
|
#
|
1321
1321
|
# @!attribute [rw] destination_file_location
|
1322
1322
|
# Specifies the location for the file being decrypted. Use
|
1323
|
-
#
|
1324
|
-
#
|
1323
|
+
# `${Transfer:UserName}` or `${Transfer:UploadDate}` in this field to
|
1324
|
+
# parametrize the destination prefix by username or uploaded date.
|
1325
1325
|
#
|
1326
1326
|
# * Set the value of `DestinationFileLocation` to
|
1327
|
-
#
|
1327
|
+
# `${Transfer:UserName}` to decrypt uploaded files to an Amazon S3
|
1328
1328
|
# bucket that is prefixed with the name of the Transfer Family user
|
1329
1329
|
# that uploaded the file.
|
1330
1330
|
#
|
1331
1331
|
# * Set the value of `DestinationFileLocation` to
|
1332
|
-
#
|
1333
|
-
#
|
1332
|
+
# `${Transfer:UploadDate}` to decrypt uploaded files to an Amazon S3
|
1333
|
+
# bucket that is prefixed with the date of the upload.
|
1334
1334
|
#
|
1335
1335
|
# <note markdown="1"> The system resolves `UploadDate` to a date format of *YYYY-MM-DD*,
|
1336
1336
|
# based on the date the file is uploaded in UTC.
|
@@ -1363,7 +1363,7 @@ module Aws::Transfer
|
|
1363
1363
|
# you can view the SID values by running the following command using
|
1364
1364
|
# Windows PowerShell.
|
1365
1365
|
#
|
1366
|
-
# `Get-ADGroup -Filter
|
1366
|
+
# `Get-ADGroup -Filter {samAccountName -like "YourGroupName*"}
|
1367
1367
|
# -Properties * | Select SamAccountName,ObjectSid`
|
1368
1368
|
#
|
1369
1369
|
# In that command, replace *YourGroupName* with the name of your
|
@@ -1504,12 +1504,12 @@ module Aws::Transfer
|
|
1504
1504
|
# the output from the previous step, or the originally uploaded file
|
1505
1505
|
# for the workflow.
|
1506
1506
|
#
|
1507
|
-
# * To use the previous file as the input, enter
|
1507
|
+
# * To use the previous file as the input, enter `${previous.file}`.
|
1508
1508
|
# In this case, this workflow step uses the output file from the
|
1509
1509
|
# previous workflow step as input. This is the default value.
|
1510
1510
|
#
|
1511
1511
|
# * To use the originally uploaded file location as input for this
|
1512
|
-
# step, enter
|
1512
|
+
# step, enter `${original.file}`.
|
1513
1513
|
# @return [String]
|
1514
1514
|
#
|
1515
1515
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DeleteStepDetails AWS API Documentation
|
@@ -1565,7 +1565,7 @@ module Aws::Transfer
|
|
1565
1565
|
# you can view the SID values by running the following command using
|
1566
1566
|
# Windows PowerShell.
|
1567
1567
|
#
|
1568
|
-
# `Get-ADGroup -Filter
|
1568
|
+
# `Get-ADGroup -Filter {samAccountName -like "YourGroupName*"}
|
1569
1569
|
# -Properties * | Select SamAccountName,ObjectSid`
|
1570
1570
|
#
|
1571
1571
|
# In that command, replace *YourGroupName* with the name of your
|
@@ -1940,8 +1940,8 @@ module Aws::Transfer
|
|
1940
1940
|
# and Access Management (IAM) role across multiple users. This policy
|
1941
1941
|
# scopes down a user's access to portions of their Amazon S3 bucket.
|
1942
1942
|
# Variables that you can use inside this policy include
|
1943
|
-
#
|
1944
|
-
#
|
1943
|
+
# `${Transfer:UserName}`, `${Transfer:HomeDirectory}`, and
|
1944
|
+
# `${Transfer:HomeBucket}`.
|
1945
1945
|
# @return [String]
|
1946
1946
|
#
|
1947
1947
|
# @!attribute [rw] posix_profile
|
@@ -1972,7 +1972,7 @@ module Aws::Transfer
|
|
1972
1972
|
# you can view the SID values by running the following command using
|
1973
1973
|
# Windows PowerShell.
|
1974
1974
|
#
|
1975
|
-
# `Get-ADGroup -Filter
|
1975
|
+
# `Get-ADGroup -Filter {samAccountName -like "YourGroupName*"}
|
1976
1976
|
# -Properties * | Select SamAccountName,ObjectSid`
|
1977
1977
|
#
|
1978
1978
|
# In that command, replace *YourGroupName* with the name of your
|
@@ -2866,8 +2866,8 @@ module Aws::Transfer
|
|
2866
2866
|
# and Access Management (IAM) role across multiple users. This policy
|
2867
2867
|
# scopes down a user's access to portions of their Amazon S3 bucket.
|
2868
2868
|
# Variables that you can use inside this policy include
|
2869
|
-
#
|
2870
|
-
#
|
2869
|
+
# `${Transfer:UserName}`, `${Transfer:HomeDirectory}`, and
|
2870
|
+
# `${Transfer:HomeBucket}`.
|
2871
2871
|
# @return [String]
|
2872
2872
|
#
|
2873
2873
|
# @!attribute [rw] posix_profile
|
@@ -3254,7 +3254,7 @@ module Aws::Transfer
|
|
3254
3254
|
#
|
3255
3255
|
# The following is an `Entry` and `Target` pair example for `chroot`.
|
3256
3256
|
#
|
3257
|
-
# `[
|
3257
|
+
# `[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]`
|
3258
3258
|
#
|
3259
3259
|
# @!attribute [rw] entry
|
3260
3260
|
# Represents an entry for `HomeDirectoryMappings`.
|
@@ -4269,7 +4269,7 @@ module Aws::Transfer
|
|
4269
4269
|
# you can view the SID values by running the following command using
|
4270
4270
|
# Windows PowerShell.
|
4271
4271
|
#
|
4272
|
-
# `Get-ADGroup -Filter
|
4272
|
+
# `Get-ADGroup -Filter {samAccountName -like "YourGroupName*"}
|
4273
4273
|
# -Properties * | Select SamAccountName,ObjectSid`
|
4274
4274
|
#
|
4275
4275
|
# In that command, replace *YourGroupName* with the name of your
|
@@ -5424,12 +5424,12 @@ module Aws::Transfer
|
|
5424
5424
|
# the output from the previous step, or the originally uploaded file
|
5425
5425
|
# for the workflow.
|
5426
5426
|
#
|
5427
|
-
# * To use the previous file as the input, enter
|
5427
|
+
# * To use the previous file as the input, enter `${previous.file}`.
|
5428
5428
|
# In this case, this workflow step uses the output file from the
|
5429
5429
|
# previous workflow step as input. This is the default value.
|
5430
5430
|
#
|
5431
5431
|
# * To use the originally uploaded file location as input for this
|
5432
|
-
# step, enter
|
5432
|
+
# step, enter `${original.file}`.
|
5433
5433
|
# @return [String]
|
5434
5434
|
#
|
5435
5435
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/TagStepDetails AWS API Documentation
|
@@ -5645,8 +5645,8 @@ module Aws::Transfer
|
|
5645
5645
|
#
|
5646
5646
|
# The following is an `Entry` and `Target` pair example.
|
5647
5647
|
#
|
5648
|
-
# `[
|
5649
|
-
# "/bucket_name/home/mydirectory"
|
5648
|
+
# `[ { "Entry": "/directory1", "Target":
|
5649
|
+
# "/bucket_name/home/mydirectory" } ]`
|
5650
5650
|
#
|
5651
5651
|
# In most cases, you can use this value instead of the session policy
|
5652
5652
|
# to lock down your user to the designated home directory
|
@@ -5655,7 +5655,7 @@ module Aws::Transfer
|
|
5655
5655
|
#
|
5656
5656
|
# The following is an `Entry` and `Target` pair example for `chroot`.
|
5657
5657
|
#
|
5658
|
-
# `[
|
5658
|
+
# `[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]`
|
5659
5659
|
# @return [Array<Types::HomeDirectoryMapEntry>]
|
5660
5660
|
#
|
5661
5661
|
# @!attribute [rw] policy
|
@@ -5663,8 +5663,8 @@ module Aws::Transfer
|
|
5663
5663
|
# and Access Management (IAM) role across multiple users. This policy
|
5664
5664
|
# scopes down a user's access to portions of their Amazon S3 bucket.
|
5665
5665
|
# Variables that you can use inside this policy include
|
5666
|
-
#
|
5667
|
-
#
|
5666
|
+
# `${Transfer:UserName}`, `${Transfer:HomeDirectory}`, and
|
5667
|
+
# `${Transfer:HomeBucket}`.
|
5668
5668
|
#
|
5669
5669
|
# <note markdown="1"> This policy applies only when the domain of `ServerId` is Amazon S3.
|
5670
5670
|
# Amazon EFS does not use session policies.
|
@@ -5719,7 +5719,7 @@ module Aws::Transfer
|
|
5719
5719
|
# you can view the SID values by running the following command using
|
5720
5720
|
# Windows PowerShell.
|
5721
5721
|
#
|
5722
|
-
# `Get-ADGroup -Filter
|
5722
|
+
# `Get-ADGroup -Filter {samAccountName -like "YourGroupName*"}
|
5723
5723
|
# -Properties * | Select SamAccountName,ObjectSid`
|
5724
5724
|
#
|
5725
5725
|
# In that command, replace *YourGroupName* with the name of your
|
@@ -6309,7 +6309,7 @@ module Aws::Transfer
|
|
6309
6309
|
# empty `OnUpload` object, as in the following example.
|
6310
6310
|
#
|
6311
6311
|
# `aws transfer update-server --server-id s-01234567890abcdef
|
6312
|
-
# --workflow-details '
|
6312
|
+
# --workflow-details '{"OnUpload":[]}'`
|
6313
6313
|
# @return [Types::WorkflowDetails]
|
6314
6314
|
#
|
6315
6315
|
# @!attribute [rw] structured_log_destinations
|
@@ -6420,8 +6420,8 @@ module Aws::Transfer
|
|
6420
6420
|
#
|
6421
6421
|
# The following is an `Entry` and `Target` pair example.
|
6422
6422
|
#
|
6423
|
-
# `[
|
6424
|
-
# "/bucket_name/home/mydirectory"
|
6423
|
+
# `[ { "Entry": "/directory1", "Target":
|
6424
|
+
# "/bucket_name/home/mydirectory" } ]`
|
6425
6425
|
#
|
6426
6426
|
# In most cases, you can use this value instead of the session policy
|
6427
6427
|
# to lock down your user to the designated home directory
|
@@ -6430,7 +6430,7 @@ module Aws::Transfer
|
|
6430
6430
|
#
|
6431
6431
|
# The following is an `Entry` and `Target` pair example for `chroot`.
|
6432
6432
|
#
|
6433
|
-
# `[
|
6433
|
+
# `[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]`
|
6434
6434
|
# @return [Array<Types::HomeDirectoryMapEntry>]
|
6435
6435
|
#
|
6436
6436
|
# @!attribute [rw] policy
|
@@ -6438,8 +6438,8 @@ module Aws::Transfer
|
|
6438
6438
|
# and Access Management (IAM) role across multiple users. This policy
|
6439
6439
|
# scopes down a user's access to portions of their Amazon S3 bucket.
|
6440
6440
|
# Variables that you can use inside this policy include
|
6441
|
-
#
|
6442
|
-
#
|
6441
|
+
# `${Transfer:UserName}`, `${Transfer:HomeDirectory}`, and
|
6442
|
+
# `${Transfer:HomeBucket}`.
|
6443
6443
|
#
|
6444
6444
|
# <note markdown="1"> This policy applies only when the domain of `ServerId` is Amazon S3.
|
6445
6445
|
# Amazon EFS does not use session policies.
|
@@ -6600,7 +6600,7 @@ module Aws::Transfer
|
|
6600
6600
|
# empty `OnUpload` object, as in the following example.
|
6601
6601
|
#
|
6602
6602
|
# `aws transfer update-server --server-id s-01234567890abcdef
|
6603
|
-
# --workflow-details '
|
6603
|
+
# --workflow-details '{"OnUpload":[]}'`
|
6604
6604
|
#
|
6605
6605
|
# <note markdown="1"> `OnUpload` can contain a maximum of one `WorkflowDetail` object.
|
6606
6606
|
#
|
data/lib/aws-sdk-transfer.rb
CHANGED
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.
|
4
|
+
version: 1.107.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: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|