aws-sdk-dataexchange 1.5.1 → 1.10.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: 4b5798102b438202e63af39cc30cb9ad29330e8b3d356b244a4f077e416cf807
4
- data.tar.gz: e59cb83dd04103a222fffd24ee2ce84aa87450ef2f5e600a4811a779d0de2316
3
+ metadata.gz: 4654d98851fb4c1b35259cfc7b22ac3639804ca621eedad9650e973ab5b568ed
4
+ data.tar.gz: 25d812230e022c6ecff7da2193f2bf242eb385ab1b6203e418d636778ec5818e
5
5
  SHA512:
6
- metadata.gz: 75b91708bc0cc06597236b3ab009287383488b25bb423f5021e14eb56eb06b8d019bf55051014cda70acd8bb8b26025669623b495ac889fdd8bc3b8178a15c8e
7
- data.tar.gz: 367bb0521c89d618f36f92f1bba35e24a925eebc47ee7466a5341817851586e2b52087f79ed9b8ac047cff42f10b8f7ca467bdbefb0adc8e1771679b3f0cff50
6
+ metadata.gz: e7b7189a7b97ddfbe973449c9510e92b0e3299965ebc179b443e7d4bce922cfb61ed47ad1cb8205f36ce4ce5acf109bc9abb4990221fa113a22738c30aa7c491
7
+ data.tar.gz: d02c61d0e42351f51ae3afd2c6f9725d4028228ea1dfeacf5280076457b8bfaf696b5d3495a98151265f86270a1d8ebd299e38b6960a1a1aed652e13fb218bf0
@@ -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:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-dataexchange/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::DataExchange
47
50
 
48
- GEM_VERSION = '1.5.1'
51
+ GEM_VERSION = '1.10.0'
49
52
 
50
53
  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:
@@ -83,13 +85,28 @@ module Aws::DataExchange
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::DataExchange
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -439,7 +456,7 @@ module Aws::DataExchange
439
456
  # ],
440
457
  # data_set_id: "Id", # required
441
458
  # encryption: {
442
- # kms_key_arn: "__string", # required
459
+ # kms_key_arn: "__string",
443
460
  # type: "aws:kms", # required, accepts aws:kms, AES256
444
461
  # },
445
462
  # revision_id: "Id", # required
@@ -1372,7 +1389,7 @@ module Aws::DataExchange
1372
1389
  params: params,
1373
1390
  config: config)
1374
1391
  context[:gem_name] = 'aws-sdk-dataexchange'
1375
- context[:gem_version] = '1.5.1'
1392
+ context[:gem_version] = '1.10.0'
1376
1393
  Seahorse::Client::Request.new(handlers, context)
1377
1394
  end
1378
1395
 
@@ -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:
@@ -249,7 +251,7 @@ module Aws::DataExchange
249
251
  ExportAssetsToS3ResponseDetails.add_member(:revision_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "RevisionId"))
250
252
  ExportAssetsToS3ResponseDetails.struct_class = Types::ExportAssetsToS3ResponseDetails
251
253
 
252
- ExportServerSideEncryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "KmsKeyArn"))
254
+ ExportServerSideEncryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: __string, location_name: "KmsKeyArn"))
253
255
  ExportServerSideEncryption.add_member(:type, Shapes::ShapeRef.new(shape: ServerSideEncryptionTypes, required: true, location_name: "Type"))
254
256
  ExportServerSideEncryption.struct_class = Types::ExportServerSideEncryption
255
257
 
@@ -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:
@@ -18,6 +20,7 @@ module Aws::DataExchange
18
20
  #
19
21
  class AccessDeniedException < Struct.new(
20
22
  :message)
23
+ SENSITIVE = []
21
24
  include Aws::Structure
22
25
  end
23
26
 
@@ -50,6 +53,7 @@ module Aws::DataExchange
50
53
  :asset_id,
51
54
  :bucket,
52
55
  :key)
56
+ SENSITIVE = []
53
57
  include Aws::Structure
54
58
  end
55
59
 
@@ -61,6 +65,7 @@ module Aws::DataExchange
61
65
  #
