@cdk8s/awscdk-resolver 0.0.494 → 0.0.496

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 (285) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/package.json +38 -38
  4. package/node_modules/@aws-sdk/core/package.json +13 -13
  5. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  6. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  7. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  8. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  9. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  10. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  11. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
  12. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  13. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  14. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  15. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  16. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  17. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  18. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  19. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  20. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
  21. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  22. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  23. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  24. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  25. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  26. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  27. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
  28. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  29. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  30. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  31. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  32. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.js +5 -3
  33. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  34. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  35. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
  36. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/auth/httpAuthSchemeProvider.js +8 -27
  37. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  38. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  39. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/index.js +1 -53
  40. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  41. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
  42. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  43. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  44. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  45. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
  46. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  47. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  48. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  49. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/ListAccountsCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js} +5 -5
  50. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/LogoutCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js} +5 -5
  51. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  52. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  53. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
  54. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  55. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  56. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  57. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  58. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.js +5 -3
  59. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  60. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  61. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  62. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
  63. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  64. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +1 -1
  65. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  66. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthSchemeProvider.js +9 -28
  67. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  68. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  69. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
  70. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/index.js +0 -1
  71. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
  72. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  73. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
  74. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  75. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  76. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  77. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  78. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
  79. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
  80. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  81. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
  82. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  83. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  84. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  85. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  86. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  87. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
  88. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  89. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  90. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  91. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  92. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  93. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  94. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  95. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  96. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  97. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  98. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  99. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
  100. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  101. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
  102. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  103. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  104. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSOClient.d.ts +6 -8
  105. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  106. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
  107. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +3 -3
  108. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  109. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  110. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  111. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
  112. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/index.d.ts +0 -1
  113. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  114. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/schemas/schemas_0.d.ts +0 -10
  115. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  116. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
  117. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  118. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  119. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  120. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
  121. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
  122. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  123. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  124. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  125. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  126. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  127. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  128. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  129. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  130. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  131. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  132. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  133. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  134. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  135. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  136. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  137. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  138. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  139. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  140. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  141. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  142. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/SSOClient.d.ts +3 -24
  143. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  144. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +5 -9
  145. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  146. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  147. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  148. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/index.d.ts +0 -1
  149. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  150. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/schemas/schemas_0.d.ts +0 -10
  151. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  152. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  153. package/node_modules/@aws-sdk/nested-clients/package.json +54 -36
  154. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  155. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  156. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +12 -23
  157. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  158. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  159. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
  160. package/node_modules/@aws-sdk/types/package.json +2 -2
  161. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  162. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  163. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  164. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  165. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  166. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -6
  167. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
  168. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  169. package/node_modules/@smithy/abort-controller/package.json +2 -2
  170. package/node_modules/@smithy/config-resolver/package.json +5 -5
  171. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +23 -3
  172. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +22 -2
  173. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  174. package/node_modules/@smithy/core/package.json +7 -7
  175. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  176. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  177. package/node_modules/@smithy/hash-node/package.json +2 -2
  178. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  179. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  180. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  181. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  182. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  183. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  184. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  185. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  186. package/node_modules/@smithy/property-provider/package.json +2 -2
  187. package/node_modules/@smithy/protocol-http/package.json +2 -2
  188. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  189. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  190. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  191. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  192. package/node_modules/@smithy/signature-v4/package.json +4 -4
  193. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +20 -1
  194. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  195. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  196. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
  197. package/node_modules/@smithy/smithy-client/package.json +10 -8
  198. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
  199. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
  200. package/node_modules/@smithy/types/package.json +1 -1
  201. package/node_modules/@smithy/url-parser/package.json +3 -3
  202. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  203. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  204. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
  205. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  206. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  207. package/node_modules/@smithy/util-middleware/package.json +2 -2
  208. package/node_modules/@smithy/util-retry/package.json +3 -3
  209. package/node_modules/@smithy/util-stream/package.json +4 -4
  210. package/node_modules/@smithy/util-waiter/package.json +3 -3
  211. package/package.json +3 -3
  212. package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  213. package/node_modules/@aws-sdk/client-sso/README.md +0 -244
  214. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  215. package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +0 -161
  216. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -21
  217. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -16
  218. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  219. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  220. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  221. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  222. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  223. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -158
  224. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -67
  225. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
  226. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
  227. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
  228. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  229. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
  230. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  231. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  232. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  233. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  234. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -91
  235. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  236. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  237. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  238. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  239. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
  240. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  241. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  242. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  243. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  244. package/node_modules/@aws-sdk/client-sso/package.json +0 -99
  245. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-Bw7VSvlO.js +0 -8
  246. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  247. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  248. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/SSOServiceException.js +0 -0
  249. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/errors.js +0 -0
  250. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +0 -0
  251. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  252. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  253. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  254. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
  255. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  256. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  257. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +0 -0
  258. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  259. /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
  260. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  261. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
  262. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +0 -0
  263. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  264. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  265. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
  266. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  267. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
  268. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
  269. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +0 -0
  270. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +0 -0
  271. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
  272. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
  273. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  274. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  275. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
  276. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +0 -0
  277. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
  278. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  279. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  280. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
  281. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
  282. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +0 -0
  283. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.native.d.ts +0 -0
  284. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
  285. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
