amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

Description

Describes the specified local gateway virtual interfaces.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeLocalGatewayVirtualInterfaces Source #

Constructors

DescribeLocalGatewayVirtualInterfaces' 

Fields

  • dryRun :: Maybe Bool

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

  • filters :: Maybe [Filter]

    One or more filters.

    • local-address - The local address.
    • local-bgp-asn - The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.
    • local-gateway-id - The ID of the local gateway.
    • local-gateway-virtual-interface-id - The ID of the virtual interface.
    • owner-id - The ID of the Amazon Web Services account that owns the local gateway virtual interface.
    • peer-address - The peer address.
    • peer-bgp-asn - The peer BGP ASN.
    • vlan - The ID of the VLAN.
  • localGatewayVirtualInterfaceIds :: Maybe [Text]

    The IDs of the virtual interfaces.

  • maxResults :: Maybe Natural

    The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

  • nextToken :: Maybe Text

    The token for the next page of results.

Instances

Instances details
ToHeaders DescribeLocalGatewayVirtualInterfaces Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

ToPath DescribeLocalGatewayVirtualInterfaces Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

ToQuery DescribeLocalGatewayVirtualInterfaces Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

AWSPager DescribeLocalGatewayVirtualInterfaces Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

AWSRequest DescribeLocalGatewayVirtualInterfaces Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

Generic DescribeLocalGatewayVirtualInterfaces Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

Read DescribeLocalGatewayVirtualInterfaces Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

Show DescribeLocalGatewayVirtualInterfaces Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

NFData DescribeLocalGatewayVirtualInterfaces Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

Eq DescribeLocalGatewayVirtualInterfaces Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

Hashable DescribeLocalGatewayVirtualInterfaces Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

type AWSResponse DescribeLocalGatewayVirtualInterfaces Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

type Rep DescribeLocalGatewayVirtualInterfaces Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

type Rep DescribeLocalGatewayVirtualInterfaces = D1 ('MetaData "DescribeLocalGatewayVirtualInterfaces" "Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DescribeLocalGatewayVirtualInterfaces'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "localGatewayVirtualInterfaceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDescribeLocalGatewayVirtualInterfaces :: DescribeLocalGatewayVirtualInterfaces Source #

Create a value of DescribeLocalGatewayVirtualInterfaces 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:dryRun:DescribeLocalGatewayVirtualInterfaces', describeLocalGatewayVirtualInterfaces_dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

$sel:filters:DescribeLocalGatewayVirtualInterfaces', describeLocalGatewayVirtualInterfaces_filters - One or more filters.

  • local-address - The local address.
  • local-bgp-asn - The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.
  • local-gateway-id - The ID of the local gateway.
  • local-gateway-virtual-interface-id - The ID of the virtual interface.
  • owner-id - The ID of the Amazon Web Services account that owns the local gateway virtual interface.
  • peer-address - The peer address.
  • peer-bgp-asn - The peer BGP ASN.
  • vlan - The ID of the VLAN.

DescribeLocalGatewayVirtualInterfaces, describeLocalGatewayVirtualInterfaces_localGatewayVirtualInterfaceIds - The IDs of the virtual interfaces.

$sel:maxResults:DescribeLocalGatewayVirtualInterfaces', describeLocalGatewayVirtualInterfaces_maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

DescribeLocalGatewayVirtualInterfaces, describeLocalGatewayVirtualInterfaces_nextToken - The token for the next page of results.

Request Lenses

describeLocalGatewayVirtualInterfaces_dryRun :: Lens' DescribeLocalGatewayVirtualInterfaces (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeLocalGatewayVirtualInterfaces_filters :: Lens' DescribeLocalGatewayVirtualInterfaces (Maybe [Filter]) Source #

One or more filters.

  • local-address - The local address.
  • local-bgp-asn - The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.
  • local-gateway-id - The ID of the local gateway.
  • local-gateway-virtual-interface-id - The ID of the virtual interface.
  • owner-id - The ID of the Amazon Web Services account that owns the local gateway virtual interface.
  • peer-address - The peer address.
  • peer-bgp-asn - The peer BGP ASN.
  • vlan - The ID of the VLAN.

describeLocalGatewayVirtualInterfaces_maxResults :: Lens' DescribeLocalGatewayVirtualInterfaces (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Destructuring the Response

data DescribeLocalGatewayVirtualInterfacesResponse Source #

Constructors

DescribeLocalGatewayVirtualInterfacesResponse' 

Fields

Instances

Instances details
Generic DescribeLocalGatewayVirtualInterfacesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

Read DescribeLocalGatewayVirtualInterfacesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

Show DescribeLocalGatewayVirtualInterfacesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

NFData DescribeLocalGatewayVirtualInterfacesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

Eq DescribeLocalGatewayVirtualInterfacesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

type Rep DescribeLocalGatewayVirtualInterfacesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces

type Rep DescribeLocalGatewayVirtualInterfacesResponse = D1 ('MetaData "DescribeLocalGatewayVirtualInterfacesResponse" "Amazonka.EC2.DescribeLocalGatewayVirtualInterfaces" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DescribeLocalGatewayVirtualInterfacesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "localGatewayVirtualInterfaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LocalGatewayVirtualInterface])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeLocalGatewayVirtualInterfacesResponse Source #

Create a value of DescribeLocalGatewayVirtualInterfacesResponse 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:localGatewayVirtualInterfaces:DescribeLocalGatewayVirtualInterfacesResponse', describeLocalGatewayVirtualInterfacesResponse_localGatewayVirtualInterfaces - Information about the virtual interfaces.

DescribeLocalGatewayVirtualInterfaces, describeLocalGatewayVirtualInterfacesResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:httpStatus:DescribeLocalGatewayVirtualInterfacesResponse', describeLocalGatewayVirtualInterfacesResponse_httpStatus - The response's http status code.

Response Lenses

describeLocalGatewayVirtualInterfacesResponse_nextToken :: Lens' DescribeLocalGatewayVirtualInterfacesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.