amazonka-workspaces-2.0: Amazon WorkSpaces 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.WorkSpaces

Contents

Description

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

Amazon WorkSpaces Service

Amazon WorkSpaces enables you to provision virtual, cloud-based Microsoft Windows or Amazon Linux desktops for your users, known as WorkSpaces. WorkSpaces eliminates the need to procure and deploy hardware or install complex software. You can quickly add or remove users as your needs change. Users can access their virtual desktops from multiple devices or web browsers.

This API Reference provides detailed information about the actions, data types, parameters, and errors of the WorkSpaces service. For more information about the supported Amazon Web Services Regions, endpoints, and service quotas of the Amazon WorkSpaces service, see WorkSpaces endpoints and quotas in the Amazon Web Services General Reference.

You can also manage your WorkSpaces resources using the WorkSpaces console, Command Line Interface (CLI), and SDKs. For more information about administering WorkSpaces, see the Amazon WorkSpaces Administration Guide. For more information about using the Amazon WorkSpaces client application or web browser to access provisioned WorkSpaces, see the Amazon WorkSpaces User Guide. For more information about using the CLI to manage your WorkSpaces resources, see the WorkSpaces section of the CLI Reference.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2015-04-08 of the Amazon WorkSpaces 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 WorkSpaces.

AccessDeniedException

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

The user is not authorized to access a resource.

InvalidParameterValuesException

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

One or more parameter values are not valid.

InvalidResourceStateException

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

The state of the resource is not valid for this operation.

OperationInProgressException

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

The properties of this WorkSpace are currently being modified. Try again in a moment.

OperationNotSupportedException

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

This operation is not supported.

ResourceAlreadyExistsException

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

The specified resource already exists.

ResourceAssociatedException

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

The resource is associated with a directory.

ResourceCreationFailedException

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

The resource could not be created.

ResourceLimitExceededException

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

Your resource limits have been exceeded.

ResourceNotFoundException

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

The resource could not be found.

ResourceUnavailableException

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

The specified resource is not available.

UnsupportedNetworkConfigurationException

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

The configuration of this network is not supported for this operation, or your network configuration conflicts with the Amazon WorkSpaces management network IP range. For more information, see Configure a VPC for Amazon WorkSpaces.

UnsupportedWorkspaceConfigurationException

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

The configuration of this WorkSpace is not supported for this operation. For more information, see Required Configuration and Service Components for WorkSpaces .

WorkspacesDefaultRoleNotFoundException

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

The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see Creating the workspaces_DefaultRole Role.

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.

AssociateConnectionAlias

data AssociateConnectionAlias Source #

See: newAssociateConnectionAlias smart constructor.

Instances

Instances details
ToJSON AssociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

ToHeaders AssociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

ToPath AssociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

ToQuery AssociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

AWSRequest AssociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

Generic AssociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

Associated Types

type Rep AssociateConnectionAlias :: Type -> Type #

Read AssociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

Show AssociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

NFData AssociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

Eq AssociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

Hashable AssociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

type AWSResponse AssociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

type Rep AssociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