@@ -1,244 +0,0 @@
1
- <!-- generated file, do not edit directly -->
2
-
3
- # @aws-sdk/client-sso
4
-
5
- ## Description
6
-
7
- AWS SDK for JavaScript SSO Client for Node.js, Browser and React Native.
8
-
9
- <p>AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to
10
- IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles
11
- assigned to them and get federated into the application.</p>
12
- <note>
13
- <p>Although AWS Single Sign-On was renamed, the <code>sso</code> and
14
- <code>identitystore</code> API namespaces will continue to retain their original name for
15
- backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">IAM Identity Center rename</a>.</p>
16
- </note>
17
- <p>This reference guide describes the IAM Identity Center Portal operations that you can call
18
- programatically and includes detailed information on data types and errors.</p>
19
- <note>
20
- <p>AWS provides SDKs that consist of libraries and sample code for various programming
21
- languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a
22
- convenient way to create programmatic access to IAM Identity Center and other AWS services. For more
23
- information about the AWS SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
24
- </note>
25
-
26
- ## Installing
27
- To install this package, simply type add or install @aws-sdk/client-sso
28
- using your favorite package manager:
29
- - `npm install @aws-sdk/client-sso`
30
- - `yarn add @aws-sdk/client-sso`
31
- - `pnpm add @aws-sdk/client-sso`
32
-
33
- ## Getting Started
34
-
35
- ### Import
36
-
37
- The AWS SDK is modulized by clients and commands.
38
- To send a request, you only need to import the `SSOClient` and
39
- the commands you need, for example `ListAccountsCommand`:
40
-
41
- ```js
42
- // ES5 example
43
- const { SSOClient, ListAccountsCommand } = require("@aws-sdk/client-sso");
44
- ```
45
-
46
- ```ts
47
- // ES6+ example
48
- import { SSOClient, ListAccountsCommand } from "@aws-sdk/client-sso";
49
- ```
50
-
51
- ### Usage
52
-
53
- To send a request, you:
54
-
55
- - Initiate client with configuration (e.g. credentials, region).
56
- - Initiate command with input parameters.
57
- - Call `send` operation on client with command object as input.
58
- - If you are using a custom http handler, you may call `destroy()` to close open connections.
59
-
60
- ```js
61
- // a client can be shared by different commands.
62
- const client = new SSOClient({ region: "REGION" });
63
-
64
- const params = { /** input parameters */ };
65
- const command = new ListAccountsCommand(params);
66
- ```
67
-
68
- #### Async/await
69
-
70
- We recommend using [await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await)
71
- operator to wait for the promise returned by send operation as follows:
72
-
73
- ```js
74
- // async/await.
75
- try {
76
- const data = await client.send(command);
77
- // process data.
78
- } catch (error) {
79
- // error handling.
80
- } finally {
81
- // finally.
82
- }
83
- ```
84
-
85
- Async-await is clean, concise, intuitive, easy to debug and has better error handling
86
- as compared to using Promise chains or callbacks.
87
-
88
- #### Promises
89
-
90
- You can also use [Promise chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises#chaining)
91
- to execute send operation.
92
-
93
- ```js
94
- client.send(command).then(
95
- (data) => {
96
- // process data.
97
- },
98
- (error) => {
99
- // error handling.
100
- }
101
- );
102
- ```
103
-
104
- Promises can also be called using `.catch()` and `.finally()` as follows:
105
-
106
- ```js
107
- client
108
- .send(command)
109
- .then((data) => {
110
- // process data.
111
- })
112
- .catch((error) => {
113
- // error handling.
114
- })
115
- .finally(() => {
116
- // finally.
117
- });
118
- ```
119
-
120
- #### Callbacks
121
-
122
- We do not recommend using callbacks because of [callback hell](http://callbackhell.com/),
123
- but they are supported by the send operation.
124
-
125
- ```js
126
- // callbacks.
127
- client.send(command, (err, data) => {
128
- // process err and data.
129
- });
130
- ```
131
-
132
- #### v2 compatible style
133
-
134
- The client can also send requests using v2 compatible style.
135
- However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post
136
- on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/)
137
-
138
- ```ts
139
- import * as AWS from "@aws-sdk/client-sso";
140
- const client = new AWS.SSO({ region: "REGION" });
141
-
142
- // async/await.
143
- try {
144
- const data = await client.listAccounts(params);
145
- // process data.
146
- } catch (error) {
147
- // error handling.
148
- }
149
-
150
- // Promises.
151
- client
152
- .listAccounts(params)
153
- .then((data) => {
154
- // process data.
155
- })
156
- .catch((error) => {
157
- // error handling.
158
- });
159
-
160
- // callbacks.
161
- client.listAccounts(params, (err, data) => {
162
- // process err and data.
163
- });
164
- ```
165
-
166
- ### Troubleshooting
167
-
168
- When the service returns an exception, the error will include the exception information,
169
- as well as response metadata (e.g. request id).
170
-
171
- ```js
172
- try {
173
- const data = await client.send(command);
174
- // process data.
175
- } catch (error) {
176
- const { requestId, cfId, extendedRequestId } = error.$metadata;
177
- console.log({ requestId, cfId, extendedRequestId });
178
- /**
179
- * The keys within exceptions are also parsed.
180
- * You can access them by specifying exception names:
181
- * if (error.name === 'SomeServiceException') {
182
- * const value = error.specialKeyInException;
183
- * }
184
- */
185
- }
186
- ```
187
-
188
- ## Getting Help
189
-
190
- Please use these community resources for getting help.
191
- We use the GitHub issues for tracking bugs and feature requests, but have limited bandwidth to address them.
192
-
193
- - Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
194
- or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html).
195
- - Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/)
196
- on AWS Developer Blog.
197
- - Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`.
198
- - Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3).
199
- - If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose).
200
-
201
- To test your universal JavaScript code in Node.js, browser and react-native environments,
202
- visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
203
-
204
- ## Contributing
205
-
206
- This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-sso` package is updated.
207
- To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
208
-
209
- ## License
210
-
211
- This SDK is distributed under the
212
- [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
213
- see LICENSE for more information.
214
-
215
- ## Client Commands (Operations List)
216
-
217
- <details>
218
- <summary>
219
- GetRoleCredentials
220
- </summary>
221
-
222
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sso/command/GetRoleCredentialsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/GetRoleCredentialsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/GetRoleCredentialsCommandOutput/)
223
- </details>
224
- <details>
225
- <summary>
226
- ListAccountRoles
227
- </summary>
228
-
229
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sso/command/ListAccountRolesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/ListAccountRolesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/ListAccountRolesCommandOutput/)
230
- </details>
231
- <details>
232
- <summary>
233
- ListAccounts
234
- </summary>
235
-
236
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sso/command/ListAccountsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/ListAccountsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/ListAccountsCommandOutput/)
237
- </details>
238
- <details>
239
- <summary>
240
- Logout
241
- </summary>
242
-
243
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sso/command/LogoutCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/LogoutCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/LogoutCommandOutput/)
244
- </details>
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ruleSet = void 0;
4
- const u = "required", v = "fn", w = "argv", x = "ref";
5
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, "type": "string" }, j = { [u]: true, "default": false, "type": "boolean" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] }, r = [l], s = [m], t = [{ [x]: "Region" }];
6
- const _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [v]: b, [w]: [k] }], rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: k, properties: n, headers: n }, type: e }], type: f }, { conditions: [{ [v]: b, [w]: t }], rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: g }], rules: [{ conditions: [l, m], rules: [{ conditions: [{ [v]: c, [w]: [a, o] }, q], rules: [{ endpoint: { url: "https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: r, rules: [{ conditions: [{ [v]: c, [w]: [o, a] }], rules: [{ conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }], endpoint: { url: "https://portal.sso.{Region}.amazonaws.com", properties: n, headers: n }, type: e }, { endpoint: { url: "https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: s, rules: [{ conditions: [q], rules: [{ endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
7
- exports.ruleSet = _data;
@@ -1,161 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Logout$ = exports.ListAccounts$ = exports.ListAccountRoles$ = exports.GetRoleCredentials$ = exports.RoleInfo$ = exports.RoleCredentials$ = exports.LogoutRequest$ = exports.ListAccountsResponse$ = exports.ListAccountsRequest$ = exports.ListAccountRolesResponse$ = exports.ListAccountRolesRequest$ = exports.GetRoleCredentialsResponse$ = exports.GetRoleCredentialsRequest$ = exports.AccountInfo$ = exports.errorTypeRegistries = exports.UnauthorizedException$ = exports.TooManyRequestsException$ = exports.ResourceNotFoundException$ = exports.InvalidRequestException$ = exports.SSOServiceException$ = void 0;
4
- const _AI = "AccountInfo";
5
- const _ALT = "AccountListType";
6
- const _ATT = "AccessTokenType";
7
- const _GRC = "GetRoleCredentials";
8
- const _GRCR = "GetRoleCredentialsRequest";
9
- const _GRCRe = "GetRoleCredentialsResponse";
10
- const _IRE = "InvalidRequestException";
11
- const _L = "Logout";
12
- const _LA = "ListAccounts";
13
- const _LAR = "ListAccountsRequest";
14
- const _LARR = "ListAccountRolesRequest";
15
- const _LARRi = "ListAccountRolesResponse";
16
- const _LARi = "ListAccountsResponse";
17
- const _LARis = "ListAccountRoles";
18
- const _LR = "LogoutRequest";
19
- const _RC = "RoleCredentials";
20
- const _RI = "RoleInfo";
21
- const _RLT = "RoleListType";
22
- const _RNFE = "ResourceNotFoundException";
23
- const _SAKT = "SecretAccessKeyType";
24
- const _STT = "SessionTokenType";
25
- const _TMRE = "TooManyRequestsException";
26
- const _UE = "UnauthorizedException";
27
- const _aI = "accountId";
28
- const _aKI = "accessKeyId";
29
- const _aL = "accountList";
30
- const _aN = "accountName";
31
- const _aT = "accessToken";
32
- const _ai = "account_id";
33
- const _c = "client";
34
- const _e = "error";
35
- const _eA = "emailAddress";
36
- const _ex = "expiration";
37
- const _h = "http";
38
- const _hE = "httpError";
39
- const _hH = "httpHeader";
40
- const _hQ = "httpQuery";
41
- const _m = "message";
42
- const _mR = "maxResults";
43
- const _mr = "max_result";
44
- const _nT = "nextToken";
45
- const _nt = "next_token";
46
- const _rC = "roleCredentials";
47
- const _rL = "roleList";
48
- const _rN = "roleName";
49
- const _rn = "role_name";
50
- const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sso";
51
- const _sAK = "secretAccessKey";
52
- const _sT = "sessionToken";
53
- const _xasbt = "x-amz-sso_bearer_token";
54
- const n0 = "com.amazonaws.sso";
55
- const schema_1 = require("@smithy/core/schema");
56
- const errors_1 = require("../models/errors");
57
- const SSOServiceException_1 = require("../models/SSOServiceException");
58
- const _s_registry = schema_1.TypeRegistry.for(_s);
59
- exports.SSOServiceException$ = [-3, _s, "SSOServiceException", 0, [], []];
60
- _s_registry.registerError(exports.SSOServiceException$, SSOServiceException_1.SSOServiceException);
61
- const n0_registry = schema_1.TypeRegistry.for(n0);
62
- exports.InvalidRequestException$ = [-3, n0, _IRE,
63
- { [_e]: _c, [_hE]: 400 },
64
- [_m],
65
- [0]
66
- ];
67
- n0_registry.registerError(exports.InvalidRequestException$, errors_1.InvalidRequestException);
68
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
69
- { [_e]: _c, [_hE]: 404 },
70
- [_m],
71
- [0]
72
- ];
73
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
74
- exports.TooManyRequestsException$ = [-3, n0, _TMRE,
75
- { [_e]: _c, [_hE]: 429 },
76
- [_m],
77
- [0]
78
- ];
79
- n0_registry.registerError(exports.TooManyRequestsException$, errors_1.TooManyRequestsException);
80
- exports.UnauthorizedException$ = [-3, n0, _UE,
81
- { [_e]: _c, [_hE]: 401 },
82
- [_m],
83
- [0]
84
- ];
85
- n0_registry.registerError(exports.UnauthorizedException$, errors_1.UnauthorizedException);
86
- exports.errorTypeRegistries = [
87
- _s_registry,
88
- n0_registry,
89
- ];
90
- var AccessTokenType = [0, n0, _ATT, 8, 0];
91
- var SecretAccessKeyType = [0, n0, _SAKT, 8, 0];
92
- var SessionTokenType = [0, n0, _STT, 8, 0];
93
- exports.AccountInfo$ = [3, n0, _AI,
94
- 0,
95
- [_aI, _aN, _eA],
96
- [0, 0, 0]
97
- ];
98
- exports.GetRoleCredentialsRequest$ = [3, n0, _GRCR,
99
- 0,
100
- [_rN, _aI, _aT],
101
- [[0, { [_hQ]: _rn }], [0, { [_hQ]: _ai }], [() => AccessTokenType, { [_hH]: _xasbt }]], 3
102
- ];
103
- exports.GetRoleCredentialsResponse$ = [3, n0, _GRCRe,
104
- 0,
105
- [_rC],
106
- [[() => exports.RoleCredentials$, 0]]
107
- ];
108
- exports.ListAccountRolesRequest$ = [3, n0, _LARR,
109
- 0,
110
- [_aT, _aI, _nT, _mR],
111
- [[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _ai }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 2
112
- ];
113
- exports.ListAccountRolesResponse$ = [3, n0, _LARRi,
114
- 0,
115
- [_nT, _rL],
116
- [0, () => RoleListType]
117
- ];
118
- exports.ListAccountsRequest$ = [3, n0, _LAR,
119
- 0,
120
- [_aT, _nT, _mR],
121
- [[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
122
- ];
123
- exports.ListAccountsResponse$ = [3, n0, _LARi,
124
- 0,
125
- [_nT, _aL],
126
- [0, () => AccountListType]
127
- ];
128
- exports.LogoutRequest$ = [3, n0, _LR,
129
- 0,
130
- [_aT],
131
- [[() => AccessTokenType, { [_hH]: _xasbt }]], 1
132
- ];
133
- exports.RoleCredentials$ = [3, n0, _RC,
134
- 0,
135
- [_aKI, _sAK, _sT, _ex],
136
- [0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1]
137
- ];
138
- exports.RoleInfo$ = [3, n0, _RI,
139
- 0,
140
- [_rN, _aI],
141
- [0, 0]
142
- ];
143
- var __Unit = "unit";
144
- var AccountListType = [1, n0, _ALT,
145
- 0, () => exports.AccountInfo$
146
- ];
147
- var RoleListType = [1, n0, _RLT,
148
- 0, () => exports.RoleInfo$
149
- ];
150
- exports.GetRoleCredentials$ = [9, n0, _GRC,
151
- { [_h]: ["GET", "/federation/credentials", 200] }, () => exports.GetRoleCredentialsRequest$, () => exports.GetRoleCredentialsResponse$
152
- ];
153
- exports.ListAccountRoles$ = [9, n0, _LARis,
154
- { [_h]: ["GET", "/assignment/roles", 200] }, () => exports.ListAccountRolesRequest$, () => exports.ListAccountRolesResponse$
155
- ];
156
- exports.ListAccounts$ = [9, n0, _LA,
157
- { [_h]: ["GET", "/assignment/accounts", 200] }, () => exports.ListAccountsRequest$, () => exports.ListAccountsResponse$
158
- ];
159
- exports.Logout$ = [9, n0, _L,
160
- { [_h]: ["POST", "/logout", 200] }, () => exports.LogoutRequest$, () => __Unit
161
- ];
@@ -1,21 +0,0 @@
1
- import { createAggregatedClient } from "@smithy/smithy-client";
2
- import { GetRoleCredentialsCommand, } from "./commands/GetRoleCredentialsCommand";
3
- import { ListAccountRolesCommand, } from "./commands/ListAccountRolesCommand";
4
- import { ListAccountsCommand, } from "./commands/ListAccountsCommand";
5
- import { LogoutCommand } from "./commands/LogoutCommand";
6
- import { paginateListAccountRoles } from "./pagination/ListAccountRolesPaginator";
7
- import { paginateListAccounts } from "./pagination/ListAccountsPaginator";
8
- import { SSOClient } from "./SSOClient";
9
- const commands = {
10
- GetRoleCredentialsCommand,
11
- ListAccountRolesCommand,
12
- ListAccountsCommand,
13
- LogoutCommand,
14
- };
15
- const paginators = {
16
- paginateListAccountRoles,
17
- paginateListAccounts,
18
- };
19
- export class SSO extends SSOClient {
20
- }
21
- createAggregatedClient(commands, SSO, { paginators });
@@ -1,16 +0,0 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
3
- import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAccountRoles$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAccountRolesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SWBPortalService", "ListAccountRoles", {})
13
- .n("SSOClient", "ListAccountRolesCommand")
14
- .sc(ListAccountRoles$)
15
- .build() {
16
- }
@@ -1,4 +0,0 @@
1
- export * from "./GetRoleCredentialsCommand";
2
- export * from "./ListAccountRolesCommand";
3
- export * from "./ListAccountsCommand";
4
- export * from "./LogoutCommand";
@@ -1,4 +0,0 @@
1
- const u = "required", v = "fn", w = "argv", x = "ref";
2
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, "type": "string" }, j = { [u]: true, "default": false, "type": "boolean" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] }, r = [l], s = [m], t = [{ [x]: "Region" }];
3
- const _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [v]: b, [w]: [k] }], rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: k, properties: n, headers: n }, type: e }], type: f }, { conditions: [{ [v]: b, [w]: t }], rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: g }], rules: [{ conditions: [l, m], rules: [{ conditions: [{ [v]: c, [w]: [a, o] }, q], rules: [{ endpoint: { url: "https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: r, rules: [{ conditions: [{ [v]: c, [w]: [o, a] }], rules: [{ conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }], endpoint: { url: "https://portal.sso.{Region}.amazonaws.com", properties: n, headers: n }, type: e }, { endpoint: { url: "https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: s, rules: [{ conditions: [q], rules: [{ endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
4
- export const ruleSet = _data;
@@ -1,4 +0,0 @@
1
- import { createPaginator } from "@smithy/core";
2
- import { ListAccountRolesCommand, } from "../commands/ListAccountRolesCommand";
3
- import { SSOClient } from "../SSOClient";
4
- export const paginateListAccountRoles = createPaginator(SSOClient, ListAccountRolesCommand, "nextToken", "nextToken", "maxResults");
@@ -1,4 +0,0 @@
1
- import { createPaginator } from "@smithy/core";
2
- import { ListAccountsCommand, } from "../commands/ListAccountsCommand";
3
- import { SSOClient } from "../SSOClient";
4
- export const paginateListAccounts = createPaginator(SSOClient, ListAccountsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,3 +0,0 @@
1
- export * from "./Interfaces";
2
- export * from "./ListAccountRolesPaginator";
3
- export * from "./ListAccountsPaginator";
@@ -1,158 +0,0 @@
1
- const _AI = "AccountInfo";
2
- const _ALT = "AccountListType";
3
- const _ATT = "AccessTokenType";
4
- const _GRC = "GetRoleCredentials";
5
- const _GRCR = "GetRoleCredentialsRequest";
6
- const _GRCRe = "GetRoleCredentialsResponse";
7
- const _IRE = "InvalidRequestException";
8
- const _L = "Logout";
9
- const _LA = "ListAccounts";
10
- const _LAR = "ListAccountsRequest";
11
- const _LARR = "ListAccountRolesRequest";
12
- const _LARRi = "ListAccountRolesResponse";
13
- const _LARi = "ListAccountsResponse";
14
- const _LARis = "ListAccountRoles";
15
- const _LR = "LogoutRequest";
16
- const _RC = "RoleCredentials";
17
- const _RI = "RoleInfo";
18
- const _RLT = "RoleListType";
19
- const _RNFE = "ResourceNotFoundException";
20
- const _SAKT = "SecretAccessKeyType";
21
- const _STT = "SessionTokenType";
22
- const _TMRE = "TooManyRequestsException";
23
- const _UE = "UnauthorizedException";
24
- const _aI = "accountId";
25
- const _aKI = "accessKeyId";
26
- const _aL = "accountList";
27
- const _aN = "accountName";
28
- const _aT = "accessToken";
29
- const _ai = "account_id";
30
- const _c = "client";
31
- const _e = "error";
32
- const _eA = "emailAddress";
33
- const _ex = "expiration";
34
- const _h = "http";
35
- const _hE = "httpError";
36
- const _hH = "httpHeader";
37
- const _hQ = "httpQuery";
38
- const _m = "message";
39
- const _mR = "maxResults";
40
- const _mr = "max_result";
41
- const _nT = "nextToken";
42
- const _nt = "next_token";
43
- const _rC = "roleCredentials";
44
- const _rL = "roleList";
45
- const _rN = "roleName";
46
- const _rn = "role_name";
47
- const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sso";
48
- const _sAK = "secretAccessKey";
49
- const _sT = "sessionToken";
50
- const _xasbt = "x-amz-sso_bearer_token";
51
- const n0 = "com.amazonaws.sso";
52
- import { TypeRegistry } from "@smithy/core/schema";
53
- import { InvalidRequestException, ResourceNotFoundException, TooManyRequestsException, UnauthorizedException, } from "../models/errors";
54
- import { SSOServiceException } from "../models/SSOServiceException";
55
- const _s_registry = TypeRegistry.for(_s);
56
- export var SSOServiceException$ = [-3, _s, "SSOServiceException", 0, [], []];
57
- _s_registry.registerError(SSOServiceException$, SSOServiceException);
58
- const n0_registry = TypeRegistry.for(n0);
59
- export var InvalidRequestException$ = [-3, n0, _IRE,
60
- { [_e]: _c, [_hE]: 400 },
61
- [_m],
62
- [0]
63
- ];
64
- n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
65
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
66
- { [_e]: _c, [_hE]: 404 },
67
- [_m],
68
- [0]
69
- ];
70
- n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
71
- export var TooManyRequestsException$ = [-3, n0, _TMRE,
72
- { [_e]: _c, [_hE]: 429 },
73
- [_m],
74
- [0]
75
- ];
76
- n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
77
- export var UnauthorizedException$ = [-3, n0, _UE,
78
- { [_e]: _c, [_hE]: 401 },
79
- [_m],
80
- [0]
81
- ];
82
- n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
83
- export const errorTypeRegistries = [
84
- _s_registry,
85
- n0_registry,
86
- ];
87
- var AccessTokenType = [0, n0, _ATT, 8, 0];
88
- var SecretAccessKeyType = [0, n0, _SAKT, 8, 0];
89
- var SessionTokenType = [0, n0, _STT, 8, 0];
90
- export var AccountInfo$ = [3, n0, _AI,
91
- 0,
92
- [_aI, _aN, _eA],
93
- [0, 0, 0]
94
- ];
95
- export var GetRoleCredentialsRequest$ = [3, n0, _GRCR,
96
- 0,
97
- [_rN, _aI, _aT],
98
- [[0, { [_hQ]: _rn }], [0, { [_hQ]: _ai }], [() => AccessTokenType, { [_hH]: _xasbt }]], 3
99
- ];
100
- export var GetRoleCredentialsResponse$ = [3, n0, _GRCRe,
101
- 0,
102
- [_rC],
103
- [[() => RoleCredentials$, 0]]
104
- ];
105
- export var ListAccountRolesRequest$ = [3, n0, _LARR,
106
- 0,
107
- [_aT, _aI, _nT, _mR],
108
- [[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _ai }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 2
109
- ];
110
- export var ListAccountRolesResponse$ = [3, n0, _LARRi,
111
- 0,
112
- [_nT, _rL],
113
- [0, () => RoleListType]
114
- ];
115
- export var ListAccountsRequest$ = [3, n0, _LAR,
116
- 0,
117
- [_aT, _nT, _mR],
118
- [[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
119
- ];
120
- export var ListAccountsResponse$ = [3, n0, _LARi,
121
- 0,
122
- [_nT, _aL],
123
- [0, () => AccountListType]
124
- ];
125
- export var LogoutRequest$ = [3, n0, _LR,
126
- 0,
127
- [_aT],
128
- [[() => AccessTokenType, { [_hH]: _xasbt }]], 1
129
- ];
130
- export var RoleCredentials$ = [3, n0, _RC,
131
- 0,
132
- [_aKI, _sAK, _sT, _ex],
133
- [0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1]
134
- ];
135
- export var RoleInfo$ = [3, n0, _RI,
136
- 0,
137
- [_rN, _aI],
138
- [0, 0]
139
- ];
140
- var __Unit = "unit";
141
- var AccountListType = [1, n0, _ALT,
142
- 0, () => AccountInfo$
143
- ];
144
- var RoleListType = [1, n0, _RLT,
145
- 0, () => RoleInfo$
146
- ];
147
- export var GetRoleCredentials$ = [9, n0, _GRC,
148
- { [_h]: ["GET", "/federation/credentials", 200] }, () => GetRoleCredentialsRequest$, () => GetRoleCredentialsResponse$
149
- ];
150
- export var ListAccountRoles$ = [9, n0, _LARis,
151
- { [_h]: ["GET", "/assignment/roles", 200] }, () => ListAccountRolesRequest$, () => ListAccountRolesResponse$
152
- ];
153
- export var ListAccounts$ = [9, n0, _LA,
154
- { [_h]: ["GET", "/assignment/accounts", 200] }, () => ListAccountsRequest$, () => ListAccountsResponse$
155
- ];
156
- export var Logout$ = [9, n0, _L,
157
- { [_h]: ["POST", "/logout", 200] }, () => LogoutRequest$, () => __Unit
158
- ];