@aws-sdk/client-cloudformation 3.50.0 → 3.53.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 (175) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +10 -10
  3. package/dist-cjs/CloudFormation.js +15 -0
  4. package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +36 -0
  5. package/dist-cjs/commands/index.js +1 -0
  6. package/dist-cjs/index.js +3 -0
  7. package/dist-cjs/models/CloudFormationServiceException.js +11 -0
  8. package/dist-cjs/models/models_0.js +374 -5
  9. package/dist-cjs/protocols/Aws_query.js +622 -1350
  10. package/dist-es/CloudFormation.js +15 -0
  11. package/dist-es/commands/DescribeChangeSetHooksCommand.js +39 -0
  12. package/dist-es/commands/index.js +1 -0
  13. package/dist-es/index.js +1 -0
  14. package/dist-es/models/CloudFormationServiceException.js +12 -0
  15. package/dist-es/models/models_0.js +338 -1
  16. package/dist-es/protocols/Aws_query.js +1166 -1418
  17. package/dist-types/CloudFormation.d.ts +134 -130
  18. package/dist-types/CloudFormationClient.d.ts +13 -12
  19. package/dist-types/commands/ActivateTypeCommand.d.ts +1 -2
  20. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -2
  21. package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -1
  22. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +8 -8
  23. package/dist-types/commands/CreateChangeSetCommand.d.ts +6 -7
  24. package/dist-types/commands/CreateStackCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateStackInstancesCommand.d.ts +4 -4
  26. package/dist-types/commands/DeactivateTypeCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteChangeSetCommand.d.ts +2 -2
  28. package/dist-types/commands/DeleteStackCommand.d.ts +2 -2
  29. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -1
  30. package/dist-types/commands/DeregisterTypeCommand.d.ts +3 -3
  31. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -3
  32. package/dist-types/commands/DescribeChangeSetCommand.d.ts +2 -3
  33. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +35 -0
  34. package/dist-types/commands/DescribePublisherCommand.d.ts +3 -4
  35. package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
  37. package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  40. package/dist-types/commands/DetectStackDriftCommand.d.ts +1 -1
  41. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
  42. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +7 -6
  43. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +7 -7
  44. package/dist-types/commands/GetTemplateCommand.d.ts +3 -3
  45. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -1
  46. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +9 -6
  47. package/dist-types/commands/ListExportsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListStackSetsCommand.d.ts +2 -3
  51. package/dist-types/commands/PublishTypeCommand.d.ts +4 -6
  52. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  53. package/dist-types/commands/RegisterPublisherCommand.d.ts +4 -4
  54. package/dist-types/commands/RegisterTypeCommand.d.ts +5 -6
  55. package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
  56. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +3 -3
  57. package/dist-types/commands/SignalResourceCommand.d.ts +2 -2
  58. package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  59. package/dist-types/commands/TestTypeCommand.d.ts +4 -5
  60. package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +6 -5
  62. package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  64. package/dist-types/commands/index.d.ts +1 -0
  65. package/dist-types/index.d.ts +1 -0
  66. package/dist-types/models/CloudFormationServiceException.d.ts +10 -0
  67. package/dist-types/models/models_0.d.ts +1165 -800
  68. package/dist-types/protocols/Aws_query.d.ts +3 -0
  69. package/dist-types/ts3.4/CloudFormation.d.ts +335 -0
  70. package/dist-types/ts3.4/CloudFormationClient.d.ts +139 -0
  71. package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/index.d.ts +66 -0
  138. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  139. package/dist-types/ts3.4/index.d.ts +7 -0
  140. package/dist-types/ts3.4/models/CloudFormationServiceException.d.ts +6 -0
  141. package/dist-types/ts3.4/models/index.d.ts +1 -0
  142. package/dist-types/ts3.4/models/models_0.d.ts +3215 -0
  143. package/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +4 -0
  144. package/dist-types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +4 -0
  145. package/dist-types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +4 -0
  146. package/dist-types/ts3.4/pagination/DescribeStacksPaginator.d.ts +4 -0
  147. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  148. package/dist-types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +4 -0
  149. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +4 -0
  150. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +4 -0
  151. package/dist-types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +4 -0
  152. package/dist-types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +4 -0
  153. package/dist-types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +4 -0
  154. package/dist-types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +4 -0
  155. package/dist-types/ts3.4/pagination/ListStackSetsPaginator.d.ts +4 -0
  156. package/dist-types/ts3.4/pagination/ListStacksPaginator.d.ts +4 -0
  157. package/dist-types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +4 -0
  158. package/dist-types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +4 -0
  159. package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +4 -0
  160. package/dist-types/ts3.4/pagination/index.d.ts +17 -0
  161. package/dist-types/ts3.4/protocols/Aws_query.d.ts +200 -0
  162. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  163. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  164. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  165. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  166. package/dist-types/ts3.4/waiters/index.d.ts +8 -0
  167. package/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +7 -0
  168. package/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +7 -0
  169. package/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +7 -0
  170. package/dist-types/ts3.4/waiters/waitForStackExists.d.ts +7 -0
  171. package/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +7 -0
  172. package/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +7 -0
  173. package/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +7 -0
  174. package/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +7 -0
  175. package/package.json +34 -34
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.50.0",
4
+ "version": "3.53.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",
@@ -9,7 +9,7 @@
9
9
  "build:es": "tsc -p tsconfig.es.json",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "rimraf ./dist-*"
