@cdk8s/awscdk-resolver 0.0.271 → 0.0.273
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +4 -4
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +91 -0
- 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-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 +2 -2
- 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 +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
- 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 +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/package.json +5 -5
@@ -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 {
|
@@ -62,42 +62,77 @@ declare const GetGeneratedTemplateCommand_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
66
|
* @example To get a generated template in JSON format
|
67
67
|
* ```javascript
|
68
68
|
* // This example gets a generated template ins JSON format.
|
69
69
|
* const input = {
|
70
|
-
*
|
70
|
+
* GeneratedTemplateName: "JazzyTemplate"
|
71
71
|
* };
|
72
72
|
* const command = new GetGeneratedTemplateCommand(input);
|
73
73
|
* const response = await client.send(command);
|
74
|
-
* /* response
|
74
|
+
* /* response is
|
75
75
|
* {
|
76
|
-
*
|
77
|
-
*
|
76
|
+
* Status: "COMPLETE",
|
77
|
+
* TemplateBody: `{"Metadata":{"TemplateId":"arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/*"},"Parameters":{"Stage":{"Default":"beta","Type":"String"}},"Resources":{"TestRole":{"Properties":{"AssumeRolePolicyDocument":{"Version":"2012-10-17","Statement":[{"Effect":"Allow","Principal":{"AWS":{"Fn::Sub":["arn:${AWS::Partition}:iam::${AccountId}:root",{"AccountId":{"Fn::AccountIdFromAlias":"test-account-alias"}}]}},"Action":"sts:AssumeRole"}]}},"Type":"AWS::IAM::Role","DeletionPolicy":"Delete"},"DocumentationPartl7ob4vsd76vs":{"UpdateReplacePolicy":"Retain","Type":"AWS::ApiGateway::DocumentationPart","DeletionPolicy":"Retain","Properties":{"RestApiId":"l7ob4vsd76","Properties":"{\n \"description\" : \"ListGeneratedTemplates 200 response\"\n}","Location":{"Path":"/ListGeneratedTemplates","Type":"RESPONSE","Method":"POST","StatusCode":"200"}}}}}`
|
78
78
|
* }
|
79
79
|
* *\/
|
80
|
-
* // example id: to-get-a-generated-template-json
|
81
80
|
* ```
|
82
81
|
*
|
83
82
|
* @example To get a generated template in YAML format
|
84
83
|
* ```javascript
|
85
84
|
* // This example gets a generated template in YAML format.
|
86
85
|
* const input = {
|
87
|
-
*
|
88
|
-
*
|
86
|
+
* Format: "YAML",
|
87
|
+
* GeneratedTemplateName: "JazzyTemplate"
|
89
88
|
* };
|
90
89
|
* const command = new GetGeneratedTemplateCommand(input);
|
91
90
|
* const response = await client.send(command);
|
92
|
-
* /* response
|
91
|
+
* /* response is
|
93
92
|
* {
|
94
|
-
*
|
95
|
-
*
|
93
|
+
* Status: "COMPLETE",
|
94
|
+
* TemplateBody: `---
|
95
|
+
* Metadata:
|
96
|
+
* TemplateId: "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/*"
|
97
|
+
* Parameters:
|
98
|
+
* Stage:
|
99
|
+
* Default: "beta"
|
100
|
+
* Type: "String"
|
101
|
+
* Resources:
|
102
|
+
* TestRole:
|
103
|
+
* Properties:
|
104
|
+
* AssumeRolePolicyDocument:
|
105
|
+
* Version: "2012-10-17"
|
106
|
+
* Statement:
|
107
|
+
* - Effect: "Allow"
|
108
|
+
* Principal:
|
109
|
+
* AWS:
|
110
|
+
* Fn::Sub:
|
111
|
+
* - "arn:${AWS::Partition}:iam::${AccountId}:root"
|
112
|
+
* - AccountId:
|
113
|
+
* Fn::AccountIdFromAlias: "test-account-alias"
|
114
|
+
* Action: "sts:AssumeRole"
|
115
|
+
* Type: "AWS::IAM::Role"
|
116
|
+
* DeletionPolicy: "Delete"
|
117
|
+
* DocumentationPartl7ob4vsd76vsnAlFMLXKVm:
|
118
|
+
* UpdateReplacePolicy: "Retain"
|
119
|
+
* Type: "AWS::ApiGateway::DocumentationPart"
|
120
|
+
* DeletionPolicy: "Retain"
|
121
|
+
* Properties:
|
122
|
+
* RestApiId: "l7ob4vsd76"
|
123
|
+
* Properties: "{\n \"description\" : \"ListGeneratedTemplates 200 response\"\n\
|
124
|
+
* }"
|
125
|
+
* Location:
|
126
|
+
* Path: "/ListGeneratedTemplates"
|
127
|
+
* Type: "RESPONSE"
|
128
|
+
* Method: "POST"
|
129
|
+
* StatusCode: "200"
|
130
|
+
* `
|
96
131
|
* }
|
97
132
|
* *\/
|
98
|
-
* // example id: to-get-a-generated-template-yaml
|
99
133
|
* ```
|
100
134
|
*
|
135
|
+
* @public
|
101
136
|
*/
|
102
137
|
export declare class GetGeneratedTemplateCommand extends GetGeneratedTemplateCommand_base {
|
103
138
|
/** @internal type navigation helper, not in runtime. */
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts
CHANGED
@@ -55,6 +55,7 @@ declare const GetStackPolicyCommand_base: {
|
|
55
55
|
* @throws {@link CloudFormationServiceException}
|
56
56
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
57
57
|
*
|
58
|
+
*
|
58
59
|
* @public
|
59
60
|
*/
|
60
61
|
export declare class GetStackPolicyCommand extends GetStackPolicyCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts
CHANGED
@@ -69,6 +69,7 @@ declare const GetTemplateCommand_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 GetTemplateCommand extends GetTemplateCommand_base {
|
@@ -113,6 +113,7 @@ declare const GetTemplateSummaryCommand_base: {
|
|
113
113
|
* @throws {@link CloudFormationServiceException}
|
114
114
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
115
115
|
*
|
116
|
+
*
|
116
117
|
* @public
|
117
118
|
*/
|
118
119
|
export declare class GetTemplateSummaryCommand extends GetTemplateSummaryCommand_base {
|
@@ -101,6 +101,7 @@ declare const ImportStacksToStackSetCommand_base: {
|
|
101
101
|
* @throws {@link CloudFormationServiceException}
|
102
102
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
103
103
|
*
|
104
|
+
*
|
104
105
|
* @public
|
105
106
|
*/
|
106
107
|
export declare class ImportStacksToStackSetCommand extends ImportStacksToStackSetCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts
CHANGED
@@ -74,6 +74,7 @@ declare const ListChangeSetsCommand_base: {
|
|
74
74
|
* @throws {@link CloudFormationServiceException}
|
75
75
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
76
76
|
*
|
77
|
+
*
|
77
78
|
* @public
|
78
79
|
*/
|
79
80
|
export declare class ListChangeSetsCommand extends ListChangeSetsCommand_base {
|