@aws-sdk/client-connectcampaigns 3.496.0 → 3.499.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 +23 -22
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2366,51 +2366,52 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2366
2366
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2367
2367
|
|
|
2368
2368
|
0 && (module.exports = {
|
|
2369
|
-
AccessDeniedException,
|
|
2370
|
-
CampaignState,
|
|
2371
|
-
ConflictException,
|
|
2372
|
-
ConnectCampaigns,
|
|
2373
|
-
ConnectCampaignsClient,
|
|
2374
2369
|
ConnectCampaignsServiceException,
|
|
2370
|
+
__Client,
|
|
2371
|
+
ConnectCampaignsClient,
|
|
2372
|
+
ConnectCampaigns,
|
|
2373
|
+
$Command,
|
|
2375
2374
|
CreateCampaignCommand,
|
|
2376
2375
|
DeleteCampaignCommand,
|
|
2377
2376
|
DeleteConnectInstanceConfigCommand,
|
|
2378
2377
|
DeleteInstanceOnboardingJobCommand,
|
|
2379
2378
|
DescribeCampaignCommand,
|
|
2380
|
-
DialRequestFilterSensitiveLog,
|
|
2381
|
-
DialerConfig,
|
|
2382
|
-
EncryptionType,
|
|
2383
|
-
FailureCode,
|
|
2384
2379
|
GetCampaignStateBatchCommand,
|
|
2385
|
-
GetCampaignStateBatchFailureCode,
|
|
2386
2380
|
GetCampaignStateCommand,
|
|
2387
2381
|
GetConnectInstanceConfigCommand,
|
|
2388
2382
|
GetInstanceOnboardingJobStatusCommand,
|
|
2389
|
-
InstanceIdFilterOperator,
|
|
2390
|
-
InstanceOnboardingJobFailureCode,
|
|
2391
|
-
InstanceOnboardingJobStatusCode,
|
|
2392
|
-
InternalServerException,
|
|
2393
|
-
InvalidCampaignStateException,
|
|
2394
|
-
InvalidStateException,
|
|
2395
2383
|
ListCampaignsCommand,
|
|
2396
2384
|
ListTagsForResourceCommand,
|
|
2397
2385
|
PauseCampaignCommand,
|
|
2398
2386
|
PutDialRequestBatchCommand,
|
|
2399
|
-
PutDialRequestBatchRequestFilterSensitiveLog,
|
|
2400
|
-
ResourceNotFoundException,
|
|
2401
2387
|
ResumeCampaignCommand,
|
|
2402
|
-
ServiceQuotaExceededException,
|
|
2403
2388
|
StartCampaignCommand,
|
|
2404
2389
|
StartInstanceOnboardingJobCommand,
|
|
2405
2390
|
StopCampaignCommand,
|
|
2406
2391
|
TagResourceCommand,
|
|
2407
|
-
ThrottlingException,
|
|
2408
2392
|
UntagResourceCommand,
|
|
2409
2393
|
UpdateCampaignDialerConfigCommand,
|
|
2410
2394
|
UpdateCampaignNameCommand,
|
|
2411
2395
|
UpdateCampaignOutboundCallConfigCommand,
|
|
2396
|
+
paginateListCampaigns,
|
|
2397
|
+
AccessDeniedException,
|
|
2398
|
+
ConflictException,
|
|
2399
|
+
DialerConfig,
|
|
2400
|
+
InternalServerException,
|
|
2401
|
+
ResourceNotFoundException,
|
|
2402
|
+
ServiceQuotaExceededException,
|
|
2403
|
+
ThrottlingException,
|
|
2412
2404
|
ValidationException,
|
|
2413
|
-
|
|
2414
|
-
|
|
2405
|
+
InvalidStateException,
|
|
2406
|
+
CampaignState,
|
|
2407
|
+
GetCampaignStateBatchFailureCode,
|
|
2408
|
+
EncryptionType,
|
|
2409
|
+
InstanceOnboardingJobFailureCode,
|
|
2410
|
+
InstanceOnboardingJobStatusCode,
|
|
2411
|
+
InstanceIdFilterOperator,
|
|
2412
|
+
InvalidCampaignStateException,
|
|
2413
|
+
FailureCode,
|
|
2414
|
+
DialRequestFilterSensitiveLog,
|
|
2415
|
+
PutDialRequestBatchRequestFilterSensitiveLog
|
|
2415
2416
|
});
|
|
2416
2417
|
|
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.499.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,9 +20,9 @@
|
|
|
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-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|