62
66
  class AssetDetails < Struct.new(
63
67
  :s3_snapshot_asset)
68
+ SENSITIVE = []
64
69
  include Aws::Structure
65
70
  end
66
71
 
@@ -128,6 +133,7 @@ module Aws::DataExchange
128
133
  :revision_id,
129
134
  :source_id,
130
135
  :updated_at)
136
+ SENSITIVE = []
131
137
  include Aws::Structure
132
138
  end
133
139
 
@@ -154,6 +160,7 @@ module Aws::DataExchange
154
160
  class AssetSourceEntry < Struct.new(
155
161
  :bucket,
156
162
  :key)
163
+ SENSITIVE = []
157
164
  include Aws::Structure
158
165
  end
159
166
 
@@ -171,6 +178,7 @@ module Aws::DataExchange
171
178
  #
172
179
  class CancelJobRequest < Struct.new(
173
180
  :job_id)
181
+ SENSITIVE = []
174
182
  include Aws::Structure
175
183
  end
176
184
 
@@ -196,6 +204,7 @@ module Aws::DataExchange
196
204
  :message,
197
205
  :resource_id,
198
206
  :resource_type)
207
+ SENSITIVE = []
199
208
  include Aws::Structure
200
209
  end
201
210
 
@@ -242,6 +251,7 @@ module Aws::DataExchange
242
251
  :description,
243
252
  :name,
244
253
  :tags)
254
+ SENSITIVE = []
245
255
  include Aws::Structure
246
256
  end
247
257
 
@@ -309,6 +319,7 @@ module Aws::DataExchange
309
319
  :source_id,
310
320
  :tags,
311
321
  :updated_at)
322
+ SENSITIVE = []
312
323
  include Aws::Structure
313
324
  end
314
325
 
@@ -339,7 +350,7 @@ module Aws::DataExchange
339
350
  # ],
340
351
  # data_set_id: "Id", # required
341
352
  # encryption: {
342
- # kms_key_arn: "__string", # required
353
+ # kms_key_arn: "__string",
343
354
  # type: "aws:kms", # required, accepts aws:kms, AES256
344
355
  # },
345
356
  # revision_id: "Id", # required
@@ -377,6 +388,7 @@ module Aws::DataExchange
377
388
  class CreateJobRequest < Struct.new(
378
389
  :details,
379
390
  :type)
391
+ SENSITIVE = []
380
392
  include Aws::Structure
381
393
  end
382
394
 
@@ -423,6 +435,7 @@ module Aws::DataExchange
423
435
  :state,
424
436
  :type,
425
437
  :updated_at)
438
+ SENSITIVE = []
426
439
  include Aws::Structure
427
440
  end
428
441
 
@@ -463,6 +476,7 @@ module Aws::DataExchange
463
476
  :comment,
464
477
  :data_set_id,
465
478
  :tags)
479
+ SENSITIVE = []
466
480
  include Aws::Structure
467
481
  end
468
482
 
@@ -514,6 +528,7 @@ module Aws::DataExchange
514
528
  :source_id,
515
529
  :tags,
516
530
  :updated_at)
531
+ SENSITIVE = []
517
532
  include Aws::Structure
518
533
  end
519
534
 
@@ -578,6 +593,7 @@ module Aws::DataExchange
578
593
  :origin_details,
579
594
  :source_id,
580
595
  :updated_at)
596
+ SENSITIVE = []
581
597
  include Aws::Structure
582
598
  end
583
599
 
@@ -605,6 +621,7 @@ module Aws::DataExchange
605
621
  :asset_id,
606
622
  :data_set_id,
607
623
  :revision_id)
624
+ SENSITIVE = []
608
625
  include Aws::Structure
609
626
  end
610
627
 
@@ -622,6 +639,7 @@ module Aws::DataExchange
622
639
  #
623
640
  class DeleteDataSetRequest < Struct.new(
624
641
  :data_set_id)
642
+ SENSITIVE = []
625
643
  include Aws::Structure
626
644
  end
627
645
 
@@ -644,6 +662,7 @@ module Aws::DataExchange
644
662
  class DeleteRevisionRequest < Struct.new(
645
663
  :data_set_id,
646
664
  :revision_id)
