amazonka-config-2.0: Amazon Config 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.Config.DescribeConfigurationAggregators

Description

Returns the details of one or more configuration aggregators. If the configuration aggregator is not specified, this action returns the details for all the configuration aggregators associated with the account.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeConfigurationAggregators Source #

See: newDescribeConfigurationAggregators smart constructor.

Constructors

DescribeConfigurationAggregators' 

Fields

  • configurationAggregatorNames :: Maybe [Text]

    The name of the configuration aggregators.

  • limit :: Maybe Natural

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

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

Instances

Instances details
ToJSON DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

ToHeaders DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

ToPath DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

ToQuery DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

AWSPager DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

AWSRequest DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Generic DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Associated Types

type Rep DescribeConfigurationAggregators :: Type -> Type #

Read DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Show DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

NFData DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Eq DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Hashable DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

type AWSResponse DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

type Rep DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

type Rep DescribeConfigurationAggregators = D1 ('MetaData "DescribeConfigurationAggregators" "Amazonka.Config.DescribeConfigurationAggregators" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConfigurationAggregators'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationAggregatorNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeConfigurationAggregators :: DescribeConfigurationAggregators Source #

Create a value of DescribeConfigurationAggregators 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:configurationAggregatorNames:DescribeConfigurationAggregators', describeConfigurationAggregators_configurationAggregatorNames - The name of the configuration aggregators.

$sel:limit:DescribeConfigurationAggregators', describeConfigurationAggregators_limit - The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, Config uses the default.

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

Request Lenses

describeConfigurationAggregators_limit :: Lens' DescribeConfigurationAggregators (Maybe Natural) Source #

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

describeConfigurationAggregators_nextToken :: Lens' DescribeConfigurationAggregators (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.

Destructuring the Response

data DescribeConfigurationAggregatorsResponse Source #

Constructors

DescribeConfigurationAggregatorsResponse' 

Fields

Instances

Instances details
Generic DescribeConfigurationAggregatorsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Read DescribeConfigurationAggregatorsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Show DescribeConfigurationAggregatorsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

NFData DescribeConfigurationAggregatorsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Eq DescribeConfigurationAggregatorsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

type Rep DescribeConfigurationAggregatorsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

type Rep DescribeConfigurationAggregatorsResponse = D1 ('MetaData "DescribeConfigurationAggregatorsResponse" "Amazonka.Config.DescribeConfigurationAggregators" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConfigurationAggregatorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationAggregators") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationAggregator])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConfigurationAggregatorsResponse Source #

Create a value of DescribeConfigurationAggregatorsResponse 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:configurationAggregators:DescribeConfigurationAggregatorsResponse', describeConfigurationAggregatorsResponse_configurationAggregators - Returns a ConfigurationAggregators object.

DescribeConfigurationAggregators, describeConfigurationAggregatorsResponse_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:DescribeConfigurationAggregatorsResponse', describeConfigurationAggregatorsResponse_httpStatus - The response's http status code.

Response Lenses

describeConfigurationAggregatorsResponse_nextToken :: Lens' DescribeConfigurationAggregatorsResponse (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.