| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Greengrass.StopBulkDeployment
Description
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.
Constructors
| StopBulkDeployment' | |
Fields
| |
Instances
newStopBulkDeployment Source #
Arguments
| :: Text | |
| -> StopBulkDeployment |
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:
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.
Constructors
| StopBulkDeploymentResponse' | |
Fields
| |
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.