@cdk8s/awscdk-resolver 0.0.57 → 0.0.59

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 (155) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +267 -1714
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +10 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +17 -4
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +180 -1685
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +10 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeExtensions.js +3 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +13 -11
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/extensionConfiguration.d.ts +2 -1
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +5 -3
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +4 -2
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +6 -4
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +2 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +11 -9
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +4 -4
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -8
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/package.json +16 -16
  29. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +68 -0
  30. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +76 -96
  31. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +16 -0
  32. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +19 -3
  33. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  34. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +62 -0
  35. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +8 -89
  36. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +16 -0
  37. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +3 -0
  38. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +9 -6
  39. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  40. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  41. package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +2 -1
  42. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +16 -0
  43. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +16 -0
  44. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +17 -1
  45. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +13 -0
  46. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +9 -1
  47. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  48. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
  49. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  50. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +46 -0
  51. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +46 -0
  52. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +47 -1
  53. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
  54. package/node_modules/@aws-sdk/client-sso/package.json +14 -13
  55. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +64 -0
  56. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +96 -144
  57. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +16 -0
  58. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +17 -3
  59. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  60. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +58 -0
  61. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -2
  62. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +29 -134
  63. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +16 -0
  64. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +3 -0
  65. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +13 -11
  66. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  67. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  68. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +2 -1
  69. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +13 -3
  70. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +12 -2
  71. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +14 -4
  72. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +13 -0
  73. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +11 -9
  74. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  75. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  76. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  77. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +30 -5
  78. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +29 -4
  79. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -8
  80. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
  81. package/node_modules/@aws-sdk/client-sso-oidc/package.json +16 -16
  82. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +74 -196
  83. package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +17 -15
  84. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +30 -178
  85. package/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +4 -4
  86. package/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +11 -3
  87. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +4 -7
  88. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +11 -3
  89. package/node_modules/@aws-sdk/client-sts/package.json +14 -14
  90. package/node_modules/@aws-sdk/core/CHANGELOG.md +22 -0
  91. package/node_modules/@aws-sdk/core/dist-cjs/index.js +13 -7
  92. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +6 -2
  93. package/node_modules/@aws-sdk/core/package.json +2 -2
  94. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +10 -2
  95. package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
  96. package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
  97. package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
  98. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  99. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  100. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +10 -2
  101. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +5 -1
  102. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +1 -0
  103. package/node_modules/@aws-sdk/credential-provider-ini/package.json +7 -7
  104. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -9
  105. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  106. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  107. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +28 -1
  108. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +5 -1
  109. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  110. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  111. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  112. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  113. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  114. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  115. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  116. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +16 -0
  117. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +3 -0
  118. package/node_modules/@aws-sdk/types/package.json +1 -1
  119. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  120. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  121. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  122. package/node_modules/@smithy/core/dist-cjs/index.js +26 -15
  123. package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +12 -1
  124. package/node_modules/@smithy/core/package.json +1 -1
  125. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +13 -3
  126. package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +1 -1
  127. package/node_modules/@smithy/util-defaults-mode-node/package.json +1 -1
  128. package/package.json +5 -5
  129. package/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
  130. package/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
  131. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthConfiguration.js +0 -1
  132. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +0 -1
  133. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -227
  134. package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthConfiguration.js +0 -103
  135. package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +0 -55
  136. package/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
  137. package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
  138. package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
  139. package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -2
  140. package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +0 -99
  141. package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthMiddleware.d.ts +0 -6
  142. package/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
  143. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthConfiguration.d.ts +0 -68
  144. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthMiddleware.d.ts +0 -19
  145. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
  146. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -1
  147. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -4
  148. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -4
  149. package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
  150. package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
  151. package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
  152. package/node_modules/@aws-sdk/middleware-signing/package.json +0 -59
  153. /package/node_modules/@aws-sdk/{middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js → client-cloudformation/dist-cjs/auth/httpAuthExtensionConfiguration.js} +0 -0
  154. /package/node_modules/@aws-sdk/{middleware-signing/dist-cjs/utils/isClockSkewed.js → client-sso/dist-cjs/auth/httpAuthExtensionConfiguration.js} +0 -0
  155. /package/node_modules/@aws-sdk/{middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js → client-sso-oidc/dist-cjs/auth/httpAuthExtensionConfiguration.js} +0 -0
