amazonka-ssm-2.0: Amazon Simple Systems Manager (SSM) SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSM.Types.AssociationOverview

Description

 
Synopsis

Documentation

data AssociationOverview Source #

Information about the association.

See: newAssociationOverview smart constructor.

Constructors

AssociationOverview' 

Fields

Instances

Instances details
FromJSON AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

Generic AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

Associated Types

type Rep AssociationOverview :: Type -> Type #

Read AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

Show AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

NFData AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

Methods

rnf :: AssociationOverview -> () #

Eq AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

Hashable AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

type Rep AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

type Rep AssociationOverview = D1 ('MetaData "AssociationOverview" "Amazonka.SSM.Types.AssociationOverview" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AssociationOverview'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associationStatusAggregatedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Int))) :*: (S1 ('MetaSel ('Just "detailedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAssociationOverview :: AssociationOverview Source #

Create a value of AssociationOverview 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:associationStatusAggregatedCount:AssociationOverview', associationOverview_associationStatusAggregatedCount - Returns the number of targets for the association status. For example, if you created an association with two managed nodes, and one of them was successful, this would return the count of managed nodes by status.

$sel:detailedStatus:AssociationOverview', associationOverview_detailedStatus - A detailed status of the association.

$sel:status:AssociationOverview', associationOverview_status - The status of the association. Status can be: Pending, Success, or Failed.

associationOverview_associationStatusAggregatedCount :: Lens' AssociationOverview (Maybe (HashMap Text Int)) Source #

Returns the number of targets for the association status. For example, if you created an association with two managed nodes, and one of them was successful, this would return the count of managed nodes by status.

associationOverview_status :: Lens' AssociationOverview (Maybe Text) Source #

The status of the association. Status can be: Pending, Success, or Failed.