| 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.VoiceId.DeleteDomain
Description
Deletes the specified domain from Voice ID.
Synopsis
Creating a Request
data DeleteDomain Source #
See: newDeleteDomain smart constructor.
Constructors
| DeleteDomain' | |
Instances
Arguments
| :: Text | |
| -> DeleteDomain |
Create a value of DeleteDomain 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:
DeleteDomain, deleteDomain_domainId - The identifier of the domain you want to delete.
Request Lenses
deleteDomain_domainId :: Lens' DeleteDomain Text Source #
The identifier of the domain you want to delete.
Destructuring the Response
data DeleteDomainResponse Source #
See: newDeleteDomainResponse smart constructor.
Constructors
| DeleteDomainResponse' | |
Instances
newDeleteDomainResponse :: DeleteDomainResponse Source #
Create a value of DeleteDomainResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.