libZSservicesZSamazonka-worklinkZSamazonka-worklink
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.WorkLink.ListWebsiteAuthorizationProviders

Description

Retrieves a list of website authorization providers associated with a specified fleet.

Synopsis

Creating a Request

data ListWebsiteAuthorizationProviders Source #

See: newListWebsiteAuthorizationProviders smart constructor.

Constructors

ListWebsiteAuthorizationProviders' 

Fields

  • nextToken :: Maybe Text

    The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

  • maxResults :: Maybe Natural

    The maximum number of results to be included in the next page.

  • fleetArn :: Text

    The ARN of the fleet.

Instances

Instances details
Eq ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Read ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Show ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Generic ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Associated Types

type Rep ListWebsiteAuthorizationProviders :: Type -> Type #

NFData ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Hashable ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

ToJSON ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

AWSRequest ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

ToHeaders ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

ToPath ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

ToQuery ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

type Rep ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

type Rep ListWebsiteAuthorizationProviders = D1 ('MetaData "ListWebsiteAuthorizationProviders" "Amazonka.WorkLink.ListWebsiteAuthorizationProviders" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListWebsiteAuthorizationProviders'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

newListWebsiteAuthorizationProviders Source #

Create a value of ListWebsiteAuthorizationProviders 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:nextToken:ListWebsiteAuthorizationProviders', listWebsiteAuthorizationProviders_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:maxResults:ListWebsiteAuthorizationProviders', listWebsiteAuthorizationProviders_maxResults - The maximum number of results to be included in the next page.

$sel:fleetArn:ListWebsiteAuthorizationProviders', listWebsiteAuthorizationProviders_fleetArn - The ARN of the fleet.

Request Lenses

listWebsiteAuthorizationProviders_nextToken :: Lens' ListWebsiteAuthorizationProviders (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

listWebsiteAuthorizationProviders_maxResults :: Lens' ListWebsiteAuthorizationProviders (Maybe Natural) Source #

The maximum number of results to be included in the next page.

Destructuring the Response

data ListWebsiteAuthorizationProvidersResponse Source #

Constructors

ListWebsiteAuthorizationProvidersResponse' 

Fields

Instances

Instances details
Eq ListWebsiteAuthorizationProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Read ListWebsiteAuthorizationProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Show ListWebsiteAuthorizationProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Generic ListWebsiteAuthorizationProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

NFData ListWebsiteAuthorizationProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

type Rep ListWebsiteAuthorizationProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

type Rep ListWebsiteAuthorizationProvidersResponse = D1 ('MetaData "ListWebsiteAuthorizationProvidersResponse" "Amazonka.WorkLink.ListWebsiteAuthorizationProviders" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListWebsiteAuthorizationProvidersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "websiteAuthorizationProviders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WebsiteAuthorizationProviderSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWebsiteAuthorizationProvidersResponse Source #

Create a value of ListWebsiteAuthorizationProvidersResponse 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:websiteAuthorizationProviders:ListWebsiteAuthorizationProvidersResponse', listWebsiteAuthorizationProvidersResponse_websiteAuthorizationProviders - The website authorization providers.

$sel:nextToken:ListWebsiteAuthorizationProviders', listWebsiteAuthorizationProvidersResponse_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:httpStatus:ListWebsiteAuthorizationProvidersResponse', listWebsiteAuthorizationProvidersResponse_httpStatus - The response's http status code.

Response Lenses

listWebsiteAuthorizationProvidersResponse_nextToken :: Lens' ListWebsiteAuthorizationProvidersResponse (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.