| 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.SimSpaceWeaver.DescribeApp
Description
Returns the state of the given custom app.
Synopsis
- data DescribeApp = DescribeApp' {}
- newDescribeApp :: Text -> Text -> Text -> DescribeApp
- describeApp_app :: Lens' DescribeApp Text
- describeApp_domain :: Lens' DescribeApp Text
- describeApp_simulation :: Lens' DescribeApp Text
- data DescribeAppResponse = DescribeAppResponse' {}
- newDescribeAppResponse :: Int -> DescribeAppResponse
- describeAppResponse_description :: Lens' DescribeAppResponse (Maybe Text)
- describeAppResponse_domain :: Lens' DescribeAppResponse (Maybe Text)
- describeAppResponse_endpointInfo :: Lens' DescribeAppResponse (Maybe SimulationAppEndpointInfo)
- describeAppResponse_launchOverrides :: Lens' DescribeAppResponse (Maybe LaunchOverrides)
- describeAppResponse_name :: Lens' DescribeAppResponse (Maybe Text)
- describeAppResponse_simulation :: Lens' DescribeAppResponse (Maybe Text)
- describeAppResponse_status :: Lens' DescribeAppResponse (Maybe SimulationAppStatus)
- describeAppResponse_targetStatus :: Lens' DescribeAppResponse (Maybe SimulationAppTargetStatus)
- describeAppResponse_httpStatus :: Lens' DescribeAppResponse Int
Creating a Request
data DescribeApp Source #
See: newDescribeApp smart constructor.
Constructors
| DescribeApp' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DescribeApp |
Create a value of DescribeApp 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:app:DescribeApp', describeApp_app - The name of the app.
DescribeApp, describeApp_domain - The name of the domain of the app.
DescribeApp, describeApp_simulation - The name of the simulation of the app.
Request Lenses
describeApp_app :: Lens' DescribeApp Text Source #
The name of the app.
describeApp_domain :: Lens' DescribeApp Text Source #
The name of the domain of the app.
describeApp_simulation :: Lens' DescribeApp Text Source #
The name of the simulation of the app.
Destructuring the Response
data DescribeAppResponse Source #
See: newDescribeAppResponse smart constructor.
Constructors
| DescribeAppResponse' | |
Fields
| |
Instances
newDescribeAppResponse Source #
Arguments
| :: Int | |
| -> DescribeAppResponse |
Create a value of DescribeAppResponse 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:description:DescribeAppResponse', describeAppResponse_description - The description of the app.
DescribeApp, describeAppResponse_domain - The name of the domain of the app.
$sel:endpointInfo:DescribeAppResponse', describeAppResponse_endpointInfo - Information about the network endpoint for the custom app. You can use
the endpoint to connect to the custom app.
$sel:launchOverrides:DescribeAppResponse', describeAppResponse_launchOverrides - Undocumented member.
DescribeAppResponse, describeAppResponse_name - The name of the app.
DescribeApp, describeAppResponse_simulation - The name of the simulation of the app.
DescribeAppResponse, describeAppResponse_status - The current lifecycle state of the custom app.
DescribeAppResponse, describeAppResponse_targetStatus - The desired lifecycle state of the custom app.
$sel:httpStatus:DescribeAppResponse', describeAppResponse_httpStatus - The response's http status code.
Response Lenses
describeAppResponse_description :: Lens' DescribeAppResponse (Maybe Text) Source #
The description of the app.
describeAppResponse_domain :: Lens' DescribeAppResponse (Maybe Text) Source #
The name of the domain of the app.
describeAppResponse_endpointInfo :: Lens' DescribeAppResponse (Maybe SimulationAppEndpointInfo) Source #
Information about the network endpoint for the custom app. You can use the endpoint to connect to the custom app.
describeAppResponse_launchOverrides :: Lens' DescribeAppResponse (Maybe LaunchOverrides) Source #
Undocumented member.
describeAppResponse_name :: Lens' DescribeAppResponse (Maybe Text) Source #
The name of the app.
describeAppResponse_simulation :: Lens' DescribeAppResponse (Maybe Text) Source #
The name of the simulation of the app.
describeAppResponse_status :: Lens' DescribeAppResponse (Maybe SimulationAppStatus) Source #
The current lifecycle state of the custom app.
describeAppResponse_targetStatus :: Lens' DescribeAppResponse (Maybe SimulationAppTargetStatus) Source #
The desired lifecycle state of the custom app.
describeAppResponse_httpStatus :: Lens' DescribeAppResponse Int Source #
The response's http status code.