コード例 #1
0
        public void SimpleEmailServiceDeleteReceiptRule()
        {
            #region deletereceiptrule-1469055563599

            var response = client.DeleteReceiptRule(new DeleteReceiptRuleRequest
            {
                RuleName    = "MyRule",
                RuleSetName = "MyRuleSet"
            });


            #endregion
        }
コード例 #2
0
 private Amazon.SimpleEmail.Model.DeleteReceiptRuleResponse CallAWSServiceOperation(IAmazonSimpleEmailService client, Amazon.SimpleEmail.Model.DeleteReceiptRuleRequest request)
 {
     Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "Amazon Simple Email Service (SES)", "DeleteReceiptRule");
     try
     {
         #if DESKTOP
         return(client.DeleteReceiptRule(request));
         #elif CORECLR
         return(client.DeleteReceiptRuleAsync(request).GetAwaiter().GetResult());
         #else
                 #error "Unknown build edition"
         #endif
     }
     catch (AmazonServiceException exc)
     {
         var webException = exc.InnerException as System.Net.WebException;
         if (webException != null)
         {
             throw new Exception(Utils.Common.FormatNameResolutionFailureMessage(client.Config, webException.Message), webException);
         }
         throw;
     }
 }