@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,53 @@ export interface GetVoiceConnectorStreamingConfigurationCommandInput extends Get
17
17
  */
18
18
  export interface GetVoiceConnectorStreamingConfigurationCommandOutput extends GetVoiceConnectorStreamingConfigurationResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Retrieves the streaming configuration details for the specified Amazon Chime SDK
23
+ * Voice Connector. Shows whether media streaming is enabled for sending to Amazon
24
+ * Kinesis. It also shows the retention period, in hours, for the Amazon Kinesis data.</p>
25
+ * @example
26
+ * Use a bare-bones client and the command you need to make an API call.
27
+ * ```javascript
28
+ * import { ChimeSDKVoiceClient, GetVoiceConnectorStreamingConfigurationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
29
+ * // const { ChimeSDKVoiceClient, GetVoiceConnectorStreamingConfigurationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
30
+ * const client = new ChimeSDKVoiceClient(config);
31
+ * const input = { // GetVoiceConnectorStreamingConfigurationRequest
32
+ * VoiceConnectorId: "STRING_VALUE", // required
33
+ * };
34
+ * const command = new GetVoiceConnectorStreamingConfigurationCommand(input);
35
+ * const response = await client.send(command);
36
+ * ```
37
+ *
38
+ * @param GetVoiceConnectorStreamingConfigurationCommandInput - {@link GetVoiceConnectorStreamingConfigurationCommandInput}
39
+ * @returns {@link GetVoiceConnectorStreamingConfigurationCommandOutput}
40
+ * @see {@link GetVoiceConnectorStreamingConfigurationCommandInput} for command's `input` shape.
41
+ * @see {@link GetVoiceConnectorStreamingConfigurationCommandOutput} 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 GetVoiceConnectorStreamingConfigurationCommand extends $Command<GetVoiceConnectorStreamingConfigurationCommandInput, GetVoiceConnectorStreamingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
68
  readonly input: GetVoiceConnectorStreamingConfigurationCommandInput;
22
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,51 @@ export interface GetVoiceConnectorTerminationCommandInput extends GetVoiceConnec
17
17
  */
