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

Description

Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.

This operation returns paginated results.

Synopsis

Creating a Request

data GetAssociatedIpv6PoolCidrs Source #

See: newGetAssociatedIpv6PoolCidrs smart constructor.

Constructors

GetAssociatedIpv6PoolCidrs' 

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.

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

  • poolId :: Text

    The ID of the IPv6 address pool.

Instances

Instances details
ToHeaders GetAssociatedIpv6PoolCidrs Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

ToPath GetAssociatedIpv6PoolCidrs Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

ToQuery GetAssociatedIpv6PoolCidrs Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

AWSPager GetAssociatedIpv6PoolCidrs Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

AWSRequest GetAssociatedIpv6PoolCidrs Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

Generic GetAssociatedIpv6PoolCidrs Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

Associated Types

type Rep GetAssociatedIpv6PoolCidrs :: Type -> Type #

Read GetAssociatedIpv6PoolCidrs Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

Show GetAssociatedIpv6PoolCidrs Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

NFData GetAssociatedIpv6PoolCidrs Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

Eq GetAssociatedIpv6PoolCidrs Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

Hashable GetAssociatedIpv6PoolCidrs Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

type AWSResponse GetAssociatedIpv6PoolCidrs Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

type Rep GetAssociatedIpv6PoolCidrs Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

type Rep GetAssociatedIpv6PoolCidrs = D1 ('MetaData "GetAssociatedIpv6PoolCidrs" "Amazonka.EC2.GetAssociatedIpv6PoolCidrs" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "GetAssociatedIpv6PoolCidrs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "poolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetAssociatedIpv6PoolCidrs Source #

Create a value of GetAssociatedIpv6PoolCidrs 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:GetAssociatedIpv6PoolCidrs', getAssociatedIpv6PoolCidrs_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:maxResults:GetAssociatedIpv6PoolCidrs', getAssociatedIpv6PoolCidrs_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.

GetAssociatedIpv6PoolCidrs, getAssociatedIpv6PoolCidrs_nextToken - The token for the next page of results.

GetAssociatedIpv6PoolCidrs, getAssociatedIpv6PoolCidrs_poolId - The ID of the IPv6 address pool.

Request Lenses

getAssociatedIpv6PoolCidrs_dryRun :: Lens' GetAssociatedIpv6PoolCidrs (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.

getAssociatedIpv6PoolCidrs_maxResults :: Lens' GetAssociatedIpv6PoolCidrs (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 GetAssociatedIpv6PoolCidrsResponse Source #

Constructors

GetAssociatedIpv6PoolCidrsResponse' 

Fields

Instances

Instances details
Generic GetAssociatedIpv6PoolCidrsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

Associated Types

type Rep GetAssociatedIpv6PoolCidrsResponse :: Type -> Type #

Read GetAssociatedIpv6PoolCidrsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

Show GetAssociatedIpv6PoolCidrsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

NFData GetAssociatedIpv6PoolCidrsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

Eq GetAssociatedIpv6PoolCidrsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

type Rep GetAssociatedIpv6PoolCidrsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetAssociatedIpv6PoolCidrs

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

newGetAssociatedIpv6PoolCidrsResponse Source #

Create a value of GetAssociatedIpv6PoolCidrsResponse 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:ipv6CidrAssociations:GetAssociatedIpv6PoolCidrsResponse', getAssociatedIpv6PoolCidrsResponse_ipv6CidrAssociations - Information about the IPv6 CIDR block associations.

GetAssociatedIpv6PoolCidrs, getAssociatedIpv6PoolCidrsResponse_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:httpStatus:GetAssociatedIpv6PoolCidrsResponse', getAssociatedIpv6PoolCidrsResponse_httpStatus - The response's http status code.

Response Lenses

getAssociatedIpv6PoolCidrsResponse_nextToken :: Lens' GetAssociatedIpv6PoolCidrsResponse (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.