@cdk8s/awscdk-resolver 0.0.316 → 0.0.318
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +4 -4
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +6 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +111 -93
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +41 -37
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +12 -12
- package/node_modules/@aws-sdk/client-sso/package.json +11 -11
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/core/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
- package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/package.json +5 -5
@@ -849,7 +849,7 @@ export interface ResourceChangeDetail {
|
|
849
849
|
*/
|
850
850
|
export interface ModuleInfo {
|
851
851
|
/**
|
852
|
-
* <p>A concatenated list of the module type or types
|
852
|
+
* <p>A concatenated list of the module type or types that contains the resource. Module types are
|
853
853
|
* listed starting with the inner-most nested module, and separated by <code>/</code>.</p>
|
854
854
|
* <p>In the following example, the resource was created from a module of type
|
855
855
|
* <code>AWS::First::Example::MODULE</code>, that's nested inside a parent module of type
|
@@ -861,7 +861,7 @@ export interface ModuleInfo {
|
|
861
861
|
*/
|
862
862
|
TypeHierarchy?: string | undefined;
|
863
863
|
/**
|
864
|
-
* <p>A concatenated list of the logical IDs of the module or modules
|
864
|
+
* <p>A concatenated list of the logical IDs of the module or modules that contains the resource.
|
865
865
|
* Modules are listed starting with the inner-most nested module, and separated by
|
866
866
|
* <code>/</code>.</p>
|
867
867
|
* <p>In the following example, the resource was created from a module, <code>moduleA</code>,
|
@@ -1008,13 +1008,13 @@ export interface ResourceChange {
|
|
1008
1008
|
*/
|
1009
1009
|
ModuleInfo?: ModuleInfo | undefined;
|
1010
1010
|
/**
|
1011
|
-
* <p>An encoded JSON string
|
1011
|
+
* <p>An encoded JSON string that contains the context of the resource before the change is
|
1012
1012
|
* executed.</p>
|
1013
1013
|
* @public
|
1014
1014
|
*/
|
1015
1015
|
BeforeContext?: string | undefined;
|
1016
1016
|
/**
|
1017
|
-
* <p>An encoded JSON string
|
1017
|
+
* <p>An encoded JSON string that contains the context of the resource after the change is
|
1018
1018
|
* executed.</p>
|
1019
1019
|
* @public
|
1020
1020
|
*/
|
@@ -1532,13 +1532,13 @@ export interface RollbackTrigger {
|
|
1532
1532
|
*/
|
1533
1533
|
Arn: string | undefined;
|
1534
1534
|
/**
|
1535
|
-
* <p>The resource type of the rollback trigger. Specify either <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
1535
|
+
* <p>The resource type of the rollback trigger. Specify either <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudwatch-alarm.html">AWS::CloudWatch::Alarm</a> or <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudwatch-compositealarm.html">AWS::CloudWatch::CompositeAlarm</a> resource types.</p>
|
1536
1536
|
* @public
|
1537
1537
|
*/
|
1538
1538
|
Type: string | undefined;
|
1539
1539
|
}
|
1540
1540
|
/**
|
1541
|
-
* <p>Structure
|
1541
|
+
* <p>Structure that contains the rollback triggers for CloudFormation to monitor during stack creation
|
1542
1542
|
* and updating operations, and for the specified monitoring period afterwards.</p>
|
1543
1543
|
* <p>Rollback triggers enable you to have CloudFormation monitor the state of your application during
|
1544
1544
|
* stack creation and updating, and to roll back that operation if the application breaches the
|
@@ -1604,7 +1604,7 @@ export interface Tag {
|
|
1604
1604
|
Key: string | undefined;
|
1605
1605
|
/**
|
1606
1606
|
* <p>
|
1607
|
-
* <i>Required</i>. A string
|
1607
|
+
* <i>Required</i>. A string that contains the value for this tag. You can specify a
|
1608
1608
|
* maximum of 256 characters for a tag value.</p>
|
1609
1609
|
* @public
|
1610
1610
|
*/
|
@@ -1635,7 +1635,8 @@ export interface CreateChangeSetInput {
|
|
1635
1635
|
* <p>The URL of the file that contains the revised template. The URL must point to a template
|
1636
1636
|
* (max size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. CloudFormation
|
1637
1637
|
* generates the change set by comparing this template with the stack that you specified. The
|
1638
|
-
* location for an Amazon S3 bucket must start with <code>https://</code
|
1638
|
+
* location for an Amazon S3 bucket must start with <code>https://</code>. URLs from S3 static
|
1639
|
+
* websites are not supported.</p>
|
1639
1640
|
* <p>Conditional: You must specify only <code>TemplateBody</code> or
|
1640
1641
|
* <code>TemplateURL</code>.</p>
|
1641
1642
|
* @public
|
@@ -1684,48 +1685,48 @@ export interface CreateChangeSetInput {
|
|
1684
1685
|
* <ul>
|
1685
1686
|
* <li>
|
1686
1687
|
* <p>
|
1687
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
1688
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-accesskey.html">
|
1688
1689
|
* AWS::IAM::AccessKey</a>
|
1689
1690
|
* </p>
|
1690
1691
|
* </li>
|
1691
1692
|
* <li>
|
1692
1693
|
* <p>
|
1693
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
1694
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-group.html">
|
1694
1695
|
* AWS::IAM::Group</a>
|
1695
1696
|
* </p>
|
1696
1697
|
* </li>
|
1697
1698
|
* <li>
|
1698
1699
|
* <p>
|
1699
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
1700
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>
|
1700
1701
|
* </p>
|
1701
1702
|
* </li>
|
1702
1703
|
* <li>
|
1703
1704
|
* <p>
|
1704
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
1705
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-managedpolicy.html">
|
1705
1706
|
* AWS::IAM::ManagedPolicy</a>
|
1706
1707
|
* </p>
|
1707
1708
|
* </li>
|
1708
1709
|
* <li>
|
1709
1710
|
* <p>
|
1710
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
1711
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-policy.html">
|
1711
1712
|
* AWS::IAM::Policy</a>
|
1712
1713
|
* </p>
|
1713
1714
|
* </li>
|
1714
1715
|
* <li>
|
1715
1716
|
* <p>
|
1716
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
1717
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-role.html">
|
1717
1718
|
* AWS::IAM::Role</a>
|
1718
1719
|
* </p>
|
1719
1720
|
* </li>
|
1720
1721
|
* <li>
|
1721
1722
|
* <p>
|
1722
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
1723
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-user.html">
|
1723
1724
|
* AWS::IAM::User</a>
|
1724
1725
|
* </p>
|
1725
1726
|
* </li>
|
1726
1727
|
* <li>
|
1727
1728
|
* <p>
|
1728
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
1729
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-usertogroupaddition.html">AWS::IAM::UserToGroupAddition</a>
|
1729
1730
|
* </p>
|
1730
1731
|
* </li>
|
1731
1732
|
* </ul>
|
@@ -1886,15 +1887,16 @@ export interface CreateChangeSetInput {
|
|
1886
1887
|
*/
|
1887
1888
|
OnStackFailure?: OnStackFailure | undefined;
|
1888
1889
|
/**
|
1889
|
-
* <p>Indicates if the change set imports resources that already exist
|
1890
|
+
* <p>Indicates if the change set auto-imports resources that already exist. For more
|
1891
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/import-resources-automatically.html">Import Amazon Web Services
|
1892
|
+
* resources into a CloudFormation stack automatically</a> in the
|
1893
|
+
* <i>CloudFormation User Guide</i>.</p>
|
1890
1894
|
* <note>
|
1891
1895
|
* <p>This parameter can only import resources that have custom names in templates. For more
|
1892
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
1896
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-name.html">name type</a> in the
|
1893
1897
|
* <i>CloudFormation User Guide</i>. To import resources that do not accept custom
|
1894
|
-
* names, such as EC2 instances, use the
|
1895
|
-
*
|
1896
|
-
* a CloudFormation stack with a resource import</a> in the
|
1897
|
-
* <i>CloudFormation User Guide</i>.</p>
|
1898
|
+
* names, such as EC2 instances, use the <code>ResourcesToImport</code> parameter
|
1899
|
+
* instead.</p>
|
1898
1900
|
* </note>
|
1899
1901
|
* @public
|
1900
1902
|
*/
|
@@ -2127,17 +2129,18 @@ export interface CreateStackInput {
|
|
2127
2129
|
*/
|
2128
2130
|
StackName: string | undefined;
|
2129
2131
|
/**
|
2130
|
-
* <p>Structure
|
2132
|
+
* <p>Structure that contains the template body with a minimum length of 1 byte and a maximum
|
2131
2133
|
* length of 51,200 bytes.</p>
|
2132
|
-
* <p>Conditional: You must specify either
|
2133
|
-
*
|
2134
|
+
* <p>Conditional: You must specify either <code>TemplateBody</code> or
|
2135
|
+
* <code>TemplateURL</code>, but not both.</p>
|
2134
2136
|
* @public
|
2135
2137
|
*/
|
2136
2138
|
TemplateBody?: string | undefined;
|
2137
2139
|
/**
|
2138
|
-
* <p>The URL of a file
|
2140
|
+
* <p>The URL of a file that contains the template body. The URL must point to a template (max
|
2139
2141
|
* size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for
|
2140
|
-
* an Amazon S3 bucket must start with <code>https://</code
|
2142
|
+
* an Amazon S3 bucket must start with <code>https://</code>. URLs from S3 static websites are not
|
2143
|
+
* supported.</p>
|
2141
2144
|
* <p>Conditional: You must specify either the <code>TemplateBody</code> or the
|
2142
2145
|
* <code>TemplateURL</code> parameter, but not both.</p>
|
2143
2146
|
* @public
|
@@ -2209,43 +2212,43 @@ export interface CreateStackInput {
|
|
2209
2212
|
* <ul>
|
2210
2213
|
* <li>
|
2211
2214
|
* <p>
|
2212
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
2215
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-accesskey.html">AWS::IAM::AccessKey</a>
|
2213
2216
|
* </p>
|
2214
2217
|
* </li>
|
2215
2218
|
* <li>
|
2216
2219
|
* <p>
|
2217
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
2220
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-group.html">AWS::IAM::Group</a>
|
2218
2221
|
* </p>
|
2219
2222
|
* </li>
|
2220
2223
|
* <li>
|
2221
2224
|
* <p>
|
2222
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
2225
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>
|
2223
2226
|
* </p>
|
2224
2227
|
* </li>
|
2225
2228
|
* <li>
|
2226
2229
|
* <p>
|
2227
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
2230
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-managedpolicy.html">
|
2228
2231
|
* AWS::IAM::ManagedPolicy</a>
|
2229
2232
|
* </p>
|
2230
2233
|
* </li>
|
2231
2234
|
* <li>
|
2232
2235
|
* <p>
|
2233
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
2236
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-policy.html">AWS::IAM::Policy</a>
|
2234
2237
|
* </p>
|
2235
2238
|
* </li>
|
2236
2239
|
* <li>
|
2237
2240
|
* <p>
|
2238
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
2241
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-role.html">AWS::IAM::Role</a>
|
2239
2242
|
* </p>
|
2240
2243
|
* </li>
|
2241
2244
|
* <li>
|
2242
2245
|
* <p>
|
2243
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
2246
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-user.html">AWS::IAM::User</a>
|
2244
2247
|
* </p>
|
2245
2248
|
* </li>
|
2246
2249
|
* <li>
|
2247
2250
|
* <p>
|
2248
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
2251
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-usertogroupaddition.html">AWS::IAM::UserToGroupAddition</a>
|
2249
2252
|
* </p>
|
2250
2253
|
* </li>
|
2251
2254
|
* </ul>
|
@@ -2330,18 +2333,19 @@ export interface CreateStackInput {
|
|
2330
2333
|
*/
|
2331
2334
|
OnFailure?: OnFailure | undefined;
|
2332
2335
|
/**
|
2333
|
-
* <p>Structure
|
2336
|
+
* <p>Structure that contains the stack policy body. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html">Prevent updates to stack resources</a> in the <i>CloudFormation User Guide</i>.
|
2334
2337
|
* You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code>
|
2335
2338
|
* parameter, but not both.</p>
|
2336
2339
|
* @public
|
2337
2340
|
*/
|
2338
2341
|
StackPolicyBody?: string | undefined;
|
2339
2342
|
/**
|
2340
|
-
* <p>Location of a file
|
2343
|
+
* <p>Location of a file that contains the stack policy. The URL must point to a policy (maximum
|
2341
2344
|
* size: 16 KB) located in an S3 bucket in the same Region as the stack. The location for an Amazon S3
|
2342
|
-
* bucket must start with <code>https://</code>.
|
2343
|
-
*
|
2344
|
-
*
|
2345
|
+
* bucket must start with <code>https://</code>. URLs from S3 static websites are not
|
2346
|
+
* supported.</p>
|
2347
|
+
* <p>You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code>
|
2348
|
+
* parameter, but not both.</p>
|
2345
2349
|
* @public
|
2346
2350
|
*/
|
2347
2351
|
StackPolicyURL?: string | undefined;
|
@@ -2415,14 +2419,16 @@ export interface CreateStackOutput {
|
|
2415
2419
|
*/
|
2416
2420
|
export interface DeploymentTargets {
|
2417
2421
|
/**
|
2418
|
-
* <p>The account IDs of the Amazon Web Services accounts. If you have many account numbers, you can provide
|
2422
|
+
* <p>The account IDs of the Amazon Web Services accounts. If you have many account numbers, you can provide
|
2423
|
+
* those accounts using the <code>AccountsUrl</code> property instead.</p>
|
2419
2424
|
* @public
|
2420
2425
|
*/
|
2421
2426
|
Accounts?: string[] | undefined;
|
2422
2427
|
/**
|
2423
|
-
* <p>The Amazon S3 URL path to a file that contains a list of Amazon Web Services account IDs. The file
|
2424
|
-
* or <code>.txt</code>, and the data can be comma-separated
|
2425
|
-
* limit for the data (approximately 800,000
|
2428
|
+
* <p>The Amazon S3 URL path to a file that contains a list of Amazon Web Services account IDs. The file
|
2429
|
+
* format must be either <code>.csv</code> or <code>.txt</code>, and the data can be comma-separated
|
2430
|
+
* or new-line-separated. There is currently a 10MB limit for the data (approximately 800,000
|
2431
|
+
* accounts).</p>
|
2426
2432
|
* <p></p>
|
2427
2433
|
* @public
|
2428
2434
|
*/
|
@@ -2496,7 +2502,8 @@ export type RegionConcurrencyType = (typeof RegionConcurrencyType)[keyof typeof
|
|
2496
2502
|
* set operation options</a>.</p>
|
2497
2503
|
* <note>
|
2498
2504
|
* <p>
|
2499
|
-
* <code>StackSetOperationPreferences</code> don't apply to <code>AutoDeployment</code>, even
|
2505
|
+
* <code>StackSetOperationPreferences</code> don't apply to <code>AutoDeployment</code>, even
|
2506
|
+
* if it's enabled.</p>
|
2500
2507
|
* </note>
|
2501
2508
|
* @public
|
2502
2509
|
*/
|
@@ -2516,8 +2523,8 @@ export interface StackSetOperationPreferences {
|
|
2516
2523
|
* <p>The number of accounts, per Region, for which this operation can fail before CloudFormation
|
2517
2524
|
* stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't
|
2518
2525
|
* attempt the operation in any subsequent Regions.</p>
|
2519
|
-
* <p>
|
2520
|
-
* <code>FailureTolerancePercentage</code
|
2526
|
+
* <p>You can specify either <code>FailureToleranceCount</code> or
|
2527
|
+
* <code>FailureTolerancePercentage</code>, but not both.</p>
|
2521
2528
|
* <p>By default, <code>0</code> is specified.</p>
|
2522
2529
|
* @public
|
2523
2530
|
*/
|
@@ -2528,7 +2535,7 @@ export interface StackSetOperationPreferences {
|
|
2528
2535
|
* CloudFormation doesn't attempt the operation in any subsequent Regions.</p>
|
2529
2536
|
* <p>When calculating the number of accounts based on the specified percentage, CloudFormation rounds
|
2530
2537
|
* <i>down</i> to the next whole number.</p>
|
2531
|
-
* <p>
|
2538
|
+
* <p>You can specify either <code>FailureToleranceCount</code> or
|
2532
2539
|
* <code>FailureTolerancePercentage</code>, but not both.</p>
|
2533
2540
|
* <p>By default, <code>0</code> is specified.</p>
|
2534
2541
|
* @public
|
@@ -2542,7 +2549,7 @@ export interface StackSetOperationPreferences {
|
|
2542
2549
|
* <p>Note that this setting lets you specify the <i>maximum</i> for operations. For
|
2543
2550
|
* large deployments, under certain circumstances the actual number of accounts acted upon
|
2544
2551
|
* concurrently may be lower due to service throttling.</p>
|
2545
|
-
* <p>
|
2552
|
+
* <p>You can specify either <code>MaxConcurrentCount</code> or
|
2546
2553
|
* <code>MaxConcurrentPercentage</code>, but not both.</p>
|
2547
2554
|
* <p>By default, <code>1</code> is specified.</p>
|
2548
2555
|
* @public
|
@@ -2556,7 +2563,7 @@ export interface StackSetOperationPreferences {
|
|
2556
2563
|
* <p>Note that this setting lets you specify the <i>maximum</i> for operations. For
|
2557
2564
|
* large deployments, under certain circumstances the actual number of accounts acted upon
|
2558
2565
|
* concurrently may be lower due to service throttling.</p>
|
2559
|
-
* <p>
|
2566
|
+
* <p>You can specify either <code>MaxConcurrentCount</code> or
|
2560
2567
|
* <code>MaxConcurrentPercentage</code>, but not both.</p>
|
2561
2568
|
* <p>By default, <code>1</code> is specified.</p>
|
2562
2569
|
* @public
|
@@ -2918,17 +2925,18 @@ export interface CreateStackSetInput {
|
|
2918
2925
|
/**
|
2919
2926
|
* <p>The structure that contains the template body, with a minimum length of 1 byte and a
|
2920
2927
|
* maximum length of 51,200 bytes.</p>
|
2921
|
-
* <p>Conditional: You must specify either the TemplateBody or the
|
2922
|
-
*
|
2928
|
+
* <p>Conditional: You must specify either the <code>TemplateBody</code> or the
|
2929
|
+
* <code>TemplateURL</code> parameter, but not both.</p>
|
2923
2930
|
* @public
|
2924
2931
|
*/
|
2925
2932
|
TemplateBody?: string | undefined;
|
2926
2933
|
/**
|
2927
2934
|
* <p>The URL of a file that contains the template body. The URL must point to a template
|
2928
2935
|
* (maximum size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The
|
2929
|
-
* location for an Amazon S3 bucket must start with <code>https://</code
|
2930
|
-
*
|
2931
|
-
*
|
2936
|
+
* location for an Amazon S3 bucket must start with <code>https://</code>. S3 static website URLs are
|
2937
|
+
* not supported.</p>
|
2938
|
+
* <p>Conditional: You must specify either the <code>TemplateBody</code> or the
|
2939
|
+
* <code>TemplateURL</code> parameter, but not both.</p>
|
2932
2940
|
* @public
|
2933
2941
|
*/
|
2934
2942
|
TemplateURL?: string | undefined;
|
@@ -2975,37 +2983,37 @@ export interface CreateStackSetInput {
|
|
2975
2983
|
* <ul>
|
2976
2984
|
* <li>
|
2977
2985
|
* <p>
|
2978
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
2986
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-accesskey.html">AWS::IAM::AccessKey</a>
|
2979
2987
|
* </p>
|
2980
2988
|
* </li>
|
2981
2989
|
* <li>
|
2982
2990
|
* <p>
|
2983
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
2991
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-group.html">AWS::IAM::Group</a>
|
2984
2992
|
* </p>
|
2985
2993
|
* </li>
|
2986
2994
|
* <li>
|
2987
2995
|
* <p>
|
2988
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
2996
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>
|
2989
2997
|
* </p>
|
2990
2998
|
* </li>
|
2991
2999
|
* <li>
|
2992
3000
|
* <p>
|
2993
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
3001
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-policy.html">AWS::IAM::Policy</a>
|
2994
3002
|
* </p>
|
2995
3003
|
* </li>
|
2996
3004
|
* <li>
|
2997
3005
|
* <p>
|
2998
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
3006
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-role.html">AWS::IAM::Role</a>
|
2999
3007
|
* </p>
|
3000
3008
|
* </li>
|
3001
3009
|
* <li>
|
3002
3010
|
* <p>
|
3003
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
3011
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-user.html">AWS::IAM::User</a>
|
3004
3012
|
* </p>
|
3005
3013
|
* </li>
|
3006
3014
|
* <li>
|
3007
3015
|
* <p>
|
3008
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
3016
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-usertogroupaddition.html">AWS::IAM::UserToGroupAddition</a>
|
3009
3017
|
* </p>
|
3010
3018
|
* </li>
|
3011
3019
|
* </ul>
|
@@ -3721,7 +3729,7 @@ export interface DescribeChangeSetOutput {
|
|
3721
3729
|
/**
|
3722
3730
|
* <p>Indicates if the change set imports resources that already exist.</p>
|
3723
3731
|
* <note>
|
3724
|
-
* <p>This parameter can only import resources that have <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
3732
|
+
* <p>This parameter can only import resources that have <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-name.html">custom names</a> in
|
3725
3733
|
* templates. To import resources that do not accept custom names, such as EC2 instances, use
|
3726
3734
|
* the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import.html">resource import</a>
|
3727
3735
|
* feature instead.</p>
|
@@ -4476,7 +4484,7 @@ export interface DescribeStackDriftDetectionStatusOutput {
|
|
4476
4484
|
* </li>
|
4477
4485
|
* <li>
|
4478
4486
|
* <p>
|
4479
|
-
* <code>UNKNOWN</code>:
|
4487
|
+
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for a resource in the stack. See the <code>DetectionStatusReason</code> for details.</p>
|
4480
4488
|
* </li>
|
4481
4489
|
* </ul>
|
4482
4490
|
* @public
|
@@ -4723,7 +4731,7 @@ export interface StackEvent {
|
|
4723
4731
|
*/
|
4724
4732
|
HookFailureMode?: HookFailureMode | undefined;
|
4725
4733
|
/**
|
4726
|
-
* <p>An optional field
|
4734
|
+
* <p>An optional field that contains information about the detailed status of the stack
|
4727
4735
|
* event.</p>
|
4728
4736
|
* <ul>
|
4729
4737
|
* <li>
|
@@ -5184,6 +5192,7 @@ export declare const StackResourceDriftStatus: {
|
|
5184
5192
|
readonly IN_SYNC: "IN_SYNC";
|
5185
5193
|
readonly MODIFIED: "MODIFIED";
|
5186
5194
|
readonly NOT_CHECKED: "NOT_CHECKED";
|
5195
|
+
readonly UNKNOWN: "UNKNOWN";
|
5187
5196
|
};
|
5188
5197
|
/**
|
5189
5198
|
* @public
|
@@ -5311,8 +5320,8 @@ export interface StackResourceDetail {
|
|
5311
5320
|
*/
|
5312
5321
|
export interface DescribeStackResourceOutput {
|
5313
5322
|
/**
|
5314
|
-
* <p>A <code>StackResourceDetail</code> structure
|
5315
|
-
* resource in the specified stack.</p>
|
5323
|
+
* <p>A <code>StackResourceDetail</code> structure that contains the description of the
|
5324
|
+
* specified resource in the specified stack.</p>
|
5316
5325
|
* @public
|
5317
5326
|
*/
|
5318
5327
|
StackResourceDetail?: StackResourceDetail | undefined;
|
@@ -5349,6 +5358,10 @@ export interface DescribeStackResourceDriftsInput {
|
|
5349
5358
|
* <p>
|
5350
5359
|
* <code>NOT_CHECKED</code>: CloudFormation doesn't currently return this value.</p>
|
5351
5360
|
* </li>
|
5361
|
+
* <li>
|
5362
|
+
* <p>
|
5363
|
+
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for the resource.</p>
|
5364
|
+
* </li>
|
5352
5365
|
* </ul>
|
5353
5366
|
* @public
|
5354
5367
|
*/
|
@@ -5492,7 +5505,7 @@ export interface StackResourceDrift {
|
|
5492
5505
|
*/
|
5493
5506
|
ResourceType: string | undefined;
|
5494
5507
|
/**
|
5495
|
-
* <p>A JSON structure
|
5508
|
+
* <p>A JSON structure that contains the expected property values of the stack resource, as defined
|
5496
5509
|
* in the stack template and any values specified as template parameters.</p>
|
5497
5510
|
* <p>For resources whose <code>StackResourceDriftStatus</code> is <code>DELETED</code>, this
|
5498
5511
|
* structure will not be present.</p>
|
@@ -5500,7 +5513,7 @@ export interface StackResourceDrift {
|
|
5500
5513
|
*/
|
5501
5514
|
ExpectedProperties?: string | undefined;
|
5502
5515
|
/**
|
5503
|
-
* <p>A JSON structure
|
5516
|
+
* <p>A JSON structure that contains the actual property values of the stack resource.</p>
|
5504
5517
|
* <p>For resources whose <code>StackResourceDriftStatus</code> is <code>DELETED</code>, this
|
5505
5518
|
* structure will not be present.</p>
|
5506
5519
|
* @public
|
@@ -5535,6 +5548,10 @@ export interface StackResourceDrift {
|
|
5535
5548
|
* <p>
|
5536
5549
|
* <code>NOT_CHECKED</code>: CloudFormation does not currently return this value.</p>
|
5537
5550
|
* </li>
|
5551
|
+
* <li>
|
5552
|
+
* <p>
|
5553
|
+
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for the resource. See the <code>DriftStatusReason</code> for details.</p>
|
5554
|
+
* </li>
|
5538
5555
|
* </ul>
|
5539
5556
|
* @public
|
5540
5557
|
*/
|
@@ -5550,6 +5567,11 @@ export interface StackResourceDrift {
|
|
5550
5567
|
* @public
|
5551
5568
|
*/
|
5552
5569
|
ModuleInfo?: ModuleInfo | undefined;
|
5570
|
+
/**
|
5571
|
+
* <p>The reason for the drift status. </p>
|
5572
|
+
* @public
|
5573
|
+
*/
|
5574
|
+
DriftStatusReason?: string | undefined;
|
5553
5575
|
}
|
5554
5576
|
/**
|
5555
5577
|
* @public
|
@@ -5760,7 +5782,7 @@ export interface StackDriftInformation {
|
|
5760
5782
|
* </li>
|
5761
5783
|
* <li>
|
5762
5784
|
* <p>
|
5763
|
-
* <code>UNKNOWN</code>:
|
5785
|
+
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for a resource in the stack.</p>
|
5764
5786
|
* </li>
|
5765
5787
|
* </ul>
|
5766
5788
|
* @public
|
@@ -5950,19 +5972,17 @@ export interface Stack {
|
|
5950
5972
|
*/
|
5951
5973
|
EnableTerminationProtection?: boolean | undefined;
|
5952
5974
|
/**
|
5953
|
-
* <p>For nested stacks
|
5975
|
+
* <p>For nested stacks, the stack ID of the direct
|
5954
5976
|
* parent of this stack. For the first level of nested stacks, the root stack is also the parent
|
5955
5977
|
* stack.</p>
|
5956
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">
|
5957
|
-
* stacks using nested stacks</a> in the <i>CloudFormation User Guide</i>.</p>
|
5978
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in the <i>CloudFormation User Guide</i>.</p>
|
5958
5979
|
* @public
|
5959
5980
|
*/
|
5960
5981
|
ParentId?: string | undefined;
|
5961
5982
|
/**
|
5962
|
-
* <p>For nested stacks
|
5983
|
+
* <p>For nested stacks, the stack ID of the
|
5963
5984
|
* top-level stack to which the nested stack ultimately belongs.</p>
|
5964
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">
|
5965
|
-
* stacks using nested stacks</a> in the <i>CloudFormation User Guide</i>.</p>
|
5985
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in the <i>CloudFormation User Guide</i>.</p>
|
5966
5986
|
* @public
|
5967
5987
|
*/
|
5968
5988
|
RootId?: string | undefined;
|
@@ -7163,7 +7183,7 @@ export interface DetectStackSetDriftOutput {
|
|
7163
7183
|
*/
|
7164
7184
|
export interface EstimateTemplateCostInput {
|
7165
7185
|
/**
|
7166
|
-
* <p>Structure
|
7186
|
+
* <p>Structure that contains the template body with a minimum length of 1 byte and a maximum
|
7167
7187
|
* length of 51,200 bytes.</p>
|
7168
7188
|
* <p>Conditional: You must pass <code>TemplateBody</code> or <code>TemplateURL</code>. If both
|
7169
7189
|
* are passed, only <code>TemplateBody</code> is used.</p>
|
@@ -7171,9 +7191,9 @@ export interface EstimateTemplateCostInput {
|
|
7171
7191
|
*/
|
7172
7192
|
TemplateBody?: string | undefined;
|
7173
7193
|
/**
|
7174
|
-
* <p>The URL of a file
|
7194
|
+
* <p>The URL of a file that contains the template body. The URL must point to a template that's
|
7175
7195
|
* located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must
|
7176
|
-
* start with <code>https://</code
|
7196
|
+
* start with <code>https://</code>. URLs from S3 static websites are not supported.</p>
|
7177
7197
|
* <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both
|
7178
7198
|
* are passed, only <code>TemplateBody</code> is used.</p>
|
7179
7199
|
* @public
|
@@ -7381,7 +7401,7 @@ export interface GetStackPolicyInput {
|
|
7381
7401
|
*/
|
7382
7402
|
export interface GetStackPolicyOutput {
|
7383
7403
|
/**
|
7384
|
-
* <p>Structure
|
7404
|
+
* <p>Structure that contains the stack policy body. (For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html">Prevent updates to stack resources</a> in the
|
7385
7405
|
* <i>CloudFormation User Guide</i>.)</p>
|
7386
7406
|
* @public
|
7387
7407
|
*/
|
@@ -7442,7 +7462,7 @@ export interface GetTemplateInput {
|
|
7442
7462
|
*/
|
7443
7463
|
export interface GetTemplateOutput {
|
7444
7464
|
/**
|
7445
|
-
* <p>Structure
|
7465
|
+
* <p>Structure that contains the template body.</p>
|
7446
7466
|
* <p>CloudFormation returns the same template that was used when the stack was created.</p>
|
7447
7467
|
* @public
|
7448
7468
|
*/
|
@@ -7475,7 +7495,7 @@ export interface TemplateSummaryConfig {
|
|
7475
7495
|
*/
|
7476
7496
|
export interface GetTemplateSummaryInput {
|
7477
7497
|
/**
|
7478
|
-
* <p>Structure
|
7498
|
+
* <p>Structure that contains the template body with a minimum length of 1 byte and a maximum
|
7479
7499
|
* length of 51,200 bytes.</p>
|
7480
7500
|
* <p>Conditional: You must specify only one of the following parameters:
|
7481
7501
|
* <code>StackName</code>, <code>StackSetName</code>, <code>TemplateBody</code>, or
|
@@ -7484,7 +7504,7 @@ export interface GetTemplateSummaryInput {
|
|
7484
7504
|
*/
|
7485
7505
|
TemplateBody?: string | undefined;
|
7486
7506
|
/**
|
7487
|
-
* <p>The URL of a file
|
7507
|
+
* <p>The URL of a file that contains the template body. The URL must point to a template (max
|
7488
7508
|
* size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for
|
7489
7509
|
* an Amazon S3 bucket must start with <code>https://</code>.</p>
|
7490
7510
|
* <p>Conditional: You must specify only one of the following parameters:
|
@@ -7693,7 +7713,7 @@ export interface GetTemplateSummaryOutput {
|
|
7693
7713
|
*/
|
7694
7714
|
ResourceIdentifierSummaries?: ResourceIdentifierSummary[] | undefined;
|
7695
7715
|
/**
|
7696
|
-
* <p>An object
|
7716
|
+
* <p>An object that contains any warnings returned.</p>
|
7697
7717
|
* @public
|
7698
7718
|
*/
|
7699
7719
|
Warnings?: Warnings | undefined;
|
@@ -9342,7 +9362,7 @@ export interface StackDriftInformationSummary {
|
|
9342
9362
|
* </li>
|
9343
9363
|
* <li>
|
9344
9364
|
* <p>
|
9345
|
-
* <code>UNKNOWN</code>:
|
9365
|
+
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for a resource in the stack.</p>
|
9346
9366
|
* </li>
|
9347
9367
|
* </ul>
|
9348
9368
|
* @public
|
@@ -9402,19 +9422,17 @@ export interface StackSummary {
|
|
9402
9422
|
*/
|
9403
9423
|
StackStatusReason?: string | undefined;
|
9404
9424
|
/**
|
9405
|
-
* <p>For nested stacks
|
9425
|
+
* <p>For nested stacks, the stack ID of the direct
|
9406
9426
|
* parent of this stack. For the first level of nested stacks, the root stack is also the parent
|
9407
9427
|
* stack.</p>
|
9408
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">
|
9409
|
-
* stacks using nested stacks</a> in the <i>CloudFormation User Guide</i>.</p>
|
9428
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in the <i>CloudFormation User Guide</i>.</p>
|
9410
9429
|
* @public
|
9411
9430
|
*/
|
9412
9431
|
ParentId?: string | undefined;
|
9413
9432
|
/**
|
9414
|
-
* <p>For nested stacks
|
9433
|
+
* <p>For nested stacks, the stack ID of the
|
9415
9434
|
* top-level stack to which the nested stack ultimately belongs.</p>
|
9416
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">
|
9417
|
-
* stacks using nested stacks</a> in the <i>CloudFormation User Guide</i>.</p>
|
9435
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in the <i>CloudFormation User Guide</i>.</p>
|
9418
9436
|
* @public
|
9419
9437
|
*/
|
9420
9438
|
RootId?: string | undefined;
|
@@ -9433,8 +9451,8 @@ export interface StackSummary {
|
|
9433
9451
|
*/
|
9434
9452
|
export interface ListStacksOutput {
|
9435
9453
|
/**
|
9436
|
-
* <p>A list of <code>StackSummary</code> structures
|
9437
|
-
* stacks.</p>
|
9454
|
+
* <p>A list of <code>StackSummary</code> structures that contains information about the
|
9455
|
+
* specified stacks.</p>
|
9438
9456
|
* @public
|
9439
9457
|
*/
|
9440
9458
|
StackSummaries?: StackSummary[] | undefined;
|