@aws-sdk/client-chime-sdk-voice 3.299.0 → 3.301.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 (98) hide show
  1. package/README.md +3 -0
  2. package/dist-types/ChimeSDKVoice.d.ts +203 -0
  3. package/dist-types/ChimeSDKVoiceClient.d.ts +2 -0
  4. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +52 -0
  5. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +52 -0
  6. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +54 -0
  7. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +51 -0
  8. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +51 -0
  9. package/dist-types/commands/CreateProxySessionCommand.d.ts +60 -0
  10. package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +58 -0
  11. package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +58 -0
  12. package/dist-types/commands/CreateSipRuleCommand.d.ts +62 -0
  13. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +53 -0
  14. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +59 -0
  15. package/dist-types/commands/CreateVoiceProfileCommand.d.ts +63 -0
  16. package/dist-types/commands/CreateVoiceProfileDomainCommand.d.ts +68 -0
  17. package/dist-types/commands/DeletePhoneNumberCommand.d.ts +51 -0
  18. package/dist-types/commands/DeleteProxySessionCommand.d.ts +47 -0
  19. package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +48 -0
  20. package/dist-types/commands/DeleteSipRuleCommand.d.ts +48 -0
  21. package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +50 -0
  22. package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +46 -0
  23. package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +50 -0
  24. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +49 -0
  25. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +45 -0
  26. package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +45 -0
  27. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +49 -0
  28. package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +49 -0
  29. package/dist-types/commands/DeleteVoiceProfileCommand.d.ts +51 -0
  30. package/dist-types/commands/DeleteVoiceProfileDomainCommand.d.ts +51 -0
  31. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +49 -0
  32. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +49 -0
  33. package/dist-types/commands/GetGlobalSettingsCommand.d.ts +40 -0
  34. package/dist-types/commands/GetPhoneNumberCommand.d.ts +46 -0
  35. package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +47 -0
  36. package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +41 -0
  37. package/dist-types/commands/GetProxySessionCommand.d.ts +46 -0
  38. package/dist-types/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +45 -0
  39. package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +46 -0
  40. package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +45 -0
  41. package/dist-types/commands/GetSipRuleCommand.d.ts +46 -0
  42. package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +52 -0
  43. package/dist-types/commands/GetVoiceConnectorCommand.d.ts +46 -0
  44. package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +45 -0
  45. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +46 -0
  46. package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +46 -0
  47. package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +45 -0
  48. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +46 -0
  49. package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +47 -0
  50. package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +45 -0
  51. package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +47 -0
  52. package/dist-types/commands/GetVoiceProfileCommand.d.ts +48 -0
  53. package/dist-types/commands/GetVoiceProfileDomainCommand.d.ts +48 -0
  54. package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +53 -0
  55. package/dist-types/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +40 -0
  56. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +43 -0
  57. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +52 -0
  58. package/dist-types/commands/ListProxySessionsCommand.d.ts +48 -0
  59. package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +43 -0
  60. package/dist-types/commands/ListSipRulesCommand.d.ts +44 -0
  61. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +45 -0
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +42 -0
  63. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +44 -0
  64. package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +45 -0
  65. package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +44 -0
  66. package/dist-types/commands/ListVoiceProfileDomainsCommand.d.ts +47 -0
  67. package/dist-types/commands/ListVoiceProfilesCommand.d.ts +47 -0
  68. package/dist-types/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +51 -0
  69. package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +48 -0
  70. package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +54 -0
  71. package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +49 -0
  72. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +57 -0
  73. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +54 -0
  74. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +58 -0
  75. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +59 -0
  76. package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +51 -0
  77. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +48 -0
  78. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +52 -0
  79. package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +67 -0
  80. package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +69 -0
  81. package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +55 -0
  82. package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +55 -0
  83. package/dist-types/commands/TagResourceCommand.d.ts +51 -0
  84. package/dist-types/commands/UntagResourceCommand.d.ts +45 -0
  85. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +44 -0
  86. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +57 -0
  87. package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +45 -0
  88. package/dist-types/commands/UpdateProxySessionCommand.d.ts +50 -0
  89. package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +54 -0
  90. package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +54 -0
  91. package/dist-types/commands/UpdateSipRuleCommand.d.ts +60 -0
  92. package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +47 -0
  93. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +55 -0
  94. package/dist-types/commands/UpdateVoiceProfileCommand.d.ts +64 -0
  95. package/dist-types/commands/UpdateVoiceProfileDomainCommand.d.ts +50 -0
  96. package/dist-types/commands/ValidateE911AddressCommand.d.ts +54 -0
  97. package/dist-types/models/models_0.d.ts +1583 -0
  98. package/package.json +8 -8
@@ -95,562 +95,765 @@ import { UpdateVoiceProfileDomainCommandInput, UpdateVoiceProfileDomainCommandOu
95
95
  import { ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput } from "./commands/ValidateE911AddressCommand";
96
96
  /**
97
97
  * @public
98
+ * <p>The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications. Developers can
99
+ * also order and manage phone numbers, create and manage Voice Connectors and SIP media applications, and run voice analytics.</p>
98
100
  */
99
101
  export declare class ChimeSDKVoice extends ChimeSDKVoiceClient {
100
102
  /**
101
103
  * @public
104
+ * <p>Associates phone numbers with the specified Amazon Chime SDK Voice Connector.</p>
102
105
  */
103
106
  associatePhoneNumbersWithVoiceConnector(args: AssociatePhoneNumbersWithVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
104
107
  associatePhoneNumbersWithVoiceConnector(args: AssociatePhoneNumbersWithVoiceConnectorCommandInput, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput) => void): void;
105
108
  associatePhoneNumbersWithVoiceConnector(args: AssociatePhoneNumbersWithVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput) => void): void;
106
109
  /**
107
110
  * @public
111
+ * <p>Associates phone numbers with the specified Amazon Chime SDK Voice Connector group.</p>
108
112
  */
109
113
  associatePhoneNumbersWithVoiceConnectorGroup(args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
110
114
  associatePhoneNumbersWithVoiceConnectorGroup(args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput) => void): void;
111
115
  associatePhoneNumbersWithVoiceConnectorGroup(args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput) => void): void;
112
116
  /**
113
117
  * @public
118
+ * <p>
119
+ * Moves phone numbers into the
120
+ * <b>Deletion queue</b>. Phone numbers must be disassociated from any users or Amazon Chime SDK Voice Connectors before they can be deleted.
121
+ * </p>
122
+ * <p>
123
+ * Phone numbers remain in the
124
+ * <b>Deletion queue</b> for 7 days before they are deleted permanently.
125
+ * </p>
114
126
  */
