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

Contents

Description

Derived from API version 2020-07-08 of the AWS service descriptions, licensed under Apache 2.0.

WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads. WorkSpaces Web makes it easy for customers to safely provide their employees with access to internal websites and SaaS web applications without the administrative burden of appliances or specialized client software. WorkSpaces Web provides simple policy tools tailored for user interactions, while offloading common tasks like capacity management, scaling, and maintaining browser images.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2020-07-08 of the Amazon WorkSpaces Web SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by WorkSpacesWeb.

AccessDeniedException

ConflictException

_ConflictException :: AsError a => Fold a ServiceError Source #

There is a conflict.

InternalServerException

_InternalServerException :: AsError a => Fold a ServiceError Source #

There is an internal server error.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The resource cannot be found.

ServiceQuotaExceededException

_ServiceQuotaExceededException :: AsError a => Fold a ServiceError Source #

The service quota has been exceeded.

ThrottlingException

_ThrottlingException :: AsError a => Fold a ServiceError Source #

There is a throttling error.

TooManyTagsException

_TooManyTagsException :: AsError a => Fold a ServiceError Source #

There are too many tags.

ValidationException

_ValidationException :: AsError a => Fold a ServiceError Source #

There is a validation error.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

AssociateBrowserSettings

data AssociateBrowserSettings Source #

See: newAssociateBrowserSettings smart constructor.

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.

data AssociateBrowserSettingsResponse Source #

See: newAssociateBrowserSettingsResponse smart constructor.

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.

AssociateNetworkSettings

data AssociateNetworkSettings Source #

See: newAssociateNetworkSettings smart constructor.

Instances

Instances details
ToJSON AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

ToHeaders AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

ToPath AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

ToQuery AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

AWSRequest AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Generic AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Associated Types

type Rep AssociateNetworkSettings :: Type -> Type #

Read AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Show AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

NFData AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Eq AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Hashable AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

type AWSResponse AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

type Rep AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

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

newAssociateNetworkSettings Source #

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

AssociateNetworkSettings, associateNetworkSettings_networkSettingsArn - The ARN of the network settings.

AssociateNetworkSettings, associateNetworkSettings_portalArn - The ARN of the web portal.

data AssociateNetworkSettingsResponse Source #

See: newAssociateNetworkSettingsResponse smart constructor.

Instances

Instances details
Generic AssociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Associated Types

type Rep AssociateNetworkSettingsResponse :: Type -> Type #

Read AssociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Show AssociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

NFData AssociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Eq AssociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

type Rep AssociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

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

newAssociateNetworkSettingsResponse Source #

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

AssociateNetworkSettings, associateNetworkSettingsResponse_networkSettingsArn - The ARN of the network settings.

AssociateNetworkSettings, associateNetworkSettingsResponse_portalArn - The ARN of the web portal.

AssociateTrustStore

data AssociateTrustStore Source #

See: newAssociateTrustStore smart constructor.

Instances

Instances details
ToJSON AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

ToHeaders AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

ToPath AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

ToQuery AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

AWSRequest AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Associated Types

type AWSResponse AssociateTrustStore #

Generic AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Associated Types

type Rep AssociateTrustStore :: Type -> Type #

Read AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Show AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

NFData AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Methods

rnf :: AssociateTrustStore -> () #

Eq AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Hashable AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

type AWSResponse AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

type Rep AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

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

newAssociateTrustStore Source #

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

AssociateTrustStore, associateTrustStore_portalArn - The ARN of the web portal.

AssociateTrustStore, associateTrustStore_trustStoreArn - The ARN of the trust store.

data AssociateTrustStoreResponse Source #

See: newAssociateTrustStoreResponse smart constructor.

Instances

Instances details
Generic AssociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Associated Types

type Rep AssociateTrustStoreResponse :: Type -> Type #

Read AssociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Show AssociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

NFData AssociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Eq AssociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

type Rep AssociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

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

newAssociateTrustStoreResponse Source #

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

AssociateTrustStore, associateTrustStoreResponse_portalArn - The ARN of the web portal.

AssociateTrustStore, associateTrustStoreResponse_trustStoreArn - The ARN of the trust store.

AssociateUserAccessLoggingSettings

data AssociateUserAccessLoggingSettings Source #

Instances

Instances details
ToJSON AssociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

ToHeaders AssociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

ToPath AssociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

ToQuery AssociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

AWSRequest AssociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

Generic AssociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

Associated Types

type Rep AssociateUserAccessLoggingSettings :: Type -> Type #

Read AssociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

Show AssociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

NFData AssociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

Eq AssociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

Hashable AssociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

type AWSResponse AssociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

type Rep AssociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

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

newAssociateUserAccessLoggingSettings Source #

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

AssociateUserAccessLoggingSettings, associateUserAccessLoggingSettings_portalArn - The ARN of the web portal.

AssociateUserAccessLoggingSettings, associateUserAccessLoggingSettings_userAccessLoggingSettingsArn - The ARN of the user access logging settings.

data AssociateUserAccessLoggingSettingsResponse Source #

Instances

Instances details
Generic AssociateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

Read AssociateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

Show AssociateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

NFData AssociateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

Eq AssociateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

type Rep AssociateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateUserAccessLoggingSettings

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

AssociateUserSettings

data AssociateUserSettings Source #

See: newAssociateUserSettings smart constructor.

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.

data AssociateUserSettingsResponse Source #

See: newAssociateUserSettingsResponse smart constructor.

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.

CreateBrowserSettings

data CreateBrowserSettings Source #

See: newCreateBrowserSettings smart constructor.

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.

data CreateBrowserSettingsResponse Source #

See: newCreateBrowserSettingsResponse smart constructor.

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.

CreateIdentityProvider

data CreateIdentityProvider Source #

See: newCreateIdentityProvider smart constructor.

Instances

Instances details
ToJSON CreateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

ToHeaders CreateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

ToPath CreateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

ToQuery CreateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

AWSRequest CreateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

Associated Types

type AWSResponse CreateIdentityProvider #

Generic CreateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

Associated Types

type Rep CreateIdentityProvider :: Type -> Type #

Show CreateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

NFData CreateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

Methods

rnf :: CreateIdentityProvider -> () #

Eq CreateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

Hashable CreateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

type AWSResponse CreateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

type Rep CreateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

type Rep CreateIdentityProvider = D1 ('MetaData "CreateIdentityProvider" "Amazonka.WorkSpacesWeb.CreateIdentityProvider" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "CreateIdentityProvider'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identityProviderDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "identityProviderName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: (S1 ('MetaSel ('Just "identityProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IdentityProviderType) :*: S1 ('MetaSel ('Just "portalArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateIdentityProvider Source #

Create a value of CreateIdentityProvider 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:clientToken:CreateIdentityProvider', createIdentityProvider_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.

CreateIdentityProvider, createIdentityProvider_identityProviderDetails - The identity provider details. The following list describes the provider detail keys for each identity provider type.

  • For Google and Login with Amazon:

    • client_id
    • client_secret
    • authorize_scopes
  • For Facebook:

    • client_id
    • client_secret
    • authorize_scopes
    • api_version
  • For Sign in with Apple:

    • client_id
    • team_id
    • key_id
    • private_key
    • authorize_scopes
  • For OIDC providers:

    • client_id
    • client_secret
    • attributes_request_method
    • oidc_issuer
    • authorize_scopes
    • authorize_url /if not available from discovery URL specified by oidc_issuer key/
    • token_url /if not available from discovery URL specified by oidc_issuer key/
    • attributes_url /if not available from discovery URL specified by oidc_issuer key/
    • jwks_uri /if not available from discovery URL specified by oidc_issuer key/
  • For SAML providers:

    • MetadataFile OR MetadataURL
    • IDPSignout (boolean) optional

CreateIdentityProvider, createIdentityProvider_identityProviderName - The identity provider name.

CreateIdentityProvider, createIdentityProvider_identityProviderType - The identity provider type.

CreateIdentityProvider, createIdentityProvider_portalArn - The ARN of the web portal.

data CreateIdentityProviderResponse Source #

See: newCreateIdentityProviderResponse smart constructor.

Instances

Instances details
Generic CreateIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

Associated Types

type Rep CreateIdentityProviderResponse :: Type -> Type #

Read CreateIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

Show CreateIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

NFData CreateIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

Eq CreateIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

type Rep CreateIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateIdentityProvider

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

newCreateIdentityProviderResponse Source #

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

CreateIdentityProviderResponse, createIdentityProviderResponse_identityProviderArn - The ARN of the identity provider.

CreateNetworkSettings

data CreateNetworkSettings Source #

See: newCreateNetworkSettings smart constructor.

Instances

Instances details
ToJSON CreateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

ToHeaders CreateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

ToPath CreateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

ToQuery CreateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

AWSRequest CreateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

Associated Types

type AWSResponse CreateNetworkSettings #

Generic CreateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

Associated Types

type Rep CreateNetworkSettings :: Type -> Type #

Show CreateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

NFData CreateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

Methods

rnf :: CreateNetworkSettings -> () #

Eq CreateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

Hashable CreateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

type AWSResponse CreateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

type Rep CreateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

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

newCreateNetworkSettings Source #

Create a value of CreateNetworkSettings 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:clientToken:CreateNetworkSettings', createNetworkSettings_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:tags:CreateNetworkSettings', createNetworkSettings_tags - The tags to add to the network settings resource. A tag is a key-value pair.

CreateNetworkSettings, createNetworkSettings_securityGroupIds - One or more security groups used to control access from streaming instances to your VPC.

CreateNetworkSettings, createNetworkSettings_subnetIds - The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.

CreateNetworkSettings, createNetworkSettings_vpcId - The VPC that streaming instances will connect to.

data CreateNetworkSettingsResponse Source #

See: newCreateNetworkSettingsResponse smart constructor.

Instances

Instances details
Generic CreateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

Associated Types

type Rep CreateNetworkSettingsResponse :: Type -> Type #

Read CreateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

Show CreateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

NFData CreateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

Eq CreateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

type Rep CreateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateNetworkSettings

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

newCreateNetworkSettingsResponse Source #

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

CreateNetworkSettingsResponse, createNetworkSettingsResponse_networkSettingsArn - The ARN of the network settings.

CreatePortal

data CreatePortal Source #

See: newCreatePortal smart constructor.

Instances

Instances details
ToJSON CreatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

ToHeaders CreatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

ToPath CreatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

ToQuery CreatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

AWSRequest CreatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

Associated Types

type AWSResponse CreatePortal #

Generic CreatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

Associated Types

type Rep CreatePortal :: Type -> Type #

Show CreatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

NFData CreatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

Methods

rnf :: CreatePortal -> () #

Eq CreatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

Hashable CreatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

type AWSResponse CreatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

type Rep CreatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

type Rep CreatePortal = D1 ('MetaData "CreatePortal" "Amazonka.WorkSpacesWeb.CreatePortal" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "CreatePortal'" '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 "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Tag]))))))

newCreatePortal :: CreatePortal Source #

Create a value of CreatePortal 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:CreatePortal', createPortal_additionalEncryptionContext - The additional encryption context of the portal.

$sel:clientToken:CreatePortal', createPortal_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:CreatePortal', createPortal_customerManagedKey - The customer managed key of the web portal.

CreatePortal, createPortal_displayName - The name of the web portal. This is not visible to users who log into the web portal.

$sel:tags:CreatePortal', createPortal_tags - The tags to add to the web portal. A tag is a key-value pair.

data CreatePortalResponse Source #

See: newCreatePortalResponse smart constructor.

Instances

Instances details
Generic CreatePortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

Associated Types

type Rep CreatePortalResponse :: Type -> Type #

Read CreatePortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

Show CreatePortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

NFData CreatePortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

Methods

rnf :: CreatePortalResponse -> () #

Eq CreatePortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

type Rep CreatePortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreatePortal

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

newCreatePortalResponse Source #

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

CreatePortalResponse, createPortalResponse_portalArn - The ARN of the web portal.

