@cdklabs/cdk-construct-connect-datalake 0.0.6 → 0.0.8

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 (392) hide show
  1. package/.jsii +8 -8
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/index.js +1 -1
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +52 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +2 -2
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +9 -9
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/bdd.js +49 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +3 -3
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForChangeSetCreateComplete.js +2 -2
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +2 -2
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackDeleteComplete.js +2 -2
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackExists.js +2 -2
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackImportComplete.js +2 -2
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +1 -1
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +1 -1
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRollbackComplete.js +2 -2
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackUpdateComplete.js +2 -2
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +11 -10
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/bdd.d.ts +2 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +13 -10
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +9 -3
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +9 -3
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +11 -3
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackExists.d.ts +9 -3
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +9 -3
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorCreateComplete.d.ts +11 -3
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorExecuteComplete.d.ts +11 -3
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +9 -3
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +9 -3
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +11 -3
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForChangeSetCreateComplete.d.ts +4 -3
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackCreateComplete.d.ts +4 -3
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackDeleteComplete.d.ts +4 -3
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackExists.d.ts +4 -3
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackImportComplete.d.ts +4 -3
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +4 -3
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +4 -3
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRollbackComplete.d.ts +4 -3
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackUpdateComplete.d.ts +4 -3
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForTypeRegistrationComplete.d.ts +4 -3
  42. package/node_modules/@aws-sdk/client-cloudformation/package.json +19 -19
  43. package/node_modules/@aws-sdk/client-connect/README.md +21 -0
  44. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/bdd.js +52 -0
  45. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/endpointResolver.js +2 -2
  46. package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +53 -0
  47. package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +130 -45
  48. package/node_modules/@aws-sdk/client-connect/dist-es/Connect.js +8 -0
  49. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeAttachedFilesConfigurationCommand.js +16 -0
  50. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAttachedFilesConfigurationsCommand.js +16 -0
  51. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateAttachedFilesConfigurationCommand.js +16 -0
  52. package/node_modules/@aws-sdk/client-connect/dist-es/commands/index.js +3 -0
  53. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/bdd.js +49 -0
  54. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/endpointResolver.js +3 -3
  55. package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +6 -0
  56. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListAttachedFilesConfigurationsPaginator.js +4 -0
  57. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/index.js +1 -0
  58. package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +99 -14
  59. package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +28 -0
  60. package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +5 -2
  61. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeAttachedFilesConfigurationCommand.d.ts +103 -0
  62. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetPromptFileCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTaskTemplateCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +1 -2
  65. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAttachedFilesConfigurationsCommand.d.ts +106 -0
  66. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQuickConnectsCommand.d.ts +1 -2
  67. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchResourceTagsCommand.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateAttachedFilesConfigurationCommand.d.ts +109 -0
  69. package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +3 -0
  70. package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/bdd.d.ts +2 -0
  71. package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +14 -0
  72. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +11 -11
  73. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +80 -155
  74. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +218 -199
  75. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +254 -3
  76. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +7 -0
  77. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/index.d.ts +1 -0
  78. package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +13 -0
  79. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +64 -0
  80. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +18 -0
  81. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeAttachedFilesConfigurationCommand.d.ts +51 -0
  82. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetPromptFileCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +1 -1
  84. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +4 -2
  85. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListAttachedFilesConfigurationsCommand.d.ts +51 -0
  86. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +4 -2
  87. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateAttachedFilesConfigurationCommand.d.ts +51 -0
  89. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/index.d.ts +3 -0
  90. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  91. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +8 -0
  92. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +3 -3
  93. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +23 -40
  94. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +55 -37
  95. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +52 -2
  96. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +11 -0
  97. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/index.d.ts +1 -0
  98. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
  99. package/node_modules/@aws-sdk/client-connect/package.json +18 -18
  100. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/bdd.js +49 -0
  101. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/endpointResolver.js +2 -2
  102. package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +8 -8
  103. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/bdd.js +46 -0
  104. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/endpointResolver.js +3 -3
  105. package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +8 -8
  106. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetPartitionCommand.d.ts +7 -0
  107. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetPartitionsCommand.d.ts +7 -0
  108. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionCommand.d.ts +7 -0
  109. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionsCommand.d.ts +7 -0
  110. package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/bdd.d.ts +2 -0
  111. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +20 -0
  112. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  113. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +4 -0
  114. package/node_modules/@aws-sdk/client-glue/package.json +18 -18
  115. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/bdd.js +49 -0
  116. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/endpointResolver.js +2 -2
  117. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/bdd.js +46 -0
  118. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/endpointResolver.js +3 -3
  119. package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/bdd.d.ts +2 -0
  120. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  121. package/node_modules/@aws-sdk/client-lakeformation/package.json +19 -19
  122. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/bdd.js +52 -0
  123. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/endpointResolver.js +2 -2
  124. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/bdd.js +49 -0
  125. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/endpointResolver.js +3 -3
  126. package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/bdd.d.ts +2 -0
  127. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  128. package/node_modules/@aws-sdk/client-ram/package.json +18 -18
  129. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/bdd.js +88 -0
  130. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +2 -2
  131. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/errors.js +1 -0
  132. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/bdd.js +85 -0
  133. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +3 -3
  134. package/node_modules/@aws-sdk/client-sts/dist-es/models/errors.js +1 -0
  135. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/bdd.d.ts +2 -0
  136. package/node_modules/@aws-sdk/client-sts/dist-types/models/errors.d.ts +1 -0
  137. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  138. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/errors.d.ts +1 -0
  139. package/node_modules/@aws-sdk/client-sts/package.json +20 -20
  140. package/node_modules/@aws-sdk/core/dist-cjs/index.js +35 -17
  141. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +18 -6
  142. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +18 -11
  143. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -6
  144. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
  145. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +6 -4
  146. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +6 -3
  147. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
  148. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
  149. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +0 -1
  150. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +4 -2
  151. package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +1 -2
  152. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
  153. package/node_modules/@aws-sdk/core/package.json +7 -5
  154. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  155. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  156. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  157. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  158. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  159. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  160. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  161. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  162. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +9 -25
  163. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +11 -0
  164. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +7 -0
  165. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +9 -25
  166. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +8 -0
  167. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +4 -0
  168. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +2 -1
  169. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +4 -0
  170. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +5 -0
  171. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +2 -0
  172. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +1 -0
  173. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +2 -0
  174. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +15 -8
  175. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  176. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +100 -0
  177. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +2 -2
  178. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +90 -0
  179. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +2 -2
  180. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +80 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +2 -2
  182. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +80 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
  184. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +1 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +87 -5
  186. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +150 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +2 -2
  188. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +1 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +6 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +3 -3
  193. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +3 -3
  195. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +3 -3
  197. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
  198. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
  199. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -0
  200. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -4
  201. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
  202. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
  203. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +1 -0
  204. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +7 -1
  205. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +8 -1
  206. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +15 -7
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +1 -0
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +3 -2
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +10 -4
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +3 -2
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +3 -1
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +20 -9
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +1 -0
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +11 -5
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +35 -16
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +11 -5
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +8 -1
  228. package/node_modules/@aws-sdk/nested-clients/package.json +18 -17
  229. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  230. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  231. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  232. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  233. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  234. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +336 -0
  235. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +26 -2
  236. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +332 -0
  237. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +26 -2
  238. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +66 -0
  239. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +65 -0
  240. package/node_modules/@aws-sdk/xml-builder/package.json +3 -2
  241. package/node_modules/@nodable/entities/README.md +41 -0
  242. package/node_modules/@nodable/entities/package.json +54 -0
  243. package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
  244. package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
  245. package/node_modules/@nodable/entities/src/entities.js +1177 -0
  246. package/node_modules/@nodable/entities/src/entityTries.js +49 -0
  247. package/node_modules/@nodable/entities/src/index.d.ts +264 -0
  248. package/node_modules/@nodable/entities/src/index.js +29 -0
  249. package/node_modules/@smithy/core/package.json +2 -2
  250. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  251. package/node_modules/@smithy/middleware-retry/package.json +5 -5
  252. package/node_modules/@smithy/middleware-serde/package.json +2 -2
  253. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +27 -16
  254. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +5 -0
  255. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +22 -16
  256. package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +4 -0
  257. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +2 -4
  258. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  259. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +1 -0
  260. package/node_modules/@smithy/service-error-classification/dist-es/index.js +1 -0
  261. package/node_modules/@smithy/service-error-classification/package.json +1 -1
  262. package/node_modules/@smithy/smithy-client/package.json +4 -4
  263. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  264. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  265. package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -13
  266. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +5 -2
  267. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  268. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +20 -10
  269. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +12 -4
  270. package/node_modules/@smithy/util-retry/package.json +3 -3
  271. package/node_modules/@smithy/util-stream/package.json +2 -2
  272. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +59 -34
  273. package/node_modules/@smithy/util-waiter/dist-es/poller.js +61 -34
  274. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
  275. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +2 -1
  276. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +13 -13
  277. package/node_modules/@smithy/util-waiter/package.json +1 -1
  278. package/node_modules/fast-xml-builder/CHANGELOG.md +13 -0
  279. package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -1
  280. package/node_modules/fast-xml-builder/lib/fxb.min.js +1 -1
  281. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -1
  282. package/node_modules/fast-xml-builder/package.json +1 -1
  283. package/node_modules/fast-xml-builder/src/fxb.js +7 -8
  284. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +6 -7
  285. package/node_modules/fast-xml-builder/src/util.js +16 -0
  286. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +61 -0
  287. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/README.md +8 -28
  288. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  289. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  290. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  291. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.d.cts +172 -6
  292. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  293. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  294. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  295. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  296. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/package.json +5 -4
  297. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.d.ts +162 -3
  298. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/DocTypeReader.js +2 -5
  299. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OptionsBuilder.js +15 -11
  300. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OrderedObjParser.js +174 -245
  301. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +2 -2
  302. package/package.json +9 -9
  303. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/ruleset.js +0 -7
  304. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/ruleset.js +0 -4
  305. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/ruleset.d.ts +0 -2
  306. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  307. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/ruleset.js +0 -7
  308. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/ruleset.js +0 -4
  309. package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/ruleset.d.ts +0 -2
  310. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  311. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/ruleset.js +0 -7
  312. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/ruleset.js +0 -4
  313. package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/ruleset.d.ts +0 -2
  314. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  315. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/ruleset.js +0 -7
  316. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/ruleset.js +0 -4
  317. package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/ruleset.d.ts +0 -2
  318. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  319. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/ruleset.js +0 -7
  320. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/ruleset.js +0 -4
  321. package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/ruleset.d.ts +0 -2
  322. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  323. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  324. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  325. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
  326. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  327. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +0 -146
  328. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -133
  329. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +0 -106
  330. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -106
  331. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -145
  332. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +0 -143
  333. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +0 -130
  334. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +0 -103
  335. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -103
  336. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -142
  337. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  338. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +0 -2
  339. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +0 -2
  340. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  341. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  342. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  343. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +0 -2
  344. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +0 -2
  345. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  346. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  347. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
  348. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
  349. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
  350. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
  351. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
  352. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
  353. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
  354. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +0 -148
  355. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +0 -135
  356. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
  357. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  358. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  359. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
  360. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
  361. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
  362. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
  363. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
  364. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
  365. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  366. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  367. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  368. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  369. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  370. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  371. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  372. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  373. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
  374. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
  375. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  376. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
  377. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  378. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  379. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  380. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  381. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  382. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  383. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  384. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  385. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  386. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  387. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  388. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  389. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
  390. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  391. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  392. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
