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