MailManager#
Client#
- class MailManager.Client#
A low-level client representing MailManager
AWS SES Mail Manager API contains operations and data types that comprise the Mail Manager feature of Amazon Simple Email Service.
Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen your organization’s email infrastructure, simplify email workflow management, and streamline email compliance control. To learn more, see the Mail Manager chapter in the Amazon SES Developer Guide.
import boto3 client = boto3.client('mailmanager')
These are the available methods:
- can_paginate
- close
- create_addon_instance
- create_addon_subscription
- create_archive
- create_ingress_point
- create_relay
- create_rule_set
- create_traffic_policy
- delete_addon_instance
- delete_addon_subscription
- delete_archive
- delete_ingress_point
- delete_relay
- delete_rule_set
- delete_traffic_policy
- get_addon_instance
- get_addon_subscription
- get_archive
- get_archive_export
- get_archive_message
- get_archive_message_content
- get_archive_search
- get_archive_search_results
- get_ingress_point
- get_paginator
- get_relay
- get_rule_set
- get_traffic_policy
- get_waiter
- list_addon_instances
- list_addon_subscriptions
- list_archive_exports
- list_archive_searches
- list_archives
- list_ingress_points
- list_relays
- list_rule_sets
- list_tags_for_resource
- list_traffic_policies
- start_archive_export
- start_archive_search
- stop_archive_export
- stop_archive_search
- tag_resource
- untag_resource
- update_archive
- update_ingress_point
- update_relay
- update_rule_set
- update_traffic_policy
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: