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.DeleteAuthenticationProfile

Description

Deletes an authentication profile.

Synopsis

Creating a Request

data DeleteAuthenticationProfile Source #

See: newDeleteAuthenticationProfile smart constructor.

Constructors

DeleteAuthenticationProfile' 

Fields

Instances

Instances details
Eq DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

Read DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

Show 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 #

NFData DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

Hashable DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

AWSRequest DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

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

type Rep DeleteAuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

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

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

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:

$sel:authenticationProfileName: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
Eq 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

Generic DeleteAuthenticationProfileResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteAuthenticationProfile

NFData 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" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" '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:

$sel:authenticationProfileName: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