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 |
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.
BulkDeployment' | |
|
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.