@aws-sdk/client-cloudformation 3.670.0 → 3.674.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-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 +2 -2
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.674.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",
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
"@smithy/util-retry": "^3.0.7",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"@smithy/util-waiter": "^3.1.6",
|
|
62
|
+
"@types/uuid": "^9.0.1",
|
|
62
63
|
"tslib": "^2.6.2",
|
|
63
64
|
"uuid": "^9.0.1"
|
|
64
65
|
},
|
|
65
66
|
"devDependencies": {
|
|
66
67
|
"@tsconfig/node16": "16.1.3",
|
|
67
68
|
"@types/node": "^16.18.96",
|
|
68
|
-
"@types/uuid": "^9.0.4",
|
|
69
69
|
"concurrently": "7.0.0",
|
|
70
70
|
"downlevel-dts": "0.10.1",
|
|
71
71
|
"rimraf": "3.0.2",
|