aws-sdk-ses 1.18.0

AWS SDK for Amazon Simple Email Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CloneReceiptRuleSet` operation.
pub mod clone_receipt_rule_set;

/// Types for the `CreateConfigurationSet` operation.
pub mod create_configuration_set;

/// Types for the `CreateConfigurationSetEventDestination` operation.
pub mod create_configuration_set_event_destination;

/// Types for the `CreateConfigurationSetTrackingOptions` operation.
pub mod create_configuration_set_tracking_options;

/// Types for the `CreateCustomVerificationEmailTemplate` operation.
pub mod create_custom_verification_email_template;

/// Types for the `CreateReceiptFilter` operation.
pub mod create_receipt_filter;

/// Types for the `CreateReceiptRule` operation.
pub mod create_receipt_rule;

/// Types for the `CreateReceiptRuleSet` operation.
pub mod create_receipt_rule_set;

/// Types for the `CreateTemplate` operation.
pub mod create_template;

/// Types for the `DeleteConfigurationSet` operation.
pub mod delete_configuration_set;

/// Types for the `DeleteConfigurationSetEventDestination` operation.
pub mod delete_configuration_set_event_destination;

/// Types for the `DeleteConfigurationSetTrackingOptions` operation.
pub mod delete_configuration_set_tracking_options;

/// Types for the `DeleteCustomVerificationEmailTemplate` operation.
pub mod delete_custom_verification_email_template;

/// Types for the `DeleteIdentity` operation.
pub mod delete_identity;

/// Types for the `DeleteIdentityPolicy` operation.
pub mod delete_identity_policy;

/// Types for the `DeleteReceiptFilter` operation.
pub mod delete_receipt_filter;

/// Types for the `DeleteReceiptRule` operation.
pub mod delete_receipt_rule;

/// Types for the `DeleteReceiptRuleSet` operation.
pub mod delete_receipt_rule_set;

/// Types for the `DeleteTemplate` operation.
pub mod delete_template;

/// Types for the `DeleteVerifiedEmailAddress` operation.
pub mod delete_verified_email_address;

/// Types for the `DescribeActiveReceiptRuleSet` operation.
pub mod describe_active_receipt_rule_set;

/// Types for the `DescribeConfigurationSet` operation.
pub mod describe_configuration_set;

/// Types for the `DescribeReceiptRule` operation.
pub mod describe_receipt_rule;

/// Types for the `DescribeReceiptRuleSet` operation.
pub mod describe_receipt_rule_set;

/// Types for the `GetAccountSendingEnabled` operation.
pub mod get_account_sending_enabled;

/// Types for the `GetCustomVerificationEmailTemplate` operation.
pub mod get_custom_verification_email_template;

/// Types for the `GetIdentityDkimAttributes` operation.
pub mod get_identity_dkim_attributes;

/// Types for the `GetIdentityMailFromDomainAttributes` operation.
pub mod get_identity_mail_from_domain_attributes;

/// Types for the `GetIdentityNotificationAttributes` operation.
pub mod get_identity_notification_attributes;

/// Types for the `GetIdentityPolicies` operation.
pub mod get_identity_policies;

/// Types for the `GetIdentityVerificationAttributes` operation.
pub mod get_identity_verification_attributes;

/// Types for the `GetSendQuota` operation.
pub mod get_send_quota;

/// Types for the `GetSendStatistics` operation.
pub mod get_send_statistics;

/// Types for the `GetTemplate` operation.
pub mod get_template;

/// Types for the `ListConfigurationSets` operation.
pub mod list_configuration_sets;

/// Types for the `ListCustomVerificationEmailTemplates` operation.
pub mod list_custom_verification_email_templates;

/// Types for the `ListIdentities` operation.
pub mod list_identities;

/// Types for the `ListIdentityPolicies` operation.
pub mod list_identity_policies;

/// Types for the `ListReceiptFilters` operation.
pub mod list_receipt_filters;

/// Types for the `ListReceiptRuleSets` operation.
pub mod list_receipt_rule_sets;

/// Types for the `ListTemplates` operation.
pub mod list_templates;

/// Types for the `ListVerifiedEmailAddresses` operation.
pub mod list_verified_email_addresses;

/// Types for the `PutConfigurationSetDeliveryOptions` operation.
pub mod put_configuration_set_delivery_options;

/// Types for the `PutIdentityPolicy` operation.
pub mod put_identity_policy;

/// Types for the `ReorderReceiptRuleSet` operation.
pub mod reorder_receipt_rule_set;

/// Types for the `SendBounce` operation.
pub mod send_bounce;

/// Types for the `SendBulkTemplatedEmail` operation.
pub mod send_bulk_templated_email;

/// Types for the `SendCustomVerificationEmail` operation.
pub mod send_custom_verification_email;

/// Types for the `SendEmail` operation.
pub mod send_email;

/// Types for the `SendRawEmail` operation.
pub mod send_raw_email;

/// Types for the `SendTemplatedEmail` operation.
pub mod send_templated_email;

/// Types for the `SetActiveReceiptRuleSet` operation.
pub mod set_active_receipt_rule_set;

/// Types for the `SetIdentityDkimEnabled` operation.
pub mod set_identity_dkim_enabled;

/// Types for the `SetIdentityFeedbackForwardingEnabled` operation.
pub mod set_identity_feedback_forwarding_enabled;

/// Types for the `SetIdentityHeadersInNotificationsEnabled` operation.
pub mod set_identity_headers_in_notifications_enabled;

/// Types for the `SetIdentityMailFromDomain` operation.
pub mod set_identity_mail_from_domain;

/// Types for the `SetIdentityNotificationTopic` operation.
pub mod set_identity_notification_topic;

/// Types for the `SetReceiptRulePosition` operation.
pub mod set_receipt_rule_position;

/// Types for the `TestRenderTemplate` operation.
pub mod test_render_template;

/// Types for the `UpdateAccountSendingEnabled` operation.
pub mod update_account_sending_enabled;

/// Types for the `UpdateConfigurationSetEventDestination` operation.
pub mod update_configuration_set_event_destination;

/// Types for the `UpdateConfigurationSetReputationMetricsEnabled` operation.
pub mod update_configuration_set_reputation_metrics_enabled;

/// Types for the `UpdateConfigurationSetSendingEnabled` operation.
pub mod update_configuration_set_sending_enabled;

/// Types for the `UpdateConfigurationSetTrackingOptions` operation.
pub mod update_configuration_set_tracking_options;

/// Types for the `UpdateCustomVerificationEmailTemplate` operation.
pub mod update_custom_verification_email_template;

/// Types for the `UpdateReceiptRule` operation.
pub mod update_receipt_rule;

/// Types for the `UpdateTemplate` operation.
pub mod update_template;

/// Types for the `VerifyDomainDkim` operation.
pub mod verify_domain_dkim;

/// Types for the `VerifyDomainIdentity` operation.
pub mod verify_domain_identity;

/// Types for the `VerifyEmailAddress` operation.
pub mod verify_email_address;

/// Types for the `VerifyEmailIdentity` operation.
pub mod verify_email_identity;