12
+ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
13
13
  },
14
14
  "main": "./dist-cjs/index.js",
15
15
  "types": "./dist-types/index.d.ts",
@@ -18,44 +18,44 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.50.0",
22
- "@aws-sdk/config-resolver": "3.50.0",
23
- "@aws-sdk/credential-provider-node": "3.50.0",
24
- "@aws-sdk/fetch-http-handler": "3.50.0",
25
- "@aws-sdk/hash-node": "3.50.0",
26
- "@aws-sdk/invalid-dependency": "3.50.0",
27
- "@aws-sdk/middleware-content-length": "3.50.0",
28
- "@aws-sdk/middleware-host-header": "3.50.0",
29
- "@aws-sdk/middleware-logger": "3.50.0",
30
- "@aws-sdk/middleware-retry": "3.50.0",
31
- "@aws-sdk/middleware-serde": "3.50.0",
32
- "@aws-sdk/middleware-signing": "3.50.0",
33
- "@aws-sdk/middleware-stack": "3.50.0",
34
- "@aws-sdk/middleware-user-agent": "3.50.0",
35
- "@aws-sdk/node-config-provider": "3.50.0",
36
- "@aws-sdk/node-http-handler": "3.50.0",
37
- "@aws-sdk/protocol-http": "3.50.0",
38
- "@aws-sdk/smithy-client": "3.50.0",
39
- "@aws-sdk/types": "3.50.0",
40
- "@aws-sdk/url-parser": "3.50.0",
41
- "@aws-sdk/util-base64-browser": "3.49.0",
42
- "@aws-sdk/util-base64-node": "3.49.0",
43
- "@aws-sdk/util-body-length-browser": "3.49.0",
44
- "@aws-sdk/util-body-length-node": "3.49.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.50.0",
47
- "@aws-sdk/util-user-agent-browser": "3.50.0",
48
- "@aws-sdk/util-user-agent-node": "3.50.0",
49
- "@aws-sdk/util-utf8-browser": "3.49.0",
50
- "@aws-sdk/util-utf8-node": "3.49.0",
51
- "@aws-sdk/util-waiter": "3.50.0",
21
+ "@aws-sdk/client-sts": "3.53.0",
22
+ "@aws-sdk/config-resolver": "3.53.0",
23
+ "@aws-sdk/credential-provider-node": "3.53.0",
24
+ "@aws-sdk/fetch-http-handler": "3.53.0",
25
+ "@aws-sdk/hash-node": "3.53.0",
26
+ "@aws-sdk/invalid-dependency": "3.53.0",
27
+ "@aws-sdk/middleware-content-length": "3.53.0",
28
+ "@aws-sdk/middleware-host-header": "3.53.0",
29
+ "@aws-sdk/middleware-logger": "3.53.0",
30
+ "@aws-sdk/middleware-retry": "3.53.0",
31
+ "@aws-sdk/middleware-serde": "3.53.0",
32
+ "@aws-sdk/middleware-signing": "3.53.0",
33
+ "@aws-sdk/middleware-stack": "3.53.0",
34
+ "@aws-sdk/middleware-user-agent": "3.53.0",
35
+ "@aws-sdk/node-config-provider": "3.53.0",
36
+ "@aws-sdk/node-http-handler": "3.53.0",
37
+ "@aws-sdk/protocol-http": "3.53.0",
38
+ "@aws-sdk/smithy-client": "3.53.0",
39
+ "@aws-sdk/types": "3.53.0",
40
+ "@aws-sdk/url-parser": "3.53.0",
41
+ "@aws-sdk/util-base64-browser": "3.52.0",
42
+ "@aws-sdk/util-base64-node": "3.52.0",
43
+ "@aws-sdk/util-body-length-browser": "3.52.0",
44
+ "@aws-sdk/util-body-length-node": "3.52.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.53.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.53.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.53.0",
48
+ "@aws-sdk/util-user-agent-node": "3.53.0",
49
+ "@aws-sdk/util-utf8-browser": "3.52.0",
50
+ "@aws-sdk/util-utf8-node": "3.52.0",
51
+ "@aws-sdk/util-waiter": "3.53.0",
52
52
  "entities": "2.2.0",
53
53
  "fast-xml-parser": "3.19.0",
54
54
  "tslib": "^2.3.0",
55
55
  "uuid": "^8.3.2"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/service-client-documentation-generator": "3.49.0",
58
+ "@aws-sdk/service-client-documentation-generator": "3.52.0",
59
59
  "@tsconfig/recommended": "1.0.1",
60
60
  "@types/node": "^12.7.5",
61
61
  "@types/uuid": "^8.3.0",