| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Redshift.DescribeAuthenticationProfiles
Description
Describes an authentication profile.
Synopsis
- data DescribeAuthenticationProfiles = DescribeAuthenticationProfiles' {}
- newDescribeAuthenticationProfiles :: DescribeAuthenticationProfiles
- describeAuthenticationProfiles_authenticationProfileName :: Lens' DescribeAuthenticationProfiles (Maybe Text)
- data DescribeAuthenticationProfilesResponse = DescribeAuthenticationProfilesResponse' {}
- newDescribeAuthenticationProfilesResponse :: Int -> DescribeAuthenticationProfilesResponse
- describeAuthenticationProfilesResponse_authenticationProfiles :: Lens' DescribeAuthenticationProfilesResponse (Maybe [AuthenticationProfile])
- describeAuthenticationProfilesResponse_httpStatus :: Lens' DescribeAuthenticationProfilesResponse Int
Creating a Request
data DescribeAuthenticationProfiles Source #
See: newDescribeAuthenticationProfiles smart constructor.
Constructors
| DescribeAuthenticationProfiles' | |
Fields
| |
Instances
newDescribeAuthenticationProfiles :: DescribeAuthenticationProfiles Source #
Create a value of DescribeAuthenticationProfiles 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:
DescribeAuthenticationProfiles, describeAuthenticationProfiles_authenticationProfileName - The name of the authentication profile to describe. If not specified
then all authentication profiles owned by the account are listed.
Request Lenses
describeAuthenticationProfiles_authenticationProfileName :: Lens' DescribeAuthenticationProfiles (Maybe Text) Source #
The name of the authentication profile to describe. If not specified then all authentication profiles owned by the account are listed.
Destructuring the Response
data DescribeAuthenticationProfilesResponse Source #
See: newDescribeAuthenticationProfilesResponse smart constructor.
Constructors
| DescribeAuthenticationProfilesResponse' | |
Fields
| |
Instances
newDescribeAuthenticationProfilesResponse Source #
Arguments
| :: Int | |
| -> DescribeAuthenticationProfilesResponse |
Create a value of DescribeAuthenticationProfilesResponse 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:authenticationProfiles:DescribeAuthenticationProfilesResponse', describeAuthenticationProfilesResponse_authenticationProfiles - The list of authentication profiles.
$sel:httpStatus:DescribeAuthenticationProfilesResponse', describeAuthenticationProfilesResponse_httpStatus - The response's http status code.
Response Lenses
describeAuthenticationProfilesResponse_authenticationProfiles :: Lens' DescribeAuthenticationProfilesResponse (Maybe [AuthenticationProfile]) Source #
The list of authentication profiles.
describeAuthenticationProfilesResponse_httpStatus :: Lens' DescribeAuthenticationProfilesResponse Int Source #
The response's http status code.