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

Description

Describes the associations between virtual interface groups and local gateway route tables.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations Source #

Constructors

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations' 

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 virtual interface group.
    • local-gateway-route-table-id - The ID of the local gateway route table.
    • local-gateway-route-table-virtual-interface-group-association-id - The ID of the association.
    • local-gateway-route-table-virtual-interface-group-id - The ID of the virtual interface group.
    • owner-id - The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.
    • state - The state of the association.
  • localGatewayRouteTableVirtualInterfaceGroupAssociationIds :: 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 DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

ToPath DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

ToQuery DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

AWSPager DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

AWSRequest DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

Generic DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

Read DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

Show DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

NFData DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

Eq DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

Hashable DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

type AWSResponse DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

type Rep DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

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

newDescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations :: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations Source #

Create a value of DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations 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:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations', describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations_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:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations', describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations_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 virtual interface group.
  • local-gateway-route-table-id - The ID of the local gateway route table.
  • local-gateway-route-table-virtual-interface-group-association-id - The ID of the association.
  • local-gateway-route-table-virtual-interface-group-id - The ID of the virtual interface group.
  • owner-id - The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.
  • state - The state of the association.

$sel:localGatewayRouteTableVirtualInterfaceGroupAssociationIds:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations', describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations_localGatewayRouteTableVirtualInterfaceGroupAssociationIds - The IDs of the associations.

$sel:maxResults:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations', describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations_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.

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations, describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations_nextToken - The token for the next page of results.

Request Lenses

describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations_dryRun :: Lens' DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations (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.

describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations_filters :: Lens' DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations (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 virtual interface group.
  • local-gateway-route-table-id - The ID of the local gateway route table.
  • local-gateway-route-table-virtual-interface-group-association-id - The ID of the association.
  • local-gateway-route-table-virtual-interface-group-id - The ID of the virtual interface group.
  • owner-id - The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.
  • state - The state of the association.

describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations_maxResults :: Lens' DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations (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 DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse Source #

Constructors

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse' 

Fields

Instances

Instances details
Generic DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

Read DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

Show DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

NFData DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

Eq DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

type Rep DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

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

Response Lenses

describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse_nextToken :: Lens' DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse (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.