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.
data/sig/types.rbs CHANGED
@@ -222,6 +222,7 @@ module Aws::DataZone
222
222
  attr_accessor first_revision_created_at: ::Time
223
223
  attr_accessor first_revision_created_by: ::String
224
224
  attr_accessor glossary_terms: ::Array[::String]
225
+ attr_accessor governed_glossary_terms: ::Array[::String]
225
226
  attr_accessor identifier: ::String
226
227
  attr_accessor name: ::String
227
228
  attr_accessor owning_project_id: ::String
@@ -245,6 +246,7 @@ module Aws::DataZone
245
246
  attr_accessor created_at: ::Time
246
247
  attr_accessor forms: ::String
247
248
  attr_accessor glossary_terms: ::Array[Types::DetailedGlossaryTerm]
249
+ attr_accessor governed_glossary_terms: ::Array[Types::DetailedGlossaryTerm]
248
250
  attr_accessor latest_time_series_data_point_forms: ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
249
251
  attr_accessor owning_project_id: ::String
250
252
  SENSITIVE: []
@@ -264,6 +266,7 @@ module Aws::DataZone
264
266
  attr_accessor entity_revision: ::String
265
267
  attr_accessor entity_type: ::String
266
268
  attr_accessor glossary_terms: ::Array[Types::DetailedGlossaryTerm]
269
+ attr_accessor governed_glossary_terms: ::Array[Types::DetailedGlossaryTerm]
267
270
  attr_accessor listing_created_by: ::String
268
271
  attr_accessor listing_id: ::String
269
272
  attr_accessor listing_revision: ::String
@@ -335,6 +338,17 @@ module Aws::DataZone
335
338
  class AssociateEnvironmentRoleOutput < Aws::EmptyStructure
336
339
  end
337
340
 
341
+ class AssociateGovernedTermsInput
342
+ attr_accessor domain_identifier: ::String
343
+ attr_accessor entity_identifier: ::String
344
+ attr_accessor entity_type: ("ASSET")
345
+ attr_accessor governed_glossary_terms: ::Array[::String]
346
+ SENSITIVE: []
347
+ end
348
+
349
+ class AssociateGovernedTermsOutput < Aws::EmptyStructure
350
+ end
351
+
338
352
  class AthenaPropertiesInput
339
353
  attr_accessor workgroup_name: ::String
340
354
  SENSITIVE: []
@@ -660,6 +674,7 @@ module Aws::DataZone
660
674
  attr_accessor first_revision_created_by: ::String
661
675
  attr_accessor forms_output: ::Array[Types::FormOutput]
662
676
  attr_accessor glossary_terms: ::Array[::String]
677
+ attr_accessor governed_glossary_terms: ::Array[::String]
663
678
  attr_accessor id: ::String
664
679
  attr_accessor latest_time_series_data_point_forms_output: ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
665
680
  attr_accessor listing: Types::AssetListingDetails
@@ -696,6 +711,7 @@ module Aws::DataZone
696
711
  attr_accessor first_revision_created_by: ::String
697
712
  attr_accessor forms_output: ::Array[Types::FormOutput]
698
713
  attr_accessor glossary_terms: ::Array[::String]
714
+ attr_accessor governed_glossary_terms: ::Array[::String]
699
715
  attr_accessor id: ::String
700
716
  attr_accessor latest_time_series_data_point_forms_output: ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
701
717
  attr_accessor listing: Types::AssetListingDetails
@@ -1051,6 +1067,7 @@ module Aws::DataZone
1051
1067
  attr_accessor name: ::String
1052
1068
  attr_accessor owning_project_identifier: ::String
1053
1069
  attr_accessor status: ("DISABLED" | "ENABLED")
1070
+ attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
1054
1071
  SENSITIVE: [:description, :name]
1055
1072
  end
1056
1073
 
@@ -1061,6 +1078,7 @@ module Aws::DataZone
1061
1078
  attr_accessor name: ::String
1062
1079
  attr_accessor owning_project_id: ::String
1063
1080
  attr_accessor status: ("DISABLED" | "ENABLED")
1081
+ attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
1064
1082
  SENSITIVE: [:description, :name]
1065
1083
  end
1066
1084
 
@@ -1090,6 +1108,7 @@ module Aws::DataZone
1090
1108
  attr_accessor short_description: ::String
1091
1109
  attr_accessor status: ("ENABLED" | "DISABLED")
1092
1110
  attr_accessor term_relations: Types::TermRelations
1111
+ attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
1093
1112
  SENSITIVE: [:long_description, :name, :short_description]
1094
1113
  end
1095
1114
 
@@ -1166,7 +1185,7 @@ module Aws::DataZone
1166
1185
  attr_accessor last_updated_at: ::Time
1167
1186
  attr_accessor name: ::String
1168
1187
  attr_accessor project_profile_id: ::String
1169
- attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
1188
+ attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
1170
1189
  attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
1171
1190
  SENSITIVE: [:description, :name]
1172
1191
  end
