aws-sdk-datazone 1.58.0 → 1.59.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 +181 -1
- data/lib/aws-sdk-datazone/client_api.rb +66 -3
- data/lib/aws-sdk-datazone/types.rb +227 -18
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +38 -0
- data/sig/types.rbs +67 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ab7510875a8d7a231b8c8ccb567ccaa0fd3a5c8570a76f32601bc256749888e
|
|
4
|
+
data.tar.gz: 62121cc040b6bb0a50d5037dfe170e452e22558cb36522461de95b99a6e18405
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20bf4dfb7d9a5de1426d0e9fa5971196915f394382f789a506ebdf22a0f9853d58bac46c7328e51ed889d3d7951190ac994c3152329d6c8924a2d600e002a0c2
|
|
7
|
+
data.tar.gz: 4238d3b4c4f2d38c75a29d13b3f225077bebbcc0a7db3758816340435eaaa968a2184c497befa791c4d0af361c7fc6e6614ee5e68d76d6519782c1862b376c93
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.59.0 (2025-11-14)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds support for granting read and write access to Amazon S3 general purpose buckets using CreateSubscriptionRequest and AcceptSubscriptionRequest APIs. Also adds search filters for SSOUser and SSOGroup to ListSubscriptions APIs and deprecates "sortBy" parameter for ListSubscriptions APIs.
|
|
8
|
+
|
|
4
9
|
1.58.0 (2025-11-10)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.59.0
|
|
@@ -547,6 +547,9 @@ module Aws::DataZone
|
|
|
547
547
|
|
|
548
548
|
# Accepts a subscription request to a specific asset.
|
|
549
549
|
#
|
|
550
|
+
# @option params [Array<Types::AssetPermission>] :asset_permissions
|
|
551
|
+
# The asset permissions of the accept subscription request.
|
|
552
|
+
#
|
|
550
553
|
# @option params [Array<Types::AcceptedAssetScope>] :asset_scopes
|
|
551
554
|
# The asset scopes of the accept subscription request.
|
|
552
555
|
#
|
|
@@ -582,6 +585,14 @@ module Aws::DataZone
|
|
|
582
585
|
# @example Request syntax with placeholder values
|
|
583
586
|
#
|
|
584
587
|
# resp = client.accept_subscription_request({
|
|
588
|
+
# asset_permissions: [
|
|
589
|
+
# {
|
|
590
|
+
# asset_id: "AssetId", # required
|
|
591
|
+
# permissions: { # required
|
|
592
|
+
# s3: ["READ"], # accepts READ, WRITE
|
|
593
|
+
# },
|
|
594
|
+
# },
|
|
595
|
+
# ],
|
|
585
596
|
# asset_scopes: [
|
|
586
597
|
# {
|
|
587
598
|
# asset_id: "AssetId", # required
|
|
@@ -624,6 +635,8 @@ module Aws::DataZone
|
|
|
624
635
|
# resp.subscribed_listings[0].item.asset_listing.glossary_terms #=> Array
|
|
625
636
|
# resp.subscribed_listings[0].item.asset_listing.glossary_terms[0].name #=> String
|
|
626
637
|
# resp.subscribed_listings[0].item.asset_listing.glossary_terms[0].short_description #=> String
|
|
638
|
+
# resp.subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
|
|
639
|
+
# resp.subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
|
|
627
640
|
# resp.subscribed_listings[0].item.product_listing.asset_listings #=> Array
|
|
628
641
|
# resp.subscribed_listings[0].item.product_listing.asset_listings[0].entity_id #=> String
|
|
629
642
|
# resp.subscribed_listings[0].item.product_listing.asset_listings[0].entity_revision #=> String
|
|
@@ -640,8 +653,16 @@ module Aws::DataZone
|
|
|
640
653
|
# resp.subscribed_listings[0].owner_project_name #=> String
|
|
641
654
|
# resp.subscribed_listings[0].revision #=> String
|
|
642
655
|
# resp.subscribed_principals #=> Array
|
|
656
|
+
# resp.subscribed_principals[0].group.id #=> String
|
|
657
|
+
# resp.subscribed_principals[0].group.name #=> String
|
|
643
658
|
# resp.subscribed_principals[0].project.id #=> String
|
|
644
659
|
# resp.subscribed_principals[0].project.name #=> String
|
|
660
|
+
# resp.subscribed_principals[0].user.details.iam.arn #=> String
|
|
661
|
+
# resp.subscribed_principals[0].user.details.iam.principal_id #=> String
|
|
662
|
+
# resp.subscribed_principals[0].user.details.sso.first_name #=> String
|
|
663
|
+
# resp.subscribed_principals[0].user.details.sso.last_name #=> String
|
|
664
|
+
# resp.subscribed_principals[0].user.details.sso.username #=> String
|
|
665
|
+
# resp.subscribed_principals[0].user.id #=> String
|
|
645
666
|
# resp.updated_at #=> Time
|
|
646
667
|
# resp.updated_by #=> String
|
|
647
668
|
#
|
|
@@ -985,6 +1006,8 @@ module Aws::DataZone
|
|
|
985
1006
|
# resp.subscribed_listing.item.asset_listing.glossary_terms #=> Array
|
|
986
1007
|
# resp.subscribed_listing.item.asset_listing.glossary_terms[0].name #=> String
|
|
987
1008
|
# resp.subscribed_listing.item.asset_listing.glossary_terms[0].short_description #=> String
|
|
1009
|
+
# resp.subscribed_listing.item.asset_listing.permissions.s3 #=> Array
|
|
1010
|
+
# resp.subscribed_listing.item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
|
|
988
1011
|
# resp.subscribed_listing.item.product_listing.asset_listings #=> Array
|
|
989
1012
|
# resp.subscribed_listing.item.product_listing.asset_listings[0].entity_id #=> String
|
|
990
1013
|
# resp.subscribed_listing.item.product_listing.asset_listings[0].entity_revision #=> String
|
|
@@ -1000,8 +1023,16 @@ module Aws::DataZone
|
|
|
1000
1023
|
# resp.subscribed_listing.owner_project_id #=> String
|
|
1001
1024
|
# resp.subscribed_listing.owner_project_name #=> String
|
|
1002
1025
|
# resp.subscribed_listing.revision #=> String
|
|
1026
|
+
# resp.subscribed_principal.group.id #=> String
|
|
1027
|
+
# resp.subscribed_principal.group.name #=> String
|
|
1003
1028
|
# resp.subscribed_principal.project.id #=> String
|
|
1004
1029
|
# resp.subscribed_principal.project.name #=> String
|
|
1030
|
+
# resp.subscribed_principal.user.details.iam.arn #=> String
|
|
1031
|
+
# resp.subscribed_principal.user.details.iam.principal_id #=> String
|
|
1032
|
+
# resp.subscribed_principal.user.details.sso.first_name #=> String
|
|
1033
|
+
# resp.subscribed_principal.user.details.sso.last_name #=> String
|
|
1034
|
+
# resp.subscribed_principal.user.details.sso.username #=> String
|
|
1035
|
+
# resp.subscribed_principal.user.id #=> String
|
|
1005
1036
|
# resp.subscription_request_id #=> String
|
|
1006
1037
|
# resp.updated_at #=> Time
|
|
1007
1038
|
# resp.updated_by #=> String
|
|
@@ -3932,6 +3963,7 @@ module Aws::DataZone
|
|
|
3932
3963
|
# * {Types::CreateSubscriptionGrantOutput#created_at #created_at} => Time
|
|
3933
3964
|
# * {Types::CreateSubscriptionGrantOutput#created_by #created_by} => String
|
|
3934
3965
|
# * {Types::CreateSubscriptionGrantOutput#domain_id #domain_id} => String
|
|
3966
|
+
# * {Types::CreateSubscriptionGrantOutput#environment_id #environment_id} => String
|
|
3935
3967
|
# * {Types::CreateSubscriptionGrantOutput#granted_entity #granted_entity} => Types::GrantedEntity
|
|
3936
3968
|
# * {Types::CreateSubscriptionGrantOutput#id #id} => String
|
|
3937
3969
|
# * {Types::CreateSubscriptionGrantOutput#status #status} => String
|
|
@@ -3974,11 +4006,14 @@ module Aws::DataZone
|
|
|
3974
4006
|
# resp.assets[0].failure_cause.message #=> String
|
|
3975
4007
|
# resp.assets[0].failure_timestamp #=> Time
|
|
3976
4008
|
# resp.assets[0].granted_timestamp #=> Time
|
|
4009
|
+
# resp.assets[0].permissions.s3 #=> Array
|
|
4010
|
+
# resp.assets[0].permissions.s3[0] #=> String, one of "READ", "WRITE"
|
|
3977
4011
|
# resp.assets[0].status #=> String, one of "GRANT_PENDING", "REVOKE_PENDING", "GRANT_IN_PROGRESS", "REVOKE_IN_PROGRESS", "GRANTED", "REVOKED", "GRANT_FAILED", "REVOKE_FAILED"
|
|
3978
4012
|
# resp.assets[0].target_name #=> String
|
|
3979
4013
|
# resp.created_at #=> Time
|
|
3980
4014
|
# resp.created_by #=> String
|
|
3981
4015
|
# resp.domain_id #=> String
|
|
4016
|
+
# resp.environment_id #=> String
|
|
3982
4017
|
# resp.granted_entity.listing.id #=> String
|
|
3983
4018
|
# resp.granted_entity.listing.revision #=> String
|
|
3984
4019
|
# resp.id #=> String
|
|
@@ -3999,6 +4034,12 @@ module Aws::DataZone
|
|
|
3999
4034
|
|
|
4000
4035
|
# Creates a subscription request in Amazon DataZone.
|
|
4001
4036
|
#
|
|
4037
|
+
# @option params [Array<Types::AssetPermission>] :asset_permissions
|
|
4038
|
+
# The asset permissions of the subscription request.
|
|
4039
|
+
#
|
|
4040
|
+
# @option params [Array<Types::AcceptedAssetScope>] :asset_scopes
|
|
4041
|
+
# The asset scopes of the subscription request.
|
|
4042
|
+
#
|
|
4002
4043
|
# @option params [String] :client_token
|
|
4003
4044
|
# A unique, case-sensitive identifier that is provided to ensure the
|
|
4004
4045
|
# idempotency of the request.
|
|
@@ -4043,6 +4084,20 @@ module Aws::DataZone
|
|
|
4043
4084
|
# @example Request syntax with placeholder values
|
|
4044
4085
|
#
|
|
4045
4086
|
# resp = client.create_subscription_request({
|
|
4087
|
+
# asset_permissions: [
|
|
4088
|
+
# {
|
|
4089
|
+
# asset_id: "AssetId", # required
|
|
4090
|
+
# permissions: { # required
|
|
4091
|
+
# s3: ["READ"], # accepts READ, WRITE
|
|
4092
|
+
# },
|
|
4093
|
+
# },
|
|
4094
|
+
# ],
|
|
4095
|
+
# asset_scopes: [
|
|
4096
|
+
# {
|
|
4097
|
+
# asset_id: "AssetId", # required
|
|
4098
|
+
# filter_ids: ["FilterId"], # required
|
|
4099
|
+
# },
|
|
4100
|
+
# ],
|
|
4046
4101
|
# client_token: "String",
|
|
4047
4102
|
# domain_identifier: "DomainId", # required
|
|
4048
4103
|
# metadata_forms: [
|
|
@@ -4061,9 +4116,15 @@ module Aws::DataZone
|
|
|
4061
4116
|
# ],
|
|
4062
4117
|
# subscribed_principals: [ # required
|
|
4063
4118
|
# {
|
|
4119
|
+
# group: {
|
|
4120
|
+
# identifier: "GroupProfileId",
|
|
4121
|
+
# },
|
|
4064
4122
|
# project: {
|
|
4065
4123
|
# identifier: "ProjectId",
|
|
4066
4124
|
# },
|
|
4125
|
+
# user: {
|
|
4126
|
+
# identifier: "UserProfileId",
|
|
4127
|
+
# },
|
|
4067
4128
|
# },
|
|
4068
4129
|
# ],
|
|
4069
4130
|
# })
|
|
@@ -4099,6 +4160,8 @@ module Aws::DataZone
|
|
|
4099
4160
|
# resp.subscribed_listings[0].item.asset_listing.glossary_terms #=> Array
|
|
4100
4161
|
# resp.subscribed_listings[0].item.asset_listing.glossary_terms[0].name #=> String
|
|
4101
4162
|
# resp.subscribed_listings[0].item.asset_listing.glossary_terms[0].short_description #=> String
|
|
4163
|
+
# resp.subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
|
|
4164
|
+
# resp.subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
|
|
4102
4165
|
# resp.subscribed_listings[0].item.product_listing.asset_listings #=> Array
|
|
4103
4166
|
# resp.subscribed_listings[0].item.product_listing.asset_listings[0].entity_id #=> String
|
|
4104
4167
|
# resp.subscribed_listings[0].item.product_listing.asset_listings[0].entity_revision #=> String
|
|
@@ -4115,8 +4178,16 @@ module Aws::DataZone
|
|
|
4115
4178
|
# resp.subscribed_listings[0].owner_project_name #=> String
|
|
4116
4179
|
# resp.subscribed_listings[0].revision #=> String
|
|
4117
4180
|
# resp.subscribed_principals #=> Array
|
|
4181
|
+
# resp.subscribed_principals[0].group.id #=> String
|
|
4182
|
+
# resp.subscribed_principals[0].group.name #=> String
|
|
4118
4183
|
# resp.subscribed_principals[0].project.id #=> String
|
|
4119
4184
|
# resp.subscribed_principals[0].project.name #=> String
|
|
4185
|
+
# resp.subscribed_principals[0].user.details.iam.arn #=> String
|
|
4186
|
+
# resp.subscribed_principals[0].user.details.iam.principal_id #=> String
|
|
4187
|
+
# resp.subscribed_principals[0].user.details.sso.first_name #=> String
|
|
4188
|
+
# resp.subscribed_principals[0].user.details.sso.last_name #=> String
|
|
4189
|
+
# resp.subscribed_principals[0].user.details.sso.username #=> String
|
|
4190
|
+
# resp.subscribed_principals[0].user.id #=> String
|
|
4120
4191
|
# resp.updated_at #=> Time
|
|
4121
4192
|
# resp.updated_by #=> String
|
|
4122
4193
|
#
|
|
@@ -5124,6 +5195,7 @@ module Aws::DataZone
|
|
|
5124
5195
|
# * {Types::DeleteSubscriptionGrantOutput#created_at #created_at} => Time
|
|
5125
5196
|
# * {Types::DeleteSubscriptionGrantOutput#created_by #created_by} => String
|
|
5126
5197
|
# * {Types::DeleteSubscriptionGrantOutput#domain_id #domain_id} => String
|
|
5198
|
+
# * {Types::DeleteSubscriptionGrantOutput#environment_id #environment_id} => String
|
|
5127
5199
|
# * {Types::DeleteSubscriptionGrantOutput#granted_entity #granted_entity} => Types::GrantedEntity
|
|
5128
5200
|
# * {Types::DeleteSubscriptionGrantOutput#id #id} => String
|
|
5129
5201
|
# * {Types::DeleteSubscriptionGrantOutput#status #status} => String
|
|
@@ -5152,11 +5224,14 @@ module Aws::DataZone
|
|
|
5152
5224
|
# resp.assets[0].failure_cause.message #=> String
|
|
5153
5225
|
# resp.assets[0].failure_timestamp #=> Time
|
|
5154
5226
|
# resp.assets[0].granted_timestamp #=> Time
|
|
5227
|
+
# resp.assets[0].permissions.s3 #=> Array
|
|
5228
|
+
# resp.assets[0].permissions.s3[0] #=> String, one of "READ", "WRITE"
|
|
5155
5229
|
# resp.assets[0].status #=> String, one of "GRANT_PENDING", "REVOKE_PENDING", "GRANT_IN_PROGRESS", "REVOKE_IN_PROGRESS", "GRANTED", "REVOKED", "GRANT_FAILED", "REVOKE_FAILED"
|
|
5156
5230
|
# resp.assets[0].target_name #=> String
|
|
5157
5231
|
# resp.created_at #=> Time
|
|
5158
5232
|
# resp.created_by #=> String
|
|
5159
5233
|
# resp.domain_id #=> String
|
|
5234
|
+
# resp.environment_id #=> String
|
|
5160
5235
|
# resp.granted_entity.listing.id #=> String
|
|
5161
5236
|
# resp.granted_entity.listing.revision #=> String
|
|
5162
5237
|
# resp.id #=> String
|
|
@@ -7508,6 +7583,8 @@ module Aws::DataZone
|
|
|
7508
7583
|
# resp.subscribed_listing.item.asset_listing.glossary_terms #=> Array
|
|
7509
7584
|
# resp.subscribed_listing.item.asset_listing.glossary_terms[0].name #=> String
|
|
7510
7585
|
# resp.subscribed_listing.item.asset_listing.glossary_terms[0].short_description #=> String
|
|
7586
|
+
# resp.subscribed_listing.item.asset_listing.permissions.s3 #=> Array
|
|
7587
|
+
# resp.subscribed_listing.item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
|
|
7511
7588
|
# resp.subscribed_listing.item.product_listing.asset_listings #=> Array
|
|
7512
7589
|
# resp.subscribed_listing.item.product_listing.asset_listings[0].entity_id #=> String
|
|
7513
7590
|
# resp.subscribed_listing.item.product_listing.asset_listings[0].entity_revision #=> String
|
|
@@ -7523,8 +7600,16 @@ module Aws::DataZone
|
|
|
7523
7600
|
# resp.subscribed_listing.owner_project_id #=> String
|
|
7524
7601
|
# resp.subscribed_listing.owner_project_name #=> String
|
|
7525
7602
|
# resp.subscribed_listing.revision #=> String
|
|
7603
|
+
# resp.subscribed_principal.group.id #=> String
|
|
7604
|
+
# resp.subscribed_principal.group.name #=> String
|
|
7526
7605
|
# resp.subscribed_principal.project.id #=> String
|
|
7527
7606
|
# resp.subscribed_principal.project.name #=> String
|
|
7607
|
+
# resp.subscribed_principal.user.details.iam.arn #=> String
|
|
7608
|
+
# resp.subscribed_principal.user.details.iam.principal_id #=> String
|
|
7609
|
+
# resp.subscribed_principal.user.details.sso.first_name #=> String
|
|
7610
|
+
# resp.subscribed_principal.user.details.sso.last_name #=> String
|
|
7611
|
+
# resp.subscribed_principal.user.details.sso.username #=> String
|
|
7612
|
+
# resp.subscribed_principal.user.id #=> String
|
|
7528
7613
|
# resp.subscription_request_id #=> String
|
|
7529
7614
|
# resp.updated_at #=> Time
|
|
7530
7615
|
# resp.updated_by #=> String
|
|
@@ -7553,6 +7638,7 @@ module Aws::DataZone
|
|
|
7553
7638
|
# * {Types::GetSubscriptionGrantOutput#created_at #created_at} => Time
|
|
7554
7639
|
# * {Types::GetSubscriptionGrantOutput#created_by #created_by} => String
|
|
7555
7640
|
# * {Types::GetSubscriptionGrantOutput#domain_id #domain_id} => String
|
|
7641
|
+
# * {Types::GetSubscriptionGrantOutput#environment_id #environment_id} => String
|
|
7556
7642
|
# * {Types::GetSubscriptionGrantOutput#granted_entity #granted_entity} => Types::GrantedEntity
|
|
7557
7643
|
# * {Types::GetSubscriptionGrantOutput#id #id} => String
|
|
7558
7644
|
# * {Types::GetSubscriptionGrantOutput#status #status} => String
|
|
@@ -7581,11 +7667,14 @@ module Aws::DataZone
|
|
|
7581
7667
|
# resp.assets[0].failure_cause.message #=> String
|
|
7582
7668
|
# resp.assets[0].failure_timestamp #=> Time
|
|
7583
7669
|
# resp.assets[0].granted_timestamp #=> Time
|
|
7670
|
+
# resp.assets[0].permissions.s3 #=> Array
|
|
7671
|
+
# resp.assets[0].permissions.s3[0] #=> String, one of "READ", "WRITE"
|
|
7584
7672
|
# resp.assets[0].status #=> String, one of "GRANT_PENDING", "REVOKE_PENDING", "GRANT_IN_PROGRESS", "REVOKE_IN_PROGRESS", "GRANTED", "REVOKED", "GRANT_FAILED", "REVOKE_FAILED"
|
|
7585
7673
|
# resp.assets[0].target_name #=> String
|
|
7586
7674
|
# resp.created_at #=> Time
|
|
7587
7675
|
# resp.created_by #=> String
|
|
7588
7676
|
# resp.domain_id #=> String
|
|
7677
|
+
# resp.environment_id #=> String
|
|
7589
7678
|
# resp.granted_entity.listing.id #=> String
|
|
7590
7679
|
# resp.granted_entity.listing.revision #=> String
|
|
7591
7680
|
# resp.id #=> String
|
|
@@ -7669,6 +7758,8 @@ module Aws::DataZone
|
|
|
7669
7758
|
# resp.subscribed_listings[0].item.asset_listing.glossary_terms #=> Array
|
|
7670
7759
|
# resp.subscribed_listings[0].item.asset_listing.glossary_terms[0].name #=> String
|
|
7671
7760
|
# resp.subscribed_listings[0].item.asset_listing.glossary_terms[0].short_description #=> String
|
|
7761
|
+
# resp.subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
|
|
7762
|
+
# resp.subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
|
|
7672
7763
|
# resp.subscribed_listings[0].item.product_listing.asset_listings #=> Array
|
|
7673
7764
|
# resp.subscribed_listings[0].item.product_listing.asset_listings[0].entity_id #=> String
|
|
7674
7765
|
# resp.subscribed_listings[0].item.product_listing.asset_listings[0].entity_revision #=> String
|
|
@@ -7685,8 +7776,16 @@ module Aws::DataZone
|
|
|
7685
7776
|
# resp.subscribed_listings[0].owner_project_name #=> String
|
|
7686
7777
|
# resp.subscribed_listings[0].revision #=> String
|
|
7687
7778
|
# resp.subscribed_principals #=> Array
|
|
7779
|
+
# resp.subscribed_principals[0].group.id #=> String
|
|
7780
|
+
# resp.subscribed_principals[0].group.name #=> String
|
|
7688
7781
|
# resp.subscribed_principals[0].project.id #=> String
|
|
7689
7782
|
# resp.subscribed_principals[0].project.name #=> String
|
|
7783
|
+
# resp.subscribed_principals[0].user.details.iam.arn #=> String
|
|
7784
|
+
# resp.subscribed_principals[0].user.details.iam.principal_id #=> String
|
|
7785
|
+
# resp.subscribed_principals[0].user.details.sso.first_name #=> String
|
|
7786
|
+
# resp.subscribed_principals[0].user.details.sso.last_name #=> String
|
|
7787
|
+
# resp.subscribed_principals[0].user.details.sso.username #=> String
|
|
7788
|
+
# resp.subscribed_principals[0].user.id #=> String
|
|
7690
7789
|
# resp.updated_at #=> Time
|
|
7691
7790
|
# resp.updated_by #=> String
|
|
7692
7791
|
#
|
|
@@ -10024,9 +10123,15 @@ module Aws::DataZone
|
|
|
10024
10123
|
# You can specify this `NextToken` value in a subsequent call to
|
|
10025
10124
|
# `ListSubscriptionGrants` to list the next set of subscription grants.
|
|
10026
10125
|
#
|
|
10126
|
+
# @option params [String] :owning_group_id
|
|
10127
|
+
# The ID of the owning group.
|
|
10128
|
+
#
|
|
10027
10129
|
# @option params [String] :owning_project_id
|
|
10028
10130
|
# The ID of the owning project of the subscription grants.
|
|
10029
10131
|
#
|
|
10132
|
+
# @option params [String] :owning_user_id
|
|
10133
|
+
# The ID of the owning user.
|
|
10134
|
+
#
|
|
10030
10135
|
# @option params [String] :sort_by
|
|
10031
10136
|
# Specifies the way of sorting the results of this action.
|
|
10032
10137
|
#
|
|
@@ -10056,7 +10161,9 @@ module Aws::DataZone
|
|
|
10056
10161
|
# environment_id: "EnvironmentId",
|
|
10057
10162
|
# max_results: 1,
|
|
10058
10163
|
# next_token: "PaginationToken",
|
|
10164
|
+
# owning_group_id: "GroupProfileId",
|
|
10059
10165
|
# owning_project_id: "ProjectId",
|
|
10166
|
+
# owning_user_id: "UserProfileId",
|
|
10060
10167
|
# sort_by: "CREATED_AT", # accepts CREATED_AT, UPDATED_AT
|
|
10061
10168
|
# sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
|
|
10062
10169
|
# subscribed_listing_id: "ListingId",
|
|
@@ -10078,11 +10185,14 @@ module Aws::DataZone
|
|
|
10078
10185
|
# resp.items[0].assets[0].failure_cause.message #=> String
|
|
10079
10186
|
# resp.items[0].assets[0].failure_timestamp #=> Time
|
|
10080
10187
|
# resp.items[0].assets[0].granted_timestamp #=> Time
|
|
10188
|
+
# resp.items[0].assets[0].permissions.s3 #=> Array
|
|
10189
|
+
# resp.items[0].assets[0].permissions.s3[0] #=> String, one of "READ", "WRITE"
|
|
10081
10190
|
# resp.items[0].assets[0].status #=> String, one of "GRANT_PENDING", "REVOKE_PENDING", "GRANT_IN_PROGRESS", "REVOKE_IN_PROGRESS", "GRANTED", "REVOKED", "GRANT_FAILED", "REVOKE_FAILED"
|
|
10082
10191
|
# resp.items[0].assets[0].target_name #=> String
|
|
10083
10192
|
# resp.items[0].created_at #=> Time
|
|
10084
10193
|
# resp.items[0].created_by #=> String
|
|
10085
10194
|
# resp.items[0].domain_id #=> String
|
|
10195
|
+
# resp.items[0].environment_id #=> String
|
|
10086
10196
|
# resp.items[0].granted_entity.listing.id #=> String
|
|
10087
10197
|
# resp.items[0].granted_entity.listing.revision #=> String
|
|
10088
10198
|
# resp.items[0].id #=> String
|
|
@@ -10127,9 +10237,15 @@ module Aws::DataZone
|
|
|
10127
10237
|
# `ListSubscriptionRequests` to list the next set of subscription
|
|
10128
10238
|
# requests.
|
|
10129
10239
|
#
|
|
10240
|
+
# @option params [String] :owning_group_id
|
|
10241
|
+
# The ID of the owning group.
|
|
10242
|
+
#
|
|
10130
10243
|
# @option params [String] :owning_project_id
|
|
10131
10244
|
# The identifier of the project for the subscription requests.
|
|
10132
10245
|
#
|
|
10246
|
+
# @option params [String] :owning_user_id
|
|
10247
|
+
# The ID of the owning user.
|
|
10248
|
+
#
|
|
10133
10249
|
# @option params [String] :sort_by
|
|
10134
10250
|
# Specifies the way to sort the results of this action.
|
|
10135
10251
|
#
|
|
@@ -10161,7 +10277,9 @@ module Aws::DataZone
|
|
|
10161
10277
|
# domain_identifier: "DomainId", # required
|
|
10162
10278
|
# max_results: 1,
|
|
10163
10279
|
# next_token: "PaginationToken",
|
|
10280
|
+
# owning_group_id: "GroupProfileId",
|
|
10164
10281
|
# owning_project_id: "ProjectId",
|
|
10282
|
+
# owning_user_id: "UserProfileId",
|
|
10165
10283
|
# sort_by: "CREATED_AT", # accepts CREATED_AT, UPDATED_AT
|
|
10166
10284
|
# sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
|
|
10167
10285
|
# status: "PENDING", # accepts PENDING, ACCEPTED, REJECTED
|
|
@@ -10199,6 +10317,8 @@ module Aws::DataZone
|
|
|
10199
10317
|
# resp.items[0].subscribed_listings[0].item.asset_listing.glossary_terms #=> Array
|
|
10200
10318
|
# resp.items[0].subscribed_listings[0].item.asset_listing.glossary_terms[0].name #=> String
|
|
10201
10319
|
# resp.items[0].subscribed_listings[0].item.asset_listing.glossary_terms[0].short_description #=> String
|
|
10320
|
+
# resp.items[0].subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
|
|
10321
|
+
# resp.items[0].subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
|
|
10202
10322
|
# resp.items[0].subscribed_listings[0].item.product_listing.asset_listings #=> Array
|
|
10203
10323
|
# resp.items[0].subscribed_listings[0].item.product_listing.asset_listings[0].entity_id #=> String
|
|
10204
10324
|
# resp.items[0].subscribed_listings[0].item.product_listing.asset_listings[0].entity_revision #=> String
|
|
@@ -10215,8 +10335,16 @@ module Aws::DataZone
|
|
|
10215
10335
|
# resp.items[0].subscribed_listings[0].owner_project_name #=> String
|
|
10216
10336
|
# resp.items[0].subscribed_listings[0].revision #=> String
|
|
10217
10337
|
# resp.items[0].subscribed_principals #=> Array
|
|
10338
|
+
# resp.items[0].subscribed_principals[0].group.id #=> String
|
|
10339
|
+
# resp.items[0].subscribed_principals[0].group.name #=> String
|
|
10218
10340
|
# resp.items[0].subscribed_principals[0].project.id #=> String
|
|
10219
10341
|
# resp.items[0].subscribed_principals[0].project.name #=> String
|
|
10342
|
+
# resp.items[0].subscribed_principals[0].user.details.iam.arn #=> String
|
|
10343
|
+
# resp.items[0].subscribed_principals[0].user.details.iam.principal_id #=> String
|
|
10344
|
+
# resp.items[0].subscribed_principals[0].user.details.sso.first_name #=> String
|
|
10345
|
+
# resp.items[0].subscribed_principals[0].user.details.sso.last_name #=> String
|
|
10346
|
+
# resp.items[0].subscribed_principals[0].user.details.sso.username #=> String
|
|
10347
|
+
# resp.items[0].subscribed_principals[0].user.id #=> String
|
|
10220
10348
|
# resp.items[0].updated_at #=> Time
|
|
10221
10349
|
# resp.items[0].updated_by #=> String
|
|
10222
10350
|
# resp.next_token #=> String
|
|
@@ -10338,9 +10466,15 @@ module Aws::DataZone
|
|
|
10338
10466
|
# specify this `NextToken` value in a subsequent call to
|
|
10339
10467
|
# `ListSubscriptions` to list the next set of subscriptions.
|
|
10340
10468
|
#
|
|
10469
|
+
# @option params [String] :owning_group_id
|
|
10470
|
+
# The ID of the owning group.
|
|
10471
|
+
#
|
|
10341
10472
|
# @option params [String] :owning_project_id
|
|
10342
10473
|
# The identifier of the owning project.
|
|
10343
10474
|
#
|
|
10475
|
+
# @option params [String] :owning_user_id
|
|
10476
|
+
# The ID of the owning user.
|
|
10477
|
+
#
|
|
10344
10478
|
# @option params [String] :sort_by
|
|
10345
10479
|
# Specifies the way in which the results of this action are to be
|
|
10346
10480
|
# sorted.
|
|
@@ -10378,7 +10512,9 @@ module Aws::DataZone
|
|
|
10378
10512
|
# domain_identifier: "DomainId", # required
|
|
10379
10513
|
# max_results: 1,
|
|
10380
10514
|
# next_token: "PaginationToken",
|
|
10515
|
+
# owning_group_id: "GroupProfileId",
|
|
10381
10516
|
# owning_project_id: "ProjectId",
|
|
10517
|
+
# owning_user_id: "UserProfileId",
|
|
10382
10518
|
# sort_by: "CREATED_AT", # accepts CREATED_AT, UPDATED_AT
|
|
10383
10519
|
# sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
|
|
10384
10520
|
# status: "APPROVED", # accepts APPROVED, REVOKED, CANCELLED
|
|
@@ -10409,6 +10545,8 @@ module Aws::DataZone
|
|
|
10409
10545
|
# resp.items[0].subscribed_listing.item.asset_listing.glossary_terms #=> Array
|
|
10410
10546
|
# resp.items[0].subscribed_listing.item.asset_listing.glossary_terms[0].name #=> String
|
|
10411
10547
|
# resp.items[0].subscribed_listing.item.asset_listing.glossary_terms[0].short_description #=> String
|
|
10548
|
+
# resp.items[0].subscribed_listing.item.asset_listing.permissions.s3 #=> Array
|
|
10549
|
+
# resp.items[0].subscribed_listing.item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
|
|
10412
10550
|
# resp.items[0].subscribed_listing.item.product_listing.asset_listings #=> Array
|
|
10413
10551
|
# resp.items[0].subscribed_listing.item.product_listing.asset_listings[0].entity_id #=> String
|
|
10414
10552
|
# resp.items[0].subscribed_listing.item.product_listing.asset_listings[0].entity_revision #=> String
|
|
@@ -10424,8 +10562,16 @@ module Aws::DataZone
|
|
|
10424
10562
|
# resp.items[0].subscribed_listing.owner_project_id #=> String
|
|
10425
10563
|
# resp.items[0].subscribed_listing.owner_project_name #=> String
|
|
10426
10564
|
# resp.items[0].subscribed_listing.revision #=> String
|
|
10565
|
+
# resp.items[0].subscribed_principal.group.id #=> String
|
|
10566
|
+
# resp.items[0].subscribed_principal.group.name #=> String
|
|
10427
10567
|
# resp.items[0].subscribed_principal.project.id #=> String
|
|
10428
10568
|
# resp.items[0].subscribed_principal.project.name #=> String
|
|
10569
|
+
# resp.items[0].subscribed_principal.user.details.iam.arn #=> String
|
|
10570
|
+
# resp.items[0].subscribed_principal.user.details.iam.principal_id #=> String
|
|
10571
|
+
# resp.items[0].subscribed_principal.user.details.sso.first_name #=> String
|
|
10572
|
+
# resp.items[0].subscribed_principal.user.details.sso.last_name #=> String
|
|
10573
|
+
# resp.items[0].subscribed_principal.user.details.sso.username #=> String
|
|
10574
|
+
# resp.items[0].subscribed_principal.user.id #=> String
|
|
10429
10575
|
# resp.items[0].subscription_request_id #=> String
|
|
10430
10576
|
# resp.items[0].updated_at #=> Time
|
|
10431
10577
|
# resp.items[0].updated_by #=> String
|
|
@@ -10893,6 +11039,8 @@ module Aws::DataZone
|
|
|
10893
11039
|
# resp.subscribed_listings[0].item.asset_listing.glossary_terms #=> Array
|
|
10894
11040
|
# resp.subscribed_listings[0].item.asset_listing.glossary_terms[0].name #=> String
|
|
10895
11041
|
# resp.subscribed_listings[0].item.asset_listing.glossary_terms[0].short_description #=> String
|
|
11042
|
+
# resp.subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
|
|
11043
|
+
# resp.subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
|
|
10896
11044
|
# resp.subscribed_listings[0].item.product_listing.asset_listings #=> Array
|
|
10897
11045
|
# resp.subscribed_listings[0].item.product_listing.asset_listings[0].entity_id #=> String
|
|
10898
11046
|
# resp.subscribed_listings[0].item.product_listing.asset_listings[0].entity_revision #=> String
|
|
@@ -10909,8 +11057,16 @@ module Aws::DataZone
|
|
|
10909
11057
|
# resp.subscribed_listings[0].owner_project_name #=> String
|
|
10910
11058
|
# resp.subscribed_listings[0].revision #=> String
|
|
10911
11059
|
# resp.subscribed_principals #=> Array
|
|
11060
|
+
# resp.subscribed_principals[0].group.id #=> String
|
|
11061
|
+
# resp.subscribed_principals[0].group.name #=> String
|
|
10912
11062
|
# resp.subscribed_principals[0].project.id #=> String
|
|
10913
11063
|
# resp.subscribed_principals[0].project.name #=> String
|
|
11064
|
+
# resp.subscribed_principals[0].user.details.iam.arn #=> String
|
|
11065
|
+
# resp.subscribed_principals[0].user.details.iam.principal_id #=> String
|
|
11066
|
+
# resp.subscribed_principals[0].user.details.sso.first_name #=> String
|
|
11067
|
+
# resp.subscribed_principals[0].user.details.sso.last_name #=> String
|
|
11068
|
+
# resp.subscribed_principals[0].user.details.sso.username #=> String
|
|
11069
|
+
# resp.subscribed_principals[0].user.id #=> String
|
|
10914
11070
|
# resp.updated_at #=> Time
|
|
10915
11071
|
# resp.updated_by #=> String
|
|
10916
11072
|
#
|
|
@@ -11107,6 +11263,8 @@ module Aws::DataZone
|
|
|
11107
11263
|
# resp.subscribed_listing.item.asset_listing.glossary_terms #=> Array
|
|
11108
11264
|
# resp.subscribed_listing.item.asset_listing.glossary_terms[0].name #=> String
|
|
11109
11265
|
# resp.subscribed_listing.item.asset_listing.glossary_terms[0].short_description #=> String
|
|
11266
|
+
# resp.subscribed_listing.item.asset_listing.permissions.s3 #=> Array
|
|
11267
|
+
# resp.subscribed_listing.item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
|
|
11110
11268
|
# resp.subscribed_listing.item.product_listing.asset_listings #=> Array
|
|
11111
11269
|
# resp.subscribed_listing.item.product_listing.asset_listings[0].entity_id #=> String
|
|
11112
11270
|
# resp.subscribed_listing.item.product_listing.asset_listings[0].entity_revision #=> String
|
|
@@ -11122,8 +11280,16 @@ module Aws::DataZone
|
|
|
11122
11280
|
# resp.subscribed_listing.owner_project_id #=> String
|
|
11123
11281
|
# resp.subscribed_listing.owner_project_name #=> String
|
|
11124
11282
|
# resp.subscribed_listing.revision #=> String
|
|
11283
|
+
# resp.subscribed_principal.group.id #=> String
|
|
11284
|
+
# resp.subscribed_principal.group.name #=> String
|
|
11125
11285
|
# resp.subscribed_principal.project.id #=> String
|
|
11126
11286
|
# resp.subscribed_principal.project.name #=> String
|
|
11287
|
+
# resp.subscribed_principal.user.details.iam.arn #=> String
|
|
11288
|
+
# resp.subscribed_principal.user.details.iam.principal_id #=> String
|
|
11289
|
+
# resp.subscribed_principal.user.details.sso.first_name #=> String
|
|
11290
|
+
# resp.subscribed_principal.user.details.sso.last_name #=> String
|
|
11291
|
+
# resp.subscribed_principal.user.details.sso.username #=> String
|
|
11292
|
+
# resp.subscribed_principal.user.id #=> String
|
|
11127
11293
|
# resp.subscription_request_id #=> String
|
|
11128
11294
|
# resp.updated_at #=> Time
|
|
11129
11295
|
# resp.updated_by #=> String
|
|
@@ -13965,6 +14131,7 @@ module Aws::DataZone
|
|
|
13965
14131
|
# * {Types::UpdateSubscriptionGrantStatusOutput#created_at #created_at} => Time
|
|
13966
14132
|
# * {Types::UpdateSubscriptionGrantStatusOutput#created_by #created_by} => String
|
|
13967
14133
|
# * {Types::UpdateSubscriptionGrantStatusOutput#domain_id #domain_id} => String
|
|
14134
|
+
# * {Types::UpdateSubscriptionGrantStatusOutput#environment_id #environment_id} => String
|
|
13968
14135
|
# * {Types::UpdateSubscriptionGrantStatusOutput#granted_entity #granted_entity} => Types::GrantedEntity
|
|
13969
14136
|
# * {Types::UpdateSubscriptionGrantStatusOutput#id #id} => String
|
|
13970
14137
|
# * {Types::UpdateSubscriptionGrantStatusOutput#status #status} => String
|
|
@@ -13999,11 +14166,14 @@ module Aws::DataZone
|
|
|
13999
14166
|
# resp.assets[0].failure_cause.message #=> String
|
|
14000
14167
|
# resp.assets[0].failure_timestamp #=> Time
|
|
14001
14168
|
# resp.assets[0].granted_timestamp #=> Time
|
|
14169
|
+
# resp.assets[0].permissions.s3 #=> Array
|
|
14170
|
+
# resp.assets[0].permissions.s3[0] #=> String, one of "READ", "WRITE"
|
|
14002
14171
|
# resp.assets[0].status #=> String, one of "GRANT_PENDING", "REVOKE_PENDING", "GRANT_IN_PROGRESS", "REVOKE_IN_PROGRESS", "GRANTED", "REVOKED", "GRANT_FAILED", "REVOKE_FAILED"
|
|
14003
14172
|
# resp.assets[0].target_name #=> String
|
|
14004
14173
|
# resp.created_at #=> Time
|
|
14005
14174
|
# resp.created_by #=> String
|
|
14006
14175
|
# resp.domain_id #=> String
|
|
14176
|
+
# resp.environment_id #=> String
|
|
14007
14177
|
# resp.granted_entity.listing.id #=> String
|
|
14008
14178
|
# resp.granted_entity.listing.revision #=> String
|
|
14009
14179
|
# resp.id #=> String
|
|
@@ -14090,6 +14260,8 @@ module Aws::DataZone
|
|
|
14090
14260
|
# resp.subscribed_listings[0].item.asset_listing.glossary_terms #=> Array
|
|
14091
14261
|
# resp.subscribed_listings[0].item.asset_listing.glossary_terms[0].name #=> String
|
|
14092
14262
|
# resp.subscribed_listings[0].item.asset_listing.glossary_terms[0].short_description #=> String
|
|
14263
|
+
# resp.subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
|
|
14264
|
+
# resp.subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
|
|
14093
14265
|
# resp.subscribed_listings[0].item.product_listing.asset_listings #=> Array
|
|
14094
14266
|
# resp.subscribed_listings[0].item.product_listing.asset_listings[0].entity_id #=> String
|
|
14095
14267
|
# resp.subscribed_listings[0].item.product_listing.asset_listings[0].entity_revision #=> String
|
|
@@ -14106,8 +14278,16 @@ module Aws::DataZone
|
|
|
14106
14278
|
# resp.subscribed_listings[0].owner_project_name #=> String
|
|
14107
14279
|
# resp.subscribed_listings[0].revision #=> String
|
|
14108
14280
|
# resp.subscribed_principals #=> Array
|
|
14281
|
+
# resp.subscribed_principals[0].group.id #=> String
|
|
14282
|
+
# resp.subscribed_principals[0].group.name #=> String
|
|
14109
14283
|
# resp.subscribed_principals[0].project.id #=> String
|
|
14110
14284
|
# resp.subscribed_principals[0].project.name #=> String
|
|
14285
|
+
# resp.subscribed_principals[0].user.details.iam.arn #=> String
|
|
14286
|
+
# resp.subscribed_principals[0].user.details.iam.principal_id #=> String
|
|
14287
|
+
# resp.subscribed_principals[0].user.details.sso.first_name #=> String
|
|
14288
|
+
# resp.subscribed_principals[0].user.details.sso.last_name #=> String
|
|
14289
|
+
# resp.subscribed_principals[0].user.details.sso.username #=> String
|
|
14290
|
+
# resp.subscribed_principals[0].user.id #=> String
|
|
14111
14291
|
# resp.updated_at #=> Time
|
|
14112
14292
|
# resp.updated_by #=> String
|
|
14113
14293
|
#
|
|
@@ -14296,7 +14476,7 @@ module Aws::DataZone
|
|
|
14296
14476
|
tracer: tracer
|
|
14297
14477
|
)
|
|
14298
14478
|
context[:gem_name] = 'aws-sdk-datazone'
|
|
14299
|
-
context[:gem_version] = '1.
|
|
14479
|
+
context[:gem_version] = '1.59.0'
|
|
14300
14480
|
Seahorse::Client::Request.new(handlers, context)
|
|
14301
14481
|
end
|
|
14302
14482
|
|