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
@@ -482,9 +482,17 @@ module Aws::DataZone
|
|
482
482
|
include Aws::Structure
|
483
483
|
end
|
484
484
|
|
485
|
+
# @!attribute [rw] grant_id
|
486
|
+
# The ID of the policy grant that was added to a specified entity.
|
487
|
+
# @return [String]
|
488
|
+
#
|
485
489
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/AddPolicyGrantOutput AWS API Documentation
|
486
490
|
#
|
487
|
-
class AddPolicyGrantOutput <
|
491
|
+
class AddPolicyGrantOutput < Struct.new(
|
492
|
+
:grant_id)
|
493
|
+
SENSITIVE = []
|
494
|
+
include Aws::Structure
|
495
|
+
end
|
488
496
|
|
489
497
|
# The details of the policy grant.
|
490
498
|
#
|
@@ -740,6 +748,10 @@ module Aws::DataZone
|
|
740
748
|
# The glossary terms attached to the Amazon DataZone inventory asset.
|
741
749
|
# @return [Array<String>]
|
742
750
|
#
|
751
|
+
# @!attribute [rw] governed_glossary_terms
|
752
|
+
# The restricted glossary terms accociated with an asset.
|
753
|
+
# @return [Array<String>]
|
754
|
+
#
|
743
755
|
# @!attribute [rw] identifier
|
744
756
|
# the identifier of the Amazon DataZone inventory asset.
|
745
757
|
# @return [String]
|
@@ -774,6 +786,7 @@ module Aws::DataZone
|
|
774
786
|
:first_revision_created_at,
|
775
787
|
:first_revision_created_by,
|
776
788
|
:glossary_terms,
|
789
|
+
:governed_glossary_terms,
|
777
790
|
:identifier,
|
778
791
|
:name,
|
779
792
|
:owning_project_id,
|
@@ -844,6 +857,10 @@ module Aws::DataZone
|
|
844
857
|
# DataZone catalog.
|
845
858
|
# @return [Array<Types::DetailedGlossaryTerm>]
|
846
859
|
#
|
860
|
+
# @!attribute [rw] governed_glossary_terms
|
861
|
+
# The restricted glossary terms associated with an asset.
|
862
|
+
# @return [Array<Types::DetailedGlossaryTerm>]
|
863
|
+
#
|
847
864
|
# @!attribute [rw] latest_time_series_data_point_forms
|
848
865
|
# The latest time series data points forms included in the additional
|
849
866
|
# attributes of an asset.
|
@@ -863,6 +880,7 @@ module Aws::DataZone
|
|
863
880
|
:created_at,
|
864
881
|
:forms,
|
865
882
|
:glossary_terms,
|
883
|
+
:governed_glossary_terms,
|
866
884
|
:latest_time_series_data_point_forms,
|
867
885
|
:owning_project_id)
|
868
886
|
SENSITIVE = []
|
@@ -920,6 +938,10 @@ module Aws::DataZone
|
|
920
938
|
# Glossary terms attached to the inventory asset.
|
921
939
|
# @return [Array<Types::DetailedGlossaryTerm>]
|
922
940
|
#
|
941
|
+
# @!attribute [rw] governed_glossary_terms
|
942
|
+
# The restricted glossary terms associated with an asset.
|
943
|
+
# @return [Array<Types::DetailedGlossaryTerm>]
|
944
|
+
#
|
923
945
|
# @!attribute [rw] listing_created_by
|
924
946
|
# The Amazon DataZone user who created the listing.
|
925
947
|
# @return [String]
|
@@ -956,6 +978,7 @@ module Aws::DataZone
|
|
956
978
|
:entity_revision,
|
957
979
|
:entity_type,
|
958
980
|
:glossary_terms,
|
981
|
+
:governed_glossary_terms,
|
959
982
|
:listing_created_by,
|
960
983
|
:listing_id,
|
961
984
|
:listing_revision,
|
@@ -1193,6 +1216,40 @@ module Aws::DataZone
|
|
1193
1216
|
#
|
1194
1217
|
class AssociateEnvironmentRoleOutput < Aws::EmptyStructure; end
|
1195
1218
|
|
1219
|
+
# @!attribute [rw] domain_identifier
|
1220
|
+
# The ID of the domain where governed terms are to be associated with
|
1221
|
+
# an asset.
|
1222
|
+
# @return [String]
|
1223
|
+
#
|
1224
|
+
# @!attribute [rw] entity_identifier
|
1225
|
+
# The ID of the asset with which you want to associate a governed
|
1226
|
+
# term.
|
1227
|
+
# @return [String]
|
1228
|
+
#
|
1229
|
+
# @!attribute [rw] entity_type
|
1230
|
+
# The type of the asset with which you want to associate a governed
|
1231
|
+
# term.
|
1232
|
+
# @return [String]
|
1233
|
+
#
|
1234
|
+
# @!attribute [rw] governed_glossary_terms
|
1235
|
+
# The glossary terms in a restricted glossary.
|
1236
|
+
# @return [Array<String>]
|
1237
|
+
#
|
1238
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/AssociateGovernedTermsInput AWS API Documentation
|
1239
|
+
#
|
1240
|
+
class AssociateGovernedTermsInput < Struct.new(
|
1241
|
+
:domain_identifier,
|
1242
|
+
:entity_identifier,
|
1243
|
+
:entity_type,
|
1244
|
+
:governed_glossary_terms)
|
1245
|
+
SENSITIVE = []
|
1246
|
+
include Aws::Structure
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/AssociateGovernedTermsOutput AWS API Documentation
|
1250
|
+
#
|
1251
|
+
class AssociateGovernedTermsOutput < Aws::EmptyStructure; end
|
1252
|
+
|
1196
1253
|
# The Amazon Athena properties of a connection.
|
1197
1254
|
#
|
1198
1255
|
# @!attribute [rw] workgroup_name
|
@@ -2209,6 +2266,10 @@ module Aws::DataZone
|
|
2209
2266
|
# The glossary terms that are attached to the created asset.
|
2210
2267
|
# @return [Array<String>]
|
2211
2268
|
#
|
2269
|
+
# @!attribute [rw] governed_glossary_terms
|
2270
|
+
# The glossary terms in a restricted glossary.
|
2271
|
+
# @return [Array<String>]
|
2272
|
+
#
|
2212
2273
|
# @!attribute [rw] id
|
2213
2274
|
# The unique identifier of the created asset.
|
2214
2275
|
# @return [String]
|
@@ -2263,6 +2324,7 @@ module Aws::DataZone
|
|
2263
2324
|
:first_revision_created_by,
|
2264
2325
|
:forms_output,
|
2265
2326
|
:glossary_terms,
|
2327
|
+
:governed_glossary_terms,
|
2266
2328
|
:id,
|
2267
2329
|
:latest_time_series_data_point_forms_output,
|
2268
2330
|
:listing,
|
@@ -2376,6 +2438,10 @@ module Aws::DataZone
|
|
2376
2438
|
# revision.
|
2377
2439
|
# @return [Array<String>]
|
2378
2440
|
#
|
2441
|
+
# @!attribute [rw] governed_glossary_terms
|
2442
|
+
# The glossary terms in a restricted glossary.
|
2443
|
+
# @return [Array<String>]
|
2444
|
+
#
|
2379
2445
|
# @!attribute [rw] id
|
2380
2446
|
# The unique identifier of the asset revision.
|
2381
2447
|
# @return [String]
|
@@ -2431,6 +2497,7 @@ module Aws::DataZone
|
|
2431
2497
|
:first_revision_created_by,
|
2432
2498
|
:forms_output,
|
2433
2499
|
:glossary_terms,
|
2500
|
+
:governed_glossary_terms,
|
2434
2501
|
:id,
|
2435
2502
|
:latest_time_series_data_point_forms_output,
|
2436
2503
|
:listing,
|
@@ -3910,6 +3977,10 @@ module Aws::DataZone
|
|
3910
3977
|
# The status of this business glossary.
|
3911
3978
|
# @return [String]
|
3912
3979
|
#
|
3980
|
+
# @!attribute [rw] usage_restrictions
|
3981
|
+
# The usage restriction of the restricted glossary.
|
3982
|
+
# @return [Array<String>]
|
3983
|
+
#
|
3913
3984
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateGlossaryInput AWS API Documentation
|
3914
3985
|
#
|
3915
3986
|
class CreateGlossaryInput < Struct.new(
|
@@ -3918,7 +3989,8 @@ module Aws::DataZone
|
|
3918
3989
|
:domain_identifier,
|
3919
3990
|
:name,
|
3920
3991
|
:owning_project_identifier,
|
3921
|
-
:status
|
3992
|
+
:status,
|
3993
|
+
:usage_restrictions)
|
3922
3994
|
SENSITIVE = [:description, :name]
|
3923
3995
|
include Aws::Structure
|
3924
3996
|
end
|
@@ -3948,6 +4020,10 @@ module Aws::DataZone
|
|
3948
4020
|
# The status of this business glossary.
|
3949
4021
|
# @return [String]
|
3950
4022
|
#
|
4023
|
+
# @!attribute [rw] usage_restrictions
|
4024
|
+
# The usage restriction of the restricted glossary.
|
4025
|
+
# @return [Array<String>]
|
4026
|
+
#
|
3951
4027
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateGlossaryOutput AWS API Documentation
|
3952
4028
|
#
|
3953
4029
|
class CreateGlossaryOutput < Struct.new(
|
@@ -3956,7 +4032,8 @@ module Aws::DataZone
|
|
3956
4032
|
:id,
|
3957
4033
|
:name,
|
3958
4034
|
:owning_project_id,
|
3959
|
-
:status
|
4035
|
+
:status,
|
4036
|
+
:usage_restrictions)
|
3960
4037
|
SENSITIVE = [:description, :name]
|
3961
4038
|
include Aws::Structure
|
3962
4039
|
end
|
@@ -4060,6 +4137,10 @@ module Aws::DataZone
|
|
4060
4137
|
# The term relations of this business glossary term.
|
4061
4138
|
# @return [Types::TermRelations]
|
4062
4139
|
#
|
4140
|
+
# @!attribute [rw] usage_restrictions
|
4141
|
+
# The usage restriction of the restricted glossary.
|
4142
|
+
# @return [Array<String>]
|
4143
|
+
#
|
4063
4144
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateGlossaryTermOutput AWS API Documentation
|
4064
4145
|
#
|
4065
4146
|
class CreateGlossaryTermOutput < Struct.new(
|
@@ -4070,7 +4151,8 @@ module Aws::DataZone
|
|
4070
4151
|
:name,
|
4071
4152
|
:short_description,
|
4072
4153
|
:status,
|
4073
|
-
:term_relations
|
4154
|
+
:term_relations,
|
4155
|
+
:usage_restrictions)
|
4074
4156
|
SENSITIVE = [:long_description, :name, :short_description]
|
4075
4157
|
include Aws::Structure
|
4076
4158
|
end
|
@@ -6606,6 +6688,41 @@ module Aws::DataZone
|
|
6606
6688
|
#
|
6607
6689
|
class DisassociateEnvironmentRoleOutput < Aws::EmptyStructure; end
|
6608
6690
|
|
6691
|
+
# @!attribute [rw] domain_identifier
|
6692
|
+
# The ID of the domain where you want to disassociate restricted terms
|
6693
|
+
# from an asset.
|
6694
|
+
# @return [String]
|
6695
|
+
#
|
6696
|
+
# @!attribute [rw] entity_identifier
|
6697
|
+
# The ID of an asset from which you want to disassociate restricted
|
6698
|
+
# terms.
|
6699
|
+
# @return [String]
|
6700
|
+
#
|
6701
|
+
# @!attribute [rw] entity_type
|
6702
|
+
# The type of the asset from which you want to disassociate restricted
|
6703
|
+
# terms.
|
6704
|
+
# @return [String]
|
6705
|
+
#
|
6706
|
+
# @!attribute [rw] governed_glossary_terms
|
6707
|
+
# The restricted glossary terms that you want to disassociate from an
|
6708
|
+
# asset.
|
6709
|
+
# @return [Array<String>]
|
6710
|
+
#
|
6711
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DisassociateGovernedTermsInput AWS API Documentation
|
6712
|
+
#
|
6713
|
+
class DisassociateGovernedTermsInput < Struct.new(
|
6714
|
+
:domain_identifier,
|
6715
|
+
:entity_identifier,
|
6716
|
+
:entity_type,
|
6717
|
+
:governed_glossary_terms)
|
6718
|
+
SENSITIVE = []
|
6719
|
+
include Aws::Structure
|
6720
|
+
end
|
6721
|
+
|
6722
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DisassociateGovernedTermsOutput AWS API Documentation
|
6723
|
+
#
|
6724
|
+
class DisassociateGovernedTermsOutput < Aws::EmptyStructure; end
|
6725
|
+
|
6609
6726
|
# A summary of a Amazon DataZone domain.
|
6610
6727
|
#
|
6611
6728
|
# @!attribute [rw] arn
|
@@ -7883,6 +8000,10 @@ module Aws::DataZone
|
|
7883
8000
|
# The business glossary terms attached to the asset.
|
7884
8001
|
# @return [Array<String>]
|
7885
8002
|
#
|
8003
|
+
# @!attribute [rw] governed_glossary_terms
|
8004
|
+
# The restricted glossary terms attached to an asset.
|
8005
|
+
# @return [Array<String>]
|
8006
|
+
#
|
7886
8007
|
# @!attribute [rw] id
|
7887
8008
|
# The ID of the asset.
|
7888
8009
|
# @return [String]
|
@@ -7932,6 +8053,7 @@ module Aws::DataZone
|
|
7932
8053
|
:first_revision_created_by,
|
7933
8054
|
:forms_output,
|
7934
8055
|
:glossary_terms,
|
8056
|
+
:governed_glossary_terms,
|
7935
8057
|
:id,
|
7936
8058
|
:latest_time_series_data_point_forms_output,
|
7937
8059
|
:listing,
|
@@ -9273,6 +9395,10 @@ module Aws::DataZone
|
|
9273
9395
|
# The Amazon DataZone user who updated the business glossary.
|
9274
9396
|
# @return [String]
|
9275
9397
|
#
|
9398
|
+
# @!attribute [rw] usage_restrictions
|
9399
|
+
# The usage restriction of the restricted glossary.
|
9400
|
+
# @return [Array<String>]
|
9401
|
+
#
|
9276
9402
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetGlossaryOutput AWS API Documentation
|
9277
9403
|
#
|
9278
9404
|
class GetGlossaryOutput < Struct.new(
|
@@ -9285,7 +9411,8 @@ module Aws::DataZone
|
|
9285
9411
|
:owning_project_id,
|
9286
9412
|
:status,
|
9287
9413
|
:updated_at,
|
9288
|
-
:updated_by
|
9414
|
+
:updated_by,
|
9415
|
+
:usage_restrictions)
|
9289
9416
|
SENSITIVE = [:description, :name]
|
9290
9417
|
include Aws::Structure
|
9291
9418
|
end
|
@@ -9357,6 +9484,10 @@ module Aws::DataZone
|
|
9357
9484
|
# The Amazon DataZone user who updated the business glossary term.
|
9358
9485
|
# @return [String]
|
9359
9486
|
#
|
9487
|
+
# @!attribute [rw] usage_restrictions
|
9488
|
+
# The usage restriction of a term within a restricted glossary.
|
9489
|
+
# @return [Array<String>]
|
9490
|
+
#
|
9360
9491
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetGlossaryTermOutput AWS API Documentation
|
9361
9492
|
#
|
9362
9493
|
class GetGlossaryTermOutput < Struct.new(
|
@@ -9371,7 +9502,8 @@ module Aws::DataZone
|
|
9371
9502
|
:status,
|
9372
9503
|
:term_relations,
|
9373
9504
|
:updated_at,
|
9374
|
-
:updated_by
|
9505
|
+
:updated_by,
|
9506
|
+
:usage_restrictions)
|
9375
9507
|
SENSITIVE = [:long_description, :name, :short_description]
|
9376
9508
|
include Aws::Structure
|
9377
9509
|
end
|
@@ -10666,6 +10798,10 @@ module Aws::DataZone
|
|
10666
10798
|
# The Amazon DataZone user who updated the business glossary.
|
10667
10799
|
# @return [String]
|
10668
10800
|
#
|
10801
|
+
# @!attribute [rw] usage_restrictions
|
10802
|
+
# The usage restrictions associated with a goverened glossary term.
|
10803
|
+
# @return [Array<String>]
|
10804
|
+
#
|
10669
10805
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GlossaryItem AWS API Documentation
|
10670
10806
|
#
|
10671
10807
|
class GlossaryItem < Struct.new(
|
@@ -10679,7 +10815,8 @@ module Aws::DataZone
|
|
10679
10815
|
:owning_project_id,
|
10680
10816
|
:status,
|
10681
10817
|
:updated_at,
|
10682
|
-
:updated_by
|
10818
|
+
:updated_by,
|
10819
|
+
:usage_restrictions)
|
10683
10820
|
SENSITIVE = [:description, :name]
|
10684
10821
|
include Aws::Structure
|
10685
10822
|
end
|
@@ -10753,6 +10890,10 @@ module Aws::DataZone
|
|
10753
10890
|
# The Amazon DataZone user who updated the business glossary term.
|
10754
10891
|
# @return [String]
|
10755
10892
|
#
|
10893
|
+
# @!attribute [rw] usage_restrictions
|
10894
|
+
# The usage restrictions associated with a goverened glossary term.
|
10895
|
+
# @return [Array<String>]
|
10896
|
+
#
|
10756
10897
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GlossaryTermItem AWS API Documentation
|
10757
10898
|
#
|
10758
10899
|
class GlossaryTermItem < Struct.new(
|
@@ -10768,7 +10909,8 @@ module Aws::DataZone
|
|
10768
10909
|
:status,
|
10769
10910
|
:term_relations,
|
10770
10911
|
:updated_at,
|
10771
|
-
:updated_by
|
10912
|
+
:updated_by,
|
10913
|
+
:usage_restrictions)
|
10772
10914
|
SENSITIVE = [:long_description, :name, :short_description]
|
10773
10915
|
include Aws::Structure
|
10774
10916
|
end
|
@@ -15241,6 +15383,10 @@ module Aws::DataZone
|
|
15241
15383
|
# The details of the policy grant member.
|
15242
15384
|
# @return [Types::PolicyGrantDetail]
|
15243
15385
|
#
|
15386
|
+
# @!attribute [rw] grant_id
|
15387
|
+
# The ID of the policy grant.
|
15388
|
+
# @return [String]
|
15389
|
+
#
|
15244
15390
|
# @!attribute [rw] principal
|
15245
15391
|
# The principal of the policy grant member.
|
15246
15392
|
# @return [Types::PolicyGrantPrincipal]
|
@@ -15251,6 +15397,7 @@ module Aws::DataZone
|
|
15251
15397
|
:created_at,
|
15252
15398
|
:created_by,
|
15253
15399
|
:detail,
|
15400
|
+
:grant_id,
|
15254
15401
|
:principal)
|
15255
15402
|
SENSITIVE = []
|
15256
15403
|
include Aws::Structure
|
@@ -16538,6 +16685,11 @@ module Aws::DataZone
|
|
16538
16685
|
# The type of the entity from which you want to remove a policy grant.
|
16539
16686
|
# @return [String]
|
16540
16687
|
#
|
16688
|
+
# @!attribute [rw] grant_identifier
|
16689
|
+
# The ID of the policy grant that is to be removed from a specified
|
16690
|
+
# entity.
|
16691
|
+
# @return [String]
|
16692
|
+
#
|
16541
16693
|
# @!attribute [rw] policy_type
|
16542
16694
|
# The type of the policy that you want to remove.
|
16543
16695
|
# @return [String]
|
@@ -16553,6 +16705,7 @@ module Aws::DataZone
|
|
16553
16705
|
:domain_identifier,
|
16554
16706
|
:entity_identifier,
|
16555
16707
|
:entity_type,
|
16708
|
+
:grant_identifier,
|
16556
16709
|
:policy_type,
|
16557
16710
|
:principal)
|
16558
16711
|
SENSITIVE = []
|
@@ -20247,6 +20400,10 @@ module Aws::DataZone
|
|
20247
20400
|
# The status to be updated as part of the `UpdateGlossary` action.
|
20248
20401
|
# @return [String]
|
20249
20402
|
#
|
20403
|
+
# @!attribute [rw] usage_restrictions
|
20404
|
+
# The usage restriction of the restricted glossary.
|
20405
|
+
# @return [Array<String>]
|
20406
|
+
#
|
20250
20407
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateGlossaryOutput AWS API Documentation
|
20251
20408
|
#
|
20252
20409
|
class UpdateGlossaryOutput < Struct.new(
|
@@ -20255,7 +20412,8 @@ module Aws::DataZone
|
|
20255
20412
|
:id,
|
20256
20413
|
:name,
|
20257
20414
|
:owning_project_id,
|
20258
|
-
:status
|
20415
|
+
:status,
|
20416
|
+
:usage_restrictions)
|
20259
20417
|
SENSITIVE = [:description, :name]
|
20260
20418
|
include Aws::Structure
|
20261
20419
|
end
|
@@ -20349,6 +20507,10 @@ module Aws::DataZone
|
|
20349
20507
|
# action.
|
20350
20508
|
# @return [Types::TermRelations]
|
20351
20509
|
#
|
20510
|
+
# @!attribute [rw] usage_restrictions
|
20511
|
+
# The usage restriction of a term within a restricted glossary.
|
20512
|
+
# @return [Array<String>]
|
20513
|
+
#
|
20352
20514
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateGlossaryTermOutput AWS API Documentation
|
20353
20515
|
#
|
20354
20516
|
class UpdateGlossaryTermOutput < Struct.new(
|
@@ -20359,7 +20521,8 @@ module Aws::DataZone
|
|
20359
20521
|
:name,
|
20360
20522
|
:short_description,
|
20361
20523
|
:status,
|
20362
|
-
:term_relations
|
20524
|
+
:term_relations,
|
20525
|
+
:usage_restrictions)
|
20363
20526
|
SENSITIVE = [:long_description, :name, :short_description]
|
20364
20527
|
include Aws::Structure
|
20365
20528
|
end
|
data/lib/aws-sdk-datazone.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -157,6 +157,7 @@ module Aws
|
|
157
157
|
|
158
158
|
interface _AddPolicyGrantResponseSuccess
|
159
159
|
include ::Seahorse::Client::_ResponseSuccess[Types::AddPolicyGrantOutput]
|
160
|
+
def grant_id: () -> ::String
|
160
161
|
end
|
161
162
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#add_policy_grant-instance_method
|
162
163
|
def add_policy_grant: (
|
@@ -249,6 +250,18 @@ module Aws
|
|
249
250
|
) -> _AssociateEnvironmentRoleResponseSuccess
|
250
251
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateEnvironmentRoleResponseSuccess
|
251
252
|
|
253
|
+
interface _AssociateGovernedTermsResponseSuccess
|
254
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssociateGovernedTermsOutput]
|
255
|
+
end
|
256
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#associate_governed_terms-instance_method
|
257
|
+
def associate_governed_terms: (
|
258
|
+
domain_identifier: ::String,
|
259
|
+
entity_identifier: ::String,
|
260
|
+
entity_type: ("ASSET"),
|
261
|
+
governed_glossary_terms: Array[::String]
|
262
|
+
) -> _AssociateGovernedTermsResponseSuccess
|
263
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateGovernedTermsResponseSuccess
|
264
|
+
|
252
265
|
interface _CancelMetadataGenerationRunResponseSuccess
|
253
266
|
include ::Seahorse::Client::_ResponseSuccess[Types::CancelMetadataGenerationRunOutput]
|
254
267
|
end
|
@@ -327,6 +340,7 @@ module Aws
|
|
327
340
|
def first_revision_created_by: () -> ::String
|
328
341
|
def forms_output: () -> ::Array[Types::FormOutput]
|
329
342
|
def glossary_terms: () -> ::Array[::String]
|
343
|
+
def governed_glossary_terms: () -> ::Array[::String]
|
330
344
|
def id: () -> ::String
|
331
345
|
def latest_time_series_data_point_forms_output: () -> ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
|
332
346
|
def listing: () -> Types::AssetListingDetails
|
@@ -464,6 +478,7 @@ module Aws
|
|
464
478
|
def first_revision_created_by: () -> ::String
|
465
479
|
def forms_output: () -> ::Array[Types::FormOutput]
|
466
480
|
def glossary_terms: () -> ::Array[::String]
|
481
|
+
def governed_glossary_terms: () -> ::Array[::String]
|
467
482
|
def id: () -> ::String
|
468
483
|
def latest_time_series_data_point_forms_output: () -> ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
|
469
484
|
def listing: () -> Types::AssetListingDetails
|
@@ -1045,6 +1060,7 @@ module Aws
|
|
1045
1060
|
def name: () -> ::String
|
1046
1061
|
def owning_project_id: () -> ::String
|
1047
1062
|
def status: () -> ("DISABLED" | "ENABLED")
|
1063
|
+
def usage_restrictions: () -> ::Array[("ASSET_GOVERNED_TERMS")]
|
1048
1064
|
end
|
1049
1065
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_glossary-instance_method
|
1050
1066
|
def create_glossary: (
|
@@ -1053,7 +1069,8 @@ module Aws
|
|
1053
1069
|
domain_identifier: ::String,
|
1054
1070
|
name: ::String,
|
1055
1071
|
owning_project_identifier: ::String,
|
1056
|
-
?status: ("DISABLED" | "ENABLED")
|
1072
|
+
?status: ("DISABLED" | "ENABLED"),
|
1073
|
+
?usage_restrictions: Array[("ASSET_GOVERNED_TERMS")]
|
1057
1074
|
) -> _CreateGlossaryResponseSuccess
|
1058
1075
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGlossaryResponseSuccess
|
1059
1076
|
|
@@ -1067,6 +1084,7 @@ module Aws
|
|
1067
1084
|
def short_description: () -> ::String
|
1068
1085
|
def status: () -> ("ENABLED" | "DISABLED")
|
1069
1086
|
def term_relations: () -> Types::TermRelations
|
1087
|
+
def usage_restrictions: () -> ::Array[("ASSET_GOVERNED_TERMS")]
|
1070
1088
|
end
|
1071
1089
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_glossary_term-instance_method
|
1072
1090
|
def create_glossary_term: (
|
@@ -1130,7 +1148,7 @@ module Aws
|
|
1130
1148
|
def last_updated_at: () -> ::Time
|
1131
1149
|
def name: () -> ::String
|
1132
1150
|
def project_profile_id: () -> ::String
|
1133
|
-
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
|
1151
|
+
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
|
1134
1152
|
def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
|
1135
1153
|
end
|
1136
1154
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_project-instance_method
|
@@ -1713,6 +1731,18 @@ module Aws
|
|
1713
1731
|
) -> _DisassociateEnvironmentRoleResponseSuccess
|
1714
1732
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateEnvironmentRoleResponseSuccess
|
1715
1733
|
|
1734
|
+
interface _DisassociateGovernedTermsResponseSuccess
|
1735
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateGovernedTermsOutput]
|
1736
|
+
end
|
1737
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#disassociate_governed_terms-instance_method
|
1738
|
+
def disassociate_governed_terms: (
|
1739
|
+
domain_identifier: ::String,
|
1740
|
+
entity_identifier: ::String,
|
1741
|
+
entity_type: ("ASSET"),
|
1742
|
+
governed_glossary_terms: Array[::String]
|
1743
|
+
) -> _DisassociateGovernedTermsResponseSuccess
|
1744
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateGovernedTermsResponseSuccess
|
1745
|
+
|
1716
1746
|
interface _GetAccountPoolResponseSuccess
|
1717
1747
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetAccountPoolOutput]
|
1718
1748
|
def account_source: () -> Types::AccountSource
|
@@ -1745,6 +1775,7 @@ module Aws
|
|
1745
1775
|
def first_revision_created_by: () -> ::String
|
1746
1776
|
def forms_output: () -> ::Array[Types::FormOutput]
|
1747
1777
|
def glossary_terms: () -> ::Array[::String]
|
1778
|
+
def governed_glossary_terms: () -> ::Array[::String]
|
1748
1779
|
def id: () -> ::String
|
1749
1780
|
def latest_time_series_data_point_forms_output: () -> ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
|
1750
1781
|
def listing: () -> Types::AssetListingDetails
|
@@ -2117,6 +2148,7 @@ module Aws
|
|
2117
2148
|
def status: () -> ("DISABLED" | "ENABLED")
|
2118
2149
|
def updated_at: () -> ::Time
|
2119
2150
|
def updated_by: () -> ::String
|
2151
|
+
def usage_restrictions: () -> ::Array[("ASSET_GOVERNED_TERMS")]
|
2120
2152
|
end
|
2121
2153
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_glossary-instance_method
|
2122
2154
|
def get_glossary: (
|
@@ -2139,6 +2171,7 @@ module Aws
|
|
2139
2171
|
def term_relations: () -> Types::TermRelations
|
2140
2172
|
def updated_at: () -> ::Time
|
2141
2173
|
def updated_by: () -> ::String
|
2174
|
+
def usage_restrictions: () -> ::Array[("ASSET_GOVERNED_TERMS")]
|
2142
2175
|
end
|
2143
2176
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_glossary_term-instance_method
|
2144
2177
|
def get_glossary_term: (
|
@@ -2290,7 +2323,7 @@ module Aws
|
|
2290
2323
|
def last_updated_at: () -> ::Time
|
2291
2324
|
def name: () -> ::String
|
2292
2325
|
def project_profile_id: () -> ::String
|
2293
|
-
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
|
2326
|
+
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
|
2294
2327
|
def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
|
2295
2328
|
end
|
2296
2329
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_project-instance_method
|
@@ -3157,6 +3190,7 @@ module Aws
|
|
3157
3190
|
domain_identifier: ::String,
|
3158
3191
|
entity_identifier: ::String,
|
3159
3192
|
entity_type: ("DOMAIN_UNIT" | "ENVIRONMENT_BLUEPRINT_CONFIGURATION" | "ENVIRONMENT_PROFILE" | "ASSET_TYPE"),
|
3193
|
+
?grant_identifier: ::String,
|
3160
3194
|
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"),
|
3161
3195
|
principal: {
|
3162
3196
|
domain_unit: {
|
@@ -3894,6 +3928,7 @@ module Aws
|
|
3894
3928
|
def name: () -> ::String
|
3895
3929
|
def owning_project_id: () -> ::String
|
3896
3930
|
def status: () -> ("DISABLED" | "ENABLED")
|
3931
|
+
def usage_restrictions: () -> ::Array[("ASSET_GOVERNED_TERMS")]
|
3897
3932
|
end
|
3898
3933
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_glossary-instance_method
|
3899
3934
|
def update_glossary: (
|
@@ -3916,6 +3951,7 @@ module Aws
|
|
3916
3951
|
def short_description: () -> ::String
|
3917
3952
|
def status: () -> ("ENABLED" | "DISABLED")
|
3918
3953
|
def term_relations: () -> Types::TermRelations
|
3954
|
+
def usage_restrictions: () -> ::Array[("ASSET_GOVERNED_TERMS")]
|
3919
3955
|
end
|
3920
3956
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_glossary_term-instance_method
|
3921
3957
|
def update_glossary_term: (
|
@@ -3962,7 +3998,7 @@ module Aws
|
|
3962
3998
|
def last_updated_at: () -> ::Time
|
3963
3999
|
def name: () -> ::String
|
3964
4000
|
def project_profile_id: () -> ::String
|
3965
|
-
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
|
4001
|
+
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
|
3966
4002
|
def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
|
3967
4003
|
end
|
3968
4004
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_project-instance_method
|