Copyright | (c) 2013-2021 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 |
Documentation
data Destination Source #
Contains information about the publishing destination, including the ID, type, and status.
See: newDestination
smart constructor.
Destination' | |
|
Instances
:: Text | |
-> DestinationType | |
-> PublishingStatus | |
-> Destination |
Create a value of Destination
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:destinationId:Destination'
, destination_destinationId
- The unique ID of the publishing destination.
$sel:destinationType:Destination'
, destination_destinationType
- The type of resource used for the publishing destination. Currently,
only Amazon S3 buckets are supported.
$sel:status:Destination'
, destination_status
- The status of the publishing destination.
destination_destinationId :: Lens' Destination Text Source #
The unique ID of the publishing destination.
destination_destinationType :: Lens' Destination DestinationType Source #
The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.
destination_status :: Lens' Destination PublishingStatus Source #
The status of the publishing destination.