@cdk8s/awscdk-resolver 0.0.405 → 0.0.407
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 +10 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +90 -30
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetHookResultCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +29 -18
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +43 -18
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +15 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +10 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +319 -434
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +328 -27
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +18 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetHookResultCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +65 -58
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +54 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -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/core/dist-cjs/index.js +44 -17
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +44 -17
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- 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 +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@smithy/middleware-serde/package.json +1 -1
- package/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/package.json +2 -2
|
@@ -8,6 +8,8 @@ const _AGR = "AccountGateResult";
|
|
|
8
8
|
const _AL = "AccountLimit";
|
|
9
9
|
const _ALL = "AccountLimitList";
|
|
10
10
|
const _ALc = "AccountLimits";
|
|
11
|
+
const _ALn = "AnnotationList";
|
|
12
|
+
const _AN = "AnnotationName";
|
|
11
13
|
const _AOA = "ActivateOrganizationsAccess";
|
|
12
14
|
const _AOAI = "ActivateOrganizationsAccessInput";
|
|
13
15
|
const _AOAO = "ActivateOrganizationsAccessOutput";
|
|
@@ -25,9 +27,11 @@ const _AVc = "ActualValue";
|
|
|
25
27
|
const _AVf = "AfterValue";
|
|
26
28
|
const _Ac = "Accounts";
|
|
27
29
|
const _Acc = "Account";
|
|
28
|
-
const _Act = "
|
|
29
|
-
const _Acti = "
|
|
30
|
+
const _Act = "Action";
|
|
31
|
+
const _Acti = "Active";
|
|
30
32
|
const _Al = "Alias";
|
|
33
|
+
const _An = "Annotation";
|
|
34
|
+
const _Ann = "Annotations";
|
|
31
35
|
const _At = "Attribute";
|
|
32
36
|
const _BC = "BeforeContext";
|
|
33
37
|
const _BDTC = "BatchDescribeTypeConfigurations";
|
|
@@ -244,6 +248,9 @@ const _Fi = "Filters";
|
|
|
244
248
|
const _GGT = "GetGeneratedTemplate";
|
|
245
249
|
const _GGTI = "GetGeneratedTemplateInput";
|
|
246
250
|
const _GGTO = "GetGeneratedTemplateOutput";
|
|
251
|
+
const _GHR = "GetHookResult";
|
|
252
|
+
const _GHRI = "GetHookResultInput";
|
|
253
|
+
const _GHRO = "GetHookResultOutput";
|
|
247
254
|
const _GSP = "GetStackPolicy";
|
|
248
255
|
const _GSPI = "GetStackPolicyInput";
|
|
249
256
|
const _GSPO = "GetStackPolicyOutput";
|
|
@@ -269,7 +276,8 @@ const _HRS = "HookResultSummary";
|
|
|
269
276
|
const _HRSo = "HookResultSummaries";
|
|
270
277
|
const _HS = "HookStatus";
|
|
271
278
|
const _HSR = "HookStatusReason";
|
|
272
|
-
const _HT = "
|
|
279
|
+
const _HT = "HookTarget";
|
|
280
|
+
const _HTo = "HookType";
|
|
273
281
|
const _I = "Id";
|
|
274
282
|
const _IA = "IsActivated";
|
|
275
283
|
const _IAn = "InvokedAt";
|
|
@@ -466,10 +474,12 @@ const _RIS = "ResourceIdentifierSummaries";
|
|
|
466
474
|
const _RISe = "ResourceIdentifierSummary";
|
|
467
475
|
const _RIe = "ResourceIdentifiers";
|
|
468
476
|
const _RIo = "RootId";
|
|
469
|
-
const _RL = "
|
|
470
|
-
const
|
|
471
|
-
const
|
|
472
|
-
const
|
|
477
|
+
const _RL = "RemediationLink";
|
|
478
|
+
const _RLe = "ResourceLocation";
|
|
479
|
+
const _RM = "RemediationMessage";
|
|
480
|
+
const _RMe = "ResourceMappings";
|
|
481
|
+
const _RMes = "ResourceModel";
|
|
482
|
+
const _RMeso = "ResourceMapping";
|
|
473
483
|
const _RO = "RegionOrder";
|
|
474
484
|
const _RP = "ResourceProperties";
|
|
475
485
|
const _RPI = "RegisterPublisherInput";
|
|
@@ -548,6 +558,7 @@ const _SISta = "StackInstanceSummaries";
|
|
|
548
558
|
const _SIU = "StackIdsUrl";
|
|
549
559
|
const _SIt = "StackInstance";
|
|
550
560
|
const _SIta = "StackIds";
|
|
561
|
+
const _SL = "SeverityLevel";
|
|
551
562
|
const _SM = "StatusMessage";
|
|
552
563
|
const _SMV = "SupportedMajorVersions";
|
|
553
564
|
const _SN = "StackName";
|
|
@@ -668,6 +679,7 @@ const _TSy = "TypeSummaries";
|
|
|
668
679
|
const _TSyp = "TypeSummary";
|
|
669
680
|
const _TT = "TargetType";
|
|
670
681
|
const _TTI = "TestTypeInput";
|
|
682
|
+
const _TTN = "TargetTypeName";
|
|
671
683
|
const _TTO = "TestTypeOutput";
|
|
672
684
|
const _TTS = "TypeTestsStatus";
|
|
673
685
|
const _TTSD = "TypeTestsStatusDescription";
|
|
@@ -757,6 +769,7 @@ export var AlreadyExistsException = [
|
|
|
757
769
|
[0],
|
|
758
770
|
];
|
|
759
771
|
TypeRegistry.for(n0).registerError(AlreadyExistsException, __AlreadyExistsException);
|
|
772
|
+
export var Annotation = [3, n0, _An, 0, [_AN, _S, _SM, _RM, _RL, _SL], [0, 0, 0, 0, 0, 0]];
|
|
760
773
|
export var AutoDeployment = [3, n0, _AD, 0, [_E, _RSOAR], [2, 2]];
|
|
761
774
|
export var BatchDescribeTypeConfigurationsError = [
|
|
762
775
|
3,
|
|
@@ -954,7 +967,7 @@ export var CreateStackRefactorInput = [
|
|
|
954
967
|
n0,
|
|
955
968
|
_CSRI,
|
|
956
969
|
0,
|
|
957
|
-
[_D, _ESC,
|
|
970
|
+
[_D, _ESC, _RMe, _SD],
|
|
958
971
|
[0, 2, () => ResourceMappings, () => StackDefinitions],
|
|
959
972
|
];
|
|
960
973
|
export var CreateStackRefactorOutput = [3, n0, _CSRO, 0, [_SRI], [0]];
|
|
@@ -1295,6 +1308,15 @@ export var GeneratedTemplateNotFoundException = [
|
|
|
1295
1308
|
TypeRegistry.for(n0).registerError(GeneratedTemplateNotFoundException, __GeneratedTemplateNotFoundException);
|
|
1296
1309
|
export var GetGeneratedTemplateInput = [3, n0, _GGTI, 0, [_F, _GTN], [0, 0]];
|
|
1297
1310
|
export var GetGeneratedTemplateOutput = [3, n0, _GGTO, 0, [_S, _TB], [0, 0]];
|
|
1311
|
+
export var GetHookResultInput = [3, n0, _GHRI, 0, [_HRI], [0]];
|
|
1312
|
+
export var GetHookResultOutput = [
|
|
1313
|
+
3,
|
|
1314
|
+
n0,
|
|
1315
|
+
_GHRO,
|
|
1316
|
+
0,
|
|
1317
|
+
[_HRI, _IP, _FM, _TN, _OTN, _TVI, _TCVI, _TA, _S, _HSR, _IAn, _Tar, _Ann],
|
|
1318
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, () => HookTarget, () => AnnotationList],
|
|
1319
|
+
];
|
|
1298
1320
|
export var GetStackPolicyInput = [3, n0, _GSPI, 0, [_SN], [0]];
|
|
1299
1321
|
export var GetStackPolicyOutput = [3, n0, _GSPO, 0, [_SPB], [0]];
|
|
1300
1322
|
export var GetTemplateInput = [3, n0, _GTIe, 0, [_SN, _CSN, _TS], [0, 0, 0]];
|
|
@@ -1336,6 +1358,7 @@ export var HookResultSummary = [
|
|
|
1336
1358
|
[_HRI, _IP, _FM, _TN, _TVI, _TCVI, _S, _HSR, _IAn, _TT, _TI, _TA, _HET],
|
|
1337
1359
|
[0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0],
|
|
1338
1360
|
];
|
|
1361
|
+
export var HookTarget = [3, n0, _HT, 0, [_TT, _TTN, _TI, _Act], [0, 0, 0, 0]];
|
|
1339
1362
|
export var ImportStacksToStackSetInput = [
|
|
1340
1363
|
3,
|
|
1341
1364
|
n0,
|
|
@@ -1614,7 +1637,7 @@ export var ListTypeVersionsOutput = [
|
|
|
1614
1637
|
[() => TypeVersionSummaries, 0],
|
|
1615
1638
|
];
|
|
1616
1639
|
export var LoggingConfig = [3, n0, _LC, 0, [_LRA, _LGN], [0, 0]];
|
|
1617
|
-
export var ManagedExecution = [3, n0, _ME, 0, [
|
|
1640
|
+
export var ManagedExecution = [3, n0, _ME, 0, [_Acti], [2]];
|
|
1618
1641
|
export var ModuleInfo = [3, n0, _MI, 0, [_TH, _LIH], [0, 0]];
|
|
1619
1642
|
export var NameAlreadyExistsException = [
|
|
1620
1643
|
-3,
|
|
@@ -1702,7 +1725,7 @@ export var RecordHandlerProgressInput = [
|
|
|
1702
1725
|
n0,
|
|
1703
1726
|
_RHPI,
|
|
1704
1727
|
0,
|
|
1705
|
-
[_BT, _OS, _COS, _SM, _EC,
|
|
1728
|
+
[_BT, _OS, _COS, _SM, _EC, _RMes, _CRT],
|
|
1706
1729
|
[0, 0, 0, 0, 0, 0, 0],
|
|
1707
1730
|
];
|
|
1708
1731
|
export var RecordHandlerProgressOutput = [3, n0, _RHPO, 0, [], []];
|
|
@@ -1723,7 +1746,7 @@ export var ResourceChange = [
|
|
|
1723
1746
|
n0,
|
|
1724
1747
|
_RC,
|
|
1725
1748
|
0,
|
|
1726
|
-
[_PA,
|
|
1749
|
+
[_PA, _Act, _LRI, _PRI, _RT, _Rep, _Sco, _De, _CSI, _MI, _BC, _AC],
|
|
1727
1750
|
[0, 0, 0, 0, 0, 0, 64 | 0, () => ResourceChangeDetails, 0, () => ModuleInfo, 0, 0],
|
|
1728
1751
|
];
|
|
1729
1752
|
export var ResourceChangeDetail = [
|
|
@@ -1751,11 +1774,11 @@ export var ResourceIdentifierSummary = [
|
|
|
1751
1774
|
[_RT, _LRIo, _RIe],
|
|
1752
1775
|
[0, 64 | 0, 64 | 0],
|
|
1753
1776
|
];
|
|
1754
|
-
export var ResourceLocation = [3, n0,
|
|
1777
|
+
export var ResourceLocation = [3, n0, _RLe, 0, [_SN, _LRI], [0, 0]];
|
|
1755
1778
|
export var ResourceMapping = [
|
|
1756
1779
|
3,
|
|
1757
1780
|
n0,
|
|
1758
|
-
|
|
1781
|
+
_RMeso,
|
|
1759
1782
|
0,
|
|
1760
1783
|
[_So, _Des],
|
|
1761
1784
|
[() => ResourceLocation, () => ResourceLocation],
|
|
@@ -1904,7 +1927,7 @@ export var StackEvent = [
|
|
|
1904
1927
|
n0,
|
|
1905
1928
|
_SEt,
|
|
1906
1929
|
0,
|
|
1907
|
-
[_SI, _EI, _SN, _LRI, _PRI, _RT, _Ti, _RSes, _RSR, _RP, _CRT,
|
|
1930
|
+
[_SI, _EI, _SN, _LRI, _PRI, _RT, _Ti, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HII, _HFM, _DSet],
|
|
1908
1931
|
[0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
1909
1932
|
];
|
|
1910
1933
|
export var StackInstance = [
|
|
@@ -1964,7 +1987,7 @@ export var StackRefactorAction = [
|
|
|
1964
1987
|
n0,
|
|
1965
1988
|
_SRAt,
|
|
1966
1989
|
0,
|
|
1967
|
-
[
|
|
1990
|
+
[_Act, _En, _PRI, _RI, _D, _Det, _DRe, _TR, _UR, _RMeso],
|
|
1968
1991
|
[0, 0, 0, 0, 0, 0, 0, () => StackRefactorTagResources, 64 | 0, () => ResourceMapping],
|
|
1969
1992
|
];
|
|
1970
1993
|
export var StackRefactorNotFoundException = [
|
|
@@ -2088,7 +2111,7 @@ export var StackSetOperation = [
|
|
|
2088
2111
|
n0,
|
|
2089
2112
|
_SSO,
|
|
2090
2113
|
0,
|
|
2091
|
-
[_OI, _SSI,
|
|
2114
|
+
[_OI, _SSI, _Act, _S, _OP, _RS, _ARARN, _ERN, _CTr, _ETn, _DT, _SSDDD, _SR, _SDta],
|
|
2092
2115
|
[
|
|
2093
2116
|
0,
|
|
2094
2117
|
0,
|
|
@@ -2128,7 +2151,7 @@ export var StackSetOperationSummary = [
|
|
|
2128
2151
|
n0,
|
|
2129
2152
|
_SSOS,
|
|
2130
2153
|
0,
|
|
2131
|
-
[_OI,
|
|
2154
|
+
[_OI, _Act, _S, _CTr, _ETn, _SR, _SDta, _OP],
|
|
2132
2155
|
[0, 0, 0, 4, 4, 0, () => StackSetOperationStatusDetails, () => StackSetOperationPreferences],
|
|
2133
2156
|
];
|
|
2134
2157
|
export var StackSetSummary = [
|
|
@@ -2346,6 +2369,7 @@ TypeRegistry.for(_s).registerError(CloudFormationServiceException, __CloudFormat
|
|
|
2346
2369
|
export var AccountLimitList = [1, n0, _ALL, 0, () => AccountLimit];
|
|
2347
2370
|
export var AccountList = 64 | 0;
|
|
2348
2371
|
export var AllowedValues = 64 | 0;
|
|
2372
|
+
export var AnnotationList = [1, n0, _ALn, 0, () => Annotation];
|
|
2349
2373
|
export var BatchDescribeTypeConfigurationsErrors = [
|
|
2350
2374
|
1,
|
|
2351
2375
|
n0,
|
|
@@ -2379,7 +2403,7 @@ export var ResourceDefinitions = [1, n0, _RDes, 0, () => ResourceDefinition];
|
|
|
2379
2403
|
export var ResourceDetails = [1, n0, _RDeso, 0, () => ResourceDetail];
|
|
2380
2404
|
export var ResourceIdentifiers = 64 | 0;
|
|
2381
2405
|
export var ResourceIdentifierSummaries = [1, n0, _RIS, 0, () => ResourceIdentifierSummary];
|
|
2382
|
-
export var ResourceMappings = [1, n0,
|
|
2406
|
+
export var ResourceMappings = [1, n0, _RMe, 0, () => ResourceMapping];
|
|
2383
2407
|
export var ResourceScanSummaries = [1, n0, _RSS, 0, () => ResourceScanSummary];
|
|
2384
2408
|
export var ResourcesToImport = [1, n0, _RTI, 0, () => ResourceToImport];
|
|
2385
2409
|
export var ResourcesToSkip = 64 | 0;
|
|
@@ -2772,6 +2796,7 @@ export var GetGeneratedTemplate = [
|
|
|
2772
2796
|
() => GetGeneratedTemplateInput,
|
|
2773
2797
|
() => GetGeneratedTemplateOutput,
|
|
2774
2798
|
];
|
|
2799
|
+
export var GetHookResult = [9, n0, _GHR, 0, () => GetHookResultInput, () => GetHookResultOutput];
|
|
2775
2800
|
export var GetStackPolicy = [
|
|
2776
2801
|
9,
|
|
2777
2802
|
n0,
|
|
@@ -45,6 +45,7 @@ import { EstimateTemplateCostCommandInput, EstimateTemplateCostCommandOutput } f
|
|
|
45
45
|
import { ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput } from "./commands/ExecuteChangeSetCommand";
|
|
46
46
|
import { ExecuteStackRefactorCommandInput, ExecuteStackRefactorCommandOutput } from "./commands/ExecuteStackRefactorCommand";
|
|
47
47
|
import { GetGeneratedTemplateCommandInput, GetGeneratedTemplateCommandOutput } from "./commands/GetGeneratedTemplateCommand";
|
|
48
|
+
import { GetHookResultCommandInput, GetHookResultCommandOutput } from "./commands/GetHookResultCommand";
|
|
48
49
|
import { GetStackPolicyCommandInput, GetStackPolicyCommandOutput } from "./commands/GetStackPolicyCommand";
|
|
49
50
|
import { GetTemplateCommandInput, GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
|
|
50
51
|
import { GetTemplateSummaryCommandInput, GetTemplateSummaryCommandOutput } from "./commands/GetTemplateSummaryCommand";
|
|
@@ -262,7 +263,6 @@ export interface CloudFormation {
|
|
|
262
263
|
/**
|
|
263
264
|
* @see {@link DescribeStackEventsCommand}
|
|
264
265
|
*/
|
|
265
|
-
describeStackEvents(): Promise<DescribeStackEventsCommandOutput>;
|
|
266
266
|
describeStackEvents(args: DescribeStackEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStackEventsCommandOutput>;
|
|
267
267
|
describeStackEvents(args: DescribeStackEventsCommandInput, cb: (err: any, data?: DescribeStackEventsCommandOutput) => void): void;
|
|
268
268
|
describeStackEvents(args: DescribeStackEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackEventsCommandOutput) => void): void;
|
|
@@ -372,6 +372,13 @@ export interface CloudFormation {
|
|
|
372
372
|
getGeneratedTemplate(args: GetGeneratedTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetGeneratedTemplateCommandOutput>;
|
|
373
373
|
getGeneratedTemplate(args: GetGeneratedTemplateCommandInput, cb: (err: any, data?: GetGeneratedTemplateCommandOutput) => void): void;
|
|
374
374
|
getGeneratedTemplate(args: GetGeneratedTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGeneratedTemplateCommandOutput) => void): void;
|
|
375
|
+
/**
|
|
376
|
+
* @see {@link GetHookResultCommand}
|
|
377
|
+
*/
|
|
378
|
+
getHookResult(): Promise<GetHookResultCommandOutput>;
|
|
379
|
+
getHookResult(args: GetHookResultCommandInput, options?: __HttpHandlerOptions): Promise<GetHookResultCommandOutput>;
|
|
380
|
+
getHookResult(args: GetHookResultCommandInput, cb: (err: any, data?: GetHookResultCommandOutput) => void): void;
|
|
381
|
+
getHookResult(args: GetHookResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHookResultCommandOutput) => void): void;
|
|
375
382
|
/**
|
|
376
383
|
* @see {@link GetStackPolicyCommand}
|
|
377
384
|
*/
|
|
@@ -652,16 +659,16 @@ export interface CloudFormation {
|
|
|
652
659
|
/**
|
|
653
660
|
* <fullname>CloudFormation</fullname>
|
|
654
661
|
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
|
|
655
|
-
*
|
|
656
|
-
*
|
|
657
|
-
*
|
|
662
|
+
* repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
|
|
663
|
+
* Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
|
|
664
|
+
* applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
|
|
658
665
|
* <p>With CloudFormation, you declare all your resources and dependencies in a template file. The
|
|
659
|
-
*
|
|
660
|
-
*
|
|
661
|
-
*
|
|
666
|
+
* template defines a collection of resources as a single unit called a stack. CloudFormation creates
|
|
667
|
+
* and deletes all member resources of the stack together and manages all dependencies between
|
|
668
|
+
* the resources for you.</p>
|
|
662
669
|
* <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
|
|
663
670
|
* <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
|
|
664
|
-
*
|
|
671
|
+
* about a specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
|
|
665
672
|
* @public
|
|
666
673
|
*/
|
|
667
674
|
export declare class CloudFormation extends CloudFormationClient implements CloudFormation {
|
|
@@ -52,6 +52,7 @@ import { EstimateTemplateCostCommandInput, EstimateTemplateCostCommandOutput } f
|
|
|
52
52
|
import { ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput } from "./commands/ExecuteChangeSetCommand";
|
|
53
53
|
import { ExecuteStackRefactorCommandInput, ExecuteStackRefactorCommandOutput } from "./commands/ExecuteStackRefactorCommand";
|
|
54
54
|
import { GetGeneratedTemplateCommandInput, GetGeneratedTemplateCommandOutput } from "./commands/GetGeneratedTemplateCommand";
|
|
55
|
+
import { GetHookResultCommandInput, GetHookResultCommandOutput } from "./commands/GetHookResultCommand";
|
|
55
56
|
import { GetStackPolicyCommandInput, GetStackPolicyCommandOutput } from "./commands/GetStackPolicyCommand";
|
|
56
57
|
import { GetTemplateCommandInput, GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
|
|
57
58
|
import { GetTemplateSummaryCommandInput, GetTemplateSummaryCommandOutput } from "./commands/GetTemplateSummaryCommand";
|
|
@@ -101,11 +102,11 @@ export { __Client };
|
|
|
101
102
|
/**
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
|
-
export type ServiceInputTypes = ActivateOrganizationsAccessCommandInput | ActivateTypeCommandInput | BatchDescribeTypeConfigurationsCommandInput | CancelUpdateStackCommandInput | ContinueUpdateRollbackCommandInput | CreateChangeSetCommandInput | CreateGeneratedTemplateCommandInput | CreateStackCommandInput | CreateStackInstancesCommandInput | CreateStackRefactorCommandInput | CreateStackSetCommandInput | DeactivateOrganizationsAccessCommandInput | DeactivateTypeCommandInput | DeleteChangeSetCommandInput | DeleteGeneratedTemplateCommandInput | DeleteStackCommandInput | DeleteStackInstancesCommandInput | DeleteStackSetCommandInput | DeregisterTypeCommandInput | DescribeAccountLimitsCommandInput | DescribeChangeSetCommandInput | DescribeChangeSetHooksCommandInput | DescribeGeneratedTemplateCommandInput | DescribeOrganizationsAccessCommandInput | DescribePublisherCommandInput | DescribeResourceScanCommandInput | DescribeStackDriftDetectionStatusCommandInput | DescribeStackEventsCommandInput | DescribeStackInstanceCommandInput | DescribeStackRefactorCommandInput | DescribeStackResourceCommandInput | DescribeStackResourceDriftsCommandInput | DescribeStackResourcesCommandInput | DescribeStackSetCommandInput | DescribeStackSetOperationCommandInput | DescribeStacksCommandInput | DescribeTypeCommandInput | DescribeTypeRegistrationCommandInput | DetectStackDriftCommandInput | DetectStackResourceDriftCommandInput | DetectStackSetDriftCommandInput | EstimateTemplateCostCommandInput | ExecuteChangeSetCommandInput | ExecuteStackRefactorCommandInput | GetGeneratedTemplateCommandInput | GetStackPolicyCommandInput | GetTemplateCommandInput | GetTemplateSummaryCommandInput | ImportStacksToStackSetCommandInput | ListChangeSetsCommandInput | ListExportsCommandInput | ListGeneratedTemplatesCommandInput | ListHookResultsCommandInput | ListImportsCommandInput | ListResourceScanRelatedResourcesCommandInput | ListResourceScanResourcesCommandInput | ListResourceScansCommandInput | ListStackInstanceResourceDriftsCommandInput | ListStackInstancesCommandInput | ListStackRefactorActionsCommandInput | ListStackRefactorsCommandInput | ListStackResourcesCommandInput | ListStackSetAutoDeploymentTargetsCommandInput | ListStackSetOperationResultsCommandInput | ListStackSetOperationsCommandInput | ListStackSetsCommandInput | ListStacksCommandInput | ListTypeRegistrationsCommandInput | ListTypeVersionsCommandInput | ListTypesCommandInput | PublishTypeCommandInput | RecordHandlerProgressCommandInput | RegisterPublisherCommandInput | RegisterTypeCommandInput | RollbackStackCommandInput | SetStackPolicyCommandInput | SetTypeConfigurationCommandInput | SetTypeDefaultVersionCommandInput | SignalResourceCommandInput | StartResourceScanCommandInput | StopStackSetOperationCommandInput | TestTypeCommandInput | UpdateGeneratedTemplateCommandInput | UpdateStackCommandInput | UpdateStackInstancesCommandInput | UpdateStackSetCommandInput | UpdateTerminationProtectionCommandInput | ValidateTemplateCommandInput;
|
|
105
|
+
export type ServiceInputTypes = ActivateOrganizationsAccessCommandInput | ActivateTypeCommandInput | BatchDescribeTypeConfigurationsCommandInput | CancelUpdateStackCommandInput | ContinueUpdateRollbackCommandInput | CreateChangeSetCommandInput | CreateGeneratedTemplateCommandInput | CreateStackCommandInput | CreateStackInstancesCommandInput | CreateStackRefactorCommandInput | CreateStackSetCommandInput | DeactivateOrganizationsAccessCommandInput | DeactivateTypeCommandInput | DeleteChangeSetCommandInput | DeleteGeneratedTemplateCommandInput | DeleteStackCommandInput | DeleteStackInstancesCommandInput | DeleteStackSetCommandInput | DeregisterTypeCommandInput | DescribeAccountLimitsCommandInput | DescribeChangeSetCommandInput | DescribeChangeSetHooksCommandInput | DescribeGeneratedTemplateCommandInput | DescribeOrganizationsAccessCommandInput | DescribePublisherCommandInput | DescribeResourceScanCommandInput | DescribeStackDriftDetectionStatusCommandInput | DescribeStackEventsCommandInput | DescribeStackInstanceCommandInput | DescribeStackRefactorCommandInput | DescribeStackResourceCommandInput | DescribeStackResourceDriftsCommandInput | DescribeStackResourcesCommandInput | DescribeStackSetCommandInput | DescribeStackSetOperationCommandInput | DescribeStacksCommandInput | DescribeTypeCommandInput | DescribeTypeRegistrationCommandInput | DetectStackDriftCommandInput | DetectStackResourceDriftCommandInput | DetectStackSetDriftCommandInput | EstimateTemplateCostCommandInput | ExecuteChangeSetCommandInput | ExecuteStackRefactorCommandInput | GetGeneratedTemplateCommandInput | GetHookResultCommandInput | GetStackPolicyCommandInput | GetTemplateCommandInput | GetTemplateSummaryCommandInput | ImportStacksToStackSetCommandInput | ListChangeSetsCommandInput | ListExportsCommandInput | ListGeneratedTemplatesCommandInput | ListHookResultsCommandInput | ListImportsCommandInput | ListResourceScanRelatedResourcesCommandInput | ListResourceScanResourcesCommandInput | ListResourceScansCommandInput | ListStackInstanceResourceDriftsCommandInput | ListStackInstancesCommandInput | ListStackRefactorActionsCommandInput | ListStackRefactorsCommandInput | ListStackResourcesCommandInput | ListStackSetAutoDeploymentTargetsCommandInput | ListStackSetOperationResultsCommandInput | ListStackSetOperationsCommandInput | ListStackSetsCommandInput | ListStacksCommandInput | ListTypeRegistrationsCommandInput | ListTypeVersionsCommandInput | ListTypesCommandInput | PublishTypeCommandInput | RecordHandlerProgressCommandInput | RegisterPublisherCommandInput | RegisterTypeCommandInput | RollbackStackCommandInput | SetStackPolicyCommandInput | SetTypeConfigurationCommandInput | SetTypeDefaultVersionCommandInput | SignalResourceCommandInput | StartResourceScanCommandInput | StopStackSetOperationCommandInput | TestTypeCommandInput | UpdateGeneratedTemplateCommandInput | UpdateStackCommandInput | UpdateStackInstancesCommandInput | UpdateStackSetCommandInput | UpdateTerminationProtectionCommandInput | ValidateTemplateCommandInput;
|
|
105
106
|
/**
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
|
-
export type ServiceOutputTypes = ActivateOrganizationsAccessCommandOutput | ActivateTypeCommandOutput | BatchDescribeTypeConfigurationsCommandOutput | CancelUpdateStackCommandOutput | ContinueUpdateRollbackCommandOutput | CreateChangeSetCommandOutput | CreateGeneratedTemplateCommandOutput | CreateStackCommandOutput | CreateStackInstancesCommandOutput | CreateStackRefactorCommandOutput | CreateStackSetCommandOutput | DeactivateOrganizationsAccessCommandOutput | DeactivateTypeCommandOutput | DeleteChangeSetCommandOutput | DeleteGeneratedTemplateCommandOutput | DeleteStackCommandOutput | DeleteStackInstancesCommandOutput | DeleteStackSetCommandOutput | DeregisterTypeCommandOutput | DescribeAccountLimitsCommandOutput | DescribeChangeSetCommandOutput | DescribeChangeSetHooksCommandOutput | DescribeGeneratedTemplateCommandOutput | DescribeOrganizationsAccessCommandOutput | DescribePublisherCommandOutput | DescribeResourceScanCommandOutput | DescribeStackDriftDetectionStatusCommandOutput | DescribeStackEventsCommandOutput | DescribeStackInstanceCommandOutput | DescribeStackRefactorCommandOutput | DescribeStackResourceCommandOutput | DescribeStackResourceDriftsCommandOutput | DescribeStackResourcesCommandOutput | DescribeStackSetCommandOutput | DescribeStackSetOperationCommandOutput | DescribeStacksCommandOutput | DescribeTypeCommandOutput | DescribeTypeRegistrationCommandOutput | DetectStackDriftCommandOutput | DetectStackResourceDriftCommandOutput | DetectStackSetDriftCommandOutput | EstimateTemplateCostCommandOutput | ExecuteChangeSetCommandOutput | ExecuteStackRefactorCommandOutput | GetGeneratedTemplateCommandOutput | GetStackPolicyCommandOutput | GetTemplateCommandOutput | GetTemplateSummaryCommandOutput | ImportStacksToStackSetCommandOutput | ListChangeSetsCommandOutput | ListExportsCommandOutput | ListGeneratedTemplatesCommandOutput | ListHookResultsCommandOutput | ListImportsCommandOutput | ListResourceScanRelatedResourcesCommandOutput | ListResourceScanResourcesCommandOutput | ListResourceScansCommandOutput | ListStackInstanceResourceDriftsCommandOutput | ListStackInstancesCommandOutput | ListStackRefactorActionsCommandOutput | ListStackRefactorsCommandOutput | ListStackResourcesCommandOutput | ListStackSetAutoDeploymentTargetsCommandOutput | ListStackSetOperationResultsCommandOutput | ListStackSetOperationsCommandOutput | ListStackSetsCommandOutput | ListStacksCommandOutput | ListTypeRegistrationsCommandOutput | ListTypeVersionsCommandOutput | ListTypesCommandOutput | PublishTypeCommandOutput | RecordHandlerProgressCommandOutput | RegisterPublisherCommandOutput | RegisterTypeCommandOutput | RollbackStackCommandOutput | SetStackPolicyCommandOutput | SetTypeConfigurationCommandOutput | SetTypeDefaultVersionCommandOutput | SignalResourceCommandOutput | StartResourceScanCommandOutput | StopStackSetOperationCommandOutput | TestTypeCommandOutput | UpdateGeneratedTemplateCommandOutput | UpdateStackCommandOutput | UpdateStackInstancesCommandOutput | UpdateStackSetCommandOutput | UpdateTerminationProtectionCommandOutput | ValidateTemplateCommandOutput;
|
|
109
|
+
export type ServiceOutputTypes = ActivateOrganizationsAccessCommandOutput | ActivateTypeCommandOutput | BatchDescribeTypeConfigurationsCommandOutput | CancelUpdateStackCommandOutput | ContinueUpdateRollbackCommandOutput | CreateChangeSetCommandOutput | CreateGeneratedTemplateCommandOutput | CreateStackCommandOutput | CreateStackInstancesCommandOutput | CreateStackRefactorCommandOutput | CreateStackSetCommandOutput | DeactivateOrganizationsAccessCommandOutput | DeactivateTypeCommandOutput | DeleteChangeSetCommandOutput | DeleteGeneratedTemplateCommandOutput | DeleteStackCommandOutput | DeleteStackInstancesCommandOutput | DeleteStackSetCommandOutput | DeregisterTypeCommandOutput | DescribeAccountLimitsCommandOutput | DescribeChangeSetCommandOutput | DescribeChangeSetHooksCommandOutput | DescribeGeneratedTemplateCommandOutput | DescribeOrganizationsAccessCommandOutput | DescribePublisherCommandOutput | DescribeResourceScanCommandOutput | DescribeStackDriftDetectionStatusCommandOutput | DescribeStackEventsCommandOutput | DescribeStackInstanceCommandOutput | DescribeStackRefactorCommandOutput | DescribeStackResourceCommandOutput | DescribeStackResourceDriftsCommandOutput | DescribeStackResourcesCommandOutput | DescribeStackSetCommandOutput | DescribeStackSetOperationCommandOutput | DescribeStacksCommandOutput | DescribeTypeCommandOutput | DescribeTypeRegistrationCommandOutput | DetectStackDriftCommandOutput | DetectStackResourceDriftCommandOutput | DetectStackSetDriftCommandOutput | EstimateTemplateCostCommandOutput | ExecuteChangeSetCommandOutput | ExecuteStackRefactorCommandOutput | GetGeneratedTemplateCommandOutput | GetHookResultCommandOutput | GetStackPolicyCommandOutput | GetTemplateCommandOutput | GetTemplateSummaryCommandOutput | ImportStacksToStackSetCommandOutput | ListChangeSetsCommandOutput | ListExportsCommandOutput | ListGeneratedTemplatesCommandOutput | ListHookResultsCommandOutput | ListImportsCommandOutput | ListResourceScanRelatedResourcesCommandOutput | ListResourceScanResourcesCommandOutput | ListResourceScansCommandOutput | ListStackInstanceResourceDriftsCommandOutput | ListStackInstancesCommandOutput | ListStackRefactorActionsCommandOutput | ListStackRefactorsCommandOutput | ListStackResourcesCommandOutput | ListStackSetAutoDeploymentTargetsCommandOutput | ListStackSetOperationResultsCommandOutput | ListStackSetOperationsCommandOutput | ListStackSetsCommandOutput | ListStacksCommandOutput | ListTypeRegistrationsCommandOutput | ListTypeVersionsCommandOutput | ListTypesCommandOutput | PublishTypeCommandOutput | RecordHandlerProgressCommandOutput | RegisterPublisherCommandOutput | RegisterTypeCommandOutput | RollbackStackCommandOutput | SetStackPolicyCommandOutput | SetTypeConfigurationCommandOutput | SetTypeDefaultVersionCommandOutput | SignalResourceCommandOutput | StartResourceScanCommandOutput | StopStackSetOperationCommandOutput | TestTypeCommandOutput | UpdateGeneratedTemplateCommandOutput | UpdateStackCommandOutput | UpdateStackInstancesCommandOutput | UpdateStackSetCommandOutput | UpdateTerminationProtectionCommandOutput | ValidateTemplateCommandOutput;
|
|
109
110
|
/**
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
@@ -268,16 +269,16 @@ export interface CloudFormationClientResolvedConfig extends CloudFormationClient
|
|
|
268
269
|
/**
|
|
269
270
|
* <fullname>CloudFormation</fullname>
|
|
270
271
|
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
|
|
271
|
-
*
|
|
272
|
-
*
|
|
273
|
-
*
|
|
272
|
+
* repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
|
|
273
|
+
* Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
|
|
274
|
+
* applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
|
|
274
275
|
* <p>With CloudFormation, you declare all your resources and dependencies in a template file. The
|
|
275
|
-
*
|
|
276
|
-
*
|
|
277
|
-
*
|
|
276
|
+
* template defines a collection of resources as a single unit called a stack. CloudFormation creates
|
|
277
|
+
* and deletes all member resources of the stack together and manages all dependencies between
|
|
278
|
+
* the resources for you.</p>
|
|
278
279
|
* <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
|
|
279
280
|
* <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
|
|
280
|
-
*
|
|
281
|
+
* about a specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
|
|
281
282
|
* @public
|
|
282
283
|
*/
|
|
283
284
|
export declare class CloudFormationClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudFormationClientResolvedConfig> {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts
CHANGED
|
@@ -37,8 +37,7 @@ declare const ActivateTypeCommand_base: {
|
|
|
37
37
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public-activate-extension.html">Activate a
|
|
38
38
|
* third-party public extension in your account</a> in the
|
|
39
39
|
* <i>CloudFormation User Guide</i>. For information about creating Hooks, see the
|
|
40
|
-
* <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/what-is-cloudformation-hooks.html">CloudFormation
|
|
41
|
-
* Hooks User Guide</a>.</p>
|
|
40
|
+
* <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/what-is-cloudformation-hooks.html">CloudFormation Hooks User Guide</a>.</p>
|
|
42
41
|
* @example
|
|
43
42
|
* Use a bare-bones client and the command you need to make an API call.
|
|
44
43
|
* ```javascript
|
|
@@ -27,8 +27,8 @@ declare const DescribeChangeSetHooksCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns
|
|
31
|
-
* makes when you run the change set.</p>
|
|
30
|
+
* <p>Returns Hook-related information for the change set and a list of changes that
|
|
31
|
+
* CloudFormation makes when you run the change set.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -23,7 +23,7 @@ export interface DescribeStackEventsCommandOutput extends DescribeStackEventsOut
|
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeStackEventsCommand_base: {
|
|
25
25
|
new (input: DescribeStackEventsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DescribeStackEventsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -43,7 +43,7 @@ declare const DescribeStackEventsCommand_base: {
|
|
|
43
43
|
* const config = {}; // type is CloudFormationClientConfig
|
|
44
44
|
* const client = new CloudFormationClient(config);
|
|
45
45
|
* const input = { // DescribeStackEventsInput
|
|
46
|
-
* StackName: "STRING_VALUE",
|
|
46
|
+
* StackName: "STRING_VALUE", // required
|
|
47
47
|
* NextToken: "STRING_VALUE",
|
|
48
48
|
* };
|
|
49
49
|
* const command = new DescribeStackEventsCommand(input);
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
+
import { GetHookResultInput, GetHookResultOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetHookResultCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetHookResultCommandInput extends GetHookResultInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetHookResultCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetHookResultCommandOutput extends GetHookResultOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetHookResultCommand_base: {
|
|
25
|
+
new (input: GetHookResultCommandInput): import("@smithy/smithy-client").CommandImpl<GetHookResultCommandInput, GetHookResultCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetHookResultCommandInput]): import("@smithy/smithy-client").CommandImpl<GetHookResultCommandInput, GetHookResultCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves detailed information and remediation guidance for a Hook invocation
|
|
31
|
+
* result.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { CloudFormationClient, GetHookResultCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
36
|
+
* // const { CloudFormationClient, GetHookResultCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
37
|
+
* // import type { CloudFormationClientConfig } from "@aws-sdk/client-cloudformation";
|
|
38
|
+
* const config = {}; // type is CloudFormationClientConfig
|
|
39
|
+
* const client = new CloudFormationClient(config);
|
|
40
|
+
* const input = { // GetHookResultInput
|
|
41
|
+
* HookResultId: "STRING_VALUE",
|
|
42
|
+
* };
|
|
43
|
+
* const command = new GetHookResultCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // GetHookResultOutput
|
|
46
|
+
* // HookResultId: "STRING_VALUE",
|
|
47
|
+
* // InvocationPoint: "PRE_PROVISION",
|
|
48
|
+
* // FailureMode: "FAIL" || "WARN",
|
|
49
|
+
* // TypeName: "STRING_VALUE",
|
|
50
|
+
* // OriginalTypeName: "STRING_VALUE",
|
|
51
|
+
* // TypeVersionId: "STRING_VALUE",
|
|
52
|
+
* // TypeConfigurationVersionId: "STRING_VALUE",
|
|
53
|
+
* // TypeArn: "STRING_VALUE",
|
|
54
|
+
* // Status: "HOOK_IN_PROGRESS" || "HOOK_COMPLETE_SUCCEEDED" || "HOOK_COMPLETE_FAILED" || "HOOK_FAILED",
|
|
55
|
+
* // HookStatusReason: "STRING_VALUE",
|
|
56
|
+
* // InvokedAt: new Date("TIMESTAMP"),
|
|
57
|
+
* // Target: { // HookTarget
|
|
58
|
+
* // TargetType: "RESOURCE", // required
|
|
59
|
+
* // TargetTypeName: "STRING_VALUE", // required
|
|
60
|
+
* // TargetId: "STRING_VALUE", // required
|
|
61
|
+
* // Action: "CREATE" || "UPDATE" || "DELETE" || "IMPORT", // required
|
|
62
|
+
* // },
|
|
63
|
+
* // Annotations: [ // AnnotationList
|
|
64
|
+
* // { // Annotation
|
|
65
|
+
* // AnnotationName: "STRING_VALUE",
|
|
66
|
+
* // Status: "PASSED" || "FAILED" || "SKIPPED",
|
|
67
|
+
* // StatusMessage: "STRING_VALUE",
|
|
68
|
+
* // RemediationMessage: "STRING_VALUE",
|
|
69
|
+
* // RemediationLink: "STRING_VALUE",
|
|
70
|
+
* // SeverityLevel: "INFORMATIONAL" || "LOW" || "MEDIUM" || "HIGH" || "CRITICAL",
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // };
|
|
74
|
+
*
|
|
75
|
+
* ```
|
|
76
|
+
*
|
|
77
|
+
* @param GetHookResultCommandInput - {@link GetHookResultCommandInput}
|
|
78
|
+
* @returns {@link GetHookResultCommandOutput}
|
|
79
|
+
* @see {@link GetHookResultCommandInput} for command's `input` shape.
|
|
80
|
+
* @see {@link GetHookResultCommandOutput} for command's `response` shape.
|
|
81
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link HookResultNotFoundException} (client fault)
|
|
84
|
+
* <p>The specified target doesn't have any requested Hook invocations.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link CloudFormationServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
88
|
+
*
|
|
89
|
+
*
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class GetHookResultCommand extends GetHookResultCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: GetHookResultInput;
|
|
97
|
+
output: GetHookResultOutput;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: GetHookResultCommandInput;
|
|
101
|
+
output: GetHookResultCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
}
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts
CHANGED
|
@@ -40,8 +40,8 @@ declare const ListHookResultsCommand_base: {
|
|
|
40
40
|
* </li>
|
|
41
41
|
* <li>
|
|
42
42
|
* <p>
|
|
43
|
-
* <code>TypeArn</code> and <code>Status</code>: Returns summaries for a specific
|
|
44
|
-
*
|
|
43
|
+
* <code>TypeArn</code> and <code>Status</code>: Returns summaries for a specific Hook
|
|
44
|
+
* filtered by status.</p>
|
|
45
45
|
* </li>
|
|
46
46
|
* <li>
|
|
47
47
|
* <p>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { ListStackSetOperationResultsInput, ListStackSetOperationResultsOutput } from "../models/
|
|
4
|
+
import { ListStackSetOperationResultsInput, ListStackSetOperationResultsOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { ListStackSetOperationsInput, ListStackSetOperationsOutput } from "../models/
|
|
4
|
+
import { ListStackSetOperationsInput, ListStackSetOperationsOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -41,8 +41,7 @@ declare const SetTypeConfigurationCommand_base: {
|
|
|
41
41
|
* </important>
|
|
42
42
|
* <p>For more information about setting the configuration data for resource types, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html#resource-type-howto-configuration">Defining the account-level configuration of an extension</a> in the
|
|
43
43
|
* <i>CloudFormation Command Line Interface (CLI) User Guide</i>. For more information about setting the configuration
|
|
44
|
-
* data for Hooks, see the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/what-is-cloudformation-hooks.html">CloudFormation
|
|
45
|
-
* Hooks User Guide</a>.</p>
|
|
44
|
+
* data for Hooks, see the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/what-is-cloudformation-hooks.html">CloudFormation Hooks User Guide</a>.</p>
|
|
46
45
|
* @example
|
|
47
46
|
* Use a bare-bones client and the command you need to make an API call.
|
|
48
47
|
* ```javascript
|
|
@@ -43,6 +43,7 @@ export * from "./EstimateTemplateCostCommand";
|
|
|
43
43
|
export * from "./ExecuteChangeSetCommand";
|
|
44
44
|
export * from "./ExecuteStackRefactorCommand";
|
|
45
45
|
export * from "./GetGeneratedTemplateCommand";
|
|
46
|
+
export * from "./GetHookResultCommand";
|
|
46
47
|
export * from "./GetStackPolicyCommand";
|
|
47
48
|
export * from "./GetTemplateCommand";
|
|
48
49
|
export * from "./GetTemplateSummaryCommand";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* <fullname>CloudFormation</fullname>
|
|
3
3
|
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
4
|
+
* repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
|
|
5
|
+
* Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
|
|
6
|
+
* applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
|
|
7
7
|
* <p>With CloudFormation, you declare all your resources and dependencies in a template file. The
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
8
|
+
* template defines a collection of resources as a single unit called a stack. CloudFormation creates
|
|
9
|
+
* and deletes all member resources of the stack together and manages all dependencies between
|
|
10
|
+
* the resources for you.</p>
|
|
11
11
|
* <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
|
|
12
12
|
* <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
|
|
13
|
-
*
|
|
13
|
+
* about a specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
|
|
14
14
|
*
|
|
15
15
|
* @packageDocumentation
|
|
16
16
|
*/
|