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 |
Provides a JSON description of the data that is in each time series dataset, including names, column names, and data types.
Synopsis
- data DescribeDataset = DescribeDataset' {
- datasetName :: Text
- newDescribeDataset :: Text -> DescribeDataset
- describeDataset_datasetName :: Lens' DescribeDataset Text
- data DescribeDatasetResponse = DescribeDatasetResponse' {}
- newDescribeDatasetResponse :: Int -> DescribeDatasetResponse
- describeDatasetResponse_ingestionInputConfiguration :: Lens' DescribeDatasetResponse (Maybe IngestionInputConfiguration)
- describeDatasetResponse_status :: Lens' DescribeDatasetResponse (Maybe DatasetStatus)
- describeDatasetResponse_datasetArn :: Lens' DescribeDatasetResponse (Maybe Text)
- describeDatasetResponse_lastUpdatedAt :: Lens' DescribeDatasetResponse (Maybe UTCTime)
- describeDatasetResponse_createdAt :: Lens' DescribeDatasetResponse (Maybe UTCTime)
- describeDatasetResponse_schema :: Lens' DescribeDatasetResponse (Maybe Text)
- describeDatasetResponse_datasetName :: Lens' DescribeDatasetResponse (Maybe Text)
- describeDatasetResponse_serverSideKmsKeyId :: Lens' DescribeDatasetResponse (Maybe Text)
- describeDatasetResponse_httpStatus :: Lens' DescribeDatasetResponse Int
Creating a Request
data DescribeDataset Source #
See: newDescribeDataset
smart constructor.
DescribeDataset' | |
|
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:datasetName:DescribeDataset'
, describeDataset_datasetName
- The name of the dataset to be described.
Request Lenses
describeDataset_datasetName :: 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 #
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:ingestionInputConfiguration:DescribeDatasetResponse'
, describeDatasetResponse_ingestionInputConfiguration
- Specifies the S3 location configuration for the data input for the data
ingestion job.
$sel:status:DescribeDatasetResponse'
, describeDatasetResponse_status
- Indicates the status of the dataset.
$sel:datasetArn:DescribeDatasetResponse'
, describeDatasetResponse_datasetArn
- The Amazon Resource Name (ARN) of the dataset being described.
$sel:lastUpdatedAt:DescribeDatasetResponse'
, describeDatasetResponse_lastUpdatedAt
- Specifies the time the dataset was last updated, if it was.
$sel:createdAt:DescribeDatasetResponse'
, describeDatasetResponse_createdAt
- Specifies the time the dataset was created in Amazon Lookout for
Equipment.
$sel:schema:DescribeDatasetResponse'
, describeDatasetResponse_schema
- A JSON description of the data that is in each time series dataset,
including names, column names, and data types.
$sel:datasetName:DescribeDataset'
, describeDatasetResponse_datasetName
- The name of the dataset being described.
$sel:serverSideKmsKeyId:DescribeDatasetResponse'
, describeDatasetResponse_serverSideKmsKeyId
- Provides the identifier of the KMS key used to encrypt dataset data by
Amazon Lookout for Equipment.
$sel:httpStatus:DescribeDatasetResponse'
, describeDatasetResponse_httpStatus
- The response's http status code.
Response Lenses
describeDatasetResponse_ingestionInputConfiguration :: Lens' DescribeDatasetResponse (Maybe IngestionInputConfiguration) Source #
Specifies the S3 location configuration for the data input for the data ingestion job.
describeDatasetResponse_status :: Lens' DescribeDatasetResponse (Maybe DatasetStatus) Source #
Indicates the status of the dataset.
describeDatasetResponse_datasetArn :: Lens' DescribeDatasetResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset being described.
describeDatasetResponse_lastUpdatedAt :: Lens' DescribeDatasetResponse (Maybe UTCTime) Source #
Specifies the time the dataset was last updated, if it was.
describeDatasetResponse_createdAt :: Lens' DescribeDatasetResponse (Maybe UTCTime) Source #
Specifies the time the dataset was created in Amazon Lookout for Equipment.
describeDatasetResponse_schema :: Lens' DescribeDatasetResponse (Maybe Text) Source #
A JSON description of the data that is in each time series dataset, including names, column names, and data types.
describeDatasetResponse_datasetName :: Lens' DescribeDatasetResponse (Maybe Text) Source #
The name of the dataset being described.
describeDatasetResponse_serverSideKmsKeyId :: Lens' DescribeDatasetResponse (Maybe Text) Source #
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
describeDatasetResponse_httpStatus :: Lens' DescribeDatasetResponse Int Source #
The response's http status code.