@cdk8s/awscdk-resolver 0.0.224 → 0.0.226

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 (236) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +610 -478
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +1 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +81 -54
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +3 -2
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +1 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +1 -1
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +2 -2
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
  13. package/node_modules/@aws-sdk/client-cloudformation/package.json +44 -44
  14. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
  15. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
  16. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
  17. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -1
  18. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +15 -5
  19. package/node_modules/@aws-sdk/client-sso/package.json +40 -40
  20. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +295 -92
  21. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +1 -0
  22. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +58 -28
  23. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +1 -1
  24. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +1 -1
  25. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -2
  26. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
  27. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
  28. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
  29. package/node_modules/@aws-sdk/client-sso-oidc/package.json +42 -42
  30. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +1 -0
  31. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +115 -104
  32. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +1 -0
  33. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +16 -16
  34. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -2
  37. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
  38. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
  39. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
  40. package/node_modules/@aws-sdk/client-sts/package.json +42 -42
  41. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +18 -22
  42. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
  43. package/node_modules/@aws-sdk/core/package.json +12 -12
  44. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
  45. package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
  46. package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
  47. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +12 -17
  48. package/node_modules/@aws-sdk/credential-provider-ini/package.json +16 -16
  49. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +11 -18
  50. package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
  51. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -5
  52. package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
  53. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -6
  54. package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
  55. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -9
  56. package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
  57. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
  58. package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
  59. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
  60. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
  61. package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
  62. package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
  63. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +5 -7
  64. package/node_modules/@aws-sdk/token-providers/package.json +9 -9
  65. package/node_modules/@aws-sdk/types/package.json +4 -4
  66. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
  67. package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
  68. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  69. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -2
  70. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
  71. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
  72. package/node_modules/@smithy/abort-controller/package.json +3 -3
  73. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
  74. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  75. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  76. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  77. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  78. package/node_modules/@smithy/config-resolver/package.json +6 -6
  79. package/node_modules/@smithy/core/dist-cjs/index.js +19 -16
  80. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -4
  81. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
  82. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -0
  83. package/node_modules/@smithy/core/package.json +10 -10
  84. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
  85. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  86. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  87. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +8 -9
  88. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  89. package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
  90. package/node_modules/@smithy/hash-node/package.json +6 -6
  91. package/node_modules/@smithy/invalid-dependency/package.json +5 -2
  92. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  93. package/node_modules/@smithy/middleware-content-length/package.json +4 -4
  94. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +7 -9
  95. package/node_modules/@smithy/middleware-endpoint/package.json +9 -9
  96. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
  97. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  98. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +1 -2
  99. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  100. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
  101. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
  102. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
  103. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  104. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
  105. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
  106. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
  107. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
  108. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
  109. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
  110. package/node_modules/@smithy/node-config-provider/package.json +6 -6
  111. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +36 -36
  112. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  113. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
  114. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
  115. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
  116. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  117. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  118. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
  119. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  120. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  121. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
  122. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  123. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
  124. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
  125. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
  126. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
  127. package/node_modules/@smithy/node-http-handler/package.json +7 -7
  128. package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
  129. package/node_modules/@smithy/property-provider/package.json +3 -3
  130. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
  131. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
  132. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
  133. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
  134. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
  135. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
  136. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
  137. package/node_modules/@smithy/protocol-http/package.json +3 -3
  138. package/node_modules/@smithy/querystring-builder/package.json +4 -4
  139. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  140. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
  141. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  142. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
  143. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
  144. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  145. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
  146. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
  147. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
  148. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
  149. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
  150. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  151. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
  152. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
  153. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
  154. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
  155. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
  156. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -4
  157. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
  158. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
  159. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
  160. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  161. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  162. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  163. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
  164. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
  165. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
  166. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
  167. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
  168. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
  169. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
  170. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
  171. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
  172. package/node_modules/@smithy/signature-v4/package.json +9 -9
  173. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +27 -21
  174. package/node_modules/@smithy/smithy-client/package.json +9 -9
  175. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
  176. package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
  177. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
  178. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
  179. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
  180. package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
  181. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
  182. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
  183. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
  184. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
  185. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
  186. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
  187. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
  188. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
  189. package/node_modules/@smithy/types/dist-types/http.d.ts +6 -0
  190. package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
  191. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
  192. package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
  193. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
  194. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
  195. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  196. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
  197. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
  198. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
  199. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
  200. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
  201. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
  202. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
  203. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
  204. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
  205. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
  206. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
  207. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +6 -0
  208. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
  209. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
  210. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
  211. package/node_modules/@smithy/types/package.json +2 -2
  212. package/node_modules/@smithy/url-parser/package.json +6 -3
  213. package/node_modules/@smithy/util-base64/package.json +8 -7
  214. package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
  215. package/node_modules/@smithy/util-body-length-node/package.json +6 -5
  216. package/node_modules/@smithy/util-buffer-from/package.json +7 -6
  217. package/node_modules/@smithy/util-config-provider/package.json +6 -5
  218. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
  219. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
  220. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
  221. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
  222. package/node_modules/@smithy/util-endpoints/package.json +5 -5
  223. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  224. package/node_modules/@smithy/util-middleware/package.json +4 -4
  225. package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -21
  226. package/node_modules/@smithy/util-retry/package.json +5 -5
  227. package/node_modules/@smithy/util-stream/dist-cjs/index.js +4 -3
  228. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -1
  229. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -1
  230. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
  231. package/node_modules/@smithy/util-stream/package.json +10 -10
  232. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  233. package/node_modules/@smithy/util-utf8/package.json +6 -5
  234. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +4 -6
  235. package/node_modules/@smithy/util-waiter/package.json +4 -4
  236. package/package.json +3 -3
