@aws-sdk/client-connect 3.974.0 → 3.975.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 +77 -0
- package/dist-cjs/index.js +548 -24
- package/dist-es/Connect.js +22 -0
- package/dist-es/commands/CreateTestCaseCommand.js +16 -0
- package/dist-es/commands/DeleteTestCaseCommand.js +16 -0
- package/dist-es/commands/DescribeTestCaseCommand.js +16 -0
- package/dist-es/commands/GetTestCaseExecutionSummaryCommand.js +16 -0
- package/dist-es/commands/ListTestCaseExecutionRecordsCommand.js +16 -0
- package/dist-es/commands/ListTestCaseExecutionsCommand.js +16 -0
- package/dist-es/commands/ListTestCasesCommand.js +16 -0
- package/dist-es/commands/SearchTestCasesCommand.js +16 -0
- package/dist-es/commands/StartTestCaseExecutionCommand.js +16 -0
- package/dist-es/commands/StopTestCaseExecutionCommand.js +16 -0
- package/dist-es/commands/UpdateTestCaseCommand.js +16 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/enums.js +20 -0
- package/dist-es/models/errors.js +14 -0
- package/dist-es/pagination/ListTestCasesPaginator.js +4 -0
- package/dist-es/pagination/SearchTestCasesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +307 -25
- package/dist-types/Connect.d.ts +77 -0
- package/dist-types/ConnectClient.d.ts +13 -2
- package/dist-types/commands/CreateTestCaseCommand.d.ts +127 -0
- package/dist-types/commands/CreateWorkspacePageCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTestCaseCommand.d.ts +91 -0
- package/dist-types/commands/DescribeTestCaseCommand.d.ts +116 -0
- package/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +101 -0
- package/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListApprovedOriginsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociatedContactsCommand.d.ts +1 -1
- package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListTestCaseExecutionRecordsCommand.d.ts +105 -0
- package/dist-types/commands/ListTestCaseExecutionsCommand.d.ts +111 -0
- package/dist-types/commands/ListTestCasesCommand.d.ts +104 -0
- package/dist-types/commands/SearchTestCasesCommand.d.ts +167 -0
- package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +1 -1
- package/dist-types/commands/SendOutboundEmailCommand.d.ts +1 -1
- package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -1
- package/dist-types/commands/StartChatContactCommand.d.ts +1 -2
- package/dist-types/commands/StartTestCaseExecutionCommand.d.ts +99 -0
- package/dist-types/commands/StopTestCaseExecutionCommand.d.ts +93 -0
- package/dist-types/commands/UpdateTestCaseCommand.d.ts +112 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/enums.d.ts +52 -0
- package/dist-types/models/errors.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +113 -84
- package/dist-types/models/models_1.d.ts +267 -282
- package/dist-types/models/models_2.d.ts +578 -599
- package/dist-types/models/models_3.d.ts +774 -3
- package/dist-types/pagination/ListTestCasesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchTestCasesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +43 -0
- package/dist-types/ts3.4/Connect.d.ts +187 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateTestCaseCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateWorkspacePageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTestCaseCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeTestCaseCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTestCaseExecutionRecordsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTestCaseExecutionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTestCasesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/SearchTestCasesCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/SendChatIntegrationEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartAttachedFileUploadCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartTestCaseExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopTestCaseExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateTestCaseCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/enums.d.ts +28 -0
- package/dist-types/ts3.4/models/errors.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +28 -19
- package/dist-types/ts3.4/models/models_1.d.ts +65 -67
- package/dist-types/ts3.4/models/models_2.d.ts +137 -121
- package/dist-types/ts3.4/models/models_3.d.ts +167 -10
- package/dist-types/ts3.4/pagination/ListTestCasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchTestCasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +43 -0
- package/package.json +9 -9
|
@@ -55,6 +55,7 @@ export * from "./CreateRoutingProfileCommand";
|
|
|
55
55
|
export * from "./CreateRuleCommand";
|
|
56
56
|
export * from "./CreateSecurityProfileCommand";
|
|
57
57
|
export * from "./CreateTaskTemplateCommand";
|
|
58
|
+
export * from "./CreateTestCaseCommand";
|
|
58
59
|
export * from "./CreateTrafficDistributionGroupCommand";
|
|
59
60
|
export * from "./CreateUseCaseCommand";
|
|
60
61
|
export * from "./CreateUserCommand";
|
|
@@ -89,6 +90,7 @@ export * from "./DeleteRoutingProfileCommand";
|
|
|
89
90
|
export * from "./DeleteRuleCommand";
|
|
90
91
|
export * from "./DeleteSecurityProfileCommand";
|
|
91
92
|
export * from "./DeleteTaskTemplateCommand";
|
|
93
|
+
export * from "./DeleteTestCaseCommand";
|
|
92
94
|
export * from "./DeleteTrafficDistributionGroupCommand";
|
|
93
95
|
export * from "./DeleteUseCaseCommand";
|
|
94
96
|
export * from "./DeleteUserCommand";
|
|
@@ -123,6 +125,7 @@ export * from "./DescribeQuickConnectCommand";
|
|
|
123
125
|
export * from "./DescribeRoutingProfileCommand";
|
|
124
126
|
export * from "./DescribeRuleCommand";
|
|
125
127
|
export * from "./DescribeSecurityProfileCommand";
|
|
128
|
+
export * from "./DescribeTestCaseCommand";
|
|
126
129
|
export * from "./DescribeTrafficDistributionGroupCommand";
|
|
127
130
|
export * from "./DescribeUserCommand";
|
|
128
131
|
export * from "./DescribeUserHierarchyGroupCommand";
|
|
@@ -161,6 +164,7 @@ export * from "./GetMetricDataCommand";
|
|
|
161
164
|
export * from "./GetMetricDataV2Command";
|
|
162
165
|
export * from "./GetPromptFileCommand";
|
|
163
166
|
export * from "./GetTaskTemplateCommand";
|
|
167
|
+
export * from "./GetTestCaseExecutionSummaryCommand";
|
|
164
168
|
export * from "./GetTrafficDistributionCommand";
|
|
165
169
|
export * from "./ImportPhoneNumberCommand";
|
|
166
170
|
export * from "./ImportWorkspaceMediaCommand";
|
|
@@ -215,6 +219,9 @@ export * from "./ListSecurityProfilePermissionsCommand";
|
|
|
215
219
|
export * from "./ListSecurityProfilesCommand";
|
|
216
220
|
export * from "./ListTagsForResourceCommand";
|
|
217
221
|
export * from "./ListTaskTemplatesCommand";
|
|
222
|
+
export * from "./ListTestCaseExecutionRecordsCommand";
|
|
223
|
+
export * from "./ListTestCaseExecutionsCommand";
|
|
224
|
+
export * from "./ListTestCasesCommand";
|
|
218
225
|
export * from "./ListTrafficDistributionGroupUsersCommand";
|
|
219
226
|
export * from "./ListTrafficDistributionGroupsCommand";
|
|
220
227
|
export * from "./ListUseCasesCommand";
|
|
@@ -251,6 +258,7 @@ export * from "./SearchQuickConnectsCommand";
|
|
|
251
258
|
export * from "./SearchResourceTagsCommand";
|
|
252
259
|
export * from "./SearchRoutingProfilesCommand";
|
|
253
260
|
export * from "./SearchSecurityProfilesCommand";
|
|
261
|
+
export * from "./SearchTestCasesCommand";
|
|
254
262
|
export * from "./SearchUserHierarchyGroupsCommand";
|
|
255
263
|
export * from "./SearchUsersCommand";
|
|
256
264
|
export * from "./SearchViewsCommand";
|
|
@@ -271,11 +279,13 @@ export * from "./StartOutboundEmailContactCommand";
|
|
|
271
279
|
export * from "./StartOutboundVoiceContactCommand";
|
|
272
280
|
export * from "./StartScreenSharingCommand";
|
|
273
281
|
export * from "./StartTaskContactCommand";
|
|
282
|
+
export * from "./StartTestCaseExecutionCommand";
|
|
274
283
|
export * from "./StartWebRTCContactCommand";
|
|
275
284
|
export * from "./StopContactCommand";
|
|
276
285
|
export * from "./StopContactMediaProcessingCommand";
|
|
277
286
|
export * from "./StopContactRecordingCommand";
|
|
278
287
|
export * from "./StopContactStreamingCommand";
|
|
288
|
+
export * from "./StopTestCaseExecutionCommand";
|
|
279
289
|
export * from "./SubmitContactEvaluationCommand";
|
|
280
290
|
export * from "./SuspendContactRecordingCommand";
|
|
281
291
|
export * from "./TagContactCommand";
|
|
@@ -327,6 +337,7 @@ export * from "./UpdateRoutingProfileQueuesCommand";
|
|
|
327
337
|
export * from "./UpdateRuleCommand";
|
|
328
338
|
export * from "./UpdateSecurityProfileCommand";
|
|
329
339
|
export * from "./UpdateTaskTemplateCommand";
|
|
340
|
+
export * from "./UpdateTestCaseCommand";
|
|
330
341
|
export * from "./UpdateTrafficDistributionCommand";
|
|
331
342
|
export * from "./UpdateUserHierarchyCommand";
|
|
332
343
|
export * from "./UpdateUserHierarchyGroupNameCommand";
|
|
@@ -1107,6 +1107,29 @@ export declare const PropertyValidationExceptionReason: {
|
|
|
1107
1107
|
* @public
|
|
1108
1108
|
*/
|
|
1109
1109
|
export type PropertyValidationExceptionReason = (typeof PropertyValidationExceptionReason)[keyof typeof PropertyValidationExceptionReason];
|
|
1110
|
+
/**
|
|
1111
|
+
* @public
|
|
1112
|
+
* @enum
|
|
1113
|
+
*/
|
|
1114
|
+
export declare const TestCaseEntryPointType: {
|
|
1115
|
+
readonly VOICE_CALL: "VOICE_CALL";
|
|
1116
|
+
};
|
|
1117
|
+
/**
|
|
1118
|
+
* @public
|
|
1119
|
+
*/
|
|
1120
|
+
export type TestCaseEntryPointType = (typeof TestCaseEntryPointType)[keyof typeof TestCaseEntryPointType];
|
|
1121
|
+
/**
|
|
1122
|
+
* @public
|
|
1123
|
+
* @enum
|
|
1124
|
+
*/
|
|
1125
|
+
export declare const TestCaseStatus: {
|
|
1126
|
+
readonly PUBLISHED: "PUBLISHED";
|
|
1127
|
+
readonly SAVED: "SAVED";
|
|
1128
|
+
};
|
|
1129
|
+
/**
|
|
1130
|
+
* @public
|
|
1131
|
+
*/
|
|
1132
|
+
export type TestCaseStatus = (typeof TestCaseStatus)[keyof typeof TestCaseStatus];
|
|
1110
1133
|
/**
|
|
1111
1134
|
* @public
|
|
1112
1135
|
* @enum
|
|
@@ -2011,6 +2034,21 @@ export declare const IntervalPeriod: {
|
|
|
2011
2034
|
* @public
|
|
2012
2035
|
*/
|
|
2013
2036
|
export type IntervalPeriod = (typeof IntervalPeriod)[keyof typeof IntervalPeriod];
|
|
2037
|
+
/**
|
|
2038
|
+
* @public
|
|
2039
|
+
* @enum
|
|
2040
|
+
*/
|
|
2041
|
+
export declare const TestCaseExecutionStatus: {
|
|
2042
|
+
readonly FAILED: "FAILED";
|
|
2043
|
+
readonly INITIATED: "INITIATED";
|
|
2044
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2045
|
+
readonly PASSED: "PASSED";
|
|
2046
|
+
readonly STOPPED: "STOPPED";
|
|
2047
|
+
};
|
|
2048
|
+
/**
|
|
2049
|
+
* @public
|
|
2050
|
+
*/
|
|
2051
|
+
export type TestCaseExecutionStatus = (typeof TestCaseExecutionStatus)[keyof typeof TestCaseExecutionStatus];
|
|
2014
2052
|
/**
|
|
2015
2053
|
* @public
|
|
2016
2054
|
* @enum
|
|
@@ -2141,6 +2179,20 @@ export declare const RealTimeContactAnalysisStatus: {
|
|
|
2141
2179
|
* @public
|
|
2142
2180
|
*/
|
|
2143
2181
|
export type RealTimeContactAnalysisStatus = (typeof RealTimeContactAnalysisStatus)[keyof typeof RealTimeContactAnalysisStatus];
|
|
2182
|
+
/**
|
|
2183
|
+
* @public
|
|
2184
|
+
* @enum
|
|
2185
|
+
*/
|
|
2186
|
+
export declare const ExecutionRecordStatus: {
|
|
2187
|
+
readonly FAILED: "FAILED";
|
|
2188
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2189
|
+
readonly PASSED: "PASSED";
|
|
2190
|
+
readonly STOPPED: "STOPPED";
|
|
2191
|
+
};
|
|
2192
|
+
/**
|
|
2193
|
+
* @public
|
|
2194
|
+
*/
|
|
2195
|
+
export type ExecutionRecordStatus = (typeof ExecutionRecordStatus)[keyof typeof ExecutionRecordStatus];
|
|
2144
2196
|
/**
|
|
2145
2197
|
* @public
|
|
2146
2198
|
* @enum
|
|
@@ -246,6 +246,23 @@ export declare class PropertyValidationException extends __BaseException {
|
|
|
246
246
|
*/
|
|
247
247
|
constructor(opts: __ExceptionOptionType<PropertyValidationException, __BaseException>);
|
|
248
248
|
}
|
|
249
|
+
/**
|
|
250
|
+
* <p>The test is not valid.</p>
|
|
251
|
+
* @public
|
|
252
|
+
*/
|
|
253
|
+
export declare class InvalidTestCaseException extends __BaseException {
|
|
254
|
+
readonly name: "InvalidTestCaseException";
|
|
255
|
+
readonly $fault: "client";
|
|
256
|
+
/**
|
|
257
|
+
* <p>The problems with the test. Please fix before trying again.</p>
|
|
258
|
+
* @public
|
|
259
|
+
*/
|
|
260
|
+
Problems?: ProblemDetail[] | undefined;
|
|
261
|
+
/**
|
|
262
|
+
* @internal
|
|
263
|
+
*/
|
|
264
|
+
constructor(opts: __ExceptionOptionType<InvalidTestCaseException, __BaseException>);
|
|
265
|
+
}
|
|
249
266
|
/**
|
|
250
267
|
* <p>The resource is not ready.</p>
|
|
251
268
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessType, ActionType, AgentAvailabilityTimer, AgentStatusState, AgentStatusType, AiUseCase, AllowedUserAction, ApplicationType, AttachedFileInvalidRequestExceptionReason, AttachedFileServiceQuotaExceededExceptionReason, BehaviorType, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactState, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DeviceType, DirectoryType, EncryptionType, EndpointType, EntityType, EvaluationFormItemEnablementSourceType, EvaluationFormItemEnablementSourceValueType, EvaluationFormItemSourceValuesComparator, EvaluationFormLanguageCode, EvaluationFormMultiSelectQuestionDisplayMode, EvaluationFormQuestionAutomationAnswerSourceType, EvaluationFormScoringMode, EvaluationFormScoringStatus, EvaluationFormSingleSelectQuestionDisplayMode, EvaluationReviewNotificationRecipientType, EventSourceName, FailureReasonCode, FileStatusType, FileUseCaseType, FlowAssociationResourceType, FlowModuleType, HoursOfOperationDays, InstanceStorageResourceType, IntegrationType, ListFlowAssociationResourceType, MultiSelectQuestionRuleCategoryAutomationCondition, NotificationContentType, NotificationDeliveryType, NumericQuestionPropertyAutomationLabel, OutboundStrategyType, OverrideDays, OverrideType, ParticipantRole, ParticipantState, PhoneType, PropertyValidationExceptionReason, QuickConnectType, RecurrenceFrequency, ReferenceStatus, ReferenceType, RehydrationType, RulePublishStatus, ScreenShareCapability, SingleSelectQuestionRuleCategoryAutomationCondition, SlaAssignmentType, SlaType, SourceType, StorageType, StringComparisonType, TaskTemplateFieldType, TaskTemplateStatus, UseCaseType, VideoCapability, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState, WorkspaceFontFamily } from "./enums";
|
|
1
|
+
import { AccessType, ActionType, AgentAvailabilityTimer, AgentStatusState, AgentStatusType, AiUseCase, AllowedUserAction, ApplicationType, AttachedFileInvalidRequestExceptionReason, AttachedFileServiceQuotaExceededExceptionReason, BehaviorType, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactState, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DeviceType, DirectoryType, EncryptionType, EndpointType, EntityType, EvaluationFormItemEnablementSourceType, EvaluationFormItemEnablementSourceValueType, EvaluationFormItemSourceValuesComparator, EvaluationFormLanguageCode, EvaluationFormMultiSelectQuestionDisplayMode, EvaluationFormQuestionAutomationAnswerSourceType, EvaluationFormScoringMode, EvaluationFormScoringStatus, EvaluationFormSingleSelectQuestionDisplayMode, EvaluationReviewNotificationRecipientType, EventSourceName, FailureReasonCode, FileStatusType, FileUseCaseType, FlowAssociationResourceType, FlowModuleType, HoursOfOperationDays, InstanceStorageResourceType, IntegrationType, ListFlowAssociationResourceType, MultiSelectQuestionRuleCategoryAutomationCondition, NotificationContentType, NotificationDeliveryType, NumericQuestionPropertyAutomationLabel, OutboundStrategyType, OverrideDays, OverrideType, ParticipantRole, ParticipantState, PhoneType, PropertyValidationExceptionReason, QuickConnectType, RecurrenceFrequency, ReferenceStatus, ReferenceType, RehydrationType, RulePublishStatus, ScreenShareCapability, SingleSelectQuestionRuleCategoryAutomationCondition, SlaAssignmentType, SlaType, SourceType, StorageType, StringComparisonType, TaskTemplateFieldType, TaskTemplateStatus, TestCaseEntryPointType, TestCaseStatus, UseCaseType, VideoCapability, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState, WorkspaceFontFamily } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Information about an action.</p>
|
|
4
4
|
* @public
|
|
@@ -6018,6 +6018,118 @@ export interface PropertyValidationExceptionProperty {
|
|
|
6018
6018
|
*/
|
|
6019
6019
|
Message: string | undefined;
|
|
6020
6020
|
}
|
|
6021
|
+
/**
|
|
6022
|
+
* <p>Parameters for initiating a voice call test.</p>
|
|
6023
|
+
* @public
|
|
6024
|
+
*/
|
|
6025
|
+
export interface VoiceCallEntryPointParameters {
|
|
6026
|
+
/**
|
|
6027
|
+
* <p>The source phone number for the test.</p>
|
|
6028
|
+
* @public
|
|
6029
|
+
*/
|
|
6030
|
+
SourcePhoneNumber?: string | undefined;
|
|
6031
|
+
/**
|
|
6032
|
+
* <p>The destination phone number for the test.</p>
|
|
6033
|
+
* @public
|
|
6034
|
+
*/
|
|
6035
|
+
DestinationPhoneNumber?: string | undefined;
|
|
6036
|
+
/**
|
|
6037
|
+
* <p>The flow identifier for the test.</p>
|
|
6038
|
+
* @public
|
|
6039
|
+
*/
|
|
6040
|
+
FlowId?: string | undefined;
|
|
6041
|
+
}
|
|
6042
|
+
/**
|
|
6043
|
+
* <p>Defines the starting point for a test case.</p>
|
|
6044
|
+
* @public
|
|
6045
|
+
*/
|
|
6046
|
+
export interface TestCaseEntryPoint {
|
|
6047
|
+
/**
|
|
6048
|
+
* <p>The type of entry point.</p>
|
|
6049
|
+
* @public
|
|
6050
|
+
*/
|
|
6051
|
+
Type?: TestCaseEntryPointType | undefined;
|
|
6052
|
+
/**
|
|
6053
|
+
* <p>Parameters for voice call entry point.</p>
|
|
6054
|
+
* @public
|
|
6055
|
+
*/
|
|
6056
|
+
VoiceCallEntryPointParameters?: VoiceCallEntryPointParameters | undefined;
|
|
6057
|
+
}
|
|
6058
|
+
/**
|
|
6059
|
+
* @public
|
|
6060
|
+
*/
|
|
6061
|
+
export interface CreateTestCaseRequest {
|
|
6062
|
+
/**
|
|
6063
|
+
* <p>The identifier of the Amazon Connect instance.</p>
|
|
6064
|
+
* @public
|
|
6065
|
+
*/
|
|
6066
|
+
InstanceId: string | undefined;
|
|
6067
|
+
/**
|
|
6068
|
+
* <p>The name of the test.</p>
|
|
6069
|
+
* @public
|
|
6070
|
+
*/
|
|
6071
|
+
Name: string | undefined;
|
|
6072
|
+
/**
|
|
6073
|
+
* <p>The description of the test.</p>
|
|
6074
|
+
* @public
|
|
6075
|
+
*/
|
|
6076
|
+
Description?: string | undefined;
|
|
6077
|
+
/**
|
|
6078
|
+
* <p>The JSON string that represents the content of the test.</p>
|
|
6079
|
+
* @public
|
|
6080
|
+
*/
|
|
6081
|
+
Content: string | undefined;
|
|
6082
|
+
/**
|
|
6083
|
+
* <p>Defines the starting point for your test.</p>
|
|
6084
|
+
* @public
|
|
6085
|
+
*/
|
|
6086
|
+
EntryPoint?: TestCaseEntryPoint | undefined;
|
|
6087
|
+
/**
|
|
6088
|
+
* <p>Defines the initial custom attributes for your test.</p>
|
|
6089
|
+
* @public
|
|
6090
|
+
*/
|
|
6091
|
+
InitializationData?: string | undefined;
|
|
6092
|
+
/**
|
|
6093
|
+
* <p>Indicates the test status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. The SAVED status does not initiate validation of the content.</p>
|
|
6094
|
+
* @public
|
|
6095
|
+
*/
|
|
6096
|
+
Status?: TestCaseStatus | undefined;
|
|
6097
|
+
/**
|
|
6098
|
+
* <p>Id of the test case if you want to create it in a replica region using Amazon Connect Global Resiliency</p>
|
|
6099
|
+
* @public
|
|
6100
|
+
*/
|
|
6101
|
+
TestCaseId?: string | undefined;
|
|
6102
|
+
/**
|
|
6103
|
+
* <p>The tags used to organize, track, or control access for this resource.</p>
|
|
6104
|
+
* @public
|
|
6105
|
+
*/
|
|
6106
|
+
Tags?: Record<string, string> | undefined;
|
|
6107
|
+
/**
|
|
6108
|
+
* <p>The time at which the resource was last modified.</p>
|
|
6109
|
+
* @public
|
|
6110
|
+
*/
|
|
6111
|
+
LastModifiedTime?: Date | undefined;
|
|
6112
|
+
/**
|
|
6113
|
+
* <p>The region in which the resource was last modified</p>
|
|
6114
|
+
* @public
|
|
6115
|
+
*/
|
|
6116
|
+
LastModifiedRegion?: string | undefined;
|
|
6117
|
+
}
|
|
6118
|
+
/**
|
|
6119
|
+
* @public
|
|
6120
|
+
*/
|
|
6121
|
+
export interface CreateTestCaseResponse {
|
|
6122
|
+
/**
|
|
6123
|
+
* <p>The identifier of the test.</p>
|
|
6124
|
+
* @public
|
|
6125
|
+
*/
|
|
6126
|
+
TestCaseId?: string | undefined;
|
|
6127
|
+
/**
|
|
6128
|
+
* <p>The Amazon Resource Name (ARN) of the test.</p>
|
|
6129
|
+
* @public
|
|
6130
|
+
*/
|
|
6131
|
+
TestCaseArn?: string | undefined;
|
|
6132
|
+
}
|
|
6021
6133
|
/**
|
|
6022
6134
|
* @public
|
|
6023
6135
|
*/
|
|
@@ -6866,86 +6978,3 @@ export interface CreateWorkspaceResponse {
|
|
|
6866
6978
|
*/
|
|
6867
6979
|
WorkspaceArn: string | undefined;
|
|
6868
6980
|
}
|
|
6869
|
-
/**
|
|
6870
|
-
* @public
|
|
6871
|
-
*/
|
|
6872
|
-
export interface CreateWorkspacePageRequest {
|
|
6873
|
-
/**
|
|
6874
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
6875
|
-
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
6876
|
-
* @public
|
|
6877
|
-
*/
|
|
6878
|
-
InstanceId: string | undefined;
|
|
6879
|
-
/**
|
|
6880
|
-
* <p>The identifier of the workspace.</p>
|
|
6881
|
-
* @public
|
|
6882
|
-
*/
|
|
6883
|
-
WorkspaceId: string | undefined;
|
|
6884
|
-
/**
|
|
6885
|
-
* <p>The Amazon Resource Name (ARN) of the view to associate with the page.</p>
|
|
6886
|
-
* @public
|
|
6887
|
-
*/
|
|
6888
|
-
ResourceArn: string | undefined;
|
|
6889
|
-
/**
|
|
6890
|
-
* <p>The page identifier. Valid system pages include <code>HOME</code> and <code>AGENT_EXPERIENCE</code>. Custom
|
|
6891
|
-
* pages cannot use the <code>aws:</code> or <code>connect:</code> prefixes.</p>
|
|
6892
|
-
* @public
|
|
6893
|
-
*/
|
|
6894
|
-
Page: string | undefined;
|
|
6895
|
-
/**
|
|
6896
|
-
* <p>The URL-friendly identifier for the page.</p>
|
|
6897
|
-
* @public
|
|
6898
|
-
*/
|
|
6899
|
-
Slug?: string | undefined;
|
|
6900
|
-
/**
|
|
6901
|
-
* <p>A JSON string containing input parameters for the view, validated against the view's input schema.</p>
|
|
6902
|
-
* @public
|
|
6903
|
-
*/
|
|
6904
|
-
InputData?: string | undefined;
|
|
6905
|
-
}
|
|
6906
|
-
/**
|
|
6907
|
-
* @public
|
|
6908
|
-
*/
|
|
6909
|
-
export interface CreateWorkspacePageResponse {
|
|
6910
|
-
}
|
|
6911
|
-
/**
|
|
6912
|
-
* @public
|
|
6913
|
-
*/
|
|
6914
|
-
export interface DeactivateEvaluationFormRequest {
|
|
6915
|
-
/**
|
|
6916
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
6917
|
-
* @public
|
|
6918
|
-
*/
|
|
6919
|
-
InstanceId: string | undefined;
|
|
6920
|
-
/**
|
|
6921
|
-
* <p>The unique identifier for the evaluation form.</p>
|
|
6922
|
-
* @public
|
|
6923
|
-
*/
|
|
6924
|
-
EvaluationFormId: string | undefined;
|
|
6925
|
-
/**
|
|
6926
|
-
* <p>A version of the evaluation form. If the version property is not provided, the latest version of the evaluation form is
|
|
6927
|
-
* deactivated.</p>
|
|
6928
|
-
* @public
|
|
6929
|
-
*/
|
|
6930
|
-
EvaluationFormVersion: number | undefined;
|
|
6931
|
-
}
|
|
6932
|
-
/**
|
|
6933
|
-
* @public
|
|
6934
|
-
*/
|
|
6935
|
-
export interface DeactivateEvaluationFormResponse {
|
|
6936
|
-
/**
|
|
6937
|
-
* <p>The unique identifier for the evaluation form.</p>
|
|
6938
|
-
* @public
|
|
6939
|
-
*/
|
|
6940
|
-
EvaluationFormId: string | undefined;
|
|
6941
|
-
/**
|
|
6942
|
-
* <p>The Amazon Resource Name (ARN) for the evaluation form resource.</p>
|
|
6943
|
-
* @public
|
|
6944
|
-
*/
|
|
6945
|
-
EvaluationFormArn: string | undefined;
|
|
6946
|
-
/**
|
|
6947
|
-
* <p>The version of the deactivated evaluation form resource.</p>
|
|
6948
|
-
* @public
|
|
6949
|
-
*/
|
|
6950
|
-
EvaluationFormVersion: number | undefined;
|
|
6951
|
-
}
|