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
- InvalidRoleException
- RequestLimitExceededException
- ResourceAlreadyExistsException
- IncompatibleImageException
- ConcurrentModificationException
- OperationNotPermittedException
- InvalidAccountStatusException
- ResourceNotFoundException
- InvalidParameterCombinationException
- ResourceNotAvailableException
- LimitExceededException
- ResourceInUseException
- Waiters
- Operations
- CreateUsageReportSubscription
- DisassociateFleet
- ListAssociatedFleets (Paginated)
- DeleteStack
- UpdateStack
- CreateDirectoryConfig
- DescribeUsers (Paginated)
- ListAssociatedStacks (Paginated)
- DeleteFleet
- UpdateFleet
- DeleteImageBuilder
- AssociateFleet
- CreateImageBuilder
- ListTagsForResource
- DescribeDirectoryConfigs (Paginated)
- CreateImageBuilderStreamingURL
- DescribeSessions (Paginated)
- DescribeStacks (Paginated)
- DescribeFleets (Paginated)
- DescribeImageBuilders (Paginated)
- EnableUser
- DescribeUserStackAssociations (Paginated)
- CreateUpdatedImage
- DescribeUsageReportSubscriptions
- UpdateImagePermissions
- DeleteImagePermissions
- StopFleet
- StartImageBuilder
- BatchAssociateUserStack
- DescribeImagePermissions
- DeleteDirectoryConfig
- UpdateDirectoryConfig
- CreateFleet
- CreateStack
- CopyImage
- ExpireSession
- CreateUser
- DisableUser
- DeleteUser
- TagResource
- CreateStreamingURL
- UntagResource
- StartFleet
- StopImageBuilder
- DeleteImage
- DeleteUsageReportSubscription
- BatchDisassociateUserStack
- DescribeImages (Paginated)
- Types
- AccessEndpointType
- Action
- AuthenticationType
- FleetAttribute
- FleetErrorCode
- FleetState
- FleetType
- ImageBuilderState
- ImageBuilderStateChangeReasonCode
- ImageState
- ImageStateChangeReasonCode
- MessageAction
- Permission
- PlatformType
- SessionConnectionState
- SessionState
- StackAttribute
- StackErrorCode
- StorageConnectorType
- StreamView
- UsageReportExecutionErrorCode
- UsageReportSchedule
- UserStackAssociationErrorCode
- VisibilityType
- AccessEndpoint
- Application
- ApplicationSettings
- ApplicationSettingsResponse
- ComputeCapacity
- ComputeCapacityStatus
- DirectoryConfig
- DomainJoinInfo
- Fleet
- FleetError
- Image
- ImageBuilder
- ImageBuilderStateChangeReason
- ImagePermissions
- ImageStateChangeReason
- LastReportGenerationExecutionError
- NetworkAccessConfiguration
- ResourceError
- ServiceAccountCredentials
- Session
- SharedImagePermissions
- Stack
- StackError
- StorageConnector
- UsageReportSubscription
- User
- UserSetting
- UserStackAssociation
- UserStackAssociationError
- VpcConfig
Derived from API version 2016-12-01
of the AWS service descriptions, licensed under Apache 2.0.
Amazon AppStream 2.0
This is the Amazon AppStream 2.0 API Reference. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand.
You can call the AppStream 2.0 API operations by using an interface VPC endpoint (interface endpoint). For more information, see Access AppStream 2.0 API Operations and CLI Commands Through an Interface VPC Endpoint in the Amazon AppStream 2.0 Administration Guide.
To learn more about AppStream 2.0, see the following resources:
Synopsis
- defaultService :: Service
- _InvalidRoleException :: AsError a => Getting (First ServiceError) a ServiceError
- _RequestLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError
- _IncompatibleImageException :: AsError a => Getting (First ServiceError) a ServiceError
- _ConcurrentModificationException :: AsError a => Getting (First ServiceError) a ServiceError
- _OperationNotPermittedException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidAccountStatusException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidParameterCombinationException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotAvailableException :: AsError a => Getting (First ServiceError) a ServiceError
- _LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError
- newFleetStopped :: Wait DescribeFleets
- newFleetStarted :: Wait DescribeFleets
- data CreateUsageReportSubscription = CreateUsageReportSubscription' {
- newCreateUsageReportSubscription :: CreateUsageReportSubscription
- data CreateUsageReportSubscriptionResponse = CreateUsageReportSubscriptionResponse' (Maybe UsageReportSchedule) (Maybe Text) Int
- newCreateUsageReportSubscriptionResponse :: Int -> CreateUsageReportSubscriptionResponse
- data DisassociateFleet = DisassociateFleet' Text Text
- newDisassociateFleet :: Text -> Text -> DisassociateFleet
- data DisassociateFleetResponse = DisassociateFleetResponse' Int
- newDisassociateFleetResponse :: Int -> DisassociateFleetResponse
- data ListAssociatedFleets = ListAssociatedFleets' (Maybe Text) Text
- newListAssociatedFleets :: Text -> ListAssociatedFleets
- data ListAssociatedFleetsResponse = ListAssociatedFleetsResponse' (Maybe Text) (Maybe [Text]) Int
- newListAssociatedFleetsResponse :: Int -> ListAssociatedFleetsResponse
- data DeleteStack = DeleteStack' Text
- newDeleteStack :: Text -> DeleteStack
- data DeleteStackResponse = DeleteStackResponse' Int
- newDeleteStackResponse :: Int -> DeleteStackResponse
- data UpdateStack = UpdateStack' (Maybe (NonEmpty UserSetting)) (Maybe ApplicationSettings) (Maybe Text) (Maybe [StackAttribute]) (Maybe Bool) (Maybe [StorageConnector]) (Maybe (NonEmpty AccessEndpoint)) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Text) Text
- newUpdateStack :: Text -> UpdateStack
- data UpdateStackResponse = UpdateStackResponse' (Maybe Stack) Int
- newUpdateStackResponse :: Int -> UpdateStackResponse
- data CreateDirectoryConfig = CreateDirectoryConfig' (Maybe ServiceAccountCredentials) Text [Text]
- newCreateDirectoryConfig :: Text -> CreateDirectoryConfig
- data CreateDirectoryConfigResponse = CreateDirectoryConfigResponse' (Maybe DirectoryConfig) Int
- newCreateDirectoryConfigResponse :: Int -> CreateDirectoryConfigResponse
- data DescribeUsers = DescribeUsers' (Maybe Text) (Maybe Int) AuthenticationType
- newDescribeUsers :: AuthenticationType -> DescribeUsers
- data DescribeUsersResponse = DescribeUsersResponse' (Maybe [User]) (Maybe Text) Int
- newDescribeUsersResponse :: Int -> DescribeUsersResponse
- data ListAssociatedStacks = ListAssociatedStacks' (Maybe Text) Text
- newListAssociatedStacks :: Text -> ListAssociatedStacks
- data ListAssociatedStacksResponse = ListAssociatedStacksResponse' (Maybe Text) (Maybe [Text]) Int
- newListAssociatedStacksResponse :: Int -> ListAssociatedStacksResponse
- data DeleteFleet = DeleteFleet' Text
- newDeleteFleet :: Text -> DeleteFleet
- data DeleteFleetResponse = DeleteFleetResponse' Int
- newDeleteFleetResponse :: Int -> DeleteFleetResponse
- data UpdateFleet = UpdateFleet' (Maybe DomainJoinInfo) (Maybe Text) (Maybe Int) (Maybe Int) (Maybe [FleetAttribute]) (Maybe Int) (Maybe Bool) (Maybe Text) (Maybe VpcConfig) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe StreamView) (Maybe ComputeCapacity)
- newUpdateFleet :: UpdateFleet
- data UpdateFleetResponse = UpdateFleetResponse' (Maybe Fleet) Int
- newUpdateFleetResponse :: Int -> UpdateFleetResponse
- data DeleteImageBuilder = DeleteImageBuilder' Text
- newDeleteImageBuilder :: Text -> DeleteImageBuilder
- data DeleteImageBuilderResponse = DeleteImageBuilderResponse' (Maybe ImageBuilder) Int
- newDeleteImageBuilderResponse :: Int -> DeleteImageBuilderResponse
- data AssociateFleet = AssociateFleet' Text Text
- newAssociateFleet :: Text -> Text -> AssociateFleet
- data AssociateFleetResponse = AssociateFleetResponse' Int
- newAssociateFleetResponse :: Int -> AssociateFleetResponse
- data CreateImageBuilder = CreateImageBuilder' (Maybe DomainJoinInfo) (Maybe Text) (Maybe (NonEmpty AccessEndpoint)) (Maybe VpcConfig) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text Text
- newCreateImageBuilder :: Text -> Text -> CreateImageBuilder
- data CreateImageBuilderResponse = CreateImageBuilderResponse' (Maybe ImageBuilder) Int
- newCreateImageBuilderResponse :: Int -> CreateImageBuilderResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' (Maybe (HashMap Text Text)) Int
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data DescribeDirectoryConfigs = DescribeDirectoryConfigs' (Maybe Text) (Maybe [Text]) (Maybe Int)
- newDescribeDirectoryConfigs :: DescribeDirectoryConfigs
- data DescribeDirectoryConfigsResponse = DescribeDirectoryConfigsResponse' (Maybe Text) (Maybe [DirectoryConfig]) Int
- newDescribeDirectoryConfigsResponse :: Int -> DescribeDirectoryConfigsResponse
- data CreateImageBuilderStreamingURL = CreateImageBuilderStreamingURL' (Maybe Integer) Text
- newCreateImageBuilderStreamingURL :: Text -> CreateImageBuilderStreamingURL
- data CreateImageBuilderStreamingURLResponse = CreateImageBuilderStreamingURLResponse' (Maybe Text) (Maybe POSIX) Int
- newCreateImageBuilderStreamingURLResponse :: Int -> CreateImageBuilderStreamingURLResponse
- data DescribeSessions = DescribeSessions' (Maybe Text) (Maybe Text) (Maybe Int) (Maybe AuthenticationType) Text Text
- newDescribeSessions :: Text -> Text -> DescribeSessions
- data DescribeSessionsResponse = DescribeSessionsResponse' (Maybe Text) (Maybe [Session]) Int
- newDescribeSessionsResponse :: Int -> DescribeSessionsResponse
- data DescribeStacks = DescribeStacks' (Maybe Text) (Maybe [Text])
- newDescribeStacks :: DescribeStacks
- data DescribeStacksResponse = DescribeStacksResponse' (Maybe Text) (Maybe [Stack]) Int
- newDescribeStacksResponse :: Int -> DescribeStacksResponse
- data DescribeFleets = DescribeFleets' (Maybe Text) (Maybe [Text])
- newDescribeFleets :: DescribeFleets
- data DescribeFleetsResponse = DescribeFleetsResponse' (Maybe Text) (Maybe [Fleet]) Int
- newDescribeFleetsResponse :: Int -> DescribeFleetsResponse
- data DescribeImageBuilders = DescribeImageBuilders' (Maybe Text) (Maybe [Text]) (Maybe Int)
- newDescribeImageBuilders :: DescribeImageBuilders
- data DescribeImageBuildersResponse = DescribeImageBuildersResponse' (Maybe [ImageBuilder]) (Maybe Text) Int
- newDescribeImageBuildersResponse :: Int -> DescribeImageBuildersResponse
- data EnableUser = EnableUser' (Sensitive Text) AuthenticationType
- newEnableUser :: Text -> AuthenticationType -> EnableUser
- data EnableUserResponse = EnableUserResponse' Int
- newEnableUserResponse :: Int -> EnableUserResponse
- data DescribeUserStackAssociations = DescribeUserStackAssociations' (Maybe (Sensitive Text)) (Maybe Text) (Maybe AuthenticationType) (Maybe Natural) (Maybe Text)
- newDescribeUserStackAssociations :: DescribeUserStackAssociations
- data DescribeUserStackAssociationsResponse = DescribeUserStackAssociationsResponse' (Maybe (NonEmpty UserStackAssociation)) (Maybe Text) Int
- newDescribeUserStackAssociationsResponse :: Int -> DescribeUserStackAssociationsResponse
- data CreateUpdatedImage = CreateUpdatedImage' (Maybe (HashMap Text Text)) (Maybe Text) (Maybe Text) (Maybe Bool) Text Text
- newCreateUpdatedImage :: Text -> Text -> CreateUpdatedImage
- data CreateUpdatedImageResponse = CreateUpdatedImageResponse' (Maybe Image) (Maybe Bool) Int
- newCreateUpdatedImageResponse :: Int -> CreateUpdatedImageResponse
- data DescribeUsageReportSubscriptions = DescribeUsageReportSubscriptions' (Maybe Text) (Maybe Int)
- newDescribeUsageReportSubscriptions :: DescribeUsageReportSubscriptions
- data DescribeUsageReportSubscriptionsResponse = DescribeUsageReportSubscriptionsResponse' (Maybe [UsageReportSubscription]) (Maybe Text) Int
- newDescribeUsageReportSubscriptionsResponse :: Int -> DescribeUsageReportSubscriptionsResponse
- data UpdateImagePermissions = UpdateImagePermissions' Text Text ImagePermissions
- newUpdateImagePermissions :: Text -> Text -> ImagePermissions -> UpdateImagePermissions
- data UpdateImagePermissionsResponse = UpdateImagePermissionsResponse' Int
- newUpdateImagePermissionsResponse :: Int -> UpdateImagePermissionsResponse
- data DeleteImagePermissions = DeleteImagePermissions' Text Text
- newDeleteImagePermissions :: Text -> Text -> DeleteImagePermissions
- data DeleteImagePermissionsResponse = DeleteImagePermissionsResponse' Int
- newDeleteImagePermissionsResponse :: Int -> DeleteImagePermissionsResponse
- data StopFleet = StopFleet' Text
- newStopFleet :: Text -> StopFleet
- data StopFleetResponse = StopFleetResponse' Int
- newStopFleetResponse :: Int -> StopFleetResponse
- data StartImageBuilder = StartImageBuilder' (Maybe Text) Text
- newStartImageBuilder :: Text -> StartImageBuilder
- data StartImageBuilderResponse = StartImageBuilderResponse' (Maybe ImageBuilder) Int
- newStartImageBuilderResponse :: Int -> StartImageBuilderResponse
- data BatchAssociateUserStack = BatchAssociateUserStack' (NonEmpty UserStackAssociation)
- newBatchAssociateUserStack :: NonEmpty UserStackAssociation -> BatchAssociateUserStack
- data BatchAssociateUserStackResponse = BatchAssociateUserStackResponse' (Maybe [UserStackAssociationError]) Int
- newBatchAssociateUserStackResponse :: Int -> BatchAssociateUserStackResponse
- data DescribeImagePermissions = DescribeImagePermissions' (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Natural) Text
- newDescribeImagePermissions :: Text -> DescribeImagePermissions
- data DescribeImagePermissionsResponse = DescribeImagePermissionsResponse' (Maybe [SharedImagePermissions]) (Maybe Text) (Maybe Text) Int
- newDescribeImagePermissionsResponse :: Int -> DescribeImagePermissionsResponse
- data DeleteDirectoryConfig = DeleteDirectoryConfig' Text
- newDeleteDirectoryConfig :: Text -> DeleteDirectoryConfig
- data DeleteDirectoryConfigResponse = DeleteDirectoryConfigResponse' Int
- newDeleteDirectoryConfigResponse :: Int -> DeleteDirectoryConfigResponse
- data UpdateDirectoryConfig = UpdateDirectoryConfig' (Maybe ServiceAccountCredentials) (Maybe [Text]) Text
- newUpdateDirectoryConfig :: Text -> UpdateDirectoryConfig
- data UpdateDirectoryConfigResponse = UpdateDirectoryConfigResponse' (Maybe DirectoryConfig) Int
- newUpdateDirectoryConfigResponse :: Int -> UpdateDirectoryConfigResponse
- data CreateFleet = CreateFleet' (Maybe DomainJoinInfo) (Maybe Text) (Maybe Int) (Maybe Int) (Maybe Int) (Maybe FleetType) (Maybe VpcConfig) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe StreamView) (Maybe (HashMap Text Text)) Text Text ComputeCapacity
- newCreateFleet :: Text -> Text -> ComputeCapacity -> CreateFleet
- data CreateFleetResponse = CreateFleetResponse' (Maybe Fleet) Int
- newCreateFleetResponse :: Int -> CreateFleetResponse
- data CreateStack = CreateStack' (Maybe (NonEmpty UserSetting)) (Maybe ApplicationSettings) (Maybe Text) (Maybe [StorageConnector]) (Maybe (NonEmpty AccessEndpoint)) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Text
- newCreateStack :: Text -> CreateStack
- data CreateStackResponse = CreateStackResponse' (Maybe Stack) Int
- newCreateStackResponse :: Int -> CreateStackResponse
- data CopyImage = CopyImage' (Maybe Text) Text Text Text
- newCopyImage :: Text -> Text -> Text -> CopyImage
- data CopyImageResponse = CopyImageResponse' (Maybe Text) Int
- newCopyImageResponse :: Int -> CopyImageResponse
- data ExpireSession = ExpireSession' Text
- newExpireSession :: Text -> ExpireSession
- data ExpireSessionResponse = ExpireSessionResponse' Int
- newExpireSessionResponse :: Int -> ExpireSessionResponse
- data CreateUser = CreateUser' (Maybe (Sensitive Text)) (Maybe MessageAction) (Maybe (Sensitive Text)) (Sensitive Text) AuthenticationType
- newCreateUser :: Text -> AuthenticationType -> CreateUser
- data CreateUserResponse = CreateUserResponse' Int
- newCreateUserResponse :: Int -> CreateUserResponse
- data DisableUser = DisableUser' (Sensitive Text) AuthenticationType
- newDisableUser :: Text -> AuthenticationType -> DisableUser
- data DisableUserResponse = DisableUserResponse' Int
- newDisableUserResponse :: Int -> DisableUserResponse
- data DeleteUser = DeleteUser' (Sensitive Text) AuthenticationType
- newDeleteUser :: Text -> AuthenticationType -> DeleteUser
- data DeleteUserResponse = DeleteUserResponse' Int
- newDeleteUserResponse :: Int -> DeleteUserResponse
- data TagResource = TagResource' Text (HashMap Text Text)
- newTagResource :: Text -> TagResource
- data TagResourceResponse = TagResourceResponse' Int
- newTagResourceResponse :: Int -> TagResourceResponse
- data CreateStreamingURL = CreateStreamingURL' (Maybe Text) (Maybe Text) (Maybe Integer) Text Text Text
- newCreateStreamingURL :: Text -> Text -> Text -> CreateStreamingURL
- data CreateStreamingURLResponse = CreateStreamingURLResponse' (Maybe Text) (Maybe POSIX) Int
- newCreateStreamingURLResponse :: Int -> CreateStreamingURLResponse
- data UntagResource = UntagResource' Text (NonEmpty Text)
- newUntagResource :: Text -> NonEmpty Text -> UntagResource
- data UntagResourceResponse = UntagResourceResponse' Int
- newUntagResourceResponse :: Int -> UntagResourceResponse
- data StartFleet = StartFleet' Text
- newStartFleet :: Text -> StartFleet
- data StartFleetResponse = StartFleetResponse' Int
- newStartFleetResponse :: Int -> StartFleetResponse
- data StopImageBuilder = StopImageBuilder' Text
- newStopImageBuilder :: Text -> StopImageBuilder
- data StopImageBuilderResponse = StopImageBuilderResponse' (Maybe ImageBuilder) Int
- newStopImageBuilderResponse :: Int -> StopImageBuilderResponse
- data DeleteImage = DeleteImage' Text
- newDeleteImage :: Text -> DeleteImage
- data DeleteImageResponse = DeleteImageResponse' (Maybe Image) Int
- newDeleteImageResponse :: Int -> DeleteImageResponse
- data DeleteUsageReportSubscription = DeleteUsageReportSubscription' {
- newDeleteUsageReportSubscription :: DeleteUsageReportSubscription
- data DeleteUsageReportSubscriptionResponse = DeleteUsageReportSubscriptionResponse' Int
- newDeleteUsageReportSubscriptionResponse :: Int -> DeleteUsageReportSubscriptionResponse
- data BatchDisassociateUserStack = BatchDisassociateUserStack' (NonEmpty UserStackAssociation)
- newBatchDisassociateUserStack :: NonEmpty UserStackAssociation -> BatchDisassociateUserStack
- data BatchDisassociateUserStackResponse = BatchDisassociateUserStackResponse' (Maybe [UserStackAssociationError]) Int
- newBatchDisassociateUserStackResponse :: Int -> BatchDisassociateUserStackResponse
- data DescribeImages = DescribeImages' (Maybe Text) (Maybe [Text]) (Maybe VisibilityType) (Maybe [Text]) (Maybe Natural)
- newDescribeImages :: DescribeImages
- data DescribeImagesResponse = DescribeImagesResponse' (Maybe [Image]) (Maybe Text) Int
- newDescribeImagesResponse :: Int -> DescribeImagesResponse
- newtype AccessEndpointType where
- newtype Action where
- Action' {
- fromAction :: Text
- pattern Action_CLIPBOARD_COPY_FROM_LOCAL_DEVICE :: Action
- pattern Action_CLIPBOARD_COPY_TO_LOCAL_DEVICE :: Action
- pattern Action_DOMAIN_PASSWORD_SIGNIN :: Action
- pattern Action_DOMAIN_SMART_CARD_SIGNIN :: Action
- pattern Action_FILE_DOWNLOAD :: Action
- pattern Action_FILE_UPLOAD :: Action
- pattern Action_PRINTING_TO_LOCAL_DEVICE :: Action
- Action' {
- newtype AuthenticationType where
- AuthenticationType' { }
- pattern AuthenticationType_API :: AuthenticationType
- pattern AuthenticationType_SAML :: AuthenticationType
- pattern AuthenticationType_USERPOOL :: AuthenticationType
- newtype FleetAttribute where
- newtype FleetErrorCode where
- FleetErrorCode' { }
- pattern FleetErrorCode_DOMAIN_JOIN_ERROR_ACCESS_DENIED :: FleetErrorCode
- pattern FleetErrorCode_DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED :: FleetErrorCode
- pattern FleetErrorCode_DOMAIN_JOIN_ERROR_FILE_NOT_FOUND :: FleetErrorCode
- pattern FleetErrorCode_DOMAIN_JOIN_ERROR_INVALID_PARAMETER :: FleetErrorCode
- pattern FleetErrorCode_DOMAIN_JOIN_ERROR_LOGON_FAILURE :: FleetErrorCode
- pattern FleetErrorCode_DOMAIN_JOIN_ERROR_MORE_DATA :: FleetErrorCode
- pattern FleetErrorCode_DOMAIN_JOIN_ERROR_NOT_SUPPORTED :: FleetErrorCode
- pattern FleetErrorCode_DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN :: FleetErrorCode
- pattern FleetErrorCode_DOMAIN_JOIN_INTERNAL_SERVICE_ERROR :: FleetErrorCode
- pattern FleetErrorCode_DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME :: FleetErrorCode
- pattern FleetErrorCode_DOMAIN_JOIN_NERR_PASSWORD_EXPIRED :: FleetErrorCode
- pattern FleetErrorCode_DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED :: FleetErrorCode
- pattern FleetErrorCode_FLEET_INSTANCE_PROVISIONING_FAILURE :: FleetErrorCode
- pattern FleetErrorCode_FLEET_STOPPED :: FleetErrorCode
- pattern FleetErrorCode_IAM_SERVICE_ROLE_IS_MISSING :: FleetErrorCode
- pattern FleetErrorCode_IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION :: FleetErrorCode
- pattern FleetErrorCode_IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION :: FleetErrorCode
- pattern FleetErrorCode_IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION :: FleetErrorCode
- pattern FleetErrorCode_IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION :: FleetErrorCode
- pattern FleetErrorCode_IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION :: FleetErrorCode
- pattern FleetErrorCode_IGW_NOT_ATTACHED :: FleetErrorCode
- pattern FleetErrorCode_IMAGE_NOT_FOUND :: FleetErrorCode
- pattern FleetErrorCode_INTERNAL_SERVICE_ERROR :: FleetErrorCode
- pattern FleetErrorCode_INVALID_SUBNET_CONFIGURATION :: FleetErrorCode
- pattern FleetErrorCode_MACHINE_ROLE_IS_MISSING :: FleetErrorCode
- pattern FleetErrorCode_NETWORK_INTERFACE_LIMIT_EXCEEDED :: FleetErrorCode
- pattern FleetErrorCode_SECURITY_GROUPS_NOT_FOUND :: FleetErrorCode
- pattern FleetErrorCode_STS_DISABLED_IN_REGION :: FleetErrorCode
- pattern FleetErrorCode_SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES :: FleetErrorCode
- pattern FleetErrorCode_SUBNET_NOT_FOUND :: FleetErrorCode
- newtype FleetState where
- FleetState' { }
- pattern FleetState_RUNNING :: FleetState
- pattern FleetState_STARTING :: FleetState
- pattern FleetState_STOPPED :: FleetState
- pattern FleetState_STOPPING :: FleetState
- newtype FleetType where
- FleetType' { }
- pattern FleetType_ALWAYS_ON :: FleetType
- pattern FleetType_ON_DEMAND :: FleetType
- newtype ImageBuilderState where
- ImageBuilderState' { }
- pattern ImageBuilderState_DELETING :: ImageBuilderState
- pattern ImageBuilderState_FAILED :: ImageBuilderState
- pattern ImageBuilderState_PENDING :: ImageBuilderState
- pattern ImageBuilderState_PENDING_QUALIFICATION :: ImageBuilderState
- pattern ImageBuilderState_REBOOTING :: ImageBuilderState
- pattern ImageBuilderState_RUNNING :: ImageBuilderState
- pattern ImageBuilderState_SNAPSHOTTING :: ImageBuilderState
- pattern ImageBuilderState_STOPPED :: ImageBuilderState
- pattern ImageBuilderState_STOPPING :: ImageBuilderState
- pattern ImageBuilderState_UPDATING :: ImageBuilderState
- pattern ImageBuilderState_UPDATING_AGENT :: ImageBuilderState
- newtype ImageBuilderStateChangeReasonCode where
- newtype ImageState where
- ImageState' { }
- pattern ImageState_AVAILABLE :: ImageState
- pattern ImageState_COPYING :: ImageState
- pattern ImageState_CREATING :: ImageState
- pattern ImageState_DELETING :: ImageState
- pattern ImageState_FAILED :: ImageState
- pattern ImageState_IMPORTING :: ImageState
- pattern ImageState_PENDING :: ImageState
- newtype ImageStateChangeReasonCode where
- newtype MessageAction where
- MessageAction' { }
- pattern MessageAction_RESEND :: MessageAction
- pattern MessageAction_SUPPRESS :: MessageAction
- newtype Permission where
- Permission' { }
- pattern Permission_DISABLED :: Permission
- pattern Permission_ENABLED :: Permission
- newtype PlatformType where
- PlatformType' { }
- pattern PlatformType_WINDOWS :: PlatformType
- pattern PlatformType_WINDOWS_SERVER_2016 :: PlatformType
- pattern PlatformType_WINDOWS_SERVER_2019 :: PlatformType
- newtype SessionConnectionState where
- newtype SessionState where
- SessionState' { }
- pattern SessionState_ACTIVE :: SessionState
- pattern SessionState_EXPIRED :: SessionState
- pattern SessionState_PENDING :: SessionState
- newtype StackAttribute where
- StackAttribute' { }
- pattern StackAttribute_ACCESS_ENDPOINTS :: StackAttribute
- pattern StackAttribute_EMBED_HOST_DOMAINS :: StackAttribute
- pattern StackAttribute_FEEDBACK_URL :: StackAttribute
- pattern StackAttribute_IAM_ROLE_ARN :: StackAttribute
- pattern StackAttribute_REDIRECT_URL :: StackAttribute
- pattern StackAttribute_STORAGE_CONNECTORS :: StackAttribute
- pattern StackAttribute_STORAGE_CONNECTOR_GOOGLE_DRIVE :: StackAttribute
- pattern StackAttribute_STORAGE_CONNECTOR_HOMEFOLDERS :: StackAttribute
- pattern StackAttribute_STORAGE_CONNECTOR_ONE_DRIVE :: StackAttribute
- pattern StackAttribute_THEME_NAME :: StackAttribute
- pattern StackAttribute_USER_SETTINGS :: StackAttribute
- newtype StackErrorCode where
- newtype StorageConnectorType where
- newtype StreamView where
- StreamView' { }
- pattern StreamView_APP :: StreamView
- pattern StreamView_DESKTOP :: StreamView
- newtype UsageReportExecutionErrorCode where
- UsageReportExecutionErrorCode' { }
- pattern UsageReportExecutionErrorCode_ACCESS_DENIED :: UsageReportExecutionErrorCode
- pattern UsageReportExecutionErrorCode_INTERNAL_SERVICE_ERROR :: UsageReportExecutionErrorCode
- pattern UsageReportExecutionErrorCode_RESOURCE_NOT_FOUND :: UsageReportExecutionErrorCode
- newtype UsageReportSchedule where
- newtype UserStackAssociationErrorCode where
- UserStackAssociationErrorCode' { }
- pattern UserStackAssociationErrorCode_DIRECTORY_NOT_FOUND :: UserStackAssociationErrorCode
- pattern UserStackAssociationErrorCode_INTERNAL_ERROR :: UserStackAssociationErrorCode
- pattern UserStackAssociationErrorCode_STACK_NOT_FOUND :: UserStackAssociationErrorCode
- pattern UserStackAssociationErrorCode_USER_NAME_NOT_FOUND :: UserStackAssociationErrorCode
- newtype VisibilityType where
- VisibilityType' { }
- pattern VisibilityType_PRIVATE :: VisibilityType
- pattern VisibilityType_PUBLIC :: VisibilityType
- pattern VisibilityType_SHARED :: VisibilityType
- data AccessEndpoint = AccessEndpoint' (Maybe Text) AccessEndpointType
- newAccessEndpoint :: AccessEndpointType -> AccessEndpoint
- data Application = Application' (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text)
- newApplication :: Application
- data ApplicationSettings = ApplicationSettings' (Maybe Text) Bool
- newApplicationSettings :: Bool -> ApplicationSettings
- data ApplicationSettingsResponse = ApplicationSettingsResponse' (Maybe Bool) (Maybe Text) (Maybe Text)
- newApplicationSettingsResponse :: ApplicationSettingsResponse
- data ComputeCapacity = ComputeCapacity' Int
- newComputeCapacity :: Int -> ComputeCapacity
- data ComputeCapacityStatus = ComputeCapacityStatus' (Maybe Int) (Maybe Int) (Maybe Int) Int
- newComputeCapacityStatus :: Int -> ComputeCapacityStatus
- data DirectoryConfig = DirectoryConfig' (Maybe POSIX) (Maybe ServiceAccountCredentials) (Maybe [Text]) Text
- newDirectoryConfig :: Text -> DirectoryConfig
- data DomainJoinInfo = DomainJoinInfo' (Maybe Text) (Maybe Text)
- newDomainJoinInfo :: DomainJoinInfo
- data Fleet = Fleet' (Maybe DomainJoinInfo) (Maybe Text) (Maybe Int) (Maybe Int) (Maybe POSIX) (Maybe Int) (Maybe FleetType) (Maybe VpcConfig) (Maybe Text) (Maybe [FleetError]) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe StreamView) Text Text Text ComputeCapacityStatus FleetState
- newFleet :: Text -> Text -> Text -> ComputeCapacityStatus -> FleetState -> Fleet
- data FleetError = FleetError' (Maybe FleetErrorCode) (Maybe Text)
- newFleetError :: FleetError
- data Image = Image' (Maybe ImageState) (Maybe ImagePermissions) (Maybe PlatformType) (Maybe POSIX) (Maybe ImageStateChangeReason) (Maybe Text) (Maybe POSIX) (Maybe Bool) (Maybe VisibilityType) (Maybe Text) (Maybe [ResourceError]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe [Application]) Text
- newImage :: Text -> Image
- data ImageBuilder = ImageBuilder' (Maybe DomainJoinInfo) (Maybe Text) (Maybe ImageBuilderState) (Maybe PlatformType) (Maybe NetworkAccessConfiguration) (Maybe ImageBuilderStateChangeReason) (Maybe Text) (Maybe POSIX) (Maybe [ResourceError]) (Maybe Text) (Maybe (NonEmpty AccessEndpoint)) (Maybe VpcConfig) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) Text
- newImageBuilder :: Text -> ImageBuilder
- data ImageBuilderStateChangeReason = ImageBuilderStateChangeReason' (Maybe ImageBuilderStateChangeReasonCode) (Maybe Text)
- newImageBuilderStateChangeReason :: ImageBuilderStateChangeReason
- data ImagePermissions = ImagePermissions' (Maybe Bool) (Maybe Bool)
- newImagePermissions :: ImagePermissions
- data ImageStateChangeReason = ImageStateChangeReason' (Maybe ImageStateChangeReasonCode) (Maybe Text)
- newImageStateChangeReason :: ImageStateChangeReason
- data LastReportGenerationExecutionError = LastReportGenerationExecutionError' (Maybe UsageReportExecutionErrorCode) (Maybe Text)
- newLastReportGenerationExecutionError :: LastReportGenerationExecutionError
- data NetworkAccessConfiguration = NetworkAccessConfiguration' (Maybe Text) (Maybe Text)
- newNetworkAccessConfiguration :: NetworkAccessConfiguration
- data ResourceError = ResourceError' (Maybe FleetErrorCode) (Maybe Text) (Maybe POSIX)
- newResourceError :: ResourceError
- data ServiceAccountCredentials = ServiceAccountCredentials' (Sensitive Text) (Sensitive Text)
- newServiceAccountCredentials :: Text -> Text -> ServiceAccountCredentials
- data Session = Session' (Maybe NetworkAccessConfiguration) (Maybe POSIX) (Maybe POSIX) (Maybe AuthenticationType) (Maybe SessionConnectionState) Text Text Text Text SessionState
- newSession :: Text -> Text -> Text -> Text -> SessionState -> Session
- data SharedImagePermissions = SharedImagePermissions' Text ImagePermissions
- newSharedImagePermissions :: Text -> ImagePermissions -> SharedImagePermissions
- data Stack = Stack' (Maybe (NonEmpty UserSetting)) (Maybe ApplicationSettingsResponse) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe [StorageConnector]) (Maybe (NonEmpty AccessEndpoint)) (Maybe Text) (Maybe [StackError]) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Text) Text
- newStack :: Text -> Stack
- data StackError = StackError' (Maybe StackErrorCode) (Maybe Text)
- newStackError :: StackError
- data StorageConnector = StorageConnector' (Maybe [Text]) (Maybe Text) StorageConnectorType
- newStorageConnector :: StorageConnectorType -> StorageConnector
- data UsageReportSubscription = UsageReportSubscription' (Maybe POSIX) (Maybe UsageReportSchedule) (Maybe [LastReportGenerationExecutionError]) (Maybe Text)
- newUsageReportSubscription :: UsageReportSubscription
- data User = User' (Maybe Text) (Maybe Bool) (Maybe (Sensitive Text)) (Maybe Text) (Maybe POSIX) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) AuthenticationType
- newUser :: AuthenticationType -> User
- data UserSetting = UserSetting' Action Permission
- newUserSetting :: Action -> Permission -> UserSetting
- data UserStackAssociation = UserStackAssociation' (Maybe Bool) Text (Sensitive Text) AuthenticationType
- newUserStackAssociation :: Text -> Text -> AuthenticationType -> UserStackAssociation
- data UserStackAssociationError = UserStackAssociationError' (Maybe UserStackAssociation) (Maybe UserStackAssociationErrorCode) (Maybe Text)
- newUserStackAssociationError :: UserStackAssociationError
- data VpcConfig = VpcConfig' (Maybe [Text]) (Maybe [Text])
- newVpcConfig :: VpcConfig
Service Configuration
defaultService :: Service Source #
API version 2016-12-01
of the Amazon AppStream 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 AppStream
.
InvalidRoleException
_InvalidRoleException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified role is invalid.
RequestLimitExceededException
_RequestLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
AppStream 2.0 can’t process the request right now because the Describe calls from your AWS account are being throttled by Amazon EC2. Try again later.
ResourceAlreadyExistsException
_ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified resource already exists.
IncompatibleImageException
_IncompatibleImageException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The image can't be updated because it's not compatible for updates.
ConcurrentModificationException
_ConcurrentModificationException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An API error occurred. Wait a few minutes and try again.
OperationNotPermittedException
_OperationNotPermittedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The attempted operation is not permitted.
InvalidAccountStatusException
_InvalidAccountStatusException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
ResourceNotFoundException
_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified resource was not found.
InvalidParameterCombinationException
_InvalidParameterCombinationException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Indicates an incorrect combination of parameters, or a missing parameter.
ResourceNotAvailableException
_ResourceNotAvailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified resource exists and is not in use, but isn't available.
LimitExceededException
_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The requested limit exceeds the permitted limit for an account.
ResourceInUseException
_ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified resource is in use.
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.
FleetStopped
newFleetStopped :: Wait DescribeFleets Source #
Polls DescribeFleets
every 30 seconds until a successful state is reached. An error is returned after 40 failed checks.
FleetStarted
newFleetStarted :: Wait DescribeFleets Source #
Polls DescribeFleets
every 30 seconds until a successful state is reached. An error is returned after 40 failed checks.
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.
CreateUsageReportSubscription
data CreateUsageReportSubscription Source #
See: newCreateUsageReportSubscription
smart constructor.
Instances
newCreateUsageReportSubscription :: CreateUsageReportSubscription Source #
Create a value of CreateUsageReportSubscription
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
data CreateUsageReportSubscriptionResponse Source #
See: newCreateUsageReportSubscriptionResponse
smart constructor.
Instances
newCreateUsageReportSubscriptionResponse Source #
Create a value of CreateUsageReportSubscriptionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:schedule:CreateUsageReportSubscriptionResponse'
, createUsageReportSubscriptionResponse_schedule
- The schedule for generating usage reports.
$sel:s3BucketName:CreateUsageReportSubscriptionResponse'
, createUsageReportSubscriptionResponse_s3BucketName
- The Amazon S3 bucket where generated reports are stored.
If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.
$sel:httpStatus:CreateUsageReportSubscriptionResponse'
, createUsageReportSubscriptionResponse_httpStatus
- The response's http status code.
DisassociateFleet
data DisassociateFleet Source #
See: newDisassociateFleet
smart constructor.
Instances
:: Text | |
-> Text | |
-> DisassociateFleet |
Create a value of DisassociateFleet
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:fleetName:DisassociateFleet'
, disassociateFleet_fleetName
- The name of the fleet.
$sel:stackName:DisassociateFleet'
, disassociateFleet_stackName
- The name of the stack.
data DisassociateFleetResponse Source #
See: newDisassociateFleetResponse
smart constructor.
Instances
newDisassociateFleetResponse Source #
Create a value of DisassociateFleetResponse
with all optional fields omitted.
Use 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:DisassociateFleetResponse'
, disassociateFleetResponse_httpStatus
- The response's http status code.
ListAssociatedFleets (Paginated)
data ListAssociatedFleets Source #
See: newListAssociatedFleets
smart constructor.
Instances
newListAssociatedFleets Source #
Create a value of ListAssociatedFleets
with all optional fields omitted.
Use 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:ListAssociatedFleets'
, listAssociatedFleets_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
$sel:stackName:ListAssociatedFleets'
, listAssociatedFleets_stackName
- The name of the stack.
data ListAssociatedFleetsResponse Source #
See: newListAssociatedFleetsResponse
smart constructor.
Instances
newListAssociatedFleetsResponse Source #
Create a value of ListAssociatedFleetsResponse
with all optional fields omitted.
Use 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:ListAssociatedFleets'
, listAssociatedFleetsResponse_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If there are no more pages, this value is null.
$sel:names:ListAssociatedFleetsResponse'
, listAssociatedFleetsResponse_names
- The name of the fleet.
$sel:httpStatus:ListAssociatedFleetsResponse'
, listAssociatedFleetsResponse_httpStatus
- The response's http status code.
DeleteStack
data DeleteStack Source #
See: newDeleteStack
smart constructor.
Instances
Create a value of DeleteStack
with all optional fields omitted.
Use 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:DeleteStack'
, deleteStack_name
- The name of the stack.
data DeleteStackResponse Source #
See: newDeleteStackResponse
smart constructor.
Instances
newDeleteStackResponse Source #
Create a value of DeleteStackResponse
with all optional fields omitted.
Use 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:DeleteStackResponse'
, deleteStackResponse_httpStatus
- The response's http status code.
UpdateStack
data UpdateStack Source #
See: newUpdateStack
smart constructor.
UpdateStack' (Maybe (NonEmpty UserSetting)) (Maybe ApplicationSettings) (Maybe Text) (Maybe [StackAttribute]) (Maybe Bool) (Maybe [StorageConnector]) (Maybe (NonEmpty AccessEndpoint)) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Text) Text |
Instances
Create a value of UpdateStack
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userSettings:UpdateStack'
, updateStack_userSettings
- The actions that are enabled or disabled for users during their
streaming sessions. By default, these actions are enabled.
$sel:applicationSettings:UpdateStack'
, updateStack_applicationSettings
- The persistent application settings for users of a stack. When these
settings are enabled, changes that users make to applications and
Windows settings are automatically saved after each session and applied
to the next session.
$sel:feedbackURL:UpdateStack'
, updateStack_feedbackURL
- The URL that users are redirected to after they choose the Send Feedback
link. If no URL is specified, no Send Feedback link is displayed.
$sel:attributesToDelete:UpdateStack'
, updateStack_attributesToDelete
- The stack attributes to delete.
$sel:deleteStorageConnectors:UpdateStack'
, updateStack_deleteStorageConnectors
- Deletes the storage connectors currently enabled for the stack.
$sel:storageConnectors:UpdateStack'
, updateStack_storageConnectors
- The storage connectors to enable.
$sel:accessEndpoints:UpdateStack'
, updateStack_accessEndpoints
- The list of interface VPC endpoint (interface endpoint) objects. Users
of the stack can connect to AppStream 2.0 only through the specified
endpoints.
$sel:displayName:UpdateStack'
, updateStack_displayName
- The stack name to display.
$sel:embedHostDomains:UpdateStack'
, updateStack_embedHostDomains
- The domains where AppStream 2.0 streaming sessions can be embedded in an
iframe. You must approve the domains that you want to host embedded
AppStream 2.0 streaming sessions.
$sel:description:UpdateStack'
, updateStack_description
- The description to display.
$sel:redirectURL:UpdateStack'
, updateStack_redirectURL
- The URL that users are redirected to after their streaming session ends.
$sel:name:UpdateStack'
, updateStack_name
- The name of the stack.
data UpdateStackResponse Source #
See: newUpdateStackResponse
smart constructor.
Instances
newUpdateStackResponse Source #
Create a value of UpdateStackResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:stack:UpdateStackResponse'
, updateStackResponse_stack
- Information about the stack.
$sel:httpStatus:UpdateStackResponse'
, updateStackResponse_httpStatus
- The response's http status code.
CreateDirectoryConfig
data CreateDirectoryConfig Source #
See: newCreateDirectoryConfig
smart constructor.
Instances
newCreateDirectoryConfig Source #
Create a value of CreateDirectoryConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:serviceAccountCredentials:CreateDirectoryConfig'
, createDirectoryConfig_serviceAccountCredentials
- The credentials for the service account used by the fleet or image
builder to connect to the directory.
$sel:directoryName:CreateDirectoryConfig'
, createDirectoryConfig_directoryName
- The fully qualified name of the directory (for example,
corp.example.com).
$sel:organizationalUnitDistinguishedNames:CreateDirectoryConfig'
, createDirectoryConfig_organizationalUnitDistinguishedNames
- The distinguished names of the organizational units for computer
accounts.
data CreateDirectoryConfigResponse Source #
See: newCreateDirectoryConfigResponse
smart constructor.
Instances
newCreateDirectoryConfigResponse Source #
Create a value of CreateDirectoryConfigResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:directoryConfig:CreateDirectoryConfigResponse'
, createDirectoryConfigResponse_directoryConfig
- Information about the directory configuration.
$sel:httpStatus:CreateDirectoryConfigResponse'
, createDirectoryConfigResponse_httpStatus
- The response's http status code.
DescribeUsers (Paginated)
data DescribeUsers Source #
See: newDescribeUsers
smart constructor.
Instances
Create a value of DescribeUsers
with all optional fields omitted.
Use 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:DescribeUsers'
, describeUsers_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
$sel:maxResults:DescribeUsers'
, describeUsers_maxResults
- The maximum size of each page of results.
$sel:authenticationType:DescribeUsers'
, describeUsers_authenticationType
- The authentication type for the users in the user pool to describe. You
must specify USERPOOL.
data DescribeUsersResponse Source #
See: newDescribeUsersResponse
smart constructor.
Instances
newDescribeUsersResponse Source #
Create a value of DescribeUsersResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:users:DescribeUsersResponse'
, describeUsersResponse_users
- Information about users in the user pool.
$sel:nextToken:DescribeUsers'
, describeUsersResponse_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If there are no more pages, this value is null.
$sel:httpStatus:DescribeUsersResponse'
, describeUsersResponse_httpStatus
- The response's http status code.
ListAssociatedStacks (Paginated)
data ListAssociatedStacks Source #
See: newListAssociatedStacks
smart constructor.
Instances
newListAssociatedStacks Source #
Create a value of ListAssociatedStacks
with all optional fields omitted.
Use 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:ListAssociatedStacks'
, listAssociatedStacks_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
$sel:fleetName:ListAssociatedStacks'
, listAssociatedStacks_fleetName
- The name of the fleet.
data ListAssociatedStacksResponse Source #
See: newListAssociatedStacksResponse
smart constructor.
Instances
newListAssociatedStacksResponse Source #
Create a value of ListAssociatedStacksResponse
with all optional fields omitted.
Use 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:ListAssociatedStacks'
, listAssociatedStacksResponse_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If there are no more pages, this value is null.
$sel:names:ListAssociatedStacksResponse'
, listAssociatedStacksResponse_names
- The name of the stack.
$sel:httpStatus:ListAssociatedStacksResponse'
, listAssociatedStacksResponse_httpStatus
- The response's http status code.
DeleteFleet
data DeleteFleet Source #
See: newDeleteFleet
smart constructor.
Instances
Create a value of DeleteFleet
with all optional fields omitted.
Use 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:DeleteFleet'
, deleteFleet_name
- The name of the fleet.
data DeleteFleetResponse Source #
See: newDeleteFleetResponse
smart constructor.
Instances
newDeleteFleetResponse Source #
Create a value of DeleteFleetResponse
with all optional fields omitted.
Use 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:DeleteFleetResponse'
, deleteFleetResponse_httpStatus
- The response's http status code.
UpdateFleet
data UpdateFleet Source #
See: newUpdateFleet
smart constructor.
UpdateFleet' (Maybe DomainJoinInfo) (Maybe Text) (Maybe Int) (Maybe Int) (Maybe [FleetAttribute]) (Maybe Int) (Maybe Bool) (Maybe Text) (Maybe VpcConfig) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe StreamView) (Maybe ComputeCapacity) |
Instances
newUpdateFleet :: UpdateFleet Source #
Create a value of UpdateFleet
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainJoinInfo:UpdateFleet'
, updateFleet_domainJoinInfo
- The name of the directory and organizational unit (OU) to use to join
the fleet to a Microsoft Active Directory domain.
$sel:iamRoleArn:UpdateFleet'
, updateFleet_iamRoleArn
- The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To
assume a role, a fleet instance calls the AWS Security Token Service
(STS) AssumeRole
API operation and passes the ARN of the role to use.
The operation creates a new session with temporary credentials.
AppStream 2.0 retrieves the temporary credentials and creates the
appstream_machine_role credential profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
$sel:disconnectTimeoutInSeconds:UpdateFleet'
, updateFleet_disconnectTimeoutInSeconds
- The amount of time that a streaming session remains active after users
disconnect. If users try to reconnect to the streaming session after a
disconnection or network interruption within this time interval, they
are connected to their previous session. Otherwise, they are connected
to a new session with a new streaming instance.
Specify a value between 60 and 360000.
$sel:maxUserDurationInSeconds:UpdateFleet'
, updateFleet_maxUserDurationInSeconds
- The maximum amount of time that a streaming session can remain active,
in seconds. If users are still connected to a streaming instance five
minutes before this limit is reached, they are prompted to save any open
documents before being disconnected. After this time elapses, the
instance is terminated and replaced by a new instance.
Specify a value between 600 and 360000.
$sel:attributesToDelete:UpdateFleet'
, updateFleet_attributesToDelete
- The fleet attributes to delete.
$sel:idleDisconnectTimeoutInSeconds:UpdateFleet'
, updateFleet_idleDisconnectTimeoutInSeconds
- The amount of time that users can be idle (inactive) before they are
disconnected from their streaming session and the
DisconnectTimeoutInSeconds
time interval begins. Users are notified
before they are disconnected due to inactivity. If users try to
reconnect to the streaming session before the time interval specified in
DisconnectTimeoutInSeconds
elapses, they are connected to their
previous session. Users are considered idle when they stop providing
keyboard or mouse input during their streaming session. File uploads and
downloads, audio in, audio out, and pixels changing do not qualify as
user activity. If users continue to be idle after the time interval in
IdleDisconnectTimeoutInSeconds
elapses, they are disconnected.
To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.
If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.
$sel:deleteVpcConfig:UpdateFleet'
, updateFleet_deleteVpcConfig
- Deletes the VPC association for the specified fleet.
$sel:instanceType:UpdateFleet'
, updateFleet_instanceType
- The instance type to use when launching fleet instances. The following
instance types are available:
- stream.standard.small
- stream.standard.medium
- stream.standard.large
- stream.compute.large
- stream.compute.xlarge
- stream.compute.2xlarge
- stream.compute.4xlarge
- stream.compute.8xlarge
- stream.memory.large
- stream.memory.xlarge
- stream.memory.2xlarge
- stream.memory.4xlarge
- stream.memory.8xlarge
- stream.memory.z1d.large
- stream.memory.z1d.xlarge
- stream.memory.z1d.2xlarge
- stream.memory.z1d.3xlarge
- stream.memory.z1d.6xlarge
- stream.memory.z1d.12xlarge
- stream.graphics-design.large
- stream.graphics-design.xlarge
- stream.graphics-design.2xlarge
- stream.graphics-design.4xlarge
- stream.graphics-desktop.2xlarge
- stream.graphics.g4dn.xlarge
- stream.graphics.g4dn.2xlarge
- stream.graphics.g4dn.4xlarge
- stream.graphics.g4dn.8xlarge
- stream.graphics.g4dn.12xlarge
- stream.graphics.g4dn.16xlarge
- stream.graphics-pro.4xlarge
- stream.graphics-pro.8xlarge
- stream.graphics-pro.16xlarge
$sel:vpcConfig:UpdateFleet'
, updateFleet_vpcConfig
- The VPC configuration for the fleet.
$sel:name:UpdateFleet'
, updateFleet_name
- A unique name for the fleet.
$sel:imageArn:UpdateFleet'
, updateFleet_imageArn
- The ARN of the public, private, or shared image to use.
$sel:displayName:UpdateFleet'
, updateFleet_displayName
- The fleet name to display.
$sel:enableDefaultInternetAccess:UpdateFleet'
, updateFleet_enableDefaultInternetAccess
- Enables or disables default internet access for the fleet.
$sel:imageName:UpdateFleet'
, updateFleet_imageName
- The name of the image used to create the fleet.
$sel:description:UpdateFleet'
, updateFleet_description
- The description to display.
$sel:streamView:UpdateFleet'
, updateFleet_streamView
- The AppStream 2.0 view that is displayed to your users when they stream
from the fleet. When APP
is specified, only the windows of
applications opened by users display. When DESKTOP
is specified, the
standard desktop that is provided by the operating system displays.
The default value is APP
.
$sel:computeCapacity:UpdateFleet'
, updateFleet_computeCapacity
- The desired capacity for the fleet.
data UpdateFleetResponse Source #
See: newUpdateFleetResponse
smart constructor.
Instances
newUpdateFleetResponse Source #
Create a value of UpdateFleetResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:fleet:UpdateFleetResponse'
, updateFleetResponse_fleet
- Information about the fleet.
$sel:httpStatus:UpdateFleetResponse'
, updateFleetResponse_httpStatus
- The response's http status code.
DeleteImageBuilder
data DeleteImageBuilder Source #
See: newDeleteImageBuilder
smart constructor.
Instances
newDeleteImageBuilder Source #
Create a value of DeleteImageBuilder
with all optional fields omitted.
Use 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:DeleteImageBuilder'
, deleteImageBuilder_name
- The name of the image builder.
data DeleteImageBuilderResponse Source #
See: newDeleteImageBuilderResponse
smart constructor.
Instances
newDeleteImageBuilderResponse Source #
Create a value of DeleteImageBuilderResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageBuilder:DeleteImageBuilderResponse'
, deleteImageBuilderResponse_imageBuilder
- Information about the image builder.
$sel:httpStatus:DeleteImageBuilderResponse'
, deleteImageBuilderResponse_httpStatus
- The response's http status code.
AssociateFleet
data AssociateFleet Source #
See: newAssociateFleet
smart constructor.
Instances
Create a value of AssociateFleet
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:fleetName:AssociateFleet'
, associateFleet_fleetName
- The name of the fleet.
$sel:stackName:AssociateFleet'
, associateFleet_stackName
- The name of the stack.
data AssociateFleetResponse Source #
See: newAssociateFleetResponse
smart constructor.
Instances
newAssociateFleetResponse Source #
Create a value of AssociateFleetResponse
with all optional fields omitted.
Use 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:AssociateFleetResponse'
, associateFleetResponse_httpStatus
- The response's http status code.
CreateImageBuilder
data CreateImageBuilder Source #
See: newCreateImageBuilder
smart constructor.
CreateImageBuilder' (Maybe DomainJoinInfo) (Maybe Text) (Maybe (NonEmpty AccessEndpoint)) (Maybe VpcConfig) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text Text |
Instances
newCreateImageBuilder Source #
:: Text | |
-> Text | |
-> CreateImageBuilder |
Create a value of CreateImageBuilder
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainJoinInfo:CreateImageBuilder'
, createImageBuilder_domainJoinInfo
- The name of the directory and organizational unit (OU) to use to join
the image builder to a Microsoft Active Directory domain.
$sel:iamRoleArn:CreateImageBuilder'
, createImageBuilder_iamRoleArn
- The Amazon Resource Name (ARN) of the IAM role to apply to the image
builder. To assume a role, the image builder calls the AWS Security
Token Service (STS) AssumeRole
API operation and passes the ARN of the
role to use. The operation creates a new session with temporary
credentials. AppStream 2.0 retrieves the temporary credentials and
creates the appstream_machine_role credential profile on the
instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
$sel:accessEndpoints:CreateImageBuilder'
, createImageBuilder_accessEndpoints
- The list of interface VPC endpoint (interface endpoint) objects.
Administrators can connect to the image builder only through the
specified endpoints.
$sel:vpcConfig:CreateImageBuilder'
, createImageBuilder_vpcConfig
- The VPC configuration for the image builder. You can specify only one
subnet.
$sel:imageArn:CreateImageBuilder'
, createImageBuilder_imageArn
- The ARN of the public, private, or shared image to use.
$sel:displayName:CreateImageBuilder'
, createImageBuilder_displayName
- The image builder name to display.
$sel:enableDefaultInternetAccess:CreateImageBuilder'
, createImageBuilder_enableDefaultInternetAccess
- Enables or disables default internet access for the image builder.
$sel:imageName:CreateImageBuilder'
, createImageBuilder_imageName
- The name of the image used to create the image builder.
$sel:description:CreateImageBuilder'
, createImageBuilder_description
- The description to display.
$sel:appstreamAgentVersion:CreateImageBuilder'
, createImageBuilder_appstreamAgentVersion
- The version of the AppStream 2.0 agent to use for this image builder. To
use the latest version of the AppStream 2.0 agent, specify [LATEST].
$sel:tags:CreateImageBuilder'
, createImageBuilder_tags
- The tags to associate with the image builder. A tag is a key-value pair,
and the value is optional. For example, Environment=Test. If you do not
specify a value, Environment=.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
If you do not specify a value, the value is set to an empty string.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
$sel:name:CreateImageBuilder'
, createImageBuilder_name
- A unique name for the image builder.
$sel:instanceType:CreateImageBuilder'
, createImageBuilder_instanceType
- The instance type to use when launching the image builder. The following
instance types are available:
- stream.standard.small
- stream.standard.medium
- stream.standard.large
- stream.compute.large
- stream.compute.xlarge
- stream.compute.2xlarge
- stream.compute.4xlarge
- stream.compute.8xlarge
- stream.memory.large
- stream.memory.xlarge
- stream.memory.2xlarge
- stream.memory.4xlarge
- stream.memory.8xlarge
- stream.memory.z1d.large
- stream.memory.z1d.xlarge
- stream.memory.z1d.2xlarge
- stream.memory.z1d.3xlarge
- stream.memory.z1d.6xlarge
- stream.memory.z1d.12xlarge
- stream.graphics-design.large
- stream.graphics-design.xlarge
- stream.graphics-design.2xlarge
- stream.graphics-design.4xlarge
- stream.graphics-desktop.2xlarge
- stream.graphics.g4dn.xlarge
- stream.graphics.g4dn.2xlarge
- stream.graphics.g4dn.4xlarge
- stream.graphics.g4dn.8xlarge
- stream.graphics.g4dn.12xlarge
- stream.graphics.g4dn.16xlarge
- stream.graphics-pro.4xlarge
- stream.graphics-pro.8xlarge
- stream.graphics-pro.16xlarge
data CreateImageBuilderResponse Source #
See: newCreateImageBuilderResponse
smart constructor.
Instances
newCreateImageBuilderResponse Source #
Create a value of CreateImageBuilderResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageBuilder:CreateImageBuilderResponse'
, createImageBuilderResponse_imageBuilder
- Information about the image builder.
$sel:httpStatus:CreateImageBuilderResponse'
, createImageBuilderResponse_httpStatus
- The response's http status code.
ListTagsForResource
data ListTagsForResource Source #
See: newListTagsForResource
smart constructor.
Instances
newListTagsForResource Source #
Create a value of ListTagsForResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:ListTagsForResource'
, listTagsForResource_resourceArn
- The Amazon Resource Name (ARN) of the resource.
data ListTagsForResourceResponse Source #
See: newListTagsForResourceResponse
smart constructor.
Instances
newListTagsForResourceResponse Source #
Create a value of ListTagsForResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:ListTagsForResourceResponse'
, listTagsForResourceResponse_tags
- The information about the tags.
$sel:httpStatus:ListTagsForResourceResponse'
, listTagsForResourceResponse_httpStatus
- The response's http status code.
DescribeDirectoryConfigs (Paginated)
data DescribeDirectoryConfigs Source #
See: newDescribeDirectoryConfigs
smart constructor.
Instances
newDescribeDirectoryConfigs :: DescribeDirectoryConfigs Source #
Create a value of DescribeDirectoryConfigs
with all optional fields omitted.
Use 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:DescribeDirectoryConfigs'
, describeDirectoryConfigs_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
$sel:directoryNames:DescribeDirectoryConfigs'
, describeDirectoryConfigs_directoryNames
- The directory names.
$sel:maxResults:DescribeDirectoryConfigs'
, describeDirectoryConfigs_maxResults
- The maximum size of each page of results.
data DescribeDirectoryConfigsResponse Source #
See: newDescribeDirectoryConfigsResponse
smart constructor.
Instances
newDescribeDirectoryConfigsResponse Source #
Create a value of DescribeDirectoryConfigsResponse
with all optional fields omitted.
Use 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:DescribeDirectoryConfigs'
, describeDirectoryConfigsResponse_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If there are no more pages, this value is null.
$sel:directoryConfigs:DescribeDirectoryConfigsResponse'
, describeDirectoryConfigsResponse_directoryConfigs
- Information about the directory configurations. Note that although the
response syntax in this topic includes the account password, this
password is not returned in the actual response.
$sel:httpStatus:DescribeDirectoryConfigsResponse'
, describeDirectoryConfigsResponse_httpStatus
- The response's http status code.
CreateImageBuilderStreamingURL
data CreateImageBuilderStreamingURL Source #
See: newCreateImageBuilderStreamingURL
smart constructor.
Instances
newCreateImageBuilderStreamingURL Source #
Create a value of CreateImageBuilderStreamingURL
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:validity:CreateImageBuilderStreamingURL'
, createImageBuilderStreamingURL_validity
- The time that the streaming URL will be valid, in seconds. Specify a
value between 1 and 604800 seconds. The default is 3600 seconds.
$sel:name:CreateImageBuilderStreamingURL'
, createImageBuilderStreamingURL_name
- The name of the image builder.
data CreateImageBuilderStreamingURLResponse Source #
See: newCreateImageBuilderStreamingURLResponse
smart constructor.
Instances
newCreateImageBuilderStreamingURLResponse Source #
Create a value of CreateImageBuilderStreamingURLResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:streamingURL:CreateImageBuilderStreamingURLResponse'
, createImageBuilderStreamingURLResponse_streamingURL
- The URL to start the AppStream 2.0 streaming session.
$sel:expires:CreateImageBuilderStreamingURLResponse'
, createImageBuilderStreamingURLResponse_expires
- The elapsed time, in seconds after the Unix epoch, when this URL
expires.
$sel:httpStatus:CreateImageBuilderStreamingURLResponse'
, createImageBuilderStreamingURLResponse_httpStatus
- The response's http status code.
DescribeSessions (Paginated)
data DescribeSessions Source #
See: newDescribeSessions
smart constructor.
Instances
Create a value of DescribeSessions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userId:DescribeSessions'
, describeSessions_userId
- The user identifier (ID). If you specify a user ID, you must also
specify the authentication type.
$sel:nextToken:DescribeSessions'
, describeSessions_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
$sel:limit:DescribeSessions'
, describeSessions_limit
- The size of each page of results. The default value is 20 and the
maximum value is 50.
$sel:authenticationType:DescribeSessions'
, describeSessions_authenticationType
- The authentication method. Specify API
for a user authenticated using
a streaming URL or SAML
for a SAML federated user. The default is to
authenticate users using a streaming URL.
$sel:stackName:DescribeSessions'
, describeSessions_stackName
- The name of the stack. This value is case-sensitive.
$sel:fleetName:DescribeSessions'
, describeSessions_fleetName
- The name of the fleet. This value is case-sensitive.
data DescribeSessionsResponse Source #
See: newDescribeSessionsResponse
smart constructor.
Instances
newDescribeSessionsResponse Source #
Create a value of DescribeSessionsResponse
with all optional fields omitted.
Use 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:DescribeSessions'
, describeSessionsResponse_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If there are no more pages, this value is null.
$sel:sessions:DescribeSessionsResponse'
, describeSessionsResponse_sessions
- Information about the streaming sessions.
$sel:httpStatus:DescribeSessionsResponse'
, describeSessionsResponse_httpStatus
- The response's http status code.
DescribeStacks (Paginated)
data DescribeStacks Source #
See: newDescribeStacks
smart constructor.
DescribeStacks' (Maybe Text) (Maybe [Text]) |
Instances
newDescribeStacks :: DescribeStacks Source #
Create a value of DescribeStacks
with all optional fields omitted.
Use 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:DescribeStacks'
, describeStacks_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
$sel:names:DescribeStacks'
, describeStacks_names
- The names of the stacks to describe.
data DescribeStacksResponse Source #
See: newDescribeStacksResponse
smart constructor.
Instances
newDescribeStacksResponse Source #
Create a value of DescribeStacksResponse
with all optional fields omitted.
Use 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:DescribeStacks'
, describeStacksResponse_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If there are no more pages, this value is null.
$sel:stacks:DescribeStacksResponse'
, describeStacksResponse_stacks
- Information about the stacks.
$sel:httpStatus:DescribeStacksResponse'
, describeStacksResponse_httpStatus
- The response's http status code.
DescribeFleets (Paginated)
data DescribeFleets Source #
See: newDescribeFleets
smart constructor.
DescribeFleets' (Maybe Text) (Maybe [Text]) |
Instances
newDescribeFleets :: DescribeFleets Source #
Create a value of DescribeFleets
with all optional fields omitted.
Use 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:DescribeFleets'
, describeFleets_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
$sel:names:DescribeFleets'
, describeFleets_names
- The names of the fleets to describe.
data DescribeFleetsResponse Source #
See: newDescribeFleetsResponse
smart constructor.
Instances
newDescribeFleetsResponse Source #
Create a value of DescribeFleetsResponse
with all optional fields omitted.
Use 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:DescribeFleets'
, describeFleetsResponse_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If there are no more pages, this value is null.
$sel:fleets:DescribeFleetsResponse'
, describeFleetsResponse_fleets
- Information about the fleets.
$sel:httpStatus:DescribeFleetsResponse'
, describeFleetsResponse_httpStatus
- The response's http status code.
DescribeImageBuilders (Paginated)
data DescribeImageBuilders Source #
See: newDescribeImageBuilders
smart constructor.
Instances
newDescribeImageBuilders :: DescribeImageBuilders Source #
Create a value of DescribeImageBuilders
with all optional fields omitted.
Use 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:DescribeImageBuilders'
, describeImageBuilders_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
$sel:names:DescribeImageBuilders'
, describeImageBuilders_names
- The names of the image builders to describe.
$sel:maxResults:DescribeImageBuilders'
, describeImageBuilders_maxResults
- The maximum size of each page of results.
data DescribeImageBuildersResponse Source #
See: newDescribeImageBuildersResponse
smart constructor.
Instances
newDescribeImageBuildersResponse Source #
Create a value of DescribeImageBuildersResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageBuilders:DescribeImageBuildersResponse'
, describeImageBuildersResponse_imageBuilders
- Information about the image builders.
$sel:nextToken:DescribeImageBuilders'
, describeImageBuildersResponse_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If there are no more pages, this value is null.
$sel:httpStatus:DescribeImageBuildersResponse'
, describeImageBuildersResponse_httpStatus
- The response's http status code.
EnableUser
data EnableUser Source #
See: newEnableUser
smart constructor.
Instances
:: Text | |
-> AuthenticationType | |
-> EnableUser |
Create a value of EnableUser
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userName:EnableUser'
, enableUser_userName
- The email address of the user.
Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.
$sel:authenticationType:EnableUser'
, enableUser_authenticationType
- The authentication type for the user. You must specify USERPOOL.
data EnableUserResponse Source #
See: newEnableUserResponse
smart constructor.
Instances
newEnableUserResponse Source #
Create a value of EnableUserResponse
with all optional fields omitted.
Use 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:EnableUserResponse'
, enableUserResponse_httpStatus
- The response's http status code.
DescribeUserStackAssociations (Paginated)
data DescribeUserStackAssociations Source #
See: newDescribeUserStackAssociations
smart constructor.
DescribeUserStackAssociations' (Maybe (Sensitive Text)) (Maybe Text) (Maybe AuthenticationType) (Maybe Natural) (Maybe Text) |
Instances
newDescribeUserStackAssociations :: DescribeUserStackAssociations Source #
Create a value of DescribeUserStackAssociations
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userName:DescribeUserStackAssociations'
, describeUserStackAssociations_userName
- The email address of the user who is associated with the stack.
Users' email addresses are case-sensitive.
$sel:nextToken:DescribeUserStackAssociations'
, describeUserStackAssociations_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
$sel:authenticationType:DescribeUserStackAssociations'
, describeUserStackAssociations_authenticationType
- The authentication type for the user who is associated with the stack.
You must specify USERPOOL.
$sel:maxResults:DescribeUserStackAssociations'
, describeUserStackAssociations_maxResults
- The maximum size of each page of results.
$sel:stackName:DescribeUserStackAssociations'
, describeUserStackAssociations_stackName
- The name of the stack that is associated with the user.
data DescribeUserStackAssociationsResponse Source #
See: newDescribeUserStackAssociationsResponse
smart constructor.
Instances
newDescribeUserStackAssociationsResponse Source #
Create a value of DescribeUserStackAssociationsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userStackAssociations:DescribeUserStackAssociationsResponse'
, describeUserStackAssociationsResponse_userStackAssociations
- The UserStackAssociation objects.
$sel:nextToken:DescribeUserStackAssociations'
, describeUserStackAssociationsResponse_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If there are no more pages, this value is null.
$sel:httpStatus:DescribeUserStackAssociationsResponse'
, describeUserStackAssociationsResponse_httpStatus
- The response's http status code.
CreateUpdatedImage
data CreateUpdatedImage Source #
See: newCreateUpdatedImage
smart constructor.
Instances
newCreateUpdatedImage Source #
:: Text | |
-> Text | |
-> CreateUpdatedImage |
Create a value of CreateUpdatedImage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:newImageTags':CreateUpdatedImage'
, createUpdatedImage_newImageTags
- The tags to associate with the new image. A tag is a key-value pair, and
the value is optional. For example, Environment=Test. If you do not
specify a value, Environment=.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
If you do not specify a value, the value is set to an empty string.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
$sel:newImageDescription':CreateUpdatedImage'
, createUpdatedImage_newImageDescription
- The description to display for the new image.
$sel:newImageDisplayName':CreateUpdatedImage'
, createUpdatedImage_newImageDisplayName
- The name to display for the new image.
$sel:dryRun:CreateUpdatedImage'
, createUpdatedImage_dryRun
- Indicates whether to display the status of image update availability
before AppStream 2.0 initiates the process of creating a new updated
image. If this value is set to true
, AppStream 2.0 displays whether
image updates are available. If this value is set to false
, AppStream
2.0 initiates the process of creating a new updated image without
displaying whether image updates are available.
$sel:existingImageName:CreateUpdatedImage'
, createUpdatedImage_existingImageName
- The name of the image to update.
$sel:newImageName':CreateUpdatedImage'
, createUpdatedImage_newImageName
- The name of the new image. The name must be unique within the AWS
account and Region.
data CreateUpdatedImageResponse Source #
See: newCreateUpdatedImageResponse
smart constructor.
Instances
newCreateUpdatedImageResponse Source #
Create a value of CreateUpdatedImageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:image:CreateUpdatedImageResponse'
, createUpdatedImageResponse_image
- Undocumented member.
$sel:canUpdateImage:CreateUpdatedImageResponse'
, createUpdatedImageResponse_canUpdateImage
- Indicates whether a new image can be created.
$sel:httpStatus:CreateUpdatedImageResponse'
, createUpdatedImageResponse_httpStatus
- The response's http status code.
DescribeUsageReportSubscriptions
data DescribeUsageReportSubscriptions Source #
See: newDescribeUsageReportSubscriptions
smart constructor.
Instances
newDescribeUsageReportSubscriptions :: DescribeUsageReportSubscriptions Source #
Create a value of DescribeUsageReportSubscriptions
with all optional fields omitted.
Use 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:DescribeUsageReportSubscriptions'
, describeUsageReportSubscriptions_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
$sel:maxResults:DescribeUsageReportSubscriptions'
, describeUsageReportSubscriptions_maxResults
- The maximum size of each page of results.
data DescribeUsageReportSubscriptionsResponse Source #
See: newDescribeUsageReportSubscriptionsResponse
smart constructor.
Instances
newDescribeUsageReportSubscriptionsResponse Source #
Create a value of DescribeUsageReportSubscriptionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:usageReportSubscriptions:DescribeUsageReportSubscriptionsResponse'
, describeUsageReportSubscriptionsResponse_usageReportSubscriptions
- Information about the usage report subscription.
$sel:nextToken:DescribeUsageReportSubscriptions'
, describeUsageReportSubscriptionsResponse_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If there are no more pages, this value is null.
$sel:httpStatus:DescribeUsageReportSubscriptionsResponse'
, describeUsageReportSubscriptionsResponse_httpStatus
- The response's http status code.
UpdateImagePermissions
data UpdateImagePermissions Source #
See: newUpdateImagePermissions
smart constructor.
Instances
newUpdateImagePermissions Source #
:: Text | |
-> Text | |
-> ImagePermissions | |
-> UpdateImagePermissions |
Create a value of UpdateImagePermissions
with all optional fields omitted.
Use 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:UpdateImagePermissions'
, updateImagePermissions_name
- The name of the private image.
$sel:sharedAccountId:UpdateImagePermissions'
, updateImagePermissions_sharedAccountId
- The 12-digit identifier of the AWS account for which you want add or
update image permissions.
$sel:imagePermissions:UpdateImagePermissions'
, updateImagePermissions_imagePermissions
- The permissions for the image.
data UpdateImagePermissionsResponse Source #
See: newUpdateImagePermissionsResponse
smart constructor.
Instances
Eq UpdateImagePermissionsResponse Source # | |
Read UpdateImagePermissionsResponse Source # | |
Show UpdateImagePermissionsResponse Source # | |
Defined in Amazonka.AppStream.UpdateImagePermissions | |
Generic UpdateImagePermissionsResponse Source # | |
NFData UpdateImagePermissionsResponse Source # | |
Defined in Amazonka.AppStream.UpdateImagePermissions rnf :: UpdateImagePermissionsResponse -> () # | |
type Rep UpdateImagePermissionsResponse Source # | |
Defined in Amazonka.AppStream.UpdateImagePermissions type Rep UpdateImagePermissionsResponse = D1 ('MetaData "UpdateImagePermissionsResponse" "Amazonka.AppStream.UpdateImagePermissions" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UpdateImagePermissionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newUpdateImagePermissionsResponse Source #
Create a value of UpdateImagePermissionsResponse
with all optional fields omitted.
Use 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:UpdateImagePermissionsResponse'
, updateImagePermissionsResponse_httpStatus
- The response's http status code.
DeleteImagePermissions
data DeleteImagePermissions Source #
See: newDeleteImagePermissions
smart constructor.
Instances
newDeleteImagePermissions Source #
:: Text | |
-> Text | |
-> DeleteImagePermissions |
Create a value of DeleteImagePermissions
with all optional fields omitted.
Use 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:DeleteImagePermissions'
, deleteImagePermissions_name
- The name of the private image.
$sel:sharedAccountId:DeleteImagePermissions'
, deleteImagePermissions_sharedAccountId
- The 12-digit identifier of the AWS account for which to delete image
permissions.
data DeleteImagePermissionsResponse Source #
See: newDeleteImagePermissionsResponse
smart constructor.
Instances
Eq DeleteImagePermissionsResponse Source # | |
Read DeleteImagePermissionsResponse Source # | |
Show DeleteImagePermissionsResponse Source # | |
Defined in Amazonka.AppStream.DeleteImagePermissions | |
Generic DeleteImagePermissionsResponse Source # | |
NFData DeleteImagePermissionsResponse Source # | |
Defined in Amazonka.AppStream.DeleteImagePermissions rnf :: DeleteImagePermissionsResponse -> () # | |
type Rep DeleteImagePermissionsResponse Source # | |
Defined in Amazonka.AppStream.DeleteImagePermissions type Rep DeleteImagePermissionsResponse = D1 ('MetaData "DeleteImagePermissionsResponse" "Amazonka.AppStream.DeleteImagePermissions" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteImagePermissionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteImagePermissionsResponse Source #
Create a value of DeleteImagePermissionsResponse
with all optional fields omitted.
Use 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:DeleteImagePermissionsResponse'
, deleteImagePermissionsResponse_httpStatus
- The response's http status code.
StopFleet
See: newStopFleet
smart constructor.
Instances
Create a value of StopFleet
with all optional fields omitted.
Use 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:StopFleet'
, stopFleet_name
- The name of the fleet.
data StopFleetResponse Source #
See: newStopFleetResponse
smart constructor.
Instances
Create a value of StopFleetResponse
with all optional fields omitted.
Use 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:StopFleetResponse'
, stopFleetResponse_httpStatus
- The response's http status code.
StartImageBuilder
data StartImageBuilder Source #
See: newStartImageBuilder
smart constructor.
Instances
Create a value of StartImageBuilder
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:appstreamAgentVersion:StartImageBuilder'
, startImageBuilder_appstreamAgentVersion
- The version of the AppStream 2.0 agent to use for this image builder. To
use the latest version of the AppStream 2.0 agent, specify [LATEST].
$sel:name:StartImageBuilder'
, startImageBuilder_name
- The name of the image builder.
data StartImageBuilderResponse Source #
See: newStartImageBuilderResponse
smart constructor.
Instances
newStartImageBuilderResponse Source #
Create a value of StartImageBuilderResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageBuilder:StartImageBuilderResponse'
, startImageBuilderResponse_imageBuilder
- Information about the image builder.
$sel:httpStatus:StartImageBuilderResponse'
, startImageBuilderResponse_httpStatus
- The response's http status code.
BatchAssociateUserStack
data BatchAssociateUserStack Source #
See: newBatchAssociateUserStack
smart constructor.
Instances
newBatchAssociateUserStack Source #
Create a value of BatchAssociateUserStack
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userStackAssociations:BatchAssociateUserStack'
, batchAssociateUserStack_userStackAssociations
- The list of UserStackAssociation objects.
data BatchAssociateUserStackResponse Source #
See: newBatchAssociateUserStackResponse
smart constructor.
Instances
Eq BatchAssociateUserStackResponse Source # | |
Show BatchAssociateUserStackResponse Source # | |
Defined in Amazonka.AppStream.BatchAssociateUserStack | |
Generic BatchAssociateUserStackResponse Source # | |
NFData BatchAssociateUserStackResponse Source # | |
Defined in Amazonka.AppStream.BatchAssociateUserStack rnf :: BatchAssociateUserStackResponse -> () # | |
type Rep BatchAssociateUserStackResponse Source # | |
Defined in Amazonka.AppStream.BatchAssociateUserStack type Rep BatchAssociateUserStackResponse = D1 ('MetaData "BatchAssociateUserStackResponse" "Amazonka.AppStream.BatchAssociateUserStack" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "BatchAssociateUserStackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UserStackAssociationError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newBatchAssociateUserStackResponse Source #
Create a value of BatchAssociateUserStackResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:errors:BatchAssociateUserStackResponse'
, batchAssociateUserStackResponse_errors
- The list of UserStackAssociationError objects.
$sel:httpStatus:BatchAssociateUserStackResponse'
, batchAssociateUserStackResponse_httpStatus
- The response's http status code.
DescribeImagePermissions
data DescribeImagePermissions Source #
See: newDescribeImagePermissions
smart constructor.
Instances
newDescribeImagePermissions Source #
Create a value of DescribeImagePermissions
with all optional fields omitted.
Use 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:DescribeImagePermissions'
, describeImagePermissions_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
$sel:sharedAwsAccountIds:DescribeImagePermissions'
, describeImagePermissions_sharedAwsAccountIds
- The 12-digit identifier of one or more AWS accounts with which the image
is shared.
$sel:maxResults:DescribeImagePermissions'
, describeImagePermissions_maxResults
- The maximum size of each page of results.
$sel:name:DescribeImagePermissions'
, describeImagePermissions_name
- The name of the private image for which to describe permissions. The
image must be one that you own.
data DescribeImagePermissionsResponse Source #
See: newDescribeImagePermissionsResponse
smart constructor.
Instances
newDescribeImagePermissionsResponse Source #
Create a value of DescribeImagePermissionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sharedImagePermissionsList:DescribeImagePermissionsResponse'
, describeImagePermissionsResponse_sharedImagePermissionsList
- The permissions for a private image that you own.
$sel:nextToken:DescribeImagePermissions'
, describeImagePermissionsResponse_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If there are no more pages, this value is null.
$sel:name:DescribeImagePermissions'
, describeImagePermissionsResponse_name
- The name of the private image.
$sel:httpStatus:DescribeImagePermissionsResponse'
, describeImagePermissionsResponse_httpStatus
- The response's http status code.
DeleteDirectoryConfig
data DeleteDirectoryConfig Source #
See: newDeleteDirectoryConfig
smart constructor.
Instances
newDeleteDirectoryConfig Source #
Create a value of DeleteDirectoryConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:directoryName:DeleteDirectoryConfig'
, deleteDirectoryConfig_directoryName
- The name of the directory configuration.
data DeleteDirectoryConfigResponse Source #
See: newDeleteDirectoryConfigResponse
smart constructor.
Instances
Eq DeleteDirectoryConfigResponse Source # | |
Read DeleteDirectoryConfigResponse Source # | |
Show DeleteDirectoryConfigResponse Source # | |
Defined in Amazonka.AppStream.DeleteDirectoryConfig showsPrec :: Int -> DeleteDirectoryConfigResponse -> ShowS # show :: DeleteDirectoryConfigResponse -> String # showList :: [DeleteDirectoryConfigResponse] -> ShowS # | |
Generic DeleteDirectoryConfigResponse Source # | |
NFData DeleteDirectoryConfigResponse Source # | |
Defined in Amazonka.AppStream.DeleteDirectoryConfig rnf :: DeleteDirectoryConfigResponse -> () # | |
type Rep DeleteDirectoryConfigResponse Source # | |
Defined in Amazonka.AppStream.DeleteDirectoryConfig type Rep DeleteDirectoryConfigResponse = D1 ('MetaData "DeleteDirectoryConfigResponse" "Amazonka.AppStream.DeleteDirectoryConfig" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DeleteDirectoryConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteDirectoryConfigResponse Source #
Create a value of DeleteDirectoryConfigResponse
with all optional fields omitted.
Use 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:DeleteDirectoryConfigResponse'
, deleteDirectoryConfigResponse_httpStatus
- The response's http status code.
UpdateDirectoryConfig
data UpdateDirectoryConfig Source #
See: newUpdateDirectoryConfig
smart constructor.
Instances
newUpdateDirectoryConfig Source #
Create a value of UpdateDirectoryConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:serviceAccountCredentials:UpdateDirectoryConfig'
, updateDirectoryConfig_serviceAccountCredentials
- The credentials for the service account used by the fleet or image
builder to connect to the directory.
$sel:organizationalUnitDistinguishedNames:UpdateDirectoryConfig'
, updateDirectoryConfig_organizationalUnitDistinguishedNames
- The distinguished names of the organizational units for computer
accounts.
$sel:directoryName:UpdateDirectoryConfig'
, updateDirectoryConfig_directoryName
- The name of the Directory Config object.
data UpdateDirectoryConfigResponse Source #
See: newUpdateDirectoryConfigResponse
smart constructor.
Instances
newUpdateDirectoryConfigResponse Source #
Create a value of UpdateDirectoryConfigResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:directoryConfig:UpdateDirectoryConfigResponse'
, updateDirectoryConfigResponse_directoryConfig
- Information about the Directory Config object.
$sel:httpStatus:UpdateDirectoryConfigResponse'
, updateDirectoryConfigResponse_httpStatus
- The response's http status code.
CreateFleet
data CreateFleet Source #
See: newCreateFleet
smart constructor.
CreateFleet' (Maybe DomainJoinInfo) (Maybe Text) (Maybe Int) (Maybe Int) (Maybe Int) (Maybe FleetType) (Maybe VpcConfig) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe StreamView) (Maybe (HashMap Text Text)) Text Text ComputeCapacity |
Instances
:: Text | |
-> Text | |
-> ComputeCapacity | |
-> CreateFleet |
Create a value of CreateFleet
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainJoinInfo:CreateFleet'
, createFleet_domainJoinInfo
- The name of the directory and organizational unit (OU) to use to join
the fleet to a Microsoft Active Directory domain.
$sel:iamRoleArn:CreateFleet'
, createFleet_iamRoleArn
- The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To
assume a role, a fleet instance calls the AWS Security Token Service
(STS) AssumeRole
API operation and passes the ARN of the role to use.
The operation creates a new session with temporary credentials.
AppStream 2.0 retrieves the temporary credentials and creates the
appstream_machine_role credential profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
$sel:disconnectTimeoutInSeconds:CreateFleet'
, createFleet_disconnectTimeoutInSeconds
- The amount of time that a streaming session remains active after users
disconnect. If users try to reconnect to the streaming session after a
disconnection or network interruption within this time interval, they
are connected to their previous session. Otherwise, they are connected
to a new session with a new streaming instance.
Specify a value between 60 and 360000.
$sel:maxUserDurationInSeconds:CreateFleet'
, createFleet_maxUserDurationInSeconds
- The maximum amount of time that a streaming session can remain active,
in seconds. If users are still connected to a streaming instance five
minutes before this limit is reached, they are prompted to save any open
documents before being disconnected. After this time elapses, the
instance is terminated and replaced by a new instance.
Specify a value between 600 and 360000.
$sel:idleDisconnectTimeoutInSeconds:CreateFleet'
, createFleet_idleDisconnectTimeoutInSeconds
- The amount of time that users can be idle (inactive) before they are
disconnected from their streaming session and the
DisconnectTimeoutInSeconds
time interval begins. Users are notified
before they are disconnected due to inactivity. If they try to reconnect
to the streaming session before the time interval specified in
DisconnectTimeoutInSeconds
elapses, they are connected to their
previous session. Users are considered idle when they stop providing
keyboard or mouse input during their streaming session. File uploads and
downloads, audio in, audio out, and pixels changing do not qualify as
user activity. If users continue to be idle after the time interval in
IdleDisconnectTimeoutInSeconds
elapses, they are disconnected.
To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.
If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.
$sel:fleetType:CreateFleet'
, createFleet_fleetType
- The fleet type.
- ALWAYS_ON
- Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
- Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
$sel:vpcConfig:CreateFleet'
, createFleet_vpcConfig
- The VPC configuration for the fleet.
$sel:imageArn:CreateFleet'
, createFleet_imageArn
- The ARN of the public, private, or shared image to use.
$sel:displayName:CreateFleet'
, createFleet_displayName
- The fleet name to display.
$sel:enableDefaultInternetAccess:CreateFleet'
, createFleet_enableDefaultInternetAccess
- Enables or disables default internet access for the fleet.
$sel:imageName:CreateFleet'
, createFleet_imageName
- The name of the image used to create the fleet.
$sel:description:CreateFleet'
, createFleet_description
- The description to display.
$sel:streamView:CreateFleet'
, createFleet_streamView
- The AppStream 2.0 view that is displayed to your users when they stream
from the fleet. When APP
is specified, only the windows of
applications opened by users display. When DESKTOP
is specified, the
standard desktop that is provided by the operating system displays.
The default value is APP
.
$sel:tags:CreateFleet'
, createFleet_tags
- The tags to associate with the fleet. A tag is a key-value pair, and the
value is optional. For example, Environment=Test. If you do not specify
a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
$sel:name:CreateFleet'
, createFleet_name
- A unique name for the fleet.
$sel:instanceType:CreateFleet'
, createFleet_instanceType
- The instance type to use when launching fleet instances. The following
instance types are available:
- stream.standard.small
- stream.standard.medium
- stream.standard.large
- stream.compute.large
- stream.compute.xlarge
- stream.compute.2xlarge
- stream.compute.4xlarge
- stream.compute.8xlarge
- stream.memory.large
- stream.memory.xlarge
- stream.memory.2xlarge
- stream.memory.4xlarge
- stream.memory.8xlarge
- stream.memory.z1d.large
- stream.memory.z1d.xlarge
- stream.memory.z1d.2xlarge
- stream.memory.z1d.3xlarge
- stream.memory.z1d.6xlarge
- stream.memory.z1d.12xlarge
- stream.graphics-design.large
- stream.graphics-design.xlarge
- stream.graphics-design.2xlarge
- stream.graphics-design.4xlarge
- stream.graphics-desktop.2xlarge
- stream.graphics.g4dn.xlarge
- stream.graphics.g4dn.2xlarge
- stream.graphics.g4dn.4xlarge
- stream.graphics.g4dn.8xlarge
- stream.graphics.g4dn.12xlarge
- stream.graphics.g4dn.16xlarge
- stream.graphics-pro.4xlarge
- stream.graphics-pro.8xlarge
- stream.graphics-pro.16xlarge
$sel:computeCapacity:CreateFleet'
, createFleet_computeCapacity
- The desired capacity for the fleet.
data CreateFleetResponse Source #
See: newCreateFleetResponse
smart constructor.
Instances
newCreateFleetResponse Source #
Create a value of CreateFleetResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:fleet:CreateFleetResponse'
, createFleetResponse_fleet
- Information about the fleet.
$sel:httpStatus:CreateFleetResponse'
, createFleetResponse_httpStatus
- The response's http status code.
CreateStack
data CreateStack Source #
See: newCreateStack
smart constructor.
CreateStack' (Maybe (NonEmpty UserSetting)) (Maybe ApplicationSettings) (Maybe Text) (Maybe [StorageConnector]) (Maybe (NonEmpty AccessEndpoint)) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) Text |
Instances
Create a value of CreateStack
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userSettings:CreateStack'
, createStack_userSettings
- The actions that are enabled or disabled for users during their
streaming sessions. By default, these actions are enabled.
$sel:applicationSettings:CreateStack'
, createStack_applicationSettings
- The persistent application settings for users of a stack. When these
settings are enabled, changes that users make to applications and
Windows settings are automatically saved after each session and applied
to the next session.
$sel:feedbackURL:CreateStack'
, createStack_feedbackURL
- The URL that users are redirected to after they click the Send Feedback
link. If no URL is specified, no Send Feedback link is displayed.
$sel:storageConnectors:CreateStack'
, createStack_storageConnectors
- The storage connectors to enable.
$sel:accessEndpoints:CreateStack'
, createStack_accessEndpoints
- The list of interface VPC endpoint (interface endpoint) objects. Users
of the stack can connect to AppStream 2.0 only through the specified
endpoints.
$sel:displayName:CreateStack'
, createStack_displayName
- The stack name to display.
$sel:embedHostDomains:CreateStack'
, createStack_embedHostDomains
- The domains where AppStream 2.0 streaming sessions can be embedded in an
iframe. You must approve the domains that you want to host embedded
AppStream 2.0 streaming sessions.
$sel:description:CreateStack'
, createStack_description
- The description to display.
$sel:tags:CreateStack'
, createStack_tags
- The tags to associate with the stack. A tag is a key-value pair, and the
value is optional. For example, Environment=Test. If you do not specify
a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
$sel:redirectURL:CreateStack'
, createStack_redirectURL
- The URL that users are redirected to after their streaming session ends.
$sel:name:CreateStack'
, createStack_name
- The name of the stack.
data CreateStackResponse Source #
See: newCreateStackResponse
smart constructor.
Instances
newCreateStackResponse Source #
Create a value of CreateStackResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:stack:CreateStackResponse'
, createStackResponse_stack
- Information about the stack.
$sel:httpStatus:CreateStackResponse'
, createStackResponse_httpStatus
- The response's http status code.
CopyImage
See: newCopyImage
smart constructor.
Instances
Create a value of CopyImage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:destinationImageDescription:CopyImage'
, copyImage_destinationImageDescription
- The description that the image will have when it is copied to the
destination.
$sel:sourceImageName:CopyImage'
, copyImage_sourceImageName
- The name of the image to copy.
$sel:destinationImageName:CopyImage'
, copyImage_destinationImageName
- The name that the image will have when it is copied to the destination.
$sel:destinationRegion:CopyImage'
, copyImage_destinationRegion
- The destination region to which the image will be copied. This parameter
is required, even if you are copying an image within the same region.
data CopyImageResponse Source #
See: newCopyImageResponse
smart constructor.
Instances
Create a value of CopyImageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:destinationImageName:CopyImage'
, copyImageResponse_destinationImageName
- The name of the destination image.
$sel:httpStatus:CopyImageResponse'
, copyImageResponse_httpStatus
- The response's http status code.
ExpireSession
data ExpireSession Source #
See: newExpireSession
smart constructor.
Instances
Create a value of ExpireSession
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sessionId:ExpireSession'
, expireSession_sessionId
- The identifier of the streaming session.
data ExpireSessionResponse Source #
See: newExpireSessionResponse
smart constructor.
Instances
newExpireSessionResponse Source #
Create a value of ExpireSessionResponse
with all optional fields omitted.
Use 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:ExpireSessionResponse'
, expireSessionResponse_httpStatus
- The response's http status code.
CreateUser
data CreateUser Source #
See: newCreateUser
smart constructor.
CreateUser' (Maybe (Sensitive Text)) (Maybe MessageAction) (Maybe (Sensitive Text)) (Sensitive Text) AuthenticationType |
Instances
:: Text | |
-> AuthenticationType | |
-> CreateUser |
Create a value of CreateUser
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lastName:CreateUser'
, createUser_lastName
- The last name, or surname, of the user.
$sel:messageAction:CreateUser'
, createUser_messageAction
- The action to take for the welcome email that is sent to a user after
the user is created in the user pool. If you specify SUPPRESS, no email
is sent. If you specify RESEND, do not specify the first name or last
name of the user. If the value is null, the email is sent.
The temporary password in the welcome email is valid for only 7 days. If users don’t set their passwords within 7 days, you must send them a new welcome email.
$sel:firstName:CreateUser'
, createUser_firstName
- The first name, or given name, of the user.
$sel:userName:CreateUser'
, createUser_userName
- The email address of the user.
Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.
$sel:authenticationType:CreateUser'
, createUser_authenticationType
- The authentication type for the user. You must specify USERPOOL.
data CreateUserResponse Source #
See: newCreateUserResponse
smart constructor.
Instances
newCreateUserResponse Source #
Create a value of CreateUserResponse
with all optional fields omitted.
Use 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:CreateUserResponse'
, createUserResponse_httpStatus
- The response's http status code.
DisableUser
data DisableUser Source #
See: newDisableUser
smart constructor.
Instances
:: Text | |
-> AuthenticationType | |
-> DisableUser |
Create a value of DisableUser
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userName:DisableUser'
, disableUser_userName
- The email address of the user.
Users' email addresses are case-sensitive.
$sel:authenticationType:DisableUser'
, disableUser_authenticationType
- The authentication type for the user. You must specify USERPOOL.
data DisableUserResponse Source #
See: newDisableUserResponse
smart constructor.
Instances
newDisableUserResponse Source #
Create a value of DisableUserResponse
with all optional fields omitted.
Use 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:DisableUserResponse'
, disableUserResponse_httpStatus
- The response's http status code.
DeleteUser
data DeleteUser Source #
See: newDeleteUser
smart constructor.
Instances
:: Text | |
-> AuthenticationType | |
-> DeleteUser |
Create a value of DeleteUser
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userName:DeleteUser'
, deleteUser_userName
- The email address of the user.
Users' email addresses are case-sensitive.
$sel:authenticationType:DeleteUser'
, deleteUser_authenticationType
- The authentication type for the user. You must specify USERPOOL.
data DeleteUserResponse Source #
See: newDeleteUserResponse
smart constructor.
Instances
newDeleteUserResponse Source #
Create a value of DeleteUserResponse
with all optional fields omitted.
Use 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:DeleteUserResponse'
, deleteUserResponse_httpStatus
- The response's http status code.
TagResource
data TagResource Source #
See: newTagResource
smart constructor.
Instances
Create a value of TagResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:TagResource'
, tagResource_resourceArn
- The Amazon Resource Name (ARN) of the resource.
$sel:tags:TagResource'
, tagResource_tags
- The tags to associate. A tag is a key-value pair, and the value is
optional. For example, Environment=Test. If you do not specify a value,
Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
data TagResourceResponse Source #
See: newTagResourceResponse
smart constructor.
Instances
newTagResourceResponse Source #
Create a value of TagResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:TagResourceResponse'
, tagResourceResponse_httpStatus
- The response's http status code.
CreateStreamingURL
data CreateStreamingURL Source #
See: newCreateStreamingURL
smart constructor.
Instances
newCreateStreamingURL Source #
:: Text | |
-> Text | |
-> Text | |
-> CreateStreamingURL |
Create a value of CreateStreamingURL
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sessionContext:CreateStreamingURL'
, createStreamingURL_sessionContext
- The session context. For more information, see
Session Context
in the Amazon AppStream 2.0 Administration Guide.
$sel:applicationId:CreateStreamingURL'
, createStreamingURL_applicationId
- The name of the application to launch after the session starts. This is
the name that you specified as Name in the Image Assistant. If your
fleet is enabled for the Desktop stream view, you can also choose to
launch directly to the operating system desktop. To do so, specify
Desktop.
$sel:validity:CreateStreamingURL'
, createStreamingURL_validity
- The time that the streaming URL will be valid, in seconds. Specify a
value between 1 and 604800 seconds. The default is 60 seconds.
$sel:stackName:CreateStreamingURL'
, createStreamingURL_stackName
- The name of the stack.
$sel:fleetName:CreateStreamingURL'
, createStreamingURL_fleetName
- The name of the fleet.
$sel:userId:CreateStreamingURL'
, createStreamingURL_userId
- The identifier of the user.
data CreateStreamingURLResponse Source #
See: newCreateStreamingURLResponse
smart constructor.
Instances
newCreateStreamingURLResponse Source #
Create a value of CreateStreamingURLResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:streamingURL:CreateStreamingURLResponse'
, createStreamingURLResponse_streamingURL
- The URL to start the AppStream 2.0 streaming session.
$sel:expires:CreateStreamingURLResponse'
, createStreamingURLResponse_expires
- The elapsed time, in seconds after the Unix epoch, when this URL
expires.
$sel:httpStatus:CreateStreamingURLResponse'
, createStreamingURLResponse_httpStatus
- The response's http status code.
UntagResource
data UntagResource Source #
See: newUntagResource
smart constructor.
Instances
Create a value of UntagResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:UntagResource'
, untagResource_resourceArn
- The Amazon Resource Name (ARN) of the resource.
$sel:tagKeys:UntagResource'
, untagResource_tagKeys
- The tag keys for the tags to disassociate.
data UntagResourceResponse Source #
See: newUntagResourceResponse
smart constructor.
Instances
newUntagResourceResponse Source #
Create a value of UntagResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:UntagResourceResponse'
, untagResourceResponse_httpStatus
- The response's http status code.
StartFleet
data StartFleet Source #
See: newStartFleet
smart constructor.
Instances
Create a value of StartFleet
with all optional fields omitted.
Use 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:StartFleet'
, startFleet_name
- The name of the fleet.
data StartFleetResponse Source #
See: newStartFleetResponse
smart constructor.
Instances
newStartFleetResponse Source #
Create a value of StartFleetResponse
with all optional fields omitted.
Use 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:StartFleetResponse'
, startFleetResponse_httpStatus
- The response's http status code.
StopImageBuilder
data StopImageBuilder Source #
See: newStopImageBuilder
smart constructor.
Instances
Create a value of StopImageBuilder
with all optional fields omitted.
Use 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:StopImageBuilder'
, stopImageBuilder_name
- The name of the image builder.
data StopImageBuilderResponse Source #
See: newStopImageBuilderResponse
smart constructor.
Instances
newStopImageBuilderResponse Source #
Create a value of StopImageBuilderResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageBuilder:StopImageBuilderResponse'
, stopImageBuilderResponse_imageBuilder
- Information about the image builder.
$sel:httpStatus:StopImageBuilderResponse'
, stopImageBuilderResponse_httpStatus
- The response's http status code.
DeleteImage
data DeleteImage Source #
See: newDeleteImage
smart constructor.
Instances
Create a value of DeleteImage
with all optional fields omitted.
Use 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:DeleteImage'
, deleteImage_name
- The name of the image.
data DeleteImageResponse Source #
See: newDeleteImageResponse
smart constructor.
Instances
newDeleteImageResponse Source #
Create a value of DeleteImageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:image:DeleteImageResponse'
, deleteImageResponse_image
- Information about the image.
$sel:httpStatus:DeleteImageResponse'
, deleteImageResponse_httpStatus
- The response's http status code.
DeleteUsageReportSubscription
data DeleteUsageReportSubscription Source #
See: newDeleteUsageReportSubscription
smart constructor.
Instances
newDeleteUsageReportSubscription :: DeleteUsageReportSubscription Source #
Create a value of DeleteUsageReportSubscription
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
data DeleteUsageReportSubscriptionResponse Source #
See: newDeleteUsageReportSubscriptionResponse
smart constructor.
Instances
newDeleteUsageReportSubscriptionResponse Source #
Create a value of DeleteUsageReportSubscriptionResponse
with all optional fields omitted.
Use 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:DeleteUsageReportSubscriptionResponse'
, deleteUsageReportSubscriptionResponse_httpStatus
- The response's http status code.
BatchDisassociateUserStack
data BatchDisassociateUserStack Source #
See: newBatchDisassociateUserStack
smart constructor.
Instances
newBatchDisassociateUserStack Source #
Create a value of BatchDisassociateUserStack
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userStackAssociations:BatchDisassociateUserStack'
, batchDisassociateUserStack_userStackAssociations
- The list of UserStackAssociation objects.
data BatchDisassociateUserStackResponse Source #
See: newBatchDisassociateUserStackResponse
smart constructor.
Instances
Eq BatchDisassociateUserStackResponse Source # | |
Show BatchDisassociateUserStackResponse Source # | |
Generic BatchDisassociateUserStackResponse Source # | |
NFData BatchDisassociateUserStackResponse Source # | |
Defined in Amazonka.AppStream.BatchDisassociateUserStack rnf :: BatchDisassociateUserStackResponse -> () # | |
type Rep BatchDisassociateUserStackResponse Source # | |
Defined in Amazonka.AppStream.BatchDisassociateUserStack type Rep BatchDisassociateUserStackResponse = D1 ('MetaData "BatchDisassociateUserStackResponse" "Amazonka.AppStream.BatchDisassociateUserStack" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "BatchDisassociateUserStackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UserStackAssociationError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newBatchDisassociateUserStackResponse Source #
Create a value of BatchDisassociateUserStackResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:errors:BatchDisassociateUserStackResponse'
, batchDisassociateUserStackResponse_errors
- The list of UserStackAssociationError objects.
$sel:httpStatus:BatchDisassociateUserStackResponse'
, batchDisassociateUserStackResponse_httpStatus
- The response's http status code.
DescribeImages (Paginated)
data DescribeImages Source #
See: newDescribeImages
smart constructor.
Instances
newDescribeImages :: DescribeImages Source #
Create a value of DescribeImages
with all optional fields omitted.
Use 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:DescribeImages'
, describeImages_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
$sel:names:DescribeImages'
, describeImages_names
- The names of the public or private images to describe.
$sel:type':DescribeImages'
, describeImages_type
- The type of image (public, private, or shared) to describe.
$sel:arns:DescribeImages'
, describeImages_arns
- The ARNs of the public, private, and shared images to describe.
$sel:maxResults:DescribeImages'
, describeImages_maxResults
- The maximum size of each page of results.
data DescribeImagesResponse Source #
See: newDescribeImagesResponse
smart constructor.
Instances
newDescribeImagesResponse Source #
Create a value of DescribeImagesResponse
with all optional fields omitted.
Use 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:DescribeImagesResponse'
, describeImagesResponse_images
- Information about the images.
$sel:nextToken:DescribeImages'
, describeImagesResponse_nextToken
- The pagination token to use to retrieve the next page of results for
this operation. If there are no more pages, this value is null.
$sel:httpStatus:DescribeImagesResponse'
, describeImagesResponse_httpStatus
- The response's http status code.
Types
AccessEndpointType
newtype AccessEndpointType Source #
pattern AccessEndpointType_STREAMING :: AccessEndpointType |
Instances
Action
pattern Action_CLIPBOARD_COPY_FROM_LOCAL_DEVICE :: Action | |
pattern Action_CLIPBOARD_COPY_TO_LOCAL_DEVICE :: Action | |
pattern Action_DOMAIN_PASSWORD_SIGNIN :: Action | |
pattern Action_DOMAIN_SMART_CARD_SIGNIN :: Action | |
pattern Action_FILE_DOWNLOAD :: Action | |
pattern Action_FILE_UPLOAD :: Action | |
pattern Action_PRINTING_TO_LOCAL_DEVICE :: Action |
Instances
AuthenticationType
newtype AuthenticationType Source #
pattern AuthenticationType_API :: AuthenticationType | |
pattern AuthenticationType_SAML :: AuthenticationType | |
pattern AuthenticationType_USERPOOL :: AuthenticationType |
Instances
FleetAttribute
newtype FleetAttribute Source #
The fleet attribute.
pattern FleetAttribute_DOMAIN_JOIN_INFO :: FleetAttribute | |
pattern FleetAttribute_IAM_ROLE_ARN :: FleetAttribute | |
pattern FleetAttribute_VPC_CONFIGURATION :: FleetAttribute | |
pattern FleetAttribute_VPC_CONFIGURATION_SECURITY_GROUP_IDS :: FleetAttribute |
Instances
FleetErrorCode
newtype FleetErrorCode Source #
Instances
FleetState
newtype FleetState Source #
pattern FleetState_RUNNING :: FleetState | |
pattern FleetState_STARTING :: FleetState | |
pattern FleetState_STOPPED :: FleetState | |
pattern FleetState_STOPPING :: FleetState |
Instances
FleetType
pattern FleetType_ALWAYS_ON :: FleetType | |
pattern FleetType_ON_DEMAND :: FleetType |
Instances
ImageBuilderState
newtype ImageBuilderState Source #
pattern ImageBuilderState_DELETING :: ImageBuilderState | |
pattern ImageBuilderState_FAILED :: ImageBuilderState | |
pattern ImageBuilderState_PENDING :: ImageBuilderState | |
pattern ImageBuilderState_PENDING_QUALIFICATION :: ImageBuilderState | |
pattern ImageBuilderState_REBOOTING :: ImageBuilderState | |
pattern ImageBuilderState_RUNNING :: ImageBuilderState | |
pattern ImageBuilderState_SNAPSHOTTING :: ImageBuilderState | |
pattern ImageBuilderState_STOPPED :: ImageBuilderState | |
pattern ImageBuilderState_STOPPING :: ImageBuilderState | |
pattern ImageBuilderState_UPDATING :: ImageBuilderState | |
pattern ImageBuilderState_UPDATING_AGENT :: ImageBuilderState |
Instances
ImageBuilderStateChangeReasonCode
newtype ImageBuilderStateChangeReasonCode Source #
pattern ImageBuilderStateChangeReasonCode_IMAGE_UNAVAILABLE :: ImageBuilderStateChangeReasonCode | |
pattern ImageBuilderStateChangeReasonCode_INTERNAL_ERROR :: ImageBuilderStateChangeReasonCode |
Instances
ImageState
newtype ImageState Source #
pattern ImageState_AVAILABLE :: ImageState | |
pattern ImageState_COPYING :: ImageState | |
pattern ImageState_CREATING :: ImageState | |
pattern ImageState_DELETING :: ImageState | |
pattern ImageState_FAILED :: ImageState | |
pattern ImageState_IMPORTING :: ImageState | |
pattern ImageState_PENDING :: ImageState |
Instances
ImageStateChangeReasonCode
newtype ImageStateChangeReasonCode Source #
Instances
MessageAction
newtype MessageAction Source #
pattern MessageAction_RESEND :: MessageAction | |
pattern MessageAction_SUPPRESS :: MessageAction |
Instances
Permission
newtype Permission Source #
pattern Permission_DISABLED :: Permission | |
pattern Permission_ENABLED :: Permission |
Instances
PlatformType
newtype PlatformType Source #
pattern PlatformType_WINDOWS :: PlatformType | |
pattern PlatformType_WINDOWS_SERVER_2016 :: PlatformType | |
pattern PlatformType_WINDOWS_SERVER_2019 :: PlatformType |
Instances
SessionConnectionState
newtype SessionConnectionState Source #
pattern SessionConnectionState_CONNECTED :: SessionConnectionState | |
pattern SessionConnectionState_NOT_CONNECTED :: SessionConnectionState |
Instances
SessionState
newtype SessionState Source #
Possible values for the state of a streaming session.
pattern SessionState_ACTIVE :: SessionState | |
pattern SessionState_EXPIRED :: SessionState | |
pattern SessionState_PENDING :: SessionState |
Instances
StackAttribute
newtype StackAttribute Source #
pattern StackAttribute_ACCESS_ENDPOINTS :: StackAttribute | |
pattern StackAttribute_EMBED_HOST_DOMAINS :: StackAttribute | |
pattern StackAttribute_FEEDBACK_URL :: StackAttribute | |
pattern StackAttribute_IAM_ROLE_ARN :: StackAttribute | |
pattern StackAttribute_REDIRECT_URL :: StackAttribute | |
pattern StackAttribute_STORAGE_CONNECTORS :: StackAttribute | |
pattern StackAttribute_STORAGE_CONNECTOR_GOOGLE_DRIVE :: StackAttribute | |
pattern StackAttribute_STORAGE_CONNECTOR_HOMEFOLDERS :: StackAttribute | |
pattern StackAttribute_STORAGE_CONNECTOR_ONE_DRIVE :: StackAttribute | |
pattern StackAttribute_THEME_NAME :: StackAttribute | |
pattern StackAttribute_USER_SETTINGS :: StackAttribute |
Instances
StackErrorCode
newtype StackErrorCode Source #
pattern StackErrorCode_INTERNAL_SERVICE_ERROR :: StackErrorCode | |
pattern StackErrorCode_STORAGE_CONNECTOR_ERROR :: StackErrorCode |
Instances
StorageConnectorType
newtype StorageConnectorType Source #
The type of storage connector.
pattern StorageConnectorType_GOOGLE_DRIVE :: StorageConnectorType | |
pattern StorageConnectorType_HOMEFOLDERS :: StorageConnectorType | |
pattern StorageConnectorType_ONE_DRIVE :: StorageConnectorType |
Instances
StreamView
newtype StreamView Source #
pattern StreamView_APP :: StreamView | |
pattern StreamView_DESKTOP :: StreamView |
Instances
UsageReportExecutionErrorCode
newtype UsageReportExecutionErrorCode Source #
Instances
UsageReportSchedule
newtype UsageReportSchedule Source #
pattern UsageReportSchedule_DAILY :: UsageReportSchedule |
Instances
UserStackAssociationErrorCode
newtype UserStackAssociationErrorCode Source #
Instances
VisibilityType
newtype VisibilityType Source #
pattern VisibilityType_PRIVATE :: VisibilityType | |
pattern VisibilityType_PUBLIC :: VisibilityType | |
pattern VisibilityType_SHARED :: VisibilityType |
Instances
AccessEndpoint
data AccessEndpoint Source #
Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.
See: newAccessEndpoint
smart constructor.
Instances
Create a value of AccessEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:vpceId:AccessEndpoint'
, accessEndpoint_vpceId
- The identifier (ID) of the VPC in which the interface endpoint is used.
$sel:endpointType:AccessEndpoint'
, accessEndpoint_endpointType
- The type of interface endpoint.
Application
data Application Source #
Describes an application in the application catalog.
See: newApplication
smart constructor.
Application' (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) |
Instances
newApplication :: Application Source #
Create a value of Application
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enabled:Application'
, application_enabled
- If there is a problem, the application can be disabled after image
creation.
$sel:launchPath:Application'
, application_launchPath
- The path to the application executable in the instance.
$sel:launchParameters:Application'
, application_launchParameters
- The arguments that are passed to the application at launch.
$sel:name:Application'
, application_name
- The name of the application.
$sel:displayName:Application'
, application_displayName
- The application name to display.
$sel:metadata:Application'
, application_metadata
- Additional attributes that describe the application.
$sel:iconURL:Application'
, application_iconURL
- The URL for the application icon. This URL might be time-limited.
ApplicationSettings
data ApplicationSettings Source #
The persistent application settings for users of a stack.
See: newApplicationSettings
smart constructor.
Instances
newApplicationSettings Source #
Create a value of ApplicationSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:settingsGroup:ApplicationSettings'
, applicationSettings_settingsGroup
- The path prefix for the S3 bucket where users’ persistent application
settings are stored. You can allow the same persistent application
settings to be used across multiple stacks by specifying the same
settings group for each stack.
$sel:enabled:ApplicationSettings'
, applicationSettings_enabled
- Enables or disables persistent application settings for users during
their streaming sessions.
ApplicationSettingsResponse
data ApplicationSettingsResponse Source #
Describes the persistent application settings for users of a stack.
See: newApplicationSettingsResponse
smart constructor.
Instances
newApplicationSettingsResponse :: ApplicationSettingsResponse Source #
Create a value of ApplicationSettingsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enabled:ApplicationSettingsResponse'
, applicationSettingsResponse_enabled
- Specifies whether persistent application settings are enabled for users
during their streaming sessions.
$sel:settingsGroup:ApplicationSettingsResponse'
, applicationSettingsResponse_settingsGroup
- The path prefix for the S3 bucket where users’ persistent application
settings are stored.
$sel:s3BucketName:ApplicationSettingsResponse'
, applicationSettingsResponse_s3BucketName
- The S3 bucket where users’ persistent application settings are stored.
When persistent application settings are enabled for the first time for
an account in an AWS Region, an S3 bucket is created. The bucket is
unique to the AWS account and the Region.
ComputeCapacity
data ComputeCapacity Source #
Describes the capacity for a fleet.
See: newComputeCapacity
smart constructor.
Instances
Create a value of ComputeCapacity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:desiredInstances:ComputeCapacity'
, computeCapacity_desiredInstances
- The desired number of streaming instances.
ComputeCapacityStatus
data ComputeCapacityStatus Source #
Describes the capacity status for a fleet.
See: newComputeCapacityStatus
smart constructor.
Instances
newComputeCapacityStatus Source #
Create a value of ComputeCapacityStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:inUse:ComputeCapacityStatus'
, computeCapacityStatus_inUse
- The number of instances in use for streaming.
$sel:running:ComputeCapacityStatus'
, computeCapacityStatus_running
- The total number of simultaneous streaming instances that are running.
$sel:available:ComputeCapacityStatus'
, computeCapacityStatus_available
- The number of currently available instances that can be used to stream
sessions.
$sel:desired:ComputeCapacityStatus'
, computeCapacityStatus_desired
- The desired number of streaming instances.
DirectoryConfig
data DirectoryConfig Source #
Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
See: newDirectoryConfig
smart constructor.
Instances
Create a value of DirectoryConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:createdTime:DirectoryConfig'
, directoryConfig_createdTime
- The time the directory configuration was created.
$sel:serviceAccountCredentials:DirectoryConfig'
, directoryConfig_serviceAccountCredentials
- The credentials for the service account used by the fleet or image
builder to connect to the directory.
$sel:organizationalUnitDistinguishedNames:DirectoryConfig'
, directoryConfig_organizationalUnitDistinguishedNames
- The distinguished names of the organizational units for computer
accounts.
$sel:directoryName:DirectoryConfig'
, directoryConfig_directoryName
- The fully qualified name of the directory (for example,
corp.example.com).
DomainJoinInfo
data DomainJoinInfo Source #
Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
See: newDomainJoinInfo
smart constructor.
Instances
newDomainJoinInfo :: DomainJoinInfo Source #
Create a value of DomainJoinInfo
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:organizationalUnitDistinguishedName:DomainJoinInfo'
, domainJoinInfo_organizationalUnitDistinguishedName
- The distinguished name of the organizational unit for computer accounts.
$sel:directoryName:DomainJoinInfo'
, domainJoinInfo_directoryName
- The fully qualified name of the directory (for example,
corp.example.com).
Fleet
Describes a fleet.
See: newFleet
smart constructor.
Fleet' (Maybe DomainJoinInfo) (Maybe Text) (Maybe Int) (Maybe Int) (Maybe POSIX) (Maybe Int) (Maybe FleetType) (Maybe VpcConfig) (Maybe Text) (Maybe [FleetError]) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe StreamView) Text Text Text ComputeCapacityStatus FleetState |
Instances
:: Text | |
-> Text | |
-> Text | |
-> ComputeCapacityStatus | |
-> FleetState | |
-> Fleet |
Create a value of Fleet
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainJoinInfo:Fleet'
, fleet_domainJoinInfo
- The name of the directory and organizational unit (OU) to use to join
the fleet to a Microsoft Active Directory domain.
$sel:iamRoleArn:Fleet'
, fleet_iamRoleArn
- The ARN of the IAM role that is applied to the fleet. To assume a role,
the fleet instance calls the AWS Security Token Service (STS)
AssumeRole
API operation and passes the ARN of the role to use. The
operation creates a new session with temporary credentials. AppStream
2.0 retrieves the temporary credentials and creates the
appstream_machine_role credential profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
$sel:disconnectTimeoutInSeconds:Fleet'
, fleet_disconnectTimeoutInSeconds
- The amount of time that a streaming session remains active after users
disconnect. If they try to reconnect to the streaming session after a
disconnection or network interruption within this time interval, they
are connected to their previous session. Otherwise, they are connected
to a new session with a new streaming instance.
Specify a value between 60 and 360000.
$sel:maxUserDurationInSeconds:Fleet'
, fleet_maxUserDurationInSeconds
- The maximum amount of time that a streaming session can remain active,
in seconds. If users are still connected to a streaming instance five
minutes before this limit is reached, they are prompted to save any open
documents before being disconnected. After this time elapses, the
instance is terminated and replaced by a new instance.
Specify a value between 600 and 360000.
$sel:createdTime:Fleet'
, fleet_createdTime
- The time the fleet was created.
$sel:idleDisconnectTimeoutInSeconds:Fleet'
, fleet_idleDisconnectTimeoutInSeconds
- The amount of time that users can be idle (inactive) before they are
disconnected from their streaming session and the
DisconnectTimeoutInSeconds
time interval begins. Users are notified
before they are disconnected due to inactivity. If users try to
reconnect to the streaming session before the time interval specified in
DisconnectTimeoutInSeconds
elapses, they are connected to their
previous session. Users are considered idle when they stop providing
keyboard or mouse input during their streaming session. File uploads and
downloads, audio in, audio out, and pixels changing do not qualify as
user activity. If users continue to be idle after the time interval in
IdleDisconnectTimeoutInSeconds
elapses, they are disconnected.
To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.
If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.
$sel:fleetType:Fleet'
, fleet_fleetType
- The fleet type.
- ALWAYS_ON
- Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
- Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
$sel:vpcConfig:Fleet'
, fleet_vpcConfig
- The VPC configuration for the fleet.
$sel:imageArn:Fleet'
, fleet_imageArn
- The ARN for the public, private, or shared image.
$sel:fleetErrors:Fleet'
, fleet_fleetErrors
- The fleet errors.
$sel:displayName:Fleet'
, fleet_displayName
- The fleet name to display.
$sel:enableDefaultInternetAccess:Fleet'
, fleet_enableDefaultInternetAccess
- Indicates whether default internet access is enabled for the fleet.
$sel:imageName:Fleet'
, fleet_imageName
- The name of the image used to create the fleet.
$sel:description:Fleet'
, fleet_description
- The description to display.
$sel:streamView:Fleet'
, fleet_streamView
- The AppStream 2.0 view that is displayed to your users when they stream
from the fleet. When APP
is specified, only the windows of
applications opened by users display. When DESKTOP
is specified, the
standard desktop that is provided by the operating system displays.
The default value is APP
.
$sel:arn:Fleet'
, fleet_arn
- The Amazon Resource Name (ARN) for the fleet.
$sel:name:Fleet'
, fleet_name
- The name of the fleet.
$sel:instanceType:Fleet'
, fleet_instanceType
- The instance type to use when launching fleet instances. The following
instance types are available:
- stream.standard.small
- stream.standard.medium
- stream.standard.large
- stream.compute.large
- stream.compute.xlarge
- stream.compute.2xlarge
- stream.compute.4xlarge
- stream.compute.8xlarge
- stream.memory.large
- stream.memory.xlarge
- stream.memory.2xlarge
- stream.memory.4xlarge
- stream.memory.8xlarge
- stream.memory.z1d.large
- stream.memory.z1d.xlarge
- stream.memory.z1d.2xlarge
- stream.memory.z1d.3xlarge
- stream.memory.z1d.6xlarge
- stream.memory.z1d.12xlarge
- stream.graphics-design.large
- stream.graphics-design.xlarge
- stream.graphics-design.2xlarge
- stream.graphics-design.4xlarge
- stream.graphics-desktop.2xlarge
- stream.graphics.g4dn.xlarge
- stream.graphics.g4dn.2xlarge
- stream.graphics.g4dn.4xlarge
- stream.graphics.g4dn.8xlarge
- stream.graphics.g4dn.12xlarge
- stream.graphics.g4dn.16xlarge
- stream.graphics-pro.4xlarge
- stream.graphics-pro.8xlarge
- stream.graphics-pro.16xlarge
$sel:computeCapacityStatus:Fleet'
, fleet_computeCapacityStatus
- The capacity status for the fleet.
$sel:state:Fleet'
, fleet_state
- The current state for the fleet.
FleetError
data FleetError Source #
Describes a fleet error.
See: newFleetError
smart constructor.
Instances
newFleetError :: FleetError Source #
Create a value of FleetError
with all optional fields omitted.
Use 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:FleetError'
, fleetError_errorCode
- The error code.
$sel:errorMessage:FleetError'
, fleetError_errorMessage
- The error message.
Image
Describes an image.
See: newImage
smart constructor.
Image' (Maybe ImageState) (Maybe ImagePermissions) (Maybe PlatformType) (Maybe POSIX) (Maybe ImageStateChangeReason) (Maybe Text) (Maybe POSIX) (Maybe Bool) (Maybe VisibilityType) (Maybe Text) (Maybe [ResourceError]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe [Application]) Text |
Instances
Create a value of Image
with all optional fields omitted.
Use 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:Image'
, image_state
- The image starts in the PENDING
state. If image creation succeeds, the
state is AVAILABLE
. If image creation fails, the state is FAILED
.
$sel:imagePermissions:Image'
, image_imagePermissions
- The permissions to provide to the destination AWS account for the
specified image.
$sel:platform:Image'
, image_platform
- The operating system platform of the image.
$sel:publicBaseImageReleasedDate:Image'
, image_publicBaseImageReleasedDate
- The release date of the public base image. For private images, this date
is the release date of the base image from which the image was created.
$sel:stateChangeReason:Image'
, image_stateChangeReason
- The reason why the last state change occurred.
$sel:arn:Image'
, image_arn
- The ARN of the image.
$sel:createdTime:Image'
, image_createdTime
- The time the image was created.
$sel:imageBuilderSupported:Image'
, image_imageBuilderSupported
- Indicates whether an image builder can be launched from this image.
$sel:visibility:Image'
, image_visibility
- Indicates whether the image is public or private.
$sel:imageBuilderName:Image'
, image_imageBuilderName
- The name of the image builder that was used to create the private image.
If the image is shared, this value is null.
$sel:imageErrors:Image'
, image_imageErrors
- Describes the errors that are returned when a new image can't be
created.
$sel:baseImageArn:Image'
, image_baseImageArn
- The ARN of the image from which this image was created.
$sel:displayName:Image'
, image_displayName
- The image name to display.
$sel:description:Image'
, image_description
- The description to display.
$sel:appstreamAgentVersion:Image'
, image_appstreamAgentVersion
- The version of the AppStream 2.0 agent to use for instances that are
launched from this image.
$sel:applications:Image'
, image_applications
- The applications associated with the image.
$sel:name:Image'
, image_name
- The name of the image.
ImageBuilder
data ImageBuilder Source #
Describes a virtual machine that is used to create an image.
See: newImageBuilder
smart constructor.
ImageBuilder' (Maybe DomainJoinInfo) (Maybe Text) (Maybe ImageBuilderState) (Maybe PlatformType) (Maybe NetworkAccessConfiguration) (Maybe ImageBuilderStateChangeReason) (Maybe Text) (Maybe POSIX) (Maybe [ResourceError]) (Maybe Text) (Maybe (NonEmpty AccessEndpoint)) (Maybe VpcConfig) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) Text |
Instances
Create a value of ImageBuilder
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainJoinInfo:ImageBuilder'
, imageBuilder_domainJoinInfo
- The name of the directory and organizational unit (OU) to use to join
the image builder to a Microsoft Active Directory domain.
$sel:iamRoleArn:ImageBuilder'
, imageBuilder_iamRoleArn
- The ARN of the IAM role that is applied to the image builder. To assume
a role, the image builder calls the AWS Security Token Service (STS)
AssumeRole
API operation and passes the ARN of the role to use. The
operation creates a new session with temporary credentials. AppStream
2.0 retrieves the temporary credentials and creates the
appstream_machine_role credential profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
$sel:state:ImageBuilder'
, imageBuilder_state
- The state of the image builder.
$sel:platform:ImageBuilder'
, imageBuilder_platform
- The operating system platform of the image builder.
$sel:networkAccessConfiguration:ImageBuilder'
, imageBuilder_networkAccessConfiguration
- Undocumented member.
$sel:stateChangeReason:ImageBuilder'
, imageBuilder_stateChangeReason
- The reason why the last state change occurred.
$sel:arn:ImageBuilder'
, imageBuilder_arn
- The ARN for the image builder.
$sel:createdTime:ImageBuilder'
, imageBuilder_createdTime
- The time stamp when the image builder was created.
$sel:imageBuilderErrors:ImageBuilder'
, imageBuilder_imageBuilderErrors
- The image builder errors.
$sel:instanceType:ImageBuilder'
, imageBuilder_instanceType
- The instance type for the image builder. The following instance types
are available:
- stream.standard.small
- stream.standard.medium
- stream.standard.large
- stream.compute.large
- stream.compute.xlarge
- stream.compute.2xlarge
- stream.compute.4xlarge
- stream.compute.8xlarge
- stream.memory.large
- stream.memory.xlarge
- stream.memory.2xlarge
- stream.memory.4xlarge
- stream.memory.8xlarge
- stream.memory.z1d.large
- stream.memory.z1d.xlarge
- stream.memory.z1d.2xlarge
- stream.memory.z1d.3xlarge
- stream.memory.z1d.6xlarge
- stream.memory.z1d.12xlarge
- stream.graphics-design.large
- stream.graphics-design.xlarge
- stream.graphics-design.2xlarge
- stream.graphics-design.4xlarge
- stream.graphics-desktop.2xlarge
- stream.graphics.g4dn.xlarge
- stream.graphics.g4dn.2xlarge
- stream.graphics.g4dn.4xlarge
- stream.graphics.g4dn.8xlarge
- stream.graphics.g4dn.12xlarge
- stream.graphics.g4dn.16xlarge
- stream.graphics-pro.4xlarge
- stream.graphics-pro.8xlarge
- stream.graphics-pro.16xlarge
$sel:accessEndpoints:ImageBuilder'
, imageBuilder_accessEndpoints
- The list of virtual private cloud (VPC) interface endpoint objects.
Administrators can connect to the image builder only through the
specified endpoints.
$sel:vpcConfig:ImageBuilder'
, imageBuilder_vpcConfig
- The VPC configuration of the image builder.
$sel:imageArn:ImageBuilder'
, imageBuilder_imageArn
- The ARN of the image from which this builder was created.
$sel:displayName:ImageBuilder'
, imageBuilder_displayName
- The image builder name to display.
$sel:enableDefaultInternetAccess:ImageBuilder'
, imageBuilder_enableDefaultInternetAccess
- Enables or disables default internet access for the image builder.
$sel:description:ImageBuilder'
, imageBuilder_description
- The description to display.
$sel:appstreamAgentVersion:ImageBuilder'
, imageBuilder_appstreamAgentVersion
- The version of the AppStream 2.0 agent that is currently being used by
the image builder.
$sel:name:ImageBuilder'
, imageBuilder_name
- The name of the image builder.
ImageBuilderStateChangeReason
data ImageBuilderStateChangeReason Source #
Describes the reason why the last image builder state change occurred.
See: newImageBuilderStateChangeReason
smart constructor.
Instances
newImageBuilderStateChangeReason :: ImageBuilderStateChangeReason Source #
Create a value of ImageBuilderStateChangeReason
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:code:ImageBuilderStateChangeReason'
, imageBuilderStateChangeReason_code
- The state change reason code.
$sel:message:ImageBuilderStateChangeReason'
, imageBuilderStateChangeReason_message
- The state change reason message.
ImagePermissions
data ImagePermissions Source #
Describes the permissions for an image.
See: newImagePermissions
smart constructor.
Instances
newImagePermissions :: ImagePermissions Source #
Create a value of ImagePermissions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:allowFleet:ImagePermissions'
, imagePermissions_allowFleet
- Indicates whether the image can be used for a fleet.
$sel:allowImageBuilder:ImagePermissions'
, imagePermissions_allowImageBuilder
- Indicates whether the image can be used for an image builder.
ImageStateChangeReason
data ImageStateChangeReason Source #
Describes the reason why the last image state change occurred.
See: newImageStateChangeReason
smart constructor.
Instances
newImageStateChangeReason :: ImageStateChangeReason Source #
Create a value of ImageStateChangeReason
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:code:ImageStateChangeReason'
, imageStateChangeReason_code
- The state change reason code.
$sel:message:ImageStateChangeReason'
, imageStateChangeReason_message
- The state change reason message.
LastReportGenerationExecutionError
data LastReportGenerationExecutionError Source #
Describes the error that is returned when a usage report can't be generated.
See: newLastReportGenerationExecutionError
smart constructor.
Instances
newLastReportGenerationExecutionError :: LastReportGenerationExecutionError Source #
Create a value of LastReportGenerationExecutionError
with all optional fields omitted.
Use 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:LastReportGenerationExecutionError'
, lastReportGenerationExecutionError_errorCode
- The error code for the error that is returned when a usage report can't
be generated.
$sel:errorMessage:LastReportGenerationExecutionError'
, lastReportGenerationExecutionError_errorMessage
- The error message for the error that is returned when a usage report
can't be generated.
NetworkAccessConfiguration
data NetworkAccessConfiguration Source #
Describes the network details of the fleet or image builder instance.
See: newNetworkAccessConfiguration
smart constructor.
Instances
newNetworkAccessConfiguration :: NetworkAccessConfiguration Source #
Create a value of NetworkAccessConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:eniId:NetworkAccessConfiguration'
, networkAccessConfiguration_eniId
- The resource identifier of the elastic network interface that is
attached to instances in your VPC. All network interfaces have the
eni-xxxxxxxx resource identifier.
$sel:eniPrivateIpAddress:NetworkAccessConfiguration'
, networkAccessConfiguration_eniPrivateIpAddress
- The private IP address of the elastic network interface that is attached
to instances in your VPC.
ResourceError
data ResourceError Source #
Describes a resource error.
See: newResourceError
smart constructor.
Instances
newResourceError :: ResourceError Source #
Create a value of ResourceError
with all optional fields omitted.
Use 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:ResourceError'
, resourceError_errorCode
- The error code.
$sel:errorMessage:ResourceError'
, resourceError_errorMessage
- The error message.
$sel:errorTimestamp:ResourceError'
, resourceError_errorTimestamp
- The time the error occurred.
ServiceAccountCredentials
data ServiceAccountCredentials Source #
Describes the credentials for the service account used by the fleet or image builder to connect to the directory.
See: newServiceAccountCredentials
smart constructor.
Instances
newServiceAccountCredentials Source #
:: Text | |
-> Text | |
-> ServiceAccountCredentials |
Create a value of ServiceAccountCredentials
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accountName:ServiceAccountCredentials'
, serviceAccountCredentials_accountName
- The user name of the account. This account must have the following
privileges: create computer objects, join computers to the domain, and
change/reset the password on descendant computer objects for the
organizational units specified.
$sel:accountPassword:ServiceAccountCredentials'
, serviceAccountCredentials_accountPassword
- The password for the account.
Session
Describes a streaming session.
See: newSession
smart constructor.
Session' (Maybe NetworkAccessConfiguration) (Maybe POSIX) (Maybe POSIX) (Maybe AuthenticationType) (Maybe SessionConnectionState) Text Text Text Text SessionState |
Instances
Create a value of Session
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:networkAccessConfiguration:Session'
, session_networkAccessConfiguration
- The network details for the streaming session.
$sel:maxExpirationTime:Session'
, session_maxExpirationTime
- The time when the streaming session is set to expire. This time is based
on the MaxUserDurationinSeconds
value, which determines the maximum
length of time that a streaming session can run. A streaming session
might end earlier than the time specified in SessionMaxExpirationTime
,
when the DisconnectTimeOutInSeconds
elapses or the user chooses to end
his or her session. If the DisconnectTimeOutInSeconds
elapses, or the
user chooses to end his or her session, the streaming instance is
terminated and the streaming session ends.
$sel:startTime:Session'
, session_startTime
- The time when a streaming instance is dedicated for the user.
$sel:authenticationType:Session'
, session_authenticationType
- The authentication method. The user is authenticated using a streaming
URL (API
) or SAML 2.0 federation (SAML
).
$sel:connectionState:Session'
, session_connectionState
- Specifies whether a user is connected to the streaming session.
$sel:id:Session'
, session_id
- The identifier of the streaming session.
$sel:userId:Session'
, session_userId
- The identifier of the user for whom the session was created.
$sel:stackName:Session'
, session_stackName
- The name of the stack for the streaming session.
$sel:fleetName:Session'
, session_fleetName
- The name of the fleet for the streaming session.
$sel:state:Session'
, session_state
- The current state of the streaming session.
SharedImagePermissions
data SharedImagePermissions Source #
Describes the permissions that are available to the specified AWS account for a shared image.
See: newSharedImagePermissions
smart constructor.
Instances
newSharedImagePermissions Source #
Create a value of SharedImagePermissions
with all optional fields omitted.
Use 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:SharedImagePermissions'
, sharedImagePermissions_sharedAccountId
- The 12-digit identifier of the AWS account with which the image is
shared.
$sel:imagePermissions:SharedImagePermissions'
, sharedImagePermissions_imagePermissions
- Describes the permissions for a shared image.
Stack
Describes a stack.
See: newStack
smart constructor.
Stack' (Maybe (NonEmpty UserSetting)) (Maybe ApplicationSettingsResponse) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe [StorageConnector]) (Maybe (NonEmpty AccessEndpoint)) (Maybe Text) (Maybe [StackError]) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Text) Text |
Instances
Create a value of Stack
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userSettings:Stack'
, stack_userSettings
- The actions that are enabled or disabled for users during their
streaming sessions. By default these actions are enabled.
$sel:applicationSettings:Stack'
, stack_applicationSettings
- The persistent application settings for users of the stack.
$sel:feedbackURL:Stack'
, stack_feedbackURL
- The URL that users are redirected to after they click the Send Feedback
link. If no URL is specified, no Send Feedback link is displayed.
$sel:arn:Stack'
, stack_arn
- The ARN of the stack.
$sel:createdTime:Stack'
, stack_createdTime
- The time the stack was created.
$sel:storageConnectors:Stack'
, stack_storageConnectors
- The storage connectors to enable.
$sel:accessEndpoints:Stack'
, stack_accessEndpoints
- The list of virtual private cloud (VPC) interface endpoint objects.
Users of the stack can connect to AppStream 2.0 only through the
specified endpoints.
$sel:displayName:Stack'
, stack_displayName
- The stack name to display.
$sel:stackErrors:Stack'
, stack_stackErrors
- The errors for the stack.
$sel:embedHostDomains:Stack'
, stack_embedHostDomains
- The domains where AppStream 2.0 streaming sessions can be embedded in an
iframe. You must approve the domains that you want to host embedded
AppStream 2.0 streaming sessions.
$sel:description:Stack'
, stack_description
- The description to display.
$sel:redirectURL:Stack'
, stack_redirectURL
- The URL that users are redirected to after their streaming session ends.
$sel:name:Stack'
, stack_name
- The name of the stack.
StackError
data StackError Source #
Describes a stack error.
See: newStackError
smart constructor.
Instances
newStackError :: StackError Source #
Create a value of StackError
with all optional fields omitted.
Use 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:StackError'
, stackError_errorCode
- The error code.
$sel:errorMessage:StackError'
, stackError_errorMessage
- The error message.
StorageConnector
data StorageConnector Source #
Describes a connector that enables persistent storage for users.
See: newStorageConnector
smart constructor.
Instances
Create a value of StorageConnector
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domains:StorageConnector'
, storageConnector_domains
- The names of the domains for the account.
$sel:resourceIdentifier:StorageConnector'
, storageConnector_resourceIdentifier
- The ARN of the storage connector.
$sel:connectorType:StorageConnector'
, storageConnector_connectorType
- The type of storage connector.
UsageReportSubscription
data UsageReportSubscription Source #
Describes information about the usage report subscription.
See: newUsageReportSubscription
smart constructor.
UsageReportSubscription' (Maybe POSIX) (Maybe UsageReportSchedule) (Maybe [LastReportGenerationExecutionError]) (Maybe Text) |
Instances
newUsageReportSubscription :: UsageReportSubscription Source #
Create a value of UsageReportSubscription
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lastGeneratedReportDate:UsageReportSubscription'
, usageReportSubscription_lastGeneratedReportDate
- The time when the last usage report was generated.
$sel:schedule:UsageReportSubscription'
, usageReportSubscription_schedule
- The schedule for generating usage reports.
$sel:subscriptionErrors:UsageReportSubscription'
, usageReportSubscription_subscriptionErrors
- The errors that were returned if usage reports couldn't be generated.
$sel:s3BucketName:UsageReportSubscription'
, usageReportSubscription_s3BucketName
- The Amazon S3 bucket where generated reports are stored.
If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.
User
Describes a user in the user pool.
See: newUser
smart constructor.
User' (Maybe Text) (Maybe Bool) (Maybe (Sensitive Text)) (Maybe Text) (Maybe POSIX) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) AuthenticationType |
Instances
Create a value of User
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:User'
, user_status
- The status of the user in the user pool. The status can be one of the
following:
- UNCONFIRMED – The user is created but not confirmed.
- CONFIRMED – The user is confirmed.
- ARCHIVED – The user is no longer active.
- COMPROMISED – The user is disabled because of a potential security threat.
- UNKNOWN – The user status is not known.
$sel:enabled:User'
, user_enabled
- Specifies whether the user in the user pool is enabled.
$sel:lastName:User'
, user_lastName
- The last name, or surname, of the user.
$sel:arn:User'
, user_arn
- The ARN of the user.
$sel:createdTime:User'
, user_createdTime
- The date and time the user was created in the user pool.
$sel:userName:User'
, user_userName
- The email address of the user.
Users' email addresses are case-sensitive.
$sel:firstName:User'
, user_firstName
- The first name, or given name, of the user.
$sel:authenticationType:User'
, user_authenticationType
- The authentication type for the user.
UserSetting
data UserSetting Source #
Describes an action and whether the action is enabled or disabled for users during their streaming sessions.
See: newUserSetting
smart constructor.
Instances
Create a value of UserSetting
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:action:UserSetting'
, userSetting_action
- The action that is enabled or disabled.
$sel:permission:UserSetting'
, userSetting_permission
- Indicates whether the action is enabled or disabled.
UserStackAssociation
data UserStackAssociation Source #
Describes a user in the user pool and the associated stack.
See: newUserStackAssociation
smart constructor.
Instances
newUserStackAssociation Source #
:: Text | |
-> Text | |
-> AuthenticationType | |
-> UserStackAssociation |
Create a value of UserStackAssociation
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sendEmailNotification:UserStackAssociation'
, userStackAssociation_sendEmailNotification
- Specifies whether a welcome email is sent to a user after the user is
created in the user pool.
$sel:stackName:UserStackAssociation'
, userStackAssociation_stackName
- The name of the stack that is associated with the user.
$sel:userName:UserStackAssociation'
, userStackAssociation_userName
- The email address of the user who is associated with the stack.
Users' email addresses are case-sensitive.
$sel:authenticationType:UserStackAssociation'
, userStackAssociation_authenticationType
- The authentication type for the user.
UserStackAssociationError
data UserStackAssociationError Source #
Describes the error that is returned when a user can’t be associated with or disassociated from a stack.
See: newUserStackAssociationError
smart constructor.
UserStackAssociationError' (Maybe UserStackAssociation) (Maybe UserStackAssociationErrorCode) (Maybe Text) |
Instances
newUserStackAssociationError :: UserStackAssociationError Source #
Create a value of UserStackAssociationError
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userStackAssociation:UserStackAssociationError'
, userStackAssociationError_userStackAssociation
- Information about the user and associated stack.
$sel:errorCode:UserStackAssociationError'
, userStackAssociationError_errorCode
- The error code for the error that is returned when a user can’t be
associated with or disassociated from a stack.
$sel:errorMessage:UserStackAssociationError'
, userStackAssociationError_errorMessage
- The error message for the error that is returned when a user can’t be
associated with or disassociated from a stack.
VpcConfig
Describes VPC configuration information for fleets and image builders.
See: newVpcConfig
smart constructor.
VpcConfig' (Maybe [Text]) (Maybe [Text]) |
Instances
Eq VpcConfig Source # | |
Read VpcConfig Source # | |
Show VpcConfig Source # | |
Generic VpcConfig Source # | |
NFData VpcConfig Source # | |
Defined in Amazonka.AppStream.Types.VpcConfig | |
Hashable VpcConfig Source # | |
Defined in Amazonka.AppStream.Types.VpcConfig | |
ToJSON VpcConfig Source # | |
Defined in Amazonka.AppStream.Types.VpcConfig | |
FromJSON VpcConfig Source # | |
type Rep VpcConfig Source # | |
Defined in Amazonka.AppStream.Types.VpcConfig type Rep VpcConfig = D1 ('MetaData "VpcConfig" "Amazonka.AppStream.Types.VpcConfig" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "VpcConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) |
newVpcConfig :: VpcConfig Source #
Create a value of VpcConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:securityGroupIds:VpcConfig'
, vpcConfig_securityGroupIds
- The identifiers of the security groups for the fleet or image builder.
$sel:subnetIds:VpcConfig'
, vpcConfig_subnetIds
- The identifiers of the subnets to which a network interface is attached
from the fleet instance or image builder instance. Fleet instances use
one or more subnets. Image builder instances use one subnet.