Smaws_Client_ConfigService.DeleteConformancePack
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.
val request :
Smaws_Lib.Context.t ->
Types.delete_conformance_pack_request ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsJson.error
| `NoSuchConformancePackException of
Types.no_such_conformance_pack_exception
| `ResourceInUseException of Types.resource_in_use_exception ])
Stdlib.result