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 |
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.
DescribeWorkspaceAuthentication' | |
|
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.
DescribeWorkspaceAuthenticationResponse' | |
|
Instances
newDescribeWorkspaceAuthenticationResponse Source #
:: 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.
$sel:authentication: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.