@aws-sdk/client-connect 3.104.0 → 3.110.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 (54) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist-cjs/Connect.js +15 -0
  3. package/dist-cjs/ConnectClient.js +2 -0
  4. package/dist-cjs/commands/GetCurrentUserDataCommand.js +36 -0
  5. package/dist-cjs/commands/ListQueuesCommand.js +3 -3
  6. package/dist-cjs/commands/ListQuickConnectsCommand.js +3 -3
  7. package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js +3 -3
  8. package/dist-cjs/commands/ListRoutingProfilesCommand.js +3 -3
  9. package/dist-cjs/commands/index.js +1 -0
  10. package/dist-cjs/models/models_0.js +105 -98
  11. package/dist-cjs/models/models_1.js +74 -3
  12. package/dist-cjs/pagination/GetCurrentUserDataPaginator.js +36 -0
  13. package/dist-cjs/pagination/index.js +1 -0
  14. package/dist-cjs/protocols/Aws_restJson1.js +244 -5
  15. package/dist-es/Connect.js +15 -0
  16. package/dist-es/ConnectClient.js +2 -0
  17. package/dist-es/commands/GetCurrentUserDataCommand.js +39 -0
  18. package/dist-es/commands/ListQueuesCommand.js +1 -1
  19. package/dist-es/commands/ListQuickConnectsCommand.js +1 -1
  20. package/dist-es/commands/ListRoutingProfileQueuesCommand.js +1 -1
  21. package/dist-es/commands/ListRoutingProfilesCommand.js +1 -1
  22. package/dist-es/commands/index.js +1 -0
  23. package/dist-es/models/models_0.js +75 -68
  24. package/dist-es/models/models_1.js +49 -0
  25. package/dist-es/pagination/GetCurrentUserDataPaginator.js +75 -0
  26. package/dist-es/pagination/index.js +1 -0
  27. package/dist-es/protocols/Aws_restJson1.js +256 -0
  28. package/dist-types/Connect.d.ts +7 -0
  29. package/dist-types/ConnectClient.d.ts +3 -2
  30. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +35 -0
  31. package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
  32. package/dist-types/commands/ListQuickConnectsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
  34. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
  35. package/dist-types/commands/index.d.ts +1 -0
  36. package/dist-types/models/models_0.d.ts +344 -370
  37. package/dist-types/models/models_1.d.ts +266 -30
  38. package/dist-types/pagination/GetCurrentUserDataPaginator.d.ts +4 -0
  39. package/dist-types/pagination/index.d.ts +1 -0
  40. package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
  41. package/dist-types/ts3.4/Connect.d.ts +5 -0
  42. package/dist-types/ts3.4/ConnectClient.d.ts +3 -2
  43. package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +212 -253
  50. package/dist-types/ts3.4/models/models_1.d.ts +155 -28
  51. package/dist-types/ts3.4/pagination/GetCurrentUserDataPaginator.d.ts +4 -0
  52. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +3 -0
  54. package/package.json +29 -28
