@cdk8s/awscdk-resolver 0.0.233 → 0.0.235

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 (253) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/package.json +12 -14
  4. package/node_modules/@aws-sdk/client-sso/package.json +11 -11
  5. package/node_modules/@aws-sdk/core/package.json +3 -3
  6. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  7. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  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 +9 -11
  11. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  12. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  13. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  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 +4 -6
  17. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  18. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  19. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  20. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  21. package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  22. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  23. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  24. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +106 -0
  25. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/index.js +122 -498
  26. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  27. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.js +1 -3
  28. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  29. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +145 -0
  30. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/index.js +99 -695
  31. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.browser.js +1 -1
  32. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.js +2 -4
  33. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  34. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  35. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  36. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +103 -0
  37. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/models_0.js +12 -85
  38. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/protocols/Aws_restJson1.js +2 -174
  39. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  40. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.js +1 -3
  41. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  42. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  43. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  44. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +142 -0
  45. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
  46. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/models_0.js +16 -48
  47. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/protocols/Aws_query.js +10 -420
  48. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.browser.js +1 -1
  49. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.js +2 -4
  50. package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  51. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDC.d.ts +0 -21
  52. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDCClient.d.ts +3 -12
  53. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +3 -50
  54. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  55. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +396 -0
  56. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  57. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.browser.d.ts +0 -1
  58. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.d.ts +0 -1
  59. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.native.d.ts +0 -1
  60. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  61. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/STSClient.d.ts +2 -9
  62. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -47
  63. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -34
  64. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  65. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/models_0.d.ts +16 -630
  66. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  67. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.d.ts +1 -1
  68. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  69. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  70. 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
  71. 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
  72. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  73. 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
  74. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  75. 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
  76. 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
  77. 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
  78. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  79. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/STSClient.d.ts +2 -44
  80. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  81. 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
  82. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  83. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.d.ts +3 -9
  84. package/node_modules/@aws-sdk/{client-sts → nested-clients}/package.json +53 -40
  85. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  86. package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  87. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  88. package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  89. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  90. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +2 -2
  91. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
  92. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
  93. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
  94. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  95. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  96. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -1
  97. package/node_modules/@aws-sdk/token-providers/package.json +3 -5
  98. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +6 -1
  99. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +5 -1
  100. package/node_modules/@aws-sdk/types/package.json +1 -1
  101. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -0
  102. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  103. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  104. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  105. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  106. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  107. package/package.json +6 -6
  108. package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  109. package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  110. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
  111. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  112. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  113. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  114. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  115. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  116. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
  117. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  118. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  119. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  120. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  121. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  122. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  123. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  124. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  125. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  126. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  127. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  128. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  129. package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  130. package/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  131. package/node_modules/@aws-sdk/client-sts/README.md +0 -281
  132. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  133. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -25
  134. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  135. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +0 -23
  136. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  137. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  138. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  139. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  140. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  141. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -9
  142. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  143. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -78
  144. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  145. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +0 -129
  146. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  147. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  148. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  149. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  150. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  151. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -9
  152. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -83
  153. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -160
  154. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  155. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +0 -47
  156. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  157. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  158. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  159. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  160. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  161. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -9
  162. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -113
  163. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  164. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  165. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  166. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/STSClient.js +0 -0
  167. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  168. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  169. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/endpointResolver.js +0 -0
  170. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
  171. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.shared.js +0 -0
  172. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeExtensions.js +0 -0
  173. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es/extensionConfiguration.js → nested-clients/dist-es/index.js} +0 -0
  174. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/SSOOIDCClient.js +0 -0
  175. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
  176. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/commands/CreateTokenCommand.js +0 -0
  177. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/EndpointParameters.js +0 -0
  178. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  179. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sso-oidc}/extensionConfiguration.js +0 -0
  180. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/index.js +0 -0
  181. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/SSOOIDCServiceException.js +0 -0
  182. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/index.js +0 -0
  183. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  184. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  185. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeExtensions.js +0 -0
  186. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/STSClient.js +0 -0
  187. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  188. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleCommand.js +0 -0
  189. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
  190. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultRoleAssumers.js +0 -0
  191. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultStsRoleAssumers.js +0 -0
  192. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  193. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/endpointResolver.js +0 -0
  194. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/index.js +0 -0
  195. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/STSServiceException.js +0 -0
  196. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/index.js +0 -0
  197. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
  198. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.shared.js +0 -0
  199. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeExtensions.js +0 -0
  200. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  201. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
  202. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
  203. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  204. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  205. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  206. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/index.d.ts +0 -0
  207. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  208. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/index.d.ts +0 -0
  209. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
  210. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  211. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  212. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
  213. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  214. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultStsRoleAssumers.d.ts +0 -0
  215. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
  216. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  217. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  218. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/extensionConfiguration.d.ts +0 -0
  219. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/index.d.ts +0 -0
  220. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/STSServiceException.d.ts +0 -0
  221. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/models/index.d.ts +0 -0
  222. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.browser.d.ts +0 -0
  223. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.native.d.ts +0 -0
  224. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
  225. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeExtensions.d.ts +0 -0
  226. /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
  227. /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
  228. /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
  229. /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
  230. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/ruleset.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}/extensionConfiguration.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}/index.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}/models/SSOOIDCServiceException.d.ts +0 -0
  234. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/index.d.ts +0 -0
  235. /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
  236. /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
  237. /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
  238. /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
  239. /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
  240. /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
  241. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  242. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultStsRoleAssumers.d.ts +0 -0
  243. /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
  244. /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
  245. /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
  246. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/extensionConfiguration.d.ts +0 -0
  247. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/index.d.ts +0 -0
  248. /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
  249. /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
  250. /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
  251. /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
  252. /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
  253. /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,7 +1,7 @@
