aws-sdk-dataexchange 1.68.0 → 1.70.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: 2a3fcef632108c1a409c0b06237bf26f866460d7161f4bacc33774190eb3f2a9
4
- data.tar.gz: 284defa4c4bd1882692e94f019143cd0268e104b08389f27fe0260ae257b5ad4
3
+ metadata.gz: 0a9a7edaad948f45b2c7274969f4966b1cccf66737c751144cdf044a248d32c8
4
+ data.tar.gz: ed4758a5aeeff4ed22b1a3efe542ff422667d4b5468aade77d6392748072b9be
5
5
  SHA512:
6
- metadata.gz: 65e239b9147ab89ee279d316344106bffe3d31ada117a4c5b9666bafb91e2b0df9f4b20e8ae08ef3d09f6e281a7c98b5af3bc2236226f5c8fe55fe0e5b66b308
7
- data.tar.gz: 7b1a5b3577c00b4944fafc491ac33c33f490ace774fdb045ad4d16723abca09ca78390d2bfbb11f691a1f7bcbd5c0807c7bf49c1619d7d6c22e199c1833f050d
6
+ metadata.gz: 7e16e975b85e4d9aded03b826239c3556360f513888c98a03a2ce02125e72e4204dec9f2b0d3703d5549804b44fc0c7e708b13ec584e814aa64295853a0d11f2
7
+ data.tar.gz: 9db8030b64f357c45f273df3ae633eb9c8a46556f72312192c7fb429608468d43b3752cc2ce083930ba02f0a91a62e0d838e9a254fad9d31bcd0b60ea5ca26a9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2025-07-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.69.0 (2025-06-30)
10
+ ------------------
11
+
12
+ * Feature - This release updates resource Id with alphanumeric constraint, including Asset id, Revision id, Data Set id, Job id, and Event Action id.
13
+
4
14
  1.68.0 (2025-06-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.70.0
@@ -95,7 +95,7 @@ module Aws::DataExchange
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials. This can be an instance of any one of the
98
+ # Your AWS credentials used for authentication. This can be an instance of any one of the
99
99
  # following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
@@ -128,18 +128,23 @@ module Aws::DataExchange
128
128
  # locations will be searched for credentials:
129
129
  #
130
130
  # * `Aws.config[:credentials]`
131
+ #
131
132
  # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
132
133
  # `:account_id` options.
133
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
134
- # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
134
+ #
135
+ # * `ENV['AWS_ACCESS_KEY_ID']`, `ENV['AWS_SECRET_ACCESS_KEY']`,
136
+ # `ENV['AWS_SESSION_TOKEN']`, and `ENV['AWS_ACCOUNT_ID']`.
137
+ #
135
138
  # * `~/.aws/credentials`
139
+ #
136
140
  # * `~/.aws/config`
141
+ #
137
142
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
138
143
  # are very aggressive. Construct and pass an instance of
139
144
  # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
145
  # enable retries and extended timeouts. Instance profile credential
141
- # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
142
- # to true.
146
+ # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
+ # to `true`.
143
148
  #
144
149
  # @option options [required, String] :region
145
150
  # The AWS region to connect to. The configured `:region` is
@@ -167,6 +172,11 @@ module Aws::DataExchange
167
172
  # When false, the request will raise a `RetryCapacityNotAvailableError` and will
168
173
  # not retry instead of sleeping.
169
174
  #
175
+ # @option options [Array<String>] :auth_scheme_preference
176
+ # A list of preferred authentication schemes to use when making a request. Supported values are:
177
+ # `sigv4`, `sigv4a`, `httpBearerAuth`, and `noAuth`. When set using `ENV['AWS_AUTH_SCHEME_PREFERENCE']` or in
178
+ # shared config as `auth_scheme_preference`, the value should be a comma-separated list.
179
+ #
170
180
  # @option options [Boolean] :client_side_monitoring (false)
171
181
  # When `true`, client-side metrics will be collected for all API requests from
172
182
  # this client.
@@ -253,8 +263,8 @@ module Aws::DataExchange
253
263
  # 4 times. Used in `standard` and `adaptive` retry modes.
254
264
  #
255
265
  # @option options [String] :profile ("default")
256
- # Used when loading credentials from the shared credentials file
257
- # at HOME/.aws/credentials. When not specified, 'default' is used.
266
+ # Used when loading credentials from the shared credentials file at `HOME/.aws/credentials`.
267
+ # When not specified, 'default' is used.
258
268
  #
259
269
  # @option options [String] :request_checksum_calculation ("when_supported")
260
270
  # Determines when a checksum will be calculated for request payloads. Values are:
@@ -367,7 +377,7 @@ module Aws::DataExchange
367
377
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
368
378
  #
369
379
  # @option options [Aws::TokenProvider] :token_provider
370
- # A Bearer Token Provider. This can be an instance of any one of the
380
+ # Your Bearer token used for authentication. This can be an instance of any one of the
371
381
  # following classes:
372
382
  #
373
383
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
@@ -532,7 +542,7 @@ module Aws::DataExchange
532
542
  # @example Request syntax with placeholder values
533
543
  #
534
544
  # resp = client.cancel_job({
535
- # job_id: "__string", # required
545
+ # job_id: "Id", # required
536
546
  # })
537
547
  #
538
548
  # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/CancelJob AWS API Documentation
@@ -1035,7 +1045,7 @@ module Aws::DataExchange
1035
1045
  #
1036
1046
  # resp = client.create_revision({
1037
1047
  # comment: "__stringMin0Max16384",
1038
- # data_set_id: "__string", # required
1048
+ # data_set_id: "Id", # required
1039
1049
  # tags: {
1040
1050
  # "__string" => "__string",
1041
1051
  # },
@@ -1082,9 +1092,9 @@ module Aws::DataExchange
1082
1092
  # @example Request syntax with placeholder values
1083
1093
  #
1084
1094
  # resp = client.delete_asset({
1085
- # asset_id: "__string", # required
1086
- # data_set_id: "__string", # required
1087
- # revision_id: "__string", # required
1095
+ # asset_id: "Id", # required
1096
+ # data_set_id: "Id", # required
1097
+ # revision_id: "Id", # required
1088
1098
  # })
1089
1099
  #
1090
1100
  # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/DeleteAsset AWS API Documentation
@@ -1128,7 +1138,7 @@ module Aws::DataExchange
1128
1138
  # @example Request syntax with placeholder values
1129
1139
  #
1130
1140
  # resp = client.delete_data_set({
1131
- # data_set_id: "__string", # required
1141
+ # data_set_id: "Id", # required
1132
1142
  # })
1133
1143
  #
1134
1144
  # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/DeleteDataSet AWS API Documentation
@@ -1175,8 +1185,8 @@ module Aws::DataExchange
1175
1185
  # @example Request syntax with placeholder values
1176
1186
  #
1177
1187
  # resp = client.delete_revision({
1178
- # data_set_id: "__string", # required
1179
- # revision_id: "__string", # required
1188
+ # data_set_id: "Id", # required
1189
+ # revision_id: "Id", # required
1180
1190
  # })
1181
1191
  #
1182
1192
  # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/DeleteRevision AWS API Documentation
@@ -1215,9 +1225,9 @@ module Aws::DataExchange
1215
1225
  # @example Request syntax with placeholder values
1216
1226
  #
1217
1227
  # resp = client.get_asset({
1218
- # asset_id: "__string", # required
1219
- # data_set_id: "__string", # required
1220
- # revision_id: "__string", # required
1228
+ # asset_id: "Id", # required
1229
+ # data_set_id: "Id", # required
1230
+ # revision_id: "Id", # required
1221
1231
  # })
1222
1232
  #
1223
1233
  # @example Response structure
@@ -1354,7 +1364,7 @@ module Aws::DataExchange
1354
1364
  # @example Request syntax with placeholder values
1355
1365
  #
1356
1366
  # resp = client.get_data_set({
1357
- # data_set_id: "__string", # required
1367
+ # data_set_id: "Id", # required
1358
1368
  # })
1359
1369
  #
1360
1370
  # @example Response structure
@@ -1445,7 +1455,7 @@ module Aws::DataExchange
1445
1455
  # @example Request syntax with placeholder values
1446
1456
  #
1447
1457
  # resp = client.get_job({
1448
- # job_id: "__string", # required
1458
+ # job_id: "Id", # required
1449
1459
  # })
1450
1460
  #
1451
1461
  # @example Response structure
@@ -1627,8 +1637,8 @@ module Aws::DataExchange
1627
1637
  # @example Request syntax with placeholder values
1628
1638
  #
1629
1639
  # resp = client.get_revision({
1630
- # data_set_id: "__string", # required
1631
- # revision_id: "__string", # required
1640
+ # data_set_id: "Id", # required
1641
+ # revision_id: "Id", # required
1632
1642
  # })
1633
1643
  #
1634
1644
  # @example Response structure
@@ -1728,7 +1738,7 @@ module Aws::DataExchange
1728
1738
  # @example Request syntax with placeholder values
1729
1739
  #
1730
1740
  # resp = client.list_data_set_revisions({
1731
- # data_set_id: "__string", # required
1741
+ # data_set_id: "Id", # required
1732
1742
  # max_results: 1,
1733
1743
  # next_token: "__string",
1734
1744
  # })
@@ -2076,10 +2086,10 @@ module Aws::DataExchange
2076
2086
  # @example Request syntax with placeholder values
2077
2087
  #
2078
2088
  # resp = client.list_revision_assets({
2079
- # data_set_id: "__string", # required
2089
+ # data_set_id: "Id", # required
2080
2090
  # max_results: 1,
2081
2091
  # next_token: "__string",
2082
- # revision_id: "__string", # required
2092
+ # revision_id: "Id", # required
2083
2093
  # })
2084
2094
  #
2085
2095
  # @example Response structure
@@ -2198,8 +2208,8 @@ module Aws::DataExchange
2198
2208
  # @example Request syntax with placeholder values
2199
2209
  #
2200
2210
  # resp = client.revoke_revision({
2201
- # data_set_id: "__string", # required
2202
- # revision_id: "__string", # required
2211
+ # data_set_id: "Id", # required
2212
+ # revision_id: "Id", # required
2203
2213
  # revocation_comment: "__stringMin10Max512", # required
2204
2214
  # })
2205
2215
  #
@@ -2355,7 +2365,7 @@ module Aws::DataExchange
2355
2365
  # },
2356
2366
  # client_token: "ClientToken",
2357
2367
  # comment: "__stringMin0Max4096",
2358
- # data_set_id: "__string", # required
2368
+ # data_set_id: "Id", # required
2359
2369
  # details: {
2360
2370
  # data_update: {
2361
2371
  # data_updated_at: Time.now,
@@ -2396,7 +2406,7 @@ module Aws::DataExchange
2396
2406
  # @example Request syntax with placeholder values
2397
2407
  #
2398
2408
  # resp = client.start_job({
2399
- # job_id: "__string", # required
2409
+ # job_id: "Id", # required
2400
2410
  # })
2401
2411
  #
2402
2412
  # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/StartJob AWS API Documentation
@@ -2501,10 +2511,10 @@ module Aws::DataExchange
2501
2511
  # @example Request syntax with placeholder values
2502
2512
  #
2503
2513
  # resp = client.update_asset({
2504
- # asset_id: "__string", # required
2505
- # data_set_id: "__string", # required
2514
+ # asset_id: "Id", # required
2515
+ # data_set_id: "Id", # required
2506
2516
  # name: "AssetName", # required
2507
- # revision_id: "__string", # required
2517
+ # revision_id: "Id", # required
2508
2518
  # })
2509
2519
  #
2510
2520
  # @example Response structure
@@ -2589,7 +2599,7 @@ module Aws::DataExchange
2589
2599
  # @example Request syntax with placeholder values
2590
2600
  #
2591
2601
  # resp = client.update_data_set({
2592
- # data_set_id: "__string", # required
2602
+ # data_set_id: "Id", # required
2593
2603
  # description: "Description",
2594
2604
  # name: "Name",
2595
2605
  # })
@@ -2707,9 +2717,9 @@ module Aws::DataExchange
2707
2717
  #
2708
2718
  # resp = client.update_revision({
2709
2719
  # comment: "__stringMin0Max16384",
2710
- # data_set_id: "__string", # required
2720
+ # data_set_id: "Id", # required
2711
2721
  # finalized: false,
2712
- # revision_id: "__string", # required
2722
+ # revision_id: "Id", # required
2713
2723
  # })
2714
2724
  #
2715
2725
  # @example Response structure
@@ -2753,7 +2763,7 @@ module Aws::DataExchange
2753
2763
  tracer: tracer
2754
2764
  )
