@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,1200 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AccountFilterType: {
6
+ readonly DIFFERENCE: "DIFFERENCE";
7
+ readonly INTERSECTION: "INTERSECTION";
8
+ readonly NONE: "NONE";
9
+ readonly UNION: "UNION";
10
+ };
11
+ /**
12
+ * @public
13
+ */
14
+ export type AccountFilterType = (typeof AccountFilterType)[keyof typeof AccountFilterType];
15
+ /**
16
+ * @public
17
+ * @enum
18
+ */
19
+ export declare const AccountGateStatus: {
20
+ readonly FAILED: "FAILED";
21
+ readonly SKIPPED: "SKIPPED";
22
+ readonly SUCCEEDED: "SUCCEEDED";
23
+ };
24
+ /**
25
+ * @public
26
+ */
27
+ export type AccountGateStatus = (typeof AccountGateStatus)[keyof typeof AccountGateStatus];
28
+ /**
29
+ * @public
30
+ * @enum
31
+ */
32
+ export declare const ThirdPartyType: {
33
+ readonly HOOK: "HOOK";
34
+ readonly MODULE: "MODULE";
35
+ readonly RESOURCE: "RESOURCE";
36
+ };
37
+ /**
38
+ * @public
39
+ */
40
+ export type ThirdPartyType = (typeof ThirdPartyType)[keyof typeof ThirdPartyType];
41
+ /**
42
+ * @public
43
+ * @enum
44
+ */
45
+ export declare const VersionBump: {
46
+ readonly MAJOR: "MAJOR";
47
+ readonly MINOR: "MINOR";
48
+ };
49
+ /**
50
+ * @public
51
+ */
52
+ export type VersionBump = (typeof VersionBump)[keyof typeof VersionBump];
53
+ /**
54
+ * @public
55
+ * @enum
56
+ */
57
+ export declare const AfterValueFrom: {
58
+ readonly TEMPLATE: "TEMPLATE";
59
+ };
60
+ /**
61
+ * @public
62
+ */
63
+ export type AfterValueFrom = (typeof AfterValueFrom)[keyof typeof AfterValueFrom];
64
+ /**
65
+ * @public
66
+ * @enum
67
+ */
68
+ export declare const AnnotationSeverityLevel: {
69
+ readonly CRITICAL: "CRITICAL";
70
+ readonly HIGH: "HIGH";
71
+ readonly INFORMATIONAL: "INFORMATIONAL";
72
+ readonly LOW: "LOW";
73
+ readonly MEDIUM: "MEDIUM";
74
+ };
75
+ /**
76
+ * @public
77
+ */
78
+ export type AnnotationSeverityLevel = (typeof AnnotationSeverityLevel)[keyof typeof AnnotationSeverityLevel];
79
+ /**
80
+ * @public
81
+ * @enum
82
+ */
83
+ export declare const AnnotationStatus: {
84
+ readonly FAILED: "FAILED";
85
+ readonly PASSED: "PASSED";
86
+ readonly SKIPPED: "SKIPPED";
87
+ };
88
+ /**
89
+ * @public
90
+ */
91
+ export type AnnotationStatus = (typeof AnnotationStatus)[keyof typeof AnnotationStatus];
92
+ /**
93
+ * @public
94
+ * @enum
95
+ */
96
+ export declare const AttributeChangeType: {
97
+ readonly Add: "Add";
98
+ readonly Modify: "Modify";
99
+ readonly Remove: "Remove";
100
+ readonly SyncWithActual: "SyncWithActual";
101
+ };
102
+ /**
103
+ * @public
104
+ */
105
+ export type AttributeChangeType = (typeof AttributeChangeType)[keyof typeof AttributeChangeType];
106
+ /**
107
+ * @public
108
+ * @enum
109
+ */
110
+ export declare const BeaconStackOperationStatus: {
111
+ readonly FAILED: "FAILED";
112
+ readonly IN_PROGRESS: "IN_PROGRESS";
113
+ readonly SUCCEEDED: "SUCCEEDED";
114
+ };
115
+ /**
116
+ * @public
117
+ */
118
+ export type BeaconStackOperationStatus = (typeof BeaconStackOperationStatus)[keyof typeof BeaconStackOperationStatus];
119
+ /**
120
+ * @public
121
+ * @enum
122
+ */
123
+ export declare const BeforeValueFrom: {
124
+ readonly ACTUAL_STATE: "ACTUAL_STATE";
125
+ readonly PREVIOUS_DEPLOYMENT_STATE: "PREVIOUS_DEPLOYMENT_STATE";
126
+ };
127
+ /**
128
+ * @public
129
+ */
130
+ export type BeforeValueFrom = (typeof BeforeValueFrom)[keyof typeof BeforeValueFrom];
131
+ /**
132
+ * @public
133
+ * @enum
134
+ */
135
+ export declare const CallAs: {
136
+ readonly DELEGATED_ADMIN: "DELEGATED_ADMIN";
137
+ readonly SELF: "SELF";
138
+ };
139
+ /**
140
+ * @public
141
+ */
142
+ export type CallAs = (typeof CallAs)[keyof typeof CallAs];
143
+ /**
144
+ * @public
145
+ * @enum
146
+ */
147
+ export declare const Capability: {
148
+ readonly CAPABILITY_AUTO_EXPAND: "CAPABILITY_AUTO_EXPAND";
149
+ readonly CAPABILITY_IAM: "CAPABILITY_IAM";
150
+ readonly CAPABILITY_NAMED_IAM: "CAPABILITY_NAMED_IAM";
151
+ };
152
+ /**
153
+ * @public
154
+ */
155
+ export type Capability = (typeof Capability)[keyof typeof Capability];
156
+ /**
157
+ * @public
158
+ * @enum
159
+ */
160
+ export declare const Category: {
161
+ readonly ACTIVATED: "ACTIVATED";
162
+ readonly AWS_TYPES: "AWS_TYPES";
163
+ readonly REGISTERED: "REGISTERED";
164
+ readonly THIRD_PARTY: "THIRD_PARTY";
165
+ };
166
+ /**
167
+ * @public
168
+ */
169
+ export type Category = (typeof Category)[keyof typeof Category];
170
+ /**
171
+ * @public
172
+ * @enum
173
+ */
174
+ export declare const ChangeAction: {
175
+ readonly Add: "Add";
176
+ readonly Dynamic: "Dynamic";
177
+ readonly Import: "Import";
178
+ readonly Modify: "Modify";
179
+ readonly Remove: "Remove";
180
+ readonly SyncWithActual: "SyncWithActual";
181
+ };
182
+ /**
183
+ * @public
184
+ */
185
+ export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
186
+ /**
187
+ * @public
188
+ * @enum
189
+ */
190
+ export declare const ChangeSource: {
191
+ readonly Automatic: "Automatic";
192
+ readonly DirectModification: "DirectModification";
193
+ readonly NoModification: "NoModification";
194
+ readonly ParameterReference: "ParameterReference";
195
+ readonly ResourceAttribute: "ResourceAttribute";
196
+ readonly ResourceReference: "ResourceReference";
197
+ };
198
+ /**
199
+ * @public
200
+ */
201
+ export type ChangeSource = (typeof ChangeSource)[keyof typeof ChangeSource];
202
+ /**
203
+ * @public
204
+ * @enum
205
+ */
206
+ export declare const EvaluationType: {
207
+ readonly Dynamic: "Dynamic";
208
+ readonly Static: "Static";
209
+ };
210
+ /**
211
+ * @public
212
+ */
213
+ export type EvaluationType = (typeof EvaluationType)[keyof typeof EvaluationType];
214
+ /**
215
+ * @public
216
+ * @enum
217
+ */
218
+ export declare const ResourceAttribute: {
219
+ readonly CreationPolicy: "CreationPolicy";
220
+ readonly DeletionPolicy: "DeletionPolicy";
221
+ readonly Metadata: "Metadata";
222
+ readonly Properties: "Properties";
223
+ readonly Tags: "Tags";
224
+ readonly UpdatePolicy: "UpdatePolicy";
225
+ readonly UpdateReplacePolicy: "UpdateReplacePolicy";
226
+ };
227
+ /**
228
+ * @public
229
+ */
230
+ export type ResourceAttribute = (typeof ResourceAttribute)[keyof typeof ResourceAttribute];
231
+ /**
232
+ * @public
233
+ * @enum
234
+ */
235
+ export declare const RequiresRecreation: {
236
+ readonly Always: "Always";
237
+ readonly Conditionally: "Conditionally";
238
+ readonly Never: "Never";
239
+ };
240
+ /**
241
+ * @public
242
+ */
243
+ export type RequiresRecreation = (typeof RequiresRecreation)[keyof typeof RequiresRecreation];
244
+ /**
245
+ * @public
246
+ * @enum
247
+ */
248
+ export declare const PolicyAction: {
249
+ readonly Delete: "Delete";
250
+ readonly ReplaceAndDelete: "ReplaceAndDelete";
251
+ readonly ReplaceAndRetain: "ReplaceAndRetain";
252
+ readonly ReplaceAndSnapshot: "ReplaceAndSnapshot";
253
+ readonly Retain: "Retain";
254
+ readonly Snapshot: "Snapshot";
255
+ };
256
+ /**
257
+ * @public
258
+ */
259
+ export type PolicyAction = (typeof PolicyAction)[keyof typeof PolicyAction];
260
+ /**
261
+ * @public
262
+ * @enum
263
+ */
264
+ export declare const Replacement: {
265
+ readonly Conditional: "Conditional";
266
+ readonly False: "False";
267
+ readonly True: "True";
268
+ };
269
+ /**
270
+ * @public
271
+ */
272
+ export type Replacement = (typeof Replacement)[keyof typeof Replacement];
273
+ /**
274
+ * @public
275
+ * @enum
276
+ */
277
+ export declare const DriftIgnoredReason: {
278
+ readonly MANAGED_BY_AWS: "MANAGED_BY_AWS";
279
+ readonly WRITE_ONLY_PROPERTY: "WRITE_ONLY_PROPERTY";
280
+ };
281
+ /**
282
+ * @public
283
+ */
284
+ export type DriftIgnoredReason = (typeof DriftIgnoredReason)[keyof typeof DriftIgnoredReason];
285
+ /**
286
+ * @public
287
+ * @enum
288
+ */
289
+ export declare const StackResourceDriftStatus: {
290
+ readonly DELETED: "DELETED";
291
+ readonly IN_SYNC: "IN_SYNC";
292
+ readonly MODIFIED: "MODIFIED";
293
+ readonly NOT_CHECKED: "NOT_CHECKED";
294
+ readonly UNKNOWN: "UNKNOWN";
295
+ readonly UNSUPPORTED: "UNSUPPORTED";
296
+ };
297
+ /**
298
+ * @public
299
+ */
300
+ export type StackResourceDriftStatus = (typeof StackResourceDriftStatus)[keyof typeof StackResourceDriftStatus];
301
+ /**
302
+ * @public
303
+ * @enum
304
+ */
305
+ export declare const ChangeType: {
306
+ readonly Resource: "Resource";
307
+ };
308
+ /**
309
+ * @public
310
+ */
311
+ export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
312
+ /**
313
+ * @public
314
+ * @enum
315
+ */
316
+ export declare const HookFailureMode: {
317
+ readonly FAIL: "FAIL";
318
+ readonly WARN: "WARN";
319
+ };
320
+ /**
321
+ * @public
322
+ */
323
+ export type HookFailureMode = (typeof HookFailureMode)[keyof typeof HookFailureMode];
324
+ /**
325
+ * @public
326
+ * @enum
327
+ */
328
+ export declare const HookInvocationPoint: {
329
+ readonly PRE_PROVISION: "PRE_PROVISION";
330
+ };
331
+ /**
332
+ * @public
333
+ */
334
+ export type HookInvocationPoint = (typeof HookInvocationPoint)[keyof typeof HookInvocationPoint];
335
+ /**
336
+ * @public
337
+ * @enum
338
+ */
339
+ export declare const HookTargetType: {
340
+ readonly RESOURCE: "RESOURCE";
341
+ };
342
+ /**
343
+ * @public
344
+ */
345
+ export type HookTargetType = (typeof HookTargetType)[keyof typeof HookTargetType];
346
+ /**
347
+ * @public
348
+ * @enum
349
+ */
350
+ export declare const ChangeSetHooksStatus: {
351
+ readonly PLANNED: "PLANNED";
352
+ readonly PLANNING: "PLANNING";
353
+ readonly UNAVAILABLE: "UNAVAILABLE";
354
+ };
355
+ /**
356
+ * @public
357
+ */
358
+ export type ChangeSetHooksStatus = (typeof ChangeSetHooksStatus)[keyof typeof ChangeSetHooksStatus];
359
+ /**
360
+ * @public
361
+ * @enum
362
+ */
363
+ export declare const ChangeSetStatus: {
364
+ readonly CREATE_COMPLETE: "CREATE_COMPLETE";
365
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
366
+ readonly CREATE_PENDING: "CREATE_PENDING";
367
+ readonly DELETE_COMPLETE: "DELETE_COMPLETE";
368
+ readonly DELETE_FAILED: "DELETE_FAILED";
369
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
370
+ readonly DELETE_PENDING: "DELETE_PENDING";
371
+ readonly FAILED: "FAILED";
372
+ };
373
+ /**
374
+ * @public
375
+ */
376
+ export type ChangeSetStatus = (typeof ChangeSetStatus)[keyof typeof ChangeSetStatus];
377
+ /**
378
+ * @public
379
+ * @enum
380
+ */
381
+ export declare const ExecutionStatus: {
382
+ readonly AVAILABLE: "AVAILABLE";
383
+ readonly EXECUTE_COMPLETE: "EXECUTE_COMPLETE";
384
+ readonly EXECUTE_FAILED: "EXECUTE_FAILED";
385
+ readonly EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS";
386
+ readonly OBSOLETE: "OBSOLETE";
387
+ readonly UNAVAILABLE: "UNAVAILABLE";
388
+ };
389
+ /**
390
+ * @public
391
+ */
392
+ export type ExecutionStatus = (typeof ExecutionStatus)[keyof typeof ExecutionStatus];
393
+ /**
394
+ * @public
395
+ * @enum
396
+ */
397
+ export declare const ChangeSetType: {
398
+ readonly CREATE: "CREATE";
399
+ readonly IMPORT: "IMPORT";
400
+ readonly UPDATE: "UPDATE";
401
+ };
402
+ /**
403
+ * @public
404
+ */
405
+ export type ChangeSetType = (typeof ChangeSetType)[keyof typeof ChangeSetType];
406
+ /**
407
+ * @public
408
+ * @enum
409
+ */
410
+ export declare const DeploymentMode: {
411
+ readonly REVERT_DRIFT: "REVERT_DRIFT";
412
+ };
413
+ /**
414
+ * @public
415
+ */
416
+ export type DeploymentMode = (typeof DeploymentMode)[keyof typeof DeploymentMode];
417
+ /**
418
+ * @public
419
+ * @enum
420
+ */
421
+ export declare const OnStackFailure: {
422
+ readonly DELETE: "DELETE";
423
+ readonly DO_NOTHING: "DO_NOTHING";
424
+ readonly ROLLBACK: "ROLLBACK";
425
+ };
426
+ /**
427
+ * @public
428
+ */
429
+ export type OnStackFailure = (typeof OnStackFailure)[keyof typeof OnStackFailure];
430
+ /**
431
+ * @public
432
+ * @enum
433
+ */
434
+ export declare const GeneratedTemplateDeletionPolicy: {
435
+ readonly DELETE: "DELETE";
436
+ readonly RETAIN: "RETAIN";
437
+ };
438
+ /**
439
+ * @public
440
+ */
441
+ export type GeneratedTemplateDeletionPolicy = (typeof GeneratedTemplateDeletionPolicy)[keyof typeof GeneratedTemplateDeletionPolicy];
442
+ /**
443
+ * @public
444
+ * @enum
445
+ */
446
+ export declare const GeneratedTemplateUpdateReplacePolicy: {
447
+ readonly DELETE: "DELETE";
448
+ readonly RETAIN: "RETAIN";
449
+ };
450
+ /**
451
+ * @public
452
+ */
453
+ export type GeneratedTemplateUpdateReplacePolicy = (typeof GeneratedTemplateUpdateReplacePolicy)[keyof typeof GeneratedTemplateUpdateReplacePolicy];
454
+ /**
455
+ * @public
456
+ * @enum
457
+ */
458
+ export declare const OnFailure: {
459
+ readonly DELETE: "DELETE";
460
+ readonly DO_NOTHING: "DO_NOTHING";
461
+ readonly ROLLBACK: "ROLLBACK";
462
+ };
463
+ /**
464
+ * @public
465
+ */
466
+ export type OnFailure = (typeof OnFailure)[keyof typeof OnFailure];
467
+ /**
468
+ * @public
469
+ * @enum
470
+ */
471
+ export declare const ConcurrencyMode: {
472
+ readonly SOFT_FAILURE_TOLERANCE: "SOFT_FAILURE_TOLERANCE";
473
+ readonly STRICT_FAILURE_TOLERANCE: "STRICT_FAILURE_TOLERANCE";
474
+ };
475
+ /**
476
+ * @public
477
+ */
478
+ export type ConcurrencyMode = (typeof ConcurrencyMode)[keyof typeof ConcurrencyMode];
479
+ /**
480
+ * @public
481
+ * @enum
482
+ */
483
+ export declare const RegionConcurrencyType: {
484
+ readonly PARALLEL: "PARALLEL";
485
+ readonly SEQUENTIAL: "SEQUENTIAL";
486
+ };
487
+ /**
488
+ * @public
489
+ */
490
+ export type RegionConcurrencyType = (typeof RegionConcurrencyType)[keyof typeof RegionConcurrencyType];
491
+ /**
492
+ * @public
493
+ * @enum
494
+ */
495
+ export declare const PermissionModels: {
496
+ readonly SELF_MANAGED: "SELF_MANAGED";
497
+ readonly SERVICE_MANAGED: "SERVICE_MANAGED";
498
+ };
499
+ /**
500
+ * @public
501
+ */
502
+ export type PermissionModels = (typeof PermissionModels)[keyof typeof PermissionModels];
503
+ /**
504
+ * @public
505
+ * @enum
506
+ */
507
+ export declare const DeletionMode: {
508
+ readonly FORCE_DELETE_STACK: "FORCE_DELETE_STACK";
509
+ readonly STANDARD: "STANDARD";
510
+ };
511
+ /**
512
+ * @public
513
+ */
514
+ export type DeletionMode = (typeof DeletionMode)[keyof typeof DeletionMode];
515
+ /**
516
+ * @public
517
+ * @enum
518
+ */
519
+ export declare const RegistryType: {
520
+ readonly HOOK: "HOOK";
521
+ readonly MODULE: "MODULE";
522
+ readonly RESOURCE: "RESOURCE";
523
+ };
524
+ /**
525
+ * @public
526
+ */
527
+ export type RegistryType = (typeof RegistryType)[keyof typeof RegistryType];
528
+ /**
529
+ * @public
530
+ * @enum
531
+ */
532
+ export declare const StackDriftStatus: {
533
+ readonly DRIFTED: "DRIFTED";
534
+ readonly IN_SYNC: "IN_SYNC";
535
+ readonly NOT_CHECKED: "NOT_CHECKED";
536
+ readonly UNKNOWN: "UNKNOWN";
537
+ };
538
+ /**
539
+ * @public
540
+ */
541
+ export type StackDriftStatus = (typeof StackDriftStatus)[keyof typeof StackDriftStatus];
542
+ /**
543
+ * @public
544
+ * @enum
545
+ */
546
+ export declare const DetailedStatus: {
547
+ readonly CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE";
548
+ readonly VALIDATION_FAILED: "VALIDATION_FAILED";
549
+ };
550
+ /**
551
+ * @public
552
+ */
553
+ export type DetailedStatus = (typeof DetailedStatus)[keyof typeof DetailedStatus];
554
+ /**
555
+ * @public
556
+ * @enum
557
+ */
558
+ export declare const EventType: {
559
+ readonly HOOK_INVOCATION_ERROR: "HOOK_INVOCATION_ERROR";
560
+ readonly PROGRESS_EVENT: "PROGRESS_EVENT";
561
+ readonly PROVISIONING_ERROR: "PROVISIONING_ERROR";
562
+ readonly STACK_EVENT: "STACK_EVENT";
563
+ readonly VALIDATION_ERROR: "VALIDATION_ERROR";
564
+ };
565
+ /**
566
+ * @public
567
+ */
568
+ export type EventType = (typeof EventType)[keyof typeof EventType];
569
+ /**
570
+ * @public
571
+ * @enum
572
+ */
573
+ export declare const HookStatus: {
574
+ readonly HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED";
575
+ readonly HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED";
576
+ readonly HOOK_FAILED: "HOOK_FAILED";
577
+ readonly HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS";
578
+ };
579
+ /**
580
+ * @public
581
+ */
582
+ export type HookStatus = (typeof HookStatus)[keyof typeof HookStatus];
583
+ /**
584
+ * @public
585
+ * @enum
586
+ */
587
+ export declare const OperationType: {
588
+ readonly CONTINUE_ROLLBACK: "CONTINUE_ROLLBACK";
589
+ readonly CREATE_CHANGESET: "CREATE_CHANGESET";
590
+ readonly CREATE_STACK: "CREATE_STACK";
591
+ readonly DELETE_STACK: "DELETE_STACK";
592
+ readonly ROLLBACK: "ROLLBACK";
593
+ readonly UPDATE_STACK: "UPDATE_STACK";
594
+ };
595
+ /**
596
+ * @public
597
+ */
598
+ export type OperationType = (typeof OperationType)[keyof typeof OperationType];
599
+ /**
600
+ * @public
601
+ * @enum
602
+ */
603
+ export declare const ResourceStatus: {
604
+ readonly CREATE_COMPLETE: "CREATE_COMPLETE";
605
+ readonly CREATE_FAILED: "CREATE_FAILED";
606
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
607
+ readonly DELETE_COMPLETE: "DELETE_COMPLETE";
608
+ readonly DELETE_FAILED: "DELETE_FAILED";
609
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
610
+ readonly DELETE_SKIPPED: "DELETE_SKIPPED";
611
+ readonly EXPORT_COMPLETE: "EXPORT_COMPLETE";
612
+ readonly EXPORT_FAILED: "EXPORT_FAILED";
613
+ readonly EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS";
614
+ readonly EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE";
615
+ readonly EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED";
616
+ readonly EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS";
617
+ readonly IMPORT_COMPLETE: "IMPORT_COMPLETE";
618
+ readonly IMPORT_FAILED: "IMPORT_FAILED";
619
+ readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
620
+ readonly IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE";
621
+ readonly IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED";
622
+ readonly IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS";
623
+ readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
624
+ readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
625
+ readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
626
+ readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
627
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
628
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
629
+ readonly UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE";
630
+ readonly UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED";
631
+ readonly UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS";
632
+ };
633
+ /**
634
+ * @public
635
+ */
636
+ export type ResourceStatus = (typeof ResourceStatus)[keyof typeof ResourceStatus];
637
+ /**
638
+ * @public
639
+ * @enum
640
+ */
641
+ export declare const ValidationStatus: {
642
+ readonly FAILED: "FAILED";
643
+ readonly SKIPPED: "SKIPPED";
644
+ };
645
+ /**
646
+ * @public
647
+ */
648
+ export type ValidationStatus = (typeof ValidationStatus)[keyof typeof ValidationStatus];
649
+ /**
650
+ * @public
651
+ * @enum
652
+ */
653
+ export declare const GeneratedTemplateResourceStatus: {
654
+ readonly COMPLETE: "COMPLETE";
655
+ readonly FAILED: "FAILED";
656
+ readonly IN_PROGRESS: "IN_PROGRESS";
657
+ readonly PENDING: "PENDING";
658
+ };
659
+ /**
660
+ * @public
661
+ */
662
+ export type GeneratedTemplateResourceStatus = (typeof GeneratedTemplateResourceStatus)[keyof typeof GeneratedTemplateResourceStatus];
663
+ /**
664
+ * @public
665
+ * @enum
666
+ */
667
+ export declare const WarningType: {
668
+ readonly EXCLUDED_PROPERTIES: "EXCLUDED_PROPERTIES";
669
+ readonly EXCLUDED_RESOURCES: "EXCLUDED_RESOURCES";
670
+ readonly MUTUALLY_EXCLUSIVE_PROPERTIES: "MUTUALLY_EXCLUSIVE_PROPERTIES";
671
+ readonly MUTUALLY_EXCLUSIVE_TYPES: "MUTUALLY_EXCLUSIVE_TYPES";
672
+ readonly UNSUPPORTED_PROPERTIES: "UNSUPPORTED_PROPERTIES";
673
+ };
674
+ /**
675
+ * @public
676
+ */
677
+ export type WarningType = (typeof WarningType)[keyof typeof WarningType];
678
+ /**
679
+ * @public
680
+ * @enum
681
+ */
682
+ export declare const GeneratedTemplateStatus: {
683
+ readonly COMPLETE: "COMPLETE";
684
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
685
+ readonly CREATE_PENDING: "CREATE_PENDING";
686
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
687
+ readonly DELETE_PENDING: "DELETE_PENDING";
688
+ readonly FAILED: "FAILED";
689
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
690
+ readonly UPDATE_PENDING: "UPDATE_PENDING";
691
+ };
692
+ /**
693
+ * @public
694
+ */
695
+ export type GeneratedTemplateStatus = (typeof GeneratedTemplateStatus)[keyof typeof GeneratedTemplateStatus];
696
+ /**
697
+ * @public
698
+ * @enum
699
+ */
700
+ export declare const OrganizationStatus: {
701
+ readonly DISABLED: "DISABLED";
702
+ readonly DISABLED_PERMANENTLY: "DISABLED_PERMANENTLY";
703
+ readonly ENABLED: "ENABLED";
704
+ };
705
+ /**
706
+ * @public
707
+ */
708
+ export type OrganizationStatus = (typeof OrganizationStatus)[keyof typeof OrganizationStatus];
709
+ /**
710
+ * @public
711
+ * @enum
712
+ */
713
+ export declare const IdentityProvider: {
714
+ readonly AWS_Marketplace: "AWS_Marketplace";
715
+ readonly Bitbucket: "Bitbucket";
716
+ readonly GitHub: "GitHub";
717
+ };
718
+ /**
719
+ * @public
720
+ */
721
+ export type IdentityProvider = (typeof IdentityProvider)[keyof typeof IdentityProvider];
722
+ /**
723
+ * @public
724
+ * @enum
725
+ */
726
+ export declare const PublisherStatus: {
727
+ readonly UNVERIFIED: "UNVERIFIED";
728
+ readonly VERIFIED: "VERIFIED";
729
+ };
730
+ /**
731
+ * @public
732
+ */
733
+ export type PublisherStatus = (typeof PublisherStatus)[keyof typeof PublisherStatus];
734
+ /**
735
+ * @public
736
+ * @enum
737
+ */
738
+ export declare const ResourceScanStatus: {
739
+ readonly COMPLETE: "COMPLETE";
740
+ readonly EXPIRED: "EXPIRED";
741
+ readonly FAILED: "FAILED";
742
+ readonly IN_PROGRESS: "IN_PROGRESS";
743
+ };
744
+ /**
745
+ * @public
746
+ */
747
+ export type ResourceScanStatus = (typeof ResourceScanStatus)[keyof typeof ResourceScanStatus];
748
+ /**
749
+ * @public
750
+ * @enum
751
+ */
752
+ export declare const StackDriftDetectionStatus: {
753
+ readonly DETECTION_COMPLETE: "DETECTION_COMPLETE";
754
+ readonly DETECTION_FAILED: "DETECTION_FAILED";
755
+ readonly DETECTION_IN_PROGRESS: "DETECTION_IN_PROGRESS";
756
+ };
757
+ /**
758
+ * @public
759
+ */
760
+ export type StackDriftDetectionStatus = (typeof StackDriftDetectionStatus)[keyof typeof StackDriftDetectionStatus];
761
+ /**
762
+ * @public
763
+ * @enum
764
+ */
765
+ export declare const StackInstanceDetailedStatus: {
766
+ readonly CANCELLED: "CANCELLED";
767
+ readonly FAILED: "FAILED";
768
+ readonly FAILED_IMPORT: "FAILED_IMPORT";
769
+ readonly INOPERABLE: "INOPERABLE";
770
+ readonly PENDING: "PENDING";
771
+ readonly RUNNING: "RUNNING";
772
+ readonly SKIPPED_SUSPENDED_ACCOUNT: "SKIPPED_SUSPENDED_ACCOUNT";
773
+ readonly SUCCEEDED: "SUCCEEDED";
774
+ };
775
+ /**
776
+ * @public
777
+ */
778
+ export type StackInstanceDetailedStatus = (typeof StackInstanceDetailedStatus)[keyof typeof StackInstanceDetailedStatus];
779
+ /**
780
+ * @public
781
+ * @enum
782
+ */
783
+ export declare const StackInstanceStatus: {
784
+ readonly CURRENT: "CURRENT";
785
+ readonly INOPERABLE: "INOPERABLE";
786
+ readonly OUTDATED: "OUTDATED";
787
+ };
788
+ /**
789
+ * @public
790
+ */
791
+ export type StackInstanceStatus = (typeof StackInstanceStatus)[keyof typeof StackInstanceStatus];
792
+ /**
793
+ * @public
794
+ * @enum
795
+ */
796
+ export declare const StackRefactorExecutionStatus: {
797
+ readonly AVAILABLE: "AVAILABLE";
798
+ readonly EXECUTE_COMPLETE: "EXECUTE_COMPLETE";
799
+ readonly EXECUTE_FAILED: "EXECUTE_FAILED";
800
+ readonly EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS";
801
+ readonly OBSOLETE: "OBSOLETE";
802
+ readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
803
+ readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
804
+ readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
805
+ readonly UNAVAILABLE: "UNAVAILABLE";
806
+ };
807
+ /**
808
+ * @public
809
+ */
810
+ export type StackRefactorExecutionStatus = (typeof StackRefactorExecutionStatus)[keyof typeof StackRefactorExecutionStatus];
811
+ /**
812
+ * @public
813
+ * @enum
814
+ */
815
+ export declare const StackRefactorStatus: {
816
+ readonly CREATE_COMPLETE: "CREATE_COMPLETE";
817
+ readonly CREATE_FAILED: "CREATE_FAILED";
818
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
819
+ readonly DELETE_COMPLETE: "DELETE_COMPLETE";
820
+ readonly DELETE_FAILED: "DELETE_FAILED";
821
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
822
+ };
823
+ /**
824
+ * @public
825
+ */
826
+ export type StackRefactorStatus = (typeof StackRefactorStatus)[keyof typeof StackRefactorStatus];
827
+ /**
828
+ * @public
829
+ * @enum
830
+ */
831
+ export declare const DifferenceType: {
832
+ readonly ADD: "ADD";
833
+ readonly NOT_EQUAL: "NOT_EQUAL";
834
+ readonly REMOVE: "REMOVE";
835
+ };
836
+ /**
837
+ * @public
838
+ */
839
+ export type DifferenceType = (typeof DifferenceType)[keyof typeof DifferenceType];
840
+ /**
841
+ * @public
842
+ * @enum
843
+ */
844
+ export declare const StackStatus: {
845
+ readonly CREATE_COMPLETE: "CREATE_COMPLETE";
846
+ readonly CREATE_FAILED: "CREATE_FAILED";
847
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
848
+ readonly DELETE_COMPLETE: "DELETE_COMPLETE";
849
+ readonly DELETE_FAILED: "DELETE_FAILED";
850
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
851
+ readonly IMPORT_COMPLETE: "IMPORT_COMPLETE";
852
+ readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
853
+ readonly IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE";
854
+ readonly IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED";
855
+ readonly IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS";
856
+ readonly REVIEW_IN_PROGRESS: "REVIEW_IN_PROGRESS";
857
+ readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
858
+ readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
859
+ readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
860
+ readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
861
+ readonly UPDATE_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS";
862
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
863
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
864
+ readonly UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE";
865
+ readonly UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS";
866
+ readonly UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED";
867
+ readonly UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS";
868
+ };
869
+ /**
870
+ * @public
871
+ */
872
+ export type StackStatus = (typeof StackStatus)[keyof typeof StackStatus];
873
+ /**
874
+ * @public
875
+ * @enum
876
+ */
877
+ export declare const StackSetDriftDetectionStatus: {
878
+ readonly COMPLETED: "COMPLETED";
879
+ readonly FAILED: "FAILED";
880
+ readonly IN_PROGRESS: "IN_PROGRESS";
881
+ readonly PARTIAL_SUCCESS: "PARTIAL_SUCCESS";
882
+ readonly STOPPED: "STOPPED";
883
+ };
884
+ /**
885
+ * @public
886
+ */
887
+ export type StackSetDriftDetectionStatus = (typeof StackSetDriftDetectionStatus)[keyof typeof StackSetDriftDetectionStatus];
888
+ /**
889
+ * @public
890
+ * @enum
891
+ */
892
+ export declare const StackSetDriftStatus: {
893
+ readonly DRIFTED: "DRIFTED";
894
+ readonly IN_SYNC: "IN_SYNC";
895
+ readonly NOT_CHECKED: "NOT_CHECKED";
896
+ };
897
+ /**
898
+ * @public
899
+ */
900
+ export type StackSetDriftStatus = (typeof StackSetDriftStatus)[keyof typeof StackSetDriftStatus];
901
+ /**
902
+ * @public
903
+ * @enum
904
+ */
905
+ export declare const StackSetStatus: {
906
+ readonly ACTIVE: "ACTIVE";
907
+ readonly DELETED: "DELETED";
908
+ };
909
+ /**
910
+ * @public
911
+ */
912
+ export type StackSetStatus = (typeof StackSetStatus)[keyof typeof StackSetStatus];
913
+ /**
914
+ * @public
915
+ * @enum
916
+ */
917
+ export declare const StackSetOperationAction: {
918
+ readonly CREATE: "CREATE";
919
+ readonly DELETE: "DELETE";
920
+ readonly DETECT_DRIFT: "DETECT_DRIFT";
921
+ readonly UPDATE: "UPDATE";
922
+ };
923
+ /**
924
+ * @public
925
+ */
926
+ export type StackSetOperationAction = (typeof StackSetOperationAction)[keyof typeof StackSetOperationAction];
927
+ /**
928
+ * @public
929
+ * @enum
930
+ */
931
+ export declare const StackSetOperationStatus: {
932
+ readonly FAILED: "FAILED";
933
+ readonly QUEUED: "QUEUED";
934
+ readonly RUNNING: "RUNNING";
935
+ readonly STOPPED: "STOPPED";
936
+ readonly STOPPING: "STOPPING";
937
+ readonly SUCCEEDED: "SUCCEEDED";
938
+ };
939
+ /**
940
+ * @public
941
+ */
942
+ export type StackSetOperationStatus = (typeof StackSetOperationStatus)[keyof typeof StackSetOperationStatus];
943
+ /**
944
+ * @public
945
+ * @enum
946
+ */
947
+ export declare const DeprecatedStatus: {
948
+ readonly DEPRECATED: "DEPRECATED";
949
+ readonly LIVE: "LIVE";
950
+ };
951
+ /**
952
+ * @public
953
+ */
954
+ export type DeprecatedStatus = (typeof DeprecatedStatus)[keyof typeof DeprecatedStatus];
955
+ /**
956
+ * @public
957
+ * @enum
958
+ */
959
+ export declare const ProvisioningType: {
960
+ readonly FULLY_MUTABLE: "FULLY_MUTABLE";
961
+ readonly IMMUTABLE: "IMMUTABLE";
962
+ readonly NON_PROVISIONABLE: "NON_PROVISIONABLE";
963
+ };
964
+ /**
965
+ * @public
966
+ */
967
+ export type ProvisioningType = (typeof ProvisioningType)[keyof typeof ProvisioningType];
968
+ /**
969
+ * @public
970
+ * @enum
971
+ */
972
+ export declare const TypeTestsStatus: {
973
+ readonly FAILED: "FAILED";
974
+ readonly IN_PROGRESS: "IN_PROGRESS";
975
+ readonly NOT_TESTED: "NOT_TESTED";
976
+ readonly PASSED: "PASSED";
977
+ };
978
+ /**
979
+ * @public
980
+ */
981
+ export type TypeTestsStatus = (typeof TypeTestsStatus)[keyof typeof TypeTestsStatus];
982
+ /**
983
+ * @public
984
+ * @enum
985
+ */
986
+ export declare const Visibility: {
987
+ readonly PRIVATE: "PRIVATE";
988
+ readonly PUBLIC: "PUBLIC";
989
+ };
990
+ /**
991
+ * @public
992
+ */
993
+ export type Visibility = (typeof Visibility)[keyof typeof Visibility];
994
+ /**
995
+ * @public
996
+ * @enum
997
+ */
998
+ export declare const RegistrationStatus: {
999
+ readonly COMPLETE: "COMPLETE";
1000
+ readonly FAILED: "FAILED";
1001
+ readonly IN_PROGRESS: "IN_PROGRESS";
1002
+ };
1003
+ /**
1004
+ * @public
1005
+ */
1006
+ export type RegistrationStatus = (typeof RegistrationStatus)[keyof typeof RegistrationStatus];
1007
+ /**
1008
+ * @public
1009
+ * @enum
1010
+ */
1011
+ export declare const TemplateFormat: {
1012
+ readonly JSON: "JSON";
1013
+ readonly YAML: "YAML";
1014
+ };
1015
+ /**
1016
+ * @public
1017
+ */
1018
+ export type TemplateFormat = (typeof TemplateFormat)[keyof typeof TemplateFormat];
1019
+ /**
1020
+ * @public
1021
+ * @enum
1022
+ */
1023
+ export declare const HookTargetAction: {
1024
+ readonly CREATE: "CREATE";
1025
+ readonly DELETE: "DELETE";
1026
+ readonly IMPORT: "IMPORT";
1027
+ readonly UPDATE: "UPDATE";
1028
+ };
1029
+ /**
1030
+ * @public
1031
+ */
1032
+ export type HookTargetAction = (typeof HookTargetAction)[keyof typeof HookTargetAction];
1033
+ /**
1034
+ * @public
1035
+ * @enum
1036
+ */
1037
+ export declare const TemplateStage: {
1038
+ readonly Original: "Original";
1039
+ readonly Processed: "Processed";
1040
+ };
1041
+ /**
1042
+ * @public
1043
+ */
1044
+ export type TemplateStage = (typeof TemplateStage)[keyof typeof TemplateStage];
1045
+ /**
1046
+ * @public
1047
+ * @enum
1048
+ */
1049
+ export declare const ListHookResultsTargetType: {
1050
+ readonly CHANGE_SET: "CHANGE_SET";
1051
+ readonly CLOUD_CONTROL: "CLOUD_CONTROL";
1052
+ readonly RESOURCE: "RESOURCE";
1053
+ readonly STACK: "STACK";
1054
+ };
1055
+ /**
1056
+ * @public
1057
+ */
1058
+ export type ListHookResultsTargetType = (typeof ListHookResultsTargetType)[keyof typeof ListHookResultsTargetType];
1059
+ /**
1060
+ * @public
1061
+ * @enum
1062
+ */
1063
+ export declare const ScanType: {
1064
+ readonly FULL: "FULL";
1065
+ readonly PARTIAL: "PARTIAL";
1066
+ };
1067
+ /**
1068
+ * @public
1069
+ */
1070
+ export type ScanType = (typeof ScanType)[keyof typeof ScanType];
1071
+ /**
1072
+ * @public
1073
+ * @enum
1074
+ */
1075
+ export declare const StackInstanceFilterName: {
1076
+ readonly DETAILED_STATUS: "DETAILED_STATUS";
1077
+ readonly DRIFT_STATUS: "DRIFT_STATUS";
1078
+ readonly LAST_OPERATION_ID: "LAST_OPERATION_ID";
1079
+ };
1080
+ /**
1081
+ * @public
1082
+ */
1083
+ export type StackInstanceFilterName = (typeof StackInstanceFilterName)[keyof typeof StackInstanceFilterName];
1084
+ /**
1085
+ * @public
1086
+ * @enum
1087
+ */
1088
+ export declare const StackRefactorActionType: {
1089
+ readonly CREATE: "CREATE";
1090
+ readonly MOVE: "MOVE";
1091
+ };
1092
+ /**
1093
+ * @public
1094
+ */
1095
+ export type StackRefactorActionType = (typeof StackRefactorActionType)[keyof typeof StackRefactorActionType];
1096
+ /**
1097
+ * @public
1098
+ * @enum
1099
+ */
1100
+ export declare const StackRefactorDetection: {
1101
+ readonly AUTO: "AUTO";
1102
+ readonly MANUAL: "MANUAL";
1103
+ };
1104
+ /**
1105
+ * @public
1106
+ */
1107
+ export type StackRefactorDetection = (typeof StackRefactorDetection)[keyof typeof StackRefactorDetection];
1108
+ /**
1109
+ * @public
1110
+ * @enum
1111
+ */
1112
+ export declare const StackRefactorActionEntity: {
1113
+ readonly RESOURCE: "RESOURCE";
1114
+ readonly STACK: "STACK";
1115
+ };
1116
+ /**
1117
+ * @public
1118
+ */
1119
+ export type StackRefactorActionEntity = (typeof StackRefactorActionEntity)[keyof typeof StackRefactorActionEntity];
1120
+ /**
1121
+ * @public
1122
+ * @enum
1123
+ */
1124
+ export declare const OperationResultFilterName: {
1125
+ readonly OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS";
1126
+ };
1127
+ /**
1128
+ * @public
1129
+ */
1130
+ export type OperationResultFilterName = (typeof OperationResultFilterName)[keyof typeof OperationResultFilterName];
1131
+ /**
1132
+ * @public
1133
+ * @enum
1134
+ */
1135
+ export declare const StackSetOperationResultStatus: {
1136
+ readonly CANCELLED: "CANCELLED";
1137
+ readonly FAILED: "FAILED";
1138
+ readonly PENDING: "PENDING";
1139
+ readonly RUNNING: "RUNNING";
1140
+ readonly SUCCEEDED: "SUCCEEDED";
1141
+ };
1142
+ /**
1143
+ * @public
1144
+ */
1145
+ export type StackSetOperationResultStatus = (typeof StackSetOperationResultStatus)[keyof typeof StackSetOperationResultStatus];
1146
+ /**
1147
+ * @public
1148
+ * @enum
1149
+ */
1150
+ export declare const OperationStatus: {
1151
+ readonly FAILED: "FAILED";
1152
+ readonly IN_PROGRESS: "IN_PROGRESS";
1153
+ readonly PENDING: "PENDING";
1154
+ readonly SUCCESS: "SUCCESS";
1155
+ };
1156
+ /**
1157
+ * @public
1158
+ */
1159
+ export type OperationStatus = (typeof OperationStatus)[keyof typeof OperationStatus];
1160
+ /**
1161
+ * @public
1162
+ * @enum
1163
+ */
1164
+ export declare const HandlerErrorCode: {
1165
+ readonly AccessDenied: "AccessDenied";
1166
+ readonly AlreadyExists: "AlreadyExists";
1167
+ readonly GeneralServiceException: "GeneralServiceException";
1168
+ readonly HandlerInternalFailure: "HandlerInternalFailure";
1169
+ readonly InternalFailure: "InternalFailure";
1170
+ readonly InvalidCredentials: "InvalidCredentials";
1171
+ readonly InvalidRequest: "InvalidRequest";
1172
+ readonly InvalidTypeConfiguration: "InvalidTypeConfiguration";
1173
+ readonly NetworkFailure: "NetworkFailure";
1174
+ readonly NonCompliant: "NonCompliant";
1175
+ readonly NotFound: "NotFound";
1176
+ readonly NotUpdatable: "NotUpdatable";
1177
+ readonly ResourceConflict: "ResourceConflict";
1178
+ readonly ServiceInternalError: "ServiceInternalError";
1179
+ readonly ServiceLimitExceeded: "ServiceLimitExceeded";
1180
+ readonly ServiceTimeout: "NotStabilized";
1181
+ readonly Throttling: "Throttling";
1182
+ readonly Unknown: "Unknown";
1183
+ readonly UnsupportedTarget: "UnsupportedTarget";
1184
+ };
1185
+ /**
1186
+ * @public
1187
+ */
1188
+ export type HandlerErrorCode = (typeof HandlerErrorCode)[keyof typeof HandlerErrorCode];
1189
+ /**
1190
+ * @public
1191
+ * @enum
1192
+ */
1193
+ export declare const ResourceSignalStatus: {
1194
+ readonly FAILURE: "FAILURE";
1195
+ readonly SUCCESS: "SUCCESS";
1196
+ };
1197
+ /**
1198
+ * @public
1199
+ */
1200
+ export type ResourceSignalStatus = (typeof ResourceSignalStatus)[keyof typeof ResourceSignalStatus];