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

Description

Creates a browser settings resource that can be associated with a web portal. Once associated with a web portal, browser settings control how the browser will behave once a user starts a streaming session for the web portal.

Synopsis

Creating a Request

data CreateBrowserSettings Source #

See: newCreateBrowserSettings smart constructor.

Constructors

CreateBrowserSettings' 

Fields

  • additionalEncryptionContext :: Maybe (HashMap Text Text)

    Additional encryption context of the browser settings.

  • clientToken :: Maybe Text

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.

    If you do not specify a client token, one is automatically generated by the AWS SDK.

  • customerManagedKey :: Maybe Text

    The custom managed key of the browser settings.

  • tags :: Maybe [Sensitive Tag]

    The tags to add to the browser settings resource. A tag is a key-value pair.

  • browserPolicy :: Sensitive Text

    A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.

Instances

Instances details
ToJSON CreateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

ToHeaders CreateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

ToPath CreateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

ToQuery CreateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

AWSRequest CreateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

Associated Types

type AWSResponse CreateBrowserSettings #

Generic CreateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

Associated Types

type Rep CreateBrowserSettings :: Type -> Type #

Show CreateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

NFData CreateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

Methods

rnf :: CreateBrowserSettings -> () #

Eq CreateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

Hashable CreateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

type AWSResponse CreateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

type Rep CreateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

type Rep CreateBrowserSettings = D1 ('MetaData "CreateBrowserSettings" "Amazonka.WorkSpacesWeb.CreateBrowserSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "CreateBrowserSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "additionalEncryptionContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "customerManagedKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Tag])) :*: S1 ('MetaSel ('Just "browserPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))))

newCreateBrowserSettings Source #

Create a value of CreateBrowserSettings 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:additionalEncryptionContext:CreateBrowserSettings', createBrowserSettings_additionalEncryptionContext - Additional encryption context of the browser settings.

$sel:clientToken:CreateBrowserSettings', createBrowserSettings_clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.

If you do not specify a client token, one is automatically generated by the AWS SDK.

$sel:customerManagedKey:CreateBrowserSettings', createBrowserSettings_customerManagedKey - The custom managed key of the browser settings.

$sel:tags:CreateBrowserSettings', createBrowserSettings_tags - The tags to add to the browser settings resource. A tag is a key-value pair.

CreateBrowserSettings, createBrowserSettings_browserPolicy - A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.

Request Lenses

createBrowserSettings_additionalEncryptionContext :: Lens' CreateBrowserSettings (Maybe (HashMap Text Text)) Source #

Additional encryption context of the browser settings.

createBrowserSettings_clientToken :: Lens' CreateBrowserSettings (Maybe Text) Source #

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.

If you do not specify a client token, one is automatically generated by the AWS SDK.

createBrowserSettings_customerManagedKey :: Lens' CreateBrowserSettings (Maybe Text) Source #

The custom managed key of the browser settings.

createBrowserSettings_tags :: Lens' CreateBrowserSettings (Maybe [Tag]) Source #

The tags to add to the browser settings resource. A tag is a key-value pair.

createBrowserSettings_browserPolicy :: Lens' CreateBrowserSettings Text Source #

A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.

Destructuring the Response

data CreateBrowserSettingsResponse Source #

See: newCreateBrowserSettingsResponse smart constructor.

Constructors

CreateBrowserSettingsResponse' 

Fields

Instances

Instances details
Generic CreateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

Associated Types

type Rep CreateBrowserSettingsResponse :: Type -> Type #

Read CreateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

Show CreateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

NFData CreateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

Eq CreateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

type Rep CreateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateBrowserSettings

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

newCreateBrowserSettingsResponse Source #

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

CreateBrowserSettingsResponse, createBrowserSettingsResponse_browserSettingsArn - The ARN of the browser settings.

Response Lenses