@@ -148,7 +148,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
148
148
  }, "resolveRuntimeExtensions");
149
149
 
150
150
  // src/SSOOIDCClient.ts
151
- var _SSOOIDCClient = class _SSOOIDCClient extends import_smithy_client.Client {
151
+ var SSOOIDCClient = class extends import_smithy_client.Client {
152
+ static {
153
+ __name(this, "SSOOIDCClient");
154
+ }
155
+ /**
156
+ * The resolved configuration of SSOOIDCClient class. This is resolved and normalized from the {@link SSOOIDCClientConfig | constructor configuration interface}.
157
+ */
158
+ config;
152
159
  constructor(...[configuration]) {
153
160
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
154
161
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -158,7 +165,7 @@ var _SSOOIDCClient = class _SSOOIDCClient extends import_smithy_client.Client {
158
165
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
159
166
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
160
167
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
161
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
168
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
162
169
  super(_config_8);
163
170
  this.config = _config_8;
164
171
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -186,8 +193,6 @@ var _SSOOIDCClient = class _SSOOIDCClient extends import_smithy_client.Client {
186
193
  super.destroy();
187
194
  }
188
195
  };
189
- __name(_SSOOIDCClient, "SSOOIDCClient");
190
- var SSOOIDCClient = _SSOOIDCClient;
191
196
 
192
197
  // src/SSOOIDC.ts
193
198
 
@@ -202,7 +207,10 @@ var import_middleware_serde = require("@smithy/middleware-serde");
202
207
 
203
208
  // src/models/SSOOIDCServiceException.ts
204
209
 
205
- var _SSOOIDCServiceException = class _SSOOIDCServiceException extends import_smithy_client.ServiceException {
210
+ var SSOOIDCServiceException = class _SSOOIDCServiceException extends import_smithy_client.ServiceException {
211
+ static {
212
+ __name(this, "SSOOIDCServiceException");
213
+ }
206
214
  /**
207
215
  * @internal
208
216
  */
@@ -211,11 +219,26 @@ var _SSOOIDCServiceException = class _SSOOIDCServiceException extends import_smi
211
219
  Object.setPrototypeOf(this, _SSOOIDCServiceException.prototype);
212
220
  }
213
221
  };
214
- __name(_SSOOIDCServiceException, "SSOOIDCServiceException");
215
- var SSOOIDCServiceException = _SSOOIDCServiceException;
216
222
 
217
223
  // src/models/models_0.ts
218
- var _AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceException {
224
+ var AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceException {
225
+ static {
226
+ __name(this, "AccessDeniedException");
227
+ }
228
+ name = "AccessDeniedException";
229
+ $fault = "client";
230
+ /**
231
+ * <p>Single error code.
232
+ * For this exception the value will be <code>access_denied</code>.</p>
233
+ * @public
234
+ */
235
+ error;
236
+ /**
237
+ * <p>Human-readable text providing additional information, used to assist the
238
+ * client developer in understanding the error that occurred.</p>
239
+ * @public
240
+ */
241
+ error_description;
219
242
  /**
220
243
  * @internal
221
244
  */
@@ -225,16 +248,29 @@ var _AccessDeniedException = class _AccessDeniedException extends SSOOIDCService
225
248
  $fault: "client",
226
249
  ...opts
227
250
  });
228
- this.name = "AccessDeniedException";
229
- this.$fault = "client";
230
251
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
231
252
  this.error = opts.error;
232
253
  this.error_description = opts.error_description;
233
254
  }
234
255
  };
235
- __name(_AccessDeniedException, "AccessDeniedException");
236
- var AccessDeniedException = _AccessDeniedException;
237
- var _AuthorizationPendingException = class _AuthorizationPendingException extends SSOOIDCServiceException {
256
+ var AuthorizationPendingException = class _AuthorizationPendingException extends SSOOIDCServiceException {
257
+ static {
258
+ __name(this, "AuthorizationPendingException");
259
+ }
260
+ name = "AuthorizationPendingException";
261
+ $fault = "client";
262
+ /**
263
+ * <p>Single error code.
264
+ * For this exception the value will be <code>authorization_pending</code>.</p>
265
+ * @public
266
+ */
267
+ error;
268
+ /**
269
+ * <p>Human-readable text providing additional information, used to assist the
270
+ * client developer in understanding the error that occurred.</p>
271
+ * @public
272
+ */
273
+ error_description;
238
274
  /**
239
275
  * @internal
240
276
  */
@@ -244,16 +280,29 @@ var _AuthorizationPendingException = class _AuthorizationPendingException extend
244
280
  $fault: "client",
245
281
  ...opts
246
282
  });
247
- this.name = "AuthorizationPendingException";
248
- this.$fault = "client";
249
283
  Object.setPrototypeOf(this, _AuthorizationPendingException.prototype);
250
284
  this.error = opts.error;
251
285
  this.error_description = opts.error_description;
252
286
  }
