Skip to content

Commit a307f06

Browse files
author
AWS
committed
Amazon DataZone Update: This release supports policy grant identifier for cloud formation integration
1 parent 21279b6 commit a307f06

File tree

2 files changed

+52
-55
lines changed

2 files changed

+52
-55
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon DataZone",
4+
"contributor": "",
5+
"description": "This release supports policy grant identifier for cloud formation integration"
6+
}

services/datazone/src/main/resources/codegen-resources/service-2.json

Lines changed: 46 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"endpointPrefix":"datazone",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceFullName":"Amazon DataZone",
910
"serviceId":"DataZone",
1011
"signatureVersion":"v4",
1112
"signingName":"datazone",
12-
"uid":"datazone-2018-05-10"
13+
"uid":"datazone-2018-05-10",
14+
"auth":["aws.auth#sigv4"]
1315
},
1416
"operations":{
1517
"AcceptPredictions":{
@@ -3693,8 +3695,7 @@
36933695
},
36943696
"AddEntityOwnerOutput":{
36953697
"type":"structure",
3696-
"members":{
3697-
}
3698+
"members":{}
36983699
},
36993700
"AddPolicyGrantInput":{
37003701
"type":"structure",
@@ -3747,6 +3748,10 @@
37473748
"AddPolicyGrantOutput":{
37483749
"type":"structure",
37493750
"members":{
3751+
"grantId":{
3752+
"shape":"GrantIdentifier",
3753+
"documentation":"<p>The ID of the policy grant that was added to a specified entity.</p>"
3754+
}
37503755
}
37513756
},
37523757
"AddToProjectMemberPoolPolicyGrantDetail":{
@@ -3833,14 +3838,12 @@
38333838
},
38343839
"AllDomainUnitsGrantFilter":{
38353840
"type":"structure",
3836-
"members":{
3837-
},
3841+
"members":{},
38383842
"documentation":"<p>The grant filter for all domain units.</p>"
38393843
},
38403844
"AllUsersGrantFilter":{
38413845
"type":"structure",
3842-
"members":{
3843-
},
3846+
"members":{},
38443847
"documentation":"<p>The all users grant filter.</p>"
38453848
},
38463849
"ApplicableAssetTypes":{
@@ -4373,8 +4376,7 @@
43734376
},
43744377
"AssociateEnvironmentRoleOutput":{
43754378
"type":"structure",
4376-
"members":{
4377-
}
4379+
"members":{}
43784380
},
43794381
"AthenaPropertiesInput":{
43804382
"type":"structure",
@@ -4688,8 +4690,7 @@
46884690
},
46894691
"CancelMetadataGenerationRunOutput":{
46904692
"type":"structure",
4691-
"members":{
4692-
}
4693+
"members":{}
46934694
},
46944695
"CancelSubscriptionInput":{
46954696
"type":"structure",
@@ -7197,8 +7198,7 @@
71977198
},
71987199
"CreateProjectMembershipOutput":{
71997200
"type":"structure",
7200-
"members":{
7201-
}
7201+
"members":{}
72027202
},
72037203
"CreateProjectOutput":{
72047204
"type":"structure",
@@ -8590,8 +8590,7 @@
85908590
},
85918591
"DeleteAccountPoolOutput":{
85928592
"type":"structure",
8593-
"members":{
8594-
}
8593+
"members":{}
85958594
},
85968595
"DeleteAssetFilterInput":{
85978596
"type":"structure",
@@ -8644,8 +8643,7 @@
86448643
},
86458644
"DeleteAssetOutput":{
86468645
"type":"structure",
8647-
"members":{
8648-
}
8646+
"members":{}
86498647
},
86508648
"DeleteAssetTypeInput":{
86518649
"type":"structure",
@@ -8670,8 +8668,7 @@
86708668
},
86718669
"DeleteAssetTypeOutput":{
86728670
"type":"structure",
8673-
"members":{
8674-
}
8671+
"members":{}
86758672
},
86768673
"DeleteConnectionInput":{
86778674
"type":"structure",
@@ -8726,8 +8723,7 @@
87268723
},
87278724
"DeleteDataProductOutput":{
87288725
"type":"structure",
8729-
"members":{
8730-
}
8726+
"members":{}
87318727
},
87328728
"DeleteDataSourceInput":{
87338729
"type":"structure",
@@ -8922,8 +8918,7 @@
89228918
},
89238919
"DeleteDomainUnitOutput":{
89248920
"type":"structure",
8925-
"members":{
8926-
}
8921+
"members":{}
89278922
},
89288923
"DeleteEnvironmentActionInput":{
89298924
"type":"structure",
@@ -8976,8 +8971,7 @@
89768971
},
89778972
"DeleteEnvironmentBlueprintConfigurationOutput":{
89788973
"type":"structure",
8979-
"members":{
8980-
}
8974+
"members":{}
89818975
},
89828976
"DeleteEnvironmentInput":{
89838977
"type":"structure",
@@ -9044,8 +9038,7 @@
90449038
},
90459039
"DeleteFormTypeOutput":{
90469040
"type":"structure",
9047-
"members":{
9048-
}
9041+
"members":{}
90499042
},
90509043
"DeleteGlossaryInput":{
90519044
"type":"structure",
@@ -9070,8 +9063,7 @@
90709063
},
90719064
"DeleteGlossaryOutput":{
90729065
"type":"structure",
9073-
"members":{
9074-
}
9066+
"members":{}
90759067
},
90769068
"DeleteGlossaryTermInput":{
90779069
"type":"structure",
@@ -9096,8 +9088,7 @@
90969088
},
90979089
"DeleteGlossaryTermOutput":{
90989090
"type":"structure",
9099-
"members":{
9100-
}
9091+
"members":{}
91019092
},
91029093
"DeleteListingInput":{
91039094
"type":"structure",
@@ -9122,8 +9113,7 @@
91229113
},
91239114
"DeleteListingOutput":{
91249115
"type":"structure",
9125-
"members":{
9126-
}
9116+
"members":{}
91279117
},
91289118
"DeleteProjectInput":{
91299119
"type":"structure",
@@ -9180,13 +9170,11 @@
91809170
},
91819171
"DeleteProjectMembershipOutput":{
91829172
"type":"structure",
9183-
"members":{
9184-
}
9173+
"members":{}
91859174
},
91869175
"DeleteProjectOutput":{
91879176
"type":"structure",
9188-
"members":{
9189-
}
9177+
"members":{}
91909178
},
91919179
"DeleteProjectProfileInput":{
91929180
"type":"structure",
@@ -9211,8 +9199,7 @@
92119199
},
92129200
"DeleteProjectProfileOutput":{
92139201
"type":"structure",
9214-
"members":{
9215-
}
9202+
"members":{}
92169203
},
92179204
"DeleteRuleInput":{
92189205
"type":"structure",
@@ -9237,8 +9224,7 @@
92379224
},
92389225
"DeleteRuleOutput":{
92399226
"type":"structure",
9240-
"members":{
9241-
}
9227+
"members":{}
92429228
},
92439229
"DeleteSubscriptionGrantInput":{
92449230
"type":"structure",
@@ -9415,8 +9401,7 @@
94159401
},
94169402
"DeleteTimeSeriesDataPointsOutput":{
94179403
"type":"structure",
9418-
"members":{
9419-
}
9404+
"members":{}
94209405
},
94219406
"Deployment":{
94229407
"type":"structure",
@@ -9563,8 +9548,7 @@
95639548
},
95649549
"DisassociateEnvironmentRoleOutput":{
95659550
"type":"structure",
9566-
"members":{
9567-
}
9551+
"members":{}
95689552
},
95699553
"DomainDescription":{
95709554
"type":"string",
@@ -14137,6 +14121,10 @@
1413714121
"USER_MANAGED"
1413814122
]
1413914123
},
14124+
"GrantIdentifier":{
14125+
"type":"string",
14126+
"pattern":"^[A-Za-z0-9+/]{10}$"
14127+
},
1414014128
"GrantedEntity":{
1414114129
"type":"structure",
1414214130
"members":{
@@ -17843,6 +17831,10 @@
1784317831
"shape":"PolicyGrantDetail",
1784417832
"documentation":"<p>The details of the policy grant member.</p>"
1784517833
},
17834+
"grantId":{
17835+
"shape":"GrantIdentifier",
17836+
"documentation":"<p>The ID of the policy grant.</p>"
17837+
},
1784617838
"principal":{
1784717839
"shape":"PolicyGrantPrincipal",
1784817840
"documentation":"<p>The principal of the policy grant member.</p>"
@@ -19037,8 +19029,7 @@
1903719029
},
1903819030
"RemoveEntityOwnerOutput":{
1903919031
"type":"structure",
19040-
"members":{
19041-
}
19032+
"members":{}
1904219033
},
1904319034
"RemovePolicyGrantInput":{
1904419035
"type":"structure",
@@ -19073,6 +19064,10 @@
1907319064
"location":"uri",
1907419065
"locationName":"entityType"
1907519066
},
19067+
"grantIdentifier":{
19068+
"shape":"GrantIdentifier",
19069+
"documentation":"<p>The ID of the policy grant that is to be removed from a specified entity.</p>"
19070+
},
1907619071
"policyType":{
1907719072
"shape":"ManagedPolicyType",
1907819073
"documentation":"<p>The type of the policy that you want to remove.</p>"
@@ -19085,8 +19080,7 @@
1908519080
},
1908619081
"RemovePolicyGrantOutput":{
1908719082
"type":"structure",
19088-
"members":{
19089-
}
19083+
"members":{}
1909019084
},
1909119085
"RequestReason":{
1909219086
"type":"string",
@@ -21362,8 +21356,7 @@
2136221356
},
2136321357
"TagResourceResponse":{
2136421358
"type":"structure",
21365-
"members":{
21366-
}
21359+
"members":{}
2136721360
},
2136821361
"TagValue":{
2136921362
"type":"string",
@@ -21755,8 +21748,7 @@
2175521748
},
2175621749
"Unit":{
2175721750
"type":"structure",
21758-
"members":{
21759-
},
21751+
"members":{},
2176021752
"documentation":"<p>The details of the policy of creating an environment.</p>"
2176121753
},
2176221754
"UntagResourceRequest":{
@@ -21782,8 +21774,7 @@
2178221774
},
2178321775
"UntagResourceResponse":{
2178421776
"type":"structure",
21785-
"members":{
21786-
}
21777+
"members":{}
2178721778
},
2178821779
"UpdateAccountPoolInput":{
2178921780
"type":"structure",

0 commit comments

Comments
 (0)