View Source AWS.WorkspacesInstances (aws-elixir v1.0.7)

Amazon WorkSpaces Instances provides an API framework for managing virtual workspace environments across multiple AWS regions, enabling programmatic creation and configuration of desktop infrastructure.

Link to this section Summary

Functions

Attaches a volume to a WorkSpace Instance.

Creates a new volume for WorkSpace Instances.

Launches a new WorkSpace Instance with specified configuration parameters, enabling programmatic workspace deployment.

Deletes a specified volume.

Detaches a volume from a WorkSpace Instance.

Retrieves detailed information about a specific WorkSpace Instance.

Retrieves a list of instance types supported by Amazon WorkSpaces Instances, enabling precise workspace infrastructure configuration.

Retrieves a list of AWS regions supported by Amazon WorkSpaces Instances, enabling region discovery for workspace deployments.

Retrieves tags for a WorkSpace Instance.

Retrieves a collection of WorkSpaces Instances based on specified filters.

Adds tags to a WorkSpace Instance.

Removes tags from a WorkSpace Instance.

Link to this section Functions

Link to this function

associate_volume(client, input, options \\ [])

View Source

Attaches a volume to a WorkSpace Instance.

Link to this function

create_volume(client, input, options \\ [])

View Source

Creates a new volume for WorkSpace Instances.

Link to this function

create_workspace_instance(client, input, options \\ [])

View Source

Launches a new WorkSpace Instance with specified configuration parameters, enabling programmatic workspace deployment.

Link to this function

delete_volume(client, input, options \\ [])

View Source

Deletes a specified volume.

Link to this function

delete_workspace_instance(client, input, options \\ [])

View Source

Deletes the specified WorkSpace

Link to this function

disassociate_volume(client, input, options \\ [])

View Source

Detaches a volume from a WorkSpace Instance.

Link to this function

get_workspace_instance(client, input, options \\ [])

View Source

Retrieves detailed information about a specific WorkSpace Instance.

Link to this function

list_instance_types(client, input, options \\ [])

View Source

Retrieves a list of instance types supported by Amazon WorkSpaces Instances, enabling precise workspace infrastructure configuration.

Link to this function

list_regions(client, input, options \\ [])

View Source

Retrieves a list of AWS regions supported by Amazon WorkSpaces Instances, enabling region discovery for workspace deployments.

Link to this function

list_tags_for_resource(client, input, options \\ [])

View Source

Retrieves tags for a WorkSpace Instance.

Link to this function

list_workspace_instances(client, input, options \\ [])

View Source

Retrieves a collection of WorkSpaces Instances based on specified filters.

Link to this function

tag_resource(client, input, options \\ [])

View Source

Adds tags to a WorkSpace Instance.

Link to this function

untag_resource(client, input, options \\ [])

View Source

Removes tags from a WorkSpace Instance.