@aws-sdk/client-voice-id 3.1077.0 → 3.1079.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 (95) hide show
  1. package/dist-cjs/index.js +37 -293
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateFraudsterCommand.js +2 -14
  4. package/dist-es/commands/CreateDomainCommand.js +2 -14
  5. package/dist-es/commands/CreateWatchlistCommand.js +2 -14
  6. package/dist-es/commands/DeleteDomainCommand.js +2 -14
  7. package/dist-es/commands/DeleteFraudsterCommand.js +2 -14
  8. package/dist-es/commands/DeleteSpeakerCommand.js +2 -14
  9. package/dist-es/commands/DeleteWatchlistCommand.js +2 -14
  10. package/dist-es/commands/DescribeDomainCommand.js +2 -14
  11. package/dist-es/commands/DescribeFraudsterCommand.js +2 -14
  12. package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js +2 -14
  13. package/dist-es/commands/DescribeSpeakerCommand.js +2 -14
  14. package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js +2 -14
  15. package/dist-es/commands/DescribeWatchlistCommand.js +2 -14
  16. package/dist-es/commands/DisassociateFraudsterCommand.js +2 -14
  17. package/dist-es/commands/EvaluateSessionCommand.js +2 -14
  18. package/dist-es/commands/ListDomainsCommand.js +2 -14
  19. package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js +2 -14
  20. package/dist-es/commands/ListFraudstersCommand.js +2 -14
  21. package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js +2 -14
  22. package/dist-es/commands/ListSpeakersCommand.js +2 -14
  23. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  24. package/dist-es/commands/ListWatchlistsCommand.js +2 -14
  25. package/dist-es/commands/OptOutSpeakerCommand.js +2 -14
  26. package/dist-es/commands/StartFraudsterRegistrationJobCommand.js +2 -14
  27. package/dist-es/commands/StartSpeakerEnrollmentJobCommand.js +2 -14
  28. package/dist-es/commands/TagResourceCommand.js +2 -14
  29. package/dist-es/commands/UntagResourceCommand.js +2 -14
  30. package/dist-es/commands/UpdateDomainCommand.js +2 -14
  31. package/dist-es/commands/UpdateWatchlistCommand.js +2 -14
  32. package/dist-es/index.js +1 -0
  33. package/dist-types/commandBuilder.d.ts +18 -0
  34. package/dist-types/commands/AssociateFraudsterCommand.d.ts +3 -8
  35. package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
  36. package/dist-types/commands/CreateWatchlistCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteFraudsterCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteSpeakerCommand.d.ts +3 -8
  40. package/dist-types/commands/DeleteWatchlistCommand.d.ts +3 -8
  41. package/dist-types/commands/DescribeDomainCommand.d.ts +3 -8
  42. package/dist-types/commands/DescribeFraudsterCommand.d.ts +3 -8
  43. package/dist-types/commands/DescribeFraudsterRegistrationJobCommand.d.ts +3 -8
  44. package/dist-types/commands/DescribeSpeakerCommand.d.ts +3 -8
  45. package/dist-types/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +3 -8
  46. package/dist-types/commands/DescribeWatchlistCommand.d.ts +3 -8
  47. package/dist-types/commands/DisassociateFraudsterCommand.d.ts +3 -8
  48. package/dist-types/commands/EvaluateSessionCommand.d.ts +3 -8
  49. package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
  50. package/dist-types/commands/ListFraudsterRegistrationJobsCommand.d.ts +3 -8
  51. package/dist-types/commands/ListFraudstersCommand.d.ts +3 -8
  52. package/dist-types/commands/ListSpeakerEnrollmentJobsCommand.d.ts +3 -8
  53. package/dist-types/commands/ListSpeakersCommand.d.ts +3 -8
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  55. package/dist-types/commands/ListWatchlistsCommand.d.ts +3 -8
  56. package/dist-types/commands/OptOutSpeakerCommand.d.ts +3 -8
  57. package/dist-types/commands/StartFraudsterRegistrationJobCommand.d.ts +3 -8
  58. package/dist-types/commands/StartSpeakerEnrollmentJobCommand.d.ts +3 -8
  59. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  60. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  61. package/dist-types/commands/UpdateDomainCommand.d.ts +3 -8
  62. package/dist-types/commands/UpdateWatchlistCommand.d.ts +3 -8
  63. package/dist-types/index.d.ts +1 -0
  64. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  65. package/dist-types/ts3.4/commands/AssociateFraudsterCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/CreateWatchlistCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/DeleteWatchlistCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DescribeWatchlistCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DisassociateFraudsterCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/ListFraudstersCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListWatchlistsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/UpdateWatchlistCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/index.d.ts +1 -0
  95. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeFraudsterRequest, DescribeFraudsterResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeFraudsterCommandInput extends DescribeFraudsterRequest
