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 group. For more information on dataset groups, see CreateDatasetGroup.
Synopsis
- data DescribeDatasetGroup = DescribeDatasetGroup' {}
- newDescribeDatasetGroup :: Text -> DescribeDatasetGroup
- describeDatasetGroup_datasetGroupArn :: Lens' DescribeDatasetGroup Text
- data DescribeDatasetGroupResponse = DescribeDatasetGroupResponse' {}
- newDescribeDatasetGroupResponse :: Int -> DescribeDatasetGroupResponse
- describeDatasetGroupResponse_datasetGroup :: Lens' DescribeDatasetGroupResponse (Maybe DatasetGroup)
- describeDatasetGroupResponse_httpStatus :: Lens' DescribeDatasetGroupResponse Int
Creating a Request
data DescribeDatasetGroup Source #
See: newDescribeDatasetGroup
smart constructor.
DescribeDatasetGroup' | |
|
Instances
newDescribeDatasetGroup Source #
Create a value of DescribeDatasetGroup
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:datasetGroupArn:DescribeDatasetGroup'
, describeDatasetGroup_datasetGroupArn
- The Amazon Resource Name (ARN) of the dataset group to describe.
Request Lenses
describeDatasetGroup_datasetGroupArn :: Lens' DescribeDatasetGroup Text Source #
The Amazon Resource Name (ARN) of the dataset group to describe.
Destructuring the Response
data DescribeDatasetGroupResponse Source #
See: newDescribeDatasetGroupResponse
smart constructor.
DescribeDatasetGroupResponse' | |
|
Instances
newDescribeDatasetGroupResponse Source #
Create a value of DescribeDatasetGroupResponse
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:datasetGroup:DescribeDatasetGroupResponse'
, describeDatasetGroupResponse_datasetGroup
- A listing of the dataset group's properties.
$sel:httpStatus:DescribeDatasetGroupResponse'
, describeDatasetGroupResponse_httpStatus
- The response's http status code.
Response Lenses
describeDatasetGroupResponse_datasetGroup :: Lens' DescribeDatasetGroupResponse (Maybe DatasetGroup) Source #
A listing of the dataset group's properties.
describeDatasetGroupResponse_httpStatus :: Lens' DescribeDatasetGroupResponse Int Source #
The response's http status code.