@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
@@ -1,160 +0,0 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
- import {
3
- AssumeRoleCommandInput,
4
- AssumeRoleCommandOutput,
5
- } from "./commands/AssumeRoleCommand";
6
- import {
7
- AssumeRoleWithSAMLCommandInput,
8
- AssumeRoleWithSAMLCommandOutput,
9
- } from "./commands/AssumeRoleWithSAMLCommand";
10
- import {
11
- AssumeRoleWithWebIdentityCommandInput,
12
- AssumeRoleWithWebIdentityCommandOutput,
13
- } from "./commands/AssumeRoleWithWebIdentityCommand";
14
- import {
15
- AssumeRootCommandInput,
16
- AssumeRootCommandOutput,
17
- } from "./commands/AssumeRootCommand";
18
- import {
19
- DecodeAuthorizationMessageCommandInput,
20
- DecodeAuthorizationMessageCommandOutput,
21
- } from "./commands/DecodeAuthorizationMessageCommand";
22
- import {
23
- GetAccessKeyInfoCommandInput,
24
- GetAccessKeyInfoCommandOutput,
25
- } from "./commands/GetAccessKeyInfoCommand";
26
- import {
27
- GetCallerIdentityCommandInput,
28
- GetCallerIdentityCommandOutput,
29
- } from "./commands/GetCallerIdentityCommand";
30
- import {
31
- GetFederationTokenCommandInput,
32
- GetFederationTokenCommandOutput,
33
- } from "./commands/GetFederationTokenCommand";
34
- import {
35
- GetSessionTokenCommandInput,
36
- GetSessionTokenCommandOutput,
37
- } from "./commands/GetSessionTokenCommand";
38
- import { STSClient } from "./STSClient";
39
- export interface STS {
40
- assumeRole(
41
- args: AssumeRoleCommandInput,
42
- options?: __HttpHandlerOptions
43
- ): Promise<AssumeRoleCommandOutput>;
44
- assumeRole(
45
- args: AssumeRoleCommandInput,
46
- cb: (err: any, data?: AssumeRoleCommandOutput) => void
47
- ): void;
48
- assumeRole(
49
- args: AssumeRoleCommandInput,
50
- options: __HttpHandlerOptions,
51
- cb: (err: any, data?: AssumeRoleCommandOutput) => void
52
- ): void;
53
- assumeRoleWithSAML(
54
- args: AssumeRoleWithSAMLCommandInput,
55
- options?: __HttpHandlerOptions
56
- ): Promise<AssumeRoleWithSAMLCommandOutput>;
57
- assumeRoleWithSAML(
58
- args: AssumeRoleWithSAMLCommandInput,
59
- cb: (err: any, data?: AssumeRoleWithSAMLCommandOutput) => void
60
- ): void;
61
- assumeRoleWithSAML(
62
- args: AssumeRoleWithSAMLCommandInput,
63
- options: __HttpHandlerOptions,
64
- cb: (err: any, data?: AssumeRoleWithSAMLCommandOutput) => void
65
- ): void;
66
- assumeRoleWithWebIdentity(
67
- args: AssumeRoleWithWebIdentityCommandInput,
68
- options?: __HttpHandlerOptions
69
- ): Promise<AssumeRoleWithWebIdentityCommandOutput>;
70
- assumeRoleWithWebIdentity(
71
- args: AssumeRoleWithWebIdentityCommandInput,
72
- cb: (err: any, data?: AssumeRoleWithWebIdentityCommandOutput) => void
73
- ): void;
74
- assumeRoleWithWebIdentity(
75
- args: AssumeRoleWithWebIdentityCommandInput,
76
- options: __HttpHandlerOptions,
77
- cb: (err: any, data?: AssumeRoleWithWebIdentityCommandOutput) => void
78
- ): void;
79
- assumeRoot(
80
- args: AssumeRootCommandInput,
81
- options?: __HttpHandlerOptions
82
- ): Promise<AssumeRootCommandOutput>;
83
- assumeRoot(
84
- args: AssumeRootCommandInput,
85
- cb: (err: any, data?: AssumeRootCommandOutput) => void
86
- ): void;
87
- assumeRoot(
88
- args: AssumeRootCommandInput,
89
- options: __HttpHandlerOptions,
90
- cb: (err: any, data?: AssumeRootCommandOutput) => void
91
- ): void;
92
- decodeAuthorizationMessage(
93
- args: DecodeAuthorizationMessageCommandInput,
94
- options?: __HttpHandlerOptions
95
- ): Promise<DecodeAuthorizationMessageCommandOutput>;
96
- decodeAuthorizationMessage(
97
- args: DecodeAuthorizationMessageCommandInput,
98
- cb: (err: any, data?: DecodeAuthorizationMessageCommandOutput) => void
99
- ): void;
100
- decodeAuthorizationMessage(
101
- args: DecodeAuthorizationMessageCommandInput,
102
- options: __HttpHandlerOptions,
103
- cb: (err: any, data?: DecodeAuthorizationMessageCommandOutput) => void
104
- ): void;
105
- getAccessKeyInfo(
106
- args: GetAccessKeyInfoCommandInput,
107
- options?: __HttpHandlerOptions
108
- ): Promise<GetAccessKeyInfoCommandOutput>;
109
- getAccessKeyInfo(
110
- args: GetAccessKeyInfoCommandInput,
111
- cb: (err: any, data?: GetAccessKeyInfoCommandOutput) => void
112
- ): void;
113
- getAccessKeyInfo(
114
- args: GetAccessKeyInfoCommandInput,
115
- options: __HttpHandlerOptions,
116
- cb: (err: any, data?: GetAccessKeyInfoCommandOutput) => void
117
- ): void;
118
- getCallerIdentity(): Promise<GetCallerIdentityCommandOutput>;
119
- getCallerIdentity(
120
- args: GetCallerIdentityCommandInput,
121
- options?: __HttpHandlerOptions
122
- ): Promise<GetCallerIdentityCommandOutput>;
123
- getCallerIdentity(
124
- args: GetCallerIdentityCommandInput,
125
- cb: (err: any, data?: GetCallerIdentityCommandOutput) => void
126
- ): void;
127
- getCallerIdentity(
128
- args: GetCallerIdentityCommandInput,
129
- options: __HttpHandlerOptions,
130
- cb: (err: any, data?: GetCallerIdentityCommandOutput) => void
131
- ): void;
132
- getFederationToken(
133
- args: GetFederationTokenCommandInput,
134
- options?: __HttpHandlerOptions
135
- ): Promise<GetFederationTokenCommandOutput>;
136
- getFederationToken(
137
- args: GetFederationTokenCommandInput,
138
- cb: (err: any, data?: GetFederationTokenCommandOutput) => void
139
- ): void;
140
- getFederationToken(
141
- args: GetFederationTokenCommandInput,
142
- options: __HttpHandlerOptions,
143
- cb: (err: any, data?: GetFederationTokenCommandOutput) => void
144
- ): void;
145
- getSessionToken(): Promise<GetSessionTokenCommandOutput>;
146
- getSessionToken(
147
- args: GetSessionTokenCommandInput,
148
- options?: __HttpHandlerOptions
149
- ): Promise<GetSessionTokenCommandOutput>;
150
- getSessionToken(
151
- args: GetSessionTokenCommandInput,
152
- cb: (err: any, data?: GetSessionTokenCommandOutput) => void
153
- ): void;
154
- getSessionToken(
155
- args: GetSessionTokenCommandInput,
156
- options: __HttpHandlerOptions,
157
- cb: (err: any, data?: GetSessionTokenCommandOutput) => void
158
- ): void;
159
- }
160
- export declare class STS extends STSClient implements STS {}
@@ -1,51 +0,0 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AssumeRoleWithSAMLRequest,
5
- AssumeRoleWithSAMLResponse,
6
- } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- STSClientResolvedConfig,
11
- } from "../STSClient";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface AssumeRoleWithSAMLCommandInput
15
- extends AssumeRoleWithSAMLRequest {}
16
- export interface AssumeRoleWithSAMLCommandOutput
17
- extends AssumeRoleWithSAMLResponse,
18
- __MetadataBearer {}
19
- declare const AssumeRoleWithSAMLCommand_base: {
20
- new (
21
- input: AssumeRoleWithSAMLCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- AssumeRoleWithSAMLCommandInput,
24
- AssumeRoleWithSAMLCommandOutput,
25
- STSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- __0_0: AssumeRoleWithSAMLCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- AssumeRoleWithSAMLCommandInput,
33
- AssumeRoleWithSAMLCommandOutput,
34
- STSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class AssumeRoleWithSAMLCommand extends AssumeRoleWithSAMLCommand_base {
41
- protected static __types: {
42
- api: {
43
- input: AssumeRoleWithSAMLRequest;
44
- output: AssumeRoleWithSAMLResponse;
45
- };
46
- sdk: {
47
- input: AssumeRoleWithSAMLCommandInput;
48
- output: AssumeRoleWithSAMLCommandOutput;
49
- };
50
- };
51
- }
@@ -1,47 +0,0 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AssumeRootRequest, AssumeRootResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- STSClientResolvedConfig,
8
- } from "../STSClient";
9
- export { __MetadataBearer };
10
- export { $Command };
11
- export interface AssumeRootCommandInput extends AssumeRootRequest {}
12
- export interface AssumeRootCommandOutput
13
- extends AssumeRootResponse,
14
- __MetadataBearer {}
15
- declare const AssumeRootCommand_base: {
16
- new (
17
- input: AssumeRootCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
19
- AssumeRootCommandInput,
20
- AssumeRootCommandOutput,
21
- STSClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
24
- >;
25
- new (
26
- __0_0: AssumeRootCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
28
- AssumeRootCommandInput,
29
- AssumeRootCommandOutput,
30
- STSClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
33
- >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
- };
36
- export declare class AssumeRootCommand extends AssumeRootCommand_base {
37
- protected static __types: {
38
- api: {
39
- input: AssumeRootRequest;
40
- output: AssumeRootResponse;
41
- };
42
- sdk: {
43
- input: AssumeRootCommandInput;
44
- output: AssumeRootCommandOutput;
45
- };
46
- };
47
- }
@@ -1,51 +0,0 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DecodeAuthorizationMessageRequest,
5
- DecodeAuthorizationMessageResponse,
6
- } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- STSClientResolvedConfig,
11
- } from "../STSClient";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface DecodeAuthorizationMessageCommandInput
15
- extends DecodeAuthorizationMessageRequest {}
16
- export interface DecodeAuthorizationMessageCommandOutput
17
- extends DecodeAuthorizationMessageResponse,
18
- __MetadataBearer {}
19
- declare const DecodeAuthorizationMessageCommand_base: {
20
- new (
21
- input: DecodeAuthorizationMessageCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- DecodeAuthorizationMessageCommandInput,
24
- DecodeAuthorizationMessageCommandOutput,
25
- STSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- __0_0: DecodeAuthorizationMessageCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- DecodeAuthorizationMessageCommandInput,
33
- DecodeAuthorizationMessageCommandOutput,
34
- STSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class DecodeAuthorizationMessageCommand extends DecodeAuthorizationMessageCommand_base {
41
- protected static __types: {
42
- api: {
43
- input: DecodeAuthorizationMessageRequest;
44
- output: DecodeAuthorizationMessageResponse;
45
- };
46
- sdk: {
47
- input: DecodeAuthorizationMessageCommandInput;
48
- output: DecodeAuthorizationMessageCommandOutput;
49
- };
50
- };
51
- }
@@ -1,50 +0,0 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GetAccessKeyInfoRequest,
5
- GetAccessKeyInfoResponse,
6
- } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- STSClientResolvedConfig,
11
- } from "../STSClient";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface GetAccessKeyInfoCommandInput extends GetAccessKeyInfoRequest {}
15
- export interface GetAccessKeyInfoCommandOutput
16
- extends GetAccessKeyInfoResponse,
17
- __MetadataBearer {}
18
- declare const GetAccessKeyInfoCommand_base: {
19
- new (
20
- input: GetAccessKeyInfoCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
22
- GetAccessKeyInfoCommandInput,
23
- GetAccessKeyInfoCommandOutput,
24
- STSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
27
- >;
28
- new (
29
- __0_0: GetAccessKeyInfoCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
31
- GetAccessKeyInfoCommandInput,
32
- GetAccessKeyInfoCommandOutput,
33
- STSClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
36
- >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
- };
39
- export declare class GetAccessKeyInfoCommand extends GetAccessKeyInfoCommand_base {
40
- protected static __types: {
41
- api: {
42
- input: GetAccessKeyInfoRequest;
43
- output: GetAccessKeyInfoResponse;
44
- };
45
- sdk: {
46
- input: GetAccessKeyInfoCommandInput;
47
- output: GetAccessKeyInfoCommandOutput;
48
- };
49
- };
50
- }
@@ -1,51 +0,0 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GetCallerIdentityRequest,
5
- GetCallerIdentityResponse,
6
- } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- STSClientResolvedConfig,
11
- } from "../STSClient";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface GetCallerIdentityCommandInput
15
- extends GetCallerIdentityRequest {}
16
- export interface GetCallerIdentityCommandOutput
17
- extends GetCallerIdentityResponse,
18
- __MetadataBearer {}
19
- declare const GetCallerIdentityCommand_base: {
20
- new (
21
- input: GetCallerIdentityCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- GetCallerIdentityCommandInput,
24
- GetCallerIdentityCommandOutput,
25
- STSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- ...[input]: [] | [GetCallerIdentityCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- GetCallerIdentityCommandInput,
33
- GetCallerIdentityCommandOutput,
34
- STSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class GetCallerIdentityCommand extends GetCallerIdentityCommand_base {
41
- protected static __types: {
42
- api: {
43
- input: {};
44
- output: GetCallerIdentityResponse;
45
- };
46
- sdk: {
47
- input: GetCallerIdentityCommandInput;
48
- output: GetCallerIdentityCommandOutput;
49
- };
50
- };
51
- }
@@ -1,51 +0,0 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GetFederationTokenRequest,
5
- GetFederationTokenResponse,
6
- } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- STSClientResolvedConfig,
11
- } from "../STSClient";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface GetFederationTokenCommandInput
15
- extends GetFederationTokenRequest {}
16
- export interface GetFederationTokenCommandOutput
17
- extends GetFederationTokenResponse,
18
- __MetadataBearer {}
19
- declare const GetFederationTokenCommand_base: {
20
- new (
21
- input: GetFederationTokenCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- GetFederationTokenCommandInput,
24
- GetFederationTokenCommandOutput,
25
- STSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- __0_0: GetFederationTokenCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- GetFederationTokenCommandInput,
33
- GetFederationTokenCommandOutput,
34
- STSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class GetFederationTokenCommand extends GetFederationTokenCommand_base {
41
- protected static __types: {
42
- api: {
43
- input: GetFederationTokenRequest;
44
- output: GetFederationTokenResponse;
45
- };
46
- sdk: {
47
- input: GetFederationTokenCommandInput;
48
- output: GetFederationTokenCommandOutput;
49
- };
50
- };
51
- }
@@ -1,50 +0,0 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GetSessionTokenRequest,
5
- GetSessionTokenResponse,
6
- } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- STSClientResolvedConfig,
11
- } from "../STSClient";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface GetSessionTokenCommandInput extends GetSessionTokenRequest {}
15
- export interface GetSessionTokenCommandOutput
16
- extends GetSessionTokenResponse,
17
- __MetadataBearer {}
18
- declare const GetSessionTokenCommand_base: {
19
- new (
20
- input: GetSessionTokenCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
22
- GetSessionTokenCommandInput,
23
- GetSessionTokenCommandOutput,
24
- STSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
27
- >;
28
- new (
29
- ...[input]: [] | [GetSessionTokenCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
31
- GetSessionTokenCommandInput,
32
- GetSessionTokenCommandOutput,
33
- STSClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
36
- >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
- };
39
- export declare class GetSessionTokenCommand extends GetSessionTokenCommand_base {
40
- protected static __types: {
41
- api: {
42
- input: GetSessionTokenRequest;
43
- output: GetSessionTokenResponse;
44
- };
45
- sdk: {
46
- input: GetSessionTokenCommandInput;
47
- output: GetSessionTokenCommandOutput;
48
- };
49
- };
50
- }
@@ -1,9 +0,0 @@
1
- export * from "./AssumeRoleCommand";
2
- export * from "./AssumeRoleWithSAMLCommand";
3
- export * from "./AssumeRoleWithWebIdentityCommand";
4
- export * from "./AssumeRootCommand";
5
- export * from "./DecodeAuthorizationMessageCommand";
6
- export * from "./GetAccessKeyInfoCommand";
7
- export * from "./GetCallerIdentityCommand";
8
- export * from "./GetFederationTokenCommand";
9
- export * from "./GetSessionTokenCommand";
@@ -1,113 +0,0 @@
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
- AssumeRoleWithSAMLCommandInput,
12
- AssumeRoleWithSAMLCommandOutput,
13
- } from "../commands/AssumeRoleWithSAMLCommand";
14
- import {
15
- AssumeRoleWithWebIdentityCommandInput,
16
- AssumeRoleWithWebIdentityCommandOutput,
17
- } from "../commands/AssumeRoleWithWebIdentityCommand";
18
- import {
19
- AssumeRootCommandInput,
20
- AssumeRootCommandOutput,
21
- } from "../commands/AssumeRootCommand";
22
- import {
23
- DecodeAuthorizationMessageCommandInput,
24
- DecodeAuthorizationMessageCommandOutput,
25
- } from "../commands/DecodeAuthorizationMessageCommand";
26
- import {
27
- GetAccessKeyInfoCommandInput,
28
- GetAccessKeyInfoCommandOutput,
29
- } from "../commands/GetAccessKeyInfoCommand";
30
- import {
31
- GetCallerIdentityCommandInput,
32
- GetCallerIdentityCommandOutput,
33
- } from "../commands/GetCallerIdentityCommand";
34
- import {
35
- GetFederationTokenCommandInput,
36
- GetFederationTokenCommandOutput,
37
- } from "../commands/GetFederationTokenCommand";
38
- import {
39
- GetSessionTokenCommandInput,
40
- GetSessionTokenCommandOutput,
41
- } from "../commands/GetSessionTokenCommand";
42
- export declare const se_AssumeRoleCommand: (
43
- input: AssumeRoleCommandInput,
44
- context: __SerdeContext
45
- ) => Promise<__HttpRequest>;
46
- export declare const se_AssumeRoleWithSAMLCommand: (
47
- input: AssumeRoleWithSAMLCommandInput,
48
- context: __SerdeContext
49
- ) => Promise<__HttpRequest>;
50
- export declare const se_AssumeRoleWithWebIdentityCommand: (
51
- input: AssumeRoleWithWebIdentityCommandInput,
52
- context: __SerdeContext
53
- ) => Promise<__HttpRequest>;
54
- export declare const se_AssumeRootCommand: (
55
- input: AssumeRootCommandInput,
56
- context: __SerdeContext
57
- ) => Promise<__HttpRequest>;
58
- export declare const se_DecodeAuthorizationMessageCommand: (
59
- input: DecodeAuthorizationMessageCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const se_GetAccessKeyInfoCommand: (
63
- input: GetAccessKeyInfoCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_GetCallerIdentityCommand: (
67
- input: GetCallerIdentityCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_GetFederationTokenCommand: (
71
- input: GetFederationTokenCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_GetSessionTokenCommand: (
75
- input: GetSessionTokenCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const de_AssumeRoleCommand: (
79
- output: __HttpResponse,
80
- context: __SerdeContext
81
- ) => Promise<AssumeRoleCommandOutput>;
82
- export declare const de_AssumeRoleWithSAMLCommand: (
83
- output: __HttpResponse,
84
- context: __SerdeContext
85
- ) => Promise<AssumeRoleWithSAMLCommandOutput>;
86
- export declare const de_AssumeRoleWithWebIdentityCommand: (
87
- output: __HttpResponse,
88
- context: __SerdeContext
89
- ) => Promise<AssumeRoleWithWebIdentityCommandOutput>;
90
- export declare const de_AssumeRootCommand: (
91
- output: __HttpResponse,
92
- context: __SerdeContext
93
- ) => Promise<AssumeRootCommandOutput>;
94
- export declare const de_DecodeAuthorizationMessageCommand: (
95
- output: __HttpResponse,
96
- context: __SerdeContext
97
- ) => Promise<DecodeAuthorizationMessageCommandOutput>;
98
- export declare const de_GetAccessKeyInfoCommand: (
99
- output: __HttpResponse,
100
- context: __SerdeContext
101
- ) => Promise<GetAccessKeyInfoCommandOutput>;
102
- export declare const de_GetCallerIdentityCommand: (
103
- output: __HttpResponse,
104
- context: __SerdeContext
105
- ) => Promise<GetCallerIdentityCommandOutput>;
106
- export declare const de_GetFederationTokenCommand: (
107
- output: __HttpResponse,
108
- context: __SerdeContext
109
- ) => Promise<GetFederationTokenCommandOutput>;
110
- export declare const de_GetSessionTokenCommand: (
111
- output: __HttpResponse,
112
- context: __SerdeContext
113
- ) => Promise<GetSessionTokenCommandOutput>;