@aws-sdk/client-voice-id 3.533.0 → 3.540.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 (69) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/VoiceID.d.ts +2 -1
  6. package/dist-types/VoiceIDClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateFraudsterCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateWatchlistCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteFraudsterCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteSpeakerCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteWatchlistCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeDomainCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeFraudsterCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeFraudsterRegistrationJobCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeSpeakerCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeWatchlistCommand.d.ts +2 -1
  20. package/dist-types/commands/DisassociateFraudsterCommand.d.ts +2 -1
  21. package/dist-types/commands/EvaluateSessionCommand.d.ts +2 -1
  22. package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListFraudsterRegistrationJobsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListFraudstersCommand.d.ts +2 -1
  25. package/dist-types/commands/ListSpeakerEnrollmentJobsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListSpeakersCommand.d.ts +2 -1
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/ListWatchlistsCommand.d.ts +2 -1
  29. package/dist-types/commands/OptOutSpeakerCommand.d.ts +2 -1
  30. package/dist-types/commands/StartFraudsterRegistrationJobCommand.d.ts +2 -1
  31. package/dist-types/commands/StartSpeakerEnrollmentJobCommand.d.ts +2 -1
  32. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateDomainCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateWatchlistCommand.d.ts +2 -1
  36. package/dist-types/index.d.ts +0 -1
  37. package/dist-types/models/models_0.d.ts +297 -297
  38. package/dist-types/ts3.4/VoiceID.d.ts +1 -0
  39. package/dist-types/ts3.4/commands/AssociateFraudsterCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateWatchlistCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteWatchlistCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeWatchlistCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DisassociateFraudsterCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListFraudstersCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListWatchlistsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UpdateWatchlistCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/index.d.ts +0 -1
  69. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes specified tags from a specified Amazon Connect Voice ID resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const UntagResourceCommand_base: {
79
79
  * @throws {@link VoiceIDServiceException}
80
80
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
22
22
  }
23
23
  declare const UpdateDomainCommand_base: {
24
24
  new (input: UpdateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainCommandInput, UpdateDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainCommandInput, UpdateDomainCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified domain. This API has clobber behavior, and clears and replaces
30
30
  * all attributes. If an optional field, such as 'Description' is not provided, it is
31
31
  * removed from the domain.</p>
@@ -104,6 +104,7 @@ declare const UpdateDomainCommand_base: {
104
104
  * @throws {@link VoiceIDServiceException}
105
105
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class UpdateDomainCommand extends UpdateDomainCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface UpdateWatchlistCommandOutput extends UpdateWatchlistResponse, _
22
22
  }
23
23
  declare const UpdateWatchlistCommand_base: {
24
24
  new (input: UpdateWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWatchlistCommandInput, UpdateWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateWatchlistCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWatchlistCommandInput, UpdateWatchlistCommandOutput, VoiceIDClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified watchlist. Every domain has a default watchlist which cannot be updated.
30
30
  * </p>
31
31
  * @example
@@ -90,6 +90,7 @@ declare const UpdateWatchlistCommand_base: {
90
90
  * @throws {@link VoiceIDServiceException}
91
91
  * <p>Base exception class for all service exceptions from VoiceID service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class UpdateWatchlistCommand extends UpdateWatchlistCommand_base {
95
96
  }
@@ -12,5 +12,4 @@ export { VoiceIDExtensionConfiguration } from "./extensionConfiguration";
12
12
  export * from "./commands";
13
13
  export * from "./pagination";
14
14
  export * from "./models";
15
- import "@aws-sdk/util-endpoints";
16
15
  export { VoiceIDServiceException } from "./models/VoiceIDServiceException";