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