Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Instances
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:
$sel:sample:UpdateProject'
, updateProject_sample
- Undocumented member.
$sel:roleArn:UpdateProject'
, updateProject_roleArn
- The Amazon Resource Name (ARN) of the IAM role to be assumed for this
request.
$sel:name: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.
UpdateProjectResponse' | |
|
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:
$sel:lastModifiedDate:UpdateProjectResponse'
, updateProjectResponse_lastModifiedDate
- The date and time that the project was last modified.
$sel:httpStatus:UpdateProjectResponse'
, updateProjectResponse_httpStatus
- The response's http status code.
$sel:name: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.