@@ -1,6 +1,260 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
3
- import { AgentStatusState, ContactFlowModuleState, ContactFlowState, HierarchyGroupSummary, HoursOfOperationConfig, InstanceAttributeType, InstanceStorageConfig, InstanceStorageResourceType, MediaConcurrency, OutboundCallerConfig, PhoneNumberCountryCode, PhoneNumberType, QueueStatus, QuickConnectConfig, ReferenceType, RoutingProfileQueueConfig, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UseCaseType, UserIdentityInfo, UserPhoneConfig, VocabularyLanguageCode, VocabularyState } from "./models_0";
3
+ import { AgentStatusState, Channel, ContactFlowModuleState, ContactFlowState, HierarchyGroupSummary, HoursOfOperationConfig, InstanceAttributeType, InstanceStorageConfig, InstanceStorageResourceType, MediaConcurrency, OutboundCallerConfig, PhoneNumberCountryCode, PhoneNumberType, QueueStatus, QuickConnectConfig, QuickConnectSummary, QuickConnectType, ReferenceType, 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
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
11
+ */
12
+ InstanceId: string | undefined;
13
+ /**
14
+ * <p>The type of queue.</p>
15
+ */
16
+ QueueTypes?: (QueueType | string)[];
17
+ /**
18
+ * <p>The token for the next set of results. Use the value returned in the previous
19
+ * response in the next request to retrieve the next set of results.</p>
20
+ */
21
+ NextToken?: string;
22
+ /**
23
+ * <p>The maximum number of results to return per page.</p>
24
+ */
25
+ MaxResults?: number;
26
+ }
27
+ export declare namespace ListQueuesRequest {
28
+ /**
29
+ * @internal
30
+ */
31
+ const filterSensitiveLog: (obj: ListQueuesRequest) => any;
32
+ }
33
+ /**
34
+ * <p>Contains summary information about a queue.</p>
35
+ */
36
+ export interface QueueSummary {
37
+ /**
38
+ * <p>The identifier of the queue.</p>
39
+ */
40
+ Id?: string;
41
+ /**
42
+ * <p>The Amazon Resource Name (ARN) of the queue.</p>
43
+ */
44
+ Arn?: string;
45
+ /**
46
+ * <p>The name of the queue.</p>
47
+ */
48
+ Name?: string;
49
+ /**
50
+ * <p>The type of queue.</p>
51
+ */
52
+ QueueType?: QueueType | string;
53
+ }
54
+ export declare namespace QueueSummary {
55
+ /**
56
+ * @internal
57
+ */
58
+ const filterSensitiveLog: (obj: QueueSummary) => any;
59
+ }
60
+ export interface ListQueuesResponse {
61
+ /**
62
+ * <p>Information about the queues.</p>
63
+ */
64
+ QueueSummaryList?: QueueSummary[];
65
+ /**
66
+ * <p>If there are additional results, this is the token for the next set of results.</p>
67
+ */
68
+ NextToken?: string;
69
+ }
70
+ export declare namespace ListQueuesResponse {
71
+ /**
72
+ * @internal
73
+ */
74
+ const filterSensitiveLog: (obj: ListQueuesResponse) => any;
75
+ }
76
+ export interface ListQuickConnectsRequest {
77
+ /**
78
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
79
+ */
80
+ InstanceId: string | undefined;
81
+ /**
82
+ * <p>The token for the next set of results. Use the value returned in the previous
83
+ * response in the next request to retrieve the next set of results.</p>
84
+ */
85
+ NextToken?: string;
86
+ /**
87
+ * <p>The maximum number of results to return per page.</p>
88
+ */
89
+ MaxResults?: number;
90
+ /**
91
+ * <p>The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are
92
+ * prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).</p>
93
+ */
94
+ QuickConnectTypes?: (QuickConnectType | string)[];
95
+ }
96
+ export declare namespace ListQuickConnectsRequest {
97
+ /**
98
+ * @internal
99
+ */
100
+ const filterSensitiveLog: (obj: ListQuickConnectsRequest) => any;
101
+ }
102
+ export interface ListQuickConnectsResponse {
103
+ /**
104
+ * <p>Information about the quick connects.</p>
105
+ */
106
+ QuickConnectSummaryList?: QuickConnectSummary[];
107
+ /**
108
+ * <p>If there are additional results, this is the token for the next set of results.</p>
109
+ */
110
+ NextToken?: string;
111
+ }
112
+ export declare namespace ListQuickConnectsResponse {
113
+ /**
114
+ * @internal
115
+ */
116
+ const filterSensitiveLog: (obj: ListQuickConnectsResponse) => any;
117
+ }
118
+ export interface ListRoutingProfileQueuesRequest {
119
+ /**
120
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
121
+ */
122
+ InstanceId: string | undefined;
123
+ /**
124
+ * <p>The identifier of the routing profile.</p>
125
+ */
126
+ RoutingProfileId: string | undefined;
127
+ /**
128
+ * <p>The token for the next set of results. Use the value returned in the previous
129
+ * response in the next request to retrieve the next set of results.</p>
130
+ */
131
+ NextToken?: string;
132
+ /**
133
+ * <p>The maximum number of results to return per page.</p>
134
+ */
135
+ MaxResults?: number;
136
+ }
137
+ export declare namespace ListRoutingProfileQueuesRequest {
138
+ /**
139
+ * @internal
140
+ */
141
+ const filterSensitiveLog: (obj: ListRoutingProfileQueuesRequest) => any;
142
+ }
143
+ /**
144
+ * <p>Contains summary information about a routing profile queue.</p>
145
+ */
146
+ export interface RoutingProfileQueueConfigSummary {
147
+ /**
148
+ * <p>The identifier for the queue.</p>
149
+ */
150
+ QueueId: string | undefined;
151
+ /**
152
+ * <p>The Amazon Resource Name (ARN) of the queue.</p>
153
+ */
154
+ QueueArn: string | undefined;
155
+ /**
156
+ * <p>The name of the queue.</p>
157
+ */
158
+ QueueName: string | undefined;
159
+ /**
160
+ * <p>The order in which contacts are to be handled for the queue. For more information, see
161
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-routing-profiles-priority.html">Queues: priority and
162
+ * delay</a>.</p>
163
+ */
164
+ Priority: number | undefined;
165
+ /**
166
+ * <p>The delay, in seconds, that a contact should be in the queue before they are routed to an
167
+ * available agent. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-routing-profiles-priority.html">Queues: priority and
168
+ * delay</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
169
+ */
170
+ Delay: number | undefined;
171
+ /**
172
+ * <p>The channels this queue supports.</p>
173
+ */
174
+ Channel: Channel | string | undefined;
175
+ }
176
+ export declare namespace RoutingProfileQueueConfigSummary {
177
+ /**
178
+ * @internal
179
+ */
180
+ const filterSensitiveLog: (obj: RoutingProfileQueueConfigSummary) => any;
181
+ }
182
+ export interface ListRoutingProfileQueuesResponse {
183
+ /**
184
+ * <p>If there are additional results, this is the token for the next set of results.</p>
185
+ */
186
+ NextToken?: string;
187
+ /**
188
+ * <p>Information about the routing profiles.</p>
189
+ */
190
+ RoutingProfileQueueConfigSummaryList?: RoutingProfileQueueConfigSummary[];
191
+ }
192
+ export declare namespace ListRoutingProfileQueuesResponse {
193
+ /**
194
+ * @internal
195
+ */
196
+ const filterSensitiveLog: (obj: ListRoutingProfileQueuesResponse) => any;
197
+ }
198
+ export interface ListRoutingProfilesRequest {
199
+ /**
200
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
201
+ */
202
+ InstanceId: string | undefined;
203
+ /**
204
+ * <p>The token for the next set of results. Use the value returned in the previous
205
+ * response in the next request to retrieve the next set of results.</p>
206
+ */
207
+ NextToken?: string;
208
+ /**
209
+ * <p>The maximum number of results to return per page.</p>
210
+ */
211
+ MaxResults?: number;
212
+ }
213
+ export declare namespace ListRoutingProfilesRequest {
214
+ /**
215
+ * @internal
216
+ */
217
+ const filterSensitiveLog: (obj: ListRoutingProfilesRequest) => any;
218
+ }
219
+ /**
220
+ * <p>Contains summary information about a routing profile.</p>
221
+ */
222
+ export interface RoutingProfileSummary {
223
+ /**
224
+ * <p>The identifier of the routing profile.</p>
225
+ */
226
+ Id?: string;
227
+ /**
228
+ * <p>The Amazon Resource Name (ARN) of the routing profile.</p>
229
+ */
230
+ Arn?: string;
231
+ /**
232
+ * <p>The name of the routing profile.</p>
233
+ */
234
+ Name?: string;
235
+ }
236
+ export declare namespace RoutingProfileSummary {
237
+ /**
238
+ * @internal
239
+ */
240
+ const filterSensitiveLog: (obj: RoutingProfileSummary) => any;
241
+ }
242
+ export interface ListRoutingProfilesResponse {
243
+ /**
244
+ * <p>Information about the routing profiles.</p>
245
+ */
246
+ RoutingProfileSummaryList?: RoutingProfileSummary[];
247
+ /**
248
+ * <p>If there are additional results, this is the token for the next set of results.</p>
249
+ */
250
+ NextToken?: string;
251
+ }
252
+ export declare namespace ListRoutingProfilesResponse {
253
+ /**
254
+ * @internal
255
+ */
256
+ const filterSensitiveLog: (obj: ListRoutingProfilesResponse) => any;
257
+ }
4
258
  export interface ListSecurityKeysRequest {
5
259
  /**
6
260
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -178,9 +432,7 @@ export interface ListTagsForResourceResponse {
178
432
  /**
179
433
  * <p>Information about the tags.</p>
180
434
  */
181
- tags?: {
182
- [key: string]: string;
183
- };
435
+ tags?: Record<string, string>;
184
436
  }
