@aws-sdk/client-connect 3.67.0 → 3.75.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 (85) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/Connect.js +120 -0
  3. package/dist-cjs/commands/AssociatePhoneNumberContactFlowCommand.js +36 -0
  4. package/dist-cjs/commands/ClaimPhoneNumberCommand.js +36 -0
  5. package/dist-cjs/commands/DescribePhoneNumberCommand.js +36 -0
  6. package/dist-cjs/commands/DisassociatePhoneNumberContactFlowCommand.js +36 -0
  7. package/dist-cjs/commands/ListPhoneNumbersV2Command.js +36 -0
  8. package/dist-cjs/commands/ReleasePhoneNumberCommand.js +36 -0
  9. package/dist-cjs/commands/SearchAvailablePhoneNumbersCommand.js +37 -0
  10. package/dist-cjs/commands/SearchVocabulariesCommand.js +3 -3
  11. package/dist-cjs/commands/StartChatContactCommand.js +3 -3
  12. package/dist-cjs/commands/StartContactRecordingCommand.js +3 -3
  13. package/dist-cjs/commands/StartContactStreamingCommand.js +3 -3
  14. package/dist-cjs/commands/UpdatePhoneNumberCommand.js +36 -0
  15. package/dist-cjs/commands/index.js +8 -0
  16. package/dist-cjs/models/models_0.js +795 -803
  17. package/dist-cjs/models/models_1.js +118 -2
  18. package/dist-cjs/pagination/ListPhoneNumbersV2Paginator.js +35 -0
  19. package/dist-cjs/pagination/SearchAvailablePhoneNumbersPaginator.js +35 -0
  20. package/dist-cjs/pagination/index.js +2 -0
  21. package/dist-cjs/protocols/Aws_restJson1.js +744 -12
  22. package/dist-es/Connect.js +120 -0
  23. package/dist-es/commands/AssociatePhoneNumberContactFlowCommand.js +39 -0
  24. package/dist-es/commands/ClaimPhoneNumberCommand.js +39 -0
  25. package/dist-es/commands/DescribePhoneNumberCommand.js +39 -0
  26. package/dist-es/commands/DisassociatePhoneNumberContactFlowCommand.js +39 -0
  27. package/dist-es/commands/ListPhoneNumbersV2Command.js +39 -0
  28. package/dist-es/commands/ReleasePhoneNumberCommand.js +39 -0
  29. package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +40 -0
  30. package/dist-es/commands/SearchVocabulariesCommand.js +1 -1
  31. package/dist-es/commands/StartChatContactCommand.js +1 -1
  32. package/dist-es/commands/StartContactRecordingCommand.js +1 -1
  33. package/dist-es/commands/StartContactStreamingCommand.js +1 -1
  34. package/dist-es/commands/UpdatePhoneNumberCommand.js +39 -0
  35. package/dist-es/commands/index.js +8 -0
  36. package/dist-es/models/models_0.js +320 -329
  37. package/dist-es/models/models_1.js +83 -0
  38. package/dist-es/pagination/ListPhoneNumbersV2Paginator.js +74 -0
  39. package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +74 -0
  40. package/dist-es/pagination/index.js +2 -0
  41. package/dist-es/protocols/Aws_restJson1.js +960 -36
  42. package/dist-types/Connect.d.ts +59 -1
  43. package/dist-types/ConnectClient.d.ts +10 -2
  44. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +35 -0
  45. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +35 -0
  46. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +35 -0
  47. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +35 -0
  48. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +37 -0
  49. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +35 -0
  50. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +36 -0
  51. package/dist-types/commands/SearchVocabulariesCommand.d.ts +1 -1
  52. package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
  53. package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
  54. package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
  55. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +35 -0
  57. package/dist-types/commands/index.d.ts +8 -0
  58. package/dist-types/models/models_0.d.ts +778 -763
  59. package/dist-types/models/models_1.d.ts +377 -1
  60. package/dist-types/pagination/ListPhoneNumbersV2Paginator.d.ts +4 -0
  61. package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
  62. package/dist-types/pagination/index.d.ts +2 -0
  63. package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
  64. package/dist-types/ts3.4/Connect.d.ts +40 -0
  65. package/dist-types/ts3.4/ConnectClient.d.ts +10 -2
  66. package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +18 -0
  73. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +767 -749
  80. package/dist-types/ts3.4/models/models_1.d.ts +212 -1
  81. package/dist-types/ts3.4/pagination/ListPhoneNumbersV2Paginator.d.ts +4 -0
  82. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
  83. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  84. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  85. package/package.json +11 -11
