@cdk8s/awscdk-resolver 0.0.409 → 0.0.411

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 (279) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +8 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +736 -533
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeEventsCommand.js +16 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/index.js +2 -1
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/enums.js +520 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/errors.js +407 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +1 -805
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeChangeSetPaginator.js +4 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeEventsPaginator.js +4 -0
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +2 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +162 -29
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +8 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +3 -2
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +20 -3
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeEventsCommand.d.ts +143 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +6 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +5 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +6 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +2 -1
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +2 -1
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +3 -1
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/enums.d.ts +1200 -0
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/errors.d.ts +413 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +2950 -1454
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeChangeSetPaginator.d.ts +7 -0
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeEventsPaginator.d.ts +7 -0
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +11 -0
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +18 -0
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +47 -0
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +3 -1
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/enums.d.ts +669 -0
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/errors.d.ts +264 -0
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +479 -798
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeChangeSetPaginator.d.ts +11 -0
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -0
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
  102. package/node_modules/@aws-sdk/client-cloudformation/package.json +19 -19
  103. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  104. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  105. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
  106. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
  107. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  108. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  109. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
  110. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  111. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  112. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
  113. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  114. package/node_modules/@aws-sdk/core/package.json +4 -4
  115. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  116. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  117. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  118. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  119. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  120. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  121. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  122. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  123. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  124. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  125. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  126. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  127. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  128. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  129. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  130. package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
  131. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  132. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  133. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  134. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  135. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  136. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  137. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  138. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  139. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  140. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  141. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  142. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  143. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  144. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  145. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  146. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  147. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  148. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  149. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  150. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  151. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
  152. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  153. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  154. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  155. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
  156. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
  157. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  158. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  159. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  160. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  161. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  162. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  163. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  164. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  165. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  166. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  167. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  168. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  169. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  170. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  171. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  172. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  173. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  174. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  175. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
  176. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  177. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
  182. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
  183. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
  184. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
  186. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
  187. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  198. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  199. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  200. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  201. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  202. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
  203. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
  204. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
  205. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
  206. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  228. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  229. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  230. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
  231. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
  232. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
  233. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
  234. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  235. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
  236. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
  237. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  238. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  239. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
  240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
  241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
  243. package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
  244. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  245. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  246. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  247. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  248. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  249. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  250. package/node_modules/@aws-sdk/types/package.json +1 -1
  251. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  252. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  253. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  254. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
  255. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
  256. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  257. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  258. package/node_modules/@smithy/core/package.json +1 -1
  259. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  260. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  261. package/node_modules/@smithy/smithy-client/package.json +3 -3
  262. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  263. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  264. package/package.json +5 -5
  265. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/index.js +0 -2
  266. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +0 -81
  267. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/index.d.ts +0 -2
  268. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +0 -2571
  269. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/index.d.ts +0 -2
  270. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +0 -433
  271. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  272. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  273. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  274. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  275. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  276. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  277. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  278. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  279. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { CloudFormationClient } from "../CloudFormationClient";
3
+ import { DescribeChangeSetCommand, } from "../commands/DescribeChangeSetCommand";
4
+ export const paginateDescribeChangeSet = createPaginator(CloudFormationClient, DescribeChangeSetCommand, "NextToken", "NextToken", "");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { CloudFormationClient } from "../CloudFormationClient";
3
+ import { DescribeEventsCommand, } from "../commands/DescribeEventsCommand";
4
+ export const paginateDescribeEvents = createPaginator(CloudFormationClient, DescribeEventsCommand, "NextToken", "NextToken", "");
@@ -1,4 +1,6 @@
1
1
  export * from "./DescribeAccountLimitsPaginator";
2
+ export * from "./DescribeChangeSetPaginator";
3
+ export * from "./DescribeEventsPaginator";
2
4
  export * from "./DescribeStackEventsPaginator";
3
5
  export * from "./DescribeStackResourceDriftsPaginator";
4
6
  export * from "./DescribeStacksPaginator";
@@ -22,9 +22,10 @@ const _ATI = "ActivateTypeInput";
22
22
  const _ATO = "ActivateTypeOutput";
23
23
  const _AU = "AutoUpdate";
24
24
  const _AUc = "AccountsUrl";
25
- const _AV = "AllowedValues";
26
- const _AVc = "ActualValue";
25
+ const _AV = "ActualValue";
26
+ const _AVF = "AfterValueFrom";
27
27
  const _AVf = "AfterValue";
28
+ const _AVl = "AllowedValues";
28
29
  const _Ac = "Accounts";
29
30
  const _Acc = "Account";
30
31
  const _Act = "Action";
@@ -41,6 +42,7 @@ const _BDTCI = "BatchDescribeTypeConfigurationsInput";
41
42
  const _BDTCO = "BatchDescribeTypeConfigurationsOutput";
42
43
  const _BT = "BearerToken";
43
44
  const _BV = "BeforeValue";
45
+ const _BVF = "BeforeValueFrom";
44
46
  const _C = "Change";
45
47
  const _CA = "CallAs";
46
48
  const _CAo = "ConnectionArn";
@@ -110,13 +112,18 @@ const _DCSO = "DeleteChangeSetOutput";
110
112
  const _DCSOe = "DescribeChangeSetOutput";
111
113
  const _DCSe = "DescribeChangeSet";
112
114
  const _DDS = "DriftDetectionStatus";
115
+ const _DDT = "DriftDetectionTimestamp";
116
+ const _DE = "DescribeEvents";
117
+ const _DEI = "DescribeEventsInput";
118
+ const _DEO = "DescribeEventsOutput";
113
119
  const _DGT = "DeleteGeneratedTemplate";
114
120
  const _DGTI = "DeleteGeneratedTemplateInput";
115
121
  const _DGTIe = "DescribeGeneratedTemplateInput";
116
122
  const _DGTO = "DescribeGeneratedTemplateOutput";
117
123
  const _DGTe = "DescribeGeneratedTemplate";
118
124
  const _DI = "DriftInformation";
119
- const _DM = "DeletionMode";
125
+ const _DM = "DeploymentMode";
126
+ const _DMe = "DeletionMode";
120
127
  const _DOA = "DeactivateOrganizationsAccess";
121
128
  const _DOAI = "DeactivateOrganizationsAccessInput";
122
129
  const _DOAIe = "DescribeOrganizationsAccessInput";
@@ -209,11 +216,13 @@ const _DVI = "DefaultVersionId";
209
216
  const _De = "Details";
210
217
  const _Des = "Destination";
211
218
  const _Det = "Detection";
219
+ const _Dr = "Drift";
212
220
  const _E = "Enabled";
213
221
  const _EC = "ErrorCode";
214
222
  const _ECS = "ExecuteChangeSet";
215
223
  const _ECSI = "ExecuteChangeSetInput";
216
224
  const _ECSO = "ExecuteChangeSetOutput";
225
+ const _EF = "EventFilter";
217
226
  const _EI = "EventId";
218
227
  const _EM = "ErrorMessage";
219
228
  const _EN = "ExportName";
@@ -233,18 +242,20 @@ const _ETCI = "EstimateTemplateCostInput";
233
242
  const _ETCO = "EstimateTemplateCostOutput";
234
243
  const _ETP = "EnableTerminationProtection";
235
244
  const _ETn = "EndTimestamp";
245
+ const _ETv = "EventType";
236
246
  const _EV = "ExpectedValue";
237
247
  const _En = "Entity";
238
248
  const _Er = "Errors";
239
249
  const _Ev = "Evaluation";
240
250
  const _Ex = "Export";
241
251
  const _Exp = "Exports";
242
- const _F = "Format";
252
+ const _F = "Filters";
253
+ const _FE = "FailedEvents";
243
254
  const _FM = "FailureMode";
244
255
  const _FSIC = "FailedStackInstancesCount";
245
256
  const _FTC = "FailureToleranceCount";
246
257
  const _FTP = "FailureTolerancePercentage";
247
- const _Fi = "Filters";
258
+ const _Fo = "Format";
248
259
  const _GGT = "GetGeneratedTemplate";
249
260
  const _GGTI = "GetGeneratedTemplateInput";
250
261
  const _GGTO = "GetGeneratedTemplateOutput";
@@ -321,9 +332,11 @@ const _LI = "ListImports";
321
332
  const _LIH = "LogicalIdHierarchy";
322
333
  const _LII = "ListImportsInput";
323
334
  const _LIO = "ListImportsOutput";
335
+ const _LO = "LastOperations";
324
336
  const _LOI = "LastOperationId";
325
337
  const _LPV = "LatestPublicVersion";
326
338
  const _LRA = "LogRoleArn";
339
+ const _LRD = "LiveResourceDrift";
327
340
  const _LRI = "LogicalResourceId";
328
341
  const _LRIo = "LogicalResourceIds";
329
342
  const _LRS = "ListResourceScans";
@@ -395,6 +408,9 @@ const _NGTN = "NewGeneratedTemplateName";
395
408
  const _NOR = "NumberOfResources";
396
409
  const _NT = "NextToken";
397
410
  const _O = "Output";
411
+ const _OE = "OperationEvents";
412
+ const _OEp = "OperationEntry";
413
+ const _OEpe = "OperationEvent";
398
414
  const _OF = "OnFailure";
399
415
  const _OI = "OperationId";
400
416
  const _OIAEE = "OperationIdAlreadyExistsException";
@@ -407,6 +423,7 @@ const _ORFp = "OperationResultFilters";
407
423
  const _OS = "OperationStatus";
408
424
  const _OSCFE = "OperationStatusCheckFailedException";
409
425
  const _OSF = "OnStackFailure";
426
+ const _OT = "OperationType";
410
427
  const _OTA = "OriginalTypeArn";
411
428
  const _OTN = "OriginalTypeName";
412
429
  const _OUI = "OrganizationalUnitIds";
@@ -419,6 +436,7 @@ const _PC = "PercentageCompleted";
419
436
  const _PCSI = "ParentChangeSetId";
420
437
  const _PCa = "ParameterConstraints";
421
438
  const _PD = "ParameterDeclaration";
439
+ const _PDC = "PreviousDeploymentContext";
422
440
  const _PDa = "ParameterDeclarations";
423
441
  const _PDr = "PropertyDifference";
424
442
  const _PDro = "PropertyDifferences";
@@ -442,8 +460,9 @@ const _PTI = "PublishTypeInput";
442
460
  const _PTO = "PublishTypeOutput";
443
461
  const _PTa = "ParameterType";
444
462
  const _PTu = "PublishType";
445
- const _PV = "ParameterValue";
463
+ const _PV = "PreviousValue";
446
464
  const _PVN = "PublicVersionNumber";
465
+ const _PVa = "ParameterValue";
447
466
  const _Pa = "Parameter";
448
467
  const _Pat = "Path";
449
468
  const _Pr = "Progress";
@@ -461,6 +480,9 @@ const _RCSI = "RootChangeSetId";
461
480
  const _RCT = "RegionConcurrencyType";
462
481
  const _RCo = "RollbackConfiguration";
463
482
  const _RD = "ResourceDefinition";
483
+ const _RDIA = "ResourceDriftIgnoredAttributes";
484
+ const _RDIAe = "ResourceDriftIgnoredAttribute";
485
+ const _RDS = "ResourceDriftStatus";
464
486
  const _RDe = "ResourceDetail";
465
487
  const _RDes = "ResourceDefinitions";
466
488
  const _RDeso = "ResourceDetails";
@@ -525,6 +547,7 @@ const _RTo = "RollbackTriggers";
525
547
  const _RTol = "RollbackTrigger";
526
548
  const _RV = "ResolvedValue";
527
549
  const _Re = "Regions";
550
+ const _Rea = "Reason";
528
551
  const _Reg = "Region";
529
552
  const _Rep = "Replacement";
530
553
  const _Req = "Required";
@@ -722,7 +745,12 @@ const _UTPI = "UpdateTerminationProtectionInput";
722
745
  const _UTPO = "UpdateTerminationProtectionOutput";
723
746
  const _V = "Value";
724
747
  const _VB = "VersionBump";
748
+ const _VFM = "ValidationFailureMode";
725
749
  const _VI = "VersionId";
750
+ const _VN = "ValidationName";
751
+ const _VP = "ValidationPath";
752
+ const _VS = "ValidationStatus";
753
+ const _VSR = "ValidationStatusReason";
726
754
  const _VT = "ValidateTemplate";
727
755
  const _VTI = "ValidateTemplateInput";
728
756
  const _VTO = "ValidateTemplateOutput";
@@ -742,7 +770,7 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cloudformation";
742
770
  const n0 = "com.amazonaws.cloudformation";
743
771
  import { TypeRegistry } from "@smithy/core/schema";
744
772
  import { CloudFormationServiceException as __CloudFormationServiceException } from "../models/CloudFormationServiceException";
