| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Snowball.DescribeCluster
Description
Returns information about a specific cluster including shipping information, cluster status, and other important metadata.
- describeCluster :: Text -> DescribeCluster
- data DescribeCluster
- dcClusterId :: Lens' DescribeCluster Text
- describeClusterResponse :: Int -> DescribeClusterResponse
- data DescribeClusterResponse
- dcrsClusterMetadata :: Lens' DescribeClusterResponse (Maybe ClusterMetadata)
- dcrsResponseStatus :: Lens' DescribeClusterResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DescribeCluster |
Creates a value of DescribeCluster with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcClusterId- The automatically generated ID for a cluster.
data DescribeCluster Source #
See: describeCluster smart constructor.
Instances
Request Lenses
dcClusterId :: Lens' DescribeCluster Text Source #
The automatically generated ID for a cluster.
Destructuring the Response
describeClusterResponse Source #
Arguments
| :: Int | |
| -> DescribeClusterResponse |
Creates a value of DescribeClusterResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcrsClusterMetadata- Information about a specific cluster, including shipping information, cluster status, and other important metadata.dcrsResponseStatus- -- | The response status code.
data DescribeClusterResponse Source #
See: describeClusterResponse smart constructor.
Response Lenses
dcrsClusterMetadata :: Lens' DescribeClusterResponse (Maybe ClusterMetadata) Source #
Information about a specific cluster, including shipping information, cluster status, and other important metadata.
dcrsResponseStatus :: Lens' DescribeClusterResponse Int Source #
- - | The response status code.