|
3365 | 3365 | },
|
3366 | 3366 | "ExecutionRoleArn":{
|
3367 | 3367 | "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>" |
3369 | 3369 | },
|
3370 | 3370 | "ClientRequestToken":{
|
3371 | 3371 | "shape":"RequestToken",
|
|
4026 | 4026 | },
|
4027 | 4027 | "OrganizationalUnitId":{
|
4028 | 4028 | "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>" |
4030 | 4030 | },
|
4031 | 4031 | "DriftStatus":{
|
4032 | 4032 | "shape":"StackDriftStatus",
|
|
4092 | 4092 | },
|
4093 | 4093 | "OrganizationalUnitId":{
|
4094 | 4094 | "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>" |
4096 | 4096 | },
|
4097 | 4097 | "DriftStatus":{
|
4098 | 4098 | "shape":"StackDriftStatus",
|
|
4450 | 4450 | },
|
4451 | 4451 | "OrganizationalUnitIds":{
|
4452 | 4452 | "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>" |
4454 | 4454 | }
|
4455 | 4455 | },
|
4456 | 4456 | "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 | 4622 | },
|
4623 | 4623 | "MaxConcurrentCount":{
|
4624 | 4624 | "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>" |
4626 | 4626 | },
|
4627 | 4627 | "MaxConcurrentPercentage":{
|
4628 | 4628 | "shape":"MaxConcurrentPercentage",
|
|
4670 | 4670 | },
|
4671 | 4671 | "OrganizationalUnitId":{
|
4672 | 4672 | "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>" |
4674 | 4674 | }
|
4675 | 4675 | },
|
4676 | 4676 | "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