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

Description

Gets a list of the transit gateway policy table associations.

This operation returns paginated results.

Synopsis

Creating a Request

data GetTransitGatewayPolicyTableAssociations Source #

Constructors

GetTransitGatewayPolicyTableAssociations' 

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.

  • transitGatewayPolicyTableId :: Text

    The ID of the transit gateway policy table.

Instances

Instances details
ToHeaders GetTransitGatewayPolicyTableAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

ToPath GetTransitGatewayPolicyTableAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

ToQuery GetTransitGatewayPolicyTableAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

AWSPager GetTransitGatewayPolicyTableAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

AWSRequest GetTransitGatewayPolicyTableAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

Generic GetTransitGatewayPolicyTableAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

Read GetTransitGatewayPolicyTableAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

Show GetTransitGatewayPolicyTableAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

NFData GetTransitGatewayPolicyTableAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

Eq GetTransitGatewayPolicyTableAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

Hashable GetTransitGatewayPolicyTableAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

type AWSResponse GetTransitGatewayPolicyTableAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

type Rep GetTransitGatewayPolicyTableAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

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

newGetTransitGatewayPolicyTableAssociations Source #

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

$sel:maxResults:GetTransitGatewayPolicyTableAssociations', getTransitGatewayPolicyTableAssociations_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.

GetTransitGatewayPolicyTableAssociations, getTransitGatewayPolicyTableAssociations_nextToken - The token for the next page of results.

GetTransitGatewayPolicyTableAssociations, getTransitGatewayPolicyTableAssociations_transitGatewayPolicyTableId - The ID of the transit gateway policy table.

Request Lenses

getTransitGatewayPolicyTableAssociations_dryRun :: Lens' GetTransitGatewayPolicyTableAssociations (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.

getTransitGatewayPolicyTableAssociations_filters :: Lens' GetTransitGatewayPolicyTableAssociations (Maybe [Filter]) Source #

The filters associated with the transit gateway policy table.

getTransitGatewayPolicyTableAssociations_maxResults :: Lens' GetTransitGatewayPolicyTableAssociations (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 GetTransitGatewayPolicyTableAssociationsResponse Source #

Constructors

GetTransitGatewayPolicyTableAssociationsResponse' 

Fields

Instances

Instances details
Generic GetTransitGatewayPolicyTableAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

Read GetTransitGatewayPolicyTableAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

Show GetTransitGatewayPolicyTableAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

NFData GetTransitGatewayPolicyTableAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

Eq GetTransitGatewayPolicyTableAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

type Rep GetTransitGatewayPolicyTableAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableAssociations

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

Response Lenses