| 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.DevOpsGuru.Types.RecommendationRelatedEvent
Description
Synopsis
- data RecommendationRelatedEvent = RecommendationRelatedEvent' {}
- newRecommendationRelatedEvent :: RecommendationRelatedEvent
- recommendationRelatedEvent_name :: Lens' RecommendationRelatedEvent (Maybe Text)
- recommendationRelatedEvent_resources :: Lens' RecommendationRelatedEvent (Maybe [RecommendationRelatedEventResource])
Documentation
data RecommendationRelatedEvent Source #
Information about an event that is related to a recommendation.
See: newRecommendationRelatedEvent smart constructor.
Constructors
| RecommendationRelatedEvent' | |
Fields
| |
Instances
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:
RecommendationRelatedEvent, recommendationRelatedEvent_name - The name of the event. This corresponds to the Name field in an
Event object.
$sel:resources:RecommendationRelatedEvent', recommendationRelatedEvent_resources - A ResourceCollection object that contains arrays of the names of
Amazon Web Services CloudFormation stacks. You can specify up to 500
Amazon Web Services CloudFormation stacks.
recommendationRelatedEvent_name :: Lens' RecommendationRelatedEvent (Maybe Text) Source #
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
Amazon Web Services CloudFormation stacks. You can specify up to 500
Amazon Web Services CloudFormation stacks.