aws-sdk-datasync 1.21.1 → 1.22.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: 7ef6ca6f933929246e4fb6d7bba0488a698165c21ff04036f0a1ed57c9d1be34
4
- data.tar.gz: 87c8e56a62db4463ceada76e91f9c2351f154708eb425b8cb038bc4d1a21e238
3
+ metadata.gz: 9128c260136b5a629fc9a5debbddfe8fd87d0ae0f394b434bd6348f79fe95d17
4
+ data.tar.gz: 748ac1bb3867faf183c29041b8d3f9e702f68feeb0f72bc38859bd41df6cbf27
5
5
  SHA512:
6
- metadata.gz: a5f7f09977dc6e456f034e9ff056db95ff62e04094b3719a3ebfbb3e4e04fb1e868858328f61b5a46a95d4b1acb03228f4b69267b105cd95563f16418889e3c3
7
- data.tar.gz: 19887cd0b97993f0d082897792bb0b728f59badb20c29d32db208f5520a00fe649c3ac469f675f73df1a1e49818af40d28c546723cab6a07c86e400c9379d09d
6
+ metadata.gz: bb49de36ba247ebe12a15a402aa823f7dfa6cb943b632afc4d5f00e122bec8439f6bb152539e21cb05193d739167b9e6bf2373cd6f2a32661d828c89c1d543d2
7
+ data.tar.gz: faed322a945981ed88eea59b7bf0af6107d512b8d164dc2a3b57f5bb50789e1e114f7cbf2187a342f9fc3400737549f7b1f69cabf9dca8497cf3f0ee703a62a0
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-datasync/customizations'
45
47
  # @service
46
48
  module Aws::DataSync
47
49
 
48
- GEM_VERSION = '1.21.1'
50
+ GEM_VERSION = '1.22.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1918,7 +1920,7 @@ module Aws::DataSync
1918
1920
  params: params,
1919
1921
  config: config)
1920
1922
  context[:gem_name] = 'aws-sdk-datasync'
1921
- context[:gem_version] = '1.21.1'
1923
+ context[:gem_version] = '1.22.0'
1922
1924
  Seahorse::Client::Request.new(handlers, context)
1923
1925
  end
1924
1926
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -30,6 +32,7 @@ module Aws::DataSync
30
32
  :agent_arn,
31
33
  :name,
32
34
  :status)
35
+ SENSITIVE = []
33
36
  include Aws::Structure
34
37
  end
35
38
 
@@ -50,6 +53,7 @@ module Aws::DataSync
50
53
  #
51
54
  class CancelTaskExecutionRequest < Struct.new(
52
55
  :task_execution_arn)
56
+ SENSITIVE = []
53
57
  include Aws::Structure
54
58
  end
55
59
 
@@ -149,6 +153,7 @@ module Aws::DataSync
149
153
  :vpc_endpoint_id,
150
154
  :subnet_arns,
151
155
  :security_group_arns)
156
+ SENSITIVE = []
152
157
  include Aws::Structure
153
158
  end
154
159
 
@@ -164,6 +169,7 @@ module Aws::DataSync
164
169
  #
165
170
  class CreateAgentResponse < Struct.new(
166
171
  :agent_arn)
172
+ SENSITIVE = []
167
173
  include Aws::Structure
168
174
  end
169
175
 
@@ -242,6 +248,7 @@ module Aws::DataSync
242
248
  :efs_filesystem_arn,
243
249
  :ec2_config,
244
250
  :tags)
251
+ SENSITIVE = []
245
252
  include Aws::Structure
246
253
  end
247
254
 
@@ -256,6 +263,7 @@ module Aws::DataSync
256
263
  #
257
264
  class CreateLocationEfsResponse < Struct.new(
258
265
  :location_arn)
266
+ SENSITIVE = []
259
267
  include Aws::Structure
260
268
  end
261
269
 
@@ -325,6 +333,7 @@ module Aws::DataSync
325
333
  :user,
326
334
  :domain,
327
335
  :password)
336
+ SENSITIVE = [:password]
328
337
  include Aws::Structure
329
338
  end
330
339
 
@@ -337,6 +346,7 @@ module Aws::DataSync
337
346
  #
338
347
  class CreateLocationFsxWindowsResponse < Struct.new(
339
348
  :location_arn)
349
+ SENSITIVE = []
340
350
  include Aws::Structure
341
351
  end
342
352
 
@@ -423,6 +433,7 @@ module Aws::DataSync
423
433
  :on_prem_config,
