aws-sdk-datasync 1.123.0 → 1.124.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a88b44599ef3a96ade6c9d6ce6aa1be9a42c3dcf5dd76ff46fb7644023a6ed9
4
- data.tar.gz: 8f6fa66e6bf99c706d809dc9ff0a83003bca3a455649fe6e1e12815606ea4ace
3
+ metadata.gz: e6d3684c2623d8fa3717d1f9c24ebe6bc0857666abfa5ebe9d192d3f7503ceb0
4
+ data.tar.gz: 99daf7486b5655745eb77021c9bb91de7c78c172c2cd32f5c86c5283223c5598
5
5
  SHA512:
6
- metadata.gz: d476acfad913775f54e50c90c61ca47e33034ff17a6a1c050031e9dca76d98a56bbb6de612742d38db6094fc8b2dd9e41c01165684f987aaa8faaae2bae6132d
7
- data.tar.gz: eeae6159ee30e4f433c7b35179e95be25f86329afd1a1c2ca579c8ffa91085b640bbdd5036f0d0670da8e1409058c2f724fc4f4c9019bfa64ad7a33b17bb030c
6
+ metadata.gz: '0782bb27bb1467f40b0aba854eb38cac365a55efe7f96f14aee0047be24f9332bf59ac1b982c26d26cf4d543f0819cc998c0d829f86ecf779a56c5a8314e9d70'
7
+ data.tar.gz: 4124d0476cb07d5e082aa3afb8b63aaffc56a9152a7fdb86dfdaf3c7d126544621a666f3f033ba6335c9e59252a577597eda82329f0dd0ea985534ef33f61af6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.124.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.123.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.123.0
1
+ 1.124.0
@@ -5154,7 +5154,7 @@ module Aws::DataSync
5154
5154
  tracer: tracer
5155
5155
  )
5156
5156
  context[:gem_name] = 'aws-sdk-datasync'
5157
- context[:gem_version] = '1.123.0'
5157
+ context[:gem_version] = '1.124.0'
5158
5158
  Seahorse::Client::Request.new(handlers, context)
5159
5159
  end
5160
5160
 
@@ -54,7 +54,7 @@ module Aws::DataSync
54
54
  autoload :EndpointProvider, 'aws-sdk-datasync/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-datasync/endpoints'
56
56
 
57
- GEM_VERSION = '1.123.0'
57
+ GEM_VERSION = '1.124.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -100,7 +100,7 @@ module Aws
100
100
  {
101
101
  key: ::String,
102
102
  value: ::String?
103
- },
103
+ }
104
104
  ],
105
105
  ?vpc_endpoint_id: ::String,
106
106
  ?subnet_arns: Array[::String],
@@ -127,7 +127,7 @@ module Aws
127
127
  {
128
128
  key: ::String,
129
129
  value: ::String?
130
- },
130
+ }
131
131
  ],
132
132
  ?cmk_secret_config: {
133
133
  secret_arn: ::String?,
@@ -156,7 +156,7 @@ module Aws
156
156
  {
157
157
  key: ::String,
158
158
  value: ::String?
159
- },
159
+ }
160
160
  ],
161
161
  ?access_point_arn: ::String,
162
162
  ?file_system_access_role_arn: ::String,
@@ -177,7 +177,7 @@ module Aws
177
177
  {
178
178
  key: ::String,
179
179
  value: ::String?
180
- },
180
+ }
181
181
  ]
182
182
  ) -> _CreateLocationFsxLustreResponseSuccess
183
183
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLocationFsxLustreResponseSuccess
@@ -188,32 +188,7 @@ module Aws
188
188
  end
