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 |
Amazonka.IoT.DeleteDomainConfiguration
Description
Deletes the specified domain configuration.
Requires permission to access the DeleteDomainConfiguration action.
Synopsis
- data DeleteDomainConfiguration = DeleteDomainConfiguration' {}
- newDeleteDomainConfiguration :: Text -> DeleteDomainConfiguration
- deleteDomainConfiguration_domainConfigurationName :: Lens' DeleteDomainConfiguration Text
- data DeleteDomainConfigurationResponse = DeleteDomainConfigurationResponse' {
- httpStatus :: Int
- newDeleteDomainConfigurationResponse :: Int -> DeleteDomainConfigurationResponse
- deleteDomainConfigurationResponse_httpStatus :: Lens' DeleteDomainConfigurationResponse Int
Creating a Request
data DeleteDomainConfiguration Source #
See: newDeleteDomainConfiguration
smart constructor.
Constructors
DeleteDomainConfiguration' | |
Fields
|
Instances
newDeleteDomainConfiguration Source #
Create a value of DeleteDomainConfiguration
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:domainConfigurationName:DeleteDomainConfiguration'
, deleteDomainConfiguration_domainConfigurationName
- The name of the domain configuration to be deleted.
Request Lenses
deleteDomainConfiguration_domainConfigurationName :: Lens' DeleteDomainConfiguration Text Source #
The name of the domain configuration to be deleted.
Destructuring the Response
data DeleteDomainConfigurationResponse Source #
See: newDeleteDomainConfigurationResponse
smart constructor.
Constructors
DeleteDomainConfigurationResponse' | |
Fields
|
Instances
newDeleteDomainConfigurationResponse Source #
Arguments
:: Int | |
-> DeleteDomainConfigurationResponse |
Create a value of DeleteDomainConfigurationResponse
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:httpStatus:DeleteDomainConfigurationResponse'
, deleteDomainConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
deleteDomainConfigurationResponse_httpStatus :: Lens' DeleteDomainConfigurationResponse Int Source #
The response's http status code.