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 |
Deletes an authentication profile.
Synopsis
- data DeleteAuthenticationProfile = DeleteAuthenticationProfile' {}
- newDeleteAuthenticationProfile :: Text -> DeleteAuthenticationProfile
- deleteAuthenticationProfile_authenticationProfileName :: Lens' DeleteAuthenticationProfile Text
- data DeleteAuthenticationProfileResponse = DeleteAuthenticationProfileResponse' {}
- newDeleteAuthenticationProfileResponse :: Int -> DeleteAuthenticationProfileResponse
- deleteAuthenticationProfileResponse_authenticationProfileName :: Lens' DeleteAuthenticationProfileResponse (Maybe Text)
- deleteAuthenticationProfileResponse_httpStatus :: Lens' DeleteAuthenticationProfileResponse Int
Creating a Request
data DeleteAuthenticationProfile Source #
See: newDeleteAuthenticationProfile
smart constructor.
DeleteAuthenticationProfile' | |
|
Instances
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
deleteAuthenticationProfile_authenticationProfileName :: Lens' DeleteAuthenticationProfile Text Source #
The name of the authentication profile to delete.
Destructuring the Response
data DeleteAuthenticationProfileResponse Source #
See: newDeleteAuthenticationProfileResponse
smart constructor.
DeleteAuthenticationProfileResponse' | |
|
Instances
Eq DeleteAuthenticationProfileResponse Source # | |
Read DeleteAuthenticationProfileResponse Source # | |
Show DeleteAuthenticationProfileResponse Source # | |
Generic DeleteAuthenticationProfileResponse Source # | |
NFData DeleteAuthenticationProfileResponse Source # | |
Defined in Amazonka.Redshift.DeleteAuthenticationProfile rnf :: DeleteAuthenticationProfileResponse -> () # | |
type Rep DeleteAuthenticationProfileResponse Source # | |
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
deleteAuthenticationProfileResponse_authenticationProfileName :: Lens' DeleteAuthenticationProfileResponse (Maybe Text) Source #
The name of the authentication profile that was deleted.
deleteAuthenticationProfileResponse_httpStatus :: Lens' DeleteAuthenticationProfileResponse Int Source #
The response's http status code.