@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
@@ -17,6 +17,51 @@ export interface DeleteVoiceConnectorProxyCommandInput extends DeleteVoiceConnec
17
17
  */
18
18
  export interface DeleteVoiceConnectorProxyCommandOutput extends __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Deletes the proxy configuration from the specified Amazon Chime SDK Voice Connector.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { ChimeSDKVoiceClient, DeleteVoiceConnectorProxyCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, DeleteVoiceConnectorProxyCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = { // DeleteVoiceConnectorProxyRequest
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * };
32
+ * const command = new DeleteVoiceConnectorProxyCommand(input);
33
+ * const response = await client.send(command);
34
+ * ```
35
+ *
36
+ * @param DeleteVoiceConnectorProxyCommandInput - {@link DeleteVoiceConnectorProxyCommandInput}
37
+ * @returns {@link DeleteVoiceConnectorProxyCommandOutput}
38
+ * @see {@link DeleteVoiceConnectorProxyCommandInput} for command's `input` shape.
39
+ * @see {@link DeleteVoiceConnectorProxyCommandOutput} for command's `response` shape.
40
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
41
+ *
42
+ * @throws {@link BadRequestException} (client fault)
43
+ * <p>The input parameters don't match the service's restrictions.</p>
44
+ *
45
+ * @throws {@link ForbiddenException} (client fault)
46
+ * <p>The client is permanently forbidden from making the request.</p>
47
+ *
48
+ * @throws {@link NotFoundException} (client fault)
49
+ * <p>The requested resource couldn't be found.</p>
50
+ *
51
+ * @throws {@link ServiceFailureException} (server fault)
52
+ * <p>The service encountered an unexpected error.</p>
53
+ *
54
+ * @throws {@link ServiceUnavailableException} (server fault)
55
+ * <p>The service is currently unavailable.</p>
56
+ *
57
+ * @throws {@link ThrottledClientException} (client fault)
58
+ * <p>The number of customer requests exceeds the request rate limit.</p>
59
+ *
60
+ * @throws {@link UnauthorizedClientException} (client fault)
61
+ * <p>The client isn't authorized to request a resource.</p>
62
+ *
63
+ *
64
+ */
20
65
  export declare class DeleteVoiceConnectorProxyCommand extends $Command<DeleteVoiceConnectorProxyCommandInput, DeleteVoiceConnectorProxyCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
66
  readonly input: DeleteVoiceConnectorProxyCommandInput;
22
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,51 @@ export interface DeleteVoiceConnectorStreamingConfigurationCommandInput extends
17
17
  */
18
18
  export interface DeleteVoiceConnectorStreamingConfigurationCommandOutput extends __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Deletes a Voice Connector's streaming configuration.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { ChimeSDKVoiceClient, DeleteVoiceConnectorStreamingConfigurationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, DeleteVoiceConnectorStreamingConfigurationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = { // DeleteVoiceConnectorStreamingConfigurationRequest
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * };
32
+ * const command = new DeleteVoiceConnectorStreamingConfigurationCommand(input);
33
+ * const response = await client.send(command);
34
+ * ```
35
+ *
36
+ * @param DeleteVoiceConnectorStreamingConfigurationCommandInput - {@link DeleteVoiceConnectorStreamingConfigurationCommandInput}
37
+ * @returns {@link DeleteVoiceConnectorStreamingConfigurationCommandOutput}
38
+ * @see {@link DeleteVoiceConnectorStreamingConfigurationCommandInput} for command's `input` shape.
39
+ * @see {@link DeleteVoiceConnectorStreamingConfigurationCommandOutput} for command's `response` shape.
40
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
41
+ *
42
+ * @throws {@link BadRequestException} (client fault)
43
+ * <p>The input parameters don't match the service's restrictions.</p>
44
+ *
45
+ * @throws {@link ForbiddenException} (client fault)
46
+ * <p>The client is permanently forbidden from making the request.</p>
47
+ *
48
+ * @throws {@link NotFoundException} (client fault)
49
+ * <p>The requested resource couldn't be found.</p>
50
+ *
51
+ * @throws {@link ServiceFailureException} (server fault)
52
+ * <p>The service encountered an unexpected error.</p>
53
+ *
54
+ * @throws {@link ServiceUnavailableException} (server fault)
55
+ * <p>The service is currently unavailable.</p>
56
+ *
57
+ * @throws {@link ThrottledClientException} (client fault)
58
+ * <p>The number of customer requests exceeds the request rate limit.</p>
59
+ *
60
+ * @throws {@link UnauthorizedClientException} (client fault)
61
+ * <p>The client isn't authorized to request a resource.</p>
62
+ *
63
+ *
64
+ */
20
65
  export declare class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command<DeleteVoiceConnectorStreamingConfigurationCommandInput, DeleteVoiceConnectorStreamingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
66
  readonly input: DeleteVoiceConnectorStreamingConfigurationCommandInput;
22
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,55 @@ export interface DeleteVoiceConnectorTerminationCommandInput extends DeleteVoice
17
17
  */
18
18
  export interface DeleteVoiceConnectorTerminationCommandOutput extends __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Deletes the termination settings for the specified Amazon Chime SDK Voice Connector.</p>
23
+ * <note>
24
+ * <p>If emergency calling is configured for the Voice Connector, it must be
25
+ * deleted prior to deleting the termination settings.</p>
26
+ * </note>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { ChimeSDKVoiceClient, DeleteVoiceConnectorTerminationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
31
+ * // const { ChimeSDKVoiceClient, DeleteVoiceConnectorTerminationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
32
+ * const client = new ChimeSDKVoiceClient(config);
33
+ * const input = { // DeleteVoiceConnectorTerminationRequest
34
+ * VoiceConnectorId: "STRING_VALUE", // required
35
+ * };
36
+ * const command = new DeleteVoiceConnectorTerminationCommand(input);
37
+ * const response = await client.send(command);
38
+ * ```
39
+ *
40
+ * @param DeleteVoiceConnectorTerminationCommandInput - {@link DeleteVoiceConnectorTerminationCommandInput}
41
+ * @returns {@link DeleteVoiceConnectorTerminationCommandOutput}
42
+ * @see {@link DeleteVoiceConnectorTerminationCommandInput} for command's `input` shape.
43
+ * @see {@link DeleteVoiceConnectorTerminationCommandOutput} for command's `response` shape.
44
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
45
+ *
46
+ * @throws {@link BadRequestException} (client fault)
47
+ * <p>The input parameters don't match the service's restrictions.</p>
48
+ *
49
+ * @throws {@link ForbiddenException} (client fault)
50
+ * <p>The client is permanently forbidden from making the request.</p>
51
+ *
52
+ * @throws {@link NotFoundException} (client fault)
53
+ * <p>The requested resource couldn't be found.</p>
54
+ *
55
+ * @throws {@link ServiceFailureException} (server fault)
56
+ * <p>The service encountered an unexpected error.</p>
57
+ *
58
+ * @throws {@link ServiceUnavailableException} (server fault)
59
+ * <p>The service is currently unavailable.</p>
60
+ *
61
+ * @throws {@link ThrottledClientException} (client fault)
62
+ * <p>The number of customer requests exceeds the request rate limit.</p>
63
+ *
64
+ * @throws {@link UnauthorizedClientException} (client fault)
65
+ * <p>The client isn't authorized to request a resource.</p>
66
+ *
67
+ *
68
+ */
20
69
  export declare class DeleteVoiceConnectorTerminationCommand extends $Command<DeleteVoiceConnectorTerminationCommandInput, DeleteVoiceConnectorTerminationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
70
  readonly input: DeleteVoiceConnectorTerminationCommandInput;
22
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,55 @@ export interface DeleteVoiceConnectorTerminationCredentialsCommandInput extends
17
17
  */
18
18
  export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput extends __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Deletes the specified SIP credentials used by your equipment to
23
+ * authenticate during call termination.</p>
24
+ * @example
25
+ * Use a bare-bones client and the command you need to make an API call.
26
+ * ```javascript
27
+ * import { ChimeSDKVoiceClient, DeleteVoiceConnectorTerminationCredentialsCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
28
+ * // const { ChimeSDKVoiceClient, DeleteVoiceConnectorTerminationCredentialsCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
29
+ * const client = new ChimeSDKVoiceClient(config);
30
+ * const input = { // DeleteVoiceConnectorTerminationCredentialsRequest
31
+ * VoiceConnectorId: "STRING_VALUE", // required
32
+ * Usernames: [ // SensitiveStringList // required
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * };
36
+ * const command = new DeleteVoiceConnectorTerminationCredentialsCommand(input);
37
+ * const response = await client.send(command);
38
+ * ```
39
+ *
40
+ * @param DeleteVoiceConnectorTerminationCredentialsCommandInput - {@link DeleteVoiceConnectorTerminationCredentialsCommandInput}
41
+ * @returns {@link DeleteVoiceConnectorTerminationCredentialsCommandOutput}
42
+ * @see {@link DeleteVoiceConnectorTerminationCredentialsCommandInput} for command's `input` shape.
43
+ * @see {@link DeleteVoiceConnectorTerminationCredentialsCommandOutput} for command's `response` shape.
44
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
45
+ *
46
+ * @throws {@link BadRequestException} (client fault)
47
+ * <p>The input parameters don't match the service's restrictions.</p>
48
+ *
49
+ * @throws {@link ForbiddenException} (client fault)
50
+ * <p>The client is permanently forbidden from making the request.</p>
51
+ *
52
+ * @throws {@link NotFoundException} (client fault)
53
+ * <p>The requested resource couldn't be found.</p>
54
+ *
55
+ * @throws {@link ServiceFailureException} (server fault)
56
+ * <p>The service encountered an unexpected error.</p>
57
+ *
58
+ * @throws {@link ServiceUnavailableException} (server fault)
59
+ * <p>The service is currently unavailable.</p>
60
+ *
61
+ * @throws {@link ThrottledClientException} (client fault)
62
+ * <p>The number of customer requests exceeds the request rate limit.</p>
63
+ *
64
+ * @throws {@link UnauthorizedClientException} (client fault)
65
+ * <p>The client isn't authorized to request a resource.</p>
66
+ *
67
+ *
68
+ */
20
69
  export declare class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command<DeleteVoiceConnectorTerminationCredentialsCommandInput, DeleteVoiceConnectorTerminationCredentialsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
70
  readonly input: DeleteVoiceConnectorTerminationCredentialsCommandInput;
22
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,57 @@ export interface DeleteVoiceProfileCommandInput extends DeleteVoiceProfileReques
17
17
  */
18
18
  export interface DeleteVoiceProfileCommandOutput extends __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Deletes a voice profile, including its voice print and enrollment data. WARNING: This action is not reversible.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { ChimeSDKVoiceClient, DeleteVoiceProfileCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, DeleteVoiceProfileCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = { // DeleteVoiceProfileRequest
30
+ * VoiceProfileId: "STRING_VALUE", // required
31
+ * };
32
+ * const command = new DeleteVoiceProfileCommand(input);
33
+ * const response = await client.send(command);
34
+ * ```
35
+ *
36
+ * @param DeleteVoiceProfileCommandInput - {@link DeleteVoiceProfileCommandInput}
37
+ * @returns {@link DeleteVoiceProfileCommandOutput}
38
+ * @see {@link DeleteVoiceProfileCommandInput} for command's `input` shape.
39
+ * @see {@link DeleteVoiceProfileCommandOutput} for command's `response` shape.
40
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
41
+ *
42
+ * @throws {@link AccessDeniedException} (client fault)
43
+ * <p>You don't have the permissions needed to run this action.</p>
44
+ *
45
+ * @throws {@link BadRequestException} (client fault)
46
+ * <p>The input parameters don't match the service's restrictions.</p>
47
+ *
48
+ * @throws {@link ConflictException} (client fault)
49
+ * <p>Multiple instances of the same request were made simultaneously.</p>
50
+ *
51
+ * @throws {@link ForbiddenException} (client fault)
52
+ * <p>The client is permanently forbidden from making the request.</p>
53
+ *
54
+ * @throws {@link NotFoundException} (client fault)
55
+ * <p>The requested resource couldn't be found.</p>
56
+ *
57
+ * @throws {@link ServiceFailureException} (server fault)
58
+ * <p>The service encountered an unexpected error.</p>
59
+ *
60
+ * @throws {@link ServiceUnavailableException} (server fault)
61
+ * <p>The service is currently unavailable.</p>
62
+ *
63
+ * @throws {@link ThrottledClientException} (client fault)
64
+ * <p>The number of customer requests exceeds the request rate limit.</p>
65
+ *
66
+ * @throws {@link UnauthorizedClientException} (client fault)
67
+ * <p>The client isn't authorized to request a resource.</p>
68
+ *
69
+ *
70
+ */
20
71
  export declare class DeleteVoiceProfileCommand extends $Command<DeleteVoiceProfileCommandInput, DeleteVoiceProfileCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
72
  readonly input: DeleteVoiceProfileCommandInput;
22
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,57 @@ export interface DeleteVoiceProfileDomainCommandInput extends DeleteVoiceProfile
17
17
  */
18
18
  export interface DeleteVoiceProfileDomainCommandOutput extends __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Deletes all voice profiles in the domain. WARNING: This action is not reversible.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { ChimeSDKVoiceClient, DeleteVoiceProfileDomainCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, DeleteVoiceProfileDomainCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = { // DeleteVoiceProfileDomainRequest
30
+ * VoiceProfileDomainId: "STRING_VALUE", // required
31
+ * };
32
+ * const command = new DeleteVoiceProfileDomainCommand(input);
33
+ * const response = await client.send(command);
34
+ * ```
35
+ *
36
+ * @param DeleteVoiceProfileDomainCommandInput - {@link DeleteVoiceProfileDomainCommandInput}
37
+ * @returns {@link DeleteVoiceProfileDomainCommandOutput}
38
+ * @see {@link DeleteVoiceProfileDomainCommandInput} for command's `input` shape.
39
+ * @see {@link DeleteVoiceProfileDomainCommandOutput} for command's `response` shape.
40
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
41
+ *
42
+ * @throws {@link AccessDeniedException} (client fault)
43
+ * <p>You don't have the permissions needed to run this action.</p>
44
+ *
45
+ * @throws {@link BadRequestException} (client fault)
46
+ * <p>The input parameters don't match the service's restrictions.</p>
47
+ *
48
+ * @throws {@link ConflictException} (client fault)
49
+ * <p>Multiple instances of the same request were made simultaneously.</p>
50
+ *
51
+ * @throws {@link ForbiddenException} (client fault)
52
+ * <p>The client is permanently forbidden from making the request.</p>
53
+ *
54
+ * @throws {@link NotFoundException} (client fault)
55
+ * <p>The requested resource couldn't be found.</p>
56
+ *
57
+ * @throws {@link ServiceFailureException} (server fault)
58
+ * <p>The service encountered an unexpected error.</p>
59
+ *
60
+ * @throws {@link ServiceUnavailableException} (server fault)
61
+ * <p>The service is currently unavailable.</p>
62
+ *
63
+ * @throws {@link ThrottledClientException} (client fault)
64
+ * <p>The number of customer requests exceeds the request rate limit.</p>
65
+ *
66
+ * @throws {@link UnauthorizedClientException} (client fault)
67
+ * <p>The client isn't authorized to request a resource.</p>
68
+ *
69
+ *
70
+ */
20
71
  export declare class DeleteVoiceProfileDomainCommand extends $Command<DeleteVoiceProfileDomainCommandInput, DeleteVoiceProfileDomainCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
72
  readonly input: DeleteVoiceProfileDomainCommandInput;
22
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,55 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorCommandInput extends
17
17
  */
18
18
  export interface DisassociatePhoneNumbersFromVoiceConnectorCommandOutput extends DisassociatePhoneNumbersFromVoiceConnectorResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Disassociates the specified phone numbers from the specified
23
+ * Amazon Chime SDK Voice Connector.</p>
24
+ * @example
25
+ * Use a bare-bones client and the command you need to make an API call.
26
+ * ```javascript
27
+ * import { ChimeSDKVoiceClient, DisassociatePhoneNumbersFromVoiceConnectorCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
28
+ * // const { ChimeSDKVoiceClient, DisassociatePhoneNumbersFromVoiceConnectorCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
29
+ * const client = new ChimeSDKVoiceClient(config);
30
+ * const input = { // DisassociatePhoneNumbersFromVoiceConnectorRequest
31
+ * VoiceConnectorId: "STRING_VALUE", // required
32
+ * E164PhoneNumbers: [ // E164PhoneNumberList // required
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * };
36
+ * const command = new DisassociatePhoneNumbersFromVoiceConnectorCommand(input);
37
+ * const response = await client.send(command);
38
+ * ```
39
+ *
40
+ * @param DisassociatePhoneNumbersFromVoiceConnectorCommandInput - {@link DisassociatePhoneNumbersFromVoiceConnectorCommandInput}
41
+ * @returns {@link DisassociatePhoneNumbersFromVoiceConnectorCommandOutput}
42
+ * @see {@link DisassociatePhoneNumbersFromVoiceConnectorCommandInput} for command's `input` shape.
43
+ * @see {@link DisassociatePhoneNumbersFromVoiceConnectorCommandOutput} for command's `response` shape.
44
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
45
+ *
46
+ * @throws {@link BadRequestException} (client fault)
47
+ * <p>The input parameters don't match the service's restrictions.</p>
48
+ *
49
+ * @throws {@link ForbiddenException} (client fault)
50
+ * <p>The client is permanently forbidden from making the request.</p>
51
+ *
52
+ * @throws {@link NotFoundException} (client fault)
53
+ * <p>The requested resource couldn't be found.</p>
54
+ *
55
+ * @throws {@link ServiceFailureException} (server fault)
56
+ * <p>The service encountered an unexpected error.</p>
57
+ *
58
+ * @throws {@link ServiceUnavailableException} (server fault)
59
+ * <p>The service is currently unavailable.</p>
60
+ *
61
+ * @throws {@link ThrottledClientException} (client fault)
62
+ * <p>The number of customer requests exceeds the request rate limit.</p>
63
+ *
64
+ * @throws {@link UnauthorizedClientException} (client fault)
65
+ * <p>The client isn't authorized to request a resource.</p>
66
+ *
67
+ *
68
+ */
20
69
  export declare class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command<DisassociatePhoneNumbersFromVoiceConnectorCommandInput, DisassociatePhoneNumbersFromVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
70
  readonly input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput;
22
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,55 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput ext
17
17
  */
18
18
  export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput extends DisassociatePhoneNumbersFromVoiceConnectorGroupResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Disassociates the specified phone numbers from the specified Amazon Chime SDK Voice
23
+ * Connector group.</p>
24
+ * @example
25
+ * Use a bare-bones client and the command you need to make an API call.
26
+ * ```javascript
27
+ * import { ChimeSDKVoiceClient, DisassociatePhoneNumbersFromVoiceConnectorGroupCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
28
+ * // const { ChimeSDKVoiceClient, DisassociatePhoneNumbersFromVoiceConnectorGroupCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
29
+ * const client = new ChimeSDKVoiceClient(config);
30
+ * const input = { // DisassociatePhoneNumbersFromVoiceConnectorGroupRequest
31
+ * VoiceConnectorGroupId: "STRING_VALUE", // required
32
+ * E164PhoneNumbers: [ // E164PhoneNumberList // required
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * };
36
+ * const command = new DisassociatePhoneNumbersFromVoiceConnectorGroupCommand(input);
37
+ * const response = await client.send(command);
38
+ * ```
39
+ *
40
+ * @param DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput - {@link DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput}
41
+ * @returns {@link DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput}
42
+ * @see {@link DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput} for command's `input` shape.
43
+ * @see {@link DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput} for command's `response` shape.
44
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
45
+ *
46
+ * @throws {@link BadRequestException} (client fault)
47
+ * <p>The input parameters don't match the service's restrictions.</p>
48
+ *
49
+ * @throws {@link ForbiddenException} (client fault)
50
+ * <p>The client is permanently forbidden from making the request.</p>
51
+ *
52
+ * @throws {@link NotFoundException} (client fault)
53
+ * <p>The requested resource couldn't be found.</p>
54
+ *
55
+ * @throws {@link ServiceFailureException} (server fault)
56
+ * <p>The service encountered an unexpected error.</p>
57
+ *
58
+ * @throws {@link ServiceUnavailableException} (server fault)
59
+ * <p>The service is currently unavailable.</p>
60
+ *
61
+ * @throws {@link ThrottledClientException} (client fault)
62
+ * <p>The number of customer requests exceeds the request rate limit.</p>
63
+ *
64
+ * @throws {@link UnauthorizedClientException} (client fault)
65
+ * <p>The client isn't authorized to request a resource.</p>
66
+ *
67
+ *
68
+ */
20
69
  export declare class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Command<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
70
  readonly input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput;
22
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,46 @@ export interface GetGlobalSettingsCommandInput {
17
17
  */
18
18
  export interface GetGlobalSettingsCommandOutput extends GetGlobalSettingsResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Retrieves the global settings for the Amazon Chime SDK Voice Connectors in an AWS account.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { ChimeSDKVoiceClient, GetGlobalSettingsCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, GetGlobalSettingsCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = {};
30
+ * const command = new GetGlobalSettingsCommand(input);
31
+ * const response = await client.send(command);
32
+ * ```
33
+ *
34
+ * @param GetGlobalSettingsCommandInput - {@link GetGlobalSettingsCommandInput}
35
+ * @returns {@link GetGlobalSettingsCommandOutput}
36
+ * @see {@link GetGlobalSettingsCommandInput} for command's `input` shape.
37
+ * @see {@link GetGlobalSettingsCommandOutput} for command's `response` shape.
38
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
39
+ *
40
+ * @throws {@link BadRequestException} (client fault)
41
+ * <p>The input parameters don't match the service's restrictions.</p>
42
+ *
43
+ * @throws {@link ForbiddenException} (client fault)
44
+ * <p>The client is permanently forbidden from making the request.</p>
45
+ *
46
+ * @throws {@link ServiceFailureException} (server fault)
47
+ * <p>The service encountered an unexpected error.</p>
48
+ *
49
+ * @throws {@link ServiceUnavailableException} (server fault)
50
+ * <p>The service is currently unavailable.</p>
51
+ *
52
+ * @throws {@link ThrottledClientException} (client fault)
53
+ * <p>The number of customer requests exceeds the request rate limit.</p>
54
+ *
55
+ * @throws {@link UnauthorizedClientException} (client fault)
56
+ * <p>The client isn't authorized to request a resource.</p>
57
+ *
58
+ *
59
+ */
20
60
  export declare class GetGlobalSettingsCommand extends $Command<GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
61
  readonly input: GetGlobalSettingsCommandInput;
22
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,52 @@ export interface GetPhoneNumberCommandInput extends GetPhoneNumberRequest {
17
17
  */
18
18
  export interface GetPhoneNumberCommandOutput extends GetPhoneNumberResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Retrieves details for the specified phone number ID, such as associations,
23
+ * capabilities, and product type.</p>
24
+ * @example
25
+ * Use a bare-bones client and the command you need to make an API call.
26
+ * ```javascript
27
+ * import { ChimeSDKVoiceClient, GetPhoneNumberCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
28
+ * // const { ChimeSDKVoiceClient, GetPhoneNumberCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
29
+ * const client = new ChimeSDKVoiceClient(config);
30
+ * const input = { // GetPhoneNumberRequest
31
+ * PhoneNumberId: "STRING_VALUE", // required
32
+ * };
33
+ * const command = new GetPhoneNumberCommand(input);
34
+ * const response = await client.send(command);
35
+ * ```
36
+ *
37
+ * @param GetPhoneNumberCommandInput - {@link GetPhoneNumberCommandInput}
38
+ * @returns {@link GetPhoneNumberCommandOutput}
39
+ * @see {@link GetPhoneNumberCommandInput} for command's `input` shape.
40
+ * @see {@link GetPhoneNumberCommandOutput} for command's `response` shape.
41
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
42
+ *
43
+ * @throws {@link BadRequestException} (client fault)
44
+ * <p>The input parameters don't match the service's restrictions.</p>
45
+ *
46
+ * @throws {@link ForbiddenException} (client fault)
47
+ * <p>The client is permanently forbidden from making the request.</p>
48
+ *
49
+ * @throws {@link NotFoundException} (client fault)
50
+ * <p>The requested resource couldn't be found.</p>
51
+ *
52
+ * @throws {@link ServiceFailureException} (server fault)
53
+ * <p>The service encountered an unexpected error.</p>
54
+ *
55
+ * @throws {@link ServiceUnavailableException} (server fault)
56
+ * <p>The service is currently unavailable.</p>
57
+ *
58
+ * @throws {@link ThrottledClientException} (client fault)
59
+ * <p>The number of customer requests exceeds the request rate limit.</p>
60
+ *
61
+ * @throws {@link UnauthorizedClientException} (client fault)
62
+ * <p>The client isn't authorized to request a resource.</p>
63
+ *
64
+ *
65
+ */
20
66
  export declare class GetPhoneNumberCommand extends $Command<GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
67
  readonly input: GetPhoneNumberCommandInput;
22
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,53 @@ export interface GetPhoneNumberOrderCommandInput extends GetPhoneNumberOrderRequ
17
17
  */
18
18
  export interface GetPhoneNumberOrderCommandOutput extends GetPhoneNumberOrderResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Retrieves details for the specified phone number order, such as the order
23
+ * creation timestamp, phone numbers in E.164 format, product type, and
24
+ * order status.</p>
25
+ * @example
26
+ * Use a bare-bones client and the command you need to make an API call.
27
+ * ```javascript
28
+ * import { ChimeSDKVoiceClient, GetPhoneNumberOrderCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
29
+ * // const { ChimeSDKVoiceClient, GetPhoneNumberOrderCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
30
+ * const client = new ChimeSDKVoiceClient(config);
31
+ * const input = { // GetPhoneNumberOrderRequest
32
+ * PhoneNumberOrderId: "STRING_VALUE", // required
33
+ * };
34
+ * const command = new GetPhoneNumberOrderCommand(input);
35
+ * const response = await client.send(command);
36
+ * ```
37
+ *
38
+ * @param GetPhoneNumberOrderCommandInput - {@link GetPhoneNumberOrderCommandInput}
39
+ * @returns {@link GetPhoneNumberOrderCommandOutput}
40
+ * @see {@link GetPhoneNumberOrderCommandInput} for command's `input` shape.
41
+ * @see {@link GetPhoneNumberOrderCommandOutput} for command's `response` shape.
42
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
43
+ *
44
+ * @throws {@link BadRequestException} (client fault)
45
+ * <p>The input parameters don't match the service's restrictions.</p>
46
+ *
47
+ * @throws {@link ForbiddenException} (client fault)
48
+ * <p>The client is permanently forbidden from making the request.</p>
49
+ *
50
+ * @throws {@link NotFoundException} (client fault)
51
+ * <p>The requested resource couldn't be found.</p>
52
+ *
53
+ * @throws {@link ServiceFailureException} (server fault)
54
+ * <p>The service encountered an unexpected error.</p>
55
+ *
56
+ * @throws {@link ServiceUnavailableException} (server fault)
57
+ * <p>The service is currently unavailable.</p>
58
+ *
59
+ * @throws {@link ThrottledClientException} (client fault)
60
+ * <p>The number of customer requests exceeds the request rate limit.</p>
61
+ *
62
+ * @throws {@link UnauthorizedClientException} (client fault)
63
+ * <p>The client isn't authorized to request a resource.</p>
64
+ *
65
+ *
66
+ */
20
67
  export declare class GetPhoneNumberOrderCommand extends $Command<GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
68
  readonly input: GetPhoneNumberOrderCommandInput;
22
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,47 @@ export interface GetPhoneNumberSettingsCommandInput {
17
17
  */
18
18
  export interface GetPhoneNumberSettingsCommandOutput extends GetPhoneNumberSettingsResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Retrieves the phone number settings for the administrator's AWS account,
23
+ * such as the default outbound calling name.</p>
24
+ * @example
25
+ * Use a bare-bones client and the command you need to make an API call.
26
+ * ```javascript
27
+ * import { ChimeSDKVoiceClient, GetPhoneNumberSettingsCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
28
+ * // const { ChimeSDKVoiceClient, GetPhoneNumberSettingsCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
29
+ * const client = new ChimeSDKVoiceClient(config);
30
+ * const input = {};
31
+ * const command = new GetPhoneNumberSettingsCommand(input);
32
+ * const response = await client.send(command);
33
+ * ```
34
+ *
35
+ * @param GetPhoneNumberSettingsCommandInput - {@link GetPhoneNumberSettingsCommandInput}
36
+ * @returns {@link GetPhoneNumberSettingsCommandOutput}
37
+ * @see {@link GetPhoneNumberSettingsCommandInput} for command's `input` shape.
38
+ * @see {@link GetPhoneNumberSettingsCommandOutput} for command's `response` shape.
39
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
40
+ *
41
+ * @throws {@link BadRequestException} (client fault)
42
+ * <p>The input parameters don't match the service's restrictions.</p>
43
+ *
44
+ * @throws {@link ForbiddenException} (client fault)
45
+ * <p>The client is permanently forbidden from making the request.</p>
46
+ *
47
+ * @throws {@link ServiceFailureException} (server fault)
48
+ * <p>The service encountered an unexpected error.</p>
49
+ *
50
+ * @throws {@link ServiceUnavailableException} (server fault)
51
+ * <p>The service is currently unavailable.</p>
52
+ *
53
+ * @throws {@link ThrottledClientException} (client fault)
54
+ * <p>The number of customer requests exceeds the request rate limit.</p>
55
+ *
56
+ * @throws {@link UnauthorizedClientException} (client fault)
57
+ * <p>The client isn't authorized to request a resource.</p>
58
+ *
59
+ *
60
+ */
20
61
  export declare class GetPhoneNumberSettingsCommand extends $Command<GetPhoneNumberSettingsCommandInput, GetPhoneNumberSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
62
  readonly input: GetPhoneNumberSettingsCommandInput;
22
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;