2755
2765
  context[:gem_name] = 'aws-sdk-dataexchange'
2756
- context[:gem_version] = '1.68.0'
2766
+ context[:gem_version] = '1.70.0'
2757
2767
  Seahorse::Client::Request.new(handlers, context)
2758
2768
  end
2759
2769
 
@@ -302,7 +302,7 @@ module Aws::DataExchange
302
302
  AutoExportRevisionToS3RequestDetails.add_member(:revision_destination, Shapes::ShapeRef.new(shape: AutoExportRevisionDestinationEntry, required: true, location_name: "RevisionDestination"))
303
303
  AutoExportRevisionToS3RequestDetails.struct_class = Types::AutoExportRevisionToS3RequestDetails
304
304
 
305
- CancelJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "JobId"))
305
+ CancelJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "JobId"))
306
306
  CancelJobRequest.struct_class = Types::CancelJobRequest
307
307
 
308
308
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message"))
@@ -384,7 +384,7 @@ module Aws::DataExchange
384
384
  CreateJobResponse.struct_class = Types::CreateJobResponse
385
385
 
386
386
  CreateRevisionRequest.add_member(:comment, Shapes::ShapeRef.new(shape: __stringMin0Max16384, location_name: "Comment"))
387
- CreateRevisionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
387
+ CreateRevisionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DataSetId"))
388
388
  CreateRevisionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "Tags"))
389
389
  CreateRevisionRequest.struct_class = Types::CreateRevisionRequest
390
390
 
@@ -448,22 +448,22 @@ module Aws::DataExchange
448
448
  DatabaseLFTagPolicyAndPermissions.add_member(:permissions, Shapes::ShapeRef.new(shape: ListOfDatabaseLFTagPolicyPermissions, required: true, location_name: "Permissions"))
449
449
  DatabaseLFTagPolicyAndPermissions.struct_class = Types::DatabaseLFTagPolicyAndPermissions
450
450
 
451
- DeleteAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "AssetId"))
452
- DeleteAssetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
453
- DeleteAssetRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "RevisionId"))
451
+ DeleteAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "AssetId"))
452
+ DeleteAssetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DataSetId"))
453
+ DeleteAssetRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "RevisionId"))
454
454
  DeleteAssetRequest.struct_class = Types::DeleteAssetRequest
455
455
 
456
456
  DeleteDataGrantRequest.add_member(:data_grant_id, Shapes::ShapeRef.new(shape: DataGrantId, required: true, location: "uri", location_name: "DataGrantId"))
457
457
  DeleteDataGrantRequest.struct_class = Types::DeleteDataGrantRequest
458
458
 
459
- DeleteDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
459
+ DeleteDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DataSetId"))
460
460
  DeleteDataSetRequest.struct_class = Types::DeleteDataSetRequest
