@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListTestCasesCommandInput, ListTestCasesCommandOutput } from "../commands/ListTestCasesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListTestCases: (config: ConnectPaginationConfiguration, input: ListTestCasesCommandInput, ...rest: any[]) => Paginator<ListTestCasesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { SearchTestCasesCommandInput, SearchTestCasesCommandOutput } from "../commands/SearchTestCasesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateSearchTestCases: (config: ConnectPaginationConfiguration, input: SearchTestCasesCommandInput, ...rest: any[]) => Paginator<SearchTestCasesCommandOutput>;
|
|
@@ -51,6 +51,7 @@ export * from "./ListSecurityProfileFlowModulesPaginator";
|
|
|
51
51
|
export * from "./ListSecurityProfilePermissionsPaginator";
|
|
52
52
|
export * from "./ListSecurityProfilesPaginator";
|
|
53
53
|
export * from "./ListTaskTemplatesPaginator";
|
|
54
|
+
export * from "./ListTestCasesPaginator";
|
|
54
55
|
export * from "./ListTrafficDistributionGroupsPaginator";
|
|
55
56
|
export * from "./ListTrafficDistributionGroupUsersPaginator";
|
|
56
57
|
export * from "./ListUseCasesPaginator";
|
|
@@ -76,6 +77,7 @@ export * from "./SearchQuickConnectsPaginator";
|
|
|
76
77
|
export * from "./SearchResourceTagsPaginator";
|
|
77
78
|
export * from "./SearchRoutingProfilesPaginator";
|
|
78
79
|
export * from "./SearchSecurityProfilesPaginator";
|
|
80
|
+
export * from "./SearchTestCasesPaginator";
|
|
79
81
|
export * from "./SearchUserHierarchyGroupsPaginator";
|
|
80
82
|
export * from "./SearchUsersPaginator";
|
|
81
83
|
export * from "./SearchViewsPaginator";
|
|
@@ -201,6 +201,8 @@ export declare var CreateSecurityProfileRequest$: StaticStructureSchema;
|
|
|
201
201
|
export declare var CreateSecurityProfileResponse$: StaticStructureSchema;
|
|
202
202
|
export declare var CreateTaskTemplateRequest$: StaticStructureSchema;
|
|
203
203
|
export declare var CreateTaskTemplateResponse$: StaticStructureSchema;
|
|
204
|
+
export declare var CreateTestCaseRequest$: StaticStructureSchema;
|
|
205
|
+
export declare var CreateTestCaseResponse$: StaticStructureSchema;
|
|
204
206
|
export declare var CreateTrafficDistributionGroupRequest$: StaticStructureSchema;
|
|
205
207
|
export declare var CreateTrafficDistributionGroupResponse$: StaticStructureSchema;
|
|
206
208
|
export declare var CreateUseCaseRequest$: StaticStructureSchema;
|
|
@@ -283,6 +285,8 @@ export declare var DeleteRuleRequest$: StaticStructureSchema;
|
|
|
283
285
|
export declare var DeleteSecurityProfileRequest$: StaticStructureSchema;
|
|
284
286
|
export declare var DeleteTaskTemplateRequest$: StaticStructureSchema;
|
|
285
287
|
export declare var DeleteTaskTemplateResponse$: StaticStructureSchema;
|
|
288
|
+
export declare var DeleteTestCaseRequest$: StaticStructureSchema;
|
|
289
|
+
export declare var DeleteTestCaseResponse$: StaticStructureSchema;
|
|
286
290
|
export declare var DeleteTrafficDistributionGroupRequest$: StaticStructureSchema;
|
|
287
291
|
export declare var DeleteTrafficDistributionGroupResponse$: StaticStructureSchema;
|
|
288
292
|
export declare var DeleteUseCaseRequest$: StaticStructureSchema;
|
|
@@ -348,6 +352,8 @@ export declare var DescribeRuleRequest$: StaticStructureSchema;
|
|
|
348
352
|
export declare var DescribeRuleResponse$: StaticStructureSchema;
|
|
349
353
|
export declare var DescribeSecurityProfileRequest$: StaticStructureSchema;
|
|
350
354
|
export declare var DescribeSecurityProfileResponse$: StaticStructureSchema;
|
|
355
|
+
export declare var DescribeTestCaseRequest$: StaticStructureSchema;
|
|
356
|
+
export declare var DescribeTestCaseResponse$: StaticStructureSchema;
|
|
351
357
|
export declare var DescribeTrafficDistributionGroupRequest$: StaticStructureSchema;
|
|
352
358
|
export declare var DescribeTrafficDistributionGroupResponse$: StaticStructureSchema;
|
|
353
359
|
export declare var DescribeUserHierarchyGroupRequest$: StaticStructureSchema;
|
|
@@ -467,6 +473,7 @@ export declare var EvaluationSuggestedAnswerTranscriptMillisecondOffsets$: Stati
|
|
|
467
473
|
export declare var EvaluationSummary$: StaticStructureSchema;
|
|
468
474
|
export declare var EvaluationTranscriptPointOfInterest$: StaticStructureSchema;
|
|
469
475
|
export declare var EventBridgeActionDefinition$: StaticStructureSchema;
|
|
476
|
+
export declare var ExecutionRecord$: StaticStructureSchema;
|
|
470
477
|
export declare var Expiry$: StaticStructureSchema;
|
|
471
478
|
export declare var Expression$: StaticStructureSchema;
|
|
472
479
|
export declare var ExternalInvocationConfiguration$: StaticStructureSchema;
|
|
@@ -505,6 +512,8 @@ export declare var GetPromptFileRequest$: StaticStructureSchema;
|
|
|
505
512
|
export declare var GetPromptFileResponse$: StaticStructureSchema;
|
|
506
513
|
export declare var GetTaskTemplateRequest$: StaticStructureSchema;
|
|
507
514
|
export declare var GetTaskTemplateResponse$: StaticStructureSchema;
|
|
515
|
+
export declare var GetTestCaseExecutionSummaryRequest$: StaticStructureSchema;
|
|
516
|
+
export declare var GetTestCaseExecutionSummaryResponse$: StaticStructureSchema;
|
|
508
517
|
export declare var GetTrafficDistributionRequest$: StaticStructureSchema;
|
|
509
518
|
export declare var GetTrafficDistributionResponse$: StaticStructureSchema;
|
|
510
519
|
export declare var GlobalResiliencyMetadata$: StaticStructureSchema;
|
|
@@ -555,6 +564,7 @@ export declare var InvalidContactFlowException$: StaticErrorSchema;
|
|
|
555
564
|
export declare var InvalidContactFlowModuleException$: StaticErrorSchema;
|
|
556
565
|
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
557
566
|
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
567
|
+
export declare var InvalidTestCaseException$: StaticErrorSchema;
|
|
558
568
|
export declare var InvisibleFieldInfo$: StaticStructureSchema;
|
|
559
569
|
export declare var KinesisFirehoseConfig$: StaticStructureSchema;
|
|
560
570
|
export declare var KinesisStreamConfig$: StaticStructureSchema;
|
|
@@ -667,6 +677,12 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
|
667
677
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
668
678
|
export declare var ListTaskTemplatesRequest$: StaticStructureSchema;
|
|
669
679
|
export declare var ListTaskTemplatesResponse$: StaticStructureSchema;
|
|
680
|
+
export declare var ListTestCaseExecutionRecordsRequest$: StaticStructureSchema;
|
|
681
|
+
export declare var ListTestCaseExecutionRecordsResponse$: StaticStructureSchema;
|
|
682
|
+
export declare var ListTestCaseExecutionsRequest$: StaticStructureSchema;
|
|
683
|
+
export declare var ListTestCaseExecutionsResponse$: StaticStructureSchema;
|
|
684
|
+
export declare var ListTestCasesRequest$: StaticStructureSchema;
|
|
685
|
+
export declare var ListTestCasesResponse$: StaticStructureSchema;
|
|
670
686
|
export declare var ListTrafficDistributionGroupsRequest$: StaticStructureSchema;
|
|
671
687
|
export declare var ListTrafficDistributionGroupsResponse$: StaticStructureSchema;
|
|
672
688
|
export declare var ListTrafficDistributionGroupUsersRequest$: StaticStructureSchema;
|
|
@@ -711,6 +727,7 @@ export declare var NotificationRecipientType$: StaticStructureSchema;
|
|
|
711
727
|
export declare var NumberCondition$: StaticStructureSchema;
|
|
712
728
|
export declare var NumberReference$: StaticStructureSchema;
|
|
713
729
|
export declare var NumericQuestionPropertyValueAutomation$: StaticStructureSchema;
|
|
730
|
+
export declare var ObservationSummary$: StaticStructureSchema;
|
|
714
731
|
export declare var OperationalHour$: StaticStructureSchema;
|
|
715
732
|
export declare var OutboundAdditionalRecipients$: StaticStructureSchema;
|
|
716
733
|
export declare var OutboundCallerConfig$: StaticStructureSchema;
|
|
@@ -879,6 +896,8 @@ export declare var SearchRoutingProfilesRequest$: StaticStructureSchema;
|
|
|
879
896
|
export declare var SearchRoutingProfilesResponse$: StaticStructureSchema;
|
|
880
897
|
export declare var SearchSecurityProfilesRequest$: StaticStructureSchema;
|
|
881
898
|
export declare var SearchSecurityProfilesResponse$: StaticStructureSchema;
|
|
899
|
+
export declare var SearchTestCasesRequest$: StaticStructureSchema;
|
|
900
|
+
export declare var SearchTestCasesResponse$: StaticStructureSchema;
|
|
882
901
|
export declare var SearchUserHierarchyGroupsRequest$: StaticStructureSchema;
|
|
883
902
|
export declare var SearchUserHierarchyGroupsResponse$: StaticStructureSchema;
|
|
884
903
|
export declare var SearchUsersRequest$: StaticStructureSchema;
|
|
@@ -934,6 +953,8 @@ export declare var StartScreenSharingRequest$: StaticStructureSchema;
|
|
|
934
953
|
export declare var StartScreenSharingResponse$: StaticStructureSchema;
|
|
935
954
|
export declare var StartTaskContactRequest$: StaticStructureSchema;
|
|
936
955
|
export declare var StartTaskContactResponse$: StaticStructureSchema;
|
|
956
|
+
export declare var StartTestCaseExecutionRequest$: StaticStructureSchema;
|
|
957
|
+
export declare var StartTestCaseExecutionResponse$: StaticStructureSchema;
|
|
937
958
|
export declare var StartWebRTCContactRequest$: StaticStructureSchema;
|
|
938
959
|
export declare var StartWebRTCContactResponse$: StaticStructureSchema;
|
|
939
960
|
export declare var StateTransition$: StaticStructureSchema;
|
|
@@ -946,6 +967,8 @@ export declare var StopContactRequest$: StaticStructureSchema;
|
|
|
946
967
|
export declare var StopContactResponse$: StaticStructureSchema;
|
|
947
968
|
export declare var StopContactStreamingRequest$: StaticStructureSchema;
|
|
948
969
|
export declare var StopContactStreamingResponse$: StaticStructureSchema;
|
|
970
|
+
export declare var StopTestCaseExecutionRequest$: StaticStructureSchema;
|
|
971
|
+
export declare var StopTestCaseExecutionResponse$: StaticStructureSchema;
|
|
949
972
|
export declare var StringCondition$: StaticStructureSchema;
|
|
950
973
|
export declare var StringReference$: StaticStructureSchema;
|
|
951
974
|
export declare var SubmitAutoEvaluationActionDefinition$: StaticStructureSchema;
|
|
@@ -972,6 +995,12 @@ export declare var TaskTemplateMetadata$: StaticStructureSchema;
|
|
|
972
995
|
export declare var TelephonyConfig$: StaticStructureSchema;
|
|
973
996
|
export declare var TemplateAttributes$: StaticStructureSchema;
|
|
974
997
|
export declare var TemplatedMessageConfig$: StaticStructureSchema;
|
|
998
|
+
export declare var TestCase$: StaticStructureSchema;
|
|
999
|
+
export declare var TestCaseEntryPoint$: StaticStructureSchema;
|
|
1000
|
+
export declare var TestCaseExecution$: StaticStructureSchema;
|
|
1001
|
+
export declare var TestCaseSearchCriteria$: StaticStructureSchema;
|
|
1002
|
+
export declare var TestCaseSearchFilter$: StaticStructureSchema;
|
|
1003
|
+
export declare var TestCaseSummary$: StaticStructureSchema;
|
|
975
1004
|
export declare var Threshold$: StaticStructureSchema;
|
|
976
1005
|
export declare var ThresholdV2$: StaticStructureSchema;
|
|
977
1006
|
export declare var ThrottlingException$: StaticErrorSchema;
|
|
@@ -1052,6 +1081,8 @@ export declare var UpdateRuleRequest$: StaticStructureSchema;
|
|
|
1052
1081
|
export declare var UpdateSecurityProfileRequest$: StaticStructureSchema;
|
|
1053
1082
|
export declare var UpdateTaskTemplateRequest$: StaticStructureSchema;
|
|
1054
1083
|
export declare var UpdateTaskTemplateResponse$: StaticStructureSchema;
|
|
1084
|
+
export declare var UpdateTestCaseRequest$: StaticStructureSchema;
|
|
1085
|
+
export declare var UpdateTestCaseResponse$: StaticStructureSchema;
|
|
1055
1086
|
export declare var UpdateTrafficDistributionRequest$: StaticStructureSchema;
|
|
1056
1087
|
export declare var UpdateTrafficDistributionResponse$: StaticStructureSchema;
|
|
1057
1088
|
export declare var UpdateUserHierarchyGroupNameRequest$: StaticStructureSchema;
|
|
@@ -1106,6 +1137,7 @@ export declare var ViewSummary$: StaticStructureSchema;
|
|
|
1106
1137
|
export declare var ViewVersionSummary$: StaticStructureSchema;
|
|
1107
1138
|
export declare var Vocabulary$: StaticStructureSchema;
|
|
1108
1139
|
export declare var VocabularySummary$: StaticStructureSchema;
|
|
1140
|
+
export declare var VoiceCallEntryPointParameters$: StaticStructureSchema;
|
|
1109
1141
|
export declare var VoiceRecordingConfiguration$: StaticStructureSchema;
|
|
1110
1142
|
export declare var WisdomInfo$: StaticStructureSchema;
|
|
1111
1143
|
export declare var Workspace$: StaticStructureSchema;
|
|
@@ -1200,6 +1232,7 @@ export declare var CreateRoutingProfile$: StaticOperationSchema;
|
|
|
1200
1232
|
export declare var CreateRule$: StaticOperationSchema;
|
|
1201
1233
|
export declare var CreateSecurityProfile$: StaticOperationSchema;
|
|
1202
1234
|
export declare var CreateTaskTemplate$: StaticOperationSchema;
|
|
1235
|
+
export declare var CreateTestCase$: StaticOperationSchema;
|
|
1203
1236
|
export declare var CreateTrafficDistributionGroup$: StaticOperationSchema;
|
|
1204
1237
|
export declare var CreateUseCase$: StaticOperationSchema;
|
|
1205
1238
|
export declare var CreateUser$: StaticOperationSchema;
|
|
@@ -1234,6 +1267,7 @@ export declare var DeleteRoutingProfile$: StaticOperationSchema;
|
|
|
1234
1267
|
export declare var DeleteRule$: StaticOperationSchema;
|
|
1235
1268
|
export declare var DeleteSecurityProfile$: StaticOperationSchema;
|
|
1236
1269
|
export declare var DeleteTaskTemplate$: StaticOperationSchema;
|
|
1270
|
+
export declare var DeleteTestCase$: StaticOperationSchema;
|
|
1237
1271
|
export declare var DeleteTrafficDistributionGroup$: StaticOperationSchema;
|
|
1238
1272
|
export declare var DeleteUseCase$: StaticOperationSchema;
|
|
1239
1273
|
export declare var DeleteUser$: StaticOperationSchema;
|
|
@@ -1268,6 +1302,7 @@ export declare var DescribeQuickConnect$: StaticOperationSchema;
|
|
|
1268
1302
|
export declare var DescribeRoutingProfile$: StaticOperationSchema;
|
|
1269
1303
|
export declare var DescribeRule$: StaticOperationSchema;
|
|
1270
1304
|
export declare var DescribeSecurityProfile$: StaticOperationSchema;
|
|
1305
|
+
export declare var DescribeTestCase$: StaticOperationSchema;
|
|
1271
1306
|
export declare var DescribeTrafficDistributionGroup$: StaticOperationSchema;
|
|
1272
1307
|
export declare var DescribeUser$: StaticOperationSchema;
|
|
1273
1308
|
export declare var DescribeUserHierarchyGroup$: StaticOperationSchema;
|
|
@@ -1306,6 +1341,7 @@ export declare var GetMetricData$: StaticOperationSchema;
|
|
|
1306
1341
|
export declare var GetMetricDataV2$: StaticOperationSchema;
|
|
1307
1342
|
export declare var GetPromptFile$: StaticOperationSchema;
|
|
1308
1343
|
export declare var GetTaskTemplate$: StaticOperationSchema;
|
|
1344
|
+
export declare var GetTestCaseExecutionSummary$: StaticOperationSchema;
|
|
1309
1345
|
export declare var GetTrafficDistribution$: StaticOperationSchema;
|
|
1310
1346
|
export declare var ImportPhoneNumber$: StaticOperationSchema;
|
|
1311
1347
|
export declare var ImportWorkspaceMedia$: StaticOperationSchema;
|
|
@@ -1360,6 +1396,9 @@ export declare var ListSecurityProfilePermissions$: StaticOperationSchema;
|
|
|
1360
1396
|
export declare var ListSecurityProfiles$: StaticOperationSchema;
|
|
1361
1397
|
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
1362
1398
|
export declare var ListTaskTemplates$: StaticOperationSchema;
|
|
1399
|
+
export declare var ListTestCaseExecutionRecords$: StaticOperationSchema;
|
|
1400
|
+
export declare var ListTestCaseExecutions$: StaticOperationSchema;
|
|
1401
|
+
export declare var ListTestCases$: StaticOperationSchema;
|
|
1363
1402
|
export declare var ListTrafficDistributionGroups$: StaticOperationSchema;
|
|
1364
1403
|
export declare var ListTrafficDistributionGroupUsers$: StaticOperationSchema;
|
|
1365
1404
|
export declare var ListUseCases$: StaticOperationSchema;
|
|
@@ -1396,6 +1435,7 @@ export declare var SearchQuickConnects$: StaticOperationSchema;
|
|
|
1396
1435
|
export declare var SearchResourceTags$: StaticOperationSchema;
|
|
1397
1436
|
export declare var SearchRoutingProfiles$: StaticOperationSchema;
|
|
1398
1437
|
export declare var SearchSecurityProfiles$: StaticOperationSchema;
|
|
1438
|
+
export declare var SearchTestCases$: StaticOperationSchema;
|
|
1399
1439
|
export declare var SearchUserHierarchyGroups$: StaticOperationSchema;
|
|
1400
1440
|
export declare var SearchUsers$: StaticOperationSchema;
|
|
1401
1441
|
export declare var SearchViews$: StaticOperationSchema;
|
|
@@ -1416,11 +1456,13 @@ export declare var StartOutboundEmailContact$: StaticOperationSchema;
|
|
|
1416
1456
|
export declare var StartOutboundVoiceContact$: StaticOperationSchema;
|
|
1417
1457
|
export declare var StartScreenSharing$: StaticOperationSchema;
|
|
1418
1458
|
export declare var StartTaskContact$: StaticOperationSchema;
|
|
1459
|
+
export declare var StartTestCaseExecution$: StaticOperationSchema;
|
|
1419
1460
|
export declare var StartWebRTCContact$: StaticOperationSchema;
|
|
1420
1461
|
export declare var StopContact$: StaticOperationSchema;
|
|
1421
1462
|
export declare var StopContactMediaProcessing$: StaticOperationSchema;
|
|
1422
1463
|
export declare var StopContactRecording$: StaticOperationSchema;
|
|
1423
1464
|
export declare var StopContactStreaming$: StaticOperationSchema;
|
|
1465
|
+
export declare var StopTestCaseExecution$: StaticOperationSchema;
|
|
1424
1466
|
export declare var SubmitContactEvaluation$: StaticOperationSchema;
|
|
1425
1467
|
export declare var SuspendContactRecording$: StaticOperationSchema;
|
|
1426
1468
|
export declare var TagContact$: StaticOperationSchema;
|
|
@@ -1472,6 +1514,7 @@ export declare var UpdateRoutingProfileQueues$: StaticOperationSchema;
|
|
|
1472
1514
|
export declare var UpdateRule$: StaticOperationSchema;
|
|
1473
1515
|
export declare var UpdateSecurityProfile$: StaticOperationSchema;
|
|
1474
1516
|
export declare var UpdateTaskTemplate$: StaticOperationSchema;
|
|
1517
|
+
export declare var UpdateTestCase$: StaticOperationSchema;
|
|
1475
1518
|
export declare var UpdateTrafficDistribution$: StaticOperationSchema;
|
|
1476
1519
|
export declare var UpdateUserHierarchy$: StaticOperationSchema;
|
|
1477
1520
|
export declare var UpdateUserHierarchyGroupName$: StaticOperationSchema;
|
|
@@ -227,6 +227,10 @@ import {
|
|
|
227
227
|
CreateTaskTemplateCommandInput,
|
|
228
228
|
CreateTaskTemplateCommandOutput,
|
|
229
229
|
} from "./commands/CreateTaskTemplateCommand";
|
|
230
|
+
import {
|
|
231
|
+
CreateTestCaseCommandInput,
|
|
232
|
+
CreateTestCaseCommandOutput,
|
|
233
|
+
} from "./commands/CreateTestCaseCommand";
|
|
230
234
|
import {
|
|
231
235
|
CreateTrafficDistributionGroupCommandInput,
|
|
232
236
|
CreateTrafficDistributionGroupCommandOutput,
|
|
@@ -363,6 +367,10 @@ import {
|
|
|
363
367
|
DeleteTaskTemplateCommandInput,
|
|
364
368
|
DeleteTaskTemplateCommandOutput,
|
|
365
369
|
} from "./commands/DeleteTaskTemplateCommand";
|
|
370
|
+
import {
|
|
371
|
+
DeleteTestCaseCommandInput,
|
|
372
|
+
DeleteTestCaseCommandOutput,
|
|
373
|
+
} from "./commands/DeleteTestCaseCommand";
|
|
366
374
|
import {
|
|
367
375
|
DeleteTrafficDistributionGroupCommandInput,
|
|
368
376
|
DeleteTrafficDistributionGroupCommandOutput,
|
|
@@ -499,6 +507,10 @@ import {
|
|
|
499
507
|
DescribeSecurityProfileCommandInput,
|
|
500
508
|
DescribeSecurityProfileCommandOutput,
|
|
501
509
|
} from "./commands/DescribeSecurityProfileCommand";
|
|
510
|
+
import {
|
|
511
|
+
DescribeTestCaseCommandInput,
|
|
512
|
+
DescribeTestCaseCommandOutput,
|
|
513
|
+
} from "./commands/DescribeTestCaseCommand";
|
|
502
514
|
import {
|
|
503
515
|
DescribeTrafficDistributionGroupCommandInput,
|
|
504
516
|
DescribeTrafficDistributionGroupCommandOutput,
|
|
@@ -651,6 +663,10 @@ import {
|
|
|
651
663
|
GetTaskTemplateCommandInput,
|
|
652
664
|
GetTaskTemplateCommandOutput,
|
|
653
665
|
} from "./commands/GetTaskTemplateCommand";
|
|
666
|
+
import {
|
|
667
|
+
GetTestCaseExecutionSummaryCommandInput,
|
|
668
|
+
GetTestCaseExecutionSummaryCommandOutput,
|
|
669
|
+
} from "./commands/GetTestCaseExecutionSummaryCommand";
|
|
654
670
|
import {
|
|
655
671
|
GetTrafficDistributionCommandInput,
|
|
656
672
|
GetTrafficDistributionCommandOutput,
|
|
@@ -867,6 +883,18 @@ import {
|
|
|
867
883
|
ListTaskTemplatesCommandInput,
|
|
868
884
|
ListTaskTemplatesCommandOutput,
|
|
869
885
|
} from "./commands/ListTaskTemplatesCommand";
|
|
886
|
+
import {
|
|
887
|
+
ListTestCaseExecutionRecordsCommandInput,
|
|
888
|
+
ListTestCaseExecutionRecordsCommandOutput,
|
|
889
|
+
} from "./commands/ListTestCaseExecutionRecordsCommand";
|
|
890
|
+
import {
|
|
891
|
+
ListTestCaseExecutionsCommandInput,
|
|
892
|
+
ListTestCaseExecutionsCommandOutput,
|
|
893
|
+
} from "./commands/ListTestCaseExecutionsCommand";
|
|
894
|
+
import {
|
|
895
|
+
ListTestCasesCommandInput,
|
|
896
|
+
ListTestCasesCommandOutput,
|
|
897
|
+
} from "./commands/ListTestCasesCommand";
|
|
870
898
|
import {
|
|
871
899
|
ListTrafficDistributionGroupsCommandInput,
|
|
872
900
|
ListTrafficDistributionGroupsCommandOutput,
|
|
@@ -1011,6 +1039,10 @@ import {
|
|
|
1011
1039
|
SearchSecurityProfilesCommandInput,
|
|
1012
1040
|
SearchSecurityProfilesCommandOutput,
|
|
1013
1041
|
} from "./commands/SearchSecurityProfilesCommand";
|
|
1042
|
+
import {
|
|
1043
|
+
SearchTestCasesCommandInput,
|
|
1044
|
+
SearchTestCasesCommandOutput,
|
|
1045
|
+
} from "./commands/SearchTestCasesCommand";
|
|
1014
1046
|
import {
|
|
1015
1047
|
SearchUserHierarchyGroupsCommandInput,
|
|
1016
1048
|
SearchUserHierarchyGroupsCommandOutput,
|
|
@@ -1091,6 +1123,10 @@ import {
|
|
|
1091
1123
|
StartTaskContactCommandInput,
|
|
1092
1124
|
StartTaskContactCommandOutput,
|
|
1093
1125
|
} from "./commands/StartTaskContactCommand";
|
|
1126
|
+
import {
|
|
1127
|
+
StartTestCaseExecutionCommandInput,
|
|
1128
|
+
StartTestCaseExecutionCommandOutput,
|
|
1129
|
+
} from "./commands/StartTestCaseExecutionCommand";
|
|
1094
1130
|
import {
|
|
1095
1131
|
StartWebRTCContactCommandInput,
|
|
1096
1132
|
StartWebRTCContactCommandOutput,
|
|
@@ -1111,6 +1147,10 @@ import {
|
|
|
1111
1147
|
StopContactStreamingCommandInput,
|
|
1112
1148
|
StopContactStreamingCommandOutput,
|
|
1113
1149
|
} from "./commands/StopContactStreamingCommand";
|
|
1150
|
+
import {
|
|
1151
|
+
StopTestCaseExecutionCommandInput,
|
|
1152
|
+
StopTestCaseExecutionCommandOutput,
|
|
1153
|
+
} from "./commands/StopTestCaseExecutionCommand";
|
|
1114
1154
|
import {
|
|
1115
1155
|
SubmitContactEvaluationCommandInput,
|
|
1116
1156
|
SubmitContactEvaluationCommandOutput,
|
|
@@ -1315,6 +1355,10 @@ import {
|
|
|
1315
1355
|
UpdateTaskTemplateCommandInput,
|
|
1316
1356
|
UpdateTaskTemplateCommandOutput,
|
|
1317
1357
|
} from "./commands/UpdateTaskTemplateCommand";
|
|
1358
|
+
import {
|
|
1359
|
+
UpdateTestCaseCommandInput,
|
|
1360
|
+
UpdateTestCaseCommandOutput,
|
|
1361
|
+
} from "./commands/UpdateTestCaseCommand";
|
|
1318
1362
|
import {
|
|
1319
1363
|
UpdateTrafficDistributionCommandInput,
|
|
1320
1364
|
UpdateTrafficDistributionCommandOutput,
|
|
@@ -2142,6 +2186,19 @@ export interface Connect {
|
|
|
2142
2186
|
options: __HttpHandlerOptions,
|
|
2143
2187
|
cb: (err: any, data?: CreateTaskTemplateCommandOutput) => void
|
|
2144
2188
|
): void;
|
|
2189
|
+
createTestCase(
|
|
2190
|
+
args: CreateTestCaseCommandInput,
|
|
2191
|
+
options?: __HttpHandlerOptions
|
|
2192
|
+
): Promise<CreateTestCaseCommandOutput>;
|
|
2193
|
+
createTestCase(
|
|
2194
|
+
args: CreateTestCaseCommandInput,
|
|
2195
|
+
cb: (err: any, data?: CreateTestCaseCommandOutput) => void
|
|
2196
|
+
): void;
|
|
2197
|
+
createTestCase(
|
|
2198
|
+
args: CreateTestCaseCommandInput,
|
|
2199
|
+
options: __HttpHandlerOptions,
|
|
2200
|
+
cb: (err: any, data?: CreateTestCaseCommandOutput) => void
|
|
2201
|
+
): void;
|
|
2145
2202
|
createTrafficDistributionGroup(
|
|
2146
2203
|
args: CreateTrafficDistributionGroupCommandInput,
|
|
2147
2204
|
options?: __HttpHandlerOptions
|
|
@@ -2590,6 +2647,19 @@ export interface Connect {
|
|
|
2590
2647
|
options: __HttpHandlerOptions,
|
|
2591
2648
|
cb: (err: any, data?: DeleteTaskTemplateCommandOutput) => void
|
|
2592
2649
|
): void;
|
|
2650
|
+
deleteTestCase(
|
|
2651
|
+
args: DeleteTestCaseCommandInput,
|
|
2652
|
+
options?: __HttpHandlerOptions
|
|
2653
|
+
): Promise<DeleteTestCaseCommandOutput>;
|
|
2654
|
+
deleteTestCase(
|
|
2655
|
+
args: DeleteTestCaseCommandInput,
|
|
2656
|
+
cb: (err: any, data?: DeleteTestCaseCommandOutput) => void
|
|
2657
|
+
): void;
|
|
2658
|
+
deleteTestCase(
|
|
2659
|
+
args: DeleteTestCaseCommandInput,
|
|
2660
|
+
options: __HttpHandlerOptions,
|
|
2661
|
+
cb: (err: any, data?: DeleteTestCaseCommandOutput) => void
|
|
2662
|
+
): void;
|
|
2593
2663
|
deleteTrafficDistributionGroup(
|
|
2594
2664
|
args: DeleteTrafficDistributionGroupCommandInput,
|
|
2595
2665
|
options?: __HttpHandlerOptions
|
|
@@ -3032,6 +3102,19 @@ export interface Connect {
|
|
|
3032
3102
|
options: __HttpHandlerOptions,
|
|
3033
3103
|
cb: (err: any, data?: DescribeSecurityProfileCommandOutput) => void
|
|
3034
3104
|
): void;
|
|
3105
|
+
describeTestCase(
|
|
3106
|
+
args: DescribeTestCaseCommandInput,
|
|
3107
|
+
options?: __HttpHandlerOptions
|
|
3108
|
+
): Promise<DescribeTestCaseCommandOutput>;
|
|
3109
|
+
describeTestCase(
|
|
3110
|
+
args: DescribeTestCaseCommandInput,
|
|
3111
|
+
cb: (err: any, data?: DescribeTestCaseCommandOutput) => void
|
|
3112
|
+
): void;
|
|
3113
|
+
describeTestCase(
|
|
3114
|
+
args: DescribeTestCaseCommandInput,
|
|
3115
|
+
options: __HttpHandlerOptions,
|
|
3116
|
+
cb: (err: any, data?: DescribeTestCaseCommandOutput) => void
|
|
3117
|
+
): void;
|
|
3035
3118
|
describeTrafficDistributionGroup(
|
|
3036
3119
|
args: DescribeTrafficDistributionGroupCommandInput,
|
|
3037
3120
|
options?: __HttpHandlerOptions
|
|
@@ -3544,6 +3627,19 @@ export interface Connect {
|
|
|
3544
3627
|
options: __HttpHandlerOptions,
|
|
3545
3628
|
cb: (err: any, data?: GetTaskTemplateCommandOutput) => void
|
|
3546
3629
|
): void;
|
|
3630
|
+
getTestCaseExecutionSummary(
|
|
3631
|
+
args: GetTestCaseExecutionSummaryCommandInput,
|
|
3632
|
+
options?: __HttpHandlerOptions
|
|
3633
|
+
): Promise<GetTestCaseExecutionSummaryCommandOutput>;
|
|
3634
|
+
getTestCaseExecutionSummary(
|
|
3635
|
+
args: GetTestCaseExecutionSummaryCommandInput,
|
|
3636
|
+
cb: (err: any, data?: GetTestCaseExecutionSummaryCommandOutput) => void
|
|
3637
|
+
): void;
|
|
3638
|
+
getTestCaseExecutionSummary(
|
|
3639
|
+
args: GetTestCaseExecutionSummaryCommandInput,
|
|
3640
|
+
options: __HttpHandlerOptions,
|
|
3641
|
+
cb: (err: any, data?: GetTestCaseExecutionSummaryCommandOutput) => void
|
|
3642
|
+
): void;
|
|
3547
3643
|
getTrafficDistribution(
|
|
3548
3644
|
args: GetTrafficDistributionCommandInput,
|
|
3549
3645
|
options?: __HttpHandlerOptions
|
|
@@ -4260,6 +4356,45 @@ export interface Connect {
|
|
|
4260
4356
|
options: __HttpHandlerOptions,
|
|
4261
4357
|
cb: (err: any, data?: ListTaskTemplatesCommandOutput) => void
|
|
4262
4358
|
): void;
|
|
4359
|
+
listTestCaseExecutionRecords(
|
|
4360
|
+
args: ListTestCaseExecutionRecordsCommandInput,
|
|
4361
|
+
options?: __HttpHandlerOptions
|
|
4362
|
+
): Promise<ListTestCaseExecutionRecordsCommandOutput>;
|
|
4363
|
+
listTestCaseExecutionRecords(
|
|
4364
|
+
args: ListTestCaseExecutionRecordsCommandInput,
|
|
4365
|
+
cb: (err: any, data?: ListTestCaseExecutionRecordsCommandOutput) => void
|
|
4366
|
+
): void;
|
|
4367
|
+
listTestCaseExecutionRecords(
|
|
4368
|
+
args: ListTestCaseExecutionRecordsCommandInput,
|
|
4369
|
+
options: __HttpHandlerOptions,
|
|
4370
|
+
cb: (err: any, data?: ListTestCaseExecutionRecordsCommandOutput) => void
|
|
4371
|
+
): void;
|
|
4372
|
+
listTestCaseExecutions(
|
|
4373
|
+
args: ListTestCaseExecutionsCommandInput,
|
|
4374
|
+
options?: __HttpHandlerOptions
|
|
4375
|
+
): Promise<ListTestCaseExecutionsCommandOutput>;
|
|
4376
|
+
listTestCaseExecutions(
|
|
4377
|
+
args: ListTestCaseExecutionsCommandInput,
|
|
4378
|
+
cb: (err: any, data?: ListTestCaseExecutionsCommandOutput) => void
|
|
4379
|
+
): void;
|
|
4380
|
+
listTestCaseExecutions(
|
|
4381
|
+
args: ListTestCaseExecutionsCommandInput,
|
|
4382
|
+
options: __HttpHandlerOptions,
|
|
4383
|
+
cb: (err: any, data?: ListTestCaseExecutionsCommandOutput) => void
|
|
4384
|
+
): void;
|
|
4385
|
+
listTestCases(
|
|
4386
|
+
args: ListTestCasesCommandInput,
|
|
4387
|
+
options?: __HttpHandlerOptions
|
|
4388
|
+
): Promise<ListTestCasesCommandOutput>;
|
|
4389
|
+
listTestCases(
|
|
4390
|
+
args: ListTestCasesCommandInput,
|
|
4391
|
+
cb: (err: any, data?: ListTestCasesCommandOutput) => void
|
|
4392
|
+
): void;
|
|
4393
|
+
listTestCases(
|
|
4394
|
+
args: ListTestCasesCommandInput,
|
|
4395
|
+
options: __HttpHandlerOptions,
|
|
4396
|
+
cb: (err: any, data?: ListTestCasesCommandOutput) => void
|
|
4397
|
+
): void;
|
|
4263
4398
|
listTrafficDistributionGroups(): Promise<ListTrafficDistributionGroupsCommandOutput>;
|
|
4264
4399
|
listTrafficDistributionGroups(
|
|
4265
4400
|
args: ListTrafficDistributionGroupsCommandInput,
|
|
@@ -4735,6 +4870,19 @@ export interface Connect {
|
|
|
4735
4870
|
options: __HttpHandlerOptions,
|
|
4736
4871
|
cb: (err: any, data?: SearchSecurityProfilesCommandOutput) => void
|
|
4737
4872
|
): void;
|
|
4873
|
+
searchTestCases(
|
|
4874
|
+
args: SearchTestCasesCommandInput,
|
|
4875
|
+
options?: __HttpHandlerOptions
|
|
4876
|
+
): Promise<SearchTestCasesCommandOutput>;
|
|
4877
|
+
searchTestCases(
|
|
4878
|
+
args: SearchTestCasesCommandInput,
|
|
4879
|
+
cb: (err: any, data?: SearchTestCasesCommandOutput) => void
|
|
4880
|
+
): void;
|
|
4881
|
+
searchTestCases(
|
|
4882
|
+
args: SearchTestCasesCommandInput,
|
|
4883
|
+
options: __HttpHandlerOptions,
|
|
4884
|
+
cb: (err: any, data?: SearchTestCasesCommandOutput) => void
|
|
4885
|
+
): void;
|
|
4738
4886
|
searchUserHierarchyGroups(
|
|
4739
4887
|
args: SearchUserHierarchyGroupsCommandInput,
|
|
4740
4888
|
options?: __HttpHandlerOptions
|
|
@@ -4996,6 +5144,19 @@ export interface Connect {
|
|
|
4996
5144
|
options: __HttpHandlerOptions,
|
|
4997
5145
|
cb: (err: any, data?: StartTaskContactCommandOutput) => void
|
|
4998
5146
|
): void;
|
|
5147
|
+
startTestCaseExecution(
|
|
5148
|
+
args: StartTestCaseExecutionCommandInput,
|
|
5149
|
+
options?: __HttpHandlerOptions
|
|
5150
|
+
): Promise<StartTestCaseExecutionCommandOutput>;
|
|
5151
|
+
startTestCaseExecution(
|
|
5152
|
+
args: StartTestCaseExecutionCommandInput,
|
|
5153
|
+
cb: (err: any, data?: StartTestCaseExecutionCommandOutput) => void
|
|
5154
|
+
): void;
|
|
5155
|
+
startTestCaseExecution(
|
|
5156
|
+
args: StartTestCaseExecutionCommandInput,
|
|
5157
|
+
options: __HttpHandlerOptions,
|
|
5158
|
+
cb: (err: any, data?: StartTestCaseExecutionCommandOutput) => void
|
|
5159
|
+
): void;
|
|
4999
5160
|
startWebRTCContact(
|
|
5000
5161
|
args: StartWebRTCContactCommandInput,
|
|
5001
5162
|
options?: __HttpHandlerOptions
|
|
@@ -5062,6 +5223,19 @@ export interface Connect {
|
|
|
5062
5223
|
options: __HttpHandlerOptions,
|
|
5063
5224
|
cb: (err: any, data?: StopContactStreamingCommandOutput) => void
|
|
5064
5225
|
): void;
|
|
5226
|
+
stopTestCaseExecution(
|
|
5227
|
+
args: StopTestCaseExecutionCommandInput,
|
|
5228
|
+
options?: __HttpHandlerOptions
|
|
5229
|
+
): Promise<StopTestCaseExecutionCommandOutput>;
|
|
5230
|
+
stopTestCaseExecution(
|
|
5231
|
+
args: StopTestCaseExecutionCommandInput,
|
|
5232
|
+
cb: (err: any, data?: StopTestCaseExecutionCommandOutput) => void
|
|
5233
|
+
): void;
|
|
5234
|
+
stopTestCaseExecution(
|
|
5235
|
+
args: StopTestCaseExecutionCommandInput,
|
|
5236
|
+
options: __HttpHandlerOptions,
|
|
5237
|
+
cb: (err: any, data?: StopTestCaseExecutionCommandOutput) => void
|
|
5238
|
+
): void;
|
|
5065
5239
|
submitContactEvaluation(
|
|
5066
5240
|
args: SubmitContactEvaluationCommandInput,
|
|
5067
5241
|
options?: __HttpHandlerOptions
|
|
@@ -5737,6 +5911,19 @@ export interface Connect {
|
|
|
5737
5911
|
options: __HttpHandlerOptions,
|
|
5738
5912
|
cb: (err: any, data?: UpdateTaskTemplateCommandOutput) => void
|
|
5739
5913
|
): void;
|
|
5914
|
+
updateTestCase(
|
|
5915
|
+
args: UpdateTestCaseCommandInput,
|
|
5916
|
+
options?: __HttpHandlerOptions
|
|
5917
|
+
): Promise<UpdateTestCaseCommandOutput>;
|
|
5918
|
+
updateTestCase(
|
|
5919
|
+
args: UpdateTestCaseCommandInput,
|
|
5920
|
+
cb: (err: any, data?: UpdateTestCaseCommandOutput) => void
|
|
5921
|
+
): void;
|
|
5922
|
+
updateTestCase(
|
|
5923
|
+
args: UpdateTestCaseCommandInput,
|
|
5924
|
+
options: __HttpHandlerOptions,
|
|
5925
|
+
cb: (err: any, data?: UpdateTestCaseCommandOutput) => void
|
|
5926
|
+
): void;
|
|
5740
5927
|
updateTrafficDistribution(
|
|
5741
5928
|
args: UpdateTrafficDistributionCommandInput,
|
|
5742
5929
|
options?: __HttpHandlerOptions
|