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

Description

Gets information about the route table propagations for the specified transit gateway route table.

This operation returns paginated results.

Synopsis

Creating a Request

data GetTransitGatewayRouteTablePropagations Source #

Constructors

GetTransitGatewayRouteTablePropagations' 

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. The possible values are:

    • resource-id - The ID of the resource.
    • resource-type - The resource type. Valid values are vpc | vpn | direct-connect-gateway | peering | connect.
    • transit-gateway-attachment-id - The ID of the attachment.
  • 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.

  • transitGatewayRouteTableId :: Text

    The ID of the transit gateway route table.

Instances

Instances details
ToHeaders GetTransitGatewayRouteTablePropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

ToPath GetTransitGatewayRouteTablePropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

ToQuery GetTransitGatewayRouteTablePropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

AWSPager GetTransitGatewayRouteTablePropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

AWSRequest GetTransitGatewayRouteTablePropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

Generic GetTransitGatewayRouteTablePropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

Read GetTransitGatewayRouteTablePropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

Show GetTransitGatewayRouteTablePropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

NFData GetTransitGatewayRouteTablePropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

Eq GetTransitGatewayRouteTablePropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

Hashable GetTransitGatewayRouteTablePropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

type AWSResponse GetTransitGatewayRouteTablePropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

type Rep GetTransitGatewayRouteTablePropagations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

type Rep GetTransitGatewayRouteTablePropagations = D1 ('MetaData "GetTransitGatewayRouteTablePropagations" "Amazonka.EC2.GetTransitGatewayRouteTablePropagations" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "GetTransitGatewayRouteTablePropagations'" '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 "transitGatewayRouteTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newGetTransitGatewayRouteTablePropagations Source #

Create a value of GetTransitGatewayRouteTablePropagations 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:GetTransitGatewayRouteTablePropagations', getTransitGatewayRouteTablePropagations_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:GetTransitGatewayRouteTablePropagations', getTransitGatewayRouteTablePropagations_filters - One or more filters. The possible values are:

  • resource-id - The ID of the resource.
  • resource-type - The resource type. Valid values are vpc | vpn | direct-connect-gateway | peering | connect.
  • transit-gateway-attachment-id - The ID of the attachment.

$sel:maxResults:GetTransitGatewayRouteTablePropagations', getTransitGatewayRouteTablePropagations_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.

GetTransitGatewayRouteTablePropagations, getTransitGatewayRouteTablePropagations_nextToken - The token for the next page of results.

GetTransitGatewayRouteTablePropagations, getTransitGatewayRouteTablePropagations_transitGatewayRouteTableId - The ID of the transit gateway route table.

Request Lenses

getTransitGatewayRouteTablePropagations_dryRun :: Lens' GetTransitGatewayRouteTablePropagations (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.

getTransitGatewayRouteTablePropagations_filters :: Lens' GetTransitGatewayRouteTablePropagations (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • resource-id - The ID of the resource.
  • resource-type - The resource type. Valid values are vpc | vpn | direct-connect-gateway | peering | connect.
  • transit-gateway-attachment-id - The ID of the attachment.

getTransitGatewayRouteTablePropagations_maxResults :: Lens' GetTransitGatewayRouteTablePropagations (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 GetTransitGatewayRouteTablePropagationsResponse Source #

Constructors

GetTransitGatewayRouteTablePropagationsResponse' 

Fields

Instances

Instances details
Generic GetTransitGatewayRouteTablePropagationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

Read GetTransitGatewayRouteTablePropagationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

Show GetTransitGatewayRouteTablePropagationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

NFData GetTransitGatewayRouteTablePropagationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

Eq GetTransitGatewayRouteTablePropagationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

type Rep GetTransitGatewayRouteTablePropagationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayRouteTablePropagations

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

newGetTransitGatewayRouteTablePropagationsResponse Source #

Create a value of GetTransitGatewayRouteTablePropagationsResponse 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:

GetTransitGatewayRouteTablePropagations, getTransitGatewayRouteTablePropagationsResponse_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:transitGatewayRouteTablePropagations:GetTransitGatewayRouteTablePropagationsResponse', getTransitGatewayRouteTablePropagationsResponse_transitGatewayRouteTablePropagations - Information about the route table propagations.

$sel:httpStatus:GetTransitGatewayRouteTablePropagationsResponse', getTransitGatewayRouteTablePropagationsResponse_httpStatus - The response's http status code.

Response Lenses

getTransitGatewayRouteTablePropagationsResponse_nextToken :: Lens' GetTransitGatewayRouteTablePropagationsResponse (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.