| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.Ses.Commands.ListIdentities
Synopsis
- data ListIdentities = ListIdentities {}
- data ListIdentitiesResponse = ListIdentitiesResponse [Text]
- data IdentityType
Documentation
data ListIdentities Source #
List email addresses and/or domains
Constructors
| ListIdentities | |
Fields | |
Instances
data ListIdentitiesResponse Source #
The response sent back by Amazon SES after a
ListIdentities command.
Constructors
| ListIdentitiesResponse [Text] |
Instances
data IdentityType Source #
Constructors
| EmailAddress | |
| Domain |
Instances
| Eq IdentityType Source # | |
Defined in Aws.Ses.Commands.ListIdentities Methods (==) :: IdentityType -> IdentityType -> Bool Source # (/=) :: IdentityType -> IdentityType -> Bool Source # | |
| Ord IdentityType Source # | |
Defined in Aws.Ses.Commands.ListIdentities Methods compare :: IdentityType -> IdentityType -> Ordering Source # (<) :: IdentityType -> IdentityType -> Bool Source # (<=) :: IdentityType -> IdentityType -> Bool Source # (>) :: IdentityType -> IdentityType -> Bool Source # (>=) :: IdentityType -> IdentityType -> Bool Source # max :: IdentityType -> IdentityType -> IdentityType Source # min :: IdentityType -> IdentityType -> IdentityType Source # | |
| Show IdentityType Source # | |
Defined in Aws.Ses.Commands.ListIdentities | |