amazonka-config-1.3.6: Amazon Config SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Config.PutEvaluations

Contents

Description

Used by an AWS Lambda function to deliver evaluation results to AWS Config. This action is required in every AWS Lambda function that is invoked by an AWS Config rule.

See: AWS API Reference for PutEvaluations.

Synopsis

Creating a Request

putEvaluations Source

Creates a value of PutEvaluations with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

peEvaluations :: Lens' PutEvaluations [Evaluation] Source

The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.

peResultToken :: Lens' PutEvaluations Text Source

An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation

Destructuring the Response

putEvaluationsResponse Source

Creates a value of PutEvaluationsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

persFailedEvaluations :: Lens' PutEvaluationsResponse [Evaluation] Source

Requests that failed because of a client or server error.