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.

Container for the parameters to the DescribeEndpoints operation. Send an request with an empty body to the regional API endpoint to get your account API endpoint.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MediaConvert.AmazonMediaConvertRequest
      Amazon.MediaConvert.Model.DescribeEndpointsRequest

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

Syntax

C#
[Obsolete("DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.")]
public class DescribeEndpointsRequest : AmazonMediaConvertRequest IAmazonWebServiceRequest

The DescribeEndpointsRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeEndpointsRequest()

Properties

NameTypeDescription
Public Property MaxResults System.Int32

Gets and sets the property MaxResults. Optional. Max number of endpoints, up to twenty, that will be returned at one time.

Public Property Mode Amazon.MediaConvert.DescribeEndpointsMode

Gets and sets the property Mode. Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.

Public Property NextToken System.String

Gets and sets the property NextToken. Use this string, provided with the response to a previous request, to request the next batch of endpoints.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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