@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.
Files changed (75) hide show
  1. package/README.md +2 -1
  2. package/dist-types/CloudFormation.d.ts +2 -1
  3. package/dist-types/CloudFormationClient.d.ts +2 -1
  4. package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +3 -3
  5. package/dist-types/commands/ActivateTypeCommand.d.ts +4 -6
  6. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +5 -4
  7. package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -2
  8. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +10 -8
  9. package/dist-types/commands/CreateChangeSetCommand.d.ts +19 -13
  10. package/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +3 -2
  11. package/dist-types/commands/CreateStackCommand.d.ts +5 -2
  12. package/dist-types/commands/CreateStackInstancesCommand.d.ts +4 -4
  13. package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +3 -2
  14. package/dist-types/commands/DeactivateTypeCommand.d.ts +6 -4
  15. package/dist-types/commands/DeleteChangeSetCommand.d.ts +6 -4
  16. package/dist-types/commands/DeleteStackCommand.d.ts +5 -2
  17. package/dist-types/commands/DeleteStackSetCommand.d.ts +2 -2
  18. package/dist-types/commands/DeregisterTypeCommand.d.ts +10 -8
  19. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -3
  20. package/dist-types/commands/DescribeChangeSetCommand.d.ts +4 -3
  21. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
  22. package/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +4 -3
  23. package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +4 -3
  24. package/dist-types/commands/DescribePublisherCommand.d.ts +6 -5
  25. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +11 -8
  26. package/dist-types/commands/DescribeStackEventsCommand.d.ts +5 -5
  27. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -2
  28. package/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -2
  29. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +11 -7
  30. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +14 -12
  31. package/dist-types/commands/DescribeStacksCommand.d.ts +4 -3
  32. package/dist-types/commands/DescribeTypeCommand.d.ts +3 -2
  33. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +7 -5
  34. package/dist-types/commands/DetectStackDriftCommand.d.ts +21 -16
  35. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +12 -9
  36. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +24 -18
  37. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +3 -2
  38. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +9 -9
  39. package/dist-types/commands/GetGeneratedTemplateCommand.d.ts +4 -3
  40. package/dist-types/commands/GetStackPolicyCommand.d.ts +2 -2
  41. package/dist-types/commands/GetTemplateCommand.d.ts +4 -3
  42. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +8 -7
  43. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +4 -3
  44. package/dist-types/commands/ListChangeSetsCommand.d.ts +3 -2
  45. package/dist-types/commands/ListExportsCommand.d.ts +5 -5
  46. package/dist-types/commands/ListImportsCommand.d.ts +4 -4
  47. package/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +2 -2
  48. package/dist-types/commands/ListResourceScanResourcesCommand.d.ts +4 -3
  49. package/dist-types/commands/ListResourceScansCommand.d.ts +2 -1
  50. package/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +3 -2
  51. package/dist-types/commands/ListStackInstancesCommand.d.ts +3 -3
  52. package/dist-types/commands/ListStackResourcesCommand.d.ts +2 -2
  53. package/dist-types/commands/ListStackSetsCommand.d.ts +10 -8
  54. package/dist-types/commands/ListStacksCommand.d.ts +4 -4
  55. package/dist-types/commands/ListTypesCommand.d.ts +2 -1
  56. package/dist-types/commands/PublishTypeCommand.d.ts +7 -5
  57. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -2
  58. package/dist-types/commands/RegisterPublisherCommand.d.ts +6 -4
  59. package/dist-types/commands/RegisterTypeCommand.d.ts +15 -10
  60. package/dist-types/commands/RollbackStackCommand.d.ts +8 -6
  61. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +12 -7
  62. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +2 -1
  63. package/dist-types/commands/SignalResourceCommand.d.ts +5 -4
  64. package/dist-types/commands/StartResourceScanCommand.d.ts +2 -2
  65. package/dist-types/commands/TestTypeCommand.d.ts +19 -16
  66. package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +4 -3
  67. package/dist-types/commands/UpdateStackCommand.d.ts +7 -6
  68. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +14 -12
  69. package/dist-types/commands/UpdateStackSetCommand.d.ts +6 -3
  70. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +7 -6
  71. package/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
  72. package/dist-types/index.d.ts +2 -1
  73. package/dist-types/models/models_0.d.ts +2118 -1689
  74. package/dist-types/models/models_1.d.ts +425 -351
  75. 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.670.0",
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",