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.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
Eq StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Read StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Show 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 #

NFData StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Hashable StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

ToJSON StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

AWSRequest 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

type Rep StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

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

Defined in Amazonka.Config.StopConfigurationRecorder

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
Eq StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Read StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Show StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Generic StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Associated Types

type Rep StopConfigurationRecorderResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-configZSamazonka-config" '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.