@aws-sdk/client-connect 3.933.0 → 3.934.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 +6 -1
- package/dist-es/schemas/schemas_0.js +6 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +1 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +5 -0
- package/dist-types/models/models_1.d.ts +10 -2
- package/dist-types/models/models_3.d.ts +10 -0
- package/dist-types/ts3.4/models/models_3.d.ts +2 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -3107,6 +3107,7 @@ const _RSR = "ReplicationStatusReason";
|
|
|
3107
3107
|
const _RSS = "ResourceShareStatus";
|
|
3108
3108
|
const _RSSL = "ReplicationStatusSummaryList";
|
|
3109
3109
|
const _RSSe = "ReplicationStatusSummary";
|
|
3110
|
+
const _RST = "RingStartTimestamp";
|
|
3110
3111
|
const _RSe = "ReferenceSummary";
|
|
3111
3112
|
const _RSu = "RuleSummary";
|
|
3112
3113
|
const _RT = "ResourceType";
|
|
@@ -3134,6 +3135,7 @@ const _RTCATIWCOe = "RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets"
|
|
|
3134
3135
|
const _RTCATIWCe = "RealTimeContactAnalysisTranscriptItemsWithContent";
|
|
3135
3136
|
const _RTE = "RefreshTokenExpiration";
|
|
3136
3137
|
const _RTES = "RuleTriggerEventSource";
|
|
3138
|
+
const _RTIS = "RingTimeoutInSeconds";
|
|
3137
3139
|
const _RTSC = "ResourceTagsSearchCriteria";
|
|
3138
3140
|
const _RTTF = "RequiredTaskTemplateFields";
|
|
3139
3141
|
const _RTe = "RehydrationType";
|
|
@@ -4325,6 +4327,7 @@ var Contact = [
|
|
|
4325
4327
|
_LUT,
|
|
4326
4328
|
_LPT,
|
|
4327
4329
|
_LRT,
|
|
4330
|
+
_RST,
|
|
4328
4331
|
_TPC,
|
|
4329
4332
|
_TPDIS,
|
|
4330
4333
|
_STc,
|
|
@@ -4372,6 +4375,7 @@ var Contact = [
|
|
|
4372
4375
|
4,
|
|
4373
4376
|
4,
|
|
4374
4377
|
4,
|
|
4378
|
+
4,
|
|
4375
4379
|
1,
|
|
4376
4380
|
1,
|
|
4377
4381
|
4,
|
|
@@ -9616,7 +9620,7 @@ var StartOutboundVoiceContactRequest = [
|
|
|
9616
9620
|
n0,
|
|
9617
9621
|
_SOVCR,
|
|
9618
9622
|
0,
|
|
9619
|
-
[_N, _D, _Ref, _RCI, _DPN, _CFI, _II, _CT, _SPNo, _QI, _Attr, _AMDC, _CIa, _TTr, _OSu],
|
|
9623
|
+
[_N, _D, _Ref, _RCI, _DPN, _CFI, _II, _CT, _SPNo, _QI, _Attr, _AMDC, _CIa, _TTr, _OSu, _RTIS],
|
|
9620
9624
|
[
|
|
9621
9625
|
[() => Name, 0],
|
|
9622
9626
|
[() => Description, 0],
|
|
@@ -9633,6 +9637,7 @@ var StartOutboundVoiceContactRequest = [
|
|
|
9633
9637
|
0,
|
|
9634
9638
|
0,
|
|
9635
9639
|
() => OutboundStrategy,
|
|
9640
|
+
1,
|
|
9636
9641
|
],
|
|
9637
9642
|
];
|
|
9638
9643
|
var StartOutboundVoiceContactResponse = [3, n0, _SOVCRt, 0, [_CI], [0]];
|
|
@@ -1532,6 +1532,7 @@ const _RSR = "ReplicationStatusReason";
|
|
|
1532
1532
|
const _RSS = "ResourceShareStatus";
|
|
1533
1533
|
const _RSSL = "ReplicationStatusSummaryList";
|
|
1534
1534
|
const _RSSe = "ReplicationStatusSummary";
|
|
1535
|
+
const _RST = "RingStartTimestamp";
|
|
1535
1536
|
const _RSe = "ReferenceSummary";
|
|
1536
1537
|
const _RSu = "RuleSummary";
|
|
1537
1538
|
const _RT = "ResourceType";
|
|
@@ -1559,6 +1560,7 @@ const _RTCATIWCOe = "RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets"
|
|
|
1559
1560
|
const _RTCATIWCe = "RealTimeContactAnalysisTranscriptItemsWithContent";
|
|
1560
1561
|
const _RTE = "RefreshTokenExpiration";
|
|
1561
1562
|
const _RTES = "RuleTriggerEventSource";
|
|
1563
|
+
const _RTIS = "RingTimeoutInSeconds";
|
|
1562
1564
|
const _RTSC = "ResourceTagsSearchCriteria";
|
|
1563
1565
|
const _RTTF = "RequiredTaskTemplateFields";
|
|
1564
1566
|
const _RTe = "RehydrationType";
|
|
@@ -2753,6 +2755,7 @@ export var Contact = [
|
|
|
2753
2755
|
_LUT,
|
|
2754
2756
|
_LPT,
|
|
2755
2757
|
_LRT,
|
|
2758
|
+
_RST,
|
|
2756
2759
|
_TPC,
|
|
2757
2760
|
_TPDIS,
|
|
2758
2761
|
_STc,
|
|
@@ -2800,6 +2803,7 @@ export var Contact = [
|
|
|
2800
2803
|
4,
|
|
2801
2804
|
4,
|
|
2802
2805
|
4,
|
|
2806
|
+
4,
|
|
2803
2807
|
1,
|
|
2804
2808
|
1,
|
|
2805
2809
|
4,
|
|
@@ -8044,7 +8048,7 @@ export var StartOutboundVoiceContactRequest = [
|
|
|
8044
8048
|
n0,
|
|
8045
8049
|
_SOVCR,
|
|
8046
8050
|
0,
|
|
8047
|
-
[_N, _D, _Ref, _RCI, _DPN, _CFI, _II, _CT, _SPNo, _QI, _Attr, _AMDC, _CIa, _TTr, _OSu],
|
|
8051
|
+
[_N, _D, _Ref, _RCI, _DPN, _CFI, _II, _CT, _SPNo, _QI, _Attr, _AMDC, _CIa, _TTr, _OSu, _RTIS],
|
|
8048
8052
|
[
|
|
8049
8053
|
[() => Name, 0],
|
|
8050
8054
|
[() => Description, 0],
|
|
@@ -8061,6 +8065,7 @@ export var StartOutboundVoiceContactRequest = [
|
|
|
8061
8065
|
0,
|
|
8062
8066
|
0,
|
|
8063
8067
|
() => OutboundStrategy,
|
|
8068
|
+
1,
|
|
8064
8069
|
],
|
|
8065
8070
|
];
|
|
8066
8071
|
export var StartOutboundVoiceContactResponse = [3, n0, _SOVCRt, 0, [_CI], [0]];
|
|
@@ -145,6 +145,7 @@ declare const DescribeContactCommand_base: {
|
|
|
145
145
|
* // LastUpdateTimestamp: new Date("TIMESTAMP"),
|
|
146
146
|
* // LastPausedTimestamp: new Date("TIMESTAMP"),
|
|
147
147
|
* // LastResumedTimestamp: new Date("TIMESTAMP"),
|
|
148
|
+
* // RingStartTimestamp: new Date("TIMESTAMP"),
|
|
148
149
|
* // TotalPauseCount: Number("int"),
|
|
149
150
|
* // TotalPauseDurationInSeconds: Number("int"),
|
|
150
151
|
* // ScheduledTimestamp: new Date("TIMESTAMP"),
|
|
@@ -45,6 +45,10 @@ declare const StartOutboundVoiceContactCommand_base: {
|
|
|
45
45
|
* <code>TrafficType</code> = <code>CAMPAIGN</code>, you must submit a service quota increase
|
|
46
46
|
* request to the quota <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#outbound-communications-quotas">Amazon Connect campaigns</a>. </p>
|
|
47
47
|
* </note>
|
|
48
|
+
* <note>
|
|
49
|
+
* <p>For Preview dialing mode, only the Amazon Connect outbound campaigns service principal is
|
|
50
|
+
* allowed to assume a role in your account and call this API with OutboundStrategy. </p>
|
|
51
|
+
* </note>
|
|
48
52
|
* @example
|
|
49
53
|
* Use a bare-bones client and the command you need to make an API call.
|
|
50
54
|
* ```javascript
|
|
@@ -96,6 +100,7 @@ declare const StartOutboundVoiceContactCommand_base: {
|
|
|
96
100
|
* },
|
|
97
101
|
* },
|
|
98
102
|
* },
|
|
103
|
+
* RingTimeoutInSeconds: Number("int"),
|
|
99
104
|
* };
|
|
100
105
|
* const command = new StartOutboundVoiceContactCommand(input);
|
|
101
106
|
* const response = await client.send(command);
|
|
@@ -6830,7 +6830,7 @@ export interface GetMetricDataV2Request {
|
|
|
6830
6830
|
* <code>CASE_TEMPLATE_ARN</code> | <code>CASE_STATUS</code> | <code>CHANNEL</code> |
|
|
6831
6831
|
* <code>contact/segmentAttributes/connect:Subtype</code> | <code>DISCONNECT_REASON</code> |
|
|
6832
6832
|
* <code>EVALUATION_FORM</code> | <code>EVALUATION_SECTION</code> |
|
|
6833
|
-
* <code>EVALUATION_QUESTION</code> | <code>EVALUATION_SOURCE</code> | <code>FEATURE</code> |
|
|
6833
|
+
* <code>EVALUATION_QUESTION</code> | <code>EVALUATION_SOURCE</code> | <code>EVALUATOR_ID</code> | <code>FEATURE</code> |
|
|
6834
6834
|
* <code>FLOW_ACTION_ID</code> | <code>FLOW_TYPE</code> | <code>FLOWS_MODULE_RESOURCE_ID</code> |
|
|
6835
6835
|
* <code>FLOWS_NEXT_RESOURCE_ID</code> | <code>FLOWS_NEXT_RESOURCE_QUEUE_ID</code> |
|
|
6836
6836
|
* <code>FLOWS_OUTCOME_TYPE</code> | <code>FLOWS_RESOURCE_ID</code> | <code>FORM_VERSION</code> |
|
|
@@ -6894,7 +6894,7 @@ export interface GetMetricDataV2Request {
|
|
|
6894
6894
|
* <code>CASE_TEMPLATE_ARN</code> | <code>CASE_STATUS</code> | <code>CHANNEL</code> |
|
|
6895
6895
|
* <code>contact/segmentAttributes/connect:Subtype</code> | <code>DISCONNECT_REASON</code> |
|
|
6896
6896
|
* <code>EVALUATION_FORM</code> | <code>EVALUATION_SECTION</code> |
|
|
6897
|
-
* <code>EVALUATION_QUESTION</code> | <code>EVALUATION_SOURCE</code> |
|
|
6897
|
+
* <code>EVALUATION_QUESTION</code> | <code>EVALUATION_SOURCE</code> | <code>EVALUATOR_ID</code> |
|
|
6898
6898
|
* <code>FLOWS_RESOURCE_ID</code> | <code>FLOWS_MODULE_RESOURCE_ID</code> |
|
|
6899
6899
|
* <code>FLOW_ACTION_ID</code> | <code>FLOW_TYPE</code> | <code>FLOWS_OUTCOME_TYPE</code> |
|
|
6900
6900
|
* <code>FORM_VERSION</code> | <code>INITIATION_METHOD</code> |
|
|
@@ -7020,6 +7020,14 @@ export interface GetMetricDataV2Request {
|
|
|
7020
7020
|
* <p>Feature is a valid filter but not a valid grouping.</p>
|
|
7021
7021
|
* </note>
|
|
7022
7022
|
* </dd>
|
|
7023
|
+
* <dt>AVG_AGENT_CONCURRENCY</dt>
|
|
7024
|
+
* <dd>
|
|
7025
|
+
* <p>Unit: Count</p>
|
|
7026
|
+
* <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect</p>
|
|
7027
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-concurrency">Average
|
|
7028
|
+
* agent concurrency</a>
|
|
7029
|
+
* </p>
|
|
7030
|
+
* </dd>
|
|
7023
7031
|
* <dt>AVG_AGENT_CONNECTING_TIME</dt>
|
|
7024
7032
|
* <dd>
|
|
7025
7033
|
* <p>Unit: Seconds</p>
|
|
@@ -164,6 +164,11 @@ export interface StartOutboundVoiceContactRequest {
|
|
|
164
164
|
* @public
|
|
165
165
|
*/
|
|
166
166
|
OutboundStrategy?: OutboundStrategy | undefined;
|
|
167
|
+
/**
|
|
168
|
+
* <p>The maximum time the outbound call will wait for the destination to answer the call, in seconds </p>
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
171
|
+
RingTimeoutInSeconds?: number | undefined;
|
|
167
172
|
}
|
|
168
173
|
/**
|
|
169
174
|
* @public
|
|
@@ -5042,6 +5047,11 @@ export interface Contact {
|
|
|
5042
5047
|
* @public
|
|
5043
5048
|
*/
|
|
5044
5049
|
LastResumedTimestamp?: Date | undefined;
|
|
5050
|
+
/**
|
|
5051
|
+
* <p>The timestamp when ringing started for a campaign call.</p>
|
|
5052
|
+
* @public
|
|
5053
|
+
*/
|
|
5054
|
+
RingStartTimestamp?: Date | undefined;
|
|
5045
5055
|
/**
|
|
5046
5056
|
* <p>Total pause count for a contact.</p>
|
|
5047
5057
|
* @public
|
|
@@ -153,6 +153,7 @@ export interface StartOutboundVoiceContactRequest {
|
|
|
153
153
|
CampaignId?: string | undefined;
|
|
154
154
|
TrafficType?: TrafficType | undefined;
|
|
155
155
|
OutboundStrategy?: OutboundStrategy | undefined;
|
|
156
|
+
RingTimeoutInSeconds?: number | undefined;
|
|
156
157
|
}
|
|
157
158
|
export interface StartOutboundVoiceContactResponse {
|
|
158
159
|
ContactId?: string | undefined;
|
|
@@ -1255,6 +1256,7 @@ export interface Contact {
|
|
|
1255
1256
|
LastUpdateTimestamp?: Date | undefined;
|
|
1256
1257
|
LastPausedTimestamp?: Date | undefined;
|
|
1257
1258
|
LastResumedTimestamp?: Date | undefined;
|
|
1259
|
+
RingStartTimestamp?: Date | undefined;
|
|
1258
1260
|
TotalPauseCount?: number | undefined;
|
|
1259
1261
|
TotalPauseDurationInSeconds?: number | undefined;
|
|
1260
1262
|
ScheduledTimestamp?: Date | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.934.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-connect",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.934.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.934.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.934.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.934.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
35
|
"@smithy/core": "^3.18.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|