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 |
Amazonka.Redshift.DeleteAuthenticationProfile
Description
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.
Constructors
DeleteAuthenticationProfile' | |
Fields
|
Instances
newDeleteAuthenticationProfile Source #
Arguments
:: Text | |
-> DeleteAuthenticationProfile |
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.
Constructors
DeleteAuthenticationProfileResponse' | |
Fields
|
Instances
newDeleteAuthenticationProfileResponse Source #
Arguments
:: Int | |
-> DeleteAuthenticationProfileResponse |
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.