aws-sdk-pinpointemail 1.111.0

AWS SDK for Amazon Pinpoint 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 `CreateConfigurationSet` operation.
pub mod create_configuration_set;

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

/// Types for the `CreateDedicatedIpPool` operation.
pub mod create_dedicated_ip_pool;

/// Types for the `CreateDeliverabilityTestReport` operation.
pub mod create_deliverability_test_report;

/// Types for the `CreateEmailIdentity` operation.
pub mod create_email_identity;

/// 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 `DeleteDedicatedIpPool` operation.
pub mod delete_dedicated_ip_pool;

/// Types for the `DeleteEmailIdentity` operation.
pub mod delete_email_identity;

/// Types for the `GetAccount` operation.
pub mod get_account;

/// Types for the `GetBlacklistReports` operation.
pub mod get_blacklist_reports;

/// Types for the `GetConfigurationSet` operation.
pub mod get_configuration_set;

/// Types for the `GetConfigurationSetEventDestinations` operation.
pub mod get_configuration_set_event_destinations;

/// Types for the `GetDedicatedIp` operation.
pub mod get_dedicated_ip;

/// Types for the `GetDedicatedIps` operation.
pub mod get_dedicated_ips;

/// Types for the `GetDeliverabilityDashboardOptions` operation.
pub mod get_deliverability_dashboard_options;

/// Types for the `GetDeliverabilityTestReport` operation.
pub mod get_deliverability_test_report;

/// Types for the `GetDomainDeliverabilityCampaign` operation.
pub mod get_domain_deliverability_campaign;

/// Types for the `GetDomainStatisticsReport` operation.
pub mod get_domain_statistics_report;

/// Types for the `GetEmailIdentity` operation.
pub mod get_email_identity;

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

/// Types for the `ListDedicatedIpPools` operation.
pub mod list_dedicated_ip_pools;

/// Types for the `ListDeliverabilityTestReports` operation.
pub mod list_deliverability_test_reports;

/// Types for the `ListDomainDeliverabilityCampaigns` operation.
pub mod list_domain_deliverability_campaigns;

/// Types for the `ListEmailIdentities` operation.
pub mod list_email_identities;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `PutAccountDedicatedIpWarmupAttributes` operation.
pub mod put_account_dedicated_ip_warmup_attributes;

/// Types for the `PutAccountSendingAttributes` operation.
pub mod put_account_sending_attributes;

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

/// Types for the `PutConfigurationSetReputationOptions` operation.
pub mod put_configuration_set_reputation_options;

/// Types for the `PutConfigurationSetSendingOptions` operation.
pub mod put_configuration_set_sending_options;

/// Types for the `PutConfigurationSetTrackingOptions` operation.
pub mod put_configuration_set_tracking_options;

/// Types for the `PutDedicatedIpInPool` operation.
pub mod put_dedicated_ip_in_pool;

/// Types for the `PutDedicatedIpWarmupAttributes` operation.
pub mod put_dedicated_ip_warmup_attributes;

/// Types for the `PutDeliverabilityDashboardOption` operation.
pub mod put_deliverability_dashboard_option;

/// Types for the `PutEmailIdentityDkimAttributes` operation.
pub mod put_email_identity_dkim_attributes;

/// Types for the `PutEmailIdentityFeedbackAttributes` operation.
pub mod put_email_identity_feedback_attributes;

/// Types for the `PutEmailIdentityMailFromAttributes` operation.
pub mod put_email_identity_mail_from_attributes;

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

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

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