CreatePortalResponse, createPortalResponse_portalEndpoint - The endpoint URL of the web portal that users access in order to start streaming sessions.

CreateTrustStore

data CreateTrustStore Source #

See: newCreateTrustStore smart constructor.

Instances

Instances details
ToJSON CreateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

ToHeaders CreateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

ToPath CreateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

ToQuery CreateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

AWSRequest CreateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

Associated Types

type AWSResponse CreateTrustStore #

Generic CreateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

Associated Types

type Rep CreateTrustStore :: Type -> Type #

Show CreateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

NFData CreateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

Methods

rnf :: CreateTrustStore -> () #

Eq CreateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

Hashable CreateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

type AWSResponse CreateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

type Rep CreateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

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

newCreateTrustStore :: CreateTrustStore Source #

Create a value of CreateTrustStore 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:clientToken:CreateTrustStore', createTrustStore_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:tags:CreateTrustStore', createTrustStore_tags - The tags to add to the trust store. A tag is a key-value pair.

$sel:certificateList:CreateTrustStore', createTrustStore_certificateList - A list of CA certificates to be added to the trust store.

data CreateTrustStoreResponse Source #

See: newCreateTrustStoreResponse smart constructor.

Instances

Instances details
Generic CreateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

Associated Types

type Rep CreateTrustStoreResponse :: Type -> Type #

Read CreateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

Show CreateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

NFData CreateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

Eq CreateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

type Rep CreateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateTrustStore

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

newCreateTrustStoreResponse Source #

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

CreateTrustStoreResponse, createTrustStoreResponse_trustStoreArn - The ARN of the trust store.

CreateUserAccessLoggingSettings

data CreateUserAccessLoggingSettings Source #

See: newCreateUserAccessLoggingSettings smart constructor.

Instances

Instances details
ToJSON CreateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

ToHeaders CreateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

ToPath CreateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

ToQuery CreateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

AWSRequest CreateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

Generic CreateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

Associated Types

type Rep CreateUserAccessLoggingSettings :: Type -> Type #

Show CreateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

NFData CreateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

Eq CreateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

Hashable CreateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

type AWSResponse CreateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

type Rep CreateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

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

newCreateUserAccessLoggingSettings Source #

Create a value of CreateUserAccessLoggingSettings 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:clientToken:CreateUserAccessLoggingSettings', createUserAccessLoggingSettings_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:tags:CreateUserAccessLoggingSettings', createUserAccessLoggingSettings_tags - The tags to add to the user settings resource. A tag is a key-value pair.

CreateUserAccessLoggingSettings, createUserAccessLoggingSettings_kinesisStreamArn - The ARN of the Kinesis stream.

data CreateUserAccessLoggingSettingsResponse Source #

Instances

Instances details
Generic CreateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

Read CreateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

Show CreateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

NFData CreateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

Eq CreateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

type Rep CreateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserAccessLoggingSettings

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

newCreateUserAccessLoggingSettingsResponse Source #

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

CreateUserAccessLoggingSettingsResponse, createUserAccessLoggingSettingsResponse_userAccessLoggingSettingsArn - The ARN of the user access logging settings.

CreateUserSettings

data CreateUserSettings Source #

See: newCreateUserSettings smart constructor.

Instances

Instances details
ToJSON CreateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

ToHeaders CreateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

ToPath CreateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

ToQuery CreateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

AWSRequest CreateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

Associated Types

type AWSResponse CreateUserSettings #

Generic CreateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

Associated Types

type Rep CreateUserSettings :: Type -> Type #

Show CreateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

NFData CreateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

Methods

rnf :: CreateUserSettings -> () #

Eq CreateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

Hashable CreateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

type AWSResponse CreateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

type Rep CreateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

