@cdk8s/awscdk-resolver 0.0.232 → 0.0.234

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 (258) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/package.json +6 -8
  4. package/node_modules/@aws-sdk/client-sso/package.json +5 -5
  5. package/node_modules/@aws-sdk/core/package.json +2 -2
  6. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  7. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  8. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +1 -1
  9. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -1
  10. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -10
  11. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  12. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  13. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  14. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +1 -1
  15. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +1 -1
  16. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -5
  17. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  18. package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  19. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  20. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  21. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +106 -0
  22. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +804 -0
  23. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  24. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.js +1 -3
  25. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  26. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +145 -0
  27. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/index.js +99 -695
  28. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.browser.js +1 -1
  29. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.js +2 -4
  30. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  31. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  32. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  33. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +103 -0
  34. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/models_0.js +12 -85
  35. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/protocols/Aws_restJson1.js +2 -174
  36. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  37. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.js +1 -3
  38. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  39. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  40. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  41. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +142 -0
  42. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
  43. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/models_0.js +16 -48
  44. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/protocols/Aws_query.js +10 -420
  45. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.browser.js +1 -1
  46. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.js +2 -4
  47. package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +6 -0
  48. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDC.d.ts +0 -21
  49. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDCClient.d.ts +3 -12
  50. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +3 -50
  51. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  52. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +396 -0
  53. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  54. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.browser.d.ts +0 -1
  55. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.d.ts +0 -1
  56. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.native.d.ts +0 -1
  57. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  58. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/STSClient.d.ts +2 -9
  59. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -47
  60. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -34
  61. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  62. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/models_0.d.ts +16 -630
  63. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  64. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.d.ts +1 -1
  65. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  66. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  67. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/SSOOIDCClient.d.ts +2 -24
  68. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +5 -9
  69. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  70. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/models_0.d.ts +6 -99
  71. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  72. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.browser.d.ts +0 -5
  73. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.d.ts +0 -9
  74. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.native.d.ts +0 -5
  75. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  76. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/STSClient.d.ts +2 -44
  77. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  78. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/models_0.d.ts +10 -105
  79. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  80. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.d.ts +3 -9
  81. package/node_modules/@aws-sdk/{client-sts → nested-clients}/package.json +47 -34
  82. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  83. package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  84. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  85. package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  86. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +2 -2
  87. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
  88. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
  89. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
  90. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  91. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  92. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -1
  93. package/node_modules/@aws-sdk/token-providers/package.json +2 -4
  94. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -0
  95. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  96. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  97. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  98. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  99. package/node_modules/@smithy/core/package.json +3 -3
  100. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  101. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  102. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +2 -2
  103. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
  104. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
  105. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
  106. package/node_modules/@smithy/node-http-handler/package.json +2 -2
  107. package/node_modules/@smithy/smithy-client/package.json +4 -4
  108. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  109. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  110. package/node_modules/@smithy/util-stream/package.json +3 -3
  111. package/package.json +4 -4
  112. package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  113. package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  114. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
  115. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1255
  116. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  117. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  118. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  119. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  120. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  121. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
  122. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  123. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  124. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  125. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  126. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  127. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  128. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  129. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  130. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  131. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  132. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  133. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  134. package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  135. package/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  136. package/node_modules/@aws-sdk/client-sts/README.md +0 -281
  137. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  138. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -25
  139. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  140. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +0 -23
  141. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  142. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  143. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  144. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  145. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  146. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -9
  147. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  148. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -78
  149. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  150. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +0 -129
  151. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  152. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  153. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  154. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  155. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  156. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -9
  157. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -83
  158. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -160
  159. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  160. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +0 -47
  161. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  162. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  163. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  164. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  165. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  166. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -9
  167. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -113
  168. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  169. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  170. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  171. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/STSClient.js +0 -0
  172. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  173. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  174. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/endpointResolver.js +0 -0
  175. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
  176. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.shared.js +0 -0
  177. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeExtensions.js +0 -0
  178. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es/extensionConfiguration.js → nested-clients/dist-es/index.js} +0 -0
  179. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/SSOOIDCClient.js +0 -0
  180. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
  181. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/commands/CreateTokenCommand.js +0 -0
  182. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/EndpointParameters.js +0 -0
  183. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  184. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sso-oidc}/extensionConfiguration.js +0 -0
  185. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/index.js +0 -0
  186. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/SSOOIDCServiceException.js +0 -0
  187. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/index.js +0 -0
  188. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  189. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  190. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeExtensions.js +0 -0
  191. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/STSClient.js +0 -0
  192. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  193. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleCommand.js +0 -0
  194. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
  195. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultRoleAssumers.js +0 -0
  196. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultStsRoleAssumers.js +0 -0
  197. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  198. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/endpointResolver.js +0 -0
  199. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/index.js +0 -0
  200. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/STSServiceException.js +0 -0
  201. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/index.js +0 -0
  202. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
  203. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.shared.js +0 -0
  204. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeExtensions.js +0 -0
  205. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  206. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
  207. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
  208. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  209. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  210. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  211. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/index.d.ts +0 -0
  212. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  213. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/index.d.ts +0 -0
  214. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
  215. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  216. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  217. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
  218. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  219. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultStsRoleAssumers.d.ts +0 -0
  220. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
  221. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  222. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  223. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/extensionConfiguration.d.ts +0 -0
  224. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/index.d.ts +0 -0
  225. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/STSServiceException.d.ts +0 -0
  226. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/models/index.d.ts +0 -0
  227. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.browser.d.ts +0 -0
  228. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.native.d.ts +0 -0
  229. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
  230. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeExtensions.d.ts +0 -0
  231. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  232. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
  233. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
  234. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  235. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  236. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  237. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/index.d.ts +0 -0
  238. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  239. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/index.d.ts +0 -0
  240. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
  241. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  242. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  243. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
  244. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -0
  245. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
  246. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  247. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultStsRoleAssumers.d.ts +0 -0
  248. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
  249. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  250. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  251. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/extensionConfiguration.d.ts +0 -0
  252. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/index.d.ts +0 -0
  253. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/STSServiceException.d.ts +0 -0
  254. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/index.d.ts +0 -0
  255. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.browser.d.ts +0 -0
  256. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.native.d.ts +0 -0
  257. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
  258. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeExtensions.d.ts +0 -0
