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 a variable.
You can't delete variables that are included in an event type in Amazon Fraud Detector.
Amazon Fraud Detector automatically deletes model output variables and SageMaker model output variables when you delete the model. You can't delete these variables manually.
When you delete a variable, Amazon Fraud Detector permanently deletes that variable and the data is no longer stored in Amazon Fraud Detector.
Synopsis
- data DeleteVariable = DeleteVariable' {}
- newDeleteVariable :: Text -> DeleteVariable
- deleteVariable_name :: Lens' DeleteVariable Text
- data DeleteVariableResponse = DeleteVariableResponse' {
- httpStatus :: Int
- newDeleteVariableResponse :: Int -> DeleteVariableResponse
- deleteVariableResponse_httpStatus :: Lens' DeleteVariableResponse Int
Creating a Request
data DeleteVariable Source #
See: newDeleteVariable
smart constructor.
Instances
Create a value of DeleteVariable
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:name:DeleteVariable'
, deleteVariable_name
- The name of the variable to delete.
Request Lenses
deleteVariable_name :: Lens' DeleteVariable Text Source #
The name of the variable to delete.
Destructuring the Response
data DeleteVariableResponse Source #
See: newDeleteVariableResponse
smart constructor.
DeleteVariableResponse' | |
|
Instances
newDeleteVariableResponse Source #
Create a value of DeleteVariableResponse
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:httpStatus:DeleteVariableResponse'
, deleteVariableResponse_httpStatus
- The response's http status code.
Response Lenses
deleteVariableResponse_httpStatus :: Lens' DeleteVariableResponse Int Source #
The response's http status code.