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.DescribeLocalGatewayRouteTableVpcAssociations

Description

Describes the specified associations between VPCs and local gateway route tables.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeLocalGatewayRouteTableVpcAssociations Source #

Constructors

DescribeLocalGatewayRouteTableVpcAssociations' 

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-gateway-id - The ID of a local gateway.
    • local-gateway-route-table-arn - The Amazon Resource Name (ARN) of the local gateway route table for the association.
    • local-gateway-route-table-id - The ID of the local gateway route table.
    • local-gateway-route-table-vpc-association-id - The ID of the association.
    • owner-id - The ID of the Amazon Web Services account that owns the local gateway route table for the association.
    • state - The state of the association.
    • vpc-id - The ID of the VPC.
  • localGatewayRouteTableVpcAssociationIds :: Maybe [Text]

    The IDs of the associations.

  • 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 DescribeLocalGatewayRouteTableVpcAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

ToPath DescribeLocalGatewayRouteTableVpcAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

ToQuery DescribeLocalGatewayRouteTableVpcAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

AWSPager DescribeLocalGatewayRouteTableVpcAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

AWSRequest DescribeLocalGatewayRouteTableVpcAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

Generic DescribeLocalGatewayRouteTableVpcAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

Read DescribeLocalGatewayRouteTableVpcAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

Show DescribeLocalGatewayRouteTableVpcAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

NFData DescribeLocalGatewayRouteTableVpcAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

Eq DescribeLocalGatewayRouteTableVpcAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

Hashable DescribeLocalGatewayRouteTableVpcAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

type AWSResponse DescribeLocalGatewayRouteTableVpcAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

type Rep DescribeLocalGatewayRouteTableVpcAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

type Rep DescribeLocalGatewayRouteTableVpcAssociations = D1 ('MetaData "DescribeLocalGatewayRouteTableVpcAssociations" "Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DescribeLocalGatewayRouteTableVpcAssociations'" '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 "localGatewayRouteTableVpcAssociationIds") '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))))))

newDescribeLocalGatewayRouteTableVpcAssociations :: DescribeLocalGatewayRouteTableVpcAssociations Source #

Create a value of DescribeLocalGatewayRouteTableVpcAssociations 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:DescribeLocalGatewayRouteTableVpcAssociations', describeLocalGatewayRouteTableVpcAssociations_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:DescribeLocalGatewayRouteTableVpcAssociations', describeLocalGatewayRouteTableVpcAssociations_filters - One or more filters.

  • local-gateway-id - The ID of a local gateway.
  • local-gateway-route-table-arn - The Amazon Resource Name (ARN) of the local gateway route table for the association.
  • local-gateway-route-table-id - The ID of the local gateway route table.
  • local-gateway-route-table-vpc-association-id - The ID of the association.
  • owner-id - The ID of the Amazon Web Services account that owns the local gateway route table for the association.
  • state - The state of the association.
  • vpc-id - The ID of the VPC.

$sel:localGatewayRouteTableVpcAssociationIds:DescribeLocalGatewayRouteTableVpcAssociations', describeLocalGatewayRouteTableVpcAssociations_localGatewayRouteTableVpcAssociationIds - The IDs of the associations.

$sel:maxResults:DescribeLocalGatewayRouteTableVpcAssociations', describeLocalGatewayRouteTableVpcAssociations_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.

DescribeLocalGatewayRouteTableVpcAssociations, describeLocalGatewayRouteTableVpcAssociations_nextToken - The token for the next page of results.

Request Lenses

describeLocalGatewayRouteTableVpcAssociations_dryRun :: Lens' DescribeLocalGatewayRouteTableVpcAssociations (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.

describeLocalGatewayRouteTableVpcAssociations_filters :: Lens' DescribeLocalGatewayRouteTableVpcAssociations (Maybe [Filter]) Source #

One or more filters.

  • local-gateway-id - The ID of a local gateway.
  • local-gateway-route-table-arn - The Amazon Resource Name (ARN) of the local gateway route table for the association.
  • local-gateway-route-table-id - The ID of the local gateway route table.
  • local-gateway-route-table-vpc-association-id - The ID of the association.
  • owner-id - The ID of the Amazon Web Services account that owns the local gateway route table for the association.
  • state - The state of the association.
  • vpc-id - The ID of the VPC.

describeLocalGatewayRouteTableVpcAssociations_maxResults :: Lens' DescribeLocalGatewayRouteTableVpcAssociations (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 DescribeLocalGatewayRouteTableVpcAssociationsResponse Source #

Constructors

DescribeLocalGatewayRouteTableVpcAssociationsResponse' 

Fields

Instances

Instances details
Generic DescribeLocalGatewayRouteTableVpcAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

Read DescribeLocalGatewayRouteTableVpcAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

Show DescribeLocalGatewayRouteTableVpcAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

NFData DescribeLocalGatewayRouteTableVpcAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

Eq DescribeLocalGatewayRouteTableVpcAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

type Rep DescribeLocalGatewayRouteTableVpcAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVpcAssociations

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

Response Lenses

describeLocalGatewayRouteTableVpcAssociationsResponse_nextToken :: Lens' DescribeLocalGatewayRouteTableVpcAssociationsResponse (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.