|
38 | 38 | "GetStackPolicy": "<p>Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.</p>",
|
39 | 39 | "GetTemplate": "<p>Returns the template body for a specified stack. You can get the template for running or deleted stacks.</p> <p>For deleted stacks, GetTemplate returns the template for up to 90 days after the stack has been deleted.</p> <note> <p>If the template does not exist, a <code>ValidationError</code> is returned.</p> </note>",
|
40 | 40 | "GetTemplateSummary": "<p>Returns information about a new or existing template. The <code>GetTemplateSummary</code> action is useful for viewing parameter information, such as default parameter values and parameter types, before you create or update a stack or stack set.</p> <p>You can use the <code>GetTemplateSummary</code> action when you submit a template, or you can get template information for a stack set, or a running or deleted stack.</p> <p>For deleted stacks, <code>GetTemplateSummary</code> returns the template information for up to 90 days after the stack has been deleted. If the template does not exist, a <code>ValidationError</code> is returned.</p>",
|
41 |
| - "ImportStacksToStackSet": "<p>Import existing stacks into a new stack sets. Use the stack import operation to import up to 10 stacks into a new stack set in the same account as the source stack or in a different administrator account and Region, by specifying the stack ID of the stack you intend to import.</p> <note> <p> <code>ImportStacksToStackSet</code> is only supported by self-managed permissions.</p> </note>", |
| 41 | + "ImportStacksToStackSet": "<p>Use the stack import operations for self-managed or service-managed StackSets. For self-managed StackSets, the import operation can import stacks in the administrator account or in different target accounts and Amazon Web Services Regions. For service-managed StackSets, the import operation can import any stack in the same AWS Organizations as the management account. The import operation can import up to 10 stacks using inline stack IDs or up to 10,000 stacks using an Amazon S3 object.</p>", |
42 | 42 | "ListChangeSets": "<p>Returns the ID and status of each active change set for a stack. For example, CloudFormation lists change sets that are in the <code>CREATE_IN_PROGRESS</code> or <code>CREATE_PENDING</code> state.</p>",
|
43 | 43 | "ListExports": "<p>Lists all exported output values in the account and Region in which you call this action. Use this action to see the exported output values that you can import into other stacks. To import values, use the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html\"> <code>Fn::ImportValue</code> </a> function.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html\"> CloudFormation Export Stack Output Values</a>.</p>",
|
44 | 44 | "ListImports": "<p>Lists all stacks that are importing an exported output value. To modify or remove an exported output value, first use this action to see which stacks are using it. To see the exported output values in your account, see <a>ListExports</a>.</p> <p>For more information about importing an exported output value, see the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html\"> <code>Fn::ImportValue</code> </a> function.</p>",
|
|
284 | 284 | "Category": {
|
285 | 285 | "base": null,
|
286 | 286 | "refs": {
|
287 |
| - "TypeFilters$Category": "<p>The category of extensions to return.</p> <ul> <li> <p> <code>REGISTERED</code>: Private extensions that have been registered for this account and region.</p> </li> <li> <p> <code>ACTIVATED</code>: Public extensions that have been activated for this account and region.</p> </li> <li> <p> <code>THIRD-PARTY</code>: Extensions available for use from publishers other than Amazon. This includes:</p> <ul> <li> <p>Private extensions registered in the account.</p> </li> <li> <p>Public extensions from publishers other than Amazon, whether activated or not.</p> </li> </ul> </li> <li> <p> <code>AWS-TYPES</code>: Extensions available for use from Amazon.</p> </li> </ul>" |
| 287 | + "TypeFilters$Category": "<p>The category of extensions to return.</p> <ul> <li> <p> <code>REGISTERED</code>: Private extensions that have been registered for this account and region.</p> </li> <li> <p> <code>ACTIVATED</code>: Public extensions that have been activated for this account and region.</p> </li> <li> <p> <code>THIRD_PARTY</code>: Extensions available for use from publishers other than Amazon. This includes:</p> <ul> <li> <p>Private extensions registered in the account.</p> </li> <li> <p>Public extensions from publishers other than Amazon, whether activated or not.</p> </li> </ul> </li> <li> <p> <code>AWS_TYPES</code>: Extensions available for use from Amazon.</p> </li> </ul>" |
288 | 288 | }
|
289 | 289 | },
|
290 | 290 | "CausingEntity": {
|
|
1416 | 1416 | "base": null,
|
1417 | 1417 | "refs": {
|
1418 | 1418 | "DeploymentTargets$OrganizationalUnitIds": "<p>The organization root ID or organizational unit (OU) IDs to which StackSets deploys.</p>",
|
| 1419 | + "ImportStacksToStackSetInput$OrganizationalUnitIds": "<p>The list of OU ID’s to which the stacks being imported has to be mapped as deployment target.</p>", |
1419 | 1420 | "StackSet$OrganizationalUnitIds": "<p>[Service-managed 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>"
|
1420 | 1421 | }
|
1421 | 1422 | },
|
|
1485 | 1486 | "base": null,
|
1486 | 1487 | "refs": {
|
1487 | 1488 | "Parameter$ParameterValue": "<p>The input value associated with the parameter.</p>",
|
1488 |
| - "Parameter$ResolvedValue": "<p>Read-only. The value that corresponds to a Systems Manager parameter key. This field is returned only for <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html#aws-ssm-parameter-types\"> <code>SSM</code> parameter types</a> in the template.</p>", |
| 1489 | + "Parameter$ResolvedValue": "<p>Read-only. Read-only. The value that corresponds to a SSM parameter key. This field is returned only for <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html#aws-ssm-parameter-types\"> <code>SSM</code> </a> parameter types in the template.</p>", |
1489 | 1490 | "ParameterDeclaration$DefaultValue": "<p>The default value of the parameter.</p>",
|
1490 | 1491 | "TemplateParameter$DefaultValue": "<p>The default value associated with the parameter.</p>"
|
1491 | 1492 | }
|
|
1628 | 1629 | "ListTypeVersionsInput$PublisherId": "<p>The publisher ID of the extension publisher.</p> <p>Extensions published by Amazon are not assigned a publisher ID.</p>",
|
1629 | 1630 | "RegisterPublisherOutput$PublisherId": "<p>The ID assigned this account by CloudFormation for publishing extensions.</p>",
|
1630 | 1631 | "RequiredActivatedType$PublisherId": "<p>The publisher ID of the extension publisher.</p>",
|
1631 |
| - "TypeFilters$PublisherId": "<p>The id of the publisher of the extension. </p> <p>Extensions published by Amazon are not assigned a publisher ID. Use the <code>AWS-TYPES</code> category to specify a list of types published by Amazon.</p>", |
| 1632 | + "TypeFilters$PublisherId": "<p>The id of the publisher of the extension. </p> <p>Extensions published by Amazon are not assigned a publisher ID. Use the <code>AWS_TYPE</code> category to specify a list of types published by Amazon.</p>", |
1632 | 1633 | "TypeSummary$PublisherId": "<p>The ID of the extension publisher, if the extension is published by a third party. Extensions published by Amazon do not return a publisher ID.</p>"
|
1633 | 1634 | }
|
1634 | 1635 | },
|
|
2159 | 2160 | "StackIdList": {
|
2160 | 2161 | "base": null,
|
2161 | 2162 | "refs": {
|
2162 |
| - "ImportStacksToStackSetInput$StackIds": "<p>The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a time.</p>" |
| 2163 | + "ImportStacksToStackSetInput$StackIds": "<p>The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a time.</p> <p>Specify either <code>StackIds</code> or <code>StackIdsUrl</code>.</p>" |
| 2164 | + } |
| 2165 | + }, |
| 2166 | + "StackIdsUrl": { |
| 2167 | + "base": null, |
| 2168 | + "refs": { |
| 2169 | + "ImportStacksToStackSetInput$StackIdsUrl": "<p>The Amazon S3 URL which contains list of stack ids to be inputted.</p> <p>Specify either <code>StackIds</code> or <code>StackIdsUrl</code>.</p>" |
2163 | 2170 | }
|
2164 | 2171 | },
|
2165 | 2172 | "StackInstance": {
|
|
2790 | 2797 | "Type": {
|
2791 | 2798 | "base": null,
|
2792 | 2799 | "refs": {
|
2793 |
| - "RollbackTrigger$Type": "<p>The resource type of the rollback trigger. Currently, <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\">AWS::CloudWatch::Alarm</a> is the only supported resource type.</p>" |
| 2800 | + "RollbackTrigger$Type": "<p>The resource type of the rollback trigger. Specify either <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\">AWS::CloudWatch::Alarm</a> or <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\">AWS::CloudWatch::CompositeAlarm</a> resource types.</p>" |
2794 | 2801 | }
|
2795 | 2802 | },
|
2796 | 2803 | "TypeArn": {
|
|
0 commit comments