424
434
  :mount_options,
425
435
  :tags)
436
+ SENSITIVE = []
426
437
  include Aws::Structure
427
438
  end
428
439
 
@@ -437,6 +448,7 @@ module Aws::DataSync
437
448
  #
438
449
  class CreateLocationNfsResponse < Struct.new(
439
450
  :location_arn)
451
+ SENSITIVE = []
440
452
  include Aws::Structure
441
453
  end
442
454
 
@@ -505,6 +517,7 @@ module Aws::DataSync
505
517
  :s3_storage_class,
506
518
  :s3_config,
507
519
  :tags)
520
+ SENSITIVE = []
508
521
  include Aws::Structure
509
522
  end
510
523
 
@@ -519,6 +532,7 @@ module Aws::DataSync
519
532
  #
520
533
  class CreateLocationS3Response < Struct.new(
521
534
  :location_arn)
535
+ SENSITIVE = []
522
536
  include Aws::Structure
523
537
  end
524
538
 
@@ -620,6 +634,7 @@ module Aws::DataSync
620
634
  :agent_arns,
621
635
  :mount_options,
622
636
  :tags)
637
+ SENSITIVE = [:password]
623
638
  include Aws::Structure
624
639
  end
625
640
 
@@ -634,6 +649,7 @@ module Aws::DataSync
634
649
  #
635
650
  class CreateLocationSmbResponse < Struct.new(
636
651
  :location_arn)
652
+ SENSITIVE = []
637
653
  include Aws::Structure
638
654
  end
639
655
 
@@ -744,6 +760,7 @@ module Aws::DataSync
744
760
  :excludes,
745
761
  :schedule,
746
762
  :tags)
763
+ SENSITIVE = []
747
764
  include Aws::Structure
748
765
  end
749
766
 
@@ -757,6 +774,7 @@ module Aws::DataSync
757
774
  #
758
775
  class CreateTaskResponse < Struct.new(
759
776
  :task_arn)
777
+ SENSITIVE = []
760
778
  include Aws::Structure
761
779
  end
762
780
 
@@ -779,6 +797,7 @@ module Aws::DataSync
779
797
  #
780
798
  class DeleteAgentRequest < Struct.new(
781
799
  :agent_arn)
800
+ SENSITIVE = []
782
801
  include Aws::Structure
783
802
  end
784
803
 
@@ -803,6 +822,7 @@ module Aws::DataSync
803
822
  #
804
823
  class DeleteLocationRequest < Struct.new(
805
824
  :location_arn)
825
+ SENSITIVE = []
806
826
  include Aws::Structure
807
827
  end
808
828
 
@@ -827,6 +847,7 @@ module Aws::DataSync
827
847
  #
828
848
  class DeleteTaskRequest < Struct.new(
829
849
  :task_arn)
850
+ SENSITIVE = []
830
851
  include Aws::Structure
831
852
  end
832
853
 
@@ -851,6 +872,7 @@ module Aws::DataSync
851
872
  #
852
873
  class DescribeAgentRequest < Struct.new(
853
874
  :agent_arn)
875
+ SENSITIVE = []
854
876
  include Aws::Structure
855
877
  end
856
878
 
@@ -903,6 +925,7 @@ module Aws::DataSync
903
925
  :creation_time,
904
926
  :endpoint_type,
905
927
  :private_link_config)
928
+ SENSITIVE = []
906
929
  include Aws::Structure
907
930
  end
908
931
 
@@ -923,6 +946,7 @@ module Aws::DataSync
923
946
  #
924
947
  class DescribeLocationEfsRequest < Struct.new(
925
948
  :location_arn)
949
+ SENSITIVE = []
926
950
  include Aws::Structure
927
951
  end
928
952
 
@@ -956,6 +980,7 @@ module Aws::DataSync
956
980
  :location_uri,
957
981
  :ec2_config,
958
982
  :creation_time)
983
+ SENSITIVE = []
959
984
  include Aws::Structure
960
985
  end
961
986
 
@@ -975,6 +1000,7 @@ module Aws::DataSync
975
1000
  #
976
1001
  class DescribeLocationFsxWindowsRequest < Struct.new(
977
1002
  :location_arn)
1003
+ SENSITIVE = []
978
1004
  include Aws::Structure
979
1005
  end
980
1006
 
@@ -1015,6 +1041,7 @@ module Aws::DataSync
1015
1041
  :creation_time,