253
287
  };
254
- __name(_AuthorizationPendingException, "AuthorizationPendingException");
255
- var AuthorizationPendingException = _AuthorizationPendingException;
256
- var _ExpiredTokenException = class _ExpiredTokenException extends SSOOIDCServiceException {
288
+ var ExpiredTokenException = class _ExpiredTokenException extends SSOOIDCServiceException {
289
+ static {
290
+ __name(this, "ExpiredTokenException");
291
+ }
292
+ name = "ExpiredTokenException";
293
+ $fault = "client";
294
+ /**
295
+ * <p>Single error code.
296
+ * For this exception the value will be <code>expired_token</code>.</p>
297
+ * @public
298
+ */
299
+ error;
300
+ /**
301
+ * <p>Human-readable text providing additional information, used to assist the
302
+ * client developer in understanding the error that occurred.</p>
303
+ * @public
304
+ */
305
+ error_description;
257
306
  /**
258
307
  * @internal
259
308
  */
@@ -263,16 +312,29 @@ var _ExpiredTokenException = class _ExpiredTokenException extends SSOOIDCService
263
312
  $fault: "client",
264
313
  ...opts
265
314
  });
266
- this.name = "ExpiredTokenException";
267
- this.$fault = "client";
268
315
  Object.setPrototypeOf(this, _ExpiredTokenException.prototype);
269
316
  this.error = opts.error;
270
317
  this.error_description = opts.error_description;
271
318
  }
272
319
  };