665
+ SENSITIVE = []
647
666
  include Aws::Structure
648
667
  end
649
668
 
@@ -659,6 +678,7 @@ module Aws::DataExchange
659
678
  class Details < Struct.new(
660
679
  :import_asset_from_signed_url_job_error_details,
661
680
  :import_assets_from_s3_job_error_details)
681
+ SENSITIVE = []
662
682
  include Aws::Structure
663
683
  end
664
684
 
@@ -694,6 +714,7 @@ module Aws::DataExchange
694
714
  :asset_id,
695
715
  :data_set_id,
696
716
  :revision_id)
717
+ SENSITIVE = []
697
718
  include Aws::Structure
698
719
  end
699
720
 
@@ -729,6 +750,7 @@ module Aws::DataExchange
729
750
  :revision_id,
730
751
  :signed_url,
731
752
  :signed_url_expires_at)
753
+ SENSITIVE = []
732
754
  include Aws::Structure
733
755
  end
734
756
 
@@ -747,7 +769,7 @@ module Aws::DataExchange
747
769
  # ],
748
770
  # data_set_id: "Id", # required
749
771
  # encryption: {
750
- # kms_key_arn: "__string", # required
772
+ # kms_key_arn: "__string",
751
773
  # type: "aws:kms", # required, accepts aws:kms, AES256
752
774
  # },
753
775
  # revision_id: "Id", # required
@@ -778,6 +800,7 @@ module Aws::DataExchange
778
800
  :data_set_id,
779
801
  :encryption,
780
802
  :revision_id)
803
+ SENSITIVE = []
781
804
  include Aws::Structure
782
805
  end
783
806
 
@@ -808,6 +831,7 @@ module Aws::DataExchange
808
831
  :data_set_id,
809
832
  :encryption,
810
833
  :revision_id)
834
+ SENSITIVE = []
811
835
  include Aws::Structure
812
836
  end
813
837
 
@@ -819,7 +843,7 @@ module Aws::DataExchange
819
843
  # data as a hash:
820
844
  #
821
845
  # {
822
- # kms_key_arn: "__string", # required
846
+ # kms_key_arn: "__string",
823
847
  # type: "aws:kms", # required, accepts aws:kms, AES256
824
848
  # }
825
849
  #
@@ -839,6 +863,7 @@ module Aws::DataExchange
839
863
  class ExportServerSideEncryption < Struct.new(
840
864
  :kms_key_arn,
841
865
  :type)
866
+ SENSITIVE = []
842
867
  include Aws::Structure
843
868
  end
844
869
 
@@ -866,6 +891,7 @@ module Aws::DataExchange
866
891
  :asset_id,
867
892
  :data_set_id,
868
893
  :revision_id)
894
+ SENSITIVE = []
869
895
  include Aws::Structure
870
896
  end
871
897
 
@@ -927,6 +953,7 @@ module Aws::DataExchange
927
953
  :revision_id,
928
954
  :source_id,
929
955
  :updated_at)
956
+ SENSITIVE = []
930
957
  include Aws::Structure
931
958
  end
932
959
 
@@ -944,6 +971,7 @@ module Aws::DataExchange
944
971
  #
945
972
  class GetDataSetRequest < Struct.new(
946
973
  :data_set_id)
974
+ SENSITIVE = []
947
975
  include Aws::Structure
948
976
  end
949
977
 
@@ -1011,6 +1039,7 @@ module Aws::DataExchange
1011
1039
  :source_id,
1012
1040
  :tags,
1013
1041
  :updated_at)
1042
+ SENSITIVE = []
1014
1043
  include Aws::Structure
1015
1044
  end
1016
1045
 
@@ -1028,6 +1057,7 @@ module Aws::DataExchange
1028
1057
  #
1029
1058
  class GetJobRequest < Struct.new(
1030
1059
  :job_id)
1060
+ SENSITIVE = []
1031
1061
  include Aws::Structure
1032
1062
  end
1033
1063
 
@@ -1074,6 +1104,7 @@ module Aws::DataExchange
1074
1104
  :state,
1075
1105
  :type,
