aws-sdk-datazone 1.48.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +122 -5
- data/lib/aws-sdk-datazone/client_api.rb +94 -0
- data/lib/aws-sdk-datazone/types.rb +153 -9
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +38 -4
- data/sig/types.rbs +41 -4
- metadata +1 -1
@@ -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,7 @@ 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')
|
528
543
|
GrantIdentifier = Shapes::StringShape.new(name: 'GrantIdentifier')
|
529
544
|
GrantedEntity = Shapes::UnionShape.new(name: 'GrantedEntity')
|
530
545
|
GrantedEntityInput = Shapes::UnionShape.new(name: 'GrantedEntityInput')
|
@@ -1265,6 +1280,7 @@ module Aws::DataZone
|
|
1265
1280
|
AssetItem.add_member(:first_revision_created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "firstRevisionCreatedAt"))
|
1266
1281
|
AssetItem.add_member(:first_revision_created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "firstRevisionCreatedBy"))
|
1267
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"))
|
1268
1284
|
AssetItem.add_member(:identifier, Shapes::ShapeRef.new(shape: AssetIdentifier, required: true, location_name: "identifier"))
|
1269
1285
|
AssetItem.add_member(:name, Shapes::ShapeRef.new(shape: AssetName, required: true, location_name: "name"))
|
1270
1286
|
AssetItem.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
@@ -1278,12 +1294,15 @@ module Aws::DataZone
|
|
1278
1294
|
AssetItemAdditionalAttributes.add_member(:read_only_forms_output, Shapes::ShapeRef.new(shape: FormOutputList, location_name: "readOnlyFormsOutput"))
|
1279
1295
|
AssetItemAdditionalAttributes.struct_class = Types::AssetItemAdditionalAttributes
|
1280
1296
|
|
1297
|
+
AssetItemGovernedGlossaryTermsList.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
|
1298
|
+
|
1281
1299
|
AssetListing.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, location_name: "assetId"))
|
1282
1300
|
AssetListing.add_member(:asset_revision, Shapes::ShapeRef.new(shape: Revision, location_name: "assetRevision"))
|
1283
1301
|
AssetListing.add_member(:asset_type, Shapes::ShapeRef.new(shape: TypeName, location_name: "assetType"))
|
1284
1302
|
AssetListing.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
1285
1303
|
AssetListing.add_member(:forms, Shapes::ShapeRef.new(shape: Forms, location_name: "forms"))
|
1286
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"))
|
1287
1306
|
AssetListing.add_member(:latest_time_series_data_point_forms, Shapes::ShapeRef.new(shape: TimeSeriesDataPointSummaryFormOutputList, location_name: "latestTimeSeriesDataPointForms"))
|
1288
1307
|
AssetListing.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "owningProjectId"))
|
1289
1308
|
AssetListing.struct_class = Types::AssetListing
|
@@ -1292,6 +1311,8 @@ module Aws::DataZone
|
|
1292
1311
|
AssetListingDetails.add_member(:listing_status, Shapes::ShapeRef.new(shape: ListingStatus, required: true, location_name: "listingStatus"))
|
1293
1312
|
AssetListingDetails.struct_class = Types::AssetListingDetails
|
1294
1313
|
|
1314
|
+
AssetListingGovernedGlossaryTermsList.member = Shapes::ShapeRef.new(shape: DetailedGlossaryTerm)
|
1315
|
+
|
1295
1316
|
AssetListingItem.add_member(:additional_attributes, Shapes::ShapeRef.new(shape: AssetListingItemAdditionalAttributes, location_name: "additionalAttributes"))
|
1296
1317
|
AssetListingItem.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
1297
1318
|
AssetListingItem.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
@@ -1299,6 +1320,7 @@ module Aws::DataZone
|
|
1299
1320
|
AssetListingItem.add_member(:entity_revision, Shapes::ShapeRef.new(shape: Revision, location_name: "entityRevision"))
|
1300
1321
|
AssetListingItem.add_member(:entity_type, Shapes::ShapeRef.new(shape: TypeName, location_name: "entityType"))
|
1301
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"))
|
1302
1324
|
AssetListingItem.add_member(:listing_created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "listingCreatedBy"))
|
1303
1325
|
AssetListingItem.add_member(:listing_id, Shapes::ShapeRef.new(shape: ListingId, location_name: "listingId"))
|
1304
1326
|
AssetListingItem.add_member(:listing_revision, Shapes::ShapeRef.new(shape: Revision, location_name: "listingRevision"))
|
@@ -1312,6 +1334,8 @@ module Aws::DataZone
|
|
1312
1334
|
AssetListingItemAdditionalAttributes.add_member(:match_rationale, Shapes::ShapeRef.new(shape: MatchRationale, location_name: "matchRationale"))
|
1313
1335
|
AssetListingItemAdditionalAttributes.struct_class = Types::AssetListingItemAdditionalAttributes
|
1314
1336
|
|
1337
|
+
AssetListingItemGovernedGlossaryTermsList.member = Shapes::ShapeRef.new(shape: DetailedGlossaryTerm)
|
1338
|
+
|
1315
1339
|
AssetRevision.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
1316
1340
|
AssetRevision.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
1317
1341
|
AssetRevision.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
|
@@ -1360,6 +1384,16 @@ module Aws::DataZone
|
|
1360
1384
|
|
1361
1385
|
AssociateEnvironmentRoleOutput.struct_class = Types::AssociateEnvironmentRoleOutput
|
1362
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
|
+
|
1363
1397
|
AthenaPropertiesInput.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: AthenaPropertiesInputWorkgroupNameString, location_name: "workgroupName"))
|
1364
1398
|
AthenaPropertiesInput.struct_class = Types::AthenaPropertiesInput
|
1365
1399
|
|
@@ -1606,6 +1640,7 @@ module Aws::DataZone
|
|
1606
1640
|
CreateAssetOutput.add_member(:first_revision_created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "firstRevisionCreatedBy"))
|
1607
1641
|
CreateAssetOutput.add_member(:forms_output, Shapes::ShapeRef.new(shape: FormOutputList, required: true, location_name: "formsOutput"))
|
1608
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"))
|
1609
1644
|
CreateAssetOutput.add_member(:id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "id"))
|
1610
1645
|
CreateAssetOutput.add_member(:latest_time_series_data_point_forms_output, Shapes::ShapeRef.new(shape: TimeSeriesDataPointSummaryFormOutputList, location_name: "latestTimeSeriesDataPointFormsOutput"))
|
1611
1646
|
CreateAssetOutput.add_member(:listing, Shapes::ShapeRef.new(shape: AssetListingDetails, location_name: "listing"))
|
@@ -1618,6 +1653,8 @@ module Aws::DataZone
|
|
1618
1653
|
CreateAssetOutput.add_member(:type_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "typeRevision"))
|
1619
1654
|
CreateAssetOutput.struct_class = Types::CreateAssetOutput
|
1620
1655
|
|
1656
|
+
CreateAssetOutputGovernedGlossaryTermsList.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
|
1657
|
+
|
1621
1658
|
CreateAssetRevisionInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1622
1659
|
CreateAssetRevisionInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1623
1660
|
CreateAssetRevisionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
@@ -1638,6 +1675,7 @@ module Aws::DataZone
|
|
1638
1675
|
CreateAssetRevisionOutput.add_member(:first_revision_created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "firstRevisionCreatedBy"))
|
1639
1676
|
CreateAssetRevisionOutput.add_member(:forms_output, Shapes::ShapeRef.new(shape: FormOutputList, required: true, location_name: "formsOutput"))
|
1640
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"))
|
1641
1679
|
CreateAssetRevisionOutput.add_member(:id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "id"))
|
1642
1680
|
CreateAssetRevisionOutput.add_member(:latest_time_series_data_point_forms_output, Shapes::ShapeRef.new(shape: TimeSeriesDataPointSummaryFormOutputList, location_name: "latestTimeSeriesDataPointFormsOutput"))
|
1643
1681
|
CreateAssetRevisionOutput.add_member(:listing, Shapes::ShapeRef.new(shape: AssetListingDetails, location_name: "listing"))
|
@@ -1650,6 +1688,8 @@ module Aws::DataZone
|
|
1650
1688
|
CreateAssetRevisionOutput.add_member(:type_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "typeRevision"))
|
1651
1689
|
CreateAssetRevisionOutput.struct_class = Types::CreateAssetRevisionOutput
|
1652
1690
|
|
1691
|
+
CreateAssetRevisionOutputGovernedGlossaryTermsList.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
|
1692
|
+
|
1653
1693
|
CreateAssetTypeInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1654
1694
|
CreateAssetTypeInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1655
1695
|
CreateAssetTypeInput.add_member(:forms_input, Shapes::ShapeRef.new(shape: FormsInputMap, required: true, location_name: "formsInput"))
|
@@ -1939,6 +1979,7 @@ module Aws::DataZone
|
|
1939
1979
|
CreateGlossaryInput.add_member(:name, Shapes::ShapeRef.new(shape: GlossaryName, required: true, location_name: "name"))
|
1940
1980
|
CreateGlossaryInput.add_member(:owning_project_identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectIdentifier"))
|
1941
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"))
|
1942
1983
|
CreateGlossaryInput.struct_class = Types::CreateGlossaryInput
|
1943
1984
|
|
1944
1985
|
CreateGlossaryOutput.add_member(:description, Shapes::ShapeRef.new(shape: GlossaryDescription, location_name: "description"))
|
@@ -1947,6 +1988,7 @@ module Aws::DataZone
|
|
1947
1988
|
CreateGlossaryOutput.add_member(:name, Shapes::ShapeRef.new(shape: GlossaryName, required: true, location_name: "name"))
|
1948
1989
|
CreateGlossaryOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
1949
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"))
|
1950
1992
|
CreateGlossaryOutput.struct_class = Types::CreateGlossaryOutput
|
1951
1993
|
|
1952
1994
|
CreateGlossaryPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
|
@@ -1970,6 +2012,7 @@ module Aws::DataZone
|
|
1970
2012
|
CreateGlossaryTermOutput.add_member(:short_description, Shapes::ShapeRef.new(shape: ShortDescription, location_name: "shortDescription"))
|
1971
2013
|
CreateGlossaryTermOutput.add_member(:status, Shapes::ShapeRef.new(shape: GlossaryTermStatus, required: true, location_name: "status"))
|
1972
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"))
|
1973
2016
|
CreateGlossaryTermOutput.struct_class = Types::CreateGlossaryTermOutput
|
1974
2017
|
|
1975
2018
|
CreateGroupProfileInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
@@ -2537,6 +2580,16 @@ module Aws::DataZone
|
|
2537
2580
|
|
2538
2581
|
DisassociateEnvironmentRoleOutput.struct_class = Types::DisassociateEnvironmentRoleOutput
|
2539
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
|
+
|
2540
2593
|
DomainSummaries.member = Shapes::ShapeRef.new(shape: DomainSummary)
|
2541
2594
|
|
2542
2595
|
DomainSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "arn"))
|
@@ -2860,6 +2913,7 @@ module Aws::DataZone
|
|
2860
2913
|
GetAssetOutput.add_member(:first_revision_created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "firstRevisionCreatedBy"))
|
2861
2914
|
GetAssetOutput.add_member(:forms_output, Shapes::ShapeRef.new(shape: FormOutputList, required: true, location_name: "formsOutput"))
|
2862
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"))
|
2863
2917
|
GetAssetOutput.add_member(:id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "id"))
|
2864
2918
|
GetAssetOutput.add_member(:latest_time_series_data_point_forms_output, Shapes::ShapeRef.new(shape: TimeSeriesDataPointSummaryFormOutputList, location_name: "latestTimeSeriesDataPointFormsOutput"))
|
2865
2919
|
GetAssetOutput.add_member(:listing, Shapes::ShapeRef.new(shape: AssetListingDetails, location_name: "listing"))
|
@@ -2871,6 +2925,8 @@ module Aws::DataZone
|
|
2871
2925
|
GetAssetOutput.add_member(:type_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "typeRevision"))
|
2872
2926
|
GetAssetOutput.struct_class = Types::GetAssetOutput
|
2873
2927
|
|
2928
|
+
GetAssetOutputGovernedGlossaryTermsList.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
|
2929
|
+
|
2874
2930
|
GetAssetTypeInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2875
2931
|
GetAssetTypeInput.add_member(:identifier, Shapes::ShapeRef.new(shape: AssetTypeIdentifier, required: true, location: "uri", location_name: "identifier"))
|
2876
2932
|
GetAssetTypeInput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location: "querystring", location_name: "revision"))
|
@@ -3149,6 +3205,7 @@ module Aws::DataZone
|
|
3149
3205
|
GetGlossaryOutput.add_member(:status, Shapes::ShapeRef.new(shape: GlossaryStatus, required: true, location_name: "status"))
|
3150
3206
|
GetGlossaryOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
3151
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"))
|
3152
3209
|
GetGlossaryOutput.struct_class = Types::GetGlossaryOutput
|
3153
3210
|
|
3154
3211
|
GetGlossaryTermInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
@@ -3167,6 +3224,7 @@ module Aws::DataZone
|
|
3167
3224
|
GetGlossaryTermOutput.add_member(:term_relations, Shapes::ShapeRef.new(shape: TermRelations, location_name: "termRelations"))
|
3168
3225
|
GetGlossaryTermOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
3169
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"))
|
3170
3228
|
GetGlossaryTermOutput.struct_class = Types::GetGlossaryTermOutput
|
3171
3229
|
|
3172
3230
|
GetGroupProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
@@ -3447,6 +3505,7 @@ module Aws::DataZone
|
|
3447
3505
|
GlossaryItem.add_member(:status, Shapes::ShapeRef.new(shape: GlossaryStatus, required: true, location_name: "status"))
|
3448
3506
|
GlossaryItem.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
3449
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"))
|
3450
3509
|
GlossaryItem.struct_class = Types::GlossaryItem
|
3451
3510
|
|
3452
3511
|
GlossaryItemAdditionalAttributes.add_member(:match_rationale, Shapes::ShapeRef.new(shape: MatchRationale, location_name: "matchRationale"))
|
@@ -3465,6 +3524,7 @@ module Aws::DataZone
|
|
3465
3524
|
GlossaryTermItem.add_member(:term_relations, Shapes::ShapeRef.new(shape: TermRelations, location_name: "termRelations"))
|
3466
3525
|
GlossaryTermItem.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
3467
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"))
|
3468
3528
|
GlossaryTermItem.struct_class = Types::GlossaryTermItem
|
3469
3529
|
|
3470
3530
|
GlossaryTermItemAdditionalAttributes.add_member(:match_rationale, Shapes::ShapeRef.new(shape: MatchRationale, location_name: "matchRationale"))
|
@@ -3472,6 +3532,8 @@ module Aws::DataZone
|
|
3472
3532
|
|
3473
3533
|
GlossaryTerms.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
|
3474
3534
|
|
3535
|
+
GlossaryUsageRestrictions.member = Shapes::ShapeRef.new(shape: GlossaryUsageRestriction)
|
3536
|
+
|
3475
3537
|
GlueConnection.add_member(:athena_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "athenaProperties"))
|
3476
3538
|
GlueConnection.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthenticationConfiguration, location_name: "authenticationConfiguration"))
|
3477
3539
|
GlueConnection.add_member(:compatible_compute_environments, Shapes::ShapeRef.new(shape: ComputeEnvironmentsList, location_name: "compatibleComputeEnvironments"))
|
@@ -5543,6 +5605,7 @@ module Aws::DataZone
|
|
5543
5605
|
UpdateGlossaryOutput.add_member(:name, Shapes::ShapeRef.new(shape: GlossaryName, required: true, location_name: "name"))
|
5544
5606
|
UpdateGlossaryOutput.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
|
5545
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"))
|
5546
5609
|
UpdateGlossaryOutput.struct_class = Types::UpdateGlossaryOutput
|
5547
5610
|
|
5548
5611
|
UpdateGlossaryTermInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
@@ -5563,6 +5626,7 @@ module Aws::DataZone
|
|
5563
5626
|
UpdateGlossaryTermOutput.add_member(:short_description, Shapes::ShapeRef.new(shape: ShortDescription, location_name: "shortDescription"))
|
5564
5627
|
UpdateGlossaryTermOutput.add_member(:status, Shapes::ShapeRef.new(shape: GlossaryTermStatus, required: true, location_name: "status"))
|
5565
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"))
|
5566
5630
|
UpdateGlossaryTermOutput.struct_class = Types::UpdateGlossaryTermOutput
|
5567
5631
|
|
5568
5632
|
UpdateGroupProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
@@ -5869,6 +5933,21 @@ module Aws::DataZone
|
|
5869
5933
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5870
5934
|
end)
|
5871
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
|
+
|
5872
5951
|
api.add_operation(:cancel_metadata_generation_run, Seahorse::Model::Operation.new.tap do |o|
|
5873
5952
|
o.name = "CancelMetadataGenerationRun"
|
5874
5953
|
o.http_method = "POST"
|
@@ -6696,6 +6775,21 @@ module Aws::DataZone
|
|
6696
6775
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6697
6776
|
end)
|
6698
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
|
+
|
6699
6793
|
api.add_operation(:get_account_pool, Seahorse::Model::Operation.new.tap do |o|
|
6700
6794
|
o.name = "GetAccountPool"
|
6701
6795
|
o.http_method = "GET"
|