@aws-sdk/client-connectcampaignsv2 3.984.0 → 3.986.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 CHANGED
@@ -1871,6 +1871,7 @@ const EventType = {
1871
1871
  CAMPAIGN_ORCHESTRATION: "Campaign-Orchestration",
1872
1872
  CAMPAIGN_SMS: "Campaign-SMS",
1873
1873
  CAMPAIGN_TELEPHONY: "Campaign-Telephony",
1874
+ CAMPAIGN_WHATS_APP: "Campaign-WhatsApp",
1874
1875
  };
1875
1876
  const FailureCode = {
1876
1877
  BUFFER_LIMIT_EXCEEDED: "BufferLimitExceeded",
@@ -80,6 +80,7 @@ export const EventType = {
80
80
  CAMPAIGN_ORCHESTRATION: "Campaign-Orchestration",
81
81
  CAMPAIGN_SMS: "Campaign-SMS",
82
82
  CAMPAIGN_TELEPHONY: "Campaign-Telephony",
83
+ CAMPAIGN_WHATS_APP: "Campaign-WhatsApp",
83
84
  };
84
85
  export const FailureCode = {
85
86
  BUFFER_LIMIT_EXCEEDED: "BufferLimitExceeded",
@@ -239,6 +239,7 @@ export declare const EventType: {
239
239
  readonly CAMPAIGN_ORCHESTRATION: "Campaign-Orchestration";
240
240
  readonly CAMPAIGN_SMS: "Campaign-SMS";
241
241
  readonly CAMPAIGN_TELEPHONY: "Campaign-Telephony";
242
+ readonly CAMPAIGN_WHATS_APP: "Campaign-WhatsApp";
242
243
  };
243
244
  /**
244
245
  * @public
@@ -109,6 +109,7 @@ export declare const EventType: {
109
109
  readonly CAMPAIGN_ORCHESTRATION: "Campaign-Orchestration";
110
110
  readonly CAMPAIGN_SMS: "Campaign-SMS";
111
111
  readonly CAMPAIGN_TELEPHONY: "Campaign-Telephony";
112
+ readonly CAMPAIGN_WHATS_APP: "Campaign-WhatsApp";
112
113
  };
113
114
  export type EventType = (typeof EventType)[keyof typeof EventType];
114
115
  export declare const FailureCode: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connectcampaignsv2",
3
3
  "description": "AWS SDK for JavaScript Connectcampaignsv2 Client for Node.js, Browser and React Native",
4
- "version": "3.984.0",
4
+ "version": "3.986.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-connectcampaignsv2",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.6",
25
- "@aws-sdk/credential-provider-node": "^3.972.5",
24
+ "@aws-sdk/core": "^3.973.7",
25
+ "@aws-sdk/credential-provider-node": "^3.972.6",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.6",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.7",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.984.0",
32
+ "@aws-sdk/util-endpoints": "3.986.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.4",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.5",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.0",
36
+ "@smithy/core": "^3.22.1",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.12",
42
- "@smithy/middleware-retry": "^4.4.29",
41
+ "@smithy/middleware-endpoint": "^4.4.13",
42
+ "@smithy/middleware-retry": "^4.4.30",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.8",
46
+ "@smithy/node-http-handler": "^4.4.9",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.1",
48
+ "@smithy/smithy-client": "^4.11.2",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.28",
55
- "@smithy/util-defaults-mode-node": "^4.2.31",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.29",
55
+ "@smithy/util-defaults-mode-node": "^4.2.32",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",