189
189
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataSync/Client.html#create_location_fsx_ontap-instance_method
190
190
  def create_location_fsx_ontap: (
191
- protocol: {
192
- nfs: {
193
- mount_options: {
194
- version: ("AUTOMATIC" | "NFS3" | "NFS4_0" | "NFS4_1")?
195
- }?
196
- }?,
197
- smb: {
198
- domain: ::String?,
199
- mount_options: {
200
- version: ("AUTOMATIC" | "SMB2" | "SMB3" | "SMB1" | "SMB2_0")?
201
- }?,
202
- password: ::String?,
203
- user: ::String,
204
- managed_secret_config: {
205
- secret_arn: ::String?
206
- }?,
207
- cmk_secret_config: {
208
- secret_arn: ::String?,
209
- kms_key_arn: ::String?
210
- }?,
211
- custom_secret_config: {
212
- secret_arn: ::String?,
213
- secret_access_role_arn: ::String?
214
- }?
215
- }?
216
- },
191
+ protocol: Params::fsx_protocol,
217
192
  security_group_arns: Array[::String],
218
193
  storage_virtual_machine_arn: ::String,
219
194
  ?subdirectory: ::String,
@@ -221,7 +196,7 @@ module Aws
221
196
  {
222
197
  key: ::String,
223
198
  value: ::String?
224
- },
199
+ }
225
200
  ]
226
201
  ) -> _CreateLocationFsxOntapResponseSuccess
227
202
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLocationFsxOntapResponseSuccess
@@ -233,39 +208,14 @@ module Aws
233
208
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataSync/Client.html#create_location_fsx_open_zfs-instance_method
234
209
  def create_location_fsx_open_zfs: (
235
210
  fsx_filesystem_arn: ::String,
236
- protocol: {
237
- nfs: {
238
- mount_options: {
239
- version: ("AUTOMATIC" | "NFS3" | "NFS4_0" | "NFS4_1")?
240
- }?
241
- }?,
242
- smb: {
243
- domain: ::String?,
244
- mount_options: {
245
- version: ("AUTOMATIC" | "SMB2" | "SMB3" | "SMB1" | "SMB2_0")?
246
- }?,
247
- password: ::String?,
248
- user: ::String,
249
- managed_secret_config: {
250
- secret_arn: ::String?
251
- }?,
252
- cmk_secret_config: {
253
- secret_arn: ::String?,
254
- kms_key_arn: ::String?
255
- }?,
256
- custom_secret_config: {
257
- secret_arn: ::String?,
258
- secret_access_role_arn: ::String?
259
- }?
260
- }?
261
- },
211
+ protocol: Params::fsx_protocol,
262
212
  security_group_arns: Array[::String],
263
213
  ?subdirectory: ::String,
264
214
  ?tags: Array[
265
215
  {
266
216
  key: ::String,
267
217
  value: ::String?
268
- },
218
+ }
269
219
  ]
270
220
  ) -> _CreateLocationFsxOpenZfsResponseSuccess
271
221
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLocationFsxOpenZfsResponseSuccess
@@ -283,7 +233,7 @@ module Aws
283
233
  {
284
234
  key: ::String,
285
235
  value: ::String?
286
- },
236
+ }
287
237
  ],
288
238
  user: ::String,
289
239
  ?domain: ::String,
@@ -310,7 +260,7 @@ module Aws
310
260
  {
311
261
  hostname: ::String,
312
262
  port: ::Integer
313
- },
263
+ }
314
264
  ],
315
265
  ?block_size: ::Integer,
316
266
  ?replication_factor: ::Integer,
@@ -329,7 +279,7 @@ module Aws
329
279
  {
330
280
  key: ::String,
331
281
  value: ::String?
332
- },
282
+ }
333
283
  ],
334
284
  ?cmk_secret_config: {
335
285
  secret_arn: ::String?,
@@ -360,7 +310,7 @@ module Aws
360
310
  {
361
311
  key: ::String,
362
312
  value: ::String?
363
- },
313
+ }
364
314
  ]
365
315
  ) -> _CreateLocationNfsResponseSuccess
366
316
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLocationNfsResponseSuccess
@@ -383,7 +333,7 @@ module Aws
383
333
  {
384
334
  key: ::String,
385
335
  value: ::String?
386
- },
336
+ }
387
337
  ],
