@aws-sdk/client-cloudformation 3.34.0 → 3.37.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 (1107) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/CloudFormation.js +982 -0
  3. package/dist-cjs/CloudFormationClient.js +35 -0
  4. package/dist-cjs/commands/ActivateTypeCommand.js +36 -0
  5. package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +36 -0
  6. package/dist-cjs/commands/CancelUpdateStackCommand.js +36 -0
  7. package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +36 -0
  8. package/dist-cjs/commands/CreateChangeSetCommand.js +36 -0
  9. package/dist-cjs/commands/CreateStackCommand.js +36 -0
  10. package/dist-cjs/commands/CreateStackInstancesCommand.js +36 -0
  11. package/dist-cjs/commands/CreateStackSetCommand.js +36 -0
  12. package/dist-cjs/commands/DeactivateTypeCommand.js +36 -0
  13. package/dist-cjs/commands/DeleteChangeSetCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteStackCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteStackInstancesCommand.js +36 -0
  16. package/dist-cjs/commands/DeleteStackSetCommand.js +36 -0
  17. package/dist-cjs/commands/DeregisterTypeCommand.js +36 -0
  18. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +36 -0
  19. package/dist-cjs/commands/DescribeChangeSetCommand.js +36 -0
  20. package/dist-cjs/commands/DescribePublisherCommand.js +36 -0
  21. package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +36 -0
  22. package/dist-cjs/commands/DescribeStackEventsCommand.js +36 -0
  23. package/dist-cjs/commands/DescribeStackInstanceCommand.js +36 -0
  24. package/dist-cjs/commands/DescribeStackResourceCommand.js +36 -0
  25. package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +36 -0
  26. package/dist-cjs/commands/DescribeStackResourcesCommand.js +36 -0
  27. package/dist-cjs/commands/DescribeStackSetCommand.js +36 -0
  28. package/dist-cjs/commands/DescribeStackSetOperationCommand.js +36 -0
  29. package/dist-cjs/commands/DescribeStacksCommand.js +36 -0
  30. package/dist-cjs/commands/DescribeTypeCommand.js +36 -0
  31. package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +36 -0
  32. package/dist-cjs/commands/DetectStackDriftCommand.js +36 -0
  33. package/dist-cjs/commands/DetectStackResourceDriftCommand.js +36 -0
  34. package/dist-cjs/commands/DetectStackSetDriftCommand.js +36 -0
  35. package/dist-cjs/commands/EstimateTemplateCostCommand.js +36 -0
  36. package/dist-cjs/commands/ExecuteChangeSetCommand.js +36 -0
  37. package/dist-cjs/commands/GetStackPolicyCommand.js +36 -0
  38. package/dist-cjs/commands/GetTemplateCommand.js +36 -0
  39. package/dist-cjs/commands/GetTemplateSummaryCommand.js +36 -0
  40. package/dist-cjs/commands/ImportStacksToStackSetCommand.js +36 -0
  41. package/dist-cjs/commands/ListChangeSetsCommand.js +36 -0
  42. package/dist-cjs/commands/ListExportsCommand.js +36 -0
  43. package/dist-cjs/commands/ListImportsCommand.js +36 -0
  44. package/dist-cjs/commands/ListStackInstancesCommand.js +36 -0
  45. package/dist-cjs/commands/ListStackResourcesCommand.js +36 -0
  46. package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +36 -0
  47. package/dist-cjs/commands/ListStackSetOperationsCommand.js +36 -0
  48. package/dist-cjs/commands/ListStackSetsCommand.js +36 -0
  49. package/dist-cjs/commands/ListStacksCommand.js +36 -0
  50. package/dist-cjs/commands/ListTypeRegistrationsCommand.js +36 -0
  51. package/dist-cjs/commands/ListTypeVersionsCommand.js +36 -0
  52. package/dist-cjs/commands/ListTypesCommand.js +36 -0
  53. package/dist-cjs/commands/PublishTypeCommand.js +36 -0
  54. package/dist-cjs/commands/RecordHandlerProgressCommand.js +36 -0
  55. package/dist-cjs/commands/RegisterPublisherCommand.js +36 -0
  56. package/dist-cjs/commands/RegisterTypeCommand.js +36 -0
  57. package/dist-cjs/commands/RollbackStackCommand.js +36 -0
  58. package/dist-cjs/commands/SetStackPolicyCommand.js +36 -0
  59. package/dist-cjs/commands/SetTypeConfigurationCommand.js +36 -0
  60. package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +36 -0
  61. package/dist-cjs/commands/SignalResourceCommand.js +36 -0
  62. package/dist-cjs/commands/StopStackSetOperationCommand.js +36 -0
  63. package/dist-cjs/commands/TestTypeCommand.js +36 -0
  64. package/dist-cjs/commands/UpdateStackCommand.js +36 -0
  65. package/dist-cjs/commands/UpdateStackInstancesCommand.js +36 -0
  66. package/dist-cjs/commands/UpdateStackSetCommand.js +36 -0
  67. package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +36 -0
  68. package/dist-cjs/commands/ValidateTemplateCommand.js +36 -0
  69. package/dist-cjs/endpoints.js +85 -0
  70. package/dist-cjs/index.js +96 -0
  71. package/dist-cjs/models/index.js +4 -0
  72. package/dist-cjs/models/models_0.js +1468 -0
  73. package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +34 -0
  74. package/dist-cjs/pagination/DescribeStackEventsPaginator.js +34 -0
  75. package/dist-cjs/pagination/DescribeStackResourceDriftsPaginator.js +35 -0
  76. package/dist-cjs/pagination/DescribeStacksPaginator.js +34 -0
  77. package/dist-cjs/pagination/Interfaces.js +2 -0
  78. package/dist-cjs/pagination/ListChangeSetsPaginator.js +34 -0
  79. package/dist-cjs/pagination/ListExportsPaginator.js +34 -0
  80. package/dist-cjs/pagination/ListImportsPaginator.js +34 -0
  81. package/dist-cjs/pagination/ListStackInstancesPaginator.js +35 -0
  82. package/dist-cjs/pagination/ListStackResourcesPaginator.js +34 -0
  83. package/dist-cjs/pagination/ListStackSetOperationResultsPaginator.js +35 -0
  84. package/dist-cjs/pagination/ListStackSetOperationsPaginator.js +35 -0
  85. package/dist-cjs/pagination/ListStackSetsPaginator.js +35 -0
  86. package/dist-cjs/pagination/ListStacksPaginator.js +34 -0
  87. package/dist-cjs/pagination/ListTypeRegistrationsPaginator.js +35 -0
  88. package/dist-cjs/pagination/ListTypeVersionsPaginator.js +35 -0
  89. package/dist-cjs/pagination/ListTypesPaginator.js +35 -0
  90. package/dist-cjs/protocols/Aws_query.js +9427 -0
  91. package/dist-cjs/runtimeConfig.browser.js +37 -0
  92. package/dist-cjs/runtimeConfig.js +42 -0
  93. package/dist-cjs/runtimeConfig.native.js +16 -0
  94. package/dist-cjs/runtimeConfig.shared.js +17 -0
  95. package/dist-cjs/waiters/waitForChangeSetCreateComplete.js +48 -0
  96. package/dist-cjs/waiters/waitForStackCreateComplete.js +122 -0
  97. package/dist-cjs/waiters/waitForStackDeleteComplete.js +137 -0
  98. package/dist-cjs/waiters/waitForStackExists.js +31 -0
  99. package/dist-cjs/waiters/waitForStackImportComplete.js +122 -0
  100. package/dist-cjs/waiters/waitForStackRollbackComplete.js +92 -0
  101. package/dist-cjs/waiters/waitForStackUpdateComplete.js +92 -0
  102. package/dist-cjs/waiters/waitForTypeRegistrationComplete.js +45 -0
  103. package/dist-es/CloudFormation.js +985 -0
  104. package/dist-es/CloudFormationClient.js +37 -0
  105. package/dist-es/commands/ActivateTypeCommand.js +39 -0
  106. package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +39 -0
  107. package/dist-es/commands/CancelUpdateStackCommand.js +39 -0
  108. package/dist-es/commands/ContinueUpdateRollbackCommand.js +39 -0
  109. package/dist-es/commands/CreateChangeSetCommand.js +39 -0
  110. package/dist-es/commands/CreateStackCommand.js +39 -0
  111. package/dist-es/commands/CreateStackInstancesCommand.js +39 -0
  112. package/dist-es/commands/CreateStackSetCommand.js +39 -0
  113. package/dist-es/commands/DeactivateTypeCommand.js +39 -0
  114. package/dist-es/commands/DeleteChangeSetCommand.js +39 -0
  115. package/dist-es/commands/DeleteStackCommand.js +39 -0
  116. package/dist-es/commands/DeleteStackInstancesCommand.js +39 -0
  117. package/dist-es/commands/DeleteStackSetCommand.js +39 -0
  118. package/dist-es/commands/DeregisterTypeCommand.js +39 -0
  119. package/dist-es/commands/DescribeAccountLimitsCommand.js +39 -0
  120. package/dist-es/commands/DescribeChangeSetCommand.js +39 -0
  121. package/dist-es/commands/DescribePublisherCommand.js +39 -0
  122. package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +39 -0
  123. package/dist-es/commands/DescribeStackEventsCommand.js +39 -0
  124. package/dist-es/commands/DescribeStackInstanceCommand.js +39 -0
  125. package/dist-es/commands/DescribeStackResourceCommand.js +39 -0
  126. package/dist-es/commands/DescribeStackResourceDriftsCommand.js +39 -0
  127. package/dist-es/commands/DescribeStackResourcesCommand.js +39 -0
  128. package/dist-es/commands/DescribeStackSetCommand.js +39 -0
  129. package/dist-es/commands/DescribeStackSetOperationCommand.js +39 -0
  130. package/dist-es/commands/DescribeStacksCommand.js +39 -0
  131. package/dist-es/commands/DescribeTypeCommand.js +39 -0
  132. package/dist-es/commands/DescribeTypeRegistrationCommand.js +39 -0
  133. package/dist-es/commands/DetectStackDriftCommand.js +39 -0
  134. package/dist-es/commands/DetectStackResourceDriftCommand.js +39 -0
  135. package/dist-es/commands/DetectStackSetDriftCommand.js +39 -0
  136. package/dist-es/commands/EstimateTemplateCostCommand.js +39 -0
  137. package/dist-es/commands/ExecuteChangeSetCommand.js +39 -0
  138. package/dist-es/commands/GetStackPolicyCommand.js +39 -0
  139. package/dist-es/commands/GetTemplateCommand.js +39 -0
  140. package/dist-es/commands/GetTemplateSummaryCommand.js +39 -0
  141. package/dist-es/commands/ImportStacksToStackSetCommand.js +39 -0
  142. package/dist-es/commands/ListChangeSetsCommand.js +39 -0
  143. package/dist-es/commands/ListExportsCommand.js +39 -0
  144. package/dist-es/commands/ListImportsCommand.js +39 -0
  145. package/dist-es/commands/ListStackInstancesCommand.js +39 -0
  146. package/dist-es/commands/ListStackResourcesCommand.js +39 -0
  147. package/dist-es/commands/ListStackSetOperationResultsCommand.js +39 -0
  148. package/dist-es/commands/ListStackSetOperationsCommand.js +39 -0
  149. package/dist-es/commands/ListStackSetsCommand.js +39 -0
  150. package/dist-es/commands/ListStacksCommand.js +39 -0
  151. package/dist-es/commands/ListTypeRegistrationsCommand.js +39 -0
  152. package/dist-es/commands/ListTypeVersionsCommand.js +39 -0
  153. package/dist-es/commands/ListTypesCommand.js +39 -0
  154. package/dist-es/commands/PublishTypeCommand.js +39 -0
  155. package/dist-es/commands/RecordHandlerProgressCommand.js +39 -0
  156. package/dist-es/commands/RegisterPublisherCommand.js +39 -0
  157. package/dist-es/commands/RegisterTypeCommand.js +39 -0
  158. package/dist-es/commands/RollbackStackCommand.js +39 -0
  159. package/dist-es/commands/SetStackPolicyCommand.js +39 -0
  160. package/dist-es/commands/SetTypeConfigurationCommand.js +39 -0
  161. package/dist-es/commands/SetTypeDefaultVersionCommand.js +39 -0
  162. package/dist-es/commands/SignalResourceCommand.js +39 -0
  163. package/dist-es/commands/StopStackSetOperationCommand.js +39 -0
  164. package/dist-es/commands/TestTypeCommand.js +39 -0
  165. package/dist-es/commands/UpdateStackCommand.js +39 -0
  166. package/dist-es/commands/UpdateStackInstancesCommand.js +39 -0
  167. package/dist-es/commands/UpdateStackSetCommand.js +39 -0
  168. package/dist-es/commands/UpdateTerminationProtectionCommand.js +39 -0
  169. package/dist-es/commands/ValidateTemplateCommand.js +39 -0
  170. package/dist-es/endpoints.js +81 -0
  171. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  172. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  173. package/dist-es/models/models_0.js +1060 -0
  174. package/dist-es/pagination/DescribeAccountLimitsPaginator.js +73 -0
  175. package/dist-es/pagination/DescribeStackEventsPaginator.js +73 -0
  176. package/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +74 -0
  177. package/dist-es/pagination/DescribeStacksPaginator.js +73 -0
  178. package/dist-es/pagination/Interfaces.js +1 -0
  179. package/dist-es/pagination/ListChangeSetsPaginator.js +73 -0
  180. package/dist-es/pagination/ListExportsPaginator.js +73 -0
  181. package/dist-es/pagination/ListImportsPaginator.js +73 -0
  182. package/dist-es/pagination/ListStackInstancesPaginator.js +74 -0
  183. package/dist-es/pagination/ListStackResourcesPaginator.js +73 -0
  184. package/dist-es/pagination/ListStackSetOperationResultsPaginator.js +74 -0
  185. package/dist-es/pagination/ListStackSetOperationsPaginator.js +74 -0
  186. package/dist-es/pagination/ListStackSetsPaginator.js +74 -0
  187. package/dist-es/pagination/ListStacksPaginator.js +73 -0
  188. package/dist-es/pagination/ListTypeRegistrationsPaginator.js +74 -0
  189. package/dist-es/pagination/ListTypeVersionsPaginator.js +74 -0
  190. package/dist-es/pagination/ListTypesPaginator.js +74 -0
  191. package/dist-es/protocols/Aws_query.js +9982 -0
  192. package/dist-es/runtimeConfig.browser.js +16 -0
  193. package/dist-es/runtimeConfig.js +21 -0
  194. package/dist-es/runtimeConfig.native.js +8 -0
  195. package/dist-es/runtimeConfig.shared.js +13 -0
  196. package/dist-es/waiters/waitForChangeSetCreateComplete.js +63 -0
  197. package/dist-es/waiters/waitForStackCreateComplete.js +198 -0
  198. package/dist-es/waiters/waitForStackDeleteComplete.js +223 -0
  199. package/dist-es/waiters/waitForStackExists.js +45 -0
  200. package/dist-es/waiters/waitForStackImportComplete.js +198 -0
  201. package/dist-es/waiters/waitForStackRollbackComplete.js +148 -0
  202. package/dist-es/waiters/waitForStackUpdateComplete.js +148 -0
  203. package/dist-es/waiters/waitForTypeRegistrationComplete.js +60 -0
  204. package/dist-types/CloudFormation.d.ts +925 -0
  205. package/dist-types/CloudFormationClient.d.ts +213 -0
  206. package/dist-types/commands/ActivateTypeCommand.d.ts +41 -0
  207. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +38 -0
  208. package/dist-types/commands/CancelUpdateStackCommand.d.ts +39 -0
  209. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +45 -0
  210. package/dist-types/commands/CreateChangeSetCommand.d.ts +55 -0
  211. package/dist-types/commands/CreateStackCommand.d.ts +36 -0
  212. package/dist-types/commands/CreateStackInstancesCommand.d.ts +36 -0
  213. package/dist-types/commands/CreateStackSetCommand.d.ts +35 -0
  214. package/dist-types/commands/DeactivateTypeCommand.d.ts +40 -0
  215. package/dist-types/commands/DeleteChangeSetCommand.d.ts +42 -0
  216. package/dist-types/commands/DeleteStackCommand.d.ts +37 -0
  217. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +35 -0
  218. package/dist-types/commands/DeleteStackSetCommand.d.ts +36 -0
  219. package/dist-types/commands/DeregisterTypeCommand.d.ts +44 -0
  220. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +38 -0
  221. package/dist-types/commands/DescribeChangeSetCommand.d.ts +37 -0
  222. package/dist-types/commands/DescribePublisherCommand.d.ts +53 -0
  223. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +47 -0
  224. package/dist-types/commands/DescribeStackEventsCommand.d.ts +40 -0
  225. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +37 -0
  226. package/dist-types/commands/DescribeStackResourceCommand.d.ts +37 -0
  227. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +44 -0
  228. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +54 -0
  229. package/dist-types/commands/DescribeStackSetCommand.d.ts +35 -0
  230. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +35 -0
  231. package/dist-types/commands/DescribeStacksCommand.d.ts +40 -0
  232. package/dist-types/commands/DescribeTypeCommand.d.ts +38 -0
  233. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +45 -0
  234. package/dist-types/commands/DetectStackDriftCommand.d.ts +55 -0
  235. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +46 -0
  236. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +78 -0
  237. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +37 -0
  238. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +45 -0
  239. package/dist-types/commands/GetStackPolicyCommand.d.ts +36 -0
  240. package/dist-types/commands/GetTemplateCommand.d.ts +41 -0
  241. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +43 -0
  242. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +42 -0
  243. package/dist-types/commands/ListChangeSetsCommand.d.ts +37 -0
  244. package/dist-types/commands/ListExportsCommand.d.ts +41 -0
  245. package/dist-types/commands/ListImportsCommand.d.ts +40 -0
  246. package/dist-types/commands/ListStackInstancesCommand.d.ts +37 -0
  247. package/dist-types/commands/ListStackResourcesCommand.d.ts +37 -0
  248. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +35 -0
  249. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +35 -0
  250. package/dist-types/commands/ListStackSetsCommand.d.ts +55 -0
  251. package/dist-types/commands/ListStacksCommand.d.ts +39 -0
  252. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +35 -0
  253. package/dist-types/commands/ListTypeVersionsCommand.d.ts +35 -0
  254. package/dist-types/commands/ListTypesCommand.d.ts +35 -0
  255. package/dist-types/commands/PublishTypeCommand.d.ts +40 -0
  256. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +36 -0
  257. package/dist-types/commands/RegisterPublisherCommand.d.ts +41 -0
  258. package/dist-types/commands/RegisterTypeCommand.d.ts +62 -0
  259. package/dist-types/commands/RollbackStackCommand.d.ts +64 -0
  260. package/dist-types/commands/SetStackPolicyCommand.d.ts +35 -0
  261. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +47 -0
  262. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +36 -0
  263. package/dist-types/commands/SignalResourceCommand.d.ts +40 -0
  264. package/dist-types/commands/StopStackSetOperationCommand.d.ts +35 -0
  265. package/dist-types/commands/TestTypeCommand.d.ts +58 -0
  266. package/dist-types/commands/UpdateStackCommand.d.ts +40 -0
  267. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +47 -0
  268. package/dist-types/commands/UpdateStackSetCommand.d.ts +40 -0
  269. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +41 -0
  270. package/dist-types/commands/ValidateTemplateCommand.d.ts +37 -0
  271. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  272. package/{index.ts → dist-types/index.d.ts} +0 -0
  273. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  274. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  275. package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +4 -0
  276. package/dist-types/pagination/DescribeStackEventsPaginator.d.ts +4 -0
  277. package/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +4 -0
  278. package/dist-types/pagination/DescribeStacksPaginator.d.ts +4 -0
  279. package/dist-types/pagination/Interfaces.d.ts +6 -0
  280. package/dist-types/pagination/ListChangeSetsPaginator.d.ts +4 -0
  281. package/dist-types/pagination/ListExportsPaginator.d.ts +4 -0
  282. package/dist-types/pagination/ListImportsPaginator.d.ts +4 -0
  283. package/dist-types/pagination/ListStackInstancesPaginator.d.ts +4 -0
  284. package/dist-types/pagination/ListStackResourcesPaginator.d.ts +4 -0
  285. package/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +4 -0
  286. package/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +4 -0
  287. package/dist-types/pagination/ListStackSetsPaginator.d.ts +4 -0
  288. package/dist-types/pagination/ListStacksPaginator.d.ts +4 -0
  289. package/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +4 -0
  290. package/dist-types/pagination/ListTypeVersionsPaginator.d.ts +4 -0
  291. package/dist-types/pagination/ListTypesPaginator.d.ts +4 -0
  292. package/dist-types/protocols/Aws_query.d.ts +197 -0
  293. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  294. package/dist-types/runtimeConfig.d.ts +37 -0
  295. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  296. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  297. package/dist-types/ts3.4/CloudFormation.d.ts +330 -0
  298. package/dist-types/ts3.4/CloudFormationClient.d.ts +132 -0
  299. package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +17 -0
  300. package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +17 -0
  301. package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +17 -0
  302. package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +17 -0
  303. package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +17 -0
  304. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +17 -0
  305. package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +17 -0
  306. package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +17 -0
  307. package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +17 -0
  308. package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +17 -0
  309. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +17 -0
  310. package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +17 -0
  311. package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +17 -0
  312. package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +17 -0
  313. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
  314. package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +17 -0
  315. package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +17 -0
  316. package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +17 -0
  317. package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +17 -0
  318. package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +17 -0
  319. package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +17 -0
  320. package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +17 -0
  321. package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +17 -0
  322. package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +17 -0
  323. package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +17 -0
  324. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +17 -0
  325. package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +17 -0
  326. package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +17 -0
  327. package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +17 -0
  328. package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +17 -0
  329. package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +17 -0
  330. package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +17 -0
  331. package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +17 -0
  332. package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +17 -0
  333. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +17 -0
  334. package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +17 -0
  335. package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +17 -0
  336. package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +17 -0
  337. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +17 -0
  338. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +17 -0
  339. package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +17 -0
  340. package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +17 -0
  341. package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +17 -0
  342. package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +17 -0
  343. package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +17 -0
  344. package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +17 -0
  345. package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +17 -0
  346. package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +17 -0
  347. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +17 -0
  348. package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +17 -0
  349. package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +17 -0
  350. package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +17 -0
  351. package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +17 -0
  352. package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +17 -0
  353. package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +17 -0
  354. package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +17 -0
  355. package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +17 -0
  356. package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +17 -0
  357. package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +17 -0
  358. package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +17 -0
  359. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +17 -0
  360. package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +17 -0
  361. package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +17 -0
  362. package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +17 -0
  363. package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +17 -0
  364. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  365. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  366. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  367. package/dist-types/ts3.4/models/models_0.d.ts +3123 -0
  368. package/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +4 -0
  369. package/dist-types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +4 -0
  370. package/dist-types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +4 -0
  371. package/dist-types/ts3.4/pagination/DescribeStacksPaginator.d.ts +4 -0
  372. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  373. package/dist-types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +4 -0
  374. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +4 -0
  375. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +4 -0
  376. package/dist-types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +4 -0
  377. package/dist-types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +4 -0
  378. package/dist-types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +4 -0
  379. package/dist-types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +4 -0
  380. package/dist-types/ts3.4/pagination/ListStackSetsPaginator.d.ts +4 -0
  381. package/dist-types/ts3.4/pagination/ListStacksPaginator.d.ts +4 -0
  382. package/dist-types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +4 -0
  383. package/dist-types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +4 -0
  384. package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +4 -0
  385. package/dist-types/ts3.4/protocols/Aws_query.d.ts +197 -0
  386. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
  387. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
  388. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
  389. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  390. package/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +7 -0
  391. package/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +7 -0
  392. package/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +7 -0
  393. package/dist-types/ts3.4/waiters/waitForStackExists.d.ts +7 -0
  394. package/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +7 -0
  395. package/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +7 -0
  396. package/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +7 -0
  397. package/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +7 -0
  398. package/dist-types/waiters/waitForChangeSetCreateComplete.d.ts +14 -0
  399. package/dist-types/waiters/waitForStackCreateComplete.d.ts +14 -0
  400. package/dist-types/waiters/waitForStackDeleteComplete.d.ts +14 -0
  401. package/dist-types/waiters/waitForStackExists.d.ts +14 -0
  402. package/dist-types/waiters/waitForStackImportComplete.d.ts +14 -0
  403. package/dist-types/waiters/waitForStackRollbackComplete.d.ts +14 -0
  404. package/dist-types/waiters/waitForStackUpdateComplete.d.ts +14 -0
  405. package/dist-types/waiters/waitForTypeRegistrationComplete.d.ts +14 -0
  406. package/package.json +46 -43
  407. package/CloudFormation.ts +0 -2766
  408. package/CloudFormationClient.ts +0 -524
  409. package/commands/ActivateTypeCommand.ts +0 -97
  410. package/commands/BatchDescribeTypeConfigurationsCommand.ts +0 -105
  411. package/commands/CancelUpdateStackCommand.ts +0 -98
  412. package/commands/ContinueUpdateRollbackCommand.ts +0 -104
  413. package/commands/CreateChangeSetCommand.ts +0 -114
  414. package/commands/CreateStackCommand.ts +0 -92
  415. package/commands/CreateStackInstancesCommand.ts +0 -95
  416. package/commands/CreateStackSetCommand.ts +0 -94
  417. package/commands/DeactivateTypeCommand.ts +0 -99
  418. package/commands/DeleteChangeSetCommand.ts +0 -101
  419. package/commands/DeleteStackCommand.ts +0 -93
  420. package/commands/DeleteStackInstancesCommand.ts +0 -94
  421. package/commands/DeleteStackSetCommand.ts +0 -95
  422. package/commands/DeregisterTypeCommand.ts +0 -103
  423. package/commands/DescribeAccountLimitsCommand.ts +0 -97
  424. package/commands/DescribeChangeSetCommand.ts +0 -96
  425. package/commands/DescribePublisherCommand.ts +0 -112
  426. package/commands/DescribeStackDriftDetectionStatusCommand.ts +0 -114
  427. package/commands/DescribeStackEventsCommand.ts +0 -99
  428. package/commands/DescribeStackInstanceCommand.ts +0 -96
  429. package/commands/DescribeStackResourceCommand.ts +0 -96
  430. package/commands/DescribeStackResourceDriftsCommand.ts +0 -106
  431. package/commands/DescribeStackResourcesCommand.ts +0 -113
  432. package/commands/DescribeStackSetCommand.ts +0 -94
  433. package/commands/DescribeStackSetOperationCommand.ts +0 -97
  434. package/commands/DescribeStacksCommand.ts +0 -99
  435. package/commands/DescribeTypeCommand.ts +0 -94
  436. package/commands/DescribeTypeRegistrationCommand.ts +0 -104
  437. package/commands/DetectStackDriftCommand.ts +0 -114
  438. package/commands/DetectStackResourceDriftCommand.ts +0 -105
  439. package/commands/DetectStackSetDriftCommand.ts +0 -137
  440. package/commands/EstimateTemplateCostCommand.ts +0 -96
  441. package/commands/ExecuteChangeSetCommand.ts +0 -104
  442. package/commands/GetStackPolicyCommand.ts +0 -95
  443. package/commands/GetTemplateCommand.ts +0 -97
  444. package/commands/GetTemplateSummaryCommand.ts +0 -102
  445. package/commands/ImportStacksToStackSetCommand.ts +0 -101
  446. package/commands/ListChangeSetsCommand.ts +0 -96
  447. package/commands/ListExportsCommand.ts +0 -97
  448. package/commands/ListImportsCommand.ts +0 -96
  449. package/commands/ListStackInstancesCommand.ts +0 -96
  450. package/commands/ListStackResourcesCommand.ts +0 -96
  451. package/commands/ListStackSetOperationResultsCommand.ts +0 -99
  452. package/commands/ListStackSetOperationsCommand.ts +0 -94
  453. package/commands/ListStackSetsCommand.ts +0 -114
  454. package/commands/ListStacksCommand.ts +0 -95
  455. package/commands/ListTypeRegistrationsCommand.ts +0 -94
  456. package/commands/ListTypeVersionsCommand.ts +0 -94
  457. package/commands/ListTypesCommand.ts +0 -91
  458. package/commands/PublishTypeCommand.ts +0 -96
  459. package/commands/RecordHandlerProgressCommand.ts +0 -95
  460. package/commands/RegisterPublisherCommand.ts +0 -100
  461. package/commands/RegisterTypeCommand.ts +0 -118
  462. package/commands/RollbackStackCommand.ts +0 -123
  463. package/commands/SetStackPolicyCommand.ts +0 -94
  464. package/commands/SetTypeConfigurationCommand.ts +0 -106
  465. package/commands/SetTypeDefaultVersionCommand.ts +0 -95
  466. package/commands/SignalResourceCommand.ts +0 -99
  467. package/commands/StopStackSetOperationCommand.ts +0 -94
  468. package/commands/TestTypeCommand.ts +0 -114
  469. package/commands/UpdateStackCommand.ts +0 -96
  470. package/commands/UpdateStackInstancesCommand.ts +0 -106
  471. package/commands/UpdateStackSetCommand.ts +0 -99
  472. package/commands/UpdateTerminationProtectionCommand.ts +0 -103
  473. package/commands/ValidateTemplateCommand.ts +0 -96
  474. package/dist/cjs/CloudFormation.js +0 -1002
  475. package/dist/cjs/CloudFormation.js.map +0 -1
  476. package/dist/cjs/CloudFormationClient.js +0 -60
  477. package/dist/cjs/CloudFormationClient.js.map +0 -1
  478. package/dist/cjs/commands/ActivateTypeCommand.js +0 -67
  479. package/dist/cjs/commands/ActivateTypeCommand.js.map +0 -1
  480. package/dist/cjs/commands/BatchDescribeTypeConfigurationsCommand.js +0 -64
  481. package/dist/cjs/commands/BatchDescribeTypeConfigurationsCommand.js.map +0 -1
  482. package/dist/cjs/commands/CancelUpdateStackCommand.js +0 -65
  483. package/dist/cjs/commands/CancelUpdateStackCommand.js.map +0 -1
  484. package/dist/cjs/commands/ContinueUpdateRollbackCommand.js +0 -71
  485. package/dist/cjs/commands/ContinueUpdateRollbackCommand.js.map +0 -1
  486. package/dist/cjs/commands/CreateChangeSetCommand.js +0 -81
  487. package/dist/cjs/commands/CreateChangeSetCommand.js.map +0 -1
  488. package/dist/cjs/commands/CreateStackCommand.js +0 -62
  489. package/dist/cjs/commands/CreateStackCommand.js.map +0 -1
  490. package/dist/cjs/commands/CreateStackInstancesCommand.js +0 -62
  491. package/dist/cjs/commands/CreateStackInstancesCommand.js.map +0 -1
  492. package/dist/cjs/commands/CreateStackSetCommand.js +0 -61
  493. package/dist/cjs/commands/CreateStackSetCommand.js.map +0 -1
  494. package/dist/cjs/commands/DeactivateTypeCommand.js +0 -66
  495. package/dist/cjs/commands/DeactivateTypeCommand.js.map +0 -1
  496. package/dist/cjs/commands/DeleteChangeSetCommand.js +0 -68
  497. package/dist/cjs/commands/DeleteChangeSetCommand.js.map +0 -1
  498. package/dist/cjs/commands/DeleteStackCommand.js +0 -63
  499. package/dist/cjs/commands/DeleteStackCommand.js.map +0 -1
  500. package/dist/cjs/commands/DeleteStackInstancesCommand.js +0 -61
  501. package/dist/cjs/commands/DeleteStackInstancesCommand.js.map +0 -1
  502. package/dist/cjs/commands/DeleteStackSetCommand.js +0 -62
  503. package/dist/cjs/commands/DeleteStackSetCommand.js.map +0 -1
  504. package/dist/cjs/commands/DeregisterTypeCommand.js +0 -70
  505. package/dist/cjs/commands/DeregisterTypeCommand.js.map +0 -1
  506. package/dist/cjs/commands/DescribeAccountLimitsCommand.js +0 -64
  507. package/dist/cjs/commands/DescribeAccountLimitsCommand.js.map +0 -1
  508. package/dist/cjs/commands/DescribeChangeSetCommand.js +0 -63
  509. package/dist/cjs/commands/DescribeChangeSetCommand.js.map +0 -1
  510. package/dist/cjs/commands/DescribePublisherCommand.js +0 -79
  511. package/dist/cjs/commands/DescribePublisherCommand.js.map +0 -1
  512. package/dist/cjs/commands/DescribeStackDriftDetectionStatusCommand.js +0 -73
  513. package/dist/cjs/commands/DescribeStackDriftDetectionStatusCommand.js.map +0 -1
  514. package/dist/cjs/commands/DescribeStackEventsCommand.js +0 -66
  515. package/dist/cjs/commands/DescribeStackEventsCommand.js.map +0 -1
  516. package/dist/cjs/commands/DescribeStackInstanceCommand.js +0 -63
  517. package/dist/cjs/commands/DescribeStackInstanceCommand.js.map +0 -1
  518. package/dist/cjs/commands/DescribeStackResourceCommand.js +0 -63
  519. package/dist/cjs/commands/DescribeStackResourceCommand.js.map +0 -1
  520. package/dist/cjs/commands/DescribeStackResourceDriftsCommand.js +0 -70
  521. package/dist/cjs/commands/DescribeStackResourceDriftsCommand.js.map +0 -1
  522. package/dist/cjs/commands/DescribeStackResourcesCommand.js +0 -80
  523. package/dist/cjs/commands/DescribeStackResourcesCommand.js.map +0 -1
  524. package/dist/cjs/commands/DescribeStackSetCommand.js +0 -61
  525. package/dist/cjs/commands/DescribeStackSetCommand.js.map +0 -1
  526. package/dist/cjs/commands/DescribeStackSetOperationCommand.js +0 -61
  527. package/dist/cjs/commands/DescribeStackSetOperationCommand.js.map +0 -1
  528. package/dist/cjs/commands/DescribeStacksCommand.js +0 -66
  529. package/dist/cjs/commands/DescribeStacksCommand.js.map +0 -1
  530. package/dist/cjs/commands/DescribeTypeCommand.js +0 -64
  531. package/dist/cjs/commands/DescribeTypeCommand.js.map +0 -1
  532. package/dist/cjs/commands/DescribeTypeRegistrationCommand.js +0 -71
  533. package/dist/cjs/commands/DescribeTypeRegistrationCommand.js.map +0 -1
  534. package/dist/cjs/commands/DetectStackDriftCommand.js +0 -81
  535. package/dist/cjs/commands/DetectStackDriftCommand.js.map +0 -1
  536. package/dist/cjs/commands/DetectStackResourceDriftCommand.js +0 -72
  537. package/dist/cjs/commands/DetectStackResourceDriftCommand.js.map +0 -1
  538. package/dist/cjs/commands/DetectStackSetDriftCommand.js +0 -104
  539. package/dist/cjs/commands/DetectStackSetDriftCommand.js.map +0 -1
  540. package/dist/cjs/commands/EstimateTemplateCostCommand.js +0 -63
  541. package/dist/cjs/commands/EstimateTemplateCostCommand.js.map +0 -1
  542. package/dist/cjs/commands/ExecuteChangeSetCommand.js +0 -71
  543. package/dist/cjs/commands/ExecuteChangeSetCommand.js.map +0 -1
  544. package/dist/cjs/commands/GetStackPolicyCommand.js +0 -62
  545. package/dist/cjs/commands/GetStackPolicyCommand.js.map +0 -1
  546. package/dist/cjs/commands/GetTemplateCommand.js +0 -67
  547. package/dist/cjs/commands/GetTemplateCommand.js.map +0 -1
  548. package/dist/cjs/commands/GetTemplateSummaryCommand.js +0 -69
  549. package/dist/cjs/commands/GetTemplateSummaryCommand.js.map +0 -1
  550. package/dist/cjs/commands/ImportStacksToStackSetCommand.js +0 -68
  551. package/dist/cjs/commands/ImportStacksToStackSetCommand.js.map +0 -1
  552. package/dist/cjs/commands/ListChangeSetsCommand.js +0 -63
  553. package/dist/cjs/commands/ListChangeSetsCommand.js.map +0 -1
  554. package/dist/cjs/commands/ListExportsCommand.js +0 -67
  555. package/dist/cjs/commands/ListExportsCommand.js.map +0 -1
  556. package/dist/cjs/commands/ListImportsCommand.js +0 -66
  557. package/dist/cjs/commands/ListImportsCommand.js.map +0 -1
  558. package/dist/cjs/commands/ListStackInstancesCommand.js +0 -63
  559. package/dist/cjs/commands/ListStackInstancesCommand.js.map +0 -1
  560. package/dist/cjs/commands/ListStackResourcesCommand.js +0 -63
  561. package/dist/cjs/commands/ListStackResourcesCommand.js.map +0 -1
  562. package/dist/cjs/commands/ListStackSetOperationResultsCommand.js +0 -61
  563. package/dist/cjs/commands/ListStackSetOperationResultsCommand.js.map +0 -1
  564. package/dist/cjs/commands/ListStackSetOperationsCommand.js +0 -61
  565. package/dist/cjs/commands/ListStackSetOperationsCommand.js.map +0 -1
  566. package/dist/cjs/commands/ListStackSetsCommand.js +0 -81
  567. package/dist/cjs/commands/ListStackSetsCommand.js.map +0 -1
  568. package/dist/cjs/commands/ListStacksCommand.js +0 -65
  569. package/dist/cjs/commands/ListStacksCommand.js.map +0 -1
  570. package/dist/cjs/commands/ListTypeRegistrationsCommand.js +0 -61
  571. package/dist/cjs/commands/ListTypeRegistrationsCommand.js.map +0 -1
  572. package/dist/cjs/commands/ListTypeVersionsCommand.js +0 -61
  573. package/dist/cjs/commands/ListTypeVersionsCommand.js.map +0 -1
  574. package/dist/cjs/commands/ListTypesCommand.js +0 -61
  575. package/dist/cjs/commands/ListTypesCommand.js.map +0 -1
  576. package/dist/cjs/commands/PublishTypeCommand.js +0 -66
  577. package/dist/cjs/commands/PublishTypeCommand.js.map +0 -1
  578. package/dist/cjs/commands/RecordHandlerProgressCommand.js +0 -62
  579. package/dist/cjs/commands/RecordHandlerProgressCommand.js.map +0 -1
  580. package/dist/cjs/commands/RegisterPublisherCommand.js +0 -67
  581. package/dist/cjs/commands/RegisterPublisherCommand.js.map +0 -1
  582. package/dist/cjs/commands/RegisterTypeCommand.js +0 -88
  583. package/dist/cjs/commands/RegisterTypeCommand.js.map +0 -1
  584. package/dist/cjs/commands/RollbackStackCommand.js +0 -90
  585. package/dist/cjs/commands/RollbackStackCommand.js.map +0 -1
  586. package/dist/cjs/commands/SetStackPolicyCommand.js +0 -61
  587. package/dist/cjs/commands/SetStackPolicyCommand.js.map +0 -1
  588. package/dist/cjs/commands/SetTypeConfigurationCommand.js +0 -73
  589. package/dist/cjs/commands/SetTypeConfigurationCommand.js.map +0 -1
  590. package/dist/cjs/commands/SetTypeDefaultVersionCommand.js +0 -62
  591. package/dist/cjs/commands/SetTypeDefaultVersionCommand.js.map +0 -1
  592. package/dist/cjs/commands/SignalResourceCommand.js +0 -66
  593. package/dist/cjs/commands/SignalResourceCommand.js.map +0 -1
  594. package/dist/cjs/commands/StopStackSetOperationCommand.js +0 -61
  595. package/dist/cjs/commands/StopStackSetOperationCommand.js.map +0 -1
  596. package/dist/cjs/commands/TestTypeCommand.js +0 -84
  597. package/dist/cjs/commands/TestTypeCommand.js.map +0 -1
  598. package/dist/cjs/commands/UpdateStackCommand.js +0 -66
  599. package/dist/cjs/commands/UpdateStackCommand.js.map +0 -1
  600. package/dist/cjs/commands/UpdateStackInstancesCommand.js +0 -73
  601. package/dist/cjs/commands/UpdateStackInstancesCommand.js.map +0 -1
  602. package/dist/cjs/commands/UpdateStackSetCommand.js +0 -66
  603. package/dist/cjs/commands/UpdateStackSetCommand.js.map +0 -1
  604. package/dist/cjs/commands/UpdateTerminationProtectionCommand.js +0 -67
  605. package/dist/cjs/commands/UpdateTerminationProtectionCommand.js.map +0 -1
  606. package/dist/cjs/commands/ValidateTemplateCommand.js +0 -63
  607. package/dist/cjs/commands/ValidateTemplateCommand.js.map +0 -1
  608. package/dist/cjs/endpoints.js +0 -86
  609. package/dist/cjs/endpoints.js.map +0 -1
  610. package/dist/cjs/index.js +0 -97
  611. package/dist/cjs/index.js.map +0 -1
  612. package/dist/cjs/models/index.js +0 -5
  613. package/dist/cjs/models/index.js.map +0 -1
  614. package/dist/cjs/models/models_0.js +0 -2072
  615. package/dist/cjs/models/models_0.js.map +0 -1
  616. package/dist/cjs/package.json +0 -96
  617. package/dist/cjs/pagination/DescribeAccountLimitsPaginator.js +0 -45
  618. package/dist/cjs/pagination/DescribeAccountLimitsPaginator.js.map +0 -1
  619. package/dist/cjs/pagination/DescribeStackEventsPaginator.js +0 -45
  620. package/dist/cjs/pagination/DescribeStackEventsPaginator.js.map +0 -1
  621. package/dist/cjs/pagination/DescribeStackResourceDriftsPaginator.js +0 -46
  622. package/dist/cjs/pagination/DescribeStackResourceDriftsPaginator.js.map +0 -1
  623. package/dist/cjs/pagination/DescribeStacksPaginator.js +0 -45
  624. package/dist/cjs/pagination/DescribeStacksPaginator.js.map +0 -1
  625. package/dist/cjs/pagination/Interfaces.js +0 -3
  626. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  627. package/dist/cjs/pagination/ListChangeSetsPaginator.js +0 -45
  628. package/dist/cjs/pagination/ListChangeSetsPaginator.js.map +0 -1
  629. package/dist/cjs/pagination/ListExportsPaginator.js +0 -45
  630. package/dist/cjs/pagination/ListExportsPaginator.js.map +0 -1
  631. package/dist/cjs/pagination/ListImportsPaginator.js +0 -45
  632. package/dist/cjs/pagination/ListImportsPaginator.js.map +0 -1
  633. package/dist/cjs/pagination/ListStackInstancesPaginator.js +0 -46
  634. package/dist/cjs/pagination/ListStackInstancesPaginator.js.map +0 -1
  635. package/dist/cjs/pagination/ListStackResourcesPaginator.js +0 -45
  636. package/dist/cjs/pagination/ListStackResourcesPaginator.js.map +0 -1
  637. package/dist/cjs/pagination/ListStackSetOperationResultsPaginator.js +0 -46
  638. package/dist/cjs/pagination/ListStackSetOperationResultsPaginator.js.map +0 -1
  639. package/dist/cjs/pagination/ListStackSetOperationsPaginator.js +0 -46
  640. package/dist/cjs/pagination/ListStackSetOperationsPaginator.js.map +0 -1
  641. package/dist/cjs/pagination/ListStackSetsPaginator.js +0 -46
  642. package/dist/cjs/pagination/ListStackSetsPaginator.js.map +0 -1
  643. package/dist/cjs/pagination/ListStacksPaginator.js +0 -45
  644. package/dist/cjs/pagination/ListStacksPaginator.js.map +0 -1
  645. package/dist/cjs/pagination/ListTypeRegistrationsPaginator.js +0 -46
  646. package/dist/cjs/pagination/ListTypeRegistrationsPaginator.js.map +0 -1
  647. package/dist/cjs/pagination/ListTypeVersionsPaginator.js +0 -46
  648. package/dist/cjs/pagination/ListTypeVersionsPaginator.js.map +0 -1
  649. package/dist/cjs/pagination/ListTypesPaginator.js +0 -46
  650. package/dist/cjs/pagination/ListTypesPaginator.js.map +0 -1
  651. package/dist/cjs/protocols/Aws_query.js +0 -9430
  652. package/dist/cjs/protocols/Aws_query.js.map +0 -1
  653. package/dist/cjs/runtimeConfig.browser.js +0 -41
  654. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  655. package/dist/cjs/runtimeConfig.js +0 -46
  656. package/dist/cjs/runtimeConfig.js.map +0 -1
  657. package/dist/cjs/runtimeConfig.native.js +0 -20
  658. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  659. package/dist/cjs/runtimeConfig.shared.js +0 -21
  660. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  661. package/dist/cjs/waiters/waitForChangeSetCreateComplete.js +0 -58
  662. package/dist/cjs/waiters/waitForChangeSetCreateComplete.js.map +0 -1
  663. package/dist/cjs/waiters/waitForStackCreateComplete.js +0 -132
  664. package/dist/cjs/waiters/waitForStackCreateComplete.js.map +0 -1
  665. package/dist/cjs/waiters/waitForStackDeleteComplete.js +0 -147
  666. package/dist/cjs/waiters/waitForStackDeleteComplete.js.map +0 -1
  667. package/dist/cjs/waiters/waitForStackExists.js +0 -41
  668. package/dist/cjs/waiters/waitForStackExists.js.map +0 -1
  669. package/dist/cjs/waiters/waitForStackImportComplete.js +0 -132
  670. package/dist/cjs/waiters/waitForStackImportComplete.js.map +0 -1
  671. package/dist/cjs/waiters/waitForStackRollbackComplete.js +0 -102
  672. package/dist/cjs/waiters/waitForStackRollbackComplete.js.map +0 -1
  673. package/dist/cjs/waiters/waitForStackUpdateComplete.js +0 -102
  674. package/dist/cjs/waiters/waitForStackUpdateComplete.js.map +0 -1
  675. package/dist/cjs/waiters/waitForTypeRegistrationComplete.js +0 -55
  676. package/dist/cjs/waiters/waitForTypeRegistrationComplete.js.map +0 -1
  677. package/dist/es/CloudFormation.js +0 -986
  678. package/dist/es/CloudFormation.js.map +0 -1
  679. package/dist/es/CloudFormationClient.js +0 -38
  680. package/dist/es/CloudFormationClient.js.map +0 -1
  681. package/dist/es/commands/ActivateTypeCommand.js +0 -40
  682. package/dist/es/commands/ActivateTypeCommand.js.map +0 -1
  683. package/dist/es/commands/BatchDescribeTypeConfigurationsCommand.js +0 -40
  684. package/dist/es/commands/BatchDescribeTypeConfigurationsCommand.js.map +0 -1
  685. package/dist/es/commands/CancelUpdateStackCommand.js +0 -40
  686. package/dist/es/commands/CancelUpdateStackCommand.js.map +0 -1
  687. package/dist/es/commands/ContinueUpdateRollbackCommand.js +0 -40
  688. package/dist/es/commands/ContinueUpdateRollbackCommand.js.map +0 -1
  689. package/dist/es/commands/CreateChangeSetCommand.js +0 -40
  690. package/dist/es/commands/CreateChangeSetCommand.js.map +0 -1
  691. package/dist/es/commands/CreateStackCommand.js +0 -40
  692. package/dist/es/commands/CreateStackCommand.js.map +0 -1
  693. package/dist/es/commands/CreateStackInstancesCommand.js +0 -40
  694. package/dist/es/commands/CreateStackInstancesCommand.js.map +0 -1
  695. package/dist/es/commands/CreateStackSetCommand.js +0 -40
  696. package/dist/es/commands/CreateStackSetCommand.js.map +0 -1
  697. package/dist/es/commands/DeactivateTypeCommand.js +0 -40
  698. package/dist/es/commands/DeactivateTypeCommand.js.map +0 -1
  699. package/dist/es/commands/DeleteChangeSetCommand.js +0 -40
  700. package/dist/es/commands/DeleteChangeSetCommand.js.map +0 -1
  701. package/dist/es/commands/DeleteStackCommand.js +0 -40
  702. package/dist/es/commands/DeleteStackCommand.js.map +0 -1
  703. package/dist/es/commands/DeleteStackInstancesCommand.js +0 -40
  704. package/dist/es/commands/DeleteStackInstancesCommand.js.map +0 -1
  705. package/dist/es/commands/DeleteStackSetCommand.js +0 -40
  706. package/dist/es/commands/DeleteStackSetCommand.js.map +0 -1
  707. package/dist/es/commands/DeregisterTypeCommand.js +0 -40
  708. package/dist/es/commands/DeregisterTypeCommand.js.map +0 -1
  709. package/dist/es/commands/DescribeAccountLimitsCommand.js +0 -40
  710. package/dist/es/commands/DescribeAccountLimitsCommand.js.map +0 -1
  711. package/dist/es/commands/DescribeChangeSetCommand.js +0 -40
  712. package/dist/es/commands/DescribeChangeSetCommand.js.map +0 -1
  713. package/dist/es/commands/DescribePublisherCommand.js +0 -40
  714. package/dist/es/commands/DescribePublisherCommand.js.map +0 -1
  715. package/dist/es/commands/DescribeStackDriftDetectionStatusCommand.js +0 -40
  716. package/dist/es/commands/DescribeStackDriftDetectionStatusCommand.js.map +0 -1
  717. package/dist/es/commands/DescribeStackEventsCommand.js +0 -40
  718. package/dist/es/commands/DescribeStackEventsCommand.js.map +0 -1
  719. package/dist/es/commands/DescribeStackInstanceCommand.js +0 -40
  720. package/dist/es/commands/DescribeStackInstanceCommand.js.map +0 -1
  721. package/dist/es/commands/DescribeStackResourceCommand.js +0 -40
  722. package/dist/es/commands/DescribeStackResourceCommand.js.map +0 -1
  723. package/dist/es/commands/DescribeStackResourceDriftsCommand.js +0 -40
  724. package/dist/es/commands/DescribeStackResourceDriftsCommand.js.map +0 -1
  725. package/dist/es/commands/DescribeStackResourcesCommand.js +0 -40
  726. package/dist/es/commands/DescribeStackResourcesCommand.js.map +0 -1
  727. package/dist/es/commands/DescribeStackSetCommand.js +0 -40
  728. package/dist/es/commands/DescribeStackSetCommand.js.map +0 -1
  729. package/dist/es/commands/DescribeStackSetOperationCommand.js +0 -40
  730. package/dist/es/commands/DescribeStackSetOperationCommand.js.map +0 -1
  731. package/dist/es/commands/DescribeStacksCommand.js +0 -40
  732. package/dist/es/commands/DescribeStacksCommand.js.map +0 -1
  733. package/dist/es/commands/DescribeTypeCommand.js +0 -40
  734. package/dist/es/commands/DescribeTypeCommand.js.map +0 -1
  735. package/dist/es/commands/DescribeTypeRegistrationCommand.js +0 -40
  736. package/dist/es/commands/DescribeTypeRegistrationCommand.js.map +0 -1
  737. package/dist/es/commands/DetectStackDriftCommand.js +0 -40
  738. package/dist/es/commands/DetectStackDriftCommand.js.map +0 -1
  739. package/dist/es/commands/DetectStackResourceDriftCommand.js +0 -40
  740. package/dist/es/commands/DetectStackResourceDriftCommand.js.map +0 -1
  741. package/dist/es/commands/DetectStackSetDriftCommand.js +0 -40
  742. package/dist/es/commands/DetectStackSetDriftCommand.js.map +0 -1
  743. package/dist/es/commands/EstimateTemplateCostCommand.js +0 -40
  744. package/dist/es/commands/EstimateTemplateCostCommand.js.map +0 -1
  745. package/dist/es/commands/ExecuteChangeSetCommand.js +0 -40
  746. package/dist/es/commands/ExecuteChangeSetCommand.js.map +0 -1
  747. package/dist/es/commands/GetStackPolicyCommand.js +0 -40
  748. package/dist/es/commands/GetStackPolicyCommand.js.map +0 -1
  749. package/dist/es/commands/GetTemplateCommand.js +0 -40
  750. package/dist/es/commands/GetTemplateCommand.js.map +0 -1
  751. package/dist/es/commands/GetTemplateSummaryCommand.js +0 -40
  752. package/dist/es/commands/GetTemplateSummaryCommand.js.map +0 -1
  753. package/dist/es/commands/ImportStacksToStackSetCommand.js +0 -40
  754. package/dist/es/commands/ImportStacksToStackSetCommand.js.map +0 -1
  755. package/dist/es/commands/ListChangeSetsCommand.js +0 -40
  756. package/dist/es/commands/ListChangeSetsCommand.js.map +0 -1
  757. package/dist/es/commands/ListExportsCommand.js +0 -40
  758. package/dist/es/commands/ListExportsCommand.js.map +0 -1
  759. package/dist/es/commands/ListImportsCommand.js +0 -40
  760. package/dist/es/commands/ListImportsCommand.js.map +0 -1
  761. package/dist/es/commands/ListStackInstancesCommand.js +0 -40
  762. package/dist/es/commands/ListStackInstancesCommand.js.map +0 -1
  763. package/dist/es/commands/ListStackResourcesCommand.js +0 -40
  764. package/dist/es/commands/ListStackResourcesCommand.js.map +0 -1
  765. package/dist/es/commands/ListStackSetOperationResultsCommand.js +0 -40
  766. package/dist/es/commands/ListStackSetOperationResultsCommand.js.map +0 -1
  767. package/dist/es/commands/ListStackSetOperationsCommand.js +0 -40
  768. package/dist/es/commands/ListStackSetOperationsCommand.js.map +0 -1
  769. package/dist/es/commands/ListStackSetsCommand.js +0 -40
  770. package/dist/es/commands/ListStackSetsCommand.js.map +0 -1
  771. package/dist/es/commands/ListStacksCommand.js +0 -40
  772. package/dist/es/commands/ListStacksCommand.js.map +0 -1
  773. package/dist/es/commands/ListTypeRegistrationsCommand.js +0 -40
  774. package/dist/es/commands/ListTypeRegistrationsCommand.js.map +0 -1
  775. package/dist/es/commands/ListTypeVersionsCommand.js +0 -40
  776. package/dist/es/commands/ListTypeVersionsCommand.js.map +0 -1
  777. package/dist/es/commands/ListTypesCommand.js +0 -40
  778. package/dist/es/commands/ListTypesCommand.js.map +0 -1
  779. package/dist/es/commands/PublishTypeCommand.js +0 -40
  780. package/dist/es/commands/PublishTypeCommand.js.map +0 -1
  781. package/dist/es/commands/RecordHandlerProgressCommand.js +0 -40
  782. package/dist/es/commands/RecordHandlerProgressCommand.js.map +0 -1
  783. package/dist/es/commands/RegisterPublisherCommand.js +0 -40
  784. package/dist/es/commands/RegisterPublisherCommand.js.map +0 -1
  785. package/dist/es/commands/RegisterTypeCommand.js +0 -40
  786. package/dist/es/commands/RegisterTypeCommand.js.map +0 -1
  787. package/dist/es/commands/RollbackStackCommand.js +0 -40
  788. package/dist/es/commands/RollbackStackCommand.js.map +0 -1
  789. package/dist/es/commands/SetStackPolicyCommand.js +0 -40
  790. package/dist/es/commands/SetStackPolicyCommand.js.map +0 -1
  791. package/dist/es/commands/SetTypeConfigurationCommand.js +0 -40
  792. package/dist/es/commands/SetTypeConfigurationCommand.js.map +0 -1
  793. package/dist/es/commands/SetTypeDefaultVersionCommand.js +0 -40
  794. package/dist/es/commands/SetTypeDefaultVersionCommand.js.map +0 -1
  795. package/dist/es/commands/SignalResourceCommand.js +0 -40
  796. package/dist/es/commands/SignalResourceCommand.js.map +0 -1
  797. package/dist/es/commands/StopStackSetOperationCommand.js +0 -40
  798. package/dist/es/commands/StopStackSetOperationCommand.js.map +0 -1
  799. package/dist/es/commands/TestTypeCommand.js +0 -40
  800. package/dist/es/commands/TestTypeCommand.js.map +0 -1
  801. package/dist/es/commands/UpdateStackCommand.js +0 -40
  802. package/dist/es/commands/UpdateStackCommand.js.map +0 -1
  803. package/dist/es/commands/UpdateStackInstancesCommand.js +0 -40
  804. package/dist/es/commands/UpdateStackInstancesCommand.js.map +0 -1
  805. package/dist/es/commands/UpdateStackSetCommand.js +0 -40
  806. package/dist/es/commands/UpdateStackSetCommand.js.map +0 -1
  807. package/dist/es/commands/UpdateTerminationProtectionCommand.js +0 -40
  808. package/dist/es/commands/UpdateTerminationProtectionCommand.js.map +0 -1
  809. package/dist/es/commands/ValidateTemplateCommand.js +0 -40
  810. package/dist/es/commands/ValidateTemplateCommand.js.map +0 -1
  811. package/dist/es/endpoints.js +0 -82
  812. package/dist/es/endpoints.js.map +0 -1
  813. package/dist/es/index.js +0 -94
  814. package/dist/es/index.js.map +0 -1
  815. package/dist/es/models/index.js +0 -2
  816. package/dist/es/models/index.js.map +0 -1
  817. package/dist/es/models/models_0.js +0 -1061
  818. package/dist/es/models/models_0.js.map +0 -1
  819. package/dist/es/package.json +0 -96
  820. package/dist/es/pagination/DescribeAccountLimitsPaginator.js +0 -74
  821. package/dist/es/pagination/DescribeAccountLimitsPaginator.js.map +0 -1
  822. package/dist/es/pagination/DescribeStackEventsPaginator.js +0 -74
  823. package/dist/es/pagination/DescribeStackEventsPaginator.js.map +0 -1
  824. package/dist/es/pagination/DescribeStackResourceDriftsPaginator.js +0 -75
  825. package/dist/es/pagination/DescribeStackResourceDriftsPaginator.js.map +0 -1
  826. package/dist/es/pagination/DescribeStacksPaginator.js +0 -74
  827. package/dist/es/pagination/DescribeStacksPaginator.js.map +0 -1
  828. package/dist/es/pagination/Interfaces.js +0 -2
  829. package/dist/es/pagination/Interfaces.js.map +0 -1
  830. package/dist/es/pagination/ListChangeSetsPaginator.js +0 -74
  831. package/dist/es/pagination/ListChangeSetsPaginator.js.map +0 -1
  832. package/dist/es/pagination/ListExportsPaginator.js +0 -74
  833. package/dist/es/pagination/ListExportsPaginator.js.map +0 -1
  834. package/dist/es/pagination/ListImportsPaginator.js +0 -74
  835. package/dist/es/pagination/ListImportsPaginator.js.map +0 -1
  836. package/dist/es/pagination/ListStackInstancesPaginator.js +0 -75
  837. package/dist/es/pagination/ListStackInstancesPaginator.js.map +0 -1
  838. package/dist/es/pagination/ListStackResourcesPaginator.js +0 -74
  839. package/dist/es/pagination/ListStackResourcesPaginator.js.map +0 -1
  840. package/dist/es/pagination/ListStackSetOperationResultsPaginator.js +0 -75
  841. package/dist/es/pagination/ListStackSetOperationResultsPaginator.js.map +0 -1
  842. package/dist/es/pagination/ListStackSetOperationsPaginator.js +0 -75
  843. package/dist/es/pagination/ListStackSetOperationsPaginator.js.map +0 -1
  844. package/dist/es/pagination/ListStackSetsPaginator.js +0 -75
  845. package/dist/es/pagination/ListStackSetsPaginator.js.map +0 -1
  846. package/dist/es/pagination/ListStacksPaginator.js +0 -74
  847. package/dist/es/pagination/ListStacksPaginator.js.map +0 -1
  848. package/dist/es/pagination/ListTypeRegistrationsPaginator.js +0 -75
  849. package/dist/es/pagination/ListTypeRegistrationsPaginator.js.map +0 -1
  850. package/dist/es/pagination/ListTypeVersionsPaginator.js +0 -75
  851. package/dist/es/pagination/ListTypeVersionsPaginator.js.map +0 -1
  852. package/dist/es/pagination/ListTypesPaginator.js +0 -75
  853. package/dist/es/pagination/ListTypesPaginator.js.map +0 -1
  854. package/dist/es/protocols/Aws_query.js +0 -9983
  855. package/dist/es/protocols/Aws_query.js.map +0 -1
  856. package/dist/es/runtimeConfig.browser.js +0 -17
  857. package/dist/es/runtimeConfig.browser.js.map +0 -1
  858. package/dist/es/runtimeConfig.js +0 -22
  859. package/dist/es/runtimeConfig.js.map +0 -1
  860. package/dist/es/runtimeConfig.native.js +0 -9
  861. package/dist/es/runtimeConfig.native.js.map +0 -1
  862. package/dist/es/runtimeConfig.shared.js +0 -14
  863. package/dist/es/runtimeConfig.shared.js.map +0 -1
  864. package/dist/es/waiters/waitForChangeSetCreateComplete.js +0 -64
  865. package/dist/es/waiters/waitForChangeSetCreateComplete.js.map +0 -1
  866. package/dist/es/waiters/waitForStackCreateComplete.js +0 -199
  867. package/dist/es/waiters/waitForStackCreateComplete.js.map +0 -1
  868. package/dist/es/waiters/waitForStackDeleteComplete.js +0 -224
  869. package/dist/es/waiters/waitForStackDeleteComplete.js.map +0 -1
  870. package/dist/es/waiters/waitForStackExists.js +0 -46
  871. package/dist/es/waiters/waitForStackExists.js.map +0 -1
  872. package/dist/es/waiters/waitForStackImportComplete.js +0 -199
  873. package/dist/es/waiters/waitForStackImportComplete.js.map +0 -1
  874. package/dist/es/waiters/waitForStackRollbackComplete.js +0 -149
  875. package/dist/es/waiters/waitForStackRollbackComplete.js.map +0 -1
  876. package/dist/es/waiters/waitForStackUpdateComplete.js +0 -149
  877. package/dist/es/waiters/waitForStackUpdateComplete.js.map +0 -1
  878. package/dist/es/waiters/waitForTypeRegistrationComplete.js +0 -61
  879. package/dist/es/waiters/waitForTypeRegistrationComplete.js.map +0 -1
  880. package/dist/types/CloudFormation.d.ts +0 -925
  881. package/dist/types/CloudFormationClient.d.ts +0 -213
  882. package/dist/types/commands/ActivateTypeCommand.d.ts +0 -41
  883. package/dist/types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +0 -38
  884. package/dist/types/commands/CancelUpdateStackCommand.d.ts +0 -39
  885. package/dist/types/commands/ContinueUpdateRollbackCommand.d.ts +0 -45
  886. package/dist/types/commands/CreateChangeSetCommand.d.ts +0 -55
  887. package/dist/types/commands/CreateStackCommand.d.ts +0 -36
  888. package/dist/types/commands/CreateStackInstancesCommand.d.ts +0 -36
  889. package/dist/types/commands/CreateStackSetCommand.d.ts +0 -35
  890. package/dist/types/commands/DeactivateTypeCommand.d.ts +0 -40
  891. package/dist/types/commands/DeleteChangeSetCommand.d.ts +0 -42
  892. package/dist/types/commands/DeleteStackCommand.d.ts +0 -37
  893. package/dist/types/commands/DeleteStackInstancesCommand.d.ts +0 -35
  894. package/dist/types/commands/DeleteStackSetCommand.d.ts +0 -36
  895. package/dist/types/commands/DeregisterTypeCommand.d.ts +0 -44
  896. package/dist/types/commands/DescribeAccountLimitsCommand.d.ts +0 -38
  897. package/dist/types/commands/DescribeChangeSetCommand.d.ts +0 -37
  898. package/dist/types/commands/DescribePublisherCommand.d.ts +0 -53
  899. package/dist/types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +0 -47
  900. package/dist/types/commands/DescribeStackEventsCommand.d.ts +0 -40
  901. package/dist/types/commands/DescribeStackInstanceCommand.d.ts +0 -37
  902. package/dist/types/commands/DescribeStackResourceCommand.d.ts +0 -37
  903. package/dist/types/commands/DescribeStackResourceDriftsCommand.d.ts +0 -44
  904. package/dist/types/commands/DescribeStackResourcesCommand.d.ts +0 -54
  905. package/dist/types/commands/DescribeStackSetCommand.d.ts +0 -35
  906. package/dist/types/commands/DescribeStackSetOperationCommand.d.ts +0 -35
  907. package/dist/types/commands/DescribeStacksCommand.d.ts +0 -40
  908. package/dist/types/commands/DescribeTypeCommand.d.ts +0 -38
  909. package/dist/types/commands/DescribeTypeRegistrationCommand.d.ts +0 -45
  910. package/dist/types/commands/DetectStackDriftCommand.d.ts +0 -55
  911. package/dist/types/commands/DetectStackResourceDriftCommand.d.ts +0 -46
  912. package/dist/types/commands/DetectStackSetDriftCommand.d.ts +0 -78
  913. package/dist/types/commands/EstimateTemplateCostCommand.d.ts +0 -37
  914. package/dist/types/commands/ExecuteChangeSetCommand.d.ts +0 -45
  915. package/dist/types/commands/GetStackPolicyCommand.d.ts +0 -36
  916. package/dist/types/commands/GetTemplateCommand.d.ts +0 -41
  917. package/dist/types/commands/GetTemplateSummaryCommand.d.ts +0 -43
  918. package/dist/types/commands/ImportStacksToStackSetCommand.d.ts +0 -42
  919. package/dist/types/commands/ListChangeSetsCommand.d.ts +0 -37
  920. package/dist/types/commands/ListExportsCommand.d.ts +0 -41
  921. package/dist/types/commands/ListImportsCommand.d.ts +0 -40
  922. package/dist/types/commands/ListStackInstancesCommand.d.ts +0 -37
  923. package/dist/types/commands/ListStackResourcesCommand.d.ts +0 -37
  924. package/dist/types/commands/ListStackSetOperationResultsCommand.d.ts +0 -35
  925. package/dist/types/commands/ListStackSetOperationsCommand.d.ts +0 -35
  926. package/dist/types/commands/ListStackSetsCommand.d.ts +0 -55
  927. package/dist/types/commands/ListStacksCommand.d.ts +0 -39
  928. package/dist/types/commands/ListTypeRegistrationsCommand.d.ts +0 -35
  929. package/dist/types/commands/ListTypeVersionsCommand.d.ts +0 -35
  930. package/dist/types/commands/ListTypesCommand.d.ts +0 -35
  931. package/dist/types/commands/PublishTypeCommand.d.ts +0 -40
  932. package/dist/types/commands/RecordHandlerProgressCommand.d.ts +0 -36
  933. package/dist/types/commands/RegisterPublisherCommand.d.ts +0 -41
  934. package/dist/types/commands/RegisterTypeCommand.d.ts +0 -62
  935. package/dist/types/commands/RollbackStackCommand.d.ts +0 -64
  936. package/dist/types/commands/SetStackPolicyCommand.d.ts +0 -35
  937. package/dist/types/commands/SetTypeConfigurationCommand.d.ts +0 -47
  938. package/dist/types/commands/SetTypeDefaultVersionCommand.d.ts +0 -36
  939. package/dist/types/commands/SignalResourceCommand.d.ts +0 -40
  940. package/dist/types/commands/StopStackSetOperationCommand.d.ts +0 -35
  941. package/dist/types/commands/TestTypeCommand.d.ts +0 -58
  942. package/dist/types/commands/UpdateStackCommand.d.ts +0 -40
  943. package/dist/types/commands/UpdateStackInstancesCommand.d.ts +0 -47
  944. package/dist/types/commands/UpdateStackSetCommand.d.ts +0 -40
  945. package/dist/types/commands/UpdateTerminationProtectionCommand.d.ts +0 -41
  946. package/dist/types/commands/ValidateTemplateCommand.d.ts +0 -37
  947. package/dist/types/pagination/DescribeAccountLimitsPaginator.d.ts +0 -4
  948. package/dist/types/pagination/DescribeStackEventsPaginator.d.ts +0 -4
  949. package/dist/types/pagination/DescribeStackResourceDriftsPaginator.d.ts +0 -4
  950. package/dist/types/pagination/DescribeStacksPaginator.d.ts +0 -4
  951. package/dist/types/pagination/Interfaces.d.ts +0 -6
  952. package/dist/types/pagination/ListChangeSetsPaginator.d.ts +0 -4
  953. package/dist/types/pagination/ListExportsPaginator.d.ts +0 -4
  954. package/dist/types/pagination/ListImportsPaginator.d.ts +0 -4
  955. package/dist/types/pagination/ListStackInstancesPaginator.d.ts +0 -4
  956. package/dist/types/pagination/ListStackResourcesPaginator.d.ts +0 -4
  957. package/dist/types/pagination/ListStackSetOperationResultsPaginator.d.ts +0 -4
  958. package/dist/types/pagination/ListStackSetOperationsPaginator.d.ts +0 -4
  959. package/dist/types/pagination/ListStackSetsPaginator.d.ts +0 -4
  960. package/dist/types/pagination/ListStacksPaginator.d.ts +0 -4
  961. package/dist/types/pagination/ListTypeRegistrationsPaginator.d.ts +0 -4
  962. package/dist/types/pagination/ListTypeVersionsPaginator.d.ts +0 -4
  963. package/dist/types/pagination/ListTypesPaginator.d.ts +0 -4
  964. package/dist/types/protocols/Aws_query.d.ts +0 -197
  965. package/dist/types/runtimeConfig.d.ts +0 -37
  966. package/dist/types/ts3.4/CloudFormation.d.ts +0 -925
  967. package/dist/types/ts3.4/CloudFormationClient.d.ts +0 -213
  968. package/dist/types/ts3.4/commands/ActivateTypeCommand.d.ts +0 -41
  969. package/dist/types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +0 -38
  970. package/dist/types/ts3.4/commands/CancelUpdateStackCommand.d.ts +0 -39
  971. package/dist/types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +0 -45
  972. package/dist/types/ts3.4/commands/CreateChangeSetCommand.d.ts +0 -55
  973. package/dist/types/ts3.4/commands/CreateStackCommand.d.ts +0 -36
  974. package/dist/types/ts3.4/commands/CreateStackInstancesCommand.d.ts +0 -36
  975. package/dist/types/ts3.4/commands/CreateStackSetCommand.d.ts +0 -35
  976. package/dist/types/ts3.4/commands/DeactivateTypeCommand.d.ts +0 -40
  977. package/dist/types/ts3.4/commands/DeleteChangeSetCommand.d.ts +0 -42
  978. package/dist/types/ts3.4/commands/DeleteStackCommand.d.ts +0 -37
  979. package/dist/types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +0 -35
  980. package/dist/types/ts3.4/commands/DeleteStackSetCommand.d.ts +0 -36
  981. package/dist/types/ts3.4/commands/DeregisterTypeCommand.d.ts +0 -44
  982. package/dist/types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -38
  983. package/dist/types/ts3.4/commands/DescribeChangeSetCommand.d.ts +0 -37
  984. package/dist/types/ts3.4/commands/DescribePublisherCommand.d.ts +0 -53
  985. package/dist/types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +0 -47
  986. package/dist/types/ts3.4/commands/DescribeStackEventsCommand.d.ts +0 -40
  987. package/dist/types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +0 -37
  988. package/dist/types/ts3.4/commands/DescribeStackResourceCommand.d.ts +0 -37
  989. package/dist/types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +0 -44
  990. package/dist/types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +0 -54
  991. package/dist/types/ts3.4/commands/DescribeStackSetCommand.d.ts +0 -35
  992. package/dist/types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +0 -35
  993. package/dist/types/ts3.4/commands/DescribeStacksCommand.d.ts +0 -40
  994. package/dist/types/ts3.4/commands/DescribeTypeCommand.d.ts +0 -38
  995. package/dist/types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +0 -45
  996. package/dist/types/ts3.4/commands/DetectStackDriftCommand.d.ts +0 -55
  997. package/dist/types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +0 -46
  998. package/dist/types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +0 -78
  999. package/dist/types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +0 -37
  1000. package/dist/types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +0 -45
  1001. package/dist/types/ts3.4/commands/GetStackPolicyCommand.d.ts +0 -36
  1002. package/dist/types/ts3.4/commands/GetTemplateCommand.d.ts +0 -41
  1003. package/dist/types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +0 -43
  1004. package/dist/types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +0 -42
  1005. package/dist/types/ts3.4/commands/ListChangeSetsCommand.d.ts +0 -37
  1006. package/dist/types/ts3.4/commands/ListExportsCommand.d.ts +0 -41
  1007. package/dist/types/ts3.4/commands/ListImportsCommand.d.ts +0 -40
  1008. package/dist/types/ts3.4/commands/ListStackInstancesCommand.d.ts +0 -37
  1009. package/dist/types/ts3.4/commands/ListStackResourcesCommand.d.ts +0 -37
  1010. package/dist/types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +0 -35
  1011. package/dist/types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +0 -35
  1012. package/dist/types/ts3.4/commands/ListStackSetsCommand.d.ts +0 -55
  1013. package/dist/types/ts3.4/commands/ListStacksCommand.d.ts +0 -39
  1014. package/dist/types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +0 -35
  1015. package/dist/types/ts3.4/commands/ListTypeVersionsCommand.d.ts +0 -35
  1016. package/dist/types/ts3.4/commands/ListTypesCommand.d.ts +0 -35
  1017. package/dist/types/ts3.4/commands/PublishTypeCommand.d.ts +0 -40
  1018. package/dist/types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +0 -36
  1019. package/dist/types/ts3.4/commands/RegisterPublisherCommand.d.ts +0 -41
  1020. package/dist/types/ts3.4/commands/RegisterTypeCommand.d.ts +0 -62
  1021. package/dist/types/ts3.4/commands/RollbackStackCommand.d.ts +0 -64
  1022. package/dist/types/ts3.4/commands/SetStackPolicyCommand.d.ts +0 -35
  1023. package/dist/types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +0 -47
  1024. package/dist/types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +0 -36
  1025. package/dist/types/ts3.4/commands/SignalResourceCommand.d.ts +0 -40
  1026. package/dist/types/ts3.4/commands/StopStackSetOperationCommand.d.ts +0 -35
  1027. package/dist/types/ts3.4/commands/TestTypeCommand.d.ts +0 -58
  1028. package/dist/types/ts3.4/commands/UpdateStackCommand.d.ts +0 -40
  1029. package/dist/types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +0 -47
  1030. package/dist/types/ts3.4/commands/UpdateStackSetCommand.d.ts +0 -40
  1031. package/dist/types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +0 -41
  1032. package/dist/types/ts3.4/commands/ValidateTemplateCommand.d.ts +0 -37
  1033. package/dist/types/ts3.4/models/models_0.d.ts +0 -8620
  1034. package/dist/types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +0 -4
  1035. package/dist/types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +0 -4
  1036. package/dist/types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +0 -4
  1037. package/dist/types/ts3.4/pagination/DescribeStacksPaginator.d.ts +0 -4
  1038. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1039. package/dist/types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +0 -4
  1040. package/dist/types/ts3.4/pagination/ListExportsPaginator.d.ts +0 -4
  1041. package/dist/types/ts3.4/pagination/ListImportsPaginator.d.ts +0 -4
  1042. package/dist/types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +0 -4
  1043. package/dist/types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +0 -4
  1044. package/dist/types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +0 -4
  1045. package/dist/types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +0 -4
  1046. package/dist/types/ts3.4/pagination/ListStackSetsPaginator.d.ts +0 -4
  1047. package/dist/types/ts3.4/pagination/ListStacksPaginator.d.ts +0 -4
  1048. package/dist/types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +0 -4
  1049. package/dist/types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +0 -4
  1050. package/dist/types/ts3.4/pagination/ListTypesPaginator.d.ts +0 -4
  1051. package/dist/types/ts3.4/protocols/Aws_query.d.ts +0 -197
  1052. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  1053. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  1054. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
  1055. package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
  1056. package/dist/types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +0 -14
  1057. package/dist/types/ts3.4/waiters/waitForStackCreateComplete.d.ts +0 -14
  1058. package/dist/types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +0 -14
  1059. package/dist/types/ts3.4/waiters/waitForStackExists.d.ts +0 -14
  1060. package/dist/types/ts3.4/waiters/waitForStackImportComplete.d.ts +0 -14
  1061. package/dist/types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +0 -14
  1062. package/dist/types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +0 -14
  1063. package/dist/types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +0 -14
  1064. package/dist/types/waiters/waitForChangeSetCreateComplete.d.ts +0 -14
  1065. package/dist/types/waiters/waitForStackCreateComplete.d.ts +0 -14
  1066. package/dist/types/waiters/waitForStackDeleteComplete.d.ts +0 -14
  1067. package/dist/types/waiters/waitForStackExists.d.ts +0 -14
  1068. package/dist/types/waiters/waitForStackImportComplete.d.ts +0 -14
  1069. package/dist/types/waiters/waitForStackRollbackComplete.d.ts +0 -14
  1070. package/dist/types/waiters/waitForStackUpdateComplete.d.ts +0 -14
  1071. package/dist/types/waiters/waitForTypeRegistrationComplete.d.ts +0 -14
  1072. package/endpoints.ts +0 -86
  1073. package/jest.config.js +0 -4
  1074. package/models/models_0.ts +0 -10035
  1075. package/pagination/DescribeAccountLimitsPaginator.ts +0 -57
  1076. package/pagination/DescribeStackEventsPaginator.ts +0 -57
  1077. package/pagination/DescribeStackResourceDriftsPaginator.ts +0 -58
  1078. package/pagination/DescribeStacksPaginator.ts +0 -57
  1079. package/pagination/Interfaces.ts +0 -7
  1080. package/pagination/ListChangeSetsPaginator.ts +0 -57
  1081. package/pagination/ListExportsPaginator.ts +0 -53
  1082. package/pagination/ListImportsPaginator.ts +0 -53
  1083. package/pagination/ListStackInstancesPaginator.ts +0 -58
  1084. package/pagination/ListStackResourcesPaginator.ts +0 -57
  1085. package/pagination/ListStackSetOperationResultsPaginator.ts +0 -58
  1086. package/pagination/ListStackSetOperationsPaginator.ts +0 -58
  1087. package/pagination/ListStackSetsPaginator.ts +0 -58
  1088. package/pagination/ListStacksPaginator.ts +0 -53
  1089. package/pagination/ListTypeRegistrationsPaginator.ts +0 -58
  1090. package/pagination/ListTypeVersionsPaginator.ts +0 -58
  1091. package/pagination/ListTypesPaginator.ts +0 -54
  1092. package/protocols/Aws_query.ts +0 -11285
  1093. package/runtimeConfig.browser.ts +0 -40
  1094. package/runtimeConfig.native.ts +0 -16
  1095. package/runtimeConfig.shared.ts +0 -16
  1096. package/runtimeConfig.ts +0 -45
  1097. package/tsconfig.es.json +0 -10
  1098. package/tsconfig.json +0 -31
  1099. package/tsconfig.types.json +0 -8
  1100. package/waiters/waitForChangeSetCreateComplete.ts +0 -60
  1101. package/waiters/waitForStackCreateComplete.ts +0 -127
  1102. package/waiters/waitForStackDeleteComplete.ts +0 -141
  1103. package/waiters/waitForStackExists.ts +0 -42
  1104. package/waiters/waitForStackImportComplete.ts +0 -127
  1105. package/waiters/waitForStackRollbackComplete.ts +0 -99
  1106. package/waiters/waitForStackUpdateComplete.ts +0 -99
  1107. package/waiters/waitForTypeRegistrationComplete.ts +0 -60
