| 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.DeleteApiMapping
Description
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.
Constructors
| DeleteApiMapping' | |
Fields
| |
Instances
Arguments
| :: 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:
DeleteApiMapping, deleteApiMapping_apiMappingId - The API mapping identifier.
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.
Constructors
| DeleteApiMappingResponse' | |
Instances
newDeleteApiMappingResponse :: DeleteApiMappingResponse Source #
Create a value of DeleteApiMappingResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.