@aws-sdk/client-connect 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Connect.d.ts +2794 -775
- package/dist-types/ts3.4/ConnectClient.d.ts +1053 -227
- package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +154 -154
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ConnectServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3558 -3313
- package/dist-types/ts3.4/models/models_1.d.ts +1647 -1485
- package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCurrentUserDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDefaultVocabulariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPhoneNumbersV2Paginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTaskTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchRoutingProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchSecurityProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchVocabulariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +39 -39
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1853 -464
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,154 +1,154 @@
|
|
|
1
|
-
export * from "./AssociateApprovedOriginCommand";
|
|
2
|
-
export * from "./AssociateBotCommand";
|
|
3
|
-
export * from "./AssociateDefaultVocabularyCommand";
|
|
4
|
-
export * from "./AssociateInstanceStorageConfigCommand";
|
|
5
|
-
export * from "./AssociateLambdaFunctionCommand";
|
|
6
|
-
export * from "./AssociateLexBotCommand";
|
|
7
|
-
export * from "./AssociatePhoneNumberContactFlowCommand";
|
|
8
|
-
export * from "./AssociateQueueQuickConnectsCommand";
|
|
9
|
-
export * from "./AssociateRoutingProfileQueuesCommand";
|
|
10
|
-
export * from "./AssociateSecurityKeyCommand";
|
|
11
|
-
export * from "./ClaimPhoneNumberCommand";
|
|
12
|
-
export * from "./CreateAgentStatusCommand";
|
|
13
|
-
export * from "./CreateContactFlowCommand";
|
|
14
|
-
export * from "./CreateContactFlowModuleCommand";
|
|
15
|
-
export * from "./CreateHoursOfOperationCommand";
|
|
16
|
-
export * from "./CreateInstanceCommand";
|
|
17
|
-
export * from "./CreateIntegrationAssociationCommand";
|
|
18
|
-
export * from "./CreateQueueCommand";
|
|
19
|
-
export * from "./CreateQuickConnectCommand";
|
|
20
|
-
export * from "./CreateRoutingProfileCommand";
|
|
21
|
-
export * from "./CreateSecurityProfileCommand";
|
|
22
|
-
export * from "./CreateTaskTemplateCommand";
|
|
23
|
-
export * from "./CreateUseCaseCommand";
|
|
24
|
-
export * from "./CreateUserCommand";
|
|
25
|
-
export * from "./CreateUserHierarchyGroupCommand";
|
|
26
|
-
export * from "./CreateVocabularyCommand";
|
|
27
|
-
export * from "./DeleteContactFlowCommand";
|
|
28
|
-
export * from "./DeleteContactFlowModuleCommand";
|
|
29
|
-
export * from "./DeleteHoursOfOperationCommand";
|
|
30
|
-
export * from "./DeleteInstanceCommand";
|
|
31
|
-
export * from "./DeleteIntegrationAssociationCommand";
|
|
32
|
-
export * from "./DeleteQuickConnectCommand";
|
|
33
|
-
export * from "./DeleteSecurityProfileCommand";
|
|
34
|
-
export * from "./DeleteTaskTemplateCommand";
|
|
35
|
-
export * from "./DeleteUseCaseCommand";
|
|
36
|
-
export * from "./DeleteUserCommand";
|
|
37
|
-
export * from "./DeleteUserHierarchyGroupCommand";
|
|
38
|
-
export * from "./DeleteVocabularyCommand";
|
|
39
|
-
export * from "./DescribeAgentStatusCommand";
|
|
40
|
-
export * from "./DescribeContactCommand";
|
|
41
|
-
export * from "./DescribeContactFlowCommand";
|
|
42
|
-
export * from "./DescribeContactFlowModuleCommand";
|
|
43
|
-
export * from "./DescribeHoursOfOperationCommand";
|
|
44
|
-
export * from "./DescribeInstanceAttributeCommand";
|
|
45
|
-
export * from "./DescribeInstanceCommand";
|
|
46
|
-
export * from "./DescribeInstanceStorageConfigCommand";
|
|
47
|
-
export * from "./DescribePhoneNumberCommand";
|
|
48
|
-
export * from "./DescribeQueueCommand";
|
|
49
|
-
export * from "./DescribeQuickConnectCommand";
|
|
50
|
-
export * from "./DescribeRoutingProfileCommand";
|
|
51
|
-
export * from "./DescribeSecurityProfileCommand";
|
|
52
|
-
export * from "./DescribeUserCommand";
|
|
53
|
-
export * from "./DescribeUserHierarchyGroupCommand";
|
|
54
|
-
export * from "./DescribeUserHierarchyStructureCommand";
|
|
55
|
-
export * from "./DescribeVocabularyCommand";
|
|
56
|
-
export * from "./DisassociateApprovedOriginCommand";
|
|
57
|
-
export * from "./DisassociateBotCommand";
|
|
58
|
-
export * from "./DisassociateInstanceStorageConfigCommand";
|
|
59
|
-
export * from "./DisassociateLambdaFunctionCommand";
|
|
60
|
-
export * from "./DisassociateLexBotCommand";
|
|
61
|
-
export * from "./DisassociatePhoneNumberContactFlowCommand";
|
|
62
|
-
export * from "./DisassociateQueueQuickConnectsCommand";
|
|
63
|
-
export * from "./DisassociateRoutingProfileQueuesCommand";
|
|
64
|
-
export * from "./DisassociateSecurityKeyCommand";
|
|
65
|
-
export * from "./GetContactAttributesCommand";
|
|
66
|
-
export * from "./GetCurrentMetricDataCommand";
|
|
67
|
-
export * from "./GetCurrentUserDataCommand";
|
|
68
|
-
export * from "./GetFederationTokenCommand";
|
|
69
|
-
export * from "./GetMetricDataCommand";
|
|
70
|
-
export * from "./GetTaskTemplateCommand";
|
|
71
|
-
export * from "./ListAgentStatusesCommand";
|
|
72
|
-
export * from "./ListApprovedOriginsCommand";
|
|
73
|
-
export * from "./ListBotsCommand";
|
|
74
|
-
export * from "./ListContactFlowModulesCommand";
|
|
75
|
-
export * from "./ListContactFlowsCommand";
|
|
76
|
-
export * from "./ListContactReferencesCommand";
|
|
77
|
-
export * from "./ListDefaultVocabulariesCommand";
|
|
78
|
-
export * from "./ListHoursOfOperationsCommand";
|
|
79
|
-
export * from "./ListInstanceAttributesCommand";
|
|
80
|
-
export * from "./ListInstanceStorageConfigsCommand";
|
|
81
|
-
export * from "./ListInstancesCommand";
|
|
82
|
-
export * from "./ListIntegrationAssociationsCommand";
|
|
83
|
-
export * from "./ListLambdaFunctionsCommand";
|
|
84
|
-
export * from "./ListLexBotsCommand";
|
|
85
|
-
export * from "./ListPhoneNumbersCommand";
|
|
86
|
-
export * from "./ListPhoneNumbersV2Command";
|
|
87
|
-
export * from "./ListPromptsCommand";
|
|
88
|
-
export * from "./ListQueueQuickConnectsCommand";
|
|
89
|
-
export * from "./ListQueuesCommand";
|
|
90
|
-
export * from "./ListQuickConnectsCommand";
|
|
91
|
-
export * from "./ListRoutingProfileQueuesCommand";
|
|
92
|
-
export * from "./ListRoutingProfilesCommand";
|
|
93
|
-
export * from "./ListSecurityKeysCommand";
|
|
94
|
-
export * from "./ListSecurityProfilePermissionsCommand";
|
|
95
|
-
export * from "./ListSecurityProfilesCommand";
|
|
96
|
-
export * from "./ListTagsForResourceCommand";
|
|
97
|
-
export * from "./ListTaskTemplatesCommand";
|
|
98
|
-
export * from "./ListUseCasesCommand";
|
|
99
|
-
export * from "./ListUserHierarchyGroupsCommand";
|
|
100
|
-
export * from "./ListUsersCommand";
|
|
101
|
-
export * from "./PutUserStatusCommand";
|
|
102
|
-
export * from "./ReleasePhoneNumberCommand";
|
|
103
|
-
export * from "./ResumeContactRecordingCommand";
|
|
104
|
-
export * from "./SearchAvailablePhoneNumbersCommand";
|
|
105
|
-
export * from "./SearchQueuesCommand";
|
|
106
|
-
export * from "./SearchRoutingProfilesCommand";
|
|
107
|
-
export * from "./SearchSecurityProfilesCommand";
|
|
108
|
-
export * from "./SearchUsersCommand";
|
|
109
|
-
export * from "./SearchVocabulariesCommand";
|
|
110
|
-
export * from "./StartChatContactCommand";
|
|
111
|
-
export * from "./StartContactRecordingCommand";
|
|
112
|
-
export * from "./StartContactStreamingCommand";
|
|
113
|
-
export * from "./StartOutboundVoiceContactCommand";
|
|
114
|
-
export * from "./StartTaskContactCommand";
|
|
115
|
-
export * from "./StopContactCommand";
|
|
116
|
-
export * from "./StopContactRecordingCommand";
|
|
117
|
-
export * from "./StopContactStreamingCommand";
|
|
118
|
-
export * from "./SuspendContactRecordingCommand";
|
|
119
|
-
export * from "./TagResourceCommand";
|
|
120
|
-
export * from "./TransferContactCommand";
|
|
121
|
-
export * from "./UntagResourceCommand";
|
|
122
|
-
export * from "./UpdateAgentStatusCommand";
|
|
123
|
-
export * from "./UpdateContactAttributesCommand";
|
|
124
|
-
export * from "./UpdateContactCommand";
|
|
125
|
-
export * from "./UpdateContactFlowContentCommand";
|
|
126
|
-
export * from "./UpdateContactFlowMetadataCommand";
|
|
127
|
-
export * from "./UpdateContactFlowModuleContentCommand";
|
|
128
|
-
export * from "./UpdateContactFlowModuleMetadataCommand";
|
|
129
|
-
export * from "./UpdateContactFlowNameCommand";
|
|
130
|
-
export * from "./UpdateContactScheduleCommand";
|
|
131
|
-
export * from "./UpdateHoursOfOperationCommand";
|
|
132
|
-
export * from "./UpdateInstanceAttributeCommand";
|
|
133
|
-
export * from "./UpdateInstanceStorageConfigCommand";
|
|
134
|
-
export * from "./UpdatePhoneNumberCommand";
|
|
135
|
-
export * from "./UpdateQueueHoursOfOperationCommand";
|
|
136
|
-
export * from "./UpdateQueueMaxContactsCommand";
|
|
137
|
-
export * from "./UpdateQueueNameCommand";
|
|
138
|
-
export * from "./UpdateQueueOutboundCallerConfigCommand";
|
|
139
|
-
export * from "./UpdateQueueStatusCommand";
|
|
140
|
-
export * from "./UpdateQuickConnectConfigCommand";
|
|
141
|
-
export * from "./UpdateQuickConnectNameCommand";
|
|
142
|
-
export * from "./UpdateRoutingProfileConcurrencyCommand";
|
|
143
|
-
export * from "./UpdateRoutingProfileDefaultOutboundQueueCommand";
|
|
144
|
-
export * from "./UpdateRoutingProfileNameCommand";
|
|
145
|
-
export * from "./UpdateRoutingProfileQueuesCommand";
|
|
146
|
-
export * from "./UpdateSecurityProfileCommand";
|
|
147
|
-
export * from "./UpdateTaskTemplateCommand";
|
|
148
|
-
export * from "./UpdateUserHierarchyCommand";
|
|
149
|
-
export * from "./UpdateUserHierarchyGroupNameCommand";
|
|
150
|
-
export * from "./UpdateUserHierarchyStructureCommand";
|
|
151
|
-
export * from "./UpdateUserIdentityInfoCommand";
|
|
152
|
-
export * from "./UpdateUserPhoneConfigCommand";
|
|
153
|
-
export * from "./UpdateUserRoutingProfileCommand";
|
|
154
|
-
export * from "./UpdateUserSecurityProfilesCommand";
|
|
1
|
+
export * from "./AssociateApprovedOriginCommand";
|
|
2
|
+
export * from "./AssociateBotCommand";
|
|
3
|
+
export * from "./AssociateDefaultVocabularyCommand";
|
|
4
|
+
export * from "./AssociateInstanceStorageConfigCommand";
|
|
5
|
+
export * from "./AssociateLambdaFunctionCommand";
|
|
6
|
+
export * from "./AssociateLexBotCommand";
|
|
7
|
+
export * from "./AssociatePhoneNumberContactFlowCommand";
|
|
8
|
+
export * from "./AssociateQueueQuickConnectsCommand";
|
|
9
|
+
export * from "./AssociateRoutingProfileQueuesCommand";
|
|
10
|
+
export * from "./AssociateSecurityKeyCommand";
|
|
11
|
+
export * from "./ClaimPhoneNumberCommand";
|
|
12
|
+
export * from "./CreateAgentStatusCommand";
|
|
13
|
+
export * from "./CreateContactFlowCommand";
|
|
14
|
+
export * from "./CreateContactFlowModuleCommand";
|
|
15
|
+
export * from "./CreateHoursOfOperationCommand";
|
|
16
|
+
export * from "./CreateInstanceCommand";
|
|
17
|
+
export * from "./CreateIntegrationAssociationCommand";
|
|
18
|
+
export * from "./CreateQueueCommand";
|
|
19
|
+
export * from "./CreateQuickConnectCommand";
|
|
20
|
+
export * from "./CreateRoutingProfileCommand";
|
|
21
|
+
export * from "./CreateSecurityProfileCommand";
|
|
22
|
+
export * from "./CreateTaskTemplateCommand";
|
|
23
|
+
export * from "./CreateUseCaseCommand";
|
|
24
|
+
export * from "./CreateUserCommand";
|
|
25
|
+
export * from "./CreateUserHierarchyGroupCommand";
|
|
26
|
+
export * from "./CreateVocabularyCommand";
|
|
27
|
+
export * from "./DeleteContactFlowCommand";
|
|
28
|
+
export * from "./DeleteContactFlowModuleCommand";
|
|
29
|
+
export * from "./DeleteHoursOfOperationCommand";
|
|
30
|
+
export * from "./DeleteInstanceCommand";
|
|
31
|
+
export * from "./DeleteIntegrationAssociationCommand";
|
|
32
|
+
export * from "./DeleteQuickConnectCommand";
|
|
33
|
+
export * from "./DeleteSecurityProfileCommand";
|
|
34
|
+
export * from "./DeleteTaskTemplateCommand";
|
|
35
|
+
export * from "./DeleteUseCaseCommand";
|
|
36
|
+
export * from "./DeleteUserCommand";
|
|
37
|
+
export * from "./DeleteUserHierarchyGroupCommand";
|
|
38
|
+
export * from "./DeleteVocabularyCommand";
|
|
39
|
+
export * from "./DescribeAgentStatusCommand";
|
|
40
|
+
export * from "./DescribeContactCommand";
|
|
41
|
+
export * from "./DescribeContactFlowCommand";
|
|
42
|
+
export * from "./DescribeContactFlowModuleCommand";
|
|
43
|
+
export * from "./DescribeHoursOfOperationCommand";
|
|
44
|
+
export * from "./DescribeInstanceAttributeCommand";
|
|
45
|
+
export * from "./DescribeInstanceCommand";
|
|
46
|
+
export * from "./DescribeInstanceStorageConfigCommand";
|
|
47
|
+
export * from "./DescribePhoneNumberCommand";
|
|
48
|
+
export * from "./DescribeQueueCommand";
|
|
49
|
+
export * from "./DescribeQuickConnectCommand";
|
|
50
|
+
export * from "./DescribeRoutingProfileCommand";
|
|
51
|
+
export * from "./DescribeSecurityProfileCommand";
|
|
52
|
+
export * from "./DescribeUserCommand";
|
|
53
|
+
export * from "./DescribeUserHierarchyGroupCommand";
|
|
54
|
+
export * from "./DescribeUserHierarchyStructureCommand";
|
|
55
|
+
export * from "./DescribeVocabularyCommand";
|
|
56
|
+
export * from "./DisassociateApprovedOriginCommand";
|
|
57
|
+
export * from "./DisassociateBotCommand";
|
|
58
|
+
export * from "./DisassociateInstanceStorageConfigCommand";
|
|
59
|
+
export * from "./DisassociateLambdaFunctionCommand";
|
|
60
|
+
export * from "./DisassociateLexBotCommand";
|
|
61
|
+
export * from "./DisassociatePhoneNumberContactFlowCommand";
|
|
62
|
+
export * from "./DisassociateQueueQuickConnectsCommand";
|
|
63
|
+
export * from "./DisassociateRoutingProfileQueuesCommand";
|
|
64
|
+
export * from "./DisassociateSecurityKeyCommand";
|
|
65
|
+
export * from "./GetContactAttributesCommand";
|
|
66
|
+
export * from "./GetCurrentMetricDataCommand";
|
|
67
|
+
export * from "./GetCurrentUserDataCommand";
|
|
68
|
+
export * from "./GetFederationTokenCommand";
|
|
69
|
+
export * from "./GetMetricDataCommand";
|
|
70
|
+
export * from "./GetTaskTemplateCommand";
|
|
71
|
+
export * from "./ListAgentStatusesCommand";
|
|
72
|
+
export * from "./ListApprovedOriginsCommand";
|
|
73
|
+
export * from "./ListBotsCommand";
|
|
74
|
+
export * from "./ListContactFlowModulesCommand";
|
|
75
|
+
export * from "./ListContactFlowsCommand";
|
|
76
|
+
export * from "./ListContactReferencesCommand";
|
|
77
|
+
export * from "./ListDefaultVocabulariesCommand";
|
|
78
|
+
export * from "./ListHoursOfOperationsCommand";
|
|
79
|
+
export * from "./ListInstanceAttributesCommand";
|
|
80
|
+
export * from "./ListInstanceStorageConfigsCommand";
|
|
81
|
+
export * from "./ListInstancesCommand";
|
|
82
|
+
export * from "./ListIntegrationAssociationsCommand";
|
|
83
|
+
export * from "./ListLambdaFunctionsCommand";
|
|
84
|
+
export * from "./ListLexBotsCommand";
|
|
85
|
+
export * from "./ListPhoneNumbersCommand";
|
|
86
|
+
export * from "./ListPhoneNumbersV2Command";
|
|
87
|
+
export * from "./ListPromptsCommand";
|
|
88
|
+
export * from "./ListQueueQuickConnectsCommand";
|
|
89
|
+
export * from "./ListQueuesCommand";
|
|
90
|
+
export * from "./ListQuickConnectsCommand";
|
|
91
|
+
export * from "./ListRoutingProfileQueuesCommand";
|
|
92
|
+
export * from "./ListRoutingProfilesCommand";
|
|
93
|
+
export * from "./ListSecurityKeysCommand";
|
|
94
|
+
export * from "./ListSecurityProfilePermissionsCommand";
|
|
95
|
+
export * from "./ListSecurityProfilesCommand";
|
|
96
|
+
export * from "./ListTagsForResourceCommand";
|
|
97
|
+
export * from "./ListTaskTemplatesCommand";
|
|
98
|
+
export * from "./ListUseCasesCommand";
|
|
99
|
+
export * from "./ListUserHierarchyGroupsCommand";
|
|
100
|
+
export * from "./ListUsersCommand";
|
|
101
|
+
export * from "./PutUserStatusCommand";
|
|
102
|
+
export * from "./ReleasePhoneNumberCommand";
|
|
103
|
+
export * from "./ResumeContactRecordingCommand";
|
|
104
|
+
export * from "./SearchAvailablePhoneNumbersCommand";
|
|
105
|
+
export * from "./SearchQueuesCommand";
|
|
106
|
+
export * from "./SearchRoutingProfilesCommand";
|
|
107
|
+
export * from "./SearchSecurityProfilesCommand";
|
|
108
|
+
export * from "./SearchUsersCommand";
|
|
109
|
+
export * from "./SearchVocabulariesCommand";
|
|
110
|
+
export * from "./StartChatContactCommand";
|
|
111
|
+
export * from "./StartContactRecordingCommand";
|
|
112
|
+
export * from "./StartContactStreamingCommand";
|
|
113
|
+
export * from "./StartOutboundVoiceContactCommand";
|
|
114
|
+
export * from "./StartTaskContactCommand";
|
|
115
|
+
export * from "./StopContactCommand";
|
|
116
|
+
export * from "./StopContactRecordingCommand";
|
|
117
|
+
export * from "./StopContactStreamingCommand";
|
|
118
|
+
export * from "./SuspendContactRecordingCommand";
|
|
119
|
+
export * from "./TagResourceCommand";
|
|
120
|
+
export * from "./TransferContactCommand";
|
|
121
|
+
export * from "./UntagResourceCommand";
|
|
122
|
+
export * from "./UpdateAgentStatusCommand";
|
|
123
|
+
export * from "./UpdateContactAttributesCommand";
|
|
124
|
+
export * from "./UpdateContactCommand";
|
|
125
|
+
export * from "./UpdateContactFlowContentCommand";
|
|
126
|
+
export * from "./UpdateContactFlowMetadataCommand";
|
|
127
|
+
export * from "./UpdateContactFlowModuleContentCommand";
|
|
128
|
+
export * from "./UpdateContactFlowModuleMetadataCommand";
|
|
129
|
+
export * from "./UpdateContactFlowNameCommand";
|
|
130
|
+
export * from "./UpdateContactScheduleCommand";
|
|
131
|
+
export * from "./UpdateHoursOfOperationCommand";
|
|
132
|
+
export * from "./UpdateInstanceAttributeCommand";
|
|
133
|
+
export * from "./UpdateInstanceStorageConfigCommand";
|
|
134
|
+
export * from "./UpdatePhoneNumberCommand";
|
|
135
|
+
export * from "./UpdateQueueHoursOfOperationCommand";
|
|
136
|
+
export * from "./UpdateQueueMaxContactsCommand";
|
|
137
|
+
export * from "./UpdateQueueNameCommand";
|
|
138
|
+
export * from "./UpdateQueueOutboundCallerConfigCommand";
|
|
139
|
+
export * from "./UpdateQueueStatusCommand";
|
|
140
|
+
export * from "./UpdateQuickConnectConfigCommand";
|
|
141
|
+
export * from "./UpdateQuickConnectNameCommand";
|
|
142
|
+
export * from "./UpdateRoutingProfileConcurrencyCommand";
|
|
143
|
+
export * from "./UpdateRoutingProfileDefaultOutboundQueueCommand";
|
|
144
|
+
export * from "./UpdateRoutingProfileNameCommand";
|
|
145
|
+
export * from "./UpdateRoutingProfileQueuesCommand";
|
|
146
|
+
export * from "./UpdateSecurityProfileCommand";
|
|
147
|
+
export * from "./UpdateTaskTemplateCommand";
|
|
148
|
+
export * from "./UpdateUserHierarchyCommand";
|
|
149
|
+
export * from "./UpdateUserHierarchyGroupNameCommand";
|
|
150
|
+
export * from "./UpdateUserHierarchyStructureCommand";
|
|
151
|
+
export * from "./UpdateUserIdentityInfoCommand";
|
|
152
|
+
export * from "./UpdateUserPhoneConfigCommand";
|
|
153
|
+
export * from "./UpdateUserRoutingProfileCommand";
|
|
154
|
+
export * from "./UpdateUserSecurityProfilesCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Connect";
|
|
2
|
-
export * from "./ConnectClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { ConnectServiceException } from "./models/ConnectServiceException";
|
|
1
|
+
export * from "./Connect";
|
|
2
|
+
export * from "./ConnectClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { ConnectServiceException } from "./models/ConnectServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class ConnectServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
2
|
-
export * from "./models_1";
|
|
1
|
+
export * from "./models_0";
|
|
2
|
+
export * from "./models_1";
|