libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
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.DevOpsGuru.Types.RecommendationRelatedEvent

Description

 
Synopsis

Documentation

data RecommendationRelatedEvent Source #

Information about an event that is related to a recommendation.

See: newRecommendationRelatedEvent smart constructor.

Constructors

RecommendationRelatedEvent' 

Fields

Instances

Instances details
Eq RecommendationRelatedEvent Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEvent

Read RecommendationRelatedEvent Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEvent

Show RecommendationRelatedEvent Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEvent

Generic RecommendationRelatedEvent Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEvent

Associated Types

type Rep RecommendationRelatedEvent :: Type -> Type #

NFData RecommendationRelatedEvent Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEvent

Hashable RecommendationRelatedEvent Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEvent

FromJSON RecommendationRelatedEvent Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEvent

type Rep RecommendationRelatedEvent Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEvent

type Rep RecommendationRelatedEvent = D1 ('MetaData "RecommendationRelatedEvent" "Amazonka.DevOpsGuru.Types.RecommendationRelatedEvent" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "RecommendationRelatedEvent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecommendationRelatedEventResource])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRecommendationRelatedEvent :: RecommendationRelatedEvent Source #

Create a value of RecommendationRelatedEvent 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:resources:RecommendationRelatedEvent', recommendationRelatedEvent_resources - A ResourceCollection object that contains arrays of the names of AWS CloudFormation stacks. You can specify up to 500 AWS CloudFormation stacks.

$sel:name:RecommendationRelatedEvent', recommendationRelatedEvent_name - The name of the event. This corresponds to the Name field in an Event object.

recommendationRelatedEvent_resources :: Lens' RecommendationRelatedEvent (Maybe [RecommendationRelatedEventResource]) Source #

A ResourceCollection object that contains arrays of the names of AWS CloudFormation stacks. You can specify up to 500 AWS CloudFormation stacks.

recommendationRelatedEvent_name :: Lens' RecommendationRelatedEvent (Maybe Text) Source #

The name of the event. This corresponds to the Name field in an Event object.