| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
- data DeleteConformancePack = DeleteConformancePack' {}
- newDeleteConformancePack :: Text -> DeleteConformancePack
- deleteConformancePack_conformancePackName :: Lens' DeleteConformancePack Text
- data DeleteConformancePackResponse = DeleteConformancePackResponse' {
- newDeleteConformancePackResponse :: DeleteConformancePackResponse
Creating a Request
data DeleteConformancePack Source #
See: newDeleteConformancePack smart constructor.
Constructors
| DeleteConformancePack' | |
Fields
| |
Instances
newDeleteConformancePack Source #
Arguments
| :: Text | |
| -> DeleteConformancePack |
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.
Constructors
| DeleteConformancePackResponse' | |
Instances
| Generic DeleteConformancePackResponse Source # | |
Defined in Amazonka.Config.DeleteConformancePack Associated Types type Rep DeleteConformancePackResponse :: Type -> Type # | |
| Read DeleteConformancePackResponse Source # | |
| Show DeleteConformancePackResponse Source # | |
Defined in Amazonka.Config.DeleteConformancePack Methods showsPrec :: Int -> DeleteConformancePackResponse -> ShowS # show :: DeleteConformancePackResponse -> String # showList :: [DeleteConformancePackResponse] -> ShowS # | |
| NFData DeleteConformancePackResponse Source # | |
Defined in Amazonka.Config.DeleteConformancePack Methods rnf :: DeleteConformancePackResponse -> () # | |
| Eq DeleteConformancePackResponse Source # | |
Defined in Amazonka.Config.DeleteConformancePack | |
| type Rep DeleteConformancePackResponse Source # | |
Defined in Amazonka.Config.DeleteConformancePack | |
newDeleteConformancePackResponse :: DeleteConformancePackResponse Source #
Create a value of DeleteConformancePackResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.