18
18
  export interface GetVoiceConnectorTerminationCommandOutput extends GetVoiceConnectorTerminationResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Retrieves the termination setting details for the specified 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, GetVoiceConnectorTerminationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, GetVoiceConnectorTerminationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = { // GetVoiceConnectorTerminationRequest
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * };
32
+ * const command = new GetVoiceConnectorTerminationCommand(input);
33
+ * const response = await client.send(command);
34
+ * ```
35
+ *
36
+ * @param GetVoiceConnectorTerminationCommandInput - {@link GetVoiceConnectorTerminationCommandInput}
37
+ * @returns {@link GetVoiceConnectorTerminationCommandOutput}
38
+ * @see {@link GetVoiceConnectorTerminationCommandInput} for command's `input` shape.
39
+ * @see {@link GetVoiceConnectorTerminationCommandOutput} 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 GetVoiceConnectorTerminationCommand extends $Command<GetVoiceConnectorTerminationCommandInput, GetVoiceConnectorTerminationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
66
  readonly input: GetVoiceConnectorTerminationCommandInput;
22
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,53 @@ export interface GetVoiceConnectorTerminationHealthCommandInput extends GetVoice
17
17
  */
18
18
  export interface GetVoiceConnectorTerminationHealthCommandOutput extends GetVoiceConnectorTerminationHealthResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Retrieves information about the last time a <code>SIP OPTIONS</code> ping
23
+ * was received from your SIP infrastructure for the specified Amazon Chime SDK Voice
24
+ * Connector.</p>
25
+ * @example
26
+ * Use a bare-bones client and the command you need to make an API call.
27
+ * ```javascript
28
+ * import { ChimeSDKVoiceClient, GetVoiceConnectorTerminationHealthCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
29
+ * // const { ChimeSDKVoiceClient, GetVoiceConnectorTerminationHealthCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
30
+ * const client = new ChimeSDKVoiceClient(config);
31
+ * const input = { // GetVoiceConnectorTerminationHealthRequest
32
+ * VoiceConnectorId: "STRING_VALUE", // required
33
+ * };
34
+ * const command = new GetVoiceConnectorTerminationHealthCommand(input);
35
+ * const response = await client.send(command);
36
+ * ```
37
+ *
38
+ * @param GetVoiceConnectorTerminationHealthCommandInput - {@link GetVoiceConnectorTerminationHealthCommandInput}
39
+ * @returns {@link GetVoiceConnectorTerminationHealthCommandOutput}
40
+ * @see {@link GetVoiceConnectorTerminationHealthCommandInput} for command's `input` shape.
41
+ * @see {@link GetVoiceConnectorTerminationHealthCommandOutput} 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 GetVoiceConnectorTerminationHealthCommand extends $Command<GetVoiceConnectorTerminationHealthCommandInput, GetVoiceConnectorTerminationHealthCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
68
  readonly input: GetVoiceConnectorTerminationHealthCommandInput;
22
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,54 @@ export interface GetVoiceProfileCommandInput extends GetVoiceProfileRequest {
17
17
  */
18
18
  export interface GetVoiceProfileCommandOutput extends GetVoiceProfileResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Retrieves the details of the specified voice profile.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { ChimeSDKVoiceClient, GetVoiceProfileCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, GetVoiceProfileCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = { // GetVoiceProfileRequest
30
+ * VoiceProfileId: "STRING_VALUE", // required
31
+ * };
32
+ * const command = new GetVoiceProfileCommand(input);
33
+ * const response = await client.send(command);
34
+ * ```
35
+ *
36
+ * @param GetVoiceProfileCommandInput - {@link GetVoiceProfileCommandInput}
37
+ * @returns {@link GetVoiceProfileCommandOutput}
38
+ * @see {@link GetVoiceProfileCommandInput} for command's `input` shape.
39
+ * @see {@link GetVoiceProfileCommandOutput} 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 ForbiddenException} (client fault)
49
+ * <p>The client is permanently forbidden from making the request.</p>
50
+ *
51
+ * @throws {@link NotFoundException} (client fault)
52
+ * <p>The requested resource couldn't be found.</p>
53
+ *
54
+ * @throws {@link ServiceFailureException} (server fault)
55
+ * <p>The service encountered an unexpected error.</p>
56
+ *
57
+ * @throws {@link ServiceUnavailableException} (server fault)
58
+ * <p>The service is currently unavailable.</p>
59
+ *
60
+ * @throws {@link ThrottledClientException} (client fault)
61
+ * <p>The number of customer requests exceeds the request rate limit.</p>
62
+ *
63
+ * @throws {@link UnauthorizedClientException} (client fault)
64
+ * <p>The client isn't authorized to request a resource.</p>
65
+ *
66
+ *
67
+ */
20
68
  export declare class GetVoiceProfileCommand extends $Command<GetVoiceProfileCommandInput, GetVoiceProfileCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
69
  readonly input: GetVoiceProfileCommandInput;
22
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,54 @@ export interface GetVoiceProfileDomainCommandInput extends GetVoiceProfileDomain
17
17
  */
