@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
@@ -104,6 +104,7 @@ declare const BatchDescribeTypeConfigurationsCommand_base: {
|
|
104
104
|
* @throws {@link CloudFormationServiceException}
|
105
105
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
106
106
|
*
|
107
|
+
*
|
107
108
|
* @public
|
108
109
|
*/
|
109
110
|
export declare class BatchDescribeTypeConfigurationsCommand extends BatchDescribeTypeConfigurationsCommand_base {
|
@@ -60,6 +60,7 @@ declare const CancelUpdateStackCommand_base: {
|
|
60
60
|
* @throws {@link CloudFormationServiceException}
|
61
61
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
62
62
|
*
|
63
|
+
*
|
63
64
|
* @public
|
64
65
|
*/
|
65
66
|
export declare class CancelUpdateStackCommand extends CancelUpdateStackCommand_base {
|
@@ -29,9 +29,9 @@ declare const ContinueUpdateRollbackCommand_base: {
|
|
29
29
|
/**
|
30
30
|
* <p>For a specified stack that's in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues
|
31
31
|
* rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause of
|
32
|
-
* the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed">fix the error</a> and continue the rollback. By continuing the rollback, you can
|
33
|
-
*
|
34
|
-
*
|
32
|
+
* the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed">fix the error</a> and continue the rollback. By continuing the rollback, you can return
|
33
|
+
* your stack to a working state (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and then try
|
34
|
+
* to update the stack again.</p>
|
35
35
|
* <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation can't roll
|
36
36
|
* back all changes after a failed stack update. For example, you might have a stack that's
|
37
37
|
* rolling back to an old database instance that was deleted outside of CloudFormation. Because
|
@@ -69,6 +69,7 @@ declare const ContinueUpdateRollbackCommand_base: {
|
|
69
69
|
* @throws {@link CloudFormationServiceException}
|
70
70
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
71
71
|
*
|
72
|
+
*
|
72
73
|
* @public
|
73
74
|
*/
|
74
75
|
export declare class ContinueUpdateRollbackCommand extends ContinueUpdateRollbackCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts
CHANGED
@@ -136,6 +136,7 @@ declare const CreateChangeSetCommand_base: {
|
|
136
136
|
* @throws {@link CloudFormationServiceException}
|
137
137
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
138
138
|
*
|
139
|
+
*
|
139
140
|
* @public
|
140
141
|
*/
|
141
142
|
export declare class CreateChangeSetCommand extends CreateChangeSetCommand_base {
|
@@ -83,37 +83,37 @@ declare const CreateGeneratedTemplateCommand_base: {
|
|
83
83
|
* @throws {@link CloudFormationServiceException}
|
84
84
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
85
85
|
*
|
86
|
-
*
|
86
|
+
*
|
87
87
|
* @example To create a generated template
|
88
88
|
* ```javascript
|
89
89
|
* // This example creates a generated template with a resources file.
|
90
90
|
* const input = {
|
91
|
-
*
|
92
|
-
*
|
91
|
+
* GeneratedTemplateName: "JazzyTemplate",
|
92
|
+
* Resources: [
|
93
93
|
* {
|
94
|
-
*
|
95
|
-
*
|
94
|
+
* ResourceIdentifier: {
|
95
|
+
* BucketName: "jazz-bucket"
|
96
96
|
* },
|
97
|
-
*
|
97
|
+
* ResourceType: "AWS::S3::Bucket"
|
98
98
|
* },
|
99
99
|
* {
|
100
|
-
*
|
101
|
-
*
|
100
|
+
* ResourceIdentifier: {
|
101
|
+
* DhcpOptionsId: "random-id123"
|
102
102
|
* },
|
103
|
-
*
|
103
|
+
* ResourceType: "AWS::EC2::DHCPOptions"
|
104
104
|
* }
|
105
105
|
* ]
|
106
106
|
* };
|
107
107
|
* const command = new CreateGeneratedTemplateCommand(input);
|
108
108
|
* const response = await client.send(command);
|
109
|
-
* /* response
|
109
|
+
* /* response is
|
110
110
|
* {
|
111
|
-
*
|
111
|
+
* GeneratedTemplateId: "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/88f09db1-d211-4cb7-964b-434e2b8469ca"
|
112
112
|
* }
|
113
113
|
* *\/
|
114
|
-
* // example id: to-create-a-generated-template
|
115
114
|
* ```
|
116
115
|
*
|
116
|
+
* @public
|
117
117
|
*/
|
118
118
|
export declare class CreateGeneratedTemplateCommand extends CreateGeneratedTemplateCommand_base {
|
119
119
|
/** @internal type navigation helper, not in runtime. */
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts
CHANGED
@@ -115,6 +115,7 @@ declare const CreateStackCommand_base: {
|
|
115
115
|
* @throws {@link CloudFormationServiceException}
|
116
116
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
117
117
|
*
|
118
|
+
*
|
118
119
|
* @public
|
119
120
|
*/
|
120
121
|
export declare class CreateStackCommand extends CreateStackCommand_base {
|
@@ -115,6 +115,7 @@ declare const CreateStackInstancesCommand_base: {
|
|
115
115
|
* @throws {@link CloudFormationServiceException}
|
116
116
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
117
117
|
*
|
118
|
+
*
|
118
119
|
* @public
|
119
120
|
*/
|
120
121
|
export declare class CreateStackInstancesCommand extends CreateStackInstancesCommand_base {
|
@@ -27,7 +27,8 @@ declare const CreateStackRefactorCommand_base: {
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
28
28
|
};
|
29
29
|
/**
|
30
|
-
* <p>Creates a refactor across multiple stacks, with the list of stacks and resources that are
|
30
|
+
* <p>Creates a refactor across multiple stacks, with the list of stacks and resources that are
|
31
|
+
* affected.</p>
|
31
32
|
* @example
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
33
34
|
* ```javascript
|
@@ -74,6 +75,7 @@ declare const CreateStackRefactorCommand_base: {
|
|
74
75
|
* @throws {@link CloudFormationServiceException}
|
75
76
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
76
77
|
*
|
78
|
+
*
|
77
79
|
* @public
|
78
80
|
*/
|
79
81
|
export declare class CreateStackRefactorCommand extends CreateStackRefactorCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts
CHANGED
@@ -98,6 +98,7 @@ declare const CreateStackSetCommand_base: {
|
|
98
98
|
* @throws {@link CloudFormationServiceException}
|
99
99
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
100
100
|
*
|
101
|
+
*
|
101
102
|
* @public
|
102
103
|
*/
|
103
104
|
export declare class CreateStackSetCommand extends CreateStackSetCommand_base {
|
@@ -58,6 +58,7 @@ declare const DeactivateOrganizationsAccessCommand_base: {
|
|
58
58
|
* @throws {@link CloudFormationServiceException}
|
59
59
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
60
60
|
*
|
61
|
+
*
|
61
62
|
* @public
|
62
63
|
*/
|
63
64
|
export declare class DeactivateOrganizationsAccessCommand extends DeactivateOrganizationsAccessCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts
CHANGED
@@ -65,6 +65,7 @@ declare const DeactivateTypeCommand_base: {
|
|
65
65
|
* @throws {@link CloudFormationServiceException}
|
66
66
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
67
67
|
*
|
68
|
+
*
|
68
69
|
* @public
|
69
70
|
*/
|
70
71
|
export declare class DeactivateTypeCommand extends DeactivateTypeCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts
CHANGED
@@ -63,6 +63,7 @@ declare const DeleteChangeSetCommand_base: {
|
|
63
63
|
* @throws {@link CloudFormationServiceException}
|
64
64
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
65
65
|
*
|
66
|
+
*
|
66
67
|
* @public
|
67
68
|
*/
|
68
69
|
export declare class DeleteChangeSetCommand extends DeleteChangeSetCommand_base {
|
@@ -60,18 +60,21 @@ declare const DeleteGeneratedTemplateCommand_base: {
|
|
60
60
|
* @throws {@link CloudFormationServiceException}
|
61
61
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
62
62
|
*
|
63
|
-
*
|
63
|
+
*
|
64
64
|
* @example To delete a generated template
|
65
65
|
* ```javascript
|
66
66
|
* // This example deletes a generated template
|
67
67
|
* const input = {
|
68
|
-
*
|
68
|
+
* GeneratedTemplateName: "JazzyTemplate"
|
69
69
|
* };
|
70
70
|
* const command = new DeleteGeneratedTemplateCommand(input);
|
71
|
-
* await client.send(command);
|
72
|
-
*
|
71
|
+
* const response = await client.send(command);
|
72
|
+
* /* response is
|
73
|
+
* { /* metadata only *\/ }
|
74
|
+
* *\/
|
73
75
|
* ```
|
74
76
|
*
|
77
|
+
* @public
|
75
78
|
*/
|
76
79
|
export declare class DeleteGeneratedTemplateCommand extends DeleteGeneratedTemplateCommand_base {
|
77
80
|
/** @internal type navigation helper, not in runtime. */
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts
CHANGED
@@ -65,6 +65,7 @@ declare const DeleteStackCommand_base: {
|
|
65
65
|
* @throws {@link CloudFormationServiceException}
|
66
66
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
67
67
|
*
|
68
|
+
*
|
68
69
|
* @public
|
69
70
|
*/
|
70
71
|
export declare class DeleteStackCommand extends DeleteStackCommand_base {
|
@@ -100,6 +100,7 @@ declare const DeleteStackInstancesCommand_base: {
|
|
100
100
|
* @throws {@link CloudFormationServiceException}
|
101
101
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
102
102
|
*
|
103
|
+
*
|
103
104
|
* @public
|
104
105
|
*/
|
105
106
|
export declare class DeleteStackInstancesCommand extends DeleteStackInstancesCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts
CHANGED
@@ -62,6 +62,7 @@ declare const DeleteStackSetCommand_base: {
|
|
62
62
|
* @throws {@link CloudFormationServiceException}
|
63
63
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
64
64
|
*
|
65
|
+
*
|
65
66
|
* @public
|
66
67
|
*/
|
67
68
|
export declare class DeleteStackSetCommand extends DeleteStackSetCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts
CHANGED
@@ -71,6 +71,7 @@ declare const DeregisterTypeCommand_base: {
|
|
71
71
|
* @throws {@link CloudFormationServiceException}
|
72
72
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
73
73
|
*
|
74
|
+
*
|
74
75
|
* @public
|
75
76
|
*/
|
76
77
|
export declare class DeregisterTypeCommand extends DeregisterTypeCommand_base {
|
@@ -61,6 +61,7 @@ declare const DescribeAccountLimitsCommand_base: {
|
|
61
61
|
* @throws {@link CloudFormationServiceException}
|
62
62
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
63
63
|
*
|
64
|
+
*
|
64
65
|
* @public
|
65
66
|
*/
|
66
67
|
export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {
|
@@ -147,6 +147,7 @@ declare const DescribeChangeSetCommand_base: {
|
|
147
147
|
* @throws {@link CloudFormationServiceException}
|
148
148
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
149
149
|
*
|
150
|
+
*
|
150
151
|
* @public
|
151
152
|
*/
|
152
153
|
export declare class DescribeChangeSetCommand extends DescribeChangeSetCommand_base {
|
@@ -84,6 +84,7 @@ declare const DescribeChangeSetHooksCommand_base: {
|
|
84
84
|
* @throws {@link CloudFormationServiceException}
|
85
85
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
86
86
|
*
|
87
|
+
*
|
87
88
|
* @public
|
88
89
|
*/
|
89
90
|
export declare class DescribeChangeSetHooksCommand extends DescribeChangeSetHooksCommand_base {
|
@@ -100,39 +100,8 @@ declare const DescribeGeneratedTemplateCommand_base: {
|
|
100
100
|
* @throws {@link CloudFormationServiceException}
|
101
101
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
102
102
|
*
|
103
|
-
* @public
|
104
|
-
* @example To describe a generated template
|
105
|
-
* ```javascript
|
106
|
-
* // This example describes a generated template
|
107
|
-
* const input = {
|
108
|
-
* "GeneratedTemplateName": "JazzyTemplate"
|
109
|
-
* };
|
110
|
-
* const command = new DescribeGeneratedTemplateCommand(input);
|
111
|
-
* const response = await client.send(command);
|
112
|
-
* /* response ==
|
113
|
-
* {
|
114
|
-
* "CreationTime": "2023-12-28T17:55:20.086000+00:00",
|
115
|
-
* "GeneratedTemplateId": "arn:aws:cloudformation:us-east-1:*:generatedtemplate/*",
|
116
|
-
* "GeneratedTemplateName": "DeletedResourceTest",
|
117
|
-
* "LastUpdatedTime": "2023-12-28T17:57:16.610000+00:00",
|
118
|
-
* "Progress": {
|
119
|
-
* "ResourcesFailed": 0,
|
120
|
-
* "ResourcesPending": 0,
|
121
|
-
* "ResourcesProcessing": 0,
|
122
|
-
* "ResourcesSucceeded": 0
|
123
|
-
* },
|
124
|
-
* "Status": "COMPLETE",
|
125
|
-
* "StatusReason": "All resources complete",
|
126
|
-
* "TemplateConfiguration": {
|
127
|
-
* "DeletionPolicy": "RETAIN",
|
128
|
-
* "UpdateReplacePolicy": "RETAIN"
|
129
|
-
* },
|
130
|
-
* "TotalWarnings": 0
|
131
|
-
* }
|
132
|
-
* *\/
|
133
|
-
* // example id: to-describe-a-generated-template
|
134
|
-
* ```
|
135
103
|
*
|
104
|
+
* @public
|
136
105
|
*/
|
137
106
|
export declare class DescribeGeneratedTemplateCommand extends DescribeGeneratedTemplateCommand_base {
|
138
107
|
/** @internal type navigation helper, not in runtime. */
|
@@ -63,6 +63,7 @@ declare const DescribeOrganizationsAccessCommand_base: {
|
|
63
63
|
* @throws {@link CloudFormationServiceException}
|
64
64
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
65
65
|
*
|
66
|
+
*
|
66
67
|
* @public
|
67
68
|
*/
|
68
69
|
export declare class DescribeOrganizationsAccessCommand extends DescribeOrganizationsAccessCommand_base {
|
@@ -78,6 +78,7 @@ declare const DescribePublisherCommand_base: {
|
|
78
78
|
* @throws {@link CloudFormationServiceException}
|
79
79
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
80
80
|
*
|
81
|
+
*
|
81
82
|
* @public
|
82
83
|
*/
|
83
84
|
export declare class DescribePublisherCommand extends DescribePublisherCommand_base {
|
@@ -51,6 +51,13 @@ declare const DescribeResourceScanCommand_base: {
|
|
51
51
|
* // ],
|
52
52
|
* // ResourcesScanned: Number("int"),
|
53
53
|
* // ResourcesRead: Number("int"),
|
54
|
+
* // ScanFilters: [ // ScanFilters
|
55
|
+
* // { // ScanFilter
|
56
|
+
* // Types: [ // ResourceTypeFilters
|
57
|
+
* // "STRING_VALUE",
|
58
|
+
* // ],
|
59
|
+
* // },
|
60
|
+
* // ],
|
54
61
|
* // };
|
55
62
|
*
|
56
63
|
* ```
|
@@ -67,104 +74,8 @@ declare const DescribeResourceScanCommand_base: {
|
|
67
74
|
* @throws {@link CloudFormationServiceException}
|
68
75
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
69
76
|
*
|
70
|
-
* @public
|
71
|
-
* @example To describe a selected resource scan
|
72
|
-
* ```javascript
|
73
|
-
* // This example describes a selected resource scan
|
74
|
-
* const input = {
|
75
|
-
* "ResourceScanId": "arn:aws:cloudformation:us-east-1:123456789012:resourceScan/c19304f6-c4f1-4ff8-8e1f-35162e41d7e1"
|
76
|
-
* };
|
77
|
-
* const command = new DescribeResourceScanCommand(input);
|
78
|
-
* const response = await client.send(command);
|
79
|
-
* /* response ==
|
80
|
-
* {
|
81
|
-
* "EndTime": "2024-01-02T23:25:48.075000+00:00",
|
82
|
-
* "PercentageCompleted": 100,
|
83
|
-
* "ResourceScanId": "arn:aws:cloudformation:us-east-1:123456789012:resourceScan/c19304f6-c4f1-4ff8-8e1f-35162e41d7e1",
|
84
|
-
* "ResourceTypes": [
|
85
|
-
* "AWS::Amplify::App",
|
86
|
-
* "AWS::ApiGateway::Deployment",
|
87
|
-
* "AWS::ApiGateway::DocumentationPart",
|
88
|
-
* "AWS::ApiGateway::Model",
|
89
|
-
* "AWS::ApiGateway::Resource",
|
90
|
-
* "AWS::ApiGateway::RestApi",
|
91
|
-
* "AWS::ApiGateway::Stage",
|
92
|
-
* "AWS::AppConfig::Extension",
|
93
|
-
* "AWS::ApplicationAutoScaling::ScalableTarget",
|
94
|
-
* "AWS::Athena::WorkGroup",
|
95
|
-
* "AWS::Cassandra::Keyspace",
|
96
|
-
* "AWS::CloudFront::CachePolicy",
|
97
|
-
* "AWS::CloudFront::Function",
|
98
|
-
* "AWS::CloudFront::OriginRequestPolicy",
|
99
|
-
* "AWS::CloudTrail::Trail",
|
100
|
-
* "AWS::CloudWatch::Alarm",
|
101
|
-
* "AWS::CodeDeploy::Application",
|
102
|
-
* "AWS::CodeDeploy::DeploymentConfig",
|
103
|
-
* "AWS::Cognito::UserPool",
|
104
|
-
* "AWS::Cognito::UserPoolGroup",
|
105
|
-
* "AWS::Cognito::UserPoolUser",
|
106
|
-
* "AWS::DynamoDB::Table",
|
107
|
-
* "AWS::EC2::DHCPOptions",
|
108
|
-
* "AWS::EC2::EIP",
|
109
|
-
* "AWS::EC2::InternetGateway",
|
110
|
-
* "AWS::EC2::LaunchTemplate",
|
111
|
-
* "AWS::EC2::NetworkAcl",
|
112
|
-
* "AWS::EC2::Route",
|
113
|
-
* "AWS::EC2::RouteTable",
|
114
|
-
* "AWS::EC2::SubnetNetworkAclAssociation",
|
115
|
-
* "AWS::EC2::SubnetRouteTableAssociation",
|
116
|
-
* "AWS::EC2::VPC",
|
117
|
-
* "AWS::EC2::VPCDHCPOptionsAssociation",
|
118
|
-
* "AWS::EC2::VPCGatewayAttachment",
|
119
|
-
* "AWS::ECR::Repository",
|
120
|
-
* "AWS::ECS::Cluster",
|
121
|
-
* "AWS::ECS::ClusterCapacityProviderAssociations",
|
122
|
-
* "AWS::ECS::Service",
|
123
|
-
* "AWS::ECS::TaskDefinition",
|
124
|
-
* "AWS::ElastiCache::SubnetGroup",
|
125
|
-
* "AWS::ElastiCache::User",
|
126
|
-
* "AWS::Events::EventBus",
|
127
|
-
* "AWS::Events::Rule",
|
128
|
-
* "AWS::GameLift::Location",
|
129
|
-
* "AWS::GuardDuty::Detector",
|
130
|
-
* "AWS::IAM::InstanceProfile",
|
131
|
-
* "AWS::IAM::ManagedPolicy",
|
132
|
-
* "AWS::IAM::Role",
|
133
|
-
* "AWS::IAM::User",
|
134
|
-
* "AWS::IoT::DomainConfiguration",
|
135
|
-
* "AWS::KMS::Alias",
|
136
|
-
* "AWS::KMS::Key",
|
137
|
-
* "AWS::Lambda::EventSourceMapping",
|
138
|
-
* "AWS::Lambda::Function",
|
139
|
-
* "AWS::Lambda::Permission",
|
140
|
-
* "AWS::Lambda::Version",
|
141
|
-
* "AWS::Logs::LogGroup",
|
142
|
-
* "AWS::Logs::LogStream",
|
143
|
-
* "AWS::MemoryDB::ACL",
|
144
|
-
* "AWS::MemoryDB::ParameterGroup",
|
145
|
-
* "AWS::MemoryDB::User",
|
146
|
-
* "AWS::RAM::Permission",
|
147
|
-
* "AWS::RDS::CustomDBEngineVersion",
|
148
|
-
* "AWS::Route53Resolver::ResolverRuleAssociation",
|
149
|
-
* "AWS::S3::AccessPoint",
|
150
|
-
* "AWS::S3::BucketPolicy",
|
151
|
-
* "AWS::S3::StorageLens",
|
152
|
-
* "AWS::SNS::Topic",
|
153
|
-
* "AWS::SQS::Queue",
|
154
|
-
* "AWS::SSM::Association",
|
155
|
-
* "AWS::SSM::Document",
|
156
|
-
* "AWS::StepFunctions::StateMachine",
|
157
|
-
* "AWS::XRay::Group",
|
158
|
-
* "AWS::XRay::SamplingRule"
|
159
|
-
* ],
|
160
|
-
* "ResourcesRead": 25107,
|
161
|
-
* "StartTime": "2024-01-02T22:15:18.382000+00:00",
|
162
|
-
* "Status": "COMPLETE"
|
163
|
-
* }
|
164
|
-
* *\/
|
165
|
-
* // example id: to-describe-a-generated-template
|
166
|
-
* ```
|
167
77
|
*
|
78
|
+
* @public
|
168
79
|
*/
|
169
80
|
export declare class DescribeResourceScanCommand extends DescribeResourceScanCommand_base {
|
170
81
|
/** @internal type navigation helper, not in runtime. */
|
@@ -71,6 +71,7 @@ declare const DescribeStackDriftDetectionStatusCommand_base: {
|
|
71
71
|
* @throws {@link CloudFormationServiceException}
|
72
72
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
73
73
|
*
|
74
|
+
*
|
74
75
|
* @public
|
75
76
|
*/
|
76
77
|
export declare class DescribeStackDriftDetectionStatusCommand extends DescribeStackDriftDetectionStatusCommand_base {
|
@@ -82,6 +82,7 @@ declare const DescribeStackEventsCommand_base: {
|
|
82
82
|
* @throws {@link CloudFormationServiceException}
|
83
83
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
84
84
|
*
|
85
|
+
*
|
85
86
|
* @public
|
86
87
|
*/
|
87
88
|
export declare class DescribeStackEventsCommand extends DescribeStackEventsCommand_base {
|
@@ -87,6 +87,7 @@ declare const DescribeStackInstanceCommand_base: {
|
|
87
87
|
* @throws {@link CloudFormationServiceException}
|
88
88
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
89
89
|
*
|
90
|
+
*
|
90
91
|
* @public
|
91
92
|
*/
|
92
93
|
export declare class DescribeStackInstanceCommand extends DescribeStackInstanceCommand_base {
|
@@ -65,6 +65,7 @@ declare const DescribeStackRefactorCommand_base: {
|
|
65
65
|
* @throws {@link CloudFormationServiceException}
|
66
66
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
67
67
|
*
|
68
|
+
*
|
68
69
|
* @public
|
69
70
|
*/
|
70
71
|
export declare class DescribeStackRefactorCommand extends DescribeStackRefactorCommand_base {
|
@@ -76,6 +76,7 @@ declare const DescribeStackResourceCommand_base: {
|
|
76
76
|
* @throws {@link CloudFormationServiceException}
|
77
77
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
78
78
|
*
|
79
|
+
*
|
79
80
|
* @public
|
80
81
|
*/
|
81
82
|
export declare class DescribeStackResourceCommand extends DescribeStackResourceCommand_base {
|
@@ -99,6 +99,7 @@ declare const DescribeStackResourceDriftsCommand_base: {
|
|
99
99
|
* @throws {@link CloudFormationServiceException}
|
100
100
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
101
101
|
*
|
102
|
+
*
|
102
103
|
* @public
|
103
104
|
*/
|
104
105
|
export declare class DescribeStackResourceDriftsCommand extends DescribeStackResourceDriftsCommand_base {
|
@@ -93,6 +93,7 @@ declare const DescribeStackResourcesCommand_base: {
|
|
93
93
|
* @throws {@link CloudFormationServiceException}
|
94
94
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
95
95
|
*
|
96
|
+
*
|
96
97
|
* @public
|
97
98
|
*/
|
98
99
|
export declare class DescribeStackResourcesCommand extends DescribeStackResourcesCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts
CHANGED
@@ -108,6 +108,7 @@ declare const DescribeStackSetCommand_base: {
|
|
108
108
|
* @throws {@link CloudFormationServiceException}
|
109
109
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
110
110
|
*
|
111
|
+
*
|
111
112
|
* @public
|
112
113
|
*/
|
113
114
|
export declare class DescribeStackSetCommand extends DescribeStackSetCommand_base {
|
@@ -107,6 +107,7 @@ declare const DescribeStackSetOperationCommand_base: {
|
|
107
107
|
* @throws {@link CloudFormationServiceException}
|
108
108
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
109
109
|
*
|
110
|
+
*
|
110
111
|
* @public
|
111
112
|
*/
|
112
113
|
export declare class DescribeStackSetOperationCommand extends DescribeStackSetOperationCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts
CHANGED
@@ -124,6 +124,7 @@ declare const DescribeStacksCommand_base: {
|
|
124
124
|
* @throws {@link CloudFormationServiceException}
|
125
125
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
126
126
|
*
|
127
|
+
*
|
127
128
|
* @public
|
128
129
|
*/
|
129
130
|
export declare class DescribeStacksCommand extends DescribeStacksCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts
CHANGED
@@ -106,6 +106,7 @@ declare const DescribeTypeCommand_base: {
|
|
106
106
|
* @throws {@link CloudFormationServiceException}
|
107
107
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
108
108
|
*
|
109
|
+
*
|
109
110
|
* @public
|
110
111
|
*/
|
111
112
|
export declare class DescribeTypeCommand extends DescribeTypeCommand_base {
|
@@ -66,6 +66,7 @@ declare const DescribeTypeRegistrationCommand_base: {
|
|
66
66
|
* @throws {@link CloudFormationServiceException}
|
67
67
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
68
68
|
*
|
69
|
+
*
|
69
70
|
* @public
|
70
71
|
*/
|
71
72
|
export declare class DescribeTypeRegistrationCommand extends DescribeTypeRegistrationCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts
CHANGED
@@ -78,6 +78,7 @@ declare const DetectStackDriftCommand_base: {
|
|
78
78
|
* @throws {@link CloudFormationServiceException}
|
79
79
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
80
80
|
*
|
81
|
+
*
|
81
82
|
* @public
|
82
83
|
*/
|
83
84
|
export declare class DetectStackDriftCommand extends DetectStackDriftCommand_base {
|
@@ -94,6 +94,7 @@ declare const DetectStackResourceDriftCommand_base: {
|
|
94
94
|
* @throws {@link CloudFormationServiceException}
|
95
95
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
96
96
|
*
|
97
|
+
*
|
97
98
|
* @public
|
98
99
|
*/
|
99
100
|
export declare class DetectStackResourceDriftCommand extends DetectStackResourceDriftCommand_base {
|
@@ -108,6 +108,7 @@ declare const DetectStackSetDriftCommand_base: {
|
|
108
108
|
* @throws {@link CloudFormationServiceException}
|
109
109
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
110
110
|
*
|
111
|
+
*
|
111
112
|
* @public
|
112
113
|
*/
|
113
114
|
export declare class DetectStackSetDriftCommand extends DetectStackSetDriftCommand_base {
|
@@ -65,6 +65,7 @@ declare const EstimateTemplateCostCommand_base: {
|
|
65
65
|
* @throws {@link CloudFormationServiceException}
|
66
66
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
67
67
|
*
|
68
|
+
*
|
68
69
|
* @public
|
69
70
|
*/
|
70
71
|
export declare class EstimateTemplateCostCommand extends EstimateTemplateCostCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts
CHANGED
@@ -78,6 +78,7 @@ declare const ExecuteChangeSetCommand_base: {
|
|
78
78
|
* @throws {@link CloudFormationServiceException}
|
79
79
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
80
80
|
*
|
81
|
+
*
|
81
82
|
* @public
|
82
83
|
*/
|
83
84
|
export declare class ExecuteChangeSetCommand extends ExecuteChangeSetCommand_base {
|
@@ -52,6 +52,7 @@ declare const ExecuteStackRefactorCommand_base: {
|
|
52
52
|
* @throws {@link CloudFormationServiceException}
|
53
53
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
54
54
|
*
|
55
|
+
*
|
55
56
|
* @public
|
56
57
|
*/
|
57
58
|
export declare class ExecuteStackRefactorCommand extends ExecuteStackRefactorCommand_base {
|