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

Description

Returns the details for the specified configuration recorders. If the configuration recorder is not specified, this action returns the details for all configuration recorders associated with the account.

Currently, you can specify only one configuration recorder per region in your account.

Synopsis

Creating a Request

data DescribeConfigurationRecorders Source #

The input for the DescribeConfigurationRecorders action.

See: newDescribeConfigurationRecorders smart constructor.

Constructors

DescribeConfigurationRecorders' 

Fields

Instances

Instances details
Eq DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Read DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Show DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Generic DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Associated Types

type Rep DescribeConfigurationRecorders :: Type -> Type #

NFData DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Hashable DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

ToJSON DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

AWSRequest DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

ToHeaders DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

ToPath DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

ToQuery DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

type Rep DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

type Rep DescribeConfigurationRecorders = D1 ('MetaData "DescribeConfigurationRecorders" "Amazonka.Config.DescribeConfigurationRecorders" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "DescribeConfigurationRecorders'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationRecorderNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))
type AWSResponse DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

newDescribeConfigurationRecorders :: DescribeConfigurationRecorders Source #

Create a value of DescribeConfigurationRecorders 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:configurationRecorderNames:DescribeConfigurationRecorders', describeConfigurationRecorders_configurationRecorderNames - A list of configuration recorder names.

Request Lenses

Destructuring the Response

data DescribeConfigurationRecordersResponse Source #

The output for the DescribeConfigurationRecorders action.

See: newDescribeConfigurationRecordersResponse smart constructor.

Constructors

DescribeConfigurationRecordersResponse' 

Fields

Instances

Instances details
Eq DescribeConfigurationRecordersResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Read DescribeConfigurationRecordersResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Show DescribeConfigurationRecordersResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Generic DescribeConfigurationRecordersResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

NFData DescribeConfigurationRecordersResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

type Rep DescribeConfigurationRecordersResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

type Rep DescribeConfigurationRecordersResponse = D1 ('MetaData "DescribeConfigurationRecordersResponse" "Amazonka.Config.DescribeConfigurationRecorders" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "DescribeConfigurationRecordersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationRecorders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationRecorder])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeConfigurationRecordersResponse Source #

Create a value of DescribeConfigurationRecordersResponse 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:configurationRecorders:DescribeConfigurationRecordersResponse', describeConfigurationRecordersResponse_configurationRecorders - A list that contains the descriptions of the specified configuration recorders.

$sel:httpStatus:DescribeConfigurationRecordersResponse', describeConfigurationRecordersResponse_httpStatus - The response's http status code.

Response Lenses

describeConfigurationRecordersResponse_configurationRecorders :: Lens' DescribeConfigurationRecordersResponse (Maybe [ConfigurationRecorder]) Source #

A list that contains the descriptions of the specified configuration recorders.