libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ApiGatewayV2.GetVpcLink

Description

Gets a VPC link.

Synopsis

Creating a Request

data GetVpcLink Source #

See: newGetVpcLink smart constructor.

Constructors

GetVpcLink' 

Fields

Instances

newGetVpcLink Source #

Create a value of GetVpcLink with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:vpcLinkId:GetVpcLink', getVpcLink_vpcLinkId - The ID of the VPC link.

Request Lenses

getVpcLink_vpcLinkId :: Lens' GetVpcLink Text Source #

The ID of the VPC link.

Destructuring the Response

data GetVpcLinkResponse Source #

See: newGetVpcLinkResponse smart constructor.

Constructors

GetVpcLinkResponse' 

Fields

Instances

Instances details
Eq GetVpcLinkResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetVpcLink

Read GetVpcLinkResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetVpcLink

Show GetVpcLinkResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetVpcLink

Generic GetVpcLinkResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetVpcLink

Associated Types

type Rep GetVpcLinkResponse :: Type -> Type #

NFData GetVpcLinkResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetVpcLink

Methods

rnf :: GetVpcLinkResponse -> () #

type Rep GetVpcLinkResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetVpcLink

newGetVpcLinkResponse Source #

Create a value of GetVpcLinkResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:securityGroupIds:GetVpcLinkResponse', getVpcLinkResponse_securityGroupIds - A list of security group IDs for the VPC link.

$sel:subnetIds:GetVpcLinkResponse', getVpcLinkResponse_subnetIds - A list of subnet IDs to include in the VPC link.

$sel:vpcLinkId:GetVpcLink', getVpcLinkResponse_vpcLinkId - The ID of the VPC link.

$sel:createdDate:GetVpcLinkResponse', getVpcLinkResponse_createdDate - The timestamp when the VPC link was created.

$sel:vpcLinkVersion:GetVpcLinkResponse', getVpcLinkResponse_vpcLinkVersion - The version of the VPC link.

$sel:name:GetVpcLinkResponse', getVpcLinkResponse_name - The name of the VPC link.

$sel:vpcLinkStatusMessage:GetVpcLinkResponse', getVpcLinkResponse_vpcLinkStatusMessage - A message summarizing the cause of the status of the VPC link.

$sel:tags:GetVpcLinkResponse', getVpcLinkResponse_tags - Tags for the VPC link.

$sel:vpcLinkStatus:GetVpcLinkResponse', getVpcLinkResponse_vpcLinkStatus - The status of the VPC link.

$sel:httpStatus:GetVpcLinkResponse', getVpcLinkResponse_httpStatus - The response's http status code.

Response Lenses

getVpcLinkResponse_securityGroupIds :: Lens' GetVpcLinkResponse (Maybe [Text]) Source #

A list of security group IDs for the VPC link.

getVpcLinkResponse_subnetIds :: Lens' GetVpcLinkResponse (Maybe [Text]) Source #

A list of subnet IDs to include in the VPC link.

getVpcLinkResponse_createdDate :: Lens' GetVpcLinkResponse (Maybe UTCTime) Source #

The timestamp when the VPC link was created.

getVpcLinkResponse_vpcLinkStatusMessage :: Lens' GetVpcLinkResponse (Maybe Text) Source #

A message summarizing the cause of the status of the VPC link.