@cdk8s/awscdk-resolver 0.0.241 → 0.0.243
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 +40 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +782 -33
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackRefactorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackRefactorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteStackRefactorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorActionsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +51 -55
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +55 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackRefactorActionsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackRefactorsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +514 -24
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +43 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +52 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +36 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +7 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +69 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +85 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +968 -1147
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +770 -32
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorActionsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +45 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +86 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +30 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackRefactorCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackRefactorCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteStackRefactorCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorActionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +130 -151
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +158 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackRefactorActionsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackRefactorsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorCreateComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorExecuteComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- 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/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +11 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +6 -6
@@ -9,6 +9,7 @@ import { CreateChangeSetCommand, } from "./commands/CreateChangeSetCommand";
|
|
9
9
|
import { CreateGeneratedTemplateCommand, } from "./commands/CreateGeneratedTemplateCommand";
|
10
10
|
import { CreateStackCommand } from "./commands/CreateStackCommand";
|
11
11
|
import { CreateStackInstancesCommand, } from "./commands/CreateStackInstancesCommand";
|
12
|
+
import { CreateStackRefactorCommand, } from "./commands/CreateStackRefactorCommand";
|
12
13
|
import { CreateStackSetCommand, } from "./commands/CreateStackSetCommand";
|
13
14
|
import { DeactivateOrganizationsAccessCommand, } from "./commands/DeactivateOrganizationsAccessCommand";
|
14
15
|
import { DeactivateTypeCommand, } from "./commands/DeactivateTypeCommand";
|
@@ -28,6 +29,7 @@ import { DescribeResourceScanCommand, } from "./commands/DescribeResourceScanCom
|
|
28
29
|
import { DescribeStackDriftDetectionStatusCommand, } from "./commands/DescribeStackDriftDetectionStatusCommand";
|
29
30
|
import { DescribeStackEventsCommand, } from "./commands/DescribeStackEventsCommand";
|
30
31
|
import { DescribeStackInstanceCommand, } from "./commands/DescribeStackInstanceCommand";
|
32
|
+
import { DescribeStackRefactorCommand, } from "./commands/DescribeStackRefactorCommand";
|
31
33
|
import { DescribeStackResourceCommand, } from "./commands/DescribeStackResourceCommand";
|
32
34
|
import { DescribeStackResourceDriftsCommand, } from "./commands/DescribeStackResourceDriftsCommand";
|
33
35
|
import { DescribeStackResourcesCommand, } from "./commands/DescribeStackResourcesCommand";
|
@@ -41,6 +43,7 @@ import { DetectStackResourceDriftCommand, } from "./commands/DetectStackResource
|
|
41
43
|
import { DetectStackSetDriftCommand, } from "./commands/DetectStackSetDriftCommand";
|
42
44
|
import { EstimateTemplateCostCommand, } from "./commands/EstimateTemplateCostCommand";
|
43
45
|
import { ExecuteChangeSetCommand, } from "./commands/ExecuteChangeSetCommand";
|
46
|
+
import { ExecuteStackRefactorCommand, } from "./commands/ExecuteStackRefactorCommand";
|
44
47
|
import { GetGeneratedTemplateCommand, } from "./commands/GetGeneratedTemplateCommand";
|
45
48
|
import { GetStackPolicyCommand, } from "./commands/GetStackPolicyCommand";
|
46
49
|
import { GetTemplateCommand } from "./commands/GetTemplateCommand";
|
@@ -56,6 +59,8 @@ import { ListResourceScanResourcesCommand, } from "./commands/ListResourceScanRe
|
|
56
59
|
import { ListResourceScansCommand, } from "./commands/ListResourceScansCommand";
|
57
60
|
import { ListStackInstanceResourceDriftsCommand, } from "./commands/ListStackInstanceResourceDriftsCommand";
|
58
61
|
import { ListStackInstancesCommand, } from "./commands/ListStackInstancesCommand";
|
62
|
+
import { ListStackRefactorActionsCommand, } from "./commands/ListStackRefactorActionsCommand";
|
63
|
+
import { ListStackRefactorsCommand, } from "./commands/ListStackRefactorsCommand";
|
59
64
|
import { ListStackResourcesCommand, } from "./commands/ListStackResourcesCommand";
|
60
65
|
import { ListStacksCommand } from "./commands/ListStacksCommand";
|
61
66
|
import { ListStackSetAutoDeploymentTargetsCommand, } from "./commands/ListStackSetAutoDeploymentTargetsCommand";
|
@@ -93,6 +98,7 @@ const commands = {
|
|
93
98
|
CreateGeneratedTemplateCommand,
|
94
99
|
CreateStackCommand,
|
95
100
|
CreateStackInstancesCommand,
|
101
|
+
CreateStackRefactorCommand,
|
96
102
|
CreateStackSetCommand,
|
97
103
|
DeactivateOrganizationsAccessCommand,
|
98
104
|
DeactivateTypeCommand,
|
@@ -112,6 +118,7 @@ const commands = {
|
|
112
118
|
DescribeStackDriftDetectionStatusCommand,
|
113
119
|
DescribeStackEventsCommand,
|
114
120
|
DescribeStackInstanceCommand,
|
121
|
+
DescribeStackRefactorCommand,
|
115
122
|
DescribeStackResourceCommand,
|
116
123
|
DescribeStackResourceDriftsCommand,
|
117
124
|
DescribeStackResourcesCommand,
|
@@ -125,6 +132,7 @@ const commands = {
|
|
125
132
|
DetectStackSetDriftCommand,
|
126
133
|
EstimateTemplateCostCommand,
|
127
134
|
ExecuteChangeSetCommand,
|
135
|
+
ExecuteStackRefactorCommand,
|
128
136
|
GetGeneratedTemplateCommand,
|
129
137
|
GetStackPolicyCommand,
|
130
138
|
GetTemplateCommand,
|
@@ -140,6 +148,8 @@ const commands = {
|
|
140
148
|
ListResourceScansCommand,
|
141
149
|
ListStackInstanceResourceDriftsCommand,
|
142
150
|
ListStackInstancesCommand,
|
151
|
+
ListStackRefactorActionsCommand,
|
152
|
+
ListStackRefactorsCommand,
|
143
153
|
ListStackResourcesCommand,
|
144
154
|
ListStacksCommand,
|
145
155
|
ListStackSetAutoDeploymentTargetsCommand,
|
package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackRefactorCommand.js
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
5
|
+
import { de_CreateStackRefactorCommand, se_CreateStackRefactorCommand } from "../protocols/Aws_query";
|
6
|
+
export { $Command };
|
7
|
+
export class CreateStackRefactorCommand extends $Command
|
8
|
+
.classBuilder()
|
9
|
+
.ep(commonParams)
|
10
|
+
.m(function (Command, cs, config, o) {
|
11
|
+
return [
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
14
|
+
];
|
15
|
+
})
|
16
|
+
.s("CloudFormation", "CreateStackRefactor", {})
|
17
|
+
.n("CloudFormationClient", "CreateStackRefactorCommand")
|
18
|
+
.f(void 0, void 0)
|
19
|
+
.ser(se_CreateStackRefactorCommand)
|
20
|
+
.de(de_CreateStackRefactorCommand)
|
21
|
+
.build() {
|
22
|
+
}
|
package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackRefactorCommand.js
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
5
|
+
import { de_DescribeStackRefactorCommand, se_DescribeStackRefactorCommand } from "../protocols/Aws_query";
|
6
|
+
export { $Command };
|
7
|
+
export class DescribeStackRefactorCommand extends $Command
|
8
|
+
.classBuilder()
|
9
|
+
.ep(commonParams)
|
10
|
+
.m(function (Command, cs, config, o) {
|
11
|
+
return [
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
14
|
+
];
|
15
|
+
})
|
16
|
+
.s("CloudFormation", "DescribeStackRefactor", {})
|
17
|
+
.n("CloudFormationClient", "DescribeStackRefactorCommand")
|
18
|
+
.f(void 0, void 0)
|
19
|
+
.ser(se_DescribeStackRefactorCommand)
|
20
|
+
.de(de_DescribeStackRefactorCommand)
|
21
|
+
.build() {
|
22
|
+
}
|
package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteStackRefactorCommand.js
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
5
|
+
import { de_ExecuteStackRefactorCommand, se_ExecuteStackRefactorCommand } from "../protocols/Aws_query";
|
6
|
+
export { $Command };
|
7
|
+
export class ExecuteStackRefactorCommand extends $Command
|
8
|
+
.classBuilder()
|
9
|
+
.ep(commonParams)
|
10
|
+
.m(function (Command, cs, config, o) {
|
11
|
+
return [
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
14
|
+
];
|
15
|
+
})
|
16
|
+
.s("CloudFormation", "ExecuteStackRefactor", {})
|
17
|
+
.n("CloudFormationClient", "ExecuteStackRefactorCommand")
|
18
|
+
.f(void 0, void 0)
|
19
|
+
.ser(se_ExecuteStackRefactorCommand)
|
20
|
+
.de(de_ExecuteStackRefactorCommand)
|
21
|
+
.build() {
|
22
|
+
}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
5
|
+
import { de_ListStackRefactorActionsCommand, se_ListStackRefactorActionsCommand } from "../protocols/Aws_query";
|
6
|
+
export { $Command };
|
7
|
+
export class ListStackRefactorActionsCommand extends $Command
|
8
|
+
.classBuilder()
|
9
|
+
.ep(commonParams)
|
10
|
+
.m(function (Command, cs, config, o) {
|
11
|
+
return [
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
14
|
+
];
|
15
|
+
})
|
16
|
+
.s("CloudFormation", "ListStackRefactorActions", {})
|
17
|
+
.n("CloudFormationClient", "ListStackRefactorActionsCommand")
|
18
|
+
.f(void 0, void 0)
|
19
|
+
.ser(se_ListStackRefactorActionsCommand)
|
20
|
+
.de(de_ListStackRefactorActionsCommand)
|
21
|
+
.build() {
|
22
|
+
}
|
package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorsCommand.js
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
5
|
+
import { de_ListStackRefactorsCommand, se_ListStackRefactorsCommand } from "../protocols/Aws_query";
|
6
|
+
export { $Command };
|
7
|
+
export class ListStackRefactorsCommand extends $Command
|
8
|
+
.classBuilder()
|
9
|
+
.ep(commonParams)
|
10
|
+
.m(function (Command, cs, config, o) {
|
11
|
+
return [
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
14
|
+
];
|
15
|
+
})
|
16
|
+
.s("CloudFormation", "ListStackRefactors", {})
|
17
|
+
.n("CloudFormationClient", "ListStackRefactorsCommand")
|
18
|
+
.f(void 0, void 0)
|
19
|
+
.ser(se_ListStackRefactorsCommand)
|
20
|
+
.de(de_ListStackRefactorsCommand)
|
21
|
+
.build() {
|
22
|
+
}
|
@@ -7,6 +7,7 @@ export * from "./CreateChangeSetCommand";
|
|
7
7
|
export * from "./CreateGeneratedTemplateCommand";
|
8
8
|
export * from "./CreateStackCommand";
|
9
9
|
export * from "./CreateStackInstancesCommand";
|
10
|
+
export * from "./CreateStackRefactorCommand";
|
10
11
|
export * from "./CreateStackSetCommand";
|
11
12
|
export * from "./DeactivateOrganizationsAccessCommand";
|
12
13
|
export * from "./DeactivateTypeCommand";
|
@@ -26,6 +27,7 @@ export * from "./DescribeResourceScanCommand";
|
|
26
27
|
export * from "./DescribeStackDriftDetectionStatusCommand";
|
27
28
|
export * from "./DescribeStackEventsCommand";
|
28
29
|
export * from "./DescribeStackInstanceCommand";
|
30
|
+
export * from "./DescribeStackRefactorCommand";
|
29
31
|
export * from "./DescribeStackResourceCommand";
|
30
32
|
export * from "./DescribeStackResourceDriftsCommand";
|
31
33
|
export * from "./DescribeStackResourcesCommand";
|
@@ -39,6 +41,7 @@ export * from "./DetectStackResourceDriftCommand";
|
|
39
41
|
export * from "./DetectStackSetDriftCommand";
|
40
42
|
export * from "./EstimateTemplateCostCommand";
|
41
43
|
export * from "./ExecuteChangeSetCommand";
|
44
|
+
export * from "./ExecuteStackRefactorCommand";
|
42
45
|
export * from "./GetGeneratedTemplateCommand";
|
43
46
|
export * from "./GetStackPolicyCommand";
|
44
47
|
export * from "./GetTemplateCommand";
|
@@ -54,6 +57,8 @@ export * from "./ListResourceScanResourcesCommand";
|
|
54
57
|
export * from "./ListResourceScansCommand";
|
55
58
|
export * from "./ListStackInstanceResourceDriftsCommand";
|
56
59
|
export * from "./ListStackInstancesCommand";
|
60
|
+
export * from "./ListStackRefactorActionsCommand";
|
61
|
+
export * from "./ListStackRefactorsCommand";
|
57
62
|
export * from "./ListStackResourcesCommand";
|
58
63
|
export * from "./ListStackSetAutoDeploymentTargetsCommand";
|
59
64
|
export * from "./ListStackSetOperationResultsCommand";
|
@@ -528,6 +528,12 @@ export const ResourceStatus = {
|
|
528
528
|
DELETE_FAILED: "DELETE_FAILED",
|
529
529
|
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
530
530
|
DELETE_SKIPPED: "DELETE_SKIPPED",
|
531
|
+
EXPORT_COMPLETE: "EXPORT_COMPLETE",
|
532
|
+
EXPORT_FAILED: "EXPORT_FAILED",
|
533
|
+
EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS",
|
534
|
+
EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE",
|
535
|
+
EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED",
|
536
|
+
EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS",
|
531
537
|
IMPORT_COMPLETE: "IMPORT_COMPLETE",
|
532
538
|
IMPORT_FAILED: "IMPORT_FAILED",
|
533
539
|
IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
|
@@ -573,6 +579,39 @@ export class StackInstanceNotFoundException extends __BaseException {
|
|
573
579
|
this.Message = opts.Message;
|
574
580
|
}
|
575
581
|
}
|
582
|
+
export const StackRefactorExecutionStatus = {
|
583
|
+
AVAILABLE: "AVAILABLE",
|
584
|
+
EXECUTE_COMPLETE: "EXECUTE_COMPLETE",
|
585
|
+
EXECUTE_FAILED: "EXECUTE_FAILED",
|
586
|
+
EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS",
|
587
|
+
OBSOLETE: "OBSOLETE",
|
588
|
+
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
589
|
+
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
590
|
+
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
591
|
+
UNAVAILABLE: "UNAVAILABLE",
|
592
|
+
};
|
593
|
+
export const StackRefactorStatus = {
|
594
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
595
|
+
CREATE_FAILED: "CREATE_FAILED",
|
596
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
597
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
598
|
+
DELETE_FAILED: "DELETE_FAILED",
|
599
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
600
|
+
};
|
601
|
+
export class StackRefactorNotFoundException extends __BaseException {
|
602
|
+
name = "StackRefactorNotFoundException";
|
603
|
+
$fault = "client";
|
604
|
+
Message;
|
605
|
+
constructor(opts) {
|
606
|
+
super({
|
607
|
+
name: "StackRefactorNotFoundException",
|
608
|
+
$fault: "client",
|
609
|
+
...opts,
|
610
|
+
});
|
611
|
+
Object.setPrototypeOf(this, StackRefactorNotFoundException.prototype);
|
612
|
+
this.Message = opts.Message;
|
613
|
+
}
|
614
|
+
}
|
576
615
|
export const StackResourceDriftStatus = {
|
577
616
|
DELETED: "DELETED",
|
578
617
|
IN_SYNC: "IN_SYNC",
|
@@ -724,6 +763,18 @@ export const StackInstanceFilterName = {
|
|
724
763
|
DRIFT_STATUS: "DRIFT_STATUS",
|
725
764
|
LAST_OPERATION_ID: "LAST_OPERATION_ID",
|
726
765
|
};
|
766
|
+
export const StackRefactorActionType = {
|
767
|
+
CREATE: "CREATE",
|
768
|
+
MOVE: "MOVE",
|
769
|
+
};
|
770
|
+
export const StackRefactorDetection = {
|
771
|
+
AUTO: "AUTO",
|
772
|
+
MANUAL: "MANUAL",
|
773
|
+
};
|
774
|
+
export const StackRefactorActionEntity = {
|
775
|
+
RESOURCE: "RESOURCE",
|
776
|
+
STACK: "STACK",
|
777
|
+
};
|
727
778
|
export const OperationResultFilterName = {
|
728
779
|
OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS",
|
729
780
|
};
|
@@ -734,58 +785,3 @@ export const StackSetOperationResultStatus = {
|
|
734
785
|
RUNNING: "RUNNING",
|
735
786
|
SUCCEEDED: "SUCCEEDED",
|
736
787
|
};
|
737
|
-
export class InvalidStateTransitionException extends __BaseException {
|
738
|
-
name = "InvalidStateTransitionException";
|
739
|
-
$fault = "client";
|
740
|
-
Message;
|
741
|
-
constructor(opts) {
|
742
|
-
super({
|
743
|
-
name: "InvalidStateTransitionException",
|
744
|
-
$fault: "client",
|
745
|
-
...opts,
|
746
|
-
});
|
747
|
-
Object.setPrototypeOf(this, InvalidStateTransitionException.prototype);
|
748
|
-
this.Message = opts.Message;
|
749
|
-
}
|
750
|
-
}
|
751
|
-
export class OperationStatusCheckFailedException extends __BaseException {
|
752
|
-
name = "OperationStatusCheckFailedException";
|
753
|
-
$fault = "client";
|
754
|
-
Message;
|
755
|
-
constructor(opts) {
|
756
|
-
super({
|
757
|
-
name: "OperationStatusCheckFailedException",
|
758
|
-
$fault: "client",
|
759
|
-
...opts,
|
760
|
-
});
|
761
|
-
Object.setPrototypeOf(this, OperationStatusCheckFailedException.prototype);
|
762
|
-
this.Message = opts.Message;
|
763
|
-
}
|
764
|
-
}
|
765
|
-
export const OperationStatus = {
|
766
|
-
FAILED: "FAILED",
|
767
|
-
IN_PROGRESS: "IN_PROGRESS",
|
768
|
-
PENDING: "PENDING",
|
769
|
-
SUCCESS: "SUCCESS",
|
770
|
-
};
|
771
|
-
export const HandlerErrorCode = {
|
772
|
-
AccessDenied: "AccessDenied",
|
773
|
-
AlreadyExists: "AlreadyExists",
|
774
|
-
GeneralServiceException: "GeneralServiceException",
|
775
|
-
HandlerInternalFailure: "HandlerInternalFailure",
|
776
|
-
InternalFailure: "InternalFailure",
|
777
|
-
InvalidCredentials: "InvalidCredentials",
|
778
|
-
InvalidRequest: "InvalidRequest",
|
779
|
-
InvalidTypeConfiguration: "InvalidTypeConfiguration",
|
780
|
-
NetworkFailure: "NetworkFailure",
|
781
|
-
NonCompliant: "NonCompliant",
|
782
|
-
NotFound: "NotFound",
|
783
|
-
NotUpdatable: "NotUpdatable",
|
784
|
-
ResourceConflict: "ResourceConflict",
|
785
|
-
ServiceInternalError: "ServiceInternalError",
|
786
|
-
ServiceLimitExceeded: "ServiceLimitExceeded",
|
787
|
-
ServiceTimeout: "NotStabilized",
|
788
|
-
Throttling: "Throttling",
|
789
|
-
Unknown: "Unknown",
|
790
|
-
UnsupportedTarget: "UnsupportedTarget",
|
791
|
-
};
|
@@ -1,4 +1,59 @@
|
|
1
1
|
import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
|
2
|
+
export class InvalidStateTransitionException extends __BaseException {
|
3
|
+
name = "InvalidStateTransitionException";
|
4
|
+
$fault = "client";
|
5
|
+
Message;
|
6
|
+
constructor(opts) {
|
7
|
+
super({
|
8
|
+
name: "InvalidStateTransitionException",
|
9
|
+
$fault: "client",
|
10
|
+
...opts,
|
11
|
+
});
|
12
|
+
Object.setPrototypeOf(this, InvalidStateTransitionException.prototype);
|
13
|
+
this.Message = opts.Message;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
export class OperationStatusCheckFailedException extends __BaseException {
|
17
|
+
name = "OperationStatusCheckFailedException";
|
18
|
+
$fault = "client";
|
19
|
+
Message;
|
20
|
+
constructor(opts) {
|
21
|
+
super({
|
22
|
+
name: "OperationStatusCheckFailedException",
|
23
|
+
$fault: "client",
|
24
|
+
...opts,
|
25
|
+
});
|
26
|
+
Object.setPrototypeOf(this, OperationStatusCheckFailedException.prototype);
|
27
|
+
this.Message = opts.Message;
|
28
|
+
}
|
29
|
+
}
|
30
|
+
export const OperationStatus = {
|
31
|
+
FAILED: "FAILED",
|
32
|
+
IN_PROGRESS: "IN_PROGRESS",
|
33
|
+
PENDING: "PENDING",
|
34
|
+
SUCCESS: "SUCCESS",
|
35
|
+
};
|
36
|
+
export const HandlerErrorCode = {
|
37
|
+
AccessDenied: "AccessDenied",
|
38
|
+
AlreadyExists: "AlreadyExists",
|
39
|
+
GeneralServiceException: "GeneralServiceException",
|
40
|
+
HandlerInternalFailure: "HandlerInternalFailure",
|
41
|
+
InternalFailure: "InternalFailure",
|
42
|
+
InvalidCredentials: "InvalidCredentials",
|
43
|
+
InvalidRequest: "InvalidRequest",
|
44
|
+
InvalidTypeConfiguration: "InvalidTypeConfiguration",
|
45
|
+
NetworkFailure: "NetworkFailure",
|
46
|
+
NonCompliant: "NonCompliant",
|
47
|
+
NotFound: "NotFound",
|
48
|
+
NotUpdatable: "NotUpdatable",
|
49
|
+
ResourceConflict: "ResourceConflict",
|
50
|
+
ServiceInternalError: "ServiceInternalError",
|
51
|
+
ServiceLimitExceeded: "ServiceLimitExceeded",
|
52
|
+
ServiceTimeout: "NotStabilized",
|
53
|
+
Throttling: "Throttling",
|
54
|
+
Unknown: "Unknown",
|
55
|
+
UnsupportedTarget: "UnsupportedTarget",
|
56
|
+
};
|
2
57
|
export const ResourceSignalStatus = {
|
3
58
|
FAILURE: "FAILURE",
|
4
59
|
SUCCESS: "SUCCESS",
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
2
|
+
import { CloudFormationClient } from "../CloudFormationClient";
|
3
|
+
import { ListStackRefactorActionsCommand, } from "../commands/ListStackRefactorActionsCommand";
|
4
|
+
export const paginateListStackRefactorActions = createPaginator(CloudFormationClient, ListStackRefactorActionsCommand, "NextToken", "NextToken", "MaxResults");
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
2
|
+
import { CloudFormationClient } from "../CloudFormationClient";
|
3
|
+
import { ListStackRefactorsCommand, } from "../commands/ListStackRefactorsCommand";
|
4
|
+
export const paginateListStackRefactors = createPaginator(CloudFormationClient, ListStackRefactorsCommand, "NextToken", "NextToken", "MaxResults");
|
@@ -11,6 +11,8 @@ export * from "./ListResourceScanRelatedResourcesPaginator";
|
|
11
11
|
export * from "./ListResourceScanResourcesPaginator";
|
12
12
|
export * from "./ListResourceScansPaginator";
|
13
13
|
export * from "./ListStackInstancesPaginator";
|
14
|
+
export * from "./ListStackRefactorActionsPaginator";
|
15
|
+
export * from "./ListStackRefactorsPaginator";
|
14
16
|
export * from "./ListStackResourcesPaginator";
|
15
17
|
export * from "./ListStackSetOperationResultsPaginator";
|
16
18
|
export * from "./ListStackSetOperationsPaginator";
|