| 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.IoTRoboRunner.Types.Destination
Description
Synopsis
- data Destination = Destination' {}
- newDestination :: Text -> Text -> Text -> Text -> UTCTime -> UTCTime -> DestinationState -> Destination
- destination_additionalFixedProperties :: Lens' Destination (Maybe Text)
- destination_arn :: Lens' Destination Text
- destination_id :: Lens' Destination Text
- destination_name :: Lens' Destination Text
- destination_site :: Lens' Destination Text
- destination_createdAt :: Lens' Destination UTCTime
- destination_updatedAt :: Lens' Destination UTCTime
- destination_state :: Lens' Destination DestinationState
Documentation
data Destination Source #
Area within a facility where work can be performed.
See: newDestination smart constructor.
Constructors
| Destination' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> UTCTime | |
| -> UTCTime | |
| -> DestinationState | |
| -> 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:additionalFixedProperties:Destination', destination_additionalFixedProperties - Undocumented member.
$sel:arn:Destination', destination_arn - Undocumented member.
$sel:id:Destination', destination_id - Undocumented member.
$sel:name:Destination', destination_name - Undocumented member.
$sel:site:Destination', destination_site - Undocumented member.
$sel:createdAt:Destination', destination_createdAt - Undocumented member.
$sel:updatedAt:Destination', destination_updatedAt - Undocumented member.
$sel:state:Destination', destination_state - Undocumented member.
destination_additionalFixedProperties :: Lens' Destination (Maybe Text) Source #
Undocumented member.
destination_arn :: Lens' Destination Text Source #
Undocumented member.
destination_id :: Lens' Destination Text Source #
Undocumented member.
destination_name :: Lens' Destination Text Source #
Undocumented member.
destination_site :: Lens' Destination Text Source #
Undocumented member.
destination_createdAt :: Lens' Destination UTCTime Source #
Undocumented member.
destination_updatedAt :: Lens' Destination UTCTime Source #
Undocumented member.
destination_state :: Lens' Destination DestinationState Source #
Undocumented member.