461
461
 
462
462
  DeleteEventActionRequest.add_member(:event_action_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "EventActionId"))
463
463
  DeleteEventActionRequest.struct_class = Types::DeleteEventActionRequest
464
464
 
465
- DeleteRevisionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
466
- DeleteRevisionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "RevisionId"))
465
+ DeleteRevisionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DataSetId"))
466
+ DeleteRevisionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "RevisionId"))
467
467
  DeleteRevisionRequest.struct_class = Types::DeleteRevisionRequest
468
468
 
469
469
  DeprecationRequestDetails.add_member(:deprecation_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "DeprecationAt"))
@@ -523,9 +523,9 @@ module Aws::DataExchange
523
523
  ExportServerSideEncryption.add_member(:type, Shapes::ShapeRef.new(shape: ServerSideEncryptionTypes, required: true, location_name: "Type"))
524
524
  ExportServerSideEncryption.struct_class = Types::ExportServerSideEncryption
525
525
 
526
- GetAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "AssetId"))
527
- GetAssetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
528
- GetAssetRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "RevisionId"))
526
+ GetAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "AssetId"))
527
+ GetAssetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DataSetId"))
528
+ GetAssetRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "RevisionId"))
529
529
  GetAssetRequest.struct_class = Types::GetAssetRequest
530
530
 
