@aws-sdk/client-connectcampaigns 3.563.0 → 3.564.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.
@@ -55,6 +55,7 @@ declare const CreateCampaignCommand_base: {
55
55
  * connectQueueId: "STRING_VALUE",
56
56
  * answerMachineDetectionConfig: { // AnswerMachineDetectionConfig
57
57
  * enableAnswerMachineDetection: true || false, // required
58
+ * awaitAnswerMachinePrompt: true || false,
58
59
  * },
59
60
  * },
60
61
  * tags: { // TagMap
@@ -63,6 +63,7 @@ declare const DescribeCampaignCommand_base: {
63
63
  * // connectQueueId: "STRING_VALUE",
64
64
  * // answerMachineDetectionConfig: { // AnswerMachineDetectionConfig
65
65
  * // enableAnswerMachineDetection: true || false, // required
66
+ * // awaitAnswerMachinePrompt: true || false,
66
67
  * // },
67
68
  * // },
68
69
  * // tags: { // TagMap
@@ -39,6 +39,7 @@ declare const UpdateCampaignOutboundCallConfigCommand_base: {
39
39
  * connectSourcePhoneNumber: "STRING_VALUE",
40
40
  * answerMachineDetectionConfig: { // AnswerMachineDetectionConfig
41
41
  * enableAnswerMachineDetection: true || false, // required
42
+ * awaitAnswerMachinePrompt: true || false,
42
43
  * },
43
44
  * };
44
45
  * const command = new UpdateCampaignOutboundCallConfigCommand(input);
@@ -143,6 +143,11 @@ export interface AnswerMachineDetectionConfig {
143
143
  * @public
144
144
  */
145
145
  enableAnswerMachineDetection: boolean | undefined;
146
+ /**
147
+ * Enable or disable await answer machine prompt
148
+ * @public
149
+ */
150
+ awaitAnswerMachinePrompt?: boolean;
146
151
  }
147
152
  /**
148
153
  * The configuration used for outbound calls.
@@ -65,6 +65,7 @@ export declare namespace DialerConfig {
65
65
  }
66
66
  export interface AnswerMachineDetectionConfig {
67
67
  enableAnswerMachineDetection: boolean | undefined;
68
+ awaitAnswerMachinePrompt?: boolean;
68
69
  }
69
70
  export interface OutboundCallConfig {
70
71
  connectContactFlowId: string | undefined;
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.563.0",
4
+ "version": "3.564.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,8 @@
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.556.0",
24
23
  "@aws-sdk/core": "3.556.0",
25
- "@aws-sdk/credential-provider-node": "3.563.0",
24
+ "@aws-sdk/credential-provider-node": "3.564.0",
26
25
  "@aws-sdk/middleware-host-header": "3.535.0",
27
26
  "@aws-sdk/middleware-logger": "3.535.0",
28
27
  "@aws-sdk/middleware-recursion-detection": "3.535.0",