@aws-sdk/client-voice-id 3.1045.0 → 3.1046.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 (122) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +74 -75
  5. package/dist-cjs/models/VoiceIDServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/VoiceID.js +1 -1
  10. package/dist-es/VoiceIDClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateFraudsterCommand.js +2 -2
  13. package/dist-es/commands/CreateDomainCommand.js +2 -2
  14. package/dist-es/commands/CreateWatchlistCommand.js +2 -2
  15. package/dist-es/commands/DeleteDomainCommand.js +2 -2
  16. package/dist-es/commands/DeleteFraudsterCommand.js +2 -2
  17. package/dist-es/commands/DeleteSpeakerCommand.js +2 -2
  18. package/dist-es/commands/DeleteWatchlistCommand.js +2 -2
  19. package/dist-es/commands/DescribeDomainCommand.js +2 -2
  20. package/dist-es/commands/DescribeFraudsterCommand.js +2 -2
  21. package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js +2 -2
  22. package/dist-es/commands/DescribeSpeakerCommand.js +2 -2
  23. package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js +2 -2
  24. package/dist-es/commands/DescribeWatchlistCommand.js +2 -2
  25. package/dist-es/commands/DisassociateFraudsterCommand.js +2 -2
  26. package/dist-es/commands/EvaluateSessionCommand.js +2 -2
  27. package/dist-es/commands/ListDomainsCommand.js +2 -2
  28. package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js +2 -2
  29. package/dist-es/commands/ListFraudstersCommand.js +2 -2
  30. package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js +2 -2
  31. package/dist-es/commands/ListSpeakersCommand.js +2 -2
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-es/commands/ListWatchlistsCommand.js +2 -2
  34. package/dist-es/commands/OptOutSpeakerCommand.js +2 -2
  35. package/dist-es/commands/StartFraudsterRegistrationJobCommand.js +2 -2
  36. package/dist-es/commands/StartSpeakerEnrollmentJobCommand.js +2 -2
  37. package/dist-es/commands/TagResourceCommand.js +2 -2
  38. package/dist-es/commands/UntagResourceCommand.js +2 -2
  39. package/dist-es/commands/UpdateDomainCommand.js +2 -2
  40. package/dist-es/commands/UpdateWatchlistCommand.js +2 -2
  41. package/dist-es/endpoint/bdd.js +1 -1
  42. package/dist-es/endpoint/endpointResolver.js +1 -1
  43. package/dist-es/models/VoiceIDServiceException.js +1 -1
  44. package/dist-es/runtimeConfig.browser.js +4 -6
  45. package/dist-es/runtimeConfig.js +4 -8
  46. package/dist-es/runtimeConfig.shared.js +3 -4
  47. package/dist-es/runtimeExtensions.js +2 -2
  48. package/dist-types/VoiceIDClient.d.ts +5 -5
  49. package/dist-types/commands/AssociateFraudsterCommand.d.ts +6 -4
  50. package/dist-types/commands/CreateDomainCommand.d.ts +6 -4
  51. package/dist-types/commands/CreateWatchlistCommand.d.ts +6 -4
  52. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -4
  53. package/dist-types/commands/DeleteFraudsterCommand.d.ts +6 -4
  54. package/dist-types/commands/DeleteSpeakerCommand.d.ts +6 -4
  55. package/dist-types/commands/DeleteWatchlistCommand.d.ts +6 -4
  56. package/dist-types/commands/DescribeDomainCommand.d.ts +6 -4
  57. package/dist-types/commands/DescribeFraudsterCommand.d.ts +6 -4
  58. package/dist-types/commands/DescribeFraudsterRegistrationJobCommand.d.ts +6 -4
  59. package/dist-types/commands/DescribeSpeakerCommand.d.ts +6 -4
  60. package/dist-types/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +6 -4
  61. package/dist-types/commands/DescribeWatchlistCommand.d.ts +6 -4
  62. package/dist-types/commands/DisassociateFraudsterCommand.d.ts +6 -4
  63. package/dist-types/commands/EvaluateSessionCommand.d.ts +6 -4
  64. package/dist-types/commands/ListDomainsCommand.d.ts +6 -4
  65. package/dist-types/commands/ListFraudsterRegistrationJobsCommand.d.ts +6 -4
  66. package/dist-types/commands/ListFraudstersCommand.d.ts +6 -4
  67. package/dist-types/commands/ListSpeakerEnrollmentJobsCommand.d.ts +6 -4
  68. package/dist-types/commands/ListSpeakersCommand.d.ts +6 -4
  69. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  70. package/dist-types/commands/ListWatchlistsCommand.d.ts +6 -4
  71. package/dist-types/commands/OptOutSpeakerCommand.d.ts +6 -4
  72. package/dist-types/commands/StartFraudsterRegistrationJobCommand.d.ts +6 -4
  73. package/dist-types/commands/StartSpeakerEnrollmentJobCommand.d.ts +6 -4
  74. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  75. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  76. package/dist-types/commands/UpdateDomainCommand.d.ts +6 -4
  77. package/dist-types/commands/UpdateWatchlistCommand.d.ts +6 -4
  78. package/dist-types/endpoint/bdd.d.ts +1 -1
  79. package/dist-types/extensionConfiguration.d.ts +1 -1
  80. package/dist-types/models/VoiceIDServiceException.d.ts +1 -1
  81. package/dist-types/models/errors.d.ts +1 -1
  82. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  83. package/dist-types/runtimeConfig.d.ts +2 -2
  84. package/dist-types/runtimeConfig.native.d.ts +2 -2
  85. package/dist-types/ts3.4/VoiceIDClient.d.ts +8 -14
  86. package/dist-types/ts3.4/commands/AssociateFraudsterCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/CreateWatchlistCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/DeleteWatchlistCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/DescribeWatchlistCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/DisassociateFraudsterCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/ListFraudstersCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/ListWatchlistsCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/UpdateWatchlistCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  116. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  117. package/dist-types/ts3.4/models/VoiceIDServiceException.d.ts +1 -1
  118. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  119. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  120. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  121. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  122. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateWatchlistRequest, CreateWatchlistResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface CreateWatchlistCommandInput extends CreateWatchlistRequest {
22
22
  export interface CreateWatchlistCommandOutput extends CreateWatchlistResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateWatchlistCommand_base: {
25
- new (input: CreateWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWatchlistCommandInput, CreateWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWatchlistCommandInput, CreateWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateWatchlistCommandInput): import("@smithy/core/client").CommandImpl<CreateWatchlistCommandInput, CreateWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateWatchlistCommandInput): import("@smithy/core/client").CommandImpl<CreateWatchlistCommandInput, CreateWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a watchlist that fraudsters can be a part of.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteDomainRequest } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {
22
22
  export interface DeleteDomainCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteDomainCommand_base: {
25
- new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified domain from Voice ID.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteFraudsterRequest } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface DeleteFraudsterCommandInput extends DeleteFraudsterRequest {
22
22
  export interface DeleteFraudsterCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteFraudsterCommand_base: {
25
- new (input: DeleteFraudsterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFraudsterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteFraudsterCommandInput): import("@smithy/core/client").CommandImpl<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteFraudsterCommandInput): import("@smithy/core/client").CommandImpl<DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified fraudster from Voice ID. This action disassociates the fraudster from any watchlists it is a part of.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteSpeakerRequest } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface DeleteSpeakerCommandInput extends DeleteSpeakerRequest {
22
22
  export interface DeleteSpeakerCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteSpeakerCommand_base: {
25
- new (input: DeleteSpeakerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSpeakerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteSpeakerCommandInput): import("@smithy/core/client").CommandImpl<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSpeakerCommandInput): import("@smithy/core/client").CommandImpl<DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified speaker from Voice ID.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteWatchlistRequest } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface DeleteWatchlistCommandInput extends DeleteWatchlistRequest {
22
22
  export interface DeleteWatchlistCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteWatchlistCommand_base: {
25
- new (input: DeleteWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWatchlistCommandInput, DeleteWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWatchlistCommandInput, DeleteWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteWatchlistCommandInput): import("@smithy/core/client").CommandImpl<DeleteWatchlistCommandInput, DeleteWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteWatchlistCommandInput): import("@smithy/core/client").CommandImpl<DeleteWatchlistCommandInput, DeleteWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified watchlist from Voice ID. This API throws an exception when
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeDomainRequest, DescribeDomainResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface DescribeDomainCommandInput extends DescribeDomainRequest {
22
22
  export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeDomainCommand_base: {
25
- new (input: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeDomainCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeDomainCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the specified domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeFraudsterRequest, DescribeFraudsterResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface DescribeFraudsterCommandInput extends DescribeFraudsterRequest
22
22
  export interface DescribeFraudsterCommandOutput extends DescribeFraudsterResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeFraudsterCommand_base: {
25
- new (input: DescribeFraudsterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeFraudsterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the specified fraudster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeFraudsterRegistrationJobRequest, DescribeFraudsterRegistrationJobResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface DescribeFraudsterRegistrationJobCommandInput extends DescribeFr
22
22
  export interface DescribeFraudsterRegistrationJobCommandOutput extends DescribeFraudsterRegistrationJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeFraudsterRegistrationJobCommand_base: {
25
- new (input: DescribeFraudsterRegistrationJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeFraudsterRegistrationJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the specified fraudster registration job.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeSpeakerRequest, DescribeSpeakerResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface DescribeSpeakerCommandInput extends DescribeSpeakerRequest {
22
22
  export interface DescribeSpeakerCommandOutput extends DescribeSpeakerResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeSpeakerCommand_base: {
25
- new (input: DescribeSpeakerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeSpeakerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the specified speaker.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeSpeakerEnrollmentJobRequest, DescribeSpeakerEnrollmentJobResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface DescribeSpeakerEnrollmentJobCommandInput extends DescribeSpeake
22
22
  export interface DescribeSpeakerEnrollmentJobCommandOutput extends DescribeSpeakerEnrollmentJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeSpeakerEnrollmentJobCommand_base: {
25
- new (input: DescribeSpeakerEnrollmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeSpeakerEnrollmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the specified speaker enrollment job.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeWatchlistRequest, DescribeWatchlistResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface DescribeWatchlistCommandInput extends DescribeWatchlistRequest
22
22
  export interface DescribeWatchlistCommandOutput extends DescribeWatchlistResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeWatchlistCommand_base: {
25
- new (input: DescribeWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWatchlistCommandInput, DescribeWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWatchlistCommandInput, DescribeWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the specified watchlist.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DisassociateFraudsterRequest, DisassociateFraudsterResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface DisassociateFraudsterCommandInput extends DisassociateFraudster
22
22
  export interface DisassociateFraudsterCommandOutput extends DisassociateFraudsterResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateFraudsterCommand_base: {
25
- new (input: DisassociateFraudsterCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateFraudsterCommandInput, DisassociateFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateFraudsterCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateFraudsterCommandInput, DisassociateFraudsterCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Disassociates the fraudsters from the watchlist specified. Voice ID always expects a
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EvaluateSessionRequest, EvaluateSessionResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface EvaluateSessionCommandInput extends EvaluateSessionRequest {
22
22
  export interface EvaluateSessionCommandOutput extends EvaluateSessionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const EvaluateSessionCommand_base: {
25
- new (input: EvaluateSessionCommandInput): import("@smithy/smithy-client").CommandImpl<EvaluateSessionCommandInput, EvaluateSessionCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EvaluateSessionCommandInput): import("@smithy/smithy-client").CommandImpl<EvaluateSessionCommandInput, EvaluateSessionCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Evaluates a specified session based on audio data accumulated during a streaming
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListDomainsRequest, ListDomainsResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface ListDomainsCommandInput extends ListDomainsRequest {
22
22
  export interface ListDomainsCommandOutput extends ListDomainsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDomainsCommand_base: {
25
- new (input: ListDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDomainsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all the domains in the Amazon Web Services account. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListFraudsterRegistrationJobsRequest, ListFraudsterRegistrationJobsResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface ListFraudsterRegistrationJobsCommandInput extends ListFraudster
22
22
  export interface ListFraudsterRegistrationJobsCommandOutput extends ListFraudsterRegistrationJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListFraudsterRegistrationJobsCommand_base: {
25
- new (input: ListFraudsterRegistrationJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFraudsterRegistrationJobsCommandInput, ListFraudsterRegistrationJobsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListFraudsterRegistrationJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFraudsterRegistrationJobsCommandInput, ListFraudsterRegistrationJobsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all the fraudster registration jobs in the domain with the given
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListFraudstersRequest, ListFraudstersResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface ListFraudstersCommandInput extends ListFraudstersRequest {
22
22
  export interface ListFraudstersCommandOutput extends ListFraudstersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListFraudstersCommand_base: {
25
- new (input: ListFraudstersCommandInput): import("@smithy/smithy-client").CommandImpl<ListFraudstersCommandInput, ListFraudstersCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListFraudstersCommandInput): import("@smithy/smithy-client").CommandImpl<ListFraudstersCommandInput, ListFraudstersCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all fraudsters in a specified watchlist or domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListSpeakerEnrollmentJobsRequest, ListSpeakerEnrollmentJobsResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface ListSpeakerEnrollmentJobsCommandInput extends ListSpeakerEnroll
22
22
  export interface ListSpeakerEnrollmentJobsCommandOutput extends ListSpeakerEnrollmentJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListSpeakerEnrollmentJobsCommand_base: {
25
- new (input: ListSpeakerEnrollmentJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSpeakerEnrollmentJobsCommandInput, ListSpeakerEnrollmentJobsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSpeakerEnrollmentJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSpeakerEnrollmentJobsCommandInput, ListSpeakerEnrollmentJobsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all the speaker enrollment jobs in the domain with the specified
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListSpeakersRequest, ListSpeakersResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface ListSpeakersCommandInput extends ListSpeakersRequest {
22
22
  export interface ListSpeakersCommandOutput extends ListSpeakersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListSpeakersCommand_base: {
25
- new (input: ListSpeakersCommandInput): import("@smithy/smithy-client").CommandImpl<ListSpeakersCommandInput, ListSpeakersCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSpeakersCommandInput): import("@smithy/smithy-client").CommandImpl<ListSpeakersCommandInput, ListSpeakersCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all speakers in a specified domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all tags associated with a specified Voice ID resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListWatchlistsRequest, ListWatchlistsResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface ListWatchlistsCommandInput extends ListWatchlistsRequest {
22
22
  export interface ListWatchlistsCommandOutput extends ListWatchlistsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListWatchlistsCommand_base: {
25
- new (input: ListWatchlistsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWatchlistsCommandInput, ListWatchlistsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWatchlistsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWatchlistsCommandInput, ListWatchlistsCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all watchlists in a specified domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { OptOutSpeakerRequest, OptOutSpeakerResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface OptOutSpeakerCommandInput extends OptOutSpeakerRequest {
22
22
  export interface OptOutSpeakerCommandOutput extends OptOutSpeakerResponse, __MetadataBearer {
23
23
  }
24
24
  declare const OptOutSpeakerCommand_base: {
25
- new (input: OptOutSpeakerCommandInput): import("@smithy/smithy-client").CommandImpl<OptOutSpeakerCommandInput, OptOutSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: OptOutSpeakerCommandInput): import("@smithy/smithy-client").CommandImpl<OptOutSpeakerCommandInput, OptOutSpeakerCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Opts out a speaker from Voice ID. A speaker can be opted out regardless of whether or
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartFraudsterRegistrationJobRequest, StartFraudsterRegistrationJobResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface StartFraudsterRegistrationJobCommandInput extends StartFraudste
22
22
  export interface StartFraudsterRegistrationJobCommandOutput extends StartFraudsterRegistrationJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartFraudsterRegistrationJobCommand_base: {
25
- new (input: StartFraudsterRegistrationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartFraudsterRegistrationJobCommandInput, StartFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartFraudsterRegistrationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartFraudsterRegistrationJobCommandInput, StartFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a new batch fraudster registration job using provided details.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartSpeakerEnrollmentJobRequest, StartSpeakerEnrollmentJobResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface StartSpeakerEnrollmentJobCommandInput extends StartSpeakerEnrol
22
22
  export interface StartSpeakerEnrollmentJobCommandOutput extends StartSpeakerEnrollmentJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartSpeakerEnrollmentJobCommand_base: {
25
- new (input: StartSpeakerEnrollmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartSpeakerEnrollmentJobCommandInput, StartSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartSpeakerEnrollmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartSpeakerEnrollmentJobCommandInput, StartSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a new batch speaker enrollment job using specified details.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Tags a Voice ID resource with the provided list of tags.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes specified tags from a specified Amazon Connect Voice ID resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateDomainRequest, UpdateDomainResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient";
@@ -22,9 +22,11 @@ export interface UpdateDomainCommandInput extends UpdateDomainRequest {
22
22
  export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateDomainCommand_base: {
25
- new (input: UpdateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainCommandInput, UpdateDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainCommandInput, UpdateDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the specified domain. This API has clobber behavior, and clears and replaces