| 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.LookoutVision.DescribeProject
Description
Describes an Amazon Lookout for Vision project.
This operation requires permissions to perform the
lookoutvision:DescribeProject operation.
Synopsis
- data DescribeProject = DescribeProject' {
- projectName :: Text
- newDescribeProject :: Text -> DescribeProject
- describeProject_projectName :: Lens' DescribeProject Text
- data DescribeProjectResponse = DescribeProjectResponse' {}
- newDescribeProjectResponse :: Int -> DescribeProjectResponse
- describeProjectResponse_projectDescription :: Lens' DescribeProjectResponse (Maybe ProjectDescription)
- describeProjectResponse_httpStatus :: Lens' DescribeProjectResponse Int
Creating a Request
data DescribeProject Source #
See: newDescribeProject smart constructor.
Constructors
| DescribeProject' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DescribeProject |
Create a value of DescribeProject 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:
DescribeProject, describeProject_projectName - The name of the project that you want to describe.
Request Lenses
describeProject_projectName :: Lens' DescribeProject Text Source #
The name of the project that you want to describe.
Destructuring the Response
data DescribeProjectResponse Source #
See: newDescribeProjectResponse smart constructor.
Constructors
| DescribeProjectResponse' | |
Fields
| |
Instances
newDescribeProjectResponse Source #
Create a value of DescribeProjectResponse 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:projectDescription:DescribeProjectResponse', describeProjectResponse_projectDescription - The description of the project.
$sel:httpStatus:DescribeProjectResponse', describeProjectResponse_httpStatus - The response's http status code.
Response Lenses
describeProjectResponse_projectDescription :: Lens' DescribeProjectResponse (Maybe ProjectDescription) Source #
The description of the project.
describeProjectResponse_httpStatus :: Lens' DescribeProjectResponse Int Source #
The response's http status code.