@aws-sdk/client-connect 3.168.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.
Files changed (210) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Connect.d.ts +2794 -775
  3. package/dist-types/ts3.4/ConnectClient.d.ts +1053 -227
  4. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +33 -17
  31. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +33 -17
  36. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
  56. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -17
  62. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +33 -17
  64. package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +38 -17
  71. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +38 -17
  72. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +37 -17
  73. package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +37 -17
  74. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +38 -17
  76. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
  77. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +37 -17
  79. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +41 -17
  80. package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +41 -17
  82. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +41 -17
  83. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +37 -17
  85. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +41 -17
  86. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +38 -17
  87. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +34 -17
  88. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -17
  89. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +34 -17
  91. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +41 -17
  92. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +34 -17
  93. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +38 -17
  94. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +38 -17
  96. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +37 -17
  97. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +41 -17
  98. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  100. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +38 -17
  101. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +34 -17
  102. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +41 -17
  103. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  104. package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +37 -17
  105. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +33 -17
  106. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +41 -17
  107. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +34 -17
  109. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +41 -17
  111. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +34 -17
  112. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +38 -17
  113. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +37 -17
  114. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +41 -17
  115. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +41 -17
  116. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +41 -17
  117. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +37 -17
  118. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +34 -17
  119. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +41 -17
  120. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +41 -17
  121. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +41 -17
  122. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  123. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +37 -17
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  125. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +33 -17
  126. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +41 -17
  127. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -17
  128. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +37 -17
  129. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +37 -17
  130. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +41 -17
  131. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +41 -17
  132. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +36 -17
  133. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +41 -17
  134. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +36 -17
  135. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +37 -17
  136. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +37 -17
  137. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +38 -17
  138. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +37 -17
  139. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +36 -17
  140. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +32 -17
  141. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -17
  142. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +33 -17
  143. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +37 -17
  144. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +36 -17
  145. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +37 -17
  146. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +37 -17
  147. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +37 -17
  148. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +37 -17
  149. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +36 -17
  150. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +38 -17
  151. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +33 -17
  152. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +37 -17
  153. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +37 -17
  154. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +36 -17
  155. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +36 -17
  156. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +37 -17
  157. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +37 -17
  158. package/dist-types/ts3.4/commands/index.d.ts +154 -154
  159. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  160. package/dist-types/ts3.4/index.d.ts +6 -6
  161. package/dist-types/ts3.4/models/ConnectServiceException.d.ts +8 -6
  162. package/dist-types/ts3.4/models/index.d.ts +2 -2
  163. package/dist-types/ts3.4/models/models_0.d.ts +3558 -3313
  164. package/dist-types/ts3.4/models/models_1.d.ts +1647 -1485
  165. package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +11 -4
  166. package/dist-types/ts3.4/pagination/GetCurrentUserDataPaginator.d.ts +11 -4
  167. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
  168. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  169. package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +11 -4
  170. package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +11 -4
  171. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
  172. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +11 -4
  173. package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +11 -4
  174. package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +11 -4
  175. package/dist-types/ts3.4/pagination/ListDefaultVocabulariesPaginator.d.ts +11 -4
  176. package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +11 -4
  177. package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +11 -4
  178. package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +11 -4
  179. package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +11 -4
  180. package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +11 -4
  181. package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +11 -4
  182. package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +11 -4
  183. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +11 -4
  184. package/dist-types/ts3.4/pagination/ListPhoneNumbersV2Paginator.d.ts +11 -4
  185. package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +11 -4
  186. package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +11 -4
  187. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +11 -4
  188. package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +11 -4
  189. package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +11 -4
  190. package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +11 -4
  191. package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +11 -4
  192. package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +11 -4
  193. package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +11 -4
  194. package/dist-types/ts3.4/pagination/ListTaskTemplatesPaginator.d.ts +11 -4
  195. package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +11 -4
  196. package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +11 -4
  197. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  198. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +11 -4
  199. package/dist-types/ts3.4/pagination/SearchQueuesPaginator.d.ts +11 -4
  200. package/dist-types/ts3.4/pagination/SearchRoutingProfilesPaginator.d.ts +11 -4
  201. package/dist-types/ts3.4/pagination/SearchSecurityProfilesPaginator.d.ts +11 -4
  202. package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +11 -4
  203. package/dist-types/ts3.4/pagination/SearchVocabulariesPaginator.d.ts +11 -4
  204. package/dist-types/ts3.4/pagination/index.d.ts +39 -39
  205. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1853 -464
  206. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  207. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  208. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  209. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  210. package/package.json +34 -34
