Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
DeleteConformancePack' | |
|
Instances
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
newDeleteConformancePackResponse :: DeleteConformancePackResponse Source #
Create a value of DeleteConformancePackResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.