Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data RecommendationRelatedEvent = RecommendationRelatedEvent' {}
- newRecommendationRelatedEvent :: RecommendationRelatedEvent
- recommendationRelatedEvent_resources :: Lens' RecommendationRelatedEvent (Maybe [RecommendationRelatedEventResource])
- recommendationRelatedEvent_name :: Lens' RecommendationRelatedEvent (Maybe Text)
Documentation
data RecommendationRelatedEvent Source #
Information about an event that is related to a recommendation.
See: newRecommendationRelatedEvent
smart constructor.
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:
$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.