|
16314 | 16314 | "DELEGATE_CREATE_ENVIRONMENT_PROFILE",
|
16315 | 16315 | "CREATE_ENVIRONMENT",
|
16316 | 16316 | "CREATE_ENVIRONMENT_FROM_BLUEPRINT",
|
16317 |
| - "CREATE_PROJECT_FROM_PROJECT_PROFILE" |
| 16317 | + "CREATE_PROJECT_FROM_PROJECT_PROFILE", |
| 16318 | + "USE_ASSET_TYPE" |
16318 | 16319 | ]
|
16319 | 16320 | },
|
16320 | 16321 | "MatchCriteria":{
|
|
17076 | 17077 | "overrideProjectOwners":{
|
17077 | 17078 | "shape":"OverrideProjectOwnersPolicyGrantDetail",
|
17078 | 17079 | "documentation":"<p>Specifies whether to override project owners.</p>"
|
| 17080 | + }, |
| 17081 | + "useAssetType":{ |
| 17082 | + "shape":"UseAssetTypePolicyGrantDetail", |
| 17083 | + "documentation":"<p> Specifies the domain unit(s) whose projects can use this asset type while creating asset or asset revisions.</p>" |
17079 | 17084 | }
|
17080 | 17085 | },
|
17081 | 17086 | "documentation":"<p>The details of the policy grant.</p>",
|
|
20551 | 20556 | "enum":[
|
20552 | 20557 | "DOMAIN_UNIT",
|
20553 | 20558 | "ENVIRONMENT_BLUEPRINT_CONFIGURATION",
|
20554 |
| - "ENVIRONMENT_PROFILE" |
| 20559 | + "ENVIRONMENT_PROFILE", |
| 20560 | + "ASSET_TYPE" |
20555 | 20561 | ]
|
20556 | 20562 | },
|
20557 | 20563 | "TaskId":{
|
|
22567 | 22573 | },
|
22568 | 22574 | "authorizedPrincipals":{
|
22569 | 22575 | "shape":"AuthorizedPrincipalIdentifiers",
|
22570 |
| - "documentation":"<p>The authorized principals to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>" |
| 22576 | + "documentation":"<p>The authorized principals to be updated as part of the <code>UpdateSubscriptionTarget</code> action. Updates are supported in batches of 5 at a time.</p>" |
22571 | 22577 | },
|
22572 | 22578 | "createdAt":{
|
22573 | 22579 | "shape":"CreatedAt",
|
|
22677 | 22683 | },
|
22678 | 22684 | "UpdatedAt":{"type":"timestamp"},
|
22679 | 22685 | "UpdatedBy":{"type":"string"},
|
| 22686 | + "UseAssetTypePolicyGrantDetail":{ |
| 22687 | + "type":"structure", |
| 22688 | + "members":{ |
| 22689 | + "domainUnitId":{ |
| 22690 | + "shape":"DomainUnitId", |
| 22691 | + "documentation":"<p>The ID of the domain unit.</p>" |
| 22692 | + } |
| 22693 | + }, |
| 22694 | + "documentation":"<p>Specifies the domain unit(s) whose projects can use this asset type while creating asset or asset revisions.</p>" |
| 22695 | + }, |
22680 | 22696 | "UserAssignment":{
|
22681 | 22697 | "type":"string",
|
22682 | 22698 | "enum":[
|
|
0 commit comments