aws-sdk-transfer 1.138.0 → 1.140.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transfer/client.rb +6 -8
- data/lib/aws-sdk-transfer.rb +1 -1
- data/sig/client.rbs +21 -183
- data/sig/params.rbs +99 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28425e543553a114fb96d0aa6539d19288bb0030aba68d4bf2f65817a6b52de7
|
|
4
|
+
data.tar.gz: 1b41e9e7f0deaa9f2cace70bf19a90f494330454b43ddc560b5947bcb1e4f226
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b876546f0712d2927c3b4e4ae8bad971e62d7ced2c08c2a5370fd2d143b539e38861aa0cb1722a6df9e21226b858e6a8fa89651061284c361d2acfd7f739da8
|
|
7
|
+
data.tar.gz: 0b0e9c27eaf4563c86845f519d84d4ff8eacdbdcfb3409d85134025542cd2b436ae3e1a4168b684bafcd04328129fa0c9465f7585e7e168e953c523040cb3ae5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.140.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.139.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.138.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.140.0
|
|
@@ -199,7 +199,7 @@ module Aws::Transfer
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::Transfer
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -5771,7 +5769,7 @@ module Aws::Transfer
|
|
|
5771
5769
|
tracer: tracer
|
|
5772
5770
|
)
|
|
5773
5771
|
context[:gem_name] = 'aws-sdk-transfer'
|
|
5774
|
-
context[:gem_version] = '1.
|
|
5772
|
+
context[:gem_version] = '1.140.0'
|
|
5775
5773
|
Seahorse::Client::Request.new(handlers, context)
|
|
5776
5774
|
end
|
|
5777
5775
|
|
data/lib/aws-sdk-transfer.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -93,7 +93,7 @@ module Aws
|
|
|
93
93
|
entry: ::String,
|
|
94
94
|
target: ::String,
|
|
95
95
|
type: ("FILE" | "DIRECTORY")?
|
|
96
|
-
}
|
|
96
|
+
}
|
|
97
97
|
],
|
|
98
98
|
?policy: ::String,
|
|
99
99
|
?posix_profile: {
|
|
@@ -124,7 +124,7 @@ module Aws
|
|
|
124
124
|
{
|
|
125
125
|
key: ::String,
|
|
126
126
|
value: ::String
|
|
127
|
-
}
|
|
127
|
+
}
|
|
128
128
|
],
|
|
129
129
|
?preserve_filename: ("ENABLED" | "DISABLED"),
|
|
130
130
|
?enforce_message_signing: ("ENABLED" | "DISABLED"),
|
|
@@ -145,29 +145,14 @@ module Aws
|
|
|
145
145
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#create_connector-instance_method
|
|
146
146
|
def create_connector: (
|
|
147
147
|
?url: ::String,
|
|
148
|
-
?as_2_config:
|
|
149
|
-
local_profile_id: ::String?,
|
|
150
|
-
partner_profile_id: ::String?,
|
|
151
|
-
message_subject: ::String?,
|
|
152
|
-
compression: ("ZLIB" | "DISABLED")?,
|
|
153
|
-
encryption_algorithm: ("AES128_CBC" | "AES192_CBC" | "AES256_CBC" | "DES_EDE3_CBC" | "NONE")?,
|
|
154
|
-
signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE")?,
|
|
155
|
-
mdn_signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE" | "DEFAULT")?,
|
|
156
|
-
mdn_response: ("SYNC" | "NONE" | "ASYNC")?,
|
|
157
|
-
basic_auth_secret_id: ::String?,
|
|
158
|
-
preserve_content_type: ("ENABLED" | "DISABLED")?,
|
|
159
|
-
async_mdn_config: {
|
|
160
|
-
url: ::String?,
|
|
161
|
-
server_ids: Array[::String]?
|
|
162
|
-
}?
|
|
163
|
-
},
|
|
148
|
+
?as_2_config: Params::as_2_connector_config,
|
|
164
149
|
access_role: ::String,
|
|
165
150
|
?logging_role: ::String,
|
|
166
151
|
?tags: Array[
|
|
167
152
|
{
|
|
168
153
|
key: ::String,
|
|
169
154
|
value: ::String
|
|
170
|
-
}
|
|
155
|
+
}
|
|
171
156
|
],
|
|
172
157
|
?sftp_config: {
|
|
173
158
|
user_secret_id: ::String?,
|
|
@@ -198,7 +183,7 @@ module Aws
|
|
|
198
183
|
{
|
|
199
184
|
key: ::String,
|
|
200
185
|
value: ::String
|
|
201
|
-
}
|
|
186
|
+
}
|
|
202
187
|
]
|
|
203
188
|
) -> _CreateProfileResponseSuccess
|
|
204
189
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProfileResponseSuccess
|
|
@@ -243,22 +228,9 @@ module Aws
|
|
|
243
228
|
{
|
|
244
229
|
key: ::String,
|
|
245
230
|
value: ::String
|
|
246
|
-
}
|
|
231
|
+
}
|
|
247
232
|
],
|
|
248
|
-
?workflow_details:
|
|
249
|
-
on_upload: Array[
|
|
250
|
-
{
|
|
251
|
-
workflow_id: ::String,
|
|
252
|
-
execution_role: ::String
|
|
253
|
-
},
|
|
254
|
-
]?,
|
|
255
|
-
on_partial_upload: Array[
|
|
256
|
-
{
|
|
257
|
-
workflow_id: ::String,
|
|
258
|
-
execution_role: ::String
|
|
259
|
-
},
|
|
260
|
-
]?
|
|
261
|
-
},
|
|
233
|
+
?workflow_details: Params::workflow_details,
|
|
262
234
|
?structured_log_destinations: Array[::String],
|
|
263
235
|
?s3_storage_options: {
|
|
264
236
|
directory_listing_optimization: ("ENABLED" | "DISABLED")?
|
|
@@ -281,7 +253,7 @@ module Aws
|
|
|
281
253
|
entry: ::String,
|
|
282
254
|
target: ::String,
|
|
283
255
|
type: ("FILE" | "DIRECTORY")?
|
|
284
|
-
}
|
|
256
|
+
}
|
|
285
257
|
],
|
|
286
258
|
?policy: ::String,
|
|
287
259
|
?posix_profile: {
|
|
@@ -296,7 +268,7 @@ module Aws
|
|
|
296
268
|
{
|
|
297
269
|
key: ::String,
|
|
298
270
|
value: ::String
|
|
299
|
-
}
|
|
271
|
+
}
|
|
300
272
|
],
|
|
301
273
|
user_name: ::String
|
|
302
274
|
) -> _CreateUserResponseSuccess
|
|
@@ -322,7 +294,7 @@ module Aws
|
|
|
322
294
|
{
|
|
323
295
|
key: ::String,
|
|
324
296
|
value: ::String
|
|
325
|
-
}
|
|
297
|
+
}
|
|
326
298
|
],
|
|
327
299
|
?web_app_endpoint_policy: ("FIPS" | "STANDARD"),
|
|
328
300
|
?endpoint_details: {
|
|
@@ -344,122 +316,16 @@ module Aws
|
|
|
344
316
|
def create_workflow: (
|
|
345
317
|
?description: ::String,
|
|
346
318
|
steps: Array[
|
|
347
|
-
|
|
348
|
-
type: ("COPY" | "CUSTOM" | "TAG" | "DELETE" | "DECRYPT")?,
|
|
349
|
-
copy_step_details: {
|
|
350
|
-
name: ::String?,
|
|
351
|
-
destination_file_location: {
|
|
352
|
-
s3_file_location: {
|
|
353
|
-
bucket: ::String?,
|
|
354
|
-
key: ::String?
|
|
355
|
-
}?,
|
|
356
|
-
efs_file_location: {
|
|
357
|
-
file_system_id: ::String?,
|
|
358
|
-
path: ::String?
|
|
359
|
-
}?
|
|
360
|
-
}?,
|
|
361
|
-
overwrite_existing: ("TRUE" | "FALSE")?,
|
|
362
|
-
source_file_location: ::String?
|
|
363
|
-
}?,
|
|
364
|
-
custom_step_details: {
|
|
365
|
-
name: ::String?,
|
|
366
|
-
target: ::String?,
|
|
367
|
-
timeout_seconds: ::Integer?,
|
|
368
|
-
source_file_location: ::String?
|
|
369
|
-
}?,
|
|
370
|
-
delete_step_details: {
|
|
371
|
-
name: ::String?,
|
|
372
|
-
source_file_location: ::String?
|
|
373
|
-
}?,
|
|
374
|
-
tag_step_details: {
|
|
375
|
-
name: ::String?,
|
|
376
|
-
tags: Array[
|
|
377
|
-
{
|
|
378
|
-
key: ::String,
|
|
379
|
-
value: ::String
|
|
380
|
-
},
|
|
381
|
-
]?,
|
|
382
|
-
source_file_location: ::String?
|
|
383
|
-
}?,
|
|
384
|
-
decrypt_step_details: {
|
|
385
|
-
name: ::String?,
|
|
386
|
-
type: ("PGP"),
|
|
387
|
-
source_file_location: ::String?,
|
|
388
|
-
overwrite_existing: ("TRUE" | "FALSE")?,
|
|
389
|
-
destination_file_location: {
|
|
390
|
-
s3_file_location: {
|
|
391
|
-
bucket: ::String?,
|
|
392
|
-
key: ::String?
|
|
393
|
-
}?,
|
|
394
|
-
efs_file_location: {
|
|
395
|
-
file_system_id: ::String?,
|
|
396
|
-
path: ::String?
|
|
397
|
-
}?
|
|
398
|
-
}
|
|
399
|
-
}?
|
|
400
|
-
},
|
|
319
|
+
Params::workflow_step
|
|
401
320
|
],
|
|
402
321
|
?on_exception_steps: Array[
|
|
403
|
-
|
|
404
|
-
type: ("COPY" | "CUSTOM" | "TAG" | "DELETE" | "DECRYPT")?,
|
|
405
|
-
copy_step_details: {
|
|
406
|
-
name: ::String?,
|
|
407
|
-
destination_file_location: {
|
|
408
|
-
s3_file_location: {
|
|
409
|
-
bucket: ::String?,
|
|
410
|
-
key: ::String?
|
|
411
|
-
}?,
|
|
412
|
-
efs_file_location: {
|
|
413
|
-
file_system_id: ::String?,
|
|
414
|
-
path: ::String?
|
|
415
|
-
}?
|
|
416
|
-
}?,
|
|
417
|
-
overwrite_existing: ("TRUE" | "FALSE")?,
|
|
418
|
-
source_file_location: ::String?
|
|
419
|
-
}?,
|
|
420
|
-
custom_step_details: {
|
|
421
|
-
name: ::String?,
|
|
422
|
-
target: ::String?,
|
|
423
|
-
timeout_seconds: ::Integer?,
|
|
424
|
-
source_file_location: ::String?
|
|
425
|
-
}?,
|
|
426
|
-
delete_step_details: {
|
|
427
|
-
name: ::String?,
|
|
428
|
-
source_file_location: ::String?
|
|
429
|
-
}?,
|
|
430
|
-
tag_step_details: {
|
|
431
|
-
name: ::String?,
|
|
432
|
-
tags: Array[
|
|
433
|
-
{
|
|
434
|
-
key: ::String,
|
|
435
|
-
value: ::String
|
|
436
|
-
},
|
|
437
|
-
]?,
|
|
438
|
-
source_file_location: ::String?
|
|
439
|
-
}?,
|
|
440
|
-
decrypt_step_details: {
|
|
441
|
-
name: ::String?,
|
|
442
|
-
type: ("PGP"),
|
|
443
|
-
source_file_location: ::String?,
|
|
444
|
-
overwrite_existing: ("TRUE" | "FALSE")?,
|
|
445
|
-
destination_file_location: {
|
|
446
|
-
s3_file_location: {
|
|
447
|
-
bucket: ::String?,
|
|
448
|
-
key: ::String?
|
|
449
|
-
}?,
|
|
450
|
-
efs_file_location: {
|
|
451
|
-
file_system_id: ::String?,
|
|
452
|
-
path: ::String?
|
|
453
|
-
}?
|
|
454
|
-
}
|
|
455
|
-
}?
|
|
456
|
-
},
|
|
322
|
+
Params::workflow_step
|
|
457
323
|
],
|
|
458
324
|
?tags: Array[
|
|
459
325
|
{
|
|
460
326
|
key: ::String,
|
|
461
327
|
value: ::String
|
|
462
|
-
}
|
|
328
|
+
}
|
|
463
329
|
]
|
|
464
330
|
) -> _CreateWorkflowResponseSuccess
|
|
465
331
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkflowResponseSuccess
|
|
@@ -697,7 +563,7 @@ module Aws
|
|
|
697
563
|
{
|
|
698
564
|
key: ::String,
|
|
699
565
|
value: ::String
|
|
700
|
-
}
|
|
566
|
+
}
|
|
701
567
|
]
|
|
702
568
|
) -> _ImportCertificateResponseSuccess
|
|
703
569
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportCertificateResponseSuccess
|
|
@@ -716,7 +582,7 @@ module Aws
|
|
|
716
582
|
{
|
|
717
583
|
key: ::String,
|
|
718
584
|
value: ::String
|
|
719
|
-
}
|
|
585
|
+
}
|
|
720
586
|
]
|
|
721
587
|
) -> _ImportHostKeyResponseSuccess
|
|
722
588
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportHostKeyResponseSuccess
|
|
@@ -958,7 +824,7 @@ module Aws
|
|
|
958
824
|
{
|
|
959
825
|
key: ::String?,
|
|
960
826
|
value: ::String?
|
|
961
|
-
}
|
|
827
|
+
}
|
|
962
828
|
]
|
|
963
829
|
) -> _StartFileTransferResponseSuccess
|
|
964
830
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartFileTransferResponseSuccess
|
|
@@ -1005,7 +871,7 @@ module Aws
|
|
|
1005
871
|
{
|
|
1006
872
|
key: ::String,
|
|
1007
873
|
value: ::String
|
|
1008
|
-
}
|
|
874
|
+
}
|
|
1009
875
|
]
|
|
1010
876
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
1011
877
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -1061,7 +927,7 @@ module Aws
|
|
|
1061
927
|
entry: ::String,
|
|
1062
928
|
target: ::String,
|
|
1063
929
|
type: ("FILE" | "DIRECTORY")?
|
|
1064
|
-
}
|
|
930
|
+
}
|
|
1065
931
|
],
|
|
1066
932
|
?policy: ::String,
|
|
1067
933
|
?posix_profile: {
|
|
@@ -1122,22 +988,7 @@ module Aws
|
|
|
1122
988
|
def update_connector: (
|
|
1123
989
|
connector_id: ::String,
|
|
1124
990
|
?url: ::String,
|
|
1125
|
-
?as_2_config:
|
|
1126
|
-
local_profile_id: ::String?,
|
|
1127
|
-
partner_profile_id: ::String?,
|
|
1128
|
-
message_subject: ::String?,
|
|
1129
|
-
compression: ("ZLIB" | "DISABLED")?,
|
|
1130
|
-
encryption_algorithm: ("AES128_CBC" | "AES192_CBC" | "AES256_CBC" | "DES_EDE3_CBC" | "NONE")?,
|
|
1131
|
-
signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE")?,
|
|
1132
|
-
mdn_signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE" | "DEFAULT")?,
|
|
1133
|
-
mdn_response: ("SYNC" | "NONE" | "ASYNC")?,
|
|
1134
|
-
basic_auth_secret_id: ::String?,
|
|
1135
|
-
preserve_content_type: ("ENABLED" | "DISABLED")?,
|
|
1136
|
-
async_mdn_config: {
|
|
1137
|
-
url: ::String?,
|
|
1138
|
-
server_ids: Array[::String]?
|
|
1139
|
-
}?
|
|
1140
|
-
},
|
|
991
|
+
?as_2_config: Params::as_2_connector_config,
|
|
1141
992
|
?access_role: ::String,
|
|
1142
993
|
?logging_role: ::String,
|
|
1143
994
|
?sftp_config: {
|
|
@@ -1215,20 +1066,7 @@ module Aws
|
|
|
1215
1066
|
?protocols: Array[("SFTP" | "FTP" | "FTPS" | "AS2")],
|
|
1216
1067
|
?security_policy_name: ::String,
|
|
1217
1068
|
server_id: ::String,
|
|
1218
|
-
?workflow_details:
|
|
1219
|
-
on_upload: Array[
|
|
1220
|
-
{
|
|
1221
|
-
workflow_id: ::String,
|
|
1222
|
-
execution_role: ::String
|
|
1223
|
-
},
|
|
1224
|
-
]?,
|
|
1225
|
-
on_partial_upload: Array[
|
|
1226
|
-
{
|
|
1227
|
-
workflow_id: ::String,
|
|
1228
|
-
execution_role: ::String
|
|
1229
|
-
},
|
|
1230
|
-
]?
|
|
1231
|
-
},
|
|
1069
|
+
?workflow_details: Params::workflow_details,
|
|
1232
1070
|
?structured_log_destinations: Array[::String],
|
|
1233
1071
|
?s3_storage_options: {
|
|
1234
1072
|
directory_listing_optimization: ("ENABLED" | "DISABLED")?
|
|
@@ -1252,7 +1090,7 @@ module Aws
|
|
|
1252
1090
|
entry: ::String,
|
|
1253
1091
|
target: ::String,
|
|
1254
1092
|
type: ("FILE" | "DIRECTORY")?
|
|
1255
|
-
}
|
|
1093
|
+
}
|
|
1256
1094
|
],
|
|
1257
1095
|
?policy: ::String,
|
|
1258
1096
|
?posix_profile: {
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Transfer
|
|
10
|
+
module Params
|
|
11
|
+
type as_2_connector_config = {
|
|
12
|
+
local_profile_id: ::String?,
|
|
13
|
+
partner_profile_id: ::String?,
|
|
14
|
+
message_subject: ::String?,
|
|
15
|
+
compression: ("ZLIB" | "DISABLED")?,
|
|
16
|
+
encryption_algorithm: ("AES128_CBC" | "AES192_CBC" | "AES256_CBC" | "DES_EDE3_CBC" | "NONE")?,
|
|
17
|
+
signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE")?,
|
|
18
|
+
mdn_signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE" | "DEFAULT")?,
|
|
19
|
+
mdn_response: ("SYNC" | "NONE" | "ASYNC")?,
|
|
20
|
+
basic_auth_secret_id: ::String?,
|
|
21
|
+
preserve_content_type: ("ENABLED" | "DISABLED")?,
|
|
22
|
+
async_mdn_config: {
|
|
23
|
+
url: ::String?,
|
|
24
|
+
server_ids: Array[::String]?
|
|
25
|
+
}?
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
type workflow_details = {
|
|
29
|
+
on_upload: Array[
|
|
30
|
+
{
|
|
31
|
+
workflow_id: ::String,
|
|
32
|
+
execution_role: ::String
|
|
33
|
+
}
|
|
34
|
+
]?,
|
|
35
|
+
on_partial_upload: Array[
|
|
36
|
+
{
|
|
37
|
+
workflow_id: ::String,
|
|
38
|
+
execution_role: ::String
|
|
39
|
+
}
|
|
40
|
+
]?
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
type input_file_location = {
|
|
44
|
+
s3_file_location: {
|
|
45
|
+
bucket: ::String?,
|
|
46
|
+
key: ::String?
|
|
47
|
+
}?,
|
|
48
|
+
efs_file_location: {
|
|
49
|
+
file_system_id: ::String?,
|
|
50
|
+
path: ::String?
|
|
51
|
+
}?
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
type copy_step_details = {
|
|
55
|
+
name: ::String?,
|
|
56
|
+
destination_file_location: Params::input_file_location?,
|
|
57
|
+
overwrite_existing: ("TRUE" | "FALSE")?,
|
|
58
|
+
source_file_location: ::String?
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
type tag_step_details = {
|
|
62
|
+
name: ::String?,
|
|
63
|
+
tags: Array[
|
|
64
|
+
{
|
|
65
|
+
key: ::String,
|
|
66
|
+
value: ::String
|
|
67
|
+
}
|
|
68
|
+
]?,
|
|
69
|
+
source_file_location: ::String?
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
type decrypt_step_details = {
|
|
73
|
+
name: ::String?,
|
|
74
|
+
type: ("PGP"),
|
|
75
|
+
source_file_location: ::String?,
|
|
76
|
+
overwrite_existing: ("TRUE" | "FALSE")?,
|
|
77
|
+
destination_file_location: Params::input_file_location
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
type workflow_step = {
|
|
81
|
+
type: ("COPY" | "CUSTOM" | "TAG" | "DELETE" | "DECRYPT")?,
|
|
82
|
+
copy_step_details: Params::copy_step_details?,
|
|
83
|
+
custom_step_details: {
|
|
84
|
+
name: ::String?,
|
|
85
|
+
target: ::String?,
|
|
86
|
+
timeout_seconds: ::Integer?,
|
|
87
|
+
source_file_location: ::String?
|
|
88
|
+
}?,
|
|
89
|
+
delete_step_details: {
|
|
90
|
+
name: ::String?,
|
|
91
|
+
source_file_location: ::String?
|
|
92
|
+
}?,
|
|
93
|
+
tag_step_details: Params::tag_step_details?,
|
|
94
|
+
decrypt_step_details: Params::decrypt_step_details?
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
end
|
|
98
|
+
end
|
|
99
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.140.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-transfer/waiters.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|