@aws-sdk/client-cognito-identity 3.588.0 → 3.592.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 (55) hide show
  1. package/dist-cjs/index.js +0 -23
  2. package/dist-types/CognitoIdentityClient.d.ts +4 -4
  3. package/dist-types/commands/CreateIdentityPoolCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteIdentitiesCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +2 -1
  6. package/dist-types/commands/DescribeIdentityCommand.d.ts +2 -1
  7. package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +2 -1
  8. package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +2 -1
  9. package/dist-types/commands/GetIdCommand.d.ts +2 -1
  10. package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +2 -1
  11. package/dist-types/commands/GetOpenIdTokenCommand.d.ts +2 -1
  12. package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +2 -1
  13. package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +2 -1
  14. package/dist-types/commands/ListIdentitiesCommand.d.ts +2 -1
  15. package/dist-types/commands/ListIdentityPoolsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  17. package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +2 -1
  18. package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +2 -1
  19. package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +2 -1
  20. package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +2 -1
  21. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +2 -1
  23. package/dist-types/commands/UnlinkIdentityCommand.d.ts +2 -1
  24. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +2 -1
  26. package/dist-types/index.d.ts +2 -2
  27. package/dist-types/models/CognitoIdentityServiceException.d.ts +2 -1
  28. package/dist-types/runtimeConfig.native.d.ts +1 -1
  29. package/dist-types/ts3.4/CognitoIdentityClient.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/GetIdCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +2 -1
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  55. package/package.json +7 -7
package/dist-cjs/index.js CHANGED
@@ -217,7 +217,6 @@ var CognitoIdentityClient = _CognitoIdentityClient;
217
217
 
218
218
  var import_middleware_serde = require("@smithy/middleware-serde");
219
219
 
220
- var import_types = require("@smithy/types");
221
220
 
222
221
  // src/protocols/Aws_json1_1.ts
223
222
  var import_core2 = require("@aws-sdk/core");
@@ -1104,7 +1103,6 @@ var CreateIdentityPoolCommand = _CreateIdentityPoolCommand;
1104
1103
 
1105
1104
 
1106
1105
 
