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

Description

Retrieves a list of user access logging settings.

Synopsis

Creating a Request

data ListUserAccessLoggingSettings Source #

See: newListUserAccessLoggingSettings smart constructor.

Constructors

ListUserAccessLoggingSettings' 

Fields

Instances

Instances details
ToHeaders ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

ToPath ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

ToQuery ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

AWSRequest ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Generic ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Associated Types

type Rep ListUserAccessLoggingSettings :: Type -> Type #

Read ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Show ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

NFData ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Eq ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Hashable ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

type AWSResponse ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

type Rep ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

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

newListUserAccessLoggingSettings :: ListUserAccessLoggingSettings Source #

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

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

Request Lenses

listUserAccessLoggingSettings_maxResults :: Lens' ListUserAccessLoggingSettings (Maybe Natural) Source #

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

listUserAccessLoggingSettings_nextToken :: Lens' ListUserAccessLoggingSettings (Maybe Text) Source #

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

Destructuring the Response

data ListUserAccessLoggingSettingsResponse Source #

Constructors

ListUserAccessLoggingSettingsResponse' 

Fields

Instances

Instances details
Generic ListUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Read ListUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Show ListUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

NFData ListUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Eq ListUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

type Rep ListUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

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

newListUserAccessLoggingSettingsResponse Source #

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

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

$sel:userAccessLoggingSettings:ListUserAccessLoggingSettingsResponse', listUserAccessLoggingSettingsResponse_userAccessLoggingSettings - The user access logging settings.

$sel:httpStatus:ListUserAccessLoggingSettingsResponse', listUserAccessLoggingSettingsResponse_httpStatus - The response's http status code.

Response Lenses

listUserAccessLoggingSettingsResponse_nextToken :: Lens' ListUserAccessLoggingSettingsResponse (Maybe Text) Source #

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