18
18
  export interface GetVoiceProfileDomainCommandOutput extends GetVoiceProfileDomainResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Retrieves the details of the specified voice profile domain.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { ChimeSDKVoiceClient, GetVoiceProfileDomainCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, GetVoiceProfileDomainCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = { // GetVoiceProfileDomainRequest
30
+ * VoiceProfileDomainId: "STRING_VALUE", // required
31
+ * };
32
+ * const command = new GetVoiceProfileDomainCommand(input);
33
+ * const response = await client.send(command);
34
+ * ```
35
+ *
36
+ * @param GetVoiceProfileDomainCommandInput - {@link GetVoiceProfileDomainCommandInput}
37
+ * @returns {@link GetVoiceProfileDomainCommandOutput}
38
+ * @see {@link GetVoiceProfileDomainCommandInput} for command's `input` shape.
39
+ * @see {@link GetVoiceProfileDomainCommandOutput} 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 ForbiddenException} (client fault)
49
+ * <p>The client is permanently forbidden from making the request.</p>
50
+ *
51
+ * @throws {@link NotFoundException} (client fault)
52
+ * <p>The requested resource couldn't be found.</p>
53
+ *
54
+ * @throws {@link ServiceFailureException} (server fault)
55
+ * <p>The service encountered an unexpected error.</p>
56
+ *
57
+ * @throws {@link ServiceUnavailableException} (server fault)
58
+ * <p>The service is currently unavailable.</p>
59
+ *
60
+ * @throws {@link ThrottledClientException} (client fault)
61
+ * <p>The number of customer requests exceeds the request rate limit.</p>
62
+ *
63
+ * @throws {@link UnauthorizedClientException} (client fault)
64
+ * <p>The client isn't authorized to request a resource.</p>
65
+ *
66
+ *
67
+ */
20
68
  export declare class GetVoiceProfileDomainCommand extends $Command<GetVoiceProfileDomainCommandInput, GetVoiceProfileDomainCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
69
  readonly input: GetVoiceProfileDomainCommandInput;
22
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,59 @@ export interface GetVoiceToneAnalysisTaskCommandInput extends GetVoiceToneAnalys
17
17
  */
18
18
  export interface GetVoiceToneAnalysisTaskCommandOutput extends GetVoiceToneAnalysisTaskResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Retrieves the details of a voice tone analysis task.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { ChimeSDKVoiceClient, GetVoiceToneAnalysisTaskCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, GetVoiceToneAnalysisTaskCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = { // GetVoiceToneAnalysisTaskRequest
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * VoiceToneAnalysisTaskId: "STRING_VALUE", // required
32
+ * IsCaller: true || false, // required
33
+ * };
34
+ * const command = new GetVoiceToneAnalysisTaskCommand(input);
35
+ * const response = await client.send(command);
36
+ * ```
37
+ *
38
+ * @param GetVoiceToneAnalysisTaskCommandInput - {@link GetVoiceToneAnalysisTaskCommandInput}
39
+ * @returns {@link GetVoiceToneAnalysisTaskCommandOutput}
40
+ * @see {@link GetVoiceToneAnalysisTaskCommandInput} for command's `input` shape.
41
+ * @see {@link GetVoiceToneAnalysisTaskCommandOutput} for command's `response` shape.
42
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
43
+ *
44
+ * @throws {@link AccessDeniedException} (client fault)
45
+ * <p>You don't have the permissions needed to run this action.</p>
46
+ *
47
+ * @throws {@link BadRequestException} (client fault)
48
+ * <p>The input parameters don't match the service's restrictions.</p>
49
+ *
50
+ * @throws {@link ConflictException} (client fault)
51
+ * <p>Multiple instances of the same request were made simultaneously.</p>
52
+ *
53
+ * @throws {@link ForbiddenException} (client fault)
54
+ * <p>The client is permanently forbidden from making the request.</p>
55
+ *
56
+ * @throws {@link NotFoundException} (client fault)
57
+ * <p>The requested resource couldn't be found.</p>
58
+ *
59
+ * @throws {@link ServiceFailureException} (server fault)
60
+ * <p>The service encountered an unexpected error.</p>
61
+ *
62
+ * @throws {@link ServiceUnavailableException} (server fault)
63
+ * <p>The service is currently unavailable.</p>
64
+ *
65
+ * @throws {@link ThrottledClientException} (client fault)
66
+ * <p>The number of customer requests exceeds the request rate limit.</p>
67
+ *
68
+ * @throws {@link UnauthorizedClientException} (client fault)
69
+ * <p>The client isn't authorized to request a resource.</p>
70
+ *
71
+ *
72
+ */
20
73
  export declare class GetVoiceToneAnalysisTaskCommand extends $Command<GetVoiceToneAnalysisTaskCommandInput, GetVoiceToneAnalysisTaskCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
74
  readonly input: GetVoiceToneAnalysisTaskCommandInput;
22
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,46 @@ export interface ListAvailableVoiceConnectorRegionsCommandInput {
17
17
  */
18
18
  export interface ListAvailableVoiceConnectorRegionsCommandOutput extends ListAvailableVoiceConnectorRegionsResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Lists the available AWS Regions in which you can create an 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, ListAvailableVoiceConnectorRegionsCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, ListAvailableVoiceConnectorRegionsCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = {};
30
+ * const command = new ListAvailableVoiceConnectorRegionsCommand(input);
31
+ * const response = await client.send(command);
32
+ * ```
33
+ *
34
+ * @param ListAvailableVoiceConnectorRegionsCommandInput - {@link ListAvailableVoiceConnectorRegionsCommandInput}
35
+ * @returns {@link ListAvailableVoiceConnectorRegionsCommandOutput}
36
+ * @see {@link ListAvailableVoiceConnectorRegionsCommandInput} for command's `input` shape.
37
+ * @see {@link ListAvailableVoiceConnectorRegionsCommandOutput} 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 ListAvailableVoiceConnectorRegionsCommand extends $Command<ListAvailableVoiceConnectorRegionsCommandInput, ListAvailableVoiceConnectorRegionsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
61
  readonly input: ListAvailableVoiceConnectorRegionsCommandInput;
22
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,49 @@ export interface ListPhoneNumberOrdersCommandInput extends ListPhoneNumberOrders
17
17
  */
18
18
  export interface ListPhoneNumberOrdersCommandOutput extends ListPhoneNumberOrdersResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Lists the phone numbers for an administrator's Amazon Chime SDK 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, ListPhoneNumberOrdersCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, ListPhoneNumberOrdersCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = { // ListPhoneNumberOrdersRequest
30
+ * NextToken: "STRING_VALUE",
31
+ * MaxResults: Number("int"),
32
+ * };
33
+ * const command = new ListPhoneNumberOrdersCommand(input);
34
+ * const response = await client.send(command);
35
+ * ```
36
+ *
37
+ * @param ListPhoneNumberOrdersCommandInput - {@link ListPhoneNumberOrdersCommandInput}
38
+ * @returns {@link ListPhoneNumberOrdersCommandOutput}
39
+ * @see {@link ListPhoneNumberOrdersCommandInput} for command's `input` shape.
40
+ * @see {@link ListPhoneNumberOrdersCommandOutput} 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 ServiceFailureException} (server fault)
50
+ * <p>The service encountered an unexpected error.</p>
51
+ *
52
+ * @throws {@link ServiceUnavailableException} (server fault)
53
+ * <p>The service is currently unavailable.</p>
54
+ *
55
+ * @throws {@link ThrottledClientException} (client fault)
56
+ * <p>The number of customer requests exceeds the request rate limit.</p>
57
+ *
58
+ * @throws {@link UnauthorizedClientException} (client fault)
59
+ * <p>The client isn't authorized to request a resource.</p>
60
+ *
61
+ *
62
+ */
20
63
  export declare class ListPhoneNumberOrdersCommand extends $Command<ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
64
  readonly input: ListPhoneNumberOrdersCommandInput;
22
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,58 @@ export interface ListPhoneNumbersCommandInput extends ListPhoneNumbersRequest {
17
17
  */
18
18
  export interface ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Lists the phone numbers for the specified Amazon Chime SDK account,
23
+ * Amazon Chime SDK user, Amazon Chime SDK Voice Connector, or Amazon Chime SDK Voice
24
+ * Connector group.</p>
25
+ * @example
26
+ * Use a bare-bones client and the command you need to make an API call.
27
+ * ```javascript
28
+ * import { ChimeSDKVoiceClient, ListPhoneNumbersCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
29
+ * // const { ChimeSDKVoiceClient, ListPhoneNumbersCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
30
+ * const client = new ChimeSDKVoiceClient(config);
31
+ * const input = { // ListPhoneNumbersRequest
32
+ * Status: "STRING_VALUE",
33
+ * ProductType: "VoiceConnector" || "SipMediaApplicationDialIn",
34
+ * FilterName: "VoiceConnectorId" || "VoiceConnectorGroupId" || "SipRuleId",
35
+ * FilterValue: "STRING_VALUE",
36
+ * MaxResults: Number("int"),
37
+ * NextToken: "STRING_VALUE",
38
+ * };
39
+ * const command = new ListPhoneNumbersCommand(input);
40
+ * const response = await client.send(command);
41
+ * ```
42
+ *
43
+ * @param ListPhoneNumbersCommandInput - {@link ListPhoneNumbersCommandInput}
44
+ * @returns {@link ListPhoneNumbersCommandOutput}
45
+ * @see {@link ListPhoneNumbersCommandInput} for command's `input` shape.
46
+ * @see {@link ListPhoneNumbersCommandOutput} for command's `response` shape.
47
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
48
+ *
49
+ * @throws {@link BadRequestException} (client fault)
50
+ * <p>The input parameters don't match the service's restrictions.</p>
51
+ *
52
+ * @throws {@link ForbiddenException} (client fault)
53
+ * <p>The client is permanently forbidden from making the request.</p>
54
+ *
55
+ * @throws {@link NotFoundException} (client fault)
56
+ * <p>The requested resource couldn't be found.</p>
57
+ *
58
+ * @throws {@link ServiceFailureException} (server fault)
59
+ * <p>The service encountered an unexpected error.</p>
60
+ *
61
+ * @throws {@link ServiceUnavailableException} (server fault)
62
+ * <p>The service is currently unavailable.</p>
63
+ *
64
+ * @throws {@link ThrottledClientException} (client fault)
65
+ * <p>The number of customer requests exceeds the request rate limit.</p>
66
+ *
67
+ * @throws {@link UnauthorizedClientException} (client fault)
68
+ * <p>The client isn't authorized to request a resource.</p>
69
+ *
70
+ *
71
+ */
20
72
  export declare class ListPhoneNumbersCommand extends $Command<ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
73
  readonly input: ListPhoneNumbersCommandInput;
22
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,54 @@ export interface ListProxySessionsCommandInput extends ListProxySessionsRequest
17
17
  */
18
18
  export interface ListProxySessionsCommandOutput extends ListProxySessionsResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Lists the proxy sessions for 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, ListProxySessionsCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, ListProxySessionsCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = { // ListProxySessionsRequest
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * Status: "Open" || "InProgress" || "Closed",
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
35
+ * const command = new ListProxySessionsCommand(input);
36
+ * const response = await client.send(command);
37
+ * ```
38
+ *
39
+ * @param ListProxySessionsCommandInput - {@link ListProxySessionsCommandInput}
40
+ * @returns {@link ListProxySessionsCommandOutput}
41
+ * @see {@link ListProxySessionsCommandInput} for command's `input` shape.
42
+ * @see {@link ListProxySessionsCommandOutput} for command's `response` shape.
43
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
44
+ *
45
+ * @throws {@link BadRequestException} (client fault)
46
+ * <p>The input parameters don't match the service's restrictions.</p>
47
+ *
48
+ * @throws {@link ForbiddenException} (client fault)
49
+ * <p>The client is permanently forbidden from making the request.</p>
50
+ *
51
+ * @throws {@link NotFoundException} (client fault)
52
+ * <p>The requested resource couldn't be found.</p>
53
+ *
54
+ * @throws {@link ServiceFailureException} (server fault)
55
+ * <p>The service encountered an unexpected error.</p>
56
+ *
57
+ * @throws {@link ServiceUnavailableException} (server fault)
58
+ * <p>The service is currently unavailable.</p>
59
+ *
60
+ * @throws {@link ThrottledClientException} (client fault)
61
+ * <p>The number of customer requests exceeds the request rate limit.</p>
62
+ *
63
+ * @throws {@link UnauthorizedClientException} (client fault)
64
+ * <p>The client isn't authorized to request a resource.</p>
65
+ *
66
+ *
67
+ */
20
68
  export declare class ListProxySessionsCommand extends $Command<ListProxySessionsCommandInput, ListProxySessionsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
69
  readonly input: ListProxySessionsCommandInput;
22
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,49 @@ export interface ListSipMediaApplicationsCommandInput extends ListSipMediaApplic
17
17
  */
18
18
  export interface ListSipMediaApplicationsCommandOutput extends ListSipMediaApplicationsResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Lists the SIP media applications under the administrator's 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, ListSipMediaApplicationsCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, ListSipMediaApplicationsCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = { // ListSipMediaApplicationsRequest
30
+ * MaxResults: Number("int"),
31
+ * NextToken: "STRING_VALUE",
32
+ * };
33
+ * const command = new ListSipMediaApplicationsCommand(input);
34
+ * const response = await client.send(command);
35
+ * ```
36
+ *
37
+ * @param ListSipMediaApplicationsCommandInput - {@link ListSipMediaApplicationsCommandInput}
38
+ * @returns {@link ListSipMediaApplicationsCommandOutput}
39
+ * @see {@link ListSipMediaApplicationsCommandInput} for command's `input` shape.
40
+ * @see {@link ListSipMediaApplicationsCommandOutput} 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 ServiceFailureException} (server fault)
50
+ * <p>The service encountered an unexpected error.</p>
51
+ *
52
+ * @throws {@link ServiceUnavailableException} (server fault)
53
+ * <p>The service is currently unavailable.</p>
54
+ *
55
+ * @throws {@link ThrottledClientException} (client fault)
56
+ * <p>The number of customer requests exceeds the request rate limit.</p>
57
+ *
58
+ * @throws {@link UnauthorizedClientException} (client fault)
59
+ * <p>The client isn't authorized to request a resource.</p>
60
+ *
61
+ *
62
+ */
20
63
  export declare class ListSipMediaApplicationsCommand extends $Command<ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
64
  readonly input: ListSipMediaApplicationsCommandInput;
22
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,50 @@ export interface ListSipRulesCommandInput extends ListSipRulesRequest {
17
17
  */
18
18
  export interface ListSipRulesCommandOutput extends ListSipRulesResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Lists the SIP rules under the administrator's 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, ListSipRulesCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, ListSipRulesCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = { // ListSipRulesRequest
30
+ * SipMediaApplicationId: "STRING_VALUE",
31
+ * MaxResults: Number("int"),
32
+ * NextToken: "STRING_VALUE",
33
+ * };
34
+ * const command = new ListSipRulesCommand(input);
35
+ * const response = await client.send(command);
36
+ * ```
37
+ *
38
+ * @param ListSipRulesCommandInput - {@link ListSipRulesCommandInput}
39
+ * @returns {@link ListSipRulesCommandOutput}
40
+ * @see {@link ListSipRulesCommandInput} for command's `input` shape.
41
+ * @see {@link ListSipRulesCommandOutput} 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 ServiceFailureException} (server fault)
51
+ * <p>The service encountered an unexpected error.</p>
52
+ *
53
+ * @throws {@link ServiceUnavailableException} (server fault)
54
+ * <p>The service is currently unavailable.</p>
55
+ *
56
+ * @throws {@link ThrottledClientException} (client fault)
57
+ * <p>The number of customer requests exceeds the request rate limit.</p>
58
+ *
59
+ * @throws {@link UnauthorizedClientException} (client fault)
60
+ * <p>The client isn't authorized to request a resource.</p>
61
+ *
62
+ *
63
+ */
20
64
  export declare class ListSipRulesCommand extends $Command<ListSipRulesCommandInput, ListSipRulesCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
65
  readonly input: ListSipRulesCommandInput;
22
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;