Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Service Configuration
- Errors
- UnsupportedNetworkConfigurationException
- AccessDeniedException
- ResourceCreationFailedException
- ResourceUnavailableException
- InvalidParameterValuesException
- ResourceAssociatedException
- OperationInProgressException
- ResourceAlreadyExistsException
- ResourceLimitExceededException
- InvalidResourceStateException
- OperationNotSupportedException
- UnsupportedWorkspaceConfigurationException
- WorkspacesDefaultRoleNotFoundException
- ResourceNotFoundException
- Waiters
- Operations
- AssociateConnectionAlias
- DescribeAccount
- RevokeIpRules
- DescribeWorkspaceImages (Paginated)
- ModifyWorkspaceProperties
- DeregisterWorkspaceDirectory
- MigrateWorkspace
- DescribeTags
- DescribeWorkspaceDirectories (Paginated)
- DisassociateIpGroups
- DescribeWorkspaceBundles (Paginated)
- AuthorizeIpRules
- DescribeWorkspaceImagePermissions
- RebuildWorkspaces
- ImportWorkspaceImage
- ModifyWorkspaceState
- CreateIpGroup
- DisassociateConnectionAlias
- ModifyWorkspaceCreationProperties
- RegisterWorkspaceDirectory
- RestoreWorkspace
- DescribeConnectionAliasPermissions
- CreateTags
- CreateWorkspaceBundle
- DeleteTags
- ModifyWorkspaceAccessProperties
- UpdateRulesOfIpGroup
- DeleteWorkspaceImage
- StopWorkspaces
- AssociateIpGroups
- ModifySelfservicePermissions
- DeleteConnectionAlias
- DescribeWorkspacesConnectionStatus (Paginated)
- CreateConnectionAlias
- RebootWorkspaces
- DeleteIpGroup
- CopyWorkspaceImage
- DescribeWorkspaceSnapshots
- TerminateWorkspaces
- UpdateConnectionAliasPermission
- CreateWorkspaces
- DescribeClientProperties
- ModifyClientProperties
- DescribeIpGroups (Paginated)
- DeleteWorkspaceBundle
- UpdateWorkspaceBundle
- ListAvailableManagementCidrRanges (Paginated)
- UpdateWorkspaceImagePermission
- CreateUpdatedWorkspaceImage
- DescribeWorkspaces (Paginated)
- DescribeConnectionAliases
- StartWorkspaces
- DescribeAccountModifications (Paginated)
- ModifyAccount
- Types
- AccessPropertyValue
- Application
- AssociationStatus
- Compute
- ConnectionAliasState
- ConnectionState
- DedicatedTenancyModificationStateEnum
- DedicatedTenancySupportEnum
- DedicatedTenancySupportResultEnum
- ImageType
- ModificationResourceEnum
- ModificationStateEnum
- OperatingSystemType
- ReconnectEnum
- RunningMode
- TargetWorkspaceState
- Tenancy
- WorkspaceDirectoryState
- WorkspaceDirectoryType
- WorkspaceImageIngestionProcess
- WorkspaceImageRequiredTenancy
- WorkspaceImageState
- WorkspaceState
- AccountModification
- ClientProperties
- ClientPropertiesResult
- ComputeType
- ConnectionAlias
- ConnectionAliasAssociation
- ConnectionAliasPermission
- DefaultWorkspaceCreationProperties
- FailedCreateWorkspaceRequest
- FailedWorkspaceChangeRequest
- ImagePermission
- IpRuleItem
- ModificationState
- OperatingSystem
- RebootRequest
- RebuildRequest
- RootStorage
- SelfservicePermissions
- Snapshot
- StartRequest
- StopRequest
- Tag
- TerminateRequest
- UpdateResult
- UserStorage
- Workspace
- WorkspaceAccessProperties
- WorkspaceBundle
- WorkspaceConnectionStatus
- WorkspaceCreationProperties
- WorkspaceDirectory
- WorkspaceImage
- WorkspaceProperties
- WorkspaceRequest
- WorkspacesIpGroup
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 and Amazon Linux desktops for your users.
Synopsis
- defaultService :: Service
- _UnsupportedNetworkConfigurationException :: AsError a => Getting (First ServiceError) a ServiceError
- _AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceCreationFailedException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidParameterValuesException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceAssociatedException :: AsError a => Getting (First ServiceError) a ServiceError
- _OperationInProgressException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidResourceStateException :: AsError a => Getting (First ServiceError) a ServiceError
- _OperationNotSupportedException :: AsError a => Getting (First ServiceError) a ServiceError
- _UnsupportedWorkspaceConfigurationException :: AsError a => Getting (First ServiceError) a ServiceError
- _WorkspacesDefaultRoleNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- data AssociateConnectionAlias = AssociateConnectionAlias' Text Text
- newAssociateConnectionAlias :: Text -> Text -> AssociateConnectionAlias
- data AssociateConnectionAliasResponse = AssociateConnectionAliasResponse' (Maybe Text) Int
- newAssociateConnectionAliasResponse :: Int -> AssociateConnectionAliasResponse
- data DescribeAccount = DescribeAccount' {
- newDescribeAccount :: DescribeAccount
- data DescribeAccountResponse = DescribeAccountResponse' (Maybe DedicatedTenancySupportResultEnum) (Maybe Text) Int
- newDescribeAccountResponse :: Int -> DescribeAccountResponse
- data RevokeIpRules = RevokeIpRules' Text [Text]
- newRevokeIpRules :: Text -> RevokeIpRules
- data RevokeIpRulesResponse = RevokeIpRulesResponse' Int
- newRevokeIpRulesResponse :: Int -> RevokeIpRulesResponse
- data DescribeWorkspaceImages = DescribeWorkspaceImages' (Maybe (NonEmpty Text)) (Maybe Text) (Maybe ImageType) (Maybe Natural)
- newDescribeWorkspaceImages :: DescribeWorkspaceImages
- data DescribeWorkspaceImagesResponse = DescribeWorkspaceImagesResponse' (Maybe [WorkspaceImage]) (Maybe Text) Int
- newDescribeWorkspaceImagesResponse :: Int -> DescribeWorkspaceImagesResponse
- data ModifyWorkspaceProperties = ModifyWorkspaceProperties' Text WorkspaceProperties
- newModifyWorkspaceProperties :: Text -> WorkspaceProperties -> ModifyWorkspaceProperties
- data ModifyWorkspacePropertiesResponse = ModifyWorkspacePropertiesResponse' Int
- newModifyWorkspacePropertiesResponse :: Int -> ModifyWorkspacePropertiesResponse
- data DeregisterWorkspaceDirectory = DeregisterWorkspaceDirectory' Text
- newDeregisterWorkspaceDirectory :: Text -> DeregisterWorkspaceDirectory
- data DeregisterWorkspaceDirectoryResponse = DeregisterWorkspaceDirectoryResponse' Int
- newDeregisterWorkspaceDirectoryResponse :: Int -> DeregisterWorkspaceDirectoryResponse
- data MigrateWorkspace = MigrateWorkspace' Text Text
- newMigrateWorkspace :: Text -> Text -> MigrateWorkspace
- data MigrateWorkspaceResponse = MigrateWorkspaceResponse' (Maybe Text) (Maybe Text) Int
- newMigrateWorkspaceResponse :: Int -> MigrateWorkspaceResponse
- data DescribeTags = DescribeTags' Text
- newDescribeTags :: Text -> DescribeTags
- data DescribeTagsResponse = DescribeTagsResponse' (Maybe [Tag]) Int
- newDescribeTagsResponse :: Int -> DescribeTagsResponse
- data DescribeWorkspaceDirectories = DescribeWorkspaceDirectories' (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Natural)
- newDescribeWorkspaceDirectories :: DescribeWorkspaceDirectories
- data DescribeWorkspaceDirectoriesResponse = DescribeWorkspaceDirectoriesResponse' (Maybe [WorkspaceDirectory]) (Maybe Text) Int
- newDescribeWorkspaceDirectoriesResponse :: Int -> DescribeWorkspaceDirectoriesResponse
- data DisassociateIpGroups = DisassociateIpGroups' Text [Text]
- newDisassociateIpGroups :: Text -> DisassociateIpGroups
- data DisassociateIpGroupsResponse = DisassociateIpGroupsResponse' Int
- newDisassociateIpGroupsResponse :: Int -> DisassociateIpGroupsResponse
- data DescribeWorkspaceBundles = DescribeWorkspaceBundles' (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Text)
- newDescribeWorkspaceBundles :: DescribeWorkspaceBundles
- data DescribeWorkspaceBundlesResponse = DescribeWorkspaceBundlesResponse' (Maybe [WorkspaceBundle]) (Maybe Text) Int
- newDescribeWorkspaceBundlesResponse :: Int -> DescribeWorkspaceBundlesResponse
- data AuthorizeIpRules = AuthorizeIpRules' Text [IpRuleItem]
- newAuthorizeIpRules :: Text -> AuthorizeIpRules
- data AuthorizeIpRulesResponse = AuthorizeIpRulesResponse' Int
- newAuthorizeIpRulesResponse :: Int -> AuthorizeIpRulesResponse
- data DescribeWorkspaceImagePermissions = DescribeWorkspaceImagePermissions' (Maybe Text) (Maybe Natural) Text
- newDescribeWorkspaceImagePermissions :: Text -> DescribeWorkspaceImagePermissions
- data DescribeWorkspaceImagePermissionsResponse = DescribeWorkspaceImagePermissionsResponse' (Maybe [ImagePermission]) (Maybe Text) (Maybe Text) Int
- newDescribeWorkspaceImagePermissionsResponse :: Int -> DescribeWorkspaceImagePermissionsResponse
- data RebuildWorkspaces = RebuildWorkspaces' (NonEmpty RebuildRequest)
- newRebuildWorkspaces :: NonEmpty RebuildRequest -> RebuildWorkspaces
- data RebuildWorkspacesResponse = RebuildWorkspacesResponse' (Maybe [FailedWorkspaceChangeRequest]) Int
- newRebuildWorkspacesResponse :: Int -> RebuildWorkspacesResponse
- data ImportWorkspaceImage = ImportWorkspaceImage' (Maybe (NonEmpty Application)) (Maybe [Tag]) Text WorkspaceImageIngestionProcess Text Text
- newImportWorkspaceImage :: Text -> WorkspaceImageIngestionProcess -> Text -> Text -> ImportWorkspaceImage
- data ImportWorkspaceImageResponse = ImportWorkspaceImageResponse' (Maybe Text) Int
- newImportWorkspaceImageResponse :: Int -> ImportWorkspaceImageResponse
- data ModifyWorkspaceState = ModifyWorkspaceState' Text TargetWorkspaceState
- newModifyWorkspaceState :: Text -> TargetWorkspaceState -> ModifyWorkspaceState
- data ModifyWorkspaceStateResponse = ModifyWorkspaceStateResponse' Int
- newModifyWorkspaceStateResponse :: Int -> ModifyWorkspaceStateResponse
- data CreateIpGroup = CreateIpGroup' (Maybe Text) (Maybe [IpRuleItem]) (Maybe [Tag]) Text
- newCreateIpGroup :: Text -> CreateIpGroup
- data CreateIpGroupResponse = CreateIpGroupResponse' (Maybe Text) Int
- newCreateIpGroupResponse :: Int -> CreateIpGroupResponse
- data DisassociateConnectionAlias = DisassociateConnectionAlias' Text
- newDisassociateConnectionAlias :: Text -> DisassociateConnectionAlias
- data DisassociateConnectionAliasResponse = DisassociateConnectionAliasResponse' Int
- newDisassociateConnectionAliasResponse :: Int -> DisassociateConnectionAliasResponse
- data ModifyWorkspaceCreationProperties = ModifyWorkspaceCreationProperties' Text WorkspaceCreationProperties
- newModifyWorkspaceCreationProperties :: Text -> WorkspaceCreationProperties -> ModifyWorkspaceCreationProperties
- data ModifyWorkspaceCreationPropertiesResponse = ModifyWorkspaceCreationPropertiesResponse' Int
- newModifyWorkspaceCreationPropertiesResponse :: Int -> ModifyWorkspaceCreationPropertiesResponse
- data RegisterWorkspaceDirectory = RegisterWorkspaceDirectory' (Maybe [Text]) (Maybe Bool) (Maybe Tenancy) (Maybe [Tag]) Text Bool
- newRegisterWorkspaceDirectory :: Text -> Bool -> RegisterWorkspaceDirectory
- data RegisterWorkspaceDirectoryResponse = RegisterWorkspaceDirectoryResponse' Int
- newRegisterWorkspaceDirectoryResponse :: Int -> RegisterWorkspaceDirectoryResponse
- data RestoreWorkspace = RestoreWorkspace' Text
- newRestoreWorkspace :: Text -> RestoreWorkspace
- data RestoreWorkspaceResponse = RestoreWorkspaceResponse' Int
- newRestoreWorkspaceResponse :: Int -> RestoreWorkspaceResponse
- data DescribeConnectionAliasPermissions = DescribeConnectionAliasPermissions' (Maybe Text) (Maybe Natural) Text
- newDescribeConnectionAliasPermissions :: Text -> DescribeConnectionAliasPermissions
- data DescribeConnectionAliasPermissionsResponse = DescribeConnectionAliasPermissionsResponse' (Maybe Text) (Maybe Text) (Maybe (NonEmpty ConnectionAliasPermission)) Int
- newDescribeConnectionAliasPermissionsResponse :: Int -> DescribeConnectionAliasPermissionsResponse
- data CreateTags = CreateTags' Text [Tag]
- newCreateTags :: Text -> CreateTags
- data CreateTagsResponse = CreateTagsResponse' Int
- newCreateTagsResponse :: Int -> CreateTagsResponse
- data CreateWorkspaceBundle = CreateWorkspaceBundle' (Maybe RootStorage) (Maybe [Tag]) Text Text Text ComputeType UserStorage
- newCreateWorkspaceBundle :: Text -> Text -> Text -> ComputeType -> UserStorage -> CreateWorkspaceBundle
- data CreateWorkspaceBundleResponse = CreateWorkspaceBundleResponse' (Maybe WorkspaceBundle) Int
- newCreateWorkspaceBundleResponse :: Int -> CreateWorkspaceBundleResponse
- data DeleteTags = DeleteTags' Text [Text]
- newDeleteTags :: Text -> DeleteTags
- data DeleteTagsResponse = DeleteTagsResponse' Int
- newDeleteTagsResponse :: Int -> DeleteTagsResponse
- data ModifyWorkspaceAccessProperties = ModifyWorkspaceAccessProperties' Text WorkspaceAccessProperties
- newModifyWorkspaceAccessProperties :: Text -> WorkspaceAccessProperties -> ModifyWorkspaceAccessProperties
- data ModifyWorkspaceAccessPropertiesResponse = ModifyWorkspaceAccessPropertiesResponse' Int
- newModifyWorkspaceAccessPropertiesResponse :: Int -> ModifyWorkspaceAccessPropertiesResponse
- data UpdateRulesOfIpGroup = UpdateRulesOfIpGroup' Text [IpRuleItem]
- newUpdateRulesOfIpGroup :: Text -> UpdateRulesOfIpGroup
- data UpdateRulesOfIpGroupResponse = UpdateRulesOfIpGroupResponse' Int
- newUpdateRulesOfIpGroupResponse :: Int -> UpdateRulesOfIpGroupResponse
- data DeleteWorkspaceImage = DeleteWorkspaceImage' Text
- newDeleteWorkspaceImage :: Text -> DeleteWorkspaceImage
- data DeleteWorkspaceImageResponse = DeleteWorkspaceImageResponse' Int
- newDeleteWorkspaceImageResponse :: Int -> DeleteWorkspaceImageResponse
- data StopWorkspaces = StopWorkspaces' (NonEmpty StopRequest)
- newStopWorkspaces :: NonEmpty StopRequest -> StopWorkspaces
- data StopWorkspacesResponse = StopWorkspacesResponse' (Maybe [FailedWorkspaceChangeRequest]) Int
- newStopWorkspacesResponse :: Int -> StopWorkspacesResponse
- data AssociateIpGroups = AssociateIpGroups' Text [Text]
- newAssociateIpGroups :: Text -> AssociateIpGroups
- data AssociateIpGroupsResponse = AssociateIpGroupsResponse' Int
- newAssociateIpGroupsResponse :: Int -> AssociateIpGroupsResponse
- data ModifySelfservicePermissions = ModifySelfservicePermissions' Text SelfservicePermissions
- newModifySelfservicePermissions :: Text -> SelfservicePermissions -> ModifySelfservicePermissions
- data ModifySelfservicePermissionsResponse = ModifySelfservicePermissionsResponse' Int
- newModifySelfservicePermissionsResponse :: Int -> ModifySelfservicePermissionsResponse
- data DeleteConnectionAlias = DeleteConnectionAlias' Text
- newDeleteConnectionAlias :: Text -> DeleteConnectionAlias
- data DeleteConnectionAliasResponse = DeleteConnectionAliasResponse' Int
- newDeleteConnectionAliasResponse :: Int -> DeleteConnectionAliasResponse
- data DescribeWorkspacesConnectionStatus = DescribeWorkspacesConnectionStatus' (Maybe (NonEmpty Text)) (Maybe Text)
- newDescribeWorkspacesConnectionStatus :: DescribeWorkspacesConnectionStatus
- data DescribeWorkspacesConnectionStatusResponse = DescribeWorkspacesConnectionStatusResponse' (Maybe Text) (Maybe [WorkspaceConnectionStatus]) Int
- newDescribeWorkspacesConnectionStatusResponse :: Int -> DescribeWorkspacesConnectionStatusResponse
- data CreateConnectionAlias = CreateConnectionAlias' (Maybe [Tag]) Text
- newCreateConnectionAlias :: Text -> CreateConnectionAlias
- data CreateConnectionAliasResponse = CreateConnectionAliasResponse' (Maybe Text) Int
- newCreateConnectionAliasResponse :: Int -> CreateConnectionAliasResponse
- data RebootWorkspaces = RebootWorkspaces' (NonEmpty RebootRequest)
- newRebootWorkspaces :: NonEmpty RebootRequest -> RebootWorkspaces
- data RebootWorkspacesResponse = RebootWorkspacesResponse' (Maybe [FailedWorkspaceChangeRequest]) Int
- newRebootWorkspacesResponse :: Int -> RebootWorkspacesResponse
- data DeleteIpGroup = DeleteIpGroup' Text
- newDeleteIpGroup :: Text -> DeleteIpGroup
- data DeleteIpGroupResponse = DeleteIpGroupResponse' Int
- newDeleteIpGroupResponse :: Int -> DeleteIpGroupResponse
- data CopyWorkspaceImage = CopyWorkspaceImage' (Maybe Text) (Maybe [Tag]) Text Text Text
- newCopyWorkspaceImage :: Text -> Text -> Text -> CopyWorkspaceImage
- data CopyWorkspaceImageResponse = CopyWorkspaceImageResponse' (Maybe Text) Int
- newCopyWorkspaceImageResponse :: Int -> CopyWorkspaceImageResponse
- data DescribeWorkspaceSnapshots = DescribeWorkspaceSnapshots' Text
- newDescribeWorkspaceSnapshots :: Text -> DescribeWorkspaceSnapshots
- data DescribeWorkspaceSnapshotsResponse = DescribeWorkspaceSnapshotsResponse' (Maybe [Snapshot]) (Maybe [Snapshot]) Int
- newDescribeWorkspaceSnapshotsResponse :: Int -> DescribeWorkspaceSnapshotsResponse
- data TerminateWorkspaces = TerminateWorkspaces' (NonEmpty TerminateRequest)
- newTerminateWorkspaces :: NonEmpty TerminateRequest -> TerminateWorkspaces
- data TerminateWorkspacesResponse = TerminateWorkspacesResponse' (Maybe [FailedWorkspaceChangeRequest]) Int
- newTerminateWorkspacesResponse :: Int -> TerminateWorkspacesResponse
- data UpdateConnectionAliasPermission = UpdateConnectionAliasPermission' Text ConnectionAliasPermission
- newUpdateConnectionAliasPermission :: Text -> ConnectionAliasPermission -> UpdateConnectionAliasPermission
- data UpdateConnectionAliasPermissionResponse = UpdateConnectionAliasPermissionResponse' Int
- newUpdateConnectionAliasPermissionResponse :: Int -> UpdateConnectionAliasPermissionResponse
- data CreateWorkspaces = CreateWorkspaces' (NonEmpty WorkspaceRequest)
- newCreateWorkspaces :: NonEmpty WorkspaceRequest -> CreateWorkspaces
- data CreateWorkspacesResponse = CreateWorkspacesResponse' (Maybe [FailedCreateWorkspaceRequest]) (Maybe [Workspace]) Int
- newCreateWorkspacesResponse :: Int -> CreateWorkspacesResponse
- data DescribeClientProperties = DescribeClientProperties' (NonEmpty Text)
- newDescribeClientProperties :: NonEmpty Text -> DescribeClientProperties
- data DescribeClientPropertiesResponse = DescribeClientPropertiesResponse' (Maybe [ClientPropertiesResult]) Int
- newDescribeClientPropertiesResponse :: Int -> DescribeClientPropertiesResponse
- data ModifyClientProperties = ModifyClientProperties' Text ClientProperties
- newModifyClientProperties :: Text -> ClientProperties -> ModifyClientProperties
- data ModifyClientPropertiesResponse = ModifyClientPropertiesResponse' Int
- newModifyClientPropertiesResponse :: Int -> ModifyClientPropertiesResponse
- data DescribeIpGroups = DescribeIpGroups' (Maybe [Text]) (Maybe Text) (Maybe Natural)
- newDescribeIpGroups :: DescribeIpGroups
- data DescribeIpGroupsResponse = DescribeIpGroupsResponse' (Maybe [WorkspacesIpGroup]) (Maybe Text) Int
- newDescribeIpGroupsResponse :: Int -> DescribeIpGroupsResponse
- data DeleteWorkspaceBundle = DeleteWorkspaceBundle' (Maybe Text)
- newDeleteWorkspaceBundle :: DeleteWorkspaceBundle
- data DeleteWorkspaceBundleResponse = DeleteWorkspaceBundleResponse' Int
- newDeleteWorkspaceBundleResponse :: Int -> DeleteWorkspaceBundleResponse
- data UpdateWorkspaceBundle = UpdateWorkspaceBundle' (Maybe Text) (Maybe Text)
- newUpdateWorkspaceBundle :: UpdateWorkspaceBundle
- data UpdateWorkspaceBundleResponse = UpdateWorkspaceBundleResponse' Int
- newUpdateWorkspaceBundleResponse :: Int -> UpdateWorkspaceBundleResponse
- data ListAvailableManagementCidrRanges = ListAvailableManagementCidrRanges' (Maybe Text) (Maybe Natural) Text
- newListAvailableManagementCidrRanges :: Text -> ListAvailableManagementCidrRanges
- data ListAvailableManagementCidrRangesResponse = ListAvailableManagementCidrRangesResponse' (Maybe [Text]) (Maybe Text) Int
- newListAvailableManagementCidrRangesResponse :: Int -> ListAvailableManagementCidrRangesResponse
- data UpdateWorkspaceImagePermission = UpdateWorkspaceImagePermission' Text Bool Text
- newUpdateWorkspaceImagePermission :: Text -> Bool -> Text -> UpdateWorkspaceImagePermission
- data UpdateWorkspaceImagePermissionResponse = UpdateWorkspaceImagePermissionResponse' Int
- newUpdateWorkspaceImagePermissionResponse :: Int -> UpdateWorkspaceImagePermissionResponse
- data CreateUpdatedWorkspaceImage = CreateUpdatedWorkspaceImage' (Maybe [Tag]) Text Text Text
- newCreateUpdatedWorkspaceImage :: Text -> Text -> Text -> CreateUpdatedWorkspaceImage
- data CreateUpdatedWorkspaceImageResponse = CreateUpdatedWorkspaceImageResponse' (Maybe Text) Int
- newCreateUpdatedWorkspaceImageResponse :: Int -> CreateUpdatedWorkspaceImageResponse
- data DescribeWorkspaces = DescribeWorkspaces' (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Natural)
- newDescribeWorkspaces :: DescribeWorkspaces
- data DescribeWorkspacesResponse = DescribeWorkspacesResponse' (Maybe Text) (Maybe [Workspace]) Int
- newDescribeWorkspacesResponse :: Int -> DescribeWorkspacesResponse
- data DescribeConnectionAliases = DescribeConnectionAliases' (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Natural)
- newDescribeConnectionAliases :: DescribeConnectionAliases
- data DescribeConnectionAliasesResponse = DescribeConnectionAliasesResponse' (Maybe (NonEmpty ConnectionAlias)) (Maybe Text) Int
- newDescribeConnectionAliasesResponse :: Int -> DescribeConnectionAliasesResponse
- data StartWorkspaces = StartWorkspaces' (NonEmpty StartRequest)
- newStartWorkspaces :: NonEmpty StartRequest -> StartWorkspaces
- data StartWorkspacesResponse = StartWorkspacesResponse' (Maybe [FailedWorkspaceChangeRequest]) Int
- newStartWorkspacesResponse :: Int -> StartWorkspacesResponse
- data DescribeAccountModifications = DescribeAccountModifications' (Maybe Text)
- newDescribeAccountModifications :: DescribeAccountModifications
- data DescribeAccountModificationsResponse = DescribeAccountModificationsResponse' (Maybe [AccountModification]) (Maybe Text) Int
- newDescribeAccountModificationsResponse :: Int -> DescribeAccountModificationsResponse
- data ModifyAccount = ModifyAccount' (Maybe DedicatedTenancySupportEnum) (Maybe Text)
- newModifyAccount :: ModifyAccount
- data ModifyAccountResponse = ModifyAccountResponse' Int
- newModifyAccountResponse :: Int -> ModifyAccountResponse
- newtype AccessPropertyValue where
- newtype Application where
- Application' { }
- pattern Application_Microsoft_Office_2016 :: Application
- pattern Application_Microsoft_Office_2019 :: Application
- newtype AssociationStatus where
- AssociationStatus' { }
- pattern AssociationStatus_ASSOCIATED_WITH_OWNER_ACCOUNT :: AssociationStatus
- pattern AssociationStatus_ASSOCIATED_WITH_SHARED_ACCOUNT :: AssociationStatus
- pattern AssociationStatus_NOT_ASSOCIATED :: AssociationStatus
- pattern AssociationStatus_PENDING_ASSOCIATION :: AssociationStatus
- pattern AssociationStatus_PENDING_DISASSOCIATION :: AssociationStatus
- newtype Compute where
- Compute' {
- fromCompute :: Text
- pattern Compute_GRAPHICS :: Compute
- pattern Compute_GRAPHICSPRO :: Compute
- pattern Compute_PERFORMANCE :: Compute
- pattern Compute_POWER :: Compute
- pattern Compute_POWERPRO :: Compute
- pattern Compute_STANDARD :: Compute
- pattern Compute_VALUE :: Compute
- Compute' {
- newtype ConnectionAliasState where
- newtype ConnectionState where
- ConnectionState' { }
- pattern ConnectionState_CONNECTED :: ConnectionState
- pattern ConnectionState_DISCONNECTED :: ConnectionState
- pattern ConnectionState_UNKNOWN :: ConnectionState
- newtype DedicatedTenancyModificationStateEnum where
- DedicatedTenancyModificationStateEnum' { }
- pattern DedicatedTenancyModificationStateEnum_COMPLETED :: DedicatedTenancyModificationStateEnum
- pattern DedicatedTenancyModificationStateEnum_FAILED :: DedicatedTenancyModificationStateEnum
- pattern DedicatedTenancyModificationStateEnum_PENDING :: DedicatedTenancyModificationStateEnum
- newtype DedicatedTenancySupportEnum where
- newtype DedicatedTenancySupportResultEnum where
- newtype ImageType where
- ImageType' { }
- pattern ImageType_OWNED :: ImageType
- pattern ImageType_SHARED :: ImageType
- newtype ModificationResourceEnum where
- newtype ModificationStateEnum where
- newtype OperatingSystemType where
- newtype ReconnectEnum where
- ReconnectEnum' { }
- pattern ReconnectEnum_DISABLED :: ReconnectEnum
- pattern ReconnectEnum_ENABLED :: ReconnectEnum
- newtype RunningMode where
- RunningMode' { }
- pattern RunningMode_ALWAYS_ON :: RunningMode
- pattern RunningMode_AUTO_STOP :: RunningMode
- newtype TargetWorkspaceState where
- newtype Tenancy where
- Tenancy' {
- fromTenancy :: Text
- pattern Tenancy_DEDICATED :: Tenancy
- pattern Tenancy_SHARED :: Tenancy
- Tenancy' {
- newtype WorkspaceDirectoryState where
- WorkspaceDirectoryState' { }
- pattern WorkspaceDirectoryState_DEREGISTERED :: WorkspaceDirectoryState
- pattern WorkspaceDirectoryState_DEREGISTERING :: WorkspaceDirectoryState
- pattern WorkspaceDirectoryState_ERROR :: WorkspaceDirectoryState
- pattern WorkspaceDirectoryState_REGISTERED :: WorkspaceDirectoryState
- pattern WorkspaceDirectoryState_REGISTERING :: WorkspaceDirectoryState
- newtype WorkspaceDirectoryType where
- newtype WorkspaceImageIngestionProcess where
- WorkspaceImageIngestionProcess' { }
- pattern WorkspaceImageIngestionProcess_BYOL_GRAPHICS :: WorkspaceImageIngestionProcess
- pattern WorkspaceImageIngestionProcess_BYOL_GRAPHICSPRO :: WorkspaceImageIngestionProcess
- pattern WorkspaceImageIngestionProcess_BYOL_REGULAR :: WorkspaceImageIngestionProcess
- pattern WorkspaceImageIngestionProcess_BYOL_REGULAR_WSP :: WorkspaceImageIngestionProcess
- newtype WorkspaceImageRequiredTenancy where
- newtype WorkspaceImageState where
- newtype WorkspaceState where
- WorkspaceState' { }
- pattern WorkspaceState_ADMIN_MAINTENANCE :: WorkspaceState
- pattern WorkspaceState_AVAILABLE :: WorkspaceState
- pattern WorkspaceState_ERROR :: WorkspaceState
- pattern WorkspaceState_IMPAIRED :: WorkspaceState
- pattern WorkspaceState_MAINTENANCE :: WorkspaceState
- pattern WorkspaceState_PENDING :: WorkspaceState
- pattern WorkspaceState_REBOOTING :: WorkspaceState
- pattern WorkspaceState_REBUILDING :: WorkspaceState
- pattern WorkspaceState_RESTORING :: WorkspaceState
- pattern WorkspaceState_STARTING :: WorkspaceState
- pattern WorkspaceState_STOPPED :: WorkspaceState
- pattern WorkspaceState_STOPPING :: WorkspaceState
- pattern WorkspaceState_SUSPENDED :: WorkspaceState
- pattern WorkspaceState_TERMINATED :: WorkspaceState
- pattern WorkspaceState_TERMINATING :: WorkspaceState
- pattern WorkspaceState_UNHEALTHY :: WorkspaceState
- pattern WorkspaceState_UPDATING :: WorkspaceState
- data AccountModification = AccountModification' (Maybe POSIX) (Maybe DedicatedTenancySupportResultEnum) (Maybe DedicatedTenancyModificationStateEnum) (Maybe Text) (Maybe Text) (Maybe Text)
- newAccountModification :: AccountModification
- data ClientProperties = ClientProperties' (Maybe ReconnectEnum)
- newClientProperties :: ClientProperties
- data ClientPropertiesResult = ClientPropertiesResult' (Maybe Text) (Maybe ClientProperties)
- newClientPropertiesResult :: ClientPropertiesResult
- data ComputeType = ComputeType' (Maybe Compute)
- newComputeType :: ComputeType
- data ConnectionAlias = ConnectionAlias' (Maybe ConnectionAliasState) (Maybe Text) (Maybe Text) (Maybe (NonEmpty ConnectionAliasAssociation)) (Maybe Text)
- newConnectionAlias :: ConnectionAlias
- data ConnectionAliasAssociation = ConnectionAliasAssociation' (Maybe Text) (Maybe Text) (Maybe AssociationStatus) (Maybe Text)
- newConnectionAliasAssociation :: ConnectionAliasAssociation
- data ConnectionAliasPermission = ConnectionAliasPermission' Text Bool
- newConnectionAliasPermission :: Text -> Bool -> ConnectionAliasPermission
- data DefaultWorkspaceCreationProperties = DefaultWorkspaceCreationProperties' (Maybe Text) (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe Text)
- newDefaultWorkspaceCreationProperties :: DefaultWorkspaceCreationProperties
- data FailedCreateWorkspaceRequest = FailedCreateWorkspaceRequest' (Maybe WorkspaceRequest) (Maybe Text) (Maybe Text)
- newFailedCreateWorkspaceRequest :: FailedCreateWorkspaceRequest
- data FailedWorkspaceChangeRequest = FailedWorkspaceChangeRequest' (Maybe Text) (Maybe Text) (Maybe Text)
- newFailedWorkspaceChangeRequest :: FailedWorkspaceChangeRequest
- data ImagePermission = ImagePermission' (Maybe Text)
- newImagePermission :: ImagePermission
- data IpRuleItem = IpRuleItem' (Maybe Text) (Maybe Text)
- newIpRuleItem :: IpRuleItem
- data ModificationState = ModificationState' (Maybe ModificationStateEnum) (Maybe ModificationResourceEnum)
- newModificationState :: ModificationState
- data OperatingSystem = OperatingSystem' (Maybe OperatingSystemType)
- newOperatingSystem :: OperatingSystem
- data RebootRequest = RebootRequest' Text
- newRebootRequest :: Text -> RebootRequest
- data RebuildRequest = RebuildRequest' Text
- newRebuildRequest :: Text -> RebuildRequest
- data RootStorage = RootStorage' (Maybe Text)
- newRootStorage :: RootStorage
- data SelfservicePermissions = SelfservicePermissions' (Maybe ReconnectEnum) (Maybe ReconnectEnum) (Maybe ReconnectEnum) (Maybe ReconnectEnum) (Maybe ReconnectEnum)
- newSelfservicePermissions :: SelfservicePermissions
- data Snapshot = Snapshot' (Maybe POSIX)
- newSnapshot :: Snapshot
- data StartRequest = StartRequest' (Maybe Text)
- newStartRequest :: StartRequest
- data StopRequest = StopRequest' (Maybe Text)
- newStopRequest :: StopRequest
- data Tag = Tag' (Maybe Text) Text
- newTag :: Text -> Tag
- data TerminateRequest = TerminateRequest' Text
- newTerminateRequest :: Text -> TerminateRequest
- data UpdateResult = UpdateResult' (Maybe Bool) (Maybe Text)
- newUpdateResult :: UpdateResult
- data UserStorage = UserStorage' (Maybe Text)
- newUserStorage :: UserStorage
- data Workspace = Workspace' (Maybe Text) (Maybe WorkspaceState) (Maybe Text) (Maybe [ModificationState]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe WorkspaceProperties) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Text)
- newWorkspace :: Workspace
- data WorkspaceAccessProperties = WorkspaceAccessProperties' (Maybe AccessPropertyValue) (Maybe AccessPropertyValue) (Maybe AccessPropertyValue) (Maybe AccessPropertyValue) (Maybe AccessPropertyValue) (Maybe AccessPropertyValue) (Maybe AccessPropertyValue) (Maybe AccessPropertyValue)
- newWorkspaceAccessProperties :: WorkspaceAccessProperties
- data WorkspaceBundle = WorkspaceBundle' (Maybe POSIX) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe RootStorage) (Maybe Text) (Maybe Text) (Maybe ComputeType) (Maybe UserStorage) (Maybe Text)
- newWorkspaceBundle :: WorkspaceBundle
- data WorkspaceConnectionStatus = WorkspaceConnectionStatus' (Maybe POSIX) (Maybe POSIX) (Maybe Text) (Maybe ConnectionState)
- newWorkspaceConnectionStatus :: WorkspaceConnectionStatus
- data WorkspaceCreationProperties = WorkspaceCreationProperties' (Maybe Text) (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe Text)
- newWorkspaceCreationProperties :: WorkspaceCreationProperties
- data WorkspaceDirectory = WorkspaceDirectory' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe WorkspaceDirectoryState) (Maybe Text) (Maybe [Text]) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe WorkspaceDirectoryType) (Maybe Tenancy) (Maybe DefaultWorkspaceCreationProperties) (Maybe [Text]) (Maybe WorkspaceAccessProperties) (Maybe Text) (Maybe SelfservicePermissions)
- newWorkspaceDirectory :: WorkspaceDirectory
- data WorkspaceImage = WorkspaceImage' (Maybe WorkspaceImageState) (Maybe Text) (Maybe OperatingSystem) (Maybe POSIX) (Maybe WorkspaceImageRequiredTenancy) (Maybe Text) (Maybe UpdateResult) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text)
- newWorkspaceImage :: WorkspaceImage
- data WorkspaceProperties = WorkspaceProperties' (Maybe Compute) (Maybe RunningMode) (Maybe Int) (Maybe Int) (Maybe Int)
- newWorkspaceProperties :: WorkspaceProperties
- data WorkspaceRequest = WorkspaceRequest' (Maybe WorkspaceProperties) (Maybe Bool) (Maybe Text) (Maybe Bool) (Maybe [Tag]) Text Text Text
- newWorkspaceRequest :: Text -> Text -> Text -> WorkspaceRequest
- data WorkspacesIpGroup = WorkspacesIpGroup' (Maybe Text) (Maybe [IpRuleItem]) (Maybe Text) (Maybe Text)
- newWorkspacesIpGroup :: WorkspacesIpGroup
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
.
UnsupportedNetworkConfigurationException
_UnsupportedNetworkConfigurationException :: AsError a => Getting (First ServiceError) 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.
AccessDeniedException
_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The user is not authorized to access a resource.
ResourceCreationFailedException
_ResourceCreationFailedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The resource could not be created.
ResourceUnavailableException
_ResourceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified resource is not available.
InvalidParameterValuesException
_InvalidParameterValuesException :: AsError a => Getting (First ServiceError) a ServiceError Source #
One or more parameter values are not valid.
ResourceAssociatedException
_ResourceAssociatedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The resource is associated with a directory.
OperationInProgressException
_OperationInProgressException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The properties of this WorkSpace are currently being modified. Try again in a moment.
ResourceAlreadyExistsException
_ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified resource already exists.
ResourceLimitExceededException
_ResourceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Your resource limits have been exceeded.
InvalidResourceStateException
_InvalidResourceStateException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The state of the resource is not valid for this operation.
OperationNotSupportedException
_OperationNotSupportedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
This operation is not supported.
UnsupportedWorkspaceConfigurationException
_UnsupportedWorkspaceConfigurationException :: AsError a => Getting (First ServiceError) 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 => Getting (First ServiceError) 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.
ResourceNotFoundException
_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The resource could not be found.
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
newAssociateConnectionAlias Source #
:: Text | |
-> Text | |
-> AssociateConnectionAlias |
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:
$sel:aliasId:AssociateConnectionAlias'
, associateConnectionAlias_aliasId
- The identifier of the connection alias.
$sel:resourceId:AssociateConnectionAlias'
, associateConnectionAlias_resourceId
- The identifier of the directory to associate the connection alias with.
data AssociateConnectionAliasResponse Source #
See: newAssociateConnectionAliasResponse
smart constructor.
Instances
Eq AssociateConnectionAliasResponse Source # | |
Read AssociateConnectionAliasResponse Source # | |
Show AssociateConnectionAliasResponse Source # | |
Generic AssociateConnectionAliasResponse Source # | |
NFData AssociateConnectionAliasResponse Source # | |
Defined in Amazonka.WorkSpaces.AssociateConnectionAlias rnf :: AssociateConnectionAliasResponse -> () # | |
type Rep AssociateConnectionAliasResponse Source # | |
Defined in Amazonka.WorkSpaces.AssociateConnectionAlias type Rep AssociateConnectionAliasResponse = D1 ('MetaData "AssociateConnectionAliasResponse" "Amazonka.WorkSpaces.AssociateConnectionAlias" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" '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:
$sel:connectionIdentifier: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.
DescribeAccount
data DescribeAccount Source #
See: newDescribeAccount
smart constructor.
Instances
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
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:
$sel:dedicatedTenancySupport:DescribeAccountResponse'
, describeAccountResponse_dedicatedTenancySupport
- The status of BYOL (whether BYOL is enabled or disabled).
$sel:dedicatedTenancyManagementCidrRange: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.
$sel:httpStatus:DescribeAccountResponse'
, describeAccountResponse_httpStatus
- The response's http status code.
RevokeIpRules
data RevokeIpRules Source #
See: newRevokeIpRules
smart constructor.
Instances
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:
$sel:groupId:RevokeIpRules'
, revokeIpRules_groupId
- The identifier of the group.
$sel:userRules:RevokeIpRules'
, revokeIpRules_userRules
- The rules to remove from the group.
data RevokeIpRulesResponse Source #
See: newRevokeIpRulesResponse
smart constructor.
Instances
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.
DescribeWorkspaceImages (Paginated)
data DescribeWorkspaceImages Source #
See: newDescribeWorkspaceImages
smart constructor.
Instances
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:nextToken: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.
$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.
data DescribeWorkspaceImagesResponse Source #
See: newDescribeWorkspaceImagesResponse
smart constructor.
Instances
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.
$sel:nextToken: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.
ModifyWorkspaceProperties
data ModifyWorkspaceProperties Source #
See: newModifyWorkspaceProperties
smart constructor.
Instances
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:
$sel:workspaceId:ModifyWorkspaceProperties'
, modifyWorkspaceProperties_workspaceId
- The identifier of the WorkSpace.
$sel:workspaceProperties:ModifyWorkspaceProperties'
, modifyWorkspaceProperties_workspaceProperties
- The properties of the WorkSpace.
data ModifyWorkspacePropertiesResponse Source #
See: newModifyWorkspacePropertiesResponse
smart constructor.
Instances
Eq ModifyWorkspacePropertiesResponse Source # | |
Read ModifyWorkspacePropertiesResponse Source # | |
Show ModifyWorkspacePropertiesResponse Source # | |
Generic ModifyWorkspacePropertiesResponse Source # | |
NFData ModifyWorkspacePropertiesResponse Source # | |
Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties rnf :: ModifyWorkspacePropertiesResponse -> () # | |
type Rep ModifyWorkspacePropertiesResponse Source # | |
Defined in Amazonka.WorkSpaces.ModifyWorkspaceProperties type Rep ModifyWorkspacePropertiesResponse = D1 ('MetaData "ModifyWorkspacePropertiesResponse" "Amazonka.WorkSpaces.ModifyWorkspaceProperties" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" '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.
DeregisterWorkspaceDirectory
data DeregisterWorkspaceDirectory Source #
See: newDeregisterWorkspaceDirectory
smart constructor.
Instances
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:
$sel:directoryId: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 #
See: newDeregisterWorkspaceDirectoryResponse
smart constructor.
Instances
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.
MigrateWorkspace
data MigrateWorkspace Source #
See: newMigrateWorkspace
smart constructor.
Instances
:: Text | |
-> Text | |
-> MigrateWorkspace |
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:
$sel:sourceWorkspaceId:MigrateWorkspace'
, migrateWorkspace_sourceWorkspaceId
- The identifier of the WorkSpace to migrate from.
$sel:bundleId:MigrateWorkspace'
, migrateWorkspace_bundleId
- The identifier of the target bundle type to migrate the WorkSpace to.
data MigrateWorkspaceResponse Source #
See: newMigrateWorkspaceResponse
smart constructor.
Instances
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:
$sel:sourceWorkspaceId: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.
DescribeTags
data DescribeTags Source #
See: newDescribeTags
smart constructor.
Instances
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:
$sel:resourceId: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
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.
DescribeWorkspaceDirectories (Paginated)
data DescribeWorkspaceDirectories Source #
See: newDescribeWorkspaceDirectories
smart constructor.
Instances
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:nextToken: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.
$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.
data DescribeWorkspaceDirectoriesResponse Source #
See: newDescribeWorkspaceDirectoriesResponse
smart constructor.
Instances
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.
$sel:nextToken: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.
DisassociateIpGroups
data DisassociateIpGroups Source #
See: newDisassociateIpGroups
smart constructor.
Instances
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:
$sel:directoryId: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
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.
DescribeWorkspaceBundles (Paginated)
data DescribeWorkspaceBundles Source #
See: newDescribeWorkspaceBundles
smart constructor.
Instances
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.
$sel:owner: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.
$sel:nextToken:DescribeWorkspaceBundles'
, describeWorkspaceBundles_nextToken
- The token for the next set of results. (You received this token from a
previous call.)
data DescribeWorkspaceBundlesResponse Source #
See: newDescribeWorkspaceBundlesResponse
smart constructor.
Instances
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.
$sel:nextToken: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.
AuthorizeIpRules
data AuthorizeIpRules Source #
See: newAuthorizeIpRules
smart constructor.
Instances
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:
$sel:groupId:AuthorizeIpRules'
, authorizeIpRules_groupId
- The identifier of the group.
$sel:userRules:AuthorizeIpRules'
, authorizeIpRules_userRules
- The rules to add to the group.
data AuthorizeIpRulesResponse Source #
See: newAuthorizeIpRulesResponse
smart constructor.
Instances
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.
DescribeWorkspaceImagePermissions
data DescribeWorkspaceImagePermissions Source #
See: newDescribeWorkspaceImagePermissions
smart constructor.
Instances
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:nextToken: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.
$sel:maxResults:DescribeWorkspaceImagePermissions'
, describeWorkspaceImagePermissions_maxResults
- The maximum number of items to return.
$sel:imageId:DescribeWorkspaceImagePermissions'
, describeWorkspaceImagePermissions_imageId
- The identifier of the image.
data DescribeWorkspaceImagePermissionsResponse Source #
See: newDescribeWorkspaceImagePermissionsResponse
smart constructor.
Instances
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:
$sel:imagePermissions:DescribeWorkspaceImagePermissionsResponse'
, describeWorkspaceImagePermissionsResponse_imagePermissions
- The identifiers of the Amazon Web Services accounts that the image has
been shared with.
$sel:nextToken: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:imageId:DescribeWorkspaceImagePermissions'
, describeWorkspaceImagePermissionsResponse_imageId
- The identifier of the image.
$sel:httpStatus:DescribeWorkspaceImagePermissionsResponse'
, describeWorkspaceImagePermissionsResponse_httpStatus
- The response's http status code.
RebuildWorkspaces
data RebuildWorkspaces Source #
See: newRebuildWorkspaces
smart constructor.
Instances
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
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.
ImportWorkspaceImage
data ImportWorkspaceImage Source #
See: newImportWorkspaceImage
smart constructor.
ImportWorkspaceImage' (Maybe (NonEmpty Application)) (Maybe [Tag]) Text WorkspaceImageIngestionProcess Text Text |
Instances
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.
$sel:tags: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 or WorkSpaces Streaming Protocol (WSP). To use WSP, specify a
value that ends in _WSP
. To use PCoIP, specify a value that does not
end in _WSP
.
For non-GPU-enabled bundles (bundles other than Graphics or
GraphicsPro), specify BYOL_REGULAR
or BYOL_REGULAR_WSP
, depending on
the protocol.
$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
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:
$sel:imageId:ImportWorkspaceImageResponse'
, importWorkspaceImageResponse_imageId
- The identifier of the WorkSpace image.
$sel:httpStatus:ImportWorkspaceImageResponse'
, importWorkspaceImageResponse_httpStatus
- The response's http status code.
ModifyWorkspaceState
data ModifyWorkspaceState Source #
See: newModifyWorkspaceState
smart constructor.
Instances
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:
$sel:workspaceId:ModifyWorkspaceState'
, modifyWorkspaceState_workspaceId
- The identifier of the WorkSpace.
$sel:workspaceState:ModifyWorkspaceState'
, modifyWorkspaceState_workspaceState
- The WorkSpace state.
data ModifyWorkspaceStateResponse Source #
See: newModifyWorkspaceStateResponse
smart constructor.
Instances
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.
CreateIpGroup
data CreateIpGroup Source #
See: newCreateIpGroup
smart constructor.
CreateIpGroup' (Maybe Text) (Maybe [IpRuleItem]) (Maybe [Tag]) Text |
Instances
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:
$sel:groupDesc:CreateIpGroup'
, createIpGroup_groupDesc
- The description of the group.
$sel:userRules:CreateIpGroup'
, createIpGroup_userRules
- The rules to add to the group.
$sel:tags:CreateIpGroup'
, createIpGroup_tags
- The tags. Each WorkSpaces resource can have a maximum of 50 tags.
$sel:groupName:CreateIpGroup'
, createIpGroup_groupName
- The name of the group.
data CreateIpGroupResponse Source #
See: newCreateIpGroupResponse
smart constructor.
Instances
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:
$sel:groupId:CreateIpGroupResponse'
, createIpGroupResponse_groupId
- The identifier of the group.
$sel:httpStatus:CreateIpGroupResponse'
, createIpGroupResponse_httpStatus
- The response's http status code.
DisassociateConnectionAlias
data DisassociateConnectionAlias Source #
See: newDisassociateConnectionAlias
smart constructor.
Instances
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:
$sel:aliasId:DisassociateConnectionAlias'
, disassociateConnectionAlias_aliasId
- The identifier of the connection alias to disassociate.
data DisassociateConnectionAliasResponse Source #
See: newDisassociateConnectionAliasResponse
smart constructor.
Instances
Eq DisassociateConnectionAliasResponse Source # | |
Read DisassociateConnectionAliasResponse Source # | |
Show DisassociateConnectionAliasResponse Source # | |
Generic DisassociateConnectionAliasResponse Source # | |
Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias type Rep DisassociateConnectionAliasResponse :: Type -> Type # | |
NFData DisassociateConnectionAliasResponse Source # | |
Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias rnf :: DisassociateConnectionAliasResponse -> () # | |
type Rep DisassociateConnectionAliasResponse Source # | |
Defined in Amazonka.WorkSpaces.DisassociateConnectionAlias type Rep DisassociateConnectionAliasResponse = D1 ('MetaData "DisassociateConnectionAliasResponse" "Amazonka.WorkSpaces.DisassociateConnectionAlias" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" '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.
ModifyWorkspaceCreationProperties
data ModifyWorkspaceCreationProperties Source #
See: newModifyWorkspaceCreationProperties
smart constructor.
Instances
newModifyWorkspaceCreationProperties Source #
:: Text | |
-> WorkspaceCreationProperties |
|
-> ModifyWorkspaceCreationProperties |
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:
$sel:resourceId:ModifyWorkspaceCreationProperties'
, modifyWorkspaceCreationProperties_resourceId
- The identifier of the directory.
$sel:workspaceCreationProperties:ModifyWorkspaceCreationProperties'
, modifyWorkspaceCreationProperties_workspaceCreationProperties
- The default properties for creating WorkSpaces.
data ModifyWorkspaceCreationPropertiesResponse Source #
See: newModifyWorkspaceCreationPropertiesResponse
smart constructor.
Instances
Eq ModifyWorkspaceCreationPropertiesResponse Source # | |
Read ModifyWorkspaceCreationPropertiesResponse Source # | |
Show ModifyWorkspaceCreationPropertiesResponse Source # | |
Generic ModifyWorkspaceCreationPropertiesResponse Source # | |
Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties type Rep ModifyWorkspaceCreationPropertiesResponse :: Type -> Type # | |
NFData ModifyWorkspaceCreationPropertiesResponse Source # | |
type Rep ModifyWorkspaceCreationPropertiesResponse Source # | |
Defined in Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties type Rep ModifyWorkspaceCreationPropertiesResponse = D1 ('MetaData "ModifyWorkspaceCreationPropertiesResponse" "Amazonka.WorkSpaces.ModifyWorkspaceCreationProperties" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" '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.
RegisterWorkspaceDirectory
data RegisterWorkspaceDirectory Source #
See: newRegisterWorkspaceDirectory
smart constructor.
Instances
newRegisterWorkspaceDirectory Source #
:: Text | |
-> Bool | |
-> RegisterWorkspaceDirectory |
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:subnetIds: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.
$sel:enableSelfService:RegisterWorkspaceDirectory'
, registerWorkspaceDirectory_enableSelfService
- Indicates whether self-service capabilities are enabled or disabled.
$sel:tenancy: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.
$sel:tags:RegisterWorkspaceDirectory'
, registerWorkspaceDirectory_tags
- The tags associated with the directory.
$sel:directoryId: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.
$sel:enableWorkDocs: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 #
See: newRegisterWorkspaceDirectoryResponse
smart constructor.
Instances
Eq RegisterWorkspaceDirectoryResponse Source # | |
Read RegisterWorkspaceDirectoryResponse Source # | |
Show RegisterWorkspaceDirectoryResponse Source # | |
Generic RegisterWorkspaceDirectoryResponse Source # | |
NFData RegisterWorkspaceDirectoryResponse Source # | |
Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory rnf :: RegisterWorkspaceDirectoryResponse -> () # | |
type Rep RegisterWorkspaceDirectoryResponse Source # | |
Defined in Amazonka.WorkSpaces.RegisterWorkspaceDirectory type Rep RegisterWorkspaceDirectoryResponse = D1 ('MetaData "RegisterWorkspaceDirectoryResponse" "Amazonka.WorkSpaces.RegisterWorkspaceDirectory" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" '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.
Instances
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:
$sel:workspaceId:RestoreWorkspace'
, restoreWorkspace_workspaceId
- The identifier of the WorkSpace.
data RestoreWorkspaceResponse Source #
See: newRestoreWorkspaceResponse
smart constructor.
Instances
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.
DescribeConnectionAliasPermissions
data DescribeConnectionAliasPermissions Source #
See: newDescribeConnectionAliasPermissions
smart constructor.
Instances
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:nextToken: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.
$sel:maxResults:DescribeConnectionAliasPermissions'
, describeConnectionAliasPermissions_maxResults
- The maximum number of results to return.
$sel:aliasId:DescribeConnectionAliasPermissions'
, describeConnectionAliasPermissions_aliasId
- The identifier of the connection alias.
data DescribeConnectionAliasPermissionsResponse Source #
See: newDescribeConnectionAliasPermissionsResponse
smart constructor.
DescribeConnectionAliasPermissionsResponse' (Maybe Text) (Maybe Text) (Maybe (NonEmpty ConnectionAliasPermission)) Int |
Instances
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:
$sel:aliasId:DescribeConnectionAliasPermissions'
, describeConnectionAliasPermissionsResponse_aliasId
- The identifier of the connection alias.
$sel:nextToken: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:connectionAliasPermissions:DescribeConnectionAliasPermissionsResponse'
, describeConnectionAliasPermissionsResponse_connectionAliasPermissions
- The permissions associated with a connection alias.
$sel:httpStatus:DescribeConnectionAliasPermissionsResponse'
, describeConnectionAliasPermissionsResponse_httpStatus
- The response's http status code.
CreateTags
data CreateTags Source #
See: newCreateTags
smart constructor.
Instances
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:
$sel:resourceId: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.
$sel:tags:CreateTags'
, createTags_tags
- The tags. Each WorkSpaces resource can have a maximum of 50 tags.
data CreateTagsResponse Source #
See: newCreateTagsResponse
smart constructor.
Instances
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.
CreateWorkspaceBundle
data CreateWorkspaceBundle Source #
See: newCreateWorkspaceBundle
smart constructor.
Instances
newCreateWorkspaceBundle Source #
:: Text | |
-> Text | |
-> Text | |
-> ComputeType | |
-> UserStorage | |
-> CreateWorkspaceBundle |
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:
$sel:rootStorage:CreateWorkspaceBundle'
, createWorkspaceBundle_rootStorage
- Undocumented member.
$sel:tags: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.
$sel:imageId:CreateWorkspaceBundle'
, createWorkspaceBundle_imageId
- The identifier of the image that is used to create the bundle.
$sel:computeType:CreateWorkspaceBundle'
, createWorkspaceBundle_computeType
- Undocumented member.
$sel:userStorage:CreateWorkspaceBundle'
, createWorkspaceBundle_userStorage
- Undocumented member.
data CreateWorkspaceBundleResponse Source #
See: newCreateWorkspaceBundleResponse
smart constructor.
Instances
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.
DeleteTags
data DeleteTags Source #
See: newDeleteTags
smart constructor.
Instances
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:
$sel:resourceId: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.
Instances
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.
ModifyWorkspaceAccessProperties
data ModifyWorkspaceAccessProperties Source #
See: newModifyWorkspaceAccessProperties
smart constructor.
Instances
newModifyWorkspaceAccessProperties Source #
:: Text | |
-> WorkspaceAccessProperties |
|
-> ModifyWorkspaceAccessProperties |
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:
$sel:resourceId:ModifyWorkspaceAccessProperties'
, modifyWorkspaceAccessProperties_resourceId
- The identifier of the directory.
$sel:workspaceAccessProperties:ModifyWorkspaceAccessProperties'
, modifyWorkspaceAccessProperties_workspaceAccessProperties
- The device types and operating systems to enable or disable for access.
data ModifyWorkspaceAccessPropertiesResponse Source #
See: newModifyWorkspaceAccessPropertiesResponse
smart constructor.
Instances
Eq ModifyWorkspaceAccessPropertiesResponse Source # | |
Read ModifyWorkspaceAccessPropertiesResponse Source # | |
Show ModifyWorkspaceAccessPropertiesResponse Source # | |
Generic ModifyWorkspaceAccessPropertiesResponse Source # | |
Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties type Rep ModifyWorkspaceAccessPropertiesResponse :: Type -> Type # | |
NFData ModifyWorkspaceAccessPropertiesResponse Source # | |
type Rep ModifyWorkspaceAccessPropertiesResponse Source # | |
Defined in Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties type Rep ModifyWorkspaceAccessPropertiesResponse = D1 ('MetaData "ModifyWorkspaceAccessPropertiesResponse" "Amazonka.WorkSpaces.ModifyWorkspaceAccessProperties" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" '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.
UpdateRulesOfIpGroup
data UpdateRulesOfIpGroup Source #
See: newUpdateRulesOfIpGroup
smart constructor.
Instances
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:
$sel:groupId:UpdateRulesOfIpGroup'
, updateRulesOfIpGroup_groupId
- The identifier of the group.
$sel:userRules:UpdateRulesOfIpGroup'
, updateRulesOfIpGroup_userRules
- One or more rules.
data UpdateRulesOfIpGroupResponse Source #
See: newUpdateRulesOfIpGroupResponse
smart constructor.
Instances
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.
DeleteWorkspaceImage
data DeleteWorkspaceImage Source #
See: newDeleteWorkspaceImage
smart constructor.
Instances
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:
$sel:imageId:DeleteWorkspaceImage'
, deleteWorkspaceImage_imageId
- The identifier of the image.
data DeleteWorkspaceImageResponse Source #
See: newDeleteWorkspaceImageResponse
smart constructor.
Instances
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.
StopWorkspaces
data StopWorkspaces Source #
See: newStopWorkspaces
smart constructor.
Instances
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
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.
AssociateIpGroups
data AssociateIpGroups Source #
See: newAssociateIpGroups
smart constructor.
Instances
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:
$sel:directoryId: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
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.
ModifySelfservicePermissions
data ModifySelfservicePermissions Source #
See: newModifySelfservicePermissions
smart constructor.
Instances
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:
$sel:resourceId:ModifySelfservicePermissions'
, modifySelfservicePermissions_resourceId
- The identifier of the directory.
$sel:selfservicePermissions:ModifySelfservicePermissions'
, modifySelfservicePermissions_selfservicePermissions
- The permissions to enable or disable self-service capabilities.
data ModifySelfservicePermissionsResponse Source #
See: newModifySelfservicePermissionsResponse
smart constructor.
Instances
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.
DeleteConnectionAlias
data DeleteConnectionAlias Source #
See: newDeleteConnectionAlias
smart constructor.
Instances
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:
$sel:aliasId:DeleteConnectionAlias'
, deleteConnectionAlias_aliasId
- The identifier of the connection alias to delete.
data DeleteConnectionAliasResponse Source #
See: newDeleteConnectionAliasResponse
smart constructor.
Instances
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.
DescribeWorkspacesConnectionStatus (Paginated)
data DescribeWorkspacesConnectionStatus Source #
See: newDescribeWorkspacesConnectionStatus
smart constructor.
Instances
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:
$sel:workspaceIds:DescribeWorkspacesConnectionStatus'
, describeWorkspacesConnectionStatus_workspaceIds
- The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.
$sel:nextToken: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.
data DescribeWorkspacesConnectionStatusResponse Source #
See: newDescribeWorkspacesConnectionStatusResponse
smart constructor.
Instances
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:
$sel:nextToken: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.
CreateConnectionAlias
data CreateConnectionAlias Source #
See: newCreateConnectionAlias
smart constructor.
Instances
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:
$sel:tags:CreateConnectionAlias'
, createConnectionAlias_tags
- The tags to associate with the connection alias.
$sel:connectionString: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
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:
$sel:aliasId:CreateConnectionAliasResponse'
, createConnectionAliasResponse_aliasId
- The identifier of the connection alias.
$sel:httpStatus:CreateConnectionAliasResponse'
, createConnectionAliasResponse_httpStatus
- The response's http status code.
RebootWorkspaces
data RebootWorkspaces Source #
See: newRebootWorkspaces
smart constructor.
Instances
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
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.
DeleteIpGroup
data DeleteIpGroup Source #
See: newDeleteIpGroup
smart constructor.
Instances
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:
$sel:groupId:DeleteIpGroup'
, deleteIpGroup_groupId
- The identifier of the IP access control group.
data DeleteIpGroupResponse Source #
See: newDeleteIpGroupResponse
smart constructor.
Instances
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.
CopyWorkspaceImage
data CopyWorkspaceImage Source #
See: newCopyWorkspaceImage
smart constructor.
Instances
newCopyWorkspaceImage Source #
:: Text | |
-> Text | |
-> Text | |
-> CopyWorkspaceImage |
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:
$sel:description:CopyWorkspaceImage'
, copyWorkspaceImage_description
- A description of the image.
$sel:tags:CopyWorkspaceImage'
, copyWorkspaceImage_tags
- The tags for the image.
$sel:name: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
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:
$sel:imageId:CopyWorkspaceImageResponse'
, copyWorkspaceImageResponse_imageId
- The identifier of the image.
$sel:httpStatus:CopyWorkspaceImageResponse'
, copyWorkspaceImageResponse_httpStatus
- The response's http status code.
DescribeWorkspaceSnapshots
data DescribeWorkspaceSnapshots Source #
See: newDescribeWorkspaceSnapshots
smart constructor.
Instances
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:
$sel:workspaceId:DescribeWorkspaceSnapshots'
, describeWorkspaceSnapshots_workspaceId
- The identifier of the WorkSpace.
data DescribeWorkspaceSnapshotsResponse Source #
See: newDescribeWorkspaceSnapshotsResponse
smart constructor.
Instances
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: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:rebuildSnapshots:DescribeWorkspaceSnapshotsResponse'
, describeWorkspaceSnapshotsResponse_rebuildSnapshots
- Information about the snapshots that can be used to rebuild a WorkSpace.
These snapshots include the user volume.
$sel:httpStatus:DescribeWorkspaceSnapshotsResponse'
, describeWorkspaceSnapshotsResponse_httpStatus
- The response's http status code.
TerminateWorkspaces
data TerminateWorkspaces Source #
See: newTerminateWorkspaces
smart constructor.
Instances
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
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.
UpdateConnectionAliasPermission
data UpdateConnectionAliasPermission Source #
See: newUpdateConnectionAliasPermission
smart constructor.
Instances
newUpdateConnectionAliasPermission Source #
:: Text | |
-> ConnectionAliasPermission |
|
-> UpdateConnectionAliasPermission |
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:
$sel:aliasId: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 #
See: newUpdateConnectionAliasPermissionResponse
smart constructor.
Instances
Eq UpdateConnectionAliasPermissionResponse Source # | |
Read UpdateConnectionAliasPermissionResponse Source # | |
Show UpdateConnectionAliasPermissionResponse Source # | |
Generic UpdateConnectionAliasPermissionResponse Source # | |
Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission type Rep UpdateConnectionAliasPermissionResponse :: Type -> Type # | |
NFData UpdateConnectionAliasPermissionResponse Source # | |
type Rep UpdateConnectionAliasPermissionResponse Source # | |
Defined in Amazonka.WorkSpaces.UpdateConnectionAliasPermission type Rep UpdateConnectionAliasPermissionResponse = D1 ('MetaData "UpdateConnectionAliasPermissionResponse" "Amazonka.WorkSpaces.UpdateConnectionAliasPermission" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" '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.
CreateWorkspaces
data CreateWorkspaces Source #
See: newCreateWorkspaces
smart constructor.
Instances
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
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.
DescribeClientProperties
data DescribeClientProperties Source #
See: newDescribeClientProperties
smart constructor.
Instances
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
Eq DescribeClientPropertiesResponse Source # | |
Read DescribeClientPropertiesResponse Source # | |
Show DescribeClientPropertiesResponse Source # | |
Generic DescribeClientPropertiesResponse Source # | |
NFData DescribeClientPropertiesResponse Source # | |
Defined in Amazonka.WorkSpaces.DescribeClientProperties rnf :: DescribeClientPropertiesResponse -> () # | |
type Rep DescribeClientPropertiesResponse Source # | |
Defined in Amazonka.WorkSpaces.DescribeClientProperties type Rep DescribeClientPropertiesResponse = D1 ('MetaData "DescribeClientPropertiesResponse" "Amazonka.WorkSpaces.DescribeClientProperties" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" '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.
ModifyClientProperties
data ModifyClientProperties Source #
See: newModifyClientProperties
smart constructor.
Instances
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:
$sel:resourceId:ModifyClientProperties'
, modifyClientProperties_resourceId
- The resource identifiers, in the form of directory IDs.
$sel:clientProperties:ModifyClientProperties'
, modifyClientProperties_clientProperties
- Information about the Amazon WorkSpaces client.
data ModifyClientPropertiesResponse Source #
See: newModifyClientPropertiesResponse
smart constructor.
Instances
Eq ModifyClientPropertiesResponse Source # | |
Read ModifyClientPropertiesResponse Source # | |
Show ModifyClientPropertiesResponse Source # | |
Defined in Amazonka.WorkSpaces.ModifyClientProperties | |
Generic ModifyClientPropertiesResponse Source # | |
NFData ModifyClientPropertiesResponse Source # | |
Defined in Amazonka.WorkSpaces.ModifyClientProperties rnf :: ModifyClientPropertiesResponse -> () # | |
type Rep ModifyClientPropertiesResponse Source # | |
Defined in Amazonka.WorkSpaces.ModifyClientProperties type Rep ModifyClientPropertiesResponse = D1 ('MetaData "ModifyClientPropertiesResponse" "Amazonka.WorkSpaces.ModifyClientProperties" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" '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.
DescribeIpGroups (Paginated)
data DescribeIpGroups Source #
See: newDescribeIpGroups
smart constructor.
Instances
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:nextToken: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.
$sel:maxResults:DescribeIpGroups'
, describeIpGroups_maxResults
- The maximum number of items to return.
data DescribeIpGroupsResponse Source #
See: newDescribeIpGroupsResponse
smart constructor.
Instances
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:
$sel:result:DescribeIpGroupsResponse'
, describeIpGroupsResponse_result
- Information about the IP access control groups.
$sel:nextToken: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:httpStatus:DescribeIpGroupsResponse'
, describeIpGroupsResponse_httpStatus
- The response's http status code.
DeleteWorkspaceBundle
data DeleteWorkspaceBundle Source #
See: newDeleteWorkspaceBundle
smart constructor.
Instances
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:
$sel:bundleId:DeleteWorkspaceBundle'
, deleteWorkspaceBundle_bundleId
- The identifier of the bundle.
data DeleteWorkspaceBundleResponse Source #
See: newDeleteWorkspaceBundleResponse
smart constructor.
Instances
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.
UpdateWorkspaceBundle
data UpdateWorkspaceBundle Source #
See: newUpdateWorkspaceBundle
smart constructor.
Instances
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:
$sel:bundleId:UpdateWorkspaceBundle'
, updateWorkspaceBundle_bundleId
- The identifier of the bundle.
$sel:imageId:UpdateWorkspaceBundle'
, updateWorkspaceBundle_imageId
- The identifier of the image.
data UpdateWorkspaceBundleResponse Source #
See: newUpdateWorkspaceBundleResponse
smart constructor.
Instances
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.
ListAvailableManagementCidrRanges (Paginated)
data ListAvailableManagementCidrRanges Source #
See: newListAvailableManagementCidrRanges
smart constructor.
Instances
newListAvailableManagementCidrRanges Source #
:: Text |
|
-> ListAvailableManagementCidrRanges |
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:nextToken: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:maxResults:ListAvailableManagementCidrRanges'
, listAvailableManagementCidrRanges_maxResults
- The maximum number of items to return.
$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 #
See: newListAvailableManagementCidrRangesResponse
smart constructor.
Instances
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.
$sel:nextToken: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.
UpdateWorkspaceImagePermission
data UpdateWorkspaceImagePermission Source #
See: newUpdateWorkspaceImagePermission
smart constructor.
Instances
newUpdateWorkspaceImagePermission Source #
:: Text | |
-> Bool | |
-> Text | |
-> UpdateWorkspaceImagePermission |
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:
$sel:imageId: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.
$sel:sharedAccountId: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 #
See: newUpdateWorkspaceImagePermissionResponse
smart constructor.
Instances
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.
CreateUpdatedWorkspaceImage
data CreateUpdatedWorkspaceImage Source #
See: newCreateUpdatedWorkspaceImage
smart constructor.
Instances
newCreateUpdatedWorkspaceImage Source #
:: Text | |
-> Text | |
-> Text | |
-> CreateUpdatedWorkspaceImage |
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:
$sel:tags: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
.
$sel:name:CreateUpdatedWorkspaceImage'
, createUpdatedWorkspaceImage_name
- The name of the new updated WorkSpace image.
$sel:description: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 #
See: newCreateUpdatedWorkspaceImageResponse
smart constructor.
Instances
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:
$sel:imageId:CreateUpdatedWorkspaceImageResponse'
, createUpdatedWorkspaceImageResponse_imageId
- The identifier of the new updated WorkSpace image.
$sel:httpStatus:CreateUpdatedWorkspaceImageResponse'
, createUpdatedWorkspaceImageResponse_httpStatus
- The response's http status code.
DescribeWorkspaces (Paginated)
data DescribeWorkspaces Source #
See: newDescribeWorkspaces
smart constructor.
DescribeWorkspaces' (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Natural) |
Instances
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:
$sel:directoryId: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: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.
$sel:userName:DescribeWorkspaces'
, describeWorkspaces_userName
- The name of the directory user. You must specify this parameter with
DirectoryId
.
$sel:bundleId: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.
$sel:nextToken: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.
$sel:limit:DescribeWorkspaces'
, describeWorkspaces_limit
- The maximum number of items to return.
data DescribeWorkspacesResponse Source #
See: newDescribeWorkspacesResponse
smart constructor.
Instances
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:
$sel:nextToken: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.
DescribeConnectionAliases
data DescribeConnectionAliases Source #
See: newDescribeConnectionAliases
smart constructor.
Instances
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:resourceId:DescribeConnectionAliases'
, describeConnectionAliases_resourceId
- The identifier of the directory associated with the connection alias.
$sel:aliasIds:DescribeConnectionAliases'
, describeConnectionAliases_aliasIds
- The identifiers of the connection aliases to describe.
$sel:nextToken: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.
$sel:limit:DescribeConnectionAliases'
, describeConnectionAliases_limit
- The maximum number of connection aliases to return.
data DescribeConnectionAliasesResponse Source #
See: newDescribeConnectionAliasesResponse
smart constructor.
Instances
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.
$sel:nextToken: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.
StartWorkspaces
data StartWorkspaces Source #
See: newStartWorkspaces
smart constructor.
Instances
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
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.
DescribeAccountModifications (Paginated)
data DescribeAccountModifications Source #
See: newDescribeAccountModifications
smart constructor.
Instances
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:
$sel:nextToken: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 #
See: newDescribeAccountModificationsResponse
smart constructor.
Instances
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.
$sel:nextToken: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.
ModifyAccount
data ModifyAccount Source #
See: newModifyAccount
smart constructor.
Instances
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:
$sel:dedicatedTenancySupport:ModifyAccount'
, modifyAccount_dedicatedTenancySupport
- The status of BYOL.
$sel:dedicatedTenancyManagementCidrRange: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.
data ModifyAccountResponse Source #
See: newModifyAccountResponse
smart constructor.
Instances
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.
Types
AccessPropertyValue
newtype AccessPropertyValue Source #
pattern AccessPropertyValue_ALLOW :: AccessPropertyValue | |
pattern AccessPropertyValue_DENY :: AccessPropertyValue |
Instances
Application
newtype Application Source #
pattern Application_Microsoft_Office_2016 :: Application | |
pattern Application_Microsoft_Office_2019 :: Application |
Instances
AssociationStatus
newtype AssociationStatus Source #
Instances
Compute
pattern Compute_GRAPHICS :: Compute | |
pattern Compute_GRAPHICSPRO :: Compute | |
pattern Compute_PERFORMANCE :: Compute | |
pattern Compute_POWER :: Compute | |
pattern Compute_POWERPRO :: Compute | |
pattern Compute_STANDARD :: Compute | |
pattern Compute_VALUE :: Compute |
Instances
ConnectionAliasState
newtype ConnectionAliasState Source #
pattern ConnectionAliasState_CREATED :: ConnectionAliasState | |
pattern ConnectionAliasState_CREATING :: ConnectionAliasState | |
pattern ConnectionAliasState_DELETING :: ConnectionAliasState |
Instances
ConnectionState
newtype ConnectionState Source #
pattern ConnectionState_CONNECTED :: ConnectionState | |
pattern ConnectionState_DISCONNECTED :: ConnectionState | |
pattern ConnectionState_UNKNOWN :: ConnectionState |
Instances
DedicatedTenancyModificationStateEnum
newtype DedicatedTenancyModificationStateEnum Source #
Instances
DedicatedTenancySupportEnum
newtype DedicatedTenancySupportEnum Source #
Instances
DedicatedTenancySupportResultEnum
newtype DedicatedTenancySupportResultEnum Source #
pattern DedicatedTenancySupportResultEnum_DISABLED :: DedicatedTenancySupportResultEnum | |
pattern DedicatedTenancySupportResultEnum_ENABLED :: DedicatedTenancySupportResultEnum |
Instances
ImageType
pattern ImageType_OWNED :: ImageType | |
pattern ImageType_SHARED :: ImageType |
Instances
ModificationResourceEnum
newtype ModificationResourceEnum Source #
Instances
ModificationStateEnum
newtype ModificationStateEnum Source #
pattern ModificationStateEnum_UPDATE_INITIATED :: ModificationStateEnum | |
pattern ModificationStateEnum_UPDATE_IN_PROGRESS :: ModificationStateEnum |
Instances
OperatingSystemType
newtype OperatingSystemType Source #
pattern OperatingSystemType_LINUX :: OperatingSystemType | |
pattern OperatingSystemType_WINDOWS :: OperatingSystemType |
Instances
ReconnectEnum
newtype ReconnectEnum Source #
pattern ReconnectEnum_DISABLED :: ReconnectEnum | |
pattern ReconnectEnum_ENABLED :: ReconnectEnum |
Instances
RunningMode
newtype RunningMode Source #
pattern RunningMode_ALWAYS_ON :: RunningMode | |
pattern RunningMode_AUTO_STOP :: RunningMode |
Instances
TargetWorkspaceState
newtype TargetWorkspaceState Source #
pattern TargetWorkspaceState_ADMIN_MAINTENANCE :: TargetWorkspaceState | |
pattern TargetWorkspaceState_AVAILABLE :: TargetWorkspaceState |
Instances
Tenancy
pattern Tenancy_DEDICATED :: Tenancy | |
pattern Tenancy_SHARED :: Tenancy |
Instances
WorkspaceDirectoryState
newtype WorkspaceDirectoryState Source #
Instances
WorkspaceDirectoryType
newtype WorkspaceDirectoryType Source #
pattern WorkspaceDirectoryType_AD_CONNECTOR :: WorkspaceDirectoryType | |
pattern WorkspaceDirectoryType_SIMPLE_AD :: WorkspaceDirectoryType |
Instances
WorkspaceImageIngestionProcess
newtype WorkspaceImageIngestionProcess Source #
Instances
WorkspaceImageRequiredTenancy
newtype WorkspaceImageRequiredTenancy Source #
pattern WorkspaceImageRequiredTenancy_DEDICATED :: WorkspaceImageRequiredTenancy | |
pattern WorkspaceImageRequiredTenancy_DEFAULT :: WorkspaceImageRequiredTenancy |
Instances
WorkspaceImageState
newtype WorkspaceImageState Source #
pattern WorkspaceImageState_AVAILABLE :: WorkspaceImageState | |
pattern WorkspaceImageState_ERROR :: WorkspaceImageState | |
pattern WorkspaceImageState_PENDING :: WorkspaceImageState |
Instances
WorkspaceState
newtype WorkspaceState Source #
pattern WorkspaceState_ADMIN_MAINTENANCE :: WorkspaceState | |
pattern WorkspaceState_AVAILABLE :: WorkspaceState | |
pattern WorkspaceState_ERROR :: WorkspaceState | |
pattern WorkspaceState_IMPAIRED :: WorkspaceState | |
pattern WorkspaceState_MAINTENANCE :: WorkspaceState | |
pattern WorkspaceState_PENDING :: WorkspaceState | |
pattern WorkspaceState_REBOOTING :: WorkspaceState | |
pattern WorkspaceState_REBUILDING :: WorkspaceState | |
pattern WorkspaceState_RESTORING :: WorkspaceState | |
pattern WorkspaceState_STARTING :: WorkspaceState | |
pattern WorkspaceState_STOPPED :: WorkspaceState | |
pattern WorkspaceState_STOPPING :: WorkspaceState | |
pattern WorkspaceState_SUSPENDED :: WorkspaceState | |
pattern WorkspaceState_TERMINATED :: WorkspaceState | |
pattern WorkspaceState_TERMINATING :: WorkspaceState | |
pattern WorkspaceState_UNHEALTHY :: WorkspaceState | |
pattern WorkspaceState_UPDATING :: WorkspaceState |
Instances
AccountModification
data AccountModification Source #
Describes a modification to the configuration of Bring Your Own License (BYOL) for the specified account.
See: newAccountModification
smart constructor.
AccountModification' (Maybe POSIX) (Maybe DedicatedTenancySupportResultEnum) (Maybe DedicatedTenancyModificationStateEnum) (Maybe Text) (Maybe Text) (Maybe Text) |
Instances
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:startTime:AccountModification'
, accountModification_startTime
- The timestamp when the modification of the BYOL configuration was
started.
$sel:dedicatedTenancySupport:AccountModification'
, accountModification_dedicatedTenancySupport
- The status of BYOL (whether BYOL is being enabled or disabled).
$sel:modificationState:AccountModification'
, accountModification_modificationState
- The state of the modification to the configuration of BYOL.
$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: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.
ClientProperties
data ClientProperties Source #
Describes an Amazon WorkSpaces client.
See: newClientProperties
smart constructor.
Instances
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: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
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:resourceId:ClientPropertiesResult'
, clientPropertiesResult_resourceId
- The resource identifier, in the form of a directory ID.
$sel:clientProperties:ClientPropertiesResult'
, clientPropertiesResult_clientProperties
- Information about the Amazon WorkSpaces client.
ComputeType
data ComputeType Source #
Describes the compute type of the bundle.
See: newComputeType
smart constructor.
Instances
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.
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.
ConnectionAlias' (Maybe ConnectionAliasState) (Maybe Text) (Maybe Text) (Maybe (NonEmpty ConnectionAliasAssociation)) (Maybe Text) |
Instances
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:state:ConnectionAlias'
, connectionAlias_state
- The current state of the connection alias.
$sel:ownerAccountId:ConnectionAlias'
, connectionAlias_ownerAccountId
- The identifier of the Amazon Web Services account that owns the
connection alias.
$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
.
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
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:resourceId:ConnectionAliasAssociation'
, connectionAliasAssociation_resourceId
- The identifier of the directory associated with a connection alias.
$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.
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
newConnectionAliasPermission Source #
:: Text | |
-> Bool | |
-> ConnectionAliasPermission |
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.
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.
DefaultWorkspaceCreationProperties' (Maybe Text) (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe Text) |
Instances
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:userEnabledAsLocalAdministrator:DefaultWorkspaceCreationProperties'
, defaultWorkspaceCreationProperties_userEnabledAsLocalAdministrator
- Specifies whether WorkSpace users are local administrators on their
WorkSpaces.
$sel:enableWorkDocs:DefaultWorkspaceCreationProperties'
, defaultWorkspaceCreationProperties_enableWorkDocs
- Specifies whether the directory is enabled for Amazon WorkDocs.
$sel:enableMaintenanceMode:DefaultWorkspaceCreationProperties'
, defaultWorkspaceCreationProperties_enableMaintenanceMode
- Specifies whether maintenance mode is enabled for WorkSpaces. For more
information, see
WorkSpace Maintenance.
$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:defaultOu:DefaultWorkspaceCreationProperties'
, defaultWorkspaceCreationProperties_defaultOu
- The organizational unit (OU) in the directory for the WorkSpace machine
accounts.
FailedCreateWorkspaceRequest
data FailedCreateWorkspaceRequest Source #
Describes a WorkSpace that cannot be created.
See: newFailedCreateWorkspaceRequest
smart constructor.
Instances
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:workspaceRequest:FailedCreateWorkspaceRequest'
, failedCreateWorkspaceRequest_workspaceRequest
- Information about the WorkSpace.
$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.
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
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:workspaceId:FailedWorkspaceChangeRequest'
, failedWorkspaceChangeRequest_workspaceId
- The identifier of the WorkSpace.
$sel:errorMessage:FailedWorkspaceChangeRequest'
, failedWorkspaceChangeRequest_errorMessage
- The text of the error message that is returned if the WorkSpace cannot
be rebooted.
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.
Instances
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.
IpRuleItem
data IpRuleItem Source #
Describes a rule for an IP access control group.
See: newIpRuleItem
smart constructor.
IpRuleItem' (Maybe Text) (Maybe Text) |
Instances
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:ruleDesc:IpRuleItem'
, ipRuleItem_ruleDesc
- The description.
$sel:ipRule:IpRuleItem'
, ipRuleItem_ipRule
- The IP address range, in CIDR notation.
ModificationState
data ModificationState Source #
Describes a WorkSpace modification.
See: newModificationState
smart constructor.
Instances
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:state:ModificationState'
, modificationState_state
- The modification state.
$sel:resource:ModificationState'
, modificationState_resource
- The resource.
OperatingSystem
data OperatingSystem Source #
The operating system that the image is running.
See: newOperatingSystem
smart constructor.
Instances
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.
RebootRequest
data RebootRequest Source #
Describes the information used to reboot a WorkSpace.
See: newRebootRequest
smart constructor.
Instances
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.
Instances
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.
RootStorage
data RootStorage Source #
Describes the root volume for a WorkSpace bundle.
See: newRootStorage
smart constructor.
Instances
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.
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.
SelfservicePermissions' (Maybe ReconnectEnum) (Maybe ReconnectEnum) (Maybe ReconnectEnum) (Maybe ReconnectEnum) (Maybe ReconnectEnum) |
Instances
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:restartWorkspace:SelfservicePermissions'
, selfservicePermissions_restartWorkspace
- Specifies whether users can restart their WorkSpace.
$sel:changeComputeType:SelfservicePermissions'
, selfservicePermissions_changeComputeType
- Specifies whether users can change the compute type (bundle) for their
WorkSpace.
$sel:switchRunningMode:SelfservicePermissions'
, selfservicePermissions_switchRunningMode
- Specifies whether users can switch the running mode of their WorkSpace.
$sel:rebuildWorkspace:SelfservicePermissions'
, selfservicePermissions_rebuildWorkspace
- Specifies whether users can rebuild the operating system of a WorkSpace
to its original state.
$sel:increaseVolumeSize:SelfservicePermissions'
, selfservicePermissions_increaseVolumeSize
- Specifies whether users can increase the volume size of the drives on
their WorkSpace.
Snapshot
Describes a snapshot.
See: newSnapshot
smart constructor.
Instances
Eq Snapshot Source # | |
Read Snapshot Source # | |
Show Snapshot Source # | |
Generic Snapshot Source # | |
NFData Snapshot Source # | |
Defined in Amazonka.WorkSpaces.Types.Snapshot | |
Hashable Snapshot Source # | |
Defined in Amazonka.WorkSpaces.Types.Snapshot | |
FromJSON Snapshot Source # | |
type Rep Snapshot Source # | |
Defined in Amazonka.WorkSpaces.Types.Snapshot type Rep Snapshot = D1 ('MetaData "Snapshot" "Amazonka.WorkSpaces.Types.Snapshot" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" '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.
StartRequest
data StartRequest Source #
Information used to start a WorkSpace.
See: newStartRequest
smart constructor.
Instances
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.
Instances
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
Describes a tag.
See: newTag
smart constructor.
Instances
Eq Tag Source # | |
Read Tag Source # | |
Show Tag Source # | |
Generic Tag Source # | |
NFData Tag Source # | |
Defined in Amazonka.WorkSpaces.Types.Tag | |
Hashable Tag Source # | |
Defined in Amazonka.WorkSpaces.Types.Tag | |
ToJSON Tag Source # | |
Defined in Amazonka.WorkSpaces.Types.Tag | |
FromJSON Tag Source # | |
type Rep Tag Source # | |
Defined in Amazonka.WorkSpaces.Types.Tag type Rep Tag = D1 ('MetaData "Tag" "Amazonka.WorkSpaces.Types.Tag" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" '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))) |
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.
Instances
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.
UpdateResult' (Maybe Bool) (Maybe Text) |
Instances
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:updateAvailable:UpdateResult'
, updateResult_updateAvailable
- Indicates whether updated drivers or other components are available for
the specified WorkSpace image.
$sel:description:UpdateResult'
, updateResult_description
- A description of whether updates for the WorkSpace image are pending or
available.
UserStorage
data UserStorage Source #
Describes the user volume for a WorkSpace bundle.
See: newUserStorage
smart constructor.
Instances
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
Describes a WorkSpace.
See: newWorkspace
smart constructor.
Workspace' (Maybe Text) (Maybe WorkspaceState) (Maybe Text) (Maybe [ModificationState]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe WorkspaceProperties) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Text) |
Instances
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:directoryId:Workspace'
, workspace_directoryId
- The identifier of the Directory Service directory for the WorkSpace.
$sel:state: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:ipAddress:Workspace'
, workspace_ipAddress
- The IP address of the WorkSpace.
$sel:modificationStates:Workspace'
, workspace_modificationStates
- The modification states of the WorkSpace.
$sel:userName:Workspace'
, workspace_userName
- The user for the WorkSpace.
$sel:subnetId:Workspace'
, workspace_subnetId
- The identifier of the subnet for the WorkSpace.
$sel:bundleId:Workspace'
, workspace_bundleId
- The identifier of the bundle used to create the WorkSpace.
$sel:workspaceProperties:Workspace'
, workspace_workspaceProperties
- The properties of the WorkSpace.
$sel:rootVolumeEncryptionEnabled:Workspace'
, workspace_rootVolumeEncryptionEnabled
- Indicates whether the data stored on the root volume is encrypted.
$sel:errorCode:Workspace'
, workspace_errorCode
- The error code that is returned if the WorkSpace cannot be created.
$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.
$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:workspaceId:Workspace'
, workspace_workspaceId
- The identifier of the WorkSpace.
$sel:userVolumeEncryptionEnabled:Workspace'
, workspace_userVolumeEncryptionEnabled
- Indicates whether the data stored on the user volume is encrypted.
$sel:errorMessage:Workspace'
, workspace_errorMessage
- The text of the error message that is returned if the WorkSpace cannot
be created.
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
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:deviceTypeWindows:WorkspaceAccessProperties'
, workspaceAccessProperties_deviceTypeWindows
- Indicates whether users can use Windows clients to access their
WorkSpaces.
$sel:deviceTypeWeb:WorkspaceAccessProperties'
, workspaceAccessProperties_deviceTypeWeb
- Indicates whether users can access their WorkSpaces through a web
browser.
$sel:deviceTypeAndroid:WorkspaceAccessProperties'
, workspaceAccessProperties_deviceTypeAndroid
- Indicates whether users can use Android and Android-compatible Chrome OS
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: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: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.
WorkspaceBundle' (Maybe POSIX) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe RootStorage) (Maybe Text) (Maybe Text) (Maybe ComputeType) (Maybe UserStorage) (Maybe Text) |
Instances
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:creationTime:WorkspaceBundle'
, workspaceBundle_creationTime
- The time when the bundle was created.
$sel:lastUpdatedTime:WorkspaceBundle'
, workspaceBundle_lastUpdatedTime
- The last time that the bundle was updated.
$sel:bundleId:WorkspaceBundle'
, workspaceBundle_bundleId
- The identifier 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:name:WorkspaceBundle'
, workspaceBundle_name
- The name of the bundle.
$sel:imageId:WorkspaceBundle'
, workspaceBundle_imageId
- The identifier of the image that was used to create the bundle.
$sel:computeType:WorkspaceBundle'
, workspaceBundle_computeType
- The compute type of the bundle. For more information, see
Amazon WorkSpaces Bundles.
$sel:userStorage:WorkspaceBundle'
, workspaceBundle_userStorage
- The size of the user volume.
$sel:description:WorkspaceBundle'
, workspaceBundle_description
- The description of the bundle.
WorkspaceConnectionStatus
data WorkspaceConnectionStatus Source #
Describes the connection status of a WorkSpace.
See: newWorkspaceConnectionStatus
smart constructor.
Instances
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:lastKnownUserConnectionTimestamp:WorkspaceConnectionStatus'
, workspaceConnectionStatus_lastKnownUserConnectionTimestamp
- The timestamp of the last known user connection.
$sel:connectionStateCheckTimestamp:WorkspaceConnectionStatus'
, workspaceConnectionStatus_connectionStateCheckTimestamp
- The timestamp of the connection status check.
$sel:workspaceId:WorkspaceConnectionStatus'
, workspaceConnectionStatus_workspaceId
- The identifier of the WorkSpace.
$sel:connectionState:WorkspaceConnectionStatus'
, workspaceConnectionStatus_connectionState
- The connection state of the WorkSpace. The connection state is unknown
if the WorkSpace is stopped.
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.
WorkspaceCreationProperties' (Maybe Text) (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe Text) |
Instances
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:userEnabledAsLocalAdministrator:WorkspaceCreationProperties'
, workspaceCreationProperties_userEnabledAsLocalAdministrator
- Indicates whether users are local administrators of their WorkSpaces.
$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:enableMaintenanceMode:WorkspaceCreationProperties'
, workspaceCreationProperties_enableMaintenanceMode
- Indicates whether maintenance mode is enabled for your WorkSpaces. For
more information, see
WorkSpace Maintenance.
$sel:enableInternetAccess:WorkspaceCreationProperties'
, workspaceCreationProperties_enableInternetAccess
- Indicates whether internet access is enabled for your WorkSpaces.
$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.
WorkspaceDirectory
data WorkspaceDirectory Source #
Describes a directory that is used with Amazon WorkSpaces.
See: newWorkspaceDirectory
smart constructor.
WorkspaceDirectory' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe WorkspaceDirectoryState) (Maybe Text) (Maybe [Text]) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe WorkspaceDirectoryType) (Maybe Tenancy) (Maybe DefaultWorkspaceCreationProperties) (Maybe [Text]) (Maybe WorkspaceAccessProperties) (Maybe Text) (Maybe SelfservicePermissions) |
Instances
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: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: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:directoryId:WorkspaceDirectory'
, workspaceDirectory_directoryId
- The directory identifier.
$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:customerUserName:WorkspaceDirectory'
, workspaceDirectory_customerUserName
- The user name for the service account.
$sel:subnetIds:WorkspaceDirectory'
, workspaceDirectory_subnetIds
- The identifiers of the subnets used with the directory.
$sel:ipGroupIds:WorkspaceDirectory'
, workspaceDirectory_ipGroupIds
- The identifiers of the IP access control groups associated with the
directory.
$sel:alias:WorkspaceDirectory'
, workspaceDirectory_alias
- The directory alias.
$sel:workspaceSecurityGroupId:WorkspaceDirectory'
, workspaceDirectory_workspaceSecurityGroupId
- The identifier of the security group that is assigned to new WorkSpaces.
$sel:directoryType:WorkspaceDirectory'
, workspaceDirectory_directoryType
- The directory type.
$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:workspaceCreationProperties:WorkspaceDirectory'
, workspaceDirectory_workspaceCreationProperties
- The default creation properties for all WorkSpaces in the directory.
$sel:dnsIpAddresses:WorkspaceDirectory'
, workspaceDirectory_dnsIpAddresses
- The IP addresses of the DNS servers for the directory.
$sel:workspaceAccessProperties:WorkspaceDirectory'
, workspaceDirectory_workspaceAccessProperties
- The devices and operating systems that users can use to access
WorkSpaces.
$sel:directoryName:WorkspaceDirectory'
, workspaceDirectory_directoryName
- The name of the directory.
$sel:selfservicePermissions:WorkspaceDirectory'
, workspaceDirectory_selfservicePermissions
- The default self-service permissions for WorkSpaces in the directory.
WorkspaceImage
data WorkspaceImage Source #
Describes a WorkSpace image.
See: newWorkspaceImage
smart constructor.
WorkspaceImage' (Maybe WorkspaceImageState) (Maybe Text) (Maybe OperatingSystem) (Maybe POSIX) (Maybe WorkspaceImageRequiredTenancy) (Maybe Text) (Maybe UpdateResult) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) |
Instances
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:state:WorkspaceImage'
, workspaceImage_state
- The status of the image.
$sel:ownerAccountId:WorkspaceImage'
, workspaceImage_ownerAccountId
- The identifier of the Amazon Web Services account that owns the image.
$sel:operatingSystem:WorkspaceImage'
, workspaceImage_operatingSystem
- The operating system that the image is running.
$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.
$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:name:WorkspaceImage'
, workspaceImage_name
- The name of the image.
$sel:updates:WorkspaceImage'
, workspaceImage_updates
- The updates (if any) that are available for the specified image.
$sel:imageId:WorkspaceImage'
, workspaceImage_imageId
- The identifier 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:description:WorkspaceImage'
, workspaceImage_description
- The description of the image.
WorkspaceProperties
data WorkspaceProperties Source #
Describes a WorkSpace.
See: newWorkspaceProperties
smart constructor.
Instances
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:runningMode:WorkspaceProperties'
, workspaceProperties_runningMode
- The running mode. For more information, see
Manage the WorkSpace Running Mode.
$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: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.
WorkspaceRequest' (Maybe WorkspaceProperties) (Maybe Bool) (Maybe Text) (Maybe Bool) (Maybe [Tag]) Text Text Text |
Instances
:: Text | |
-> Text | |
-> Text | |
-> WorkspaceRequest |
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:workspaceProperties:WorkspaceRequest'
, workspaceRequest_workspaceProperties
- The WorkSpace properties.
$sel:rootVolumeEncryptionEnabled:WorkspaceRequest'
, workspaceRequest_rootVolumeEncryptionEnabled
- Indicates whether the data stored on the root 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:userVolumeEncryptionEnabled:WorkspaceRequest'
, workspaceRequest_userVolumeEncryptionEnabled
- Indicates whether the data stored on the user volume is encrypted.
$sel:tags:WorkspaceRequest'
, workspaceRequest_tags
- The tags for the WorkSpace.
$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.
WorkspacesIpGroup' (Maybe Text) (Maybe [IpRuleItem]) (Maybe Text) (Maybe Text) |
Instances
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:userRules:WorkspacesIpGroup'
, workspacesIpGroup_userRules
- The rules.
$sel:groupId:WorkspacesIpGroup'
, workspacesIpGroup_groupId
- The identifier of the group.
$sel:groupName:WorkspacesIpGroup'
, workspacesIpGroup_groupName
- The name of the group.