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
data/sig/types.rbs
CHANGED
@@ -141,7 +141,9 @@ module Aws::DataZone
|
|
141
141
|
SENSITIVE: []
|
142
142
|
end
|
143
143
|
|
144
|
-
class AddPolicyGrantOutput
|
144
|
+
class AddPolicyGrantOutput
|
145
|
+
attr_accessor grant_id: ::String
|
146
|
+
SENSITIVE: []
|
145
147
|
end
|
146
148
|
|
147
149
|
class AddToProjectMemberPoolPolicyGrantDetail
|
@@ -220,6 +222,7 @@ module Aws::DataZone
|
|
220
222
|
attr_accessor first_revision_created_at: ::Time
|
221
223
|
attr_accessor first_revision_created_by: ::String
|
222
224
|
attr_accessor glossary_terms: ::Array[::String]
|
225
|
+
attr_accessor governed_glossary_terms: ::Array[::String]
|
223
226
|
attr_accessor identifier: ::String
|
224
227
|
attr_accessor name: ::String
|
225
228
|
attr_accessor owning_project_id: ::String
|
@@ -243,6 +246,7 @@ module Aws::DataZone
|
|
243
246
|
attr_accessor created_at: ::Time
|
244
247
|
attr_accessor forms: ::String
|
245
248
|
attr_accessor glossary_terms: ::Array[Types::DetailedGlossaryTerm]
|
249
|
+
attr_accessor governed_glossary_terms: ::Array[Types::DetailedGlossaryTerm]
|
246
250
|
attr_accessor latest_time_series_data_point_forms: ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
|
247
251
|
attr_accessor owning_project_id: ::String
|
248
252
|
SENSITIVE: []
|
@@ -262,6 +266,7 @@ module Aws::DataZone
|
|
262
266
|
attr_accessor entity_revision: ::String
|
263
267
|
attr_accessor entity_type: ::String
|
264
268
|
attr_accessor glossary_terms: ::Array[Types::DetailedGlossaryTerm]
|
269
|
+
attr_accessor governed_glossary_terms: ::Array[Types::DetailedGlossaryTerm]
|
265
270
|
attr_accessor listing_created_by: ::String
|
266
271
|
attr_accessor listing_id: ::String
|
267
272
|
attr_accessor listing_revision: ::String
|
@@ -333,6 +338,17 @@ module Aws::DataZone
|
|
333
338
|
class AssociateEnvironmentRoleOutput < Aws::EmptyStructure
|
334
339
|
end
|
335
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
|
+
|
336
352
|
class AthenaPropertiesInput
|
337
353
|
attr_accessor workgroup_name: ::String
|
338
354
|
SENSITIVE: []
|
@@ -658,6 +674,7 @@ module Aws::DataZone
|
|
658
674
|
attr_accessor first_revision_created_by: ::String
|
659
675
|
attr_accessor forms_output: ::Array[Types::FormOutput]
|
660
676
|
attr_accessor glossary_terms: ::Array[::String]
|
677
|
+
attr_accessor governed_glossary_terms: ::Array[::String]
|
661
678
|
attr_accessor id: ::String
|
662
679
|
attr_accessor latest_time_series_data_point_forms_output: ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
|
663
680
|
attr_accessor listing: Types::AssetListingDetails
|
@@ -694,6 +711,7 @@ module Aws::DataZone
|
|
694
711
|
attr_accessor first_revision_created_by: ::String
|
695
712
|
attr_accessor forms_output: ::Array[Types::FormOutput]
|
696
713
|
attr_accessor glossary_terms: ::Array[::String]
|
714
|
+
attr_accessor governed_glossary_terms: ::Array[::String]
|
697
715
|
attr_accessor id: ::String
|
698
716
|
attr_accessor latest_time_series_data_point_forms_output: ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
|
699
717
|
attr_accessor listing: Types::AssetListingDetails
|
@@ -1049,6 +1067,7 @@ module Aws::DataZone
|
|
1049
1067
|
attr_accessor name: ::String
|
1050
1068
|
attr_accessor owning_project_identifier: ::String
|
1051
1069
|
attr_accessor status: ("DISABLED" | "ENABLED")
|
1070
|
+
attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
|
1052
1071
|
SENSITIVE: [:description, :name]
|
1053
1072
|
end
|
1054
1073
|
|
@@ -1059,6 +1078,7 @@ module Aws::DataZone
|
|
1059
1078
|
attr_accessor name: ::String
|
1060
1079
|
attr_accessor owning_project_id: ::String
|
1061
1080
|
attr_accessor status: ("DISABLED" | "ENABLED")
|
1081
|
+
attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
|
1062
1082
|
SENSITIVE: [:description, :name]
|
1063
1083
|
end
|
1064
1084
|
|
@@ -1088,6 +1108,7 @@ module Aws::DataZone
|
|
1088
1108
|
attr_accessor short_description: ::String
|
1089
1109
|
attr_accessor status: ("ENABLED" | "DISABLED")
|
1090
1110
|
attr_accessor term_relations: Types::TermRelations
|
1111
|
+
attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
|
1091
1112
|
SENSITIVE: [:long_description, :name, :short_description]
|
1092
1113
|
end
|
1093
1114
|
|
@@ -1164,7 +1185,7 @@ module Aws::DataZone
|
|
1164
1185
|
attr_accessor last_updated_at: ::Time
|
1165
1186
|
attr_accessor name: ::String
|
1166
1187
|
attr_accessor project_profile_id: ::String
|
1167
|
-
attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
|
1188
|
+
attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
|
1168
1189
|
attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
|
1169
1190
|
SENSITIVE: [:description, :name]
|
1170
1191
|
end
|
@@ -1800,6 +1821,17 @@ module Aws::DataZone
|
|
1800
1821
|
class DisassociateEnvironmentRoleOutput < Aws::EmptyStructure
|
1801
1822
|
end
|
1802
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
|
+
|
1803
1835
|
class DomainSummary
|
1804
1836
|
attr_accessor arn: ::String
|
1805
1837
|
attr_accessor created_at: ::Time
|
@@ -2160,6 +2192,7 @@ module Aws::DataZone
|
|
2160
2192
|
attr_accessor first_revision_created_by: ::String
|
2161
2193
|
attr_accessor forms_output: ::Array[Types::FormOutput]
|
2162
2194
|
attr_accessor glossary_terms: ::Array[::String]
|
2195
|
+
attr_accessor governed_glossary_terms: ::Array[::String]
|
2163
2196
|
attr_accessor id: ::String
|
2164
2197
|
attr_accessor latest_time_series_data_point_forms_output: ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
|
2165
2198
|
attr_accessor listing: Types::AssetListingDetails
|
@@ -2509,6 +2542,7 @@ module Aws::DataZone
|
|
2509
2542
|
attr_accessor status: ("DISABLED" | "ENABLED")
|
2510
2543
|
attr_accessor updated_at: ::Time
|
2511
2544
|
attr_accessor updated_by: ::String
|
2545
|
+
attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
|
2512
2546
|
SENSITIVE: [:description, :name]
|
2513
2547
|
end
|
2514
2548
|
|
@@ -2531,6 +2565,7 @@ module Aws::DataZone
|
|
2531
2565
|
attr_accessor term_relations: Types::TermRelations
|
2532
2566
|
attr_accessor updated_at: ::Time
|
2533
2567
|
attr_accessor updated_by: ::String
|
2568
|
+
attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
|
2534
2569
|
SENSITIVE: [:long_description, :name, :short_description]
|
2535
2570
|
end
|
2536
2571
|
|
@@ -2683,7 +2718,7 @@ module Aws::DataZone
|
|
2683
2718
|
attr_accessor last_updated_at: ::Time
|
2684
2719
|
attr_accessor name: ::String
|
2685
2720
|
attr_accessor project_profile_id: ::String
|
2686
|
-
attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
|
2721
|
+
attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
|
2687
2722
|
attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
|
2688
2723
|
SENSITIVE: [:description, :name]
|
2689
2724
|
end
|
@@ -2871,6 +2906,7 @@ module Aws::DataZone
|
|
2871
2906
|
attr_accessor status: ("DISABLED" | "ENABLED")
|
2872
2907
|
attr_accessor updated_at: ::Time
|
2873
2908
|
attr_accessor updated_by: ::String
|
2909
|
+
attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
|
2874
2910
|
SENSITIVE: [:description, :name]
|
2875
2911
|
end
|
2876
2912
|
|
@@ -2893,6 +2929,7 @@ module Aws::DataZone
|
|
2893
2929
|
attr_accessor term_relations: Types::TermRelations
|
2894
2930
|
attr_accessor updated_at: ::Time
|
2895
2931
|
attr_accessor updated_by: ::String
|
2932
|
+
attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
|
2896
2933
|
SENSITIVE: [:long_description, :name, :short_description]
|
2897
2934
|
end
|
2898
2935
|
|
@@ -4109,6 +4146,7 @@ module Aws::DataZone
|
|
4109
4146
|
attr_accessor created_at: ::Time
|
4110
4147
|
attr_accessor created_by: ::String
|
4111
4148
|
attr_accessor detail: Types::PolicyGrantDetail
|
4149
|
+
attr_accessor grant_id: ::String
|
4112
4150
|
attr_accessor principal: Types::PolicyGrantPrincipal
|
4113
4151
|
SENSITIVE: []
|
4114
4152
|
end
|
@@ -4220,7 +4258,7 @@ module Aws::DataZone
|
|
4220
4258
|
attr_accessor failure_reasons: ::Array[Types::ProjectDeletionError]
|
4221
4259
|
attr_accessor id: ::String
|
4222
4260
|
attr_accessor name: ::String
|
4223
|
-
attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
|
4261
|
+
attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
|
4224
4262
|
attr_accessor updated_at: ::Time
|
4225
4263
|
SENSITIVE: [:description, :name]
|
4226
4264
|
end
|
@@ -4502,6 +4540,7 @@ module Aws::DataZone
|
|
4502
4540
|
attr_accessor domain_identifier: ::String
|
4503
4541
|
attr_accessor entity_identifier: ::String
|
4504
4542
|
attr_accessor entity_type: ("DOMAIN_UNIT" | "ENVIRONMENT_BLUEPRINT_CONFIGURATION" | "ENVIRONMENT_PROFILE" | "ASSET_TYPE")
|
4543
|
+
attr_accessor grant_identifier: ::String
|
4505
4544
|
attr_accessor policy_type: ("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")
|
4506
4545
|
attr_accessor principal: Types::PolicyGrantPrincipal
|
4507
4546
|
SENSITIVE: []
|
@@ -5516,6 +5555,7 @@ module Aws::DataZone
|
|
5516
5555
|
attr_accessor name: ::String
|
5517
5556
|
attr_accessor owning_project_id: ::String
|
5518
5557
|
attr_accessor status: ("DISABLED" | "ENABLED")
|
5558
|
+
attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
|
5519
5559
|
SENSITIVE: [:description, :name]
|
5520
5560
|
end
|
5521
5561
|
|
@@ -5540,6 +5580,7 @@ module Aws::DataZone
|
|
5540
5580
|
attr_accessor short_description: ::String
|
5541
5581
|
attr_accessor status: ("ENABLED" | "DISABLED")
|
5542
5582
|
attr_accessor term_relations: Types::TermRelations
|
5583
|
+
attr_accessor usage_restrictions: ::Array[("ASSET_GOVERNED_TERMS")]
|
5543
5584
|
SENSITIVE: [:long_description, :name, :short_description]
|
5544
5585
|
end
|
5545
5586
|
|
@@ -5584,7 +5625,7 @@ module Aws::DataZone
|
|
5584
5625
|
attr_accessor last_updated_at: ::Time
|
5585
5626
|
attr_accessor name: ::String
|
5586
5627
|
attr_accessor project_profile_id: ::String
|
5587
|
-
attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
|
5628
|
+
attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
|
5588
5629
|
attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
|
5589
5630
|
SENSITIVE: [:description, :name]
|
5590
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.
|
4
|
+
version: 1.49.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -35,14 +35,14 @@ dependencies:
|
|
35
35
|
requirements:
|
36
36
|
- - "~>"
|
37
37
|
- !ruby/object:Gem::Version
|
38
|
-
version: '1.
|
38
|
+
version: '1.5'
|
39
39
|
type: :runtime
|
40
40
|
prerelease: false
|
41
41
|
version_requirements: !ruby/object:Gem::Requirement
|
42
42
|
requirements:
|
43
43
|
- - "~>"
|
44
44
|
- !ruby/object:Gem::Version
|
45
|
-
version: '1.
|
45
|
+
version: '1.5'
|
46
46
|
description: Official AWS Ruby gem for Amazon DataZone. This gem is part of the AWS
|
47
47
|
SDK for Ruby.
|
48
48
|
email:
|