@@ -0,0 +1,20 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@smithy/types";
3
+ import { AssumeRoleCommandInput, AssumeRoleCommandOutput } from "../commands/AssumeRoleCommand";
4
+ import { AssumeRoleWithWebIdentityCommandInput, AssumeRoleWithWebIdentityCommandOutput } from "../commands/AssumeRoleWithWebIdentityCommand";
5
+ /**
6
+ * serializeAws_queryAssumeRoleCommand
7
+ */
8
+ export declare const se_AssumeRoleCommand: (input: AssumeRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
9
+ /**
10
+ * serializeAws_queryAssumeRoleWithWebIdentityCommand
11
+ */
12
+ export declare const se_AssumeRoleWithWebIdentityCommand: (input: AssumeRoleWithWebIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
13
+ /**
14
+ * deserializeAws_queryAssumeRoleCommand
15
+ */
16
+ export declare const de_AssumeRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssumeRoleCommandOutput>;
17
+ /**
18
+ * deserializeAws_queryAssumeRoleWithWebIdentityCommand
19
+ */
20
+ export declare const de_AssumeRoleWithWebIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssumeRoleWithWebIdentityCommandOutput>;
@@ -9,7 +9,6 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
9
9
  runtime: string;
10
10
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
- credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
13
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
14
13
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | {
15
14
  schemeId: string;
@@ -35,6 +34,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
35
34
  disableHostPrefix: boolean;
36
35
  serviceId: string;
37
36
  profile?: string | undefined;
37
+ credentialDefaultProvider?: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | undefined;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
40
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
@@ -0,0 +1,22 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
+ import {
3
+ CreateTokenCommandInput,
4
+ CreateTokenCommandOutput,
5
+ } from "./commands/CreateTokenCommand";
6
+ import { SSOOIDCClient } from "./SSOOIDCClient";
7
+ export interface SSOOIDC {
8
+ createToken(
9
+ args: CreateTokenCommandInput,
10
+ options?: __HttpHandlerOptions
11
+ ): Promise<CreateTokenCommandOutput>;
12
+ createToken(
13
+ args: CreateTokenCommandInput,
14
+ cb: (err: any, data?: CreateTokenCommandOutput) => void
15
+ ): void;
16
+ createToken(
17
+ args: CreateTokenCommandInput,
18
+ options: __HttpHandlerOptions,
19
+ cb: (err: any, data?: CreateTokenCommandOutput) => void
20
+ ): void;
21
+ }
22
+ export declare class SSOOIDC extends SSOOIDCClient implements SSOOIDC {}
@@ -26,7 +26,6 @@ import {
26
26
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
- AwsCredentialIdentityProvider,
30
29
  BodyLengthCalculator as __BodyLengthCalculator,
31
30
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
31
  ChecksumConstructor as __ChecksumConstructor,
@@ -49,18 +48,6 @@ import {
49
48
  CreateTokenCommandInput,
50
49
  CreateTokenCommandOutput,
51
50
  } from "./commands/CreateTokenCommand";
52
- import {
53
- CreateTokenWithIAMCommandInput,
54
- CreateTokenWithIAMCommandOutput,
55
- } from "./commands/CreateTokenWithIAMCommand";
56
- import {
57
- RegisterClientCommandInput,
58
- RegisterClientCommandOutput,
59
- } from "./commands/RegisterClientCommand";
60
- import {
61
- StartDeviceAuthorizationCommandInput,
62
- StartDeviceAuthorizationCommandOutput,
63
- } from "./commands/StartDeviceAuthorizationCommand";
64
51
  import {
65
52
  ClientInputEndpointParameters,
66
53
  ClientResolvedEndpointParameters,
@@ -68,16 +55,8 @@ import {
68
55
  } from "./endpoint/EndpointParameters";
69
56
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
70
57
  export { __Client };
71
- export type ServiceInputTypes =
72
- | CreateTokenCommandInput
73
- | CreateTokenWithIAMCommandInput
74
- | RegisterClientCommandInput
75
- | StartDeviceAuthorizationCommandInput;
76
- export type ServiceOutputTypes =
77
- | CreateTokenCommandOutput
78
- | CreateTokenWithIAMCommandOutput
79
- | RegisterClientCommandOutput
80
- | StartDeviceAuthorizationCommandOutput;
58
+ export type ServiceInputTypes = CreateTokenCommandInput;
59
+ export type ServiceOutputTypes = CreateTokenCommandOutput;
81
60
  export interface ClientDefaults
82
61
  extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
83
62
  requestHandler?: __HttpHandlerUserInput;
@@ -97,7 +76,6 @@ export interface ClientDefaults
97
76
  region?: string | __Provider<string>;
98
77
  profile?: string;
99
78
  defaultUserAgentProvider?: Provider<__UserAgent>;
100
- credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
101
79
  maxAttempts?: number | __Provider<number>;
102
80
  retryMode?: string | __Provider<string>;
103
81
  logger?: __Logger;
@@ -1,11 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SSOOIDCClientResolvedConfig,
8
- } from "../SSOOIDCClient";
4
+ import { SSOOIDCClientResolvedConfig } from "../SSOOIDCClient";
9
5
  export { __MetadataBearer };
10
6
  export { $Command };
11
7
  export interface CreateTokenCommandInput extends CreateTokenRequest {}
@@ -19,8 +15,8 @@ declare const CreateTokenCommand_base: {
19
15
  CreateTokenCommandInput,
20
16
  CreateTokenCommandOutput,
21
17
  SSOOIDCClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
18
+ CreateTokenCommandInput,
19
+ CreateTokenCommandOutput
24
20
  >;
25
21
  new (
26
22
  __0_0: CreateTokenCommandInput
@@ -28,8 +24,8 @@ declare const CreateTokenCommand_base: {
28
24
  CreateTokenCommandInput,
29
25
  CreateTokenCommandOutput,
30
26
  SSOOIDCClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
27
+ CreateTokenCommandInput,
28
+ CreateTokenCommandOutput
33
29
  >;
34
30
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
31
  };
@@ -29,6 +29,9 @@ export interface CreateTokenRequest {
29
29
  redirectUri?: string | undefined;
30
30
  codeVerifier?: string | undefined;
31
31
  }
32
+ export declare const CreateTokenRequestFilterSensitiveLog: (
33
+ obj: CreateTokenRequest
34
+ ) => any;
32
35
  export interface CreateTokenResponse {
33
36
  accessToken?: string | undefined;
34
37
  tokenType?: string | undefined;
@@ -36,6 +39,9 @@ export interface CreateTokenResponse {
36
39
  refreshToken?: string | undefined;
37
40
  idToken?: string | undefined;
38
41
  }
42
+ export declare const CreateTokenResponseFilterSensitiveLog: (
43
+ obj: CreateTokenResponse
44
+ ) => any;
39
45
  export declare class ExpiredTokenException extends __BaseException {
40
46
  readonly name: "ExpiredTokenException";
41
47
  readonly $fault: "client";
@@ -115,102 +121,3 @@ export declare class UnsupportedGrantTypeException extends __BaseException {
115
121
  opts: __ExceptionOptionType<UnsupportedGrantTypeException, __BaseException>
116
122
  );
117
123
  }
118
- export interface CreateTokenWithIAMRequest {
119
- clientId: string | undefined;
120
- grantType: string | undefined;
121
- code?: string | undefined;
122
- refreshToken?: string | undefined;
123
- assertion?: string | undefined;
124
- scope?: string[] | undefined;
125
- redirectUri?: string | undefined;
126
- subjectToken?: string | undefined;
127
- subjectTokenType?: string | undefined;
128
- requestedTokenType?: string | undefined;
129
- codeVerifier?: string | undefined;
130
- }
131
- export interface CreateTokenWithIAMResponse {
132
- accessToken?: string | undefined;
133
- tokenType?: string | undefined;
134
- expiresIn?: number | undefined;
135
- refreshToken?: string | undefined;
136
- idToken?: string | undefined;
137
- issuedTokenType?: string | undefined;
138
- scope?: string[] | undefined;
139
- }
140
- export declare class InvalidRequestRegionException extends __BaseException {
141
- readonly name: "InvalidRequestRegionException";
142
- readonly $fault: "client";
143
- error?: string | undefined;
144
- error_description?: string | undefined;
145
- endpoint?: string | undefined;
146
- region?: string | undefined;
147
- constructor(
148
- opts: __ExceptionOptionType<InvalidRequestRegionException, __BaseException>
149
- );
150
- }
151
- export declare class InvalidClientMetadataException extends __BaseException {
152
- readonly name: "InvalidClientMetadataException";
153
- readonly $fault: "client";
154
- error?: string | undefined;
155
- error_description?: string | undefined;
156
- constructor(
157
- opts: __ExceptionOptionType<InvalidClientMetadataException, __BaseException>
158
- );
159
- }
160
- export declare class InvalidRedirectUriException extends __BaseException {
161
- readonly name: "InvalidRedirectUriException";
162
- readonly $fault: "client";
163
- error?: string | undefined;
164
- error_description?: string | undefined;
165
- constructor(
166
- opts: __ExceptionOptionType<InvalidRedirectUriException, __BaseException>
167
- );
168
- }
169
- export interface RegisterClientRequest {
170
- clientName: string | undefined;
171
- clientType: string | undefined;
172
- scopes?: string[] | undefined;
173
- redirectUris?: string[] | undefined;
174
- grantTypes?: string[] | undefined;
175
- issuerUrl?: string | undefined;
176
- entitledApplicationArn?: string | undefined;
177
- }
178
- export interface RegisterClientResponse {
179
- clientId?: string | undefined;
180
- clientSecret?: string | undefined;
181
- clientIdIssuedAt?: number | undefined;
182
- clientSecretExpiresAt?: number | undefined;
183
- authorizationEndpoint?: string | undefined;
184
- tokenEndpoint?: string | undefined;
185
- }
186
- export interface StartDeviceAuthorizationRequest {
187
- clientId: string | undefined;
188
- clientSecret: string | undefined;
189
- startUrl: string | undefined;
190
- }
191
- export interface StartDeviceAuthorizationResponse {
192
- deviceCode?: string | undefined;
193
- userCode?: string | undefined;
194
- verificationUri?: string | undefined;
195
- verificationUriComplete?: string | undefined;
196
- expiresIn?: number | undefined;
197
- interval?: number | undefined;
198
- }
199
- export declare const CreateTokenRequestFilterSensitiveLog: (
200
- obj: CreateTokenRequest
201
- ) => any;
202
- export declare const CreateTokenResponseFilterSensitiveLog: (
203
- obj: CreateTokenResponse
204
- ) => any;
205
- export declare const CreateTokenWithIAMRequestFilterSensitiveLog: (
206
- obj: CreateTokenWithIAMRequest
207
- ) => any;
208
- export declare const CreateTokenWithIAMResponseFilterSensitiveLog: (
209
- obj: CreateTokenWithIAMResponse
210
- ) => any;
211
- export declare const RegisterClientResponseFilterSensitiveLog: (
212
- obj: RegisterClientResponse
213
- ) => any;
214
- export declare const StartDeviceAuthorizationRequestFilterSensitiveLog: (
215
- obj: StartDeviceAuthorizationRequest
216
- ) => any;
@@ -0,0 +1,17 @@
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@smithy/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@smithy/types";
6
+ import {
7
+ CreateTokenCommandInput,
8
+ CreateTokenCommandOutput,
9
+ } from "../commands/CreateTokenCommand";
10
+ export declare const se_CreateTokenCommand: (
11
+ input: CreateTokenCommandInput,
12
+ context: __SerdeContext
13
+ ) => Promise<__HttpRequest>;
14
+ export declare const de_CreateTokenCommand: (
15
+ output: __HttpResponse,
16
+ context: __SerdeContext
17
+ ) => Promise<CreateTokenCommandOutput>;
@@ -6,11 +6,6 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider:
10
- | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
9
  defaultUserAgentProvider: (
15
10
  config?:
16
11
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -6,15 +6,6 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider:
10
- | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- init?:
13
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
- | undefined
15
- ) => import("@smithy/types").MemoizedProvider<
16
- import("@smithy/types").AwsCredentialIdentity
17
- >);
18
9
  defaultUserAgentProvider: (
19
10
  config?:
20
11
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -28,11 +28,6 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
28
28
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
29
29
  | undefined
30
30
  ) => Promise<import("@smithy/types").UserAgent>;
31
- credentialDefaultProvider:
32
- | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
33
- | ((
34
- _: unknown
35
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
36
31
  maxAttempts: number | import("@smithy/types").Provider<number>;
37
32
  retryMode: string | import("@smithy/types").Provider<string>;
38
33
  logger: import("@smithy/types").Logger;
@@ -0,0 +1,39 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
+ import {
3
+ AssumeRoleCommandInput,
4
+ AssumeRoleCommandOutput,
5
+ } from "./commands/AssumeRoleCommand";
6
+ import {
7
+ AssumeRoleWithWebIdentityCommandInput,
8
+ AssumeRoleWithWebIdentityCommandOutput,
9
+ } from "./commands/AssumeRoleWithWebIdentityCommand";
10
+ import { STSClient } from "./STSClient";
11
+ export interface STS {
12
+ assumeRole(
13
+ args: AssumeRoleCommandInput,
14
+ options?: __HttpHandlerOptions
15
+ ): Promise<AssumeRoleCommandOutput>;
16
+ assumeRole(
17
+ args: AssumeRoleCommandInput,
18
+ cb: (err: any, data?: AssumeRoleCommandOutput) => void
19
+ ): void;
20
+ assumeRole(
21
+ args: AssumeRoleCommandInput,
22
+ options: __HttpHandlerOptions,
23
+ cb: (err: any, data?: AssumeRoleCommandOutput) => void
24
+ ): void;
25
+ assumeRoleWithWebIdentity(
26
+ args: AssumeRoleWithWebIdentityCommandInput,
27
+ options?: __HttpHandlerOptions
28
+ ): Promise<AssumeRoleWithWebIdentityCommandOutput>;
29
+ assumeRoleWithWebIdentity(
30
+ args: AssumeRoleWithWebIdentityCommandInput,
31
+ cb: (err: any, data?: AssumeRoleWithWebIdentityCommandOutput) => void
32
+ ): void;
33
+ assumeRoleWithWebIdentity(
34
+ args: AssumeRoleWithWebIdentityCommandInput,
35
+ options: __HttpHandlerOptions,
36
+ cb: (err: any, data?: AssumeRoleWithWebIdentityCommandOutput) => void
37
+ ): void;
38
+ }
39
+ export declare class STS extends STSClient implements STS {}
@@ -49,38 +49,10 @@ import {
49
49
  AssumeRoleCommandInput,
50
50
  AssumeRoleCommandOutput,
51
51
  } from "./commands/AssumeRoleCommand";
52
- import {
53
- AssumeRoleWithSAMLCommandInput,
54
- AssumeRoleWithSAMLCommandOutput,
55
- } from "./commands/AssumeRoleWithSAMLCommand";
56
52
  import {
57
53
  AssumeRoleWithWebIdentityCommandInput,
58
54
  AssumeRoleWithWebIdentityCommandOutput,
59
55
  } from "./commands/AssumeRoleWithWebIdentityCommand";
60
- import {
61
- AssumeRootCommandInput,
62
- AssumeRootCommandOutput,
63
- } from "./commands/AssumeRootCommand";
64
- import {
65
- DecodeAuthorizationMessageCommandInput,
66
- DecodeAuthorizationMessageCommandOutput,
67
- } from "./commands/DecodeAuthorizationMessageCommand";
68
- import {
69
- GetAccessKeyInfoCommandInput,
70
- GetAccessKeyInfoCommandOutput,
71
- } from "./commands/GetAccessKeyInfoCommand";
72
- import {
73
- GetCallerIdentityCommandInput,
74
- GetCallerIdentityCommandOutput,
75
- } from "./commands/GetCallerIdentityCommand";
76
- import {
77
- GetFederationTokenCommandInput,
78
- GetFederationTokenCommandOutput,
79
- } from "./commands/GetFederationTokenCommand";
80
- import {
81
- GetSessionTokenCommandInput,
82
- GetSessionTokenCommandOutput,
83
- } from "./commands/GetSessionTokenCommand";
84
56
  import {
85
57
  ClientInputEndpointParameters,
86
58
  ClientResolvedEndpointParameters,
@@ -90,24 +62,10 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
90
62
  export { __Client };
91
63
  export type ServiceInputTypes =
92
64
  | AssumeRoleCommandInput
93
- | AssumeRoleWithSAMLCommandInput
94
- | AssumeRoleWithWebIdentityCommandInput
95
- | AssumeRootCommandInput
96
- | DecodeAuthorizationMessageCommandInput
97
- | GetAccessKeyInfoCommandInput
98
- | GetCallerIdentityCommandInput
99
- | GetFederationTokenCommandInput
100
- | GetSessionTokenCommandInput;
65
+ | AssumeRoleWithWebIdentityCommandInput;
101
66
  export type ServiceOutputTypes =
102
67
  | AssumeRoleCommandOutput
103
- | AssumeRoleWithSAMLCommandOutput
104
- | AssumeRoleWithWebIdentityCommandOutput
105
- | AssumeRootCommandOutput
106
- | DecodeAuthorizationMessageCommandOutput
107
- | GetAccessKeyInfoCommandOutput
108
- | GetCallerIdentityCommandOutput
109
- | GetFederationTokenCommandOutput
110
- | GetSessionTokenCommandOutput;
68
+ | AssumeRoleWithWebIdentityCommandOutput;
111
69
  export interface ClientDefaults
112
70
  extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
113
71
  requestHandler?: __HttpHandlerUserInput;
@@ -0,0 +1,2 @@
1
+ export * from "./AssumeRoleCommand";
2
+ export * from "./AssumeRoleWithWebIdentityCommand";
@@ -35,12 +35,16 @@ export interface Credentials {
35
35
  SessionToken: string | undefined;
36
36
  Expiration: Date | undefined;
37
37
  }
38
+ export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
38
39
  export interface AssumeRoleResponse {
39
40
  Credentials?: Credentials | undefined;
40
41
  AssumedRoleUser?: AssumedRoleUser | undefined;
41
42
  PackedPolicySize?: number | undefined;
42
43
  SourceIdentity?: string | undefined;
43
44
  }
45
+ export declare const AssumeRoleResponseFilterSensitiveLog: (
46
+ obj: AssumeRoleResponse
47
+ ) => any;
44
48
  export declare class ExpiredTokenException extends __BaseException {
45
49
  readonly name: "ExpiredTokenException";
46
50
  readonly $fault: "client";
@@ -72,25 +76,6 @@ export declare class RegionDisabledException extends __BaseException {
72
76
  opts: __ExceptionOptionType<RegionDisabledException, __BaseException>
73
77
  );
74
78
  }
75
- export interface AssumeRoleWithSAMLRequest {
76
- RoleArn: string | undefined;
77
- PrincipalArn: string | undefined;
78
- SAMLAssertion: string | undefined;
79
- PolicyArns?: PolicyDescriptorType[] | undefined;
80
- Policy?: string | undefined;
81
- DurationSeconds?: number | undefined;
82
- }
83
- export interface AssumeRoleWithSAMLResponse {
84
- Credentials?: Credentials | undefined;
85
- AssumedRoleUser?: AssumedRoleUser | undefined;
86
- PackedPolicySize?: number | undefined;
87
- Subject?: string | undefined;
88
- SubjectType?: string | undefined;
89
- Issuer?: string | undefined;
90
- Audience?: string | undefined;
91
- NameQualifier?: string | undefined;
92
- SourceIdentity?: string | undefined;
93
- }
94
79
  export declare class IDPRejectedClaimException extends __BaseException {
95
80
  readonly name: "IDPRejectedClaimException";
96
81
  readonly $fault: "client";
@@ -114,6 +99,9 @@ export interface AssumeRoleWithWebIdentityRequest {
114
99
  Policy?: string | undefined;
115
100
  DurationSeconds?: number | undefined;
116
101
  }
102
+ export declare const AssumeRoleWithWebIdentityRequestFilterSensitiveLog: (
103
+ obj: AssumeRoleWithWebIdentityRequest
104
+ ) => any;
117
105
  export interface AssumeRoleWithWebIdentityResponse {
118
106
  Credentials?: Credentials | undefined;
119
107
  SubjectFromWebIdentityToken?: string | undefined;
@@ -123,6 +111,9 @@ export interface AssumeRoleWithWebIdentityResponse {
123
111
  Audience?: string | undefined;
124
112
  SourceIdentity?: string | undefined;
125
113
  }
114
+ export declare const AssumeRoleWithWebIdentityResponseFilterSensitiveLog: (
115
+ obj: AssumeRoleWithWebIdentityResponse
116
+ ) => any;
126
117
  export declare class IDPCommunicationErrorException extends __BaseException {
127
118
  readonly name: "IDPCommunicationErrorException";
128
119
  readonly $fault: "client";
@@ -130,89 +121,3 @@ export declare class IDPCommunicationErrorException extends __BaseException {
130
121
  opts: __ExceptionOptionType<IDPCommunicationErrorException, __BaseException>
131
122
  );
132
123
  }
133
- export interface AssumeRootRequest {
134
- TargetPrincipal: string | undefined;
135
- TaskPolicyArn: PolicyDescriptorType | undefined;
136
- DurationSeconds?: number | undefined;
137
- }
138
- export interface AssumeRootResponse {
139
- Credentials?: Credentials | undefined;
140
- SourceIdentity?: string | undefined;
141
- }
142
- export interface DecodeAuthorizationMessageRequest {
143
- EncodedMessage: string | undefined;
144
- }
145
- export interface DecodeAuthorizationMessageResponse {
146
- DecodedMessage?: string | undefined;
147
- }
148
- export declare class InvalidAuthorizationMessageException extends __BaseException {
149
- readonly name: "InvalidAuthorizationMessageException";
150
- readonly $fault: "client";
151
- constructor(
152
- opts: __ExceptionOptionType<
153
- InvalidAuthorizationMessageException,
154
- __BaseException
155
- >
156
- );
157
- }
158
- export interface GetAccessKeyInfoRequest {
159
- AccessKeyId: string | undefined;
160
- }
161
- export interface GetAccessKeyInfoResponse {
162
- Account?: string | undefined;
163
- }
164
- export interface GetCallerIdentityRequest {}
165
- export interface GetCallerIdentityResponse {
166
- UserId?: string | undefined;
167
- Account?: string | undefined;
168
- Arn?: string | undefined;
169
- }
170
- export interface GetFederationTokenRequest {
171
- Name: string | undefined;
172
- Policy?: string | undefined;
173
- PolicyArns?: PolicyDescriptorType[] | undefined;
174
- DurationSeconds?: number | undefined;
175
- Tags?: Tag[] | undefined;
176
- }
177
- export interface FederatedUser {
178
- FederatedUserId: string | undefined;
179
- Arn: string | undefined;
180
- }
181
- export interface GetFederationTokenResponse {
182
- Credentials?: Credentials | undefined;
183
- FederatedUser?: FederatedUser | undefined;
184
- PackedPolicySize?: number | undefined;
185
- }
186
- export interface GetSessionTokenRequest {
187
- DurationSeconds?: number | undefined;
188
- SerialNumber?: string | undefined;
189
- TokenCode?: string | undefined;
190
- }
191
- export interface GetSessionTokenResponse {
192
- Credentials?: Credentials | undefined;
193
- }
194
- export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
195
- export declare const AssumeRoleResponseFilterSensitiveLog: (
196
- obj: AssumeRoleResponse
197
- ) => any;
198
- export declare const AssumeRoleWithSAMLRequestFilterSensitiveLog: (
199
- obj: AssumeRoleWithSAMLRequest
200
- ) => any;
201
- export declare const AssumeRoleWithSAMLResponseFilterSensitiveLog: (
202
- obj: AssumeRoleWithSAMLResponse
203
- ) => any;
204
- export declare const AssumeRoleWithWebIdentityRequestFilterSensitiveLog: (
205
- obj: AssumeRoleWithWebIdentityRequest
206
- ) => any;
207
- export declare const AssumeRoleWithWebIdentityResponseFilterSensitiveLog: (
208
- obj: AssumeRoleWithWebIdentityResponse
209
- ) => any;
210
- export declare const AssumeRootResponseFilterSensitiveLog: (
211
- obj: AssumeRootResponse
212
- ) => any;
213
- export declare const GetFederationTokenResponseFilterSensitiveLog: (
214
- obj: GetFederationTokenResponse
215
- ) => any;
216
- export declare const GetSessionTokenResponseFilterSensitiveLog: (
217
- obj: GetSessionTokenResponse
218
- ) => any;
@@ -0,0 +1,29 @@
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@smithy/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@smithy/types";
6
+ import {
7
+ AssumeRoleCommandInput,
8
+ AssumeRoleCommandOutput,
9
+ } from "../commands/AssumeRoleCommand";
10
+ import {
11
+ AssumeRoleWithWebIdentityCommandInput,
12
+ AssumeRoleWithWebIdentityCommandOutput,
13
+ } from "../commands/AssumeRoleWithWebIdentityCommand";
14
+ export declare const se_AssumeRoleCommand: (
15
+ input: AssumeRoleCommandInput,
16
+ context: __SerdeContext
17
+ ) => Promise<__HttpRequest>;
18
+ export declare const se_AssumeRoleWithWebIdentityCommand: (
19
+ input: AssumeRoleWithWebIdentityCommandInput,
20
+ context: __SerdeContext
21
+ ) => Promise<__HttpRequest>;
22
+ export declare const de_AssumeRoleCommand: (
23
+ output: __HttpResponse,
24
+ context: __SerdeContext
25
+ ) => Promise<AssumeRoleCommandOutput>;
26
+ export declare const de_AssumeRoleWithWebIdentityCommand: (
27
+ output: __HttpResponse,
28
+ context: __SerdeContext
29
+ ) => Promise<AssumeRoleWithWebIdentityCommandOutput>;
@@ -8,15 +8,6 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider:
12
- | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
- | ((
14
- init?:
15
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
16
- | undefined
17
- ) => import("@smithy/types").MemoizedProvider<
18
- import("@smithy/types").AwsCredentialIdentity
19
- >);
20
11
  defaultUserAgentProvider: (
21
12
  config?:
22
13
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -56,6 +47,9 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
56
47
  disableHostPrefix: boolean;
57
48
  serviceId: string;
58
49
  profile?: string | undefined;
50
+ credentialDefaultProvider?:
51
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
52
+ | undefined;
59
53
  logger: import("@smithy/types").Logger;
60
54
  extensions: import("./runtimeExtensions").RuntimeExtension[];
61
55
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;