@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
@@ -1,2072 +0,0 @@
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
- /**
11
- * @internal
12
- */
13
- AccountGateResult.filterSensitiveLog = (obj) => ({
14
- ...obj,
15
- });
16
- })(AccountGateResult = exports.AccountGateResult || (exports.AccountGateResult = {}));
17
- var AccountLimit;
18
- (function (AccountLimit) {
19
- /**
20
- * @internal
21
- */
22
- AccountLimit.filterSensitiveLog = (obj) => ({
23
- ...obj,
24
- });
25
- })(AccountLimit = exports.AccountLimit || (exports.AccountLimit = {}));
26
- var LoggingConfig;
27
- (function (LoggingConfig) {
28
- /**
29
- * @internal
30
- */
31
- LoggingConfig.filterSensitiveLog = (obj) => ({
32
- ...obj,
33
- });
34
- })(LoggingConfig = exports.LoggingConfig || (exports.LoggingConfig = {}));
35
- var ThirdPartyType;
36
- (function (ThirdPartyType) {
37
- ThirdPartyType["MODULE"] = "MODULE";
38
- ThirdPartyType["RESOURCE"] = "RESOURCE";
39
- })(ThirdPartyType = exports.ThirdPartyType || (exports.ThirdPartyType = {}));
40
- var VersionBump;
41
- (function (VersionBump) {
42
- VersionBump["MAJOR"] = "MAJOR";
43
- VersionBump["MINOR"] = "MINOR";
44
- })(VersionBump = exports.VersionBump || (exports.VersionBump = {}));
45
- var ActivateTypeInput;
46
- (function (ActivateTypeInput) {
47
- /**
48
- * @internal
49
- */
50
- ActivateTypeInput.filterSensitiveLog = (obj) => ({
51
- ...obj,
52
- });
53
- })(ActivateTypeInput = exports.ActivateTypeInput || (exports.ActivateTypeInput = {}));
54
- var ActivateTypeOutput;
55
- (function (ActivateTypeOutput) {
56
- /**
57
- * @internal
58
- */
59
- ActivateTypeOutput.filterSensitiveLog = (obj) => ({
60
- ...obj,
61
- });
62
- })(ActivateTypeOutput = exports.ActivateTypeOutput || (exports.ActivateTypeOutput = {}));
63
- var CFNRegistryException;
64
- (function (CFNRegistryException) {
65
- /**
66
- * @internal
67
- */
68
- CFNRegistryException.filterSensitiveLog = (obj) => ({
69
- ...obj,
70
- });
71
- })(CFNRegistryException = exports.CFNRegistryException || (exports.CFNRegistryException = {}));
72
- var TypeNotFoundException;
73
- (function (TypeNotFoundException) {
74
- /**
75
- * @internal
76
- */
77
- TypeNotFoundException.filterSensitiveLog = (obj) => ({
78
- ...obj,
79
- });
80
- })(TypeNotFoundException = exports.TypeNotFoundException || (exports.TypeNotFoundException = {}));
81
- var AlreadyExistsException;
82
- (function (AlreadyExistsException) {
83
- /**
84
- * @internal
85
- */
86
- AlreadyExistsException.filterSensitiveLog = (obj) => ({
87
- ...obj,
88
- });
89
- })(AlreadyExistsException = exports.AlreadyExistsException || (exports.AlreadyExistsException = {}));
90
- var AutoDeployment;
91
- (function (AutoDeployment) {
92
- /**
93
- * @internal
94
- */
95
- AutoDeployment.filterSensitiveLog = (obj) => ({
96
- ...obj,
97
- });
98
- })(AutoDeployment = exports.AutoDeployment || (exports.AutoDeployment = {}));
99
- var TypeConfigurationIdentifier;
100
- (function (TypeConfigurationIdentifier) {
101
- /**
102
- * @internal
103
- */
104
- TypeConfigurationIdentifier.filterSensitiveLog = (obj) => ({
105
- ...obj,
106
- });
107
- })(TypeConfigurationIdentifier = exports.TypeConfigurationIdentifier || (exports.TypeConfigurationIdentifier = {}));
108
- var BatchDescribeTypeConfigurationsInput;
109
- (function (BatchDescribeTypeConfigurationsInput) {
110
- /**
111
- * @internal
112
- */
113
- BatchDescribeTypeConfigurationsInput.filterSensitiveLog = (obj) => ({
114
- ...obj,
115
- });
116
- })(BatchDescribeTypeConfigurationsInput = exports.BatchDescribeTypeConfigurationsInput || (exports.BatchDescribeTypeConfigurationsInput = {}));
117
- var BatchDescribeTypeConfigurationsError;
118
- (function (BatchDescribeTypeConfigurationsError) {
119
- /**
120
- * @internal
121
- */
122
- BatchDescribeTypeConfigurationsError.filterSensitiveLog = (obj) => ({
123
- ...obj,
124
- });
125
- })(BatchDescribeTypeConfigurationsError = exports.BatchDescribeTypeConfigurationsError || (exports.BatchDescribeTypeConfigurationsError = {}));
126
- var TypeConfigurationDetails;
127
- (function (TypeConfigurationDetails) {
128
- /**
129
- * @internal
130
- */
131
- TypeConfigurationDetails.filterSensitiveLog = (obj) => ({
132
- ...obj,
133
- });
134
- })(TypeConfigurationDetails = exports.TypeConfigurationDetails || (exports.TypeConfigurationDetails = {}));
135
- var BatchDescribeTypeConfigurationsOutput;
136
- (function (BatchDescribeTypeConfigurationsOutput) {
137
- /**
138
- * @internal
139
- */
140
- BatchDescribeTypeConfigurationsOutput.filterSensitiveLog = (obj) => ({
141
- ...obj,
142
- });
143
- })(BatchDescribeTypeConfigurationsOutput = exports.BatchDescribeTypeConfigurationsOutput || (exports.BatchDescribeTypeConfigurationsOutput = {}));
144
- var TypeConfigurationNotFoundException;
145
- (function (TypeConfigurationNotFoundException) {
146
- /**
147
- * @internal
148
- */
149
- TypeConfigurationNotFoundException.filterSensitiveLog = (obj) => ({
150
- ...obj,
151
- });
152
- })(TypeConfigurationNotFoundException = exports.TypeConfigurationNotFoundException || (exports.TypeConfigurationNotFoundException = {}));
153
- var CallAs;
154
- (function (CallAs) {
155
- CallAs["DELEGATED_ADMIN"] = "DELEGATED_ADMIN";
156
- CallAs["SELF"] = "SELF";
157
- })(CallAs = exports.CallAs || (exports.CallAs = {}));
158
- var CancelUpdateStackInput;
159
- (function (CancelUpdateStackInput) {
160
- /**
161
- * @internal
162
- */
163
- CancelUpdateStackInput.filterSensitiveLog = (obj) => ({
164
- ...obj,
165
- });
166
- })(CancelUpdateStackInput = exports.CancelUpdateStackInput || (exports.CancelUpdateStackInput = {}));
167
- var TokenAlreadyExistsException;
168
- (function (TokenAlreadyExistsException) {
169
- /**
170
- * @internal
171
- */
172
- TokenAlreadyExistsException.filterSensitiveLog = (obj) => ({
173
- ...obj,
174
- });
175
- })(TokenAlreadyExistsException = exports.TokenAlreadyExistsException || (exports.TokenAlreadyExistsException = {}));
176
- var Capability;
177
- (function (Capability) {
178
- Capability["CAPABILITY_AUTO_EXPAND"] = "CAPABILITY_AUTO_EXPAND";
179
- Capability["CAPABILITY_IAM"] = "CAPABILITY_IAM";
180
- Capability["CAPABILITY_NAMED_IAM"] = "CAPABILITY_NAMED_IAM";
181
- })(Capability = exports.Capability || (exports.Capability = {}));
182
- var Category;
183
- (function (Category) {
184
- Category["ACTIVATED"] = "ACTIVATED";
185
- Category["AWS_TYPES"] = "AWS_TYPES";
186
- Category["REGISTERED"] = "REGISTERED";
187
- Category["THIRD_PARTY"] = "THIRD_PARTY";
188
- })(Category = exports.Category || (exports.Category = {}));
189
- var ChangeAction;
190
- (function (ChangeAction) {
191
- ChangeAction["Add"] = "Add";
192
- ChangeAction["Dynamic"] = "Dynamic";
193
- ChangeAction["Import"] = "Import";
194
- ChangeAction["Modify"] = "Modify";
195
- ChangeAction["Remove"] = "Remove";
196
- })(ChangeAction = exports.ChangeAction || (exports.ChangeAction = {}));
197
- var ChangeSource;
198
- (function (ChangeSource) {
199
- ChangeSource["Automatic"] = "Automatic";
200
- ChangeSource["DirectModification"] = "DirectModification";
201
- ChangeSource["ParameterReference"] = "ParameterReference";
202
- ChangeSource["ResourceAttribute"] = "ResourceAttribute";
203
- ChangeSource["ResourceReference"] = "ResourceReference";
204
- })(ChangeSource = exports.ChangeSource || (exports.ChangeSource = {}));
205
- var EvaluationType;
206
- (function (EvaluationType) {
207
- EvaluationType["Dynamic"] = "Dynamic";
208
- EvaluationType["Static"] = "Static";
209
- })(EvaluationType = exports.EvaluationType || (exports.EvaluationType = {}));
210
- var ResourceAttribute;
211
- (function (ResourceAttribute) {
212
- ResourceAttribute["CreationPolicy"] = "CreationPolicy";
213
- ResourceAttribute["DeletionPolicy"] = "DeletionPolicy";
214
- ResourceAttribute["Metadata"] = "Metadata";
215
- ResourceAttribute["Properties"] = "Properties";
216
- ResourceAttribute["Tags"] = "Tags";
217
- ResourceAttribute["UpdatePolicy"] = "UpdatePolicy";
218
- })(ResourceAttribute = exports.ResourceAttribute || (exports.ResourceAttribute = {}));
219
- var RequiresRecreation;
220
- (function (RequiresRecreation) {
221
- RequiresRecreation["Always"] = "Always";
222
- RequiresRecreation["Conditionally"] = "Conditionally";
223
- RequiresRecreation["Never"] = "Never";
224
- })(RequiresRecreation = exports.RequiresRecreation || (exports.RequiresRecreation = {}));
225
- var ResourceTargetDefinition;
226
- (function (ResourceTargetDefinition) {
227
- /**
228
- * @internal
229
- */
230
- ResourceTargetDefinition.filterSensitiveLog = (obj) => ({
231
- ...obj,
232
- });
233
- })(ResourceTargetDefinition = exports.ResourceTargetDefinition || (exports.ResourceTargetDefinition = {}));
234
- var ResourceChangeDetail;
235
- (function (ResourceChangeDetail) {
236
- /**
237
- * @internal
238
- */
239
- ResourceChangeDetail.filterSensitiveLog = (obj) => ({
240
- ...obj,
241
- });
242
- })(ResourceChangeDetail = exports.ResourceChangeDetail || (exports.ResourceChangeDetail = {}));
243
- var ModuleInfo;
244
- (function (ModuleInfo) {
245
- /**
246
- * @internal
247
- */
248
- ModuleInfo.filterSensitiveLog = (obj) => ({
249
- ...obj,
250
- });
251
- })(ModuleInfo = exports.ModuleInfo || (exports.ModuleInfo = {}));
252
- var Replacement;
253
- (function (Replacement) {
254
- Replacement["Conditional"] = "Conditional";
255
- Replacement["False"] = "False";
256
- Replacement["True"] = "True";
257
- })(Replacement = exports.Replacement || (exports.Replacement = {}));
258
- var ResourceChange;
259
- (function (ResourceChange) {
260
- /**
261
- * @internal
262
- */
263
- ResourceChange.filterSensitiveLog = (obj) => ({
264
- ...obj,
265
- });
266
- })(ResourceChange = exports.ResourceChange || (exports.ResourceChange = {}));
267
- var ChangeType;
268
- (function (ChangeType) {
269
- ChangeType["Resource"] = "Resource";
270
- })(ChangeType = exports.ChangeType || (exports.ChangeType = {}));
271
- var Change;
272
- (function (Change) {
273
- /**
274
- * @internal
275
- */
276
- Change.filterSensitiveLog = (obj) => ({
277
- ...obj,
278
- });
279
- })(Change = exports.Change || (exports.Change = {}));
280
- var ChangeSetNotFoundException;
281
- (function (ChangeSetNotFoundException) {
282
- /**
283
- * @internal
284
- */
285
- ChangeSetNotFoundException.filterSensitiveLog = (obj) => ({
286
- ...obj,
287
- });
288
- })(ChangeSetNotFoundException = exports.ChangeSetNotFoundException || (exports.ChangeSetNotFoundException = {}));
289
- var ChangeSetStatus;
290
- (function (ChangeSetStatus) {
291
- ChangeSetStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
292
- ChangeSetStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
293
- ChangeSetStatus["CREATE_PENDING"] = "CREATE_PENDING";
294
- ChangeSetStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE";
295
- ChangeSetStatus["DELETE_FAILED"] = "DELETE_FAILED";
296
- ChangeSetStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
297
- ChangeSetStatus["DELETE_PENDING"] = "DELETE_PENDING";
298
- ChangeSetStatus["FAILED"] = "FAILED";
299
- })(ChangeSetStatus = exports.ChangeSetStatus || (exports.ChangeSetStatus = {}));
300
- var ExecutionStatus;
301
- (function (ExecutionStatus) {
302
- ExecutionStatus["AVAILABLE"] = "AVAILABLE";
303
- ExecutionStatus["EXECUTE_COMPLETE"] = "EXECUTE_COMPLETE";
304
- ExecutionStatus["EXECUTE_FAILED"] = "EXECUTE_FAILED";
305
- ExecutionStatus["EXECUTE_IN_PROGRESS"] = "EXECUTE_IN_PROGRESS";
306
- ExecutionStatus["OBSOLETE"] = "OBSOLETE";
307
- ExecutionStatus["UNAVAILABLE"] = "UNAVAILABLE";
308
- })(ExecutionStatus = exports.ExecutionStatus || (exports.ExecutionStatus = {}));
309
- var ChangeSetSummary;
310
- (function (ChangeSetSummary) {
311
- /**
312
- * @internal
313
- */
314
- ChangeSetSummary.filterSensitiveLog = (obj) => ({
315
- ...obj,
316
- });
317
- })(ChangeSetSummary = exports.ChangeSetSummary || (exports.ChangeSetSummary = {}));
318
- var ChangeSetType;
319
- (function (ChangeSetType) {
320
- ChangeSetType["CREATE"] = "CREATE";
321
- ChangeSetType["IMPORT"] = "IMPORT";
322
- ChangeSetType["UPDATE"] = "UPDATE";
323
- })(ChangeSetType = exports.ChangeSetType || (exports.ChangeSetType = {}));
324
- var ContinueUpdateRollbackInput;
325
- (function (ContinueUpdateRollbackInput) {
326
- /**
327
- * @internal
328
- */
329
- ContinueUpdateRollbackInput.filterSensitiveLog = (obj) => ({
330
- ...obj,
331
- });
332
- })(ContinueUpdateRollbackInput = exports.ContinueUpdateRollbackInput || (exports.ContinueUpdateRollbackInput = {}));
333
- var ContinueUpdateRollbackOutput;
334
- (function (ContinueUpdateRollbackOutput) {
335
- /**
336
- * @internal
337
- */
338
- ContinueUpdateRollbackOutput.filterSensitiveLog = (obj) => ({
339
- ...obj,
340
- });
341
- })(ContinueUpdateRollbackOutput = exports.ContinueUpdateRollbackOutput || (exports.ContinueUpdateRollbackOutput = {}));
342
- var Parameter;
343
- (function (Parameter) {
344
- /**
345
- * @internal
346
- */
347
- Parameter.filterSensitiveLog = (obj) => ({
348
- ...obj,
349
- });
350
- })(Parameter = exports.Parameter || (exports.Parameter = {}));
351
- var ResourceToImport;
352
- (function (ResourceToImport) {
353
- /**
354
- * @internal
355
- */
356
- ResourceToImport.filterSensitiveLog = (obj) => ({
357
- ...obj,
358
- });
359
- })(ResourceToImport = exports.ResourceToImport || (exports.ResourceToImport = {}));
360
- var RollbackTrigger;
361
- (function (RollbackTrigger) {
362
- /**
363
- * @internal
364
- */
365
- RollbackTrigger.filterSensitiveLog = (obj) => ({
366
- ...obj,
367
- });
368
- })(RollbackTrigger = exports.RollbackTrigger || (exports.RollbackTrigger = {}));
369
- var RollbackConfiguration;
370
- (function (RollbackConfiguration) {
371
- /**
372
- * @internal
373
- */
374
- RollbackConfiguration.filterSensitiveLog = (obj) => ({
375
- ...obj,
376
- });
377
- })(RollbackConfiguration = exports.RollbackConfiguration || (exports.RollbackConfiguration = {}));
378
- var Tag;
379
- (function (Tag) {
380
- /**
381
- * @internal
382
- */
383
- Tag.filterSensitiveLog = (obj) => ({
384
- ...obj,
385
- });
386
- })(Tag = exports.Tag || (exports.Tag = {}));
387
- var CreateChangeSetInput;
388
- (function (CreateChangeSetInput) {
389
- /**
390
- * @internal
391
- */
392
- CreateChangeSetInput.filterSensitiveLog = (obj) => ({
393
- ...obj,
394
- });
395
- })(CreateChangeSetInput = exports.CreateChangeSetInput || (exports.CreateChangeSetInput = {}));
396
- var CreateChangeSetOutput;
397
- (function (CreateChangeSetOutput) {
398
- /**
399
- * @internal
400
- */
401
- CreateChangeSetOutput.filterSensitiveLog = (obj) => ({
402
- ...obj,
403
- });
404
- })(CreateChangeSetOutput = exports.CreateChangeSetOutput || (exports.CreateChangeSetOutput = {}));
405
- var InsufficientCapabilitiesException;
406
- (function (InsufficientCapabilitiesException) {
407
- /**
408
- * @internal
409
- */
410
- InsufficientCapabilitiesException.filterSensitiveLog = (obj) => ({
411
- ...obj,
412
- });
413
- })(InsufficientCapabilitiesException = exports.InsufficientCapabilitiesException || (exports.InsufficientCapabilitiesException = {}));
414
- var LimitExceededException;
415
- (function (LimitExceededException) {
416
- /**
417
- * @internal
418
- */
419
- LimitExceededException.filterSensitiveLog = (obj) => ({
420
- ...obj,
421
- });
422
- })(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
423
- var OnFailure;
424
- (function (OnFailure) {
425
- OnFailure["DELETE"] = "DELETE";
426
- OnFailure["DO_NOTHING"] = "DO_NOTHING";
427
- OnFailure["ROLLBACK"] = "ROLLBACK";
428
- })(OnFailure = exports.OnFailure || (exports.OnFailure = {}));
429
- var CreateStackInput;
430
- (function (CreateStackInput) {
431
- /**
432
- * @internal
433
- */
434
- CreateStackInput.filterSensitiveLog = (obj) => ({
435
- ...obj,
436
- });
437
- })(CreateStackInput = exports.CreateStackInput || (exports.CreateStackInput = {}));
438
- var CreateStackOutput;
439
- (function (CreateStackOutput) {
440
- /**
441
- * @internal
442
- */
443
- CreateStackOutput.filterSensitiveLog = (obj) => ({
444
- ...obj,
445
- });
446
- })(CreateStackOutput = exports.CreateStackOutput || (exports.CreateStackOutput = {}));
447
- var DeploymentTargets;
448
- (function (DeploymentTargets) {
449
- /**
450
- * @internal
451
- */
452
- DeploymentTargets.filterSensitiveLog = (obj) => ({
453
- ...obj,
454
- });
455
- })(DeploymentTargets = exports.DeploymentTargets || (exports.DeploymentTargets = {}));
456
- var RegionConcurrencyType;
457
- (function (RegionConcurrencyType) {
458
- RegionConcurrencyType["PARALLEL"] = "PARALLEL";
459
- RegionConcurrencyType["SEQUENTIAL"] = "SEQUENTIAL";
460
- })(RegionConcurrencyType = exports.RegionConcurrencyType || (exports.RegionConcurrencyType = {}));
461
- var StackSetOperationPreferences;
462
- (function (StackSetOperationPreferences) {
463
- /**
464
- * @internal
465
- */
466
- StackSetOperationPreferences.filterSensitiveLog = (obj) => ({
467
- ...obj,
468
- });
469
- })(StackSetOperationPreferences = exports.StackSetOperationPreferences || (exports.StackSetOperationPreferences = {}));
470
- var CreateStackInstancesInput;
471
- (function (CreateStackInstancesInput) {
472
- /**
473
- * @internal
474
- */
475
- CreateStackInstancesInput.filterSensitiveLog = (obj) => ({
476
- ...obj,
477
- });
478
- })(CreateStackInstancesInput = exports.CreateStackInstancesInput || (exports.CreateStackInstancesInput = {}));
479
- var CreateStackInstancesOutput;
480
- (function (CreateStackInstancesOutput) {
481
- /**
482
- * @internal
483
- */
484
- CreateStackInstancesOutput.filterSensitiveLog = (obj) => ({
485
- ...obj,
486
- });
487
- })(CreateStackInstancesOutput = exports.CreateStackInstancesOutput || (exports.CreateStackInstancesOutput = {}));
488
- var InvalidOperationException;
489
- (function (InvalidOperationException) {
490
- /**
491
- * @internal
492
- */
493
- InvalidOperationException.filterSensitiveLog = (obj) => ({
494
- ...obj,
495
- });
496
- })(InvalidOperationException = exports.InvalidOperationException || (exports.InvalidOperationException = {}));
497
- var OperationIdAlreadyExistsException;
498
- (function (OperationIdAlreadyExistsException) {
499
- /**
500
- * @internal
501
- */
502
- OperationIdAlreadyExistsException.filterSensitiveLog = (obj) => ({
503
- ...obj,
504
- });
505
- })(OperationIdAlreadyExistsException = exports.OperationIdAlreadyExistsException || (exports.OperationIdAlreadyExistsException = {}));
506
- var OperationInProgressException;
507
- (function (OperationInProgressException) {
508
- /**
509
- * @internal
510
- */
511
- OperationInProgressException.filterSensitiveLog = (obj) => ({
512
- ...obj,
513
- });
514
- })(OperationInProgressException = exports.OperationInProgressException || (exports.OperationInProgressException = {}));
515
- var StackSetNotFoundException;
516
- (function (StackSetNotFoundException) {
517
- /**
518
- * @internal
519
- */
520
- StackSetNotFoundException.filterSensitiveLog = (obj) => ({
521
- ...obj,
522
- });
523
- })(StackSetNotFoundException = exports.StackSetNotFoundException || (exports.StackSetNotFoundException = {}));
524
- var StaleRequestException;
525
- (function (StaleRequestException) {
526
- /**
527
- * @internal
528
- */
529
- StaleRequestException.filterSensitiveLog = (obj) => ({
530
- ...obj,
531
- });
532
- })(StaleRequestException = exports.StaleRequestException || (exports.StaleRequestException = {}));
533
- var CreatedButModifiedException;
534
- (function (CreatedButModifiedException) {
535
- /**
536
- * @internal
537
- */
538
- CreatedButModifiedException.filterSensitiveLog = (obj) => ({
539
- ...obj,
540
- });
541
- })(CreatedButModifiedException = exports.CreatedButModifiedException || (exports.CreatedButModifiedException = {}));
542
- var CreateStackSetInput;
543
- (function (CreateStackSetInput) {
544
- /**
545
- * @internal
546
- */
547
- CreateStackSetInput.filterSensitiveLog = (obj) => ({
548
- ...obj,
549
- });
550
- })(CreateStackSetInput = exports.CreateStackSetInput || (exports.CreateStackSetInput = {}));
551
- var CreateStackSetOutput;
552
- (function (CreateStackSetOutput) {
553
- /**
554
- * @internal
555
- */
556
- CreateStackSetOutput.filterSensitiveLog = (obj) => ({
557
- ...obj,
558
- });
559
- })(CreateStackSetOutput = exports.CreateStackSetOutput || (exports.CreateStackSetOutput = {}));
560
- var NameAlreadyExistsException;
561
- (function (NameAlreadyExistsException) {
562
- /**
563
- * @internal
564
- */
565
- NameAlreadyExistsException.filterSensitiveLog = (obj) => ({
566
- ...obj,
567
- });
568
- })(NameAlreadyExistsException = exports.NameAlreadyExistsException || (exports.NameAlreadyExistsException = {}));
569
- var DeactivateTypeInput;
570
- (function (DeactivateTypeInput) {
571
- /**
572
- * @internal
573
- */
574
- DeactivateTypeInput.filterSensitiveLog = (obj) => ({
575
- ...obj,
576
- });
577
- })(DeactivateTypeInput = exports.DeactivateTypeInput || (exports.DeactivateTypeInput = {}));
578
- var DeactivateTypeOutput;
579
- (function (DeactivateTypeOutput) {
580
- /**
581
- * @internal
582
- */
583
- DeactivateTypeOutput.filterSensitiveLog = (obj) => ({
584
- ...obj,
585
- });
586
- })(DeactivateTypeOutput = exports.DeactivateTypeOutput || (exports.DeactivateTypeOutput = {}));
587
- var DeleteChangeSetInput;
588
- (function (DeleteChangeSetInput) {
589
- /**
590
- * @internal
591
- */
592
- DeleteChangeSetInput.filterSensitiveLog = (obj) => ({
593
- ...obj,
594
- });
595
- })(DeleteChangeSetInput = exports.DeleteChangeSetInput || (exports.DeleteChangeSetInput = {}));
596
- var DeleteChangeSetOutput;
597
- (function (DeleteChangeSetOutput) {
598
- /**
599
- * @internal
600
- */
601
- DeleteChangeSetOutput.filterSensitiveLog = (obj) => ({
602
- ...obj,
603
- });
604
- })(DeleteChangeSetOutput = exports.DeleteChangeSetOutput || (exports.DeleteChangeSetOutput = {}));
605
- var InvalidChangeSetStatusException;
606
- (function (InvalidChangeSetStatusException) {
607
- /**
608
- * @internal
609
- */
610
- InvalidChangeSetStatusException.filterSensitiveLog = (obj) => ({
611
- ...obj,
612
- });
613
- })(InvalidChangeSetStatusException = exports.InvalidChangeSetStatusException || (exports.InvalidChangeSetStatusException = {}));
614
- var DeleteStackInput;
615
- (function (DeleteStackInput) {
616
- /**
617
- * @internal
618
- */
619
- DeleteStackInput.filterSensitiveLog = (obj) => ({
620
- ...obj,
621
- });
622
- })(DeleteStackInput = exports.DeleteStackInput || (exports.DeleteStackInput = {}));
623
- var DeleteStackInstancesInput;
624
- (function (DeleteStackInstancesInput) {
625
- /**
626
- * @internal
627
- */
628
- DeleteStackInstancesInput.filterSensitiveLog = (obj) => ({
629
- ...obj,
630
- });
631
- })(DeleteStackInstancesInput = exports.DeleteStackInstancesInput || (exports.DeleteStackInstancesInput = {}));
632
- var DeleteStackInstancesOutput;
633
- (function (DeleteStackInstancesOutput) {
634
- /**
635
- * @internal
636
- */
637
- DeleteStackInstancesOutput.filterSensitiveLog = (obj) => ({
638
- ...obj,
639
- });
640
- })(DeleteStackInstancesOutput = exports.DeleteStackInstancesOutput || (exports.DeleteStackInstancesOutput = {}));
641
- var DeleteStackSetInput;
642
- (function (DeleteStackSetInput) {
643
- /**
644
- * @internal
645
- */
646
- DeleteStackSetInput.filterSensitiveLog = (obj) => ({
647
- ...obj,
648
- });
649
- })(DeleteStackSetInput = exports.DeleteStackSetInput || (exports.DeleteStackSetInput = {}));
650
- var DeleteStackSetOutput;
651
- (function (DeleteStackSetOutput) {
652
- /**
653
- * @internal
654
- */
655
- DeleteStackSetOutput.filterSensitiveLog = (obj) => ({
656
- ...obj,
657
- });
658
- })(DeleteStackSetOutput = exports.DeleteStackSetOutput || (exports.DeleteStackSetOutput = {}));
659
- var StackSetNotEmptyException;
660
- (function (StackSetNotEmptyException) {
661
- /**
662
- * @internal
663
- */
664
- StackSetNotEmptyException.filterSensitiveLog = (obj) => ({
665
- ...obj,
666
- });
667
- })(StackSetNotEmptyException = exports.StackSetNotEmptyException || (exports.StackSetNotEmptyException = {}));
668
- var DeregisterTypeInput;
669
- (function (DeregisterTypeInput) {
670
- /**
671
- * @internal
672
- */
673
- DeregisterTypeInput.filterSensitiveLog = (obj) => ({
674
- ...obj,
675
- });
676
- })(DeregisterTypeInput = exports.DeregisterTypeInput || (exports.DeregisterTypeInput = {}));
677
- var DeregisterTypeOutput;
678
- (function (DeregisterTypeOutput) {
679
- /**
680
- * @internal
681
- */
682
- DeregisterTypeOutput.filterSensitiveLog = (obj) => ({
683
- ...obj,
684
- });
685
- })(DeregisterTypeOutput = exports.DeregisterTypeOutput || (exports.DeregisterTypeOutput = {}));
686
- var DescribeAccountLimitsInput;
687
- (function (DescribeAccountLimitsInput) {
688
- /**
689
- * @internal
690
- */
691
- DescribeAccountLimitsInput.filterSensitiveLog = (obj) => ({
692
- ...obj,
693
- });
694
- })(DescribeAccountLimitsInput = exports.DescribeAccountLimitsInput || (exports.DescribeAccountLimitsInput = {}));
695
- var DescribeAccountLimitsOutput;
696
- (function (DescribeAccountLimitsOutput) {
697
- /**
698
- * @internal
699
- */
700
- DescribeAccountLimitsOutput.filterSensitiveLog = (obj) => ({
701
- ...obj,
702
- });
703
- })(DescribeAccountLimitsOutput = exports.DescribeAccountLimitsOutput || (exports.DescribeAccountLimitsOutput = {}));
704
- var DescribeChangeSetInput;
705
- (function (DescribeChangeSetInput) {
706
- /**
707
- * @internal
708
- */
709
- DescribeChangeSetInput.filterSensitiveLog = (obj) => ({
710
- ...obj,
711
- });
712
- })(DescribeChangeSetInput = exports.DescribeChangeSetInput || (exports.DescribeChangeSetInput = {}));
713
- var DescribeChangeSetOutput;
714
- (function (DescribeChangeSetOutput) {
715
- /**
716
- * @internal
717
- */
718
- DescribeChangeSetOutput.filterSensitiveLog = (obj) => ({
719
- ...obj,
720
- });
721
- })(DescribeChangeSetOutput = exports.DescribeChangeSetOutput || (exports.DescribeChangeSetOutput = {}));
722
- var DescribePublisherInput;
723
- (function (DescribePublisherInput) {
724
- /**
725
- * @internal
726
- */
727
- DescribePublisherInput.filterSensitiveLog = (obj) => ({
728
- ...obj,
729
- });
730
- })(DescribePublisherInput = exports.DescribePublisherInput || (exports.DescribePublisherInput = {}));
731
- var IdentityProvider;
732
- (function (IdentityProvider) {
733
- IdentityProvider["AWS_Marketplace"] = "AWS_Marketplace";
734
- IdentityProvider["Bitbucket"] = "Bitbucket";
735
- IdentityProvider["GitHub"] = "GitHub";
736
- })(IdentityProvider = exports.IdentityProvider || (exports.IdentityProvider = {}));
737
- var PublisherStatus;
738
- (function (PublisherStatus) {
739
- PublisherStatus["UNVERIFIED"] = "UNVERIFIED";
740
- PublisherStatus["VERIFIED"] = "VERIFIED";
741
- })(PublisherStatus = exports.PublisherStatus || (exports.PublisherStatus = {}));
742
- var DescribePublisherOutput;
743
- (function (DescribePublisherOutput) {
744
- /**
745
- * @internal
746
- */
747
- DescribePublisherOutput.filterSensitiveLog = (obj) => ({
748
- ...obj,
749
- });
750
- })(DescribePublisherOutput = exports.DescribePublisherOutput || (exports.DescribePublisherOutput = {}));
751
- var DescribeStackDriftDetectionStatusInput;
752
- (function (DescribeStackDriftDetectionStatusInput) {
753
- /**
754
- * @internal
755
- */
756
- DescribeStackDriftDetectionStatusInput.filterSensitiveLog = (obj) => ({
757
- ...obj,
758
- });
759
- })(DescribeStackDriftDetectionStatusInput = exports.DescribeStackDriftDetectionStatusInput || (exports.DescribeStackDriftDetectionStatusInput = {}));
760
- var StackDriftDetectionStatus;
761
- (function (StackDriftDetectionStatus) {
762
- StackDriftDetectionStatus["DETECTION_COMPLETE"] = "DETECTION_COMPLETE";
763
- StackDriftDetectionStatus["DETECTION_FAILED"] = "DETECTION_FAILED";
764
- StackDriftDetectionStatus["DETECTION_IN_PROGRESS"] = "DETECTION_IN_PROGRESS";
765
- })(StackDriftDetectionStatus = exports.StackDriftDetectionStatus || (exports.StackDriftDetectionStatus = {}));
766
- var StackDriftStatus;
767
- (function (StackDriftStatus) {
768
- StackDriftStatus["DRIFTED"] = "DRIFTED";
769
- StackDriftStatus["IN_SYNC"] = "IN_SYNC";
770
- StackDriftStatus["NOT_CHECKED"] = "NOT_CHECKED";
771
- StackDriftStatus["UNKNOWN"] = "UNKNOWN";
772
- })(StackDriftStatus = exports.StackDriftStatus || (exports.StackDriftStatus = {}));
773
- var DescribeStackDriftDetectionStatusOutput;
774
- (function (DescribeStackDriftDetectionStatusOutput) {
775
- /**
776
- * @internal
777
- */
778
- DescribeStackDriftDetectionStatusOutput.filterSensitiveLog = (obj) => ({
779
- ...obj,
780
- });
781
- })(DescribeStackDriftDetectionStatusOutput = exports.DescribeStackDriftDetectionStatusOutput || (exports.DescribeStackDriftDetectionStatusOutput = {}));
782
- var DescribeStackEventsInput;
783
- (function (DescribeStackEventsInput) {
784
- /**
785
- * @internal
786
- */
787
- DescribeStackEventsInput.filterSensitiveLog = (obj) => ({
788
- ...obj,
789
- });
790
- })(DescribeStackEventsInput = exports.DescribeStackEventsInput || (exports.DescribeStackEventsInput = {}));
791
- var ResourceStatus;
792
- (function (ResourceStatus) {
793
- ResourceStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
794
- ResourceStatus["CREATE_FAILED"] = "CREATE_FAILED";
795
- ResourceStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
796
- ResourceStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE";
797
- ResourceStatus["DELETE_FAILED"] = "DELETE_FAILED";
798
- ResourceStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
799
- ResourceStatus["DELETE_SKIPPED"] = "DELETE_SKIPPED";
800
- ResourceStatus["IMPORT_COMPLETE"] = "IMPORT_COMPLETE";
801
- ResourceStatus["IMPORT_FAILED"] = "IMPORT_FAILED";
802
- ResourceStatus["IMPORT_IN_PROGRESS"] = "IMPORT_IN_PROGRESS";
803
- ResourceStatus["IMPORT_ROLLBACK_COMPLETE"] = "IMPORT_ROLLBACK_COMPLETE";
804
- ResourceStatus["IMPORT_ROLLBACK_FAILED"] = "IMPORT_ROLLBACK_FAILED";
805
- ResourceStatus["IMPORT_ROLLBACK_IN_PROGRESS"] = "IMPORT_ROLLBACK_IN_PROGRESS";
806
- ResourceStatus["ROLLBACK_COMPLETE"] = "ROLLBACK_COMPLETE";
807
- ResourceStatus["ROLLBACK_FAILED"] = "ROLLBACK_FAILED";
808
- ResourceStatus["ROLLBACK_IN_PROGRESS"] = "ROLLBACK_IN_PROGRESS";
809
- ResourceStatus["UPDATE_COMPLETE"] = "UPDATE_COMPLETE";
810
- ResourceStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
811
- ResourceStatus["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
812
- ResourceStatus["UPDATE_ROLLBACK_COMPLETE"] = "UPDATE_ROLLBACK_COMPLETE";
813
- ResourceStatus["UPDATE_ROLLBACK_FAILED"] = "UPDATE_ROLLBACK_FAILED";
814
- ResourceStatus["UPDATE_ROLLBACK_IN_PROGRESS"] = "UPDATE_ROLLBACK_IN_PROGRESS";
815
- })(ResourceStatus = exports.ResourceStatus || (exports.ResourceStatus = {}));
816
- var StackEvent;
817
- (function (StackEvent) {
818
- /**
819
- * @internal
820
- */
821
- StackEvent.filterSensitiveLog = (obj) => ({
822
- ...obj,
823
- });
824
- })(StackEvent = exports.StackEvent || (exports.StackEvent = {}));
825
- var DescribeStackEventsOutput;
826
- (function (DescribeStackEventsOutput) {
827
- /**
828
- * @internal
829
- */
830
- DescribeStackEventsOutput.filterSensitiveLog = (obj) => ({
831
- ...obj,
832
- });
833
- })(DescribeStackEventsOutput = exports.DescribeStackEventsOutput || (exports.DescribeStackEventsOutput = {}));
834
- var DescribeStackInstanceInput;
835
- (function (DescribeStackInstanceInput) {
836
- /**
837
- * @internal
838
- */
839
- DescribeStackInstanceInput.filterSensitiveLog = (obj) => ({
840
- ...obj,
841
- });
842
- })(DescribeStackInstanceInput = exports.DescribeStackInstanceInput || (exports.DescribeStackInstanceInput = {}));
843
- var StackInstanceComprehensiveStatus;
844
- (function (StackInstanceComprehensiveStatus) {
845
- /**
846
- * @internal
847
- */
848
- StackInstanceComprehensiveStatus.filterSensitiveLog = (obj) => ({
849
- ...obj,
850
- });
851
- })(StackInstanceComprehensiveStatus = exports.StackInstanceComprehensiveStatus || (exports.StackInstanceComprehensiveStatus = {}));
852
- var StackInstance;
853
- (function (StackInstance) {
854
- /**
855
- * @internal
856
- */
857
- StackInstance.filterSensitiveLog = (obj) => ({
858
- ...obj,
859
- });
860
- })(StackInstance = exports.StackInstance || (exports.StackInstance = {}));
861
- var DescribeStackInstanceOutput;
862
- (function (DescribeStackInstanceOutput) {
863
- /**
864
- * @internal
865
- */
866
- DescribeStackInstanceOutput.filterSensitiveLog = (obj) => ({
867
- ...obj,
868
- });
869
- })(DescribeStackInstanceOutput = exports.DescribeStackInstanceOutput || (exports.DescribeStackInstanceOutput = {}));
870
- var StackInstanceNotFoundException;
871
- (function (StackInstanceNotFoundException) {
872
- /**
873
- * @internal
874
- */
875
- StackInstanceNotFoundException.filterSensitiveLog = (obj) => ({
876
- ...obj,
877
- });
878
- })(StackInstanceNotFoundException = exports.StackInstanceNotFoundException || (exports.StackInstanceNotFoundException = {}));
879
- var DescribeStackResourceInput;
880
- (function (DescribeStackResourceInput) {
881
- /**
882
- * @internal
883
- */
884
- DescribeStackResourceInput.filterSensitiveLog = (obj) => ({
885
- ...obj,
886
- });
887
- })(DescribeStackResourceInput = exports.DescribeStackResourceInput || (exports.DescribeStackResourceInput = {}));
888
- var StackResourceDriftStatus;
889
- (function (StackResourceDriftStatus) {
890
- StackResourceDriftStatus["DELETED"] = "DELETED";
891
- StackResourceDriftStatus["IN_SYNC"] = "IN_SYNC";
892
- StackResourceDriftStatus["MODIFIED"] = "MODIFIED";
893
- StackResourceDriftStatus["NOT_CHECKED"] = "NOT_CHECKED";
894
- })(StackResourceDriftStatus = exports.StackResourceDriftStatus || (exports.StackResourceDriftStatus = {}));
895
- var StackResourceDriftInformation;
896
- (function (StackResourceDriftInformation) {
897
- /**
898
- * @internal
899
- */
900
- StackResourceDriftInformation.filterSensitiveLog = (obj) => ({
901
- ...obj,
902
- });
903
- })(StackResourceDriftInformation = exports.StackResourceDriftInformation || (exports.StackResourceDriftInformation = {}));
904
- var StackResourceDetail;
905
- (function (StackResourceDetail) {
906
- /**
907
- * @internal
908
- */
909
- StackResourceDetail.filterSensitiveLog = (obj) => ({
910
- ...obj,
911
- });
912
- })(StackResourceDetail = exports.StackResourceDetail || (exports.StackResourceDetail = {}));
913
- var DescribeStackResourceOutput;
914
- (function (DescribeStackResourceOutput) {
915
- /**
916
- * @internal
917
- */
918
- DescribeStackResourceOutput.filterSensitiveLog = (obj) => ({
919
- ...obj,
920
- });
921
- })(DescribeStackResourceOutput = exports.DescribeStackResourceOutput || (exports.DescribeStackResourceOutput = {}));
922
- var DescribeStackResourceDriftsInput;
923
- (function (DescribeStackResourceDriftsInput) {
924
- /**
925
- * @internal
926
- */
927
- DescribeStackResourceDriftsInput.filterSensitiveLog = (obj) => ({
928
- ...obj,
929
- });
930
- })(DescribeStackResourceDriftsInput = exports.DescribeStackResourceDriftsInput || (exports.DescribeStackResourceDriftsInput = {}));
931
- var PhysicalResourceIdContextKeyValuePair;
932
- (function (PhysicalResourceIdContextKeyValuePair) {
933
- /**
934
- * @internal
935
- */
936
- PhysicalResourceIdContextKeyValuePair.filterSensitiveLog = (obj) => ({
937
- ...obj,
938
- });
939
- })(PhysicalResourceIdContextKeyValuePair = exports.PhysicalResourceIdContextKeyValuePair || (exports.PhysicalResourceIdContextKeyValuePair = {}));
940
- var DifferenceType;
941
- (function (DifferenceType) {
942
- DifferenceType["ADD"] = "ADD";
943
- DifferenceType["NOT_EQUAL"] = "NOT_EQUAL";
944
- DifferenceType["REMOVE"] = "REMOVE";
945
- })(DifferenceType = exports.DifferenceType || (exports.DifferenceType = {}));
946
- var PropertyDifference;
947
- (function (PropertyDifference) {
948
- /**
949
- * @internal
950
- */
951
- PropertyDifference.filterSensitiveLog = (obj) => ({
952
- ...obj,
953
- });
954
- })(PropertyDifference = exports.PropertyDifference || (exports.PropertyDifference = {}));
955
- var StackResourceDrift;
956
- (function (StackResourceDrift) {
957
- /**
958
- * @internal
959
- */
960
- StackResourceDrift.filterSensitiveLog = (obj) => ({
961
- ...obj,
962
- });
963
- })(StackResourceDrift = exports.StackResourceDrift || (exports.StackResourceDrift = {}));
964
- var DescribeStackResourceDriftsOutput;
965
- (function (DescribeStackResourceDriftsOutput) {
966
- /**
967
- * @internal
968
- */
969
- DescribeStackResourceDriftsOutput.filterSensitiveLog = (obj) => ({
970
- ...obj,
971
- });
972
- })(DescribeStackResourceDriftsOutput = exports.DescribeStackResourceDriftsOutput || (exports.DescribeStackResourceDriftsOutput = {}));
973
- var DescribeStackResourcesInput;
974
- (function (DescribeStackResourcesInput) {
975
- /**
976
- * @internal
977
- */
978
- DescribeStackResourcesInput.filterSensitiveLog = (obj) => ({
979
- ...obj,
980
- });
981
- })(DescribeStackResourcesInput = exports.DescribeStackResourcesInput || (exports.DescribeStackResourcesInput = {}));
982
- var StackResource;
983
- (function (StackResource) {
984
- /**
985
- * @internal
986
- */
987
- StackResource.filterSensitiveLog = (obj) => ({
988
- ...obj,
989
- });
990
- })(StackResource = exports.StackResource || (exports.StackResource = {}));
991
- var DescribeStackResourcesOutput;
992
- (function (DescribeStackResourcesOutput) {
993
- /**
994
- * @internal
995
- */
996
- DescribeStackResourcesOutput.filterSensitiveLog = (obj) => ({
997
- ...obj,
998
- });
999
- })(DescribeStackResourcesOutput = exports.DescribeStackResourcesOutput || (exports.DescribeStackResourcesOutput = {}));
1000
- var DescribeStacksInput;
1001
- (function (DescribeStacksInput) {
1002
- /**
1003
- * @internal
1004
- */
1005
- DescribeStacksInput.filterSensitiveLog = (obj) => ({
1006
- ...obj,
1007
- });
1008
- })(DescribeStacksInput = exports.DescribeStacksInput || (exports.DescribeStacksInput = {}));
1009
- var StackDriftInformation;
1010
- (function (StackDriftInformation) {
1011
- /**
1012
- * @internal
1013
- */
1014
- StackDriftInformation.filterSensitiveLog = (obj) => ({
1015
- ...obj,
1016
- });
1017
- })(StackDriftInformation = exports.StackDriftInformation || (exports.StackDriftInformation = {}));
1018
- var Output;
1019
- (function (Output) {
1020
- /**
1021
- * @internal
1022
- */
1023
- Output.filterSensitiveLog = (obj) => ({
1024
- ...obj,
1025
- });
1026
- })(Output = exports.Output || (exports.Output = {}));
1027
- var StackStatus;
1028
- (function (StackStatus) {
1029
- StackStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
1030
- StackStatus["CREATE_FAILED"] = "CREATE_FAILED";
1031
- StackStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
1032
- StackStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE";
1033
- StackStatus["DELETE_FAILED"] = "DELETE_FAILED";
1034
- StackStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
1035
- StackStatus["IMPORT_COMPLETE"] = "IMPORT_COMPLETE";
1036
- StackStatus["IMPORT_IN_PROGRESS"] = "IMPORT_IN_PROGRESS";
1037
- StackStatus["IMPORT_ROLLBACK_COMPLETE"] = "IMPORT_ROLLBACK_COMPLETE";
1038
- StackStatus["IMPORT_ROLLBACK_FAILED"] = "IMPORT_ROLLBACK_FAILED";
1039
- StackStatus["IMPORT_ROLLBACK_IN_PROGRESS"] = "IMPORT_ROLLBACK_IN_PROGRESS";
1040
- StackStatus["REVIEW_IN_PROGRESS"] = "REVIEW_IN_PROGRESS";
1041
- StackStatus["ROLLBACK_COMPLETE"] = "ROLLBACK_COMPLETE";
1042
- StackStatus["ROLLBACK_FAILED"] = "ROLLBACK_FAILED";
1043
- StackStatus["ROLLBACK_IN_PROGRESS"] = "ROLLBACK_IN_PROGRESS";
1044
- StackStatus["UPDATE_COMPLETE"] = "UPDATE_COMPLETE";
1045
- StackStatus["UPDATE_COMPLETE_CLEANUP_IN_PROGRESS"] = "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS";
1046
- StackStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
1047
- StackStatus["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
1048
- StackStatus["UPDATE_ROLLBACK_COMPLETE"] = "UPDATE_ROLLBACK_COMPLETE";
1049
- StackStatus["UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS"] = "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS";
1050
- StackStatus["UPDATE_ROLLBACK_FAILED"] = "UPDATE_ROLLBACK_FAILED";
1051
- StackStatus["UPDATE_ROLLBACK_IN_PROGRESS"] = "UPDATE_ROLLBACK_IN_PROGRESS";
1052
- })(StackStatus = exports.StackStatus || (exports.StackStatus = {}));
1053
- var Stack;
1054
- (function (Stack) {
1055
- /**
1056
- * @internal
1057
- */
1058
- Stack.filterSensitiveLog = (obj) => ({
1059
- ...obj,
1060
- });
1061
- })(Stack = exports.Stack || (exports.Stack = {}));
1062
- var DescribeStacksOutput;
1063
- (function (DescribeStacksOutput) {
1064
- /**
1065
- * @internal
1066
- */
1067
- DescribeStacksOutput.filterSensitiveLog = (obj) => ({
1068
- ...obj,
1069
- });
1070
- })(DescribeStacksOutput = exports.DescribeStacksOutput || (exports.DescribeStacksOutput = {}));
1071
- var DescribeStackSetInput;
1072
- (function (DescribeStackSetInput) {
1073
- /**
1074
- * @internal
1075
- */
1076
- DescribeStackSetInput.filterSensitiveLog = (obj) => ({
1077
- ...obj,
1078
- });
1079
- })(DescribeStackSetInput = exports.DescribeStackSetInput || (exports.DescribeStackSetInput = {}));
1080
- var StackSetDriftDetectionStatus;
1081
- (function (StackSetDriftDetectionStatus) {
1082
- StackSetDriftDetectionStatus["COMPLETED"] = "COMPLETED";
1083
- StackSetDriftDetectionStatus["FAILED"] = "FAILED";
1084
- StackSetDriftDetectionStatus["IN_PROGRESS"] = "IN_PROGRESS";
1085
- StackSetDriftDetectionStatus["PARTIAL_SUCCESS"] = "PARTIAL_SUCCESS";
1086
- StackSetDriftDetectionStatus["STOPPED"] = "STOPPED";
1087
- })(StackSetDriftDetectionStatus = exports.StackSetDriftDetectionStatus || (exports.StackSetDriftDetectionStatus = {}));
1088
- var StackSetDriftStatus;
1089
- (function (StackSetDriftStatus) {
1090
- StackSetDriftStatus["DRIFTED"] = "DRIFTED";
1091
- StackSetDriftStatus["IN_SYNC"] = "IN_SYNC";
1092
- StackSetDriftStatus["NOT_CHECKED"] = "NOT_CHECKED";
1093
- })(StackSetDriftStatus = exports.StackSetDriftStatus || (exports.StackSetDriftStatus = {}));
1094
- var StackSetDriftDetectionDetails;
1095
- (function (StackSetDriftDetectionDetails) {
1096
- /**
1097
- * @internal
1098
- */
1099
- StackSetDriftDetectionDetails.filterSensitiveLog = (obj) => ({
1100
- ...obj,
1101
- });
1102
- })(StackSetDriftDetectionDetails = exports.StackSetDriftDetectionDetails || (exports.StackSetDriftDetectionDetails = {}));
1103
- var StackSet;
1104
- (function (StackSet) {
1105
- /**
1106
- * @internal
1107
- */
1108
- StackSet.filterSensitiveLog = (obj) => ({
1109
- ...obj,
1110
- });
1111
- })(StackSet = exports.StackSet || (exports.StackSet = {}));
1112
- var DescribeStackSetOutput;
1113
- (function (DescribeStackSetOutput) {
1114
- /**
1115
- * @internal
1116
- */
1117
- DescribeStackSetOutput.filterSensitiveLog = (obj) => ({
1118
- ...obj,
1119
- });
1120
- })(DescribeStackSetOutput = exports.DescribeStackSetOutput || (exports.DescribeStackSetOutput = {}));
1121
- var DescribeStackSetOperationInput;
1122
- (function (DescribeStackSetOperationInput) {
1123
- /**
1124
- * @internal
1125
- */
1126
- DescribeStackSetOperationInput.filterSensitiveLog = (obj) => ({
1127
- ...obj,
1128
- });
1129
- })(DescribeStackSetOperationInput = exports.DescribeStackSetOperationInput || (exports.DescribeStackSetOperationInput = {}));
1130
- var StackSetOperation;
1131
- (function (StackSetOperation) {
1132
- /**
1133
- * @internal
1134
- */
1135
- StackSetOperation.filterSensitiveLog = (obj) => ({
1136
- ...obj,
1137
- });
1138
- })(StackSetOperation = exports.StackSetOperation || (exports.StackSetOperation = {}));
1139
- var DescribeStackSetOperationOutput;
1140
- (function (DescribeStackSetOperationOutput) {
1141
- /**
1142
- * @internal
1143
- */
1144
- DescribeStackSetOperationOutput.filterSensitiveLog = (obj) => ({
1145
- ...obj,
1146
- });
1147
- })(DescribeStackSetOperationOutput = exports.DescribeStackSetOperationOutput || (exports.DescribeStackSetOperationOutput = {}));
1148
- var OperationNotFoundException;
1149
- (function (OperationNotFoundException) {
1150
- /**
1151
- * @internal
1152
- */
1153
- OperationNotFoundException.filterSensitiveLog = (obj) => ({
1154
- ...obj,
1155
- });
1156
- })(OperationNotFoundException = exports.OperationNotFoundException || (exports.OperationNotFoundException = {}));
1157
- var DescribeTypeInput;
1158
- (function (DescribeTypeInput) {
1159
- /**
1160
- * @internal
1161
- */
1162
- DescribeTypeInput.filterSensitiveLog = (obj) => ({
1163
- ...obj,
1164
- });
1165
- })(DescribeTypeInput = exports.DescribeTypeInput || (exports.DescribeTypeInput = {}));
1166
- var RequiredActivatedType;
1167
- (function (RequiredActivatedType) {
1168
- /**
1169
- * @internal
1170
- */
1171
- RequiredActivatedType.filterSensitiveLog = (obj) => ({
1172
- ...obj,
1173
- });
1174
- })(RequiredActivatedType = exports.RequiredActivatedType || (exports.RequiredActivatedType = {}));
1175
- var TypeTestsStatus;
1176
- (function (TypeTestsStatus) {
1177
- TypeTestsStatus["FAILED"] = "FAILED";
1178
- TypeTestsStatus["IN_PROGRESS"] = "IN_PROGRESS";
1179
- TypeTestsStatus["NOT_TESTED"] = "NOT_TESTED";
1180
- TypeTestsStatus["PASSED"] = "PASSED";
1181
- })(TypeTestsStatus = exports.TypeTestsStatus || (exports.TypeTestsStatus = {}));
1182
- var DescribeTypeOutput;
1183
- (function (DescribeTypeOutput) {
1184
- /**
1185
- * @internal
1186
- */
1187
- DescribeTypeOutput.filterSensitiveLog = (obj) => ({
1188
- ...obj,
1189
- });
1190
- })(DescribeTypeOutput = exports.DescribeTypeOutput || (exports.DescribeTypeOutput = {}));
1191
- var DescribeTypeRegistrationInput;
1192
- (function (DescribeTypeRegistrationInput) {
1193
- /**
1194
- * @internal
1195
- */
1196
- DescribeTypeRegistrationInput.filterSensitiveLog = (obj) => ({
1197
- ...obj,
1198
- });
1199
- })(DescribeTypeRegistrationInput = exports.DescribeTypeRegistrationInput || (exports.DescribeTypeRegistrationInput = {}));
1200
- var DescribeTypeRegistrationOutput;
1201
- (function (DescribeTypeRegistrationOutput) {
1202
- /**
1203
- * @internal
1204
- */
1205
- DescribeTypeRegistrationOutput.filterSensitiveLog = (obj) => ({
1206
- ...obj,
1207
- });
1208
- })(DescribeTypeRegistrationOutput = exports.DescribeTypeRegistrationOutput || (exports.DescribeTypeRegistrationOutput = {}));
1209
- var DetectStackDriftInput;
1210
- (function (DetectStackDriftInput) {
1211
- /**
1212
- * @internal
1213
- */
1214
- DetectStackDriftInput.filterSensitiveLog = (obj) => ({
1215
- ...obj,
1216
- });
1217
- })(DetectStackDriftInput = exports.DetectStackDriftInput || (exports.DetectStackDriftInput = {}));
1218
- var DetectStackDriftOutput;
1219
- (function (DetectStackDriftOutput) {
1220
- /**
1221
- * @internal
1222
- */
1223
- DetectStackDriftOutput.filterSensitiveLog = (obj) => ({
1224
- ...obj,
1225
- });
1226
- })(DetectStackDriftOutput = exports.DetectStackDriftOutput || (exports.DetectStackDriftOutput = {}));
1227
- var DetectStackResourceDriftInput;
1228
- (function (DetectStackResourceDriftInput) {
1229
- /**
1230
- * @internal
1231
- */
1232
- DetectStackResourceDriftInput.filterSensitiveLog = (obj) => ({
1233
- ...obj,
1234
- });
1235
- })(DetectStackResourceDriftInput = exports.DetectStackResourceDriftInput || (exports.DetectStackResourceDriftInput = {}));
1236
- var DetectStackResourceDriftOutput;
1237
- (function (DetectStackResourceDriftOutput) {
1238
- /**
1239
- * @internal
1240
- */
1241
- DetectStackResourceDriftOutput.filterSensitiveLog = (obj) => ({
1242
- ...obj,
1243
- });
1244
- })(DetectStackResourceDriftOutput = exports.DetectStackResourceDriftOutput || (exports.DetectStackResourceDriftOutput = {}));
1245
- var DetectStackSetDriftInput;
1246
- (function (DetectStackSetDriftInput) {
1247
- /**
1248
- * @internal
1249
- */
1250
- DetectStackSetDriftInput.filterSensitiveLog = (obj) => ({
1251
- ...obj,
1252
- });
1253
- })(DetectStackSetDriftInput = exports.DetectStackSetDriftInput || (exports.DetectStackSetDriftInput = {}));
1254
- var DetectStackSetDriftOutput;
1255
- (function (DetectStackSetDriftOutput) {
1256
- /**
1257
- * @internal
1258
- */
1259
- DetectStackSetDriftOutput.filterSensitiveLog = (obj) => ({
1260
- ...obj,
1261
- });
1262
- })(DetectStackSetDriftOutput = exports.DetectStackSetDriftOutput || (exports.DetectStackSetDriftOutput = {}));
1263
- var EstimateTemplateCostInput;
1264
- (function (EstimateTemplateCostInput) {
1265
- /**
1266
- * @internal
1267
- */
1268
- EstimateTemplateCostInput.filterSensitiveLog = (obj) => ({
1269
- ...obj,
1270
- });
1271
- })(EstimateTemplateCostInput = exports.EstimateTemplateCostInput || (exports.EstimateTemplateCostInput = {}));
1272
- var EstimateTemplateCostOutput;
1273
- (function (EstimateTemplateCostOutput) {
1274
- /**
1275
- * @internal
1276
- */
1277
- EstimateTemplateCostOutput.filterSensitiveLog = (obj) => ({
1278
- ...obj,
1279
- });
1280
- })(EstimateTemplateCostOutput = exports.EstimateTemplateCostOutput || (exports.EstimateTemplateCostOutput = {}));
1281
- var ExecuteChangeSetInput;
1282
- (function (ExecuteChangeSetInput) {
1283
- /**
1284
- * @internal
1285
- */
1286
- ExecuteChangeSetInput.filterSensitiveLog = (obj) => ({
1287
- ...obj,
1288
- });
1289
- })(ExecuteChangeSetInput = exports.ExecuteChangeSetInput || (exports.ExecuteChangeSetInput = {}));
1290
- var ExecuteChangeSetOutput;
1291
- (function (ExecuteChangeSetOutput) {
1292
- /**
1293
- * @internal
1294
- */
1295
- ExecuteChangeSetOutput.filterSensitiveLog = (obj) => ({
1296
- ...obj,
1297
- });
1298
- })(ExecuteChangeSetOutput = exports.ExecuteChangeSetOutput || (exports.ExecuteChangeSetOutput = {}));
1299
- var GetStackPolicyInput;
1300
- (function (GetStackPolicyInput) {
1301
- /**
1302
- * @internal
1303
- */
1304
- GetStackPolicyInput.filterSensitiveLog = (obj) => ({
1305
- ...obj,
1306
- });
1307
- })(GetStackPolicyInput = exports.GetStackPolicyInput || (exports.GetStackPolicyInput = {}));
1308
- var GetStackPolicyOutput;
1309
- (function (GetStackPolicyOutput) {
1310
- /**
1311
- * @internal
1312
- */
1313
- GetStackPolicyOutput.filterSensitiveLog = (obj) => ({
1314
- ...obj,
1315
- });
1316
- })(GetStackPolicyOutput = exports.GetStackPolicyOutput || (exports.GetStackPolicyOutput = {}));
1317
- var TemplateStage;
1318
- (function (TemplateStage) {
1319
- TemplateStage["Original"] = "Original";
1320
- TemplateStage["Processed"] = "Processed";
1321
- })(TemplateStage = exports.TemplateStage || (exports.TemplateStage = {}));
1322
- var GetTemplateInput;
1323
- (function (GetTemplateInput) {
1324
- /**
1325
- * @internal
1326
- */
1327
- GetTemplateInput.filterSensitiveLog = (obj) => ({
1328
- ...obj,
1329
- });
1330
- })(GetTemplateInput = exports.GetTemplateInput || (exports.GetTemplateInput = {}));
1331
- var GetTemplateOutput;
1332
- (function (GetTemplateOutput) {
1333
- /**
1334
- * @internal
1335
- */
1336
- GetTemplateOutput.filterSensitiveLog = (obj) => ({
1337
- ...obj,
1338
- });
1339
- })(GetTemplateOutput = exports.GetTemplateOutput || (exports.GetTemplateOutput = {}));
1340
- var GetTemplateSummaryInput;
1341
- (function (GetTemplateSummaryInput) {
1342
- /**
1343
- * @internal
1344
- */
1345
- GetTemplateSummaryInput.filterSensitiveLog = (obj) => ({
1346
- ...obj,
1347
- });
1348
- })(GetTemplateSummaryInput = exports.GetTemplateSummaryInput || (exports.GetTemplateSummaryInput = {}));
1349
- var ParameterConstraints;
1350
- (function (ParameterConstraints) {
1351
- /**
1352
- * @internal
1353
- */
1354
- ParameterConstraints.filterSensitiveLog = (obj) => ({
1355
- ...obj,
1356
- });
1357
- })(ParameterConstraints = exports.ParameterConstraints || (exports.ParameterConstraints = {}));
1358
- var ParameterDeclaration;
1359
- (function (ParameterDeclaration) {
1360
- /**
1361
- * @internal
1362
- */
1363
- ParameterDeclaration.filterSensitiveLog = (obj) => ({
1364
- ...obj,
1365
- });
1366
- })(ParameterDeclaration = exports.ParameterDeclaration || (exports.ParameterDeclaration = {}));
1367
- var ResourceIdentifierSummary;
1368
- (function (ResourceIdentifierSummary) {
1369
- /**
1370
- * @internal
1371
- */
1372
- ResourceIdentifierSummary.filterSensitiveLog = (obj) => ({
1373
- ...obj,
1374
- });
1375
- })(ResourceIdentifierSummary = exports.ResourceIdentifierSummary || (exports.ResourceIdentifierSummary = {}));
1376
- var GetTemplateSummaryOutput;
1377
- (function (GetTemplateSummaryOutput) {
1378
- /**
1379
- * @internal
1380
- */
1381
- GetTemplateSummaryOutput.filterSensitiveLog = (obj) => ({
1382
- ...obj,
1383
- });
1384
- })(GetTemplateSummaryOutput = exports.GetTemplateSummaryOutput || (exports.GetTemplateSummaryOutput = {}));
1385
- var ImportStacksToStackSetInput;
1386
- (function (ImportStacksToStackSetInput) {
1387
- /**
1388
- * @internal
1389
- */
1390
- ImportStacksToStackSetInput.filterSensitiveLog = (obj) => ({
1391
- ...obj,
1392
- });
1393
- })(ImportStacksToStackSetInput = exports.ImportStacksToStackSetInput || (exports.ImportStacksToStackSetInput = {}));
1394
- var ImportStacksToStackSetOutput;
1395
- (function (ImportStacksToStackSetOutput) {
1396
- /**
1397
- * @internal
1398
- */
1399
- ImportStacksToStackSetOutput.filterSensitiveLog = (obj) => ({
1400
- ...obj,
1401
- });
1402
- })(ImportStacksToStackSetOutput = exports.ImportStacksToStackSetOutput || (exports.ImportStacksToStackSetOutput = {}));
1403
- var StackNotFoundException;
1404
- (function (StackNotFoundException) {
1405
- /**
1406
- * @internal
1407
- */
1408
- StackNotFoundException.filterSensitiveLog = (obj) => ({
1409
- ...obj,
1410
- });
1411
- })(StackNotFoundException = exports.StackNotFoundException || (exports.StackNotFoundException = {}));
1412
- var ListChangeSetsInput;
1413
- (function (ListChangeSetsInput) {
1414
- /**
1415
- * @internal
1416
- */
1417
- ListChangeSetsInput.filterSensitiveLog = (obj) => ({
1418
- ...obj,
1419
- });
1420
- })(ListChangeSetsInput = exports.ListChangeSetsInput || (exports.ListChangeSetsInput = {}));
1421
- var ListChangeSetsOutput;
1422
- (function (ListChangeSetsOutput) {
1423
- /**
1424
- * @internal
1425
- */
1426
- ListChangeSetsOutput.filterSensitiveLog = (obj) => ({
1427
- ...obj,
1428
- });
1429
- })(ListChangeSetsOutput = exports.ListChangeSetsOutput || (exports.ListChangeSetsOutput = {}));
1430
- var ListExportsInput;
1431
- (function (ListExportsInput) {
1432
- /**
1433
- * @internal
1434
- */
1435
- ListExportsInput.filterSensitiveLog = (obj) => ({
1436
- ...obj,
1437
- });
1438
- })(ListExportsInput = exports.ListExportsInput || (exports.ListExportsInput = {}));
1439
- var Export;
1440
- (function (Export) {
1441
- /**
1442
- * @internal
1443
- */
1444
- Export.filterSensitiveLog = (obj) => ({
1445
- ...obj,
1446
- });
1447
- })(Export = exports.Export || (exports.Export = {}));
1448
- var ListExportsOutput;
1449
- (function (ListExportsOutput) {
1450
- /**
1451
- * @internal
1452
- */
1453
- ListExportsOutput.filterSensitiveLog = (obj) => ({
1454
- ...obj,
1455
- });
1456
- })(ListExportsOutput = exports.ListExportsOutput || (exports.ListExportsOutput = {}));
1457
- var ListImportsInput;
1458
- (function (ListImportsInput) {
1459
- /**
1460
- * @internal
1461
- */
1462
- ListImportsInput.filterSensitiveLog = (obj) => ({
1463
- ...obj,
1464
- });
1465
- })(ListImportsInput = exports.ListImportsInput || (exports.ListImportsInput = {}));
1466
- var ListImportsOutput;
1467
- (function (ListImportsOutput) {
1468
- /**
1469
- * @internal
1470
- */
1471
- ListImportsOutput.filterSensitiveLog = (obj) => ({
1472
- ...obj,
1473
- });
1474
- })(ListImportsOutput = exports.ListImportsOutput || (exports.ListImportsOutput = {}));
1475
- var StackInstanceFilter;
1476
- (function (StackInstanceFilter) {
1477
- /**
1478
- * @internal
1479
- */
1480
- StackInstanceFilter.filterSensitiveLog = (obj) => ({
1481
- ...obj,
1482
- });
1483
- })(StackInstanceFilter = exports.StackInstanceFilter || (exports.StackInstanceFilter = {}));
1484
- var ListStackInstancesInput;
1485
- (function (ListStackInstancesInput) {
1486
- /**
1487
- * @internal
1488
- */
1489
- ListStackInstancesInput.filterSensitiveLog = (obj) => ({
1490
- ...obj,
1491
- });
1492
- })(ListStackInstancesInput = exports.ListStackInstancesInput || (exports.ListStackInstancesInput = {}));
1493
- var StackInstanceSummary;
1494
- (function (StackInstanceSummary) {
1495
- /**
1496
- * @internal
1497
- */
1498
- StackInstanceSummary.filterSensitiveLog = (obj) => ({
1499
- ...obj,
1500
- });
1501
- })(StackInstanceSummary = exports.StackInstanceSummary || (exports.StackInstanceSummary = {}));
1502
- var ListStackInstancesOutput;
1503
- (function (ListStackInstancesOutput) {
1504
- /**
1505
- * @internal
1506
- */
1507
- ListStackInstancesOutput.filterSensitiveLog = (obj) => ({
1508
- ...obj,
1509
- });
1510
- })(ListStackInstancesOutput = exports.ListStackInstancesOutput || (exports.ListStackInstancesOutput = {}));
1511
- var ListStackResourcesInput;
1512
- (function (ListStackResourcesInput) {
1513
- /**
1514
- * @internal
1515
- */
1516
- ListStackResourcesInput.filterSensitiveLog = (obj) => ({
1517
- ...obj,
1518
- });
1519
- })(ListStackResourcesInput = exports.ListStackResourcesInput || (exports.ListStackResourcesInput = {}));
1520
- var StackResourceDriftInformationSummary;
1521
- (function (StackResourceDriftInformationSummary) {
1522
- /**
1523
- * @internal
1524
- */
1525
- StackResourceDriftInformationSummary.filterSensitiveLog = (obj) => ({
1526
- ...obj,
1527
- });
1528
- })(StackResourceDriftInformationSummary = exports.StackResourceDriftInformationSummary || (exports.StackResourceDriftInformationSummary = {}));
1529
- var StackResourceSummary;
1530
- (function (StackResourceSummary) {
1531
- /**
1532
- * @internal
1533
- */
1534
- StackResourceSummary.filterSensitiveLog = (obj) => ({
1535
- ...obj,
1536
- });
1537
- })(StackResourceSummary = exports.StackResourceSummary || (exports.StackResourceSummary = {}));
1538
- var ListStackResourcesOutput;
1539
- (function (ListStackResourcesOutput) {
1540
- /**
1541
- * @internal
1542
- */
1543
- ListStackResourcesOutput.filterSensitiveLog = (obj) => ({
1544
- ...obj,
1545
- });
1546
- })(ListStackResourcesOutput = exports.ListStackResourcesOutput || (exports.ListStackResourcesOutput = {}));
1547
- var ListStacksInput;
1548
- (function (ListStacksInput) {
1549
- /**
1550
- * @internal
1551
- */
1552
- ListStacksInput.filterSensitiveLog = (obj) => ({
1553
- ...obj,
1554
- });
1555
- })(ListStacksInput = exports.ListStacksInput || (exports.ListStacksInput = {}));
1556
- var StackDriftInformationSummary;
1557
- (function (StackDriftInformationSummary) {
1558
- /**
1559
- * @internal
1560
- */
1561
- StackDriftInformationSummary.filterSensitiveLog = (obj) => ({
1562
- ...obj,
1563
- });
1564
- })(StackDriftInformationSummary = exports.StackDriftInformationSummary || (exports.StackDriftInformationSummary = {}));
1565
- var StackSummary;
1566
- (function (StackSummary) {
1567
- /**
1568
- * @internal
1569
- */
1570
- StackSummary.filterSensitiveLog = (obj) => ({
1571
- ...obj,
1572
- });
1573
- })(StackSummary = exports.StackSummary || (exports.StackSummary = {}));
1574
- var ListStacksOutput;
1575
- (function (ListStacksOutput) {
1576
- /**
1577
- * @internal
1578
- */
1579
- ListStacksOutput.filterSensitiveLog = (obj) => ({
1580
- ...obj,
1581
- });
1582
- })(ListStacksOutput = exports.ListStacksOutput || (exports.ListStacksOutput = {}));
1583
- var ListStackSetOperationResultsInput;
1584
- (function (ListStackSetOperationResultsInput) {
1585
- /**
1586
- * @internal
1587
- */
1588
- ListStackSetOperationResultsInput.filterSensitiveLog = (obj) => ({
1589
- ...obj,
1590
- });
1591
- })(ListStackSetOperationResultsInput = exports.ListStackSetOperationResultsInput || (exports.ListStackSetOperationResultsInput = {}));
1592
- var StackSetOperationResultSummary;
1593
- (function (StackSetOperationResultSummary) {
1594
- /**
1595
- * @internal
1596
- */
1597
- StackSetOperationResultSummary.filterSensitiveLog = (obj) => ({
1598
- ...obj,
1599
- });
1600
- })(StackSetOperationResultSummary = exports.StackSetOperationResultSummary || (exports.StackSetOperationResultSummary = {}));
1601
- var ListStackSetOperationResultsOutput;
1602
- (function (ListStackSetOperationResultsOutput) {
1603
- /**
1604
- * @internal
1605
- */
1606
- ListStackSetOperationResultsOutput.filterSensitiveLog = (obj) => ({
1607
- ...obj,
1608
- });
1609
- })(ListStackSetOperationResultsOutput = exports.ListStackSetOperationResultsOutput || (exports.ListStackSetOperationResultsOutput = {}));
1610
- var ListStackSetOperationsInput;
1611
- (function (ListStackSetOperationsInput) {
1612
- /**
1613
- * @internal
1614
- */
1615
- ListStackSetOperationsInput.filterSensitiveLog = (obj) => ({
1616
- ...obj,
1617
- });
1618
- })(ListStackSetOperationsInput = exports.ListStackSetOperationsInput || (exports.ListStackSetOperationsInput = {}));
1619
- var StackSetOperationSummary;
1620
- (function (StackSetOperationSummary) {
1621
- /**
1622
- * @internal
1623
- */
1624
- StackSetOperationSummary.filterSensitiveLog = (obj) => ({
1625
- ...obj,
1626
- });
1627
- })(StackSetOperationSummary = exports.StackSetOperationSummary || (exports.StackSetOperationSummary = {}));
1628
- var ListStackSetOperationsOutput;
1629
- (function (ListStackSetOperationsOutput) {
1630
- /**
1631
- * @internal
1632
- */
1633
- ListStackSetOperationsOutput.filterSensitiveLog = (obj) => ({
1634
- ...obj,
1635
- });
1636
- })(ListStackSetOperationsOutput = exports.ListStackSetOperationsOutput || (exports.ListStackSetOperationsOutput = {}));
1637
- var ListStackSetsInput;
1638
- (function (ListStackSetsInput) {
1639
- /**
1640
- * @internal
1641
- */
1642
- ListStackSetsInput.filterSensitiveLog = (obj) => ({
1643
- ...obj,
1644
- });
1645
- })(ListStackSetsInput = exports.ListStackSetsInput || (exports.ListStackSetsInput = {}));
1646
- var StackSetSummary;
1647
- (function (StackSetSummary) {
1648
- /**
1649
- * @internal
1650
- */
1651
- StackSetSummary.filterSensitiveLog = (obj) => ({
1652
- ...obj,
1653
- });
1654
- })(StackSetSummary = exports.StackSetSummary || (exports.StackSetSummary = {}));
1655
- var ListStackSetsOutput;
1656
- (function (ListStackSetsOutput) {
1657
- /**
1658
- * @internal
1659
- */
1660
- ListStackSetsOutput.filterSensitiveLog = (obj) => ({
1661
- ...obj,
1662
- });
1663
- })(ListStackSetsOutput = exports.ListStackSetsOutput || (exports.ListStackSetsOutput = {}));
1664
- var ListTypeRegistrationsInput;
1665
- (function (ListTypeRegistrationsInput) {
1666
- /**
1667
- * @internal
1668
- */
1669
- ListTypeRegistrationsInput.filterSensitiveLog = (obj) => ({
1670
- ...obj,
1671
- });
1672
- })(ListTypeRegistrationsInput = exports.ListTypeRegistrationsInput || (exports.ListTypeRegistrationsInput = {}));
1673
- var ListTypeRegistrationsOutput;
1674
- (function (ListTypeRegistrationsOutput) {
1675
- /**
1676
- * @internal
1677
- */
1678
- ListTypeRegistrationsOutput.filterSensitiveLog = (obj) => ({
1679
- ...obj,
1680
- });
1681
- })(ListTypeRegistrationsOutput = exports.ListTypeRegistrationsOutput || (exports.ListTypeRegistrationsOutput = {}));
1682
- var TypeFilters;
1683
- (function (TypeFilters) {
1684
- /**
1685
- * @internal
1686
- */
1687
- TypeFilters.filterSensitiveLog = (obj) => ({
1688
- ...obj,
1689
- });
1690
- })(TypeFilters = exports.TypeFilters || (exports.TypeFilters = {}));
1691
- var ListTypesInput;
1692
- (function (ListTypesInput) {
1693
- /**
1694
- * @internal
1695
- */
1696
- ListTypesInput.filterSensitiveLog = (obj) => ({
1697
- ...obj,
1698
- });
1699
- })(ListTypesInput = exports.ListTypesInput || (exports.ListTypesInput = {}));
1700
- var TypeSummary;
1701
- (function (TypeSummary) {
1702
- /**
1703
- * @internal
1704
- */
1705
- TypeSummary.filterSensitiveLog = (obj) => ({
1706
- ...obj,
1707
- });
1708
- })(TypeSummary = exports.TypeSummary || (exports.TypeSummary = {}));
1709
- var ListTypesOutput;
1710
- (function (ListTypesOutput) {
1711
- /**
1712
- * @internal
1713
- */
1714
- ListTypesOutput.filterSensitiveLog = (obj) => ({
1715
- ...obj,
1716
- });
1717
- })(ListTypesOutput = exports.ListTypesOutput || (exports.ListTypesOutput = {}));
1718
- var ListTypeVersionsInput;
1719
- (function (ListTypeVersionsInput) {
1720
- /**
1721
- * @internal
1722
- */
1723
- ListTypeVersionsInput.filterSensitiveLog = (obj) => ({
1724
- ...obj,
1725
- });
1726
- })(ListTypeVersionsInput = exports.ListTypeVersionsInput || (exports.ListTypeVersionsInput = {}));
1727
- var TypeVersionSummary;
1728
- (function (TypeVersionSummary) {
1729
- /**
1730
- * @internal
1731
- */
1732
- TypeVersionSummary.filterSensitiveLog = (obj) => ({
1733
- ...obj,
1734
- });
1735
- })(TypeVersionSummary = exports.TypeVersionSummary || (exports.TypeVersionSummary = {}));
1736
- var ListTypeVersionsOutput;
1737
- (function (ListTypeVersionsOutput) {
1738
- /**
1739
- * @internal
1740
- */
1741
- ListTypeVersionsOutput.filterSensitiveLog = (obj) => ({
1742
- ...obj,
1743
- });
1744
- })(ListTypeVersionsOutput = exports.ListTypeVersionsOutput || (exports.ListTypeVersionsOutput = {}));
1745
- var PublishTypeInput;
1746
- (function (PublishTypeInput) {
1747
- /**
1748
- * @internal
1749
- */
1750
- PublishTypeInput.filterSensitiveLog = (obj) => ({
1751
- ...obj,
1752
- });
1753
- })(PublishTypeInput = exports.PublishTypeInput || (exports.PublishTypeInput = {}));
1754
- var PublishTypeOutput;
1755
- (function (PublishTypeOutput) {
1756
- /**
1757
- * @internal
1758
- */
1759
- PublishTypeOutput.filterSensitiveLog = (obj) => ({
1760
- ...obj,
1761
- });
1762
- })(PublishTypeOutput = exports.PublishTypeOutput || (exports.PublishTypeOutput = {}));
1763
- var InvalidStateTransitionException;
1764
- (function (InvalidStateTransitionException) {
1765
- /**
1766
- * @internal
1767
- */
1768
- InvalidStateTransitionException.filterSensitiveLog = (obj) => ({
1769
- ...obj,
1770
- });
1771
- })(InvalidStateTransitionException = exports.InvalidStateTransitionException || (exports.InvalidStateTransitionException = {}));
1772
- var OperationStatusCheckFailedException;
1773
- (function (OperationStatusCheckFailedException) {
1774
- /**
1775
- * @internal
1776
- */
1777
- OperationStatusCheckFailedException.filterSensitiveLog = (obj) => ({
1778
- ...obj,
1779
- });
1780
- })(OperationStatusCheckFailedException = exports.OperationStatusCheckFailedException || (exports.OperationStatusCheckFailedException = {}));
1781
- var OperationStatus;
1782
- (function (OperationStatus) {
1783
- OperationStatus["FAILED"] = "FAILED";
1784
- OperationStatus["IN_PROGRESS"] = "IN_PROGRESS";
1785
- OperationStatus["PENDING"] = "PENDING";
1786
- OperationStatus["SUCCESS"] = "SUCCESS";
1787
- })(OperationStatus = exports.OperationStatus || (exports.OperationStatus = {}));
1788
- var HandlerErrorCode;
1789
- (function (HandlerErrorCode) {
1790
- HandlerErrorCode["AccessDenied"] = "AccessDenied";
1791
- HandlerErrorCode["AlreadyExists"] = "AlreadyExists";
1792
- HandlerErrorCode["GeneralServiceException"] = "GeneralServiceException";
1793
- HandlerErrorCode["InternalFailure"] = "InternalFailure";
1794
- HandlerErrorCode["InvalidCredentials"] = "InvalidCredentials";
1795
- HandlerErrorCode["InvalidRequest"] = "InvalidRequest";
1796
- HandlerErrorCode["InvalidTypeConfiguration"] = "InvalidTypeConfiguration";
1797
- HandlerErrorCode["NetworkFailure"] = "NetworkFailure";
1798
- HandlerErrorCode["NotFound"] = "NotFound";
1799
- HandlerErrorCode["NotUpdatable"] = "NotUpdatable";
1800
- HandlerErrorCode["ResourceConflict"] = "ResourceConflict";
1801
- HandlerErrorCode["ServiceInternalError"] = "ServiceInternalError";
1802
- HandlerErrorCode["ServiceLimitExceeded"] = "ServiceLimitExceeded";
1803
- HandlerErrorCode["ServiceTimeout"] = "NotStabilized";
1804
- HandlerErrorCode["Throttling"] = "Throttling";
1805
- })(HandlerErrorCode = exports.HandlerErrorCode || (exports.HandlerErrorCode = {}));
1806
- var RecordHandlerProgressInput;
1807
- (function (RecordHandlerProgressInput) {
1808
- /**
1809
- * @internal
1810
- */
1811
- RecordHandlerProgressInput.filterSensitiveLog = (obj) => ({
1812
- ...obj,
1813
- });
1814
- })(RecordHandlerProgressInput = exports.RecordHandlerProgressInput || (exports.RecordHandlerProgressInput = {}));
1815
- var RecordHandlerProgressOutput;
1816
- (function (RecordHandlerProgressOutput) {
1817
- /**
1818
- * @internal
1819
- */
1820
- RecordHandlerProgressOutput.filterSensitiveLog = (obj) => ({
1821
- ...obj,
1822
- });
1823
- })(RecordHandlerProgressOutput = exports.RecordHandlerProgressOutput || (exports.RecordHandlerProgressOutput = {}));
1824
- var RegisterPublisherInput;
1825
- (function (RegisterPublisherInput) {
1826
- /**
1827
- * @internal
1828
- */
1829
- RegisterPublisherInput.filterSensitiveLog = (obj) => ({
1830
- ...obj,
1831
- });
1832
- })(RegisterPublisherInput = exports.RegisterPublisherInput || (exports.RegisterPublisherInput = {}));
1833
- var RegisterPublisherOutput;
1834
- (function (RegisterPublisherOutput) {
1835
- /**
1836
- * @internal
1837
- */
1838
- RegisterPublisherOutput.filterSensitiveLog = (obj) => ({
1839
- ...obj,
1840
- });
1841
- })(RegisterPublisherOutput = exports.RegisterPublisherOutput || (exports.RegisterPublisherOutput = {}));
1842
- var RegisterTypeInput;
1843
- (function (RegisterTypeInput) {
1844
- /**
1845
- * @internal
1846
- */
1847
- RegisterTypeInput.filterSensitiveLog = (obj) => ({
1848
- ...obj,
1849
- });
1850
- })(RegisterTypeInput = exports.RegisterTypeInput || (exports.RegisterTypeInput = {}));
1851
- var RegisterTypeOutput;
1852
- (function (RegisterTypeOutput) {
1853
- /**
1854
- * @internal
1855
- */
1856
- RegisterTypeOutput.filterSensitiveLog = (obj) => ({
1857
- ...obj,
1858
- });
1859
- })(RegisterTypeOutput = exports.RegisterTypeOutput || (exports.RegisterTypeOutput = {}));
1860
- var RollbackStackInput;
1861
- (function (RollbackStackInput) {
1862
- /**
1863
- * @internal
1864
- */
1865
- RollbackStackInput.filterSensitiveLog = (obj) => ({
1866
- ...obj,
1867
- });
1868
- })(RollbackStackInput = exports.RollbackStackInput || (exports.RollbackStackInput = {}));
1869
- var RollbackStackOutput;
1870
- (function (RollbackStackOutput) {
1871
- /**
1872
- * @internal
1873
- */
1874
- RollbackStackOutput.filterSensitiveLog = (obj) => ({
1875
- ...obj,
1876
- });
1877
- })(RollbackStackOutput = exports.RollbackStackOutput || (exports.RollbackStackOutput = {}));
1878
- var SetStackPolicyInput;
1879
- (function (SetStackPolicyInput) {
1880
- /**
1881
- * @internal
1882
- */
1883
- SetStackPolicyInput.filterSensitiveLog = (obj) => ({
1884
- ...obj,
1885
- });
1886
- })(SetStackPolicyInput = exports.SetStackPolicyInput || (exports.SetStackPolicyInput = {}));
1887
- var SetTypeConfigurationInput;
1888
- (function (SetTypeConfigurationInput) {
1889
- /**
1890
- * @internal
1891
- */
1892
- SetTypeConfigurationInput.filterSensitiveLog = (obj) => ({
1893
- ...obj,
1894
- });
1895
- })(SetTypeConfigurationInput = exports.SetTypeConfigurationInput || (exports.SetTypeConfigurationInput = {}));
1896
- var SetTypeConfigurationOutput;
1897
- (function (SetTypeConfigurationOutput) {
1898
- /**
1899
- * @internal
1900
- */
1901
- SetTypeConfigurationOutput.filterSensitiveLog = (obj) => ({
1902
- ...obj,
1903
- });
1904
- })(SetTypeConfigurationOutput = exports.SetTypeConfigurationOutput || (exports.SetTypeConfigurationOutput = {}));
1905
- var SetTypeDefaultVersionInput;
1906
- (function (SetTypeDefaultVersionInput) {
1907
- /**
1908
- * @internal
1909
- */
1910
- SetTypeDefaultVersionInput.filterSensitiveLog = (obj) => ({
1911
- ...obj,
1912
- });
1913
- })(SetTypeDefaultVersionInput = exports.SetTypeDefaultVersionInput || (exports.SetTypeDefaultVersionInput = {}));
1914
- var SetTypeDefaultVersionOutput;
1915
- (function (SetTypeDefaultVersionOutput) {
1916
- /**
1917
- * @internal
1918
- */
1919
- SetTypeDefaultVersionOutput.filterSensitiveLog = (obj) => ({
1920
- ...obj,
1921
- });
1922
- })(SetTypeDefaultVersionOutput = exports.SetTypeDefaultVersionOutput || (exports.SetTypeDefaultVersionOutput = {}));
1923
- var ResourceSignalStatus;
1924
- (function (ResourceSignalStatus) {
1925
- ResourceSignalStatus["FAILURE"] = "FAILURE";
1926
- ResourceSignalStatus["SUCCESS"] = "SUCCESS";
1927
- })(ResourceSignalStatus = exports.ResourceSignalStatus || (exports.ResourceSignalStatus = {}));
1928
- var SignalResourceInput;
1929
- (function (SignalResourceInput) {
1930
- /**
1931
- * @internal
1932
- */
1933
- SignalResourceInput.filterSensitiveLog = (obj) => ({
1934
- ...obj,
1935
- });
1936
- })(SignalResourceInput = exports.SignalResourceInput || (exports.SignalResourceInput = {}));
1937
- var StopStackSetOperationInput;
1938
- (function (StopStackSetOperationInput) {
1939
- /**
1940
- * @internal
1941
- */
1942
- StopStackSetOperationInput.filterSensitiveLog = (obj) => ({
1943
- ...obj,
1944
- });
1945
- })(StopStackSetOperationInput = exports.StopStackSetOperationInput || (exports.StopStackSetOperationInput = {}));
1946
- var StopStackSetOperationOutput;
1947
- (function (StopStackSetOperationOutput) {
1948
- /**
1949
- * @internal
1950
- */
1951
- StopStackSetOperationOutput.filterSensitiveLog = (obj) => ({
1952
- ...obj,
1953
- });
1954
- })(StopStackSetOperationOutput = exports.StopStackSetOperationOutput || (exports.StopStackSetOperationOutput = {}));
1955
- var TestTypeInput;
1956
- (function (TestTypeInput) {
1957
- /**
1958
- * @internal
1959
- */
1960
- TestTypeInput.filterSensitiveLog = (obj) => ({
1961
- ...obj,
1962
- });
1963
- })(TestTypeInput = exports.TestTypeInput || (exports.TestTypeInput = {}));
1964
- var TestTypeOutput;
1965
- (function (TestTypeOutput) {
1966
- /**
1967
- * @internal
1968
- */
1969
- TestTypeOutput.filterSensitiveLog = (obj) => ({
1970
- ...obj,
1971
- });
1972
- })(TestTypeOutput = exports.TestTypeOutput || (exports.TestTypeOutput = {}));
1973
- var UpdateStackInput;
1974
- (function (UpdateStackInput) {
1975
- /**
1976
- * @internal
1977
- */
1978
- UpdateStackInput.filterSensitiveLog = (obj) => ({
1979
- ...obj,
1980
- });
1981
- })(UpdateStackInput = exports.UpdateStackInput || (exports.UpdateStackInput = {}));
1982
- var UpdateStackOutput;
1983
- (function (UpdateStackOutput) {
1984
- /**
1985
- * @internal
1986
- */
1987
- UpdateStackOutput.filterSensitiveLog = (obj) => ({
1988
- ...obj,
1989
- });
1990
- })(UpdateStackOutput = exports.UpdateStackOutput || (exports.UpdateStackOutput = {}));
1991
- var UpdateStackInstancesInput;
1992
- (function (UpdateStackInstancesInput) {
1993
- /**
1994
- * @internal
1995
- */
1996
- UpdateStackInstancesInput.filterSensitiveLog = (obj) => ({
1997
- ...obj,
1998
- });
1999
- })(UpdateStackInstancesInput = exports.UpdateStackInstancesInput || (exports.UpdateStackInstancesInput = {}));
2000
- var UpdateStackInstancesOutput;
2001
- (function (UpdateStackInstancesOutput) {
2002
- /**
2003
- * @internal
2004
- */
2005
- UpdateStackInstancesOutput.filterSensitiveLog = (obj) => ({
2006
- ...obj,
2007
- });
2008
- })(UpdateStackInstancesOutput = exports.UpdateStackInstancesOutput || (exports.UpdateStackInstancesOutput = {}));
2009
- var UpdateStackSetInput;
2010
- (function (UpdateStackSetInput) {
2011
- /**
2012
- * @internal
2013
- */
2014
- UpdateStackSetInput.filterSensitiveLog = (obj) => ({
2015
- ...obj,
2016
- });
2017
- })(UpdateStackSetInput = exports.UpdateStackSetInput || (exports.UpdateStackSetInput = {}));
2018
- var UpdateStackSetOutput;
2019
- (function (UpdateStackSetOutput) {
2020
- /**
2021
- * @internal
2022
- */
2023
- UpdateStackSetOutput.filterSensitiveLog = (obj) => ({
2024
- ...obj,
2025
- });
2026
- })(UpdateStackSetOutput = exports.UpdateStackSetOutput || (exports.UpdateStackSetOutput = {}));
2027
- var UpdateTerminationProtectionInput;
2028
- (function (UpdateTerminationProtectionInput) {
2029
- /**
2030
- * @internal
2031
- */
2032
- UpdateTerminationProtectionInput.filterSensitiveLog = (obj) => ({
2033
- ...obj,
2034
- });
2035
- })(UpdateTerminationProtectionInput = exports.UpdateTerminationProtectionInput || (exports.UpdateTerminationProtectionInput = {}));
2036
- var UpdateTerminationProtectionOutput;
2037
- (function (UpdateTerminationProtectionOutput) {
2038
- /**
2039
- * @internal
2040
- */
2041
- UpdateTerminationProtectionOutput.filterSensitiveLog = (obj) => ({
2042
- ...obj,
2043
- });
2044
- })(UpdateTerminationProtectionOutput = exports.UpdateTerminationProtectionOutput || (exports.UpdateTerminationProtectionOutput = {}));
2045
- var ValidateTemplateInput;
2046
- (function (ValidateTemplateInput) {
2047
- /**
2048
- * @internal
2049
- */
2050
- ValidateTemplateInput.filterSensitiveLog = (obj) => ({
2051
- ...obj,
2052
- });
2053
- })(ValidateTemplateInput = exports.ValidateTemplateInput || (exports.ValidateTemplateInput = {}));
2054
- var TemplateParameter;
2055
- (function (TemplateParameter) {
2056
- /**
2057
- * @internal
2058
- */
2059
- TemplateParameter.filterSensitiveLog = (obj) => ({
2060
- ...obj,
2061
- });
2062
- })(TemplateParameter = exports.TemplateParameter || (exports.TemplateParameter = {}));
2063
- var ValidateTemplateOutput;
2064
- (function (ValidateTemplateOutput) {
2065
- /**
2066
- * @internal
2067
- */
2068
- ValidateTemplateOutput.filterSensitiveLog = (obj) => ({
2069
- ...obj,
2070
- });
2071
- })(ValidateTemplateOutput = exports.ValidateTemplateOutput || (exports.ValidateTemplateOutput = {}));
2072
- //# sourceMappingURL=models_0.js.map