Skip to content

Commit 9f439e2

Browse files
author
AWS
committed
AWS CloudFormation Update: The following parameters now return the organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets: the OrganizationalUnitIds parameter on StackSet and the OrganizationalUnitId parameter on StackInstance, StackInstanceSummary, and StackSetOperationResultSummary
1 parent 117b2fe commit 9f439e2

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CloudFormation",
4+
"description": "The following parameters now return the organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets: the OrganizationalUnitIds parameter on StackSet and the OrganizationalUnitId parameter on StackInstance, StackInstanceSummary, and StackSetOperationResultSummary"
5+
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3365,7 +3365,7 @@
33653365
},
33663366
"ExecutionRoleArn":{
33673367
"shape":"RoleArn",
3368-
"documentation":"<p>The Amazon Resource Name (ARN) of the IAM execution role to use to register the type. If your resource type calls AWS APIs in any of its handlers, you must create an <i> <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html\">IAM execution role</a> </i> that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. CloudFormation then assumes that execution role to provide your resource type with the appropriate credentials.</p>"
3368+
"documentation":"<p>The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the resource provider. If your resource type calls AWS APIs in any of its handlers, you must create an <i> <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html\">IAM execution role</a> </i> that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the resource provider handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the resource provider handler, thereby supplying your resource provider with the appropriate credentials.</p>"
33693369
},
33703370
"ClientRequestToken":{
33713371
"shape":"RequestToken",
@@ -4026,7 +4026,7 @@
40264026
},
40274027
"OrganizationalUnitId":{
40284028
"shape":"OrganizationalUnitId",
4029-
"documentation":"<p>Reserved for internal use. No data returned.</p>"
4029+
"documentation":"<p>[<code>Service-managed</code> permissions] The organization root ID or organizational unit (OU) IDs that you specified for <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html\">DeploymentTargets</a>.</p>"
40304030
},
40314031
"DriftStatus":{
40324032
"shape":"StackDriftStatus",
@@ -4092,7 +4092,7 @@
40924092
},
40934093
"OrganizationalUnitId":{
40944094
"shape":"OrganizationalUnitId",
4095-
"documentation":"<p>Reserved for internal use. No data returned.</p>"
4095+
"documentation":"<p>[<code>Service-managed</code> permissions] The organization root ID or organizational unit (OU) IDs that you specified for <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html\">DeploymentTargets</a>.</p>"
40964096
},
40974097
"DriftStatus":{
40984098
"shape":"StackDriftStatus",
@@ -4450,7 +4450,7 @@
44504450
},
44514451
"OrganizationalUnitIds":{
44524452
"shape":"OrganizationalUnitIdList",
4453-
"documentation":"<p>Reserved for internal use. No data returned.</p>"
4453+
"documentation":"<p>[<code>Service-managed</code> permissions] The organization root ID or organizational unit (OU) IDs that you specified for <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html\">DeploymentTargets</a>.</p>"
44544454
}
44554455
},
44564456
"documentation":"<p>A structure that contains information about a stack set. A stack set enables you to provision stacks into AWS accounts and across Regions by using a single CloudFormation template. In the stack set, you specify the template to use, as well as any parameters and capabilities that the template requires. </p>"
@@ -4622,7 +4622,7 @@
46224622
},
46234623
"MaxConcurrentCount":{
46244624
"shape":"MaxConcurrentCount",
4625-
"documentation":"<p>The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of <code>FailureToleranceCount</code><code>MaxConcurrentCount</code> is at most one more than the <code>FailureToleranceCount</code> .</p> <p>Note that this setting lets you specify the <i>maximum</i> for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.</p> <p>Conditional: You must specify either <code>MaxConcurrentCount</code> or <code>MaxConcurrentPercentage</code>, but not both.</p>"
4625+
"documentation":"<p>The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of <code>FailureToleranceCount</code>. <code>MaxConcurrentCount</code> is at most one more than the <code>FailureToleranceCount</code>.</p> <p>Note that this setting lets you specify the <i>maximum</i> for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.</p> <p>Conditional: You must specify either <code>MaxConcurrentCount</code> or <code>MaxConcurrentPercentage</code>, but not both.</p>"
46264626
},
46274627
"MaxConcurrentPercentage":{
46284628
"shape":"MaxConcurrentPercentage",
@@ -4670,7 +4670,7 @@
46704670
},
46714671
"OrganizationalUnitId":{
46724672
"shape":"OrganizationalUnitId",
4673-
"documentation":"<p>Reserved for internal use. No data returned.</p>"
4673+
"documentation":"<p>[<code>Service-managed</code> permissions] The organization root ID or organizational unit (OU) IDs that you specified for <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html\">DeploymentTargets</a>.</p>"
46744674
}
46754675
},
46764676
"documentation":"<p>The structure that contains information about a specified operation's results for a given account in a given Region.</p>"

0 commit comments

Comments
 (0)