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 an API mapping.
Synopsis
- data DeleteApiMapping = DeleteApiMapping' {
- apiMappingId :: Text
- domainName :: Text
- newDeleteApiMapping :: Text -> Text -> DeleteApiMapping
- deleteApiMapping_apiMappingId :: Lens' DeleteApiMapping Text
- deleteApiMapping_domainName :: Lens' DeleteApiMapping Text
- data DeleteApiMappingResponse = DeleteApiMappingResponse' {
- newDeleteApiMappingResponse :: DeleteApiMappingResponse
Creating a Request
data DeleteApiMapping Source #
See: newDeleteApiMapping
smart constructor.
DeleteApiMapping' | |
|
Instances
:: Text | |
-> Text | |
-> DeleteApiMapping |
Create a value of DeleteApiMapping
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:apiMappingId:DeleteApiMapping'
, deleteApiMapping_apiMappingId
- The API mapping identifier.
$sel:domainName:DeleteApiMapping'
, deleteApiMapping_domainName
- The domain name.
Request Lenses
deleteApiMapping_apiMappingId :: Lens' DeleteApiMapping Text Source #
The API mapping identifier.
deleteApiMapping_domainName :: Lens' DeleteApiMapping Text Source #
The domain name.
Destructuring the Response
data DeleteApiMappingResponse Source #
See: newDeleteApiMappingResponse
smart constructor.
Instances
Eq DeleteApiMappingResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteApiMapping | |
Read DeleteApiMappingResponse Source # | |
Show DeleteApiMappingResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteApiMapping showsPrec :: Int -> DeleteApiMappingResponse -> ShowS # show :: DeleteApiMappingResponse -> String # showList :: [DeleteApiMappingResponse] -> ShowS # | |
Generic DeleteApiMappingResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteApiMapping type Rep DeleteApiMappingResponse :: Type -> Type # | |
NFData DeleteApiMappingResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteApiMapping rnf :: DeleteApiMappingResponse -> () # | |
type Rep DeleteApiMappingResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteApiMapping |
newDeleteApiMappingResponse :: DeleteApiMappingResponse Source #
Create a value of DeleteApiMappingResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.