@aws-sdk/client-connect 3.925.0 → 3.926.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 +16 -0
- package/dist-cjs/index.js +590 -146
- package/dist-es/Connect.js +4 -0
- package/dist-es/commands/CreateViewCommand.js +2 -1
- package/dist-es/commands/CreateViewVersionCommand.js +1 -1
- package/dist-es/commands/SearchContactEvaluationsCommand.js +22 -0
- package/dist-es/commands/SearchEvaluationFormsCommand.js +22 -0
- package/dist-es/commands/StartOutboundVoiceContactCommand.js +1 -1
- package/dist-es/commands/StartTaskContactCommand.js +1 -1
- package/dist-es/commands/StartWebRTCContactCommand.js +1 -1
- package/dist-es/commands/UpdateContactCommand.js +1 -1
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +29 -56
- package/dist-es/models/models_1.js +92 -20
- package/dist-es/models/models_2.js +50 -76
- package/dist-es/models/models_3.js +85 -0
- package/dist-es/protocols/Aws_restJson1.js +291 -4
- package/dist-types/Connect.d.ts +14 -0
- package/dist-types/ConnectClient.d.ts +4 -2
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +96 -4
- package/dist-types/commands/CreateViewCommand.d.ts +2 -1
- package/dist-types/commands/CreateViewVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAttachedFileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +147 -4
- package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +93 -4
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListBotsCommand.d.ts +2 -1
- package/dist-types/commands/ListContactEvaluationsCommand.d.ts +10 -1
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +1 -1
- package/dist-types/commands/ListContactFlowVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactReferencesCommand.d.ts +1 -1
- package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListEvaluationFormsCommand.d.ts +1 -1
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +241 -0
- package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +222 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/commands/StartContactEvaluationCommand.d.ts +6 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/commands/StartScreenSharingCommand.d.ts +1 -1
- package/dist-types/commands/StartTaskContactCommand.d.ts +1 -2
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +4 -1
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/TagContactCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/commands/UntagContactCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +1 -2
- package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +93 -4
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +225 -309
- package/dist-types/models/models_1.d.ts +602 -845
- package/dist-types/models/models_2.d.ts +3819 -3480
- package/dist-types/models/models_3.d.ts +3116 -1848
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/Connect.d.ts +34 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAttachedFileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListContactEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +89 -94
- package/dist-types/ts3.4/models/models_1.d.ts +197 -256
- package/dist-types/ts3.4/models/models_2.d.ts +399 -249
- package/dist-types/ts3.4/models/models_3.d.ts +426 -74
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +5 -5
|
@@ -3,10 +3,10 @@ import { requestBuilder as rb } from "@smithy/core";
|
|
|
3
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, limitedParseFloat32 as __limitedParseFloat32, map, parseEpochTimestamp as __parseEpochTimestamp, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
4
|
import { v4 as generateIdempotencyToken } from "@smithy/uuid";
|
|
5
5
|
import { ConnectServiceException as __BaseException } from "../models/ConnectServiceException";
|
|
6
|
-
import { AccessDeniedException, ConflictException, DuplicateResourceException, IdempotencyException, InternalServiceException, InvalidContactFlowException, InvalidContactFlowModuleException, InvalidParameterException, InvalidRequestException, LimitExceededException, PropertyValidationException, ResourceConflictException,
|
|
7
|
-
import { ContactFlowNotPublishedException, EvaluationAnswerData, UserNotFoundException, } from "../models/models_1";
|
|
8
|
-
import {
|
|
9
|
-
import { ConditionalOperationFailedException, EvaluationFormItem, } from "../models/models_3";
|
|
6
|
+
import { AccessDeniedException, ConflictException, DuplicateResourceException, IdempotencyException, InternalServiceException, InvalidContactFlowException, InvalidContactFlowModuleException, InvalidParameterException, InvalidRequestException, LimitExceededException, PropertyValidationException, ResourceConflictException, ResourceNotFoundException, ResourceNotReadyException, ServiceQuotaExceededException, ThrottlingException, } from "../models/models_0";
|
|
7
|
+
import { ContactFlowNotPublishedException, EvaluationAnswerData, ResourceInUseException, TooManyRequestsException, UserNotFoundException, } from "../models/models_1";
|
|
8
|
+
import { MaximumResultReturnedException, OutputTypeNotFoundException, } from "../models/models_2";
|
|
9
|
+
import { ConditionalOperationFailedException, ContactNotFoundException, DestinationNotAllowedException, EvaluationFormItem, EvaluationFormItemEnablementConditionOperand, OutboundContactNotPermittedException, } from "../models/models_3";
|
|
10
10
|
export const se_ActivateEvaluationFormCommand = async (input, context) => {
|
|
11
11
|
const b = rb(input, context);
|
|
12
12
|
const headers = {
|
|
@@ -502,10 +502,12 @@ export const se_CreateEvaluationFormCommand = async (input, context) => {
|
|
|
502
502
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
503
503
|
let body;
|
|
504
504
|
body = JSON.stringify(take(input, {
|
|
505
|
+
AutoEvaluationConfiguration: (_) => _json(_),
|
|
505
506
|
ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
506
507
|
Description: [],
|
|
507
508
|
Items: (_) => se_EvaluationFormItemsList(_, context),
|
|
508
509
|
ScoringStrategy: (_) => _json(_),
|
|
510
|
+
Tags: (_) => _json(_),
|
|
509
511
|
Title: [],
|
|
510
512
|
}));
|
|
511
513
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2730,6 +2732,23 @@ export const se_SearchAvailablePhoneNumbersCommand = async (input, context) => {
|
|
|
2730
2732
|
b.m("POST").h(headers).b(body);
|
|
2731
2733
|
return b.build();
|
|
2732
2734
|
};
|
|
2735
|
+
export const se_SearchContactEvaluationsCommand = async (input, context) => {
|
|
2736
|
+
const b = rb(input, context);
|
|
2737
|
+
const headers = {
|
|
2738
|
+
"content-type": "application/json",
|
|
2739
|
+
};
|
|
2740
|
+
b.bp("/search-contact-evaluations");
|
|
2741
|
+
let body;
|
|
2742
|
+
body = JSON.stringify(take(input, {
|
|
2743
|
+
InstanceId: [],
|
|
2744
|
+
MaxResults: [],
|
|
2745
|
+
NextToken: [],
|
|
2746
|
+
SearchCriteria: (_) => se_EvaluationSearchCriteria(_, context),
|
|
2747
|
+
SearchFilter: (_) => _json(_),
|
|
2748
|
+
}));
|
|
2749
|
+
b.m("POST").h(headers).b(body);
|
|
2750
|
+
return b.build();
|
|
2751
|
+
};
|
|
2733
2752
|
export const se_SearchContactFlowModulesCommand = async (input, context) => {
|
|
2734
2753
|
const b = rb(input, context);
|
|
2735
2754
|
const headers = {
|
|
@@ -2799,6 +2818,23 @@ export const se_SearchEmailAddressesCommand = async (input, context) => {
|
|
|
2799
2818
|
b.m("POST").h(headers).b(body);
|
|
2800
2819
|
return b.build();
|
|
2801
2820
|
};
|
|
2821
|
+
export const se_SearchEvaluationFormsCommand = async (input, context) => {
|
|
2822
|
+
const b = rb(input, context);
|
|
2823
|
+
const headers = {
|
|
2824
|
+
"content-type": "application/json",
|
|
2825
|
+
};
|
|
2826
|
+
b.bp("/search-evaluation-forms");
|
|
2827
|
+
let body;
|
|
2828
|
+
body = JSON.stringify(take(input, {
|
|
2829
|
+
InstanceId: [],
|
|
2830
|
+
MaxResults: [],
|
|
2831
|
+
NextToken: [],
|
|
2832
|
+
SearchCriteria: (_) => se_EvaluationFormSearchCriteria(_, context),
|
|
2833
|
+
SearchFilter: (_) => _json(_),
|
|
2834
|
+
}));
|
|
2835
|
+
b.m("POST").h(headers).b(body);
|
|
2836
|
+
return b.build();
|
|
2837
|
+
};
|
|
2802
2838
|
export const se_SearchHoursOfOperationOverridesCommand = async (input, context) => {
|
|
2803
2839
|
const b = rb(input, context);
|
|
2804
2840
|
const headers = {
|
|
@@ -3096,9 +3132,11 @@ export const se_StartContactEvaluationCommand = async (input, context) => {
|
|
|
3096
3132
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
3097
3133
|
let body;
|
|
3098
3134
|
body = JSON.stringify(take(input, {
|
|
3135
|
+
AutoEvaluationConfiguration: (_) => _json(_),
|
|
3099
3136
|
ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
3100
3137
|
ContactId: [],
|
|
3101
3138
|
EvaluationFormId: [],
|
|
3139
|
+
Tags: (_) => _json(_),
|
|
3102
3140
|
}));
|
|
3103
3141
|
b.m("PUT").h(headers).b(body);
|
|
3104
3142
|
return b.build();
|
|
@@ -3350,6 +3388,7 @@ export const se_SubmitContactEvaluationCommand = async (input, context) => {
|
|
|
3350
3388
|
body = JSON.stringify(take(input, {
|
|
3351
3389
|
Answers: (_) => se_EvaluationAnswersInputMap(_, context),
|
|
3352
3390
|
Notes: (_) => _json(_),
|
|
3391
|
+
SubmittedBy: (_) => _json(_),
|
|
3353
3392
|
}));
|
|
3354
3393
|
b.m("POST").h(headers).b(body);
|
|
3355
3394
|
return b.build();
|
|
@@ -3529,6 +3568,7 @@ export const se_UpdateContactEvaluationCommand = async (input, context) => {
|
|
|
3529
3568
|
body = JSON.stringify(take(input, {
|
|
3530
3569
|
Answers: (_) => se_EvaluationAnswersInputMap(_, context),
|
|
3531
3570
|
Notes: (_) => _json(_),
|
|
3571
|
+
UpdatedBy: (_) => _json(_),
|
|
3532
3572
|
}));
|
|
3533
3573
|
b.m("POST").h(headers).b(body);
|
|
3534
3574
|
return b.build();
|
|
@@ -3672,6 +3712,7 @@ export const se_UpdateEvaluationFormCommand = async (input, context) => {
|
|
|
3672
3712
|
b.p("EvaluationFormId", () => input.EvaluationFormId, "{EvaluationFormId}", false);
|
|
3673
3713
|
let body;
|
|
3674
3714
|
body = JSON.stringify(take(input, {
|
|
3715
|
+
AutoEvaluationConfiguration: (_) => _json(_),
|
|
3675
3716
|
ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
3676
3717
|
CreateNewVersion: [],
|
|
3677
3718
|
Description: [],
|
|
@@ -6943,6 +6984,22 @@ export const de_SearchAvailablePhoneNumbersCommand = async (output, context) =>
|
|
|
6943
6984
|
Object.assign(contents, doc);
|
|
6944
6985
|
return contents;
|
|
6945
6986
|
};
|
|
6987
|
+
export const de_SearchContactEvaluationsCommand = async (output, context) => {
|
|
6988
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6989
|
+
return de_CommandError(output, context);
|
|
6990
|
+
}
|
|
6991
|
+
const contents = map({
|
|
6992
|
+
$metadata: deserializeMetadata(output),
|
|
6993
|
+
});
|
|
6994
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6995
|
+
const doc = take(data, {
|
|
6996
|
+
ApproximateTotalCount: __expectLong,
|
|
6997
|
+
EvaluationSearchSummaryList: (_) => de_EvaluationSearchSummaryList(_, context),
|
|
6998
|
+
NextToken: __expectString,
|
|
6999
|
+
});
|
|
7000
|
+
Object.assign(contents, doc);
|
|
7001
|
+
return contents;
|
|
7002
|
+
};
|
|
6946
7003
|
export const de_SearchContactFlowModulesCommand = async (output, context) => {
|
|
6947
7004
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6948
7005
|
return de_CommandError(output, context);
|
|
@@ -7007,6 +7064,22 @@ export const de_SearchEmailAddressesCommand = async (output, context) => {
|
|
|
7007
7064
|
Object.assign(contents, doc);
|
|
7008
7065
|
return contents;
|
|
7009
7066
|
};
|
|
7067
|
+
export const de_SearchEvaluationFormsCommand = async (output, context) => {
|
|
7068
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7069
|
+
return de_CommandError(output, context);
|
|
7070
|
+
}
|
|
7071
|
+
const contents = map({
|
|
7072
|
+
$metadata: deserializeMetadata(output),
|
|
7073
|
+
});
|
|
7074
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
7075
|
+
const doc = take(data, {
|
|
7076
|
+
ApproximateTotalCount: __expectLong,
|
|
7077
|
+
EvaluationFormSearchSummaryList: (_) => de_EvaluationFormSearchSummaryList(_, context),
|
|
7078
|
+
NextToken: __expectString,
|
|
7079
|
+
});
|
|
7080
|
+
Object.assign(contents, doc);
|
|
7081
|
+
return contents;
|
|
7082
|
+
};
|
|
7010
7083
|
export const de_SearchHoursOfOperationOverridesCommand = async (output, context) => {
|
|
7011
7084
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7012
7085
|
return de_CommandError(output, context);
|
|
@@ -8576,6 +8649,14 @@ const se_CreateCaseActionDefinition = (input, context) => {
|
|
|
8576
8649
|
TemplateId: [],
|
|
8577
8650
|
});
|
|
8578
8651
|
};
|
|
8652
|
+
const se_DecimalCondition = (input, context) => {
|
|
8653
|
+
return take(input, {
|
|
8654
|
+
ComparisonType: [],
|
|
8655
|
+
FieldName: [],
|
|
8656
|
+
MaxValue: __serializeFloat,
|
|
8657
|
+
MinValue: __serializeFloat,
|
|
8658
|
+
});
|
|
8659
|
+
};
|
|
8579
8660
|
const se_EmailAddressSearchConditionList = (input, context) => {
|
|
8580
8661
|
return input
|
|
8581
8662
|
.filter((e) => e != null)
|
|
@@ -8619,6 +8700,33 @@ const se_EvaluationFormItem = (input, context) => {
|
|
|
8619
8700
|
_: (name, value) => ({ [name]: value }),
|
|
8620
8701
|
});
|
|
8621
8702
|
};
|
|
8703
|
+
const se_EvaluationFormItemEnablementCondition = (input, context) => {
|
|
8704
|
+
return take(input, {
|
|
8705
|
+
Operands: (_) => se_EvaluationFormItemEnablementConditionOperandList(_, context),
|
|
8706
|
+
Operator: [],
|
|
8707
|
+
});
|
|
8708
|
+
};
|
|
8709
|
+
const se_EvaluationFormItemEnablementConditionOperand = (input, context) => {
|
|
8710
|
+
return EvaluationFormItemEnablementConditionOperand.visit(input, {
|
|
8711
|
+
Condition: (value) => ({ Condition: se_EvaluationFormItemEnablementCondition(value, context) }),
|
|
8712
|
+
Expression: (value) => ({ Expression: _json(value) }),
|
|
8713
|
+
_: (name, value) => ({ [name]: value }),
|
|
8714
|
+
});
|
|
8715
|
+
};
|
|
8716
|
+
const se_EvaluationFormItemEnablementConditionOperandList = (input, context) => {
|
|
8717
|
+
return input
|
|
8718
|
+
.filter((e) => e != null)
|
|
8719
|
+
.map((entry) => {
|
|
8720
|
+
return se_EvaluationFormItemEnablementConditionOperand(entry, context);
|
|
8721
|
+
});
|
|
8722
|
+
};
|
|
8723
|
+
const se_EvaluationFormItemEnablementConfiguration = (input, context) => {
|
|
8724
|
+
return take(input, {
|
|
8725
|
+
Action: [],
|
|
8726
|
+
Condition: (_) => se_EvaluationFormItemEnablementCondition(_, context),
|
|
8727
|
+
DefaultAction: [],
|
|
8728
|
+
});
|
|
8729
|
+
};
|
|
8622
8730
|
const se_EvaluationFormItemsList = (input, context) => {
|
|
8623
8731
|
return input
|
|
8624
8732
|
.filter((e) => e != null)
|
|
@@ -8628,6 +8736,7 @@ const se_EvaluationFormItemsList = (input, context) => {
|
|
|
8628
8736
|
};
|
|
8629
8737
|
const se_EvaluationFormQuestion = (input, context) => {
|
|
8630
8738
|
return take(input, {
|
|
8739
|
+
Enablement: (_) => se_EvaluationFormItemEnablementConfiguration(_, context),
|
|
8631
8740
|
Instructions: [],
|
|
8632
8741
|
NotApplicableEnabled: [],
|
|
8633
8742
|
QuestionType: [],
|
|
@@ -8637,6 +8746,23 @@ const se_EvaluationFormQuestion = (input, context) => {
|
|
|
8637
8746
|
Weight: __serializeFloat,
|
|
8638
8747
|
});
|
|
8639
8748
|
};
|
|
8749
|
+
const se_EvaluationFormSearchConditionList = (input, context) => {
|
|
8750
|
+
return input
|
|
8751
|
+
.filter((e) => e != null)
|
|
8752
|
+
.map((entry) => {
|
|
8753
|
+
return se_EvaluationFormSearchCriteria(entry, context);
|
|
8754
|
+
});
|
|
8755
|
+
};
|
|
8756
|
+
const se_EvaluationFormSearchCriteria = (input, context) => {
|
|
8757
|
+
return take(input, {
|
|
8758
|
+
AndConditions: (_) => se_EvaluationFormSearchConditionList(_, context),
|
|
8759
|
+
BooleanCondition: _json,
|
|
8760
|
+
DateTimeCondition: _json,
|
|
8761
|
+
NumberCondition: _json,
|
|
8762
|
+
OrConditions: (_) => se_EvaluationFormSearchConditionList(_, context),
|
|
8763
|
+
StringCondition: _json,
|
|
8764
|
+
});
|
|
8765
|
+
};
|
|
8640
8766
|
const se_EvaluationFormSection = (input, context) => {
|
|
8641
8767
|
return take(input, {
|
|
8642
8768
|
Instructions: [],
|
|
@@ -8646,6 +8772,24 @@ const se_EvaluationFormSection = (input, context) => {
|
|
|
8646
8772
|
Weight: __serializeFloat,
|
|
8647
8773
|
});
|
|
8648
8774
|
};
|
|
8775
|
+
const se_EvaluationSearchConditionList = (input, context) => {
|
|
8776
|
+
return input
|
|
8777
|
+
.filter((e) => e != null)
|
|
8778
|
+
.map((entry) => {
|
|
8779
|
+
return se_EvaluationSearchCriteria(entry, context);
|
|
8780
|
+
});
|
|
8781
|
+
};
|
|
8782
|
+
const se_EvaluationSearchCriteria = (input, context) => {
|
|
8783
|
+
return take(input, {
|
|
8784
|
+
AndConditions: (_) => se_EvaluationSearchConditionList(_, context),
|
|
8785
|
+
BooleanCondition: _json,
|
|
8786
|
+
DateTimeCondition: _json,
|
|
8787
|
+
DecimalCondition: (_) => se_DecimalCondition(_, context),
|
|
8788
|
+
NumberCondition: _json,
|
|
8789
|
+
OrConditions: (_) => se_EvaluationSearchConditionList(_, context),
|
|
8790
|
+
StringCondition: _json,
|
|
8791
|
+
});
|
|
8792
|
+
};
|
|
8649
8793
|
const se_Expression = (input, context) => {
|
|
8650
8794
|
return take(input, {
|
|
8651
8795
|
AndExpression: (_) => se_Expressions(_, context),
|
|
@@ -9440,6 +9584,7 @@ const de_Evaluation = (output, context) => {
|
|
|
9440
9584
|
CreatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9441
9585
|
EvaluationArn: __expectString,
|
|
9442
9586
|
EvaluationId: __expectString,
|
|
9587
|
+
EvaluationType: __expectString,
|
|
9443
9588
|
LastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9444
9589
|
Metadata: (_) => de_EvaluationMetadata(_, context),
|
|
9445
9590
|
Notes: _json,
|
|
@@ -9448,6 +9593,20 @@ const de_Evaluation = (output, context) => {
|
|
|
9448
9593
|
Tags: _json,
|
|
9449
9594
|
});
|
|
9450
9595
|
};
|
|
9596
|
+
const de_EvaluationAcknowledgement = (output, context) => {
|
|
9597
|
+
return take(output, {
|
|
9598
|
+
AcknowledgedBy: __expectString,
|
|
9599
|
+
AcknowledgedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9600
|
+
AcknowledgerComment: __expectString,
|
|
9601
|
+
});
|
|
9602
|
+
};
|
|
9603
|
+
const de_EvaluationAcknowledgementSummary = (output, context) => {
|
|
9604
|
+
return take(output, {
|
|
9605
|
+
AcknowledgedBy: __expectString,
|
|
9606
|
+
AcknowledgedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9607
|
+
AcknowledgerComment: __expectString,
|
|
9608
|
+
});
|
|
9609
|
+
};
|
|
9451
9610
|
const de_EvaluationAnswerData = (output, context) => {
|
|
9452
9611
|
if (__expectBoolean(output.NotApplicable) !== undefined) {
|
|
9453
9612
|
return { NotApplicable: __expectBoolean(output.NotApplicable) };
|
|
@@ -9462,6 +9621,7 @@ const de_EvaluationAnswerData = (output, context) => {
|
|
|
9462
9621
|
};
|
|
9463
9622
|
const de_EvaluationAnswerOutput = (output, context) => {
|
|
9464
9623
|
return take(output, {
|
|
9624
|
+
SuggestedAnswers: (_) => de_EvaluationSuggestedAnswersList(_, context),
|
|
9465
9625
|
SystemSuggestedValue: (_) => de_EvaluationAnswerData(__expectUnion(_), context),
|
|
9466
9626
|
Value: (_) => de_EvaluationAnswerData(__expectUnion(_), context),
|
|
9467
9627
|
});
|
|
@@ -9477,6 +9637,7 @@ const de_EvaluationAnswersOutputMap = (output, context) => {
|
|
|
9477
9637
|
};
|
|
9478
9638
|
const de_EvaluationForm = (output, context) => {
|
|
9479
9639
|
return take(output, {
|
|
9640
|
+
AutoEvaluationConfiguration: _json,
|
|
9480
9641
|
CreatedBy: __expectString,
|
|
9481
9642
|
CreatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9482
9643
|
Description: __expectString,
|
|
@@ -9495,6 +9656,7 @@ const de_EvaluationForm = (output, context) => {
|
|
|
9495
9656
|
};
|
|
9496
9657
|
const de_EvaluationFormContent = (output, context) => {
|
|
9497
9658
|
return take(output, {
|
|
9659
|
+
AutoEvaluationConfiguration: _json,
|
|
9498
9660
|
Description: __expectString,
|
|
9499
9661
|
EvaluationFormArn: __expectString,
|
|
9500
9662
|
EvaluationFormId: __expectString,
|
|
@@ -9517,6 +9679,40 @@ const de_EvaluationFormItem = (output, context) => {
|
|
|
9517
9679
|
}
|
|
9518
9680
|
return { $unknown: Object.entries(output)[0] };
|
|
9519
9681
|
};
|
|
9682
|
+
const de_EvaluationFormItemEnablementCondition = (output, context) => {
|
|
9683
|
+
return take(output, {
|
|
9684
|
+
Operands: (_) => de_EvaluationFormItemEnablementConditionOperandList(_, context),
|
|
9685
|
+
Operator: __expectString,
|
|
9686
|
+
});
|
|
9687
|
+
};
|
|
9688
|
+
const de_EvaluationFormItemEnablementConditionOperand = (output, context) => {
|
|
9689
|
+
if (output.Condition != null) {
|
|
9690
|
+
return {
|
|
9691
|
+
Condition: de_EvaluationFormItemEnablementCondition(output.Condition, context),
|
|
9692
|
+
};
|
|
9693
|
+
}
|
|
9694
|
+
if (output.Expression != null) {
|
|
9695
|
+
return {
|
|
9696
|
+
Expression: _json(output.Expression),
|
|
9697
|
+
};
|
|
9698
|
+
}
|
|
9699
|
+
return { $unknown: Object.entries(output)[0] };
|
|
9700
|
+
};
|
|
9701
|
+
const de_EvaluationFormItemEnablementConditionOperandList = (output, context) => {
|
|
9702
|
+
const retVal = (output || [])
|
|
9703
|
+
.filter((e) => e != null)
|
|
9704
|
+
.map((entry) => {
|
|
9705
|
+
return de_EvaluationFormItemEnablementConditionOperand(__expectUnion(entry), context);
|
|
9706
|
+
});
|
|
9707
|
+
return retVal;
|
|
9708
|
+
};
|
|
9709
|
+
const de_EvaluationFormItemEnablementConfiguration = (output, context) => {
|
|
9710
|
+
return take(output, {
|
|
9711
|
+
Action: __expectString,
|
|
9712
|
+
Condition: (_) => de_EvaluationFormItemEnablementCondition(_, context),
|
|
9713
|
+
DefaultAction: __expectString,
|
|
9714
|
+
});
|
|
9715
|
+
};
|
|
9520
9716
|
const de_EvaluationFormItemsList = (output, context) => {
|
|
9521
9717
|
const retVal = (output || [])
|
|
9522
9718
|
.filter((e) => e != null)
|
|
@@ -9527,6 +9723,7 @@ const de_EvaluationFormItemsList = (output, context) => {
|
|
|
9527
9723
|
};
|
|
9528
9724
|
const de_EvaluationFormQuestion = (output, context) => {
|
|
9529
9725
|
return take(output, {
|
|
9726
|
+
Enablement: (_) => de_EvaluationFormItemEnablementConfiguration(_, context),
|
|
9530
9727
|
Instructions: __expectString,
|
|
9531
9728
|
NotApplicableEnabled: __expectBoolean,
|
|
9532
9729
|
QuestionType: __expectString,
|
|
@@ -9536,6 +9733,33 @@ const de_EvaluationFormQuestion = (output, context) => {
|
|
|
9536
9733
|
Weight: __limitedParseDouble,
|
|
9537
9734
|
});
|
|
9538
9735
|
};
|
|
9736
|
+
const de_EvaluationFormSearchSummary = (output, context) => {
|
|
9737
|
+
return take(output, {
|
|
9738
|
+
ActiveVersion: __expectInt32,
|
|
9739
|
+
AutoEvaluationEnabled: __expectBoolean,
|
|
9740
|
+
CreatedBy: __expectString,
|
|
9741
|
+
CreatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9742
|
+
Description: __expectString,
|
|
9743
|
+
EvaluationFormArn: __expectString,
|
|
9744
|
+
EvaluationFormId: __expectString,
|
|
9745
|
+
LastActivatedBy: __expectString,
|
|
9746
|
+
LastActivatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9747
|
+
LastModifiedBy: __expectString,
|
|
9748
|
+
LastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9749
|
+
LatestVersion: __expectInt32,
|
|
9750
|
+
Status: __expectString,
|
|
9751
|
+
Tags: _json,
|
|
9752
|
+
Title: __expectString,
|
|
9753
|
+
});
|
|
9754
|
+
};
|
|
9755
|
+
const de_EvaluationFormSearchSummaryList = (output, context) => {
|
|
9756
|
+
const retVal = (output || [])
|
|
9757
|
+
.filter((e) => e != null)
|
|
9758
|
+
.map((entry) => {
|
|
9759
|
+
return de_EvaluationFormSearchSummary(entry, context);
|
|
9760
|
+
});
|
|
9761
|
+
return retVal;
|
|
9762
|
+
};
|
|
9539
9763
|
const de_EvaluationFormSection = (output, context) => {
|
|
9540
9764
|
return take(output, {
|
|
9541
9765
|
Instructions: __expectString,
|
|
@@ -9591,6 +9815,9 @@ const de_EvaluationFormVersionSummaryList = (output, context) => {
|
|
|
9591
9815
|
};
|
|
9592
9816
|
const de_EvaluationMetadata = (output, context) => {
|
|
9593
9817
|
return take(output, {
|
|
9818
|
+
Acknowledgement: (_) => de_EvaluationAcknowledgement(_, context),
|
|
9819
|
+
AutoEvaluation: _json,
|
|
9820
|
+
CalibrationSessionId: __expectString,
|
|
9594
9821
|
ContactAgentId: __expectString,
|
|
9595
9822
|
ContactId: __expectString,
|
|
9596
9823
|
EvaluatorArn: __expectString,
|
|
@@ -9613,13 +9840,73 @@ const de_EvaluationScoresMap = (output, context) => {
|
|
|
9613
9840
|
return acc;
|
|
9614
9841
|
}, {});
|
|
9615
9842
|
};
|
|
9843
|
+
const de_EvaluationSearchMetadata = (output, context) => {
|
|
9844
|
+
return take(output, {
|
|
9845
|
+
AcknowledgedBy: __expectString,
|
|
9846
|
+
AcknowledgedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9847
|
+
AcknowledgerComment: __expectString,
|
|
9848
|
+
AutoEvaluationEnabled: __expectBoolean,
|
|
9849
|
+
AutoEvaluationStatus: __expectString,
|
|
9850
|
+
CalibrationSessionId: __expectString,
|
|
9851
|
+
ContactAgentId: __expectString,
|
|
9852
|
+
ContactId: __expectString,
|
|
9853
|
+
EvaluatorArn: __expectString,
|
|
9854
|
+
ScoreAutomaticFail: __expectBoolean,
|
|
9855
|
+
ScoreNotApplicable: __expectBoolean,
|
|
9856
|
+
ScorePercentage: __limitedParseDouble,
|
|
9857
|
+
});
|
|
9858
|
+
};
|
|
9859
|
+
const de_EvaluationSearchSummary = (output, context) => {
|
|
9860
|
+
return take(output, {
|
|
9861
|
+
CreatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9862
|
+
EvaluationArn: __expectString,
|
|
9863
|
+
EvaluationFormId: __expectString,
|
|
9864
|
+
EvaluationFormVersion: __expectInt32,
|
|
9865
|
+
EvaluationId: __expectString,
|
|
9866
|
+
EvaluationType: __expectString,
|
|
9867
|
+
LastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9868
|
+
Metadata: (_) => de_EvaluationSearchMetadata(_, context),
|
|
9869
|
+
Status: __expectString,
|
|
9870
|
+
Tags: _json,
|
|
9871
|
+
});
|
|
9872
|
+
};
|
|
9873
|
+
const de_EvaluationSearchSummaryList = (output, context) => {
|
|
9874
|
+
const retVal = (output || [])
|
|
9875
|
+
.filter((e) => e != null)
|
|
9876
|
+
.map((entry) => {
|
|
9877
|
+
return de_EvaluationSearchSummary(entry, context);
|
|
9878
|
+
});
|
|
9879
|
+
return retVal;
|
|
9880
|
+
};
|
|
9881
|
+
const de_EvaluationSuggestedAnswer = (output, context) => {
|
|
9882
|
+
return take(output, {
|
|
9883
|
+
AnalysisDetails: (_) => _json(__expectUnion(_)),
|
|
9884
|
+
AnalysisType: __expectString,
|
|
9885
|
+
Input: _json,
|
|
9886
|
+
Status: __expectString,
|
|
9887
|
+
Value: (_) => de_EvaluationAnswerData(__expectUnion(_), context),
|
|
9888
|
+
});
|
|
9889
|
+
};
|
|
9890
|
+
const de_EvaluationSuggestedAnswersList = (output, context) => {
|
|
9891
|
+
const retVal = (output || [])
|
|
9892
|
+
.filter((e) => e != null)
|
|
9893
|
+
.map((entry) => {
|
|
9894
|
+
return de_EvaluationSuggestedAnswer(entry, context);
|
|
9895
|
+
});
|
|
9896
|
+
return retVal;
|
|
9897
|
+
};
|
|
9616
9898
|
const de_EvaluationSummary = (output, context) => {
|
|
9617
9899
|
return take(output, {
|
|
9900
|
+
Acknowledgement: (_) => de_EvaluationAcknowledgementSummary(_, context),
|
|
9901
|
+
AutoEvaluationEnabled: __expectBoolean,
|
|
9902
|
+
AutoEvaluationStatus: __expectString,
|
|
9903
|
+
CalibrationSessionId: __expectString,
|
|
9618
9904
|
CreatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9619
9905
|
EvaluationArn: __expectString,
|
|
9620
9906
|
EvaluationFormId: __expectString,
|
|
9621
9907
|
EvaluationFormTitle: __expectString,
|
|
9622
9908
|
EvaluationId: __expectString,
|
|
9909
|
+
EvaluationType: __expectString,
|
|
9623
9910
|
EvaluatorArn: __expectString,
|
|
9624
9911
|
LastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9625
9912
|
Score: (_) => de_EvaluationScore(_, context),
|
package/dist-types/Connect.d.ts
CHANGED
|
@@ -195,10 +195,12 @@ import { ResumeContactCommandInput, ResumeContactCommandOutput } from "./command
|
|
|
195
195
|
import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "./commands/ResumeContactRecordingCommand";
|
|
196
196
|
import { SearchAgentStatusesCommandInput, SearchAgentStatusesCommandOutput } from "./commands/SearchAgentStatusesCommand";
|
|
197
197
|
import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "./commands/SearchAvailablePhoneNumbersCommand";
|
|
198
|
+
import { SearchContactEvaluationsCommandInput, SearchContactEvaluationsCommandOutput } from "./commands/SearchContactEvaluationsCommand";
|
|
198
199
|
import { SearchContactFlowModulesCommandInput, SearchContactFlowModulesCommandOutput } from "./commands/SearchContactFlowModulesCommand";
|
|
199
200
|
import { SearchContactFlowsCommandInput, SearchContactFlowsCommandOutput } from "./commands/SearchContactFlowsCommand";
|
|
200
201
|
import { SearchContactsCommandInput, SearchContactsCommandOutput } from "./commands/SearchContactsCommand";
|
|
201
202
|
import { SearchEmailAddressesCommandInput, SearchEmailAddressesCommandOutput } from "./commands/SearchEmailAddressesCommand";
|
|
203
|
+
import { SearchEvaluationFormsCommandInput, SearchEvaluationFormsCommandOutput } from "./commands/SearchEvaluationFormsCommand";
|
|
202
204
|
import { SearchHoursOfOperationOverridesCommandInput, SearchHoursOfOperationOverridesCommandOutput } from "./commands/SearchHoursOfOperationOverridesCommand";
|
|
203
205
|
import { SearchHoursOfOperationsCommandInput, SearchHoursOfOperationsCommandOutput } from "./commands/SearchHoursOfOperationsCommand";
|
|
204
206
|
import { SearchPredefinedAttributesCommandInput, SearchPredefinedAttributesCommandOutput } from "./commands/SearchPredefinedAttributesCommand";
|
|
@@ -1467,6 +1469,12 @@ export interface Connect {
|
|
|
1467
1469
|
searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, options?: __HttpHandlerOptions): Promise<SearchAvailablePhoneNumbersCommandOutput>;
|
|
1468
1470
|
searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void): void;
|
|
1469
1471
|
searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void): void;
|
|
1472
|
+
/**
|
|
1473
|
+
* @see {@link SearchContactEvaluationsCommand}
|
|
1474
|
+
*/
|
|
1475
|
+
searchContactEvaluations(args: SearchContactEvaluationsCommandInput, options?: __HttpHandlerOptions): Promise<SearchContactEvaluationsCommandOutput>;
|
|
1476
|
+
searchContactEvaluations(args: SearchContactEvaluationsCommandInput, cb: (err: any, data?: SearchContactEvaluationsCommandOutput) => void): void;
|
|
1477
|
+
searchContactEvaluations(args: SearchContactEvaluationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchContactEvaluationsCommandOutput) => void): void;
|
|
1470
1478
|
/**
|
|
1471
1479
|
* @see {@link SearchContactFlowModulesCommand}
|
|
1472
1480
|
*/
|
|
@@ -1491,6 +1499,12 @@ export interface Connect {
|
|
|
1491
1499
|
searchEmailAddresses(args: SearchEmailAddressesCommandInput, options?: __HttpHandlerOptions): Promise<SearchEmailAddressesCommandOutput>;
|
|
1492
1500
|
searchEmailAddresses(args: SearchEmailAddressesCommandInput, cb: (err: any, data?: SearchEmailAddressesCommandOutput) => void): void;
|
|
1493
1501
|
searchEmailAddresses(args: SearchEmailAddressesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchEmailAddressesCommandOutput) => void): void;
|
|
1502
|
+
/**
|
|
1503
|
+
* @see {@link SearchEvaluationFormsCommand}
|
|
1504
|
+
*/
|
|
1505
|
+
searchEvaluationForms(args: SearchEvaluationFormsCommandInput, options?: __HttpHandlerOptions): Promise<SearchEvaluationFormsCommandOutput>;
|
|
1506
|
+
searchEvaluationForms(args: SearchEvaluationFormsCommandInput, cb: (err: any, data?: SearchEvaluationFormsCommandOutput) => void): void;
|
|
1507
|
+
searchEvaluationForms(args: SearchEvaluationFormsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchEvaluationFormsCommandOutput) => void): void;
|
|
1494
1508
|
/**
|
|
1495
1509
|
* @see {@link SearchHoursOfOperationOverridesCommand}
|
|
1496
1510
|
*/
|
|
@@ -203,10 +203,12 @@ import { ResumeContactCommandInput, ResumeContactCommandOutput } from "./command
|
|
|
203
203
|
import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "./commands/ResumeContactRecordingCommand";
|
|
204
204
|
import { SearchAgentStatusesCommandInput, SearchAgentStatusesCommandOutput } from "./commands/SearchAgentStatusesCommand";
|
|
205
205
|
import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "./commands/SearchAvailablePhoneNumbersCommand";
|
|
206
|
+
import { SearchContactEvaluationsCommandInput, SearchContactEvaluationsCommandOutput } from "./commands/SearchContactEvaluationsCommand";
|
|
206
207
|
import { SearchContactFlowModulesCommandInput, SearchContactFlowModulesCommandOutput } from "./commands/SearchContactFlowModulesCommand";
|
|
207
208
|
import { SearchContactFlowsCommandInput, SearchContactFlowsCommandOutput } from "./commands/SearchContactFlowsCommand";
|
|
208
209
|
import { SearchContactsCommandInput, SearchContactsCommandOutput } from "./commands/SearchContactsCommand";
|
|
209
210
|
import { SearchEmailAddressesCommandInput, SearchEmailAddressesCommandOutput } from "./commands/SearchEmailAddressesCommand";
|
|
211
|
+
import { SearchEvaluationFormsCommandInput, SearchEvaluationFormsCommandOutput } from "./commands/SearchEvaluationFormsCommand";
|
|
210
212
|
import { SearchHoursOfOperationOverridesCommandInput, SearchHoursOfOperationOverridesCommandOutput } from "./commands/SearchHoursOfOperationOverridesCommand";
|
|
211
213
|
import { SearchHoursOfOperationsCommandInput, SearchHoursOfOperationsCommandOutput } from "./commands/SearchHoursOfOperationsCommand";
|
|
212
214
|
import { SearchPredefinedAttributesCommandInput, SearchPredefinedAttributesCommandOutput } from "./commands/SearchPredefinedAttributesCommand";
|
|
@@ -300,11 +302,11 @@ export { __Client };
|
|
|
300
302
|
/**
|
|
301
303
|
* @public
|
|
302
304
|
*/
|
|
303
|
-
export type ServiceInputTypes = ActivateEvaluationFormCommandInput | AssociateAnalyticsDataSetCommandInput | AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateContactWithUserCommandInput | AssociateDefaultVocabularyCommandInput | AssociateEmailAddressAliasCommandInput | AssociateFlowCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | AssociateTrafficDistributionGroupUserCommandInput | AssociateUserProficienciesCommandInput | BatchAssociateAnalyticsDataSetCommandInput | BatchDisassociateAnalyticsDataSetCommandInput | BatchGetAttachedFileMetadataCommandInput | BatchGetFlowAssociationCommandInput | BatchPutContactCommandInput | ClaimPhoneNumberCommandInput | CompleteAttachedFileUploadCommandInput | CreateAgentStatusCommandInput | CreateContactCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateContactFlowVersionCommandInput | CreateEmailAddressCommandInput | CreateEvaluationFormCommandInput | CreateHoursOfOperationCommandInput | CreateHoursOfOperationOverrideCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateParticipantCommandInput | CreatePersistentContactAssociationCommandInput | CreatePredefinedAttributeCommandInput | CreatePromptCommandInput | CreatePushNotificationRegistrationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateRuleCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateTrafficDistributionGroupCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateViewCommandInput | CreateViewVersionCommandInput | CreateVocabularyCommandInput | DeactivateEvaluationFormCommandInput | DeleteAttachedFileCommandInput | DeleteContactEvaluationCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteContactFlowVersionCommandInput | DeleteEmailAddressCommandInput | DeleteEvaluationFormCommandInput | DeleteHoursOfOperationCommandInput | DeleteHoursOfOperationOverrideCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeletePredefinedAttributeCommandInput | DeletePromptCommandInput | DeletePushNotificationRegistrationCommandInput | DeleteQueueCommandInput | DeleteQuickConnectCommandInput | DeleteRoutingProfileCommandInput | DeleteRuleCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteTrafficDistributionGroupCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteViewCommandInput | DeleteViewVersionCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeAuthenticationProfileCommandInput | DescribeContactCommandInput | DescribeContactEvaluationCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeEmailAddressCommandInput | DescribeEvaluationFormCommandInput | DescribeHoursOfOperationCommandInput | DescribeHoursOfOperationOverrideCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribePredefinedAttributeCommandInput | DescribePromptCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeRuleCommandInput | DescribeSecurityProfileCommandInput | DescribeTrafficDistributionGroupCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeViewCommandInput | DescribeVocabularyCommandInput | DisassociateAnalyticsDataSetCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateEmailAddressAliasCommandInput | DisassociateFlowCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | DisassociateTrafficDistributionGroupUserCommandInput | DisassociateUserProficienciesCommandInput | DismissUserContactCommandInput | GetAttachedFileCommandInput | GetContactAttributesCommandInput | GetContactMetricsCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetEffectiveHoursOfOperationsCommandInput | GetFederationTokenCommandInput | GetFlowAssociationCommandInput | GetMetricDataCommandInput | GetMetricDataV2CommandInput | GetPromptFileCommandInput | GetTaskTemplateCommandInput | GetTrafficDistributionCommandInput | ImportPhoneNumberCommandInput | ListAgentStatusesCommandInput | ListAnalyticsDataAssociationsCommandInput | ListAnalyticsDataLakeDataSetsCommandInput | ListApprovedOriginsCommandInput | ListAssociatedContactsCommandInput | ListAuthenticationProfilesCommandInput | ListBotsCommandInput | ListContactEvaluationsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowVersionsCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListEvaluationFormVersionsCommandInput | ListEvaluationFormsCommandInput | ListFlowAssociationsCommandInput | ListHoursOfOperationOverridesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPredefinedAttributesCommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRealtimeContactAnalysisSegmentsV2CommandInput | ListRoutingProfileManualAssignmentQueuesCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListRulesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfileApplicationsCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListTrafficDistributionGroupUsersCommandInput | ListTrafficDistributionGroupsCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUserProficienciesCommandInput | ListUsersCommandInput | ListViewVersionsCommandInput | ListViewsCommandInput | MonitorContactCommandInput | PauseContactCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ReplicateInstanceCommandInput | ResumeContactCommandInput | ResumeContactRecordingCommandInput | SearchAgentStatusesCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchContactFlowModulesCommandInput | SearchContactFlowsCommandInput | SearchContactsCommandInput | SearchEmailAddressesCommandInput | SearchHoursOfOperationOverridesCommandInput | SearchHoursOfOperationsCommandInput | SearchPredefinedAttributesCommandInput | SearchPromptsCommandInput | SearchQueuesCommandInput | SearchQuickConnectsCommandInput | SearchResourceTagsCommandInput | SearchRoutingProfilesCommandInput | SearchSecurityProfilesCommandInput | SearchUserHierarchyGroupsCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | SendChatIntegrationEventCommandInput | SendOutboundEmailCommandInput | StartAttachedFileUploadCommandInput | StartChatContactCommandInput | StartContactEvaluationCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartEmailContactCommandInput | StartOutboundChatContactCommandInput | StartOutboundEmailContactCommandInput | StartOutboundVoiceContactCommandInput | StartScreenSharingCommandInput | StartTaskContactCommandInput | StartWebRTCContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SubmitContactEvaluationCommandInput | SuspendContactRecordingCommandInput | TagContactCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateAuthenticationProfileCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactEvaluationCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactRoutingDataCommandInput | UpdateContactScheduleCommandInput | UpdateEmailAddressMetadataCommandInput | UpdateEvaluationFormCommandInput | UpdateHoursOfOperationCommandInput | UpdateHoursOfOperationOverrideCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateParticipantAuthenticationCommandInput | UpdateParticipantRoleConfigCommandInput | UpdatePhoneNumberCommandInput | UpdatePhoneNumberMetadataCommandInput | UpdatePredefinedAttributeCommandInput | UpdatePromptCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueOutboundEmailConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileAgentAvailabilityTimerCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateRuleCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateTrafficDistributionCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserProficienciesCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput | UpdateViewContentCommandInput | UpdateViewMetadataCommandInput;
|
|
305
|
+
export type ServiceInputTypes = ActivateEvaluationFormCommandInput | AssociateAnalyticsDataSetCommandInput | AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateContactWithUserCommandInput | AssociateDefaultVocabularyCommandInput | AssociateEmailAddressAliasCommandInput | AssociateFlowCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | AssociateTrafficDistributionGroupUserCommandInput | AssociateUserProficienciesCommandInput | BatchAssociateAnalyticsDataSetCommandInput | BatchDisassociateAnalyticsDataSetCommandInput | BatchGetAttachedFileMetadataCommandInput | BatchGetFlowAssociationCommandInput | BatchPutContactCommandInput | ClaimPhoneNumberCommandInput | CompleteAttachedFileUploadCommandInput | CreateAgentStatusCommandInput | CreateContactCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateContactFlowVersionCommandInput | CreateEmailAddressCommandInput | CreateEvaluationFormCommandInput | CreateHoursOfOperationCommandInput | CreateHoursOfOperationOverrideCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateParticipantCommandInput | CreatePersistentContactAssociationCommandInput | CreatePredefinedAttributeCommandInput | CreatePromptCommandInput | CreatePushNotificationRegistrationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateRuleCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateTrafficDistributionGroupCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateViewCommandInput | CreateViewVersionCommandInput | CreateVocabularyCommandInput | DeactivateEvaluationFormCommandInput | DeleteAttachedFileCommandInput | DeleteContactEvaluationCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteContactFlowVersionCommandInput | DeleteEmailAddressCommandInput | DeleteEvaluationFormCommandInput | DeleteHoursOfOperationCommandInput | DeleteHoursOfOperationOverrideCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeletePredefinedAttributeCommandInput | DeletePromptCommandInput | DeletePushNotificationRegistrationCommandInput | DeleteQueueCommandInput | DeleteQuickConnectCommandInput | DeleteRoutingProfileCommandInput | DeleteRuleCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteTrafficDistributionGroupCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteViewCommandInput | DeleteViewVersionCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeAuthenticationProfileCommandInput | DescribeContactCommandInput | DescribeContactEvaluationCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeEmailAddressCommandInput | DescribeEvaluationFormCommandInput | DescribeHoursOfOperationCommandInput | DescribeHoursOfOperationOverrideCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribePredefinedAttributeCommandInput | DescribePromptCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeRuleCommandInput | DescribeSecurityProfileCommandInput | DescribeTrafficDistributionGroupCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeViewCommandInput | DescribeVocabularyCommandInput | DisassociateAnalyticsDataSetCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateEmailAddressAliasCommandInput | DisassociateFlowCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | DisassociateTrafficDistributionGroupUserCommandInput | DisassociateUserProficienciesCommandInput | DismissUserContactCommandInput | GetAttachedFileCommandInput | GetContactAttributesCommandInput | GetContactMetricsCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetEffectiveHoursOfOperationsCommandInput | GetFederationTokenCommandInput | GetFlowAssociationCommandInput | GetMetricDataCommandInput | GetMetricDataV2CommandInput | GetPromptFileCommandInput | GetTaskTemplateCommandInput | GetTrafficDistributionCommandInput | ImportPhoneNumberCommandInput | ListAgentStatusesCommandInput | ListAnalyticsDataAssociationsCommandInput | ListAnalyticsDataLakeDataSetsCommandInput | ListApprovedOriginsCommandInput | ListAssociatedContactsCommandInput | ListAuthenticationProfilesCommandInput | ListBotsCommandInput | ListContactEvaluationsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowVersionsCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListEvaluationFormVersionsCommandInput | ListEvaluationFormsCommandInput | ListFlowAssociationsCommandInput | ListHoursOfOperationOverridesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPredefinedAttributesCommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRealtimeContactAnalysisSegmentsV2CommandInput | ListRoutingProfileManualAssignmentQueuesCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListRulesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfileApplicationsCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListTrafficDistributionGroupUsersCommandInput | ListTrafficDistributionGroupsCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUserProficienciesCommandInput | ListUsersCommandInput | ListViewVersionsCommandInput | ListViewsCommandInput | MonitorContactCommandInput | PauseContactCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ReplicateInstanceCommandInput | ResumeContactCommandInput | ResumeContactRecordingCommandInput | SearchAgentStatusesCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchContactEvaluationsCommandInput | SearchContactFlowModulesCommandInput | SearchContactFlowsCommandInput | SearchContactsCommandInput | SearchEmailAddressesCommandInput | SearchEvaluationFormsCommandInput | SearchHoursOfOperationOverridesCommandInput | SearchHoursOfOperationsCommandInput | SearchPredefinedAttributesCommandInput | SearchPromptsCommandInput | SearchQueuesCommandInput | SearchQuickConnectsCommandInput | SearchResourceTagsCommandInput | SearchRoutingProfilesCommandInput | SearchSecurityProfilesCommandInput | SearchUserHierarchyGroupsCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | SendChatIntegrationEventCommandInput | SendOutboundEmailCommandInput | StartAttachedFileUploadCommandInput | StartChatContactCommandInput | StartContactEvaluationCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartEmailContactCommandInput | StartOutboundChatContactCommandInput | StartOutboundEmailContactCommandInput | StartOutboundVoiceContactCommandInput | StartScreenSharingCommandInput | StartTaskContactCommandInput | StartWebRTCContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SubmitContactEvaluationCommandInput | SuspendContactRecordingCommandInput | TagContactCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateAuthenticationProfileCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactEvaluationCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactRoutingDataCommandInput | UpdateContactScheduleCommandInput | UpdateEmailAddressMetadataCommandInput | UpdateEvaluationFormCommandInput | UpdateHoursOfOperationCommandInput | UpdateHoursOfOperationOverrideCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateParticipantAuthenticationCommandInput | UpdateParticipantRoleConfigCommandInput | UpdatePhoneNumberCommandInput | UpdatePhoneNumberMetadataCommandInput | UpdatePredefinedAttributeCommandInput | UpdatePromptCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueOutboundEmailConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileAgentAvailabilityTimerCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateRuleCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateTrafficDistributionCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserProficienciesCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput | UpdateViewContentCommandInput | UpdateViewMetadataCommandInput;
|
|
304
306
|
/**
|
|
305
307
|
* @public
|
|
306
308
|
*/
|
|
307
|
-
export type ServiceOutputTypes = ActivateEvaluationFormCommandOutput | AssociateAnalyticsDataSetCommandOutput | AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateContactWithUserCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateEmailAddressAliasCommandOutput | AssociateFlowCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | AssociateTrafficDistributionGroupUserCommandOutput | AssociateUserProficienciesCommandOutput | BatchAssociateAnalyticsDataSetCommandOutput | BatchDisassociateAnalyticsDataSetCommandOutput | BatchGetAttachedFileMetadataCommandOutput | BatchGetFlowAssociationCommandOutput | BatchPutContactCommandOutput | ClaimPhoneNumberCommandOutput | CompleteAttachedFileUploadCommandOutput | CreateAgentStatusCommandOutput | CreateContactCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateContactFlowVersionCommandOutput | CreateEmailAddressCommandOutput | CreateEvaluationFormCommandOutput | CreateHoursOfOperationCommandOutput | CreateHoursOfOperationOverrideCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateParticipantCommandOutput | CreatePersistentContactAssociationCommandOutput | CreatePredefinedAttributeCommandOutput | CreatePromptCommandOutput | CreatePushNotificationRegistrationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateRuleCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateTrafficDistributionGroupCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateViewCommandOutput | CreateViewVersionCommandOutput | CreateVocabularyCommandOutput | DeactivateEvaluationFormCommandOutput | DeleteAttachedFileCommandOutput | DeleteContactEvaluationCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteContactFlowVersionCommandOutput | DeleteEmailAddressCommandOutput | DeleteEvaluationFormCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteHoursOfOperationOverrideCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeletePredefinedAttributeCommandOutput | DeletePromptCommandOutput | DeletePushNotificationRegistrationCommandOutput | DeleteQueueCommandOutput | DeleteQuickConnectCommandOutput | DeleteRoutingProfileCommandOutput | DeleteRuleCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteTrafficDistributionGroupCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteViewCommandOutput | DeleteViewVersionCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeAuthenticationProfileCommandOutput | DescribeContactCommandOutput | DescribeContactEvaluationCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeEmailAddressCommandOutput | DescribeEvaluationFormCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeHoursOfOperationOverrideCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribePredefinedAttributeCommandOutput | DescribePromptCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeRuleCommandOutput | DescribeSecurityProfileCommandOutput | DescribeTrafficDistributionGroupCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeViewCommandOutput | DescribeVocabularyCommandOutput | DisassociateAnalyticsDataSetCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateEmailAddressAliasCommandOutput | DisassociateFlowCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | DisassociateTrafficDistributionGroupUserCommandOutput | DisassociateUserProficienciesCommandOutput | DismissUserContactCommandOutput | GetAttachedFileCommandOutput | GetContactAttributesCommandOutput | GetContactMetricsCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetEffectiveHoursOfOperationsCommandOutput | GetFederationTokenCommandOutput | GetFlowAssociationCommandOutput | GetMetricDataCommandOutput | GetMetricDataV2CommandOutput | GetPromptFileCommandOutput | GetTaskTemplateCommandOutput | GetTrafficDistributionCommandOutput | ImportPhoneNumberCommandOutput | ListAgentStatusesCommandOutput | ListAnalyticsDataAssociationsCommandOutput | ListAnalyticsDataLakeDataSetsCommandOutput | ListApprovedOriginsCommandOutput | ListAssociatedContactsCommandOutput | ListAuthenticationProfilesCommandOutput | ListBotsCommandOutput | ListContactEvaluationsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowVersionsCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListEvaluationFormVersionsCommandOutput | ListEvaluationFormsCommandOutput | ListFlowAssociationsCommandOutput | ListHoursOfOperationOverridesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPredefinedAttributesCommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRealtimeContactAnalysisSegmentsV2CommandOutput | ListRoutingProfileManualAssignmentQueuesCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListRulesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfileApplicationsCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListTrafficDistributionGroupUsersCommandOutput | ListTrafficDistributionGroupsCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUserProficienciesCommandOutput | ListUsersCommandOutput | ListViewVersionsCommandOutput | ListViewsCommandOutput | MonitorContactCommandOutput | PauseContactCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ReplicateInstanceCommandOutput | ResumeContactCommandOutput | ResumeContactRecordingCommandOutput | SearchAgentStatusesCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchContactFlowModulesCommandOutput | SearchContactFlowsCommandOutput | SearchContactsCommandOutput | SearchEmailAddressesCommandOutput | SearchHoursOfOperationOverridesCommandOutput | SearchHoursOfOperationsCommandOutput | SearchPredefinedAttributesCommandOutput | SearchPromptsCommandOutput | SearchQueuesCommandOutput | SearchQuickConnectsCommandOutput | SearchResourceTagsCommandOutput | SearchRoutingProfilesCommandOutput | SearchSecurityProfilesCommandOutput | SearchUserHierarchyGroupsCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | SendChatIntegrationEventCommandOutput | SendOutboundEmailCommandOutput | StartAttachedFileUploadCommandOutput | StartChatContactCommandOutput | StartContactEvaluationCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartEmailContactCommandOutput | StartOutboundChatContactCommandOutput | StartOutboundEmailContactCommandOutput | StartOutboundVoiceContactCommandOutput | StartScreenSharingCommandOutput | StartTaskContactCommandOutput | StartWebRTCContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SubmitContactEvaluationCommandOutput | SuspendContactRecordingCommandOutput | TagContactCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateAuthenticationProfileCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactEvaluationCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactRoutingDataCommandOutput | UpdateContactScheduleCommandOutput | UpdateEmailAddressMetadataCommandOutput | UpdateEvaluationFormCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateHoursOfOperationOverrideCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateParticipantAuthenticationCommandOutput | UpdateParticipantRoleConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdatePhoneNumberMetadataCommandOutput | UpdatePredefinedAttributeCommandOutput | UpdatePromptCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueOutboundEmailConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileAgentAvailabilityTimerCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateRuleCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateTrafficDistributionCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserProficienciesCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput | UpdateViewContentCommandOutput | UpdateViewMetadataCommandOutput;
|
|
309
|
+
export type ServiceOutputTypes = ActivateEvaluationFormCommandOutput | AssociateAnalyticsDataSetCommandOutput | AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateContactWithUserCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateEmailAddressAliasCommandOutput | AssociateFlowCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | AssociateTrafficDistributionGroupUserCommandOutput | AssociateUserProficienciesCommandOutput | BatchAssociateAnalyticsDataSetCommandOutput | BatchDisassociateAnalyticsDataSetCommandOutput | BatchGetAttachedFileMetadataCommandOutput | BatchGetFlowAssociationCommandOutput | BatchPutContactCommandOutput | ClaimPhoneNumberCommandOutput | CompleteAttachedFileUploadCommandOutput | CreateAgentStatusCommandOutput | CreateContactCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateContactFlowVersionCommandOutput | CreateEmailAddressCommandOutput | CreateEvaluationFormCommandOutput | CreateHoursOfOperationCommandOutput | CreateHoursOfOperationOverrideCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateParticipantCommandOutput | CreatePersistentContactAssociationCommandOutput | CreatePredefinedAttributeCommandOutput | CreatePromptCommandOutput | CreatePushNotificationRegistrationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateRuleCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateTrafficDistributionGroupCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateViewCommandOutput | CreateViewVersionCommandOutput | CreateVocabularyCommandOutput | DeactivateEvaluationFormCommandOutput | DeleteAttachedFileCommandOutput | DeleteContactEvaluationCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteContactFlowVersionCommandOutput | DeleteEmailAddressCommandOutput | DeleteEvaluationFormCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteHoursOfOperationOverrideCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeletePredefinedAttributeCommandOutput | DeletePromptCommandOutput | DeletePushNotificationRegistrationCommandOutput | DeleteQueueCommandOutput | DeleteQuickConnectCommandOutput | DeleteRoutingProfileCommandOutput | DeleteRuleCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteTrafficDistributionGroupCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteViewCommandOutput | DeleteViewVersionCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeAuthenticationProfileCommandOutput | DescribeContactCommandOutput | DescribeContactEvaluationCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeEmailAddressCommandOutput | DescribeEvaluationFormCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeHoursOfOperationOverrideCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribePredefinedAttributeCommandOutput | DescribePromptCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeRuleCommandOutput | DescribeSecurityProfileCommandOutput | DescribeTrafficDistributionGroupCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeViewCommandOutput | DescribeVocabularyCommandOutput | DisassociateAnalyticsDataSetCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateEmailAddressAliasCommandOutput | DisassociateFlowCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | DisassociateTrafficDistributionGroupUserCommandOutput | DisassociateUserProficienciesCommandOutput | DismissUserContactCommandOutput | GetAttachedFileCommandOutput | GetContactAttributesCommandOutput | GetContactMetricsCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetEffectiveHoursOfOperationsCommandOutput | GetFederationTokenCommandOutput | GetFlowAssociationCommandOutput | GetMetricDataCommandOutput | GetMetricDataV2CommandOutput | GetPromptFileCommandOutput | GetTaskTemplateCommandOutput | GetTrafficDistributionCommandOutput | ImportPhoneNumberCommandOutput | ListAgentStatusesCommandOutput | ListAnalyticsDataAssociationsCommandOutput | ListAnalyticsDataLakeDataSetsCommandOutput | ListApprovedOriginsCommandOutput | ListAssociatedContactsCommandOutput | ListAuthenticationProfilesCommandOutput | ListBotsCommandOutput | ListContactEvaluationsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowVersionsCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListEvaluationFormVersionsCommandOutput | ListEvaluationFormsCommandOutput | ListFlowAssociationsCommandOutput | ListHoursOfOperationOverridesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPredefinedAttributesCommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRealtimeContactAnalysisSegmentsV2CommandOutput | ListRoutingProfileManualAssignmentQueuesCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListRulesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfileApplicationsCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListTrafficDistributionGroupUsersCommandOutput | ListTrafficDistributionGroupsCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUserProficienciesCommandOutput | ListUsersCommandOutput | ListViewVersionsCommandOutput | ListViewsCommandOutput | MonitorContactCommandOutput | PauseContactCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ReplicateInstanceCommandOutput | ResumeContactCommandOutput | ResumeContactRecordingCommandOutput | SearchAgentStatusesCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchContactEvaluationsCommandOutput | SearchContactFlowModulesCommandOutput | SearchContactFlowsCommandOutput | SearchContactsCommandOutput | SearchEmailAddressesCommandOutput | SearchEvaluationFormsCommandOutput | SearchHoursOfOperationOverridesCommandOutput | SearchHoursOfOperationsCommandOutput | SearchPredefinedAttributesCommandOutput | SearchPromptsCommandOutput | SearchQueuesCommandOutput | SearchQuickConnectsCommandOutput | SearchResourceTagsCommandOutput | SearchRoutingProfilesCommandOutput | SearchSecurityProfilesCommandOutput | SearchUserHierarchyGroupsCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | SendChatIntegrationEventCommandOutput | SendOutboundEmailCommandOutput | StartAttachedFileUploadCommandOutput | StartChatContactCommandOutput | StartContactEvaluationCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartEmailContactCommandOutput | StartOutboundChatContactCommandOutput | StartOutboundEmailContactCommandOutput | StartOutboundVoiceContactCommandOutput | StartScreenSharingCommandOutput | StartTaskContactCommandOutput | StartWebRTCContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SubmitContactEvaluationCommandOutput | SuspendContactRecordingCommandOutput | TagContactCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateAuthenticationProfileCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactEvaluationCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactRoutingDataCommandOutput | UpdateContactScheduleCommandOutput | UpdateEmailAddressMetadataCommandOutput | UpdateEvaluationFormCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateHoursOfOperationOverrideCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateParticipantAuthenticationCommandOutput | UpdateParticipantRoleConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdatePhoneNumberMetadataCommandOutput | UpdatePredefinedAttributeCommandOutput | UpdatePromptCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueOutboundEmailConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileAgentAvailabilityTimerCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateRuleCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateTrafficDistributionCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserProficienciesCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput | UpdateViewContentCommandOutput | UpdateViewMetadataCommandOutput;
|
|
308
310
|
/**
|
|
309
311
|
* @public
|
|
310
312
|
*/
|