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 Amazon Redshift HSM configuration.
Synopsis
- data DeleteHsmConfiguration = DeleteHsmConfiguration' {}
- newDeleteHsmConfiguration :: Text -> DeleteHsmConfiguration
- deleteHsmConfiguration_hsmConfigurationIdentifier :: Lens' DeleteHsmConfiguration Text
- data DeleteHsmConfigurationResponse = DeleteHsmConfigurationResponse' {
- newDeleteHsmConfigurationResponse :: DeleteHsmConfigurationResponse
Creating a Request
data DeleteHsmConfiguration Source #
See: newDeleteHsmConfiguration
smart constructor.
DeleteHsmConfiguration' | |
|
Instances
newDeleteHsmConfiguration Source #
Create a value of DeleteHsmConfiguration
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:hsmConfigurationIdentifier:DeleteHsmConfiguration'
, deleteHsmConfiguration_hsmConfigurationIdentifier
- The identifier of the Amazon Redshift HSM configuration to be deleted.
Request Lenses
deleteHsmConfiguration_hsmConfigurationIdentifier :: Lens' DeleteHsmConfiguration Text Source #
The identifier of the Amazon Redshift HSM configuration to be deleted.
Destructuring the Response
data DeleteHsmConfigurationResponse Source #
See: newDeleteHsmConfigurationResponse
smart constructor.
Instances
newDeleteHsmConfigurationResponse :: DeleteHsmConfigurationResponse Source #
Create a value of DeleteHsmConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.