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

Description

 
Synopsis

Documentation

data RecommendationRelatedEventResource Source #

Information about an AWS resource that emitted and event that is related to a recommendation in an insight.

See: newRecommendationRelatedEventResource smart constructor.

Constructors

RecommendationRelatedEventResource' 

Fields

  • name :: Maybe Text

    The name of the resource that emitted the event. This corresponds to the Name field in an EventResource object.

  • type' :: Maybe Text

    The type of the resource that emitted the event. This corresponds to the Type field in an EventResource object.

Instances

Instances details
Eq RecommendationRelatedEventResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEventResource

Read RecommendationRelatedEventResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEventResource

Show RecommendationRelatedEventResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEventResource

Generic RecommendationRelatedEventResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEventResource

Associated Types

type Rep RecommendationRelatedEventResource :: Type -> Type #

NFData RecommendationRelatedEventResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEventResource

Hashable RecommendationRelatedEventResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEventResource

FromJSON RecommendationRelatedEventResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEventResource

type Rep RecommendationRelatedEventResource Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.RecommendationRelatedEventResource

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

newRecommendationRelatedEventResource :: RecommendationRelatedEventResource Source #

Create a value of RecommendationRelatedEventResource 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:name:RecommendationRelatedEventResource', recommendationRelatedEventResource_name - The name of the resource that emitted the event. This corresponds to the Name field in an EventResource object.

$sel:type':RecommendationRelatedEventResource', recommendationRelatedEventResource_type - The type of the resource that emitted the event. This corresponds to the Type field in an EventResource object.

recommendationRelatedEventResource_name :: Lens' RecommendationRelatedEventResource (Maybe Text) Source #

The name of the resource that emitted the event. This corresponds to the Name field in an EventResource object.

recommendationRelatedEventResource_type :: Lens' RecommendationRelatedEventResource (Maybe Text) Source #

The type of the resource that emitted the event. This corresponds to the Type field in an EventResource object.