Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.CreateReceiptRule C# (CSharp) Метод

CreateReceiptRule() публичный Метод

Creates a receipt rule.

For information about setting up receipt rules, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

/// Indicates that a resource could not be created because of a naming conflict. /// /// Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could /// not execute the provided function, possibly due to permissions issues. For information /// about giving permissions, see the Amazon /// SES Developer Guide. /// /// Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, /// or that Amazon SES could not publish to the bucket, possibly due to permissions issues. /// For information about giving permissions, see the Amazon /// SES Developer Guide. /// /// Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could /// not publish to the topic, possibly due to permissions issues. For information about /// giving permissions, see the Amazon /// SES Developer Guide. /// /// Indicates that a resource could not be created because of service limits. For a list /// of Amazon SES limits, see the Amazon /// SES Developer Guide. /// /// Indicates that the provided receipt rule does not exist. /// /// Indicates that the provided receipt rule set does not exist. ///
public CreateReceiptRule ( CreateReceiptRuleRequest request ) : CreateReceiptRuleResponse
request CreateReceiptRuleRequest Container for the necessary parameters to execute the CreateReceiptRule service method.
Результат CreateReceiptRuleResponse
        public CreateReceiptRuleResponse CreateReceiptRule(CreateReceiptRuleRequest request)
        {
            var marshaller = new CreateReceiptRuleRequestMarshaller();
            var unmarshaller = CreateReceiptRuleResponseUnmarshaller.Instance;

            return Invoke<CreateReceiptRuleRequest,CreateReceiptRuleResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient