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 RecommendationRelatedEventResource = RecommendationRelatedEventResource' {}
- newRecommendationRelatedEventResource :: RecommendationRelatedEventResource
- recommendationRelatedEventResource_name :: Lens' RecommendationRelatedEventResource (Maybe Text)
- recommendationRelatedEventResource_type :: Lens' RecommendationRelatedEventResource (Maybe Text)
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.
Instances
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.