@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
|
@@ -273,6 +273,10 @@ import {
|
|
|
273
273
|
CreateTaskTemplateCommandInput,
|
|
274
274
|
CreateTaskTemplateCommandOutput,
|
|
275
275
|
} from "./commands/CreateTaskTemplateCommand";
|
|
276
|
+
import {
|
|
277
|
+
CreateTestCaseCommandInput,
|
|
278
|
+
CreateTestCaseCommandOutput,
|
|
279
|
+
} from "./commands/CreateTestCaseCommand";
|
|
276
280
|
import {
|
|
277
281
|
CreateTrafficDistributionGroupCommandInput,
|
|
278
282
|
CreateTrafficDistributionGroupCommandOutput,
|
|
@@ -409,6 +413,10 @@ import {
|
|
|
409
413
|
DeleteTaskTemplateCommandInput,
|
|
410
414
|
DeleteTaskTemplateCommandOutput,
|
|
411
415
|
} from "./commands/DeleteTaskTemplateCommand";
|
|
416
|
+
import {
|
|
417
|
+
DeleteTestCaseCommandInput,
|
|
418
|
+
DeleteTestCaseCommandOutput,
|
|
419
|
+
} from "./commands/DeleteTestCaseCommand";
|
|
412
420
|
import {
|
|
413
421
|
DeleteTrafficDistributionGroupCommandInput,
|
|
414
422
|
DeleteTrafficDistributionGroupCommandOutput,
|
|
@@ -545,6 +553,10 @@ import {
|
|
|
545
553
|
DescribeSecurityProfileCommandInput,
|
|
546
554
|
DescribeSecurityProfileCommandOutput,
|
|
547
555
|
} from "./commands/DescribeSecurityProfileCommand";
|
|
556
|
+
import {
|
|
557
|
+
DescribeTestCaseCommandInput,
|
|
558
|
+
DescribeTestCaseCommandOutput,
|
|
559
|
+
} from "./commands/DescribeTestCaseCommand";
|
|
548
560
|
import {
|
|
549
561
|
DescribeTrafficDistributionGroupCommandInput,
|
|
550
562
|
DescribeTrafficDistributionGroupCommandOutput,
|
|
@@ -697,6 +709,10 @@ import {
|
|
|
697
709
|
GetTaskTemplateCommandInput,
|
|
698
710
|
GetTaskTemplateCommandOutput,
|
|
699
711
|
} from "./commands/GetTaskTemplateCommand";
|
|
712
|
+
import {
|
|
713
|
+
GetTestCaseExecutionSummaryCommandInput,
|
|
714
|
+
GetTestCaseExecutionSummaryCommandOutput,
|
|
715
|
+
} from "./commands/GetTestCaseExecutionSummaryCommand";
|
|
700
716
|
import {
|
|
701
717
|
GetTrafficDistributionCommandInput,
|
|
702
718
|
GetTrafficDistributionCommandOutput,
|
|
@@ -913,6 +929,18 @@ import {
|
|
|
913
929
|
ListTaskTemplatesCommandInput,
|
|
914
930
|
ListTaskTemplatesCommandOutput,
|
|
915
931
|
} from "./commands/ListTaskTemplatesCommand";
|
|
932
|
+
import {
|
|
933
|
+
ListTestCaseExecutionRecordsCommandInput,
|
|
934
|
+
ListTestCaseExecutionRecordsCommandOutput,
|
|
935
|
+
} from "./commands/ListTestCaseExecutionRecordsCommand";
|
|
936
|
+
import {
|
|
937
|
+
ListTestCaseExecutionsCommandInput,
|
|
938
|
+
ListTestCaseExecutionsCommandOutput,
|
|
939
|
+
} from "./commands/ListTestCaseExecutionsCommand";
|
|
940
|
+
import {
|
|
941
|
+
ListTestCasesCommandInput,
|
|
942
|
+
ListTestCasesCommandOutput,
|
|
943
|
+
} from "./commands/ListTestCasesCommand";
|
|
916
944
|
import {
|
|
917
945
|
ListTrafficDistributionGroupsCommandInput,
|
|
918
946
|
ListTrafficDistributionGroupsCommandOutput,
|
|
@@ -1057,6 +1085,10 @@ import {
|
|
|
1057
1085
|
SearchSecurityProfilesCommandInput,
|
|
1058
1086
|
SearchSecurityProfilesCommandOutput,
|
|
1059
1087
|
} from "./commands/SearchSecurityProfilesCommand";
|
|
1088
|
+
import {
|
|
1089
|
+
SearchTestCasesCommandInput,
|
|
1090
|
+
SearchTestCasesCommandOutput,
|
|
1091
|
+
} from "./commands/SearchTestCasesCommand";
|
|
1060
1092
|
import {
|
|
1061
1093
|
SearchUserHierarchyGroupsCommandInput,
|
|
1062
1094
|
SearchUserHierarchyGroupsCommandOutput,
|
|
@@ -1137,6 +1169,10 @@ import {
|
|
|
1137
1169
|
StartTaskContactCommandInput,
|
|
1138
1170
|
StartTaskContactCommandOutput,
|
|
1139
1171
|
} from "./commands/StartTaskContactCommand";
|
|
1172
|
+
import {
|
|
1173
|
+
StartTestCaseExecutionCommandInput,
|
|
1174
|
+
StartTestCaseExecutionCommandOutput,
|
|
1175
|
+
} from "./commands/StartTestCaseExecutionCommand";
|
|
1140
1176
|
import {
|
|
1141
1177
|
StartWebRTCContactCommandInput,
|
|
1142
1178
|
StartWebRTCContactCommandOutput,
|
|
@@ -1157,6 +1193,10 @@ import {
|
|
|
1157
1193
|
StopContactStreamingCommandInput,
|
|
1158
1194
|
StopContactStreamingCommandOutput,
|
|
1159
1195
|
} from "./commands/StopContactStreamingCommand";
|
|
1196
|
+
import {
|
|
1197
|
+
StopTestCaseExecutionCommandInput,
|
|
1198
|
+
StopTestCaseExecutionCommandOutput,
|
|
1199
|
+
} from "./commands/StopTestCaseExecutionCommand";
|
|
1160
1200
|
import {
|
|
1161
1201
|
SubmitContactEvaluationCommandInput,
|
|
1162
1202
|
SubmitContactEvaluationCommandOutput,
|
|
@@ -1361,6 +1401,10 @@ import {
|
|
|
1361
1401
|
UpdateTaskTemplateCommandInput,
|
|
1362
1402
|
UpdateTaskTemplateCommandOutput,
|
|
1363
1403
|
} from "./commands/UpdateTaskTemplateCommand";
|
|
1404
|
+
import {
|
|
1405
|
+
UpdateTestCaseCommandInput,
|
|
1406
|
+
UpdateTestCaseCommandOutput,
|
|
1407
|
+
} from "./commands/UpdateTestCaseCommand";
|
|
1364
1408
|
import {
|
|
1365
1409
|
UpdateTrafficDistributionCommandInput,
|
|
1366
1410
|
UpdateTrafficDistributionCommandOutput,
|
|
@@ -1486,6 +1530,7 @@ export type ServiceInputTypes =
|
|
|
1486
1530
|
| CreateRuleCommandInput
|
|
1487
1531
|
| CreateSecurityProfileCommandInput
|
|
1488
1532
|
| CreateTaskTemplateCommandInput
|
|
1533
|
+
| CreateTestCaseCommandInput
|
|
1489
1534
|
| CreateTrafficDistributionGroupCommandInput
|
|
1490
1535
|
| CreateUseCaseCommandInput
|
|
1491
1536
|
| CreateUserCommandInput
|
|
@@ -1520,6 +1565,7 @@ export type ServiceInputTypes =
|
|
|
1520
1565
|
| DeleteRuleCommandInput
|
|
1521
1566
|
| DeleteSecurityProfileCommandInput
|
|
1522
1567
|
| DeleteTaskTemplateCommandInput
|
|
1568
|
+
| DeleteTestCaseCommandInput
|
|
1523
1569
|
| DeleteTrafficDistributionGroupCommandInput
|
|
1524
1570
|
| DeleteUseCaseCommandInput
|
|
1525
1571
|
| DeleteUserCommandInput
|
|
@@ -1554,6 +1600,7 @@ export type ServiceInputTypes =
|
|
|
1554
1600
|
| DescribeRoutingProfileCommandInput
|
|
1555
1601
|
| DescribeRuleCommandInput
|
|
1556
1602
|
| DescribeSecurityProfileCommandInput
|
|
1603
|
+
| DescribeTestCaseCommandInput
|
|
1557
1604
|
| DescribeTrafficDistributionGroupCommandInput
|
|
1558
1605
|
| DescribeUserCommandInput
|
|
1559
1606
|
| DescribeUserHierarchyGroupCommandInput
|
|
@@ -1592,6 +1639,7 @@ export type ServiceInputTypes =
|
|
|
1592
1639
|
| GetMetricDataV2CommandInput
|
|
1593
1640
|
| GetPromptFileCommandInput
|
|
1594
1641
|
| GetTaskTemplateCommandInput
|
|
1642
|
+
| GetTestCaseExecutionSummaryCommandInput
|
|
1595
1643
|
| GetTrafficDistributionCommandInput
|
|
1596
1644
|
| ImportPhoneNumberCommandInput
|
|
1597
1645
|
| ImportWorkspaceMediaCommandInput
|
|
@@ -1646,6 +1694,9 @@ export type ServiceInputTypes =
|
|
|
1646
1694
|
| ListSecurityProfilesCommandInput
|
|
1647
1695
|
| ListTagsForResourceCommandInput
|
|
1648
1696
|
| ListTaskTemplatesCommandInput
|
|
1697
|
+
| ListTestCaseExecutionRecordsCommandInput
|
|
1698
|
+
| ListTestCaseExecutionsCommandInput
|
|
1699
|
+
| ListTestCasesCommandInput
|
|
1649
1700
|
| ListTrafficDistributionGroupUsersCommandInput
|
|
1650
1701
|
| ListTrafficDistributionGroupsCommandInput
|
|
1651
1702
|
| ListUseCasesCommandInput
|
|
@@ -1682,6 +1733,7 @@ export type ServiceInputTypes =
|
|
|
1682
1733
|
| SearchResourceTagsCommandInput
|
|
1683
1734
|
| SearchRoutingProfilesCommandInput
|
|
1684
1735
|
| SearchSecurityProfilesCommandInput
|
|
1736
|
+
| SearchTestCasesCommandInput
|
|
1685
1737
|
| SearchUserHierarchyGroupsCommandInput
|
|
1686
1738
|
| SearchUsersCommandInput
|
|
1687
1739
|
| SearchViewsCommandInput
|
|
@@ -1702,11 +1754,13 @@ export type ServiceInputTypes =
|
|
|
1702
1754
|
| StartOutboundVoiceContactCommandInput
|
|
1703
1755
|
| StartScreenSharingCommandInput
|
|
1704
1756
|
| StartTaskContactCommandInput
|
|
1757
|
+
| StartTestCaseExecutionCommandInput
|
|
1705
1758
|
| StartWebRTCContactCommandInput
|
|
1706
1759
|
| StopContactCommandInput
|
|
1707
1760
|
| StopContactMediaProcessingCommandInput
|
|
1708
1761
|
| StopContactRecordingCommandInput
|
|
1709
1762
|
| StopContactStreamingCommandInput
|
|
1763
|
+
| StopTestCaseExecutionCommandInput
|
|
1710
1764
|
| SubmitContactEvaluationCommandInput
|
|
1711
1765
|
| SuspendContactRecordingCommandInput
|
|
1712
1766
|
| TagContactCommandInput
|
|
@@ -1758,6 +1812,7 @@ export type ServiceInputTypes =
|
|
|
1758
1812
|
| UpdateRuleCommandInput
|
|
1759
1813
|
| UpdateSecurityProfileCommandInput
|
|
1760
1814
|
| UpdateTaskTemplateCommandInput
|
|
1815
|
+
| UpdateTestCaseCommandInput
|
|
1761
1816
|
| UpdateTrafficDistributionCommandInput
|
|
1762
1817
|
| UpdateUserHierarchyCommandInput
|
|
1763
1818
|
| UpdateUserHierarchyGroupNameCommandInput
|
|
@@ -1831,6 +1886,7 @@ export type ServiceOutputTypes =
|
|
|
1831
1886
|
| CreateRuleCommandOutput
|
|
1832
1887
|
| CreateSecurityProfileCommandOutput
|
|
1833
1888
|
| CreateTaskTemplateCommandOutput
|
|
1889
|
+
| CreateTestCaseCommandOutput
|
|
1834
1890
|
| CreateTrafficDistributionGroupCommandOutput
|
|
1835
1891
|
| CreateUseCaseCommandOutput
|
|
1836
1892
|
| CreateUserCommandOutput
|
|
@@ -1865,6 +1921,7 @@ export type ServiceOutputTypes =
|
|
|
1865
1921
|
| DeleteRuleCommandOutput
|
|
1866
1922
|
| DeleteSecurityProfileCommandOutput
|
|
1867
1923
|
| DeleteTaskTemplateCommandOutput
|
|
1924
|
+
| DeleteTestCaseCommandOutput
|
|
1868
1925
|
| DeleteTrafficDistributionGroupCommandOutput
|
|
1869
1926
|
| DeleteUseCaseCommandOutput
|
|
1870
1927
|
| DeleteUserCommandOutput
|
|
@@ -1899,6 +1956,7 @@ export type ServiceOutputTypes =
|
|
|
1899
1956
|
| DescribeRoutingProfileCommandOutput
|
|
1900
1957
|
| DescribeRuleCommandOutput
|
|
1901
1958
|
| DescribeSecurityProfileCommandOutput
|
|
1959
|
+
| DescribeTestCaseCommandOutput
|
|
1902
1960
|
| DescribeTrafficDistributionGroupCommandOutput
|
|
1903
1961
|
| DescribeUserCommandOutput
|
|
1904
1962
|
| DescribeUserHierarchyGroupCommandOutput
|
|
@@ -1937,6 +1995,7 @@ export type ServiceOutputTypes =
|
|
|
1937
1995
|
| GetMetricDataV2CommandOutput
|
|
1938
1996
|
| GetPromptFileCommandOutput
|
|
1939
1997
|
| GetTaskTemplateCommandOutput
|
|
1998
|
+
| GetTestCaseExecutionSummaryCommandOutput
|
|
1940
1999
|
| GetTrafficDistributionCommandOutput
|
|
1941
2000
|
| ImportPhoneNumberCommandOutput
|
|
1942
2001
|
| ImportWorkspaceMediaCommandOutput
|
|
@@ -1991,6 +2050,9 @@ export type ServiceOutputTypes =
|
|
|
1991
2050
|
| ListSecurityProfilesCommandOutput
|
|
1992
2051
|
| ListTagsForResourceCommandOutput
|
|
1993
2052
|
| ListTaskTemplatesCommandOutput
|
|
2053
|
+
| ListTestCaseExecutionRecordsCommandOutput
|
|
2054
|
+
| ListTestCaseExecutionsCommandOutput
|
|
2055
|
+
| ListTestCasesCommandOutput
|
|
1994
2056
|
| ListTrafficDistributionGroupUsersCommandOutput
|
|
1995
2057
|
| ListTrafficDistributionGroupsCommandOutput
|
|
1996
2058
|
| ListUseCasesCommandOutput
|
|
@@ -2027,6 +2089,7 @@ export type ServiceOutputTypes =
|
|
|
2027
2089
|
| SearchResourceTagsCommandOutput
|
|
2028
2090
|
| SearchRoutingProfilesCommandOutput
|
|
2029
2091
|
| SearchSecurityProfilesCommandOutput
|
|
2092
|
+
| SearchTestCasesCommandOutput
|
|
2030
2093
|
| SearchUserHierarchyGroupsCommandOutput
|
|
2031
2094
|
| SearchUsersCommandOutput
|
|
2032
2095
|
| SearchViewsCommandOutput
|
|
@@ -2047,11 +2110,13 @@ export type ServiceOutputTypes =
|
|
|
2047
2110
|
| StartOutboundVoiceContactCommandOutput
|
|
2048
2111
|
| StartScreenSharingCommandOutput
|
|
2049
2112
|
| StartTaskContactCommandOutput
|
|
2113
|
+
| StartTestCaseExecutionCommandOutput
|
|
2050
2114
|
| StartWebRTCContactCommandOutput
|
|
2051
2115
|
| StopContactCommandOutput
|
|
2052
2116
|
| StopContactMediaProcessingCommandOutput
|
|
2053
2117
|
| StopContactRecordingCommandOutput
|
|
2054
2118
|
| StopContactStreamingCommandOutput
|
|
2119
|
+
| StopTestCaseExecutionCommandOutput
|
|
2055
2120
|
| SubmitContactEvaluationCommandOutput
|
|
2056
2121
|
| SuspendContactRecordingCommandOutput
|
|
2057
2122
|
| TagContactCommandOutput
|
|
@@ -2103,6 +2168,7 @@ export type ServiceOutputTypes =
|
|
|
2103
2168
|
| UpdateRuleCommandOutput
|
|
2104
2169
|
| UpdateSecurityProfileCommandOutput
|
|
2105
2170
|
| UpdateTaskTemplateCommandOutput
|
|
2171
|
+
| UpdateTestCaseCommandOutput
|
|
2106
2172
|
| UpdateTrafficDistributionCommandOutput
|
|
2107
2173
|
| UpdateUserHierarchyCommandOutput
|
|
2108
2174
|
| UpdateUserHierarchyGroupNameCommandOutput
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateTestCaseRequest,
|
|
10
|
+
CreateTestCaseResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateTestCaseCommandInput extends CreateTestCaseRequest {}
|
|
15
|
+
export interface CreateTestCaseCommandOutput
|
|
16
|
+
extends CreateTestCaseResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreateTestCaseCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateTestCaseCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateTestCaseCommandInput,
|
|
23
|
+
CreateTestCaseCommandOutput,
|
|
24
|
+
ConnectClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: CreateTestCaseCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateTestCaseCommandInput,
|
|
32
|
+
CreateTestCaseCommandOutput,
|
|
33
|
+
ConnectClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CreateTestCaseCommand extends CreateTestCaseCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateTestCaseRequest;
|
|
43
|
+
output: CreateTestCaseResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateTestCaseCommandInput;
|
|
47
|
+
output: CreateTestCaseCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeactivateEvaluationFormRequest,
|
|
10
10
|
DeactivateEvaluationFormResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeactivateEvaluationFormCommandInput
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteTestCaseRequest,
|
|
10
|
+
DeleteTestCaseResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteTestCaseCommandInput extends DeleteTestCaseRequest {}
|
|
15
|
+
export interface DeleteTestCaseCommandOutput
|
|
16
|
+
extends DeleteTestCaseResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const DeleteTestCaseCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteTestCaseCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DeleteTestCaseCommandInput,
|
|
23
|
+
DeleteTestCaseCommandOutput,
|
|
24
|
+
ConnectClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: DeleteTestCaseCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteTestCaseCommandInput,
|
|
32
|
+
DeleteTestCaseCommandOutput,
|
|
33
|
+
ConnectClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class DeleteTestCaseCommand extends DeleteTestCaseCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteTestCaseRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteTestCaseCommandInput;
|
|
47
|
+
output: DeleteTestCaseCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
DescribeTestCaseRequest,
|
|
10
|
+
DescribeTestCaseResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeTestCaseCommandInput extends DescribeTestCaseRequest {}
|
|
15
|
+
export interface DescribeTestCaseCommandOutput
|
|
16
|
+
extends DescribeTestCaseResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const DescribeTestCaseCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeTestCaseCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DescribeTestCaseCommandInput,
|
|
23
|
+
DescribeTestCaseCommandOutput,
|
|
24
|
+
ConnectClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: DescribeTestCaseCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeTestCaseCommandInput,
|
|
32
|
+
DescribeTestCaseCommandOutput,
|
|
33
|
+
ConnectClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class DescribeTestCaseCommand extends DescribeTestCaseCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeTestCaseRequest;
|
|
43
|
+
output: DescribeTestCaseResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeTestCaseCommandInput;
|
|
47
|
+
output: DescribeTestCaseCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
GetTestCaseExecutionSummaryRequest,
|
|
10
|
+
GetTestCaseExecutionSummaryResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetTestCaseExecutionSummaryCommandInput
|
|
15
|
+
extends GetTestCaseExecutionSummaryRequest {}
|
|
16
|
+
export interface GetTestCaseExecutionSummaryCommandOutput
|
|
17
|
+
extends GetTestCaseExecutionSummaryResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetTestCaseExecutionSummaryCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetTestCaseExecutionSummaryCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetTestCaseExecutionSummaryCommandInput,
|
|
24
|
+
GetTestCaseExecutionSummaryCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetTestCaseExecutionSummaryCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetTestCaseExecutionSummaryCommandInput,
|
|
33
|
+
GetTestCaseExecutionSummaryCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetTestCaseExecutionSummaryCommand extends GetTestCaseExecutionSummaryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetTestCaseExecutionSummaryRequest;
|
|
44
|
+
output: GetTestCaseExecutionSummaryResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetTestCaseExecutionSummaryCommandInput;
|
|
48
|
+
output: GetTestCaseExecutionSummaryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ListAnalyticsDataLakeDataSetsResponse,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { ListAnalyticsDataLakeDataSetsRequest } from "../models/models_1";
|
|
9
|
+
import { ListAnalyticsDataLakeDataSetsResponse } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ListAnalyticsDataLakeDataSetsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListAuthenticationProfilesRequest,
|
|
10
10
|
ListAuthenticationProfilesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListAuthenticationProfilesCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { ListBotsRequest, ListBotsResponse } from "../models/
|
|
8
|
+
import { ListBotsRequest, ListBotsResponse } from "../models/models_2";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListBotsCommandInput extends ListBotsRequest {}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
ListTestCaseExecutionRecordsRequest,
|
|
10
|
+
ListTestCaseExecutionRecordsResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListTestCaseExecutionRecordsCommandInput
|
|
15
|
+
extends ListTestCaseExecutionRecordsRequest {}
|
|
16
|
+
export interface ListTestCaseExecutionRecordsCommandOutput
|
|
17
|
+
extends ListTestCaseExecutionRecordsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListTestCaseExecutionRecordsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListTestCaseExecutionRecordsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListTestCaseExecutionRecordsCommandInput,
|
|
24
|
+
ListTestCaseExecutionRecordsCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListTestCaseExecutionRecordsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListTestCaseExecutionRecordsCommandInput,
|
|
33
|
+
ListTestCaseExecutionRecordsCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListTestCaseExecutionRecordsCommand extends ListTestCaseExecutionRecordsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTestCaseExecutionRecordsRequest;
|
|
44
|
+
output: ListTestCaseExecutionRecordsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTestCaseExecutionRecordsCommandInput;
|
|
48
|
+
output: ListTestCaseExecutionRecordsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
ListTestCaseExecutionsRequest,
|
|
10
|
+
ListTestCaseExecutionsResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListTestCaseExecutionsCommandInput
|
|
15
|
+
extends ListTestCaseExecutionsRequest {}
|
|
16
|
+
export interface ListTestCaseExecutionsCommandOutput
|
|
17
|
+
extends ListTestCaseExecutionsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListTestCaseExecutionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListTestCaseExecutionsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListTestCaseExecutionsCommandInput,
|
|
24
|
+
ListTestCaseExecutionsCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListTestCaseExecutionsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListTestCaseExecutionsCommandInput,
|
|
33
|
+
ListTestCaseExecutionsCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListTestCaseExecutionsCommand extends ListTestCaseExecutionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTestCaseExecutionsRequest;
|
|
44
|
+
output: ListTestCaseExecutionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTestCaseExecutionsCommandInput;
|
|
48
|
+
output: ListTestCaseExecutionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
ListTestCasesRequest,
|
|
10
|
+
ListTestCasesResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListTestCasesCommandInput extends ListTestCasesRequest {}
|
|
15
|
+
export interface ListTestCasesCommandOutput
|
|
16
|
+
extends ListTestCasesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListTestCasesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListTestCasesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListTestCasesCommandInput,
|
|
23
|
+
ListTestCasesCommandOutput,
|
|
24
|
+
ConnectClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: ListTestCasesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTestCasesCommandInput,
|
|
32
|
+
ListTestCasesCommandOutput,
|
|
33
|
+
ConnectClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListTestCasesCommand extends ListTestCasesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListTestCasesRequest;
|
|
43
|
+
output: ListTestCasesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListTestCasesCommandInput;
|
|
47
|
+
output: ListTestCasesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|