@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.
Files changed (89) 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 +5 -5
  76. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  77. package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
  78. package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
  79. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  80. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  81. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  82. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  83. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  84. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +11 -1
  85. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
  86. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
  87. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  88. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  89. package/package.json +6 -6
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListStackRefactorActionsCommandInput, ListStackRefactorActionsCommandOutput } from "../commands/ListStackRefactorActionsCommand";
3
+ import { CloudFormationPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListStackRefactorActions: (config: CloudFormationPaginationConfiguration, input: ListStackRefactorActionsCommandInput, ...rest: any[]) => Paginator<ListStackRefactorActionsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListStackRefactorsCommandInput, ListStackRefactorsCommandOutput } from "../commands/ListStackRefactorsCommand";
3
+ import { CloudFormationPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListStackRefactors: (config: CloudFormationPaginationConfiguration, input: ListStackRefactorsCommandInput, ...rest: any[]) => Paginator<ListStackRefactorsCommandOutput>;
@@ -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";
@@ -9,6 +9,7 @@ import { CreateChangeSetCommandInput, CreateChangeSetCommandOutput } from "../co
9
9
  import { CreateGeneratedTemplateCommandInput, CreateGeneratedTemplateCommandOutput } from "../commands/CreateGeneratedTemplateCommand";
10
10
  import { CreateStackCommandInput, CreateStackCommandOutput } from "../commands/CreateStackCommand";
11
11
  import { CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput } from "../commands/CreateStackInstancesCommand";
12
+ import { CreateStackRefactorCommandInput, CreateStackRefactorCommandOutput } from "../commands/CreateStackRefactorCommand";
12
13
  import { CreateStackSetCommandInput, CreateStackSetCommandOutput } from "../commands/CreateStackSetCommand";
13
14
  import { DeactivateOrganizationsAccessCommandInput, DeactivateOrganizationsAccessCommandOutput } from "../commands/DeactivateOrganizationsAccessCommand";
14
15
  import { DeactivateTypeCommandInput, DeactivateTypeCommandOutput } from "../commands/DeactivateTypeCommand";
@@ -28,6 +29,7 @@ import { DescribeResourceScanCommandInput, DescribeResourceScanCommandOutput } f
28
29
  import { DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput } from "../commands/DescribeStackDriftDetectionStatusCommand";
29
30
  import { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "../commands/DescribeStackEventsCommand";
30
31
  import { DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput } from "../commands/DescribeStackInstanceCommand";
32
+ import { DescribeStackRefactorCommandInput, DescribeStackRefactorCommandOutput } from "../commands/DescribeStackRefactorCommand";
31
33
  import { DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput } from "../commands/DescribeStackResourceCommand";
32
34
  import { DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput } from "../commands/DescribeStackResourceDriftsCommand";
33
35
  import { DescribeStackResourcesCommandInput, DescribeStackResourcesCommandOutput } from "../commands/DescribeStackResourcesCommand";
@@ -41,6 +43,7 @@ import { DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOu
41
43
  import { DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput } from "../commands/DetectStackSetDriftCommand";
42
44
  import { EstimateTemplateCostCommandInput, EstimateTemplateCostCommandOutput } from "../commands/EstimateTemplateCostCommand";
43
45
  import { ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput } from "../commands/ExecuteChangeSetCommand";
46
+ import { ExecuteStackRefactorCommandInput, ExecuteStackRefactorCommandOutput } from "../commands/ExecuteStackRefactorCommand";
44
47
  import { GetGeneratedTemplateCommandInput, GetGeneratedTemplateCommandOutput } from "../commands/GetGeneratedTemplateCommand";
45
48
  import { GetStackPolicyCommandInput, GetStackPolicyCommandOutput } from "../commands/GetStackPolicyCommand";
46
49
  import { GetTemplateCommandInput, GetTemplateCommandOutput } from "../commands/GetTemplateCommand";
@@ -56,6 +59,8 @@ import { ListResourceScanResourcesCommandInput, ListResourceScanResourcesCommand
56
59
  import { ListResourceScansCommandInput, ListResourceScansCommandOutput } from "../commands/ListResourceScansCommand";
57
60
  import { ListStackInstanceResourceDriftsCommandInput, ListStackInstanceResourceDriftsCommandOutput } from "../commands/ListStackInstanceResourceDriftsCommand";
58
61
  import { ListStackInstancesCommandInput, ListStackInstancesCommandOutput } from "../commands/ListStackInstancesCommand";
62
+ import { ListStackRefactorActionsCommandInput, ListStackRefactorActionsCommandOutput } from "../commands/ListStackRefactorActionsCommand";
63
+ import { ListStackRefactorsCommandInput, ListStackRefactorsCommandOutput } from "../commands/ListStackRefactorsCommand";
59
64
  import { ListStackResourcesCommandInput, ListStackResourcesCommandOutput } from "../commands/ListStackResourcesCommand";
60
65
  import { ListStacksCommandInput, ListStacksCommandOutput } from "../commands/ListStacksCommand";
61
66
  import { ListStackSetAutoDeploymentTargetsCommandInput, ListStackSetAutoDeploymentTargetsCommandOutput } from "../commands/ListStackSetAutoDeploymentTargetsCommand";
@@ -119,6 +124,10 @@ export declare const se_CreateStackCommand: (input: CreateStackCommandInput, con
119
124
  * serializeAws_queryCreateStackInstancesCommand
120
125
  */
121
126
  export declare const se_CreateStackInstancesCommand: (input: CreateStackInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ /**
128
+ * serializeAws_queryCreateStackRefactorCommand
129
+ */
130
+ export declare const se_CreateStackRefactorCommand: (input: CreateStackRefactorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
131
  /**
123
132
  * serializeAws_queryCreateStackSetCommand
124
133
  */
@@ -195,6 +204,10 @@ export declare const se_DescribeStackEventsCommand: (input: DescribeStackEventsC
195
204
  * serializeAws_queryDescribeStackInstanceCommand
196
205
  */
197
206
  export declare const se_DescribeStackInstanceCommand: (input: DescribeStackInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
+ /**
208
+ * serializeAws_queryDescribeStackRefactorCommand
209
+ */
210
+ export declare const se_DescribeStackRefactorCommand: (input: DescribeStackRefactorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
211
  /**
199
212
  * serializeAws_queryDescribeStackResourceCommand
200
213
  */
@@ -247,6 +260,10 @@ export declare const se_EstimateTemplateCostCommand: (input: EstimateTemplateCos
247
260
  * serializeAws_queryExecuteChangeSetCommand
248
261
  */
249
262
  export declare const se_ExecuteChangeSetCommand: (input: ExecuteChangeSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
+ /**
264
+ * serializeAws_queryExecuteStackRefactorCommand
265
+ */
266
+ export declare const se_ExecuteStackRefactorCommand: (input: ExecuteStackRefactorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
267
  /**
251
268
  * serializeAws_queryGetGeneratedTemplateCommand
252
269
  */
@@ -307,6 +324,14 @@ export declare const se_ListStackInstanceResourceDriftsCommand: (input: ListStac
307
324
  * serializeAws_queryListStackInstancesCommand
308
325
  */
309
326
  export declare const se_ListStackInstancesCommand: (input: ListStackInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
327
+ /**
328
+ * serializeAws_queryListStackRefactorActionsCommand
329
+ */
330
+ export declare const se_ListStackRefactorActionsCommand: (input: ListStackRefactorActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
331
+ /**
332
+ * serializeAws_queryListStackRefactorsCommand
333
+ */
334
+ export declare const se_ListStackRefactorsCommand: (input: ListStackRefactorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
335
  /**
311
336
  * serializeAws_queryListStackResourcesCommand
312
337
  */
@@ -451,6 +476,10 @@ export declare const de_CreateStackCommand: (output: __HttpResponse, context: __
451
476
  * deserializeAws_queryCreateStackInstancesCommand
452
477
  */
453
478
  export declare const de_CreateStackInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStackInstancesCommandOutput>;
479
+ /**
480
+ * deserializeAws_queryCreateStackRefactorCommand
481
+ */
482
+ export declare const de_CreateStackRefactorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStackRefactorCommandOutput>;
454
483
  /**
455
484
  * deserializeAws_queryCreateStackSetCommand
456
485
  */
@@ -527,6 +556,10 @@ export declare const de_DescribeStackEventsCommand: (output: __HttpResponse, con
527
556
  * deserializeAws_queryDescribeStackInstanceCommand
528
557
  */
529
558
  export declare const de_DescribeStackInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStackInstanceCommandOutput>;
559
+ /**
560
+ * deserializeAws_queryDescribeStackRefactorCommand
561
+ */
562
+ export declare const de_DescribeStackRefactorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStackRefactorCommandOutput>;
530
563
  /**
531
564
  * deserializeAws_queryDescribeStackResourceCommand
532
565
  */
@@ -579,6 +612,10 @@ export declare const de_EstimateTemplateCostCommand: (output: __HttpResponse, co
579
612
  * deserializeAws_queryExecuteChangeSetCommand
580
613
  */
581
614
  export declare const de_ExecuteChangeSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteChangeSetCommandOutput>;
615
+ /**
616
+ * deserializeAws_queryExecuteStackRefactorCommand
617
+ */
618
+ export declare const de_ExecuteStackRefactorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteStackRefactorCommandOutput>;
582
619
  /**
583
620
  * deserializeAws_queryGetGeneratedTemplateCommand
584
621
  */
@@ -639,6 +676,14 @@ export declare const de_ListStackInstanceResourceDriftsCommand: (output: __HttpR
639
676
  * deserializeAws_queryListStackInstancesCommand
640
677
  */
641
678
  export declare const de_ListStackInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStackInstancesCommandOutput>;
679
+ /**
680
+ * deserializeAws_queryListStackRefactorActionsCommand
681
+ */
682
+ export declare const de_ListStackRefactorActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStackRefactorActionsCommandOutput>;
683
+ /**
684
+ * deserializeAws_queryListStackRefactorsCommand
685
+ */
686
+ export declare const de_ListStackRefactorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStackRefactorsCommandOutput>;
642
687
  /**
643
688
  * deserializeAws_queryListStackResourcesCommand
644
689
  */
@@ -36,6 +36,10 @@ import {
36
36
  CreateStackInstancesCommandInput,
37
37
  CreateStackInstancesCommandOutput,
38
38
  } from "./commands/CreateStackInstancesCommand";
39
+ import {
40
+ CreateStackRefactorCommandInput,
41
+ CreateStackRefactorCommandOutput,
42
+ } from "./commands/CreateStackRefactorCommand";
39
43
  import {
40
44
  CreateStackSetCommandInput,
41
45
  CreateStackSetCommandOutput,
@@ -112,6 +116,10 @@ import {
112
116
  DescribeStackInstanceCommandInput,
113
117
  DescribeStackInstanceCommandOutput,
114
118
  } from "./commands/DescribeStackInstanceCommand";
119
+ import {
120
+ DescribeStackRefactorCommandInput,
121
+ DescribeStackRefactorCommandOutput,
122
+ } from "./commands/DescribeStackRefactorCommand";
115
123
  import {
116
124
  DescribeStackResourceCommandInput,
117
125
  DescribeStackResourceCommandOutput,
@@ -164,6 +172,10 @@ import {
164
172
  ExecuteChangeSetCommandInput,
165
173
  ExecuteChangeSetCommandOutput,
166
174
  } from "./commands/ExecuteChangeSetCommand";
175
+ import {
176
+ ExecuteStackRefactorCommandInput,
177
+ ExecuteStackRefactorCommandOutput,
178
+ } from "./commands/ExecuteStackRefactorCommand";
167
179
  import {
168
180
  GetGeneratedTemplateCommandInput,
169
181
  GetGeneratedTemplateCommandOutput,
@@ -224,6 +236,14 @@ import {
224
236
  ListStackInstancesCommandInput,
225
237
  ListStackInstancesCommandOutput,
226
238
  } from "./commands/ListStackInstancesCommand";
239
+ import {
240
+ ListStackRefactorActionsCommandInput,
241
+ ListStackRefactorActionsCommandOutput,
242
+ } from "./commands/ListStackRefactorActionsCommand";
243
+ import {
244
+ ListStackRefactorsCommandInput,
245
+ ListStackRefactorsCommandOutput,
246
+ } from "./commands/ListStackRefactorsCommand";
227
247
  import {
228
248
  ListStackResourcesCommandInput,
229
249
  ListStackResourcesCommandOutput,
@@ -452,6 +472,19 @@ export interface CloudFormation {
452
472
  options: __HttpHandlerOptions,
453
473
  cb: (err: any, data?: CreateStackInstancesCommandOutput) => void
454
474
  ): void;
475
+ createStackRefactor(
476
+ args: CreateStackRefactorCommandInput,
477
+ options?: __HttpHandlerOptions
478
+ ): Promise<CreateStackRefactorCommandOutput>;
479
+ createStackRefactor(
480
+ args: CreateStackRefactorCommandInput,
481
+ cb: (err: any, data?: CreateStackRefactorCommandOutput) => void
482
+ ): void;
483
+ createStackRefactor(
484
+ args: CreateStackRefactorCommandInput,
485
+ options: __HttpHandlerOptions,
486
+ cb: (err: any, data?: CreateStackRefactorCommandOutput) => void
487
+ ): void;
455
488
  createStackSet(
456
489
  args: CreateStackSetCommandInput,
457
490
  options?: __HttpHandlerOptions
@@ -712,6 +745,19 @@ export interface CloudFormation {
712
745
  options: __HttpHandlerOptions,
713
746
  cb: (err: any, data?: DescribeStackInstanceCommandOutput) => void
714
747
  ): void;
748
+ describeStackRefactor(
749
+ args: DescribeStackRefactorCommandInput,
750
+ options?: __HttpHandlerOptions
751
+ ): Promise<DescribeStackRefactorCommandOutput>;
752
+ describeStackRefactor(
753
+ args: DescribeStackRefactorCommandInput,
754
+ cb: (err: any, data?: DescribeStackRefactorCommandOutput) => void
755
+ ): void;
756
+ describeStackRefactor(
757
+ args: DescribeStackRefactorCommandInput,
758
+ options: __HttpHandlerOptions,
759
+ cb: (err: any, data?: DescribeStackRefactorCommandOutput) => void
760
+ ): void;
715
761
  describeStackResource(
716
762
  args: DescribeStackResourceCommandInput,
717
763
  options?: __HttpHandlerOptions
@@ -885,6 +931,19 @@ export interface CloudFormation {
885
931
  options: __HttpHandlerOptions,
886
932
  cb: (err: any, data?: ExecuteChangeSetCommandOutput) => void
887
933
  ): void;
934
+ executeStackRefactor(
935
+ args: ExecuteStackRefactorCommandInput,
936
+ options?: __HttpHandlerOptions
937
+ ): Promise<ExecuteStackRefactorCommandOutput>;
938
+ executeStackRefactor(
939
+ args: ExecuteStackRefactorCommandInput,
940
+ cb: (err: any, data?: ExecuteStackRefactorCommandOutput) => void
941
+ ): void;
942
+ executeStackRefactor(
943
+ args: ExecuteStackRefactorCommandInput,
944
+ options: __HttpHandlerOptions,
945
+ cb: (err: any, data?: ExecuteStackRefactorCommandOutput) => void
946
+ ): void;
888
947
  getGeneratedTemplate(
889
948
  args: GetGeneratedTemplateCommandInput,
890
949
  options?: __HttpHandlerOptions
@@ -1085,6 +1144,33 @@ export interface CloudFormation {
1085
1144
  options: __HttpHandlerOptions,
1086
1145
  cb: (err: any, data?: ListStackInstancesCommandOutput) => void
1087
1146
  ): void;
1147
+ listStackRefactorActions(
1148
+ args: ListStackRefactorActionsCommandInput,
1149
+ options?: __HttpHandlerOptions
1150
+ ): Promise<ListStackRefactorActionsCommandOutput>;
1151
+ listStackRefactorActions(
1152
+ args: ListStackRefactorActionsCommandInput,
1153
+ cb: (err: any, data?: ListStackRefactorActionsCommandOutput) => void
1154
+ ): void;
1155
+ listStackRefactorActions(
1156
+ args: ListStackRefactorActionsCommandInput,
1157
+ options: __HttpHandlerOptions,
1158
+ cb: (err: any, data?: ListStackRefactorActionsCommandOutput) => void
1159
+ ): void;
1160
+ listStackRefactors(): Promise<ListStackRefactorsCommandOutput>;
1161
+ listStackRefactors(
1162
+ args: ListStackRefactorsCommandInput,
1163
+ options?: __HttpHandlerOptions
1164
+ ): Promise<ListStackRefactorsCommandOutput>;
1165
+ listStackRefactors(
1166
+ args: ListStackRefactorsCommandInput,
1167
+ cb: (err: any, data?: ListStackRefactorsCommandOutput) => void
1168
+ ): void;
1169
+ listStackRefactors(
1170
+ args: ListStackRefactorsCommandInput,
1171
+ options: __HttpHandlerOptions,
1172
+ cb: (err: any, data?: ListStackRefactorsCommandOutput) => void
1173
+ ): void;
1088
1174
  listStackResources(
1089
1175
  args: ListStackResourcesCommandInput,
1090
1176
  options?: __HttpHandlerOptions
@@ -81,6 +81,10 @@ import {
81
81
  CreateStackInstancesCommandInput,
82
82
  CreateStackInstancesCommandOutput,
83
83
  } from "./commands/CreateStackInstancesCommand";
84
+ import {
85
+ CreateStackRefactorCommandInput,
86
+ CreateStackRefactorCommandOutput,
87
+ } from "./commands/CreateStackRefactorCommand";
84
88
  import {
85
89
  CreateStackSetCommandInput,
86
90
  CreateStackSetCommandOutput,
@@ -157,6 +161,10 @@ import {
157
161
  DescribeStackInstanceCommandInput,
158
162
  DescribeStackInstanceCommandOutput,
159
163
  } from "./commands/DescribeStackInstanceCommand";
164
+ import {
165
+ DescribeStackRefactorCommandInput,
166
+ DescribeStackRefactorCommandOutput,
167
+ } from "./commands/DescribeStackRefactorCommand";
160
168
  import {
161
169
  DescribeStackResourceCommandInput,
162
170
  DescribeStackResourceCommandOutput,
@@ -209,6 +217,10 @@ import {
209
217
  ExecuteChangeSetCommandInput,
210
218
  ExecuteChangeSetCommandOutput,
211
219
  } from "./commands/ExecuteChangeSetCommand";
220
+ import {
221
+ ExecuteStackRefactorCommandInput,
222
+ ExecuteStackRefactorCommandOutput,
223
+ } from "./commands/ExecuteStackRefactorCommand";
212
224
  import {
213
225
  GetGeneratedTemplateCommandInput,
214
226
  GetGeneratedTemplateCommandOutput,
@@ -269,6 +281,14 @@ import {
269
281
  ListStackInstancesCommandInput,
270
282
  ListStackInstancesCommandOutput,
271
283
  } from "./commands/ListStackInstancesCommand";
284
+ import {
285
+ ListStackRefactorActionsCommandInput,
286
+ ListStackRefactorActionsCommandOutput,
287
+ } from "./commands/ListStackRefactorActionsCommand";
288
+ import {
289
+ ListStackRefactorsCommandInput,
290
+ ListStackRefactorsCommandOutput,
291
+ } from "./commands/ListStackRefactorsCommand";
272
292
  import {
273
293
  ListStackResourcesCommandInput,
274
294
  ListStackResourcesCommandOutput,
@@ -394,6 +414,7 @@ export type ServiceInputTypes =
394
414
  | CreateGeneratedTemplateCommandInput
395
415
  | CreateStackCommandInput
396
416
  | CreateStackInstancesCommandInput
417
+ | CreateStackRefactorCommandInput
397
418
  | CreateStackSetCommandInput
398
419
  | DeactivateOrganizationsAccessCommandInput
399
420
  | DeactivateTypeCommandInput
@@ -413,6 +434,7 @@ export type ServiceInputTypes =
413
434
  | DescribeStackDriftDetectionStatusCommandInput
414
435
  | DescribeStackEventsCommandInput
415
436
  | DescribeStackInstanceCommandInput
437
+ | DescribeStackRefactorCommandInput
416
438
  | DescribeStackResourceCommandInput
417
439
  | DescribeStackResourceDriftsCommandInput
418
440
  | DescribeStackResourcesCommandInput
@@ -426,6 +448,7 @@ export type ServiceInputTypes =
426
448
  | DetectStackSetDriftCommandInput
427
449
  | EstimateTemplateCostCommandInput
428
450
  | ExecuteChangeSetCommandInput
451
+ | ExecuteStackRefactorCommandInput
429
452
  | GetGeneratedTemplateCommandInput
430
453
  | GetStackPolicyCommandInput
431
454
  | GetTemplateCommandInput
@@ -441,6 +464,8 @@ export type ServiceInputTypes =
441
464
  | ListResourceScansCommandInput
442
465
  | ListStackInstanceResourceDriftsCommandInput
443
466
  | ListStackInstancesCommandInput
467
+ | ListStackRefactorActionsCommandInput
468
+ | ListStackRefactorsCommandInput
444
469
  | ListStackResourcesCommandInput
445
470
  | ListStackSetAutoDeploymentTargetsCommandInput
446
471
  | ListStackSetOperationResultsCommandInput
@@ -478,6 +503,7 @@ export type ServiceOutputTypes =
478
503
  | CreateGeneratedTemplateCommandOutput
479
504
  | CreateStackCommandOutput
480
505
  | CreateStackInstancesCommandOutput
506
+ | CreateStackRefactorCommandOutput
481
507
  | CreateStackSetCommandOutput
482
508
  | DeactivateOrganizationsAccessCommandOutput
483
509
  | DeactivateTypeCommandOutput
@@ -497,6 +523,7 @@ export type ServiceOutputTypes =
497
523
  | DescribeStackDriftDetectionStatusCommandOutput
498
524
  | DescribeStackEventsCommandOutput
499
525
  | DescribeStackInstanceCommandOutput
526
+ | DescribeStackRefactorCommandOutput
500
527
  | DescribeStackResourceCommandOutput
501
528
  | DescribeStackResourceDriftsCommandOutput
502
529
  | DescribeStackResourcesCommandOutput
@@ -510,6 +537,7 @@ export type ServiceOutputTypes =
510
537
  | DetectStackSetDriftCommandOutput
511
538
  | EstimateTemplateCostCommandOutput
512
539
  | ExecuteChangeSetCommandOutput
540
+ | ExecuteStackRefactorCommandOutput
513
541
  | GetGeneratedTemplateCommandOutput
514
542
  | GetStackPolicyCommandOutput
515
543
  | GetTemplateCommandOutput
@@ -525,6 +553,8 @@ export type ServiceOutputTypes =
525
553
  | ListResourceScansCommandOutput
526
554
  | ListStackInstanceResourceDriftsCommandOutput
527
555
  | ListStackInstancesCommandOutput
556
+ | ListStackRefactorActionsCommandOutput
557
+ | ListStackRefactorsCommandOutput
528
558
  | ListStackResourcesCommandOutput
529
559
  | ListStackSetAutoDeploymentTargetsCommandOutput
530
560
  | ListStackSetOperationResultsCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CloudFormationClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CloudFormationClient";
8
+ import {
9
+ CreateStackRefactorInput,
10
+ CreateStackRefactorOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateStackRefactorCommandInput
15
+ extends CreateStackRefactorInput {}
16
+ export interface CreateStackRefactorCommandOutput
17
+ extends CreateStackRefactorOutput,
18
+ __MetadataBearer {}
19
+ declare const CreateStackRefactorCommand_base: {
20
+ new (
21
+ input: CreateStackRefactorCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateStackRefactorCommandInput,
24
+ CreateStackRefactorCommandOutput,
25
+ CloudFormationClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateStackRefactorCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateStackRefactorCommandInput,
33
+ CreateStackRefactorCommandOutput,
34
+ CloudFormationClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateStackRefactorCommand extends CreateStackRefactorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateStackRefactorInput;
44
+ output: CreateStackRefactorOutput;
45
+ };
46
+ sdk: {
47
+ input: CreateStackRefactorCommandInput;
48
+ output: CreateStackRefactorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CloudFormationClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CloudFormationClient";
8
+ import {
9
+ DescribeStackRefactorInput,
10
+ DescribeStackRefactorOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeStackRefactorCommandInput
15
+ extends DescribeStackRefactorInput {}
16
+ export interface DescribeStackRefactorCommandOutput
17
+ extends DescribeStackRefactorOutput,
18
+ __MetadataBearer {}
19
+ declare const DescribeStackRefactorCommand_base: {
20
+ new (
21
+ input: DescribeStackRefactorCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeStackRefactorCommandInput,
24
+ DescribeStackRefactorCommandOutput,
25
+ CloudFormationClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DescribeStackRefactorCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeStackRefactorCommandInput,
33
+ DescribeStackRefactorCommandOutput,
34
+ CloudFormationClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeStackRefactorCommand extends DescribeStackRefactorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeStackRefactorInput;
44
+ output: DescribeStackRefactorOutput;
45
+ };
46
+ sdk: {
47
+ input: DescribeStackRefactorCommandInput;
48
+ output: DescribeStackRefactorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,46 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CloudFormationClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CloudFormationClient";
8
+ import { ExecuteStackRefactorInput } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface ExecuteStackRefactorCommandInput
12
+ extends ExecuteStackRefactorInput {}
13
+ export interface ExecuteStackRefactorCommandOutput extends __MetadataBearer {}
14
+ declare const ExecuteStackRefactorCommand_base: {
15
+ new (
16
+ input: ExecuteStackRefactorCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ExecuteStackRefactorCommandInput,
19
+ ExecuteStackRefactorCommandOutput,
20
+ CloudFormationClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ new (
25
+ __0_0: ExecuteStackRefactorCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ExecuteStackRefactorCommandInput,
28
+ ExecuteStackRefactorCommandOutput,
29
+ CloudFormationClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
33
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ };
35
+ export declare class ExecuteStackRefactorCommand extends ExecuteStackRefactorCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: ExecuteStackRefactorInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: ExecuteStackRefactorCommandInput;
43
+ output: ExecuteStackRefactorCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CloudFormationClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CloudFormationClient";
8
+ import {
9
+ ListStackRefactorActionsInput,
10
+ ListStackRefactorActionsOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListStackRefactorActionsCommandInput
15
+ extends ListStackRefactorActionsInput {}
16
+ export interface ListStackRefactorActionsCommandOutput
17
+ extends ListStackRefactorActionsOutput,
18
+ __MetadataBearer {}
19
+ declare const ListStackRefactorActionsCommand_base: {
20
+ new (
21
+ input: ListStackRefactorActionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListStackRefactorActionsCommandInput,
24
+ ListStackRefactorActionsCommandOutput,
25
+ CloudFormationClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListStackRefactorActionsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListStackRefactorActionsCommandInput,
33
+ ListStackRefactorActionsCommandOutput,
34
+ CloudFormationClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListStackRefactorActionsCommand extends ListStackRefactorActionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListStackRefactorActionsInput;
44
+ output: ListStackRefactorActionsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListStackRefactorActionsCommandInput;
48
+ output: ListStackRefactorActionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CloudFormationClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CloudFormationClient";
8
+ import {
9
+ ListStackRefactorsInput,
10
+ ListStackRefactorsOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListStackRefactorsCommandInput
15
+ extends ListStackRefactorsInput {}
16
+ export interface ListStackRefactorsCommandOutput
17
+ extends ListStackRefactorsOutput,
18
+ __MetadataBearer {}
19
+ declare const ListStackRefactorsCommand_base: {
20
+ new (
21
+ input: ListStackRefactorsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListStackRefactorsCommandInput,
24
+ ListStackRefactorsCommandOutput,
25
+ CloudFormationClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListStackRefactorsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListStackRefactorsCommandInput,
33
+ ListStackRefactorsCommandOutput,
34
+ CloudFormationClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListStackRefactorsCommand extends ListStackRefactorsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListStackRefactorsInput;
44
+ output: ListStackRefactorsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListStackRefactorsCommandInput;
48
+ output: ListStackRefactorsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,7 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { ListStackSetsInput, ListStackSetsOutput } from "../models/models_0";
8
+ import { ListStackSetsInput } from "../models/models_0";
9
+ import { ListStackSetsOutput } from "../models/models_1";
9
10
  export { __MetadataBearer };
10
11
  export { $Command };
11
12
  export interface ListStackSetsCommandInput extends ListStackSetsInput {}