@aws-sdk/client-cognito-identity 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.
- package/dist-cjs/index.js +282 -194
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/CreateIdentityPoolCommand.js +2 -2
- package/dist-es/commands/DeleteIdentitiesCommand.js +2 -2
- package/dist-es/commands/DeleteIdentityPoolCommand.js +2 -2
- package/dist-es/commands/DescribeIdentityCommand.js +2 -2
- package/dist-es/commands/DescribeIdentityPoolCommand.js +2 -2
- package/dist-es/commands/GetCredentialsForIdentityCommand.js +2 -2
- package/dist-es/commands/GetIdCommand.js +2 -2
- package/dist-es/commands/GetIdentityPoolRolesCommand.js +2 -2
- package/dist-es/commands/GetOpenIdTokenCommand.js +2 -2
- package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +2 -2
- package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +2 -2
- package/dist-es/commands/ListIdentitiesCommand.js +2 -2
- package/dist-es/commands/ListIdentityPoolsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/LookupDeveloperIdentityCommand.js +2 -2
- package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +2 -2
- package/dist-es/commands/SetIdentityPoolRolesCommand.js +2 -2
- package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +2 -2
- package/dist-es/commands/UnlinkIdentityCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateIdentityPoolCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +159 -152
- package/dist-types/CognitoIdentityClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +82 -103
- package/dist-types/ts3.4/CognitoIdentityClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +81 -105
- package/package.json +35 -35
|
@@ -150,15 +150,15 @@ const _s = "server";
|
|
|
150
150
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cognitoidentity";
|
|
151
151
|
const n0 = "com.amazonaws.cognitoidentity";
|
|
152
152
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
153
|
-
import { CognitoIdentityServiceException
|
|
154
|
-
import { ConcurrentModificationException
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
export var CognitoIdentityProvider = [3, n0, _CIP, 0, [_PN, _CI, _SSTC], [0, 0, 2]];
|
|
159
|
-
export var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
160
|
-
TypeRegistry.for(n0).registerError(ConcurrentModificationException
|
|
161
|
-
export var CreateIdentityPoolInput = [
|
|
153
|
+
import { CognitoIdentityServiceException } from "../models/CognitoIdentityServiceException";
|
|
154
|
+
import { ConcurrentModificationException, DeveloperUserAlreadyRegisteredException, ExternalServiceException, InternalErrorException, InvalidIdentityPoolConfigurationException, InvalidParameterException, LimitExceededException, NotAuthorizedException, ResourceConflictException, ResourceNotFoundException, TooManyRequestsException, } from "../models/errors";
|
|
155
|
+
var IdentityProviderToken = [0, n0, _IPT, 8, 0];
|
|
156
|
+
var OIDCToken = [0, n0, _OIDCT, 8, 0];
|
|
157
|
+
var SecretKeyString = [0, n0, _SKS, 8, 0];
|
|
158
|
+
export var CognitoIdentityProvider$ = [3, n0, _CIP, 0, [_PN, _CI, _SSTC], [0, 0, 2]];
|
|
159
|
+
export var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
160
|
+
TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
161
|
+
export var CreateIdentityPoolInput$ = [
|
|
162
162
|
3,
|
|
163
163
|
n0,
|
|
164
164
|
_CIPI,
|
|
@@ -166,7 +166,7 @@ export var CreateIdentityPoolInput = [
|
|
|
166
166
|
[_IPN, _AUI, _ACF, _SLP, _DPN, _OICPARN, _CIPo, _SPARN, _IPTd],
|
|
167
167
|
[0, 2, 2, 128 | 0, 0, 64 | 0, () => CognitoIdentityProviderList, 64 | 0, 128 | 0],
|
|
168
168
|
];
|
|
169
|
-
export var Credentials = [
|
|
169
|
+
export var Credentials$ = [
|
|
170
170
|
3,
|
|
171
171
|
n0,
|
|
172
172
|
_C,
|
|
@@ -174,8 +174,8 @@ export var Credentials = [
|
|
|
174
174
|
[_AKI, _SK, _ST, _E],
|
|
175
175
|
[0, [() => SecretKeyString, 0], 0, 4],
|
|
176
176
|
];
|
|
177
|
-
export var DeleteIdentitiesInput = [3, n0, _DII, 0, [_IITD], [64 | 0]];
|
|
178
|
-
export var DeleteIdentitiesResponse = [
|
|
177
|
+
export var DeleteIdentitiesInput$ = [3, n0, _DII, 0, [_IITD], [64 | 0]];
|
|
178
|
+
export var DeleteIdentitiesResponse$ = [
|
|
179
179
|
3,
|
|
180
180
|
n0,
|
|
181
181
|
_DIR,
|
|
@@ -183,10 +183,10 @@ export var DeleteIdentitiesResponse = [
|
|
|
183
183
|
[_UII],
|
|
184
184
|
[() => UnprocessedIdentityIdList],
|
|
185
185
|
];
|
|
186
|
-
export var DeleteIdentityPoolInput = [3, n0, _DIPI, 0, [_IPI], [0]];
|
|
187
|
-
export var DescribeIdentityInput = [3, n0, _DIIe, 0, [_II], [0]];
|
|
188
|
-
export var DescribeIdentityPoolInput = [3, n0, _DIPIe, 0, [_IPI], [0]];
|
|
189
|
-
export var DeveloperUserAlreadyRegisteredException = [
|
|
186
|
+
export var DeleteIdentityPoolInput$ = [3, n0, _DIPI, 0, [_IPI], [0]];
|
|
187
|
+
export var DescribeIdentityInput$ = [3, n0, _DIIe, 0, [_II], [0]];
|
|
188
|
+
export var DescribeIdentityPoolInput$ = [3, n0, _DIPIe, 0, [_IPI], [0]];
|
|
189
|
+
export var DeveloperUserAlreadyRegisteredException$ = [
|
|
190
190
|
-3,
|
|
191
191
|
n0,
|
|
192
192
|
_DUARE,
|
|
@@ -194,10 +194,10 @@ export var DeveloperUserAlreadyRegisteredException = [
|
|
|
194
194
|
[_m],
|
|
195
195
|
[0],
|
|
196
196
|
];
|
|
197
|
-
TypeRegistry.for(n0).registerError(DeveloperUserAlreadyRegisteredException
|
|
198
|
-
export var ExternalServiceException = [-3, n0, _ESE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
199
|
-
TypeRegistry.for(n0).registerError(ExternalServiceException
|
|
200
|
-
export var GetCredentialsForIdentityInput = [
|
|
197
|
+
TypeRegistry.for(n0).registerError(DeveloperUserAlreadyRegisteredException$, DeveloperUserAlreadyRegisteredException);
|
|
198
|
+
export var ExternalServiceException$ = [-3, n0, _ESE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
199
|
+
TypeRegistry.for(n0).registerError(ExternalServiceException$, ExternalServiceException);
|
|
200
|
+
export var GetCredentialsForIdentityInput$ = [
|
|
201
201
|
3,
|
|
202
202
|
n0,
|
|
203
203
|
_GCFII,
|
|
@@ -205,16 +205,16 @@ export var GetCredentialsForIdentityInput = [
|
|
|
205
205
|
[_II, _L, _CRA],
|
|
206
206
|
[0, [() => LoginsMap, 0], 0],
|
|
207
207
|
];
|
|
208
|
-
export var GetCredentialsForIdentityResponse = [
|
|
208
|
+
export var GetCredentialsForIdentityResponse$ = [
|
|
209
209
|
3,
|
|
210
210
|
n0,
|
|
211
211
|
_GCFIR,
|
|
212
212
|
0,
|
|
213
213
|
[_II, _C],
|
|
214
|
-
[0, [() => Credentials
|
|
214
|
+
[0, [() => Credentials$, 0]],
|
|
215
215
|
];
|
|
216
|
-
export var GetIdentityPoolRolesInput = [3, n0, _GIPRI, 0, [_IPI], [0]];
|
|
217
|
-
export var GetIdentityPoolRolesResponse = [
|
|
216
|
+
export var GetIdentityPoolRolesInput$ = [3, n0, _GIPRI, 0, [_IPI], [0]];
|
|
217
|
+
export var GetIdentityPoolRolesResponse$ = [
|
|
218
218
|
3,
|
|
219
219
|
n0,
|
|
220
220
|
_GIPRR,
|
|
@@ -222,9 +222,9 @@ export var GetIdentityPoolRolesResponse = [
|
|
|
222
222
|
[_IPI, _R, _RM],
|
|
223
223
|
[0, 128 | 0, () => RoleMappingMap],
|
|
224
224
|
];
|
|
225
|
-
export var GetIdInput = [3, n0, _GII, 0, [_AI, _IPI, _L], [0, 0, [() => LoginsMap, 0]]];
|
|
226
|
-
export var GetIdResponse = [3, n0, _GIR, 0, [_II], [0]];
|
|
227
|
-
export var GetOpenIdTokenForDeveloperIdentityInput = [
|
|
225
|
+
export var GetIdInput$ = [3, n0, _GII, 0, [_AI, _IPI, _L], [0, 0, [() => LoginsMap, 0]]];
|
|
226
|
+
export var GetIdResponse$ = [3, n0, _GIR, 0, [_II], [0]];
|
|
227
|
+
export var GetOpenIdTokenForDeveloperIdentityInput$ = [
|
|
228
228
|
3,
|
|
229
229
|
n0,
|
|
230
230
|
_GOITFDII,
|
|
@@ -232,7 +232,7 @@ export var GetOpenIdTokenForDeveloperIdentityInput = [
|
|
|
232
232
|
[_IPI, _II, _L, _PT, _TD],
|
|
233
233
|
[0, 0, [() => LoginsMap, 0], 128 | 0, 1],
|
|
234
234
|
];
|
|
235
|
-
export var GetOpenIdTokenForDeveloperIdentityResponse = [
|
|
235
|
+
export var GetOpenIdTokenForDeveloperIdentityResponse$ = [
|
|
236
236
|
3,
|
|
237
237
|
n0,
|
|
238
238
|
_GOITFDIR,
|
|
@@ -240,10 +240,10 @@ export var GetOpenIdTokenForDeveloperIdentityResponse = [
|
|
|
240
240
|
[_II, _T],
|
|
241
241
|
[0, [() => OIDCToken, 0]],
|
|
242
242
|
];
|
|
243
|
-
export var GetOpenIdTokenInput = [3, n0, _GOITI, 0, [_II, _L], [0, [() => LoginsMap, 0]]];
|
|
244
|
-
export var GetOpenIdTokenResponse = [3, n0, _GOITR, 0, [_II, _T], [0, [() => OIDCToken, 0]]];
|
|
245
|
-
export var GetPrincipalTagAttributeMapInput = [3, n0, _GPTAMI, 0, [_IPI, _IPNd], [0, 0]];
|
|
246
|
-
export var GetPrincipalTagAttributeMapResponse = [
|
|
243
|
+
export var GetOpenIdTokenInput$ = [3, n0, _GOITI, 0, [_II, _L], [0, [() => LoginsMap, 0]]];
|
|
244
|
+
export var GetOpenIdTokenResponse$ = [3, n0, _GOITR, 0, [_II, _T], [0, [() => OIDCToken, 0]]];
|
|
245
|
+
export var GetPrincipalTagAttributeMapInput$ = [3, n0, _GPTAMI, 0, [_IPI, _IPNd], [0, 0]];
|
|
246
|
+
export var GetPrincipalTagAttributeMapResponse$ = [
|
|
247
247
|
3,
|
|
248
248
|
n0,
|
|
249
249
|
_GPTAMR,
|
|
@@ -251,8 +251,8 @@ export var GetPrincipalTagAttributeMapResponse = [
|
|
|
251
251
|
[_IPI, _IPNd, _UD, _PT],
|
|
252
252
|
[0, 0, 2, 128 | 0],
|
|
253
253
|
];
|
|
254
|
-
export var IdentityDescription = [3, n0, _ID, 0, [_II, _L, _CD, _LMD], [0, 64 | 0, 4, 4]];
|
|
255
|
-
export var IdentityPool = [
|
|
254
|
+
export var IdentityDescription$ = [3, n0, _ID, 0, [_II, _L, _CD, _LMD], [0, 64 | 0, 4, 4]];
|
|
255
|
+
export var IdentityPool$ = [
|
|
256
256
|
3,
|
|
257
257
|
n0,
|
|
258
258
|
_IP,
|
|
@@ -260,10 +260,10 @@ export var IdentityPool = [
|
|
|
260
260
|
[_IPI, _IPN, _AUI, _ACF, _SLP, _DPN, _OICPARN, _CIPo, _SPARN, _IPTd],
|
|
261
261
|
[0, 0, 2, 2, 128 | 0, 0, 64 | 0, () => CognitoIdentityProviderList, 64 | 0, 128 | 0],
|
|
262
262
|
];
|
|
263
|
-
export var IdentityPoolShortDescription = [3, n0, _IPSD, 0, [_IPI, _IPN], [0, 0]];
|
|
264
|
-
export var InternalErrorException = [-3, n0, _IEE, { [_e]: _s }, [_m], [0]];
|
|
265
|
-
TypeRegistry.for(n0).registerError(InternalErrorException
|
|
266
|
-
export var InvalidIdentityPoolConfigurationException = [
|
|
263
|
+
export var IdentityPoolShortDescription$ = [3, n0, _IPSD, 0, [_IPI, _IPN], [0, 0]];
|
|
264
|
+
export var InternalErrorException$ = [-3, n0, _IEE, { [_e]: _s }, [_m], [0]];
|
|
265
|
+
TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
|
|
266
|
+
export var InvalidIdentityPoolConfigurationException$ = [
|
|
267
267
|
-3,
|
|
268
268
|
n0,
|
|
269
269
|
_IIPCE,
|
|
@@ -271,13 +271,13 @@ export var InvalidIdentityPoolConfigurationException = [
|
|
|
271
271
|
[_m],
|
|
272
272
|
[0],
|
|
273
273
|
];
|
|
274
|
-
TypeRegistry.for(n0).registerError(InvalidIdentityPoolConfigurationException
|
|
275
|
-
export var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
276
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException
|
|
277
|
-
export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
278
|
-
TypeRegistry.for(n0).registerError(LimitExceededException
|
|
279
|
-
export var ListIdentitiesInput = [3, n0, _LII, 0, [_IPI, _MR, _NT, _HD], [0, 1, 0, 2]];
|
|
280
|
-
export var ListIdentitiesResponse = [
|
|
274
|
+
TypeRegistry.for(n0).registerError(InvalidIdentityPoolConfigurationException$, InvalidIdentityPoolConfigurationException);
|
|
275
|
+
export var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
276
|
+
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
277
|
+
export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
278
|
+
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
279
|
+
export var ListIdentitiesInput$ = [3, n0, _LII, 0, [_IPI, _MR, _NT, _HD], [0, 1, 0, 2]];
|
|
280
|
+
export var ListIdentitiesResponse$ = [
|
|
281
281
|
3,
|
|
282
282
|
n0,
|
|
283
283
|
_LIR,
|
|
@@ -285,8 +285,8 @@ export var ListIdentitiesResponse = [
|
|
|
285
285
|
[_IPI, _I, _NT],
|
|
286
286
|
[0, () => IdentitiesList, 0],
|
|
287
287
|
];
|
|
288
|
-
export var ListIdentityPoolsInput = [3, n0, _LIPI, 0, [_MR, _NT], [1, 0]];
|
|
289
|
-
export var ListIdentityPoolsResponse = [
|
|
288
|
+
export var ListIdentityPoolsInput$ = [3, n0, _LIPI, 0, [_MR, _NT], [1, 0]];
|
|
289
|
+
export var ListIdentityPoolsResponse$ = [
|
|
290
290
|
3,
|
|
291
291
|
n0,
|
|
292
292
|
_LIPR,
|
|
@@ -294,9 +294,9 @@ export var ListIdentityPoolsResponse = [
|
|
|
294
294
|
[_IPd, _NT],
|
|
295
295
|
[() => IdentityPoolsList, 0],
|
|
296
296
|
];
|
|
297
|
-
export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RA], [0]];
|
|
298
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRR, 0, [_Ta], [128 | 0]];
|
|
299
|
-
export var LookupDeveloperIdentityInput = [
|
|
297
|
+
export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RA], [0]];
|
|
298
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRR, 0, [_Ta], [128 | 0]];
|
|
299
|
+
export var LookupDeveloperIdentityInput$ = [
|
|
300
300
|
3,
|
|
301
301
|
n0,
|
|
302
302
|
_LDII,
|
|
@@ -304,7 +304,7 @@ export var LookupDeveloperIdentityInput = [
|
|
|
304
304
|
[_IPI, _II, _DUI, _MR, _NT],
|
|
305
305
|
[0, 0, 0, 1, 0],
|
|
306
306
|
];
|
|
307
|
-
export var LookupDeveloperIdentityResponse = [
|
|
307
|
+
export var LookupDeveloperIdentityResponse$ = [
|
|
308
308
|
3,
|
|
309
309
|
n0,
|
|
310
310
|
_LDIR,
|
|
@@ -312,8 +312,8 @@ export var LookupDeveloperIdentityResponse = [
|
|
|
312
312
|
[_II, _DUIL, _NT],
|
|
313
313
|
[0, 64 | 0, 0],
|
|
314
314
|
];
|
|
315
|
-
export var MappingRule = [3, n0, _MRa, 0, [_Cl, _MT, _V, _RARN], [0, 0, 0, 0]];
|
|
316
|
-
export var MergeDeveloperIdentitiesInput = [
|
|
315
|
+
export var MappingRule$ = [3, n0, _MRa, 0, [_Cl, _MT, _V, _RARN], [0, 0, 0, 0]];
|
|
316
|
+
export var MergeDeveloperIdentitiesInput$ = [
|
|
317
317
|
3,
|
|
318
318
|
n0,
|
|
319
319
|
_MDII,
|
|
@@ -321,23 +321,23 @@ export var MergeDeveloperIdentitiesInput = [
|
|
|
321
321
|
[_SUI, _DUIe, _DPN, _IPI],
|
|
322
322
|
[0, 0, 0, 0],
|
|
323
323
|
];
|
|
324
|
-
export var MergeDeveloperIdentitiesResponse = [3, n0, _MDIR, 0, [_II], [0]];
|
|
325
|
-
export var NotAuthorizedException = [-3, n0, _NAE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
326
|
-
TypeRegistry.for(n0).registerError(NotAuthorizedException
|
|
327
|
-
export var ResourceConflictException = [-3, n0, _RCE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
328
|
-
TypeRegistry.for(n0).registerError(ResourceConflictException
|
|
329
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
330
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
331
|
-
export var RoleMapping = [
|
|
324
|
+
export var MergeDeveloperIdentitiesResponse$ = [3, n0, _MDIR, 0, [_II], [0]];
|
|
325
|
+
export var NotAuthorizedException$ = [-3, n0, _NAE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
326
|
+
TypeRegistry.for(n0).registerError(NotAuthorizedException$, NotAuthorizedException);
|
|
327
|
+
export var ResourceConflictException$ = [-3, n0, _RCE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
328
|
+
TypeRegistry.for(n0).registerError(ResourceConflictException$, ResourceConflictException);
|
|
329
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
330
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
331
|
+
export var RoleMapping$ = [
|
|
332
332
|
3,
|
|
333
333
|
n0,
|
|
334
334
|
_RMo,
|
|
335
335
|
0,
|
|
336
336
|
[_Ty, _ARR, _RC],
|
|
337
|
-
[0, 0, () => RulesConfigurationType],
|
|
337
|
+
[0, 0, () => RulesConfigurationType$],
|
|
338
338
|
];
|
|
339
|
-
export var RulesConfigurationType = [3, n0, _RCT, 0, [_Ru], [() => MappingRulesList]];
|
|
340
|
-
export var SetIdentityPoolRolesInput = [
|
|
339
|
+
export var RulesConfigurationType$ = [3, n0, _RCT, 0, [_Ru], [() => MappingRulesList]];
|
|
340
|
+
export var SetIdentityPoolRolesInput$ = [
|
|
341
341
|
3,
|
|
342
342
|
n0,
|
|
343
343
|
_SIPRI,
|
|
@@ -345,7 +345,7 @@ export var SetIdentityPoolRolesInput = [
|
|
|
345
345
|
[_IPI, _R, _RM],
|
|
346
346
|
[0, 128 | 0, () => RoleMappingMap],
|
|
347
347
|
];
|
|
348
|
-
export var SetPrincipalTagAttributeMapInput = [
|
|
348
|
+
export var SetPrincipalTagAttributeMapInput$ = [
|
|
349
349
|
3,
|
|
350
350
|
n0,
|
|
351
351
|
_SPTAMI,
|
|
@@ -353,7 +353,7 @@ export var SetPrincipalTagAttributeMapInput = [
|
|
|
353
353
|
[_IPI, _IPNd, _UD, _PT],
|
|
354
354
|
[0, 0, 2, 128 | 0],
|
|
355
355
|
];
|
|
356
|
-
export var SetPrincipalTagAttributeMapResponse = [
|
|
356
|
+
export var SetPrincipalTagAttributeMapResponse$ = [
|
|
357
357
|
3,
|
|
358
358
|
n0,
|
|
359
359
|
_SPTAMR,
|
|
@@ -361,11 +361,11 @@ export var SetPrincipalTagAttributeMapResponse = [
|
|
|
361
361
|
[_IPI, _IPNd, _UD, _PT],
|
|
362
362
|
[0, 0, 2, 128 | 0],
|
|
363
363
|
];
|
|
364
|
-
export var TagResourceInput = [3, n0, _TRI, 0, [_RA, _Ta], [0, 128 | 0]];
|
|
365
|
-
export var TagResourceResponse = [3, n0, _TRR, 0, [], []];
|
|
366
|
-
export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
367
|
-
TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
368
|
-
export var UnlinkDeveloperIdentityInput = [
|
|
364
|
+
export var TagResourceInput$ = [3, n0, _TRI, 0, [_RA, _Ta], [0, 128 | 0]];
|
|
365
|
+
export var TagResourceResponse$ = [3, n0, _TRR, 0, [], []];
|
|
366
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
367
|
+
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
368
|
+
export var UnlinkDeveloperIdentityInput$ = [
|
|
369
369
|
3,
|
|
370
370
|
n0,
|
|
371
371
|
_UDII,
|
|
@@ -373,7 +373,7 @@ export var UnlinkDeveloperIdentityInput = [
|
|
|
373
373
|
[_II, _IPI, _DPN, _DUI],
|
|
374
374
|
[0, 0, 0, 0],
|
|
375
375
|
];
|
|
376
|
-
export var UnlinkIdentityInput = [
|
|
376
|
+
export var UnlinkIdentityInput$ = [
|
|
377
377
|
3,
|
|
378
378
|
n0,
|
|
379
379
|
_UIIn,
|
|
@@ -381,175 +381,182 @@ export var UnlinkIdentityInput = [
|
|
|
381
381
|
[_II, _L, _LTR],
|
|
382
382
|
[0, [() => LoginsMap, 0], 64 | 0],
|
|
383
383
|
];
|
|
384
|
-
export var UnprocessedIdentityId = [3, n0, _UIInp, 0, [_II, _EC], [0, 0]];
|
|
385
|
-
export var UntagResourceInput = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
|
|
386
|
-
export var UntagResourceResponse = [3, n0, _URR, 0, [], []];
|
|
387
|
-
|
|
388
|
-
export var CognitoIdentityServiceException = [
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
384
|
+
export var UnprocessedIdentityId$ = [3, n0, _UIInp, 0, [_II, _EC], [0, 0]];
|
|
385
|
+
export var UntagResourceInput$ = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
|
|
386
|
+
export var UntagResourceResponse$ = [3, n0, _URR, 0, [], []];
|
|
387
|
+
var __Unit = "unit";
|
|
388
|
+
export var CognitoIdentityServiceException$ = [
|
|
389
|
+
-3,
|
|
390
|
+
_sm,
|
|
391
|
+
"CognitoIdentityServiceException",
|
|
392
|
+
0,
|
|
393
|
+
[],
|
|
394
|
+
[],
|
|
395
|
+
];
|
|
396
|
+
TypeRegistry.for(_sm).registerError(CognitoIdentityServiceException$, CognitoIdentityServiceException);
|
|
397
|
+
var CognitoIdentityProviderList = [1, n0, _CIPL, 0, () => CognitoIdentityProvider$];
|
|
398
|
+
var DeveloperUserIdentifierList = 64 | 0;
|
|
399
|
+
var IdentitiesList = [1, n0, _IL, 0, () => IdentityDescription$];
|
|
400
|
+
var IdentityIdList = 64 | 0;
|
|
401
|
+
var IdentityPoolsList = [1, n0, _IPL, 0, () => IdentityPoolShortDescription$];
|
|
402
|
+
var IdentityPoolTagsListType = 64 | 0;
|
|
403
|
+
var LoginsList = 64 | 0;
|
|
404
|
+
var MappingRulesList = [1, n0, _MRL, 0, () => MappingRule$];
|
|
405
|
+
var OIDCProviderList = 64 | 0;
|
|
406
|
+
var SAMLProviderList = 64 | 0;
|
|
407
|
+
var UnprocessedIdentityIdList = [1, n0, _UIIL, 0, () => UnprocessedIdentityId$];
|
|
408
|
+
var IdentityPoolTagsType = 128 | 0;
|
|
409
|
+
var IdentityProviders = 128 | 0;
|
|
410
|
+
var LoginsMap = [2, n0, _LM, 0, [0, 0], [() => IdentityProviderToken, 0]];
|
|
411
|
+
var PrincipalTags = 128 | 0;
|
|
412
|
+
var RoleMappingMap = [2, n0, _RMM, 0, 0, () => RoleMapping$];
|
|
413
|
+
var RolesMap = 128 | 0;
|
|
414
|
+
export var CreateIdentityPool$ = [
|
|
408
415
|
9,
|
|
409
416
|
n0,
|
|
410
417
|
_CIPr,
|
|
411
418
|
0,
|
|
412
|
-
() => CreateIdentityPoolInput
|
|
413
|
-
() => IdentityPool
|
|
419
|
+
() => CreateIdentityPoolInput$,
|
|
420
|
+
() => IdentityPool$,
|
|
414
421
|
];
|
|
415
|
-
export var DeleteIdentities = [
|
|
422
|
+
export var DeleteIdentities$ = [
|
|
416
423
|
9,
|
|
417
424
|
n0,
|
|
418
425
|
_DI,
|
|
419
426
|
0,
|
|
420
|
-
() => DeleteIdentitiesInput
|
|
421
|
-
() => DeleteIdentitiesResponse
|
|
427
|
+
() => DeleteIdentitiesInput$,
|
|
428
|
+
() => DeleteIdentitiesResponse$,
|
|
422
429
|
];
|
|
423
|
-
export var DeleteIdentityPool = [9, n0, _DIP, 0, () => DeleteIdentityPoolInput
|
|
424
|
-
export var DescribeIdentity = [
|
|
430
|
+
export var DeleteIdentityPool$ = [9, n0, _DIP, 0, () => DeleteIdentityPoolInput$, () => __Unit];
|
|
431
|
+
export var DescribeIdentity$ = [
|
|
425
432
|
9,
|
|
426
433
|
n0,
|
|
427
434
|
_DIe,
|
|
428
435
|
0,
|
|
429
|
-
() => DescribeIdentityInput
|
|
430
|
-
() => IdentityDescription
|
|
436
|
+
() => DescribeIdentityInput$,
|
|
437
|
+
() => IdentityDescription$,
|
|
431
438
|
];
|
|
432
|
-
export var DescribeIdentityPool = [
|
|
439
|
+
export var DescribeIdentityPool$ = [
|
|
433
440
|
9,
|
|
434
441
|
n0,
|
|
435
442
|
_DIPe,
|
|
436
443
|
0,
|
|
437
|
-
() => DescribeIdentityPoolInput
|
|
438
|
-
() => IdentityPool
|
|
444
|
+
() => DescribeIdentityPoolInput$,
|
|
445
|
+
() => IdentityPool$,
|
|
439
446
|
];
|
|
440
|
-
export var GetCredentialsForIdentity = [
|
|
447
|
+
export var GetCredentialsForIdentity$ = [
|
|
441
448
|
9,
|
|
442
449
|
n0,
|
|
443
450
|
_GCFI,
|
|
444
451
|
0,
|
|
445
|
-
() => GetCredentialsForIdentityInput
|
|
446
|
-
() => GetCredentialsForIdentityResponse
|
|
452
|
+
() => GetCredentialsForIdentityInput$,
|
|
453
|
+
() => GetCredentialsForIdentityResponse$,
|
|
447
454
|
];
|
|
448
|
-
export var GetId = [9, n0, _GI, 0, () => GetIdInput
|
|
449
|
-
export var GetIdentityPoolRoles = [
|
|
455
|
+
export var GetId$ = [9, n0, _GI, 0, () => GetIdInput$, () => GetIdResponse$];
|
|
456
|
+
export var GetIdentityPoolRoles$ = [
|
|
450
457
|
9,
|
|
451
458
|
n0,
|
|
452
459
|
_GIPR,
|
|
453
460
|
0,
|
|
454
|
-
() => GetIdentityPoolRolesInput
|
|
455
|
-
() => GetIdentityPoolRolesResponse
|
|
461
|
+
() => GetIdentityPoolRolesInput$,
|
|
462
|
+
() => GetIdentityPoolRolesResponse$,
|
|
456
463
|
];
|
|
457
|
-
export var GetOpenIdToken = [
|
|
464
|
+
export var GetOpenIdToken$ = [
|
|
458
465
|
9,
|
|
459
466
|
n0,
|
|
460
467
|
_GOIT,
|
|
461
468
|
0,
|
|
462
|
-
() => GetOpenIdTokenInput
|
|
463
|
-
() => GetOpenIdTokenResponse
|
|
469
|
+
() => GetOpenIdTokenInput$,
|
|
470
|
+
() => GetOpenIdTokenResponse$,
|
|
464
471
|
];
|
|
465
|
-
export var GetOpenIdTokenForDeveloperIdentity = [
|
|
472
|
+
export var GetOpenIdTokenForDeveloperIdentity$ = [
|
|
466
473
|
9,
|
|
467
474
|
n0,
|
|
468
475
|
_GOITFDI,
|
|
469
476
|
0,
|
|
470
|
-
() => GetOpenIdTokenForDeveloperIdentityInput
|
|
471
|
-
() => GetOpenIdTokenForDeveloperIdentityResponse
|
|
477
|
+
() => GetOpenIdTokenForDeveloperIdentityInput$,
|
|
478
|
+
() => GetOpenIdTokenForDeveloperIdentityResponse$,
|
|
472
479
|
];
|
|
473
|
-
export var GetPrincipalTagAttributeMap = [
|
|
480
|
+
export var GetPrincipalTagAttributeMap$ = [
|
|
474
481
|
9,
|
|
475
482
|
n0,
|
|
476
483
|
_GPTAM,
|
|
477
484
|
0,
|
|
478
|
-
() => GetPrincipalTagAttributeMapInput
|
|
479
|
-
() => GetPrincipalTagAttributeMapResponse
|
|
485
|
+
() => GetPrincipalTagAttributeMapInput$,
|
|
486
|
+
() => GetPrincipalTagAttributeMapResponse$,
|
|
480
487
|
];
|
|
481
|
-
export var ListIdentities = [
|
|
488
|
+
export var ListIdentities$ = [
|
|
482
489
|
9,
|
|
483
490
|
n0,
|
|
484
491
|
_LI,
|
|
485
492
|
0,
|
|
486
|
-
() => ListIdentitiesInput
|
|
487
|
-
() => ListIdentitiesResponse
|
|
493
|
+
() => ListIdentitiesInput$,
|
|
494
|
+
() => ListIdentitiesResponse$,
|
|
488
495
|
];
|
|
489
|
-
export var ListIdentityPools = [
|
|
496
|
+
export var ListIdentityPools$ = [
|
|
490
497
|
9,
|
|
491
498
|
n0,
|
|
492
499
|
_LIP,
|
|
493
500
|
0,
|
|
494
|
-
() => ListIdentityPoolsInput
|
|
495
|
-
() => ListIdentityPoolsResponse
|
|
501
|
+
() => ListIdentityPoolsInput$,
|
|
502
|
+
() => ListIdentityPoolsResponse$,
|
|
496
503
|
];
|
|
497
|
-
export var ListTagsForResource = [
|
|
504
|
+
export var ListTagsForResource$ = [
|
|
498
505
|
9,
|
|
499
506
|
n0,
|
|
500
507
|
_LTFR,
|
|
501
508
|
0,
|
|
502
|
-
() => ListTagsForResourceInput
|
|
503
|
-
() => ListTagsForResourceResponse
|
|
509
|
+
() => ListTagsForResourceInput$,
|
|
510
|
+
() => ListTagsForResourceResponse$,
|
|
504
511
|
];
|
|
505
|
-
export var LookupDeveloperIdentity = [
|
|
512
|
+
export var LookupDeveloperIdentity$ = [
|
|
506
513
|
9,
|
|
507
514
|
n0,
|
|
508
515
|
_LDI,
|
|
509
516
|
0,
|
|
510
|
-
() => LookupDeveloperIdentityInput
|
|
511
|
-
() => LookupDeveloperIdentityResponse
|
|
517
|
+
() => LookupDeveloperIdentityInput$,
|
|
518
|
+
() => LookupDeveloperIdentityResponse$,
|
|
512
519
|
];
|
|
513
|
-
export var MergeDeveloperIdentities = [
|
|
520
|
+
export var MergeDeveloperIdentities$ = [
|
|
514
521
|
9,
|
|
515
522
|
n0,
|
|
516
523
|
_MDI,
|
|
517
524
|
0,
|
|
518
|
-
() => MergeDeveloperIdentitiesInput
|
|
519
|
-
() => MergeDeveloperIdentitiesResponse
|
|
525
|
+
() => MergeDeveloperIdentitiesInput$,
|
|
526
|
+
() => MergeDeveloperIdentitiesResponse$,
|
|
520
527
|
];
|
|
521
|
-
export var SetIdentityPoolRoles = [
|
|
528
|
+
export var SetIdentityPoolRoles$ = [
|
|
522
529
|
9,
|
|
523
530
|
n0,
|
|
524
531
|
_SIPR,
|
|
525
532
|
0,
|
|
526
|
-
() => SetIdentityPoolRolesInput
|
|
533
|
+
() => SetIdentityPoolRolesInput$,
|
|
527
534
|
() => __Unit,
|
|
528
535
|
];
|
|
529
|
-
export var SetPrincipalTagAttributeMap = [
|
|
536
|
+
export var SetPrincipalTagAttributeMap$ = [
|
|
530
537
|
9,
|
|
531
538
|
n0,
|
|
532
539
|
_SPTAM,
|
|
533
540
|
0,
|
|
534
|
-
() => SetPrincipalTagAttributeMapInput
|
|
535
|
-
() => SetPrincipalTagAttributeMapResponse
|
|
541
|
+
() => SetPrincipalTagAttributeMapInput$,
|
|
542
|
+
() => SetPrincipalTagAttributeMapResponse$,
|
|
536
543
|
];
|
|
537
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceInput
|
|
538
|
-
export var UnlinkDeveloperIdentity = [
|
|
544
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceInput$, () => TagResourceResponse$];
|
|
545
|
+
export var UnlinkDeveloperIdentity$ = [
|
|
539
546
|
9,
|
|
540
547
|
n0,
|
|
541
548
|
_UDI,
|
|
542
549
|
0,
|
|
543
|
-
() => UnlinkDeveloperIdentityInput
|
|
550
|
+
() => UnlinkDeveloperIdentityInput$,
|
|
544
551
|
() => __Unit,
|
|
545
552
|
];
|
|
546
|
-
export var UnlinkIdentity = [9, n0, _UI, 0, () => UnlinkIdentityInput
|
|
547
|
-
export var UntagResource = [
|
|
553
|
+
export var UnlinkIdentity$ = [9, n0, _UI, 0, () => UnlinkIdentityInput$, () => __Unit];
|
|
554
|
+
export var UntagResource$ = [
|
|
548
555
|
9,
|
|
549
556
|
n0,
|
|
550
557
|
_UR,
|
|
551
558
|
0,
|
|
552
|
-
() => UntagResourceInput
|
|
553
|
-
() => UntagResourceResponse
|
|
559
|
+
() => UntagResourceInput$,
|
|
560
|
+
() => UntagResourceResponse$,
|
|
554
561
|
];
|
|
555
|
-
export var UpdateIdentityPool = [9, n0, _UIP, 0, () => IdentityPool
|
|
562
|
+
export var UpdateIdentityPool$ = [9, n0, _UIP, 0, () => IdentityPool$, () => IdentityPool$];
|
|
@@ -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
|
|
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 { CreateIdentityPoolCommandInput, CreateIdentityPoolCommandOutput } from "./commands/CreateIdentityPoolCommand";
|
|
11
11
|
import { DeleteIdentitiesCommandInput, DeleteIdentitiesCommandOutput } from "./commands/DeleteIdentitiesCommand";
|
|
@@ -164,15 +164,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
164
164
|
* Optional extensions
|
|
165
165
|
*/
|
|
166
166
|
extensions?: RuntimeExtension[];
|
|
167
|
-
/**
|
|
168
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
169
|
-
* may be overridden. A default will always be set by the client.
|
|
170
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
171
|
-
* the client.
|
|
172
|
-
* @alpha
|
|
173
|
-
*
|
|
174
|
-
*/
|
|
175
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
176
167
|
/**
|
|
177
168
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
178
169
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
23
23
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
24
24
|
export type { CognitoIdentityExtensionConfiguration } from "./extensionConfiguration";
|
|
25
25
|
export * from "./commands";
|
|
26
|
+
export * from "./schemas/schemas_0";
|
|
26
27
|
export * from "./pagination";
|
|
27
28
|
export * from "./models/enums";
|
|
28
29
|
export * from "./models/errors";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
|
|
|
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").AwsJson1_1Protocol;
|
|
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: CognitoIdentityClientConfig) =>
|
|
|
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;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
|
|
|
31
36
|
profile?: string;
|
|
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;
|