libZSservicesZSamazonka-redshiftZSamazonka-redshift
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Redshift.DeleteHsmConfiguration

Description

Deletes the specified Amazon Redshift HSM configuration.

Synopsis

Creating a Request

data DeleteHsmConfiguration Source #

See: newDeleteHsmConfiguration smart constructor.

Constructors

DeleteHsmConfiguration' 

Fields

Instances

Instances details
Eq DeleteHsmConfiguration Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

Read DeleteHsmConfiguration Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

Show DeleteHsmConfiguration Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

Generic DeleteHsmConfiguration Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

Associated Types

type Rep DeleteHsmConfiguration :: Type -> Type #

NFData DeleteHsmConfiguration Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

Methods

rnf :: DeleteHsmConfiguration -> () #

Hashable DeleteHsmConfiguration Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

AWSRequest DeleteHsmConfiguration Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

Associated Types

type AWSResponse DeleteHsmConfiguration #

ToHeaders DeleteHsmConfiguration Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

ToPath DeleteHsmConfiguration Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

ToQuery DeleteHsmConfiguration Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

type Rep DeleteHsmConfiguration Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

type Rep DeleteHsmConfiguration = D1 ('MetaData "DeleteHsmConfiguration" "Amazonka.Redshift.DeleteHsmConfiguration" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "DeleteHsmConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hsmConfigurationIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteHsmConfiguration Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

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

Instances details
Eq DeleteHsmConfigurationResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

Read DeleteHsmConfigurationResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

Show DeleteHsmConfigurationResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

Generic DeleteHsmConfigurationResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

Associated Types

type Rep DeleteHsmConfigurationResponse :: Type -> Type #

NFData DeleteHsmConfigurationResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

type Rep DeleteHsmConfigurationResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteHsmConfiguration

type Rep DeleteHsmConfigurationResponse = D1 ('MetaData "DeleteHsmConfigurationResponse" "Amazonka.Redshift.DeleteHsmConfiguration" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "DeleteHsmConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteHsmConfigurationResponse :: DeleteHsmConfigurationResponse Source #

Create a value of DeleteHsmConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.