@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,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeChangeSetCommandInput,
4
+ DescribeChangeSetCommandOutput,
5
+ } from "../commands/DescribeChangeSetCommand";
6
+ import { CloudFormationPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateDescribeChangeSet: (
8
+ config: CloudFormationPaginationConfiguration,
9
+ input: DescribeChangeSetCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<DescribeChangeSetCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeEventsCommandInput,
4
+ DescribeEventsCommandOutput,
5
+ } from "../commands/DescribeEventsCommand";
6
+ import { CloudFormationPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateDescribeEvents: (
8
+ config: CloudFormationPaginationConfiguration,
9
+ input: DescribeEventsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<DescribeEventsCommandOutput>;
@@ -1,4 +1,6 @@
1
1
  export * from "./DescribeAccountLimitsPaginator";
2
+ export * from "./DescribeChangeSetPaginator";
3
+ export * from "./DescribeEventsPaginator";
2
4
  export * from "./DescribeStackEventsPaginator";
3
5
  export * from "./DescribeStackResourceDriftsPaginator";
4
6
  export * from "./DescribeStacksPaginator";
@@ -61,6 +61,8 @@ export declare var DescribeChangeSetHooksInput: StaticStructureSchema;
61
61
  export declare var DescribeChangeSetHooksOutput: StaticStructureSchema;
62
62
  export declare var DescribeChangeSetInput: StaticStructureSchema;
63
63
  export declare var DescribeChangeSetOutput: StaticStructureSchema;
64
+ export declare var DescribeEventsInput: StaticStructureSchema;
65
+ export declare var DescribeEventsOutput: StaticStructureSchema;
64
66
  export declare var DescribeGeneratedTemplateInput: StaticStructureSchema;
65
67
  export declare var DescribeGeneratedTemplateOutput: StaticStructureSchema;
66
68
  export declare var DescribeOrganizationsAccessInput: StaticStructureSchema;
@@ -101,6 +103,7 @@ export declare var DetectStackSetDriftInput: StaticStructureSchema;
101
103
  export declare var DetectStackSetDriftOutput: StaticStructureSchema;
102
104
  export declare var EstimateTemplateCostInput: StaticStructureSchema;
103
105
  export declare var EstimateTemplateCostOutput: StaticStructureSchema;
106
+ export declare var EventFilter: StaticStructureSchema;
104
107
  export declare var ExecuteChangeSetInput: StaticStructureSchema;
105
108
  export declare var ExecuteChangeSetOutput: StaticStructureSchema;
106
109
  export declare var ExecuteStackRefactorInput: StaticStructureSchema;
@@ -168,10 +171,13 @@ export declare var ListTypesInput: StaticStructureSchema;
168
171
  export declare var ListTypesOutput: StaticStructureSchema;
169
172
  export declare var ListTypeVersionsInput: StaticStructureSchema;
170
173
  export declare var ListTypeVersionsOutput: StaticStructureSchema;
174
+ export declare var LiveResourceDrift: StaticStructureSchema;
171
175
  export declare var LoggingConfig: StaticStructureSchema;
172
176
  export declare var ManagedExecution: StaticStructureSchema;
173
177
  export declare var ModuleInfo: StaticStructureSchema;
174
178
  export declare var NameAlreadyExistsException: StaticErrorSchema;
179
+ export declare var OperationEntry: StaticStructureSchema;
180
+ export declare var OperationEvent: StaticStructureSchema;
175
181
  export declare var OperationIdAlreadyExistsException: StaticErrorSchema;
176
182
  export declare var OperationInProgressException: StaticErrorSchema;
177
183
  export declare var OperationNotFoundException: StaticErrorSchema;
@@ -196,6 +202,7 @@ export declare var ResourceChange: StaticStructureSchema;
196
202
  export declare var ResourceChangeDetail: StaticStructureSchema;
197
203
  export declare var ResourceDefinition: StaticStructureSchema;
198
204
  export declare var ResourceDetail: StaticStructureSchema;
205
+ export declare var ResourceDriftIgnoredAttribute: StaticStructureSchema;
199
206
  export declare var ResourceIdentifierSummary: StaticStructureSchema;
200
207
  export declare var ResourceLocation: StaticStructureSchema;
201
208
  export declare var ResourceMapping: StaticStructureSchema;
@@ -302,8 +309,10 @@ export declare var Exports: StaticListSchema;
302
309
  export declare var HookResultSummaries: StaticListSchema;
303
310
  export declare var Imports: number;
304
311
  export declare var JazzLogicalResourceIds: number;
312
+ export declare var LastOperations: StaticListSchema;
305
313
  export declare var LogicalResourceIds: number;
306
314
  export declare var NotificationARNs: number;
315
+ export declare var OperationEvents: StaticListSchema;
307
316
  export declare var OperationResultFilters: StaticListSchema;
308
317
  export declare var OrganizationalUnitIdList: number;
309
318
  export declare var Outputs: StaticListSchema;
@@ -318,6 +327,7 @@ export declare var RequiredActivatedTypes: StaticListSchema;
318
327
  export declare var ResourceChangeDetails: StaticListSchema;
319
328
  export declare var ResourceDefinitions: StaticListSchema;
320
329
  export declare var ResourceDetails: StaticListSchema;
330
+ export declare var ResourceDriftIgnoredAttributes: StaticListSchema;
321
331
  export declare var ResourceIdentifiers: number;
322
332
  export declare var ResourceIdentifierSummaries: StaticListSchema;
323
333
  export declare var ResourceMappings: StaticListSchema;
@@ -392,6 +402,7 @@ export declare var DeregisterType: StaticOperationSchema;
392
402
  export declare var DescribeAccountLimits: StaticOperationSchema;
393
403
  export declare var DescribeChangeSet: StaticOperationSchema;
394
404
  export declare var DescribeChangeSetHooks: StaticOperationSchema;
405
+ export declare var DescribeEvents: StaticOperationSchema;
395
406
  export declare var DescribeGeneratedTemplate: StaticOperationSchema;
396
407
  export declare var DescribeOrganizationsAccess: StaticOperationSchema;
397
408
  export declare var DescribePublisher: StaticOperationSchema;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudformation",
3
3
  "description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
4
- "version": "3.933.0",
4
+ "version": "3.936.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.932.0",
24
- "@aws-sdk/credential-provider-node": "3.933.0",
25
- "@aws-sdk/middleware-host-header": "3.930.0",
26
- "@aws-sdk/middleware-logger": "3.930.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.932.0",
29
- "@aws-sdk/region-config-resolver": "3.930.0",
30
- "@aws-sdk/types": "3.930.0",
31
- "@aws-sdk/util-endpoints": "3.930.0",
32
- "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.932.0",
23
+ "@aws-sdk/core": "3.936.0",
24
+ "@aws-sdk/credential-provider-node": "3.936.0",
25
+ "@aws-sdk/middleware-host-header": "3.936.0",
26
+ "@aws-sdk/middleware-logger": "3.936.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.936.0",
28
+ "@aws-sdk/middleware-user-agent": "3.936.0",
29
+ "@aws-sdk/region-config-resolver": "3.936.0",
30
+ "@aws-sdk/types": "3.936.0",
31
+ "@aws-sdk/util-endpoints": "3.936.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.936.0",
33
+ "@aws-sdk/util-user-agent-node": "3.936.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -2,5 +2,5 @@ export * from "./SSOClient";
2
2
  export * from "./SSO";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
- export * from "./models";
5
+ export * from "./models/errors";
6
6
  export { SSOServiceException } from "./models/SSOServiceException";
@@ -0,0 +1,49 @@
1
+ import { SSOServiceException as __BaseException } from "./SSOServiceException";
2
+ export class InvalidRequestException extends __BaseException {
3
+ name = "InvalidRequestException";
4
+ $fault = "client";
5
+ constructor(opts) {
6
+ super({
7
+ name: "InvalidRequestException",
8
+ $fault: "client",
9
+ ...opts,
10
+ });
11
+ Object.setPrototypeOf(this, InvalidRequestException.prototype);
12
+ }
13
+ }
14
+ export class ResourceNotFoundException extends __BaseException {
15
+ name = "ResourceNotFoundException";
16
+ $fault = "client";
17
+ constructor(opts) {
18
+ super({
19
+ name: "ResourceNotFoundException",
20
+ $fault: "client",
21
+ ...opts,
22
+ });
23
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
24
+ }
25
+ }
26
+ export class TooManyRequestsException extends __BaseException {
27
+ name = "TooManyRequestsException";
28
+ $fault = "client";
29
+ constructor(opts) {
30
+ super({
31
+ name: "TooManyRequestsException",
32
+ $fault: "client",
33
+ ...opts,
34
+ });
35
+ Object.setPrototypeOf(this, TooManyRequestsException.prototype);
36
+ }
37
+ }
38
+ export class UnauthorizedException extends __BaseException {
39
+ name = "UnauthorizedException";
40
+ $fault = "client";
41
+ constructor(opts) {
42
+ super({
43
+ name: "UnauthorizedException",
44
+ $fault: "client",
45
+ ...opts,
46
+ });
47
+ Object.setPrototypeOf(this, UnauthorizedException.prototype);
48
+ }
49
+ }
@@ -1,49 +1 @@
1
- import { SSOServiceException as __BaseException } from "./SSOServiceException";
2
- export class InvalidRequestException extends __BaseException {
3
- name = "InvalidRequestException";
4
- $fault = "client";
5
- constructor(opts) {
6
- super({
7
- name: "InvalidRequestException",
8
- $fault: "client",
9
- ...opts,
10
- });
11
- Object.setPrototypeOf(this, InvalidRequestException.prototype);
12
- }
13
- }
14
- export class ResourceNotFoundException extends __BaseException {
15
- name = "ResourceNotFoundException";
16
- $fault = "client";
17
- constructor(opts) {
18
- super({
19
- name: "ResourceNotFoundException",
20
- $fault: "client",
21
- ...opts,
22
- });
23
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
24
- }
25
- }
26
- export class TooManyRequestsException extends __BaseException {
27
- name = "TooManyRequestsException";
28
- $fault = "client";
29
- constructor(opts) {
30
- super({
31
- name: "TooManyRequestsException",
32
- $fault: "client",
33
- ...opts,
34
- });
35
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
36
- }
37
- }
38
- export class UnauthorizedException extends __BaseException {
39
- name = "UnauthorizedException";
40
- $fault = "client";
41
- constructor(opts) {
42
- super({
43
- name: "UnauthorizedException",
44
- $fault: "client",
45
- ...opts,
46
- });
47
- Object.setPrototypeOf(this, UnauthorizedException.prototype);
48
- }
49
- }
1
+ export {};
@@ -50,7 +50,7 @@ const _sT = "sessionToken";
50
50
  const _xasbt = "x-amz-sso_bearer_token";
51
51
  const n0 = "com.amazonaws.sso";
52
52
  import { TypeRegistry } from "@smithy/core/schema";
53
- import { InvalidRequestException as __InvalidRequestException, ResourceNotFoundException as __ResourceNotFoundException, TooManyRequestsException as __TooManyRequestsException, UnauthorizedException as __UnauthorizedException, } from "../models/index";
53
+ import { InvalidRequestException as __InvalidRequestException, ResourceNotFoundException as __ResourceNotFoundException, TooManyRequestsException as __TooManyRequestsException, UnauthorizedException as __UnauthorizedException, } from "../models/errors";
54
54
  import { SSOServiceException as __SSOServiceException } from "../models/SSOServiceException";
55
55
  export var AccessTokenType = [0, n0, _ATT, 8, 0];
56
56
  export var SecretAccessKeyType = [0, n0, _SAKT, 8, 0];
@@ -25,5 +25,6 @@ export type { RuntimeExtension } from "./runtimeExtensions";
25
25
  export type { SSOExtensionConfiguration } from "./extensionConfiguration";
26
26
  export * from "./commands";
27
27
  export * from "./pagination";
28
- export * from "./models";
28
+ export * from "./models/errors";
29
+ export type * from "./models/models_0";
29
30
  export { SSOServiceException } from "./models/SSOServiceException";
@@ -0,0 +1,53 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { SSOServiceException as __BaseException } from "./SSOServiceException";
3
+ /**
4
+ * <p>Indicates that a problem occurred with the input to the request. For example, a required
5
+ * parameter might be missing or out of range.</p>
6
+ * @public
7
+ */
8
+ export declare class InvalidRequestException extends __BaseException {
9
+ readonly name: "InvalidRequestException";
10
+ readonly $fault: "client";
11
+ /**
12
+ * @internal
13
+ */
14
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
15
+ }
16
+ /**
17
+ * <p>The specified resource doesn't exist.</p>
18
+ * @public
19
+ */
20
+ export declare class ResourceNotFoundException extends __BaseException {
21
+ readonly name: "ResourceNotFoundException";
22
+ readonly $fault: "client";
23
+ /**
24
+ * @internal
25
+ */
26
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
27
+ }
28
+ /**
29
+ * <p>Indicates that the request is being made too frequently and is more than what the server
30
+ * can handle.</p>
31
+ * @public
32
+ */
33
+ export declare class TooManyRequestsException extends __BaseException {
34
+ readonly name: "TooManyRequestsException";
35
+ readonly $fault: "client";
36
+ /**
37
+ * @internal
38
+ */
39
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
40
+ }
41
+ /**
42
+ * <p>Indicates that the request is not authorized. This can happen due to an invalid access
43
+ * token in the request.</p>
44
+ * @public
45
+ */
46
+ export declare class UnauthorizedException extends __BaseException {
47
+ readonly name: "UnauthorizedException";
48
+ readonly $fault: "client";
49
+ /**
50
+ * @internal
51
+ */
52
+ constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
53
+ }
@@ -1,5 +1,3 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { SSOServiceException as __BaseException } from "./SSOServiceException";
3
1
  /**
4
2
  * <p>Provides information about your AWS account.</p>
5
3
  * @public
@@ -82,57 +80,6 @@ export interface GetRoleCredentialsResponse {
82
80
  */
83
81
  roleCredentials?: RoleCredentials | undefined;
84
82
  }
85
- /**
86
- * <p>Indicates that a problem occurred with the input to the request. For example, a required
87
- * parameter might be missing or out of range.</p>
88
- * @public
89
- */
90
- export declare class InvalidRequestException extends __BaseException {
91
- readonly name: "InvalidRequestException";
92
- readonly $fault: "client";
93
- /**
94
- * @internal
95
- */
96
- constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
97
- }
98
- /**
99
- * <p>The specified resource doesn't exist.</p>
100
- * @public
101
- */
102
- export declare class ResourceNotFoundException extends __BaseException {
103
- readonly name: "ResourceNotFoundException";
104
- readonly $fault: "client";
105
- /**
106
- * @internal
107
- */
108
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
109
- }
110
- /**
111
- * <p>Indicates that the request is being made too frequently and is more than what the server
112
- * can handle.</p>
113
- * @public
114
- */
115
- export declare class TooManyRequestsException extends __BaseException {
116
- readonly name: "TooManyRequestsException";
117
- readonly $fault: "client";
118
- /**
119
- * @internal
120
- */
121
- constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
122
- }
123
- /**
124
- * <p>Indicates that the request is not authorized. This can happen due to an invalid access
125
- * token in the request.</p>
126
- * @public
127
- */
128
- export declare class UnauthorizedException extends __BaseException {
129
- readonly name: "UnauthorizedException";
130
- readonly $fault: "client";
131
- /**
132
- * @internal
133
- */
134
- constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
135
- }
136
83
  /**
137
84
  * @public
138
85
  */
@@ -5,5 +5,6 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { SSOExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/errors";
9
+ export * from "./models/models_0";
9
10
  export { SSOServiceException } from "./models/SSOServiceException";
@@ -0,0 +1,30 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { SSOServiceException as __BaseException } from "./SSOServiceException";
3
+ export declare class InvalidRequestException extends __BaseException {
4
+ readonly name: "InvalidRequestException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
8
+ );
9
+ }
10
+ export declare class ResourceNotFoundException extends __BaseException {
11
+ readonly name: "ResourceNotFoundException";
12
+ readonly $fault: "client";
13
+ constructor(
14
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
15
+ );
16
+ }
17
+ export declare class TooManyRequestsException extends __BaseException {
18
+ readonly name: "TooManyRequestsException";
19
+ readonly $fault: "client";
20
+ constructor(
21
+ opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
22
+ );
23
+ }
24
+ export declare class UnauthorizedException extends __BaseException {
25
+ readonly name: "UnauthorizedException";
26
+ readonly $fault: "client";
27
+ constructor(
28
+ opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
29
+ );
30
+ }
@@ -1,5 +1,3 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { SSOServiceException as __BaseException } from "./SSOServiceException";
3
1
  export interface AccountInfo {
4
2
  accountId?: string | undefined;
5
3
  accountName?: string | undefined;
@@ -19,34 +17,6 @@ export interface RoleCredentials {
19
17
  export interface GetRoleCredentialsResponse {
20
18
  roleCredentials?: RoleCredentials | undefined;
21
19
  }
22
- export declare class InvalidRequestException extends __BaseException {
23
- readonly name: "InvalidRequestException";
24
- readonly $fault: "client";
25
- constructor(
26
- opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
27
- );
28
- }
29
- export declare class ResourceNotFoundException extends __BaseException {
30
- readonly name: "ResourceNotFoundException";
31
- readonly $fault: "client";
32
- constructor(
33
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
34
- );
35
- }
36
- export declare class TooManyRequestsException extends __BaseException {
37
- readonly name: "TooManyRequestsException";
38
- readonly $fault: "client";
39
- constructor(
40
- opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
41
- );
42
- }
43
- export declare class UnauthorizedException extends __BaseException {
44
- readonly name: "UnauthorizedException";
45
- readonly $fault: "client";
46
- constructor(
47
- opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
48
- );
49
- }
50
20
  export interface ListAccountRolesRequest {
51
21
  nextToken?: string | undefined;
52
22
  maxResults?: number | undefined;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.933.0",
4
+ "version": "3.936.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.932.0",
24
- "@aws-sdk/middleware-host-header": "3.930.0",
25
- "@aws-sdk/middleware-logger": "3.930.0",
26
- "@aws-sdk/middleware-recursion-detection": "3.933.0",
27
- "@aws-sdk/middleware-user-agent": "3.932.0",
28
- "@aws-sdk/region-config-resolver": "3.930.0",
29
- "@aws-sdk/types": "3.930.0",
30
- "@aws-sdk/util-endpoints": "3.930.0",
31
- "@aws-sdk/util-user-agent-browser": "3.930.0",
32
- "@aws-sdk/util-user-agent-node": "3.932.0",
23
+ "@aws-sdk/core": "3.936.0",
24
+ "@aws-sdk/middleware-host-header": "3.936.0",
25
+ "@aws-sdk/middleware-logger": "3.936.0",
26
+ "@aws-sdk/middleware-recursion-detection": "3.936.0",
27
+ "@aws-sdk/middleware-user-agent": "3.936.0",
28
+ "@aws-sdk/region-config-resolver": "3.936.0",
29
+ "@aws-sdk/types": "3.936.0",
30
+ "@aws-sdk/util-endpoints": "3.936.0",
31
+ "@aws-sdk/util-user-agent-browser": "3.936.0",
32
+ "@aws-sdk/util-user-agent-node": "3.936.0",
33
33
  "@smithy/config-resolver": "^4.4.3",
34
- "@smithy/core": "^3.18.2",
34
+ "@smithy/core": "^3.18.5",
35
35
  "@smithy/fetch-http-handler": "^5.3.6",
36
36
  "@smithy/hash-node": "^4.2.5",
37
37
  "@smithy/invalid-dependency": "^4.2.5",
38
38
  "@smithy/middleware-content-length": "^4.2.5",
39
- "@smithy/middleware-endpoint": "^4.3.9",
40
- "@smithy/middleware-retry": "^4.4.9",
41
- "@smithy/middleware-serde": "^4.2.5",
39
+ "@smithy/middleware-endpoint": "^4.3.12",
40
+ "@smithy/middleware-retry": "^4.4.12",
41
+ "@smithy/middleware-serde": "^4.2.6",
42
42
  "@smithy/middleware-stack": "^4.2.5",
43
43
  "@smithy/node-config-provider": "^4.3.5",
44
44
  "@smithy/node-http-handler": "^4.4.5",
45
45
  "@smithy/protocol-http": "^5.3.5",
46
- "@smithy/smithy-client": "^4.9.5",
46
+ "@smithy/smithy-client": "^4.9.8",
47
47
  "@smithy/types": "^4.9.0",
48
48
  "@smithy/url-parser": "^4.2.5",
49
49
  "@smithy/util-base64": "^4.3.0",
50
50
  "@smithy/util-body-length-browser": "^4.2.0",
51
51
  "@smithy/util-body-length-node": "^4.2.1",
52
- "@smithy/util-defaults-mode-browser": "^4.3.8",
53
- "@smithy/util-defaults-mode-node": "^4.2.11",
52
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
53
+ "@smithy/util-defaults-mode-node": "^4.2.14",
54
54
  "@smithy/util-endpoints": "^3.2.5",
55
55
  "@smithy/util-middleware": "^4.2.5",
56
56
  "@smithy/util-retry": "^4.2.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.932.0",
3
+ "version": "3.936.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -81,14 +81,14 @@
81
81
  },
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
- "@aws-sdk/types": "3.930.0",
84
+ "@aws-sdk/types": "3.936.0",
85
85
  "@aws-sdk/xml-builder": "3.930.0",
86
- "@smithy/core": "^3.18.2",
86
+ "@smithy/core": "^3.18.5",
87
87
  "@smithy/node-config-provider": "^4.3.5",
88
88
  "@smithy/property-provider": "^4.2.5",
89
89
  "@smithy/protocol-http": "^5.3.5",
90
90
  "@smithy/signature-v4": "^5.3.5",
91
- "@smithy/smithy-client": "^4.9.5",
91
+ "@smithy/smithy-client": "^4.9.8",
92
92
  "@smithy/types": "^4.9.0",
93
93
  "@smithy/util-base64": "^4.3.0",
94
94
  "@smithy/util-middleware": "^4.2.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.932.0",
3
+ "version": "3.936.0",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,8 +26,8 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "3.932.0",
30
- "@aws-sdk/types": "3.930.0",
29
+ "@aws-sdk/core": "3.936.0",
30
+ "@aws-sdk/types": "3.936.0",
31
31
  "@smithy/property-provider": "^4.2.5",
32
32
  "@smithy/types": "^4.9.0",
33
33
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.932.0",
3
+ "version": "3.936.0",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "3.932.0",
32
- "@aws-sdk/types": "3.930.0",
31
+ "@aws-sdk/core": "3.936.0",
32
+ "@aws-sdk/types": "3.936.0",
33
33
  "@smithy/fetch-http-handler": "^5.3.6",
34
34
  "@smithy/node-http-handler": "^4.4.5",
35
35
  "@smithy/property-provider": "^4.2.5",
36
36
  "@smithy/protocol-http": "^5.3.5",
37
- "@smithy/smithy-client": "^4.9.5",
37
+ "@smithy/smithy-client": "^4.9.8",
38
38
  "@smithy/types": "^4.9.0",
39
39
  "@smithy/util-stream": "^4.5.6",
40
40
  "tslib": "^2.6.2"