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

Description

Returns the current configuration items for resources that are present in your Config aggregator. The operation also returns a list of resources that are not processed in the current request. If there are no unprocessed resources, the operation returns an empty unprocessedResourceIdentifiers list.

  • The API does not return results for deleted resources.
  • The API does not return tags and relationships.
Synopsis

Creating a Request

data BatchGetAggregateResourceConfig Source #

See: newBatchGetAggregateResourceConfig smart constructor.

Constructors

BatchGetAggregateResourceConfig' 

Fields

Instances

Instances details
Eq BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Read BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Show BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Generic BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Associated Types

type Rep BatchGetAggregateResourceConfig :: Type -> Type #

NFData BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Hashable BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

ToJSON BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

AWSRequest BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

ToHeaders BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

ToPath BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

ToQuery BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

type Rep BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

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

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Request Lenses

Destructuring the Response

data BatchGetAggregateResourceConfigResponse Source #

Constructors

BatchGetAggregateResourceConfigResponse' 

Fields

Instances

Instances details
Eq BatchGetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Read BatchGetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Show BatchGetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Generic BatchGetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

NFData BatchGetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

type Rep BatchGetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

type Rep BatchGetAggregateResourceConfigResponse = D1 ('MetaData "BatchGetAggregateResourceConfigResponse" "Amazonka.Config.BatchGetAggregateResourceConfig" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "BatchGetAggregateResourceConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baseConfigurationItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BaseConfigurationItem])) :*: (S1 ('MetaSel ('Just "unprocessedResourceIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AggregateResourceIdentifier])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetAggregateResourceConfigResponse Source #

Create a value of BatchGetAggregateResourceConfigResponse 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:baseConfigurationItems:BatchGetAggregateResourceConfigResponse', batchGetAggregateResourceConfigResponse_baseConfigurationItems - A list that contains the current configuration of one or more resources.

$sel:unprocessedResourceIdentifiers:BatchGetAggregateResourceConfigResponse', batchGetAggregateResourceConfigResponse_unprocessedResourceIdentifiers - A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.

$sel:httpStatus:BatchGetAggregateResourceConfigResponse', batchGetAggregateResourceConfigResponse_httpStatus - The response's http status code.

Response Lenses

batchGetAggregateResourceConfigResponse_unprocessedResourceIdentifiers :: Lens' BatchGetAggregateResourceConfigResponse (Maybe [AggregateResourceIdentifier]) Source #

A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.