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.Redshift.DeleteHsmConfiguration
Description
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.
Constructors
DeleteHsmConfiguration' | |
Fields
|
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.
Constructors
DeleteHsmConfigurationResponse' | |
Instances
Eq DeleteHsmConfigurationResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmConfiguration | |
Read DeleteHsmConfigurationResponse Source # | |
Show DeleteHsmConfigurationResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmConfiguration Methods showsPrec :: Int -> DeleteHsmConfigurationResponse -> ShowS # show :: DeleteHsmConfigurationResponse -> String # showList :: [DeleteHsmConfigurationResponse] -> ShowS # | |
Generic DeleteHsmConfigurationResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmConfiguration Associated Types type Rep DeleteHsmConfigurationResponse :: Type -> Type # | |
NFData DeleteHsmConfigurationResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmConfiguration Methods rnf :: DeleteHsmConfigurationResponse -> () # | |
type Rep DeleteHsmConfigurationResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmConfiguration |
newDeleteHsmConfigurationResponse :: DeleteHsmConfigurationResponse Source #
Create a value of DeleteHsmConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.