@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
|
@@ -1002,6 +1002,50 @@ export interface CreateEmailAddressResponse {
|
|
|
1002
1002
|
EmailAddressId?: string | undefined;
|
|
1003
1003
|
EmailAddressArn?: string | undefined;
|
|
1004
1004
|
}
|
|
1005
|
+
export interface EvaluationFormAutoEvaluationConfiguration {
|
|
1006
|
+
Enabled: boolean | undefined;
|
|
1007
|
+
}
|
|
1008
|
+
export declare const EvaluationFormItemEnablementAction: {
|
|
1009
|
+
readonly DISABLE: "DISABLE";
|
|
1010
|
+
readonly ENABLE: "ENABLE";
|
|
1011
|
+
};
|
|
1012
|
+
export type EvaluationFormItemEnablementAction =
|
|
1013
|
+
(typeof EvaluationFormItemEnablementAction)[keyof typeof EvaluationFormItemEnablementAction];
|
|
1014
|
+
export declare const EvaluationFormItemSourceValuesComparator: {
|
|
1015
|
+
readonly IN: "IN";
|
|
1016
|
+
readonly NOT_IN: "NOT_IN";
|
|
1017
|
+
};
|
|
1018
|
+
export type EvaluationFormItemSourceValuesComparator =
|
|
1019
|
+
(typeof EvaluationFormItemSourceValuesComparator)[keyof typeof EvaluationFormItemSourceValuesComparator];
|
|
1020
|
+
export declare const EvaluationFormItemEnablementSourceType: {
|
|
1021
|
+
readonly QUESTION_REF_ID: "QUESTION_REF_ID";
|
|
1022
|
+
};
|
|
1023
|
+
export type EvaluationFormItemEnablementSourceType =
|
|
1024
|
+
(typeof EvaluationFormItemEnablementSourceType)[keyof typeof EvaluationFormItemEnablementSourceType];
|
|
1025
|
+
export interface EvaluationFormItemEnablementSource {
|
|
1026
|
+
Type: EvaluationFormItemEnablementSourceType | undefined;
|
|
1027
|
+
RefId?: string | undefined;
|
|
1028
|
+
}
|
|
1029
|
+
export declare const EvaluationFormItemEnablementSourceValueType: {
|
|
1030
|
+
readonly OPTION_REF_ID: "OPTION_REF_ID";
|
|
1031
|
+
};
|
|
1032
|
+
export type EvaluationFormItemEnablementSourceValueType =
|
|
1033
|
+
(typeof EvaluationFormItemEnablementSourceValueType)[keyof typeof EvaluationFormItemEnablementSourceValueType];
|
|
1034
|
+
export interface EvaluationFormItemEnablementSourceValue {
|
|
1035
|
+
Type: EvaluationFormItemEnablementSourceValueType | undefined;
|
|
1036
|
+
RefId?: string | undefined;
|
|
1037
|
+
}
|
|
1038
|
+
export interface EvaluationFormItemEnablementExpression {
|
|
1039
|
+
Source: EvaluationFormItemEnablementSource | undefined;
|
|
1040
|
+
Values: EvaluationFormItemEnablementSourceValue[] | undefined;
|
|
1041
|
+
Comparator: EvaluationFormItemSourceValuesComparator | undefined;
|
|
1042
|
+
}
|
|
1043
|
+
export declare const EvaluationFormItemEnablementOperator: {
|
|
1044
|
+
readonly AND: "AND";
|
|
1045
|
+
readonly OR: "OR";
|
|
1046
|
+
};
|
|
1047
|
+
export type EvaluationFormItemEnablementOperator =
|
|
1048
|
+
(typeof EvaluationFormItemEnablementOperator)[keyof typeof EvaluationFormItemEnablementOperator];
|
|
1005
1049
|
export declare const EvaluationFormQuestionType: {
|
|
1006
1050
|
readonly NUMERIC: "NUMERIC";
|
|
1007
1051
|
readonly SINGLESELECT: "SINGLESELECT";
|
|
@@ -1009,12 +1053,24 @@ export declare const EvaluationFormQuestionType: {
|
|
|
1009
1053
|
};
|
|
1010
1054
|
export type EvaluationFormQuestionType =
|
|
1011
1055
|
(typeof EvaluationFormQuestionType)[keyof typeof EvaluationFormQuestionType];
|
|
1056
|
+
export declare const EvaluationFormQuestionAutomationAnswerSourceType: {
|
|
1057
|
+
readonly CONTACT_LENS_DATA: "CONTACT_LENS_DATA";
|
|
1058
|
+
readonly GEN_AI: "GEN_AI";
|
|
1059
|
+
};
|
|
1060
|
+
export type EvaluationFormQuestionAutomationAnswerSourceType =
|
|
1061
|
+
(typeof EvaluationFormQuestionAutomationAnswerSourceType)[keyof typeof EvaluationFormQuestionAutomationAnswerSourceType];
|
|
1062
|
+
export interface EvaluationFormQuestionAutomationAnswerSource {
|
|
1063
|
+
SourceType: EvaluationFormQuestionAutomationAnswerSourceType | undefined;
|
|
1064
|
+
}
|
|
1012
1065
|
export declare const NumericQuestionPropertyAutomationLabel: {
|
|
1066
|
+
readonly AGENT_INTERACTION_AND_HOLD_DURATION: "AGENT_INTERACTION_AND_HOLD_DURATION";
|
|
1013
1067
|
readonly AGENT_INTERACTION_DURATION: "AGENT_INTERACTION_DURATION";
|
|
1014
1068
|
readonly CONTACT_DURATION: "CONTACT_DURATION";
|
|
1015
1069
|
readonly CUSTOMER_HOLD_TIME: "CUSTOMER_HOLD_TIME";
|
|
1070
|
+
readonly LONGEST_HOLD_DURATION: "LONGEST_HOLD_DURATION";
|
|
1016
1071
|
readonly NON_TALK_TIME: "NON_TALK_TIME";
|
|
1017
1072
|
readonly NON_TALK_TIME_PERCENTAGE: "NON_TALK_TIME_PERCENTAGE";
|
|
1073
|
+
readonly NUMBER_OF_HOLDS: "NUMBER_OF_HOLDS";
|
|
1018
1074
|
readonly NUMBER_OF_INTERRUPTIONS: "NUMBER_OF_INTERRUPTIONS";
|
|
1019
1075
|
readonly OVERALL_AGENT_SENTIMENT_SCORE: "OVERALL_AGENT_SENTIMENT_SCORE";
|
|
1020
1076
|
readonly OVERALL_CUSTOMER_SENTIMENT_SCORE: "OVERALL_CUSTOMER_SENTIMENT_SCORE";
|
|
@@ -1025,19 +1081,28 @@ export interface NumericQuestionPropertyValueAutomation {
|
|
|
1025
1081
|
Label: NumericQuestionPropertyAutomationLabel | undefined;
|
|
1026
1082
|
}
|
|
1027
1083
|
export type EvaluationFormNumericQuestionAutomation =
|
|
1084
|
+
| EvaluationFormNumericQuestionAutomation.AnswerSourceMember
|
|
1028
1085
|
| EvaluationFormNumericQuestionAutomation.PropertyValueMember
|
|
1029
1086
|
| EvaluationFormNumericQuestionAutomation.$UnknownMember;
|
|
1030
1087
|
export declare namespace EvaluationFormNumericQuestionAutomation {
|
|
1031
1088
|
interface PropertyValueMember {
|
|
1032
1089
|
PropertyValue: NumericQuestionPropertyValueAutomation;
|
|
1090
|
+
AnswerSource?: never;
|
|
1091
|
+
$unknown?: never;
|
|
1092
|
+
}
|
|
1093
|
+
interface AnswerSourceMember {
|
|
1094
|
+
PropertyValue?: never;
|
|
1095
|
+
AnswerSource: EvaluationFormQuestionAutomationAnswerSource;
|
|
1033
1096
|
$unknown?: never;
|
|
1034
1097
|
}
|
|
1035
1098
|
interface $UnknownMember {
|
|
1036
1099
|
PropertyValue?: never;
|
|
1100
|
+
AnswerSource?: never;
|
|
1037
1101
|
$unknown: [string, any];
|
|
1038
1102
|
}
|
|
1039
1103
|
interface Visitor<T> {
|
|
1040
1104
|
PropertyValue: (value: NumericQuestionPropertyValueAutomation) => T;
|
|
1105
|
+
AnswerSource: (value: EvaluationFormQuestionAutomationAnswerSource) => T;
|
|
1041
1106
|
_: (name: string, value: any) => T;
|
|
1042
1107
|
}
|
|
1043
1108
|
const visit: <T>(
|
|
@@ -1045,11 +1110,15 @@ export declare namespace EvaluationFormNumericQuestionAutomation {
|
|
|
1045
1110
|
visitor: Visitor<T>
|
|
1046
1111
|
) => T;
|
|
1047
1112
|
}
|
|
1113
|
+
export interface AutomaticFailConfiguration {
|
|
1114
|
+
TargetSection?: string | undefined;
|
|
1115
|
+
}
|
|
1048
1116
|
export interface EvaluationFormNumericQuestionOption {
|
|
1049
1117
|
MinValue: number | undefined;
|
|
1050
1118
|
MaxValue: number | undefined;
|
|
1051
1119
|
Score?: number | undefined;
|
|
1052
1120
|
AutomaticFail?: boolean | undefined;
|
|
1121
|
+
AutomaticFailConfiguration?: AutomaticFailConfiguration | undefined;
|
|
1053
1122
|
}
|
|
1054
1123
|
export interface EvaluationFormNumericQuestionProperties {
|
|
1055
1124
|
MinValue: number | undefined;
|
|
@@ -1090,8 +1159,9 @@ export declare namespace EvaluationFormSingleSelectQuestionAutomationOption {
|
|
|
1090
1159
|
) => T;
|
|
1091
1160
|
}
|
|
1092
1161
|
export interface EvaluationFormSingleSelectQuestionAutomation {
|
|
1093
|
-
Options
|
|
1162
|
+
Options?: EvaluationFormSingleSelectQuestionAutomationOption[] | undefined;
|
|
1094
1163
|
DefaultOptionRefId?: string | undefined;
|
|
1164
|
+
AnswerSource?: EvaluationFormQuestionAutomationAnswerSource | undefined;
|
|
1095
1165
|
}
|
|
1096
1166
|
export declare const EvaluationFormSingleSelectQuestionDisplayMode: {
|
|
1097
1167
|
readonly DROPDOWN: "DROPDOWN";
|
|
@@ -1104,35 +1174,53 @@ export interface EvaluationFormSingleSelectQuestionOption {
|
|
|
1104
1174
|
Text: string | undefined;
|
|
1105
1175
|
Score?: number | undefined;
|
|
1106
1176
|
AutomaticFail?: boolean | undefined;
|
|
1177
|
+
AutomaticFailConfiguration?: AutomaticFailConfiguration | undefined;
|
|
1107
1178
|
}
|
|
1108
1179
|
export interface EvaluationFormSingleSelectQuestionProperties {
|
|
1109
1180
|
Options: EvaluationFormSingleSelectQuestionOption[] | undefined;
|
|
1110
1181
|
DisplayAs?: EvaluationFormSingleSelectQuestionDisplayMode | undefined;
|
|
1111
1182
|
Automation?: EvaluationFormSingleSelectQuestionAutomation | undefined;
|
|
1112
1183
|
}
|
|
1184
|
+
export interface EvaluationFormTextQuestionAutomation {
|
|
1185
|
+
AnswerSource?: EvaluationFormQuestionAutomationAnswerSource | undefined;
|
|
1186
|
+
}
|
|
1187
|
+
export interface EvaluationFormTextQuestionProperties {
|
|
1188
|
+
Automation?: EvaluationFormTextQuestionAutomation | undefined;
|
|
1189
|
+
}
|
|
1113
1190
|
export type EvaluationFormQuestionTypeProperties =
|
|
1114
1191
|
| EvaluationFormQuestionTypeProperties.NumericMember
|
|
1115
1192
|
| EvaluationFormQuestionTypeProperties.SingleSelectMember
|
|
1193
|
+
| EvaluationFormQuestionTypeProperties.TextMember
|
|
1116
1194
|
| EvaluationFormQuestionTypeProperties.$UnknownMember;
|
|
1117
1195
|
export declare namespace EvaluationFormQuestionTypeProperties {
|
|
1118
1196
|
interface NumericMember {
|
|
1119
1197
|
Numeric: EvaluationFormNumericQuestionProperties;
|
|
1120
1198
|
SingleSelect?: never;
|
|
1199
|
+
Text?: never;
|
|
1121
1200
|
$unknown?: never;
|
|
1122
1201
|
}
|
|
1123
1202
|
interface SingleSelectMember {
|
|
1124
1203
|
Numeric?: never;
|
|
1125
1204
|
SingleSelect: EvaluationFormSingleSelectQuestionProperties;
|
|
1205
|
+
Text?: never;
|
|
1206
|
+
$unknown?: never;
|
|
1207
|
+
}
|
|
1208
|
+
interface TextMember {
|
|
1209
|
+
Numeric?: never;
|
|
1210
|
+
SingleSelect?: never;
|
|
1211
|
+
Text: EvaluationFormTextQuestionProperties;
|
|
1126
1212
|
$unknown?: never;
|
|
1127
1213
|
}
|
|
1128
1214
|
interface $UnknownMember {
|
|
1129
1215
|
Numeric?: never;
|
|
1130
1216
|
SingleSelect?: never;
|
|
1217
|
+
Text?: never;
|
|
1131
1218
|
$unknown: [string, any];
|
|
1132
1219
|
}
|
|
1133
1220
|
interface Visitor<T> {
|
|
1134
1221
|
Numeric: (value: EvaluationFormNumericQuestionProperties) => T;
|
|
1135
1222
|
SingleSelect: (value: EvaluationFormSingleSelectQuestionProperties) => T;
|
|
1223
|
+
Text: (value: EvaluationFormTextQuestionProperties) => T;
|
|
1136
1224
|
_: (name: string, value: any) => T;
|
|
1137
1225
|
}
|
|
1138
1226
|
const visit: <T>(
|
|
@@ -1140,15 +1228,6 @@ export declare namespace EvaluationFormQuestionTypeProperties {
|
|
|
1140
1228
|
visitor: Visitor<T>
|
|
1141
1229
|
) => T;
|
|
1142
1230
|
}
|
|
1143
|
-
export interface EvaluationFormQuestion {
|
|
1144
|
-
Title: string | undefined;
|
|
1145
|
-
Instructions?: string | undefined;
|
|
1146
|
-
RefId: string | undefined;
|
|
1147
|
-
NotApplicableEnabled?: boolean | undefined;
|
|
1148
|
-
QuestionType: EvaluationFormQuestionType | undefined;
|
|
1149
|
-
QuestionTypeProperties?: EvaluationFormQuestionTypeProperties | undefined;
|
|
1150
|
-
Weight?: number | undefined;
|
|
1151
|
-
}
|
|
1152
1231
|
export declare const EvaluationFormScoringMode: {
|
|
1153
1232
|
readonly QUESTION_ONLY: "QUESTION_ONLY";
|
|
1154
1233
|
readonly SECTION_ONLY: "SECTION_ONLY";
|
|
@@ -1843,84 +1922,6 @@ export interface View {
|
|
|
1843
1922
|
LastModifiedTime?: Date | undefined;
|
|
1844
1923
|
ViewContentSha256?: string | undefined;
|
|
1845
1924
|
}
|
|
1846
|
-
export interface CreateViewResponse {
|
|
1847
|
-
View?: View | undefined;
|
|
1848
|
-
}
|
|
1849
|
-
export declare const ResourceType: {
|
|
1850
|
-
readonly CONTACT: "CONTACT";
|
|
1851
|
-
readonly CONTACT_FLOW: "CONTACT_FLOW";
|
|
1852
|
-
readonly HIERARCHY_GROUP: "HIERARCHY_GROUP";
|
|
1853
|
-
readonly HIERARCHY_LEVEL: "HIERARCHY_LEVEL";
|
|
1854
|
-
readonly INSTANCE: "INSTANCE";
|
|
1855
|
-
readonly PARTICIPANT: "PARTICIPANT";
|
|
1856
|
-
readonly PHONE_NUMBER: "PHONE_NUMBER";
|
|
1857
|
-
readonly USER: "USER";
|
|
1858
|
-
};
|
|
1859
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
1860
|
-
export declare class ResourceInUseException extends __BaseException {
|
|
1861
|
-
readonly name: "ResourceInUseException";
|
|
1862
|
-
readonly $fault: "client";
|
|
1863
|
-
Message?: string | undefined;
|
|
1864
|
-
ResourceType?: ResourceType | undefined;
|
|
1865
|
-
ResourceId?: string | undefined;
|
|
1866
|
-
constructor(
|
|
1867
|
-
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
1868
|
-
);
|
|
1869
|
-
}
|
|
1870
|
-
export declare class TooManyRequestsException extends __BaseException {
|
|
1871
|
-
readonly name: "TooManyRequestsException";
|
|
1872
|
-
readonly $fault: "client";
|
|
1873
|
-
Message?: string | undefined;
|
|
1874
|
-
constructor(
|
|
1875
|
-
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
1876
|
-
);
|
|
1877
|
-
}
|
|
1878
|
-
export interface CreateViewVersionRequest {
|
|
1879
|
-
InstanceId: string | undefined;
|
|
1880
|
-
ViewId: string | undefined;
|
|
1881
|
-
VersionDescription?: string | undefined;
|
|
1882
|
-
ViewContentSha256?: string | undefined;
|
|
1883
|
-
}
|
|
1884
|
-
export interface CreateViewVersionResponse {
|
|
1885
|
-
View?: View | undefined;
|
|
1886
|
-
}
|
|
1887
|
-
export interface CreateVocabularyRequest {
|
|
1888
|
-
ClientToken?: string | undefined;
|
|
1889
|
-
InstanceId: string | undefined;
|
|
1890
|
-
VocabularyName: string | undefined;
|
|
1891
|
-
LanguageCode: VocabularyLanguageCode | undefined;
|
|
1892
|
-
Content: string | undefined;
|
|
1893
|
-
Tags?: Record<string, string> | undefined;
|
|
1894
|
-
}
|
|
1895
|
-
export declare const VocabularyState: {
|
|
1896
|
-
readonly ACTIVE: "ACTIVE";
|
|
1897
|
-
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
1898
|
-
readonly CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS";
|
|
1899
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
1900
|
-
};
|
|
1901
|
-
export type VocabularyState =
|
|
1902
|
-
(typeof VocabularyState)[keyof typeof VocabularyState];
|
|
1903
|
-
export interface CreateVocabularyResponse {
|
|
1904
|
-
VocabularyArn: string | undefined;
|
|
1905
|
-
VocabularyId: string | undefined;
|
|
1906
|
-
State: VocabularyState | undefined;
|
|
1907
|
-
}
|
|
1908
|
-
export interface DeactivateEvaluationFormRequest {
|
|
1909
|
-
InstanceId: string | undefined;
|
|
1910
|
-
EvaluationFormId: string | undefined;
|
|
1911
|
-
EvaluationFormVersion: number | undefined;
|
|
1912
|
-
}
|
|
1913
|
-
export interface DeactivateEvaluationFormResponse {
|
|
1914
|
-
EvaluationFormId: string | undefined;
|
|
1915
|
-
EvaluationFormArn: string | undefined;
|
|
1916
|
-
EvaluationFormVersion: number | undefined;
|
|
1917
|
-
}
|
|
1918
|
-
export interface DeleteAttachedFileRequest {
|
|
1919
|
-
InstanceId: string | undefined;
|
|
1920
|
-
FileId: string | undefined;
|
|
1921
|
-
AssociatedResourceArn: string | undefined;
|
|
1922
|
-
}
|
|
1923
|
-
export interface DeleteAttachedFileResponse {}
|
|
1924
1925
|
export declare const CreateEmailAddressRequestFilterSensitiveLog: (
|
|
1925
1926
|
obj: CreateEmailAddressRequest
|
|
1926
1927
|
) => any;
|
|
@@ -1941,9 +1942,3 @@ export declare const CreateViewRequestFilterSensitiveLog: (
|
|
|
1941
1942
|
) => any;
|
|
1942
1943
|
export declare const ViewContentFilterSensitiveLog: (obj: ViewContent) => any;
|
|
1943
1944
|
export declare const ViewFilterSensitiveLog: (obj: View) => any;
|
|
1944
|
-
export declare const CreateViewResponseFilterSensitiveLog: (
|
|
1945
|
-
obj: CreateViewResponse
|
|
1946
|
-
) => any;
|
|
1947
|
-
export declare const CreateViewVersionResponseFilterSensitiveLog: (
|
|
1948
|
-
obj: CreateViewVersionResponse
|
|
1949
|
-
) => any;
|