@@ -1802,6 +1821,17 @@ module Aws::DataZone
1802
1821
  class DisassociateEnvironmentRoleOutput < Aws::EmptyStructure
1803
1822
  end
1804
1823
 
1824
+ class DisassociateGovernedTermsInput
1825
+ attr_accessor domain_identifier: ::String
1826
+ attr_accessor entity_identifier: ::String
1827
+ attr_accessor entity_type: ("ASSET")
1828
+ attr_accessor governed_glossary_terms: ::Array[::String]
1829
+ SENSITIVE: []
1830
+ end
1831
+
1832
+ class DisassociateGovernedTermsOutput < Aws::EmptyStructure
1833
+ end
1834
+
1805
1835
  class DomainSummary
1806
1836
  attr_accessor arn: ::String
1807
1837
  attr_accessor created_at: ::Time
@@ -2162,6 +2192,7 @@ module Aws::DataZone
2162
2192
  attr_accessor first_revision_created_by: ::String
2163
2193
  attr_accessor forms_output: ::Array[Types::FormOutput]
2164
2194
  attr_accessor glossary_terms: ::Array[::String]
2195
+ attr_accessor governed_glossary_terms: ::Array[::String]
2165
2196
  attr_accessor id: ::String
2166
2197
  attr_accessor latest_time_series_data_point_forms_output: ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
2167
2198
  attr_accessor listing: Types::AssetListingDetails
@@ -2511,6 +2542,7 @@ module Aws::DataZone
2511
2542
  attr_accessor status: ("DISABLED" | "ENABLED")
2512
2543
  attr_accessor updated_at: ::Time
2513
2544
  attr_accessor updated_by: ::String
2545
+ attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
2514
2546
  SENSITIVE: [:description, :name]
2515
2547
  end
2516
2548
 
@@ -2533,6 +2565,7 @@ module Aws::DataZone
2533
2565
  attr_accessor term_relations: Types::TermRelations
2534
2566
  attr_accessor updated_at: ::Time
2535
2567
  attr_accessor updated_by: ::String
2568
+ attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
2536
2569
  SENSITIVE: [:long_description, :name, :short_description]
2537
2570
  end
2538
2571
 
@@ -2685,7 +2718,7 @@ module Aws::DataZone
2685
2718
  attr_accessor last_updated_at: ::Time
2686
2719
  attr_accessor name: ::String
2687
2720
  attr_accessor project_profile_id: ::String
2688
- attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
2721
+ attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
2689
2722
  attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
2690
2723
  SENSITIVE: [:description, :name]
2691
2724
  end
@@ -2873,6 +2906,7 @@ module Aws::DataZone
2873
2906
  attr_accessor status: ("DISABLED" | "ENABLED")
2874
2907
  attr_accessor updated_at: ::Time
2875
2908
  attr_accessor updated_by: ::String
2909
+ attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
2876
2910
  SENSITIVE: [:description, :name]
2877
2911
  end
2878
2912
 
@@ -2895,6 +2929,7 @@ module Aws::DataZone
2895
2929
  attr_accessor term_relations: Types::TermRelations
2896
2930
  attr_accessor updated_at: ::Time
2897
2931
  attr_accessor updated_by: ::String
2932
+ attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
2898
2933
  SENSITIVE: [:long_description, :name, :short_description]
2899
2934
  end
2900
2935
 
@@ -4223,7 +4258,7 @@ module Aws::DataZone
4223
4258
  attr_accessor failure_reasons: ::Array[Types::ProjectDeletionError]
4224
4259
  attr_accessor id: ::String
4225
4260
  attr_accessor name: ::String
4226
- attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
4261
+ attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
4227
4262
  attr_accessor updated_at: ::Time
4228
4263
  SENSITIVE: [:description, :name]
4229
4264
  end
@@ -5520,6 +5555,7 @@ module Aws::DataZone
5520
5555
  attr_accessor name: ::String
5521
5556
  attr_accessor owning_project_id: ::String
5522
5557
  attr_accessor status: ("DISABLED" | "ENABLED")
5558
+ attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
5523
5559
  SENSITIVE: [:description, :name]
5524
5560
  end
5525
5561
 
@@ -5544,6 +5580,7 @@ module Aws::DataZone
5544
5580
  attr_accessor short_description: ::String
5545
5581
  attr_accessor status: ("ENABLED" | "DISABLED")
5546
5582
  attr_accessor term_relations: Types::TermRelations
5583
+ attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
5547
5584
  SENSITIVE: [:long_description, :name, :short_description]
5548
5585
  end
5549
5586
 
@@ -5588,7 +5625,7 @@ module Aws::DataZone
5588
5625
  attr_accessor last_updated_at: ::Time
5589
5626
  attr_accessor name: ::String
5590
5627
  attr_accessor project_profile_id: ::String
5591
- attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
5628
+ attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
5592
5629
  attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
5593
5630
  SENSITIVE: [:description, :name]
5594
5631
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datazone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services