388
338
  ?server_certificate: ::String,
389
339
  ?cmk_secret_config: {
@@ -414,7 +364,7 @@ module Aws
414
364
  {
415
365
  key: ::String,
416
366
  value: ::String?
417
- },
367
+ }
418
368
  ]
419
369
  ) -> _CreateLocationS3ResponseSuccess
420
370
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLocationS3ResponseSuccess
@@ -446,7 +396,7 @@ module Aws
446
396
  {
447
397
  key: ::String,
448
398
  value: ::String?
449
- },
399
+ }
450
400
  ],
451
401
  ?authentication_type: ("NTLM" | "KERBEROS"),
452
402
  ?dns_ip_addresses: Array[::String],
@@ -466,28 +416,12 @@ module Aws
466
416
  destination_location_arn: ::String,
467
417
  ?cloud_watch_log_group_arn: ::String,
468
418
  ?name: ::String,
469
- ?options: {
470
- verify_mode: ("POINT_IN_TIME_CONSISTENT" | "ONLY_FILES_TRANSFERRED" | "NONE")?,
471
- overwrite_mode: ("ALWAYS" | "NEVER")?,
472
- atime: ("NONE" | "BEST_EFFORT")?,
473
- mtime: ("NONE" | "PRESERVE")?,
474
- uid: ("NONE" | "INT_VALUE" | "NAME" | "BOTH")?,
475
- gid: ("NONE" | "INT_VALUE" | "NAME" | "BOTH")?,
476
- preserve_deleted_files: ("PRESERVE" | "REMOVE")?,
477
- preserve_devices: ("NONE" | "PRESERVE")?,
478
- posix_permissions: ("NONE" | "PRESERVE")?,
479
- bytes_per_second: ::Integer?,
480
- task_queueing: ("ENABLED" | "DISABLED")?,
481
- log_level: ("OFF" | "BASIC" | "TRANSFER")?,
482
- transfer_mode: ("CHANGED" | "ALL")?,
483
- security_descriptor_copy_flags: ("NONE" | "OWNER_DACL" | "OWNER_DACL_SACL")?,
484
- object_tags: ("PRESERVE" | "NONE")?
485
- },
419
+ ?options: Params::options,
486
420
  ?excludes: Array[
487
421
  {
488
422
  filter_type: ("SIMPLE_PATTERN")?,
489
423
  value: ::String?
490
- },
424
+ }
491
425
  ],
492
426
  ?schedule: {
493
427
  schedule_expression: ::String,
@@ -497,52 +431,16 @@ module Aws
497
431
  {
498
432
  key: ::String,
499
433
  value: ::String?
500
- },
434
+ }
501
435
  ],
502
436
  ?includes: Array[
503
437
  {
504
438
  filter_type: ("SIMPLE_PATTERN")?,
505
439
  value: ::String?
506
- },
440
+ }
507
441
  ],
508
- ?manifest_config: {
509
- action: ("TRANSFER")?,
510
- format: ("CSV")?,
511
- source: {
512
- s3: {
513
- manifest_object_path: ::String,
514
- bucket_access_role_arn: ::String,
515
- s3_bucket_arn: ::String,
516
- manifest_object_version_id: ::String?
517
- }
518
- }?
519
- },
520
- ?task_report_config: {
521
- destination: {
522
- s3: {
523
- subdirectory: ::String?,
524
- s3_bucket_arn: ::String,
525
- bucket_access_role_arn: ::String
526
- }?
527
- }?,
528
- output_type: ("SUMMARY_ONLY" | "STANDARD")?,
529
- report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?,
530
- object_version_ids: ("INCLUDE" | "NONE")?,
531
- overrides: {
532
- transferred: {
533
- report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
534
- }?,
535
- verified: {
536
- report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
537
- }?,
538
- deleted: {
539
- report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
540
- }?,
541
- skipped: {
542
- report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
543
- }?
544
- }?
545
- },
442
+ ?manifest_config: Params::manifest_config,
443
+ ?task_report_config: Params::task_report_config,
546
444
  ?task_mode: ("BASIC" | "ENHANCED")
