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

Description

Associates a user settings resource with a web portal.

Synopsis

Creating a Request

data AssociateUserSettings Source #

See: newAssociateUserSettings smart constructor.

Constructors

AssociateUserSettings' 

Fields

Instances

Instances details
ToJSON AssociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

ToHeaders AssociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

ToPath AssociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

ToQuery AssociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

AWSRequest AssociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

Associated Types

type AWSResponse AssociateUserSettings #

Generic AssociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

Associated Types

type Rep AssociateUserSettings :: Type -> Type #

Read AssociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

Show AssociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

NFData AssociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

Methods

rnf :: AssociateUserSettings -> () #

Eq AssociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

Hashable AssociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

type AWSResponse AssociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

type Rep AssociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

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

newAssociateUserSettings Source #

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

AssociateUserSettings, associateUserSettings_portalArn - The ARN of the web portal.

AssociateUserSettings, associateUserSettings_userSettingsArn - The ARN of the user settings.

Request Lenses

Destructuring the Response

data AssociateUserSettingsResponse Source #

See: newAssociateUserSettingsResponse smart constructor.

Constructors

AssociateUserSettingsResponse' 

Fields

Instances

Instances details
Generic AssociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

Associated Types

type Rep AssociateUserSettingsResponse :: Type -> Type #

Read AssociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

Show AssociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

NFData AssociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

Eq AssociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

type Rep AssociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserSettings

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

newAssociateUserSettingsResponse Source #

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

AssociateUserSettings, associateUserSettingsResponse_portalArn - The ARN of the web portal.

AssociateUserSettings, associateUserSettingsResponse_userSettingsArn - The ARN of the user settings.

Response Lenses