@cdk8s/awscdk-resolver 0.0.270 → 0.0.272
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 +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +108 -18
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +91 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +1 -32
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +8 -97
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +47 -12
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +1 -42
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -30
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +28 -29
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +3 -28
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +12 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +36 -38
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +141 -219
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +165 -16
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +11 -17
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +21 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +17 -18
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +4 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +79 -30
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +20 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/core/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +17 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +36 -36
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +5 -7
- package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/package.json +5 -5
@@ -1632,10 +1632,10 @@ export interface CreateChangeSetInput {
|
|
1632
1632
|
*/
|
1633
1633
|
TemplateBody?: string | undefined;
|
1634
1634
|
/**
|
1635
|
-
* <p>The URL of the file that contains the revised template. The URL must point to a
|
1636
|
-
*
|
1637
|
-
*
|
1638
|
-
*
|
1635
|
+
* <p>The URL of the file that contains the revised template. The URL must point to a template
|
1636
|
+
* (max size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. CloudFormation
|
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>.</p>
|
1639
1639
|
* <p>Conditional: You must specify only <code>TemplateBody</code> or
|
1640
1640
|
* <code>TemplateURL</code>.</p>
|
1641
1641
|
* @public
|
@@ -1742,7 +1742,8 @@ export interface CreateChangeSetInput {
|
|
1742
1742
|
* before actually creating the stack. If your stack template contains one or more macros,
|
1743
1743
|
* and you choose to create a stack directly from the processed template, without first
|
1744
1744
|
* reviewing the resulting changes in a change set, you must acknowledge this capability.
|
1745
|
-
* This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html">AWS::Include</a>
|
1745
|
+
* This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html">AWS::Include</a>
|
1746
|
+
* and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.</p>
|
1746
1747
|
* <note>
|
1747
1748
|
* <p>This capacity doesn't apply to creating change sets, and specifying it when creating
|
1748
1749
|
* change sets has no effect.</p>
|
@@ -2134,9 +2135,9 @@ export interface CreateStackInput {
|
|
2134
2135
|
*/
|
2135
2136
|
TemplateBody?: string | undefined;
|
2136
2137
|
/**
|
2137
|
-
* <p>The URL of a file containing the template body. The URL must point to a template (max
|
2138
|
-
* 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location
|
2139
|
-
*
|
2138
|
+
* <p>The URL of a file containing the template body. The URL must point to a template (max
|
2139
|
+
* 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>.</p>
|
2140
2141
|
* <p>Conditional: You must specify either the <code>TemplateBody</code> or the
|
2141
2142
|
* <code>TemplateURL</code> parameter, but not both.</p>
|
2142
2143
|
* @public
|
@@ -2261,7 +2262,8 @@ export interface CreateStackInput {
|
|
2261
2262
|
* before actually creating the stack. If your stack template contains one or more macros,
|
2262
2263
|
* and you choose to create a stack directly from the processed template, without first
|
2263
2264
|
* reviewing the resulting changes in a change set, you must acknowledge this capability.
|
2264
|
-
* This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html">AWS::Include</a>
|
2265
|
+
* This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html">AWS::Include</a>
|
2266
|
+
* and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.</p>
|
2265
2267
|
* <p>If you want to create a stack from a stack template that contains macros
|
2266
2268
|
* <i>and</i> nested stacks, you must create the stack directly from the
|
2267
2269
|
* template using this capability.</p>
|
@@ -2492,6 +2494,10 @@ export type RegionConcurrencyType = (typeof RegionConcurrencyType)[keyof typeof
|
|
2492
2494
|
* <p>The user-specified preferences for how CloudFormation performs a stack set operation.</p>
|
2493
2495
|
* <p>For more information about maximum concurrent accounts and failure tolerance, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-ops-options">Stack
|
2494
2496
|
* set operation options</a>.</p>
|
2497
|
+
* <note>
|
2498
|
+
* <p>
|
2499
|
+
* <code>StackSetOperationPreferences</code> don't apply to <code>AutoDeployment</code>, even if it's enabled.</p>
|
2500
|
+
* </note>
|
2495
2501
|
* @public
|
2496
2502
|
*/
|
2497
2503
|
export interface StackSetOperationPreferences {
|
@@ -2503,10 +2509,6 @@ export interface StackSetOperationPreferences {
|
|
2503
2509
|
RegionConcurrencyType?: RegionConcurrencyType | undefined;
|
2504
2510
|
/**
|
2505
2511
|
* <p>The order of the Regions where you want to perform the stack operation.</p>
|
2506
|
-
* <note>
|
2507
|
-
* <p>
|
2508
|
-
* <code>RegionOrder</code> isn't followed if <code>AutoDeployment</code> is enabled.</p>
|
2509
|
-
* </note>
|
2510
2512
|
* @public
|
2511
2513
|
*/
|
2512
2514
|
RegionOrder?: string[] | undefined;
|
@@ -2771,17 +2773,20 @@ export interface ResourceLocation {
|
|
2771
2773
|
LogicalResourceId: string | undefined;
|
2772
2774
|
}
|
2773
2775
|
/**
|
2774
|
-
* <p>Specifies the current source of the resource and the destination of where it will be moved
|
2776
|
+
* <p>Specifies the current source of the resource and the destination of where it will be moved
|
2777
|
+
* to.</p>
|
2775
2778
|
* @public
|
2776
2779
|
*/
|
2777
2780
|
export interface ResourceMapping {
|
2778
2781
|
/**
|
2779
|
-
* <p>The source stack <code>StackName</code> and <code>LogicalResourceId</code> for the resource
|
2782
|
+
* <p>The source stack <code>StackName</code> and <code>LogicalResourceId</code> for the resource
|
2783
|
+
* being refactored.</p>
|
2780
2784
|
* @public
|
2781
2785
|
*/
|
2782
2786
|
Source: ResourceLocation | undefined;
|
2783
2787
|
/**
|
2784
|
-
* <p>The destination stack <code>StackName</code> and <code>LogicalResourceId</code> for the
|
2788
|
+
* <p>The destination stack <code>StackName</code> and <code>LogicalResourceId</code> for the
|
2789
|
+
* resource being refactored.</p>
|
2785
2790
|
* @public
|
2786
2791
|
*/
|
2787
2792
|
Destination: ResourceLocation | undefined;
|
@@ -2822,7 +2827,8 @@ export interface CreateStackRefactorInput {
|
|
2822
2827
|
*/
|
2823
2828
|
EnableStackCreation?: boolean | undefined;
|
2824
2829
|
/**
|
2825
|
-
* <p>The mappings for the stack resource <code>Source</code> and stack resource
|
2830
|
+
* <p>The mappings for the stack resource <code>Source</code> and stack resource
|
2831
|
+
* <code>Destination</code>.</p>
|
2826
2832
|
* @public
|
2827
2833
|
*/
|
2828
2834
|
ResourceMappings?: ResourceMapping[] | undefined;
|
@@ -2919,8 +2925,8 @@ export interface CreateStackSetInput {
|
|
2919
2925
|
TemplateBody?: string | undefined;
|
2920
2926
|
/**
|
2921
2927
|
* <p>The URL of a file that contains the template body. The URL must point to a template
|
2922
|
-
* (maximum size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document.
|
2923
|
-
*
|
2928
|
+
* (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>.</p>
|
2924
2930
|
* <p>Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but
|
2925
2931
|
* not both.</p>
|
2926
2932
|
* @public
|
@@ -3040,8 +3046,9 @@ export interface CreateStackSetInput {
|
|
3040
3046
|
* <p>The Amazon Resource Name (ARN) of the IAM role to use to create this stack set.</p>
|
3041
3047
|
* <p>Specify an IAM role only if you are using customized administrator roles to control
|
3042
3048
|
* which users or groups can manage specific stack sets within the same administrator account.
|
3043
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">
|
3044
|
-
*
|
3049
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
|
3050
|
+
* self-managed permissions</a> in the <i>CloudFormation User Guide</i>.</p>
|
3051
|
+
* <p>Valid only if the permissions model is <code>SELF_MANAGED</code>.</p>
|
3045
3052
|
* @public
|
3046
3053
|
*/
|
3047
3054
|
AdministrationRoleARN?: string | undefined;
|
@@ -3051,6 +3058,7 @@ export interface CreateStackSetInput {
|
|
3051
3058
|
* role for the stack set operation.</p>
|
3052
3059
|
* <p>Specify an IAM role only if you are using customized execution roles to control which
|
3053
3060
|
* stack resources users and groups can include in their stack sets.</p>
|
3061
|
+
* <p>Valid only if the permissions model is <code>SELF_MANAGED</code>.</p>
|
3054
3062
|
* @public
|
3055
3063
|
*/
|
3056
3064
|
ExecutionRoleName?: string | undefined;
|
@@ -3074,15 +3082,17 @@ export interface CreateStackSetInput {
|
|
3074
3082
|
PermissionModel?: PermissionModels | undefined;
|
3075
3083
|
/**
|
3076
3084
|
* <p>Describes whether StackSets automatically deploys to Organizations accounts that
|
3077
|
-
* are added to the target organization or organizational unit (OU).
|
3078
|
-
* <
|
3085
|
+
* are added to the target organization or organizational unit (OU). For more information, see
|
3086
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html">Manage
|
3087
|
+
* automatic deployments for CloudFormation StackSets that use service-managed permissions</a>
|
3088
|
+
* in the <i>CloudFormation User Guide</i>.</p>
|
3089
|
+
* <p>Required if the permissions model is <code>SERVICE_MANAGED</code>. (Not used with
|
3090
|
+
* self-managed permissions.)</p>
|
3079
3091
|
* @public
|
3080
3092
|
*/
|
3081
3093
|
AutoDeployment?: AutoDeployment | undefined;
|
3082
3094
|
/**
|
3083
|
-
* <p>
|
3084
|
-
* in the organization's management account or as a delegated administrator in a
|
3085
|
-
* member account.</p>
|
3095
|
+
* <p>Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.</p>
|
3086
3096
|
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
|
3087
3097
|
* self-managed permissions.</p>
|
3088
3098
|
* <ul>
|
@@ -3098,6 +3108,7 @@ export interface CreateStackSetInput {
|
|
3098
3108
|
* </ul>
|
3099
3109
|
* <p>Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated
|
3100
3110
|
* administrators.</p>
|
3111
|
+
* <p>Valid only if the permissions model is <code>SERVICE_MANAGED</code>.</p>
|
3101
3112
|
* @public
|
3102
3113
|
*/
|
3103
3114
|
CallAs?: CallAs | undefined;
|
@@ -3742,7 +3753,7 @@ export interface DescribeChangeSetHooksInput {
|
|
3742
3753
|
NextToken?: string | undefined;
|
3743
3754
|
/**
|
3744
3755
|
* <p>If specified, lists only the Hooks related to the specified
|
3745
|
-
*
|
3756
|
+
* <code>LogicalResourceId</code>.</p>
|
3746
3757
|
* @public
|
3747
3758
|
*/
|
3748
3759
|
LogicalResourceId?: string | undefined;
|
@@ -4239,6 +4250,24 @@ export interface DescribeResourceScanInput {
|
|
4239
4250
|
*/
|
4240
4251
|
ResourceScanId: string | undefined;
|
4241
4252
|
}
|
4253
|
+
/**
|
4254
|
+
* <p>A filter that is used to specify which resource types to scan.</p>
|
4255
|
+
* @public
|
4256
|
+
*/
|
4257
|
+
export interface ScanFilter {
|
4258
|
+
/**
|
4259
|
+
* <p>An array of strings where each string represents an Amazon Web Services resource type you want to scan.
|
4260
|
+
* Each string defines the resource type using the format
|
4261
|
+
* <code>AWS::ServiceName::ResourceType</code>, for example, <code>AWS::DynamoDB::Table</code>. For
|
4262
|
+
* the full list of supported resource types, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html">Resource type
|
4263
|
+
* support</a> table in the <i>CloudFormation User Guide</i>.</p>
|
4264
|
+
* <p>To scan all resource types within a service, you can use a wildcard, represented by an
|
4265
|
+
* asterisk (<code>*</code>). You can place a asterisk at only the end of the string, for example,
|
4266
|
+
* <code>AWS::S3::*</code>.</p>
|
4267
|
+
* @public
|
4268
|
+
*/
|
4269
|
+
Types?: string[] | undefined;
|
4270
|
+
}
|
4242
4271
|
/**
|
4243
4272
|
* @public
|
4244
4273
|
* @enum
|
@@ -4271,7 +4300,7 @@ export interface DescribeResourceScanOutput {
|
|
4271
4300
|
* <dl>
|
4272
4301
|
* <dt>
|
4273
4302
|
*
|
4274
|
-
*
|
4303
|
+
* IN_PROGRESS
|
4275
4304
|
*
|
4276
4305
|
* </dt>
|
4277
4306
|
* <dd>
|
@@ -4341,8 +4370,8 @@ export interface DescribeResourceScanOutput {
|
|
4341
4370
|
ResourcesScanned?: number | undefined;
|
4342
4371
|
/**
|
4343
4372
|
* <p>The number of resources that were read. This is only available for scans with a
|
4344
|
-
* <code>Status</code> set to <code>COMPLETE</code>, <code>EXPIRED</code>, or
|
4345
|
-
*
|
4373
|
+
* <code>Status</code> set to <code>COMPLETE</code>, <code>EXPIRED</code>, or
|
4374
|
+
* <code>FAILED</code>.</p>
|
4346
4375
|
* <note>
|
4347
4376
|
* <p>This field may be 0 if the resource scan failed with a
|
4348
4377
|
* <code>ResourceScanLimitExceededException</code>.</p>
|
@@ -4350,6 +4379,11 @@ export interface DescribeResourceScanOutput {
|
|
4350
4379
|
* @public
|
4351
4380
|
*/
|
4352
4381
|
ResourcesRead?: number | undefined;
|
4382
|
+
/**
|
4383
|
+
* <p>The scan filters that were used.</p>
|
4384
|
+
* @public
|
4385
|
+
*/
|
4386
|
+
ScanFilters?: ScanFilter[] | undefined;
|
4353
4387
|
}
|
4354
4388
|
/**
|
4355
4389
|
* <p>The resource scan was not found.</p>
|
@@ -4508,7 +4542,6 @@ export interface DescribeStackEventsInput {
|
|
4508
4542
|
* <p>Deleted stacks: You must specify the unique stack ID.</p>
|
4509
4543
|
* </li>
|
4510
4544
|
* </ul>
|
4511
|
-
* <p>Default: There is no default value.</p>
|
4512
4545
|
* @public
|
4513
4546
|
*/
|
4514
4547
|
StackName?: string | undefined;
|
@@ -5132,13 +5165,11 @@ export interface DescribeStackResourceInput {
|
|
5132
5165
|
* <p>Deleted stacks: You must specify the unique stack ID.</p>
|
5133
5166
|
* </li>
|
5134
5167
|
* </ul>
|
5135
|
-
* <p>Default: There is no default value.</p>
|
5136
5168
|
* @public
|
5137
5169
|
*/
|
5138
5170
|
StackName: string | undefined;
|
5139
5171
|
/**
|
5140
5172
|
* <p>The logical name of the resource as specified in the template.</p>
|
5141
|
-
* <p>Default: There is no default value.</p>
|
5142
5173
|
* @public
|
5143
5174
|
*/
|
5144
5175
|
LogicalResourceId: string | undefined;
|
@@ -5560,7 +5591,6 @@ export interface DescribeStackResourcesInput {
|
|
5560
5591
|
* <p>Deleted stacks: You must specify the unique stack ID.</p>
|
5561
5592
|
* </li>
|
5562
5593
|
* </ul>
|
5563
|
-
* <p>Default: There is no default value.</p>
|
5564
5594
|
* <p>Required: Conditional. If you don't specify <code>StackName</code>, you must specify
|
5565
5595
|
* <code>PhysicalResourceId</code>.</p>
|
5566
5596
|
* @public
|
@@ -5568,7 +5598,6 @@ export interface DescribeStackResourcesInput {
|
|
5568
5598
|
StackName?: string | undefined;
|
5569
5599
|
/**
|
5570
5600
|
* <p>The logical name of the resource as specified in the template.</p>
|
5571
|
-
* <p>Default: There is no default value.</p>
|
5572
5601
|
* @public
|
5573
5602
|
*/
|
5574
5603
|
LogicalResourceId?: string | undefined;
|
@@ -5581,7 +5610,6 @@ export interface DescribeStackResourcesInput {
|
|
5581
5610
|
* instance belongs to and what other resources are part of the stack.</p>
|
5582
5611
|
* <p>Required: Conditional. If you don't specify <code>PhysicalResourceId</code>, you must
|
5583
5612
|
* specify <code>StackName</code>.</p>
|
5584
|
-
* <p>Default: There is no default value.</p>
|
5585
5613
|
* @public
|
5586
5614
|
*/
|
5587
5615
|
PhysicalResourceId?: string | undefined;
|
@@ -5693,7 +5721,6 @@ export interface DescribeStacksInput {
|
|
5693
5721
|
* <p>Deleted stacks: You must specify the unique stack ID.</p>
|
5694
5722
|
* </li>
|
5695
5723
|
* </ul>
|
5696
|
-
* <p>Default: There is no default value.</p>
|
5697
5724
|
* @public
|
5698
5725
|
*/
|
5699
5726
|
StackName?: string | undefined;
|
@@ -7387,7 +7414,6 @@ export interface GetTemplateInput {
|
|
7387
7414
|
* <p>Deleted stacks: You must specify the unique stack ID.</p>
|
7388
7415
|
* </li>
|
7389
7416
|
* </ul>
|
7390
|
-
* <p>Default: There is no default value.</p>
|
7391
7417
|
* @public
|
7392
7418
|
*/
|
7393
7419
|
StackName?: string | undefined;
|
@@ -7457,9 +7483,9 @@ export interface GetTemplateSummaryInput {
|
|
7457
7483
|
*/
|
7458
7484
|
TemplateBody?: string | undefined;
|
7459
7485
|
/**
|
7460
|
-
* <p>The URL of a file containing the template body. The URL must point to a template (max
|
7461
|
-
* 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location
|
7462
|
-
*
|
7486
|
+
* <p>The URL of a file containing the template body. The URL must point to a template (max
|
7487
|
+
* size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for
|
7488
|
+
* an Amazon S3 bucket must start with <code>https://</code>.</p>
|
7463
7489
|
* <p>Conditional: You must specify only one of the following parameters:
|
7464
7490
|
* <code>StackName</code>, <code>StackSetName</code>, <code>TemplateBody</code>, or
|
7465
7491
|
* <code>TemplateURL</code>.</p>
|
@@ -7991,10 +8017,11 @@ export interface ListHookResultsInput {
|
|
7991
8017
|
*/
|
7992
8018
|
TargetType: ListHookResultsTargetType | undefined;
|
7993
8019
|
/**
|
7994
|
-
* <p>The logical ID of the target the operation is acting on by the Hook. If the
|
7995
|
-
* it's the ARN of the change set.</p>
|
7996
|
-
* <p>If the target is a Cloud Control API operation, this will be the <code>HookRequestToken</code>
|
7997
|
-
* operation request. For more information on the
|
8020
|
+
* <p>The logical ID of the target the operation is acting on by the Hook. If the
|
8021
|
+
* target is a change set, it's the ARN of the change set.</p>
|
8022
|
+
* <p>If the target is a Cloud Control API operation, this will be the <code>HookRequestToken</code>
|
8023
|
+
* returned by the Cloud Control API operation request. For more information on the
|
8024
|
+
* <code>HookRequestToken</code>, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/APIReference/API_ProgressEvent.html">ProgressEvent</a>.</p>
|
7998
8025
|
* @public
|
7999
8026
|
*/
|
8000
8027
|
TargetId: string | undefined;
|
@@ -8069,16 +8096,18 @@ export interface ListHookResultsOutput {
|
|
8069
8096
|
*/
|
8070
8097
|
TargetType?: ListHookResultsTargetType | undefined;
|
8071
8098
|
/**
|
8072
|
-
* <p>The logical ID of the target the operation is acting on by the Hook. If the
|
8073
|
-
* it's the ARN of the change set.</p>
|
8074
|
-
* <p>If the target is a Cloud Control API operation, this will be the <code>HooksRequestToken</code>
|
8075
|
-
* operation request. For more information on the
|
8099
|
+
* <p>The logical ID of the target the operation is acting on by the Hook. If the
|
8100
|
+
* target is a change set, it's the ARN of the change set.</p>
|
8101
|
+
* <p>If the target is a Cloud Control API operation, this will be the <code>HooksRequestToken</code>
|
8102
|
+
* returned by the Cloud Control API operation request. For more information on the
|
8103
|
+
* <code>HooksRequestToken</code>, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/APIReference/API_ProgressEvent.html">ProgressEvent</a>.</p>
|
8076
8104
|
* @public
|
8077
8105
|
*/
|
8078
8106
|
TargetId?: string | undefined;
|
8079
8107
|
/**
|
8080
|
-
* <p>A list of <code>HookResultSummary</code> structures that provides the status and
|
8081
|
-
* invocation for the specified
|
8108
|
+
* <p>A list of <code>HookResultSummary</code> structures that provides the status and
|
8109
|
+
* Hook status reason for each Hook invocation for the specified
|
8110
|
+
* target.</p>
|
8082
8111
|
* @public
|
8083
8112
|
*/
|
8084
8113
|
HookResults?: HookResultSummary[] | undefined;
|
@@ -8303,6 +8332,18 @@ export interface ListResourceScanResourcesOutput {
|
|
8303
8332
|
*/
|
8304
8333
|
NextToken?: string | undefined;
|
8305
8334
|
}
|
8335
|
+
/**
|
8336
|
+
* @public
|
8337
|
+
* @enum
|
8338
|
+
*/
|
8339
|
+
export declare const ScanType: {
|
8340
|
+
readonly FULL: "FULL";
|
8341
|
+
readonly PARTIAL: "PARTIAL";
|
8342
|
+
};
|
8343
|
+
/**
|
8344
|
+
* @public
|
8345
|
+
*/
|
8346
|
+
export type ScanType = (typeof ScanType)[keyof typeof ScanType];
|
8306
8347
|
/**
|
8307
8348
|
* @public
|
8308
8349
|
*/
|
@@ -8319,6 +8360,12 @@ export interface ListResourceScansInput {
|
|
8319
8360
|
* @public
|
8320
8361
|
*/
|
8321
8362
|
MaxResults?: number | undefined;
|
8363
|
+
/**
|
8364
|
+
* <p>The scan type that you want to get summary information about. The default is
|
8365
|
+
* <code>FULL</code>.</p>
|
8366
|
+
* @public
|
8367
|
+
*/
|
8368
|
+
ScanTypeFilter?: ScanType | undefined;
|
8322
8369
|
}
|
8323
8370
|
/**
|
8324
8371
|
* <p>A summary of the resource scan. This is returned by the <code>ListResourceScan</code> API
|
@@ -8336,7 +8383,7 @@ export interface ResourceScanSummary {
|
|
8336
8383
|
* <dl>
|
8337
8384
|
* <dt>
|
8338
8385
|
*
|
8339
|
-
*
|
8386
|
+
* IN_PROGRESS
|
8340
8387
|
*
|
8341
8388
|
* </dt>
|
8342
8389
|
* <dd>
|
@@ -8391,6 +8438,11 @@ export interface ResourceScanSummary {
|
|
8391
8438
|
* @public
|
8392
8439
|
*/
|
8393
8440
|
PercentageCompleted?: number | undefined;
|
8441
|
+
/**
|
8442
|
+
* <p>The scan type that has been completed.</p>
|
8443
|
+
* @public
|
8444
|
+
*/
|
8445
|
+
ScanType?: ScanType | undefined;
|
8394
8446
|
}
|
8395
8447
|
/**
|
8396
8448
|
* @public
|
@@ -8838,16 +8890,18 @@ export interface ListStackRefactorActionsInput {
|
|
8838
8890
|
*/
|
8839
8891
|
StackRefactorId: string | undefined;
|
8840
8892
|
/**
|
8841
|
-
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
8842
|
-
* the next set of results, call this action again and assign that token to
|
8843
|
-
*
|
8893
|
+
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
8894
|
+
* a token. To retrieve the next set of results, call this action again and assign that token to
|
8895
|
+
* the request object's <code>NextToken</code> parameter. If the request returns all results,
|
8896
|
+
* <code>NextToken</code> is set to <code>null</code>.</p>
|
8844
8897
|
* @public
|
8845
8898
|
*/
|
8846
8899
|
NextToken?: string | undefined;
|
8847
8900
|
/**
|
8848
|
-
* <p>The maximum number of results to be returned with a single call. If the number of
|
8849
|
-
* maximum, the response includes a <code>NextToken</code> value
|
8850
|
-
* request parameter to get the next set of
|
8901
|
+
* <p>The maximum number of results to be returned with a single call. If the number of
|
8902
|
+
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
8903
|
+
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
8904
|
+
* results.</p>
|
8851
8905
|
* @public
|
8852
8906
|
*/
|
8853
8907
|
MaxResults?: number | undefined;
|
@@ -8889,7 +8943,8 @@ export declare const StackRefactorActionEntity: {
|
|
8889
8943
|
*/
|
8890
8944
|
export type StackRefactorActionEntity = (typeof StackRefactorActionEntity)[keyof typeof StackRefactorActionEntity];
|
8891
8945
|
/**
|
8892
|
-
* <p>Describes the stack and the action that CloudFormation will perform on it if you execute the
|
8946
|
+
* <p>Describes the stack and the action that CloudFormation will perform on it if you execute the
|
8947
|
+
* stack refactor.</p>
|
8893
8948
|
* @public
|
8894
8949
|
*/
|
8895
8950
|
export interface StackRefactorAction {
|
@@ -8899,7 +8954,8 @@ export interface StackRefactorAction {
|
|
8899
8954
|
*/
|
8900
8955
|
Action?: StackRefactorActionType | undefined;
|
8901
8956
|
/**
|
8902
|
-
* <p>The type that will be evaluated in the <code>StackRefactorAction</code>. The following are
|
8957
|
+
* <p>The type that will be evaluated in the <code>StackRefactorAction</code>. The following are
|
8958
|
+
* potential <code>Entity</code> types:</p>
|
8903
8959
|
* <ul>
|
8904
8960
|
* <li>
|
8905
8961
|
* <p>
|
@@ -8921,9 +8977,9 @@ export interface StackRefactorAction {
|
|
8921
8977
|
*/
|
8922
8978
|
PhysicalResourceId?: string | undefined;
|
8923
8979
|
/**
|
8924
|
-
* <p>A key-value pair that identifies the target resource. The key is an identifier property (for
|
8925
|
-
* <code>BucketName</code> for <code>AWS::S3::Bucket</code> resources) and the value is the
|
8926
|
-
* example, <code>MyS3Bucket</code>).</p>
|
8980
|
+
* <p>A key-value pair that identifies the target resource. The key is an identifier property (for
|
8981
|
+
* example, <code>BucketName</code> for <code>AWS::S3::Bucket</code> resources) and the value is the
|
8982
|
+
* actual property value (for example, <code>MyS3Bucket</code>).</p>
|
8927
8983
|
* @public
|
8928
8984
|
*/
|
8929
8985
|
ResourceIdentifier?: string | undefined;
|
@@ -8939,7 +8995,8 @@ export interface StackRefactorAction {
|
|
8939
8995
|
* <p>Auto: CloudFormation figured out the mapping on its own.</p>
|
8940
8996
|
* </li>
|
8941
8997
|
* <li>
|
8942
|
-
* <p>Manual: The customer provided the mapping in the <code>ResourceMapping</code>
|
8998
|
+
* <p>Manual: The customer provided the mapping in the <code>ResourceMapping</code>
|
8999
|
+
* parameter.</p>
|
8943
9000
|
* </li>
|
8944
9001
|
* </ul>
|
8945
9002
|
* @public
|
@@ -8961,7 +9018,8 @@ export interface StackRefactorAction {
|
|
8961
9018
|
*/
|
8962
9019
|
UntagResources?: string[] | undefined;
|
8963
9020
|
/**
|
8964
|
-
* <p>The mapping for the stack resource <code>Source</code> and stack resource
|
9021
|
+
* <p>The mapping for the stack resource <code>Source</code> and stack resource
|
9022
|
+
* <code>Destination</code>.</p>
|
8965
9023
|
* @public
|
8966
9024
|
*/
|
8967
9025
|
ResourceMapping?: ResourceMapping | undefined;
|
@@ -8976,9 +9034,10 @@ export interface ListStackRefactorActionsOutput {
|
|
8976
9034
|
*/
|
8977
9035
|
StackRefactorActions: StackRefactorAction[] | undefined;
|
8978
9036
|
/**
|
8979
|
-
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
8980
|
-
* the next set of results, call this action again and assign that token to
|
8981
|
-
*
|
9037
|
+
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
9038
|
+
* a token. To retrieve the next set of results, call this action again and assign that token to
|
9039
|
+
* the request object's <code>NextToken</code> parameter. If the request returns all results,
|
9040
|
+
* <code>NextToken</code> is set to <code>null</code>.</p>
|
8982
9041
|
* @public
|
8983
9042
|
*/
|
8984
9043
|
NextToken?: string | undefined;
|
@@ -8988,22 +9047,24 @@ export interface ListStackRefactorActionsOutput {
|
|
8988
9047
|
*/
|
8989
9048
|
export interface ListStackRefactorsInput {
|
8990
9049
|
/**
|
8991
|
-
* <p>Execution status to use as a filter. Specify one or more execution status codes to list
|
8992
|
-
* execution status codes.</p>
|
9050
|
+
* <p>Execution status to use as a filter. Specify one or more execution status codes to list
|
9051
|
+
* only stack refactors with the specified execution status codes.</p>
|
8993
9052
|
* @public
|
8994
9053
|
*/
|
8995
9054
|
ExecutionStatusFilter?: StackRefactorExecutionStatus[] | undefined;
|
8996
9055
|
/**
|
8997
|
-
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
8998
|
-
* the next set of results, call this action again and assign that token to
|
8999
|
-
*
|
9056
|
+
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
9057
|
+
* a token. To retrieve the next set of results, call this action again and assign that token to
|
9058
|
+
* the request object's <code>NextToken</code> parameter. If the request returns all results,
|
9059
|
+
* <code>NextToken</code> is set to <code>null</code>.</p>
|
9000
9060
|
* @public
|
9001
9061
|
*/
|
9002
9062
|
NextToken?: string | undefined;
|
9003
9063
|
/**
|
9004
|
-
* <p>The maximum number of results to be returned with a single call. If the number of
|
9005
|
-
* maximum, the response includes a <code>NextToken</code> value
|
9006
|
-
* request parameter to get the next set of
|
9064
|
+
* <p>The maximum number of results to be returned with a single call. If the number of
|
9065
|
+
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
9066
|
+
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
9067
|
+
* results.</p>
|
9007
9068
|
* @public
|
9008
9069
|
*/
|
9009
9070
|
MaxResults?: number | undefined;
|
@@ -9086,9 +9147,10 @@ export interface ListStackRefactorsOutput {
|
|
9086
9147
|
*/
|
9087
9148
|
StackRefactorSummaries: StackRefactorSummary[] | undefined;
|
9088
9149
|
/**
|
9089
|
-
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
9090
|
-
* the next set of results, call this action again and assign that token to
|
9091
|
-
*
|
9150
|
+
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
9151
|
+
* a token. To retrieve the next set of results, call this action again and assign that token to
|
9152
|
+
* the request object's <code>NextToken</code> parameter. If the request returns all results,
|
9153
|
+
* <code>NextToken</code> is set to <code>null</code>.</p>
|
9092
9154
|
* @public
|
9093
9155
|
*/
|
9094
9156
|
NextToken?: string | undefined;
|
@@ -9109,7 +9171,6 @@ export interface ListStackResourcesInput {
|
|
9109
9171
|
* <p>Deleted stacks: You must specify the unique stack ID.</p>
|
9110
9172
|
* </li>
|
9111
9173
|
* </ul>
|
9112
|
-
* <p>Default: There is no default value.</p>
|
9113
9174
|
* @public
|
9114
9175
|
*/
|
9115
9176
|
StackName: string | undefined;
|
@@ -9812,142 +9873,3 @@ export interface ListStackSetOperationsOutput {
|
|
9812
9873
|
*/
|
9813
9874
|
NextToken?: string | undefined;
|
9814
9875
|
}
|
9815
|
-
/**
|
9816
|
-
* @public
|
9817
|
-
*/
|
9818
|
-
export interface ListStackSetsInput {
|
9819
|
-
/**
|
9820
|
-
* <p>If the previous paginated request didn't return all the remaining results, the response
|
9821
|
-
* object's <code>NextToken</code> parameter value is set to a token. To retrieve the next set of
|
9822
|
-
* results, call <code>ListStackSets</code> again and assign that token to the request object's
|
9823
|
-
* <code>NextToken</code> parameter. If there are no remaining results, the previous response
|
9824
|
-
* object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
|
9825
|
-
* @public
|
9826
|
-
*/
|
9827
|
-
NextToken?: string | undefined;
|
9828
|
-
/**
|
9829
|
-
* <p>The maximum number of results to be returned with a single call. If the number of
|
9830
|
-
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
9831
|
-
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
9832
|
-
* results.</p>
|
9833
|
-
* @public
|
9834
|
-
*/
|
9835
|
-
MaxResults?: number | undefined;
|
9836
|
-
/**
|
9837
|
-
* <p>The status of the stack sets that you want to get summary information about.</p>
|
9838
|
-
* @public
|
9839
|
-
*/
|
9840
|
-
Status?: StackSetStatus | undefined;
|
9841
|
-
/**
|
9842
|
-
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
9843
|
-
* in the management account or as a delegated administrator in a member
|
9844
|
-
* account.</p>
|
9845
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
|
9846
|
-
* self-managed permissions.</p>
|
9847
|
-
* <ul>
|
9848
|
-
* <li>
|
9849
|
-
* <p>If you are signed in to the management account, specify
|
9850
|
-
* <code>SELF</code>.</p>
|
9851
|
-
* </li>
|
9852
|
-
* <li>
|
9853
|
-
* <p>If you are signed in to a delegated administrator account, specify
|
9854
|
-
* <code>DELEGATED_ADMIN</code>.</p>
|
9855
|
-
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
|
9856
|
-
* delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
9857
|
-
* </li>
|
9858
|
-
* </ul>
|
9859
|
-
* @public
|
9860
|
-
*/
|
9861
|
-
CallAs?: CallAs | undefined;
|
9862
|
-
}
|
9863
|
-
/**
|
9864
|
-
* <p>The structures that contain summary information about the specified stack set.</p>
|
9865
|
-
* @public
|
9866
|
-
*/
|
9867
|
-
export interface StackSetSummary {
|
9868
|
-
/**
|
9869
|
-
* <p>The name of the stack set.</p>
|
9870
|
-
* @public
|
9871
|
-
*/
|
9872
|
-
StackSetName?: string | undefined;
|
9873
|
-
/**
|
9874
|
-
* <p>The ID of the stack set.</p>
|
9875
|
-
* @public
|
9876
|
-
*/
|
9877
|
-
StackSetId?: string | undefined;
|
9878
|
-
/**
|
9879
|
-
* <p>A description of the stack set that you specify when the stack set is created or
|
9880
|
-
* updated.</p>
|
9881
|
-
* @public
|
9882
|
-
*/
|
9883
|
-
Description?: string | undefined;
|
9884
|
-
/**
|
9885
|
-
* <p>The status of the stack set.</p>
|
9886
|
-
* @public
|
9887
|
-
*/
|
9888
|
-
Status?: StackSetStatus | undefined;
|
9889
|
-
/**
|
9890
|
-
* <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).</p>
|
9891
|
-
* @public
|
9892
|
-
*/
|
9893
|
-
AutoDeployment?: AutoDeployment | undefined;
|
9894
|
-
/**
|
9895
|
-
* <p>Describes how the IAM roles required for stack set operations are created.</p>
|
9896
|
-
* <ul>
|
9897
|
-
* <li>
|
9898
|
-
* <p>With <code>self-managed</code> permissions, you must create the administrator and
|
9899
|
-
* execution roles required to deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
|
9900
|
-
* self-managed permissions</a>.</p>
|
9901
|
-
* </li>
|
9902
|
-
* <li>
|
9903
|
-
* <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM
|
9904
|
-
* roles required to deploy to accounts managed by Organizations. For more information,
|
9905
|
-
* see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html">Activate
|
9906
|
-
* trusted access for stack sets with Organizations</a>.</p>
|
9907
|
-
* </li>
|
9908
|
-
* </ul>
|
9909
|
-
* @public
|
9910
|
-
*/
|
9911
|
-
PermissionModel?: PermissionModels | undefined;
|
9912
|
-
/**
|
9913
|
-
* <p>Status of the stack set's actual configuration compared to its expected template and
|
9914
|
-
* parameter configuration. A stack set is considered to have drifted if one or more of its stack
|
9915
|
-
* instances have drifted from their expected template and parameter configuration.</p>
|
9916
|
-
* <ul>
|
9917
|
-
* <li>
|
9918
|
-
* <p>
|
9919
|
-
* <code>DRIFTED</code>: One or more of the stack instances belonging to the stack set stack
|
9920
|
-
* differs from the expected template and parameter configuration. A stack instance is considered
|
9921
|
-
* to have drifted if one or more of the resources in the associated stack have drifted.</p>
|
9922
|
-
* </li>
|
9923
|
-
* <li>
|
9924
|
-
* <p>
|
9925
|
-
* <code>NOT_CHECKED</code>: CloudFormation hasn't checked the stack set for drift.</p>
|
9926
|
-
* </li>
|
9927
|
-
* <li>
|
9928
|
-
* <p>
|
9929
|
-
* <code>IN_SYNC</code>: All the stack instances belonging to the stack set stack match from
|
9930
|
-
* the expected template and parameter configuration.</p>
|
9931
|
-
* </li>
|
9932
|
-
* <li>
|
9933
|
-
* <p>
|
9934
|
-
* <code>UNKNOWN</code>: This value is reserved for future use.</p>
|
9935
|
-
* </li>
|
9936
|
-
* </ul>
|
9937
|
-
* @public
|
9938
|
-
*/
|
9939
|
-
DriftStatus?: StackDriftStatus | undefined;
|
9940
|
-
/**
|
9941
|
-
* <p>Most recent time when CloudFormation performed a drift detection operation on the stack set.
|
9942
|
-
* This value will be <code>NULL</code> for any stack set on which drift detection hasn't yet been
|
9943
|
-
* performed.</p>
|
9944
|
-
* @public
|
9945
|
-
*/
|
9946
|
-
LastDriftCheckTimestamp?: Date | undefined;
|
9947
|
-
/**
|
9948
|
-
* <p>Describes whether StackSets performs non-conflicting operations concurrently and queues
|
9949
|
-
* conflicting operations.</p>
|
9950
|
-
* @public
|
9951
|
-
*/
|
9952
|
-
ManagedExecution?: ManagedExecution | undefined;
|
9953
|
-
}
|