type Rep AssociateConnectionAlias = D1 ('MetaData "AssociateConnectionAlias" "Amazonka.WorkSpaces.AssociateConnectionAlias" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "AssociateConnectionAlias'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aliasId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAssociateConnectionAlias Source #

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

AssociateConnectionAlias, associateConnectionAlias_aliasId - The identifier of the connection alias.

AssociateConnectionAlias, associateConnectionAlias_resourceId - The identifier of the directory to associate the connection alias with.

data AssociateConnectionAliasResponse Source #

See: newAssociateConnectionAliasResponse smart constructor.

Instances

Instances details
Generic AssociateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

Associated Types

type Rep AssociateConnectionAliasResponse :: Type -> Type #

Read AssociateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

Show AssociateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

NFData AssociateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

Eq AssociateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

type Rep AssociateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateConnectionAlias

type Rep AssociateConnectionAliasResponse = D1 ('MetaData "AssociateConnectionAliasResponse" "Amazonka.WorkSpaces.AssociateConnectionAlias" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "AssociateConnectionAliasResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectionIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateConnectionAliasResponse Source #

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

AssociateConnectionAliasResponse, associateConnectionAliasResponse_connectionIdentifier - The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.

$sel:httpStatus:AssociateConnectionAliasResponse', associateConnectionAliasResponse_httpStatus - The response's http status code.

AssociateIpGroups

data AssociateIpGroups Source #

See: newAssociateIpGroups smart constructor.

Constructors

AssociateIpGroups' Text [Text] 

Instances

Instances details
ToJSON AssociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

ToHeaders AssociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

ToPath AssociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

ToQuery AssociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

AWSRequest AssociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

Associated Types

type AWSResponse AssociateIpGroups #

Generic AssociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

Associated Types

type Rep AssociateIpGroups :: Type -> Type #

Read AssociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

Show AssociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

NFData AssociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

Methods

rnf :: AssociateIpGroups -> () #

Eq AssociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

Hashable AssociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

type AWSResponse AssociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

type Rep AssociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

type Rep AssociateIpGroups = D1 ('MetaData "AssociateIpGroups" "Amazonka.WorkSpaces.AssociateIpGroups" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "AssociateIpGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "groupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newAssociateIpGroups Source #

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

AssociateIpGroups, associateIpGroups_directoryId - The identifier of the directory.

$sel:groupIds:AssociateIpGroups', associateIpGroups_groupIds - The identifiers of one or more IP access control groups.

data AssociateIpGroupsResponse Source #

See: newAssociateIpGroupsResponse smart constructor.

Instances

Instances details
Generic AssociateIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

Associated Types

type Rep AssociateIpGroupsResponse :: Type -> Type #

Read AssociateIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

Show AssociateIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

NFData AssociateIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

Eq AssociateIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

type Rep AssociateIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AssociateIpGroups

type Rep AssociateIpGroupsResponse = D1 ('MetaData "AssociateIpGroupsResponse" "Amazonka.WorkSpaces.AssociateIpGroups" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "AssociateIpGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateIpGroupsResponse Source #

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

AuthorizeIpRules

data AuthorizeIpRules Source #

See: newAuthorizeIpRules smart constructor.

Instances

Instances details
ToJSON AuthorizeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

ToHeaders AuthorizeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

ToPath AuthorizeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

ToQuery AuthorizeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

AWSRequest AuthorizeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

Associated Types

type AWSResponse AuthorizeIpRules #

Generic AuthorizeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

Associated Types

type Rep AuthorizeIpRules :: Type -> Type #

Read AuthorizeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

Show AuthorizeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

NFData AuthorizeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

Methods

rnf :: AuthorizeIpRules -> () #

Eq AuthorizeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

Hashable AuthorizeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

type AWSResponse AuthorizeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

type Rep AuthorizeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

type Rep AuthorizeIpRules = D1 ('MetaData "AuthorizeIpRules" "Amazonka.WorkSpaces.AuthorizeIpRules" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "AuthorizeIpRules'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [IpRuleItem])))

newAuthorizeIpRules Source #

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

AuthorizeIpRules, authorizeIpRules_groupId - The identifier of the group.

AuthorizeIpRules, authorizeIpRules_userRules - The rules to add to the group.

data AuthorizeIpRulesResponse Source #

See: newAuthorizeIpRulesResponse smart constructor.

Instances

Instances details
Generic AuthorizeIpRulesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

Associated Types

type Rep AuthorizeIpRulesResponse :: Type -> Type #

Read AuthorizeIpRulesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

Show AuthorizeIpRulesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

NFData AuthorizeIpRulesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

Eq AuthorizeIpRulesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

type Rep AuthorizeIpRulesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.AuthorizeIpRules

type Rep AuthorizeIpRulesResponse = D1 ('MetaData "AuthorizeIpRulesResponse" "Amazonka.WorkSpaces.AuthorizeIpRules" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "AuthorizeIpRulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAuthorizeIpRulesResponse Source #

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

CopyWorkspaceImage

data CopyWorkspaceImage Source #

See: newCopyWorkspaceImage smart constructor.

Instances

Instances details
ToJSON CopyWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

ToHeaders CopyWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

ToPath CopyWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

ToQuery CopyWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

AWSRequest CopyWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

Associated Types

type AWSResponse CopyWorkspaceImage #

Generic CopyWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

Associated Types

type Rep CopyWorkspaceImage :: Type -> Type #

Read CopyWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

Show CopyWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

NFData CopyWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

Methods

rnf :: CopyWorkspaceImage -> () #

Eq CopyWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

Hashable CopyWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

type AWSResponse CopyWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

type Rep CopyWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

type Rep CopyWorkspaceImage = D1 ('MetaData "CopyWorkspaceImage" "Amazonka.WorkSpaces.CopyWorkspaceImage" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CopyWorkspaceImage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "sourceImageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCopyWorkspaceImage Source #

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

CopyWorkspaceImage, copyWorkspaceImage_description - A description of the image.

CopyWorkspaceImage, copyWorkspaceImage_tags - The tags for the image.

CopyWorkspaceImage, copyWorkspaceImage_name - The name of the image.

$sel:sourceImageId:CopyWorkspaceImage', copyWorkspaceImage_sourceImageId - The identifier of the source image.

$sel:sourceRegion:CopyWorkspaceImage', copyWorkspaceImage_sourceRegion - The identifier of the source Region.

data CopyWorkspaceImageResponse Source #

See: newCopyWorkspaceImageResponse smart constructor.

Instances

Instances details
Generic CopyWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

Associated Types

type Rep CopyWorkspaceImageResponse :: Type -> Type #

Read CopyWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

Show CopyWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

NFData CopyWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

Eq CopyWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

type Rep CopyWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CopyWorkspaceImage

type Rep CopyWorkspaceImageResponse = D1 ('MetaData "CopyWorkspaceImageResponse" "Amazonka.WorkSpaces.CopyWorkspaceImage" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CopyWorkspaceImageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCopyWorkspaceImageResponse Source #

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

CopyWorkspaceImageResponse, copyWorkspaceImageResponse_imageId - The identifier of the image.

$sel:httpStatus:CopyWorkspaceImageResponse', copyWorkspaceImageResponse_httpStatus - The response's http status code.

CreateConnectClientAddIn

data CreateConnectClientAddIn Source #

See: newCreateConnectClientAddIn smart constructor.

Instances

Instances details
ToJSON CreateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

ToHeaders CreateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

ToPath CreateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

ToQuery CreateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

AWSRequest CreateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

Generic CreateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

Associated Types

type Rep CreateConnectClientAddIn :: Type -> Type #

Read CreateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

Show CreateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

NFData CreateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

Eq CreateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

Hashable CreateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

type AWSResponse CreateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

type Rep CreateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

type Rep CreateConnectClientAddIn = D1 ('MetaData "CreateConnectClientAddIn" "Amazonka.WorkSpaces.CreateConnectClientAddIn" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateConnectClientAddIn'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateConnectClientAddIn Source #

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

CreateConnectClientAddIn, createConnectClientAddIn_resourceId - The directory identifier for which to configure the client add-in.

CreateConnectClientAddIn, createConnectClientAddIn_name - The name of the client add-in.

CreateConnectClientAddIn, createConnectClientAddIn_url - The endpoint URL of the Amazon Connect client add-in.

data CreateConnectClientAddInResponse Source #

See: newCreateConnectClientAddInResponse smart constructor.

Instances

Instances details
Generic CreateConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

Associated Types

type Rep CreateConnectClientAddInResponse :: Type -> Type #

Read CreateConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

Show CreateConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

NFData CreateConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

Eq CreateConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

type Rep CreateConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectClientAddIn

type Rep CreateConnectClientAddInResponse = D1 ('MetaData "CreateConnectClientAddInResponse" "Amazonka.WorkSpaces.CreateConnectClientAddIn" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateConnectClientAddInResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "addInId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateConnectClientAddInResponse Source #

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

CreateConnectClientAddInResponse, createConnectClientAddInResponse_addInId - The client add-in identifier.

$sel:httpStatus:CreateConnectClientAddInResponse', createConnectClientAddInResponse_httpStatus - The response's http status code.

CreateConnectionAlias

data CreateConnectionAlias Source #

See: newCreateConnectionAlias smart constructor.

Instances

Instances details
ToJSON CreateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

ToHeaders CreateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

ToPath CreateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

ToQuery CreateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

AWSRequest CreateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

Associated Types

type AWSResponse CreateConnectionAlias #

Generic CreateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

Associated Types

type Rep CreateConnectionAlias :: Type -> Type #

Read CreateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

Show CreateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

NFData CreateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

Methods

rnf :: CreateConnectionAlias -> () #

Eq CreateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

Hashable CreateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

type AWSResponse CreateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

type Rep CreateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

type Rep CreateConnectionAlias = D1 ('MetaData "CreateConnectionAlias" "Amazonka.WorkSpaces.CreateConnectionAlias" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateConnectionAlias'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "connectionString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateConnectionAlias Source #

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

CreateConnectionAlias, createConnectionAlias_tags - The tags to associate with the connection alias.

CreateConnectionAlias, createConnectionAlias_connectionString - A connection string in the form of a fully qualified domain name (FQDN), such as www.example.com.

After you create a connection string, it is always associated to your Amazon Web Services account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.

data CreateConnectionAliasResponse Source #

See: newCreateConnectionAliasResponse smart constructor.

Instances

Instances details
Generic CreateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

Associated Types

type Rep CreateConnectionAliasResponse :: Type -> Type #

Read CreateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

Show CreateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

NFData CreateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

Eq CreateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

type Rep CreateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateConnectionAlias

type Rep CreateConnectionAliasResponse = D1 ('MetaData "CreateConnectionAliasResponse" "Amazonka.WorkSpaces.CreateConnectionAlias" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateConnectionAliasResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aliasId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateConnectionAliasResponse Source #

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

CreateConnectionAliasResponse, createConnectionAliasResponse_aliasId - The identifier of the connection alias.

$sel:httpStatus:CreateConnectionAliasResponse', createConnectionAliasResponse_httpStatus - The response's http status code.

CreateIpGroup

data CreateIpGroup Source #

See: newCreateIpGroup smart constructor.

Instances

Instances details
ToJSON CreateIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

ToHeaders CreateIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

ToPath CreateIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

ToQuery CreateIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

AWSRequest CreateIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

Associated Types

type AWSResponse CreateIpGroup #

Generic CreateIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

Associated Types

type Rep CreateIpGroup :: Type -> Type #

Read CreateIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

Show CreateIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

NFData CreateIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

Methods

rnf :: CreateIpGroup -> () #

Eq CreateIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

Hashable CreateIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

type AWSResponse CreateIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

type Rep CreateIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

type Rep CreateIpGroup = D1 ('MetaData "CreateIpGroup" "Amazonka.WorkSpaces.CreateIpGroup" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateIpGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "groupDesc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "userRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [IpRuleItem])) :*: S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateIpGroup Source #

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

CreateIpGroup, createIpGroup_groupDesc - The description of the group.

CreateIpGroup, createIpGroup_tags - The tags. Each WorkSpaces resource can have a maximum of 50 tags.

CreateIpGroup, createIpGroup_userRules - The rules to add to the group.

CreateIpGroup, createIpGroup_groupName - The name of the group.

data CreateIpGroupResponse Source #

See: newCreateIpGroupResponse smart constructor.

Instances

Instances details
Generic CreateIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

Associated Types

type Rep CreateIpGroupResponse :: Type -> Type #

Read CreateIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

Show CreateIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

NFData CreateIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

Methods

rnf :: CreateIpGroupResponse -> () #

Eq CreateIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

type Rep CreateIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateIpGroup

type Rep CreateIpGroupResponse = D1 ('MetaData "CreateIpGroupResponse" "Amazonka.WorkSpaces.CreateIpGroup" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateIpGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateIpGroupResponse Source #

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

CreateIpGroupResponse, createIpGroupResponse_groupId - The identifier of the group.

$sel:httpStatus:CreateIpGroupResponse', createIpGroupResponse_httpStatus - The response's http status code.

CreateStandbyWorkspaces

data CreateStandbyWorkspaces Source #

See: newCreateStandbyWorkspaces smart constructor.

Instances

Instances details
ToJSON CreateStandbyWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

ToHeaders CreateStandbyWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

ToPath CreateStandbyWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

ToQuery CreateStandbyWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

AWSRequest CreateStandbyWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

Generic CreateStandbyWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

Associated Types

type Rep CreateStandbyWorkspaces :: Type -> Type #

Read CreateStandbyWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

Show CreateStandbyWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

NFData CreateStandbyWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

Methods

rnf :: CreateStandbyWorkspaces -> () #

Eq CreateStandbyWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

Hashable CreateStandbyWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

type AWSResponse CreateStandbyWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

type Rep CreateStandbyWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

type Rep CreateStandbyWorkspaces = D1 ('MetaData "CreateStandbyWorkspaces" "Amazonka.WorkSpaces.CreateStandbyWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateStandbyWorkspaces'" 'PrefixI 'True) (S1 ('MetaSel ('Just "primaryRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "standbyWorkspaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [StandbyWorkspace])))

newCreateStandbyWorkspaces Source #

Create a value of CreateStandbyWorkspaces 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:primaryRegion:CreateStandbyWorkspaces', createStandbyWorkspaces_primaryRegion - The Region of the primary WorkSpace.

$sel:standbyWorkspaces:CreateStandbyWorkspaces', createStandbyWorkspaces_standbyWorkspaces - Information about the Standby WorkSpace to be created.

data CreateStandbyWorkspacesResponse Source #

See: newCreateStandbyWorkspacesResponse smart constructor.

Instances

Instances details
Generic CreateStandbyWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

Associated Types

type Rep CreateStandbyWorkspacesResponse :: Type -> Type #

Read CreateStandbyWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

Show CreateStandbyWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

NFData CreateStandbyWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

Eq CreateStandbyWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

type Rep CreateStandbyWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateStandbyWorkspaces

type Rep CreateStandbyWorkspacesResponse = D1 ('MetaData "CreateStandbyWorkspacesResponse" "Amazonka.WorkSpaces.CreateStandbyWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateStandbyWorkspacesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedStandbyRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedCreateStandbyWorkspacesRequest])) :*: (S1 ('MetaSel ('Just "pendingStandbyRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PendingCreateStandbyWorkspacesRequest])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateStandbyWorkspacesResponse Source #

Create a value of CreateStandbyWorkspacesResponse 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:failedStandbyRequests:CreateStandbyWorkspacesResponse', createStandbyWorkspacesResponse_failedStandbyRequests - Information about the Standby WorkSpace that could not be created.

$sel:pendingStandbyRequests:CreateStandbyWorkspacesResponse', createStandbyWorkspacesResponse_pendingStandbyRequests - Information about the Standby WorkSpace that was created.

$sel:httpStatus:CreateStandbyWorkspacesResponse', createStandbyWorkspacesResponse_httpStatus - The response's http status code.

CreateTags

data CreateTags Source #

See: newCreateTags smart constructor.

Constructors

CreateTags' Text [Tag] 

Instances

Instances details
ToJSON CreateTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

ToHeaders CreateTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

Methods

toHeaders :: CreateTags -> [Header] #

ToPath CreateTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

ToQuery CreateTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

AWSRequest CreateTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

Associated Types

type AWSResponse CreateTags #

Generic CreateTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

Associated Types

type Rep CreateTags :: Type -> Type #

Read CreateTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

Show CreateTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

NFData CreateTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

Methods

rnf :: CreateTags -> () #

Eq CreateTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

Hashable CreateTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

type AWSResponse CreateTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

type Rep CreateTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

type Rep CreateTags = D1 ('MetaData "CreateTags" "Amazonka.WorkSpaces.CreateTags" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))

newCreateTags Source #

Arguments

:: Text

CreateTags

-> CreateTags 

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

CreateTags, createTags_resourceId - The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases.

CreateTags, createTags_tags - The tags. Each WorkSpaces resource can have a maximum of 50 tags.

data CreateTagsResponse Source #

See: newCreateTagsResponse smart constructor.

Constructors

CreateTagsResponse' Int 

Instances

Instances details
Generic CreateTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

Associated Types

type Rep CreateTagsResponse :: Type -> Type #

Read CreateTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

Show CreateTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

NFData CreateTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

Methods

rnf :: CreateTagsResponse -> () #

Eq CreateTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

type Rep CreateTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateTags

type Rep CreateTagsResponse = D1 ('MetaData "CreateTagsResponse" "Amazonka.WorkSpaces.CreateTags" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateTagsResponse Source #

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

CreateUpdatedWorkspaceImage

data CreateUpdatedWorkspaceImage Source #

See: newCreateUpdatedWorkspaceImage smart constructor.

Instances

Instances details
ToJSON CreateUpdatedWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

ToHeaders CreateUpdatedWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

ToPath CreateUpdatedWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

ToQuery CreateUpdatedWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

AWSRequest CreateUpdatedWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

Generic CreateUpdatedWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

Associated Types

type Rep CreateUpdatedWorkspaceImage :: Type -> Type #

Read CreateUpdatedWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

Show CreateUpdatedWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

NFData CreateUpdatedWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

Eq CreateUpdatedWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

Hashable CreateUpdatedWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

type AWSResponse CreateUpdatedWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

type Rep CreateUpdatedWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

type Rep CreateUpdatedWorkspaceImage = D1 ('MetaData "CreateUpdatedWorkspaceImage" "Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateUpdatedWorkspaceImage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceImageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateUpdatedWorkspaceImage Source #

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

CreateUpdatedWorkspaceImage, createUpdatedWorkspaceImage_tags - The tags that you want to add to the new updated WorkSpace image.

To add tags at the same time when you're creating the updated image, you must create an IAM policy that grants your IAM user permissions to use workspaces:CreateTags.

CreateUpdatedWorkspaceImage, createUpdatedWorkspaceImage_name - The name of the new updated WorkSpace image.

CreateUpdatedWorkspaceImage, createUpdatedWorkspaceImage_description - A description of whether updates for the WorkSpace image are available.

$sel:sourceImageId:CreateUpdatedWorkspaceImage', createUpdatedWorkspaceImage_sourceImageId - The identifier of the source WorkSpace image.

data CreateUpdatedWorkspaceImageResponse Source #

Instances

Instances details
Generic CreateUpdatedWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

Read CreateUpdatedWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

Show CreateUpdatedWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

NFData CreateUpdatedWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

Eq CreateUpdatedWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

type Rep CreateUpdatedWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage

type Rep CreateUpdatedWorkspaceImageResponse = D1 ('MetaData "CreateUpdatedWorkspaceImageResponse" "Amazonka.WorkSpaces.CreateUpdatedWorkspaceImage" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateUpdatedWorkspaceImageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateUpdatedWorkspaceImageResponse Source #

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

CreateUpdatedWorkspaceImageResponse, createUpdatedWorkspaceImageResponse_imageId - The identifier of the new updated WorkSpace image.

$sel:httpStatus:CreateUpdatedWorkspaceImageResponse', createUpdatedWorkspaceImageResponse_httpStatus - The response's http status code.

CreateWorkspaceBundle

data CreateWorkspaceBundle Source #

See: newCreateWorkspaceBundle smart constructor.

Instances

Instances details
ToJSON CreateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

ToHeaders CreateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

ToPath CreateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

ToQuery CreateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

AWSRequest CreateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

Associated Types

type AWSResponse CreateWorkspaceBundle #

Generic CreateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

Associated Types

type Rep CreateWorkspaceBundle :: Type -> Type #

Read CreateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

Show CreateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

NFData CreateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

Methods

rnf :: CreateWorkspaceBundle -> () #

Eq CreateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

Hashable CreateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

type AWSResponse CreateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

type Rep CreateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

type Rep CreateWorkspaceBundle = D1 ('MetaData "CreateWorkspaceBundle" "Amazonka.WorkSpaces.CreateWorkspaceBundle" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateWorkspaceBundle'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "rootStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RootStorage)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "bundleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "bundleDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "computeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ComputeType) :*: S1 ('MetaSel ('Just "userStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UserStorage)))))

newCreateWorkspaceBundle Source #

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

CreateWorkspaceBundle, createWorkspaceBundle_rootStorage - Undocumented member.

CreateWorkspaceBundle, createWorkspaceBundle_tags - The tags associated with the bundle.

To add tags at the same time when you're creating the bundle, you must create an IAM policy that grants your IAM user permissions to use workspaces:CreateTags.

$sel:bundleName:CreateWorkspaceBundle', createWorkspaceBundle_bundleName - The name of the bundle.

$sel:bundleDescription:CreateWorkspaceBundle', createWorkspaceBundle_bundleDescription - The description of the bundle.

CreateWorkspaceBundle, createWorkspaceBundle_imageId - The identifier of the image that is used to create the bundle.

CreateWorkspaceBundle, createWorkspaceBundle_computeType - Undocumented member.

CreateWorkspaceBundle, createWorkspaceBundle_userStorage - Undocumented member.

data CreateWorkspaceBundleResponse Source #

See: newCreateWorkspaceBundleResponse smart constructor.

Instances

Instances details
Generic CreateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

Associated Types

type Rep CreateWorkspaceBundleResponse :: Type -> Type #

Read CreateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

Show CreateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

NFData CreateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

Eq CreateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

type Rep CreateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceBundle

type Rep CreateWorkspaceBundleResponse = D1 ('MetaData "CreateWorkspaceBundleResponse" "Amazonka.WorkSpaces.CreateWorkspaceBundle" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateWorkspaceBundleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceBundle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkspaceBundle)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateWorkspaceBundleResponse Source #

Create a value of CreateWorkspaceBundleResponse 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:workspaceBundle:CreateWorkspaceBundleResponse', createWorkspaceBundleResponse_workspaceBundle - Undocumented member.

$sel:httpStatus:CreateWorkspaceBundleResponse', createWorkspaceBundleResponse_httpStatus - The response's http status code.

CreateWorkspaceImage

data CreateWorkspaceImage Source #

See: newCreateWorkspaceImage smart constructor.

Instances

Instances details
ToJSON CreateWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

ToHeaders CreateWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

ToPath CreateWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

ToQuery CreateWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

AWSRequest CreateWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

Associated Types

type AWSResponse CreateWorkspaceImage #

Generic CreateWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

Associated Types

type Rep CreateWorkspaceImage :: Type -> Type #

Read CreateWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

Show CreateWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

NFData CreateWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

Methods

rnf :: CreateWorkspaceImage -> () #

Eq CreateWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

Hashable CreateWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

type AWSResponse CreateWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

type Rep CreateWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

type Rep CreateWorkspaceImage = D1 ('MetaData "CreateWorkspaceImage" "Amazonka.WorkSpaces.CreateWorkspaceImage" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateWorkspaceImage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateWorkspaceImage Source #

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

CreateWorkspaceImage, createWorkspaceImage_tags - The tags that you want to add to the new WorkSpace image. To add tags when you're creating the image, you must create an IAM policy that grants your IAM user permission to use workspaces:CreateTags.

CreateWorkspaceImage, createWorkspaceImage_name - The name of the new WorkSpace image.

CreateWorkspaceImage, createWorkspaceImage_description - The description of the new WorkSpace image.

CreateWorkspaceImage, createWorkspaceImage_workspaceId - The identifier of the source WorkSpace

data CreateWorkspaceImageResponse Source #

See: newCreateWorkspaceImageResponse smart constructor.

Instances

Instances details
Generic CreateWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

Associated Types

type Rep CreateWorkspaceImageResponse :: Type -> Type #

Read CreateWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

Show CreateWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

NFData CreateWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

Eq CreateWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

type Rep CreateWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaceImage

newCreateWorkspaceImageResponse Source #

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

CreateWorkspaceImageResponse, createWorkspaceImageResponse_created - The date when the image was created.

CreateWorkspaceImage, createWorkspaceImageResponse_description - The description of the image.

CreateWorkspaceImageResponse, createWorkspaceImageResponse_imageId - The identifier of the new WorkSpace image.

CreateWorkspaceImage, createWorkspaceImageResponse_name - The name of the image.

CreateWorkspaceImageResponse, createWorkspaceImageResponse_operatingSystem - The operating system that the image is running.

CreateWorkspaceImageResponse, createWorkspaceImageResponse_ownerAccountId - The identifier of the Amazon Web Services account that owns the image.

CreateWorkspaceImageResponse, createWorkspaceImageResponse_requiredTenancy - Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images..

CreateWorkspaceImageResponse, createWorkspaceImageResponse_state - The availability status of the image.

$sel:httpStatus:CreateWorkspaceImageResponse', createWorkspaceImageResponse_httpStatus - The response's http status code.

CreateWorkspaces

data CreateWorkspaces Source #

See: newCreateWorkspaces smart constructor.

Instances

Instances details
ToJSON CreateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

ToHeaders CreateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

ToPath CreateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

ToQuery CreateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

AWSRequest CreateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

Associated Types

type AWSResponse CreateWorkspaces #

Generic CreateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

Associated Types

type Rep CreateWorkspaces :: Type -> Type #

Read CreateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

Show CreateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

NFData CreateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

Methods

rnf :: CreateWorkspaces -> () #

Eq CreateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

Hashable CreateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

type AWSResponse CreateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

type Rep CreateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

type Rep CreateWorkspaces = D1 ('MetaData "CreateWorkspaces" "Amazonka.WorkSpaces.CreateWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateWorkspaces'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty WorkspaceRequest))))

newCreateWorkspaces Source #

Create a value of CreateWorkspaces 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:workspaces:CreateWorkspaces', createWorkspaces_workspaces - The WorkSpaces to create. You can specify up to 25 WorkSpaces.

data CreateWorkspacesResponse Source #

See: newCreateWorkspacesResponse smart constructor.

Instances

Instances details
Generic CreateWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

Associated Types

type Rep CreateWorkspacesResponse :: Type -> Type #

Read CreateWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

Show CreateWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

NFData CreateWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

Eq CreateWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

type Rep CreateWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.CreateWorkspaces

type Rep CreateWorkspacesResponse = D1 ('MetaData "CreateWorkspacesResponse" "Amazonka.WorkSpaces.CreateWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CreateWorkspacesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedCreateWorkspaceRequest])) :*: (S1 ('MetaSel ('Just "pendingRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Workspace])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateWorkspacesResponse Source #

Create a value of CreateWorkspacesResponse 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:failedRequests:CreateWorkspacesResponse', createWorkspacesResponse_failedRequests - Information about the WorkSpaces that could not be created.

$sel:pendingRequests:CreateWorkspacesResponse', createWorkspacesResponse_pendingRequests - Information about the WorkSpaces that were created.

Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.

$sel:httpStatus:CreateWorkspacesResponse', createWorkspacesResponse_httpStatus - The response's http status code.

DeleteClientBranding

data DeleteClientBranding Source #

See: newDeleteClientBranding smart constructor.

Instances

Instances details
ToJSON DeleteClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

ToHeaders DeleteClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

ToPath DeleteClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

ToQuery DeleteClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

AWSRequest DeleteClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

Associated Types

type AWSResponse DeleteClientBranding #

Generic DeleteClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

Associated Types

type Rep DeleteClientBranding :: Type -> Type #

Read DeleteClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

Show DeleteClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

NFData DeleteClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

Methods

rnf :: DeleteClientBranding -> () #

Eq DeleteClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

Hashable DeleteClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

type AWSResponse DeleteClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

type Rep DeleteClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

type Rep DeleteClientBranding = D1 ('MetaData "DeleteClientBranding" "Amazonka.WorkSpaces.DeleteClientBranding" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeleteClientBranding'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "platforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ClientDeviceType))))

newDeleteClientBranding Source #

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

DeleteClientBranding, deleteClientBranding_resourceId - The directory identifier of the WorkSpace for which you want to delete client branding.

$sel:platforms:DeleteClientBranding', deleteClientBranding_platforms - The device type for which you want to delete client branding.

data DeleteClientBrandingResponse Source #

See: newDeleteClientBrandingResponse smart constructor.

Instances

Instances details
Generic DeleteClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

Associated Types

type Rep DeleteClientBrandingResponse :: Type -> Type #

Read DeleteClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

Show DeleteClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

NFData DeleteClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

Eq DeleteClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

type Rep DeleteClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteClientBranding

type Rep DeleteClientBrandingResponse = D1 ('MetaData "DeleteClientBrandingResponse" "Amazonka.WorkSpaces.DeleteClientBranding" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeleteClientBrandingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteClientBrandingResponse Source #

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

DeleteConnectClientAddIn

data DeleteConnectClientAddIn Source #

See: newDeleteConnectClientAddIn smart constructor.

Instances

Instances details
ToJSON DeleteConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

ToHeaders DeleteConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

ToPath DeleteConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

ToQuery DeleteConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

AWSRequest DeleteConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

Generic DeleteConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

Associated Types

type Rep DeleteConnectClientAddIn :: Type -> Type #

Read DeleteConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

Show DeleteConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

NFData DeleteConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

Eq DeleteConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

Hashable DeleteConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

type AWSResponse DeleteConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

type Rep DeleteConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

type Rep DeleteConnectClientAddIn = D1 ('MetaData "DeleteConnectClientAddIn" "Amazonka.WorkSpaces.DeleteConnectClientAddIn" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeleteConnectClientAddIn'" 'PrefixI 'True) (S1 ('MetaSel ('Just "addInId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteConnectClientAddIn Source #

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

DeleteConnectClientAddIn, deleteConnectClientAddIn_addInId - The identifier of the client add-in to delete.

DeleteConnectClientAddIn, deleteConnectClientAddIn_resourceId - The directory identifier for which the client add-in is configured.

data DeleteConnectClientAddInResponse Source #

See: newDeleteConnectClientAddInResponse smart constructor.

Instances

Instances details
Generic DeleteConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

Associated Types

type Rep DeleteConnectClientAddInResponse :: Type -> Type #

Read DeleteConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

Show DeleteConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

NFData DeleteConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

Eq DeleteConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

type Rep DeleteConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectClientAddIn

type Rep DeleteConnectClientAddInResponse = D1 ('MetaData "DeleteConnectClientAddInResponse" "Amazonka.WorkSpaces.DeleteConnectClientAddIn" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeleteConnectClientAddInResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteConnectClientAddInResponse Source #

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

DeleteConnectionAlias

data DeleteConnectionAlias Source #

See: newDeleteConnectionAlias smart constructor.

Instances

Instances details
ToJSON DeleteConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

ToHeaders DeleteConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

ToPath DeleteConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

ToQuery DeleteConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

AWSRequest DeleteConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

Associated Types

type AWSResponse DeleteConnectionAlias #

Generic DeleteConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

Associated Types

type Rep DeleteConnectionAlias :: Type -> Type #

Read DeleteConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

Show DeleteConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

NFData DeleteConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

Methods

rnf :: DeleteConnectionAlias -> () #

Eq DeleteConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

Hashable DeleteConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

type AWSResponse DeleteConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

type Rep DeleteConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

type Rep DeleteConnectionAlias = D1 ('MetaData "DeleteConnectionAlias" "Amazonka.WorkSpaces.DeleteConnectionAlias" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeleteConnectionAlias'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aliasId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteConnectionAlias Source #

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

DeleteConnectionAlias, deleteConnectionAlias_aliasId - The identifier of the connection alias to delete.

data DeleteConnectionAliasResponse Source #

See: newDeleteConnectionAliasResponse smart constructor.

Instances

Instances details
Generic DeleteConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

Associated Types

type Rep DeleteConnectionAliasResponse :: Type -> Type #

Read DeleteConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

Show DeleteConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

NFData DeleteConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

Eq DeleteConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

type Rep DeleteConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteConnectionAlias

type Rep DeleteConnectionAliasResponse = D1 ('MetaData "DeleteConnectionAliasResponse" "Amazonka.WorkSpaces.DeleteConnectionAlias" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeleteConnectionAliasResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteConnectionAliasResponse Source #

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

DeleteIpGroup

data DeleteIpGroup Source #

See: newDeleteIpGroup smart constructor.

Constructors

DeleteIpGroup' Text 

Instances

Instances details
ToJSON DeleteIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

ToHeaders DeleteIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

ToPath DeleteIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

ToQuery DeleteIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

AWSRequest DeleteIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

Associated Types

type AWSResponse DeleteIpGroup #

Generic DeleteIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

Associated Types

type Rep DeleteIpGroup :: Type -> Type #

Read DeleteIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

Show DeleteIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

NFData DeleteIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

Methods

rnf :: DeleteIpGroup -> () #

Eq DeleteIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

Hashable DeleteIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

type AWSResponse DeleteIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

type Rep DeleteIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

type Rep DeleteIpGroup = D1 ('MetaData "DeleteIpGroup" "Amazonka.WorkSpaces.DeleteIpGroup" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeleteIpGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteIpGroup Source #

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

DeleteIpGroup, deleteIpGroup_groupId - The identifier of the IP access control group.

data DeleteIpGroupResponse Source #

See: newDeleteIpGroupResponse smart constructor.

Instances

Instances details
Generic DeleteIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

Associated Types

type Rep DeleteIpGroupResponse :: Type -> Type #

Read DeleteIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

Show DeleteIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

NFData DeleteIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

Methods

rnf :: DeleteIpGroupResponse -> () #

Eq DeleteIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

type Rep DeleteIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteIpGroup

type Rep DeleteIpGroupResponse = D1 ('MetaData "DeleteIpGroupResponse" "Amazonka.WorkSpaces.DeleteIpGroup" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeleteIpGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteIpGroupResponse Source #

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

DeleteTags

data DeleteTags Source #

See: newDeleteTags smart constructor.

Constructors

DeleteTags' Text [Text] 

Instances

Instances details
ToJSON DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

ToHeaders DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Methods

toHeaders :: DeleteTags -> [Header] #

ToPath DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

ToQuery DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

AWSRequest DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Associated Types

type AWSResponse DeleteTags #

Generic DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Associated Types

type Rep DeleteTags :: Type -> Type #

Read DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Show DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

NFData DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Methods

rnf :: DeleteTags -> () #

Eq DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Hashable DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

type AWSResponse DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

type Rep DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

type Rep DeleteTags = D1 ('MetaData "DeleteTags" "Amazonka.WorkSpaces.DeleteTags" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeleteTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newDeleteTags Source #

Arguments

:: Text

DeleteTags

-> DeleteTags 

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

DeleteTags, deleteTags_resourceId - The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases.

$sel:tagKeys:DeleteTags', deleteTags_tagKeys - The tag keys.

data DeleteTagsResponse Source #

See: newDeleteTagsResponse smart constructor.

Constructors

DeleteTagsResponse' Int 

Instances

Instances details
Generic DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Associated Types

type Rep DeleteTagsResponse :: Type -> Type #

Read DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Show DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

NFData DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Methods

rnf :: DeleteTagsResponse -> () #

Eq DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

type Rep DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

type Rep DeleteTagsResponse = D1 ('MetaData "DeleteTagsResponse" "Amazonka.WorkSpaces.DeleteTags" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeleteTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteTagsResponse Source #

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

DeleteWorkspaceBundle

data DeleteWorkspaceBundle Source #

See: newDeleteWorkspaceBundle smart constructor.

Instances

Instances details
ToJSON DeleteWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

ToHeaders DeleteWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

ToPath DeleteWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

ToQuery DeleteWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

AWSRequest DeleteWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

Associated Types

type AWSResponse DeleteWorkspaceBundle #

Generic DeleteWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

Associated Types

type Rep DeleteWorkspaceBundle :: Type -> Type #

Read DeleteWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

Show DeleteWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

NFData DeleteWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

Methods

rnf :: DeleteWorkspaceBundle -> () #

Eq DeleteWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

Hashable DeleteWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

type AWSResponse DeleteWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

type Rep DeleteWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

type Rep DeleteWorkspaceBundle = D1 ('MetaData "DeleteWorkspaceBundle" "Amazonka.WorkSpaces.DeleteWorkspaceBundle" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeleteWorkspaceBundle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bundleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDeleteWorkspaceBundle :: DeleteWorkspaceBundle Source #

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

DeleteWorkspaceBundle, deleteWorkspaceBundle_bundleId - The identifier of the bundle.

data DeleteWorkspaceBundleResponse Source #

See: newDeleteWorkspaceBundleResponse smart constructor.

Instances

Instances details
Generic DeleteWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

Associated Types

type Rep DeleteWorkspaceBundleResponse :: Type -> Type #

Read DeleteWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

Show DeleteWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

NFData DeleteWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

Eq DeleteWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

type Rep DeleteWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceBundle

type Rep DeleteWorkspaceBundleResponse = D1 ('MetaData "DeleteWorkspaceBundleResponse" "Amazonka.WorkSpaces.DeleteWorkspaceBundle" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeleteWorkspaceBundleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteWorkspaceBundleResponse Source #

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

DeleteWorkspaceImage

data DeleteWorkspaceImage Source #

See: newDeleteWorkspaceImage smart constructor.

Instances

Instances details
ToJSON DeleteWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

ToHeaders DeleteWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

ToPath DeleteWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

ToQuery DeleteWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

AWSRequest DeleteWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

Associated Types

type AWSResponse DeleteWorkspaceImage #

Generic DeleteWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

Associated Types

type Rep DeleteWorkspaceImage :: Type -> Type #

Read DeleteWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

Show DeleteWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

NFData DeleteWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

Methods

rnf :: DeleteWorkspaceImage -> () #

Eq DeleteWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

Hashable DeleteWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

type AWSResponse DeleteWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

type Rep DeleteWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

type Rep DeleteWorkspaceImage = D1 ('MetaData "DeleteWorkspaceImage" "Amazonka.WorkSpaces.DeleteWorkspaceImage" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeleteWorkspaceImage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteWorkspaceImage Source #

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

DeleteWorkspaceImage, deleteWorkspaceImage_imageId - The identifier of the image.

data DeleteWorkspaceImageResponse Source #

See: newDeleteWorkspaceImageResponse smart constructor.

Instances

Instances details
Generic DeleteWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

Associated Types

type Rep DeleteWorkspaceImageResponse :: Type -> Type #

Read DeleteWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

Show DeleteWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

NFData DeleteWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

Eq DeleteWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

type Rep DeleteWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteWorkspaceImage

type Rep DeleteWorkspaceImageResponse = D1 ('MetaData "DeleteWorkspaceImageResponse" "Amazonka.WorkSpaces.DeleteWorkspaceImage" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeleteWorkspaceImageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteWorkspaceImageResponse Source #

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

DeregisterWorkspaceDirectory

data DeregisterWorkspaceDirectory Source #

See: newDeregisterWorkspaceDirectory smart constructor.

Instances

Instances details
ToJSON DeregisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

ToHeaders DeregisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

ToPath DeregisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

ToQuery DeregisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

AWSRequest DeregisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

Generic DeregisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

Associated Types

type Rep DeregisterWorkspaceDirectory :: Type -> Type #

Read DeregisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

Show DeregisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

NFData DeregisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

Eq DeregisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

Hashable DeregisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

type AWSResponse DeregisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

type Rep DeregisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

type Rep DeregisterWorkspaceDirectory = D1 ('MetaData "DeregisterWorkspaceDirectory" "Amazonka.WorkSpaces.DeregisterWorkspaceDirectory" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeregisterWorkspaceDirectory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeregisterWorkspaceDirectory Source #

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

DeregisterWorkspaceDirectory, deregisterWorkspaceDirectory_directoryId - The identifier of the directory. If any WorkSpaces are registered to this directory, you must remove them before you deregister the directory, or you will receive an OperationNotSupportedException error.

data DeregisterWorkspaceDirectoryResponse Source #

Instances

Instances details
Generic DeregisterWorkspaceDirectoryResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

Read DeregisterWorkspaceDirectoryResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

Show DeregisterWorkspaceDirectoryResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

NFData DeregisterWorkspaceDirectoryResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

Eq DeregisterWorkspaceDirectoryResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

type Rep DeregisterWorkspaceDirectoryResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeregisterWorkspaceDirectory

type Rep DeregisterWorkspaceDirectoryResponse = D1 ('MetaData "DeregisterWorkspaceDirectoryResponse" "Amazonka.WorkSpaces.DeregisterWorkspaceDirectory" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DeregisterWorkspaceDirectoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeregisterWorkspaceDirectoryResponse Source #

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

DescribeAccount

data DescribeAccount Source #

See: newDescribeAccount smart constructor.

Constructors

DescribeAccount' 

Instances

Instances details
ToJSON DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

ToHeaders DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

ToPath DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

ToQuery DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

AWSRequest DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Associated Types

type AWSResponse DescribeAccount #

Generic DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Associated Types

type Rep DescribeAccount :: Type -> Type #

Read DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Show DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

NFData DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Methods

rnf :: DescribeAccount -> () #

Eq DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Hashable DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

type AWSResponse DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

type Rep DescribeAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

type Rep DescribeAccount = D1 ('MetaData "DescribeAccount" "Amazonka.WorkSpaces.DescribeAccount" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeAccount'" 'PrefixI 'False) (U1 :: Type -> Type))

newDescribeAccount :: DescribeAccount Source #

Create a value of DescribeAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data DescribeAccountResponse Source #

See: newDescribeAccountResponse smart constructor.

Instances

Instances details
Generic DescribeAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Associated Types

type Rep DescribeAccountResponse :: Type -> Type #

Read DescribeAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Show DescribeAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

NFData DescribeAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

Methods

rnf :: DescribeAccountResponse -> () #

Eq DescribeAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

type Rep DescribeAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccount

type Rep DescribeAccountResponse = D1 ('MetaData "DescribeAccountResponse" "Amazonka.WorkSpaces.DescribeAccount" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dedicatedTenancyManagementCidrRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dedicatedTenancySupport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DedicatedTenancySupportResultEnum)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeAccountResponse Source #

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

DescribeAccountResponse, describeAccountResponse_dedicatedTenancyManagementCidrRange - The IP address range, specified as an IPv4 CIDR block, used for the management network interface.

The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.

DescribeAccountResponse, describeAccountResponse_dedicatedTenancySupport - The status of BYOL (whether BYOL is enabled or disabled).

$sel:httpStatus:DescribeAccountResponse', describeAccountResponse_httpStatus - The response's http status code.

DescribeAccountModifications (Paginated)

data DescribeAccountModifications Source #

See: newDescribeAccountModifications smart constructor.

Instances

Instances details
ToJSON DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

ToHeaders DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

ToPath DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

ToQuery DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

AWSPager DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

AWSRequest DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Generic DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Associated Types

type Rep DescribeAccountModifications :: Type -> Type #

Read DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Show DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

NFData DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Eq DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Hashable DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

type AWSResponse DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

type Rep DescribeAccountModifications Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

type Rep DescribeAccountModifications = D1 ('MetaData "DescribeAccountModifications" "Amazonka.WorkSpaces.DescribeAccountModifications" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeAccountModifications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDescribeAccountModifications :: DescribeAccountModifications Source #

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

DescribeAccountModifications, describeAccountModifications_nextToken - If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

data DescribeAccountModificationsResponse Source #

Instances

Instances details
Generic DescribeAccountModificationsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Read DescribeAccountModificationsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Show DescribeAccountModificationsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

NFData DescribeAccountModificationsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

Eq DescribeAccountModificationsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

type Rep DescribeAccountModificationsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeAccountModifications

type Rep DescribeAccountModificationsResponse = D1 ('MetaData "DescribeAccountModificationsResponse" "Amazonka.WorkSpaces.DescribeAccountModifications" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeAccountModificationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountModifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AccountModification])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeAccountModificationsResponse Source #

Create a value of DescribeAccountModificationsResponse 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:accountModifications:DescribeAccountModificationsResponse', describeAccountModificationsResponse_accountModifications - The list of modifications to the configuration of BYOL.

DescribeAccountModifications, describeAccountModificationsResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:httpStatus:DescribeAccountModificationsResponse', describeAccountModificationsResponse_httpStatus - The response's http status code.

DescribeClientBranding

data DescribeClientBranding Source #

See: newDescribeClientBranding smart constructor.

Instances

Instances details
ToJSON DescribeClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

ToHeaders DescribeClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

ToPath DescribeClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

ToQuery DescribeClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

AWSRequest DescribeClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

Associated Types

type AWSResponse DescribeClientBranding #

Generic DescribeClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

Associated Types

type Rep DescribeClientBranding :: Type -> Type #

Read DescribeClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

Show DescribeClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

NFData DescribeClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

Methods

rnf :: DescribeClientBranding -> () #

Eq DescribeClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

Hashable DescribeClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

type AWSResponse DescribeClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

type Rep DescribeClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

type Rep DescribeClientBranding = D1 ('MetaData "DescribeClientBranding" "Amazonka.WorkSpaces.DescribeClientBranding" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeClientBranding'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeClientBranding Source #

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

DescribeClientBranding, describeClientBranding_resourceId - The directory identifier of the WorkSpace for which you want to view client branding information.

data DescribeClientBrandingResponse Source #

See: newDescribeClientBrandingResponse smart constructor.

Instances

Instances details
Generic DescribeClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

Associated Types

type Rep DescribeClientBrandingResponse :: Type -> Type #

Read DescribeClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

Show DescribeClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

NFData DescribeClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

Eq DescribeClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

type Rep DescribeClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientBranding

newDescribeClientBrandingResponse Source #

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

DescribeClientBrandingResponse, describeClientBrandingResponse_deviceTypeAndroid - The branding information for Android devices.

DescribeClientBrandingResponse, describeClientBrandingResponse_deviceTypeIos - The branding information for iOS devices.

DescribeClientBrandingResponse, describeClientBrandingResponse_deviceTypeLinux - The branding information for Linux devices.

DescribeClientBrandingResponse, describeClientBrandingResponse_deviceTypeOsx - The branding information for macOS devices.

DescribeClientBrandingResponse, describeClientBrandingResponse_deviceTypeWeb - The branding information for Web access.

DescribeClientBrandingResponse, describeClientBrandingResponse_deviceTypeWindows - The branding information for Windows devices.

$sel:httpStatus:DescribeClientBrandingResponse', describeClientBrandingResponse_httpStatus - The response's http status code.

DescribeClientProperties

data DescribeClientProperties Source #

See: newDescribeClientProperties smart constructor.

Instances

Instances details
ToJSON DescribeClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

ToHeaders DescribeClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

ToPath DescribeClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

ToQuery DescribeClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

AWSRequest DescribeClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

Generic DescribeClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

Associated Types

type Rep DescribeClientProperties :: Type -> Type #

Read DescribeClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

Show DescribeClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

NFData DescribeClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

Eq DescribeClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

Hashable DescribeClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

type AWSResponse DescribeClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

type Rep DescribeClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

type Rep DescribeClientProperties = D1 ('MetaData "DescribeClientProperties" "Amazonka.WorkSpaces.DescribeClientProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeClientProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newDescribeClientProperties Source #

Create a value of DescribeClientProperties 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:resourceIds:DescribeClientProperties', describeClientProperties_resourceIds - The resource identifier, in the form of directory IDs.

data DescribeClientPropertiesResponse Source #

See: newDescribeClientPropertiesResponse smart constructor.

Instances

Instances details
Generic DescribeClientPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

Associated Types

type Rep DescribeClientPropertiesResponse :: Type -> Type #

Read DescribeClientPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

Show DescribeClientPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

NFData DescribeClientPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

Eq DescribeClientPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

type Rep DescribeClientPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeClientProperties

type Rep DescribeClientPropertiesResponse = D1 ('MetaData "DescribeClientPropertiesResponse" "Amazonka.WorkSpaces.DescribeClientProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeClientPropertiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientPropertiesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ClientPropertiesResult])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeClientPropertiesResponse Source #

Create a value of DescribeClientPropertiesResponse 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:clientPropertiesList:DescribeClientPropertiesResponse', describeClientPropertiesResponse_clientPropertiesList - Information about the specified Amazon WorkSpaces clients.

$sel:httpStatus:DescribeClientPropertiesResponse', describeClientPropertiesResponse_httpStatus - The response's http status code.

DescribeConnectClientAddIns

data DescribeConnectClientAddIns Source #

See: newDescribeConnectClientAddIns smart constructor.

Instances

Instances details
ToJSON DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

ToHeaders DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

ToPath DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

ToQuery DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

AWSRequest DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Generic DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Associated Types

type Rep DescribeConnectClientAddIns :: Type -> Type #

Read DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Show DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

NFData DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Eq DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Hashable DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

type AWSResponse DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

type Rep DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

type Rep DescribeConnectClientAddIns = D1 ('MetaData "DescribeConnectClientAddIns" "Amazonka.WorkSpaces.DescribeConnectClientAddIns" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeConnectClientAddIns'" '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 "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeConnectClientAddIns Source #

Create a value of DescribeConnectClientAddIns 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:DescribeConnectClientAddIns', describeConnectClientAddIns_maxResults - The maximum number of items to return.

DescribeConnectClientAddIns, describeConnectClientAddIns_nextToken - If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

DescribeConnectClientAddIns, describeConnectClientAddIns_resourceId - The directory identifier for which the client add-in is configured.

data DescribeConnectClientAddInsResponse Source #

Instances

Instances details
Generic DescribeConnectClientAddInsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Read DescribeConnectClientAddInsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Show DescribeConnectClientAddInsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

NFData DescribeConnectClientAddInsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Eq DescribeConnectClientAddInsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

type Rep DescribeConnectClientAddInsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

type Rep DescribeConnectClientAddInsResponse = D1 ('MetaData "DescribeConnectClientAddInsResponse" "Amazonka.WorkSpaces.DescribeConnectClientAddIns" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeConnectClientAddInsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "addIns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConnectClientAddIn])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConnectClientAddInsResponse Source #

Create a value of DescribeConnectClientAddInsResponse 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:addIns:DescribeConnectClientAddInsResponse', describeConnectClientAddInsResponse_addIns - Information about client add-ins.

DescribeConnectClientAddIns, describeConnectClientAddInsResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:httpStatus:DescribeConnectClientAddInsResponse', describeConnectClientAddInsResponse_httpStatus - The response's http status code.

DescribeConnectionAliasPermissions

data DescribeConnectionAliasPermissions Source #

Instances

Instances details
ToJSON DescribeConnectionAliasPermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

ToHeaders DescribeConnectionAliasPermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

ToPath DescribeConnectionAliasPermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

ToQuery DescribeConnectionAliasPermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

AWSRequest DescribeConnectionAliasPermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

Generic DescribeConnectionAliasPermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

Associated Types

type Rep DescribeConnectionAliasPermissions :: Type -> Type #

Read DescribeConnectionAliasPermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

Show DescribeConnectionAliasPermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

NFData DescribeConnectionAliasPermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

Eq DescribeConnectionAliasPermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

Hashable DescribeConnectionAliasPermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

type AWSResponse DescribeConnectionAliasPermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

type Rep DescribeConnectionAliasPermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

type Rep DescribeConnectionAliasPermissions = D1 ('MetaData "DescribeConnectionAliasPermissions" "Amazonka.WorkSpaces.DescribeConnectionAliasPermissions" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeConnectionAliasPermissions'" '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 "aliasId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeConnectionAliasPermissions Source #

Create a value of DescribeConnectionAliasPermissions 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:DescribeConnectionAliasPermissions', describeConnectionAliasPermissions_maxResults - The maximum number of results to return.

DescribeConnectionAliasPermissions, describeConnectionAliasPermissions_nextToken - If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

DescribeConnectionAliasPermissions, describeConnectionAliasPermissions_aliasId - The identifier of the connection alias.

data DescribeConnectionAliasPermissionsResponse Source #

Instances

Instances details
Generic DescribeConnectionAliasPermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

Read DescribeConnectionAliasPermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

Show DescribeConnectionAliasPermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

NFData DescribeConnectionAliasPermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

Eq DescribeConnectionAliasPermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

type Rep DescribeConnectionAliasPermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliasPermissions

type Rep DescribeConnectionAliasPermissionsResponse = D1 ('MetaData "DescribeConnectionAliasPermissionsResponse" "Amazonka.WorkSpaces.DescribeConnectionAliasPermissions" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeConnectionAliasPermissionsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aliasId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionAliasPermissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ConnectionAliasPermission)))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConnectionAliasPermissionsResponse Source #

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

DescribeConnectionAliasPermissions, describeConnectionAliasPermissionsResponse_aliasId - The identifier of the connection alias.

$sel:connectionAliasPermissions:DescribeConnectionAliasPermissionsResponse', describeConnectionAliasPermissionsResponse_connectionAliasPermissions - The permissions associated with a connection alias.

DescribeConnectionAliasPermissions, describeConnectionAliasPermissionsResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:httpStatus:DescribeConnectionAliasPermissionsResponse', describeConnectionAliasPermissionsResponse_httpStatus - The response's http status code.

DescribeConnectionAliases

data DescribeConnectionAliases Source #

See: newDescribeConnectionAliases smart constructor.

Instances

Instances details
ToJSON DescribeConnectionAliases Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

ToHeaders DescribeConnectionAliases Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

ToPath DescribeConnectionAliases Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

ToQuery DescribeConnectionAliases Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

AWSRequest DescribeConnectionAliases Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

Generic DescribeConnectionAliases Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

Associated Types

type Rep DescribeConnectionAliases :: Type -> Type #

Read DescribeConnectionAliases Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

Show DescribeConnectionAliases Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

NFData DescribeConnectionAliases Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

Eq DescribeConnectionAliases Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

Hashable DescribeConnectionAliases Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

type AWSResponse DescribeConnectionAliases Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

type Rep DescribeConnectionAliases Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

type Rep DescribeConnectionAliases = D1 ('MetaData "DescribeConnectionAliases" "Amazonka.WorkSpaces.DescribeConnectionAliases" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeConnectionAliases'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aliasIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeConnectionAliases :: DescribeConnectionAliases Source #

Create a value of DescribeConnectionAliases 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:aliasIds:DescribeConnectionAliases', describeConnectionAliases_aliasIds - The identifiers of the connection aliases to describe.

$sel:limit:DescribeConnectionAliases', describeConnectionAliases_limit - The maximum number of connection aliases to return.

DescribeConnectionAliases, describeConnectionAliases_nextToken - If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

DescribeConnectionAliases, describeConnectionAliases_resourceId - The identifier of the directory associated with the connection alias.

data DescribeConnectionAliasesResponse Source #

See: newDescribeConnectionAliasesResponse smart constructor.

Instances

Instances details
Generic DescribeConnectionAliasesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

Associated Types

type Rep DescribeConnectionAliasesResponse :: Type -> Type #

Read DescribeConnectionAliasesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

Show DescribeConnectionAliasesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

NFData DescribeConnectionAliasesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

Eq DescribeConnectionAliasesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

type Rep DescribeConnectionAliasesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectionAliases

type Rep DescribeConnectionAliasesResponse = D1 ('MetaData "DescribeConnectionAliasesResponse" "Amazonka.WorkSpaces.DescribeConnectionAliases" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeConnectionAliasesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectionAliases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ConnectionAlias))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConnectionAliasesResponse Source #

Create a value of DescribeConnectionAliasesResponse 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:connectionAliases:DescribeConnectionAliasesResponse', describeConnectionAliasesResponse_connectionAliases - Information about the specified connection aliases.

DescribeConnectionAliases, describeConnectionAliasesResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:httpStatus:DescribeConnectionAliasesResponse', describeConnectionAliasesResponse_httpStatus - The response's http status code.

DescribeIpGroups (Paginated)

data DescribeIpGroups Source #

See: newDescribeIpGroups smart constructor.

Instances

Instances details
ToJSON DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

ToHeaders DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

ToPath DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

ToQuery DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

AWSPager DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

AWSRequest DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Associated Types

type AWSResponse DescribeIpGroups #

Generic DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Associated Types

type Rep DescribeIpGroups :: Type -> Type #

Read DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Show DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

NFData DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Methods

rnf :: DescribeIpGroups -> () #

Eq DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Hashable DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

type AWSResponse DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

type Rep DescribeIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

type Rep DescribeIpGroups = D1 ('MetaData "DescribeIpGroups" "Amazonka.WorkSpaces.DescribeIpGroups" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeIpGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeIpGroups :: DescribeIpGroups Source #

Create a value of DescribeIpGroups 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:groupIds:DescribeIpGroups', describeIpGroups_groupIds - The identifiers of one or more IP access control groups.

$sel:maxResults:DescribeIpGroups', describeIpGroups_maxResults - The maximum number of items to return.

DescribeIpGroups, describeIpGroups_nextToken - If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

data DescribeIpGroupsResponse Source #

See: newDescribeIpGroupsResponse smart constructor.

Instances

Instances details
Generic DescribeIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Associated Types

type Rep DescribeIpGroupsResponse :: Type -> Type #

Read DescribeIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Show DescribeIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

NFData DescribeIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

Eq DescribeIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

type Rep DescribeIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeIpGroups

type Rep DescribeIpGroupsResponse = D1 ('MetaData "DescribeIpGroupsResponse" "Amazonka.WorkSpaces.DescribeIpGroups" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeIpGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorkspacesIpGroup])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeIpGroupsResponse Source #

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

DescribeIpGroups, describeIpGroupsResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:result:DescribeIpGroupsResponse', describeIpGroupsResponse_result - Information about the IP access control groups.

$sel:httpStatus:DescribeIpGroupsResponse', describeIpGroupsResponse_httpStatus - The response's http status code.

DescribeTags

data DescribeTags Source #

See: newDescribeTags smart constructor.

Constructors

DescribeTags' Text 

Instances

Instances details
ToJSON DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

ToHeaders DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

ToPath DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

ToQuery DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

AWSRequest DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Associated Types

type AWSResponse DescribeTags #

Generic DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Associated Types

type Rep DescribeTags :: Type -> Type #

Read DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Show DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

NFData DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Methods

rnf :: DescribeTags -> () #

Eq DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Hashable DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

type AWSResponse DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

type Rep DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

type Rep DescribeTags = D1 ('MetaData "DescribeTags" "Amazonka.WorkSpaces.DescribeTags" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeTags Source #

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

DescribeTags, describeTags_resourceId - The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases.

data DescribeTagsResponse Source #

See: newDescribeTagsResponse smart constructor.

Instances

Instances details
Generic DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Associated Types

type Rep DescribeTagsResponse :: Type -> Type #

Read DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Show DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

NFData DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Methods

rnf :: DescribeTagsResponse -> () #

Eq DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

type Rep DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

type Rep DescribeTagsResponse = D1 ('MetaData "DescribeTagsResponse" "Amazonka.WorkSpaces.DescribeTags" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeTagsResponse Source #

Create a value of DescribeTagsResponse 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:tagList:DescribeTagsResponse', describeTagsResponse_tagList - The tags.

$sel:httpStatus:DescribeTagsResponse', describeTagsResponse_httpStatus - The response's http status code.

DescribeWorkspaceBundles (Paginated)

data DescribeWorkspaceBundles Source #

See: newDescribeWorkspaceBundles smart constructor.

Instances

Instances details
ToJSON DescribeWorkspaceBundles Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

ToHeaders DescribeWorkspaceBundles Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

ToPath DescribeWorkspaceBundles Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

ToQuery DescribeWorkspaceBundles Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

AWSPager DescribeWorkspaceBundles Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

AWSRequest DescribeWorkspaceBundles Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

Generic DescribeWorkspaceBundles Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

Associated Types

type Rep DescribeWorkspaceBundles :: Type -> Type #

Read DescribeWorkspaceBundles Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

Show DescribeWorkspaceBundles Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

NFData DescribeWorkspaceBundles Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

Eq DescribeWorkspaceBundles Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

Hashable DescribeWorkspaceBundles Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

type AWSResponse DescribeWorkspaceBundles Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

type Rep DescribeWorkspaceBundles Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

type Rep DescribeWorkspaceBundles = D1 ('MetaData "DescribeWorkspaceBundles" "Amazonka.WorkSpaces.DescribeWorkspaceBundles" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeWorkspaceBundles'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bundleIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeWorkspaceBundles :: DescribeWorkspaceBundles Source #

Create a value of DescribeWorkspaceBundles 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:bundleIds:DescribeWorkspaceBundles', describeWorkspaceBundles_bundleIds - The identifiers of the bundles. You cannot combine this parameter with any other filter.

DescribeWorkspaceBundles, describeWorkspaceBundles_nextToken - The token for the next set of results. (You received this token from a previous call.)

DescribeWorkspaceBundles, describeWorkspaceBundles_owner - The owner of the bundles. You cannot combine this parameter with any other filter.

To describe the bundles provided by Amazon Web Services, specify AMAZON. To describe the bundles that belong to your account, don't specify a value.

data DescribeWorkspaceBundlesResponse Source #

See: newDescribeWorkspaceBundlesResponse smart constructor.

Instances

Instances details
Generic DescribeWorkspaceBundlesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

Associated Types

type Rep DescribeWorkspaceBundlesResponse :: Type -> Type #

Read DescribeWorkspaceBundlesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

Show DescribeWorkspaceBundlesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

NFData DescribeWorkspaceBundlesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

Eq DescribeWorkspaceBundlesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

type Rep DescribeWorkspaceBundlesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceBundles

type Rep DescribeWorkspaceBundlesResponse = D1 ('MetaData "DescribeWorkspaceBundlesResponse" "Amazonka.WorkSpaces.DescribeWorkspaceBundles" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeWorkspaceBundlesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bundles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorkspaceBundle])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeWorkspaceBundlesResponse Source #

Create a value of DescribeWorkspaceBundlesResponse 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:bundles:DescribeWorkspaceBundlesResponse', describeWorkspaceBundlesResponse_bundles - Information about the bundles.

DescribeWorkspaceBundles, describeWorkspaceBundlesResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return. This token is valid for one day and must be used within that time frame.

$sel:httpStatus:DescribeWorkspaceBundlesResponse', describeWorkspaceBundlesResponse_httpStatus - The response's http status code.

DescribeWorkspaceDirectories (Paginated)

data DescribeWorkspaceDirectories Source #

See: newDescribeWorkspaceDirectories smart constructor.

Instances

Instances details
ToJSON DescribeWorkspaceDirectories Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

ToHeaders DescribeWorkspaceDirectories Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

ToPath DescribeWorkspaceDirectories Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

ToQuery DescribeWorkspaceDirectories Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

AWSPager DescribeWorkspaceDirectories Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

AWSRequest DescribeWorkspaceDirectories Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

Generic DescribeWorkspaceDirectories Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

Associated Types

type Rep DescribeWorkspaceDirectories :: Type -> Type #

Read DescribeWorkspaceDirectories Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

Show DescribeWorkspaceDirectories Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

NFData DescribeWorkspaceDirectories Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

Eq DescribeWorkspaceDirectories Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

Hashable DescribeWorkspaceDirectories Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

type AWSResponse DescribeWorkspaceDirectories Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

type Rep DescribeWorkspaceDirectories Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

type Rep DescribeWorkspaceDirectories = D1 ('MetaData "DescribeWorkspaceDirectories" "Amazonka.WorkSpaces.DescribeWorkspaceDirectories" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeWorkspaceDirectories'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeWorkspaceDirectories :: DescribeWorkspaceDirectories Source #

Create a value of DescribeWorkspaceDirectories 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:directoryIds:DescribeWorkspaceDirectories', describeWorkspaceDirectories_directoryIds - The identifiers of the directories. If the value is null, all directories are retrieved.

$sel:limit:DescribeWorkspaceDirectories', describeWorkspaceDirectories_limit - The maximum number of directories to return.

DescribeWorkspaceDirectories, describeWorkspaceDirectories_nextToken - If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

data DescribeWorkspaceDirectoriesResponse Source #

Instances

Instances details
Generic DescribeWorkspaceDirectoriesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

Read DescribeWorkspaceDirectoriesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

Show DescribeWorkspaceDirectoriesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

NFData DescribeWorkspaceDirectoriesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

Eq DescribeWorkspaceDirectoriesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

type Rep DescribeWorkspaceDirectoriesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceDirectories

type Rep DescribeWorkspaceDirectoriesResponse = D1 ('MetaData "DescribeWorkspaceDirectoriesResponse" "Amazonka.WorkSpaces.DescribeWorkspaceDirectories" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeWorkspaceDirectoriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorkspaceDirectory])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeWorkspaceDirectoriesResponse Source #

Create a value of DescribeWorkspaceDirectoriesResponse 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:directories:DescribeWorkspaceDirectoriesResponse', describeWorkspaceDirectoriesResponse_directories - Information about the directories.

DescribeWorkspaceDirectories, describeWorkspaceDirectoriesResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:httpStatus:DescribeWorkspaceDirectoriesResponse', describeWorkspaceDirectoriesResponse_httpStatus - The response's http status code.

DescribeWorkspaceImagePermissions

data DescribeWorkspaceImagePermissions Source #

See: newDescribeWorkspaceImagePermissions smart constructor.

Instances

Instances details
ToJSON DescribeWorkspaceImagePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

ToHeaders DescribeWorkspaceImagePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

ToPath DescribeWorkspaceImagePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

ToQuery DescribeWorkspaceImagePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

AWSRequest DescribeWorkspaceImagePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

Generic DescribeWorkspaceImagePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

Associated Types

type Rep DescribeWorkspaceImagePermissions :: Type -> Type #

Read DescribeWorkspaceImagePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

Show DescribeWorkspaceImagePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

NFData DescribeWorkspaceImagePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

Eq DescribeWorkspaceImagePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

Hashable DescribeWorkspaceImagePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

type AWSResponse DescribeWorkspaceImagePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

type Rep DescribeWorkspaceImagePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

type Rep DescribeWorkspaceImagePermissions = D1 ('MetaData "DescribeWorkspaceImagePermissions" "Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeWorkspaceImagePermissions'" '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 "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeWorkspaceImagePermissions Source #

Create a value of DescribeWorkspaceImagePermissions 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:DescribeWorkspaceImagePermissions', describeWorkspaceImagePermissions_maxResults - The maximum number of items to return.

DescribeWorkspaceImagePermissions, describeWorkspaceImagePermissions_nextToken - If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

DescribeWorkspaceImagePermissions, describeWorkspaceImagePermissions_imageId - The identifier of the image.

data DescribeWorkspaceImagePermissionsResponse Source #

Instances

Instances details
Generic DescribeWorkspaceImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

Read DescribeWorkspaceImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

Show DescribeWorkspaceImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

NFData DescribeWorkspaceImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

Eq DescribeWorkspaceImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

type Rep DescribeWorkspaceImagePermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions

type Rep DescribeWorkspaceImagePermissionsResponse = D1 ('MetaData "DescribeWorkspaceImagePermissionsResponse" "Amazonka.WorkSpaces.DescribeWorkspaceImagePermissions" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeWorkspaceImagePermissionsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imagePermissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ImagePermission]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeWorkspaceImagePermissionsResponse Source #

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

DescribeWorkspaceImagePermissions, describeWorkspaceImagePermissionsResponse_imageId - The identifier of the image.

$sel:imagePermissions:DescribeWorkspaceImagePermissionsResponse', describeWorkspaceImagePermissionsResponse_imagePermissions - The identifiers of the Amazon Web Services accounts that the image has been shared with.

DescribeWorkspaceImagePermissions, describeWorkspaceImagePermissionsResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:httpStatus:DescribeWorkspaceImagePermissionsResponse', describeWorkspaceImagePermissionsResponse_httpStatus - The response's http status code.

DescribeWorkspaceImages (Paginated)

data DescribeWorkspaceImages Source #

See: newDescribeWorkspaceImages smart constructor.

Instances

Instances details
ToJSON DescribeWorkspaceImages Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

ToHeaders DescribeWorkspaceImages Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

ToPath DescribeWorkspaceImages Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

ToQuery DescribeWorkspaceImages Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

AWSPager DescribeWorkspaceImages Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

AWSRequest DescribeWorkspaceImages Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

Generic DescribeWorkspaceImages Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

Associated Types

type Rep DescribeWorkspaceImages :: Type -> Type #

Read DescribeWorkspaceImages Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

Show DescribeWorkspaceImages Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

NFData DescribeWorkspaceImages Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

Methods

rnf :: DescribeWorkspaceImages -> () #

Eq DescribeWorkspaceImages Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

Hashable DescribeWorkspaceImages Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

type AWSResponse DescribeWorkspaceImages Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

type Rep DescribeWorkspaceImages Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

type Rep DescribeWorkspaceImages = D1 ('MetaData "DescribeWorkspaceImages" "Amazonka.WorkSpaces.DescribeWorkspaceImages" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeWorkspaceImages'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "imageIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "imageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageType))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeWorkspaceImages :: DescribeWorkspaceImages Source #

Create a value of DescribeWorkspaceImages 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:imageIds:DescribeWorkspaceImages', describeWorkspaceImages_imageIds - The identifier of the image.

$sel:imageType:DescribeWorkspaceImages', describeWorkspaceImages_imageType - The type (owned or shared) of the image.

$sel:maxResults:DescribeWorkspaceImages', describeWorkspaceImages_maxResults - The maximum number of items to return.

DescribeWorkspaceImages, describeWorkspaceImages_nextToken - If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

data DescribeWorkspaceImagesResponse Source #

See: newDescribeWorkspaceImagesResponse smart constructor.

Instances

Instances details
Generic DescribeWorkspaceImagesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

Associated Types

type Rep DescribeWorkspaceImagesResponse :: Type -> Type #

Read DescribeWorkspaceImagesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

Show DescribeWorkspaceImagesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

NFData DescribeWorkspaceImagesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

Eq DescribeWorkspaceImagesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

type Rep DescribeWorkspaceImagesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceImages

type Rep DescribeWorkspaceImagesResponse = D1 ('MetaData "DescribeWorkspaceImagesResponse" "Amazonka.WorkSpaces.DescribeWorkspaceImages" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeWorkspaceImagesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "images") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorkspaceImage])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeWorkspaceImagesResponse Source #

Create a value of DescribeWorkspaceImagesResponse 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:images:DescribeWorkspaceImagesResponse', describeWorkspaceImagesResponse_images - Information about the images.

DescribeWorkspaceImages, describeWorkspaceImagesResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:httpStatus:DescribeWorkspaceImagesResponse', describeWorkspaceImagesResponse_httpStatus - The response's http status code.

DescribeWorkspaceSnapshots

data DescribeWorkspaceSnapshots Source #

See: newDescribeWorkspaceSnapshots smart constructor.

Instances

Instances details
ToJSON DescribeWorkspaceSnapshots Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

ToHeaders DescribeWorkspaceSnapshots Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

ToPath DescribeWorkspaceSnapshots Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

ToQuery DescribeWorkspaceSnapshots Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

AWSRequest DescribeWorkspaceSnapshots Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

Generic DescribeWorkspaceSnapshots Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

Associated Types

type Rep DescribeWorkspaceSnapshots :: Type -> Type #

Read DescribeWorkspaceSnapshots Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

Show DescribeWorkspaceSnapshots Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

NFData DescribeWorkspaceSnapshots Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

Eq DescribeWorkspaceSnapshots Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

Hashable DescribeWorkspaceSnapshots Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

type AWSResponse DescribeWorkspaceSnapshots Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

type Rep DescribeWorkspaceSnapshots Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

type Rep DescribeWorkspaceSnapshots = D1 ('MetaData "DescribeWorkspaceSnapshots" "Amazonka.WorkSpaces.DescribeWorkspaceSnapshots" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeWorkspaceSnapshots'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeWorkspaceSnapshots Source #

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

DescribeWorkspaceSnapshots, describeWorkspaceSnapshots_workspaceId - The identifier of the WorkSpace.

data DescribeWorkspaceSnapshotsResponse Source #

Instances

Instances details
Generic DescribeWorkspaceSnapshotsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

Associated Types

type Rep DescribeWorkspaceSnapshotsResponse :: Type -> Type #

Read DescribeWorkspaceSnapshotsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

Show DescribeWorkspaceSnapshotsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

NFData DescribeWorkspaceSnapshotsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

Eq DescribeWorkspaceSnapshotsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

type Rep DescribeWorkspaceSnapshotsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaceSnapshots

type Rep DescribeWorkspaceSnapshotsResponse = D1 ('MetaData "DescribeWorkspaceSnapshotsResponse" "Amazonka.WorkSpaces.DescribeWorkspaceSnapshots" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeWorkspaceSnapshotsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rebuildSnapshots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Snapshot])) :*: (S1 ('MetaSel ('Just "restoreSnapshots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Snapshot])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeWorkspaceSnapshotsResponse Source #

Create a value of DescribeWorkspaceSnapshotsResponse 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:rebuildSnapshots:DescribeWorkspaceSnapshotsResponse', describeWorkspaceSnapshotsResponse_rebuildSnapshots - Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.

$sel:restoreSnapshots:DescribeWorkspaceSnapshotsResponse', describeWorkspaceSnapshotsResponse_restoreSnapshots - Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume.

$sel:httpStatus:DescribeWorkspaceSnapshotsResponse', describeWorkspaceSnapshotsResponse_httpStatus - The response's http status code.

DescribeWorkspaces (Paginated)

data DescribeWorkspaces Source #

See: newDescribeWorkspaces smart constructor.

Instances

Instances details
ToJSON DescribeWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

ToHeaders DescribeWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

ToPath DescribeWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

ToQuery DescribeWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

AWSPager DescribeWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

AWSRequest DescribeWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

Associated Types

type AWSResponse DescribeWorkspaces #

Generic DescribeWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

Associated Types

type Rep DescribeWorkspaces :: Type -> Type #

Read DescribeWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

Show DescribeWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

NFData DescribeWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

Methods

rnf :: DescribeWorkspaces -> () #

Eq DescribeWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

Hashable DescribeWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

type AWSResponse DescribeWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

type Rep DescribeWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

type Rep DescribeWorkspaces = D1 ('MetaData "DescribeWorkspaces" "Amazonka.WorkSpaces.DescribeWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeWorkspaces'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bundleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))))

newDescribeWorkspaces :: DescribeWorkspaces Source #

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

DescribeWorkspaces, describeWorkspaces_bundleId - The identifier of the bundle. All WorkSpaces that are created from this bundle are retrieved. You cannot combine this parameter with any other filter.

DescribeWorkspaces, describeWorkspaces_directoryId - The identifier of the directory. In addition, you can optionally specify a specific directory user (see UserName). You cannot combine this parameter with any other filter.

$sel:limit:DescribeWorkspaces', describeWorkspaces_limit - The maximum number of items to return.

DescribeWorkspaces, describeWorkspaces_nextToken - If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

DescribeWorkspaces, describeWorkspaces_userName - The name of the directory user. You must specify this parameter with DirectoryId.

$sel:workspaceIds:DescribeWorkspaces', describeWorkspaces_workspaceIds - The identifiers of the WorkSpaces. You cannot combine this parameter with any other filter.

Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.

data DescribeWorkspacesResponse Source #

See: newDescribeWorkspacesResponse smart constructor.

Instances

Instances details
Generic DescribeWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

Associated Types

type Rep DescribeWorkspacesResponse :: Type -> Type #

Read DescribeWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

Show DescribeWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

NFData DescribeWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

Eq DescribeWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

type Rep DescribeWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspaces

type Rep DescribeWorkspacesResponse = D1 ('MetaData "DescribeWorkspacesResponse" "Amazonka.WorkSpaces.DescribeWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeWorkspacesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workspaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Workspace])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeWorkspacesResponse Source #

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

DescribeWorkspaces, describeWorkspacesResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:workspaces:DescribeWorkspacesResponse', describeWorkspacesResponse_workspaces - Information about the WorkSpaces.

Because CreateWorkspaces is an asynchronous operation, some of the returned information could be incomplete.

$sel:httpStatus:DescribeWorkspacesResponse', describeWorkspacesResponse_httpStatus - The response's http status code.

DescribeWorkspacesConnectionStatus (Paginated)

data DescribeWorkspacesConnectionStatus Source #

Instances

Instances details
ToJSON DescribeWorkspacesConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

ToHeaders DescribeWorkspacesConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

ToPath DescribeWorkspacesConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

ToQuery DescribeWorkspacesConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

AWSPager DescribeWorkspacesConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

AWSRequest DescribeWorkspacesConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

Generic DescribeWorkspacesConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

Associated Types

type Rep DescribeWorkspacesConnectionStatus :: Type -> Type #

Read DescribeWorkspacesConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

Show DescribeWorkspacesConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

NFData DescribeWorkspacesConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

Eq DescribeWorkspacesConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

Hashable DescribeWorkspacesConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

type AWSResponse DescribeWorkspacesConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

type Rep DescribeWorkspacesConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

type Rep DescribeWorkspacesConnectionStatus = D1 ('MetaData "DescribeWorkspacesConnectionStatus" "Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeWorkspacesConnectionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

newDescribeWorkspacesConnectionStatus :: DescribeWorkspacesConnectionStatus Source #

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

DescribeWorkspacesConnectionStatus, describeWorkspacesConnectionStatus_nextToken - If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

$sel:workspaceIds:DescribeWorkspacesConnectionStatus', describeWorkspacesConnectionStatus_workspaceIds - The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.

data DescribeWorkspacesConnectionStatusResponse Source #

Instances

Instances details
Generic DescribeWorkspacesConnectionStatusResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

Read DescribeWorkspacesConnectionStatusResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

Show DescribeWorkspacesConnectionStatusResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

NFData DescribeWorkspacesConnectionStatusResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

Eq DescribeWorkspacesConnectionStatusResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

type Rep DescribeWorkspacesConnectionStatusResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus

type Rep DescribeWorkspacesConnectionStatusResponse = D1 ('MetaData "DescribeWorkspacesConnectionStatusResponse" "Amazonka.WorkSpaces.DescribeWorkspacesConnectionStatus" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeWorkspacesConnectionStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workspacesConnectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorkspaceConnectionStatus])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeWorkspacesConnectionStatusResponse Source #

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

DescribeWorkspacesConnectionStatus, describeWorkspacesConnectionStatusResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:workspacesConnectionStatus:DescribeWorkspacesConnectionStatusResponse', describeWorkspacesConnectionStatusResponse_workspacesConnectionStatus - Information about the connection status of the WorkSpace.

$sel:httpStatus:DescribeWorkspacesConnectionStatusResponse', describeWorkspacesConnectionStatusResponse_httpStatus - The response's http status code.

DisassociateConnectionAlias

data DisassociateConnectionAlias Source #

See: newDisassociateConnectionAlias smart constructor.

Instances

Instances details
ToJSON DisassociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

ToHeaders DisassociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

ToPath DisassociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

ToQuery DisassociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

AWSRequest DisassociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

Generic DisassociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

Associated Types

type Rep DisassociateConnectionAlias :: Type -> Type #

Read DisassociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

Show DisassociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

NFData DisassociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

Eq DisassociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

Hashable DisassociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

type AWSResponse DisassociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

type Rep DisassociateConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

type Rep DisassociateConnectionAlias = D1 ('MetaData "DisassociateConnectionAlias" "Amazonka.WorkSpaces.DisassociateConnectionAlias" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DisassociateConnectionAlias'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aliasId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDisassociateConnectionAlias Source #

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

DisassociateConnectionAlias, disassociateConnectionAlias_aliasId - The identifier of the connection alias to disassociate.

data DisassociateConnectionAliasResponse Source #

Instances

Instances details
Generic DisassociateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

Read DisassociateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

Show DisassociateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

NFData DisassociateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

Eq DisassociateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

type Rep DisassociateConnectionAliasResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias

type Rep DisassociateConnectionAliasResponse = D1 ('MetaData "DisassociateConnectionAliasResponse" "Amazonka.WorkSpaces.DisassociateConnectionAlias" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DisassociateConnectionAliasResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateConnectionAliasResponse Source #

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

DisassociateIpGroups

data DisassociateIpGroups Source #

See: newDisassociateIpGroups smart constructor.

Instances

Instances details
ToJSON DisassociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

ToHeaders DisassociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

ToPath DisassociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

ToQuery DisassociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

AWSRequest DisassociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

Associated Types

type AWSResponse DisassociateIpGroups #

Generic DisassociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

Associated Types

type Rep DisassociateIpGroups :: Type -> Type #

Read DisassociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

Show DisassociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

NFData DisassociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

Methods

rnf :: DisassociateIpGroups -> () #

Eq DisassociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

Hashable DisassociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

type AWSResponse DisassociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

type Rep DisassociateIpGroups Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

type Rep DisassociateIpGroups = D1 ('MetaData "DisassociateIpGroups" "Amazonka.WorkSpaces.DisassociateIpGroups" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DisassociateIpGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "groupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newDisassociateIpGroups Source #

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

DisassociateIpGroups, disassociateIpGroups_directoryId - The identifier of the directory.

$sel:groupIds:DisassociateIpGroups', disassociateIpGroups_groupIds - The identifiers of one or more IP access control groups.

data DisassociateIpGroupsResponse Source #

See: newDisassociateIpGroupsResponse smart constructor.

Instances

Instances details
Generic DisassociateIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

Associated Types

type Rep DisassociateIpGroupsResponse :: Type -> Type #

Read DisassociateIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

Show DisassociateIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

NFData DisassociateIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

Eq DisassociateIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

type Rep DisassociateIpGroupsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DisassociateIpGroups

type Rep DisassociateIpGroupsResponse = D1 ('MetaData "DisassociateIpGroupsResponse" "Amazonka.WorkSpaces.DisassociateIpGroups" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DisassociateIpGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateIpGroupsResponse Source #

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

ImportClientBranding

data ImportClientBranding Source #

See: newImportClientBranding smart constructor.

Instances

Instances details
ToJSON ImportClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

ToHeaders ImportClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

ToPath ImportClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

ToQuery ImportClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

AWSRequest ImportClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

Associated Types

type AWSResponse ImportClientBranding #

Generic ImportClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

Associated Types

type Rep ImportClientBranding :: Type -> Type #

Read ImportClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

Show ImportClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

NFData ImportClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

Methods

rnf :: ImportClientBranding -> () #

Eq ImportClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

Hashable ImportClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

type AWSResponse ImportClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

type Rep ImportClientBranding Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

newImportClientBranding Source #

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

ImportClientBranding, importClientBranding_deviceTypeAndroid - The branding information to import for Android devices.

ImportClientBranding, importClientBranding_deviceTypeIos - The branding information to import for iOS devices.

ImportClientBranding, importClientBranding_deviceTypeLinux - The branding information to import for Linux devices.

ImportClientBranding, importClientBranding_deviceTypeOsx - The branding information to import for macOS devices.

ImportClientBranding, importClientBranding_deviceTypeWeb - The branding information to import for web access.

ImportClientBranding, importClientBranding_deviceTypeWindows - The branding information to import for Windows devices.

ImportClientBranding, importClientBranding_resourceId - The directory identifier of the WorkSpace for which you want to import client branding.

data ImportClientBrandingResponse Source #

See: newImportClientBrandingResponse smart constructor.

Instances

Instances details
Generic ImportClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

Associated Types

type Rep ImportClientBrandingResponse :: Type -> Type #

Read ImportClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

Show ImportClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

NFData ImportClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

Eq ImportClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

type Rep ImportClientBrandingResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportClientBranding

newImportClientBrandingResponse Source #

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

ImportClientBranding, importClientBrandingResponse_deviceTypeAndroid - The branding information configured for Android devices.

ImportClientBranding, importClientBrandingResponse_deviceTypeIos - The branding information configured for iOS devices.

ImportClientBranding, importClientBrandingResponse_deviceTypeLinux - The branding information configured for Linux devices.

ImportClientBranding, importClientBrandingResponse_deviceTypeOsx - The branding information configured for macOS devices.

ImportClientBranding, importClientBrandingResponse_deviceTypeWeb - The branding information configured for web access.

ImportClientBranding, importClientBrandingResponse_deviceTypeWindows - The branding information configured for Windows devices.

$sel:httpStatus:ImportClientBrandingResponse', importClientBrandingResponse_httpStatus - The response's http status code.

ImportWorkspaceImage

data ImportWorkspaceImage Source #

See: newImportWorkspaceImage smart constructor.

Instances

Instances details
ToJSON ImportWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

ToHeaders ImportWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

ToPath ImportWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

ToQuery ImportWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

AWSRequest ImportWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

Associated Types

type AWSResponse ImportWorkspaceImage #

Generic ImportWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

Associated Types

type Rep ImportWorkspaceImage :: Type -> Type #

Read ImportWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

Show ImportWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

NFData ImportWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

Methods

rnf :: ImportWorkspaceImage -> () #

Eq ImportWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

Hashable ImportWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

type AWSResponse ImportWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

type Rep ImportWorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

type Rep ImportWorkspaceImage = D1 ('MetaData "ImportWorkspaceImage" "Amazonka.WorkSpaces.ImportWorkspaceImage" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ImportWorkspaceImage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Application))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "ec2ImageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "ingestionProcess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkspaceImageIngestionProcess) :*: (S1 ('MetaSel ('Just "imageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "imageDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newImportWorkspaceImage Source #

Create a value of ImportWorkspaceImage 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:applications:ImportWorkspaceImage', importWorkspaceImage_applications - If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10 BYOL images. For more information about subscribing to Office for BYOL images, see Bring Your Own Windows Desktop Licenses.

Although this parameter is an array, only one item is allowed at this time.

ImportWorkspaceImage, importWorkspaceImage_tags - The tags. Each WorkSpaces resource can have a maximum of 50 tags.

$sel:ec2ImageId:ImportWorkspaceImage', importWorkspaceImage_ec2ImageId - The identifier of the EC2 image.

$sel:ingestionProcess:ImportWorkspaceImage', importWorkspaceImage_ingestionProcess - The ingestion process to be used when importing the image, depending on which protocol you want to use for your BYOL Workspace image, either PCoIP, WorkSpaces Streaming Protocol (WSP), or bring your own protocol (BYOP). To use WSP, specify a value that ends in _WSP. To use PCoIP, specify a value that does not end in _WSP. To use BYOP, specify a value that ends in _BYOP.

For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify BYOL_REGULAR, BYOL_REGULAR_WSP, or BYOL_REGULAR_BYOP, depending on the protocol.

The BYOL_REGULAR_BYOP and BYOL_GRAPHICS_G4DN_BYOP values are only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use these values. For more information, see Amazon WorkSpaces Core.

$sel:imageName:ImportWorkspaceImage', importWorkspaceImage_imageName - The name of the WorkSpace image.

$sel:imageDescription:ImportWorkspaceImage', importWorkspaceImage_imageDescription - The description of the WorkSpace image.

data ImportWorkspaceImageResponse Source #

See: newImportWorkspaceImageResponse smart constructor.

Instances

Instances details
Generic ImportWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

Associated Types

type Rep ImportWorkspaceImageResponse :: Type -> Type #

Read ImportWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

Show ImportWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

NFData ImportWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

Eq ImportWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

type Rep ImportWorkspaceImageResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ImportWorkspaceImage

type Rep ImportWorkspaceImageResponse = D1 ('MetaData "ImportWorkspaceImageResponse" "Amazonka.WorkSpaces.ImportWorkspaceImage" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ImportWorkspaceImageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newImportWorkspaceImageResponse Source #

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

ImportWorkspaceImageResponse, importWorkspaceImageResponse_imageId - The identifier of the WorkSpace image.

$sel:httpStatus:ImportWorkspaceImageResponse', importWorkspaceImageResponse_httpStatus - The response's http status code.

ListAvailableManagementCidrRanges (Paginated)

data ListAvailableManagementCidrRanges Source #

See: newListAvailableManagementCidrRanges smart constructor.

Instances

Instances details
ToJSON ListAvailableManagementCidrRanges Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

ToHeaders ListAvailableManagementCidrRanges Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

ToPath ListAvailableManagementCidrRanges Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

ToQuery ListAvailableManagementCidrRanges Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

AWSPager ListAvailableManagementCidrRanges Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

AWSRequest ListAvailableManagementCidrRanges Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

Generic ListAvailableManagementCidrRanges Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

Associated Types

type Rep ListAvailableManagementCidrRanges :: Type -> Type #

Read ListAvailableManagementCidrRanges Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

Show ListAvailableManagementCidrRanges Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

NFData ListAvailableManagementCidrRanges Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

Eq ListAvailableManagementCidrRanges Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

Hashable ListAvailableManagementCidrRanges Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

type AWSResponse ListAvailableManagementCidrRanges Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

type Rep ListAvailableManagementCidrRanges Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

type Rep ListAvailableManagementCidrRanges = D1 ('MetaData "ListAvailableManagementCidrRanges" "Amazonka.WorkSpaces.ListAvailableManagementCidrRanges" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ListAvailableManagementCidrRanges'" '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 "managementCidrRangeConstraint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAvailableManagementCidrRanges Source #

Create a value of ListAvailableManagementCidrRanges 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:ListAvailableManagementCidrRanges', listAvailableManagementCidrRanges_maxResults - The maximum number of items to return.

ListAvailableManagementCidrRanges, listAvailableManagementCidrRanges_nextToken - If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

$sel:managementCidrRangeConstraint:ListAvailableManagementCidrRanges', listAvailableManagementCidrRanges_managementCidrRangeConstraint - The IP address range to search. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block).

data ListAvailableManagementCidrRangesResponse Source #

Instances

Instances details
Generic ListAvailableManagementCidrRangesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

Read ListAvailableManagementCidrRangesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

Show ListAvailableManagementCidrRangesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

NFData ListAvailableManagementCidrRangesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

Eq ListAvailableManagementCidrRangesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

type Rep ListAvailableManagementCidrRangesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ListAvailableManagementCidrRanges

type Rep ListAvailableManagementCidrRangesResponse = D1 ('MetaData "ListAvailableManagementCidrRangesResponse" "Amazonka.WorkSpaces.ListAvailableManagementCidrRanges" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ListAvailableManagementCidrRangesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "managementCidrRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAvailableManagementCidrRangesResponse Source #

Create a value of ListAvailableManagementCidrRangesResponse 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:managementCidrRanges:ListAvailableManagementCidrRangesResponse', listAvailableManagementCidrRangesResponse_managementCidrRanges - The list of available IP address ranges, specified as IPv4 CIDR blocks.

ListAvailableManagementCidrRanges, listAvailableManagementCidrRangesResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:httpStatus:ListAvailableManagementCidrRangesResponse', listAvailableManagementCidrRangesResponse_httpStatus - The response's http status code.

MigrateWorkspace

data MigrateWorkspace Source #

See: newMigrateWorkspace smart constructor.

Instances

Instances details
ToJSON MigrateWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

ToHeaders MigrateWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

ToPath MigrateWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

ToQuery MigrateWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

AWSRequest MigrateWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

Associated Types

type AWSResponse MigrateWorkspace #

Generic MigrateWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

Associated Types

type Rep MigrateWorkspace :: Type -> Type #

Read MigrateWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

Show MigrateWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

NFData MigrateWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

Methods

rnf :: MigrateWorkspace -> () #

Eq MigrateWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

Hashable MigrateWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

type AWSResponse MigrateWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

type Rep MigrateWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

type Rep MigrateWorkspace = D1 ('MetaData "MigrateWorkspace" "Amazonka.WorkSpaces.MigrateWorkspace" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "MigrateWorkspace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceWorkspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "bundleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newMigrateWorkspace Source #

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

MigrateWorkspace, migrateWorkspace_sourceWorkspaceId - The identifier of the WorkSpace to migrate from.

MigrateWorkspace, migrateWorkspace_bundleId - The identifier of the target bundle type to migrate the WorkSpace to.

data MigrateWorkspaceResponse Source #

See: newMigrateWorkspaceResponse smart constructor.

Instances

Instances details
Generic MigrateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

Associated Types

type Rep MigrateWorkspaceResponse :: Type -> Type #

Read MigrateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

Show MigrateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

NFData MigrateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

Eq MigrateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

type Rep MigrateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.MigrateWorkspace

type Rep MigrateWorkspaceResponse = D1 ('MetaData "MigrateWorkspaceResponse" "Amazonka.WorkSpaces.MigrateWorkspace" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "MigrateWorkspaceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceWorkspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetWorkspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newMigrateWorkspaceResponse Source #

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

MigrateWorkspace, migrateWorkspaceResponse_sourceWorkspaceId - The original identifier of the WorkSpace that is being migrated.

$sel:targetWorkspaceId:MigrateWorkspaceResponse', migrateWorkspaceResponse_targetWorkspaceId - The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.

$sel:httpStatus:MigrateWorkspaceResponse', migrateWorkspaceResponse_httpStatus - The response's http status code.

ModifyAccount

data ModifyAccount Source #

See: newModifyAccount smart constructor.

Instances

Instances details
ToJSON ModifyAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

ToHeaders ModifyAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

ToPath ModifyAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

ToQuery ModifyAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

AWSRequest ModifyAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

Associated Types

type AWSResponse ModifyAccount #

Generic ModifyAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

Associated Types

type Rep ModifyAccount :: Type -> Type #

Read ModifyAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

Show ModifyAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

NFData ModifyAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

Methods

rnf :: ModifyAccount -> () #

Eq ModifyAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

Hashable ModifyAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

type AWSResponse ModifyAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

type Rep ModifyAccount Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

type Rep ModifyAccount = D1 ('MetaData "ModifyAccount" "Amazonka.WorkSpaces.ModifyAccount" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifyAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dedicatedTenancyManagementCidrRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dedicatedTenancySupport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DedicatedTenancySupportEnum))))

newModifyAccount :: ModifyAccount Source #

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

ModifyAccount, modifyAccount_dedicatedTenancyManagementCidrRange - The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be specified as available by the ListAvailableManagementCidrRanges operation.

ModifyAccount, modifyAccount_dedicatedTenancySupport - The status of BYOL.

data ModifyAccountResponse Source #

See: newModifyAccountResponse smart constructor.

Instances

Instances details
Generic ModifyAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

Associated Types

type Rep ModifyAccountResponse :: Type -> Type #

Read ModifyAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

Show ModifyAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

NFData ModifyAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

Methods

rnf :: ModifyAccountResponse -> () #

Eq ModifyAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

type Rep ModifyAccountResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyAccount

type Rep ModifyAccountResponse = D1 ('MetaData "ModifyAccountResponse" "Amazonka.WorkSpaces.ModifyAccount" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifyAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyAccountResponse Source #

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

ModifyCertificateBasedAuthProperties

data ModifyCertificateBasedAuthProperties Source #

Instances

Instances details
ToJSON ModifyCertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

ToHeaders ModifyCertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

ToPath ModifyCertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

ToQuery ModifyCertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

AWSRequest ModifyCertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

Generic ModifyCertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

Read ModifyCertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

Show ModifyCertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

NFData ModifyCertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

Eq ModifyCertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

Hashable ModifyCertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

type AWSResponse ModifyCertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

type Rep ModifyCertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

type Rep ModifyCertificateBasedAuthProperties = D1 ('MetaData "ModifyCertificateBasedAuthProperties" "Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifyCertificateBasedAuthProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateBasedAuthProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CertificateBasedAuthProperties)) :*: (S1 ('MetaSel ('Just "propertiesToDelete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeletableCertificateBasedAuthProperty])) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModifyCertificateBasedAuthProperties Source #

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

ModifyCertificateBasedAuthProperties, modifyCertificateBasedAuthProperties_certificateBasedAuthProperties - The properties of the certificate-based authentication.

$sel:propertiesToDelete:ModifyCertificateBasedAuthProperties', modifyCertificateBasedAuthProperties_propertiesToDelete - The properties of the certificate-based authentication you want to delete.

ModifyCertificateBasedAuthProperties, modifyCertificateBasedAuthProperties_resourceId - The resource identifiers, in the form of directory IDs.

data ModifyCertificateBasedAuthPropertiesResponse Source #

Instances

Instances details
Generic ModifyCertificateBasedAuthPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

Read ModifyCertificateBasedAuthPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

Show ModifyCertificateBasedAuthPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

NFData ModifyCertificateBasedAuthPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

Eq ModifyCertificateBasedAuthPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

type Rep ModifyCertificateBasedAuthPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties

type Rep ModifyCertificateBasedAuthPropertiesResponse = D1 ('MetaData "ModifyCertificateBasedAuthPropertiesResponse" "Amazonka.WorkSpaces.ModifyCertificateBasedAuthProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifyCertificateBasedAuthPropertiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyCertificateBasedAuthPropertiesResponse Source #

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

ModifyClientProperties

data ModifyClientProperties Source #

See: newModifyClientProperties smart constructor.

Instances

Instances details
ToJSON ModifyClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

ToHeaders ModifyClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

ToPath ModifyClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

ToQuery ModifyClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

AWSRequest ModifyClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

Associated Types

type AWSResponse ModifyClientProperties #

Generic ModifyClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

Associated Types

type Rep ModifyClientProperties :: Type -> Type #

Read ModifyClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

Show ModifyClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

NFData ModifyClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

Methods

rnf :: ModifyClientProperties -> () #

Eq ModifyClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

Hashable ModifyClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

type AWSResponse ModifyClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

type Rep ModifyClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

type Rep ModifyClientProperties = D1 ('MetaData "ModifyClientProperties" "Amazonka.WorkSpaces.ModifyClientProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifyClientProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ClientProperties)))

newModifyClientProperties Source #

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

ModifyClientProperties, modifyClientProperties_resourceId - The resource identifiers, in the form of directory IDs.

ModifyClientProperties, modifyClientProperties_clientProperties - Information about the Amazon WorkSpaces client.

data ModifyClientPropertiesResponse Source #

See: newModifyClientPropertiesResponse smart constructor.

Instances

Instances details
Generic ModifyClientPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

Associated Types

type Rep ModifyClientPropertiesResponse :: Type -> Type #

Read ModifyClientPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

Show ModifyClientPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

NFData ModifyClientPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

Eq ModifyClientPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

type Rep ModifyClientPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyClientProperties

type Rep ModifyClientPropertiesResponse = D1 ('MetaData "ModifyClientPropertiesResponse" "Amazonka.WorkSpaces.ModifyClientProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifyClientPropertiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyClientPropertiesResponse Source #

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

ModifySamlProperties

data ModifySamlProperties Source #

See: newModifySamlProperties smart constructor.

Instances

Instances details
ToJSON ModifySamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

ToHeaders ModifySamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

ToPath ModifySamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

ToQuery ModifySamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

AWSRequest ModifySamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

Associated Types

type AWSResponse ModifySamlProperties #

Generic ModifySamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

Associated Types

type Rep ModifySamlProperties :: Type -> Type #

Read ModifySamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

Show ModifySamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

NFData ModifySamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

Methods

rnf :: ModifySamlProperties -> () #

Eq ModifySamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

Hashable ModifySamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

type AWSResponse ModifySamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

type Rep ModifySamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

type Rep ModifySamlProperties = D1 ('MetaData "ModifySamlProperties" "Amazonka.WorkSpaces.ModifySamlProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifySamlProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "propertiesToDelete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeletableSamlProperty])) :*: (S1 ('MetaSel ('Just "samlProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SamlProperties)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModifySamlProperties Source #

Create a value of ModifySamlProperties 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:propertiesToDelete:ModifySamlProperties', modifySamlProperties_propertiesToDelete - The SAML properties to delete as part of your request.

Specify one of the following options:

  • SAML_PROPERTIES_USER_ACCESS_URL to delete the user access URL.
  • SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME to delete the relay state parameter name.

ModifySamlProperties, modifySamlProperties_samlProperties - The properties for configuring SAML 2.0 authentication.

ModifySamlProperties, modifySamlProperties_resourceId - The directory identifier for which you want to configure SAML properties.

data ModifySamlPropertiesResponse Source #

See: newModifySamlPropertiesResponse smart constructor.

Instances

Instances details
Generic ModifySamlPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

Associated Types

type Rep ModifySamlPropertiesResponse :: Type -> Type #

Read ModifySamlPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

Show ModifySamlPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

NFData ModifySamlPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

Eq ModifySamlPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

type Rep ModifySamlPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySamlProperties

type Rep ModifySamlPropertiesResponse = D1 ('MetaData "ModifySamlPropertiesResponse" "Amazonka.WorkSpaces.ModifySamlProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifySamlPropertiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifySamlPropertiesResponse Source #

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

ModifySelfservicePermissions

data ModifySelfservicePermissions Source #

See: newModifySelfservicePermissions smart constructor.

Instances

Instances details
ToJSON ModifySelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

ToHeaders ModifySelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

ToPath ModifySelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

ToQuery ModifySelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

AWSRequest ModifySelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

Generic ModifySelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

Associated Types

type Rep ModifySelfservicePermissions :: Type -> Type #

Read ModifySelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

Show ModifySelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

NFData ModifySelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

Eq ModifySelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

Hashable ModifySelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

type AWSResponse ModifySelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

type Rep ModifySelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

type Rep ModifySelfservicePermissions = D1 ('MetaData "ModifySelfservicePermissions" "Amazonka.WorkSpaces.ModifySelfservicePermissions" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifySelfservicePermissions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "selfservicePermissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SelfservicePermissions)))

newModifySelfservicePermissions Source #

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

ModifySelfservicePermissions, modifySelfservicePermissions_resourceId - The identifier of the directory.

ModifySelfservicePermissions, modifySelfservicePermissions_selfservicePermissions - The permissions to enable or disable self-service capabilities.

data ModifySelfservicePermissionsResponse Source #

Instances

Instances details
Generic ModifySelfservicePermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

Read ModifySelfservicePermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

Show ModifySelfservicePermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

NFData ModifySelfservicePermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

Eq ModifySelfservicePermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

type Rep ModifySelfservicePermissionsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifySelfservicePermissions

type Rep ModifySelfservicePermissionsResponse = D1 ('MetaData "ModifySelfservicePermissionsResponse" "Amazonka.WorkSpaces.ModifySelfservicePermissions" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifySelfservicePermissionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifySelfservicePermissionsResponse Source #

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

ModifyWorkspaceAccessProperties

data ModifyWorkspaceAccessProperties Source #

See: newModifyWorkspaceAccessProperties smart constructor.

Instances

Instances details
ToJSON ModifyWorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

ToHeaders ModifyWorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

ToPath ModifyWorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

ToQuery ModifyWorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

AWSRequest ModifyWorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

Generic ModifyWorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

Associated Types

type Rep ModifyWorkspaceAccessProperties :: Type -> Type #

Read ModifyWorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

Show ModifyWorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

NFData ModifyWorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

Eq ModifyWorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

Hashable ModifyWorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

type AWSResponse ModifyWorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

type Rep ModifyWorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

type Rep ModifyWorkspaceAccessProperties = D1 ('MetaData "ModifyWorkspaceAccessProperties" "Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifyWorkspaceAccessProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workspaceAccessProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkspaceAccessProperties)))

newModifyWorkspaceAccessProperties Source #

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

ModifyWorkspaceAccessProperties, modifyWorkspaceAccessProperties_resourceId - The identifier of the directory.

ModifyWorkspaceAccessProperties, modifyWorkspaceAccessProperties_workspaceAccessProperties - The device types and operating systems to enable or disable for access.

data ModifyWorkspaceAccessPropertiesResponse Source #

Instances

Instances details
Generic ModifyWorkspaceAccessPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

Read ModifyWorkspaceAccessPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

Show ModifyWorkspaceAccessPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

NFData ModifyWorkspaceAccessPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

Eq ModifyWorkspaceAccessPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

type Rep ModifyWorkspaceAccessPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties

type Rep ModifyWorkspaceAccessPropertiesResponse = D1 ('MetaData "ModifyWorkspaceAccessPropertiesResponse" "Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifyWorkspaceAccessPropertiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyWorkspaceAccessPropertiesResponse Source #

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

ModifyWorkspaceCreationProperties

data ModifyWorkspaceCreationProperties Source #

See: newModifyWorkspaceCreationProperties smart constructor.

Instances

Instances details
ToJSON ModifyWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

ToHeaders ModifyWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

ToPath ModifyWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

ToQuery ModifyWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

AWSRequest ModifyWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

Generic ModifyWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

Associated Types

type Rep ModifyWorkspaceCreationProperties :: Type -> Type #

Read ModifyWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

Show ModifyWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

NFData ModifyWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

Eq ModifyWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

Hashable ModifyWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

type AWSResponse ModifyWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

type Rep ModifyWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

type Rep ModifyWorkspaceCreationProperties = D1 ('MetaData "ModifyWorkspaceCreationProperties" "Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifyWorkspaceCreationProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workspaceCreationProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkspaceCreationProperties)))

newModifyWorkspaceCreationProperties Source #

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

ModifyWorkspaceCreationProperties, modifyWorkspaceCreationProperties_resourceId - The identifier of the directory.

ModifyWorkspaceCreationProperties, modifyWorkspaceCreationProperties_workspaceCreationProperties - The default properties for creating WorkSpaces.

data ModifyWorkspaceCreationPropertiesResponse Source #

Instances

Instances details
Generic ModifyWorkspaceCreationPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

Read ModifyWorkspaceCreationPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

Show ModifyWorkspaceCreationPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

NFData ModifyWorkspaceCreationPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

Eq ModifyWorkspaceCreationPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

type Rep ModifyWorkspaceCreationPropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties

type Rep ModifyWorkspaceCreationPropertiesResponse = D1 ('MetaData "ModifyWorkspaceCreationPropertiesResponse" "Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifyWorkspaceCreationPropertiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyWorkspaceCreationPropertiesResponse Source #

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

ModifyWorkspaceProperties

data ModifyWorkspaceProperties Source #

See: newModifyWorkspaceProperties smart constructor.

Instances

Instances details
ToJSON ModifyWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

ToHeaders ModifyWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

ToPath ModifyWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

ToQuery ModifyWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

AWSRequest ModifyWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

Generic ModifyWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

Associated Types

type Rep ModifyWorkspaceProperties :: Type -> Type #

Read ModifyWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

Show ModifyWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

NFData ModifyWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

Eq ModifyWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

Hashable ModifyWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

type AWSResponse ModifyWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

type Rep ModifyWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

type Rep ModifyWorkspaceProperties = D1 ('MetaData "ModifyWorkspaceProperties" "Amazonka.WorkSpaces.ModifyWorkspaceProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifyWorkspaceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workspaceProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkspaceProperties)))

newModifyWorkspaceProperties Source #

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

ModifyWorkspaceProperties, modifyWorkspaceProperties_workspaceId - The identifier of the WorkSpace.

ModifyWorkspaceProperties, modifyWorkspaceProperties_workspaceProperties - The properties of the WorkSpace.

data ModifyWorkspacePropertiesResponse Source #

See: newModifyWorkspacePropertiesResponse smart constructor.

Instances

Instances details
Generic ModifyWorkspacePropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

Associated Types

type Rep ModifyWorkspacePropertiesResponse :: Type -> Type #

Read ModifyWorkspacePropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

Show ModifyWorkspacePropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

NFData ModifyWorkspacePropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

Eq ModifyWorkspacePropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

type Rep ModifyWorkspacePropertiesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties

type Rep ModifyWorkspacePropertiesResponse = D1 ('MetaData "ModifyWorkspacePropertiesResponse" "Amazonka.WorkSpaces.ModifyWorkspaceProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifyWorkspacePropertiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyWorkspacePropertiesResponse Source #

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

ModifyWorkspaceState

data ModifyWorkspaceState Source #

See: newModifyWorkspaceState smart constructor.

Instances

Instances details
ToJSON ModifyWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

ToHeaders ModifyWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

ToPath ModifyWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

ToQuery ModifyWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

AWSRequest ModifyWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

Associated Types

type AWSResponse ModifyWorkspaceState #

Generic ModifyWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

Associated Types

type Rep ModifyWorkspaceState :: Type -> Type #

Read ModifyWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

Show ModifyWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

NFData ModifyWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

Methods

rnf :: ModifyWorkspaceState -> () #

Eq ModifyWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

Hashable ModifyWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

type AWSResponse ModifyWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

type Rep ModifyWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

type Rep ModifyWorkspaceState = D1 ('MetaData "ModifyWorkspaceState" "Amazonka.WorkSpaces.ModifyWorkspaceState" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifyWorkspaceState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workspaceState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TargetWorkspaceState)))

newModifyWorkspaceState Source #

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

ModifyWorkspaceState, modifyWorkspaceState_workspaceId - The identifier of the WorkSpace.

$sel:workspaceState:ModifyWorkspaceState', modifyWorkspaceState_workspaceState - The WorkSpace state.

data ModifyWorkspaceStateResponse Source #

See: newModifyWorkspaceStateResponse smart constructor.

Instances

Instances details
Generic ModifyWorkspaceStateResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

Associated Types

type Rep ModifyWorkspaceStateResponse :: Type -> Type #

Read ModifyWorkspaceStateResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

Show ModifyWorkspaceStateResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

NFData ModifyWorkspaceStateResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

Eq ModifyWorkspaceStateResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

type Rep ModifyWorkspaceStateResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.ModifyWorkspaceState

type Rep ModifyWorkspaceStateResponse = D1 ('MetaData "ModifyWorkspaceStateResponse" "Amazonka.WorkSpaces.ModifyWorkspaceState" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModifyWorkspaceStateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyWorkspaceStateResponse Source #

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

RebootWorkspaces

data RebootWorkspaces Source #

See: newRebootWorkspaces smart constructor.

Instances

Instances details
ToJSON RebootWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

ToHeaders RebootWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

ToPath RebootWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

ToQuery RebootWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

AWSRequest RebootWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

Associated Types

type AWSResponse RebootWorkspaces #

Generic RebootWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

Associated Types

type Rep RebootWorkspaces :: Type -> Type #

Read RebootWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

Show RebootWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

NFData RebootWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

Methods

rnf :: RebootWorkspaces -> () #

Eq RebootWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

Hashable RebootWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

type AWSResponse RebootWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

type Rep RebootWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

type Rep RebootWorkspaces = D1 ('MetaData "RebootWorkspaces" "Amazonka.WorkSpaces.RebootWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "RebootWorkspaces'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rebootWorkspaceRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty RebootRequest))))

newRebootWorkspaces Source #

Create a value of RebootWorkspaces 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:rebootWorkspaceRequests:RebootWorkspaces', rebootWorkspaces_rebootWorkspaceRequests - The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.

data RebootWorkspacesResponse Source #

See: newRebootWorkspacesResponse smart constructor.

Instances

Instances details
Generic RebootWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

Associated Types

type Rep RebootWorkspacesResponse :: Type -> Type #

Read RebootWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

Show RebootWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

NFData RebootWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

Eq RebootWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

type Rep RebootWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebootWorkspaces

type Rep RebootWorkspacesResponse = D1 ('MetaData "RebootWorkspacesResponse" "Amazonka.WorkSpaces.RebootWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "RebootWorkspacesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedWorkspaceChangeRequest])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRebootWorkspacesResponse Source #

Create a value of RebootWorkspacesResponse 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:failedRequests:RebootWorkspacesResponse', rebootWorkspacesResponse_failedRequests - Information about the WorkSpaces that could not be rebooted.

$sel:httpStatus:RebootWorkspacesResponse', rebootWorkspacesResponse_httpStatus - The response's http status code.

RebuildWorkspaces

data RebuildWorkspaces Source #

See: newRebuildWorkspaces smart constructor.

Instances

Instances details
ToJSON RebuildWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

ToHeaders RebuildWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

ToPath RebuildWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

ToQuery RebuildWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

AWSRequest RebuildWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

Associated Types

type AWSResponse RebuildWorkspaces #

Generic RebuildWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

Associated Types

type Rep RebuildWorkspaces :: Type -> Type #

Read RebuildWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

Show RebuildWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

NFData RebuildWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

Methods

rnf :: RebuildWorkspaces -> () #

Eq RebuildWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

Hashable RebuildWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

type AWSResponse RebuildWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

type Rep RebuildWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

type Rep RebuildWorkspaces = D1 ('MetaData "RebuildWorkspaces" "Amazonka.WorkSpaces.RebuildWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "RebuildWorkspaces'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rebuildWorkspaceRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty RebuildRequest))))

newRebuildWorkspaces Source #

Create a value of RebuildWorkspaces 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:rebuildWorkspaceRequests:RebuildWorkspaces', rebuildWorkspaces_rebuildWorkspaceRequests - The WorkSpace to rebuild. You can specify a single WorkSpace.

data RebuildWorkspacesResponse Source #

See: newRebuildWorkspacesResponse smart constructor.

Instances

Instances details
Generic RebuildWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

Associated Types

type Rep RebuildWorkspacesResponse :: Type -> Type #

Read RebuildWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

Show RebuildWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

NFData RebuildWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

Eq RebuildWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

type Rep RebuildWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RebuildWorkspaces

type Rep RebuildWorkspacesResponse = D1 ('MetaData "RebuildWorkspacesResponse" "Amazonka.WorkSpaces.RebuildWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "RebuildWorkspacesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedWorkspaceChangeRequest])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRebuildWorkspacesResponse Source #

Create a value of RebuildWorkspacesResponse 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:failedRequests:RebuildWorkspacesResponse', rebuildWorkspacesResponse_failedRequests - Information about the WorkSpace that could not be rebuilt.

$sel:httpStatus:RebuildWorkspacesResponse', rebuildWorkspacesResponse_httpStatus - The response's http status code.

RegisterWorkspaceDirectory

data RegisterWorkspaceDirectory Source #

See: newRegisterWorkspaceDirectory smart constructor.

Instances

Instances details
ToJSON RegisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

ToHeaders RegisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

ToPath RegisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

ToQuery RegisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

AWSRequest RegisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

Generic RegisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

Associated Types

type Rep RegisterWorkspaceDirectory :: Type -> Type #

Read RegisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

Show RegisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

NFData RegisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

Eq RegisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

Hashable RegisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

type AWSResponse RegisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

type Rep RegisterWorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

type Rep RegisterWorkspaceDirectory = D1 ('MetaData "RegisterWorkspaceDirectory" "Amazonka.WorkSpaces.RegisterWorkspaceDirectory" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "RegisterWorkspaceDirectory'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enableSelfService") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: (S1 ('MetaSel ('Just "tenancy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Tenancy)) :*: (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "enableWorkDocs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))))

newRegisterWorkspaceDirectory Source #

Create a value of RegisterWorkspaceDirectory 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:enableSelfService:RegisterWorkspaceDirectory', registerWorkspaceDirectory_enableSelfService - Indicates whether self-service capabilities are enabled or disabled.

RegisterWorkspaceDirectory, registerWorkspaceDirectory_subnetIds - The identifiers of the subnets for your virtual private cloud (VPC). Make sure that the subnets are in supported Availability Zones. The subnets must also be in separate Availability Zones. If these conditions are not met, you will receive an OperationNotSupportedException error.

RegisterWorkspaceDirectory, registerWorkspaceDirectory_tags - The tags associated with the directory.

RegisterWorkspaceDirectory, registerWorkspaceDirectory_tenancy - Indicates whether your WorkSpace directory is dedicated or shared. To use Bring Your Own License (BYOL) images, this value must be set to DEDICATED and your Amazon Web Services account must be enabled for BYOL. If your account has not been enabled for BYOL, you will receive an InvalidParameterValuesException error. For more information about BYOL images, see Bring Your Own Windows Desktop Images.

RegisterWorkspaceDirectory, registerWorkspaceDirectory_directoryId - The identifier of the directory. You cannot register a directory if it does not have a status of Active. If the directory does not have a status of Active, you will receive an InvalidResourceStateException error. If you have already registered the maximum number of directories that you can register with Amazon WorkSpaces, you will receive a ResourceLimitExceededException error. Deregister directories that you are not using for WorkSpaces, and try again.

RegisterWorkspaceDirectory, registerWorkspaceDirectory_enableWorkDocs - Indicates whether Amazon WorkDocs is enabled or disabled. If you have enabled this parameter and WorkDocs is not available in the Region, you will receive an OperationNotSupportedException error. Set EnableWorkDocs to disabled, and try again.

data RegisterWorkspaceDirectoryResponse Source #

Instances

Instances details
Generic RegisterWorkspaceDirectoryResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

Associated Types

type Rep RegisterWorkspaceDirectoryResponse :: Type -> Type #

Read RegisterWorkspaceDirectoryResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

Show RegisterWorkspaceDirectoryResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

NFData RegisterWorkspaceDirectoryResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

Eq RegisterWorkspaceDirectoryResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

type Rep RegisterWorkspaceDirectoryResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory

type Rep RegisterWorkspaceDirectoryResponse = D1 ('MetaData "RegisterWorkspaceDirectoryResponse" "Amazonka.WorkSpaces.RegisterWorkspaceDirectory" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "RegisterWorkspaceDirectoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRegisterWorkspaceDirectoryResponse Source #

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

RestoreWorkspace

data RestoreWorkspace Source #

See: newRestoreWorkspace smart constructor.

Constructors

RestoreWorkspace' Text 

Instances

Instances details
ToJSON RestoreWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

ToHeaders RestoreWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

ToPath RestoreWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

ToQuery RestoreWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

AWSRequest RestoreWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

Associated Types

type AWSResponse RestoreWorkspace #

Generic RestoreWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

Associated Types

type Rep RestoreWorkspace :: Type -> Type #

Read RestoreWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

Show RestoreWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

NFData RestoreWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

Methods

rnf :: RestoreWorkspace -> () #

Eq RestoreWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

Hashable RestoreWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

type AWSResponse RestoreWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

type Rep RestoreWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

type Rep RestoreWorkspace = D1 ('MetaData "RestoreWorkspace" "Amazonka.WorkSpaces.RestoreWorkspace" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "RestoreWorkspace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRestoreWorkspace Source #

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

RestoreWorkspace, restoreWorkspace_workspaceId - The identifier of the WorkSpace.

data RestoreWorkspaceResponse Source #

See: newRestoreWorkspaceResponse smart constructor.

Instances

Instances details
Generic RestoreWorkspaceResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

Associated Types

type Rep RestoreWorkspaceResponse :: Type -> Type #

Read RestoreWorkspaceResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

Show RestoreWorkspaceResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

NFData RestoreWorkspaceResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

Eq RestoreWorkspaceResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

type Rep RestoreWorkspaceResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RestoreWorkspace

type Rep RestoreWorkspaceResponse = D1 ('MetaData "RestoreWorkspaceResponse" "Amazonka.WorkSpaces.RestoreWorkspace" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "RestoreWorkspaceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRestoreWorkspaceResponse Source #

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

RevokeIpRules

data RevokeIpRules Source #

See: newRevokeIpRules smart constructor.

Constructors

RevokeIpRules' Text [Text] 

Instances

Instances details
ToJSON RevokeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

ToHeaders RevokeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

ToPath RevokeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

ToQuery RevokeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

AWSRequest RevokeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

Associated Types

type AWSResponse RevokeIpRules #

Generic RevokeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

Associated Types

type Rep RevokeIpRules :: Type -> Type #

Read RevokeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

Show RevokeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

NFData RevokeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

Methods

rnf :: RevokeIpRules -> () #

Eq RevokeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

Hashable RevokeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

type AWSResponse RevokeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

type Rep RevokeIpRules Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

type Rep RevokeIpRules = D1 ('MetaData "RevokeIpRules" "Amazonka.WorkSpaces.RevokeIpRules" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "RevokeIpRules'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newRevokeIpRules Source #

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

RevokeIpRules, revokeIpRules_groupId - The identifier of the group.

RevokeIpRules, revokeIpRules_userRules - The rules to remove from the group.

data RevokeIpRulesResponse Source #

See: newRevokeIpRulesResponse smart constructor.

Instances

Instances details
Generic RevokeIpRulesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

Associated Types

type Rep RevokeIpRulesResponse :: Type -> Type #

Read RevokeIpRulesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

Show RevokeIpRulesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

NFData RevokeIpRulesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

Methods

rnf :: RevokeIpRulesResponse -> () #

Eq RevokeIpRulesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

type Rep RevokeIpRulesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.RevokeIpRules

type Rep RevokeIpRulesResponse = D1 ('MetaData "RevokeIpRulesResponse" "Amazonka.WorkSpaces.RevokeIpRules" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "RevokeIpRulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRevokeIpRulesResponse Source #

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

StartWorkspaces

data StartWorkspaces Source #

See: newStartWorkspaces smart constructor.

Instances

Instances details
ToJSON StartWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

ToHeaders StartWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

ToPath StartWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

ToQuery StartWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

AWSRequest StartWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

Associated Types

type AWSResponse StartWorkspaces #

Generic StartWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

Associated Types

type Rep StartWorkspaces :: Type -> Type #

Read StartWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

Show StartWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

NFData StartWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

Methods

rnf :: StartWorkspaces -> () #

Eq StartWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

Hashable StartWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

type AWSResponse StartWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

type Rep StartWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

type Rep StartWorkspaces = D1 ('MetaData "StartWorkspaces" "Amazonka.WorkSpaces.StartWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "StartWorkspaces'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startWorkspaceRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty StartRequest))))

newStartWorkspaces Source #

Create a value of StartWorkspaces 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:startWorkspaceRequests:StartWorkspaces', startWorkspaces_startWorkspaceRequests - The WorkSpaces to start. You can specify up to 25 WorkSpaces.

data StartWorkspacesResponse Source #

See: newStartWorkspacesResponse smart constructor.

Instances

Instances details
Generic StartWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

Associated Types

type Rep StartWorkspacesResponse :: Type -> Type #

Read StartWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

Show StartWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

NFData StartWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

Methods

rnf :: StartWorkspacesResponse -> () #

Eq StartWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

type Rep StartWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.StartWorkspaces

type Rep StartWorkspacesResponse = D1 ('MetaData "StartWorkspacesResponse" "Amazonka.WorkSpaces.StartWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "StartWorkspacesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedWorkspaceChangeRequest])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartWorkspacesResponse Source #

Create a value of StartWorkspacesResponse 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:failedRequests:StartWorkspacesResponse', startWorkspacesResponse_failedRequests - Information about the WorkSpaces that could not be started.

$sel:httpStatus:StartWorkspacesResponse', startWorkspacesResponse_httpStatus - The response's http status code.

StopWorkspaces

data StopWorkspaces Source #

See: newStopWorkspaces smart constructor.

Instances

Instances details
ToJSON StopWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

ToHeaders StopWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

ToPath StopWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

ToQuery StopWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

AWSRequest StopWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

Associated Types

type AWSResponse StopWorkspaces #

Generic StopWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

Associated Types

type Rep StopWorkspaces :: Type -> Type #

Read StopWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

Show StopWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

NFData StopWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

Methods

rnf :: StopWorkspaces -> () #

Eq StopWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

Hashable StopWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

type AWSResponse StopWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

type Rep StopWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

type Rep StopWorkspaces = D1 ('MetaData "StopWorkspaces" "Amazonka.WorkSpaces.StopWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "StopWorkspaces'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stopWorkspaceRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty StopRequest))))

newStopWorkspaces Source #

Create a value of StopWorkspaces 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:stopWorkspaceRequests:StopWorkspaces', stopWorkspaces_stopWorkspaceRequests - The WorkSpaces to stop. You can specify up to 25 WorkSpaces.

data StopWorkspacesResponse Source #

See: newStopWorkspacesResponse smart constructor.

Instances

Instances details
Generic StopWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

Associated Types

type Rep StopWorkspacesResponse :: Type -> Type #

Read StopWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

Show StopWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

NFData StopWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

Methods

rnf :: StopWorkspacesResponse -> () #

Eq StopWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

type Rep StopWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.StopWorkspaces

type Rep StopWorkspacesResponse = D1 ('MetaData "StopWorkspacesResponse" "Amazonka.WorkSpaces.StopWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "StopWorkspacesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedWorkspaceChangeRequest])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopWorkspacesResponse Source #

Create a value of StopWorkspacesResponse 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:failedRequests:StopWorkspacesResponse', stopWorkspacesResponse_failedRequests - Information about the WorkSpaces that could not be stopped.

$sel:httpStatus:StopWorkspacesResponse', stopWorkspacesResponse_httpStatus - The response's http status code.

TerminateWorkspaces

data TerminateWorkspaces Source #

See: newTerminateWorkspaces smart constructor.

Instances

Instances details
ToJSON TerminateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

ToHeaders TerminateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

ToPath TerminateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

ToQuery TerminateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

AWSRequest TerminateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

Associated Types

type AWSResponse TerminateWorkspaces #

Generic TerminateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

Associated Types

type Rep TerminateWorkspaces :: Type -> Type #

Read TerminateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

Show TerminateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

NFData TerminateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

Methods

rnf :: TerminateWorkspaces -> () #

Eq TerminateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

Hashable TerminateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

type AWSResponse TerminateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

type Rep TerminateWorkspaces Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

type Rep TerminateWorkspaces = D1 ('MetaData "TerminateWorkspaces" "Amazonka.WorkSpaces.TerminateWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "TerminateWorkspaces'" 'PrefixI 'True) (S1 ('MetaSel ('Just "terminateWorkspaceRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty TerminateRequest))))

newTerminateWorkspaces Source #

Create a value of TerminateWorkspaces 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:terminateWorkspaceRequests:TerminateWorkspaces', terminateWorkspaces_terminateWorkspaceRequests - The WorkSpaces to terminate. You can specify up to 25 WorkSpaces.

data TerminateWorkspacesResponse Source #

See: newTerminateWorkspacesResponse smart constructor.

Instances

Instances details
Generic TerminateWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

Associated Types

type Rep TerminateWorkspacesResponse :: Type -> Type #

Read TerminateWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

Show TerminateWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

NFData TerminateWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

Eq TerminateWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

type Rep TerminateWorkspacesResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.TerminateWorkspaces

type Rep TerminateWorkspacesResponse = D1 ('MetaData "TerminateWorkspacesResponse" "Amazonka.WorkSpaces.TerminateWorkspaces" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "TerminateWorkspacesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedWorkspaceChangeRequest])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTerminateWorkspacesResponse Source #

Create a value of TerminateWorkspacesResponse 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:failedRequests:TerminateWorkspacesResponse', terminateWorkspacesResponse_failedRequests - Information about the WorkSpaces that could not be terminated.

$sel:httpStatus:TerminateWorkspacesResponse', terminateWorkspacesResponse_httpStatus - The response's http status code.

UpdateConnectClientAddIn

data UpdateConnectClientAddIn Source #

See: newUpdateConnectClientAddIn smart constructor.

Instances

Instances details
ToJSON UpdateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

ToHeaders UpdateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

ToPath UpdateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

ToQuery UpdateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

AWSRequest UpdateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

Generic UpdateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

Associated Types

type Rep UpdateConnectClientAddIn :: Type -> Type #

Read UpdateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

Show UpdateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

NFData UpdateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

Eq UpdateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

Hashable UpdateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

type AWSResponse UpdateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

type Rep UpdateConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

type Rep UpdateConnectClientAddIn = D1 ('MetaData "UpdateConnectClientAddIn" "Amazonka.WorkSpaces.UpdateConnectClientAddIn" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "UpdateConnectClientAddIn'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "addInId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateConnectClientAddIn Source #

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

UpdateConnectClientAddIn, updateConnectClientAddIn_name - The name of the client add-in.

UpdateConnectClientAddIn, updateConnectClientAddIn_url - The endpoint URL of the Amazon Connect client add-in.

UpdateConnectClientAddIn, updateConnectClientAddIn_addInId - The identifier of the client add-in to update.

UpdateConnectClientAddIn, updateConnectClientAddIn_resourceId - The directory identifier for which the client add-in is configured.

data UpdateConnectClientAddInResponse Source #

See: newUpdateConnectClientAddInResponse smart constructor.

Instances

Instances details
Generic UpdateConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

Associated Types

type Rep UpdateConnectClientAddInResponse :: Type -> Type #

Read UpdateConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

Show UpdateConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

NFData UpdateConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

Eq UpdateConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

type Rep UpdateConnectClientAddInResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectClientAddIn

type Rep UpdateConnectClientAddInResponse = D1 ('MetaData "UpdateConnectClientAddInResponse" "Amazonka.WorkSpaces.UpdateConnectClientAddIn" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "UpdateConnectClientAddInResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateConnectClientAddInResponse Source #

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

UpdateConnectionAliasPermission

data UpdateConnectionAliasPermission Source #

See: newUpdateConnectionAliasPermission smart constructor.

Instances

Instances details
ToJSON UpdateConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

ToHeaders UpdateConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

ToPath UpdateConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

ToQuery UpdateConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

AWSRequest UpdateConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

Generic UpdateConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

Associated Types

type Rep UpdateConnectionAliasPermission :: Type -> Type #

Read UpdateConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

Show UpdateConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

NFData UpdateConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

Eq UpdateConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

Hashable UpdateConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

type AWSResponse UpdateConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

type Rep UpdateConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

type Rep UpdateConnectionAliasPermission = D1 ('MetaData "UpdateConnectionAliasPermission" "Amazonka.WorkSpaces.UpdateConnectionAliasPermission" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "UpdateConnectionAliasPermission'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aliasId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "connectionAliasPermission") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectionAliasPermission)))

newUpdateConnectionAliasPermission Source #

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

UpdateConnectionAliasPermission, updateConnectionAliasPermission_aliasId - The identifier of the connection alias that you want to update permissions for.

$sel:connectionAliasPermission:UpdateConnectionAliasPermission', updateConnectionAliasPermission_connectionAliasPermission - Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.

data UpdateConnectionAliasPermissionResponse Source #

Instances

Instances details
Generic UpdateConnectionAliasPermissionResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

Read UpdateConnectionAliasPermissionResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

Show UpdateConnectionAliasPermissionResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

NFData UpdateConnectionAliasPermissionResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

Eq UpdateConnectionAliasPermissionResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

type Rep UpdateConnectionAliasPermissionResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission

type Rep UpdateConnectionAliasPermissionResponse = D1 ('MetaData "UpdateConnectionAliasPermissionResponse" "Amazonka.WorkSpaces.UpdateConnectionAliasPermission" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "UpdateConnectionAliasPermissionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateConnectionAliasPermissionResponse Source #

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

UpdateRulesOfIpGroup

data UpdateRulesOfIpGroup Source #

See: newUpdateRulesOfIpGroup smart constructor.

Instances

Instances details
ToJSON UpdateRulesOfIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

ToHeaders UpdateRulesOfIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

ToPath UpdateRulesOfIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

ToQuery UpdateRulesOfIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

AWSRequest UpdateRulesOfIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

Associated Types

type AWSResponse UpdateRulesOfIpGroup #

Generic UpdateRulesOfIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

Associated Types

type Rep UpdateRulesOfIpGroup :: Type -> Type #

Read UpdateRulesOfIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

Show UpdateRulesOfIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

NFData UpdateRulesOfIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

Methods

rnf :: UpdateRulesOfIpGroup -> () #

Eq UpdateRulesOfIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

Hashable UpdateRulesOfIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

type AWSResponse UpdateRulesOfIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

type Rep UpdateRulesOfIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

type Rep UpdateRulesOfIpGroup = D1 ('MetaData "UpdateRulesOfIpGroup" "Amazonka.WorkSpaces.UpdateRulesOfIpGroup" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "UpdateRulesOfIpGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [IpRuleItem])))

newUpdateRulesOfIpGroup Source #

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

UpdateRulesOfIpGroup, updateRulesOfIpGroup_groupId - The identifier of the group.

UpdateRulesOfIpGroup, updateRulesOfIpGroup_userRules - One or more rules.

data UpdateRulesOfIpGroupResponse Source #

See: newUpdateRulesOfIpGroupResponse smart constructor.

Instances

Instances details
Generic UpdateRulesOfIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

Associated Types

type Rep UpdateRulesOfIpGroupResponse :: Type -> Type #

Read UpdateRulesOfIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

Show UpdateRulesOfIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

NFData UpdateRulesOfIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

Eq UpdateRulesOfIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

type Rep UpdateRulesOfIpGroupResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateRulesOfIpGroup

type Rep UpdateRulesOfIpGroupResponse = D1 ('MetaData "UpdateRulesOfIpGroupResponse" "Amazonka.WorkSpaces.UpdateRulesOfIpGroup" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "UpdateRulesOfIpGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateRulesOfIpGroupResponse Source #

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

UpdateWorkspaceBundle

data UpdateWorkspaceBundle Source #

See: newUpdateWorkspaceBundle smart constructor.

Instances

Instances details
ToJSON UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

ToHeaders UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

ToPath UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

ToQuery UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

AWSRequest UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Associated Types

type AWSResponse UpdateWorkspaceBundle #

Generic UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Associated Types

type Rep UpdateWorkspaceBundle :: Type -> Type #

Read UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Show UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

NFData UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Methods

rnf :: UpdateWorkspaceBundle -> () #

Eq UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Hashable UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

type AWSResponse UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

type Rep UpdateWorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

type Rep UpdateWorkspaceBundle = D1 ('MetaData "UpdateWorkspaceBundle" "Amazonka.WorkSpaces.UpdateWorkspaceBundle" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "UpdateWorkspaceBundle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bundleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newUpdateWorkspaceBundle :: UpdateWorkspaceBundle Source #

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

UpdateWorkspaceBundle, updateWorkspaceBundle_bundleId - The identifier of the bundle.

UpdateWorkspaceBundle, updateWorkspaceBundle_imageId - The identifier of the image.

data UpdateWorkspaceBundleResponse Source #

See: newUpdateWorkspaceBundleResponse smart constructor.

Instances

Instances details
Generic UpdateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Associated Types

type Rep UpdateWorkspaceBundleResponse :: Type -> Type #

Read UpdateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Show UpdateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

NFData UpdateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

Eq UpdateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

type Rep UpdateWorkspaceBundleResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceBundle

type Rep UpdateWorkspaceBundleResponse = D1 ('MetaData "UpdateWorkspaceBundleResponse" "Amazonka.WorkSpaces.UpdateWorkspaceBundle" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "UpdateWorkspaceBundleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateWorkspaceBundleResponse Source #

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

UpdateWorkspaceImagePermission

data UpdateWorkspaceImagePermission Source #

See: newUpdateWorkspaceImagePermission smart constructor.

Instances

Instances details
ToJSON UpdateWorkspaceImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

ToHeaders UpdateWorkspaceImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

ToPath UpdateWorkspaceImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

ToQuery UpdateWorkspaceImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

AWSRequest UpdateWorkspaceImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

Generic UpdateWorkspaceImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

Associated Types

type Rep UpdateWorkspaceImagePermission :: Type -> Type #

Read UpdateWorkspaceImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

Show UpdateWorkspaceImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

NFData UpdateWorkspaceImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

Eq UpdateWorkspaceImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

Hashable UpdateWorkspaceImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

type AWSResponse UpdateWorkspaceImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

type Rep UpdateWorkspaceImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

type Rep UpdateWorkspaceImagePermission = D1 ('MetaData "UpdateWorkspaceImagePermission" "Amazonka.WorkSpaces.UpdateWorkspaceImagePermission" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "UpdateWorkspaceImagePermission'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "allowCopyImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "sharedAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateWorkspaceImagePermission Source #

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

UpdateWorkspaceImagePermission, updateWorkspaceImagePermission_imageId - The identifier of the image.

$sel:allowCopyImage:UpdateWorkspaceImagePermission', updateWorkspaceImagePermission_allowCopyImage - The permission to copy the image. This permission can be revoked only after an image has been shared.

UpdateWorkspaceImagePermission, updateWorkspaceImagePermission_sharedAccountId - The identifier of the Amazon Web Services account to share or unshare the image with.

Before sharing the image, confirm that you are sharing to the correct Amazon Web Services account ID.

data UpdateWorkspaceImagePermissionResponse Source #

Instances

Instances details
Generic UpdateWorkspaceImagePermissionResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

Read UpdateWorkspaceImagePermissionResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

Show UpdateWorkspaceImagePermissionResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

NFData UpdateWorkspaceImagePermissionResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

Eq UpdateWorkspaceImagePermissionResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

type Rep UpdateWorkspaceImagePermissionResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.UpdateWorkspaceImagePermission

type Rep UpdateWorkspaceImagePermissionResponse = D1 ('MetaData "UpdateWorkspaceImagePermissionResponse" "Amazonka.WorkSpaces.UpdateWorkspaceImagePermission" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "UpdateWorkspaceImagePermissionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateWorkspaceImagePermissionResponse Source #

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

Types

AccessPropertyValue

newtype AccessPropertyValue Source #

Instances

Instances details
FromJSON AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

FromJSONKey AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

ToJSON AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

ToJSONKey AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

ToByteString AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

ToHeader AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

ToLog AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

ToQuery AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

FromText AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

ToText AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

FromXML AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

ToXML AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

Generic AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

Associated Types

type Rep AccessPropertyValue :: Type -> Type #

Read AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

Show AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

NFData AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

Methods

rnf :: AccessPropertyValue -> () #

Eq AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

Ord AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

Hashable AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

type Rep AccessPropertyValue Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccessPropertyValue

type Rep AccessPropertyValue = D1 ('MetaData "AccessPropertyValue" "Amazonka.WorkSpaces.Types.AccessPropertyValue" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "AccessPropertyValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAccessPropertyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Application

newtype Application Source #

Constructors

Application' 

Instances

Instances details
FromJSON Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

FromJSONKey Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

ToJSON Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

ToJSONKey Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

ToByteString Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

ToHeader Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

ToLog Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

ToQuery Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

FromText Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

ToText Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

Methods

toText :: Application -> Text #

FromXML Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

ToXML Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

Methods

toXML :: Application -> XML #

Generic Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

Associated Types

type Rep Application :: Type -> Type #

Read Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

Show Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

NFData Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

Methods

rnf :: Application -> () #

Eq Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

Ord Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

Hashable Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

type Rep Application Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Application

type Rep Application = D1 ('MetaData "Application" "Amazonka.WorkSpaces.Types.Application" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "Application'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApplication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssociationStatus

newtype AssociationStatus Source #

Instances

Instances details
FromJSON AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

FromJSONKey AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

ToJSON AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

ToJSONKey AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

ToByteString AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

ToHeader AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

ToLog AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

ToQuery AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

FromText AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

ToText AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

FromXML AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

ToXML AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

Generic AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

Associated Types

type Rep AssociationStatus :: Type -> Type #

Read AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

Show AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

NFData AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

Methods

rnf :: AssociationStatus -> () #

Eq AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

Ord AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

Hashable AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

type Rep AssociationStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AssociationStatus

type Rep AssociationStatus = D1 ('MetaData "AssociationStatus" "Amazonka.WorkSpaces.Types.AssociationStatus" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "AssociationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssociationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BundleType

newtype BundleType Source #

Constructors

BundleType' 

Fields

Bundled Patterns

pattern BundleType_REGULAR :: BundleType 
pattern BundleType_STANDBY :: BundleType 

Instances

Instances details
FromJSON BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

FromJSONKey BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

ToJSON BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

ToJSONKey BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

ToByteString BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

ToHeader BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

ToLog BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

ToQuery BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

FromText BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

ToText BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

Methods

toText :: BundleType -> Text #

FromXML BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

ToXML BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

Methods

toXML :: BundleType -> XML #

Generic BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

Associated Types

type Rep BundleType :: Type -> Type #

Read BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

Show BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

NFData BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

Methods

rnf :: BundleType -> () #

Eq BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

Ord BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

Hashable BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

type Rep BundleType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.BundleType

type Rep BundleType = D1 ('MetaData "BundleType" "Amazonka.WorkSpaces.Types.BundleType" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "BundleType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBundleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CertificateBasedAuthStatusEnum

newtype CertificateBasedAuthStatusEnum Source #

Instances

Instances details
FromJSON CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

FromJSONKey CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

ToJSON CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

ToJSONKey CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

ToByteString CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

ToHeader CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

ToLog CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

ToQuery CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

FromText CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

ToText CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

FromXML CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

ToXML CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

Generic CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

Associated Types

type Rep CertificateBasedAuthStatusEnum :: Type -> Type #

Read CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

Show CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

NFData CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

Eq CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

Ord CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

Hashable CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

type Rep CertificateBasedAuthStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum

type Rep CertificateBasedAuthStatusEnum = D1 ('MetaData "CertificateBasedAuthStatusEnum" "Amazonka.WorkSpaces.Types.CertificateBasedAuthStatusEnum" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "CertificateBasedAuthStatusEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCertificateBasedAuthStatusEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ClientDeviceType

newtype ClientDeviceType Source #

Instances

Instances details
FromJSON ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

FromJSONKey ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

ToJSON ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

ToJSONKey ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

ToByteString ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

ToHeader ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

ToLog ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

ToQuery ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

FromText ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

ToText ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

FromXML ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

ToXML ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

Generic ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

Associated Types

type Rep ClientDeviceType :: Type -> Type #

Read ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

Show ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

NFData ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

Methods

rnf :: ClientDeviceType -> () #

Eq ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

Ord ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

Hashable ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

type Rep ClientDeviceType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientDeviceType

type Rep ClientDeviceType = D1 ('MetaData "ClientDeviceType" "Amazonka.WorkSpaces.Types.ClientDeviceType" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "ClientDeviceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromClientDeviceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Compute

newtype Compute Source #

Constructors

Compute' 

Fields

Instances

Instances details
FromJSON Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

FromJSONKey Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

ToJSON Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

ToJSONKey Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

ToByteString Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

Methods

toBS :: Compute -> ByteString #

ToHeader Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

Methods

toHeader :: HeaderName -> Compute -> [Header] #

ToLog Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

ToQuery Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

FromText Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

ToText Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

Methods

toText :: Compute -> Text #

FromXML Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

ToXML Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

Methods

toXML :: Compute -> XML #

Generic Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

Associated Types

type Rep Compute :: Type -> Type #

Methods

from :: Compute -> Rep Compute x #

to :: Rep Compute x -> Compute #

Read Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

Show Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

NFData Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

Methods

rnf :: Compute -> () #

Eq Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

Methods

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

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

Ord Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

Hashable Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

Methods

hashWithSalt :: Int -> Compute -> Int #

hash :: Compute -> Int #

type Rep Compute Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Compute

type Rep Compute = D1 ('MetaData "Compute" "Amazonka.WorkSpaces.Types.Compute" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "Compute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCompute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConnectionAliasState

newtype ConnectionAliasState Source #

Instances

Instances details
FromJSON ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

FromJSONKey ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

ToJSON ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

ToJSONKey ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

ToByteString ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

ToHeader ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

ToLog ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

ToQuery ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

FromText ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

ToText ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

FromXML ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

ToXML ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

Generic ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

Associated Types

type Rep ConnectionAliasState :: Type -> Type #

Read ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

Show ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

NFData ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

Methods

rnf :: ConnectionAliasState -> () #

Eq ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

Ord ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

Hashable ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

type Rep ConnectionAliasState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasState

type Rep ConnectionAliasState = D1 ('MetaData "ConnectionAliasState" "Amazonka.WorkSpaces.Types.ConnectionAliasState" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "ConnectionAliasState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConnectionAliasState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConnectionState

newtype ConnectionState Source #

Constructors

ConnectionState' 

Instances

Instances details
FromJSON ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

FromJSONKey ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

ToJSON ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

ToJSONKey ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

ToByteString ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

ToHeader ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

ToLog ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

ToQuery ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

FromText ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

ToText ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

FromXML ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

ToXML ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

Methods

toXML :: ConnectionState -> XML #

Generic ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

Associated Types

type Rep ConnectionState :: Type -> Type #

Read ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

Show ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

NFData ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

Methods

rnf :: ConnectionState -> () #

Eq ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

Ord ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

Hashable ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

type Rep ConnectionState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionState

type Rep ConnectionState = D1 ('MetaData "ConnectionState" "Amazonka.WorkSpaces.Types.ConnectionState" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "ConnectionState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConnectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DedicatedTenancyModificationStateEnum

newtype DedicatedTenancyModificationStateEnum Source #

Instances

Instances details
FromJSON DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

FromJSONKey DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

ToJSON DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

ToJSONKey DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

ToByteString DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

ToHeader DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

ToLog DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

ToQuery DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

FromText DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

ToText DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

FromXML DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

ToXML DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

Generic DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

Read DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

Show DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

NFData DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

Eq DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

Ord DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

Hashable DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

type Rep DedicatedTenancyModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum

type Rep DedicatedTenancyModificationStateEnum = D1 ('MetaData "DedicatedTenancyModificationStateEnum" "Amazonka.WorkSpaces.Types.DedicatedTenancyModificationStateEnum" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "DedicatedTenancyModificationStateEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDedicatedTenancyModificationStateEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DedicatedTenancySupportEnum

newtype DedicatedTenancySupportEnum Source #

Instances

Instances details
FromJSON DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

FromJSONKey DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

ToJSON DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

ToJSONKey DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

ToByteString DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

ToHeader DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

ToLog DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

ToQuery DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

FromText DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

ToText DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

FromXML DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

ToXML DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

Generic DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

Associated Types

type Rep DedicatedTenancySupportEnum :: Type -> Type #

Read DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

Show DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

NFData DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

Eq DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

Ord DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

Hashable DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

type Rep DedicatedTenancySupportEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum

type Rep DedicatedTenancySupportEnum = D1 ('MetaData "DedicatedTenancySupportEnum" "Amazonka.WorkSpaces.Types.DedicatedTenancySupportEnum" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "DedicatedTenancySupportEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDedicatedTenancySupportEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DedicatedTenancySupportResultEnum

newtype DedicatedTenancySupportResultEnum Source #

Instances

Instances details
FromJSON DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

FromJSONKey DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

ToJSON DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

ToJSONKey DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

ToByteString DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

ToHeader DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

ToLog DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

ToQuery DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

FromText DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

ToText DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

FromXML DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

ToXML DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

Generic DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

Associated Types

type Rep DedicatedTenancySupportResultEnum :: Type -> Type #

Read DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

Show DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

NFData DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

Eq DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

Ord DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

Hashable DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

type Rep DedicatedTenancySupportResultEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum

type Rep DedicatedTenancySupportResultEnum = D1 ('MetaData "DedicatedTenancySupportResultEnum" "Amazonka.WorkSpaces.Types.DedicatedTenancySupportResultEnum" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "DedicatedTenancySupportResultEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDedicatedTenancySupportResultEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeletableCertificateBasedAuthProperty

newtype DeletableCertificateBasedAuthProperty Source #

Instances

Instances details
FromJSON DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

FromJSONKey DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

ToJSON DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

ToJSONKey DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

ToByteString DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

ToHeader DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

ToLog DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

ToQuery DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

FromText DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

ToText DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

FromXML DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

ToXML DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

Generic DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

Read DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

Show DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

NFData DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

Eq DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

Ord DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

Hashable DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

type Rep DeletableCertificateBasedAuthProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty

type Rep DeletableCertificateBasedAuthProperty = D1 ('MetaData "DeletableCertificateBasedAuthProperty" "Amazonka.WorkSpaces.Types.DeletableCertificateBasedAuthProperty" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "DeletableCertificateBasedAuthProperty'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeletableCertificateBasedAuthProperty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeletableSamlProperty

newtype DeletableSamlProperty Source #

Instances

Instances details
FromJSON DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

FromJSONKey DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

ToJSON DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

ToJSONKey DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

ToByteString DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

ToHeader DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

ToLog DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

ToQuery DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

FromText DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

ToText DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

FromXML DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

ToXML DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

Generic DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

Associated Types

type Rep DeletableSamlProperty :: Type -> Type #

Read DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

Show DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

NFData DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

Methods

rnf :: DeletableSamlProperty -> () #

Eq DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

Ord DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

Hashable DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

type Rep DeletableSamlProperty Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DeletableSamlProperty

type Rep DeletableSamlProperty = D1 ('MetaData "DeletableSamlProperty" "Amazonka.WorkSpaces.Types.DeletableSamlProperty" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "DeletableSamlProperty'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeletableSamlProperty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageType

newtype ImageType Source #

Constructors

ImageType' 

Fields

Bundled Patterns

pattern ImageType_OWNED :: ImageType 
pattern ImageType_SHARED :: ImageType 

Instances

Instances details
FromJSON ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

FromJSONKey ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

ToJSON ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

ToJSONKey ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

ToByteString ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

Methods

toBS :: ImageType -> ByteString #

ToHeader ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

ToLog ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

ToQuery ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

FromText ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

ToText ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

Methods

toText :: ImageType -> Text #

FromXML ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

ToXML ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

Methods

toXML :: ImageType -> XML #

Generic ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

Associated Types

type Rep ImageType :: Type -> Type #

Read ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

Show ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

NFData ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

Methods

rnf :: ImageType -> () #

Eq ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

Ord ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

Hashable ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

type Rep ImageType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImageType

type Rep ImageType = D1 ('MetaData "ImageType" "Amazonka.WorkSpaces.Types.ImageType" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "ImageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LogUploadEnum

newtype LogUploadEnum Source #

Constructors

LogUploadEnum' 

Instances

Instances details
FromJSON LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

FromJSONKey LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

ToJSON LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

ToJSONKey LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

ToByteString LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

ToHeader LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

ToLog LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

ToQuery LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

FromText LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

ToText LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

Methods

toText :: LogUploadEnum -> Text #

FromXML LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

ToXML LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

Methods

toXML :: LogUploadEnum -> XML #

Generic LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

Associated Types

type Rep LogUploadEnum :: Type -> Type #

Read LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

Show LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

NFData LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

Methods

rnf :: LogUploadEnum -> () #

Eq LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

Ord LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

Hashable LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

type Rep LogUploadEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.LogUploadEnum

type Rep LogUploadEnum = D1 ('MetaData "LogUploadEnum" "Amazonka.WorkSpaces.Types.LogUploadEnum" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "LogUploadEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLogUploadEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModificationResourceEnum

newtype ModificationResourceEnum Source #

Instances

Instances details
FromJSON ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

FromJSONKey ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

ToJSON ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

ToJSONKey ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

ToByteString ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

ToHeader ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

ToLog ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

ToQuery ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

FromText ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

ToText ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

FromXML ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

ToXML ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

Generic ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

Associated Types

type Rep ModificationResourceEnum :: Type -> Type #

Read ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

Show ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

NFData ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

Eq ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

Ord ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

Hashable ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

type Rep ModificationResourceEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationResourceEnum

type Rep ModificationResourceEnum = D1 ('MetaData "ModificationResourceEnum" "Amazonka.WorkSpaces.Types.ModificationResourceEnum" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "ModificationResourceEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModificationResourceEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModificationStateEnum

newtype ModificationStateEnum Source #

Instances

Instances details
FromJSON ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

FromJSONKey ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

ToJSON ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

ToJSONKey ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

ToByteString ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

ToHeader ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

ToLog ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

ToQuery ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

FromText ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

ToText ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

FromXML ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

ToXML ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

Generic ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

Associated Types

type Rep ModificationStateEnum :: Type -> Type #

Read ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

Show ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

NFData ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

Methods

rnf :: ModificationStateEnum -> () #

Eq ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

Ord ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

Hashable ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

type Rep ModificationStateEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationStateEnum

type Rep ModificationStateEnum = D1 ('MetaData "ModificationStateEnum" "Amazonka.WorkSpaces.Types.ModificationStateEnum" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "ModificationStateEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModificationStateEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperatingSystemType

newtype OperatingSystemType Source #

Instances

Instances details
FromJSON OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

FromJSONKey OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

ToJSON OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

ToJSONKey OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

ToByteString OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

ToHeader OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

ToLog OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

ToQuery OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

FromText OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

ToText OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

FromXML OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

ToXML OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

Generic OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

Associated Types

type Rep OperatingSystemType :: Type -> Type #

Read OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

Show OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

NFData OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

Methods

rnf :: OperatingSystemType -> () #

Eq OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

Ord OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

Hashable OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

type Rep OperatingSystemType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystemType

type Rep OperatingSystemType = D1 ('MetaData "OperatingSystemType" "Amazonka.WorkSpaces.Types.OperatingSystemType" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "OperatingSystemType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperatingSystemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Protocol

newtype Protocol Source #

Constructors

Protocol' 

Fields

Bundled Patterns

pattern Protocol_PCOIP :: Protocol 
pattern Protocol_WSP :: Protocol 

Instances

Instances details
FromJSON Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

FromJSONKey Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

ToJSON Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

ToJSONKey Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

ToByteString Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

Methods

toBS :: Protocol -> ByteString #

ToHeader Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

Methods

toHeader :: HeaderName -> Protocol -> [Header] #

ToLog Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

ToQuery Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

FromText Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

ToText Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

Methods

toText :: Protocol -> Text #

FromXML Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

ToXML Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

Methods

toXML :: Protocol -> XML #

Generic Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

Associated Types

type Rep Protocol :: Type -> Type #

Methods

from :: Protocol -> Rep Protocol x #

to :: Rep Protocol x -> Protocol #

Read Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

Show Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

NFData Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

Methods

rnf :: Protocol -> () #

Eq Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

Ord Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

Hashable Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

Methods

hashWithSalt :: Int -> Protocol -> Int #

hash :: Protocol -> Int #

type Rep Protocol Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Protocol

type Rep Protocol = D1 ('MetaData "Protocol" "Amazonka.WorkSpaces.Types.Protocol" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "Protocol'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReconnectEnum

newtype ReconnectEnum Source #

Constructors

ReconnectEnum' 

Instances

Instances details
FromJSON ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

FromJSONKey ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

ToJSON ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

ToJSONKey ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

ToByteString ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

ToHeader ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

ToLog ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

ToQuery ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

FromText ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

ToText ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

Methods

toText :: ReconnectEnum -> Text #

FromXML ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

ToXML ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

Methods

toXML :: ReconnectEnum -> XML #

Generic ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

Associated Types

type Rep ReconnectEnum :: Type -> Type #

Read ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

Show ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

NFData ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

Methods

rnf :: ReconnectEnum -> () #

Eq ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

Ord ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

Hashable ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

type Rep ReconnectEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ReconnectEnum

type Rep ReconnectEnum = D1 ('MetaData "ReconnectEnum" "Amazonka.WorkSpaces.Types.ReconnectEnum" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "ReconnectEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReconnectEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RunningMode

newtype RunningMode Source #

Constructors

RunningMode' 

Instances

Instances details
FromJSON RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

FromJSONKey RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

ToJSON RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

ToJSONKey RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

ToByteString RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

ToHeader RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

ToLog RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

ToQuery RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

FromText RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

ToText RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

Methods

toText :: RunningMode -> Text #

FromXML RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

ToXML RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

Methods

toXML :: RunningMode -> XML #

Generic RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

Associated Types

type Rep RunningMode :: Type -> Type #

Read RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

Show RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

NFData RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

Methods

rnf :: RunningMode -> () #

Eq RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

Ord RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

Hashable RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

type Rep RunningMode Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RunningMode

type Rep RunningMode = D1 ('MetaData "RunningMode" "Amazonka.WorkSpaces.Types.RunningMode" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "RunningMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRunningMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SamlStatusEnum

newtype SamlStatusEnum Source #

Constructors

SamlStatusEnum' 

Instances

Instances details
FromJSON SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

FromJSONKey SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

ToJSON SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

ToJSONKey SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

ToByteString SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

ToHeader SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

ToLog SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

ToQuery SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

FromText SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

ToText SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

FromXML SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

ToXML SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

Methods

toXML :: SamlStatusEnum -> XML #

Generic SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

Associated Types

type Rep SamlStatusEnum :: Type -> Type #

Read SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

Show SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

NFData SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

Methods

rnf :: SamlStatusEnum -> () #

Eq SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

Ord SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

Hashable SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

type Rep SamlStatusEnum Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlStatusEnum

type Rep SamlStatusEnum = D1 ('MetaData "SamlStatusEnum" "Amazonka.WorkSpaces.Types.SamlStatusEnum" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "SamlStatusEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSamlStatusEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StandbyWorkspaceRelationshipType

newtype StandbyWorkspaceRelationshipType Source #

Instances

Instances details
FromJSON StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

FromJSONKey StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

ToJSON StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

ToJSONKey StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

ToByteString StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

ToHeader StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

ToLog StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

ToQuery StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

FromText StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

ToText StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

FromXML StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

ToXML StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

Generic StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

Associated Types

type Rep StandbyWorkspaceRelationshipType :: Type -> Type #

Read StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

Show StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

NFData StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

Eq StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

Ord StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

Hashable StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

type Rep StandbyWorkspaceRelationshipType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType

type Rep StandbyWorkspaceRelationshipType = D1 ('MetaData "StandbyWorkspaceRelationshipType" "Amazonka.WorkSpaces.Types.StandbyWorkspaceRelationshipType" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "StandbyWorkspaceRelationshipType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStandbyWorkspaceRelationshipType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetWorkspaceState

newtype TargetWorkspaceState Source #

Instances

Instances details
FromJSON TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

FromJSONKey TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

ToJSON TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

ToJSONKey TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

ToByteString TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

ToHeader TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

ToLog TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

ToQuery TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

FromText TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

ToText TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

FromXML TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

ToXML TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

Generic TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

Associated Types

type Rep TargetWorkspaceState :: Type -> Type #

Read TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

Show TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

NFData TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

Methods

rnf :: TargetWorkspaceState -> () #

Eq TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

Ord TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

Hashable TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

type Rep TargetWorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TargetWorkspaceState

type Rep TargetWorkspaceState = D1 ('MetaData "TargetWorkspaceState" "Amazonka.WorkSpaces.Types.TargetWorkspaceState" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "TargetWorkspaceState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetWorkspaceState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Tenancy

newtype Tenancy Source #

Constructors

Tenancy' 

Fields

Bundled Patterns

pattern Tenancy_DEDICATED :: Tenancy 
pattern Tenancy_SHARED :: Tenancy 

Instances

Instances details
FromJSON Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

FromJSONKey Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

ToJSON Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

ToJSONKey Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

ToByteString Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

Methods

toBS :: Tenancy -> ByteString #

ToHeader Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

Methods

toHeader :: HeaderName -> Tenancy -> [Header] #

ToLog Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

ToQuery Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

FromText Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

ToText Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

Methods

toText :: Tenancy -> Text #

FromXML Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

ToXML Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

Methods

toXML :: Tenancy -> XML #

Generic Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

Associated Types

type Rep Tenancy :: Type -> Type #

Methods

from :: Tenancy -> Rep Tenancy x #

to :: Rep Tenancy x -> Tenancy #

Read Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

Show Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

NFData Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

Methods

rnf :: Tenancy -> () #

Eq Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

Methods

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

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

Ord Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

Hashable Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

Methods

hashWithSalt :: Int -> Tenancy -> Int #

hash :: Tenancy -> Int #

type Rep Tenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tenancy

type Rep Tenancy = D1 ('MetaData "Tenancy" "Amazonka.WorkSpaces.Types.Tenancy" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "Tenancy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTenancy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorkspaceBundleState

newtype WorkspaceBundleState Source #

Instances

Instances details
FromJSON WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

FromJSONKey WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

ToJSON WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

ToJSONKey WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

ToByteString WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

ToHeader WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

ToLog WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

ToQuery WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

FromText WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

ToText WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

FromXML WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

ToXML WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

Generic WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

Associated Types

type Rep WorkspaceBundleState :: Type -> Type #

Read WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

Show WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

NFData WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

Methods

rnf :: WorkspaceBundleState -> () #

Eq WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

Ord WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

Hashable WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

type Rep WorkspaceBundleState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundleState

type Rep WorkspaceBundleState = D1 ('MetaData "WorkspaceBundleState" "Amazonka.WorkSpaces.Types.WorkspaceBundleState" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "WorkspaceBundleState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorkspaceBundleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorkspaceDirectoryState

newtype WorkspaceDirectoryState Source #

Instances

Instances details
FromJSON WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

FromJSONKey WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

ToJSON WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

ToJSONKey WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

ToByteString WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

ToHeader WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

ToLog WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

ToQuery WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

FromText WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

ToText WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

FromXML WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

ToXML WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

Generic WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

Associated Types

type Rep WorkspaceDirectoryState :: Type -> Type #

Read WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

Show WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

NFData WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

Methods

rnf :: WorkspaceDirectoryState -> () #

Eq WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

Ord WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

Hashable WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

type Rep WorkspaceDirectoryState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryState

type Rep WorkspaceDirectoryState = D1 ('MetaData "WorkspaceDirectoryState" "Amazonka.WorkSpaces.Types.WorkspaceDirectoryState" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "WorkspaceDirectoryState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorkspaceDirectoryState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorkspaceDirectoryType

newtype WorkspaceDirectoryType Source #

Instances

Instances details
FromJSON WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

FromJSONKey WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

ToJSON WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

ToJSONKey WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

ToByteString WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

ToHeader WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

ToLog WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

ToQuery WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

FromText WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

ToText WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

FromXML WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

ToXML WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

Generic WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

Associated Types

type Rep WorkspaceDirectoryType :: Type -> Type #

Read WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

Show WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

NFData WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

Methods

rnf :: WorkspaceDirectoryType -> () #

Eq WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

Ord WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

Hashable WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

type Rep WorkspaceDirectoryType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectoryType

type Rep WorkspaceDirectoryType = D1 ('MetaData "WorkspaceDirectoryType" "Amazonka.WorkSpaces.Types.WorkspaceDirectoryType" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "WorkspaceDirectoryType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorkspaceDirectoryType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorkspaceImageIngestionProcess

newtype WorkspaceImageIngestionProcess Source #

Instances

Instances details
FromJSON WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

FromJSONKey WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

ToJSON WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

ToJSONKey WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

ToByteString WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

ToHeader WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

ToLog WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

ToQuery WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

FromText WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

ToText WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

FromXML WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

ToXML WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

Generic WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

Associated Types

type Rep WorkspaceImageIngestionProcess :: Type -> Type #

Read WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

Show WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

NFData WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

Eq WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

Ord WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

Hashable WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

type Rep WorkspaceImageIngestionProcess Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess

type Rep WorkspaceImageIngestionProcess = D1 ('MetaData "WorkspaceImageIngestionProcess" "Amazonka.WorkSpaces.Types.WorkspaceImageIngestionProcess" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "WorkspaceImageIngestionProcess'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorkspaceImageIngestionProcess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorkspaceImageRequiredTenancy

newtype WorkspaceImageRequiredTenancy Source #

Instances

Instances details
FromJSON WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

FromJSONKey WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

ToJSON WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

ToJSONKey WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

ToByteString WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

ToHeader WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

ToLog WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

ToQuery WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

FromText WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

ToText WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

FromXML WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

ToXML WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

Generic WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

Associated Types

type Rep WorkspaceImageRequiredTenancy :: Type -> Type #

Read WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

Show WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

NFData WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

Eq WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

Ord WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

Hashable WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

type Rep WorkspaceImageRequiredTenancy Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy

type Rep WorkspaceImageRequiredTenancy = D1 ('MetaData "WorkspaceImageRequiredTenancy" "Amazonka.WorkSpaces.Types.WorkspaceImageRequiredTenancy" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "WorkspaceImageRequiredTenancy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorkspaceImageRequiredTenancy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorkspaceImageState

newtype WorkspaceImageState Source #

Instances

Instances details
FromJSON WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

FromJSONKey WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

ToJSON WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

ToJSONKey WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

ToByteString WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

ToHeader WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

ToLog WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

ToQuery WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

FromText WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

ToText WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

FromXML WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

ToXML WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

Generic WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

Associated Types

type Rep WorkspaceImageState :: Type -> Type #

Read WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

Show WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

NFData WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

Methods

rnf :: WorkspaceImageState -> () #

Eq WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

Ord WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

Hashable WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

type Rep WorkspaceImageState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImageState

type Rep WorkspaceImageState = D1 ('MetaData "WorkspaceImageState" "Amazonka.WorkSpaces.Types.WorkspaceImageState" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "WorkspaceImageState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorkspaceImageState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorkspaceState

newtype WorkspaceState Source #

Constructors

WorkspaceState' 

Instances

Instances details
FromJSON WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

FromJSONKey WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

ToJSON WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

ToJSONKey WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

ToByteString WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

ToHeader WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

ToLog WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

ToQuery WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

FromText WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

ToText WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

FromXML WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

ToXML WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

Methods

toXML :: WorkspaceState -> XML #

Generic WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

Associated Types

type Rep WorkspaceState :: Type -> Type #

Read WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

Show WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

NFData WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

Methods

rnf :: WorkspaceState -> () #

Eq WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

Ord WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

Hashable WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

type Rep WorkspaceState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceState

type Rep WorkspaceState = D1 ('MetaData "WorkspaceState" "Amazonka.WorkSpaces.Types.WorkspaceState" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'True) (C1 ('MetaCons "WorkspaceState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorkspaceState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccountModification

data AccountModification Source #

Describes a modification to the configuration of Bring Your Own License (BYOL) for the specified account.

See: newAccountModification smart constructor.

Instances

Instances details
FromJSON AccountModification Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccountModification

Generic AccountModification Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccountModification

Associated Types

type Rep AccountModification :: Type -> Type #

Read AccountModification Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccountModification

Show AccountModification Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccountModification

NFData AccountModification Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccountModification

Methods

rnf :: AccountModification -> () #

Eq AccountModification Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccountModification

Hashable AccountModification Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccountModification

type Rep AccountModification Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.AccountModification

type Rep AccountModification = D1 ('MetaData "AccountModification" "Amazonka.WorkSpaces.Types.AccountModification" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "AccountModification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dedicatedTenancyManagementCidrRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dedicatedTenancySupport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DedicatedTenancySupportResultEnum)) :*: S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "modificationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DedicatedTenancyModificationStateEnum)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newAccountModification :: AccountModification Source #

Create a value of AccountModification 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:dedicatedTenancyManagementCidrRange:AccountModification', accountModification_dedicatedTenancyManagementCidrRange - The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account.

$sel:dedicatedTenancySupport:AccountModification', accountModification_dedicatedTenancySupport - The status of BYOL (whether BYOL is being enabled or disabled).

$sel:errorCode:AccountModification', accountModification_errorCode - The error code that is returned if the configuration of BYOL cannot be modified.

$sel:errorMessage:AccountModification', accountModification_errorMessage - The text of the error message that is returned if the configuration of BYOL cannot be modified.

$sel:modificationState:AccountModification', accountModification_modificationState - The state of the modification to the configuration of BYOL.

$sel:startTime:AccountModification', accountModification_startTime - The timestamp when the modification of the BYOL configuration was started.

CertificateBasedAuthProperties

data CertificateBasedAuthProperties Source #

Describes the properties of the certificate-based authentication you want to use with your WorkSpaces.

See: newCertificateBasedAuthProperties smart constructor.

Instances

Instances details
FromJSON CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthProperties

ToJSON CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthProperties

Generic CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthProperties

Associated Types

type Rep CertificateBasedAuthProperties :: Type -> Type #

Read CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthProperties

Show CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthProperties

NFData CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthProperties

Eq CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthProperties

Hashable CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthProperties

type Rep CertificateBasedAuthProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.CertificateBasedAuthProperties

type Rep CertificateBasedAuthProperties = D1 ('MetaData "CertificateBasedAuthProperties" "Amazonka.WorkSpaces.Types.CertificateBasedAuthProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "CertificateBasedAuthProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateAuthorityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CertificateBasedAuthStatusEnum))))

newCertificateBasedAuthProperties :: CertificateBasedAuthProperties Source #

Create a value of CertificateBasedAuthProperties 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:certificateAuthorityArn:CertificateBasedAuthProperties', certificateBasedAuthProperties_certificateAuthorityArn - The Amazon Resource Name (ARN) of the Amazon Web Services Certificate Manager Private CA resource.

$sel:status:CertificateBasedAuthProperties', certificateBasedAuthProperties_status - The status of the certificate-based authentication properties.

ClientProperties

data ClientProperties Source #

Describes an Amazon WorkSpaces client.

See: newClientProperties smart constructor.

Instances

Instances details
FromJSON ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

ToJSON ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

Generic ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

Associated Types

type Rep ClientProperties :: Type -> Type #

Read ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

Show ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

NFData ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

Methods

rnf :: ClientProperties -> () #

Eq ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

Hashable ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

type Rep ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

type Rep ClientProperties = D1 ('MetaData "ClientProperties" "Amazonka.WorkSpaces.Types.ClientProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ClientProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logUploadEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogUploadEnum)) :*: S1 ('MetaSel ('Just "reconnectEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReconnectEnum))))

newClientProperties :: ClientProperties Source #

Create a value of ClientProperties 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:logUploadEnabled:ClientProperties', clientProperties_logUploadEnabled - Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.

$sel:reconnectEnabled:ClientProperties', clientProperties_reconnectEnabled - Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.

ClientPropertiesResult

data ClientPropertiesResult Source #

Information about the Amazon WorkSpaces client.

See: newClientPropertiesResult smart constructor.

Instances

Instances details
FromJSON ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

Generic ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

Associated Types

type Rep ClientPropertiesResult :: Type -> Type #

Read ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

Show ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

NFData ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

Methods

rnf :: ClientPropertiesResult -> () #

Eq ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

Hashable ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

type Rep ClientPropertiesResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientPropertiesResult

type Rep ClientPropertiesResult = D1 ('MetaData "ClientPropertiesResult" "Amazonka.WorkSpaces.Types.ClientPropertiesResult" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ClientPropertiesResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClientProperties)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newClientPropertiesResult :: ClientPropertiesResult Source #

Create a value of ClientPropertiesResult 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:clientProperties:ClientPropertiesResult', clientPropertiesResult_clientProperties - Information about the Amazon WorkSpaces client.

$sel:resourceId:ClientPropertiesResult', clientPropertiesResult_resourceId - The resource identifier, in the form of a directory ID.

ComputeType

data ComputeType Source #

Describes the compute type of the bundle.

See: newComputeType smart constructor.

Constructors

ComputeType' (Maybe Compute) 

Instances

Instances details
FromJSON ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

ToJSON ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

Generic ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

Associated Types

type Rep ComputeType :: Type -> Type #

Read ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

Show ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

NFData ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

Methods

rnf :: ComputeType -> () #

Eq ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

Hashable ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

type Rep ComputeType Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ComputeType

type Rep ComputeType = D1 ('MetaData "ComputeType" "Amazonka.WorkSpaces.Types.ComputeType" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ComputeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Compute))))

newComputeType :: ComputeType Source #

Create a value of ComputeType 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:name:ComputeType', computeType_name - The compute type.

ConnectClientAddIn

data ConnectClientAddIn Source #

Describes an Amazon Connect client add-in.

See: newConnectClientAddIn smart constructor.

Instances

Instances details
FromJSON ConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectClientAddIn

Generic ConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectClientAddIn

Associated Types

type Rep ConnectClientAddIn :: Type -> Type #

Read ConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectClientAddIn

Show ConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectClientAddIn

NFData ConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectClientAddIn

Methods

rnf :: ConnectClientAddIn -> () #

Eq ConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectClientAddIn

Hashable ConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectClientAddIn

type Rep ConnectClientAddIn Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectClientAddIn

type Rep ConnectClientAddIn = D1 ('MetaData "ConnectClientAddIn" "Amazonka.WorkSpaces.Types.ConnectClientAddIn" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ConnectClientAddIn'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "addInId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newConnectClientAddIn :: ConnectClientAddIn Source #

Create a value of ConnectClientAddIn 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:addInId:ConnectClientAddIn', connectClientAddIn_addInId - The client add-in identifier.

$sel:name:ConnectClientAddIn', connectClientAddIn_name - The name of the client add in.

$sel:resourceId:ConnectClientAddIn', connectClientAddIn_resourceId - The directory identifier for which the client add-in is configured.

$sel:url:ConnectClientAddIn', connectClientAddIn_url - The endpoint URL of the client add-in.

ConnectionAlias

data ConnectionAlias Source #

Describes a connection alias. Connection aliases are used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.

See: newConnectionAlias smart constructor.

Instances

Instances details
FromJSON ConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAlias

Generic ConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAlias

Associated Types

type Rep ConnectionAlias :: Type -> Type #

Read ConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAlias

Show ConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAlias

NFData ConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAlias

Methods

rnf :: ConnectionAlias -> () #

Eq ConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAlias

Hashable ConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAlias

type Rep ConnectionAlias Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAlias

type Rep ConnectionAlias = D1 ('MetaData "ConnectionAlias" "Amazonka.WorkSpaces.Types.ConnectionAlias" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ConnectionAlias'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aliasId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "associations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ConnectionAliasAssociation)))) :*: (S1 ('MetaSel ('Just "connectionString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ownerAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionAliasState))))))

newConnectionAlias :: ConnectionAlias Source #

Create a value of ConnectionAlias 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:aliasId:ConnectionAlias', connectionAlias_aliasId - The identifier of the connection alias.

$sel:associations:ConnectionAlias', connectionAlias_associations - The association status of the connection alias.

$sel:connectionString:ConnectionAlias', connectionAlias_connectionString - The connection string specified for the connection alias. The connection string must be in the form of a fully qualified domain name (FQDN), such as www.example.com.

$sel:ownerAccountId:ConnectionAlias', connectionAlias_ownerAccountId - The identifier of the Amazon Web Services account that owns the connection alias.

$sel:state:ConnectionAlias', connectionAlias_state - The current state of the connection alias.

ConnectionAliasAssociation

data ConnectionAliasAssociation Source #

Describes a connection alias association that is used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.

See: newConnectionAliasAssociation smart constructor.

Instances

Instances details
FromJSON ConnectionAliasAssociation Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasAssociation

Generic ConnectionAliasAssociation Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasAssociation

Associated Types

type Rep ConnectionAliasAssociation :: Type -> Type #

Read ConnectionAliasAssociation Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasAssociation

Show ConnectionAliasAssociation Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasAssociation

NFData ConnectionAliasAssociation Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasAssociation

Eq ConnectionAliasAssociation Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasAssociation

Hashable ConnectionAliasAssociation Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasAssociation

type Rep ConnectionAliasAssociation Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasAssociation

type Rep ConnectionAliasAssociation = D1 ('MetaData "ConnectionAliasAssociation" "Amazonka.WorkSpaces.Types.ConnectionAliasAssociation" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ConnectionAliasAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "associatedAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "associationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssociationStatus))) :*: (S1 ('MetaSel ('Just "connectionIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newConnectionAliasAssociation :: ConnectionAliasAssociation Source #

Create a value of ConnectionAliasAssociation 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:associatedAccountId:ConnectionAliasAssociation', connectionAliasAssociation_associatedAccountId - The identifier of the Amazon Web Services account that associated the connection alias with a directory.

$sel:associationStatus:ConnectionAliasAssociation', connectionAliasAssociation_associationStatus - The association status of the connection alias.

$sel:connectionIdentifier:ConnectionAliasAssociation', connectionAliasAssociation_connectionIdentifier - The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.

$sel:resourceId:ConnectionAliasAssociation', connectionAliasAssociation_resourceId - The identifier of the directory associated with a connection alias.

ConnectionAliasPermission

data ConnectionAliasPermission Source #

Describes the permissions for a connection alias. Connection aliases are used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.

See: newConnectionAliasPermission smart constructor.

Instances

Instances details
FromJSON ConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasPermission

ToJSON ConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasPermission

Generic ConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasPermission

Associated Types

type Rep ConnectionAliasPermission :: Type -> Type #

Read ConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasPermission

Show ConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasPermission

NFData ConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasPermission

Eq ConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasPermission

Hashable ConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasPermission

type Rep ConnectionAliasPermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ConnectionAliasPermission

type Rep ConnectionAliasPermission = D1 ('MetaData "ConnectionAliasPermission" "Amazonka.WorkSpaces.Types.ConnectionAliasPermission" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ConnectionAliasPermission'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sharedAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "allowAssociation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newConnectionAliasPermission Source #

Create a value of ConnectionAliasPermission 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:sharedAccountId:ConnectionAliasPermission', connectionAliasPermission_sharedAccountId - The identifier of the Amazon Web Services account that the connection alias is shared with.

$sel:allowAssociation:ConnectionAliasPermission', connectionAliasPermission_allowAssociation - Indicates whether the specified Amazon Web Services account is allowed to associate the connection alias with a directory.

DefaultClientBrandingAttributes

data DefaultClientBrandingAttributes Source #

Returns default client branding attributes that were imported. These attributes display on the client login screen.

Client branding attributes are public facing. Ensure that you don't include sensitive information.

See: newDefaultClientBrandingAttributes smart constructor.

Instances

Instances details
FromJSON DefaultClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultClientBrandingAttributes

Generic DefaultClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultClientBrandingAttributes

Associated Types

type Rep DefaultClientBrandingAttributes :: Type -> Type #

Read DefaultClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultClientBrandingAttributes

Show DefaultClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultClientBrandingAttributes

NFData DefaultClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultClientBrandingAttributes

Eq DefaultClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultClientBrandingAttributes

Hashable DefaultClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultClientBrandingAttributes

type Rep DefaultClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultClientBrandingAttributes

type Rep DefaultClientBrandingAttributes = D1 ('MetaData "DefaultClientBrandingAttributes" "Amazonka.WorkSpaces.Types.DefaultClientBrandingAttributes" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DefaultClientBrandingAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "forgotPasswordLink") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "loginMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "logoUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "supportEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportLink") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDefaultClientBrandingAttributes :: DefaultClientBrandingAttributes Source #

Create a value of DefaultClientBrandingAttributes 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:forgotPasswordLink:DefaultClientBrandingAttributes', defaultClientBrandingAttributes_forgotPasswordLink - The forgotten password link. This is the web address that users can go to if they forget the password for their WorkSpace.

$sel:loginMessage:DefaultClientBrandingAttributes', defaultClientBrandingAttributes_loginMessage - The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is en_US. The HTML tags supported include the following: a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul.

$sel:logoUrl:DefaultClientBrandingAttributes', defaultClientBrandingAttributes_logoUrl - The logo. The only image format accepted is a binary data object that is converted from a .png file.

$sel:supportEmail:DefaultClientBrandingAttributes', defaultClientBrandingAttributes_supportEmail - The support email. The company's customer support email address.

  • In each platform type, the SupportEmail and SupportLink parameters are mutually exclusive. You can specify one parameter for each platform type, but not both.
  • The default email is workspaces-feedback@amazon.com.

$sel:supportLink:DefaultClientBrandingAttributes', defaultClientBrandingAttributes_supportLink - The support link. The link for the company's customer support page for their WorkSpace.

  • In each platform type, the SupportEmail and SupportLink parameters are mutually exclusive.You can specify one parameter for each platform type, but not both.
  • The default support link is workspaces-feedback@amazon.com.

DefaultImportClientBrandingAttributes

data DefaultImportClientBrandingAttributes Source #

The default client branding attributes to be imported. These attributes display on the client login screen.

Client branding attributes are public facing. Ensure that you do not include sensitive information.

See: newDefaultImportClientBrandingAttributes smart constructor.

Instances

Instances details
ToJSON DefaultImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultImportClientBrandingAttributes

Generic DefaultImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultImportClientBrandingAttributes

Read DefaultImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultImportClientBrandingAttributes

Show DefaultImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultImportClientBrandingAttributes

NFData DefaultImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultImportClientBrandingAttributes

Eq DefaultImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultImportClientBrandingAttributes

Hashable DefaultImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultImportClientBrandingAttributes

type Rep DefaultImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultImportClientBrandingAttributes

type Rep DefaultImportClientBrandingAttributes = D1 ('MetaData "DefaultImportClientBrandingAttributes" "Amazonka.WorkSpaces.Types.DefaultImportClientBrandingAttributes" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DefaultImportClientBrandingAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "forgotPasswordLink") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "loginMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "logo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: (S1 ('MetaSel ('Just "supportEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportLink") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDefaultImportClientBrandingAttributes :: DefaultImportClientBrandingAttributes Source #

Create a value of DefaultImportClientBrandingAttributes 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:forgotPasswordLink:DefaultImportClientBrandingAttributes', defaultImportClientBrandingAttributes_forgotPasswordLink - The forgotten password link. This is the web address that users can go to if they forget the password for their WorkSpace.

$sel:loginMessage:DefaultImportClientBrandingAttributes', defaultImportClientBrandingAttributes_loginMessage - The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is en_US. The HTML tags supported include the following: a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul.

$sel:logo:DefaultImportClientBrandingAttributes', defaultImportClientBrandingAttributes_logo - The logo. The only image format accepted is a binary data object that is converted from a .png file.-- -- 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:supportEmail:DefaultImportClientBrandingAttributes', defaultImportClientBrandingAttributes_supportEmail - The support email. The company's customer support email address.

  • In each platform type, the SupportEmail and SupportLink parameters are mutually exclusive. You can specify one parameter for each platform type, but not both.
  • The default email is workspaces-feedback@amazon.com.

$sel:supportLink:DefaultImportClientBrandingAttributes', defaultImportClientBrandingAttributes_supportLink - The support link. The link for the company's customer support page for their WorkSpace.

  • In each platform type, the SupportEmail and SupportLink parameters are mutually exclusive. You can specify one parameter for each platform type, but not both.
  • The default support link is workspaces-feedback@amazon.com.

DefaultWorkspaceCreationProperties

data DefaultWorkspaceCreationProperties Source #

Describes the default values that are used to create WorkSpaces. For more information, see Update Directory Details for Your WorkSpaces.

See: newDefaultWorkspaceCreationProperties smart constructor.

Instances

Instances details
FromJSON DefaultWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultWorkspaceCreationProperties

Generic DefaultWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultWorkspaceCreationProperties

Associated Types

type Rep DefaultWorkspaceCreationProperties :: Type -> Type #

Read DefaultWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultWorkspaceCreationProperties

Show DefaultWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultWorkspaceCreationProperties

NFData DefaultWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultWorkspaceCreationProperties

Eq DefaultWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultWorkspaceCreationProperties

Hashable DefaultWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultWorkspaceCreationProperties

type Rep DefaultWorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.DefaultWorkspaceCreationProperties

type Rep DefaultWorkspaceCreationProperties = D1 ('MetaData "DefaultWorkspaceCreationProperties" "Amazonka.WorkSpaces.Types.DefaultWorkspaceCreationProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DefaultWorkspaceCreationProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "customSecurityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultOu") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enableInternetAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "enableMaintenanceMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "enableWorkDocs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "userEnabledAsLocalAdministrator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newDefaultWorkspaceCreationProperties :: DefaultWorkspaceCreationProperties Source #

Create a value of DefaultWorkspaceCreationProperties 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:customSecurityGroupId:DefaultWorkspaceCreationProperties', defaultWorkspaceCreationProperties_customSecurityGroupId - The identifier of the default security group to apply to WorkSpaces when they are created. For more information, see Security Groups for Your WorkSpaces.

$sel:defaultOu:DefaultWorkspaceCreationProperties', defaultWorkspaceCreationProperties_defaultOu - The organizational unit (OU) in the directory for the WorkSpace machine accounts.

$sel:enableInternetAccess:DefaultWorkspaceCreationProperties', defaultWorkspaceCreationProperties_enableInternetAccess - Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory by default. If enabled, the Elastic public IP address allows outbound internet access from your WorkSpaces when you’re using an internet gateway in the Amazon VPC in which your WorkSpaces are located. If you're using a Network Address Translation (NAT) gateway for outbound internet access from your VPC, or if your WorkSpaces are in public subnets and you manually assign them Elastic IP addresses, you should disable this setting. This setting applies to new WorkSpaces that you launch or to existing WorkSpaces that you rebuild. For more information, see Configure a VPC for Amazon WorkSpaces.

$sel:enableMaintenanceMode:DefaultWorkspaceCreationProperties', defaultWorkspaceCreationProperties_enableMaintenanceMode - Specifies whether maintenance mode is enabled for WorkSpaces. For more information, see WorkSpace Maintenance.

$sel:enableWorkDocs:DefaultWorkspaceCreationProperties', defaultWorkspaceCreationProperties_enableWorkDocs - Specifies whether the directory is enabled for Amazon WorkDocs.

$sel:userEnabledAsLocalAdministrator:DefaultWorkspaceCreationProperties', defaultWorkspaceCreationProperties_userEnabledAsLocalAdministrator - Specifies whether WorkSpace users are local administrators on their WorkSpaces.

FailedCreateStandbyWorkspacesRequest

data FailedCreateStandbyWorkspacesRequest Source #

Describes the Standby WorkSpace that could not be created.

See: newFailedCreateStandbyWorkspacesRequest smart constructor.

Instances

Instances details
FromJSON FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

Generic FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

Read FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

Show FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

NFData FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

Eq FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

Hashable FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

type Rep FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

type Rep FailedCreateStandbyWorkspacesRequest = D1 ('MetaData "FailedCreateStandbyWorkspacesRequest" "Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "FailedCreateStandbyWorkspacesRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "standbyWorkspaceRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StandbyWorkspace)))))

newFailedCreateStandbyWorkspacesRequest :: FailedCreateStandbyWorkspacesRequest Source #

Create a value of FailedCreateStandbyWorkspacesRequest 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:errorCode:FailedCreateStandbyWorkspacesRequest', failedCreateStandbyWorkspacesRequest_errorCode - The error code that is returned if the Standby WorkSpace could not be created.

$sel:errorMessage:FailedCreateStandbyWorkspacesRequest', failedCreateStandbyWorkspacesRequest_errorMessage - The text of the error message that is returned if the Standby WorkSpace could not be created.

$sel:standbyWorkspaceRequest:FailedCreateStandbyWorkspacesRequest', failedCreateStandbyWorkspacesRequest_standbyWorkspaceRequest - Information about the Standby WorkSpace that could not be created.

FailedCreateWorkspaceRequest

data FailedCreateWorkspaceRequest Source #

Describes a WorkSpace that cannot be created.

See: newFailedCreateWorkspaceRequest smart constructor.

Instances

Instances details
FromJSON FailedCreateWorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateWorkspaceRequest

Generic FailedCreateWorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateWorkspaceRequest

Associated Types

type Rep FailedCreateWorkspaceRequest :: Type -> Type #

Read FailedCreateWorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateWorkspaceRequest

Show FailedCreateWorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateWorkspaceRequest

NFData FailedCreateWorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateWorkspaceRequest

Eq FailedCreateWorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateWorkspaceRequest

Hashable FailedCreateWorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateWorkspaceRequest

type Rep FailedCreateWorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateWorkspaceRequest

type Rep FailedCreateWorkspaceRequest = D1 ('MetaData "FailedCreateWorkspaceRequest" "Amazonka.WorkSpaces.Types.FailedCreateWorkspaceRequest" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "FailedCreateWorkspaceRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkspaceRequest)))))

newFailedCreateWorkspaceRequest :: FailedCreateWorkspaceRequest Source #

Create a value of FailedCreateWorkspaceRequest 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:errorCode:FailedCreateWorkspaceRequest', failedCreateWorkspaceRequest_errorCode - The error code that is returned if the WorkSpace cannot be created.

$sel:errorMessage:FailedCreateWorkspaceRequest', failedCreateWorkspaceRequest_errorMessage - The text of the error message that is returned if the WorkSpace cannot be created.

$sel:workspaceRequest:FailedCreateWorkspaceRequest', failedCreateWorkspaceRequest_workspaceRequest - Information about the WorkSpace.

FailedWorkspaceChangeRequest

data FailedWorkspaceChangeRequest Source #

Describes a WorkSpace that could not be rebooted. (RebootWorkspaces), rebuilt (RebuildWorkspaces), restored (RestoreWorkspace), terminated (TerminateWorkspaces), started (StartWorkspaces), or stopped (StopWorkspaces).

See: newFailedWorkspaceChangeRequest smart constructor.

Instances

Instances details
FromJSON FailedWorkspaceChangeRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedWorkspaceChangeRequest

Generic FailedWorkspaceChangeRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedWorkspaceChangeRequest

Associated Types

type Rep FailedWorkspaceChangeRequest :: Type -> Type #

Read FailedWorkspaceChangeRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedWorkspaceChangeRequest

Show FailedWorkspaceChangeRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedWorkspaceChangeRequest

NFData FailedWorkspaceChangeRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedWorkspaceChangeRequest

Eq FailedWorkspaceChangeRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedWorkspaceChangeRequest

Hashable FailedWorkspaceChangeRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedWorkspaceChangeRequest

type Rep FailedWorkspaceChangeRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedWorkspaceChangeRequest

type Rep FailedWorkspaceChangeRequest = D1 ('MetaData "FailedWorkspaceChangeRequest" "Amazonka.WorkSpaces.Types.FailedWorkspaceChangeRequest" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "FailedWorkspaceChangeRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFailedWorkspaceChangeRequest :: FailedWorkspaceChangeRequest Source #

Create a value of FailedWorkspaceChangeRequest 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:errorCode:FailedWorkspaceChangeRequest', failedWorkspaceChangeRequest_errorCode - The error code that is returned if the WorkSpace cannot be rebooted.

$sel:errorMessage:FailedWorkspaceChangeRequest', failedWorkspaceChangeRequest_errorMessage - The text of the error message that is returned if the WorkSpace cannot be rebooted.

$sel:workspaceId:FailedWorkspaceChangeRequest', failedWorkspaceChangeRequest_workspaceId - The identifier of the WorkSpace.

ImagePermission

data ImagePermission Source #

Describes the Amazon Web Services accounts that have been granted permission to use a shared image. For more information about sharing images, see Share or Unshare a Custom WorkSpaces Image.

See: newImagePermission smart constructor.

Constructors

ImagePermission' (Maybe Text) 

Instances

Instances details
FromJSON ImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImagePermission

Generic ImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImagePermission

Associated Types

type Rep ImagePermission :: Type -> Type #

Read ImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImagePermission

Show ImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImagePermission

NFData ImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImagePermission

Methods

rnf :: ImagePermission -> () #

Eq ImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImagePermission

Hashable ImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImagePermission

type Rep ImagePermission Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ImagePermission

type Rep ImagePermission = D1 ('MetaData "ImagePermission" "Amazonka.WorkSpaces.Types.ImagePermission" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ImagePermission'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sharedAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newImagePermission :: ImagePermission Source #

Create a value of ImagePermission 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:sharedAccountId:ImagePermission', imagePermission_sharedAccountId - The identifier of the Amazon Web Services account that an image has been shared with.

IosClientBrandingAttributes

data IosClientBrandingAttributes Source #

The client branding attributes for iOS device types. These attributes are displayed on the iOS client login screen only.

Client branding attributes are public facing. Ensure you do not include sensitive information.

See: newIosClientBrandingAttributes smart constructor.

Instances

Instances details
FromJSON IosClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosClientBrandingAttributes

Generic IosClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosClientBrandingAttributes

Associated Types

type Rep IosClientBrandingAttributes :: Type -> Type #

Read IosClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosClientBrandingAttributes

Show IosClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosClientBrandingAttributes

NFData IosClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosClientBrandingAttributes

Eq IosClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosClientBrandingAttributes

Hashable IosClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosClientBrandingAttributes

type Rep IosClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosClientBrandingAttributes

type Rep IosClientBrandingAttributes = D1 ('MetaData "IosClientBrandingAttributes" "Amazonka.WorkSpaces.Types.IosClientBrandingAttributes" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "IosClientBrandingAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "forgotPasswordLink") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "loginMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "logo2xUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "logo3xUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logoUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "supportEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportLink") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newIosClientBrandingAttributes :: IosClientBrandingAttributes Source #

Create a value of IosClientBrandingAttributes 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:forgotPasswordLink:IosClientBrandingAttributes', iosClientBrandingAttributes_forgotPasswordLink - The forgotten password link. This is the web address that users can go to if they forget the password for their WorkSpace.

$sel:loginMessage:IosClientBrandingAttributes', iosClientBrandingAttributes_loginMessage - The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is en_US. The HTML tags supported include the following: a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul.

$sel:logo2xUrl:IosClientBrandingAttributes', iosClientBrandingAttributes_logo2xUrl - The @2x version of the logo. This is the higher resolution display that offers a scale factor of 2.0 (or @2x). The only image format accepted is a binary data object that is converted from a .png file.

For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.

$sel:logo3xUrl:IosClientBrandingAttributes', iosClientBrandingAttributes_logo3xUrl - The @3x version of the logo. This is the higher resolution display that offers a scale factor of 3.0 (or @3x).The only image format accepted is a binary data object that is converted from a .png file.

For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.

$sel:logoUrl:IosClientBrandingAttributes', iosClientBrandingAttributes_logoUrl - The logo. This is the standard-resolution display that has a 1:1 pixel density (or @1x), where one pixel is equal to one point. The only image format accepted is a binary data object that is converted from a .png file.

$sel:supportEmail:IosClientBrandingAttributes', iosClientBrandingAttributes_supportEmail - The support email. The company's customer support email address.

  • In each platform type, the SupportEmail and SupportLink parameters are mutually exclusive. You can specify one parameter for each platform type, but not both.
  • The default email is workspaces-feedback@amazon.com.

$sel:supportLink:IosClientBrandingAttributes', iosClientBrandingAttributes_supportLink - The support link. The link for the company's customer support page for their WorkSpace.

  • In each platform type, the SupportEmail and SupportLink parameters are mutually exclusive. You can specify one parameter for each platform type, but not both.
  • The default support link is workspaces-feedback@amazon.com.

IosImportClientBrandingAttributes

data IosImportClientBrandingAttributes Source #

The client branding attributes to import for iOS device types. These attributes are displayed on the iOS client login screen.

Client branding attributes are public facing. Ensure you do not include sensitive information.

See: newIosImportClientBrandingAttributes smart constructor.

Instances

Instances details
ToJSON IosImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosImportClientBrandingAttributes

Generic IosImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosImportClientBrandingAttributes

Associated Types

type Rep IosImportClientBrandingAttributes :: Type -> Type #

Read IosImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosImportClientBrandingAttributes

Show IosImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosImportClientBrandingAttributes

NFData IosImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosImportClientBrandingAttributes

Eq IosImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosImportClientBrandingAttributes

Hashable IosImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosImportClientBrandingAttributes

type Rep IosImportClientBrandingAttributes Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IosImportClientBrandingAttributes

type Rep IosImportClientBrandingAttributes = D1 ('MetaData "IosImportClientBrandingAttributes" "Amazonka.WorkSpaces.Types.IosImportClientBrandingAttributes" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "IosImportClientBrandingAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "forgotPasswordLink") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "loginMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "logo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)))) :*: ((S1 ('MetaSel ('Just "logo2x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: S1 ('MetaSel ('Just "logo3x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64))) :*: (S1 ('MetaSel ('Just "supportEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportLink") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newIosImportClientBrandingAttributes :: IosImportClientBrandingAttributes Source #

Create a value of IosImportClientBrandingAttributes 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:forgotPasswordLink:IosImportClientBrandingAttributes', iosImportClientBrandingAttributes_forgotPasswordLink - The forgotten password link. This is the web address that users can go to if they forget the password for their WorkSpace.

$sel:loginMessage:IosImportClientBrandingAttributes', iosImportClientBrandingAttributes_loginMessage - The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is en_US. The HTML tags supported include the following: a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul.

$sel:logo:IosImportClientBrandingAttributes', iosImportClientBrandingAttributes_logo - The logo. This is the standard-resolution display that has a 1:1 pixel density (or @1x), where one pixel is equal to one point. The only image format accepted is a binary data object that is converted from a .png file.-- -- 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:logo2x:IosImportClientBrandingAttributes', iosImportClientBrandingAttributes_logo2x - The @2x version of the logo. This is the higher resolution display that offers a scale factor of 2.0 (or @2x). The only image format accepted is a binary data object that is converted from a .png file.

For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.-- -- 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:logo3x:IosImportClientBrandingAttributes', iosImportClientBrandingAttributes_logo3x - The @3x version of the logo. This is the higher resolution display that offers a scale factor of 3.0 (or @3x). The only image format accepted is a binary data object that is converted from a .png file.

For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.-- -- 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:supportEmail:IosImportClientBrandingAttributes', iosImportClientBrandingAttributes_supportEmail - The support email. The company's customer support email address.

  • In each platform type, the SupportEmail and SupportLink parameters are mutually exclusive. You can specify one parameter for each platform type, but not both.
  • The default email is workspaces-feedback@amazon.com.

$sel:supportLink:IosImportClientBrandingAttributes', iosImportClientBrandingAttributes_supportLink - The support link. The link for the company's customer support page for their WorkSpace.

  • In each platform type, the SupportEmail and SupportLink parameters are mutually exclusive. You can specify one parameter for each platform type, but not both.
  • The default support link is workspaces-feedback@amazon.com.

IpRuleItem

data IpRuleItem Source #

Describes a rule for an IP access control group.

See: newIpRuleItem smart constructor.

Constructors

IpRuleItem' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON IpRuleItem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IpRuleItem

ToJSON IpRuleItem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IpRuleItem

Generic IpRuleItem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IpRuleItem

Associated Types

type Rep IpRuleItem :: Type -> Type #

Read IpRuleItem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IpRuleItem

Show IpRuleItem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IpRuleItem

NFData IpRuleItem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IpRuleItem

Methods

rnf :: IpRuleItem -> () #

Eq IpRuleItem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IpRuleItem

Hashable IpRuleItem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IpRuleItem

type Rep IpRuleItem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.IpRuleItem

type Rep IpRuleItem = D1 ('MetaData "IpRuleItem" "Amazonka.WorkSpaces.Types.IpRuleItem" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "IpRuleItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ruleDesc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newIpRuleItem :: IpRuleItem Source #

Create a value of IpRuleItem 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:ipRule:IpRuleItem', ipRuleItem_ipRule - The IP address range, in CIDR notation.

$sel:ruleDesc:IpRuleItem', ipRuleItem_ruleDesc - The description.

ModificationState

data ModificationState Source #

Describes a WorkSpace modification.

See: newModificationState smart constructor.

Instances

Instances details
FromJSON ModificationState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationState

Generic ModificationState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationState

Associated Types

type Rep ModificationState :: Type -> Type #

Read ModificationState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationState

Show ModificationState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationState

NFData ModificationState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationState

Methods

rnf :: ModificationState -> () #

Eq ModificationState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationState

Hashable ModificationState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationState

type Rep ModificationState Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ModificationState

type Rep ModificationState = D1 ('MetaData "ModificationState" "Amazonka.WorkSpaces.Types.ModificationState" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ModificationState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModificationResourceEnum)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModificationStateEnum))))

newModificationState :: ModificationState Source #

Create a value of ModificationState 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:resource:ModificationState', modificationState_resource - The resource.

$sel:state:ModificationState', modificationState_state - The modification state.

OperatingSystem

data OperatingSystem Source #

The operating system that the image is running.

See: newOperatingSystem smart constructor.

Instances

Instances details
FromJSON OperatingSystem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystem

Generic OperatingSystem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystem

Associated Types

type Rep OperatingSystem :: Type -> Type #

Read OperatingSystem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystem

Show OperatingSystem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystem

NFData OperatingSystem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystem

Methods

rnf :: OperatingSystem -> () #

Eq OperatingSystem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystem

Hashable OperatingSystem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystem

type Rep OperatingSystem Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.OperatingSystem

type Rep OperatingSystem = D1 ('MetaData "OperatingSystem" "Amazonka.WorkSpaces.Types.OperatingSystem" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "OperatingSystem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperatingSystemType))))

newOperatingSystem :: OperatingSystem Source #

Create a value of OperatingSystem 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:type':OperatingSystem', operatingSystem_type - The operating system.

PendingCreateStandbyWorkspacesRequest

data PendingCreateStandbyWorkspacesRequest Source #

Information about the Standby WorkSpace.

See: newPendingCreateStandbyWorkspacesRequest smart constructor.

Instances

Instances details
FromJSON PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

Generic PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

Read PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

Show PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

NFData PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

Eq PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

Hashable PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

type Rep PendingCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest

type Rep PendingCreateStandbyWorkspacesRequest = D1 ('MetaData "PendingCreateStandbyWorkspacesRequest" "Amazonka.WorkSpaces.Types.PendingCreateStandbyWorkspacesRequest" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "PendingCreateStandbyWorkspacesRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkspaceState))) :*: (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPendingCreateStandbyWorkspacesRequest :: PendingCreateStandbyWorkspacesRequest Source #

Create a value of PendingCreateStandbyWorkspacesRequest 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:directoryId:PendingCreateStandbyWorkspacesRequest', pendingCreateStandbyWorkspacesRequest_directoryId - The identifier of the directory for the Standby WorkSpace.

$sel:state:PendingCreateStandbyWorkspacesRequest', pendingCreateStandbyWorkspacesRequest_state - The operational state of the Standby WorkSpace.

$sel:userName:PendingCreateStandbyWorkspacesRequest', pendingCreateStandbyWorkspacesRequest_userName - Describes the Standby WorkSpace that was created.

Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.

$sel:workspaceId:PendingCreateStandbyWorkspacesRequest', pendingCreateStandbyWorkspacesRequest_workspaceId - The identifier of the Standby WorkSpace.

RebootRequest

data RebootRequest Source #

Describes the information used to reboot a WorkSpace.

See: newRebootRequest smart constructor.

Constructors

RebootRequest' Text 

Instances

Instances details
ToJSON RebootRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebootRequest

Generic RebootRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebootRequest

Associated Types

type Rep RebootRequest :: Type -> Type #

Read RebootRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebootRequest

Show RebootRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebootRequest

NFData RebootRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebootRequest

Methods

rnf :: RebootRequest -> () #

Eq RebootRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebootRequest

Hashable RebootRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebootRequest

type Rep RebootRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebootRequest

type Rep RebootRequest = D1 ('MetaData "RebootRequest" "Amazonka.WorkSpaces.Types.RebootRequest" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "RebootRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRebootRequest Source #

Create a value of RebootRequest 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:workspaceId:RebootRequest', rebootRequest_workspaceId - The identifier of the WorkSpace.

RebuildRequest

data RebuildRequest Source #

Describes the information used to rebuild a WorkSpace.

See: newRebuildRequest smart constructor.

Constructors

RebuildRequest' Text 

Instances

Instances details
ToJSON RebuildRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebuildRequest

Generic RebuildRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebuildRequest

Associated Types

type Rep RebuildRequest :: Type -> Type #

Read RebuildRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebuildRequest

Show RebuildRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebuildRequest

NFData RebuildRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebuildRequest

Methods

rnf :: RebuildRequest -> () #

Eq RebuildRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebuildRequest

Hashable RebuildRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebuildRequest

type Rep RebuildRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RebuildRequest

type Rep RebuildRequest = D1 ('MetaData "RebuildRequest" "Amazonka.WorkSpaces.Types.RebuildRequest" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "RebuildRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRebuildRequest Source #

Create a value of RebuildRequest 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:workspaceId:RebuildRequest', rebuildRequest_workspaceId - The identifier of the WorkSpace.

RelatedWorkspaceProperties

data RelatedWorkspaceProperties Source #

Describes the related WorkSpace. The related WorkSpace could be a Standby WorkSpace or Primary WorkSpace related to the specified WorkSpace.

See: newRelatedWorkspaceProperties smart constructor.

Instances

Instances details
FromJSON RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

Generic RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

Associated Types

type Rep RelatedWorkspaceProperties :: Type -> Type #

Read RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

Show RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

NFData RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

Eq RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

Hashable RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

type Rep RelatedWorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties

type Rep RelatedWorkspaceProperties = D1 ('MetaData "RelatedWorkspaceProperties" "Amazonka.WorkSpaces.Types.RelatedWorkspaceProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "RelatedWorkspaceProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkspaceState))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StandbyWorkspaceRelationshipType)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newRelatedWorkspaceProperties :: RelatedWorkspaceProperties Source #

Create a value of RelatedWorkspaceProperties 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:region:RelatedWorkspaceProperties', relatedWorkspaceProperties_region - The Region of the related WorkSpace.

$sel:state:RelatedWorkspaceProperties', relatedWorkspaceProperties_state - Indicates the state of the WorkSpace.

$sel:type':RelatedWorkspaceProperties', relatedWorkspaceProperties_type - Indicates the type of WorkSpace.

$sel:workspaceId:RelatedWorkspaceProperties', relatedWorkspaceProperties_workspaceId - The identifier of the related WorkSpace.

RootStorage

data RootStorage Source #

Describes the root volume for a WorkSpace bundle.

See: newRootStorage smart constructor.

Constructors

RootStorage' (Maybe Text) 

Instances

Instances details
FromJSON RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

ToJSON RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

Generic RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

Associated Types

type Rep RootStorage :: Type -> Type #

Read RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

Show RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

NFData RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

Methods

rnf :: RootStorage -> () #

Eq RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

Hashable RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

type Rep RootStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.RootStorage

type Rep RootStorage = D1 ('MetaData "RootStorage" "Amazonka.WorkSpaces.Types.RootStorage" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "RootStorage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "capacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRootStorage :: RootStorage Source #

Create a value of RootStorage 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:capacity:RootStorage', rootStorage_capacity - The size of the root volume.

SamlProperties

data SamlProperties Source #

Describes the enablement status, user access URL, and relay state parameter name that are used for configuring federation with an SAML 2.0 identity provider.

See: newSamlProperties smart constructor.

Instances

Instances details
FromJSON SamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlProperties

ToJSON SamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlProperties

Generic SamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlProperties

Associated Types

type Rep SamlProperties :: Type -> Type #

Read SamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlProperties

Show SamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlProperties

NFData SamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlProperties

Methods

rnf :: SamlProperties -> () #

Eq SamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlProperties

Hashable SamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlProperties

type Rep SamlProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SamlProperties

type Rep SamlProperties = D1 ('MetaData "SamlProperties" "Amazonka.WorkSpaces.Types.SamlProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "SamlProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "relayStateParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SamlStatusEnum)) :*: S1 ('MetaSel ('Just "userAccessUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSamlProperties :: SamlProperties Source #

Create a value of SamlProperties 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:relayStateParameterName:SamlProperties', samlProperties_relayStateParameterName - The relay state parameter name supported by the SAML 2.0 identity provider (IdP). When the end user is redirected to the user access URL from the WorkSpaces client application, this relay state parameter name is appended as a query parameter to the URL along with the relay state endpoint to return the user to the client application session.

To use SAML 2.0 authentication with WorkSpaces, the IdP must support IdP-initiated deep linking for the relay state URL. Consult your IdP documentation for more information.

$sel:status:SamlProperties', samlProperties_status - Indicates the status of SAML 2.0 authentication. These statuses include the following.

  • If the setting is DISABLED, end users will be directed to login with their directory credentials.
  • If the setting is ENABLED, end users will be directed to login via the user access URL. Users attempting to connect to WorkSpaces from a client application that does not support SAML 2.0 authentication will not be able to connect.
  • If the setting is ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK, end users will be directed to login via the user access URL on supported client applications, but will not prevent clients that do not support SAML 2.0 authentication from connecting as if SAML 2.0 authentication was disabled.

$sel:userAccessUrl:SamlProperties', samlProperties_userAccessUrl - The SAML 2.0 identity provider (IdP) user access URL is the URL a user would navigate to in their web browser in order to federate from the IdP and directly access the application, without any SAML 2.0 service provider (SP) bindings.

SelfservicePermissions

data SelfservicePermissions Source #

Describes the self-service permissions for a directory. For more information, see Enable Self-Service WorkSpace Management Capabilities for Your Users.

See: newSelfservicePermissions smart constructor.

Instances

Instances details
FromJSON SelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SelfservicePermissions

ToJSON SelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SelfservicePermissions

Generic SelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SelfservicePermissions

Associated Types

type Rep SelfservicePermissions :: Type -> Type #

Read SelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SelfservicePermissions

Show SelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SelfservicePermissions

NFData SelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SelfservicePermissions

Methods

rnf :: SelfservicePermissions -> () #

Eq SelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SelfservicePermissions

Hashable SelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SelfservicePermissions

type Rep SelfservicePermissions Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.SelfservicePermissions

type Rep SelfservicePermissions = D1 ('MetaData "SelfservicePermissions" "Amazonka.WorkSpaces.Types.SelfservicePermissions" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "SelfservicePermissions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "changeComputeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReconnectEnum)) :*: S1 ('MetaSel ('Just "increaseVolumeSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReconnectEnum))) :*: (S1 ('MetaSel ('Just "rebuildWorkspace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReconnectEnum)) :*: (S1 ('MetaSel ('Just "restartWorkspace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReconnectEnum)) :*: S1 ('MetaSel ('Just "switchRunningMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReconnectEnum))))))

newSelfservicePermissions :: SelfservicePermissions Source #

Create a value of SelfservicePermissions 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:changeComputeType:SelfservicePermissions', selfservicePermissions_changeComputeType - Specifies whether users can change the compute type (bundle) for their WorkSpace.

$sel:increaseVolumeSize:SelfservicePermissions', selfservicePermissions_increaseVolumeSize - Specifies whether users can increase the volume size of the drives on their WorkSpace.

$sel:rebuildWorkspace:SelfservicePermissions', selfservicePermissions_rebuildWorkspace - Specifies whether users can rebuild the operating system of a WorkSpace to its original state.

$sel:restartWorkspace:SelfservicePermissions', selfservicePermissions_restartWorkspace - Specifies whether users can restart their WorkSpace.

$sel:switchRunningMode:SelfservicePermissions', selfservicePermissions_switchRunningMode - Specifies whether users can switch the running mode of their WorkSpace.

Snapshot

data Snapshot Source #

Describes a snapshot.

See: newSnapshot smart constructor.

Constructors

Snapshot' (Maybe POSIX) 

Instances

Instances details
FromJSON Snapshot Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Snapshot

Generic Snapshot Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Snapshot

Associated Types

type Rep Snapshot :: Type -> Type #

Methods

from :: Snapshot -> Rep Snapshot x #

to :: Rep Snapshot x -> Snapshot #

Read Snapshot Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Snapshot

Show Snapshot Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Snapshot

NFData Snapshot Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Snapshot

Methods

rnf :: Snapshot -> () #

Eq Snapshot Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Snapshot

Hashable Snapshot Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Snapshot

Methods

hashWithSalt :: Int -> Snapshot -> Int #

hash :: Snapshot -> Int #

type Rep Snapshot Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Snapshot

type Rep Snapshot = D1 ('MetaData "Snapshot" "Amazonka.WorkSpaces.Types.Snapshot" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "Snapshot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snapshotTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

newSnapshot :: Snapshot Source #

Create a value of Snapshot 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:snapshotTime:Snapshot', snapshot_snapshotTime - The time when the snapshot was created.

StandbyWorkspace

data StandbyWorkspace Source #

Describes a Standby WorkSpace.

See: newStandbyWorkspace smart constructor.

Instances

Instances details
FromJSON StandbyWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspace

ToJSON StandbyWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspace

Generic StandbyWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspace

Associated Types

type Rep StandbyWorkspace :: Type -> Type #

Read StandbyWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspace

Show StandbyWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspace

NFData StandbyWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspace

Methods

rnf :: StandbyWorkspace -> () #

Eq StandbyWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspace

Hashable StandbyWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspace

type Rep StandbyWorkspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StandbyWorkspace

type Rep StandbyWorkspace = D1 ('MetaData "StandbyWorkspace" "Amazonka.WorkSpaces.Types.StandbyWorkspace" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "StandbyWorkspace'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "volumeEncryptionKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "primaryWorkspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newStandbyWorkspace Source #

Create a value of StandbyWorkspace 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:StandbyWorkspace', standbyWorkspace_tags - The tags associated with the Standby WorkSpace.

$sel:volumeEncryptionKey:StandbyWorkspace', standbyWorkspace_volumeEncryptionKey - The volume encryption key of the Standby WorkSpace.

$sel:primaryWorkspaceId:StandbyWorkspace', standbyWorkspace_primaryWorkspaceId - The identifier of the Standby WorkSpace.

$sel:directoryId:StandbyWorkspace', standbyWorkspace_directoryId - The identifier of the directory for the Standby WorkSpace.

StartRequest

data StartRequest Source #

Information used to start a WorkSpace.

See: newStartRequest smart constructor.

Constructors

StartRequest' (Maybe Text) 

Instances

Instances details
ToJSON StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

Generic StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

Associated Types

type Rep StartRequest :: Type -> Type #

Read StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

Show StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

NFData StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

Methods

rnf :: StartRequest -> () #

Eq StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

Hashable StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

type Rep StartRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StartRequest

type Rep StartRequest = D1 ('MetaData "StartRequest" "Amazonka.WorkSpaces.Types.StartRequest" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "StartRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStartRequest :: StartRequest Source #

Create a value of StartRequest 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:workspaceId:StartRequest', startRequest_workspaceId - The identifier of the WorkSpace.

StopRequest

data StopRequest Source #

Describes the information used to stop a WorkSpace.

See: newStopRequest smart constructor.

Constructors

StopRequest' (Maybe Text) 

Instances

Instances details
ToJSON StopRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StopRequest

Generic StopRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StopRequest

Associated Types

type Rep StopRequest :: Type -> Type #

Read StopRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StopRequest

Show StopRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StopRequest

NFData StopRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StopRequest

Methods

rnf :: StopRequest -> () #

Eq StopRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StopRequest

Hashable StopRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StopRequest

type Rep StopRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.StopRequest

type Rep StopRequest = D1 ('MetaData "StopRequest" "Amazonka.WorkSpaces.Types.StopRequest" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "StopRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStopRequest :: StopRequest Source #

Create a value of StopRequest 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:workspaceId:StopRequest', stopRequest_workspaceId - The identifier of the WorkSpace.

Tag

data Tag Source #

Describes a tag.

See: newTag smart constructor.

Constructors

Tag' (Maybe Text) Text 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tag

Methods

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

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

Hashable Tag Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Tag

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

newTag Source #

Arguments

:: Text

$sel:key:Tag'

-> Tag 

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:value:Tag', tag_value - The value of the tag.

$sel:key:Tag', tag_key - The key of the tag.

TerminateRequest

data TerminateRequest Source #

Describes the information used to terminate a WorkSpace.

See: newTerminateRequest smart constructor.

Constructors

TerminateRequest' Text 

Instances

Instances details
ToJSON TerminateRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TerminateRequest

Generic TerminateRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TerminateRequest

Associated Types

type Rep TerminateRequest :: Type -> Type #

Read TerminateRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TerminateRequest

Show TerminateRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TerminateRequest

NFData TerminateRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TerminateRequest

Methods

rnf :: TerminateRequest -> () #

Eq TerminateRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TerminateRequest

Hashable TerminateRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TerminateRequest

type Rep TerminateRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.TerminateRequest

type Rep TerminateRequest = D1 ('MetaData "TerminateRequest" "Amazonka.WorkSpaces.Types.TerminateRequest" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "TerminateRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTerminateRequest Source #

Create a value of TerminateRequest 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:workspaceId:TerminateRequest', terminateRequest_workspaceId - The identifier of the WorkSpace.

UpdateResult

data UpdateResult Source #

Describes whether a WorkSpace image needs to be updated with the latest drivers and other components required by Amazon WorkSpaces.

Only Windows 10 WorkSpace images can be programmatically updated at this time.

See: newUpdateResult smart constructor.

Constructors

UpdateResult' (Maybe Text) (Maybe Bool) 

Instances

Instances details
FromJSON UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

Generic UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

Associated Types

type Rep UpdateResult :: Type -> Type #

Read UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

Show UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

NFData UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

Methods

rnf :: UpdateResult -> () #

Eq UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

Hashable UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

type Rep UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

type Rep UpdateResult = D1 ('MetaData "UpdateResult" "Amazonka.WorkSpaces.Types.UpdateResult" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "UpdateResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updateAvailable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newUpdateResult :: UpdateResult Source #

Create a value of UpdateResult 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:description:UpdateResult', updateResult_description - A description of whether updates for the WorkSpace image are pending or available.

$sel:updateAvailable:UpdateResult', updateResult_updateAvailable - Indicates whether updated drivers or other components are available for the specified WorkSpace image.

UserStorage

data UserStorage Source #

Describes the user volume for a WorkSpace bundle.

See: newUserStorage smart constructor.

Constructors

UserStorage' (Maybe Text) 

Instances

Instances details
FromJSON UserStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UserStorage

ToJSON UserStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UserStorage

Generic UserStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UserStorage

Associated Types

type Rep UserStorage :: Type -> Type #

Read UserStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UserStorage

Show UserStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UserStorage

NFData UserStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UserStorage

Methods

rnf :: UserStorage -> () #

Eq UserStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UserStorage

Hashable UserStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UserStorage

type Rep UserStorage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UserStorage

type Rep UserStorage = D1 ('MetaData "UserStorage" "Amazonka.WorkSpaces.Types.UserStorage" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "UserStorage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "capacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newUserStorage :: UserStorage Source #

Create a value of UserStorage 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:capacity:UserStorage', userStorage_capacity - The size of the user volume.

Workspace

data Workspace Source #

Describes a WorkSpace.

See: newWorkspace smart constructor.

Instances

Instances details
FromJSON Workspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Workspace

Generic Workspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Workspace

Associated Types

type Rep Workspace :: Type -> Type #

Read Workspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Workspace

Show Workspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Workspace

NFData Workspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Workspace

Methods

rnf :: Workspace -> () #

Eq Workspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Workspace

Hashable Workspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Workspace

type Rep Workspace Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.Workspace

type Rep Workspace = D1 ('MetaData "Workspace" "Amazonka.WorkSpaces.Types.Workspace" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "Workspace'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "bundleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "computerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ipAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "modificationStates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ModificationState])) :*: S1 ('MetaSel ('Just "relatedWorkspaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RelatedWorkspaceProperties]))))) :*: (((S1 ('MetaSel ('Just "rootVolumeEncryptionEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkspaceState))) :*: (S1 ('MetaSel ('Just "subnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "userVolumeEncryptionEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "volumeEncryptionKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkspaceProperties)))))))

newWorkspace :: Workspace Source #

Create a value of Workspace 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:bundleId:Workspace', workspace_bundleId - The identifier of the bundle used to create the WorkSpace.

$sel:computerName:Workspace', workspace_computerName - The name of the WorkSpace, as seen by the operating system. The format of this name varies. For more information, see Launch a WorkSpace.

$sel:directoryId:Workspace', workspace_directoryId - The identifier of the Directory Service directory for the WorkSpace.

$sel:errorCode:Workspace', workspace_errorCode - The error code that is returned if the WorkSpace cannot be created.

$sel:errorMessage:Workspace', workspace_errorMessage - The text of the error message that is returned if the WorkSpace cannot be created.

$sel:ipAddress:Workspace', workspace_ipAddress - The IP address of the WorkSpace.

$sel:modificationStates:Workspace', workspace_modificationStates - The modification states of the WorkSpace.

$sel:relatedWorkspaces:Workspace', workspace_relatedWorkspaces - The Standby WorkSpace or Primary WorkSpace related to the specified WorkSpace.

$sel:rootVolumeEncryptionEnabled:Workspace', workspace_rootVolumeEncryptionEnabled - Indicates whether the data stored on the root volume is encrypted.

Workspace, workspace_state - The operational state of the WorkSpace.

After a WorkSpace is terminated, the TERMINATED state is returned only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using DescribeWorkSpaces. If the WorkSpace ID isn't returned, then the WorkSpace has been successfully terminated.

$sel:subnetId:Workspace', workspace_subnetId - The identifier of the subnet for the WorkSpace.

$sel:userName:Workspace', workspace_userName - The user for the WorkSpace.

$sel:userVolumeEncryptionEnabled:Workspace', workspace_userVolumeEncryptionEnabled - Indicates whether the data stored on the user volume is encrypted.

$sel:volumeEncryptionKey:Workspace', workspace_volumeEncryptionKey - The symmetric KMS key used to encrypt data stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric KMS keys.

Workspace, workspace_workspaceId - The identifier of the WorkSpace.

$sel:workspaceProperties:Workspace', workspace_workspaceProperties - The properties of the WorkSpace.

WorkspaceAccessProperties

data WorkspaceAccessProperties Source #

The device types and operating systems that can be used to access a WorkSpace. For more information, see Amazon WorkSpaces Client Network Requirements.

See: newWorkspaceAccessProperties smart constructor.

Instances

Instances details
FromJSON WorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceAccessProperties

ToJSON WorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceAccessProperties

Generic WorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceAccessProperties

Associated Types

type Rep WorkspaceAccessProperties :: Type -> Type #

Read WorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceAccessProperties

Show WorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceAccessProperties

NFData WorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceAccessProperties

Eq WorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceAccessProperties

Hashable WorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceAccessProperties

type Rep WorkspaceAccessProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceAccessProperties

newWorkspaceAccessProperties :: WorkspaceAccessProperties Source #

Create a value of WorkspaceAccessProperties 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:deviceTypeAndroid:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeAndroid - Indicates whether users can use Android and Android-compatible Chrome OS devices to access their WorkSpaces.

$sel:deviceTypeChromeOs:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeChromeOs - Indicates whether users can use Chromebooks to access their WorkSpaces.

$sel:deviceTypeIos:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeIos - Indicates whether users can use iOS devices to access their WorkSpaces.

$sel:deviceTypeLinux:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeLinux - Indicates whether users can use Linux clients to access their WorkSpaces.

$sel:deviceTypeOsx:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeOsx - Indicates whether users can use macOS clients to access their WorkSpaces.

$sel:deviceTypeWeb:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeWeb - Indicates whether users can access their WorkSpaces through a web browser.

$sel:deviceTypeWindows:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeWindows - Indicates whether users can use Windows clients to access their WorkSpaces.

$sel:deviceTypeZeroClient:WorkspaceAccessProperties', workspaceAccessProperties_deviceTypeZeroClient - Indicates whether users can use zero client devices to access their WorkSpaces.

WorkspaceBundle

data WorkspaceBundle Source #

Describes a WorkSpace bundle.

See: newWorkspaceBundle smart constructor.

Instances

Instances details
FromJSON WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

Generic WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

Associated Types

type Rep WorkspaceBundle :: Type -> Type #

Read WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

Show WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

NFData WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

Methods

rnf :: WorkspaceBundle -> () #

Eq WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

Hashable WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

type Rep WorkspaceBundle Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceBundle

type Rep WorkspaceBundle = D1 ('MetaData "WorkspaceBundle" "Amazonka.WorkSpaces.Types.WorkspaceBundle" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "WorkspaceBundle'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "bundleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bundleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BundleType)) :*: S1 ('MetaSel ('Just "computeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeType)))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "rootStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RootStorage)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkspaceBundleState)) :*: S1 ('MetaSel ('Just "userStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserStorage)))))))

newWorkspaceBundle :: WorkspaceBundle Source #

Create a value of WorkspaceBundle 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:bundleId:WorkspaceBundle', workspaceBundle_bundleId - The identifier of the bundle.

$sel:bundleType:WorkspaceBundle', workspaceBundle_bundleType - The type of WorkSpace bundle.

$sel:computeType:WorkspaceBundle', workspaceBundle_computeType - The compute type of the bundle. For more information, see Amazon WorkSpaces Bundles.

$sel:creationTime:WorkspaceBundle', workspaceBundle_creationTime - The time when the bundle was created.

$sel:description:WorkspaceBundle', workspaceBundle_description - The description of the bundle.

$sel:imageId:WorkspaceBundle', workspaceBundle_imageId - The identifier of the image that was used to create the bundle.

$sel:lastUpdatedTime:WorkspaceBundle', workspaceBundle_lastUpdatedTime - The last time that the bundle was updated.

WorkspaceBundle, workspaceBundle_name - The name of the bundle.

$sel:owner:WorkspaceBundle', workspaceBundle_owner - The owner of the bundle. This is the account identifier of the owner, or AMAZON if the bundle is provided by Amazon Web Services.

$sel:rootStorage:WorkspaceBundle', workspaceBundle_rootStorage - The size of the root volume.

$sel:state:WorkspaceBundle', workspaceBundle_state - The state of the WorkSpace bundle.

$sel:userStorage:WorkspaceBundle', workspaceBundle_userStorage - The size of the user volume.

WorkspaceConnectionStatus

data WorkspaceConnectionStatus Source #

Describes the connection status of a WorkSpace.

See: newWorkspaceConnectionStatus smart constructor.

Instances

Instances details
FromJSON WorkspaceConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceConnectionStatus

Generic WorkspaceConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceConnectionStatus

Associated Types

type Rep WorkspaceConnectionStatus :: Type -> Type #

Read WorkspaceConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceConnectionStatus

Show WorkspaceConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceConnectionStatus

NFData WorkspaceConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceConnectionStatus

Eq WorkspaceConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceConnectionStatus

Hashable WorkspaceConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceConnectionStatus

type Rep WorkspaceConnectionStatus Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceConnectionStatus

type Rep WorkspaceConnectionStatus = D1 ('MetaData "WorkspaceConnectionStatus" "Amazonka.WorkSpaces.Types.WorkspaceConnectionStatus" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "WorkspaceConnectionStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionState)) :*: S1 ('MetaSel ('Just "connectionStateCheckTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastKnownUserConnectionTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newWorkspaceConnectionStatus :: WorkspaceConnectionStatus Source #

Create a value of WorkspaceConnectionStatus 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:connectionState:WorkspaceConnectionStatus', workspaceConnectionStatus_connectionState - The connection state of the WorkSpace. The connection state is unknown if the WorkSpace is stopped.

$sel:connectionStateCheckTimestamp:WorkspaceConnectionStatus', workspaceConnectionStatus_connectionStateCheckTimestamp - The timestamp of the connection status check.

$sel:lastKnownUserConnectionTimestamp:WorkspaceConnectionStatus', workspaceConnectionStatus_lastKnownUserConnectionTimestamp - The timestamp of the last known user connection.

$sel:workspaceId:WorkspaceConnectionStatus', workspaceConnectionStatus_workspaceId - The identifier of the WorkSpace.

WorkspaceCreationProperties

data WorkspaceCreationProperties Source #

Describes the default properties that are used for creating WorkSpaces. For more information, see Update Directory Details for Your WorkSpaces.

See: newWorkspaceCreationProperties smart constructor.

Instances

Instances details
ToJSON WorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceCreationProperties

Generic WorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceCreationProperties

Associated Types

type Rep WorkspaceCreationProperties :: Type -> Type #

Read WorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceCreationProperties

Show WorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceCreationProperties

NFData WorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceCreationProperties

Eq WorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceCreationProperties

Hashable WorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceCreationProperties

type Rep WorkspaceCreationProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceCreationProperties

type Rep WorkspaceCreationProperties = D1 ('MetaData "WorkspaceCreationProperties" "Amazonka.WorkSpaces.Types.WorkspaceCreationProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "WorkspaceCreationProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "customSecurityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultOu") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enableInternetAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "enableMaintenanceMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "enableWorkDocs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "userEnabledAsLocalAdministrator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newWorkspaceCreationProperties :: WorkspaceCreationProperties Source #

Create a value of WorkspaceCreationProperties 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:customSecurityGroupId:WorkspaceCreationProperties', workspaceCreationProperties_customSecurityGroupId - The identifier of your custom security group.

$sel:defaultOu:WorkspaceCreationProperties', workspaceCreationProperties_defaultOu - The default organizational unit (OU) for your WorkSpaces directories. This string must be the full Lightweight Directory Access Protocol (LDAP) distinguished name for the target domain and OU. It must be in the form "OU=value,DC=value,DC=value", where value is any string of characters, and the number of domain components (DCs) is two or more. For example, OU=WorkSpaces_machines,DC=machines,DC=example,DC=com.

  • To avoid errors, certain characters in the distinguished name must be escaped. For more information, see Distinguished Names in the Microsoft documentation.
  • The API doesn't validate whether the OU exists.

$sel:enableInternetAccess:WorkspaceCreationProperties', workspaceCreationProperties_enableInternetAccess - Indicates whether internet access is enabled for your WorkSpaces.

$sel:enableMaintenanceMode:WorkspaceCreationProperties', workspaceCreationProperties_enableMaintenanceMode - Indicates whether maintenance mode is enabled for your WorkSpaces. For more information, see WorkSpace Maintenance.

$sel:enableWorkDocs:WorkspaceCreationProperties', workspaceCreationProperties_enableWorkDocs - Indicates whether Amazon WorkDocs is enabled for your WorkSpaces.

If WorkDocs is already enabled for a WorkSpaces directory and you disable it, new WorkSpaces launched in the directory will not have WorkDocs enabled. However, WorkDocs remains enabled for any existing WorkSpaces, unless you either disable users' access to WorkDocs or you delete the WorkDocs site. To disable users' access to WorkDocs, see Disabling Users in the Amazon WorkDocs Administration Guide. To delete a WorkDocs site, see Deleting a Site in the Amazon WorkDocs Administration Guide.

If you enable WorkDocs on a directory that already has existing WorkSpaces, the existing WorkSpaces and any new WorkSpaces that are launched in the directory will have WorkDocs enabled.

$sel:userEnabledAsLocalAdministrator:WorkspaceCreationProperties', workspaceCreationProperties_userEnabledAsLocalAdministrator - Indicates whether users are local administrators of their WorkSpaces.

WorkspaceDirectory

data WorkspaceDirectory Source #

Describes a directory that is used with Amazon WorkSpaces.

See: newWorkspaceDirectory smart constructor.

Instances

Instances details
FromJSON WorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectory

Generic WorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectory

Associated Types

type Rep WorkspaceDirectory :: Type -> Type #

Read WorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectory

Show WorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectory

NFData WorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectory

Methods

rnf :: WorkspaceDirectory -> () #

Eq WorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectory

Hashable WorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectory

type Rep WorkspaceDirectory Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceDirectory

type Rep WorkspaceDirectory = D1 ('MetaData "WorkspaceDirectory" "Amazonka.WorkSpaces.Types.WorkspaceDirectory" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "WorkspaceDirectory'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "alias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "certificateBasedAuthProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CertificateBasedAuthProperties))) :*: (S1 ('MetaSel ('Just "customerUserName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "directoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "directoryType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkspaceDirectoryType))) :*: (S1 ('MetaSel ('Just "dnsIpAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "iamRoleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registrationCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "samlProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SamlProperties)) :*: S1 ('MetaSel ('Just "selfservicePermissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfservicePermissions))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkspaceDirectoryState)) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "tenancy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Tenancy)) :*: S1 ('MetaSel ('Just "workspaceAccessProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkspaceAccessProperties))) :*: (S1 ('MetaSel ('Just "workspaceCreationProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultWorkspaceCreationProperties)) :*: (S1 ('MetaSel ('Just "workspaceSecurityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ipGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))))

newWorkspaceDirectory :: WorkspaceDirectory Source #

Create a value of WorkspaceDirectory 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:alias:WorkspaceDirectory', workspaceDirectory_alias - The directory alias.

$sel:certificateBasedAuthProperties:WorkspaceDirectory', workspaceDirectory_certificateBasedAuthProperties - The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory for WorkSpaces login.

$sel:customerUserName:WorkspaceDirectory', workspaceDirectory_customerUserName - The user name for the service account.

$sel:directoryId:WorkspaceDirectory', workspaceDirectory_directoryId - The directory identifier.

$sel:directoryName:WorkspaceDirectory', workspaceDirectory_directoryName - The name of the directory.

$sel:directoryType:WorkspaceDirectory', workspaceDirectory_directoryType - The directory type.

$sel:dnsIpAddresses:WorkspaceDirectory', workspaceDirectory_dnsIpAddresses - The IP addresses of the DNS servers for the directory.

$sel:iamRoleId:WorkspaceDirectory', workspaceDirectory_iamRoleId - The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

$sel:registrationCode:WorkspaceDirectory', workspaceDirectory_registrationCode - The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

$sel:samlProperties:WorkspaceDirectory', workspaceDirectory_samlProperties - Describes the enablement status, user access URL, and relay state parameter name that are used for configuring federation with an SAML 2.0 identity provider.

$sel:selfservicePermissions:WorkspaceDirectory', workspaceDirectory_selfservicePermissions - The default self-service permissions for WorkSpaces in the directory.

$sel:state:WorkspaceDirectory', workspaceDirectory_state - The state of the directory's registration with Amazon WorkSpaces. After a directory is deregistered, the DEREGISTERED state is returned very briefly before the directory metadata is cleaned up, so this state is rarely returned. To confirm that a directory is deregistered, check for the directory ID by using DescribeWorkspaceDirectories. If the directory ID isn't returned, then the directory has been successfully deregistered.

$sel:subnetIds:WorkspaceDirectory', workspaceDirectory_subnetIds - The identifiers of the subnets used with the directory.

$sel:tenancy:WorkspaceDirectory', workspaceDirectory_tenancy - Specifies whether the directory is dedicated or shared. To use Bring Your Own License (BYOL), this value must be set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images.

$sel:workspaceAccessProperties:WorkspaceDirectory', workspaceDirectory_workspaceAccessProperties - The devices and operating systems that users can use to access WorkSpaces.

$sel:workspaceCreationProperties:WorkspaceDirectory', workspaceDirectory_workspaceCreationProperties - The default creation properties for all WorkSpaces in the directory.

$sel:workspaceSecurityGroupId:WorkspaceDirectory', workspaceDirectory_workspaceSecurityGroupId - The identifier of the security group that is assigned to new WorkSpaces.

$sel:ipGroupIds:WorkspaceDirectory', workspaceDirectory_ipGroupIds - The identifiers of the IP access control groups associated with the directory.

WorkspaceImage

data WorkspaceImage Source #

Describes a WorkSpace image.

See: newWorkspaceImage smart constructor.

Instances

Instances details
FromJSON WorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImage

Generic WorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImage

Associated Types

type Rep WorkspaceImage :: Type -> Type #

Read WorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImage

Show WorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImage

NFData WorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImage

Methods

rnf :: WorkspaceImage -> () #

Eq WorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImage

Hashable WorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImage

type Rep WorkspaceImage Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceImage

type Rep WorkspaceImage = D1 ('MetaData "WorkspaceImage" "Amazonka.WorkSpaces.Types.WorkspaceImage" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "WorkspaceImage'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "created") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "operatingSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperatingSystem)) :*: S1 ('MetaSel ('Just "ownerAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "requiredTenancy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkspaceImageRequiredTenancy)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkspaceImageState)) :*: S1 ('MetaSel ('Just "updates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdateResult)))))))

newWorkspaceImage :: WorkspaceImage Source #

Create a value of WorkspaceImage 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:created:WorkspaceImage', workspaceImage_created - The date when the image was created. If the image has been shared, the Amazon Web Services account that the image has been shared with sees the original creation date of the image.

WorkspaceImage, workspaceImage_description - The description of the image.

$sel:errorCode:WorkspaceImage', workspaceImage_errorCode - The error code that is returned for the image.

$sel:errorMessage:WorkspaceImage', workspaceImage_errorMessage - The text of the error message that is returned for the image.

$sel:imageId:WorkspaceImage', workspaceImage_imageId - The identifier of the image.

$sel:name:WorkspaceImage', workspaceImage_name - The name of the image.

$sel:operatingSystem:WorkspaceImage', workspaceImage_operatingSystem - The operating system that the image is running.

$sel:ownerAccountId:WorkspaceImage', workspaceImage_ownerAccountId - The identifier of the Amazon Web Services account that owns the image.

$sel:requiredTenancy:WorkspaceImage', workspaceImage_requiredTenancy - Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images.

$sel:state:WorkspaceImage', workspaceImage_state - The status of the image.

$sel:updates:WorkspaceImage', workspaceImage_updates - The updates (if any) that are available for the specified image.

WorkspaceProperties

data WorkspaceProperties Source #

Describes a WorkSpace.

See: newWorkspaceProperties smart constructor.

Instances

Instances details
FromJSON WorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceProperties

ToJSON WorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceProperties

Generic WorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceProperties

Associated Types

type Rep WorkspaceProperties :: Type -> Type #

Read WorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceProperties

Show WorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceProperties

NFData WorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceProperties

Methods

rnf :: WorkspaceProperties -> () #

Eq WorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceProperties

Hashable WorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceProperties

type Rep WorkspaceProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceProperties

type Rep WorkspaceProperties = D1 ('MetaData "WorkspaceProperties" "Amazonka.WorkSpaces.Types.WorkspaceProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "WorkspaceProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "computeTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Compute)) :*: (S1 ('MetaSel ('Just "protocols") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Protocol])) :*: S1 ('MetaSel ('Just "rootVolumeSizeGib") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "runningMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RunningMode)) :*: (S1 ('MetaSel ('Just "runningModeAutoStopTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "userVolumeSizeGib") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newWorkspaceProperties :: WorkspaceProperties Source #

Create a value of WorkspaceProperties 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:computeTypeName:WorkspaceProperties', workspaceProperties_computeTypeName - The compute type. For more information, see Amazon WorkSpaces Bundles.

$sel:protocols:WorkspaceProperties', workspaceProperties_protocols - The protocol. For more information, see Protocols for Amazon WorkSpaces.

  • Only available for WorkSpaces created with PCoIP bundles.
  • The Protocols property is case sensitive. Ensure you use PCOIP or WSP.
  • Unavailable for Windows 7 WorkSpaces and WorkSpaces using GPU-based bundles (Graphics, GraphicsPro, Graphics.g4dn, and GraphicsPro.g4dn).

$sel:rootVolumeSizeGib:WorkspaceProperties', workspaceProperties_rootVolumeSizeGib - The size of the root volume. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.

$sel:runningMode:WorkspaceProperties', workspaceProperties_runningMode - The running mode. For more information, see Manage the WorkSpace Running Mode.

The MANUAL value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.

$sel:runningModeAutoStopTimeoutInMinutes:WorkspaceProperties', workspaceProperties_runningModeAutoStopTimeoutInMinutes - The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.

$sel:userVolumeSizeGib:WorkspaceProperties', workspaceProperties_userVolumeSizeGib - The size of the user storage. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.

WorkspaceRequest

data WorkspaceRequest Source #

Describes the information used to create a WorkSpace.

See: newWorkspaceRequest smart constructor.

Instances

Instances details
FromJSON WorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceRequest

ToJSON WorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceRequest

Generic WorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceRequest

Associated Types

type Rep WorkspaceRequest :: Type -> Type #

Read WorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceRequest

Show WorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceRequest

NFData WorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceRequest

Methods

rnf :: WorkspaceRequest -> () #

Eq WorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceRequest

Hashable WorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceRequest

type Rep WorkspaceRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspaceRequest

type Rep WorkspaceRequest = D1 ('MetaData "WorkspaceRequest" "Amazonka.WorkSpaces.Types.WorkspaceRequest" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "WorkspaceRequest'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "rootVolumeEncryptionEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "userVolumeEncryptionEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "volumeEncryptionKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "workspaceProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkspaceProperties)) :*: S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "bundleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newWorkspaceRequest Source #

Create a value of WorkspaceRequest 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:rootVolumeEncryptionEnabled:WorkspaceRequest', workspaceRequest_rootVolumeEncryptionEnabled - Indicates whether the data stored on the root volume is encrypted.

$sel:tags:WorkspaceRequest', workspaceRequest_tags - The tags for the WorkSpace.

$sel:userVolumeEncryptionEnabled:WorkspaceRequest', workspaceRequest_userVolumeEncryptionEnabled - Indicates whether the data stored on the user volume is encrypted.

$sel:volumeEncryptionKey:WorkspaceRequest', workspaceRequest_volumeEncryptionKey - The symmetric KMS key used to encrypt data stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric KMS keys.

$sel:workspaceProperties:WorkspaceRequest', workspaceRequest_workspaceProperties - The WorkSpace properties.

$sel:directoryId:WorkspaceRequest', workspaceRequest_directoryId - The identifier of the Directory Service directory for the WorkSpace. You can use DescribeWorkspaceDirectories to list the available directories.

$sel:userName:WorkspaceRequest', workspaceRequest_userName - The user name of the user for the WorkSpace. This user name must exist in the Directory Service directory for the WorkSpace.

$sel:bundleId:WorkspaceRequest', workspaceRequest_bundleId - The identifier of the bundle for the WorkSpace. You can use DescribeWorkspaceBundles to list the available bundles.

WorkspacesIpGroup

data WorkspacesIpGroup Source #

Describes an IP access control group.

See: newWorkspacesIpGroup smart constructor.

Instances

Instances details
FromJSON WorkspacesIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspacesIpGroup

Generic WorkspacesIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspacesIpGroup

Associated Types

type Rep WorkspacesIpGroup :: Type -> Type #

Read WorkspacesIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspacesIpGroup

Show WorkspacesIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspacesIpGroup

NFData WorkspacesIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspacesIpGroup

Methods

rnf :: WorkspacesIpGroup -> () #

Eq WorkspacesIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspacesIpGroup

Hashable WorkspacesIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspacesIpGroup

type Rep WorkspacesIpGroup Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.WorkspacesIpGroup

type Rep WorkspacesIpGroup = D1 ('MetaData "WorkspacesIpGroup" "Amazonka.WorkSpaces.Types.WorkspacesIpGroup" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "WorkspacesIpGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "groupDesc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [IpRuleItem])))))

newWorkspacesIpGroup :: WorkspacesIpGroup Source #

Create a value of WorkspacesIpGroup 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:groupDesc:WorkspacesIpGroup', workspacesIpGroup_groupDesc - The description of the group.

$sel:groupId:WorkspacesIpGroup', workspacesIpGroup_groupId - The identifier of the group.

$sel:groupName:WorkspacesIpGroup', workspacesIpGroup_groupName - The name of the group.

$sel:userRules:WorkspacesIpGroup', workspacesIpGroup_userRules - The rules.