Module Smaws_Client_AppStream.CreateAppBlock

Creates an app block.

App blocks are a WorkSpaces Applications resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block.

This is only supported for Elastic fleets.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ConcurrentModificationException of Types.concurrent_modification_exception | `LimitExceededException of Types.limit_exceeded_exception | `OperationNotPermittedException of Types.operation_not_permitted_exception | `ResourceAlreadyExistsException of Types.resource_already_exists_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.create_app_block_request -> (Types.create_app_block_result, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentModificationException of Types.concurrent_modification_exception | `LimitExceededException of Types.limit_exceeded_exception | `OperationNotPermittedException of Types.operation_not_permitted_exception | `ResourceAlreadyExistsException of Types.resource_already_exists_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.create_app_block_request -> (Types.create_app_block_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentModificationException of Types.concurrent_modification_exception | `LimitExceededException of Types.limit_exceeded_exception | `OperationNotPermittedException of Types.operation_not_permitted_exception | `ResourceAlreadyExistsException of Types.resource_already_exists_exception ] * Smaws_Lib.Response.metadata) Stdlib.result