@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
@@ -3,8 +3,8 @@ import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
3
3
|
import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, withBaseException, } from "@smithy/smithy-client";
|
4
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
5
5
|
import { CloudFormationServiceException as __BaseException } from "../models/CloudFormationServiceException";
|
6
|
-
import { AlreadyExistsException, CFNRegistryException, ChangeSetNotFoundException, ConcurrentResourcesLimitExceededException, CreatedButModifiedException, GeneratedTemplateNotFoundException, HookResultNotFoundException, InsufficientCapabilitiesException, InvalidChangeSetStatusException, InvalidOperationException,
|
7
|
-
import { ResourceScanLimitExceededException, } from "../models/models_1";
|
6
|
+
import { AlreadyExistsException, CFNRegistryException, ChangeSetNotFoundException, ConcurrentResourcesLimitExceededException, CreatedButModifiedException, GeneratedTemplateNotFoundException, HookResultNotFoundException, InsufficientCapabilitiesException, InvalidChangeSetStatusException, InvalidOperationException, LimitExceededException, NameAlreadyExistsException, OperationIdAlreadyExistsException, OperationInProgressException, OperationNotFoundException, ResourceScanInProgressException, ResourceScanNotFoundException, StackInstanceNotFoundException, StackNotFoundException, StackRefactorNotFoundException, StackSetNotEmptyException, StackSetNotFoundException, StaleRequestException, TokenAlreadyExistsException, TypeConfigurationNotFoundException, TypeNotFoundException, } from "../models/models_0";
|
7
|
+
import { InvalidStateTransitionException, OperationStatusCheckFailedException, ResourceScanLimitExceededException, } from "../models/models_1";
|
8
8
|
export const se_ActivateOrganizationsAccessCommand = async (input, context) => {
|
9
9
|
const headers = SHARED_HEADERS;
|
10
10
|
let body;
|
@@ -95,6 +95,16 @@ export const se_CreateStackInstancesCommand = async (input, context) => {
|
|
95
95
|
});
|
96
96
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
97
97
|
};
|
98
|
+
export const se_CreateStackRefactorCommand = async (input, context) => {
|
99
|
+
const headers = SHARED_HEADERS;
|
100
|
+
let body;
|
101
|
+
body = buildFormUrlencodedString({
|
102
|
+
...se_CreateStackRefactorInput(input, context),
|
103
|
+
[_A]: _CSR,
|
104
|
+
[_V]: _,
|
105
|
+
});
|
106
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
107
|
+
};
|
98
108
|
export const se_CreateStackSetCommand = async (input, context) => {
|
99
109
|
const headers = SHARED_HEADERS;
|
100
110
|
let body;
|
@@ -285,12 +295,22 @@ export const se_DescribeStackInstanceCommand = async (input, context) => {
|
|
285
295
|
});
|
286
296
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
287
297
|
};
|
298
|
+
export const se_DescribeStackRefactorCommand = async (input, context) => {
|
299
|
+
const headers = SHARED_HEADERS;
|
300
|
+
let body;
|
301
|
+
body = buildFormUrlencodedString({
|
302
|
+
...se_DescribeStackRefactorInput(input, context),
|
303
|
+
[_A]: _DSR,
|
304
|
+
[_V]: _,
|
305
|
+
});
|
306
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
307
|
+
};
|
288
308
|
export const se_DescribeStackResourceCommand = async (input, context) => {
|
289
309
|
const headers = SHARED_HEADERS;
|
290
310
|
let body;
|
291
311
|
body = buildFormUrlencodedString({
|
292
312
|
...se_DescribeStackResourceInput(input, context),
|
293
|
-
[_A]:
|
313
|
+
[_A]: _DSRe,
|
294
314
|
[_V]: _,
|
295
315
|
});
|
296
316
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
@@ -310,7 +330,7 @@ export const se_DescribeStackResourcesCommand = async (input, context) => {
|
|
310
330
|
let body;
|
311
331
|
body = buildFormUrlencodedString({
|
312
332
|
...se_DescribeStackResourcesInput(input, context),
|
313
|
-
[_A]:
|
333
|
+
[_A]: _DSRes,
|
314
334
|
[_V]: _,
|
315
335
|
});
|
316
336
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
@@ -415,6 +435,16 @@ export const se_ExecuteChangeSetCommand = async (input, context) => {
|
|
415
435
|
});
|
416
436
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
417
437
|
};
|
438
|
+
export const se_ExecuteStackRefactorCommand = async (input, context) => {
|
439
|
+
const headers = SHARED_HEADERS;
|
440
|
+
let body;
|
441
|
+
body = buildFormUrlencodedString({
|
442
|
+
...se_ExecuteStackRefactorInput(input, context),
|
443
|
+
[_A]: _ESR,
|
444
|
+
[_V]: _,
|
445
|
+
});
|
446
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
447
|
+
};
|
418
448
|
export const se_GetGeneratedTemplateCommand = async (input, context) => {
|
419
449
|
const headers = SHARED_HEADERS;
|
420
450
|
let body;
|
@@ -565,12 +595,32 @@ export const se_ListStackInstancesCommand = async (input, context) => {
|
|
565
595
|
});
|
566
596
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
567
597
|
};
|
598
|
+
export const se_ListStackRefactorActionsCommand = async (input, context) => {
|
599
|
+
const headers = SHARED_HEADERS;
|
600
|
+
let body;
|
601
|
+
body = buildFormUrlencodedString({
|
602
|
+
...se_ListStackRefactorActionsInput(input, context),
|
603
|
+
[_A]: _LSRA,
|
604
|
+
[_V]: _,
|
605
|
+
});
|
606
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
607
|
+
};
|
608
|
+
export const se_ListStackRefactorsCommand = async (input, context) => {
|
609
|
+
const headers = SHARED_HEADERS;
|
610
|
+
let body;
|
611
|
+
body = buildFormUrlencodedString({
|
612
|
+
...se_ListStackRefactorsInput(input, context),
|
613
|
+
[_A]: _LSR,
|
614
|
+
[_V]: _,
|
615
|
+
});
|
616
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
617
|
+
};
|
568
618
|
export const se_ListStackResourcesCommand = async (input, context) => {
|
569
619
|
const headers = SHARED_HEADERS;
|
570
620
|
let body;
|
571
621
|
body = buildFormUrlencodedString({
|
572
622
|
...se_ListStackResourcesInput(input, context),
|
573
|
-
[_A]:
|
623
|
+
[_A]: _LSRi,
|
574
624
|
[_V]: _,
|
575
625
|
});
|
576
626
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
@@ -949,6 +999,19 @@ export const de_CreateStackInstancesCommand = async (output, context) => {
|
|
949
999
|
};
|
950
1000
|
return response;
|
951
1001
|
};
|
1002
|
+
export const de_CreateStackRefactorCommand = async (output, context) => {
|
1003
|
+
if (output.statusCode >= 300) {
|
1004
|
+
return de_CommandError(output, context);
|
1005
|
+
}
|
1006
|
+
const data = await parseBody(output.body, context);
|
1007
|
+
let contents = {};
|
1008
|
+
contents = de_CreateStackRefactorOutput(data.CreateStackRefactorResult, context);
|
1009
|
+
const response = {
|
1010
|
+
$metadata: deserializeMetadata(output),
|
1011
|
+
...contents,
|
1012
|
+
};
|
1013
|
+
return response;
|
1014
|
+
};
|
952
1015
|
export const de_CreateStackSetCommand = async (output, context) => {
|
953
1016
|
if (output.statusCode >= 300) {
|
954
1017
|
return de_CommandError(output, context);
|
@@ -1190,6 +1253,19 @@ export const de_DescribeStackInstanceCommand = async (output, context) => {
|
|
1190
1253
|
};
|
1191
1254
|
return response;
|
1192
1255
|
};
|
1256
|
+
export const de_DescribeStackRefactorCommand = async (output, context) => {
|
1257
|
+
if (output.statusCode >= 300) {
|
1258
|
+
return de_CommandError(output, context);
|
1259
|
+
}
|
1260
|
+
const data = await parseBody(output.body, context);
|
1261
|
+
let contents = {};
|
1262
|
+
contents = de_DescribeStackRefactorOutput(data.DescribeStackRefactorResult, context);
|
1263
|
+
const response = {
|
1264
|
+
$metadata: deserializeMetadata(output),
|
1265
|
+
...contents,
|
1266
|
+
};
|
1267
|
+
return response;
|
1268
|
+
};
|
1193
1269
|
export const de_DescribeStackResourceCommand = async (output, context) => {
|
1194
1270
|
if (output.statusCode >= 300) {
|
1195
1271
|
return de_CommandError(output, context);
|
@@ -1359,6 +1435,16 @@ export const de_ExecuteChangeSetCommand = async (output, context) => {
|
|
1359
1435
|
};
|
1360
1436
|
return response;
|
1361
1437
|
};
|
1438
|
+
export const de_ExecuteStackRefactorCommand = async (output, context) => {
|
1439
|
+
if (output.statusCode >= 300) {
|
1440
|
+
return de_CommandError(output, context);
|
1441
|
+
}
|
1442
|
+
await collectBody(output.body, context);
|
1443
|
+
const response = {
|
1444
|
+
$metadata: deserializeMetadata(output),
|
1445
|
+
};
|
1446
|
+
return response;
|
1447
|
+
};
|
1362
1448
|
export const de_GetGeneratedTemplateCommand = async (output, context) => {
|
1363
1449
|
if (output.statusCode >= 300) {
|
1364
1450
|
return de_CommandError(output, context);
|
@@ -1554,6 +1640,32 @@ export const de_ListStackInstancesCommand = async (output, context) => {
|
|
1554
1640
|
};
|
1555
1641
|
return response;
|
1556
1642
|
};
|
1643
|
+
export const de_ListStackRefactorActionsCommand = async (output, context) => {
|
1644
|
+
if (output.statusCode >= 300) {
|
1645
|
+
return de_CommandError(output, context);
|
1646
|
+
}
|
1647
|
+
const data = await parseBody(output.body, context);
|
1648
|
+
let contents = {};
|
1649
|
+
contents = de_ListStackRefactorActionsOutput(data.ListStackRefactorActionsResult, context);
|
1650
|
+
const response = {
|
1651
|
+
$metadata: deserializeMetadata(output),
|
1652
|
+
...contents,
|
1653
|
+
};
|
1654
|
+
return response;
|
1655
|
+
};
|
1656
|
+
export const de_ListStackRefactorsCommand = async (output, context) => {
|
1657
|
+
if (output.statusCode >= 300) {
|
1658
|
+
return de_CommandError(output, context);
|
1659
|
+
}
|
1660
|
+
const data = await parseBody(output.body, context);
|
1661
|
+
let contents = {};
|
1662
|
+
contents = de_ListStackRefactorsOutput(data.ListStackRefactorsResult, context);
|
1663
|
+
const response = {
|
1664
|
+
$metadata: deserializeMetadata(output),
|
1665
|
+
...contents,
|
1666
|
+
};
|
1667
|
+
return response;
|
1668
|
+
};
|
1557
1669
|
export const de_ListStackResourcesCommand = async (output, context) => {
|
1558
1670
|
if (output.statusCode >= 300) {
|
1559
1671
|
return de_CommandError(output, context);
|
@@ -1972,6 +2084,9 @@ const de_CommandError = async (output, context) => {
|
|
1972
2084
|
case "StackInstanceNotFoundException":
|
1973
2085
|
case "com.amazonaws.cloudformation#StackInstanceNotFoundException":
|
1974
2086
|
throw await de_StackInstanceNotFoundExceptionRes(parsedOutput, context);
|
2087
|
+
case "StackRefactorNotFoundException":
|
2088
|
+
case "com.amazonaws.cloudformation#StackRefactorNotFoundException":
|
2089
|
+
throw await de_StackRefactorNotFoundExceptionRes(parsedOutput, context);
|
1975
2090
|
case "StackNotFoundException":
|
1976
2091
|
case "com.amazonaws.cloudformation#StackNotFoundException":
|
1977
2092
|
throw await de_StackNotFoundExceptionRes(parsedOutput, context);
|
@@ -2197,6 +2312,15 @@ const de_StackNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
2197
2312
|
});
|
2198
2313
|
return __decorateServiceException(exception, body);
|
2199
2314
|
};
|
2315
|
+
const de_StackRefactorNotFoundExceptionRes = async (parsedOutput, context) => {
|
2316
|
+
const body = parsedOutput.body;
|
2317
|
+
const deserialized = de_StackRefactorNotFoundException(body.Error, context);
|
2318
|
+
const exception = new StackRefactorNotFoundException({
|
2319
|
+
$metadata: deserializeMetadata(parsedOutput),
|
2320
|
+
...deserialized,
|
2321
|
+
});
|
2322
|
+
return __decorateServiceException(exception, body);
|
2323
|
+
};
|
2200
2324
|
const de_StackSetNotEmptyExceptionRes = async (parsedOutput, context) => {
|
2201
2325
|
const body = parsedOutput.body;
|
2202
2326
|
const deserialized = de_StackSetNotEmptyException(body.Error, context);
|
@@ -2665,6 +2789,36 @@ const se_CreateStackInstancesInput = (input, context) => {
|
|
2665
2789
|
}
|
2666
2790
|
return entries;
|
2667
2791
|
};
|
2792
|
+
const se_CreateStackRefactorInput = (input, context) => {
|
2793
|
+
const entries = {};
|
2794
|
+
if (input[_D] != null) {
|
2795
|
+
entries[_D] = input[_D];
|
2796
|
+
}
|
2797
|
+
if (input[_ESC] != null) {
|
2798
|
+
entries[_ESC] = input[_ESC];
|
2799
|
+
}
|
2800
|
+
if (input[_RM] != null) {
|
2801
|
+
const memberEntries = se_ResourceMappings(input[_RM], context);
|
2802
|
+
if (input[_RM]?.length === 0) {
|
2803
|
+
entries.ResourceMappings = [];
|
2804
|
+
}
|
2805
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
2806
|
+
const loc = `ResourceMappings.${key}`;
|
2807
|
+
entries[loc] = value;
|
2808
|
+
});
|
2809
|
+
}
|
2810
|
+
if (input[_SD] != null) {
|
2811
|
+
const memberEntries = se_StackDefinitions(input[_SD], context);
|
2812
|
+
if (input[_SD]?.length === 0) {
|
2813
|
+
entries.StackDefinitions = [];
|
2814
|
+
}
|
2815
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
2816
|
+
const loc = `StackDefinitions.${key}`;
|
2817
|
+
entries[loc] = value;
|
2818
|
+
});
|
2819
|
+
}
|
2820
|
+
return entries;
|
2821
|
+
};
|
2668
2822
|
const se_CreateStackSetInput = (input, context) => {
|
2669
2823
|
const entries = {};
|
2670
2824
|
if (input[_SSN] != null) {
|
@@ -3015,6 +3169,13 @@ const se_DescribeStackInstanceInput = (input, context) => {
|
|
3015
3169
|
}
|
3016
3170
|
return entries;
|
3017
3171
|
};
|
3172
|
+
const se_DescribeStackRefactorInput = (input, context) => {
|
3173
|
+
const entries = {};
|
3174
|
+
if (input[_SRI] != null) {
|
3175
|
+
entries[_SRI] = input[_SRI];
|
3176
|
+
}
|
3177
|
+
return entries;
|
3178
|
+
};
|
3018
3179
|
const se_DescribeStackResourceDriftsInput = (input, context) => {
|
3019
3180
|
const entries = {};
|
3020
3181
|
if (input[_SN] != null) {
|
@@ -3212,6 +3373,13 @@ const se_ExecuteChangeSetInput = (input, context) => {
|
|
3212
3373
|
}
|
3213
3374
|
return entries;
|
3214
3375
|
};
|
3376
|
+
const se_ExecuteStackRefactorInput = (input, context) => {
|
3377
|
+
const entries = {};
|
3378
|
+
if (input[_SRI] != null) {
|
3379
|
+
entries[_SRI] = input[_SRI];
|
3380
|
+
}
|
3381
|
+
return entries;
|
3382
|
+
};
|
3215
3383
|
const se_GetGeneratedTemplateInput = (input, context) => {
|
3216
3384
|
const entries = {};
|
3217
3385
|
if (input[_F] != null) {
|
@@ -3513,6 +3681,39 @@ const se_ListStackInstancesInput = (input, context) => {
|
|
3513
3681
|
}
|
3514
3682
|
return entries;
|
3515
3683
|
};
|
3684
|
+
const se_ListStackRefactorActionsInput = (input, context) => {
|
3685
|
+
const entries = {};
|
3686
|
+
if (input[_SRI] != null) {
|
3687
|
+
entries[_SRI] = input[_SRI];
|
3688
|
+
}
|
3689
|
+
if (input[_NT] != null) {
|
3690
|
+
entries[_NT] = input[_NT];
|
3691
|
+
}
|
3692
|
+
if (input[_MR] != null) {
|
3693
|
+
entries[_MR] = input[_MR];
|
3694
|
+
}
|
3695
|
+
return entries;
|
3696
|
+
};
|
3697
|
+
const se_ListStackRefactorsInput = (input, context) => {
|
3698
|
+
const entries = {};
|
3699
|
+
if (input[_ESF] != null) {
|
3700
|
+
const memberEntries = se_StackRefactorExecutionStatusFilter(input[_ESF], context);
|
3701
|
+
if (input[_ESF]?.length === 0) {
|
3702
|
+
entries.ExecutionStatusFilter = [];
|
3703
|
+
}
|
3704
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
3705
|
+
const loc = `ExecutionStatusFilter.${key}`;
|
3706
|
+
entries[loc] = value;
|
3707
|
+
});
|
3708
|
+
}
|
3709
|
+
if (input[_NT] != null) {
|
3710
|
+
entries[_NT] = input[_NT];
|
3711
|
+
}
|
3712
|
+
if (input[_MR] != null) {
|
3713
|
+
entries[_MR] = input[_MR];
|
3714
|
+
}
|
3715
|
+
return entries;
|
3716
|
+
};
|
3516
3717
|
const se_ListStackResourcesInput = (input, context) => {
|
3517
3718
|
const entries = {};
|
3518
3719
|
if (input[_SN] != null) {
|
@@ -3835,8 +4036,8 @@ const se_RecordHandlerProgressInput = (input, context) => {
|
|
3835
4036
|
if (input[_EC] != null) {
|
3836
4037
|
entries[_EC] = input[_EC];
|
3837
4038
|
}
|
3838
|
-
if (input[
|
3839
|
-
entries[
|
4039
|
+
if (input[_RMe] != null) {
|
4040
|
+
entries[_RMe] = input[_RMe];
|
3840
4041
|
}
|
3841
4042
|
if (input[_CRT] != null) {
|
3842
4043
|
entries[_CRT] = input[_CRT];
|
@@ -3935,6 +4136,49 @@ const se_ResourceIdentifierProperties = (input, context) => {
|
|
3935
4136
|
});
|
3936
4137
|
return entries;
|
3937
4138
|
};
|
4139
|
+
const se_ResourceLocation = (input, context) => {
|
4140
|
+
const entries = {};
|
4141
|
+
if (input[_SN] != null) {
|
4142
|
+
entries[_SN] = input[_SN];
|
4143
|
+
}
|
4144
|
+
if (input[_LRI] != null) {
|
4145
|
+
entries[_LRI] = input[_LRI];
|
4146
|
+
}
|
4147
|
+
return entries;
|
4148
|
+
};
|
4149
|
+
const se_ResourceMapping = (input, context) => {
|
4150
|
+
const entries = {};
|
4151
|
+
if (input[_So] != null) {
|
4152
|
+
const memberEntries = se_ResourceLocation(input[_So], context);
|
4153
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
4154
|
+
const loc = `Source.${key}`;
|
4155
|
+
entries[loc] = value;
|
4156
|
+
});
|
4157
|
+
}
|
4158
|
+
if (input[_De] != null) {
|
4159
|
+
const memberEntries = se_ResourceLocation(input[_De], context);
|
4160
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
4161
|
+
const loc = `Destination.${key}`;
|
4162
|
+
entries[loc] = value;
|
4163
|
+
});
|
4164
|
+
}
|
4165
|
+
return entries;
|
4166
|
+
};
|
4167
|
+
const se_ResourceMappings = (input, context) => {
|
4168
|
+
const entries = {};
|
4169
|
+
let counter = 1;
|
4170
|
+
for (const entry of input) {
|
4171
|
+
if (entry === null) {
|
4172
|
+
continue;
|
4173
|
+
}
|
4174
|
+
const memberEntries = se_ResourceMapping(entry, context);
|
4175
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
4176
|
+
entries[`member.${counter}.${key}`] = value;
|
4177
|
+
});
|
4178
|
+
counter++;
|
4179
|
+
}
|
4180
|
+
return entries;
|
4181
|
+
};
|
3938
4182
|
const se_ResourcesToImport = (input, context) => {
|
3939
4183
|
const entries = {};
|
3940
4184
|
let counter = 1;
|
@@ -4154,6 +4398,34 @@ const se_SignalResourceInput = (input, context) => {
|
|
4154
4398
|
}
|
4155
4399
|
return entries;
|
4156
4400
|
};
|
4401
|
+
const se_StackDefinition = (input, context) => {
|
4402
|
+
const entries = {};
|
4403
|
+
if (input[_SN] != null) {
|
4404
|
+
entries[_SN] = input[_SN];
|
4405
|
+
}
|
4406
|
+
if (input[_TB] != null) {
|
4407
|
+
entries[_TB] = input[_TB];
|
4408
|
+
}
|
4409
|
+
if (input[_TURL] != null) {
|
4410
|
+
entries[_TURL] = input[_TURL];
|
4411
|
+
}
|
4412
|
+
return entries;
|
4413
|
+
};
|
4414
|
+
const se_StackDefinitions = (input, context) => {
|
4415
|
+
const entries = {};
|
4416
|
+
let counter = 1;
|
4417
|
+
for (const entry of input) {
|
4418
|
+
if (entry === null) {
|
4419
|
+
continue;
|
4420
|
+
}
|
4421
|
+
const memberEntries = se_StackDefinition(entry, context);
|
4422
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
4423
|
+
entries[`member.${counter}.${key}`] = value;
|
4424
|
+
});
|
4425
|
+
counter++;
|
4426
|
+
}
|
4427
|
+
return entries;
|
4428
|
+
};
|
4157
4429
|
const se_StackIdList = (input, context) => {
|
4158
4430
|
const entries = {};
|
4159
4431
|
let counter = 1;
|
@@ -4191,6 +4463,18 @@ const se_StackInstanceFilters = (input, context) => {
|
|
4191
4463
|
}
|
4192
4464
|
return entries;
|
4193
4465
|
};
|
4466
|
+
const se_StackRefactorExecutionStatusFilter = (input, context) => {
|
4467
|
+
const entries = {};
|
4468
|
+
let counter = 1;
|
4469
|
+
for (const entry of input) {
|
4470
|
+
if (entry === null) {
|
4471
|
+
continue;
|
4472
|
+
}
|
4473
|
+
entries[`member.${counter}`] = entry;
|
4474
|
+
counter++;
|
4475
|
+
}
|
4476
|
+
return entries;
|
4477
|
+
};
|
4194
4478
|
const se_StackResourceDriftStatusFilters = (input, context) => {
|
4195
4479
|
const entries = {};
|
4196
4480
|
let counter = 1;
|
@@ -5010,6 +5294,13 @@ const de_CreateStackOutput = (output, context) => {
|
|
5010
5294
|
}
|
5011
5295
|
return contents;
|
5012
5296
|
};
|
5297
|
+
const de_CreateStackRefactorOutput = (output, context) => {
|
5298
|
+
const contents = {};
|
5299
|
+
if (output[_SRI] != null) {
|
5300
|
+
contents[_SRI] = __expectString(output[_SRI]);
|
5301
|
+
}
|
5302
|
+
return contents;
|
5303
|
+
};
|
5013
5304
|
const de_CreateStackSetOutput = (output, context) => {
|
5014
5305
|
const contents = {};
|
5015
5306
|
if (output[_SSI] != null) {
|
@@ -5331,6 +5622,34 @@ const de_DescribeStackInstanceOutput = (output, context) => {
|
|
5331
5622
|
}
|
5332
5623
|
return contents;
|
5333
5624
|
};
|
5625
|
+
const de_DescribeStackRefactorOutput = (output, context) => {
|
5626
|
+
const contents = {};
|
5627
|
+
if (output[_D] != null) {
|
5628
|
+
contents[_D] = __expectString(output[_D]);
|
5629
|
+
}
|
5630
|
+
if (output[_SRI] != null) {
|
5631
|
+
contents[_SRI] = __expectString(output[_SRI]);
|
5632
|
+
}
|
5633
|
+
if (output.StackIds === "") {
|
5634
|
+
contents[_SIt] = [];
|
5635
|
+
}
|
5636
|
+
else if (output[_SIt] != null && output[_SIt][_m] != null) {
|
5637
|
+
contents[_SIt] = de_StackIds(__getArrayIfSingleItem(output[_SIt][_m]), context);
|
5638
|
+
}
|
5639
|
+
if (output[_ES] != null) {
|
5640
|
+
contents[_ES] = __expectString(output[_ES]);
|
5641
|
+
}
|
5642
|
+
if (output[_ESRx] != null) {
|
5643
|
+
contents[_ESRx] = __expectString(output[_ESRx]);
|
5644
|
+
}
|
5645
|
+
if (output[_S] != null) {
|
5646
|
+
contents[_S] = __expectString(output[_S]);
|
5647
|
+
}
|
5648
|
+
if (output[_SRt] != null) {
|
5649
|
+
contents[_SRt] = __expectString(output[_SRt]);
|
5650
|
+
}
|
5651
|
+
return contents;
|
5652
|
+
};
|
5334
5653
|
const de_DescribeStackResourceDriftsOutput = (output, context) => {
|
5335
5654
|
const contents = {};
|
5336
5655
|
if (output.StackResourceDrifts === "") {
|
@@ -5863,13 +6182,39 @@ const de_ListStackInstancesOutput = (output, context) => {
|
|
5863
6182
|
}
|
5864
6183
|
return contents;
|
5865
6184
|
};
|
5866
|
-
const
|
6185
|
+
const de_ListStackRefactorActionsOutput = (output, context) => {
|
5867
6186
|
const contents = {};
|
5868
|
-
if (output.
|
6187
|
+
if (output.StackRefactorActions === "") {
|
6188
|
+
contents[_SRA] = [];
|
6189
|
+
}
|
6190
|
+
else if (output[_SRA] != null && output[_SRA][_m] != null) {
|
6191
|
+
contents[_SRA] = de_StackRefactorActions(__getArrayIfSingleItem(output[_SRA][_m]), context);
|
6192
|
+
}
|
6193
|
+
if (output[_NT] != null) {
|
6194
|
+
contents[_NT] = __expectString(output[_NT]);
|
6195
|
+
}
|
6196
|
+
return contents;
|
6197
|
+
};
|
6198
|
+
const de_ListStackRefactorsOutput = (output, context) => {
|
6199
|
+
const contents = {};
|
6200
|
+
if (output.StackRefactorSummaries === "") {
|
5869
6201
|
contents[_SRSt] = [];
|
5870
6202
|
}
|
5871
6203
|
else if (output[_SRSt] != null && output[_SRSt][_m] != null) {
|
5872
|
-
contents[_SRSt] =
|
6204
|
+
contents[_SRSt] = de_StackRefactorSummaries(__getArrayIfSingleItem(output[_SRSt][_m]), context);
|
6205
|
+
}
|
6206
|
+
if (output[_NT] != null) {
|
6207
|
+
contents[_NT] = __expectString(output[_NT]);
|
6208
|
+
}
|
6209
|
+
return contents;
|
6210
|
+
};
|
6211
|
+
const de_ListStackResourcesOutput = (output, context) => {
|
6212
|
+
const contents = {};
|
6213
|
+
if (output.StackResourceSummaries === "") {
|
6214
|
+
contents[_SRSta] = [];
|
6215
|
+
}
|
6216
|
+
else if (output[_SRSta] != null && output[_SRSta][_m] != null) {
|
6217
|
+
contents[_SRSta] = de_StackResourceSummaries(__getArrayIfSingleItem(output[_SRSta][_m]), context);
|
5873
6218
|
}
|
5874
6219
|
if (output[_NT] != null) {
|
5875
6220
|
contents[_NT] = __expectString(output[_NT]);
|
@@ -6287,10 +6632,10 @@ const de_ResourceChange = (output, context) => {
|
|
6287
6632
|
contents[_Sco] = de_Scope(__getArrayIfSingleItem(output[_Sco][_m]), context);
|
6288
6633
|
}
|
6289
6634
|
if (output.Details === "") {
|
6290
|
-
contents[
|
6635
|
+
contents[_Det] = [];
|
6291
6636
|
}
|
6292
|
-
else if (output[
|
6293
|
-
contents[
|
6637
|
+
else if (output[_Det] != null && output[_Det][_m] != null) {
|
6638
|
+
contents[_Det] = de_ResourceChangeDetails(__getArrayIfSingleItem(output[_Det][_m]), context);
|
6294
6639
|
}
|
6295
6640
|
if (output[_CSIh] != null) {
|
6296
6641
|
contents[_CSIh] = __expectString(output[_CSIh]);
|
@@ -6406,6 +6751,26 @@ const de_ResourceIdentifierSummary = (output, context) => {
|
|
6406
6751
|
}
|
6407
6752
|
return contents;
|
6408
6753
|
};
|
6754
|
+
const de_ResourceLocation = (output, context) => {
|
6755
|
+
const contents = {};
|
6756
|
+
if (output[_SN] != null) {
|
6757
|
+
contents[_SN] = __expectString(output[_SN]);
|
6758
|
+
}
|
6759
|
+
if (output[_LRI] != null) {
|
6760
|
+
contents[_LRI] = __expectString(output[_LRI]);
|
6761
|
+
}
|
6762
|
+
return contents;
|
6763
|
+
};
|
6764
|
+
const de_ResourceMapping = (output, context) => {
|
6765
|
+
const contents = {};
|
6766
|
+
if (output[_So] != null) {
|
6767
|
+
contents[_So] = de_ResourceLocation(output[_So], context);
|
6768
|
+
}
|
6769
|
+
if (output[_De] != null) {
|
6770
|
+
contents[_De] = de_ResourceLocation(output[_De], context);
|
6771
|
+
}
|
6772
|
+
return contents;
|
6773
|
+
};
|
6409
6774
|
const de_ResourceScanInProgressException = (output, context) => {
|
6410
6775
|
const contents = {};
|
6411
6776
|
if (output[_M] != null) {
|
@@ -6742,6 +7107,13 @@ const de_StackEvents = (output, context) => {
|
|
6742
7107
|
return de_StackEvent(entry, context);
|
6743
7108
|
});
|
6744
7109
|
};
|
7110
|
+
const de_StackIds = (output, context) => {
|
7111
|
+
return (output || [])
|
7112
|
+
.filter((e) => e != null)
|
7113
|
+
.map((entry) => {
|
7114
|
+
return __expectString(entry);
|
7115
|
+
});
|
7116
|
+
};
|
6745
7117
|
const de_StackInstance = (output, context) => {
|
6746
7118
|
const contents = {};
|
6747
7119
|
if (output[_SSI] != null) {
|
@@ -6891,6 +7263,103 @@ const de_StackNotFoundException = (output, context) => {
|
|
6891
7263
|
}
|
6892
7264
|
return contents;
|
6893
7265
|
};
|
7266
|
+
const de_StackRefactorAction = (output, context) => {
|
7267
|
+
const contents = {};
|
7268
|
+
if (output[_A] != null) {
|
7269
|
+
contents[_A] = __expectString(output[_A]);
|
7270
|
+
}
|
7271
|
+
if (output[_En] != null) {
|
7272
|
+
contents[_En] = __expectString(output[_En]);
|
7273
|
+
}
|
7274
|
+
if (output[_PRI] != null) {
|
7275
|
+
contents[_PRI] = __expectString(output[_PRI]);
|
7276
|
+
}
|
7277
|
+
if (output[_RI] != null) {
|
7278
|
+
contents[_RI] = __expectString(output[_RI]);
|
7279
|
+
}
|
7280
|
+
if (output[_D] != null) {
|
7281
|
+
contents[_D] = __expectString(output[_D]);
|
7282
|
+
}
|
7283
|
+
if (output[_Dete] != null) {
|
7284
|
+
contents[_Dete] = __expectString(output[_Dete]);
|
7285
|
+
}
|
7286
|
+
if (output[_DRe] != null) {
|
7287
|
+
contents[_DRe] = __expectString(output[_DRe]);
|
7288
|
+
}
|
7289
|
+
if (output.TagResources === "") {
|
7290
|
+
contents[_TR] = [];
|
7291
|
+
}
|
7292
|
+
else if (output[_TR] != null && output[_TR][_m] != null) {
|
7293
|
+
contents[_TR] = de_StackRefactorTagResources(__getArrayIfSingleItem(output[_TR][_m]), context);
|
7294
|
+
}
|
7295
|
+
if (output.UntagResources === "") {
|
7296
|
+
contents[_UR] = [];
|
7297
|
+
}
|
7298
|
+
else if (output[_UR] != null && output[_UR][_m] != null) {
|
7299
|
+
contents[_UR] = de_StackRefactorUntagResources(__getArrayIfSingleItem(output[_UR][_m]), context);
|
7300
|
+
}
|
7301
|
+
if (output[_RMes] != null) {
|
7302
|
+
contents[_RMes] = de_ResourceMapping(output[_RMes], context);
|
7303
|
+
}
|
7304
|
+
return contents;
|
7305
|
+
};
|
7306
|
+
const de_StackRefactorActions = (output, context) => {
|
7307
|
+
return (output || [])
|
7308
|
+
.filter((e) => e != null)
|
7309
|
+
.map((entry) => {
|
7310
|
+
return de_StackRefactorAction(entry, context);
|
7311
|
+
});
|
7312
|
+
};
|
7313
|
+
const de_StackRefactorNotFoundException = (output, context) => {
|
7314
|
+
const contents = {};
|
7315
|
+
if (output[_M] != null) {
|
7316
|
+
contents[_M] = __expectString(output[_M]);
|
7317
|
+
}
|
7318
|
+
return contents;
|
7319
|
+
};
|
7320
|
+
const de_StackRefactorSummaries = (output, context) => {
|
7321
|
+
return (output || [])
|
7322
|
+
.filter((e) => e != null)
|
7323
|
+
.map((entry) => {
|
7324
|
+
return de_StackRefactorSummary(entry, context);
|
7325
|
+
});
|
7326
|
+
};
|
7327
|
+
const de_StackRefactorSummary = (output, context) => {
|
7328
|
+
const contents = {};
|
7329
|
+
if (output[_SRI] != null) {
|
7330
|
+
contents[_SRI] = __expectString(output[_SRI]);
|
7331
|
+
}
|
7332
|
+
if (output[_D] != null) {
|
7333
|
+
contents[_D] = __expectString(output[_D]);
|
7334
|
+
}
|
7335
|
+
if (output[_ES] != null) {
|
7336
|
+
contents[_ES] = __expectString(output[_ES]);
|
7337
|
+
}
|
7338
|
+
if (output[_ESRx] != null) {
|
7339
|
+
contents[_ESRx] = __expectString(output[_ESRx]);
|
7340
|
+
}
|
7341
|
+
if (output[_S] != null) {
|
7342
|
+
contents[_S] = __expectString(output[_S]);
|
7343
|
+
}
|
7344
|
+
if (output[_SRt] != null) {
|
7345
|
+
contents[_SRt] = __expectString(output[_SRt]);
|
7346
|
+
}
|
7347
|
+
return contents;
|
7348
|
+
};
|
7349
|
+
const de_StackRefactorTagResources = (output, context) => {
|
7350
|
+
return (output || [])
|
7351
|
+
.filter((e) => e != null)
|
7352
|
+
.map((entry) => {
|
7353
|
+
return de_Tag(entry, context);
|
7354
|
+
});
|
7355
|
+
};
|
7356
|
+
const de_StackRefactorUntagResources = (output, context) => {
|
7357
|
+
return (output || [])
|
7358
|
+
.filter((e) => e != null)
|
7359
|
+
.map((entry) => {
|
7360
|
+
return __expectString(entry);
|
7361
|
+
});
|
7362
|
+
};
|
6894
7363
|
const de_StackResource = (output, context) => {
|
6895
7364
|
const contents = {};
|
6896
7365
|
if (output[_SN] != null) {
|
@@ -7260,8 +7729,8 @@ const de_StackSetOperation = (output, context) => {
|
|
7260
7729
|
if (output[_SRt] != null) {
|
7261
7730
|
contents[_SRt] = __expectString(output[_SRt]);
|
7262
7731
|
}
|
7263
|
-
if (output[
|
7264
|
-
contents[
|
7732
|
+
if (output[_SDt] != null) {
|
7733
|
+
contents[_SDt] = de_StackSetOperationStatusDetails(output[_SDt], context);
|
7265
7734
|
}
|
7266
7735
|
return contents;
|
7267
7736
|
};
|
@@ -7356,8 +7825,8 @@ const de_StackSetOperationSummary = (output, context) => {
|
|
7356
7825
|
if (output[_SRt] != null) {
|
7357
7826
|
contents[_SRt] = __expectString(output[_SRt]);
|
7358
7827
|
}
|
7359
|
-
if (output[
|
7360
|
-
contents[
|
7828
|
+
if (output[_SDt] != null) {
|
7829
|
+
contents[_SDt] = de_StackSetOperationStatusDetails(output[_SDt], context);
|
7361
7830
|
}
|
7362
7831
|
if (output[_OP] != null) {
|
7363
7832
|
contents[_OP] = de_StackSetOperationPreferences(output[_OP], context);
|
@@ -7941,6 +8410,7 @@ const _CS = "CreateStack";
|
|
7941
8410
|
const _CSI = "CreateStackInstances";
|
7942
8411
|
const _CSIh = "ChangeSetId";
|
7943
8412
|
const _CSN = "ChangeSetName";
|
8413
|
+
const _CSR = "CreateStackRefactor";
|
7944
8414
|
const _CSS = "CreateStackSet";
|
7945
8415
|
const _CST = "ChangeSetType";
|
7946
8416
|
const _CSh = "ChangeSource";
|
@@ -7969,6 +8439,7 @@ const _DP = "DescribePublisher";
|
|
7969
8439
|
const _DPe = "DeletionPolicy";
|
7970
8440
|
const _DR = "DisableRollback";
|
7971
8441
|
const _DRS = "DescribeResourceScan";
|
8442
|
+
const _DRe = "DetectionReason";
|
7972
8443
|
const _DS = "DeleteStack";
|
7973
8444
|
const _DSD = "DetectStackDrift";
|
7974
8445
|
const _DSDDS = "DescribeStackDriftDetectionStatus";
|
@@ -7976,11 +8447,12 @@ const _DSE = "DescribeStackEvents";
|
|
7976
8447
|
const _DSI = "DeleteStackInstances";
|
7977
8448
|
const _DSIC = "DriftedStackInstancesCount";
|
7978
8449
|
const _DSIe = "DescribeStackInstance";
|
7979
|
-
const _DSR = "
|
8450
|
+
const _DSR = "DescribeStackRefactor";
|
7980
8451
|
const _DSRC = "DriftedStackResourceCount";
|
7981
8452
|
const _DSRD = "DescribeStackResourceDrifts";
|
7982
8453
|
const _DSRDe = "DetectStackResourceDrift";
|
7983
|
-
const _DSRe = "
|
8454
|
+
const _DSRe = "DescribeStackResource";
|
8455
|
+
const _DSRes = "DescribeStackResources";
|
7984
8456
|
const _DSRet = "DetectionStatusReason";
|
7985
8457
|
const _DSS = "DeleteStackSet";
|
7986
8458
|
const _DSSD = "DetectStackSetDrift";
|
@@ -8002,7 +8474,9 @@ const _DTi = "DifferenceType";
|
|
8002
8474
|
const _DU = "DocumentationUrl";
|
8003
8475
|
const _DV = "DefaultValue";
|
8004
8476
|
const _DVI = "DefaultVersionId";
|
8005
|
-
const _De = "
|
8477
|
+
const _De = "Destination";
|
8478
|
+
const _Det = "Details";
|
8479
|
+
const _Dete = "Detection";
|
8006
8480
|
const _E = "Enabled";
|
8007
8481
|
const _EC = "ErrorCode";
|
8008
8482
|
const _ECS = "ExecuteChangeSet";
|
@@ -8013,12 +8487,17 @@ const _EP = "ExpectedProperties";
|
|
8013
8487
|
const _ERA = "ExecutionRoleArn";
|
8014
8488
|
const _ERN = "ExecutionRoleName";
|
8015
8489
|
const _ES = "ExecutionStatus";
|
8490
|
+
const _ESC = "EnableStackCreation";
|
8491
|
+
const _ESF = "ExecutionStatusFilter";
|
8016
8492
|
const _ESI = "ExportingStackId";
|
8493
|
+
const _ESR = "ExecuteStackRefactor";
|
8494
|
+
const _ESRx = "ExecutionStatusReason";
|
8017
8495
|
const _ET = "EndTime";
|
8018
8496
|
const _ETC = "EstimateTemplateCost";
|
8019
8497
|
const _ETP = "EnableTerminationProtection";
|
8020
8498
|
const _ETn = "EndTimestamp";
|
8021
8499
|
const _EV = "ExpectedValue";
|
8500
|
+
const _En = "Entity";
|
8022
8501
|
const _Er = "Errors";
|
8023
8502
|
const _Ev = "Evaluation";
|
8024
8503
|
const _Ex = "Exports";
|
@@ -8078,7 +8557,9 @@ const _LRSRR = "ListResourceScanRelatedResources";
|
|
8078
8557
|
const _LS = "ListStacks";
|
8079
8558
|
const _LSI = "ListStackInstances";
|
8080
8559
|
const _LSIRD = "ListStackInstanceResourceDrifts";
|
8081
|
-
const _LSR = "
|
8560
|
+
const _LSR = "ListStackRefactors";
|
8561
|
+
const _LSRA = "ListStackRefactorActions";
|
8562
|
+
const _LSRi = "ListStackResources";
|
8082
8563
|
const _LSS = "ListStackSets";
|
8083
8564
|
const _LSSADT = "ListStackSetAutoDeploymentTargets";
|
8084
8565
|
const _LSSO = "ListStackSetOperations";
|
@@ -8161,7 +8642,9 @@ const _RI = "ResourceIdentifier";
|
|
8161
8642
|
const _RIS = "ResourceIdentifierSummaries";
|
8162
8643
|
const _RIe = "ResourceIdentifiers";
|
8163
8644
|
const _RIo = "RootId";
|
8164
|
-
const _RM = "
|
8645
|
+
const _RM = "ResourceMappings";
|
8646
|
+
const _RMe = "ResourceModel";
|
8647
|
+
const _RMes = "ResourceMapping";
|
8165
8648
|
const _RO = "RegionOrder";
|
8166
8649
|
const _RP = "RegisterPublisher";
|
8167
8650
|
const _RPe = "ResourceProperties";
|
@@ -8199,9 +8682,10 @@ const _Rep = "Replacement";
|
|
8199
8682
|
const _Req = "Required";
|
8200
8683
|
const _S = "Status";
|
8201
8684
|
const _SA = "StagesAvailable";
|
8202
|
-
const _SD = "
|
8685
|
+
const _SD = "StackDefinitions";
|
8203
8686
|
const _SDDI = "StackDriftDetectionId";
|
8204
8687
|
const _SDS = "StackDriftStatus";
|
8688
|
+
const _SDt = "StatusDetails";
|
8205
8689
|
const _SE = "StackEvents";
|
8206
8690
|
const _SHP = "SchemaHandlerPackage";
|
8207
8691
|
const _SI = "StackId";
|
@@ -8220,13 +8704,16 @@ const _SPDUB = "StackPolicyDuringUpdateBody";
|
|
8220
8704
|
const _SPDUURL = "StackPolicyDuringUpdateURL";
|
8221
8705
|
const _SPURL = "StackPolicyURL";
|
8222
8706
|
const _SR = "SignalResource";
|
8707
|
+
const _SRA = "StackRefactorActions";
|
8223
8708
|
const _SRD = "StackResourceDrifts";
|
8224
8709
|
const _SRDS = "StackResourceDriftStatus";
|
8225
8710
|
const _SRDSF = "StackResourceDriftStatusFilters";
|
8226
8711
|
const _SRDt = "StackResourceDetail";
|
8227
8712
|
const _SRDta = "StackResourceDrift";
|
8713
|
+
const _SRI = "StackRefactorId";
|
8228
8714
|
const _SRS = "StartResourceScan";
|
8229
|
-
const _SRSt = "
|
8715
|
+
const _SRSt = "StackRefactorSummaries";
|
8716
|
+
const _SRSta = "StackResourceSummaries";
|
8230
8717
|
const _SRt = "StatusReason";
|
8231
8718
|
const _SRta = "StackResources";
|
8232
8719
|
const _SS = "StackSet";
|
@@ -8247,6 +8734,7 @@ const _STDV = "SetTypeDefaultVersion";
|
|
8247
8734
|
const _SU = "SourceUrl";
|
8248
8735
|
const _Sc = "Schema";
|
8249
8736
|
const _Sco = "Scope";
|
8737
|
+
const _So = "Source";
|
8250
8738
|
const _St = "Stacks";
|
8251
8739
|
const _Su = "Summaries";
|
8252
8740
|
const _T = "Type";
|
@@ -8269,6 +8757,7 @@ const _TK = "TagKey";
|
|
8269
8757
|
const _TN = "TypeName";
|
8270
8758
|
const _TNA = "TypeNameAlias";
|
8271
8759
|
const _TNP = "TypeNamePrefix";
|
8760
|
+
const _TR = "TagResources";
|
8272
8761
|
const _TS = "TemplateStage";
|
8273
8762
|
const _TSC = "TemplateSummaryConfig";
|
8274
8763
|
const _TSIC = "TotalStackInstancesCount";
|
@@ -8292,6 +8781,7 @@ const _UGT = "UpdateGeneratedTemplate";
|
|
8292
8781
|
const _UI = "UniqueId";
|
8293
8782
|
const _UPT = "UsePreviousTemplate";
|
8294
8783
|
const _UPV = "UsePreviousValue";
|
8784
|
+
const _UR = "UntagResources";
|
8295
8785
|
const _URP = "UpdateReplacePolicy";
|
8296
8786
|
const _URT = "UnrecognizedResourceTypes";
|
8297
8787
|
const _US = "UpdateStack";
|