amazonka-gamelift-2.0: Amazon GameLift 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.GameLift.DescribeVpcPeeringAuthorizations

Description

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

Related actions

All APIs by task

Synopsis

Creating a Request

data DescribeVpcPeeringAuthorizations Source #

See: newDescribeVpcPeeringAuthorizations smart constructor.

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Read DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

Show DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

NFData DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

Eq DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

Hashable DescribeVpcPeeringAuthorizations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

type AWSResponse 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" "amazonka-gamelift-2.0-IjhNQby9jLV6gj30IrgsyK" 'False) (C1 ('MetaCons "DescribeVpcPeeringAuthorizations'" 'PrefixI 'False) (U1 :: Type -> Type))

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
Generic 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

NFData DescribeVpcPeeringAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeVpcPeeringAuthorizations

Eq 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" "amazonka-gamelift-2.0-IjhNQby9jLV6gj30IrgsyK" '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 Amazon Web Services 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 Amazon Web Services account.