273
- __name(_ExpiredTokenException, "ExpiredTokenException");
274
- var ExpiredTokenException = _ExpiredTokenException;
275
- var _InternalServerException = class _InternalServerException extends SSOOIDCServiceException {
320
+ var InternalServerException = class _InternalServerException extends SSOOIDCServiceException {
321
+ static {
322
+ __name(this, "InternalServerException");
323
+ }
324
+ name = "InternalServerException";
325
+ $fault = "server";
326
+ /**
327
+ * <p>Single error code.
328
+ * For this exception the value will be <code>server_error</code>.</p>
329
+ * @public
330
+ */
331
+ error;
332
+ /**
333
+ * <p>Human-readable text providing additional information, used to assist the
334
+ * client developer in understanding the error that occurred.</p>
335
+ * @public
336
+ */
337
+ error_description;
276
338
  /**
277
339
  * @internal
278
340
  */
@@ -282,16 +344,29 @@ var _InternalServerException = class _InternalServerException extends SSOOIDCSer
282
344
  $fault: "server",
283
345
  ...opts
284
346
  });
285
- this.name = "InternalServerException";
286
- this.$fault = "server";
287
347
  Object.setPrototypeOf(this, _InternalServerException.prototype);
288
348
  this.error = opts.error;
289
349
  this.error_description = opts.error_description;
290
350
  }
291
351
  };
292
- __name(_InternalServerException, "InternalServerException");
293
- var InternalServerException = _InternalServerException;
294
- var _InvalidClientException = class _InvalidClientException extends SSOOIDCServiceException {
352
+ var InvalidClientException = class _InvalidClientException extends SSOOIDCServiceException {
353
+ static {
354
+ __name(this, "InvalidClientException");
355
+ }
356
+ name = "InvalidClientException";
357
+ $fault = "client";
358
+ /**
359
+ * <p>Single error code.
360
+ * For this exception the value will be <code>invalid_client</code>.</p>
361
+ * @public
362
+ */
363
+ error;
364
+ /**
365
+ * <p>Human-readable text providing additional information, used to assist the
366
+ * client developer in understanding the error that occurred.</p>
367
+ * @public
368
+ */
369
+ error_description;
295
370
  /**
296
371
  * @internal
297
372
  */
@@ -301,16 +376,29 @@ var _InvalidClientException = class _InvalidClientException extends SSOOIDCServi
301
376
  $fault: "client",
302
377
  ...opts
303
378
  });
304
- this.name = "InvalidClientException";
305
- this.$fault = "client";
306
379
  Object.setPrototypeOf(this, _InvalidClientException.prototype);
307
380
  this.error = opts.error;
308
381
  this.error_description = opts.error_description;
309
382
  }
310
383
  };
311
- __name(_InvalidClientException, "InvalidClientException");
312
- var InvalidClientException = _InvalidClientException;
313
- var _InvalidGrantException = class _InvalidGrantException extends SSOOIDCServiceException {
384
+ var InvalidGrantException = class _InvalidGrantException extends SSOOIDCServiceException {
385
+ static {
386
+ __name(this, "InvalidGrantException");
387
+ }
388
+ name = "InvalidGrantException";
389
+ $fault = "client";
390
+ /**
391
+ * <p>Single error code.
392
+ * For this exception the value will be <code>invalid_grant</code>.</p>
393
+ * @public
394
+ */
395
+ error;
396
+ /**
397
+ * <p>Human-readable text providing additional information, used to assist the
398
+ * client developer in understanding the error that occurred.</p>
399
+ * @public
400
+ */
401
+ error_description;
314
402
  /**
315
403
  * @internal
316
404
  */
@@ -320,16 +408,29 @@ var _InvalidGrantException = class _InvalidGrantException extends SSOOIDCService
320
408
  $fault: "client",
321
409
  ...opts
322
410
  });
323
- this.name = "InvalidGrantException";
324
- this.$fault = "client";
325
411
  Object.setPrototypeOf(this, _InvalidGrantException.prototype);
326
412
  this.error = opts.error;
327
413
  this.error_description = opts.error_description;
328
414
  }
329
415
  };
