Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Returns the definition of a specific DataBrew dataset.
Synopsis
- data DescribeDataset = DescribeDataset' {}
- newDescribeDataset :: Text -> DescribeDataset
- describeDataset_name :: Lens' DescribeDataset Text
- data DescribeDatasetResponse = DescribeDatasetResponse' {
- lastModifiedDate :: Maybe POSIX
- pathOptions :: Maybe PathOptions
- createDate :: Maybe POSIX
- formatOptions :: Maybe FormatOptions
- format :: Maybe InputFormat
- createdBy :: Maybe Text
- resourceArn :: Maybe Text
- source :: Maybe Source
- lastModifiedBy :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- name :: Text
- input :: Input
- newDescribeDatasetResponse :: Int -> Text -> Input -> DescribeDatasetResponse
- describeDatasetResponse_lastModifiedDate :: Lens' DescribeDatasetResponse (Maybe UTCTime)
- describeDatasetResponse_pathOptions :: Lens' DescribeDatasetResponse (Maybe PathOptions)
- describeDatasetResponse_createDate :: Lens' DescribeDatasetResponse (Maybe UTCTime)
- describeDatasetResponse_formatOptions :: Lens' DescribeDatasetResponse (Maybe FormatOptions)
- describeDatasetResponse_format :: Lens' DescribeDatasetResponse (Maybe InputFormat)
- describeDatasetResponse_createdBy :: Lens' DescribeDatasetResponse (Maybe Text)
- describeDatasetResponse_resourceArn :: Lens' DescribeDatasetResponse (Maybe Text)
- describeDatasetResponse_source :: Lens' DescribeDatasetResponse (Maybe Source)
- describeDatasetResponse_lastModifiedBy :: Lens' DescribeDatasetResponse (Maybe Text)
- describeDatasetResponse_tags :: Lens' DescribeDatasetResponse (Maybe (HashMap Text Text))
- describeDatasetResponse_httpStatus :: Lens' DescribeDatasetResponse Int
- describeDatasetResponse_name :: Lens' DescribeDatasetResponse Text
- describeDatasetResponse_input :: Lens' DescribeDatasetResponse Input
Creating a Request
data DescribeDataset Source #
See: newDescribeDataset
smart constructor.
Instances
Create a value of DescribeDataset
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:DescribeDataset'
, describeDataset_name
- The name of the dataset to be described.
Request Lenses
describeDataset_name :: Lens' DescribeDataset Text Source #
The name of the dataset to be described.
Destructuring the Response
data DescribeDatasetResponse Source #
See: newDescribeDatasetResponse
smart constructor.
DescribeDatasetResponse' | |
|
Instances
newDescribeDatasetResponse Source #
:: Int | |
-> Text | |
-> Input | |
-> DescribeDatasetResponse |
Create a value of DescribeDatasetResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lastModifiedDate:DescribeDatasetResponse'
, describeDatasetResponse_lastModifiedDate
- The date and time that the dataset was last modified.
$sel:pathOptions:DescribeDatasetResponse'
, describeDatasetResponse_pathOptions
- A set of options that defines how DataBrew interprets an Amazon S3 path
of the dataset.
$sel:createDate:DescribeDatasetResponse'
, describeDatasetResponse_createDate
- The date and time that the dataset was created.
$sel:formatOptions:DescribeDatasetResponse'
, describeDatasetResponse_formatOptions
- Undocumented member.
$sel:format:DescribeDatasetResponse'
, describeDatasetResponse_format
- The file format of a dataset that is created from an Amazon S3 file or
folder.
$sel:createdBy:DescribeDatasetResponse'
, describeDatasetResponse_createdBy
- The identifier (user name) of the user who created the dataset.
$sel:resourceArn:DescribeDatasetResponse'
, describeDatasetResponse_resourceArn
- The Amazon Resource Name (ARN) of the dataset.
$sel:source:DescribeDatasetResponse'
, describeDatasetResponse_source
- The location of the data for this dataset, Amazon S3 or the Glue Data
Catalog.
$sel:lastModifiedBy:DescribeDatasetResponse'
, describeDatasetResponse_lastModifiedBy
- The identifier (user name) of the user who last modified the dataset.
$sel:tags:DescribeDatasetResponse'
, describeDatasetResponse_tags
- Metadata tags associated with this dataset.
$sel:httpStatus:DescribeDatasetResponse'
, describeDatasetResponse_httpStatus
- The response's http status code.
$sel:name:DescribeDataset'
, describeDatasetResponse_name
- The name of the dataset.
$sel:input:DescribeDatasetResponse'
, describeDatasetResponse_input
- Undocumented member.
Response Lenses
describeDatasetResponse_lastModifiedDate :: Lens' DescribeDatasetResponse (Maybe UTCTime) Source #
The date and time that the dataset was last modified.
describeDatasetResponse_pathOptions :: Lens' DescribeDatasetResponse (Maybe PathOptions) Source #
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
describeDatasetResponse_createDate :: Lens' DescribeDatasetResponse (Maybe UTCTime) Source #
The date and time that the dataset was created.
describeDatasetResponse_formatOptions :: Lens' DescribeDatasetResponse (Maybe FormatOptions) Source #
Undocumented member.
describeDatasetResponse_format :: Lens' DescribeDatasetResponse (Maybe InputFormat) Source #
The file format of a dataset that is created from an Amazon S3 file or folder.
describeDatasetResponse_createdBy :: Lens' DescribeDatasetResponse (Maybe Text) Source #
The identifier (user name) of the user who created the dataset.
describeDatasetResponse_resourceArn :: Lens' DescribeDatasetResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset.
describeDatasetResponse_source :: Lens' DescribeDatasetResponse (Maybe Source) Source #
The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
describeDatasetResponse_lastModifiedBy :: Lens' DescribeDatasetResponse (Maybe Text) Source #
The identifier (user name) of the user who last modified the dataset.
describeDatasetResponse_tags :: Lens' DescribeDatasetResponse (Maybe (HashMap Text Text)) Source #
Metadata tags associated with this dataset.
describeDatasetResponse_httpStatus :: Lens' DescribeDatasetResponse Int Source #
The response's http status code.
describeDatasetResponse_name :: Lens' DescribeDatasetResponse Text Source #
The name of the dataset.
describeDatasetResponse_input :: Lens' DescribeDatasetResponse Input Source #
Undocumented member.