@aws-sdk/client-cloudformation 3.477.0 → 3.481.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 (349) hide show
  1. package/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +18 -41
  2. package/dist-cjs/commands/ActivateTypeCommand.js +18 -41
  3. package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +18 -41
  4. package/dist-cjs/commands/CancelUpdateStackCommand.js +18 -41
  5. package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +18 -41
  6. package/dist-cjs/commands/CreateChangeSetCommand.js +18 -41
  7. package/dist-cjs/commands/CreateStackCommand.js +18 -41
  8. package/dist-cjs/commands/CreateStackInstancesCommand.js +18 -41
  9. package/dist-cjs/commands/CreateStackSetCommand.js +18 -41
  10. package/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +18 -41
  11. package/dist-cjs/commands/DeactivateTypeCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteChangeSetCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteStackCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteStackInstancesCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteStackSetCommand.js +18 -41
  16. package/dist-cjs/commands/DeregisterTypeCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeChangeSetCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +18 -41
  21. package/dist-cjs/commands/DescribePublisherCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeStackEventsCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeStackInstanceCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeStackResourceCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeStackResourcesCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeStackSetCommand.js +18 -41
  29. package/dist-cjs/commands/DescribeStackSetOperationCommand.js +18 -41
  30. package/dist-cjs/commands/DescribeStacksCommand.js +18 -41
  31. package/dist-cjs/commands/DescribeTypeCommand.js +18 -41
  32. package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +18 -41
  33. package/dist-cjs/commands/DetectStackDriftCommand.js +18 -41
  34. package/dist-cjs/commands/DetectStackResourceDriftCommand.js +18 -41
  35. package/dist-cjs/commands/DetectStackSetDriftCommand.js +18 -41
  36. package/dist-cjs/commands/EstimateTemplateCostCommand.js +18 -41
  37. package/dist-cjs/commands/ExecuteChangeSetCommand.js +18 -41
  38. package/dist-cjs/commands/GetStackPolicyCommand.js +18 -41
  39. package/dist-cjs/commands/GetTemplateCommand.js +18 -41
  40. package/dist-cjs/commands/GetTemplateSummaryCommand.js +18 -41
  41. package/dist-cjs/commands/ImportStacksToStackSetCommand.js +18 -41
  42. package/dist-cjs/commands/ListChangeSetsCommand.js +18 -41
  43. package/dist-cjs/commands/ListExportsCommand.js +18 -41
  44. package/dist-cjs/commands/ListImportsCommand.js +18 -41
  45. package/dist-cjs/commands/ListStackInstanceResourceDriftsCommand.js +18 -41
  46. package/dist-cjs/commands/ListStackInstancesCommand.js +18 -41
  47. package/dist-cjs/commands/ListStackResourcesCommand.js +18 -41
  48. package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +18 -41
  49. package/dist-cjs/commands/ListStackSetOperationsCommand.js +18 -41
  50. package/dist-cjs/commands/ListStackSetsCommand.js +18 -41
  51. package/dist-cjs/commands/ListStacksCommand.js +18 -41
  52. package/dist-cjs/commands/ListTypeRegistrationsCommand.js +18 -41
  53. package/dist-cjs/commands/ListTypeVersionsCommand.js +18 -41
  54. package/dist-cjs/commands/ListTypesCommand.js +18 -41
  55. package/dist-cjs/commands/PublishTypeCommand.js +18 -41
  56. package/dist-cjs/commands/RecordHandlerProgressCommand.js +18 -41
  57. package/dist-cjs/commands/RegisterPublisherCommand.js +18 -41
  58. package/dist-cjs/commands/RegisterTypeCommand.js +18 -41
  59. package/dist-cjs/commands/RollbackStackCommand.js +18 -41
  60. package/dist-cjs/commands/SetStackPolicyCommand.js +18 -41
  61. package/dist-cjs/commands/SetTypeConfigurationCommand.js +18 -41
  62. package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +18 -41
  63. package/dist-cjs/commands/SignalResourceCommand.js +18 -41
  64. package/dist-cjs/commands/StopStackSetOperationCommand.js +18 -41
  65. package/dist-cjs/commands/TestTypeCommand.js +18 -41
  66. package/dist-cjs/commands/UpdateStackCommand.js +18 -41
  67. package/dist-cjs/commands/UpdateStackInstancesCommand.js +18 -41
  68. package/dist-cjs/commands/UpdateStackSetCommand.js +18 -41
  69. package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +18 -41
  70. package/dist-cjs/commands/ValidateTemplateCommand.js +18 -41
  71. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  72. package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +2 -23
  73. package/dist-cjs/pagination/DescribeStackEventsPaginator.js +2 -23
  74. package/dist-cjs/pagination/DescribeStackResourceDriftsPaginator.js +2 -24
  75. package/dist-cjs/pagination/DescribeStacksPaginator.js +2 -23
  76. package/dist-cjs/pagination/ListChangeSetsPaginator.js +2 -23
  77. package/dist-cjs/pagination/ListExportsPaginator.js +2 -23
  78. package/dist-cjs/pagination/ListImportsPaginator.js +2 -23
  79. package/dist-cjs/pagination/ListStackInstancesPaginator.js +2 -24
  80. package/dist-cjs/pagination/ListStackResourcesPaginator.js +2 -23
  81. package/dist-cjs/pagination/ListStackSetOperationResultsPaginator.js +2 -24
  82. package/dist-cjs/pagination/ListStackSetOperationsPaginator.js +2 -24
  83. package/dist-cjs/pagination/ListStackSetsPaginator.js +2 -24
  84. package/dist-cjs/pagination/ListStacksPaginator.js +2 -23
  85. package/dist-cjs/pagination/ListTypeRegistrationsPaginator.js +2 -24
  86. package/dist-cjs/pagination/ListTypeVersionsPaginator.js +2 -24
  87. package/dist-cjs/pagination/ListTypesPaginator.js +2 -24
  88. package/dist-es/commands/ActivateOrganizationsAccessCommand.js +18 -41
  89. package/dist-es/commands/ActivateTypeCommand.js +18 -41
  90. package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +18 -41
  91. package/dist-es/commands/CancelUpdateStackCommand.js +18 -41
  92. package/dist-es/commands/ContinueUpdateRollbackCommand.js +18 -41
  93. package/dist-es/commands/CreateChangeSetCommand.js +18 -41
  94. package/dist-es/commands/CreateStackCommand.js +18 -41
  95. package/dist-es/commands/CreateStackInstancesCommand.js +18 -41
  96. package/dist-es/commands/CreateStackSetCommand.js +18 -41
  97. package/dist-es/commands/DeactivateOrganizationsAccessCommand.js +18 -41
  98. package/dist-es/commands/DeactivateTypeCommand.js +18 -41
  99. package/dist-es/commands/DeleteChangeSetCommand.js +18 -41
  100. package/dist-es/commands/DeleteStackCommand.js +18 -41
  101. package/dist-es/commands/DeleteStackInstancesCommand.js +18 -41
  102. package/dist-es/commands/DeleteStackSetCommand.js +18 -41
  103. package/dist-es/commands/DeregisterTypeCommand.js +18 -41
  104. package/dist-es/commands/DescribeAccountLimitsCommand.js +18 -41
  105. package/dist-es/commands/DescribeChangeSetCommand.js +18 -41
  106. package/dist-es/commands/DescribeChangeSetHooksCommand.js +18 -41
  107. package/dist-es/commands/DescribeOrganizationsAccessCommand.js +18 -41
  108. package/dist-es/commands/DescribePublisherCommand.js +18 -41
  109. package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +18 -41
  110. package/dist-es/commands/DescribeStackEventsCommand.js +18 -41
  111. package/dist-es/commands/DescribeStackInstanceCommand.js +18 -41
  112. package/dist-es/commands/DescribeStackResourceCommand.js +18 -41
  113. package/dist-es/commands/DescribeStackResourceDriftsCommand.js +18 -41
  114. package/dist-es/commands/DescribeStackResourcesCommand.js +18 -41
  115. package/dist-es/commands/DescribeStackSetCommand.js +18 -41
  116. package/dist-es/commands/DescribeStackSetOperationCommand.js +18 -41
  117. package/dist-es/commands/DescribeStacksCommand.js +18 -41
  118. package/dist-es/commands/DescribeTypeCommand.js +18 -41
  119. package/dist-es/commands/DescribeTypeRegistrationCommand.js +18 -41
  120. package/dist-es/commands/DetectStackDriftCommand.js +18 -41
  121. package/dist-es/commands/DetectStackResourceDriftCommand.js +18 -41
  122. package/dist-es/commands/DetectStackSetDriftCommand.js +18 -41
  123. package/dist-es/commands/EstimateTemplateCostCommand.js +18 -41
  124. package/dist-es/commands/ExecuteChangeSetCommand.js +18 -41
  125. package/dist-es/commands/GetStackPolicyCommand.js +18 -41
  126. package/dist-es/commands/GetTemplateCommand.js +18 -41
  127. package/dist-es/commands/GetTemplateSummaryCommand.js +18 -41
  128. package/dist-es/commands/ImportStacksToStackSetCommand.js +18 -41
  129. package/dist-es/commands/ListChangeSetsCommand.js +18 -41
  130. package/dist-es/commands/ListExportsCommand.js +18 -41
  131. package/dist-es/commands/ListImportsCommand.js +18 -41
  132. package/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +18 -41
  133. package/dist-es/commands/ListStackInstancesCommand.js +18 -41
  134. package/dist-es/commands/ListStackResourcesCommand.js +18 -41
  135. package/dist-es/commands/ListStackSetOperationResultsCommand.js +18 -41
  136. package/dist-es/commands/ListStackSetOperationsCommand.js +18 -41
  137. package/dist-es/commands/ListStackSetsCommand.js +18 -41
  138. package/dist-es/commands/ListStacksCommand.js +18 -41
  139. package/dist-es/commands/ListTypeRegistrationsCommand.js +18 -41
  140. package/dist-es/commands/ListTypeVersionsCommand.js +18 -41
  141. package/dist-es/commands/ListTypesCommand.js +18 -41
  142. package/dist-es/commands/PublishTypeCommand.js +18 -41
  143. package/dist-es/commands/RecordHandlerProgressCommand.js +18 -41
  144. package/dist-es/commands/RegisterPublisherCommand.js +18 -41
  145. package/dist-es/commands/RegisterTypeCommand.js +18 -41
  146. package/dist-es/commands/RollbackStackCommand.js +18 -41
  147. package/dist-es/commands/SetStackPolicyCommand.js +18 -41
  148. package/dist-es/commands/SetTypeConfigurationCommand.js +18 -41
  149. package/dist-es/commands/SetTypeDefaultVersionCommand.js +18 -41
  150. package/dist-es/commands/SignalResourceCommand.js +18 -41
  151. package/dist-es/commands/StopStackSetOperationCommand.js +18 -41
  152. package/dist-es/commands/TestTypeCommand.js +18 -41
  153. package/dist-es/commands/UpdateStackCommand.js +18 -41
  154. package/dist-es/commands/UpdateStackInstancesCommand.js +18 -41
  155. package/dist-es/commands/UpdateStackSetCommand.js +18 -41
  156. package/dist-es/commands/UpdateTerminationProtectionCommand.js +18 -41
  157. package/dist-es/commands/ValidateTemplateCommand.js +18 -41
  158. package/dist-es/endpoint/EndpointParameters.js +6 -0
  159. package/dist-es/pagination/DescribeAccountLimitsPaginator.js +2 -22
  160. package/dist-es/pagination/DescribeStackEventsPaginator.js +2 -22
  161. package/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +2 -23
  162. package/dist-es/pagination/DescribeStacksPaginator.js +2 -22
  163. package/dist-es/pagination/ListChangeSetsPaginator.js +2 -22
  164. package/dist-es/pagination/ListExportsPaginator.js +2 -22
  165. package/dist-es/pagination/ListImportsPaginator.js +2 -22
  166. package/dist-es/pagination/ListStackInstancesPaginator.js +2 -23
  167. package/dist-es/pagination/ListStackResourcesPaginator.js +2 -22
  168. package/dist-es/pagination/ListStackSetOperationResultsPaginator.js +2 -23
  169. package/dist-es/pagination/ListStackSetOperationsPaginator.js +2 -23
  170. package/dist-es/pagination/ListStackSetsPaginator.js +2 -23
  171. package/dist-es/pagination/ListStacksPaginator.js +2 -22
  172. package/dist-es/pagination/ListTypeRegistrationsPaginator.js +2 -23
  173. package/dist-es/pagination/ListTypeVersionsPaginator.js +2 -23
  174. package/dist-es/pagination/ListTypesPaginator.js +2 -23
  175. package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +6 -21
  176. package/dist-types/commands/ActivateTypeCommand.d.ts +6 -21
  177. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +6 -21
  178. package/dist-types/commands/CancelUpdateStackCommand.d.ts +6 -21
  179. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +6 -21
  180. package/dist-types/commands/CreateChangeSetCommand.d.ts +6 -21
  181. package/dist-types/commands/CreateStackCommand.d.ts +6 -21
  182. package/dist-types/commands/CreateStackInstancesCommand.d.ts +6 -21
  183. package/dist-types/commands/CreateStackSetCommand.d.ts +6 -21
  184. package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +6 -21
  185. package/dist-types/commands/DeactivateTypeCommand.d.ts +6 -21
  186. package/dist-types/commands/DeleteChangeSetCommand.d.ts +6 -21
  187. package/dist-types/commands/DeleteStackCommand.d.ts +6 -21
  188. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +6 -21
  189. package/dist-types/commands/DeleteStackSetCommand.d.ts +6 -21
  190. package/dist-types/commands/DeregisterTypeCommand.d.ts +6 -21
  191. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -21
  192. package/dist-types/commands/DescribeChangeSetCommand.d.ts +6 -21
  193. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +6 -21
  194. package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +6 -21
  195. package/dist-types/commands/DescribePublisherCommand.d.ts +6 -21
  196. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +6 -21
  197. package/dist-types/commands/DescribeStackEventsCommand.d.ts +6 -21
  198. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +6 -21
  199. package/dist-types/commands/DescribeStackResourceCommand.d.ts +6 -21
  200. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +6 -21
  201. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +6 -21
  202. package/dist-types/commands/DescribeStackSetCommand.d.ts +6 -21
  203. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +6 -21
  204. package/dist-types/commands/DescribeStacksCommand.d.ts +6 -21
  205. package/dist-types/commands/DescribeTypeCommand.d.ts +6 -21
  206. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +6 -21
  207. package/dist-types/commands/DetectStackDriftCommand.d.ts +6 -21
  208. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +6 -21
  209. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +6 -21
  210. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +6 -21
  211. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +6 -21
  212. package/dist-types/commands/GetStackPolicyCommand.d.ts +6 -21
  213. package/dist-types/commands/GetTemplateCommand.d.ts +6 -21
  214. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +6 -21
  215. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +6 -21
  216. package/dist-types/commands/ListChangeSetsCommand.d.ts +6 -21
  217. package/dist-types/commands/ListExportsCommand.d.ts +6 -21
  218. package/dist-types/commands/ListImportsCommand.d.ts +6 -21
  219. package/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +6 -21
  220. package/dist-types/commands/ListStackInstancesCommand.d.ts +6 -21
  221. package/dist-types/commands/ListStackResourcesCommand.d.ts +6 -21
  222. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +6 -21
  223. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +6 -21
  224. package/dist-types/commands/ListStackSetsCommand.d.ts +6 -21
  225. package/dist-types/commands/ListStacksCommand.d.ts +6 -21
  226. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +6 -21
  227. package/dist-types/commands/ListTypeVersionsCommand.d.ts +6 -21
  228. package/dist-types/commands/ListTypesCommand.d.ts +6 -21
  229. package/dist-types/commands/PublishTypeCommand.d.ts +6 -21
  230. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +6 -21
  231. package/dist-types/commands/RegisterPublisherCommand.d.ts +6 -21
  232. package/dist-types/commands/RegisterTypeCommand.d.ts +6 -21
  233. package/dist-types/commands/RollbackStackCommand.d.ts +6 -21
  234. package/dist-types/commands/SetStackPolicyCommand.d.ts +6 -21
  235. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +6 -21
  236. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +6 -21
  237. package/dist-types/commands/SignalResourceCommand.d.ts +6 -21
  238. package/dist-types/commands/StopStackSetOperationCommand.d.ts +6 -21
  239. package/dist-types/commands/TestTypeCommand.d.ts +6 -21
  240. package/dist-types/commands/UpdateStackCommand.d.ts +6 -21
  241. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +6 -21
  242. package/dist-types/commands/UpdateStackSetCommand.d.ts +6 -21
  243. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +6 -21
  244. package/dist-types/commands/ValidateTemplateCommand.d.ts +6 -21
  245. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  246. package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +1 -1
  247. package/dist-types/pagination/DescribeStackEventsPaginator.d.ts +1 -1
  248. package/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +1 -1
  249. package/dist-types/pagination/DescribeStacksPaginator.d.ts +1 -1
  250. package/dist-types/pagination/ListChangeSetsPaginator.d.ts +1 -1
  251. package/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
  252. package/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
  253. package/dist-types/pagination/ListStackInstancesPaginator.d.ts +1 -1
  254. package/dist-types/pagination/ListStackResourcesPaginator.d.ts +1 -1
  255. package/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +1 -1
  256. package/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +1 -1
  257. package/dist-types/pagination/ListStackSetsPaginator.d.ts +1 -1
  258. package/dist-types/pagination/ListStacksPaginator.d.ts +1 -1
  259. package/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +1 -1
  260. package/dist-types/pagination/ListTypeVersionsPaginator.d.ts +1 -1
  261. package/dist-types/pagination/ListTypesPaginator.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +12 -24
  263. package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +14 -23
  264. package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +12 -24
  265. package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +14 -23
  266. package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +12 -24
  267. package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +14 -23
  268. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +14 -23
  269. package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +12 -24
  270. package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +14 -23
  271. package/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +12 -24
  272. package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +14 -23
  273. package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +14 -23
  274. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +14 -23
  275. package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +12 -24
  276. package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +14 -23
  277. package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +14 -23
  278. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -24
  279. package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +14 -23
  280. package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +12 -24
  281. package/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +12 -24
  282. package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +14 -23
  283. package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +12 -24
  284. package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +14 -23
  285. package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +12 -24
  286. package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +12 -24
  287. package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +12 -24
  288. package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +12 -24
  289. package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +14 -23
  290. package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +12 -24
  291. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +14 -23
  292. package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +14 -23
  293. package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +12 -24
  294. package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +14 -23
  295. package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +12 -24
  296. package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +14 -23
  297. package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +12 -24
  298. package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +14 -23
  299. package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +14 -23
  300. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +14 -23
  301. package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +14 -23
  302. package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +12 -24
  303. package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +14 -23
  304. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +14 -23
  305. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +14 -23
  306. package/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +12 -24
  307. package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +14 -23
  308. package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +14 -23
  309. package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +12 -24
  310. package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +12 -24
  311. package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +14 -23
  312. package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +14 -23
  313. package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +12 -24
  314. package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +14 -23
  315. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +14 -23
  316. package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +14 -23
  317. package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +12 -24
  318. package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +14 -23
  319. package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +14 -23
  320. package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +14 -23
  321. package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +14 -23
  322. package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +12 -24
  323. package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +12 -24
  324. package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +14 -23
  325. package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +12 -24
  326. package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +14 -23
  327. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +14 -23
  328. package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +12 -24
  329. package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +14 -23
  330. package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +12 -24
  331. package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +14 -23
  332. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  333. package/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +3 -3
  334. package/dist-types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +3 -3
  335. package/dist-types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +3 -3
  336. package/dist-types/ts3.4/pagination/DescribeStacksPaginator.d.ts +3 -3
  337. package/dist-types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +3 -3
  338. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +3 -3
  339. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +3 -3
  340. package/dist-types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +3 -3
  341. package/dist-types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +3 -3
  342. package/dist-types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +3 -3
  343. package/dist-types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +3 -3
  344. package/dist-types/ts3.4/pagination/ListStackSetsPaginator.d.ts +3 -3
  345. package/dist-types/ts3.4/pagination/ListStacksPaginator.d.ts +3 -3
  346. package/dist-types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +3 -3
  347. package/dist-types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +3 -3
  348. package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +3 -3
  349. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
