@aws-sdk/client-cloudformation 3.185.0 → 3.188.0
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/CHANGELOG.md +16 -0
- package/dist-cjs/protocols/Aws_query.js +8 -4
- package/dist-es/CloudFormation.js +266 -273
- package/dist-es/CloudFormationClient.js +22 -28
- package/dist-es/commands/ActivateTypeCommand.js +21 -28
- package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +21 -28
- package/dist-es/commands/CancelUpdateStackCommand.js +22 -29
- package/dist-es/commands/ContinueUpdateRollbackCommand.js +21 -28
- package/dist-es/commands/CreateChangeSetCommand.js +21 -28
- package/dist-es/commands/CreateStackCommand.js +21 -28
- package/dist-es/commands/CreateStackInstancesCommand.js +21 -28
- package/dist-es/commands/CreateStackSetCommand.js +21 -28
- package/dist-es/commands/DeactivateTypeCommand.js +21 -28
- package/dist-es/commands/DeleteChangeSetCommand.js +21 -28
- package/dist-es/commands/DeleteStackCommand.js +22 -29
- package/dist-es/commands/DeleteStackInstancesCommand.js +21 -28
- package/dist-es/commands/DeleteStackSetCommand.js +21 -28
- package/dist-es/commands/DeregisterTypeCommand.js +21 -28
- package/dist-es/commands/DescribeAccountLimitsCommand.js +21 -28
- package/dist-es/commands/DescribeChangeSetCommand.js +21 -28
- package/dist-es/commands/DescribeChangeSetHooksCommand.js +21 -28
- package/dist-es/commands/DescribePublisherCommand.js +21 -28
- package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +21 -28
- package/dist-es/commands/DescribeStackEventsCommand.js +21 -28
- package/dist-es/commands/DescribeStackInstanceCommand.js +21 -28
- package/dist-es/commands/DescribeStackResourceCommand.js +21 -28
- package/dist-es/commands/DescribeStackResourceDriftsCommand.js +21 -28
- package/dist-es/commands/DescribeStackResourcesCommand.js +21 -28
- package/dist-es/commands/DescribeStackSetCommand.js +21 -28
- package/dist-es/commands/DescribeStackSetOperationCommand.js +21 -28
- package/dist-es/commands/DescribeStacksCommand.js +21 -28
- package/dist-es/commands/DescribeTypeCommand.js +21 -28
- package/dist-es/commands/DescribeTypeRegistrationCommand.js +21 -28
- package/dist-es/commands/DetectStackDriftCommand.js +21 -28
- package/dist-es/commands/DetectStackResourceDriftCommand.js +21 -28
- package/dist-es/commands/DetectStackSetDriftCommand.js +21 -28
- package/dist-es/commands/EstimateTemplateCostCommand.js +21 -28
- package/dist-es/commands/ExecuteChangeSetCommand.js +21 -28
- package/dist-es/commands/GetStackPolicyCommand.js +21 -28
- package/dist-es/commands/GetTemplateCommand.js +21 -28
- package/dist-es/commands/GetTemplateSummaryCommand.js +21 -28
- package/dist-es/commands/ImportStacksToStackSetCommand.js +21 -28
- package/dist-es/commands/ListChangeSetsCommand.js +21 -28
- package/dist-es/commands/ListExportsCommand.js +21 -28
- package/dist-es/commands/ListImportsCommand.js +21 -28
- package/dist-es/commands/ListStackInstancesCommand.js +21 -28
- package/dist-es/commands/ListStackResourcesCommand.js +21 -28
- package/dist-es/commands/ListStackSetOperationResultsCommand.js +21 -28
- package/dist-es/commands/ListStackSetOperationsCommand.js +21 -28
- package/dist-es/commands/ListStackSetsCommand.js +21 -28
- package/dist-es/commands/ListStacksCommand.js +21 -28
- package/dist-es/commands/ListTypeRegistrationsCommand.js +21 -28
- package/dist-es/commands/ListTypeVersionsCommand.js +21 -28
- package/dist-es/commands/ListTypesCommand.js +21 -28
- package/dist-es/commands/PublishTypeCommand.js +21 -28
- package/dist-es/commands/RecordHandlerProgressCommand.js +21 -28
- package/dist-es/commands/RegisterPublisherCommand.js +21 -28
- package/dist-es/commands/RegisterTypeCommand.js +21 -28
- package/dist-es/commands/RollbackStackCommand.js +21 -28
- package/dist-es/commands/SetStackPolicyCommand.js +22 -29
- package/dist-es/commands/SetTypeConfigurationCommand.js +21 -28
- package/dist-es/commands/SetTypeDefaultVersionCommand.js +21 -28
- package/dist-es/commands/SignalResourceCommand.js +22 -29
- package/dist-es/commands/StopStackSetOperationCommand.js +21 -28
- package/dist-es/commands/TestTypeCommand.js +21 -28
- package/dist-es/commands/UpdateStackCommand.js +21 -28
- package/dist-es/commands/UpdateStackInstancesCommand.js +21 -28
- package/dist-es/commands/UpdateStackSetCommand.js +21 -28
- package/dist-es/commands/UpdateTerminationProtectionCommand.js +21 -28
- package/dist-es/commands/ValidateTemplateCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/CloudFormationServiceException.js +5 -10
- package/dist-es/models/models_0.js +819 -450
- package/dist-es/pagination/DescribeAccountLimitsPaginator.js +24 -67
- package/dist-es/pagination/DescribeStackEventsPaginator.js +24 -67
- package/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +25 -68
- package/dist-es/pagination/DescribeStacksPaginator.js +24 -67
- package/dist-es/pagination/ListChangeSetsPaginator.js +24 -67
- package/dist-es/pagination/ListExportsPaginator.js +24 -67
- package/dist-es/pagination/ListImportsPaginator.js +24 -67
- package/dist-es/pagination/ListStackInstancesPaginator.js +25 -68
- package/dist-es/pagination/ListStackResourcesPaginator.js +24 -67
- package/dist-es/pagination/ListStackSetOperationResultsPaginator.js +25 -68
- package/dist-es/pagination/ListStackSetOperationsPaginator.js +25 -68
- package/dist-es/pagination/ListStackSetsPaginator.js +25 -68
- package/dist-es/pagination/ListStacksPaginator.js +24 -67
- package/dist-es/pagination/ListTypeRegistrationsPaginator.js +25 -68
- package/dist-es/pagination/ListTypeVersionsPaginator.js +25 -68
- package/dist-es/pagination/ListTypesPaginator.js +25 -68
- package/dist-es/protocols/Aws_query.js +4138 -5472
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForChangeSetCreateComplete.js +39 -59
- package/dist-es/waiters/waitForStackCreateComplete.js +108 -189
- package/dist-es/waiters/waitForStackDeleteComplete.js +122 -213
- package/dist-es/waiters/waitForStackExists.js +23 -42
- package/dist-es/waiters/waitForStackImportComplete.js +108 -189
- package/dist-es/waiters/waitForStackRollbackComplete.js +80 -141
- package/dist-es/waiters/waitForStackUpdateComplete.js +80 -141
- package/dist-es/waiters/waitForTypeRegistrationComplete.js +36 -56
- package/package.json +35 -36
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudformation
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudformation
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
|
|
7
23
|
|
|
8
24
|
|
|
@@ -5,7 +5,6 @@ exports.deserializeAws_queryExecuteChangeSetCommand = exports.deserializeAws_que
|
|
|
5
5
|
exports.deserializeAws_queryValidateTemplateCommand = exports.deserializeAws_queryUpdateTerminationProtectionCommand = exports.deserializeAws_queryUpdateStackSetCommand = exports.deserializeAws_queryUpdateStackInstancesCommand = exports.deserializeAws_queryUpdateStackCommand = exports.deserializeAws_queryTestTypeCommand = exports.deserializeAws_queryStopStackSetOperationCommand = exports.deserializeAws_querySignalResourceCommand = exports.deserializeAws_querySetTypeDefaultVersionCommand = exports.deserializeAws_querySetTypeConfigurationCommand = exports.deserializeAws_querySetStackPolicyCommand = exports.deserializeAws_queryRollbackStackCommand = exports.deserializeAws_queryRegisterTypeCommand = exports.deserializeAws_queryRegisterPublisherCommand = exports.deserializeAws_queryRecordHandlerProgressCommand = exports.deserializeAws_queryPublishTypeCommand = exports.deserializeAws_queryListTypeVersionsCommand = exports.deserializeAws_queryListTypesCommand = exports.deserializeAws_queryListTypeRegistrationsCommand = exports.deserializeAws_queryListStackSetsCommand = exports.deserializeAws_queryListStackSetOperationsCommand = exports.deserializeAws_queryListStackSetOperationResultsCommand = exports.deserializeAws_queryListStacksCommand = exports.deserializeAws_queryListStackResourcesCommand = exports.deserializeAws_queryListStackInstancesCommand = exports.deserializeAws_queryListImportsCommand = exports.deserializeAws_queryListExportsCommand = exports.deserializeAws_queryListChangeSetsCommand = exports.deserializeAws_queryImportStacksToStackSetCommand = exports.deserializeAws_queryGetTemplateSummaryCommand = exports.deserializeAws_queryGetTemplateCommand = exports.deserializeAws_queryGetStackPolicyCommand = void 0;
|
|
6
6
|
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
const entities_1 = require("entities");
|
|
9
8
|
const fast_xml_parser_1 = require("fast-xml-parser");
|
|
10
9
|
const uuid_1 = require("uuid");
|
|
11
10
|
const CloudFormationServiceException_1 = require("../models/CloudFormationServiceException");
|
|
@@ -8400,13 +8399,18 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
|
|
|
8400
8399
|
};
|
|
8401
8400
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
8402
8401
|
if (encoded.length) {
|
|
8403
|
-
const
|
|
8402
|
+
const parser = new fast_xml_parser_1.XMLParser({
|
|
8404
8403
|
attributeNamePrefix: "",
|
|
8404
|
+
htmlEntities: true,
|
|
8405
8405
|
ignoreAttributes: false,
|
|
8406
|
-
|
|
8406
|
+
ignoreDeclaration: true,
|
|
8407
|
+
parseTagValue: false,
|
|
8407
8408
|
trimValues: false,
|
|
8408
|
-
tagValueProcessor: (val) => (val.trim() === "" && val.includes("\n") ? "" :
|
|
8409
|
+
tagValueProcessor: (_, val) => (val.trim() === "" && val.includes("\n") ? "" : undefined),
|
|
8409
8410
|
});
|
|
8411
|
+
parser.addEntity("#xD", "\r");
|
|
8412
|
+
parser.addEntity("#10", "\n");
|
|
8413
|
+
const parsedObj = parser.parse(encoded);
|
|
8410
8414
|
const textNodeName = "#text";
|
|
8411
8415
|
const key = Object.keys(parsedObj)[0];
|
|
8412
8416
|
const parsedObjToReturn = parsedObj[key];
|