| 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.EMRServerless.GetApplication
Description
Displays detailed information about a specified application.
Synopsis
- data GetApplication = GetApplication' {}
- newGetApplication :: Text -> GetApplication
- getApplication_applicationId :: Lens' GetApplication Text
- data GetApplicationResponse = GetApplicationResponse' {}
- newGetApplicationResponse :: Int -> Application -> GetApplicationResponse
- getApplicationResponse_httpStatus :: Lens' GetApplicationResponse Int
- getApplicationResponse_application :: Lens' GetApplicationResponse Application
Creating a Request
data GetApplication Source #
See: newGetApplication smart constructor.
Constructors
| GetApplication' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> GetApplication |
Create a value of GetApplication 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:
GetApplication, getApplication_applicationId - The ID of the application that will be described.
Request Lenses
getApplication_applicationId :: Lens' GetApplication Text Source #
The ID of the application that will be described.
Destructuring the Response
data GetApplicationResponse Source #
See: newGetApplicationResponse smart constructor.
Constructors
| GetApplicationResponse' | |
Fields
| |
Instances
newGetApplicationResponse Source #
Arguments
| :: Int | |
| -> Application | |
| -> GetApplicationResponse |
Create a value of GetApplicationResponse 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:httpStatus:GetApplicationResponse', getApplicationResponse_httpStatus - The response's http status code.
$sel:application:GetApplicationResponse', getApplicationResponse_application - The output displays information about the specified application.
Response Lenses
getApplicationResponse_httpStatus :: Lens' GetApplicationResponse Int Source #
The response's http status code.
getApplicationResponse_application :: Lens' GetApplicationResponse Application Source #
The output displays information about the specified application.