547
445
  ) -> _CreateTaskResponseSuccess
548
446
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTaskResponseSuccess
@@ -881,7 +779,7 @@ module Aws
881
779
  name: ("LocationUri" | "LocationType" | "CreationTime"),
882
780
  values: Array[::String],
883
781
  operator: ("Equals" | "NotEquals" | "In" | "LessThanOrEqual" | "LessThan" | "GreaterThanOrEqual" | "GreaterThan" | "Contains" | "NotContains" | "BeginsWith")
884
- },
782
+ }
885
783
  ]
886
784
  ) -> _ListLocationsResponseSuccess
887
785
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLocationsResponseSuccess
@@ -926,7 +824,7 @@ module Aws
926
824
  name: ("LocationId" | "CreationTime"),
927
825
  values: Array[::String],
928
826
  operator: ("Equals" | "NotEquals" | "In" | "LessThanOrEqual" | "LessThan" | "GreaterThanOrEqual" | "GreaterThan" | "Contains" | "NotContains" | "BeginsWith")
929
- },
827
+ }
930
828
  ]
931
829
  ) -> _ListTasksResponseSuccess
932
830
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTasksResponseSuccess
@@ -938,78 +836,26 @@ module Aws
938
836
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataSync/Client.html#start_task_execution-instance_method
939
837
  def start_task_execution: (
940
838
  task_arn: ::String,
941
- ?override_options: {
942
- verify_mode: ("POINT_IN_TIME_CONSISTENT" | "ONLY_FILES_TRANSFERRED" | "NONE")?,
943
- overwrite_mode: ("ALWAYS" | "NEVER")?,
944
- atime: ("NONE" | "BEST_EFFORT")?,
945
- mtime: ("NONE" | "PRESERVE")?,
946
- uid: ("NONE" | "INT_VALUE" | "NAME" | "BOTH")?,
947
- gid: ("NONE" | "INT_VALUE" | "NAME" | "BOTH")?,
948
- preserve_deleted_files: ("PRESERVE" | "REMOVE")?,
949
- preserve_devices: ("NONE" | "PRESERVE")?,
950
- posix_permissions: ("NONE" | "PRESERVE")?,
951
- bytes_per_second: ::Integer?,
952
- task_queueing: ("ENABLED" | "DISABLED")?,
953
- log_level: ("OFF" | "BASIC" | "TRANSFER")?,
954
- transfer_mode: ("CHANGED" | "ALL")?,
955
- security_descriptor_copy_flags: ("NONE" | "OWNER_DACL" | "OWNER_DACL_SACL")?,
956
- object_tags: ("PRESERVE" | "NONE")?
957
- },
839
+ ?override_options: Params::options,
958
840
  ?includes: Array[
959
841
  {
960
842
  filter_type: ("SIMPLE_PATTERN")?,
961
843
  value: ::String?
962
- },
844
+ }
963
845
  ],
964
846
  ?excludes: Array[
965
847
  {
966
848
  filter_type: ("SIMPLE_PATTERN")?,
967
849
  value: ::String?
968
- },
850
+ }
969
851
  ],
970
- ?manifest_config: {
971
- action: ("TRANSFER")?,
972
- format: ("CSV")?,
973
- source: {
974
- s3: {
975
- manifest_object_path: ::String,
976
- bucket_access_role_arn: ::String,
977
- s3_bucket_arn: ::String,
978
- manifest_object_version_id: ::String?
979
- }
980
- }?
981
- },
982
- ?task_report_config: {
983
- destination: {
984
- s3: {
985
- subdirectory: ::String?,
986
- s3_bucket_arn: ::String,
987
- bucket_access_role_arn: ::String
988
- }?
989
- }?,
990
- output_type: ("SUMMARY_ONLY" | "STANDARD")?,
991
- report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?,
992
- object_version_ids: ("INCLUDE" | "NONE")?,
993
- overrides: {
994
- transferred: {
995
- report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
996
- }?,
997
- verified: {
998
- report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
999
- }?,
1000
- deleted: {
1001
- report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
1002
- }?,
1003
- skipped: {
1004
- report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
1005
- }?
1006
- }?
1007
- },
852
+ ?manifest_config: Params::manifest_config,
853
+ ?task_report_config: Params::task_report_config,
1008
854
  ?tags: Array[
1009
855
  {
1010
856
  key: ::String,
1011
857
  value: ::String?
1012
- },
858
+ }
1013
859
  ]
