| 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.AssociationExecution
Description
Synopsis
- data AssociationExecution = AssociationExecution' {
- alarmConfiguration :: Maybe AlarmConfiguration
- associationId :: Maybe Text
- associationVersion :: Maybe Text
- createdTime :: Maybe POSIX
- detailedStatus :: Maybe Text
- executionId :: Maybe Text
- lastExecutionDate :: Maybe POSIX
- resourceCountByStatus :: Maybe Text
- status :: Maybe Text
- triggeredAlarms :: Maybe (NonEmpty AlarmStateInformation)
- newAssociationExecution :: AssociationExecution
- associationExecution_alarmConfiguration :: Lens' AssociationExecution (Maybe AlarmConfiguration)
- associationExecution_associationId :: Lens' AssociationExecution (Maybe Text)
- associationExecution_associationVersion :: Lens' AssociationExecution (Maybe Text)
- associationExecution_createdTime :: Lens' AssociationExecution (Maybe UTCTime)
- associationExecution_detailedStatus :: Lens' AssociationExecution (Maybe Text)
- associationExecution_executionId :: Lens' AssociationExecution (Maybe Text)
- associationExecution_lastExecutionDate :: Lens' AssociationExecution (Maybe UTCTime)
- associationExecution_resourceCountByStatus :: Lens' AssociationExecution (Maybe Text)
- associationExecution_status :: Lens' AssociationExecution (Maybe Text)
- associationExecution_triggeredAlarms :: Lens' AssociationExecution (Maybe (NonEmpty AlarmStateInformation))
Documentation
data AssociationExecution Source #
Includes information about the specified association.
See: newAssociationExecution smart constructor.
Constructors
| AssociationExecution' | |
Fields
| |
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:alarmConfiguration:AssociationExecution', associationExecution_alarmConfiguration - Undocumented member.
$sel:associationId:AssociationExecution', associationExecution_associationId - The association ID.
$sel:associationVersion:AssociationExecution', associationExecution_associationVersion - The association version.
$sel:createdTime:AssociationExecution', associationExecution_createdTime - The time the execution started.
$sel:detailedStatus:AssociationExecution', associationExecution_detailedStatus - Detailed status information about the execution.
$sel:executionId:AssociationExecution', associationExecution_executionId - The execution ID for the association.
$sel:lastExecutionDate:AssociationExecution', associationExecution_lastExecutionDate - The date of the last execution.
$sel:resourceCountByStatus:AssociationExecution', associationExecution_resourceCountByStatus - An aggregate status of the resources in the execution based on the
status type.
$sel:status:AssociationExecution', associationExecution_status - The status of the association execution.
$sel:triggeredAlarms:AssociationExecution', associationExecution_triggeredAlarms - The CloudWatch alarms that were invoked by the association.
associationExecution_alarmConfiguration :: Lens' AssociationExecution (Maybe AlarmConfiguration) Source #
Undocumented member.
associationExecution_associationId :: Lens' AssociationExecution (Maybe Text) Source #
The association ID.
associationExecution_associationVersion :: Lens' AssociationExecution (Maybe Text) Source #
The association version.
associationExecution_createdTime :: Lens' AssociationExecution (Maybe UTCTime) Source #
The time the execution started.
associationExecution_detailedStatus :: Lens' AssociationExecution (Maybe Text) Source #
Detailed status information about the execution.
associationExecution_executionId :: Lens' AssociationExecution (Maybe Text) Source #
The execution ID for the association.
associationExecution_lastExecutionDate :: Lens' AssociationExecution (Maybe UTCTime) Source #
The date of the last execution.
associationExecution_resourceCountByStatus :: Lens' AssociationExecution (Maybe Text) Source #
An aggregate status of the resources in the execution based on the status type.
associationExecution_status :: Lens' AssociationExecution (Maybe Text) Source #
The status of the association execution.
associationExecution_triggeredAlarms :: Lens' AssociationExecution (Maybe (NonEmpty AlarmStateInformation)) Source #
The CloudWatch alarms that were invoked by the association.