@aws-sdk/client-voice-id 3.288.0 → 3.290.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.
- package/dist-types/commands/CreateDomainCommand.d.ts +29 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +26 -0
- package/dist-types/commands/DeleteFraudsterCommand.d.ts +26 -0
- package/dist-types/commands/DeleteSpeakerCommand.d.ts +26 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +22 -0
- package/dist-types/commands/DescribeFraudsterCommand.d.ts +22 -0
- package/dist-types/commands/DescribeFraudsterRegistrationJobCommand.d.ts +22 -0
- package/dist-types/commands/DescribeSpeakerCommand.d.ts +22 -0
- package/dist-types/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +22 -0
- package/dist-types/commands/EvaluateSessionCommand.d.ts +26 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +18 -0
- package/dist-types/commands/ListFraudsterRegistrationJobsCommand.d.ts +22 -0
- package/dist-types/commands/ListSpeakerEnrollmentJobsCommand.d.ts +22 -0
- package/dist-types/commands/ListSpeakersCommand.d.ts +22 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +22 -0
- package/dist-types/commands/OptOutSpeakerCommand.d.ts +29 -0
- package/dist-types/commands/StartFraudsterRegistrationJobCommand.d.ts +29 -0
- package/dist-types/commands/StartSpeakerEnrollmentJobCommand.d.ts +29 -0
- package/dist-types/commands/TagResourceCommand.d.ts +26 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +26 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +26 -0
- package/package.json +29 -29
|
@@ -30,6 +30,35 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
|
|
|
30
30
|
* @see {@link CreateDomainCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
35
|
+
* and try again.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ConflictException} (client fault)
|
|
38
|
+
* <p>The request failed due to a conflict. Check the <code>ConflictType</code> and error
|
|
39
|
+
* message for more details.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
46
|
+
* message for more details.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
49
|
+
* <p>The request exceeded the service quota. Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#voiceid-quotas">Voice ID Service Quotas</a> and try your request again.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
53
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
54
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
55
|
+
* request again.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ValidationException} (client fault)
|
|
58
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
59
|
+
* details.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
33
62
|
*/
|
|
34
63
|
export declare class CreateDomainCommand extends $Command<CreateDomainCommandInput, CreateDomainCommandOutput, VoiceIDClientResolvedConfig> {
|
|
35
64
|
readonly input: CreateDomainCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface DeleteDomainCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteDomainCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
34
|
+
* and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>The request failed due to a conflict. Check the <code>ConflictType</code> and error
|
|
38
|
+
* message for more details.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
45
|
+
* message for more details.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
49
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
50
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
51
|
+
* request again.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
55
|
+
* details.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
32
58
|
*/
|
|
33
59
|
export declare class DeleteDomainCommand extends $Command<DeleteDomainCommandInput, DeleteDomainCommandOutput, VoiceIDClientResolvedConfig> {
|
|
34
60
|
readonly input: DeleteDomainCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface DeleteFraudsterCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteFraudsterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
34
|
+
* and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>The request failed due to a conflict. Check the <code>ConflictType</code> and error
|
|
38
|
+
* message for more details.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
45
|
+
* message for more details.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
49
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
50
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
51
|
+
* request again.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
55
|
+
* details.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
32
58
|
*/
|
|
33
59
|
export declare class DeleteFraudsterCommand extends $Command<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput, VoiceIDClientResolvedConfig> {
|
|
34
60
|
readonly input: DeleteFraudsterCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface DeleteSpeakerCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteSpeakerCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
34
|
+
* and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>The request failed due to a conflict. Check the <code>ConflictType</code> and error
|
|
38
|
+
* message for more details.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
45
|
+
* message for more details.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
49
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
50
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
51
|
+
* request again.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
55
|
+
* details.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
32
58
|
*/
|
|
33
59
|
export declare class DeleteSpeakerCommand extends $Command<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput, VoiceIDClientResolvedConfig> {
|
|
34
60
|
readonly input: DeleteSpeakerCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
|
|
|
29
29
|
* @see {@link DescribeDomainCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
34
|
+
* and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
41
|
+
* message for more details.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
45
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
46
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
47
|
+
* request again.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
51
|
+
* details.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeDomainCommand extends $Command<DescribeDomainCommandInput, DescribeDomainCommandOutput, VoiceIDClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeDomainCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeFraudsterCommandOutput extends DescribeFraudsterRespons
|
|
|
29
29
|
* @see {@link DescribeFraudsterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
34
|
+
* and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
41
|
+
* message for more details.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
45
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
46
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
47
|
+
* request again.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
51
|
+
* details.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeFraudsterCommand extends $Command<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput, VoiceIDClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeFraudsterCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeFraudsterRegistrationJobCommandOutput extends DescribeF
|
|
|
29
29
|
* @see {@link DescribeFraudsterRegistrationJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
34
|
+
* and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
41
|
+
* message for more details.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
45
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
46
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
47
|
+
* request again.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
51
|
+
* details.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeFraudsterRegistrationJobCommand extends $Command<DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeFraudsterRegistrationJobCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeSpeakerCommandOutput extends DescribeSpeakerResponse, _
|
|
|
29
29
|
* @see {@link DescribeSpeakerCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
34
|
+
* and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
41
|
+
* message for more details.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
45
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
46
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
47
|
+
* request again.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
51
|
+
* details.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeSpeakerCommand extends $Command<DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput, VoiceIDClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeSpeakerCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeSpeakerEnrollmentJobCommandOutput extends DescribeSpeak
|
|
|
29
29
|
* @see {@link DescribeSpeakerEnrollmentJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
34
|
+
* and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
41
|
+
* message for more details.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
45
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
46
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
47
|
+
* request again.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
51
|
+
* details.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeSpeakerEnrollmentJobCommand extends $Command<DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeSpeakerEnrollmentJobCommandInput;
|
|
@@ -30,6 +30,32 @@ export interface EvaluateSessionCommandOutput extends EvaluateSessionResponse, _
|
|
|
30
30
|
* @see {@link EvaluateSessionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
35
|
+
* and try again.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ConflictException} (client fault)
|
|
38
|
+
* <p>The request failed due to a conflict. Check the <code>ConflictType</code> and error
|
|
39
|
+
* message for more details.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
46
|
+
* message for more details.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
50
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
51
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
52
|
+
* request again.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ValidationException} (client fault)
|
|
55
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
56
|
+
* details.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
33
59
|
*/
|
|
34
60
|
export declare class EvaluateSessionCommand extends $Command<EvaluateSessionCommandInput, EvaluateSessionCommandOutput, VoiceIDClientResolvedConfig> {
|
|
35
61
|
readonly input: EvaluateSessionCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat
|
|
|
29
29
|
* @see {@link ListDomainsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
34
|
+
* and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
41
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
42
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
43
|
+
* request again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
47
|
+
* details.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class ListDomainsCommand extends $Command<ListDomainsCommandInput, ListDomainsCommandOutput, VoiceIDClientResolvedConfig> {
|
|
34
52
|
readonly input: ListDomainsCommandInput;
|
|
@@ -31,6 +31,28 @@ export interface ListFraudsterRegistrationJobsCommandOutput extends ListFraudste
|
|
|
31
31
|
* @see {@link ListFraudsterRegistrationJobsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
36
|
+
* and try again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
43
|
+
* message for more details.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
47
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
48
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
49
|
+
* request again.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
53
|
+
* details.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
34
56
|
*/
|
|
35
57
|
export declare class ListFraudsterRegistrationJobsCommand extends $Command<ListFraudsterRegistrationJobsCommandInput, ListFraudsterRegistrationJobsCommandOutput, VoiceIDClientResolvedConfig> {
|
|
36
58
|
readonly input: ListFraudsterRegistrationJobsCommandInput;
|
|
@@ -31,6 +31,28 @@ export interface ListSpeakerEnrollmentJobsCommandOutput extends ListSpeakerEnrol
|
|
|
31
31
|
* @see {@link ListSpeakerEnrollmentJobsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
36
|
+
* and try again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
43
|
+
* message for more details.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
47
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
48
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
49
|
+
* request again.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
53
|
+
* details.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
34
56
|
*/
|
|
35
57
|
export declare class ListSpeakerEnrollmentJobsCommand extends $Command<ListSpeakerEnrollmentJobsCommandInput, ListSpeakerEnrollmentJobsCommandOutput, VoiceIDClientResolvedConfig> {
|
|
36
58
|
readonly input: ListSpeakerEnrollmentJobsCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface ListSpeakersCommandOutput extends ListSpeakersResponse, __Metad
|
|
|
29
29
|
* @see {@link ListSpeakersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
34
|
+
* and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
41
|
+
* message for more details.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
45
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
46
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
47
|
+
* request again.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
51
|
+
* details.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class ListSpeakersCommand extends $Command<ListSpeakersCommandInput, ListSpeakersCommandOutput, VoiceIDClientResolvedConfig> {
|
|
34
56
|
readonly input: ListSpeakersCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
34
|
+
* and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
41
|
+
* message for more details.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
45
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
46
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
47
|
+
* request again.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
51
|
+
* details.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, VoiceIDClientResolvedConfig> {
|
|
34
56
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -34,6 +34,35 @@ export interface OptOutSpeakerCommandOutput extends OptOutSpeakerResponse, __Met
|
|
|
34
34
|
* @see {@link OptOutSpeakerCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
39
|
+
* and try again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ConflictException} (client fault)
|
|
42
|
+
* <p>The request failed due to a conflict. Check the <code>ConflictType</code> and error
|
|
43
|
+
* message for more details.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerException} (server fault)
|
|
46
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
50
|
+
* message for more details.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
53
|
+
* <p>The request exceeded the service quota. Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#voiceid-quotas">Voice ID Service Quotas</a> and try your request again.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
56
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
57
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
58
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
59
|
+
* request again.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ValidationException} (client fault)
|
|
62
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
63
|
+
* details.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
37
66
|
*/
|
|
38
67
|
export declare class OptOutSpeakerCommand extends $Command<OptOutSpeakerCommandInput, OptOutSpeakerCommandOutput, VoiceIDClientResolvedConfig> {
|
|
39
68
|
readonly input: OptOutSpeakerCommandInput;
|
|
@@ -29,6 +29,35 @@ export interface StartFraudsterRegistrationJobCommandOutput extends StartFraudst
|
|
|
29
29
|
* @see {@link StartFraudsterRegistrationJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
34
|
+
* and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>The request failed due to a conflict. Check the <code>ConflictType</code> and error
|
|
38
|
+
* message for more details.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
45
|
+
* message for more details.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
48
|
+
* <p>The request exceeded the service quota. Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#voiceid-quotas">Voice ID Service Quotas</a> and try your request again.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
52
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
53
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
54
|
+
* request again.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ValidationException} (client fault)
|
|
57
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
58
|
+
* details.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
32
61
|
*/
|
|
33
62
|
export declare class StartFraudsterRegistrationJobCommand extends $Command<StartFraudsterRegistrationJobCommandInput, StartFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig> {
|
|
34
63
|
readonly input: StartFraudsterRegistrationJobCommandInput;
|
|
@@ -29,6 +29,35 @@ export interface StartSpeakerEnrollmentJobCommandOutput extends StartSpeakerEnro
|
|
|
29
29
|
* @see {@link StartSpeakerEnrollmentJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
34
|
+
* and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>The request failed due to a conflict. Check the <code>ConflictType</code> and error
|
|
38
|
+
* message for more details.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
45
|
+
* message for more details.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
48
|
+
* <p>The request exceeded the service quota. Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#voiceid-quotas">Voice ID Service Quotas</a> and try your request again.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
52
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
53
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
54
|
+
* request again.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ValidationException} (client fault)
|
|
57
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
58
|
+
* details.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
32
61
|
*/
|
|
33
62
|
export declare class StartSpeakerEnrollmentJobCommand extends $Command<StartSpeakerEnrollmentJobCommandInput, StartSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig> {
|
|
34
63
|
readonly input: StartSpeakerEnrollmentJobCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
34
|
+
* and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>The request failed due to a conflict. Check the <code>ConflictType</code> and error
|
|
38
|
+
* message for more details.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
45
|
+
* message for more details.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
49
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
50
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
51
|
+
* request again.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
55
|
+
* details.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
32
58
|
*/
|
|
33
59
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, VoiceIDClientResolvedConfig> {
|
|
34
60
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
34
|
+
* and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>The request failed due to a conflict. Check the <code>ConflictType</code> and error
|
|
38
|
+
* message for more details.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
45
|
+
* message for more details.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
49
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
50
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
51
|
+
* request again.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
55
|
+
* details.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
32
58
|
*/
|
|
33
59
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, VoiceIDClientResolvedConfig> {
|
|
34
60
|
readonly input: UntagResourceCommandInput;
|
|
@@ -31,6 +31,32 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
|
|
|
31
31
|
* @see {@link UpdateDomainCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link VoiceIDClientResolvedConfig | config} for VoiceIDClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You do not have sufficient permissions to perform this action. Check the error message
|
|
36
|
+
* and try again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ConflictException} (client fault)
|
|
39
|
+
* <p>The request failed due to a conflict. Check the <code>ConflictType</code> and error
|
|
40
|
+
* message for more details.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>The request failed due to an unknown error on the server side.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The specified resource cannot be found. Check the <code>ResourceType</code> and error
|
|
47
|
+
* message for more details.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>The request was denied due to request throttling. Please slow down your request rate.
|
|
51
|
+
* Refer to <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html##voiceid-api-quotas">
|
|
52
|
+
* Amazon Connect Voice ID Service API throttling quotas </a> and try your
|
|
53
|
+
* request again.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ValidationException} (client fault)
|
|
56
|
+
* <p>The request failed one or more validations; check the error message for more
|
|
57
|
+
* details.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
34
60
|
*/
|
|
35
61
|
export declare class UpdateDomainCommand extends $Command<UpdateDomainCommandInput, UpdateDomainCommandOutput, VoiceIDClientResolvedConfig> {
|
|
36
62
|
readonly input: UpdateDomainCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-voice-id",
|
|
3
3
|
"description": "AWS SDK for JavaScript Voice Id Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|