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

Description

Stops recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.

Synopsis

Creating a Request

data StopConfigurationRecorder Source #

The input for the StopConfigurationRecorder action.

See: newStopConfigurationRecorder smart constructor.

Constructors

StopConfigurationRecorder' 

Fields

Instances

Instances details
ToJSON StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

ToHeaders StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

ToPath StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

ToQuery StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

AWSRequest StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Generic StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Associated Types

type Rep StopConfigurationRecorder :: Type -> Type #

Read StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Show StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

NFData StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Eq StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Hashable StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

type AWSResponse StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

type Rep StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

type Rep StopConfigurationRecorder = D1 ('MetaData "StopConfigurationRecorder" "Amazonka.Config.StopConfigurationRecorder" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "StopConfigurationRecorder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationRecorderName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopConfigurationRecorder Source #

Create a value of StopConfigurationRecorder 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:configurationRecorderName:StopConfigurationRecorder', stopConfigurationRecorder_configurationRecorderName - The name of the recorder object that records each configuration change made to the resources.

Request Lenses

stopConfigurationRecorder_configurationRecorderName :: Lens' StopConfigurationRecorder Text Source #

The name of the recorder object that records each configuration change made to the resources.

Destructuring the Response

data StopConfigurationRecorderResponse Source #

See: newStopConfigurationRecorderResponse smart constructor.

Instances

Instances details
Generic StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Associated Types

type Rep StopConfigurationRecorderResponse :: Type -> Type #

Read StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Show StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

NFData StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Eq StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

type Rep StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

type Rep StopConfigurationRecorderResponse = D1 ('MetaData "StopConfigurationRecorderResponse" "Amazonka.Config.StopConfigurationRecorder" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "StopConfigurationRecorderResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopConfigurationRecorderResponse :: StopConfigurationRecorderResponse Source #

Create a value of StopConfigurationRecorderResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.