libZSservicesZSamazonka-gameliftZSamazonka-gamelift
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.GameLift.DescribeVpcPeeringAuthorizations

Description

Retrieves valid VPC peering authorizations that are pending for the AWS account. This operation returns all VPC peering authorizations and requests for peering. This includes those initiated and received by this account.

Related actions

CreateVpcPeeringAuthorization | DescribeVpcPeeringAuthorizations | DeleteVpcPeeringAuthorization | CreateVpcPeeringConnection | DescribeVpcPeeringConnections | DeleteVpcPeeringConnection | All APIs by task

Synopsis

Creating a Request

data DescribeVpcPeeringAuthorizations Source #

See: newDescribeVpcPeeringAuthorizations smart constructor.

Instances

Instances details
Eq DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

Read DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

Show DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

Generic DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

Associated Types

type Rep DescribeVpcPeeringAuthorizations :: Type -> Type #

NFData DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

Hashable DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

ToJSON DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

AWSRequest DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

ToHeaders DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

ToPath DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

ToQuery DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

type Rep DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

type Rep DescribeVpcPeeringAuthorizations = D1 ('MetaData "DescribeVpcPeeringAuthorizations" "Amazonka.GameLift.DescribeVpcPeeringAuthorizations" "libZSservicesZSamazonka-gameliftZSamazonka-gamelift" 'False) (C1 ('MetaCons "DescribeVpcPeeringAuthorizations'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

newDescribeVpcPeeringAuthorizations :: DescribeVpcPeeringAuthorizations Source #

Create a value of DescribeVpcPeeringAuthorizations with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data DescribeVpcPeeringAuthorizationsResponse Source #

Constructors

DescribeVpcPeeringAuthorizationsResponse' 

Fields

Instances

Instances details
Eq DescribeVpcPeeringAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

Read DescribeVpcPeeringAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

Show DescribeVpcPeeringAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

Generic DescribeVpcPeeringAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

NFData DescribeVpcPeeringAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

type Rep DescribeVpcPeeringAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

type Rep DescribeVpcPeeringAuthorizationsResponse = D1 ('MetaData "DescribeVpcPeeringAuthorizationsResponse" "Amazonka.GameLift.DescribeVpcPeeringAuthorizations" "libZSservicesZSamazonka-gameliftZSamazonka-gamelift" 'False) (C1 ('MetaCons "DescribeVpcPeeringAuthorizationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vpcPeeringAuthorizations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VpcPeeringAuthorization])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeVpcPeeringAuthorizationsResponse Source #

Create a value of DescribeVpcPeeringAuthorizationsResponse 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:vpcPeeringAuthorizations:DescribeVpcPeeringAuthorizationsResponse', describeVpcPeeringAuthorizationsResponse_vpcPeeringAuthorizations - A collection of objects that describe all valid VPC peering operations for the current AWS account.

$sel:httpStatus:DescribeVpcPeeringAuthorizationsResponse', describeVpcPeeringAuthorizationsResponse_httpStatus - The response's http status code.

Response Lenses

describeVpcPeeringAuthorizationsResponse_vpcPeeringAuthorizations :: Lens' DescribeVpcPeeringAuthorizationsResponse (Maybe [VpcPeeringAuthorization]) Source #

A collection of objects that describe all valid VPC peering operations for the current AWS account.