| 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.EMR.DescribeStudio
Description
Returns details for the specified Amazon EMR Studio including ID, Name, VPC, Studio access URL, and so on.
Synopsis
- data DescribeStudio = DescribeStudio' {}
- newDescribeStudio :: Text -> DescribeStudio
- describeStudio_studioId :: Lens' DescribeStudio Text
- data DescribeStudioResponse = DescribeStudioResponse' {
- studio :: Maybe Studio
- httpStatus :: Int
- newDescribeStudioResponse :: Int -> DescribeStudioResponse
- describeStudioResponse_studio :: Lens' DescribeStudioResponse (Maybe Studio)
- describeStudioResponse_httpStatus :: Lens' DescribeStudioResponse Int
Creating a Request
data DescribeStudio Source #
See: newDescribeStudio smart constructor.
Constructors
| DescribeStudio' | |
Instances
Arguments
| :: Text | |
| -> DescribeStudio |
Create a value of DescribeStudio 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:
DescribeStudio, describeStudio_studioId - The Amazon EMR Studio ID.
Request Lenses
describeStudio_studioId :: Lens' DescribeStudio Text Source #
The Amazon EMR Studio ID.
Destructuring the Response
data DescribeStudioResponse Source #
See: newDescribeStudioResponse smart constructor.
Constructors
| DescribeStudioResponse' | |
Fields
| |
Instances
newDescribeStudioResponse Source #
Create a value of DescribeStudioResponse 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:studio:DescribeStudioResponse', describeStudioResponse_studio - The Amazon EMR Studio details.
$sel:httpStatus:DescribeStudioResponse', describeStudioResponse_httpStatus - The response's http status code.
Response Lenses
describeStudioResponse_studio :: Lens' DescribeStudioResponse (Maybe Studio) Source #
The Amazon EMR Studio details.
describeStudioResponse_httpStatus :: Lens' DescribeStudioResponse Int Source #
The response's http status code.