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

Description

Returns a list of transit gateway policy table entries.

Synopsis

Creating a Request

data GetTransitGatewayPolicyTableEntries Source #

Constructors

GetTransitGatewayPolicyTableEntries' 

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

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

ToPath GetTransitGatewayPolicyTableEntries Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

ToQuery GetTransitGatewayPolicyTableEntries Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

AWSRequest GetTransitGatewayPolicyTableEntries Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

Generic GetTransitGatewayPolicyTableEntries Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

Read GetTransitGatewayPolicyTableEntries Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

Show GetTransitGatewayPolicyTableEntries Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

NFData GetTransitGatewayPolicyTableEntries Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

Eq GetTransitGatewayPolicyTableEntries Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

Hashable GetTransitGatewayPolicyTableEntries Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

type AWSResponse GetTransitGatewayPolicyTableEntries Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

type Rep GetTransitGatewayPolicyTableEntries Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

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

newGetTransitGatewayPolicyTableEntries Source #

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

$sel:maxResults:GetTransitGatewayPolicyTableEntries', getTransitGatewayPolicyTableEntries_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.

$sel:nextToken:GetTransitGatewayPolicyTableEntries', getTransitGatewayPolicyTableEntries_nextToken - The token for the next page of results.

GetTransitGatewayPolicyTableEntries, getTransitGatewayPolicyTableEntries_transitGatewayPolicyTableId - The ID of the transit gateway policy table.

Request Lenses

getTransitGatewayPolicyTableEntries_dryRun :: Lens' GetTransitGatewayPolicyTableEntries (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.

getTransitGatewayPolicyTableEntries_filters :: Lens' GetTransitGatewayPolicyTableEntries (Maybe [Filter]) Source #

The filters associated with the transit gateway policy table.

getTransitGatewayPolicyTableEntries_maxResults :: Lens' GetTransitGatewayPolicyTableEntries (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 GetTransitGatewayPolicyTableEntriesResponse Source #

Constructors

GetTransitGatewayPolicyTableEntriesResponse' 

Fields

Instances

Instances details
Generic GetTransitGatewayPolicyTableEntriesResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

Read GetTransitGatewayPolicyTableEntriesResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

Show GetTransitGatewayPolicyTableEntriesResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

NFData GetTransitGatewayPolicyTableEntriesResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

Eq GetTransitGatewayPolicyTableEntriesResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

type Rep GetTransitGatewayPolicyTableEntriesResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayPolicyTableEntries

type Rep GetTransitGatewayPolicyTableEntriesResponse = D1 ('MetaData "GetTransitGatewayPolicyTableEntriesResponse" "Amazonka.EC2.GetTransitGatewayPolicyTableEntries" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "GetTransitGatewayPolicyTableEntriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transitGatewayPolicyTableEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TransitGatewayPolicyTableEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

Response Lenses