Struct aws_sdk_ses::client::fluent_builders::CreateReceiptRule
source · [−]pub struct CreateReceiptRule<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateReceiptRule
.
Creates a receipt rule.
For information about setting up receipt rules, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Implementations
impl<C, M, R> CreateReceiptRule<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateReceiptRule<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateReceiptRuleOutput, SdkError<CreateReceiptRuleError>> where
R::Policy: SmithyRetryPolicy<CreateReceiptRuleInputOperationOutputAlias, CreateReceiptRuleOutput, CreateReceiptRuleError, CreateReceiptRuleInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateReceiptRuleOutput, SdkError<CreateReceiptRuleError>> where
R::Policy: SmithyRetryPolicy<CreateReceiptRuleInputOperationOutputAlias, CreateReceiptRuleOutput, CreateReceiptRuleError, CreateReceiptRuleInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The name of the rule set that the receipt rule will be added to.
The name of the rule set that the receipt rule will be added to.
The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.
The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.
A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for CreateReceiptRule<C, M, R>
impl<C, M, R> Send for CreateReceiptRule<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for CreateReceiptRule<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for CreateReceiptRule<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for CreateReceiptRule<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more