libZSservicesZSamazonka-configZSamazonka-config
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.Config.DescribeAggregationAuthorizations

Description

Returns a list of authorizations granted to various aggregator accounts and regions.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeAggregationAuthorizations Source #

See: newDescribeAggregationAuthorizations smart constructor.

Constructors

DescribeAggregationAuthorizations' 

Fields

  • nextToken :: Maybe Text

    The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

  • limit :: Maybe Natural

    The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, Config uses the default.

Instances

Instances details
Eq DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Read DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Show DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Generic DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Associated Types

type Rep DescribeAggregationAuthorizations :: Type -> Type #

NFData DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Hashable DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

ToJSON DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

AWSPager DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

AWSRequest DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

ToHeaders DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

ToPath DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

ToQuery DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

type Rep DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

type Rep DescribeAggregationAuthorizations = D1 ('MetaData "DescribeAggregationAuthorizations" "Amazonka.Config.DescribeAggregationAuthorizations" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "DescribeAggregationAuthorizations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

newDescribeAggregationAuthorizations :: DescribeAggregationAuthorizations Source #

Create a value of DescribeAggregationAuthorizations 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:nextToken:DescribeAggregationAuthorizations', describeAggregationAuthorizations_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:limit:DescribeAggregationAuthorizations', describeAggregationAuthorizations_limit - The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, Config uses the default.

Request Lenses

describeAggregationAuthorizations_nextToken :: Lens' DescribeAggregationAuthorizations (Maybe Text) Source #

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

describeAggregationAuthorizations_limit :: Lens' DescribeAggregationAuthorizations (Maybe Natural) Source #

The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, Config uses the default.

Destructuring the Response

data DescribeAggregationAuthorizationsResponse Source #

Constructors

DescribeAggregationAuthorizationsResponse' 

Fields

Instances

Instances details
Eq DescribeAggregationAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Read DescribeAggregationAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Show DescribeAggregationAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Generic DescribeAggregationAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

NFData DescribeAggregationAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

type Rep DescribeAggregationAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

type Rep DescribeAggregationAuthorizationsResponse = D1 ('MetaData "DescribeAggregationAuthorizationsResponse" "Amazonka.Config.DescribeAggregationAuthorizations" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "DescribeAggregationAuthorizationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aggregationAuthorizations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AggregationAuthorization])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeAggregationAuthorizationsResponse Source #

Create a value of DescribeAggregationAuthorizationsResponse 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:aggregationAuthorizations:DescribeAggregationAuthorizationsResponse', describeAggregationAuthorizationsResponse_aggregationAuthorizations - Returns a list of authorizations granted to various aggregator accounts and regions.

$sel:nextToken:DescribeAggregationAuthorizations', describeAggregationAuthorizationsResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:httpStatus:DescribeAggregationAuthorizationsResponse', describeAggregationAuthorizationsResponse_httpStatus - The response's http status code.

Response Lenses

describeAggregationAuthorizationsResponse_nextToken :: Lens' DescribeAggregationAuthorizationsResponse (Maybe Text) Source #

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.