| 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.OAM.Types.ListSinksItem
Description
Synopsis
Documentation
data ListSinksItem Source #
A structure that contains information about one of this monitoring account's sinks.
See: newListSinksItem smart constructor.
Constructors
| ListSinksItem' | |
Instances
newListSinksItem :: ListSinksItem Source #
Create a value of ListSinksItem 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:arn:ListSinksItem', listSinksItem_arn - The ARN of the sink.
$sel:id:ListSinksItem', listSinksItem_id - The random ID string that Amazon Web Services generated as part of the
sink ARN.
$sel:name:ListSinksItem', listSinksItem_name - The name of the sink.
listSinksItem_arn :: Lens' ListSinksItem (Maybe Text) Source #
The ARN of the sink.
listSinksItem_id :: Lens' ListSinksItem (Maybe Text) Source #
The random ID string that Amazon Web Services generated as part of the sink ARN.
listSinksItem_name :: Lens' ListSinksItem (Maybe Text) Source #
The name of the sink.