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

Description

Deletes the configuration recorder.

After the configuration recorder is deleted, Config will not record resource configuration changes until you create a new configuration recorder.

This action does not delete the configuration information that was previously recorded. You will be able to access the previously recorded information by using the GetResourceConfigHistory action, but you will not be able to access this information in the Config console until you create a new configuration recorder.

Synopsis

Creating a Request

data DeleteConfigurationRecorder Source #

The request object for the DeleteConfigurationRecorder action.

See: newDeleteConfigurationRecorder smart constructor.

Constructors

DeleteConfigurationRecorder' 

Fields

  • configurationRecorderName :: Text

    The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

Instances

Instances details
Eq DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Read DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Show DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Generic DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Associated Types

type Rep DeleteConfigurationRecorder :: Type -> Type #

NFData DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Hashable DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

ToJSON DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

AWSRequest DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

ToHeaders DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

ToPath DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

ToQuery DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

type Rep DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

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

Defined in Amazonka.Config.DeleteConfigurationRecorder

newDeleteConfigurationRecorder Source #

Create a value of DeleteConfigurationRecorder 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:DeleteConfigurationRecorder', deleteConfigurationRecorder_configurationRecorderName - The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

Request Lenses

deleteConfigurationRecorder_configurationRecorderName :: Lens' DeleteConfigurationRecorder Text Source #

The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

Destructuring the Response

data DeleteConfigurationRecorderResponse Source #

Instances

Instances details
Eq DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Read DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Show DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Generic DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

NFData DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

type Rep DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

type Rep DeleteConfigurationRecorderResponse = D1 ('MetaData "DeleteConfigurationRecorderResponse" "Amazonka.Config.DeleteConfigurationRecorder" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "DeleteConfigurationRecorderResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteConfigurationRecorderResponse :: DeleteConfigurationRecorderResponse Source #

Create a value of DeleteConfigurationRecorderResponse with all optional fields omitted.

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