@aws-sdk/client-cloudformation 3.669.0 → 3.672.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 +2 -1
- package/dist-cjs/runtimeConfig.browser.js +1 -1
- package/dist-cjs/runtimeConfig.js +1 -1
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -2
- package/dist-types/CloudFormation.d.ts +2 -1
- package/dist-types/CloudFormationClient.d.ts +2 -1
- package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +3 -3
- package/dist-types/commands/ActivateTypeCommand.d.ts +4 -6
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +5 -4
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -2
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +10 -8
- package/dist-types/commands/CreateChangeSetCommand.d.ts +19 -13
- package/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +3 -2
- package/dist-types/commands/CreateStackCommand.d.ts +5 -2
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +4 -4
- package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +3 -2
- package/dist-types/commands/DeactivateTypeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteStackCommand.d.ts +5 -2
- package/dist-types/commands/DeleteStackSetCommand.d.ts +2 -2
- package/dist-types/commands/DeregisterTypeCommand.d.ts +10 -8
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +4 -3
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +4 -3
- package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +4 -3
- package/dist-types/commands/DescribePublisherCommand.d.ts +6 -5
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +11 -8
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +11 -7
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +14 -12
- package/dist-types/commands/DescribeStacksCommand.d.ts +4 -3
- package/dist-types/commands/DescribeTypeCommand.d.ts +3 -2
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +7 -5
- package/dist-types/commands/DetectStackDriftCommand.d.ts +21 -16
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +12 -9
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +24 -18
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +3 -2
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +9 -9
- package/dist-types/commands/GetGeneratedTemplateCommand.d.ts +4 -3
- package/dist-types/commands/GetStackPolicyCommand.d.ts +2 -2
- package/dist-types/commands/GetTemplateCommand.d.ts +4 -3
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +8 -7
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +4 -3
- package/dist-types/commands/ListChangeSetsCommand.d.ts +3 -2
- package/dist-types/commands/ListExportsCommand.d.ts +5 -5
- package/dist-types/commands/ListImportsCommand.d.ts +4 -4
- package/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +2 -2
- package/dist-types/commands/ListResourceScanResourcesCommand.d.ts +4 -3
- package/dist-types/commands/ListResourceScansCommand.d.ts +2 -1
- package/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +3 -2
- package/dist-types/commands/ListStackInstancesCommand.d.ts +3 -3
- package/dist-types/commands/ListStackResourcesCommand.d.ts +2 -2
- package/dist-types/commands/ListStackSetsCommand.d.ts +10 -8
- package/dist-types/commands/ListStacksCommand.d.ts +4 -4
- package/dist-types/commands/ListTypesCommand.d.ts +2 -1
- package/dist-types/commands/PublishTypeCommand.d.ts +7 -5
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -2
- package/dist-types/commands/RegisterPublisherCommand.d.ts +6 -4
- package/dist-types/commands/RegisterTypeCommand.d.ts +15 -10
- package/dist-types/commands/RollbackStackCommand.d.ts +8 -6
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +12 -7
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +2 -1
- package/dist-types/commands/SignalResourceCommand.d.ts +5 -4
- package/dist-types/commands/StartResourceScanCommand.d.ts +2 -2
- package/dist-types/commands/TestTypeCommand.d.ts +19 -16
- package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +4 -3
- package/dist-types/commands/UpdateStackCommand.d.ts +7 -6
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +14 -12
- package/dist-types/commands/UpdateStackSetCommand.d.ts +6 -3
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +7 -6
- package/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
- package/dist-types/index.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +2118 -1689
- package/dist-types/models/models_1.d.ts +425 -351
- package/package.json +5 -5
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.672.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.670.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.670.0",
|
|
25
25
|
"@aws-sdk/core": "3.667.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.670.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.667.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.667.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.667.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.667.0",
|
|
32
32
|
"@aws-sdk/types": "3.667.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.667.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.670.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.669.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.9",
|
|
37
37
|
"@smithy/core": "^2.4.8",
|