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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7785fca777ed39a654accdc233eddf0092a323360d4a6acce3f51e1eb72bc2a3
4
- data.tar.gz: ce7ec741ab7da7778e7a0943b94b257f59540101a2fb17a0ebbdc7f7d569f678
3
+ metadata.gz: c3ae66f8c3d5670709e55e6b892b60c0f46ae03cdb83e4715676560e129756d8
4
+ data.tar.gz: ee312b5a793c651d26be87a24ebc2a4a0565566a0d4ea0f149e428585250bfc0
5
5
  SHA512:
6
- metadata.gz: 2f548ebd8a2ee369e4950e97c3d175f5d37131e971bb55cfa368293bcd2f1a16a432da82d37b5880a56ae2fbef0da2716754b70b7fbba50e0ad70c316dacc1b8
7
- data.tar.gz: b45b78946c42fc9e51e458fc1e205b68fabd63504288f18f1893db57ba80cd2429ed623b0c34bc72b5a8e84cf143ac2421f8d57b8af3f8fe91e431584607fdae
6
+ metadata.gz: d064ca23e9b89ecca0d96409e91d6d8b01aee3a2570972a68830c414bbfec0b4d483e94be75f073532dc1a6a59bca56caa53f761416c8270ad91ed1413d15cdc
7
+ data.tar.gz: f13553326922e53eda5e185f799187acd2aa2eb6395e0f7ed8b2e8e7d70861336f48fa1e82ccfd3c8809ba80bee80e981e82ddfed3115465a4a1d7a73aec9005
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Releasing the following features - Asset classification that lets users use restricted terms for classifying assets if they have the right permissions. Also adding a new enum value "Moving" to project status.
8
+
9
+ 1.48.0 (2025-08-20)
10
+ ------------------
11
+
12
+ * Feature - This release supports policy grant identifier for cloud formation integration
13
+
4
14
  1.47.0 (2025-08-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.49.0
@@ -733,7 +733,9 @@ module Aws::DataZone
733
733
  # @option params [required, Types::PolicyGrantPrincipal] :principal
734
734
  # The principal to whom the permissions are granted.
735
735
  #
736
- # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
736
+ # @return [Types::AddPolicyGrantOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
737
+ #
738
+ # * {Types::AddPolicyGrantOutput#grant_id #grant_id} => String
737
739
  #
738
740
  # @example Request syntax with placeholder values
739
741
  #
@@ -815,6 +817,10 @@ module Aws::DataZone
815
817
  # },
816
818
  # })
817
819
  #
820
+ # @example Response structure
821
+ #
822
+ # resp.grant_id #=> String
823
+ #
818
824
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/AddPolicyGrant AWS API Documentation
819
825
  #
820
826
  # @overload add_policy_grant(params = {})
@@ -855,6 +861,42 @@ module Aws::DataZone
855
861
  req.send_request(options)
856
862
  end
857
863
 
864
+ # Associates governed terms with an asset.
865
+ #
866
+ # @option params [required, String] :domain_identifier
867
+ # The ID of the domain where governed terms are to be associated with an
868
+ # asset.
869
+ #
870
+ # @option params [required, String] :entity_identifier
871
+ # The ID of the asset with which you want to associate a governed term.
872
+ #
873
+ # @option params [required, String] :entity_type
874
+ # The type of the asset with which you want to associate a governed
875
+ # term.
876
+ #
877
+ # @option params [required, Array<String>] :governed_glossary_terms
878
+ # The glossary terms in a restricted glossary.
879
+ #
880
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
881
+ #
882
+ # @example Request syntax with placeholder values
883
+ #
884
+ # resp = client.associate_governed_terms({
885
+ # domain_identifier: "DomainId", # required
886
+ # entity_identifier: "EntityIdentifier", # required
887
+ # entity_type: "ASSET", # required, accepts ASSET
888
+ # governed_glossary_terms: ["GlossaryTermId"], # required
889
+ # })
890
+ #
891
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/AssociateGovernedTerms AWS API Documentation
892
+ #
893
+ # @overload associate_governed_terms(params = {})
894
+ # @param [Hash] params ({})
895
+ def associate_governed_terms(params = {}, options = {})
896
+ req = build_request(:associate_governed_terms, params)
897
+ req.send_request(options)
898
+ end
899
+
858
900
  # Cancels the metadata generation run.
859
901
  #
860
902
  # @option params [required, String] :domain_identifier
@@ -1103,6 +1145,7 @@ module Aws::DataZone
1103
1145
  # * {Types::CreateAssetOutput#first_revision_created_by #first_revision_created_by} => String
1104
1146
  # * {Types::CreateAssetOutput#forms_output #forms_output} => Array&lt;Types::FormOutput&gt;
1105
1147
  # * {Types::CreateAssetOutput#glossary_terms #glossary_terms} => Array&lt;String&gt;
1148
+ # * {Types::CreateAssetOutput#governed_glossary_terms #governed_glossary_terms} => Array&lt;String&gt;
1106
1149
  # * {Types::CreateAssetOutput#id #id} => String
1107
1150
  # * {Types::CreateAssetOutput#latest_time_series_data_point_forms_output #latest_time_series_data_point_forms_output} => Array&lt;Types::TimeSeriesDataPointSummaryFormOutput&gt;
1108
1151
  # * {Types::CreateAssetOutput#listing #listing} => Types::AssetListingDetails
@@ -1157,6 +1200,8 @@ module Aws::DataZone
1157
1200
  # resp.forms_output[0].type_revision #=> String
1158
1201
  # resp.glossary_terms #=> Array
1159
1202
  # resp.glossary_terms[0] #=> String
1203
+ # resp.governed_glossary_terms #=> Array
1204
+ # resp.governed_glossary_terms[0] #=> String
1160
1205
  # resp.id #=> String
1161
1206
  # resp.latest_time_series_data_point_forms_output #=> Array
1162
1207
  # resp.latest_time_series_data_point_forms_output[0].content_summary #=> String
@@ -1405,6 +1450,7 @@ module Aws::DataZone
1405
1450
  # * {Types::CreateAssetRevisionOutput#first_revision_created_by #first_revision_created_by} => String
1406
1451
  # * {Types::CreateAssetRevisionOutput#forms_output #forms_output} => Array&lt;Types::FormOutput&gt;
1407
1452
  # * {Types::CreateAssetRevisionOutput#glossary_terms #glossary_terms} => Array&lt;String&gt;
1453
+ # * {Types::CreateAssetRevisionOutput#governed_glossary_terms #governed_glossary_terms} => Array&lt;String&gt;
1408
1454
  # * {Types::CreateAssetRevisionOutput#id #id} => String
1409
1455
  # * {Types::CreateAssetRevisionOutput#latest_time_series_data_point_forms_output #latest_time_series_data_point_forms_output} => Array&lt;Types::TimeSeriesDataPointSummaryFormOutput&gt;
1410
1456
  # * {Types::CreateAssetRevisionOutput#listing #listing} => Types::AssetListingDetails
@@ -1457,6 +1503,8 @@ module Aws::DataZone
1457
1503
  # resp.forms_output[0].type_revision #=> String
1458
1504
  # resp.glossary_terms #=> Array
1459
1505
  # resp.glossary_terms[0] #=> String
1506
+ # resp.governed_glossary_terms #=> Array
1507
+ # resp.governed_glossary_terms[0] #=> String
1460
1508
  # resp.id #=> String
1461
1509
  # resp.latest_time_series_data_point_forms_output #=> Array
1462
1510
  # resp.latest_time_series_data_point_forms_output[0].content_summary #=> String
@@ -2868,6 +2916,9 @@ module Aws::DataZone
2868
2916
  # @option params [String] :status
2869
2917
  # The status of this business glossary.
2870
2918
  #
2919
+ # @option params [Array<String>] :usage_restrictions
2920
+ # The usage restriction of the restricted glossary.
2921
+ #
2871
2922
  # @return [Types::CreateGlossaryOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2872
2923
  #
2873
2924
  # * {Types::CreateGlossaryOutput#description #description} => String
@@ -2876,6 +2927,7 @@ module Aws::DataZone
2876
2927
  # * {Types::CreateGlossaryOutput#name #name} => String
2877
2928
  # * {Types::CreateGlossaryOutput#owning_project_id #owning_project_id} => String
2878
2929
  # * {Types::CreateGlossaryOutput#status #status} => String
2930
+ # * {Types::CreateGlossaryOutput#usage_restrictions #usage_restrictions} => Array&lt;String&gt;
2879
2931
  #
2880
2932
  # @example Request syntax with placeholder values
2881
2933
  #
@@ -2886,6 +2938,7 @@ module Aws::DataZone
2886
2938
  # name: "GlossaryName", # required
2887
2939
  # owning_project_identifier: "ProjectId", # required
2888
2940
  # status: "DISABLED", # accepts DISABLED, ENABLED
2941
+ # usage_restrictions: ["ASSET_GOVERNED_TERMS"], # accepts ASSET_GOVERNED_TERMS
2889
2942
  # })
2890
2943
  #
2891
2944
  # @example Response structure
@@ -2896,6 +2949,8 @@ module Aws::DataZone
2896
2949
  # resp.name #=> String
2897
2950
  # resp.owning_project_id #=> String
2898
2951
  # resp.status #=> String, one of "DISABLED", "ENABLED"
2952
+ # resp.usage_restrictions #=> Array
2953
+ # resp.usage_restrictions[0] #=> String, one of "ASSET_GOVERNED_TERMS"
2899
2954
  #
2900
2955
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateGlossary AWS API Documentation
2901
2956
  #
@@ -2947,6 +3002,7 @@ module Aws::DataZone
2947
3002
  # * {Types::CreateGlossaryTermOutput#short_description #short_description} => String
2948
3003
  # * {Types::CreateGlossaryTermOutput#status #status} => String
2949
3004
  # * {Types::CreateGlossaryTermOutput#term_relations #term_relations} => Types::TermRelations
3005
+ # * {Types::CreateGlossaryTermOutput#usage_restrictions #usage_restrictions} => Array&lt;String&gt;
2950
3006
  #
2951
3007
  # @example Request syntax with placeholder values
2952
3008
  #
@@ -2977,6 +3033,8 @@ module Aws::DataZone
2977
3033
  # resp.term_relations.classifies[0] #=> String
2978
3034
  # resp.term_relations.is_a #=> Array
2979
3035
  # resp.term_relations.is_a[0] #=> String
3036
+ # resp.usage_restrictions #=> Array
3037
+ # resp.usage_restrictions[0] #=> String, one of "ASSET_GOVERNED_TERMS"
2980
3038
  #
2981
3039
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateGlossaryTerm AWS API Documentation
2982
3040
  #
@@ -3182,7 +3240,7 @@ module Aws::DataZone
3182
3240
  # resp.last_updated_at #=> Time
3183
3241
  # resp.name #=> String
3184
3242
  # resp.project_profile_id #=> String
3185
- # resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED"
3243
+ # resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED", "MOVING"
3186
3244
  # resp.user_parameters #=> Array
3187
3245
  # resp.user_parameters[0].environment_configuration_name #=> String
3188
3246
  # resp.user_parameters[0].environment_id #=> String
@@ -4788,6 +4846,44 @@ module Aws::DataZone
4788
4846
  req.send_request(options)
4789
4847
  end
4790
4848
 
4849
+ # Disassociates restricted terms from an asset.
4850
+ #
4851
+ # @option params [required, String] :domain_identifier
4852
+ # The ID of the domain where you want to disassociate restricted terms
4853
+ # from an asset.
4854
+ #
4855
+ # @option params [required, String] :entity_identifier
4856
+ # The ID of an asset from which you want to disassociate restricted
4857
+ # terms.
4858
+ #
4859
+ # @option params [required, String] :entity_type
4860
+ # The type of the asset from which you want to disassociate restricted
4861
+ # terms.
4862
+ #
4863
+ # @option params [required, Array<String>] :governed_glossary_terms
4864
+ # The restricted glossary terms that you want to disassociate from an
4865
+ # asset.
4866
+ #
4867
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4868
+ #
4869
+ # @example Request syntax with placeholder values
4870
+ #
4871
+ # resp = client.disassociate_governed_terms({
4872
+ # domain_identifier: "DomainId", # required
4873
+ # entity_identifier: "EntityIdentifier", # required
4874
+ # entity_type: "ASSET", # required, accepts ASSET
4875
+ # governed_glossary_terms: ["GlossaryTermId"], # required
4876
+ # })
4877
+ #
4878
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DisassociateGovernedTerms AWS API Documentation
4879
+ #
4880
+ # @overload disassociate_governed_terms(params = {})
4881
+ # @param [Hash] params ({})
4882
+ def disassociate_governed_terms(params = {}, options = {})
4883
+ req = build_request(:disassociate_governed_terms, params)
4884
+ req.send_request(options)
4885
+ end
4886
+
4791
4887
  # Gets the details of the account pool.
4792
4888
  #
4793
4889
  # @option params [required, String] :domain_identifier
@@ -4874,6 +4970,7 @@ module Aws::DataZone
4874
4970
  # * {Types::GetAssetOutput#first_revision_created_by #first_revision_created_by} => String
4875
4971
  # * {Types::GetAssetOutput#forms_output #forms_output} => Array&lt;Types::FormOutput&gt;
4876
4972
  # * {Types::GetAssetOutput#glossary_terms #glossary_terms} => Array&lt;String&gt;
4973
+ # * {Types::GetAssetOutput#governed_glossary_terms #governed_glossary_terms} => Array&lt;String&gt;
4877
4974
  # * {Types::GetAssetOutput#id #id} => String
4878
4975
  # * {Types::GetAssetOutput#latest_time_series_data_point_forms_output #latest_time_series_data_point_forms_output} => Array&lt;Types::TimeSeriesDataPointSummaryFormOutput&gt;
4879
4976
  # * {Types::GetAssetOutput#listing #listing} => Types::AssetListingDetails
@@ -4908,6 +5005,8 @@ module Aws::DataZone
4908
5005
  # resp.forms_output[0].type_revision #=> String
4909
5006
  # resp.glossary_terms #=> Array
4910
5007
  # resp.glossary_terms[0] #=> String
5008
+ # resp.governed_glossary_terms #=> Array
5009
+ # resp.governed_glossary_terms[0] #=> String
4911
5010
  # resp.id #=> String
4912
5011
  # resp.latest_time_series_data_point_forms_output #=> Array
4913
5012
  # resp.latest_time_series_data_point_forms_output[0].content_summary #=> String
@@ -6051,6 +6150,7 @@ module Aws::DataZone
6051
6150
  # * {Types::GetGlossaryOutput#status #status} => String
6052
6151
  # * {Types::GetGlossaryOutput#updated_at #updated_at} => Time
6053
6152
  # * {Types::GetGlossaryOutput#updated_by #updated_by} => String
6153
+ # * {Types::GetGlossaryOutput#usage_restrictions #usage_restrictions} => Array&lt;String&gt;
6054
6154
  #
6055
6155
  # @example Request syntax with placeholder values
6056
6156
  #
@@ -6071,6 +6171,8 @@ module Aws::DataZone
6071
6171
  # resp.status #=> String, one of "DISABLED", "ENABLED"
6072
6172
  # resp.updated_at #=> Time
6073
6173
  # resp.updated_by #=> String
6174
+ # resp.usage_restrictions #=> Array
6175
+ # resp.usage_restrictions[0] #=> String, one of "ASSET_GOVERNED_TERMS"
6074
6176
  #
6075
6177
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetGlossary AWS API Documentation
6076
6178
  #
@@ -6104,6 +6206,7 @@ module Aws::DataZone
6104
6206
  # * {Types::GetGlossaryTermOutput#term_relations #term_relations} => Types::TermRelations
6105
6207
  # * {Types::GetGlossaryTermOutput#updated_at #updated_at} => Time
6106
6208
  # * {Types::GetGlossaryTermOutput#updated_by #updated_by} => String
6209
+ # * {Types::GetGlossaryTermOutput#usage_restrictions #usage_restrictions} => Array&lt;String&gt;
6107
6210
  #
6108
6211
  # @example Request syntax with placeholder values
6109
6212
  #
@@ -6129,6 +6232,8 @@ module Aws::DataZone
6129
6232
  # resp.term_relations.is_a[0] #=> String
6130
6233
  # resp.updated_at #=> Time
6131
6234
  # resp.updated_by #=> String
6235
+ # resp.usage_restrictions #=> Array
6236
+ # resp.usage_restrictions[0] #=> String, one of "ASSET_GOVERNED_TERMS"
6132
6237
  #
6133
6238
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetGlossaryTerm AWS API Documentation
6134
6239
  #
@@ -6440,6 +6545,9 @@ module Aws::DataZone
6440
6545
  # resp.item.asset_listing.glossary_terms #=> Array
6441
6546
  # resp.item.asset_listing.glossary_terms[0].name #=> String
6442
6547
  # resp.item.asset_listing.glossary_terms[0].short_description #=> String
6548
+ # resp.item.asset_listing.governed_glossary_terms #=> Array
6549
+ # resp.item.asset_listing.governed_glossary_terms[0].name #=> String
6550
+ # resp.item.asset_listing.governed_glossary_terms[0].short_description #=> String
6443
6551
  # resp.item.asset_listing.latest_time_series_data_point_forms #=> Array
6444
6552
  # resp.item.asset_listing.latest_time_series_data_point_forms[0].content_summary #=> String
6445
6553
  # resp.item.asset_listing.latest_time_series_data_point_forms[0].form_name #=> String
@@ -6579,7 +6687,7 @@ module Aws::DataZone
6579
6687
  # resp.last_updated_at #=> Time
6580
6688
  # resp.name #=> String
6581
6689
  # resp.project_profile_id #=> String
6582
- # resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED"
6690
+ # resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED", "MOVING"
6583
6691
  # resp.user_parameters #=> Array
6584
6692
  # resp.user_parameters[0].environment_configuration_name #=> String
6585
6693
  # resp.user_parameters[0].environment_id #=> String
@@ -8906,6 +9014,7 @@ module Aws::DataZone
8906
9014
  # resp.grant_list[0].detail.override_domain_unit_owners.include_child_domain_units #=> Boolean
8907
9015
  # resp.grant_list[0].detail.override_project_owners.include_child_domain_units #=> Boolean
8908
9016
  # resp.grant_list[0].detail.use_asset_type.domain_unit_id #=> String
9017
+ # resp.grant_list[0].grant_id #=> String
8909
9018
  # resp.grant_list[0].principal.domain_unit.domain_unit_designation #=> String, one of "OWNER"
8910
9019
  # resp.grant_list[0].principal.domain_unit.domain_unit_identifier #=> String
8911
9020
  # resp.grant_list[0].principal.group.group_identifier #=> String
@@ -9120,7 +9229,7 @@ module Aws::DataZone
9120
9229
  # resp.items[0].failure_reasons[0].message #=> String
9121
9230
  # resp.items[0].id #=> String
9122
9231
  # resp.items[0].name #=> String
9123
- # resp.items[0].project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED"
9232
+ # resp.items[0].project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED", "MOVING"
9124
9233
  # resp.items[0].updated_at #=> Time
9125
9234
  # resp.next_token #=> String
9126
9235
  #
@@ -10221,6 +10330,10 @@ module Aws::DataZone
10221
10330
  # @option params [required, String] :entity_type
10222
10331
  # The type of the entity from which you want to remove a policy grant.
10223
10332
  #
10333
+ # @option params [String] :grant_identifier
10334
+ # The ID of the policy grant that is to be removed from a specified
10335
+ # entity.
10336
+ #
10224
10337
  # @option params [required, String] :policy_type
10225
10338
  # The type of the policy that you want to remove.
10226
10339
  #
@@ -10236,6 +10349,7 @@ module Aws::DataZone
10236
10349
  # domain_identifier: "DomainId", # required
10237
10350
  # entity_identifier: "String", # required
10238
10351
  # entity_type: "DOMAIN_UNIT", # required, accepts DOMAIN_UNIT, ENVIRONMENT_BLUEPRINT_CONFIGURATION, ENVIRONMENT_PROFILE, ASSET_TYPE
10352
+ # grant_identifier: "GrantIdentifier",
10239
10353
  # policy_type: "CREATE_DOMAIN_UNIT", # required, accepts CREATE_DOMAIN_UNIT, OVERRIDE_DOMAIN_UNIT_OWNERS, ADD_TO_PROJECT_MEMBER_POOL, OVERRIDE_PROJECT_OWNERS, CREATE_GLOSSARY, CREATE_FORM_TYPE, CREATE_ASSET_TYPE, CREATE_PROJECT, CREATE_ENVIRONMENT_PROFILE, DELEGATE_CREATE_ENVIRONMENT_PROFILE, CREATE_ENVIRONMENT, CREATE_ENVIRONMENT_FROM_BLUEPRINT, CREATE_PROJECT_FROM_PROJECT_PROFILE, USE_ASSET_TYPE
10240
10354
  # principal: { # required
10241
10355
  # domain_unit: {
@@ -10484,6 +10598,8 @@ module Aws::DataZone
10484
10598
  # resp.items[0].asset_item.first_revision_created_by #=> String
10485
10599
  # resp.items[0].asset_item.glossary_terms #=> Array
10486
10600
  # resp.items[0].asset_item.glossary_terms[0] #=> String
10601
+ # resp.items[0].asset_item.governed_glossary_terms #=> Array
10602
+ # resp.items[0].asset_item.governed_glossary_terms[0] #=> String
10487
10603
  # resp.items[0].asset_item.identifier #=> String
10488
10604
  # resp.items[0].asset_item.name #=> String
10489
10605
  # resp.items[0].asset_item.owning_project_id #=> String
@@ -10524,6 +10640,8 @@ module Aws::DataZone
10524
10640
  # resp.items[0].glossary_item.status #=> String, one of "DISABLED", "ENABLED"
10525
10641
  # resp.items[0].glossary_item.updated_at #=> Time
10526
10642
  # resp.items[0].glossary_item.updated_by #=> String
10643
+ # resp.items[0].glossary_item.usage_restrictions #=> Array
10644
+ # resp.items[0].glossary_item.usage_restrictions[0] #=> String, one of "ASSET_GOVERNED_TERMS"
10527
10645
  # resp.items[0].glossary_term_item.additional_attributes.match_rationale #=> Array
10528
10646
  # resp.items[0].glossary_term_item.additional_attributes.match_rationale[0].text_matches #=> Array
10529
10647
  # resp.items[0].glossary_term_item.additional_attributes.match_rationale[0].text_matches[0].attribute #=> String
@@ -10546,6 +10664,8 @@ module Aws::DataZone
10546
10664
  # resp.items[0].glossary_term_item.term_relations.is_a[0] #=> String
10547
10665
  # resp.items[0].glossary_term_item.updated_at #=> Time
10548
10666
  # resp.items[0].glossary_term_item.updated_by #=> String
10667
+ # resp.items[0].glossary_term_item.usage_restrictions #=> Array
10668
+ # resp.items[0].glossary_term_item.usage_restrictions[0] #=> String, one of "ASSET_GOVERNED_TERMS"
10549
10669
  # resp.next_token #=> String
10550
10670
  # resp.total_match_count #=> Integer
10551
10671
  #
@@ -10743,6 +10863,9 @@ module Aws::DataZone
10743
10863
  # resp.items[0].asset_listing.glossary_terms #=> Array
10744
10864
  # resp.items[0].asset_listing.glossary_terms[0].name #=> String
10745
10865
  # resp.items[0].asset_listing.glossary_terms[0].short_description #=> String
10866
+ # resp.items[0].asset_listing.governed_glossary_terms #=> Array
10867
+ # resp.items[0].asset_listing.governed_glossary_terms[0].name #=> String
10868
+ # resp.items[0].asset_listing.governed_glossary_terms[0].short_description #=> String
10746
10869
  # resp.items[0].asset_listing.listing_created_by #=> String
10747
10870
  # resp.items[0].asset_listing.listing_id #=> String
10748
10871
  # resp.items[0].asset_listing.listing_revision #=> String
@@ -12334,6 +12457,7 @@ module Aws::DataZone
12334
12457
  # * {Types::UpdateGlossaryOutput#name #name} => String
12335
12458
  # * {Types::UpdateGlossaryOutput#owning_project_id #owning_project_id} => String
12336
12459
  # * {Types::UpdateGlossaryOutput#status #status} => String
12460
+ # * {Types::UpdateGlossaryOutput#usage_restrictions #usage_restrictions} => Array&lt;String&gt;
12337
12461
  #
12338
12462
  # @example Request syntax with placeholder values
12339
12463
  #
@@ -12354,6 +12478,8 @@ module Aws::DataZone
12354
12478
  # resp.name #=> String
12355
12479
  # resp.owning_project_id #=> String
12356
12480
  # resp.status #=> String, one of "DISABLED", "ENABLED"
12481
+ # resp.usage_restrictions #=> Array
12482
+ # resp.usage_restrictions[0] #=> String, one of "ASSET_GOVERNED_TERMS"
12357
12483
  #
12358
12484
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateGlossary AWS API Documentation
12359
12485
  #
@@ -12405,6 +12531,7 @@ module Aws::DataZone
12405
12531
  # * {Types::UpdateGlossaryTermOutput#short_description #short_description} => String
12406
12532
  # * {Types::UpdateGlossaryTermOutput#status #status} => String
12407
12533
  # * {Types::UpdateGlossaryTermOutput#term_relations #term_relations} => Types::TermRelations
12534
+ # * {Types::UpdateGlossaryTermOutput#usage_restrictions #usage_restrictions} => Array&lt;String&gt;
12408
12535
  #
12409
12536
  # @example Request syntax with placeholder values
12410
12537
  #
@@ -12435,6 +12562,8 @@ module Aws::DataZone
12435
12562
  # resp.term_relations.classifies[0] #=> String
12436
12563
  # resp.term_relations.is_a #=> Array
12437
12564
  # resp.term_relations.is_a[0] #=> String
12565
+ # resp.usage_restrictions #=> Array
12566
+ # resp.usage_restrictions[0] #=> String, one of "ASSET_GOVERNED_TERMS"
12438
12567
  #
12439
12568
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateGlossaryTerm AWS API Documentation
12440
12569
  #
@@ -12598,7 +12727,7 @@ module Aws::DataZone
12598
12727
  # resp.last_updated_at #=> Time
12599
12728
  # resp.name #=> String
12600
12729
  # resp.project_profile_id #=> String
12601
- # resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED"
12730
+ # resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED", "MOVING"
12602
12731
  # resp.user_parameters #=> Array
12603
12732
  # resp.user_parameters[0].environment_configuration_name #=> String
12604
12733
  # resp.user_parameters[0].environment_id #=> String
@@ -13219,7 +13348,7 @@ module Aws::DataZone
13219
13348
  tracer: tracer
13220
13349
  )
13221
13350
  context[:gem_name] = 'aws-sdk-datazone'
13222
- context[:gem_version] = '1.47.0'
13351
+ context[:gem_version] = '1.49.0'
13223
13352
  Seahorse::Client::Request.new(handlers, context)
13224
13353
  end
13225
13354