@cdk8s/awscdk-resolver 0.0.241 → 0.0.243
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +40 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +782 -33
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackRefactorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackRefactorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteStackRefactorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorActionsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +51 -55
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +55 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackRefactorActionsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackRefactorsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +514 -24
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +43 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +52 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +36 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +7 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +69 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +85 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +968 -1147
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +770 -32
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorActionsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +45 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +86 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +30 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackRefactorCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackRefactorCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteStackRefactorCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorActionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +130 -151
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +158 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackRefactorActionsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackRefactorsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorCreateComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorExecuteComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +11 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +6 -6
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts
CHANGED
@@ -39,6 +39,10 @@ import {
|
|
39
39
|
CreateStackInstancesCommandInput,
|
40
40
|
CreateStackInstancesCommandOutput,
|
41
41
|
} from "../commands/CreateStackInstancesCommand";
|
42
|
+
import {
|
43
|
+
CreateStackRefactorCommandInput,
|
44
|
+
CreateStackRefactorCommandOutput,
|
45
|
+
} from "../commands/CreateStackRefactorCommand";
|
42
46
|
import {
|
43
47
|
CreateStackSetCommandInput,
|
44
48
|
CreateStackSetCommandOutput,
|
@@ -115,6 +119,10 @@ import {
|
|
115
119
|
DescribeStackInstanceCommandInput,
|
116
120
|
DescribeStackInstanceCommandOutput,
|
117
121
|
} from "../commands/DescribeStackInstanceCommand";
|
122
|
+
import {
|
123
|
+
DescribeStackRefactorCommandInput,
|
124
|
+
DescribeStackRefactorCommandOutput,
|
125
|
+
} from "../commands/DescribeStackRefactorCommand";
|
118
126
|
import {
|
119
127
|
DescribeStackResourceCommandInput,
|
120
128
|
DescribeStackResourceCommandOutput,
|
@@ -167,6 +175,10 @@ import {
|
|
167
175
|
ExecuteChangeSetCommandInput,
|
168
176
|
ExecuteChangeSetCommandOutput,
|
169
177
|
} from "../commands/ExecuteChangeSetCommand";
|
178
|
+
import {
|
179
|
+
ExecuteStackRefactorCommandInput,
|
180
|
+
ExecuteStackRefactorCommandOutput,
|
181
|
+
} from "../commands/ExecuteStackRefactorCommand";
|
170
182
|
import {
|
171
183
|
GetGeneratedTemplateCommandInput,
|
172
184
|
GetGeneratedTemplateCommandOutput,
|
@@ -227,6 +239,14 @@ import {
|
|
227
239
|
ListStackInstancesCommandInput,
|
228
240
|
ListStackInstancesCommandOutput,
|
229
241
|
} from "../commands/ListStackInstancesCommand";
|
242
|
+
import {
|
243
|
+
ListStackRefactorActionsCommandInput,
|
244
|
+
ListStackRefactorActionsCommandOutput,
|
245
|
+
} from "../commands/ListStackRefactorActionsCommand";
|
246
|
+
import {
|
247
|
+
ListStackRefactorsCommandInput,
|
248
|
+
ListStackRefactorsCommandOutput,
|
249
|
+
} from "../commands/ListStackRefactorsCommand";
|
230
250
|
import {
|
231
251
|
ListStackResourcesCommandInput,
|
232
252
|
ListStackResourcesCommandOutput,
|
@@ -371,6 +391,10 @@ export declare const se_CreateStackInstancesCommand: (
|
|
371
391
|
input: CreateStackInstancesCommandInput,
|
372
392
|
context: __SerdeContext
|
373
393
|
) => Promise<__HttpRequest>;
|
394
|
+
export declare const se_CreateStackRefactorCommand: (
|
395
|
+
input: CreateStackRefactorCommandInput,
|
396
|
+
context: __SerdeContext
|
397
|
+
) => Promise<__HttpRequest>;
|
374
398
|
export declare const se_CreateStackSetCommand: (
|
375
399
|
input: CreateStackSetCommandInput,
|
376
400
|
context: __SerdeContext
|
@@ -447,6 +471,10 @@ export declare const se_DescribeStackInstanceCommand: (
|
|
447
471
|
input: DescribeStackInstanceCommandInput,
|
448
472
|
context: __SerdeContext
|
449
473
|
) => Promise<__HttpRequest>;
|
474
|
+
export declare const se_DescribeStackRefactorCommand: (
|
475
|
+
input: DescribeStackRefactorCommandInput,
|
476
|
+
context: __SerdeContext
|
477
|
+
) => Promise<__HttpRequest>;
|
450
478
|
export declare const se_DescribeStackResourceCommand: (
|
451
479
|
input: DescribeStackResourceCommandInput,
|
452
480
|
context: __SerdeContext
|
@@ -499,6 +527,10 @@ export declare const se_ExecuteChangeSetCommand: (
|
|
499
527
|
input: ExecuteChangeSetCommandInput,
|
500
528
|
context: __SerdeContext
|
501
529
|
) => Promise<__HttpRequest>;
|
530
|
+
export declare const se_ExecuteStackRefactorCommand: (
|
531
|
+
input: ExecuteStackRefactorCommandInput,
|
532
|
+
context: __SerdeContext
|
533
|
+
) => Promise<__HttpRequest>;
|
502
534
|
export declare const se_GetGeneratedTemplateCommand: (
|
503
535
|
input: GetGeneratedTemplateCommandInput,
|
504
536
|
context: __SerdeContext
|
@@ -559,6 +591,14 @@ export declare const se_ListStackInstancesCommand: (
|
|
559
591
|
input: ListStackInstancesCommandInput,
|
560
592
|
context: __SerdeContext
|
561
593
|
) => Promise<__HttpRequest>;
|
594
|
+
export declare const se_ListStackRefactorActionsCommand: (
|
595
|
+
input: ListStackRefactorActionsCommandInput,
|
596
|
+
context: __SerdeContext
|
597
|
+
) => Promise<__HttpRequest>;
|
598
|
+
export declare const se_ListStackRefactorsCommand: (
|
599
|
+
input: ListStackRefactorsCommandInput,
|
600
|
+
context: __SerdeContext
|
601
|
+
) => Promise<__HttpRequest>;
|
562
602
|
export declare const se_ListStackResourcesCommand: (
|
563
603
|
input: ListStackResourcesCommandInput,
|
564
604
|
context: __SerdeContext
|
@@ -703,6 +743,10 @@ export declare const de_CreateStackInstancesCommand: (
|
|
703
743
|
output: __HttpResponse,
|
704
744
|
context: __SerdeContext
|
705
745
|
) => Promise<CreateStackInstancesCommandOutput>;
|
746
|
+
export declare const de_CreateStackRefactorCommand: (
|
747
|
+
output: __HttpResponse,
|
748
|
+
context: __SerdeContext
|
749
|
+
) => Promise<CreateStackRefactorCommandOutput>;
|
706
750
|
export declare const de_CreateStackSetCommand: (
|
707
751
|
output: __HttpResponse,
|
708
752
|
context: __SerdeContext
|
@@ -779,6 +823,10 @@ export declare const de_DescribeStackInstanceCommand: (
|
|
779
823
|
output: __HttpResponse,
|
780
824
|
context: __SerdeContext
|
781
825
|
) => Promise<DescribeStackInstanceCommandOutput>;
|
826
|
+
export declare const de_DescribeStackRefactorCommand: (
|
827
|
+
output: __HttpResponse,
|
828
|
+
context: __SerdeContext
|
829
|
+
) => Promise<DescribeStackRefactorCommandOutput>;
|
782
830
|
export declare const de_DescribeStackResourceCommand: (
|
783
831
|
output: __HttpResponse,
|
784
832
|
context: __SerdeContext
|
@@ -831,6 +879,10 @@ export declare const de_ExecuteChangeSetCommand: (
|
|
831
879
|
output: __HttpResponse,
|
832
880
|
context: __SerdeContext
|
833
881
|
) => Promise<ExecuteChangeSetCommandOutput>;
|
882
|
+
export declare const de_ExecuteStackRefactorCommand: (
|
883
|
+
output: __HttpResponse,
|
884
|
+
context: __SerdeContext
|
885
|
+
) => Promise<ExecuteStackRefactorCommandOutput>;
|
834
886
|
export declare const de_GetGeneratedTemplateCommand: (
|
835
887
|
output: __HttpResponse,
|
836
888
|
context: __SerdeContext
|
@@ -891,6 +943,14 @@ export declare const de_ListStackInstancesCommand: (
|
|
891
943
|
output: __HttpResponse,
|
892
944
|
context: __SerdeContext
|
893
945
|
) => Promise<ListStackInstancesCommandOutput>;
|
946
|
+
export declare const de_ListStackRefactorActionsCommand: (
|
947
|
+
output: __HttpResponse,
|
948
|
+
context: __SerdeContext
|
949
|
+
) => Promise<ListStackRefactorActionsCommandOutput>;
|
950
|
+
export declare const de_ListStackRefactorsCommand: (
|
951
|
+
output: __HttpResponse,
|
952
|
+
context: __SerdeContext
|
953
|
+
) => Promise<ListStackRefactorsCommandOutput>;
|
894
954
|
export declare const de_ListStackResourcesCommand: (
|
895
955
|
output: __HttpResponse,
|
896
956
|
context: __SerdeContext
|
@@ -3,6 +3,8 @@ export * from "./waitForStackCreateComplete";
|
|
3
3
|
export * from "./waitForStackDeleteComplete";
|
4
4
|
export * from "./waitForStackExists";
|
5
5
|
export * from "./waitForStackImportComplete";
|
6
|
+
export * from "./waitForStackRefactorCreateComplete";
|
7
|
+
export * from "./waitForStackRefactorExecuteComplete";
|
6
8
|
export * from "./waitForStackRollbackComplete";
|
7
9
|
export * from "./waitForStackUpdateComplete";
|
8
10
|
export * from "./waitForTypeRegistrationComplete";
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
2
|
+
import { CloudFormationClient } from "../CloudFormationClient";
|
3
|
+
import { DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
|
4
|
+
export declare const waitForStackRefactorCreateComplete: (
|
5
|
+
params: WaiterConfiguration<CloudFormationClient>,
|
6
|
+
input: DescribeStackRefactorCommandInput
|
7
|
+
) => Promise<WaiterResult>;
|
8
|
+
export declare const waitUntilStackRefactorCreateComplete: (
|
9
|
+
params: WaiterConfiguration<CloudFormationClient>,
|
10
|
+
input: DescribeStackRefactorCommandInput
|
11
|
+
) => Promise<WaiterResult>;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
2
|
+
import { CloudFormationClient } from "../CloudFormationClient";
|
3
|
+
import { DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
|
4
|
+
export declare const waitForStackRefactorExecuteComplete: (
|
5
|
+
params: WaiterConfiguration<CloudFormationClient>,
|
6
|
+
input: DescribeStackRefactorCommandInput
|
7
|
+
) => Promise<WaiterResult>;
|
8
|
+
export declare const waitUntilStackRefactorExecuteComplete: (
|
9
|
+
params: WaiterConfiguration<CloudFormationClient>,
|
10
|
+
input: DescribeStackRefactorCommandInput
|
11
|
+
) => Promise<WaiterResult>;
|
@@ -3,6 +3,8 @@ export * from "./waitForStackCreateComplete";
|
|
3
3
|
export * from "./waitForStackDeleteComplete";
|
4
4
|
export * from "./waitForStackExists";
|
5
5
|
export * from "./waitForStackImportComplete";
|
6
|
+
export * from "./waitForStackRefactorCreateComplete";
|
7
|
+
export * from "./waitForStackRefactorExecuteComplete";
|
6
8
|
export * from "./waitForStackRollbackComplete";
|
7
9
|
export * from "./waitForStackUpdateComplete";
|
8
10
|
export * from "./waitForTypeRegistrationComplete";
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
2
|
+
import { CloudFormationClient } from "../CloudFormationClient";
|
3
|
+
import { DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
|
4
|
+
/**
|
5
|
+
* Wait until the stack refactor status is CREATE_COMPLETE.
|
6
|
+
* @deprecated Use waitUntilStackRefactorCreateComplete instead. waitForStackRefactorCreateComplete does not throw error in non-success cases.
|
7
|
+
*/
|
8
|
+
export declare const waitForStackRefactorCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult>;
|
9
|
+
/**
|
10
|
+
* Wait until the stack refactor status is CREATE_COMPLETE.
|
11
|
+
* @param params - Waiter configuration options.
|
12
|
+
* @param input - The input to DescribeStackRefactorCommand for polling.
|
13
|
+
*/
|
14
|
+
export declare const waitUntilStackRefactorCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult>;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
2
|
+
import { CloudFormationClient } from "../CloudFormationClient";
|
3
|
+
import { DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
|
4
|
+
/**
|
5
|
+
* Wait until the stack refactor status is EXECUTE_COMPLETE.
|
6
|
+
* @deprecated Use waitUntilStackRefactorExecuteComplete instead. waitForStackRefactorExecuteComplete does not throw error in non-success cases.
|
7
|
+
*/
|
8
|
+
export declare const waitForStackRefactorExecuteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult>;
|
9
|
+
/**
|
10
|
+
* Wait until the stack refactor status is EXECUTE_COMPLETE.
|
11
|
+
* @param params - Waiter configuration options.
|
12
|
+
* @param input - The input to DescribeStackRefactorCommand for polling.
|
13
|
+
*/
|
14
|
+
export declare const waitUntilStackRefactorExecuteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult>;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.743.0",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
|
@@ -21,16 +21,16 @@
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
23
23
|
"@aws-sdk/core": "3.734.0",
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
24
|
+
"@aws-sdk/credential-provider-node": "3.743.0",
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.743.0",
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
31
|
+
"@aws-sdk/util-endpoints": "3.743.0",
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.743.0",
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
35
35
|
"@smithy/core": "^3.1.1",
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-sso",
|
3
3
|
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.743.0",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
@@ -24,12 +24,12 @@
|
|
24
24
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
25
25
|
"@aws-sdk/middleware-logger": "3.734.0",
|
26
26
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.743.0",
|
28
28
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
29
29
|
"@aws-sdk/types": "3.734.0",
|
30
|
-
"@aws-sdk/util-endpoints": "3.
|
30
|
+
"@aws-sdk/util-endpoints": "3.743.0",
|
31
31
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
32
|
-
"@aws-sdk/util-user-agent-node": "3.
|
32
|
+
"@aws-sdk/util-user-agent-node": "3.743.0",
|
33
33
|
"@smithy/config-resolver": "^4.0.1",
|
34
34
|
"@smithy/core": "^3.1.1",
|
35
35
|
"@smithy/fetch-http-handler": "^5.0.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.743.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -31,9 +31,9 @@
|
|
31
31
|
"@aws-sdk/credential-provider-env": "3.734.0",
|
32
32
|
"@aws-sdk/credential-provider-http": "3.734.0",
|
33
33
|
"@aws-sdk/credential-provider-process": "3.734.0",
|
34
|
-
"@aws-sdk/credential-provider-sso": "3.
|
35
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
36
|
-
"@aws-sdk/nested-clients": "3.
|
34
|
+
"@aws-sdk/credential-provider-sso": "3.743.0",
|
35
|
+
"@aws-sdk/credential-provider-web-identity": "3.743.0",
|
36
|
+
"@aws-sdk/nested-clients": "3.743.0",
|
37
37
|
"@aws-sdk/types": "3.734.0",
|
38
38
|
"@smithy/credential-provider-imds": "^4.0.1",
|
39
39
|
"@smithy/property-provider": "^4.0.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.743.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
5
5
|
"engines": {
|
6
6
|
"node": ">=18.0.0"
|
@@ -31,10 +31,10 @@
|
|
31
31
|
"dependencies": {
|
32
32
|
"@aws-sdk/credential-provider-env": "3.734.0",
|
33
33
|
"@aws-sdk/credential-provider-http": "3.734.0",
|
34
|
-
"@aws-sdk/credential-provider-ini": "3.
|
34
|
+
"@aws-sdk/credential-provider-ini": "3.743.0",
|
35
35
|
"@aws-sdk/credential-provider-process": "3.734.0",
|
36
|
-
"@aws-sdk/credential-provider-sso": "3.
|
37
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
36
|
+
"@aws-sdk/credential-provider-sso": "3.743.0",
|
37
|
+
"@aws-sdk/credential-provider-web-identity": "3.743.0",
|
38
38
|
"@aws-sdk/types": "3.734.0",
|
39
39
|
"@smithy/credential-provider-imds": "^4.0.1",
|
40
40
|
"@smithy/property-provider": "^4.0.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.743.0",
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -25,9 +25,9 @@
|
|
25
25
|
},
|
26
26
|
"license": "Apache-2.0",
|
27
27
|
"dependencies": {
|
28
|
-
"@aws-sdk/client-sso": "3.
|
28
|
+
"@aws-sdk/client-sso": "3.743.0",
|
29
29
|
"@aws-sdk/core": "3.734.0",
|
30
|
-
"@aws-sdk/token-providers": "3.
|
30
|
+
"@aws-sdk/token-providers": "3.743.0",
|
31
31
|
"@aws-sdk/types": "3.734.0",
|
32
32
|
"@smithy/property-provider": "^4.0.1",
|
33
33
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.743.0",
|
4
4
|
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"license": "Apache-2.0",
|
35
35
|
"dependencies": {
|
36
36
|
"@aws-sdk/core": "3.734.0",
|
37
|
-
"@aws-sdk/nested-clients": "3.
|
37
|
+
"@aws-sdk/nested-clients": "3.743.0",
|
38
38
|
"@aws-sdk/types": "3.734.0",
|
39
39
|
"@smithy/property-provider": "^4.0.1",
|
40
40
|
"@smithy/types": "^4.1.0",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/middleware-user-agent",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.743.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"dependencies": {
|
27
27
|
"@aws-sdk/core": "3.734.0",
|
28
28
|
"@aws-sdk/types": "3.734.0",
|
29
|
-
"@aws-sdk/util-endpoints": "3.
|
29
|
+
"@aws-sdk/util-endpoints": "3.743.0",
|
30
30
|
"@smithy/core": "^3.1.1",
|
31
31
|
"@smithy/protocol-http": "^5.0.1",
|
32
32
|
"@smithy/types": "^4.1.0",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/nested-clients",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.743.0",
|
4
4
|
"description": "Nested clients for AWS SDK packages.",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -32,12 +32,12 @@
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
33
33
|
"@aws-sdk/middleware-logger": "3.734.0",
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.743.0",
|
36
36
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
37
37
|
"@aws-sdk/types": "3.734.0",
|
38
|
-
"@aws-sdk/util-endpoints": "3.
|
38
|
+
"@aws-sdk/util-endpoints": "3.743.0",
|
39
39
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
40
|
-
"@aws-sdk/util-user-agent-node": "3.
|
40
|
+
"@aws-sdk/util-user-agent-node": "3.743.0",
|
41
41
|
"@smithy/config-resolver": "^4.0.1",
|
42
42
|
"@smithy/core": "^3.1.1",
|
43
43
|
"@smithy/fetch-http-handler": "^5.0.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/token-providers",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.743.0",
|
4
4
|
"description": "A collection of token providers",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
},
|
28
28
|
"license": "Apache-2.0",
|
29
29
|
"dependencies": {
|
30
|
-
"@aws-sdk/nested-clients": "3.
|
30
|
+
"@aws-sdk/nested-clients": "3.743.0",
|
31
31
|
"@aws-sdk/types": "3.734.0",
|
32
32
|
"@smithy/property-provider": "^4.0.1",
|
33
33
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
@@ -332,7 +332,17 @@ var partitions_default = {
|
|
332
332
|
supportsFIPS: true
|
333
333
|
},
|
334
334
|
regionRegex: "^us\\-isof\\-\\w+\\-\\d+$",
|
335
|
-
regions: {
|
335
|
+
regions: {
|
336
|
+
"aws-iso-f-global": {
|
337
|
+
description: "AWS ISOF global region"
|
338
|
+
},
|
339
|
+
"us-isof-east-1": {
|
340
|
+
description: "US ISOF EAST"
|
341
|
+
},
|
342
|
+
"us-isof-south-1": {
|
343
|
+
description: "US ISOF SOUTH"
|
344
|
+
}
|
345
|
+
}
|
336
346
|
}],
|
337
347
|
version: "1.1"
|
338
348
|
};
|
@@ -223,7 +223,17 @@
|
|
223
223
|
"supportsFIPS": true
|
224
224
|
},
|
225
225
|
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
226
|
-
"regions": {
|
226
|
+
"regions": {
|
227
|
+
"aws-iso-f-global": {
|
228
|
+
"description": "AWS ISOF global region"
|
229
|
+
},
|
230
|
+
"us-isof-east-1": {
|
231
|
+
"description": "US ISOF EAST"
|
232
|
+
},
|
233
|
+
"us-isof-south-1": {
|
234
|
+
"description": "US ISOF SOUTH"
|
235
|
+
}
|
236
|
+
}
|
227
237
|
}],
|
228
238
|
"version": "1.1"
|
229
239
|
}
|
@@ -223,7 +223,17 @@
|
|
223
223
|
"supportsFIPS": true
|
224
224
|
},
|
225
225
|
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
226
|
-
"regions": {
|
226
|
+
"regions": {
|
227
|
+
"aws-iso-f-global": {
|
228
|
+
"description": "AWS ISOF global region"
|
229
|
+
},
|
230
|
+
"us-isof-east-1": {
|
231
|
+
"description": "US ISOF EAST"
|
232
|
+
},
|
233
|
+
"us-isof-south-1": {
|
234
|
+
"description": "US ISOF SOUTH"
|
235
|
+
}
|
236
|
+
}
|
227
237
|
}],
|
228
238
|
"version": "1.1"
|
229
239
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.743.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
},
|
22
22
|
"license": "Apache-2.0",
|
23
23
|
"dependencies": {
|
24
|
-
"@aws-sdk/middleware-user-agent": "3.
|
24
|
+
"@aws-sdk/middleware-user-agent": "3.743.0",
|
25
25
|
"@aws-sdk/types": "3.734.0",
|
26
26
|
"@smithy/node-config-provider": "^4.0.1",
|
27
27
|
"@smithy/types": "^4.1.0",
|
package/package.json
CHANGED
@@ -42,17 +42,17 @@
|
|
42
42
|
"organization": false
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@cdk8s/projen-common": "0.0.
|
45
|
+
"@cdk8s/projen-common": "0.0.576",
|
46
46
|
"@stylistic/eslint-plugin": "^2",
|
47
47
|
"@types/fs-extra": "^11.0.4",
|
48
48
|
"@types/jest": "^27",
|
49
49
|
"@types/node": "16.18.78",
|
50
50
|
"@typescript-eslint/eslint-plugin": "^8",
|
51
51
|
"@typescript-eslint/parser": "^8",
|
52
|
-
"aws-cdk": "^2.
|
52
|
+
"aws-cdk": "^2.178.0",
|
53
53
|
"aws-cdk-lib": "2.109.0",
|
54
54
|
"cdk8s": "2.68.91",
|
55
|
-
"cdk8s-cli": "^2.198.
|
55
|
+
"cdk8s-cli": "^2.198.316",
|
56
56
|
"commit-and-tag-version": "^12",
|
57
57
|
"constructs": "10.3.0",
|
58
58
|
"eslint": "^9",
|
@@ -66,7 +66,7 @@
|
|
66
66
|
"jsii-docgen": "^10.5.0",
|
67
67
|
"jsii-pacmak": "^1.106.0",
|
68
68
|
"jsii-rosetta": "^5",
|
69
|
-
"projen": "^0.91.
|
69
|
+
"projen": "^0.91.8",
|
70
70
|
"ts-jest": "^27",
|
71
71
|
"ts-node": "^10.9.2",
|
72
72
|
"typescript": "^5.7.3"
|
@@ -77,7 +77,7 @@
|
|
77
77
|
"constructs": "^10.3.0"
|
78
78
|
},
|
79
79
|
"dependencies": {
|
80
|
-
"@aws-sdk/client-cloudformation": "^3.
|
80
|
+
"@aws-sdk/client-cloudformation": "^3.743.0"
|
81
81
|
},
|
82
82
|
"bundledDependencies": [
|
83
83
|
"@aws-sdk/client-cloudformation"
|
@@ -93,7 +93,7 @@
|
|
93
93
|
"publishConfig": {
|
94
94
|
"access": "public"
|
95
95
|
},
|
96
|
-
"version": "0.0.
|
96
|
+
"version": "0.0.243",
|
97
97
|
"jest": {
|
98
98
|
"coverageProvider": "v8",
|
99
99
|
"testMatch": [
|