AWS SDK Version 4 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.

Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon CodeGuru Profiler, which can produce proactive recommendations which can be stored and viewed in DevOps Guru.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to UpdateEventSourcesConfigAsync.

Namespace: Amazon.DevOpsGuru
Assembly: AWSSDK.DevOpsGuru.dll
Version: 3.x.y.z

Syntax

C#
public abstract UpdateEventSourcesConfigResponse UpdateEventSourcesConfig(
         UpdateEventSourcesConfigRequest request
)

Parameters

request
Type: Amazon.DevOpsGuru.Model.UpdateEventSourcesConfigRequest

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

Return Value


The response from the UpdateEventSourcesConfig service method, as returned by DevOpsGuru.

Exceptions

ExceptionCondition
AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
InternalServerException An internal failure in an Amazon service occurred.
ThrottlingException The request was denied due to a request throttling.
ValidationException Contains information about data passed in to a field during a request that is not valid.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also