libZSservicesZSamazonka-databrewZSamazonka-databrew
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DataBrew

Contents

Description

Derived from API version 2017-07-25 of the AWS service descriptions, licensed under Apache 2.0.

Glue DataBrew is a visual, cloud-scale data-preparation service. DataBrew simplifies data preparation tasks, targeting data issues that are hard to spot and time-consuming to fix. DataBrew empowers users of all technical levels to visualize the data and perform one-click data transformations, with no coding required.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2017-07-25 of the Amazon Glue DataBrew SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by DataBrew.

ValidationException

_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The input parameters for this request failed validation.

AccessDeniedException

_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Access to the specified resource was denied.

ConflictException

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Updating or deleting a resource can cause an inconsistent state.

ServiceQuotaExceededException

InternalServerException

_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An internal service failure occurred.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

One or more resources can't be found.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

ListProjects (Paginated)

data ListProjects Source #

See: newListProjects smart constructor.

Instances

Instances details
Eq ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Read ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Show ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Generic ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Associated Types

type Rep ListProjects :: Type -> Type #

NFData ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Methods

rnf :: ListProjects -> () #

Hashable ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

AWSPager ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

AWSRequest ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Associated Types

type AWSResponse ListProjects #

ToHeaders ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

ToPath ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

ToQuery ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

type Rep ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

type Rep ListProjects = D1 ('MetaData "ListProjects" "Amazonka.DataBrew.ListProjects" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListProjects'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

newListProjects :: ListProjects Source #

Create a value of ListProjects 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:nextToken:ListProjects', listProjects_nextToken - The token returned by a previous call to retrieve the next set of results.

$sel:maxResults:ListProjects', listProjects_maxResults - The maximum number of results to return in this request.

data ListProjectsResponse Source #

See: newListProjectsResponse smart constructor.

Instances

Instances details
Eq ListProjectsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Read ListProjectsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Show ListProjectsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Generic ListProjectsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Associated Types

type Rep ListProjectsResponse :: Type -> Type #

NFData ListProjectsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Methods

rnf :: ListProjectsResponse -> () #

type Rep ListProjectsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

type Rep ListProjectsResponse = D1 ('MetaData "ListProjectsResponse" "Amazonka.DataBrew.ListProjects" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListProjectsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "projects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Project]))))

newListProjectsResponse Source #

Create a value of ListProjectsResponse 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:nextToken:ListProjects', listProjectsResponse_nextToken - A token that you can use in a subsequent call to retrieve the next set of results.

$sel:httpStatus:ListProjectsResponse', listProjectsResponse_httpStatus - The response's http status code.

$sel:projects:ListProjectsResponse', listProjectsResponse_projects - A list of projects that are defined .

DeleteProject

data DeleteProject Source #

See: newDeleteProject smart constructor.

Constructors

DeleteProject' Text 

Instances

Instances details
Eq DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Read DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Show DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Generic DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Associated Types

type Rep DeleteProject :: Type -> Type #

NFData DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Methods

rnf :: DeleteProject -> () #

Hashable DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

AWSRequest DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Associated Types

type AWSResponse DeleteProject #

ToHeaders DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

ToPath DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

ToQuery DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

type Rep DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

type Rep DeleteProject = D1 ('MetaData "DeleteProject" "Amazonka.DataBrew.DeleteProject" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DeleteProject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

newDeleteProject Source #

Create a value of DeleteProject 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:name:DeleteProject', deleteProject_name - The name of the project to be deleted.

data DeleteProjectResponse Source #

See: newDeleteProjectResponse smart constructor.

Instances

Instances details
Eq DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Read DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Show DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Generic DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Associated Types

type Rep DeleteProjectResponse :: Type -> Type #

NFData DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Methods

rnf :: DeleteProjectResponse -> () #

type Rep DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

type Rep DeleteProjectResponse = D1 ('MetaData "DeleteProjectResponse" "Amazonka.DataBrew.DeleteProject" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DeleteProjectResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteProjectResponse Source #

Create a value of DeleteProjectResponse 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:DeleteProjectResponse', deleteProjectResponse_httpStatus - The response's http status code.

$sel:name:DeleteProject', deleteProjectResponse_name - The name of the project that you deleted.

UpdateProject

data UpdateProject Source #

See: newUpdateProject smart constructor.

Instances

Instances details
Eq UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Read UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Show UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Generic UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Associated Types

type Rep UpdateProject :: Type -> Type #

NFData UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Methods

rnf :: UpdateProject -> () #

Hashable UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

ToJSON UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

AWSRequest UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Associated Types

type AWSResponse UpdateProject #

ToHeaders UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

ToPath UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

ToQuery UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

type Rep UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

type Rep UpdateProject = D1 ('MetaData "UpdateProject" "Amazonka.DataBrew.UpdateProject" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "UpdateProject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Sample)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

newUpdateProject Source #

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.

data UpdateProjectResponse Source #

See: newUpdateProjectResponse smart constructor.

Instances

Instances details
Eq UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Read UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Show UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Generic UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Associated Types

type Rep UpdateProjectResponse :: Type -> Type #

NFData UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Methods

rnf :: UpdateProjectResponse -> () #

type Rep UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

type Rep UpdateProjectResponse = D1 ('MetaData "UpdateProjectResponse" "Amazonka.DataBrew.UpdateProject" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "UpdateProjectResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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.

ListSchedules (Paginated)

data ListSchedules Source #

See: newListSchedules smart constructor.

Instances

Instances details
Eq ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Read ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Show ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Generic ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Associated Types

type Rep ListSchedules :: Type -> Type #

NFData ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Methods

rnf :: ListSchedules -> () #

Hashable ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

AWSPager ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

AWSRequest ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Associated Types

type AWSResponse ListSchedules #

ToHeaders ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

ToPath ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

ToQuery ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

type Rep ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

type Rep ListSchedules = D1 ('MetaData "ListSchedules" "Amazonka.DataBrew.ListSchedules" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListSchedules'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

newListSchedules :: ListSchedules Source #

Create a value of ListSchedules 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:jobName:ListSchedules', listSchedules_jobName - The name of the job that these schedules apply to.

$sel:nextToken:ListSchedules', listSchedules_nextToken - The token returned by a previous call to retrieve the next set of results.

$sel:maxResults:ListSchedules', listSchedules_maxResults - The maximum number of results to return in this request.

data ListSchedulesResponse Source #

See: newListSchedulesResponse smart constructor.

Instances

Instances details
Eq ListSchedulesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Read ListSchedulesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Show ListSchedulesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Generic ListSchedulesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Associated Types

type Rep ListSchedulesResponse :: Type -> Type #

NFData ListSchedulesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Methods

rnf :: ListSchedulesResponse -> () #

type Rep ListSchedulesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

type Rep ListSchedulesResponse = D1 ('MetaData "ListSchedulesResponse" "Amazonka.DataBrew.ListSchedules" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListSchedulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "schedules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Schedule]))))

newListSchedulesResponse Source #

Create a value of ListSchedulesResponse 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:nextToken:ListSchedules', listSchedulesResponse_nextToken - A token that you can use in a subsequent call to retrieve the next set of results.

$sel:httpStatus:ListSchedulesResponse', listSchedulesResponse_httpStatus - The response's http status code.

$sel:schedules:ListSchedulesResponse', listSchedulesResponse_schedules - A list of schedules that are defined.

DescribeDataset

data DescribeDataset Source #

See: newDescribeDataset smart constructor.

Constructors

DescribeDataset' Text 

Instances

Instances details
Eq DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Read DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Show DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Generic DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Associated Types

type Rep DescribeDataset :: Type -> Type #

NFData DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Methods

rnf :: DescribeDataset -> () #

Hashable DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

AWSRequest DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Associated Types

type AWSResponse DescribeDataset #

ToHeaders DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

ToPath DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

ToQuery DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

type Rep DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

type Rep DescribeDataset = D1 ('MetaData "DescribeDataset" "Amazonka.DataBrew.DescribeDataset" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DescribeDataset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

newDescribeDataset Source #

Create a value of DescribeDataset 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:name:DescribeDataset', describeDataset_name - The name of the dataset to be described.

data DescribeDatasetResponse Source #

See: newDescribeDatasetResponse smart constructor.

Instances

Instances details
Eq DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Read DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Show DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Generic DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Associated Types

type Rep DescribeDatasetResponse :: Type -> Type #

NFData DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Methods

rnf :: DescribeDatasetResponse -> () #

type Rep DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

type Rep DescribeDatasetResponse = D1 ('MetaData "DescribeDatasetResponse" "Amazonka.DataBrew.DescribeDataset" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DescribeDatasetResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pathOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PathOptions)) :*: S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "formatOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FormatOptions)) :*: (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputFormat)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Source)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Input))))))

newDescribeDatasetResponse Source #

Create a value of DescribeDatasetResponse 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:DescribeDatasetResponse', describeDatasetResponse_lastModifiedDate - The date and time that the dataset was last modified.

$sel:pathOptions:DescribeDatasetResponse', describeDatasetResponse_pathOptions - A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

$sel:createDate:DescribeDatasetResponse', describeDatasetResponse_createDate - The date and time that the dataset was created.

$sel:formatOptions:DescribeDatasetResponse', describeDatasetResponse_formatOptions - Undocumented member.

$sel:format:DescribeDatasetResponse', describeDatasetResponse_format - The file format of a dataset that is created from an Amazon S3 file or folder.

$sel:createdBy:DescribeDatasetResponse', describeDatasetResponse_createdBy - The identifier (user name) of the user who created the dataset.

$sel:resourceArn:DescribeDatasetResponse', describeDatasetResponse_resourceArn - The Amazon Resource Name (ARN) of the dataset.

$sel:source:DescribeDatasetResponse', describeDatasetResponse_source - The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.

$sel:lastModifiedBy:DescribeDatasetResponse', describeDatasetResponse_lastModifiedBy - The identifier (user name) of the user who last modified the dataset.

$sel:tags:DescribeDatasetResponse', describeDatasetResponse_tags - Metadata tags associated with this dataset.

$sel:httpStatus:DescribeDatasetResponse', describeDatasetResponse_httpStatus - The response's http status code.

$sel:name:DescribeDataset', describeDatasetResponse_name - The name of the dataset.

$sel:input:DescribeDatasetResponse', describeDatasetResponse_input - Undocumented member.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.DataBrew.ListTagsForResource" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) string that uniquely identifies the DataBrew resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.DataBrew.ListTagsForResource" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - A list of tags associated with the DataBrew resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

DescribeProject

data DescribeProject Source #

See: newDescribeProject smart constructor.

Constructors

DescribeProject' Text 

Instances

Instances details
Eq DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Read DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Show DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Generic DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Associated Types

type Rep DescribeProject :: Type -> Type #

NFData DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Methods

rnf :: DescribeProject -> () #

Hashable DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

AWSRequest DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Associated Types

type AWSResponse DescribeProject #

ToHeaders DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

ToPath DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

ToQuery DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

type Rep DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

type Rep DescribeProject = D1 ('MetaData "DescribeProject" "Amazonka.DataBrew.DescribeProject" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DescribeProject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

newDescribeProject Source #

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:

$sel:name:DescribeProject', describeProject_name - The name of the project to be described.

data DescribeProjectResponse Source #

See: newDescribeProjectResponse smart constructor.

Instances

Instances details
Eq DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Read DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Show DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Generic DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Associated Types

type Rep DescribeProjectResponse :: Type -> Type #

NFData DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Methods

rnf :: DescribeProjectResponse -> () #

type Rep DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

type Rep DescribeProjectResponse = D1 ('MetaData "DescribeProjectResponse" "Amazonka.DataBrew.DescribeProject" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DescribeProjectResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "sessionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SessionStatus)) :*: S1 ('MetaSel ('Just "openDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recipeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Sample)) :*: S1 ('MetaSel ('Just "openedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

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:lastModifiedDate:DescribeProjectResponse', describeProjectResponse_lastModifiedDate - The date and time that the project was last modified.

$sel:sessionStatus:DescribeProjectResponse', describeProjectResponse_sessionStatus - Describes the current state of the session:

  • PROVISIONING - allocating resources for the session.
  • INITIALIZING - getting the session ready for first use.
  • ASSIGNED - the session is ready for use.

$sel:openDate:DescribeProjectResponse', describeProjectResponse_openDate - The date and time when the project was opened.

$sel:createDate:DescribeProjectResponse', describeProjectResponse_createDate - The date and time that the project was created.

$sel:createdBy:DescribeProjectResponse', describeProjectResponse_createdBy - The identifier (user name) of the user who created the project.

$sel:resourceArn:DescribeProjectResponse', describeProjectResponse_resourceArn - The Amazon Resource Name (ARN) of the project.

$sel:recipeName:DescribeProjectResponse', describeProjectResponse_recipeName - The recipe associated with this job.

$sel:datasetName:DescribeProjectResponse', describeProjectResponse_datasetName - The dataset associated with the project.

$sel:lastModifiedBy:DescribeProjectResponse', describeProjectResponse_lastModifiedBy - The identifier (user name) of the user who last modified the project.

$sel:sample:DescribeProjectResponse', describeProjectResponse_sample - Undocumented member.

$sel:openedBy:DescribeProjectResponse', describeProjectResponse_openedBy - The identifier (user name) of the user that opened the project for use.

$sel:tags:DescribeProjectResponse', describeProjectResponse_tags - Metadata tags associated with this project.

$sel:roleArn:DescribeProjectResponse', describeProjectResponse_roleArn - The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.

$sel:httpStatus:DescribeProjectResponse', describeProjectResponse_httpStatus - The response's http status code.

$sel:name:DescribeProject', describeProjectResponse_name - The name of the project.

CreateRecipeJob

data CreateRecipeJob Source #

See: newCreateRecipeJob smart constructor.

Instances

Instances details
Eq CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Read CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Show CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Generic CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Associated Types

type Rep CreateRecipeJob :: Type -> Type #

NFData CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Methods

rnf :: CreateRecipeJob -> () #

Hashable CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

ToJSON CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

AWSRequest CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Associated Types

type AWSResponse CreateRecipeJob #

ToHeaders CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

ToPath CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

ToQuery CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

type Rep CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

type Rep CreateRecipeJob = D1 ('MetaData "CreateRecipeJob" "Amazonka.DataBrew.CreateRecipeJob" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "CreateRecipeJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dataCatalogOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataCatalogOutput))) :*: (S1 ('MetaSel ('Just "recipeReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecipeReference)) :*: S1 ('MetaSel ('Just "databaseOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DatabaseOutput))))) :*: ((S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionMode)) :*: S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Output)))) :*: (S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription)) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "maxRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "encryptionKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

newCreateRecipeJob Source #

Create a value of CreateRecipeJob 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:dataCatalogOutputs:CreateRecipeJob', createRecipeJob_dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.

$sel:recipeReference:CreateRecipeJob', createRecipeJob_recipeReference - Undocumented member.

$sel:databaseOutputs:CreateRecipeJob', createRecipeJob_databaseOutputs - Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write to.

$sel:encryptionMode:CreateRecipeJob', createRecipeJob_encryptionMode - The encryption mode for the job, which can be one of the following:

  • SSE-KMS - Server-side encryption with keys managed by KMS.
  • SSE-S3 - Server-side encryption with keys managed by Amazon S3.

$sel:outputs:CreateRecipeJob', createRecipeJob_outputs - One or more artifacts that represent the output from running the job.

$sel:logSubscription:CreateRecipeJob', createRecipeJob_logSubscription - Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.

$sel:projectName:CreateRecipeJob', createRecipeJob_projectName - Either the name of an existing project, or a combination of a recipe and a dataset to associate with the recipe.

$sel:maxRetries:CreateRecipeJob', createRecipeJob_maxRetries - The maximum number of times to retry the job after a job run fails.

$sel:datasetName:CreateRecipeJob', createRecipeJob_datasetName - The name of the dataset that this job processes.

$sel:encryptionKeyArn:CreateRecipeJob', createRecipeJob_encryptionKeyArn - The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.

$sel:maxCapacity:CreateRecipeJob', createRecipeJob_maxCapacity - The maximum number of nodes that DataBrew can consume when the job processes data.

$sel:timeout:CreateRecipeJob', createRecipeJob_timeout - The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT.

$sel:tags:CreateRecipeJob', createRecipeJob_tags - Metadata tags to apply to this job.

$sel:name:CreateRecipeJob', createRecipeJob_name - A unique name for the job. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

$sel:roleArn:CreateRecipeJob', createRecipeJob_roleArn - The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.

data CreateRecipeJobResponse Source #

See: newCreateRecipeJobResponse smart constructor.

Instances

Instances details
Eq CreateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Read CreateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Show CreateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Generic CreateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Associated Types

type Rep CreateRecipeJobResponse :: Type -> Type #

NFData CreateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Methods

rnf :: CreateRecipeJobResponse -> () #

type Rep CreateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

type Rep CreateRecipeJobResponse = D1 ('MetaData "CreateRecipeJobResponse" "Amazonka.DataBrew.CreateRecipeJob" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "CreateRecipeJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateRecipeJobResponse Source #

Create a value of CreateRecipeJobResponse 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:CreateRecipeJobResponse', createRecipeJobResponse_httpStatus - The response's http status code.

$sel:name:CreateRecipeJob', createRecipeJobResponse_name - The name of the job that you created.

ListRecipeVersions (Paginated)

data ListRecipeVersions Source #

See: newListRecipeVersions smart constructor.

Instances

Instances details
Eq ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Read ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Show ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Generic ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Associated Types

type Rep ListRecipeVersions :: Type -> Type #

NFData ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Methods

rnf :: ListRecipeVersions -> () #

Hashable ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

AWSPager ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

AWSRequest ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Associated Types

type AWSResponse ListRecipeVersions #

ToHeaders ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

ToPath ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

ToQuery ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

type Rep ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

type Rep ListRecipeVersions = D1 ('MetaData "ListRecipeVersions" "Amazonka.DataBrew.ListRecipeVersions" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListRecipeVersions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

newListRecipeVersions Source #

Create a value of ListRecipeVersions 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:nextToken:ListRecipeVersions', listRecipeVersions_nextToken - The token returned by a previous call to retrieve the next set of results.

$sel:maxResults:ListRecipeVersions', listRecipeVersions_maxResults - The maximum number of results to return in this request.

$sel:name:ListRecipeVersions', listRecipeVersions_name - The name of the recipe for which to return version information.

data ListRecipeVersionsResponse Source #

See: newListRecipeVersionsResponse smart constructor.

Instances

Instances details
Eq ListRecipeVersionsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Read ListRecipeVersionsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Show ListRecipeVersionsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Generic ListRecipeVersionsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Associated Types

type Rep ListRecipeVersionsResponse :: Type -> Type #

NFData ListRecipeVersionsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

type Rep ListRecipeVersionsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

type Rep ListRecipeVersionsResponse = D1 ('MetaData "ListRecipeVersionsResponse" "Amazonka.DataBrew.ListRecipeVersions" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListRecipeVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "recipes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Recipe]))))

newListRecipeVersionsResponse Source #

Create a value of ListRecipeVersionsResponse 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:nextToken:ListRecipeVersions', listRecipeVersionsResponse_nextToken - A token that you can use in a subsequent call to retrieve the next set of results.

$sel:httpStatus:ListRecipeVersionsResponse', listRecipeVersionsResponse_httpStatus - The response's http status code.

$sel:recipes:ListRecipeVersionsResponse', listRecipeVersionsResponse_recipes - A list of versions for the specified recipe.

DeleteDataset

data DeleteDataset Source #

See: newDeleteDataset smart constructor.

Constructors

DeleteDataset' Text 

Instances

Instances details
Eq DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Read DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Show DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Generic DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Associated Types

type Rep DeleteDataset :: Type -> Type #

NFData DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Methods

rnf :: DeleteDataset -> () #

Hashable DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

AWSRequest DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Associated Types

type AWSResponse DeleteDataset #

ToHeaders DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

ToPath DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

ToQuery DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

type Rep DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

type Rep DeleteDataset = D1 ('MetaData "DeleteDataset" "Amazonka.DataBrew.DeleteDataset" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DeleteDataset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

newDeleteDataset Source #

Create a value of DeleteDataset 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:name:DeleteDataset', deleteDataset_name - The name of the dataset to be deleted.

data DeleteDatasetResponse Source #

See: newDeleteDatasetResponse smart constructor.

Instances

Instances details
Eq DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Read DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Show DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Generic DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Associated Types

type Rep DeleteDatasetResponse :: Type -> Type #

NFData DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Methods

rnf :: DeleteDatasetResponse -> () #

type Rep DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

type Rep DeleteDatasetResponse = D1 ('MetaData "DeleteDatasetResponse" "Amazonka.DataBrew.DeleteDataset" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DeleteDatasetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDatasetResponse Source #

Create a value of DeleteDatasetResponse 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:DeleteDatasetResponse', deleteDatasetResponse_httpStatus - The response's http status code.

$sel:name:DeleteDataset', deleteDatasetResponse_name - The name of the dataset that you deleted.

UpdateDataset

data UpdateDataset Source #

See: newUpdateDataset smart constructor.

Instances

Instances details
Eq UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Read UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Show UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Generic UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Associated Types

type Rep UpdateDataset :: Type -> Type #

NFData UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Methods

rnf :: UpdateDataset -> () #

Hashable UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

ToJSON UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

AWSRequest UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Associated Types

type AWSResponse UpdateDataset #

ToHeaders UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

ToPath UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

ToQuery UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

type Rep UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

type Rep UpdateDataset = D1 ('MetaData "UpdateDataset" "Amazonka.DataBrew.UpdateDataset" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "UpdateDataset'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pathOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PathOptions)) :*: S1 ('MetaSel ('Just "formatOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FormatOptions))) :*: (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputFormat)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Input)))))
type AWSResponse UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

newUpdateDataset Source #

Create a value of UpdateDataset 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:pathOptions:UpdateDataset', updateDataset_pathOptions - A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

$sel:formatOptions:UpdateDataset', updateDataset_formatOptions - Undocumented member.

$sel:format:UpdateDataset', updateDataset_format - The file format of a dataset that is created from an Amazon S3 file or folder.

$sel:name:UpdateDataset', updateDataset_name - The name of the dataset to be updated.

$sel:input:UpdateDataset', updateDataset_input - Undocumented member.

data UpdateDatasetResponse Source #

See: newUpdateDatasetResponse smart constructor.

Instances

Instances details
Eq UpdateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Read UpdateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Show UpdateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Generic UpdateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Associated Types

type Rep UpdateDatasetResponse :: Type -> Type #

NFData UpdateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Methods

rnf :: UpdateDatasetResponse -> () #

type Rep UpdateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

type Rep UpdateDatasetResponse = D1 ('MetaData "UpdateDatasetResponse" "Amazonka.DataBrew.UpdateDataset" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "UpdateDatasetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateDatasetResponse Source #

Create a value of UpdateDatasetResponse 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:UpdateDatasetResponse', updateDatasetResponse_httpStatus - The response's http status code.

$sel:name:UpdateDataset', updateDatasetResponse_name - The name of the dataset that you updated.

StopJobRun

data StopJobRun Source #

See: newStopJobRun smart constructor.

Constructors

StopJobRun' Text Text 

Instances

Instances details
Eq StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Read StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Show StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Generic StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Associated Types

type Rep StopJobRun :: Type -> Type #

NFData StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Methods

rnf :: StopJobRun -> () #

Hashable StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

ToJSON StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

AWSRequest StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Associated Types

type AWSResponse StopJobRun #

ToHeaders StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Methods

toHeaders :: StopJobRun -> [Header] #

ToPath StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

ToQuery StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

type Rep StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

type Rep StopJobRun = D1 ('MetaData "StopJobRun" "Amazonka.DataBrew.StopJobRun" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "StopJobRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

newStopJobRun Source #

Create a value of StopJobRun 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:name:StopJobRun', stopJobRun_name - The name of the job to be stopped.

$sel:runId:StopJobRun', stopJobRun_runId - The ID of the job run to be stopped.

data StopJobRunResponse Source #

See: newStopJobRunResponse smart constructor.

Instances

Instances details
Eq StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Read StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Show StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Generic StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Associated Types

type Rep StopJobRunResponse :: Type -> Type #

NFData StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Methods

rnf :: StopJobRunResponse -> () #

type Rep StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

type Rep StopJobRunResponse = D1 ('MetaData "StopJobRunResponse" "Amazonka.DataBrew.StopJobRun" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "StopJobRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopJobRunResponse Source #

Create a value of StopJobRunResponse 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:StopJobRunResponse', stopJobRunResponse_httpStatus - The response's http status code.

$sel:runId:StopJobRun', stopJobRunResponse_runId - The ID of the job run that you stopped.

UpdateRecipeJob

data UpdateRecipeJob Source #

See: newUpdateRecipeJob smart constructor.

Instances

Instances details
Eq UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Read UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Show UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Generic UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Associated Types

type Rep UpdateRecipeJob :: Type -> Type #

NFData UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Methods

rnf :: UpdateRecipeJob -> () #

Hashable UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

ToJSON UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

AWSRequest UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Associated Types

type AWSResponse UpdateRecipeJob #

ToHeaders UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

ToPath UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

ToQuery UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

type Rep UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

type Rep UpdateRecipeJob = D1 ('MetaData "UpdateRecipeJob" "Amazonka.DataBrew.UpdateRecipeJob" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "UpdateRecipeJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dataCatalogOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataCatalogOutput))) :*: S1 ('MetaSel ('Just "databaseOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DatabaseOutput)))) :*: (S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionMode)) :*: (S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Output))) :*: S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription))))) :*: ((S1 ('MetaSel ('Just "maxRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "encryptionKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

newUpdateRecipeJob Source #

Create a value of UpdateRecipeJob 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:dataCatalogOutputs:UpdateRecipeJob', updateRecipeJob_dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.

$sel:databaseOutputs:UpdateRecipeJob', updateRecipeJob_databaseOutputs - Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.

$sel:encryptionMode:UpdateRecipeJob', updateRecipeJob_encryptionMode - The encryption mode for the job, which can be one of the following:

  • SSE-KMS - Server-side encryption with keys managed by KMS.
  • SSE-S3 - Server-side encryption with keys managed by Amazon S3.

$sel:outputs:UpdateRecipeJob', updateRecipeJob_outputs - One or more artifacts that represent the output from running the job.

$sel:logSubscription:UpdateRecipeJob', updateRecipeJob_logSubscription - Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.

$sel:maxRetries:UpdateRecipeJob', updateRecipeJob_maxRetries - The maximum number of times to retry the job after a job run fails.

$sel:encryptionKeyArn:UpdateRecipeJob', updateRecipeJob_encryptionKeyArn - The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.

$sel:maxCapacity:UpdateRecipeJob', updateRecipeJob_maxCapacity - The maximum number of nodes that DataBrew can consume when the job processes data.

$sel:timeout:UpdateRecipeJob', updateRecipeJob_timeout - The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT.

$sel:name:UpdateRecipeJob', updateRecipeJob_name - The name of the job to update.

$sel:roleArn:UpdateRecipeJob', updateRecipeJob_roleArn - The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.

data UpdateRecipeJobResponse Source #

See: newUpdateRecipeJobResponse smart constructor.

Instances

Instances details
Eq UpdateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Read UpdateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Show UpdateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Generic UpdateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Associated Types

type Rep UpdateRecipeJobResponse :: Type -> Type #

NFData UpdateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Methods

rnf :: UpdateRecipeJobResponse -> () #

type Rep UpdateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

type Rep UpdateRecipeJobResponse = D1 ('MetaData "UpdateRecipeJobResponse" "Amazonka.DataBrew.UpdateRecipeJob" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "UpdateRecipeJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateRecipeJobResponse Source #

Create a value of UpdateRecipeJobResponse 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:UpdateRecipeJobResponse', updateRecipeJobResponse_httpStatus - The response's http status code.

$sel:name:UpdateRecipeJob', updateRecipeJobResponse_name - The name of the job that you updated.

ListJobs (Paginated)

data ListJobs Source #

See: newListJobs smart constructor.

Instances

Instances details
Eq ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Read ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Show ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Generic ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Associated Types

type Rep ListJobs :: Type -> Type #

Methods

from :: ListJobs -> Rep ListJobs x #

to :: Rep ListJobs x -> ListJobs #

NFData ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Methods

rnf :: ListJobs -> () #

Hashable ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Methods

hashWithSalt :: Int -> ListJobs -> Int #

hash :: ListJobs -> Int #

AWSPager ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

AWSRequest ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Associated Types

type AWSResponse ListJobs #

ToHeaders ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Methods

toHeaders :: ListJobs -> [Header] #

ToPath ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

ToQuery ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

type Rep ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

type Rep ListJobs = D1 ('MetaData "ListJobs" "Amazonka.DataBrew.ListJobs" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListJobs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

newListJobs :: ListJobs Source #

Create a value of ListJobs 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:nextToken:ListJobs', listJobs_nextToken - A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.

$sel:projectName:ListJobs', listJobs_projectName - The name of a project. Using this parameter indicates to return only those jobs that are associated with the specified project.

$sel:datasetName:ListJobs', listJobs_datasetName - The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified dataset.

$sel:maxResults:ListJobs', listJobs_maxResults - The maximum number of results to return in this request.

data ListJobsResponse Source #

See: newListJobsResponse smart constructor.

Constructors

ListJobsResponse' (Maybe Text) Int [Job] 

Instances

Instances details
Eq ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Read ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Show ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Generic ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Associated Types

type Rep ListJobsResponse :: Type -> Type #

NFData ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Methods

rnf :: ListJobsResponse -> () #

type Rep ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

type Rep ListJobsResponse = D1 ('MetaData "ListJobsResponse" "Amazonka.DataBrew.ListJobs" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Job]))))

newListJobsResponse Source #

Create a value of ListJobsResponse 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:nextToken:ListJobs', listJobsResponse_nextToken - A token that you can use in a subsequent call to retrieve the next set of results.

$sel:httpStatus:ListJobsResponse', listJobsResponse_httpStatus - The response's http status code.

$sel:jobs:ListJobsResponse', listJobsResponse_jobs - A list of jobs that are defined.

CreateDataset

data CreateDataset Source #

See: newCreateDataset smart constructor.

Instances

Instances details
Eq CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Read CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Show CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Generic CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Associated Types

type Rep CreateDataset :: Type -> Type #

NFData CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Methods

rnf :: CreateDataset -> () #

Hashable CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

ToJSON CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

AWSRequest CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Associated Types

type AWSResponse CreateDataset #

ToHeaders CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

ToPath CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

ToQuery CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

type Rep CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

type AWSResponse CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

newCreateDataset Source #

Create a value of CreateDataset 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:pathOptions:CreateDataset', createDataset_pathOptions - A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

$sel:formatOptions:CreateDataset', createDataset_formatOptions - Undocumented member.

$sel:format:CreateDataset', createDataset_format - The file format of a dataset that is created from an Amazon S3 file or folder.

$sel:tags:CreateDataset', createDataset_tags - Metadata tags to apply to this dataset.

$sel:name:CreateDataset', createDataset_name - The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

$sel:input:CreateDataset', createDataset_input - Undocumented member.

data CreateDatasetResponse Source #

See: newCreateDatasetResponse smart constructor.

Instances

Instances details
Eq CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Read CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Show CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Generic CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Associated Types

type Rep CreateDatasetResponse :: Type -> Type #

NFData CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Methods

rnf :: CreateDatasetResponse -> () #

type Rep CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

type Rep CreateDatasetResponse = D1 ('MetaData "CreateDatasetResponse" "Amazonka.DataBrew.CreateDataset" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "CreateDatasetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateDatasetResponse Source #

Create a value of CreateDatasetResponse 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:CreateDatasetResponse', createDatasetResponse_httpStatus - The response's http status code.

$sel:name:CreateDataset', createDatasetResponse_name - The name of the dataset that you created.

DeleteJob

data DeleteJob Source #

See: newDeleteJob smart constructor.

Constructors

DeleteJob' Text 

Instances

Instances details
Eq DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Read DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Show DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Generic DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Associated Types

type Rep DeleteJob :: Type -> Type #

NFData DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Methods

rnf :: DeleteJob -> () #

Hashable DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

AWSRequest DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Associated Types

type AWSResponse DeleteJob #

ToHeaders DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Methods

toHeaders :: DeleteJob -> [Header] #

ToPath DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

ToQuery DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

type Rep DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

type Rep DeleteJob = D1 ('MetaData "DeleteJob" "Amazonka.DataBrew.DeleteJob" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DeleteJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

newDeleteJob Source #

Create a value of DeleteJob 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:name:DeleteJob', deleteJob_name - The name of the job to be deleted.

data DeleteJobResponse Source #

See: newDeleteJobResponse smart constructor.

Instances

Instances details
Eq DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Read DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Show DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Generic DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Associated Types

type Rep DeleteJobResponse :: Type -> Type #

NFData DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Methods

rnf :: DeleteJobResponse -> () #

type Rep DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

type Rep DeleteJobResponse = D1 ('MetaData "DeleteJobResponse" "Amazonka.DataBrew.DeleteJob" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DeleteJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteJobResponse Source #

Create a value of DeleteJobResponse 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:DeleteJobResponse', deleteJobResponse_httpStatus - The response's http status code.

$sel:name:DeleteJob', deleteJobResponse_name - The name of the job that you deleted.

CreateRecipe

data CreateRecipe Source #

See: newCreateRecipe smart constructor.

Instances

Instances details
Eq CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Read CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Show CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Generic CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Associated Types

type Rep CreateRecipe :: Type -> Type #

NFData CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Methods

rnf :: CreateRecipe -> () #

Hashable CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

ToJSON CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

AWSRequest CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Associated Types

type AWSResponse CreateRecipe #

ToHeaders CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

ToPath CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

ToQuery CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

type Rep CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

type Rep CreateRecipe = D1 ('MetaData "CreateRecipe" "Amazonka.DataBrew.CreateRecipe" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "CreateRecipe'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "steps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RecipeStep]))))
type AWSResponse CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

newCreateRecipe Source #

Create a value of CreateRecipe 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:description:CreateRecipe', createRecipe_description - A description for the recipe.

$sel:tags:CreateRecipe', createRecipe_tags - Metadata tags to apply to this recipe.

$sel:name:CreateRecipe', createRecipe_name - A unique name for the recipe. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

$sel:steps:CreateRecipe', createRecipe_steps - An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions.

data CreateRecipeResponse Source #

See: newCreateRecipeResponse smart constructor.

Instances

Instances details
Eq CreateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Read CreateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Show CreateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Generic CreateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Associated Types

type Rep CreateRecipeResponse :: Type -> Type #

NFData CreateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Methods

rnf :: CreateRecipeResponse -> () #

type Rep CreateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

type Rep CreateRecipeResponse = D1 ('MetaData "CreateRecipeResponse" "Amazonka.DataBrew.CreateRecipe" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "CreateRecipeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateRecipeResponse Source #

Create a value of CreateRecipeResponse 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:CreateRecipeResponse', createRecipeResponse_httpStatus - The response's http status code.

$sel:name:CreateRecipe', createRecipeResponse_name - The name of the recipe that you created.

UpdateSchedule

data UpdateSchedule Source #

See: newUpdateSchedule smart constructor.

Constructors

UpdateSchedule' (Maybe [Text]) Text Text 

Instances

Instances details
Eq UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Read UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Show UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Generic UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Associated Types

type Rep UpdateSchedule :: Type -> Type #

NFData UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Methods

rnf :: UpdateSchedule -> () #

Hashable UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

ToJSON UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

AWSRequest UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Associated Types

type AWSResponse UpdateSchedule #

ToHeaders UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

ToPath UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

ToQuery UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

type Rep UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

type Rep UpdateSchedule = D1 ('MetaData "UpdateSchedule" "Amazonka.DataBrew.UpdateSchedule" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "UpdateSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "cronExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

newUpdateSchedule Source #

Create a value of UpdateSchedule 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:jobNames:UpdateSchedule', updateSchedule_jobNames - The name or names of one or more jobs to be run for this schedule.

$sel:cronExpression:UpdateSchedule', updateSchedule_cronExpression - The date or dates and time or times when the jobs are to be run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.

$sel:name:UpdateSchedule', updateSchedule_name - The name of the schedule to update.

data UpdateScheduleResponse Source #

See: newUpdateScheduleResponse smart constructor.

Instances

Instances details
Eq UpdateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Read UpdateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Show UpdateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Generic UpdateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Associated Types

type Rep UpdateScheduleResponse :: Type -> Type #

NFData UpdateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Methods

rnf :: UpdateScheduleResponse -> () #

type Rep UpdateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

type Rep UpdateScheduleResponse = D1 ('MetaData "UpdateScheduleResponse" "Amazonka.DataBrew.UpdateSchedule" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "UpdateScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateScheduleResponse Source #

Create a value of UpdateScheduleResponse 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:UpdateScheduleResponse', updateScheduleResponse_httpStatus - The response's http status code.

$sel:name:UpdateSchedule', updateScheduleResponse_name - The name of the schedule that was updated.

DeleteSchedule

data DeleteSchedule Source #

See: newDeleteSchedule smart constructor.

Constructors

DeleteSchedule' Text 

Instances

Instances details
Eq DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Read DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Show DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Generic DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Associated Types

type Rep DeleteSchedule :: Type -> Type #

NFData DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Methods

rnf :: DeleteSchedule -> () #

Hashable DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

AWSRequest DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Associated Types

type AWSResponse DeleteSchedule #

ToHeaders DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

ToPath DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

ToQuery DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

type Rep DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

type Rep DeleteSchedule = D1 ('MetaData "DeleteSchedule" "Amazonka.DataBrew.DeleteSchedule" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DeleteSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

newDeleteSchedule Source #

Create a value of DeleteSchedule 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:name:DeleteSchedule', deleteSchedule_name - The name of the schedule to be deleted.

data DeleteScheduleResponse Source #

See: newDeleteScheduleResponse smart constructor.

Instances

Instances details
Eq DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Read DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Show DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Generic DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Associated Types

type Rep DeleteScheduleResponse :: Type -> Type #

NFData DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Methods

rnf :: DeleteScheduleResponse -> () #

type Rep DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

type Rep DeleteScheduleResponse = D1 ('MetaData "DeleteScheduleResponse" "Amazonka.DataBrew.DeleteSchedule" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DeleteScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteScheduleResponse Source #

Create a value of DeleteScheduleResponse 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:DeleteScheduleResponse', deleteScheduleResponse_httpStatus - The response's http status code.

$sel:name:DeleteSchedule', deleteScheduleResponse_name - The name of the schedule that was deleted.

BatchDeleteRecipeVersion

data BatchDeleteRecipeVersion Source #

See: newBatchDeleteRecipeVersion smart constructor.

Instances

Instances details
Eq BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

Read BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

Show BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

Generic BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

Associated Types

type Rep BatchDeleteRecipeVersion :: Type -> Type #

NFData BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

Hashable BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

ToJSON BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

AWSRequest BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

ToHeaders BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

ToPath BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

ToQuery BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

type Rep BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

type Rep BatchDeleteRecipeVersion = D1 ('MetaData "BatchDeleteRecipeVersion" "Amazonka.DataBrew.BatchDeleteRecipeVersion" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "BatchDeleteRecipeVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "recipeVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

newBatchDeleteRecipeVersion Source #

Create a value of BatchDeleteRecipeVersion 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:name:BatchDeleteRecipeVersion', batchDeleteRecipeVersion_name - The name of the recipe whose versions are to be deleted.

$sel:recipeVersions:BatchDeleteRecipeVersion', batchDeleteRecipeVersion_recipeVersions - An array of version identifiers, for the recipe versions to be deleted. You can specify numeric versions (X.Y) or LATEST_WORKING. LATEST_PUBLISHED is not supported.

data BatchDeleteRecipeVersionResponse Source #

See: newBatchDeleteRecipeVersionResponse smart constructor.

Instances

Instances details
Eq BatchDeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

Read BatchDeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

Show BatchDeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

Generic BatchDeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

Associated Types

type Rep BatchDeleteRecipeVersionResponse :: Type -> Type #

NFData BatchDeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

type Rep BatchDeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

type Rep BatchDeleteRecipeVersionResponse = D1 ('MetaData "BatchDeleteRecipeVersionResponse" "Amazonka.DataBrew.BatchDeleteRecipeVersion" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "BatchDeleteRecipeVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecipeVersionErrorDetail])) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newBatchDeleteRecipeVersionResponse Source #

Create a value of BatchDeleteRecipeVersionResponse 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:errors:BatchDeleteRecipeVersionResponse', batchDeleteRecipeVersionResponse_errors - Errors, if any, that occurred while attempting to delete the recipe versions.

$sel:httpStatus:BatchDeleteRecipeVersionResponse', batchDeleteRecipeVersionResponse_httpStatus - The response's http status code.

$sel:name:BatchDeleteRecipeVersion', batchDeleteRecipeVersionResponse_name - The name of the recipe that was modified.

ListJobRuns (Paginated)

data ListJobRuns Source #

See: newListJobRuns smart constructor.

Instances

Instances details
Eq ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Read ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Show ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Generic ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Associated Types

type Rep ListJobRuns :: Type -> Type #

NFData ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Methods

rnf :: ListJobRuns -> () #

Hashable ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

AWSPager ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

AWSRequest ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Associated Types

type AWSResponse ListJobRuns #

ToHeaders ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Methods

toHeaders :: ListJobRuns -> [Header] #

ToPath ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

ToQuery ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

type Rep ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

type Rep ListJobRuns = D1 ('MetaData "ListJobRuns" "Amazonka.DataBrew.ListJobRuns" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListJobRuns'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

newListJobRuns Source #

Create a value of ListJobRuns 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:nextToken:ListJobRuns', listJobRuns_nextToken - The token returned by a previous call to retrieve the next set of results.

$sel:maxResults:ListJobRuns', listJobRuns_maxResults - The maximum number of results to return in this request.

$sel:name:ListJobRuns', listJobRuns_name - The name of the job.

data ListJobRunsResponse Source #

See: newListJobRunsResponse smart constructor.

Instances

Instances details
Eq ListJobRunsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Read ListJobRunsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Show ListJobRunsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Generic ListJobRunsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Associated Types

type Rep ListJobRunsResponse :: Type -> Type #

NFData ListJobRunsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Methods

rnf :: ListJobRunsResponse -> () #

type Rep ListJobRunsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

type Rep ListJobRunsResponse = D1 ('MetaData "ListJobRunsResponse" "Amazonka.DataBrew.ListJobRuns" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListJobRunsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobRuns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [JobRun]))))

newListJobRunsResponse Source #

Create a value of ListJobRunsResponse 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:nextToken:ListJobRuns', listJobRunsResponse_nextToken - A token that you can use in a subsequent call to retrieve the next set of results.

$sel:httpStatus:ListJobRunsResponse', listJobRunsResponse_httpStatus - The response's http status code.

$sel:jobRuns:ListJobRunsResponse', listJobRunsResponse_jobRuns - A list of job runs that have occurred for the specified job.

DescribeJob

data DescribeJob Source #

See: newDescribeJob smart constructor.

Constructors

DescribeJob' Text 

Instances

Instances details
Eq DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Read DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Show DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Generic DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Associated Types

type Rep DescribeJob :: Type -> Type #

NFData DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Methods

rnf :: DescribeJob -> () #

Hashable DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

AWSRequest DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Associated Types

type AWSResponse DescribeJob #

ToHeaders DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Methods

toHeaders :: DescribeJob -> [Header] #

ToPath DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

ToQuery DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

type Rep DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

type Rep DescribeJob = D1 ('MetaData "DescribeJob" "Amazonka.DataBrew.DescribeJob" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DescribeJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

newDescribeJob Source #

Create a value of DescribeJob 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:name:DescribeJob', describeJob_name - The name of the job to be described.

data DescribeJobResponse Source #

See: newDescribeJobResponse smart constructor.

Instances

Instances details
Eq DescribeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Read DescribeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Show DescribeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Generic DescribeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Associated Types

type Rep DescribeJobResponse :: Type -> Type #

NFData DescribeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Methods

rnf :: DescribeJobResponse -> () #

type Rep DescribeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

type Rep DescribeJobResponse = D1 ('MetaData "DescribeJobResponse" "Amazonka.DataBrew.DescribeJob" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DescribeJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "dataCatalogOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataCatalogOutput))) :*: (S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "recipeReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecipeReference)) :*: (S1 ('MetaSel ('Just "profileConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProfileConfiguration)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "databaseOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DatabaseOutput))) :*: (S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionMode)) :*: S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Output))))) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription)) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "maxRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobType))))) :*: ((S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "jobSample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobSample)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newDescribeJobResponse Source #

Create a value of DescribeJobResponse 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:dataCatalogOutputs:DescribeJobResponse', describeJobResponse_dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.

$sel:lastModifiedDate:DescribeJobResponse', describeJobResponse_lastModifiedDate - The date and time that the job was last modified.

$sel:createDate:DescribeJobResponse', describeJobResponse_createDate - The date and time that the job was created.

$sel:recipeReference:DescribeJobResponse', describeJobResponse_recipeReference - Undocumented member.

$sel:profileConfiguration:DescribeJobResponse', describeJobResponse_profileConfiguration - Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.

$sel:createdBy:DescribeJobResponse', describeJobResponse_createdBy - The identifier (user name) of the user associated with the creation of the job.

$sel:databaseOutputs:DescribeJobResponse', describeJobResponse_databaseOutputs - Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.

$sel:encryptionMode:DescribeJobResponse', describeJobResponse_encryptionMode - The encryption mode for the job, which can be one of the following:

  • SSE-KMS - Server-side encryption with keys managed by KMS.
  • SSE-S3 - Server-side encryption with keys managed by Amazon S3.

$sel:outputs:DescribeJobResponse', describeJobResponse_outputs - One or more artifacts that represent the output from running the job.

$sel:resourceArn:DescribeJobResponse', describeJobResponse_resourceArn - The Amazon Resource Name (ARN) of the job.

$sel:logSubscription:DescribeJobResponse', describeJobResponse_logSubscription - Indicates whether Amazon CloudWatch logging is enabled for this job.

$sel:projectName:DescribeJobResponse', describeJobResponse_projectName - The DataBrew project associated with this job.

$sel:maxRetries:DescribeJobResponse', describeJobResponse_maxRetries - The maximum number of times to retry the job after a job run fails.

$sel:datasetName:DescribeJobResponse', describeJobResponse_datasetName - The dataset that the job acts upon.

$sel:encryptionKeyArn:DescribeJobResponse', describeJobResponse_encryptionKeyArn - The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.

$sel:maxCapacity:DescribeJobResponse', describeJobResponse_maxCapacity - The maximum number of compute nodes that DataBrew can consume when the job processes data.

$sel:lastModifiedBy:DescribeJobResponse', describeJobResponse_lastModifiedBy - The identifier (user name) of the user who last modified the job.

$sel:type':DescribeJobResponse', describeJobResponse_type - The job type, which must be one of the following:

  • PROFILE - The job analyzes the dataset to determine its size, data types, data distribution, and more.
  • RECIPE - The job applies one or more transformations to a dataset.

$sel:timeout:DescribeJobResponse', describeJobResponse_timeout - The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT.

$sel:tags:DescribeJobResponse', describeJobResponse_tags - Metadata tags associated with this job.

$sel:roleArn:DescribeJobResponse', describeJobResponse_roleArn - The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.

$sel:jobSample:DescribeJobResponse', describeJobResponse_jobSample - Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed.

$sel:httpStatus:DescribeJobResponse', describeJobResponse_httpStatus - The response's http status code.

$sel:name:DescribeJob', describeJobResponse_name - The name of the job.

UpdateProfileJob

data UpdateProfileJob Source #

See: newUpdateProfileJob smart constructor.

Instances

Instances details
Eq UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Read UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Show UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Generic UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Associated Types

type Rep UpdateProfileJob :: Type -> Type #

NFData UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Methods

rnf :: UpdateProfileJob -> () #

Hashable UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

ToJSON UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

AWSRequest UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Associated Types

type AWSResponse UpdateProfileJob #

ToHeaders UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

ToPath UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

ToQuery UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

type Rep UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

type Rep UpdateProfileJob = D1 ('MetaData "UpdateProfileJob" "Amazonka.DataBrew.UpdateProfileJob" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "UpdateProfileJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionMode)) :*: S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription))) :*: (S1 ('MetaSel ('Just "maxRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "encryptionKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProfileConfiguration)) :*: (S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "jobSample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobSample)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Location) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

newUpdateProfileJob Source #

Create a value of UpdateProfileJob 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:encryptionMode:UpdateProfileJob', updateProfileJob_encryptionMode - The encryption mode for the job, which can be one of the following:

  • SSE-KMS - Server-side encryption with keys managed by KMS.
  • SSE-S3 - Server-side encryption with keys managed by Amazon S3.

$sel:logSubscription:UpdateProfileJob', updateProfileJob_logSubscription - Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.

$sel:maxRetries:UpdateProfileJob', updateProfileJob_maxRetries - The maximum number of times to retry the job after a job run fails.

$sel:encryptionKeyArn:UpdateProfileJob', updateProfileJob_encryptionKeyArn - The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.

$sel:maxCapacity:UpdateProfileJob', updateProfileJob_maxCapacity - The maximum number of compute nodes that DataBrew can use when the job processes data.

$sel:configuration:UpdateProfileJob', updateProfileJob_configuration - Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.

$sel:timeout:UpdateProfileJob', updateProfileJob_timeout - The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT.

$sel:jobSample:UpdateProfileJob', updateProfileJob_jobSample - Sample configuration for Profile Jobs only. Determines the number of rows on which the Profile job will be executed. If a JobSample value is not provided for profile jobs, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.

$sel:name:UpdateProfileJob', updateProfileJob_name - The name of the job to be updated.

$sel:outputLocation:UpdateProfileJob', updateProfileJob_outputLocation - Undocumented member.

$sel:roleArn:UpdateProfileJob', updateProfileJob_roleArn - The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.

data UpdateProfileJobResponse Source #

See: newUpdateProfileJobResponse smart constructor.

Instances

Instances details
Eq UpdateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Read UpdateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Show UpdateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Generic UpdateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Associated Types

type Rep UpdateProfileJobResponse :: Type -> Type #

NFData UpdateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

type Rep UpdateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

type Rep UpdateProfileJobResponse = D1 ('MetaData "UpdateProfileJobResponse" "Amazonka.DataBrew.UpdateProfileJob" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "UpdateProfileJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateProfileJobResponse Source #

Create a value of UpdateProfileJobResponse 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:UpdateProfileJobResponse', updateProfileJobResponse_httpStatus - The response's http status code.

$sel:name:UpdateProfileJob', updateProfileJobResponse_name - The name of the job that was updated.

DescribeRecipe

data DescribeRecipe Source #

See: newDescribeRecipe smart constructor.

Constructors

DescribeRecipe' (Maybe Text) Text 

Instances

Instances details
Eq DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Read DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Show DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Generic DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Associated Types

type Rep DescribeRecipe :: Type -> Type #

NFData DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Methods

rnf :: DescribeRecipe -> () #

Hashable DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

AWSRequest DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Associated Types

type AWSResponse DescribeRecipe #

ToHeaders DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

ToPath DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

ToQuery DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

type Rep DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

type Rep DescribeRecipe = D1 ('MetaData "DescribeRecipe" "Amazonka.DataBrew.DescribeRecipe" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DescribeRecipe'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

newDescribeRecipe Source #

Create a value of DescribeRecipe 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:recipeVersion:DescribeRecipe', describeRecipe_recipeVersion - The recipe version identifier. If this parameter isn't specified, then the latest published version is returned.

$sel:name:DescribeRecipe', describeRecipe_name - The name of the recipe to be described.

data DescribeRecipeResponse Source #

See: newDescribeRecipeResponse smart constructor.

Instances

Instances details
Eq DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Read DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Show DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Generic DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Associated Types

type Rep DescribeRecipeResponse :: Type -> Type #

NFData DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Methods

rnf :: DescribeRecipeResponse -> () #

type Rep DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

type Rep DescribeRecipeResponse = D1 ('MetaData "DescribeRecipeResponse" "Amazonka.DataBrew.DescribeRecipe" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DescribeRecipeResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "publishedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "steps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecipeStep]))) :*: (S1 ('MetaSel ('Just "publishedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newDescribeRecipeResponse Source #

Create a value of DescribeRecipeResponse 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:DescribeRecipeResponse', describeRecipeResponse_lastModifiedDate - The date and time that the recipe was last modified.

$sel:createDate:DescribeRecipeResponse', describeRecipeResponse_createDate - The date and time that the recipe was created.

$sel:publishedBy:DescribeRecipeResponse', describeRecipeResponse_publishedBy - The identifier (user name) of the user who last published the recipe.

$sel:createdBy:DescribeRecipeResponse', describeRecipeResponse_createdBy - The identifier (user name) of the user who created the recipe.

$sel:steps:DescribeRecipeResponse', describeRecipeResponse_steps - One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.

$sel:publishedDate:DescribeRecipeResponse', describeRecipeResponse_publishedDate - The date and time when the recipe was last published.

$sel:resourceArn:DescribeRecipeResponse', describeRecipeResponse_resourceArn - The ARN of the recipe.

$sel:recipeVersion:DescribeRecipe', describeRecipeResponse_recipeVersion - The recipe version identifier.

$sel:projectName:DescribeRecipeResponse', describeRecipeResponse_projectName - The name of the project associated with this recipe.

$sel:lastModifiedBy:DescribeRecipeResponse', describeRecipeResponse_lastModifiedBy - The identifier (user name) of the user who last modified the recipe.

$sel:description:DescribeRecipeResponse', describeRecipeResponse_description - The description of the recipe.

$sel:tags:DescribeRecipeResponse', describeRecipeResponse_tags - Metadata tags associated with this project.

$sel:httpStatus:DescribeRecipeResponse', describeRecipeResponse_httpStatus - The response's http status code.

$sel:name:DescribeRecipe', describeRecipeResponse_name - The name of the recipe.

CreateProfileJob

data CreateProfileJob Source #

See: newCreateProfileJob smart constructor.

Instances

Instances details
Eq CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Read CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Show CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Generic CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Associated Types

type Rep CreateProfileJob :: Type -> Type #

NFData CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Methods

rnf :: CreateProfileJob -> () #

Hashable CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

ToJSON CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

AWSRequest CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Associated Types

type AWSResponse CreateProfileJob #

ToHeaders CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

ToPath CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

ToQuery CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

type Rep CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

type Rep CreateProfileJob = D1 ('MetaData "CreateProfileJob" "Amazonka.DataBrew.CreateProfileJob" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "CreateProfileJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionMode)) :*: (S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription)) :*: S1 ('MetaSel ('Just "maxRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "encryptionKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProfileConfiguration))))) :*: ((S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "jobSample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobSample)))) :*: ((S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Location) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

newCreateProfileJob Source #

Create a value of CreateProfileJob 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:encryptionMode:CreateProfileJob', createProfileJob_encryptionMode - The encryption mode for the job, which can be one of the following:

  • SSE-KMS - SSE-KMS - Server-side encryption with KMS-managed keys.
  • SSE-S3 - Server-side encryption with keys managed by Amazon S3.

$sel:logSubscription:CreateProfileJob', createProfileJob_logSubscription - Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.

$sel:maxRetries:CreateProfileJob', createProfileJob_maxRetries - The maximum number of times to retry the job after a job run fails.

$sel:encryptionKeyArn:CreateProfileJob', createProfileJob_encryptionKeyArn - The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.

$sel:maxCapacity:CreateProfileJob', createProfileJob_maxCapacity - The maximum number of nodes that DataBrew can use when the job processes data.

$sel:configuration:CreateProfileJob', createProfileJob_configuration - Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.

$sel:timeout:CreateProfileJob', createProfileJob_timeout - The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT.

$sel:tags:CreateProfileJob', createProfileJob_tags - Metadata tags to apply to this job.

$sel:jobSample:CreateProfileJob', createProfileJob_jobSample - Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.

$sel:datasetName:CreateProfileJob', createProfileJob_datasetName - The name of the dataset that this job is to act upon.

$sel:name:CreateProfileJob', createProfileJob_name - The name of the job to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

$sel:outputLocation:CreateProfileJob', createProfileJob_outputLocation - Undocumented member.

$sel:roleArn:CreateProfileJob', createProfileJob_roleArn - The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.

data CreateProfileJobResponse Source #

See: newCreateProfileJobResponse smart constructor.

Instances

Instances details
Eq CreateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Read CreateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Show CreateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Generic CreateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Associated Types

type Rep CreateProfileJobResponse :: Type -> Type #

NFData CreateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

type Rep CreateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

type Rep CreateProfileJobResponse = D1 ('MetaData "CreateProfileJobResponse" "Amazonka.DataBrew.CreateProfileJob" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "CreateProfileJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateProfileJobResponse Source #

Create a value of CreateProfileJobResponse 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:CreateProfileJobResponse', createProfileJobResponse_httpStatus - The response's http status code.

$sel:name:CreateProfileJob', createProfileJobResponse_name - The name of the job that was created.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.DataBrew.TagResource" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The DataBrew resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN). For DataBrew, you can tag a dataset, a job, a project, or a recipe.

$sel:tags:TagResource', tagResource_tags - One or more tags to be assigned to the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.DataBrew.TagResource" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

DescribeSchedule

data DescribeSchedule Source #

See: newDescribeSchedule smart constructor.

Constructors

DescribeSchedule' Text 

Instances

Instances details
Eq DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Read DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Show DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Generic DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Associated Types

type Rep DescribeSchedule :: Type -> Type #

NFData DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Methods

rnf :: DescribeSchedule -> () #

Hashable DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

AWSRequest DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Associated Types

type AWSResponse DescribeSchedule #

ToHeaders DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

ToPath DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

ToQuery DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

type Rep DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

type Rep DescribeSchedule = D1 ('MetaData "DescribeSchedule" "Amazonka.DataBrew.DescribeSchedule" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DescribeSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

newDescribeSchedule Source #

Create a value of DescribeSchedule 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:name:DescribeSchedule', describeSchedule_name - The name of the schedule to be described.

data DescribeScheduleResponse Source #

See: newDescribeScheduleResponse smart constructor.

Instances

Instances details
Eq DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Read DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Show DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Generic DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Associated Types

type Rep DescribeScheduleResponse :: Type -> Type #

NFData DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

type Rep DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

newDescribeScheduleResponse Source #

Create a value of DescribeScheduleResponse 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:DescribeScheduleResponse', describeScheduleResponse_lastModifiedDate - The date and time that the schedule was last modified.

$sel:createDate:DescribeScheduleResponse', describeScheduleResponse_createDate - The date and time that the schedule was created.

$sel:createdBy:DescribeScheduleResponse', describeScheduleResponse_createdBy - The identifier (user name) of the user who created the schedule.

$sel:resourceArn:DescribeScheduleResponse', describeScheduleResponse_resourceArn - The Amazon Resource Name (ARN) of the schedule.

$sel:cronExpression:DescribeScheduleResponse', describeScheduleResponse_cronExpression - The date or dates and time or times when the jobs are to be run for the schedule. For more information, see Cron expressions in the Glue DataBrew Developer Guide.

$sel:lastModifiedBy:DescribeScheduleResponse', describeScheduleResponse_lastModifiedBy - The identifier (user name) of the user who last modified the schedule.

$sel:jobNames:DescribeScheduleResponse', describeScheduleResponse_jobNames - The name or names of one or more jobs to be run by using the schedule.

$sel:tags:DescribeScheduleResponse', describeScheduleResponse_tags - Metadata tags associated with this schedule.

$sel:httpStatus:DescribeScheduleResponse', describeScheduleResponse_httpStatus - The response's http status code.

$sel:name:DescribeSchedule', describeScheduleResponse_name - The name of the schedule.

DescribeJobRun

data DescribeJobRun Source #

See: newDescribeJobRun smart constructor.

Constructors

DescribeJobRun' Text Text 

Instances

Instances details
Eq DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Read DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Show DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Generic DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Associated Types

type Rep DescribeJobRun :: Type -> Type #

NFData DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Methods

rnf :: DescribeJobRun -> () #

Hashable DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

AWSRequest DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Associated Types

type AWSResponse DescribeJobRun #

ToHeaders DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

ToPath DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

ToQuery DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

type Rep DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

type Rep DescribeJobRun = D1 ('MetaData "DescribeJobRun" "Amazonka.DataBrew.DescribeJobRun" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DescribeJobRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

newDescribeJobRun Source #

Create a value of DescribeJobRun 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:name:DescribeJobRun', describeJobRun_name - The name of the job being processed during this run.

$sel:runId:DescribeJobRun', describeJobRun_runId - The unique identifier of the job run.

data DescribeJobRunResponse Source #

See: newDescribeJobRunResponse smart constructor.

Instances

Instances details
Eq DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Read DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Show DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Generic DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Associated Types

type Rep DescribeJobRunResponse :: Type -> Type #

NFData DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Methods

rnf :: DescribeJobRunResponse -> () #

type Rep DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

type Rep DescribeJobRunResponse = D1 ('MetaData "DescribeJobRunResponse" "Amazonka.DataBrew.DescribeJobRun" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DescribeJobRunResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "completedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobRunState))) :*: (S1 ('MetaSel ('Just "dataCatalogOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataCatalogOutput))) :*: S1 ('MetaSel ('Just "startedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "recipeReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecipeReference)) :*: S1 ('MetaSel ('Just "profileConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProfileConfiguration))) :*: (S1 ('MetaSel ('Just "databaseOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DatabaseOutput))) :*: (S1 ('MetaSel ('Just "logGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Output))))))) :*: (((S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription)) :*: (S1 ('MetaSel ('Just "startedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "attempt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "jobSample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobSample)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newDescribeJobRunResponse Source #

Create a value of DescribeJobRunResponse 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:completedOn:DescribeJobRunResponse', describeJobRunResponse_completedOn - The date and time when the job completed processing.

$sel:state:DescribeJobRunResponse', describeJobRunResponse_state - The current state of the job run entity itself.

$sel:dataCatalogOutputs:DescribeJobRunResponse', describeJobRunResponse_dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.

$sel:startedOn:DescribeJobRunResponse', describeJobRunResponse_startedOn - The date and time when the job run began.

$sel:recipeReference:DescribeJobRunResponse', describeJobRunResponse_recipeReference - Undocumented member.

$sel:profileConfiguration:DescribeJobRunResponse', describeJobRunResponse_profileConfiguration - Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.

$sel:databaseOutputs:DescribeJobRunResponse', describeJobRunResponse_databaseOutputs - Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.

$sel:logGroupName:DescribeJobRunResponse', describeJobRunResponse_logGroupName - The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.

$sel:outputs:DescribeJobRunResponse', describeJobRunResponse_outputs - One or more output artifacts from a job run.

$sel:runId:DescribeJobRun', describeJobRunResponse_runId - The unique identifier of the job run.

$sel:executionTime:DescribeJobRunResponse', describeJobRunResponse_executionTime - The amount of time, in seconds, during which the job run consumed resources.

$sel:logSubscription:DescribeJobRunResponse', describeJobRunResponse_logSubscription - The current status of Amazon CloudWatch logging for the job run.

$sel:startedBy:DescribeJobRunResponse', describeJobRunResponse_startedBy - The Amazon Resource Name (ARN) of the user who started the job run.

$sel:datasetName:DescribeJobRunResponse', describeJobRunResponse_datasetName - The name of the dataset for the job to process.

$sel:attempt:DescribeJobRunResponse', describeJobRunResponse_attempt - The number of times that DataBrew has attempted to run the job.

$sel:errorMessage:DescribeJobRunResponse', describeJobRunResponse_errorMessage - A message indicating an error (if any) that was encountered when the job ran.

$sel:jobSample:DescribeJobRunResponse', describeJobRunResponse_jobSample - Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.

$sel:httpStatus:DescribeJobRunResponse', describeJobRunResponse_httpStatus - The response's http status code.

$sel:jobName:DescribeJobRunResponse', describeJobRunResponse_jobName - The name of the job being processed during this run.

StartProjectSession

data StartProjectSession Source #

See: newStartProjectSession smart constructor.

Instances

Instances details
Eq StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Read StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Show StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Generic StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Associated Types

type Rep StartProjectSession :: Type -> Type #

NFData StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Methods

rnf :: StartProjectSession -> () #

Hashable StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

ToJSON StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

AWSRequest StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Associated Types

type AWSResponse StartProjectSession #

ToHeaders StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

ToPath StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

ToQuery StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

type Rep StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

type Rep StartProjectSession = D1 ('MetaData "StartProjectSession" "Amazonka.DataBrew.StartProjectSession" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "StartProjectSession'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assumeControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

newStartProjectSession Source #

Create a value of StartProjectSession 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:assumeControl:StartProjectSession', startProjectSession_assumeControl - A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.

$sel:name:StartProjectSession', startProjectSession_name - The name of the project to act upon.

data StartProjectSessionResponse Source #

See: newStartProjectSessionResponse smart constructor.

Instances

Instances details
Eq StartProjectSessionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Read StartProjectSessionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Show StartProjectSessionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Generic StartProjectSessionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Associated Types

type Rep StartProjectSessionResponse :: Type -> Type #

NFData StartProjectSessionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

type Rep StartProjectSessionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

type Rep StartProjectSessionResponse = D1 ('MetaData "StartProjectSessionResponse" "Amazonka.DataBrew.StartProjectSession" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "StartProjectSessionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientSessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newStartProjectSessionResponse Source #

Create a value of StartProjectSessionResponse 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:clientSessionId:StartProjectSessionResponse', startProjectSessionResponse_clientSessionId - A system-generated identifier for the session.

$sel:httpStatus:StartProjectSessionResponse', startProjectSessionResponse_httpStatus - The response's http status code.

$sel:name:StartProjectSession', startProjectSessionResponse_name - The name of the project to be acted upon.

DeleteRecipeVersion

data DeleteRecipeVersion Source #

See: newDeleteRecipeVersion smart constructor.

Instances

Instances details
Eq DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Read DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Show DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Generic DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Associated Types

type Rep DeleteRecipeVersion :: Type -> Type #

NFData DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Methods

rnf :: DeleteRecipeVersion -> () #

Hashable DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

AWSRequest DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Associated Types

type AWSResponse DeleteRecipeVersion #

ToHeaders DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

ToPath DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

ToQuery DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

type Rep DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

type Rep DeleteRecipeVersion = D1 ('MetaData "DeleteRecipeVersion" "Amazonka.DataBrew.DeleteRecipeVersion" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DeleteRecipeVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

newDeleteRecipeVersion Source #

Create a value of DeleteRecipeVersion 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:name:DeleteRecipeVersion', deleteRecipeVersion_name - The name of the recipe.

$sel:recipeVersion:DeleteRecipeVersion', deleteRecipeVersion_recipeVersion - The version of the recipe to be deleted. You can specify a numeric versions (X.Y) or LATEST_WORKING. LATEST_PUBLISHED is not supported.

data DeleteRecipeVersionResponse Source #

See: newDeleteRecipeVersionResponse smart constructor.

Instances

Instances details
Eq DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Read DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Show DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Generic DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Associated Types

type Rep DeleteRecipeVersionResponse :: Type -> Type #

NFData DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

type Rep DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

type Rep DeleteRecipeVersionResponse = D1 ('MetaData "DeleteRecipeVersionResponse" "Amazonka.DataBrew.DeleteRecipeVersion" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DeleteRecipeVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteRecipeVersionResponse Source #

Create a value of DeleteRecipeVersionResponse 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:DeleteRecipeVersionResponse', deleteRecipeVersionResponse_httpStatus - The response's http status code.

$sel:name:DeleteRecipeVersion', deleteRecipeVersionResponse_name - The name of the recipe that was deleted.

$sel:recipeVersion:DeleteRecipeVersion', deleteRecipeVersionResponse_recipeVersion - The version of the recipe that was deleted.

ListDatasets (Paginated)

data ListDatasets Source #

See: newListDatasets smart constructor.

Instances

Instances details
Eq ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Read ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Show ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Generic ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Associated Types

type Rep ListDatasets :: Type -> Type #

NFData ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Methods

rnf :: ListDatasets -> () #

Hashable ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

AWSPager ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

AWSRequest ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Associated Types

type AWSResponse ListDatasets #

ToHeaders ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

ToPath ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

ToQuery ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

type Rep ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

type Rep ListDatasets = D1 ('MetaData "ListDatasets" "Amazonka.DataBrew.ListDatasets" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListDatasets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

newListDatasets :: ListDatasets Source #

Create a value of ListDatasets 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:nextToken:ListDatasets', listDatasets_nextToken - The token returned by a previous call to retrieve the next set of results.

$sel:maxResults:ListDatasets', listDatasets_maxResults - The maximum number of results to return in this request.

data ListDatasetsResponse Source #

See: newListDatasetsResponse smart constructor.

Instances

Instances details
Eq ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Read ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Show ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Generic ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Associated Types

type Rep ListDatasetsResponse :: Type -> Type #

NFData ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Methods

rnf :: ListDatasetsResponse -> () #

type Rep ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

type Rep ListDatasetsResponse = D1 ('MetaData "ListDatasetsResponse" "Amazonka.DataBrew.ListDatasets" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListDatasetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "datasets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Dataset]))))

newListDatasetsResponse Source #

Create a value of ListDatasetsResponse 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:nextToken:ListDatasets', listDatasetsResponse_nextToken - A token that you can use in a subsequent call to retrieve the next set of results.

$sel:httpStatus:ListDatasetsResponse', listDatasetsResponse_httpStatus - The response's http status code.

$sel:datasets:ListDatasetsResponse', listDatasetsResponse_datasets - A list of datasets that are defined.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.DataBrew.UntagResource" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - A DataBrew resource from which you want to remove a tag or tags. The value for this parameter is an Amazon Resource Name (ARN).

$sel:tagKeys:UntagResource', untagResource_tagKeys - The tag keys (names) of one or more tags to be removed.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.DataBrew.UntagResource" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

StartJobRun

data StartJobRun Source #

See: newStartJobRun smart constructor.

Constructors

StartJobRun' Text 

Instances

Instances details
Eq StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Read StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Show StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Generic StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Associated Types

type Rep StartJobRun :: Type -> Type #

NFData StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Methods

rnf :: StartJobRun -> () #

Hashable StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

ToJSON StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

AWSRequest StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Associated Types

type AWSResponse StartJobRun #

ToHeaders StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Methods

toHeaders :: StartJobRun -> [Header] #

ToPath StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

ToQuery StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

type Rep StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

type Rep StartJobRun = D1 ('MetaData "StartJobRun" "Amazonka.DataBrew.StartJobRun" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "StartJobRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

newStartJobRun Source #

Create a value of StartJobRun 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:name:StartJobRun', startJobRun_name - The name of the job to be run.

data StartJobRunResponse Source #

See: newStartJobRunResponse smart constructor.

Instances

Instances details
Eq StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Read StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Show StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Generic StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Associated Types

type Rep StartJobRunResponse :: Type -> Type #

NFData StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Methods

rnf :: StartJobRunResponse -> () #

type Rep StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

type Rep StartJobRunResponse = D1 ('MetaData "StartJobRunResponse" "Amazonka.DataBrew.StartJobRun" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "StartJobRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartJobRunResponse Source #

Create a value of StartJobRunResponse 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:StartJobRunResponse', startJobRunResponse_httpStatus - The response's http status code.

$sel:runId:StartJobRunResponse', startJobRunResponse_runId - A system-generated identifier for this particular job run.

UpdateRecipe

data UpdateRecipe Source #

See: newUpdateRecipe smart constructor.

Instances

Instances details
Eq UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Read UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Show UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Generic UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Associated Types

type Rep UpdateRecipe :: Type -> Type #

NFData UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Methods

rnf :: UpdateRecipe -> () #

Hashable UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

ToJSON UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

AWSRequest UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Associated Types

type AWSResponse UpdateRecipe #

ToHeaders UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

ToPath UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

ToQuery UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

type Rep UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

type Rep UpdateRecipe = D1 ('MetaData "UpdateRecipe" "Amazonka.DataBrew.UpdateRecipe" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "UpdateRecipe'" 'PrefixI 'True) (S1 ('MetaSel ('Just "steps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecipeStep])) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

newUpdateRecipe Source #

Create a value of UpdateRecipe 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:steps:UpdateRecipe', updateRecipe_steps - One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.

$sel:description:UpdateRecipe', updateRecipe_description - A description of the recipe.

$sel:name:UpdateRecipe', updateRecipe_name - The name of the recipe to be updated.

data UpdateRecipeResponse Source #

See: newUpdateRecipeResponse smart constructor.

Instances

Instances details
Eq UpdateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Read UpdateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Show UpdateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Generic UpdateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Associated Types

type Rep UpdateRecipeResponse :: Type -> Type #

NFData UpdateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Methods

rnf :: UpdateRecipeResponse -> () #

type Rep UpdateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

type Rep UpdateRecipeResponse = D1 ('MetaData "UpdateRecipeResponse" "Amazonka.DataBrew.UpdateRecipe" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "UpdateRecipeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateRecipeResponse Source #

Create a value of UpdateRecipeResponse 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:UpdateRecipeResponse', updateRecipeResponse_httpStatus - The response's http status code.

$sel:name:UpdateRecipe', updateRecipeResponse_name - The name of the recipe that was updated.

CreateSchedule

data CreateSchedule Source #

See: newCreateSchedule smart constructor.

Instances

Instances details
Eq CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Read CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Show CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Generic CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Associated Types

type Rep CreateSchedule :: Type -> Type #

NFData CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Methods

rnf :: CreateSchedule -> () #

Hashable CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

ToJSON CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

AWSRequest CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Associated Types

type AWSResponse CreateSchedule #

ToHeaders CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

ToPath CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

ToQuery CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

type Rep CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

type Rep CreateSchedule = D1 ('MetaData "CreateSchedule" "Amazonka.DataBrew.CreateSchedule" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "CreateSchedule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "jobNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "cronExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

newCreateSchedule Source #

Create a value of CreateSchedule 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:jobNames:CreateSchedule', createSchedule_jobNames - The name or names of one or more jobs to be run.

$sel:tags:CreateSchedule', createSchedule_tags - Metadata tags to apply to this schedule.

$sel:cronExpression:CreateSchedule', createSchedule_cronExpression - The date or dates and time or times when the jobs are to be run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.

$sel:name:CreateSchedule', createSchedule_name - A unique name for the schedule. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

data CreateScheduleResponse Source #

See: newCreateScheduleResponse smart constructor.

Instances

Instances details
Eq CreateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Read CreateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Show CreateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Generic CreateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Associated Types

type Rep CreateScheduleResponse :: Type -> Type #

NFData CreateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Methods

rnf :: CreateScheduleResponse -> () #

type Rep CreateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

type Rep CreateScheduleResponse = D1 ('MetaData "CreateScheduleResponse" "Amazonka.DataBrew.CreateSchedule" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "CreateScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateScheduleResponse Source #

Create a value of CreateScheduleResponse 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:CreateScheduleResponse', createScheduleResponse_httpStatus - The response's http status code.

$sel:name:CreateSchedule', createScheduleResponse_name - The name of the schedule that was created.

ListRecipes (Paginated)

data ListRecipes Source #

See: newListRecipes smart constructor.

Instances

Instances details
Eq ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Read ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Show ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Generic ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Associated Types

type Rep ListRecipes :: Type -> Type #

NFData ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Methods

rnf :: ListRecipes -> () #

Hashable ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

AWSPager ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

AWSRequest ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Associated Types

type AWSResponse ListRecipes #

ToHeaders ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Methods

toHeaders :: ListRecipes -> [Header] #

ToPath ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

ToQuery ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

type Rep ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

type Rep ListRecipes = D1 ('MetaData "ListRecipes" "Amazonka.DataBrew.ListRecipes" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListRecipes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

newListRecipes :: ListRecipes Source #

Create a value of ListRecipes 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:nextToken:ListRecipes', listRecipes_nextToken - The token returned by a previous call to retrieve the next set of results.

$sel:recipeVersion:ListRecipes', listRecipes_recipeVersion - Return only those recipes with a version identifier of LATEST_WORKING or LATEST_PUBLISHED. If RecipeVersion is omitted, ListRecipes returns all of the LATEST_PUBLISHED recipe versions.

Valid values: LATEST_WORKING | LATEST_PUBLISHED

$sel:maxResults:ListRecipes', listRecipes_maxResults - The maximum number of results to return in this request.

data ListRecipesResponse Source #

See: newListRecipesResponse smart constructor.

Instances

Instances details
Eq ListRecipesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Read ListRecipesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Show ListRecipesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Generic ListRecipesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Associated Types

type Rep ListRecipesResponse :: Type -> Type #

NFData ListRecipesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Methods

rnf :: ListRecipesResponse -> () #

type Rep ListRecipesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

type Rep ListRecipesResponse = D1 ('MetaData "ListRecipesResponse" "Amazonka.DataBrew.ListRecipes" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ListRecipesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "recipes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Recipe]))))

newListRecipesResponse Source #

Create a value of ListRecipesResponse 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:nextToken:ListRecipes', listRecipesResponse_nextToken - A token that you can use in a subsequent call to retrieve the next set of results.

$sel:httpStatus:ListRecipesResponse', listRecipesResponse_httpStatus - The response's http status code.

$sel:recipes:ListRecipesResponse', listRecipesResponse_recipes - A list of recipes that are defined.

PublishRecipe

data PublishRecipe Source #

See: newPublishRecipe smart constructor.

Constructors

PublishRecipe' (Maybe Text) Text 

Instances

Instances details
Eq PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Read PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Show PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Generic PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Associated Types

type Rep PublishRecipe :: Type -> Type #

NFData PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Methods

rnf :: PublishRecipe -> () #

Hashable PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

ToJSON PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

AWSRequest PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Associated Types

type AWSResponse PublishRecipe #

ToHeaders PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

ToPath PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

ToQuery PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

type Rep PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

type Rep PublishRecipe = D1 ('MetaData "PublishRecipe" "Amazonka.DataBrew.PublishRecipe" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "PublishRecipe'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

newPublishRecipe Source #

Create a value of PublishRecipe 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:description:PublishRecipe', publishRecipe_description - A description of the recipe to be published, for this version of the recipe.

$sel:name:PublishRecipe', publishRecipe_name - The name of the recipe to be published.

data PublishRecipeResponse Source #

See: newPublishRecipeResponse smart constructor.

Instances

Instances details
Eq PublishRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Read PublishRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Show PublishRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Generic PublishRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Associated Types

type Rep PublishRecipeResponse :: Type -> Type #

NFData PublishRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Methods

rnf :: PublishRecipeResponse -> () #

type Rep PublishRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

type Rep PublishRecipeResponse = D1 ('MetaData "PublishRecipeResponse" "Amazonka.DataBrew.PublishRecipe" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "PublishRecipeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPublishRecipeResponse Source #

Create a value of PublishRecipeResponse 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:PublishRecipeResponse', publishRecipeResponse_httpStatus - The response's http status code.

$sel:name:PublishRecipe', publishRecipeResponse_name - The name of the recipe that you published.

CreateProject

data CreateProject Source #

See: newCreateProject smart constructor.

Instances

Instances details
Eq CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Read CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Show CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Generic CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Associated Types

type Rep CreateProject :: Type -> Type #

NFData CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Methods

rnf :: CreateProject -> () #

Hashable CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

ToJSON CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

AWSRequest CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Associated Types

type AWSResponse CreateProject #

ToHeaders CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

ToPath CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

ToQuery CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

type Rep CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

type AWSResponse CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

newCreateProject Source #

Create a value of CreateProject 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:CreateProject', createProject_sample - Undocumented member.

$sel:tags:CreateProject', createProject_tags - Metadata tags to apply to this project.

$sel:datasetName:CreateProject', createProject_datasetName - The name of an existing dataset to associate this project with.

$sel:name:CreateProject', createProject_name - A unique name for the new project. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

$sel:recipeName:CreateProject', createProject_recipeName - The name of an existing recipe to associate with the project.

$sel:roleArn:CreateProject', createProject_roleArn - The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed for this request.

data CreateProjectResponse Source #

See: newCreateProjectResponse smart constructor.

Instances

Instances details
Eq CreateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Read CreateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Show CreateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Generic CreateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Associated Types

type Rep CreateProjectResponse :: Type -> Type #

NFData CreateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Methods

rnf :: CreateProjectResponse -> () #

type Rep CreateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

type Rep CreateProjectResponse = D1 ('MetaData "CreateProjectResponse" "Amazonka.DataBrew.CreateProject" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "CreateProjectResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateProjectResponse Source #

Create a value of CreateProjectResponse 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:CreateProjectResponse', createProjectResponse_httpStatus - The response's http status code.

$sel:name:CreateProject', createProjectResponse_name - The name of the project that you created.

SendProjectSessionAction

data SendProjectSessionAction Source #

See: newSendProjectSessionAction smart constructor.

Instances

Instances details
Eq SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

Read SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

Show SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

Generic SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

Associated Types

type Rep SendProjectSessionAction :: Type -> Type #

NFData SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

Hashable SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

ToJSON SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

AWSRequest SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

ToHeaders SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

ToPath SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

ToQuery SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

type Rep SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

type Rep SendProjectSessionAction = D1 ('MetaData "SendProjectSessionAction" "Amazonka.DataBrew.SendProjectSessionAction" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "SendProjectSessionAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "stepIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "preview") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "clientSessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "recipeStep") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecipeStep)) :*: (S1 ('MetaSel ('Just "viewFrame") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ViewFrame)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

newSendProjectSessionAction Source #

Create a value of SendProjectSessionAction 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:stepIndex:SendProjectSessionAction', sendProjectSessionAction_stepIndex - The index from which to preview a step. This index is used to preview the result of steps that have already been applied, so that the resulting view frame is from earlier in the view frame stack.

$sel:preview:SendProjectSessionAction', sendProjectSessionAction_preview - If true, the result of the recipe step will be returned, but not applied.

$sel:clientSessionId:SendProjectSessionAction', sendProjectSessionAction_clientSessionId - A unique identifier for an interactive session that's currently open and ready for work. The action will be performed on this session.

$sel:recipeStep:SendProjectSessionAction', sendProjectSessionAction_recipeStep - Undocumented member.

$sel:viewFrame:SendProjectSessionAction', sendProjectSessionAction_viewFrame - Undocumented member.

$sel:name:SendProjectSessionAction', sendProjectSessionAction_name - The name of the project to apply the action to.

data SendProjectSessionActionResponse Source #

See: newSendProjectSessionActionResponse smart constructor.

Instances

Instances details
Eq SendProjectSessionActionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

Read SendProjectSessionActionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

Show SendProjectSessionActionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

Generic SendProjectSessionActionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

Associated Types

type Rep SendProjectSessionActionResponse :: Type -> Type #

NFData SendProjectSessionActionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

type Rep SendProjectSessionActionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

type Rep SendProjectSessionActionResponse = D1 ('MetaData "SendProjectSessionActionResponse" "Amazonka.DataBrew.SendProjectSessionAction" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "SendProjectSessionActionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "actionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newSendProjectSessionActionResponse Source #

Create a value of SendProjectSessionActionResponse 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:actionId:SendProjectSessionActionResponse', sendProjectSessionActionResponse_actionId - A unique identifier for the action that was performed.

$sel:result:SendProjectSessionActionResponse', sendProjectSessionActionResponse_result - A message indicating the result of performing the action.

$sel:httpStatus:SendProjectSessionActionResponse', sendProjectSessionActionResponse_httpStatus - The response's http status code.

$sel:name:SendProjectSessionAction', sendProjectSessionActionResponse_name - The name of the project that was affected by the action.

Types

CompressionFormat

newtype CompressionFormat Source #

Instances

Instances details
Eq CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

Ord CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

Read CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

Show CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

Generic CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

Associated Types

type Rep CompressionFormat :: Type -> Type #

NFData CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

Methods

rnf :: CompressionFormat -> () #

Hashable CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

ToJSON CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

ToJSONKey CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

FromJSON CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

FromJSONKey CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

ToLog CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

ToHeader CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

ToQuery CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

FromXML CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

ToXML CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

ToByteString CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

FromText CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

ToText CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

type Rep CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

type Rep CompressionFormat = D1 ('MetaData "CompressionFormat" "Amazonka.DataBrew.Types.CompressionFormat" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "CompressionFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCompressionFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DatabaseOutputMode

newtype DatabaseOutputMode Source #

Instances

Instances details
Eq DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

Ord DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

Read DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

Show DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

Generic DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

Associated Types

type Rep DatabaseOutputMode :: Type -> Type #

NFData DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

Methods

rnf :: DatabaseOutputMode -> () #

Hashable DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

ToJSON DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

ToJSONKey DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

FromJSON DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

FromJSONKey DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

ToLog DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

ToHeader DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

ToQuery DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

FromXML DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

ToXML DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

ToByteString DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

FromText DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

ToText DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

type Rep DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

type Rep DatabaseOutputMode = D1 ('MetaData "DatabaseOutputMode" "Amazonka.DataBrew.Types.DatabaseOutputMode" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "DatabaseOutputMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDatabaseOutputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EncryptionMode

newtype EncryptionMode Source #

Constructors

EncryptionMode' 

Instances

Instances details
Eq EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

Ord EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

Read EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

Show EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

Generic EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

Associated Types

type Rep EncryptionMode :: Type -> Type #

NFData EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

Methods

rnf :: EncryptionMode -> () #

Hashable EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

ToJSON EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

ToJSONKey EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

FromJSON EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

FromJSONKey EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

ToLog EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

ToHeader EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

ToQuery EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

FromXML EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

ToXML EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

Methods

toXML :: EncryptionMode -> XML #

ToByteString EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

FromText EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

ToText EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

type Rep EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

type Rep EncryptionMode = D1 ('MetaData "EncryptionMode" "Amazonka.DataBrew.Types.EncryptionMode" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "EncryptionMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEncryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InputFormat

newtype InputFormat Source #

Constructors

InputFormat' 

Instances

Instances details
Eq InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

Ord InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

Read InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

Show InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

Generic InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

Associated Types

type Rep InputFormat :: Type -> Type #

NFData InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

Methods

rnf :: InputFormat -> () #

Hashable InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

ToJSON InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

ToJSONKey InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

FromJSON InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

FromJSONKey InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

ToLog InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

ToHeader InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

ToQuery InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

FromXML InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

ToXML InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

Methods

toXML :: InputFormat -> XML #

ToByteString InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

FromText InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

ToText InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

Methods

toText :: InputFormat -> Text #

type Rep InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

type Rep InputFormat = D1 ('MetaData "InputFormat" "Amazonka.DataBrew.Types.InputFormat" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "InputFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInputFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JobRunState

newtype JobRunState Source #

Constructors

JobRunState' 

Instances

Instances details
Eq JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

Ord JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

Read JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

Show JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

Generic JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

Associated Types

type Rep JobRunState :: Type -> Type #

NFData JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

Methods

rnf :: JobRunState -> () #

Hashable JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

ToJSON JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

ToJSONKey JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

FromJSON JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

FromJSONKey JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

ToLog JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

ToHeader JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

ToQuery JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

FromXML JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

ToXML JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

Methods

toXML :: JobRunState -> XML #

ToByteString JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

FromText JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

ToText JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

Methods

toText :: JobRunState -> Text #

type Rep JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

type Rep JobRunState = D1 ('MetaData "JobRunState" "Amazonka.DataBrew.Types.JobRunState" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "JobRunState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJobRunState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JobType

newtype JobType Source #

Constructors

JobType' 

Fields

Bundled Patterns

pattern JobType_PROFILE :: JobType 
pattern JobType_RECIPE :: JobType 

Instances

Instances details
Eq JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Methods

(==) :: JobType -> JobType -> Bool #

(/=) :: JobType -> JobType -> Bool #

Ord JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Read JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Show JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Generic JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Associated Types

type Rep JobType :: Type -> Type #

Methods

from :: JobType -> Rep JobType x #

to :: Rep JobType x -> JobType #

NFData JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Methods

rnf :: JobType -> () #

Hashable JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Methods

hashWithSalt :: Int -> JobType -> Int #

hash :: JobType -> Int #

ToJSON JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

ToJSONKey JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

FromJSON JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

FromJSONKey JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

ToLog JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

ToHeader JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Methods

toHeader :: HeaderName -> JobType -> [Header] #

ToQuery JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

FromXML JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

ToXML JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Methods

toXML :: JobType -> XML #

ToByteString JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Methods

toBS :: JobType -> ByteString #

FromText JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

ToText JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Methods

toText :: JobType -> Text #

type Rep JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

type Rep JobType = D1 ('MetaData "JobType" "Amazonka.DataBrew.Types.JobType" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "JobType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJobType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LogSubscription

newtype LogSubscription Source #

Constructors

LogSubscription' 

Instances

Instances details
Eq LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

Ord LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

Read LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

Show LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

Generic LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

Associated Types

type Rep LogSubscription :: Type -> Type #

NFData LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

Methods

rnf :: LogSubscription -> () #

Hashable LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

ToJSON LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

ToJSONKey LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

FromJSON LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

FromJSONKey LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

ToLog LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

ToHeader LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

ToQuery LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

FromXML LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

ToXML LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

Methods

toXML :: LogSubscription -> XML #

ToByteString LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

FromText LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

ToText LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

type Rep LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

type Rep LogSubscription = D1 ('MetaData "LogSubscription" "Amazonka.DataBrew.Types.LogSubscription" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "LogSubscription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLogSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Order

newtype Order Source #

Constructors

Order' 

Fields

Bundled Patterns

pattern Order_ASCENDING :: Order 
pattern Order_DESCENDING :: Order 

Instances

Instances details
Eq Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

(==) :: Order -> Order -> Bool #

(/=) :: Order -> Order -> Bool #

Ord Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

compare :: Order -> Order -> Ordering #

(<) :: Order -> Order -> Bool #

(<=) :: Order -> Order -> Bool #

(>) :: Order -> Order -> Bool #

(>=) :: Order -> Order -> Bool #

max :: Order -> Order -> Order #

min :: Order -> Order -> Order #

Read Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Show Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

showsPrec :: Int -> Order -> ShowS #

show :: Order -> String #

showList :: [Order] -> ShowS #

Generic Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Associated Types

type Rep Order :: Type -> Type #

Methods

from :: Order -> Rep Order x #

to :: Rep Order x -> Order #

NFData Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

rnf :: Order -> () #

Hashable Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

hashWithSalt :: Int -> Order -> Int #

hash :: Order -> Int #

ToJSON Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

ToJSONKey Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

FromJSON Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

FromJSONKey Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

ToLog Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

ToHeader Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

toHeader :: HeaderName -> Order -> [Header] #

ToQuery Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

toQuery :: Order -> QueryString #

FromXML Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

parseXML :: [Node] -> Either String Order #

ToXML Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

toXML :: Order -> XML #

ToByteString Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

toBS :: Order -> ByteString #

FromText Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

ToText Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

toText :: Order -> Text #

type Rep Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

type Rep Order = D1 ('MetaData "Order" "Amazonka.DataBrew.Types.Order" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "Order'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrderedBy

newtype OrderedBy Source #

Constructors

OrderedBy' 

Fields

Bundled Patterns

pattern OrderedBy_LAST_MODIFIED_DATE :: OrderedBy 

Instances

Instances details
Eq OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

Ord OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

Read OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

Show OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

Generic OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

Associated Types

type Rep OrderedBy :: Type -> Type #

NFData OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

Methods

rnf :: OrderedBy -> () #

Hashable OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

ToJSON OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

ToJSONKey OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

FromJSON OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

FromJSONKey OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

ToLog OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

ToHeader OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

ToQuery OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

FromXML OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

ToXML OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

Methods

toXML :: OrderedBy -> XML #

ToByteString OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

Methods

toBS :: OrderedBy -> ByteString #

FromText OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

ToText OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

Methods

toText :: OrderedBy -> Text #

type Rep OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

type Rep OrderedBy = D1 ('MetaData "OrderedBy" "Amazonka.DataBrew.Types.OrderedBy" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "OrderedBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrderedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OutputFormat

newtype OutputFormat Source #

Constructors

OutputFormat' 

Instances

Instances details
Eq OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

Ord OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

Read OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

Show OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

Generic OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

Associated Types

type Rep OutputFormat :: Type -> Type #

NFData OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

Methods

rnf :: OutputFormat -> () #

Hashable OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

ToJSON OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

ToJSONKey OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

FromJSON OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

FromJSONKey OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

ToLog OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

ToHeader OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

ToQuery OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

FromXML OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

ToXML OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

Methods

toXML :: OutputFormat -> XML #

ToByteString OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

FromText OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

ToText OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

Methods

toText :: OutputFormat -> Text #

type Rep OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

type Rep OutputFormat = D1 ('MetaData "OutputFormat" "Amazonka.DataBrew.Types.OutputFormat" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "OutputFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOutputFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ParameterType

newtype ParameterType Source #

Constructors

ParameterType' 

Instances

Instances details
Eq ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

Ord ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

Read ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

Show ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

Generic ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

Associated Types

type Rep ParameterType :: Type -> Type #

NFData ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

Methods

rnf :: ParameterType -> () #

Hashable ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

ToJSON ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

ToJSONKey ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

FromJSON ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

FromJSONKey ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

ToLog ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

ToHeader ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

ToQuery ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

FromXML ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

ToXML ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

Methods

toXML :: ParameterType -> XML #

ToByteString ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

FromText ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

ToText ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

Methods

toText :: ParameterType -> Text #

type Rep ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

type Rep ParameterType = D1 ('MetaData "ParameterType" "Amazonka.DataBrew.Types.ParameterType" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "ParameterType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromParameterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SampleMode

newtype SampleMode Source #

Constructors

SampleMode' 

Fields

Bundled Patterns

pattern SampleMode_CUSTOM_ROWS :: SampleMode 
pattern SampleMode_FULL_DATASET :: SampleMode 

Instances

Instances details
Eq SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

Ord SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

Read SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

Show SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

Generic SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

Associated Types

type Rep SampleMode :: Type -> Type #

NFData SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

Methods

rnf :: SampleMode -> () #

Hashable SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

ToJSON SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

ToJSONKey SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

FromJSON SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

FromJSONKey SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

ToLog SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

ToHeader SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

ToQuery SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

FromXML SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

ToXML SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

Methods

toXML :: SampleMode -> XML #

ToByteString SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

FromText SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

ToText SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

Methods

toText :: SampleMode -> Text #

type Rep SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

type Rep SampleMode = D1 ('MetaData "SampleMode" "Amazonka.DataBrew.Types.SampleMode" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "SampleMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSampleMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SampleType

newtype SampleType Source #

Constructors

SampleType' 

Fields

Bundled Patterns

pattern SampleType_FIRST_N :: SampleType 
pattern SampleType_LAST_N :: SampleType 
pattern SampleType_RANDOM :: SampleType 

Instances

Instances details
Eq SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

Ord SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

Read SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

Show SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

Generic SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

Associated Types

type Rep SampleType :: Type -> Type #

NFData SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

Methods

rnf :: SampleType -> () #

Hashable SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

ToJSON SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

ToJSONKey SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

FromJSON SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

FromJSONKey SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

ToLog SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

ToHeader SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

ToQuery SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

FromXML SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

ToXML SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

Methods

toXML :: SampleType -> XML #

ToByteString SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

FromText SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

ToText SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

Methods

toText :: SampleType -> Text #

type Rep SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

type Rep SampleType = D1 ('MetaData "SampleType" "Amazonka.DataBrew.Types.SampleType" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "SampleType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSampleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SessionStatus

newtype SessionStatus Source #

Constructors

SessionStatus' 

Instances

Instances details
Eq SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

Ord SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

Read SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

Show SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

Generic SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

Associated Types

type Rep SessionStatus :: Type -> Type #

NFData SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

Methods

rnf :: SessionStatus -> () #

Hashable SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

ToJSON SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

ToJSONKey SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

FromJSON SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

FromJSONKey SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

ToLog SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

ToHeader SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

ToQuery SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

FromXML SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

ToXML SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

Methods

toXML :: SessionStatus -> XML #

ToByteString SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

FromText SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

ToText SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

Methods

toText :: SessionStatus -> Text #

type Rep SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

type Rep SessionStatus = D1 ('MetaData "SessionStatus" "Amazonka.DataBrew.Types.SessionStatus" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "SessionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSessionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Source

newtype Source Source #

Constructors

Source' 

Fields

Bundled Patterns

pattern Source_DATABASE :: Source 
pattern Source_DATA_CATALOG :: Source 
pattern Source_S3 :: Source 

Instances

Instances details
Eq Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

(==) :: Source -> Source -> Bool #

(/=) :: Source -> Source -> Bool #

Ord Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Read Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Show Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Generic Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Associated Types

type Rep Source :: Type -> Type #

Methods

from :: Source -> Rep Source x #

to :: Rep Source x -> Source #

NFData Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

rnf :: Source -> () #

Hashable Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

ToJSON Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

ToJSONKey Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

FromJSON Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

FromJSONKey Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

ToLog Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

ToHeader Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

toHeader :: HeaderName -> Source -> [Header] #

ToQuery Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

FromXML Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

ToXML Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

toXML :: Source -> XML #

ToByteString Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

toBS :: Source -> ByteString #

FromText Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

ToText Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

toText :: Source -> Text #

type Rep Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

type Rep Source = D1 ('MetaData "Source" "Amazonka.DataBrew.Types.Source" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "Source'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ColumnSelector

data ColumnSelector Source #

Selector of a column from a dataset for profile job configuration. One selector includes either a column name or a regular expression.

See: newColumnSelector smart constructor.

Constructors

ColumnSelector' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq ColumnSelector Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnSelector

Read ColumnSelector Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnSelector

Show ColumnSelector Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnSelector

Generic ColumnSelector Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnSelector

Associated Types

type Rep ColumnSelector :: Type -> Type #

NFData ColumnSelector Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnSelector

Methods

rnf :: ColumnSelector -> () #

Hashable ColumnSelector Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnSelector

ToJSON ColumnSelector Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnSelector

FromJSON ColumnSelector Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnSelector

type Rep ColumnSelector Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnSelector

type Rep ColumnSelector = D1 ('MetaData "ColumnSelector" "Amazonka.DataBrew.Types.ColumnSelector" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ColumnSelector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "regex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newColumnSelector :: ColumnSelector Source #

Create a value of ColumnSelector 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:regex:ColumnSelector', columnSelector_regex - A regular expression for selecting a column from a dataset.

$sel:name:ColumnSelector', columnSelector_name - The name of a column from a dataset.

ColumnStatisticsConfiguration

data ColumnStatisticsConfiguration Source #

Configuration for column evaluations for a profile job. ColumnStatisticsConfiguration can be used to select evaluations and override parameters of evaluations for particular columns.

See: newColumnStatisticsConfiguration smart constructor.

Instances

Instances details
Eq ColumnStatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnStatisticsConfiguration

Read ColumnStatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnStatisticsConfiguration

Show ColumnStatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnStatisticsConfiguration

Generic ColumnStatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnStatisticsConfiguration

Associated Types

type Rep ColumnStatisticsConfiguration :: Type -> Type #

NFData ColumnStatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnStatisticsConfiguration

Hashable ColumnStatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnStatisticsConfiguration

ToJSON ColumnStatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnStatisticsConfiguration

FromJSON ColumnStatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnStatisticsConfiguration

type Rep ColumnStatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnStatisticsConfiguration

type Rep ColumnStatisticsConfiguration = D1 ('MetaData "ColumnStatisticsConfiguration" "Amazonka.DataBrew.Types.ColumnStatisticsConfiguration" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ColumnStatisticsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "selectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ColumnSelector))) :*: S1 ('MetaSel ('Just "statistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StatisticsConfiguration)))

newColumnStatisticsConfiguration Source #

Create a value of ColumnStatisticsConfiguration 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:selectors:ColumnStatisticsConfiguration', columnStatisticsConfiguration_selectors - List of column selectors. Selectors can be used to select columns from the dataset. When selectors are undefined, configuration will be applied to all supported columns.

$sel:statistics:ColumnStatisticsConfiguration', columnStatisticsConfiguration_statistics - Configuration for evaluations. Statistics can be used to select evaluations and override parameters of evaluations.

ConditionExpression

data ConditionExpression Source #

Represents an individual condition that evaluates to true or false.

Conditions are used with recipe actions. The action is only performed for column values where the condition evaluates to true.

If a recipe requires more than one condition, then the recipe must specify multiple ConditionExpression elements. Each condition is applied to the rows in a dataset first, before the recipe action is performed.

See: newConditionExpression smart constructor.

Instances

Instances details
Eq ConditionExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ConditionExpression

Read ConditionExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ConditionExpression

Show ConditionExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ConditionExpression

Generic ConditionExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ConditionExpression

Associated Types

type Rep ConditionExpression :: Type -> Type #

NFData ConditionExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ConditionExpression

Methods

rnf :: ConditionExpression -> () #

Hashable ConditionExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ConditionExpression

ToJSON ConditionExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ConditionExpression

FromJSON ConditionExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ConditionExpression

type Rep ConditionExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ConditionExpression

type Rep ConditionExpression = D1 ('MetaData "ConditionExpression" "Amazonka.DataBrew.Types.ConditionExpression" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ConditionExpression'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "condition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "targetColumn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newConditionExpression Source #

Create a value of ConditionExpression 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:value:ConditionExpression', conditionExpression_value - A value that the condition must evaluate to for the condition to succeed.

$sel:condition:ConditionExpression', conditionExpression_condition - A specific condition to apply to a recipe action. For more information, see Recipe structure in the Glue DataBrew Developer Guide.

$sel:targetColumn:ConditionExpression', conditionExpression_targetColumn - A column to apply this condition to.

CsvOptions

data CsvOptions Source #

Represents a set of options that define how DataBrew will read a comma-separated value (CSV) file when creating a dataset from that file.

See: newCsvOptions smart constructor.

Constructors

CsvOptions' (Maybe Bool) (Maybe Text) 

Instances

Instances details
Eq CsvOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOptions

Read CsvOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOptions

Show CsvOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOptions

Generic CsvOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOptions

Associated Types

type Rep CsvOptions :: Type -> Type #

NFData CsvOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOptions

Methods

rnf :: CsvOptions -> () #

Hashable CsvOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOptions

ToJSON CsvOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOptions

FromJSON CsvOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOptions

type Rep CsvOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOptions

type Rep CsvOptions = D1 ('MetaData "CsvOptions" "Amazonka.DataBrew.Types.CsvOptions" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "CsvOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "headerRow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "delimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCsvOptions :: CsvOptions Source #

Create a value of CsvOptions 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:headerRow:CsvOptions', csvOptions_headerRow - A variable that specifies whether the first row in the file is parsed as the header. If this value is false, column names are auto-generated.

$sel:delimiter:CsvOptions', csvOptions_delimiter - A single character that specifies the delimiter being used in the CSV file.

CsvOutputOptions

data CsvOutputOptions Source #

Represents a set of options that define how DataBrew will write a comma-separated value (CSV) file.

See: newCsvOutputOptions smart constructor.

Constructors

CsvOutputOptions' (Maybe Text) 

Instances

Instances details
Eq CsvOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOutputOptions

Read CsvOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOutputOptions

Show CsvOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOutputOptions

Generic CsvOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOutputOptions

Associated Types

type Rep CsvOutputOptions :: Type -> Type #

NFData CsvOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOutputOptions

Methods

rnf :: CsvOutputOptions -> () #

Hashable CsvOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOutputOptions

ToJSON CsvOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOutputOptions

FromJSON CsvOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOutputOptions

type Rep CsvOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOutputOptions

type Rep CsvOutputOptions = D1 ('MetaData "CsvOutputOptions" "Amazonka.DataBrew.Types.CsvOutputOptions" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "CsvOutputOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "delimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCsvOutputOptions :: CsvOutputOptions Source #

Create a value of CsvOutputOptions 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:delimiter:CsvOutputOptions', csvOutputOptions_delimiter - A single character that specifies the delimiter used to create CSV job output.

DataCatalogInputDefinition

data DataCatalogInputDefinition Source #

Represents how metadata stored in the Glue Data Catalog is defined in a DataBrew dataset.

See: newDataCatalogInputDefinition smart constructor.

Instances

Instances details
Eq DataCatalogInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogInputDefinition

Read DataCatalogInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogInputDefinition

Show DataCatalogInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogInputDefinition

Generic DataCatalogInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogInputDefinition

Associated Types

type Rep DataCatalogInputDefinition :: Type -> Type #

NFData DataCatalogInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogInputDefinition

Hashable DataCatalogInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogInputDefinition

ToJSON DataCatalogInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogInputDefinition

FromJSON DataCatalogInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogInputDefinition

type Rep DataCatalogInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogInputDefinition

type Rep DataCatalogInputDefinition = D1 ('MetaData "DataCatalogInputDefinition" "Amazonka.DataBrew.Types.DataCatalogInputDefinition" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DataCatalogInputDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tempDirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)) :*: S1 ('MetaSel ('Just "catalogId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDataCatalogInputDefinition Source #

Create a value of DataCatalogInputDefinition 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:tempDirectory:DataCatalogInputDefinition', dataCatalogInputDefinition_tempDirectory - Represents an Amazon location where DataBrew can store intermediate results.

$sel:catalogId:DataCatalogInputDefinition', dataCatalogInputDefinition_catalogId - The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.

$sel:databaseName:DataCatalogInputDefinition', dataCatalogInputDefinition_databaseName - The name of a database in the Data Catalog.

$sel:tableName:DataCatalogInputDefinition', dataCatalogInputDefinition_tableName - The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.

DataCatalogOutput

data DataCatalogOutput Source #

Represents options that specify how and where in the Glue Data Catalog DataBrew writes the output generated by recipe jobs.

See: newDataCatalogOutput smart constructor.

Instances

Instances details
Eq DataCatalogOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogOutput

Read DataCatalogOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogOutput

Show DataCatalogOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogOutput

Generic DataCatalogOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogOutput

Associated Types

type Rep DataCatalogOutput :: Type -> Type #

NFData DataCatalogOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogOutput

Methods

rnf :: DataCatalogOutput -> () #

Hashable DataCatalogOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogOutput

ToJSON DataCatalogOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogOutput

FromJSON DataCatalogOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogOutput

type Rep DataCatalogOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogOutput

type Rep DataCatalogOutput = D1 ('MetaData "DataCatalogOutput" "Amazonka.DataBrew.Types.DataCatalogOutput" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DataCatalogOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "databaseOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatabaseTableOutputOptions)) :*: (S1 ('MetaSel ('Just "s3Options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3TableOutputOptions)) :*: S1 ('MetaSel ('Just "catalogId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "overwrite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDataCatalogOutput Source #

Create a value of DataCatalogOutput 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:databaseOptions:DataCatalogOutput', dataCatalogOutput_databaseOptions - Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.

$sel:s3Options:DataCatalogOutput', dataCatalogOutput_s3Options - Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.

$sel:catalogId:DataCatalogOutput', dataCatalogOutput_catalogId - The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.

$sel:overwrite:DataCatalogOutput', dataCatalogOutput_overwrite - A value that, if true, means that any data in the location specified for output is overwritten with new output. Not supported with DatabaseOptions.

$sel:databaseName:DataCatalogOutput', dataCatalogOutput_databaseName - The name of a database in the Data Catalog.

$sel:tableName:DataCatalogOutput', dataCatalogOutput_tableName - The name of a table in the Data Catalog.

DatabaseInputDefinition

data DatabaseInputDefinition Source #

Connection information for dataset input files stored in a database.

See: newDatabaseInputDefinition smart constructor.

Instances

Instances details
Eq DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

Read DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

Show DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

Generic DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

Associated Types

type Rep DatabaseInputDefinition :: Type -> Type #

NFData DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

Methods

rnf :: DatabaseInputDefinition -> () #

Hashable DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

ToJSON DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

FromJSON DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

type Rep DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

type Rep DatabaseInputDefinition = D1 ('MetaData "DatabaseInputDefinition" "Amazonka.DataBrew.Types.DatabaseInputDefinition" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DatabaseInputDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tempDirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)) :*: (S1 ('MetaSel ('Just "glueConnectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "databaseTableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDatabaseInputDefinition Source #

Create a value of DatabaseInputDefinition 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:tempDirectory:DatabaseInputDefinition', databaseInputDefinition_tempDirectory - Undocumented member.

$sel:glueConnectionName:DatabaseInputDefinition', databaseInputDefinition_glueConnectionName - The Glue Connection that stores the connection information for the target database.

$sel:databaseTableName:DatabaseInputDefinition', databaseInputDefinition_databaseTableName - The table within the target database.

DatabaseOutput

data DatabaseOutput Source #

Represents a JDBC database output object which defines the output destination for a DataBrew recipe job to write into.

See: newDatabaseOutput smart constructor.

Instances

Instances details
Eq DatabaseOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutput

Read DatabaseOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutput

Show DatabaseOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutput

Generic DatabaseOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutput

Associated Types

type Rep DatabaseOutput :: Type -> Type #

NFData DatabaseOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutput

Methods

rnf :: DatabaseOutput -> () #

Hashable DatabaseOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutput

ToJSON DatabaseOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutput

FromJSON DatabaseOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutput

type Rep DatabaseOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutput

type Rep DatabaseOutput = D1 ('MetaData "DatabaseOutput" "Amazonka.DataBrew.Types.DatabaseOutput" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DatabaseOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "databaseOutputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatabaseOutputMode)) :*: (S1 ('MetaSel ('Just "glueConnectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "databaseOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DatabaseTableOutputOptions))))

newDatabaseOutput Source #

Create a value of DatabaseOutput 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:databaseOutputMode:DatabaseOutput', databaseOutput_databaseOutputMode - The output mode to write into the database. Currently supported option: NEW_TABLE.

$sel:glueConnectionName:DatabaseOutput', databaseOutput_glueConnectionName - The Glue connection that stores the connection information for the target database.

$sel:databaseOptions:DatabaseOutput', databaseOutput_databaseOptions - Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.

DatabaseTableOutputOptions

data DatabaseTableOutputOptions Source #

Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.

See: newDatabaseTableOutputOptions smart constructor.

Instances

Instances details
Eq DatabaseTableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseTableOutputOptions

Read DatabaseTableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseTableOutputOptions

Show DatabaseTableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseTableOutputOptions

Generic DatabaseTableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseTableOutputOptions

Associated Types

type Rep DatabaseTableOutputOptions :: Type -> Type #

NFData DatabaseTableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseTableOutputOptions

Hashable DatabaseTableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseTableOutputOptions

ToJSON DatabaseTableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseTableOutputOptions

FromJSON DatabaseTableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseTableOutputOptions

type Rep DatabaseTableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseTableOutputOptions

type Rep DatabaseTableOutputOptions = D1 ('MetaData "DatabaseTableOutputOptions" "Amazonka.DataBrew.Types.DatabaseTableOutputOptions" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DatabaseTableOutputOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tempDirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)) :*: S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDatabaseTableOutputOptions Source #

Create a value of DatabaseTableOutputOptions 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:tempDirectory:DatabaseTableOutputOptions', databaseTableOutputOptions_tempDirectory - Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.

$sel:tableName:DatabaseTableOutputOptions', databaseTableOutputOptions_tableName - A prefix for the name of a table DataBrew will create in the database.

Dataset

data Dataset Source #

Represents a dataset that can be processed by DataBrew.

See: newDataset smart constructor.

Instances

Instances details
Eq Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Methods

(==) :: Dataset -> Dataset -> Bool #

(/=) :: Dataset -> Dataset -> Bool #

Read Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Show Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Generic Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Associated Types

type Rep Dataset :: Type -> Type #

Methods

from :: Dataset -> Rep Dataset x #

to :: Rep Dataset x -> Dataset #

NFData Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Methods

rnf :: Dataset -> () #

Hashable Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Methods

hashWithSalt :: Int -> Dataset -> Int #

hash :: Dataset -> Int #

FromJSON Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

type Rep Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

type Rep Dataset = D1 ('MetaData "Dataset" "Amazonka.DataBrew.Types.Dataset" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "Dataset'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pathOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PathOptions)) :*: S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "formatOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FormatOptions)) :*: (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputFormat)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Source)))) :*: ((S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Input))))))

newDataset Source #

Create a value of Dataset 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:Dataset', dataset_lastModifiedDate - The last modification date and time of the dataset.

$sel:pathOptions:Dataset', dataset_pathOptions - A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

$sel:createDate:Dataset', dataset_createDate - The date and time that the dataset was created.

$sel:formatOptions:Dataset', dataset_formatOptions - A set of options that define how DataBrew interprets the data in the dataset.

$sel:format:Dataset', dataset_format - The file format of a dataset that is created from an Amazon S3 file or folder.

$sel:createdBy:Dataset', dataset_createdBy - The Amazon Resource Name (ARN) of the user who created the dataset.

$sel:accountId:Dataset', dataset_accountId - The ID of the Amazon Web Services account that owns the dataset.

$sel:resourceArn:Dataset', dataset_resourceArn - The unique Amazon Resource Name (ARN) for the dataset.

$sel:source:Dataset', dataset_source - The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.

$sel:lastModifiedBy:Dataset', dataset_lastModifiedBy - The Amazon Resource Name (ARN) of the user who last modified the dataset.

$sel:tags:Dataset', dataset_tags - Metadata tags that have been applied to the dataset.

$sel:name:Dataset', dataset_name - The unique name of the dataset.

$sel:input:Dataset', dataset_input - Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.

DatasetParameter

data DatasetParameter Source #

Represents a dataset paramater that defines type and conditions for a parameter in the Amazon S3 path of the dataset.

See: newDatasetParameter smart constructor.

Instances

Instances details
Eq DatasetParameter Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatasetParameter

Read DatasetParameter Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatasetParameter

Show DatasetParameter Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatasetParameter

Generic DatasetParameter Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatasetParameter

Associated Types

type Rep DatasetParameter :: Type -> Type #

NFData DatasetParameter Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatasetParameter

Methods

rnf :: DatasetParameter -> () #

Hashable DatasetParameter Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatasetParameter

ToJSON DatasetParameter Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatasetParameter

FromJSON DatasetParameter Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatasetParameter

type Rep DatasetParameter Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatasetParameter

type Rep DatasetParameter = D1 ('MetaData "DatasetParameter" "Amazonka.DataBrew.Types.DatasetParameter" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DatasetParameter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createColumn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterExpression))) :*: (S1 ('MetaSel ('Just "datetimeOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatetimeOptions)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ParameterType)))))

newDatasetParameter Source #

Create a value of DatasetParameter 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:createColumn:DatasetParameter', datasetParameter_createColumn - Optional boolean value that defines whether the captured value of this parameter should be used to create a new column in a dataset.

$sel:filter':DatasetParameter', datasetParameter_filter - The optional filter expression structure to apply additional matching criteria to the parameter.

$sel:datetimeOptions:DatasetParameter', datasetParameter_datetimeOptions - Additional parameter options such as a format and a timezone. Required for datetime parameters.

$sel:name:DatasetParameter', datasetParameter_name - The name of the parameter that is used in the dataset's Amazon S3 path.

$sel:type':DatasetParameter', datasetParameter_type - The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.

DatetimeOptions

data DatetimeOptions Source #

Represents additional options for correct interpretation of datetime parameters used in the Amazon S3 path of a dataset.

See: newDatetimeOptions smart constructor.

Instances

Instances details
Eq DatetimeOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatetimeOptions

Read DatetimeOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatetimeOptions

Show DatetimeOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatetimeOptions

Generic DatetimeOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatetimeOptions

Associated Types

type Rep DatetimeOptions :: Type -> Type #

NFData DatetimeOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatetimeOptions

Methods

rnf :: DatetimeOptions -> () #

Hashable DatetimeOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatetimeOptions

ToJSON DatetimeOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatetimeOptions

FromJSON DatetimeOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatetimeOptions

type Rep DatetimeOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatetimeOptions

type Rep DatetimeOptions = D1 ('MetaData "DatetimeOptions" "Amazonka.DataBrew.Types.DatetimeOptions" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DatetimeOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timezoneOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "localeCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDatetimeOptions Source #

Create a value of DatetimeOptions 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:timezoneOffset:DatetimeOptions', datetimeOptions_timezoneOffset - Optional value for a timezone offset of the datetime parameter value in the Amazon S3 path. Shouldn't be used if Format for this parameter includes timezone fields. If no offset specified, UTC is assumed.

$sel:localeCode:DatetimeOptions', datetimeOptions_localeCode - Optional value for a non-US locale code, needed for correct interpretation of some date formats.

$sel:format:DatetimeOptions', datetimeOptions_format - Required option, that defines the datetime format used for a date parameter in the Amazon S3 path. Should use only supported datetime specifiers and separation characters, all literal a-z or A-Z characters should be escaped with single quotes. E.g. "MM.dd.yyyy-'at'-HH:mm".

ExcelOptions

data ExcelOptions Source #

Represents a set of options that define how DataBrew will interpret a Microsoft Excel file when creating a dataset from that file.

See: newExcelOptions smart constructor.

Instances

Instances details
Eq ExcelOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ExcelOptions

Read ExcelOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ExcelOptions

Show ExcelOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ExcelOptions

Generic ExcelOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ExcelOptions

Associated Types

type Rep ExcelOptions :: Type -> Type #

NFData ExcelOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ExcelOptions

Methods

rnf :: ExcelOptions -> () #

Hashable ExcelOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ExcelOptions

ToJSON ExcelOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ExcelOptions

FromJSON ExcelOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ExcelOptions

type Rep ExcelOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ExcelOptions

type Rep ExcelOptions = D1 ('MetaData "ExcelOptions" "Amazonka.DataBrew.Types.ExcelOptions" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ExcelOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sheetIndexes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Natural))) :*: (S1 ('MetaSel ('Just "sheetNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "headerRow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newExcelOptions :: ExcelOptions Source #

Create a value of ExcelOptions 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:sheetIndexes:ExcelOptions', excelOptions_sheetIndexes - One or more sheet numbers in the Excel file that will be included in the dataset.

$sel:sheetNames:ExcelOptions', excelOptions_sheetNames - One or more named sheets in the Excel file that will be included in the dataset.

$sel:headerRow:ExcelOptions', excelOptions_headerRow - A variable that specifies whether the first row in the file is parsed as the header. If this value is false, column names are auto-generated.

FilesLimit

data FilesLimit Source #

Represents a limit imposed on number of Amazon S3 files that should be selected for a dataset from a connected Amazon S3 path.

See: newFilesLimit smart constructor.

Instances

Instances details
Eq FilesLimit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilesLimit

Read FilesLimit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilesLimit

Show FilesLimit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilesLimit

Generic FilesLimit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilesLimit

Associated Types

type Rep FilesLimit :: Type -> Type #

NFData FilesLimit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilesLimit

Methods

rnf :: FilesLimit -> () #

Hashable FilesLimit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilesLimit

ToJSON FilesLimit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilesLimit

FromJSON FilesLimit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilesLimit

type Rep FilesLimit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilesLimit

type Rep FilesLimit = D1 ('MetaData "FilesLimit" "Amazonka.DataBrew.Types.FilesLimit" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "FilesLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "orderedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrderedBy)) :*: (S1 ('MetaSel ('Just "order") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Order)) :*: S1 ('MetaSel ('Just "maxFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newFilesLimit Source #

Create a value of FilesLimit 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:orderedBy:FilesLimit', filesLimit_orderedBy - A criteria to use for Amazon S3 files sorting before their selection. By default uses LAST_MODIFIED_DATE as a sorting criteria. Currently it's the only allowed value.

$sel:order:FilesLimit', filesLimit_order - A criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first. Anotherpossible value is ASCENDING.

$sel:maxFiles:FilesLimit', filesLimit_maxFiles - The number of Amazon S3 files to select.

FilterExpression

data FilterExpression Source #

Represents a structure for defining parameter conditions. Supported conditions are described here: Supported conditions for dynamic datasets in the Glue DataBrew Developer Guide.

See: newFilterExpression smart constructor.

Instances

Instances details
Eq FilterExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilterExpression

Read FilterExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilterExpression

Show FilterExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilterExpression

Generic FilterExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilterExpression

Associated Types

type Rep FilterExpression :: Type -> Type #

NFData FilterExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilterExpression

Methods

rnf :: FilterExpression -> () #

Hashable FilterExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilterExpression

ToJSON FilterExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilterExpression

FromJSON FilterExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilterExpression

type Rep FilterExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilterExpression

type Rep FilterExpression = D1 ('MetaData "FilterExpression" "Amazonka.DataBrew.Types.FilterExpression" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "FilterExpression'" 'PrefixI 'True) (S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "valuesMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

newFilterExpression Source #

Create a value of FilterExpression 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:expression:FilterExpression', filterExpression_expression - The expression which includes condition names followed by substitution variables, possibly grouped and combined with other conditions. For example, "(starts_with :prefix1 or starts_with :prefix2) and (ends_with :suffix1 or ends_with :suffix2)". Substitution variables should start with ':' symbol.

$sel:valuesMap:FilterExpression', filterExpression_valuesMap - The map of substitution variable names to their values used in this filter expression.

FormatOptions

data FormatOptions Source #

Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.

See: newFormatOptions smart constructor.

Instances

Instances details
Eq FormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FormatOptions

Read FormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FormatOptions

Show FormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FormatOptions

Generic FormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FormatOptions

Associated Types

type Rep FormatOptions :: Type -> Type #

NFData FormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FormatOptions

Methods

rnf :: FormatOptions -> () #

Hashable FormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FormatOptions

ToJSON FormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FormatOptions

FromJSON FormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FormatOptions

type Rep FormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FormatOptions

type Rep FormatOptions = D1 ('MetaData "FormatOptions" "Amazonka.DataBrew.Types.FormatOptions" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "FormatOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "json") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JsonOptions)) :*: (S1 ('MetaSel ('Just "csv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CsvOptions)) :*: S1 ('MetaSel ('Just "excel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExcelOptions)))))

newFormatOptions :: FormatOptions Source #

Create a value of FormatOptions 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:json:FormatOptions', formatOptions_json - Options that define how JSON input is to be interpreted by DataBrew.

$sel:csv:FormatOptions', formatOptions_csv - Options that define how CSV input is to be interpreted by DataBrew.

$sel:excel:FormatOptions', formatOptions_excel - Options that define how Excel input is to be interpreted by DataBrew.

Input

data Input Source #

Represents information on how DataBrew can find data, in either the Glue Data Catalog or Amazon S3.

See: newInput smart constructor.

Instances

Instances details
Eq Input Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Input

Methods

(==) :: Input -> Input -> Bool #

(/=) :: Input -> Input -> Bool #

Read Input Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Input

Show Input Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Input

Methods

showsPrec :: Int -> Input -> ShowS #

show :: Input -> String #

showList :: [Input] -> ShowS #

Generic Input Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Input

Associated Types

type Rep Input :: Type -> Type #

Methods

from :: Input -> Rep Input x #

to :: Rep Input x -> Input #

NFData Input Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Input

Methods

rnf :: Input -> () #

Hashable Input Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Input

Methods

hashWithSalt :: Int -> Input -> Int #

hash :: Input -> Int #

ToJSON Input Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Input

FromJSON Input Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Input

type Rep Input Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Input

type Rep Input = D1 ('MetaData "Input" "Amazonka.DataBrew.Types.Input" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "Input'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataCatalogInputDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCatalogInputDefinition)) :*: (S1 ('MetaSel ('Just "s3InputDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)) :*: S1 ('MetaSel ('Just "databaseInputDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatabaseInputDefinition)))))

newInput :: Input Source #

Create a value of Input 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:dataCatalogInputDefinition:Input', input_dataCatalogInputDefinition - The Glue Data Catalog parameters for the data.

$sel:s3InputDefinition:Input', input_s3InputDefinition - The Amazon S3 location where the data is stored.

$sel:databaseInputDefinition:Input', input_databaseInputDefinition - Connection information for dataset input files stored in a database.

Job

data Job Source #

Represents all of the attributes of a DataBrew job.

See: newJob smart constructor.

Instances

Instances details
Eq Job Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Job

Methods

(==) :: Job -> Job -> Bool #

(/=) :: Job -> Job -> Bool #

Read Job Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Job

Show Job Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Job

Methods

showsPrec :: Int -> Job -> ShowS #

show :: Job -> String #

showList :: [Job] -> ShowS #

Generic Job Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Job

Associated Types

type Rep Job :: Type -> Type #

Methods

from :: Job -> Rep Job x #

to :: Rep Job x -> Job #

NFData Job Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Job

Methods

rnf :: Job -> () #

Hashable Job Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Job

Methods

hashWithSalt :: Int -> Job -> Int #

hash :: Job -> Int #

FromJSON Job Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Job

type Rep Job Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Job

type Rep Job = D1 ('MetaData "Job" "Amazonka.DataBrew.Types.Job" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "Job'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "dataCatalogOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataCatalogOutput))) :*: S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "recipeReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecipeReference)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "databaseOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DatabaseOutput))) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionMode)))) :*: (S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Output))) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription)))))) :*: (((S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "encryptionKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobType)) :*: (S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobSample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobSample)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newJob Source #

Arguments

:: Text

$sel:name:Job'

-> Job 

Create a value of Job 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:dataCatalogOutputs:Job', job_dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.

$sel:lastModifiedDate:Job', job_lastModifiedDate - The modification date and time of the job.

$sel:createDate:Job', job_createDate - The date and time that the job was created.

$sel:recipeReference:Job', job_recipeReference - A set of steps that the job runs.

$sel:createdBy:Job', job_createdBy - The Amazon Resource Name (ARN) of the user who created the job.

$sel:databaseOutputs:Job', job_databaseOutputs - Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.

$sel:accountId:Job', job_accountId - The ID of the Amazon Web Services account that owns the job.

$sel:encryptionMode:Job', job_encryptionMode - The encryption mode for the job, which can be one of the following:

  • SSE-KMS - Server-side encryption with keys managed by KMS.
  • SSE-S3 - Server-side encryption with keys managed by Amazon S3.

$sel:outputs:Job', job_outputs - One or more artifacts that represent output from running the job.

$sel:resourceArn:Job', job_resourceArn - The unique Amazon Resource Name (ARN) for the job.

$sel:logSubscription:Job', job_logSubscription - The current status of Amazon CloudWatch logging for the job.

$sel:projectName:Job', job_projectName - The name of the project that the job is associated with.

$sel:maxRetries:Job', job_maxRetries - The maximum number of times to retry the job after a job run fails.

$sel:datasetName:Job', job_datasetName - A dataset that the job is to process.

$sel:encryptionKeyArn:Job', job_encryptionKeyArn - The Amazon Resource Name (ARN) of an encryption key that is used to protect the job output. For more information, see Encrypting data written by DataBrew jobs

$sel:maxCapacity:Job', job_maxCapacity - The maximum number of nodes that can be consumed when the job processes data.

$sel:lastModifiedBy:Job', job_lastModifiedBy - The Amazon Resource Name (ARN) of the user who last modified the job.

$sel:type':Job', job_type - The job type of the job, which must be one of the following:

  • PROFILE - A job to analyze a dataset, to determine its size, data types, data distribution, and more.
  • RECIPE - A job to apply one or more transformations to a dataset.

$sel:timeout:Job', job_timeout - The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT.

$sel:tags:Job', job_tags - Metadata tags that have been applied to the job.

$sel:roleArn:Job', job_roleArn - The Amazon Resource Name (ARN) of the role to be assumed for this job.

$sel:jobSample:Job', job_jobSample - A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. If a JobSample value isn't provided, the default value is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.

$sel:name:Job', job_name - The unique name of the job.

JobRun

data JobRun Source #

Represents one run of a DataBrew job.

See: newJobRun smart constructor.

Instances

Instances details
Eq JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Methods

(==) :: JobRun -> JobRun -> Bool #

(/=) :: JobRun -> JobRun -> Bool #

Read JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Show JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Generic JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Associated Types

type Rep JobRun :: Type -> Type #

Methods

from :: JobRun -> Rep JobRun x #

to :: Rep JobRun x -> JobRun #

NFData JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Methods

rnf :: JobRun -> () #

Hashable JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Methods

hashWithSalt :: Int -> JobRun -> Int #

hash :: JobRun -> Int #

FromJSON JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

type Rep JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

type Rep JobRun = D1 ('MetaData "JobRun" "Amazonka.DataBrew.Types.JobRun" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "JobRun'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "completedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobRunState))) :*: (S1 ('MetaSel ('Just "dataCatalogOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataCatalogOutput))) :*: S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "startedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "recipeReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecipeReference))) :*: (S1 ('MetaSel ('Just "databaseOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DatabaseOutput))) :*: S1 ('MetaSel ('Just "logGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Output))) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "executionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription)))) :*: ((S1 ('MetaSel ('Just "startedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "attempt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobSample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobSample))))))))

newJobRun :: JobRun Source #

Create a value of JobRun 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:completedOn:JobRun', jobRun_completedOn - The date and time when the job completed processing.

$sel:state:JobRun', jobRun_state - The current state of the job run entity itself.

$sel:dataCatalogOutputs:JobRun', jobRun_dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.

$sel:jobName:JobRun', jobRun_jobName - The name of the job being processed during this run.

$sel:startedOn:JobRun', jobRun_startedOn - The date and time when the job run began.

$sel:recipeReference:JobRun', jobRun_recipeReference - The set of steps processed by the job.

$sel:databaseOutputs:JobRun', jobRun_databaseOutputs - Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.

$sel:logGroupName:JobRun', jobRun_logGroupName - The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.

$sel:outputs:JobRun', jobRun_outputs - One or more output artifacts from a job run.

$sel:runId:JobRun', jobRun_runId - The unique identifier of the job run.

$sel:executionTime:JobRun', jobRun_executionTime - The amount of time, in seconds, during which a job run consumed resources.

$sel:logSubscription:JobRun', jobRun_logSubscription - The current status of Amazon CloudWatch logging for the job run.

$sel:startedBy:JobRun', jobRun_startedBy - The Amazon Resource Name (ARN) of the user who initiated the job run.

$sel:datasetName:JobRun', jobRun_datasetName - The name of the dataset for the job to process.

$sel:attempt:JobRun', jobRun_attempt - The number of times that DataBrew has attempted to run the job.

$sel:errorMessage:JobRun', jobRun_errorMessage - A message indicating an error (if any) that was encountered when the job ran.

$sel:jobSample:JobRun', jobRun_jobSample - A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. If a JobSample value isn't provided, the default is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.

JobSample

data JobSample Source #

A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. If a JobSample value isn't provided, the default is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.

See: newJobSample smart constructor.

Instances

Instances details
Eq JobSample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobSample

Read JobSample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobSample

Show JobSample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobSample

Generic JobSample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobSample

Associated Types

type Rep JobSample :: Type -> Type #

NFData JobSample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobSample

Methods

rnf :: JobSample -> () #

Hashable JobSample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobSample

ToJSON JobSample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobSample

FromJSON JobSample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobSample

type Rep JobSample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobSample

type Rep JobSample = D1 ('MetaData "JobSample" "Amazonka.DataBrew.Types.JobSample" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "JobSample'" 'PrefixI 'True) (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SampleMode))))

newJobSample :: JobSample Source #

Create a value of JobSample 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:size:JobSample', jobSample_size - The Size parameter is only required when the mode is CUSTOM_ROWS. The profile job is run on the specified number of rows. The maximum value for size is Long.MAX_VALUE.

Long.MAX_VALUE = 9223372036854775807

$sel:mode:JobSample', jobSample_mode - A value that determines whether the profile job is run on the entire dataset or a specified number of rows. This value must be one of the following:

  • FULL_DATASET - The profile job is run on the entire dataset.
  • CUSTOM_ROWS - The profile job is run on the number of rows specified in the Size parameter.

JsonOptions

data JsonOptions Source #

Represents the JSON-specific options that define how input is to be interpreted by Glue DataBrew.

See: newJsonOptions smart constructor.

Constructors

JsonOptions' (Maybe Bool) 

Instances

Instances details
Eq JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

Read JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

Show JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

Generic JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

Associated Types

type Rep JsonOptions :: Type -> Type #

NFData JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

Methods

rnf :: JsonOptions -> () #

Hashable JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

ToJSON JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

FromJSON JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

type Rep JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

type Rep JsonOptions = D1 ('MetaData "JsonOptions" "Amazonka.DataBrew.Types.JsonOptions" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "JsonOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "multiLine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newJsonOptions :: JsonOptions Source #

Create a value of JsonOptions 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:multiLine:JsonOptions', jsonOptions_multiLine - A value that specifies whether JSON input contains embedded new line characters.

Output

data Output Source #

Represents options that specify how and where in Amazon S3 DataBrew writes the output generated by recipe jobs or profile jobs.

See: newOutput smart constructor.

Instances

Instances details
Eq Output Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Output

Methods

(==) :: Output -> Output -> Bool #

(/=) :: Output -> Output -> Bool #

Read Output Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Output

Show Output Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Output

Generic Output Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Output

Associated Types

type Rep Output :: Type -> Type #

Methods

from :: Output -> Rep Output x #

to :: Rep Output x -> Output #

NFData Output Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Output

Methods

rnf :: Output -> () #

Hashable Output Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Output

Methods

hashWithSalt :: Int -> Output -> Int #

hash :: Output -> Int #

ToJSON Output Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Output

FromJSON Output Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Output

type Rep Output Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Output

newOutput Source #

Create a value of Output 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:partitionColumns:Output', output_partitionColumns - The names of one or more partition columns for the output of the job.

$sel:formatOptions:Output', output_formatOptions - Represents options that define how DataBrew formats job output files.

$sel:format:Output', output_format - The data format of the output of the job.

$sel:compressionFormat:Output', output_compressionFormat - The compression algorithm used to compress the output text of the job.

$sel:overwrite:Output', output_overwrite - A value that, if true, means that any data in the location specified for output is overwritten with new output.

$sel:location:Output', output_location - The location in Amazon S3 where the job writes its output.

OutputFormatOptions

data OutputFormatOptions Source #

Represents a set of options that define the structure of comma-separated (CSV) job output.

See: newOutputFormatOptions smart constructor.

Instances

Instances details
Eq OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Read OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Show OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Generic OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Associated Types

type Rep OutputFormatOptions :: Type -> Type #

NFData OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Methods

rnf :: OutputFormatOptions -> () #

Hashable OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

ToJSON OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

FromJSON OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

type Rep OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

type Rep OutputFormatOptions = D1 ('MetaData "OutputFormatOptions" "Amazonka.DataBrew.Types.OutputFormatOptions" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "OutputFormatOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "csv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CsvOutputOptions))))

newOutputFormatOptions :: OutputFormatOptions Source #

Create a value of OutputFormatOptions 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:csv:OutputFormatOptions', outputFormatOptions_csv - Represents a set of options that define the structure of comma-separated value (CSV) job output.

PathOptions

data PathOptions Source #

Represents a set of options that define how DataBrew selects files for a given Amazon S3 path in a dataset.

See: newPathOptions smart constructor.

Instances

Instances details
Eq PathOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.PathOptions

Read PathOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.PathOptions

Show PathOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.PathOptions

Generic PathOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.PathOptions

Associated Types

type Rep PathOptions :: Type -> Type #

NFData PathOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.PathOptions

Methods

rnf :: PathOptions -> () #

Hashable PathOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.PathOptions

ToJSON PathOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.PathOptions

FromJSON PathOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.PathOptions

type Rep PathOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.PathOptions

type Rep PathOptions = D1 ('MetaData "PathOptions" "Amazonka.DataBrew.Types.PathOptions" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "PathOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lastModifiedDateCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterExpression)) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text DatasetParameter))) :*: S1 ('MetaSel ('Just "filesLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilesLimit)))))

newPathOptions :: PathOptions Source #

Create a value of PathOptions 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:lastModifiedDateCondition:PathOptions', pathOptions_lastModifiedDateCondition - If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.

$sel:parameters:PathOptions', pathOptions_parameters - A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.

$sel:filesLimit:PathOptions', pathOptions_filesLimit - If provided, this structure imposes a limit on a number of files that should be selected.

ProfileConfiguration

data ProfileConfiguration Source #

Configuration for profile jobs. Configuration can be used to select columns, do evaluations, and override default parameters of evaluations. When configuration is undefined, the profile job will apply default settings to all supported columns.

See: newProfileConfiguration smart constructor.

Instances

Instances details
Eq ProfileConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ProfileConfiguration

Read ProfileConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ProfileConfiguration

Show ProfileConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ProfileConfiguration

Generic ProfileConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ProfileConfiguration

Associated Types

type Rep ProfileConfiguration :: Type -> Type #

NFData ProfileConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ProfileConfiguration

Methods

rnf :: ProfileConfiguration -> () #

Hashable ProfileConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ProfileConfiguration

ToJSON ProfileConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ProfileConfiguration

FromJSON ProfileConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ProfileConfiguration

type Rep ProfileConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ProfileConfiguration

type Rep ProfileConfiguration = D1 ('MetaData "ProfileConfiguration" "Amazonka.DataBrew.Types.ProfileConfiguration" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ProfileConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetStatisticsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StatisticsConfiguration)) :*: (S1 ('MetaSel ('Just "columnStatisticsConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ColumnStatisticsConfiguration))) :*: S1 ('MetaSel ('Just "profileColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ColumnSelector))))))

newProfileConfiguration :: ProfileConfiguration Source #

Create a value of ProfileConfiguration 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:datasetStatisticsConfiguration:ProfileConfiguration', profileConfiguration_datasetStatisticsConfiguration - Configuration for inter-column evaluations. Configuration can be used to select evaluations and override parameters of evaluations. When configuration is undefined, the profile job will run all supported inter-column evaluations.

$sel:columnStatisticsConfigurations:ProfileConfiguration', profileConfiguration_columnStatisticsConfigurations - List of configurations for column evaluations. ColumnStatisticsConfigurations are used to select evaluations and override parameters of evaluations for particular columns. When ColumnStatisticsConfigurations is undefined, the profile job will profile all supported columns and run all supported evaluations.

$sel:profileColumns:ProfileConfiguration', profileConfiguration_profileColumns - List of column selectors. ProfileColumns can be used to select columns from the dataset. When ProfileColumns is undefined, the profile job will profile all supported columns.

Project

data Project Source #

Represents all of the attributes of a DataBrew project.

See: newProject smart constructor.

Instances

Instances details
Eq Project Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Project

Methods

(==) :: Project -> Project -> Bool #

(/=) :: Project -> Project -> Bool #

Read Project Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Project

Show Project Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Project

Generic Project Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Project

Associated Types

type Rep Project :: Type -> Type #

Methods

from :: Project -> Rep Project x #

to :: Rep Project x -> Project #

NFData Project Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Project

Methods

rnf :: Project -> () #

Hashable Project Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Project

Methods

hashWithSalt :: Int -> Project -> Int #

hash :: Project -> Int #

FromJSON Project Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Project

type Rep Project Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Project

type Rep Project = D1 ('MetaData "Project" "Amazonka.DataBrew.Types.Project" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "Project'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "openDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Sample)) :*: S1 ('MetaSel ('Just "openedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "recipeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newProject Source #

Create a value of Project 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:Project', project_lastModifiedDate - The last modification date and time for the project.

$sel:openDate:Project', project_openDate - The date and time when the project was opened.

$sel:createDate:Project', project_createDate - The date and time that the project was created.

$sel:createdBy:Project', project_createdBy - The Amazon Resource Name (ARN) of the user who crated the project.

$sel:accountId:Project', project_accountId - The ID of the Amazon Web Services account that owns the project.

$sel:resourceArn:Project', project_resourceArn - The Amazon Resource Name (ARN) for the project.

$sel:datasetName:Project', project_datasetName - The dataset that the project is to act upon.

$sel:lastModifiedBy:Project', project_lastModifiedBy - The Amazon Resource Name (ARN) of the user who last modified the project.

$sel:sample:Project', project_sample - The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.

$sel:openedBy:Project', project_openedBy - The Amazon Resource Name (ARN) of the user that opened the project for use.

$sel:tags:Project', project_tags - Metadata tags that have been applied to the project.

$sel:roleArn:Project', project_roleArn - The Amazon Resource Name (ARN) of the role that will be assumed for this project.

$sel:name:Project', project_name - The unique name of a project.

$sel:recipeName:Project', project_recipeName - The name of a recipe that will be developed during a project session.

Recipe

data Recipe Source #

Represents one or more actions to be performed on a DataBrew dataset.

See: newRecipe smart constructor.

Instances

Instances details
Eq Recipe Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Recipe

Methods

(==) :: Recipe -> Recipe -> Bool #

(/=) :: Recipe -> Recipe -> Bool #

Read Recipe Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Recipe

Show Recipe Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Recipe

Generic Recipe Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Recipe

Associated Types

type Rep Recipe :: Type -> Type #

Methods

from :: Recipe -> Rep Recipe x #

to :: Rep Recipe x -> Recipe #

NFData Recipe Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Recipe

Methods

rnf :: Recipe -> () #

Hashable Recipe Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Recipe

Methods

hashWithSalt :: Int -> Recipe -> Int #

hash :: Recipe -> Int #

FromJSON Recipe Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Recipe

type Rep Recipe Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Recipe

type Rep Recipe = D1 ('MetaData "Recipe" "Amazonka.DataBrew.Types.Recipe" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "Recipe'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "publishedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "steps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecipeStep])) :*: S1 ('MetaSel ('Just "publishedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newRecipe Source #

Create a value of Recipe 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:Recipe', recipe_lastModifiedDate - The last modification date and time of the recipe.

$sel:createDate:Recipe', recipe_createDate - The date and time that the recipe was created.

$sel:publishedBy:Recipe', recipe_publishedBy - The Amazon Resource Name (ARN) of the user who published the recipe.

$sel:createdBy:Recipe', recipe_createdBy - The Amazon Resource Name (ARN) of the user who created the recipe.

$sel:steps:Recipe', recipe_steps - A list of steps that are defined by the recipe.

$sel:publishedDate:Recipe', recipe_publishedDate - The date and time when the recipe was published.

$sel:resourceArn:Recipe', recipe_resourceArn - The Amazon Resource Name (ARN) for the recipe.

$sel:recipeVersion:Recipe', recipe_recipeVersion - The identifier for the version for the recipe. Must be one of the following:

  • Numeric version (X.Y) - X and Y stand for major and minor version numbers. The maximum length of each is 6 digits, and neither can be negative values. Both X and Y are required, and "0.0" isn't a valid version.
  • LATEST_WORKING - the most recent valid version being developed in a DataBrew project.
  • LATEST_PUBLISHED - the most recent published version.

$sel:projectName:Recipe', recipe_projectName - The name of the project that the recipe is associated with.

$sel:lastModifiedBy:Recipe', recipe_lastModifiedBy - The Amazon Resource Name (ARN) of the user who last modified the recipe.

$sel:description:Recipe', recipe_description - The description of the recipe.

$sel:tags:Recipe', recipe_tags - Metadata tags that have been applied to the recipe.

$sel:name:Recipe', recipe_name - The unique name for the recipe.

RecipeAction

data RecipeAction Source #

Represents a transformation and associated parameters that are used to apply a change to a DataBrew dataset. For more information, see Recipe actions reference.

See: newRecipeAction smart constructor.

Instances

Instances details
Eq RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

Read RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

Show RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

Generic RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

Associated Types

type Rep RecipeAction :: Type -> Type #

NFData RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

Methods

rnf :: RecipeAction -> () #

Hashable RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

ToJSON RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

FromJSON RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

type Rep RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

type Rep RecipeAction = D1 ('MetaData "RecipeAction" "Amazonka.DataBrew.Types.RecipeAction" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "RecipeAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "operation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRecipeAction Source #

Create a value of RecipeAction 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:parameters:RecipeAction', recipeAction_parameters - Contextual parameters for the transformation.

$sel:operation:RecipeAction', recipeAction_operation - The name of a valid DataBrew transformation to be performed on the data.

RecipeReference

data RecipeReference Source #

Represents the name and version of a DataBrew recipe.

See: newRecipeReference smart constructor.

Instances

Instances details
Eq RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

Read RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

Show RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

Generic RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

Associated Types

type Rep RecipeReference :: Type -> Type #

NFData RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

Methods

rnf :: RecipeReference -> () #

Hashable RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

ToJSON RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

FromJSON RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

type Rep RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

type Rep RecipeReference = D1 ('MetaData "RecipeReference" "Amazonka.DataBrew.Types.RecipeReference" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "RecipeReference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRecipeReference Source #

Create a value of RecipeReference 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:recipeVersion:RecipeReference', recipeReference_recipeVersion - The identifier for the version for the recipe.

$sel:name:RecipeReference', recipeReference_name - The name of the recipe.

RecipeStep

data RecipeStep Source #

Represents a single step from a DataBrew recipe to be performed.

See: newRecipeStep smart constructor.

Instances

Instances details
Eq RecipeStep Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeStep

Read RecipeStep Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeStep

Show RecipeStep Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeStep

Generic RecipeStep Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeStep

Associated Types

type Rep RecipeStep :: Type -> Type #

NFData RecipeStep Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeStep

Methods

rnf :: RecipeStep -> () #

Hashable RecipeStep Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeStep

ToJSON RecipeStep Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeStep

FromJSON RecipeStep Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeStep

type Rep RecipeStep Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeStep

type Rep RecipeStep = D1 ('MetaData "RecipeStep" "Amazonka.DataBrew.Types.RecipeStep" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "RecipeStep'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conditionExpressions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConditionExpression])) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RecipeAction)))

newRecipeStep Source #

Create a value of RecipeStep 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:conditionExpressions:RecipeStep', recipeStep_conditionExpressions - One or more conditions that must be met for the recipe step to succeed.

All of the conditions in the array must be met. In other words, all of the conditions must be combined using a logical AND operation.

$sel:action:RecipeStep', recipeStep_action - The particular action to be performed in the recipe step.

RecipeVersionErrorDetail

data RecipeVersionErrorDetail Source #

Represents any errors encountered when attempting to delete multiple recipe versions.

See: newRecipeVersionErrorDetail smart constructor.

Instances

Instances details
Eq RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

Read RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

Show RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

Generic RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

Associated Types

type Rep RecipeVersionErrorDetail :: Type -> Type #

NFData RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

Hashable RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

FromJSON RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

type Rep RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

type Rep RecipeVersionErrorDetail = D1 ('MetaData "RecipeVersionErrorDetail" "Amazonka.DataBrew.Types.RecipeVersionErrorDetail" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "RecipeVersionErrorDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newRecipeVersionErrorDetail :: RecipeVersionErrorDetail Source #

Create a value of RecipeVersionErrorDetail 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:recipeVersion:RecipeVersionErrorDetail', recipeVersionErrorDetail_recipeVersion - The identifier for the recipe version associated with this error.

$sel:errorCode:RecipeVersionErrorDetail', recipeVersionErrorDetail_errorCode - The HTTP status code for the error.

$sel:errorMessage:RecipeVersionErrorDetail', recipeVersionErrorDetail_errorMessage - The text of the error message.

S3Location

data S3Location Source #

Represents an Amazon S3 location (bucket name and object key) where DataBrew can read input data, or write output from a job.

See: newS3Location smart constructor.

Constructors

S3Location' (Maybe Text) Text 

Instances

Instances details
Eq S3Location Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3Location

Read S3Location Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3Location

Generic S3Location Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3Location

Associated Types

type Rep S3Location :: Type -> Type #

NFData S3Location Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3Location

Methods

rnf :: S3Location -> () #

Hashable S3Location Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3Location

ToJSON S3Location Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3Location

FromJSON S3Location Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3Location

type Rep S3Location Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3Location

type Rep S3Location = D1 ('MetaData "S3Location" "Amazonka.DataBrew.Types.S3Location" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "S3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newS3Location Source #

Create a value of S3Location 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:key:S3Location', s3Location_key - The unique name of the object in the bucket.

$sel:bucket:S3Location', s3Location_bucket - The Amazon S3 bucket name.

S3TableOutputOptions

data S3TableOutputOptions Source #

Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.

See: newS3TableOutputOptions smart constructor.

Instances

Instances details
Eq S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

Read S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

Show S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

Generic S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

Associated Types

type Rep S3TableOutputOptions :: Type -> Type #

NFData S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

Methods

rnf :: S3TableOutputOptions -> () #

Hashable S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

ToJSON S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

FromJSON S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

type Rep S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

type Rep S3TableOutputOptions = D1 ('MetaData "S3TableOutputOptions" "Amazonka.DataBrew.Types.S3TableOutputOptions" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "S3TableOutputOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Location)))

newS3TableOutputOptions Source #

Create a value of S3TableOutputOptions 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:location:S3TableOutputOptions', s3TableOutputOptions_location - Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.

Sample

data Sample Source #

Represents the sample size and sampling type for DataBrew to use for interactive data analysis.

See: newSample smart constructor.

Instances

Instances details
Eq Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

Methods

(==) :: Sample -> Sample -> Bool #

(/=) :: Sample -> Sample -> Bool #

Read Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

Show Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

Generic Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

Associated Types

type Rep Sample :: Type -> Type #

Methods

from :: Sample -> Rep Sample x #

to :: Rep Sample x -> Sample #

NFData Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

Methods

rnf :: Sample -> () #

Hashable Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

Methods

hashWithSalt :: Int -> Sample -> Int #

hash :: Sample -> Int #

ToJSON Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

FromJSON Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

type Rep Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

type Rep Sample = D1 ('MetaData "Sample" "Amazonka.DataBrew.Types.Sample" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "Sample'" 'PrefixI 'True) (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SampleType)))

newSample Source #

Create a value of Sample 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:size:Sample', sample_size - The number of rows in the sample.

$sel:type':Sample', sample_type - The way in which DataBrew obtains rows from a dataset.

Schedule

data Schedule Source #

Represents one or more dates and times when a job is to run.

See: newSchedule smart constructor.

Instances

Instances details
Eq Schedule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Schedule

Read Schedule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Schedule

Show Schedule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Schedule

Generic Schedule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Schedule

Associated Types

type Rep Schedule :: Type -> Type #

Methods

from :: Schedule -> Rep Schedule x #

to :: Rep Schedule x -> Schedule #

NFData Schedule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Schedule

Methods

rnf :: Schedule -> () #

Hashable Schedule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Schedule

Methods

hashWithSalt :: Int -> Schedule -> Int #

hash :: Schedule -> Int #

FromJSON Schedule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Schedule

type Rep Schedule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Schedule

newSchedule Source #

Create a value of Schedule 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:Schedule', schedule_lastModifiedDate - The date and time when the schedule was last modified.

$sel:createDate:Schedule', schedule_createDate - The date and time that the schedule was created.

$sel:createdBy:Schedule', schedule_createdBy - The Amazon Resource Name (ARN) of the user who created the schedule.

$sel:accountId:Schedule', schedule_accountId - The ID of the Amazon Web Services account that owns the schedule.

$sel:resourceArn:Schedule', schedule_resourceArn - The Amazon Resource Name (ARN) of the schedule.

$sel:cronExpression:Schedule', schedule_cronExpression - The dates and times when the job is to run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.

$sel:lastModifiedBy:Schedule', schedule_lastModifiedBy - The Amazon Resource Name (ARN) of the user who last modified the schedule.

$sel:jobNames:Schedule', schedule_jobNames - A list of jobs to be run, according to the schedule.

$sel:tags:Schedule', schedule_tags - Metadata tags that have been applied to the schedule.

$sel:name:Schedule', schedule_name - The name of the schedule.

StatisticOverride

data StatisticOverride Source #

Override of a particular evaluation for a profile job.

See: newStatisticOverride smart constructor.

Instances

Instances details
Eq StatisticOverride Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticOverride

Read StatisticOverride Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticOverride

Show StatisticOverride Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticOverride

Generic StatisticOverride Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticOverride

Associated Types

type Rep StatisticOverride :: Type -> Type #

NFData StatisticOverride Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticOverride

Methods

rnf :: StatisticOverride -> () #

Hashable StatisticOverride Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticOverride

ToJSON StatisticOverride Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticOverride

FromJSON StatisticOverride Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticOverride

type Rep StatisticOverride Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticOverride

type Rep StatisticOverride = D1 ('MetaData "StatisticOverride" "Amazonka.DataBrew.Types.StatisticOverride" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "StatisticOverride'" 'PrefixI 'True) (S1 ('MetaSel ('Just "statistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

newStatisticOverride Source #

Create a value of StatisticOverride 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:statistic:StatisticOverride', statisticOverride_statistic - The name of an evaluation

$sel:parameters:StatisticOverride', statisticOverride_parameters - A map that includes overrides of an evaluation’s parameters.

StatisticsConfiguration

data StatisticsConfiguration Source #

Configuration of evaluations for a profile job. This configuration can be used to select evaluations and override the parameters of selected evaluations.

See: newStatisticsConfiguration smart constructor.

Instances

Instances details
Eq StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Read StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Show StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Generic StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Associated Types

type Rep StatisticsConfiguration :: Type -> Type #

NFData StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Methods

rnf :: StatisticsConfiguration -> () #

Hashable StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

ToJSON StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

FromJSON StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

type Rep StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

type Rep StatisticsConfiguration = D1 ('MetaData "StatisticsConfiguration" "Amazonka.DataBrew.Types.StatisticsConfiguration" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "StatisticsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "overrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StatisticOverride))) :*: S1 ('MetaSel ('Just "includedStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

newStatisticsConfiguration :: StatisticsConfiguration Source #

Create a value of StatisticsConfiguration 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:overrides:StatisticsConfiguration', statisticsConfiguration_overrides - List of overrides for evaluations.

$sel:includedStatistics:StatisticsConfiguration', statisticsConfiguration_includedStatistics - List of included evaluations. When the list is undefined, all supported evaluations will be included.

ViewFrame

data ViewFrame Source #

Represents the data being transformed during an action.

See: newViewFrame smart constructor.

Instances

Instances details
Eq ViewFrame Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ViewFrame

Read ViewFrame Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ViewFrame

Show ViewFrame Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ViewFrame

Generic ViewFrame Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ViewFrame

Associated Types

type Rep ViewFrame :: Type -> Type #

NFData ViewFrame Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ViewFrame

Methods

rnf :: ViewFrame -> () #

Hashable ViewFrame Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ViewFrame

ToJSON ViewFrame Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ViewFrame

type Rep ViewFrame Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ViewFrame

type Rep ViewFrame = D1 ('MetaData "ViewFrame" "Amazonka.DataBrew.Types.ViewFrame" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ViewFrame'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hiddenColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "columnRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "startColumnIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newViewFrame Source #

Create a value of ViewFrame 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:hiddenColumns:ViewFrame', viewFrame_hiddenColumns - A list of columns to hide in the view frame.

$sel:columnRange:ViewFrame', viewFrame_columnRange - The number of columns to include in the view frame, beginning with the StartColumnIndex value and ignoring any columns in the HiddenColumns list.

$sel:startColumnIndex:ViewFrame', viewFrame_startColumnIndex - The starting index for the range of columns to return in the view frame.