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 |
Synopsis
- data BulkDeploymentResult = BulkDeploymentResult' {}
- newBulkDeploymentResult :: BulkDeploymentResult
- bulkDeploymentResult_deploymentId :: Lens' BulkDeploymentResult (Maybe Text)
- bulkDeploymentResult_deploymentArn :: Lens' BulkDeploymentResult (Maybe Text)
- bulkDeploymentResult_createdAt :: Lens' BulkDeploymentResult (Maybe Text)
- bulkDeploymentResult_deploymentType :: Lens' BulkDeploymentResult (Maybe DeploymentType)
- bulkDeploymentResult_errorDetails :: Lens' BulkDeploymentResult (Maybe [ErrorDetail])
- bulkDeploymentResult_groupArn :: Lens' BulkDeploymentResult (Maybe Text)
- bulkDeploymentResult_deploymentStatus :: Lens' BulkDeploymentResult (Maybe Text)
- bulkDeploymentResult_errorMessage :: Lens' BulkDeploymentResult (Maybe Text)
Documentation
data BulkDeploymentResult Source #
Information about an individual group deployment in a bulk deployment operation.
See: newBulkDeploymentResult
smart constructor.
BulkDeploymentResult' | |
|
Instances
newBulkDeploymentResult :: BulkDeploymentResult Source #
Create a value of BulkDeploymentResult
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:deploymentId:BulkDeploymentResult'
, bulkDeploymentResult_deploymentId
- The ID of the group deployment.
$sel:deploymentArn:BulkDeploymentResult'
, bulkDeploymentResult_deploymentArn
- The ARN of the group deployment.
$sel:createdAt:BulkDeploymentResult'
, bulkDeploymentResult_createdAt
- The time, in ISO format, when the deployment was created.
$sel:deploymentType:BulkDeploymentResult'
, bulkDeploymentResult_deploymentType
- The type of the deployment.
$sel:errorDetails:BulkDeploymentResult'
, bulkDeploymentResult_errorDetails
- Details about the error.
$sel:groupArn:BulkDeploymentResult'
, bulkDeploymentResult_groupArn
- The ARN of the Greengrass group.
$sel:deploymentStatus:BulkDeploymentResult'
, bulkDeploymentResult_deploymentStatus
- The current status of the group deployment: ''InProgress'',
''Building'', ''Success'', or ''Failure''.
$sel:errorMessage:BulkDeploymentResult'
, bulkDeploymentResult_errorMessage
- The error message for a failed deployment
bulkDeploymentResult_deploymentId :: Lens' BulkDeploymentResult (Maybe Text) Source #
The ID of the group deployment.
bulkDeploymentResult_deploymentArn :: Lens' BulkDeploymentResult (Maybe Text) Source #
The ARN of the group deployment.
bulkDeploymentResult_createdAt :: Lens' BulkDeploymentResult (Maybe Text) Source #
The time, in ISO format, when the deployment was created.
bulkDeploymentResult_deploymentType :: Lens' BulkDeploymentResult (Maybe DeploymentType) Source #
The type of the deployment.
bulkDeploymentResult_errorDetails :: Lens' BulkDeploymentResult (Maybe [ErrorDetail]) Source #
Details about the error.
bulkDeploymentResult_groupArn :: Lens' BulkDeploymentResult (Maybe Text) Source #
The ARN of the Greengrass group.
bulkDeploymentResult_deploymentStatus :: Lens' BulkDeploymentResult (Maybe Text) Source #
The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
bulkDeploymentResult_errorMessage :: Lens' BulkDeploymentResult (Maybe Text) Source #
The error message for a failed deployment