4
  import { DeleteStackInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteStackCommandInput extends DeleteStackInput {
21
20
  */
22
21
  export interface DeleteStackCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteStackCommand_base: {
24
+ new (input: DeleteStackCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStackCommandInput, DeleteStackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks don't
@@ -58,23 +61,5 @@ export interface DeleteStackCommandOutput extends __MetadataBearer {
58
61
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
59
62
  *
60
63
  */
61
- export declare class DeleteStackCommand extends $Command<DeleteStackCommandInput, DeleteStackCommandOutput, CloudFormationClientResolvedConfig> {
62
- readonly input: DeleteStackCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: DeleteStackCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStackCommandInput, DeleteStackCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class DeleteStackCommand extends DeleteStackCommand_base {
80
65
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
4
  import { DeleteStackInstancesInput, DeleteStackInstancesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteStackInstancesCommandInput extends DeleteStackInstancesIn
21
20
  */
22
21
  export interface DeleteStackInstancesCommandOutput extends DeleteStackInstancesOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteStackInstancesCommand_base: {
24
+ new (input: DeleteStackInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes stack instances for the specified accounts, in the specified Amazon Web Services Regions.</p>
@@ -97,23 +100,5 @@ export interface DeleteStackInstancesCommandOutput extends DeleteStackInstancesO
97
100
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
98
101
  *
99
102
  */
100
- export declare class DeleteStackInstancesCommand extends $Command<DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
101
- readonly input: DeleteStackInstancesCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: DeleteStackInstancesCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class DeleteStackInstancesCommand extends DeleteStackInstancesCommand_base {
119
104
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
4
  import { DeleteStackSetInput, DeleteStackSetOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteStackSetCommandInput extends DeleteStackSetInput {
21
20
  */
22
21
  export interface DeleteStackSetCommandOutput extends DeleteStackSetOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteStackSetCommand_base: {
24
+ new (input: DeleteStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStackSetCommandInput, DeleteStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a stack set. Before you can delete a stack set, all its member stack instances must be deleted. For more
@@ -59,23 +62,5 @@ export interface DeleteStackSetCommandOutput extends DeleteStackSetOutput, __Met
59
62
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
60
63
  *
61
64
  */
62
- export declare class DeleteStackSetCommand extends $Command<DeleteStackSetCommandInput, DeleteStackSetCommandOutput, CloudFormationClientResolvedConfig> {
63
- readonly input: DeleteStackSetCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: DeleteStackSetCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStackSetCommandInput, DeleteStackSetCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class DeleteStackSetCommand extends DeleteStackSetCommand_base {
81
66
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
4
  import { DeregisterTypeInput, DeregisterTypeOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeregisterTypeCommandInput extends DeregisterTypeInput {
21
20
  */
22
21
  export interface DeregisterTypeCommandOutput extends DeregisterTypeOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeregisterTypeCommand_base: {
24
+ new (input: DeregisterTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterTypeCommandInput, DeregisterTypeCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Marks an extension or extension version as <code>DEPRECATED</code> in the CloudFormation registry,
@@ -67,23 +70,5 @@ export interface DeregisterTypeCommandOutput extends DeregisterTypeOutput, __Met
67
70
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
68
71
  *
69
72
  */
70
- export declare class DeregisterTypeCommand extends $Command<DeregisterTypeCommandInput, DeregisterTypeCommandOutput, CloudFormationClientResolvedConfig> {
71
- readonly input: DeregisterTypeCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeregisterTypeCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterTypeCommandInput, DeregisterTypeCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeregisterTypeCommand extends DeregisterTypeCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
4
  import { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAccountLimitsCommandInput extends DescribeAccountLimits
21
20
  */
22
21
  export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAccountLimitsCommand_base: {
24
+ new (input: DescribeAccountLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves your account's CloudFormation limits, such as the maximum number of stacks that you can create in
@@ -59,23 +62,5 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
59
62
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
60
63
  *
61
64
  */
62
- export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, CloudFormationClientResolvedConfig> {
63
- readonly input: DescribeAccountLimitsCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: DescribeAccountLimitsCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {
81
66
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
4
  import { DescribeChangeSetInput, DescribeChangeSetOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeChangeSetCommandInput extends DescribeChangeSetInput {
21
20
  */
22
21
  export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeChangeSetCommand_base: {
24
+ new (input: DescribeChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the inputs for the change set and a list of changes that CloudFormation will make if you execute the
@@ -135,23 +138,5 @@ export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput,
135
138
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
136
139
  *
137
140
  */
138
- export declare class DescribeChangeSetCommand extends $Command<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
139
- readonly input: DescribeChangeSetCommandInput;
140
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
141
- /**
142
- * @public
143
- */
144
- constructor(input: DescribeChangeSetCommandInput);
145
- /**
146
- * @internal
147
- */
148
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput>;
149
- /**
150
- * @internal
151
- */
152
- private serialize;
153
- /**
154
- * @internal
155
- */
156
- private deserialize;
141
+ export declare class DescribeChangeSetCommand extends DescribeChangeSetCommand_base {
157
142
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
4
  import { DescribeChangeSetHooksInput, DescribeChangeSetHooksOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeChangeSetHooksCommandInput extends DescribeChangeSetHoo
21
20
  */
22
21
  export interface DescribeChangeSetHooksCommandOutput extends DescribeChangeSetHooksOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeChangeSetHooksCommand_base: {
24
+ new (input: DescribeChangeSetHooksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns hook-related information for the change set and a list of changes that CloudFormation makes when you
@@ -81,23 +84,5 @@ export interface DescribeChangeSetHooksCommandOutput extends DescribeChangeSetHo
81
84
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
82
85
  *
83
86
  */
84
- export declare class DescribeChangeSetHooksCommand extends $Command<DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput, CloudFormationClientResolvedConfig> {
85
- readonly input: DescribeChangeSetHooksCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: DescribeChangeSetHooksCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class DescribeChangeSetHooksCommand extends DescribeChangeSetHooksCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
4
  import { DescribeOrganizationsAccessInput, DescribeOrganizationsAccessOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeOrganizationsAccessCommandInput extends DescribeOrganiz
21
20
  */
22
21
  export interface DescribeOrganizationsAccessCommandOutput extends DescribeOrganizationsAccessOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeOrganizationsAccessCommand_base: {
24
+ new (input: DescribeOrganizationsAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about the account's <code>OrganizationAccess</code> status. This API
@@ -60,23 +63,5 @@ export interface DescribeOrganizationsAccessCommandOutput extends DescribeOrgani
60
63
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
61
64
  *
62
65
  */
63
- export declare class DescribeOrganizationsAccessCommand extends $Command<DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput, CloudFormationClientResolvedConfig> {
64
- readonly input: DescribeOrganizationsAccessCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: DescribeOrganizationsAccessCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class DescribeOrganizationsAccessCommand extends DescribeOrganizationsAccessCommand_base {
82
67
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
4
  import { DescribePublisherInput, DescribePublisherOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribePublisherCommandInput extends DescribePublisherInput {
21
20
  */
22
21
  export interface DescribePublisherCommandOutput extends DescribePublisherOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribePublisherCommand_base: {
24
+ new (input: DescribePublisherCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePublisherCommandInput, DescribePublisherCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about a CloudFormation extension publisher.</p>
@@ -74,23 +77,5 @@ export interface DescribePublisherCommandOutput extends DescribePublisherOutput,
74
77
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
75
78
  *
76
79
  */
77
- export declare class DescribePublisherCommand extends $Command<DescribePublisherCommandInput, DescribePublisherCommandOutput, CloudFormationClientResolvedConfig> {
78
- readonly input: DescribePublisherCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: DescribePublisherCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePublisherCommandInput, DescribePublisherCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class DescribePublisherCommand extends DescribePublisherCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
4
  import { DescribeStackDriftDetectionStatusInput, DescribeStackDriftDetectionStatusOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeStackDriftDetectionStatusCommandInput extends DescribeS
21
20
  */
22
21
  export interface DescribeStackDriftDetectionStatusCommandOutput extends DescribeStackDriftDetectionStatusOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeStackDriftDetectionStatusCommand_base: {
24
+ new (input: DescribeStackDriftDetectionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about a stack drift detection operation. A stack drift detection operation detects whether a
@@ -66,23 +69,5 @@ export interface DescribeStackDriftDetectionStatusCommandOutput extends Describe
66
69
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
67
70
  *
68
71
  */
69
- export declare class DescribeStackDriftDetectionStatusCommand extends $Command<DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput, CloudFormationClientResolvedConfig> {
70
- readonly input: DescribeStackDriftDetectionStatusCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: DescribeStackDriftDetectionStatusCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class DescribeStackDriftDetectionStatusCommand extends DescribeStackDriftDetectionStatusCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
4
  import { DescribeStackEventsInput, DescribeStackEventsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeStackEventsCommandInput extends DescribeStackEventsInpu
21
20
  */
22
21
  export interface DescribeStackEventsCommandOutput extends DescribeStackEventsOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeStackEventsCommand_base: {
24
+ new (input: DescribeStackEventsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns all stack related events for a specified stack in reverse chronological order. For more information
@@ -78,23 +81,5 @@ export interface DescribeStackEventsCommandOutput extends DescribeStackEventsOut
78
81
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
79
82
  *
80
83
  */
81
- export declare class DescribeStackEventsCommand extends $Command<DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput, CloudFormationClientResolvedConfig> {
82
- readonly input: DescribeStackEventsCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: DescribeStackEventsCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class DescribeStackEventsCommand extends DescribeStackEventsCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
4
  import { DescribeStackInstanceInput, DescribeStackInstanceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeStackInstanceCommandInput extends DescribeStackInstance
21
20
  */
22
21
  export interface DescribeStackInstanceCommandOutput extends DescribeStackInstanceOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeStackInstanceCommand_base: {
24
+ new (input: DescribeStackInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the stack instance that's associated with the specified StackSet, Amazon Web Services account, and
@@ -84,23 +87,5 @@ export interface DescribeStackInstanceCommandOutput extends DescribeStackInstanc
84
87
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
85
88
  *
86
89
  */
87
- export declare class DescribeStackInstanceCommand extends $Command<DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput, CloudFormationClientResolvedConfig> {
88
- readonly input: DescribeStackInstanceCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: DescribeStackInstanceCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class DescribeStackInstanceCommand extends DescribeStackInstanceCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
4
  import { DescribeStackResourceInput, DescribeStackResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeStackResourceCommandInput extends DescribeStackResource
21
20
  */
22
21
  export interface DescribeStackResourceCommandOutput extends DescribeStackResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeStackResourceCommand_base: {
24
+ new (input: DescribeStackResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a description of the specified resource in the specified stack.</p>
@@ -73,23 +76,5 @@ export interface DescribeStackResourceCommandOutput extends DescribeStackResourc
73
76
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
74
77
  *
75
78
  */
76
- export declare class DescribeStackResourceCommand extends $Command<DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput, CloudFormationClientResolvedConfig> {
77
- readonly input: DescribeStackResourceCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DescribeStackResourceCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DescribeStackResourceCommand extends DescribeStackResourceCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
4
  import { DescribeStackResourceDriftsInput, DescribeStackResourceDriftsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeStackResourceDriftsCommandInput extends DescribeStackRe
21
20
  */
22
21
  export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackResourceDriftsOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeStackResourceDriftsCommand_base: {
24
+ new (input: DescribeStackResourceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns drift information for the resources that have been checked for drift in the specified stack. This
@@ -92,23 +95,5 @@ export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackR
92
95
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
93
96
  *
94
97
  */
95
- export declare class DescribeStackResourceDriftsCommand extends $Command<DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput, CloudFormationClientResolvedConfig> {
96
- readonly input: DescribeStackResourceDriftsCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: DescribeStackResourceDriftsCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class DescribeStackResourceDriftsCommand extends DescribeStackResourceDriftsCommand_base {
114
99
  }