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

Description

Retrieves a list of network settings.

Synopsis

Creating a Request

data ListNetworkSettings Source #

See: newListNetworkSettings smart constructor.

Constructors

ListNetworkSettings' 

Fields

Instances

Instances details
ToHeaders ListNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

ToPath ListNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

ToQuery ListNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

AWSRequest ListNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

Associated Types

type AWSResponse ListNetworkSettings #

Generic ListNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

Associated Types

type Rep ListNetworkSettings :: Type -> Type #

Read ListNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

Show ListNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

NFData ListNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

Methods

rnf :: ListNetworkSettings -> () #

Eq ListNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

Hashable ListNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

type AWSResponse ListNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

type Rep ListNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

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

newListNetworkSettings :: ListNetworkSettings Source #

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

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

Request Lenses

listNetworkSettings_maxResults :: Lens' ListNetworkSettings (Maybe Natural) Source #

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

listNetworkSettings_nextToken :: Lens' ListNetworkSettings (Maybe Text) Source #

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

Destructuring the Response

data ListNetworkSettingsResponse Source #

See: newListNetworkSettingsResponse smart constructor.

Constructors

ListNetworkSettingsResponse' 

Fields

Instances

Instances details
Generic ListNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

Associated Types

type Rep ListNetworkSettingsResponse :: Type -> Type #

Read ListNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

Show ListNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

NFData ListNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

Eq ListNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

type Rep ListNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListNetworkSettings

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

newListNetworkSettingsResponse Source #

Create a value of ListNetworkSettingsResponse 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:networkSettings:ListNetworkSettingsResponse', listNetworkSettingsResponse_networkSettings - The network settings.

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

$sel:httpStatus:ListNetworkSettingsResponse', listNetworkSettingsResponse_httpStatus - The response's http status code.

Response Lenses

listNetworkSettingsResponse_nextToken :: Lens' ListNetworkSettingsResponse (Maybe Text) Source #

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