@@ -1,6 +1,345 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
3
- import { AgentStatusState, ContactFlowModuleState, ContactFlowState, HoursOfOperationConfig, InstanceAttributeType, InstanceStorageConfig, InstanceStorageResourceType, MediaConcurrency, OutboundCallerConfig, QueueStatus, QuickConnectConfig, ReferenceType, RoutingProfileQueueConfig, UserIdentityInfo, UserPhoneConfig } from "./models_0";
3
+ import { AgentStatusState, AvailableNumberSummary, ContactFlowModuleState, ContactFlowState, HoursOfOperationConfig, InstanceAttributeType, InstanceStorageConfig, InstanceStorageResourceType, MediaConcurrency, OutboundCallerConfig, QueueStatus, QuickConnectConfig, ReferenceType, RoutingProfileQueueConfig, UserIdentityInfo, UserPhoneConfig, VocabularyLanguageCode, VocabularyState } from "./models_0";
4
+ export interface SearchAvailablePhoneNumbersResponse {
5
+ /**
6
+ * <p>If there are additional results, this is the token for the next set of results.</p>
7
+ */
8
+ NextToken?: string;
9
+ /**
10
+ * <p>A list of available phone numbers that you can claim for your Amazon Connect instance.</p>
11
+ */
12
+ AvailableNumbersList?: AvailableNumberSummary[];
13
+ }
14
+ export declare namespace SearchAvailablePhoneNumbersResponse {
15
+ /**
16
+ * @internal
17
+ */
18
+ const filterSensitiveLog: (obj: SearchAvailablePhoneNumbersResponse) => any;
19
+ }
20
+ export interface SearchVocabulariesRequest {
21
+ /**
22
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
23
+ */
24
+ InstanceId: string | undefined;
25
+ /**
26
+ * <p>The maximum number of results to return per page.</p>
27
+ */
28
+ MaxResults?: number;
29
+ /**
30
+ * <p>The token for the next set of results. Use the value returned in the previous
31
+ * response in the next request to retrieve the next set of results.</p>
32
+ */
33
+ NextToken?: string;
34
+ /**
35
+ * <p>The current state of the custom vocabulary.</p>
36
+ */
37
+ State?: VocabularyState | string;
38
+ /**
39
+ * <p>The starting pattern of the name of the vocabulary.</p>
40
+ */
41
+ NameStartsWith?: string;
42
+ /**
43
+ * <p>The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see
44
+ * <a href="https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html">What is Amazon Transcribe?</a>
45
+ * </p>
46
+ */
47
+ LanguageCode?: VocabularyLanguageCode | string;
48
+ }
49
+ export declare namespace SearchVocabulariesRequest {
50
+ /**
51
+ * @internal
52
+ */
53
+ const filterSensitiveLog: (obj: SearchVocabulariesRequest) => any;
54
+ }
55
+ /**
56
+ * <p>Contains summary information about the custom vocabulary.</p>
57
+ */
58
+ export interface VocabularySummary {
59
+ /**
60
+ * <p>A unique name of the custom vocabulary.</p>
61
+ */
62
+ Name: string | undefined;
63
+ /**
64
+ * <p>The identifier of the custom vocabulary.</p>
65
+ */
66
+ Id: string | undefined;
67
+ /**
68
+ * <p>The Amazon Resource Name (ARN) of the custom vocabulary.</p>
69
+ */
70
+ Arn: string | undefined;
71
+ /**
72
+ * <p>The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see
73
+ * <a href="https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html">What is Amazon Transcribe?</a>
74
+ * </p>
75
+ */
76
+ LanguageCode: VocabularyLanguageCode | string | undefined;
77
+ /**
78
+ * <p>The current state of the custom vocabulary.</p>
79
+ */
80
+ State: VocabularyState | string | undefined;
81
+ /**
82
+ * <p>The timestamp when the custom vocabulary was last modified.</p>
83
+ */
84
+ LastModifiedTime: Date | undefined;
85
+ /**
86
+ * <p>The reason why the custom vocabulary was not created.</p>
87
+ */
88
+ FailureReason?: string;
89
+ }
90
+ export declare namespace VocabularySummary {
91
+ /**
92
+ * @internal
93
+ */
94
+ const filterSensitiveLog: (obj: VocabularySummary) => any;
95
+ }
96
+ export interface SearchVocabulariesResponse {
97
+ /**
98
+ * <p>The list of the available custom vocabularies.</p>
99
+ */
100
+ VocabularySummaryList?: VocabularySummary[];
101
+ /**
102
+ * <p>If there are additional results, this is the token for the next set of results.</p>
103
+ */
104
+ NextToken?: string;
105
+ }
106
+ export declare namespace SearchVocabulariesResponse {
107
+ /**
108
+ * @internal
109
+ */
110
+ const filterSensitiveLog: (obj: SearchVocabulariesResponse) => any;
111
+ }
112
+ /**
113
+ * <p>A chat message.</p>
114
+ */
115
+ export interface ChatMessage {
116
+ /**
117
+ * <p>The type of the content. Supported types are <code>text/plain</code>.</p>
118
+ */
119
+ ContentType: string | undefined;
120
+ /**
121
+ * <p>The content of the chat message.</p>
122
+ */
123
+ Content: string | undefined;
124
+ }
125
+ export declare namespace ChatMessage {
126
+ /**
127
+ * @internal
128
+ */
129
+ const filterSensitiveLog: (obj: ChatMessage) => any;
130
+ }
131
+ /**
132
+ * <p>The customer's details.</p>
133
+ */
134
+ export interface ParticipantDetails {
135
+ /**
136
+ * <p>Display name of the participant.</p>
137
+ */
138
+ DisplayName: string | undefined;
139
+ }
140
+ export declare namespace ParticipantDetails {
141
+ /**
142
+ * @internal
143
+ */
144
+ const filterSensitiveLog: (obj: ParticipantDetails) => any;
145
+ }
146
+ export interface StartChatContactRequest {
147
+ /**
148
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
149
+ */
150
+ InstanceId: string | undefined;
151
+ /**
152
+ * <p>The identifier of the contact flow for initiating the chat.
153
+ * To
154
+ * see the ContactFlowId in the Amazon Connect console user interface, on the navigation menu go to <b>Routing</b>, <b>Contact Flows</b>. Choose the
155
+ * contact flow. On the contact flow page, under the name of the contact flow, choose <b>Show additional flow information</b>. The ContactFlowId is the last part of
156
+ * the ARN, shown here in bold: </p>
157
+ * <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>846ec553-a005-41c0-8341-xxxxxxxxxxxx</b>
158
+ * </p>
159
+ */
160
+ ContactFlowId: string | undefined;
161
+ /**
162
+ * <p>A custom key-value pair using an attribute map. The attributes are standard Amazon Connect
163
+ * attributes. They can be accessed in contact flows just like any other contact attributes. </p>
164
+ * <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys
165
+ * can include only alphanumeric, dash, and underscore characters.</p>
166
+ */
167
+ Attributes?: {
168
+ [key: string]: string;
169
+ };
170
+ /**
171
+ * <p>Information identifying the participant.</p>
172
+ */
173
+ ParticipantDetails: ParticipantDetails | undefined;
174
+ /**
175
+ * <p>The initial message to be sent to the newly created chat.</p>
176
+ */
177
+ InitialMessage?: ChatMessage;
178
+ /**
179
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
180
+ * request.</p>
181
+ */
182
+ ClientToken?: string;
183
+ /**
184
+ * <p>The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25 hour.
185
+ * The minumum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).</p>
186
+ */
187
+ ChatDurationInMinutes?: number;
188
+ /**
189
+ * <p>The supported chat message content types. Content types can be text/plain or both text/plain and text/markdown.</p>
190
+ */
191
+ SupportedMessagingContentTypes?: string[];
192
+ }
193
+ export declare namespace StartChatContactRequest {
194
+ /**
195
+ * @internal
196
+ */
197
+ const filterSensitiveLog: (obj: StartChatContactRequest) => any;
198
+ }
199
+ export interface StartChatContactResponse {
200
+ /**
201
+ * <p>The identifier of this contact within the Amazon Connect instance. </p>
202
+ */
203
+ ContactId?: string;
204
+ /**
205
+ * <p>The identifier for a chat participant. The participantId for a chat participant is the same
206
+ * throughout the chat lifecycle.</p>
207
+ */
208
+ ParticipantId?: string;
209
+ /**
210
+ * <p>The token used by the chat participant to call <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html">CreateParticipantConnection</a>. The participant token is valid for the lifetime of a chat
211
+ * participant.</p>
212
+ */
213
+ ParticipantToken?: string;
214
+ }
215
+ export declare namespace StartChatContactResponse {
216
+ /**
217
+ * @internal
218
+ */
219
+ const filterSensitiveLog: (obj: StartChatContactResponse) => any;
220
+ }
221
+ export declare enum VoiceRecordingTrack {
222
+ ALL = "ALL",
223
+ FROM_AGENT = "FROM_AGENT",
224
+ TO_AGENT = "TO_AGENT"
225
+ }
226
+ /**
227
+ * <p>Contains information about the recording configuration settings.</p>
228
+ */
229
+ export interface VoiceRecordingConfiguration {
230
+ /**
231
+ * <p>Identifies which track is being recorded.</p>
232
+ */
233
+ VoiceRecordingTrack?: VoiceRecordingTrack | string;
234
+ }
235
+ export declare namespace VoiceRecordingConfiguration {
236
+ /**
237
+ * @internal
238
+ */
239
+ const filterSensitiveLog: (obj: VoiceRecordingConfiguration) => any;
240
+ }
241
+ export interface StartContactRecordingRequest {
242
+ /**
243
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
244
+ */
245
+ InstanceId: string | undefined;
246
+ /**
247
+ * <p>The identifier of the contact.</p>
248
+ */
249
+ ContactId: string | undefined;
250
+ /**
251
+ * <p>The identifier of the contact. This is the identifier of the contact associated with the
252
+ * first interaction with the contact center.</p>
253
+ */
254
+ InitialContactId: string | undefined;
255
+ /**
256
+ * <p>The person being recorded.</p>
257
+ */
258
+ VoiceRecordingConfiguration: VoiceRecordingConfiguration | undefined;
259
+ }
260
+ export declare namespace StartContactRecordingRequest {
261
+ /**
262
+ * @internal
263
+ */
264
+ const filterSensitiveLog: (obj: StartContactRecordingRequest) => any;
265
+ }
266
+ export interface StartContactRecordingResponse {
267
+ }
268
+ export declare namespace StartContactRecordingResponse {
269
+ /**
270
+ * @internal
271
+ */
272
+ const filterSensitiveLog: (obj: StartContactRecordingResponse) => any;
273
+ }
274
+ /**
275
+ * <p>The streaming configuration, such as the Amazon SNS streaming endpoint.</p>
276
+ */
277
+ export interface ChatStreamingConfiguration {
278
+ /**
279
+ * <p>The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used
280
+ * to publish real-time message streaming for chat conversations.</p>
281
+ */
282
+ StreamingEndpointArn: string | undefined;
283
+ }
284
+ export declare namespace ChatStreamingConfiguration {
285
+ /**
286
+ * @internal
287
+ */
288
+ const filterSensitiveLog: (obj: ChatStreamingConfiguration) => any;
289
+ }
290
+ export interface StartContactStreamingRequest {
291
+ /**
292
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
293
+ */
294
+ InstanceId: string | undefined;
295
+ /**
296
+ * <p>The identifier of the contact. This is the identifier of the contact associated with the
297
+ * first interaction with the contact center.</p>
298
+ */
299
+ ContactId: string | undefined;
300
+ /**
301
+ * <p>The streaming configuration, such as the Amazon SNS streaming endpoint.</p>
302
+ */
303
+ ChatStreamingConfiguration: ChatStreamingConfiguration | undefined;
304
+ /**
305
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
306
+ * request.</p>
307
+ */
308
+ ClientToken?: string;
309
+ }
310
+ export declare namespace StartContactStreamingRequest {
311
+ /**
312
+ * @internal
313
+ */
314
+ const filterSensitiveLog: (obj: StartContactStreamingRequest) => any;
315
+ }
316
+ export interface StartContactStreamingResponse {
317
+ /**
318
+ * <p>The identifier of the streaming configuration enabled. </p>
319
+ */
320
+ StreamingId: string | undefined;
321
+ }
322
+ export declare namespace StartContactStreamingResponse {
323
+ /**
324
+ * @internal
325
+ */
326
+ const filterSensitiveLog: (obj: StartContactStreamingResponse) => any;
327
+ }
328
+ /**
329
+ * <p>Outbound calls to the destination number are not allowed.</p>
330
+ */
331
+ export declare class DestinationNotAllowedException extends __BaseException {
332
+ readonly name: "DestinationNotAllowedException";
333
+ readonly $fault: "client";
334
+ /**
335
+ * <p>The message about the outbound calls.</p>
336
+ */
337
+ Message?: string;
338
+ /**
339
+ * @internal
340
+ */
341
+ constructor(opts: __ExceptionOptionType<DestinationNotAllowedException, __BaseException>);
342
+ }
4
343
  /**
5
344
  * <p>The contact is not permitted.</p>
6
345
  */
