| 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.ApiGatewayV2.DeleteModel
Description
Deletes a Model.
Synopsis
Creating a Request
data DeleteModel Source #
See: newDeleteModel smart constructor.
Constructors
| DeleteModel' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DeleteModel |
Create a value of DeleteModel 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:
DeleteModel, deleteModel_modelId - The model ID.
DeleteModel, deleteModel_apiId - The API identifier.
Request Lenses
deleteModel_modelId :: Lens' DeleteModel Text Source #
The model ID.
deleteModel_apiId :: Lens' DeleteModel Text Source #
The API identifier.
Destructuring the Response
data DeleteModelResponse Source #
See: newDeleteModelResponse smart constructor.
Constructors
| DeleteModelResponse' | |
Instances
newDeleteModelResponse :: DeleteModelResponse Source #
Create a value of DeleteModelResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.