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 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.
DeleteDomainConfiguration' | |
|
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.
DeleteDomainConfigurationResponse' | |
|
Instances
Eq DeleteDomainConfigurationResponse Source # | |
Read DeleteDomainConfigurationResponse Source # | |
Show DeleteDomainConfigurationResponse Source # | |
Defined in Amazonka.IoT.DeleteDomainConfiguration | |
Generic DeleteDomainConfigurationResponse Source # | |
NFData DeleteDomainConfigurationResponse Source # | |
Defined in Amazonka.IoT.DeleteDomainConfiguration rnf :: DeleteDomainConfigurationResponse -> () # | |
type Rep DeleteDomainConfigurationResponse Source # | |
Defined in Amazonka.IoT.DeleteDomainConfiguration type Rep DeleteDomainConfigurationResponse = D1 ('MetaData "DeleteDomainConfigurationResponse" "Amazonka.IoT.DeleteDomainConfiguration" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "DeleteDomainConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteDomainConfigurationResponse Source #
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.