| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.PinpointSmsVoiceV2.Types.OptOutListInformation
Description
Synopsis
- data OptOutListInformation = OptOutListInformation' {}
- newOptOutListInformation :: Text -> Text -> UTCTime -> OptOutListInformation
- optOutListInformation_optOutListArn :: Lens' OptOutListInformation Text
- optOutListInformation_optOutListName :: Lens' OptOutListInformation Text
- optOutListInformation_createdTimestamp :: Lens' OptOutListInformation UTCTime
Documentation
data OptOutListInformation Source #
The information for all OptOutList in an Amazon Web Services account.
See: newOptOutListInformation smart constructor.
Constructors
| OptOutListInformation' | |
Fields
| |
Instances
newOptOutListInformation Source #
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> OptOutListInformation |
Create a value of OptOutListInformation with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:optOutListArn:OptOutListInformation', optOutListInformation_optOutListArn - The Amazon Resource Name (ARN) of the OptOutList.
$sel:optOutListName:OptOutListInformation', optOutListInformation_optOutListName - The name of the OptOutList.
$sel:createdTimestamp:OptOutListInformation', optOutListInformation_createdTimestamp - The time when the OutOutList was created, in
UNIX epoch time format.
optOutListInformation_optOutListArn :: Lens' OptOutListInformation Text Source #
The Amazon Resource Name (ARN) of the OptOutList.
optOutListInformation_optOutListName :: Lens' OptOutListInformation Text Source #
The name of the OptOutList.
optOutListInformation_createdTimestamp :: Lens' OptOutListInformation UTCTime Source #
The time when the OutOutList was created, in UNIX epoch time format.