1016
1042
  :user,
1017
1043
  :domain)
1044
+ SENSITIVE = []
1018
1045
  include Aws::Structure
1019
1046
  end
1020
1047
 
@@ -1035,6 +1062,7 @@ module Aws::DataSync
1035
1062
  #
1036
1063
  class DescribeLocationNfsRequest < Struct.new(
1037
1064
  :location_arn)
1065
+ SENSITIVE = []
1038
1066
  include Aws::Structure
1039
1067
  end
1040
1068
 
@@ -1070,6 +1098,7 @@ module Aws::DataSync
1070
1098
  :on_prem_config,
1071
1099
  :mount_options,
1072
1100
  :creation_time)
1101
+ SENSITIVE = []
1073
1102
  include Aws::Structure
1074
1103
  end
1075
1104
 
@@ -1091,6 +1120,7 @@ module Aws::DataSync
1091
1120
  #
1092
1121
  class DescribeLocationS3Request < Struct.new(
1093
1122
  :location_arn)
1123
+ SENSITIVE = []
1094
1124
  include Aws::Structure
1095
1125
  end
1096
1126
 
@@ -1137,6 +1167,7 @@ module Aws::DataSync
1137
1167
  :s3_storage_class,
1138
1168
  :s3_config,
1139
1169
  :creation_time)
1170
+ SENSITIVE = []
1140
1171
  include Aws::Structure
1141
1172
  end
1142
1173
 
@@ -1157,6 +1188,7 @@ module Aws::DataSync
1157
1188
  #
1158
1189
  class DescribeLocationSmbRequest < Struct.new(
1159
1190
  :location_arn)
1191
+ SENSITIVE = []
1160
1192
  include Aws::Structure
1161
1193
  end
1162
1194
 
@@ -1204,6 +1236,7 @@ module Aws::DataSync
1204
1236
  :domain,
1205
1237
  :mount_options,
1206
1238
  :creation_time)
1239
+ SENSITIVE = []
1207
1240
  include Aws::Structure
1208
1241
  end
1209
1242
 
@@ -1224,6 +1257,7 @@ module Aws::DataSync
1224
1257
  #
1225
1258
  class DescribeTaskExecutionRequest < Struct.new(
1226
1259
  :task_execution_arn)
1260
+ SENSITIVE = []
1227
1261
  include Aws::Structure
1228
1262
  end
1229
1263
 
@@ -1334,6 +1368,7 @@ module Aws::DataSync
1334
1368
  :bytes_written,
1335
1369
  :bytes_transferred,
1336
1370
  :result)
1371
+ SENSITIVE = []
1337
1372
  include Aws::Structure
1338
1373
  end
1339
1374
 
@@ -1354,6 +1389,7 @@ module Aws::DataSync
1354
1389
  #
1355
1390
  class DescribeTaskRequest < Struct.new(
1356
1391
  :task_arn)
1392
+ SENSITIVE = []
1357
1393
  include Aws::Structure
1358
1394
  end
1359
1395
 
@@ -1463,6 +1499,7 @@ module Aws::DataSync
1463
1499
  :error_code,
1464
1500
  :error_detail,
1465
1501
  :creation_time)
1502
+ SENSITIVE = []
1466
1503
  include Aws::Structure
1467
1504
  end
1468
1505
 
@@ -1495,6 +1532,7 @@ module Aws::DataSync
1495
1532
  class Ec2Config < Struct.new(
1496
1533
  :subnet_arn,
1497
1534
  :security_group_arns)
1535
+ SENSITIVE = []
1498
1536
  include Aws::Structure
1499
1537
  end
1500
1538
 
@@ -1525,6 +1563,7 @@ module Aws::DataSync
1525
1563
  class FilterRule < Struct.new(
1526
1564
  :filter_type,
1527
1565
  :value)
1566
+ SENSITIVE = []
1528
1567
  include Aws::Structure
1529
1568
  end
1530
1569
 
@@ -1542,6 +1581,7 @@ module Aws::DataSync
1542
1581
  class InternalException < Struct.new(
1543
1582
  :message,
1544
1583
  :error_code)
1584
+ SENSITIVE = []
1545
1585
  include Aws::Structure
1546
1586
  end
1547
1587
 
@@ -1558,6 +1598,7 @@ module Aws::DataSync
1558
1598
  class InvalidRequestException < Struct.new(
1559
1599
  :message,
1560
1600
  :error_code)
1601
+ SENSITIVE = []
1561
1602
  include Aws::Structure
1562
1603
  end
1563
1604
 
@@ -1585,6 +1626,7 @@ module Aws::DataSync
1585
1626
  class ListAgentsRequest < Struct.new(
1586
1627
  :max_results,
1587
1628
  :next_token)
1629
+ SENSITIVE = []
1588
1630
  include Aws::Structure
1589
1631
  end
1590
1632
 
@@ -1604,6 +1646,7 @@ module Aws::DataSync
1604
1646
  class ListAgentsResponse < Struct.new(
1605
1647
  :agents,
1606
1648
  :next_token)
1649
+ SENSITIVE = []
1607
1650
  include Aws::Structure
1608
1651
  end
1609
1652
 
@@ -1631,6 +1674,7 @@ module Aws::DataSync
1631
1674
  class ListLocationsRequest < Struct.new(
1632
1675
  :max_results,
1633
1676
  :next_token)
1677
+ SENSITIVE = []
1634
1678
  include Aws::Structure
1635
1679
  end
1636
1680
 
@@ -1650,6 +1694,7 @@ module Aws::DataSync
1650
1694
  class ListLocationsResponse < Struct.new(
1651
1695
  :locations,
1652
1696
  :next_token)
1697
+ SENSITIVE = []
1653
1698
  include Aws::Structure
1654
1699
  end
1655
1700
 
@@ -1683,6 +1728,7 @@ module Aws::DataSync
1683
1728
  :resource_arn,
1684
1729
  :max_results,
1685
1730
  :next_token)
1731
+ SENSITIVE = []
1686
1732
  include Aws::Structure
1687
1733
  end
1688
1734
 
@@ -1702,6 +1748,7 @@ module Aws::DataSync
1702
1748
  class ListTagsForResourceResponse < Struct.new(
1703
1749
  :tags,
1704
1750
  :next_token)
1751
+ SENSITIVE = []
1705
1752
  include Aws::Structure
1706
1753
  end
1707
1754
 
@@ -1736,6 +1783,7 @@ module Aws::DataSync
1736
1783
  :task_arn,
1737
1784
  :max_results,
1738
1785
  :next_token)
1786
+ SENSITIVE = []
1739
1787
  include Aws::Structure
1740
1788
  end
1741
1789
 
@@ -1755,6 +1803,7 @@ module Aws::DataSync
1755
1803
  class ListTaskExecutionsResponse < Struct.new(
1756
1804
  :task_executions,
1757
1805
  :next_token)
1806
+ SENSITIVE = []
1758
1807
  include Aws::Structure
1759
1808
  end
1760
1809
 
@@ -1782,6 +1831,7 @@ module Aws::DataSync
1782
1831
  class ListTasksRequest < Struct.new(
1783
1832
  :max_results,
1784
1833
  :next_token)
1834
+ SENSITIVE = []
1785
1835
  include Aws::Structure
1786
1836
  end
1787
1837
 
@@ -1801,6 +1851,7 @@ module Aws::DataSync
1801
1851
  class ListTasksResponse < Struct.new(
1802
1852
  :tasks,
1803
1853
  :next_token)
1854
+ SENSITIVE = []
1804
1855
  include Aws::Structure
1805
1856
  end
1806
1857
 
@@ -1842,6 +1893,7 @@ module Aws::DataSync
1842
1893
  class LocationListEntry < Struct.new(
1843
1894
  :location_arn,
1844
1895
  :location_uri)
1896
+ SENSITIVE = []
1845
1897
  include Aws::Structure
1846
1898
  end
1847
1899
 
@@ -1882,6 +1934,7 @@ module Aws::DataSync
1882
1934
  #
1883
1935
  class NfsMountOptions < Struct.new(
1884
1936
  :version)
1937
+ SENSITIVE = []
1885
1938
  include Aws::Structure
1886
1939
  end
1887
1940
 
@@ -1903,6 +1956,7 @@ module Aws::DataSync
1903
1956
  #
1904
1957
  class OnPremConfig < Struct.new(
1905
1958
  :agent_arns)
1959
+ SENSITIVE = []
1906
1960
  include Aws::Structure
1907
1961
  end
1908
1962
 
@@ -2117,6 +2171,7 @@ module Aws::DataSync
2117
2171
  :bytes_per_second,
2118
2172
  :task_queueing,
2119
2173
  :log_level)
2174
+ SENSITIVE = []
2120
2175
  include Aws::Structure
