amazonka-databrew-2.0: Amazon Glue DataBrew SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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.

AccessDeniedException

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

Access to the specified resource was denied.

ConflictException

_ConflictException :: AsError a => Fold a ServiceError Source #

Updating or deleting a resource can cause an inconsistent state.

InternalServerException

_InternalServerException :: AsError a => Fold a ServiceError Source #

An internal service failure occurred.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

One or more resources can't be found.

ServiceQuotaExceededException

_ServiceQuotaExceededException :: AsError a => Fold a ServiceError Source #

A service quota is exceeded.

ValidationException

_ValidationException :: AsError a => Fold a ServiceError Source #

The input parameters for this request failed validation.

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.

BatchDeleteRecipeVersion

data BatchDeleteRecipeVersion Source #

See: newBatchDeleteRecipeVersion smart constructor.

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Read BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

Show BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

NFData BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

Eq BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

Hashable BatchDeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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))))

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:

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
Generic BatchDeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

Associated Types

type Rep BatchDeleteRecipeVersionResponse :: Type -> Type #

Read BatchDeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

Show BatchDeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

NFData BatchDeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.BatchDeleteRecipeVersion

Eq 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

BatchDeleteRecipeVersion, batchDeleteRecipeVersionResponse_name - The name of the recipe that was modified.

CreateDataset

data CreateDataset Source #

See: newCreateDataset smart constructor.

Instances

Instances details
ToJSON CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Associated Types

type AWSResponse CreateDataset #

Generic CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Associated Types

type Rep CreateDataset :: Type -> Type #

Read CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Show CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

NFData CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Methods

rnf :: CreateDataset -> () #

Eq CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Hashable CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

type AWSResponse CreateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

type Rep 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:

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

CreateDataset, createDataset_formatOptions - Undocumented member.

CreateDataset, createDataset_pathOptions - A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

CreateDataset, createDataset_tags - Metadata tags to apply to this dataset.

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.

CreateDataset, createDataset_input - Undocumented member.

data CreateDatasetResponse Source #

See: newCreateDatasetResponse smart constructor.

Instances

Instances details
Generic CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Associated Types

type Rep CreateDatasetResponse :: Type -> Type #

Read CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Show CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

NFData CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

Methods

rnf :: CreateDatasetResponse -> () #

Eq CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

type Rep CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateDataset

type Rep CreateDatasetResponse = D1 ('MetaData "CreateDatasetResponse" "Amazonka.DataBrew.CreateDataset" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

CreateDataset, createDatasetResponse_name - The name of the dataset that you created.

CreateProfileJob

data CreateProfileJob Source #

See: newCreateProfileJob smart constructor.

Instances

Instances details
ToJSON CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Associated Types

type AWSResponse CreateProfileJob #

Generic CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Associated Types

type Rep CreateProfileJob :: Type -> Type #

Read CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Show CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

NFData CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Methods

rnf :: CreateProfileJob -> () #

Eq CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Hashable CreateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "CreateProfileJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProfileConfiguration)) :*: (S1 ('MetaSel ('Just "encryptionKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionMode)))) :*: ((S1 ('MetaSel ('Just "jobSample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobSample)) :*: S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription))) :*: (S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "maxRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "validationConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ValidationConfiguration))))) :*: ((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))))))

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: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.

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

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.

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.

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.

CreateProfileJob, createProfileJob_maxCapacity - The maximum number of nodes that DataBrew can use when the job processes data.

CreateProfileJob, createProfileJob_maxRetries - The maximum number of times to retry the job after a job run fails.

CreateProfileJob, createProfileJob_tags - Metadata tags to apply to this job.

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.

CreateProfileJob, createProfileJob_validationConfigurations - List of validation configurations that are applied to the profile job.

CreateProfileJob, createProfileJob_datasetName - The name of the dataset that this job is to act upon.

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.

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
Generic CreateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Associated Types

type Rep CreateProfileJobResponse :: Type -> Type #

Read CreateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Show CreateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

NFData CreateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProfileJob

Eq 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

CreateProfileJob, createProfileJobResponse_name - The name of the job that was created.

CreateProject

data CreateProject Source #

See: newCreateProject smart constructor.

Instances

Instances details
ToJSON CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Associated Types

type AWSResponse CreateProject #

Generic CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Associated Types

type Rep CreateProject :: Type -> Type #

Read CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Show CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

NFData CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Methods

rnf :: CreateProject -> () #

Eq CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Hashable CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

type AWSResponse CreateProject Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

type Rep 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:

CreateProject, createProject_sample - Undocumented member.

CreateProject, createProject_tags - Metadata tags to apply to this project.

CreateProject, createProject_datasetName - The name of an existing dataset to associate this project with.

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

CreateProject, createProject_recipeName - The name of an existing recipe to associate with the project.

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
Generic CreateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Associated Types

type Rep CreateProjectResponse :: Type -> Type #

Read CreateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Show CreateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

NFData CreateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

Methods

rnf :: CreateProjectResponse -> () #

Eq CreateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

type Rep CreateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateProject

type Rep CreateProjectResponse = D1 ('MetaData "CreateProjectResponse" "Amazonka.DataBrew.CreateProject" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

CreateProject, createProjectResponse_name - The name of the project that you created.

CreateRecipe

data CreateRecipe Source #

See: newCreateRecipe smart constructor.

Instances

Instances details
ToJSON CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Associated Types

type AWSResponse CreateRecipe #

Generic CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Associated Types

type Rep CreateRecipe :: Type -> Type #

Read CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Show CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

NFData CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Methods

rnf :: CreateRecipe -> () #

Eq CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Hashable CreateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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]))))

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:

CreateRecipe, createRecipe_description - A description for the recipe.

CreateRecipe, createRecipe_tags - Metadata tags to apply to this recipe.

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

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
Generic CreateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Associated Types

type Rep CreateRecipeResponse :: Type -> Type #

Read CreateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Show CreateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

NFData CreateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

Methods

rnf :: CreateRecipeResponse -> () #

Eq CreateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

type Rep CreateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipe

type Rep CreateRecipeResponse = D1 ('MetaData "CreateRecipeResponse" "Amazonka.DataBrew.CreateRecipe" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

CreateRecipe, createRecipeResponse_name - The name of the recipe that you created.

CreateRecipeJob

data CreateRecipeJob Source #

See: newCreateRecipeJob smart constructor.

Instances

Instances details
ToJSON CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Associated Types

type AWSResponse CreateRecipeJob #

Generic CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Associated Types

type Rep CreateRecipeJob :: Type -> Type #

Read CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Show CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

NFData CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Methods

rnf :: CreateRecipeJob -> () #

Eq CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Hashable CreateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "CreateRecipeJob'" '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 "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "encryptionKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionMode))) :*: (S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription)) :*: S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: (((S1 ('MetaSel ('Just "maxRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Output)))) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recipeReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecipeReference)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: 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))))))

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:

CreateRecipeJob, createRecipeJob_dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.

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

CreateRecipeJob, createRecipeJob_datasetName - The name of the dataset that this job processes.

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

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.

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.

CreateRecipeJob, createRecipeJob_maxCapacity - The maximum number of nodes that DataBrew can consume when the job processes data.

CreateRecipeJob, createRecipeJob_maxRetries - The maximum number of times to retry the job after a job run fails.

CreateRecipeJob, createRecipeJob_outputs - One or more artifacts that represent the output from running the job.

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

CreateRecipeJob, createRecipeJob_recipeReference - Undocumented member.

CreateRecipeJob, createRecipeJob_tags - Metadata tags to apply to this job.

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.

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

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
Generic CreateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Associated Types

type Rep CreateRecipeJobResponse :: Type -> Type #

Read CreateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Show CreateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

NFData CreateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

Methods

rnf :: CreateRecipeJobResponse -> () #

Eq CreateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

type Rep CreateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRecipeJob

type Rep CreateRecipeJobResponse = D1 ('MetaData "CreateRecipeJobResponse" "Amazonka.DataBrew.CreateRecipeJob" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

CreateRecipeJob, createRecipeJobResponse_name - The name of the job that you created.

CreateRuleset

data CreateRuleset Source #

See: newCreateRuleset smart constructor.

Instances

Instances details
ToJSON CreateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

ToHeaders CreateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

ToPath CreateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

ToQuery CreateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

AWSRequest CreateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

Associated Types

type AWSResponse CreateRuleset #

Generic CreateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

Associated Types

type Rep CreateRuleset :: Type -> Type #

Read CreateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

Show CreateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

NFData CreateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

Methods

rnf :: CreateRuleset -> () #

Eq CreateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

Hashable CreateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

type AWSResponse CreateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

type Rep CreateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

type Rep CreateRuleset = D1 ('MetaData "CreateRuleset" "Amazonka.DataBrew.CreateRuleset" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "CreateRuleset'" '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 "targetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Rule))))))

newCreateRuleset Source #

Create a value of CreateRuleset 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:

CreateRuleset, createRuleset_description - The description of the ruleset.

CreateRuleset, createRuleset_tags - Metadata tags to apply to the ruleset.

CreateRuleset, createRuleset_name - The name of the ruleset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

CreateRuleset, createRuleset_targetArn - The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.

$sel:rules:CreateRuleset', createRuleset_rules - A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.

data CreateRulesetResponse Source #

See: newCreateRulesetResponse smart constructor.

Instances

Instances details
Generic CreateRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

Associated Types

type Rep CreateRulesetResponse :: Type -> Type #

Read CreateRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

Show CreateRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

NFData CreateRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

Methods

rnf :: CreateRulesetResponse -> () #

Eq CreateRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

type Rep CreateRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateRuleset

type Rep CreateRulesetResponse = D1 ('MetaData "CreateRulesetResponse" "Amazonka.DataBrew.CreateRuleset" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "CreateRulesetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateRulesetResponse Source #

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

CreateRuleset, createRulesetResponse_name - The unique name of the created ruleset.

CreateSchedule

data CreateSchedule Source #

See: newCreateSchedule smart constructor.

Instances

Instances details
ToJSON CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Associated Types

type AWSResponse CreateSchedule #

Generic CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Associated Types

type Rep CreateSchedule :: Type -> Type #

Read CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Show CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

NFData CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Methods

rnf :: CreateSchedule -> () #

Eq CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Hashable CreateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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))))

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:

CreateSchedule, createSchedule_jobNames - The name or names of one or more jobs to be run.

CreateSchedule, createSchedule_tags - Metadata tags to apply to this schedule.

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.

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
Generic CreateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Associated Types

type Rep CreateScheduleResponse :: Type -> Type #

Read CreateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Show CreateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

NFData CreateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

Methods

rnf :: CreateScheduleResponse -> () #

Eq CreateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

type Rep CreateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.CreateSchedule

type Rep CreateScheduleResponse = D1 ('MetaData "CreateScheduleResponse" "Amazonka.DataBrew.CreateSchedule" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

CreateSchedule, createScheduleResponse_name - The name of the schedule that was created.

DeleteDataset

data DeleteDataset Source #

See: newDeleteDataset smart constructor.

Constructors

DeleteDataset' Text 

Instances

Instances details
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

AWSRequest DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Associated Types

type AWSResponse DeleteDataset #

Generic DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Associated Types

type Rep DeleteDataset :: Type -> Type #

Read DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Show DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

NFData DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Methods

rnf :: DeleteDataset -> () #

Eq DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Hashable DeleteDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DeleteDataset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteDataset, deleteDataset_name - The name of the dataset to be deleted.

data DeleteDatasetResponse Source #

See: newDeleteDatasetResponse smart constructor.

Instances

Instances details
Generic DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Associated Types

type Rep DeleteDatasetResponse :: Type -> Type #

Read DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Show DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

NFData DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

Methods

rnf :: DeleteDatasetResponse -> () #

Eq DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

type Rep DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteDataset

type Rep DeleteDatasetResponse = D1 ('MetaData "DeleteDatasetResponse" "Amazonka.DataBrew.DeleteDataset" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

DeleteDataset, deleteDatasetResponse_name - The name of the dataset that you deleted.

DeleteJob

data DeleteJob Source #

See: newDeleteJob smart constructor.

Constructors

DeleteJob' Text 

Instances

Instances details
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

AWSRequest DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Associated Types

type AWSResponse DeleteJob #

Generic DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Associated Types

type Rep DeleteJob :: Type -> Type #

Read DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Show DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

NFData DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Methods

rnf :: DeleteJob -> () #

Eq DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Hashable DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DeleteJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteJob Source #

Arguments

:: Text

DeleteJob

-> DeleteJob 

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:

DeleteJob, deleteJob_name - The name of the job to be deleted.

data DeleteJobResponse Source #

See: newDeleteJobResponse smart constructor.

Instances

Instances details
Generic DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Associated Types

type Rep DeleteJobResponse :: Type -> Type #

Read DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Show DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

NFData DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Methods

rnf :: DeleteJobResponse -> () #

Eq DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

type Rep DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

type Rep DeleteJobResponse = D1 ('MetaData "DeleteJobResponse" "Amazonka.DataBrew.DeleteJob" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

DeleteJob, deleteJobResponse_name - The name of the job that you deleted.

DeleteProject

data DeleteProject Source #

See: newDeleteProject smart constructor.

Constructors

DeleteProject' Text 

Instances

Instances details
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

AWSRequest DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Associated Types

type AWSResponse DeleteProject #

Generic DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Associated Types

type Rep DeleteProject :: Type -> Type #

Read DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Show DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

NFData DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Methods

rnf :: DeleteProject -> () #

Eq DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Hashable DeleteProject Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DeleteProject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteProject, deleteProject_name - The name of the project to be deleted.

data DeleteProjectResponse Source #

See: newDeleteProjectResponse smart constructor.

Instances

Instances details
Generic DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Associated Types

type Rep DeleteProjectResponse :: Type -> Type #

Read DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Show DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

NFData DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

Methods

rnf :: DeleteProjectResponse -> () #

Eq DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

type Rep DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteProject

type Rep DeleteProjectResponse = D1 ('MetaData "DeleteProjectResponse" "Amazonka.DataBrew.DeleteProject" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

DeleteProject, deleteProjectResponse_name - The name of the project that you deleted.

DeleteRecipeVersion

data DeleteRecipeVersion Source #

See: newDeleteRecipeVersion smart constructor.

Instances

Instances details
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

AWSRequest DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Associated Types

type AWSResponse DeleteRecipeVersion #

Generic DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Associated Types

type Rep DeleteRecipeVersion :: Type -> Type #

Read DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Show DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

NFData DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Methods

rnf :: DeleteRecipeVersion -> () #

Eq DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Hashable DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DeleteRecipeVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteRecipeVersion, deleteRecipeVersion_name - The name of the recipe.

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
Generic DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Associated Types

type Rep DeleteRecipeVersionResponse :: Type -> Type #

Read DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Show DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

NFData DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Eq 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

DeleteRecipeVersion, deleteRecipeVersionResponse_name - The name of the recipe that was deleted.

DeleteRecipeVersion, deleteRecipeVersionResponse_recipeVersion - The version of the recipe that was deleted.

DeleteRuleset

data DeleteRuleset Source #

See: newDeleteRuleset smart constructor.

Constructors

DeleteRuleset' Text 

Instances

Instances details
ToHeaders DeleteRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

ToPath DeleteRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

ToQuery DeleteRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

AWSRequest DeleteRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

Associated Types

type AWSResponse DeleteRuleset #

Generic DeleteRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

Associated Types

type Rep DeleteRuleset :: Type -> Type #

Read DeleteRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

Show DeleteRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

NFData DeleteRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

Methods

rnf :: DeleteRuleset -> () #

Eq DeleteRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

Hashable DeleteRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

type AWSResponse DeleteRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

type Rep DeleteRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

type Rep DeleteRuleset = D1 ('MetaData "DeleteRuleset" "Amazonka.DataBrew.DeleteRuleset" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DeleteRuleset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteRuleset Source #

Create a value of DeleteRuleset 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:

DeleteRuleset, deleteRuleset_name - The name of the ruleset to be deleted.

data DeleteRulesetResponse Source #

See: newDeleteRulesetResponse smart constructor.

Instances

Instances details
Generic DeleteRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

Associated Types

type Rep DeleteRulesetResponse :: Type -> Type #

Read DeleteRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

Show DeleteRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

NFData DeleteRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

Methods

rnf :: DeleteRulesetResponse -> () #

Eq DeleteRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

type Rep DeleteRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRuleset

type Rep DeleteRulesetResponse = D1 ('MetaData "DeleteRulesetResponse" "Amazonka.DataBrew.DeleteRuleset" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DeleteRulesetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteRulesetResponse Source #

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

DeleteRuleset, deleteRulesetResponse_name - The name of the deleted ruleset.

DeleteSchedule

data DeleteSchedule Source #

See: newDeleteSchedule smart constructor.

Constructors

DeleteSchedule' Text 

Instances

Instances details
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

AWSRequest DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Associated Types

type AWSResponse DeleteSchedule #

Generic DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Associated Types

type Rep DeleteSchedule :: Type -> Type #

Read DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Show DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

NFData DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Methods

rnf :: DeleteSchedule -> () #

Eq DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Hashable DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DeleteSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteSchedule, deleteSchedule_name - The name of the schedule to be deleted.

data DeleteScheduleResponse Source #

See: newDeleteScheduleResponse smart constructor.

Instances

Instances details
Generic DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Associated Types

type Rep DeleteScheduleResponse :: Type -> Type #

Read DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Show DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

NFData DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Methods

rnf :: DeleteScheduleResponse -> () #

Eq DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

type Rep DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

type Rep DeleteScheduleResponse = D1 ('MetaData "DeleteScheduleResponse" "Amazonka.DataBrew.DeleteSchedule" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

DeleteSchedule, deleteScheduleResponse_name - The name of the schedule that was deleted.

DescribeDataset

data DescribeDataset Source #

See: newDescribeDataset smart constructor.

Constructors

DescribeDataset' Text 

Instances

Instances details
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

AWSRequest DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Associated Types

type AWSResponse DescribeDataset #

Generic DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Associated Types

type Rep DescribeDataset :: Type -> Type #

Read DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Show DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

NFData DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Methods

rnf :: DescribeDataset -> () #

Eq DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Hashable DescribeDataset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DescribeDataset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeDataset, describeDataset_name - The name of the dataset to be described.

data DescribeDatasetResponse Source #

See: newDescribeDatasetResponse smart constructor.

Instances

Instances details
Generic DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Associated Types

type Rep DescribeDatasetResponse :: Type -> Type #

Read DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Show DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

NFData DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

Methods

rnf :: DescribeDatasetResponse -> () #

Eq DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

type Rep DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeDataset

type Rep DescribeDatasetResponse = D1 ('MetaData "DescribeDatasetResponse" "Amazonka.DataBrew.DescribeDataset" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DescribeDatasetResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputFormat)))) :*: (S1 ('MetaSel ('Just "formatOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FormatOptions)) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "pathOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PathOptions)) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Source)))) :*: ((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:

DescribeDatasetResponse, describeDatasetResponse_createDate - The date and time that the dataset was created.

DescribeDatasetResponse, describeDatasetResponse_createdBy - The identifier (user name) of the user who created the dataset.

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

DescribeDatasetResponse, describeDatasetResponse_formatOptions - Undocumented member.

DescribeDatasetResponse, describeDatasetResponse_lastModifiedBy - The identifier (user name) of the user who last modified the dataset.

DescribeDatasetResponse, describeDatasetResponse_lastModifiedDate - The date and time that the dataset was last modified.

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

DescribeDatasetResponse, describeDatasetResponse_resourceArn - The Amazon Resource Name (ARN) of the dataset.

DescribeDatasetResponse, describeDatasetResponse_source - The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.

DescribeDatasetResponse, describeDatasetResponse_tags - Metadata tags associated with this dataset.

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

DescribeDataset, describeDatasetResponse_name - The name of the dataset.

DescribeDatasetResponse, describeDatasetResponse_input - Undocumented member.

DescribeJob

data DescribeJob Source #

See: newDescribeJob smart constructor.

Constructors

DescribeJob' Text 

Instances

Instances details
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

AWSRequest DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Associated Types

type AWSResponse DescribeJob #

Generic DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Associated Types

type Rep DescribeJob :: Type -> Type #

Read DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Show DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

NFData DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Methods

rnf :: DescribeJob -> () #

Eq DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Hashable DescribeJob Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DescribeJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeJob, describeJob_name - The name of the job to be described.

data DescribeJobResponse Source #

See: newDescribeJobResponse smart constructor.

Instances

Instances details
Generic DescribeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Associated Types

type Rep DescribeJobResponse :: Type -> Type #

Read DescribeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Show DescribeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

NFData DescribeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

Methods

rnf :: DescribeJobResponse -> () #

Eq DescribeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

type Rep DescribeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJob

type Rep DescribeJobResponse = D1 ('MetaData "DescribeJobResponse" "Amazonka.DataBrew.DescribeJob" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DescribeJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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 "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionMode)) :*: (S1 ('MetaSel ('Just "jobSample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobSample)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription)) :*: S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))) :*: (((S1 ('MetaSel ('Just "maxRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Output))) :*: S1 ('MetaSel ('Just "profileConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProfileConfiguration)))) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recipeReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecipeReference)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobType)) :*: S1 ('MetaSel ('Just "validationConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ValidationConfiguration)))) :*: (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:

DescribeJobResponse, describeJobResponse_createDate - The date and time that the job was created.

DescribeJobResponse, describeJobResponse_createdBy - The identifier (user name) of the user associated with the creation of the job.

DescribeJobResponse, describeJobResponse_dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.

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

DescribeJobResponse, describeJobResponse_datasetName - The dataset that the job acts upon.

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

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.

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

DescribeJobResponse, describeJobResponse_lastModifiedBy - The identifier (user name) of the user who last modified the job.

DescribeJobResponse, describeJobResponse_lastModifiedDate - The date and time that the job was last modified.

DescribeJobResponse, describeJobResponse_logSubscription - Indicates whether Amazon CloudWatch logging is enabled for this job.

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

DescribeJobResponse, describeJobResponse_maxRetries - The maximum number of times to retry the job after a job run fails.

DescribeJobResponse, describeJobResponse_outputs - One or more artifacts that represent the output from running the job.

$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.

DescribeJobResponse, describeJobResponse_projectName - The DataBrew project associated with this job.

DescribeJobResponse, describeJobResponse_recipeReference - Undocumented member.

DescribeJobResponse, describeJobResponse_resourceArn - The Amazon Resource Name (ARN) of the job.

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

DescribeJobResponse, describeJobResponse_tags - Metadata tags associated with this job.

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.

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.

DescribeJobResponse, describeJobResponse_validationConfigurations - List of validation configurations that are applied to the profile job.

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

DescribeJob, describeJobResponse_name - The name of the job.

DescribeJobRun

data DescribeJobRun Source #

See: newDescribeJobRun smart constructor.

Constructors

DescribeJobRun' Text Text 

Instances

Instances details
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

AWSRequest DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Associated Types

type AWSResponse DescribeJobRun #

Generic DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Associated Types

type Rep DescribeJobRun :: Type -> Type #

Read DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Show DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

NFData DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Methods

rnf :: DescribeJobRun -> () #

Eq DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Hashable DescribeJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DescribeJobRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeJobRun, describeJobRun_name - The name of the job being processed during this run.

DescribeJobRun, describeJobRun_runId - The unique identifier of the job run.

data DescribeJobRunResponse Source #

See: newDescribeJobRunResponse smart constructor.

Instances

Instances details
Generic DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Associated Types

type Rep DescribeJobRunResponse :: Type -> Type #

Read DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Show DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

NFData DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

Methods

rnf :: DescribeJobRunResponse -> () #

Eq DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

type Rep DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeJobRun

type Rep DescribeJobRunResponse = D1 ('MetaData "DescribeJobRunResponse" "Amazonka.DataBrew.DescribeJobRun" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DescribeJobRunResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "attempt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "completedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (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 "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "jobSample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobSample)) :*: (S1 ('MetaSel ('Just "logGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription)))))) :*: (((S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Output))) :*: S1 ('MetaSel ('Just "profileConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProfileConfiguration))) :*: (S1 ('MetaSel ('Just "recipeReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecipeReference)) :*: (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "startedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobRunState))) :*: (S1 ('MetaSel ('Just "validationConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ValidationConfiguration))) :*: (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:

DescribeJobRunResponse, describeJobRunResponse_attempt - The number of times that DataBrew has attempted to run the job.

DescribeJobRunResponse, describeJobRunResponse_completedOn - The date and time when the job completed processing.

DescribeJobRunResponse, describeJobRunResponse_dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.

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

DescribeJobRunResponse, describeJobRunResponse_datasetName - The name of the dataset for the job to process.

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

DescribeJobRunResponse, describeJobRunResponse_executionTime - The amount of time, in seconds, during which the job run consumed resources.

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.

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

DescribeJobRunResponse, describeJobRunResponse_logSubscription - The current status of Amazon CloudWatch logging for the job run.

DescribeJobRunResponse, describeJobRunResponse_outputs - One or more output artifacts from a job run.

$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.

DescribeJobRunResponse, describeJobRunResponse_recipeReference - Undocumented member.

DescribeJobRun, describeJobRunResponse_runId - The unique identifier of the job run.

DescribeJobRunResponse, describeJobRunResponse_startedBy - The Amazon Resource Name (ARN) of the user who started the job run.

DescribeJobRunResponse, describeJobRunResponse_startedOn - The date and time when the job run began.

DescribeJobRunResponse, describeJobRunResponse_state - The current state of the job run entity itself.

DescribeJobRunResponse, describeJobRunResponse_validationConfigurations - List of validation configurations that are applied to the profile job.

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

DescribeJobRunResponse, describeJobRunResponse_jobName - The name of the job being processed during this run.

DescribeProject

data DescribeProject Source #

See: newDescribeProject smart constructor.

Constructors

DescribeProject' Text 

Instances

Instances details
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

AWSRequest DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Associated Types

type AWSResponse DescribeProject #

Generic DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Associated Types

type Rep DescribeProject :: Type -> Type #

Read DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Show DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

NFData DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Methods

rnf :: DescribeProject -> () #

Eq DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Hashable DescribeProject Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DescribeProject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeProject, describeProject_name - The name of the project to be described.

data DescribeProjectResponse Source #

See: newDescribeProjectResponse smart constructor.

Instances

Instances details
Generic DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Associated Types

type Rep DescribeProjectResponse :: Type -> Type #

Read DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Show DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

NFData DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

Methods

rnf :: DescribeProjectResponse -> () #

Eq DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

type Rep DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeProject

type Rep DescribeProjectResponse = D1 ('MetaData "DescribeProjectResponse" "Amazonka.DataBrew.DescribeProject" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DescribeProjectResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createdBy") '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 "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "openDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "openedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "recipeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Sample)))) :*: ((S1 ('MetaSel ('Just "sessionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SessionStatus)) :*: 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))))))

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:

DescribeProjectResponse, describeProjectResponse_createDate - The date and time that the project was created.

DescribeProjectResponse, describeProjectResponse_createdBy - The identifier (user name) of the user who created the project.

DescribeProjectResponse, describeProjectResponse_datasetName - The dataset associated with the project.

DescribeProjectResponse, describeProjectResponse_lastModifiedBy - The identifier (user name) of the user who last modified the project.

DescribeProjectResponse, describeProjectResponse_lastModifiedDate - The date and time that the project was last modified.

DescribeProjectResponse, describeProjectResponse_openDate - The date and time when the project was opened.

DescribeProjectResponse, describeProjectResponse_openedBy - The identifier (user name) of the user that opened the project for use.

DescribeProjectResponse, describeProjectResponse_recipeName - The recipe associated with this job.

DescribeProjectResponse, describeProjectResponse_resourceArn - The Amazon Resource Name (ARN) of the project.

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

DescribeProjectResponse, describeProjectResponse_sample - Undocumented member.

$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.

DescribeProjectResponse, describeProjectResponse_tags - Metadata tags associated with this project.

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

DescribeProject, describeProjectResponse_name - The name of the project.

DescribeRecipe

data DescribeRecipe Source #

See: newDescribeRecipe smart constructor.

Constructors

DescribeRecipe' (Maybe Text) Text 

Instances

Instances details
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

AWSRequest DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Associated Types

type AWSResponse DescribeRecipe #

Generic DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Associated Types

type Rep DescribeRecipe :: Type -> Type #

Read DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Show DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

NFData DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Methods

rnf :: DescribeRecipe -> () #

Eq DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Hashable DescribeRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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)))

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:

DescribeRecipe, describeRecipe_recipeVersion - The recipe version identifier. If this parameter isn't specified, then the latest published version is returned.

DescribeRecipe, describeRecipe_name - The name of the recipe to be described.

data DescribeRecipeResponse Source #

See: newDescribeRecipeResponse smart constructor.

Instances

Instances details
Generic DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Associated Types

type Rep DescribeRecipeResponse :: Type -> Type #

Read DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Show DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

NFData DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

Methods

rnf :: DescribeRecipeResponse -> () #

Eq DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

type Rep DescribeRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRecipe

type Rep DescribeRecipeResponse = D1 ('MetaData "DescribeRecipeResponse" "Amazonka.DataBrew.DescribeRecipe" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DescribeRecipeResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publishedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "publishedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "steps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecipeStep])) :*: 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:

DescribeRecipeResponse, describeRecipeResponse_createDate - The date and time that the recipe was created.

DescribeRecipeResponse, describeRecipeResponse_createdBy - The identifier (user name) of the user who created the recipe.

DescribeRecipeResponse, describeRecipeResponse_description - The description of the recipe.

DescribeRecipeResponse, describeRecipeResponse_lastModifiedBy - The identifier (user name) of the user who last modified the recipe.

DescribeRecipeResponse, describeRecipeResponse_lastModifiedDate - The date and time that the recipe was last modified.

DescribeRecipeResponse, describeRecipeResponse_projectName - The name of the project associated with this recipe.

DescribeRecipeResponse, describeRecipeResponse_publishedBy - The identifier (user name) of the user who last published the recipe.

DescribeRecipeResponse, describeRecipeResponse_publishedDate - The date and time when the recipe was last published.

DescribeRecipe, describeRecipeResponse_recipeVersion - The recipe version identifier.

DescribeRecipeResponse, describeRecipeResponse_resourceArn - The ARN of the recipe.

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.

DescribeRecipeResponse, describeRecipeResponse_tags - Metadata tags associated with this project.

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

DescribeRecipe, describeRecipeResponse_name - The name of the recipe.

DescribeRuleset

data DescribeRuleset Source #

See: newDescribeRuleset smart constructor.

Constructors

DescribeRuleset' Text 

Instances

Instances details
ToHeaders DescribeRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

ToPath DescribeRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

ToQuery DescribeRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

AWSRequest DescribeRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

Associated Types

type AWSResponse DescribeRuleset #

Generic DescribeRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

Associated Types

type Rep DescribeRuleset :: Type -> Type #

Read DescribeRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

Show DescribeRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

NFData DescribeRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

Methods

rnf :: DescribeRuleset -> () #

Eq DescribeRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

Hashable DescribeRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

type AWSResponse DescribeRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

type Rep DescribeRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

type Rep DescribeRuleset = D1 ('MetaData "DescribeRuleset" "Amazonka.DataBrew.DescribeRuleset" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DescribeRuleset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeRuleset Source #

Create a value of DescribeRuleset 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:

DescribeRuleset, describeRuleset_name - The name of the ruleset to be described.

data DescribeRulesetResponse Source #

See: newDescribeRulesetResponse smart constructor.

Instances

Instances details
Generic DescribeRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

Associated Types

type Rep DescribeRulesetResponse :: Type -> Type #

Read DescribeRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

Show DescribeRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

NFData DescribeRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

Methods

rnf :: DescribeRulesetResponse -> () #

Eq DescribeRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

type Rep DescribeRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeRuleset

type Rep DescribeRulesetResponse = D1 ('MetaData "DescribeRulesetResponse" "Amazonka.DataBrew.DescribeRuleset" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DescribeRulesetResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Rule))) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "targetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newDescribeRulesetResponse Source #

Create a value of DescribeRulesetResponse 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:

DescribeRulesetResponse, describeRulesetResponse_createDate - The date and time that the ruleset was created.

DescribeRulesetResponse, describeRulesetResponse_createdBy - The Amazon Resource Name (ARN) of the user who created the ruleset.

DescribeRulesetResponse, describeRulesetResponse_description - The description of the ruleset.

DescribeRulesetResponse, describeRulesetResponse_lastModifiedBy - The Amazon Resource Name (ARN) of the user who last modified the ruleset.

DescribeRulesetResponse, describeRulesetResponse_lastModifiedDate - The modification date and time of the ruleset.

DescribeRulesetResponse, describeRulesetResponse_resourceArn - The Amazon Resource Name (ARN) for the ruleset.

$sel:rules:DescribeRulesetResponse', describeRulesetResponse_rules - A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.

DescribeRulesetResponse, describeRulesetResponse_tags - Metadata tags that have been applied to the ruleset.

DescribeRulesetResponse, describeRulesetResponse_targetArn - The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.

$sel:httpStatus:DescribeRulesetResponse', describeRulesetResponse_httpStatus - The response's http status code.

DescribeRuleset, describeRulesetResponse_name - The name of the ruleset.

DescribeSchedule

data DescribeSchedule Source #

See: newDescribeSchedule smart constructor.

Constructors

DescribeSchedule' Text 

Instances

Instances details
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

AWSRequest DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Associated Types

type AWSResponse DescribeSchedule #

Generic DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Associated Types

type Rep DescribeSchedule :: Type -> Type #

Read DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Show DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

NFData DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Methods

rnf :: DescribeSchedule -> () #

Eq DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Hashable DescribeSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DescribeSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeSchedule, describeSchedule_name - The name of the schedule to be described.

data DescribeScheduleResponse Source #

See: newDescribeScheduleResponse smart constructor.

Instances

Instances details
Generic DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Associated Types

type Rep DescribeScheduleResponse :: Type -> Type #

Read DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Show DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

NFData DescribeScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DescribeSchedule

Eq 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:

DescribeScheduleResponse, describeScheduleResponse_createDate - The date and time that the schedule was created.

DescribeScheduleResponse, describeScheduleResponse_createdBy - The identifier (user name) of the user who created the schedule.

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.

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

DescribeScheduleResponse, describeScheduleResponse_lastModifiedBy - The identifier (user name) of the user who last modified the schedule.

DescribeScheduleResponse, describeScheduleResponse_lastModifiedDate - The date and time that the schedule was last modified.

DescribeScheduleResponse, describeScheduleResponse_resourceArn - The Amazon Resource Name (ARN) of the schedule.

DescribeScheduleResponse, describeScheduleResponse_tags - Metadata tags associated with this schedule.

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

DescribeSchedule, describeScheduleResponse_name - The name of the schedule.

ListDatasets (Paginated)

data ListDatasets Source #

See: newListDatasets smart constructor.

Instances

Instances details
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

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 #

Generic ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Associated Types

type Rep ListDatasets :: Type -> Type #

Read ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Show ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

NFData ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Methods

rnf :: ListDatasets -> () #

Eq ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Hashable ListDatasets Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "ListDatasets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:maxResults:ListDatasets', listDatasets_maxResults - The maximum number of results to return in this request.

ListDatasets, listDatasets_nextToken - The token returned by a previous call to retrieve the next set of results.

data ListDatasetsResponse Source #

See: newListDatasetsResponse smart constructor.

Instances

Instances details
Generic ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Associated Types

type Rep ListDatasetsResponse :: Type -> Type #

Read ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Show ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

NFData ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

Methods

rnf :: ListDatasetsResponse -> () #

Eq ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

type Rep ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListDatasets

type Rep ListDatasetsResponse = D1 ('MetaData "ListDatasetsResponse" "Amazonka.DataBrew.ListDatasets" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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:

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.

ListJobRuns (Paginated)

data ListJobRuns Source #

See: newListJobRuns smart constructor.

Instances

Instances details
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

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 #

Generic ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Associated Types

type Rep ListJobRuns :: Type -> Type #

Read ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Show ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

NFData ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Methods

rnf :: ListJobRuns -> () #

Eq ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Hashable ListJobRuns Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "ListJobRuns'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:maxResults:ListJobRuns', listJobRuns_maxResults - The maximum number of results to return in this request.

ListJobRuns, listJobRuns_nextToken - The token returned by a previous call to retrieve the next set of results.

ListJobRuns, listJobRuns_name - The name of the job.

data ListJobRunsResponse Source #

See: newListJobRunsResponse smart constructor.

Instances

Instances details
Generic ListJobRunsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Associated Types

type Rep ListJobRunsResponse :: Type -> Type #

Read ListJobRunsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Show ListJobRunsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

NFData ListJobRunsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

Methods

rnf :: ListJobRunsResponse -> () #

Eq ListJobRunsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

type Rep ListJobRunsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobRuns

type Rep ListJobRunsResponse = D1 ('MetaData "ListJobRunsResponse" "Amazonka.DataBrew.ListJobRuns" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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:

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.

ListJobs (Paginated)

data ListJobs Source #

See: newListJobs smart constructor.

Instances

Instances details
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

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 #

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 #

Read ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Show ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

NFData ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Methods

rnf :: ListJobs -> () #

Eq ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Hashable ListJobs Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Methods

hashWithSalt :: Int -> ListJobs -> Int #

hash :: ListJobs -> Int #

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "ListJobs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:

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.

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.

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

data ListJobsResponse Source #

See: newListJobsResponse smart constructor.

Constructors

ListJobsResponse' (Maybe Text) Int [Job] 

Instances

Instances details
Generic ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Associated Types

type Rep ListJobsResponse :: Type -> Type #

Read ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Show ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

NFData ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

Methods

rnf :: ListJobsResponse -> () #

Eq ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

type Rep ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListJobs

type Rep ListJobsResponse = D1 ('MetaData "ListJobsResponse" "Amazonka.DataBrew.ListJobs" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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:

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.

ListProjects (Paginated)

data ListProjects Source #

See: newListProjects smart constructor.

Instances

Instances details
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

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 #

Generic ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Associated Types

type Rep ListProjects :: Type -> Type #

Read ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Show ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

NFData ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Methods

rnf :: ListProjects -> () #

Eq ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Hashable ListProjects Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "ListProjects'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:maxResults:ListProjects', listProjects_maxResults - The maximum number of results to return in this request.

ListProjects, listProjects_nextToken - The token returned by a previous call to retrieve the next set of results.

data ListProjectsResponse Source #

See: newListProjectsResponse smart constructor.

Instances

Instances details
Generic ListProjectsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Associated Types

type Rep ListProjectsResponse :: Type -> Type #

Read ListProjectsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Show ListProjectsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

NFData ListProjectsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

Methods

rnf :: ListProjectsResponse -> () #

Eq ListProjectsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

type Rep ListProjectsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListProjects

type Rep ListProjectsResponse = D1 ('MetaData "ListProjectsResponse" "Amazonka.DataBrew.ListProjects" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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:

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 .

ListRecipeVersions (Paginated)

data ListRecipeVersions Source #

See: newListRecipeVersions smart constructor.

Instances

Instances details
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

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 #

Generic ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Associated Types

type Rep ListRecipeVersions :: Type -> Type #

Read ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Show ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

NFData ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Methods

rnf :: ListRecipeVersions -> () #

Eq ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Hashable ListRecipeVersions Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "ListRecipeVersions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:maxResults:ListRecipeVersions', listRecipeVersions_maxResults - The maximum number of results to return in this request.

ListRecipeVersions, listRecipeVersions_nextToken - The token returned by a previous call to retrieve the next set of results.

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

data ListRecipeVersionsResponse Source #

See: newListRecipeVersionsResponse smart constructor.

Instances

Instances details
Generic ListRecipeVersionsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Associated Types

type Rep ListRecipeVersionsResponse :: Type -> Type #

Read ListRecipeVersionsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Show ListRecipeVersionsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

NFData ListRecipeVersionsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipeVersions

Eq 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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:

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.

ListRecipes (Paginated)

data ListRecipes Source #

See: newListRecipes smart constructor.

Instances

Instances details
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

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 #

Generic ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Associated Types

type Rep ListRecipes :: Type -> Type #

Read ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Show ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

NFData ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Methods

rnf :: ListRecipes -> () #

Eq ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Hashable ListRecipes Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "ListRecipes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:maxResults:ListRecipes', listRecipes_maxResults - The maximum number of results to return in this request.

ListRecipes, listRecipes_nextToken - The token returned by a previous call to retrieve the next set of results.

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

data ListRecipesResponse Source #

See: newListRecipesResponse smart constructor.

Instances

Instances details
Generic ListRecipesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Associated Types

type Rep ListRecipesResponse :: Type -> Type #

Read ListRecipesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Show ListRecipesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

NFData ListRecipesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

Methods

rnf :: ListRecipesResponse -> () #

Eq ListRecipesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

type Rep ListRecipesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRecipes

type Rep ListRecipesResponse = D1 ('MetaData "ListRecipesResponse" "Amazonka.DataBrew.ListRecipes" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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:

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.

ListRulesets (Paginated)

data ListRulesets Source #

See: newListRulesets smart constructor.

Instances

Instances details
ToHeaders ListRulesets Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

ToPath ListRulesets Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

ToQuery ListRulesets Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

AWSPager ListRulesets Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

AWSRequest ListRulesets Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

Associated Types

type AWSResponse ListRulesets #

Generic ListRulesets Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

Associated Types

type Rep ListRulesets :: Type -> Type #

Read ListRulesets Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

Show ListRulesets Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

NFData ListRulesets Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

Methods

rnf :: ListRulesets -> () #

Eq ListRulesets Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

Hashable ListRulesets Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

type AWSResponse ListRulesets Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

type Rep ListRulesets Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

type Rep ListRulesets = D1 ('MetaData "ListRulesets" "Amazonka.DataBrew.ListRulesets" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "ListRulesets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListRulesets :: ListRulesets Source #

Create a value of ListRulesets 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:maxResults:ListRulesets', listRulesets_maxResults - The maximum number of results to return in this request.

ListRulesets, listRulesets_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.

ListRulesets, listRulesets_targetArn - The Amazon Resource Name (ARN) of a resource (dataset). Using this parameter indicates to return only those rulesets that are associated with the specified resource.

data ListRulesetsResponse Source #

See: newListRulesetsResponse smart constructor.

Instances

Instances details
Generic ListRulesetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

Associated Types

type Rep ListRulesetsResponse :: Type -> Type #

Read ListRulesetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

Show ListRulesetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

NFData ListRulesetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

Methods

rnf :: ListRulesetsResponse -> () #

Eq ListRulesetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

type Rep ListRulesetsResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListRulesets

type Rep ListRulesetsResponse = D1 ('MetaData "ListRulesetsResponse" "Amazonka.DataBrew.ListRulesets" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "ListRulesetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "rulesets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RulesetItem]))))

newListRulesetsResponse Source #

Create a value of ListRulesetsResponse 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:

ListRulesets, listRulesetsResponse_nextToken - A token that you can use in a subsequent call to retrieve the next set of results.

$sel:httpStatus:ListRulesetsResponse', listRulesetsResponse_httpStatus - The response's http status code.

$sel:rulesets:ListRulesetsResponse', listRulesetsResponse_rulesets - A list of RulesetItem. RulesetItem contains meta data of a ruleset.

ListSchedules (Paginated)

data ListSchedules Source #

See: newListSchedules smart constructor.

Instances

Instances details
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

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 #

Generic ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Associated Types

type Rep ListSchedules :: Type -> Type #

Read ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Show ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

NFData ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Methods

rnf :: ListSchedules -> () #

Eq ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Hashable ListSchedules Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "ListSchedules'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:

ListSchedules, listSchedules_jobName - The name of the job that these schedules apply to.

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

ListSchedules, listSchedules_nextToken - The token returned by a previous call to retrieve the next set of results.

data ListSchedulesResponse Source #

See: newListSchedulesResponse smart constructor.

Instances

Instances details
Generic ListSchedulesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Associated Types

type Rep ListSchedulesResponse :: Type -> Type #

Read ListSchedulesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Show ListSchedulesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

NFData ListSchedulesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

Methods

rnf :: ListSchedulesResponse -> () #

Eq ListSchedulesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

type Rep ListSchedulesResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListSchedules

type Rep ListSchedulesResponse = D1 ('MetaData "ListSchedulesResponse" "Amazonka.DataBrew.ListSchedules" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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:

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.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
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

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.ListTagsForResource

Eq 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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:

ListTagsForResourceResponse, listTagsForResourceResponse_tags - A list of tags associated with the DataBrew resource.

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

PublishRecipe

data PublishRecipe Source #

See: newPublishRecipe smart constructor.

Constructors

PublishRecipe' (Maybe Text) Text 

Instances

Instances details
ToJSON PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Associated Types

type AWSResponse PublishRecipe #

Generic PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Associated Types

type Rep PublishRecipe :: Type -> Type #

Read PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Show PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

NFData PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Methods

rnf :: PublishRecipe -> () #

Eq PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Hashable PublishRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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)))

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:

PublishRecipe, publishRecipe_description - A description of the recipe to be published, for this version of the recipe.

PublishRecipe, publishRecipe_name - The name of the recipe to be published.

data PublishRecipeResponse Source #

See: newPublishRecipeResponse smart constructor.

Instances

Instances details
Generic PublishRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Associated Types

type Rep PublishRecipeResponse :: Type -> Type #

Read PublishRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Show PublishRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

NFData PublishRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

Methods

rnf :: PublishRecipeResponse -> () #

Eq PublishRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

type Rep PublishRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.PublishRecipe

type Rep PublishRecipeResponse = D1 ('MetaData "PublishRecipeResponse" "Amazonka.DataBrew.PublishRecipe" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

PublishRecipe, publishRecipeResponse_name - The name of the recipe that you published.

SendProjectSessionAction

data SendProjectSessionAction Source #

See: newSendProjectSessionAction smart constructor.

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Show SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

NFData SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

Eq SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

Hashable SendProjectSessionAction Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "SendProjectSessionAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientSessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "preview") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "recipeStep") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecipeStep)))) :*: (S1 ('MetaSel ('Just "stepIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "viewFrame") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ViewFrame)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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: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:preview:SendProjectSessionAction', sendProjectSessionAction_preview - If true, the result of the recipe step will be returned, but not applied.

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

$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:viewFrame:SendProjectSessionAction', sendProjectSessionAction_viewFrame - Undocumented member.

SendProjectSessionAction, sendProjectSessionAction_name - The name of the project to apply the action to.

data SendProjectSessionActionResponse Source #

See: newSendProjectSessionActionResponse smart constructor.

Instances

Instances details
Generic SendProjectSessionActionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

Associated Types

type Rep SendProjectSessionActionResponse :: Type -> Type #

Read SendProjectSessionActionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

Show SendProjectSessionActionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

NFData SendProjectSessionActionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.SendProjectSessionAction

Eq 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

SendProjectSessionAction, sendProjectSessionActionResponse_name - The name of the project that was affected by the action.

StartJobRun

data StartJobRun Source #

See: newStartJobRun smart constructor.

Constructors

StartJobRun' Text 

Instances

Instances details
ToJSON StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Associated Types

type AWSResponse StartJobRun #

Generic StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Associated Types

type Rep StartJobRun :: Type -> Type #

Read StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Show StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

NFData StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Methods

rnf :: StartJobRun -> () #

Eq StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Hashable StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "StartJobRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

StartJobRun, startJobRun_name - The name of the job to be run.

data StartJobRunResponse Source #

See: newStartJobRunResponse smart constructor.

Instances

Instances details
Generic StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Associated Types

type Rep StartJobRunResponse :: Type -> Type #

Read StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Show StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

NFData StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Methods

rnf :: StartJobRunResponse -> () #

Eq StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

type Rep StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

type Rep StartJobRunResponse = D1 ('MetaData "StartJobRunResponse" "Amazonka.DataBrew.StartJobRun" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

StartJobRunResponse, startJobRunResponse_runId - A system-generated identifier for this particular job run.

StartProjectSession

data StartProjectSession Source #

See: newStartProjectSession smart constructor.

Instances

Instances details
ToJSON StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Associated Types

type AWSResponse StartProjectSession #

Generic StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Associated Types

type Rep StartProjectSession :: Type -> Type #

Read StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Show StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

NFData StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Methods

rnf :: StartProjectSession -> () #

Eq StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Hashable StartProjectSession Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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)))

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.

StartProjectSession, startProjectSession_name - The name of the project to act upon.

data StartProjectSessionResponse Source #

See: newStartProjectSessionResponse smart constructor.

Instances

Instances details
Generic StartProjectSessionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Associated Types

type Rep StartProjectSessionResponse :: Type -> Type #

Show StartProjectSessionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

NFData StartProjectSessionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartProjectSession

Eq 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "StartProjectSessionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientSessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive 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.

StartProjectSession, startProjectSessionResponse_name - The name of the project to be acted upon.

StopJobRun

data StopJobRun Source #

See: newStopJobRun smart constructor.

Constructors

StopJobRun' Text Text 

Instances

Instances details
ToJSON StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Associated Types

type AWSResponse StopJobRun #

Generic StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Associated Types

type Rep StopJobRun :: Type -> Type #

Read StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Show StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

NFData StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Methods

rnf :: StopJobRun -> () #

Eq StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Hashable StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "StopJobRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

StopJobRun, stopJobRun_name - The name of the job to be stopped.

StopJobRun, stopJobRun_runId - The ID of the job run to be stopped.

data StopJobRunResponse Source #

See: newStopJobRunResponse smart constructor.

Instances

Instances details
Generic StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Associated Types

type Rep StopJobRunResponse :: Type -> Type #

Read StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Show StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

NFData StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Methods

rnf :: StopJobRunResponse -> () #

Eq StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

type Rep StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

type Rep StopJobRunResponse = D1 ('MetaData "StopJobRunResponse" "Amazonka.DataBrew.StopJobRun" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

StopJobRun, stopJobRunResponse_runId - The ID of the job run that you stopped.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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))))

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:

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.

TagResource, tagResource_tags - One or more tags to be assigned to the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.DataBrew.TagResource" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
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

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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))))

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:

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
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.DataBrew.UntagResource" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

UpdateDataset

data UpdateDataset Source #

See: newUpdateDataset smart constructor.

Instances

Instances details
ToJSON UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Associated Types

type AWSResponse UpdateDataset #

Generic UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Associated Types

type Rep UpdateDataset :: Type -> Type #

Read UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Show UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

NFData UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Methods

rnf :: UpdateDataset -> () #

Eq UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Hashable UpdateDataset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "UpdateDataset'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputFormat)) :*: S1 ('MetaSel ('Just "formatOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FormatOptions))) :*: (S1 ('MetaSel ('Just "pathOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PathOptions)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Input)))))

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:

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

UpdateDataset, updateDataset_formatOptions - Undocumented member.

UpdateDataset, updateDataset_pathOptions - A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

UpdateDataset, updateDataset_name - The name of the dataset to be updated.

UpdateDataset, updateDataset_input - Undocumented member.

data UpdateDatasetResponse Source #

See: newUpdateDatasetResponse smart constructor.

Instances

Instances details
Generic UpdateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Associated Types

type Rep UpdateDatasetResponse :: Type -> Type #

Read UpdateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Show UpdateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

NFData UpdateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

Methods

rnf :: UpdateDatasetResponse -> () #

Eq UpdateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

type Rep UpdateDatasetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateDataset

type Rep UpdateDatasetResponse = D1 ('MetaData "UpdateDatasetResponse" "Amazonka.DataBrew.UpdateDataset" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

UpdateDataset, updateDatasetResponse_name - The name of the dataset that you updated.

UpdateProfileJob

data UpdateProfileJob Source #

See: newUpdateProfileJob smart constructor.

Instances

Instances details
ToJSON UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Associated Types

type AWSResponse UpdateProfileJob #

Generic UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Associated Types

type Rep UpdateProfileJob :: Type -> Type #

Read UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Show UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

NFData UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Methods

rnf :: UpdateProfileJob -> () #

Eq UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Hashable UpdateProfileJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "UpdateProfileJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProfileConfiguration)) :*: (S1 ('MetaSel ('Just "encryptionKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionMode)))) :*: (S1 ('MetaSel ('Just "jobSample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobSample)) :*: (S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription)) :*: S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "maxRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "validationConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ValidationConfiguration))))) :*: (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))))))

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: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.

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

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.

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.

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.

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

UpdateProfileJob, updateProfileJob_maxRetries - The maximum number of times to retry the job after a job run fails.

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.

UpdateProfileJob, updateProfileJob_validationConfigurations - List of validation configurations that are applied to the profile job.

UpdateProfileJob, updateProfileJob_name - The name of the job to be updated.

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

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
Generic UpdateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Associated Types

type Rep UpdateProfileJobResponse :: Type -> Type #

Read UpdateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Show UpdateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

NFData UpdateProfileJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProfileJob

Eq 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

UpdateProfileJob, updateProfileJobResponse_name - The name of the job that was updated.

UpdateProject

data UpdateProject Source #

See: newUpdateProject smart constructor.

Instances

Instances details
ToJSON UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Associated Types

type AWSResponse UpdateProject #

Generic UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Associated Types

type Rep UpdateProject :: Type -> Type #

Read UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Show UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

NFData UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Methods

rnf :: UpdateProject -> () #

Eq UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Hashable UpdateProject Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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))))

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:

UpdateProject, updateProject_sample - Undocumented member.

UpdateProject, updateProject_roleArn - The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.

UpdateProject, updateProject_name - The name of the project to be updated.

data UpdateProjectResponse Source #

See: newUpdateProjectResponse smart constructor.

Instances

Instances details
Generic UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Associated Types

type Rep UpdateProjectResponse :: Type -> Type #

Read UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Show UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

NFData UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

Methods

rnf :: UpdateProjectResponse -> () #

Eq UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

type Rep UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateProject

type Rep UpdateProjectResponse = D1 ('MetaData "UpdateProjectResponse" "Amazonka.DataBrew.UpdateProject" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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:

UpdateProjectResponse, updateProjectResponse_lastModifiedDate - The date and time that the project was last modified.

$sel:httpStatus:UpdateProjectResponse', updateProjectResponse_httpStatus - The response's http status code.

UpdateProject, updateProjectResponse_name - The name of the project that you updated.

UpdateRecipe

data UpdateRecipe Source #

See: newUpdateRecipe smart constructor.

Instances

Instances details
ToJSON UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Associated Types

type AWSResponse UpdateRecipe #

Generic UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Associated Types

type Rep UpdateRecipe :: Type -> Type #

Read UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Show UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

NFData UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Methods

rnf :: UpdateRecipe -> () #

Eq UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Hashable UpdateRecipe Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "UpdateRecipe'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "steps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecipeStep])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:

UpdateRecipe, updateRecipe_description - A description of the recipe.

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.

UpdateRecipe, updateRecipe_name - The name of the recipe to be updated.

data UpdateRecipeResponse Source #

See: newUpdateRecipeResponse smart constructor.

Instances

Instances details
Generic UpdateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Associated Types

type Rep UpdateRecipeResponse :: Type -> Type #

Read UpdateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Show UpdateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

NFData UpdateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

Methods

rnf :: UpdateRecipeResponse -> () #

Eq UpdateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

type Rep UpdateRecipeResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipe

type Rep UpdateRecipeResponse = D1 ('MetaData "UpdateRecipeResponse" "Amazonka.DataBrew.UpdateRecipe" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

UpdateRecipe, updateRecipeResponse_name - The name of the recipe that was updated.

UpdateRecipeJob

data UpdateRecipeJob Source #

See: newUpdateRecipeJob smart constructor.

Instances

Instances details
ToJSON UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Associated Types

type AWSResponse UpdateRecipeJob #

Generic UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Associated Types

type Rep UpdateRecipeJob :: Type -> Type #

Read UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Show UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

NFData UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Methods

rnf :: UpdateRecipeJob -> () #

Eq UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Hashable UpdateRecipeJob Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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 "encryptionKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionMode)) :*: S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription))))) :*: ((S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "maxRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Output))))) :*: (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))))))

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:

