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.ListUserSettings

Description

Retrieves a list of user settings.

Synopsis

Creating a Request

data ListUserSettings Source #

See: newListUserSettings smart constructor.

Constructors

ListUserSettings' 

Fields

Instances

Instances details
ToHeaders ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

ToPath ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

ToQuery ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

AWSRequest ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Associated Types

type AWSResponse ListUserSettings #

Generic ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Associated Types

type Rep ListUserSettings :: Type -> Type #

Read ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Show ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

NFData ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Methods

rnf :: ListUserSettings -> () #

Eq ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Hashable ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

type AWSResponse ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

type Rep ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

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

newListUserSettings :: ListUserSettings Source #

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

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

Request Lenses

listUserSettings_maxResults :: Lens' ListUserSettings (Maybe Natural) Source #

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

listUserSettings_nextToken :: Lens' ListUserSettings (Maybe Text) Source #

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

Destructuring the Response

data ListUserSettingsResponse Source #

See: newListUserSettingsResponse smart constructor.

Constructors

ListUserSettingsResponse' 

Fields

Instances

Instances details
Generic ListUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Associated Types

type Rep ListUserSettingsResponse :: Type -> Type #

Read ListUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Show ListUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

NFData ListUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Eq ListUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

type Rep ListUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

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

newListUserSettingsResponse Source #

Create a value of ListUserSettingsResponse 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:

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

$sel:userSettings:ListUserSettingsResponse', listUserSettingsResponse_userSettings - The user settings.

$sel:httpStatus:ListUserSettingsResponse', listUserSettingsResponse_httpStatus - The response's http status code.

Response Lenses

listUserSettingsResponse_nextToken :: Lens' ListUserSettingsResponse (Maybe Text) Source #

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