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 AssociationExecution = AssociationExecution' {}
- newAssociationExecution :: AssociationExecution
- associationExecution_associationId :: Lens' AssociationExecution (Maybe Text)
- associationExecution_detailedStatus :: Lens' AssociationExecution (Maybe Text)
- associationExecution_status :: Lens' AssociationExecution (Maybe Text)
- associationExecution_executionId :: Lens' AssociationExecution (Maybe Text)
- associationExecution_createdTime :: Lens' AssociationExecution (Maybe UTCTime)
- associationExecution_resourceCountByStatus :: Lens' AssociationExecution (Maybe Text)
- associationExecution_lastExecutionDate :: Lens' AssociationExecution (Maybe UTCTime)
- associationExecution_associationVersion :: Lens' AssociationExecution (Maybe Text)
Documentation
data AssociationExecution Source #
Includes information about the specified association.
See: newAssociationExecution
smart constructor.
AssociationExecution' | |
|
Instances
newAssociationExecution :: AssociationExecution Source #
Create a value of AssociationExecution
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:associationId:AssociationExecution'
, associationExecution_associationId
- The association ID.
$sel:detailedStatus:AssociationExecution'
, associationExecution_detailedStatus
- Detailed status information about the execution.
$sel:status:AssociationExecution'
, associationExecution_status
- The status of the association execution.
$sel:executionId:AssociationExecution'
, associationExecution_executionId
- The execution ID for the association.
$sel:createdTime:AssociationExecution'
, associationExecution_createdTime
- The time the execution started.
$sel:resourceCountByStatus:AssociationExecution'
, associationExecution_resourceCountByStatus
- An aggregate status of the resources in the execution based on the
status type.
$sel:lastExecutionDate:AssociationExecution'
, associationExecution_lastExecutionDate
- The date of the last execution.
$sel:associationVersion:AssociationExecution'
, associationExecution_associationVersion
- The association version.
associationExecution_associationId :: Lens' AssociationExecution (Maybe Text) Source #
The association ID.
associationExecution_detailedStatus :: Lens' AssociationExecution (Maybe Text) Source #
Detailed status information about the execution.
associationExecution_status :: Lens' AssociationExecution (Maybe Text) Source #
The status of the association execution.
associationExecution_executionId :: Lens' AssociationExecution (Maybe Text) Source #
The execution ID for the association.
associationExecution_createdTime :: Lens' AssociationExecution (Maybe UTCTime) Source #
The time the execution started.
associationExecution_resourceCountByStatus :: Lens' AssociationExecution (Maybe Text) Source #
An aggregate status of the resources in the execution based on the status type.
associationExecution_lastExecutionDate :: Lens' AssociationExecution (Maybe UTCTime) Source #
The date of the last execution.
associationExecution_associationVersion :: Lens' AssociationExecution (Maybe Text) Source #
The association version.