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 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.
DeleteBasePathMapping' | |
|
Instances
newDeleteBasePathMapping Source #
:: 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:
$sel:domainName:DeleteBasePathMapping'
, deleteBasePathMapping_domainName
- [Required] The domain name of the BasePathMapping resource to delete.
$sel:basePath:DeleteBasePathMapping'
, deleteBasePathMapping_basePath
- [Required] 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 #
- Required
- The domain name of the BasePathMapping resource to delete.
deleteBasePathMapping_basePath :: Lens' DeleteBasePathMapping Text Source #
- Required
- 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.
Instances
newDeleteBasePathMappingResponse :: DeleteBasePathMappingResponse Source #
Create a value of DeleteBasePathMappingResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.