aws-sdk-dataexchange 1.68.0 → 1.69.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dataexchange/client.rb +29 -29
- data/lib/aws-sdk-dataexchange/client_api.rb +28 -28
- data/lib/aws-sdk-dataexchange.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b10e165bcbc92a36c4e159d1dcfa53a2a443d1409014054ee79964a6dfd45548
|
4
|
+
data.tar.gz: 51efcc5c005882419f2546ad7980af1e00f6229dd4c0094ed383260295205642
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45cf87acc12354a15d49ed19ee76811ac24b7f3a74f2f5b2a9f55b5b0fd469624bac13d1aa94d2ca98a6a674dcf8194bd840c61fc06ea11dfb499f665c398e15
|
7
|
+
data.tar.gz: 731e03cf0cc2e0267375394d153fb47a2e90bc97e3d2b7fe9c59e016c5e2dd823bf21d24dfa3274695b58750681c3befb7e7d14d3a54dda3557ed8f32eb9debc
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.69.0 (2025-06-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release updates resource Id with alphanumeric constraint, including Asset id, Revision id, Data Set id, Job id, and Event Action id.
|
8
|
+
|
4
9
|
1.68.0 (2025-06-02)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.69.0
|
@@ -532,7 +532,7 @@ module Aws::DataExchange
|
|
532
532
|
# @example Request syntax with placeholder values
|
533
533
|
#
|
534
534
|
# resp = client.cancel_job({
|
535
|
-
# job_id: "
|
535
|
+
# job_id: "Id", # required
|
536
536
|
# })
|
537
537
|
#
|
538
538
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/CancelJob AWS API Documentation
|
@@ -1035,7 +1035,7 @@ module Aws::DataExchange
|
|
1035
1035
|
#
|
1036
1036
|
# resp = client.create_revision({
|
1037
1037
|
# comment: "__stringMin0Max16384",
|
1038
|
-
# data_set_id: "
|
1038
|
+
# data_set_id: "Id", # required
|
1039
1039
|
# tags: {
|
1040
1040
|
# "__string" => "__string",
|
1041
1041
|
# },
|
@@ -1082,9 +1082,9 @@ module Aws::DataExchange
|
|
1082
1082
|
# @example Request syntax with placeholder values
|
1083
1083
|
#
|
1084
1084
|
# resp = client.delete_asset({
|
1085
|
-
# asset_id: "
|
1086
|
-
# data_set_id: "
|
1087
|
-
# revision_id: "
|
1085
|
+
# asset_id: "Id", # required
|
1086
|
+
# data_set_id: "Id", # required
|
1087
|
+
# revision_id: "Id", # required
|
1088
1088
|
# })
|
1089
1089
|
#
|
1090
1090
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/DeleteAsset AWS API Documentation
|
@@ -1128,7 +1128,7 @@ module Aws::DataExchange
|
|
1128
1128
|
# @example Request syntax with placeholder values
|
1129
1129
|
#
|
1130
1130
|
# resp = client.delete_data_set({
|
1131
|
-
# data_set_id: "
|
1131
|
+
# data_set_id: "Id", # required
|
1132
1132
|
# })
|
1133
1133
|
#
|
1134
1134
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/DeleteDataSet AWS API Documentation
|
@@ -1175,8 +1175,8 @@ module Aws::DataExchange
|
|
1175
1175
|
# @example Request syntax with placeholder values
|
1176
1176
|
#
|
1177
1177
|
# resp = client.delete_revision({
|
1178
|
-
# data_set_id: "
|
1179
|
-
# revision_id: "
|
1178
|
+
# data_set_id: "Id", # required
|
1179
|
+
# revision_id: "Id", # required
|
1180
1180
|
# })
|
1181
1181
|
#
|
1182
1182
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/DeleteRevision AWS API Documentation
|
@@ -1215,9 +1215,9 @@ module Aws::DataExchange
|
|
1215
1215
|
# @example Request syntax with placeholder values
|
1216
1216
|
#
|
1217
1217
|
# resp = client.get_asset({
|
1218
|
-
# asset_id: "
|
1219
|
-
# data_set_id: "
|
1220
|
-
# revision_id: "
|
1218
|
+
# asset_id: "Id", # required
|
1219
|
+
# data_set_id: "Id", # required
|
1220
|
+
# revision_id: "Id", # required
|
1221
1221
|
# })
|
1222
1222
|
#
|
1223
1223
|
# @example Response structure
|
@@ -1354,7 +1354,7 @@ module Aws::DataExchange
|
|
1354
1354
|
# @example Request syntax with placeholder values
|
1355
1355
|
#
|
1356
1356
|
# resp = client.get_data_set({
|
1357
|
-
# data_set_id: "
|
1357
|
+
# data_set_id: "Id", # required
|
1358
1358
|
# })
|
1359
1359
|
#
|
1360
1360
|
# @example Response structure
|
@@ -1445,7 +1445,7 @@ module Aws::DataExchange
|
|
1445
1445
|
# @example Request syntax with placeholder values
|
1446
1446
|
#
|
1447
1447
|
# resp = client.get_job({
|
1448
|
-
# job_id: "
|
1448
|
+
# job_id: "Id", # required
|
1449
1449
|
# })
|
1450
1450
|
#
|
1451
1451
|
# @example Response structure
|
@@ -1627,8 +1627,8 @@ module Aws::DataExchange
|
|
1627
1627
|
# @example Request syntax with placeholder values
|
1628
1628
|
#
|
1629
1629
|
# resp = client.get_revision({
|
1630
|
-
# data_set_id: "
|
1631
|
-
# revision_id: "
|
1630
|
+
# data_set_id: "Id", # required
|
1631
|
+
# revision_id: "Id", # required
|
1632
1632
|
# })
|
1633
1633
|
#
|
1634
1634
|
# @example Response structure
|
@@ -1728,7 +1728,7 @@ module Aws::DataExchange
|
|
1728
1728
|
# @example Request syntax with placeholder values
|
1729
1729
|
#
|
1730
1730
|
# resp = client.list_data_set_revisions({
|
1731
|
-
# data_set_id: "
|
1731
|
+
# data_set_id: "Id", # required
|
1732
1732
|
# max_results: 1,
|
1733
1733
|
# next_token: "__string",
|
1734
1734
|
# })
|
@@ -2076,10 +2076,10 @@ module Aws::DataExchange
|
|
2076
2076
|
# @example Request syntax with placeholder values
|
2077
2077
|
#
|
2078
2078
|
# resp = client.list_revision_assets({
|
2079
|
-
# data_set_id: "
|
2079
|
+
# data_set_id: "Id", # required
|
2080
2080
|
# max_results: 1,
|
2081
2081
|
# next_token: "__string",
|
2082
|
-
# revision_id: "
|
2082
|
+
# revision_id: "Id", # required
|
2083
2083
|
# })
|
2084
2084
|
#
|
2085
2085
|
# @example Response structure
|
@@ -2198,8 +2198,8 @@ module Aws::DataExchange
|
|
2198
2198
|
# @example Request syntax with placeholder values
|
2199
2199
|
#
|
2200
2200
|
# resp = client.revoke_revision({
|
2201
|
-
# data_set_id: "
|
2202
|
-
# revision_id: "
|
2201
|
+
# data_set_id: "Id", # required
|
2202
|
+
# revision_id: "Id", # required
|
2203
2203
|
# revocation_comment: "__stringMin10Max512", # required
|
2204
2204
|
# })
|
2205
2205
|
#
|
@@ -2355,7 +2355,7 @@ module Aws::DataExchange
|
|
2355
2355
|
# },
|
2356
2356
|
# client_token: "ClientToken",
|
2357
2357
|
# comment: "__stringMin0Max4096",
|
2358
|
-
# data_set_id: "
|
2358
|
+
# data_set_id: "Id", # required
|
2359
2359
|
# details: {
|
2360
2360
|
# data_update: {
|
2361
2361
|
# data_updated_at: Time.now,
|
@@ -2396,7 +2396,7 @@ module Aws::DataExchange
|
|
2396
2396
|
# @example Request syntax with placeholder values
|
2397
2397
|
#
|
2398
2398
|
# resp = client.start_job({
|
2399
|
-
# job_id: "
|
2399
|
+
# job_id: "Id", # required
|
2400
2400
|
# })
|
2401
2401
|
#
|
2402
2402
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/StartJob AWS API Documentation
|
@@ -2501,10 +2501,10 @@ module Aws::DataExchange
|
|
2501
2501
|
# @example Request syntax with placeholder values
|
2502
2502
|
#
|
2503
2503
|
# resp = client.update_asset({
|
2504
|
-
# asset_id: "
|
2505
|
-
# data_set_id: "
|
2504
|
+
# asset_id: "Id", # required
|
2505
|
+
# data_set_id: "Id", # required
|
2506
2506
|
# name: "AssetName", # required
|
2507
|
-
# revision_id: "
|
2507
|
+
# revision_id: "Id", # required
|
2508
2508
|
# })
|
2509
2509
|
#
|
2510
2510
|
# @example Response structure
|
@@ -2589,7 +2589,7 @@ module Aws::DataExchange
|
|
2589
2589
|
# @example Request syntax with placeholder values
|
2590
2590
|
#
|
2591
2591
|
# resp = client.update_data_set({
|
2592
|
-
# data_set_id: "
|
2592
|
+
# data_set_id: "Id", # required
|
2593
2593
|
# description: "Description",
|
2594
2594
|
# name: "Name",
|
2595
2595
|
# })
|
@@ -2707,9 +2707,9 @@ module Aws::DataExchange
|
|
2707
2707
|
#
|
2708
2708
|
# resp = client.update_revision({
|
2709
2709
|
# comment: "__stringMin0Max16384",
|
2710
|
-
# data_set_id: "
|
2710
|
+
# data_set_id: "Id", # required
|
2711
2711
|
# finalized: false,
|
2712
|
-
# revision_id: "
|
2712
|
+
# revision_id: "Id", # required
|
2713
2713
|
# })
|
2714
2714
|
#
|
2715
2715
|
# @example Response structure
|
@@ -2753,7 +2753,7 @@ module Aws::DataExchange
|
|
2753
2753
|
tracer: tracer
|
2754
2754
|
)
|
2755
2755
|
context[:gem_name] = 'aws-sdk-dataexchange'
|
2756
|
-
context[:gem_version] = '1.
|
2756
|
+
context[:gem_version] = '1.69.0'
|
2757
2757
|
Seahorse::Client::Request.new(handlers, context)
|
2758
2758
|
end
|
2759
2759
|
|
@@ -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:
|
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:
|
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:
|
452
|
-
DeleteAssetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape:
|
453
|
-
DeleteAssetRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape:
|
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:
|
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:
|
466
|
-
DeleteRevisionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape:
|
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:
|
527
|
-
GetAssetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape:
|
528
|
-
GetAssetRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape:
|
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:
|
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:
|
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:
|
623
|
-
GetRevisionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape:
|
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:
|
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:
|
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:
|
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:
|
972
|
-
RevokeRevisionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape:
|
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:
|
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:
|
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:
|
1081
|
-
UpdateAssetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape:
|
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:
|
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:
|
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:
|
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:
|
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"))
|
data/lib/aws-sdk-dataexchange.rb
CHANGED