@cdk8s/awscdk-resolver 0.0.242 → 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 +5 -5
@@ -0,0 +1,103 @@
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
3
|
+
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
4
|
+
import { ListStackRefactorActionsInput, ListStackRefactorActionsOutput } from "../models/models_0";
|
5
|
+
/**
|
6
|
+
* @public
|
7
|
+
*/
|
8
|
+
export type { __MetadataBearer };
|
9
|
+
export { $Command };
|
10
|
+
/**
|
11
|
+
* @public
|
12
|
+
*
|
13
|
+
* The input for {@link ListStackRefactorActionsCommand}.
|
14
|
+
*/
|
15
|
+
export interface ListStackRefactorActionsCommandInput extends ListStackRefactorActionsInput {
|
16
|
+
}
|
17
|
+
/**
|
18
|
+
* @public
|
19
|
+
*
|
20
|
+
* The output of {@link ListStackRefactorActionsCommand}.
|
21
|
+
*/
|
22
|
+
export interface ListStackRefactorActionsCommandOutput extends ListStackRefactorActionsOutput, __MetadataBearer {
|
23
|
+
}
|
24
|
+
declare const ListStackRefactorActionsCommand_base: {
|
25
|
+
new (input: ListStackRefactorActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackRefactorActionsCommandInput, ListStackRefactorActionsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
26
|
+
new (__0_0: ListStackRefactorActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackRefactorActionsCommandInput, ListStackRefactorActionsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
28
|
+
};
|
29
|
+
/**
|
30
|
+
* <p>Lists the stack refactor actions that will be taken after calling the <a>ExecuteStackRefactor</a> action.</p>
|
31
|
+
* @example
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
33
|
+
* ```javascript
|
34
|
+
* import { CloudFormationClient, ListStackRefactorActionsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
35
|
+
* // const { CloudFormationClient, ListStackRefactorActionsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
36
|
+
* const client = new CloudFormationClient(config);
|
37
|
+
* const input = { // ListStackRefactorActionsInput
|
38
|
+
* StackRefactorId: "STRING_VALUE", // required
|
39
|
+
* NextToken: "STRING_VALUE",
|
40
|
+
* MaxResults: Number("int"),
|
41
|
+
* };
|
42
|
+
* const command = new ListStackRefactorActionsCommand(input);
|
43
|
+
* const response = await client.send(command);
|
44
|
+
* // { // ListStackRefactorActionsOutput
|
45
|
+
* // StackRefactorActions: [ // StackRefactorActions // required
|
46
|
+
* // { // StackRefactorAction
|
47
|
+
* // Action: "MOVE" || "CREATE",
|
48
|
+
* // Entity: "RESOURCE" || "STACK",
|
49
|
+
* // PhysicalResourceId: "STRING_VALUE",
|
50
|
+
* // ResourceIdentifier: "STRING_VALUE",
|
51
|
+
* // Description: "STRING_VALUE",
|
52
|
+
* // Detection: "AUTO" || "MANUAL",
|
53
|
+
* // DetectionReason: "STRING_VALUE",
|
54
|
+
* // TagResources: [ // StackRefactorTagResources
|
55
|
+
* // { // Tag
|
56
|
+
* // Key: "STRING_VALUE", // required
|
57
|
+
* // Value: "STRING_VALUE", // required
|
58
|
+
* // },
|
59
|
+
* // ],
|
60
|
+
* // UntagResources: [ // StackRefactorUntagResources
|
61
|
+
* // "STRING_VALUE",
|
62
|
+
* // ],
|
63
|
+
* // ResourceMapping: { // ResourceMapping
|
64
|
+
* // Source: { // ResourceLocation
|
65
|
+
* // StackName: "STRING_VALUE", // required
|
66
|
+
* // LogicalResourceId: "STRING_VALUE", // required
|
67
|
+
* // },
|
68
|
+
* // Destination: {
|
69
|
+
* // StackName: "STRING_VALUE", // required
|
70
|
+
* // LogicalResourceId: "STRING_VALUE", // required
|
71
|
+
* // },
|
72
|
+
* // },
|
73
|
+
* // },
|
74
|
+
* // ],
|
75
|
+
* // NextToken: "STRING_VALUE",
|
76
|
+
* // };
|
77
|
+
*
|
78
|
+
* ```
|
79
|
+
*
|
80
|
+
* @param ListStackRefactorActionsCommandInput - {@link ListStackRefactorActionsCommandInput}
|
81
|
+
* @returns {@link ListStackRefactorActionsCommandOutput}
|
82
|
+
* @see {@link ListStackRefactorActionsCommandInput} for command's `input` shape.
|
83
|
+
* @see {@link ListStackRefactorActionsCommandOutput} for command's `response` shape.
|
84
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
85
|
+
*
|
86
|
+
* @throws {@link CloudFormationServiceException}
|
87
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
88
|
+
*
|
89
|
+
* @public
|
90
|
+
*/
|
91
|
+
export declare class ListStackRefactorActionsCommand extends ListStackRefactorActionsCommand_base {
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
93
|
+
protected static __types: {
|
94
|
+
api: {
|
95
|
+
input: ListStackRefactorActionsInput;
|
96
|
+
output: ListStackRefactorActionsOutput;
|
97
|
+
};
|
98
|
+
sdk: {
|
99
|
+
input: ListStackRefactorActionsCommandInput;
|
100
|
+
output: ListStackRefactorActionsCommandOutput;
|
101
|
+
};
|
102
|
+
};
|
103
|
+
}
|
@@ -0,0 +1,85 @@
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
3
|
+
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
4
|
+
import { ListStackRefactorsInput, ListStackRefactorsOutput } from "../models/models_0";
|
5
|
+
/**
|
6
|
+
* @public
|
7
|
+
*/
|
8
|
+
export type { __MetadataBearer };
|
9
|
+
export { $Command };
|
10
|
+
/**
|
11
|
+
* @public
|
12
|
+
*
|
13
|
+
* The input for {@link ListStackRefactorsCommand}.
|
14
|
+
*/
|
15
|
+
export interface ListStackRefactorsCommandInput extends ListStackRefactorsInput {
|
16
|
+
}
|
17
|
+
/**
|
18
|
+
* @public
|
19
|
+
*
|
20
|
+
* The output of {@link ListStackRefactorsCommand}.
|
21
|
+
*/
|
22
|
+
export interface ListStackRefactorsCommandOutput extends ListStackRefactorsOutput, __MetadataBearer {
|
23
|
+
}
|
24
|
+
declare const ListStackRefactorsCommand_base: {
|
25
|
+
new (input: ListStackRefactorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackRefactorsCommandInput, ListStackRefactorsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
26
|
+
new (...[input]: [] | [ListStackRefactorsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStackRefactorsCommandInput, ListStackRefactorsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
28
|
+
};
|
29
|
+
/**
|
30
|
+
* <p>Lists all account stack refactor operations and their statuses.</p>
|
31
|
+
* @example
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
33
|
+
* ```javascript
|
34
|
+
* import { CloudFormationClient, ListStackRefactorsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
35
|
+
* // const { CloudFormationClient, ListStackRefactorsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
36
|
+
* const client = new CloudFormationClient(config);
|
37
|
+
* const input = { // ListStackRefactorsInput
|
38
|
+
* ExecutionStatusFilter: [ // StackRefactorExecutionStatusFilter
|
39
|
+
* "UNAVAILABLE" || "AVAILABLE" || "OBSOLETE" || "EXECUTE_IN_PROGRESS" || "EXECUTE_COMPLETE" || "EXECUTE_FAILED" || "ROLLBACK_IN_PROGRESS" || "ROLLBACK_COMPLETE" || "ROLLBACK_FAILED",
|
40
|
+
* ],
|
41
|
+
* NextToken: "STRING_VALUE",
|
42
|
+
* MaxResults: Number("int"),
|
43
|
+
* };
|
44
|
+
* const command = new ListStackRefactorsCommand(input);
|
45
|
+
* const response = await client.send(command);
|
46
|
+
* // { // ListStackRefactorsOutput
|
47
|
+
* // StackRefactorSummaries: [ // StackRefactorSummaries // required
|
48
|
+
* // { // StackRefactorSummary
|
49
|
+
* // StackRefactorId: "STRING_VALUE",
|
50
|
+
* // Description: "STRING_VALUE",
|
51
|
+
* // ExecutionStatus: "UNAVAILABLE" || "AVAILABLE" || "OBSOLETE" || "EXECUTE_IN_PROGRESS" || "EXECUTE_COMPLETE" || "EXECUTE_FAILED" || "ROLLBACK_IN_PROGRESS" || "ROLLBACK_COMPLETE" || "ROLLBACK_FAILED",
|
52
|
+
* // ExecutionStatusReason: "STRING_VALUE",
|
53
|
+
* // Status: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED",
|
54
|
+
* // StatusReason: "STRING_VALUE",
|
55
|
+
* // },
|
56
|
+
* // ],
|
57
|
+
* // NextToken: "STRING_VALUE",
|
58
|
+
* // };
|
59
|
+
*
|
60
|
+
* ```
|
61
|
+
*
|
62
|
+
* @param ListStackRefactorsCommandInput - {@link ListStackRefactorsCommandInput}
|
63
|
+
* @returns {@link ListStackRefactorsCommandOutput}
|
64
|
+
* @see {@link ListStackRefactorsCommandInput} for command's `input` shape.
|
65
|
+
* @see {@link ListStackRefactorsCommandOutput} for command's `response` shape.
|
66
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
67
|
+
*
|
68
|
+
* @throws {@link CloudFormationServiceException}
|
69
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
70
|
+
*
|
71
|
+
* @public
|
72
|
+
*/
|
73
|
+
export declare class ListStackRefactorsCommand extends ListStackRefactorsCommand_base {
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
75
|
+
protected static __types: {
|
76
|
+
api: {
|
77
|
+
input: ListStackRefactorsInput;
|
78
|
+
output: ListStackRefactorsOutput;
|
79
|
+
};
|
80
|
+
sdk: {
|
81
|
+
input: ListStackRefactorsCommandInput;
|
82
|
+
output: ListStackRefactorsCommandOutput;
|
83
|
+
};
|
84
|
+
};
|
85
|
+
}
|
@@ -49,7 +49,7 @@ declare const ListStackResourcesCommand_base: {
|
|
49
49
|
* // PhysicalResourceId: "STRING_VALUE",
|
50
50
|
* // ResourceType: "STRING_VALUE", // required
|
51
51
|
* // LastUpdatedTimestamp: new Date("TIMESTAMP"), // required
|
52
|
-
* // ResourceStatus: "CREATE_IN_PROGRESS" || "CREATE_FAILED" || "CREATE_COMPLETE" || "DELETE_IN_PROGRESS" || "DELETE_FAILED" || "DELETE_COMPLETE" || "DELETE_SKIPPED" || "UPDATE_IN_PROGRESS" || "UPDATE_FAILED" || "UPDATE_COMPLETE" || "IMPORT_FAILED" || "IMPORT_COMPLETE" || "IMPORT_IN_PROGRESS" || "IMPORT_ROLLBACK_IN_PROGRESS" || "IMPORT_ROLLBACK_FAILED" || "IMPORT_ROLLBACK_COMPLETE" || "UPDATE_ROLLBACK_IN_PROGRESS" || "UPDATE_ROLLBACK_COMPLETE" || "UPDATE_ROLLBACK_FAILED" || "ROLLBACK_IN_PROGRESS" || "ROLLBACK_COMPLETE" || "ROLLBACK_FAILED", // required
|
52
|
+
* // ResourceStatus: "CREATE_IN_PROGRESS" || "CREATE_FAILED" || "CREATE_COMPLETE" || "DELETE_IN_PROGRESS" || "DELETE_FAILED" || "DELETE_COMPLETE" || "DELETE_SKIPPED" || "UPDATE_IN_PROGRESS" || "UPDATE_FAILED" || "UPDATE_COMPLETE" || "IMPORT_FAILED" || "IMPORT_COMPLETE" || "IMPORT_IN_PROGRESS" || "IMPORT_ROLLBACK_IN_PROGRESS" || "IMPORT_ROLLBACK_FAILED" || "IMPORT_ROLLBACK_COMPLETE" || "EXPORT_FAILED" || "EXPORT_COMPLETE" || "EXPORT_IN_PROGRESS" || "EXPORT_ROLLBACK_IN_PROGRESS" || "EXPORT_ROLLBACK_FAILED" || "EXPORT_ROLLBACK_COMPLETE" || "UPDATE_ROLLBACK_IN_PROGRESS" || "UPDATE_ROLLBACK_COMPLETE" || "UPDATE_ROLLBACK_FAILED" || "ROLLBACK_IN_PROGRESS" || "ROLLBACK_COMPLETE" || "ROLLBACK_FAILED", // required
|
53
53
|
* // ResourceStatusReason: "STRING_VALUE",
|
54
54
|
* // DriftInformation: { // StackResourceDriftInformationSummary
|
55
55
|
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED", // required
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
4
|
-
import { ListStackSetsInput
|
4
|
+
import { ListStackSetsInput } from "../models/models_0";
|
5
|
+
import { ListStackSetsOutput } from "../models/models_1";
|
5
6
|
/**
|
6
7
|
* @public
|
7
8
|
*/
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
4
|
-
import { ListTypeRegistrationsInput, ListTypeRegistrationsOutput } from "../models/
|
4
|
+
import { ListTypeRegistrationsInput, ListTypeRegistrationsOutput } from "../models/models_1";
|
5
5
|
/**
|
6
6
|
* @public
|
7
7
|
*/
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
4
|
-
import { ListTypeVersionsInput, ListTypeVersionsOutput } from "../models/
|
4
|
+
import { ListTypeVersionsInput, ListTypeVersionsOutput } from "../models/models_1";
|
5
5
|
/**
|
6
6
|
* @public
|
7
7
|
*/
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
4
|
-
import { ListTypesInput, ListTypesOutput } from "../models/
|
4
|
+
import { ListTypesInput, ListTypesOutput } from "../models/models_1";
|
5
5
|
/**
|
6
6
|
* @public
|
7
7
|
*/
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
4
|
-
import { PublishTypeInput, PublishTypeOutput } from "../models/
|
4
|
+
import { PublishTypeInput, PublishTypeOutput } from "../models/models_1";
|
5
5
|
/**
|
6
6
|
* @public
|
7
7
|
*/
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
4
|
-
import { RecordHandlerProgressInput, RecordHandlerProgressOutput } from "../models/
|
4
|
+
import { RecordHandlerProgressInput, RecordHandlerProgressOutput } from "../models/models_1";
|
5
5
|
/**
|
6
6
|
* @public
|
7
7
|
*/
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
4
|
-
import { RegisterPublisherInput, RegisterPublisherOutput } from "../models/
|
4
|
+
import { RegisterPublisherInput, RegisterPublisherOutput } from "../models/models_1";
|
5
5
|
/**
|
6
6
|
* @public
|
7
7
|
*/
|
@@ -27,8 +27,9 @@ declare const StopStackSetOperationCommand_base: {
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
28
28
|
};
|
29
29
|
/**
|
30
|
-
* <p>Stops an in-progress operation on a stack set and its associated stack instances. StackSets
|
31
|
-
* unstarted stack instance deployments and wait for those are in-progress to
|
30
|
+
* <p>Stops an in-progress operation on a stack set and its associated stack instances. StackSets
|
31
|
+
* will cancel all the unstarted stack instance deployments and wait for those are in-progress to
|
32
|
+
* complete.</p>
|
32
33
|
* @example
|
33
34
|
* Use a bare-bones client and the command you need to make an API call.
|
34
35
|
* ```javascript
|
@@ -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";
|