@aws-sdk/client-cognito-sync 3.590.0 → 3.596.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 +0 -17
- package/dist-types/commands/BulkPublishCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIdentityPoolUsageCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIdentityUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetBulkPublishDetailsCommand.d.ts +2 -1
- package/dist-types/commands/GetCognitoEventsCommand.d.ts +2 -1
- package/dist-types/commands/GetIdentityPoolConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
- package/dist-types/commands/ListIdentityPoolUsageCommand.d.ts +2 -1
- package/dist-types/commands/ListRecordsCommand.d.ts +2 -1
- package/dist-types/commands/RegisterDeviceCommand.d.ts +2 -1
- package/dist-types/commands/SetCognitoEventsCommand.d.ts +2 -1
- package/dist-types/commands/SetIdentityPoolConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/SubscribeToDatasetCommand.d.ts +2 -1
- package/dist-types/commands/UnsubscribeFromDatasetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRecordsCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/CognitoSyncServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/BulkPublishCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeIdentityPoolUsageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeIdentityUsageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetBulkPublishDetailsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCognitoEventsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetIdentityPoolConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListIdentityPoolUsageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRecordsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RegisterDeviceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SetCognitoEventsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SetIdentityPoolConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SubscribeToDatasetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UnsubscribeFromDatasetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateRecordsCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/CognitoSyncServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -212,7 +212,6 @@ var CognitoSyncClient = _CognitoSyncClient;
|
|
|
212
212
|
|
|
213
213
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
214
214
|
|
|
215
|
-
var import_types = require("@smithy/types");
|
|
216
215
|
|
|
217
216
|
// src/protocols/Aws_restJson1.ts
|
|
218
217
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1270,7 +1269,6 @@ var BulkPublishCommand = _BulkPublishCommand;
|
|
|
1270
1269
|
|
|
1271
1270
|
|
|
1272
1271
|
|
|
1273
|
-
|
|
1274
1272
|
var _DeleteDatasetCommand = class _DeleteDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1275
1273
|
...commonParams
|
|
1276
1274
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1287,7 +1285,6 @@ var DeleteDatasetCommand = _DeleteDatasetCommand;
|
|
|
1287
1285
|
|
|
1288
1286
|
|
|
1289
1287
|
|
|
1290
|
-
|
|
1291
1288
|
var _DescribeDatasetCommand = class _DescribeDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1292
1289
|
...commonParams
|
|
1293
1290
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1304,7 +1301,6 @@ var DescribeDatasetCommand = _DescribeDatasetCommand;
|
|
|
1304
1301
|
|
|
1305
1302
|
|
|
1306
1303
|
|
|
1307
|
-
|
|
1308
1304
|
var _DescribeIdentityPoolUsageCommand = class _DescribeIdentityPoolUsageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1309
1305
|
...commonParams
|
|
1310
1306
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1321,7 +1317,6 @@ var DescribeIdentityPoolUsageCommand = _DescribeIdentityPoolUsageCommand;
|
|
|
1321
1317
|
|
|
1322
1318
|
|
|
1323
1319
|
|
|
1324
|
-
|
|
1325
1320
|
var _DescribeIdentityUsageCommand = class _DescribeIdentityUsageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1326
1321
|
...commonParams
|
|
1327
1322
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1338,7 +1333,6 @@ var DescribeIdentityUsageCommand = _DescribeIdentityUsageCommand;
|
|
|
1338
1333
|
|
|
1339
1334
|
|
|
1340
1335
|
|
|
1341
|
-
|
|
1342
1336
|
var _GetBulkPublishDetailsCommand = class _GetBulkPublishDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1343
1337
|
...commonParams
|
|
1344
1338
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1355,7 +1349,6 @@ var GetBulkPublishDetailsCommand = _GetBulkPublishDetailsCommand;
|
|
|
1355
1349
|
|
|
1356
1350
|
|
|
1357
1351
|
|
|
1358
|
-
|
|
1359
1352
|
var _GetCognitoEventsCommand = class _GetCognitoEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1360
1353
|
...commonParams
|
|
1361
1354
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1372,7 +1365,6 @@ var GetCognitoEventsCommand = _GetCognitoEventsCommand;
|
|
|
1372
1365
|
|
|
1373
1366
|
|
|
1374
1367
|
|
|
1375
|
-
|
|
1376
1368
|
var _GetIdentityPoolConfigurationCommand = class _GetIdentityPoolConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1377
1369
|
...commonParams
|
|
1378
1370
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1389,7 +1381,6 @@ var GetIdentityPoolConfigurationCommand = _GetIdentityPoolConfigurationCommand;
|
|
|
1389
1381
|
|
|
1390
1382
|
|
|
1391
1383
|
|
|
1392
|
-
|
|
1393
1384
|
var _ListDatasetsCommand = class _ListDatasetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1394
1385
|
...commonParams
|
|
1395
1386
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1406,7 +1397,6 @@ var ListDatasetsCommand = _ListDatasetsCommand;
|
|
|
1406
1397
|
|
|
1407
1398
|
|
|
1408
1399
|
|
|
1409
|
-
|
|
1410
1400
|
var _ListIdentityPoolUsageCommand = class _ListIdentityPoolUsageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1411
1401
|
...commonParams
|
|
1412
1402
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1423,7 +1413,6 @@ var ListIdentityPoolUsageCommand = _ListIdentityPoolUsageCommand;
|
|
|
1423
1413
|
|
|
1424
1414
|
|
|
1425
1415
|
|
|
1426
|
-
|
|
1427
1416
|
var _ListRecordsCommand = class _ListRecordsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1428
1417
|
...commonParams
|
|
1429
1418
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1440,7 +1429,6 @@ var ListRecordsCommand = _ListRecordsCommand;
|
|
|
1440
1429
|
|
|
1441
1430
|
|
|
1442
1431
|
|
|
1443
|
-
|
|
1444
1432
|
var _RegisterDeviceCommand = class _RegisterDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1445
1433
|
...commonParams
|
|
1446
1434
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1457,7 +1445,6 @@ var RegisterDeviceCommand = _RegisterDeviceCommand;
|
|
|
1457
1445
|
|
|
1458
1446
|
|
|
1459
1447
|
|
|
1460
|
-
|
|
1461
1448
|
var _SetCognitoEventsCommand = class _SetCognitoEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1462
1449
|
...commonParams
|
|
1463
1450
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1474,7 +1461,6 @@ var SetCognitoEventsCommand = _SetCognitoEventsCommand;
|
|
|
1474
1461
|
|
|
1475
1462
|
|
|
1476
1463
|
|
|
1477
|
-
|
|
1478
1464
|
var _SetIdentityPoolConfigurationCommand = class _SetIdentityPoolConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1479
1465
|
...commonParams
|
|
1480
1466
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1491,7 +1477,6 @@ var SetIdentityPoolConfigurationCommand = _SetIdentityPoolConfigurationCommand;
|
|
|
1491
1477
|
|
|
1492
1478
|
|
|
1493
1479
|
|
|
1494
|
-
|
|
1495
1480
|
var _SubscribeToDatasetCommand = class _SubscribeToDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1496
1481
|
...commonParams
|
|
1497
1482
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1508,7 +1493,6 @@ var SubscribeToDatasetCommand = _SubscribeToDatasetCommand;
|
|
|
1508
1493
|
|
|
1509
1494
|
|
|
1510
1495
|
|
|
1511
|
-
|
|
1512
1496
|
var _UnsubscribeFromDatasetCommand = class _UnsubscribeFromDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1513
1497
|
...commonParams
|
|
1514
1498
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1525,7 +1509,6 @@ var UnsubscribeFromDatasetCommand = _UnsubscribeFromDatasetCommand;
|
|
|
1525
1509
|
|
|
1526
1510
|
|
|
1527
1511
|
|
|
1528
|
-
|
|
1529
1512
|
var _UpdateRecordsCommand = class _UpdateRecordsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1530
1513
|
...commonParams
|
|
1531
1514
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
export * from "./CognitoSyncClient";
|
|
19
19
|
export * from "./CognitoSync";
|
|
20
20
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
21
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
22
|
-
export { CognitoSyncExtensionConfiguration } from "./extensionConfiguration";
|
|
21
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
22
|
+
export type { CognitoSyncExtensionConfiguration } from "./extensionConfiguration";
|
|
23
23
|
export * from "./commands";
|
|
24
24
|
export * from "./models";
|
|
25
25
|
export { CognitoSyncServiceException } from "./models/CognitoSyncServiceException";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CognitoSyncClient";
|
|
8
8
|
import { BulkPublishRequest, BulkPublishResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface BulkPublishCommandInput extends BulkPublishRequest {}
|
|
11
12
|
export interface BulkPublishCommandOutput
|
|
12
13
|
extends BulkPublishResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteDatasetRequest,
|
|
10
10
|
DeleteDatasetResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
|
|
14
15
|
export interface DeleteDatasetCommandOutput
|
|
15
16
|
extends DeleteDatasetResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeDatasetRequest,
|
|
10
10
|
DescribeDatasetResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
|
|
14
15
|
export interface DescribeDatasetCommandOutput
|
|
15
16
|
extends DescribeDatasetResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeIdentityPoolUsageRequest,
|
|
10
10
|
DescribeIdentityPoolUsageResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeIdentityPoolUsageCommandInput
|
|
14
15
|
extends DescribeIdentityPoolUsageRequest {}
|
|
15
16
|
export interface DescribeIdentityPoolUsageCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeIdentityUsageRequest,
|
|
10
10
|
DescribeIdentityUsageResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeIdentityUsageCommandInput
|
|
14
15
|
extends DescribeIdentityUsageRequest {}
|
|
15
16
|
export interface DescribeIdentityUsageCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetBulkPublishDetailsRequest,
|
|
10
10
|
GetBulkPublishDetailsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetBulkPublishDetailsCommandInput
|
|
14
15
|
extends GetBulkPublishDetailsRequest {}
|
|
15
16
|
export interface GetBulkPublishDetailsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetCognitoEventsRequest,
|
|
10
10
|
GetCognitoEventsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetCognitoEventsCommandInput extends GetCognitoEventsRequest {}
|
|
14
15
|
export interface GetCognitoEventsCommandOutput
|
|
15
16
|
extends GetCognitoEventsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetIdentityPoolConfigurationRequest,
|
|
10
10
|
GetIdentityPoolConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetIdentityPoolConfigurationCommandInput
|
|
14
15
|
extends GetIdentityPoolConfigurationRequest {}
|
|
15
16
|
export interface GetIdentityPoolConfigurationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CognitoSyncClient";
|
|
8
8
|
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
11
12
|
export interface ListDatasetsCommandOutput
|
|
12
13
|
extends ListDatasetsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListIdentityPoolUsageRequest,
|
|
10
10
|
ListIdentityPoolUsageResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListIdentityPoolUsageCommandInput
|
|
14
15
|
extends ListIdentityPoolUsageRequest {}
|
|
15
16
|
export interface ListIdentityPoolUsageCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CognitoSyncClient";
|
|
8
8
|
import { ListRecordsRequest, ListRecordsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListRecordsCommandInput extends ListRecordsRequest {}
|
|
11
12
|
export interface ListRecordsCommandOutput
|
|
12
13
|
extends ListRecordsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RegisterDeviceRequest,
|
|
10
10
|
RegisterDeviceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RegisterDeviceCommandInput extends RegisterDeviceRequest {}
|
|
14
15
|
export interface RegisterDeviceCommandOutput
|
|
15
16
|
extends RegisterDeviceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CognitoSyncClient";
|
|
8
8
|
import { SetCognitoEventsRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface SetCognitoEventsCommandInput extends SetCognitoEventsRequest {}
|
|
11
12
|
export interface SetCognitoEventsCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const SetCognitoEventsCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
SetIdentityPoolConfigurationRequest,
|
|
10
10
|
SetIdentityPoolConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SetIdentityPoolConfigurationCommandInput
|
|
14
15
|
extends SetIdentityPoolConfigurationRequest {}
|
|
15
16
|
export interface SetIdentityPoolConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
SubscribeToDatasetRequest,
|
|
10
10
|
SubscribeToDatasetResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SubscribeToDatasetCommandInput
|
|
14
15
|
extends SubscribeToDatasetRequest {}
|
|
15
16
|
export interface SubscribeToDatasetCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UnsubscribeFromDatasetRequest,
|
|
10
10
|
UnsubscribeFromDatasetResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UnsubscribeFromDatasetCommandInput
|
|
14
15
|
extends UnsubscribeFromDatasetRequest {}
|
|
15
16
|
export interface UnsubscribeFromDatasetCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateRecordsRequest,
|
|
10
10
|
UpdateRecordsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateRecordsCommandInput extends UpdateRecordsRequest {}
|
|
14
15
|
export interface UpdateRecordsCommandOutput
|
|
15
16
|
extends UpdateRecordsResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class CognitoSyncServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.596.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": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|