@aws-sdk/client-connect 3.398.0 → 3.405.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 +72 -0
- package/dist-cjs/Connect.js +18 -0
- package/dist-cjs/commands/CreateViewCommand.js +47 -0
- package/dist-cjs/commands/CreateViewVersionCommand.js +47 -0
- package/dist-cjs/commands/DeleteViewCommand.js +46 -0
- package/dist-cjs/commands/DeleteViewVersionCommand.js +46 -0
- package/dist-cjs/commands/DescribeViewCommand.js +47 -0
- package/dist-cjs/commands/ListViewVersionsCommand.js +47 -0
- package/dist-cjs/commands/ListViewsCommand.js +47 -0
- package/dist-cjs/commands/UpdateViewContentCommand.js +47 -0
- package/dist-cjs/commands/UpdateViewMetadataCommand.js +47 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/models_0.js +66 -6
- package/dist-cjs/models/models_1.js +25 -1
- package/dist-cjs/models/models_2.js +18 -1
- package/dist-cjs/pagination/ListViewVersionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListViewsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +713 -20
- package/dist-es/Connect.js +18 -0
- package/dist-es/commands/CreateViewCommand.js +43 -0
- package/dist-es/commands/CreateViewVersionCommand.js +43 -0
- package/dist-es/commands/DeleteViewCommand.js +42 -0
- package/dist-es/commands/DeleteViewVersionCommand.js +42 -0
- package/dist-es/commands/DescribeViewCommand.js +43 -0
- package/dist-es/commands/ListViewVersionsCommand.js +43 -0
- package/dist-es/commands/ListViewsCommand.js +43 -0
- package/dist-es/commands/UpdateViewContentCommand.js +43 -0
- package/dist-es/commands/UpdateViewMetadataCommand.js +43 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +57 -5
- package/dist-es/models/models_1.js +20 -0
- package/dist-es/models/models_2.js +14 -0
- package/dist-es/pagination/ListViewVersionsPaginator.js +25 -0
- package/dist-es/pagination/ListViewsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +687 -13
- package/dist-types/Connect.d.ts +63 -0
- package/dist-types/ConnectClient.d.ts +11 -2
- package/dist-types/commands/CreateQueueCommand.d.ts +20 -13
- package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +8 -0
- package/dist-types/commands/CreateViewCommand.d.ts +140 -0
- package/dist-types/commands/CreateViewVersionCommand.d.ts +126 -0
- package/dist-types/commands/DeleteViewCommand.d.ts +93 -0
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +94 -0
- package/dist-types/commands/DescribeViewCommand.d.ts +121 -0
- package/dist-types/commands/DescribeVocabularyCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateBotCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +1 -1
- package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +1 -1
- package/dist-types/commands/DismissUserContactCommand.d.ts +1 -1
- package/dist-types/commands/GetContactAttributesCommand.d.ts +1 -2
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +14 -4
- package/dist-types/commands/ListViewVersionsCommand.d.ts +106 -0
- package/dist-types/commands/ListViewsCommand.d.ts +105 -0
- package/dist-types/commands/StopContactCommand.d.ts +5 -3
- package/dist-types/commands/UpdatePromptCommand.d.ts +2 -1
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +21 -14
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +6 -3
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +127 -0
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +99 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +359 -317
- package/dist-types/models/models_1.d.ts +478 -553
- package/dist-types/models/models_2.d.ts +632 -2
- package/dist-types/pagination/ListViewVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListViewsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
- package/dist-types/ts3.4/Connect.d.ts +153 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +56 -2
- package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DismissUserContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListViewVersionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdatePromptCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +117 -90
- package/dist-types/ts3.4/models/models_1.d.ts +121 -135
- package/dist-types/ts3.4/models/models_2.d.ts +171 -1
- package/dist-types/ts3.4/pagination/ListViewVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListViewsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
- package/package.json +7 -7
|
@@ -32,6 +32,8 @@ import { CreateTrafficDistributionGroupCommandInput, CreateTrafficDistributionGr
|
|
|
32
32
|
import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "../commands/CreateUseCaseCommand";
|
|
33
33
|
import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
|
|
34
34
|
import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "../commands/CreateUserHierarchyGroupCommand";
|
|
35
|
+
import { CreateViewCommandInput, CreateViewCommandOutput } from "../commands/CreateViewCommand";
|
|
36
|
+
import { CreateViewVersionCommandInput, CreateViewVersionCommandOutput } from "../commands/CreateViewVersionCommand";
|
|
35
37
|
import { CreateVocabularyCommandInput, CreateVocabularyCommandOutput } from "../commands/CreateVocabularyCommand";
|
|
36
38
|
import { DeactivateEvaluationFormCommandInput, DeactivateEvaluationFormCommandOutput } from "../commands/DeactivateEvaluationFormCommand";
|
|
37
39
|
import { DeleteContactEvaluationCommandInput, DeleteContactEvaluationCommandOutput } from "../commands/DeleteContactEvaluationCommand";
|
|
@@ -52,6 +54,8 @@ import { DeleteTrafficDistributionGroupCommandInput, DeleteTrafficDistributionGr
|
|
|
52
54
|
import { DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput } from "../commands/DeleteUseCaseCommand";
|
|
53
55
|
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
|
|
54
56
|
import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput } from "../commands/DeleteUserHierarchyGroupCommand";
|
|
57
|
+
import { DeleteViewCommandInput, DeleteViewCommandOutput } from "../commands/DeleteViewCommand";
|
|
58
|
+
import { DeleteViewVersionCommandInput, DeleteViewVersionCommandOutput } from "../commands/DeleteViewVersionCommand";
|
|
55
59
|
import { DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput } from "../commands/DeleteVocabularyCommand";
|
|
56
60
|
import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "../commands/DescribeAgentStatusCommand";
|
|
57
61
|
import { DescribeContactCommandInput, DescribeContactCommandOutput } from "../commands/DescribeContactCommand";
|
|
@@ -74,6 +78,7 @@ import { DescribeTrafficDistributionGroupCommandInput, DescribeTrafficDistributi
|
|
|
74
78
|
import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands/DescribeUserCommand";
|
|
75
79
|
import { DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupCommandOutput } from "../commands/DescribeUserHierarchyGroupCommand";
|
|
76
80
|
import { DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput } from "../commands/DescribeUserHierarchyStructureCommand";
|
|
81
|
+
import { DescribeViewCommandInput, DescribeViewCommandOutput } from "../commands/DescribeViewCommand";
|
|
77
82
|
import { DescribeVocabularyCommandInput, DescribeVocabularyCommandOutput } from "../commands/DescribeVocabularyCommand";
|
|
78
83
|
import { DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput } from "../commands/DisassociateApprovedOriginCommand";
|
|
79
84
|
import { DisassociateBotCommandInput, DisassociateBotCommandOutput } from "../commands/DisassociateBotCommand";
|
|
@@ -131,6 +136,8 @@ import { ListTrafficDistributionGroupUsersCommandInput, ListTrafficDistributionG
|
|
|
131
136
|
import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "../commands/ListUseCasesCommand";
|
|
132
137
|
import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "../commands/ListUserHierarchyGroupsCommand";
|
|
133
138
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
139
|
+
import { ListViewsCommandInput, ListViewsCommandOutput } from "../commands/ListViewsCommand";
|
|
140
|
+
import { ListViewVersionsCommandInput, ListViewVersionsCommandOutput } from "../commands/ListViewVersionsCommand";
|
|
134
141
|
import { MonitorContactCommandInput, MonitorContactCommandOutput } from "../commands/MonitorContactCommand";
|
|
135
142
|
import { PutUserStatusCommandInput, PutUserStatusCommandOutput } from "../commands/PutUserStatusCommand";
|
|
136
143
|
import { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "../commands/ReleasePhoneNumberCommand";
|
|
@@ -200,6 +207,8 @@ import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput
|
|
|
200
207
|
import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "../commands/UpdateUserPhoneConfigCommand";
|
|
201
208
|
import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "../commands/UpdateUserRoutingProfileCommand";
|
|
202
209
|
import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "../commands/UpdateUserSecurityProfilesCommand";
|
|
210
|
+
import { UpdateViewContentCommandInput, UpdateViewContentCommandOutput } from "../commands/UpdateViewContentCommand";
|
|
211
|
+
import { UpdateViewMetadataCommandInput, UpdateViewMetadataCommandOutput } from "../commands/UpdateViewMetadataCommand";
|
|
203
212
|
/**
|
|
204
213
|
* serializeAws_restJson1ActivateEvaluationFormCommand
|
|
205
214
|
*/
|
|
@@ -328,6 +337,14 @@ export declare const se_CreateUserCommand: (input: CreateUserCommandInput, conte
|
|
|
328
337
|
* serializeAws_restJson1CreateUserHierarchyGroupCommand
|
|
329
338
|
*/
|
|
330
339
|
export declare const se_CreateUserHierarchyGroupCommand: (input: CreateUserHierarchyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
340
|
+
/**
|
|
341
|
+
* serializeAws_restJson1CreateViewCommand
|
|
342
|
+
*/
|
|
343
|
+
export declare const se_CreateViewCommand: (input: CreateViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
344
|
+
/**
|
|
345
|
+
* serializeAws_restJson1CreateViewVersionCommand
|
|
346
|
+
*/
|
|
347
|
+
export declare const se_CreateViewVersionCommand: (input: CreateViewVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
331
348
|
/**
|
|
332
349
|
* serializeAws_restJson1CreateVocabularyCommand
|
|
333
350
|
*/
|
|
@@ -408,6 +425,14 @@ export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, conte
|
|
|
408
425
|
* serializeAws_restJson1DeleteUserHierarchyGroupCommand
|
|
409
426
|
*/
|
|
410
427
|
export declare const se_DeleteUserHierarchyGroupCommand: (input: DeleteUserHierarchyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
428
|
+
/**
|
|
429
|
+
* serializeAws_restJson1DeleteViewCommand
|
|
430
|
+
*/
|
|
431
|
+
export declare const se_DeleteViewCommand: (input: DeleteViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
432
|
+
/**
|
|
433
|
+
* serializeAws_restJson1DeleteViewVersionCommand
|
|
434
|
+
*/
|
|
435
|
+
export declare const se_DeleteViewVersionCommand: (input: DeleteViewVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
411
436
|
/**
|
|
412
437
|
* serializeAws_restJson1DeleteVocabularyCommand
|
|
413
438
|
*/
|
|
@@ -496,6 +521,10 @@ export declare const se_DescribeUserHierarchyGroupCommand: (input: DescribeUserH
|
|
|
496
521
|
* serializeAws_restJson1DescribeUserHierarchyStructureCommand
|
|
497
522
|
*/
|
|
498
523
|
export declare const se_DescribeUserHierarchyStructureCommand: (input: DescribeUserHierarchyStructureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
524
|
+
/**
|
|
525
|
+
* serializeAws_restJson1DescribeViewCommand
|
|
526
|
+
*/
|
|
527
|
+
export declare const se_DescribeViewCommand: (input: DescribeViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
499
528
|
/**
|
|
500
529
|
* serializeAws_restJson1DescribeVocabularyCommand
|
|
501
530
|
*/
|
|
@@ -724,6 +753,14 @@ export declare const se_ListUserHierarchyGroupsCommand: (input: ListUserHierarch
|
|
|
724
753
|
* serializeAws_restJson1ListUsersCommand
|
|
725
754
|
*/
|
|
726
755
|
export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
756
|
+
/**
|
|
757
|
+
* serializeAws_restJson1ListViewsCommand
|
|
758
|
+
*/
|
|
759
|
+
export declare const se_ListViewsCommand: (input: ListViewsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
760
|
+
/**
|
|
761
|
+
* serializeAws_restJson1ListViewVersionsCommand
|
|
762
|
+
*/
|
|
763
|
+
export declare const se_ListViewVersionsCommand: (input: ListViewVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
727
764
|
/**
|
|
728
765
|
* serializeAws_restJson1MonitorContactCommand
|
|
729
766
|
*/
|
|
@@ -1000,6 +1037,14 @@ export declare const se_UpdateUserRoutingProfileCommand: (input: UpdateUserRouti
|
|
|
1000
1037
|
* serializeAws_restJson1UpdateUserSecurityProfilesCommand
|
|
1001
1038
|
*/
|
|
1002
1039
|
export declare const se_UpdateUserSecurityProfilesCommand: (input: UpdateUserSecurityProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1040
|
+
/**
|
|
1041
|
+
* serializeAws_restJson1UpdateViewContentCommand
|
|
1042
|
+
*/
|
|
1043
|
+
export declare const se_UpdateViewContentCommand: (input: UpdateViewContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1044
|
+
/**
|
|
1045
|
+
* serializeAws_restJson1UpdateViewMetadataCommand
|
|
1046
|
+
*/
|
|
1047
|
+
export declare const se_UpdateViewMetadataCommand: (input: UpdateViewMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1003
1048
|
/**
|
|
1004
1049
|
* deserializeAws_restJson1ActivateEvaluationFormCommand
|
|
1005
1050
|
*/
|
|
@@ -1128,6 +1173,14 @@ export declare const de_CreateUserCommand: (output: __HttpResponse, context: __S
|
|
|
1128
1173
|
* deserializeAws_restJson1CreateUserHierarchyGroupCommand
|
|
1129
1174
|
*/
|
|
1130
1175
|
export declare const de_CreateUserHierarchyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserHierarchyGroupCommandOutput>;
|
|
1176
|
+
/**
|
|
1177
|
+
* deserializeAws_restJson1CreateViewCommand
|
|
1178
|
+
*/
|
|
1179
|
+
export declare const de_CreateViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateViewCommandOutput>;
|
|
1180
|
+
/**
|
|
1181
|
+
* deserializeAws_restJson1CreateViewVersionCommand
|
|
1182
|
+
*/
|
|
1183
|
+
export declare const de_CreateViewVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateViewVersionCommandOutput>;
|
|
1131
1184
|
/**
|
|
1132
1185
|
* deserializeAws_restJson1CreateVocabularyCommand
|
|
1133
1186
|
*/
|
|
@@ -1208,6 +1261,14 @@ export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __S
|
|
|
1208
1261
|
* deserializeAws_restJson1DeleteUserHierarchyGroupCommand
|
|
1209
1262
|
*/
|
|
1210
1263
|
export declare const de_DeleteUserHierarchyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserHierarchyGroupCommandOutput>;
|
|
1264
|
+
/**
|
|
1265
|
+
* deserializeAws_restJson1DeleteViewCommand
|
|
1266
|
+
*/
|
|
1267
|
+
export declare const de_DeleteViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteViewCommandOutput>;
|
|
1268
|
+
/**
|
|
1269
|
+
* deserializeAws_restJson1DeleteViewVersionCommand
|
|
1270
|
+
*/
|
|
1271
|
+
export declare const de_DeleteViewVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteViewVersionCommandOutput>;
|
|
1211
1272
|
/**
|
|
1212
1273
|
* deserializeAws_restJson1DeleteVocabularyCommand
|
|
1213
1274
|
*/
|
|
@@ -1296,6 +1357,10 @@ export declare const de_DescribeUserHierarchyGroupCommand: (output: __HttpRespon
|
|
|
1296
1357
|
* deserializeAws_restJson1DescribeUserHierarchyStructureCommand
|
|
1297
1358
|
*/
|
|
1298
1359
|
export declare const de_DescribeUserHierarchyStructureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserHierarchyStructureCommandOutput>;
|
|
1360
|
+
/**
|
|
1361
|
+
* deserializeAws_restJson1DescribeViewCommand
|
|
1362
|
+
*/
|
|
1363
|
+
export declare const de_DescribeViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeViewCommandOutput>;
|
|
1299
1364
|
/**
|
|
1300
1365
|
* deserializeAws_restJson1DescribeVocabularyCommand
|
|
1301
1366
|
*/
|
|
@@ -1524,6 +1589,14 @@ export declare const de_ListUserHierarchyGroupsCommand: (output: __HttpResponse,
|
|
|
1524
1589
|
* deserializeAws_restJson1ListUsersCommand
|
|
1525
1590
|
*/
|
|
1526
1591
|
export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
|
|
1592
|
+
/**
|
|
1593
|
+
* deserializeAws_restJson1ListViewsCommand
|
|
1594
|
+
*/
|
|
1595
|
+
export declare const de_ListViewsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListViewsCommandOutput>;
|
|
1596
|
+
/**
|
|
1597
|
+
* deserializeAws_restJson1ListViewVersionsCommand
|
|
1598
|
+
*/
|
|
1599
|
+
export declare const de_ListViewVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListViewVersionsCommandOutput>;
|
|
1527
1600
|
/**
|
|
1528
1601
|
* deserializeAws_restJson1MonitorContactCommand
|
|
1529
1602
|
*/
|
|
@@ -1800,3 +1873,11 @@ export declare const de_UpdateUserRoutingProfileCommand: (output: __HttpResponse
|
|
|
1800
1873
|
* deserializeAws_restJson1UpdateUserSecurityProfilesCommand
|
|
1801
1874
|
*/
|
|
1802
1875
|
export declare const de_UpdateUserSecurityProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserSecurityProfilesCommandOutput>;
|
|
1876
|
+
/**
|
|
1877
|
+
* deserializeAws_restJson1UpdateViewContentCommand
|
|
1878
|
+
*/
|
|
1879
|
+
export declare const de_UpdateViewContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateViewContentCommandOutput>;
|
|
1880
|
+
/**
|
|
1881
|
+
* deserializeAws_restJson1UpdateViewMetadataCommand
|
|
1882
|
+
*/
|
|
1883
|
+
export declare const de_UpdateViewMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateViewMetadataCommandOutput>;
|
|
@@ -127,6 +127,14 @@ import {
|
|
|
127
127
|
CreateUserHierarchyGroupCommandInput,
|
|
128
128
|
CreateUserHierarchyGroupCommandOutput,
|
|
129
129
|
} from "./commands/CreateUserHierarchyGroupCommand";
|
|
130
|
+
import {
|
|
131
|
+
CreateViewCommandInput,
|
|
132
|
+
CreateViewCommandOutput,
|
|
133
|
+
} from "./commands/CreateViewCommand";
|
|
134
|
+
import {
|
|
135
|
+
CreateViewVersionCommandInput,
|
|
136
|
+
CreateViewVersionCommandOutput,
|
|
137
|
+
} from "./commands/CreateViewVersionCommand";
|
|
130
138
|
import {
|
|
131
139
|
CreateVocabularyCommandInput,
|
|
132
140
|
CreateVocabularyCommandOutput,
|
|
@@ -207,6 +215,14 @@ import {
|
|
|
207
215
|
DeleteUserHierarchyGroupCommandInput,
|
|
208
216
|
DeleteUserHierarchyGroupCommandOutput,
|
|
209
217
|
} from "./commands/DeleteUserHierarchyGroupCommand";
|
|
218
|
+
import {
|
|
219
|
+
DeleteViewCommandInput,
|
|
220
|
+
DeleteViewCommandOutput,
|
|
221
|
+
} from "./commands/DeleteViewCommand";
|
|
222
|
+
import {
|
|
223
|
+
DeleteViewVersionCommandInput,
|
|
224
|
+
DeleteViewVersionCommandOutput,
|
|
225
|
+
} from "./commands/DeleteViewVersionCommand";
|
|
210
226
|
import {
|
|
211
227
|
DeleteVocabularyCommandInput,
|
|
212
228
|
DeleteVocabularyCommandOutput,
|
|
@@ -295,6 +311,10 @@ import {
|
|
|
295
311
|
DescribeUserHierarchyStructureCommandInput,
|
|
296
312
|
DescribeUserHierarchyStructureCommandOutput,
|
|
297
313
|
} from "./commands/DescribeUserHierarchyStructureCommand";
|
|
314
|
+
import {
|
|
315
|
+
DescribeViewCommandInput,
|
|
316
|
+
DescribeViewCommandOutput,
|
|
317
|
+
} from "./commands/DescribeViewCommand";
|
|
298
318
|
import {
|
|
299
319
|
DescribeVocabularyCommandInput,
|
|
300
320
|
DescribeVocabularyCommandOutput,
|
|
@@ -523,6 +543,14 @@ import {
|
|
|
523
543
|
ListUsersCommandInput,
|
|
524
544
|
ListUsersCommandOutput,
|
|
525
545
|
} from "./commands/ListUsersCommand";
|
|
546
|
+
import {
|
|
547
|
+
ListViewsCommandInput,
|
|
548
|
+
ListViewsCommandOutput,
|
|
549
|
+
} from "./commands/ListViewsCommand";
|
|
550
|
+
import {
|
|
551
|
+
ListViewVersionsCommandInput,
|
|
552
|
+
ListViewVersionsCommandOutput,
|
|
553
|
+
} from "./commands/ListViewVersionsCommand";
|
|
526
554
|
import {
|
|
527
555
|
MonitorContactCommandInput,
|
|
528
556
|
MonitorContactCommandOutput,
|
|
@@ -799,6 +827,14 @@ import {
|
|
|
799
827
|
UpdateUserSecurityProfilesCommandInput,
|
|
800
828
|
UpdateUserSecurityProfilesCommandOutput,
|
|
801
829
|
} from "./commands/UpdateUserSecurityProfilesCommand";
|
|
830
|
+
import {
|
|
831
|
+
UpdateViewContentCommandInput,
|
|
832
|
+
UpdateViewContentCommandOutput,
|
|
833
|
+
} from "./commands/UpdateViewContentCommand";
|
|
834
|
+
import {
|
|
835
|
+
UpdateViewMetadataCommandInput,
|
|
836
|
+
UpdateViewMetadataCommandOutput,
|
|
837
|
+
} from "./commands/UpdateViewMetadataCommand";
|
|
802
838
|
import { ConnectClient } from "./ConnectClient";
|
|
803
839
|
export interface Connect {
|
|
804
840
|
activateEvaluationForm(
|
|
@@ -1223,6 +1259,32 @@ export interface Connect {
|
|
|
1223
1259
|
options: __HttpHandlerOptions,
|
|
1224
1260
|
cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void
|
|
1225
1261
|
): void;
|
|
1262
|
+
createView(
|
|
1263
|
+
args: CreateViewCommandInput,
|
|
1264
|
+
options?: __HttpHandlerOptions
|
|
1265
|
+
): Promise<CreateViewCommandOutput>;
|
|
1266
|
+
createView(
|
|
1267
|
+
args: CreateViewCommandInput,
|
|
1268
|
+
cb: (err: any, data?: CreateViewCommandOutput) => void
|
|
1269
|
+
): void;
|
|
1270
|
+
createView(
|
|
1271
|
+
args: CreateViewCommandInput,
|
|
1272
|
+
options: __HttpHandlerOptions,
|
|
1273
|
+
cb: (err: any, data?: CreateViewCommandOutput) => void
|
|
1274
|
+
): void;
|
|
1275
|
+
createViewVersion(
|
|
1276
|
+
args: CreateViewVersionCommandInput,
|
|
1277
|
+
options?: __HttpHandlerOptions
|
|
1278
|
+
): Promise<CreateViewVersionCommandOutput>;
|
|
1279
|
+
createViewVersion(
|
|
1280
|
+
args: CreateViewVersionCommandInput,
|
|
1281
|
+
cb: (err: any, data?: CreateViewVersionCommandOutput) => void
|
|
1282
|
+
): void;
|
|
1283
|
+
createViewVersion(
|
|
1284
|
+
args: CreateViewVersionCommandInput,
|
|
1285
|
+
options: __HttpHandlerOptions,
|
|
1286
|
+
cb: (err: any, data?: CreateViewVersionCommandOutput) => void
|
|
1287
|
+
): void;
|
|
1226
1288
|
createVocabulary(
|
|
1227
1289
|
args: CreateVocabularyCommandInput,
|
|
1228
1290
|
options?: __HttpHandlerOptions
|
|
@@ -1483,6 +1545,32 @@ export interface Connect {
|
|
|
1483
1545
|
options: __HttpHandlerOptions,
|
|
1484
1546
|
cb: (err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void
|
|
1485
1547
|
): void;
|
|
1548
|
+
deleteView(
|
|
1549
|
+
args: DeleteViewCommandInput,
|
|
1550
|
+
options?: __HttpHandlerOptions
|
|
1551
|
+
): Promise<DeleteViewCommandOutput>;
|
|
1552
|
+
deleteView(
|
|
1553
|
+
args: DeleteViewCommandInput,
|
|
1554
|
+
cb: (err: any, data?: DeleteViewCommandOutput) => void
|
|
1555
|
+
): void;
|
|
1556
|
+
deleteView(
|
|
1557
|
+
args: DeleteViewCommandInput,
|
|
1558
|
+
options: __HttpHandlerOptions,
|
|
1559
|
+
cb: (err: any, data?: DeleteViewCommandOutput) => void
|
|
1560
|
+
): void;
|
|
1561
|
+
deleteViewVersion(
|
|
1562
|
+
args: DeleteViewVersionCommandInput,
|
|
1563
|
+
options?: __HttpHandlerOptions
|
|
1564
|
+
): Promise<DeleteViewVersionCommandOutput>;
|
|
1565
|
+
deleteViewVersion(
|
|
1566
|
+
args: DeleteViewVersionCommandInput,
|
|
1567
|
+
cb: (err: any, data?: DeleteViewVersionCommandOutput) => void
|
|
1568
|
+
): void;
|
|
1569
|
+
deleteViewVersion(
|
|
1570
|
+
args: DeleteViewVersionCommandInput,
|
|
1571
|
+
options: __HttpHandlerOptions,
|
|
1572
|
+
cb: (err: any, data?: DeleteViewVersionCommandOutput) => void
|
|
1573
|
+
): void;
|
|
1486
1574
|
deleteVocabulary(
|
|
1487
1575
|
args: DeleteVocabularyCommandInput,
|
|
1488
1576
|
options?: __HttpHandlerOptions
|
|
@@ -1769,6 +1857,19 @@ export interface Connect {
|
|
|
1769
1857
|
options: __HttpHandlerOptions,
|
|
1770
1858
|
cb: (err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void
|
|
1771
1859
|
): void;
|
|
1860
|
+
describeView(
|
|
1861
|
+
args: DescribeViewCommandInput,
|
|
1862
|
+
options?: __HttpHandlerOptions
|
|
1863
|
+
): Promise<DescribeViewCommandOutput>;
|
|
1864
|
+
describeView(
|
|
1865
|
+
args: DescribeViewCommandInput,
|
|
1866
|
+
cb: (err: any, data?: DescribeViewCommandOutput) => void
|
|
1867
|
+
): void;
|
|
1868
|
+
describeView(
|
|
1869
|
+
args: DescribeViewCommandInput,
|
|
1870
|
+
options: __HttpHandlerOptions,
|
|
1871
|
+
cb: (err: any, data?: DescribeViewCommandOutput) => void
|
|
1872
|
+
): void;
|
|
1772
1873
|
describeVocabulary(
|
|
1773
1874
|
args: DescribeVocabularyCommandInput,
|
|
1774
1875
|
options?: __HttpHandlerOptions
|
|
@@ -2534,6 +2635,32 @@ export interface Connect {
|
|
|
2534
2635
|
options: __HttpHandlerOptions,
|
|
2535
2636
|
cb: (err: any, data?: ListUsersCommandOutput) => void
|
|
2536
2637
|
): void;
|
|
2638
|
+
listViews(
|
|
2639
|
+
args: ListViewsCommandInput,
|
|
2640
|
+
options?: __HttpHandlerOptions
|
|
2641
|
+
): Promise<ListViewsCommandOutput>;
|
|
2642
|
+
listViews(
|
|
2643
|
+
args: ListViewsCommandInput,
|
|
2644
|
+
cb: (err: any, data?: ListViewsCommandOutput) => void
|
|
2645
|
+
): void;
|
|
2646
|
+
listViews(
|
|
2647
|
+
args: ListViewsCommandInput,
|
|
2648
|
+
options: __HttpHandlerOptions,
|
|
2649
|
+
cb: (err: any, data?: ListViewsCommandOutput) => void
|
|
2650
|
+
): void;
|
|
2651
|
+
listViewVersions(
|
|
2652
|
+
args: ListViewVersionsCommandInput,
|
|
2653
|
+
options?: __HttpHandlerOptions
|
|
2654
|
+
): Promise<ListViewVersionsCommandOutput>;
|
|
2655
|
+
listViewVersions(
|
|
2656
|
+
args: ListViewVersionsCommandInput,
|
|
2657
|
+
cb: (err: any, data?: ListViewVersionsCommandOutput) => void
|
|
2658
|
+
): void;
|
|
2659
|
+
listViewVersions(
|
|
2660
|
+
args: ListViewVersionsCommandInput,
|
|
2661
|
+
options: __HttpHandlerOptions,
|
|
2662
|
+
cb: (err: any, data?: ListViewVersionsCommandOutput) => void
|
|
2663
|
+
): void;
|
|
2537
2664
|
monitorContact(
|
|
2538
2665
|
args: MonitorContactCommandInput,
|
|
2539
2666
|
options?: __HttpHandlerOptions
|
|
@@ -3443,5 +3570,31 @@ export interface Connect {
|
|
|
3443
3570
|
options: __HttpHandlerOptions,
|
|
3444
3571
|
cb: (err: any, data?: UpdateUserSecurityProfilesCommandOutput) => void
|
|
3445
3572
|
): void;
|
|
3573
|
+
updateViewContent(
|
|
3574
|
+
args: UpdateViewContentCommandInput,
|
|
3575
|
+
options?: __HttpHandlerOptions
|
|
3576
|
+
): Promise<UpdateViewContentCommandOutput>;
|
|
3577
|
+
updateViewContent(
|
|
3578
|
+
args: UpdateViewContentCommandInput,
|
|
3579
|
+
cb: (err: any, data?: UpdateViewContentCommandOutput) => void
|
|
3580
|
+
): void;
|
|
3581
|
+
updateViewContent(
|
|
3582
|
+
args: UpdateViewContentCommandInput,
|
|
3583
|
+
options: __HttpHandlerOptions,
|
|
3584
|
+
cb: (err: any, data?: UpdateViewContentCommandOutput) => void
|
|
3585
|
+
): void;
|
|
3586
|
+
updateViewMetadata(
|
|
3587
|
+
args: UpdateViewMetadataCommandInput,
|
|
3588
|
+
options?: __HttpHandlerOptions
|
|
3589
|
+
): Promise<UpdateViewMetadataCommandOutput>;
|
|
3590
|
+
updateViewMetadata(
|
|
3591
|
+
args: UpdateViewMetadataCommandInput,
|
|
3592
|
+
cb: (err: any, data?: UpdateViewMetadataCommandOutput) => void
|
|
3593
|
+
): void;
|
|
3594
|
+
updateViewMetadata(
|
|
3595
|
+
args: UpdateViewMetadataCommandInput,
|
|
3596
|
+
options: __HttpHandlerOptions,
|
|
3597
|
+
cb: (err: any, data?: UpdateViewMetadataCommandOutput) => void
|
|
3598
|
+
): void;
|
|
3446
3599
|
}
|
|
3447
3600
|
export declare class Connect extends ConnectClient implements Connect {}
|
|
@@ -173,6 +173,14 @@ import {
|
|
|
173
173
|
CreateUserHierarchyGroupCommandInput,
|
|
174
174
|
CreateUserHierarchyGroupCommandOutput,
|
|
175
175
|
} from "./commands/CreateUserHierarchyGroupCommand";
|
|
176
|
+
import {
|
|
177
|
+
CreateViewCommandInput,
|
|
178
|
+
CreateViewCommandOutput,
|
|
179
|
+
} from "./commands/CreateViewCommand";
|
|
180
|
+
import {
|
|
181
|
+
CreateViewVersionCommandInput,
|
|
182
|
+
CreateViewVersionCommandOutput,
|
|
183
|
+
} from "./commands/CreateViewVersionCommand";
|
|
176
184
|
import {
|
|
177
185
|
CreateVocabularyCommandInput,
|
|
178
186
|
CreateVocabularyCommandOutput,
|
|
@@ -253,6 +261,14 @@ import {
|
|
|
253
261
|
DeleteUserHierarchyGroupCommandInput,
|
|
254
262
|
DeleteUserHierarchyGroupCommandOutput,
|
|
255
263
|
} from "./commands/DeleteUserHierarchyGroupCommand";
|
|
264
|
+
import {
|
|
265
|
+
DeleteViewCommandInput,
|
|
266
|
+
DeleteViewCommandOutput,
|
|
267
|
+
} from "./commands/DeleteViewCommand";
|
|
268
|
+
import {
|
|
269
|
+
DeleteViewVersionCommandInput,
|
|
270
|
+
DeleteViewVersionCommandOutput,
|
|
271
|
+
} from "./commands/DeleteViewVersionCommand";
|
|
256
272
|
import {
|
|
257
273
|
DeleteVocabularyCommandInput,
|
|
258
274
|
DeleteVocabularyCommandOutput,
|
|
@@ -341,6 +357,10 @@ import {
|
|
|
341
357
|
DescribeUserHierarchyStructureCommandInput,
|
|
342
358
|
DescribeUserHierarchyStructureCommandOutput,
|
|
343
359
|
} from "./commands/DescribeUserHierarchyStructureCommand";
|
|
360
|
+
import {
|
|
361
|
+
DescribeViewCommandInput,
|
|
362
|
+
DescribeViewCommandOutput,
|
|
363
|
+
} from "./commands/DescribeViewCommand";
|
|
344
364
|
import {
|
|
345
365
|
DescribeVocabularyCommandInput,
|
|
346
366
|
DescribeVocabularyCommandOutput,
|
|
@@ -569,6 +589,14 @@ import {
|
|
|
569
589
|
ListUsersCommandInput,
|
|
570
590
|
ListUsersCommandOutput,
|
|
571
591
|
} from "./commands/ListUsersCommand";
|
|
592
|
+
import {
|
|
593
|
+
ListViewsCommandInput,
|
|
594
|
+
ListViewsCommandOutput,
|
|
595
|
+
} from "./commands/ListViewsCommand";
|
|
596
|
+
import {
|
|
597
|
+
ListViewVersionsCommandInput,
|
|
598
|
+
ListViewVersionsCommandOutput,
|
|
599
|
+
} from "./commands/ListViewVersionsCommand";
|
|
572
600
|
import {
|
|
573
601
|
MonitorContactCommandInput,
|
|
574
602
|
MonitorContactCommandOutput,
|
|
@@ -845,6 +873,14 @@ import {
|
|
|
845
873
|
UpdateUserSecurityProfilesCommandInput,
|
|
846
874
|
UpdateUserSecurityProfilesCommandOutput,
|
|
847
875
|
} from "./commands/UpdateUserSecurityProfilesCommand";
|
|
876
|
+
import {
|
|
877
|
+
UpdateViewContentCommandInput,
|
|
878
|
+
UpdateViewContentCommandOutput,
|
|
879
|
+
} from "./commands/UpdateViewContentCommand";
|
|
880
|
+
import {
|
|
881
|
+
UpdateViewMetadataCommandInput,
|
|
882
|
+
UpdateViewMetadataCommandOutput,
|
|
883
|
+
} from "./commands/UpdateViewMetadataCommand";
|
|
848
884
|
import {
|
|
849
885
|
ClientInputEndpointParameters,
|
|
850
886
|
ClientResolvedEndpointParameters,
|
|
@@ -885,6 +921,8 @@ export type ServiceInputTypes =
|
|
|
885
921
|
| CreateUseCaseCommandInput
|
|
886
922
|
| CreateUserCommandInput
|
|
887
923
|
| CreateUserHierarchyGroupCommandInput
|
|
924
|
+
| CreateViewCommandInput
|
|
925
|
+
| CreateViewVersionCommandInput
|
|
888
926
|
| CreateVocabularyCommandInput
|
|
889
927
|
| DeactivateEvaluationFormCommandInput
|
|
890
928
|
| DeleteContactEvaluationCommandInput
|
|
@@ -905,6 +943,8 @@ export type ServiceInputTypes =
|
|
|
905
943
|
| DeleteUseCaseCommandInput
|
|
906
944
|
| DeleteUserCommandInput
|
|
907
945
|
| DeleteUserHierarchyGroupCommandInput
|
|
946
|
+
| DeleteViewCommandInput
|
|
947
|
+
| DeleteViewVersionCommandInput
|
|
908
948
|
| DeleteVocabularyCommandInput
|
|
909
949
|
| DescribeAgentStatusCommandInput
|
|
910
950
|
| DescribeContactCommandInput
|
|
@@ -927,6 +967,7 @@ export type ServiceInputTypes =
|
|
|
927
967
|
| DescribeUserCommandInput
|
|
928
968
|
| DescribeUserHierarchyGroupCommandInput
|
|
929
969
|
| DescribeUserHierarchyStructureCommandInput
|
|
970
|
+
| DescribeViewCommandInput
|
|
930
971
|
| DescribeVocabularyCommandInput
|
|
931
972
|
| DisassociateApprovedOriginCommandInput
|
|
932
973
|
| DisassociateBotCommandInput
|
|
@@ -984,6 +1025,8 @@ export type ServiceInputTypes =
|
|
|
984
1025
|
| ListUseCasesCommandInput
|
|
985
1026
|
| ListUserHierarchyGroupsCommandInput
|
|
986
1027
|
| ListUsersCommandInput
|
|
1028
|
+
| ListViewVersionsCommandInput
|
|
1029
|
+
| ListViewsCommandInput
|
|
987
1030
|
| MonitorContactCommandInput
|
|
988
1031
|
| PutUserStatusCommandInput
|
|
989
1032
|
| ReleasePhoneNumberCommandInput
|
|
@@ -1052,7 +1095,9 @@ export type ServiceInputTypes =
|
|
|
1052
1095
|
| UpdateUserIdentityInfoCommandInput
|
|
1053
1096
|
| UpdateUserPhoneConfigCommandInput
|
|
1054
1097
|
| UpdateUserRoutingProfileCommandInput
|
|
1055
|
-
| UpdateUserSecurityProfilesCommandInput
|
|
1098
|
+
| UpdateUserSecurityProfilesCommandInput
|
|
1099
|
+
| UpdateViewContentCommandInput
|
|
1100
|
+
| UpdateViewMetadataCommandInput;
|
|
1056
1101
|
export type ServiceOutputTypes =
|
|
1057
1102
|
| ActivateEvaluationFormCommandOutput
|
|
1058
1103
|
| AssociateApprovedOriginCommandOutput
|
|
@@ -1086,6 +1131,8 @@ export type ServiceOutputTypes =
|
|
|
1086
1131
|
| CreateUseCaseCommandOutput
|
|
1087
1132
|
| CreateUserCommandOutput
|
|
1088
1133
|
| CreateUserHierarchyGroupCommandOutput
|
|
1134
|
+
| CreateViewCommandOutput
|
|
1135
|
+
| CreateViewVersionCommandOutput
|
|
1089
1136
|
| CreateVocabularyCommandOutput
|
|
1090
1137
|
| DeactivateEvaluationFormCommandOutput
|
|
1091
1138
|
| DeleteContactEvaluationCommandOutput
|
|
@@ -1106,6 +1153,8 @@ export type ServiceOutputTypes =
|
|
|
1106
1153
|
| DeleteUseCaseCommandOutput
|
|
1107
1154
|
| DeleteUserCommandOutput
|
|
1108
1155
|
| DeleteUserHierarchyGroupCommandOutput
|
|
1156
|
+
| DeleteViewCommandOutput
|
|
1157
|
+
| DeleteViewVersionCommandOutput
|
|
1109
1158
|
| DeleteVocabularyCommandOutput
|
|
1110
1159
|
| DescribeAgentStatusCommandOutput
|
|
1111
1160
|
| DescribeContactCommandOutput
|
|
@@ -1128,6 +1177,7 @@ export type ServiceOutputTypes =
|
|
|
1128
1177
|
| DescribeUserCommandOutput
|
|
1129
1178
|
| DescribeUserHierarchyGroupCommandOutput
|
|
1130
1179
|
| DescribeUserHierarchyStructureCommandOutput
|
|
1180
|
+
| DescribeViewCommandOutput
|
|
1131
1181
|
| DescribeVocabularyCommandOutput
|
|
1132
1182
|
| DisassociateApprovedOriginCommandOutput
|
|
1133
1183
|
| DisassociateBotCommandOutput
|
|
@@ -1185,6 +1235,8 @@ export type ServiceOutputTypes =
|
|
|
1185
1235
|
| ListUseCasesCommandOutput
|
|
1186
1236
|
| ListUserHierarchyGroupsCommandOutput
|
|
1187
1237
|
| ListUsersCommandOutput
|
|
1238
|
+
| ListViewVersionsCommandOutput
|
|
1239
|
+
| ListViewsCommandOutput
|
|
1188
1240
|
| MonitorContactCommandOutput
|
|
1189
1241
|
| PutUserStatusCommandOutput
|
|
1190
1242
|
| ReleasePhoneNumberCommandOutput
|
|
@@ -1253,7 +1305,9 @@ export type ServiceOutputTypes =
|
|
|
1253
1305
|
| UpdateUserIdentityInfoCommandOutput
|
|
1254
1306
|
| UpdateUserPhoneConfigCommandOutput
|
|
1255
1307
|
| UpdateUserRoutingProfileCommandOutput
|
|
1256
|
-
| UpdateUserSecurityProfilesCommandOutput
|
|
1308
|
+
| UpdateUserSecurityProfilesCommandOutput
|
|
1309
|
+
| UpdateViewContentCommandOutput
|
|
1310
|
+
| UpdateViewMetadataCommandOutput;
|
|
1257
1311
|
export interface ClientDefaults
|
|
1258
1312
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
1259
1313
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ConnectClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ConnectClient";
|
|
14
|
+
import { CreateViewRequest, CreateViewResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface CreateViewCommandInput extends CreateViewRequest {}
|
|
17
|
+
export interface CreateViewCommandOutput
|
|
18
|
+
extends CreateViewResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class CreateViewCommand extends $Command<
|
|
21
|
+
CreateViewCommandInput,
|
|
22
|
+
CreateViewCommandOutput,
|
|
23
|
+
ConnectClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: CreateViewCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: CreateViewCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ConnectClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateViewCommandInput, CreateViewCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ConnectClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ConnectClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateViewVersionRequest,
|
|
16
|
+
CreateViewVersionResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateViewVersionCommandInput
|
|
20
|
+
extends CreateViewVersionRequest {}
|
|
21
|
+
export interface CreateViewVersionCommandOutput
|
|
22
|
+
extends CreateViewVersionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateViewVersionCommand extends $Command<
|
|
25
|
+
CreateViewVersionCommandInput,
|
|
26
|
+
CreateViewVersionCommandOutput,
|
|
27
|
+
ConnectClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateViewVersionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateViewVersionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ConnectClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<CreateViewVersionCommandInput, CreateViewVersionCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ConnectClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ConnectClient";
|
|
14
|
+
import { DeleteViewRequest, DeleteViewResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteViewCommandInput extends DeleteViewRequest {}
|
|
17
|
+
export interface DeleteViewCommandOutput
|
|
18
|
+
extends DeleteViewResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class DeleteViewCommand extends $Command<
|
|
21
|
+
DeleteViewCommandInput,
|
|
22
|
+
DeleteViewCommandOutput,
|
|
23
|
+
ConnectClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: DeleteViewCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: DeleteViewCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ConnectClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteViewCommandInput, DeleteViewCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|