libZSservicesZSamazonka-ssmZSamazonka-ssm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SSM.Types.AssociationOverview

Description

 
Synopsis

Documentation

data AssociationOverview Source #

Information about the association.

See: newAssociationOverview smart constructor.

Constructors

AssociationOverview' 

Fields

Instances

Instances details
Eq AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

Read AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

Show 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 #

NFData AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

Methods

rnf :: AssociationOverview -> () #

Hashable AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

FromJSON 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" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "AssociationOverview'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detailedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "associationStatusAggregatedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Int))))))

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: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.

$sel:associationStatusAggregatedCount:AssociationOverview', associationOverview_associationStatusAggregatedCount - Returns the number of targets for the association status. For example, if you created an association with two instances, and one of them was successful, this would return the count of instances by status.

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

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 instances, and one of them was successful, this would return the count of instances by status.