185
437
  export declare namespace ListTagsForResourceResponse {
186
438
  /**
@@ -792,9 +1044,7 @@ export interface UserSearchSummary {
792
1044
  /**
793
1045
  * <p>The tags used to organize, track, or control access for this resource.</p>
794
1046
  */
795
- Tags?: {
796
- [key: string]: string;
797
- };
1047
+ Tags?: Record<string, string>;
798
1048
  /**
799
1049
  * <p>The name of the user.</p>
800
1050
  */
@@ -973,9 +1223,7 @@ export interface StartChatContactRequest {
973
1223
  * <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys
974
1224
  * can include only alphanumeric, dash, and underscore characters.</p>
975
1225
  */
976
- Attributes?: {
977
- [key: string]: string;
978
- };
1226
+ Attributes?: Record<string, string>;
979
1227
  /**
980
1228
  * <p>Information identifying the participant.</p>
981
1229
  */
@@ -1236,9 +1484,7 @@ export interface StartOutboundVoiceContactRequest {
1236
1484
  * <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys
1237
1485
  * can include only alphanumeric, dash, and underscore characters.</p>
1238
1486
  */
1239
- Attributes?: {
1240
- [key: string]: string;
1241
- };
1487
+ Attributes?: Record<string, string>;
1242
1488
  /**
1243
1489
  * <p>Configuration of the answering machine detection for this outbound call. </p>
1244
1490
  */
@@ -1319,9 +1565,7 @@ export interface StartTaskContactRequest {
1319
1565
  * <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys
1320
1566
  * can include only alphanumeric, dash, and underscore characters.</p>
1321
1567
  */
1322
- Attributes?: {
1323
- [key: string]: string;
1324
- };
1568
+ Attributes?: Record<string, string>;
1325
1569
  /**
1326
1570
  * <p>The name of a task that is shown to an agent in the Contact Control Panel (CCP).</p>
1327
1571
  */
@@ -1329,9 +1573,7 @@ export interface StartTaskContactRequest {
1329
1573
  /**
1330
1574
  * <p>A formatted URL that is shown to an agent in the Contact Control Panel (CCP).</p>
1331
1575
  */
1332
- References?: {
1333
- [key: string]: Reference;
1334
- };
1576
+ References?: Record<string, Reference>;
1335
1577
  /**
1336
1578
  * <p>A description of the task that is shown to an agent in the Contact Control Panel
1337
1579
  * (CCP).</p>
@@ -1507,9 +1749,7 @@ export interface TagResourceRequest {
1507
1749
  /**
1508
1750
  * <p>One or more tags. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
1509
1751
  */
1510
- tags: {
1511
- [key: string]: string;
1512
- } | undefined;
1752
+ tags: Record<string, string> | undefined;
1513
1753
  }
1514
1754
  export declare namespace TagResourceRequest {
1515
1755
  /**
@@ -1523,7 +1763,7 @@ export interface TransferContactRequest {
1523
1763
  */
1524
1764
  InstanceId: string | undefined;
1525
1765
  /**
1526
- * <p>The identifier of the contact in this instance of Amazon Connect </p>
1766
+ * <p>The identifier of the contact in this instance of Amazon Connect. </p>
1527
1767
  */
1528
1768
  ContactId: string | undefined;
1529
1769
  /**
@@ -1552,7 +1792,7 @@ export declare namespace TransferContactRequest {
1552
1792
  }
1553
1793
  export interface TransferContactResponse {
1554
1794
  /**
1555
- * <p>The identifier of the contact in this instance of Amazon Connect </p>
1795
+ * <p>The identifier of the contact in this instance of Amazon Connect. </p>
1556
1796
  */
1557
1797
  ContactId?: string;
1558
1798
  /**
@@ -1639,9 +1879,7 @@ export interface UpdateContactRequest {
1639
1879
  /**
1640
1880
  * <p>Well-formed data on contact, shown to agents on Contact Control Panel (CCP).</p>
1641
1881
  */
1642
- References?: {
1643
- [key: string]: Reference;
1644
- };
1882
+ References?: Record<string, Reference>;
1645
1883
  }
1646
1884
  export declare namespace UpdateContactRequest {
1647
1885
  /**
@@ -1673,9 +1911,7 @@ export interface UpdateContactAttributesRequest {
1673
1911
  * <p>You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys
1674
1912
  * can include only alphanumeric, dash, and underscore characters.</p>
1675
1913
  */
1676
- Attributes: {
1677
- [key: string]: string;
1678
- } | undefined;
1914
+ Attributes: Record<string, string> | undefined;
1679
1915
  }
1680
1916
  export declare namespace UpdateContactAttributesRequest {
1681
1917
  /**
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput } from "../commands/GetCurrentUserDataCommand";
3
+ import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateGetCurrentUserData(config: ConnectPaginationConfiguration, input: GetCurrentUserDataCommandInput, ...additionalArguments: any): Paginator<GetCurrentUserDataCommandOutput>;
@@ -1,4 +1,5 @@
1
1
  export * from "./GetCurrentMetricDataPaginator";
2
+ export * from "./GetCurrentUserDataPaginator";
2
3
  export * from "./GetMetricDataPaginator";
3
4
  export * from "./Interfaces";
4
5
  export * from "./ListAgentStatusesPaginator";
@@ -66,6 +66,7 @@ import { DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfil
66
66
  import { DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput } from "../commands/DisassociateSecurityKeyCommand";
67
67
  import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } from "../commands/GetContactAttributesCommand";
68
68
  import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "../commands/GetCurrentMetricDataCommand";
69
+ import { GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput } from "../commands/GetCurrentUserDataCommand";
69
70
  import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "../commands/GetFederationTokenCommand";
70
71
  import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../commands/GetMetricDataCommand";
71
72
  import { GetTaskTemplateCommandInput, GetTaskTemplateCommandOutput } from "../commands/GetTaskTemplateCommand";
@@ -216,6 +217,7 @@ export declare const serializeAws_restJson1DisassociateRoutingProfileQueuesComma
216
217
  export declare const serializeAws_restJson1DisassociateSecurityKeyCommand: (input: DisassociateSecurityKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
218
  export declare const serializeAws_restJson1GetContactAttributesCommand: (input: GetContactAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
219
  export declare const serializeAws_restJson1GetCurrentMetricDataCommand: (input: GetCurrentMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
+ export declare const serializeAws_restJson1GetCurrentUserDataCommand: (input: GetCurrentUserDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
221
  export declare const serializeAws_restJson1GetFederationTokenCommand: (input: GetFederationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
222
  export declare const serializeAws_restJson1GetMetricDataCommand: (input: GetMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
223
  export declare const serializeAws_restJson1GetTaskTemplateCommand: (input: GetTaskTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -366,6 +368,7 @@ export declare const deserializeAws_restJson1DisassociateRoutingProfileQueuesCom
366
368
  export declare const deserializeAws_restJson1DisassociateSecurityKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSecurityKeyCommandOutput>;
367
369
  export declare const deserializeAws_restJson1GetContactAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContactAttributesCommandOutput>;
368
370
  export declare const deserializeAws_restJson1GetCurrentMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCurrentMetricDataCommandOutput>;
371
+ export declare const deserializeAws_restJson1GetCurrentUserDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCurrentUserDataCommandOutput>;
369
372
  export declare const deserializeAws_restJson1GetFederationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFederationTokenCommandOutput>;
370
373
  export declare const deserializeAws_restJson1GetMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricDataCommandOutput>;
371
374
  export declare const deserializeAws_restJson1GetTaskTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTaskTemplateCommandOutput>;
@@ -65,6 +65,7 @@ import { DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfil
65
65
  import { DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput } from "./commands/DisassociateSecurityKeyCommand";
66
66
  import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } from "./commands/GetContactAttributesCommand";
67
67
  import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "./commands/GetCurrentMetricDataCommand";
68
+ import { GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput } from "./commands/GetCurrentUserDataCommand";
68
69
  import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "./commands/GetFederationTokenCommand";
69
70
  import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "./commands/GetMetricDataCommand";
70
71
  import { GetTaskTemplateCommandInput, GetTaskTemplateCommandOutput } from "./commands/GetTaskTemplateCommand";
@@ -417,6 +418,10 @@ export declare class Connect extends ConnectClient {
417
418
  getCurrentMetricData(args: GetCurrentMetricDataCommandInput, cb: (err: any, data?: GetCurrentMetricDataCommandOutput) => void): void;
418
419
  getCurrentMetricData(args: GetCurrentMetricDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCurrentMetricDataCommandOutput) => void): void;
419
420
 
421
+ getCurrentUserData(args: GetCurrentUserDataCommandInput, options?: __HttpHandlerOptions): Promise<GetCurrentUserDataCommandOutput>;
422
+ getCurrentUserData(args: GetCurrentUserDataCommandInput, cb: (err: any, data?: GetCurrentUserDataCommandOutput) => void): void;
423
+ getCurrentUserData(args: GetCurrentUserDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCurrentUserDataCommandOutput) => void): void;
424
+
420
425
  getFederationToken(args: GetFederationTokenCommandInput, options?: __HttpHandlerOptions): Promise<GetFederationTokenCommandOutput>;
421
426
  getFederationToken(args: GetFederationTokenCommandInput, cb: (err: any, data?: GetFederationTokenCommandOutput) => void): void;
422
427
  getFederationToken(args: GetFederationTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFederationTokenCommandOutput) => void): void;
@@ -72,6 +72,7 @@ import { DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfil
72
72
  import { DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput } from "./commands/DisassociateSecurityKeyCommand";
73
73
  import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } from "./commands/GetContactAttributesCommand";
74
74
  import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "./commands/GetCurrentMetricDataCommand";
75
+ import { GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput } from "./commands/GetCurrentUserDataCommand";
75
76
  import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "./commands/GetFederationTokenCommand";
76
77
  import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "./commands/GetMetricDataCommand";
77
78
  import { GetTaskTemplateCommandInput, GetTaskTemplateCommandOutput } from "./commands/GetTaskTemplateCommand";
@@ -156,8 +157,8 @@ import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput
156
157
  import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "./commands/UpdateUserPhoneConfigCommand";
157
158
  import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "./commands/UpdateUserRoutingProfileCommand";
158
159
  import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "./commands/UpdateUserSecurityProfilesCommand";
159
- export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | ClaimPhoneNumberCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateVocabularyCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeVocabularyCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | GetTaskTemplateCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ResumeContactRecordingCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdatePhoneNumberCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
160
- export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | ClaimPhoneNumberCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateVocabularyCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeVocabularyCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | GetTaskTemplateCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ResumeContactRecordingCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
160
+ export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | ClaimPhoneNumberCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateVocabularyCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeVocabularyCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | GetTaskTemplateCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ResumeContactRecordingCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdatePhoneNumberCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
161
+ export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | ClaimPhoneNumberCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateVocabularyCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeVocabularyCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | GetTaskTemplateCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ResumeContactRecordingCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
161
162
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
162
163
 
163
164
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { GetCurrentUserDataRequest, GetCurrentUserDataResponse } from "../models/models_0";
5
+ export interface GetCurrentUserDataCommandInput extends GetCurrentUserDataRequest {
6
+ }
7
+ export interface GetCurrentUserDataCommandOutput extends GetCurrentUserDataResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetCurrentUserDataCommand extends $Command<GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput, ConnectClientResolvedConfig> {
11
+ readonly input: GetCurrentUserDataCommandInput;
12
+ constructor(input: GetCurrentUserDataCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListQueuesRequest, ListQueuesResponse } from "../models/models_0";
4
+ import { ListQueuesRequest, ListQueuesResponse } from "../models/models_1";
5
5
  export interface ListQueuesCommandInput extends ListQueuesRequest {
6
6
  }
7
7
  export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListQuickConnectsRequest, ListQuickConnectsResponse } from "../models/models_0";
4
+ import { ListQuickConnectsRequest, ListQuickConnectsResponse } from "../models/models_1";
5
5
  export interface ListQuickConnectsCommandInput extends ListQuickConnectsRequest {
6
6
  }
7
7
  export interface ListQuickConnectsCommandOutput extends ListQuickConnectsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListRoutingProfileQueuesRequest, ListRoutingProfileQueuesResponse } from "../models/models_0";
4
+ import { ListRoutingProfileQueuesRequest, ListRoutingProfileQueuesResponse } from "../models/models_1";
5
5
  export interface ListRoutingProfileQueuesCommandInput extends ListRoutingProfileQueuesRequest {
6
6
  }
7
7
  export interface ListRoutingProfileQueuesCommandOutput extends ListRoutingProfileQueuesResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListRoutingProfilesRequest, ListRoutingProfilesResponse } from "../models/models_0";
4
+ import { ListRoutingProfilesRequest, ListRoutingProfilesResponse } from "../models/models_1";
5
5
  export interface ListRoutingProfilesCommandInput extends ListRoutingProfilesRequest {
6
6
  }
7
7
  export interface ListRoutingProfilesCommandOutput extends ListRoutingProfilesResponse, __MetadataBearer {
@@ -64,6 +64,7 @@ export * from "./DisassociateRoutingProfileQueuesCommand";
64
64
  export * from "./DisassociateSecurityKeyCommand";
65
65
  export * from "./GetContactAttributesCommand";
66
66
  export * from "./GetCurrentMetricDataCommand";
67
+ export * from "./GetCurrentUserDataCommand";
67
68
  export * from "./GetFederationTokenCommand";
68
69
  export * from "./GetMetricDataCommand";
69
70
  export * from "./GetTaskTemplateCommand";