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 |
Synopsis
Documentation
data DestinationInfo Source #
Describes the destination of a record.
See: newDestinationInfo
smart constructor.
Instances
newDestinationInfo :: DestinationInfo Source #
Create a value of DestinationInfo
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:service:DestinationInfo'
, destinationInfo_service
- The destination service of the record.
$sel:id:DestinationInfo'
, destinationInfo_id
- The ID of the resource created at the destination.
destinationInfo_service :: Lens' DestinationInfo (Maybe Text) Source #
The destination service of the record.
destinationInfo_id :: Lens' DestinationInfo (Maybe Text) Source #
The ID of the resource created at the destination.