330
- __name(_InvalidGrantException, "InvalidGrantException");
331
- var InvalidGrantException = _InvalidGrantException;
332
- var _InvalidRequestException = class _InvalidRequestException extends SSOOIDCServiceException {
416
+ var InvalidRequestException = class _InvalidRequestException extends SSOOIDCServiceException {
417
+ static {
418
+ __name(this, "InvalidRequestException");
419
+ }
420
+ name = "InvalidRequestException";
421
+ $fault = "client";
422
+ /**
423
+ * <p>Single error code.
424
+ * For this exception the value will be <code>invalid_request</code>.</p>
425
+ * @public
426
+ */
427
+ error;
428
+ /**
429
+ * <p>Human-readable text providing additional information, used to assist the
430
+ * client developer in understanding the error that occurred.</p>
431
+ * @public
432
+ */
433
+ error_description;
333
434
  /**
334
435
  * @internal
335
436
  */
@@ -339,16 +440,29 @@ var _InvalidRequestException = class _InvalidRequestException extends SSOOIDCSer
339
440
  $fault: "client",
340
441
  ...opts
341
442
  });
342
- this.name = "InvalidRequestException";
343
- this.$fault = "client";
344
443
  Object.setPrototypeOf(this, _InvalidRequestException.prototype);
345
444
  this.error = opts.error;
346
445
  this.error_description = opts.error_description;
347
446
  }
348
447
  };
349
- __name(_InvalidRequestException, "InvalidRequestException");
350
- var InvalidRequestException = _InvalidRequestException;
351
- var _InvalidScopeException = class _InvalidScopeException extends SSOOIDCServiceException {
448
+ var InvalidScopeException = class _InvalidScopeException extends SSOOIDCServiceException {
449
+ static {
450
+ __name(this, "InvalidScopeException");
451
+ }
452
+ name = "InvalidScopeException";
453
+ $fault = "client";
454
+ /**
455
+ * <p>Single error code.
456
+ * For this exception the value will be <code>invalid_scope</code>.</p>
457
+ * @public
458
+ */
459
+ error;
460
+ /**
461
+ * <p>Human-readable text providing additional information, used to assist the
462
+ * client developer in understanding the error that occurred.</p>
463
+ * @public
464
+ */
465
+ error_description;
352
466
  /**
353
467
  * @internal
354
468
  */
@@ -358,16 +472,29 @@ var _InvalidScopeException = class _InvalidScopeException extends SSOOIDCService
358
472
  $fault: "client",
359
473
  ...opts
360
474
  });
361
- this.name = "InvalidScopeException";
362
- this.$fault = "client";
363
475
  Object.setPrototypeOf(this, _InvalidScopeException.prototype);
364
476
  this.error = opts.error;
365
477
  this.error_description = opts.error_description;
366
478
  }
367
479
  };
368
- __name(_InvalidScopeException, "InvalidScopeException");
369
- var InvalidScopeException = _InvalidScopeException;
370
- var _SlowDownException = class _SlowDownException extends SSOOIDCServiceException {
480
+ var SlowDownException = class _SlowDownException extends SSOOIDCServiceException {
481
+ static {
482
+ __name(this, "SlowDownException");
483
+ }
484
+ name = "SlowDownException";
485
+ $fault = "client";
486
+ /**
487
+ * <p>Single error code.
488
+ * For this exception the value will be <code>slow_down</code>.</p>
489
+ * @public
490
+ */
491
+ error;
492
+ /**
493
+ * <p>Human-readable text providing additional information, used to assist the
494
+ * client developer in understanding the error that occurred.</p>
495
+ * @public
496
+ */
497
+ error_description;
371
498
  /**
372
499
  * @internal
373
500
  */
@@ -377,16 +504,29 @@ var _SlowDownException = class _SlowDownException extends SSOOIDCServiceExceptio
377
504
  $fault: "client",
378
505
  ...opts
379
506
  });
380
- this.name = "SlowDownException";
381
- this.$fault = "client";
382
507
  Object.setPrototypeOf(this, _SlowDownException.prototype);
383
508
  this.error = opts.error;
384
509
  this.error_description = opts.error_description;
385
510
  }
386
511
  };