@@ -91,6 +91,7 @@ import { type UpdateStackInstancesCommandInput, type UpdateStackInstancesCommand
91
91
  import { type UpdateStackSetCommandInput, type UpdateStackSetCommandOutput } from "./commands/UpdateStackSetCommand";
92
92
  import { type UpdateTerminationProtectionCommandInput, type UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
93
93
  import { type ValidateTemplateCommandInput, type ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
94
+ import type { CloudFormationServiceException } from "./models/CloudFormationServiceException";
94
95
  export interface CloudFormation {
95
96
  /**
96
97
  * @see {@link ActivateOrganizationsAccessCommand}
@@ -837,61 +838,61 @@ export interface CloudFormation {
837
838
  * @param args - command input.
838
839
  * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
839
840
  */
840
- waitUntilChangeSetCreateComplete(args: DescribeChangeSetCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
841
+ waitUntilChangeSetCreateComplete(args: DescribeChangeSetCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeChangeSetCommandOutput>>;
841
842
  /**
842
843
  * @see {@link DescribeStackRefactorCommand}
843
844
  * @param args - command input.
844
845
  * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
845
846
  */
846
- waitUntilStackRefactorCreateComplete(args: DescribeStackRefactorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
847
+ waitUntilStackRefactorCreateComplete(args: DescribeStackRefactorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
847
848
  /**
848
849
  * @see {@link DescribeStackRefactorCommand}
849
850
  * @param args - command input.
850
851
  * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
851
852
  */
852
- waitUntilStackRefactorExecuteComplete(args: DescribeStackRefactorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
853
+ waitUntilStackRefactorExecuteComplete(args: DescribeStackRefactorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
853
854
  /**
854
855
  * @see {@link DescribeStacksCommand}
855
856
  * @param args - command input.
856
857
  * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
857
858
  */
858
- waitUntilStackCreateComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
859
+ waitUntilStackCreateComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput>>;
859
860
  /**
860
861
  * @see {@link DescribeStacksCommand}
861
862
  * @param args - command input.
862
863
  * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
863
864
  */
864
- waitUntilStackDeleteComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
865
+ waitUntilStackDeleteComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
865
866
  /**
866
867
  * @see {@link DescribeStacksCommand}
867
868
  * @param args - command input.
868
869
  * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
869
870
  */
870
- waitUntilStackExists(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
871
+ waitUntilStackExists(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput>>;
871
872
  /**
872
873
  * @see {@link DescribeStacksCommand}
873
874
  * @param args - command input.
874
875
  * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
875
876
  */
876
- waitUntilStackImportComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
877
+ waitUntilStackImportComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput>>;
877
878
  /**
878
879
  * @see {@link DescribeStacksCommand}
879
880
  * @param args - command input.
880
881
  * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
881
882
  */
882
- waitUntilStackRollbackComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
883
+ waitUntilStackRollbackComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput>>;
883
884
  /**
884
885
  * @see {@link DescribeStacksCommand}
885
886
  * @param args - command input.
886
887
  * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
887
888
  */
888
- waitUntilStackUpdateComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
889
+ waitUntilStackUpdateComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput>>;
889
890
  /**
890
891
  * @see {@link DescribeTypeRegistrationCommand}
891
892
  * @param args - command input.
892
893
  * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
893
894
  */
894
- waitUntilTypeRegistrationComplete(args: DescribeTypeRegistrationCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
895
+ waitUntilTypeRegistrationComplete(args: DescribeTypeRegistrationCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeTypeRegistrationCommandOutput>>;
895
896
  }
896
897
  /**
897
898
  * <fullname>CloudFormation</fullname>
@@ -0,0 +1,2 @@
1
+ import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
2
+ export declare const bdd: BinaryDecisionDiagram;
@@ -366,6 +366,7 @@ import {
366
366
  ValidateTemplateCommandInput,
367
367
  ValidateTemplateCommandOutput,
368
368
  } from "./commands/ValidateTemplateCommand";
369
+ import { CloudFormationServiceException } from "./models/CloudFormationServiceException";
369
370
  export interface CloudFormation {
370
371
  activateOrganizationsAccess(): Promise<ActivateOrganizationsAccessCommandOutput>;
371
372
  activateOrganizationsAccess(
@@ -1757,7 +1758,7 @@ export interface CloudFormation {
1757
1758
  WaiterConfiguration<CloudFormation>,
1758
1759
  Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
1759
1760
  >
1760
- ): Promise<WaiterResult>;
1761
+ ): Promise<WaiterResult<DescribeChangeSetCommandOutput>>;
1761
1762
  waitUntilStackRefactorCreateComplete(
1762
1763
  args: DescribeStackRefactorCommandInput,
1763
1764
  waiterConfig:
@@ -1766,7 +1767,7 @@ export interface CloudFormation {
1766
1767
  WaiterConfiguration<CloudFormation>,
1767
1768
  Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
1768
1769
  >
1769
- ): Promise<WaiterResult>;
1770
+ ): Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
1770
1771
  waitUntilStackRefactorExecuteComplete(
1771
1772
  args: DescribeStackRefactorCommandInput,
1772
1773
  waiterConfig:
@@ -1775,7 +1776,7 @@ export interface CloudFormation {
1775
1776
  WaiterConfiguration<CloudFormation>,
1776
1777
  Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
1777
1778
  >
1778
- ): Promise<WaiterResult>;
1779
+ ): Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
1779
1780
  waitUntilStackCreateComplete(
1780
1781
  args: DescribeStacksCommandInput,
1781
1782
  waiterConfig:
@@ -1784,7 +1785,7 @@ export interface CloudFormation {
1784
1785
  WaiterConfiguration<CloudFormation>,
1785
1786
  Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
1786
1787
  >
1787
- ): Promise<WaiterResult>;
1788
+ ): Promise<WaiterResult<DescribeStacksCommandOutput>>;
1788
1789
  waitUntilStackDeleteComplete(
1789
1790
  args: DescribeStacksCommandInput,
1790
1791
  waiterConfig:
@@ -1793,7 +1794,9 @@ export interface CloudFormation {
1793
1794
  WaiterConfiguration<CloudFormation>,
1794
1795
  Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
1795
1796
  >
1796
- ): Promise<WaiterResult>;
1797
+ ): Promise<
1798
+ WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
1799
+ >;
1797
1800
  waitUntilStackExists(
1798
1801
  args: DescribeStacksCommandInput,
1799
1802
  waiterConfig:
@@ -1802,7 +1805,7 @@ export interface CloudFormation {
1802
1805
  WaiterConfiguration<CloudFormation>,
1803
1806
  Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
1804
1807
  >
1805
- ): Promise<WaiterResult>;
1808
+ ): Promise<WaiterResult<DescribeStacksCommandOutput>>;
1806
1809
  waitUntilStackImportComplete(
1807
1810
  args: DescribeStacksCommandInput,
1808
1811
  waiterConfig:
@@ -1811,7 +1814,7 @@ export interface CloudFormation {
1811
1814
  WaiterConfiguration<CloudFormation>,
1812
1815
  Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
1813
1816
  >
1814
- ): Promise<WaiterResult>;
1817
+ ): Promise<WaiterResult<DescribeStacksCommandOutput>>;
1815
1818
  waitUntilStackRollbackComplete(
1816
1819
  args: DescribeStacksCommandInput,
1817
1820
  waiterConfig:
@@ -1820,7 +1823,7 @@ export interface CloudFormation {
1820
1823
  WaiterConfiguration<CloudFormation>,
1821
1824
  Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
1822
1825
  >
1823
- ): Promise<WaiterResult>;
1826
+ ): Promise<WaiterResult<DescribeStacksCommandOutput>>;
1824
1827
  waitUntilStackUpdateComplete(
1825
1828
  args: DescribeStacksCommandInput,
1826
1829
  waiterConfig:
@@ -1829,7 +1832,7 @@ export interface CloudFormation {
1829
1832
  WaiterConfiguration<CloudFormation>,
1830
1833
  Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
1831
1834
  >
1832
- ): Promise<WaiterResult>;
1835
+ ): Promise<WaiterResult<DescribeStacksCommandOutput>>;
1833
1836
  waitUntilTypeRegistrationComplete(
1834
1837
  args: DescribeTypeRegistrationCommandInput,
1835
1838
  waiterConfig:
@@ -1838,7 +1841,7 @@ export interface CloudFormation {
1838
1841
  WaiterConfiguration<CloudFormation>,
1839
1842
  Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
1840
1843
  >
1841
- ): Promise<WaiterResult>;
1844
+ ): Promise<WaiterResult<DescribeTypeRegistrationCommandOutput>>;
1842
1845
  }
1843
1846
  export declare class CloudFormation
1844
1847
  extends CloudFormationClient
@@ -0,0 +1,2 @@
1
+ import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
2
+ export declare const bdd: BinaryDecisionDiagram;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
2
  import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeChangeSetCommandInput } from "../commands/DescribeChangeSetCommand";
3
+ import {
4
+ DescribeChangeSetCommandInput,
5
+ DescribeChangeSetCommandOutput,
6
+ } from "../commands/DescribeChangeSetCommand";
7
+ import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
8
  export declare const waitForChangeSetCreateComplete: (
5
9
  params: WaiterConfiguration<CloudFormationClient>,
6
10
  input: DescribeChangeSetCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeChangeSetCommandOutput | CloudFormationServiceException>
13
+ >;
8
14
  export declare const waitUntilChangeSetCreateComplete: (
9
15
  params: WaiterConfiguration<CloudFormationClient>,
10
16
  input: DescribeChangeSetCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeChangeSetCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
2
  import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import {
4
+ DescribeStacksCommandInput,
5
+ DescribeStacksCommandOutput,
6
+ } from "../commands/DescribeStacksCommand";
7
+ import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
8
  export declare const waitForStackCreateComplete: (
5
9
  params: WaiterConfiguration<CloudFormationClient>,
6
10
  input: DescribeStacksCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
13
+ >;
8
14
  export declare const waitUntilStackCreateComplete: (
9
15
  params: WaiterConfiguration<CloudFormationClient>,
10
16
  input: DescribeStacksCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
@@ -1,11 +1,19 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
2
  import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import {
4
+ DescribeStacksCommandInput,
5
+ DescribeStacksCommandOutput,
6
+ } from "../commands/DescribeStacksCommand";
7
+ import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
8
  export declare const waitForStackDeleteComplete: (
5
9
  params: WaiterConfiguration<CloudFormationClient>,
6
10
  input: DescribeStacksCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
13
+ >;
8
14
  export declare const waitUntilStackDeleteComplete: (
9
15
  params: WaiterConfiguration<CloudFormationClient>,
10
16
  input: DescribeStacksCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<
18
+ WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
19
+ >;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
2
  import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import {
4
+ DescribeStacksCommandInput,
5
+ DescribeStacksCommandOutput,
6
+ } from "../commands/DescribeStacksCommand";
7
+ import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
8
  export declare const waitForStackExists: (
5
9
  params: WaiterConfiguration<CloudFormationClient>,
6
10
  input: DescribeStacksCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
13
+ >;
8
14
  export declare const waitUntilStackExists: (
9
15
  params: WaiterConfiguration<CloudFormationClient>,
10
16
  input: DescribeStacksCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
2
  import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import {
4
+ DescribeStacksCommandInput,
5
+ DescribeStacksCommandOutput,
6
+ } from "../commands/DescribeStacksCommand";
7
+ import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
8
  export declare const waitForStackImportComplete: (
5
9
  params: WaiterConfiguration<CloudFormationClient>,
6
10
  input: DescribeStacksCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
13
+ >;
8
14
  export declare const waitUntilStackImportComplete: (
9
15
  params: WaiterConfiguration<CloudFormationClient>,
10
16
  input: DescribeStacksCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
@@ -1,11 +1,19 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
2
  import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
3
+ import {
4
+ DescribeStackRefactorCommandInput,
5
+ DescribeStackRefactorCommandOutput,
6
+ } from "../commands/DescribeStackRefactorCommand";
7
+ import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
8
  export declare const waitForStackRefactorCreateComplete: (
5
9
  params: WaiterConfiguration<CloudFormationClient>,
6
10
  input: DescribeStackRefactorCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<
13
+ DescribeStackRefactorCommandOutput | CloudFormationServiceException
14
+ >
15
+ >;
8
16
  export declare const waitUntilStackRefactorCreateComplete: (
9
17
  params: WaiterConfiguration<CloudFormationClient>,
10
18
  input: DescribeStackRefactorCommandInput
11
- ) => Promise<WaiterResult>;
19
+ ) => Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
@@ -1,11 +1,19 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
2
  import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
3
+ import {
4
+ DescribeStackRefactorCommandInput,
5
+ DescribeStackRefactorCommandOutput,
6
+ } from "../commands/DescribeStackRefactorCommand";
7
+ import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
8
  export declare const waitForStackRefactorExecuteComplete: (
5
9
  params: WaiterConfiguration<CloudFormationClient>,
6
10
  input: DescribeStackRefactorCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<
13
+ DescribeStackRefactorCommandOutput | CloudFormationServiceException
14
+ >
15
+ >;
8
16
  export declare const waitUntilStackRefactorExecuteComplete: (
9
17
  params: WaiterConfiguration<CloudFormationClient>,
10
18
  input: DescribeStackRefactorCommandInput
11
- ) => Promise<WaiterResult>;
19
+ ) => Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
2
  import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import {
4
+ DescribeStacksCommandInput,
5
+ DescribeStacksCommandOutput,
6
+ } from "../commands/DescribeStacksCommand";
7
+ import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
8
  export declare const waitForStackRollbackComplete: (
5
9
  params: WaiterConfiguration<CloudFormationClient>,
6
10
  input: DescribeStacksCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
13
+ >;
8
14
  export declare const waitUntilStackRollbackComplete: (
9
15
  params: WaiterConfiguration<CloudFormationClient>,
10
16
  input: DescribeStacksCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
2
  import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import {
4
+ DescribeStacksCommandInput,
5
+ DescribeStacksCommandOutput,
6
+ } from "../commands/DescribeStacksCommand";
7
+ import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
8
  export declare const waitForStackUpdateComplete: (
5
9
  params: WaiterConfiguration<CloudFormationClient>,
6
10
  input: DescribeStacksCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
13
+ >;
8
14
  export declare const waitUntilStackUpdateComplete: (
9
15
  params: WaiterConfiguration<CloudFormationClient>,
10
16
  input: DescribeStacksCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
@@ -1,11 +1,19 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
2
  import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeTypeRegistrationCommandInput } from "../commands/DescribeTypeRegistrationCommand";
3
+ import {
4
+ DescribeTypeRegistrationCommandInput,
5
+ DescribeTypeRegistrationCommandOutput,
6
+ } from "../commands/DescribeTypeRegistrationCommand";
7
+ import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
8
  export declare const waitForTypeRegistrationComplete: (
5
9
  params: WaiterConfiguration<CloudFormationClient>,
6
10
  input: DescribeTypeRegistrationCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<
13
+ DescribeTypeRegistrationCommandOutput | CloudFormationServiceException
14
+ >
15
+ >;
8
16
  export declare const waitUntilTypeRegistrationComplete: (
9
17
  params: WaiterConfiguration<CloudFormationClient>,
10
18
  input: DescribeTypeRegistrationCommandInput
11
- ) => Promise<WaiterResult>;
19
+ ) => Promise<WaiterResult<DescribeTypeRegistrationCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeChangeSetCommandInput } from "../commands/DescribeChangeSetCommand";
3
+ import { type DescribeChangeSetCommandInput, type DescribeChangeSetCommandOutput } from "../commands/DescribeChangeSetCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until change set status is CREATE_COMPLETE.
6
7
  * @deprecated Use waitUntilChangeSetCreateComplete instead. waitForChangeSetCreateComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForChangeSetCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeChangeSetCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForChangeSetCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeChangeSetCommandInput) => Promise<WaiterResult<DescribeChangeSetCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until change set status is CREATE_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeChangeSetCommand for polling.
13
14
  */
14
- export declare const waitUntilChangeSetCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeChangeSetCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilChangeSetCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeChangeSetCommandInput) => Promise<WaiterResult<DescribeChangeSetCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until stack status is CREATE_COMPLETE.
6
7
  * @deprecated Use waitUntilStackCreateComplete instead. waitForStackCreateComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until stack status is CREATE_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStacksCommand for polling.
13
14
  */
14
- export declare const waitUntilStackCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until stack status is DELETE_COMPLETE.
6
7
  * @deprecated Use waitUntilStackDeleteComplete instead. waitForStackDeleteComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackDeleteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackDeleteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until stack status is DELETE_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStacksCommand for polling.
13
14
  */
14
- export declare const waitUntilStackDeleteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackDeleteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  *
6
7
  * @deprecated Use waitUntilStackExists instead. waitForStackExists does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackExists: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackExists: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  *
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStacksCommand for polling.
13
14
  */
14
- export declare const waitUntilStackExists: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackExists: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until stack status is IMPORT_COMPLETE.
6
7
  * @deprecated Use waitUntilStackImportComplete instead. waitForStackImportComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackImportComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackImportComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until stack status is IMPORT_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStacksCommand for polling.
13
14
  */
14
- export declare const waitUntilStackImportComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackImportComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
3
+ import { type DescribeStackRefactorCommandInput, type DescribeStackRefactorCommandOutput } from "../commands/DescribeStackRefactorCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until the stack refactor status is CREATE_COMPLETE.
6
7
  * @deprecated Use waitUntilStackRefactorCreateComplete instead. waitForStackRefactorCreateComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackRefactorCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackRefactorCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult<DescribeStackRefactorCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until the stack refactor status is CREATE_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStackRefactorCommand for polling.
13
14
  */
14
- export declare const waitUntilStackRefactorCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackRefactorCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
3
+ import { type DescribeStackRefactorCommandInput, type DescribeStackRefactorCommandOutput } from "../commands/DescribeStackRefactorCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until the stack refactor status is EXECUTE_COMPLETE.
6
7
  * @deprecated Use waitUntilStackRefactorExecuteComplete instead. waitForStackRefactorExecuteComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackRefactorExecuteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackRefactorExecuteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult<DescribeStackRefactorCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until the stack refactor status is EXECUTE_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStackRefactorCommand for polling.
13
14
  */
14
- export declare const waitUntilStackRefactorExecuteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackRefactorExecuteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until stack status is UPDATE_ROLLBACK_COMPLETE.
6
7
  * @deprecated Use waitUntilStackRollbackComplete instead. waitForStackRollbackComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackRollbackComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackRollbackComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until stack status is UPDATE_ROLLBACK_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStacksCommand for polling.
13
14
  */
14
- export declare const waitUntilStackRollbackComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackRollbackComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until stack status is UPDATE_COMPLETE.
6
7
  * @deprecated Use waitUntilStackUpdateComplete instead. waitForStackUpdateComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackUpdateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackUpdateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until stack status is UPDATE_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStacksCommand for polling.
13
14
  */
14
- export declare const waitUntilStackUpdateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackUpdateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeTypeRegistrationCommandInput } from "../commands/DescribeTypeRegistrationCommand";
3
+ import { type DescribeTypeRegistrationCommandInput, type DescribeTypeRegistrationCommandOutput } from "../commands/DescribeTypeRegistrationCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until type registration is COMPLETE.
6
7
  * @deprecated Use waitUntilTypeRegistrationComplete instead. waitForTypeRegistrationComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForTypeRegistrationComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeTypeRegistrationCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForTypeRegistrationComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeTypeRegistrationCommandInput) => Promise<WaiterResult<DescribeTypeRegistrationCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until type registration is COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeTypeRegistrationCommand for polling.
13
14
  */
14
- export declare const waitUntilTypeRegistrationComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeTypeRegistrationCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilTypeRegistrationComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeTypeRegistrationCommandInput) => Promise<WaiterResult<DescribeTypeRegistrationCommandOutput>>;