531
531
  GetAssetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
@@ -560,7 +560,7 @@ module Aws::DataExchange
560
560
  GetDataGrantResponse.add_member(:tags, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "Tags"))
561
561
  GetDataGrantResponse.struct_class = Types::GetDataGrantResponse
562
562
 
563
- GetDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
563
+ GetDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DataSetId"))
564
564
  GetDataSetRequest.struct_class = Types::GetDataSetRequest
565
565
 
566
566
  GetDataSetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
@@ -588,7 +588,7 @@ module Aws::DataExchange
588
588
  GetEventActionResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
589
589
  GetEventActionResponse.struct_class = Types::GetEventActionResponse
590
590
 
591
- GetJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "JobId"))
591
+ GetJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "JobId"))
592
592
  GetJobRequest.struct_class = Types::GetJobRequest
593
593
 
594
594
  GetJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
@@ -619,8 +619,8 @@ module Aws::DataExchange
619
619
  GetReceivedDataGrantResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdatedAt"))
620
620
  GetReceivedDataGrantResponse.struct_class = Types::GetReceivedDataGrantResponse
621
621
 
622
- GetRevisionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
623
- GetRevisionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "RevisionId"))
622
+ GetRevisionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DataSetId"))
623
+ GetRevisionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "RevisionId"))
624
624
  GetRevisionRequest.struct_class = Types::GetRevisionRequest
625
625
 
626
626
  GetRevisionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
@@ -773,7 +773,7 @@ module Aws::DataExchange
773
773
  ListDataGrantsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
774
774
  ListDataGrantsResponse.struct_class = Types::ListDataGrantsResponse
775
775
 
776
- ListDataSetRevisionsRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
776
+ ListDataSetRevisionsRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DataSetId"))
777
777
  ListDataSetRevisionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
778
778
  ListDataSetRevisionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
779
779
  ListDataSetRevisionsRequest.struct_class = Types::ListDataSetRevisionsRequest
@@ -865,10 +865,10 @@ module Aws::DataExchange
865
865
  ListReceivedDataGrantsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
866
866
  ListReceivedDataGrantsResponse.struct_class = Types::ListReceivedDataGrantsResponse
867
867
 
868
- ListRevisionAssetsRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
868
+ ListRevisionAssetsRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DataSetId"))
869
869
  ListRevisionAssetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
870
870
  ListRevisionAssetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
871
- ListRevisionAssetsRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "RevisionId"))
871
+ ListRevisionAssetsRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "RevisionId"))
872
872
  ListRevisionAssetsRequest.struct_class = Types::ListRevisionAssetsRequest
873
873
 
874
874
  ListRevisionAssetsResponse.add_member(:assets, Shapes::ShapeRef.new(shape: ListOfAssetEntry, location_name: "Assets"))
@@ -968,8 +968,8 @@ module Aws::DataExchange
968
968
  RevisionPublished.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "DataSetId"))
969
969
  RevisionPublished.struct_class = Types::RevisionPublished
970
970
 
971
- RevokeRevisionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
972
- RevokeRevisionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "RevisionId"))
971
+ RevokeRevisionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DataSetId"))
972
+ RevokeRevisionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "RevisionId"))
973
973
  RevokeRevisionRequest.add_member(:revocation_comment, Shapes::ShapeRef.new(shape: __stringMin10Max512, required: true, location_name: "RevocationComment"))
974
974
  RevokeRevisionRequest.struct_class = Types::RevokeRevisionRequest
975
975
 
@@ -1042,7 +1042,7 @@ module Aws::DataExchange
1042
1042
  SendDataSetNotificationRequest.add_member(:scope, Shapes::ShapeRef.new(shape: ScopeDetails, location_name: "Scope"))
1043
1043
  SendDataSetNotificationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
1044
1044
  SendDataSetNotificationRequest.add_member(:comment, Shapes::ShapeRef.new(shape: __stringMin0Max4096, location_name: "Comment"))
