| 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.APIGateway.DeleteBasePathMapping
Description
Deletes the BasePathMapping resource.
Synopsis
- data DeleteBasePathMapping = DeleteBasePathMapping' {
- domainName :: Text
- basePath :: Text
- newDeleteBasePathMapping :: Text -> Text -> DeleteBasePathMapping
- deleteBasePathMapping_domainName :: Lens' DeleteBasePathMapping Text
- deleteBasePathMapping_basePath :: Lens' DeleteBasePathMapping Text
- data DeleteBasePathMappingResponse = DeleteBasePathMappingResponse' {
- newDeleteBasePathMappingResponse :: DeleteBasePathMappingResponse
Creating a Request
data DeleteBasePathMapping Source #
A request to delete the BasePathMapping resource.
See: newDeleteBasePathMapping smart constructor.
Constructors
| DeleteBasePathMapping' | |
Fields
| |
Instances
newDeleteBasePathMapping Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteBasePathMapping |
Create a value of DeleteBasePathMapping 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:
DeleteBasePathMapping, deleteBasePathMapping_domainName - The domain name of the BasePathMapping resource to delete.
DeleteBasePathMapping, deleteBasePathMapping_basePath - The base path name of the BasePathMapping resource to delete.
To specify an empty base path, set this parameter to '(none)'.
Request Lenses
deleteBasePathMapping_domainName :: Lens' DeleteBasePathMapping Text Source #
The domain name of the BasePathMapping resource to delete.
deleteBasePathMapping_basePath :: Lens' DeleteBasePathMapping Text Source #
The base path name of the BasePathMapping resource to delete.
To specify an empty base path, set this parameter to '(none)'.
Destructuring the Response
data DeleteBasePathMappingResponse Source #
See: newDeleteBasePathMappingResponse smart constructor.
Constructors
| DeleteBasePathMappingResponse' | |
Instances
| Generic DeleteBasePathMappingResponse Source # | |
Defined in Amazonka.APIGateway.DeleteBasePathMapping Associated Types type Rep DeleteBasePathMappingResponse :: Type -> Type # | |
| Read DeleteBasePathMappingResponse Source # | |
| Show DeleteBasePathMappingResponse Source # | |
Defined in Amazonka.APIGateway.DeleteBasePathMapping Methods showsPrec :: Int -> DeleteBasePathMappingResponse -> ShowS # show :: DeleteBasePathMappingResponse -> String # showList :: [DeleteBasePathMappingResponse] -> ShowS # | |
| NFData DeleteBasePathMappingResponse Source # | |
Defined in Amazonka.APIGateway.DeleteBasePathMapping Methods rnf :: DeleteBasePathMappingResponse -> () # | |
| Eq DeleteBasePathMappingResponse Source # | |
Defined in Amazonka.APIGateway.DeleteBasePathMapping | |
| type Rep DeleteBasePathMappingResponse Source # | |
Defined in Amazonka.APIGateway.DeleteBasePathMapping | |
newDeleteBasePathMappingResponse :: DeleteBasePathMappingResponse Source #
Create a value of DeleteBasePathMappingResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.