Amazon.ConfigService.AmazonConfigServiceClient.PutEvaluations C# (CSharp) Метод

PutEvaluations() публичный Метод

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.
/// One or more of the specified parameters are invalid. Verify that your parameters are /// valid and try again. /// /// The speNexcified token is invalid. /// /// One or more AWS Config rules in the request are invalid. Verify that the rule names /// are correct and try again. ///
public PutEvaluations ( Amazon.ConfigService.Model.PutEvaluationsRequest request ) : Amazon.ConfigService.Model.PutEvaluationsResponse
request Amazon.ConfigService.Model.PutEvaluationsRequest Container for the necessary parameters to execute the PutEvaluations service method.
Результат Amazon.ConfigService.Model.PutEvaluationsResponse
        public PutEvaluationsResponse PutEvaluations(PutEvaluationsRequest request)
        {
            var marshaller = new PutEvaluationsRequestMarshaller();
            var unmarshaller = PutEvaluationsResponseUnmarshaller.Instance;

            return Invoke<PutEvaluationsRequest,PutEvaluationsResponse>(request, marshaller, unmarshaller);
        }
AmazonConfigServiceClient