| 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.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 #
Arguments
| :: Text | |
| -> DeleteHsmConfiguration |
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:
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
| Generic DeleteHsmConfigurationResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmConfiguration Associated Types type Rep DeleteHsmConfigurationResponse :: Type -> Type # | |
| Read DeleteHsmConfigurationResponse Source # | |
| Show DeleteHsmConfigurationResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmConfiguration Methods showsPrec :: Int -> DeleteHsmConfigurationResponse -> ShowS # show :: DeleteHsmConfigurationResponse -> String # showList :: [DeleteHsmConfigurationResponse] -> ShowS # | |
| NFData DeleteHsmConfigurationResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmConfiguration Methods rnf :: DeleteHsmConfigurationResponse -> () # | |
| Eq DeleteHsmConfigurationResponse Source # | |
Defined in Amazonka.Redshift.DeleteHsmConfiguration | |
| 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.