1014
860
  ) -> _StartTaskExecutionResponseSuccess
1015
861
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartTaskExecutionResponseSuccess
@@ -1024,7 +870,7 @@ module Aws
1024
870
  {
1025
871
  key: ::String,
1026
872
  value: ::String?
1027
- },
873
+ }
1028
874
  ]
1029
875
  ) -> _TagResourceResponseSuccess
1030
876
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -1136,32 +982,7 @@ module Aws
1136
982
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataSync/Client.html#update_location_fsx_open_zfs-instance_method
1137
983
  def update_location_fsx_open_zfs: (
1138
984
  location_arn: ::String,
1139
- ?protocol: {
1140
- nfs: {
1141
- mount_options: {
1142
- version: ("AUTOMATIC" | "NFS3" | "NFS4_0" | "NFS4_1")?
1143
- }?
1144
- }?,
1145
- smb: {
1146
- domain: ::String?,
1147
- mount_options: {
1148
- version: ("AUTOMATIC" | "SMB2" | "SMB3" | "SMB1" | "SMB2_0")?
1149
- }?,
1150
- password: ::String?,
1151
- user: ::String,
1152
- managed_secret_config: {
1153
- secret_arn: ::String?
1154
- }?,
1155
- cmk_secret_config: {
1156
- secret_arn: ::String?,
1157
- kms_key_arn: ::String?
1158
- }?,
1159
- custom_secret_config: {
1160
- secret_arn: ::String?,
1161
- secret_access_role_arn: ::String?
1162
- }?
1163
- }?
1164
- },
985
+ ?protocol: Params::fsx_protocol,
1165
986
  ?subdirectory: ::String
1166
987
  ) -> _UpdateLocationFsxOpenZfsResponseSuccess
1167
988
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLocationFsxOpenZfsResponseSuccess
@@ -1198,7 +1019,7 @@ module Aws
1198
1019
  {
1199
1020
  hostname: ::String,
1200
1021
  port: ::Integer
1201
- },
1022
+ }
1202
1023
  ],
1203
1024
  ?block_size: ::Integer,
1204
1025
  ?replication_factor: ::Integer,
@@ -1317,28 +1138,12 @@ module Aws
1317
1138
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataSync/Client.html#update_task-instance_method
1318
1139
  def update_task: (
1319
1140
  task_arn: ::String,
1320
- ?options: {
1321
- verify_mode: ("POINT_IN_TIME_CONSISTENT" | "ONLY_FILES_TRANSFERRED" | "NONE")?,
1322
- overwrite_mode: ("ALWAYS" | "NEVER")?,
1323
- atime: ("NONE" | "BEST_EFFORT")?,
1324
- mtime: ("NONE" | "PRESERVE")?,
1325
- uid: ("NONE" | "INT_VALUE" | "NAME" | "BOTH")?,
1326
- gid: ("NONE" | "INT_VALUE" | "NAME" | "BOTH")?,
1327
- preserve_deleted_files: ("PRESERVE" | "REMOVE")?,
1328
- preserve_devices: ("NONE" | "PRESERVE")?,
1329
- posix_permissions: ("NONE" | "PRESERVE")?,
1330
- bytes_per_second: ::Integer?,
1331
- task_queueing: ("ENABLED" | "DISABLED")?,
1332
- log_level: ("OFF" | "BASIC" | "TRANSFER")?,
1333
- transfer_mode: ("CHANGED" | "ALL")?,
1334
- security_descriptor_copy_flags: ("NONE" | "OWNER_DACL" | "OWNER_DACL_SACL")?,
1335
- object_tags: ("PRESERVE" | "NONE")?
1336
- },
1141
+ ?options: Params::options,
1337
1142
  ?excludes: Array[
1338
1143
  {
1339
1144
  filter_type: ("SIMPLE_PATTERN")?,
1340
1145
  value: ::String?
1341
- },
1146
+ }
1342
1147
  ],
