@aws-sdk/client-cloudformation 3.33.0 → 3.36.1

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 (1106) 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 +53 -50
  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 -1005
  678. package/dist/es/CloudFormation.js.map +0 -1
  679. package/dist/es/CloudFormationClient.js +0 -62
  680. package/dist/es/CloudFormationClient.js.map +0 -1
  681. package/dist/es/commands/ActivateTypeCommand.js +0 -71
  682. package/dist/es/commands/ActivateTypeCommand.js.map +0 -1
  683. package/dist/es/commands/BatchDescribeTypeConfigurationsCommand.js +0 -68
  684. package/dist/es/commands/BatchDescribeTypeConfigurationsCommand.js.map +0 -1
  685. package/dist/es/commands/CancelUpdateStackCommand.js +0 -69
  686. package/dist/es/commands/CancelUpdateStackCommand.js.map +0 -1
  687. package/dist/es/commands/ContinueUpdateRollbackCommand.js +0 -75
  688. package/dist/es/commands/ContinueUpdateRollbackCommand.js.map +0 -1
  689. package/dist/es/commands/CreateChangeSetCommand.js +0 -85
  690. package/dist/es/commands/CreateChangeSetCommand.js.map +0 -1
  691. package/dist/es/commands/CreateStackCommand.js +0 -66
  692. package/dist/es/commands/CreateStackCommand.js.map +0 -1
  693. package/dist/es/commands/CreateStackInstancesCommand.js +0 -66
  694. package/dist/es/commands/CreateStackInstancesCommand.js.map +0 -1
  695. package/dist/es/commands/CreateStackSetCommand.js +0 -65
  696. package/dist/es/commands/CreateStackSetCommand.js.map +0 -1
  697. package/dist/es/commands/DeactivateTypeCommand.js +0 -70
  698. package/dist/es/commands/DeactivateTypeCommand.js.map +0 -1
  699. package/dist/es/commands/DeleteChangeSetCommand.js +0 -72
  700. package/dist/es/commands/DeleteChangeSetCommand.js.map +0 -1
  701. package/dist/es/commands/DeleteStackCommand.js +0 -67
  702. package/dist/es/commands/DeleteStackCommand.js.map +0 -1
  703. package/dist/es/commands/DeleteStackInstancesCommand.js +0 -65
  704. package/dist/es/commands/DeleteStackInstancesCommand.js.map +0 -1
  705. package/dist/es/commands/DeleteStackSetCommand.js +0 -66
  706. package/dist/es/commands/DeleteStackSetCommand.js.map +0 -1
  707. package/dist/es/commands/DeregisterTypeCommand.js +0 -74
  708. package/dist/es/commands/DeregisterTypeCommand.js.map +0 -1
  709. package/dist/es/commands/DescribeAccountLimitsCommand.js +0 -68
  710. package/dist/es/commands/DescribeAccountLimitsCommand.js.map +0 -1
  711. package/dist/es/commands/DescribeChangeSetCommand.js +0 -67
  712. package/dist/es/commands/DescribeChangeSetCommand.js.map +0 -1
  713. package/dist/es/commands/DescribePublisherCommand.js +0 -83
  714. package/dist/es/commands/DescribePublisherCommand.js.map +0 -1
  715. package/dist/es/commands/DescribeStackDriftDetectionStatusCommand.js +0 -77
  716. package/dist/es/commands/DescribeStackDriftDetectionStatusCommand.js.map +0 -1
  717. package/dist/es/commands/DescribeStackEventsCommand.js +0 -70
  718. package/dist/es/commands/DescribeStackEventsCommand.js.map +0 -1
  719. package/dist/es/commands/DescribeStackInstanceCommand.js +0 -67
  720. package/dist/es/commands/DescribeStackInstanceCommand.js.map +0 -1
  721. package/dist/es/commands/DescribeStackResourceCommand.js +0 -67
  722. package/dist/es/commands/DescribeStackResourceCommand.js.map +0 -1
  723. package/dist/es/commands/DescribeStackResourceDriftsCommand.js +0 -74
  724. package/dist/es/commands/DescribeStackResourceDriftsCommand.js.map +0 -1
  725. package/dist/es/commands/DescribeStackResourcesCommand.js +0 -84
  726. package/dist/es/commands/DescribeStackResourcesCommand.js.map +0 -1
  727. package/dist/es/commands/DescribeStackSetCommand.js +0 -65
  728. package/dist/es/commands/DescribeStackSetCommand.js.map +0 -1
  729. package/dist/es/commands/DescribeStackSetOperationCommand.js +0 -65
  730. package/dist/es/commands/DescribeStackSetOperationCommand.js.map +0 -1
  731. package/dist/es/commands/DescribeStacksCommand.js +0 -70
  732. package/dist/es/commands/DescribeStacksCommand.js.map +0 -1
  733. package/dist/es/commands/DescribeTypeCommand.js +0 -68
  734. package/dist/es/commands/DescribeTypeCommand.js.map +0 -1
  735. package/dist/es/commands/DescribeTypeRegistrationCommand.js +0 -75
  736. package/dist/es/commands/DescribeTypeRegistrationCommand.js.map +0 -1
  737. package/dist/es/commands/DetectStackDriftCommand.js +0 -85
  738. package/dist/es/commands/DetectStackDriftCommand.js.map +0 -1
  739. package/dist/es/commands/DetectStackResourceDriftCommand.js +0 -76
  740. package/dist/es/commands/DetectStackResourceDriftCommand.js.map +0 -1
  741. package/dist/es/commands/DetectStackSetDriftCommand.js +0 -108
  742. package/dist/es/commands/DetectStackSetDriftCommand.js.map +0 -1
  743. package/dist/es/commands/EstimateTemplateCostCommand.js +0 -67
  744. package/dist/es/commands/EstimateTemplateCostCommand.js.map +0 -1
  745. package/dist/es/commands/ExecuteChangeSetCommand.js +0 -75
  746. package/dist/es/commands/ExecuteChangeSetCommand.js.map +0 -1
  747. package/dist/es/commands/GetStackPolicyCommand.js +0 -66
  748. package/dist/es/commands/GetStackPolicyCommand.js.map +0 -1
  749. package/dist/es/commands/GetTemplateCommand.js +0 -71
  750. package/dist/es/commands/GetTemplateCommand.js.map +0 -1
  751. package/dist/es/commands/GetTemplateSummaryCommand.js +0 -73
  752. package/dist/es/commands/GetTemplateSummaryCommand.js.map +0 -1
  753. package/dist/es/commands/ImportStacksToStackSetCommand.js +0 -72
  754. package/dist/es/commands/ImportStacksToStackSetCommand.js.map +0 -1
  755. package/dist/es/commands/ListChangeSetsCommand.js +0 -67
  756. package/dist/es/commands/ListChangeSetsCommand.js.map +0 -1
  757. package/dist/es/commands/ListExportsCommand.js +0 -71
  758. package/dist/es/commands/ListExportsCommand.js.map +0 -1
  759. package/dist/es/commands/ListImportsCommand.js +0 -70
  760. package/dist/es/commands/ListImportsCommand.js.map +0 -1
  761. package/dist/es/commands/ListStackInstancesCommand.js +0 -67
  762. package/dist/es/commands/ListStackInstancesCommand.js.map +0 -1
  763. package/dist/es/commands/ListStackResourcesCommand.js +0 -67
  764. package/dist/es/commands/ListStackResourcesCommand.js.map +0 -1
  765. package/dist/es/commands/ListStackSetOperationResultsCommand.js +0 -65
  766. package/dist/es/commands/ListStackSetOperationResultsCommand.js.map +0 -1
  767. package/dist/es/commands/ListStackSetOperationsCommand.js +0 -65
  768. package/dist/es/commands/ListStackSetOperationsCommand.js.map +0 -1
  769. package/dist/es/commands/ListStackSetsCommand.js +0 -85
  770. package/dist/es/commands/ListStackSetsCommand.js.map +0 -1
  771. package/dist/es/commands/ListStacksCommand.js +0 -69
  772. package/dist/es/commands/ListStacksCommand.js.map +0 -1
  773. package/dist/es/commands/ListTypeRegistrationsCommand.js +0 -65
  774. package/dist/es/commands/ListTypeRegistrationsCommand.js.map +0 -1
  775. package/dist/es/commands/ListTypeVersionsCommand.js +0 -65
  776. package/dist/es/commands/ListTypeVersionsCommand.js.map +0 -1
  777. package/dist/es/commands/ListTypesCommand.js +0 -65
  778. package/dist/es/commands/ListTypesCommand.js.map +0 -1
  779. package/dist/es/commands/PublishTypeCommand.js +0 -70
  780. package/dist/es/commands/PublishTypeCommand.js.map +0 -1
  781. package/dist/es/commands/RecordHandlerProgressCommand.js +0 -66
  782. package/dist/es/commands/RecordHandlerProgressCommand.js.map +0 -1
  783. package/dist/es/commands/RegisterPublisherCommand.js +0 -71
  784. package/dist/es/commands/RegisterPublisherCommand.js.map +0 -1
  785. package/dist/es/commands/RegisterTypeCommand.js +0 -92
  786. package/dist/es/commands/RegisterTypeCommand.js.map +0 -1
  787. package/dist/es/commands/RollbackStackCommand.js +0 -94
  788. package/dist/es/commands/RollbackStackCommand.js.map +0 -1
  789. package/dist/es/commands/SetStackPolicyCommand.js +0 -65
  790. package/dist/es/commands/SetStackPolicyCommand.js.map +0 -1
  791. package/dist/es/commands/SetTypeConfigurationCommand.js +0 -77
  792. package/dist/es/commands/SetTypeConfigurationCommand.js.map +0 -1
  793. package/dist/es/commands/SetTypeDefaultVersionCommand.js +0 -66
  794. package/dist/es/commands/SetTypeDefaultVersionCommand.js.map +0 -1
  795. package/dist/es/commands/SignalResourceCommand.js +0 -70
  796. package/dist/es/commands/SignalResourceCommand.js.map +0 -1
  797. package/dist/es/commands/StopStackSetOperationCommand.js +0 -65
  798. package/dist/es/commands/StopStackSetOperationCommand.js.map +0 -1
  799. package/dist/es/commands/TestTypeCommand.js +0 -88
  800. package/dist/es/commands/TestTypeCommand.js.map +0 -1
  801. package/dist/es/commands/UpdateStackCommand.js +0 -70
  802. package/dist/es/commands/UpdateStackCommand.js.map +0 -1
  803. package/dist/es/commands/UpdateStackInstancesCommand.js +0 -77
  804. package/dist/es/commands/UpdateStackInstancesCommand.js.map +0 -1
  805. package/dist/es/commands/UpdateStackSetCommand.js +0 -70
  806. package/dist/es/commands/UpdateStackSetCommand.js.map +0 -1
  807. package/dist/es/commands/UpdateTerminationProtectionCommand.js +0 -71
  808. package/dist/es/commands/UpdateTerminationProtectionCommand.js.map +0 -1
  809. package/dist/es/commands/ValidateTemplateCommand.js +0 -67
  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 -1664
  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 -86
  821. package/dist/es/pagination/DescribeAccountLimitsPaginator.js.map +0 -1
  822. package/dist/es/pagination/DescribeStackEventsPaginator.js +0 -86
  823. package/dist/es/pagination/DescribeStackEventsPaginator.js.map +0 -1
  824. package/dist/es/pagination/DescribeStackResourceDriftsPaginator.js +0 -87
  825. package/dist/es/pagination/DescribeStackResourceDriftsPaginator.js.map +0 -1
  826. package/dist/es/pagination/DescribeStacksPaginator.js +0 -86
  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 -86
  831. package/dist/es/pagination/ListChangeSetsPaginator.js.map +0 -1
  832. package/dist/es/pagination/ListExportsPaginator.js +0 -86
  833. package/dist/es/pagination/ListExportsPaginator.js.map +0 -1
  834. package/dist/es/pagination/ListImportsPaginator.js +0 -86
  835. package/dist/es/pagination/ListImportsPaginator.js.map +0 -1
  836. package/dist/es/pagination/ListStackInstancesPaginator.js +0 -87
  837. package/dist/es/pagination/ListStackInstancesPaginator.js.map +0 -1
  838. package/dist/es/pagination/ListStackResourcesPaginator.js +0 -86
  839. package/dist/es/pagination/ListStackResourcesPaginator.js.map +0 -1
  840. package/dist/es/pagination/ListStackSetOperationResultsPaginator.js +0 -87
  841. package/dist/es/pagination/ListStackSetOperationResultsPaginator.js.map +0 -1
  842. package/dist/es/pagination/ListStackSetOperationsPaginator.js +0 -87
  843. package/dist/es/pagination/ListStackSetOperationsPaginator.js.map +0 -1
  844. package/dist/es/pagination/ListStackSetsPaginator.js +0 -87
  845. package/dist/es/pagination/ListStackSetsPaginator.js.map +0 -1
  846. package/dist/es/pagination/ListStacksPaginator.js +0 -86
  847. package/dist/es/pagination/ListStacksPaginator.js.map +0 -1
  848. package/dist/es/pagination/ListTypeRegistrationsPaginator.js +0 -87
  849. package/dist/es/pagination/ListTypeRegistrationsPaginator.js.map +0 -1
  850. package/dist/es/pagination/ListTypeVersionsPaginator.js +0 -87
  851. package/dist/es/pagination/ListTypeVersionsPaginator.js.map +0 -1
  852. package/dist/es/pagination/ListTypesPaginator.js +0 -87
  853. package/dist/es/pagination/ListTypesPaginator.js.map +0 -1
  854. package/dist/es/protocols/Aws_query.js +0 -9985
  855. package/dist/es/protocols/Aws_query.js.map +0 -1
  856. package/dist/es/runtimeConfig.browser.js +0 -20
  857. package/dist/es/runtimeConfig.browser.js.map +0 -1
  858. package/dist/es/runtimeConfig.js +0 -25
  859. package/dist/es/runtimeConfig.js.map +0 -1
  860. package/dist/es/runtimeConfig.native.js +0 -12
  861. package/dist/es/runtimeConfig.native.js.map +0 -1
  862. package/dist/es/runtimeConfig.shared.js +0 -17
  863. package/dist/es/runtimeConfig.shared.js.map +0 -1
  864. package/dist/es/waiters/waitForChangeSetCreateComplete.js +0 -73
  865. package/dist/es/waiters/waitForChangeSetCreateComplete.js.map +0 -1
  866. package/dist/es/waiters/waitForStackCreateComplete.js +0 -208
  867. package/dist/es/waiters/waitForStackCreateComplete.js.map +0 -1
  868. package/dist/es/waiters/waitForStackDeleteComplete.js +0 -233
  869. package/dist/es/waiters/waitForStackDeleteComplete.js.map +0 -1
  870. package/dist/es/waiters/waitForStackExists.js +0 -55
  871. package/dist/es/waiters/waitForStackExists.js.map +0 -1
  872. package/dist/es/waiters/waitForStackImportComplete.js +0 -208
  873. package/dist/es/waiters/waitForStackImportComplete.js.map +0 -1
  874. package/dist/es/waiters/waitForStackRollbackComplete.js +0 -158
  875. package/dist/es/waiters/waitForStackRollbackComplete.js.map +0 -1
  876. package/dist/es/waiters/waitForStackUpdateComplete.js +0 -158
  877. package/dist/es/waiters/waitForStackUpdateComplete.js.map +0 -1
  878. package/dist/es/waiters/waitForTypeRegistrationComplete.js +0 -70
  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 -12
  1098. package/tsconfig.json +0 -32
  1099. package/waiters/waitForChangeSetCreateComplete.ts +0 -60
  1100. package/waiters/waitForStackCreateComplete.ts +0 -127
  1101. package/waiters/waitForStackDeleteComplete.ts +0 -141
  1102. package/waiters/waitForStackExists.ts +0 -42
  1103. package/waiters/waitForStackImportComplete.ts +0 -127
  1104. package/waiters/waitForStackRollbackComplete.ts +0 -99
  1105. package/waiters/waitForStackUpdateComplete.ts +0 -99
  1106. package/waiters/waitForTypeRegistrationComplete.ts +0 -60
