libZSservicesZSamazonka-grafanaZSamazonka-grafana
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Grafana.DescribeWorkspaceAuthentication

Description

Displays information about the authentication methods used in one Amazon Managed Grafana workspace.

Synopsis

Creating a Request

data DescribeWorkspaceAuthentication Source #

See: newDescribeWorkspaceAuthentication smart constructor.

Constructors

DescribeWorkspaceAuthentication' 

Fields

  • workspaceId :: Text

    The ID of the workspace to return authentication information about.

Instances

Instances details
Eq DescribeWorkspaceAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

Read DescribeWorkspaceAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

Show DescribeWorkspaceAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

Generic DescribeWorkspaceAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

Associated Types

type Rep DescribeWorkspaceAuthentication :: Type -> Type #

NFData DescribeWorkspaceAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

Hashable DescribeWorkspaceAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

AWSRequest DescribeWorkspaceAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

ToHeaders DescribeWorkspaceAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

ToPath DescribeWorkspaceAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

ToQuery DescribeWorkspaceAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

type Rep DescribeWorkspaceAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

type Rep DescribeWorkspaceAuthentication = D1 ('MetaData "DescribeWorkspaceAuthentication" "Amazonka.Grafana.DescribeWorkspaceAuthentication" "libZSservicesZSamazonka-grafanaZSamazonka-grafana" 'False) (C1 ('MetaCons "DescribeWorkspaceAuthentication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeWorkspaceAuthentication Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

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 #

Constructors

DescribeWorkspaceAuthenticationResponse' 

Fields

Instances

Instances details
Eq DescribeWorkspaceAuthenticationResponse Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

Read DescribeWorkspaceAuthenticationResponse Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

Show DescribeWorkspaceAuthenticationResponse Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

Generic DescribeWorkspaceAuthenticationResponse Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

NFData DescribeWorkspaceAuthenticationResponse Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

type Rep DescribeWorkspaceAuthenticationResponse Source # 
Instance details

Defined in Amazonka.Grafana.DescribeWorkspaceAuthentication

type Rep DescribeWorkspaceAuthenticationResponse = D1 ('MetaData "DescribeWorkspaceAuthenticationResponse" "Amazonka.Grafana.DescribeWorkspaceAuthentication" "libZSservicesZSamazonka-grafanaZSamazonka-grafana" 'False) (C1 ('MetaCons "DescribeWorkspaceAuthenticationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "authentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AuthenticationDescription)))

newDescribeWorkspaceAuthenticationResponse Source #

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_authentication :: Lens' DescribeWorkspaceAuthenticationResponse AuthenticationDescription Source #

A structure containing information about the authentication methods used in the workspace.