| 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.DataBrew.UpdateProject
Description
Modifies the definition of an existing DataBrew project.
Synopsis
- data UpdateProject = UpdateProject' {}
- newUpdateProject :: Text -> Text -> UpdateProject
- updateProject_sample :: Lens' UpdateProject (Maybe Sample)
- updateProject_roleArn :: Lens' UpdateProject Text
- updateProject_name :: Lens' UpdateProject Text
- data UpdateProjectResponse = UpdateProjectResponse' {
- lastModifiedDate :: Maybe POSIX
- httpStatus :: Int
- name :: Text
- newUpdateProjectResponse :: Int -> Text -> UpdateProjectResponse
- updateProjectResponse_lastModifiedDate :: Lens' UpdateProjectResponse (Maybe UTCTime)
- updateProjectResponse_httpStatus :: Lens' UpdateProjectResponse Int
- updateProjectResponse_name :: Lens' UpdateProjectResponse Text
Creating a Request
data UpdateProject Source #
See: newUpdateProject smart constructor.
Constructors
| UpdateProject' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> UpdateProject |
Create a value of UpdateProject 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:
UpdateProject, updateProject_sample - Undocumented member.
UpdateProject, updateProject_roleArn - The Amazon Resource Name (ARN) of the IAM role to be assumed for this
request.
UpdateProject, updateProject_name - The name of the project to be updated.
Request Lenses
updateProject_sample :: Lens' UpdateProject (Maybe Sample) Source #
Undocumented member.
updateProject_roleArn :: Lens' UpdateProject Text Source #
The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
updateProject_name :: Lens' UpdateProject Text Source #
The name of the project to be updated.
Destructuring the Response
data UpdateProjectResponse Source #
See: newUpdateProjectResponse smart constructor.
Constructors
| UpdateProjectResponse' | |
Fields
| |
Instances
newUpdateProjectResponse Source #
Create a value of UpdateProjectResponse 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:
UpdateProjectResponse, updateProjectResponse_lastModifiedDate - The date and time that the project was last modified.
$sel:httpStatus:UpdateProjectResponse', updateProjectResponse_httpStatus - The response's http status code.
UpdateProject, updateProjectResponse_name - The name of the project that you updated.
Response Lenses
updateProjectResponse_lastModifiedDate :: Lens' UpdateProjectResponse (Maybe UTCTime) Source #
The date and time that the project was last modified.
updateProjectResponse_httpStatus :: Lens' UpdateProjectResponse Int Source #
The response's http status code.
updateProjectResponse_name :: Lens' UpdateProjectResponse Text Source #
The name of the project that you updated.