@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,65 @@ export interface CreateVoiceConnectorGroupCommandInput extends CreateVoiceConnec
17
17
  */
18
18
  export interface CreateVoiceConnectorGroupCommandOutput extends CreateVoiceConnectorGroupResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Creates an Amazon Chime SDK Voice Connector group under the administrator's
23
+ * AWS account. You can associate Amazon Chime SDK Voice Connectors with the
24
+ * Voice Connector group by including <code>VoiceConnectorItems</code> in the
25
+ * request. </p>
26
+ * <p>You can include Voice Connectors from different AWS Regions in your group.
27
+ * This creates a fault tolerant mechanism for fallback in case of availability events.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { ChimeSDKVoiceClient, CreateVoiceConnectorGroupCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
32
+ * // const { ChimeSDKVoiceClient, CreateVoiceConnectorGroupCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
33
+ * const client = new ChimeSDKVoiceClient(config);
34
+ * const input = { // CreateVoiceConnectorGroupRequest
35
+ * Name: "STRING_VALUE", // required
36
+ * VoiceConnectorItems: [ // VoiceConnectorItemList
37
+ * { // VoiceConnectorItem
38
+ * VoiceConnectorId: "STRING_VALUE", // required
39
+ * Priority: Number("int"), // required
40
+ * },
41
+ * ],
42
+ * };
43
+ * const command = new CreateVoiceConnectorGroupCommand(input);
44
+ * const response = await client.send(command);
45
+ * ```
46
+ *
47
+ * @param CreateVoiceConnectorGroupCommandInput - {@link CreateVoiceConnectorGroupCommandInput}
48
+ * @returns {@link CreateVoiceConnectorGroupCommandOutput}
49
+ * @see {@link CreateVoiceConnectorGroupCommandInput} for command's `input` shape.
50
+ * @see {@link CreateVoiceConnectorGroupCommandOutput} for command's `response` shape.
51
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
52
+ *
53
+ * @throws {@link AccessDeniedException} (client fault)
54
+ * <p>You don't have the permissions needed to run this action.</p>
55
+ *
56
+ * @throws {@link BadRequestException} (client fault)
57
+ * <p>The input parameters don't match the service's restrictions.</p>
58
+ *
59
+ * @throws {@link ForbiddenException} (client fault)
60
+ * <p>The client is permanently forbidden from making the request.</p>
61
+ *
62
+ * @throws {@link ResourceLimitExceededException} (client fault)
63
+ * <p>The request exceeds the resource limit.</p>
64
+ *
65
+ * @throws {@link ServiceFailureException} (server fault)
66
+ * <p>The service encountered an unexpected error.</p>
67
+ *
68
+ * @throws {@link ServiceUnavailableException} (server fault)
69
+ * <p>The service is currently unavailable.</p>
70
+ *
71
+ * @throws {@link ThrottledClientException} (client fault)
72
+ * <p>The number of customer requests exceeds the request rate limit.</p>
73
+ *
74
+ * @throws {@link UnauthorizedClientException} (client fault)
75
+ * <p>The client isn't authorized to request a resource.</p>
76
+ *
77
+ *
78
+ */
20
79
  export declare class CreateVoiceConnectorGroupCommand extends $Command<CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
80
  readonly input: CreateVoiceConnectorGroupCommandInput;
22
81
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,69 @@ export interface CreateVoiceProfileCommandInput extends CreateVoiceProfileReques
17
17
  */
18
18
  export interface CreateVoiceProfileCommandOutput extends CreateVoiceProfileResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Creates a voice profile, which consists of an enrolled user and their latest voice print.</p>
23
+ * <important>
24
+ * <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
25
+ * <a href="https://aws.amazon.com/service-terms/">AWS service terms</a> for the Amazon Chime SDK.</p>
26
+ * </important>
27
+ * <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>
28
+ * in the <i>Amazon Chime SDK Developer Guide</i>.</p>
29
+ * @example
30
+ * Use a bare-bones client and the command you need to make an API call.
31
+ * ```javascript
32
+ * import { ChimeSDKVoiceClient, CreateVoiceProfileCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
33
+ * // const { ChimeSDKVoiceClient, CreateVoiceProfileCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
34
+ * const client = new ChimeSDKVoiceClient(config);
35
+ * const input = { // CreateVoiceProfileRequest
36
+ * SpeakerSearchTaskId: "STRING_VALUE", // required
37
+ * };
38
+ * const command = new CreateVoiceProfileCommand(input);
39
+ * const response = await client.send(command);
40
+ * ```
41
+ *
42
+ * @param CreateVoiceProfileCommandInput - {@link CreateVoiceProfileCommandInput}
43
+ * @returns {@link CreateVoiceProfileCommandOutput}
44
+ * @see {@link CreateVoiceProfileCommandInput} for command's `input` shape.
45
+ * @see {@link CreateVoiceProfileCommandOutput} for command's `response` shape.
46
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
47
+ *
48
+ * @throws {@link AccessDeniedException} (client fault)
49
+ * <p>You don't have the permissions needed to run this action.</p>
50
+ *
51
+ * @throws {@link BadRequestException} (client fault)
52
+ * <p>The input parameters don't match the service's restrictions.</p>
53
+ *
54
+ * @throws {@link ConflictException} (client fault)
55
+ * <p>Multiple instances of the same request were made simultaneously.</p>
56
+ *
57
+ * @throws {@link ForbiddenException} (client fault)
58
+ * <p>The client is permanently forbidden from making the request.</p>
59
+ *
60
+ * @throws {@link GoneException} (client fault)
61
+ * <p>Access to the target resource is no longer available at the origin server. This condition is likely to be permanent.</p>
62
+ *
63
+ * @throws {@link NotFoundException} (client fault)
64
+ * <p>The requested resource couldn't be found.</p>
65
+ *
66
+ * @throws {@link ResourceLimitExceededException} (client fault)
67
+ * <p>The request exceeds the resource limit.</p>
68
+ *
69
+ * @throws {@link ServiceFailureException} (server fault)
70
+ * <p>The service encountered an unexpected error.</p>
71
+ *
72
+ * @throws {@link ServiceUnavailableException} (server fault)
73
+ * <p>The service is currently unavailable.</p>
74
+ *
75
+ * @throws {@link ThrottledClientException} (client fault)
76
+ * <p>The number of customer requests exceeds the request rate limit.</p>
77
+ *
78
+ * @throws {@link UnauthorizedClientException} (client fault)
79
+ * <p>The client isn't authorized to request a resource.</p>
80
+ *
81
+ *
82
+ */
20
83
  export declare class CreateVoiceProfileCommand extends $Command<CreateVoiceProfileCommandInput, CreateVoiceProfileCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
84
  readonly input: CreateVoiceProfileCommandInput;
22
85
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,74 @@ export interface CreateVoiceProfileDomainCommandInput extends CreateVoiceProfile
17
17
  */
18
18
  export interface CreateVoiceProfileDomainCommandOutput extends CreateVoiceProfileDomainResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Creates a voice profile domain, a collection of voice profiles, their voice prints, and encrypted enrollment audio.</p>
23
+ * <important>
24
+ * <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
25
+ * <a href="https://aws.amazon.com/service-terms/">AWS service terms</a> for the Amazon Chime SDK.</p>
26
+ * </important>
27
+ * <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>
28
+ * in the <i>Amazon Chime SDK Developer Guide</i>.</p>
29
+ * @example
30
+ * Use a bare-bones client and the command you need to make an API call.
31
+ * ```javascript
32
+ * import { ChimeSDKVoiceClient, CreateVoiceProfileDomainCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
33
+ * // const { ChimeSDKVoiceClient, CreateVoiceProfileDomainCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
34
+ * const client = new ChimeSDKVoiceClient(config);
35
+ * const input = { // CreateVoiceProfileDomainRequest
36
+ * Name: "STRING_VALUE", // required
37
+ * Description: "STRING_VALUE",
38
+ * ServerSideEncryptionConfiguration: { // ServerSideEncryptionConfiguration
39
+ * KmsKeyArn: "STRING_VALUE", // required
40
+ * },
41
+ * ClientRequestToken: "STRING_VALUE",
42
+ * Tags: [ // TagList
43
+ * { // Tag
44
+ * Key: "STRING_VALUE", // required
45
+ * Value: "STRING_VALUE", // required
46
+ * },
47
+ * ],
48
+ * };
49
+ * const command = new CreateVoiceProfileDomainCommand(input);
50
+ * const response = await client.send(command);
51
+ * ```
52
+ *
53
+ * @param CreateVoiceProfileDomainCommandInput - {@link CreateVoiceProfileDomainCommandInput}
54
+ * @returns {@link CreateVoiceProfileDomainCommandOutput}
55
+ * @see {@link CreateVoiceProfileDomainCommandInput} for command's `input` shape.
56
+ * @see {@link CreateVoiceProfileDomainCommandOutput} for command's `response` shape.
57
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
58
+ *
59
+ * @throws {@link AccessDeniedException} (client fault)
60
+ * <p>You don't have the permissions needed to run this action.</p>
61
+ *
62
+ * @throws {@link BadRequestException} (client fault)
63
+ * <p>The input parameters don't match the service's restrictions.</p>
64
+ *
65
+ * @throws {@link ConflictException} (client fault)
66
+ * <p>Multiple instances of the same request were made simultaneously.</p>
67
+ *
68
+ * @throws {@link ForbiddenException} (client fault)
69
+ * <p>The client is permanently forbidden from making the request.</p>
70
+ *
71
+ * @throws {@link ResourceLimitExceededException} (client fault)
72
+ * <p>The request exceeds the resource limit.</p>
73
+ *
74
+ * @throws {@link ServiceFailureException} (server fault)
75
+ * <p>The service encountered an unexpected error.</p>
76
+ *
77
+ * @throws {@link ServiceUnavailableException} (server fault)
78
+ * <p>The service is currently unavailable.</p>
79
+ *
80
+ * @throws {@link ThrottledClientException} (client fault)
81
+ * <p>The number of customer requests exceeds the request rate limit.</p>
82
+ *
83
+ * @throws {@link UnauthorizedClientException} (client fault)
84
+ * <p>The client isn't authorized to request a resource.</p>
85
+ *
86
+ *
87
+ */
20
88
  export declare class CreateVoiceProfileDomainCommand extends $Command<CreateVoiceProfileDomainCommandInput, CreateVoiceProfileDomainCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
89
  readonly input: CreateVoiceProfileDomainCommandInput;
22
90
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,57 @@ export interface DeletePhoneNumberCommandInput extends DeletePhoneNumberRequest
17
17
  */
18
18
  export interface DeletePhoneNumberCommandOutput extends __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Moves the specified phone number into the
23
+ * <b>Deletion queue</b>. A phone number must
24
+ * be disassociated from any users or Amazon Chime SDK Voice Connectors before it can be
25
+ * deleted.</p>
26
+ * <p>Deleted phone numbers remain in the
27
+ * <b>Deletion queue</b> queue for 7 days before
28
+ * they are deleted permanently.</p>
29
+ * @example
30
+ * Use a bare-bones client and the command you need to make an API call.
31
+ * ```javascript
32
+ * import { ChimeSDKVoiceClient, DeletePhoneNumberCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
33
+ * // const { ChimeSDKVoiceClient, DeletePhoneNumberCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
34
+ * const client = new ChimeSDKVoiceClient(config);
35
+ * const input = { // DeletePhoneNumberRequest
36
+ * PhoneNumberId: "STRING_VALUE", // required
37
+ * };
38
+ * const command = new DeletePhoneNumberCommand(input);
39
+ * const response = await client.send(command);
40
+ * ```
41
+ *
42
+ * @param DeletePhoneNumberCommandInput - {@link DeletePhoneNumberCommandInput}
43
+ * @returns {@link DeletePhoneNumberCommandOutput}
44
+ * @see {@link DeletePhoneNumberCommandInput} for command's `input` shape.
45
+ * @see {@link DeletePhoneNumberCommandOutput} for command's `response` shape.
46
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
47
+ *
48
+ * @throws {@link BadRequestException} (client fault)
49
+ * <p>The input parameters don't match the service's restrictions.</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 DeletePhoneNumberCommand extends $Command<DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
72
  readonly input: DeletePhoneNumberCommandInput;
22
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,53 @@ export interface DeleteProxySessionCommandInput extends DeleteProxySessionReques
17
17
  */
18
18
  export interface DeleteProxySessionCommandOutput extends __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Deletes the specified proxy session from the specified Amazon Chime SDK Voice
23
+ * 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, DeleteProxySessionCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
28
+ * // const { ChimeSDKVoiceClient, DeleteProxySessionCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
29
+ * const client = new ChimeSDKVoiceClient(config);
30
+ * const input = { // DeleteProxySessionRequest
31
+ * VoiceConnectorId: "STRING_VALUE", // required
32
+ * ProxySessionId: "STRING_VALUE", // required
33
+ * };
34
+ * const command = new DeleteProxySessionCommand(input);
35
+ * const response = await client.send(command);
36
+ * ```
37
+ *
38
+ * @param DeleteProxySessionCommandInput - {@link DeleteProxySessionCommandInput}
39
+ * @returns {@link DeleteProxySessionCommandOutput}
40
+ * @see {@link DeleteProxySessionCommandInput} for command's `input` shape.
41
+ * @see {@link DeleteProxySessionCommandOutput} 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 DeleteProxySessionCommand extends $Command<DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
68
  readonly input: DeleteProxySessionCommandInput;
22
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,54 @@ export interface DeleteSipMediaApplicationCommandInput extends DeleteSipMediaApp
17
17
  */
18
18
  export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Deletes a SIP media application.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { ChimeSDKVoiceClient, DeleteSipMediaApplicationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, DeleteSipMediaApplicationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = { // DeleteSipMediaApplicationRequest
30
+ * SipMediaApplicationId: "STRING_VALUE", // required
31
+ * };
32
+ * const command = new DeleteSipMediaApplicationCommand(input);
33
+ * const response = await client.send(command);
34
+ * ```
35
+ *
36
+ * @param DeleteSipMediaApplicationCommandInput - {@link DeleteSipMediaApplicationCommandInput}
37
+ * @returns {@link DeleteSipMediaApplicationCommandOutput}
38
+ * @see {@link DeleteSipMediaApplicationCommandInput} for command's `input` shape.
39
+ * @see {@link DeleteSipMediaApplicationCommandOutput} 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 ConflictException} (client fault)
46
+ * <p>Multiple instances of the same request were made simultaneously.</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 DeleteSipMediaApplicationCommand extends $Command<DeleteSipMediaApplicationCommandInput, DeleteSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
69
  readonly input: DeleteSipMediaApplicationCommandInput;
22
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,54 @@ export interface DeleteSipRuleCommandInput extends DeleteSipRuleRequest {
17
17
  */
18
18
  export interface DeleteSipRuleCommandOutput extends __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Deletes a SIP rule.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { ChimeSDKVoiceClient, DeleteSipRuleCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, DeleteSipRuleCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = { // DeleteSipRuleRequest
30
+ * SipRuleId: "STRING_VALUE", // required
31
+ * };
32
+ * const command = new DeleteSipRuleCommand(input);
33
+ * const response = await client.send(command);
34
+ * ```
35
+ *
36
+ * @param DeleteSipRuleCommandInput - {@link DeleteSipRuleCommandInput}
37
+ * @returns {@link DeleteSipRuleCommandOutput}
38
+ * @see {@link DeleteSipRuleCommandInput} for command's `input` shape.
39
+ * @see {@link DeleteSipRuleCommandOutput} 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 ConflictException} (client fault)
46
+ * <p>Multiple instances of the same request were made simultaneously.</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 DeleteSipRuleCommand extends $Command<DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
69
  readonly input: DeleteSipRuleCommandInput;
22
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,56 @@ export interface DeleteVoiceConnectorCommandInput extends DeleteVoiceConnectorRe
17
17
  */
18
18
  export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Deletes an Amazon Chime SDK Voice Connector. Any phone numbers associated
23
+ * with the Amazon Chime SDK Voice Connector must be disassociated from it before it
24
+ * can be deleted.</p>
25
+ * @example
26
+ * Use a bare-bones client and the command you need to make an API call.
27
+ * ```javascript
28
+ * import { ChimeSDKVoiceClient, DeleteVoiceConnectorCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
29
+ * // const { ChimeSDKVoiceClient, DeleteVoiceConnectorCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
30
+ * const client = new ChimeSDKVoiceClient(config);
31
+ * const input = { // DeleteVoiceConnectorRequest
32
+ * VoiceConnectorId: "STRING_VALUE", // required
33
+ * };
34
+ * const command = new DeleteVoiceConnectorCommand(input);
35
+ * const response = await client.send(command);
36
+ * ```
37
+ *
38
+ * @param DeleteVoiceConnectorCommandInput - {@link DeleteVoiceConnectorCommandInput}
39
+ * @returns {@link DeleteVoiceConnectorCommandOutput}
40
+ * @see {@link DeleteVoiceConnectorCommandInput} for command's `input` shape.
41
+ * @see {@link DeleteVoiceConnectorCommandOutput} 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 ConflictException} (client fault)
48
+ * <p>Multiple instances of the same request were made simultaneously.</p>
49
+ *
50
+ * @throws {@link ForbiddenException} (client fault)
51
+ * <p>The client is permanently forbidden from making the request.</p>
52
+ *
53
+ * @throws {@link NotFoundException} (client fault)
54
+ * <p>The requested resource couldn't be found.</p>
55
+ *
56
+ * @throws {@link ServiceFailureException} (server fault)
57
+ * <p>The service encountered an unexpected error.</p>
58
+ *
59
+ * @throws {@link ServiceUnavailableException} (server fault)
60
+ * <p>The service is currently unavailable.</p>
61
+ *
62
+ * @throws {@link ThrottledClientException} (client fault)
63
+ * <p>The number of customer requests exceeds the request rate limit.</p>
64
+ *
65
+ * @throws {@link UnauthorizedClientException} (client fault)
66
+ * <p>The client isn't authorized to request a resource.</p>
67
+ *
68
+ *
69
+ */
20
70
  export declare class DeleteVoiceConnectorCommand extends $Command<DeleteVoiceConnectorCommandInput, DeleteVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
71
  readonly input: DeleteVoiceConnectorCommandInput;
22
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,52 @@ export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput e
17
17
  */
18
18
  export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput extends __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Deletes the emergency calling details from the specified Amazon Chime SDK Voice
23
+ * 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, DeleteVoiceConnectorEmergencyCallingConfigurationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
28
+ * // const { ChimeSDKVoiceClient, DeleteVoiceConnectorEmergencyCallingConfigurationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
29
+ * const client = new ChimeSDKVoiceClient(config);
30
+ * const input = { // DeleteVoiceConnectorEmergencyCallingConfigurationRequest
31
+ * VoiceConnectorId: "STRING_VALUE", // required
32
+ * };
33
+ * const command = new DeleteVoiceConnectorEmergencyCallingConfigurationCommand(input);
34
+ * const response = await client.send(command);
35
+ * ```
36
+ *
37
+ * @param DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput - {@link DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput}
38
+ * @returns {@link DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput}
39
+ * @see {@link DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput} for command's `input` shape.
40
+ * @see {@link DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput} 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 DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
67
  readonly input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput;
22
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,56 @@ export interface DeleteVoiceConnectorGroupCommandInput extends DeleteVoiceConnec
17
17
  */
18
18
  export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Deletes an Amazon Chime SDK Voice Connector group. Any <code>VoiceConnectorItems</code>
23
+ * and phone numbers associated with the group must be removed before it can be
24
+ * deleted.</p>
25
+ * @example
26
+ * Use a bare-bones client and the command you need to make an API call.
27
+ * ```javascript
28
+ * import { ChimeSDKVoiceClient, DeleteVoiceConnectorGroupCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
29
+ * // const { ChimeSDKVoiceClient, DeleteVoiceConnectorGroupCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
30
+ * const client = new ChimeSDKVoiceClient(config);
31
+ * const input = { // DeleteVoiceConnectorGroupRequest
32
+ * VoiceConnectorGroupId: "STRING_VALUE", // required
33
+ * };
34
+ * const command = new DeleteVoiceConnectorGroupCommand(input);
35
+ * const response = await client.send(command);
36
+ * ```
37
+ *
38
+ * @param DeleteVoiceConnectorGroupCommandInput - {@link DeleteVoiceConnectorGroupCommandInput}
39
+ * @returns {@link DeleteVoiceConnectorGroupCommandOutput}
40
+ * @see {@link DeleteVoiceConnectorGroupCommandInput} for command's `input` shape.
41
+ * @see {@link DeleteVoiceConnectorGroupCommandOutput} 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 ConflictException} (client fault)
48
+ * <p>Multiple instances of the same request were made simultaneously.</p>
49
+ *
50
+ * @throws {@link ForbiddenException} (client fault)
51
+ * <p>The client is permanently forbidden from making the request.</p>
52
+ *
53
+ * @throws {@link NotFoundException} (client fault)
54
+ * <p>The requested resource couldn't be found.</p>
55
+ *
56
+ * @throws {@link ServiceFailureException} (server fault)
57
+ * <p>The service encountered an unexpected error.</p>
58
+ *
59
+ * @throws {@link ServiceUnavailableException} (server fault)
60
+ * <p>The service is currently unavailable.</p>
61
+ *
62
+ * @throws {@link ThrottledClientException} (client fault)
63
+ * <p>The number of customer requests exceeds the request rate limit.</p>
64
+ *
65
+ * @throws {@link UnauthorizedClientException} (client fault)
66
+ * <p>The client isn't authorized to request a resource.</p>
67
+ *
68
+ *
69
+ */
20
70
  export declare class DeleteVoiceConnectorGroupCommand extends $Command<DeleteVoiceConnectorGroupCommandInput, DeleteVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
71
  readonly input: DeleteVoiceConnectorGroupCommandInput;
22
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,55 @@ export interface DeleteVoiceConnectorOriginationCommandInput extends DeleteVoice
17
17
  */
18
18
  export interface DeleteVoiceConnectorOriginationCommandOutput extends __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Deletes the origination 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 origination 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, DeleteVoiceConnectorOriginationCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
31
+ * // const { ChimeSDKVoiceClient, DeleteVoiceConnectorOriginationCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
32
+ * const client = new ChimeSDKVoiceClient(config);
33
+ * const input = { // DeleteVoiceConnectorOriginationRequest
34
+ * VoiceConnectorId: "STRING_VALUE", // required
35
+ * };
36
+ * const command = new DeleteVoiceConnectorOriginationCommand(input);
37
+ * const response = await client.send(command);
38
+ * ```
39
+ *
40
+ * @param DeleteVoiceConnectorOriginationCommandInput - {@link DeleteVoiceConnectorOriginationCommandInput}
41
+ * @returns {@link DeleteVoiceConnectorOriginationCommandOutput}
42
+ * @see {@link DeleteVoiceConnectorOriginationCommandInput} for command's `input` shape.
43
+ * @see {@link DeleteVoiceConnectorOriginationCommandOutput} 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 DeleteVoiceConnectorOriginationCommand extends $Command<DeleteVoiceConnectorOriginationCommandInput, DeleteVoiceConnectorOriginationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
70
  readonly input: DeleteVoiceConnectorOriginationCommandInput;
22
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;