@@ -1,1485 +1,1647 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
3
- import { AgentStatusState, Channel, ContactFlowModuleState, ContactFlowState, HierarchyGroupSummary, HoursOfOperationConfig, InstanceAttributeType, InstanceStorageConfig, InstanceStorageResourceType, MediaConcurrency, OutboundCallerConfig, PhoneNumberCountryCode, PhoneNumberType, Queue, QueueStatus, QuickConnectConfig, QuickConnectSummary, QuickConnectType, ReferenceType, RoutingProfile, RoutingProfileQueueConfig, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UseCaseType, UserIdentityInfo, UserPhoneConfig, VocabularyLanguageCode, VocabularyState } from "./models_0";
4
- export declare enum QueueType {
5
- AGENT = "AGENT",
6
- STANDARD = "STANDARD"
7
- }
8
- export interface ListQueuesRequest {
9
-
10
- InstanceId: string | undefined;
11
-
12
- QueueTypes?: (QueueType | string)[];
13
-
14
- NextToken?: string;
15
-
16
- MaxResults?: number;
17
- }
18
-
19
- export interface QueueSummary {
20
-
21
- Id?: string;
22
-
23
- Arn?: string;
24
-
25
- Name?: string;
26
-
27
- QueueType?: QueueType | string;
28
- }
29
- export interface ListQueuesResponse {
30
-
31
- QueueSummaryList?: QueueSummary[];
32
-
33
- NextToken?: string;
34
- }
35
- export interface ListQuickConnectsRequest {
36
-
37
- InstanceId: string | undefined;
38
-
39
- NextToken?: string;
40
-
41
- MaxResults?: number;
42
-
43
- QuickConnectTypes?: (QuickConnectType | string)[];
44
- }
45
- export interface ListQuickConnectsResponse {
46
-
47
- QuickConnectSummaryList?: QuickConnectSummary[];
48
-
49
- NextToken?: string;
50
- }
51
- export interface ListRoutingProfileQueuesRequest {
52
-
53
- InstanceId: string | undefined;
54
-
55
- RoutingProfileId: string | undefined;
56
-
57
- NextToken?: string;
58
-
59
- MaxResults?: number;
60
- }
61
-
62
- export interface RoutingProfileQueueConfigSummary {
63
-
64
- QueueId: string | undefined;
65
-
66
- QueueArn: string | undefined;
67
-
68
- QueueName: string | undefined;
69
-
70
- Priority: number | undefined;
71
-
72
- Delay: number | undefined;
73
-
74
- Channel: Channel | string | undefined;
75
- }
76
- export interface ListRoutingProfileQueuesResponse {
77
-
78
- NextToken?: string;
79
-
80
- RoutingProfileQueueConfigSummaryList?: RoutingProfileQueueConfigSummary[];
81
- }
82
- export interface ListRoutingProfilesRequest {
83
-
84
- InstanceId: string | undefined;
85
-
86
- NextToken?: string;
87
-
88
- MaxResults?: number;
89
- }
90
-
91
- export interface RoutingProfileSummary {
92
-
93
- Id?: string;
94
-
95
- Arn?: string;
96
-
97
- Name?: string;
98
- }
99
- export interface ListRoutingProfilesResponse {
100
-
101
- RoutingProfileSummaryList?: RoutingProfileSummary[];
102
-
103
- NextToken?: string;
104
- }
105
- export interface ListSecurityKeysRequest {
106
-
107
- InstanceId: string | undefined;
108
-
109
- NextToken?: string;
110
-
111
- MaxResults?: number;
112
- }
113
-
114
- export interface SecurityKey {
115
-
116
- AssociationId?: string;
117
-
118
- Key?: string;
119
-
120
- CreationTime?: Date;
121
- }
122
- export interface ListSecurityKeysResponse {
123
-
124
- SecurityKeys?: SecurityKey[];
125
-
126
- NextToken?: string;
127
- }
128
- export interface ListSecurityProfilePermissionsRequest {
129
-
130
- SecurityProfileId: string | undefined;
131
-
132
- InstanceId: string | undefined;
133
-
134
- NextToken?: string;
135
-
136
- MaxResults?: number;
137
- }
138
- export interface ListSecurityProfilePermissionsResponse {
139
-
140
- Permissions?: string[];
141
-
142
- NextToken?: string;
143
- }
144
- export interface ListSecurityProfilesRequest {
145
-
146
- InstanceId: string | undefined;
147
-
148
- NextToken?: string;
149
-
150
- MaxResults?: number;
151
- }
152
-
153
- export interface SecurityProfileSummary {
154
-
155
- Id?: string;
156
-
157
- Arn?: string;
158
-
159
- Name?: string;
160
- }
161
- export interface ListSecurityProfilesResponse {
162
-
163
- SecurityProfileSummaryList?: SecurityProfileSummary[];
164
-
165
- NextToken?: string;
166
- }
167
- export interface ListTagsForResourceRequest {
168
-
169
- resourceArn: string | undefined;
170
- }
171
- export interface ListTagsForResourceResponse {
172
-
173
- tags?: Record<string, string>;
174
- }
175
- export interface ListTaskTemplatesRequest {
176
-
177
- InstanceId: string | undefined;
178
-
179
- NextToken?: string;
180
-
181
- MaxResults?: number;
182
-
183
- Status?: TaskTemplateStatus | string;
184
-
185
- Name?: string;
186
- }
187
-
188
- export interface TaskTemplateMetadata {
189
-
190
- Id?: string;
191
-
192
- Arn?: string;
193
-
194
- Name?: string;
195
-
196
- Description?: string;
197
-
198
- Status?: TaskTemplateStatus | string;
199
-
200
- LastModifiedTime?: Date;
201
-
202
- CreatedTime?: Date;
203
- }
204
- export interface ListTaskTemplatesResponse {
205
-
206
- TaskTemplates?: TaskTemplateMetadata[];
207
-
208
- NextToken?: string;
209
- }
210
-
211
- export interface ListUseCasesRequest {
212
-
213
- InstanceId: string | undefined;
214
-
215
- IntegrationAssociationId: string | undefined;
216
-
217
- NextToken?: string;
218
-
219
- MaxResults?: number;
220
- }
221
-
222
- export interface UseCase {
223
-
224
- UseCaseId?: string;
225
-
226
- UseCaseArn?: string;
227
-
228
- UseCaseType?: UseCaseType | string;
229
- }
230
- export interface ListUseCasesResponse {
231
-
232
- UseCaseSummaryList?: UseCase[];
233
-
234
- NextToken?: string;
235
- }
236
- export interface ListUserHierarchyGroupsRequest {
237
-
238
- InstanceId: string | undefined;
239
-
240
- NextToken?: string;
241
-
242
- MaxResults?: number;
243
- }
244
- export interface ListUserHierarchyGroupsResponse {
245
-
246
- UserHierarchyGroupSummaryList?: HierarchyGroupSummary[];
247
-
248
- NextToken?: string;
249
- }
250
- export interface ListUsersRequest {
251
-
252
- InstanceId: string | undefined;
253
-
254
- NextToken?: string;
255
-
256
- MaxResults?: number;
257
- }
258
-
259
- export interface UserSummary {
260
-
261
- Id?: string;
262
-
263
- Arn?: string;
264
-
265
- Username?: string;
266
- }
267
- export interface ListUsersResponse {
268
-
269
- UserSummaryList?: UserSummary[];
270
-
271
- NextToken?: string;
272
- }
273
- export interface PutUserStatusRequest {
274
-
275
- UserId: string | undefined;
276
-
277
- InstanceId: string | undefined;
278
-
279
- AgentStatusId: string | undefined;
280
- }
281
- export interface PutUserStatusResponse {
282
- }
283
- export interface ReleasePhoneNumberRequest {
284
-
285
- PhoneNumberId: string | undefined;
286
-
287
- ClientToken?: string;
288
- }
289
- export interface ResumeContactRecordingRequest {
290
-
291
- InstanceId: string | undefined;
292
-
293
- ContactId: string | undefined;
294
-
295
- InitialContactId: string | undefined;
296
- }
297
- export interface ResumeContactRecordingResponse {
298
- }
299
- export interface SearchAvailablePhoneNumbersRequest {
300
-
301
- TargetArn: string | undefined;
302
-
303
- PhoneNumberCountryCode: PhoneNumberCountryCode | string | undefined;
304
-
305
- PhoneNumberType: PhoneNumberType | string | undefined;
306
-
307
- PhoneNumberPrefix?: string;
308
-
309
- MaxResults?: number;
310
-
311
- NextToken?: string;
312
- }
313
-
314
- export interface AvailableNumberSummary {
315
-
316
- PhoneNumber?: string;
317
-
318
- PhoneNumberCountryCode?: PhoneNumberCountryCode | string;
319
-
320
- PhoneNumberType?: PhoneNumberType | string;
321
- }
322
- export interface SearchAvailablePhoneNumbersResponse {
323
-
324
- NextToken?: string;
325
-
326
- AvailableNumbersList?: AvailableNumberSummary[];
327
- }
328
- export declare enum SearchableQueueType {
329
- STANDARD = "STANDARD"
330
- }
331
- export declare enum StringComparisonType {
332
- CONTAINS = "CONTAINS",
333
- EXACT = "EXACT",
334
- STARTS_WITH = "STARTS_WITH"
335
- }
336
-
337
- export interface StringCondition {
338
-
339
- FieldName?: string;
340
-
341
- Value?: string;
342
-
343
- ComparisonType?: StringComparisonType | string;
344
- }
345
-
346
- export interface TagCondition {
347
-
348
- TagKey?: string;
349
-
350
- TagValue?: string;
351
- }
352
-
353
- export interface ControlPlaneTagFilter {
354
-
355
- OrConditions?: TagCondition[][];
356
-
357
- AndConditions?: TagCondition[];
358
-
359
- TagCondition?: TagCondition;
360
- }
361
-
362
- export interface QueueSearchFilter {
363
-
364
- TagFilter?: ControlPlaneTagFilter;
365
- }
366
- export interface SearchQueuesResponse {
367
-
368
- Queues?: Queue[];
369
-
370
- NextToken?: string;
371
-
372
- ApproximateTotalCount?: number;
373
- }
374
-
375
- export interface RoutingProfileSearchFilter {
376
-
377
- TagFilter?: ControlPlaneTagFilter;
378
- }
379
- export interface SearchRoutingProfilesResponse {
380
-
381
- RoutingProfiles?: RoutingProfile[];
382
-
383
- NextToken?: string;
384
-
385
- ApproximateTotalCount?: number;
386
- }
387
-
388
- export interface SecurityProfilesSearchFilter {
389
-
390
- TagFilter?: ControlPlaneTagFilter;
391
- }
392
-
393
- export interface SecurityProfileSearchSummary {
394
-
395
- Id?: string;
396
-
397
- OrganizationResourceId?: string;
398
-
399
- Arn?: string;
400
-
401
- SecurityProfileName?: string;
402
-
403
- Description?: string;
404
-
405
- Tags?: Record<string, string>;
406
- }
407
- export interface SearchSecurityProfilesResponse {
408
-
409
- SecurityProfiles?: SecurityProfileSearchSummary[];
410
-
411
- NextToken?: string;
412
-
413
- ApproximateTotalCount?: number;
414
- }
415
- export declare enum HierarchyGroupMatchType {
416
- EXACT = "EXACT",
417
- WITH_CHILD_GROUPS = "WITH_CHILD_GROUPS"
418
- }
419
-
420
- export interface HierarchyGroupCondition {
421
-
422
- Value?: string;
423
-
424
- HierarchyGroupMatchType?: HierarchyGroupMatchType | string;
425
- }
426
-
427
- export interface UserSearchFilter {
428
-
429
- TagFilter?: ControlPlaneTagFilter;
430
- }
431
-
432
- export interface UserIdentityInfoLite {
433
-
434
- FirstName?: string;
435
-
436
- LastName?: string;
437
- }
438
-
439
- export interface UserSearchSummary {
440
-
441
- Arn?: string;
442
-
443
- DirectoryUserId?: string;
444
-
445
- HierarchyGroupId?: string;
446
-
447
- Id?: string;
448
-
449
- IdentityInfo?: UserIdentityInfoLite;
450
-
451
- PhoneConfig?: UserPhoneConfig;
452
-
453
- RoutingProfileId?: string;
454
-
455
- SecurityProfileIds?: string[];
456
-
457
- Tags?: Record<string, string>;
458
-
459
- Username?: string;
460
- }
461
- export interface SearchUsersResponse {
462
-
463
- Users?: UserSearchSummary[];
464
-
465
- NextToken?: string;
466
-
467
- ApproximateTotalCount?: number;
468
- }
469
- export interface SearchVocabulariesRequest {
470
-
471
- InstanceId: string | undefined;
472
-
473
- MaxResults?: number;
474
-
475
- NextToken?: string;
476
-
477
- State?: VocabularyState | string;
478
-
479
- NameStartsWith?: string;
480
-
481
- LanguageCode?: VocabularyLanguageCode | string;
482
- }
483
-
484
- export interface VocabularySummary {
485
-
486
- Name: string | undefined;
487
-
488
- Id: string | undefined;
489
-
490
- Arn: string | undefined;
491
-
492
- LanguageCode: VocabularyLanguageCode | string | undefined;
493
-
494
- State: VocabularyState | string | undefined;
495
-
496
- LastModifiedTime: Date | undefined;
497
-
498
- FailureReason?: string;
499
- }
500
- export interface SearchVocabulariesResponse {
501
-
502
- VocabularySummaryList?: VocabularySummary[];
503
-
504
- NextToken?: string;
505
- }
506
-
507
- export interface ChatMessage {
508
-
509
- ContentType: string | undefined;
510
-
511
- Content: string | undefined;
512
- }
513
-
514
- export interface ParticipantDetails {
515
-
516
- DisplayName: string | undefined;
517
- }
518
- export interface StartChatContactRequest {
519
-
520
- InstanceId: string | undefined;
521
-
522
- ContactFlowId: string | undefined;
523
-
524
- Attributes?: Record<string, string>;
525
-
526
- ParticipantDetails: ParticipantDetails | undefined;
527
-
528
- InitialMessage?: ChatMessage;
529
-
530
- ClientToken?: string;
531
-
532
- ChatDurationInMinutes?: number;
533
-
534
- SupportedMessagingContentTypes?: string[];
535
- }
536
- export interface StartChatContactResponse {
537
-
538
- ContactId?: string;
539
-
540
- ParticipantId?: string;
541
-
542
- ParticipantToken?: string;
543
- }
544
- export declare enum VoiceRecordingTrack {
545
- ALL = "ALL",
546
- FROM_AGENT = "FROM_AGENT",
547
- TO_AGENT = "TO_AGENT"
548
- }
549
-
550
- export interface VoiceRecordingConfiguration {
551
-
552
- VoiceRecordingTrack?: VoiceRecordingTrack | string;
553
- }
554
- export interface StartContactRecordingRequest {
555
-
556
- InstanceId: string | undefined;
557
-
558
- ContactId: string | undefined;
559
-
560
- InitialContactId: string | undefined;
561
-
562
- VoiceRecordingConfiguration: VoiceRecordingConfiguration | undefined;
563
- }
564
- export interface StartContactRecordingResponse {
565
- }
566
-
567
- export interface ChatStreamingConfiguration {
568
-
569
- StreamingEndpointArn: string | undefined;
570
- }
571
- export interface StartContactStreamingRequest {
572
-
573
- InstanceId: string | undefined;
574
-
575
- ContactId: string | undefined;
576
-
577
- ChatStreamingConfiguration: ChatStreamingConfiguration | undefined;
578
-
579
- ClientToken?: string;
580
- }
581
- export interface StartContactStreamingResponse {
582
-
583
- StreamingId: string | undefined;
584
- }
585
-
586
- export declare class DestinationNotAllowedException extends __BaseException {
587
- readonly name: "DestinationNotAllowedException";
588
- readonly $fault: "client";
589
-
590
- Message?: string;
591
-
592
- constructor(opts: __ExceptionOptionType<DestinationNotAllowedException, __BaseException>);
593
- }
594
-
595
- export declare class OutboundContactNotPermittedException extends __BaseException {
596
- readonly name: "OutboundContactNotPermittedException";
597
- readonly $fault: "client";
598
-
599
- Message?: string;
600
-
601
- constructor(opts: __ExceptionOptionType<OutboundContactNotPermittedException, __BaseException>);
602
- }
603
-
604
- export interface AnswerMachineDetectionConfig {
605
-
606
- EnableAnswerMachineDetection?: boolean;
607
-
608
- AwaitAnswerMachinePrompt?: boolean;
609
- }
610
- export declare enum TrafficType {
611
- CAMPAIGN = "CAMPAIGN",
612
- GENERAL = "GENERAL"
613
- }
614
- export interface StartOutboundVoiceContactRequest {
615
-
616
- DestinationPhoneNumber: string | undefined;
617
-
618
- ContactFlowId: string | undefined;
619
-
620
- InstanceId: string | undefined;
621
-
622
- ClientToken?: string;
623
-
624
- SourcePhoneNumber?: string;
625
-
626
- QueueId?: string;
627
-
628
- Attributes?: Record<string, string>;
629
-
630
- AnswerMachineDetectionConfig?: AnswerMachineDetectionConfig;
631
-
632
- CampaignId?: string;
633
-
634
- TrafficType?: TrafficType | string;
635
- }
636
- export interface StartOutboundVoiceContactResponse {
637
-
638
- ContactId?: string;
639
- }
640
-
641
- export interface Reference {
642
-
643
- Value: string | undefined;
644
-
645
- Type: ReferenceType | string | undefined;
646
- }
647
- export interface StartTaskContactRequest {
648
-
649
- InstanceId: string | undefined;
650
-
651
- PreviousContactId?: string;
652
-
653
- ContactFlowId?: string;
654
-
655
- Attributes?: Record<string, string>;
656
-
657
- Name: string | undefined;
658
-
659
- References?: Record<string, Reference>;
660
-
661
- Description?: string;
662
-
663
- ClientToken?: string;
664
-
665
- ScheduledTime?: Date;
666
-
667
- TaskTemplateId?: string;
668
-
669
- QuickConnectId?: string;
670
- }
671
- export interface StartTaskContactResponse {
672
-
673
- ContactId?: string;
674
- }
675
-
676
- export declare class ContactNotFoundException extends __BaseException {
677
- readonly name: "ContactNotFoundException";
678
- readonly $fault: "client";
679
-
680
- Message?: string;
681
-
682
- constructor(opts: __ExceptionOptionType<ContactNotFoundException, __BaseException>);
683
- }
684
- export interface StopContactRequest {
685
-
686
- ContactId: string | undefined;
687
-
688
- InstanceId: string | undefined;
689
- }
690
- export interface StopContactResponse {
691
- }
692
- export interface StopContactRecordingRequest {
693
-
694
- InstanceId: string | undefined;
695
-
696
- ContactId: string | undefined;
697
-
698
- InitialContactId: string | undefined;
699
- }
700
- export interface StopContactRecordingResponse {
701
- }
702
- export interface StopContactStreamingRequest {
703
-
704
- InstanceId: string | undefined;
705
-
706
- ContactId: string | undefined;
707
-
708
- StreamingId: string | undefined;
709
- }
710
- export interface StopContactStreamingResponse {
711
- }
712
- export interface SuspendContactRecordingRequest {
713
-
714
- InstanceId: string | undefined;
715
-
716
- ContactId: string | undefined;
717
-
718
- InitialContactId: string | undefined;
719
- }
720
- export interface SuspendContactRecordingResponse {
721
- }
722
- export interface TagResourceRequest {
723
-
724
- resourceArn: string | undefined;
725
-
726
- tags: Record<string, string> | undefined;
727
- }
728
- export interface TransferContactRequest {
729
-
730
- InstanceId: string | undefined;
731
-
732
- ContactId: string | undefined;
733
-
734
- QueueId?: string;
735
-
736
- UserId?: string;
737
-
738
- ContactFlowId: string | undefined;
739
-
740
- ClientToken?: string;
741
- }
742
- export interface TransferContactResponse {
743
-
744
- ContactId?: string;
745
-
746
- ContactArn?: string;
747
- }
748
- export interface UntagResourceRequest {
749
-
750
- resourceArn: string | undefined;
751
-
752
- tagKeys: string[] | undefined;
753
- }
754
- export interface UpdateAgentStatusRequest {
755
-
756
- InstanceId: string | undefined;
757
-
758
- AgentStatusId: string | undefined;
759
-
760
- Name?: string;
761
-
762
- Description?: string;
763
-
764
- State?: AgentStatusState | string;
765
-
766
- DisplayOrder?: number;
767
-
768
- ResetOrderNumber?: boolean;
769
- }
770
- export interface UpdateContactRequest {
771
-
772
- InstanceId: string | undefined;
773
-
774
- ContactId: string | undefined;
775
-
776
- Name?: string;
777
-
778
- Description?: string;
779
-
780
- References?: Record<string, Reference>;
781
- }
782
- export interface UpdateContactResponse {
783
- }
784
- export interface UpdateContactAttributesRequest {
785
-
786
- InitialContactId: string | undefined;
787
-
788
- InstanceId: string | undefined;
789
-
790
- Attributes: Record<string, string> | undefined;
791
- }
792
- export interface UpdateContactAttributesResponse {
793
- }
794
- export interface UpdateContactFlowContentRequest {
795
-
796
- InstanceId: string | undefined;
797
-
798
- ContactFlowId: string | undefined;
799
-
800
- Content: string | undefined;
801
- }
802
- export interface UpdateContactFlowMetadataRequest {
803
-
804
- InstanceId: string | undefined;
805
-
806
- ContactFlowId: string | undefined;
807
-
808
- Name?: string;
809
-
810
- Description?: string;
811
-
812
- ContactFlowState?: ContactFlowState | string;
813
- }
814
- export interface UpdateContactFlowModuleContentRequest {
815
-
816
- InstanceId: string | undefined;
817
-
818
- ContactFlowModuleId: string | undefined;
819
-
820
- Content: string | undefined;
821
- }
822
- export interface UpdateContactFlowModuleContentResponse {
823
- }
824
- export interface UpdateContactFlowModuleMetadataRequest {
825
-
826
- InstanceId: string | undefined;
827
-
828
- ContactFlowModuleId: string | undefined;
829
-
830
- Name?: string;
831
-
832
- Description?: string;
833
-
834
- State?: ContactFlowModuleState | string;
835
- }
836
- export interface UpdateContactFlowModuleMetadataResponse {
837
- }
838
- export interface UpdateContactFlowNameRequest {
839
-
840
- InstanceId: string | undefined;
841
-
842
- ContactFlowId: string | undefined;
843
-
844
- Name?: string;
845
-
846
- Description?: string;
847
- }
848
- export interface UpdateContactScheduleRequest {
849
-
850
- InstanceId: string | undefined;
851
-
852
- ContactId: string | undefined;
853
-
854
- ScheduledTime: Date | undefined;
855
- }
856
- export interface UpdateContactScheduleResponse {
857
- }
858
- export interface UpdateHoursOfOperationRequest {
859
-
860
- InstanceId: string | undefined;
861
-
862
- HoursOfOperationId: string | undefined;
863
-
864
- Name?: string;
865
-
866
- Description?: string;
867
-
868
- TimeZone?: string;
869
-
870
- Config?: HoursOfOperationConfig[];
871
- }
872
- export interface UpdateInstanceAttributeRequest {
873
-
874
- InstanceId: string | undefined;
875
-
876
- AttributeType: InstanceAttributeType | string | undefined;
877
-
878
- Value: string | undefined;
879
- }
880
- export interface UpdateInstanceStorageConfigRequest {
881
-
882
- InstanceId: string | undefined;
883
-
884
- AssociationId: string | undefined;
885
-
886
- ResourceType: InstanceStorageResourceType | string | undefined;
887
-
888
- StorageConfig: InstanceStorageConfig | undefined;
889
- }
890
- export interface UpdatePhoneNumberRequest {
891
-
892
- PhoneNumberId: string | undefined;
893
-
894
- TargetArn: string | undefined;
895
-
896
- ClientToken?: string;
897
- }
898
- export interface UpdatePhoneNumberResponse {
899
-
900
- PhoneNumberId?: string;
901
-
902
- PhoneNumberArn?: string;
903
- }
904
- export interface UpdateQueueHoursOfOperationRequest {
905
-
906
- InstanceId: string | undefined;
907
-
908
- QueueId: string | undefined;
909
-
910
- HoursOfOperationId: string | undefined;
911
- }
912
- export interface UpdateQueueMaxContactsRequest {
913
-
914
- InstanceId: string | undefined;
915
-
916
- QueueId: string | undefined;
917
-
918
- MaxContacts?: number;
919
- }
920
- export interface UpdateQueueNameRequest {
921
-
922
- InstanceId: string | undefined;
923
-
924
- QueueId: string | undefined;
925
-
926
- Name?: string;
927
-
928
- Description?: string;
929
- }
930
- export interface UpdateQueueOutboundCallerConfigRequest {
931
-
932
- InstanceId: string | undefined;
933
-
934
- QueueId: string | undefined;
935
-
936
- OutboundCallerConfig: OutboundCallerConfig | undefined;
937
- }
938
- export interface UpdateQueueStatusRequest {
939
-
940
- InstanceId: string | undefined;
941
-
942
- QueueId: string | undefined;
943
-
944
- Status: QueueStatus | string | undefined;
945
- }
946
- export interface UpdateQuickConnectConfigRequest {
947
-
948
- InstanceId: string | undefined;
949
-
950
- QuickConnectId: string | undefined;
951
-
952
- QuickConnectConfig: QuickConnectConfig | undefined;
953
- }
954
- export interface UpdateQuickConnectNameRequest {
955
-
956
- InstanceId: string | undefined;
957
-
958
- QuickConnectId: string | undefined;
959
-
960
- Name?: string;
961
-
962
- Description?: string;
963
- }
964
- export interface UpdateRoutingProfileConcurrencyRequest {
965
-
966
- InstanceId: string | undefined;
967
-
968
- RoutingProfileId: string | undefined;
969
-
970
- MediaConcurrencies: MediaConcurrency[] | undefined;
971
- }
972
- export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
973
-
974
- InstanceId: string | undefined;
975
-
976
- RoutingProfileId: string | undefined;
977
-
978
- DefaultOutboundQueueId: string | undefined;
979
- }
980
- export interface UpdateRoutingProfileNameRequest {
981
-
982
- InstanceId: string | undefined;
983
-
984
- RoutingProfileId: string | undefined;
985
-
986
- Name?: string;
987
-
988
- Description?: string;
989
- }
990
- export interface UpdateRoutingProfileQueuesRequest {
991
-
992
- InstanceId: string | undefined;
993
-
994
- RoutingProfileId: string | undefined;
995
-
996
- QueueConfigs: RoutingProfileQueueConfig[] | undefined;
997
- }
998
- export interface UpdateSecurityProfileRequest {
999
-
1000
- Description?: string;
1001
-
1002
- Permissions?: string[];
1003
-
1004
- SecurityProfileId: string | undefined;
1005
-
1006
- InstanceId: string | undefined;
1007
- }
1008
- export interface UpdateTaskTemplateRequest {
1009
-
1010
- TaskTemplateId: string | undefined;
1011
-
1012
- InstanceId: string | undefined;
1013
-
1014
- Name?: string;
1015
-
1016
- Description?: string;
1017
-
1018
- ContactFlowId?: string;
1019
-
1020
- Constraints?: TaskTemplateConstraints;
1021
-
1022
- Defaults?: TaskTemplateDefaults;
1023
-
1024
- Status?: TaskTemplateStatus | string;
1025
-
1026
- Fields?: TaskTemplateField[];
1027
- }
1028
- export interface UpdateTaskTemplateResponse {
1029
-
1030
- InstanceId?: string;
1031
-
1032
- Id?: string;
1033
-
1034
- Arn?: string;
1035
-
1036
- Name?: string;
1037
-
1038
- Description?: string;
1039
-
1040
- ContactFlowId?: string;
1041
-
1042
- Constraints?: TaskTemplateConstraints;
1043
-
1044
- Defaults?: TaskTemplateDefaults;
1045
-
1046
- Fields?: TaskTemplateField[];
1047
-
1048
- Status?: TaskTemplateStatus | string;
1049
-
1050
- LastModifiedTime?: Date;
1051
-
1052
- CreatedTime?: Date;
1053
- }
1054
- export interface UpdateUserHierarchyRequest {
1055
-
1056
- HierarchyGroupId?: string;
1057
-
1058
- UserId: string | undefined;
1059
-
1060
- InstanceId: string | undefined;
1061
- }
1062
- export interface UpdateUserHierarchyGroupNameRequest {
1063
-
1064
- Name: string | undefined;
1065
-
1066
- HierarchyGroupId: string | undefined;
1067
-
1068
- InstanceId: string | undefined;
1069
- }
1070
-
1071
- export interface HierarchyLevelUpdate {
1072
-
1073
- Name: string | undefined;
1074
- }
1075
-
1076
- export interface HierarchyStructureUpdate {
1077
-
1078
- LevelOne?: HierarchyLevelUpdate;
1079
-
1080
- LevelTwo?: HierarchyLevelUpdate;
1081
-
1082
- LevelThree?: HierarchyLevelUpdate;
1083
-
1084
- LevelFour?: HierarchyLevelUpdate;
1085
-
1086
- LevelFive?: HierarchyLevelUpdate;
1087
- }
1088
- export interface UpdateUserHierarchyStructureRequest {
1089
-
1090
- HierarchyStructure: HierarchyStructureUpdate | undefined;
1091
-
1092
- InstanceId: string | undefined;
1093
- }
1094
- export interface UpdateUserIdentityInfoRequest {
1095
-
1096
- IdentityInfo: UserIdentityInfo | undefined;
1097
-
1098
- UserId: string | undefined;
1099
-
1100
- InstanceId: string | undefined;
1101
- }
1102
- export interface UpdateUserPhoneConfigRequest {
1103
-
1104
- PhoneConfig: UserPhoneConfig | undefined;
1105
-
1106
- UserId: string | undefined;
1107
-
1108
- InstanceId: string | undefined;
1109
- }
1110
- export interface UpdateUserRoutingProfileRequest {
1111
-
1112
- RoutingProfileId: string | undefined;
1113
-
1114
- UserId: string | undefined;
1115
-
1116
- InstanceId: string | undefined;
1117
- }
1118
- export interface UpdateUserSecurityProfilesRequest {
1119
-
1120
- SecurityProfileIds: string[] | undefined;
1121
-
1122
- UserId: string | undefined;
1123
-
1124
- InstanceId: string | undefined;
1125
- }
1126
-
1127
- export interface QueueSearchCriteria {
1128
-
1129
- OrConditions?: QueueSearchCriteria[];
1130
-
1131
- AndConditions?: QueueSearchCriteria[];
1132
-
1133
- StringCondition?: StringCondition;
1134
-
1135
- QueueTypeCondition?: SearchableQueueType | string;
1136
- }
1137
-
1138
- export interface RoutingProfileSearchCriteria {
1139
-
1140
- OrConditions?: RoutingProfileSearchCriteria[];
1141
-
1142
- AndConditions?: RoutingProfileSearchCriteria[];
1143
-
1144
- StringCondition?: StringCondition;
1145
- }
1146
-
1147
- export interface SecurityProfileSearchCriteria {
1148
-
1149
- OrConditions?: SecurityProfileSearchCriteria[];
1150
-
1151
- AndConditions?: SecurityProfileSearchCriteria[];
1152
-
1153
- StringCondition?: StringCondition;
1154
- }
1155
-
1156
- export interface UserSearchCriteria {
1157
-
1158
- OrConditions?: UserSearchCriteria[];
1159
-
1160
- AndConditions?: UserSearchCriteria[];
1161
-
1162
- StringCondition?: StringCondition;
1163
-
1164
- HierarchyGroupCondition?: HierarchyGroupCondition;
1165
- }
1166
- export interface SearchQueuesRequest {
1167
-
1168
- InstanceId: string | undefined;
1169
-
1170
- NextToken?: string;
1171
-
1172
- MaxResults?: number;
1173
-
1174
- SearchFilter?: QueueSearchFilter;
1175
-
1176
- SearchCriteria?: QueueSearchCriteria;
1177
- }
1178
- export interface SearchRoutingProfilesRequest {
1179
-
1180
- InstanceId: string | undefined;
1181
-
1182
- NextToken?: string;
1183
-
1184
- MaxResults?: number;
1185
-
1186
- SearchFilter?: RoutingProfileSearchFilter;
1187
-
1188
- SearchCriteria?: RoutingProfileSearchCriteria;
1189
- }
1190
- export interface SearchSecurityProfilesRequest {
1191
-
1192
- InstanceId: string | undefined;
1193
-
1194
- NextToken?: string;
1195
-
1196
- MaxResults?: number;
1197
-
1198
- SearchCriteria?: SecurityProfileSearchCriteria;
1199
-
1200
- SearchFilter?: SecurityProfilesSearchFilter;
1201
- }
1202
- export interface SearchUsersRequest {
1203
-
1204
- InstanceId?: string;
1205
-
1206
- NextToken?: string;
1207
-
1208
- MaxResults?: number;
1209
-
1210
- SearchFilter?: UserSearchFilter;
1211
-
1212
- SearchCriteria?: UserSearchCriteria;
1213
- }
1214
-
1215
- export declare const ListQueuesRequestFilterSensitiveLog: (obj: ListQueuesRequest) => any;
1216
-
1217
- export declare const QueueSummaryFilterSensitiveLog: (obj: QueueSummary) => any;
1218
-
1219
- export declare const ListQueuesResponseFilterSensitiveLog: (obj: ListQueuesResponse) => any;
1220
-
1221
- export declare const ListQuickConnectsRequestFilterSensitiveLog: (obj: ListQuickConnectsRequest) => any;
1222
-
1223
- export declare const ListQuickConnectsResponseFilterSensitiveLog: (obj: ListQuickConnectsResponse) => any;
1224
-
1225
- export declare const ListRoutingProfileQueuesRequestFilterSensitiveLog: (obj: ListRoutingProfileQueuesRequest) => any;
1226
-
1227
- export declare const RoutingProfileQueueConfigSummaryFilterSensitiveLog: (obj: RoutingProfileQueueConfigSummary) => any;
1228
-
1229
- export declare const ListRoutingProfileQueuesResponseFilterSensitiveLog: (obj: ListRoutingProfileQueuesResponse) => any;
1230
-
1231
- export declare const ListRoutingProfilesRequestFilterSensitiveLog: (obj: ListRoutingProfilesRequest) => any;
1232
-
1233
- export declare const RoutingProfileSummaryFilterSensitiveLog: (obj: RoutingProfileSummary) => any;
1234
-
1235
- export declare const ListRoutingProfilesResponseFilterSensitiveLog: (obj: ListRoutingProfilesResponse) => any;
1236
-
1237
- export declare const ListSecurityKeysRequestFilterSensitiveLog: (obj: ListSecurityKeysRequest) => any;
1238
-
1239
- export declare const SecurityKeyFilterSensitiveLog: (obj: SecurityKey) => any;
1240
-
1241
- export declare const ListSecurityKeysResponseFilterSensitiveLog: (obj: ListSecurityKeysResponse) => any;
1242
-
1243
- export declare const ListSecurityProfilePermissionsRequestFilterSensitiveLog: (obj: ListSecurityProfilePermissionsRequest) => any;
1244
-
1245
- export declare const ListSecurityProfilePermissionsResponseFilterSensitiveLog: (obj: ListSecurityProfilePermissionsResponse) => any;
1246
-
1247
- export declare const ListSecurityProfilesRequestFilterSensitiveLog: (obj: ListSecurityProfilesRequest) => any;
1248
-
1249
- export declare const SecurityProfileSummaryFilterSensitiveLog: (obj: SecurityProfileSummary) => any;
1250
-
1251
- export declare const ListSecurityProfilesResponseFilterSensitiveLog: (obj: ListSecurityProfilesResponse) => any;
1252
-
1253
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1254
-
1255
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1256
-
1257
- export declare const ListTaskTemplatesRequestFilterSensitiveLog: (obj: ListTaskTemplatesRequest) => any;
1258
-
1259
- export declare const TaskTemplateMetadataFilterSensitiveLog: (obj: TaskTemplateMetadata) => any;
1260
-
1261
- export declare const ListTaskTemplatesResponseFilterSensitiveLog: (obj: ListTaskTemplatesResponse) => any;
1262
-
1263
- export declare const ListUseCasesRequestFilterSensitiveLog: (obj: ListUseCasesRequest) => any;
1264
-
1265
- export declare const UseCaseFilterSensitiveLog: (obj: UseCase) => any;
1266
-
1267
- export declare const ListUseCasesResponseFilterSensitiveLog: (obj: ListUseCasesResponse) => any;
1268
-
1269
- export declare const ListUserHierarchyGroupsRequestFilterSensitiveLog: (obj: ListUserHierarchyGroupsRequest) => any;
1270
-
1271
- export declare const ListUserHierarchyGroupsResponseFilterSensitiveLog: (obj: ListUserHierarchyGroupsResponse) => any;
1272
-
1273
- export declare const ListUsersRequestFilterSensitiveLog: (obj: ListUsersRequest) => any;
1274
-
1275
- export declare const UserSummaryFilterSensitiveLog: (obj: UserSummary) => any;
1276
-
1277
- export declare const ListUsersResponseFilterSensitiveLog: (obj: ListUsersResponse) => any;
1278
-
1279
- export declare const PutUserStatusRequestFilterSensitiveLog: (obj: PutUserStatusRequest) => any;
1280
-
1281
- export declare const PutUserStatusResponseFilterSensitiveLog: (obj: PutUserStatusResponse) => any;
1282
-
1283
- export declare const ReleasePhoneNumberRequestFilterSensitiveLog: (obj: ReleasePhoneNumberRequest) => any;
1284
-
1285
- export declare const ResumeContactRecordingRequestFilterSensitiveLog: (obj: ResumeContactRecordingRequest) => any;
1286
-
1287
- export declare const ResumeContactRecordingResponseFilterSensitiveLog: (obj: ResumeContactRecordingResponse) => any;
1288
-
1289
- export declare const SearchAvailablePhoneNumbersRequestFilterSensitiveLog: (obj: SearchAvailablePhoneNumbersRequest) => any;
1290
-
1291
- export declare const AvailableNumberSummaryFilterSensitiveLog: (obj: AvailableNumberSummary) => any;
1292
-
1293
- export declare const SearchAvailablePhoneNumbersResponseFilterSensitiveLog: (obj: SearchAvailablePhoneNumbersResponse) => any;
1294
-
1295
- export declare const StringConditionFilterSensitiveLog: (obj: StringCondition) => any;
1296
-
1297
- export declare const TagConditionFilterSensitiveLog: (obj: TagCondition) => any;
1298
-
1299
- export declare const ControlPlaneTagFilterFilterSensitiveLog: (obj: ControlPlaneTagFilter) => any;
1300
-
1301
- export declare const QueueSearchFilterFilterSensitiveLog: (obj: QueueSearchFilter) => any;
1302
-
1303
- export declare const SearchQueuesResponseFilterSensitiveLog: (obj: SearchQueuesResponse) => any;
1304
-
1305
- export declare const RoutingProfileSearchFilterFilterSensitiveLog: (obj: RoutingProfileSearchFilter) => any;
1306
-
1307
- export declare const SearchRoutingProfilesResponseFilterSensitiveLog: (obj: SearchRoutingProfilesResponse) => any;
1308
-
1309
- export declare const SecurityProfilesSearchFilterFilterSensitiveLog: (obj: SecurityProfilesSearchFilter) => any;
1310
-
1311
- export declare const SecurityProfileSearchSummaryFilterSensitiveLog: (obj: SecurityProfileSearchSummary) => any;
1312
-
1313
- export declare const SearchSecurityProfilesResponseFilterSensitiveLog: (obj: SearchSecurityProfilesResponse) => any;
1314
-
1315
- export declare const HierarchyGroupConditionFilterSensitiveLog: (obj: HierarchyGroupCondition) => any;
1316
-
1317
- export declare const UserSearchFilterFilterSensitiveLog: (obj: UserSearchFilter) => any;
1318
-
1319
- export declare const UserIdentityInfoLiteFilterSensitiveLog: (obj: UserIdentityInfoLite) => any;
1320
-
1321
- export declare const UserSearchSummaryFilterSensitiveLog: (obj: UserSearchSummary) => any;
1322
-
1323
- export declare const SearchUsersResponseFilterSensitiveLog: (obj: SearchUsersResponse) => any;
1324
-
1325
- export declare const SearchVocabulariesRequestFilterSensitiveLog: (obj: SearchVocabulariesRequest) => any;
1326
-
1327
- export declare const VocabularySummaryFilterSensitiveLog: (obj: VocabularySummary) => any;
1328
-
1329
- export declare const SearchVocabulariesResponseFilterSensitiveLog: (obj: SearchVocabulariesResponse) => any;
1330
-
1331
- export declare const ChatMessageFilterSensitiveLog: (obj: ChatMessage) => any;
1332
-
1333
- export declare const ParticipantDetailsFilterSensitiveLog: (obj: ParticipantDetails) => any;
1334
-
1335
- export declare const StartChatContactRequestFilterSensitiveLog: (obj: StartChatContactRequest) => any;
1336
-
1337
- export declare const StartChatContactResponseFilterSensitiveLog: (obj: StartChatContactResponse) => any;
1338
-
1339
- export declare const VoiceRecordingConfigurationFilterSensitiveLog: (obj: VoiceRecordingConfiguration) => any;
1340
-
1341
- export declare const StartContactRecordingRequestFilterSensitiveLog: (obj: StartContactRecordingRequest) => any;
1342
-
1343
- export declare const StartContactRecordingResponseFilterSensitiveLog: (obj: StartContactRecordingResponse) => any;
1344
-
1345
- export declare const ChatStreamingConfigurationFilterSensitiveLog: (obj: ChatStreamingConfiguration) => any;
1346
-
1347
- export declare const StartContactStreamingRequestFilterSensitiveLog: (obj: StartContactStreamingRequest) => any;
1348
-
1349
- export declare const StartContactStreamingResponseFilterSensitiveLog: (obj: StartContactStreamingResponse) => any;
1350
-
1351
- export declare const AnswerMachineDetectionConfigFilterSensitiveLog: (obj: AnswerMachineDetectionConfig) => any;
1352
-
1353
- export declare const StartOutboundVoiceContactRequestFilterSensitiveLog: (obj: StartOutboundVoiceContactRequest) => any;
1354
-
1355
- export declare const StartOutboundVoiceContactResponseFilterSensitiveLog: (obj: StartOutboundVoiceContactResponse) => any;
1356
-
1357
- export declare const ReferenceFilterSensitiveLog: (obj: Reference) => any;
1358
-
1359
- export declare const StartTaskContactRequestFilterSensitiveLog: (obj: StartTaskContactRequest) => any;
1360
-
1361
- export declare const StartTaskContactResponseFilterSensitiveLog: (obj: StartTaskContactResponse) => any;
1362
-
1363
- export declare const StopContactRequestFilterSensitiveLog: (obj: StopContactRequest) => any;
1364
-
1365
- export declare const StopContactResponseFilterSensitiveLog: (obj: StopContactResponse) => any;
1366
-
1367
- export declare const StopContactRecordingRequestFilterSensitiveLog: (obj: StopContactRecordingRequest) => any;
1368
-
1369
- export declare const StopContactRecordingResponseFilterSensitiveLog: (obj: StopContactRecordingResponse) => any;
1370
-
1371
- export declare const StopContactStreamingRequestFilterSensitiveLog: (obj: StopContactStreamingRequest) => any;
1372
-
1373
- export declare const StopContactStreamingResponseFilterSensitiveLog: (obj: StopContactStreamingResponse) => any;
1374
-
1375
- export declare const SuspendContactRecordingRequestFilterSensitiveLog: (obj: SuspendContactRecordingRequest) => any;
1376
-
1377
- export declare const SuspendContactRecordingResponseFilterSensitiveLog: (obj: SuspendContactRecordingResponse) => any;
1378
-
1379
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1380
-
1381
- export declare const TransferContactRequestFilterSensitiveLog: (obj: TransferContactRequest) => any;
1382
-
1383
- export declare const TransferContactResponseFilterSensitiveLog: (obj: TransferContactResponse) => any;
1384
-
1385
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1386
-
1387
- export declare const UpdateAgentStatusRequestFilterSensitiveLog: (obj: UpdateAgentStatusRequest) => any;
1388
-
1389
- export declare const UpdateContactRequestFilterSensitiveLog: (obj: UpdateContactRequest) => any;
1390
-
1391
- export declare const UpdateContactResponseFilterSensitiveLog: (obj: UpdateContactResponse) => any;
1392
-
1393
- export declare const UpdateContactAttributesRequestFilterSensitiveLog: (obj: UpdateContactAttributesRequest) => any;
1394
-
1395
- export declare const UpdateContactAttributesResponseFilterSensitiveLog: (obj: UpdateContactAttributesResponse) => any;
1396
-
1397
- export declare const UpdateContactFlowContentRequestFilterSensitiveLog: (obj: UpdateContactFlowContentRequest) => any;
1398
-
1399
- export declare const UpdateContactFlowMetadataRequestFilterSensitiveLog: (obj: UpdateContactFlowMetadataRequest) => any;
1400
-
1401
- export declare const UpdateContactFlowModuleContentRequestFilterSensitiveLog: (obj: UpdateContactFlowModuleContentRequest) => any;
1402
-
1403
- export declare const UpdateContactFlowModuleContentResponseFilterSensitiveLog: (obj: UpdateContactFlowModuleContentResponse) => any;
1404
-
1405
- export declare const UpdateContactFlowModuleMetadataRequestFilterSensitiveLog: (obj: UpdateContactFlowModuleMetadataRequest) => any;
1406
-
1407
- export declare const UpdateContactFlowModuleMetadataResponseFilterSensitiveLog: (obj: UpdateContactFlowModuleMetadataResponse) => any;
1408
-
1409
- export declare const UpdateContactFlowNameRequestFilterSensitiveLog: (obj: UpdateContactFlowNameRequest) => any;
1410
-
1411
- export declare const UpdateContactScheduleRequestFilterSensitiveLog: (obj: UpdateContactScheduleRequest) => any;
1412
-
1413
- export declare const UpdateContactScheduleResponseFilterSensitiveLog: (obj: UpdateContactScheduleResponse) => any;
1414
-
1415
- export declare const UpdateHoursOfOperationRequestFilterSensitiveLog: (obj: UpdateHoursOfOperationRequest) => any;
1416
-
1417
- export declare const UpdateInstanceAttributeRequestFilterSensitiveLog: (obj: UpdateInstanceAttributeRequest) => any;
1418
-
1419
- export declare const UpdateInstanceStorageConfigRequestFilterSensitiveLog: (obj: UpdateInstanceStorageConfigRequest) => any;
1420
-
1421
- export declare const UpdatePhoneNumberRequestFilterSensitiveLog: (obj: UpdatePhoneNumberRequest) => any;
1422
-
1423
- export declare const UpdatePhoneNumberResponseFilterSensitiveLog: (obj: UpdatePhoneNumberResponse) => any;
1424
-
1425
- export declare const UpdateQueueHoursOfOperationRequestFilterSensitiveLog: (obj: UpdateQueueHoursOfOperationRequest) => any;
1426
-
1427
- export declare const UpdateQueueMaxContactsRequestFilterSensitiveLog: (obj: UpdateQueueMaxContactsRequest) => any;
1428
-
1429
- export declare const UpdateQueueNameRequestFilterSensitiveLog: (obj: UpdateQueueNameRequest) => any;
1430
-
1431
- export declare const UpdateQueueOutboundCallerConfigRequestFilterSensitiveLog: (obj: UpdateQueueOutboundCallerConfigRequest) => any;
1432
-
1433
- export declare const UpdateQueueStatusRequestFilterSensitiveLog: (obj: UpdateQueueStatusRequest) => any;
1434
-
1435
- export declare const UpdateQuickConnectConfigRequestFilterSensitiveLog: (obj: UpdateQuickConnectConfigRequest) => any;
1436
-
1437
- export declare const UpdateQuickConnectNameRequestFilterSensitiveLog: (obj: UpdateQuickConnectNameRequest) => any;
1438
-
1439
- export declare const UpdateRoutingProfileConcurrencyRequestFilterSensitiveLog: (obj: UpdateRoutingProfileConcurrencyRequest) => any;
1440
-
1441
- export declare const UpdateRoutingProfileDefaultOutboundQueueRequestFilterSensitiveLog: (obj: UpdateRoutingProfileDefaultOutboundQueueRequest) => any;
1442
-
1443
- export declare const UpdateRoutingProfileNameRequestFilterSensitiveLog: (obj: UpdateRoutingProfileNameRequest) => any;
1444
-
1445
- export declare const UpdateRoutingProfileQueuesRequestFilterSensitiveLog: (obj: UpdateRoutingProfileQueuesRequest) => any;
1446
-
1447
- export declare const UpdateSecurityProfileRequestFilterSensitiveLog: (obj: UpdateSecurityProfileRequest) => any;
1448
-
1449
- export declare const UpdateTaskTemplateRequestFilterSensitiveLog: (obj: UpdateTaskTemplateRequest) => any;
1450
-
1451
- export declare const UpdateTaskTemplateResponseFilterSensitiveLog: (obj: UpdateTaskTemplateResponse) => any;
1452
-
1453
- export declare const UpdateUserHierarchyRequestFilterSensitiveLog: (obj: UpdateUserHierarchyRequest) => any;
1454
-
1455
- export declare const UpdateUserHierarchyGroupNameRequestFilterSensitiveLog: (obj: UpdateUserHierarchyGroupNameRequest) => any;
1456
-
1457
- export declare const HierarchyLevelUpdateFilterSensitiveLog: (obj: HierarchyLevelUpdate) => any;
1458
-
1459
- export declare const HierarchyStructureUpdateFilterSensitiveLog: (obj: HierarchyStructureUpdate) => any;
1460
-
1461
- export declare const UpdateUserHierarchyStructureRequestFilterSensitiveLog: (obj: UpdateUserHierarchyStructureRequest) => any;
1462
-
1463
- export declare const UpdateUserIdentityInfoRequestFilterSensitiveLog: (obj: UpdateUserIdentityInfoRequest) => any;
1464
-
1465
- export declare const UpdateUserPhoneConfigRequestFilterSensitiveLog: (obj: UpdateUserPhoneConfigRequest) => any;
1466
-
1467
- export declare const UpdateUserRoutingProfileRequestFilterSensitiveLog: (obj: UpdateUserRoutingProfileRequest) => any;
1468
-
1469
- export declare const UpdateUserSecurityProfilesRequestFilterSensitiveLog: (obj: UpdateUserSecurityProfilesRequest) => any;
1470
-
1471
- export declare const QueueSearchCriteriaFilterSensitiveLog: (obj: QueueSearchCriteria) => any;
1472
-
1473
- export declare const RoutingProfileSearchCriteriaFilterSensitiveLog: (obj: RoutingProfileSearchCriteria) => any;
1474
-
1475
- export declare const SecurityProfileSearchCriteriaFilterSensitiveLog: (obj: SecurityProfileSearchCriteria) => any;
1476
-
1477
- export declare const UserSearchCriteriaFilterSensitiveLog: (obj: UserSearchCriteria) => any;
1478
-
1479
- export declare const SearchQueuesRequestFilterSensitiveLog: (obj: SearchQueuesRequest) => any;
1480
-
1481
- export declare const SearchRoutingProfilesRequestFilterSensitiveLog: (obj: SearchRoutingProfilesRequest) => any;
1482
-
1483
- export declare const SearchSecurityProfilesRequestFilterSensitiveLog: (obj: SearchSecurityProfilesRequest) => any;
1484
-
1485
- export declare const SearchUsersRequestFilterSensitiveLog: (obj: SearchUsersRequest) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
3
+ import {
4
+ AgentStatusState,
5
+ Channel,
6
+ ContactFlowModuleState,
7
+ ContactFlowState,
8
+ HierarchyGroupSummary,
9
+ HoursOfOperationConfig,
10
+ InstanceAttributeType,
11
+ InstanceStorageConfig,
12
+ InstanceStorageResourceType,
13
+ MediaConcurrency,
14
+ OutboundCallerConfig,
15
+ PhoneNumberCountryCode,
16
+ PhoneNumberType,
17
+ Queue,
18
+ QueueStatus,
19
+ QuickConnectConfig,
20
+ QuickConnectSummary,
21
+ QuickConnectType,
22
+ ReferenceType,
23
+ RoutingProfile,
24
+ RoutingProfileQueueConfig,
25
+ TaskTemplateConstraints,
26
+ TaskTemplateDefaults,
27
+ TaskTemplateField,
28
+ TaskTemplateStatus,
29
+ UseCaseType,
30
+ UserIdentityInfo,
31
+ UserPhoneConfig,
32
+ VocabularyLanguageCode,
33
+ VocabularyState,
34
+ } from "./models_0";
35
+ export declare enum QueueType {
36
+ AGENT = "AGENT",
37
+ STANDARD = "STANDARD",
38
+ }
39
+ export interface ListQueuesRequest {
40
+ InstanceId: string | undefined;
41
+
42
+ QueueTypes?: (QueueType | string)[];
43
+
44
+ NextToken?: string;
45
+
46
+ MaxResults?: number;
47
+ }
48
+
49
+ export interface QueueSummary {
50
+ Id?: string;
51
+
52
+ Arn?: string;
53
+
54
+ Name?: string;
55
+
56
+ QueueType?: QueueType | string;
57
+ }
58
+ export interface ListQueuesResponse {
59
+ QueueSummaryList?: QueueSummary[];
60
+
61
+ NextToken?: string;
62
+ }
63
+ export interface ListQuickConnectsRequest {
64
+ InstanceId: string | undefined;
65
+
66
+ NextToken?: string;
67
+
68
+ MaxResults?: number;
69
+
70
+ QuickConnectTypes?: (QuickConnectType | string)[];
71
+ }
72
+ export interface ListQuickConnectsResponse {
73
+ QuickConnectSummaryList?: QuickConnectSummary[];
74
+
75
+ NextToken?: string;
76
+ }
77
+ export interface ListRoutingProfileQueuesRequest {
78
+ InstanceId: string | undefined;
79
+
80
+ RoutingProfileId: string | undefined;
81
+
82
+ NextToken?: string;
83
+
84
+ MaxResults?: number;
85
+ }
86
+
87
+ export interface RoutingProfileQueueConfigSummary {
88
+ QueueId: string | undefined;
89
+
90
+ QueueArn: string | undefined;
91
+
92
+ QueueName: string | undefined;
93
+
94
+ Priority: number | undefined;
95
+
96
+ Delay: number | undefined;
97
+
98
+ Channel: Channel | string | undefined;
99
+ }
100
+ export interface ListRoutingProfileQueuesResponse {
101
+ NextToken?: string;
102
+
103
+ RoutingProfileQueueConfigSummaryList?: RoutingProfileQueueConfigSummary[];
104
+ }
105
+ export interface ListRoutingProfilesRequest {
106
+ InstanceId: string | undefined;
107
+
108
+ NextToken?: string;
109
+
110
+ MaxResults?: number;
111
+ }
112
+
113
+ export interface RoutingProfileSummary {
114
+ Id?: string;
115
+
116
+ Arn?: string;
117
+
118
+ Name?: string;
119
+ }
120
+ export interface ListRoutingProfilesResponse {
121
+ RoutingProfileSummaryList?: RoutingProfileSummary[];
122
+
123
+ NextToken?: string;
124
+ }
125
+ export interface ListSecurityKeysRequest {
126
+ InstanceId: string | undefined;
127
+
128
+ NextToken?: string;
129
+
130
+ MaxResults?: number;
131
+ }
132
+
133
+ export interface SecurityKey {
134
+ AssociationId?: string;
135
+
136
+ Key?: string;
137
+
138
+ CreationTime?: Date;
139
+ }
140
+ export interface ListSecurityKeysResponse {
141
+ SecurityKeys?: SecurityKey[];
142
+
143
+ NextToken?: string;
144
+ }
145
+ export interface ListSecurityProfilePermissionsRequest {
146
+ SecurityProfileId: string | undefined;
147
+
148
+ InstanceId: string | undefined;
149
+
150
+ NextToken?: string;
151
+
152
+ MaxResults?: number;
153
+ }
154
+ export interface ListSecurityProfilePermissionsResponse {
155
+ Permissions?: string[];
156
+
157
+ NextToken?: string;
158
+ }
159
+ export interface ListSecurityProfilesRequest {
160
+ InstanceId: string | undefined;
161
+
162
+ NextToken?: string;
163
+
164
+ MaxResults?: number;
165
+ }
166
+
167
+ export interface SecurityProfileSummary {
168
+ Id?: string;
169
+
170
+ Arn?: string;
171
+
172
+ Name?: string;
173
+ }
174
+ export interface ListSecurityProfilesResponse {
175
+ SecurityProfileSummaryList?: SecurityProfileSummary[];
176
+
177
+ NextToken?: string;
178
+ }
179
+ export interface ListTagsForResourceRequest {
180
+ resourceArn: string | undefined;
181
+ }
182
+ export interface ListTagsForResourceResponse {
183
+ tags?: Record<string, string>;
184
+ }
185
+ export interface ListTaskTemplatesRequest {
186
+ InstanceId: string | undefined;
187
+
188
+ NextToken?: string;
189
+
190
+ MaxResults?: number;
191
+
192
+ Status?: TaskTemplateStatus | string;
193
+
194
+ Name?: string;
195
+ }
196
+
197
+ export interface TaskTemplateMetadata {
198
+ Id?: string;
199
+
200
+ Arn?: string;
201
+
202
+ Name?: string;
203
+
204
+ Description?: string;
205
+
206
+ Status?: TaskTemplateStatus | string;
207
+
208
+ LastModifiedTime?: Date;
209
+
210
+ CreatedTime?: Date;
211
+ }
212
+ export interface ListTaskTemplatesResponse {
213
+ TaskTemplates?: TaskTemplateMetadata[];
214
+
215
+ NextToken?: string;
216
+ }
217
+
218
+ export interface ListUseCasesRequest {
219
+ InstanceId: string | undefined;
220
+
221
+ IntegrationAssociationId: string | undefined;
222
+
223
+ NextToken?: string;
224
+
225
+ MaxResults?: number;
226
+ }
227
+
228
+ export interface UseCase {
229
+ UseCaseId?: string;
230
+
231
+ UseCaseArn?: string;
232
+
233
+ UseCaseType?: UseCaseType | string;
234
+ }
235
+ export interface ListUseCasesResponse {
236
+ UseCaseSummaryList?: UseCase[];
237
+
238
+ NextToken?: string;
239
+ }
240
+ export interface ListUserHierarchyGroupsRequest {
241
+ InstanceId: string | undefined;
242
+
243
+ NextToken?: string;
244
+
245
+ MaxResults?: number;
246
+ }
247
+ export interface ListUserHierarchyGroupsResponse {
248
+ UserHierarchyGroupSummaryList?: HierarchyGroupSummary[];
249
+
250
+ NextToken?: string;
251
+ }
252
+ export interface ListUsersRequest {
253
+ InstanceId: string | undefined;
254
+
255
+ NextToken?: string;
256
+
257
+ MaxResults?: number;
258
+ }
259
+
260
+ export interface UserSummary {
261
+ Id?: string;
262
+
263
+ Arn?: string;
264
+
265
+ Username?: string;
266
+ }
267
+ export interface ListUsersResponse {
268
+ UserSummaryList?: UserSummary[];
269
+
270
+ NextToken?: string;
271
+ }
272
+ export interface PutUserStatusRequest {
273
+ UserId: string | undefined;
274
+
275
+ InstanceId: string | undefined;
276
+
277
+ AgentStatusId: string | undefined;
278
+ }
279
+ export interface PutUserStatusResponse {}
280
+ export interface ReleasePhoneNumberRequest {
281
+ PhoneNumberId: string | undefined;
282
+
283
+ ClientToken?: string;
284
+ }
285
+ export interface ResumeContactRecordingRequest {
286
+ InstanceId: string | undefined;
287
+
288
+ ContactId: string | undefined;
289
+
290
+ InitialContactId: string | undefined;
291
+ }
292
+ export interface ResumeContactRecordingResponse {}
293
+ export interface SearchAvailablePhoneNumbersRequest {
294
+ TargetArn: string | undefined;
295
+
296
+ PhoneNumberCountryCode: PhoneNumberCountryCode | string | undefined;
297
+
298
+ PhoneNumberType: PhoneNumberType | string | undefined;
299
+
300
+ PhoneNumberPrefix?: string;
301
+
302
+ MaxResults?: number;
303
+
304
+ NextToken?: string;
305
+ }
306
+
307
+ export interface AvailableNumberSummary {
308
+ PhoneNumber?: string;
309
+
310
+ PhoneNumberCountryCode?: PhoneNumberCountryCode | string;
311
+
312
+ PhoneNumberType?: PhoneNumberType | string;
313
+ }
314
+ export interface SearchAvailablePhoneNumbersResponse {
315
+ NextToken?: string;
316
+
317
+ AvailableNumbersList?: AvailableNumberSummary[];
318
+ }
319
+ export declare enum SearchableQueueType {
320
+ STANDARD = "STANDARD",
321
+ }
322
+ export declare enum StringComparisonType {
323
+ CONTAINS = "CONTAINS",
324
+ EXACT = "EXACT",
325
+ STARTS_WITH = "STARTS_WITH",
326
+ }
327
+
328
+ export interface StringCondition {
329
+ FieldName?: string;
330
+
331
+ Value?: string;
332
+
333
+ ComparisonType?: StringComparisonType | string;
334
+ }
335
+
336
+ export interface TagCondition {
337
+ TagKey?: string;
338
+
339
+ TagValue?: string;
340
+ }
341
+
342
+ export interface ControlPlaneTagFilter {
343
+ OrConditions?: TagCondition[][];
344
+
345
+ AndConditions?: TagCondition[];
346
+
347
+ TagCondition?: TagCondition;
348
+ }
349
+
350
+ export interface QueueSearchFilter {
351
+ TagFilter?: ControlPlaneTagFilter;
352
+ }
353
+ export interface SearchQueuesResponse {
354
+ Queues?: Queue[];
355
+
356
+ NextToken?: string;
357
+
358
+ ApproximateTotalCount?: number;
359
+ }
360
+
361
+ export interface RoutingProfileSearchFilter {
362
+ TagFilter?: ControlPlaneTagFilter;
363
+ }
364
+ export interface SearchRoutingProfilesResponse {
365
+ RoutingProfiles?: RoutingProfile[];
366
+
367
+ NextToken?: string;
368
+
369
+ ApproximateTotalCount?: number;
370
+ }
371
+
372
+ export interface SecurityProfilesSearchFilter {
373
+ TagFilter?: ControlPlaneTagFilter;
374
+ }
375
+
376
+ export interface SecurityProfileSearchSummary {
377
+ Id?: string;
378
+
379
+ OrganizationResourceId?: string;
380
+
381
+ Arn?: string;
382
+
383
+ SecurityProfileName?: string;
384
+
385
+ Description?: string;
386
+
387
+ Tags?: Record<string, string>;
388
+ }
389
+ export interface SearchSecurityProfilesResponse {
390
+ SecurityProfiles?: SecurityProfileSearchSummary[];
391
+
392
+ NextToken?: string;
393
+
394
+ ApproximateTotalCount?: number;
395
+ }
396
+ export declare enum HierarchyGroupMatchType {
397
+ EXACT = "EXACT",
398
+ WITH_CHILD_GROUPS = "WITH_CHILD_GROUPS",
399
+ }
400
+
401
+ export interface HierarchyGroupCondition {
402
+ Value?: string;
403
+
404
+ HierarchyGroupMatchType?: HierarchyGroupMatchType | string;
405
+ }
406
+
407
+ export interface UserSearchFilter {
408
+ TagFilter?: ControlPlaneTagFilter;
409
+ }
410
+
411
+ export interface UserIdentityInfoLite {
412
+ FirstName?: string;
413
+
414
+ LastName?: string;
415
+ }
416
+
417
+ export interface UserSearchSummary {
418
+ Arn?: string;
419
+
420
+ DirectoryUserId?: string;
421
+
422
+ HierarchyGroupId?: string;
423
+
424
+ Id?: string;
425
+
426
+ IdentityInfo?: UserIdentityInfoLite;
427
+
428
+ PhoneConfig?: UserPhoneConfig;
429
+
430
+ RoutingProfileId?: string;
431
+
432
+ SecurityProfileIds?: string[];
433
+
434
+ Tags?: Record<string, string>;
435
+
436
+ Username?: string;
437
+ }
438
+ export interface SearchUsersResponse {
439
+ Users?: UserSearchSummary[];
440
+
441
+ NextToken?: string;
442
+
443
+ ApproximateTotalCount?: number;
444
+ }
445
+ export interface SearchVocabulariesRequest {
446
+ InstanceId: string | undefined;
447
+
448
+ MaxResults?: number;
449
+
450
+ NextToken?: string;
451
+
452
+ State?: VocabularyState | string;
453
+
454
+ NameStartsWith?: string;
455
+
456
+ LanguageCode?: VocabularyLanguageCode | string;
457
+ }
458
+
459
+ export interface VocabularySummary {
460
+ Name: string | undefined;
461
+
462
+ Id: string | undefined;
463
+
464
+ Arn: string | undefined;
465
+
466
+ LanguageCode: VocabularyLanguageCode | string | undefined;
467
+
468
+ State: VocabularyState | string | undefined;
469
+
470
+ LastModifiedTime: Date | undefined;
471
+
472
+ FailureReason?: string;
473
+ }
474
+ export interface SearchVocabulariesResponse {
475
+ VocabularySummaryList?: VocabularySummary[];
476
+
477
+ NextToken?: string;
478
+ }
479
+
480
+ export interface ChatMessage {
481
+ ContentType: string | undefined;
482
+
483
+ Content: string | undefined;
484
+ }
485
+
486
+ export interface ParticipantDetails {
487
+ DisplayName: string | undefined;
488
+ }
489
+ export interface StartChatContactRequest {
490
+ InstanceId: string | undefined;
491
+
492
+ ContactFlowId: string | undefined;
493
+
494
+ Attributes?: Record<string, string>;
495
+
496
+ ParticipantDetails: ParticipantDetails | undefined;
497
+
498
+ InitialMessage?: ChatMessage;
499
+
500
+ ClientToken?: string;
501
+
502
+ ChatDurationInMinutes?: number;
503
+
504
+ SupportedMessagingContentTypes?: string[];
505
+ }
506
+ export interface StartChatContactResponse {
507
+ ContactId?: string;
508
+
509
+ ParticipantId?: string;
510
+
511
+ ParticipantToken?: string;
512
+ }
513
+ export declare enum VoiceRecordingTrack {
514
+ ALL = "ALL",
515
+ FROM_AGENT = "FROM_AGENT",
516
+ TO_AGENT = "TO_AGENT",
517
+ }
518
+
519
+ export interface VoiceRecordingConfiguration {
520
+ VoiceRecordingTrack?: VoiceRecordingTrack | string;
521
+ }
522
+ export interface StartContactRecordingRequest {
523
+ InstanceId: string | undefined;
524
+
525
+ ContactId: string | undefined;
526
+
527
+ InitialContactId: string | undefined;
528
+
529
+ VoiceRecordingConfiguration: VoiceRecordingConfiguration | undefined;
530
+ }
531
+ export interface StartContactRecordingResponse {}
532
+
533
+ export interface ChatStreamingConfiguration {
534
+ StreamingEndpointArn: string | undefined;
535
+ }
536
+ export interface StartContactStreamingRequest {
537
+ InstanceId: string | undefined;
538
+
539
+ ContactId: string | undefined;
540
+
541
+ ChatStreamingConfiguration: ChatStreamingConfiguration | undefined;
542
+
543
+ ClientToken?: string;
544
+ }
545
+ export interface StartContactStreamingResponse {
546
+ StreamingId: string | undefined;
547
+ }
548
+
549
+ export declare class DestinationNotAllowedException extends __BaseException {
550
+ readonly name: "DestinationNotAllowedException";
551
+ readonly $fault: "client";
552
+
553
+ Message?: string;
554
+
555
+ constructor(
556
+ opts: __ExceptionOptionType<DestinationNotAllowedException, __BaseException>
557
+ );
558
+ }
559
+
560
+ export declare class OutboundContactNotPermittedException extends __BaseException {
561
+ readonly name: "OutboundContactNotPermittedException";
562
+ readonly $fault: "client";
563
+
564
+ Message?: string;
565
+
566
+ constructor(
567
+ opts: __ExceptionOptionType<
568
+ OutboundContactNotPermittedException,
569
+ __BaseException
570
+ >
571
+ );
572
+ }
573
+
574
+ export interface AnswerMachineDetectionConfig {
575
+ EnableAnswerMachineDetection?: boolean;
576
+
577
+ AwaitAnswerMachinePrompt?: boolean;
578
+ }
579
+ export declare enum TrafficType {
580
+ CAMPAIGN = "CAMPAIGN",
581
+ GENERAL = "GENERAL",
582
+ }
583
+ export interface StartOutboundVoiceContactRequest {
584
+ DestinationPhoneNumber: string | undefined;
585
+
586
+ ContactFlowId: string | undefined;
587
+
588
+ InstanceId: string | undefined;
589
+
590
+ ClientToken?: string;
591
+
592
+ SourcePhoneNumber?: string;
593
+
594
+ QueueId?: string;
595
+
596
+ Attributes?: Record<string, string>;
597
+
598
+ AnswerMachineDetectionConfig?: AnswerMachineDetectionConfig;
599
+
600
+ CampaignId?: string;
601
+
602
+ TrafficType?: TrafficType | string;
603
+ }
604
+ export interface StartOutboundVoiceContactResponse {
605
+ ContactId?: string;
606
+ }
607
+
608
+ export interface Reference {
609
+ Value: string | undefined;
610
+
611
+ Type: ReferenceType | string | undefined;
612
+ }
613
+ export interface StartTaskContactRequest {
614
+ InstanceId: string | undefined;
615
+
616
+ PreviousContactId?: string;
617
+
618
+ ContactFlowId?: string;
619
+
620
+ Attributes?: Record<string, string>;
621
+
622
+ Name: string | undefined;
623
+
624
+ References?: Record<string, Reference>;
625
+
626
+ Description?: string;
627
+
628
+ ClientToken?: string;
629
+
630
+ ScheduledTime?: Date;
631
+
632
+ TaskTemplateId?: string;
633
+
634
+ QuickConnectId?: string;
635
+ }
636
+ export interface StartTaskContactResponse {
637
+ ContactId?: string;
638
+ }
639
+
640
+ export declare class ContactNotFoundException extends __BaseException {
641
+ readonly name: "ContactNotFoundException";
642
+ readonly $fault: "client";
643
+
644
+ Message?: string;
645
+
646
+ constructor(
647
+ opts: __ExceptionOptionType<ContactNotFoundException, __BaseException>
648
+ );
649
+ }
650
+ export interface StopContactRequest {
651
+ ContactId: string | undefined;
652
+
653
+ InstanceId: string | undefined;
654
+ }
655
+ export interface StopContactResponse {}
656
+ export interface StopContactRecordingRequest {
657
+ InstanceId: string | undefined;
658
+
659
+ ContactId: string | undefined;
660
+
661
+ InitialContactId: string | undefined;
662
+ }
663
+ export interface StopContactRecordingResponse {}
664
+ export interface StopContactStreamingRequest {
665
+ InstanceId: string | undefined;
666
+
667
+ ContactId: string | undefined;
668
+
669
+ StreamingId: string | undefined;
670
+ }
671
+ export interface StopContactStreamingResponse {}
672
+ export interface SuspendContactRecordingRequest {
673
+ InstanceId: string | undefined;
674
+
675
+ ContactId: string | undefined;
676
+
677
+ InitialContactId: string | undefined;
678
+ }
679
+ export interface SuspendContactRecordingResponse {}
680
+ export interface TagResourceRequest {
681
+ resourceArn: string | undefined;
682
+
683
+ tags: Record<string, string> | undefined;
684
+ }
685
+ export interface TransferContactRequest {
686
+ InstanceId: string | undefined;
687
+
688
+ ContactId: string | undefined;
689
+
690
+ QueueId?: string;
691
+
692
+ UserId?: string;
693
+
694
+ ContactFlowId: string | undefined;
695
+
696
+ ClientToken?: string;
697
+ }
698
+ export interface TransferContactResponse {
699
+ ContactId?: string;
700
+
701
+ ContactArn?: string;
702
+ }
703
+ export interface UntagResourceRequest {
704
+ resourceArn: string | undefined;
705
+
706
+ tagKeys: string[] | undefined;
707
+ }
708
+ export interface UpdateAgentStatusRequest {
709
+ InstanceId: string | undefined;
710
+
711
+ AgentStatusId: string | undefined;
712
+
713
+ Name?: string;
714
+
715
+ Description?: string;
716
+
717
+ State?: AgentStatusState | string;
718
+
719
+ DisplayOrder?: number;
720
+
721
+ ResetOrderNumber?: boolean;
722
+ }
723
+ export interface UpdateContactRequest {
724
+ InstanceId: string | undefined;
725
+
726
+ ContactId: string | undefined;
727
+
728
+ Name?: string;
729
+
730
+ Description?: string;
731
+
732
+ References?: Record<string, Reference>;
733
+ }
734
+ export interface UpdateContactResponse {}
735
+ export interface UpdateContactAttributesRequest {
736
+ InitialContactId: string | undefined;
737
+
738
+ InstanceId: string | undefined;
739
+
740
+ Attributes: Record<string, string> | undefined;
741
+ }
742
+ export interface UpdateContactAttributesResponse {}
743
+ export interface UpdateContactFlowContentRequest {
744
+ InstanceId: string | undefined;
745
+
746
+ ContactFlowId: string | undefined;
747
+
748
+ Content: string | undefined;
749
+ }
750
+ export interface UpdateContactFlowMetadataRequest {
751
+ InstanceId: string | undefined;
752
+
753
+ ContactFlowId: string | undefined;
754
+
755
+ Name?: string;
756
+
757
+ Description?: string;
758
+
759
+ ContactFlowState?: ContactFlowState | string;
760
+ }
761
+ export interface UpdateContactFlowModuleContentRequest {
762
+ InstanceId: string | undefined;
763
+
764
+ ContactFlowModuleId: string | undefined;
765
+
766
+ Content: string | undefined;
767
+ }
768
+ export interface UpdateContactFlowModuleContentResponse {}
769
+ export interface UpdateContactFlowModuleMetadataRequest {
770
+ InstanceId: string | undefined;
771
+
772
+ ContactFlowModuleId: string | undefined;
773
+
774
+ Name?: string;
775
+
776
+ Description?: string;
777
+
778
+ State?: ContactFlowModuleState | string;
779
+ }
780
+ export interface UpdateContactFlowModuleMetadataResponse {}
781
+ export interface UpdateContactFlowNameRequest {
782
+ InstanceId: string | undefined;
783
+
784
+ ContactFlowId: string | undefined;
785
+
786
+ Name?: string;
787
+
788
+ Description?: string;
789
+ }
790
+ export interface UpdateContactScheduleRequest {
791
+ InstanceId: string | undefined;
792
+
793
+ ContactId: string | undefined;
794
+
795
+ ScheduledTime: Date | undefined;
796
+ }
797
+ export interface UpdateContactScheduleResponse {}
798
+ export interface UpdateHoursOfOperationRequest {
799
+ InstanceId: string | undefined;
800
+
801
+ HoursOfOperationId: string | undefined;
802
+
803
+ Name?: string;
804
+
805
+ Description?: string;
806
+
807
+ TimeZone?: string;
808
+
809
+ Config?: HoursOfOperationConfig[];
810
+ }
811
+ export interface UpdateInstanceAttributeRequest {
812
+ InstanceId: string | undefined;
813
+
814
+ AttributeType: InstanceAttributeType | string | undefined;
815
+
816
+ Value: string | undefined;
817
+ }
818
+ export interface UpdateInstanceStorageConfigRequest {
819
+ InstanceId: string | undefined;
820
+
821
+ AssociationId: string | undefined;
822
+
823
+ ResourceType: InstanceStorageResourceType | string | undefined;
824
+
825
+ StorageConfig: InstanceStorageConfig | undefined;
826
+ }
827
+ export interface UpdatePhoneNumberRequest {
828
+ PhoneNumberId: string | undefined;
829
+
830
+ TargetArn: string | undefined;
831
+
832
+ ClientToken?: string;
833
+ }
834
+ export interface UpdatePhoneNumberResponse {
835
+ PhoneNumberId?: string;
836
+
837
+ PhoneNumberArn?: string;
838
+ }
839
+ export interface UpdateQueueHoursOfOperationRequest {
840
+ InstanceId: string | undefined;
841
+
842
+ QueueId: string | undefined;
843
+
844
+ HoursOfOperationId: string | undefined;
845
+ }
846
+ export interface UpdateQueueMaxContactsRequest {
847
+ InstanceId: string | undefined;
848
+
849
+ QueueId: string | undefined;
850
+
851
+ MaxContacts?: number;
852
+ }
853
+ export interface UpdateQueueNameRequest {
854
+ InstanceId: string | undefined;
855
+
856
+ QueueId: string | undefined;
857
+
858
+ Name?: string;
859
+
860
+ Description?: string;
861
+ }
862
+ export interface UpdateQueueOutboundCallerConfigRequest {
863
+ InstanceId: string | undefined;
864
+
865
+ QueueId: string | undefined;
866
+
867
+ OutboundCallerConfig: OutboundCallerConfig | undefined;
868
+ }
869
+ export interface UpdateQueueStatusRequest {
870
+ InstanceId: string | undefined;
871
+
872
+ QueueId: string | undefined;
873
+
874
+ Status: QueueStatus | string | undefined;
875
+ }
876
+ export interface UpdateQuickConnectConfigRequest {
877
+ InstanceId: string | undefined;
878
+
879
+ QuickConnectId: string | undefined;
880
+
881
+ QuickConnectConfig: QuickConnectConfig | undefined;
882
+ }
883
+ export interface UpdateQuickConnectNameRequest {
884
+ InstanceId: string | undefined;
885
+
886
+ QuickConnectId: string | undefined;
887
+
888
+ Name?: string;
889
+
890
+ Description?: string;
891
+ }
892
+ export interface UpdateRoutingProfileConcurrencyRequest {
893
+ InstanceId: string | undefined;
894
+
895
+ RoutingProfileId: string | undefined;
896
+
897
+ MediaConcurrencies: MediaConcurrency[] | undefined;
898
+ }
899
+ export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
900
+ InstanceId: string | undefined;
901
+
902
+ RoutingProfileId: string | undefined;
903
+
904
+ DefaultOutboundQueueId: string | undefined;
905
+ }
906
+ export interface UpdateRoutingProfileNameRequest {
907
+ InstanceId: string | undefined;
908
+
909
+ RoutingProfileId: string | undefined;
910
+
911
+ Name?: string;
912
+
913
+ Description?: string;
914
+ }
915
+ export interface UpdateRoutingProfileQueuesRequest {
916
+ InstanceId: string | undefined;
917
+
918
+ RoutingProfileId: string | undefined;
919
+
920
+ QueueConfigs: RoutingProfileQueueConfig[] | undefined;
921
+ }
922
+ export interface UpdateSecurityProfileRequest {
923
+ Description?: string;
924
+
925
+ Permissions?: string[];
926
+
927
+ SecurityProfileId: string | undefined;
928
+
929
+ InstanceId: string | undefined;
930
+ }
931
+ export interface UpdateTaskTemplateRequest {
932
+ TaskTemplateId: string | undefined;
933
+
934
+ InstanceId: string | undefined;
935
+
936
+ Name?: string;
937
+
938
+ Description?: string;
939
+
940
+ ContactFlowId?: string;
941
+
942
+ Constraints?: TaskTemplateConstraints;
943
+
944
+ Defaults?: TaskTemplateDefaults;
945
+
946
+ Status?: TaskTemplateStatus | string;
947
+
948
+ Fields?: TaskTemplateField[];
949
+ }
950
+ export interface UpdateTaskTemplateResponse {
951
+ InstanceId?: string;
952
+
953
+ Id?: string;
954
+
955
+ Arn?: string;
956
+
957
+ Name?: string;
958
+
959
+ Description?: string;
960
+
961
+ ContactFlowId?: string;
962
+
963
+ Constraints?: TaskTemplateConstraints;
964
+
965
+ Defaults?: TaskTemplateDefaults;
966
+
967
+ Fields?: TaskTemplateField[];
968
+
969
+ Status?: TaskTemplateStatus | string;
970
+
971
+ LastModifiedTime?: Date;
972
+
973
+ CreatedTime?: Date;
974
+ }
975
+ export interface UpdateUserHierarchyRequest {
976
+ HierarchyGroupId?: string;
977
+
978
+ UserId: string | undefined;
979
+
980
+ InstanceId: string | undefined;
981
+ }
982
+ export interface UpdateUserHierarchyGroupNameRequest {
983
+ Name: string | undefined;
984
+
985
+ HierarchyGroupId: string | undefined;
986
+
987
+ InstanceId: string | undefined;
988
+ }
989
+
990
+ export interface HierarchyLevelUpdate {
991
+ Name: string | undefined;
992
+ }
993
+
994
+ export interface HierarchyStructureUpdate {
995
+ LevelOne?: HierarchyLevelUpdate;
996
+
997
+ LevelTwo?: HierarchyLevelUpdate;
998
+
999
+ LevelThree?: HierarchyLevelUpdate;
1000
+
1001
+ LevelFour?: HierarchyLevelUpdate;
1002
+
1003
+ LevelFive?: HierarchyLevelUpdate;
1004
+ }
1005
+ export interface UpdateUserHierarchyStructureRequest {
1006
+ HierarchyStructure: HierarchyStructureUpdate | undefined;
1007
+
1008
+ InstanceId: string | undefined;
1009
+ }
1010
+ export interface UpdateUserIdentityInfoRequest {
1011
+ IdentityInfo: UserIdentityInfo | undefined;
1012
+
1013
+ UserId: string | undefined;
1014
+
1015
+ InstanceId: string | undefined;
1016
+ }
1017
+ export interface UpdateUserPhoneConfigRequest {
1018
+ PhoneConfig: UserPhoneConfig | undefined;
1019
+
1020
+ UserId: string | undefined;
1021
+
1022
+ InstanceId: string | undefined;
1023
+ }
1024
+ export interface UpdateUserRoutingProfileRequest {
1025
+ RoutingProfileId: string | undefined;
1026
+
1027
+ UserId: string | undefined;
1028
+
1029
+ InstanceId: string | undefined;
1030
+ }
1031
+ export interface UpdateUserSecurityProfilesRequest {
1032
+ SecurityProfileIds: string[] | undefined;
1033
+
1034
+ UserId: string | undefined;
1035
+
1036
+ InstanceId: string | undefined;
1037
+ }
1038
+
1039
+ export interface QueueSearchCriteria {
1040
+ OrConditions?: QueueSearchCriteria[];
1041
+
1042
+ AndConditions?: QueueSearchCriteria[];
1043
+
1044
+ StringCondition?: StringCondition;
1045
+
1046
+ QueueTypeCondition?: SearchableQueueType | string;
1047
+ }
1048
+
1049
+ export interface RoutingProfileSearchCriteria {
1050
+ OrConditions?: RoutingProfileSearchCriteria[];
1051
+
1052
+ AndConditions?: RoutingProfileSearchCriteria[];
1053
+
1054
+ StringCondition?: StringCondition;
1055
+ }
1056
+
1057
+ export interface SecurityProfileSearchCriteria {
1058
+ OrConditions?: SecurityProfileSearchCriteria[];
1059
+
1060
+ AndConditions?: SecurityProfileSearchCriteria[];
1061
+
1062
+ StringCondition?: StringCondition;
1063
+ }
1064
+
1065
+ export interface UserSearchCriteria {
1066
+ OrConditions?: UserSearchCriteria[];
1067
+
1068
+ AndConditions?: UserSearchCriteria[];
1069
+
1070
+ StringCondition?: StringCondition;
1071
+
1072
+ HierarchyGroupCondition?: HierarchyGroupCondition;
1073
+ }
1074
+ export interface SearchQueuesRequest {
1075
+ InstanceId: string | undefined;
1076
+
1077
+ NextToken?: string;
1078
+
1079
+ MaxResults?: number;
1080
+
1081
+ SearchFilter?: QueueSearchFilter;
1082
+
1083
+ SearchCriteria?: QueueSearchCriteria;
1084
+ }
1085
+ export interface SearchRoutingProfilesRequest {
1086
+ InstanceId: string | undefined;
1087
+
1088
+ NextToken?: string;
1089
+
1090
+ MaxResults?: number;
1091
+
1092
+ SearchFilter?: RoutingProfileSearchFilter;
1093
+
1094
+ SearchCriteria?: RoutingProfileSearchCriteria;
1095
+ }
1096
+ export interface SearchSecurityProfilesRequest {
1097
+ InstanceId: string | undefined;
1098
+
1099
+ NextToken?: string;
1100
+
1101
+ MaxResults?: number;
1102
+
1103
+ SearchCriteria?: SecurityProfileSearchCriteria;
1104
+
1105
+ SearchFilter?: SecurityProfilesSearchFilter;
1106
+ }
1107
+ export interface SearchUsersRequest {
1108
+ InstanceId?: string;
1109
+
1110
+ NextToken?: string;
1111
+
1112
+ MaxResults?: number;
1113
+
1114
+ SearchFilter?: UserSearchFilter;
1115
+
1116
+ SearchCriteria?: UserSearchCriteria;
1117
+ }
1118
+
1119
+ export declare const ListQueuesRequestFilterSensitiveLog: (
1120
+ obj: ListQueuesRequest
1121
+ ) => any;
1122
+
1123
+ export declare const QueueSummaryFilterSensitiveLog: (obj: QueueSummary) => any;
1124
+
1125
+ export declare const ListQueuesResponseFilterSensitiveLog: (
1126
+ obj: ListQueuesResponse
1127
+ ) => any;
1128
+
1129
+ export declare const ListQuickConnectsRequestFilterSensitiveLog: (
1130
+ obj: ListQuickConnectsRequest
1131
+ ) => any;
1132
+
1133
+ export declare const ListQuickConnectsResponseFilterSensitiveLog: (
1134
+ obj: ListQuickConnectsResponse
1135
+ ) => any;
1136
+
1137
+ export declare const ListRoutingProfileQueuesRequestFilterSensitiveLog: (
1138
+ obj: ListRoutingProfileQueuesRequest
1139
+ ) => any;
1140
+
1141
+ export declare const RoutingProfileQueueConfigSummaryFilterSensitiveLog: (
1142
+ obj: RoutingProfileQueueConfigSummary
1143
+ ) => any;
1144
+
1145
+ export declare const ListRoutingProfileQueuesResponseFilterSensitiveLog: (
1146
+ obj: ListRoutingProfileQueuesResponse
1147
+ ) => any;
1148
+
1149
+ export declare const ListRoutingProfilesRequestFilterSensitiveLog: (
1150
+ obj: ListRoutingProfilesRequest
1151
+ ) => any;
1152
+
1153
+ export declare const RoutingProfileSummaryFilterSensitiveLog: (
1154
+ obj: RoutingProfileSummary
1155
+ ) => any;
1156
+
1157
+ export declare const ListRoutingProfilesResponseFilterSensitiveLog: (
1158
+ obj: ListRoutingProfilesResponse
1159
+ ) => any;
1160
+
1161
+ export declare const ListSecurityKeysRequestFilterSensitiveLog: (
1162
+ obj: ListSecurityKeysRequest
1163
+ ) => any;
1164
+
1165
+ export declare const SecurityKeyFilterSensitiveLog: (obj: SecurityKey) => any;
1166
+
1167
+ export declare const ListSecurityKeysResponseFilterSensitiveLog: (
1168
+ obj: ListSecurityKeysResponse
1169
+ ) => any;
1170
+
1171
+ export declare const ListSecurityProfilePermissionsRequestFilterSensitiveLog: (
1172
+ obj: ListSecurityProfilePermissionsRequest
1173
+ ) => any;
1174
+
1175
+ export declare const ListSecurityProfilePermissionsResponseFilterSensitiveLog: (
1176
+ obj: ListSecurityProfilePermissionsResponse
1177
+ ) => any;
1178
+
1179
+ export declare const ListSecurityProfilesRequestFilterSensitiveLog: (
1180
+ obj: ListSecurityProfilesRequest
1181
+ ) => any;
1182
+
1183
+ export declare const SecurityProfileSummaryFilterSensitiveLog: (
1184
+ obj: SecurityProfileSummary
1185
+ ) => any;
1186
+
1187
+ export declare const ListSecurityProfilesResponseFilterSensitiveLog: (
1188
+ obj: ListSecurityProfilesResponse
1189
+ ) => any;
1190
+
1191
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1192
+ obj: ListTagsForResourceRequest
1193
+ ) => any;
1194
+
1195
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1196
+ obj: ListTagsForResourceResponse
1197
+ ) => any;
1198
+
1199
+ export declare const ListTaskTemplatesRequestFilterSensitiveLog: (
1200
+ obj: ListTaskTemplatesRequest
1201
+ ) => any;
1202
+
1203
+ export declare const TaskTemplateMetadataFilterSensitiveLog: (
1204
+ obj: TaskTemplateMetadata
1205
+ ) => any;
1206
+
1207
+ export declare const ListTaskTemplatesResponseFilterSensitiveLog: (
1208
+ obj: ListTaskTemplatesResponse
1209
+ ) => any;
1210
+
1211
+ export declare const ListUseCasesRequestFilterSensitiveLog: (
1212
+ obj: ListUseCasesRequest
1213
+ ) => any;
1214
+
1215
+ export declare const UseCaseFilterSensitiveLog: (obj: UseCase) => any;
1216
+
1217
+ export declare const ListUseCasesResponseFilterSensitiveLog: (
1218
+ obj: ListUseCasesResponse
1219
+ ) => any;
1220
+
1221
+ export declare const ListUserHierarchyGroupsRequestFilterSensitiveLog: (
1222
+ obj: ListUserHierarchyGroupsRequest
1223
+ ) => any;
1224
+
1225
+ export declare const ListUserHierarchyGroupsResponseFilterSensitiveLog: (
1226
+ obj: ListUserHierarchyGroupsResponse
1227
+ ) => any;
1228
+
1229
+ export declare const ListUsersRequestFilterSensitiveLog: (
1230
+ obj: ListUsersRequest
1231
+ ) => any;
1232
+
1233
+ export declare const UserSummaryFilterSensitiveLog: (obj: UserSummary) => any;
1234
+
1235
+ export declare const ListUsersResponseFilterSensitiveLog: (
1236
+ obj: ListUsersResponse
1237
+ ) => any;
1238
+
1239
+ export declare const PutUserStatusRequestFilterSensitiveLog: (
1240
+ obj: PutUserStatusRequest
1241
+ ) => any;
1242
+
1243
+ export declare const PutUserStatusResponseFilterSensitiveLog: (
1244
+ obj: PutUserStatusResponse
1245
+ ) => any;
1246
+
1247
+ export declare const ReleasePhoneNumberRequestFilterSensitiveLog: (
1248
+ obj: ReleasePhoneNumberRequest
1249
+ ) => any;
1250
+
1251
+ export declare const ResumeContactRecordingRequestFilterSensitiveLog: (
1252
+ obj: ResumeContactRecordingRequest
1253
+ ) => any;
1254
+
1255
+ export declare const ResumeContactRecordingResponseFilterSensitiveLog: (
1256
+ obj: ResumeContactRecordingResponse
1257
+ ) => any;
1258
+
1259
+ export declare const SearchAvailablePhoneNumbersRequestFilterSensitiveLog: (
1260
+ obj: SearchAvailablePhoneNumbersRequest
1261
+ ) => any;
1262
+
1263
+ export declare const AvailableNumberSummaryFilterSensitiveLog: (
1264
+ obj: AvailableNumberSummary
1265
+ ) => any;
1266
+
1267
+ export declare const SearchAvailablePhoneNumbersResponseFilterSensitiveLog: (
1268
+ obj: SearchAvailablePhoneNumbersResponse
1269
+ ) => any;
1270
+
1271
+ export declare const StringConditionFilterSensitiveLog: (
1272
+ obj: StringCondition
1273
+ ) => any;
1274
+
1275
+ export declare const TagConditionFilterSensitiveLog: (obj: TagCondition) => any;
1276
+
1277
+ export declare const ControlPlaneTagFilterFilterSensitiveLog: (
1278
+ obj: ControlPlaneTagFilter
1279
+ ) => any;
1280
+
1281
+ export declare const QueueSearchFilterFilterSensitiveLog: (
1282
+ obj: QueueSearchFilter
1283
+ ) => any;
1284
+
1285
+ export declare const SearchQueuesResponseFilterSensitiveLog: (
1286
+ obj: SearchQueuesResponse
1287
+ ) => any;
1288
+
1289
+ export declare const RoutingProfileSearchFilterFilterSensitiveLog: (
1290
+ obj: RoutingProfileSearchFilter
1291
+ ) => any;
1292
+
1293
+ export declare const SearchRoutingProfilesResponseFilterSensitiveLog: (
1294
+ obj: SearchRoutingProfilesResponse
1295
+ ) => any;
1296
+
1297
+ export declare const SecurityProfilesSearchFilterFilterSensitiveLog: (
1298
+ obj: SecurityProfilesSearchFilter
1299
+ ) => any;
1300
+
1301
+ export declare const SecurityProfileSearchSummaryFilterSensitiveLog: (
1302
+ obj: SecurityProfileSearchSummary
1303
+ ) => any;
1304
+
1305
+ export declare const SearchSecurityProfilesResponseFilterSensitiveLog: (
1306
+ obj: SearchSecurityProfilesResponse
1307
+ ) => any;
1308
+
1309
+ export declare const HierarchyGroupConditionFilterSensitiveLog: (
1310
+ obj: HierarchyGroupCondition
1311
+ ) => any;
1312
+
1313
+ export declare const UserSearchFilterFilterSensitiveLog: (
1314
+ obj: UserSearchFilter
1315
+ ) => any;
1316
+
1317
+ export declare const UserIdentityInfoLiteFilterSensitiveLog: (
1318
+ obj: UserIdentityInfoLite
1319
+ ) => any;
1320
+
1321
+ export declare const UserSearchSummaryFilterSensitiveLog: (
1322
+ obj: UserSearchSummary
1323
+ ) => any;
1324
+
1325
+ export declare const SearchUsersResponseFilterSensitiveLog: (
1326
+ obj: SearchUsersResponse
1327
+ ) => any;
1328
+
1329
+ export declare const SearchVocabulariesRequestFilterSensitiveLog: (
1330
+ obj: SearchVocabulariesRequest
1331
+ ) => any;
1332
+
1333
+ export declare const VocabularySummaryFilterSensitiveLog: (
1334
+ obj: VocabularySummary
1335
+ ) => any;
1336
+
1337
+ export declare const SearchVocabulariesResponseFilterSensitiveLog: (
1338
+ obj: SearchVocabulariesResponse
1339
+ ) => any;
1340
+
1341
+ export declare const ChatMessageFilterSensitiveLog: (obj: ChatMessage) => any;
1342
+
1343
+ export declare const ParticipantDetailsFilterSensitiveLog: (
1344
+ obj: ParticipantDetails
1345
+ ) => any;
1346
+
1347
+ export declare const StartChatContactRequestFilterSensitiveLog: (
1348
+ obj: StartChatContactRequest
1349
+ ) => any;
1350
+
1351
+ export declare const StartChatContactResponseFilterSensitiveLog: (
1352
+ obj: StartChatContactResponse
1353
+ ) => any;
1354
+
1355
+ export declare const VoiceRecordingConfigurationFilterSensitiveLog: (
1356
+ obj: VoiceRecordingConfiguration
1357
+ ) => any;
1358
+
1359
+ export declare const StartContactRecordingRequestFilterSensitiveLog: (
1360
+ obj: StartContactRecordingRequest
1361
+ ) => any;
1362
+
1363
+ export declare const StartContactRecordingResponseFilterSensitiveLog: (
1364
+ obj: StartContactRecordingResponse
1365
+ ) => any;
1366
+
1367
+ export declare const ChatStreamingConfigurationFilterSensitiveLog: (
1368
+ obj: ChatStreamingConfiguration
1369
+ ) => any;
1370
+
1371
+ export declare const StartContactStreamingRequestFilterSensitiveLog: (
1372
+ obj: StartContactStreamingRequest
1373
+ ) => any;
1374
+
1375
+ export declare const StartContactStreamingResponseFilterSensitiveLog: (
1376
+ obj: StartContactStreamingResponse
1377
+ ) => any;
1378
+
1379
+ export declare const AnswerMachineDetectionConfigFilterSensitiveLog: (
1380
+ obj: AnswerMachineDetectionConfig
1381
+ ) => any;
1382
+
1383
+ export declare const StartOutboundVoiceContactRequestFilterSensitiveLog: (
1384
+ obj: StartOutboundVoiceContactRequest
1385
+ ) => any;
1386
+
1387
+ export declare const StartOutboundVoiceContactResponseFilterSensitiveLog: (
1388
+ obj: StartOutboundVoiceContactResponse
1389
+ ) => any;
1390
+
1391
+ export declare const ReferenceFilterSensitiveLog: (obj: Reference) => any;
1392
+
1393
+ export declare const StartTaskContactRequestFilterSensitiveLog: (
1394
+ obj: StartTaskContactRequest
1395
+ ) => any;
1396
+
1397
+ export declare const StartTaskContactResponseFilterSensitiveLog: (
1398
+ obj: StartTaskContactResponse
1399
+ ) => any;
1400
+
1401
+ export declare const StopContactRequestFilterSensitiveLog: (
1402
+ obj: StopContactRequest
1403
+ ) => any;
1404
+
1405
+ export declare const StopContactResponseFilterSensitiveLog: (
1406
+ obj: StopContactResponse
1407
+ ) => any;
1408
+
1409
+ export declare const StopContactRecordingRequestFilterSensitiveLog: (
1410
+ obj: StopContactRecordingRequest
1411
+ ) => any;
1412
+
1413
+ export declare const StopContactRecordingResponseFilterSensitiveLog: (
1414
+ obj: StopContactRecordingResponse
1415
+ ) => any;
1416
+
1417
+ export declare const StopContactStreamingRequestFilterSensitiveLog: (
1418
+ obj: StopContactStreamingRequest
1419
+ ) => any;
1420
+
1421
+ export declare const StopContactStreamingResponseFilterSensitiveLog: (
1422
+ obj: StopContactStreamingResponse
1423
+ ) => any;
1424
+
1425
+ export declare const SuspendContactRecordingRequestFilterSensitiveLog: (
1426
+ obj: SuspendContactRecordingRequest
1427
+ ) => any;
1428
+
1429
+ export declare const SuspendContactRecordingResponseFilterSensitiveLog: (
1430
+ obj: SuspendContactRecordingResponse
1431
+ ) => any;
1432
+
1433
+ export declare const TagResourceRequestFilterSensitiveLog: (
1434
+ obj: TagResourceRequest
1435
+ ) => any;
1436
+
1437
+ export declare const TransferContactRequestFilterSensitiveLog: (
1438
+ obj: TransferContactRequest
1439
+ ) => any;
1440
+
1441
+ export declare const TransferContactResponseFilterSensitiveLog: (
1442
+ obj: TransferContactResponse
1443
+ ) => any;
1444
+
1445
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1446
+ obj: UntagResourceRequest
1447
+ ) => any;
1448
+
1449
+ export declare const UpdateAgentStatusRequestFilterSensitiveLog: (
1450
+ obj: UpdateAgentStatusRequest
1451
+ ) => any;
1452
+
1453
+ export declare const UpdateContactRequestFilterSensitiveLog: (
1454
+ obj: UpdateContactRequest
1455
+ ) => any;
1456
+
1457
+ export declare const UpdateContactResponseFilterSensitiveLog: (
1458
+ obj: UpdateContactResponse
1459
+ ) => any;
1460
+
1461
+ export declare const UpdateContactAttributesRequestFilterSensitiveLog: (
1462
+ obj: UpdateContactAttributesRequest
1463
+ ) => any;
1464
+
1465
+ export declare const UpdateContactAttributesResponseFilterSensitiveLog: (
1466
+ obj: UpdateContactAttributesResponse
1467
+ ) => any;
1468
+
1469
+ export declare const UpdateContactFlowContentRequestFilterSensitiveLog: (
1470
+ obj: UpdateContactFlowContentRequest
1471
+ ) => any;
1472
+
1473
+ export declare const UpdateContactFlowMetadataRequestFilterSensitiveLog: (
1474
+ obj: UpdateContactFlowMetadataRequest
1475
+ ) => any;
1476
+
1477
+ export declare const UpdateContactFlowModuleContentRequestFilterSensitiveLog: (
1478
+ obj: UpdateContactFlowModuleContentRequest
1479
+ ) => any;
1480
+
1481
+ export declare const UpdateContactFlowModuleContentResponseFilterSensitiveLog: (
1482
+ obj: UpdateContactFlowModuleContentResponse
1483
+ ) => any;
1484
+
1485
+ export declare const UpdateContactFlowModuleMetadataRequestFilterSensitiveLog: (
1486
+ obj: UpdateContactFlowModuleMetadataRequest
1487
+ ) => any;
1488
+
1489
+ export declare const UpdateContactFlowModuleMetadataResponseFilterSensitiveLog: (
1490
+ obj: UpdateContactFlowModuleMetadataResponse
1491
+ ) => any;
1492
+
1493
+ export declare const UpdateContactFlowNameRequestFilterSensitiveLog: (
1494
+ obj: UpdateContactFlowNameRequest
1495
+ ) => any;
1496
+
1497
+ export declare const UpdateContactScheduleRequestFilterSensitiveLog: (
1498
+ obj: UpdateContactScheduleRequest
1499
+ ) => any;
1500
+
1501
+ export declare const UpdateContactScheduleResponseFilterSensitiveLog: (
1502
+ obj: UpdateContactScheduleResponse
1503
+ ) => any;
1504
+
1505
+ export declare const UpdateHoursOfOperationRequestFilterSensitiveLog: (
1506
+ obj: UpdateHoursOfOperationRequest
1507
+ ) => any;
1508
+
1509
+ export declare const UpdateInstanceAttributeRequestFilterSensitiveLog: (
1510
+ obj: UpdateInstanceAttributeRequest
1511
+ ) => any;
1512
+
1513
+ export declare const UpdateInstanceStorageConfigRequestFilterSensitiveLog: (
1514
+ obj: UpdateInstanceStorageConfigRequest
1515
+ ) => any;
1516
+
1517
+ export declare const UpdatePhoneNumberRequestFilterSensitiveLog: (
1518
+ obj: UpdatePhoneNumberRequest
1519
+ ) => any;
1520
+
1521
+ export declare const UpdatePhoneNumberResponseFilterSensitiveLog: (
1522
+ obj: UpdatePhoneNumberResponse
1523
+ ) => any;
1524
+
1525
+ export declare const UpdateQueueHoursOfOperationRequestFilterSensitiveLog: (
1526
+ obj: UpdateQueueHoursOfOperationRequest
1527
+ ) => any;
1528
+
1529
+ export declare const UpdateQueueMaxContactsRequestFilterSensitiveLog: (
1530
+ obj: UpdateQueueMaxContactsRequest
1531
+ ) => any;
1532
+
1533
+ export declare const UpdateQueueNameRequestFilterSensitiveLog: (
1534
+ obj: UpdateQueueNameRequest
1535
+ ) => any;
1536
+
1537
+ export declare const UpdateQueueOutboundCallerConfigRequestFilterSensitiveLog: (
1538
+ obj: UpdateQueueOutboundCallerConfigRequest
1539
+ ) => any;
1540
+
1541
+ export declare const UpdateQueueStatusRequestFilterSensitiveLog: (
1542
+ obj: UpdateQueueStatusRequest
1543
+ ) => any;
1544
+
1545
+ export declare const UpdateQuickConnectConfigRequestFilterSensitiveLog: (
1546
+ obj: UpdateQuickConnectConfigRequest
1547
+ ) => any;
1548
+
1549
+ export declare const UpdateQuickConnectNameRequestFilterSensitiveLog: (
1550
+ obj: UpdateQuickConnectNameRequest
1551
+ ) => any;
1552
+
1553
+ export declare const UpdateRoutingProfileConcurrencyRequestFilterSensitiveLog: (
1554
+ obj: UpdateRoutingProfileConcurrencyRequest
1555
+ ) => any;
1556
+
1557
+ export declare const UpdateRoutingProfileDefaultOutboundQueueRequestFilterSensitiveLog: (
1558
+ obj: UpdateRoutingProfileDefaultOutboundQueueRequest
1559
+ ) => any;
1560
+
1561
+ export declare const UpdateRoutingProfileNameRequestFilterSensitiveLog: (
1562
+ obj: UpdateRoutingProfileNameRequest
1563
+ ) => any;
1564
+
1565
+ export declare const UpdateRoutingProfileQueuesRequestFilterSensitiveLog: (
1566
+ obj: UpdateRoutingProfileQueuesRequest
1567
+ ) => any;
1568
+
1569
+ export declare const UpdateSecurityProfileRequestFilterSensitiveLog: (
1570
+ obj: UpdateSecurityProfileRequest
1571
+ ) => any;
1572
+
1573
+ export declare const UpdateTaskTemplateRequestFilterSensitiveLog: (
1574
+ obj: UpdateTaskTemplateRequest
1575
+ ) => any;
1576
+
1577
+ export declare const UpdateTaskTemplateResponseFilterSensitiveLog: (
1578
+ obj: UpdateTaskTemplateResponse
1579
+ ) => any;
1580
+
1581
+ export declare const UpdateUserHierarchyRequestFilterSensitiveLog: (
1582
+ obj: UpdateUserHierarchyRequest
1583
+ ) => any;
1584
+
1585
+ export declare const UpdateUserHierarchyGroupNameRequestFilterSensitiveLog: (
1586
+ obj: UpdateUserHierarchyGroupNameRequest
1587
+ ) => any;
1588
+
1589
+ export declare const HierarchyLevelUpdateFilterSensitiveLog: (
1590
+ obj: HierarchyLevelUpdate
1591
+ ) => any;
1592
+
1593
+ export declare const HierarchyStructureUpdateFilterSensitiveLog: (
1594
+ obj: HierarchyStructureUpdate
1595
+ ) => any;
1596
+
1597
+ export declare const UpdateUserHierarchyStructureRequestFilterSensitiveLog: (
1598
+ obj: UpdateUserHierarchyStructureRequest
1599
+ ) => any;
1600
+
1601
+ export declare const UpdateUserIdentityInfoRequestFilterSensitiveLog: (
1602
+ obj: UpdateUserIdentityInfoRequest
1603
+ ) => any;
1604
+
1605
+ export declare const UpdateUserPhoneConfigRequestFilterSensitiveLog: (
1606
+ obj: UpdateUserPhoneConfigRequest
1607
+ ) => any;
1608
+
1609
+ export declare const UpdateUserRoutingProfileRequestFilterSensitiveLog: (
1610
+ obj: UpdateUserRoutingProfileRequest
1611
+ ) => any;
1612
+
1613
+ export declare const UpdateUserSecurityProfilesRequestFilterSensitiveLog: (
1614
+ obj: UpdateUserSecurityProfilesRequest
1615
+ ) => any;
1616
+
1617
+ export declare const QueueSearchCriteriaFilterSensitiveLog: (
1618
+ obj: QueueSearchCriteria
1619
+ ) => any;
1620
+
1621
+ export declare const RoutingProfileSearchCriteriaFilterSensitiveLog: (
1622
+ obj: RoutingProfileSearchCriteria
1623
+ ) => any;
1624
+
1625
+ export declare const SecurityProfileSearchCriteriaFilterSensitiveLog: (
1626
+ obj: SecurityProfileSearchCriteria
1627
+ ) => any;
1628
+
1629
+ export declare const UserSearchCriteriaFilterSensitiveLog: (
1630
+ obj: UserSearchCriteria
1631
+ ) => any;
1632
+
1633
+ export declare const SearchQueuesRequestFilterSensitiveLog: (
1634
+ obj: SearchQueuesRequest
1635
+ ) => any;
1636
+
1637
+ export declare const SearchRoutingProfilesRequestFilterSensitiveLog: (
1638
+ obj: SearchRoutingProfilesRequest
1639
+ ) => any;
1640
+
1641
+ export declare const SearchSecurityProfilesRequestFilterSensitiveLog: (
1642
+ obj: SearchSecurityProfilesRequest
1643
+ ) => any;
1644
+
1645
+ export declare const SearchUsersRequestFilterSensitiveLog: (
1646
+ obj: SearchUsersRequest
1647
+ ) => any;