@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,70 @@ export interface UpdateVoiceProfileCommandInput extends UpdateVoiceProfileReques
17
17
  */
18
18
  export interface UpdateVoiceProfileCommandOutput extends UpdateVoiceProfileResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Updates the specified voice profile’s voice print and refreshes its expiration timestamp.</p>
23
+ * <important>
24
+ * <p>As a condition of using this feature, you acknowledge that the collection, use, storage, and retention of
25
+ * your caller’s biometric identifiers and biometric information (“biometric data”) in the form of a digital voiceprint
26
+ * requires the caller’s informed consent via a written release. Such consent is required under various state laws,
27
+ * including biometrics laws in Illinois, Texas, Washington and other state privacy laws.</p>
28
+ * <p>You must provide a written release to each caller through a process that clearly reflects each caller’s informed
29
+ * consent before using Amazon Chime SDK Voice Insights service, as required under the terms of your agreement
30
+ * with AWS governing your use of the service.</p>
31
+ * </important>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { ChimeSDKVoiceClient, UpdateVoiceProfileCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
36
+ * // const { ChimeSDKVoiceClient, UpdateVoiceProfileCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
37
+ * const client = new ChimeSDKVoiceClient(config);
38
+ * const input = { // UpdateVoiceProfileRequest
39
+ * VoiceProfileId: "STRING_VALUE", // required
40
+ * SpeakerSearchTaskId: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new UpdateVoiceProfileCommand(input);
43
+ * const response = await client.send(command);
44
+ * ```
45
+ *
46
+ * @param UpdateVoiceProfileCommandInput - {@link UpdateVoiceProfileCommandInput}
47
+ * @returns {@link UpdateVoiceProfileCommandOutput}
48
+ * @see {@link UpdateVoiceProfileCommandInput} for command's `input` shape.
49
+ * @see {@link UpdateVoiceProfileCommandOutput} for command's `response` shape.
50
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
51
+ *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * <p>You don't have the permissions needed to run this action.</p>
54
+ *
55
+ * @throws {@link BadRequestException} (client fault)
56
+ * <p>The input parameters don't match the service's restrictions.</p>
57
+ *
58
+ * @throws {@link ConflictException} (client fault)
59
+ * <p>Multiple instances of the same request were made simultaneously.</p>
60
+ *
61
+ * @throws {@link ForbiddenException} (client fault)
62
+ * <p>The client is permanently forbidden from making the request.</p>
63
+ *
64
+ * @throws {@link GoneException} (client fault)
65
+ * <p>Access to the target resource is no longer available at the origin server. This condition is likely to be permanent.</p>
66
+ *
67
+ * @throws {@link NotFoundException} (client fault)
68
+ * <p>The requested resource couldn't be found.</p>
69
+ *
70
+ * @throws {@link ServiceFailureException} (server fault)
71
+ * <p>The service encountered an unexpected error.</p>
72
+ *
73
+ * @throws {@link ServiceUnavailableException} (server fault)
74
+ * <p>The service is currently unavailable.</p>
75
+ *
76
+ * @throws {@link ThrottledClientException} (client fault)
77
+ * <p>The number of customer requests exceeds the request rate limit.</p>
78
+ *
79
+ * @throws {@link UnauthorizedClientException} (client fault)
80
+ * <p>The client isn't authorized to request a resource.</p>
81
+ *
82
+ *
83
+ */
20
84
  export declare class UpdateVoiceProfileCommand extends $Command<UpdateVoiceProfileCommandInput, UpdateVoiceProfileCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
85
  readonly input: UpdateVoiceProfileCommandInput;
22
86
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,56 @@ export interface UpdateVoiceProfileDomainCommandInput extends UpdateVoiceProfile
17
17
  */
18
18
  export interface UpdateVoiceProfileDomainCommandOutput extends UpdateVoiceProfileDomainResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Updates the settings for 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, UpdateVoiceProfileDomainCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
27
+ * // const { ChimeSDKVoiceClient, UpdateVoiceProfileDomainCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
28
+ * const client = new ChimeSDKVoiceClient(config);
29
+ * const input = { // UpdateVoiceProfileDomainRequest
30
+ * VoiceProfileDomainId: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE",
32
+ * Description: "STRING_VALUE",
33
+ * };
34
+ * const command = new UpdateVoiceProfileDomainCommand(input);
35
+ * const response = await client.send(command);
36
+ * ```
37
+ *
38
+ * @param UpdateVoiceProfileDomainCommandInput - {@link UpdateVoiceProfileDomainCommandInput}
39
+ * @returns {@link UpdateVoiceProfileDomainCommandOutput}
40
+ * @see {@link UpdateVoiceProfileDomainCommandInput} for command's `input` shape.
41
+ * @see {@link UpdateVoiceProfileDomainCommandOutput} 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 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 UpdateVoiceProfileDomainCommand extends $Command<UpdateVoiceProfileDomainCommandInput, UpdateVoiceProfileDomainCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
71
  readonly input: UpdateVoiceProfileDomainCommandInput;
22
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
@@ -17,6 +17,60 @@ export interface ValidateE911AddressCommandInput extends ValidateE911AddressRequ
17
17
  */
18
18
  export interface ValidateE911AddressCommandOutput extends ValidateE911AddressResponse, __MetadataBearer {
19
19
  }
20
+ /**
21
+ * @public
22
+ * <p>Validates an address to be used for 911 calls made with Amazon Chime SDK Voice
23
+ * Connectors. You can use validated addresses in a Presence Information Data Format
24
+ * Location Object file that you include in SIP requests. That helps ensure that addresses
25
+ * are routed to the appropriate Public Safety Answering Point.</p>
26
+ * @example
27
+ * Use a bare-bones client and the command you need to make an API call.
28
+ * ```javascript
29
+ * import { ChimeSDKVoiceClient, ValidateE911AddressCommand } from "@aws-sdk/client-chime-sdk-voice"; // ES Modules import
30
+ * // const { ChimeSDKVoiceClient, ValidateE911AddressCommand } = require("@aws-sdk/client-chime-sdk-voice"); // CommonJS import
31
+ * const client = new ChimeSDKVoiceClient(config);
32
+ * const input = { // ValidateE911AddressRequest
33
+ * AwsAccountId: "STRING_VALUE", // required
34
+ * StreetNumber: "STRING_VALUE", // required
35
+ * StreetInfo: "STRING_VALUE", // required
36
+ * City: "STRING_VALUE", // required
37
+ * State: "STRING_VALUE", // required
38
+ * Country: "STRING_VALUE", // required
39
+ * PostalCode: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new ValidateE911AddressCommand(input);
42
+ * const response = await client.send(command);
43
+ * ```
44
+ *
45
+ * @param ValidateE911AddressCommandInput - {@link ValidateE911AddressCommandInput}
46
+ * @returns {@link ValidateE911AddressCommandOutput}
47
+ * @see {@link ValidateE911AddressCommandInput} for command's `input` shape.
48
+ * @see {@link ValidateE911AddressCommandOutput} for command's `response` shape.
49
+ * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
50
+ *
51
+ * @throws {@link BadRequestException} (client fault)
52
+ * <p>The input parameters don't match the service's restrictions.</p>
53
+ *
54
+ * @throws {@link ForbiddenException} (client fault)
55
+ * <p>The client is permanently forbidden from making the request.</p>
56
+ *
57
+ * @throws {@link NotFoundException} (client fault)
58
+ * <p>The requested resource couldn't be found.</p>
59
+ *
60
+ * @throws {@link ServiceFailureException} (server fault)
61
+ * <p>The service encountered an unexpected error.</p>
62
+ *
63
+ * @throws {@link ServiceUnavailableException} (server fault)
64
+ * <p>The service is currently unavailable.</p>
65
+ *
66
+ * @throws {@link ThrottledClientException} (client fault)
67
+ * <p>The number of customer requests exceeds the request rate limit.</p>
68
+ *
69
+ * @throws {@link UnauthorizedClientException} (client fault)
70
+ * <p>The client isn't authorized to request a resource.</p>
71
+ *
72
+ *
73
+ */
20
74
  export declare class ValidateE911AddressCommand extends $Command<ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
21
75
  readonly input: ValidateE911AddressCommandInput;
22
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;