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 AssociationExecutionTarget = AssociationExecutionTarget' {}
- newAssociationExecutionTarget :: AssociationExecutionTarget
- associationExecutionTarget_associationId :: Lens' AssociationExecutionTarget (Maybe Text)
- associationExecutionTarget_detailedStatus :: Lens' AssociationExecutionTarget (Maybe Text)
- associationExecutionTarget_status :: Lens' AssociationExecutionTarget (Maybe Text)
- associationExecutionTarget_executionId :: Lens' AssociationExecutionTarget (Maybe Text)
- associationExecutionTarget_resourceId :: Lens' AssociationExecutionTarget (Maybe Text)
- associationExecutionTarget_resourceType :: Lens' AssociationExecutionTarget (Maybe Text)
- associationExecutionTarget_outputSource :: Lens' AssociationExecutionTarget (Maybe OutputSource)
- associationExecutionTarget_lastExecutionDate :: Lens' AssociationExecutionTarget (Maybe UTCTime)
- associationExecutionTarget_associationVersion :: Lens' AssociationExecutionTarget (Maybe Text)
Documentation
data AssociationExecutionTarget Source #
Includes information about the specified association execution.
See: newAssociationExecutionTarget
smart constructor.
AssociationExecutionTarget' | |
|
Instances
newAssociationExecutionTarget :: AssociationExecutionTarget Source #
Create a value of AssociationExecutionTarget
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:AssociationExecutionTarget'
, associationExecutionTarget_associationId
- The association ID.
$sel:detailedStatus:AssociationExecutionTarget'
, associationExecutionTarget_detailedStatus
- Detailed information about the execution status.
$sel:status:AssociationExecutionTarget'
, associationExecutionTarget_status
- The association execution status.
$sel:executionId:AssociationExecutionTarget'
, associationExecutionTarget_executionId
- The execution ID.
$sel:resourceId:AssociationExecutionTarget'
, associationExecutionTarget_resourceId
- The resource ID, for example, the instance ID where the association ran.
$sel:resourceType:AssociationExecutionTarget'
, associationExecutionTarget_resourceType
- The resource type, for example, instance.
$sel:outputSource:AssociationExecutionTarget'
, associationExecutionTarget_outputSource
- The location where the association details are saved.
$sel:lastExecutionDate:AssociationExecutionTarget'
, associationExecutionTarget_lastExecutionDate
- The date of the last execution.
$sel:associationVersion:AssociationExecutionTarget'
, associationExecutionTarget_associationVersion
- The association version.
associationExecutionTarget_associationId :: Lens' AssociationExecutionTarget (Maybe Text) Source #
The association ID.
associationExecutionTarget_detailedStatus :: Lens' AssociationExecutionTarget (Maybe Text) Source #
Detailed information about the execution status.
associationExecutionTarget_status :: Lens' AssociationExecutionTarget (Maybe Text) Source #
The association execution status.
associationExecutionTarget_executionId :: Lens' AssociationExecutionTarget (Maybe Text) Source #
The execution ID.
associationExecutionTarget_resourceId :: Lens' AssociationExecutionTarget (Maybe Text) Source #
The resource ID, for example, the instance ID where the association ran.
associationExecutionTarget_resourceType :: Lens' AssociationExecutionTarget (Maybe Text) Source #
The resource type, for example, instance.
associationExecutionTarget_outputSource :: Lens' AssociationExecutionTarget (Maybe OutputSource) Source #
The location where the association details are saved.
associationExecutionTarget_lastExecutionDate :: Lens' AssociationExecutionTarget (Maybe UTCTime) Source #
The date of the last execution.
associationExecutionTarget_associationVersion :: Lens' AssociationExecutionTarget (Maybe Text) Source #
The association version.