@aws-sdk/client-connectcampaigns 3.588.0 → 3.592.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist-cjs/index.js +0 -22
  2. package/dist-types/ConnectCampaignsClient.d.ts +4 -4
  3. package/dist-types/commands/CreateCampaignCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +2 -1
  7. package/dist-types/commands/DescribeCampaignCommand.d.ts +2 -1
  8. package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +2 -1
  9. package/dist-types/commands/GetCampaignStateCommand.d.ts +2 -1
  10. package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +2 -1
  11. package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +2 -1
  12. package/dist-types/commands/ListCampaignsCommand.d.ts +2 -1
  13. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  14. package/dist-types/commands/PauseCampaignCommand.d.ts +2 -1
  15. package/dist-types/commands/PutDialRequestBatchCommand.d.ts +2 -1
  16. package/dist-types/commands/ResumeCampaignCommand.d.ts +2 -1
  17. package/dist-types/commands/StartCampaignCommand.d.ts +2 -1
  18. package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +2 -1
  19. package/dist-types/commands/StopCampaignCommand.d.ts +2 -1
  20. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/UpdateCampaignDialerConfigCommand.d.ts +2 -1
  23. package/dist-types/commands/UpdateCampaignNameCommand.d.ts +2 -1
  24. package/dist-types/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +2 -1
  25. package/dist-types/index.d.ts +2 -2
  26. package/dist-types/models/ConnectCampaignsServiceException.d.ts +2 -1
  27. package/dist-types/runtimeConfig.native.d.ts +1 -1
  28. package/dist-types/ts3.4/ConnectCampaignsClient.d.ts +1 -1
  29. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/PutDialRequestBatchCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/UpdateCampaignDialerConfigCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/UpdateCampaignOutboundCallConfigCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/models/ConnectCampaignsServiceException.d.ts +2 -1
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  53. 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) {
@@ -112,15 +112,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
112
112
  * Enables FIPS compatible endpoints.
113
113
  */
114
114
  useFipsEndpoint?: boolean | __Provider<boolean>;
115
+ /**
116
+ * The AWS region to which this client will send requests
117
+ */
118
+ region?: string | __Provider<string>;
115
119
  /**
116
120
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
117
121
  * @internal
118
122
  */
119
123
  defaultUserAgentProvider?: Provider<__UserAgent>;
120
- /**
121
- * The AWS region to which this client will send requests
122
- */
123
- region?: string | __Provider<string>;
124
124
  /**
125
125
  * Default credentials provider; Not available in browser runtime.
126
126
  * @deprecated
@@ -5,7 +5,8 @@ import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteCampaignRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteConnectInstanceConfigRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteInstanceOnboardingJobRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeCampaignRequest, DescribeCampaignResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetCampaignStateBatchRequest, GetCampaignStateBatchResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetCampaignStateRequest, GetCampaignStateResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetConnectInstanceConfigRequest, GetConnectInstanceConfigResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetInstanceOnboardingJobStatusRequest, GetInstanceOnboardingJobStatusRe
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PauseCampaignRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutDialRequestBatchRequest, PutDialRequestBatchResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResumeCampaignRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartCampaignRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartInstanceOnboardingJobRequest, StartInstanceOnboardingJobResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StopCampaignRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateCampaignDialerConfigRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateCampaignNameRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateCampaignOutboundCallConfigRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -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 { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: ConnectCampaignsClientConfig) =>
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -202,8 +202,8 @@ export interface ClientDefaults
202
202
  serviceId?: string;
203
203
  useDualstackEndpoint?: boolean | __Provider<boolean>;
204
204
  useFipsEndpoint?: boolean | __Provider<boolean>;
205
- defaultUserAgentProvider?: Provider<__UserAgent>;
206
205
  region?: string | __Provider<string>;
206
+ defaultUserAgentProvider?: Provider<__UserAgent>;
207
207
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
208
208
  maxAttempts?: number | __Provider<number>;
209
209
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  CreateCampaignRequest,
10
10
  CreateCampaignResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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 { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class ConnectCampaignsServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
+ region: string | import("@smithy/types").Provider<any>;
25
26
  defaultUserAgentProvider: import("@smithy/types").Provider<
26
27
  import("@smithy/types").UserAgent
27
28
  >;
28
- region: string | import("@smithy/types").Provider<any>;
29
29
  credentialDefaultProvider: (
30
30
  input: any
31
31
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connectcampaigns",
3
3
  "description": "AWS SDK for JavaScript Connectcampaigns Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-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.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.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.1.1",
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",