| 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.Evidently.GetProject
Description
Returns the details about one launch. You must already know the project name. To retrieve a list of projects in your account, use ListProjects.
Synopsis
- data GetProject = GetProject' {}
- newGetProject :: Text -> GetProject
- getProject_project :: Lens' GetProject Text
- data GetProjectResponse = GetProjectResponse' {
- httpStatus :: Int
- project :: Project
- newGetProjectResponse :: Int -> Project -> GetProjectResponse
- getProjectResponse_httpStatus :: Lens' GetProjectResponse Int
- getProjectResponse_project :: Lens' GetProjectResponse Project
Creating a Request
data GetProject Source #
See: newGetProject smart constructor.
Constructors
| GetProject' | |
Instances
Arguments
| :: Text | |
| -> GetProject |
Create a value of GetProject 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:
GetProject, getProject_project - The name or ARN of the project that you want to see the details of.
Request Lenses
getProject_project :: Lens' GetProject Text Source #
The name or ARN of the project that you want to see the details of.
Destructuring the Response
data GetProjectResponse Source #
See: newGetProjectResponse smart constructor.
Constructors
| GetProjectResponse' | |
Fields
| |
Instances
newGetProjectResponse Source #
Create a value of GetProjectResponse 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:GetProjectResponse', getProjectResponse_httpStatus - The response's http status code.
GetProject, getProjectResponse_project - A structure containing the configuration details of the project.
Response Lenses
getProjectResponse_httpStatus :: Lens' GetProjectResponse Int Source #
The response's http status code.
getProjectResponse_project :: Lens' GetProjectResponse Project Source #
A structure containing the configuration details of the project.