@aws-sdk/client-cognito-sync 3.649.0 → 3.650.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 +17 -51
- package/dist-es/commands/BulkPublishCommand.js +1 -3
- package/dist-es/commands/DeleteDatasetCommand.js +1 -3
- package/dist-es/commands/DescribeDatasetCommand.js +1 -3
- package/dist-es/commands/DescribeIdentityPoolUsageCommand.js +1 -3
- package/dist-es/commands/DescribeIdentityUsageCommand.js +1 -3
- package/dist-es/commands/GetBulkPublishDetailsCommand.js +1 -3
- package/dist-es/commands/GetCognitoEventsCommand.js +1 -3
- package/dist-es/commands/GetIdentityPoolConfigurationCommand.js +1 -3
- package/dist-es/commands/ListDatasetsCommand.js +1 -3
- package/dist-es/commands/ListIdentityPoolUsageCommand.js +1 -3
- package/dist-es/commands/ListRecordsCommand.js +1 -3
- package/dist-es/commands/RegisterDeviceCommand.js +1 -3
- package/dist-es/commands/SetCognitoEventsCommand.js +1 -3
- package/dist-es/commands/SetIdentityPoolConfigurationCommand.js +1 -3
- package/dist-es/commands/SubscribeToDatasetCommand.js +1 -3
- package/dist-es/commands/UnsubscribeFromDatasetCommand.js +1 -3
- package/dist-es/commands/UpdateRecordsCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1247,9 +1247,7 @@ var _sST = "syncSessionToken";
|
|
|
1247
1247
|
var _xacc = "x-amz-client-context";
|
|
1248
1248
|
|
|
1249
1249
|
// src/commands/BulkPublishCommand.ts
|
|
1250
|
-
var _BulkPublishCommand = class _BulkPublishCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1251
|
-
...commonParams
|
|
1252
|
-
}).m(function(Command, cs, config, o) {
|
|
1250
|
+
var _BulkPublishCommand = class _BulkPublishCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1253
1251
|
return [
|
|
1254
1252
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1255
1253
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1263,9 +1261,7 @@ var BulkPublishCommand = _BulkPublishCommand;
|
|
|
1263
1261
|
|
|
1264
1262
|
|
|
1265
1263
|
|
|
1266
|
-
var _DeleteDatasetCommand = class _DeleteDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1267
|
-
...commonParams
|
|
1268
|
-
}).m(function(Command, cs, config, o) {
|
|
1264
|
+
var _DeleteDatasetCommand = class _DeleteDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1269
1265
|
return [
|
|
1270
1266
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1271
1267
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1279,9 +1275,7 @@ var DeleteDatasetCommand = _DeleteDatasetCommand;
|
|
|
1279
1275
|
|
|
1280
1276
|
|
|
1281
1277
|
|
|
1282
|
-
var _DescribeDatasetCommand = class _DescribeDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1283
|
-
...commonParams
|
|
1284
|
-
}).m(function(Command, cs, config, o) {
|
|
1278
|
+
var _DescribeDatasetCommand = class _DescribeDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1285
1279
|
return [
|
|
1286
1280
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1287
1281
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1295,9 +1289,7 @@ var DescribeDatasetCommand = _DescribeDatasetCommand;
|
|
|
1295
1289
|
|
|
1296
1290
|
|
|
1297
1291
|
|
|
1298
|
-
var _DescribeIdentityPoolUsageCommand = class _DescribeIdentityPoolUsageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1299
|
-
...commonParams
|
|
1300
|
-
}).m(function(Command, cs, config, o) {
|
|
1292
|
+
var _DescribeIdentityPoolUsageCommand = class _DescribeIdentityPoolUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1301
1293
|
return [
|
|
1302
1294
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1303
1295
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1311,9 +1303,7 @@ var DescribeIdentityPoolUsageCommand = _DescribeIdentityPoolUsageCommand;
|
|
|
1311
1303
|
|
|
1312
1304
|
|
|
1313
1305
|
|
|
1314
|
-
var _DescribeIdentityUsageCommand = class _DescribeIdentityUsageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1315
|
-
...commonParams
|
|
1316
|
-
}).m(function(Command, cs, config, o) {
|
|
1306
|
+
var _DescribeIdentityUsageCommand = class _DescribeIdentityUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1317
1307
|
return [
|
|
1318
1308
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1319
1309
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1327,9 +1317,7 @@ var DescribeIdentityUsageCommand = _DescribeIdentityUsageCommand;
|
|
|
1327
1317
|
|
|
1328
1318
|
|
|
1329
1319
|
|
|
1330
|
-
var _GetBulkPublishDetailsCommand = class _GetBulkPublishDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1331
|
-
...commonParams
|
|
1332
|
-
}).m(function(Command, cs, config, o) {
|
|
1320
|
+
var _GetBulkPublishDetailsCommand = class _GetBulkPublishDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1333
1321
|
return [
|
|
1334
1322
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1335
1323
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1343,9 +1331,7 @@ var GetBulkPublishDetailsCommand = _GetBulkPublishDetailsCommand;
|
|
|
1343
1331
|
|
|
1344
1332
|
|
|
1345
1333
|
|
|
1346
|
-
var _GetCognitoEventsCommand = class _GetCognitoEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1347
|
-
...commonParams
|
|
1348
|
-
}).m(function(Command, cs, config, o) {
|
|
1334
|
+
var _GetCognitoEventsCommand = class _GetCognitoEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1349
1335
|
return [
|
|
1350
1336
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1351
1337
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1359,9 +1345,7 @@ var GetCognitoEventsCommand = _GetCognitoEventsCommand;
|
|
|
1359
1345
|
|
|
1360
1346
|
|
|
1361
1347
|
|
|
1362
|
-
var _GetIdentityPoolConfigurationCommand = class _GetIdentityPoolConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1363
|
-
...commonParams
|
|
1364
|
-
}).m(function(Command, cs, config, o) {
|
|
1348
|
+
var _GetIdentityPoolConfigurationCommand = class _GetIdentityPoolConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1365
1349
|
return [
|
|
1366
1350
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1367
1351
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1375,9 +1359,7 @@ var GetIdentityPoolConfigurationCommand = _GetIdentityPoolConfigurationCommand;
|
|
|
1375
1359
|
|
|
1376
1360
|
|
|
1377
1361
|
|
|
1378
|
-
var _ListDatasetsCommand = class _ListDatasetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1379
|
-
...commonParams
|
|
1380
|
-
}).m(function(Command, cs, config, o) {
|
|
1362
|
+
var _ListDatasetsCommand = class _ListDatasetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1381
1363
|
return [
|
|
1382
1364
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1383
1365
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1391,9 +1373,7 @@ var ListDatasetsCommand = _ListDatasetsCommand;
|
|
|
1391
1373
|
|
|
1392
1374
|
|
|
1393
1375
|
|
|
1394
|
-
var _ListIdentityPoolUsageCommand = class _ListIdentityPoolUsageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1395
|
-
...commonParams
|
|
1396
|
-
}).m(function(Command, cs, config, o) {
|
|
1376
|
+
var _ListIdentityPoolUsageCommand = class _ListIdentityPoolUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1397
1377
|
return [
|
|
1398
1378
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1399
1379
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1407,9 +1387,7 @@ var ListIdentityPoolUsageCommand = _ListIdentityPoolUsageCommand;
|
|
|
1407
1387
|
|
|
1408
1388
|
|
|
1409
1389
|
|
|
1410
|
-
var _ListRecordsCommand = class _ListRecordsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1411
|
-
...commonParams
|
|
1412
|
-
}).m(function(Command, cs, config, o) {
|
|
1390
|
+
var _ListRecordsCommand = class _ListRecordsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1413
1391
|
return [
|
|
1414
1392
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1415
1393
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1423,9 +1401,7 @@ var ListRecordsCommand = _ListRecordsCommand;
|
|
|
1423
1401
|
|
|
1424
1402
|
|
|
1425
1403
|
|
|
1426
|
-
var _RegisterDeviceCommand = class _RegisterDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1427
|
-
...commonParams
|
|
1428
|
-
}).m(function(Command, cs, config, o) {
|
|
1404
|
+
var _RegisterDeviceCommand = class _RegisterDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1429
1405
|
return [
|
|
1430
1406
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1431
1407
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1439,9 +1415,7 @@ var RegisterDeviceCommand = _RegisterDeviceCommand;
|
|
|
1439
1415
|
|
|
1440
1416
|
|
|
1441
1417
|
|
|
1442
|
-
var _SetCognitoEventsCommand = class _SetCognitoEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1443
|
-
...commonParams
|
|
1444
|
-
}).m(function(Command, cs, config, o) {
|
|
1418
|
+
var _SetCognitoEventsCommand = class _SetCognitoEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1445
1419
|
return [
|
|
1446
1420
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1447
1421
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1455,9 +1429,7 @@ var SetCognitoEventsCommand = _SetCognitoEventsCommand;
|
|
|
1455
1429
|
|
|
1456
1430
|
|
|
1457
1431
|
|
|
1458
|
-
var _SetIdentityPoolConfigurationCommand = class _SetIdentityPoolConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1459
|
-
...commonParams
|
|
1460
|
-
}).m(function(Command, cs, config, o) {
|
|
1432
|
+
var _SetIdentityPoolConfigurationCommand = class _SetIdentityPoolConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1461
1433
|
return [
|
|
1462
1434
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1463
1435
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1471,9 +1443,7 @@ var SetIdentityPoolConfigurationCommand = _SetIdentityPoolConfigurationCommand;
|
|
|
1471
1443
|
|
|
1472
1444
|
|
|
1473
1445
|
|
|
1474
|
-
var _SubscribeToDatasetCommand = class _SubscribeToDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1475
|
-
...commonParams
|
|
1476
|
-
}).m(function(Command, cs, config, o) {
|
|
1446
|
+
var _SubscribeToDatasetCommand = class _SubscribeToDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1477
1447
|
return [
|
|
1478
1448
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1479
1449
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1487,9 +1457,7 @@ var SubscribeToDatasetCommand = _SubscribeToDatasetCommand;
|
|
|
1487
1457
|
|
|
1488
1458
|
|
|
1489
1459
|
|
|
1490
|
-
var _UnsubscribeFromDatasetCommand = class _UnsubscribeFromDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1491
|
-
...commonParams
|
|
1492
|
-
}).m(function(Command, cs, config, o) {
|
|
1460
|
+
var _UnsubscribeFromDatasetCommand = class _UnsubscribeFromDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1493
1461
|
return [
|
|
1494
1462
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1495
1463
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1503,9 +1471,7 @@ var UnsubscribeFromDatasetCommand = _UnsubscribeFromDatasetCommand;
|
|
|
1503
1471
|
|
|
1504
1472
|
|
|
1505
1473
|
|
|
1506
|
-
var _UpdateRecordsCommand = class _UpdateRecordsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1507
|
-
...commonParams
|
|
1508
|
-
}).m(function(Command, cs, config, o) {
|
|
1474
|
+
var _UpdateRecordsCommand = class _UpdateRecordsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1509
1475
|
return [
|
|
1510
1476
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1511
1477
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_BulkPublishCommand, se_BulkPublishCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BulkPublishCommand 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_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDatasetCommand 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_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDatasetCommand 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_DescribeIdentityPoolUsageCommand, se_DescribeIdentityPoolUsageComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeIdentityPoolUsageCommand 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_DescribeIdentityUsageCommand, se_DescribeIdentityUsageCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeIdentityUsageCommand 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_GetBulkPublishDetailsCommand, se_GetBulkPublishDetailsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetBulkPublishDetailsCommand 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_GetCognitoEventsCommand, se_GetCognitoEventsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCognitoEventsCommand 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_GetIdentityPoolConfigurationCommand, se_GetIdentityPoolConfiguration
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetIdentityPoolConfigurationCommand 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_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDatasetsCommand 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_ListIdentityPoolUsageCommand, se_ListIdentityPoolUsageCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListIdentityPoolUsageCommand 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_ListRecordsCommand, se_ListRecordsCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRecordsCommand 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_RegisterDeviceCommand, se_RegisterDeviceCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RegisterDeviceCommand 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_SetCognitoEventsCommand, se_SetCognitoEventsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetCognitoEventsCommand 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_SetIdentityPoolConfigurationCommand, se_SetIdentityPoolConfiguration
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetIdentityPoolConfigurationCommand 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_SubscribeToDatasetCommand, se_SubscribeToDatasetCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SubscribeToDatasetCommand 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_UnsubscribeFromDatasetCommand, se_UnsubscribeFromDatasetCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UnsubscribeFromDatasetCommand 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_UpdateRecordsCommand, se_UpdateRecordsCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateRecordsCommand 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),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cognito-sync",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cognito Sync Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.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-sync",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|