1
1
  import { parseXmlBody as parseBody, parseXmlErrorBody as parseErrorBody } from "@aws-sdk/core";
2
2
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
3
3
  import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, strictParseInt32 as __strictParseInt32, withBaseException, } from "@smithy/smithy-client";
4
- import { ExpiredTokenException, IDPCommunicationErrorException, IDPRejectedClaimException, InvalidAuthorizationMessageException, InvalidIdentityTokenException, MalformedPolicyDocumentException, PackedPolicyTooLargeException, RegionDisabledException, } from "../models/models_0";
4
+ import { ExpiredTokenException, IDPCommunicationErrorException, IDPRejectedClaimException, InvalidIdentityTokenException, MalformedPolicyDocumentException, PackedPolicyTooLargeException, RegionDisabledException, } from "../models/models_0";
5
5
  import { STSServiceException as __BaseException } from "../models/STSServiceException";
6
6
  export const se_AssumeRoleCommand = async (input, context) => {
7
7
  const headers = SHARED_HEADERS;
@@ -13,16 +13,6 @@ export const se_AssumeRoleCommand = async (input, context) => {
13
13
  });
14
14
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
15
15
  };
16
- export const se_AssumeRoleWithSAMLCommand = async (input, context) => {
17
- const headers = SHARED_HEADERS;
18
- let body;
19
- body = buildFormUrlencodedString({
20
- ...se_AssumeRoleWithSAMLRequest(input, context),
21
- [_A]: _ARWSAML,
22
- [_V]: _,
23
- });
24
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
25
- };
26
16
  export const se_AssumeRoleWithWebIdentityCommand = async (input, context) => {
27
17
  const headers = SHARED_HEADERS;
28
18
  let body;
@@ -33,66 +23,6 @@ export const se_AssumeRoleWithWebIdentityCommand = async (input, context) => {
33
23
  });
34
24
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
35
25
  };
