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

Description

Describes one or more transit gateway route table advertisements.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeTransitGatewayRouteTableAnnouncements Source #

Constructors

DescribeTransitGatewayRouteTableAnnouncements' 

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]

    The filters associated with the transit gateway policy table.

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

  • transitGatewayRouteTableAnnouncementIds :: Maybe [Text]

    The IDs of the transit gateway route tables that are being advertised.

Instances

Instances details
ToHeaders DescribeTransitGatewayRouteTableAnnouncements Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

ToPath DescribeTransitGatewayRouteTableAnnouncements Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

ToQuery DescribeTransitGatewayRouteTableAnnouncements Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

AWSPager DescribeTransitGatewayRouteTableAnnouncements Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

AWSRequest DescribeTransitGatewayRouteTableAnnouncements Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

Generic DescribeTransitGatewayRouteTableAnnouncements Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

Read DescribeTransitGatewayRouteTableAnnouncements Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

Show DescribeTransitGatewayRouteTableAnnouncements Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

NFData DescribeTransitGatewayRouteTableAnnouncements Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

Eq DescribeTransitGatewayRouteTableAnnouncements Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

Hashable DescribeTransitGatewayRouteTableAnnouncements Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

type AWSResponse DescribeTransitGatewayRouteTableAnnouncements Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

type Rep DescribeTransitGatewayRouteTableAnnouncements Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

type Rep DescribeTransitGatewayRouteTableAnnouncements = D1 ('MetaData "DescribeTransitGatewayRouteTableAnnouncements" "Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DescribeTransitGatewayRouteTableAnnouncements'" '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 "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transitGatewayRouteTableAnnouncementIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))

newDescribeTransitGatewayRouteTableAnnouncements :: DescribeTransitGatewayRouteTableAnnouncements Source #

Create a value of DescribeTransitGatewayRouteTableAnnouncements 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:DescribeTransitGatewayRouteTableAnnouncements', describeTransitGatewayRouteTableAnnouncements_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:DescribeTransitGatewayRouteTableAnnouncements', describeTransitGatewayRouteTableAnnouncements_filters - The filters associated with the transit gateway policy table.

$sel:maxResults:DescribeTransitGatewayRouteTableAnnouncements', describeTransitGatewayRouteTableAnnouncements_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.

DescribeTransitGatewayRouteTableAnnouncements, describeTransitGatewayRouteTableAnnouncements_nextToken - The token for the next page of results.

$sel:transitGatewayRouteTableAnnouncementIds:DescribeTransitGatewayRouteTableAnnouncements', describeTransitGatewayRouteTableAnnouncements_transitGatewayRouteTableAnnouncementIds - The IDs of the transit gateway route tables that are being advertised.

Request Lenses

describeTransitGatewayRouteTableAnnouncements_dryRun :: Lens' DescribeTransitGatewayRouteTableAnnouncements (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.

describeTransitGatewayRouteTableAnnouncements_maxResults :: Lens' DescribeTransitGatewayRouteTableAnnouncements (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 DescribeTransitGatewayRouteTableAnnouncementsResponse Source #

Constructors

DescribeTransitGatewayRouteTableAnnouncementsResponse' 

Fields

Instances

Instances details
Generic DescribeTransitGatewayRouteTableAnnouncementsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

Read DescribeTransitGatewayRouteTableAnnouncementsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

Show DescribeTransitGatewayRouteTableAnnouncementsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

NFData DescribeTransitGatewayRouteTableAnnouncementsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

Eq DescribeTransitGatewayRouteTableAnnouncementsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

type Rep DescribeTransitGatewayRouteTableAnnouncementsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeTransitGatewayRouteTableAnnouncements

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

Response Lenses