@aws-sdk/nested-clients 3.952.0 → 3.953.0

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 (62) hide show
  1. package/dist-cjs/submodules/signin/index.js +48 -37
  2. package/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
  3. package/dist-cjs/submodules/sso-oidc/index.js +88 -66
  4. package/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  5. package/dist-cjs/submodules/sts/index.js +79 -60
  6. package/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
  7. package/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  8. package/dist-es/submodules/signin/index.js +1 -0
  9. package/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
  10. package/dist-es/submodules/signin/schemas/schemas_0.js +24 -24
  11. package/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  12. package/dist-es/submodules/sso-oidc/index.js +1 -0
  13. package/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  14. package/dist-es/submodules/sso-oidc/schemas/schemas_0.js +44 -37
  15. package/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  16. package/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  17. package/dist-es/submodules/sts/index.js +1 -0
  18. package/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
  19. package/dist-es/submodules/sts/schemas/schemas_0.js +39 -39
  20. package/dist-types/submodules/signin/SigninClient.d.ts +1 -10
  21. package/dist-types/submodules/signin/index.d.ts +1 -0
  22. package/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
  23. package/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
  24. package/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
  25. package/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
  26. package/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
  27. package/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
  28. package/dist-types/submodules/sso-oidc/index.d.ts +1 -0
  29. package/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
  30. package/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
  31. package/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
  32. package/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
  33. package/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
  34. package/dist-types/submodules/sts/STSClient.d.ts +1 -10
  35. package/dist-types/submodules/sts/index.d.ts +1 -0
  36. package/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
  37. package/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
  38. package/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
  39. package/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
  40. package/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
  41. package/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
  42. package/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  43. package/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
  44. package/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
  45. package/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
  46. package/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
  47. package/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
  48. package/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
  49. package/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  50. package/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
  51. package/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
  52. package/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
  53. package/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
  54. package/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
  55. package/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
  56. package/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  57. package/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
  58. package/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
  59. package/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
  60. package/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
  61. package/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
  62. package/package.json +32 -32
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { AssumeRoleWithWebIdentity } from "../schemas/schemas_0";
4
+ import { AssumeRoleWithWebIdentity$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class AssumeRoleWithWebIdentityCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class AssumeRoleWithWebIdentityCommand extends $Command
11
11
  })
12
12
  .s("AWSSecurityTokenServiceV20110615", "AssumeRoleWithWebIdentity", {})
13
13
  .n("STSClient", "AssumeRoleWithWebIdentityCommand")
14
- .sc(AssumeRoleWithWebIdentity)
14
+ .sc(AssumeRoleWithWebIdentity$)
15
15
  .build() {
16
16
  }
@@ -1,6 +1,7 @@
1
1
  export * from "./STSClient";
2
2
  export * from "./STS";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./models/errors";
5
6
  export * from "./defaultRoleAssumers";
6
7
  export { STSServiceException } from "./models/STSServiceException";
@@ -29,12 +29,13 @@ export const getRuntimeConfig = (config) => {
29
29
  },
30
30
  ],
31
31
  logger: config?.logger ?? new NoOpLogger(),
32
- protocol: config?.protocol ??
33
- new AwsQueryProtocol({
34
- defaultNamespace: "com.amazonaws.sts",
35
- xmlNamespace: "https://sts.amazonaws.com/doc/2011-06-15/",
36
- version: "2011-06-15",
37
- }),
32
+ protocol: config?.protocol ?? AwsQueryProtocol,
33
+ protocolSettings: config?.protocolSettings ?? {
34
+ defaultNamespace: "com.amazonaws.sts",
35
+ xmlNamespace: "https://sts.amazonaws.com/doc/2011-06-15/",
36
+ version: "2011-06-15",
37
+ serviceTarget: "AWSSecurityTokenServiceV20110615",
38
+ },
38
39
  serviceId: config?.serviceId ?? "STS",
39
40
  urlParser: config?.urlParser ?? parseUrl,
40
41
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
@@ -58,12 +58,12 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sts";
58
58
  const _tLT = "tagListType";
59
59
  const n0 = "com.amazonaws.sts";
60
60
  import { TypeRegistry } from "@smithy/core/schema";