1343
1148
  ?schedule: {
1344
1149
  schedule_expression: ::String,
@@ -1350,46 +1155,10 @@ module Aws
1350
1155
  {
1351
1156
  filter_type: ("SIMPLE_PATTERN")?,
1352
1157
  value: ::String?
1353
- },
1158
+ }
1354
1159
  ],
1355
- ?manifest_config: {
1356
- action: ("TRANSFER")?,
1357
- format: ("CSV")?,
1358
- source: {
1359
- s3: {
1360
- manifest_object_path: ::String,
1361
- bucket_access_role_arn: ::String,
1362
- s3_bucket_arn: ::String,
1363
- manifest_object_version_id: ::String?
1364
- }
1365
- }?
1366
- },
1367
- ?task_report_config: {
1368
- destination: {
1369
- s3: {
1370
- subdirectory: ::String?,
1371
- s3_bucket_arn: ::String,
1372
- bucket_access_role_arn: ::String
1373
- }?
1374
- }?,
1375
- output_type: ("SUMMARY_ONLY" | "STANDARD")?,
1376
- report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?,
1377
- object_version_ids: ("INCLUDE" | "NONE")?,
1378
- overrides: {
1379
- transferred: {
1380
- report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
1381
- }?,
1382
- verified: {
1383
- report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
1384
- }?,
1385
- deleted: {
1386
- report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
1387
- }?,
1388
- skipped: {
1389
- report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
1390
- }?
1391
- }?
1392
- }
1160
+ ?manifest_config: Params::manifest_config,
1161
+ ?task_report_config: Params::task_report_config
1393
1162
  ) -> _UpdateTaskResponseSuccess
1394
1163
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTaskResponseSuccess
1395
1164
 
@@ -1399,23 +1168,7 @@ module Aws
1399
1168
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataSync/Client.html#update_task_execution-instance_method
1400
1169
  def update_task_execution: (
1401
1170
  task_execution_arn: ::String,
1402
- options: {
1403
- verify_mode: ("POINT_IN_TIME_CONSISTENT" | "ONLY_FILES_TRANSFERRED" | "NONE")?,
1404
- overwrite_mode: ("ALWAYS" | "NEVER")?,
1405
- atime: ("NONE" | "BEST_EFFORT")?,
1406
- mtime: ("NONE" | "PRESERVE")?,
1407
- uid: ("NONE" | "INT_VALUE" | "NAME" | "BOTH")?,
1408
- gid: ("NONE" | "INT_VALUE" | "NAME" | "BOTH")?,
1409
- preserve_deleted_files: ("PRESERVE" | "REMOVE")?,
1410
- preserve_devices: ("NONE" | "PRESERVE")?,
1411
- posix_permissions: ("NONE" | "PRESERVE")?,
1412
- bytes_per_second: ::Integer?,
1413
- task_queueing: ("ENABLED" | "DISABLED")?,
1414
- log_level: ("OFF" | "BASIC" | "TRANSFER")?,
1415
- transfer_mode: ("CHANGED" | "ALL")?,
1416
- security_descriptor_copy_flags: ("NONE" | "OWNER_DACL" | "OWNER_DACL_SACL")?,
1417
- object_tags: ("PRESERVE" | "NONE")?
1418
- }
1171
+ options: Params::options
1419
1172
  ) -> _UpdateTaskExecutionResponseSuccess