@@ -1,1002 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CloudFormation = void 0;
4
- const CloudFormationClient_1 = require("./CloudFormationClient");
5
- const ActivateTypeCommand_1 = require("./commands/ActivateTypeCommand");
6
- const BatchDescribeTypeConfigurationsCommand_1 = require("./commands/BatchDescribeTypeConfigurationsCommand");
7
- const CancelUpdateStackCommand_1 = require("./commands/CancelUpdateStackCommand");
8
- const ContinueUpdateRollbackCommand_1 = require("./commands/ContinueUpdateRollbackCommand");
9
- const CreateChangeSetCommand_1 = require("./commands/CreateChangeSetCommand");
10
- const CreateStackCommand_1 = require("./commands/CreateStackCommand");
11
- const CreateStackInstancesCommand_1 = require("./commands/CreateStackInstancesCommand");
12
- const CreateStackSetCommand_1 = require("./commands/CreateStackSetCommand");
13
- const DeactivateTypeCommand_1 = require("./commands/DeactivateTypeCommand");
14
- const DeleteChangeSetCommand_1 = require("./commands/DeleteChangeSetCommand");
15
- const DeleteStackCommand_1 = require("./commands/DeleteStackCommand");
16
- const DeleteStackInstancesCommand_1 = require("./commands/DeleteStackInstancesCommand");
17
- const DeleteStackSetCommand_1 = require("./commands/DeleteStackSetCommand");
18
- const DeregisterTypeCommand_1 = require("./commands/DeregisterTypeCommand");
19
- const DescribeAccountLimitsCommand_1 = require("./commands/DescribeAccountLimitsCommand");
20
- const DescribeChangeSetCommand_1 = require("./commands/DescribeChangeSetCommand");
21
- const DescribePublisherCommand_1 = require("./commands/DescribePublisherCommand");
22
- const DescribeStackDriftDetectionStatusCommand_1 = require("./commands/DescribeStackDriftDetectionStatusCommand");
23
- const DescribeStackEventsCommand_1 = require("./commands/DescribeStackEventsCommand");
24
- const DescribeStackInstanceCommand_1 = require("./commands/DescribeStackInstanceCommand");
25
- const DescribeStackResourceCommand_1 = require("./commands/DescribeStackResourceCommand");
26
- const DescribeStackResourceDriftsCommand_1 = require("./commands/DescribeStackResourceDriftsCommand");
27
- const DescribeStackResourcesCommand_1 = require("./commands/DescribeStackResourcesCommand");
28
- const DescribeStackSetCommand_1 = require("./commands/DescribeStackSetCommand");
29
- const DescribeStackSetOperationCommand_1 = require("./commands/DescribeStackSetOperationCommand");
30
- const DescribeStacksCommand_1 = require("./commands/DescribeStacksCommand");
31
- const DescribeTypeCommand_1 = require("./commands/DescribeTypeCommand");
32
- const DescribeTypeRegistrationCommand_1 = require("./commands/DescribeTypeRegistrationCommand");
33
- const DetectStackDriftCommand_1 = require("./commands/DetectStackDriftCommand");
34
- const DetectStackResourceDriftCommand_1 = require("./commands/DetectStackResourceDriftCommand");
35
- const DetectStackSetDriftCommand_1 = require("./commands/DetectStackSetDriftCommand");
36
- const EstimateTemplateCostCommand_1 = require("./commands/EstimateTemplateCostCommand");
37
- const ExecuteChangeSetCommand_1 = require("./commands/ExecuteChangeSetCommand");
38
- const GetStackPolicyCommand_1 = require("./commands/GetStackPolicyCommand");
39
- const GetTemplateCommand_1 = require("./commands/GetTemplateCommand");
40
- const GetTemplateSummaryCommand_1 = require("./commands/GetTemplateSummaryCommand");
41
- const ImportStacksToStackSetCommand_1 = require("./commands/ImportStacksToStackSetCommand");
42
- const ListChangeSetsCommand_1 = require("./commands/ListChangeSetsCommand");
43
- const ListExportsCommand_1 = require("./commands/ListExportsCommand");
44
- const ListImportsCommand_1 = require("./commands/ListImportsCommand");
45
- const ListStackInstancesCommand_1 = require("./commands/ListStackInstancesCommand");
46
- const ListStackResourcesCommand_1 = require("./commands/ListStackResourcesCommand");
47
- const ListStackSetOperationResultsCommand_1 = require("./commands/ListStackSetOperationResultsCommand");
48
- const ListStackSetOperationsCommand_1 = require("./commands/ListStackSetOperationsCommand");
49
- const ListStackSetsCommand_1 = require("./commands/ListStackSetsCommand");
50
- const ListStacksCommand_1 = require("./commands/ListStacksCommand");
51
- const ListTypeRegistrationsCommand_1 = require("./commands/ListTypeRegistrationsCommand");
52
- const ListTypeVersionsCommand_1 = require("./commands/ListTypeVersionsCommand");
53
- const ListTypesCommand_1 = require("./commands/ListTypesCommand");
54
- const PublishTypeCommand_1 = require("./commands/PublishTypeCommand");
55
- const RecordHandlerProgressCommand_1 = require("./commands/RecordHandlerProgressCommand");
56
- const RegisterPublisherCommand_1 = require("./commands/RegisterPublisherCommand");
57
- const RegisterTypeCommand_1 = require("./commands/RegisterTypeCommand");
58
- const RollbackStackCommand_1 = require("./commands/RollbackStackCommand");
59
- const SetStackPolicyCommand_1 = require("./commands/SetStackPolicyCommand");
60
- const SetTypeConfigurationCommand_1 = require("./commands/SetTypeConfigurationCommand");
61
- const SetTypeDefaultVersionCommand_1 = require("./commands/SetTypeDefaultVersionCommand");
62
- const SignalResourceCommand_1 = require("./commands/SignalResourceCommand");
63
- const StopStackSetOperationCommand_1 = require("./commands/StopStackSetOperationCommand");
64
- const TestTypeCommand_1 = require("./commands/TestTypeCommand");
65
- const UpdateStackCommand_1 = require("./commands/UpdateStackCommand");
66
- const UpdateStackInstancesCommand_1 = require("./commands/UpdateStackInstancesCommand");
67
- const UpdateStackSetCommand_1 = require("./commands/UpdateStackSetCommand");
68
- const UpdateTerminationProtectionCommand_1 = require("./commands/UpdateTerminationProtectionCommand");
69
- const ValidateTemplateCommand_1 = require("./commands/ValidateTemplateCommand");
70
- /**
71
- * <fullname>AWS CloudFormation</fullname>
72
- * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments
73
- * predictably and repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such
74
- * as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification
75
- * Service, Elastic Load Balancing, and Auto Scaling to build highly-reliable, highly
76
- * scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
77
- * infrastructure.</p>
78
- * <p>With CloudFormation, you declare all of your resources and dependencies in a
79
- * template file. The template defines a collection of resources as a single unit called a
80
- * stack. CloudFormation creates and deletes all member resources of the stack together
81
- * and manages all dependencies between the resources for you.</p>
82
- * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation Product Page</a>.</p>
83
- * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional
84
- * technical information about a specific Amazon Web Services product, you can find the product's technical
85
- * documentation at <a href="https://docs.aws.amazon.com/">
86
- * <code>docs.aws.amazon.com</code>
87
- * </a>.</p>
88
- */
89
- class CloudFormation extends CloudFormationClient_1.CloudFormationClient {
90
- activateType(args, optionsOrCb, cb) {
91
- const command = new ActivateTypeCommand_1.ActivateTypeCommand(args);
92
- if (typeof optionsOrCb === "function") {
93
- this.send(command, optionsOrCb);
94
- }
95
- else if (typeof cb === "function") {
96
- if (typeof optionsOrCb !== "object")
97
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
98
- this.send(command, optionsOrCb || {}, cb);
99
- }
100
- else {
101
- return this.send(command, optionsOrCb);
102
- }
103
- }
104
- batchDescribeTypeConfigurations(args, optionsOrCb, cb) {
105
- const command = new BatchDescribeTypeConfigurationsCommand_1.BatchDescribeTypeConfigurationsCommand(args);
106
- if (typeof optionsOrCb === "function") {
107
- this.send(command, optionsOrCb);
108
- }
109
- else if (typeof cb === "function") {
110
- if (typeof optionsOrCb !== "object")
111
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
112
- this.send(command, optionsOrCb || {}, cb);
113
- }
114
- else {
115
- return this.send(command, optionsOrCb);
116
- }
117
- }
118
- cancelUpdateStack(args, optionsOrCb, cb) {
119
- const command = new CancelUpdateStackCommand_1.CancelUpdateStackCommand(args);
120
- if (typeof optionsOrCb === "function") {
121
- this.send(command, optionsOrCb);
122
- }
123
- else if (typeof cb === "function") {
124
- if (typeof optionsOrCb !== "object")
125
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
126
- this.send(command, optionsOrCb || {}, cb);
127
- }
128
- else {
129
- return this.send(command, optionsOrCb);
130
- }
131
- }
132
- continueUpdateRollback(args, optionsOrCb, cb) {
133
- const command = new ContinueUpdateRollbackCommand_1.ContinueUpdateRollbackCommand(args);
134
- if (typeof optionsOrCb === "function") {
135
- this.send(command, optionsOrCb);
136
- }
137
- else if (typeof cb === "function") {
138
- if (typeof optionsOrCb !== "object")
139
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
140
- this.send(command, optionsOrCb || {}, cb);
141
- }
142
- else {
143
- return this.send(command, optionsOrCb);
144
- }
145
- }
146
- createChangeSet(args, optionsOrCb, cb) {
147
- const command = new CreateChangeSetCommand_1.CreateChangeSetCommand(args);
148
- if (typeof optionsOrCb === "function") {
149
- this.send(command, optionsOrCb);
150
- }
151
- else if (typeof cb === "function") {
152
- if (typeof optionsOrCb !== "object")
153
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
154
- this.send(command, optionsOrCb || {}, cb);
155
- }
156
- else {
157
- return this.send(command, optionsOrCb);
158
- }
159
- }
160
- createStack(args, optionsOrCb, cb) {
161
- const command = new CreateStackCommand_1.CreateStackCommand(args);
162
- if (typeof optionsOrCb === "function") {
163
- this.send(command, optionsOrCb);
164
- }
165
- else if (typeof cb === "function") {
166
- if (typeof optionsOrCb !== "object")
167
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
168
- this.send(command, optionsOrCb || {}, cb);
169
- }
170
- else {
171
- return this.send(command, optionsOrCb);
172
- }
173
- }
174
- createStackInstances(args, optionsOrCb, cb) {
175
- const command = new CreateStackInstancesCommand_1.CreateStackInstancesCommand(args);
176
- if (typeof optionsOrCb === "function") {
177
- this.send(command, optionsOrCb);
178
- }
179
- else if (typeof cb === "function") {
180
- if (typeof optionsOrCb !== "object")
181
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
182
- this.send(command, optionsOrCb || {}, cb);
183
- }
184
- else {
185
- return this.send(command, optionsOrCb);
186
- }
187
- }
188
- createStackSet(args, optionsOrCb, cb) {
189
- const command = new CreateStackSetCommand_1.CreateStackSetCommand(args);
190
- if (typeof optionsOrCb === "function") {
191
- this.send(command, optionsOrCb);
192
- }
193
- else if (typeof cb === "function") {
194
- if (typeof optionsOrCb !== "object")
195
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
196
- this.send(command, optionsOrCb || {}, cb);
197
- }
198
- else {
199
- return this.send(command, optionsOrCb);
200
- }
201
- }
202
- deactivateType(args, optionsOrCb, cb) {
203
- const command = new DeactivateTypeCommand_1.DeactivateTypeCommand(args);
204
- if (typeof optionsOrCb === "function") {
205
- this.send(command, optionsOrCb);
206
- }
207
- else if (typeof cb === "function") {
208
- if (typeof optionsOrCb !== "object")
209
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
210
- this.send(command, optionsOrCb || {}, cb);
211
- }
212
- else {
213
- return this.send(command, optionsOrCb);
214
- }
215
- }
216
- deleteChangeSet(args, optionsOrCb, cb) {
217
- const command = new DeleteChangeSetCommand_1.DeleteChangeSetCommand(args);
218
- if (typeof optionsOrCb === "function") {
219
- this.send(command, optionsOrCb);
220
- }
221
- else if (typeof cb === "function") {
222
- if (typeof optionsOrCb !== "object")
223
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
224
- this.send(command, optionsOrCb || {}, cb);
225
- }
226
- else {
227
- return this.send(command, optionsOrCb);
228
- }
229
- }
230
- deleteStack(args, optionsOrCb, cb) {
231
- const command = new DeleteStackCommand_1.DeleteStackCommand(args);
232
- if (typeof optionsOrCb === "function") {
233
- this.send(command, optionsOrCb);
234
- }
235
- else if (typeof cb === "function") {
236
- if (typeof optionsOrCb !== "object")
237
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
238
- this.send(command, optionsOrCb || {}, cb);
239
- }
240
- else {
241
- return this.send(command, optionsOrCb);
242
- }
243
- }
244
- deleteStackInstances(args, optionsOrCb, cb) {
245
- const command = new DeleteStackInstancesCommand_1.DeleteStackInstancesCommand(args);
246
- if (typeof optionsOrCb === "function") {
247
- this.send(command, optionsOrCb);
248
- }
249
- else if (typeof cb === "function") {
250
- if (typeof optionsOrCb !== "object")
251
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
252
- this.send(command, optionsOrCb || {}, cb);
253
- }
254
- else {
255
- return this.send(command, optionsOrCb);
256
- }
257
- }
258
- deleteStackSet(args, optionsOrCb, cb) {
259
- const command = new DeleteStackSetCommand_1.DeleteStackSetCommand(args);
260
- if (typeof optionsOrCb === "function") {
261
- this.send(command, optionsOrCb);
262
- }
263
- else if (typeof cb === "function") {
264
- if (typeof optionsOrCb !== "object")
265
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
266
- this.send(command, optionsOrCb || {}, cb);
267
- }
268
- else {
269
- return this.send(command, optionsOrCb);
270
- }
271
- }
272
- deregisterType(args, optionsOrCb, cb) {
273
- const command = new DeregisterTypeCommand_1.DeregisterTypeCommand(args);
274
- if (typeof optionsOrCb === "function") {
275
- this.send(command, optionsOrCb);
276
- }
277
- else if (typeof cb === "function") {
278
- if (typeof optionsOrCb !== "object")
279
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
280
- this.send(command, optionsOrCb || {}, cb);
281
- }
282
- else {
283
- return this.send(command, optionsOrCb);
284
- }
285
- }
286
- describeAccountLimits(args, optionsOrCb, cb) {
287
- const command = new DescribeAccountLimitsCommand_1.DescribeAccountLimitsCommand(args);
288
- if (typeof optionsOrCb === "function") {
289
- this.send(command, optionsOrCb);
290
- }
291
- else if (typeof cb === "function") {
292
- if (typeof optionsOrCb !== "object")
293
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
294
- this.send(command, optionsOrCb || {}, cb);
295
- }
296
- else {
297
- return this.send(command, optionsOrCb);
298
- }
299
- }
300
- describeChangeSet(args, optionsOrCb, cb) {
301
- const command = new DescribeChangeSetCommand_1.DescribeChangeSetCommand(args);
302
- if (typeof optionsOrCb === "function") {
303
- this.send(command, optionsOrCb);
304
- }
305
- else if (typeof cb === "function") {
306
- if (typeof optionsOrCb !== "object")
307
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
308
- this.send(command, optionsOrCb || {}, cb);
309
- }
310
- else {
311
- return this.send(command, optionsOrCb);
312
- }
313
- }
314
- describePublisher(args, optionsOrCb, cb) {
315
- const command = new DescribePublisherCommand_1.DescribePublisherCommand(args);
316
- if (typeof optionsOrCb === "function") {
317
- this.send(command, optionsOrCb);
318
- }
319
- else if (typeof cb === "function") {
320
- if (typeof optionsOrCb !== "object")
321
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
322
- this.send(command, optionsOrCb || {}, cb);
323
- }
324
- else {
325
- return this.send(command, optionsOrCb);
326
- }
327
- }
328
- describeStackDriftDetectionStatus(args, optionsOrCb, cb) {
329
- const command = new DescribeStackDriftDetectionStatusCommand_1.DescribeStackDriftDetectionStatusCommand(args);
330
- if (typeof optionsOrCb === "function") {
331
- this.send(command, optionsOrCb);
332
- }
333
- else if (typeof cb === "function") {
334
- if (typeof optionsOrCb !== "object")
335
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
336
- this.send(command, optionsOrCb || {}, cb);
337
- }
338
- else {
339
- return this.send(command, optionsOrCb);
340
- }
341
- }
342
- describeStackEvents(args, optionsOrCb, cb) {
343
- const command = new DescribeStackEventsCommand_1.DescribeStackEventsCommand(args);
344
- if (typeof optionsOrCb === "function") {
345
- this.send(command, optionsOrCb);
346
- }
347
- else if (typeof cb === "function") {
348
- if (typeof optionsOrCb !== "object")
349
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
350
- this.send(command, optionsOrCb || {}, cb);
351
- }
352
- else {
353
- return this.send(command, optionsOrCb);
354
- }
355
- }
356
- describeStackInstance(args, optionsOrCb, cb) {
357
- const command = new DescribeStackInstanceCommand_1.DescribeStackInstanceCommand(args);
358
- if (typeof optionsOrCb === "function") {
359
- this.send(command, optionsOrCb);
360
- }
361
- else if (typeof cb === "function") {
362
- if (typeof optionsOrCb !== "object")
363
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
364
- this.send(command, optionsOrCb || {}, cb);
365
- }
366
- else {
367
- return this.send(command, optionsOrCb);
368
- }
369
- }
370
- describeStackResource(args, optionsOrCb, cb) {
371
- const command = new DescribeStackResourceCommand_1.DescribeStackResourceCommand(args);
372
- if (typeof optionsOrCb === "function") {
373
- this.send(command, optionsOrCb);
374
- }
375
- else if (typeof cb === "function") {
376
- if (typeof optionsOrCb !== "object")
377
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
378
- this.send(command, optionsOrCb || {}, cb);
379
- }
380
- else {
381
- return this.send(command, optionsOrCb);
382
- }
383
- }
384
- describeStackResourceDrifts(args, optionsOrCb, cb) {
385
- const command = new DescribeStackResourceDriftsCommand_1.DescribeStackResourceDriftsCommand(args);
386
- if (typeof optionsOrCb === "function") {
387
- this.send(command, optionsOrCb);
388
- }
389
- else if (typeof cb === "function") {
390
- if (typeof optionsOrCb !== "object")
391
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
392
- this.send(command, optionsOrCb || {}, cb);
393
- }
394
- else {
395
- return this.send(command, optionsOrCb);
396
- }
397
- }
398
- describeStackResources(args, optionsOrCb, cb) {
399
- const command = new DescribeStackResourcesCommand_1.DescribeStackResourcesCommand(args);
400
- if (typeof optionsOrCb === "function") {
401
- this.send(command, optionsOrCb);
402
- }
403
- else if (typeof cb === "function") {
404
- if (typeof optionsOrCb !== "object")
405
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
406
- this.send(command, optionsOrCb || {}, cb);
407
- }
408
- else {
409
- return this.send(command, optionsOrCb);
410
- }
411
- }
412
- describeStacks(args, optionsOrCb, cb) {
413
- const command = new DescribeStacksCommand_1.DescribeStacksCommand(args);
414
- if (typeof optionsOrCb === "function") {
415
- this.send(command, optionsOrCb);
416
- }
417
- else if (typeof cb === "function") {
418
- if (typeof optionsOrCb !== "object")
419
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
420
- this.send(command, optionsOrCb || {}, cb);
421
- }
422
- else {
423
- return this.send(command, optionsOrCb);
424
- }
425
- }
426
- describeStackSet(args, optionsOrCb, cb) {
427
- const command = new DescribeStackSetCommand_1.DescribeStackSetCommand(args);
428
- if (typeof optionsOrCb === "function") {
429
- this.send(command, optionsOrCb);
430
- }
431
- else if (typeof cb === "function") {
432
- if (typeof optionsOrCb !== "object")
433
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
434
- this.send(command, optionsOrCb || {}, cb);
435
- }
436
- else {
437
- return this.send(command, optionsOrCb);
438
- }
439
- }
440
- describeStackSetOperation(args, optionsOrCb, cb) {
441
- const command = new DescribeStackSetOperationCommand_1.DescribeStackSetOperationCommand(args);
442
- if (typeof optionsOrCb === "function") {
443
- this.send(command, optionsOrCb);
444
- }
445
- else if (typeof cb === "function") {
446
- if (typeof optionsOrCb !== "object")
447
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
448
- this.send(command, optionsOrCb || {}, cb);
449
- }
450
- else {
451
- return this.send(command, optionsOrCb);
452
- }
453
- }
454
- describeType(args, optionsOrCb, cb) {
455
- const command = new DescribeTypeCommand_1.DescribeTypeCommand(args);
456
- if (typeof optionsOrCb === "function") {
457
- this.send(command, optionsOrCb);
458
- }
459
- else if (typeof cb === "function") {
460
- if (typeof optionsOrCb !== "object")
461
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
462
- this.send(command, optionsOrCb || {}, cb);
463
- }
464
- else {
465
- return this.send(command, optionsOrCb);
466
- }
467
- }
468
- describeTypeRegistration(args, optionsOrCb, cb) {
469
- const command = new DescribeTypeRegistrationCommand_1.DescribeTypeRegistrationCommand(args);
470
- if (typeof optionsOrCb === "function") {
471
- this.send(command, optionsOrCb);
472
- }
473
- else if (typeof cb === "function") {
474
- if (typeof optionsOrCb !== "object")
475
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
476
- this.send(command, optionsOrCb || {}, cb);
477
- }
478
- else {
479
- return this.send(command, optionsOrCb);
480
- }
481
- }
482
- detectStackDrift(args, optionsOrCb, cb) {
483
- const command = new DetectStackDriftCommand_1.DetectStackDriftCommand(args);
484
- if (typeof optionsOrCb === "function") {
485
- this.send(command, optionsOrCb);
486
- }
487
- else if (typeof cb === "function") {
488
- if (typeof optionsOrCb !== "object")
489
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
490
- this.send(command, optionsOrCb || {}, cb);
491
- }
492
- else {
493
- return this.send(command, optionsOrCb);
494
- }
495
- }
496
- detectStackResourceDrift(args, optionsOrCb, cb) {
497
- const command = new DetectStackResourceDriftCommand_1.DetectStackResourceDriftCommand(args);
498
- if (typeof optionsOrCb === "function") {
499
- this.send(command, optionsOrCb);
500
- }
501
- else if (typeof cb === "function") {
502
- if (typeof optionsOrCb !== "object")
503
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
504
- this.send(command, optionsOrCb || {}, cb);
505
- }
506
- else {
507
- return this.send(command, optionsOrCb);
508
- }
509
- }
510
- detectStackSetDrift(args, optionsOrCb, cb) {
511
- const command = new DetectStackSetDriftCommand_1.DetectStackSetDriftCommand(args);
512
- if (typeof optionsOrCb === "function") {
513
- this.send(command, optionsOrCb);
514
- }
515
- else if (typeof cb === "function") {
516
- if (typeof optionsOrCb !== "object")
517
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
518
- this.send(command, optionsOrCb || {}, cb);
519
- }
520
- else {
521
- return this.send(command, optionsOrCb);
522
- }
523
- }
524
- estimateTemplateCost(args, optionsOrCb, cb) {
525
- const command = new EstimateTemplateCostCommand_1.EstimateTemplateCostCommand(args);
526
- if (typeof optionsOrCb === "function") {
527
- this.send(command, optionsOrCb);
528
- }
529
- else if (typeof cb === "function") {
530
- if (typeof optionsOrCb !== "object")
531
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
532
- this.send(command, optionsOrCb || {}, cb);
533
- }
534
- else {
535
- return this.send(command, optionsOrCb);
536
- }
537
- }
538
- executeChangeSet(args, optionsOrCb, cb) {
539
- const command = new ExecuteChangeSetCommand_1.ExecuteChangeSetCommand(args);
540
- if (typeof optionsOrCb === "function") {
541
- this.send(command, optionsOrCb);
542
- }
543
- else if (typeof cb === "function") {
544
- if (typeof optionsOrCb !== "object")
545
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
546
- this.send(command, optionsOrCb || {}, cb);
547
- }
548
- else {
549
- return this.send(command, optionsOrCb);
550
- }
551
- }
552
- getStackPolicy(args, optionsOrCb, cb) {
553
- const command = new GetStackPolicyCommand_1.GetStackPolicyCommand(args);
554
- if (typeof optionsOrCb === "function") {
555
- this.send(command, optionsOrCb);
556
- }
557
- else if (typeof cb === "function") {
558
- if (typeof optionsOrCb !== "object")
559
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
560
- this.send(command, optionsOrCb || {}, cb);
561
- }
562
- else {
563
- return this.send(command, optionsOrCb);
564
- }
565
- }
566
- getTemplate(args, optionsOrCb, cb) {
567
- const command = new GetTemplateCommand_1.GetTemplateCommand(args);
568
- if (typeof optionsOrCb === "function") {
569
- this.send(command, optionsOrCb);
570
- }
571
- else if (typeof cb === "function") {
572
- if (typeof optionsOrCb !== "object")
573
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
574
- this.send(command, optionsOrCb || {}, cb);
575
- }
576
- else {
577
- return this.send(command, optionsOrCb);
578
- }
579
- }
580
- getTemplateSummary(args, optionsOrCb, cb) {
581
- const command = new GetTemplateSummaryCommand_1.GetTemplateSummaryCommand(args);
582
- if (typeof optionsOrCb === "function") {
583
- this.send(command, optionsOrCb);
584
- }
585
- else if (typeof cb === "function") {
586
- if (typeof optionsOrCb !== "object")
587
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
588
- this.send(command, optionsOrCb || {}, cb);
589
- }
590
- else {
591
- return this.send(command, optionsOrCb);
592
- }
593
- }
594
- importStacksToStackSet(args, optionsOrCb, cb) {
595
- const command = new ImportStacksToStackSetCommand_1.ImportStacksToStackSetCommand(args);
596
- if (typeof optionsOrCb === "function") {
597
- this.send(command, optionsOrCb);
598
- }
599
- else if (typeof cb === "function") {
600
- if (typeof optionsOrCb !== "object")
601
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
602
- this.send(command, optionsOrCb || {}, cb);
603
- }
604
- else {
605
- return this.send(command, optionsOrCb);
606
- }
607
- }
608
- listChangeSets(args, optionsOrCb, cb) {
609
- const command = new ListChangeSetsCommand_1.ListChangeSetsCommand(args);
610
- if (typeof optionsOrCb === "function") {
611
- this.send(command, optionsOrCb);
612
- }
613
- else if (typeof cb === "function") {
614
- if (typeof optionsOrCb !== "object")
615
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
616
- this.send(command, optionsOrCb || {}, cb);
617
- }
618
- else {
619
- return this.send(command, optionsOrCb);
620
- }
621
- }
622
- listExports(args, optionsOrCb, cb) {
623
- const command = new ListExportsCommand_1.ListExportsCommand(args);
624
- if (typeof optionsOrCb === "function") {
625
- this.send(command, optionsOrCb);
626
- }
627
- else if (typeof cb === "function") {
628
- if (typeof optionsOrCb !== "object")
629
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
630
- this.send(command, optionsOrCb || {}, cb);
631
- }
632
- else {
633
- return this.send(command, optionsOrCb);
634
- }
635
- }
636
- listImports(args, optionsOrCb, cb) {
637
- const command = new ListImportsCommand_1.ListImportsCommand(args);
638
- if (typeof optionsOrCb === "function") {
639
- this.send(command, optionsOrCb);
640
- }
641
- else if (typeof cb === "function") {
642
- if (typeof optionsOrCb !== "object")
643
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
644
- this.send(command, optionsOrCb || {}, cb);
645
- }
646
- else {
647
- return this.send(command, optionsOrCb);
648
- }
649
- }
650
- listStackInstances(args, optionsOrCb, cb) {
651
- const command = new ListStackInstancesCommand_1.ListStackInstancesCommand(args);
652
- if (typeof optionsOrCb === "function") {
653
- this.send(command, optionsOrCb);
654
- }
655
- else if (typeof cb === "function") {
656
- if (typeof optionsOrCb !== "object")
657
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
658
- this.send(command, optionsOrCb || {}, cb);
659
- }
660
- else {
661
- return this.send(command, optionsOrCb);
662
- }
663
- }
664
- listStackResources(args, optionsOrCb, cb) {
665
- const command = new ListStackResourcesCommand_1.ListStackResourcesCommand(args);
666
- if (typeof optionsOrCb === "function") {
667
- this.send(command, optionsOrCb);
668
- }
669
- else if (typeof cb === "function") {
670
- if (typeof optionsOrCb !== "object")
671
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
672
- this.send(command, optionsOrCb || {}, cb);
673
- }
674
- else {
675
- return this.send(command, optionsOrCb);
676
- }
677
- }
678
- listStacks(args, optionsOrCb, cb) {
679
- const command = new ListStacksCommand_1.ListStacksCommand(args);
680
- if (typeof optionsOrCb === "function") {
681
- this.send(command, optionsOrCb);
682
- }
683
- else if (typeof cb === "function") {
684
- if (typeof optionsOrCb !== "object")
685
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
686
- this.send(command, optionsOrCb || {}, cb);
687
- }
688
- else {
689
- return this.send(command, optionsOrCb);
690
- }
691
- }
692
- listStackSetOperationResults(args, optionsOrCb, cb) {
693
- const command = new ListStackSetOperationResultsCommand_1.ListStackSetOperationResultsCommand(args);
694
- if (typeof optionsOrCb === "function") {
695
- this.send(command, optionsOrCb);
696
- }
697
- else if (typeof cb === "function") {
698
- if (typeof optionsOrCb !== "object")
699
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
700
- this.send(command, optionsOrCb || {}, cb);
701
- }
702
- else {
703
- return this.send(command, optionsOrCb);
704
- }
705
- }
706
- listStackSetOperations(args, optionsOrCb, cb) {
707
- const command = new ListStackSetOperationsCommand_1.ListStackSetOperationsCommand(args);
708
- if (typeof optionsOrCb === "function") {
709
- this.send(command, optionsOrCb);
710
- }
711
- else if (typeof cb === "function") {
712
- if (typeof optionsOrCb !== "object")
713
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
714
- this.send(command, optionsOrCb || {}, cb);
715
- }
716
- else {
717
- return this.send(command, optionsOrCb);
718
- }
719
- }
720
- listStackSets(args, optionsOrCb, cb) {
721
- const command = new ListStackSetsCommand_1.ListStackSetsCommand(args);
722
- if (typeof optionsOrCb === "function") {
723
- this.send(command, optionsOrCb);
724
- }
725
- else if (typeof cb === "function") {
726
- if (typeof optionsOrCb !== "object")
727
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
728
- this.send(command, optionsOrCb || {}, cb);
729
- }
730
- else {
731
- return this.send(command, optionsOrCb);
732
- }
733
- }
734
- listTypeRegistrations(args, optionsOrCb, cb) {
735
- const command = new ListTypeRegistrationsCommand_1.ListTypeRegistrationsCommand(args);
736
- if (typeof optionsOrCb === "function") {
737
- this.send(command, optionsOrCb);
738
- }
739
- else if (typeof cb === "function") {
740
- if (typeof optionsOrCb !== "object")
741
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
742
- this.send(command, optionsOrCb || {}, cb);
743
- }
744
- else {
745
- return this.send(command, optionsOrCb);
746
- }
747
- }
748
- listTypes(args, optionsOrCb, cb) {
749
- const command = new ListTypesCommand_1.ListTypesCommand(args);
750
- if (typeof optionsOrCb === "function") {
751
- this.send(command, optionsOrCb);
752
- }
753
- else if (typeof cb === "function") {
754
- if (typeof optionsOrCb !== "object")
755
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
756
- this.send(command, optionsOrCb || {}, cb);
757
- }
758
- else {
759
- return this.send(command, optionsOrCb);
760
- }
761
- }
762
- listTypeVersions(args, optionsOrCb, cb) {
763
- const command = new ListTypeVersionsCommand_1.ListTypeVersionsCommand(args);
764
- if (typeof optionsOrCb === "function") {
765
- this.send(command, optionsOrCb);
766
- }
767
- else if (typeof cb === "function") {
768
- if (typeof optionsOrCb !== "object")
769
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
770
- this.send(command, optionsOrCb || {}, cb);
771
- }
772
- else {
773
- return this.send(command, optionsOrCb);
774
- }
775
- }
776
- publishType(args, optionsOrCb, cb) {
777
- const command = new PublishTypeCommand_1.PublishTypeCommand(args);
778
- if (typeof optionsOrCb === "function") {
779
- this.send(command, optionsOrCb);
780
- }
781
- else if (typeof cb === "function") {
782
- if (typeof optionsOrCb !== "object")
783
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
784
- this.send(command, optionsOrCb || {}, cb);
785
- }
786
- else {
787
- return this.send(command, optionsOrCb);
788
- }
789
- }
790
- recordHandlerProgress(args, optionsOrCb, cb) {
791
- const command = new RecordHandlerProgressCommand_1.RecordHandlerProgressCommand(args);
792
- if (typeof optionsOrCb === "function") {
793
- this.send(command, optionsOrCb);
794
- }
795
- else if (typeof cb === "function") {
796
- if (typeof optionsOrCb !== "object")
797
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
798
- this.send(command, optionsOrCb || {}, cb);
799
- }
800
- else {
801
- return this.send(command, optionsOrCb);
802
- }
803
- }
804
- registerPublisher(args, optionsOrCb, cb) {
805
- const command = new RegisterPublisherCommand_1.RegisterPublisherCommand(args);
806
- if (typeof optionsOrCb === "function") {
807
- this.send(command, optionsOrCb);
808
- }
809
- else if (typeof cb === "function") {
810
- if (typeof optionsOrCb !== "object")
811
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
812
- this.send(command, optionsOrCb || {}, cb);
813
- }
814
- else {
815
- return this.send(command, optionsOrCb);
816
- }
817
- }
818
- registerType(args, optionsOrCb, cb) {
819
- const command = new RegisterTypeCommand_1.RegisterTypeCommand(args);
820
- if (typeof optionsOrCb === "function") {
821
- this.send(command, optionsOrCb);
822
- }
823
- else if (typeof cb === "function") {
824
- if (typeof optionsOrCb !== "object")
825
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
826
- this.send(command, optionsOrCb || {}, cb);
827
- }
828
- else {
829
- return this.send(command, optionsOrCb);
830
- }
831
- }
832
- rollbackStack(args, optionsOrCb, cb) {
833
- const command = new RollbackStackCommand_1.RollbackStackCommand(args);
834
- if (typeof optionsOrCb === "function") {
835
- this.send(command, optionsOrCb);
836
- }
837
- else if (typeof cb === "function") {
838
- if (typeof optionsOrCb !== "object")
839
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
840
- this.send(command, optionsOrCb || {}, cb);
841
- }
842
- else {
843
- return this.send(command, optionsOrCb);
844
- }
845
- }
846
- setStackPolicy(args, optionsOrCb, cb) {
847
- const command = new SetStackPolicyCommand_1.SetStackPolicyCommand(args);
848
- if (typeof optionsOrCb === "function") {
849
- this.send(command, optionsOrCb);
850
- }
851
- else if (typeof cb === "function") {
852
- if (typeof optionsOrCb !== "object")
853
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
854
- this.send(command, optionsOrCb || {}, cb);
855
- }
856
- else {
857
- return this.send(command, optionsOrCb);
858
- }
859
- }
860
- setTypeConfiguration(args, optionsOrCb, cb) {
861
- const command = new SetTypeConfigurationCommand_1.SetTypeConfigurationCommand(args);
862
- if (typeof optionsOrCb === "function") {
863
- this.send(command, optionsOrCb);
864
- }
865
- else if (typeof cb === "function") {
866
- if (typeof optionsOrCb !== "object")
867
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
868
- this.send(command, optionsOrCb || {}, cb);
869
- }
870
- else {
871
- return this.send(command, optionsOrCb);
872
- }
873
- }
874
- setTypeDefaultVersion(args, optionsOrCb, cb) {
875
- const command = new SetTypeDefaultVersionCommand_1.SetTypeDefaultVersionCommand(args);
876
- if (typeof optionsOrCb === "function") {
877
- this.send(command, optionsOrCb);
878
- }
879
- else if (typeof cb === "function") {
880
- if (typeof optionsOrCb !== "object")
881
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
882
- this.send(command, optionsOrCb || {}, cb);
883
- }
884
- else {
885
- return this.send(command, optionsOrCb);
886
- }
887
- }
888
- signalResource(args, optionsOrCb, cb) {
889
- const command = new SignalResourceCommand_1.SignalResourceCommand(args);
890
- if (typeof optionsOrCb === "function") {
891
- this.send(command, optionsOrCb);
892
- }
893
- else if (typeof cb === "function") {
894
- if (typeof optionsOrCb !== "object")
895
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
896
- this.send(command, optionsOrCb || {}, cb);
897
- }
898
- else {
899
- return this.send(command, optionsOrCb);
900
- }
901
- }
902
- stopStackSetOperation(args, optionsOrCb, cb) {
903
- const command = new StopStackSetOperationCommand_1.StopStackSetOperationCommand(args);
904
- if (typeof optionsOrCb === "function") {
905
- this.send(command, optionsOrCb);
906
- }
907
- else if (typeof cb === "function") {
908
- if (typeof optionsOrCb !== "object")
909
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
910
- this.send(command, optionsOrCb || {}, cb);
911
- }
912
- else {
913
- return this.send(command, optionsOrCb);
914
- }
915
- }
916
- testType(args, optionsOrCb, cb) {
917
- const command = new TestTypeCommand_1.TestTypeCommand(args);
918
- if (typeof optionsOrCb === "function") {
919
- this.send(command, optionsOrCb);
920
- }
921
- else if (typeof cb === "function") {
922
- if (typeof optionsOrCb !== "object")
923
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
924
- this.send(command, optionsOrCb || {}, cb);
925
- }
926
- else {
927
- return this.send(command, optionsOrCb);
928
- }
929
- }
930
- updateStack(args, optionsOrCb, cb) {
931
- const command = new UpdateStackCommand_1.UpdateStackCommand(args);
932
- if (typeof optionsOrCb === "function") {
933
- this.send(command, optionsOrCb);
934
- }
935
- else if (typeof cb === "function") {
936
- if (typeof optionsOrCb !== "object")
937
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
938
- this.send(command, optionsOrCb || {}, cb);
939
- }
940
- else {
941
- return this.send(command, optionsOrCb);
942
- }
943
- }
944
- updateStackInstances(args, optionsOrCb, cb) {
945
- const command = new UpdateStackInstancesCommand_1.UpdateStackInstancesCommand(args);
946
- if (typeof optionsOrCb === "function") {
947
- this.send(command, optionsOrCb);
948
- }
949
- else if (typeof cb === "function") {
950
- if (typeof optionsOrCb !== "object")
951
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
952
- this.send(command, optionsOrCb || {}, cb);
953
- }
954
- else {
955
- return this.send(command, optionsOrCb);
956
- }
957
- }
958
- updateStackSet(args, optionsOrCb, cb) {
959
- const command = new UpdateStackSetCommand_1.UpdateStackSetCommand(args);
960
- if (typeof optionsOrCb === "function") {
961
- this.send(command, optionsOrCb);
962
- }
963
- else if (typeof cb === "function") {
964
- if (typeof optionsOrCb !== "object")
965
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
966
- this.send(command, optionsOrCb || {}, cb);
967
- }
968
- else {
969
- return this.send(command, optionsOrCb);
970
- }
971
- }
972
- updateTerminationProtection(args, optionsOrCb, cb) {
973
- const command = new UpdateTerminationProtectionCommand_1.UpdateTerminationProtectionCommand(args);
974
- if (typeof optionsOrCb === "function") {
975
- this.send(command, optionsOrCb);
976
- }
977
- else if (typeof cb === "function") {
978
- if (typeof optionsOrCb !== "object")
979
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
980
- this.send(command, optionsOrCb || {}, cb);
981
- }
982
- else {
983
- return this.send(command, optionsOrCb);
984
- }
985
- }
986
- validateTemplate(args, optionsOrCb, cb) {
987
- const command = new ValidateTemplateCommand_1.ValidateTemplateCommand(args);
988
- if (typeof optionsOrCb === "function") {
989
- this.send(command, optionsOrCb);
990
- }
991
- else if (typeof cb === "function") {
992
- if (typeof optionsOrCb !== "object")
993
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
994
- this.send(command, optionsOrCb || {}, cb);
995
- }
996
- else {
997
- return this.send(command, optionsOrCb);
998
- }
999
- }
1000
- }
1001
- exports.CloudFormation = CloudFormation;
1002
- //# sourceMappingURL=CloudFormation.js.map