2121
2176
  end
2122
2177
 
@@ -2158,6 +2213,7 @@ module Aws::DataSync
2158
2213
  :private_link_endpoint,
2159
2214
  :subnet_arns,
2160
2215
  :security_group_arns)
2216
+ SENSITIVE = []
2161
2217
  include Aws::Structure
2162
2218
  end
2163
2219
 
@@ -2183,6 +2239,7 @@ module Aws::DataSync
2183
2239
  #
2184
2240
  class S3Config < Struct.new(
2185
2241
  :bucket_access_role_arn)
2242
+ SENSITIVE = []
2186
2243
  include Aws::Structure
2187
2244
  end
2188
2245
 
@@ -2207,6 +2264,7 @@ module Aws::DataSync
2207
2264
  #
2208
2265
  class SmbMountOptions < Struct.new(
2209
2266
  :version)
2267
+ SENSITIVE = []
2210
2268
  include Aws::Structure
2211
2269
  end
2212
2270
 
@@ -2269,6 +2327,7 @@ module Aws::DataSync
2269
2327
  :task_arn,
2270
2328
  :override_options,
2271
2329
  :includes)
2330
+ SENSITIVE = []
2272
2331
  include Aws::Structure
2273
2332
  end
2274
2333
 
@@ -2283,6 +2342,7 @@ module Aws::DataSync
2283
2342
  #
2284
2343
  class StartTaskExecutionResponse < Struct.new(
2285
2344
  :task_execution_arn)
2345
+ SENSITIVE = []
2286
2346
  include Aws::Structure
2287
2347
  end
2288
2348
 
@@ -2311,6 +2371,7 @@ module Aws::DataSync
2311
2371
  class TagListEntry < Struct.new(
2312
2372
  :key,
2313
2373
  :value)
2374
+ SENSITIVE = []
2314
2375
  include Aws::Structure
2315
2376
  end
2316
2377
 
@@ -2342,6 +2403,7 @@ module Aws::DataSync
2342
2403
  class TagResourceRequest < Struct.new(
2343
2404
  :resource_arn,
2344
2405
  :tags)
2406
+ SENSITIVE = []
2345
2407
  include Aws::Structure
2346
2408
  end
2347
2409
 
@@ -2367,6 +2429,7 @@ module Aws::DataSync
2367
2429
  class TaskExecutionListEntry < Struct.new(
2368
2430
  :task_execution_arn,
2369
2431
  :status)
2432
+ SENSITIVE = []
2370
2433
  include Aws::Structure
2371
2434
  end
2372
2435
 
@@ -2429,6 +2492,7 @@ module Aws::DataSync
2429
2492
  :verify_status,
2430
2493
  :error_code,
2431
2494
  :error_detail)
2495
+ SENSITIVE = []
2432
2496
  include Aws::Structure
2433
2497
  end
2434
2498
 
@@ -2455,6 +2519,7 @@ module Aws::DataSync
2455
2519
  :task_arn,
2456
2520
  :status,
2457
2521
  :name)
2522
+ SENSITIVE = []
2458
2523
  include Aws::Structure
2459
2524
  end
2460
2525
 
@@ -2482,6 +2547,7 @@ module Aws::DataSync
2482
2547
  #
2483
2548
  class TaskSchedule < Struct.new(
2484
2549
  :schedule_expression)
2550
+ SENSITIVE = []
2485
2551
  include Aws::Structure
2486
2552
  end
2487
2553
 
@@ -2509,6 +2575,7 @@ module Aws::DataSync
2509
2575
  class UntagResourceRequest < Struct.new(
2510
2576
  :resource_arn,
2511
2577
  :keys)
2578
+ SENSITIVE = []
2512
2579
  include Aws::Structure
2513
2580
  end
2514
2581
 
@@ -2539,6 +2606,7 @@ module Aws::DataSync
2539
2606
  class UpdateAgentRequest < Struct.new(
2540
2607
  :agent_arn,
2541
2608
  :name)
2609
+ SENSITIVE = []
2542
2610
  include Aws::Structure
2543
2611
  end
2544
2612
 
@@ -2632,6 +2700,7 @@ module Aws::DataSync
2632
2700
  :schedule,
2633
2701
  :name,
2634
2702
  :cloud_watch_log_group_arn)
2703
+ SENSITIVE = []
2635
2704
  include Aws::Structure
2636
2705
  end
2637
2706
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datasync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.1
4
+ version: 1.22.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core