745
- import { AlreadyExistsException as __AlreadyExistsException, CFNRegistryException as __CFNRegistryException, ChangeSetNotFoundException as __ChangeSetNotFoundException, ConcurrentResourcesLimitExceededException as __ConcurrentResourcesLimitExceededException, CreatedButModifiedException as __CreatedButModifiedException, GeneratedTemplateNotFoundException as __GeneratedTemplateNotFoundException, HookResultNotFoundException as __HookResultNotFoundException, InsufficientCapabilitiesException as __InsufficientCapabilitiesException, InvalidChangeSetStatusException as __InvalidChangeSetStatusException, InvalidOperationException as __InvalidOperationException, InvalidStateTransitionException as __InvalidStateTransitionException, LimitExceededException as __LimitExceededException, NameAlreadyExistsException as __NameAlreadyExistsException, OperationIdAlreadyExistsException as __OperationIdAlreadyExistsException, OperationInProgressException as __OperationInProgressException, OperationNotFoundException as __OperationNotFoundException, OperationStatusCheckFailedException as __OperationStatusCheckFailedException, ResourceScanInProgressException as __ResourceScanInProgressException, ResourceScanLimitExceededException as __ResourceScanLimitExceededException, ResourceScanNotFoundException as __ResourceScanNotFoundException, StackInstanceNotFoundException as __StackInstanceNotFoundException, StackNotFoundException as __StackNotFoundException, StackRefactorNotFoundException as __StackRefactorNotFoundException, StackSetNotEmptyException as __StackSetNotEmptyException, StackSetNotFoundException as __StackSetNotFoundException, StaleRequestException as __StaleRequestException, TokenAlreadyExistsException as __TokenAlreadyExistsException, TypeConfigurationNotFoundException as __TypeConfigurationNotFoundException, TypeNotFoundException as __TypeNotFoundException, } from "../models/index";
773
+ import { AlreadyExistsException as __AlreadyExistsException, CFNRegistryException as __CFNRegistryException, ChangeSetNotFoundException as __ChangeSetNotFoundException, ConcurrentResourcesLimitExceededException as __ConcurrentResourcesLimitExceededException, CreatedButModifiedException as __CreatedButModifiedException, GeneratedTemplateNotFoundException as __GeneratedTemplateNotFoundException, HookResultNotFoundException as __HookResultNotFoundException, InsufficientCapabilitiesException as __InsufficientCapabilitiesException, InvalidChangeSetStatusException as __InvalidChangeSetStatusException, InvalidOperationException as __InvalidOperationException, InvalidStateTransitionException as __InvalidStateTransitionException, LimitExceededException as __LimitExceededException, NameAlreadyExistsException as __NameAlreadyExistsException, OperationIdAlreadyExistsException as __OperationIdAlreadyExistsException, OperationInProgressException as __OperationInProgressException, OperationNotFoundException as __OperationNotFoundException, OperationStatusCheckFailedException as __OperationStatusCheckFailedException, ResourceScanInProgressException as __ResourceScanInProgressException, ResourceScanLimitExceededException as __ResourceScanLimitExceededException, ResourceScanNotFoundException as __ResourceScanNotFoundException, StackInstanceNotFoundException as __StackInstanceNotFoundException, StackNotFoundException as __StackNotFoundException, StackRefactorNotFoundException as __StackRefactorNotFoundException, StackSetNotEmptyException as __StackSetNotEmptyException, StackSetNotFoundException as __StackSetNotFoundException, StaleRequestException as __StaleRequestException, TokenAlreadyExistsException as __TokenAlreadyExistsException, TypeConfigurationNotFoundException as __TypeConfigurationNotFoundException, TypeNotFoundException as __TypeNotFoundException, } from "../models/errors";
746
774
  export var AccountGateResult = [3, n0, _AGR, 0, [_S, _SR], [0, 0]];
747
775
  export var AccountLimit = [3, n0, _AL, 0, [_N, _V], [0, 1]];
748
776
  export var ActivateOrganizationsAccessInput = [3, n0, _AOAI, 0, [], []];
