amazonka-workspaces-web-2.0: Amazon WorkSpaces Web SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WorkSpacesWeb.ListBrowserSettings

Description

Retrieves a list of browser settings.

Synopsis

Creating a Request

data ListBrowserSettings Source #

See: newListBrowserSettings smart constructor.

Constructors

ListBrowserSettings' 

Fields

Instances

Instances details
ToHeaders ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

ToPath ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

ToQuery ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

AWSRequest ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Associated Types

type AWSResponse ListBrowserSettings #

Generic ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Associated Types

type Rep ListBrowserSettings :: Type -> Type #

Read ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Show ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

NFData ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Methods

rnf :: ListBrowserSettings -> () #

Eq ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Hashable ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

type AWSResponse ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

type Rep ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

type Rep ListBrowserSettings = D1 ('MetaData "ListBrowserSettings" "Amazonka.WorkSpacesWeb.ListBrowserSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "ListBrowserSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListBrowserSettings :: ListBrowserSettings Source #

Create a value of ListBrowserSettings 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:maxResults:ListBrowserSettings', listBrowserSettings_maxResults - The maximum number of results to be included in the next page.

ListBrowserSettings, listBrowserSettings_nextToken - The pagination token used to retrieve the next page of results for this operation.

Request Lenses

listBrowserSettings_maxResults :: Lens' ListBrowserSettings (Maybe Natural) Source #

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

listBrowserSettings_nextToken :: Lens' ListBrowserSettings (Maybe Text) Source #

The pagination token used to retrieve the next page of results for this operation.

Destructuring the Response

data ListBrowserSettingsResponse Source #

See: newListBrowserSettingsResponse smart constructor.

Constructors

ListBrowserSettingsResponse' 

Fields

Instances

Instances details
Generic ListBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Associated Types

type Rep ListBrowserSettingsResponse :: Type -> Type #

Read ListBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Show ListBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

NFData ListBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Eq ListBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

type Rep ListBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

type Rep ListBrowserSettingsResponse = D1 ('MetaData "ListBrowserSettingsResponse" "Amazonka.WorkSpacesWeb.ListBrowserSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "ListBrowserSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "browserSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BrowserSettingsSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListBrowserSettingsResponse Source #

Create a value of ListBrowserSettingsResponse 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:browserSettings:ListBrowserSettingsResponse', listBrowserSettingsResponse_browserSettings - The browser settings.

ListBrowserSettings, listBrowserSettingsResponse_nextToken - The pagination token used to retrieve the next page of results for this operation.

$sel:httpStatus:ListBrowserSettingsResponse', listBrowserSettingsResponse_httpStatus - The response's http status code.

Response Lenses

listBrowserSettingsResponse_nextToken :: Lens' ListBrowserSettingsResponse (Maybe Text) Source #

The pagination token used to retrieve the next page of results for this operation.