@aws-sdk/client-cognito-identity 3.649.0 → 3.651.1
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 +23 -69
- package/dist-es/commands/CreateIdentityPoolCommand.js +1 -3
- package/dist-es/commands/DeleteIdentitiesCommand.js +1 -3
- package/dist-es/commands/DeleteIdentityPoolCommand.js +1 -3
- package/dist-es/commands/DescribeIdentityCommand.js +1 -3
- package/dist-es/commands/DescribeIdentityPoolCommand.js +1 -3
- package/dist-es/commands/GetCredentialsForIdentityCommand.js +1 -3
- package/dist-es/commands/GetIdCommand.js +1 -3
- package/dist-es/commands/GetIdentityPoolRolesCommand.js +1 -3
- package/dist-es/commands/GetOpenIdTokenCommand.js +1 -3
- package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +1 -3
- package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +1 -3
- package/dist-es/commands/ListIdentitiesCommand.js +1 -3
- package/dist-es/commands/ListIdentityPoolsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/LookupDeveloperIdentityCommand.js +1 -3
- package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +1 -3
- package/dist-es/commands/SetIdentityPoolRolesCommand.js +1 -3
- package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +1 -3
- package/dist-es/commands/UnlinkIdentityCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateIdentityPoolCommand.js +1 -3
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -1127,9 +1127,7 @@ function sharedHeaders(operation) {
|
|
|
1127
1127
|
__name(sharedHeaders, "sharedHeaders");
|
|
1128
1128
|
|
|
1129
1129
|
// src/commands/CreateIdentityPoolCommand.ts
|
|
1130
|
-
var _CreateIdentityPoolCommand = class _CreateIdentityPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1131
|
-
...commonParams
|
|
1132
|
-
}).m(function(Command, cs, config, o) {
|
|
1130
|
+
var _CreateIdentityPoolCommand = class _CreateIdentityPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1133
1131
|
return [
|
|
1134
1132
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1135
1133
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1143,9 +1141,7 @@ var CreateIdentityPoolCommand = _CreateIdentityPoolCommand;
|
|
|
1143
1141
|
|
|
1144
1142
|
|
|
1145
1143
|
|
|
1146
|
-
var _DeleteIdentitiesCommand = class _DeleteIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1147
|
-
...commonParams
|
|
1148
|
-
}).m(function(Command, cs, config, o) {
|
|
1144
|
+
var _DeleteIdentitiesCommand = class _DeleteIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1149
1145
|
return [
|
|
1150
1146
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1151
1147
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1159,9 +1155,7 @@ var DeleteIdentitiesCommand = _DeleteIdentitiesCommand;
|
|
|
1159
1155
|
|
|
1160
1156
|
|
|
1161
1157
|
|
|
1162
|
-
var _DeleteIdentityPoolCommand = class _DeleteIdentityPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1163
|
-
...commonParams
|
|
1164
|
-
}).m(function(Command, cs, config, o) {
|
|
1158
|
+
var _DeleteIdentityPoolCommand = class _DeleteIdentityPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1165
1159
|
return [
|
|
1166
1160
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1167
1161
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1175,9 +1169,7 @@ var DeleteIdentityPoolCommand = _DeleteIdentityPoolCommand;
|
|
|
1175
1169
|
|
|
1176
1170
|
|
|
1177
1171
|
|
|
1178
|
-
var _DescribeIdentityCommand = class _DescribeIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1179
|
-
...commonParams
|
|
1180
|
-
}).m(function(Command, cs, config, o) {
|
|
1172
|
+
var _DescribeIdentityCommand = class _DescribeIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1181
1173
|
return [
|
|
1182
1174
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1183
1175
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1191,9 +1183,7 @@ var DescribeIdentityCommand = _DescribeIdentityCommand;
|
|
|
1191
1183
|
|
|
1192
1184
|
|
|
1193
1185
|
|
|
1194
|
-
var _DescribeIdentityPoolCommand = class _DescribeIdentityPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1195
|
-
...commonParams
|
|
1196
|
-
}).m(function(Command, cs, config, o) {
|
|
1186
|
+
var _DescribeIdentityPoolCommand = class _DescribeIdentityPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1197
1187
|
return [
|
|
1198
1188
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1199
1189
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1207,9 +1197,7 @@ var DescribeIdentityPoolCommand = _DescribeIdentityPoolCommand;
|
|
|
1207
1197
|
|
|
1208
1198
|
|
|
1209
1199
|
|
|
1210
|
-
var _GetCredentialsForIdentityCommand = class _GetCredentialsForIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1211
|
-
...commonParams
|
|
1212
|
-
}).m(function(Command, cs, config, o) {
|
|
1200
|
+
var _GetCredentialsForIdentityCommand = class _GetCredentialsForIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1213
1201
|
return [
|
|
1214
1202
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1215
1203
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1223,9 +1211,7 @@ var GetCredentialsForIdentityCommand = _GetCredentialsForIdentityCommand;
|
|
|
1223
1211
|
|
|
1224
1212
|
|
|
1225
1213
|
|
|
1226
|
-
var _GetIdCommand = class _GetIdCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1227
|
-
...commonParams
|
|
1228
|
-
}).m(function(Command, cs, config, o) {
|
|
1214
|
+
var _GetIdCommand = class _GetIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1229
1215
|
return [
|
|
1230
1216
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1231
1217
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1239,9 +1225,7 @@ var GetIdCommand = _GetIdCommand;
|
|
|
1239
1225
|
|
|
1240
1226
|
|
|
1241
1227
|
|
|
1242
|
-
var _GetIdentityPoolRolesCommand = class _GetIdentityPoolRolesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1243
|
-
...commonParams
|
|
1244
|
-
}).m(function(Command, cs, config, o) {
|
|
1228
|
+
var _GetIdentityPoolRolesCommand = class _GetIdentityPoolRolesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1245
1229
|
return [
|
|
1246
1230
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1247
1231
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1255,9 +1239,7 @@ var GetIdentityPoolRolesCommand = _GetIdentityPoolRolesCommand;
|
|
|
1255
1239
|
|
|
1256
1240
|
|
|
1257
1241
|
|
|
1258
|
-
var _GetOpenIdTokenCommand = class _GetOpenIdTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1259
|
-
...commonParams
|
|
1260
|
-
}).m(function(Command, cs, config, o) {
|
|
1242
|
+
var _GetOpenIdTokenCommand = class _GetOpenIdTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1261
1243
|
return [
|
|
1262
1244
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1263
1245
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1271,9 +1253,7 @@ var GetOpenIdTokenCommand = _GetOpenIdTokenCommand;
|
|
|
1271
1253
|
|
|
1272
1254
|
|
|
1273
1255
|
|
|
1274
|
-
var _GetOpenIdTokenForDeveloperIdentityCommand = class _GetOpenIdTokenForDeveloperIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1275
|
-
...commonParams
|
|
1276
|
-
}).m(function(Command, cs, config, o) {
|
|
1256
|
+
var _GetOpenIdTokenForDeveloperIdentityCommand = class _GetOpenIdTokenForDeveloperIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1277
1257
|
return [
|
|
1278
1258
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1279
1259
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1290,9 +1270,7 @@ var GetOpenIdTokenForDeveloperIdentityCommand = _GetOpenIdTokenForDeveloperIdent
|
|
|
1290
1270
|
|
|
1291
1271
|
|
|
1292
1272
|
|
|
1293
|
-
var _GetPrincipalTagAttributeMapCommand = class _GetPrincipalTagAttributeMapCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1294
|
-
...commonParams
|
|
1295
|
-
}).m(function(Command, cs, config, o) {
|
|
1273
|
+
var _GetPrincipalTagAttributeMapCommand = class _GetPrincipalTagAttributeMapCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1296
1274
|
return [
|
|
1297
1275
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1298
1276
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1306,9 +1284,7 @@ var GetPrincipalTagAttributeMapCommand = _GetPrincipalTagAttributeMapCommand;
|
|
|
1306
1284
|
|
|
1307
1285
|
|
|
1308
1286
|
|
|
1309
|
-
var _ListIdentitiesCommand = class _ListIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1310
|
-
...commonParams
|
|
1311
|
-
}).m(function(Command, cs, config, o) {
|
|
1287
|
+
var _ListIdentitiesCommand = class _ListIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1312
1288
|
return [
|
|
1313
1289
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1314
1290
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1322,9 +1298,7 @@ var ListIdentitiesCommand = _ListIdentitiesCommand;
|
|
|
1322
1298
|
|
|
1323
1299
|
|
|
1324
1300
|
|
|
1325
|
-
var _ListIdentityPoolsCommand = class _ListIdentityPoolsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1326
|
-
...commonParams
|
|
1327
|
-
}).m(function(Command, cs, config, o) {
|
|
1301
|
+
var _ListIdentityPoolsCommand = class _ListIdentityPoolsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1328
1302
|
return [
|
|
1329
1303
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1330
1304
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1338,9 +1312,7 @@ var ListIdentityPoolsCommand = _ListIdentityPoolsCommand;
|
|
|
1338
1312
|
|
|
1339
1313
|
|
|
1340
1314
|
|
|
1341
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1342
|
-
...commonParams
|
|
1343
|
-
}).m(function(Command, cs, config, o) {
|
|
1315
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1344
1316
|
return [
|
|
1345
1317
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1346
1318
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1354,9 +1326,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1354
1326
|
|
|
1355
1327
|
|
|
1356
1328
|
|
|
1357
|
-
var _LookupDeveloperIdentityCommand = class _LookupDeveloperIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1358
|
-
...commonParams
|
|
1359
|
-
}).m(function(Command, cs, config, o) {
|
|
1329
|
+
var _LookupDeveloperIdentityCommand = class _LookupDeveloperIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1360
1330
|
return [
|
|
1361
1331
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1362
1332
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1370,9 +1340,7 @@ var LookupDeveloperIdentityCommand = _LookupDeveloperIdentityCommand;
|
|
|
1370
1340
|
|
|
1371
1341
|
|
|
1372
1342
|
|
|
1373
|
-
var _MergeDeveloperIdentitiesCommand = class _MergeDeveloperIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1374
|
-
...commonParams
|
|
1375
|
-
}).m(function(Command, cs, config, o) {
|
|
1343
|
+
var _MergeDeveloperIdentitiesCommand = class _MergeDeveloperIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1376
1344
|
return [
|
|
1377
1345
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1378
1346
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1386,9 +1354,7 @@ var MergeDeveloperIdentitiesCommand = _MergeDeveloperIdentitiesCommand;
|
|
|
1386
1354
|
|
|
1387
1355
|
|
|
1388
1356
|
|
|
1389
|
-
var _SetIdentityPoolRolesCommand = class _SetIdentityPoolRolesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1390
|
-
...commonParams
|
|
1391
|
-
}).m(function(Command, cs, config, o) {
|
|
1357
|
+
var _SetIdentityPoolRolesCommand = class _SetIdentityPoolRolesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1392
1358
|
return [
|
|
1393
1359
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1394
1360
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1402,9 +1368,7 @@ var SetIdentityPoolRolesCommand = _SetIdentityPoolRolesCommand;
|
|
|
1402
1368
|
|
|
1403
1369
|
|
|
1404
1370
|
|
|
1405
|
-
var _SetPrincipalTagAttributeMapCommand = class _SetPrincipalTagAttributeMapCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1406
|
-
...commonParams
|
|
1407
|
-
}).m(function(Command, cs, config, o) {
|
|
1371
|
+
var _SetPrincipalTagAttributeMapCommand = class _SetPrincipalTagAttributeMapCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1408
1372
|
return [
|
|
1409
1373
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1410
1374
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1418,9 +1382,7 @@ var SetPrincipalTagAttributeMapCommand = _SetPrincipalTagAttributeMapCommand;
|
|
|
1418
1382
|
|
|
1419
1383
|
|
|
1420
1384
|
|
|
1421
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1422
|
-
...commonParams
|
|
1423
|
-
}).m(function(Command, cs, config, o) {
|
|
1385
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1424
1386
|
return [
|
|
1425
1387
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1426
1388
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1434,9 +1396,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1434
1396
|
|
|
1435
1397
|
|
|
1436
1398
|
|
|
1437
|
-
var _UnlinkDeveloperIdentityCommand = class _UnlinkDeveloperIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1438
|
-
...commonParams
|
|
1439
|
-
}).m(function(Command, cs, config, o) {
|
|
1399
|
+
var _UnlinkDeveloperIdentityCommand = class _UnlinkDeveloperIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1440
1400
|
return [
|
|
1441
1401
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1442
1402
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1450,9 +1410,7 @@ var UnlinkDeveloperIdentityCommand = _UnlinkDeveloperIdentityCommand;
|
|
|
1450
1410
|
|
|
1451
1411
|
|
|
1452
1412
|
|
|
1453
|
-
var _UnlinkIdentityCommand = class _UnlinkIdentityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1454
|
-
...commonParams
|
|
1455
|
-
}).m(function(Command, cs, config, o) {
|
|
1413
|
+
var _UnlinkIdentityCommand = class _UnlinkIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1456
1414
|
return [
|
|
1457
1415
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1458
1416
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1466,9 +1424,7 @@ var UnlinkIdentityCommand = _UnlinkIdentityCommand;
|
|
|
1466
1424
|
|
|
1467
1425
|
|
|
1468
1426
|
|
|
1469
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1470
|
-
...commonParams
|
|
1471
|
-
}).m(function(Command, cs, config, o) {
|
|
1427
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1472
1428
|
return [
|
|
1473
1429
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1474
1430
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1482,9 +1438,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1482
1438
|
|
|
1483
1439
|
|
|
1484
1440
|
|
|
1485
|
-
var _UpdateIdentityPoolCommand = class _UpdateIdentityPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1486
|
-
...commonParams
|
|
1487
|
-
}).m(function(Command, cs, config, o) {
|
|
1441
|
+
var _UpdateIdentityPoolCommand = class _UpdateIdentityPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1488
1442
|
return [
|
|
1489
1443
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1490
1444
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateIdentityPoolCommand, se_CreateIdentityPoolCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateIdentityPoolCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteIdentitiesCommand, se_DeleteIdentitiesCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteIdentitiesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteIdentityPoolCommand, se_DeleteIdentityPoolCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteIdentityPoolCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeIdentityCommand, se_DescribeIdentityCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeIdentityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeIdentityPoolCommand, se_DescribeIdentityPoolCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeIdentityPoolCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetCredentialsForIdentityCommand, se_GetCredentialsForIdentityComman
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetCredentialsForIdentityCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetIdCommand, se_GetIdCommand } from "../protocols/Aws_json1_1";
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetIdCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetIdentityPoolRolesCommand, se_GetIdentityPoolRolesCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetIdentityPoolRolesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetOpenIdTokenCommand, se_GetOpenIdTokenCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetOpenIdTokenCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetOpenIdTokenForDeveloperIdentityCommand, se_GetOpenIdTokenForDevel
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetOpenIdTokenForDeveloperIdentityCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPrincipalTagAttributeMapCommand, se_GetPrincipalTagAttributeMapCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPrincipalTagAttributeMapCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListIdentitiesCommand, se_ListIdentitiesCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListIdentitiesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListIdentityPoolsCommand, se_ListIdentityPoolsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListIdentityPoolsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_LookupDeveloperIdentityCommand, se_LookupDeveloperIdentityCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class LookupDeveloperIdentityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_MergeDeveloperIdentitiesCommand, se_MergeDeveloperIdentitiesCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class MergeDeveloperIdentitiesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetIdentityPoolRolesCommand, se_SetIdentityPoolRolesCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetIdentityPoolRolesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetPrincipalTagAttributeMapCommand, se_SetPrincipalTagAttributeMapCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetPrincipalTagAttributeMapCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UnlinkDeveloperIdentityCommand, se_UnlinkDeveloperIdentityCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UnlinkDeveloperIdentityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UnlinkIdentityCommand, se_UnlinkIdentityCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UnlinkIdentityCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateIdentityPoolCommand, se_UpdateIdentityPoolCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateIdentityPoolCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.
|
|
4
|
+
"version": "3.651.1",
|
|
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": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
25
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
26
|
+
"@aws-sdk/core": "3.651.1",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@aws-sdk/client-iam": "3.
|
|
65
|
+
"@aws-sdk/client-iam": "3.651.1",
|
|
66
66
|
"@tsconfig/node16": "16.1.3",
|
|
67
67
|
"@types/chai": "^4.2.11",
|
|
68
68
|
"@types/mocha": "^8.0.4",
|