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 Model.
Synopsis
Creating a Request
data DeleteModel Source #
See: newDeleteModel
smart constructor.
Instances
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:
$sel:modelId:DeleteModel'
, deleteModel_modelId
- The model ID.
$sel:apiId: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.
Instances
Eq DeleteModelResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteModel (==) :: DeleteModelResponse -> DeleteModelResponse -> Bool # (/=) :: DeleteModelResponse -> DeleteModelResponse -> Bool # | |
Read DeleteModelResponse Source # | |
Show DeleteModelResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteModel showsPrec :: Int -> DeleteModelResponse -> ShowS # show :: DeleteModelResponse -> String # showList :: [DeleteModelResponse] -> ShowS # | |
Generic DeleteModelResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteModel type Rep DeleteModelResponse :: Type -> Type # from :: DeleteModelResponse -> Rep DeleteModelResponse x # to :: Rep DeleteModelResponse x -> DeleteModelResponse # | |
NFData DeleteModelResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteModel rnf :: DeleteModelResponse -> () # | |
type Rep DeleteModelResponse Source # | |
newDeleteModelResponse :: DeleteModelResponse Source #
Create a value of DeleteModelResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.