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 a dataset.
Synopsis
- data DescribeDataSet = DescribeDataSet' {
- awsAccountId :: Text
- dataSetId :: Text
- newDescribeDataSet :: Text -> Text -> DescribeDataSet
- describeDataSet_awsAccountId :: Lens' DescribeDataSet Text
- describeDataSet_dataSetId :: Lens' DescribeDataSet Text
- data DescribeDataSetResponse = DescribeDataSetResponse' {}
- newDescribeDataSetResponse :: Int -> DescribeDataSetResponse
- describeDataSetResponse_requestId :: Lens' DescribeDataSetResponse (Maybe Text)
- describeDataSetResponse_dataSet :: Lens' DescribeDataSetResponse (Maybe DataSet)
- describeDataSetResponse_status :: 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:awsAccountId:DescribeDataSet'
, describeDataSet_awsAccountId
- The Amazon Web Services account ID.
$sel:dataSetId:DescribeDataSet'
, describeDataSet_dataSetId
- The ID for the dataset that you want to create. This ID is unique per
Amazon Web Services Region for each Amazon Web Services account.
Request Lenses
describeDataSet_awsAccountId :: Lens' DescribeDataSet Text Source #
The Amazon Web Services account ID.
describeDataSet_dataSetId :: Lens' DescribeDataSet Text Source #
The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
Destructuring the Response
data DescribeDataSetResponse Source #
See: newDescribeDataSetResponse
smart constructor.
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:requestId:DescribeDataSetResponse'
, describeDataSetResponse_requestId
- The Amazon Web Services request ID for this operation.
$sel:dataSet:DescribeDataSetResponse'
, describeDataSetResponse_dataSet
- Information on the dataset.
$sel:status:DescribeDataSetResponse'
, describeDataSetResponse_status
- The HTTP status of the request.
Response Lenses
describeDataSetResponse_requestId :: Lens' DescribeDataSetResponse (Maybe Text) Source #
The Amazon Web Services request ID for this operation.
describeDataSetResponse_dataSet :: Lens' DescribeDataSetResponse (Maybe DataSet) Source #
Information on the dataset.
describeDataSetResponse_status :: Lens' DescribeDataSetResponse Int Source #
The HTTP status of the request.