387
- __name(_SlowDownException, "SlowDownException");
388
- var SlowDownException = _SlowDownException;
389
- var _UnauthorizedClientException = class _UnauthorizedClientException extends SSOOIDCServiceException {
512
+ var UnauthorizedClientException = class _UnauthorizedClientException extends SSOOIDCServiceException {
513
+ static {
514
+ __name(this, "UnauthorizedClientException");
515
+ }
516
+ name = "UnauthorizedClientException";
517
+ $fault = "client";
518
+ /**
519
+ * <p>Single error code.
520
+ * For this exception the value will be <code>unauthorized_client</code>.</p>
521
+ * @public
522
+ */
523
+ error;
524
+ /**
525
+ * <p>Human-readable text providing additional information, used to assist the
526
+ * client developer in understanding the error that occurred.</p>
527
+ * @public
528
+ */
529
+ error_description;
390
530
  /**
391
531
  * @internal
392
532
  */
@@ -396,16 +536,29 @@ var _UnauthorizedClientException = class _UnauthorizedClientException extends SS
396
536
  $fault: "client",
397
537
  ...opts
398
538
  });
399
- this.name = "UnauthorizedClientException";
400
- this.$fault = "client";
401
539
  Object.setPrototypeOf(this, _UnauthorizedClientException.prototype);
402
540
  this.error = opts.error;
403
541
  this.error_description = opts.error_description;
404
542
  }
405
543
  };
406
- __name(_UnauthorizedClientException, "UnauthorizedClientException");
407
- var UnauthorizedClientException = _UnauthorizedClientException;
408
- var _UnsupportedGrantTypeException = class _UnsupportedGrantTypeException extends SSOOIDCServiceException {
544
+ var UnsupportedGrantTypeException = class _UnsupportedGrantTypeException extends SSOOIDCServiceException {
545
+ static {
546
+ __name(this, "UnsupportedGrantTypeException");
547
+ }
548
+ name = "UnsupportedGrantTypeException";
549
+ $fault = "client";
550
+ /**
551
+ * <p>Single error code.
552
+ * For this exception the value will be <code>unsupported_grant_type</code>.</p>
553
+ * @public
554
+ */
555
+ error;
556
+ /**
557
+ * <p>Human-readable text providing additional information, used to assist the
558
+ * client developer in understanding the error that occurred.</p>
559
+ * @public
560
+ */
561
+ error_description;
409
562
  /**
410
563
  * @internal
411
564
  */
@@ -415,16 +568,39 @@ var _UnsupportedGrantTypeException = class _UnsupportedGrantTypeException extend
415
568
  $fault: "client",
416
569
  ...opts
417
570
  });
418
- this.name = "UnsupportedGrantTypeException";
419
- this.$fault = "client";
420
571
  Object.setPrototypeOf(this, _UnsupportedGrantTypeException.prototype);
421
572
  this.error = opts.error;
422
573
  this.error_description = opts.error_description;
423
574
  }
424
575
  };
425
- __name(_UnsupportedGrantTypeException, "UnsupportedGrantTypeException");
426
- var UnsupportedGrantTypeException = _UnsupportedGrantTypeException;
427
- var _InvalidRequestRegionException = class _InvalidRequestRegionException extends SSOOIDCServiceException {
576
+ var InvalidRequestRegionException = class _InvalidRequestRegionException extends SSOOIDCServiceException {
577
+ static {
578
+ __name(this, "InvalidRequestRegionException");
579
+ }
580
+ name = "InvalidRequestRegionException";
581
+ $fault = "client";
582
+ /**
583
+ * <p>Single error code.
584
+ * For this exception the value will be <code>invalid_request</code>.</p>
585
+ * @public
586
+ */
587
+ error;
588
+ /**
589
+ * <p>Human-readable text providing additional information, used to assist the
590
+ * client developer in understanding the error that occurred.</p>
591
+ * @public
592
+ */
593
+ error_description;
594
+ /**
595
+ * <p>Indicates the IAM Identity Center endpoint which the requester may call with this token.</p>
596
+ * @public
597
+ */
598
+ endpoint;
599
+ /**
600
+ * <p>Indicates the region which the requester may call with this token.</p>
601
+ * @public
602
+ */
603
+ region;
428
604
  /**
429
605
  * @internal
430
606
  */
@@ -434,8 +610,6 @@ var _InvalidRequestRegionException = class _InvalidRequestRegionException extend
434
610
  $fault: "client",
435
611
  ...opts
436
612
  });
437
- this.name = "InvalidRequestRegionException";
438
- this.$fault = "client";
439
613
  Object.setPrototypeOf(this, _InvalidRequestRegionException.prototype);
440
614
  this.error = opts.error;
441
615
  this.error_description = opts.error_description;
