AWS SDK Version 3 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 Web Services Systems Manager, which can be used to create an OpsItem for each generated insight.

Note:

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

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

Syntax

C#
public virtual UpdateServiceIntegrationResponse UpdateServiceIntegration(
         UpdateServiceIntegrationRequest request
)

Parameters

request
Type: Amazon.DevOpsGuru.Model.UpdateServiceIntegrationRequest

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

Return Value


The response from the UpdateServiceIntegration 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.
ConflictException An exception that is thrown when a conflict occurs.
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.5 and newer, 3.5

See Also