@@ -1,4 +1,3 @@
1
- import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
@@ -15,7 +14,6 @@ export class CreateTokenWithIAMCommand extends $Command
15
14
  return [
16
15
  getSerdePlugin(config, this.serialize, this.deserialize),
17
16
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- getAwsAuthPlugin(config),
19
17
  ];
20
18
  })
21
19
  .s("AWSSSOOIDCService", "CreateTokenWithIAM", {})
@@ -79,7 +79,7 @@ export const se_StartDeviceAuthorizationCommand = async (input, context) => {
79
79
  };
80
80
  export const de_CreateTokenCommand = async (output, context) => {
81
81
  if (output.statusCode !== 200 && output.statusCode >= 300) {
82
- return de_CreateTokenCommandError(output, context);
82
+ return de_CommandError(output, context);
83
83
  }
84
84
  const contents = map({
85
85
  $metadata: deserializeMetadata(output),
@@ -95,58 +95,9 @@ export const de_CreateTokenCommand = async (output, context) => {
95
95
  Object.assign(contents, doc);
96
96
  return contents;
97
97
  };
98
- const de_CreateTokenCommandError = async (output, context) => {
99
- const parsedOutput = {
100
- ...output,
101
- body: await parseErrorBody(output.body, context),
102
- };
103
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
104
- switch (errorCode) {
105
- case "AccessDeniedException":
106
- case "com.amazonaws.ssooidc#AccessDeniedException":
107
- throw await de_AccessDeniedExceptionRes(parsedOutput, context);
108
- case "AuthorizationPendingException":
109
- case "com.amazonaws.ssooidc#AuthorizationPendingException":
110
- throw await de_AuthorizationPendingExceptionRes(parsedOutput, context);
111
- case "ExpiredTokenException":
112
- case "com.amazonaws.ssooidc#ExpiredTokenException":
113
- throw await de_ExpiredTokenExceptionRes(parsedOutput, context);
114
- case "InternalServerException":
115
- case "com.amazonaws.ssooidc#InternalServerException":
116
- throw await de_InternalServerExceptionRes(parsedOutput, context);
117
- case "InvalidClientException":
118
- case "com.amazonaws.ssooidc#InvalidClientException":
119
- throw await de_InvalidClientExceptionRes(parsedOutput, context);
120
- case "InvalidGrantException":
121
- case "com.amazonaws.ssooidc#InvalidGrantException":
122
- throw await de_InvalidGrantExceptionRes(parsedOutput, context);
123
- case "InvalidRequestException":
124
- case "com.amazonaws.ssooidc#InvalidRequestException":
125
- throw await de_InvalidRequestExceptionRes(parsedOutput, context);
126
- case "InvalidScopeException":
127
- case "com.amazonaws.ssooidc#InvalidScopeException":
128
- throw await de_InvalidScopeExceptionRes(parsedOutput, context);
129
- case "SlowDownException":
130
- case "com.amazonaws.ssooidc#SlowDownException":
131
- throw await de_SlowDownExceptionRes(parsedOutput, context);
132
- case "UnauthorizedClientException":
133
- case "com.amazonaws.ssooidc#UnauthorizedClientException":
134
- throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
135
- case "UnsupportedGrantTypeException":
136
- case "com.amazonaws.ssooidc#UnsupportedGrantTypeException":
137
- throw await de_UnsupportedGrantTypeExceptionRes(parsedOutput, context);
138
- default:
139
- const parsedBody = parsedOutput.body;
140
- return throwDefaultError({
141
- output,
142
- parsedBody,
143
- errorCode,
144
- });
145
- }
146
- };
147
98
  export const de_CreateTokenWithIAMCommand = async (output, context) => {
148
99
  if (output.statusCode !== 200 && output.statusCode >= 300) {
149
- return de_CreateTokenWithIAMCommandError(output, context);
100
+ return de_CommandError(output, context);
150
101
  }
151
102
  const contents = map({
152
103
  $metadata: deserializeMetadata(output),
@@ -164,61 +115,9 @@ export const de_CreateTokenWithIAMCommand = async (output, context) => {
164
115
  Object.assign(contents, doc);
165
116
  return contents;
166
117
  };
167
- const de_CreateTokenWithIAMCommandError = async (output, context) => {
168
- const parsedOutput = {
169
- ...output,
170
- body: await parseErrorBody(output.body, context),
171
- };
172
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
173
- switch (errorCode) {
174
- case "AccessDeniedException":
175
- case "com.amazonaws.ssooidc#AccessDeniedException":
176
- throw await de_AccessDeniedExceptionRes(parsedOutput, context);
177
- case "AuthorizationPendingException":
178
- case "com.amazonaws.ssooidc#AuthorizationPendingException":
179
- throw await de_AuthorizationPendingExceptionRes(parsedOutput, context);
180
- case "ExpiredTokenException":
181
- case "com.amazonaws.ssooidc#ExpiredTokenException":
182
- throw await de_ExpiredTokenExceptionRes(parsedOutput, context);
183
- case "InternalServerException":
184
- case "com.amazonaws.ssooidc#InternalServerException":
185
- throw await de_InternalServerExceptionRes(parsedOutput, context);
186
- case "InvalidClientException":
187
- case "com.amazonaws.ssooidc#InvalidClientException":
188
- throw await de_InvalidClientExceptionRes(parsedOutput, context);
189
- case "InvalidGrantException":
190
- case "com.amazonaws.ssooidc#InvalidGrantException":
191
- throw await de_InvalidGrantExceptionRes(parsedOutput, context);
192
- case "InvalidRequestException":
193
- case "com.amazonaws.ssooidc#InvalidRequestException":
194
- throw await de_InvalidRequestExceptionRes(parsedOutput, context);
195
- case "InvalidRequestRegionException":
196
- case "com.amazonaws.ssooidc#InvalidRequestRegionException":
197
- throw await de_InvalidRequestRegionExceptionRes(parsedOutput, context);
198
- case "InvalidScopeException":
199
- case "com.amazonaws.ssooidc#InvalidScopeException":
200
- throw await de_InvalidScopeExceptionRes(parsedOutput, context);
201
- case "SlowDownException":
202
- case "com.amazonaws.ssooidc#SlowDownException":
203
- throw await de_SlowDownExceptionRes(parsedOutput, context);
204
- case "UnauthorizedClientException":
205
- case "com.amazonaws.ssooidc#UnauthorizedClientException":
206
- throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
207
- case "UnsupportedGrantTypeException":
208
- case "com.amazonaws.ssooidc#UnsupportedGrantTypeException":
209
- throw await de_UnsupportedGrantTypeExceptionRes(parsedOutput, context);
210
- default:
211
- const parsedBody = parsedOutput.body;
212
- return throwDefaultError({
213
- output,
214
- parsedBody,
215
- errorCode,
216
- });
217
- }
218
- };
219
118
  export const de_RegisterClientCommand = async (output, context) => {
220
119
  if (output.statusCode !== 200 && output.statusCode >= 300) {
221
- return de_RegisterClientCommandError(output, context);
120
+ return de_CommandError(output, context);
222
121
  }
223
122
  const contents = map({
224
123
  $metadata: deserializeMetadata(output),
@@ -235,37 +134,9 @@ export const de_RegisterClientCommand = async (output, context) => {
235
134
  Object.assign(contents, doc);
236
135
  return contents;
237
136
  };
238
- const de_RegisterClientCommandError = async (output, context) => {
239
- const parsedOutput = {
240
- ...output,
241
- body: await parseErrorBody(output.body, context),
242
- };
243
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
244
- switch (errorCode) {
245
- case "InternalServerException":
246
- case "com.amazonaws.ssooidc#InternalServerException":
247
- throw await de_InternalServerExceptionRes(parsedOutput, context);
248
- case "InvalidClientMetadataException":
249
- case "com.amazonaws.ssooidc#InvalidClientMetadataException":
250
- throw await de_InvalidClientMetadataExceptionRes(parsedOutput, context);
251
- case "InvalidRequestException":
252
- case "com.amazonaws.ssooidc#InvalidRequestException":
253
- throw await de_InvalidRequestExceptionRes(parsedOutput, context);
254
- case "InvalidScopeException":
255
- case "com.amazonaws.ssooidc#InvalidScopeException":
256
- throw await de_InvalidScopeExceptionRes(parsedOutput, context);
257
- default:
258
- const parsedBody = parsedOutput.body;
259
- return throwDefaultError({
260
- output,
261
- parsedBody,
262
- errorCode,
263
- });
264
- }
265
- };
266
137
  export const de_StartDeviceAuthorizationCommand = async (output, context) => {
267
138
  if (output.statusCode !== 200 && output.statusCode >= 300) {
268
- return de_StartDeviceAuthorizationCommandError(output, context);
139
+ return de_CommandError(output, context);
269
140
  }
270
141
  const contents = map({
271
142
  $metadata: deserializeMetadata(output),
@@ -282,28 +153,52 @@ export const de_StartDeviceAuthorizationCommand = async (output, context) => {
282
153
  Object.assign(contents, doc);
283
154
  return contents;
284
155
  };
285
- const de_StartDeviceAuthorizationCommandError = async (output, context) => {
156
+ const de_CommandError = async (output, context) => {
286
157
  const parsedOutput = {
287
158
  ...output,
288
159
  body: await parseErrorBody(output.body, context),
289
160
  };
290
161
  const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
291
162
  switch (errorCode) {
163
+ case "AccessDeniedException":
164
+ case "com.amazonaws.ssooidc#AccessDeniedException":
165
+ throw await de_AccessDeniedExceptionRes(parsedOutput, context);
166
+ case "AuthorizationPendingException":
167
+ case "com.amazonaws.ssooidc#AuthorizationPendingException":
168
+ throw await de_AuthorizationPendingExceptionRes(parsedOutput, context);
169
+ case "ExpiredTokenException":
170
+ case "com.amazonaws.ssooidc#ExpiredTokenException":
171
+ throw await de_ExpiredTokenExceptionRes(parsedOutput, context);
292
172
  case "InternalServerException":
293
173
  case "com.amazonaws.ssooidc#InternalServerException":
294
174
  throw await de_InternalServerExceptionRes(parsedOutput, context);
295
175
  case "InvalidClientException":
296
176
  case "com.amazonaws.ssooidc#InvalidClientException":
297
177
  throw await de_InvalidClientExceptionRes(parsedOutput, context);
178
+ case "InvalidGrantException":
179
+ case "com.amazonaws.ssooidc#InvalidGrantException":
180
+ throw await de_InvalidGrantExceptionRes(parsedOutput, context);
298
181
  case "InvalidRequestException":
299
182
  case "com.amazonaws.ssooidc#InvalidRequestException":
300
183
  throw await de_InvalidRequestExceptionRes(parsedOutput, context);
184
+ case "InvalidScopeException":
185
+ case "com.amazonaws.ssooidc#InvalidScopeException":
186
+ throw await de_InvalidScopeExceptionRes(parsedOutput, context);
301
187
  case "SlowDownException":
302
188
  case "com.amazonaws.ssooidc#SlowDownException":
303
189
  throw await de_SlowDownExceptionRes(parsedOutput, context);
304
190
  case "UnauthorizedClientException":
305
191
  case "com.amazonaws.ssooidc#UnauthorizedClientException":
306
192
  throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
193
+ case "UnsupportedGrantTypeException":
194
+ case "com.amazonaws.ssooidc#UnsupportedGrantTypeException":
195
+ throw await de_UnsupportedGrantTypeExceptionRes(parsedOutput, context);
196
+ case "InvalidRequestRegionException":
197
+ case "com.amazonaws.ssooidc#InvalidRequestRegionException":
198
+ throw await de_InvalidRequestRegionExceptionRes(parsedOutput, context);
199
+ case "InvalidClientMetadataException":
200
+ case "com.amazonaws.ssooidc#InvalidClientMetadataException":
201
+ throw await de_InvalidClientMetadataExceptionRes(parsedOutput, context);
307
202
  default:
308
203
  const parsedBody = parsedOutput.body;
309
204
  return throwDefaultError({
@@ -1,7 +1,10 @@
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core";
2
+ import { NoAuthSigner } from "@smithy/core";
1
3
  import { NoOpLogger } from "@smithy/smithy-client";
2
4
  import { parseUrl } from "@smithy/url-parser";
3
5
  import { fromBase64, toBase64 } from "@smithy/util-base64";
4
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
+ import { defaultSSOOIDCHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
5
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
6
9
  export const getRuntimeConfig = (config) => {
7
10
  return {
@@ -11,6 +14,19 @@ export const getRuntimeConfig = (config) => {
11
14
  disableHostPrefix: config?.disableHostPrefix ?? false,
12
15
  endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
13
16
  extensions: config?.extensions ?? [],
17
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultSSOOIDCHttpAuthSchemeProvider,
18
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
19
+ {
20
+ schemeId: "aws.auth#sigv4",
21
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
22
+ signer: new AwsSdkSigV4Signer(),
23
+ },
24
+ {
25
+ schemeId: "smithy.api#noAuth",
26
+ identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
27
+ signer: new NoAuthSigner(),
28
+ },
29
+ ],
14
30
  logger: config?.logger ?? new NoOpLogger(),
15
31
  serviceId: config?.serviceId ?? "SSO OIDC",
16
32
  urlParser: config?.urlParser ?? parseUrl,
@@ -1,12 +1,14 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
2
  import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
3
  import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
4
+ import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
4
5
  const asPartial = (t) => t;
5
6
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
7
  const extensionConfiguration = {
7
8
  ...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
8
9
  ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
9
10
  ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
11
+ ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
10
12
  };
11
13
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
12
14
  return {
@@ -14,5 +16,6 @@ export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
14
16
  ...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
15
17
  ...resolveDefaultRuntimeConfig(extensionConfiguration),
16
18
  ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
19
+ ...resolveHttpAuthRuntimeConfig(extensionConfiguration),
17
20
  };
18
21
  };
@@ -1,13 +1,12 @@
1
1
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
3
2
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
4
- import { Credentials as __Credentials } from "@aws-sdk/types";
5
3
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
6
4
  import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
7
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
8
6
  import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
9
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
10
- 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";
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";
9
+ import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
11
10
  import { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand";
12
11
  import { CreateTokenWithIAMCommandInput, CreateTokenWithIAMCommandOutput } from "./commands/CreateTokenWithIAMCommand";
13
12
  import { RegisterClientCommandInput, RegisterClientCommandOutput } from "./commands/RegisterClientCommand";
@@ -95,20 +94,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
95
94
  * Enables FIPS compatible endpoints.
96
95
  */
97
96
  useFipsEndpoint?: boolean | __Provider<boolean>;
97
+ /**
98
+ * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
99
+ * @internal
100
+ */
101
+ defaultUserAgentProvider?: Provider<__UserAgent>;
98
102
  /**
99
103
  * The AWS region to which this client will send requests
100
104
  */
101
105
  region?: string | __Provider<string>;
102
106
  /**
103
107
  * Default credentials provider; Not available in browser runtime.
108
+ * @deprecated
104
109
  * @internal
105
110
  */
106
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
107
- /**
108
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
109
- * @internal
110
- */
111
- defaultUserAgentProvider?: Provider<__UserAgent>;
111
+ credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
112
112
  /**
113
113
  * Value for how many times a request will be made at most in case of retry.
114
114
  */
@@ -135,7 +135,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
135
135
  /**
136
136
  * @public
137
137
  */
138
- export type SSOOIDCClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
138
+ export type SSOOIDCClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & UserAgentInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
139
139
  /**
140
140
  * @public
141
141
  *
@@ -146,7 +146,7 @@ export interface SSOOIDCClientConfig extends SSOOIDCClientConfigType {
146
146
  /**
147
147
  * @public
148
148
  */
149
- export type SSOOIDCClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
149
+ export type SSOOIDCClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & UserAgentResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
150
150
  /**
151
151
  * @public
152
152
  *
@@ -207,4 +207,6 @@ export declare class SSOOIDCClient extends __Client<__HttpHandlerOptions, Servic
207
207
  * Otherwise, sockets might stay open for quite a long time before the server terminates them.
208
208
  */
209
209
  destroy(): void;
210
+ private getDefaultHttpAuthSchemeParametersProvider;
211
+ private getIdentityProviderConfigProvider;
210
212
  }
@@ -0,0 +1,29 @@
1
+ import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
+ import { SSOOIDCHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
+ /**
4
+ * @internal
5
+ */
6
+ export interface HttpAuthExtensionConfiguration {
7
+ setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
8
+ httpAuthSchemes(): HttpAuthScheme[];
9
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: SSOOIDCHttpAuthSchemeProvider): void;
10
+ httpAuthSchemeProvider(): SSOOIDCHttpAuthSchemeProvider;
11
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
12
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
13
+ }
14
+ /**
15
+ * @internal
16
+ */
17
+ export type HttpAuthRuntimeConfig = Partial<{
18
+ httpAuthSchemes: HttpAuthScheme[];
19
+ httpAuthSchemeProvider: SSOOIDCHttpAuthSchemeProvider;
20
+ credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
21
+ }>;
22
+ /**
23
+ * @internal
24
+ */
25
+ export declare const getHttpAuthExtensionConfiguration: (runtimeConfig: HttpAuthRuntimeConfig) => HttpAuthExtensionConfiguration;
26
+ /**
27
+ * @internal
28
+ */
29
+ export declare const resolveHttpAuthRuntimeConfig: (config: HttpAuthExtensionConfiguration) => HttpAuthRuntimeConfig;
@@ -0,0 +1,61 @@
1
+ import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
+ import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider } from "@smithy/types";
3
+ import { SSOOIDCClientResolvedConfig } from "../SSOOIDCClient";
4
+ /**
5
+ * @internal
6
+ */
7
+ export interface SSOOIDCHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
8
+ region?: string;
9
+ }
10
+ /**
11
+ * @internal
12
+ */
13
+ export interface SSOOIDCHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<SSOOIDCClientResolvedConfig, HandlerExecutionContext, SSOOIDCHttpAuthSchemeParameters, object> {
14
+ }
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const defaultSSOOIDCHttpAuthSchemeParametersProvider: (config: SSOOIDCClientResolvedConfig, context: HandlerExecutionContext, input: object) => Promise<SSOOIDCHttpAuthSchemeParameters>;
19
+ /**
20
+ * @internal
21
+ */
22
+ export interface SSOOIDCHttpAuthSchemeProvider extends HttpAuthSchemeProvider<SSOOIDCHttpAuthSchemeParameters> {
23
+ }
24
+ /**
25
+ * @internal
26
+ */
27
+ export declare const defaultSSOOIDCHttpAuthSchemeProvider: SSOOIDCHttpAuthSchemeProvider;
28
+ /**
29
+ * @internal
30
+ */
31
+ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
32
+ /**
33
+ * experimentalIdentityAndAuth: Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
34
+ * @internal
35
+ */
36
+ httpAuthSchemes?: HttpAuthScheme[];
37
+ /**
38
+ * experimentalIdentityAndAuth: Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
39
+ * @internal
40
+ */
41
+ httpAuthSchemeProvider?: SSOOIDCHttpAuthSchemeProvider;
42
+ }
43
+ /**
44
+ * @internal
45
+ */
46
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
47
+ /**
48
+ * experimentalIdentityAndAuth: Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
49
+ * @internal
50
+ */
51
+ readonly httpAuthSchemes: HttpAuthScheme[];
52
+ /**
53
+ * experimentalIdentityAndAuth: Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
54
+ * @internal
55
+ */
56
+ readonly httpAuthSchemeProvider: SSOOIDCHttpAuthSchemeProvider;
57
+ }
58
+ /**
59
+ * @internal
60
+ */
61
+ export declare const resolveHttpAuthSchemeConfig: <T>(config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved) => T & HttpAuthSchemeResolvedConfig;
@@ -1,8 +1,9 @@
1
1
  import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
2
  import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
+ import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
4
5
  /**
5
6
  * @internal
6
7
  */
7
- export interface SSOOIDCExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration {
8
+ export interface SSOOIDCExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration, HttpAuthExtensionConfiguration {
8
9
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
10
+ credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
11
11
  defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
@@ -36,11 +36,21 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
36
36
  }) => import("@smithy/types").EndpointV2;
37
37
  tls?: boolean | undefined;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
39
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
39
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
40
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
41
+ schemeId: string;
42
+ identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
43
+ signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
44
+ } | {
45
+ schemeId: string;
46
+ identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
47
+ signer: import("@smithy/core").NoAuthSigner;
48
+ })[];
49
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SSOOIDCHttpAuthSchemeProvider;
50
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
40
51
  signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
41
52
  signingEscapePath?: boolean | undefined;
42
53
  systemClockOffset?: number | undefined;
43
54
  signingRegion?: string | undefined;
44
55
  signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
45
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
46
56
  };
@@ -36,11 +36,21 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
36
36
  }) => import("@smithy/types").EndpointV2;
37
37
  tls?: boolean | undefined;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
39
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
39
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
40
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
41
+ schemeId: string;
42
+ identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
43
+ signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
44
+ } | {
45
+ schemeId: string;
46
+ identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
47
+ signer: import("@smithy/core").NoAuthSigner;
48
+ })[];
49
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SSOOIDCHttpAuthSchemeProvider;
50
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
40
51
  signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
41
52
  signingEscapePath?: boolean | undefined;
42
53
  systemClockOffset?: number | undefined;
43
54
  signingRegion?: string | undefined;
44
55
  signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
45
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
46
56
  };
@@ -21,9 +21,9 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
21
21
  serviceId: string;
22
22
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
23
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
- region: string | import("@smithy/types").Provider<any>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
26
24
  defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
25
+ region: string | import("@smithy/types").Provider<any>;
26
+ credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
27
27
  maxAttempts: number | import("@smithy/types").Provider<number>;
28
28
  retryMode: string | import("@smithy/types").Provider<string>;
29
29
  logger: import("@smithy/types").Logger;
@@ -35,11 +35,21 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
35
35
  }) => import("@smithy/types").EndpointV2;
36
36
  tls?: boolean | undefined;
37
37
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
38
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
38
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
39
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
40
+ schemeId: string;
41
+ identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
42
+ signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
43
+ } | {
44
+ schemeId: string;
45
+ identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
46
+ signer: import("@smithy/core").NoAuthSigner;
47
+ })[];
48
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SSOOIDCHttpAuthSchemeProvider;
49
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
39
50
  signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
40
51
  signingEscapePath?: boolean | undefined;
41
52
  systemClockOffset?: number | undefined;
42
53
  signingRegion?: string | undefined;
43
54
  signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
44
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
45
55
  };
@@ -1,3 +1,6 @@
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core";
2
+ import { NoAuthSigner } from "@smithy/core";
3
+ import { IdentityProviderConfig } from "@smithy/types";
1
4
  import { SSOOIDCClientConfig } from "./SSOOIDCClient";
2
5
  /**
3
6
  * @internal
@@ -11,6 +14,16 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
11
14
  logger?: import("@smithy/types").Logger | undefined;
12
15
  }) => import("@smithy/types").EndpointV2;
13
16
  extensions: import("./runtimeExtensions").RuntimeExtension[];
17
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SSOOIDCHttpAuthSchemeProvider;
18
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
19
+ schemeId: string;
20
+ identityProvider: (ipc: IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
21
+ signer: AwsSdkSigV4Signer;
22
+ } | {
23
+ schemeId: string;
24
+ identityProvider: (ipc: IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
25
+ signer: NoAuthSigner;
26
+ })[];
14
27
  logger: import("@smithy/types").Logger;
15
28
  serviceId: string;
16
29
  urlParser: import("@smithy/types").UrlParser;