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

Description

Returns configuration item that is aggregated for your specific resource in a specific source account and region.

Synopsis

Creating a Request

data GetAggregateResourceConfig Source #

See: newGetAggregateResourceConfig smart constructor.

Constructors

GetAggregateResourceConfig' 

Fields

Instances

Instances details
Eq GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Read GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Show GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Generic GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Associated Types

type Rep GetAggregateResourceConfig :: Type -> Type #

NFData GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Hashable GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

ToJSON GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

AWSRequest GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

ToHeaders GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

ToPath GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

ToQuery GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

type Rep GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

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

Defined in Amazonka.Config.GetAggregateResourceConfig

newGetAggregateResourceConfig Source #

Create a value of GetAggregateResourceConfig 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:configurationAggregatorName:GetAggregateResourceConfig', getAggregateResourceConfig_configurationAggregatorName - The name of the configuration aggregator.

$sel:resourceIdentifier:GetAggregateResourceConfig', getAggregateResourceConfig_resourceIdentifier - An object that identifies aggregate resource.

Request Lenses

Destructuring the Response

data GetAggregateResourceConfigResponse Source #

Constructors

GetAggregateResourceConfigResponse' 

Fields

Instances

Instances details
Eq GetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Read GetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Show GetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Generic GetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Associated Types

type Rep GetAggregateResourceConfigResponse :: Type -> Type #

NFData GetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

type Rep GetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

type Rep GetAggregateResourceConfigResponse = D1 ('MetaData "GetAggregateResourceConfigResponse" "Amazonka.Config.GetAggregateResourceConfig" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "GetAggregateResourceConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationItem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationItem)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAggregateResourceConfigResponse Source #

Create a value of GetAggregateResourceConfigResponse 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:configurationItem:GetAggregateResourceConfigResponse', getAggregateResourceConfigResponse_configurationItem - Returns a ConfigurationItem object.

$sel:httpStatus:GetAggregateResourceConfigResponse', getAggregateResourceConfigResponse_httpStatus - The response's http status code.

Response Lenses