type Rep CreateUserSettings = D1 ('MetaData "CreateUserSettings" "Amazonka.WorkSpacesWeb.CreateUserSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "CreateUserSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "disconnectTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "idleDisconnectTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Tag])))) :*: ((S1 ('MetaSel ('Just "copyAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EnabledType) :*: S1 ('MetaSel ('Just "downloadAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EnabledType)) :*: (S1 ('MetaSel ('Just "pasteAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EnabledType) :*: (S1 ('MetaSel ('Just "printAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EnabledType) :*: S1 ('MetaSel ('Just "uploadAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EnabledType))))))

newCreateUserSettings Source #

Create a value of CreateUserSettings 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:clientToken:CreateUserSettings', createUserSettings_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.

CreateUserSettings, createUserSettings_disconnectTimeoutInMinutes - The amount of time that a streaming session remains active after users disconnect.

CreateUserSettings, createUserSettings_idleDisconnectTimeoutInMinutes - The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.

$sel:tags:CreateUserSettings', createUserSettings_tags - The tags to add to the user settings resource. A tag is a key-value pair.

CreateUserSettings, createUserSettings_copyAllowed - Specifies whether the user can copy text from the streaming session to the local device.

CreateUserSettings, createUserSettings_downloadAllowed - Specifies whether the user can download files from the streaming session to the local device.

CreateUserSettings, createUserSettings_pasteAllowed - Specifies whether the user can paste text from the local device to the streaming session.

CreateUserSettings, createUserSettings_printAllowed - Specifies whether the user can print to the local device.

CreateUserSettings, createUserSettings_uploadAllowed - Specifies whether the user can upload files from the local device to the streaming session.

data CreateUserSettingsResponse Source #

See: newCreateUserSettingsResponse smart constructor.

Instances

Instances details
Generic CreateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

Associated Types

type Rep CreateUserSettingsResponse :: Type -> Type #

Read CreateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

Show CreateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

NFData CreateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

Eq CreateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

type Rep CreateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.CreateUserSettings

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

newCreateUserSettingsResponse Source #

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

CreateUserSettingsResponse, createUserSettingsResponse_userSettingsArn - The ARN of the user settings.

DeleteBrowserSettings

data DeleteBrowserSettings Source #

See: newDeleteBrowserSettings smart constructor.

Instances

Instances details
ToHeaders DeleteBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

ToPath DeleteBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

ToQuery DeleteBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

AWSRequest DeleteBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

Associated Types

type AWSResponse DeleteBrowserSettings #

Generic DeleteBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

Associated Types

type Rep DeleteBrowserSettings :: Type -> Type #

Read DeleteBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

Show DeleteBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

NFData DeleteBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

Methods

rnf :: DeleteBrowserSettings -> () #

Eq DeleteBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

Hashable DeleteBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

type AWSResponse DeleteBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

type Rep DeleteBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

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

newDeleteBrowserSettings Source #

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

DeleteBrowserSettings, deleteBrowserSettings_browserSettingsArn - The ARN of the browser settings.

data DeleteBrowserSettingsResponse Source #

See: newDeleteBrowserSettingsResponse smart constructor.

Instances

Instances details
Generic DeleteBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

Associated Types

type Rep DeleteBrowserSettingsResponse :: Type -> Type #

Read DeleteBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

Show DeleteBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

NFData DeleteBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

Eq DeleteBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

type Rep DeleteBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteBrowserSettings

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

newDeleteBrowserSettingsResponse Source #

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

DeleteIdentityProvider

data DeleteIdentityProvider Source #

See: newDeleteIdentityProvider smart constructor.

Instances

Instances details
ToHeaders DeleteIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

ToPath DeleteIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

ToQuery DeleteIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

AWSRequest DeleteIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

Associated Types

type AWSResponse DeleteIdentityProvider #

Generic DeleteIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

Associated Types

type Rep DeleteIdentityProvider :: Type -> Type #

Read DeleteIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

Show DeleteIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

NFData DeleteIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

Methods

rnf :: DeleteIdentityProvider -> () #

Eq DeleteIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

Hashable DeleteIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

type AWSResponse DeleteIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

type Rep DeleteIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

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

newDeleteIdentityProvider Source #

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

DeleteIdentityProvider, deleteIdentityProvider_identityProviderArn - The ARN of the identity provider.

data DeleteIdentityProviderResponse Source #

See: newDeleteIdentityProviderResponse smart constructor.

Instances

Instances details
Generic DeleteIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

Associated Types

type Rep DeleteIdentityProviderResponse :: Type -> Type #

Read DeleteIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

Show DeleteIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

NFData DeleteIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

Eq DeleteIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

type Rep DeleteIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteIdentityProvider

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

newDeleteIdentityProviderResponse Source #

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

DeleteNetworkSettings

data DeleteNetworkSettings Source #

See: newDeleteNetworkSettings smart constructor.

Instances

Instances details
ToHeaders DeleteNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

ToPath DeleteNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

ToQuery DeleteNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

AWSRequest DeleteNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

Associated Types

type AWSResponse DeleteNetworkSettings #

Generic DeleteNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

Associated Types

type Rep DeleteNetworkSettings :: Type -> Type #

Read DeleteNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

Show DeleteNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

NFData DeleteNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

Methods

rnf :: DeleteNetworkSettings -> () #

Eq DeleteNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

Hashable DeleteNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

type AWSResponse DeleteNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

type Rep DeleteNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

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

newDeleteNetworkSettings Source #

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

DeleteNetworkSettings, deleteNetworkSettings_networkSettingsArn - The ARN of the network settings.

data DeleteNetworkSettingsResponse Source #

See: newDeleteNetworkSettingsResponse smart constructor.

Instances

Instances details
Generic DeleteNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

Associated Types

type Rep DeleteNetworkSettingsResponse :: Type -> Type #

Read DeleteNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

Show DeleteNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

NFData DeleteNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

Eq DeleteNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

type Rep DeleteNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteNetworkSettings

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

newDeleteNetworkSettingsResponse Source #

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

DeletePortal

data DeletePortal Source #

See: newDeletePortal smart constructor.

Constructors

DeletePortal' Text 

Instances

Instances details
ToHeaders DeletePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

ToPath DeletePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

ToQuery DeletePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

AWSRequest DeletePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

Associated Types

type AWSResponse DeletePortal #

Generic DeletePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

Associated Types

type Rep DeletePortal :: Type -> Type #

Read DeletePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

Show DeletePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

NFData DeletePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

Methods

rnf :: DeletePortal -> () #

Eq DeletePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

Hashable DeletePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

type AWSResponse DeletePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

type Rep DeletePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

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

newDeletePortal Source #

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

DeletePortal, deletePortal_portalArn - The ARN of the web portal.

data DeletePortalResponse Source #

See: newDeletePortalResponse smart constructor.

Instances

Instances details
Generic DeletePortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

Associated Types

type Rep DeletePortalResponse :: Type -> Type #

Read DeletePortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

Show DeletePortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

NFData DeletePortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

Methods

rnf :: DeletePortalResponse -> () #

Eq DeletePortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

type Rep DeletePortalResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeletePortal

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

newDeletePortalResponse Source #

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

DeleteTrustStore

data DeleteTrustStore Source #

See: newDeleteTrustStore smart constructor.

Constructors

DeleteTrustStore' Text 

Instances

Instances details
ToHeaders DeleteTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

ToPath DeleteTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

ToQuery DeleteTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

AWSRequest DeleteTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

Associated Types

type AWSResponse DeleteTrustStore #

Generic DeleteTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

Associated Types

type Rep DeleteTrustStore :: Type -> Type #

Read DeleteTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

Show DeleteTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

NFData DeleteTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

Methods

rnf :: DeleteTrustStore -> () #

Eq DeleteTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

Hashable DeleteTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

type AWSResponse DeleteTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

type Rep DeleteTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

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

newDeleteTrustStore Source #

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

DeleteTrustStore, deleteTrustStore_trustStoreArn - The ARN of the trust store.

data DeleteTrustStoreResponse Source #

See: newDeleteTrustStoreResponse smart constructor.

Instances

Instances details
Generic DeleteTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

Associated Types

type Rep DeleteTrustStoreResponse :: Type -> Type #

Read DeleteTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

Show DeleteTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

NFData DeleteTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

Eq DeleteTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

type Rep DeleteTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteTrustStore

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

newDeleteTrustStoreResponse Source #

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

DeleteUserAccessLoggingSettings

data DeleteUserAccessLoggingSettings Source #

See: newDeleteUserAccessLoggingSettings smart constructor.

Instances

Instances details
ToHeaders DeleteUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

ToPath DeleteUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

ToQuery DeleteUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

AWSRequest DeleteUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

Generic DeleteUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

Associated Types

type Rep DeleteUserAccessLoggingSettings :: Type -> Type #

Read DeleteUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

Show DeleteUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

NFData DeleteUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

Eq DeleteUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

Hashable DeleteUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

type AWSResponse DeleteUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

type Rep DeleteUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

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

newDeleteUserAccessLoggingSettings Source #

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

DeleteUserAccessLoggingSettings, deleteUserAccessLoggingSettings_userAccessLoggingSettingsArn - The ARN of the user access logging settings.

data DeleteUserAccessLoggingSettingsResponse Source #

Instances

Instances details
Generic DeleteUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

Read DeleteUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

Show DeleteUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

NFData DeleteUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

Eq DeleteUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

type Rep DeleteUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserAccessLoggingSettings

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

newDeleteUserAccessLoggingSettingsResponse Source #

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

DeleteUserSettings

data DeleteUserSettings Source #

See: newDeleteUserSettings smart constructor.

Instances

Instances details
ToHeaders DeleteUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

ToPath DeleteUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

ToQuery DeleteUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

AWSRequest DeleteUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

Associated Types

type AWSResponse DeleteUserSettings #

Generic DeleteUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

Associated Types

type Rep DeleteUserSettings :: Type -> Type #

Read DeleteUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

Show DeleteUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

NFData DeleteUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

Methods

rnf :: DeleteUserSettings -> () #

Eq DeleteUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

Hashable DeleteUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

type AWSResponse DeleteUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

type Rep DeleteUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

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

newDeleteUserSettings Source #

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

DeleteUserSettings, deleteUserSettings_userSettingsArn - The ARN of the user settings.

data DeleteUserSettingsResponse Source #

See: newDeleteUserSettingsResponse smart constructor.

Instances

Instances details
Generic DeleteUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

Associated Types

type Rep DeleteUserSettingsResponse :: Type -> Type #

Read DeleteUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

Show DeleteUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

NFData DeleteUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

Eq DeleteUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

type Rep DeleteUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DeleteUserSettings

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

newDeleteUserSettingsResponse Source #

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

DisassociateBrowserSettings

data DisassociateBrowserSettings Source #

See: newDisassociateBrowserSettings smart constructor.

Instances

Instances details
ToHeaders DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

ToPath DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

ToQuery DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

AWSRequest DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Generic DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Associated Types

type Rep DisassociateBrowserSettings :: Type -> Type #

Read DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Show DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

NFData DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Eq DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Hashable DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

type AWSResponse DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

type Rep DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

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

newDisassociateBrowserSettings Source #

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

DisassociateBrowserSettings, disassociateBrowserSettings_portalArn - The ARN of the web portal.

data DisassociateBrowserSettingsResponse Source #

Instances

Instances details
Generic DisassociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Read DisassociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Show DisassociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

NFData DisassociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Eq DisassociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

type Rep DisassociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

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

newDisassociateBrowserSettingsResponse Source #

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

DisassociateNetworkSettings

data DisassociateNetworkSettings Source #

See: newDisassociateNetworkSettings smart constructor.

Instances

Instances details
ToHeaders DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

ToPath DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

ToQuery DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

AWSRequest DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Generic DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Associated Types

type Rep DisassociateNetworkSettings :: Type -> Type #

Read DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Show DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

NFData DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Eq DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Hashable DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

type AWSResponse DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

type Rep DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

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

newDisassociateNetworkSettings Source #

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

DisassociateNetworkSettings, disassociateNetworkSettings_portalArn - The ARN of the web portal.

data DisassociateNetworkSettingsResponse Source #

Instances

Instances details
Generic DisassociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Read DisassociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Show DisassociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

NFData DisassociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Eq DisassociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

type Rep DisassociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

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

newDisassociateNetworkSettingsResponse Source #

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

DisassociateTrustStore

data DisassociateTrustStore Source #

See: newDisassociateTrustStore smart constructor.

Instances

Instances details
ToHeaders DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

ToPath DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

ToQuery DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

AWSRequest DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Associated Types

type AWSResponse DisassociateTrustStore #

Generic DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Associated Types

type Rep DisassociateTrustStore :: Type -> Type #

Read DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Show DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

NFData DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Methods

rnf :: DisassociateTrustStore -> () #

Eq DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Hashable DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

type AWSResponse DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

type Rep DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

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

newDisassociateTrustStore Source #

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

DisassociateTrustStore, disassociateTrustStore_portalArn - The ARN of the web portal.

data DisassociateTrustStoreResponse Source #

See: newDisassociateTrustStoreResponse smart constructor.

Instances

Instances details
Generic DisassociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Associated Types

type Rep DisassociateTrustStoreResponse :: Type -> Type #

Read DisassociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Show DisassociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

NFData DisassociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Eq DisassociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

type Rep DisassociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

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

newDisassociateTrustStoreResponse Source #

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

DisassociateUserAccessLoggingSettings

data DisassociateUserAccessLoggingSettings Source #

Instances

Instances details
ToHeaders DisassociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

ToPath DisassociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

ToQuery DisassociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

AWSRequest DisassociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

Generic DisassociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

Read DisassociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

Show DisassociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

NFData DisassociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

Eq DisassociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

Hashable DisassociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

type AWSResponse DisassociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

type Rep DisassociateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

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

newDisassociateUserAccessLoggingSettings Source #

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

DisassociateUserAccessLoggingSettings, disassociateUserAccessLoggingSettings_portalArn - The ARN of the web portal.

data DisassociateUserAccessLoggingSettingsResponse Source #

Instances

Instances details
Generic DisassociateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

Read DisassociateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

Show DisassociateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

NFData DisassociateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

Eq DisassociateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

type Rep DisassociateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserAccessLoggingSettings

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

newDisassociateUserAccessLoggingSettingsResponse Source #

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

DisassociateUserSettings

data DisassociateUserSettings Source #

See: newDisassociateUserSettings smart constructor.

Instances

Instances details
ToHeaders DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

ToPath DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

ToQuery DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

AWSRequest DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Generic DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Associated Types

type Rep DisassociateUserSettings :: Type -> Type #

Read DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Show DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

NFData DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Eq DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Hashable DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

type AWSResponse DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

type Rep DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

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

newDisassociateUserSettings Source #

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

DisassociateUserSettings, disassociateUserSettings_portalArn - The ARN of the web portal.

data DisassociateUserSettingsResponse Source #

See: newDisassociateUserSettingsResponse smart constructor.

Instances

Instances details
Generic DisassociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Associated Types

type Rep DisassociateUserSettingsResponse :: Type -> Type #

Read DisassociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Show DisassociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

NFData DisassociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Eq DisassociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

type Rep DisassociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

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

newDisassociateUserSettingsResponse Source #

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

GetBrowserSettings

data GetBrowserSettings Source #

See: newGetBrowserSettings smart constructor.

Instances

Instances details
ToHeaders GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

ToPath GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

ToQuery GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

AWSRequest GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

Associated Types

type AWSResponse GetBrowserSettings #

Generic GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

Associated Types

type Rep GetBrowserSettings :: Type -> Type #

Read GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

Show GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

NFData GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

Methods

rnf :: GetBrowserSettings -> () #

Eq GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

Hashable GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

type AWSResponse GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

type Rep GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

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

newGetBrowserSettings Source #

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

GetBrowserSettings, getBrowserSettings_browserSettingsArn - The ARN of the browser settings.

data GetBrowserSettingsResponse Source #

See: newGetBrowserSettingsResponse smart constructor.

Instances

Instances details
Generic GetBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

Associated Types

type Rep GetBrowserSettingsResponse :: Type -> Type #

Show GetBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

NFData GetBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

Eq GetBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

type Rep GetBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

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

newGetBrowserSettingsResponse Source #

Create a value of GetBrowserSettingsResponse 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:browserSettings:GetBrowserSettingsResponse', getBrowserSettingsResponse_browserSettings - The browser settings.

$sel:httpStatus:GetBrowserSettingsResponse', getBrowserSettingsResponse_httpStatus - The response's http status code.

GetIdentityProvider

data GetIdentityProvider Source #

See: newGetIdentityProvider smart constructor.

Instances

Instances details
ToHeaders GetIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

ToPath GetIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

ToQuery GetIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

AWSRequest GetIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

Associated Types

type AWSResponse GetIdentityProvider #

Generic GetIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

Associated Types

type Rep GetIdentityProvider :: Type -> Type #

Read GetIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

Show GetIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

NFData GetIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

Methods

rnf :: GetIdentityProvider -> () #

Eq GetIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

Hashable GetIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

type AWSResponse GetIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

type Rep GetIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

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

newGetIdentityProvider Source #

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

GetIdentityProvider, getIdentityProvider_identityProviderArn - The ARN of the identity provider.

data GetIdentityProviderResponse Source #

See: newGetIdentityProviderResponse smart constructor.

Instances

Instances details
Generic GetIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

Associated Types

type Rep GetIdentityProviderResponse :: Type -> Type #

Show GetIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

NFData GetIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

Eq GetIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

type Rep GetIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetIdentityProvider

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

newGetIdentityProviderResponse Source #

Create a value of GetIdentityProviderResponse 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:identityProvider:GetIdentityProviderResponse', getIdentityProviderResponse_identityProvider - The identity provider.

$sel:httpStatus:GetIdentityProviderResponse', getIdentityProviderResponse_httpStatus - The response's http status code.

GetNetworkSettings

data GetNetworkSettings Source #

See: newGetNetworkSettings smart constructor.

Instances

Instances details
ToHeaders GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

ToPath GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

ToQuery GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

AWSRequest GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Associated Types

type AWSResponse GetNetworkSettings #

Generic GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Associated Types

type Rep GetNetworkSettings :: Type -> Type #

Read GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Show GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

NFData GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Methods

rnf :: GetNetworkSettings -> () #

Eq GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Hashable GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

type AWSResponse GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

type Rep GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

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

newGetNetworkSettings Source #

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

GetNetworkSettings, getNetworkSettings_networkSettingsArn - The ARN of the network settings.

data GetNetworkSettingsResponse Source #

See: newGetNetworkSettingsResponse smart constructor.

Instances

Instances details
Generic GetNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Associated Types

type Rep GetNetworkSettingsResponse :: Type -> Type #

Read GetNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Show GetNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

NFData GetNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Eq GetNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

type Rep GetNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

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

newGetNetworkSettingsResponse Source #

Create a value of GetNetworkSettingsResponse 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:GetNetworkSettingsResponse', getNetworkSettingsResponse_networkSettings - The network settings.

$sel:httpStatus:GetNetworkSettingsResponse', getNetworkSettingsResponse_httpStatus - The response's http status code.

GetPortal

data GetPortal Source #

See: newGetPortal smart constructor.

Constructors

GetPortal' Text 

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.

data GetPortalResponse Source #

See: newGetPortalResponse smart constructor.

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.

GetPortalServiceProviderMetadata

data GetPortalServiceProviderMetadata Source #

See: newGetPortalServiceProviderMetadata smart constructor.

Instances

Instances details
ToHeaders GetPortalServiceProviderMetadata Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

ToPath GetPortalServiceProviderMetadata Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

ToQuery GetPortalServiceProviderMetadata Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

AWSRequest GetPortalServiceProviderMetadata Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

Generic GetPortalServiceProviderMetadata Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

Associated Types

type Rep GetPortalServiceProviderMetadata :: Type -> Type #

Read GetPortalServiceProviderMetadata Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

Show GetPortalServiceProviderMetadata Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

NFData GetPortalServiceProviderMetadata Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

Eq GetPortalServiceProviderMetadata Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

Hashable GetPortalServiceProviderMetadata Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

type AWSResponse GetPortalServiceProviderMetadata Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

type Rep GetPortalServiceProviderMetadata Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

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

newGetPortalServiceProviderMetadata Source #

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

GetPortalServiceProviderMetadata, getPortalServiceProviderMetadata_portalArn - The ARN of the web portal.

data GetPortalServiceProviderMetadataResponse Source #

Instances

Instances details
Generic GetPortalServiceProviderMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

Read GetPortalServiceProviderMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

Show GetPortalServiceProviderMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

NFData GetPortalServiceProviderMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

Eq GetPortalServiceProviderMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

type Rep GetPortalServiceProviderMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetPortalServiceProviderMetadata

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

GetTrustStore

data GetTrustStore Source #

See: newGetTrustStore smart constructor.

Constructors

GetTrustStore' Text 

Instances

Instances details
ToHeaders GetTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

ToPath GetTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

ToQuery GetTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

AWSRequest GetTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

Associated Types

type AWSResponse GetTrustStore #

Generic GetTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

Associated Types

type Rep GetTrustStore :: Type -> Type #

Read GetTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

Show GetTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

NFData GetTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

Methods

rnf :: GetTrustStore -> () #

Eq GetTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

Hashable GetTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

type AWSResponse GetTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

type Rep GetTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

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

newGetTrustStore Source #

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

GetTrustStore, getTrustStore_trustStoreArn - The ARN of the trust store.

data GetTrustStoreResponse Source #

See: newGetTrustStoreResponse smart constructor.

Instances

Instances details
Generic GetTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

Associated Types

type Rep GetTrustStoreResponse :: Type -> Type #

Read GetTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

Show GetTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

NFData GetTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

Methods

rnf :: GetTrustStoreResponse -> () #

Eq GetTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

type Rep GetTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStore

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

newGetTrustStoreResponse Source #

Create a value of GetTrustStoreResponse 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:trustStore:GetTrustStoreResponse', getTrustStoreResponse_trustStore - The trust store.

$sel:httpStatus:GetTrustStoreResponse', getTrustStoreResponse_httpStatus - The response's http status code.

GetTrustStoreCertificate

data GetTrustStoreCertificate Source #

See: newGetTrustStoreCertificate smart constructor.

Instances

Instances details
ToHeaders GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

ToPath GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

ToQuery GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

AWSRequest GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Generic GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Associated Types

type Rep GetTrustStoreCertificate :: Type -> Type #

Read GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Show GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

NFData GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Eq GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Hashable GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

type AWSResponse GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

type Rep GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

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

newGetTrustStoreCertificate Source #

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

GetTrustStoreCertificate, getTrustStoreCertificate_thumbprint - The thumbprint of the trust store certificate.

GetTrustStoreCertificate, getTrustStoreCertificate_trustStoreArn - The ARN of the trust store certificate.

data GetTrustStoreCertificateResponse Source #

See: newGetTrustStoreCertificateResponse smart constructor.

Instances

Instances details
Generic GetTrustStoreCertificateResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Associated Types

type Rep GetTrustStoreCertificateResponse :: Type -> Type #

Read GetTrustStoreCertificateResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Show GetTrustStoreCertificateResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

NFData GetTrustStoreCertificateResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Eq GetTrustStoreCertificateResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

type Rep GetTrustStoreCertificateResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

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

newGetTrustStoreCertificateResponse Source #

Create a value of GetTrustStoreCertificateResponse 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:certificate:GetTrustStoreCertificateResponse', getTrustStoreCertificateResponse_certificate - The certificate of the trust store certificate.

GetTrustStoreCertificate, getTrustStoreCertificateResponse_trustStoreArn - The ARN of the trust store certificate.

$sel:httpStatus:GetTrustStoreCertificateResponse', getTrustStoreCertificateResponse_httpStatus - The response's http status code.

GetUserAccessLoggingSettings

data GetUserAccessLoggingSettings Source #

See: newGetUserAccessLoggingSettings smart constructor.

Instances

Instances details
ToHeaders GetUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

ToPath GetUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

ToQuery GetUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

AWSRequest GetUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

Generic GetUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

Associated Types

type Rep GetUserAccessLoggingSettings :: Type -> Type #

Read GetUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

Show GetUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

NFData GetUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

Eq GetUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

Hashable GetUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

type AWSResponse GetUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

type Rep GetUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

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

newGetUserAccessLoggingSettings Source #

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

GetUserAccessLoggingSettings, getUserAccessLoggingSettings_userAccessLoggingSettingsArn - The ARN of the user access logging settings.

data GetUserAccessLoggingSettingsResponse Source #

Instances

Instances details
Generic GetUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

Read GetUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

Show GetUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

NFData GetUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

Eq GetUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

type Rep GetUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserAccessLoggingSettings

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

newGetUserAccessLoggingSettingsResponse Source #

Create a value of GetUserAccessLoggingSettingsResponse 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:userAccessLoggingSettings:GetUserAccessLoggingSettingsResponse', getUserAccessLoggingSettingsResponse_userAccessLoggingSettings - The user access logging settings.

$sel:httpStatus:GetUserAccessLoggingSettingsResponse', getUserAccessLoggingSettingsResponse_httpStatus - The response's http status code.

GetUserSettings

data GetUserSettings Source #

See: newGetUserSettings smart constructor.

Constructors

GetUserSettings' Text 

Instances

Instances details
ToHeaders GetUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

ToPath GetUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

ToQuery GetUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

AWSRequest GetUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

Associated Types

type AWSResponse GetUserSettings #

Generic GetUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

Associated Types

type Rep GetUserSettings :: Type -> Type #

Read GetUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

Show GetUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

NFData GetUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

Methods

rnf :: GetUserSettings -> () #

Eq GetUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

Hashable GetUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

type AWSResponse GetUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

type Rep GetUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

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

newGetUserSettings Source #

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

GetUserSettings, getUserSettings_userSettingsArn - The ARN of the user settings.

data GetUserSettingsResponse Source #

See: newGetUserSettingsResponse smart constructor.

Instances

Instances details
Generic GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

Associated Types

type Rep GetUserSettingsResponse :: Type -> Type #

Read GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

Show GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

NFData GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

Methods

rnf :: GetUserSettingsResponse -> () #

Eq GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

type Rep GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetUserSettings

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

newGetUserSettingsResponse Source #

Create a value of GetUserSettingsResponse 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:userSettings:GetUserSettingsResponse', getUserSettingsResponse_userSettings - The user settings.

$sel:httpStatus:GetUserSettingsResponse', getUserSettingsResponse_httpStatus - The response's http status code.

ListBrowserSettings

data ListBrowserSettings Source #

See: newListBrowserSettings smart constructor.

Instances

Instances details
ToHeaders ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

ToPath ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

ToQuery ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

AWSRequest ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Associated Types

type AWSResponse ListBrowserSettings #

Generic ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Associated Types

type Rep ListBrowserSettings :: Type -> Type #

Read ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Show ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

NFData ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Methods

rnf :: ListBrowserSettings -> () #

Eq ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Hashable ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

type AWSResponse ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

type Rep ListBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

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

newListBrowserSettings :: ListBrowserSettings Source #

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

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

data ListBrowserSettingsResponse Source #

See: newListBrowserSettingsResponse smart constructor.

Instances

Instances details
Generic ListBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Associated Types

type Rep ListBrowserSettingsResponse :: Type -> Type #

Read ListBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Show ListBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

NFData ListBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

Eq ListBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

type Rep ListBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListBrowserSettings

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

newListBrowserSettingsResponse Source #

Create a value of ListBrowserSettingsResponse 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:browserSettings:ListBrowserSettingsResponse', listBrowserSettingsResponse_browserSettings - The browser settings.

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

$sel:httpStatus:ListBrowserSettingsResponse', listBrowserSettingsResponse_httpStatus - The response's http status code.

ListIdentityProviders

data ListIdentityProviders Source #

See: newListIdentityProviders smart constructor.

Instances

Instances details
ToHeaders ListIdentityProviders Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

ToPath ListIdentityProviders Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

ToQuery ListIdentityProviders Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

AWSRequest ListIdentityProviders Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

Associated Types

type AWSResponse ListIdentityProviders #

Generic ListIdentityProviders Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

Associated Types

type Rep ListIdentityProviders :: Type -> Type #

Read ListIdentityProviders Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

Show ListIdentityProviders Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

NFData ListIdentityProviders Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

Methods

rnf :: ListIdentityProviders -> () #

Eq ListIdentityProviders Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

Hashable ListIdentityProviders Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

type AWSResponse ListIdentityProviders Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

type Rep ListIdentityProviders Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

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

newListIdentityProviders Source #

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

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

ListIdentityProviders, listIdentityProviders_portalArn - The ARN of the web portal.

data ListIdentityProvidersResponse Source #

See: newListIdentityProvidersResponse smart constructor.

Instances

Instances details
Generic ListIdentityProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

Associated Types

type Rep ListIdentityProvidersResponse :: Type -> Type #

Show ListIdentityProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

NFData ListIdentityProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

Eq ListIdentityProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

type Rep ListIdentityProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListIdentityProviders

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

newListIdentityProvidersResponse Source #

Create a value of ListIdentityProvidersResponse 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:identityProviders:ListIdentityProvidersResponse', listIdentityProvidersResponse_identityProviders - The identity providers.

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

$sel:httpStatus:ListIdentityProvidersResponse', listIdentityProvidersResponse_httpStatus - The response's http status code.

ListNetworkSettings

data ListNetworkSettings Source #

See: newListNetworkSettings smart constructor.

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.

data ListNetworkSettingsResponse Source #

See: newListNetworkSettingsResponse smart constructor.

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.

ListPortals

data ListPortals Source #

See: newListPortals smart constructor.

Constructors

ListPortals' (Maybe Natural) (Maybe Text) 

Instances

Instances details
ToHeaders ListPortals Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

Methods

toHeaders :: ListPortals -> [Header] #

ToPath ListPortals Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

ToQuery ListPortals Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

AWSRequest ListPortals Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

Associated Types

type AWSResponse ListPortals #

Generic ListPortals Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

Associated Types

type Rep ListPortals :: Type -> Type #

Read ListPortals Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

Show ListPortals Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

NFData ListPortals Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

Methods

rnf :: ListPortals -> () #

Eq ListPortals Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

Hashable ListPortals Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

type AWSResponse ListPortals Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

type Rep ListPortals Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

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

newListPortals :: ListPortals Source #

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

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

data ListPortalsResponse Source #

See: newListPortalsResponse smart constructor.

Instances

Instances details
Generic ListPortalsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

Associated Types

type Rep ListPortalsResponse :: Type -> Type #

Show ListPortalsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

NFData ListPortalsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

Methods

rnf :: ListPortalsResponse -> () #

Eq ListPortalsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

type Rep ListPortalsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListPortals

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

newListPortalsResponse Source #

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

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

$sel:portals:ListPortalsResponse', listPortalsResponse_portals - The portals in the list.

$sel:httpStatus:ListPortalsResponse', listPortalsResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

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

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The ARN of the resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.WorkSpacesWeb.ListTagsForResource" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - The tags of the resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

ListTrustStoreCertificates

data ListTrustStoreCertificates Source #

See: newListTrustStoreCertificates smart constructor.

Instances

Instances details
ToHeaders ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

ToPath ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

ToQuery ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

AWSRequest ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Generic ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Associated Types

type Rep ListTrustStoreCertificates :: Type -> Type #

Read ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Show ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

NFData ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Eq ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Hashable ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

type AWSResponse ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

type Rep ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

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

newListTrustStoreCertificates Source #

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

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

ListTrustStoreCertificates, listTrustStoreCertificates_trustStoreArn - The ARN of the trust store

data ListTrustStoreCertificatesResponse Source #

Instances

Instances details
Generic ListTrustStoreCertificatesResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Associated Types

type Rep ListTrustStoreCertificatesResponse :: Type -> Type #

Read ListTrustStoreCertificatesResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Show ListTrustStoreCertificatesResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

NFData ListTrustStoreCertificatesResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Eq ListTrustStoreCertificatesResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

type Rep ListTrustStoreCertificatesResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

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

newListTrustStoreCertificatesResponse Source #

Create a value of ListTrustStoreCertificatesResponse 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:certificateList:ListTrustStoreCertificatesResponse', listTrustStoreCertificatesResponse_certificateList - The certificate list.

ListTrustStoreCertificates, listTrustStoreCertificatesResponse_nextToken - The pagination token used to retrieve the next page of results for this operation.>

ListTrustStoreCertificates, listTrustStoreCertificatesResponse_trustStoreArn - The ARN of the trust store.

$sel:httpStatus:ListTrustStoreCertificatesResponse', listTrustStoreCertificatesResponse_httpStatus - The response's http status code.

ListTrustStores

data ListTrustStores Source #

See: newListTrustStores smart constructor.

Instances

Instances details
ToHeaders ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

ToPath ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

ToQuery ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

AWSRequest ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Associated Types

type AWSResponse ListTrustStores #

Generic ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Associated Types

type Rep ListTrustStores :: Type -> Type #

Read ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Show ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

NFData ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Methods

rnf :: ListTrustStores -> () #

Eq ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Hashable ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

type AWSResponse ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

type Rep ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

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

newListTrustStores :: ListTrustStores Source #

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

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

data ListTrustStoresResponse Source #

See: newListTrustStoresResponse smart constructor.

Instances

Instances details
Generic ListTrustStoresResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Associated Types

type Rep ListTrustStoresResponse :: Type -> Type #

Read ListTrustStoresResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Show ListTrustStoresResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

NFData ListTrustStoresResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Methods

rnf :: ListTrustStoresResponse -> () #

Eq ListTrustStoresResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

type Rep ListTrustStoresResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

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

newListTrustStoresResponse Source #

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

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

$sel:trustStores:ListTrustStoresResponse', listTrustStoresResponse_trustStores - The trust stores.

$sel:httpStatus:ListTrustStoresResponse', listTrustStoresResponse_httpStatus - The response's http status code.

ListUserAccessLoggingSettings

data ListUserAccessLoggingSettings Source #

See: newListUserAccessLoggingSettings smart constructor.

Instances

Instances details
ToHeaders ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

ToPath ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

ToQuery ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

AWSRequest ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Generic ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Associated Types

type Rep ListUserAccessLoggingSettings :: Type -> Type #

Read ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Show ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

NFData ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Eq ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Hashable ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

type AWSResponse ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

type Rep ListUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

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

newListUserAccessLoggingSettings :: ListUserAccessLoggingSettings Source #

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

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

data ListUserAccessLoggingSettingsResponse Source #

Instances

Instances details
Generic ListUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Read ListUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Show ListUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

NFData ListUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

Eq ListUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

type Rep ListUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserAccessLoggingSettings

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

newListUserAccessLoggingSettingsResponse Source #

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

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

$sel:userAccessLoggingSettings:ListUserAccessLoggingSettingsResponse', listUserAccessLoggingSettingsResponse_userAccessLoggingSettings - The user access logging settings.

$sel:httpStatus:ListUserAccessLoggingSettingsResponse', listUserAccessLoggingSettingsResponse_httpStatus - The response's http status code.

ListUserSettings

data ListUserSettings Source #

See: newListUserSettings smart constructor.

Instances

Instances details
ToHeaders ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

ToPath ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

ToQuery ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

AWSRequest ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Associated Types

type AWSResponse ListUserSettings #

Generic ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Associated Types

type Rep ListUserSettings :: Type -> Type #

Read ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Show ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

NFData ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Methods

rnf :: ListUserSettings -> () #

Eq ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Hashable ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

type AWSResponse ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

type Rep ListUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

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

newListUserSettings :: ListUserSettings Source #

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

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

data ListUserSettingsResponse Source #

See: newListUserSettingsResponse smart constructor.

Instances

Instances details
Generic ListUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Associated Types

type Rep ListUserSettingsResponse :: Type -> Type #

Read ListUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Show ListUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

NFData ListUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

Eq ListUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

type Rep ListUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListUserSettings

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

newListUserSettingsResponse Source #

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

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

$sel:userSettings:ListUserSettingsResponse', listUserSettingsResponse_userSettings - The user settings.

$sel:httpStatus:ListUserSettingsResponse', listUserSettingsResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Show TagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

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

newTagResource Source #

Create a value of TagResource 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:clientToken:TagResource', tagResource_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:resourceArn:TagResource', tagResource_resourceArn - The ARN of the resource.

$sel:tags:TagResource', tagResource_tags - The tags of the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.TagResource

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

newTagResourceResponse Source #

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

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Show UntagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.WorkSpacesWeb.UntagResource" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text])))

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The ARN of the resource.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The list of tag keys to remove from the resource.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UntagResource

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

newUntagResourceResponse Source #

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

UpdateBrowserSettings

data UpdateBrowserSettings Source #

See: newUpdateBrowserSettings smart constructor.

Instances

Instances details
ToJSON UpdateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

ToHeaders UpdateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

ToPath UpdateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

ToQuery UpdateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

AWSRequest UpdateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

Associated Types

type AWSResponse UpdateBrowserSettings #

Generic UpdateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

Associated Types

type Rep UpdateBrowserSettings :: Type -> Type #

Show UpdateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

NFData UpdateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

Methods

rnf :: UpdateBrowserSettings -> () #

Eq UpdateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

Hashable UpdateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

type AWSResponse UpdateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

type Rep UpdateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

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

newUpdateBrowserSettings Source #

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

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

$sel:clientToken:UpdateBrowserSettings', updateBrowserSettings_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 return the result from the original successful request.

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

UpdateBrowserSettings, updateBrowserSettings_browserSettingsArn - The ARN of the browser settings.

data UpdateBrowserSettingsResponse Source #

See: newUpdateBrowserSettingsResponse smart constructor.

Instances

Instances details
Generic UpdateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

Associated Types

type Rep UpdateBrowserSettingsResponse :: Type -> Type #

Show UpdateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

NFData UpdateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

Eq UpdateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

type Rep UpdateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateBrowserSettings

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

newUpdateBrowserSettingsResponse Source #

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

$sel:browserSettings:UpdateBrowserSettingsResponse', updateBrowserSettingsResponse_browserSettings - The browser settings.

UpdateIdentityProvider

data UpdateIdentityProvider Source #

See: newUpdateIdentityProvider smart constructor.

Instances

Instances details
ToJSON UpdateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

ToHeaders UpdateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

ToPath UpdateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

ToQuery UpdateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

AWSRequest UpdateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

Associated Types

type AWSResponse UpdateIdentityProvider #

Generic UpdateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

Associated Types

type Rep UpdateIdentityProvider :: Type -> Type #

Show UpdateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

NFData UpdateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

Methods

rnf :: UpdateIdentityProvider -> () #

Eq UpdateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

Hashable UpdateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

type AWSResponse UpdateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

type Rep UpdateIdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

type Rep UpdateIdentityProvider = D1 ('MetaData "UpdateIdentityProvider" "Amazonka.WorkSpacesWeb.UpdateIdentityProvider" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "UpdateIdentityProvider'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identityProviderDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "identityProviderName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "identityProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityProviderType)) :*: S1 ('MetaSel ('Just "identityProviderArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateIdentityProvider Source #

Create a value of UpdateIdentityProvider 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:clientToken:UpdateIdentityProvider', updateIdentityProvider_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 return the result from the original successful request.

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

UpdateIdentityProvider, updateIdentityProvider_identityProviderDetails - The details of the identity provider. The following list describes the provider detail keys for each identity provider type.

  • For Google and Login with Amazon:

    • client_id
    • client_secret
    • authorize_scopes
  • For Facebook:

    • client_id
    • client_secret
    • authorize_scopes
    • api_version
  • For Sign in with Apple:

    • client_id
    • team_id
    • key_id
    • private_key
    • authorize_scopes
  • For OIDC providers:

    • client_id
    • client_secret
    • attributes_request_method
    • oidc_issuer
    • authorize_scopes
    • authorize_url /if not available from discovery URL specified by oidc_issuer key/
    • token_url /if not available from discovery URL specified by oidc_issuer key/
    • attributes_url /if not available from discovery URL specified by oidc_issuer key/
    • jwks_uri /if not available from discovery URL specified by oidc_issuer key/
  • For SAML providers:

    • MetadataFile OR MetadataURL
    • IDPSignout (boolean) optional

UpdateIdentityProvider, updateIdentityProvider_identityProviderName - The name of the identity provider.

UpdateIdentityProvider, updateIdentityProvider_identityProviderType - The type of the identity provider.

UpdateIdentityProvider, updateIdentityProvider_identityProviderArn - The ARN of the identity provider.

data UpdateIdentityProviderResponse Source #

See: newUpdateIdentityProviderResponse smart constructor.

Instances

Instances details
Generic UpdateIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

Associated Types

type Rep UpdateIdentityProviderResponse :: Type -> Type #

Show UpdateIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

NFData UpdateIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

Eq UpdateIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

type Rep UpdateIdentityProviderResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateIdentityProvider

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

newUpdateIdentityProviderResponse Source #

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

$sel:identityProvider:UpdateIdentityProviderResponse', updateIdentityProviderResponse_identityProvider - The identity provider.

UpdateNetworkSettings

data UpdateNetworkSettings Source #

See: newUpdateNetworkSettings smart constructor.

Instances

Instances details
ToJSON UpdateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

ToHeaders UpdateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

ToPath UpdateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

ToQuery UpdateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

AWSRequest UpdateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

Associated Types

type AWSResponse UpdateNetworkSettings #

Generic UpdateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

Associated Types

type Rep UpdateNetworkSettings :: Type -> Type #

Read UpdateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

Show UpdateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

NFData UpdateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

Methods

rnf :: UpdateNetworkSettings -> () #

Eq UpdateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

Hashable UpdateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

type AWSResponse UpdateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

type Rep UpdateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

type Rep UpdateNetworkSettings = D1 ('MetaData "UpdateNetworkSettings" "Amazonka.WorkSpacesWeb.UpdateNetworkSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "UpdateNetworkSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateNetworkSettings Source #

Create a value of UpdateNetworkSettings 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:clientToken:UpdateNetworkSettings', updateNetworkSettings_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 return the result from the original successful request.

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

UpdateNetworkSettings, updateNetworkSettings_securityGroupIds - One or more security groups used to control access from streaming instances to your VPC.

UpdateNetworkSettings, updateNetworkSettings_subnetIds - The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.

UpdateNetworkSettings, updateNetworkSettings_vpcId - The VPC that streaming instances will connect to.

UpdateNetworkSettings, updateNetworkSettings_networkSettingsArn - The ARN of the network settings.

data UpdateNetworkSettingsResponse Source #

See: newUpdateNetworkSettingsResponse smart constructor.

Instances

Instances details
Generic UpdateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

Associated Types

type Rep UpdateNetworkSettingsResponse :: Type -> Type #

Read UpdateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

Show UpdateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

NFData UpdateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

Eq UpdateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

type Rep UpdateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateNetworkSettings

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

newUpdateNetworkSettingsResponse Source #

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

$sel:networkSettings:UpdateNetworkSettingsResponse', updateNetworkSettingsResponse_networkSettings - The network settings.

UpdatePortal

data UpdatePortal Source #

See: newUpdatePortal smart constructor.

Instances

Instances details
ToJSON UpdatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdatePortal

ToHeaders UpdatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdatePortal

ToPath UpdatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdatePortal

ToQuery UpdatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdatePortal

AWSRequest UpdatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdatePortal

Associated Types

type AWSResponse UpdatePortal #

Generic UpdatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdatePortal

Associated Types

type Rep UpdatePortal :: Type -> Type #

Show UpdatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdatePortal

NFData UpdatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdatePortal

Methods

rnf :: UpdatePortal -> () #

Eq UpdatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdatePortal

Hashable UpdatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdatePortal

type AWSResponse UpdatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdatePortal

type Rep UpdatePortal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdatePortal

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

newUpdatePortal Source #

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

UpdatePortal, updatePortal_displayName - The name of the web portal. This is not visible to users who log into the web portal.

UpdatePortal, updatePortal_portalArn - The ARN of the web portal.

data UpdatePortalResponse Source #

See: newUpdatePortalResponse smart constructor.

newUpdatePortalResponse Source #

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

$sel:httpStatus:UpdatePortalResponse', updatePortalResponse_httpStatus - The response's http status code.

UpdateTrustStore

data UpdateTrustStore Source #

See: newUpdateTrustStore smart constructor.

Instances

Instances details
ToJSON UpdateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

ToHeaders UpdateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

ToPath UpdateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

ToQuery UpdateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

AWSRequest UpdateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

Associated Types

type AWSResponse UpdateTrustStore #

Generic UpdateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

Associated Types

type Rep UpdateTrustStore :: Type -> Type #

Read UpdateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

Show UpdateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

NFData UpdateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

Methods

rnf :: UpdateTrustStore -> () #

Eq UpdateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

Hashable UpdateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

type AWSResponse UpdateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

type Rep UpdateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

type Rep UpdateTrustStore = D1 ('MetaData "UpdateTrustStore" "Amazonka.WorkSpacesWeb.UpdateTrustStore" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "UpdateTrustStore'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "certificatesToAdd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Base64])) :*: S1 ('MetaSel ('Just "certificatesToDelete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trustStoreArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateTrustStore Source #

Create a value of UpdateTrustStore 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:certificatesToAdd:UpdateTrustStore', updateTrustStore_certificatesToAdd - A list of CA certificates to add to the trust store.

$sel:certificatesToDelete:UpdateTrustStore', updateTrustStore_certificatesToDelete - A list of CA certificates to delete from a trust store.

$sel:clientToken:UpdateTrustStore', updateTrustStore_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 return the result from the original successful request.

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

UpdateTrustStore, updateTrustStore_trustStoreArn - The ARN of the trust store.

data UpdateTrustStoreResponse Source #

See: newUpdateTrustStoreResponse smart constructor.

Instances

Instances details
Generic UpdateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

Associated Types

type Rep UpdateTrustStoreResponse :: Type -> Type #

Read UpdateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

Show UpdateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

NFData UpdateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

Eq UpdateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

type Rep UpdateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateTrustStore

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

newUpdateTrustStoreResponse Source #

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

UpdateTrustStore, updateTrustStoreResponse_trustStoreArn - The ARN of the trust store.

UpdateUserAccessLoggingSettings

data UpdateUserAccessLoggingSettings Source #

See: newUpdateUserAccessLoggingSettings smart constructor.

Instances

Instances details
ToJSON UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

ToHeaders UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

ToPath UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

ToQuery UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

AWSRequest UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Generic UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Associated Types

type Rep UpdateUserAccessLoggingSettings :: Type -> Type #

Read UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Show UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

NFData UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Eq UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Hashable UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

type AWSResponse UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

type Rep UpdateUserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

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

newUpdateUserAccessLoggingSettings Source #

Create a value of UpdateUserAccessLoggingSettings 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:clientToken:UpdateUserAccessLoggingSettings', updateUserAccessLoggingSettings_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 return the result from the original successful request.

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

UpdateUserAccessLoggingSettings, updateUserAccessLoggingSettings_kinesisStreamArn - The ARN of the Kinesis stream.

UpdateUserAccessLoggingSettings, updateUserAccessLoggingSettings_userAccessLoggingSettingsArn - The ARN of the user access logging settings.

data UpdateUserAccessLoggingSettingsResponse Source #

Instances

Instances details
Generic UpdateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Read UpdateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Show UpdateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

NFData UpdateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

Eq UpdateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

type Rep UpdateUserAccessLoggingSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserAccessLoggingSettings

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

UpdateUserSettings

data UpdateUserSettings Source #

See: newUpdateUserSettings smart constructor.

Instances

Instances details
ToJSON UpdateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

ToHeaders UpdateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

ToPath UpdateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

ToQuery UpdateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

AWSRequest UpdateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

Associated Types

type AWSResponse UpdateUserSettings #

Generic UpdateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

Associated Types

type Rep UpdateUserSettings :: Type -> Type #

Read UpdateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

Show UpdateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

NFData UpdateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

Methods

rnf :: UpdateUserSettings -> () #

Eq UpdateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

Hashable UpdateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

type AWSResponse UpdateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

type Rep UpdateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

type Rep UpdateUserSettings = D1 ('MetaData "UpdateUserSettings" "Amazonka.WorkSpacesWeb.UpdateUserSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "UpdateUserSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "copyAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnabledType))) :*: (S1 ('MetaSel ('Just "disconnectTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "downloadAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnabledType)))) :*: ((S1 ('MetaSel ('Just "idleDisconnectTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "pasteAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnabledType))) :*: (S1 ('MetaSel ('Just "printAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnabledType)) :*: (S1 ('MetaSel ('Just "uploadAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnabledType)) :*: S1 ('MetaSel ('Just "userSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newUpdateUserSettings Source #

Create a value of UpdateUserSettings 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:clientToken:UpdateUserSettings', updateUserSettings_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 return the result from the original successful request.

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

UpdateUserSettings, updateUserSettings_copyAllowed - Specifies whether the user can copy text from the streaming session to the local device.

UpdateUserSettings, updateUserSettings_disconnectTimeoutInMinutes - The amount of time that a streaming session remains active after users disconnect.

UpdateUserSettings, updateUserSettings_downloadAllowed - Specifies whether the user can download files from the streaming session to the local device.

UpdateUserSettings, updateUserSettings_idleDisconnectTimeoutInMinutes - The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.

UpdateUserSettings, updateUserSettings_pasteAllowed - Specifies whether the user can paste text from the local device to the streaming session.

UpdateUserSettings, updateUserSettings_printAllowed - Specifies whether the user can print to the local device.

UpdateUserSettings, updateUserSettings_uploadAllowed - Specifies whether the user can upload files from the local device to the streaming session.

UpdateUserSettings, updateUserSettings_userSettingsArn - The ARN of the user settings.

data UpdateUserSettingsResponse Source #

See: newUpdateUserSettingsResponse smart constructor.

Instances

Instances details
Generic UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

Associated Types

type Rep UpdateUserSettingsResponse :: Type -> Type #

Read UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

Show UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

NFData UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

Eq UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

type Rep UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.UpdateUserSettings

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

newUpdateUserSettingsResponse Source #

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

$sel:userSettings:UpdateUserSettingsResponse', updateUserSettingsResponse_userSettings - The user settings.

Types

BrowserType

newtype BrowserType Source #

Constructors

BrowserType' 

Bundled Patterns

pattern BrowserType_Chrome :: BrowserType 

Instances

Instances details
FromJSON BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

FromJSONKey BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

ToJSON BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

ToJSONKey BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

ToByteString BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

ToHeader BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

ToLog BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

ToQuery BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

FromText BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

ToText BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

Methods

toText :: BrowserType -> Text #

FromXML BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

ToXML BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

Methods

toXML :: BrowserType -> XML #

Generic BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

Associated Types

type Rep BrowserType :: Type -> Type #

Read BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

Show BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

NFData BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

Methods

rnf :: BrowserType -> () #

Eq BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

Ord BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

Hashable BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

type Rep BrowserType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserType

type Rep BrowserType = D1 ('MetaData "BrowserType" "Amazonka.WorkSpacesWeb.Types.BrowserType" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'True) (C1 ('MetaCons "BrowserType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBrowserType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnabledType

newtype EnabledType Source #

Constructors

EnabledType' 

Bundled Patterns

pattern EnabledType_Disabled :: EnabledType 
pattern EnabledType_Enabled :: EnabledType 

Instances

Instances details
FromJSON EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

FromJSONKey EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

ToJSON EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

ToJSONKey EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

ToByteString EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

ToHeader EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

ToLog EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

ToQuery EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

FromText EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

ToText EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

Methods

toText :: EnabledType -> Text #

FromXML EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

ToXML EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

Methods

toXML :: EnabledType -> XML #

Generic EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

Associated Types

type Rep EnabledType :: Type -> Type #

Read EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

Show EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

NFData EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

Methods

rnf :: EnabledType -> () #

Eq EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

Ord EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

Hashable EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

type Rep EnabledType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.EnabledType

type Rep EnabledType = D1 ('MetaData "EnabledType" "Amazonka.WorkSpacesWeb.Types.EnabledType" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'True) (C1 ('MetaCons "EnabledType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnabledType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IdentityProviderType

newtype IdentityProviderType Source #

Instances

Instances details
FromJSON IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

FromJSONKey IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

ToJSON IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

ToJSONKey IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

ToByteString IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

ToHeader IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

ToLog IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

ToQuery IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

FromText IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

ToText IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

FromXML IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

ToXML IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

Generic IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

Associated Types

type Rep IdentityProviderType :: Type -> Type #

Read IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

Show IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

NFData IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

Methods

rnf :: IdentityProviderType -> () #

Eq IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

Ord IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

Hashable IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

type Rep IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderType

type Rep IdentityProviderType = D1 ('MetaData "IdentityProviderType" "Amazonka.WorkSpacesWeb.Types.IdentityProviderType" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'True) (C1 ('MetaCons "IdentityProviderType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIdentityProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PortalStatus

newtype PortalStatus Source #

Constructors

PortalStatus' 

Instances

Instances details
FromJSON PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

FromJSONKey PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

ToJSON PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

ToJSONKey PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

ToByteString PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

ToHeader PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

ToLog PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

ToQuery PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

FromText PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

ToText PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

Methods

toText :: PortalStatus -> Text #

FromXML PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

ToXML PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

Methods

toXML :: PortalStatus -> XML #

Generic PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

Associated Types

type Rep PortalStatus :: Type -> Type #

Read PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

Show PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

NFData PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

Methods

rnf :: PortalStatus -> () #

Eq PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

Ord PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

Hashable PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

type Rep PortalStatus Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalStatus

type Rep PortalStatus = D1 ('MetaData "PortalStatus" "Amazonka.WorkSpacesWeb.Types.PortalStatus" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'True) (C1 ('MetaCons "PortalStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPortalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RendererType

newtype RendererType Source #

Constructors

RendererType' 

Bundled Patterns

pattern RendererType_AppStream :: RendererType 

Instances

Instances details
FromJSON RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

FromJSONKey RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

ToJSON RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

ToJSONKey RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

ToByteString RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

ToHeader RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

ToLog RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

ToQuery RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

FromText RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

ToText RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

Methods

toText :: RendererType -> Text #

FromXML RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

ToXML RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

Methods

toXML :: RendererType -> XML #

Generic RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

Associated Types

type Rep RendererType :: Type -> Type #

Read RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

Show RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

NFData RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

Methods

rnf :: RendererType -> () #

Eq RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

Ord RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

Hashable RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

type Rep RendererType Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.RendererType

type Rep RendererType = D1 ('MetaData "RendererType" "Amazonka.WorkSpacesWeb.Types.RendererType" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'True) (C1 ('MetaCons "RendererType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRendererType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BrowserSettings

data BrowserSettings Source #

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

See: newBrowserSettings smart constructor.

Instances

Instances details
FromJSON BrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettings

Generic BrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettings

Associated Types

type Rep BrowserSettings :: Type -> Type #

Show BrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettings

NFData BrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettings

Methods

rnf :: BrowserSettings -> () #

Eq BrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettings

Hashable BrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettings

type Rep BrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettings

type Rep BrowserSettings = D1 ('MetaData "BrowserSettings" "Amazonka.WorkSpacesWeb.Types.BrowserSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "BrowserSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associatedPortalArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "browserPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "browserSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newBrowserSettings Source #

Create a value of BrowserSettings 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:associatedPortalArns:BrowserSettings', browserSettings_associatedPortalArns - A list of web portal ARNs that this browser settings is associated with.

$sel:browserPolicy:BrowserSettings', browserSettings_browserPolicy - A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.

$sel:browserSettingsArn:BrowserSettings', browserSettings_browserSettingsArn - The ARN of the browser settings.

BrowserSettingsSummary

data BrowserSettingsSummary Source #

The summary for browser settings.

See: newBrowserSettingsSummary smart constructor.

Instances

Instances details
FromJSON BrowserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettingsSummary

Generic BrowserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettingsSummary

Associated Types

type Rep BrowserSettingsSummary :: Type -> Type #

Read BrowserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettingsSummary

Show BrowserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettingsSummary

NFData BrowserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettingsSummary

Methods

rnf :: BrowserSettingsSummary -> () #

Eq BrowserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettingsSummary

Hashable BrowserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettingsSummary

type Rep BrowserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettingsSummary

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

newBrowserSettingsSummary :: BrowserSettingsSummary Source #

Create a value of BrowserSettingsSummary 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:browserSettingsArn:BrowserSettingsSummary', browserSettingsSummary_browserSettingsArn - The ARN of the browser settings.

Certificate

data Certificate Source #

The certificate.

See: newCertificate smart constructor.

Instances

Instances details
FromJSON Certificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Certificate

Generic Certificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Certificate

Associated Types

type Rep Certificate :: Type -> Type #

Read Certificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Certificate

Show Certificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Certificate

NFData Certificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Certificate

Methods

rnf :: Certificate -> () #

Eq Certificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Certificate

Hashable Certificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Certificate

type Rep Certificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Certificate

type Rep Certificate = D1 ('MetaData "Certificate" "Amazonka.WorkSpacesWeb.Types.Certificate" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "Certificate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "body") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: (S1 ('MetaSel ('Just "issuer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notValidAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "notValidBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "subject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "thumbprint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCertificate :: Certificate Source #

Create a value of Certificate 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:body:Certificate', certificate_body - The body of the certificate.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:issuer:Certificate', certificate_issuer - The entity that issued the certificate.

$sel:notValidAfter:Certificate', certificate_notValidAfter - The certificate is not valid after this date.

$sel:notValidBefore:Certificate', certificate_notValidBefore - The certificate is not valid before this date.

$sel:subject:Certificate', certificate_subject - The entity the certificate belongs to.

$sel:thumbprint:Certificate', certificate_thumbprint - A hexadecimal identifier for the certificate.

CertificateSummary

data CertificateSummary Source #

The summary of the certificate.

See: newCertificateSummary smart constructor.

Instances

Instances details
FromJSON CertificateSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.CertificateSummary

Generic CertificateSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.CertificateSummary

Associated Types

type Rep CertificateSummary :: Type -> Type #

Read CertificateSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.CertificateSummary

Show CertificateSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.CertificateSummary

NFData CertificateSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.CertificateSummary

Methods

rnf :: CertificateSummary -> () #

Eq CertificateSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.CertificateSummary

Hashable CertificateSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.CertificateSummary

type Rep CertificateSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.CertificateSummary

type Rep CertificateSummary = D1 ('MetaData "CertificateSummary" "Amazonka.WorkSpacesWeb.Types.CertificateSummary" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "CertificateSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "issuer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notValidAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "notValidBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "subject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "thumbprint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCertificateSummary :: CertificateSummary Source #

Create a value of CertificateSummary 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:issuer:CertificateSummary', certificateSummary_issuer - The entity that issued the certificate.

$sel:notValidAfter:CertificateSummary', certificateSummary_notValidAfter - The certificate is not valid after this date.

$sel:notValidBefore:CertificateSummary', certificateSummary_notValidBefore - The certificate is not valid before this date.

$sel:subject:CertificateSummary', certificateSummary_subject - The entity the certificate belongs to.

$sel:thumbprint:CertificateSummary', certificateSummary_thumbprint - A hexadecimal identifier for the certificate.

IdentityProvider

data IdentityProvider Source #

The identity provider.

See: newIdentityProvider smart constructor.

Instances

Instances details
FromJSON IdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProvider

Generic IdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProvider

Associated Types

type Rep IdentityProvider :: Type -> Type #

Show IdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProvider

NFData IdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProvider

Methods

rnf :: IdentityProvider -> () #

Eq IdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProvider

Hashable IdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProvider

type Rep IdentityProvider Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProvider

type Rep IdentityProvider = D1 ('MetaData "IdentityProvider" "Amazonka.WorkSpacesWeb.Types.IdentityProvider" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "IdentityProvider'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "identityProviderDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text)))) :*: S1 ('MetaSel ('Just "identityProviderName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "identityProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityProviderType)) :*: S1 ('MetaSel ('Just "identityProviderArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newIdentityProvider Source #

Create a value of IdentityProvider 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:identityProviderDetails:IdentityProvider', identityProvider_identityProviderDetails - The identity provider details. The following list describes the provider detail keys for each identity provider type.

  • For Google and Login with Amazon:

    • client_id
    • client_secret
    • authorize_scopes
  • For Facebook:

    • client_id
    • client_secret
    • authorize_scopes
    • api_version
  • For Sign in with Apple:

    • client_id
    • team_id
    • key_id
    • private_key
    • authorize_scopes
  • For OIDC providers:

    • client_id
    • client_secret
    • attributes_request_method
    • oidc_issuer
    • authorize_scopes
    • authorize_url /if not available from discovery URL specified by oidc_issuer key/
    • token_url /if not available from discovery URL specified by oidc_issuer key/
    • attributes_url /if not available from discovery URL specified by oidc_issuer key/
    • jwks_uri /if not available from discovery URL specified by oidc_issuer key/
  • For SAML providers:

    • MetadataFile OR MetadataURL
    • IDPSignout optional

$sel:identityProviderName:IdentityProvider', identityProvider_identityProviderName - The identity provider name.

$sel:identityProviderType:IdentityProvider', identityProvider_identityProviderType - The identity provider type.

$sel:identityProviderArn:IdentityProvider', identityProvider_identityProviderArn - The ARN of the identity provider.

IdentityProviderSummary

data IdentityProviderSummary Source #

The summary of the identity provider.

See: newIdentityProviderSummary smart constructor.

Instances

Instances details
FromJSON IdentityProviderSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderSummary

Generic IdentityProviderSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderSummary

Associated Types

type Rep IdentityProviderSummary :: Type -> Type #

Show IdentityProviderSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderSummary

NFData IdentityProviderSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderSummary

Methods

rnf :: IdentityProviderSummary -> () #

Eq IdentityProviderSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderSummary

Hashable IdentityProviderSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderSummary

type Rep IdentityProviderSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.IdentityProviderSummary

type Rep IdentityProviderSummary = D1 ('MetaData "IdentityProviderSummary" "Amazonka.WorkSpacesWeb.Types.IdentityProviderSummary" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "IdentityProviderSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityProviderArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "identityProviderName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "identityProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityProviderType)))))

newIdentityProviderSummary :: IdentityProviderSummary Source #

Create a value of IdentityProviderSummary 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:identityProviderArn:IdentityProviderSummary', identityProviderSummary_identityProviderArn - The ARN of the identity provider.

$sel:identityProviderName:IdentityProviderSummary', identityProviderSummary_identityProviderName - The identity provider name.

$sel:identityProviderType:IdentityProviderSummary', identityProviderSummary_identityProviderType - The identity provider type.

NetworkSettings

data NetworkSettings Source #

A network settings resource that can be associated with a web portal. Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.

See: newNetworkSettings smart constructor.

Instances

Instances details
FromJSON NetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettings

Generic NetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettings

Associated Types

type Rep NetworkSettings :: Type -> Type #

Read NetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettings

Show NetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettings

NFData NetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettings

Methods

rnf :: NetworkSettings -> () #

Eq NetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettings

Hashable NetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettings

type Rep NetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettings

type Rep NetworkSettings = D1 ('MetaData "NetworkSettings" "Amazonka.WorkSpacesWeb.Types.NetworkSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "NetworkSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "associatedPortalArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newNetworkSettings Source #

Create a value of NetworkSettings 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:associatedPortalArns:NetworkSettings', networkSettings_associatedPortalArns - A list of web portal ARNs that this network settings is associated with.

$sel:securityGroupIds:NetworkSettings', networkSettings_securityGroupIds - One or more security groups used to control access from streaming instances to your VPC.

$sel:subnetIds:NetworkSettings', networkSettings_subnetIds - The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.

$sel:vpcId:NetworkSettings', networkSettings_vpcId - The VPC that streaming instances will connect to.

$sel:networkSettingsArn:NetworkSettings', networkSettings_networkSettingsArn - The ARN of the network settings.

NetworkSettingsSummary

data NetworkSettingsSummary Source #

The summary of network settings.

See: newNetworkSettingsSummary smart constructor.

Instances

Instances details
FromJSON NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

Generic NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

Associated Types

type Rep NetworkSettingsSummary :: Type -> Type #

Read NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

Show NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

NFData NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

Methods

rnf :: NetworkSettingsSummary -> () #

Eq NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

Hashable NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

type Rep NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

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

newNetworkSettingsSummary :: NetworkSettingsSummary Source #

Create a value of NetworkSettingsSummary 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:networkSettingsArn:NetworkSettingsSummary', networkSettingsSummary_networkSettingsArn - The ARN of the network settings.

$sel:vpcId:NetworkSettingsSummary', networkSettingsSummary_vpcId - The VPC ID of the network settings.

Portal

data Portal Source #

The web portal.

See: newPortal smart constructor.

Instances

Instances details
FromJSON Portal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Portal

Generic Portal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Portal

Associated Types

type Rep Portal :: Type -> Type #

Methods

from :: Portal -> Rep Portal x #

to :: Rep Portal x -> Portal #

Show Portal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Portal

NFData Portal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Portal

Methods

rnf :: Portal -> () #

Eq Portal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Portal

Methods

(==) :: Portal -> Portal -> Bool #

(/=) :: Portal -> Portal -> Bool #

Hashable Portal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Portal

Methods

hashWithSalt :: Int -> Portal -> Int #

hash :: Portal -> Int #

type Rep Portal Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Portal

type Rep Portal = D1 ('MetaData "Portal" "Amazonka.WorkSpacesWeb.Types.Portal" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "Portal'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "browserSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "browserType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BrowserType)) :*: S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "networkSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "portalArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "portalEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "portalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PortalStatus)) :*: S1 ('MetaSel ('Just "rendererType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RendererType)))) :*: ((S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trustStoreArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "userAccessLoggingSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newPortal :: Portal Source #

Create a value of Portal 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:browserSettingsArn:Portal', portal_browserSettingsArn - The ARN of the browser settings that is associated with this web portal.

$sel:browserType:Portal', portal_browserType - The browser that users see when using a streaming session.

$sel:creationDate:Portal', portal_creationDate - The creation date of the web portal.

$sel:displayName:Portal', portal_displayName - The name of the web portal.

$sel:networkSettingsArn:Portal', portal_networkSettingsArn - The ARN of the network settings that is associated with the web portal.

$sel:portalArn:Portal', portal_portalArn - The ARN of the web portal.

$sel:portalEndpoint:Portal', portal_portalEndpoint - The endpoint URL of the web portal that users access in order to start streaming sessions.

$sel:portalStatus:Portal', portal_portalStatus - The status of the web portal.

$sel:rendererType:Portal', portal_rendererType - The renderer that is used in streaming sessions.

$sel:statusReason:Portal', portal_statusReason - A message that explains why the web portal is in its current status.

$sel:trustStoreArn:Portal', portal_trustStoreArn - The ARN of the trust store that is associated with the web portal.

$sel:userAccessLoggingSettingsArn:Portal', portal_userAccessLoggingSettingsArn - The ARN of the user access logging settings that is associated with the web portal.

$sel:userSettingsArn:Portal', portal_userSettingsArn - The ARN of the user settings that is associated with the web portal.

PortalSummary

data PortalSummary Source #

The summary of the portal.

See: newPortalSummary smart constructor.

Instances

Instances details
FromJSON PortalSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalSummary

Generic PortalSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalSummary

Associated Types

type Rep PortalSummary :: Type -> Type #

Show PortalSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalSummary

NFData PortalSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalSummary

Methods

rnf :: PortalSummary -> () #

Eq PortalSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalSummary

Hashable PortalSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalSummary

type Rep PortalSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.PortalSummary

type Rep PortalSummary = D1 ('MetaData "PortalSummary" "Amazonka.WorkSpacesWeb.Types.PortalSummary" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "PortalSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "browserSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "browserType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BrowserType)) :*: S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "networkSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "portalArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "portalEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "portalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PortalStatus)) :*: S1 ('MetaSel ('Just "rendererType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RendererType)))) :*: (S1 ('MetaSel ('Just "trustStoreArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "userAccessLoggingSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newPortalSummary :: PortalSummary Source #

Create a value of PortalSummary 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:browserSettingsArn:PortalSummary', portalSummary_browserSettingsArn - The ARN of the browser settings that is associated with the web portal.

$sel:browserType:PortalSummary', portalSummary_browserType - The browser type of the web portal.

$sel:creationDate:PortalSummary', portalSummary_creationDate - The creation date of the web portal.

$sel:displayName:PortalSummary', portalSummary_displayName - The name of the web portal.

$sel:networkSettingsArn:PortalSummary', portalSummary_networkSettingsArn - The ARN of the network settings that is associated with the web portal.

$sel:portalArn:PortalSummary', portalSummary_portalArn - The ARN of the web portal.

$sel:portalEndpoint:PortalSummary', portalSummary_portalEndpoint - The endpoint URL of the web portal that users access in order to start streaming sessions.

$sel:portalStatus:PortalSummary', portalSummary_portalStatus - The status of the web portal.

$sel:rendererType:PortalSummary', portalSummary_rendererType - The renderer that is used in streaming sessions.

$sel:trustStoreArn:PortalSummary', portalSummary_trustStoreArn - The ARN of the trust that is associated with this web portal.

$sel:userAccessLoggingSettingsArn:PortalSummary', portalSummary_userAccessLoggingSettingsArn - The ARN of the user access logging settings that is associated with the web portal.

$sel:userSettingsArn:PortalSummary', portalSummary_userSettingsArn - The ARN of the user settings that is associated with the web portal.

Tag

data Tag Source #

The tag.

See: newTag smart constructor.

Constructors

Tag' (Sensitive Text) (Sensitive Text) 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Show Tag Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Hashable Tag Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.Tag

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

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - The key of the tag.

$sel:value:Tag', tag_value - The value of the tag

TrustStore

data TrustStore Source #

A trust store that can be associated with a web portal. A trust store contains certificate authority (CA) certificates. Once associated with a web portal, the browser in a streaming session will recognize certificates that have been issued using any of the CAs in the trust store. If your organization has internal websites that use certificates issued by private CAs, you should add the private CA certificate to the trust store.

See: newTrustStore smart constructor.

Constructors

TrustStore' (Maybe [Text]) (Maybe Text) 

Instances

Instances details
FromJSON TrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStore

Generic TrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStore

Associated Types

type Rep TrustStore :: Type -> Type #

Read TrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStore

Show TrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStore

NFData TrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStore

Methods

rnf :: TrustStore -> () #

Eq TrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStore

Hashable TrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStore

type Rep TrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStore

type Rep TrustStore = D1 ('MetaData "TrustStore" "Amazonka.WorkSpacesWeb.Types.TrustStore" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "TrustStore'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associatedPortalArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "trustStoreArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTrustStore :: TrustStore Source #

Create a value of TrustStore 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:associatedPortalArns:TrustStore', trustStore_associatedPortalArns - A list of web portal ARNs that this trust store is associated with.

$sel:trustStoreArn:TrustStore', trustStore_trustStoreArn - The ARN of the trust store.

TrustStoreSummary

data TrustStoreSummary Source #

The summary of the trust store.

See: newTrustStoreSummary smart constructor.

Constructors

TrustStoreSummary' (Maybe Text) 

Instances

Instances details
FromJSON TrustStoreSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStoreSummary

Generic TrustStoreSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStoreSummary

Associated Types

type Rep TrustStoreSummary :: Type -> Type #

Read TrustStoreSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStoreSummary

Show TrustStoreSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStoreSummary

NFData TrustStoreSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStoreSummary

Methods

rnf :: TrustStoreSummary -> () #

Eq TrustStoreSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStoreSummary

Hashable TrustStoreSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStoreSummary

type Rep TrustStoreSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.TrustStoreSummary

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

newTrustStoreSummary :: TrustStoreSummary Source #

Create a value of TrustStoreSummary 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:trustStoreArn:TrustStoreSummary', trustStoreSummary_trustStoreArn - The ARN of the trust store.

UserAccessLoggingSettings

data UserAccessLoggingSettings Source #

A user access logging settings resource that can be associated with a web portal.

See: newUserAccessLoggingSettings smart constructor.

Instances

Instances details
FromJSON UserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettings

Generic UserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettings

Associated Types

type Rep UserAccessLoggingSettings :: Type -> Type #

Read UserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettings

Show UserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettings

NFData UserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettings

Eq UserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettings

Hashable UserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettings

type Rep UserAccessLoggingSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettings

type Rep UserAccessLoggingSettings = D1 ('MetaData "UserAccessLoggingSettings" "Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "UserAccessLoggingSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associatedPortalArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "kinesisStreamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userAccessLoggingSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUserAccessLoggingSettings Source #

Create a value of UserAccessLoggingSettings 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:associatedPortalArns:UserAccessLoggingSettings', userAccessLoggingSettings_associatedPortalArns - A list of web portal ARNs that this user access logging settings is associated with.

$sel:kinesisStreamArn:UserAccessLoggingSettings', userAccessLoggingSettings_kinesisStreamArn - The ARN of the Kinesis stream.

$sel:userAccessLoggingSettingsArn:UserAccessLoggingSettings', userAccessLoggingSettings_userAccessLoggingSettingsArn - The ARN of the user access logging settings.

UserAccessLoggingSettingsSummary

data UserAccessLoggingSettingsSummary Source #

The summary of user access logging settings.

See: newUserAccessLoggingSettingsSummary smart constructor.

Instances

Instances details
FromJSON UserAccessLoggingSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettingsSummary

Generic UserAccessLoggingSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettingsSummary

Associated Types

type Rep UserAccessLoggingSettingsSummary :: Type -> Type #

Read UserAccessLoggingSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettingsSummary

Show UserAccessLoggingSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettingsSummary

NFData UserAccessLoggingSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettingsSummary

Eq UserAccessLoggingSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettingsSummary

Hashable UserAccessLoggingSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettingsSummary

type Rep UserAccessLoggingSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserAccessLoggingSettingsSummary

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

newUserAccessLoggingSettingsSummary :: UserAccessLoggingSettingsSummary Source #

Create a value of UserAccessLoggingSettingsSummary 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:kinesisStreamArn:UserAccessLoggingSettingsSummary', userAccessLoggingSettingsSummary_kinesisStreamArn - The ARN of the Kinesis stream.

$sel:userAccessLoggingSettingsArn:UserAccessLoggingSettingsSummary', userAccessLoggingSettingsSummary_userAccessLoggingSettingsArn - The ARN of the user access logging settings.

UserSettings

data UserSettings Source #

A user settings resource that can be associated with a web portal. Once associated with a web portal, user settings control how users can transfer data between a streaming session and the their local devices.

See: newUserSettings smart constructor.

Instances

Instances details
FromJSON UserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettings

Generic UserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettings

Associated Types

type Rep UserSettings :: Type -> Type #

Read UserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettings

Show UserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettings

NFData UserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettings

Methods

rnf :: UserSettings -> () #

Eq UserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettings

Hashable UserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettings

type Rep UserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettings

type Rep UserSettings = D1 ('MetaData "UserSettings" "Amazonka.WorkSpacesWeb.Types.UserSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "UserSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "associatedPortalArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "copyAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnabledType))) :*: (S1 ('MetaSel ('Just "disconnectTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "downloadAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnabledType)))) :*: ((S1 ('MetaSel ('Just "idleDisconnectTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "pasteAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnabledType))) :*: (S1 ('MetaSel ('Just "printAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnabledType)) :*: (S1 ('MetaSel ('Just "uploadAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnabledType)) :*: S1 ('MetaSel ('Just "userSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newUserSettings Source #

Create a value of UserSettings 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:associatedPortalArns:UserSettings', userSettings_associatedPortalArns - A list of web portal ARNs that this user settings is associated with.

$sel:copyAllowed:UserSettings', userSettings_copyAllowed - Specifies whether the user can copy text from the streaming session to the local device.

$sel:disconnectTimeoutInMinutes:UserSettings', userSettings_disconnectTimeoutInMinutes - The amount of time that a streaming session remains active after users disconnect.

$sel:downloadAllowed:UserSettings', userSettings_downloadAllowed - Specifies whether the user can download files from the streaming session to the local device.

$sel:idleDisconnectTimeoutInMinutes:UserSettings', userSettings_idleDisconnectTimeoutInMinutes - The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.

$sel:pasteAllowed:UserSettings', userSettings_pasteAllowed - Specifies whether the user can paste text from the local device to the streaming session.

$sel:printAllowed:UserSettings', userSettings_printAllowed - Specifies whether the user can print to the local device.

$sel:uploadAllowed:UserSettings', userSettings_uploadAllowed - Specifies whether the user can upload files from the local device to the streaming session.

$sel:userSettingsArn:UserSettings', userSettings_userSettingsArn - The ARN of the user settings.

UserSettingsSummary

data UserSettingsSummary Source #

The summary of user settings.

See: newUserSettingsSummary smart constructor.

Instances

Instances details
FromJSON UserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettingsSummary

Generic UserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettingsSummary

Associated Types

type Rep UserSettingsSummary :: Type -> Type #

Read UserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettingsSummary

Show UserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettingsSummary

NFData UserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettingsSummary

Methods

rnf :: UserSettingsSummary -> () #

Eq UserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettingsSummary

Hashable UserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettingsSummary

type Rep UserSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.UserSettingsSummary

type Rep UserSettingsSummary = D1 ('MetaData "UserSettingsSummary" "Amazonka.WorkSpacesWeb.Types.UserSettingsSummary" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "UserSettingsSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "copyAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnabledType)) :*: S1 ('MetaSel ('Just "disconnectTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "downloadAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnabledType)) :*: S1 ('MetaSel ('Just "idleDisconnectTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "pasteAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnabledType)) :*: S1 ('MetaSel ('Just "printAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnabledType))) :*: (S1 ('MetaSel ('Just "uploadAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnabledType)) :*: S1 ('MetaSel ('Just "userSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUserSettingsSummary :: UserSettingsSummary Source #

Create a value of UserSettingsSummary 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:copyAllowed:UserSettingsSummary', userSettingsSummary_copyAllowed - Specifies whether the user can copy text from the streaming session to the local device.

$sel:disconnectTimeoutInMinutes:UserSettingsSummary', userSettingsSummary_disconnectTimeoutInMinutes - The amount of time that a streaming session remains active after users disconnect.

$sel:downloadAllowed:UserSettingsSummary', userSettingsSummary_downloadAllowed - Specifies whether the user can download files from the streaming session to the local device.

$sel:idleDisconnectTimeoutInMinutes:UserSettingsSummary', userSettingsSummary_idleDisconnectTimeoutInMinutes - The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.

$sel:pasteAllowed:UserSettingsSummary', userSettingsSummary_pasteAllowed - Specifies whether the user can paste text from the local device to the streaming session.

$sel:printAllowed:UserSettingsSummary', userSettingsSummary_printAllowed - Specifies whether the user can print to the local device.

$sel:uploadAllowed:UserSettingsSummary', userSettingsSummary_uploadAllowed - Specifies whether the user can upload files from the local device to the streaming session.

$sel:userSettingsArn:UserSettingsSummary', userSettingsSummary_userSettingsArn - The ARN of the user settings.