22
19
  export interface DescribeFraudsterCommandOutput extends DescribeFraudsterResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeFraudsterCommand_base: {
25
- new (input: DescribeFraudsterCommandInput): import("@smithy/core/client").CommandImpl<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeFraudsterCommandInput): import("@smithy/core/client").CommandImpl<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeFraudsterCommandInput): import("@smithy/core/client").CommandImpl<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeFraudsterCommandInput): import("@smithy/core/client").CommandImpl<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the specified fraudster.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeFraudsterRegistrationJobRequest, DescribeFraudsterRegistrationJobResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeFraudsterRegistrationJobCommandInput extends DescribeFr
22
19
  export interface DescribeFraudsterRegistrationJobCommandOutput extends DescribeFraudsterRegistrationJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeFraudsterRegistrationJobCommand_base: {
25
- new (input: DescribeFraudsterRegistrationJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeFraudsterRegistrationJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeFraudsterRegistrationJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeFraudsterRegistrationJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the specified fraudster registration job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeSpeakerRequest, DescribeSpeakerResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeSpeakerCommandInput extends DescribeSpeakerRequest {
22
19
  export interface DescribeSpeakerCommandOutput extends DescribeSpeakerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeSpeakerCommand_base: {
25
- new (input: DescribeSpeakerCommandInput): import("@smithy/core/client").CommandImpl<DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeSpeakerCommandInput): import("@smithy/core/client").CommandImpl<DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeSpeakerCommandInput): import("@smithy/core/client").CommandImpl<DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeSpeakerCommandInput): import("@smithy/core/client").CommandImpl<DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the specified speaker.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeSpeakerEnrollmentJobRequest, DescribeSpeakerEnrollmentJobResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeSpeakerEnrollmentJobCommandInput extends DescribeSpeake
22
19
  export interface DescribeSpeakerEnrollmentJobCommandOutput extends DescribeSpeakerEnrollmentJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeSpeakerEnrollmentJobCommand_base: {
25
- new (input: DescribeSpeakerEnrollmentJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeSpeakerEnrollmentJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeSpeakerEnrollmentJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeSpeakerEnrollmentJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the specified speaker enrollment job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeWatchlistRequest, DescribeWatchlistResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeWatchlistCommandInput extends DescribeWatchlistRequest
22
19
  export interface DescribeWatchlistCommandOutput extends DescribeWatchlistResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeWatchlistCommand_base: {
25
- new (input: DescribeWatchlistCommandInput): import("@smithy/core/client").CommandImpl<DescribeWatchlistCommandInput, DescribeWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeWatchlistCommandInput): import("@smithy/core/client").CommandImpl<DescribeWatchlistCommandInput, DescribeWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeWatchlistCommandInput): import("@smithy/core/client").CommandImpl<DescribeWatchlistCommandInput, DescribeWatchlistCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeWatchlistCommandInput): import("@smithy/core/client").CommandImpl<DescribeWatchlistCommandInput, DescribeWatchlistCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the specified watchlist.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DisassociateFraudsterRequest, DisassociateFraudsterResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisassociateFraudsterCommandInput extends DisassociateFraudster
22
19
  export interface DisassociateFraudsterCommandOutput extends DisassociateFraudsterResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateFraudsterCommand_base: {
25
- new (input: DisassociateFraudsterCommandInput): import("@smithy/core/client").CommandImpl<DisassociateFraudsterCommandInput, DisassociateFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateFraudsterCommandInput): import("@smithy/core/client").CommandImpl<DisassociateFraudsterCommandInput, DisassociateFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateFraudsterCommandInput): import("@smithy/core/client").CommandImpl<DisassociateFraudsterCommandInput, DisassociateFraudsterCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateFraudsterCommandInput): import("@smithy/core/client").CommandImpl<DisassociateFraudsterCommandInput, DisassociateFraudsterCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disassociates the fraudsters from the watchlist specified. Voice ID always expects a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { EvaluateSessionRequest, EvaluateSessionResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface EvaluateSessionCommandInput extends EvaluateSessionRequest {
22
19
  export interface EvaluateSessionCommandOutput extends EvaluateSessionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const EvaluateSessionCommand_base: {
25
- new (input: EvaluateSessionCommandInput): import("@smithy/core/client").CommandImpl<EvaluateSessionCommandInput, EvaluateSessionCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EvaluateSessionCommandInput): import("@smithy/core/client").CommandImpl<EvaluateSessionCommandInput, EvaluateSessionCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: EvaluateSessionCommandInput): import("@smithy/core/client").CommandImpl<EvaluateSessionCommandInput, EvaluateSessionCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: EvaluateSessionCommandInput): import("@smithy/core/client").CommandImpl<EvaluateSessionCommandInput, EvaluateSessionCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Evaluates a specified session based on audio data accumulated during a streaming
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListDomainsRequest, ListDomainsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDomainsCommandInput extends ListDomainsRequest {
22
19
  export interface ListDomainsCommandOutput extends ListDomainsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDomainsCommand_base: {
25
- new (input: ListDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDomainsCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDomainsCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all the domains in the Amazon Web Services account. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListFraudsterRegistrationJobsRequest, ListFraudsterRegistrationJobsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListFraudsterRegistrationJobsCommandInput extends ListFraudster
22
19
  export interface ListFraudsterRegistrationJobsCommandOutput extends ListFraudsterRegistrationJobsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListFraudsterRegistrationJobsCommand_base: {
25
- new (input: ListFraudsterRegistrationJobsCommandInput): import("@smithy/core/client").CommandImpl<ListFraudsterRegistrationJobsCommandInput, ListFraudsterRegistrationJobsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListFraudsterRegistrationJobsCommandInput): import("@smithy/core/client").CommandImpl<ListFraudsterRegistrationJobsCommandInput, ListFraudsterRegistrationJobsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListFraudsterRegistrationJobsCommandInput): import("@smithy/core/client").CommandImpl<ListFraudsterRegistrationJobsCommandInput, ListFraudsterRegistrationJobsCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListFraudsterRegistrationJobsCommandInput): import("@smithy/core/client").CommandImpl<ListFraudsterRegistrationJobsCommandInput, ListFraudsterRegistrationJobsCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all the fraudster registration jobs in the domain with the given
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListFraudstersRequest, ListFraudstersResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListFraudstersCommandInput extends ListFraudstersRequest {
22
19
  export interface ListFraudstersCommandOutput extends ListFraudstersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListFraudstersCommand_base: {
25
- new (input: ListFraudstersCommandInput): import("@smithy/core/client").CommandImpl<ListFraudstersCommandInput, ListFraudstersCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListFraudstersCommandInput): import("@smithy/core/client").CommandImpl<ListFraudstersCommandInput, ListFraudstersCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListFraudstersCommandInput): import("@smithy/core/client").CommandImpl<ListFraudstersCommandInput, ListFraudstersCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListFraudstersCommandInput): import("@smithy/core/client").CommandImpl<ListFraudstersCommandInput, ListFraudstersCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all fraudsters in a specified watchlist or domain.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSpeakerEnrollmentJobsRequest, ListSpeakerEnrollmentJobsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSpeakerEnrollmentJobsCommandInput extends ListSpeakerEnroll
22
19
  export interface ListSpeakerEnrollmentJobsCommandOutput extends ListSpeakerEnrollmentJobsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSpeakerEnrollmentJobsCommand_base: {
25
- new (input: ListSpeakerEnrollmentJobsCommandInput): import("@smithy/core/client").CommandImpl<ListSpeakerEnrollmentJobsCommandInput, ListSpeakerEnrollmentJobsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSpeakerEnrollmentJobsCommandInput): import("@smithy/core/client").CommandImpl<ListSpeakerEnrollmentJobsCommandInput, ListSpeakerEnrollmentJobsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSpeakerEnrollmentJobsCommandInput): import("@smithy/core/client").CommandImpl<ListSpeakerEnrollmentJobsCommandInput, ListSpeakerEnrollmentJobsCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListSpeakerEnrollmentJobsCommandInput): import("@smithy/core/client").CommandImpl<ListSpeakerEnrollmentJobsCommandInput, ListSpeakerEnrollmentJobsCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all the speaker enrollment jobs in the domain with the specified
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSpeakersRequest, ListSpeakersResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSpeakersCommandInput extends ListSpeakersRequest {
22
19
  export interface ListSpeakersCommandOutput extends ListSpeakersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSpeakersCommand_base: {
25
- new (input: ListSpeakersCommandInput): import("@smithy/core/client").CommandImpl<ListSpeakersCommandInput, ListSpeakersCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSpeakersCommandInput): import("@smithy/core/client").CommandImpl<ListSpeakersCommandInput, ListSpeakersCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSpeakersCommandInput): import("@smithy/core/client").CommandImpl<ListSpeakersCommandInput, ListSpeakersCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListSpeakersCommandInput): import("@smithy/core/client").CommandImpl<ListSpeakersCommandInput, ListSpeakersCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all speakers in a specified domain.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all tags associated with a specified Voice ID resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListWatchlistsRequest, ListWatchlistsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListWatchlistsCommandInput extends ListWatchlistsRequest {
22
19
  export interface ListWatchlistsCommandOutput extends ListWatchlistsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListWatchlistsCommand_base: {
25
- new (input: ListWatchlistsCommandInput): import("@smithy/core/client").CommandImpl<ListWatchlistsCommandInput, ListWatchlistsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWatchlistsCommandInput): import("@smithy/core/client").CommandImpl<ListWatchlistsCommandInput, ListWatchlistsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListWatchlistsCommandInput): import("@smithy/core/client").CommandImpl<ListWatchlistsCommandInput, ListWatchlistsCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListWatchlistsCommandInput): import("@smithy/core/client").CommandImpl<ListWatchlistsCommandInput, ListWatchlistsCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all watchlists in a specified domain.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { OptOutSpeakerRequest, OptOutSpeakerResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface OptOutSpeakerCommandInput extends OptOutSpeakerRequest {
22
19
  export interface OptOutSpeakerCommandOutput extends OptOutSpeakerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const OptOutSpeakerCommand_base: {
25
- new (input: OptOutSpeakerCommandInput): import("@smithy/core/client").CommandImpl<OptOutSpeakerCommandInput, OptOutSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: OptOutSpeakerCommandInput): import("@smithy/core/client").CommandImpl<OptOutSpeakerCommandInput, OptOutSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: OptOutSpeakerCommandInput): import("@smithy/core/client").CommandImpl<OptOutSpeakerCommandInput, OptOutSpeakerCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: OptOutSpeakerCommandInput): import("@smithy/core/client").CommandImpl<OptOutSpeakerCommandInput, OptOutSpeakerCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Opts out a speaker from Voice ID. A speaker can be opted out regardless of whether or
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartFraudsterRegistrationJobRequest, StartFraudsterRegistrationJobResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartFraudsterRegistrationJobCommandInput extends StartFraudste
22
19
  export interface StartFraudsterRegistrationJobCommandOutput extends StartFraudsterRegistrationJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartFraudsterRegistrationJobCommand_base: {
25
- new (input: StartFraudsterRegistrationJobCommandInput): import("@smithy/core/client").CommandImpl<StartFraudsterRegistrationJobCommandInput, StartFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartFraudsterRegistrationJobCommandInput): import("@smithy/core/client").CommandImpl<StartFraudsterRegistrationJobCommandInput, StartFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartFraudsterRegistrationJobCommandInput): import("@smithy/core/client").CommandImpl<StartFraudsterRegistrationJobCommandInput, StartFraudsterRegistrationJobCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartFraudsterRegistrationJobCommandInput): import("@smithy/core/client").CommandImpl<StartFraudsterRegistrationJobCommandInput, StartFraudsterRegistrationJobCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts a new batch fraudster registration job using provided details.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartSpeakerEnrollmentJobRequest, StartSpeakerEnrollmentJobResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartSpeakerEnrollmentJobCommandInput extends StartSpeakerEnrol
22
19
  export interface StartSpeakerEnrollmentJobCommandOutput extends StartSpeakerEnrollmentJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartSpeakerEnrollmentJobCommand_base: {
25
- new (input: StartSpeakerEnrollmentJobCommandInput): import("@smithy/core/client").CommandImpl<StartSpeakerEnrollmentJobCommandInput, StartSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartSpeakerEnrollmentJobCommandInput): import("@smithy/core/client").CommandImpl<StartSpeakerEnrollmentJobCommandInput, StartSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartSpeakerEnrollmentJobCommandInput): import("@smithy/core/client").CommandImpl<StartSpeakerEnrollmentJobCommandInput, StartSpeakerEnrollmentJobCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartSpeakerEnrollmentJobCommandInput): import("@smithy/core/client").CommandImpl<StartSpeakerEnrollmentJobCommandInput, StartSpeakerEnrollmentJobCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts a new batch speaker enrollment job using specified details.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Tags a Voice ID resource with the provided list of tags.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes specified tags from a specified Amazon Connect Voice ID resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateDomainRequest, UpdateDomainResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateDomainCommandInput extends UpdateDomainRequest {
22
19
  export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateDomainCommand_base: {
25
- new (input: UpdateDomainCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainCommandInput, UpdateDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDomainCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainCommandInput, UpdateDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateDomainCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainCommandInput, UpdateDomainCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateDomainCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainCommandInput, UpdateDomainCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the specified domain. This API has clobber behavior, and clears and replaces
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateWatchlistRequest, UpdateWatchlistResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateWatchlistCommandInput extends UpdateWatchlistRequest {
22
19
  export interface UpdateWatchlistCommandOutput extends UpdateWatchlistResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateWatchlistCommand_base: {
25
- new (input: UpdateWatchlistCommandInput): import("@smithy/core/client").CommandImpl<UpdateWatchlistCommandInput, UpdateWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateWatchlistCommandInput): import("@smithy/core/client").CommandImpl<UpdateWatchlistCommandInput, UpdateWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateWatchlistCommandInput): import("@smithy/core/client").CommandImpl<UpdateWatchlistCommandInput, UpdateWatchlistCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateWatchlistCommandInput): import("@smithy/core/client").CommandImpl<UpdateWatchlistCommandInput, UpdateWatchlistCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the specified watchlist. Every domain has a default watchlist which cannot be updated.