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.

This is the response object from the UpdateStage operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.ApiGatewayV2.Model.UpdateStageResponse

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

Syntax

C#
public class UpdateStageResponse : AmazonWebServiceResponse

The UpdateStageResponse type exposes the following members

Constructors

NameDescription
Public Method UpdateStageResponse()

Properties

NameTypeDescription
Public Property AccessLogSettings Amazon.ApiGatewayV2.Model.AccessLogSettings

Gets and sets the property AccessLogSettings.

Settings for logging access in this stage.

Public Property ApiGatewayManaged System.Boolean

Gets and sets the property ApiGatewayManaged.

Specifies whether a stage is managed by API Gateway. If you created an API using quick create, the $default stage is managed by API Gateway. You can't modify the $default stage.

Public Property AutoDeploy System.Boolean

Gets and sets the property AutoDeploy.

Specifies whether updates to an API automatically trigger a new deployment. The default value is false.

Public Property ClientCertificateId System.String

Gets and sets the property ClientCertificateId.

The identifier of a client certificate for a Stage. Supported only for WebSocket APIs.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedDate System.DateTime

Gets and sets the property CreatedDate.

The timestamp when the stage was created.

Public Property DefaultRouteSettings Amazon.ApiGatewayV2.Model.RouteSettings

Gets and sets the property DefaultRouteSettings.

Default route settings for the stage.

Public Property DeploymentId System.String

Gets and sets the property DeploymentId.

The identifier of the Deployment that the Stage is associated with. Can't be updated if autoDeploy is enabled.

Public Property Description System.String

Gets and sets the property Description.

The description of the stage.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastDeploymentStatusMessage System.String

Gets and sets the property LastDeploymentStatusMessage.

Describes the status of the last deployment of a stage. Supported only for stages with autoDeploy enabled.

Public Property LastUpdatedDate System.DateTime

Gets and sets the property LastUpdatedDate.

The timestamp when the stage was last updated.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RouteSettings System.Collections.Generic.Dictionary<System.String, Amazon.ApiGatewayV2.Model.RouteSettings>

Gets and sets the property RouteSettings.

Route settings for the stage, by routeKey.

Public Property StageName System.String

Gets and sets the property StageName.

The name of the stage.

Public Property StageVariables System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property StageVariables.

A map that defines the stage variables for a stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The collection of tags. Each tag element is associated with a given resource.

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