115
127
  batchDeletePhoneNumber(args: BatchDeletePhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeletePhoneNumberCommandOutput>;
116
128
  batchDeletePhoneNumber(args: BatchDeletePhoneNumberCommandInput, cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void): void;
117
129
  batchDeletePhoneNumber(args: BatchDeletePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void): void;
118
130
  /**
119
131
  * @public
132
+ * <p>Updates one or more phone numbers.</p>
120
133
  */
121
134
  batchUpdatePhoneNumber(args: BatchUpdatePhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdatePhoneNumberCommandOutput>;
122
135
  batchUpdatePhoneNumber(args: BatchUpdatePhoneNumberCommandInput, cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void): void;
123
136
  batchUpdatePhoneNumber(args: BatchUpdatePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void): void;
124
137
  /**
125
138
  * @public
139
+ * <p>Creates an order for phone numbers to be provisioned. For numbers outside the U.S., you must use the Amazon Chime SDK SIP media application dial-in product type.</p>
126
140
  */
127
141
  createPhoneNumberOrder(args: CreatePhoneNumberOrderCommandInput, options?: __HttpHandlerOptions): Promise<CreatePhoneNumberOrderCommandOutput>;
128
142
  createPhoneNumberOrder(args: CreatePhoneNumberOrderCommandInput, cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void): void;
129
143
  createPhoneNumberOrder(args: CreatePhoneNumberOrderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void): void;
130
144
  /**
131
145
  * @public
146
+ * <p>Creates a proxy session for the specified Amazon Chime SDK Voice Connector for
147
+ * the specified participant phone numbers.</p>
132
148
  */
133
149
  createProxySession(args: CreateProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<CreateProxySessionCommandOutput>;
134
150
  createProxySession(args: CreateProxySessionCommandInput, cb: (err: any, data?: CreateProxySessionCommandOutput) => void): void;
135
151
  createProxySession(args: CreateProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProxySessionCommandOutput) => void): void;
136
152
  /**
137
153
  * @public
154
+ * <p>Creates a SIP media application. For more information about SIP media applications, see <a href="https://docs.aws.amazon.com/chime-sdk/latest/ag/manage-sip-applications.html">Managing SIP media applications
155
+ * and rules</a> in the <i>Amazon Chime SDK Administrator Guide</i>.</p>
138
156
  */
139
157
  createSipMediaApplication(args: CreateSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateSipMediaApplicationCommandOutput>;
140
158
  createSipMediaApplication(args: CreateSipMediaApplicationCommandInput, cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void): void;
141
159
  createSipMediaApplication(args: CreateSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void): void;
142
160
  /**
143
161
  * @public
162
+ * <p>Creates an outbound call to a phone number from the phone number specified
163
+ * in the request, and it invokes the endpoint of the specified
164
+ * <code>sipMediaApplicationId</code>.</p>
144
165
  */
145
166
  createSipMediaApplicationCall(args: CreateSipMediaApplicationCallCommandInput, options?: __HttpHandlerOptions): Promise<CreateSipMediaApplicationCallCommandOutput>;
146
167
  createSipMediaApplicationCall(args: CreateSipMediaApplicationCallCommandInput, cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void): void;
147
168
  createSipMediaApplicationCall(args: CreateSipMediaApplicationCallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void): void;
148
169
  /**
149
170
  * @public
171
+ * <p>Creates a SIP rule, which can be used to run a SIP media application as a target for a specific trigger type. For more information about SIP rules, see <a href="https://docs.aws.amazon.com/chime-sdk/latest/ag/manage-sip-applications.html">Managing SIP media applications
172
+ * and rules</a> in the <i>Amazon Chime SDK Administrator Guide</i>.</p>
150
173
  */
151
174
  createSipRule(args: CreateSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateSipRuleCommandOutput>;
152
175
  createSipRule(args: CreateSipRuleCommandInput, cb: (err: any, data?: CreateSipRuleCommandOutput) => void): void;
153
176
  createSipRule(args: CreateSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSipRuleCommandOutput) => void): void;
154
177
  /**
155
178
  * @public
179
+ * <p>Creates an Amazon Chime SDK Voice Connector. For more information about
180
+ * Voice Connectors,
181
+ * see <a href="https://docs.aws.amazon.com/chime-sdk/latest/ag/voice-connector-groups.html">Managing Amazon Chime SDK Voice Connector groups</a> in the <i>Amazon Chime SDK
182
+ * Administrator Guide</i>.</p>
156
183
  */
157
184
  createVoiceConnector(args: CreateVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<CreateVoiceConnectorCommandOutput>;
158
185
  createVoiceConnector(args: CreateVoiceConnectorCommandInput, cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void): void;
159
186
  createVoiceConnector(args: CreateVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void): void;
160
187
  /**
161
188
  * @public
189
+ * <p>Creates an Amazon Chime SDK Voice Connector group under the administrator's
190
+ * AWS account. You can associate Amazon Chime SDK Voice Connectors with the
191
+ * Voice Connector group by including <code>VoiceConnectorItems</code> in the
192
+ * request. </p>
193
+ * <p>You can include Voice Connectors from different AWS Regions in your group.
194
+ * This creates a fault tolerant mechanism for fallback in case of availability events.</p>
162
195
  */
163
196
  createVoiceConnectorGroup(args: CreateVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateVoiceConnectorGroupCommandOutput>;
164
197
  createVoiceConnectorGroup(args: CreateVoiceConnectorGroupCommandInput, cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void): void;
165
198
  createVoiceConnectorGroup(args: CreateVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void): void;
166
199
  /**
167
200
  * @public
201
+ * <p>Creates a voice profile, which consists of an enrolled user and their latest voice print.</p>
202
+ * <important>
203
+ * <p>Before creating any voice profiles, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the
204
+ * <a href="https://aws.amazon.com/service-terms/">AWS service terms</a> for the Amazon Chime SDK.</p>
205
+ * </important>
206
+ * <p>For more information about voice profiles and voice analytics, see <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/pstn-voice-analytics.html">Using Amazon Chime SDK Voice Analytics</a>
207
+ * in the <i>Amazon Chime SDK Developer Guide</i>.</p>
168
208
  */
169
209
  createVoiceProfile(args: CreateVoiceProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateVoiceProfileCommandOutput>;
170
210
  createVoiceProfile(args: CreateVoiceProfileCommandInput, cb: (err: any, data?: CreateVoiceProfileCommandOutput) => void): void;
171
211
  createVoiceProfile(args: CreateVoiceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVoiceProfileCommandOutput) => void): void;
172
212
  /**
173
213
  * @public
214
+ * <p>Creates a voice profile domain, a collection of voice profiles, their voice prints, and encrypted enrollment audio.</p>
215
+ * <important>
216
+ * <p>Before creating any voice profiles, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the
217
+ * <a href="https://aws.amazon.com/service-terms/">AWS service terms</a> for the Amazon Chime SDK.</p>
218
+ * </important>
219
+ * <p>For more information about voice profile domains, see <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/pstn-voice-analytics.html">Using Amazon Chime SDK Voice Analytics</a>
220
+ * in the <i>Amazon Chime SDK Developer Guide</i>.</p>
174
221
  */
175
222
  createVoiceProfileDomain(args: CreateVoiceProfileDomainCommandInput, options?: __HttpHandlerOptions): Promise<CreateVoiceProfileDomainCommandOutput>;
176
223
  createVoiceProfileDomain(args: CreateVoiceProfileDomainCommandInput, cb: (err: any, data?: CreateVoiceProfileDomainCommandOutput) => void): void;
177
224
  createVoiceProfileDomain(args: CreateVoiceProfileDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVoiceProfileDomainCommandOutput) => void): void;
178
225
  /**
179
226
  * @public
227
+ * <p>Moves the specified phone number into the
228
+ * <b>Deletion queue</b>. A phone number must
229
+ * be disassociated from any users or Amazon Chime SDK Voice Connectors before it can be
230
+ * deleted.</p>
231
+ * <p>Deleted phone numbers remain in the
232
+ * <b>Deletion queue</b> queue for 7 days before
233
+ * they are deleted permanently.</p>
180
234
  */
181
235
  deletePhoneNumber(args: DeletePhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<DeletePhoneNumberCommandOutput>;
182
236
  deletePhoneNumber(args: DeletePhoneNumberCommandInput, cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void): void;
183
237
  deletePhoneNumber(args: DeletePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void): void;
184
238
  /**
185
239
  * @public
240
+ * <p>Deletes the specified proxy session from the specified Amazon Chime SDK Voice
241
+ * Connector.</p>
186
242
  */
187
243
  deleteProxySession(args: DeleteProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProxySessionCommandOutput>;
188
244
  deleteProxySession(args: DeleteProxySessionCommandInput, cb: (err: any, data?: DeleteProxySessionCommandOutput) => void): void;
189
245
  deleteProxySession(args: DeleteProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProxySessionCommandOutput) => void): void;
190
246
  /**
191
247
  * @public
248
+ * <p>Deletes a SIP media application.</p>
192
249
  */
193
250
  deleteSipMediaApplication(args: DeleteSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSipMediaApplicationCommandOutput>;
194
251
  deleteSipMediaApplication(args: DeleteSipMediaApplicationCommandInput, cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void): void;
195
252
  deleteSipMediaApplication(args: DeleteSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void): void;
196
253
  /**
197
254
  * @public
255
+ * <p>Deletes a SIP rule.</p>
198
256
  */
199
257
  deleteSipRule(args: DeleteSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSipRuleCommandOutput>;
200
258
  deleteSipRule(args: DeleteSipRuleCommandInput, cb: (err: any, data?: DeleteSipRuleCommandOutput) => void): void;
201
259
  deleteSipRule(args: DeleteSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSipRuleCommandOutput) => void): void;
202
260
  /**
203
261
  * @public
262
+ * <p>Deletes an Amazon Chime SDK Voice Connector. Any phone numbers associated
263
+ * with the Amazon Chime SDK Voice Connector must be disassociated from it before it
264
+ * can be deleted.</p>
204
265
  */
205
266
  deleteVoiceConnector(args: DeleteVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorCommandOutput>;
206
267
  deleteVoiceConnector(args: DeleteVoiceConnectorCommandInput, cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void): void;
207
268
  deleteVoiceConnector(args: DeleteVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void): void;
208
269
  /**
209
270
  * @public
271
+ * <p>Deletes the emergency calling details from the specified Amazon Chime SDK Voice
272
+ * Connector.</p>
210
273
  */
211
274
  deleteVoiceConnectorEmergencyCallingConfiguration(args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
212
275
  deleteVoiceConnectorEmergencyCallingConfiguration(args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
213
276
  deleteVoiceConnectorEmergencyCallingConfiguration(args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
214
277
  /**
215
278
  * @public
279
+ * <p>Deletes an Amazon Chime SDK Voice Connector group. Any <code>VoiceConnectorItems</code>
280
+ * and phone numbers associated with the group must be removed before it can be
281
+ * deleted.</p>
216
282
  */
217
283
  deleteVoiceConnectorGroup(args: DeleteVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorGroupCommandOutput>;
218
284
  deleteVoiceConnectorGroup(args: DeleteVoiceConnectorGroupCommandInput, cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void): void;
219
285
  deleteVoiceConnectorGroup(args: DeleteVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void): void;
220
286
  /**
221
287
  * @public
288
+ * <p>Deletes the origination settings for the specified Amazon Chime SDK Voice Connector. </p>
289
+ * <note>
290
+ * <p>If emergency calling is configured for the Voice Connector, it must be
291
+ * deleted prior to deleting the origination settings.</p>
292
+ * </note>
222
293
  */
223
294
  deleteVoiceConnectorOrigination(args: DeleteVoiceConnectorOriginationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorOriginationCommandOutput>;
224
295
  deleteVoiceConnectorOrigination(args: DeleteVoiceConnectorOriginationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void): void;
225
296
  deleteVoiceConnectorOrigination(args: DeleteVoiceConnectorOriginationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void): void;
226
297
  /**
227
298
  * @public
299
+ * <p>Deletes the proxy configuration from the specified Amazon Chime SDK Voice Connector.</p>
228
300
  */
229
301
  deleteVoiceConnectorProxy(args: DeleteVoiceConnectorProxyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorProxyCommandOutput>;
230
302
  deleteVoiceConnectorProxy(args: DeleteVoiceConnectorProxyCommandInput, cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void): void;
231
303
  deleteVoiceConnectorProxy(args: DeleteVoiceConnectorProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void): void;
232
304
  /**
233
305
  * @public
306
+ * <p>Deletes a Voice Connector's streaming configuration.</p>
234
307
  */
235
308
  deleteVoiceConnectorStreamingConfiguration(args: DeleteVoiceConnectorStreamingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
236
309
  deleteVoiceConnectorStreamingConfiguration(args: DeleteVoiceConnectorStreamingConfigurationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
237
310
  deleteVoiceConnectorStreamingConfiguration(args: DeleteVoiceConnectorStreamingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
238
311
  /**
239
312
  * @public
313
+ * <p>Deletes the termination settings for the specified Amazon Chime SDK Voice Connector.</p>
314
+ * <note>
315
+ * <p>If emergency calling is configured for the Voice Connector, it must be
316
+ * deleted prior to deleting the termination settings.</p>
317
+ * </note>
240
318
  */
241
319
  deleteVoiceConnectorTermination(args: DeleteVoiceConnectorTerminationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorTerminationCommandOutput>;
242
320
  deleteVoiceConnectorTermination(args: DeleteVoiceConnectorTerminationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void): void;
243
321
  deleteVoiceConnectorTermination(args: DeleteVoiceConnectorTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void): void;
244
322
  /**
245
323
  * @public
324
+ * <p>Deletes the specified SIP credentials used by your equipment to
325
+ * authenticate during call termination.</p>
246
326
  */
247
327
  deleteVoiceConnectorTerminationCredentials(args: DeleteVoiceConnectorTerminationCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
248
328
  deleteVoiceConnectorTerminationCredentials(args: DeleteVoiceConnectorTerminationCredentialsCommandInput, cb: (err: any, data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
249
329
  deleteVoiceConnectorTerminationCredentials(args: DeleteVoiceConnectorTerminationCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
250
330
  /**
251
331
  * @public
332
+ * <p>Deletes a voice profile, including its voice print and enrollment data. WARNING: This action is not reversible.</p>
252
333
  */
253
334
  deleteVoiceProfile(args: DeleteVoiceProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceProfileCommandOutput>;
254
335
  deleteVoiceProfile(args: DeleteVoiceProfileCommandInput, cb: (err: any, data?: DeleteVoiceProfileCommandOutput) => void): void;
255
336
  deleteVoiceProfile(args: DeleteVoiceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceProfileCommandOutput) => void): void;
256
337
  /**
257
338
  * @public
339
+ * <p>Deletes all voice profiles in the domain. WARNING: This action is not reversible.</p>
258
340
  */
259
341
  deleteVoiceProfileDomain(args: DeleteVoiceProfileDomainCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceProfileDomainCommandOutput>;
260
342
  deleteVoiceProfileDomain(args: DeleteVoiceProfileDomainCommandInput, cb: (err: any, data?: DeleteVoiceProfileDomainCommandOutput) => void): void;
261
343
  deleteVoiceProfileDomain(args: DeleteVoiceProfileDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceProfileDomainCommandOutput) => void): void;
262
344
  /**
263
345
  * @public
346
+ * <p>Disassociates the specified phone numbers from the specified
347
+ * Amazon Chime SDK Voice Connector.</p>
264
348
  */
265
349
  disassociatePhoneNumbersFromVoiceConnector(args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
266
350
  disassociatePhoneNumbersFromVoiceConnector(args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput) => void): void;
267
351
  disassociatePhoneNumbersFromVoiceConnector(args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput) => void): void;
268
352
  /**
269
353
  * @public
354
+ * <p>Disassociates the specified phone numbers from the specified Amazon Chime SDK Voice
355
+ * Connector group.</p>
270
356
  */
271
357
  disassociatePhoneNumbersFromVoiceConnectorGroup(args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
272
358
  disassociatePhoneNumbersFromVoiceConnectorGroup(args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput) => void): void;
273
359
  disassociatePhoneNumbersFromVoiceConnectorGroup(args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput) => void): void;
274
360
  /**
275
361
  * @public
362
+ * <p>Retrieves the global settings for the Amazon Chime SDK Voice Connectors in an AWS account.</p>
276
363
  */
277
364
  getGlobalSettings(args: GetGlobalSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetGlobalSettingsCommandOutput>;
278
365
  getGlobalSettings(args: GetGlobalSettingsCommandInput, cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void): void;
279
366
  getGlobalSettings(args: GetGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void): void;
280
367
  /**
281
368
  * @public
369
+ * <p>Retrieves details for the specified phone number ID, such as associations,
370
+ * capabilities, and product type.</p>
282
371
  */
283
372
  getPhoneNumber(args: GetPhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<GetPhoneNumberCommandOutput>;
284
373
  getPhoneNumber(args: GetPhoneNumberCommandInput, cb: (err: any, data?: GetPhoneNumberCommandOutput) => void): void;
285
374
  getPhoneNumber(args: GetPhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPhoneNumberCommandOutput) => void): void;
286
375
  /**
287
376
  * @public
377
+ * <p>Retrieves details for the specified phone number order, such as the order
378
+ * creation timestamp, phone numbers in E.164 format, product type, and
379
+ * order status.</p>
288
380
  */
289
381
  getPhoneNumberOrder(args: GetPhoneNumberOrderCommandInput, options?: __HttpHandlerOptions): Promise<GetPhoneNumberOrderCommandOutput>;
290
382
  getPhoneNumberOrder(args: GetPhoneNumberOrderCommandInput, cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void): void;
291
383
  getPhoneNumberOrder(args: GetPhoneNumberOrderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void): void;
292
384
  /**
293
385
  * @public
386
+ * <p>Retrieves the phone number settings for the administrator's AWS account,
387
+ * such as the default outbound calling name.</p>
294
388
  */
295
389
  getPhoneNumberSettings(args: GetPhoneNumberSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetPhoneNumberSettingsCommandOutput>;
296
390
  getPhoneNumberSettings(args: GetPhoneNumberSettingsCommandInput, cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void): void;
297
391
  getPhoneNumberSettings(args: GetPhoneNumberSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void): void;
298
392
  /**
299
393
  * @public
394
+ * <p>Retrieves the specified proxy session details for the specified Amazon Chime SDK Voice Connector.</p>
300
395
  */
301
396
  getProxySession(args: GetProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<GetProxySessionCommandOutput>;
302
397
  getProxySession(args: GetProxySessionCommandInput, cb: (err: any, data?: GetProxySessionCommandOutput) => void): void;
303
398
  getProxySession(args: GetProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProxySessionCommandOutput) => void): void;
304
399
  /**
305
400
  * @public
401
+ * <p>Retrieves the information for a SIP media application, including name,
402
+ * AWS Region, and endpoints.</p>
306
403
  */
307
404
  getSipMediaApplication(args: GetSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetSipMediaApplicationCommandOutput>;
308
405
  getSipMediaApplication(args: GetSipMediaApplicationCommandInput, cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void): void;
309
406
  getSipMediaApplication(args: GetSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void): void;
310
407
  /**
311
408
  * @public
409
+ * <p>Gets the Alexa Skill configuration for the SIP media application.</p>
312
410
  */
313
411
  getSipMediaApplicationAlexaSkillConfiguration(args: GetSipMediaApplicationAlexaSkillConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetSipMediaApplicationAlexaSkillConfigurationCommandOutput>;
314
412
  getSipMediaApplicationAlexaSkillConfiguration(args: GetSipMediaApplicationAlexaSkillConfigurationCommandInput, cb: (err: any, data?: GetSipMediaApplicationAlexaSkillConfigurationCommandOutput) => void): void;
315
413
  getSipMediaApplicationAlexaSkillConfiguration(args: GetSipMediaApplicationAlexaSkillConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSipMediaApplicationAlexaSkillConfigurationCommandOutput) => void): void;
316
414
  /**
317
415
  * @public
416
+ * <p>Retrieves the logging configuration for the specified SIP media application.</p>
318
417
  */
319
418
  getSipMediaApplicationLoggingConfiguration(args: GetSipMediaApplicationLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetSipMediaApplicationLoggingConfigurationCommandOutput>;
320
419
  getSipMediaApplicationLoggingConfiguration(args: GetSipMediaApplicationLoggingConfigurationCommandInput, cb: (err: any, data?: GetSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
321
420
  getSipMediaApplicationLoggingConfiguration(args: GetSipMediaApplicationLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
322
421
  /**
323
422
  * @public
423
+ * <p>Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and
424
+ * target endpoints.</p>
324
425
  */
325
426
  getSipRule(args: GetSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<GetSipRuleCommandOutput>;
326
427
  getSipRule(args: GetSipRuleCommandInput, cb: (err: any, data?: GetSipRuleCommandOutput) => void): void;
327
428
  getSipRule(args: GetSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSipRuleCommandOutput) => void): void;
328
429
  /**
329
430
  * @public
431
+ * <p>Retrieves the details of the specified speaker search task.</p>
330
432
  */
331
433
  getSpeakerSearchTask(args: GetSpeakerSearchTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetSpeakerSearchTaskCommandOutput>;
332
434
  getSpeakerSearchTask(args: GetSpeakerSearchTaskCommandInput, cb: (err: any, data?: GetSpeakerSearchTaskCommandOutput) => void): void;
333
435
  getSpeakerSearchTask(args: GetSpeakerSearchTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSpeakerSearchTaskCommandOutput) => void): void;
334
436
  /**
335
437
  * @public
438
+ * <p>Retrieves details for the specified Amazon Chime SDK Voice Connector, such as
439
+ * timestamps,name, outbound host, and encryption requirements.</p>
336
440
  */
337
441
  getVoiceConnector(args: GetVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorCommandOutput>;
338
442
  getVoiceConnector(args: GetVoiceConnectorCommandInput, cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void): void;
339
443
  getVoiceConnector(args: GetVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void): void;
340
444
  /**
341
445
  * @public
446
+ * <p>Retrieves the emergency calling configuration details for the specified Voice Connector.</p>
342
447
  */
343
448
  getVoiceConnectorEmergencyCallingConfiguration(args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
344
449
  getVoiceConnectorEmergencyCallingConfiguration(args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput, cb: (err: any, data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
345
450
  getVoiceConnectorEmergencyCallingConfiguration(args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
346
451
  /**
347
452
  * @public
453
+ * <p>Retrieves details for the specified Amazon Chime SDK Voice Connector group,
454
+ * such as timestamps,name, and associated <code>VoiceConnectorItems</code>.</p>
348
455
  */
349
456
  getVoiceConnectorGroup(args: GetVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorGroupCommandOutput>;
350
457
  getVoiceConnectorGroup(args: GetVoiceConnectorGroupCommandInput, cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void): void;
351
458
  getVoiceConnectorGroup(args: GetVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void): void;
352
459
  /**
353
460
  * @public
461
+ * <p>Retrieves the logging configuration settings for the specified Voice Connector.
462
+ * Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.</p>
354
463
  */
355
464
  getVoiceConnectorLoggingConfiguration(args: GetVoiceConnectorLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorLoggingConfigurationCommandOutput>;
356
465
  getVoiceConnectorLoggingConfiguration(args: GetVoiceConnectorLoggingConfigurationCommandInput, cb: (err: any, data?: GetVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
357
466
  getVoiceConnectorLoggingConfiguration(args: GetVoiceConnectorLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
358
467
  /**
359
468
  * @public
469
+ * <p>Retrieves the origination settings for the specified Voice Connector.</p>
360
470
  */
361
471
  getVoiceConnectorOrigination(args: GetVoiceConnectorOriginationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorOriginationCommandOutput>;
362
472
  getVoiceConnectorOrigination(args: GetVoiceConnectorOriginationCommandInput, cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void): void;
363
473
  getVoiceConnectorOrigination(args: GetVoiceConnectorOriginationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void): void;
364
474
  /**
365
475
  * @public
476
+ * <p>Retrieves the proxy configuration details for the specified Amazon Chime SDK Voice
477
+ * Connector.</p>
366
478
  */
367
479
  getVoiceConnectorProxy(args: GetVoiceConnectorProxyCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorProxyCommandOutput>;
368
480
  getVoiceConnectorProxy(args: GetVoiceConnectorProxyCommandInput, cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void): void;
369
481
  getVoiceConnectorProxy(args: GetVoiceConnectorProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void): void;
370
482
  /**
371
483
  * @public
484
+ * <p>Retrieves the streaming configuration details for the specified Amazon Chime SDK
485
+ * Voice Connector. Shows whether media streaming is enabled for sending to Amazon
486
+ * Kinesis. It also shows the retention period, in hours, for the Amazon Kinesis data.</p>
372
487
  */
373
488
  getVoiceConnectorStreamingConfiguration(args: GetVoiceConnectorStreamingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorStreamingConfigurationCommandOutput>;
374
489
  getVoiceConnectorStreamingConfiguration(args: GetVoiceConnectorStreamingConfigurationCommandInput, cb: (err: any, data?: GetVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
375
490
  getVoiceConnectorStreamingConfiguration(args: GetVoiceConnectorStreamingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
376
491
  /**
377
492
  * @public
493
+ * <p>Retrieves the termination setting details for the specified Voice Connector.</p>
378
494
  */
379
495
  getVoiceConnectorTermination(args: GetVoiceConnectorTerminationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorTerminationCommandOutput>;
380
496
  getVoiceConnectorTermination(args: GetVoiceConnectorTerminationCommandInput, cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void): void;
381
497
  getVoiceConnectorTermination(args: GetVoiceConnectorTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void): void;
382
498
  /**
383
499
  * @public
500
+ * <p>Retrieves information about the last time a <code>SIP OPTIONS</code> ping
501
+ * was received from your SIP infrastructure for the specified Amazon Chime SDK Voice
502
+ * Connector.</p>
384
503
  */
385
504
  getVoiceConnectorTerminationHealth(args: GetVoiceConnectorTerminationHealthCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorTerminationHealthCommandOutput>;
386
505
  getVoiceConnectorTerminationHealth(args: GetVoiceConnectorTerminationHealthCommandInput, cb: (err: any, data?: GetVoiceConnectorTerminationHealthCommandOutput) => void): void;
387
506
  getVoiceConnectorTerminationHealth(args: GetVoiceConnectorTerminationHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorTerminationHealthCommandOutput) => void): void;
388
507
  /**
389
508
  * @public
509
+ * <p>Retrieves the details of the specified voice profile.</p>
390
510
  */
391
511
  getVoiceProfile(args: GetVoiceProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceProfileCommandOutput>;
392
512
  getVoiceProfile(args: GetVoiceProfileCommandInput, cb: (err: any, data?: GetVoiceProfileCommandOutput) => void): void;
393
513
  getVoiceProfile(args: GetVoiceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceProfileCommandOutput) => void): void;
394
514
  /**
395
515
  * @public
516
+ * <p>Retrieves the details of the specified voice profile domain.</p>
396
517
  */
397
518
  getVoiceProfileDomain(args: GetVoiceProfileDomainCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceProfileDomainCommandOutput>;
398
519
  getVoiceProfileDomain(args: GetVoiceProfileDomainCommandInput, cb: (err: any, data?: GetVoiceProfileDomainCommandOutput) => void): void;
399
520
  getVoiceProfileDomain(args: GetVoiceProfileDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceProfileDomainCommandOutput) => void): void;
400
521
  /**
401
522
  * @public
523
+ * <p>Retrieves the details of a voice tone analysis task.</p>
402
524
  */
403
525
  getVoiceToneAnalysisTask(args: GetVoiceToneAnalysisTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceToneAnalysisTaskCommandOutput>;
404
526
  getVoiceToneAnalysisTask(args: GetVoiceToneAnalysisTaskCommandInput, cb: (err: any, data?: GetVoiceToneAnalysisTaskCommandOutput) => void): void;
405
527
  getVoiceToneAnalysisTask(args: GetVoiceToneAnalysisTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceToneAnalysisTaskCommandOutput) => void): void;
406
528
  /**
407
529
  * @public
530
+ * <p>Lists the available AWS Regions in which you can create an Amazon Chime SDK Voice Connector.</p>
408
531
  */
409
532
  listAvailableVoiceConnectorRegions(args: ListAvailableVoiceConnectorRegionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAvailableVoiceConnectorRegionsCommandOutput>;
410
533
  listAvailableVoiceConnectorRegions(args: ListAvailableVoiceConnectorRegionsCommandInput, cb: (err: any, data?: ListAvailableVoiceConnectorRegionsCommandOutput) => void): void;
411
534
  listAvailableVoiceConnectorRegions(args: ListAvailableVoiceConnectorRegionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAvailableVoiceConnectorRegionsCommandOutput) => void): void;
412
535
  /**
413
536
  * @public
537
+ * <p>Lists the phone numbers for an administrator's Amazon Chime SDK account.</p>
414
538
  */
415
539
  listPhoneNumberOrders(args: ListPhoneNumberOrdersCommandInput, options?: __HttpHandlerOptions): Promise<ListPhoneNumberOrdersCommandOutput>;
416
540
  listPhoneNumberOrders(args: ListPhoneNumberOrdersCommandInput, cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void): void;
417
541
  listPhoneNumberOrders(args: ListPhoneNumberOrdersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void): void;
418
542
  /**
419
543
  * @public
544
+ * <p>Lists the phone numbers for the specified Amazon Chime SDK account,
545
+ * Amazon Chime SDK user, Amazon Chime SDK Voice Connector, or Amazon Chime SDK Voice
546
+ * Connector group.</p>
420
547
  */
421
548
  listPhoneNumbers(args: ListPhoneNumbersCommandInput, options?: __HttpHandlerOptions): Promise<ListPhoneNumbersCommandOutput>;
422
549
  listPhoneNumbers(args: ListPhoneNumbersCommandInput, cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void): void;
423
550
  listPhoneNumbers(args: ListPhoneNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void): void;
424
551
  /**
425
552
  * @public
553
+ * <p>Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.</p>
426
554
  */
427
555
  listProxySessions(args: ListProxySessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListProxySessionsCommandOutput>;
428
556
  listProxySessions(args: ListProxySessionsCommandInput, cb: (err: any, data?: ListProxySessionsCommandOutput) => void): void;
429
557
  listProxySessions(args: ListProxySessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProxySessionsCommandOutput) => void): void;
430
558
  /**
431
559
  * @public
560
+ * <p>Lists the SIP media applications under the administrator's AWS account.</p>
432
561
  */
433
562
  listSipMediaApplications(args: ListSipMediaApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSipMediaApplicationsCommandOutput>;
434
563
  listSipMediaApplications(args: ListSipMediaApplicationsCommandInput, cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void): void;
435
564
  listSipMediaApplications(args: ListSipMediaApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void): void;
436
565
  /**
437
566
  * @public
567
+ * <p>Lists the SIP rules under the administrator's AWS account.</p>
438
568
  */
439
569
  listSipRules(args: ListSipRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListSipRulesCommandOutput>;
440
570
  listSipRules(args: ListSipRulesCommandInput, cb: (err: any, data?: ListSipRulesCommandOutput) => void): void;
441
571
  listSipRules(args: ListSipRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSipRulesCommandOutput) => void): void;
442
572
  /**
443
573
  * @public
574
+ * <p>Lists the countries that you can order phone numbers from.</p>
444
575
  */
445
576
  listSupportedPhoneNumberCountries(args: ListSupportedPhoneNumberCountriesCommandInput, options?: __HttpHandlerOptions): Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
446
577
  listSupportedPhoneNumberCountries(args: ListSupportedPhoneNumberCountriesCommandInput, cb: (err: any, data?: ListSupportedPhoneNumberCountriesCommandOutput) => void): void;
447
578
  listSupportedPhoneNumberCountries(args: ListSupportedPhoneNumberCountriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSupportedPhoneNumberCountriesCommandOutput) => void): void;
448
579
  /**
449
580
  * @public
581
+ * <p>Returns a list of the tags in a given resource.</p>
450
582
  */
451
583
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
452
584
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
453
585
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
454
586
  /**
455
587
  * @public
588
+ * <p>Lists the Amazon Chime SDK Voice Connector groups in the administrator's AWS
589
+ * account.</p>
456
590
  */
457
591
  listVoiceConnectorGroups(args: ListVoiceConnectorGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListVoiceConnectorGroupsCommandOutput>;
458
592
  listVoiceConnectorGroups(args: ListVoiceConnectorGroupsCommandInput, cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void): void;
459
593
  listVoiceConnectorGroups(args: ListVoiceConnectorGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void): void;
460
594
  /**
461
595
  * @public
596
+ * <p>Lists the Amazon Chime SDK Voice Connectors in the administrators
597
+ * AWS account.</p>
462
598
  */
463
599
  listVoiceConnectors(args: ListVoiceConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListVoiceConnectorsCommandOutput>;
464
600
  listVoiceConnectors(args: ListVoiceConnectorsCommandInput, cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void): void;
465
601
  listVoiceConnectors(args: ListVoiceConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void): void;
466
602
  /**
467
603
  * @public
604
+ * <p>Lists the SIP credentials for the specified Amazon Chime SDK Voice Connector.</p>
468
605
  */
469
606
  listVoiceConnectorTerminationCredentials(args: ListVoiceConnectorTerminationCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<ListVoiceConnectorTerminationCredentialsCommandOutput>;
470
607
  listVoiceConnectorTerminationCredentials(args: ListVoiceConnectorTerminationCredentialsCommandInput, cb: (err: any, data?: ListVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
471
608
  listVoiceConnectorTerminationCredentials(args: ListVoiceConnectorTerminationCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
472
609
  /**
473
610
  * @public
611
+ * <p>Lists the specified voice profile domains in the administrator's AWS account.
612
+ * </p>
474
613
  */
475
614
  listVoiceProfileDomains(args: ListVoiceProfileDomainsCommandInput, options?: __HttpHandlerOptions): Promise<ListVoiceProfileDomainsCommandOutput>;
476
615
  listVoiceProfileDomains(args: ListVoiceProfileDomainsCommandInput, cb: (err: any, data?: ListVoiceProfileDomainsCommandOutput) => void): void;
477
616
  listVoiceProfileDomains(args: ListVoiceProfileDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVoiceProfileDomainsCommandOutput) => void): void;
478
617
  /**
479
618
  * @public
619
+ * <p>Lists the voice profiles in a voice profile domain.</p>
480
620
  */
481
621
  listVoiceProfiles(args: ListVoiceProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListVoiceProfilesCommandOutput>;
482
622
  listVoiceProfiles(args: ListVoiceProfilesCommandInput, cb: (err: any, data?: ListVoiceProfilesCommandOutput) => void): void;
483
623
  listVoiceProfiles(args: ListVoiceProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVoiceProfilesCommandOutput) => void): void;
484
624
  /**
485
625
  * @public
626
+ * <p>Updates the Alexa Skill configuration for the SIP media application.</p>
486
627
  */
487
628
  putSipMediaApplicationAlexaSkillConfiguration(args: PutSipMediaApplicationAlexaSkillConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutSipMediaApplicationAlexaSkillConfigurationCommandOutput>;
488
629
  putSipMediaApplicationAlexaSkillConfiguration(args: PutSipMediaApplicationAlexaSkillConfigurationCommandInput, cb: (err: any, data?: PutSipMediaApplicationAlexaSkillConfigurationCommandOutput) => void): void;
489
630
  putSipMediaApplicationAlexaSkillConfiguration(args: PutSipMediaApplicationAlexaSkillConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutSipMediaApplicationAlexaSkillConfigurationCommandOutput) => void): void;
490
631
  /**
491
632
  * @public
633
+ * <p>Updates the logging configuration for the specified SIP media application.</p>
492
634
  */
493
635
  putSipMediaApplicationLoggingConfiguration(args: PutSipMediaApplicationLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutSipMediaApplicationLoggingConfigurationCommandOutput>;
494
636
  putSipMediaApplicationLoggingConfiguration(args: PutSipMediaApplicationLoggingConfigurationCommandInput, cb: (err: any, data?: PutSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
495
637
  putSipMediaApplicationLoggingConfiguration(args: PutSipMediaApplicationLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
496
638
  /**
497
639
  * @public
640
+ * <p>Updates a Voice Connector's emergency calling configuration.</p>
498
641
  */
499
642
  putVoiceConnectorEmergencyCallingConfiguration(args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
500
643
  putVoiceConnectorEmergencyCallingConfiguration(args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput, cb: (err: any, data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
501
644
  putVoiceConnectorEmergencyCallingConfiguration(args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
502
645
  /**
503
646
  * @public
647
+ * <p>Updates a Voice Connector's logging configuration.</p>
504
648
  */
505
649
  putVoiceConnectorLoggingConfiguration(args: PutVoiceConnectorLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorLoggingConfigurationCommandOutput>;
506
650
  putVoiceConnectorLoggingConfiguration(args: PutVoiceConnectorLoggingConfigurationCommandInput, cb: (err: any, data?: PutVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
507
651
  putVoiceConnectorLoggingConfiguration(args: PutVoiceConnectorLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
508
652
  /**
509
653
  * @public
654
+ * <p>Updates a Voice Connector's origination settings.</p>
510
655
  */
511
656
  putVoiceConnectorOrigination(args: PutVoiceConnectorOriginationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorOriginationCommandOutput>;
512
657
  putVoiceConnectorOrigination(args: PutVoiceConnectorOriginationCommandInput, cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void): void;
513
658
  putVoiceConnectorOrigination(args: PutVoiceConnectorOriginationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void): void;
514
659
  /**
515
660
  * @public
661
+ * <p>Puts the specified proxy configuration to the specified Amazon Chime SDK Voice Connector.</p>
516
662
  */
517
663
  putVoiceConnectorProxy(args: PutVoiceConnectorProxyCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorProxyCommandOutput>;
518
664
  putVoiceConnectorProxy(args: PutVoiceConnectorProxyCommandInput, cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void): void;
519
665
  putVoiceConnectorProxy(args: PutVoiceConnectorProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void): void;
520
666
  /**
521
667
  * @public
668
+ * <p>Updates a Voice Connector's streaming configuration settings.</p>
522
669
  */
523
670
  putVoiceConnectorStreamingConfiguration(args: PutVoiceConnectorStreamingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorStreamingConfigurationCommandOutput>;
524
671
  putVoiceConnectorStreamingConfiguration(args: PutVoiceConnectorStreamingConfigurationCommandInput, cb: (err: any, data?: PutVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
525
672
  putVoiceConnectorStreamingConfiguration(args: PutVoiceConnectorStreamingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
526
673
  /**
527
674
  * @public
675
+ * <p>Updates a Voice Connector's termination settings.</p>
528
676
  */
529
677
  putVoiceConnectorTermination(args: PutVoiceConnectorTerminationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorTerminationCommandOutput>;
530
678
  putVoiceConnectorTermination(args: PutVoiceConnectorTerminationCommandInput, cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void): void;
531
679
  putVoiceConnectorTermination(args: PutVoiceConnectorTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void): void;
532
680
  /**
533
681
  * @public
682
+ * <p>Updates a Voice Connector's termination credentials.</p>
534
683
  */
535
684
  putVoiceConnectorTerminationCredentials(args: PutVoiceConnectorTerminationCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorTerminationCredentialsCommandOutput>;
536
685
  putVoiceConnectorTerminationCredentials(args: PutVoiceConnectorTerminationCredentialsCommandInput, cb: (err: any, data?: PutVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
537
686
  putVoiceConnectorTerminationCredentials(args: PutVoiceConnectorTerminationCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
538
687
  /**
539
688
  * @public
689
+ * <p>Restores a deleted phone number.</p>
540
690
  */
541
691
  restorePhoneNumber(args: RestorePhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<RestorePhoneNumberCommandOutput>;
542
692
  restorePhoneNumber(args: RestorePhoneNumberCommandInput, cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void): void;
543
693
  restorePhoneNumber(args: RestorePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void): void;
544
694
  /**
545
695
  * @public
696
+ * <p>Searches the provisioned phone numbers in an organization.</p>
546
697
  */
547
698
  searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, options?: __HttpHandlerOptions): Promise<SearchAvailablePhoneNumbersCommandOutput>;
548
699
  searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void): void;
549
700
  searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void): void;
550
701
  /**
551
702
  * @public
703
+ * <p>Starts a speaker search task.</p>
704
+ * <important>
705
+ * <p>Before starting any speaker search tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the
706
+ * <a href="https://aws.amazon.com/service-terms/">AWS service terms</a> for the Amazon Chime SDK.</p>
707
+ * </important>
552
708
  */
553
709
  startSpeakerSearchTask(args: StartSpeakerSearchTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartSpeakerSearchTaskCommandOutput>;
554
710
  startSpeakerSearchTask(args: StartSpeakerSearchTaskCommandInput, cb: (err: any, data?: StartSpeakerSearchTaskCommandOutput) => void): void;
555
711
  startSpeakerSearchTask(args: StartSpeakerSearchTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSpeakerSearchTaskCommandOutput) => void): void;
556
712
  /**
557
713
  * @public
714
+ * <p>Starts a voice tone analysis task. For more information about voice tone analysis, see
715
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/pstn-voice-analytics.html">Using Amazon Chime SDK voice analytics</a>
716
+ * in the <i>Amazon Chime SDK Developer Guide</i>.</p>
717
+ * <important>
718
+ * <p>Before starting any voice tone analysis tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the
719
+ * <a href="https://aws.amazon.com/service-terms/">AWS service terms</a> for the Amazon Chime SDK.</p>
720
+ * </important>
558
721
  */
559
722
  startVoiceToneAnalysisTask(args: StartVoiceToneAnalysisTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartVoiceToneAnalysisTaskCommandOutput>;
560
723
  startVoiceToneAnalysisTask(args: StartVoiceToneAnalysisTaskCommandInput, cb: (err: any, data?: StartVoiceToneAnalysisTaskCommandOutput) => void): void;
561
724
  startVoiceToneAnalysisTask(args: StartVoiceToneAnalysisTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartVoiceToneAnalysisTaskCommandOutput) => void): void;
562
725
  /**
563
726
  * @public
727
+ * <p>Stops a speaker search task.</p>
564
728
  */
565
729
  stopSpeakerSearchTask(args: StopSpeakerSearchTaskCommandInput, options?: __HttpHandlerOptions): Promise<StopSpeakerSearchTaskCommandOutput>;
566
730
  stopSpeakerSearchTask(args: StopSpeakerSearchTaskCommandInput, cb: (err: any, data?: StopSpeakerSearchTaskCommandOutput) => void): void;
567
731
  stopSpeakerSearchTask(args: StopSpeakerSearchTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopSpeakerSearchTaskCommandOutput) => void): void;
568
732
  /**
569
733
  * @public
734
+ * <p>Stops a voice tone analysis task.</p>
570
735
  */
571
736
  stopVoiceToneAnalysisTask(args: StopVoiceToneAnalysisTaskCommandInput, options?: __HttpHandlerOptions): Promise<StopVoiceToneAnalysisTaskCommandOutput>;
572
737
  stopVoiceToneAnalysisTask(args: StopVoiceToneAnalysisTaskCommandInput, cb: (err: any, data?: StopVoiceToneAnalysisTaskCommandOutput) => void): void;
573
738
  stopVoiceToneAnalysisTask(args: StopVoiceToneAnalysisTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopVoiceToneAnalysisTaskCommandOutput) => void): void;
574
739
  /**
575
740
  * @public
741
+ * <p>Adds a tag to the specified resource.</p>
576
742
  */
577
743
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
578
744
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
579
745
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
580
746
  /**
581
747
  * @public
748
+ * <p>Removes tags from a resource.</p>
582
749
  */
583
750
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
584
751
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
585
752
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
586
753
  /**
587
754
  * @public
755
+ * <p>Updates global settings for the Amazon Chime SDK Voice Connectors in an AWS account.</p>
588
756
  */
589
757
  updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGlobalSettingsCommandOutput>;
590
758
  updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
591
759
  updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
592
760
  /**
593
761
  * @public
762
+ * <p>Updates phone number details, such as product type or calling name, for the
763
+ * specified phone number ID. You can update one phone number detail at a time. For
764
+ * example, you can update either the product type or the calling name in one action.</p>
765
+ * <p>For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media
766
+ * Application Dial-In product type.</p>
767
+ * <p>Updates to outbound calling names can take 72 hours to complete. Pending
768
+ * updates to outbound calling names must be complete before you can request another
769
+ * update.</p>
594
770
  */
595
771
  updatePhoneNumber(args: UpdatePhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePhoneNumberCommandOutput>;
596
772
  updatePhoneNumber(args: UpdatePhoneNumberCommandInput, cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void): void;
597
773
  updatePhoneNumber(args: UpdatePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void): void;
598
774
  /**
599
775
  * @public
776
+ * <p>Updates the phone number settings for the administrator's AWS account, such
777
+ * as the default outbound calling name. You can update the default outbound calling
778
+ * name once every seven days. Outbound calling names can take up to 72 hours to
779
+ * update.</p>
600
780
  */
601
781
  updatePhoneNumberSettings(args: UpdatePhoneNumberSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePhoneNumberSettingsCommandOutput>;
602
782
  updatePhoneNumberSettings(args: UpdatePhoneNumberSettingsCommandInput, cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void): void;
603
783
  updatePhoneNumberSettings(args: UpdatePhoneNumberSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void): void;
604
784
  /**
605
785
  * @public
786
+ * <p>Updates the specified proxy session details, such as voice or SMS capabilities.</p>
606
787
  */
607
788
  updateProxySession(args: UpdateProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProxySessionCommandOutput>;
608
789
  updateProxySession(args: UpdateProxySessionCommandInput, cb: (err: any, data?: UpdateProxySessionCommandOutput) => void): void;
609
790
  updateProxySession(args: UpdateProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProxySessionCommandOutput) => void): void;
610
791
  /**
611
792
  * @public
793
+ * <p>Updates the details of the specified SIP media application.</p>
612
794
  */
613
795
  updateSipMediaApplication(args: UpdateSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSipMediaApplicationCommandOutput>;
614
796
  updateSipMediaApplication(args: UpdateSipMediaApplicationCommandInput, cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void): void;
615
797
  updateSipMediaApplication(args: UpdateSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void): void;
616
798
  /**
617
799
  * @public
800
+ * <p>Invokes the AWS Lambda function associated with the SIP media application and
801
+ * transaction ID in an update request. The Lambda function can then return a new set
802
+ * of actions.</p>
618
803
  */
619
804
  updateSipMediaApplicationCall(args: UpdateSipMediaApplicationCallCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSipMediaApplicationCallCommandOutput>;
620
805
  updateSipMediaApplicationCall(args: UpdateSipMediaApplicationCallCommandInput, cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void): void;
621
806
  updateSipMediaApplicationCall(args: UpdateSipMediaApplicationCallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void): void;
622
807
  /**
623
808
  * @public
809
+ * <p>Updates the details of the specified SIP rule.</p>
624
810
  */
625
811
  updateSipRule(args: UpdateSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSipRuleCommandOutput>;
626
812
  updateSipRule(args: UpdateSipRuleCommandInput, cb: (err: any, data?: UpdateSipRuleCommandOutput) => void): void;
627
813
  updateSipRule(args: UpdateSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSipRuleCommandOutput) => void): void;
628
814
  /**
629
815
  * @public
816
+ * <p>Updates the details for the specified Amazon Chime SDK Voice Connector.</p>
630
817
  */
631
818
  updateVoiceConnector(args: UpdateVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVoiceConnectorCommandOutput>;
632
819
  updateVoiceConnector(args: UpdateVoiceConnectorCommandInput, cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void): void;
633
820
  updateVoiceConnector(args: UpdateVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void): void;
634
821
  /**
635
822
  * @public
823
+ * <p>Updates the settings for the specified Amazon Chime SDK Voice Connector group.</p>
636
824
  */
637
825
  updateVoiceConnectorGroup(args: UpdateVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVoiceConnectorGroupCommandOutput>;
638
826
  updateVoiceConnectorGroup(args: UpdateVoiceConnectorGroupCommandInput, cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void): void;
639
827
  updateVoiceConnectorGroup(args: UpdateVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void): void;
640
828
  /**
641
829
  * @public
830
+ * <p>Updates the specified voice profile’s voice print and refreshes its expiration timestamp.</p>
831
+ * <important>
832
+ * <p>As a condition of using this feature, you acknowledge that the collection, use, storage, and retention of
833
+ * your caller’s biometric identifiers and biometric information (“biometric data”) in the form of a digital voiceprint
834
+ * requires the caller’s informed consent via a written release. Such consent is required under various state laws,
835
+ * including biometrics laws in Illinois, Texas, Washington and other state privacy laws.</p>
836
+ * <p>You must provide a written release to each caller through a process that clearly reflects each caller’s informed
837
+ * consent before using Amazon Chime SDK Voice Insights service, as required under the terms of your agreement
838
+ * with AWS governing your use of the service.</p>
839
+ * </important>
642
840
  */
643
841
  updateVoiceProfile(args: UpdateVoiceProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVoiceProfileCommandOutput>;
644
842
  updateVoiceProfile(args: UpdateVoiceProfileCommandInput, cb: (err: any, data?: UpdateVoiceProfileCommandOutput) => void): void;
645
843
  updateVoiceProfile(args: UpdateVoiceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVoiceProfileCommandOutput) => void): void;
646
844
  /**
647
845
  * @public
846
+ * <p>Updates the settings for the specified voice profile domain.</p>
648
847
  */
649
848
  updateVoiceProfileDomain(args: UpdateVoiceProfileDomainCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVoiceProfileDomainCommandOutput>;
650
849
  updateVoiceProfileDomain(args: UpdateVoiceProfileDomainCommandInput, cb: (err: any, data?: UpdateVoiceProfileDomainCommandOutput) => void): void;
651
850
  updateVoiceProfileDomain(args: UpdateVoiceProfileDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVoiceProfileDomainCommandOutput) => void): void;
652
851
  /**
653
852
  * @public
853
+ * <p>Validates an address to be used for 911 calls made with Amazon Chime SDK Voice
854
+ * Connectors. You can use validated addresses in a Presence Information Data Format
855
+ * Location Object file that you include in SIP requests. That helps ensure that addresses
856
+ * are routed to the appropriate Public Safety Answering Point.</p>
654
857
  */
655
858
  validateE911Address(args: ValidateE911AddressCommandInput, options?: __HttpHandlerOptions): Promise<ValidateE911AddressCommandOutput>;
656
859
  validateE911Address(args: ValidateE911AddressCommandInput, cb: (err: any, data?: ValidateE911AddressCommandOutput) => void): void;