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

Description

Associates a browser settings resource with a web portal.

Synopsis

Creating a Request

data AssociateBrowserSettings Source #

See: newAssociateBrowserSettings smart constructor.

Constructors

AssociateBrowserSettings' 

Fields

Instances

Instances details
ToJSON AssociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

ToHeaders AssociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

ToPath AssociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

ToQuery AssociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

AWSRequest AssociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

Generic AssociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

Associated Types

type Rep AssociateBrowserSettings :: Type -> Type #

Read AssociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

Show AssociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

NFData AssociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

Eq AssociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

Hashable AssociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

type AWSResponse AssociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

type Rep AssociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

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

newAssociateBrowserSettings Source #

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

AssociateBrowserSettings, associateBrowserSettings_browserSettingsArn - The ARN of the browser settings.

AssociateBrowserSettings, associateBrowserSettings_portalArn - The ARN of the web portal.

Request Lenses

Destructuring the Response

data AssociateBrowserSettingsResponse Source #

See: newAssociateBrowserSettingsResponse smart constructor.

Constructors

AssociateBrowserSettingsResponse' 

Fields

Instances

Instances details
Generic AssociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

Associated Types

type Rep AssociateBrowserSettingsResponse :: Type -> Type #

Read AssociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

Show AssociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

NFData AssociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

Eq AssociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

type Rep AssociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateBrowserSettings

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

newAssociateBrowserSettingsResponse Source #

Create a value of AssociateBrowserSettingsResponse 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:httpStatus:AssociateBrowserSettingsResponse', associateBrowserSettingsResponse_httpStatus - The response's http status code.

AssociateBrowserSettings, associateBrowserSettingsResponse_browserSettingsArn - The ARN of the browser settings.

AssociateBrowserSettings, associateBrowserSettingsResponse_portalArn - The ARN of the web portal.

Response Lenses