1420
1173
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTaskExecutionResponseSuccess
1421
1174
  end
data/sig/params.rbs ADDED
@@ -0,0 +1,104 @@
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 DataSync
10
+ module Params
11
+ type fsx_protocol_smb = {
12
+ domain: ::String?,
13
+ mount_options: {
14
+ version: ("AUTOMATIC" | "SMB2" | "SMB3" | "SMB1" | "SMB2_0")?
15
+ }?,
16
+ password: ::String?,
17
+ user: ::String,
18
+ managed_secret_config: {
19
+ secret_arn: ::String?
20
+ }?,
21
+ cmk_secret_config: {
22
+ secret_arn: ::String?,
23
+ kms_key_arn: ::String?
24
+ }?,
25
+ custom_secret_config: {
26
+ secret_arn: ::String?,
27
+ secret_access_role_arn: ::String?
28
+ }?
29
+ }
30
+
31
+ type fsx_protocol = {
32
+ nfs: {
33
+ mount_options: {
34
+ version: ("AUTOMATIC" | "NFS3" | "NFS4_0" | "NFS4_1")?
35
+ }?
36
+ }?,
37
+ smb: Params::fsx_protocol_smb?
38
+ }
39
+
40
+ type options = {
41
+ verify_mode: ("POINT_IN_TIME_CONSISTENT" | "ONLY_FILES_TRANSFERRED" | "NONE")?,
42
+ overwrite_mode: ("ALWAYS" | "NEVER")?,
43
+ atime: ("NONE" | "BEST_EFFORT")?,
44
+ mtime: ("NONE" | "PRESERVE")?,
45
+ uid: ("NONE" | "INT_VALUE" | "NAME" | "BOTH")?,
46
+ gid: ("NONE" | "INT_VALUE" | "NAME" | "BOTH")?,
47
+ preserve_deleted_files: ("PRESERVE" | "REMOVE")?,
48
+ preserve_devices: ("NONE" | "PRESERVE")?,
49
+ posix_permissions: ("NONE" | "PRESERVE")?,
50
+ bytes_per_second: ::Integer?,
51
+ task_queueing: ("ENABLED" | "DISABLED")?,
52
+ log_level: ("OFF" | "BASIC" | "TRANSFER")?,
53
+ transfer_mode: ("CHANGED" | "ALL")?,
54
+ security_descriptor_copy_flags: ("NONE" | "OWNER_DACL" | "OWNER_DACL_SACL")?,
55
+ object_tags: ("PRESERVE" | "NONE")?
56
+ }
57
+
58
+ type source_manifest_config = {
59
+ s3: {
60
+ manifest_object_path: ::String,
61
+ bucket_access_role_arn: ::String,
62
+ s3_bucket_arn: ::String,
63
+ manifest_object_version_id: ::String?
64
+ }
65
+ }
66
+
67
+ type manifest_config = {
68
+ action: ("TRANSFER")?,
69
+ format: ("CSV")?,
70
+ source: Params::source_manifest_config?
71
+ }
72
+
73
+ type report_overrides = {
74
+ transferred: {
75
+ report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
76
+ }?,
77
+ verified: {
78
+ report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
79
+ }?,
80
+ deleted: {
81
+ report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
82
+ }?,
83
+ skipped: {
84
+ report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?
85
+ }?
86
+ }
87
+
88
+ type task_report_config = {
89
+ destination: {
90
+ s3: {
91
+ subdirectory: ::String?,
92
+ s3_bucket_arn: ::String,
93
+ bucket_access_role_arn: ::String
94
+ }?
95
+ }?,
96
+ output_type: ("SUMMARY_ONLY" | "STANDARD")?,
97
+ report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")?,
98
+ object_version_ids: ("INCLUDE" | "NONE")?,
99
+ overrides: Params::report_overrides?
100
+ }
101
+
102
+ end
103
+ end
104
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datasync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.123.0
4
+ version: 1.124.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-datasync/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs