@cdk8s/awscdk-resolver 0.0.242 → 0.0.244

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.
Files changed (99) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +40 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +782 -33
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +10 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackRefactorCommand.js +22 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackRefactorCommand.js +22 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteStackRefactorCommand.js +22 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorActionsCommand.js +22 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorsCommand.js +22 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +5 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +51 -55
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +55 -0
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackRefactorActionsPaginator.js +4 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackRefactorsPaginator.js +4 -0
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +2 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +514 -24
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/index.js +2 -0
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +43 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +52 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +36 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +7 -2
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +91 -0
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +82 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +2 -4
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +69 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +103 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +85 -0
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -1
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +3 -2
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +5 -0
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +968 -1147
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +770 -32
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorActionsPaginator.d.ts +7 -0
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorsPaginator.d.ts +7 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +45 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +86 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +30 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackRefactorCommand.d.ts +51 -0
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackRefactorCommand.d.ts +51 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteStackRefactorCommand.d.ts +46 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorActionsCommand.d.ts +51 -0
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +51 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +2 -1
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +5 -0
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +130 -151
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +158 -0
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackRefactorActionsPaginator.d.ts +11 -0
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackRefactorsPaginator.d.ts +11 -0
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/index.d.ts +2 -0
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorCreateComplete.d.ts +11 -0
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorExecuteComplete.d.ts +11 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/index.d.ts +2 -0
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +14 -0
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +14 -0
  75. package/node_modules/@aws-sdk/client-cloudformation/package.json +13 -13
  76. package/node_modules/@aws-sdk/client-sso/package.json +12 -12
  77. package/node_modules/@aws-sdk/core/package.json +3 -3
  78. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  79. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  80. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  81. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  82. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  83. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  84. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  85. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  86. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +38 -44
  87. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +12 -11
  88. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +12 -11
  89. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +12 -11
  91. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +61 -70
  92. package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
  93. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  94. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +11 -1
  95. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
  96. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
  97. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  98. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  99. 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
@@ -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, ListStackSetsOutput } from "../models/models_0";
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/models_0";
4
+ import { ListTypeRegistrationsInput, ListTypeRegistrationsOutput } 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 { ListTypeVersionsInput, ListTypeVersionsOutput } from "../models/models_0";
4
+ import { ListTypeVersionsInput, ListTypeVersionsOutput } 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 { ListTypesInput, ListTypesOutput } from "../models/models_0";
4
+ import { ListTypesInput, ListTypesOutput } 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 { PublishTypeInput, PublishTypeOutput } from "../models/models_0";
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/models_0";
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/models_0";
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 will cancel all the
31
- * unstarted stack instance deployments and wait for those are in-progress to complete.</p>
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";