@@ -0,0 +1,1060 @@
1
+ import { __assign } from "tslib";
2
+ export var AccountGateResult;
3
+ (function (AccountGateResult) {
4
+ AccountGateResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
5
+ })(AccountGateResult || (AccountGateResult = {}));
6
+ export var AccountLimit;
7
+ (function (AccountLimit) {
8
+ AccountLimit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
9
+ })(AccountLimit || (AccountLimit = {}));
10
+ export var LoggingConfig;
11
+ (function (LoggingConfig) {
12
+ LoggingConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
13
+ })(LoggingConfig || (LoggingConfig = {}));
14
+ export var ThirdPartyType;
15
+ (function (ThirdPartyType) {
16
+ ThirdPartyType["MODULE"] = "MODULE";
17
+ ThirdPartyType["RESOURCE"] = "RESOURCE";
18
+ })(ThirdPartyType || (ThirdPartyType = {}));
19
+ export var VersionBump;
20
+ (function (VersionBump) {
21
+ VersionBump["MAJOR"] = "MAJOR";
22
+ VersionBump["MINOR"] = "MINOR";
23
+ })(VersionBump || (VersionBump = {}));
24
+ export var ActivateTypeInput;
25
+ (function (ActivateTypeInput) {
26
+ ActivateTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
27
+ })(ActivateTypeInput || (ActivateTypeInput = {}));
28
+ export var ActivateTypeOutput;
29
+ (function (ActivateTypeOutput) {
30
+ ActivateTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
31
+ })(ActivateTypeOutput || (ActivateTypeOutput = {}));
32
+ export var CFNRegistryException;
33
+ (function (CFNRegistryException) {
34
+ CFNRegistryException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
35
+ })(CFNRegistryException || (CFNRegistryException = {}));
36
+ export var TypeNotFoundException;
37
+ (function (TypeNotFoundException) {
38
+ TypeNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
39
+ })(TypeNotFoundException || (TypeNotFoundException = {}));
40
+ export var AlreadyExistsException;
41
+ (function (AlreadyExistsException) {
42
+ AlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
43
+ })(AlreadyExistsException || (AlreadyExistsException = {}));
44
+ export var AutoDeployment;
45
+ (function (AutoDeployment) {
46
+ AutoDeployment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
47
+ })(AutoDeployment || (AutoDeployment = {}));
48
+ export var TypeConfigurationIdentifier;
49
+ (function (TypeConfigurationIdentifier) {
50
+ TypeConfigurationIdentifier.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
51
+ })(TypeConfigurationIdentifier || (TypeConfigurationIdentifier = {}));
52
+ export var BatchDescribeTypeConfigurationsInput;
53
+ (function (BatchDescribeTypeConfigurationsInput) {
54
+ BatchDescribeTypeConfigurationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
55
+ })(BatchDescribeTypeConfigurationsInput || (BatchDescribeTypeConfigurationsInput = {}));
56
+ export var BatchDescribeTypeConfigurationsError;
57
+ (function (BatchDescribeTypeConfigurationsError) {
58
+ BatchDescribeTypeConfigurationsError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
59
+ })(BatchDescribeTypeConfigurationsError || (BatchDescribeTypeConfigurationsError = {}));
60
+ export var TypeConfigurationDetails;
61
+ (function (TypeConfigurationDetails) {
62
+ TypeConfigurationDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
63
+ })(TypeConfigurationDetails || (TypeConfigurationDetails = {}));
64
+ export var BatchDescribeTypeConfigurationsOutput;
65
+ (function (BatchDescribeTypeConfigurationsOutput) {
66
+ BatchDescribeTypeConfigurationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
67
+ })(BatchDescribeTypeConfigurationsOutput || (BatchDescribeTypeConfigurationsOutput = {}));
68
+ export var TypeConfigurationNotFoundException;
69
+ (function (TypeConfigurationNotFoundException) {
70
+ TypeConfigurationNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
71
+ })(TypeConfigurationNotFoundException || (TypeConfigurationNotFoundException = {}));
72
+ export var CallAs;
73
+ (function (CallAs) {
74
+ CallAs["DELEGATED_ADMIN"] = "DELEGATED_ADMIN";
75
+ CallAs["SELF"] = "SELF";
76
+ })(CallAs || (CallAs = {}));
77
+ export var CancelUpdateStackInput;
78
+ (function (CancelUpdateStackInput) {
79
+ CancelUpdateStackInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
80
+ })(CancelUpdateStackInput || (CancelUpdateStackInput = {}));
81
+ export var TokenAlreadyExistsException;
82
+ (function (TokenAlreadyExistsException) {
83
+ TokenAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
84
+ })(TokenAlreadyExistsException || (TokenAlreadyExistsException = {}));
85
+ export var Capability;
86
+ (function (Capability) {
87
+ Capability["CAPABILITY_AUTO_EXPAND"] = "CAPABILITY_AUTO_EXPAND";
88
+ Capability["CAPABILITY_IAM"] = "CAPABILITY_IAM";
89
+ Capability["CAPABILITY_NAMED_IAM"] = "CAPABILITY_NAMED_IAM";
90
+ })(Capability || (Capability = {}));
91
+ export var Category;
92
+ (function (Category) {
93
+ Category["ACTIVATED"] = "ACTIVATED";
94
+ Category["AWS_TYPES"] = "AWS_TYPES";
95
+ Category["REGISTERED"] = "REGISTERED";
96
+ Category["THIRD_PARTY"] = "THIRD_PARTY";
97
+ })(Category || (Category = {}));
98
+ export var ChangeAction;
99
+ (function (ChangeAction) {
100
+ ChangeAction["Add"] = "Add";
101
+ ChangeAction["Dynamic"] = "Dynamic";
102
+ ChangeAction["Import"] = "Import";
103
+ ChangeAction["Modify"] = "Modify";
104
+ ChangeAction["Remove"] = "Remove";
105
+ })(ChangeAction || (ChangeAction = {}));
106
+ export var ChangeSource;
107
+ (function (ChangeSource) {
108
+ ChangeSource["Automatic"] = "Automatic";
109
+ ChangeSource["DirectModification"] = "DirectModification";
110
+ ChangeSource["ParameterReference"] = "ParameterReference";
111
+ ChangeSource["ResourceAttribute"] = "ResourceAttribute";
112
+ ChangeSource["ResourceReference"] = "ResourceReference";
113
+ })(ChangeSource || (ChangeSource = {}));
114
+ export var EvaluationType;
115
+ (function (EvaluationType) {
116
+ EvaluationType["Dynamic"] = "Dynamic";
117
+ EvaluationType["Static"] = "Static";
118
+ })(EvaluationType || (EvaluationType = {}));
119
+ export var ResourceAttribute;
120
+ (function (ResourceAttribute) {
121
+ ResourceAttribute["CreationPolicy"] = "CreationPolicy";
122
+ ResourceAttribute["DeletionPolicy"] = "DeletionPolicy";
123
+ ResourceAttribute["Metadata"] = "Metadata";
124
+ ResourceAttribute["Properties"] = "Properties";
125
+ ResourceAttribute["Tags"] = "Tags";
126
+ ResourceAttribute["UpdatePolicy"] = "UpdatePolicy";
127
+ })(ResourceAttribute || (ResourceAttribute = {}));
128
+ export var RequiresRecreation;
129
+ (function (RequiresRecreation) {
130
+ RequiresRecreation["Always"] = "Always";
131
+ RequiresRecreation["Conditionally"] = "Conditionally";
132
+ RequiresRecreation["Never"] = "Never";
133
+ })(RequiresRecreation || (RequiresRecreation = {}));
134
+ export var ResourceTargetDefinition;
135
+ (function (ResourceTargetDefinition) {
136
+ ResourceTargetDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
137
+ })(ResourceTargetDefinition || (ResourceTargetDefinition = {}));
138
+ export var ResourceChangeDetail;
139
+ (function (ResourceChangeDetail) {
140
+ ResourceChangeDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
141
+ })(ResourceChangeDetail || (ResourceChangeDetail = {}));
142
+ export var ModuleInfo;
143
+ (function (ModuleInfo) {
144
+ ModuleInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
145
+ })(ModuleInfo || (ModuleInfo = {}));
146
+ export var Replacement;
147
+ (function (Replacement) {
148
+ Replacement["Conditional"] = "Conditional";
149
+ Replacement["False"] = "False";
150
+ Replacement["True"] = "True";
151
+ })(Replacement || (Replacement = {}));
152
+ export var ResourceChange;
153
+ (function (ResourceChange) {
154
+ ResourceChange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
155
+ })(ResourceChange || (ResourceChange = {}));
156
+ export var ChangeType;
157
+ (function (ChangeType) {
158
+ ChangeType["Resource"] = "Resource";
159
+ })(ChangeType || (ChangeType = {}));
160
+ export var Change;
161
+ (function (Change) {
162
+ Change.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
163
+ })(Change || (Change = {}));
164
+ export var ChangeSetNotFoundException;
165
+ (function (ChangeSetNotFoundException) {
166
+ ChangeSetNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
167
+ })(ChangeSetNotFoundException || (ChangeSetNotFoundException = {}));
168
+ export var ChangeSetStatus;
169
+ (function (ChangeSetStatus) {
170
+ ChangeSetStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
171
+ ChangeSetStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
172
+ ChangeSetStatus["CREATE_PENDING"] = "CREATE_PENDING";
173
+ ChangeSetStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE";
174
+ ChangeSetStatus["DELETE_FAILED"] = "DELETE_FAILED";
175
+ ChangeSetStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
176
+ ChangeSetStatus["DELETE_PENDING"] = "DELETE_PENDING";
177
+ ChangeSetStatus["FAILED"] = "FAILED";
178
+ })(ChangeSetStatus || (ChangeSetStatus = {}));
179
+ export var ExecutionStatus;
180
+ (function (ExecutionStatus) {
181
+ ExecutionStatus["AVAILABLE"] = "AVAILABLE";
182
+ ExecutionStatus["EXECUTE_COMPLETE"] = "EXECUTE_COMPLETE";
183
+ ExecutionStatus["EXECUTE_FAILED"] = "EXECUTE_FAILED";
184
+ ExecutionStatus["EXECUTE_IN_PROGRESS"] = "EXECUTE_IN_PROGRESS";
185
+ ExecutionStatus["OBSOLETE"] = "OBSOLETE";
186
+ ExecutionStatus["UNAVAILABLE"] = "UNAVAILABLE";
187
+ })(ExecutionStatus || (ExecutionStatus = {}));
188
+ export var ChangeSetSummary;
189
+ (function (ChangeSetSummary) {
190
+ ChangeSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
191
+ })(ChangeSetSummary || (ChangeSetSummary = {}));
192
+ export var ChangeSetType;
193
+ (function (ChangeSetType) {
194
+ ChangeSetType["CREATE"] = "CREATE";
195
+ ChangeSetType["IMPORT"] = "IMPORT";
196
+ ChangeSetType["UPDATE"] = "UPDATE";
197
+ })(ChangeSetType || (ChangeSetType = {}));
198
+ export var ContinueUpdateRollbackInput;
199
+ (function (ContinueUpdateRollbackInput) {
200
+ ContinueUpdateRollbackInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
201
+ })(ContinueUpdateRollbackInput || (ContinueUpdateRollbackInput = {}));
202
+ export var ContinueUpdateRollbackOutput;
203
+ (function (ContinueUpdateRollbackOutput) {
204
+ ContinueUpdateRollbackOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
205
+ })(ContinueUpdateRollbackOutput || (ContinueUpdateRollbackOutput = {}));
206
+ export var Parameter;
207
+ (function (Parameter) {
208
+ Parameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
209
+ })(Parameter || (Parameter = {}));
210
+ export var ResourceToImport;
211
+ (function (ResourceToImport) {
212
+ ResourceToImport.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
213
+ })(ResourceToImport || (ResourceToImport = {}));
214
+ export var RollbackTrigger;
215
+ (function (RollbackTrigger) {
216
+ RollbackTrigger.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
217
+ })(RollbackTrigger || (RollbackTrigger = {}));
218
+ export var RollbackConfiguration;
219
+ (function (RollbackConfiguration) {
220
+ RollbackConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
221
+ })(RollbackConfiguration || (RollbackConfiguration = {}));
222
+ export var Tag;
223
+ (function (Tag) {
224
+ Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
225
+ })(Tag || (Tag = {}));
226
+ export var CreateChangeSetInput;
227
+ (function (CreateChangeSetInput) {
228
+ CreateChangeSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
229
+ })(CreateChangeSetInput || (CreateChangeSetInput = {}));
230
+ export var CreateChangeSetOutput;
231
+ (function (CreateChangeSetOutput) {
232
+ CreateChangeSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
233
+ })(CreateChangeSetOutput || (CreateChangeSetOutput = {}));
234
+ export var InsufficientCapabilitiesException;
235
+ (function (InsufficientCapabilitiesException) {
236
+ InsufficientCapabilitiesException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
237
+ })(InsufficientCapabilitiesException || (InsufficientCapabilitiesException = {}));
238
+ export var LimitExceededException;
239
+ (function (LimitExceededException) {
240
+ LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
241
+ })(LimitExceededException || (LimitExceededException = {}));
242
+ export var OnFailure;
243
+ (function (OnFailure) {
244
+ OnFailure["DELETE"] = "DELETE";
245
+ OnFailure["DO_NOTHING"] = "DO_NOTHING";
246
+ OnFailure["ROLLBACK"] = "ROLLBACK";
247
+ })(OnFailure || (OnFailure = {}));
248
+ export var CreateStackInput;
249
+ (function (CreateStackInput) {
250
+ CreateStackInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
251
+ })(CreateStackInput || (CreateStackInput = {}));
252
+ export var CreateStackOutput;
253
+ (function (CreateStackOutput) {
254
+ CreateStackOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
255
+ })(CreateStackOutput || (CreateStackOutput = {}));
256
+ export var DeploymentTargets;
257
+ (function (DeploymentTargets) {
258
+ DeploymentTargets.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
259
+ })(DeploymentTargets || (DeploymentTargets = {}));
260
+ export var RegionConcurrencyType;
261
+ (function (RegionConcurrencyType) {
262
+ RegionConcurrencyType["PARALLEL"] = "PARALLEL";
263
+ RegionConcurrencyType["SEQUENTIAL"] = "SEQUENTIAL";
264
+ })(RegionConcurrencyType || (RegionConcurrencyType = {}));
265
+ export var StackSetOperationPreferences;
266
+ (function (StackSetOperationPreferences) {
267
+ StackSetOperationPreferences.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
268
+ })(StackSetOperationPreferences || (StackSetOperationPreferences = {}));
269
+ export var CreateStackInstancesInput;
270
+ (function (CreateStackInstancesInput) {
271
+ CreateStackInstancesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
272
+ })(CreateStackInstancesInput || (CreateStackInstancesInput = {}));
273
+ export var CreateStackInstancesOutput;
274
+ (function (CreateStackInstancesOutput) {
275
+ CreateStackInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
276
+ })(CreateStackInstancesOutput || (CreateStackInstancesOutput = {}));
277
+ export var InvalidOperationException;
278
+ (function (InvalidOperationException) {
279
+ InvalidOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
280
+ })(InvalidOperationException || (InvalidOperationException = {}));
281
+ export var OperationIdAlreadyExistsException;
282
+ (function (OperationIdAlreadyExistsException) {
283
+ OperationIdAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
284
+ })(OperationIdAlreadyExistsException || (OperationIdAlreadyExistsException = {}));
285
+ export var OperationInProgressException;
286
+ (function (OperationInProgressException) {
287
+ OperationInProgressException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
288
+ })(OperationInProgressException || (OperationInProgressException = {}));
289
+ export var StackSetNotFoundException;
290
+ (function (StackSetNotFoundException) {
291
+ StackSetNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
292
+ })(StackSetNotFoundException || (StackSetNotFoundException = {}));
293
+ export var StaleRequestException;
294
+ (function (StaleRequestException) {
295
+ StaleRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
296
+ })(StaleRequestException || (StaleRequestException = {}));
297
+ export var CreatedButModifiedException;
298
+ (function (CreatedButModifiedException) {
299
+ CreatedButModifiedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
300
+ })(CreatedButModifiedException || (CreatedButModifiedException = {}));
301
+ export var CreateStackSetInput;
302
+ (function (CreateStackSetInput) {
303
+ CreateStackSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
304
+ })(CreateStackSetInput || (CreateStackSetInput = {}));
305
+ export var CreateStackSetOutput;
306
+ (function (CreateStackSetOutput) {
307
+ CreateStackSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
308
+ })(CreateStackSetOutput || (CreateStackSetOutput = {}));
309
+ export var NameAlreadyExistsException;
310
+ (function (NameAlreadyExistsException) {
311
+ NameAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
312
+ })(NameAlreadyExistsException || (NameAlreadyExistsException = {}));
313
+ export var DeactivateTypeInput;
314
+ (function (DeactivateTypeInput) {
315
+ DeactivateTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
316
+ })(DeactivateTypeInput || (DeactivateTypeInput = {}));
317
+ export var DeactivateTypeOutput;
318
+ (function (DeactivateTypeOutput) {
319
+ DeactivateTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
320
+ })(DeactivateTypeOutput || (DeactivateTypeOutput = {}));
321
+ export var DeleteChangeSetInput;
322
+ (function (DeleteChangeSetInput) {
323
+ DeleteChangeSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
324
+ })(DeleteChangeSetInput || (DeleteChangeSetInput = {}));
325
+ export var DeleteChangeSetOutput;
326
+ (function (DeleteChangeSetOutput) {
327
+ DeleteChangeSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
328
+ })(DeleteChangeSetOutput || (DeleteChangeSetOutput = {}));
329
+ export var InvalidChangeSetStatusException;
330
+ (function (InvalidChangeSetStatusException) {
331
+ InvalidChangeSetStatusException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
332
+ })(InvalidChangeSetStatusException || (InvalidChangeSetStatusException = {}));
333
+ export var DeleteStackInput;
334
+ (function (DeleteStackInput) {
335
+ DeleteStackInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
336
+ })(DeleteStackInput || (DeleteStackInput = {}));
337
+ export var DeleteStackInstancesInput;
338
+ (function (DeleteStackInstancesInput) {
339
+ DeleteStackInstancesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
340
+ })(DeleteStackInstancesInput || (DeleteStackInstancesInput = {}));
341
+ export var DeleteStackInstancesOutput;
342
+ (function (DeleteStackInstancesOutput) {
343
+ DeleteStackInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
344
+ })(DeleteStackInstancesOutput || (DeleteStackInstancesOutput = {}));
345
+ export var DeleteStackSetInput;
346
+ (function (DeleteStackSetInput) {
347
+ DeleteStackSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
348
+ })(DeleteStackSetInput || (DeleteStackSetInput = {}));
349
+ export var DeleteStackSetOutput;
350
+ (function (DeleteStackSetOutput) {
351
+ DeleteStackSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
352
+ })(DeleteStackSetOutput || (DeleteStackSetOutput = {}));
353
+ export var StackSetNotEmptyException;
354
+ (function (StackSetNotEmptyException) {
355
+ StackSetNotEmptyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
356
+ })(StackSetNotEmptyException || (StackSetNotEmptyException = {}));
357
+ export var DeregisterTypeInput;
358
+ (function (DeregisterTypeInput) {
359
+ DeregisterTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
360
+ })(DeregisterTypeInput || (DeregisterTypeInput = {}));
361
+ export var DeregisterTypeOutput;
362
+ (function (DeregisterTypeOutput) {
363
+ DeregisterTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
364
+ })(DeregisterTypeOutput || (DeregisterTypeOutput = {}));
365
+ export var DescribeAccountLimitsInput;
366
+ (function (DescribeAccountLimitsInput) {
367
+ DescribeAccountLimitsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
368
+ })(DescribeAccountLimitsInput || (DescribeAccountLimitsInput = {}));
369
+ export var DescribeAccountLimitsOutput;
370
+ (function (DescribeAccountLimitsOutput) {
371
+ DescribeAccountLimitsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
372
+ })(DescribeAccountLimitsOutput || (DescribeAccountLimitsOutput = {}));
373
+ export var DescribeChangeSetInput;
374
+ (function (DescribeChangeSetInput) {
375
+ DescribeChangeSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
376
+ })(DescribeChangeSetInput || (DescribeChangeSetInput = {}));
377
+ export var DescribeChangeSetOutput;
378
+ (function (DescribeChangeSetOutput) {
379
+ DescribeChangeSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
380
+ })(DescribeChangeSetOutput || (DescribeChangeSetOutput = {}));
381
+ export var DescribePublisherInput;
382
+ (function (DescribePublisherInput) {
383
+ DescribePublisherInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
384
+ })(DescribePublisherInput || (DescribePublisherInput = {}));
385
+ export var IdentityProvider;
386
+ (function (IdentityProvider) {
387
+ IdentityProvider["AWS_Marketplace"] = "AWS_Marketplace";
388
+ IdentityProvider["Bitbucket"] = "Bitbucket";
389
+ IdentityProvider["GitHub"] = "GitHub";
390
+ })(IdentityProvider || (IdentityProvider = {}));
391
+ export var PublisherStatus;
392
+ (function (PublisherStatus) {
393
+ PublisherStatus["UNVERIFIED"] = "UNVERIFIED";
394
+ PublisherStatus["VERIFIED"] = "VERIFIED";
395
+ })(PublisherStatus || (PublisherStatus = {}));
396
+ export var DescribePublisherOutput;
397
+ (function (DescribePublisherOutput) {
398
+ DescribePublisherOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
399
+ })(DescribePublisherOutput || (DescribePublisherOutput = {}));
400
+ export var DescribeStackDriftDetectionStatusInput;
401
+ (function (DescribeStackDriftDetectionStatusInput) {
402
+ DescribeStackDriftDetectionStatusInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
403
+ })(DescribeStackDriftDetectionStatusInput || (DescribeStackDriftDetectionStatusInput = {}));
404
+ export var StackDriftDetectionStatus;
405
+ (function (StackDriftDetectionStatus) {
406
+ StackDriftDetectionStatus["DETECTION_COMPLETE"] = "DETECTION_COMPLETE";
407
+ StackDriftDetectionStatus["DETECTION_FAILED"] = "DETECTION_FAILED";
408
+ StackDriftDetectionStatus["DETECTION_IN_PROGRESS"] = "DETECTION_IN_PROGRESS";
409
+ })(StackDriftDetectionStatus || (StackDriftDetectionStatus = {}));
410
+ export var StackDriftStatus;
411
+ (function (StackDriftStatus) {
412
+ StackDriftStatus["DRIFTED"] = "DRIFTED";
413
+ StackDriftStatus["IN_SYNC"] = "IN_SYNC";
414
+ StackDriftStatus["NOT_CHECKED"] = "NOT_CHECKED";
415
+ StackDriftStatus["UNKNOWN"] = "UNKNOWN";
416
+ })(StackDriftStatus || (StackDriftStatus = {}));
417
+ export var DescribeStackDriftDetectionStatusOutput;
418
+ (function (DescribeStackDriftDetectionStatusOutput) {
419
+ DescribeStackDriftDetectionStatusOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
420
+ })(DescribeStackDriftDetectionStatusOutput || (DescribeStackDriftDetectionStatusOutput = {}));
421
+ export var DescribeStackEventsInput;
422
+ (function (DescribeStackEventsInput) {
423
+ DescribeStackEventsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
424
+ })(DescribeStackEventsInput || (DescribeStackEventsInput = {}));
425
+ export var ResourceStatus;
426
+ (function (ResourceStatus) {
427
+ ResourceStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
428
+ ResourceStatus["CREATE_FAILED"] = "CREATE_FAILED";
429
+ ResourceStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
430
+ ResourceStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE";
431
+ ResourceStatus["DELETE_FAILED"] = "DELETE_FAILED";
432
+ ResourceStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
433
+ ResourceStatus["DELETE_SKIPPED"] = "DELETE_SKIPPED";
434
+ ResourceStatus["IMPORT_COMPLETE"] = "IMPORT_COMPLETE";
435
+ ResourceStatus["IMPORT_FAILED"] = "IMPORT_FAILED";
436
+ ResourceStatus["IMPORT_IN_PROGRESS"] = "IMPORT_IN_PROGRESS";
437
+ ResourceStatus["IMPORT_ROLLBACK_COMPLETE"] = "IMPORT_ROLLBACK_COMPLETE";
438
+ ResourceStatus["IMPORT_ROLLBACK_FAILED"] = "IMPORT_ROLLBACK_FAILED";
439
+ ResourceStatus["IMPORT_ROLLBACK_IN_PROGRESS"] = "IMPORT_ROLLBACK_IN_PROGRESS";
440
+ ResourceStatus["ROLLBACK_COMPLETE"] = "ROLLBACK_COMPLETE";
441
+ ResourceStatus["ROLLBACK_FAILED"] = "ROLLBACK_FAILED";
442
+ ResourceStatus["ROLLBACK_IN_PROGRESS"] = "ROLLBACK_IN_PROGRESS";
443
+ ResourceStatus["UPDATE_COMPLETE"] = "UPDATE_COMPLETE";
444
+ ResourceStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
445
+ ResourceStatus["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
446
+ ResourceStatus["UPDATE_ROLLBACK_COMPLETE"] = "UPDATE_ROLLBACK_COMPLETE";
447
+ ResourceStatus["UPDATE_ROLLBACK_FAILED"] = "UPDATE_ROLLBACK_FAILED";
448
+ ResourceStatus["UPDATE_ROLLBACK_IN_PROGRESS"] = "UPDATE_ROLLBACK_IN_PROGRESS";
449
+ })(ResourceStatus || (ResourceStatus = {}));
450
+ export var StackEvent;
451
+ (function (StackEvent) {
452
+ StackEvent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
453
+ })(StackEvent || (StackEvent = {}));
454
+ export var DescribeStackEventsOutput;
455
+ (function (DescribeStackEventsOutput) {
456
+ DescribeStackEventsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
457
+ })(DescribeStackEventsOutput || (DescribeStackEventsOutput = {}));
458
+ export var DescribeStackInstanceInput;
459
+ (function (DescribeStackInstanceInput) {
460
+ DescribeStackInstanceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
461
+ })(DescribeStackInstanceInput || (DescribeStackInstanceInput = {}));
462
+ export var StackInstanceComprehensiveStatus;
463
+ (function (StackInstanceComprehensiveStatus) {
464
+ StackInstanceComprehensiveStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
465
+ })(StackInstanceComprehensiveStatus || (StackInstanceComprehensiveStatus = {}));
466
+ export var StackInstance;
467
+ (function (StackInstance) {
468
+ StackInstance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
469
+ })(StackInstance || (StackInstance = {}));
470
+ export var DescribeStackInstanceOutput;
471
+ (function (DescribeStackInstanceOutput) {
472
+ DescribeStackInstanceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
473
+ })(DescribeStackInstanceOutput || (DescribeStackInstanceOutput = {}));
474
+ export var StackInstanceNotFoundException;
475
+ (function (StackInstanceNotFoundException) {
476
+ StackInstanceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
477
+ })(StackInstanceNotFoundException || (StackInstanceNotFoundException = {}));
478
+ export var DescribeStackResourceInput;
479
+ (function (DescribeStackResourceInput) {
480
+ DescribeStackResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
481
+ })(DescribeStackResourceInput || (DescribeStackResourceInput = {}));
482
+ export var StackResourceDriftStatus;
483
+ (function (StackResourceDriftStatus) {
484
+ StackResourceDriftStatus["DELETED"] = "DELETED";
485
+ StackResourceDriftStatus["IN_SYNC"] = "IN_SYNC";
486
+ StackResourceDriftStatus["MODIFIED"] = "MODIFIED";
487
+ StackResourceDriftStatus["NOT_CHECKED"] = "NOT_CHECKED";
488
+ })(StackResourceDriftStatus || (StackResourceDriftStatus = {}));
489
+ export var StackResourceDriftInformation;
490
+ (function (StackResourceDriftInformation) {
491
+ StackResourceDriftInformation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
492
+ })(StackResourceDriftInformation || (StackResourceDriftInformation = {}));
493
+ export var StackResourceDetail;
494
+ (function (StackResourceDetail) {
495
+ StackResourceDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
496
+ })(StackResourceDetail || (StackResourceDetail = {}));
497
+ export var DescribeStackResourceOutput;
498
+ (function (DescribeStackResourceOutput) {
499
+ DescribeStackResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
500
+ })(DescribeStackResourceOutput || (DescribeStackResourceOutput = {}));
501
+ export var DescribeStackResourceDriftsInput;
502
+ (function (DescribeStackResourceDriftsInput) {
503
+ DescribeStackResourceDriftsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
504
+ })(DescribeStackResourceDriftsInput || (DescribeStackResourceDriftsInput = {}));
505
+ export var PhysicalResourceIdContextKeyValuePair;
506
+ (function (PhysicalResourceIdContextKeyValuePair) {
507
+ PhysicalResourceIdContextKeyValuePair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
508
+ })(PhysicalResourceIdContextKeyValuePair || (PhysicalResourceIdContextKeyValuePair = {}));
509
+ export var DifferenceType;
510
+ (function (DifferenceType) {
511
+ DifferenceType["ADD"] = "ADD";
512
+ DifferenceType["NOT_EQUAL"] = "NOT_EQUAL";
513
+ DifferenceType["REMOVE"] = "REMOVE";
514
+ })(DifferenceType || (DifferenceType = {}));
515
+ export var PropertyDifference;
516
+ (function (PropertyDifference) {
517
+ PropertyDifference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
518
+ })(PropertyDifference || (PropertyDifference = {}));
519
+ export var StackResourceDrift;
520
+ (function (StackResourceDrift) {
521
+ StackResourceDrift.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
522
+ })(StackResourceDrift || (StackResourceDrift = {}));
523
+ export var DescribeStackResourceDriftsOutput;
524
+ (function (DescribeStackResourceDriftsOutput) {
525
+ DescribeStackResourceDriftsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
526
+ })(DescribeStackResourceDriftsOutput || (DescribeStackResourceDriftsOutput = {}));
527
+ export var DescribeStackResourcesInput;
528
+ (function (DescribeStackResourcesInput) {
529
+ DescribeStackResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
530
+ })(DescribeStackResourcesInput || (DescribeStackResourcesInput = {}));
531
+ export var StackResource;
532
+ (function (StackResource) {
533
+ StackResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
534
+ })(StackResource || (StackResource = {}));
535
+ export var DescribeStackResourcesOutput;
536
+ (function (DescribeStackResourcesOutput) {
537
+ DescribeStackResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
538
+ })(DescribeStackResourcesOutput || (DescribeStackResourcesOutput = {}));
539
+ export var DescribeStacksInput;
540
+ (function (DescribeStacksInput) {
541
+ DescribeStacksInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
542
+ })(DescribeStacksInput || (DescribeStacksInput = {}));
543
+ export var StackDriftInformation;
544
+ (function (StackDriftInformation) {
545
+ StackDriftInformation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
546
+ })(StackDriftInformation || (StackDriftInformation = {}));
547
+ export var Output;
548
+ (function (Output) {
549
+ Output.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
550
+ })(Output || (Output = {}));
551
+ export var StackStatus;
552
+ (function (StackStatus) {
553
+ StackStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
554
+ StackStatus["CREATE_FAILED"] = "CREATE_FAILED";
555
+ StackStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
556
+ StackStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE";
557
+ StackStatus["DELETE_FAILED"] = "DELETE_FAILED";
558
+ StackStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
559
+ StackStatus["IMPORT_COMPLETE"] = "IMPORT_COMPLETE";
560
+ StackStatus["IMPORT_IN_PROGRESS"] = "IMPORT_IN_PROGRESS";
561
+ StackStatus["IMPORT_ROLLBACK_COMPLETE"] = "IMPORT_ROLLBACK_COMPLETE";
562
+ StackStatus["IMPORT_ROLLBACK_FAILED"] = "IMPORT_ROLLBACK_FAILED";
563
+ StackStatus["IMPORT_ROLLBACK_IN_PROGRESS"] = "IMPORT_ROLLBACK_IN_PROGRESS";
564
+ StackStatus["REVIEW_IN_PROGRESS"] = "REVIEW_IN_PROGRESS";
565
+ StackStatus["ROLLBACK_COMPLETE"] = "ROLLBACK_COMPLETE";
566
+ StackStatus["ROLLBACK_FAILED"] = "ROLLBACK_FAILED";
567
+ StackStatus["ROLLBACK_IN_PROGRESS"] = "ROLLBACK_IN_PROGRESS";
568
+ StackStatus["UPDATE_COMPLETE"] = "UPDATE_COMPLETE";
569
+ StackStatus["UPDATE_COMPLETE_CLEANUP_IN_PROGRESS"] = "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS";
570
+ StackStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
571
+ StackStatus["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
572
+ StackStatus["UPDATE_ROLLBACK_COMPLETE"] = "UPDATE_ROLLBACK_COMPLETE";
573
+ StackStatus["UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS"] = "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS";
574
+ StackStatus["UPDATE_ROLLBACK_FAILED"] = "UPDATE_ROLLBACK_FAILED";
575
+ StackStatus["UPDATE_ROLLBACK_IN_PROGRESS"] = "UPDATE_ROLLBACK_IN_PROGRESS";
576
+ })(StackStatus || (StackStatus = {}));
577
+ export var Stack;
578
+ (function (Stack) {
579
+ Stack.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
580
+ })(Stack || (Stack = {}));
581
+ export var DescribeStacksOutput;
582
+ (function (DescribeStacksOutput) {
583
+ DescribeStacksOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
584
+ })(DescribeStacksOutput || (DescribeStacksOutput = {}));
585
+ export var DescribeStackSetInput;
586
+ (function (DescribeStackSetInput) {
587
+ DescribeStackSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
588
+ })(DescribeStackSetInput || (DescribeStackSetInput = {}));
589
+ export var StackSetDriftDetectionStatus;
590
+ (function (StackSetDriftDetectionStatus) {
591
+ StackSetDriftDetectionStatus["COMPLETED"] = "COMPLETED";
592
+ StackSetDriftDetectionStatus["FAILED"] = "FAILED";
593
+ StackSetDriftDetectionStatus["IN_PROGRESS"] = "IN_PROGRESS";
594
+ StackSetDriftDetectionStatus["PARTIAL_SUCCESS"] = "PARTIAL_SUCCESS";
595
+ StackSetDriftDetectionStatus["STOPPED"] = "STOPPED";
596
+ })(StackSetDriftDetectionStatus || (StackSetDriftDetectionStatus = {}));
597
+ export var StackSetDriftStatus;
598
+ (function (StackSetDriftStatus) {
599
+ StackSetDriftStatus["DRIFTED"] = "DRIFTED";
600
+ StackSetDriftStatus["IN_SYNC"] = "IN_SYNC";
601
+ StackSetDriftStatus["NOT_CHECKED"] = "NOT_CHECKED";
602
+ })(StackSetDriftStatus || (StackSetDriftStatus = {}));
603
+ export var StackSetDriftDetectionDetails;
604
+ (function (StackSetDriftDetectionDetails) {
605
+ StackSetDriftDetectionDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
606
+ })(StackSetDriftDetectionDetails || (StackSetDriftDetectionDetails = {}));
607
+ export var StackSet;
608
+ (function (StackSet) {
609
+ StackSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
610
+ })(StackSet || (StackSet = {}));
611
+ export var DescribeStackSetOutput;
612
+ (function (DescribeStackSetOutput) {
613
+ DescribeStackSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
614
+ })(DescribeStackSetOutput || (DescribeStackSetOutput = {}));
615
+ export var DescribeStackSetOperationInput;
616
+ (function (DescribeStackSetOperationInput) {
617
+ DescribeStackSetOperationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
618
+ })(DescribeStackSetOperationInput || (DescribeStackSetOperationInput = {}));
619
+ export var StackSetOperation;
620
+ (function (StackSetOperation) {
621
+ StackSetOperation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
622
+ })(StackSetOperation || (StackSetOperation = {}));
623
+ export var DescribeStackSetOperationOutput;
624
+ (function (DescribeStackSetOperationOutput) {
625
+ DescribeStackSetOperationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
626
+ })(DescribeStackSetOperationOutput || (DescribeStackSetOperationOutput = {}));
627
+ export var OperationNotFoundException;
628
+ (function (OperationNotFoundException) {
629
+ OperationNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
630
+ })(OperationNotFoundException || (OperationNotFoundException = {}));
631
+ export var DescribeTypeInput;
632
+ (function (DescribeTypeInput) {
633
+ DescribeTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
634
+ })(DescribeTypeInput || (DescribeTypeInput = {}));
635
+ export var RequiredActivatedType;
636
+ (function (RequiredActivatedType) {
637
+ RequiredActivatedType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
638
+ })(RequiredActivatedType || (RequiredActivatedType = {}));
639
+ export var TypeTestsStatus;
640
+ (function (TypeTestsStatus) {
641
+ TypeTestsStatus["FAILED"] = "FAILED";
642
+ TypeTestsStatus["IN_PROGRESS"] = "IN_PROGRESS";
643
+ TypeTestsStatus["NOT_TESTED"] = "NOT_TESTED";
644
+ TypeTestsStatus["PASSED"] = "PASSED";
645
+ })(TypeTestsStatus || (TypeTestsStatus = {}));
646
+ export var DescribeTypeOutput;
647
+ (function (DescribeTypeOutput) {
648
+ DescribeTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
649
+ })(DescribeTypeOutput || (DescribeTypeOutput = {}));
650
+ export var DescribeTypeRegistrationInput;
651
+ (function (DescribeTypeRegistrationInput) {
652
+ DescribeTypeRegistrationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
653
+ })(DescribeTypeRegistrationInput || (DescribeTypeRegistrationInput = {}));
654
+ export var DescribeTypeRegistrationOutput;
655
+ (function (DescribeTypeRegistrationOutput) {
656
+ DescribeTypeRegistrationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
657
+ })(DescribeTypeRegistrationOutput || (DescribeTypeRegistrationOutput = {}));
658
+ export var DetectStackDriftInput;
659
+ (function (DetectStackDriftInput) {
660
+ DetectStackDriftInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
661
+ })(DetectStackDriftInput || (DetectStackDriftInput = {}));
662
+ export var DetectStackDriftOutput;
663
+ (function (DetectStackDriftOutput) {
664
+ DetectStackDriftOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
665
+ })(DetectStackDriftOutput || (DetectStackDriftOutput = {}));
666
+ export var DetectStackResourceDriftInput;
667
+ (function (DetectStackResourceDriftInput) {
668
+ DetectStackResourceDriftInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
669
+ })(DetectStackResourceDriftInput || (DetectStackResourceDriftInput = {}));
670
+ export var DetectStackResourceDriftOutput;
671
+ (function (DetectStackResourceDriftOutput) {
672
+ DetectStackResourceDriftOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
673
+ })(DetectStackResourceDriftOutput || (DetectStackResourceDriftOutput = {}));
674
+ export var DetectStackSetDriftInput;
675
+ (function (DetectStackSetDriftInput) {
676
+ DetectStackSetDriftInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
677
+ })(DetectStackSetDriftInput || (DetectStackSetDriftInput = {}));
678
+ export var DetectStackSetDriftOutput;
679
+ (function (DetectStackSetDriftOutput) {
680
+ DetectStackSetDriftOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
681
+ })(DetectStackSetDriftOutput || (DetectStackSetDriftOutput = {}));
682
+ export var EstimateTemplateCostInput;
683
+ (function (EstimateTemplateCostInput) {
684
+ EstimateTemplateCostInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
685
+ })(EstimateTemplateCostInput || (EstimateTemplateCostInput = {}));
686
+ export var EstimateTemplateCostOutput;
687
+ (function (EstimateTemplateCostOutput) {
688
+ EstimateTemplateCostOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
689
+ })(EstimateTemplateCostOutput || (EstimateTemplateCostOutput = {}));
690
+ export var ExecuteChangeSetInput;
691
+ (function (ExecuteChangeSetInput) {
692
+ ExecuteChangeSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
693
+ })(ExecuteChangeSetInput || (ExecuteChangeSetInput = {}));
694
+ export var ExecuteChangeSetOutput;
695
+ (function (ExecuteChangeSetOutput) {
696
+ ExecuteChangeSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
697
+ })(ExecuteChangeSetOutput || (ExecuteChangeSetOutput = {}));
698
+ export var GetStackPolicyInput;
699
+ (function (GetStackPolicyInput) {
700
+ GetStackPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
701
+ })(GetStackPolicyInput || (GetStackPolicyInput = {}));
702
+ export var GetStackPolicyOutput;
703
+ (function (GetStackPolicyOutput) {
704
+ GetStackPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
705
+ })(GetStackPolicyOutput || (GetStackPolicyOutput = {}));
706
+ export var TemplateStage;
707
+ (function (TemplateStage) {
708
+ TemplateStage["Original"] = "Original";
709
+ TemplateStage["Processed"] = "Processed";
710
+ })(TemplateStage || (TemplateStage = {}));
711
+ export var GetTemplateInput;
712
+ (function (GetTemplateInput) {
713
+ GetTemplateInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
714
+ })(GetTemplateInput || (GetTemplateInput = {}));
715
+ export var GetTemplateOutput;
716
+ (function (GetTemplateOutput) {
717
+ GetTemplateOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
718
+ })(GetTemplateOutput || (GetTemplateOutput = {}));
719
+ export var GetTemplateSummaryInput;
720
+ (function (GetTemplateSummaryInput) {
721
+ GetTemplateSummaryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
722
+ })(GetTemplateSummaryInput || (GetTemplateSummaryInput = {}));
723
+ export var ParameterConstraints;
724
+ (function (ParameterConstraints) {
725
+ ParameterConstraints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
726
+ })(ParameterConstraints || (ParameterConstraints = {}));
727
+ export var ParameterDeclaration;
728
+ (function (ParameterDeclaration) {
729
+ ParameterDeclaration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
730
+ })(ParameterDeclaration || (ParameterDeclaration = {}));
731
+ export var ResourceIdentifierSummary;
732
+ (function (ResourceIdentifierSummary) {
733
+ ResourceIdentifierSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
734
+ })(ResourceIdentifierSummary || (ResourceIdentifierSummary = {}));
735
+ export var GetTemplateSummaryOutput;
736
+ (function (GetTemplateSummaryOutput) {
737
+ GetTemplateSummaryOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
738
+ })(GetTemplateSummaryOutput || (GetTemplateSummaryOutput = {}));
739
+ export var ImportStacksToStackSetInput;
740
+ (function (ImportStacksToStackSetInput) {
741
+ ImportStacksToStackSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
742
+ })(ImportStacksToStackSetInput || (ImportStacksToStackSetInput = {}));
743
+ export var ImportStacksToStackSetOutput;
744
+ (function (ImportStacksToStackSetOutput) {
745
+ ImportStacksToStackSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
746
+ })(ImportStacksToStackSetOutput || (ImportStacksToStackSetOutput = {}));
747
+ export var StackNotFoundException;
748
+ (function (StackNotFoundException) {
749
+ StackNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
750
+ })(StackNotFoundException || (StackNotFoundException = {}));
751
+ export var ListChangeSetsInput;
752
+ (function (ListChangeSetsInput) {
753
+ ListChangeSetsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
754
+ })(ListChangeSetsInput || (ListChangeSetsInput = {}));
755
+ export var ListChangeSetsOutput;
756
+ (function (ListChangeSetsOutput) {
757
+ ListChangeSetsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
758
+ })(ListChangeSetsOutput || (ListChangeSetsOutput = {}));
759
+ export var ListExportsInput;
760
+ (function (ListExportsInput) {
761
+ ListExportsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
762
+ })(ListExportsInput || (ListExportsInput = {}));
763
+ export var Export;
764
+ (function (Export) {
765
+ Export.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
766
+ })(Export || (Export = {}));
767
+ export var ListExportsOutput;
768
+ (function (ListExportsOutput) {
769
+ ListExportsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
770
+ })(ListExportsOutput || (ListExportsOutput = {}));
771
+ export var ListImportsInput;
772
+ (function (ListImportsInput) {
773
+ ListImportsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
774
+ })(ListImportsInput || (ListImportsInput = {}));
775
+ export var ListImportsOutput;
776
+ (function (ListImportsOutput) {
777
+ ListImportsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
778
+ })(ListImportsOutput || (ListImportsOutput = {}));
779
+ export var StackInstanceFilter;
780
+ (function (StackInstanceFilter) {
781
+ StackInstanceFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
782
+ })(StackInstanceFilter || (StackInstanceFilter = {}));
783
+ export var ListStackInstancesInput;
784
+ (function (ListStackInstancesInput) {
785
+ ListStackInstancesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
786
+ })(ListStackInstancesInput || (ListStackInstancesInput = {}));
787
+ export var StackInstanceSummary;
788
+ (function (StackInstanceSummary) {
789
+ StackInstanceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
790
+ })(StackInstanceSummary || (StackInstanceSummary = {}));
791
+ export var ListStackInstancesOutput;
792
+ (function (ListStackInstancesOutput) {
793
+ ListStackInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
794
+ })(ListStackInstancesOutput || (ListStackInstancesOutput = {}));
795
+ export var ListStackResourcesInput;
796
+ (function (ListStackResourcesInput) {
797
+ ListStackResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
798
+ })(ListStackResourcesInput || (ListStackResourcesInput = {}));
799
+ export var StackResourceDriftInformationSummary;
800
+ (function (StackResourceDriftInformationSummary) {
801
+ StackResourceDriftInformationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
802
+ })(StackResourceDriftInformationSummary || (StackResourceDriftInformationSummary = {}));
803
+ export var StackResourceSummary;
804
+ (function (StackResourceSummary) {
805
+ StackResourceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
806
+ })(StackResourceSummary || (StackResourceSummary = {}));
807
+ export var ListStackResourcesOutput;
808
+ (function (ListStackResourcesOutput) {
809
+ ListStackResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
810
+ })(ListStackResourcesOutput || (ListStackResourcesOutput = {}));
811
+ export var ListStacksInput;
812
+ (function (ListStacksInput) {
813
+ ListStacksInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
814
+ })(ListStacksInput || (ListStacksInput = {}));
815
+ export var StackDriftInformationSummary;
816
+ (function (StackDriftInformationSummary) {
817
+ StackDriftInformationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
818
+ })(StackDriftInformationSummary || (StackDriftInformationSummary = {}));
819
+ export var StackSummary;
820
+ (function (StackSummary) {
821
+ StackSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
822
+ })(StackSummary || (StackSummary = {}));
823
+ export var ListStacksOutput;
824
+ (function (ListStacksOutput) {
825
+ ListStacksOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
826
+ })(ListStacksOutput || (ListStacksOutput = {}));
827
+ export var ListStackSetOperationResultsInput;
828
+ (function (ListStackSetOperationResultsInput) {
829
+ ListStackSetOperationResultsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
830
+ })(ListStackSetOperationResultsInput || (ListStackSetOperationResultsInput = {}));
831
+ export var StackSetOperationResultSummary;
832
+ (function (StackSetOperationResultSummary) {
833
+ StackSetOperationResultSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
834
+ })(StackSetOperationResultSummary || (StackSetOperationResultSummary = {}));
835
+ export var ListStackSetOperationResultsOutput;
836
+ (function (ListStackSetOperationResultsOutput) {
837
+ ListStackSetOperationResultsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
838
+ })(ListStackSetOperationResultsOutput || (ListStackSetOperationResultsOutput = {}));
839
+ export var ListStackSetOperationsInput;
840
+ (function (ListStackSetOperationsInput) {
841
+ ListStackSetOperationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
842
+ })(ListStackSetOperationsInput || (ListStackSetOperationsInput = {}));
843
+ export var StackSetOperationSummary;
844
+ (function (StackSetOperationSummary) {
845
+ StackSetOperationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
846
+ })(StackSetOperationSummary || (StackSetOperationSummary = {}));
847
+ export var ListStackSetOperationsOutput;
848
+ (function (ListStackSetOperationsOutput) {
849
+ ListStackSetOperationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
850
+ })(ListStackSetOperationsOutput || (ListStackSetOperationsOutput = {}));
851
+ export var ListStackSetsInput;
852
+ (function (ListStackSetsInput) {
853
+ ListStackSetsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
854
+ })(ListStackSetsInput || (ListStackSetsInput = {}));
855
+ export var StackSetSummary;
856
+ (function (StackSetSummary) {
857
+ StackSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
858
+ })(StackSetSummary || (StackSetSummary = {}));
859
+ export var ListStackSetsOutput;
860
+ (function (ListStackSetsOutput) {
861
+ ListStackSetsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
862
+ })(ListStackSetsOutput || (ListStackSetsOutput = {}));
863
+ export var ListTypeRegistrationsInput;
864
+ (function (ListTypeRegistrationsInput) {
865
+ ListTypeRegistrationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
866
+ })(ListTypeRegistrationsInput || (ListTypeRegistrationsInput = {}));
867
+ export var ListTypeRegistrationsOutput;
868
+ (function (ListTypeRegistrationsOutput) {
869
+ ListTypeRegistrationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
870
+ })(ListTypeRegistrationsOutput || (ListTypeRegistrationsOutput = {}));
871
+ export var TypeFilters;
872
+ (function (TypeFilters) {
873
+ TypeFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
874
+ })(TypeFilters || (TypeFilters = {}));
875
+ export var ListTypesInput;
876
+ (function (ListTypesInput) {
877
+ ListTypesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
878
+ })(ListTypesInput || (ListTypesInput = {}));
879
+ export var TypeSummary;
880
+ (function (TypeSummary) {
881
+ TypeSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
882
+ })(TypeSummary || (TypeSummary = {}));
883
+ export var ListTypesOutput;
884
+ (function (ListTypesOutput) {
885
+ ListTypesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
886
+ })(ListTypesOutput || (ListTypesOutput = {}));
887
+ export var ListTypeVersionsInput;
888
+ (function (ListTypeVersionsInput) {
889
+ ListTypeVersionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
890
+ })(ListTypeVersionsInput || (ListTypeVersionsInput = {}));
891
+ export var TypeVersionSummary;
892
+ (function (TypeVersionSummary) {
893
+ TypeVersionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
894
+ })(TypeVersionSummary || (TypeVersionSummary = {}));
895
+ export var ListTypeVersionsOutput;
896
+ (function (ListTypeVersionsOutput) {
897
+ ListTypeVersionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
898
+ })(ListTypeVersionsOutput || (ListTypeVersionsOutput = {}));
899
+ export var PublishTypeInput;
900
+ (function (PublishTypeInput) {
901
+ PublishTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
902
+ })(PublishTypeInput || (PublishTypeInput = {}));
903
+ export var PublishTypeOutput;
904
+ (function (PublishTypeOutput) {
905
+ PublishTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
906
+ })(PublishTypeOutput || (PublishTypeOutput = {}));
907
+ export var InvalidStateTransitionException;
908
+ (function (InvalidStateTransitionException) {
909
+ InvalidStateTransitionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
910
+ })(InvalidStateTransitionException || (InvalidStateTransitionException = {}));
911
+ export var OperationStatusCheckFailedException;
912
+ (function (OperationStatusCheckFailedException) {
913
+ OperationStatusCheckFailedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
914
+ })(OperationStatusCheckFailedException || (OperationStatusCheckFailedException = {}));
915
+ export var OperationStatus;
916
+ (function (OperationStatus) {
917
+ OperationStatus["FAILED"] = "FAILED";
918
+ OperationStatus["IN_PROGRESS"] = "IN_PROGRESS";
919
+ OperationStatus["PENDING"] = "PENDING";
920
+ OperationStatus["SUCCESS"] = "SUCCESS";
921
+ })(OperationStatus || (OperationStatus = {}));
922
+ export var HandlerErrorCode;
923
+ (function (HandlerErrorCode) {
924
+ HandlerErrorCode["AccessDenied"] = "AccessDenied";
925
+ HandlerErrorCode["AlreadyExists"] = "AlreadyExists";
926
+ HandlerErrorCode["GeneralServiceException"] = "GeneralServiceException";
927
+ HandlerErrorCode["InternalFailure"] = "InternalFailure";
928
+ HandlerErrorCode["InvalidCredentials"] = "InvalidCredentials";
929
+ HandlerErrorCode["InvalidRequest"] = "InvalidRequest";
930
+ HandlerErrorCode["InvalidTypeConfiguration"] = "InvalidTypeConfiguration";
931
+ HandlerErrorCode["NetworkFailure"] = "NetworkFailure";
932
+ HandlerErrorCode["NotFound"] = "NotFound";
933
+ HandlerErrorCode["NotUpdatable"] = "NotUpdatable";
934
+ HandlerErrorCode["ResourceConflict"] = "ResourceConflict";
935
+ HandlerErrorCode["ServiceInternalError"] = "ServiceInternalError";
936
+ HandlerErrorCode["ServiceLimitExceeded"] = "ServiceLimitExceeded";
937
+ HandlerErrorCode["ServiceTimeout"] = "NotStabilized";
938
+ HandlerErrorCode["Throttling"] = "Throttling";
939
+ })(HandlerErrorCode || (HandlerErrorCode = {}));
940
+ export var RecordHandlerProgressInput;
941
+ (function (RecordHandlerProgressInput) {
942
+ RecordHandlerProgressInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
943
+ })(RecordHandlerProgressInput || (RecordHandlerProgressInput = {}));
944
+ export var RecordHandlerProgressOutput;
945
+ (function (RecordHandlerProgressOutput) {
946
+ RecordHandlerProgressOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
947
+ })(RecordHandlerProgressOutput || (RecordHandlerProgressOutput = {}));
948
+ export var RegisterPublisherInput;
949
+ (function (RegisterPublisherInput) {
950
+ RegisterPublisherInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
951
+ })(RegisterPublisherInput || (RegisterPublisherInput = {}));
952
+ export var RegisterPublisherOutput;
953
+ (function (RegisterPublisherOutput) {
954
+ RegisterPublisherOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
955
+ })(RegisterPublisherOutput || (RegisterPublisherOutput = {}));
956
+ export var RegisterTypeInput;
957
+ (function (RegisterTypeInput) {
958
+ RegisterTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
959
+ })(RegisterTypeInput || (RegisterTypeInput = {}));
960
+ export var RegisterTypeOutput;
961
+ (function (RegisterTypeOutput) {
962
+ RegisterTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
963
+ })(RegisterTypeOutput || (RegisterTypeOutput = {}));
964
+ export var RollbackStackInput;
965
+ (function (RollbackStackInput) {
966
+ RollbackStackInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
967
+ })(RollbackStackInput || (RollbackStackInput = {}));
968
+ export var RollbackStackOutput;
969
+ (function (RollbackStackOutput) {
970
+ RollbackStackOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
971
+ })(RollbackStackOutput || (RollbackStackOutput = {}));
972
+ export var SetStackPolicyInput;
973
+ (function (SetStackPolicyInput) {
974
+ SetStackPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
975
+ })(SetStackPolicyInput || (SetStackPolicyInput = {}));
976
+ export var SetTypeConfigurationInput;
977
+ (function (SetTypeConfigurationInput) {
978
+ SetTypeConfigurationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
979
+ })(SetTypeConfigurationInput || (SetTypeConfigurationInput = {}));
980
+ export var SetTypeConfigurationOutput;
981
+ (function (SetTypeConfigurationOutput) {
982
+ SetTypeConfigurationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
983
+ })(SetTypeConfigurationOutput || (SetTypeConfigurationOutput = {}));
984
+ export var SetTypeDefaultVersionInput;
985
+ (function (SetTypeDefaultVersionInput) {
986
+ SetTypeDefaultVersionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
987
+ })(SetTypeDefaultVersionInput || (SetTypeDefaultVersionInput = {}));
988
+ export var SetTypeDefaultVersionOutput;
989
+ (function (SetTypeDefaultVersionOutput) {
990
+ SetTypeDefaultVersionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
991
+ })(SetTypeDefaultVersionOutput || (SetTypeDefaultVersionOutput = {}));
992
+ export var ResourceSignalStatus;
993
+ (function (ResourceSignalStatus) {
994
+ ResourceSignalStatus["FAILURE"] = "FAILURE";
995
+ ResourceSignalStatus["SUCCESS"] = "SUCCESS";
996
+ })(ResourceSignalStatus || (ResourceSignalStatus = {}));
997
+ export var SignalResourceInput;
998
+ (function (SignalResourceInput) {
999
+ SignalResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1000
+ })(SignalResourceInput || (SignalResourceInput = {}));
1001
+ export var StopStackSetOperationInput;
1002
+ (function (StopStackSetOperationInput) {
1003
+ StopStackSetOperationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1004
+ })(StopStackSetOperationInput || (StopStackSetOperationInput = {}));
1005
+ export var StopStackSetOperationOutput;
1006
+ (function (StopStackSetOperationOutput) {
1007
+ StopStackSetOperationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1008
+ })(StopStackSetOperationOutput || (StopStackSetOperationOutput = {}));
1009
+ export var TestTypeInput;
1010
+ (function (TestTypeInput) {
1011
+ TestTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1012
+ })(TestTypeInput || (TestTypeInput = {}));
1013
+ export var TestTypeOutput;
1014
+ (function (TestTypeOutput) {
1015
+ TestTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1016
+ })(TestTypeOutput || (TestTypeOutput = {}));
1017
+ export var UpdateStackInput;
1018
+ (function (UpdateStackInput) {
1019
+ UpdateStackInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1020
+ })(UpdateStackInput || (UpdateStackInput = {}));
1021
+ export var UpdateStackOutput;
1022
+ (function (UpdateStackOutput) {
1023
+ UpdateStackOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1024
+ })(UpdateStackOutput || (UpdateStackOutput = {}));
1025
+ export var UpdateStackInstancesInput;
1026
+ (function (UpdateStackInstancesInput) {
1027
+ UpdateStackInstancesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1028
+ })(UpdateStackInstancesInput || (UpdateStackInstancesInput = {}));
1029
+ export var UpdateStackInstancesOutput;
1030
+ (function (UpdateStackInstancesOutput) {
1031
+ UpdateStackInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1032
+ })(UpdateStackInstancesOutput || (UpdateStackInstancesOutput = {}));
1033
+ export var UpdateStackSetInput;
1034
+ (function (UpdateStackSetInput) {
1035
+ UpdateStackSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1036
+ })(UpdateStackSetInput || (UpdateStackSetInput = {}));
1037
+ export var UpdateStackSetOutput;
1038
+ (function (UpdateStackSetOutput) {
1039
+ UpdateStackSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1040
+ })(UpdateStackSetOutput || (UpdateStackSetOutput = {}));
1041
+ export var UpdateTerminationProtectionInput;
1042
+ (function (UpdateTerminationProtectionInput) {
1043
+ UpdateTerminationProtectionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1044
+ })(UpdateTerminationProtectionInput || (UpdateTerminationProtectionInput = {}));
1045
+ export var UpdateTerminationProtectionOutput;
1046
+ (function (UpdateTerminationProtectionOutput) {
1047
+ UpdateTerminationProtectionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1048
+ })(UpdateTerminationProtectionOutput || (UpdateTerminationProtectionOutput = {}));
1049
+ export var ValidateTemplateInput;
1050
+ (function (ValidateTemplateInput) {
1051
+ ValidateTemplateInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1052
+ })(ValidateTemplateInput || (ValidateTemplateInput = {}));
1053
+ export var TemplateParameter;
1054
+ (function (TemplateParameter) {
1055
+ TemplateParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1056
+ })(TemplateParameter || (TemplateParameter = {}));
1057
+ export var ValidateTemplateOutput;
1058
+ (function (ValidateTemplateOutput) {
1059
+ ValidateTemplateOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1060
+ })(ValidateTemplateOutput || (ValidateTemplateOutput = {}));