@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
@@ -1,805 +1 @@
1
- import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
2
- export const AccountFilterType = {
3
- DIFFERENCE: "DIFFERENCE",
4
- INTERSECTION: "INTERSECTION",
5
- NONE: "NONE",
6
- UNION: "UNION",
7
- };
8
- export const AccountGateStatus = {
9
- FAILED: "FAILED",
10
- SKIPPED: "SKIPPED",
11
- SUCCEEDED: "SUCCEEDED",
12
- };
13
- export class InvalidOperationException extends __BaseException {
14
- name = "InvalidOperationException";
15
- $fault = "client";
16
- Message;
17
- constructor(opts) {
18
- super({
19
- name: "InvalidOperationException",
20
- $fault: "client",
21
- ...opts,
22
- });
23
- Object.setPrototypeOf(this, InvalidOperationException.prototype);
24
- this.Message = opts.Message;
25
- }
26
- }
27
- export class OperationNotFoundException extends __BaseException {
28
- name = "OperationNotFoundException";
29
- $fault = "client";
30
- Message;
31
- constructor(opts) {
32
- super({
33
- name: "OperationNotFoundException",
34
- $fault: "client",
35
- ...opts,
36
- });
37
- Object.setPrototypeOf(this, OperationNotFoundException.prototype);
38
- this.Message = opts.Message;
39
- }
40
- }
41
- export const ThirdPartyType = {
42
- HOOK: "HOOK",
43
- MODULE: "MODULE",
44
- RESOURCE: "RESOURCE",
45
- };
46
- export const VersionBump = {
47
- MAJOR: "MAJOR",
48
- MINOR: "MINOR",
49
- };
50
- export class CFNRegistryException extends __BaseException {
51
- name = "CFNRegistryException";
52
- $fault = "client";
53
- Message;
54
- constructor(opts) {
55
- super({
56
- name: "CFNRegistryException",
57
- $fault: "client",
58
- ...opts,
59
- });
60
- Object.setPrototypeOf(this, CFNRegistryException.prototype);
61
- this.Message = opts.Message;
62
- }
63
- }
64
- export class TypeNotFoundException extends __BaseException {
65
- name = "TypeNotFoundException";
66
- $fault = "client";
67
- Message;
68
- constructor(opts) {
69
- super({
70
- name: "TypeNotFoundException",
71
- $fault: "client",
72
- ...opts,
73
- });
74
- Object.setPrototypeOf(this, TypeNotFoundException.prototype);
75
- this.Message = opts.Message;
76
- }
77
- }
78
- export class AlreadyExistsException extends __BaseException {
79
- name = "AlreadyExistsException";
80
- $fault = "client";
81
- Message;
82
- constructor(opts) {
83
- super({
84
- name: "AlreadyExistsException",
85
- $fault: "client",
86
- ...opts,
87
- });
88
- Object.setPrototypeOf(this, AlreadyExistsException.prototype);
89
- this.Message = opts.Message;
90
- }
91
- }
92
- export const AnnotationSeverityLevel = {
93
- CRITICAL: "CRITICAL",
94
- HIGH: "HIGH",
95
- INFORMATIONAL: "INFORMATIONAL",
96
- LOW: "LOW",
97
- MEDIUM: "MEDIUM",
98
- };
99
- export const AnnotationStatus = {
100
- FAILED: "FAILED",
101
- PASSED: "PASSED",
102
- SKIPPED: "SKIPPED",
103
- };
104
- export const AttributeChangeType = {
105
- Add: "Add",
106
- Modify: "Modify",
107
- Remove: "Remove",
108
- };
109
- export class TypeConfigurationNotFoundException extends __BaseException {
110
- name = "TypeConfigurationNotFoundException";
111
- $fault = "client";
112
- Message;
113
- constructor(opts) {
114
- super({
115
- name: "TypeConfigurationNotFoundException",
116
- $fault: "client",
117
- ...opts,
118
- });
119
- Object.setPrototypeOf(this, TypeConfigurationNotFoundException.prototype);
120
- this.Message = opts.Message;
121
- }
122
- }
123
- export const CallAs = {
124
- DELEGATED_ADMIN: "DELEGATED_ADMIN",
125
- SELF: "SELF",
126
- };
127
- export class TokenAlreadyExistsException extends __BaseException {
128
- name = "TokenAlreadyExistsException";
129
- $fault = "client";
130
- Message;
131
- constructor(opts) {
132
- super({
133
- name: "TokenAlreadyExistsException",
134
- $fault: "client",
135
- ...opts,
136
- });
137
- Object.setPrototypeOf(this, TokenAlreadyExistsException.prototype);
138
- this.Message = opts.Message;
139
- }
140
- }
141
- export const Capability = {
142
- CAPABILITY_AUTO_EXPAND: "CAPABILITY_AUTO_EXPAND",
143
- CAPABILITY_IAM: "CAPABILITY_IAM",
144
- CAPABILITY_NAMED_IAM: "CAPABILITY_NAMED_IAM",
145
- };
146
- export const Category = {
147
- ACTIVATED: "ACTIVATED",
148
- AWS_TYPES: "AWS_TYPES",
149
- REGISTERED: "REGISTERED",
150
- THIRD_PARTY: "THIRD_PARTY",
151
- };
152
- export const ChangeAction = {
153
- Add: "Add",
154
- Dynamic: "Dynamic",
155
- Import: "Import",
156
- Modify: "Modify",
157
- Remove: "Remove",
158
- };
159
- export const ChangeSource = {
160
- Automatic: "Automatic",
161
- DirectModification: "DirectModification",
162
- ParameterReference: "ParameterReference",
163
- ResourceAttribute: "ResourceAttribute",
164
- ResourceReference: "ResourceReference",
165
- };
166
- export const EvaluationType = {
167
- Dynamic: "Dynamic",
168
- Static: "Static",
169
- };
170
- export const ResourceAttribute = {
171
- CreationPolicy: "CreationPolicy",
172
- DeletionPolicy: "DeletionPolicy",
173
- Metadata: "Metadata",
174
- Properties: "Properties",
175
- Tags: "Tags",
176
- UpdatePolicy: "UpdatePolicy",
177
- UpdateReplacePolicy: "UpdateReplacePolicy",
178
- };
179
- export const RequiresRecreation = {
180
- Always: "Always",
181
- Conditionally: "Conditionally",
182
- Never: "Never",
183
- };
184
- export const PolicyAction = {
185
- Delete: "Delete",
186
- ReplaceAndDelete: "ReplaceAndDelete",
187
- ReplaceAndRetain: "ReplaceAndRetain",
188
- ReplaceAndSnapshot: "ReplaceAndSnapshot",
189
- Retain: "Retain",
190
- Snapshot: "Snapshot",
191
- };
192
- export const Replacement = {
193
- Conditional: "Conditional",
194
- False: "False",
195
- True: "True",
196
- };
197
- export const ChangeType = {
198
- Resource: "Resource",
199
- };
200
- export const HookFailureMode = {
201
- FAIL: "FAIL",
202
- WARN: "WARN",
203
- };
204
- export const HookInvocationPoint = {
205
- PRE_PROVISION: "PRE_PROVISION",
206
- };
207
- export const HookTargetType = {
208
- RESOURCE: "RESOURCE",
209
- };
210
- export const ChangeSetHooksStatus = {
211
- PLANNED: "PLANNED",
212
- PLANNING: "PLANNING",
213
- UNAVAILABLE: "UNAVAILABLE",
214
- };
215
- export class ChangeSetNotFoundException extends __BaseException {
216
- name = "ChangeSetNotFoundException";
217
- $fault = "client";
218
- Message;
219
- constructor(opts) {
220
- super({
221
- name: "ChangeSetNotFoundException",
222
- $fault: "client",
223
- ...opts,
224
- });
225
- Object.setPrototypeOf(this, ChangeSetNotFoundException.prototype);
226
- this.Message = opts.Message;
227
- }
228
- }
229
- export const ChangeSetStatus = {
230
- CREATE_COMPLETE: "CREATE_COMPLETE",
231
- CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
232
- CREATE_PENDING: "CREATE_PENDING",
233
- DELETE_COMPLETE: "DELETE_COMPLETE",
234
- DELETE_FAILED: "DELETE_FAILED",
235
- DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
236
- DELETE_PENDING: "DELETE_PENDING",
237
- FAILED: "FAILED",
238
- };
239
- export const ExecutionStatus = {
240
- AVAILABLE: "AVAILABLE",
241
- EXECUTE_COMPLETE: "EXECUTE_COMPLETE",
242
- EXECUTE_FAILED: "EXECUTE_FAILED",
243
- EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS",
244
- OBSOLETE: "OBSOLETE",
245
- UNAVAILABLE: "UNAVAILABLE",
246
- };
247
- export const ChangeSetType = {
248
- CREATE: "CREATE",
249
- IMPORT: "IMPORT",
250
- UPDATE: "UPDATE",
251
- };
252
- export const OnStackFailure = {
253
- DELETE: "DELETE",
254
- DO_NOTHING: "DO_NOTHING",
255
- ROLLBACK: "ROLLBACK",
256
- };
257
- export class InsufficientCapabilitiesException extends __BaseException {
258
- name = "InsufficientCapabilitiesException";
259
- $fault = "client";
260
- Message;
261
- constructor(opts) {
262
- super({
263
- name: "InsufficientCapabilitiesException",
264
- $fault: "client",
265
- ...opts,
266
- });
267
- Object.setPrototypeOf(this, InsufficientCapabilitiesException.prototype);
268
- this.Message = opts.Message;
269
- }
270
- }
271
- export class LimitExceededException extends __BaseException {
272
- name = "LimitExceededException";
273
- $fault = "client";
274
- Message;
275
- constructor(opts) {
276
- super({
277
- name: "LimitExceededException",
278
- $fault: "client",
279
- ...opts,
280
- });
281
- Object.setPrototypeOf(this, LimitExceededException.prototype);
282
- this.Message = opts.Message;
283
- }
284
- }
285
- export class ConcurrentResourcesLimitExceededException extends __BaseException {
286
- name = "ConcurrentResourcesLimitExceededException";
287
- $fault = "client";
288
- Message;
289
- constructor(opts) {
290
- super({
291
- name: "ConcurrentResourcesLimitExceededException",
292
- $fault: "client",
293
- ...opts,
294
- });
295
- Object.setPrototypeOf(this, ConcurrentResourcesLimitExceededException.prototype);
296
- this.Message = opts.Message;
297
- }
298
- }
299
- export const GeneratedTemplateDeletionPolicy = {
300
- DELETE: "DELETE",
301
- RETAIN: "RETAIN",
302
- };
303
- export const GeneratedTemplateUpdateReplacePolicy = {
304
- DELETE: "DELETE",
305
- RETAIN: "RETAIN",
306
- };
307
- export const OnFailure = {
308
- DELETE: "DELETE",
309
- DO_NOTHING: "DO_NOTHING",
310
- ROLLBACK: "ROLLBACK",
311
- };
312
- export const ConcurrencyMode = {
313
- SOFT_FAILURE_TOLERANCE: "SOFT_FAILURE_TOLERANCE",
314
- STRICT_FAILURE_TOLERANCE: "STRICT_FAILURE_TOLERANCE",
315
- };
316
- export const RegionConcurrencyType = {
317
- PARALLEL: "PARALLEL",
318
- SEQUENTIAL: "SEQUENTIAL",
319
- };
320
- export class OperationIdAlreadyExistsException extends __BaseException {
321
- name = "OperationIdAlreadyExistsException";
322
- $fault = "client";
323
- Message;
324
- constructor(opts) {
325
- super({
326
- name: "OperationIdAlreadyExistsException",
327
- $fault: "client",
328
- ...opts,
329
- });
330
- Object.setPrototypeOf(this, OperationIdAlreadyExistsException.prototype);
331
- this.Message = opts.Message;
332
- }
333
- }
334
- export class OperationInProgressException extends __BaseException {
335
- name = "OperationInProgressException";
336
- $fault = "client";
337
- Message;
338
- constructor(opts) {
339
- super({
340
- name: "OperationInProgressException",
341
- $fault: "client",
342
- ...opts,
343
- });
344
- Object.setPrototypeOf(this, OperationInProgressException.prototype);
345
- this.Message = opts.Message;
346
- }
347
- }
348
- export class StackSetNotFoundException extends __BaseException {
349
- name = "StackSetNotFoundException";
350
- $fault = "client";
351
- Message;
352
- constructor(opts) {
353
- super({
354
- name: "StackSetNotFoundException",
355
- $fault: "client",
356
- ...opts,
357
- });
358
- Object.setPrototypeOf(this, StackSetNotFoundException.prototype);
359
- this.Message = opts.Message;
360
- }
361
- }
362
- export class StaleRequestException extends __BaseException {
363
- name = "StaleRequestException";
364
- $fault = "client";
365
- Message;
366
- constructor(opts) {
367
- super({
368
- name: "StaleRequestException",
369
- $fault: "client",
370
- ...opts,
371
- });
372
- Object.setPrototypeOf(this, StaleRequestException.prototype);
373
- this.Message = opts.Message;
374
- }
375
- }
376
- export class CreatedButModifiedException extends __BaseException {
377
- name = "CreatedButModifiedException";
378
- $fault = "client";
379
- Message;
380
- constructor(opts) {
381
- super({
382
- name: "CreatedButModifiedException",
383
- $fault: "client",
384
- ...opts,
385
- });
386
- Object.setPrototypeOf(this, CreatedButModifiedException.prototype);
387
- this.Message = opts.Message;
388
- }
389
- }
390
- export const PermissionModels = {
391
- SELF_MANAGED: "SELF_MANAGED",
392
- SERVICE_MANAGED: "SERVICE_MANAGED",
393
- };
394
- export class NameAlreadyExistsException extends __BaseException {
395
- name = "NameAlreadyExistsException";
396
- $fault = "client";
397
- Message;
398
- constructor(opts) {
399
- super({
400
- name: "NameAlreadyExistsException",
401
- $fault: "client",
402
- ...opts,
403
- });
404
- Object.setPrototypeOf(this, NameAlreadyExistsException.prototype);
405
- this.Message = opts.Message;
406
- }
407
- }
408
- export class InvalidChangeSetStatusException extends __BaseException {
409
- name = "InvalidChangeSetStatusException";
410
- $fault = "client";
411
- Message;
412
- constructor(opts) {
413
- super({
414
- name: "InvalidChangeSetStatusException",
415
- $fault: "client",
416
- ...opts,
417
- });
418
- Object.setPrototypeOf(this, InvalidChangeSetStatusException.prototype);
419
- this.Message = opts.Message;
420
- }
421
- }
422
- export class GeneratedTemplateNotFoundException extends __BaseException {
423
- name = "GeneratedTemplateNotFoundException";
424
- $fault = "client";
425
- Message;
426
- constructor(opts) {
427
- super({
428
- name: "GeneratedTemplateNotFoundException",
429
- $fault: "client",
430
- ...opts,
431
- });
432
- Object.setPrototypeOf(this, GeneratedTemplateNotFoundException.prototype);
433
- this.Message = opts.Message;
434
- }
435
- }
436
- export const DeletionMode = {
437
- FORCE_DELETE_STACK: "FORCE_DELETE_STACK",
438
- STANDARD: "STANDARD",
439
- };
440
- export class StackSetNotEmptyException extends __BaseException {
441
- name = "StackSetNotEmptyException";
442
- $fault = "client";
443
- Message;
444
- constructor(opts) {
445
- super({
446
- name: "StackSetNotEmptyException",
447
- $fault: "client",
448
- ...opts,
449
- });
450
- Object.setPrototypeOf(this, StackSetNotEmptyException.prototype);
451
- this.Message = opts.Message;
452
- }
453
- }
454
- export const RegistryType = {
455
- HOOK: "HOOK",
456
- MODULE: "MODULE",
457
- RESOURCE: "RESOURCE",
458
- };
459
- export const GeneratedTemplateResourceStatus = {
460
- COMPLETE: "COMPLETE",
461
- FAILED: "FAILED",
462
- IN_PROGRESS: "IN_PROGRESS",
463
- PENDING: "PENDING",
464
- };
465
- export const WarningType = {
466
- EXCLUDED_PROPERTIES: "EXCLUDED_PROPERTIES",
467
- EXCLUDED_RESOURCES: "EXCLUDED_RESOURCES",
468
- MUTUALLY_EXCLUSIVE_PROPERTIES: "MUTUALLY_EXCLUSIVE_PROPERTIES",
469
- MUTUALLY_EXCLUSIVE_TYPES: "MUTUALLY_EXCLUSIVE_TYPES",
470
- UNSUPPORTED_PROPERTIES: "UNSUPPORTED_PROPERTIES",
471
- };
472
- export const GeneratedTemplateStatus = {
473
- COMPLETE: "COMPLETE",
474
- CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
475
- CREATE_PENDING: "CREATE_PENDING",
476
- DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
477
- DELETE_PENDING: "DELETE_PENDING",
478
- FAILED: "FAILED",
479
- UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
480
- UPDATE_PENDING: "UPDATE_PENDING",
481
- };
482
- export const OrganizationStatus = {
483
- DISABLED: "DISABLED",
484
- DISABLED_PERMANENTLY: "DISABLED_PERMANENTLY",
485
- ENABLED: "ENABLED",
486
- };
487
- export const IdentityProvider = {
488
- AWS_Marketplace: "AWS_Marketplace",
489
- Bitbucket: "Bitbucket",
490
- GitHub: "GitHub",
491
- };
492
- export const PublisherStatus = {
493
- UNVERIFIED: "UNVERIFIED",
494
- VERIFIED: "VERIFIED",
495
- };
496
- export const ResourceScanStatus = {
497
- COMPLETE: "COMPLETE",
498
- EXPIRED: "EXPIRED",
499
- FAILED: "FAILED",
500
- IN_PROGRESS: "IN_PROGRESS",
501
- };
502
- export class ResourceScanNotFoundException extends __BaseException {
503
- name = "ResourceScanNotFoundException";
504
- $fault = "client";
505
- Message;
506
- constructor(opts) {
507
- super({
508
- name: "ResourceScanNotFoundException",
509
- $fault: "client",
510
- ...opts,
511
- });
512
- Object.setPrototypeOf(this, ResourceScanNotFoundException.prototype);
513
- this.Message = opts.Message;
514
- }
515
- }
516
- export const StackDriftDetectionStatus = {
517
- DETECTION_COMPLETE: "DETECTION_COMPLETE",
518
- DETECTION_FAILED: "DETECTION_FAILED",
519
- DETECTION_IN_PROGRESS: "DETECTION_IN_PROGRESS",
520
- };
521
- export const StackDriftStatus = {
522
- DRIFTED: "DRIFTED",
523
- IN_SYNC: "IN_SYNC",
524
- NOT_CHECKED: "NOT_CHECKED",
525
- UNKNOWN: "UNKNOWN",
526
- };
527
- export const DetailedStatus = {
528
- CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE",
529
- VALIDATION_FAILED: "VALIDATION_FAILED",
530
- };
531
- export const HookStatus = {
532
- HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED",
533
- HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED",
534
- HOOK_FAILED: "HOOK_FAILED",
535
- HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS",
536
- };
537
- export const ResourceStatus = {
538
- CREATE_COMPLETE: "CREATE_COMPLETE",
539
- CREATE_FAILED: "CREATE_FAILED",
540
- CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
541
- DELETE_COMPLETE: "DELETE_COMPLETE",
542
- DELETE_FAILED: "DELETE_FAILED",
543
- DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
544
- DELETE_SKIPPED: "DELETE_SKIPPED",
545
- EXPORT_COMPLETE: "EXPORT_COMPLETE",
546
- EXPORT_FAILED: "EXPORT_FAILED",
547
- EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS",
548
- EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE",
549
- EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED",
550
- EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS",
551
- IMPORT_COMPLETE: "IMPORT_COMPLETE",
552
- IMPORT_FAILED: "IMPORT_FAILED",
553
- IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
554
- IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE",
555
- IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED",
556
- IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS",
557
- ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
558
- ROLLBACK_FAILED: "ROLLBACK_FAILED",
559
- ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
560
- UPDATE_COMPLETE: "UPDATE_COMPLETE",
561
- UPDATE_FAILED: "UPDATE_FAILED",
562
- UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
563
- UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE",
564
- UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
565
- UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS",
566
- };
567
- export const StackInstanceDetailedStatus = {
568
- CANCELLED: "CANCELLED",
569
- FAILED: "FAILED",
570
- FAILED_IMPORT: "FAILED_IMPORT",
571
- INOPERABLE: "INOPERABLE",
572
- PENDING: "PENDING",
573
- RUNNING: "RUNNING",
574
- SKIPPED_SUSPENDED_ACCOUNT: "SKIPPED_SUSPENDED_ACCOUNT",
575
- SUCCEEDED: "SUCCEEDED",
576
- };
577
- export const StackInstanceStatus = {
578
- CURRENT: "CURRENT",
579
- INOPERABLE: "INOPERABLE",
580
- OUTDATED: "OUTDATED",
581
- };
582
- export class StackInstanceNotFoundException extends __BaseException {
583
- name = "StackInstanceNotFoundException";
584
- $fault = "client";
585
- Message;
586
- constructor(opts) {
587
- super({
588
- name: "StackInstanceNotFoundException",
589
- $fault: "client",
590
- ...opts,
591
- });
592
- Object.setPrototypeOf(this, StackInstanceNotFoundException.prototype);
593
- this.Message = opts.Message;
594
- }
595
- }
596
- export const StackRefactorExecutionStatus = {
597
- AVAILABLE: "AVAILABLE",
598
- EXECUTE_COMPLETE: "EXECUTE_COMPLETE",
599
- EXECUTE_FAILED: "EXECUTE_FAILED",
600
- EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS",
601
- OBSOLETE: "OBSOLETE",
602
- ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
603
- ROLLBACK_FAILED: "ROLLBACK_FAILED",
604
- ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
605
- UNAVAILABLE: "UNAVAILABLE",
606
- };
607
- export const StackRefactorStatus = {
608
- CREATE_COMPLETE: "CREATE_COMPLETE",
609
- CREATE_FAILED: "CREATE_FAILED",
610
- CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
611
- DELETE_COMPLETE: "DELETE_COMPLETE",
612
- DELETE_FAILED: "DELETE_FAILED",
613
- DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
614
- };
615
- export class StackRefactorNotFoundException extends __BaseException {
616
- name = "StackRefactorNotFoundException";
617
- $fault = "client";
618
- Message;
619
- constructor(opts) {
620
- super({
621
- name: "StackRefactorNotFoundException",
622
- $fault: "client",
623
- ...opts,
624
- });
625
- Object.setPrototypeOf(this, StackRefactorNotFoundException.prototype);
626
- this.Message = opts.Message;
627
- }
628
- }
629
- export const StackResourceDriftStatus = {
630
- DELETED: "DELETED",
631
- IN_SYNC: "IN_SYNC",
632
- MODIFIED: "MODIFIED",
633
- NOT_CHECKED: "NOT_CHECKED",
634
- UNKNOWN: "UNKNOWN",
635
- };
636
- export const DifferenceType = {
637
- ADD: "ADD",
638
- NOT_EQUAL: "NOT_EQUAL",
639
- REMOVE: "REMOVE",
640
- };
641
- export const StackStatus = {
642
- CREATE_COMPLETE: "CREATE_COMPLETE",
643
- CREATE_FAILED: "CREATE_FAILED",
644
- CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
645
- DELETE_COMPLETE: "DELETE_COMPLETE",
646
- DELETE_FAILED: "DELETE_FAILED",
647
- DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
648
- IMPORT_COMPLETE: "IMPORT_COMPLETE",
649
- IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
650
- IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE",
651
- IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED",
652
- IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS",
653
- REVIEW_IN_PROGRESS: "REVIEW_IN_PROGRESS",
654
- ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
655
- ROLLBACK_FAILED: "ROLLBACK_FAILED",
656
- ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
657
- UPDATE_COMPLETE: "UPDATE_COMPLETE",
658
- UPDATE_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS",
659
- UPDATE_FAILED: "UPDATE_FAILED",
660
- UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
661
- UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE",
662
- UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
663
- UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
664
- UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS",
665
- };
666
- export const StackSetDriftDetectionStatus = {
667
- COMPLETED: "COMPLETED",
668
- FAILED: "FAILED",
669
- IN_PROGRESS: "IN_PROGRESS",
670
- PARTIAL_SUCCESS: "PARTIAL_SUCCESS",
671
- STOPPED: "STOPPED",
672
- };
673
- export const StackSetDriftStatus = {
674
- DRIFTED: "DRIFTED",
675
- IN_SYNC: "IN_SYNC",
676
- NOT_CHECKED: "NOT_CHECKED",
677
- };
678
- export const StackSetStatus = {
679
- ACTIVE: "ACTIVE",
680
- DELETED: "DELETED",
681
- };
682
- export const StackSetOperationAction = {
683
- CREATE: "CREATE",
684
- DELETE: "DELETE",
685
- DETECT_DRIFT: "DETECT_DRIFT",
686
- UPDATE: "UPDATE",
687
- };
688
- export const StackSetOperationStatus = {
689
- FAILED: "FAILED",
690
- QUEUED: "QUEUED",
691
- RUNNING: "RUNNING",
692
- STOPPED: "STOPPED",
693
- STOPPING: "STOPPING",
694
- SUCCEEDED: "SUCCEEDED",
695
- };
696
- export const DeprecatedStatus = {
697
- DEPRECATED: "DEPRECATED",
698
- LIVE: "LIVE",
699
- };
700
- export const ProvisioningType = {
701
- FULLY_MUTABLE: "FULLY_MUTABLE",
702
- IMMUTABLE: "IMMUTABLE",
703
- NON_PROVISIONABLE: "NON_PROVISIONABLE",
704
- };
705
- export const TypeTestsStatus = {
706
- FAILED: "FAILED",
707
- IN_PROGRESS: "IN_PROGRESS",
708
- NOT_TESTED: "NOT_TESTED",
709
- PASSED: "PASSED",
710
- };
711
- export const Visibility = {
712
- PRIVATE: "PRIVATE",
713
- PUBLIC: "PUBLIC",
714
- };
715
- export const RegistrationStatus = {
716
- COMPLETE: "COMPLETE",
717
- FAILED: "FAILED",
718
- IN_PROGRESS: "IN_PROGRESS",
719
- };
720
- export const TemplateFormat = {
721
- JSON: "JSON",
722
- YAML: "YAML",
723
- };
724
- export const HookTargetAction = {
725
- CREATE: "CREATE",
726
- DELETE: "DELETE",
727
- IMPORT: "IMPORT",
728
- UPDATE: "UPDATE",
729
- };
730
- export class HookResultNotFoundException extends __BaseException {
731
- name = "HookResultNotFoundException";
732
- $fault = "client";
733
- Message;
734
- constructor(opts) {
735
- super({
736
- name: "HookResultNotFoundException",
737
- $fault: "client",
738
- ...opts,
739
- });
740
- Object.setPrototypeOf(this, HookResultNotFoundException.prototype);
741
- this.Message = opts.Message;
742
- }
743
- }
744
- export const TemplateStage = {
745
- Original: "Original",
746
- Processed: "Processed",
747
- };
748
- export class StackNotFoundException extends __BaseException {
749
- name = "StackNotFoundException";
750
- $fault = "client";
751
- Message;
752
- constructor(opts) {
753
- super({
754
- name: "StackNotFoundException",
755
- $fault: "client",
756
- ...opts,
757
- });
758
- Object.setPrototypeOf(this, StackNotFoundException.prototype);
759
- this.Message = opts.Message;
760
- }
761
- }
762
- export const ListHookResultsTargetType = {
763
- CHANGE_SET: "CHANGE_SET",
764
- CLOUD_CONTROL: "CLOUD_CONTROL",
765
- RESOURCE: "RESOURCE",
766
- STACK: "STACK",
767
- };
768
- export class ResourceScanInProgressException extends __BaseException {
769
- name = "ResourceScanInProgressException";
770
- $fault = "client";
771
- Message;
772
- constructor(opts) {
773
- super({
774
- name: "ResourceScanInProgressException",
775
- $fault: "client",
776
- ...opts,
777
- });
778
- Object.setPrototypeOf(this, ResourceScanInProgressException.prototype);
779
- this.Message = opts.Message;
780
- }
781
- }
782
- export const ScanType = {
783
- FULL: "FULL",
784
- PARTIAL: "PARTIAL",
785
- };
786
- export const StackInstanceFilterName = {
787
- DETAILED_STATUS: "DETAILED_STATUS",
788
- DRIFT_STATUS: "DRIFT_STATUS",
789
- LAST_OPERATION_ID: "LAST_OPERATION_ID",
790
- };
791
- export const StackRefactorActionType = {
792
- CREATE: "CREATE",
793
- MOVE: "MOVE",
794
- };
795
- export const StackRefactorDetection = {
796
- AUTO: "AUTO",
797
- MANUAL: "MANUAL",
798
- };
799
- export const StackRefactorActionEntity = {
800
- RESOURCE: "RESOURCE",
801
- STACK: "STACK",
802
- };
803
- export const OperationResultFilterName = {
804
- OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS",
805
- };
1
+ export {};