@aws-sdk/client-cloudformation 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_query.js +2 -2
- package/dist-es/CloudFormation.js +273 -266
- package/dist-es/CloudFormationClient.js +28 -22
- package/dist-es/commands/ActivateTypeCommand.js +28 -21
- package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +28 -21
- package/dist-es/commands/CancelUpdateStackCommand.js +29 -22
- package/dist-es/commands/ContinueUpdateRollbackCommand.js +28 -21
- package/dist-es/commands/CreateChangeSetCommand.js +28 -21
- package/dist-es/commands/CreateStackCommand.js +28 -21
- package/dist-es/commands/CreateStackInstancesCommand.js +28 -21
- package/dist-es/commands/CreateStackSetCommand.js +28 -21
- package/dist-es/commands/DeactivateTypeCommand.js +28 -21
- package/dist-es/commands/DeleteChangeSetCommand.js +28 -21
- package/dist-es/commands/DeleteStackCommand.js +29 -22
- package/dist-es/commands/DeleteStackInstancesCommand.js +28 -21
- package/dist-es/commands/DeleteStackSetCommand.js +28 -21
- package/dist-es/commands/DeregisterTypeCommand.js +28 -21
- package/dist-es/commands/DescribeAccountLimitsCommand.js +28 -21
- package/dist-es/commands/DescribeChangeSetCommand.js +28 -21
- package/dist-es/commands/DescribeChangeSetHooksCommand.js +28 -21
- package/dist-es/commands/DescribePublisherCommand.js +28 -21
- package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +28 -21
- package/dist-es/commands/DescribeStackEventsCommand.js +28 -21
- package/dist-es/commands/DescribeStackInstanceCommand.js +28 -21
- package/dist-es/commands/DescribeStackResourceCommand.js +28 -21
- package/dist-es/commands/DescribeStackResourceDriftsCommand.js +28 -21
- package/dist-es/commands/DescribeStackResourcesCommand.js +28 -21
- package/dist-es/commands/DescribeStackSetCommand.js +28 -21
- package/dist-es/commands/DescribeStackSetOperationCommand.js +28 -21
- package/dist-es/commands/DescribeStacksCommand.js +28 -21
- package/dist-es/commands/DescribeTypeCommand.js +28 -21
- package/dist-es/commands/DescribeTypeRegistrationCommand.js +28 -21
- package/dist-es/commands/DetectStackDriftCommand.js +28 -21
- package/dist-es/commands/DetectStackResourceDriftCommand.js +28 -21
- package/dist-es/commands/DetectStackSetDriftCommand.js +28 -21
- package/dist-es/commands/EstimateTemplateCostCommand.js +28 -21
- package/dist-es/commands/ExecuteChangeSetCommand.js +28 -21
- package/dist-es/commands/GetStackPolicyCommand.js +28 -21
- package/dist-es/commands/GetTemplateCommand.js +28 -21
- package/dist-es/commands/GetTemplateSummaryCommand.js +28 -21
- package/dist-es/commands/ImportStacksToStackSetCommand.js +28 -21
- package/dist-es/commands/ListChangeSetsCommand.js +28 -21
- package/dist-es/commands/ListExportsCommand.js +28 -21
- package/dist-es/commands/ListImportsCommand.js +28 -21
- package/dist-es/commands/ListStackInstancesCommand.js +28 -21
- package/dist-es/commands/ListStackResourcesCommand.js +28 -21
- package/dist-es/commands/ListStackSetOperationResultsCommand.js +28 -21
- package/dist-es/commands/ListStackSetOperationsCommand.js +28 -21
- package/dist-es/commands/ListStackSetsCommand.js +28 -21
- package/dist-es/commands/ListStacksCommand.js +28 -21
- package/dist-es/commands/ListTypeRegistrationsCommand.js +28 -21
- package/dist-es/commands/ListTypeVersionsCommand.js +28 -21
- package/dist-es/commands/ListTypesCommand.js +28 -21
- package/dist-es/commands/PublishTypeCommand.js +28 -21
- package/dist-es/commands/RecordHandlerProgressCommand.js +28 -21
- package/dist-es/commands/RegisterPublisherCommand.js +28 -21
- package/dist-es/commands/RegisterTypeCommand.js +28 -21
- package/dist-es/commands/RollbackStackCommand.js +28 -21
- package/dist-es/commands/SetStackPolicyCommand.js +29 -22
- package/dist-es/commands/SetTypeConfigurationCommand.js +28 -21
- package/dist-es/commands/SetTypeDefaultVersionCommand.js +28 -21
- package/dist-es/commands/SignalResourceCommand.js +29 -22
- package/dist-es/commands/StopStackSetOperationCommand.js +28 -21
- package/dist-es/commands/TestTypeCommand.js +28 -21
- package/dist-es/commands/UpdateStackCommand.js +28 -21
- package/dist-es/commands/UpdateStackInstancesCommand.js +28 -21
- package/dist-es/commands/UpdateStackSetCommand.js +28 -21
- package/dist-es/commands/UpdateTerminationProtectionCommand.js +28 -21
- package/dist-es/commands/ValidateTemplateCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/CloudFormationServiceException.js +10 -5
- package/dist-es/models/models_0.js +450 -819
- package/dist-es/pagination/DescribeAccountLimitsPaginator.js +67 -24
- package/dist-es/pagination/DescribeStackEventsPaginator.js +67 -24
- package/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +68 -25
- package/dist-es/pagination/DescribeStacksPaginator.js +67 -24
- package/dist-es/pagination/ListChangeSetsPaginator.js +67 -24
- package/dist-es/pagination/ListExportsPaginator.js +67 -24
- package/dist-es/pagination/ListImportsPaginator.js +67 -24
- package/dist-es/pagination/ListStackInstancesPaginator.js +68 -25
- package/dist-es/pagination/ListStackResourcesPaginator.js +67 -24
- package/dist-es/pagination/ListStackSetOperationResultsPaginator.js +68 -25
- package/dist-es/pagination/ListStackSetOperationsPaginator.js +68 -25
- package/dist-es/pagination/ListStackSetsPaginator.js +68 -25
- package/dist-es/pagination/ListStacksPaginator.js +67 -24
- package/dist-es/pagination/ListTypeRegistrationsPaginator.js +68 -25
- package/dist-es/pagination/ListTypeVersionsPaginator.js +68 -25
- package/dist-es/pagination/ListTypesPaginator.js +68 -25
- package/dist-es/protocols/Aws_query.js +5470 -4132
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForChangeSetCreateComplete.js +59 -39
- package/dist-es/waiters/waitForStackCreateComplete.js +189 -108
- package/dist-es/waiters/waitForStackDeleteComplete.js +213 -122
- package/dist-es/waiters/waitForStackExists.js +42 -23
- package/dist-es/waiters/waitForStackImportComplete.js +189 -108
- package/dist-es/waiters/waitForStackRollbackComplete.js +141 -80
- package/dist-es/waiters/waitForStackUpdateComplete.js +141 -80
- package/dist-es/waiters/waitForTypeRegistrationComplete.js +56 -36
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **codegen:** add deser check for x-amz-request-id ([#4015](https://github.com/aws/aws-sdk-js-v3/issues/4015)) ([6ff07bd](https://github.com/aws/aws-sdk-js-v3/commit/6ff07bd7e72bd56725f318013ac1d6d0fbbcdd9a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-cloudformation
|
|
@@ -8365,10 +8365,10 @@ const deserializeAws_queryValidateTemplateOutput = (output, context) => {
|
|
|
8365
8365
|
return contents;
|
|
8366
8366
|
};
|
|
8367
8367
|
const deserializeMetadata = (output) => {
|
|
8368
|
-
var _a;
|
|
8368
|
+
var _a, _b;
|
|
8369
8369
|
return ({
|
|
8370
8370
|
httpStatusCode: output.statusCode,
|
|
8371
|
-
requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
|
|
8371
|
+
requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
|
|
8372
8372
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
8373
8373
|
cfId: output.headers["x-amz-cf-id"],
|
|
8374
8374
|
});
|