1045
- SendDataSetNotificationRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
1045
+ SendDataSetNotificationRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DataSetId"))
1046
1046
  SendDataSetNotificationRequest.add_member(:details, Shapes::ShapeRef.new(shape: NotificationDetails, location_name: "Details"))
1047
1047
  SendDataSetNotificationRequest.add_member(:type, Shapes::ShapeRef.new(shape: NotificationType, required: true, location_name: "Type"))
1048
1048
  SendDataSetNotificationRequest.struct_class = Types::SendDataSetNotificationRequest
@@ -1054,7 +1054,7 @@ module Aws::DataExchange
1054
1054
  ServiceLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message"))
1055
1055
  ServiceLimitExceededException.struct_class = Types::ServiceLimitExceededException
1056
1056
 
1057
- StartJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "JobId"))
1057
+ StartJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "JobId"))
1058
1058
  StartJobRequest.struct_class = Types::StartJobRequest
1059
1059
 
1060
1060
  StartJobResponse.struct_class = Types::StartJobResponse
@@ -1077,10 +1077,10 @@ module Aws::DataExchange
1077
1077
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: ListOf__string, required: true, location: "querystring", location_name: "tagKeys"))
1078
1078
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
1079
1079
 
1080
- UpdateAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "AssetId"))
1081
- UpdateAssetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
1080
+ UpdateAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "AssetId"))
1081
+ UpdateAssetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DataSetId"))
1082
1082
  UpdateAssetRequest.add_member(:name, Shapes::ShapeRef.new(shape: AssetName, required: true, location_name: "Name"))
1083
- UpdateAssetRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "RevisionId"))
1083
+ UpdateAssetRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "RevisionId"))
1084
1084
  UpdateAssetRequest.struct_class = Types::UpdateAssetRequest
1085
1085
 
1086
1086
  UpdateAssetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
@@ -1095,7 +1095,7 @@ module Aws::DataExchange
1095
1095
  UpdateAssetResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
1096
1096
  UpdateAssetResponse.struct_class = Types::UpdateAssetResponse
1097
1097
 
1098
- UpdateDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
1098
+ UpdateDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DataSetId"))
1099
1099
  UpdateDataSetRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1100
1100
  UpdateDataSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
1101
1101
  UpdateDataSetRequest.struct_class = Types::UpdateDataSetRequest
@@ -1125,9 +1125,9 @@ module Aws::DataExchange
1125
1125
  UpdateEventActionResponse.struct_class = Types::UpdateEventActionResponse
1126
1126
 
1127
1127
  UpdateRevisionRequest.add_member(:comment, Shapes::ShapeRef.new(shape: __stringMin0Max16384, location_name: "Comment"))
1128
- UpdateRevisionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
1128
+ UpdateRevisionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "DataSetId"))
1129
1129
  UpdateRevisionRequest.add_member(:finalized, Shapes::ShapeRef.new(shape: __boolean, location_name: "Finalized"))
1130
- UpdateRevisionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "RevisionId"))
1130
+ UpdateRevisionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "RevisionId"))
1131
1131
  UpdateRevisionRequest.struct_class = Types::UpdateRevisionRequest
1132
1132
 
1133
1133
  UpdateRevisionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
@@ -55,7 +55,7 @@ module Aws::DataExchange
55
55
  autoload :EndpointProvider, 'aws-sdk-dataexchange/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-dataexchange/endpoints'
57
57
 
58
- GEM_VERSION = '1.68.0'
58
+ GEM_VERSION = '1.70.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -18,6 +18,7 @@ module Aws
18
18
  ?account_id: String,
19
19
  ?active_endpoint_cache: bool,
20
20
  ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
21
22
  ?client_side_monitoring: bool,
22
23
  ?client_side_monitoring_client_id: String,
23
24
  ?client_side_monitoring_host: String,
data/sig/resource.rbs CHANGED
@@ -18,6 +18,7 @@ module Aws
18
18
  ?account_id: String,
19
19
  ?active_endpoint_cache: bool,
20
20
  ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
21
22
  ?client_side_monitoring: bool,
22
23
  ?client_side_monitoring_client_id: String,
23
24
  ?client_side_monitoring_host: String,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dataexchange
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.68.0
4
+ version: 1.70.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.225.0
21
+ version: 3.227.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.225.0
31
+ version: 3.227.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement