@aws-sdk/client-connectcampaigns 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 -22
- package/dist-types/commands/CreateCampaignCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCampaignCommand.d.ts +2 -1
- package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +2 -1
- package/dist-types/commands/GetCampaignStateCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +2 -1
- package/dist-types/commands/ListCampaignsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PauseCampaignCommand.d.ts +2 -1
- package/dist-types/commands/PutDialRequestBatchCommand.d.ts +2 -1
- package/dist-types/commands/ResumeCampaignCommand.d.ts +2 -1
- package/dist-types/commands/StartCampaignCommand.d.ts +2 -1
- package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +2 -1
- package/dist-types/commands/StopCampaignCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCampaignDialerConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCampaignNameCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ConnectCampaignsServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutDialRequestBatchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateCampaignDialerConfigCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ConnectCampaignsServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -220,7 +220,6 @@ var ConnectCampaignsClient = _ConnectCampaignsClient;
|
|
|
220
220
|
|
|
221
221
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
222
222
|
|
|
223
|
-
var import_types = require("@smithy/types");
|
|
224
223
|
|
|
225
224
|
// src/protocols/Aws_restJson1.ts
|
|
226
225
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1327,7 +1326,6 @@ var CreateCampaignCommand = _CreateCampaignCommand;
|
|
|
1327
1326
|
|
|
1328
1327
|
|
|
1329
1328
|
|
|
1330
|
-
|
|
1331
1329
|
var _DeleteCampaignCommand = class _DeleteCampaignCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1332
1330
|
...commonParams
|
|
1333
1331
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1344,7 +1342,6 @@ var DeleteCampaignCommand = _DeleteCampaignCommand;
|
|
|
1344
1342
|
|
|
1345
1343
|
|
|
1346
1344
|
|
|
1347
|
-
|
|
1348
1345
|
var _DeleteConnectInstanceConfigCommand = class _DeleteConnectInstanceConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1349
1346
|
...commonParams
|
|
1350
1347
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1361,7 +1358,6 @@ var DeleteConnectInstanceConfigCommand = _DeleteConnectInstanceConfigCommand;
|
|
|
1361
1358
|
|
|
1362
1359
|
|
|
1363
1360
|
|
|
1364
|
-
|
|
1365
1361
|
var _DeleteInstanceOnboardingJobCommand = class _DeleteInstanceOnboardingJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1366
1362
|
...commonParams
|
|
1367
1363
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1378,7 +1374,6 @@ var DeleteInstanceOnboardingJobCommand = _DeleteInstanceOnboardingJobCommand;
|
|
|
1378
1374
|
|
|
1379
1375
|
|
|
1380
1376
|
|
|
1381
|
-
|
|
1382
1377
|
var _DescribeCampaignCommand = class _DescribeCampaignCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1383
1378
|
...commonParams
|
|
1384
1379
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1395,7 +1390,6 @@ var DescribeCampaignCommand = _DescribeCampaignCommand;
|
|
|
1395
1390
|
|
|
1396
1391
|
|
|
1397
1392
|
|
|
1398
|
-
|
|
1399
1393
|
var _GetCampaignStateBatchCommand = class _GetCampaignStateBatchCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1400
1394
|
...commonParams
|
|
1401
1395
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1412,7 +1406,6 @@ var GetCampaignStateBatchCommand = _GetCampaignStateBatchCommand;
|
|
|
1412
1406
|
|
|
1413
1407
|
|
|
1414
1408
|
|
|
1415
|
-
|
|
1416
1409
|
var _GetCampaignStateCommand = class _GetCampaignStateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1417
1410
|
...commonParams
|
|
1418
1411
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1429,7 +1422,6 @@ var GetCampaignStateCommand = _GetCampaignStateCommand;
|
|
|
1429
1422
|
|
|
1430
1423
|
|
|
1431
1424
|
|
|
1432
|
-
|
|
1433
1425
|
var _GetConnectInstanceConfigCommand = class _GetConnectInstanceConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1434
1426
|
...commonParams
|
|
1435
1427
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1446,7 +1438,6 @@ var GetConnectInstanceConfigCommand = _GetConnectInstanceConfigCommand;
|
|
|
1446
1438
|
|
|
1447
1439
|
|
|
1448
1440
|
|
|
1449
|
-
|
|
1450
1441
|
var _GetInstanceOnboardingJobStatusCommand = class _GetInstanceOnboardingJobStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1451
1442
|
...commonParams
|
|
1452
1443
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1463,7 +1454,6 @@ var GetInstanceOnboardingJobStatusCommand = _GetInstanceOnboardingJobStatusComma
|
|
|
1463
1454
|
|
|
1464
1455
|
|
|
1465
1456
|
|
|
1466
|
-
|
|
1467
1457
|
var _ListCampaignsCommand = class _ListCampaignsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1468
1458
|
...commonParams
|
|
1469
1459
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1480,7 +1470,6 @@ var ListCampaignsCommand = _ListCampaignsCommand;
|
|
|
1480
1470
|
|
|
1481
1471
|
|
|
1482
1472
|
|
|
1483
|
-
|
|
1484
1473
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1485
1474
|
...commonParams
|
|
1486
1475
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1497,7 +1486,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1497
1486
|
|
|
1498
1487
|
|
|
1499
1488
|
|
|
1500
|
-
|
|
1501
1489
|
var _PauseCampaignCommand = class _PauseCampaignCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1502
1490
|
...commonParams
|
|
1503
1491
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1514,7 +1502,6 @@ var PauseCampaignCommand = _PauseCampaignCommand;
|
|
|
1514
1502
|
|
|
1515
1503
|
|
|
1516
1504
|
|
|
1517
|
-
|
|
1518
1505
|
var _PutDialRequestBatchCommand = class _PutDialRequestBatchCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1519
1506
|
...commonParams
|
|
1520
1507
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1531,7 +1518,6 @@ var PutDialRequestBatchCommand = _PutDialRequestBatchCommand;
|
|
|
1531
1518
|
|
|
1532
1519
|
|
|
1533
1520
|
|
|
1534
|
-
|
|
1535
1521
|
var _ResumeCampaignCommand = class _ResumeCampaignCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1536
1522
|
...commonParams
|
|
1537
1523
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1548,7 +1534,6 @@ var ResumeCampaignCommand = _ResumeCampaignCommand;
|
|
|
1548
1534
|
|
|
1549
1535
|
|
|
1550
1536
|
|
|
1551
|
-
|
|
1552
1537
|
var _StartCampaignCommand = class _StartCampaignCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1553
1538
|
...commonParams
|
|
1554
1539
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1565,7 +1550,6 @@ var StartCampaignCommand = _StartCampaignCommand;
|
|
|
1565
1550
|
|
|
1566
1551
|
|
|
1567
1552
|
|
|
1568
|
-
|
|
1569
1553
|
var _StartInstanceOnboardingJobCommand = class _StartInstanceOnboardingJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1570
1554
|
...commonParams
|
|
1571
1555
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1582,7 +1566,6 @@ var StartInstanceOnboardingJobCommand = _StartInstanceOnboardingJobCommand;
|
|
|
1582
1566
|
|
|
1583
1567
|
|
|
1584
1568
|
|
|
1585
|
-
|
|
1586
1569
|
var _StopCampaignCommand = class _StopCampaignCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1587
1570
|
...commonParams
|
|
1588
1571
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1599,7 +1582,6 @@ var StopCampaignCommand = _StopCampaignCommand;
|
|
|
1599
1582
|
|
|
1600
1583
|
|
|
1601
1584
|
|
|
1602
|
-
|
|
1603
1585
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1604
1586
|
...commonParams
|
|
1605
1587
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1616,7 +1598,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1616
1598
|
|
|
1617
1599
|
|
|
1618
1600
|
|
|
1619
|
-
|
|
1620
1601
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1621
1602
|
...commonParams
|
|
1622
1603
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1633,7 +1614,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1633
1614
|
|
|
1634
1615
|
|
|
1635
1616
|
|
|
1636
|
-
|
|
1637
1617
|
var _UpdateCampaignDialerConfigCommand = class _UpdateCampaignDialerConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1638
1618
|
...commonParams
|
|
1639
1619
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1650,7 +1630,6 @@ var UpdateCampaignDialerConfigCommand = _UpdateCampaignDialerConfigCommand;
|
|
|
1650
1630
|
|
|
1651
1631
|
|
|
1652
1632
|
|
|
1653
|
-
|
|
1654
1633
|
var _UpdateCampaignNameCommand = class _UpdateCampaignNameCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1655
1634
|
...commonParams
|
|
1656
1635
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1667,7 +1646,6 @@ var UpdateCampaignNameCommand = _UpdateCampaignNameCommand;
|
|
|
1667
1646
|
|
|
1668
1647
|
|
|
1669
1648
|
|
|
1670
|
-
|
|
1671
1649
|
var _UpdateCampaignOutboundCallConfigCommand = class _UpdateCampaignOutboundCallConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1672
1650
|
...commonParams
|
|
1673
1651
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
export * from "./ConnectCampaignsClient";
|
|
7
7
|
export * from "./ConnectCampaigns";
|
|
8
8
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
-
export { ConnectCampaignsExtensionConfiguration } from "./extensionConfiguration";
|
|
9
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
+
export type { ConnectCampaignsExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
12
|
export * from "./pagination";
|
|
13
13
|
export * from "./models";
|
|
@@ -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
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateCampaignRequest,
|
|
10
10
|
CreateCampaignResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateCampaignCommandInput extends CreateCampaignRequest {}
|
|
14
15
|
export interface CreateCampaignCommandOutput
|
|
15
16
|
extends CreateCampaignResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectCampaignsClient";
|
|
8
8
|
import { DeleteCampaignRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {}
|
|
11
12
|
export interface DeleteCampaignCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const DeleteCampaignCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectCampaignsClient";
|
|
8
8
|
import { DeleteConnectInstanceConfigRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteConnectInstanceConfigCommandInput
|
|
11
12
|
extends DeleteConnectInstanceConfigRequest {}
|
|
12
13
|
export interface DeleteConnectInstanceConfigCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectCampaignsClient";
|
|
8
8
|
import { DeleteInstanceOnboardingJobRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteInstanceOnboardingJobCommandInput
|
|
11
12
|
extends DeleteInstanceOnboardingJobRequest {}
|
|
12
13
|
export interface DeleteInstanceOnboardingJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeCampaignRequest,
|
|
10
10
|
DescribeCampaignResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeCampaignCommandInput extends DescribeCampaignRequest {}
|
|
14
15
|
export interface DescribeCampaignCommandOutput
|
|
15
16
|
extends DescribeCampaignResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetCampaignStateBatchRequest,
|
|
10
10
|
GetCampaignStateBatchResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetCampaignStateBatchCommandInput
|
|
14
15
|
extends GetCampaignStateBatchRequest {}
|
|
15
16
|
export interface GetCampaignStateBatchCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetCampaignStateRequest,
|
|
10
10
|
GetCampaignStateResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetCampaignStateCommandInput extends GetCampaignStateRequest {}
|
|
14
15
|
export interface GetCampaignStateCommandOutput
|
|
15
16
|
extends GetCampaignStateResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetConnectInstanceConfigRequest,
|
|
10
10
|
GetConnectInstanceConfigResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetConnectInstanceConfigCommandInput
|
|
14
15
|
extends GetConnectInstanceConfigRequest {}
|
|
15
16
|
export interface GetConnectInstanceConfigCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetInstanceOnboardingJobStatusRequest,
|
|
10
10
|
GetInstanceOnboardingJobStatusResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetInstanceOnboardingJobStatusCommandInput
|
|
14
15
|
extends GetInstanceOnboardingJobStatusRequest {}
|
|
15
16
|
export interface GetInstanceOnboardingJobStatusCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListCampaignsRequest,
|
|
10
10
|
ListCampaignsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListCampaignsCommandInput extends ListCampaignsRequest {}
|
|
14
15
|
export interface ListCampaignsCommandOutput
|
|
15
16
|
extends ListCampaignsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectCampaignsClient";
|
|
8
8
|
import { PauseCampaignRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface PauseCampaignCommandInput extends PauseCampaignRequest {}
|
|
11
12
|
export interface PauseCampaignCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const PauseCampaignCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutDialRequestBatchRequest,
|
|
10
10
|
PutDialRequestBatchResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutDialRequestBatchCommandInput
|
|
14
15
|
extends PutDialRequestBatchRequest {}
|
|
15
16
|
export interface PutDialRequestBatchCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectCampaignsClient";
|
|
8
8
|
import { ResumeCampaignRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ResumeCampaignCommandInput extends ResumeCampaignRequest {}
|
|
11
12
|
export interface ResumeCampaignCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const ResumeCampaignCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectCampaignsClient";
|
|
8
8
|
import { StartCampaignRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StartCampaignCommandInput extends StartCampaignRequest {}
|
|
11
12
|
export interface StartCampaignCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const StartCampaignCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartInstanceOnboardingJobRequest,
|
|
10
10
|
StartInstanceOnboardingJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartInstanceOnboardingJobCommandInput
|
|
14
15
|
extends StartInstanceOnboardingJobRequest {}
|
|
15
16
|
export interface StartInstanceOnboardingJobCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectCampaignsClient";
|
|
8
8
|
import { StopCampaignRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StopCampaignCommandInput extends StopCampaignRequest {}
|
|
11
12
|
export interface StopCampaignCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const StopCampaignCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectCampaignsClient";
|
|
8
8
|
import { TagResourceRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const TagResourceCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectCampaignsClient";
|
|
8
8
|
import { UntagResourceRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
11
12
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const UntagResourceCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectCampaignsClient";
|
|
8
8
|
import { UpdateCampaignDialerConfigRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateCampaignDialerConfigCommandInput
|
|
11
12
|
extends UpdateCampaignDialerConfigRequest {}
|
|
12
13
|
export interface UpdateCampaignDialerConfigCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectCampaignsClient";
|
|
8
8
|
import { UpdateCampaignNameRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateCampaignNameCommandInput
|
|
11
12
|
extends UpdateCampaignNameRequest {}
|
|
12
13
|
export interface UpdateCampaignNameCommandOutput extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectCampaignsClient";
|
|
8
8
|
import { UpdateCampaignOutboundCallConfigRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateCampaignOutboundCallConfigCommandInput
|
|
11
12
|
extends UpdateCampaignOutboundCallConfigRequest {}
|
|
12
13
|
export interface UpdateCampaignOutboundCallConfigCommandOutput
|
|
@@ -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 ConnectCampaignsServiceException 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-connectcampaigns",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connectcampaigns 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-connectcampaigns",
|
|
@@ -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",
|