aws-sdk-datazone 1.47.0 → 1.49.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +135 -6
- data/lib/aws-sdk-datazone/client_api.rb +100 -0
- data/lib/aws-sdk-datazone/types.rb +173 -10
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +40 -4
- data/sig/types.rbs +46 -5
- metadata +3 -3
@@ -63,10 +63,13 @@ module Aws::DataZone
|
|
63
63
|
AssetInDataProductListingItems = Shapes::ListShape.new(name: 'AssetInDataProductListingItems')
|
64
64
|
AssetItem = Shapes::StructureShape.new(name: 'AssetItem')
|
65
65
|
AssetItemAdditionalAttributes = Shapes::StructureShape.new(name: 'AssetItemAdditionalAttributes')
|
66
|
+
AssetItemGovernedGlossaryTermsList = Shapes::ListShape.new(name: 'AssetItemGovernedGlossaryTermsList')
|
66
67
|
AssetListing = Shapes::StructureShape.new(name: 'AssetListing')
|
67
68
|
AssetListingDetails = Shapes::StructureShape.new(name: 'AssetListingDetails')
|
69
|
+
AssetListingGovernedGlossaryTermsList = Shapes::ListShape.new(name: 'AssetListingGovernedGlossaryTermsList')
|
68
70
|
AssetListingItem = Shapes::StructureShape.new(name: 'AssetListingItem')
|
69
71
|
AssetListingItemAdditionalAttributes = Shapes::StructureShape.new(name: 'AssetListingItemAdditionalAttributes')
|
72
|
+
AssetListingItemGovernedGlossaryTermsList = Shapes::ListShape.new(name: 'AssetListingItemGovernedGlossaryTermsList')
|
70
73
|
AssetName = Shapes::StringShape.new(name: 'AssetName')
|
71
74
|
AssetRevision = Shapes::StructureShape.new(name: 'AssetRevision')
|
72
75
|
AssetRevisions = Shapes::ListShape.new(name: 'AssetRevisions')
|
@@ -79,6 +82,9 @@ module Aws::DataZone
|
|
79
82
|
AssetTypesForRule = Shapes::StructureShape.new(name: 'AssetTypesForRule')
|
80
83
|
AssociateEnvironmentRoleInput = Shapes::StructureShape.new(name: 'AssociateEnvironmentRoleInput')
|
81
84
|
AssociateEnvironmentRoleOutput = Shapes::StructureShape.new(name: 'AssociateEnvironmentRoleOutput')
|
85
|
+
AssociateGovernedTermsInput = Shapes::StructureShape.new(name: 'AssociateGovernedTermsInput')
|
86
|
+
AssociateGovernedTermsInputGovernedGlossaryTermsList = Shapes::ListShape.new(name: 'AssociateGovernedTermsInputGovernedGlossaryTermsList')
|
87
|
+
AssociateGovernedTermsOutput = Shapes::StructureShape.new(name: 'AssociateGovernedTermsOutput')
|
82
88
|
AthenaPropertiesInput = Shapes::StructureShape.new(name: 'AthenaPropertiesInput')
|
83
89
|
AthenaPropertiesInputWorkgroupNameString = Shapes::StringShape.new(name: 'AthenaPropertiesInputWorkgroupNameString')
|
84
90
|
AthenaPropertiesOutput = Shapes::StructureShape.new(name: 'AthenaPropertiesOutput')
|
@@ -147,8 +153,10 @@ module Aws::DataZone
|
|
147
153
|
CreateAssetFilterOutput = Shapes::StructureShape.new(name: 'CreateAssetFilterOutput')
|
148
154
|
CreateAssetInput = Shapes::StructureShape.new(name: 'CreateAssetInput')
|
149
155
|
CreateAssetOutput = Shapes::StructureShape.new(name: 'CreateAssetOutput')
|
156
|
+
CreateAssetOutputGovernedGlossaryTermsList = Shapes::ListShape.new(name: 'CreateAssetOutputGovernedGlossaryTermsList')
|
150
157
|
CreateAssetRevisionInput = Shapes::StructureShape.new(name: 'CreateAssetRevisionInput')
|
151
158
|
CreateAssetRevisionOutput = Shapes::StructureShape.new(name: 'CreateAssetRevisionOutput')
|
159
|
+
CreateAssetRevisionOutputGovernedGlossaryTermsList = Shapes::ListShape.new(name: 'CreateAssetRevisionOutputGovernedGlossaryTermsList')
|
152
160
|
CreateAssetTypeInput = Shapes::StructureShape.new(name: 'CreateAssetTypeInput')
|
153
161
|
CreateAssetTypeOutput = Shapes::StructureShape.new(name: 'CreateAssetTypeOutput')
|
154
162
|
CreateAssetTypePolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateAssetTypePolicyGrantDetail')
|
@@ -313,6 +321,9 @@ module Aws::DataZone
|
|
313
321
|
DetailedGlossaryTerms = Shapes::ListShape.new(name: 'DetailedGlossaryTerms')
|
314
322
|
DisassociateEnvironmentRoleInput = Shapes::StructureShape.new(name: 'DisassociateEnvironmentRoleInput')
|
315
323
|
DisassociateEnvironmentRoleOutput = Shapes::StructureShape.new(name: 'DisassociateEnvironmentRoleOutput')
|
324
|
+
DisassociateGovernedTermsInput = Shapes::StructureShape.new(name: 'DisassociateGovernedTermsInput')
|
325
|
+
DisassociateGovernedTermsInputGovernedGlossaryTermsList = Shapes::ListShape.new(name: 'DisassociateGovernedTermsInputGovernedGlossaryTermsList')
|
326
|
+
DisassociateGovernedTermsOutput = Shapes::StructureShape.new(name: 'DisassociateGovernedTermsOutput')
|
316
327
|
DomainDescription = Shapes::StringShape.new(name: 'DomainDescription')
|
317
328
|
DomainId = Shapes::StringShape.new(name: 'DomainId')
|
318
329
|
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
@@ -420,6 +431,7 @@ module Aws::DataZone
|
|
420
431
|
GetAssetFilterOutput = Shapes::StructureShape.new(name: 'GetAssetFilterOutput')
|
421
432
|
GetAssetInput = Shapes::StructureShape.new(name: 'GetAssetInput')
|
422
433
|
GetAssetOutput = Shapes::StructureShape.new(name: 'GetAssetOutput')
|
434
|
+
GetAssetOutputGovernedGlossaryTermsList = Shapes::ListShape.new(name: 'GetAssetOutputGovernedGlossaryTermsList')
|
423
435
|
GetAssetTypeInput = Shapes::StructureShape.new(name: 'GetAssetTypeInput')
|
424
436
|
GetAssetTypeOutput = Shapes::StructureShape.new(name: 'GetAssetTypeOutput')
|
425
437
|
GetConnectionInput = Shapes::StructureShape.new(name: 'GetConnectionInput')
|
@@ -498,6 +510,8 @@ module Aws::DataZone
|
|
498
510
|
GlossaryTermName = Shapes::StringShape.new(name: 'GlossaryTermName')
|
499
511
|
GlossaryTermStatus = Shapes::StringShape.new(name: 'GlossaryTermStatus')
|
500
512
|
GlossaryTerms = Shapes::ListShape.new(name: 'GlossaryTerms')
|
513
|
+
GlossaryUsageRestriction = Shapes::StringShape.new(name: 'GlossaryUsageRestriction')
|
514
|
+
GlossaryUsageRestrictions = Shapes::ListShape.new(name: 'GlossaryUsageRestrictions')
|
501
515
|
GlueConnection = Shapes::StructureShape.new(name: 'GlueConnection')
|
502
516
|
GlueConnectionConnectionSchemaVersionInteger = Shapes::IntegerShape.new(name: 'GlueConnectionConnectionSchemaVersionInteger')
|
503
517
|
GlueConnectionDescriptionString = Shapes::StringShape.new(name: 'GlueConnectionDescriptionString')
|
@@ -525,6 +539,8 @@ module Aws::DataZone
|
|
525
539
|
GlueRunConfigurationOutputRegionString = Shapes::StringShape.new(name: 'GlueRunConfigurationOutputRegionString')
|
526
540
|
GlueSelfGrantStatusOutput = Shapes::StructureShape.new(name: 'GlueSelfGrantStatusOutput')
|
527
541
|
GovernanceType = Shapes::StringShape.new(name: 'GovernanceType')
|
542
|
+
GovernedEntityType = Shapes::StringShape.new(name: 'GovernedEntityType')
|
543
|
+
GrantIdentifier = Shapes::StringShape.new(name: 'GrantIdentifier')
|
528
544
|
GrantedEntity = Shapes::UnionShape.new(name: 'GrantedEntity')
|
529
545
|
GrantedEntityInput = Shapes::UnionShape.new(name: 'GrantedEntityInput')
|
530
546
|
GreaterThanExpression = Shapes::StructureShape.new(name: 'GreaterThanExpression')
|
@@ -1194,6 +1210,7 @@ module Aws::DataZone
|
|
1194
1210
|
AddPolicyGrantInput.add_member(:principal, Shapes::ShapeRef.new(shape: PolicyGrantPrincipal, required: true, location_name: "principal"))
|
1195
1211
|
AddPolicyGrantInput.struct_class = Types::AddPolicyGrantInput
|
1196
1212
|
|
1213
|
+
AddPolicyGrantOutput.add_member(:grant_id, Shapes::ShapeRef.new(shape: GrantIdentifier, location_name: "grantId"))
|
1197
1214
|
AddPolicyGrantOutput.struct_class = Types::AddPolicyGrantOutput
|
1198
1215
|
|
1199
1216
|
AddToProjectMemberPoolPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
@@ -1263,6 +1280,7 @@ module Aws::DataZone
|
|
1263
1280
|
AssetItem.add_member(:first_revision_created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "firstRevisionCreatedAt"))
|
1264
1281
|
AssetItem.add_member(:first_revision_created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "firstRevisionCreatedBy"))
|
1265
1282
|
AssetItem.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
|
1283
|
+
AssetItem.add_member(:governed_glossary_terms, Shapes::ShapeRef.new(shape: AssetItemGovernedGlossaryTermsList, location_name: "governedGlossaryTerms"))
|
1266
1284
|
AssetItem.add_member(:identifier, Shapes::ShapeRef.new(shape: AssetIdentifier, required: true, location_name: "identifier"))
|
1267
1285
|
AssetItem.add_member(:name, Shapes::ShapeRef.new(shape: AssetName, required: true, location_name: "name"))
|
1268
1286
|
AssetItem.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
@@ -1276,12 +1294,15 @@ module Aws::DataZone
|
|
1276
1294
|
AssetItemAdditionalAttributes.add_member(:read_only_forms_output, Shapes::ShapeRef.new(shape: FormOutputList, location_name: "readOnlyFormsOutput"))
|
1277
1295
|
AssetItemAdditionalAttributes.struct_class = Types::AssetItemAdditionalAttributes
|
1278
1296
|
|
1297
|
+
AssetItemGovernedGlossaryTermsList.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
|
1298
|
+
|
1279
1299
|
AssetListing.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, location_name: "assetId"))
|
1280
1300
|
AssetListing.add_member(:asset_revision, Shapes::ShapeRef.new(shape: Revision, location_name: "assetRevision"))
|
1281
1301
|
AssetListing.add_member(:asset_type, Shapes::ShapeRef.new(shape: TypeName, location_name: "assetType"))
|
1282
1302
|
AssetListing.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
1283
1303
|
AssetListing.add_member(:forms, Shapes::ShapeRef.new(shape: Forms, location_name: "forms"))
|
1284
1304
|
AssetListing.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: DetailedGlossaryTerms, location_name: "glossaryTerms"))
|
1305
|
+
AssetListing.add_member(:governed_glossary_terms, Shapes::ShapeRef.new(shape: AssetListingGovernedGlossaryTermsList, location_name: "governedGlossaryTerms"))
|
1285
1306
|
AssetListing.add_member(:latest_time_series_data_point_forms, Shapes::ShapeRef.new(shape: TimeSeriesDataPointSummaryFormOutputList, location_name: "latestTimeSeriesDataPointForms"))
|
1286
1307
|
AssetListing.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "owningProjectId"))
|
1287
1308
|
AssetListing.struct_class = Types::AssetListing
|
@@ -1290,6 +1311,8 @@ module Aws::DataZone
|
|
1290
1311
|
AssetListingDetails.add_member(:listing_status, Shapes::ShapeRef.new(shape: ListingStatus, required: true, location_name: "listingStatus"))
|
1291
1312
|
AssetListingDetails.struct_class = Types::AssetListingDetails
|
1292
1313
|
|
1314
|
+
AssetListingGovernedGlossaryTermsList.member = Shapes::ShapeRef.new(shape: DetailedGlossaryTerm)
|
1315
|
+
|
1293
1316
|
AssetListingItem.add_member(:additional_attributes, Shapes::ShapeRef.new(shape: AssetListingItemAdditionalAttributes, location_name: "additionalAttributes"))
|
1294
1317
|
AssetListingItem.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
1295
1318
|
AssetListingItem.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
@@ -1297,6 +1320,7 @@ module Aws::DataZone
|
|
1297
1320
|
AssetListingItem.add_member(:entity_revision, Shapes::ShapeRef.new(shape: Revision, location_name: "entityRevision"))
|
1298
1321
|
AssetListingItem.add_member(:entity_type, Shapes::ShapeRef.new(shape: TypeName, location_name: "entityType"))
|
1299
1322
|
AssetListingItem.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: DetailedGlossaryTerms, location_name: "glossaryTerms"))
|
1323
|
+
AssetListingItem.add_member(:governed_glossary_terms, Shapes::ShapeRef.new(shape: AssetListingItemGovernedGlossaryTermsList, location_name: "governedGlossaryTerms"))
|
1300
1324
|
AssetListingItem.add_member(:listing_created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "listingCreatedBy"))
|
1301
1325
|
AssetListingItem.add_member(:listing_id, Shapes::ShapeRef.new(shape: ListingId, location_name: "listingId"))
|
1302
1326
|
AssetListingItem.add_member(:listing_revision, Shapes::ShapeRef.new(shape: Revision, location_name: "listingRevision"))
|
@@ -1310,6 +1334,8 @@ module Aws::DataZone
|
|
1310
1334
|
AssetListingItemAdditionalAttributes.add_member(:match_rationale, Shapes::ShapeRef.new(shape: MatchRationale, location_name: "matchRationale"))
|
1311
1335
|
AssetListingItemAdditionalAttributes.struct_class = Types::AssetListingItemAdditionalAttributes
|
1312
1336
|
|
1337
|
+
AssetListingItemGovernedGlossaryTermsList.member = Shapes::ShapeRef.new(shape: DetailedGlossaryTerm)
|
1338
|
+
|
1313
1339
|
AssetRevision.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
1314
1340
|
AssetRevision.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
1315
1341
|
AssetRevision.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
|
@@ -1358,6 +1384,16 @@ module Aws::DataZone
|
|
1358
1384
|
|
1359
1385
|
AssociateEnvironmentRoleOutput.struct_class = Types::AssociateEnvironmentRoleOutput
|
1360
1386
|
|
1387
|
+
AssociateGovernedTermsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1388
|
+
AssociateGovernedTermsInput.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: EntityIdentifier, required: true, location: "uri", location_name: "entityIdentifier"))
|
1389
|
+
AssociateGovernedTermsInput.add_member(:entity_type, Shapes::ShapeRef.new(shape: GovernedEntityType, required: true, location: "uri", location_name: "entityType"))
|
1390
|
+
AssociateGovernedTermsInput.add_member(:governed_glossary_terms, Shapes::ShapeRef.new(shape: AssociateGovernedTermsInputGovernedGlossaryTermsList, required: true, location_name: "governedGlossaryTerms"))
|
1391
|
+
AssociateGovernedTermsInput.struct_class = Types::AssociateGovernedTermsInput
|
1392
|
+
|
1393
|
+
AssociateGovernedTermsInputGovernedGlossaryTermsList.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
|
1394
|
+
|
1395
|
+
AssociateGovernedTermsOutput.struct_class = Types::AssociateGovernedTermsOutput
|
1396
|
+
|
1361
1397
|
AthenaPropertiesInput.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: AthenaPropertiesInputWorkgroupNameString, location_name: "workgroupName"))
|
1362
1398
|
AthenaPropertiesInput.struct_class = Types::AthenaPropertiesInput
|
1363
1399
|
|
@@ -1604,6 +1640,7 @@ module Aws::DataZone
|
|
1604
1640
|
CreateAssetOutput.add_member(:first_revision_created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "firstRevisionCreatedBy"))
|
1605
1641
|
CreateAssetOutput.add_member(:forms_output, Shapes::ShapeRef.new(shape: FormOutputList, required: true, location_name: "formsOutput"))
|
1606
1642
|
CreateAssetOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
|
1643
|
+
CreateAssetOutput.add_member(:governed_glossary_terms, Shapes::ShapeRef.new(shape: CreateAssetOutputGovernedGlossaryTermsList, location_name: "governedGlossaryTerms"))
|
1607
1644
|
CreateAssetOutput.add_member(:id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "id"))
|
1608
1645
|
CreateAssetOutput.add_member(:latest_time_series_data_point_forms_output, Shapes::ShapeRef.new(shape: TimeSeriesDataPointSummaryFormOutputList, location_name: "latestTimeSeriesDataPointFormsOutput"))
|
1609
1646
|
CreateAssetOutput.add_member(:listing, Shapes::ShapeRef.new(shape: AssetListingDetails, location_name: "listing"))
|
@@ -1616,6 +1653,8 @@ module Aws::DataZone
|
|
1616
1653
|
CreateAssetOutput.add_member(:type_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "typeRevision"))
|
1617
1654
|
CreateAssetOutput.struct_class = Types::CreateAssetOutput
|
1618
1655
|
|
1656
|
+
CreateAssetOutputGovernedGlossaryTermsList.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
|
1657
|
+
|
1619
1658
|
CreateAssetRevisionInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1620
1659
|
CreateAssetRevisionInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1621
1660
|
CreateAssetRevisionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
@@ -1636,6 +1675,7 @@ module Aws::DataZone
|
|
1636
1675
|
CreateAssetRevisionOutput.add_member(:first_revision_created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "firstRevisionCreatedBy"))
|
1637
1676
|
CreateAssetRevisionOutput.add_member(:forms_output, Shapes::ShapeRef.new(shape: FormOutputList, required: true, location_name: "formsOutput"))
|
1638
1677
|
CreateAssetRevisionOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
|
1678
|
+
CreateAssetRevisionOutput.add_member(:governed_glossary_terms, Shapes::ShapeRef.new(shape: CreateAssetRevisionOutputGovernedGlossaryTermsList, location_name: "governedGlossaryTerms"))
|
1639
1679
|
CreateAssetRevisionOutput.add_member(:id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "id"))
|
1640
1680
|
CreateAssetRevisionOutput.add_member(:latest_time_series_data_point_forms_output, Shapes::ShapeRef.new(shape: TimeSeriesDataPointSummaryFormOutputList, location_name: "latestTimeSeriesDataPointFormsOutput"))
|
1641
1681
|
CreateAssetRevisionOutput.add_member(:listing, Shapes::ShapeRef.new(shape: AssetListingDetails, location_name: "listing"))
|
@@ -1648,6 +1688,8 @@ module Aws::DataZone
|
|
1648
1688
|
CreateAssetRevisionOutput.add_member(:type_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "typeRevision"))
|
1649
1689
|
CreateAssetRevisionOutput.struct_class = Types::CreateAssetRevisionOutput
|
1650
1690
|
|
1691
|
+
CreateAssetRevisionOutputGovernedGlossaryTermsList.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
|
1692
|
+
|
1651
1693
|
CreateAssetTypeInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1652
1694
|
CreateAssetTypeInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1653
1695
|
CreateAssetTypeInput.add_member(:forms_input, Shapes::ShapeRef.new(shape: FormsInputMap, required: true, location_name: "formsInput"))
|
@@ -1937,6 +1979,7 @@ module Aws::DataZone
|
|
1937
1979
|
CreateGlossaryInput.add_member(:name, Shapes::ShapeRef.new(shape: GlossaryName, required: true, location_name: "name"))
|
1938
1980
|
CreateGlossaryInput.add_member(:owning_project_identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectIdentifier"))
|
1939
1981
|
CreateGlossaryInput.add_member(:status, Shapes::ShapeRef.new(shape: GlossaryStatus, location_name: "status"))
|
1982
|
+
CreateGlossaryInput.add_member(:usage_restrictions, Shapes::ShapeRef.new(shape: GlossaryUsageRestrictions, location_name: "usageRestrictions"))
|
1940
1983
|
CreateGlossaryInput.struct_class = Types::CreateGlossaryInput
|
1941
1984
|
|
1942
1985
|
CreateGlossaryOutput.add_member(:description, Shapes::ShapeRef.new(shape: GlossaryDescription, location_name: "description"))
|
@@ -1945,6 +1988,7 @@ module Aws::DataZone
|
|
1945
1988
|
CreateGlossaryOutput.add_member(:name, Shapes::ShapeRef.new(shape: GlossaryName, required: true, location_name: "name"))
|
1946
1989
|
CreateGlossaryOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
1947
1990
|
CreateGlossaryOutput.add_member(:status, Shapes::ShapeRef.new(shape: GlossaryStatus, location_name: "status"))
|
1991
|
+
CreateGlossaryOutput.add_member(:usage_restrictions, Shapes::ShapeRef.new(shape: GlossaryUsageRestrictions, location_name: "usageRestrictions"))
|
1948
1992
|
CreateGlossaryOutput.struct_class = Types::CreateGlossaryOutput
|
1949
1993
|
|
1950
1994
|
CreateGlossaryPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
@@ -1968,6 +2012,7 @@ module Aws::DataZone
|
|
1968
2012
|
CreateGlossaryTermOutput.add_member(:short_description, Shapes::ShapeRef.new(shape: ShortDescription, location_name: "shortDescription"))
|
1969
2013
|
CreateGlossaryTermOutput.add_member(:status, Shapes::ShapeRef.new(shape: GlossaryTermStatus, required: true, location_name: "status"))
|
1970
2014
|
CreateGlossaryTermOutput.add_member(:term_relations, Shapes::ShapeRef.new(shape: TermRelations, location_name: "termRelations"))
|
2015
|
+
CreateGlossaryTermOutput.add_member(:usage_restrictions, Shapes::ShapeRef.new(shape: GlossaryUsageRestrictions, location_name: "usageRestrictions"))
|
1971
2016
|
CreateGlossaryTermOutput.struct_class = Types::CreateGlossaryTermOutput
|
1972
2017
|
|
1973
2018
|
CreateGroupProfileInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
@@ -2535,6 +2580,16 @@ module Aws::DataZone
|
|
2535
2580
|
|
2536
2581
|
DisassociateEnvironmentRoleOutput.struct_class = Types::DisassociateEnvironmentRoleOutput
|
2537
2582
|
|
2583
|
+
DisassociateGovernedTermsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2584
|
+
DisassociateGovernedTermsInput.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: EntityIdentifier, required: true, location: "uri", location_name: "entityIdentifier"))
|
2585
|
+
DisassociateGovernedTermsInput.add_member(:entity_type, Shapes::ShapeRef.new(shape: GovernedEntityType, required: true, location: "uri", location_name: "entityType"))
|
2586
|
+
DisassociateGovernedTermsInput.add_member(:governed_glossary_terms, Shapes::ShapeRef.new(shape: DisassociateGovernedTermsInputGovernedGlossaryTermsList, required: true, location_name: "governedGlossaryTerms"))
|
2587
|
+
DisassociateGovernedTermsInput.struct_class = Types::DisassociateGovernedTermsInput
|
2588
|
+
|
2589
|
+
DisassociateGovernedTermsInputGovernedGlossaryTermsList.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
|
2590
|
+
|
2591
|
+
DisassociateGovernedTermsOutput.struct_class = Types::DisassociateGovernedTermsOutput
|
2592
|
+
|
2538
2593
|
DomainSummaries.member = Shapes::ShapeRef.new(shape: DomainSummary)
|
2539
2594
|
|
2540
2595
|
DomainSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "arn"))
|
@@ -2858,6 +2913,7 @@ module Aws::DataZone
|
|
2858
2913
|
GetAssetOutput.add_member(:first_revision_created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "firstRevisionCreatedBy"))
|
2859
2914
|
GetAssetOutput.add_member(:forms_output, Shapes::ShapeRef.new(shape: FormOutputList, required: true, location_name: "formsOutput"))
|
2860
2915
|
GetAssetOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
|
2916
|
+
GetAssetOutput.add_member(:governed_glossary_terms, Shapes::ShapeRef.new(shape: GetAssetOutputGovernedGlossaryTermsList, location_name: "governedGlossaryTerms"))
|
2861
2917
|
GetAssetOutput.add_member(:id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "id"))
|
2862
2918
|
GetAssetOutput.add_member(:latest_time_series_data_point_forms_output, Shapes::ShapeRef.new(shape: TimeSeriesDataPointSummaryFormOutputList, location_name: "latestTimeSeriesDataPointFormsOutput"))
|
2863
2919
|
GetAssetOutput.add_member(:listing, Shapes::ShapeRef.new(shape: AssetListingDetails, location_name: "listing"))
|
@@ -2869,6 +2925,8 @@ module Aws::DataZone
|
|
2869
2925
|
GetAssetOutput.add_member(:type_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "typeRevision"))
|
2870
2926
|
GetAssetOutput.struct_class = Types::GetAssetOutput
|
2871
2927
|
|
2928
|
+
GetAssetOutputGovernedGlossaryTermsList.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
|
2929
|
+
|
2872
2930
|
GetAssetTypeInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2873
2931
|
GetAssetTypeInput.add_member(:identifier, Shapes::ShapeRef.new(shape: AssetTypeIdentifier, required: true, location: "uri", location_name: "identifier"))
|
2874
2932
|
GetAssetTypeInput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location: "querystring", location_name: "revision"))
|
@@ -3147,6 +3205,7 @@ module Aws::DataZone
|
|
3147
3205
|
GetGlossaryOutput.add_member(:status, Shapes::ShapeRef.new(shape: GlossaryStatus, required: true, location_name: "status"))
|
3148
3206
|
GetGlossaryOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
3149
3207
|
GetGlossaryOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
3208
|
+
GetGlossaryOutput.add_member(:usage_restrictions, Shapes::ShapeRef.new(shape: GlossaryUsageRestrictions, location_name: "usageRestrictions"))
|
3150
3209
|
GetGlossaryOutput.struct_class = Types::GetGlossaryOutput
|
3151
3210
|
|
3152
3211
|
GetGlossaryTermInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
@@ -3165,6 +3224,7 @@ module Aws::DataZone
|
|
3165
3224
|
GetGlossaryTermOutput.add_member(:term_relations, Shapes::ShapeRef.new(shape: TermRelations, location_name: "termRelations"))
|
3166
3225
|
GetGlossaryTermOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
3167
3226
|
GetGlossaryTermOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
3227
|
+
GetGlossaryTermOutput.add_member(:usage_restrictions, Shapes::ShapeRef.new(shape: GlossaryUsageRestrictions, location_name: "usageRestrictions"))
|
3168
3228
|
GetGlossaryTermOutput.struct_class = Types::GetGlossaryTermOutput
|
3169
3229
|
|
3170
3230
|
GetGroupProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
@@ -3445,6 +3505,7 @@ module Aws::DataZone
|
|
3445
3505
|
GlossaryItem.add_member(:status, Shapes::ShapeRef.new(shape: GlossaryStatus, required: true, location_name: "status"))
|
3446
3506
|
GlossaryItem.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
3447
3507
|
GlossaryItem.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
3508
|
+
GlossaryItem.add_member(:usage_restrictions, Shapes::ShapeRef.new(shape: GlossaryUsageRestrictions, location_name: "usageRestrictions"))
|
3448
3509
|
GlossaryItem.struct_class = Types::GlossaryItem
|
3449
3510
|
|
3450
3511
|
GlossaryItemAdditionalAttributes.add_member(:match_rationale, Shapes::ShapeRef.new(shape: MatchRationale, location_name: "matchRationale"))
|
@@ -3463,6 +3524,7 @@ module Aws::DataZone
|
|
3463
3524
|
GlossaryTermItem.add_member(:term_relations, Shapes::ShapeRef.new(shape: TermRelations, location_name: "termRelations"))
|
3464
3525
|
GlossaryTermItem.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
3465
3526
|
GlossaryTermItem.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
3527
|
+
GlossaryTermItem.add_member(:usage_restrictions, Shapes::ShapeRef.new(shape: GlossaryUsageRestrictions, location_name: "usageRestrictions"))
|
3466
3528
|
GlossaryTermItem.struct_class = Types::GlossaryTermItem
|
3467
3529
|
|
3468
3530
|
GlossaryTermItemAdditionalAttributes.add_member(:match_rationale, Shapes::ShapeRef.new(shape: MatchRationale, location_name: "matchRationale"))
|
@@ -3470,6 +3532,8 @@ module Aws::DataZone
|
|
3470
3532
|
|
3471
3533
|
GlossaryTerms.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
|
3472
3534
|
|
3535
|
+
GlossaryUsageRestrictions.member = Shapes::ShapeRef.new(shape: GlossaryUsageRestriction)
|
3536
|
+
|
3473
3537
|
GlueConnection.add_member(:athena_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "athenaProperties"))
|
3474
3538
|
GlueConnection.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthenticationConfiguration, location_name: "authenticationConfiguration"))
|
3475
3539
|
GlueConnection.add_member(:compatible_compute_environments, Shapes::ShapeRef.new(shape: ComputeEnvironmentsList, location_name: "compatibleComputeEnvironments"))
|
@@ -4382,6 +4446,7 @@ module Aws::DataZone
|
|
4382
4446
|
PolicyGrantMember.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
4383
4447
|
PolicyGrantMember.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
4384
4448
|
PolicyGrantMember.add_member(:detail, Shapes::ShapeRef.new(shape: PolicyGrantDetail, location_name: "detail"))
|
4449
|
+
PolicyGrantMember.add_member(:grant_id, Shapes::ShapeRef.new(shape: GrantIdentifier, location_name: "grantId"))
|
4385
4450
|
PolicyGrantMember.add_member(:principal, Shapes::ShapeRef.new(shape: PolicyGrantPrincipal, location_name: "principal"))
|
4386
4451
|
PolicyGrantMember.struct_class = Types::PolicyGrantMember
|
4387
4452
|
|
@@ -4692,6 +4757,7 @@ module Aws::DataZone
|
|
4692
4757
|
RemovePolicyGrantInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
4693
4758
|
RemovePolicyGrantInput.add_member(:entity_identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "entityIdentifier"))
|
4694
4759
|
RemovePolicyGrantInput.add_member(:entity_type, Shapes::ShapeRef.new(shape: TargetEntityType, required: true, location: "uri", location_name: "entityType"))
|
4760
|
+
RemovePolicyGrantInput.add_member(:grant_identifier, Shapes::ShapeRef.new(shape: GrantIdentifier, location_name: "grantIdentifier"))
|
4695
4761
|
RemovePolicyGrantInput.add_member(:policy_type, Shapes::ShapeRef.new(shape: ManagedPolicyType, required: true, location_name: "policyType"))
|
4696
4762
|
RemovePolicyGrantInput.add_member(:principal, Shapes::ShapeRef.new(shape: PolicyGrantPrincipal, required: true, location_name: "principal"))
|
4697
4763
|
RemovePolicyGrantInput.struct_class = Types::RemovePolicyGrantInput
|
@@ -5539,6 +5605,7 @@ module Aws::DataZone
|
|
5539
5605
|
UpdateGlossaryOutput.add_member(:name, Shapes::ShapeRef.new(shape: GlossaryName, required: true, location_name: "name"))
|
5540
5606
|
UpdateGlossaryOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
5541
5607
|
UpdateGlossaryOutput.add_member(:status, Shapes::ShapeRef.new(shape: GlossaryStatus, location_name: "status"))
|
5608
|
+
UpdateGlossaryOutput.add_member(:usage_restrictions, Shapes::ShapeRef.new(shape: GlossaryUsageRestrictions, location_name: "usageRestrictions"))
|
5542
5609
|
UpdateGlossaryOutput.struct_class = Types::UpdateGlossaryOutput
|
5543
5610
|
|
5544
5611
|
UpdateGlossaryTermInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
@@ -5559,6 +5626,7 @@ module Aws::DataZone
|
|
5559
5626
|
UpdateGlossaryTermOutput.add_member(:short_description, Shapes::ShapeRef.new(shape: ShortDescription, location_name: "shortDescription"))
|
5560
5627
|
UpdateGlossaryTermOutput.add_member(:status, Shapes::ShapeRef.new(shape: GlossaryTermStatus, required: true, location_name: "status"))
|
5561
5628
|
UpdateGlossaryTermOutput.add_member(:term_relations, Shapes::ShapeRef.new(shape: TermRelations, location_name: "termRelations"))
|
5629
|
+
UpdateGlossaryTermOutput.add_member(:usage_restrictions, Shapes::ShapeRef.new(shape: GlossaryUsageRestrictions, location_name: "usageRestrictions"))
|
5562
5630
|
UpdateGlossaryTermOutput.struct_class = Types::UpdateGlossaryTermOutput
|
5563
5631
|
|
5564
5632
|
UpdateGroupProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
@@ -5777,9 +5845,11 @@ module Aws::DataZone
|
|
5777
5845
|
|
5778
5846
|
api.metadata = {
|
5779
5847
|
"apiVersion" => "2018-05-10",
|
5848
|
+
"auth" => ["aws.auth#sigv4"],
|
5780
5849
|
"endpointPrefix" => "datazone",
|
5781
5850
|
"jsonVersion" => "1.1",
|
5782
5851
|
"protocol" => "rest-json",
|
5852
|
+
"protocols" => ["rest-json"],
|
5783
5853
|
"serviceFullName" => "Amazon DataZone",
|
5784
5854
|
"serviceId" => "DataZone",
|
5785
5855
|
"signatureVersion" => "v4",
|
@@ -5863,6 +5933,21 @@ module Aws::DataZone
|
|
5863
5933
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5864
5934
|
end)
|
5865
5935
|
|
5936
|
+
api.add_operation(:associate_governed_terms, Seahorse::Model::Operation.new.tap do |o|
|
5937
|
+
o.name = "AssociateGovernedTerms"
|
5938
|
+
o.http_method = "PATCH"
|
5939
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/associate-governed-terms"
|
5940
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateGovernedTermsInput)
|
5941
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateGovernedTermsOutput)
|
5942
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
5943
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5944
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5945
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5946
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
5947
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
5948
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5949
|
+
end)
|
5950
|
+
|
5866
5951
|
api.add_operation(:cancel_metadata_generation_run, Seahorse::Model::Operation.new.tap do |o|
|
5867
5952
|
o.name = "CancelMetadataGenerationRun"
|
5868
5953
|
o.http_method = "POST"
|
@@ -6690,6 +6775,21 @@ module Aws::DataZone
|
|
6690
6775
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6691
6776
|
end)
|
6692
6777
|
|
6778
|
+
api.add_operation(:disassociate_governed_terms, Seahorse::Model::Operation.new.tap do |o|
|
6779
|
+
o.name = "DisassociateGovernedTerms"
|
6780
|
+
o.http_method = "PATCH"
|
6781
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/disassociate-governed-terms"
|
6782
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateGovernedTermsInput)
|
6783
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateGovernedTermsOutput)
|
6784
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
6785
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6786
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
6787
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6788
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
6789
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
6790
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6791
|
+
end)
|
6792
|
+
|
6693
6793
|
api.add_operation(:get_account_pool, Seahorse::Model::Operation.new.tap do |o|
|
6694
6794
|
o.name = "GetAccountPool"
|
6695
6795
|
o.http_method = "GET"
|