1076
1106
  :updated_at)
1107
+ SENSITIVE = []
1077
1108
  include Aws::Structure
1078
1109
  end
1079
1110
 
@@ -1096,6 +1127,7 @@ module Aws::DataExchange
1096
1127
  class GetRevisionRequest < Struct.new(
1097
1128
  :data_set_id,
1098
1129
  :revision_id)
1130
+ SENSITIVE = []
1099
1131
  include Aws::Structure
1100
1132
  end
1101
1133
 
@@ -1147,6 +1179,7 @@ module Aws::DataExchange
1147
1179
  :source_id,
1148
1180
  :tags,
1149
1181
  :updated_at)
1182
+ SENSITIVE = []
1150
1183
  include Aws::Structure
1151
1184
  end
1152
1185
 
@@ -1160,6 +1193,7 @@ module Aws::DataExchange
1160
1193
  #
1161
1194
  class ImportAssetFromSignedUrlJobErrorDetails < Struct.new(
1162
1195
  :asset_name)
1196
+ SENSITIVE = []
1163
1197
  include Aws::Structure
1164
1198
  end
1165
1199
 
@@ -1202,6 +1236,7 @@ module Aws::DataExchange
1202
1236
  :data_set_id,
1203
1237
  :md_5_hash,
1204
1238
  :revision_id)
1239
+ SENSITIVE = []
1205
1240
  include Aws::Structure
1206
1241
  end
1207
1242
 
@@ -1245,6 +1280,7 @@ module Aws::DataExchange
1245
1280
  :revision_id,
1246
1281
  :signed_url,
1247
1282
  :signed_url_expires_at)
1283
+ SENSITIVE = []
1248
1284
  include Aws::Structure
1249
1285
  end
1250
1286
 
@@ -1284,6 +1320,7 @@ module Aws::DataExchange
1284
1320
  :asset_sources,
1285
1321
  :data_set_id,
1286
1322
  :revision_id)
1323
+ SENSITIVE = []
1287
1324
  include Aws::Structure
1288
1325
  end
1289
1326
 
@@ -1309,6 +1346,7 @@ module Aws::DataExchange
1309
1346
  :asset_sources,
1310
1347
  :data_set_id,
1311
1348
  :revision_id)
1349
+ SENSITIVE = []
1312
1350
  include Aws::Structure
1313
1351
  end
1314
1352
 
@@ -1322,6 +1360,7 @@ module Aws::DataExchange
1322
1360
  #
1323
1361
  class InternalServerException < Struct.new(
1324
1362
  :message)
1363
+ SENSITIVE = []
1325
1364
  include Aws::Structure
1326
1365
  end
1327
1366
 
@@ -1374,6 +1413,7 @@ module Aws::DataExchange
1374
1413
  :state,
1375
1414
  :type,
1376
1415
  :updated_at)
1416
+ SENSITIVE = []
1377
1417
  include Aws::Structure
1378
1418
  end
1379
1419
 
@@ -1416,6 +1456,7 @@ module Aws::DataExchange
1416
1456
  :message,
1417
1457
  :resource_id,
1418
1458
  :resource_type)
1459
+ SENSITIVE = []
1419
1460
  include Aws::Structure
1420
1461
  end
1421
1462
 
@@ -1443,6 +1484,7 @@ module Aws::DataExchange
1443
1484
  :data_set_id,
1444
1485
  :max_results,
1445
1486
  :next_token)
1487
+ SENSITIVE = []
1446
1488
  include Aws::Structure
1447
1489
  end
1448
1490
 
@@ -1459,6 +1501,7 @@ module Aws::DataExchange
1459
1501
  class ListDataSetRevisionsResponse < Struct.new(
1460
1502
  :next_token,
1461
1503
  :revisions)
1504
+ SENSITIVE = []
1462
1505
  include Aws::Structure
1463
1506
  end
1464
1507
 
@@ -1486,6 +1529,7 @@ module Aws::DataExchange
1486
1529
  :max_results,
1487
1530
  :next_token,
1488
1531
  :origin)
1532
+ SENSITIVE = []
1489
1533
  include Aws::Structure