UpdateRecipeJob, updateRecipeJob_dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.

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

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

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.

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.

UpdateRecipeJob, updateRecipeJob_maxCapacity - The maximum number of nodes that DataBrew can consume when the job processes data.

UpdateRecipeJob, updateRecipeJob_maxRetries - The maximum number of times to retry the job after a job run fails.

UpdateRecipeJob, updateRecipeJob_outputs - One or more artifacts that represent the output from running the job.

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.

UpdateRecipeJob, updateRecipeJob_name - The name of the job to update.

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
Generic UpdateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Associated Types

type Rep UpdateRecipeJobResponse :: Type -> Type #

Read UpdateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Show UpdateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

NFData UpdateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

Methods

rnf :: UpdateRecipeJobResponse -> () #

Eq UpdateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

type Rep UpdateRecipeJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRecipeJob

type Rep UpdateRecipeJobResponse = D1 ('MetaData "UpdateRecipeJobResponse" "Amazonka.DataBrew.UpdateRecipeJob" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

UpdateRecipeJob, updateRecipeJobResponse_name - The name of the job that you updated.

UpdateRuleset

data UpdateRuleset Source #

See: newUpdateRuleset smart constructor.

Instances

Instances details
ToJSON UpdateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

ToHeaders UpdateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

ToPath UpdateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

ToQuery UpdateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

AWSRequest UpdateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

Associated Types

type AWSResponse UpdateRuleset #

Generic UpdateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

Associated Types

type Rep UpdateRuleset :: Type -> Type #

Read UpdateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

Show UpdateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

NFData UpdateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

Methods

rnf :: UpdateRuleset -> () #

Eq UpdateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

Hashable UpdateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

type AWSResponse UpdateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

type Rep UpdateRuleset Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

type Rep UpdateRuleset = D1 ('MetaData "UpdateRuleset" "Amazonka.DataBrew.UpdateRuleset" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "UpdateRuleset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Rule)))))

newUpdateRuleset Source #

Create a value of UpdateRuleset 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:

UpdateRuleset, updateRuleset_description - The description of the ruleset.

UpdateRuleset, updateRuleset_name - The name of the ruleset to be updated.

$sel:rules:UpdateRuleset', updateRuleset_rules - A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.

data UpdateRulesetResponse Source #

See: newUpdateRulesetResponse smart constructor.

Instances

Instances details
Generic UpdateRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

Associated Types

type Rep UpdateRulesetResponse :: Type -> Type #

Read UpdateRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

Show UpdateRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

NFData UpdateRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

Methods

rnf :: UpdateRulesetResponse -> () #

Eq UpdateRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

type Rep UpdateRulesetResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateRuleset

type Rep UpdateRulesetResponse = D1 ('MetaData "UpdateRulesetResponse" "Amazonka.DataBrew.UpdateRuleset" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "UpdateRulesetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateRulesetResponse Source #

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

UpdateRuleset, updateRulesetResponse_name - The name of the updated ruleset.

UpdateSchedule

data UpdateSchedule Source #

See: newUpdateSchedule smart constructor.

Constructors

UpdateSchedule' (Maybe [Text]) Text Text 

Instances

Instances details
ToJSON UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.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

AWSRequest UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Associated Types

type AWSResponse UpdateSchedule #

Generic UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Associated Types

type Rep UpdateSchedule :: Type -> Type #

Read UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Show UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

NFData UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Methods

rnf :: UpdateSchedule -> () #

Eq UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Hashable UpdateSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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))))

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:

UpdateSchedule, updateSchedule_jobNames - The name or names of one or more jobs to be run for this schedule.

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.

UpdateSchedule, updateSchedule_name - The name of the schedule to update.

data UpdateScheduleResponse Source #

See: newUpdateScheduleResponse smart constructor.

Instances

Instances details
Generic UpdateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Associated Types

type Rep UpdateScheduleResponse :: Type -> Type #

Read UpdateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Show UpdateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

NFData UpdateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

Methods

rnf :: UpdateScheduleResponse -> () #

Eq UpdateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

type Rep UpdateScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.UpdateSchedule

type Rep UpdateScheduleResponse = D1 ('MetaData "UpdateScheduleResponse" "Amazonka.DataBrew.UpdateSchedule" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

UpdateSchedule, updateScheduleResponse_name - The name of the schedule that was updated.

Types

AnalyticsMode

newtype AnalyticsMode Source #

Constructors

AnalyticsMode' 

Instances

Instances details
FromJSON AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

FromJSONKey AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

ToJSON AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

ToJSONKey AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

ToByteString AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

ToHeader AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

ToLog AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

ToQuery AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

FromText AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

ToText AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

Methods

toText :: AnalyticsMode -> Text #

FromXML AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

ToXML AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

Methods

toXML :: AnalyticsMode -> XML #

Generic AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

Associated Types

type Rep AnalyticsMode :: Type -> Type #

Read AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

Show AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

NFData AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

Methods

rnf :: AnalyticsMode -> () #

Eq AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

Ord AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

Hashable AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

type Rep AnalyticsMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AnalyticsMode

type Rep AnalyticsMode = D1 ('MetaData "AnalyticsMode" "Amazonka.DataBrew.Types.AnalyticsMode" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'True) (C1 ('MetaCons "AnalyticsMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAnalyticsMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CompressionFormat

newtype CompressionFormat Source #

Instances

Instances details
FromJSON CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

FromJSONKey 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

ToByteString CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

ToHeader CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

ToLog CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

ToQuery 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

FromXML CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

ToXML 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 #

Read CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

Show CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

NFData CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

Methods

rnf :: CompressionFormat -> () #

Eq CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

Ord CompressionFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CompressionFormat

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'True) (C1 ('MetaCons "CompressionFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCompressionFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DatabaseOutputMode

newtype DatabaseOutputMode Source #

Instances

Instances details
FromJSON DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

FromJSONKey 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

ToByteString DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

ToHeader DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

ToLog DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

ToQuery 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

FromXML DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

ToXML 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 #

Read DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

Show DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

NFData DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

Methods

rnf :: DatabaseOutputMode -> () #

Eq DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

Ord DatabaseOutputMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutputMode

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'True) (C1 ('MetaCons "DatabaseOutputMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDatabaseOutputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EncryptionMode

newtype EncryptionMode Source #

Constructors

EncryptionMode' 

Instances

Instances details
FromJSON EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

FromJSONKey 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

ToByteString EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

ToHeader EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

ToLog EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

ToQuery 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

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 #

Generic EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

Associated Types

type Rep EncryptionMode :: Type -> Type #

Read EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

Show EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

NFData EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

Methods

rnf :: EncryptionMode -> () #

Eq EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

Ord EncryptionMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EncryptionMode

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'True) (C1 ('MetaCons "EncryptionMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEncryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InputFormat

newtype InputFormat Source #

Constructors

InputFormat' 

Instances

Instances details
FromJSON InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

FromJSONKey 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

ToByteString InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

ToHeader InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

ToLog InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

ToQuery 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 #

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 #

Generic InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

Associated Types

type Rep InputFormat :: Type -> Type #

Read InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

Show InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

NFData InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

Methods

rnf :: InputFormat -> () #

Eq InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

Ord InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

Hashable InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

type Rep InputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.InputFormat

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

JobRunState

newtype JobRunState Source #

Constructors

JobRunState' 

Instances

Instances details
FromJSON JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

FromJSONKey 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

ToByteString JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

ToHeader JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

ToLog JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

ToQuery 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 #

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 #

Generic JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

Associated Types

type Rep JobRunState :: Type -> Type #

Read JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

Show JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

NFData JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

Methods

rnf :: JobRunState -> () #

Eq JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

Ord JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

Hashable JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

type Rep JobRunState Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRunState

type Rep JobRunState = D1 ('MetaData "JobRunState" "Amazonka.DataBrew.Types.JobRunState" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

FromJSONKey JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

ToJSON JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

ToJSONKey JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

ToByteString JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Methods

toBS :: JobType -> ByteString #

ToHeader JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Methods

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

ToLog JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

ToQuery JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

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 #

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 #

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 #

Read JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Show JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

NFData JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Methods

rnf :: JobType -> () #

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

Hashable JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

Methods

hashWithSalt :: Int -> JobType -> Int #

hash :: JobType -> Int #

type Rep JobType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobType

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

LogSubscription

newtype LogSubscription Source #

Constructors

LogSubscription' 

Instances

Instances details
FromJSON LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

FromJSONKey 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

ToByteString LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

ToHeader LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

ToLog LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

ToQuery 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

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 #

Generic LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

Associated Types

type Rep LogSubscription :: Type -> Type #

Read LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

Show LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

NFData LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

Methods

rnf :: LogSubscription -> () #

Eq LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

Ord LogSubscription Source # 
Instance details

Defined in Amazonka.DataBrew.Types.LogSubscription

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

FromJSONKey Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

ToJSON Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

ToJSONKey Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

ToByteString Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

toBS :: Order -> ByteString #

ToHeader Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

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

ToLog Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

ToQuery Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

toQuery :: Order -> QueryString #

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 #

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 #

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 #

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 #

NFData Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

rnf :: Order -> () #

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 #

Hashable Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

Methods

hashWithSalt :: Int -> Order -> Int #

hash :: Order -> Int #

type Rep Order Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Order

type Rep Order = D1 ('MetaData "Order" "Amazonka.DataBrew.Types.Order" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

FromJSONKey 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

ToByteString OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

Methods

toBS :: OrderedBy -> ByteString #

ToHeader OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

ToLog OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

ToQuery OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

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 #

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 #

Generic OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

Associated Types

type Rep OrderedBy :: Type -> Type #

Read OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

Show OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

NFData OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

Methods

rnf :: OrderedBy -> () #

Eq OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

Ord OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

Hashable OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

type Rep OrderedBy Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OrderedBy

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

OutputFormat

newtype OutputFormat Source #

Constructors

OutputFormat' 

Instances

Instances details
FromJSON OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

FromJSONKey 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

ToByteString OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

ToHeader OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

ToLog OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

ToQuery 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 #

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 #

Generic OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

Associated Types

type Rep OutputFormat :: Type -> Type #

Read OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

Show OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

NFData OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

Methods

rnf :: OutputFormat -> () #

Eq OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

Ord OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

Hashable OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

type Rep OutputFormat Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormat

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

ParameterType

newtype ParameterType Source #

Constructors

ParameterType' 

Instances

Instances details
FromJSON ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

FromJSONKey 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

ToByteString ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

ToHeader ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

ToLog ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

ToQuery 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 #

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 #

Generic ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

Associated Types

type Rep ParameterType :: Type -> Type #

Read ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

Show ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

NFData ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

Methods

rnf :: ParameterType -> () #

Eq ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

Ord ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

Hashable ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

type Rep ParameterType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ParameterType

type Rep ParameterType = D1 ('MetaData "ParameterType" "Amazonka.DataBrew.Types.ParameterType" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

FromJSONKey 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

ToByteString SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

ToHeader SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

ToLog SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

ToQuery 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 #

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 #

Generic SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

Associated Types

type Rep SampleMode :: Type -> Type #

Read SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

Show SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

NFData SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

Methods

rnf :: SampleMode -> () #

Eq SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

Ord SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

Hashable SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

type Rep SampleMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleMode

type Rep SampleMode = D1 ('MetaData "SampleMode" "Amazonka.DataBrew.Types.SampleMode" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

FromJSONKey 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

ToByteString SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

ToHeader SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

ToLog SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

ToQuery 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 #

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 #

Generic SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

Associated Types

type Rep SampleType :: Type -> Type #

Read SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

Show SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

NFData SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

Methods

rnf :: SampleType -> () #

Eq SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

Ord SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

Hashable SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

type Rep SampleType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SampleType

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

SessionStatus

newtype SessionStatus Source #

Constructors

SessionStatus' 

Instances

Instances details
FromJSON SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

FromJSONKey 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

ToByteString SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

ToHeader SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

ToLog SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

ToQuery 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 #

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 #

Generic SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

Associated Types

type Rep SessionStatus :: Type -> Type #

Read SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

Show SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

NFData SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

Methods

rnf :: SessionStatus -> () #

Eq SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

Ord SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

Hashable SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

type Rep SessionStatus Source # 
Instance details

Defined in Amazonka.DataBrew.Types.SessionStatus

type Rep SessionStatus = D1 ('MetaData "SessionStatus" "Amazonka.DataBrew.Types.SessionStatus" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

FromJSONKey Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

ToJSON Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

ToJSONKey Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

ToByteString Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

toBS :: Source -> ByteString #

ToHeader Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

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

ToLog Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

ToQuery Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

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 #

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 #

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 #

Read Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Show Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

NFData Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

rnf :: Source -> () #

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

Hashable Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

type Rep Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

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

ThresholdType

newtype ThresholdType Source #

Constructors

ThresholdType' 

Instances

Instances details
FromJSON ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

FromJSONKey ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

ToJSON ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

ToJSONKey ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

ToByteString ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

ToHeader ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

ToLog ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

ToQuery ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

FromText ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

ToText ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

Methods

toText :: ThresholdType -> Text #

FromXML ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

ToXML ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

Methods

toXML :: ThresholdType -> XML #

Generic ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

Associated Types

type Rep ThresholdType :: Type -> Type #

Read ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

Show ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

NFData ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

Methods

rnf :: ThresholdType -> () #

Eq ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

Ord ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

Hashable ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

type Rep ThresholdType Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdType

type Rep ThresholdType = D1 ('MetaData "ThresholdType" "Amazonka.DataBrew.Types.ThresholdType" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'True) (C1 ('MetaCons "ThresholdType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromThresholdType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ThresholdUnit

newtype ThresholdUnit Source #

Constructors

ThresholdUnit' 

Instances

Instances details
FromJSON ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

FromJSONKey ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

ToJSON ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

ToJSONKey ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

ToByteString ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

ToHeader ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

ToLog ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

ToQuery ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

FromText ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

ToText ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

Methods

toText :: ThresholdUnit -> Text #

FromXML ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

ToXML ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

Methods

toXML :: ThresholdUnit -> XML #

Generic ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

Associated Types

type Rep ThresholdUnit :: Type -> Type #

Read ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

Show ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

NFData ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

Methods

rnf :: ThresholdUnit -> () #

Eq ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

Ord ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

Hashable ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

type Rep ThresholdUnit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ThresholdUnit

type Rep ThresholdUnit = D1 ('MetaData "ThresholdUnit" "Amazonka.DataBrew.Types.ThresholdUnit" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'True) (C1 ('MetaCons "ThresholdUnit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromThresholdUnit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ValidationMode

newtype ValidationMode Source #

Constructors

ValidationMode' 

Bundled Patterns

pattern ValidationMode_CHECK_ALL :: ValidationMode 

Instances

Instances details
FromJSON ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

FromJSONKey ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

ToJSON ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

ToJSONKey ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

ToByteString ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

ToHeader ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

ToLog ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

ToQuery ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

FromText ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

ToText ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

FromXML ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

ToXML ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

Methods

toXML :: ValidationMode -> XML #

Generic ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

Associated Types

type Rep ValidationMode :: Type -> Type #

Read ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

Show ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

NFData ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

Methods

rnf :: ValidationMode -> () #

Eq ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

Ord ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

Hashable ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

type Rep ValidationMode Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationMode

type Rep ValidationMode = D1 ('MetaData "ValidationMode" "Amazonka.DataBrew.Types.ValidationMode" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'True) (C1 ('MetaCons "ValidationMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromValidationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AllowedStatistics

data AllowedStatistics Source #

Configuration of statistics that are allowed to be run on columns that contain detected entities. When undefined, no statistics will be computed on columns that contain detected entities.

See: newAllowedStatistics smart constructor.

Instances

Instances details
FromJSON AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

ToJSON AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

Generic AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

Associated Types

type Rep AllowedStatistics :: Type -> Type #

Read AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

Show AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

NFData AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

Methods

rnf :: AllowedStatistics -> () #

Eq AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

Hashable AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

type Rep AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

type Rep AllowedStatistics = D1 ('MetaData "AllowedStatistics" "Amazonka.DataBrew.Types.AllowedStatistics" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "AllowedStatistics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "statistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newAllowedStatistics Source #

Create a value of AllowedStatistics 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:statistics:AllowedStatistics', allowedStatistics_statistics - One or more column statistics to allow for columns that contain detected entities.

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
FromJSON ColumnSelector Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnSelector

ToJSON 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 #

Read ColumnSelector Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnSelector

Show ColumnSelector Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnSelector

NFData ColumnSelector Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnSelector

Methods

rnf :: ColumnSelector -> () #

Eq ColumnSelector Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnSelector

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "ColumnSelector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regex") '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:name:ColumnSelector', columnSelector_name - The name of a column from a dataset.

$sel:regex:ColumnSelector', columnSelector_regex - A regular expression for selecting 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
FromJSON ColumnStatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnStatisticsConfiguration

ToJSON 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 #

Read ColumnStatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnStatisticsConfiguration

Show ColumnStatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnStatisticsConfiguration

NFData ColumnStatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnStatisticsConfiguration

Eq ColumnStatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ColumnStatisticsConfiguration

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON ConditionExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ConditionExpression

ToJSON 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 #

Read ConditionExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ConditionExpression

Show ConditionExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ConditionExpression

NFData ConditionExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ConditionExpression

Methods

rnf :: ConditionExpression -> () #

Eq ConditionExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ConditionExpression

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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 Text) (Maybe Bool) 

Instances

Instances details
FromJSON CsvOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOptions

ToJSON 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 #

Read CsvOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOptions

Show CsvOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOptions

NFData CsvOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOptions

Methods

rnf :: CsvOptions -> () #

Eq CsvOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOptions

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "CsvOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "delimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "headerRow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

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:delimiter:CsvOptions', csvOptions_delimiter - A single character that specifies the delimiter being used in the CSV file.

$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.

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
FromJSON CsvOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOutputOptions

ToJSON 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 #

Read CsvOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOutputOptions

Show CsvOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOutputOptions

NFData CsvOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOutputOptions

Methods

rnf :: CsvOutputOptions -> () #

Eq CsvOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.CsvOutputOptions

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON DataCatalogInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogInputDefinition

ToJSON 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 #

Read DataCatalogInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogInputDefinition

Show DataCatalogInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogInputDefinition

NFData DataCatalogInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogInputDefinition

Eq DataCatalogInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogInputDefinition

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DataCatalogInputDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "catalogId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tempDirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location))) :*: (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:catalogId:DataCatalogInputDefinition', dataCatalogInputDefinition_catalogId - The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.

$sel:tempDirectory:DataCatalogInputDefinition', dataCatalogInputDefinition_tempDirectory - Represents an Amazon location where DataBrew can store intermediate results.

$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
FromJSON DataCatalogOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogOutput

ToJSON 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 #

Read DataCatalogOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogOutput

Show DataCatalogOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogOutput

NFData DataCatalogOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogOutput

Methods

rnf :: DataCatalogOutput -> () #

Eq DataCatalogOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DataCatalogOutput

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DataCatalogOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "catalogId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "databaseOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatabaseTableOutputOptions)) :*: S1 ('MetaSel ('Just "overwrite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "s3Options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3TableOutputOptions)) :*: (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:catalogId:DataCatalogOutput', dataCatalogOutput_catalogId - The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.

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

$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:s3Options:DataCatalogOutput', dataCatalogOutput_s3Options - Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.

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

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
FromJSON DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

ToJSON 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 #

Read DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

Show DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

NFData DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

Methods

rnf :: DatabaseInputDefinition -> () #

Eq DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DatabaseInputDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "databaseTableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "queryString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tempDirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)) :*: S1 ('MetaSel ('Just "glueConnectionName") '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:databaseTableName:DatabaseInputDefinition', databaseInputDefinition_databaseTableName - The table within the target database.

$sel:queryString:DatabaseInputDefinition', databaseInputDefinition_queryString - Custom SQL to run against the provided Glue connection. This SQL will be used as the input for DataBrew projects and jobs.

$sel:tempDirectory:DatabaseInputDefinition', databaseInputDefinition_tempDirectory - Undocumented member.

$sel:glueConnectionName:DatabaseInputDefinition', databaseInputDefinition_glueConnectionName - The Glue Connection that stores the connection information for 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
FromJSON DatabaseOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutput

ToJSON 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 #

Read DatabaseOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutput

Show DatabaseOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutput

NFData DatabaseOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutput

Methods

rnf :: DatabaseOutput -> () #

Eq DatabaseOutput Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseOutput

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON DatabaseTableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseTableOutputOptions

ToJSON 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 #

Read DatabaseTableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseTableOutputOptions

Show DatabaseTableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseTableOutputOptions

NFData DatabaseTableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseTableOutputOptions

Eq DatabaseTableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseTableOutputOptions

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON 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 #

Read Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Show Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

NFData Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Methods

rnf :: Dataset -> () #

Eq Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Methods

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

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

Hashable Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Methods

hashWithSalt :: Int -> Dataset -> Int #

hash :: Dataset -> Int #

type Rep Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

type Rep Dataset = D1 ('MetaData "Dataset" "Amazonka.DataBrew.Types.Dataset" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "Dataset'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputFormat)) :*: (S1 ('MetaSel ('Just "formatOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FormatOptions)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pathOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PathOptions)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Source)) :*: 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:accountId:Dataset', dataset_accountId - The ID of the Amazon Web Services account that owns the dataset.

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

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

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

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

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

$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: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: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 parameter that defines type and conditions for a parameter in the Amazon S3 path of the dataset.

See: newDatasetParameter smart constructor.

Instances

Instances details
FromJSON DatasetParameter Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatasetParameter

ToJSON 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 #

Read DatasetParameter Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatasetParameter

Show DatasetParameter Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatasetParameter

NFData DatasetParameter Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatasetParameter

Methods

rnf :: DatasetParameter -> () #

Eq DatasetParameter Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatasetParameter

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DatasetParameter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createColumn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "datetimeOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatetimeOptions))) :*: (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterExpression)) :*: (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:datetimeOptions:DatasetParameter', datasetParameter_datetimeOptions - Additional parameter options such as a format and a timezone. Required for datetime parameters.

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

$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
FromJSON DatetimeOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatetimeOptions

ToJSON 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 #

Read DatetimeOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatetimeOptions

Show DatetimeOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatetimeOptions

NFData DatetimeOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatetimeOptions

Methods

rnf :: DatetimeOptions -> () #

Eq DatetimeOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatetimeOptions

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DatetimeOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "localeCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "timezoneOffset") '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:localeCode:DatetimeOptions', datetimeOptions_localeCode - Optional value for a non-US locale code, needed for correct interpretation of some date formats.

$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: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".

EntityDetectorConfiguration

data EntityDetectorConfiguration Source #

Configuration of entity detection for a profile job. When undefined, entity detection is disabled.

See: newEntityDetectorConfiguration smart constructor.

Instances

Instances details
FromJSON EntityDetectorConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EntityDetectorConfiguration

ToJSON EntityDetectorConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EntityDetectorConfiguration

Generic EntityDetectorConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EntityDetectorConfiguration

Associated Types

type Rep EntityDetectorConfiguration :: Type -> Type #

Read EntityDetectorConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EntityDetectorConfiguration

Show EntityDetectorConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EntityDetectorConfiguration

NFData EntityDetectorConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EntityDetectorConfiguration

Eq EntityDetectorConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EntityDetectorConfiguration

Hashable EntityDetectorConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EntityDetectorConfiguration

type Rep EntityDetectorConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.EntityDetectorConfiguration

type Rep EntityDetectorConfiguration = D1 ('MetaData "EntityDetectorConfiguration" "Amazonka.DataBrew.Types.EntityDetectorConfiguration" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "EntityDetectorConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowedStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AllowedStatistics))) :*: S1 ('MetaSel ('Just "entityTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newEntityDetectorConfiguration Source #

Create a value of EntityDetectorConfiguration 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:allowedStatistics:EntityDetectorConfiguration', entityDetectorConfiguration_allowedStatistics - Configuration of statistics that are allowed to be run on columns that contain detected entities. When undefined, no statistics will be computed on columns that contain detected entities.

$sel:entityTypes:EntityDetectorConfiguration', entityDetectorConfiguration_entityTypes - Entity types to detect. Can be any of the following:

  • USA_SSN
  • EMAIL
  • USA_ITIN
  • USA_PASSPORT_NUMBER
  • PHONE_NUMBER
  • USA_DRIVING_LICENSE
  • BANK_ACCOUNT
  • CREDIT_CARD
  • IP_ADDRESS
  • MAC_ADDRESS
  • USA_DEA_NUMBER
  • USA_HCPCS_CODE
  • USA_NATIONAL_PROVIDER_IDENTIFIER
  • USA_NATIONAL_DRUG_CODE
  • USA_HEALTH_INSURANCE_CLAIM_NUMBER
  • USA_MEDICARE_BENEFICIARY_IDENTIFIER
  • USA_CPT_CODE
  • PERSON_NAME
  • DATE

The Entity type group USA_ALL is also supported, and includes all of the above entity types except PERSON_NAME and DATE.

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
FromJSON ExcelOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ExcelOptions

ToJSON 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 #

Read ExcelOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ExcelOptions

Show ExcelOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ExcelOptions

NFData ExcelOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ExcelOptions

Methods

rnf :: ExcelOptions -> () #

Eq ExcelOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ExcelOptions

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "ExcelOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "headerRow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "sheetIndexes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Natural))) :*: S1 ('MetaSel ('Just "sheetNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))))))

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: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.

$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.

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
FromJSON FilesLimit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilesLimit

ToJSON 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 #

Read FilesLimit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilesLimit

Show FilesLimit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilesLimit

NFData FilesLimit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilesLimit

Methods

rnf :: FilesLimit -> () #

Eq FilesLimit Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilesLimit

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "FilesLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "order") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Order)) :*: (S1 ('MetaSel ('Just "orderedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrderedBy)) :*: 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: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. Another possible value is ASCENDING.

$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: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
FromJSON FilterExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilterExpression

ToJSON 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 #

Read FilterExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilterExpression

Show FilterExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilterExpression

NFData FilterExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilterExpression

Methods

rnf :: FilterExpression -> () #

Eq FilterExpression Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FilterExpression

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON FormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FormatOptions

ToJSON 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 #

Read FormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FormatOptions

Show FormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FormatOptions

NFData FormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FormatOptions

Methods

rnf :: FormatOptions -> () #

Eq FormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.FormatOptions

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "FormatOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "csv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CsvOptions)) :*: (S1 ('MetaSel ('Just "excel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExcelOptions)) :*: S1 ('MetaSel ('Just "json") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JsonOptions)))))

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: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.

$sel:json:FormatOptions', formatOptions_json - Options that define how JSON 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
FromJSON Input Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Input

ToJSON Input Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Input

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 #

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 #

NFData Input Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Input

Methods

rnf :: Input -> () #

Eq Input Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Input

Methods

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

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

Hashable Input Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Input

Methods

hashWithSalt :: Int -> Input -> Int #

hash :: Input -> Int #

type Rep Input Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Input

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

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:databaseInputDefinition:Input', input_databaseInputDefinition - Connection information for dataset input files stored in a database.

$sel:metadata:Input', input_metadata - Contains additional resource information needed for specific datasets.

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

Job

data Job Source #

Represents all of the attributes of a DataBrew job.

See: newJob smart constructor.

Instances

Instances details
FromJSON Job Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Job

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 #

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 #

NFData Job Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Job

Methods

rnf :: Job -> () #

Eq Job Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Job

Methods

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

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

Hashable Job Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Job

Methods

hashWithSalt :: Int -> Job -> Int #

hash :: Job -> Int #

type Rep Job Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Job

type Rep Job = D1 ('MetaData "Job" "Amazonka.DataBrew.Types.Job" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "Job'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (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 "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "encryptionKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionMode)) :*: S1 ('MetaSel ('Just "jobSample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobSample)))) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription)))))) :*: (((S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "maxRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Output))))) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recipeReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecipeReference)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobType)) :*: (S1 ('MetaSel ('Just "validationConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ValidationConfiguration))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newJob Source #

Arguments

:: Text

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:accountId:Job', job_accountId - The ID of the Amazon Web Services account that owns the job.

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

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

$sel:dataCatalogOutputs:Job', job_dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running 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: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: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: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:lastModifiedBy:Job', job_lastModifiedBy - The Amazon Resource Name (ARN) of the user who last modified the job.

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

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

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

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

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

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

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

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

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

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

$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: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:validationConfigurations:Job', job_validationConfigurations - List of validation configurations that are applied to the profile job.

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
FromJSON 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 #

Read JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Show JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

NFData JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Methods

rnf :: JobRun -> () #

Eq JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Methods

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

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

Hashable JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Methods

hashWithSalt :: Int -> JobRun -> Int #

hash :: JobRun -> Int #

type Rep JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

type Rep JobRun = D1 ('MetaData "JobRun" "Amazonka.DataBrew.Types.JobRun" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "JobRun'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "attempt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "completedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (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 "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "executionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobSample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobSample)))))) :*: (((S1 ('MetaSel ('Just "logGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription))) :*: (S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Output))) :*: S1 ('MetaSel ('Just "recipeReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecipeReference)))) :*: ((S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "startedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobRunState)) :*: S1 ('MetaSel ('Just "validationConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ValidationConfiguration)))))))))

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:attempt:JobRun', jobRun_attempt - The number of times that DataBrew has attempted to run the job.

$sel:completedOn:JobRun', jobRun_completedOn - The date and time when the job completed processing.

$sel:dataCatalogOutputs:JobRun', jobRun_dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running 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:datasetName:JobRun', jobRun_datasetName - The name of the dataset for the job to process.

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

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

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

$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.

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

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

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

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

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

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

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

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

$sel:validationConfigurations:JobRun', jobRun_validationConfigurations - List of validation configurations that are applied to the profile job run.

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
FromJSON JobSample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobSample

ToJSON 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 #

Read JobSample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobSample

Show JobSample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobSample

NFData JobSample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobSample

Methods

rnf :: JobSample -> () #

Eq JobSample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobSample

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "JobSample'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SampleMode)) :*: S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

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: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.

$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

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
FromJSON JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

ToJSON 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 #

Read JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

Show JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

NFData JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

Methods

rnf :: JsonOptions -> () #

Eq JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

Metadata

data Metadata Source #

Contains additional resource information needed for specific datasets.

See: newMetadata smart constructor.

Constructors

Metadata' (Maybe Text) 

Instances

Instances details
FromJSON Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

ToJSON Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

Generic Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

Associated Types

type Rep Metadata :: Type -> Type #

Methods

from :: Metadata -> Rep Metadata x #

to :: Rep Metadata x -> Metadata #

Read Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

Show Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

NFData Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

Methods

rnf :: Metadata -> () #

Eq Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

Hashable Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

Methods

hashWithSalt :: Int -> Metadata -> Int #

hash :: Metadata -> Int #

type Rep Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

type Rep Metadata = D1 ('MetaData "Metadata" "Amazonka.DataBrew.Types.Metadata" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "Metadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMetadata :: Metadata Source #

Create a value of Metadata 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:sourceArn:Metadata', metadata_sourceArn - The Amazon Resource Name (ARN) associated with the dataset. Currently, DataBrew only supports ARNs from Amazon AppFlow.

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
FromJSON Output Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Output

ToJSON 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 #

Read Output Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Output

Show Output Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Output

NFData Output Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Output

Methods

rnf :: Output -> () #

Eq Output Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Output

Methods

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

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

Hashable Output Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Output

Methods

hashWithSalt :: Int -> Output -> Int #

hash :: Output -> Int #

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:compressionFormat:Output', output_compressionFormat - The compression algorithm used to compress the output text of the job.

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

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

$sel:maxOutputFiles:Output', output_maxOutputFiles - Maximum number of files to be generated by the job and written to the output folder. For output partitioned by column(s), the MaxOutputFiles value is the maximum number of files per partition.

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

$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
FromJSON OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

ToJSON 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 #

Read OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Show OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

NFData OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Methods

rnf :: OutputFormatOptions -> () #

Eq OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON PathOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.PathOptions

ToJSON 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 #

Read PathOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.PathOptions

Show PathOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.PathOptions

NFData PathOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.PathOptions

Methods

rnf :: PathOptions -> () #

Eq PathOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.PathOptions

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "PathOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filesLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilesLimit)) :*: (S1 ('MetaSel ('Just "lastModifiedDateCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterExpression)) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text DatasetParameter))))))

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:filesLimit:PathOptions', pathOptions_filesLimit - If provided, this structure imposes a limit on a number of files that should be selected.

$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.

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
FromJSON ProfileConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ProfileConfiguration

ToJSON 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 #

Read ProfileConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ProfileConfiguration

Show ProfileConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ProfileConfiguration

NFData ProfileConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ProfileConfiguration

Methods

rnf :: ProfileConfiguration -> () #

Eq ProfileConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ProfileConfiguration

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "ProfileConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "columnStatisticsConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ColumnStatisticsConfiguration))) :*: S1 ('MetaSel ('Just "datasetStatisticsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StatisticsConfiguration))) :*: (S1 ('MetaSel ('Just "entityDetectorConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EntityDetectorConfiguration)) :*: 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: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: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:entityDetectorConfiguration:ProfileConfiguration', profileConfiguration_entityDetectorConfiguration - Configuration of entity detection for a profile job. When undefined, entity detection is disabled.

$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
FromJSON 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 #

Read Project Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Project

Show Project Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Project

NFData Project Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Project

Methods

rnf :: Project -> () #

Eq Project Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Project

Methods

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

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

Hashable Project Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Project

Methods

hashWithSalt :: Int -> Project -> Int #

hash :: Project -> Int #

type Rep Project Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Project

type Rep Project = D1 ('MetaData "Project" "Amazonka.DataBrew.Types.Project" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "Project'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdBy") '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 "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "openDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "openedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Sample)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text 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:accountId:Project', project_accountId - The ID of the Amazon Web Services account that owns the project.

$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: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: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:openedBy:Project', project_openedBy - The Amazon Resource Name (ARN) of the user that opened the project for use.

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

$sel:roleArn:Project', project_roleArn - The Amazon Resource Name (ARN) of the role that will be assumed for this 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:tags:Project', project_tags - Metadata tags that have been applied to the 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
FromJSON 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 #

Read Recipe Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Recipe

Show Recipe Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Recipe

NFData Recipe Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Recipe

Methods

rnf :: Recipe -> () #

Eq Recipe Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Recipe

Methods

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

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

Hashable Recipe Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Recipe

Methods

hashWithSalt :: Int -> Recipe -> Int #

hash :: Recipe -> Int #

type Rep Recipe Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Recipe

type Rep Recipe = D1 ('MetaData "Recipe" "Amazonka.DataBrew.Types.Recipe" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "Recipe'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "publishedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "publishedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "steps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecipeStep]))) :*: (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:createDate:Recipe', recipe_createDate - The date and time that the recipe was created.

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

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

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

$sel:lastModifiedDate:Recipe', recipe_lastModifiedDate - The last modification date and time of the recipe.

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

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

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

$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:resourceArn:Recipe', recipe_resourceArn - The Amazon Resource Name (ARN) for the recipe.

$sel:steps:Recipe', recipe_steps - A list of steps that are defined by 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
FromJSON RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

ToJSON 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 #

Read RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

Show RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

NFData RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

Methods

rnf :: RecipeAction -> () #

Eq RecipeAction Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeAction

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

ToJSON 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 #

Read RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

Show RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

NFData RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

Methods

rnf :: RecipeReference -> () #

Eq RecipeReference Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeReference

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON RecipeStep Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeStep

ToJSON 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 #

Read RecipeStep Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeStep

Show RecipeStep Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeStep

NFData RecipeStep Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeStep

Methods

rnf :: RecipeStep -> () #

Eq RecipeStep Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeStep

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON 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 #

Read RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

Show RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

NFData RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

Eq RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "RecipeVersionErrorDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recipeVersion") '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:errorCode:RecipeVersionErrorDetail', recipeVersionErrorDetail_errorCode - The HTTP status code for the error.

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

$sel:recipeVersion:RecipeVersionErrorDetail', recipeVersionErrorDetail_recipeVersion - The identifier for the recipe version associated with this error.

Rule

data Rule Source #

Represents a single data quality requirement that should be validated in the scope of this dataset.

See: newRule smart constructor.

Instances

Instances details
FromJSON Rule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Rule

ToJSON Rule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Rule

Generic Rule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Rule

Associated Types

type Rep Rule :: Type -> Type #

Methods

from :: Rule -> Rep Rule x #

to :: Rep Rule x -> Rule #

Read Rule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Rule

Show Rule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Rule

Methods

showsPrec :: Int -> Rule -> ShowS #

show :: Rule -> String #

showList :: [Rule] -> ShowS #

NFData Rule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Rule

Methods

rnf :: Rule -> () #

Eq Rule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Rule

Methods

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

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

Hashable Rule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Rule

Methods

hashWithSalt :: Int -> Rule -> Int #

hash :: Rule -> Int #

type Rep Rule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Rule

newRule Source #

Create a value of Rule 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:columnSelectors:Rule', rule_columnSelectors - List of column selectors. Selectors can be used to select columns using a name or regular expression from the dataset. Rule will be applied to selected columns.

$sel:disabled:Rule', rule_disabled - A value that specifies whether the rule is disabled. Once a rule is disabled, a profile job will not validate it during a job run. Default value is false.

$sel:substitutionMap:Rule', rule_substitutionMap - The map of substitution variable names to their values used in a check expression. Variable names should start with a ':' (colon). Variable values can either be actual values or column names. To differentiate between the two, column names should be enclosed in backticks, for example, ":col1": "`Column A`".

$sel:threshold:Rule', rule_threshold - The threshold used with a non-aggregate check expression. Non-aggregate check expressions will be applied to each row in a specific column, and the threshold will be used to determine whether the validation succeeds.

Rule, rule_name - The name of the rule.

$sel:checkExpression:Rule', rule_checkExpression - The expression which includes column references, condition names followed by variable references, possibly grouped and combined with other conditions. For example, (:col1 starts_with :prefix1 or :col1 starts_with :prefix2) and (:col1 ends_with :suffix1 or :col1 ends_with :suffix2). Column and value references are substitution variables that should start with the ':' symbol. Depending on the context, substitution variables' values can be either an actual value or a column name. These values are defined in the SubstitutionMap. If a CheckExpression starts with a column reference, then ColumnSelectors in the rule should be null. If ColumnSelectors has been defined, then there should be no column reference in the left side of a condition, for example, is_between :val1 and :val2.

For more information, see Available checks

RulesetItem

data RulesetItem Source #

Contains metadata about the ruleset.

See: newRulesetItem smart constructor.

Instances

Instances details
FromJSON RulesetItem Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RulesetItem

Generic RulesetItem Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RulesetItem

Associated Types

type Rep RulesetItem :: Type -> Type #

Read RulesetItem Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RulesetItem

Show RulesetItem Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RulesetItem

NFData RulesetItem Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RulesetItem

Methods

rnf :: RulesetItem -> () #

Eq RulesetItem Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RulesetItem

Hashable RulesetItem Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RulesetItem

type Rep RulesetItem Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RulesetItem

newRulesetItem Source #

Create a value of RulesetItem 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:accountId:RulesetItem', rulesetItem_accountId - The ID of the Amazon Web Services account that owns the ruleset.

$sel:createDate:RulesetItem', rulesetItem_createDate - The date and time that the ruleset was created.

$sel:createdBy:RulesetItem', rulesetItem_createdBy - The Amazon Resource Name (ARN) of the user who created the ruleset.

$sel:description:RulesetItem', rulesetItem_description - The description of the ruleset.

$sel:lastModifiedBy:RulesetItem', rulesetItem_lastModifiedBy - The Amazon Resource Name (ARN) of the user who last modified the ruleset.

$sel:lastModifiedDate:RulesetItem', rulesetItem_lastModifiedDate - The modification date and time of the ruleset.

$sel:resourceArn:RulesetItem', rulesetItem_resourceArn - The Amazon Resource Name (ARN) for the ruleset.

$sel:ruleCount:RulesetItem', rulesetItem_ruleCount - The number of rules that are defined in the ruleset.

$sel:tags:RulesetItem', rulesetItem_tags - Metadata tags that have been applied to the ruleset.

$sel:name:RulesetItem', rulesetItem_name - The name of the ruleset.

$sel:targetArn:RulesetItem', rulesetItem_targetArn - The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.

S3Location

data S3Location Source #

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

See: newS3Location smart constructor.

Constructors

S3Location' (Maybe Text) (Maybe Text) Text 

Instances

Instances details
FromJSON S3Location Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3Location

ToJSON 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 #

Read S3Location Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3Location

NFData S3Location Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3Location

Methods

rnf :: S3Location -> () #

Eq S3Location Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3Location

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "S3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (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:bucketOwner:S3Location', s3Location_bucketOwner - The Amazon Web Services account ID of the bucket owner.

$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
FromJSON S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

ToJSON 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 #

Read S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

Show S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

NFData S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

Methods

rnf :: S3TableOutputOptions -> () #

Eq S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

ToJSON 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 #

Read Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

Show Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

NFData Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

Methods

rnf :: Sample -> () #

Eq Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

Methods

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

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

Hashable Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

Methods

hashWithSalt :: Int -> Sample -> Int #

hash :: Sample -> Int #

type Rep Sample Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Sample

type Rep Sample = D1 ('MetaData "Sample" "Amazonka.DataBrew.Types.Sample" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON 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 #

Read Schedule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Schedule

Show Schedule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Schedule

NFData Schedule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Schedule

Methods

rnf :: Schedule -> () #

Eq Schedule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Schedule

Hashable Schedule Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Schedule

Methods

hashWithSalt :: Int -> Schedule -> Int #

hash :: Schedule -> Int #

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:accountId:Schedule', schedule_accountId - The ID of the Amazon Web Services account that owns the schedule.

$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: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:jobNames:Schedule', schedule_jobNames - A list of jobs to be run, according to the schedule.

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

$sel:lastModifiedDate:Schedule', schedule_lastModifiedDate - The date and time when the schedule was last modified.

$sel:resourceArn:Schedule', schedule_resourceArn - The Amazon Resource Name (ARN) of 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
FromJSON StatisticOverride Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticOverride

ToJSON 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 #

Read StatisticOverride Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticOverride

Show StatisticOverride Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticOverride

NFData StatisticOverride Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticOverride

Methods

rnf :: StatisticOverride -> () #

Eq StatisticOverride Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticOverride

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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
FromJSON StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

ToJSON 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 #

Read StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Show StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

NFData StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Methods

rnf :: StatisticsConfiguration -> () #

Eq StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "StatisticsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "includedStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "overrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StatisticOverride)))))

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:includedStatistics:StatisticsConfiguration', statisticsConfiguration_includedStatistics - List of included evaluations. When the list is undefined, all supported evaluations will be included.

$sel:overrides:StatisticsConfiguration', statisticsConfiguration_overrides - List of overrides for evaluations.

Threshold

data Threshold Source #

The threshold used with a non-aggregate check expression. The non-aggregate check expression will be applied to each row in a specific column. Then the threshold will be used to determine whether the validation succeeds.

See: newThreshold smart constructor.

Instances

Instances details
FromJSON Threshold Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Threshold

ToJSON Threshold Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Threshold

Generic Threshold Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Threshold

Associated Types

type Rep Threshold :: Type -> Type #

Read Threshold Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Threshold

Show Threshold Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Threshold

NFData Threshold Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Threshold

Methods

rnf :: Threshold -> () #

Eq Threshold Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Threshold

Hashable Threshold Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Threshold

type Rep Threshold Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Threshold

type Rep Threshold = D1 ('MetaData "Threshold" "Amazonka.DataBrew.Types.Threshold" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "Threshold'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThresholdType)) :*: (S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThresholdUnit)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

newThreshold Source #

Create a value of Threshold 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:type':Threshold', threshold_type - The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.

$sel:unit:Threshold', threshold_unit - Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.

$sel:value:Threshold', threshold_value - The value of a threshold.

ValidationConfiguration

data ValidationConfiguration Source #

Configuration for data quality validation. Used to select the Rulesets and Validation Mode to be used in the profile job. When ValidationConfiguration is null, the profile job will run without data quality validation.

See: newValidationConfiguration smart constructor.

Instances

Instances details
FromJSON ValidationConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationConfiguration

ToJSON ValidationConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationConfiguration

Generic ValidationConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationConfiguration

Associated Types

type Rep ValidationConfiguration :: Type -> Type #

Read ValidationConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationConfiguration

Show ValidationConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationConfiguration

NFData ValidationConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationConfiguration

Methods

rnf :: ValidationConfiguration -> () #

Eq ValidationConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationConfiguration

Hashable ValidationConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationConfiguration

type Rep ValidationConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ValidationConfiguration

type Rep ValidationConfiguration = D1 ('MetaData "ValidationConfiguration" "Amazonka.DataBrew.Types.ValidationConfiguration" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "ValidationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "validationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValidationMode)) :*: S1 ('MetaSel ('Just "rulesetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newValidationConfiguration Source #

Create a value of ValidationConfiguration 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:validationMode:ValidationConfiguration', validationConfiguration_validationMode - Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the selected ruleset.

$sel:rulesetArn:ValidationConfiguration', validationConfiguration_rulesetArn - The Amazon Resource Name (ARN) for the ruleset to be validated in the profile job. The TargetArn of the selected ruleset should be the same as the Amazon Resource Name (ARN) of the dataset that is associated with the profile job.

ViewFrame

data ViewFrame Source #

Represents the data being transformed during an action.

See: newViewFrame smart constructor.

Instances

Instances details
ToJSON 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 #

Read ViewFrame Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ViewFrame

Show ViewFrame Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ViewFrame

NFData ViewFrame Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ViewFrame

Methods

rnf :: ViewFrame -> () #

Eq ViewFrame Source # 
Instance details

Defined in Amazonka.DataBrew.Types.ViewFrame

Hashable 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "ViewFrame'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "analytics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnalyticsMode)) :*: (S1 ('MetaSel ('Just "columnRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "hiddenColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "rowRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "startRowIndex") '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:analytics:ViewFrame', viewFrame_analytics - Controls if analytics computation is enabled or disabled. Enabled by default.

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

$sel:rowRange:ViewFrame', viewFrame_rowRange - The number of rows to include in the view frame, beginning with the StartRowIndex value.

$sel:startRowIndex:ViewFrame', viewFrame_startRowIndex - The starting index for the range of rows to return in the view frame.

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