61
- import { ExpiredTokenException as __ExpiredTokenException, IDPCommunicationErrorException as __IDPCommunicationErrorException, IDPRejectedClaimException as __IDPRejectedClaimException, InvalidIdentityTokenException as __InvalidIdentityTokenException, MalformedPolicyDocumentException as __MalformedPolicyDocumentException, PackedPolicyTooLargeException as __PackedPolicyTooLargeException, RegionDisabledException as __RegionDisabledException, } from "../models/errors";
62
- import { STSServiceException as __STSServiceException } from "../models/STSServiceException";
63
- export var accessKeySecretType = [0, n0, _aKST, 8, 0];
64
- export var clientTokenType = [0, n0, _cTT, 8, 0];
65
- export var AssumedRoleUser = [3, n0, _ARU, 0, [_ARI, _A], [0, 0]];
66
- export var AssumeRoleRequest = [
61
+ import { ExpiredTokenException, IDPCommunicationErrorException, IDPRejectedClaimException, InvalidIdentityTokenException, MalformedPolicyDocumentException, PackedPolicyTooLargeException, RegionDisabledException, } from "../models/errors";
62
+ import { STSServiceException } from "../models/STSServiceException";
63
+ var accessKeySecretType = [0, n0, _aKST, 8, 0];
64
+ var clientTokenType = [0, n0, _cTT, 8, 0];
65
+ export var AssumedRoleUser$ = [3, n0, _ARU, 0, [_ARI, _A], [0, 0]];
66
+ export var AssumeRoleRequest$ = [
67
67
  3,
68
68
  n0,
69
69
  _ARR,
@@ -71,15 +71,15 @@ export var AssumeRoleRequest = [
71
71
  [_RA, _RSN, _PA, _P, _DS, _T, _TTK, _EI, _SN, _TC, _SI, _PC],
72
72
  [0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType],
73
73
  ];
74
- export var AssumeRoleResponse = [
74
+ export var AssumeRoleResponse$ = [
75
75
  3,
76
76
  n0,
77
77
  _ARRs,
78
78
  0,
79
79
  [_C, _ARU, _PPS, _SI],
80
- [[() => Credentials, 0], () => AssumedRoleUser, 1, 0],
80
+ [[() => Credentials$, 0], () => AssumedRoleUser$, 1, 0],
81
81
  ];
82
- export var AssumeRoleWithWebIdentityRequest = [
82
+ export var AssumeRoleWithWebIdentityRequest$ = [
83
83
  3,
84
84
  n0,
85
85
  _ARWWIR,
@@ -87,15 +87,15 @@ export var AssumeRoleWithWebIdentityRequest = [
87
87
  [_RA, _RSN, _WIT, _PI, _PA, _P, _DS],
88
88
  [0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1],
89
89
  ];
90
- export var AssumeRoleWithWebIdentityResponse = [
90
+ export var AssumeRoleWithWebIdentityResponse$ = [
91
91
  3,
92
92
  n0,
93
93
  _ARWWIRs,
94
94
  0,
95
95
  [_C, _SFWIT, _ARU, _PPS, _Pr, _Au, _SI],
96
- [[() => Credentials, 0], 0, () => AssumedRoleUser, 1, 0, 0, 0],
96
+ [[() => Credentials$, 0], 0, () => AssumedRoleUser$, 1, 0, 0, 0],
97
97
  ];
98
- export var Credentials = [
98
+ export var Credentials$ = [
99
99
  3,
100
100
  n0,
101
101
  _C,
@@ -103,7 +103,7 @@ export var Credentials = [
103
103
  [_AKI, _SAK, _ST, _E],
104
104
  [0, [() => accessKeySecretType, 0], 0, 4],
105
105
  ];
106
- export var ExpiredTokenException = [
106
+ export var ExpiredTokenException$ = [
107
107
  -3,
108
108
  n0,
109
109
  _ETE,
@@ -111,8 +111,8 @@ export var ExpiredTokenException = [
111
111
  [_m],
112
112
  [0],
113
113
  ];
114
- TypeRegistry.for(n0).registerError(ExpiredTokenException, __ExpiredTokenException);
115
- export var IDPCommunicationErrorException = [
114
+ TypeRegistry.for(n0).registerError(ExpiredTokenException$, ExpiredTokenException);
115
+ export var IDPCommunicationErrorException$ = [
116
116
  -3,
117
117
  n0,
118
118
  _IDPCEE,
@@ -120,8 +120,8 @@ export var IDPCommunicationErrorException = [
120
120
  [_m],
121
121
  [0],
122
122
  ];
123
- TypeRegistry.for(n0).registerError(IDPCommunicationErrorException, __IDPCommunicationErrorException);
124
- export var IDPRejectedClaimException = [
123
+ TypeRegistry.for(n0).registerError(IDPCommunicationErrorException$, IDPCommunicationErrorException);
124
+ export var IDPRejectedClaimException$ = [
125
125
  -3,
126
126
  n0,
127
127
  _IDPRCE,
@@ -129,8 +129,8 @@ export var IDPRejectedClaimException = [
129
129
  [_m],
130
130
  [0],
131
131
  ];
132
- TypeRegistry.for(n0).registerError(IDPRejectedClaimException, __IDPRejectedClaimException);
133
- export var InvalidIdentityTokenException = [
132
+ TypeRegistry.for(n0).registerError(IDPRejectedClaimException$, IDPRejectedClaimException);
133
+ export var InvalidIdentityTokenException$ = [
134
134
  -3,
135
135
  n0,
136
136
  _IITE,
@@ -138,8 +138,8 @@ export var InvalidIdentityTokenException = [
138
138
  [_m],
139
139
  [0],
140
140
  ];
141
- TypeRegistry.for(n0).registerError(InvalidIdentityTokenException, __InvalidIdentityTokenException);
142
- export var MalformedPolicyDocumentException = [
141
+ TypeRegistry.for(n0).registerError(InvalidIdentityTokenException$, InvalidIdentityTokenException);
142
+ export var MalformedPolicyDocumentException$ = [
143
143
  -3,
144
144
  n0,
145
145
  _MPDE,
@@ -147,8 +147,8 @@ export var MalformedPolicyDocumentException = [
147
147
  [_m],
148
148
  [0],
149
149
  ];
150
- TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException, __MalformedPolicyDocumentException);
151
- export var PackedPolicyTooLargeException = [
150
+ TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
151
+ export var PackedPolicyTooLargeException$ = [
152
152
  -3,
153
153
  n0,
154
154
  _PPTLE,
@@ -156,10 +156,10 @@ export var PackedPolicyTooLargeException = [
156
156
  [_m],
157
157
  [0],
158
158
  ];
159
- TypeRegistry.for(n0).registerError(PackedPolicyTooLargeException, __PackedPolicyTooLargeException);
160
- export var PolicyDescriptorType = [3, n0, _PDT, 0, [_a], [0]];
161
- export var ProvidedContext = [3, n0, _PCr, 0, [_PAr, _CA], [0, 0]];
162
- export var RegionDisabledException = [
159
+ TypeRegistry.for(n0).registerError(PackedPolicyTooLargeException$, PackedPolicyTooLargeException);
160
+ export var PolicyDescriptorType$ = [3, n0, _PDT, 0, [_a], [0]];
161
+ export var ProvidedContext$ = [3, n0, _PCr, 0, [_PAr, _CA], [0, 0]];
162
+ export var RegionDisabledException$ = [
163
163
  -3,
164
164
  n0,
165
165
  _RDE,
@@ -167,20 +167,20 @@ export var RegionDisabledException = [
167
167
  [_m],
168
168
  [0],
169
169
  ];
170
- TypeRegistry.for(n0).registerError(RegionDisabledException, __RegionDisabledException);
171
- export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
172
- export var STSServiceException = [-3, _s, "STSServiceException", 0, [], []];
173
- TypeRegistry.for(_s).registerError(STSServiceException, __STSServiceException);
174
- export var policyDescriptorListType = [1, n0, _pDLT, 0, () => PolicyDescriptorType];
175
- export var ProvidedContextsListType = [1, n0, _PCLT, 0, () => ProvidedContext];
176
- export var tagKeyListType = 64 | 0;
177
- export var tagListType = [1, n0, _tLT, 0, () => Tag];
178
- export var AssumeRole = [9, n0, _AR, 0, () => AssumeRoleRequest, () => AssumeRoleResponse];
179
- export var AssumeRoleWithWebIdentity = [
170
+ TypeRegistry.for(n0).registerError(RegionDisabledException$, RegionDisabledException);
171
+ export var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
172
+ export var STSServiceException$ = [-3, _s, "STSServiceException", 0, [], []];
173
+ TypeRegistry.for(_s).registerError(STSServiceException$, STSServiceException);
174
+ var policyDescriptorListType = [1, n0, _pDLT, 0, () => PolicyDescriptorType$];
175
+ var ProvidedContextsListType = [1, n0, _PCLT, 0, () => ProvidedContext$];
176
+ var tagKeyListType = 64 | 0;
177
+ var tagListType = [1, n0, _tLT, 0, () => Tag$];
178
+ export var AssumeRole$ = [9, n0, _AR, 0, () => AssumeRoleRequest$, () => AssumeRoleResponse$];
179
+ export var AssumeRoleWithWebIdentity$ = [
180
180
  9,
181
181
  n0,
182
182
  _ARWWI,
183
183
  0,
184
- () => AssumeRoleWithWebIdentityRequest,
185
- () => AssumeRoleWithWebIdentityResponse,
184
+ () => AssumeRoleWithWebIdentityRequest$,
185
+ () => AssumeRoleWithWebIdentityResponse$,
186
186
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateOAuth2TokenCommandInput, CreateOAuth2TokenCommandOutput } from "./commands/CreateOAuth2TokenCommand";
11
11
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
@@ -142,15 +142,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
142
142
  * Optional extensions
143
143
  */
144
144
  extensions?: RuntimeExtension[];
145
- /**
146
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
147
- * may be overridden. A default will always be set by the client.
148
- * Available options depend on the service's supported protocols and will not be validated by
149
- * the client.
150
- * @alpha
151
- *
152
- */
153
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
154
145
  /**
155
146
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
156
147
  */
@@ -10,6 +10,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
10
10
  export type { RuntimeExtension } from "./runtimeExtensions";
11
11
  export type { SigninExtensionConfiguration } from "./extensionConfiguration";
12
12
  export * from "./commands";
13
+ export * from "./schemas/schemas_0";
13
14
  export * from "./models/enums";
14
15
  export * from "./models/errors";
15
16
  export type * from "./models/models_0";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -18,8 +18,13 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
21
- apiVersion: string;
22
21
  cacheMiddleware?: boolean | undefined;
22
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
23
+ protocolSettings: {
24
+ defaultNamespace?: string;
25
+ [setting: string]: unknown;
26
+ };
27
+ apiVersion: string;
23
28
  urlParser: import("@smithy/types").UrlParser;
24
29
  base64Decoder: import("@smithy/types").Decoder;
25
30
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
31
36
  credentialDefaultProvider?: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,4 +1,5 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core";
2
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
2
3
  import { NoAuthSigner } from "@smithy/core";
3
4
  import type { IdentityProviderConfig } from "@smithy/types";
4
5
  import type { SigninClientConfig } from "./SigninClient";
@@ -25,7 +26,11 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
25
26
  signer: NoAuthSigner;
26
27
  })[];
27
28
  logger: import("@smithy/types").Logger;
28
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
29
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
30
+ protocolSettings: {
31
+ [setting: string]: unknown;
32
+ defaultNamespace?: string;
33
+ };
29
34
  serviceId: string;
30
35
  urlParser: import("@smithy/types").UrlParser;
31
36
  utf8Decoder: import("@smithy/types").Decoder;
@@ -1,13 +1,12 @@
1
- import type { StaticErrorSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
- export declare var RefreshToken: StaticSimpleSchema;
3
- export declare var AccessDeniedException: StaticErrorSchema;
4
- export declare var AccessToken: StaticStructureSchema;
5
- export declare var CreateOAuth2TokenRequest: StaticStructureSchema;
6
- export declare var CreateOAuth2TokenRequestBody: StaticStructureSchema;
7
- export declare var CreateOAuth2TokenResponse: StaticStructureSchema;
8
- export declare var CreateOAuth2TokenResponseBody: StaticStructureSchema;
9
- export declare var InternalServerException: StaticErrorSchema;
10
- export declare var TooManyRequestsError: StaticErrorSchema;
11
- export declare var ValidationException: StaticErrorSchema;
12
- export declare var SigninServiceException: StaticErrorSchema;
13
- export declare var CreateOAuth2Token: StaticOperationSchema;
1
+ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessDeniedException$: StaticErrorSchema;
3
+ export declare var AccessToken$: StaticStructureSchema;
4
+ export declare var CreateOAuth2TokenRequest$: StaticStructureSchema;
5
+ export declare var CreateOAuth2TokenRequestBody$: StaticStructureSchema;
6
+ export declare var CreateOAuth2TokenResponse$: StaticStructureSchema;
7
+ export declare var CreateOAuth2TokenResponseBody$: StaticStructureSchema;
8
+ export declare var InternalServerException$: StaticErrorSchema;
9
+ export declare var TooManyRequestsError$: StaticErrorSchema;
10
+ export declare var ValidationException$: StaticErrorSchema;
11
+ export declare var SigninServiceException$: StaticErrorSchema;
12
+ export declare var CreateOAuth2Token$: StaticOperationSchema;
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand";
11
11
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
@@ -136,15 +136,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
136
136
  * Optional extensions
137
137
  */
138
138
  extensions?: RuntimeExtension[];
139
- /**
140
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
141
- * may be overridden. A default will always be set by the client.
142
- * Available options depend on the service's supported protocols and will not be validated by
143
- * the client.
144
- * @alpha
145
- *
146
- */
147
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
148
139
  /**
149
140
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
150
141
  */
@@ -47,6 +47,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
47
47
  export type { RuntimeExtension } from "./runtimeExtensions";
48
48
  export type { SSOOIDCExtensionConfiguration } from "./extensionConfiguration";
49
49
  export * from "./commands";
50
+ export * from "./schemas/schemas_0";
50
51
  export * from "./models/enums";
51
52
  export * from "./models/errors";
52
53
  export type * from "./models/models_0";
@@ -16,8 +16,13 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
16
16
  streamCollector: import("@smithy/types").StreamCollector;
17
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
18
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
- apiVersion: string;
20
19
  cacheMiddleware?: boolean | undefined;
20
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
21
+ protocolSettings: {
22
+ defaultNamespace?: string;
23
+ [setting: string]: unknown;
24
+ };
25
+ apiVersion: string;
21
26
  urlParser: import("@smithy/types").UrlParser;
22
27
  base64Decoder: import("@smithy/types").Decoder;
23
28
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -28,7 +33,6 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
28
33
  profile?: string;
29
34
  logger: import("@smithy/types").Logger;
30
35
  extensions: import("./runtimeExtensions").RuntimeExtension[];
31
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -18,8 +18,13 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
21
- apiVersion: string;
22
21
  cacheMiddleware?: boolean | undefined;
22
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
23
+ protocolSettings: {
24
+ defaultNamespace?: string;
25
+ [setting: string]: unknown;
26
+ };
27
+ apiVersion: string;
23
28
  urlParser: import("@smithy/types").UrlParser;
24
29
  base64Decoder: import("@smithy/types").Decoder;
25
30
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -30,7 +35,6 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
30
35
  profile?: string;
31
36
  logger: import("@smithy/types").Logger;
32
37
  extensions: import("./runtimeExtensions").RuntimeExtension[];
33
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
38
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
40
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -26,7 +31,6 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
26
31
  retryMode: string | import("@smithy/types").Provider<string>;
27
32
  logger: import("@smithy/types").Logger;
28
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
29
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
34
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
36
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,4 +1,5 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core";
2
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
2
3
  import { NoAuthSigner } from "@smithy/core";
3
4
  import type { IdentityProviderConfig } from "@smithy/types";
4
5
  import type { SSOOIDCClientConfig } from "./SSOOIDCClient";
@@ -25,7 +26,11 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
25
26
  signer: NoAuthSigner;
26
27
  })[];
27
28
  logger: import("@smithy/types").Logger;
28
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
29
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
30
+ protocolSettings: {
31
+ [setting: string]: unknown;
32
+ defaultNamespace?: string;
33
+ };
29
34
  serviceId: string;
30
35
  urlParser: import("@smithy/types").UrlParser;
31
36
  utf8Decoder: import("@smithy/types").Decoder;
@@ -1,22 +1,16 @@
1
- import type { StaticErrorSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
- export declare var AccessToken: StaticSimpleSchema;
3
- export declare var ClientSecret: StaticSimpleSchema;
4
- export declare var CodeVerifier: StaticSimpleSchema;
5
- export declare var IdToken: StaticSimpleSchema;
6
- export declare var RefreshToken: StaticSimpleSchema;
7
- export declare var AccessDeniedException: StaticErrorSchema;
8
- export declare var AuthorizationPendingException: StaticErrorSchema;
9
- export declare var CreateTokenRequest: StaticStructureSchema;
10
- export declare var CreateTokenResponse: StaticStructureSchema;
11
- export declare var ExpiredTokenException: StaticErrorSchema;
12
- export declare var InternalServerException: StaticErrorSchema;
13
- export declare var InvalidClientException: StaticErrorSchema;
14
- export declare var InvalidGrantException: StaticErrorSchema;
15
- export declare var InvalidRequestException: StaticErrorSchema;
16
- export declare var InvalidScopeException: StaticErrorSchema;
17
- export declare var SlowDownException: StaticErrorSchema;
18
- export declare var UnauthorizedClientException: StaticErrorSchema;
19
- export declare var UnsupportedGrantTypeException: StaticErrorSchema;
20
- export declare var SSOOIDCServiceException: StaticErrorSchema;
21
- export declare var Scopes: number;
22
- export declare var CreateToken: StaticOperationSchema;
1
+ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessDeniedException$: StaticErrorSchema;
3
+ export declare var AuthorizationPendingException$: StaticErrorSchema;
4
+ export declare var CreateTokenRequest$: StaticStructureSchema;
5
+ export declare var CreateTokenResponse$: StaticStructureSchema;
6
+ export declare var ExpiredTokenException$: StaticErrorSchema;
7
+ export declare var InternalServerException$: StaticErrorSchema;
8
+ export declare var InvalidClientException$: StaticErrorSchema;
9
+ export declare var InvalidGrantException$: StaticErrorSchema;
10
+ export declare var InvalidRequestException$: StaticErrorSchema;
11
+ export declare var InvalidScopeException$: StaticErrorSchema;
12
+ export declare var SlowDownException$: StaticErrorSchema;
13
+ export declare var UnauthorizedClientException$: StaticErrorSchema;
14
+ export declare var UnsupportedGrantTypeException$: StaticErrorSchema;
15
+ export declare var SSOOIDCServiceException$: StaticErrorSchema;
16
+ export declare var CreateToken$: StaticOperationSchema;
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssumeRoleCommandInput, AssumeRoleCommandOutput } from "./commands/AssumeRoleCommand";
11
11
  import { AssumeRoleWithWebIdentityCommandInput, AssumeRoleWithWebIdentityCommandOutput } from "./commands/AssumeRoleWithWebIdentityCommand";
@@ -143,15 +143,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
143
143
  * Optional extensions
144
144
  */
145
145
  extensions?: RuntimeExtension[];
146
- /**
147
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
148
- * may be overridden. A default will always be set by the client.
149
- * Available options depend on the service's supported protocols and will not be validated by
150
- * the client.
151
- * @alpha
152
- *
153
- */
154
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
155
146
  /**
156
147
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
157
148
  */
@@ -12,6 +12,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
12
12
  export type { RuntimeExtension } from "./runtimeExtensions";
13
13
  export type { STSExtensionConfiguration } from "./extensionConfiguration";
14
14
  export * from "./commands";
15
+ export * from "./schemas/schemas_0";
15
16
  export * from "./models/errors";
16
17
  export type * from "./models/models_0";
17
18
  export * from "./defaultRoleAssumers";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsQueryProtocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -25,8 +25,13 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
25
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
26
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
27
27
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
28
- apiVersion: string;
29
28
  cacheMiddleware?: boolean | undefined;
29
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsQueryProtocol;
30
+ protocolSettings: {
31
+ defaultNamespace?: string;
32
+ [setting: string]: unknown;
33
+ };
34
+ apiVersion: string;
30
35
  urlParser: import("@smithy/types").UrlParser;
31
36
  base64Decoder: import("@smithy/types").Decoder;
32
37
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -38,7 +43,6 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
38
43
  credentialDefaultProvider?: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
39
44
  logger: import("@smithy/types").Logger;
40
45
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
42
46
  customUserAgent?: string | import("@smithy/types").UserAgent;
43
47
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
44
48
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;