| 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.CancelCluster
Description
Cancels a cluster job. You can only cancel a cluster job while it's in the AwaitingQuorum status. You'll have at least an hour after creating a cluster job to cancel it.
Creating a Request
Arguments
| :: Text | |
| -> CancelCluster |
Creates a value of CancelCluster with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ccClusterId- The 39-character ID for the cluster that you want to cancel, for exampleCID123e4567-e89b-12d3-a456-426655440000.
data CancelCluster Source #
See: cancelCluster smart constructor.
Instances
Request Lenses
ccClusterId :: Lens' CancelCluster Text Source #
The 39-character ID for the cluster that you want to cancel, for example CID123e4567-e89b-12d3-a456-426655440000 .
Destructuring the Response
cancelClusterResponse Source #
Arguments
| :: Int | |
| -> CancelClusterResponse |
Creates a value of CancelClusterResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ccrsResponseStatus- -- | The response status code.
data CancelClusterResponse Source #
See: cancelClusterResponse smart constructor.
Instances
Response Lenses
ccrsResponseStatus :: Lens' CancelClusterResponse Int Source #
- - | The response status code.