@@ -443,9 +617,24 @@ var _InvalidRequestRegionException = class _InvalidRequestRegionException extend
443
617
  this.region = opts.region;
444
618
  }
445
619
  };
446
- __name(_InvalidRequestRegionException, "InvalidRequestRegionException");
447
- var InvalidRequestRegionException = _InvalidRequestRegionException;
448
- var _InvalidClientMetadataException = class _InvalidClientMetadataException extends SSOOIDCServiceException {
620
+ var InvalidClientMetadataException = class _InvalidClientMetadataException extends SSOOIDCServiceException {
621
+ static {
622
+ __name(this, "InvalidClientMetadataException");
623
+ }
624
+ name = "InvalidClientMetadataException";
625
+ $fault = "client";
626
+ /**
627
+ * <p>Single error code.
628
+ * For this exception the value will be <code>invalid_client_metadata</code>.</p>
629
+ * @public
630
+ */
631
+ error;
632
+ /**
633
+ * <p>Human-readable text providing additional information, used to assist the
634
+ * client developer in understanding the error that occurred.</p>
635
+ * @public
636
+ */
637
+ error_description;
449
638
  /**
450
639
  * @internal
451
640
  */
@@ -455,16 +644,29 @@ var _InvalidClientMetadataException = class _InvalidClientMetadataException exte
455
644
  $fault: "client",
456
645
  ...opts
457
646
  });
458
- this.name = "InvalidClientMetadataException";
459
- this.$fault = "client";
460
647
  Object.setPrototypeOf(this, _InvalidClientMetadataException.prototype);
461
648
  this.error = opts.error;
462
649
  this.error_description = opts.error_description;
463
650
  }
464
651
  };
465
- __name(_InvalidClientMetadataException, "InvalidClientMetadataException");
466
- var InvalidClientMetadataException = _InvalidClientMetadataException;
467
- var _InvalidRedirectUriException = class _InvalidRedirectUriException extends SSOOIDCServiceException {
652
+ var InvalidRedirectUriException = class _InvalidRedirectUriException extends SSOOIDCServiceException {
653
+ static {
654
+ __name(this, "InvalidRedirectUriException");
655
+ }
656
+ name = "InvalidRedirectUriException";
657
+ $fault = "client";
658
+ /**
659
+ * <p>Single error code.
660
+ * For this exception the value will be <code>invalid_redirect_uri</code>.</p>
661
+ * @public
662
+ */
663
+ error;
664
+ /**
665
+ * <p>Human-readable text providing additional information, used to assist the
666
+ * client developer in understanding the error that occurred.</p>
667
+ * @public
668
+ */
669
+ error_description;
468
670
  /**
469
671
  * @internal
470
672
  */
@@ -474,15 +676,11 @@ var _InvalidRedirectUriException = class _InvalidRedirectUriException extends SS
474
676
  $fault: "client",
475
677
  ...opts
476
678
  });
477
- this.name = "InvalidRedirectUriException";
478
- this.$fault = "client";
479
679
  Object.setPrototypeOf(this, _InvalidRedirectUriException.prototype);
480
680
  this.error = opts.error;
481
681
  this.error_description = opts.error_description;
482
682
  }
483
683
  };
484
- __name(_InvalidRedirectUriException, "InvalidRedirectUriException");
485
- var InvalidRedirectUriException = _InvalidRedirectUriException;
486
684
  var CreateTokenRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
487
685
  ...obj,
488
686
  ...obj.clientSecret && { clientSecret: import_smithy_client.SENSITIVE_STRING },
@@ -952,57 +1150,61 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
952
1150
  var _ai = "aws_iam";
953
1151
 
954
1152
  // src/commands/CreateTokenCommand.ts
955
- var _CreateTokenCommand = class _CreateTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1153
+ var CreateTokenCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
956
1154
  return [
957
1155
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
958
1156
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
959
1157
  ];
960
1158
  }).s("AWSSSOOIDCService", "CreateToken", {}).n("SSOOIDCClient", "CreateTokenCommand").f(CreateTokenRequestFilterSensitiveLog, CreateTokenResponseFilterSensitiveLog).ser(se_CreateTokenCommand).de(de_CreateTokenCommand).build() {
1159
+ static {
1160
+ __name(this, "CreateTokenCommand");
1161
+ }
961
1162
  };
