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

Defined in Amazonka.Config.DeleteConformancePack

Read DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Show DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Generic DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Associated Types

type Rep DeleteConformancePack :: Type -> Type #

NFData DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Methods

rnf :: DeleteConformancePack -> () #

Hashable DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

ToJSON DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

AWSRequest DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Associated Types

type AWSResponse 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

type Rep DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

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

Defined in Amazonka.Config.DeleteConformancePack

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:

$sel:conformancePackName: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
Eq DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Read DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Show DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Generic DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Associated Types

type Rep DeleteConformancePackResponse :: Type -> Type #

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