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 |
Stops the execution of a bulk deployment. This action returns a status of ''Stopping'' until the deployment is stopped. You cannot start a new bulk deployment while a previous deployment is in the ''Stopping'' state. This action doesn't rollback completed deployments or cancel pending deployments.
Synopsis
- data StopBulkDeployment = StopBulkDeployment' {}
- newStopBulkDeployment :: Text -> StopBulkDeployment
- stopBulkDeployment_bulkDeploymentId :: Lens' StopBulkDeployment Text
- data StopBulkDeploymentResponse = StopBulkDeploymentResponse' {
- httpStatus :: Int
- newStopBulkDeploymentResponse :: Int -> StopBulkDeploymentResponse
- stopBulkDeploymentResponse_httpStatus :: Lens' StopBulkDeploymentResponse Int
Creating a Request
data StopBulkDeployment Source #
See: newStopBulkDeployment
smart constructor.
StopBulkDeployment' | |
|
Instances
newStopBulkDeployment Source #
Create a value of StopBulkDeployment
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:bulkDeploymentId:StopBulkDeployment'
, stopBulkDeployment_bulkDeploymentId
- The ID of the bulk deployment.
Request Lenses
stopBulkDeployment_bulkDeploymentId :: Lens' StopBulkDeployment Text Source #
The ID of the bulk deployment.
Destructuring the Response
data StopBulkDeploymentResponse Source #
See: newStopBulkDeploymentResponse
smart constructor.
StopBulkDeploymentResponse' | |
|
Instances
newStopBulkDeploymentResponse Source #
Create a value of StopBulkDeploymentResponse
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:httpStatus:StopBulkDeploymentResponse'
, stopBulkDeploymentResponse_httpStatus
- The response's http status code.
Response Lenses
stopBulkDeploymentResponse_httpStatus :: Lens' StopBulkDeploymentResponse Int Source #
The response's http status code.