| 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.Grafana.DescribeWorkspaceAuthentication
Description
Displays information about the authentication methods used in one Amazon Managed Grafana workspace.
Synopsis
- data DescribeWorkspaceAuthentication = DescribeWorkspaceAuthentication' {
- workspaceId :: Text
- newDescribeWorkspaceAuthentication :: Text -> DescribeWorkspaceAuthentication
- describeWorkspaceAuthentication_workspaceId :: Lens' DescribeWorkspaceAuthentication Text
- data DescribeWorkspaceAuthenticationResponse = DescribeWorkspaceAuthenticationResponse' {}
- newDescribeWorkspaceAuthenticationResponse :: Int -> AuthenticationDescription -> DescribeWorkspaceAuthenticationResponse
- describeWorkspaceAuthenticationResponse_httpStatus :: Lens' DescribeWorkspaceAuthenticationResponse Int
- describeWorkspaceAuthenticationResponse_authentication :: Lens' DescribeWorkspaceAuthenticationResponse AuthenticationDescription
Creating a Request
data DescribeWorkspaceAuthentication Source #
See: newDescribeWorkspaceAuthentication smart constructor.
Constructors
| DescribeWorkspaceAuthentication' | |
Fields
| |
Instances
newDescribeWorkspaceAuthentication Source #
Create a value of DescribeWorkspaceAuthentication 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:workspaceId:DescribeWorkspaceAuthentication', describeWorkspaceAuthentication_workspaceId - The ID of the workspace to return authentication information about.
Request Lenses
describeWorkspaceAuthentication_workspaceId :: Lens' DescribeWorkspaceAuthentication Text Source #
The ID of the workspace to return authentication information about.
Destructuring the Response
data DescribeWorkspaceAuthenticationResponse Source #
See: newDescribeWorkspaceAuthenticationResponse smart constructor.
Constructors
| DescribeWorkspaceAuthenticationResponse' | |
Fields
| |
Instances
newDescribeWorkspaceAuthenticationResponse Source #
Arguments
| :: Int | |
| -> AuthenticationDescription | |
| -> DescribeWorkspaceAuthenticationResponse |
Create a value of DescribeWorkspaceAuthenticationResponse 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:httpStatus:DescribeWorkspaceAuthenticationResponse', describeWorkspaceAuthenticationResponse_httpStatus - The response's http status code.
DescribeWorkspaceAuthenticationResponse, describeWorkspaceAuthenticationResponse_authentication - A structure containing information about the authentication methods used
in the workspace.
Response Lenses
describeWorkspaceAuthenticationResponse_httpStatus :: Lens' DescribeWorkspaceAuthenticationResponse Int Source #
The response's http status code.
describeWorkspaceAuthenticationResponse_authentication :: Lens' DescribeWorkspaceAuthenticationResponse AuthenticationDescription Source #
A structure containing information about the authentication methods used in the workspace.