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 |
Describes the given dataset. For more information on datasets, see CreateDataset.
Synopsis
- data DescribeDataset = DescribeDataset' {
- datasetArn :: Text
- newDescribeDataset :: Text -> DescribeDataset
- describeDataset_datasetArn :: Lens' DescribeDataset Text
- data DescribeDatasetResponse = DescribeDatasetResponse' {
- dataset :: Maybe Dataset
- httpStatus :: Int
- newDescribeDatasetResponse :: Int -> DescribeDatasetResponse
- describeDatasetResponse_dataset :: Lens' DescribeDatasetResponse (Maybe Dataset)
- 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:datasetArn:DescribeDataset'
, describeDataset_datasetArn
- The Amazon Resource Name (ARN) of the dataset to describe.
Request Lenses
describeDataset_datasetArn :: Lens' DescribeDataset Text Source #
The Amazon Resource Name (ARN) of the dataset to describe.
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:dataset:DescribeDatasetResponse'
, describeDatasetResponse_dataset
- A listing of the dataset's properties.
$sel:httpStatus:DescribeDatasetResponse'
, describeDatasetResponse_httpStatus
- The response's http status code.
Response Lenses
describeDatasetResponse_dataset :: Lens' DescribeDatasetResponse (Maybe Dataset) Source #
A listing of the dataset's properties.
describeDatasetResponse_httpStatus :: Lens' DescribeDatasetResponse Int Source #
The response's http status code.