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

Description

Deletes the specified conformance pack and all the Config rules, remediation actions, and all evaluation results within that conformance pack.

Config sets the conformance pack to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a conformance pack while it is in this state.

Synopsis

Creating a Request

data DeleteConformancePack Source #

See: newDeleteConformancePack smart constructor.

Constructors

DeleteConformancePack' 

Fields

Instances

Instances details
ToJSON DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

ToHeaders DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

ToPath DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

ToQuery DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

AWSRequest DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Associated Types

type AWSResponse DeleteConformancePack #

Generic DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Associated Types

type Rep DeleteConformancePack :: Type -> Type #

Read DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Show DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

NFData DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Methods

rnf :: DeleteConformancePack -> () #

Eq DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Hashable DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

type AWSResponse DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

type Rep DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

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

newDeleteConformancePack Source #

Create a value of DeleteConformancePack 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:

DeleteConformancePack, deleteConformancePack_conformancePackName - Name of the conformance pack you want to delete.

Request Lenses

deleteConformancePack_conformancePackName :: Lens' DeleteConformancePack Text Source #

Name of the conformance pack you want to delete.

Destructuring the Response

data DeleteConformancePackResponse Source #

See: newDeleteConformancePackResponse smart constructor.

Instances

Instances details
Generic DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Associated Types

type Rep DeleteConformancePackResponse :: Type -> Type #

Read DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Show DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

NFData DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Eq DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

type Rep DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

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

newDeleteConformancePackResponse :: DeleteConformancePackResponse Source #

Create a value of DeleteConformancePackResponse with all optional fields omitted.

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