@aws-sdk/client-connect 3.326.0 → 3.328.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/protocols/Aws_restJson1.js +0 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -3
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -2
- package/dist-types/commands/CreateParticipantCommand.d.ts +0 -3
- package/dist-types/commands/DescribeRuleCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +3 -3
- package/dist-types/models/models_1.d.ts +6 -6
- package/package.json +8 -8
|
@@ -5254,9 +5254,6 @@ const de_CreateParticipantCommandError = async (output, context) => {
|
|
|
5254
5254
|
case "InternalServiceException":
|
|
5255
5255
|
case "com.amazonaws.connect#InternalServiceException":
|
|
5256
5256
|
throw await de_InternalServiceExceptionRes(parsedOutput, context);
|
|
5257
|
-
case "InvalidParameterException":
|
|
5258
|
-
case "com.amazonaws.connect#InvalidParameterException":
|
|
5259
|
-
throw await de_InvalidParameterExceptionRes(parsedOutput, context);
|
|
5260
5257
|
case "InvalidRequestException":
|
|
5261
5258
|
case "com.amazonaws.connect#InvalidRequestException":
|
|
5262
5259
|
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
@@ -5039,9 +5039,6 @@ const de_CreateParticipantCommandError = async (output, context) => {
|
|
|
5039
5039
|
case "InternalServiceException":
|
|
5040
5040
|
case "com.amazonaws.connect#InternalServiceException":
|
|
5041
5041
|
throw await de_InternalServiceExceptionRes(parsedOutput, context);
|
|
5042
|
-
case "InvalidParameterException":
|
|
5043
|
-
case "com.amazonaws.connect#InvalidParameterException":
|
|
5044
|
-
throw await de_InvalidParameterExceptionRes(parsedOutput, context);
|
|
5045
5042
|
case "InvalidRequestException":
|
|
5046
5043
|
case "com.amazonaws.connect#InvalidRequestException":
|
|
5047
5044
|
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
@@ -21,8 +21,7 @@ export interface CreateEvaluationFormCommandOutput extends CreateEvaluationFormR
|
|
|
21
21
|
/**
|
|
22
22
|
* @public
|
|
23
23
|
* <p>Creates an evaluation form in the specified Amazon Connect instance. The form can be used to define
|
|
24
|
-
* questions related to agent performance, and create sections to organize such questions.
|
|
25
|
-
* evaluation form must have a unique title within an instance. Question and section identifiers
|
|
24
|
+
* questions related to agent performance, and create sections to organize such questions. Question and section identifiers
|
|
26
25
|
* cannot be duplicated within the same evaluation form.</p>
|
|
27
26
|
* @example
|
|
28
27
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -57,9 +57,6 @@ export interface CreateParticipantCommandOutput extends CreateParticipantRespons
|
|
|
57
57
|
* @throws {@link InternalServiceException} (server fault)
|
|
58
58
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
59
59
|
*
|
|
60
|
-
* @throws {@link InvalidParameterException} (client fault)
|
|
61
|
-
* <p>One or more of the specified parameters are not valid.</p>
|
|
62
|
-
*
|
|
63
60
|
* @throws {@link InvalidRequestException} (client fault)
|
|
64
61
|
* <p>The request is not valid.</p>
|
|
65
62
|
*
|
|
@@ -38,7 +38,7 @@ export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __Metad
|
|
|
38
38
|
* // RuleId: "STRING_VALUE", // required
|
|
39
39
|
* // RuleArn: "STRING_VALUE", // required
|
|
40
40
|
* // TriggerEventSource: { // RuleTriggerEventSource
|
|
41
|
-
* // EventSourceName: "OnPostCallAnalysisAvailable" || "OnRealTimeCallAnalysisAvailable" || "OnPostChatAnalysisAvailable" || "OnZendeskTicketCreate" || "OnZendeskTicketStatusUpdate" || "OnSalesforceCaseCreate", // required
|
|
41
|
+
* // EventSourceName: "OnPostCallAnalysisAvailable" || "OnRealTimeCallAnalysisAvailable" || "OnPostChatAnalysisAvailable" || "OnZendeskTicketCreate" || "OnZendeskTicketStatusUpdate" || "OnSalesforceCaseCreate" || "OnContactEvaluationSubmit", // required
|
|
42
42
|
* // IntegrationAssociationId: "STRING_VALUE",
|
|
43
43
|
* // },
|
|
44
44
|
* // Function: "STRING_VALUE", // required
|
|
@@ -41,7 +41,7 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
|
|
|
41
41
|
* // Name: "STRING_VALUE", // required
|
|
42
42
|
* // RuleId: "STRING_VALUE", // required
|
|
43
43
|
* // RuleArn: "STRING_VALUE", // required
|
|
44
|
-
* // EventSourceName: "OnPostCallAnalysisAvailable" || "OnRealTimeCallAnalysisAvailable" || "OnPostChatAnalysisAvailable" || "OnZendeskTicketCreate" || "OnZendeskTicketStatusUpdate" || "OnSalesforceCaseCreate", // required
|
|
44
|
+
* // EventSourceName: "OnPostCallAnalysisAvailable" || "OnRealTimeCallAnalysisAvailable" || "OnPostChatAnalysisAvailable" || "OnZendeskTicketCreate" || "OnZendeskTicketStatusUpdate" || "OnSalesforceCaseCreate" || "OnContactEvaluationSubmit", // required
|
|
45
45
|
* // PublishStatus: "DRAFT" || "PUBLISHED", // required
|
|
46
46
|
* // ActionSummaries: [ // ActionSummaries // required
|
|
47
47
|
* // { // ActionSummary
|
|
@@ -20,7 +20,7 @@ export interface UpdateEvaluationFormCommandOutput extends UpdateEvaluationFormR
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Updates details about a specific evaluation form version in the specified Amazon Connect
|
|
23
|
-
* instance.
|
|
23
|
+
* instance. Question and section
|
|
24
24
|
* identifiers cannot be duplicated within the same evaluation form.</p>
|
|
25
25
|
* <p>This operation does not support partial updates. Instead it does a full update of evaluation form content.</p>
|
|
26
26
|
* @example
|
|
@@ -1151,12 +1151,12 @@ export type NumericQuestionPropertyAutomationLabel = (typeof NumericQuestionProp
|
|
|
1151
1151
|
* of 0 and maximum value of 28800.</p>
|
|
1152
1152
|
* </li>
|
|
1153
1153
|
* <li>
|
|
1154
|
-
* <p>
|
|
1154
|
+
* <p>Percentages have a minimum value of 0 and maximum value of 100. </p>
|
|
1155
1155
|
* </li>
|
|
1156
1156
|
* <li>
|
|
1157
1157
|
* <p>
|
|
1158
1158
|
* <code>NUMBER_OF_INTERRUPTIONS</code> has a minimum value of 0 and maximum value of
|
|
1159
|
-
*
|
|
1159
|
+
* 1000.</p>
|
|
1160
1160
|
* </li>
|
|
1161
1161
|
* </ul>
|
|
1162
1162
|
*/
|
|
@@ -1267,7 +1267,7 @@ export interface SingleSelectQuestionRuleCategoryAutomation {
|
|
|
1267
1267
|
*/
|
|
1268
1268
|
Condition: SingleSelectQuestionRuleCategoryAutomationCondition | string | undefined;
|
|
1269
1269
|
/**
|
|
1270
|
-
* <p>The identifier of the answer option
|
|
1270
|
+
* <p>The identifier of the answer option.</p>
|
|
1271
1271
|
*/
|
|
1272
1272
|
OptionRefId: string | undefined;
|
|
1273
1273
|
}
|
|
@@ -1260,7 +1260,7 @@ export interface EvaluationSummary {
|
|
|
1260
1260
|
*/
|
|
1261
1261
|
EvaluationArn: string | undefined;
|
|
1262
1262
|
/**
|
|
1263
|
-
* <p>A
|
|
1263
|
+
* <p>A title of the evaluation form.</p>
|
|
1264
1264
|
*/
|
|
1265
1265
|
EvaluationFormTitle: string | undefined;
|
|
1266
1266
|
/**
|
|
@@ -1772,7 +1772,7 @@ export interface EvaluationFormSummary {
|
|
|
1772
1772
|
*/
|
|
1773
1773
|
EvaluationFormArn: string | undefined;
|
|
1774
1774
|
/**
|
|
1775
|
-
* <p>A
|
|
1775
|
+
* <p>A title of the evaluation form.</p>
|
|
1776
1776
|
*/
|
|
1777
1777
|
Title: string | undefined;
|
|
1778
1778
|
/**
|
|
@@ -5790,7 +5790,7 @@ export interface CreateEvaluationFormRequest {
|
|
|
5790
5790
|
*/
|
|
5791
5791
|
InstanceId: string | undefined;
|
|
5792
5792
|
/**
|
|
5793
|
-
* <p>A
|
|
5793
|
+
* <p>A title of the evaluation form.</p>
|
|
5794
5794
|
*/
|
|
5795
5795
|
Title: string | undefined;
|
|
5796
5796
|
/**
|
|
@@ -5835,7 +5835,7 @@ export interface EvaluationForm {
|
|
|
5835
5835
|
*/
|
|
5836
5836
|
EvaluationFormArn: string | undefined;
|
|
5837
5837
|
/**
|
|
5838
|
-
* <p>A
|
|
5838
|
+
* <p>A title of the evaluation form.</p>
|
|
5839
5839
|
*/
|
|
5840
5840
|
Title: string | undefined;
|
|
5841
5841
|
/**
|
|
@@ -5893,7 +5893,7 @@ export interface EvaluationFormContent {
|
|
|
5893
5893
|
*/
|
|
5894
5894
|
EvaluationFormArn: string | undefined;
|
|
5895
5895
|
/**
|
|
5896
|
-
* <p>A
|
|
5896
|
+
* <p>A title of the evaluation form.</p>
|
|
5897
5897
|
*/
|
|
5898
5898
|
Title: string | undefined;
|
|
5899
5899
|
/**
|
|
@@ -6015,7 +6015,7 @@ export interface UpdateEvaluationFormRequest {
|
|
|
6015
6015
|
*/
|
|
6016
6016
|
CreateNewVersion?: boolean;
|
|
6017
6017
|
/**
|
|
6018
|
-
* <p>A
|
|
6018
|
+
* <p>A title of the evaluation form.</p>
|
|
6019
6019
|
*/
|
|
6020
6020
|
Title: string | undefined;
|
|
6021
6021
|
/**
|
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.328.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.328.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.328.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.327.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.327.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.328.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.325.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.327.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.327.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|