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

Description

Gets the web portal.

Synopsis

Creating a Request

data GetPortal Source #

See: newGetPortal smart constructor.

Constructors

GetPortal' 

Fields

Instances

Instances details
ToHeaders GetPortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

Methods

toHeaders :: GetPortal -> [Header] #

ToPath GetPortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

ToQuery GetPortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

AWSRequest GetPortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

Associated Types

type AWSResponse GetPortal #

Generic GetPortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

Associated Types

type Rep GetPortal :: Type -> Type #

Read GetPortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

Show GetPortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

NFData GetPortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

Methods

rnf :: GetPortal -> () #

Eq GetPortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

Hashable GetPortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

type AWSResponse GetPortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

type Rep GetPortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

type Rep GetPortal = D1 ('MetaData "GetPortal" "Amazonka.WorkSpacesWeb.GetPortal" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "GetPortal'" 'PrefixI 'True) (S1 ('MetaSel ('Just "portalArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetPortal Source #

Arguments

:: Text

GetPortal

-> GetPortal 

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

GetPortal, getPortal_portalArn - The ARN of the web portal.

Request Lenses

getPortal_portalArn :: Lens' GetPortal Text Source #

The ARN of the web portal.

Destructuring the Response

data GetPortalResponse Source #

See: newGetPortalResponse smart constructor.

Constructors

GetPortalResponse' 

Fields

Instances

Instances details
Generic GetPortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

Associated Types

type Rep GetPortalResponse :: Type -> Type #

Show GetPortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

NFData GetPortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

Methods

rnf :: GetPortalResponse -> () #

Eq GetPortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

type Rep GetPortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortal

type Rep GetPortalResponse = D1 ('MetaData "GetPortalResponse" "Amazonka.WorkSpacesWeb.GetPortal" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "GetPortalResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "portal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Portal)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetPortalResponse Source #

Create a value of GetPortalResponse 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:portal:GetPortalResponse', getPortalResponse_portal - The web portal.

$sel:httpStatus:GetPortalResponse', getPortalResponse_httpStatus - The response's http status code.

Response Lenses

getPortalResponse_httpStatus :: Lens' GetPortalResponse Int Source #

The response's http status code.