@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,227 +1,1053 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
import {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
import {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
import {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
import {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
import {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
import {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
import {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
import {
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
import {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
import {
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
import {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
import {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
import {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
import {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
import {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
import {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
import {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
import {
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
import {
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
import {
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
import {
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateApprovedOriginCommandInput,
|
|
47
|
+
AssociateApprovedOriginCommandOutput,
|
|
48
|
+
} from "./commands/AssociateApprovedOriginCommand";
|
|
49
|
+
import {
|
|
50
|
+
AssociateBotCommandInput,
|
|
51
|
+
AssociateBotCommandOutput,
|
|
52
|
+
} from "./commands/AssociateBotCommand";
|
|
53
|
+
import {
|
|
54
|
+
AssociateDefaultVocabularyCommandInput,
|
|
55
|
+
AssociateDefaultVocabularyCommandOutput,
|
|
56
|
+
} from "./commands/AssociateDefaultVocabularyCommand";
|
|
57
|
+
import {
|
|
58
|
+
AssociateInstanceStorageConfigCommandInput,
|
|
59
|
+
AssociateInstanceStorageConfigCommandOutput,
|
|
60
|
+
} from "./commands/AssociateInstanceStorageConfigCommand";
|
|
61
|
+
import {
|
|
62
|
+
AssociateLambdaFunctionCommandInput,
|
|
63
|
+
AssociateLambdaFunctionCommandOutput,
|
|
64
|
+
} from "./commands/AssociateLambdaFunctionCommand";
|
|
65
|
+
import {
|
|
66
|
+
AssociateLexBotCommandInput,
|
|
67
|
+
AssociateLexBotCommandOutput,
|
|
68
|
+
} from "./commands/AssociateLexBotCommand";
|
|
69
|
+
import {
|
|
70
|
+
AssociatePhoneNumberContactFlowCommandInput,
|
|
71
|
+
AssociatePhoneNumberContactFlowCommandOutput,
|
|
72
|
+
} from "./commands/AssociatePhoneNumberContactFlowCommand";
|
|
73
|
+
import {
|
|
74
|
+
AssociateQueueQuickConnectsCommandInput,
|
|
75
|
+
AssociateQueueQuickConnectsCommandOutput,
|
|
76
|
+
} from "./commands/AssociateQueueQuickConnectsCommand";
|
|
77
|
+
import {
|
|
78
|
+
AssociateRoutingProfileQueuesCommandInput,
|
|
79
|
+
AssociateRoutingProfileQueuesCommandOutput,
|
|
80
|
+
} from "./commands/AssociateRoutingProfileQueuesCommand";
|
|
81
|
+
import {
|
|
82
|
+
AssociateSecurityKeyCommandInput,
|
|
83
|
+
AssociateSecurityKeyCommandOutput,
|
|
84
|
+
} from "./commands/AssociateSecurityKeyCommand";
|
|
85
|
+
import {
|
|
86
|
+
ClaimPhoneNumberCommandInput,
|
|
87
|
+
ClaimPhoneNumberCommandOutput,
|
|
88
|
+
} from "./commands/ClaimPhoneNumberCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateAgentStatusCommandInput,
|
|
91
|
+
CreateAgentStatusCommandOutput,
|
|
92
|
+
} from "./commands/CreateAgentStatusCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateContactFlowCommandInput,
|
|
95
|
+
CreateContactFlowCommandOutput,
|
|
96
|
+
} from "./commands/CreateContactFlowCommand";
|
|
97
|
+
import {
|
|
98
|
+
CreateContactFlowModuleCommandInput,
|
|
99
|
+
CreateContactFlowModuleCommandOutput,
|
|
100
|
+
} from "./commands/CreateContactFlowModuleCommand";
|
|
101
|
+
import {
|
|
102
|
+
CreateHoursOfOperationCommandInput,
|
|
103
|
+
CreateHoursOfOperationCommandOutput,
|
|
104
|
+
} from "./commands/CreateHoursOfOperationCommand";
|
|
105
|
+
import {
|
|
106
|
+
CreateInstanceCommandInput,
|
|
107
|
+
CreateInstanceCommandOutput,
|
|
108
|
+
} from "./commands/CreateInstanceCommand";
|
|
109
|
+
import {
|
|
110
|
+
CreateIntegrationAssociationCommandInput,
|
|
111
|
+
CreateIntegrationAssociationCommandOutput,
|
|
112
|
+
} from "./commands/CreateIntegrationAssociationCommand";
|
|
113
|
+
import {
|
|
114
|
+
CreateQueueCommandInput,
|
|
115
|
+
CreateQueueCommandOutput,
|
|
116
|
+
} from "./commands/CreateQueueCommand";
|
|
117
|
+
import {
|
|
118
|
+
CreateQuickConnectCommandInput,
|
|
119
|
+
CreateQuickConnectCommandOutput,
|
|
120
|
+
} from "./commands/CreateQuickConnectCommand";
|
|
121
|
+
import {
|
|
122
|
+
CreateRoutingProfileCommandInput,
|
|
123
|
+
CreateRoutingProfileCommandOutput,
|
|
124
|
+
} from "./commands/CreateRoutingProfileCommand";
|
|
125
|
+
import {
|
|
126
|
+
CreateSecurityProfileCommandInput,
|
|
127
|
+
CreateSecurityProfileCommandOutput,
|
|
128
|
+
} from "./commands/CreateSecurityProfileCommand";
|
|
129
|
+
import {
|
|
130
|
+
CreateTaskTemplateCommandInput,
|
|
131
|
+
CreateTaskTemplateCommandOutput,
|
|
132
|
+
} from "./commands/CreateTaskTemplateCommand";
|
|
133
|
+
import {
|
|
134
|
+
CreateUseCaseCommandInput,
|
|
135
|
+
CreateUseCaseCommandOutput,
|
|
136
|
+
} from "./commands/CreateUseCaseCommand";
|
|
137
|
+
import {
|
|
138
|
+
CreateUserCommandInput,
|
|
139
|
+
CreateUserCommandOutput,
|
|
140
|
+
} from "./commands/CreateUserCommand";
|
|
141
|
+
import {
|
|
142
|
+
CreateUserHierarchyGroupCommandInput,
|
|
143
|
+
CreateUserHierarchyGroupCommandOutput,
|
|
144
|
+
} from "./commands/CreateUserHierarchyGroupCommand";
|
|
145
|
+
import {
|
|
146
|
+
CreateVocabularyCommandInput,
|
|
147
|
+
CreateVocabularyCommandOutput,
|
|
148
|
+
} from "./commands/CreateVocabularyCommand";
|
|
149
|
+
import {
|
|
150
|
+
DeleteContactFlowCommandInput,
|
|
151
|
+
DeleteContactFlowCommandOutput,
|
|
152
|
+
} from "./commands/DeleteContactFlowCommand";
|
|
153
|
+
import {
|
|
154
|
+
DeleteContactFlowModuleCommandInput,
|
|
155
|
+
DeleteContactFlowModuleCommandOutput,
|
|
156
|
+
} from "./commands/DeleteContactFlowModuleCommand";
|
|
157
|
+
import {
|
|
158
|
+
DeleteHoursOfOperationCommandInput,
|
|
159
|
+
DeleteHoursOfOperationCommandOutput,
|
|
160
|
+
} from "./commands/DeleteHoursOfOperationCommand";
|
|
161
|
+
import {
|
|
162
|
+
DeleteInstanceCommandInput,
|
|
163
|
+
DeleteInstanceCommandOutput,
|
|
164
|
+
} from "./commands/DeleteInstanceCommand";
|
|
165
|
+
import {
|
|
166
|
+
DeleteIntegrationAssociationCommandInput,
|
|
167
|
+
DeleteIntegrationAssociationCommandOutput,
|
|
168
|
+
} from "./commands/DeleteIntegrationAssociationCommand";
|
|
169
|
+
import {
|
|
170
|
+
DeleteQuickConnectCommandInput,
|
|
171
|
+
DeleteQuickConnectCommandOutput,
|
|
172
|
+
} from "./commands/DeleteQuickConnectCommand";
|
|
173
|
+
import {
|
|
174
|
+
DeleteSecurityProfileCommandInput,
|
|
175
|
+
DeleteSecurityProfileCommandOutput,
|
|
176
|
+
} from "./commands/DeleteSecurityProfileCommand";
|
|
177
|
+
import {
|
|
178
|
+
DeleteTaskTemplateCommandInput,
|
|
179
|
+
DeleteTaskTemplateCommandOutput,
|
|
180
|
+
} from "./commands/DeleteTaskTemplateCommand";
|
|
181
|
+
import {
|
|
182
|
+
DeleteUseCaseCommandInput,
|
|
183
|
+
DeleteUseCaseCommandOutput,
|
|
184
|
+
} from "./commands/DeleteUseCaseCommand";
|
|
185
|
+
import {
|
|
186
|
+
DeleteUserCommandInput,
|
|
187
|
+
DeleteUserCommandOutput,
|
|
188
|
+
} from "./commands/DeleteUserCommand";
|
|
189
|
+
import {
|
|
190
|
+
DeleteUserHierarchyGroupCommandInput,
|
|
191
|
+
DeleteUserHierarchyGroupCommandOutput,
|
|
192
|
+
} from "./commands/DeleteUserHierarchyGroupCommand";
|
|
193
|
+
import {
|
|
194
|
+
DeleteVocabularyCommandInput,
|
|
195
|
+
DeleteVocabularyCommandOutput,
|
|
196
|
+
} from "./commands/DeleteVocabularyCommand";
|
|
197
|
+
import {
|
|
198
|
+
DescribeAgentStatusCommandInput,
|
|
199
|
+
DescribeAgentStatusCommandOutput,
|
|
200
|
+
} from "./commands/DescribeAgentStatusCommand";
|
|
201
|
+
import {
|
|
202
|
+
DescribeContactCommandInput,
|
|
203
|
+
DescribeContactCommandOutput,
|
|
204
|
+
} from "./commands/DescribeContactCommand";
|
|
205
|
+
import {
|
|
206
|
+
DescribeContactFlowCommandInput,
|
|
207
|
+
DescribeContactFlowCommandOutput,
|
|
208
|
+
} from "./commands/DescribeContactFlowCommand";
|
|
209
|
+
import {
|
|
210
|
+
DescribeContactFlowModuleCommandInput,
|
|
211
|
+
DescribeContactFlowModuleCommandOutput,
|
|
212
|
+
} from "./commands/DescribeContactFlowModuleCommand";
|
|
213
|
+
import {
|
|
214
|
+
DescribeHoursOfOperationCommandInput,
|
|
215
|
+
DescribeHoursOfOperationCommandOutput,
|
|
216
|
+
} from "./commands/DescribeHoursOfOperationCommand";
|
|
217
|
+
import {
|
|
218
|
+
DescribeInstanceAttributeCommandInput,
|
|
219
|
+
DescribeInstanceAttributeCommandOutput,
|
|
220
|
+
} from "./commands/DescribeInstanceAttributeCommand";
|
|
221
|
+
import {
|
|
222
|
+
DescribeInstanceCommandInput,
|
|
223
|
+
DescribeInstanceCommandOutput,
|
|
224
|
+
} from "./commands/DescribeInstanceCommand";
|
|
225
|
+
import {
|
|
226
|
+
DescribeInstanceStorageConfigCommandInput,
|
|
227
|
+
DescribeInstanceStorageConfigCommandOutput,
|
|
228
|
+
} from "./commands/DescribeInstanceStorageConfigCommand";
|
|
229
|
+
import {
|
|
230
|
+
DescribePhoneNumberCommandInput,
|
|
231
|
+
DescribePhoneNumberCommandOutput,
|
|
232
|
+
} from "./commands/DescribePhoneNumberCommand";
|
|
233
|
+
import {
|
|
234
|
+
DescribeQueueCommandInput,
|
|
235
|
+
DescribeQueueCommandOutput,
|
|
236
|
+
} from "./commands/DescribeQueueCommand";
|
|
237
|
+
import {
|
|
238
|
+
DescribeQuickConnectCommandInput,
|
|
239
|
+
DescribeQuickConnectCommandOutput,
|
|
240
|
+
} from "./commands/DescribeQuickConnectCommand";
|
|
241
|
+
import {
|
|
242
|
+
DescribeRoutingProfileCommandInput,
|
|
243
|
+
DescribeRoutingProfileCommandOutput,
|
|
244
|
+
} from "./commands/DescribeRoutingProfileCommand";
|
|
245
|
+
import {
|
|
246
|
+
DescribeSecurityProfileCommandInput,
|
|
247
|
+
DescribeSecurityProfileCommandOutput,
|
|
248
|
+
} from "./commands/DescribeSecurityProfileCommand";
|
|
249
|
+
import {
|
|
250
|
+
DescribeUserCommandInput,
|
|
251
|
+
DescribeUserCommandOutput,
|
|
252
|
+
} from "./commands/DescribeUserCommand";
|
|
253
|
+
import {
|
|
254
|
+
DescribeUserHierarchyGroupCommandInput,
|
|
255
|
+
DescribeUserHierarchyGroupCommandOutput,
|
|
256
|
+
} from "./commands/DescribeUserHierarchyGroupCommand";
|
|
257
|
+
import {
|
|
258
|
+
DescribeUserHierarchyStructureCommandInput,
|
|
259
|
+
DescribeUserHierarchyStructureCommandOutput,
|
|
260
|
+
} from "./commands/DescribeUserHierarchyStructureCommand";
|
|
261
|
+
import {
|
|
262
|
+
DescribeVocabularyCommandInput,
|
|
263
|
+
DescribeVocabularyCommandOutput,
|
|
264
|
+
} from "./commands/DescribeVocabularyCommand";
|
|
265
|
+
import {
|
|
266
|
+
DisassociateApprovedOriginCommandInput,
|
|
267
|
+
DisassociateApprovedOriginCommandOutput,
|
|
268
|
+
} from "./commands/DisassociateApprovedOriginCommand";
|
|
269
|
+
import {
|
|
270
|
+
DisassociateBotCommandInput,
|
|
271
|
+
DisassociateBotCommandOutput,
|
|
272
|
+
} from "./commands/DisassociateBotCommand";
|
|
273
|
+
import {
|
|
274
|
+
DisassociateInstanceStorageConfigCommandInput,
|
|
275
|
+
DisassociateInstanceStorageConfigCommandOutput,
|
|
276
|
+
} from "./commands/DisassociateInstanceStorageConfigCommand";
|
|
277
|
+
import {
|
|
278
|
+
DisassociateLambdaFunctionCommandInput,
|
|
279
|
+
DisassociateLambdaFunctionCommandOutput,
|
|
280
|
+
} from "./commands/DisassociateLambdaFunctionCommand";
|
|
281
|
+
import {
|
|
282
|
+
DisassociateLexBotCommandInput,
|
|
283
|
+
DisassociateLexBotCommandOutput,
|
|
284
|
+
} from "./commands/DisassociateLexBotCommand";
|
|
285
|
+
import {
|
|
286
|
+
DisassociatePhoneNumberContactFlowCommandInput,
|
|
287
|
+
DisassociatePhoneNumberContactFlowCommandOutput,
|
|
288
|
+
} from "./commands/DisassociatePhoneNumberContactFlowCommand";
|
|
289
|
+
import {
|
|
290
|
+
DisassociateQueueQuickConnectsCommandInput,
|
|
291
|
+
DisassociateQueueQuickConnectsCommandOutput,
|
|
292
|
+
} from "./commands/DisassociateQueueQuickConnectsCommand";
|
|
293
|
+
import {
|
|
294
|
+
DisassociateRoutingProfileQueuesCommandInput,
|
|
295
|
+
DisassociateRoutingProfileQueuesCommandOutput,
|
|
296
|
+
} from "./commands/DisassociateRoutingProfileQueuesCommand";
|
|
297
|
+
import {
|
|
298
|
+
DisassociateSecurityKeyCommandInput,
|
|
299
|
+
DisassociateSecurityKeyCommandOutput,
|
|
300
|
+
} from "./commands/DisassociateSecurityKeyCommand";
|
|
301
|
+
import {
|
|
302
|
+
GetContactAttributesCommandInput,
|
|
303
|
+
GetContactAttributesCommandOutput,
|
|
304
|
+
} from "./commands/GetContactAttributesCommand";
|
|
305
|
+
import {
|
|
306
|
+
GetCurrentMetricDataCommandInput,
|
|
307
|
+
GetCurrentMetricDataCommandOutput,
|
|
308
|
+
} from "./commands/GetCurrentMetricDataCommand";
|
|
309
|
+
import {
|
|
310
|
+
GetCurrentUserDataCommandInput,
|
|
311
|
+
GetCurrentUserDataCommandOutput,
|
|
312
|
+
} from "./commands/GetCurrentUserDataCommand";
|
|
313
|
+
import {
|
|
314
|
+
GetFederationTokenCommandInput,
|
|
315
|
+
GetFederationTokenCommandOutput,
|
|
316
|
+
} from "./commands/GetFederationTokenCommand";
|
|
317
|
+
import {
|
|
318
|
+
GetMetricDataCommandInput,
|
|
319
|
+
GetMetricDataCommandOutput,
|
|
320
|
+
} from "./commands/GetMetricDataCommand";
|
|
321
|
+
import {
|
|
322
|
+
GetTaskTemplateCommandInput,
|
|
323
|
+
GetTaskTemplateCommandOutput,
|
|
324
|
+
} from "./commands/GetTaskTemplateCommand";
|
|
325
|
+
import {
|
|
326
|
+
ListAgentStatusesCommandInput,
|
|
327
|
+
ListAgentStatusesCommandOutput,
|
|
328
|
+
} from "./commands/ListAgentStatusesCommand";
|
|
329
|
+
import {
|
|
330
|
+
ListApprovedOriginsCommandInput,
|
|
331
|
+
ListApprovedOriginsCommandOutput,
|
|
332
|
+
} from "./commands/ListApprovedOriginsCommand";
|
|
333
|
+
import {
|
|
334
|
+
ListBotsCommandInput,
|
|
335
|
+
ListBotsCommandOutput,
|
|
336
|
+
} from "./commands/ListBotsCommand";
|
|
337
|
+
import {
|
|
338
|
+
ListContactFlowModulesCommandInput,
|
|
339
|
+
ListContactFlowModulesCommandOutput,
|
|
340
|
+
} from "./commands/ListContactFlowModulesCommand";
|
|
341
|
+
import {
|
|
342
|
+
ListContactFlowsCommandInput,
|
|
343
|
+
ListContactFlowsCommandOutput,
|
|
344
|
+
} from "./commands/ListContactFlowsCommand";
|
|
345
|
+
import {
|
|
346
|
+
ListContactReferencesCommandInput,
|
|
347
|
+
ListContactReferencesCommandOutput,
|
|
348
|
+
} from "./commands/ListContactReferencesCommand";
|
|
349
|
+
import {
|
|
350
|
+
ListDefaultVocabulariesCommandInput,
|
|
351
|
+
ListDefaultVocabulariesCommandOutput,
|
|
352
|
+
} from "./commands/ListDefaultVocabulariesCommand";
|
|
353
|
+
import {
|
|
354
|
+
ListHoursOfOperationsCommandInput,
|
|
355
|
+
ListHoursOfOperationsCommandOutput,
|
|
356
|
+
} from "./commands/ListHoursOfOperationsCommand";
|
|
357
|
+
import {
|
|
358
|
+
ListInstanceAttributesCommandInput,
|
|
359
|
+
ListInstanceAttributesCommandOutput,
|
|
360
|
+
} from "./commands/ListInstanceAttributesCommand";
|
|
361
|
+
import {
|
|
362
|
+
ListInstancesCommandInput,
|
|
363
|
+
ListInstancesCommandOutput,
|
|
364
|
+
} from "./commands/ListInstancesCommand";
|
|
365
|
+
import {
|
|
366
|
+
ListInstanceStorageConfigsCommandInput,
|
|
367
|
+
ListInstanceStorageConfigsCommandOutput,
|
|
368
|
+
} from "./commands/ListInstanceStorageConfigsCommand";
|
|
369
|
+
import {
|
|
370
|
+
ListIntegrationAssociationsCommandInput,
|
|
371
|
+
ListIntegrationAssociationsCommandOutput,
|
|
372
|
+
} from "./commands/ListIntegrationAssociationsCommand";
|
|
373
|
+
import {
|
|
374
|
+
ListLambdaFunctionsCommandInput,
|
|
375
|
+
ListLambdaFunctionsCommandOutput,
|
|
376
|
+
} from "./commands/ListLambdaFunctionsCommand";
|
|
377
|
+
import {
|
|
378
|
+
ListLexBotsCommandInput,
|
|
379
|
+
ListLexBotsCommandOutput,
|
|
380
|
+
} from "./commands/ListLexBotsCommand";
|
|
381
|
+
import {
|
|
382
|
+
ListPhoneNumbersCommandInput,
|
|
383
|
+
ListPhoneNumbersCommandOutput,
|
|
384
|
+
} from "./commands/ListPhoneNumbersCommand";
|
|
385
|
+
import {
|
|
386
|
+
ListPhoneNumbersV2CommandInput,
|
|
387
|
+
ListPhoneNumbersV2CommandOutput,
|
|
388
|
+
} from "./commands/ListPhoneNumbersV2Command";
|
|
389
|
+
import {
|
|
390
|
+
ListPromptsCommandInput,
|
|
391
|
+
ListPromptsCommandOutput,
|
|
392
|
+
} from "./commands/ListPromptsCommand";
|
|
393
|
+
import {
|
|
394
|
+
ListQueueQuickConnectsCommandInput,
|
|
395
|
+
ListQueueQuickConnectsCommandOutput,
|
|
396
|
+
} from "./commands/ListQueueQuickConnectsCommand";
|
|
397
|
+
import {
|
|
398
|
+
ListQueuesCommandInput,
|
|
399
|
+
ListQueuesCommandOutput,
|
|
400
|
+
} from "./commands/ListQueuesCommand";
|
|
401
|
+
import {
|
|
402
|
+
ListQuickConnectsCommandInput,
|
|
403
|
+
ListQuickConnectsCommandOutput,
|
|
404
|
+
} from "./commands/ListQuickConnectsCommand";
|
|
405
|
+
import {
|
|
406
|
+
ListRoutingProfileQueuesCommandInput,
|
|
407
|
+
ListRoutingProfileQueuesCommandOutput,
|
|
408
|
+
} from "./commands/ListRoutingProfileQueuesCommand";
|
|
409
|
+
import {
|
|
410
|
+
ListRoutingProfilesCommandInput,
|
|
411
|
+
ListRoutingProfilesCommandOutput,
|
|
412
|
+
} from "./commands/ListRoutingProfilesCommand";
|
|
413
|
+
import {
|
|
414
|
+
ListSecurityKeysCommandInput,
|
|
415
|
+
ListSecurityKeysCommandOutput,
|
|
416
|
+
} from "./commands/ListSecurityKeysCommand";
|
|
417
|
+
import {
|
|
418
|
+
ListSecurityProfilePermissionsCommandInput,
|
|
419
|
+
ListSecurityProfilePermissionsCommandOutput,
|
|
420
|
+
} from "./commands/ListSecurityProfilePermissionsCommand";
|
|
421
|
+
import {
|
|
422
|
+
ListSecurityProfilesCommandInput,
|
|
423
|
+
ListSecurityProfilesCommandOutput,
|
|
424
|
+
} from "./commands/ListSecurityProfilesCommand";
|
|
425
|
+
import {
|
|
426
|
+
ListTagsForResourceCommandInput,
|
|
427
|
+
ListTagsForResourceCommandOutput,
|
|
428
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
429
|
+
import {
|
|
430
|
+
ListTaskTemplatesCommandInput,
|
|
431
|
+
ListTaskTemplatesCommandOutput,
|
|
432
|
+
} from "./commands/ListTaskTemplatesCommand";
|
|
433
|
+
import {
|
|
434
|
+
ListUseCasesCommandInput,
|
|
435
|
+
ListUseCasesCommandOutput,
|
|
436
|
+
} from "./commands/ListUseCasesCommand";
|
|
437
|
+
import {
|
|
438
|
+
ListUserHierarchyGroupsCommandInput,
|
|
439
|
+
ListUserHierarchyGroupsCommandOutput,
|
|
440
|
+
} from "./commands/ListUserHierarchyGroupsCommand";
|
|
441
|
+
import {
|
|
442
|
+
ListUsersCommandInput,
|
|
443
|
+
ListUsersCommandOutput,
|
|
444
|
+
} from "./commands/ListUsersCommand";
|
|
445
|
+
import {
|
|
446
|
+
PutUserStatusCommandInput,
|
|
447
|
+
PutUserStatusCommandOutput,
|
|
448
|
+
} from "./commands/PutUserStatusCommand";
|
|
449
|
+
import {
|
|
450
|
+
ReleasePhoneNumberCommandInput,
|
|
451
|
+
ReleasePhoneNumberCommandOutput,
|
|
452
|
+
} from "./commands/ReleasePhoneNumberCommand";
|
|
453
|
+
import {
|
|
454
|
+
ResumeContactRecordingCommandInput,
|
|
455
|
+
ResumeContactRecordingCommandOutput,
|
|
456
|
+
} from "./commands/ResumeContactRecordingCommand";
|
|
457
|
+
import {
|
|
458
|
+
SearchAvailablePhoneNumbersCommandInput,
|
|
459
|
+
SearchAvailablePhoneNumbersCommandOutput,
|
|
460
|
+
} from "./commands/SearchAvailablePhoneNumbersCommand";
|
|
461
|
+
import {
|
|
462
|
+
SearchQueuesCommandInput,
|
|
463
|
+
SearchQueuesCommandOutput,
|
|
464
|
+
} from "./commands/SearchQueuesCommand";
|
|
465
|
+
import {
|
|
466
|
+
SearchRoutingProfilesCommandInput,
|
|
467
|
+
SearchRoutingProfilesCommandOutput,
|
|
468
|
+
} from "./commands/SearchRoutingProfilesCommand";
|
|
469
|
+
import {
|
|
470
|
+
SearchSecurityProfilesCommandInput,
|
|
471
|
+
SearchSecurityProfilesCommandOutput,
|
|
472
|
+
} from "./commands/SearchSecurityProfilesCommand";
|
|
473
|
+
import {
|
|
474
|
+
SearchUsersCommandInput,
|
|
475
|
+
SearchUsersCommandOutput,
|
|
476
|
+
} from "./commands/SearchUsersCommand";
|
|
477
|
+
import {
|
|
478
|
+
SearchVocabulariesCommandInput,
|
|
479
|
+
SearchVocabulariesCommandOutput,
|
|
480
|
+
} from "./commands/SearchVocabulariesCommand";
|
|
481
|
+
import {
|
|
482
|
+
StartChatContactCommandInput,
|
|
483
|
+
StartChatContactCommandOutput,
|
|
484
|
+
} from "./commands/StartChatContactCommand";
|
|
485
|
+
import {
|
|
486
|
+
StartContactRecordingCommandInput,
|
|
487
|
+
StartContactRecordingCommandOutput,
|
|
488
|
+
} from "./commands/StartContactRecordingCommand";
|
|
489
|
+
import {
|
|
490
|
+
StartContactStreamingCommandInput,
|
|
491
|
+
StartContactStreamingCommandOutput,
|
|
492
|
+
} from "./commands/StartContactStreamingCommand";
|
|
493
|
+
import {
|
|
494
|
+
StartOutboundVoiceContactCommandInput,
|
|
495
|
+
StartOutboundVoiceContactCommandOutput,
|
|
496
|
+
} from "./commands/StartOutboundVoiceContactCommand";
|
|
497
|
+
import {
|
|
498
|
+
StartTaskContactCommandInput,
|
|
499
|
+
StartTaskContactCommandOutput,
|
|
500
|
+
} from "./commands/StartTaskContactCommand";
|
|
501
|
+
import {
|
|
502
|
+
StopContactCommandInput,
|
|
503
|
+
StopContactCommandOutput,
|
|
504
|
+
} from "./commands/StopContactCommand";
|
|
505
|
+
import {
|
|
506
|
+
StopContactRecordingCommandInput,
|
|
507
|
+
StopContactRecordingCommandOutput,
|
|
508
|
+
} from "./commands/StopContactRecordingCommand";
|
|
509
|
+
import {
|
|
510
|
+
StopContactStreamingCommandInput,
|
|
511
|
+
StopContactStreamingCommandOutput,
|
|
512
|
+
} from "./commands/StopContactStreamingCommand";
|
|
513
|
+
import {
|
|
514
|
+
SuspendContactRecordingCommandInput,
|
|
515
|
+
SuspendContactRecordingCommandOutput,
|
|
516
|
+
} from "./commands/SuspendContactRecordingCommand";
|
|
517
|
+
import {
|
|
518
|
+
TagResourceCommandInput,
|
|
519
|
+
TagResourceCommandOutput,
|
|
520
|
+
} from "./commands/TagResourceCommand";
|
|
521
|
+
import {
|
|
522
|
+
TransferContactCommandInput,
|
|
523
|
+
TransferContactCommandOutput,
|
|
524
|
+
} from "./commands/TransferContactCommand";
|
|
525
|
+
import {
|
|
526
|
+
UntagResourceCommandInput,
|
|
527
|
+
UntagResourceCommandOutput,
|
|
528
|
+
} from "./commands/UntagResourceCommand";
|
|
529
|
+
import {
|
|
530
|
+
UpdateAgentStatusCommandInput,
|
|
531
|
+
UpdateAgentStatusCommandOutput,
|
|
532
|
+
} from "./commands/UpdateAgentStatusCommand";
|
|
533
|
+
import {
|
|
534
|
+
UpdateContactAttributesCommandInput,
|
|
535
|
+
UpdateContactAttributesCommandOutput,
|
|
536
|
+
} from "./commands/UpdateContactAttributesCommand";
|
|
537
|
+
import {
|
|
538
|
+
UpdateContactCommandInput,
|
|
539
|
+
UpdateContactCommandOutput,
|
|
540
|
+
} from "./commands/UpdateContactCommand";
|
|
541
|
+
import {
|
|
542
|
+
UpdateContactFlowContentCommandInput,
|
|
543
|
+
UpdateContactFlowContentCommandOutput,
|
|
544
|
+
} from "./commands/UpdateContactFlowContentCommand";
|
|
545
|
+
import {
|
|
546
|
+
UpdateContactFlowMetadataCommandInput,
|
|
547
|
+
UpdateContactFlowMetadataCommandOutput,
|
|
548
|
+
} from "./commands/UpdateContactFlowMetadataCommand";
|
|
549
|
+
import {
|
|
550
|
+
UpdateContactFlowModuleContentCommandInput,
|
|
551
|
+
UpdateContactFlowModuleContentCommandOutput,
|
|
552
|
+
} from "./commands/UpdateContactFlowModuleContentCommand";
|
|
553
|
+
import {
|
|
554
|
+
UpdateContactFlowModuleMetadataCommandInput,
|
|
555
|
+
UpdateContactFlowModuleMetadataCommandOutput,
|
|
556
|
+
} from "./commands/UpdateContactFlowModuleMetadataCommand";
|
|
557
|
+
import {
|
|
558
|
+
UpdateContactFlowNameCommandInput,
|
|
559
|
+
UpdateContactFlowNameCommandOutput,
|
|
560
|
+
} from "./commands/UpdateContactFlowNameCommand";
|
|
561
|
+
import {
|
|
562
|
+
UpdateContactScheduleCommandInput,
|
|
563
|
+
UpdateContactScheduleCommandOutput,
|
|
564
|
+
} from "./commands/UpdateContactScheduleCommand";
|
|
565
|
+
import {
|
|
566
|
+
UpdateHoursOfOperationCommandInput,
|
|
567
|
+
UpdateHoursOfOperationCommandOutput,
|
|
568
|
+
} from "./commands/UpdateHoursOfOperationCommand";
|
|
569
|
+
import {
|
|
570
|
+
UpdateInstanceAttributeCommandInput,
|
|
571
|
+
UpdateInstanceAttributeCommandOutput,
|
|
572
|
+
} from "./commands/UpdateInstanceAttributeCommand";
|
|
573
|
+
import {
|
|
574
|
+
UpdateInstanceStorageConfigCommandInput,
|
|
575
|
+
UpdateInstanceStorageConfigCommandOutput,
|
|
576
|
+
} from "./commands/UpdateInstanceStorageConfigCommand";
|
|
577
|
+
import {
|
|
578
|
+
UpdatePhoneNumberCommandInput,
|
|
579
|
+
UpdatePhoneNumberCommandOutput,
|
|
580
|
+
} from "./commands/UpdatePhoneNumberCommand";
|
|
581
|
+
import {
|
|
582
|
+
UpdateQueueHoursOfOperationCommandInput,
|
|
583
|
+
UpdateQueueHoursOfOperationCommandOutput,
|
|
584
|
+
} from "./commands/UpdateQueueHoursOfOperationCommand";
|
|
585
|
+
import {
|
|
586
|
+
UpdateQueueMaxContactsCommandInput,
|
|
587
|
+
UpdateQueueMaxContactsCommandOutput,
|
|
588
|
+
} from "./commands/UpdateQueueMaxContactsCommand";
|
|
589
|
+
import {
|
|
590
|
+
UpdateQueueNameCommandInput,
|
|
591
|
+
UpdateQueueNameCommandOutput,
|
|
592
|
+
} from "./commands/UpdateQueueNameCommand";
|
|
593
|
+
import {
|
|
594
|
+
UpdateQueueOutboundCallerConfigCommandInput,
|
|
595
|
+
UpdateQueueOutboundCallerConfigCommandOutput,
|
|
596
|
+
} from "./commands/UpdateQueueOutboundCallerConfigCommand";
|
|
597
|
+
import {
|
|
598
|
+
UpdateQueueStatusCommandInput,
|
|
599
|
+
UpdateQueueStatusCommandOutput,
|
|
600
|
+
} from "./commands/UpdateQueueStatusCommand";
|
|
601
|
+
import {
|
|
602
|
+
UpdateQuickConnectConfigCommandInput,
|
|
603
|
+
UpdateQuickConnectConfigCommandOutput,
|
|
604
|
+
} from "./commands/UpdateQuickConnectConfigCommand";
|
|
605
|
+
import {
|
|
606
|
+
UpdateQuickConnectNameCommandInput,
|
|
607
|
+
UpdateQuickConnectNameCommandOutput,
|
|
608
|
+
} from "./commands/UpdateQuickConnectNameCommand";
|
|
609
|
+
import {
|
|
610
|
+
UpdateRoutingProfileConcurrencyCommandInput,
|
|
611
|
+
UpdateRoutingProfileConcurrencyCommandOutput,
|
|
612
|
+
} from "./commands/UpdateRoutingProfileConcurrencyCommand";
|
|
613
|
+
import {
|
|
614
|
+
UpdateRoutingProfileDefaultOutboundQueueCommandInput,
|
|
615
|
+
UpdateRoutingProfileDefaultOutboundQueueCommandOutput,
|
|
616
|
+
} from "./commands/UpdateRoutingProfileDefaultOutboundQueueCommand";
|
|
617
|
+
import {
|
|
618
|
+
UpdateRoutingProfileNameCommandInput,
|
|
619
|
+
UpdateRoutingProfileNameCommandOutput,
|
|
620
|
+
} from "./commands/UpdateRoutingProfileNameCommand";
|
|
621
|
+
import {
|
|
622
|
+
UpdateRoutingProfileQueuesCommandInput,
|
|
623
|
+
UpdateRoutingProfileQueuesCommandOutput,
|
|
624
|
+
} from "./commands/UpdateRoutingProfileQueuesCommand";
|
|
625
|
+
import {
|
|
626
|
+
UpdateSecurityProfileCommandInput,
|
|
627
|
+
UpdateSecurityProfileCommandOutput,
|
|
628
|
+
} from "./commands/UpdateSecurityProfileCommand";
|
|
629
|
+
import {
|
|
630
|
+
UpdateTaskTemplateCommandInput,
|
|
631
|
+
UpdateTaskTemplateCommandOutput,
|
|
632
|
+
} from "./commands/UpdateTaskTemplateCommand";
|
|
633
|
+
import {
|
|
634
|
+
UpdateUserHierarchyCommandInput,
|
|
635
|
+
UpdateUserHierarchyCommandOutput,
|
|
636
|
+
} from "./commands/UpdateUserHierarchyCommand";
|
|
637
|
+
import {
|
|
638
|
+
UpdateUserHierarchyGroupNameCommandInput,
|
|
639
|
+
UpdateUserHierarchyGroupNameCommandOutput,
|
|
640
|
+
} from "./commands/UpdateUserHierarchyGroupNameCommand";
|
|
641
|
+
import {
|
|
642
|
+
UpdateUserHierarchyStructureCommandInput,
|
|
643
|
+
UpdateUserHierarchyStructureCommandOutput,
|
|
644
|
+
} from "./commands/UpdateUserHierarchyStructureCommand";
|
|
645
|
+
import {
|
|
646
|
+
UpdateUserIdentityInfoCommandInput,
|
|
647
|
+
UpdateUserIdentityInfoCommandOutput,
|
|
648
|
+
} from "./commands/UpdateUserIdentityInfoCommand";
|
|
649
|
+
import {
|
|
650
|
+
UpdateUserPhoneConfigCommandInput,
|
|
651
|
+
UpdateUserPhoneConfigCommandOutput,
|
|
652
|
+
} from "./commands/UpdateUserPhoneConfigCommand";
|
|
653
|
+
import {
|
|
654
|
+
UpdateUserRoutingProfileCommandInput,
|
|
655
|
+
UpdateUserRoutingProfileCommandOutput,
|
|
656
|
+
} from "./commands/UpdateUserRoutingProfileCommand";
|
|
657
|
+
import {
|
|
658
|
+
UpdateUserSecurityProfilesCommandInput,
|
|
659
|
+
UpdateUserSecurityProfilesCommandOutput,
|
|
660
|
+
} from "./commands/UpdateUserSecurityProfilesCommand";
|
|
661
|
+
export declare type ServiceInputTypes =
|
|
662
|
+
| AssociateApprovedOriginCommandInput
|
|
663
|
+
| AssociateBotCommandInput
|
|
664
|
+
| AssociateDefaultVocabularyCommandInput
|
|
665
|
+
| AssociateInstanceStorageConfigCommandInput
|
|
666
|
+
| AssociateLambdaFunctionCommandInput
|
|
667
|
+
| AssociateLexBotCommandInput
|
|
668
|
+
| AssociatePhoneNumberContactFlowCommandInput
|
|
669
|
+
| AssociateQueueQuickConnectsCommandInput
|
|
670
|
+
| AssociateRoutingProfileQueuesCommandInput
|
|
671
|
+
| AssociateSecurityKeyCommandInput
|
|
672
|
+
| ClaimPhoneNumberCommandInput
|
|
673
|
+
| CreateAgentStatusCommandInput
|
|
674
|
+
| CreateContactFlowCommandInput
|
|
675
|
+
| CreateContactFlowModuleCommandInput
|
|
676
|
+
| CreateHoursOfOperationCommandInput
|
|
677
|
+
| CreateInstanceCommandInput
|
|
678
|
+
| CreateIntegrationAssociationCommandInput
|
|
679
|
+
| CreateQueueCommandInput
|
|
680
|
+
| CreateQuickConnectCommandInput
|
|
681
|
+
| CreateRoutingProfileCommandInput
|
|
682
|
+
| CreateSecurityProfileCommandInput
|
|
683
|
+
| CreateTaskTemplateCommandInput
|
|
684
|
+
| CreateUseCaseCommandInput
|
|
685
|
+
| CreateUserCommandInput
|
|
686
|
+
| CreateUserHierarchyGroupCommandInput
|
|
687
|
+
| CreateVocabularyCommandInput
|
|
688
|
+
| DeleteContactFlowCommandInput
|
|
689
|
+
| DeleteContactFlowModuleCommandInput
|
|
690
|
+
| DeleteHoursOfOperationCommandInput
|
|
691
|
+
| DeleteInstanceCommandInput
|
|
692
|
+
| DeleteIntegrationAssociationCommandInput
|
|
693
|
+
| DeleteQuickConnectCommandInput
|
|
694
|
+
| DeleteSecurityProfileCommandInput
|
|
695
|
+
| DeleteTaskTemplateCommandInput
|
|
696
|
+
| DeleteUseCaseCommandInput
|
|
697
|
+
| DeleteUserCommandInput
|
|
698
|
+
| DeleteUserHierarchyGroupCommandInput
|
|
699
|
+
| DeleteVocabularyCommandInput
|
|
700
|
+
| DescribeAgentStatusCommandInput
|
|
701
|
+
| DescribeContactCommandInput
|
|
702
|
+
| DescribeContactFlowCommandInput
|
|
703
|
+
| DescribeContactFlowModuleCommandInput
|
|
704
|
+
| DescribeHoursOfOperationCommandInput
|
|
705
|
+
| DescribeInstanceAttributeCommandInput
|
|
706
|
+
| DescribeInstanceCommandInput
|
|
707
|
+
| DescribeInstanceStorageConfigCommandInput
|
|
708
|
+
| DescribePhoneNumberCommandInput
|
|
709
|
+
| DescribeQueueCommandInput
|
|
710
|
+
| DescribeQuickConnectCommandInput
|
|
711
|
+
| DescribeRoutingProfileCommandInput
|
|
712
|
+
| DescribeSecurityProfileCommandInput
|
|
713
|
+
| DescribeUserCommandInput
|
|
714
|
+
| DescribeUserHierarchyGroupCommandInput
|
|
715
|
+
| DescribeUserHierarchyStructureCommandInput
|
|
716
|
+
| DescribeVocabularyCommandInput
|
|
717
|
+
| DisassociateApprovedOriginCommandInput
|
|
718
|
+
| DisassociateBotCommandInput
|
|
719
|
+
| DisassociateInstanceStorageConfigCommandInput
|
|
720
|
+
| DisassociateLambdaFunctionCommandInput
|
|
721
|
+
| DisassociateLexBotCommandInput
|
|
722
|
+
| DisassociatePhoneNumberContactFlowCommandInput
|
|
723
|
+
| DisassociateQueueQuickConnectsCommandInput
|
|
724
|
+
| DisassociateRoutingProfileQueuesCommandInput
|
|
725
|
+
| DisassociateSecurityKeyCommandInput
|
|
726
|
+
| GetContactAttributesCommandInput
|
|
727
|
+
| GetCurrentMetricDataCommandInput
|
|
728
|
+
| GetCurrentUserDataCommandInput
|
|
729
|
+
| GetFederationTokenCommandInput
|
|
730
|
+
| GetMetricDataCommandInput
|
|
731
|
+
| GetTaskTemplateCommandInput
|
|
732
|
+
| ListAgentStatusesCommandInput
|
|
733
|
+
| ListApprovedOriginsCommandInput
|
|
734
|
+
| ListBotsCommandInput
|
|
735
|
+
| ListContactFlowModulesCommandInput
|
|
736
|
+
| ListContactFlowsCommandInput
|
|
737
|
+
| ListContactReferencesCommandInput
|
|
738
|
+
| ListDefaultVocabulariesCommandInput
|
|
739
|
+
| ListHoursOfOperationsCommandInput
|
|
740
|
+
| ListInstanceAttributesCommandInput
|
|
741
|
+
| ListInstanceStorageConfigsCommandInput
|
|
742
|
+
| ListInstancesCommandInput
|
|
743
|
+
| ListIntegrationAssociationsCommandInput
|
|
744
|
+
| ListLambdaFunctionsCommandInput
|
|
745
|
+
| ListLexBotsCommandInput
|
|
746
|
+
| ListPhoneNumbersCommandInput
|
|
747
|
+
| ListPhoneNumbersV2CommandInput
|
|
748
|
+
| ListPromptsCommandInput
|
|
749
|
+
| ListQueueQuickConnectsCommandInput
|
|
750
|
+
| ListQueuesCommandInput
|
|
751
|
+
| ListQuickConnectsCommandInput
|
|
752
|
+
| ListRoutingProfileQueuesCommandInput
|
|
753
|
+
| ListRoutingProfilesCommandInput
|
|
754
|
+
| ListSecurityKeysCommandInput
|
|
755
|
+
| ListSecurityProfilePermissionsCommandInput
|
|
756
|
+
| ListSecurityProfilesCommandInput
|
|
757
|
+
| ListTagsForResourceCommandInput
|
|
758
|
+
| ListTaskTemplatesCommandInput
|
|
759
|
+
| ListUseCasesCommandInput
|
|
760
|
+
| ListUserHierarchyGroupsCommandInput
|
|
761
|
+
| ListUsersCommandInput
|
|
762
|
+
| PutUserStatusCommandInput
|
|
763
|
+
| ReleasePhoneNumberCommandInput
|
|
764
|
+
| ResumeContactRecordingCommandInput
|
|
765
|
+
| SearchAvailablePhoneNumbersCommandInput
|
|
766
|
+
| SearchQueuesCommandInput
|
|
767
|
+
| SearchRoutingProfilesCommandInput
|
|
768
|
+
| SearchSecurityProfilesCommandInput
|
|
769
|
+
| SearchUsersCommandInput
|
|
770
|
+
| SearchVocabulariesCommandInput
|
|
771
|
+
| StartChatContactCommandInput
|
|
772
|
+
| StartContactRecordingCommandInput
|
|
773
|
+
| StartContactStreamingCommandInput
|
|
774
|
+
| StartOutboundVoiceContactCommandInput
|
|
775
|
+
| StartTaskContactCommandInput
|
|
776
|
+
| StopContactCommandInput
|
|
777
|
+
| StopContactRecordingCommandInput
|
|
778
|
+
| StopContactStreamingCommandInput
|
|
779
|
+
| SuspendContactRecordingCommandInput
|
|
780
|
+
| TagResourceCommandInput
|
|
781
|
+
| TransferContactCommandInput
|
|
782
|
+
| UntagResourceCommandInput
|
|
783
|
+
| UpdateAgentStatusCommandInput
|
|
784
|
+
| UpdateContactAttributesCommandInput
|
|
785
|
+
| UpdateContactCommandInput
|
|
786
|
+
| UpdateContactFlowContentCommandInput
|
|
787
|
+
| UpdateContactFlowMetadataCommandInput
|
|
788
|
+
| UpdateContactFlowModuleContentCommandInput
|
|
789
|
+
| UpdateContactFlowModuleMetadataCommandInput
|
|
790
|
+
| UpdateContactFlowNameCommandInput
|
|
791
|
+
| UpdateContactScheduleCommandInput
|
|
792
|
+
| UpdateHoursOfOperationCommandInput
|
|
793
|
+
| UpdateInstanceAttributeCommandInput
|
|
794
|
+
| UpdateInstanceStorageConfigCommandInput
|
|
795
|
+
| UpdatePhoneNumberCommandInput
|
|
796
|
+
| UpdateQueueHoursOfOperationCommandInput
|
|
797
|
+
| UpdateQueueMaxContactsCommandInput
|
|
798
|
+
| UpdateQueueNameCommandInput
|
|
799
|
+
| UpdateQueueOutboundCallerConfigCommandInput
|
|
800
|
+
| UpdateQueueStatusCommandInput
|
|
801
|
+
| UpdateQuickConnectConfigCommandInput
|
|
802
|
+
| UpdateQuickConnectNameCommandInput
|
|
803
|
+
| UpdateRoutingProfileConcurrencyCommandInput
|
|
804
|
+
| UpdateRoutingProfileDefaultOutboundQueueCommandInput
|
|
805
|
+
| UpdateRoutingProfileNameCommandInput
|
|
806
|
+
| UpdateRoutingProfileQueuesCommandInput
|
|
807
|
+
| UpdateSecurityProfileCommandInput
|
|
808
|
+
| UpdateTaskTemplateCommandInput
|
|
809
|
+
| UpdateUserHierarchyCommandInput
|
|
810
|
+
| UpdateUserHierarchyGroupNameCommandInput
|
|
811
|
+
| UpdateUserHierarchyStructureCommandInput
|
|
812
|
+
| UpdateUserIdentityInfoCommandInput
|
|
813
|
+
| UpdateUserPhoneConfigCommandInput
|
|
814
|
+
| UpdateUserRoutingProfileCommandInput
|
|
815
|
+
| UpdateUserSecurityProfilesCommandInput;
|
|
816
|
+
export declare type ServiceOutputTypes =
|
|
817
|
+
| AssociateApprovedOriginCommandOutput
|
|
818
|
+
| AssociateBotCommandOutput
|
|
819
|
+
| AssociateDefaultVocabularyCommandOutput
|
|
820
|
+
| AssociateInstanceStorageConfigCommandOutput
|
|
821
|
+
| AssociateLambdaFunctionCommandOutput
|
|
822
|
+
| AssociateLexBotCommandOutput
|
|
823
|
+
| AssociatePhoneNumberContactFlowCommandOutput
|
|
824
|
+
| AssociateQueueQuickConnectsCommandOutput
|
|
825
|
+
| AssociateRoutingProfileQueuesCommandOutput
|
|
826
|
+
| AssociateSecurityKeyCommandOutput
|
|
827
|
+
| ClaimPhoneNumberCommandOutput
|
|
828
|
+
| CreateAgentStatusCommandOutput
|
|
829
|
+
| CreateContactFlowCommandOutput
|
|
830
|
+
| CreateContactFlowModuleCommandOutput
|
|
831
|
+
| CreateHoursOfOperationCommandOutput
|
|
832
|
+
| CreateInstanceCommandOutput
|
|
833
|
+
| CreateIntegrationAssociationCommandOutput
|
|
834
|
+
| CreateQueueCommandOutput
|
|
835
|
+
| CreateQuickConnectCommandOutput
|
|
836
|
+
| CreateRoutingProfileCommandOutput
|
|
837
|
+
| CreateSecurityProfileCommandOutput
|
|
838
|
+
| CreateTaskTemplateCommandOutput
|
|
839
|
+
| CreateUseCaseCommandOutput
|
|
840
|
+
| CreateUserCommandOutput
|
|
841
|
+
| CreateUserHierarchyGroupCommandOutput
|
|
842
|
+
| CreateVocabularyCommandOutput
|
|
843
|
+
| DeleteContactFlowCommandOutput
|
|
844
|
+
| DeleteContactFlowModuleCommandOutput
|
|
845
|
+
| DeleteHoursOfOperationCommandOutput
|
|
846
|
+
| DeleteInstanceCommandOutput
|
|
847
|
+
| DeleteIntegrationAssociationCommandOutput
|
|
848
|
+
| DeleteQuickConnectCommandOutput
|
|
849
|
+
| DeleteSecurityProfileCommandOutput
|
|
850
|
+
| DeleteTaskTemplateCommandOutput
|
|
851
|
+
| DeleteUseCaseCommandOutput
|
|
852
|
+
| DeleteUserCommandOutput
|
|
853
|
+
| DeleteUserHierarchyGroupCommandOutput
|
|
854
|
+
| DeleteVocabularyCommandOutput
|
|
855
|
+
| DescribeAgentStatusCommandOutput
|
|
856
|
+
| DescribeContactCommandOutput
|
|
857
|
+
| DescribeContactFlowCommandOutput
|
|
858
|
+
| DescribeContactFlowModuleCommandOutput
|
|
859
|
+
| DescribeHoursOfOperationCommandOutput
|
|
860
|
+
| DescribeInstanceAttributeCommandOutput
|
|
861
|
+
| DescribeInstanceCommandOutput
|
|
862
|
+
| DescribeInstanceStorageConfigCommandOutput
|
|
863
|
+
| DescribePhoneNumberCommandOutput
|
|
864
|
+
| DescribeQueueCommandOutput
|
|
865
|
+
| DescribeQuickConnectCommandOutput
|
|
866
|
+
| DescribeRoutingProfileCommandOutput
|
|
867
|
+
| DescribeSecurityProfileCommandOutput
|
|
868
|
+
| DescribeUserCommandOutput
|
|
869
|
+
| DescribeUserHierarchyGroupCommandOutput
|
|
870
|
+
| DescribeUserHierarchyStructureCommandOutput
|
|
871
|
+
| DescribeVocabularyCommandOutput
|
|
872
|
+
| DisassociateApprovedOriginCommandOutput
|
|
873
|
+
| DisassociateBotCommandOutput
|
|
874
|
+
| DisassociateInstanceStorageConfigCommandOutput
|
|
875
|
+
| DisassociateLambdaFunctionCommandOutput
|
|
876
|
+
| DisassociateLexBotCommandOutput
|
|
877
|
+
| DisassociatePhoneNumberContactFlowCommandOutput
|
|
878
|
+
| DisassociateQueueQuickConnectsCommandOutput
|
|
879
|
+
| DisassociateRoutingProfileQueuesCommandOutput
|
|
880
|
+
| DisassociateSecurityKeyCommandOutput
|
|
881
|
+
| GetContactAttributesCommandOutput
|
|
882
|
+
| GetCurrentMetricDataCommandOutput
|
|
883
|
+
| GetCurrentUserDataCommandOutput
|
|
884
|
+
| GetFederationTokenCommandOutput
|
|
885
|
+
| GetMetricDataCommandOutput
|
|
886
|
+
| GetTaskTemplateCommandOutput
|
|
887
|
+
| ListAgentStatusesCommandOutput
|
|
888
|
+
| ListApprovedOriginsCommandOutput
|
|
889
|
+
| ListBotsCommandOutput
|
|
890
|
+
| ListContactFlowModulesCommandOutput
|
|
891
|
+
| ListContactFlowsCommandOutput
|
|
892
|
+
| ListContactReferencesCommandOutput
|
|
893
|
+
| ListDefaultVocabulariesCommandOutput
|
|
894
|
+
| ListHoursOfOperationsCommandOutput
|
|
895
|
+
| ListInstanceAttributesCommandOutput
|
|
896
|
+
| ListInstanceStorageConfigsCommandOutput
|
|
897
|
+
| ListInstancesCommandOutput
|
|
898
|
+
| ListIntegrationAssociationsCommandOutput
|
|
899
|
+
| ListLambdaFunctionsCommandOutput
|
|
900
|
+
| ListLexBotsCommandOutput
|
|
901
|
+
| ListPhoneNumbersCommandOutput
|
|
902
|
+
| ListPhoneNumbersV2CommandOutput
|
|
903
|
+
| ListPromptsCommandOutput
|
|
904
|
+
| ListQueueQuickConnectsCommandOutput
|
|
905
|
+
| ListQueuesCommandOutput
|
|
906
|
+
| ListQuickConnectsCommandOutput
|
|
907
|
+
| ListRoutingProfileQueuesCommandOutput
|
|
908
|
+
| ListRoutingProfilesCommandOutput
|
|
909
|
+
| ListSecurityKeysCommandOutput
|
|
910
|
+
| ListSecurityProfilePermissionsCommandOutput
|
|
911
|
+
| ListSecurityProfilesCommandOutput
|
|
912
|
+
| ListTagsForResourceCommandOutput
|
|
913
|
+
| ListTaskTemplatesCommandOutput
|
|
914
|
+
| ListUseCasesCommandOutput
|
|
915
|
+
| ListUserHierarchyGroupsCommandOutput
|
|
916
|
+
| ListUsersCommandOutput
|
|
917
|
+
| PutUserStatusCommandOutput
|
|
918
|
+
| ReleasePhoneNumberCommandOutput
|
|
919
|
+
| ResumeContactRecordingCommandOutput
|
|
920
|
+
| SearchAvailablePhoneNumbersCommandOutput
|
|
921
|
+
| SearchQueuesCommandOutput
|
|
922
|
+
| SearchRoutingProfilesCommandOutput
|
|
923
|
+
| SearchSecurityProfilesCommandOutput
|
|
924
|
+
| SearchUsersCommandOutput
|
|
925
|
+
| SearchVocabulariesCommandOutput
|
|
926
|
+
| StartChatContactCommandOutput
|
|
927
|
+
| StartContactRecordingCommandOutput
|
|
928
|
+
| StartContactStreamingCommandOutput
|
|
929
|
+
| StartOutboundVoiceContactCommandOutput
|
|
930
|
+
| StartTaskContactCommandOutput
|
|
931
|
+
| StopContactCommandOutput
|
|
932
|
+
| StopContactRecordingCommandOutput
|
|
933
|
+
| StopContactStreamingCommandOutput
|
|
934
|
+
| SuspendContactRecordingCommandOutput
|
|
935
|
+
| TagResourceCommandOutput
|
|
936
|
+
| TransferContactCommandOutput
|
|
937
|
+
| UntagResourceCommandOutput
|
|
938
|
+
| UpdateAgentStatusCommandOutput
|
|
939
|
+
| UpdateContactAttributesCommandOutput
|
|
940
|
+
| UpdateContactCommandOutput
|
|
941
|
+
| UpdateContactFlowContentCommandOutput
|
|
942
|
+
| UpdateContactFlowMetadataCommandOutput
|
|
943
|
+
| UpdateContactFlowModuleContentCommandOutput
|
|
944
|
+
| UpdateContactFlowModuleMetadataCommandOutput
|
|
945
|
+
| UpdateContactFlowNameCommandOutput
|
|
946
|
+
| UpdateContactScheduleCommandOutput
|
|
947
|
+
| UpdateHoursOfOperationCommandOutput
|
|
948
|
+
| UpdateInstanceAttributeCommandOutput
|
|
949
|
+
| UpdateInstanceStorageConfigCommandOutput
|
|
950
|
+
| UpdatePhoneNumberCommandOutput
|
|
951
|
+
| UpdateQueueHoursOfOperationCommandOutput
|
|
952
|
+
| UpdateQueueMaxContactsCommandOutput
|
|
953
|
+
| UpdateQueueNameCommandOutput
|
|
954
|
+
| UpdateQueueOutboundCallerConfigCommandOutput
|
|
955
|
+
| UpdateQueueStatusCommandOutput
|
|
956
|
+
| UpdateQuickConnectConfigCommandOutput
|
|
957
|
+
| UpdateQuickConnectNameCommandOutput
|
|
958
|
+
| UpdateRoutingProfileConcurrencyCommandOutput
|
|
959
|
+
| UpdateRoutingProfileDefaultOutboundQueueCommandOutput
|
|
960
|
+
| UpdateRoutingProfileNameCommandOutput
|
|
961
|
+
| UpdateRoutingProfileQueuesCommandOutput
|
|
962
|
+
| UpdateSecurityProfileCommandOutput
|
|
963
|
+
| UpdateTaskTemplateCommandOutput
|
|
964
|
+
| UpdateUserHierarchyCommandOutput
|
|
965
|
+
| UpdateUserHierarchyGroupNameCommandOutput
|
|
966
|
+
| UpdateUserHierarchyStructureCommandOutput
|
|
967
|
+
| UpdateUserIdentityInfoCommandOutput
|
|
968
|
+
| UpdateUserPhoneConfigCommandOutput
|
|
969
|
+
| UpdateUserRoutingProfileCommandOutput
|
|
970
|
+
| UpdateUserSecurityProfilesCommandOutput;
|
|
971
|
+
export interface ClientDefaults
|
|
972
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
973
|
+
requestHandler?: __HttpHandler;
|
|
974
|
+
|
|
975
|
+
sha256?: __HashConstructor;
|
|
976
|
+
|
|
977
|
+
urlParser?: __UrlParser;
|
|
978
|
+
|
|
979
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
980
|
+
|
|
981
|
+
streamCollector?: __StreamCollector;
|
|
982
|
+
|
|
983
|
+
base64Decoder?: __Decoder;
|
|
984
|
+
|
|
985
|
+
base64Encoder?: __Encoder;
|
|
986
|
+
|
|
987
|
+
utf8Decoder?: __Decoder;
|
|
988
|
+
|
|
989
|
+
utf8Encoder?: __Encoder;
|
|
990
|
+
|
|
991
|
+
runtime?: string;
|
|
992
|
+
|
|
993
|
+
disableHostPrefix?: boolean;
|
|
994
|
+
|
|
995
|
+
maxAttempts?: number | __Provider<number>;
|
|
996
|
+
|
|
997
|
+
retryMode?: string | __Provider<string>;
|
|
998
|
+
|
|
999
|
+
logger?: __Logger;
|
|
1000
|
+
|
|
1001
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
1002
|
+
|
|
1003
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
1004
|
+
|
|
1005
|
+
serviceId?: string;
|
|
1006
|
+
|
|
1007
|
+
region?: string | __Provider<string>;
|
|
1008
|
+
|
|
1009
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
1010
|
+
|
|
1011
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
1012
|
+
|
|
1013
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
1014
|
+
|
|
1015
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
1016
|
+
}
|
|
1017
|
+
declare type ConnectClientConfigType = Partial<
|
|
1018
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
1019
|
+
> &
|
|
1020
|
+
ClientDefaults &
|
|
1021
|
+
RegionInputConfig &
|
|
1022
|
+
EndpointsInputConfig &
|
|
1023
|
+
RetryInputConfig &
|
|
1024
|
+
HostHeaderInputConfig &
|
|
1025
|
+
AwsAuthInputConfig &
|
|
1026
|
+
UserAgentInputConfig;
|
|
1027
|
+
|
|
1028
|
+
export interface ConnectClientConfig extends ConnectClientConfigType {}
|
|
1029
|
+
declare type ConnectClientResolvedConfigType =
|
|
1030
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
1031
|
+
Required<ClientDefaults> &
|
|
1032
|
+
RegionResolvedConfig &
|
|
1033
|
+
EndpointsResolvedConfig &
|
|
1034
|
+
RetryResolvedConfig &
|
|
1035
|
+
HostHeaderResolvedConfig &
|
|
1036
|
+
AwsAuthResolvedConfig &
|
|
1037
|
+
UserAgentResolvedConfig;
|
|
1038
|
+
|
|
1039
|
+
export interface ConnectClientResolvedConfig
|
|
1040
|
+
extends ConnectClientResolvedConfigType {}
|
|
1041
|
+
|
|
1042
|
+
export declare class ConnectClient extends __Client<
|
|
1043
|
+
__HttpHandlerOptions,
|
|
1044
|
+
ServiceInputTypes,
|
|
1045
|
+
ServiceOutputTypes,
|
|
1046
|
+
ConnectClientResolvedConfig
|
|
1047
|
+
> {
|
|
1048
|
+
readonly config: ConnectClientResolvedConfig;
|
|
1049
|
+
constructor(configuration: ConnectClientConfig);
|
|
1050
|
+
|
|
1051
|
+
destroy(): void;
|
|
1052
|
+
}
|
|
1053
|
+
export {};
|