1107
-
1108
1106
  var _DeleteIdentitiesCommand = class _DeleteIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep({
1109
1107
  ...commonParams
1110
1108
  }).m(function(Command, cs, config, o) {
@@ -1121,7 +1119,6 @@ var DeleteIdentitiesCommand = _DeleteIdentitiesCommand;
1121
1119
 
1122
1120
 
1123
1121
 
1124
-
1125
1122
  var _DeleteIdentityPoolCommand = class _DeleteIdentityPoolCommand extends import_smithy_client.Command.classBuilder().ep({
1126
1123
  ...commonParams
1127
1124
  }).m(function(Command, cs, config, o) {
@@ -1138,7 +1135,6 @@ var DeleteIdentityPoolCommand = _DeleteIdentityPoolCommand;
1138
1135
 
1139
1136
 
1140
1137
 
1141
-
1142
1138
  var _DescribeIdentityCommand = class _DescribeIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
1143
1139
  ...commonParams
1144
1140
  }).m(function(Command, cs, config, o) {
@@ -1155,7 +1151,6 @@ var DescribeIdentityCommand = _DescribeIdentityCommand;
1155
1151
 
1156
1152
 
1157
1153
 
1158
-
1159
1154
  var _DescribeIdentityPoolCommand = class _DescribeIdentityPoolCommand extends import_smithy_client.Command.classBuilder().ep({
1160
1155
  ...commonParams
1161
1156
  }).m(function(Command, cs, config, o) {
@@ -1172,7 +1167,6 @@ var DescribeIdentityPoolCommand = _DescribeIdentityPoolCommand;
1172
1167
 
1173
1168
 
1174
1169
 
1175
-
1176
1170
  var _GetCredentialsForIdentityCommand = class _GetCredentialsForIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
1177
1171
  ...commonParams
1178
1172
  }).m(function(Command, cs, config, o) {
@@ -1189,7 +1183,6 @@ var GetCredentialsForIdentityCommand = _GetCredentialsForIdentityCommand;
1189
1183
 
1190
1184
 
1191
1185
 
1192
-
1193
1186
  var _GetIdCommand = class _GetIdCommand extends import_smithy_client.Command.classBuilder().ep({
1194
1187
  ...commonParams
1195
1188
  }).m(function(Command, cs, config, o) {
@@ -1206,7 +1199,6 @@ var GetIdCommand = _GetIdCommand;
1206
1199
 
1207
1200
 
1208
1201
 
1209
-
1210
1202
  var _GetIdentityPoolRolesCommand = class _GetIdentityPoolRolesCommand extends import_smithy_client.Command.classBuilder().ep({
1211
1203
  ...commonParams
1212
1204
  }).m(function(Command, cs, config, o) {
@@ -1223,7 +1215,6 @@ var GetIdentityPoolRolesCommand = _GetIdentityPoolRolesCommand;
1223
1215
 
1224
1216
 
1225
1217
 
1226
-
1227
1218
  var _GetOpenIdTokenCommand = class _GetOpenIdTokenCommand extends import_smithy_client.Command.classBuilder().ep({
1228
1219
  ...commonParams
1229
1220
  }).m(function(Command, cs, config, o) {
@@ -1240,7 +1231,6 @@ var GetOpenIdTokenCommand = _GetOpenIdTokenCommand;
1240
1231
 
1241
1232
 
1242
1233
 
1243
-
1244
1234
  var _GetOpenIdTokenForDeveloperIdentityCommand = class _GetOpenIdTokenForDeveloperIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
1245
1235
  ...commonParams
1246
1236
  }).m(function(Command, cs, config, o) {
@@ -1257,7 +1247,6 @@ var GetOpenIdTokenForDeveloperIdentityCommand = _GetOpenIdTokenForDeveloperIdent
1257
1247
 
1258
1248
 
1259
1249
 
1260
-
1261
1250
  var _GetPrincipalTagAttributeMapCommand = class _GetPrincipalTagAttributeMapCommand extends import_smithy_client.Command.classBuilder().ep({
1262
1251
  ...commonParams
1263
1252
  }).m(function(Command, cs, config, o) {
@@ -1274,7 +1263,6 @@ var GetPrincipalTagAttributeMapCommand = _GetPrincipalTagAttributeMapCommand;
1274
1263
 
1275
1264
 
1276
1265
 
1277
-
1278
1266
  var _ListIdentitiesCommand = class _ListIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep({
1279
1267
  ...commonParams
1280
1268
  }).m(function(Command, cs, config, o) {
@@ -1291,7 +1279,6 @@ var ListIdentitiesCommand = _ListIdentitiesCommand;
1291
1279
 
1292
1280
 
1293
1281
 
1294
-
1295
1282
  var _ListIdentityPoolsCommand = class _ListIdentityPoolsCommand extends import_smithy_client.Command.classBuilder().ep({
1296
1283
  ...commonParams
1297
1284
  }).m(function(Command, cs, config, o) {
@@ -1308,7 +1295,6 @@ var ListIdentityPoolsCommand = _ListIdentityPoolsCommand;
1308
1295
 
1309
1296
 
1310
1297
 
1311
-
1312
1298
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1313
1299
  ...commonParams
1314
1300
  }).m(function(Command, cs, config, o) {
@@ -1325,7 +1311,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1325
1311
 
1326
1312
 
1327
1313
 
1328
-
1329
1314
  var _LookupDeveloperIdentityCommand = class _LookupDeveloperIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
1330
1315
  ...commonParams
1331
1316
  }).m(function(Command, cs, config, o) {
@@ -1342,7 +1327,6 @@ var LookupDeveloperIdentityCommand = _LookupDeveloperIdentityCommand;
1342
1327
 
1343
1328
 
1344
1329
 
1345
-
1346
1330
  var _MergeDeveloperIdentitiesCommand = class _MergeDeveloperIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep({
1347
1331
  ...commonParams
1348
1332
  }).m(function(Command, cs, config, o) {
@@ -1359,7 +1343,6 @@ var MergeDeveloperIdentitiesCommand = _MergeDeveloperIdentitiesCommand;
1359
1343
 
1360
1344
 
1361
1345
 
1362
-
1363
1346
  var _SetIdentityPoolRolesCommand = class _SetIdentityPoolRolesCommand extends import_smithy_client.Command.classBuilder().ep({
1364
1347
  ...commonParams
1365
1348
  }).m(function(Command, cs, config, o) {
@@ -1376,7 +1359,6 @@ var SetIdentityPoolRolesCommand = _SetIdentityPoolRolesCommand;
1376
1359
 
1377
1360
 
1378
1361
 
1379
-
1380
1362
  var _SetPrincipalTagAttributeMapCommand = class _SetPrincipalTagAttributeMapCommand extends import_smithy_client.Command.classBuilder().ep({
1381
1363
  ...commonParams
1382
1364
  }).m(function(Command, cs, config, o) {
@@ -1393,7 +1375,6 @@ var SetPrincipalTagAttributeMapCommand = _SetPrincipalTagAttributeMapCommand;
1393
1375
 
1394
1376
 
1395
1377
 
1396
-
1397
1378
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1398
1379
  ...commonParams
1399
1380
  }).m(function(Command, cs, config, o) {
@@ -1410,7 +1391,6 @@ var TagResourceCommand = _TagResourceCommand;
1410
1391
 
1411
1392
 
1412
1393
 
1413
-
1414
1394
  var _UnlinkDeveloperIdentityCommand = class _UnlinkDeveloperIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
1415
1395
  ...commonParams
1416
1396
  }).m(function(Command, cs, config, o) {
@@ -1427,7 +1407,6 @@ var UnlinkDeveloperIdentityCommand = _UnlinkDeveloperIdentityCommand;
1427
1407
 
1428
1408
 
1429
1409
 
1430
-
1431
1410
  var _UnlinkIdentityCommand = class _UnlinkIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
1432
1411
  ...commonParams
1433
1412
  }).m(function(Command, cs, config, o) {
@@ -1444,7 +1423,6 @@ var UnlinkIdentityCommand = _UnlinkIdentityCommand;
1444
1423
 
1445
1424
 
1446
1425
 
1447
-
1448
1426
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1449
1427
  ...commonParams
1450
1428
  }).m(function(Command, cs, config, o) {
@@ -1461,7 +1439,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1461
1439
 
1462
1440
 
1463
1441
 
1464
-
1465
1442
  var _UpdateIdentityPoolCommand = class _UpdateIdentityPoolCommand extends import_smithy_client.Command.classBuilder().ep({
1466
1443
  ...commonParams
1467
1444
  }).m(function(Command, cs, config, o) {
@@ -113,15 +113,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
113
113
  * Enables FIPS compatible endpoints.
114
114
  */
115
115
  useFipsEndpoint?: boolean | __Provider<boolean>;
116
+ /**
117
+ * The AWS region to which this client will send requests
118
+ */
119
+ region?: string | __Provider<string>;
116
120
  /**
117
121
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
118
122
  * @internal
119
123
  */
120
124
  defaultUserAgentProvider?: Provider<__UserAgent>;
121
- /**
122
- * The AWS region to which this client will send requests
123
- */
124
- region?: string | __Provider<string>;
125
125
  /**
126
126
  * Default credentials provider; Not available in browser runtime.
127
127
  * @deprecated
@@ -5,7 +5,8 @@ import { CreateIdentityPoolInput, IdentityPool } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteIdentitiesInput, DeleteIdentitiesResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteIdentityPoolInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeIdentityInput, IdentityDescription } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeIdentityPoolInput, IdentityPool } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetCredentialsForIdentityInput, GetCredentialsForIdentityResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetIdInput, GetIdResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetIdentityPoolRolesInput, GetIdentityPoolRolesResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetOpenIdTokenInput, GetOpenIdTokenResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetOpenIdTokenForDeveloperIdentityInput, GetOpenIdTokenForDeveloperIden
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetPrincipalTagAttributeMapInput, GetPrincipalTagAttributeMapResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListIdentitiesInput, ListIdentitiesResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListIdentityPoolsInput, ListIdentityPoolsResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceInput, ListTagsForResourceResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { LookupDeveloperIdentityInput, LookupDeveloperIdentityResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { MergeDeveloperIdentitiesInput, MergeDeveloperIdentitiesResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SetIdentityPoolRolesInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SetPrincipalTagAttributeMapInput, SetPrincipalTagAttributeMapResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceInput, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UnlinkDeveloperIdentityInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UnlinkIdentityInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceInput, UntagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { IdentityPool } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -19,8 +19,8 @@
19
19
  export * from "./CognitoIdentityClient";
20
20
  export * from "./CognitoIdentity";
21
21
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
22
- export { RuntimeExtension } from "./runtimeExtensions";
23
- export { CognitoIdentityExtensionConfiguration } from "./extensionConfiguration";
22
+ export type { RuntimeExtension } from "./runtimeExtensions";
23
+ export type { CognitoIdentityExtensionConfiguration } from "./extensionConfiguration";
24
24
  export * from "./commands";
25
25
  export * from "./pagination";
26
26
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -205,8 +205,8 @@ export interface ClientDefaults
205
205
  serviceId?: string;
206
206
  useDualstackEndpoint?: boolean | __Provider<boolean>;
207
207
  useFipsEndpoint?: boolean | __Provider<boolean>;
208
- defaultUserAgentProvider?: Provider<__UserAgent>;
209
208
  region?: string | __Provider<string>;
209
+ defaultUserAgentProvider?: Provider<__UserAgent>;
210
210
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
211
211
  maxAttempts?: number | __Provider<number>;
212
212
  retryMode?: string | __Provider<string>;
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CognitoIdentityClient";
8
8
  import { CreateIdentityPoolInput, IdentityPool } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateIdentityPoolCommandInput
11
12
  extends CreateIdentityPoolInput {}
12
13
  export interface CreateIdentityPoolCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteIdentitiesInput,
10
10
  DeleteIdentitiesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteIdentitiesCommandInput extends DeleteIdentitiesInput {}
14
15
  export interface DeleteIdentitiesCommandOutput
15
16
  extends DeleteIdentitiesResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CognitoIdentityClient";
8
8
  import { DeleteIdentityPoolInput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteIdentityPoolCommandInput
11
12
  extends DeleteIdentityPoolInput {}
12
13
  export interface DeleteIdentityPoolCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CognitoIdentityClient";
8
8
  import { DescribeIdentityInput, IdentityDescription } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeIdentityCommandInput extends DescribeIdentityInput {}
11
12
  export interface DescribeIdentityCommandOutput
12
13
  extends IdentityDescription,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CognitoIdentityClient";
8
8
  import { DescribeIdentityPoolInput, IdentityPool } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeIdentityPoolCommandInput
11
12
  extends DescribeIdentityPoolInput {}
12
13
  export interface DescribeIdentityPoolCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetCredentialsForIdentityInput,
10
10
  GetCredentialsForIdentityResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetCredentialsForIdentityCommandInput
14
15
  extends GetCredentialsForIdentityInput {}
15
16
  export interface GetCredentialsForIdentityCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CognitoIdentityClient";
8
8
  import { GetIdInput, GetIdResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetIdCommandInput extends GetIdInput {}
11
12
  export interface GetIdCommandOutput extends GetIdResponse, __MetadataBearer {}
12
13
  declare const GetIdCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  GetIdentityPoolRolesInput,
10
10
  GetIdentityPoolRolesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetIdentityPoolRolesCommandInput
14
15
  extends GetIdentityPoolRolesInput {}
15
16
  export interface GetIdentityPoolRolesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetOpenIdTokenInput,
10
10
  GetOpenIdTokenResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetOpenIdTokenCommandInput extends GetOpenIdTokenInput {}
14
15
  export interface GetOpenIdTokenCommandOutput
15
16
  extends GetOpenIdTokenResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetOpenIdTokenForDeveloperIdentityInput,
10
10
  GetOpenIdTokenForDeveloperIdentityResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetOpenIdTokenForDeveloperIdentityCommandInput
14
15
  extends GetOpenIdTokenForDeveloperIdentityInput {}
15
16
  export interface GetOpenIdTokenForDeveloperIdentityCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetPrincipalTagAttributeMapInput,
10
10
  GetPrincipalTagAttributeMapResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetPrincipalTagAttributeMapCommandInput
14
15
  extends GetPrincipalTagAttributeMapInput {}
15
16
  export interface GetPrincipalTagAttributeMapCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListIdentitiesInput,
10
10
  ListIdentitiesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListIdentitiesCommandInput extends ListIdentitiesInput {}
14
15
  export interface ListIdentitiesCommandOutput
15
16
  extends ListIdentitiesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListIdentityPoolsInput,
10
10
  ListIdentityPoolsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListIdentityPoolsCommandInput extends ListIdentityPoolsInput {}
14
15
  export interface ListIdentityPoolsCommandOutput
15
16
  extends ListIdentityPoolsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceInput,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceInput {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  LookupDeveloperIdentityInput,
10
10
  LookupDeveloperIdentityResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface LookupDeveloperIdentityCommandInput
14
15
  extends LookupDeveloperIdentityInput {}
15
16
  export interface LookupDeveloperIdentityCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  MergeDeveloperIdentitiesInput,
10
10
  MergeDeveloperIdentitiesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface MergeDeveloperIdentitiesCommandInput
14
15
  extends MergeDeveloperIdentitiesInput {}
15
16
  export interface MergeDeveloperIdentitiesCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CognitoIdentityClient";
8
8
  import { SetIdentityPoolRolesInput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface SetIdentityPoolRolesCommandInput
11
12
  extends SetIdentityPoolRolesInput {}
12
13
  export interface SetIdentityPoolRolesCommandOutput extends __MetadataBearer {}
@@ -9,7 +9,8 @@ import {
9
9
  SetPrincipalTagAttributeMapInput,
10
10
  SetPrincipalTagAttributeMapResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SetPrincipalTagAttributeMapCommandInput
14
15
  extends SetPrincipalTagAttributeMapInput {}
15
16
  export interface SetPrincipalTagAttributeMapCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CognitoIdentityClient";
8
8
  import { TagResourceInput, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceInput {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CognitoIdentityClient";
8
8
  import { UnlinkDeveloperIdentityInput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UnlinkDeveloperIdentityCommandInput
11
12
  extends UnlinkDeveloperIdentityInput {}
12
13
  export interface UnlinkDeveloperIdentityCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CognitoIdentityClient";
8
8
  import { UnlinkIdentityInput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UnlinkIdentityCommandInput extends UnlinkIdentityInput {}
11
12
  export interface UnlinkIdentityCommandOutput extends __MetadataBearer {}
12
13
  declare const UnlinkIdentityCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CognitoIdentityClient";
8
8
  import { UntagResourceInput, UntagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagResourceCommandInput extends UntagResourceInput {}
11
12
  export interface UntagResourceCommandOutput
12
13
  extends UntagResourceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CognitoIdentityClient";
8
8
  import { IdentityPool } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateIdentityPoolCommandInput extends IdentityPool {}
11
12
  export interface UpdateIdentityPoolCommandOutput
12
13
  extends IdentityPool,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class CognitoIdentityServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
+ region: string | import("@smithy/types").Provider<any>;
25
26
  defaultUserAgentProvider: import("@smithy/types").Provider<
26
27
  import("@smithy/types").UserAgent
27
28
  >;
28
- region: string | import("@smithy/types").Provider<any>;
29
29
  credentialDefaultProvider: (
30
30
  input: any
31
31
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cognito-identity",
3
3
  "description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cognito-identity",
@@ -21,10 +21,10 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sso-oidc": "3.588.0",
25
- "@aws-sdk/client-sts": "3.588.0",
26
- "@aws-sdk/core": "3.588.0",
27
- "@aws-sdk/credential-provider-node": "3.588.0",
24
+ "@aws-sdk/client-sso-oidc": "3.592.0",
25
+ "@aws-sdk/client-sts": "3.592.0",
26
+ "@aws-sdk/core": "3.592.0",
27
+ "@aws-sdk/credential-provider-node": "3.592.0",
28
28
  "@aws-sdk/middleware-host-header": "3.577.0",
29
29
  "@aws-sdk/middleware-logger": "3.577.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -35,7 +35,7 @@
35
35
  "@aws-sdk/util-user-agent-browser": "3.577.0",
36
36
  "@aws-sdk/util-user-agent-node": "3.587.0",
37
37
  "@smithy/config-resolver": "^3.0.1",
38
- "@smithy/core": "^2.1.1",
38
+ "@smithy/core": "^2.2.0",
39
39
  "@smithy/fetch-http-handler": "^3.0.1",
40
40
  "@smithy/hash-node": "^3.0.0",
41
41
  "@smithy/invalid-dependency": "^3.0.0",
@@ -62,7 +62,7 @@
62
62
  "tslib": "^2.6.2"
63
63
  },
64
64
  "devDependencies": {
65
- "@aws-sdk/client-iam": "3.588.0",
65
+ "@aws-sdk/client-iam": "3.592.0",
66
66
  "@tsconfig/node16": "16.1.3",
67
67
  "@types/chai": "^4.2.11",
68
68
  "@types/mocha": "^8.0.4",