@@ -879,7 +907,7 @@ export var CreateChangeSetInput = [
879
907
  n0,
880
908
  _CCSI,
881
909
  0,
882
- [_SN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CSN, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER],
910
+ [_SN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CSN, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER, _DM],
883
911
  [
884
912
  0,
885
913
  0,
@@ -900,6 +928,7 @@ export var CreateChangeSetInput = [
900
928
  2,
901
929
  0,
902
930
  2,
931
+ 0,
903
932
  ],
904
933
  ];
905
934
  export var CreateChangeSetOutput = [3, n0, _CCSO, 0, [_I, _SI], [0, 0]];
@@ -961,7 +990,7 @@ export var CreateStackInstancesInput = [
961
990
  [0, 64 | 0, () => DeploymentTargets, 64 | 0, () => _Parameters, () => StackSetOperationPreferences, [0, 4], 0],
962
991
  ];
963
992
  export var CreateStackInstancesOutput = [3, n0, _CSIO, 0, [_OI], [0]];
964
- export var CreateStackOutput = [3, n0, _CSO, 0, [_SI], [0]];
993
+ export var CreateStackOutput = [3, n0, _CSO, 0, [_SI, _OI], [0, 0]];
965
994
  export var CreateStackRefactorInput = [
966
995
  3,
967
996
  n0,
@@ -1008,7 +1037,7 @@ export var DeleteStackInput = [
1008
1037
  n0,
1009
1038
  _DSI,
1010
1039
  0,
1011
- [_SN, _RR, _RARN, _CRT, _DM],
1040
+ [_SN, _RR, _RARN, _CRT, _DMe],
1012
1041
  [0, 64 | 0, 0, 0, 0],
1013
1042
  ];
1014
1043
  export var DeleteStackInstancesInput = [
@@ -1056,7 +1085,31 @@ export var DescribeChangeSetOutput = [
1056
1085
  n0,
1057
1086
  _DCSOe,
1058
1087
  0,
1059
- [_CSN, _CSI, _SI, _SN, _D, _P, _CT, _ES, _S, _SR, _NARN, _RCo, _Ca, _Ta, _Ch, _NT, _INS, _PCSI, _RCSI, _OSF, _IER],
1088
+ [
1089
+ _CSN,
1090
+ _CSI,
1091
+ _SI,
1092
+ _SN,
1093
+ _D,
1094
+ _P,
1095
+ _CT,
1096
+ _ES,
1097
+ _S,
1098
+ _SR,
1099
+ _SDS,
1100
+ _NARN,
1101
+ _RCo,
1102
+ _Ca,
1103
+ _Ta,
1104
+ _Ch,
1105
+ _NT,
1106
+ _INS,
1107
+ _PCSI,
1108
+ _RCSI,
1109
+ _OSF,
1110
+ _IER,
1111
+ _DM,
1112
+ ],
1060
1113
  [
1061
1114
  0,
1062
1115
  0,
@@ -1068,6 +1121,7 @@ export var DescribeChangeSetOutput = [
1068
1121
  0,
1069
1122
  0,
1070
1123
  0,
1124
+ 0,
1071
1125
  64 | 0,
1072
1126
  () => RollbackConfiguration,
1073
1127
  64 | 0,
@@ -1079,8 +1133,18 @@ export var DescribeChangeSetOutput = [
1079
1133
  0,
1080
1134
  0,
1081
1135
  2,
1136
+ 0,
1082
1137
  ],
1083
1138
  ];
1139
+ export var DescribeEventsInput = [
1140
+ 3,
1141
+ n0,
1142
+ _DEI,
1143
+ 0,
1144
+ [_SN, _CSN, _OI, _F, _NT],
1145
+ [0, 0, 0, () => EventFilter, 0],
1146
+ ];
1147
+ export var DescribeEventsOutput = [3, n0, _DEO, 0, [_OE, _NT], [() => OperationEvents, 0]];
1084
1148
  export var DescribeGeneratedTemplateInput = [3, n0, _DGTIe, 0, [_GTN], [0]];
1085
1149
  export var DescribeGeneratedTemplateOutput = [
1086
1150
  3,
@@ -1282,6 +1346,7 @@ export var EstimateTemplateCostInput = [
1282
1346
  [0, 0, () => _Parameters],
1283
1347
  ];
1284
1348
  export var EstimateTemplateCostOutput = [3, n0, _ETCO, 0, [_U], [0]];
1349
+ export var EventFilter = [3, n0, _EF, 0, [_FE], [2]];
1285
1350
  export var ExecuteChangeSetInput = [
1286
1351
  3,
1287
1352
  n0,
@@ -1306,7 +1371,7 @@ export var GeneratedTemplateNotFoundException = [
1306
1371
  [0],
1307
1372
  ];
1308
1373
  TypeRegistry.for(n0).registerError(GeneratedTemplateNotFoundException, __GeneratedTemplateNotFoundException);
1309
- export var GetGeneratedTemplateInput = [3, n0, _GGTI, 0, [_F, _GTN], [0, 0]];
1374
+ export var GetGeneratedTemplateInput = [3, n0, _GGTI, 0, [_Fo, _GTN], [0, 0]];
1310
1375
  export var GetGeneratedTemplateOutput = [3, n0, _GGTO, 0, [_S, _TB], [0, 0]];
1311
1376
  export var GetHookResultInput = [3, n0, _GHRI, 0, [_HRI], [0]];
1312
1377
  export var GetHookResultOutput = [
@@ -1519,7 +1584,7 @@ export var ListStackInstancesInput = [
1519
1584
  n0,
1520
1585
  _LSII,
1521
1586
  0,
1522
- [_SSN, _NT, _MR, _Fi, _SIA, _SIR, _CA],
1587
+ [_SSN, _NT, _MR, _F, _SIA, _SIR, _CA],
1523
1588
  [0, 0, 1, () => StackInstanceFilters, 0, 0, 0],
1524
1589
  ];
1525
1590
  export var ListStackInstancesOutput = [
@@ -1578,7 +1643,7 @@ export var ListStackSetOperationResultsInput = [
1578
1643
  n0,
1579
1644
  _LSSORI,
1580
1645
  0,
1581
- [_SSN, _OI, _NT, _MR, _CA, _Fi],
1646
+ [_SSN, _OI, _NT, _MR, _CA, _F],
1582
1647
  [0, 0, 0, 1, 0, () => OperationResultFilters],
1583
1648
  ];
1584
1649
  export var ListStackSetOperationResultsOutput = [
@@ -1616,7 +1681,7 @@ export var ListTypesInput = [
1616
1681
  n0,
1617
1682
  _LTI,
1618
1683
  0,
1619
- [_Vi, _PT, _DSe, _T, _Fi, _MR, _NT],
1684
+ [_Vi, _PT, _DSe, _T, _F, _MR, _NT],
1620
1685
  [0, 0, 0, 0, () => TypeFilters, 1, 0],
1621
1686
  ];
1622
1687
  export var ListTypesOutput = [3, n0, _LTO, 0, [_TSy, _NT], [() => TypeSummaries, 0]];
@@ -1636,6 +1701,7 @@ export var ListTypeVersionsOutput = [
1636
1701
  [_TVS, _NT],
1637
1702
  [() => TypeVersionSummaries, 0],
1638
1703
  ];
1704
+ export var LiveResourceDrift = [3, n0, _LRD, 0, [_PV, _AV, _DDT], [0, 0, 4]];
1639
1705
  export var LoggingConfig = [3, n0, _LC, 0, [_LRA, _LGN], [0, 0]];
1640
1706
  export var ManagedExecution = [3, n0, _ME, 0, [_Acti], [2]];
1641
1707
  export var ModuleInfo = [3, n0, _MI, 0, [_TH, _LIH], [0, 0]];
@@ -1652,6 +1718,43 @@ export var NameAlreadyExistsException = [
1652
1718
  [0],
1653
1719
  ];
1654
1720
  TypeRegistry.for(n0).registerError(NameAlreadyExistsException, __NameAlreadyExistsException);
1721
+ export var OperationEntry = [3, n0, _OEp, 0, [_OT, _OI], [0, 0]];
1722
+ export var OperationEvent = [
1723
+ 3,
1724
+ n0,
1725
+ _OEpe,
1726
+ 0,
1727
+ [
1728
+ _EI,
1729
+ _SI,
1730
+ _OI,
1731
+ _OT,
1732
+ _OS,
1733
+ _ETv,
1734
+ _LRI,
1735
+ _PRI,
1736
+ _RT,
1737
+ _Ti,
1738
+ _ST,
1739
+ _ET,
1740
+ _RSes,
1741
+ _RSR,
1742
+ _RP,
1743
+ _CRT,
1744
+ _HTo,
1745
+ _HS,
1746
+ _HSR,
1747
+ _HIP,
1748
+ _HFM,
1749
+ _DSet,
1750
+ _VFM,
1751
+ _VN,
1752
+ _VS,
1753
+ _VSR,
1754
+ _VP,
1755
+ ],
1756
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1757
+ ];
1655
1758
  export var OperationIdAlreadyExistsException = [
1656
1759
  -3,
1657
1760
  n0,
@@ -1706,8 +1809,8 @@ export var OperationStatusCheckFailedException = [
1706
1809
  ];
1707
1810
  TypeRegistry.for(n0).registerError(OperationStatusCheckFailedException, __OperationStatusCheckFailedException);
1708
1811
  export var Output = [3, n0, _O, 0, [_OK, _OV, _D, _EN], [0, 0, 0, 0]];
1709
- export var Parameter = [3, n0, _Pa, 0, [_PK, _PV, _UPV, _RV], [0, 0, 2, 0]];
1710
- export var ParameterConstraints = [3, n0, _PCa, 0, [_AV], [64 | 0]];
1812
+ export var Parameter = [3, n0, _Pa, 0, [_PK, _PVa, _UPV, _RV], [0, 0, 2, 0]];
1813
+ export var ParameterConstraints = [3, n0, _PCa, 0, [_AVl], [64 | 0]];
1711
1814
  export var ParameterDeclaration = [
1712
1815
  3,
1713
1816
  n0,
@@ -1717,7 +1820,7 @@ export var ParameterDeclaration = [
1717
1820
  [0, 0, 0, 2, 0, () => ParameterConstraints],
1718
1821
  ];
1719
1822
  export var PhysicalResourceIdContextKeyValuePair = [3, n0, _PRICKVP, 0, [_K, _V], [0, 0]];
1720
- export var PropertyDifference = [3, n0, _PDr, 0, [_PPr, _EV, _AVc, _DTi], [0, 0, 0, 0]];
1823
+ export var PropertyDifference = [3, n0, _PDr, 0, [_PPr, _EV, _AV, _DTi], [0, 0, 0, 0]];
1721
1824
  export var PublishTypeInput = [3, n0, _PTI, 0, [_T, _A, _TN, _PVN], [0, 0, 0, 0]];
1722
1825
  export var PublishTypeOutput = [3, n0, _PTO, 0, [_PTA], [0]];
1723
1826
  export var RecordHandlerProgressInput = [
@@ -1746,8 +1849,24 @@ export var ResourceChange = [
1746
1849
  n0,
1747
1850
  _RC,
1748
1851
  0,
1749
- [_PA, _Act, _LRI, _PRI, _RT, _Rep, _Sco, _De, _CSI, _MI, _BC, _AC],
1750
- [0, 0, 0, 0, 0, 0, 64 | 0, () => ResourceChangeDetails, 0, () => ModuleInfo, 0, 0],
1852
+ [_PA, _Act, _LRI, _PRI, _RT, _Rep, _Sco, _RDS, _RDIA, _De, _CSI, _MI, _BC, _AC, _PDC],
1853
+ [
1854
+ 0,
1855
+ 0,
1856
+ 0,
1857
+ 0,
1858
+ 0,
1859
+ 0,
1860
+ 64 | 0,
1861
+ 0,
1862
+ () => ResourceDriftIgnoredAttributes,
1863
+ () => ResourceChangeDetails,
1864
+ 0,
1865
+ () => ModuleInfo,
1866
+ 0,
1867
+ 0,
1868
+ 0,
1869
+ ],
1751
1870
  ];
1752
1871
  export var ResourceChangeDetail = [
1753
1872
  3,
@@ -1766,6 +1885,7 @@ export var ResourceDetail = [
1766
1885
  [_RT, _LRI, _RI, _RSes, _RSR, _W],
1767
1886
  [0, 0, 128 | 0, 0, 0, () => WarningDetails],
1768
1887
  ];
1888
+ export var ResourceDriftIgnoredAttribute = [3, n0, _RDIAe, 0, [_Pat, _Rea], [0, 0]];
1769
1889
  export var ResourceIdentifierSummary = [
1770
1890
  3,
1771
1891
  n0,
@@ -1835,13 +1955,13 @@ export var ResourceTargetDefinition = [
1835
1955
  n0,
1836
1956
  _RTDe,
1837
1957
  0,
1838
- [_At, _N, _RReq, _Pat, _BV, _AVf, _ACT],
1839
- [0, 0, 0, 0, 0, 0, 0],
1958
+ [_At, _N, _RReq, _Pat, _BV, _AVf, _BVF, _AVF, _Dr, _ACT],
1959
+ [0, 0, 0, 0, 0, 0, 0, 0, () => LiveResourceDrift, 0],
1840
1960
  ];
1841
1961
  export var ResourceToImport = [3, n0, _RTIes, 0, [_RT, _LRI, _RI], [0, 0, 128 | 0]];
1842
1962
  export var RollbackConfiguration = [3, n0, _RCo, 0, [_RTo, _MTIM], [() => RollbackTriggers, 1]];
1843
1963
  export var RollbackStackInput = [3, n0, _RSIo, 0, [_SN, _RARN, _CRT, _REOC], [0, 0, 0, 2]];
1844
- export var RollbackStackOutput = [3, n0, _RSO, 0, [_SI], [0]];
1964
+ export var RollbackStackOutput = [3, n0, _RSO, 0, [_SI, _OI], [0, 0]];
1845
1965
  export var RollbackTrigger = [3, n0, _RTol, 0, [_A, _T], [0, 0]];
1846
1966
  export var ScanFilter = [3, n0, _SFc, 0, [_Ty], [64 | 0]];
1847
1967
  export var ScannedResource = [3, n0, _SRc, 0, [_RT, _RI, _MBS], [0, 128 | 0, 2]];
@@ -1888,8 +2008,9 @@ export var Stack = [
1888
2008
  _RIo,
1889
2009
  _DI,
1890
2010
  _REOC,
1891
- _DM,
2011
+ _DMe,
1892
2012
  _DSet,
2013
+ _LO,
1893
2014
  ],
1894
2015
  [
1895
2016
  0,
@@ -1917,6 +2038,7 @@ export var Stack = [
1917
2038
  2,
1918
2039
  0,
1919
2040
  0,
2041
+ () => LastOperations,
1920
2042
  ],
1921
2043
  ];
1922
2044
  export var StackDefinition = [3, n0, _SDt, 0, [_SN, _TB, _TURL], [0, 0, 0]];
@@ -1927,8 +2049,8 @@ export var StackEvent = [
1927
2049
  n0,
1928
2050
  _SEt,
1929
2051
  0,
1930
- [_SI, _EI, _SN, _LRI, _PRI, _RT, _Ti, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HII, _HFM, _DSet],
1931
- [0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
2052
+ [_SI, _EI, _SN, _OI, _LRI, _PRI, _RT, _Ti, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HII, _HFM, _DSet],
2053
+ [0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1932
2054
  ];
1933
2055
  export var StackInstance = [
1934
2056
  3,
@@ -2167,8 +2289,8 @@ export var StackSummary = [
2167
2289
  n0,
2168
2290
  _SStac,
2169
2291
  0,
2170
- [_SI, _SN, _TDe, _CT, _LUT, _DTel, _SSta, _SSR, _PIa, _RIo, _DI],
2171
- [0, 0, 0, 4, 4, 4, 0, 0, 0, 0, () => StackDriftInformationSummary],
2292
+ [_SI, _SN, _TDe, _CT, _LUT, _DTel, _SSta, _SSR, _PIa, _RIo, _DI, _LO],
2293
+ [0, 0, 0, 4, 4, 4, 0, 0, 0, 0, () => StackDriftInformationSummary, () => LastOperations],
2172
2294
  ];
2173
2295
  export var StaleRequestException = [
2174
2296
  -3,
@@ -2319,7 +2441,7 @@ export var UpdateStackInstancesInput = [
2319
2441
  [0, 64 | 0, () => DeploymentTargets, 64 | 0, () => _Parameters, () => StackSetOperationPreferences, [0, 4], 0],
2320
2442
  ];
2321
2443
  export var UpdateStackInstancesOutput = [3, n0, _USIO, 0, [_OI], [0]];
2322
- export var UpdateStackOutput = [3, n0, _USO, 0, [_SI], [0]];
2444
+ export var UpdateStackOutput = [3, n0, _USO, 0, [_SI, _OI], [0, 0]];
2323
2445
  export var UpdateStackSetInput = [
2324
2446
  3,
2325
2447
  n0,
@@ -2385,8 +2507,10 @@ export var Exports = [1, n0, _Exp, 0, () => Export];
2385
2507
  export var HookResultSummaries = [1, n0, _HRSo, 0, () => HookResultSummary];
2386
2508
  export var Imports = 64 | 0;
2387
2509
  export var JazzLogicalResourceIds = 64 | 0;
2510
+ export var LastOperations = [1, n0, _LO, 0, () => OperationEntry];
2388
2511
  export var LogicalResourceIds = 64 | 0;
2389
2512
  export var NotificationARNs = 64 | 0;
2513
+ export var OperationEvents = [1, n0, _OE, 0, () => OperationEvent];
2390
2514
  export var OperationResultFilters = [1, n0, _ORFp, 0, () => OperationResultFilter];
2391
2515
  export var OrganizationalUnitIdList = 64 | 0;
2392
2516
  export var Outputs = [1, n0, _Ou, 0, () => Output];
@@ -2401,6 +2525,7 @@ export var RequiredActivatedTypes = [1, n0, _RAT, 0, () => RequiredActivatedType
2401
2525
  export var ResourceChangeDetails = [1, n0, _RCDe, 0, () => ResourceChangeDetail];
2402
2526
  export var ResourceDefinitions = [1, n0, _RDes, 0, () => ResourceDefinition];
2403
2527
  export var ResourceDetails = [1, n0, _RDeso, 0, () => ResourceDetail];
2528
+ export var ResourceDriftIgnoredAttributes = [1, n0, _RDIA, 0, () => ResourceDriftIgnoredAttribute];
2404
2529
  export var ResourceIdentifiers = 64 | 0;
2405
2530
  export var ResourceIdentifierSummaries = [1, n0, _RIS, 0, () => ResourceIdentifierSummary];
2406
2531
  export var ResourceMappings = [1, n0, _RMe, 0, () => ResourceMapping];
@@ -2619,6 +2744,14 @@ export var DescribeChangeSetHooks = [
2619
2744
  () => DescribeChangeSetHooksInput,
2620
2745
  () => DescribeChangeSetHooksOutput,
2621
2746
  ];
2747
+ export var DescribeEvents = [
2748
+ 9,
2749
+ n0,
2750
+ _DE,
2751
+ 0,
2752
+ () => DescribeEventsInput,
2753
+ () => DescribeEventsOutput,
2754
+ ];
2622
2755
  export var DescribeGeneratedTemplate = [
2623
2756
  9,
2624
2757
  n0,
@@ -22,6 +22,7 @@ import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./comma
22
22
  import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
23
23
  import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
24
24
  import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
25
+ import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
25
26
  import { DescribeGeneratedTemplateCommandInput, DescribeGeneratedTemplateCommandOutput } from "./commands/DescribeGeneratedTemplateCommand";
26
27
  import { DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput } from "./commands/DescribeOrganizationsAccessCommand";
27
28
  import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
@@ -228,6 +229,13 @@ export interface CloudFormation {
228
229
  describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChangeSetHooksCommandOutput>;
229
230
  describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
230
231
  describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
232
+ /**
233
+ * @see {@link DescribeEventsCommand}
234
+ */
235
+ describeEvents(): Promise<DescribeEventsCommandOutput>;
236
+ describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
237
+ describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
238
+ describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
231
239
  /**
232
240
  * @see {@link DescribeGeneratedTemplateCommand}
233
241
  */
@@ -29,6 +29,7 @@ import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./comma
29
29
  import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
30
30
  import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
31
31
  import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
32
+ import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
32
33
  import { DescribeGeneratedTemplateCommandInput, DescribeGeneratedTemplateCommandOutput } from "./commands/DescribeGeneratedTemplateCommand";
33
34
  import { DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput } from "./commands/DescribeOrganizationsAccessCommand";
34
35
  import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
@@ -102,11 +103,11 @@ export { __Client };
102
103
  /**
103
104
  * @public
104
105
  */
105
- export type ServiceInputTypes = ActivateOrganizationsAccessCommandInput | ActivateTypeCommandInput | BatchDescribeTypeConfigurationsCommandInput | CancelUpdateStackCommandInput | ContinueUpdateRollbackCommandInput | CreateChangeSetCommandInput | CreateGeneratedTemplateCommandInput | CreateStackCommandInput | CreateStackInstancesCommandInput | CreateStackRefactorCommandInput | CreateStackSetCommandInput | DeactivateOrganizationsAccessCommandInput | DeactivateTypeCommandInput | DeleteChangeSetCommandInput | DeleteGeneratedTemplateCommandInput | DeleteStackCommandInput | DeleteStackInstancesCommandInput | DeleteStackSetCommandInput | DeregisterTypeCommandInput | DescribeAccountLimitsCommandInput | DescribeChangeSetCommandInput | DescribeChangeSetHooksCommandInput | DescribeGeneratedTemplateCommandInput | DescribeOrganizationsAccessCommandInput | DescribePublisherCommandInput | DescribeResourceScanCommandInput | DescribeStackDriftDetectionStatusCommandInput | DescribeStackEventsCommandInput | DescribeStackInstanceCommandInput | DescribeStackRefactorCommandInput | DescribeStackResourceCommandInput | DescribeStackResourceDriftsCommandInput | DescribeStackResourcesCommandInput | DescribeStackSetCommandInput | DescribeStackSetOperationCommandInput | DescribeStacksCommandInput | DescribeTypeCommandInput | DescribeTypeRegistrationCommandInput | DetectStackDriftCommandInput | DetectStackResourceDriftCommandInput | DetectStackSetDriftCommandInput | EstimateTemplateCostCommandInput | ExecuteChangeSetCommandInput | ExecuteStackRefactorCommandInput | GetGeneratedTemplateCommandInput | GetHookResultCommandInput | GetStackPolicyCommandInput | GetTemplateCommandInput | GetTemplateSummaryCommandInput | ImportStacksToStackSetCommandInput | ListChangeSetsCommandInput | ListExportsCommandInput | ListGeneratedTemplatesCommandInput | ListHookResultsCommandInput | ListImportsCommandInput | ListResourceScanRelatedResourcesCommandInput | ListResourceScanResourcesCommandInput | ListResourceScansCommandInput | ListStackInstanceResourceDriftsCommandInput | ListStackInstancesCommandInput | ListStackRefactorActionsCommandInput | ListStackRefactorsCommandInput | ListStackResourcesCommandInput | ListStackSetAutoDeploymentTargetsCommandInput | ListStackSetOperationResultsCommandInput | ListStackSetOperationsCommandInput | ListStackSetsCommandInput | ListStacksCommandInput | ListTypeRegistrationsCommandInput | ListTypeVersionsCommandInput | ListTypesCommandInput | PublishTypeCommandInput | RecordHandlerProgressCommandInput | RegisterPublisherCommandInput | RegisterTypeCommandInput | RollbackStackCommandInput | SetStackPolicyCommandInput | SetTypeConfigurationCommandInput | SetTypeDefaultVersionCommandInput | SignalResourceCommandInput | StartResourceScanCommandInput | StopStackSetOperationCommandInput | TestTypeCommandInput | UpdateGeneratedTemplateCommandInput | UpdateStackCommandInput | UpdateStackInstancesCommandInput | UpdateStackSetCommandInput | UpdateTerminationProtectionCommandInput | ValidateTemplateCommandInput;
106
+ export type ServiceInputTypes = ActivateOrganizationsAccessCommandInput | ActivateTypeCommandInput | BatchDescribeTypeConfigurationsCommandInput | CancelUpdateStackCommandInput | ContinueUpdateRollbackCommandInput | CreateChangeSetCommandInput | CreateGeneratedTemplateCommandInput | CreateStackCommandInput | CreateStackInstancesCommandInput | CreateStackRefactorCommandInput | CreateStackSetCommandInput | DeactivateOrganizationsAccessCommandInput | DeactivateTypeCommandInput | DeleteChangeSetCommandInput | DeleteGeneratedTemplateCommandInput | DeleteStackCommandInput | DeleteStackInstancesCommandInput | DeleteStackSetCommandInput | DeregisterTypeCommandInput | DescribeAccountLimitsCommandInput | DescribeChangeSetCommandInput | DescribeChangeSetHooksCommandInput | DescribeEventsCommandInput | DescribeGeneratedTemplateCommandInput | DescribeOrganizationsAccessCommandInput | DescribePublisherCommandInput | DescribeResourceScanCommandInput | DescribeStackDriftDetectionStatusCommandInput | DescribeStackEventsCommandInput | DescribeStackInstanceCommandInput | DescribeStackRefactorCommandInput | DescribeStackResourceCommandInput | DescribeStackResourceDriftsCommandInput | DescribeStackResourcesCommandInput | DescribeStackSetCommandInput | DescribeStackSetOperationCommandInput | DescribeStacksCommandInput | DescribeTypeCommandInput | DescribeTypeRegistrationCommandInput | DetectStackDriftCommandInput | DetectStackResourceDriftCommandInput | DetectStackSetDriftCommandInput | EstimateTemplateCostCommandInput | ExecuteChangeSetCommandInput | ExecuteStackRefactorCommandInput | GetGeneratedTemplateCommandInput | GetHookResultCommandInput | GetStackPolicyCommandInput | GetTemplateCommandInput | GetTemplateSummaryCommandInput | ImportStacksToStackSetCommandInput | ListChangeSetsCommandInput | ListExportsCommandInput | ListGeneratedTemplatesCommandInput | ListHookResultsCommandInput | ListImportsCommandInput | ListResourceScanRelatedResourcesCommandInput | ListResourceScanResourcesCommandInput | ListResourceScansCommandInput | ListStackInstanceResourceDriftsCommandInput | ListStackInstancesCommandInput | ListStackRefactorActionsCommandInput | ListStackRefactorsCommandInput | ListStackResourcesCommandInput | ListStackSetAutoDeploymentTargetsCommandInput | ListStackSetOperationResultsCommandInput | ListStackSetOperationsCommandInput | ListStackSetsCommandInput | ListStacksCommandInput | ListTypeRegistrationsCommandInput | ListTypeVersionsCommandInput | ListTypesCommandInput | PublishTypeCommandInput | RecordHandlerProgressCommandInput | RegisterPublisherCommandInput | RegisterTypeCommandInput | RollbackStackCommandInput | SetStackPolicyCommandInput | SetTypeConfigurationCommandInput | SetTypeDefaultVersionCommandInput | SignalResourceCommandInput | StartResourceScanCommandInput | StopStackSetOperationCommandInput | TestTypeCommandInput | UpdateGeneratedTemplateCommandInput | UpdateStackCommandInput | UpdateStackInstancesCommandInput | UpdateStackSetCommandInput | UpdateTerminationProtectionCommandInput | ValidateTemplateCommandInput;
106
107
  /**
107
108
  * @public
108
109
  */
109
- export type ServiceOutputTypes = ActivateOrganizationsAccessCommandOutput | ActivateTypeCommandOutput | BatchDescribeTypeConfigurationsCommandOutput | CancelUpdateStackCommandOutput | ContinueUpdateRollbackCommandOutput | CreateChangeSetCommandOutput | CreateGeneratedTemplateCommandOutput | CreateStackCommandOutput | CreateStackInstancesCommandOutput | CreateStackRefactorCommandOutput | CreateStackSetCommandOutput | DeactivateOrganizationsAccessCommandOutput | DeactivateTypeCommandOutput | DeleteChangeSetCommandOutput | DeleteGeneratedTemplateCommandOutput | DeleteStackCommandOutput | DeleteStackInstancesCommandOutput | DeleteStackSetCommandOutput | DeregisterTypeCommandOutput | DescribeAccountLimitsCommandOutput | DescribeChangeSetCommandOutput | DescribeChangeSetHooksCommandOutput | DescribeGeneratedTemplateCommandOutput | DescribeOrganizationsAccessCommandOutput | DescribePublisherCommandOutput | DescribeResourceScanCommandOutput | DescribeStackDriftDetectionStatusCommandOutput | DescribeStackEventsCommandOutput | DescribeStackInstanceCommandOutput | DescribeStackRefactorCommandOutput | DescribeStackResourceCommandOutput | DescribeStackResourceDriftsCommandOutput | DescribeStackResourcesCommandOutput | DescribeStackSetCommandOutput | DescribeStackSetOperationCommandOutput | DescribeStacksCommandOutput | DescribeTypeCommandOutput | DescribeTypeRegistrationCommandOutput | DetectStackDriftCommandOutput | DetectStackResourceDriftCommandOutput | DetectStackSetDriftCommandOutput | EstimateTemplateCostCommandOutput | ExecuteChangeSetCommandOutput | ExecuteStackRefactorCommandOutput | GetGeneratedTemplateCommandOutput | GetHookResultCommandOutput | GetStackPolicyCommandOutput | GetTemplateCommandOutput | GetTemplateSummaryCommandOutput | ImportStacksToStackSetCommandOutput | ListChangeSetsCommandOutput | ListExportsCommandOutput | ListGeneratedTemplatesCommandOutput | ListHookResultsCommandOutput | ListImportsCommandOutput | ListResourceScanRelatedResourcesCommandOutput | ListResourceScanResourcesCommandOutput | ListResourceScansCommandOutput | ListStackInstanceResourceDriftsCommandOutput | ListStackInstancesCommandOutput | ListStackRefactorActionsCommandOutput | ListStackRefactorsCommandOutput | ListStackResourcesCommandOutput | ListStackSetAutoDeploymentTargetsCommandOutput | ListStackSetOperationResultsCommandOutput | ListStackSetOperationsCommandOutput | ListStackSetsCommandOutput | ListStacksCommandOutput | ListTypeRegistrationsCommandOutput | ListTypeVersionsCommandOutput | ListTypesCommandOutput | PublishTypeCommandOutput | RecordHandlerProgressCommandOutput | RegisterPublisherCommandOutput | RegisterTypeCommandOutput | RollbackStackCommandOutput | SetStackPolicyCommandOutput | SetTypeConfigurationCommandOutput | SetTypeDefaultVersionCommandOutput | SignalResourceCommandOutput | StartResourceScanCommandOutput | StopStackSetOperationCommandOutput | TestTypeCommandOutput | UpdateGeneratedTemplateCommandOutput | UpdateStackCommandOutput | UpdateStackInstancesCommandOutput | UpdateStackSetCommandOutput | UpdateTerminationProtectionCommandOutput | ValidateTemplateCommandOutput;
110
+ export type ServiceOutputTypes = ActivateOrganizationsAccessCommandOutput | ActivateTypeCommandOutput | BatchDescribeTypeConfigurationsCommandOutput | CancelUpdateStackCommandOutput | ContinueUpdateRollbackCommandOutput | CreateChangeSetCommandOutput | CreateGeneratedTemplateCommandOutput | CreateStackCommandOutput | CreateStackInstancesCommandOutput | CreateStackRefactorCommandOutput | CreateStackSetCommandOutput | DeactivateOrganizationsAccessCommandOutput | DeactivateTypeCommandOutput | DeleteChangeSetCommandOutput | DeleteGeneratedTemplateCommandOutput | DeleteStackCommandOutput | DeleteStackInstancesCommandOutput | DeleteStackSetCommandOutput | DeregisterTypeCommandOutput | DescribeAccountLimitsCommandOutput | DescribeChangeSetCommandOutput | DescribeChangeSetHooksCommandOutput | DescribeEventsCommandOutput | DescribeGeneratedTemplateCommandOutput | DescribeOrganizationsAccessCommandOutput | DescribePublisherCommandOutput | DescribeResourceScanCommandOutput | DescribeStackDriftDetectionStatusCommandOutput | DescribeStackEventsCommandOutput | DescribeStackInstanceCommandOutput | DescribeStackRefactorCommandOutput | DescribeStackResourceCommandOutput | DescribeStackResourceDriftsCommandOutput | DescribeStackResourcesCommandOutput | DescribeStackSetCommandOutput | DescribeStackSetOperationCommandOutput | DescribeStacksCommandOutput | DescribeTypeCommandOutput | DescribeTypeRegistrationCommandOutput | DetectStackDriftCommandOutput | DetectStackResourceDriftCommandOutput | DetectStackSetDriftCommandOutput | EstimateTemplateCostCommandOutput | ExecuteChangeSetCommandOutput | ExecuteStackRefactorCommandOutput | GetGeneratedTemplateCommandOutput | GetHookResultCommandOutput | GetStackPolicyCommandOutput | GetTemplateCommandOutput | GetTemplateSummaryCommandOutput | ImportStacksToStackSetCommandOutput | ListChangeSetsCommandOutput | ListExportsCommandOutput | ListGeneratedTemplatesCommandOutput | ListHookResultsCommandOutput | ListImportsCommandOutput | ListResourceScanRelatedResourcesCommandOutput | ListResourceScanResourcesCommandOutput | ListResourceScansCommandOutput | ListStackInstanceResourceDriftsCommandOutput | ListStackInstancesCommandOutput | ListStackRefactorActionsCommandOutput | ListStackRefactorsCommandOutput | ListStackResourcesCommandOutput | ListStackSetAutoDeploymentTargetsCommandOutput | ListStackSetOperationResultsCommandOutput | ListStackSetOperationsCommandOutput | ListStackSetsCommandOutput | ListStacksCommandOutput | ListTypeRegistrationsCommandOutput | ListTypeVersionsCommandOutput | ListTypesCommandOutput | PublishTypeCommandOutput | RecordHandlerProgressCommandOutput | RegisterPublisherCommandOutput | RegisterTypeCommandOutput | RollbackStackCommandOutput | SetStackPolicyCommandOutput | SetTypeConfigurationCommandOutput | SetTypeDefaultVersionCommandOutput | SignalResourceCommandOutput | StartResourceScanCommandOutput | StopStackSetOperationCommandOutput | TestTypeCommandOutput | UpdateGeneratedTemplateCommandOutput | UpdateStackCommandOutput | UpdateStackInstancesCommandOutput | UpdateStackSetCommandOutput | UpdateTerminationProtectionCommandOutput | ValidateTemplateCommandOutput;
110
111
  /**
111
112
  * @public
112
113
  */
@@ -108,6 +108,7 @@ declare const CreateChangeSetCommand_base: {
108
108
  * IncludeNestedStacks: true || false,
109
109
  * OnStackFailure: "DO_NOTHING" || "ROLLBACK" || "DELETE",
110
110
  * ImportExistingResources: true || false,
111
+ * DeploymentMode: "REVERT_DRIFT",
111
112
  * };
112
113
  * const command = new CreateChangeSetCommand(input);
113
114
  * const response = await client.send(command);
@@ -90,6 +90,7 @@ declare const CreateStackCommand_base: {
90
90
  * const response = await client.send(command);
91
91
  * // { // CreateStackOutput
92
92
  * // StackId: "STRING_VALUE",
93
+ * // OperationId: "STRING_VALUE",
93
94
  * // };
94
95
  *
95
96
  * ```