| 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.Types.BulkDeployment
Description
Documentation
data BulkDeployment Source #
Information about a bulk deployment. You cannot start a new bulk deployment while another one is still running or in a non-terminal state.
See: newBulkDeployment smart constructor.
Constructors
| BulkDeployment' | |
Fields
| |
Instances
newBulkDeployment :: BulkDeployment Source #
Create a value of BulkDeployment 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:bulkDeploymentArn:BulkDeployment', bulkDeployment_bulkDeploymentArn - The ARN of the bulk deployment.
$sel:bulkDeploymentId:BulkDeployment', bulkDeployment_bulkDeploymentId - The ID of the bulk deployment.
$sel:createdAt:BulkDeployment', bulkDeployment_createdAt - The time, in ISO format, when the deployment was created.
bulkDeployment_bulkDeploymentArn :: Lens' BulkDeployment (Maybe Text) Source #
The ARN of the bulk deployment.
bulkDeployment_bulkDeploymentId :: Lens' BulkDeployment (Maybe Text) Source #
The ID of the bulk deployment.
bulkDeployment_createdAt :: Lens' BulkDeployment (Maybe Text) Source #
The time, in ISO format, when the deployment was created.