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

Description

Returns the current status of the specified configuration recorder. If a configuration recorder is not specified, this action returns the status of 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 DescribeConfigurationRecorderStatus Source #

The input for the DescribeConfigurationRecorderStatus action.

See: newDescribeConfigurationRecorderStatus smart constructor.

Constructors

DescribeConfigurationRecorderStatus' 

Fields

  • configurationRecorderNames :: Maybe [Text]

    The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.

Instances

Instances details
Eq DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

Read DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

Show DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

Generic DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

NFData DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

Hashable DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

ToJSON DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

AWSRequest DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

ToHeaders DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

ToPath DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

ToQuery DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

type Rep DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

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

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

newDescribeConfigurationRecorderStatus :: DescribeConfigurationRecorderStatus Source #

Create a value of DescribeConfigurationRecorderStatus 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:DescribeConfigurationRecorderStatus', describeConfigurationRecorderStatus_configurationRecorderNames - The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.

Request Lenses

describeConfigurationRecorderStatus_configurationRecorderNames :: Lens' DescribeConfigurationRecorderStatus (Maybe [Text]) Source #

The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.

Destructuring the Response

data DescribeConfigurationRecorderStatusResponse Source #

The output for the DescribeConfigurationRecorderStatus action, in JSON format.

See: newDescribeConfigurationRecorderStatusResponse smart constructor.

Constructors

DescribeConfigurationRecorderStatusResponse' 

Fields

Instances

Instances details
Eq DescribeConfigurationRecorderStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

Read DescribeConfigurationRecorderStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

Show DescribeConfigurationRecorderStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

Generic DescribeConfigurationRecorderStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

NFData DescribeConfigurationRecorderStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

type Rep DescribeConfigurationRecorderStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

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

Response Lenses