@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,1468 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LimitExceededException = exports.InsufficientCapabilitiesException = exports.CreateChangeSetOutput = exports.CreateChangeSetInput = exports.Tag = exports.RollbackConfiguration = exports.RollbackTrigger = exports.ResourceToImport = exports.Parameter = exports.ContinueUpdateRollbackOutput = exports.ContinueUpdateRollbackInput = exports.ChangeSetType = exports.ChangeSetSummary = exports.ExecutionStatus = exports.ChangeSetStatus = exports.ChangeSetNotFoundException = exports.Change = exports.ChangeType = exports.ResourceChange = exports.Replacement = exports.ModuleInfo = exports.ResourceChangeDetail = exports.ResourceTargetDefinition = exports.RequiresRecreation = exports.ResourceAttribute = exports.EvaluationType = exports.ChangeSource = exports.ChangeAction = exports.Category = exports.Capability = exports.TokenAlreadyExistsException = exports.CancelUpdateStackInput = exports.CallAs = exports.TypeConfigurationNotFoundException = exports.BatchDescribeTypeConfigurationsOutput = exports.TypeConfigurationDetails = exports.BatchDescribeTypeConfigurationsError = exports.BatchDescribeTypeConfigurationsInput = exports.TypeConfigurationIdentifier = exports.AutoDeployment = exports.AlreadyExistsException = exports.TypeNotFoundException = exports.CFNRegistryException = exports.ActivateTypeOutput = exports.ActivateTypeInput = exports.VersionBump = exports.ThirdPartyType = exports.LoggingConfig = exports.AccountLimit = exports.AccountGateResult = void 0;
4
+ exports.DescribeStackInstanceOutput = exports.StackInstance = exports.StackInstanceComprehensiveStatus = exports.DescribeStackInstanceInput = exports.DescribeStackEventsOutput = exports.StackEvent = exports.ResourceStatus = exports.DescribeStackEventsInput = exports.DescribeStackDriftDetectionStatusOutput = exports.StackDriftStatus = exports.StackDriftDetectionStatus = exports.DescribeStackDriftDetectionStatusInput = exports.DescribePublisherOutput = exports.PublisherStatus = exports.IdentityProvider = exports.DescribePublisherInput = exports.DescribeChangeSetOutput = exports.DescribeChangeSetInput = exports.DescribeAccountLimitsOutput = exports.DescribeAccountLimitsInput = exports.DeregisterTypeOutput = exports.DeregisterTypeInput = exports.StackSetNotEmptyException = exports.DeleteStackSetOutput = exports.DeleteStackSetInput = exports.DeleteStackInstancesOutput = exports.DeleteStackInstancesInput = exports.DeleteStackInput = exports.InvalidChangeSetStatusException = exports.DeleteChangeSetOutput = exports.DeleteChangeSetInput = exports.DeactivateTypeOutput = exports.DeactivateTypeInput = exports.NameAlreadyExistsException = exports.CreateStackSetOutput = exports.CreateStackSetInput = exports.CreatedButModifiedException = exports.StaleRequestException = exports.StackSetNotFoundException = exports.OperationInProgressException = exports.OperationIdAlreadyExistsException = exports.InvalidOperationException = exports.CreateStackInstancesOutput = exports.CreateStackInstancesInput = exports.StackSetOperationPreferences = exports.RegionConcurrencyType = exports.DeploymentTargets = exports.CreateStackOutput = exports.CreateStackInput = exports.OnFailure = void 0;
5
+ exports.TemplateStage = exports.GetStackPolicyOutput = exports.GetStackPolicyInput = exports.ExecuteChangeSetOutput = exports.ExecuteChangeSetInput = exports.EstimateTemplateCostOutput = exports.EstimateTemplateCostInput = exports.DetectStackSetDriftOutput = exports.DetectStackSetDriftInput = exports.DetectStackResourceDriftOutput = exports.DetectStackResourceDriftInput = exports.DetectStackDriftOutput = exports.DetectStackDriftInput = exports.DescribeTypeRegistrationOutput = exports.DescribeTypeRegistrationInput = exports.DescribeTypeOutput = exports.TypeTestsStatus = exports.RequiredActivatedType = exports.DescribeTypeInput = exports.OperationNotFoundException = exports.DescribeStackSetOperationOutput = exports.StackSetOperation = exports.DescribeStackSetOperationInput = exports.DescribeStackSetOutput = exports.StackSet = exports.StackSetDriftDetectionDetails = exports.StackSetDriftStatus = exports.StackSetDriftDetectionStatus = exports.DescribeStackSetInput = exports.DescribeStacksOutput = exports.Stack = exports.StackStatus = exports.Output = exports.StackDriftInformation = exports.DescribeStacksInput = exports.DescribeStackResourcesOutput = exports.StackResource = exports.DescribeStackResourcesInput = exports.DescribeStackResourceDriftsOutput = exports.StackResourceDrift = exports.PropertyDifference = exports.DifferenceType = exports.PhysicalResourceIdContextKeyValuePair = exports.DescribeStackResourceDriftsInput = exports.DescribeStackResourceOutput = exports.StackResourceDetail = exports.StackResourceDriftInformation = exports.StackResourceDriftStatus = exports.DescribeStackResourceInput = exports.StackInstanceNotFoundException = void 0;
6
+ exports.InvalidStateTransitionException = exports.PublishTypeOutput = exports.PublishTypeInput = exports.ListTypeVersionsOutput = exports.TypeVersionSummary = exports.ListTypeVersionsInput = exports.ListTypesOutput = exports.TypeSummary = exports.ListTypesInput = exports.TypeFilters = exports.ListTypeRegistrationsOutput = exports.ListTypeRegistrationsInput = exports.ListStackSetsOutput = exports.StackSetSummary = exports.ListStackSetsInput = exports.ListStackSetOperationsOutput = exports.StackSetOperationSummary = exports.ListStackSetOperationsInput = exports.ListStackSetOperationResultsOutput = exports.StackSetOperationResultSummary = exports.ListStackSetOperationResultsInput = exports.ListStacksOutput = exports.StackSummary = exports.StackDriftInformationSummary = exports.ListStacksInput = exports.ListStackResourcesOutput = exports.StackResourceSummary = exports.StackResourceDriftInformationSummary = exports.ListStackResourcesInput = exports.ListStackInstancesOutput = exports.StackInstanceSummary = exports.ListStackInstancesInput = exports.StackInstanceFilter = exports.ListImportsOutput = exports.ListImportsInput = exports.ListExportsOutput = exports.Export = exports.ListExportsInput = exports.ListChangeSetsOutput = exports.ListChangeSetsInput = exports.StackNotFoundException = exports.ImportStacksToStackSetOutput = exports.ImportStacksToStackSetInput = exports.GetTemplateSummaryOutput = exports.ResourceIdentifierSummary = exports.ParameterDeclaration = exports.ParameterConstraints = exports.GetTemplateSummaryInput = exports.GetTemplateOutput = exports.GetTemplateInput = void 0;
7
+ exports.ValidateTemplateOutput = exports.TemplateParameter = exports.ValidateTemplateInput = exports.UpdateTerminationProtectionOutput = exports.UpdateTerminationProtectionInput = exports.UpdateStackSetOutput = exports.UpdateStackSetInput = exports.UpdateStackInstancesOutput = exports.UpdateStackInstancesInput = exports.UpdateStackOutput = exports.UpdateStackInput = exports.TestTypeOutput = exports.TestTypeInput = exports.StopStackSetOperationOutput = exports.StopStackSetOperationInput = exports.SignalResourceInput = exports.ResourceSignalStatus = exports.SetTypeDefaultVersionOutput = exports.SetTypeDefaultVersionInput = exports.SetTypeConfigurationOutput = exports.SetTypeConfigurationInput = exports.SetStackPolicyInput = exports.RollbackStackOutput = exports.RollbackStackInput = exports.RegisterTypeOutput = exports.RegisterTypeInput = exports.RegisterPublisherOutput = exports.RegisterPublisherInput = exports.RecordHandlerProgressOutput = exports.RecordHandlerProgressInput = exports.HandlerErrorCode = exports.OperationStatus = exports.OperationStatusCheckFailedException = void 0;
8
+ var AccountGateResult;
9
+ (function (AccountGateResult) {
10
+ AccountGateResult.filterSensitiveLog = (obj) => ({
11
+ ...obj,
12
+ });
13
+ })(AccountGateResult = exports.AccountGateResult || (exports.AccountGateResult = {}));
14
+ var AccountLimit;
15
+ (function (AccountLimit) {
16
+ AccountLimit.filterSensitiveLog = (obj) => ({
17
+ ...obj,
18
+ });
19
+ })(AccountLimit = exports.AccountLimit || (exports.AccountLimit = {}));
20
+ var LoggingConfig;
21
+ (function (LoggingConfig) {
22
+ LoggingConfig.filterSensitiveLog = (obj) => ({
23
+ ...obj,
24
+ });
25
+ })(LoggingConfig = exports.LoggingConfig || (exports.LoggingConfig = {}));
26
+ var ThirdPartyType;
27
+ (function (ThirdPartyType) {
28
+ ThirdPartyType["MODULE"] = "MODULE";
29
+ ThirdPartyType["RESOURCE"] = "RESOURCE";
30
+ })(ThirdPartyType = exports.ThirdPartyType || (exports.ThirdPartyType = {}));
31
+ var VersionBump;
32
+ (function (VersionBump) {
33
+ VersionBump["MAJOR"] = "MAJOR";
34
+ VersionBump["MINOR"] = "MINOR";
35
+ })(VersionBump = exports.VersionBump || (exports.VersionBump = {}));
36
+ var ActivateTypeInput;
37
+ (function (ActivateTypeInput) {
38
+ ActivateTypeInput.filterSensitiveLog = (obj) => ({
39
+ ...obj,
40
+ });
41
+ })(ActivateTypeInput = exports.ActivateTypeInput || (exports.ActivateTypeInput = {}));
42
+ var ActivateTypeOutput;
43
+ (function (ActivateTypeOutput) {
44
+ ActivateTypeOutput.filterSensitiveLog = (obj) => ({
45
+ ...obj,
46
+ });
47
+ })(ActivateTypeOutput = exports.ActivateTypeOutput || (exports.ActivateTypeOutput = {}));
48
+ var CFNRegistryException;
49
+ (function (CFNRegistryException) {
50
+ CFNRegistryException.filterSensitiveLog = (obj) => ({
51
+ ...obj,
52
+ });
53
+ })(CFNRegistryException = exports.CFNRegistryException || (exports.CFNRegistryException = {}));
54
+ var TypeNotFoundException;
55
+ (function (TypeNotFoundException) {
56
+ TypeNotFoundException.filterSensitiveLog = (obj) => ({
57
+ ...obj,
58
+ });
59
+ })(TypeNotFoundException = exports.TypeNotFoundException || (exports.TypeNotFoundException = {}));
60
+ var AlreadyExistsException;
61
+ (function (AlreadyExistsException) {
62
+ AlreadyExistsException.filterSensitiveLog = (obj) => ({
63
+ ...obj,
64
+ });
65
+ })(AlreadyExistsException = exports.AlreadyExistsException || (exports.AlreadyExistsException = {}));
66
+ var AutoDeployment;
67
+ (function (AutoDeployment) {
68
+ AutoDeployment.filterSensitiveLog = (obj) => ({
69
+ ...obj,
70
+ });
71
+ })(AutoDeployment = exports.AutoDeployment || (exports.AutoDeployment = {}));
72
+ var TypeConfigurationIdentifier;
73
+ (function (TypeConfigurationIdentifier) {
74
+ TypeConfigurationIdentifier.filterSensitiveLog = (obj) => ({
75
+ ...obj,
76
+ });
77
+ })(TypeConfigurationIdentifier = exports.TypeConfigurationIdentifier || (exports.TypeConfigurationIdentifier = {}));
78
+ var BatchDescribeTypeConfigurationsInput;
79
+ (function (BatchDescribeTypeConfigurationsInput) {
80
+ BatchDescribeTypeConfigurationsInput.filterSensitiveLog = (obj) => ({
81
+ ...obj,
82
+ });
83
+ })(BatchDescribeTypeConfigurationsInput = exports.BatchDescribeTypeConfigurationsInput || (exports.BatchDescribeTypeConfigurationsInput = {}));
84
+ var BatchDescribeTypeConfigurationsError;
85
+ (function (BatchDescribeTypeConfigurationsError) {
86
+ BatchDescribeTypeConfigurationsError.filterSensitiveLog = (obj) => ({
87
+ ...obj,
88
+ });
89
+ })(BatchDescribeTypeConfigurationsError = exports.BatchDescribeTypeConfigurationsError || (exports.BatchDescribeTypeConfigurationsError = {}));
90
+ var TypeConfigurationDetails;
91
+ (function (TypeConfigurationDetails) {
92
+ TypeConfigurationDetails.filterSensitiveLog = (obj) => ({
93
+ ...obj,
94
+ });
95
+ })(TypeConfigurationDetails = exports.TypeConfigurationDetails || (exports.TypeConfigurationDetails = {}));
96
+ var BatchDescribeTypeConfigurationsOutput;
97
+ (function (BatchDescribeTypeConfigurationsOutput) {
98
+ BatchDescribeTypeConfigurationsOutput.filterSensitiveLog = (obj) => ({
99
+ ...obj,
100
+ });
101
+ })(BatchDescribeTypeConfigurationsOutput = exports.BatchDescribeTypeConfigurationsOutput || (exports.BatchDescribeTypeConfigurationsOutput = {}));
102
+ var TypeConfigurationNotFoundException;
103
+ (function (TypeConfigurationNotFoundException) {
104
+ TypeConfigurationNotFoundException.filterSensitiveLog = (obj) => ({
105
+ ...obj,
106
+ });
107
+ })(TypeConfigurationNotFoundException = exports.TypeConfigurationNotFoundException || (exports.TypeConfigurationNotFoundException = {}));
108
+ var CallAs;
109
+ (function (CallAs) {
110
+ CallAs["DELEGATED_ADMIN"] = "DELEGATED_ADMIN";
111
+ CallAs["SELF"] = "SELF";
112
+ })(CallAs = exports.CallAs || (exports.CallAs = {}));
113
+ var CancelUpdateStackInput;
114
+ (function (CancelUpdateStackInput) {
115
+ CancelUpdateStackInput.filterSensitiveLog = (obj) => ({
116
+ ...obj,
117
+ });
118
+ })(CancelUpdateStackInput = exports.CancelUpdateStackInput || (exports.CancelUpdateStackInput = {}));
119
+ var TokenAlreadyExistsException;
120
+ (function (TokenAlreadyExistsException) {
121
+ TokenAlreadyExistsException.filterSensitiveLog = (obj) => ({
122
+ ...obj,
123
+ });
124
+ })(TokenAlreadyExistsException = exports.TokenAlreadyExistsException || (exports.TokenAlreadyExistsException = {}));
125
+ var Capability;
126
+ (function (Capability) {
127
+ Capability["CAPABILITY_AUTO_EXPAND"] = "CAPABILITY_AUTO_EXPAND";
128
+ Capability["CAPABILITY_IAM"] = "CAPABILITY_IAM";
129
+ Capability["CAPABILITY_NAMED_IAM"] = "CAPABILITY_NAMED_IAM";
130
+ })(Capability = exports.Capability || (exports.Capability = {}));
131
+ var Category;
132
+ (function (Category) {
133
+ Category["ACTIVATED"] = "ACTIVATED";
134
+ Category["AWS_TYPES"] = "AWS_TYPES";
135
+ Category["REGISTERED"] = "REGISTERED";
136
+ Category["THIRD_PARTY"] = "THIRD_PARTY";
137
+ })(Category = exports.Category || (exports.Category = {}));
138
+ var ChangeAction;
139
+ (function (ChangeAction) {
140
+ ChangeAction["Add"] = "Add";
141
+ ChangeAction["Dynamic"] = "Dynamic";
142
+ ChangeAction["Import"] = "Import";
143
+ ChangeAction["Modify"] = "Modify";
144
+ ChangeAction["Remove"] = "Remove";
145
+ })(ChangeAction = exports.ChangeAction || (exports.ChangeAction = {}));
146
+ var ChangeSource;
147
+ (function (ChangeSource) {
148
+ ChangeSource["Automatic"] = "Automatic";
149
+ ChangeSource["DirectModification"] = "DirectModification";
150
+ ChangeSource["ParameterReference"] = "ParameterReference";
151
+ ChangeSource["ResourceAttribute"] = "ResourceAttribute";
152
+ ChangeSource["ResourceReference"] = "ResourceReference";
153
+ })(ChangeSource = exports.ChangeSource || (exports.ChangeSource = {}));
154
+ var EvaluationType;
155
+ (function (EvaluationType) {
156
+ EvaluationType["Dynamic"] = "Dynamic";
157
+ EvaluationType["Static"] = "Static";
158
+ })(EvaluationType = exports.EvaluationType || (exports.EvaluationType = {}));
159
+ var ResourceAttribute;
160
+ (function (ResourceAttribute) {
161
+ ResourceAttribute["CreationPolicy"] = "CreationPolicy";
162
+ ResourceAttribute["DeletionPolicy"] = "DeletionPolicy";
163
+ ResourceAttribute["Metadata"] = "Metadata";
164
+ ResourceAttribute["Properties"] = "Properties";
165
+ ResourceAttribute["Tags"] = "Tags";
166
+ ResourceAttribute["UpdatePolicy"] = "UpdatePolicy";
167
+ })(ResourceAttribute = exports.ResourceAttribute || (exports.ResourceAttribute = {}));
168
+ var RequiresRecreation;
169
+ (function (RequiresRecreation) {
170
+ RequiresRecreation["Always"] = "Always";
171
+ RequiresRecreation["Conditionally"] = "Conditionally";
172
+ RequiresRecreation["Never"] = "Never";
173
+ })(RequiresRecreation = exports.RequiresRecreation || (exports.RequiresRecreation = {}));
174
+ var ResourceTargetDefinition;
175
+ (function (ResourceTargetDefinition) {
176
+ ResourceTargetDefinition.filterSensitiveLog = (obj) => ({
177
+ ...obj,
178
+ });
179
+ })(ResourceTargetDefinition = exports.ResourceTargetDefinition || (exports.ResourceTargetDefinition = {}));
180
+ var ResourceChangeDetail;
181
+ (function (ResourceChangeDetail) {
182
+ ResourceChangeDetail.filterSensitiveLog = (obj) => ({
183
+ ...obj,
184
+ });
185
+ })(ResourceChangeDetail = exports.ResourceChangeDetail || (exports.ResourceChangeDetail = {}));
186
+ var ModuleInfo;
187
+ (function (ModuleInfo) {
188
+ ModuleInfo.filterSensitiveLog = (obj) => ({
189
+ ...obj,
190
+ });
191
+ })(ModuleInfo = exports.ModuleInfo || (exports.ModuleInfo = {}));
192
+ var Replacement;
193
+ (function (Replacement) {
194
+ Replacement["Conditional"] = "Conditional";
195
+ Replacement["False"] = "False";
196
+ Replacement["True"] = "True";
197
+ })(Replacement = exports.Replacement || (exports.Replacement = {}));
198
+ var ResourceChange;
199
+ (function (ResourceChange) {
200
+ ResourceChange.filterSensitiveLog = (obj) => ({
201
+ ...obj,
202
+ });
203
+ })(ResourceChange = exports.ResourceChange || (exports.ResourceChange = {}));
204
+ var ChangeType;
205
+ (function (ChangeType) {
206
+ ChangeType["Resource"] = "Resource";
207
+ })(ChangeType = exports.ChangeType || (exports.ChangeType = {}));
208
+ var Change;
209
+ (function (Change) {
210
+ Change.filterSensitiveLog = (obj) => ({
211
+ ...obj,
212
+ });
213
+ })(Change = exports.Change || (exports.Change = {}));
214
+ var ChangeSetNotFoundException;
215
+ (function (ChangeSetNotFoundException) {
216
+ ChangeSetNotFoundException.filterSensitiveLog = (obj) => ({
217
+ ...obj,
218
+ });
219
+ })(ChangeSetNotFoundException = exports.ChangeSetNotFoundException || (exports.ChangeSetNotFoundException = {}));
220
+ var ChangeSetStatus;
221
+ (function (ChangeSetStatus) {
222
+ ChangeSetStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
223
+ ChangeSetStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
224
+ ChangeSetStatus["CREATE_PENDING"] = "CREATE_PENDING";
225
+ ChangeSetStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE";
226
+ ChangeSetStatus["DELETE_FAILED"] = "DELETE_FAILED";
227
+ ChangeSetStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
228
+ ChangeSetStatus["DELETE_PENDING"] = "DELETE_PENDING";
229
+ ChangeSetStatus["FAILED"] = "FAILED";
230
+ })(ChangeSetStatus = exports.ChangeSetStatus || (exports.ChangeSetStatus = {}));
231
+ var ExecutionStatus;
232
+ (function (ExecutionStatus) {
233
+ ExecutionStatus["AVAILABLE"] = "AVAILABLE";
234
+ ExecutionStatus["EXECUTE_COMPLETE"] = "EXECUTE_COMPLETE";
235
+ ExecutionStatus["EXECUTE_FAILED"] = "EXECUTE_FAILED";
236
+ ExecutionStatus["EXECUTE_IN_PROGRESS"] = "EXECUTE_IN_PROGRESS";
237
+ ExecutionStatus["OBSOLETE"] = "OBSOLETE";
238
+ ExecutionStatus["UNAVAILABLE"] = "UNAVAILABLE";
239
+ })(ExecutionStatus = exports.ExecutionStatus || (exports.ExecutionStatus = {}));
240
+ var ChangeSetSummary;
241
+ (function (ChangeSetSummary) {
242
+ ChangeSetSummary.filterSensitiveLog = (obj) => ({
243
+ ...obj,
244
+ });
245
+ })(ChangeSetSummary = exports.ChangeSetSummary || (exports.ChangeSetSummary = {}));
246
+ var ChangeSetType;
247
+ (function (ChangeSetType) {
248
+ ChangeSetType["CREATE"] = "CREATE";
249
+ ChangeSetType["IMPORT"] = "IMPORT";
250
+ ChangeSetType["UPDATE"] = "UPDATE";
251
+ })(ChangeSetType = exports.ChangeSetType || (exports.ChangeSetType = {}));
252
+ var ContinueUpdateRollbackInput;
253
+ (function (ContinueUpdateRollbackInput) {
254
+ ContinueUpdateRollbackInput.filterSensitiveLog = (obj) => ({
255
+ ...obj,
256
+ });
257
+ })(ContinueUpdateRollbackInput = exports.ContinueUpdateRollbackInput || (exports.ContinueUpdateRollbackInput = {}));
258
+ var ContinueUpdateRollbackOutput;
259
+ (function (ContinueUpdateRollbackOutput) {
260
+ ContinueUpdateRollbackOutput.filterSensitiveLog = (obj) => ({
261
+ ...obj,
262
+ });
263
+ })(ContinueUpdateRollbackOutput = exports.ContinueUpdateRollbackOutput || (exports.ContinueUpdateRollbackOutput = {}));
264
+ var Parameter;
265
+ (function (Parameter) {
266
+ Parameter.filterSensitiveLog = (obj) => ({
267
+ ...obj,
268
+ });
269
+ })(Parameter = exports.Parameter || (exports.Parameter = {}));
270
+ var ResourceToImport;
271
+ (function (ResourceToImport) {
272
+ ResourceToImport.filterSensitiveLog = (obj) => ({
273
+ ...obj,
274
+ });
275
+ })(ResourceToImport = exports.ResourceToImport || (exports.ResourceToImport = {}));
276
+ var RollbackTrigger;
277
+ (function (RollbackTrigger) {
278
+ RollbackTrigger.filterSensitiveLog = (obj) => ({
279
+ ...obj,
280
+ });
281
+ })(RollbackTrigger = exports.RollbackTrigger || (exports.RollbackTrigger = {}));
282
+ var RollbackConfiguration;
283
+ (function (RollbackConfiguration) {
284
+ RollbackConfiguration.filterSensitiveLog = (obj) => ({
285
+ ...obj,
286
+ });
287
+ })(RollbackConfiguration = exports.RollbackConfiguration || (exports.RollbackConfiguration = {}));
288
+ var Tag;
289
+ (function (Tag) {
290
+ Tag.filterSensitiveLog = (obj) => ({
291
+ ...obj,
292
+ });
293
+ })(Tag = exports.Tag || (exports.Tag = {}));
294
+ var CreateChangeSetInput;
295
+ (function (CreateChangeSetInput) {
296
+ CreateChangeSetInput.filterSensitiveLog = (obj) => ({
297
+ ...obj,
298
+ });
299
+ })(CreateChangeSetInput = exports.CreateChangeSetInput || (exports.CreateChangeSetInput = {}));
300
+ var CreateChangeSetOutput;
301
+ (function (CreateChangeSetOutput) {
302
+ CreateChangeSetOutput.filterSensitiveLog = (obj) => ({
303
+ ...obj,
304
+ });
305
+ })(CreateChangeSetOutput = exports.CreateChangeSetOutput || (exports.CreateChangeSetOutput = {}));
306
+ var InsufficientCapabilitiesException;
307
+ (function (InsufficientCapabilitiesException) {
308
+ InsufficientCapabilitiesException.filterSensitiveLog = (obj) => ({
309
+ ...obj,
310
+ });
311
+ })(InsufficientCapabilitiesException = exports.InsufficientCapabilitiesException || (exports.InsufficientCapabilitiesException = {}));
312
+ var LimitExceededException;
313
+ (function (LimitExceededException) {
314
+ LimitExceededException.filterSensitiveLog = (obj) => ({
315
+ ...obj,
316
+ });
317
+ })(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
318
+ var OnFailure;
319
+ (function (OnFailure) {
320
+ OnFailure["DELETE"] = "DELETE";
321
+ OnFailure["DO_NOTHING"] = "DO_NOTHING";
322
+ OnFailure["ROLLBACK"] = "ROLLBACK";
323
+ })(OnFailure = exports.OnFailure || (exports.OnFailure = {}));
324
+ var CreateStackInput;
325
+ (function (CreateStackInput) {
326
+ CreateStackInput.filterSensitiveLog = (obj) => ({
327
+ ...obj,
328
+ });
329
+ })(CreateStackInput = exports.CreateStackInput || (exports.CreateStackInput = {}));
330
+ var CreateStackOutput;
331
+ (function (CreateStackOutput) {
332
+ CreateStackOutput.filterSensitiveLog = (obj) => ({
333
+ ...obj,
334
+ });
335
+ })(CreateStackOutput = exports.CreateStackOutput || (exports.CreateStackOutput = {}));
336
+ var DeploymentTargets;
337
+ (function (DeploymentTargets) {
338
+ DeploymentTargets.filterSensitiveLog = (obj) => ({
339
+ ...obj,
340
+ });
341
+ })(DeploymentTargets = exports.DeploymentTargets || (exports.DeploymentTargets = {}));
342
+ var RegionConcurrencyType;
343
+ (function (RegionConcurrencyType) {
344
+ RegionConcurrencyType["PARALLEL"] = "PARALLEL";
345
+ RegionConcurrencyType["SEQUENTIAL"] = "SEQUENTIAL";
346
+ })(RegionConcurrencyType = exports.RegionConcurrencyType || (exports.RegionConcurrencyType = {}));
347
+ var StackSetOperationPreferences;
348
+ (function (StackSetOperationPreferences) {
349
+ StackSetOperationPreferences.filterSensitiveLog = (obj) => ({
350
+ ...obj,
351
+ });
352
+ })(StackSetOperationPreferences = exports.StackSetOperationPreferences || (exports.StackSetOperationPreferences = {}));
353
+ var CreateStackInstancesInput;
354
+ (function (CreateStackInstancesInput) {
355
+ CreateStackInstancesInput.filterSensitiveLog = (obj) => ({
356
+ ...obj,
357
+ });
358
+ })(CreateStackInstancesInput = exports.CreateStackInstancesInput || (exports.CreateStackInstancesInput = {}));
359
+ var CreateStackInstancesOutput;
360
+ (function (CreateStackInstancesOutput) {
361
+ CreateStackInstancesOutput.filterSensitiveLog = (obj) => ({
362
+ ...obj,
363
+ });
364
+ })(CreateStackInstancesOutput = exports.CreateStackInstancesOutput || (exports.CreateStackInstancesOutput = {}));
365
+ var InvalidOperationException;
366
+ (function (InvalidOperationException) {
367
+ InvalidOperationException.filterSensitiveLog = (obj) => ({
368
+ ...obj,
369
+ });
370
+ })(InvalidOperationException = exports.InvalidOperationException || (exports.InvalidOperationException = {}));
371
+ var OperationIdAlreadyExistsException;
372
+ (function (OperationIdAlreadyExistsException) {
373
+ OperationIdAlreadyExistsException.filterSensitiveLog = (obj) => ({
374
+ ...obj,
375
+ });
376
+ })(OperationIdAlreadyExistsException = exports.OperationIdAlreadyExistsException || (exports.OperationIdAlreadyExistsException = {}));
377
+ var OperationInProgressException;
378
+ (function (OperationInProgressException) {
379
+ OperationInProgressException.filterSensitiveLog = (obj) => ({
380
+ ...obj,
381
+ });
382
+ })(OperationInProgressException = exports.OperationInProgressException || (exports.OperationInProgressException = {}));
383
+ var StackSetNotFoundException;
384
+ (function (StackSetNotFoundException) {
385
+ StackSetNotFoundException.filterSensitiveLog = (obj) => ({
386
+ ...obj,
387
+ });
388
+ })(StackSetNotFoundException = exports.StackSetNotFoundException || (exports.StackSetNotFoundException = {}));
389
+ var StaleRequestException;
390
+ (function (StaleRequestException) {
391
+ StaleRequestException.filterSensitiveLog = (obj) => ({
392
+ ...obj,
393
+ });
394
+ })(StaleRequestException = exports.StaleRequestException || (exports.StaleRequestException = {}));
395
+ var CreatedButModifiedException;
396
+ (function (CreatedButModifiedException) {
397
+ CreatedButModifiedException.filterSensitiveLog = (obj) => ({
398
+ ...obj,
399
+ });
400
+ })(CreatedButModifiedException = exports.CreatedButModifiedException || (exports.CreatedButModifiedException = {}));
401
+ var CreateStackSetInput;
402
+ (function (CreateStackSetInput) {
403
+ CreateStackSetInput.filterSensitiveLog = (obj) => ({
404
+ ...obj,
405
+ });
406
+ })(CreateStackSetInput = exports.CreateStackSetInput || (exports.CreateStackSetInput = {}));
407
+ var CreateStackSetOutput;
408
+ (function (CreateStackSetOutput) {
409
+ CreateStackSetOutput.filterSensitiveLog = (obj) => ({
410
+ ...obj,
411
+ });
412
+ })(CreateStackSetOutput = exports.CreateStackSetOutput || (exports.CreateStackSetOutput = {}));
413
+ var NameAlreadyExistsException;
414
+ (function (NameAlreadyExistsException) {
415
+ NameAlreadyExistsException.filterSensitiveLog = (obj) => ({
416
+ ...obj,
417
+ });
418
+ })(NameAlreadyExistsException = exports.NameAlreadyExistsException || (exports.NameAlreadyExistsException = {}));
419
+ var DeactivateTypeInput;
420
+ (function (DeactivateTypeInput) {
421
+ DeactivateTypeInput.filterSensitiveLog = (obj) => ({
422
+ ...obj,
423
+ });
424
+ })(DeactivateTypeInput = exports.DeactivateTypeInput || (exports.DeactivateTypeInput = {}));
425
+ var DeactivateTypeOutput;
426
+ (function (DeactivateTypeOutput) {
427
+ DeactivateTypeOutput.filterSensitiveLog = (obj) => ({
428
+ ...obj,
429
+ });
430
+ })(DeactivateTypeOutput = exports.DeactivateTypeOutput || (exports.DeactivateTypeOutput = {}));
431
+ var DeleteChangeSetInput;
432
+ (function (DeleteChangeSetInput) {
433
+ DeleteChangeSetInput.filterSensitiveLog = (obj) => ({
434
+ ...obj,
435
+ });
436
+ })(DeleteChangeSetInput = exports.DeleteChangeSetInput || (exports.DeleteChangeSetInput = {}));
437
+ var DeleteChangeSetOutput;
438
+ (function (DeleteChangeSetOutput) {
439
+ DeleteChangeSetOutput.filterSensitiveLog = (obj) => ({
440
+ ...obj,
441
+ });
442
+ })(DeleteChangeSetOutput = exports.DeleteChangeSetOutput || (exports.DeleteChangeSetOutput = {}));
443
+ var InvalidChangeSetStatusException;
444
+ (function (InvalidChangeSetStatusException) {
445
+ InvalidChangeSetStatusException.filterSensitiveLog = (obj) => ({
446
+ ...obj,
447
+ });
448
+ })(InvalidChangeSetStatusException = exports.InvalidChangeSetStatusException || (exports.InvalidChangeSetStatusException = {}));
449
+ var DeleteStackInput;
450
+ (function (DeleteStackInput) {
451
+ DeleteStackInput.filterSensitiveLog = (obj) => ({
452
+ ...obj,
453
+ });
454
+ })(DeleteStackInput = exports.DeleteStackInput || (exports.DeleteStackInput = {}));
455
+ var DeleteStackInstancesInput;
456
+ (function (DeleteStackInstancesInput) {
457
+ DeleteStackInstancesInput.filterSensitiveLog = (obj) => ({
458
+ ...obj,
459
+ });
460
+ })(DeleteStackInstancesInput = exports.DeleteStackInstancesInput || (exports.DeleteStackInstancesInput = {}));
461
+ var DeleteStackInstancesOutput;
462
+ (function (DeleteStackInstancesOutput) {
463
+ DeleteStackInstancesOutput.filterSensitiveLog = (obj) => ({
464
+ ...obj,
465
+ });
466
+ })(DeleteStackInstancesOutput = exports.DeleteStackInstancesOutput || (exports.DeleteStackInstancesOutput = {}));
467
+ var DeleteStackSetInput;
468
+ (function (DeleteStackSetInput) {
469
+ DeleteStackSetInput.filterSensitiveLog = (obj) => ({
470
+ ...obj,
471
+ });
472
+ })(DeleteStackSetInput = exports.DeleteStackSetInput || (exports.DeleteStackSetInput = {}));
473
+ var DeleteStackSetOutput;
474
+ (function (DeleteStackSetOutput) {
475
+ DeleteStackSetOutput.filterSensitiveLog = (obj) => ({
476
+ ...obj,
477
+ });
478
+ })(DeleteStackSetOutput = exports.DeleteStackSetOutput || (exports.DeleteStackSetOutput = {}));
479
+ var StackSetNotEmptyException;
480
+ (function (StackSetNotEmptyException) {
481
+ StackSetNotEmptyException.filterSensitiveLog = (obj) => ({
482
+ ...obj,
483
+ });
484
+ })(StackSetNotEmptyException = exports.StackSetNotEmptyException || (exports.StackSetNotEmptyException = {}));
485
+ var DeregisterTypeInput;
486
+ (function (DeregisterTypeInput) {
487
+ DeregisterTypeInput.filterSensitiveLog = (obj) => ({
488
+ ...obj,
489
+ });
490
+ })(DeregisterTypeInput = exports.DeregisterTypeInput || (exports.DeregisterTypeInput = {}));
491
+ var DeregisterTypeOutput;
492
+ (function (DeregisterTypeOutput) {
493
+ DeregisterTypeOutput.filterSensitiveLog = (obj) => ({
494
+ ...obj,
495
+ });
496
+ })(DeregisterTypeOutput = exports.DeregisterTypeOutput || (exports.DeregisterTypeOutput = {}));
497
+ var DescribeAccountLimitsInput;
498
+ (function (DescribeAccountLimitsInput) {
499
+ DescribeAccountLimitsInput.filterSensitiveLog = (obj) => ({
500
+ ...obj,
501
+ });
502
+ })(DescribeAccountLimitsInput = exports.DescribeAccountLimitsInput || (exports.DescribeAccountLimitsInput = {}));
503
+ var DescribeAccountLimitsOutput;
504
+ (function (DescribeAccountLimitsOutput) {
505
+ DescribeAccountLimitsOutput.filterSensitiveLog = (obj) => ({
506
+ ...obj,
507
+ });
508
+ })(DescribeAccountLimitsOutput = exports.DescribeAccountLimitsOutput || (exports.DescribeAccountLimitsOutput = {}));
509
+ var DescribeChangeSetInput;
510
+ (function (DescribeChangeSetInput) {
511
+ DescribeChangeSetInput.filterSensitiveLog = (obj) => ({
512
+ ...obj,
513
+ });
514
+ })(DescribeChangeSetInput = exports.DescribeChangeSetInput || (exports.DescribeChangeSetInput = {}));
515
+ var DescribeChangeSetOutput;
516
+ (function (DescribeChangeSetOutput) {
517
+ DescribeChangeSetOutput.filterSensitiveLog = (obj) => ({
518
+ ...obj,
519
+ });
520
+ })(DescribeChangeSetOutput = exports.DescribeChangeSetOutput || (exports.DescribeChangeSetOutput = {}));
521
+ var DescribePublisherInput;
522
+ (function (DescribePublisherInput) {
523
+ DescribePublisherInput.filterSensitiveLog = (obj) => ({
524
+ ...obj,
525
+ });
526
+ })(DescribePublisherInput = exports.DescribePublisherInput || (exports.DescribePublisherInput = {}));
527
+ var IdentityProvider;
528
+ (function (IdentityProvider) {
529
+ IdentityProvider["AWS_Marketplace"] = "AWS_Marketplace";
530
+ IdentityProvider["Bitbucket"] = "Bitbucket";
531
+ IdentityProvider["GitHub"] = "GitHub";
532
+ })(IdentityProvider = exports.IdentityProvider || (exports.IdentityProvider = {}));
533
+ var PublisherStatus;
534
+ (function (PublisherStatus) {
535
+ PublisherStatus["UNVERIFIED"] = "UNVERIFIED";
536
+ PublisherStatus["VERIFIED"] = "VERIFIED";
537
+ })(PublisherStatus = exports.PublisherStatus || (exports.PublisherStatus = {}));
538
+ var DescribePublisherOutput;
539
+ (function (DescribePublisherOutput) {
540
+ DescribePublisherOutput.filterSensitiveLog = (obj) => ({
541
+ ...obj,
542
+ });
543
+ })(DescribePublisherOutput = exports.DescribePublisherOutput || (exports.DescribePublisherOutput = {}));
544
+ var DescribeStackDriftDetectionStatusInput;
545
+ (function (DescribeStackDriftDetectionStatusInput) {
546
+ DescribeStackDriftDetectionStatusInput.filterSensitiveLog = (obj) => ({
547
+ ...obj,
548
+ });
549
+ })(DescribeStackDriftDetectionStatusInput = exports.DescribeStackDriftDetectionStatusInput || (exports.DescribeStackDriftDetectionStatusInput = {}));
550
+ var StackDriftDetectionStatus;
551
+ (function (StackDriftDetectionStatus) {
552
+ StackDriftDetectionStatus["DETECTION_COMPLETE"] = "DETECTION_COMPLETE";
553
+ StackDriftDetectionStatus["DETECTION_FAILED"] = "DETECTION_FAILED";
554
+ StackDriftDetectionStatus["DETECTION_IN_PROGRESS"] = "DETECTION_IN_PROGRESS";
555
+ })(StackDriftDetectionStatus = exports.StackDriftDetectionStatus || (exports.StackDriftDetectionStatus = {}));
556
+ var StackDriftStatus;
557
+ (function (StackDriftStatus) {
558
+ StackDriftStatus["DRIFTED"] = "DRIFTED";
559
+ StackDriftStatus["IN_SYNC"] = "IN_SYNC";
560
+ StackDriftStatus["NOT_CHECKED"] = "NOT_CHECKED";
561
+ StackDriftStatus["UNKNOWN"] = "UNKNOWN";
562
+ })(StackDriftStatus = exports.StackDriftStatus || (exports.StackDriftStatus = {}));
563
+ var DescribeStackDriftDetectionStatusOutput;
564
+ (function (DescribeStackDriftDetectionStatusOutput) {
565
+ DescribeStackDriftDetectionStatusOutput.filterSensitiveLog = (obj) => ({
566
+ ...obj,
567
+ });
568
+ })(DescribeStackDriftDetectionStatusOutput = exports.DescribeStackDriftDetectionStatusOutput || (exports.DescribeStackDriftDetectionStatusOutput = {}));
569
+ var DescribeStackEventsInput;
570
+ (function (DescribeStackEventsInput) {
571
+ DescribeStackEventsInput.filterSensitiveLog = (obj) => ({
572
+ ...obj,
573
+ });
574
+ })(DescribeStackEventsInput = exports.DescribeStackEventsInput || (exports.DescribeStackEventsInput = {}));
575
+ var ResourceStatus;
576
+ (function (ResourceStatus) {
577
+ ResourceStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
578
+ ResourceStatus["CREATE_FAILED"] = "CREATE_FAILED";
579
+ ResourceStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
580
+ ResourceStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE";
581
+ ResourceStatus["DELETE_FAILED"] = "DELETE_FAILED";
582
+ ResourceStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
583
+ ResourceStatus["DELETE_SKIPPED"] = "DELETE_SKIPPED";
584
+ ResourceStatus["IMPORT_COMPLETE"] = "IMPORT_COMPLETE";
585
+ ResourceStatus["IMPORT_FAILED"] = "IMPORT_FAILED";
586
+ ResourceStatus["IMPORT_IN_PROGRESS"] = "IMPORT_IN_PROGRESS";
587
+ ResourceStatus["IMPORT_ROLLBACK_COMPLETE"] = "IMPORT_ROLLBACK_COMPLETE";
588
+ ResourceStatus["IMPORT_ROLLBACK_FAILED"] = "IMPORT_ROLLBACK_FAILED";
589
+ ResourceStatus["IMPORT_ROLLBACK_IN_PROGRESS"] = "IMPORT_ROLLBACK_IN_PROGRESS";
590
+ ResourceStatus["ROLLBACK_COMPLETE"] = "ROLLBACK_COMPLETE";
591
+ ResourceStatus["ROLLBACK_FAILED"] = "ROLLBACK_FAILED";
592
+ ResourceStatus["ROLLBACK_IN_PROGRESS"] = "ROLLBACK_IN_PROGRESS";
593
+ ResourceStatus["UPDATE_COMPLETE"] = "UPDATE_COMPLETE";
594
+ ResourceStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
595
+ ResourceStatus["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
596
+ ResourceStatus["UPDATE_ROLLBACK_COMPLETE"] = "UPDATE_ROLLBACK_COMPLETE";
597
+ ResourceStatus["UPDATE_ROLLBACK_FAILED"] = "UPDATE_ROLLBACK_FAILED";
598
+ ResourceStatus["UPDATE_ROLLBACK_IN_PROGRESS"] = "UPDATE_ROLLBACK_IN_PROGRESS";
599
+ })(ResourceStatus = exports.ResourceStatus || (exports.ResourceStatus = {}));
600
+ var StackEvent;
601
+ (function (StackEvent) {
602
+ StackEvent.filterSensitiveLog = (obj) => ({
603
+ ...obj,
604
+ });
605
+ })(StackEvent = exports.StackEvent || (exports.StackEvent = {}));
606
+ var DescribeStackEventsOutput;
607
+ (function (DescribeStackEventsOutput) {
608
+ DescribeStackEventsOutput.filterSensitiveLog = (obj) => ({
609
+ ...obj,
610
+ });
611
+ })(DescribeStackEventsOutput = exports.DescribeStackEventsOutput || (exports.DescribeStackEventsOutput = {}));
612
+ var DescribeStackInstanceInput;
613
+ (function (DescribeStackInstanceInput) {
614
+ DescribeStackInstanceInput.filterSensitiveLog = (obj) => ({
615
+ ...obj,
616
+ });
617
+ })(DescribeStackInstanceInput = exports.DescribeStackInstanceInput || (exports.DescribeStackInstanceInput = {}));
618
+ var StackInstanceComprehensiveStatus;
619
+ (function (StackInstanceComprehensiveStatus) {
620
+ StackInstanceComprehensiveStatus.filterSensitiveLog = (obj) => ({
621
+ ...obj,
622
+ });
623
+ })(StackInstanceComprehensiveStatus = exports.StackInstanceComprehensiveStatus || (exports.StackInstanceComprehensiveStatus = {}));
624
+ var StackInstance;
625
+ (function (StackInstance) {
626
+ StackInstance.filterSensitiveLog = (obj) => ({
627
+ ...obj,
628
+ });
629
+ })(StackInstance = exports.StackInstance || (exports.StackInstance = {}));
630
+ var DescribeStackInstanceOutput;
631
+ (function (DescribeStackInstanceOutput) {
632
+ DescribeStackInstanceOutput.filterSensitiveLog = (obj) => ({
633
+ ...obj,
634
+ });
635
+ })(DescribeStackInstanceOutput = exports.DescribeStackInstanceOutput || (exports.DescribeStackInstanceOutput = {}));
636
+ var StackInstanceNotFoundException;
637
+ (function (StackInstanceNotFoundException) {
638
+ StackInstanceNotFoundException.filterSensitiveLog = (obj) => ({
639
+ ...obj,
640
+ });
641
+ })(StackInstanceNotFoundException = exports.StackInstanceNotFoundException || (exports.StackInstanceNotFoundException = {}));
642
+ var DescribeStackResourceInput;
643
+ (function (DescribeStackResourceInput) {
644
+ DescribeStackResourceInput.filterSensitiveLog = (obj) => ({
645
+ ...obj,
646
+ });
647
+ })(DescribeStackResourceInput = exports.DescribeStackResourceInput || (exports.DescribeStackResourceInput = {}));
648
+ var StackResourceDriftStatus;
649
+ (function (StackResourceDriftStatus) {
650
+ StackResourceDriftStatus["DELETED"] = "DELETED";
651
+ StackResourceDriftStatus["IN_SYNC"] = "IN_SYNC";
652
+ StackResourceDriftStatus["MODIFIED"] = "MODIFIED";
653
+ StackResourceDriftStatus["NOT_CHECKED"] = "NOT_CHECKED";
654
+ })(StackResourceDriftStatus = exports.StackResourceDriftStatus || (exports.StackResourceDriftStatus = {}));
655
+ var StackResourceDriftInformation;
656
+ (function (StackResourceDriftInformation) {
657
+ StackResourceDriftInformation.filterSensitiveLog = (obj) => ({
658
+ ...obj,
659
+ });
660
+ })(StackResourceDriftInformation = exports.StackResourceDriftInformation || (exports.StackResourceDriftInformation = {}));
661
+ var StackResourceDetail;
662
+ (function (StackResourceDetail) {
663
+ StackResourceDetail.filterSensitiveLog = (obj) => ({
664
+ ...obj,
665
+ });
666
+ })(StackResourceDetail = exports.StackResourceDetail || (exports.StackResourceDetail = {}));
667
+ var DescribeStackResourceOutput;
668
+ (function (DescribeStackResourceOutput) {
669
+ DescribeStackResourceOutput.filterSensitiveLog = (obj) => ({
670
+ ...obj,
671
+ });
672
+ })(DescribeStackResourceOutput = exports.DescribeStackResourceOutput || (exports.DescribeStackResourceOutput = {}));
673
+ var DescribeStackResourceDriftsInput;
674
+ (function (DescribeStackResourceDriftsInput) {
675
+ DescribeStackResourceDriftsInput.filterSensitiveLog = (obj) => ({
676
+ ...obj,
677
+ });
678
+ })(DescribeStackResourceDriftsInput = exports.DescribeStackResourceDriftsInput || (exports.DescribeStackResourceDriftsInput = {}));
679
+ var PhysicalResourceIdContextKeyValuePair;
680
+ (function (PhysicalResourceIdContextKeyValuePair) {
681
+ PhysicalResourceIdContextKeyValuePair.filterSensitiveLog = (obj) => ({
682
+ ...obj,
683
+ });
684
+ })(PhysicalResourceIdContextKeyValuePair = exports.PhysicalResourceIdContextKeyValuePair || (exports.PhysicalResourceIdContextKeyValuePair = {}));
685
+ var DifferenceType;
686
+ (function (DifferenceType) {
687
+ DifferenceType["ADD"] = "ADD";
688
+ DifferenceType["NOT_EQUAL"] = "NOT_EQUAL";
689
+ DifferenceType["REMOVE"] = "REMOVE";
690
+ })(DifferenceType = exports.DifferenceType || (exports.DifferenceType = {}));
691
+ var PropertyDifference;
692
+ (function (PropertyDifference) {
693
+ PropertyDifference.filterSensitiveLog = (obj) => ({
694
+ ...obj,
695
+ });
696
+ })(PropertyDifference = exports.PropertyDifference || (exports.PropertyDifference = {}));
697
+ var StackResourceDrift;
698
+ (function (StackResourceDrift) {
699
+ StackResourceDrift.filterSensitiveLog = (obj) => ({
700
+ ...obj,
701
+ });
702
+ })(StackResourceDrift = exports.StackResourceDrift || (exports.StackResourceDrift = {}));
703
+ var DescribeStackResourceDriftsOutput;
704
+ (function (DescribeStackResourceDriftsOutput) {
705
+ DescribeStackResourceDriftsOutput.filterSensitiveLog = (obj) => ({
706
+ ...obj,
707
+ });
708
+ })(DescribeStackResourceDriftsOutput = exports.DescribeStackResourceDriftsOutput || (exports.DescribeStackResourceDriftsOutput = {}));
709
+ var DescribeStackResourcesInput;
710
+ (function (DescribeStackResourcesInput) {
711
+ DescribeStackResourcesInput.filterSensitiveLog = (obj) => ({
712
+ ...obj,
713
+ });
714
+ })(DescribeStackResourcesInput = exports.DescribeStackResourcesInput || (exports.DescribeStackResourcesInput = {}));
715
+ var StackResource;
716
+ (function (StackResource) {
717
+ StackResource.filterSensitiveLog = (obj) => ({
718
+ ...obj,
719
+ });
720
+ })(StackResource = exports.StackResource || (exports.StackResource = {}));
721
+ var DescribeStackResourcesOutput;
722
+ (function (DescribeStackResourcesOutput) {
723
+ DescribeStackResourcesOutput.filterSensitiveLog = (obj) => ({
724
+ ...obj,
725
+ });
726
+ })(DescribeStackResourcesOutput = exports.DescribeStackResourcesOutput || (exports.DescribeStackResourcesOutput = {}));
727
+ var DescribeStacksInput;
728
+ (function (DescribeStacksInput) {
729
+ DescribeStacksInput.filterSensitiveLog = (obj) => ({
730
+ ...obj,
731
+ });
732
+ })(DescribeStacksInput = exports.DescribeStacksInput || (exports.DescribeStacksInput = {}));
733
+ var StackDriftInformation;
734
+ (function (StackDriftInformation) {
735
+ StackDriftInformation.filterSensitiveLog = (obj) => ({
736
+ ...obj,
737
+ });
738
+ })(StackDriftInformation = exports.StackDriftInformation || (exports.StackDriftInformation = {}));
739
+ var Output;
740
+ (function (Output) {
741
+ Output.filterSensitiveLog = (obj) => ({
742
+ ...obj,
743
+ });
744
+ })(Output = exports.Output || (exports.Output = {}));
745
+ var StackStatus;
746
+ (function (StackStatus) {
747
+ StackStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
748
+ StackStatus["CREATE_FAILED"] = "CREATE_FAILED";
749
+ StackStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
750
+ StackStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE";
751
+ StackStatus["DELETE_FAILED"] = "DELETE_FAILED";
752
+ StackStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
753
+ StackStatus["IMPORT_COMPLETE"] = "IMPORT_COMPLETE";
754
+ StackStatus["IMPORT_IN_PROGRESS"] = "IMPORT_IN_PROGRESS";
755
+ StackStatus["IMPORT_ROLLBACK_COMPLETE"] = "IMPORT_ROLLBACK_COMPLETE";
756
+ StackStatus["IMPORT_ROLLBACK_FAILED"] = "IMPORT_ROLLBACK_FAILED";
757
+ StackStatus["IMPORT_ROLLBACK_IN_PROGRESS"] = "IMPORT_ROLLBACK_IN_PROGRESS";
758
+ StackStatus["REVIEW_IN_PROGRESS"] = "REVIEW_IN_PROGRESS";
759
+ StackStatus["ROLLBACK_COMPLETE"] = "ROLLBACK_COMPLETE";
760
+ StackStatus["ROLLBACK_FAILED"] = "ROLLBACK_FAILED";
761
+ StackStatus["ROLLBACK_IN_PROGRESS"] = "ROLLBACK_IN_PROGRESS";
762
+ StackStatus["UPDATE_COMPLETE"] = "UPDATE_COMPLETE";
763
+ StackStatus["UPDATE_COMPLETE_CLEANUP_IN_PROGRESS"] = "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS";
764
+ StackStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
765
+ StackStatus["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
766
+ StackStatus["UPDATE_ROLLBACK_COMPLETE"] = "UPDATE_ROLLBACK_COMPLETE";
767
+ StackStatus["UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS"] = "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS";
768
+ StackStatus["UPDATE_ROLLBACK_FAILED"] = "UPDATE_ROLLBACK_FAILED";
769
+ StackStatus["UPDATE_ROLLBACK_IN_PROGRESS"] = "UPDATE_ROLLBACK_IN_PROGRESS";
770
+ })(StackStatus = exports.StackStatus || (exports.StackStatus = {}));
771
+ var Stack;
772
+ (function (Stack) {
773
+ Stack.filterSensitiveLog = (obj) => ({
774
+ ...obj,
775
+ });
776
+ })(Stack = exports.Stack || (exports.Stack = {}));
777
+ var DescribeStacksOutput;
778
+ (function (DescribeStacksOutput) {
779
+ DescribeStacksOutput.filterSensitiveLog = (obj) => ({
780
+ ...obj,
781
+ });
782
+ })(DescribeStacksOutput = exports.DescribeStacksOutput || (exports.DescribeStacksOutput = {}));
783
+ var DescribeStackSetInput;
784
+ (function (DescribeStackSetInput) {
785
+ DescribeStackSetInput.filterSensitiveLog = (obj) => ({
786
+ ...obj,
787
+ });
788
+ })(DescribeStackSetInput = exports.DescribeStackSetInput || (exports.DescribeStackSetInput = {}));
789
+ var StackSetDriftDetectionStatus;
790
+ (function (StackSetDriftDetectionStatus) {
791
+ StackSetDriftDetectionStatus["COMPLETED"] = "COMPLETED";
792
+ StackSetDriftDetectionStatus["FAILED"] = "FAILED";
793
+ StackSetDriftDetectionStatus["IN_PROGRESS"] = "IN_PROGRESS";
794
+ StackSetDriftDetectionStatus["PARTIAL_SUCCESS"] = "PARTIAL_SUCCESS";
795
+ StackSetDriftDetectionStatus["STOPPED"] = "STOPPED";
796
+ })(StackSetDriftDetectionStatus = exports.StackSetDriftDetectionStatus || (exports.StackSetDriftDetectionStatus = {}));
797
+ var StackSetDriftStatus;
798
+ (function (StackSetDriftStatus) {
799
+ StackSetDriftStatus["DRIFTED"] = "DRIFTED";
800
+ StackSetDriftStatus["IN_SYNC"] = "IN_SYNC";
801
+ StackSetDriftStatus["NOT_CHECKED"] = "NOT_CHECKED";
802
+ })(StackSetDriftStatus = exports.StackSetDriftStatus || (exports.StackSetDriftStatus = {}));
803
+ var StackSetDriftDetectionDetails;
804
+ (function (StackSetDriftDetectionDetails) {
805
+ StackSetDriftDetectionDetails.filterSensitiveLog = (obj) => ({
806
+ ...obj,
807
+ });
808
+ })(StackSetDriftDetectionDetails = exports.StackSetDriftDetectionDetails || (exports.StackSetDriftDetectionDetails = {}));
809
+ var StackSet;
810
+ (function (StackSet) {
811
+ StackSet.filterSensitiveLog = (obj) => ({
812
+ ...obj,
813
+ });
814
+ })(StackSet = exports.StackSet || (exports.StackSet = {}));
815
+ var DescribeStackSetOutput;
816
+ (function (DescribeStackSetOutput) {
817
+ DescribeStackSetOutput.filterSensitiveLog = (obj) => ({
818
+ ...obj,
819
+ });
820
+ })(DescribeStackSetOutput = exports.DescribeStackSetOutput || (exports.DescribeStackSetOutput = {}));
821
+ var DescribeStackSetOperationInput;
822
+ (function (DescribeStackSetOperationInput) {
823
+ DescribeStackSetOperationInput.filterSensitiveLog = (obj) => ({
824
+ ...obj,
825
+ });
826
+ })(DescribeStackSetOperationInput = exports.DescribeStackSetOperationInput || (exports.DescribeStackSetOperationInput = {}));
827
+ var StackSetOperation;
828
+ (function (StackSetOperation) {
829
+ StackSetOperation.filterSensitiveLog = (obj) => ({
830
+ ...obj,
831
+ });
832
+ })(StackSetOperation = exports.StackSetOperation || (exports.StackSetOperation = {}));
833
+ var DescribeStackSetOperationOutput;
834
+ (function (DescribeStackSetOperationOutput) {
835
+ DescribeStackSetOperationOutput.filterSensitiveLog = (obj) => ({
836
+ ...obj,
837
+ });
838
+ })(DescribeStackSetOperationOutput = exports.DescribeStackSetOperationOutput || (exports.DescribeStackSetOperationOutput = {}));
839
+ var OperationNotFoundException;
840
+ (function (OperationNotFoundException) {
841
+ OperationNotFoundException.filterSensitiveLog = (obj) => ({
842
+ ...obj,
843
+ });
844
+ })(OperationNotFoundException = exports.OperationNotFoundException || (exports.OperationNotFoundException = {}));
845
+ var DescribeTypeInput;
846
+ (function (DescribeTypeInput) {
847
+ DescribeTypeInput.filterSensitiveLog = (obj) => ({
848
+ ...obj,
849
+ });
850
+ })(DescribeTypeInput = exports.DescribeTypeInput || (exports.DescribeTypeInput = {}));
851
+ var RequiredActivatedType;
852
+ (function (RequiredActivatedType) {
853
+ RequiredActivatedType.filterSensitiveLog = (obj) => ({
854
+ ...obj,
855
+ });
856
+ })(RequiredActivatedType = exports.RequiredActivatedType || (exports.RequiredActivatedType = {}));
857
+ var TypeTestsStatus;
858
+ (function (TypeTestsStatus) {
859
+ TypeTestsStatus["FAILED"] = "FAILED";
860
+ TypeTestsStatus["IN_PROGRESS"] = "IN_PROGRESS";
861
+ TypeTestsStatus["NOT_TESTED"] = "NOT_TESTED";
862
+ TypeTestsStatus["PASSED"] = "PASSED";
863
+ })(TypeTestsStatus = exports.TypeTestsStatus || (exports.TypeTestsStatus = {}));
864
+ var DescribeTypeOutput;
865
+ (function (DescribeTypeOutput) {
866
+ DescribeTypeOutput.filterSensitiveLog = (obj) => ({
867
+ ...obj,
868
+ });
869
+ })(DescribeTypeOutput = exports.DescribeTypeOutput || (exports.DescribeTypeOutput = {}));
870
+ var DescribeTypeRegistrationInput;
871
+ (function (DescribeTypeRegistrationInput) {
872
+ DescribeTypeRegistrationInput.filterSensitiveLog = (obj) => ({
873
+ ...obj,
874
+ });
875
+ })(DescribeTypeRegistrationInput = exports.DescribeTypeRegistrationInput || (exports.DescribeTypeRegistrationInput = {}));
876
+ var DescribeTypeRegistrationOutput;
877
+ (function (DescribeTypeRegistrationOutput) {
878
+ DescribeTypeRegistrationOutput.filterSensitiveLog = (obj) => ({
879
+ ...obj,
880
+ });
881
+ })(DescribeTypeRegistrationOutput = exports.DescribeTypeRegistrationOutput || (exports.DescribeTypeRegistrationOutput = {}));
882
+ var DetectStackDriftInput;
883
+ (function (DetectStackDriftInput) {
884
+ DetectStackDriftInput.filterSensitiveLog = (obj) => ({
885
+ ...obj,
886
+ });
887
+ })(DetectStackDriftInput = exports.DetectStackDriftInput || (exports.DetectStackDriftInput = {}));
888
+ var DetectStackDriftOutput;
889
+ (function (DetectStackDriftOutput) {
890
+ DetectStackDriftOutput.filterSensitiveLog = (obj) => ({
891
+ ...obj,
892
+ });
893
+ })(DetectStackDriftOutput = exports.DetectStackDriftOutput || (exports.DetectStackDriftOutput = {}));
894
+ var DetectStackResourceDriftInput;
895
+ (function (DetectStackResourceDriftInput) {
896
+ DetectStackResourceDriftInput.filterSensitiveLog = (obj) => ({
897
+ ...obj,
898
+ });
899
+ })(DetectStackResourceDriftInput = exports.DetectStackResourceDriftInput || (exports.DetectStackResourceDriftInput = {}));
900
+ var DetectStackResourceDriftOutput;
901
+ (function (DetectStackResourceDriftOutput) {
902
+ DetectStackResourceDriftOutput.filterSensitiveLog = (obj) => ({
903
+ ...obj,
904
+ });
905
+ })(DetectStackResourceDriftOutput = exports.DetectStackResourceDriftOutput || (exports.DetectStackResourceDriftOutput = {}));
906
+ var DetectStackSetDriftInput;
907
+ (function (DetectStackSetDriftInput) {
908
+ DetectStackSetDriftInput.filterSensitiveLog = (obj) => ({
909
+ ...obj,
910
+ });
911
+ })(DetectStackSetDriftInput = exports.DetectStackSetDriftInput || (exports.DetectStackSetDriftInput = {}));
912
+ var DetectStackSetDriftOutput;
913
+ (function (DetectStackSetDriftOutput) {
914
+ DetectStackSetDriftOutput.filterSensitiveLog = (obj) => ({
915
+ ...obj,
916
+ });
917
+ })(DetectStackSetDriftOutput = exports.DetectStackSetDriftOutput || (exports.DetectStackSetDriftOutput = {}));
918
+ var EstimateTemplateCostInput;
919
+ (function (EstimateTemplateCostInput) {
920
+ EstimateTemplateCostInput.filterSensitiveLog = (obj) => ({
921
+ ...obj,
922
+ });
923
+ })(EstimateTemplateCostInput = exports.EstimateTemplateCostInput || (exports.EstimateTemplateCostInput = {}));
924
+ var EstimateTemplateCostOutput;
925
+ (function (EstimateTemplateCostOutput) {
926
+ EstimateTemplateCostOutput.filterSensitiveLog = (obj) => ({
927
+ ...obj,
928
+ });
929
+ })(EstimateTemplateCostOutput = exports.EstimateTemplateCostOutput || (exports.EstimateTemplateCostOutput = {}));
930
+ var ExecuteChangeSetInput;
931
+ (function (ExecuteChangeSetInput) {
932
+ ExecuteChangeSetInput.filterSensitiveLog = (obj) => ({
933
+ ...obj,
934
+ });
935
+ })(ExecuteChangeSetInput = exports.ExecuteChangeSetInput || (exports.ExecuteChangeSetInput = {}));
936
+ var ExecuteChangeSetOutput;
937
+ (function (ExecuteChangeSetOutput) {
938
+ ExecuteChangeSetOutput.filterSensitiveLog = (obj) => ({
939
+ ...obj,
940
+ });
941
+ })(ExecuteChangeSetOutput = exports.ExecuteChangeSetOutput || (exports.ExecuteChangeSetOutput = {}));
942
+ var GetStackPolicyInput;
943
+ (function (GetStackPolicyInput) {
944
+ GetStackPolicyInput.filterSensitiveLog = (obj) => ({
945
+ ...obj,
946
+ });
947
+ })(GetStackPolicyInput = exports.GetStackPolicyInput || (exports.GetStackPolicyInput = {}));
948
+ var GetStackPolicyOutput;
949
+ (function (GetStackPolicyOutput) {
950
+ GetStackPolicyOutput.filterSensitiveLog = (obj) => ({
951
+ ...obj,
952
+ });
953
+ })(GetStackPolicyOutput = exports.GetStackPolicyOutput || (exports.GetStackPolicyOutput = {}));
954
+ var TemplateStage;
955
+ (function (TemplateStage) {
956
+ TemplateStage["Original"] = "Original";
957
+ TemplateStage["Processed"] = "Processed";
958
+ })(TemplateStage = exports.TemplateStage || (exports.TemplateStage = {}));
959
+ var GetTemplateInput;
960
+ (function (GetTemplateInput) {
961
+ GetTemplateInput.filterSensitiveLog = (obj) => ({
962
+ ...obj,
963
+ });
964
+ })(GetTemplateInput = exports.GetTemplateInput || (exports.GetTemplateInput = {}));
965
+ var GetTemplateOutput;
966
+ (function (GetTemplateOutput) {
967
+ GetTemplateOutput.filterSensitiveLog = (obj) => ({
968
+ ...obj,
969
+ });
970
+ })(GetTemplateOutput = exports.GetTemplateOutput || (exports.GetTemplateOutput = {}));
971
+ var GetTemplateSummaryInput;
972
+ (function (GetTemplateSummaryInput) {
973
+ GetTemplateSummaryInput.filterSensitiveLog = (obj) => ({
974
+ ...obj,
975
+ });
976
+ })(GetTemplateSummaryInput = exports.GetTemplateSummaryInput || (exports.GetTemplateSummaryInput = {}));
977
+ var ParameterConstraints;
978
+ (function (ParameterConstraints) {
979
+ ParameterConstraints.filterSensitiveLog = (obj) => ({
980
+ ...obj,
981
+ });
982
+ })(ParameterConstraints = exports.ParameterConstraints || (exports.ParameterConstraints = {}));
983
+ var ParameterDeclaration;
984
+ (function (ParameterDeclaration) {
985
+ ParameterDeclaration.filterSensitiveLog = (obj) => ({
986
+ ...obj,
987
+ });
988
+ })(ParameterDeclaration = exports.ParameterDeclaration || (exports.ParameterDeclaration = {}));
989
+ var ResourceIdentifierSummary;
990
+ (function (ResourceIdentifierSummary) {
991
+ ResourceIdentifierSummary.filterSensitiveLog = (obj) => ({
992
+ ...obj,
993
+ });
994
+ })(ResourceIdentifierSummary = exports.ResourceIdentifierSummary || (exports.ResourceIdentifierSummary = {}));
995
+ var GetTemplateSummaryOutput;
996
+ (function (GetTemplateSummaryOutput) {
997
+ GetTemplateSummaryOutput.filterSensitiveLog = (obj) => ({
998
+ ...obj,
999
+ });
1000
+ })(GetTemplateSummaryOutput = exports.GetTemplateSummaryOutput || (exports.GetTemplateSummaryOutput = {}));
1001
+ var ImportStacksToStackSetInput;
1002
+ (function (ImportStacksToStackSetInput) {
1003
+ ImportStacksToStackSetInput.filterSensitiveLog = (obj) => ({
1004
+ ...obj,
1005
+ });
1006
+ })(ImportStacksToStackSetInput = exports.ImportStacksToStackSetInput || (exports.ImportStacksToStackSetInput = {}));
1007
+ var ImportStacksToStackSetOutput;
1008
+ (function (ImportStacksToStackSetOutput) {
1009
+ ImportStacksToStackSetOutput.filterSensitiveLog = (obj) => ({
1010
+ ...obj,
1011
+ });
1012
+ })(ImportStacksToStackSetOutput = exports.ImportStacksToStackSetOutput || (exports.ImportStacksToStackSetOutput = {}));
1013
+ var StackNotFoundException;
1014
+ (function (StackNotFoundException) {
1015
+ StackNotFoundException.filterSensitiveLog = (obj) => ({
1016
+ ...obj,
1017
+ });
1018
+ })(StackNotFoundException = exports.StackNotFoundException || (exports.StackNotFoundException = {}));
1019
+ var ListChangeSetsInput;
1020
+ (function (ListChangeSetsInput) {
1021
+ ListChangeSetsInput.filterSensitiveLog = (obj) => ({
1022
+ ...obj,
1023
+ });
1024
+ })(ListChangeSetsInput = exports.ListChangeSetsInput || (exports.ListChangeSetsInput = {}));
1025
+ var ListChangeSetsOutput;
1026
+ (function (ListChangeSetsOutput) {
1027
+ ListChangeSetsOutput.filterSensitiveLog = (obj) => ({
1028
+ ...obj,
1029
+ });
1030
+ })(ListChangeSetsOutput = exports.ListChangeSetsOutput || (exports.ListChangeSetsOutput = {}));
1031
+ var ListExportsInput;
1032
+ (function (ListExportsInput) {
1033
+ ListExportsInput.filterSensitiveLog = (obj) => ({
1034
+ ...obj,
1035
+ });
1036
+ })(ListExportsInput = exports.ListExportsInput || (exports.ListExportsInput = {}));
1037
+ var Export;
1038
+ (function (Export) {
1039
+ Export.filterSensitiveLog = (obj) => ({
1040
+ ...obj,
1041
+ });
1042
+ })(Export = exports.Export || (exports.Export = {}));
1043
+ var ListExportsOutput;
1044
+ (function (ListExportsOutput) {
1045
+ ListExportsOutput.filterSensitiveLog = (obj) => ({
1046
+ ...obj,
1047
+ });
1048
+ })(ListExportsOutput = exports.ListExportsOutput || (exports.ListExportsOutput = {}));
1049
+ var ListImportsInput;
1050
+ (function (ListImportsInput) {
1051
+ ListImportsInput.filterSensitiveLog = (obj) => ({
1052
+ ...obj,
1053
+ });
1054
+ })(ListImportsInput = exports.ListImportsInput || (exports.ListImportsInput = {}));
1055
+ var ListImportsOutput;
1056
+ (function (ListImportsOutput) {
1057
+ ListImportsOutput.filterSensitiveLog = (obj) => ({
1058
+ ...obj,
1059
+ });
1060
+ })(ListImportsOutput = exports.ListImportsOutput || (exports.ListImportsOutput = {}));
1061
+ var StackInstanceFilter;
1062
+ (function (StackInstanceFilter) {
1063
+ StackInstanceFilter.filterSensitiveLog = (obj) => ({
1064
+ ...obj,
1065
+ });
1066
+ })(StackInstanceFilter = exports.StackInstanceFilter || (exports.StackInstanceFilter = {}));
1067
+ var ListStackInstancesInput;
1068
+ (function (ListStackInstancesInput) {
1069
+ ListStackInstancesInput.filterSensitiveLog = (obj) => ({
1070
+ ...obj,
1071
+ });
1072
+ })(ListStackInstancesInput = exports.ListStackInstancesInput || (exports.ListStackInstancesInput = {}));
1073
+ var StackInstanceSummary;
1074
+ (function (StackInstanceSummary) {
1075
+ StackInstanceSummary.filterSensitiveLog = (obj) => ({
1076
+ ...obj,
1077
+ });
1078
+ })(StackInstanceSummary = exports.StackInstanceSummary || (exports.StackInstanceSummary = {}));
1079
+ var ListStackInstancesOutput;
1080
+ (function (ListStackInstancesOutput) {
1081
+ ListStackInstancesOutput.filterSensitiveLog = (obj) => ({
1082
+ ...obj,
1083
+ });
1084
+ })(ListStackInstancesOutput = exports.ListStackInstancesOutput || (exports.ListStackInstancesOutput = {}));
1085
+ var ListStackResourcesInput;
1086
+ (function (ListStackResourcesInput) {
1087
+ ListStackResourcesInput.filterSensitiveLog = (obj) => ({
1088
+ ...obj,
1089
+ });
1090
+ })(ListStackResourcesInput = exports.ListStackResourcesInput || (exports.ListStackResourcesInput = {}));
1091
+ var StackResourceDriftInformationSummary;
1092
+ (function (StackResourceDriftInformationSummary) {
1093
+ StackResourceDriftInformationSummary.filterSensitiveLog = (obj) => ({
1094
+ ...obj,
1095
+ });
1096
+ })(StackResourceDriftInformationSummary = exports.StackResourceDriftInformationSummary || (exports.StackResourceDriftInformationSummary = {}));
1097
+ var StackResourceSummary;
1098
+ (function (StackResourceSummary) {
1099
+ StackResourceSummary.filterSensitiveLog = (obj) => ({
1100
+ ...obj,
1101
+ });
1102
+ })(StackResourceSummary = exports.StackResourceSummary || (exports.StackResourceSummary = {}));
1103
+ var ListStackResourcesOutput;
1104
+ (function (ListStackResourcesOutput) {
1105
+ ListStackResourcesOutput.filterSensitiveLog = (obj) => ({
1106
+ ...obj,
1107
+ });
1108
+ })(ListStackResourcesOutput = exports.ListStackResourcesOutput || (exports.ListStackResourcesOutput = {}));
1109
+ var ListStacksInput;
1110
+ (function (ListStacksInput) {
1111
+ ListStacksInput.filterSensitiveLog = (obj) => ({
1112
+ ...obj,
1113
+ });
1114
+ })(ListStacksInput = exports.ListStacksInput || (exports.ListStacksInput = {}));
1115
+ var StackDriftInformationSummary;
1116
+ (function (StackDriftInformationSummary) {
1117
+ StackDriftInformationSummary.filterSensitiveLog = (obj) => ({
1118
+ ...obj,
1119
+ });
1120
+ })(StackDriftInformationSummary = exports.StackDriftInformationSummary || (exports.StackDriftInformationSummary = {}));
1121
+ var StackSummary;
1122
+ (function (StackSummary) {
1123
+ StackSummary.filterSensitiveLog = (obj) => ({
1124
+ ...obj,
1125
+ });
1126
+ })(StackSummary = exports.StackSummary || (exports.StackSummary = {}));
1127
+ var ListStacksOutput;
1128
+ (function (ListStacksOutput) {
1129
+ ListStacksOutput.filterSensitiveLog = (obj) => ({
1130
+ ...obj,
1131
+ });
1132
+ })(ListStacksOutput = exports.ListStacksOutput || (exports.ListStacksOutput = {}));
1133
+ var ListStackSetOperationResultsInput;
1134
+ (function (ListStackSetOperationResultsInput) {
1135
+ ListStackSetOperationResultsInput.filterSensitiveLog = (obj) => ({
1136
+ ...obj,
1137
+ });
1138
+ })(ListStackSetOperationResultsInput = exports.ListStackSetOperationResultsInput || (exports.ListStackSetOperationResultsInput = {}));
1139
+ var StackSetOperationResultSummary;
1140
+ (function (StackSetOperationResultSummary) {
1141
+ StackSetOperationResultSummary.filterSensitiveLog = (obj) => ({
1142
+ ...obj,
1143
+ });
1144
+ })(StackSetOperationResultSummary = exports.StackSetOperationResultSummary || (exports.StackSetOperationResultSummary = {}));
1145
+ var ListStackSetOperationResultsOutput;
1146
+ (function (ListStackSetOperationResultsOutput) {
1147
+ ListStackSetOperationResultsOutput.filterSensitiveLog = (obj) => ({
1148
+ ...obj,
1149
+ });
1150
+ })(ListStackSetOperationResultsOutput = exports.ListStackSetOperationResultsOutput || (exports.ListStackSetOperationResultsOutput = {}));
1151
+ var ListStackSetOperationsInput;
1152
+ (function (ListStackSetOperationsInput) {
1153
+ ListStackSetOperationsInput.filterSensitiveLog = (obj) => ({
1154
+ ...obj,
1155
+ });
1156
+ })(ListStackSetOperationsInput = exports.ListStackSetOperationsInput || (exports.ListStackSetOperationsInput = {}));
1157
+ var StackSetOperationSummary;
1158
+ (function (StackSetOperationSummary) {
1159
+ StackSetOperationSummary.filterSensitiveLog = (obj) => ({
1160
+ ...obj,
1161
+ });
1162
+ })(StackSetOperationSummary = exports.StackSetOperationSummary || (exports.StackSetOperationSummary = {}));
1163
+ var ListStackSetOperationsOutput;
1164
+ (function (ListStackSetOperationsOutput) {
1165
+ ListStackSetOperationsOutput.filterSensitiveLog = (obj) => ({
1166
+ ...obj,
1167
+ });
1168
+ })(ListStackSetOperationsOutput = exports.ListStackSetOperationsOutput || (exports.ListStackSetOperationsOutput = {}));
1169
+ var ListStackSetsInput;
1170
+ (function (ListStackSetsInput) {
1171
+ ListStackSetsInput.filterSensitiveLog = (obj) => ({
1172
+ ...obj,
1173
+ });
1174
+ })(ListStackSetsInput = exports.ListStackSetsInput || (exports.ListStackSetsInput = {}));
1175
+ var StackSetSummary;
1176
+ (function (StackSetSummary) {
1177
+ StackSetSummary.filterSensitiveLog = (obj) => ({
1178
+ ...obj,
1179
+ });
1180
+ })(StackSetSummary = exports.StackSetSummary || (exports.StackSetSummary = {}));
1181
+ var ListStackSetsOutput;
1182
+ (function (ListStackSetsOutput) {
1183
+ ListStackSetsOutput.filterSensitiveLog = (obj) => ({
1184
+ ...obj,
1185
+ });
1186
+ })(ListStackSetsOutput = exports.ListStackSetsOutput || (exports.ListStackSetsOutput = {}));
1187
+ var ListTypeRegistrationsInput;
1188
+ (function (ListTypeRegistrationsInput) {
1189
+ ListTypeRegistrationsInput.filterSensitiveLog = (obj) => ({
1190
+ ...obj,
1191
+ });
1192
+ })(ListTypeRegistrationsInput = exports.ListTypeRegistrationsInput || (exports.ListTypeRegistrationsInput = {}));
1193
+ var ListTypeRegistrationsOutput;
1194
+ (function (ListTypeRegistrationsOutput) {
1195
+ ListTypeRegistrationsOutput.filterSensitiveLog = (obj) => ({
1196
+ ...obj,
1197
+ });
1198
+ })(ListTypeRegistrationsOutput = exports.ListTypeRegistrationsOutput || (exports.ListTypeRegistrationsOutput = {}));
1199
+ var TypeFilters;
1200
+ (function (TypeFilters) {
1201
+ TypeFilters.filterSensitiveLog = (obj) => ({
1202
+ ...obj,
1203
+ });
1204
+ })(TypeFilters = exports.TypeFilters || (exports.TypeFilters = {}));
1205
+ var ListTypesInput;
1206
+ (function (ListTypesInput) {
1207
+ ListTypesInput.filterSensitiveLog = (obj) => ({
1208
+ ...obj,
1209
+ });
1210
+ })(ListTypesInput = exports.ListTypesInput || (exports.ListTypesInput = {}));
1211
+ var TypeSummary;
1212
+ (function (TypeSummary) {
1213
+ TypeSummary.filterSensitiveLog = (obj) => ({
1214
+ ...obj,
1215
+ });
1216
+ })(TypeSummary = exports.TypeSummary || (exports.TypeSummary = {}));
1217
+ var ListTypesOutput;
1218
+ (function (ListTypesOutput) {
1219
+ ListTypesOutput.filterSensitiveLog = (obj) => ({
1220
+ ...obj,
1221
+ });
1222
+ })(ListTypesOutput = exports.ListTypesOutput || (exports.ListTypesOutput = {}));
1223
+ var ListTypeVersionsInput;
1224
+ (function (ListTypeVersionsInput) {
1225
+ ListTypeVersionsInput.filterSensitiveLog = (obj) => ({
1226
+ ...obj,
1227
+ });
1228
+ })(ListTypeVersionsInput = exports.ListTypeVersionsInput || (exports.ListTypeVersionsInput = {}));
1229
+ var TypeVersionSummary;
1230
+ (function (TypeVersionSummary) {
1231
+ TypeVersionSummary.filterSensitiveLog = (obj) => ({
1232
+ ...obj,
1233
+ });
1234
+ })(TypeVersionSummary = exports.TypeVersionSummary || (exports.TypeVersionSummary = {}));
1235
+ var ListTypeVersionsOutput;
1236
+ (function (ListTypeVersionsOutput) {
1237
+ ListTypeVersionsOutput.filterSensitiveLog = (obj) => ({
1238
+ ...obj,
1239
+ });
1240
+ })(ListTypeVersionsOutput = exports.ListTypeVersionsOutput || (exports.ListTypeVersionsOutput = {}));
1241
+ var PublishTypeInput;
1242
+ (function (PublishTypeInput) {
1243
+ PublishTypeInput.filterSensitiveLog = (obj) => ({
1244
+ ...obj,
1245
+ });
1246
+ })(PublishTypeInput = exports.PublishTypeInput || (exports.PublishTypeInput = {}));
1247
+ var PublishTypeOutput;
1248
+ (function (PublishTypeOutput) {
1249
+ PublishTypeOutput.filterSensitiveLog = (obj) => ({
1250
+ ...obj,
1251
+ });
1252
+ })(PublishTypeOutput = exports.PublishTypeOutput || (exports.PublishTypeOutput = {}));
1253
+ var InvalidStateTransitionException;
1254
+ (function (InvalidStateTransitionException) {
1255
+ InvalidStateTransitionException.filterSensitiveLog = (obj) => ({
1256
+ ...obj,
1257
+ });
1258
+ })(InvalidStateTransitionException = exports.InvalidStateTransitionException || (exports.InvalidStateTransitionException = {}));
1259
+ var OperationStatusCheckFailedException;
1260
+ (function (OperationStatusCheckFailedException) {
1261
+ OperationStatusCheckFailedException.filterSensitiveLog = (obj) => ({
1262
+ ...obj,
1263
+ });
1264
+ })(OperationStatusCheckFailedException = exports.OperationStatusCheckFailedException || (exports.OperationStatusCheckFailedException = {}));
1265
+ var OperationStatus;
1266
+ (function (OperationStatus) {
1267
+ OperationStatus["FAILED"] = "FAILED";
1268
+ OperationStatus["IN_PROGRESS"] = "IN_PROGRESS";
1269
+ OperationStatus["PENDING"] = "PENDING";
1270
+ OperationStatus["SUCCESS"] = "SUCCESS";
1271
+ })(OperationStatus = exports.OperationStatus || (exports.OperationStatus = {}));
1272
+ var HandlerErrorCode;
1273
+ (function (HandlerErrorCode) {
1274
+ HandlerErrorCode["AccessDenied"] = "AccessDenied";
1275
+ HandlerErrorCode["AlreadyExists"] = "AlreadyExists";
1276
+ HandlerErrorCode["GeneralServiceException"] = "GeneralServiceException";
1277
+ HandlerErrorCode["InternalFailure"] = "InternalFailure";
1278
+ HandlerErrorCode["InvalidCredentials"] = "InvalidCredentials";
1279
+ HandlerErrorCode["InvalidRequest"] = "InvalidRequest";
1280
+ HandlerErrorCode["InvalidTypeConfiguration"] = "InvalidTypeConfiguration";
1281
+ HandlerErrorCode["NetworkFailure"] = "NetworkFailure";
1282
+ HandlerErrorCode["NotFound"] = "NotFound";
1283
+ HandlerErrorCode["NotUpdatable"] = "NotUpdatable";
1284
+ HandlerErrorCode["ResourceConflict"] = "ResourceConflict";
1285
+ HandlerErrorCode["ServiceInternalError"] = "ServiceInternalError";
1286
+ HandlerErrorCode["ServiceLimitExceeded"] = "ServiceLimitExceeded";
1287
+ HandlerErrorCode["ServiceTimeout"] = "NotStabilized";
1288
+ HandlerErrorCode["Throttling"] = "Throttling";
1289
+ })(HandlerErrorCode = exports.HandlerErrorCode || (exports.HandlerErrorCode = {}));
1290
+ var RecordHandlerProgressInput;
1291
+ (function (RecordHandlerProgressInput) {
1292
+ RecordHandlerProgressInput.filterSensitiveLog = (obj) => ({
1293
+ ...obj,
1294
+ });
1295
+ })(RecordHandlerProgressInput = exports.RecordHandlerProgressInput || (exports.RecordHandlerProgressInput = {}));
1296
+ var RecordHandlerProgressOutput;
1297
+ (function (RecordHandlerProgressOutput) {
1298
+ RecordHandlerProgressOutput.filterSensitiveLog = (obj) => ({
1299
+ ...obj,
1300
+ });
1301
+ })(RecordHandlerProgressOutput = exports.RecordHandlerProgressOutput || (exports.RecordHandlerProgressOutput = {}));
1302
+ var RegisterPublisherInput;
1303
+ (function (RegisterPublisherInput) {
1304
+ RegisterPublisherInput.filterSensitiveLog = (obj) => ({
1305
+ ...obj,
1306
+ });
1307
+ })(RegisterPublisherInput = exports.RegisterPublisherInput || (exports.RegisterPublisherInput = {}));
1308
+ var RegisterPublisherOutput;
1309
+ (function (RegisterPublisherOutput) {
1310
+ RegisterPublisherOutput.filterSensitiveLog = (obj) => ({
1311
+ ...obj,
1312
+ });
1313
+ })(RegisterPublisherOutput = exports.RegisterPublisherOutput || (exports.RegisterPublisherOutput = {}));
1314
+ var RegisterTypeInput;
1315
+ (function (RegisterTypeInput) {
1316
+ RegisterTypeInput.filterSensitiveLog = (obj) => ({
1317
+ ...obj,
1318
+ });
1319
+ })(RegisterTypeInput = exports.RegisterTypeInput || (exports.RegisterTypeInput = {}));
1320
+ var RegisterTypeOutput;
1321
+ (function (RegisterTypeOutput) {
1322
+ RegisterTypeOutput.filterSensitiveLog = (obj) => ({
1323
+ ...obj,
1324
+ });
1325
+ })(RegisterTypeOutput = exports.RegisterTypeOutput || (exports.RegisterTypeOutput = {}));
1326
+ var RollbackStackInput;
1327
+ (function (RollbackStackInput) {
1328
+ RollbackStackInput.filterSensitiveLog = (obj) => ({
1329
+ ...obj,
1330
+ });
1331
+ })(RollbackStackInput = exports.RollbackStackInput || (exports.RollbackStackInput = {}));
1332
+ var RollbackStackOutput;
1333
+ (function (RollbackStackOutput) {
1334
+ RollbackStackOutput.filterSensitiveLog = (obj) => ({
1335
+ ...obj,
1336
+ });
1337
+ })(RollbackStackOutput = exports.RollbackStackOutput || (exports.RollbackStackOutput = {}));
1338
+ var SetStackPolicyInput;
1339
+ (function (SetStackPolicyInput) {
1340
+ SetStackPolicyInput.filterSensitiveLog = (obj) => ({
1341
+ ...obj,
1342
+ });
1343
+ })(SetStackPolicyInput = exports.SetStackPolicyInput || (exports.SetStackPolicyInput = {}));
1344
+ var SetTypeConfigurationInput;
1345
+ (function (SetTypeConfigurationInput) {
1346
+ SetTypeConfigurationInput.filterSensitiveLog = (obj) => ({
1347
+ ...obj,
1348
+ });
1349
+ })(SetTypeConfigurationInput = exports.SetTypeConfigurationInput || (exports.SetTypeConfigurationInput = {}));
1350
+ var SetTypeConfigurationOutput;
1351
+ (function (SetTypeConfigurationOutput) {
1352
+ SetTypeConfigurationOutput.filterSensitiveLog = (obj) => ({
1353
+ ...obj,
1354
+ });
1355
+ })(SetTypeConfigurationOutput = exports.SetTypeConfigurationOutput || (exports.SetTypeConfigurationOutput = {}));
1356
+ var SetTypeDefaultVersionInput;
1357
+ (function (SetTypeDefaultVersionInput) {
1358
+ SetTypeDefaultVersionInput.filterSensitiveLog = (obj) => ({
1359
+ ...obj,
1360
+ });
1361
+ })(SetTypeDefaultVersionInput = exports.SetTypeDefaultVersionInput || (exports.SetTypeDefaultVersionInput = {}));
1362
+ var SetTypeDefaultVersionOutput;
1363
+ (function (SetTypeDefaultVersionOutput) {
1364
+ SetTypeDefaultVersionOutput.filterSensitiveLog = (obj) => ({
1365
+ ...obj,
1366
+ });
1367
+ })(SetTypeDefaultVersionOutput = exports.SetTypeDefaultVersionOutput || (exports.SetTypeDefaultVersionOutput = {}));
1368
+ var ResourceSignalStatus;
1369
+ (function (ResourceSignalStatus) {
1370
+ ResourceSignalStatus["FAILURE"] = "FAILURE";
1371
+ ResourceSignalStatus["SUCCESS"] = "SUCCESS";
1372
+ })(ResourceSignalStatus = exports.ResourceSignalStatus || (exports.ResourceSignalStatus = {}));
1373
+ var SignalResourceInput;
1374
+ (function (SignalResourceInput) {
1375
+ SignalResourceInput.filterSensitiveLog = (obj) => ({
1376
+ ...obj,
1377
+ });
1378
+ })(SignalResourceInput = exports.SignalResourceInput || (exports.SignalResourceInput = {}));
1379
+ var StopStackSetOperationInput;
1380
+ (function (StopStackSetOperationInput) {
1381
+ StopStackSetOperationInput.filterSensitiveLog = (obj) => ({
1382
+ ...obj,
1383
+ });
1384
+ })(StopStackSetOperationInput = exports.StopStackSetOperationInput || (exports.StopStackSetOperationInput = {}));
1385
+ var StopStackSetOperationOutput;
1386
+ (function (StopStackSetOperationOutput) {
1387
+ StopStackSetOperationOutput.filterSensitiveLog = (obj) => ({
1388
+ ...obj,
1389
+ });
1390
+ })(StopStackSetOperationOutput = exports.StopStackSetOperationOutput || (exports.StopStackSetOperationOutput = {}));
1391
+ var TestTypeInput;
1392
+ (function (TestTypeInput) {
1393
+ TestTypeInput.filterSensitiveLog = (obj) => ({
1394
+ ...obj,
1395
+ });
1396
+ })(TestTypeInput = exports.TestTypeInput || (exports.TestTypeInput = {}));
1397
+ var TestTypeOutput;
1398
+ (function (TestTypeOutput) {
1399
+ TestTypeOutput.filterSensitiveLog = (obj) => ({
1400
+ ...obj,
1401
+ });
1402
+ })(TestTypeOutput = exports.TestTypeOutput || (exports.TestTypeOutput = {}));
1403
+ var UpdateStackInput;
1404
+ (function (UpdateStackInput) {
1405
+ UpdateStackInput.filterSensitiveLog = (obj) => ({
1406
+ ...obj,
1407
+ });
1408
+ })(UpdateStackInput = exports.UpdateStackInput || (exports.UpdateStackInput = {}));
1409
+ var UpdateStackOutput;
1410
+ (function (UpdateStackOutput) {
1411
+ UpdateStackOutput.filterSensitiveLog = (obj) => ({
1412
+ ...obj,
1413
+ });
1414
+ })(UpdateStackOutput = exports.UpdateStackOutput || (exports.UpdateStackOutput = {}));
1415
+ var UpdateStackInstancesInput;
1416
+ (function (UpdateStackInstancesInput) {
1417
+ UpdateStackInstancesInput.filterSensitiveLog = (obj) => ({
1418
+ ...obj,
1419
+ });
1420
+ })(UpdateStackInstancesInput = exports.UpdateStackInstancesInput || (exports.UpdateStackInstancesInput = {}));
1421
+ var UpdateStackInstancesOutput;
1422
+ (function (UpdateStackInstancesOutput) {
1423
+ UpdateStackInstancesOutput.filterSensitiveLog = (obj) => ({
1424
+ ...obj,
1425
+ });
1426
+ })(UpdateStackInstancesOutput = exports.UpdateStackInstancesOutput || (exports.UpdateStackInstancesOutput = {}));
1427
+ var UpdateStackSetInput;
1428
+ (function (UpdateStackSetInput) {
1429
+ UpdateStackSetInput.filterSensitiveLog = (obj) => ({
1430
+ ...obj,
1431
+ });
1432
+ })(UpdateStackSetInput = exports.UpdateStackSetInput || (exports.UpdateStackSetInput = {}));
1433
+ var UpdateStackSetOutput;
1434
+ (function (UpdateStackSetOutput) {
1435
+ UpdateStackSetOutput.filterSensitiveLog = (obj) => ({
1436
+ ...obj,
1437
+ });
1438
+ })(UpdateStackSetOutput = exports.UpdateStackSetOutput || (exports.UpdateStackSetOutput = {}));
1439
+ var UpdateTerminationProtectionInput;
1440
+ (function (UpdateTerminationProtectionInput) {
1441
+ UpdateTerminationProtectionInput.filterSensitiveLog = (obj) => ({
1442
+ ...obj,
1443
+ });
1444
+ })(UpdateTerminationProtectionInput = exports.UpdateTerminationProtectionInput || (exports.UpdateTerminationProtectionInput = {}));
1445
+ var UpdateTerminationProtectionOutput;
1446
+ (function (UpdateTerminationProtectionOutput) {
1447
+ UpdateTerminationProtectionOutput.filterSensitiveLog = (obj) => ({
1448
+ ...obj,
1449
+ });
1450
+ })(UpdateTerminationProtectionOutput = exports.UpdateTerminationProtectionOutput || (exports.UpdateTerminationProtectionOutput = {}));
1451
+ var ValidateTemplateInput;
1452
+ (function (ValidateTemplateInput) {
1453
+ ValidateTemplateInput.filterSensitiveLog = (obj) => ({
1454
+ ...obj,
1455
+ });
1456
+ })(ValidateTemplateInput = exports.ValidateTemplateInput || (exports.ValidateTemplateInput = {}));
1457
+ var TemplateParameter;
1458
+ (function (TemplateParameter) {
1459
+ TemplateParameter.filterSensitiveLog = (obj) => ({
1460
+ ...obj,
1461
+ });
1462
+ })(TemplateParameter = exports.TemplateParameter || (exports.TemplateParameter = {}));
1463
+ var ValidateTemplateOutput;
1464
+ (function (ValidateTemplateOutput) {
1465
+ ValidateTemplateOutput.filterSensitiveLog = (obj) => ({
1466
+ ...obj,
1467
+ });
1468
+ })(ValidateTemplateOutput = exports.ValidateTemplateOutput || (exports.ValidateTemplateOutput = {}));