| 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.GetDestination
Description
Grants permission to get a destination
Synopsis
- data GetDestination = GetDestination' {}
- newGetDestination :: Text -> GetDestination
- getDestination_id :: Lens' GetDestination Text
- data GetDestinationResponse = GetDestinationResponse' {}
- newGetDestinationResponse :: Int -> Text -> Text -> Text -> Text -> UTCTime -> UTCTime -> DestinationState -> GetDestinationResponse
- getDestinationResponse_additionalFixedProperties :: Lens' GetDestinationResponse (Maybe Text)
- getDestinationResponse_httpStatus :: Lens' GetDestinationResponse Int
- getDestinationResponse_arn :: Lens' GetDestinationResponse Text
- getDestinationResponse_id :: Lens' GetDestinationResponse Text
- getDestinationResponse_name :: Lens' GetDestinationResponse Text
- getDestinationResponse_site :: Lens' GetDestinationResponse Text
- getDestinationResponse_createdAt :: Lens' GetDestinationResponse UTCTime
- getDestinationResponse_updatedAt :: Lens' GetDestinationResponse UTCTime
- getDestinationResponse_state :: Lens' GetDestinationResponse DestinationState
Creating a Request
data GetDestination Source #
See: newGetDestination smart constructor.
Constructors
| GetDestination' | |
Instances
Arguments
| :: Text | |
| -> GetDestination |
Create a value of GetDestination 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:
GetDestination, getDestination_id - Undocumented member.
Request Lenses
getDestination_id :: Lens' GetDestination Text Source #
Undocumented member.
Destructuring the Response
data GetDestinationResponse Source #
See: newGetDestinationResponse smart constructor.
Constructors
| GetDestinationResponse' | |
Instances
newGetDestinationResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> UTCTime | |
| -> UTCTime | |
| -> DestinationState | |
| -> GetDestinationResponse |
Create a value of GetDestinationResponse 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:
GetDestinationResponse, getDestinationResponse_additionalFixedProperties - Undocumented member.
$sel:httpStatus:GetDestinationResponse', getDestinationResponse_httpStatus - The response's http status code.
GetDestinationResponse, getDestinationResponse_arn - Undocumented member.
GetDestination, getDestinationResponse_id - Undocumented member.
GetDestinationResponse, getDestinationResponse_name - Undocumented member.
GetDestinationResponse, getDestinationResponse_site - Undocumented member.
GetDestinationResponse, getDestinationResponse_createdAt - Undocumented member.
GetDestinationResponse, getDestinationResponse_updatedAt - Undocumented member.
GetDestinationResponse, getDestinationResponse_state - Undocumented member.
Response Lenses
getDestinationResponse_additionalFixedProperties :: Lens' GetDestinationResponse (Maybe Text) Source #
Undocumented member.
getDestinationResponse_httpStatus :: Lens' GetDestinationResponse Int Source #
The response's http status code.
getDestinationResponse_arn :: Lens' GetDestinationResponse Text Source #
Undocumented member.
getDestinationResponse_id :: Lens' GetDestinationResponse Text Source #
Undocumented member.
getDestinationResponse_name :: Lens' GetDestinationResponse Text Source #
Undocumented member.
getDestinationResponse_site :: Lens' GetDestinationResponse Text Source #
Undocumented member.
getDestinationResponse_createdAt :: Lens' GetDestinationResponse UTCTime Source #
Undocumented member.
getDestinationResponse_updatedAt :: Lens' GetDestinationResponse UTCTime Source #
Undocumented member.
getDestinationResponse_state :: Lens' GetDestinationResponse DestinationState Source #
Undocumented member.