amazonka-redshift-2.0: Amazon Redshift SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Redshift.DeleteAuthenticationProfile

Description

Deletes an authentication profile.

Synopsis

Creating a Request

data DeleteAuthenticationProfile Source #

See: newDeleteAuthenticationProfile smart constructor.

Constructors

DeleteAuthenticationProfile' 

Fields

Instances

Instances details
ToHeaders DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

ToPath DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

ToQuery DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

AWSRequest DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

Generic DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

Associated Types

type Rep DeleteAuthenticationProfile :: Type -> Type #

Read DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

Show DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

NFData DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

Eq DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

Hashable DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

type AWSResponse DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

type Rep DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

type Rep DeleteAuthenticationProfile = D1 ('MetaData "DeleteAuthenticationProfile" "Amazonka.Redshift.DeleteAuthenticationProfile" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" 'False) (C1 ('MetaCons "DeleteAuthenticationProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authenticationProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAuthenticationProfile Source #

Create a value of DeleteAuthenticationProfile 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:

DeleteAuthenticationProfile, deleteAuthenticationProfile_authenticationProfileName - The name of the authentication profile to delete.

Request Lenses

Destructuring the Response

data DeleteAuthenticationProfileResponse Source #

Constructors

DeleteAuthenticationProfileResponse' 

Fields

Instances

Instances details
Generic DeleteAuthenticationProfileResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

Read DeleteAuthenticationProfileResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

Show DeleteAuthenticationProfileResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

NFData DeleteAuthenticationProfileResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

Eq DeleteAuthenticationProfileResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

type Rep DeleteAuthenticationProfileResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

type Rep DeleteAuthenticationProfileResponse = D1 ('MetaData "DeleteAuthenticationProfileResponse" "Amazonka.Redshift.DeleteAuthenticationProfile" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" 'False) (C1 ('MetaCons "DeleteAuthenticationProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authenticationProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteAuthenticationProfileResponse Source #

Create a value of DeleteAuthenticationProfileResponse 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:

DeleteAuthenticationProfile, deleteAuthenticationProfileResponse_authenticationProfileName - The name of the authentication profile that was deleted.

$sel:httpStatus:DeleteAuthenticationProfileResponse', deleteAuthenticationProfileResponse_httpStatus - The response's http status code.

Response Lenses