AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
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.

Namespace: Amazon.ConfigService
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual PutEvaluationsResponse PutEvaluations(
         PutEvaluationsRequest request
)

Parameters

request
Type: Amazon.ConfigService.Model.PutEvaluationsRequest

Container for the necessary parameters to execute the PutEvaluations service method.

Return Value
Type: Amazon.ConfigService.Model.PutEvaluationsResponse
The response from the PutEvaluations service method, as returned by ConfigService.

Exceptions

ExceptionCondition
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
InvalidResultTokenException The result token is invalid.
NoSuchConfigRuleException One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5