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 |
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.
DescribeAuthenticationProfiles' | |
|
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:
$sel:authenticationProfileName: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.
DescribeAuthenticationProfilesResponse' | |
|
Instances
newDescribeAuthenticationProfilesResponse Source #
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.