962
- __name(_CreateTokenCommand, "CreateTokenCommand");
963
- var CreateTokenCommand = _CreateTokenCommand;
964
1163
 
965
1164
  // src/commands/CreateTokenWithIAMCommand.ts
966
1165
 
967
1166
 
968
1167
 
969
- var _CreateTokenWithIAMCommand = class _CreateTokenWithIAMCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1168
+ var CreateTokenWithIAMCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
970
1169
  return [
971
1170
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
972
1171
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
973
1172
  ];
974
1173
  }).s("AWSSSOOIDCService", "CreateTokenWithIAM", {}).n("SSOOIDCClient", "CreateTokenWithIAMCommand").f(CreateTokenWithIAMRequestFilterSensitiveLog, CreateTokenWithIAMResponseFilterSensitiveLog).ser(se_CreateTokenWithIAMCommand).de(de_CreateTokenWithIAMCommand).build() {
1174
+ static {
1175
+ __name(this, "CreateTokenWithIAMCommand");
1176
+ }
975
1177
  };
976
- __name(_CreateTokenWithIAMCommand, "CreateTokenWithIAMCommand");
977
- var CreateTokenWithIAMCommand = _CreateTokenWithIAMCommand;
978
1178
 
979
1179
  // src/commands/RegisterClientCommand.ts
980
1180
 
981
1181
 
982
1182
 
983
- var _RegisterClientCommand = class _RegisterClientCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1183
+ var RegisterClientCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
984
1184
  return [
985
1185
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
986
1186
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
987
1187
  ];
988
1188
  }).s("AWSSSOOIDCService", "RegisterClient", {}).n("SSOOIDCClient", "RegisterClientCommand").f(void 0, RegisterClientResponseFilterSensitiveLog).ser(se_RegisterClientCommand).de(de_RegisterClientCommand).build() {
1189
+ static {
1190
+ __name(this, "RegisterClientCommand");
1191
+ }
989
1192
  };
990
- __name(_RegisterClientCommand, "RegisterClientCommand");
991
- var RegisterClientCommand = _RegisterClientCommand;
992
1193
 
993
1194
  // src/commands/StartDeviceAuthorizationCommand.ts
994
1195
 
995
1196
 
996
1197
 
997
- var _StartDeviceAuthorizationCommand = class _StartDeviceAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1198
+ var StartDeviceAuthorizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
998
1199
  return [
999
1200
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1000
1201
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1001
1202
  ];
1002
1203
  }).s("AWSSSOOIDCService", "StartDeviceAuthorization", {}).n("SSOOIDCClient", "StartDeviceAuthorizationCommand").f(StartDeviceAuthorizationRequestFilterSensitiveLog, void 0).ser(se_StartDeviceAuthorizationCommand).de(de_StartDeviceAuthorizationCommand).build() {
1204
+ static {
1205
+ __name(this, "StartDeviceAuthorizationCommand");
1206
+ }
1003
1207
  };
1004
- __name(_StartDeviceAuthorizationCommand, "StartDeviceAuthorizationCommand");
1005
- var StartDeviceAuthorizationCommand = _StartDeviceAuthorizationCommand;
1006
1208
 
1007
1209
  // src/SSOOIDC.ts
1008
1210
  var commands = {
@@ -1011,10 +1213,11 @@ var commands = {
1011
1213
  RegisterClientCommand,
1012
1214
  StartDeviceAuthorizationCommand
1013
1215
  };
1014
- var _SSOOIDC = class _SSOOIDC extends SSOOIDCClient {
1216
+ var SSOOIDC = class extends SSOOIDCClient {
1217
+ static {
1218
+ __name(this, "SSOOIDC");
1219
+ }
1015
1220
  };
1016
- __name(_SSOOIDC, "SSOOIDC");
1017
- var SSOOIDC = _SSOOIDC;
1018
1221
  (0, import_smithy_client.createAggregatedClient)(commands, SSOOIDC);
1019
1222
  // Annotate the CommonJS export names for ESM import in node:
1020
1223
 
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class SSOOIDCClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);