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

Amazonka.DataBrew.Types.Dataset

Description

 
Synopsis

Documentation

data Dataset Source #

Represents a dataset that can be processed by DataBrew.

See: newDataset smart constructor.

Constructors

Dataset' 

Fields

Instances

Instances details
Eq Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Methods

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

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

Read Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Show Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Generic Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Associated Types

type Rep Dataset :: Type -> Type #

Methods

from :: Dataset -> Rep Dataset x #

to :: Rep Dataset x -> Dataset #

NFData Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Methods

rnf :: Dataset -> () #

Hashable Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

Methods

hashWithSalt :: Int -> Dataset -> Int #

hash :: Dataset -> Int #

FromJSON Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

type Rep Dataset Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Dataset

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

newDataset Source #

Create a value of Dataset with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastModifiedDate:Dataset', dataset_lastModifiedDate - The last modification date and time of the dataset.

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

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

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

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

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

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

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

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

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

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

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

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

dataset_lastModifiedDate :: Lens' Dataset (Maybe UTCTime) Source #

The last modification date and time of the dataset.

dataset_pathOptions :: Lens' Dataset (Maybe PathOptions) Source #

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

dataset_createDate :: Lens' Dataset (Maybe UTCTime) Source #

The date and time that the dataset was created.

dataset_formatOptions :: Lens' Dataset (Maybe FormatOptions) Source #

A set of options that define how DataBrew interprets the data in the dataset.

dataset_format :: Lens' Dataset (Maybe InputFormat) Source #

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

dataset_createdBy :: Lens' Dataset (Maybe Text) Source #

The Amazon Resource Name (ARN) of the user who created the dataset.

dataset_accountId :: Lens' Dataset (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the dataset.

dataset_resourceArn :: Lens' Dataset (Maybe Text) Source #

The unique Amazon Resource Name (ARN) for the dataset.

dataset_source :: Lens' Dataset (Maybe Source) Source #

The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.

dataset_lastModifiedBy :: Lens' Dataset (Maybe Text) Source #

The Amazon Resource Name (ARN) of the user who last modified the dataset.

dataset_tags :: Lens' Dataset (Maybe (HashMap Text Text)) Source #

Metadata tags that have been applied to the dataset.

dataset_name :: Lens' Dataset Text Source #

The unique name of the dataset.

dataset_input :: Lens' Dataset Input Source #

Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.