aws_sdk_voiceid/operation.rs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `AssociateFraudster` operation.
pub mod associate_fraudster;
/// Types for the `CreateDomain` operation.
pub mod create_domain;
/// Types for the `CreateWatchlist` operation.
pub mod create_watchlist;
/// Types for the `DeleteDomain` operation.
pub mod delete_domain;
/// Types for the `DeleteFraudster` operation.
pub mod delete_fraudster;
/// Types for the `DeleteSpeaker` operation.
pub mod delete_speaker;
/// Types for the `DeleteWatchlist` operation.
pub mod delete_watchlist;
/// Types for the `DescribeDomain` operation.
pub mod describe_domain;
/// Types for the `DescribeFraudster` operation.
pub mod describe_fraudster;
/// Types for the `DescribeFraudsterRegistrationJob` operation.
pub mod describe_fraudster_registration_job;
/// Types for the `DescribeSpeaker` operation.
pub mod describe_speaker;
/// Types for the `DescribeSpeakerEnrollmentJob` operation.
pub mod describe_speaker_enrollment_job;
/// Types for the `DescribeWatchlist` operation.
pub mod describe_watchlist;
/// Types for the `DisassociateFraudster` operation.
pub mod disassociate_fraudster;
/// Types for the `EvaluateSession` operation.
pub mod evaluate_session;
/// Types for the `ListDomains` operation.
pub mod list_domains;
/// Types for the `ListFraudsterRegistrationJobs` operation.
pub mod list_fraudster_registration_jobs;
/// Types for the `ListFraudsters` operation.
pub mod list_fraudsters;
/// Types for the `ListSpeakerEnrollmentJobs` operation.
pub mod list_speaker_enrollment_jobs;
/// Types for the `ListSpeakers` operation.
pub mod list_speakers;
/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;
/// Types for the `ListWatchlists` operation.
pub mod list_watchlists;
/// Types for the `OptOutSpeaker` operation.
pub mod opt_out_speaker;
/// Types for the `StartFraudsterRegistrationJob` operation.
pub mod start_fraudster_registration_job;
/// Types for the `StartSpeakerEnrollmentJob` operation.
pub mod start_speaker_enrollment_job;
/// Types for the `TagResource` operation.
pub mod tag_resource;
/// Types for the `UntagResource` operation.
pub mod untag_resource;
/// Types for the `UpdateDomain` operation.
pub mod update_domain;
/// Types for the `UpdateWatchlist` operation.
pub mod update_watchlist;