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.

Updates the configuration of an existing router network interface in AWS Elemental MediaConnect.

Note:

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

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

Syntax

C#
public virtual UpdateRouterNetworkInterfaceResponse UpdateRouterNetworkInterface(
         UpdateRouterNetworkInterfaceRequest request
)

Parameters

request
Type: Amazon.MediaConnect.Model.UpdateRouterNetworkInterfaceRequest

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

Return Value


The response from the UpdateRouterNetworkInterface service method, as returned by MediaConnect.

Exceptions

ExceptionCondition
BadRequestException This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message.
ConflictException The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
ForbiddenException You do not have sufficient access to perform this action.
InternalServerErrorException The server encountered an internal error and is unable to complete the request.
ServiceUnavailableException The service is currently unavailable or busy.
TooManyRequestsException The request was denied due to request throttling.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also