36
- export const se_AssumeRootCommand = async (input, context) => {
37
- const headers = SHARED_HEADERS;
38
- let body;
39
- body = buildFormUrlencodedString({
40
- ...se_AssumeRootRequest(input, context),
41
- [_A]: _ARs,
42
- [_V]: _,
43
- });
44
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
45
- };
46
- export const se_DecodeAuthorizationMessageCommand = async (input, context) => {
47
- const headers = SHARED_HEADERS;
48
- let body;
49
- body = buildFormUrlencodedString({
50
- ...se_DecodeAuthorizationMessageRequest(input, context),
51
- [_A]: _DAM,
52
- [_V]: _,
53
- });
54
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
55
- };
56
- export const se_GetAccessKeyInfoCommand = async (input, context) => {
57
- const headers = SHARED_HEADERS;
58
- let body;
59
- body = buildFormUrlencodedString({
60
- ...se_GetAccessKeyInfoRequest(input, context),
61
- [_A]: _GAKI,
62
- [_V]: _,
63
- });
64
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
65
- };
66
- export const se_GetCallerIdentityCommand = async (input, context) => {
67
- const headers = SHARED_HEADERS;
68
- let body;
69
- body = buildFormUrlencodedString({
70
- ...se_GetCallerIdentityRequest(input, context),
71
- [_A]: _GCI,
72
- [_V]: _,
73
- });
74
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
75
- };
76
- export const se_GetFederationTokenCommand = async (input, context) => {
77
- const headers = SHARED_HEADERS;
78
- let body;
79
- body = buildFormUrlencodedString({
80
- ...se_GetFederationTokenRequest(input, context),
81
- [_A]: _GFT,
82
- [_V]: _,
83
- });
84
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
85
- };
86
- export const se_GetSessionTokenCommand = async (input, context) => {
87
- const headers = SHARED_HEADERS;
88
- let body;
89
- body = buildFormUrlencodedString({
90
- ...se_GetSessionTokenRequest(input, context),
91
- [_A]: _GST,
92
- [_V]: _,
93
- });
94
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
95
- };
96
26
  export const de_AssumeRoleCommand = async (output, context) => {
97
27
  if (output.statusCode >= 300) {
98
28
  return de_CommandError(output, context);
@@ -106,19 +36,6 @@ export const de_AssumeRoleCommand = async (output, context) => {
106
36
  };
107
37
  return response;
108
38
  };
109
- export const de_AssumeRoleWithSAMLCommand = async (output, context) => {
110
- if (output.statusCode >= 300) {
111
- return de_CommandError(output, context);
112
- }
113
- const data = await parseBody(output.body, context);
114
- let contents = {};
115
- contents = de_AssumeRoleWithSAMLResponse(data.AssumeRoleWithSAMLResult, context);
116
- const response = {
117
- $metadata: deserializeMetadata(output),
118
- ...contents,
119
- };
120
- return response;
121
- };
122
39
  export const de_AssumeRoleWithWebIdentityCommand = async (output, context) => {
123
40
  if (output.statusCode >= 300) {
124
41
  return de_CommandError(output, context);
@@ -132,84 +49,6 @@ export const de_AssumeRoleWithWebIdentityCommand = async (output, context) => {
132
49
  };
133
50
  return response;
134
51
  };
135
- export const de_AssumeRootCommand = async (output, context) => {
136
- if (output.statusCode >= 300) {
137
- return de_CommandError(output, context);
138
- }
139
- const data = await parseBody(output.body, context);
140
- let contents = {};
141
- contents = de_AssumeRootResponse(data.AssumeRootResult, context);
142
- const response = {
143
- $metadata: deserializeMetadata(output),
144
- ...contents,
145
- };
146
- return response;
147
- };
148
- export const de_DecodeAuthorizationMessageCommand = async (output, context) => {
149
- if (output.statusCode >= 300) {
150
- return de_CommandError(output, context);
151
- }
152
- const data = await parseBody(output.body, context);
153
- let contents = {};
154
- contents = de_DecodeAuthorizationMessageResponse(data.DecodeAuthorizationMessageResult, context);
155
- const response = {
156
- $metadata: deserializeMetadata(output),
157
- ...contents,
158
- };
159
- return response;
160
- };
161
- export const de_GetAccessKeyInfoCommand = async (output, context) => {
162
- if (output.statusCode >= 300) {
163
- return de_CommandError(output, context);
164
- }
165
- const data = await parseBody(output.body, context);
166
- let contents = {};
167
- contents = de_GetAccessKeyInfoResponse(data.GetAccessKeyInfoResult, context);
168
- const response = {
169
- $metadata: deserializeMetadata(output),
170
- ...contents,
171
- };
172
- return response;
173
- };
174
- export const de_GetCallerIdentityCommand = async (output, context) => {
175
- if (output.statusCode >= 300) {
176
- return de_CommandError(output, context);
177
- }
178
- const data = await parseBody(output.body, context);
179
- let contents = {};
180
- contents = de_GetCallerIdentityResponse(data.GetCallerIdentityResult, context);
181
- const response = {
182
- $metadata: deserializeMetadata(output),
183
- ...contents,
184
- };
185
- return response;
186
- };
187
- export const de_GetFederationTokenCommand = async (output, context) => {
188
- if (output.statusCode >= 300) {
189
- return de_CommandError(output, context);
190
- }
191
- const data = await parseBody(output.body, context);
192
- let contents = {};
193
- contents = de_GetFederationTokenResponse(data.GetFederationTokenResult, context);
194
- const response = {
195
- $metadata: deserializeMetadata(output),
196
- ...contents,
197
- };
198
- return response;
199
- };
200
- export const de_GetSessionTokenCommand = async (output, context) => {
201
- if (output.statusCode >= 300) {
202
- return de_CommandError(output, context);
203
- }
204
- const data = await parseBody(output.body, context);
205
- let contents = {};
206
- contents = de_GetSessionTokenResponse(data.GetSessionTokenResult, context);
207
- const response = {
208
- $metadata: deserializeMetadata(output),
209
- ...contents,
210
- };
211
- return response;
212
- };
213
52
  const de_CommandError = async (output, context) => {
214
53
  const parsedOutput = {
215
54
  ...output,
@@ -229,18 +68,15 @@ const de_CommandError = async (output, context) => {
229
68
  case "RegionDisabledException":
230
69
  case "com.amazonaws.sts#RegionDisabledException":
231
70
  throw await de_RegionDisabledExceptionRes(parsedOutput, context);
71
+ case "IDPCommunicationError":
72
+ case "com.amazonaws.sts#IDPCommunicationErrorException":
73
+ throw await de_IDPCommunicationErrorExceptionRes(parsedOutput, context);
232
74
  case "IDPRejectedClaim":
233
75
  case "com.amazonaws.sts#IDPRejectedClaimException":
234
76
  throw await de_IDPRejectedClaimExceptionRes(parsedOutput, context);
235
77
  case "InvalidIdentityToken":
236
78
  case "com.amazonaws.sts#InvalidIdentityTokenException":
237
79
  throw await de_InvalidIdentityTokenExceptionRes(parsedOutput, context);
238
- case "IDPCommunicationError":
239
- case "com.amazonaws.sts#IDPCommunicationErrorException":
240
- throw await de_IDPCommunicationErrorExceptionRes(parsedOutput, context);
241
- case "InvalidAuthorizationMessageException":
242
- case "com.amazonaws.sts#InvalidAuthorizationMessageException":
243
- throw await de_InvalidAuthorizationMessageExceptionRes(parsedOutput, context);
244
80
  default:
245
81
  const parsedBody = parsedOutput.body;
246
82
  return throwDefaultError({
@@ -277,15 +113,6 @@ const de_IDPRejectedClaimExceptionRes = async (parsedOutput, context) => {
277
113
  });
278
114
  return __decorateServiceException(exception, body);
279
115
  };
280
- const de_InvalidAuthorizationMessageExceptionRes = async (parsedOutput, context) => {
281
- const body = parsedOutput.body;
282
- const deserialized = de_InvalidAuthorizationMessageException(body.Error, context);
283
- const exception = new InvalidAuthorizationMessageException({
284
- $metadata: deserializeMetadata(parsedOutput),
285
- ...deserialized,
286
- });
287
- return __decorateServiceException(exception, body);
288
- };
289
116
  const de_InvalidIdentityTokenExceptionRes = async (parsedOutput, context) => {
290
117
  const body = parsedOutput.body;
291
118
  const deserialized = de_InvalidIdentityTokenException(body.Error, context);
@@ -390,35 +217,6 @@ const se_AssumeRoleRequest = (input, context) => {
390
217
  }
391
218
  return entries;
392
219
  };
393
- const se_AssumeRoleWithSAMLRequest = (input, context) => {
394
- const entries = {};
395
- if (input[_RA] != null) {
396
- entries[_RA] = input[_RA];
397
- }
398
- if (input[_PAr] != null) {
399
- entries[_PAr] = input[_PAr];
400
- }
401
- if (input[_SAMLA] != null) {
402
- entries[_SAMLA] = input[_SAMLA];
403
- }
404
- if (input[_PA] != null) {
405
- const memberEntries = se_policyDescriptorListType(input[_PA], context);
406
- if (input[_PA]?.length === 0) {
407
- entries.PolicyArns = [];
408
- }
409
- Object.entries(memberEntries).forEach(([key, value]) => {
410
- const loc = `PolicyArns.${key}`;
411
- entries[loc] = value;
412
- });
413
- }
414
- if (input[_P] != null) {
415
- entries[_P] = input[_P];
416
- }
417
- if (input[_DS] != null) {
418
- entries[_DS] = input[_DS];
419
- }
420
- return entries;
421
- };
422
220
  const se_AssumeRoleWithWebIdentityRequest = (input, context) => {
423
221
  const entries = {};
424
222
  if (input[_RA] != null) {
@@ -451,87 +249,6 @@ const se_AssumeRoleWithWebIdentityRequest = (input, context) => {
451
249
  }
452
250
  return entries;
453
251
  };
454
- const se_AssumeRootRequest = (input, context) => {
455
- const entries = {};
456
- if (input[_TP] != null) {
457
- entries[_TP] = input[_TP];
458
- }
459
- if (input[_TPA] != null) {
460
- const memberEntries = se_PolicyDescriptorType(input[_TPA], context);
461
- Object.entries(memberEntries).forEach(([key, value]) => {
462
- const loc = `TaskPolicyArn.${key}`;
463
- entries[loc] = value;
464
- });
465
- }
466
- if (input[_DS] != null) {
467
- entries[_DS] = input[_DS];
468
- }
469
- return entries;
470
- };
471
- const se_DecodeAuthorizationMessageRequest = (input, context) => {
472
- const entries = {};
473
- if (input[_EM] != null) {
474
- entries[_EM] = input[_EM];
475
- }
476
- return entries;
477
- };
478
- const se_GetAccessKeyInfoRequest = (input, context) => {
479
- const entries = {};
480
- if (input[_AKI] != null) {
481
- entries[_AKI] = input[_AKI];
482
- }
483
- return entries;
484
- };
485
- const se_GetCallerIdentityRequest = (input, context) => {
486
- const entries = {};
487
- return entries;
488
- };
489
- const se_GetFederationTokenRequest = (input, context) => {
490
- const entries = {};
491
- if (input[_N] != null) {
492
- entries[_N] = input[_N];
493
- }
494
- if (input[_P] != null) {
495
- entries[_P] = input[_P];
496
- }
497
- if (input[_PA] != null) {
498
- const memberEntries = se_policyDescriptorListType(input[_PA], context);
499
- if (input[_PA]?.length === 0) {
500
- entries.PolicyArns = [];
501
- }
502
- Object.entries(memberEntries).forEach(([key, value]) => {
503
- const loc = `PolicyArns.${key}`;
504
- entries[loc] = value;
505
- });
506
- }
507
- if (input[_DS] != null) {
508
- entries[_DS] = input[_DS];
509
- }
510
- if (input[_T] != null) {
511
- const memberEntries = se_tagListType(input[_T], context);
512
- if (input[_T]?.length === 0) {
513
- entries.Tags = [];
514
- }
515
- Object.entries(memberEntries).forEach(([key, value]) => {
516
- const loc = `Tags.${key}`;
517
- entries[loc] = value;
518
- });
519
- }
520
- return entries;
521
- };
522
- const se_GetSessionTokenRequest = (input, context) => {
523
- const entries = {};
524
- if (input[_DS] != null) {
525
- entries[_DS] = input[_DS];
526
- }
527
- if (input[_SN] != null) {
528
- entries[_SN] = input[_SN];
529
- }
530
- if (input[_TC] != null) {
531
- entries[_TC] = input[_TC];
532
- }
533
- return entries;
534
- };
535
252
  const se_policyDescriptorListType = (input, context) => {
536
253
  const entries = {};
537
254
  let counter = 1;
@@ -556,8 +273,8 @@ const se_PolicyDescriptorType = (input, context) => {
556
273
  };
557
274
  const se_ProvidedContext = (input, context) => {
558
275
  const entries = {};
559
- if (input[_PAro] != null) {
560
- entries[_PAro] = input[_PAro];
276
+ if (input[_PAr] != null) {
277
+ entries[_PAr] = input[_PAr];
561
278
  }
562
279
  if (input[_CA] != null) {
563
280
  entries[_CA] = input[_CA];
@@ -642,37 +359,6 @@ const de_AssumeRoleResponse = (output, context) => {
642
359
  }
643
360
  return contents;
644
361
  };
645
- const de_AssumeRoleWithSAMLResponse = (output, context) => {
646
- const contents = {};
647
- if (output[_C] != null) {
648
- contents[_C] = de_Credentials(output[_C], context);
649
- }
650
- if (output[_ARU] != null) {
651
- contents[_ARU] = de_AssumedRoleUser(output[_ARU], context);
652
- }
653
- if (output[_PPS] != null) {
654
- contents[_PPS] = __strictParseInt32(output[_PPS]);
655
- }
656
- if (output[_S] != null) {
657
- contents[_S] = __expectString(output[_S]);
658
- }
659
- if (output[_ST] != null) {
660
- contents[_ST] = __expectString(output[_ST]);
661
- }
662
- if (output[_I] != null) {
663
- contents[_I] = __expectString(output[_I]);
664
- }
665
- if (output[_Au] != null) {
666
- contents[_Au] = __expectString(output[_Au]);
667
- }
668
- if (output[_NQ] != null) {
669
- contents[_NQ] = __expectString(output[_NQ]);
670
- }
671
- if (output[_SI] != null) {
672
- contents[_SI] = __expectString(output[_SI]);
673
- }
674
- return contents;
675
- };
676
362
  const de_AssumeRoleWithWebIdentityResponse = (output, context) => {
677
363
  const contents = {};
678
364
  if (output[_C] != null) {
@@ -698,16 +384,6 @@ const de_AssumeRoleWithWebIdentityResponse = (output, context) => {
698
384
  }
699
385
  return contents;
700
386
  };
701
- const de_AssumeRootResponse = (output, context) => {
702
- const contents = {};
703
- if (output[_C] != null) {
704
- contents[_C] = de_Credentials(output[_C], context);
705
- }
706
- if (output[_SI] != null) {
707
- contents[_SI] = __expectString(output[_SI]);
708
- }
709
- return contents;
710
- };
711
387
  const de_Credentials = (output, context) => {
712
388
  const contents = {};
713
389
  if (output[_AKI] != null) {
@@ -716,21 +392,14 @@ const de_Credentials = (output, context) => {
716
392
  if (output[_SAK] != null) {
717
393
  contents[_SAK] = __expectString(output[_SAK]);
718
394
  }
719
- if (output[_STe] != null) {
720
- contents[_STe] = __expectString(output[_STe]);
395
+ if (output[_ST] != null) {
396
+ contents[_ST] = __expectString(output[_ST]);
721
397
  }
722
398
  if (output[_E] != null) {
723
399
  contents[_E] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_E]));
724
400
  }
725
401
  return contents;
726
402
  };
727
- const de_DecodeAuthorizationMessageResponse = (output, context) => {
728
- const contents = {};
729
- if (output[_DM] != null) {
730
- contents[_DM] = __expectString(output[_DM]);
731
- }
732
- return contents;
733
- };
734
403
  const de_ExpiredTokenException = (output, context) => {
735
404
  const contents = {};
736
405
  if (output[_m] != null) {
@@ -738,56 +407,6 @@ const de_ExpiredTokenException = (output, context) => {
738
407
  }
739
408
  return contents;
740
409
  };
741
- const de_FederatedUser = (output, context) => {
742
- const contents = {};
743
- if (output[_FUI] != null) {
744
- contents[_FUI] = __expectString(output[_FUI]);
745
- }
746
- if (output[_Ar] != null) {
747
- contents[_Ar] = __expectString(output[_Ar]);
748
- }
749
- return contents;
750
- };
751
- const de_GetAccessKeyInfoResponse = (output, context) => {
752
- const contents = {};
753
- if (output[_Ac] != null) {
754
- contents[_Ac] = __expectString(output[_Ac]);
755
- }
756
- return contents;
757
- };
758
- const de_GetCallerIdentityResponse = (output, context) => {
759
- const contents = {};
760
- if (output[_UI] != null) {
761
- contents[_UI] = __expectString(output[_UI]);
762
- }
763
- if (output[_Ac] != null) {
764
- contents[_Ac] = __expectString(output[_Ac]);
765
- }
766
- if (output[_Ar] != null) {
767
- contents[_Ar] = __expectString(output[_Ar]);
768
- }
769
- return contents;
770
- };
771
- const de_GetFederationTokenResponse = (output, context) => {
772
- const contents = {};
773
- if (output[_C] != null) {
774
- contents[_C] = de_Credentials(output[_C], context);
775
- }
776
- if (output[_FU] != null) {
777
- contents[_FU] = de_FederatedUser(output[_FU], context);
778
- }
779
- if (output[_PPS] != null) {
780
- contents[_PPS] = __strictParseInt32(output[_PPS]);
781
- }
782
- return contents;
783
- };
784
- const de_GetSessionTokenResponse = (output, context) => {
785
- const contents = {};
786
- if (output[_C] != null) {
787
- contents[_C] = de_Credentials(output[_C], context);
788
- }
789
- return contents;
790
- };
791
410
  const de_IDPCommunicationErrorException = (output, context) => {
792
411
  const contents = {};
793
412
  if (output[_m] != null) {
@@ -802,13 +421,6 @@ const de_IDPRejectedClaimException = (output, context) => {
802
421
  }
803
422
  return contents;
804
423
  };
805
- const de_InvalidAuthorizationMessageException = (output, context) => {
806
- const contents = {};
807
- if (output[_m] != null) {
808
- contents[_m] = __expectString(output[_m]);
809
- }
810
- return contents;
811
- };
812
424
  const de_InvalidIdentityTokenException = (output, context) => {
813
425
  const contents = {};
814
426
  if (output[_m] != null) {
@@ -872,54 +484,32 @@ const _AKI = "AccessKeyId";
872
484
  const _AR = "AssumeRole";
873
485
  const _ARI = "AssumedRoleId";
874
486
  const _ARU = "AssumedRoleUser";
875
- const _ARWSAML = "AssumeRoleWithSAML";
876
487
  const _ARWWI = "AssumeRoleWithWebIdentity";
877
- const _ARs = "AssumeRoot";
878
- const _Ac = "Account";
879
488
  const _Ar = "Arn";
880
489
  const _Au = "Audience";
881
490
  const _C = "Credentials";
882
491
  const _CA = "ContextAssertion";
883
- const _DAM = "DecodeAuthorizationMessage";
884
- const _DM = "DecodedMessage";
885
492
  const _DS = "DurationSeconds";
886
493
  const _E = "Expiration";
887
494
  const _EI = "ExternalId";
888
- const _EM = "EncodedMessage";
889
- const _FU = "FederatedUser";
890
- const _FUI = "FederatedUserId";
891
- const _GAKI = "GetAccessKeyInfo";
892
- const _GCI = "GetCallerIdentity";
893
- const _GFT = "GetFederationToken";
894
- const _GST = "GetSessionToken";
895
- const _I = "Issuer";
896
495
  const _K = "Key";
897
- const _N = "Name";
898
- const _NQ = "NameQualifier";
899
496
  const _P = "Policy";
900
497
  const _PA = "PolicyArns";
901
- const _PAr = "PrincipalArn";
902
- const _PAro = "ProviderArn";
498
+ const _PAr = "ProviderArn";
903
499
  const _PC = "ProvidedContexts";
904
500
  const _PI = "ProviderId";
905
501
  const _PPS = "PackedPolicySize";
906
502
  const _Pr = "Provider";
907
503
  const _RA = "RoleArn";
908
504
  const _RSN = "RoleSessionName";
909
- const _S = "Subject";
910
505
  const _SAK = "SecretAccessKey";
911
- const _SAMLA = "SAMLAssertion";
912
506
  const _SFWIT = "SubjectFromWebIdentityToken";
913
507
  const _SI = "SourceIdentity";
914
508
  const _SN = "SerialNumber";
915
- const _ST = "SubjectType";
916
- const _STe = "SessionToken";
509
+ const _ST = "SessionToken";
917
510
  const _T = "Tags";
918
511
  const _TC = "TokenCode";
919
- const _TP = "TargetPrincipal";
920
- const _TPA = "TaskPolicyArn";
921
512
  const _TTK = "TransitiveTagKeys";
922
- const _UI = "UserId";
923
513
  const _V = "Version";
924
514
  const _Va = "Value";
925
515
  const _WIT = "WebIdentityToken";
@@ -1,4 +1,4 @@
1
- import packageInfo from "../package.json";
1
+ import packageInfo from "../../../package.json";
2
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
3
  import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
@@ -1,6 +1,5 @@
1
- import packageInfo from "../package.json";
1
+ import packageInfo from "../../../package.json";
2
2
  import { AwsSdkSigV4Signer, emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
3
- import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
4
3
  import { NODE_APP_ID_CONFIG_OPTIONS, createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-node";
5
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
6
5
  import { NoAuthSigner } from "@smithy/core";
@@ -27,14 +26,13 @@ export const getRuntimeConfig = (config) => {
27
26
  runtime: "node",
28
27
  defaultsMode,
29
28
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
30
- credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
31
29
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
32
30
  createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
33
31
  httpAuthSchemes: config?.httpAuthSchemes ?? [
34
32
  {
35
33
  schemeId: "aws.auth#sigv4",
36
34
  identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4") ||
37
- (async (idProps) => await credentialDefaultProvider(idProps?.__config || {})()),
35
+ (async (idProps) => await config.credentialDefaultProvider(idProps?.__config || {})()),
38
36
  signer: new AwsSdkSigV4Signer(),
39
37
  },
40
38
  {
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This package exports nothing at the root.
3
+ * Use submodules e.g. \@aws-sdk/nested-clients/client-sts.
4
+ *
5
+ * @internal
6
+ */
7
+ export {};
@@ -1,8 +1,5 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand";
3
- import { CreateTokenWithIAMCommandInput, CreateTokenWithIAMCommandOutput } from "./commands/CreateTokenWithIAMCommand";
4
- import { RegisterClientCommandInput, RegisterClientCommandOutput } from "./commands/RegisterClientCommand";
5
- import { StartDeviceAuthorizationCommandInput, StartDeviceAuthorizationCommandOutput } from "./commands/StartDeviceAuthorizationCommand";
6
3
  import { SSOOIDCClient } from "./SSOOIDCClient";
7
4
  export interface SSOOIDC {
8
5
  /**
@@ -11,24 +8,6 @@ export interface SSOOIDC {
11
8
  createToken(args: CreateTokenCommandInput, options?: __HttpHandlerOptions): Promise<CreateTokenCommandOutput>;
12
9
  createToken(args: CreateTokenCommandInput, cb: (err: any, data?: CreateTokenCommandOutput) => void): void;
13
10
  createToken(args: CreateTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTokenCommandOutput) => void): void;
14
- /**
15
- * @see {@link CreateTokenWithIAMCommand}
16
- */
17
- createTokenWithIAM(args: CreateTokenWithIAMCommandInput, options?: __HttpHandlerOptions): Promise<CreateTokenWithIAMCommandOutput>;
18
- createTokenWithIAM(args: CreateTokenWithIAMCommandInput, cb: (err: any, data?: CreateTokenWithIAMCommandOutput) => void): void;
19
- createTokenWithIAM(args: CreateTokenWithIAMCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTokenWithIAMCommandOutput) => void): void;
20
- /**
21
- * @see {@link RegisterClientCommand}
22
- */
23
- registerClient(args: RegisterClientCommandInput, options?: __HttpHandlerOptions): Promise<RegisterClientCommandOutput>;
24
- registerClient(args: RegisterClientCommandInput, cb: (err: any, data?: RegisterClientCommandOutput) => void): void;
25
- registerClient(args: RegisterClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterClientCommandOutput) => void): void;
26
- /**
27
- * @see {@link StartDeviceAuthorizationCommand}
28
- */
29
- startDeviceAuthorization(args: StartDeviceAuthorizationCommandInput, options?: __HttpHandlerOptions): Promise<StartDeviceAuthorizationCommandOutput>;
30
- startDeviceAuthorization(args: StartDeviceAuthorizationCommandInput, cb: (err: any, data?: StartDeviceAuthorizationCommandOutput) => void): void;
31
- startDeviceAuthorization(args: StartDeviceAuthorizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDeviceAuthorizationCommandOutput) => void): void;
32
11
  }
33
12
  /**
34
13
  * <p>IAM Identity Center OpenID Connect (OIDC) is a web service that enables a client (such as CLI
@@ -5,23 +5,20 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand";
11
- import { CreateTokenWithIAMCommandInput, CreateTokenWithIAMCommandOutput } from "./commands/CreateTokenWithIAMCommand";
12
- import { RegisterClientCommandInput, RegisterClientCommandOutput } from "./commands/RegisterClientCommand";
13
- import { StartDeviceAuthorizationCommandInput, StartDeviceAuthorizationCommandOutput } from "./commands/StartDeviceAuthorizationCommand";
14
11
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
15
12
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
16
13
  export { __Client };
17
14
  /**
18
15
  * @public
19
16
  */
20
- export type ServiceInputTypes = CreateTokenCommandInput | CreateTokenWithIAMCommandInput | RegisterClientCommandInput | StartDeviceAuthorizationCommandInput;
17
+ export type ServiceInputTypes = CreateTokenCommandInput;
21
18
  /**
22
19
  * @public
23
20
  */
24
- export type ServiceOutputTypes = CreateTokenCommandOutput | CreateTokenWithIAMCommandOutput | RegisterClientCommandOutput | StartDeviceAuthorizationCommandOutput;
21
+ export type ServiceOutputTypes = CreateTokenCommandOutput;
25
22
  /**
26
23
  * @public
27
24
  */
@@ -121,12 +118,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
121
118
  * @internal
122
119
  */
123
120
  defaultUserAgentProvider?: Provider<__UserAgent>;
124
- /**
125
- * Default credentials provider; Not available in browser runtime.
126
- * @deprecated
127
- * @internal
128
- */
129
- credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
130
121
  /**
131
122
  * Value for how many times a request will be made at most in case of retry.
132
123
  */