| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SES.DescribeReceiptRuleSet
Description
Returns the details of the specified receipt rule set.
For information about managing receipt rule sets, see the Amazon SES Developer Guide .
You can execute this operation no more than once per second.
- describeReceiptRuleSet :: Text -> DescribeReceiptRuleSet
- data DescribeReceiptRuleSet
- drrsRuleSetName :: Lens' DescribeReceiptRuleSet Text
- describeReceiptRuleSetResponse :: Int -> DescribeReceiptRuleSetResponse
- data DescribeReceiptRuleSetResponse
- desrsRules :: Lens' DescribeReceiptRuleSetResponse [ReceiptRule]
- desrsMetadata :: Lens' DescribeReceiptRuleSetResponse (Maybe ReceiptRuleSetMetadata)
- desrsResponseStatus :: Lens' DescribeReceiptRuleSetResponse Int
Creating a Request
describeReceiptRuleSet Source #
Arguments
| :: Text | |
| -> DescribeReceiptRuleSet |
Creates a value of DescribeReceiptRuleSet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drrsRuleSetName- The name of the receipt rule set to describe.
data DescribeReceiptRuleSet Source #
Represents a request to return the details of a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide .
See: describeReceiptRuleSet smart constructor.
Instances
Request Lenses
drrsRuleSetName :: Lens' DescribeReceiptRuleSet Text Source #
The name of the receipt rule set to describe.
Destructuring the Response
describeReceiptRuleSetResponse Source #
Arguments
| :: Int | |
| -> DescribeReceiptRuleSetResponse |
Creates a value of DescribeReceiptRuleSetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
desrsRules- A list of the receipt rules that belong to the specified receipt rule set.desrsMetadata- The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.desrsResponseStatus- -- | The response status code.
data DescribeReceiptRuleSetResponse Source #
Represents the details of the specified receipt rule set.
See: describeReceiptRuleSetResponse smart constructor.
Instances
Response Lenses
desrsRules :: Lens' DescribeReceiptRuleSetResponse [ReceiptRule] Source #
A list of the receipt rules that belong to the specified receipt rule set.
desrsMetadata :: Lens' DescribeReceiptRuleSetResponse (Maybe ReceiptRuleSetMetadata) Source #
The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.
desrsResponseStatus :: Lens' DescribeReceiptRuleSetResponse Int Source #
- - | The response status code.