1490
1534
  end
1491
1535
 
@@ -1502,6 +1546,7 @@ module Aws::DataExchange
1502
1546
  class ListDataSetsResponse < Struct.new(
1503
1547
  :data_sets,
1504
1548
  :next_token)
1549
+ SENSITIVE = []
1505
1550
  include Aws::Structure
1506
1551
  end
1507
1552
 
@@ -1534,6 +1579,7 @@ module Aws::DataExchange
1534
1579
  :max_results,
1535
1580
  :next_token,
1536
1581
  :revision_id)
1582
+ SENSITIVE = []
1537
1583
  include Aws::Structure
1538
1584
  end
1539
1585
 
@@ -1550,6 +1596,7 @@ module Aws::DataExchange
1550
1596
  class ListJobsResponse < Struct.new(
1551
1597
  :jobs,
1552
1598
  :next_token)
1599
+ SENSITIVE = []
1553
1600
  include Aws::Structure
1554
1601
  end
1555
1602
 
@@ -1582,6 +1629,7 @@ module Aws::DataExchange
1582
1629
  :max_results,
1583
1630
  :next_token,
1584
1631
  :revision_id)
1632
+ SENSITIVE = []
1585
1633
  include Aws::Structure
1586
1634
  end
1587
1635
 
@@ -1598,6 +1646,7 @@ module Aws::DataExchange
1598
1646
  class ListRevisionAssetsResponse < Struct.new(
1599
1647
  :assets,
1600
1648
  :next_token)
1649
+ SENSITIVE = []
1601
1650
  include Aws::Structure
1602
1651
  end
1603
1652
 
@@ -1615,6 +1664,7 @@ module Aws::DataExchange
1615
1664
  #
1616
1665
  class ListTagsForResourceRequest < Struct.new(
1617
1666
  :resource_arn)
1667
+ SENSITIVE = []
1618
1668
  include Aws::Structure
1619
1669
  end
1620
1670
 
@@ -1625,6 +1675,7 @@ module Aws::DataExchange
1625
1675
  #
1626
1676
  class ListTagsForResourceResponse < Struct.new(
1627
1677
  :tags)
1678
+ SENSITIVE = []
1628
1679
  include Aws::Structure
1629
1680
  end
1630
1681
 
@@ -1635,6 +1686,7 @@ module Aws::DataExchange
1635
1686
  #
1636
1687
  class OriginDetails < Struct.new(
1637
1688
  :product_id)
1689
+ SENSITIVE = []
1638
1690
  include Aws::Structure
1639
1691
  end
1640
1692
 
@@ -1659,7 +1711,7 @@ module Aws::DataExchange
1659
1711
  # ],
1660
1712
  # data_set_id: "Id", # required
1661
1713
  # encryption: {
1662
- # kms_key_arn: "__string", # required
1714
+ # kms_key_arn: "__string",
1663
1715
  # type: "aws:kms", # required, accepts aws:kms, AES256
1664
1716
  # },
1665
1717
  # revision_id: "Id", # required
@@ -1705,6 +1757,7 @@ module Aws::DataExchange
1705
1757
  :export_assets_to_s3,
1706
1758
  :import_asset_from_signed_url,
1707
1759
  :import_assets_from_s3)
1760
+ SENSITIVE = []
1708
1761
  include Aws::Structure
1709
1762
  end
1710
1763
 
@@ -1728,6 +1781,7 @@ module Aws::DataExchange
1728
1781
  :message,
1729
1782
  :resource_id,
1730
1783
  :resource_type)
1784
+ SENSITIVE = []
1731
1785
  include Aws::Structure
1732
1786
  end
1733
1787
 
@@ -1756,6 +1810,7 @@ module Aws::DataExchange
1756
1810
  :export_assets_to_s3,
1757
1811
  :import_asset_from_signed_url,
1758
1812
  :import_assets_from_s3)
1813
+ SENSITIVE = []
1759
1814
  include Aws::Structure
1760
1815
  end
1761
1816
 
@@ -1817,6 +1872,7 @@ module Aws::DataExchange
1817
1872
  :id,
1818
1873
  :source_id,
1819
1874
  :updated_at)
1875
+ SENSITIVE = []
1820
1876
  include Aws::Structure
1821
1877
  end
1822
1878
 
@@ -1830,6 +1886,7 @@ module Aws::DataExchange
1830
1886
  #
1831
1887
  class S3SnapshotAsset < Struct.new(
1832
1888
  :size)
1889
+ SENSITIVE = []
1833
1890
  include Aws::Structure
1834
1891
  end
1835
1892
 
@@ -1850,6 +1907,7 @@ module Aws::DataExchange
1850
1907
  :limit_name,
1851
1908
  :limit_value,
1852
1909
  :message)
1910
+ SENSITIVE = []
1853
1911
  include Aws::Structure
1854
1912
  end
1855
1913
 
@@ -1867,6 +1925,7 @@ module Aws::DataExchange
1867
1925
  #
1868
1926
  class StartJobRequest < Struct.new(
1869
1927
  :job_id)
1928
+ SENSITIVE = []
1870
1929
  include Aws::Structure
1871
1930
  end
1872
1931
 
@@ -1895,6 +1954,7 @@ module Aws::DataExchange
1895
1954
  class TagResourceRequest < Struct.new(
1896
1955
  :resource_arn,
1897
1956
  :tags)
1957
+ SENSITIVE = []
1898
1958
  include Aws::Structure
1899
1959
  end
1900
1960
 
@@ -1908,6 +1968,7 @@ module Aws::DataExchange
1908
1968
  #
1909
1969
  class ThrottlingException < Struct.new(
1910
1970
  :message)
1971
+ SENSITIVE = []
1911
1972
  include Aws::Structure
1912
1973
  end
1913
1974
 
@@ -1930,6 +1991,7 @@ module Aws::DataExchange
1930
1991
  class UntagResourceRequest < Struct.new(
1931
1992
  :resource_arn,
1932
1993
  :tag_keys)
1994
+ SENSITIVE = []
1933
1995
  include Aws::Structure
1934
1996
  end
1935
1997
 
@@ -1967,6 +2029,7 @@ module Aws::DataExchange
1967
2029
  :data_set_id,
1968
2030
  :name,
1969
2031
  :revision_id)
2032
+ SENSITIVE = []
1970
2033
  include Aws::Structure
1971
2034
  end
1972
2035
 
@@ -2028,6 +2091,7 @@ module Aws::DataExchange
2028
2091
  :revision_id,
2029
2092
  :source_id,
2030
2093
  :updated_at)
2094
+ SENSITIVE = []
2031
2095
  include Aws::Structure
2032
2096
  end
2033
2097
 
@@ -2059,6 +2123,7 @@ module Aws::DataExchange
2059
2123
  :data_set_id,
2060
2124
  :description,
2061
2125
  :name)
2126
+ SENSITIVE = []
2062
2127
  include Aws::Structure
2063
2128
  end
2064
2129
 
@@ -2122,6 +2187,7 @@ module Aws::DataExchange
2122
2187
  :origin_details,
2123
2188
  :source_id,
2124
2189
  :updated_at)
2190
+ SENSITIVE = []
2125
2191
  include Aws::Structure
2126
2192
  end
2127
2193
 
@@ -2160,6 +2226,7 @@ module Aws::DataExchange
2160
2226
  :data_set_id,
2161
2227
  :finalized,
2162
2228
  :revision_id)
2229
+ SENSITIVE = []
2163
2230
  include Aws::Structure
2164
2231
  end
2165
2232
 
@@ -2207,6 +2274,7 @@ module Aws::DataExchange
2207
2274
  :id,
2208
2275
  :source_id,
2209
2276
  :updated_at)
2277
+ SENSITIVE = []
2210
2278
  include Aws::Structure
2211
2279
  end
2212
2280
 
@@ -2221,6 +2289,7 @@ module Aws::DataExchange
2221
2289
  #
2222
2290
  class ValidationException < Struct.new(
2223
2291
  :message)
2292
+ SENSITIVE = []
2224
2293
  include Aws::Structure
2225
2294
  end
2226
2295
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dataexchange
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.10.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-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.109.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement