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 information about a specific cluster including shipping information, cluster status, and other important metadata.
Synopsis
- data DescribeCluster = DescribeCluster' {}
- newDescribeCluster :: Text -> DescribeCluster
- describeCluster_clusterId :: Lens' DescribeCluster Text
- data DescribeClusterResponse = DescribeClusterResponse' {}
- newDescribeClusterResponse :: Int -> DescribeClusterResponse
- describeClusterResponse_clusterMetadata :: Lens' DescribeClusterResponse (Maybe ClusterMetadata)
- describeClusterResponse_httpStatus :: Lens' DescribeClusterResponse Int
Creating a Request
data DescribeCluster Source #
See: newDescribeCluster
smart constructor.
Instances
Create a value of DescribeCluster
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:clusterId:DescribeCluster'
, describeCluster_clusterId
- The automatically generated ID for a cluster.
Request Lenses
describeCluster_clusterId :: Lens' DescribeCluster Text Source #
The automatically generated ID for a cluster.
Destructuring the Response
data DescribeClusterResponse Source #
See: newDescribeClusterResponse
smart constructor.
DescribeClusterResponse' | |
|
Instances
newDescribeClusterResponse Source #
Create a value of DescribeClusterResponse
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:clusterMetadata:DescribeClusterResponse'
, describeClusterResponse_clusterMetadata
- Information about a specific cluster, including shipping information,
cluster status, and other important metadata.
$sel:httpStatus:DescribeClusterResponse'
, describeClusterResponse_httpStatus
- The response's http status code.
Response Lenses
describeClusterResponse_clusterMetadata :: Lens' DescribeClusterResponse (Maybe ClusterMetadata) Source #
Information about a specific cluster, including shipping information, cluster status, and other important metadata.
describeClusterResponse_httpStatus :: Lens' DescribeClusterResponse Int Source #
The response's http status code.