@aws-sdk/client-connectcampaignsv2 3.1030.0 → 3.1032.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/README.md +14 -0
- package/dist-cjs/index.js +28 -0
- package/dist-cjs/schemas/schemas_0.js +39 -10
- package/dist-es/ConnectCampaignsV2.js +4 -0
- package/dist-es/commands/DeleteCampaignEntryLimitsCommand.js +16 -0
- package/dist-es/commands/UpdateCampaignEntryLimitsCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +35 -6
- package/dist-types/ConnectCampaignsV2.d.ts +14 -0
- package/dist-types/ConnectCampaignsV2Client.d.ts +4 -2
- package/dist-types/commands/CreateCampaignCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCampaignEntryLimitsCommand.d.ts +90 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +4 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCampaignEntryLimitsCommand.d.ts +94 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +58 -0
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/ConnectCampaignsV2.d.ts +34 -0
- package/dist-types/ts3.4/ConnectCampaignsV2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/DeleteCampaignEntryLimitsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateCampaignEntryLimitsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +33 -33
|
@@ -33,6 +33,7 @@ export declare var CustomerProfilesIntegrationSummary$: StaticStructureSchema;
|
|
|
33
33
|
export declare var DeleteCampaignChannelSubtypeConfigRequest$: StaticStructureSchema;
|
|
34
34
|
export declare var DeleteCampaignCommunicationLimitsRequest$: StaticStructureSchema;
|
|
35
35
|
export declare var DeleteCampaignCommunicationTimeRequest$: StaticStructureSchema;
|
|
36
|
+
export declare var DeleteCampaignEntryLimitsRequest$: StaticStructureSchema;
|
|
36
37
|
export declare var DeleteCampaignRequest$: StaticStructureSchema;
|
|
37
38
|
export declare var DeleteConnectInstanceConfigRequest$: StaticStructureSchema;
|
|
38
39
|
export declare var DeleteConnectInstanceIntegrationRequest$: StaticStructureSchema;
|
|
@@ -43,6 +44,7 @@ export declare var EmailChannelSubtypeConfig$: StaticStructureSchema;
|
|
|
43
44
|
export declare var EmailChannelSubtypeParameters$: StaticStructureSchema;
|
|
44
45
|
export declare var EmailOutboundConfig$: StaticStructureSchema;
|
|
45
46
|
export declare var EncryptionConfig$: StaticStructureSchema;
|
|
47
|
+
export declare var EntryLimitsConfig$: StaticStructureSchema;
|
|
46
48
|
export declare var EventTrigger$: StaticStructureSchema;
|
|
47
49
|
export declare var FailedCampaignStateResponse$: StaticStructureSchema;
|
|
48
50
|
export declare var FailedProfileOutboundRequest$: StaticStructureSchema;
|
|
@@ -110,6 +112,7 @@ export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
|
110
112
|
export declare var UpdateCampaignChannelSubtypeConfigRequest$: StaticStructureSchema;
|
|
111
113
|
export declare var UpdateCampaignCommunicationLimitsRequest$: StaticStructureSchema;
|
|
112
114
|
export declare var UpdateCampaignCommunicationTimeRequest$: StaticStructureSchema;
|
|
115
|
+
export declare var UpdateCampaignEntryLimitsRequest$: StaticStructureSchema;
|
|
113
116
|
export declare var UpdateCampaignFlowAssociationRequest$: StaticStructureSchema;
|
|
114
117
|
export declare var UpdateCampaignNameRequest$: StaticStructureSchema;
|
|
115
118
|
export declare var UpdateCampaignScheduleRequest$: StaticStructureSchema;
|
|
@@ -134,6 +137,7 @@ export declare var DeleteCampaign$: StaticOperationSchema;
|
|
|
134
137
|
export declare var DeleteCampaignChannelSubtypeConfig$: StaticOperationSchema;
|
|
135
138
|
export declare var DeleteCampaignCommunicationLimits$: StaticOperationSchema;
|
|
136
139
|
export declare var DeleteCampaignCommunicationTime$: StaticOperationSchema;
|
|
140
|
+
export declare var DeleteCampaignEntryLimits$: StaticOperationSchema;
|
|
137
141
|
export declare var DeleteConnectInstanceConfig$: StaticOperationSchema;
|
|
138
142
|
export declare var DeleteConnectInstanceIntegration$: StaticOperationSchema;
|
|
139
143
|
export declare var DeleteInstanceOnboardingJob$: StaticOperationSchema;
|
|
@@ -160,6 +164,7 @@ export declare var UntagResource$: StaticOperationSchema;
|
|
|
160
164
|
export declare var UpdateCampaignChannelSubtypeConfig$: StaticOperationSchema;
|
|
161
165
|
export declare var UpdateCampaignCommunicationLimits$: StaticOperationSchema;
|
|
162
166
|
export declare var UpdateCampaignCommunicationTime$: StaticOperationSchema;
|
|
167
|
+
export declare var UpdateCampaignEntryLimits$: StaticOperationSchema;
|
|
163
168
|
export declare var UpdateCampaignFlowAssociation$: StaticOperationSchema;
|
|
164
169
|
export declare var UpdateCampaignName$: StaticOperationSchema;
|
|
165
170
|
export declare var UpdateCampaignSchedule$: StaticOperationSchema;
|
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.
|
|
4
|
+
"version": "3.1032.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,41 +21,41 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.5.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
49
|
-
"@smithy/types": "^4.14.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "^3.974.1",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.32",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.31",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.12",
|
|
31
|
+
"@aws-sdk/types": "^3.973.8",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.7",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.17",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.16",
|
|
36
|
+
"@smithy/core": "^3.23.15",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
38
|
+
"@smithy/hash-node": "^4.2.14",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.30",
|
|
42
|
+
"@smithy/middleware-retry": "^4.5.3",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.18",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.3",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
48
|
+
"@smithy/smithy-client": "^4.12.11",
|
|
49
|
+
"@smithy/types": "^4.14.1",
|
|
50
|
+
"@smithy/url-parser": "^4.2.14",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.3.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.47",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.52",
|
|
56
|
+
"@smithy/util-endpoints": "^3.4.1",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
58
|
+
"@smithy/util-retry": "^4.3.2",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|