@aws-sdk/client-cloudformation 3.347.0 → 3.348.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/README.md +1 -3
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/CloudFormation.d.ts +1 -3
- package/dist-types/CloudFormationClient.d.ts +1 -3
- package/dist-types/commands/ActivateTypeCommand.d.ts +6 -6
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -4
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -2
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +9 -9
- package/dist-types/commands/CreateChangeSetCommand.d.ts +16 -19
- package/dist-types/commands/CreateStackCommand.d.ts +2 -2
- package/dist-types/commands/DeactivateTypeCommand.d.ts +5 -6
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +5 -8
- package/dist-types/commands/DeleteStackCommand.d.ts +2 -3
- package/dist-types/commands/DeregisterTypeCommand.d.ts +9 -9
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +3 -3
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublisherCommand.d.ts +5 -6
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +9 -11
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +4 -5
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +7 -11
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +12 -14
- package/dist-types/commands/DescribeStacksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTypeCommand.d.ts +2 -3
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +5 -11
- package/dist-types/commands/DetectStackDriftCommand.d.ts +16 -20
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +9 -12
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +11 -21
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -2
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +8 -11
- package/dist-types/commands/GetStackPolicyCommand.d.ts +2 -2
- package/dist-types/commands/GetTemplateCommand.d.ts +3 -4
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +7 -8
- package/dist-types/commands/ListChangeSetsCommand.d.ts +2 -2
- package/dist-types/commands/ListExportsCommand.d.ts +4 -6
- package/dist-types/commands/ListImportsCommand.d.ts +4 -6
- package/dist-types/commands/ListStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListStackResourcesCommand.d.ts +2 -2
- package/dist-types/commands/ListStacksCommand.d.ts +4 -4
- package/dist-types/commands/PublishTypeCommand.d.ts +6 -5
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -1
- package/dist-types/commands/RegisterPublisherCommand.d.ts +4 -6
- package/dist-types/commands/RegisterTypeCommand.d.ts +10 -16
- package/dist-types/commands/RollbackStackCommand.d.ts +6 -8
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +9 -10
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -2
- package/dist-types/commands/SignalResourceCommand.d.ts +4 -5
- package/dist-types/commands/TestTypeCommand.d.ts +16 -18
- package/dist-types/commands/UpdateStackCommand.d.ts +6 -6
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +6 -7
- package/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
- package/dist-types/index.d.ts +1 -3
- package/dist-types/models/models_0.d.ts +929 -1130
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +5 -5
|
@@ -803,6 +803,7 @@ export declare const StackInstanceDetailedStatus: {
|
|
|
803
803
|
readonly INOPERABLE: "INOPERABLE";
|
|
804
804
|
readonly PENDING: "PENDING";
|
|
805
805
|
readonly RUNNING: "RUNNING";
|
|
806
|
+
readonly SKIPPED_SUSPENDED_ACCOUNT: "SKIPPED_SUSPENDED_ACCOUNT";
|
|
806
807
|
readonly SUCCEEDED: "SUCCEEDED";
|
|
807
808
|
};
|
|
808
809
|
export type StackInstanceDetailedStatus =
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.348.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.348.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.347.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.348.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.347.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.347.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.347.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.347.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.347.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.347.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.348.0",
|
|
42
42
|
"@aws-sdk/smithy-client": "3.347.0",
|
|
43
43
|
"@aws-sdk/types": "3.347.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.347.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@aws-sdk/util-waiter": "3.347.0",
|
|
56
56
|
"@smithy/protocol-http": "^1.0.1",
|
|
57
57
|
"@smithy/types": "^1.0.0",
|
|
58
|
-
"fast-xml-parser": "4.
|
|
58
|
+
"fast-xml-parser": "4.2.4",
|
|
59
59
|
"tslib": "^2.5.0",
|
|
60
60
|
"uuid": "^8.3.2"
|
|
61
61
|
},
|