@@ -731,6 +1070,43 @@ export declare namespace UpdateInstanceStorageConfigRequest {
731
1070
  */
732
1071
  const filterSensitiveLog: (obj: UpdateInstanceStorageConfigRequest) => any;
733
1072
  }
1073
+ export interface UpdatePhoneNumberRequest {
1074
+ /**
1075
+ * <p>The identifier of the phone number.</p>
1076
+ */
1077
+ PhoneNumberId: string | undefined;
1078
+ /**
1079
+ * <p>The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.</p>
1080
+ */
1081
+ TargetArn: string | undefined;
1082
+ /**
1083
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
1084
+ * request.</p>
1085
+ */
1086
+ ClientToken?: string;
1087
+ }
1088
+ export declare namespace UpdatePhoneNumberRequest {
1089
+ /**
1090
+ * @internal
1091
+ */
1092
+ const filterSensitiveLog: (obj: UpdatePhoneNumberRequest) => any;
1093
+ }
1094
+ export interface UpdatePhoneNumberResponse {
1095
+ /**
1096
+ * <p>The identifier of the phone number.</p>
1097
+ */
1098
+ PhoneNumberId?: string;
1099
+ /**
1100
+ * <p>The Amazon Resource Name (ARN) of the phone number.</p>
1101
+ */
1102
+ PhoneNumberArn?: string;
1103
+ }
1104
+ export declare namespace UpdatePhoneNumberResponse {
1105
+ /**
1106
+ * @internal
1107
+ */
1108
+ const filterSensitiveLog: (obj: UpdatePhoneNumberResponse) => any;
1109
+ }
734
1110
  export interface UpdateQueueHoursOfOperationRequest {
735
1111
  /**
736
1112
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListPhoneNumbersV2CommandInput, ListPhoneNumbersV2CommandOutput } from "../commands/ListPhoneNumbersV2Command";
3
+ import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListPhoneNumbersV2(config: ConnectPaginationConfiguration, input: ListPhoneNumbersV2CommandInput, ...additionalArguments: any): Paginator<ListPhoneNumbersV2CommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "../commands/SearchAvailablePhoneNumbersCommand";
3
+ import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateSearchAvailablePhoneNumbers(config: ConnectPaginationConfiguration, input: SearchAvailablePhoneNumbersCommandInput, ...additionalArguments: any): Paginator<SearchAvailablePhoneNumbersCommandOutput>;
@@ -16,6 +16,7 @@ export * from "./ListIntegrationAssociationsPaginator";
16
16
  export * from "./ListLambdaFunctionsPaginator";
17
17
  export * from "./ListLexBotsPaginator";
18
18
  export * from "./ListPhoneNumbersPaginator";
19
+ export * from "./ListPhoneNumbersV2Paginator";
19
20
  export * from "./ListPromptsPaginator";
20
21
  export * from "./ListQueueQuickConnectsPaginator";
21
22
  export * from "./ListQueuesPaginator";
@@ -28,4 +29,5 @@ export * from "./ListSecurityProfilesPaginator";
28
29
  export * from "./ListUseCasesPaginator";
29
30
  export * from "./ListUserHierarchyGroupsPaginator";
30
31
  export * from "./ListUsersPaginator";
32
+ export * from "./SearchAvailablePhoneNumbersPaginator";
31
33
  export * from "./SearchVocabulariesPaginator";
@@ -6,9 +6,11 @@ import { AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyComma
6
6
  import { AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput } from "../commands/AssociateInstanceStorageConfigCommand";
7
7
  import { AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput } from "../commands/AssociateLambdaFunctionCommand";
8
8
  import { AssociateLexBotCommandInput, AssociateLexBotCommandOutput } from "../commands/AssociateLexBotCommand";
9
+ import { AssociatePhoneNumberContactFlowCommandInput, AssociatePhoneNumberContactFlowCommandOutput } from "../commands/AssociatePhoneNumberContactFlowCommand";
9
10
  import { AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput } from "../commands/AssociateQueueQuickConnectsCommand";
10
11
  import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput } from "../commands/AssociateRoutingProfileQueuesCommand";
11
12
  import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "../commands/AssociateSecurityKeyCommand";
13
+ import { ClaimPhoneNumberCommandInput, ClaimPhoneNumberCommandOutput } from "../commands/ClaimPhoneNumberCommand";
12
14
  import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "../commands/CreateAgentStatusCommand";
13
15
  import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "../commands/CreateContactFlowCommand";
14
16
  import { CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput } from "../commands/CreateContactFlowModuleCommand";
@@ -42,6 +44,7 @@ import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOu
42
44
  import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "../commands/DescribeInstanceAttributeCommand";
43
45
  import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "../commands/DescribeInstanceCommand";
44
46
  import { DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput } from "../commands/DescribeInstanceStorageConfigCommand";
47
+ import { DescribePhoneNumberCommandInput, DescribePhoneNumberCommandOutput } from "../commands/DescribePhoneNumberCommand";
45
48
  import { DescribeQueueCommandInput, DescribeQueueCommandOutput } from "../commands/DescribeQueueCommand";
46
49
  import { DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput } from "../commands/DescribeQuickConnectCommand";
47
50
  import { DescribeRoutingProfileCommandInput, DescribeRoutingProfileCommandOutput } from "../commands/DescribeRoutingProfileCommand";
@@ -55,6 +58,7 @@ import { DisassociateBotCommandInput, DisassociateBotCommandOutput } from "../co
55
58
  import { DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput } from "../commands/DisassociateInstanceStorageConfigCommand";
56
59
  import { DisassociateLambdaFunctionCommandInput, DisassociateLambdaFunctionCommandOutput } from "../commands/DisassociateLambdaFunctionCommand";
57
60
  import { DisassociateLexBotCommandInput, DisassociateLexBotCommandOutput } from "../commands/DisassociateLexBotCommand";
61
+ import { DisassociatePhoneNumberContactFlowCommandInput, DisassociatePhoneNumberContactFlowCommandOutput } from "../commands/DisassociatePhoneNumberContactFlowCommand";
58
62
  import { DisassociateQueueQuickConnectsCommandInput, DisassociateQueueQuickConnectsCommandOutput } from "../commands/DisassociateQueueQuickConnectsCommand";
59
63
  import { DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfileQueuesCommandOutput } from "../commands/DisassociateRoutingProfileQueuesCommand";
60
64
  import { DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput } from "../commands/DisassociateSecurityKeyCommand";
@@ -77,6 +81,7 @@ import { ListIntegrationAssociationsCommandInput, ListIntegrationAssociationsCom
77
81
  import { ListLambdaFunctionsCommandInput, ListLambdaFunctionsCommandOutput } from "../commands/ListLambdaFunctionsCommand";
78
82
  import { ListLexBotsCommandInput, ListLexBotsCommandOutput } from "../commands/ListLexBotsCommand";
79
83
  import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "../commands/ListPhoneNumbersCommand";
84
+ import { ListPhoneNumbersV2CommandInput, ListPhoneNumbersV2CommandOutput } from "../commands/ListPhoneNumbersV2Command";
80
85
  import { ListPromptsCommandInput, ListPromptsCommandOutput } from "../commands/ListPromptsCommand";
81
86
  import { ListQueueQuickConnectsCommandInput, ListQueueQuickConnectsCommandOutput } from "../commands/ListQueueQuickConnectsCommand";
82
87
  import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
@@ -90,7 +95,9 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
90
95
  import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "../commands/ListUseCasesCommand";
91
96
  import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "../commands/ListUserHierarchyGroupsCommand";
92
97
  import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
98
+ import { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "../commands/ReleasePhoneNumberCommand";
93
99
  import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "../commands/ResumeContactRecordingCommand";
100
+ import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "../commands/SearchAvailablePhoneNumbersCommand";
94
101
  import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "../commands/SearchVocabulariesCommand";
95
102
  import { StartChatContactCommandInput, StartChatContactCommandOutput } from "../commands/StartChatContactCommand";
96
103
  import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "../commands/StartContactRecordingCommand";
@@ -115,6 +122,7 @@ import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput }
115
122
  import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "../commands/UpdateHoursOfOperationCommand";
116
123
  import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "../commands/UpdateInstanceAttributeCommand";
117
124
  import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "../commands/UpdateInstanceStorageConfigCommand";
125
+ import { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "../commands/UpdatePhoneNumberCommand";
118
126
  import { UpdateQueueHoursOfOperationCommandInput, UpdateQueueHoursOfOperationCommandOutput } from "../commands/UpdateQueueHoursOfOperationCommand";
119
127
  import { UpdateQueueMaxContactsCommandInput, UpdateQueueMaxContactsCommandOutput } from "../commands/UpdateQueueMaxContactsCommand";
120
128
  import { UpdateQueueNameCommandInput, UpdateQueueNameCommandOutput } from "../commands/UpdateQueueNameCommand";
@@ -140,9 +148,11 @@ export declare const serializeAws_restJson1AssociateDefaultVocabularyCommand: (i
140
148
  export declare const serializeAws_restJson1AssociateInstanceStorageConfigCommand: (input: AssociateInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
149
  export declare const serializeAws_restJson1AssociateLambdaFunctionCommand: (input: AssociateLambdaFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
150
  export declare const serializeAws_restJson1AssociateLexBotCommand: (input: AssociateLexBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
+ export declare const serializeAws_restJson1AssociatePhoneNumberContactFlowCommand: (input: AssociatePhoneNumberContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
152
  export declare const serializeAws_restJson1AssociateQueueQuickConnectsCommand: (input: AssociateQueueQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
153
  export declare const serializeAws_restJson1AssociateRoutingProfileQueuesCommand: (input: AssociateRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
154
  export declare const serializeAws_restJson1AssociateSecurityKeyCommand: (input: AssociateSecurityKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ export declare const serializeAws_restJson1ClaimPhoneNumberCommand: (input: ClaimPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
156
  export declare const serializeAws_restJson1CreateAgentStatusCommand: (input: CreateAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
157
  export declare const serializeAws_restJson1CreateContactFlowCommand: (input: CreateContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
158
  export declare const serializeAws_restJson1CreateContactFlowModuleCommand: (input: CreateContactFlowModuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -176,6 +186,7 @@ export declare const serializeAws_restJson1DescribeHoursOfOperationCommand: (inp
176
186
  export declare const serializeAws_restJson1DescribeInstanceCommand: (input: DescribeInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
187
  export declare const serializeAws_restJson1DescribeInstanceAttributeCommand: (input: DescribeInstanceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
188
  export declare const serializeAws_restJson1DescribeInstanceStorageConfigCommand: (input: DescribeInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
+ export declare const serializeAws_restJson1DescribePhoneNumberCommand: (input: DescribePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
190
  export declare const serializeAws_restJson1DescribeQueueCommand: (input: DescribeQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
191
  export declare const serializeAws_restJson1DescribeQuickConnectCommand: (input: DescribeQuickConnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
192
  export declare const serializeAws_restJson1DescribeRoutingProfileCommand: (input: DescribeRoutingProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -189,6 +200,7 @@ export declare const serializeAws_restJson1DisassociateBotCommand: (input: Disas
189
200
  export declare const serializeAws_restJson1DisassociateInstanceStorageConfigCommand: (input: DisassociateInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
201
  export declare const serializeAws_restJson1DisassociateLambdaFunctionCommand: (input: DisassociateLambdaFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
202
  export declare const serializeAws_restJson1DisassociateLexBotCommand: (input: DisassociateLexBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
+ export declare const serializeAws_restJson1DisassociatePhoneNumberContactFlowCommand: (input: DisassociatePhoneNumberContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
204
  export declare const serializeAws_restJson1DisassociateQueueQuickConnectsCommand: (input: DisassociateQueueQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
205
  export declare const serializeAws_restJson1DisassociateRoutingProfileQueuesCommand: (input: DisassociateRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
206
  export declare const serializeAws_restJson1DisassociateSecurityKeyCommand: (input: DisassociateSecurityKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -211,6 +223,7 @@ export declare const serializeAws_restJson1ListIntegrationAssociationsCommand: (
211
223
  export declare const serializeAws_restJson1ListLambdaFunctionsCommand: (input: ListLambdaFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
224
  export declare const serializeAws_restJson1ListLexBotsCommand: (input: ListLexBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
225
  export declare const serializeAws_restJson1ListPhoneNumbersCommand: (input: ListPhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1ListPhoneNumbersV2Command: (input: ListPhoneNumbersV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
227
  export declare const serializeAws_restJson1ListPromptsCommand: (input: ListPromptsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
228
  export declare const serializeAws_restJson1ListQueueQuickConnectsCommand: (input: ListQueueQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
229
  export declare const serializeAws_restJson1ListQueuesCommand: (input: ListQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -224,7 +237,9 @@ export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: L
224
237
  export declare const serializeAws_restJson1ListUseCasesCommand: (input: ListUseCasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
238
  export declare const serializeAws_restJson1ListUserHierarchyGroupsCommand: (input: ListUserHierarchyGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
239
  export declare const serializeAws_restJson1ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
+ export declare const serializeAws_restJson1ReleasePhoneNumberCommand: (input: ReleasePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
241
  export declare const serializeAws_restJson1ResumeContactRecordingCommand: (input: ResumeContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1SearchAvailablePhoneNumbersCommand: (input: SearchAvailablePhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
243
  export declare const serializeAws_restJson1SearchVocabulariesCommand: (input: SearchVocabulariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
244
  export declare const serializeAws_restJson1StartChatContactCommand: (input: StartChatContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
245
  export declare const serializeAws_restJson1StartContactRecordingCommand: (input: StartContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -249,6 +264,7 @@ export declare const serializeAws_restJson1UpdateContactScheduleCommand: (input:
249
264
  export declare const serializeAws_restJson1UpdateHoursOfOperationCommand: (input: UpdateHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
265
  export declare const serializeAws_restJson1UpdateInstanceAttributeCommand: (input: UpdateInstanceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
266
  export declare const serializeAws_restJson1UpdateInstanceStorageConfigCommand: (input: UpdateInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
+ export declare const serializeAws_restJson1UpdatePhoneNumberCommand: (input: UpdatePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
268
  export declare const serializeAws_restJson1UpdateQueueHoursOfOperationCommand: (input: UpdateQueueHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
269
  export declare const serializeAws_restJson1UpdateQueueMaxContactsCommand: (input: UpdateQueueMaxContactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
270
  export declare const serializeAws_restJson1UpdateQueueNameCommand: (input: UpdateQueueNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -274,9 +290,11 @@ export declare const deserializeAws_restJson1AssociateDefaultVocabularyCommand:
274
290
  export declare const deserializeAws_restJson1AssociateInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateInstanceStorageConfigCommandOutput>;
275
291
  export declare const deserializeAws_restJson1AssociateLambdaFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLambdaFunctionCommandOutput>;
276
292
  export declare const deserializeAws_restJson1AssociateLexBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLexBotCommandOutput>;
293
+ export declare const deserializeAws_restJson1AssociatePhoneNumberContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePhoneNumberContactFlowCommandOutput>;
277
294
  export declare const deserializeAws_restJson1AssociateQueueQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateQueueQuickConnectsCommandOutput>;
278
295
  export declare const deserializeAws_restJson1AssociateRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateRoutingProfileQueuesCommandOutput>;
279
296
  export declare const deserializeAws_restJson1AssociateSecurityKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSecurityKeyCommandOutput>;
297
+ export declare const deserializeAws_restJson1ClaimPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ClaimPhoneNumberCommandOutput>;
280
298
  export declare const deserializeAws_restJson1CreateAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentStatusCommandOutput>;
281
299
  export declare const deserializeAws_restJson1CreateContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactFlowCommandOutput>;
282
300
  export declare const deserializeAws_restJson1CreateContactFlowModuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactFlowModuleCommandOutput>;
@@ -310,6 +328,7 @@ export declare const deserializeAws_restJson1DescribeHoursOfOperationCommand: (o
310
328
  export declare const deserializeAws_restJson1DescribeInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceCommandOutput>;
311
329
  export declare const deserializeAws_restJson1DescribeInstanceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceAttributeCommandOutput>;
312
330
  export declare const deserializeAws_restJson1DescribeInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceStorageConfigCommandOutput>;
331
+ export declare const deserializeAws_restJson1DescribePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePhoneNumberCommandOutput>;
313
332
  export declare const deserializeAws_restJson1DescribeQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQueueCommandOutput>;
314
333
  export declare const deserializeAws_restJson1DescribeQuickConnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQuickConnectCommandOutput>;
315
334
  export declare const deserializeAws_restJson1DescribeRoutingProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRoutingProfileCommandOutput>;
@@ -323,6 +342,7 @@ export declare const deserializeAws_restJson1DisassociateBotCommand: (output: __
323
342
  export declare const deserializeAws_restJson1DisassociateInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateInstanceStorageConfigCommandOutput>;
324
343
  export declare const deserializeAws_restJson1DisassociateLambdaFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLambdaFunctionCommandOutput>;
325
344
  export declare const deserializeAws_restJson1DisassociateLexBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLexBotCommandOutput>;
345
+ export declare const deserializeAws_restJson1DisassociatePhoneNumberContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePhoneNumberContactFlowCommandOutput>;
326
346
  export declare const deserializeAws_restJson1DisassociateQueueQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateQueueQuickConnectsCommandOutput>;
327
347
  export declare const deserializeAws_restJson1DisassociateRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateRoutingProfileQueuesCommandOutput>;
328
348
  export declare const deserializeAws_restJson1DisassociateSecurityKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSecurityKeyCommandOutput>;
@@ -345,6 +365,7 @@ export declare const deserializeAws_restJson1ListIntegrationAssociationsCommand:
345
365
  export declare const deserializeAws_restJson1ListLambdaFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLambdaFunctionsCommandOutput>;
346
366
  export declare const deserializeAws_restJson1ListLexBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLexBotsCommandOutput>;
347
367
  export declare const deserializeAws_restJson1ListPhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumbersCommandOutput>;
368
+ export declare const deserializeAws_restJson1ListPhoneNumbersV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumbersV2CommandOutput>;
348
369
  export declare const deserializeAws_restJson1ListPromptsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPromptsCommandOutput>;
349
370
  export declare const deserializeAws_restJson1ListQueueQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueueQuickConnectsCommandOutput>;
350
371
  export declare const deserializeAws_restJson1ListQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuesCommandOutput>;
@@ -358,7 +379,9 @@ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output
358
379
  export declare const deserializeAws_restJson1ListUseCasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUseCasesCommandOutput>;
359
380
  export declare const deserializeAws_restJson1ListUserHierarchyGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserHierarchyGroupsCommandOutput>;
360
381
  export declare const deserializeAws_restJson1ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
382
+ export declare const deserializeAws_restJson1ReleasePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReleasePhoneNumberCommandOutput>;
361
383
  export declare const deserializeAws_restJson1ResumeContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeContactRecordingCommandOutput>;
384
+ export declare const deserializeAws_restJson1SearchAvailablePhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
362
385
  export declare const deserializeAws_restJson1SearchVocabulariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchVocabulariesCommandOutput>;
363
386
  export declare const deserializeAws_restJson1StartChatContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChatContactCommandOutput>;
364
387
  export declare const deserializeAws_restJson1StartContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContactRecordingCommandOutput>;
@@ -383,6 +406,7 @@ export declare const deserializeAws_restJson1UpdateContactScheduleCommand: (outp
383
406
  export declare const deserializeAws_restJson1UpdateHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHoursOfOperationCommandOutput>;
384
407
  export declare const deserializeAws_restJson1UpdateInstanceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceAttributeCommandOutput>;
385
408
  export declare const deserializeAws_restJson1UpdateInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceStorageConfigCommandOutput>;
409
+ export declare const deserializeAws_restJson1UpdatePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePhoneNumberCommandOutput>;
386
410
  export declare const deserializeAws_restJson1UpdateQueueHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueHoursOfOperationCommandOutput>;
387
411
  export declare const deserializeAws_restJson1UpdateQueueMaxContactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueMaxContactsCommandOutput>;
388
412
  export declare const deserializeAws_restJson1UpdateQueueNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueNameCommandOutput>;