stopBulkDeployment
inline suspend fun GreengrassClient.stopBulkDeployment(crossinline block: StopBulkDeploymentRequest.Builder.() -> Unit): StopBulkDeploymentResponse
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.