| 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.Forecast.DeleteExplainability
Description
Deletes an Explainability resource.
You can delete only predictor that have a status of ACTIVE or
CREATE_FAILED. To get the status, use the DescribeExplainability
operation.
Synopsis
- data DeleteExplainability = DeleteExplainability' {}
- newDeleteExplainability :: Text -> DeleteExplainability
- deleteExplainability_explainabilityArn :: Lens' DeleteExplainability Text
- data DeleteExplainabilityResponse = DeleteExplainabilityResponse' {
- newDeleteExplainabilityResponse :: DeleteExplainabilityResponse
Creating a Request
data DeleteExplainability Source #
See: newDeleteExplainability smart constructor.
Constructors
| DeleteExplainability' | |
Fields
| |
Instances
newDeleteExplainability Source #
Arguments
| :: Text | |
| -> DeleteExplainability |
Create a value of DeleteExplainability 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:
DeleteExplainability, deleteExplainability_explainabilityArn - The Amazon Resource Name (ARN) of the Explainability resource to delete.
Request Lenses
deleteExplainability_explainabilityArn :: Lens' DeleteExplainability Text Source #
The Amazon Resource Name (ARN) of the Explainability resource to delete.
Destructuring the Response
data DeleteExplainabilityResponse Source #
See: newDeleteExplainabilityResponse smart constructor.
Constructors
| DeleteExplainabilityResponse' | |
Instances
| Generic DeleteExplainabilityResponse Source # | |
Defined in Amazonka.Forecast.DeleteExplainability Associated Types type Rep DeleteExplainabilityResponse :: Type -> Type # | |
| Read DeleteExplainabilityResponse Source # | |
| Show DeleteExplainabilityResponse Source # | |
Defined in Amazonka.Forecast.DeleteExplainability Methods showsPrec :: Int -> DeleteExplainabilityResponse -> ShowS # show :: DeleteExplainabilityResponse -> String # showList :: [DeleteExplainabilityResponse] -> ShowS # | |
| NFData DeleteExplainabilityResponse Source # | |
Defined in Amazonka.Forecast.DeleteExplainability Methods rnf :: DeleteExplainabilityResponse -> () # | |
| Eq DeleteExplainabilityResponse Source # | |
Defined in Amazonka.Forecast.DeleteExplainability Methods (==) :: DeleteExplainabilityResponse -> DeleteExplainabilityResponse -> Bool # (/=) :: DeleteExplainabilityResponse -> DeleteExplainabilityResponse -> Bool # | |
| type Rep DeleteExplainabilityResponse Source # | |
Defined in Amazonka.Forecast.DeleteExplainability | |
newDeleteExplainabilityResponse :: DeleteExplainabilityResponse Source #
Create a value of DeleteExplainabilityResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.