Smaws_Client_WorkSpaces.Typestype nonrec resource_not_found_exception = {resource_id : non_empty_string option;The ID of the resource that could not be found.
*)message : exception_message option;The resource could not be found.
*)}The resource could not be found.
type nonrec resource_limit_exceeded_exception = {message : exception_message option;The exception error message.
*)}Your resource limits have been exceeded.
type nonrec operation_not_supported_exception = {reason : exception_error_code option;The exception error reason.
*)message : exception_message option;The exception error message.
*)}This operation is not supported.
The properties of this WorkSpace are currently being modified. Try again in a moment.
The state of the resource is not valid for this operation.
type nonrec invalid_parameter_values_exception = {message : exception_message option;The exception error message.
*)}One or more parameter values are not valid.
The user is not authorized to access a resource.
type nonrec capacity_status = {active_user_sessions : active_user_sessions;The number of user sessions currently being used for your pool.
*)actual_user_sessions : actual_user_sessions;The total number of user sessions that are available for streaming or are currently streaming in your pool.
ActualUserSessions = AvailableUserSessions + ActiveUserSessions
*)desired_user_sessions : desired_user_sessions;The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your pool can support in a steady state.
*)available_user_sessions : available_user_sessions;The number of user sessions currently available for streaming from your pool.
AvailableUserSessions = ActualUserSessions - ActiveUserSessions
*)}Describes the capacity status for a pool of WorkSpaces.
type nonrec workspaces_pool_error_code = | DEFAULT_OU_IS_MISSING| INSUFFICIENT_PERMISSIONS_ERROR| DIRECTORY_NOT_FOUND| BUNDLE_NOT_FOUND| DOMAIN_JOIN_ERROR_SECRET_INVALID| DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND| DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND| DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID| DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE| DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING| DOMAIN_JOIN_INTERNAL_SERVICE_ERROR| DOMAIN_JOIN_NERR_PASSWORD_EXPIRED| DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED| DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED| DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME| DOMAIN_JOIN_ERROR_NOT_SUPPORTED| DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN| DOMAIN_JOIN_ERROR_MORE_DATA| DOMAIN_JOIN_ERROR_INVALID_PARAMETER| DOMAIN_JOIN_ERROR_LOGON_FAILURE| DOMAIN_JOIN_ERROR_ACCESS_DENIED| DOMAIN_JOIN_ERROR_FILE_NOT_FOUND| WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE| WORKSPACES_POOL_STOPPED| IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION| IGW_NOT_ATTACHED| SECURITY_GROUPS_NOT_FOUND| INVALID_SUBNET_CONFIGURATION| IMAGE_NOT_FOUND| SUBNET_NOT_FOUND| IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION| SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES| STS_DISABLED_IN_REGION| MACHINE_ROLE_IS_MISSING| INTERNAL_SERVICE_ERROR| NETWORK_INTERFACE_LIMIT_EXCEEDED| IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION| IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION| IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION| IAM_SERVICE_ROLE_IS_MISSINGtype nonrec workspaces_pool_error = {error_message : error_message option;The error message.
*)error_code : workspaces_pool_error_code option;The error code.
*)}Describes a pool error.
type nonrec workspaces_pool_errors = workspaces_pool_error listtype nonrec application_settings_response = {s3_bucket_name : s3_bucket_name option;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 Amazon Web Services Region, an S3 bucket is created. The bucket is unique to the Amazon Web Services account and the Region.
*)settings_group : settings_group option;The path prefix for the S3 bucket where users’ persistent application settings are stored.
*)status : application_settings_status_enum;Specifies whether persistent application settings are enabled for users during their pool sessions.
*)}Describes the persistent application settings for WorkSpaces Pools users.
type nonrec timeout_settings = {max_user_duration_in_seconds : max_user_duration_in_seconds option;Specifies the maximum amount of time, in seconds, that a streaming session can remain active. 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.
*)idle_disconnect_timeout_in_seconds : idle_disconnect_timeout_in_seconds option;The amount of time in seconds a connection will stay active while idle.
*)disconnect_timeout_in_seconds : disconnect_timeout_in_seconds option;Specifies the amount of time, in seconds, 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 the time set, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.
*)}Describes the timeout settings for a pool of WorkSpaces.
type nonrec workspaces_pool = {running_mode : pools_running_mode;The running mode of the pool.
*)timeout_settings : timeout_settings option;The amount of time that a pool session remains active after users disconnect. If they try to reconnect to the pool 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 pool instance.
*)application_settings : application_settings_response option;The persistent application settings for users of the pool.
*)errors : workspaces_pool_errors option;The pool errors.
*)directory_id : directory_id;The identifier of the directory used by the pool.
*)bundle_id : bundle_id;The identifier of the bundle used by the pool.
*)created_at : timestamp;The time the pool was created.
*)state : workspaces_pool_state;The current state of the pool.
*)description : update_description option;The description of the pool.
*)pool_name : workspaces_pool_name;The name of the pool.
*)capacity_status : capacity_status;The capacity status for the pool
*)pool_arn : ar_n;The Amazon Resource Name (ARN) for the pool.
*)pool_id : workspaces_pool_id;The identifier of a pool.
*)}Describes a pool of WorkSpaces.
type nonrec update_workspaces_pool_result = {workspaces_pool : workspaces_pool option;Describes the specified pool.
*)}type nonrec capacity = {desired_user_sessions : desired_user_sessions;The desired number of user sessions for the WorkSpaces in the pool.
*)}Describes the user capacity for a pool of WorkSpaces.
type nonrec application_settings_request = {settings_group : settings_group option;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 pools by specifying the same settings group for each pool.
*)status : application_settings_status_enum;Enables or disables persistent application settings for users during their pool sessions.
*)}The persistent application settings for WorkSpaces Pools users.
type nonrec update_workspaces_pool_request = {running_mode : pools_running_mode option;The desired running mode for the pool. The running mode can only be updated when the pool is in a stopped state.
*)timeout_settings : timeout_settings option;Indicates the timeout settings of the specified pool.
*)application_settings : application_settings_request option;The persistent application settings for users in the pool.
*)capacity : capacity option;The desired capacity for the pool.
*)directory_id : directory_id option;The identifier of the directory.
*)bundle_id : bundle_id option;The identifier of the bundle.
*)description : update_description option;Describes the specified pool to update.
*)pool_id : workspaces_pool_id;The identifier of the specified pool to update.
*)}The specified resource is not available.
type nonrec update_workspace_image_permission_request = {allow_copy_image : boolean_object;The permission to copy the image. This permission can be revoked only after an image has been shared.
*)image_id : workspace_image_id;The identifier of the image.
*)}type nonrec update_workspace_bundle_request = {image_id : workspace_image_id option;The identifier of the image.
*)bundle_id : bundle_id option;The identifier of the bundle.
*)}type nonrec ip_rule_item = {rule_desc : ip_rule_desc option;The description.
*)ip_rule : ip_rule option;The IP address range, in CIDR notation.
*)}Describes a rule for an IP access control group.
type nonrec ip_rule_list = ip_rule_item listtype nonrec update_rules_of_ip_group_request = {user_rules : ip_rule_list;One or more rules.
*)group_id : ip_group_id;The identifier of the group.
*)}The resource is associated with a directory.
type nonrec connection_alias_permission = {allow_association : boolean_object;Indicates whether the specified Amazon Web Services account is allowed to associate the connection alias with a directory.
*)}Describes the permissions for a connection alias. Connection aliases are used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
type nonrec update_connection_alias_permission_request = {connection_alias_permission : connection_alias_permission;Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.
*)alias_id : connection_alias_id;The identifier of the connection alias that you want to update permissions for.
*)}type nonrec update_connect_client_add_in_request = {ur_l : add_in_url option;The endpoint URL of the Connect Customer client add-in.
*)name : add_in_name option;The name of the client add-in.
*)resource_id : directory_id;The directory identifier for which the client add-in is configured.
*)add_in_id : amazon_uuid;The identifier of the client add-in to update.
*)}type nonrec terminate_workspaces_pool_session_request = {session_id : amazon_uuid;The identifier of the pool session.
*)}type nonrec terminate_workspaces_pool_request = {pool_id : workspaces_pool_id;The identifier of the pool.
*)}type nonrec failed_workspace_change_request = {error_message : description option;The text of the error message that is returned if the WorkSpace cannot be rebooted.
*)error_code : error_type option;The error code that is returned if the WorkSpace cannot be rebooted.
*)workspace_id : workspace_id option;The identifier of the WorkSpace.
*)}Describes a WorkSpace that could not be rebooted. (RebootWorkspaces), rebuilt (RebuildWorkspaces), restored (RestoreWorkspace), terminated (TerminateWorkspaces), started (StartWorkspaces), or stopped (StopWorkspaces).
type nonrec failed_terminate_workspace_requests =
failed_workspace_change_request listtype nonrec terminate_workspaces_result = {failed_requests : failed_terminate_workspace_requests option;Information about the WorkSpaces that could not be terminated.
*)}Describes the information used to terminate a WorkSpace.
type nonrec terminate_workspace_requests = terminate_request listtype nonrec terminate_workspaces_request = {terminate_workspace_requests : terminate_workspace_requests;The WorkSpaces to terminate. You can specify up to 25 WorkSpaces.
*)}type nonrec stop_workspaces_pool_request = {pool_id : workspaces_pool_id;The identifier of the pool.
*)}type nonrec failed_stop_workspace_requests =
failed_workspace_change_request listtype nonrec stop_workspaces_result = {failed_requests : failed_stop_workspace_requests option;Information about the WorkSpaces that could not be stopped.
*)}type nonrec stop_request = {workspace_id : workspace_id option;The identifier of the WorkSpace.
*)}Describes the information used to stop a WorkSpace.
type nonrec stop_workspace_requests = stop_request listtype nonrec stop_workspaces_request = {stop_workspace_requests : stop_workspace_requests;The WorkSpaces to stop. You can specify up to 25 WorkSpaces.
*)}type nonrec start_workspaces_pool_request = {pool_id : workspaces_pool_id;The identifier of the pool.
*)}type nonrec failed_start_workspace_requests =
failed_workspace_change_request listtype nonrec start_workspaces_result = {failed_requests : failed_start_workspace_requests option;Information about the WorkSpaces that could not be started.
*)}type nonrec start_request = {workspace_id : workspace_id option;The identifier of the WorkSpace.
*)}Information used to start a WorkSpace.
type nonrec start_workspace_requests = start_request listtype nonrec start_workspaces_request = {start_workspace_requests : start_workspace_requests;The WorkSpaces to start. You can specify up to 25 WorkSpaces.
*)}type nonrec ip_revoked_rule_list = ip_rule listtype nonrec revoke_ip_rules_request = {user_rules : ip_revoked_rule_list;The rules to remove from the group.
*)group_id : ip_group_id;The identifier of the group.
*)}type nonrec restore_workspace_request = {workspace_id : workspace_id;The identifier of the WorkSpace.
*)}You either haven't provided a TargetAccountId or are using the same value for TargetAccountId and SourceAccountId.
Unexpected server error occured.
The TargetAccountId is already linked or invited.
type nonrec account_link = {target_account_id : aws_account option;The identifier of the target account.
*)source_account_id : aws_account option;The identifier of the source account.
*)account_link_status : account_link_status_enum option;The status of the account link.
*)account_link_id : link_id option;The identifier of the account link.
*)}Information about about the account link.
type nonrec reject_account_link_invitation_result = {account_link : account_link option;Information about the account link.
*)}type nonrec reject_account_link_invitation_request = {client_token : client_token option;The client token of the account link invitation to reject.
*)link_id : link_id;The identifier of the account link
*)}The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see Creating the workspaces_DefaultRole Role.
The configuration of this network is not supported for this operation, or your network configuration conflicts with the Amazon WorkSpaces management network IP range. For more information, see Configure a VPC for Amazon WorkSpaces.
The specified resource already exists.
type nonrec register_workspace_directory_result = {state : workspace_directory_state option;The registration status of the WorkSpace directory.
*)directory_id : directory_id option;The identifier of the directory.
*)}type nonrec subnet_ids = subnet_id listtype nonrec tag_list = tag listtype nonrec microsoft_entra_config = {application_config_secret_arn : secrets_manager_arn option;The Amazon Resource Name (ARN) of the application config.
*)tenant_id : microsoft_entra_config_tenant_id option;The identifier of the tenant.
*)}Specifies the configurations of the Microsoft Entra.
type nonrec active_directory_config = {service_account_secret_arn : secrets_manager_arn;Indicates the secret ARN on the service account.
*)domain_name : domain_name;The name of the domain.
*)}Information about the Active Directory config.
type nonrec register_workspace_directory_request = {active_directory_config : active_directory_config option;The active directory config of the directory.
*)workspace_type : workspace_type option;Indicates whether the directory's WorkSpace type is personal or pools.
*)microsoft_entra_config : microsoft_entra_config option;The details about Microsoft Entra config.
*)idc_instance_arn : ar_n option;The Amazon Resource Name (ARN) of the identity center instance.
*)user_identity_type : user_identity_type option;The type of identity management the user is using.
*)workspace_directory_description : workspace_directory_description option;Description of the directory to register.
*)workspace_directory_name : workspace_directory_name option;The name of the directory to register.
*)tenancy : tenancy option;Indicates whether your WorkSpace directory is dedicated or shared. To use Bring Your Own License (BYOL) images, this value must be set to DEDICATED and your Amazon Web Services account must be enabled for BYOL. If your account has not been enabled for BYOL, you will receive an InvalidParameterValuesException error. For more information about BYOL images, see Bring Your Own Windows Desktop Images.
enable_self_service : boolean_object option;Indicates whether self-service capabilities are enabled or disabled.
*)subnet_ids : subnet_ids option;The identifiers of the subnets for your virtual private cloud (VPC). Make sure that the subnets are in supported Availability Zones. The subnets must also be in separate Availability Zones. If these conditions are not met, you will receive an OperationNotSupportedException error.
*)directory_id : directory_id option;The identifier of the directory. You cannot register a directory if it does not have a status of Active. If the directory does not have a status of Active, you will receive an InvalidResourceStateException error. If you have already registered the maximum number of directories that you can register with Amazon WorkSpaces, you will receive a ResourceLimitExceededException error. Deregister directories that you are not using for WorkSpaces, and try again.
*)}type nonrec failed_rebuild_workspace_requests =
failed_workspace_change_request listtype nonrec rebuild_workspaces_result = {failed_requests : failed_rebuild_workspace_requests option;Information about the WorkSpace that could not be rebuilt.
*)}Describes the information used to rebuild a WorkSpace.
type nonrec rebuild_workspace_requests = rebuild_request listtype nonrec rebuild_workspaces_request = {rebuild_workspace_requests : rebuild_workspace_requests;The WorkSpace to rebuild. You can specify a single WorkSpace.
*)}type nonrec failed_reboot_workspace_requests =
failed_workspace_change_request listtype nonrec reboot_workspaces_result = {failed_requests : failed_reboot_workspace_requests option;Information about the WorkSpaces that could not be rebooted.
*)}Describes the information used to reboot a WorkSpace.
type nonrec reboot_workspace_requests = reboot_request listtype nonrec reboot_workspaces_request = {reboot_workspace_requests : reboot_workspace_requests;The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.
*)}type nonrec modify_workspace_state_request = {workspace_state : target_workspace_state;The WorkSpace state.
*)workspace_id : workspace_id;The identifier of the WorkSpace.
*)}The configuration of this WorkSpace is not supported for this operation. For more information, see Required Configuration and Service Components for WorkSpaces.
type nonrec compute = | GRAPHICS_GR6F_4XLARGE| GRAPHICS_G6F_4XLARGE| GRAPHICS_G6F_2XLARGE| GRAPHICS_G6F_XLARGE| GRAPHICS_G6F_LARGE| GRAPHICS_GR6_8XLARGE| GRAPHICS_GR6_4XLARGE| GRAPHICS_G6_16XLARGE| GRAPHICS_G6_8XLARGE| GRAPHICS_G6_4XLARGE| GRAPHICS_G6_2XLARGE| GRAPHICS_G6_XLARGE| GRAPHICSPRO_G4DN| GRAPHICS_G4DN| GRAPHICSPRO| GENERALPURPOSE_8XLARGE| GENERALPURPOSE_4XLARGE| POWERPRO| GRAPHICS| POWER| PERFORMANCE| STANDARD| VALUEtype nonrec protocol_list = protocol listtype nonrec global_accelerator_for_work_space = {preferred_protocol : aga_preferred_protocol_for_work_space option;Indicates the preferred protocol for Global Accelerator.
*)mode : aga_mode_for_work_space_enum;Indicates if Global Accelerator for WorkSpaces is enabled, disabled, or the same mode as the associated directory.
*)}Describes the Global Accelerator for WorkSpaces.
type nonrec workspace_properties = {global_accelerator : global_accelerator_for_work_space option;Indicates the Global Accelerator properties.
*)operating_system_name : operating_system_name option;The name of the operating system.
*)protocols : protocol_list option;The protocol. For more information, see Protocols for Amazon WorkSpaces.
Protocols property is case sensitive. Ensure you use PCOIP or DCV (formerly WSP).compute_type_name : compute option;user_volume_size_gib : user_volume_size_gib option;The size of the user storage. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.
*)root_volume_size_gib : root_volume_size_gib option;The size of the root volume. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.
*)running_mode_auto_stop_timeout_in_minutes : running_mode_auto_stop_timeout_in_minutes
option;The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.
*)running_mode : running_mode option;The running mode. For more information, see Manage the WorkSpace Running Mode.
The MANUAL value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
Review your running mode to ensure you are using one that is optimal for your needs and budget. For more information on switching running modes, see Can I switch between hourly and monthly billing?
*)}Describes a WorkSpace.
type nonrec modify_workspace_properties_request = {data_replication : data_replication option;Indicates the data replication status.
*)workspace_properties : workspace_properties option;The properties of the WorkSpace.
*)workspace_id : workspace_id;The identifier of the WorkSpace.
*)}type nonrec workspace_creation_properties = {instance_iam_role_arn : ar_n option;Indicates the IAM role ARN of the instance.
*)enable_maintenance_mode : boolean_object option;Indicates whether maintenance mode is enabled for your WorkSpaces. For more information, see WorkSpace Maintenance.
*)user_enabled_as_local_administrator : boolean_object option;Indicates whether users are local administrators of their WorkSpaces.
*)custom_security_group_id : security_group_id option;The identifier of your custom security group.
*)default_ou : default_ou option;The default organizational unit (OU) for your WorkSpaces directories. This string must be the full Lightweight Directory Access Protocol (LDAP) distinguished name for the target domain and OU. It must be in the form
"OU={i value},DC={i value},DC={i value}", where value is any string of characters, and the number of domain components (DCs) is two or more. For example, OU=WorkSpaces_machines,DC=machines,DC=example,DC=com.
enable_internet_access : boolean_object option;Indicates whether internet access is enabled for your WorkSpaces.
*)}Describes the default properties that are used for creating WorkSpaces. For more information, see Update Directory Details for Your WorkSpaces.
type nonrec modify_workspace_creation_properties_request = {workspace_creation_properties : workspace_creation_properties;The default properties for creating WorkSpaces.
*)resource_id : directory_id;The identifier of the directory.
*)}type nonrec invalid_parameter_combination_exception = {message : exception_message option;The exception error message.
*)}Two or more of the selected parameter values cannot be used together.
type nonrec access_endpoint = {vpc_endpoint_id : alphanumeric_dash_underscore_non_empty_string option;Indicates the VPC endpoint to use for access.
*)access_endpoint_type : access_endpoint_type option;Indicates the type of access endpoint.
*)}Describes the access type and endpoint for a WorkSpace.
type nonrec access_endpoint_list = access_endpoint listtype nonrec internet_fallback_protocol_list = internet_fallback_protocol listtype nonrec access_endpoint_config = {internet_fallback_protocols : internet_fallback_protocol_list option;Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.
*)access_endpoints : access_endpoint_list;Indicates a list of access endpoints associated with this directory.
*)}Describes the access endpoint configuration for a WorkSpace.
type nonrec workspace_access_properties = {access_endpoint_config : access_endpoint_config option;Specifies the configuration for accessing the WorkSpace.
*)device_type_work_spaces_thin_client : access_property_value option;Indicates whether users can access their WorkSpaces through a WorkSpaces Thin Client.
*)device_type_linux : access_property_value option;Indicates whether users can use Linux clients to access their WorkSpaces.
*)device_type_zero_client : access_property_value option;Indicates whether users can use zero client devices to access their WorkSpaces.
*)device_type_chrome_os : access_property_value option;Indicates whether users can use Chromebooks to access their WorkSpaces.
*)device_type_android : access_property_value option;Indicates whether users can use Android and Android-compatible Chrome OS devices to access their WorkSpaces.
*)device_type_ios : access_property_value option;Indicates whether users can use iOS devices to access their WorkSpaces.
*)device_type_web : access_property_value option;Indicates whether users can access their WorkSpaces through a web browser.
*)device_type_osx : access_property_value option;Indicates whether users can use macOS clients to access their WorkSpaces.
*)device_type_windows : access_property_value option;Indicates whether users can use Windows clients to access their WorkSpaces.
*)}The device types and operating systems that can be used to access a WorkSpace. For more information, see Amazon WorkSpaces Client Network Requirements.
type nonrec modify_workspace_access_properties_request = {workspace_access_properties : workspace_access_properties;The device types and operating systems to enable or disable for access.
*)resource_id : directory_id;The identifier of the directory.
*)}type nonrec user_setting = {maximum_length : maximum_length option;Indicates the maximum character length for the specified user setting.
*)permission : user_setting_permission_enum;Indicates if the setting is enabled or disabled.
*)action : user_setting_action_enum;Indicates the type of action.
*)}Information about the user's permission settings.
type nonrec user_settings = user_setting listtype nonrec storage_connector = {status : storage_connector_status_enum;Indicates if the storage connetor is enabled or disabled.
*)connector_type : storage_connector_type_enum;The type of connector used to save user files.
*)}Describes the storage connector.
type nonrec storage_connectors = storage_connector listtype nonrec global_accelerator_for_directory = {preferred_protocol : aga_preferred_protocol_for_directory option;Indicates the preferred protocol for Global Accelerator.
*)mode : aga_mode_for_directory_enum;Indicates if Global Accelerator for directory is enabled or disabled.
*)}Describes the Global Accelerator for directory
type nonrec streaming_properties = {global_accelerator : global_accelerator_for_directory option;Indicates the Global Accelerator properties.
*)storage_connectors : storage_connectors option;Indicates the storage connector used
*)user_settings : user_settings option;Indicates the permission settings asscoiated with the user.
*)streaming_experience_preferred_protocol : streaming_experience_preferred_protocol_enum
option;Indicates the type of preferred protocol for the streaming experience.
*)}Describes the streaming properties.
type nonrec modify_streaming_properties_request = {streaming_properties : streaming_properties option;The streaming properties to configure.
*)resource_id : directory_id;The identifier of the resource.
*)}type nonrec selfservice_permissions = {rebuild_workspace : reconnect_enum option;Specifies whether users can rebuild the operating system of a WorkSpace to its original state.
*)switch_running_mode : reconnect_enum option;Specifies whether users can switch the running mode of their WorkSpace.
*)change_compute_type : reconnect_enum option;Specifies whether users can change the compute type (bundle) for their WorkSpace.
*)increase_volume_size : reconnect_enum option;Specifies whether users can increase the volume size of the drives on their WorkSpace.
*)restart_workspace : reconnect_enum option;Specifies whether users can restart their WorkSpace.
*)}Describes the self-service permissions for a directory. For more information, see Enable Self-Service WorkSpace Management Capabilities for Your Users.
type nonrec modify_selfservice_permissions_request = {selfservice_permissions : selfservice_permissions;The permissions to enable or disable self-service capabilities.
*)resource_id : directory_id;The identifier of the directory.
*)}type nonrec saml_properties = {relay_state_parameter_name : non_empty_string option;The relay state parameter name supported by the SAML 2.0 identity provider (IdP). When the end user is redirected to the user access URL from the WorkSpaces client application, this relay state parameter name is appended as a query parameter to the URL along with the relay state endpoint to return the user to the client application session.
To use SAML 2.0 authentication with WorkSpaces, the IdP must support IdP-initiated deep linking for the relay state URL. Consult your IdP documentation for more information.
*)user_access_url : saml_user_access_url option;The SAML 2.0 identity provider (IdP) user access URL is the URL a user would navigate to in their web browser in order to federate from the IdP and directly access the application, without any SAML 2.0 service provider (SP) bindings.
*)status : saml_status_enum option;Indicates the status of SAML 2.0 authentication. These statuses include the following.
DISABLED, end users will be directed to login with their directory credentials.ENABLED, end users will be directed to login via the user access URL. Users attempting to connect to WorkSpaces from a client application that does not support SAML 2.0 authentication will not be able to connect.ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK, end users will be directed to login via the user access URL on supported client applications, but will not prevent clients that do not support SAML 2.0 authentication from connecting as if SAML 2.0 authentication was disabled.}Describes the enablement status, user access URL, and relay state parameter name that are used for configuring federation with an SAML 2.0 identity provider.
type nonrec deletable_saml_properties_list = deletable_saml_property listtype nonrec modify_saml_properties_request = {properties_to_delete : deletable_saml_properties_list option;The SAML properties to delete as part of your request.
Specify one of the following options:
SAML_PROPERTIES_USER_ACCESS_URL to delete the user access URL.SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME to delete the relay state parameter name.saml_properties : saml_properties option;The properties for configuring SAML 2.0 authentication.
*)resource_id : directory_id;The directory identifier for which you want to configure SAML properties.
*)}type nonrec modify_endpoint_encryption_mode_request = {endpoint_encryption_mode : endpoint_encryption_mode;The encryption mode used for endpoint connections when streaming to WorkSpaces Personal or WorkSpace Pools.
*)directory_id : directory_id;The identifier of the directory.
*)}type nonrec client_properties = {log_upload_enabled : log_upload_enum option;Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.
*)reconnect_enabled : reconnect_enum option;Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.
*)}Describes an Amazon WorkSpaces client.
type nonrec modify_client_properties_request = {client_properties : client_properties;Information about the Amazon WorkSpaces client.
*)resource_id : non_empty_string;The resource identifiers, in the form of directory IDs.
*)}type nonrec certificate_based_auth_properties = {status : certificate_based_auth_status_enum option;The status of the certificate-based authentication properties.
*)}Describes the properties of the certificate-based authentication you want to use with your WorkSpaces.
type nonrec deletable_certificate_based_auth_properties_list =
deletable_certificate_based_auth_property listtype nonrec modify_certificate_based_auth_properties_request = {properties_to_delete : deletable_certificate_based_auth_properties_list option;The properties of the certificate-based authentication you want to delete.
*)certificate_based_auth_properties : certificate_based_auth_properties option;The properties of the certificate-based authentication.
*)resource_id : directory_id;The resource identifiers, in the form of directory IDs.
*)}type nonrec modify_account_result = {message : message option;The text message to describe the status of BYOL modification.
*)}type nonrec modify_account_request = {dedicated_tenancy_management_cidr_range : dedicated_tenancy_management_cidr_range
option;The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be specified as available by the ListAvailableManagementCidrRanges operation.
dedicated_tenancy_support : dedicated_tenancy_support_enum option;The status of BYOL.
*)}type nonrec migrate_workspace_result = {target_workspace_id : workspace_id option;The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.
*)source_workspace_id : workspace_id option;The original identifier of the WorkSpace that is being migrated.
*)}type nonrec migrate_workspace_request = {bundle_id : bundle_id;The identifier of the target bundle type to migrate the WorkSpace to.
*)source_workspace_id : workspace_id;The identifier of the WorkSpace to migrate from.
*)}type nonrec dedicated_tenancy_cidr_range_list =
dedicated_tenancy_management_cidr_range listtype nonrec list_available_management_cidr_ranges_result = {next_token : pagination_token option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)management_cidr_ranges : dedicated_tenancy_cidr_range_list option;The list of available IP address ranges, specified as IPv4 CIDR blocks.
*)}type nonrec list_available_management_cidr_ranges_request = {next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
max_results : management_cidr_range_max_results option;The maximum number of items to return.
*)management_cidr_range_constraint : management_cidr_range_constraint;The IP address range to search. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block).
*)}type nonrec account_link_list = account_link listtype nonrec list_account_links_result = {next_token : pagination_token option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)account_links : account_link_list option;Information about the account links.
*)}type nonrec link_status_filter_list = account_link_status_enum listtype nonrec list_account_links_request = {max_results : limit option;The maximum number of accounts to return.
*)next_token : pagination_token option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)link_status_filter : link_status_filter_list option;Filters the account based on their link status.
*)}type nonrec import_workspace_image_result = {image_id : workspace_image_id option;The identifier of the WorkSpace image.
*)}type nonrec application_list = application listtype nonrec import_workspace_image_request = {applications : application_list option;If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10 and 11 BYOL images. For more information about subscribing to Office for BYOL images, see Bring Your Own Windows Desktop Licenses.
Microsoft_Office_2019. GPU DCV (formerly WSP) WorkSpaces with Windows 11 do not support Office installation.image_description : workspace_image_description;The description of the WorkSpace image.
*)image_name : workspace_image_name;The name of the WorkSpace image.
*)ingestion_process : workspace_image_ingestion_process;The ingestion process to be used when importing the image, depending on which protocol you want to use for your BYOL Workspace image, either PCoIP, WSP, or bring your own protocol (BYOP). To use DCV, specify a value that ends in _WSP. To use PCoIP, specify a value that does not end in _WSP. To use BYOP, specify a value that ends in _BYOP.
For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify BYOL_REGULAR, BYOL_REGULAR_WSP, or BYOL_REGULAR_BYOP, depending on the protocol.
The BYOL_REGULAR_BYOP and BYOL_GRAPHICS_G4DN_BYOP values are only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use these values. For more information, see Amazon WorkSpaces Core.
ec2_image_id : ec2_image_id;The identifier of the EC2 image.
*)}type nonrec import_custom_workspace_image_result = {state : custom_workspace_image_import_state option;The state of the WorkSpace image.
*)image_id : workspace_image_id option;The identifier of the WorkSpace image.
*)}type nonrec image_source_identifier = | Ec2ImageId of ec2_image_idThe identifier of the EC2 image.
*)| ImageBuildVersionArn of image_build_version_arnThe ARN of the EC2 Image Builder image.
*)| Ec2ImportTaskId of ec2_import_task_idThe EC2 import task ID to import the image from the Amazon EC2 VM import process.
*)Describes the image import source.
type nonrec import_custom_workspace_image_request = {os_version : os_version;The OS version for the WorkSpace image source.
*)platform : platform;The platform for the WorkSpace image source.
*)infrastructure_configuration_arn : infrastructure_configuration_arn;The infrastructure configuration ARN that specifies how the WorkSpace image is built.
*)image_source : image_source_identifier;The options for image import source.
*)protocol : custom_image_protocol;The supported protocol for the WorkSpace image. Windows 11 does not support PCOIP protocol.
*)compute_type : image_compute_type;The supported compute type for the WorkSpace image.
*)image_description : workspace_image_description;The description of the WorkSpace image.
*)image_name : workspace_image_name;The name of the WorkSpace image.
*)}type nonrec login_message = (client_locale * client_login_message) listtype nonrec default_client_branding_attributes = {login_message : login_message option;The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is en_US. The HTML tags supported include the following: a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul.
forgot_password_link : client_url option;The forgotten password link. This is the web address that users can go to if they forget the password for their WorkSpace.
*)support_link : client_url option;The support link. The link for the company's customer support page for their WorkSpace.
SupportEmail and SupportLink parameters are mutually exclusive.You can specify one parameter for each platform type, but not both.workspaces-feedback@amazon.com.support_email : client_email option;The support email. The company's customer support email address.
SupportEmail and SupportLink parameters are mutually exclusive. You can specify one parameter for each platform type, but not both.workspaces-feedback@amazon.com.logo_url : client_url option;The logo. The only image format accepted is a binary data object that is converted from a .png file.
}Returns default client branding attributes that were imported. These attributes display on the client login screen.
Client branding attributes are public facing. Ensure that you don't include sensitive information.
type nonrec ios_client_branding_attributes = {login_message : login_message option;The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is en_US. The HTML tags supported include the following: a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul.
forgot_password_link : client_url option;The forgotten password link. This is the web address that users can go to if they forget the password for their WorkSpace.
*)support_link : client_url option;The support link. The link for the company's customer support page for their WorkSpace.
SupportEmail and SupportLink parameters are mutually exclusive. You can specify one parameter for each platform type, but not both.workspaces-feedback@amazon.com.support_email : client_email option;The support email. The company's customer support email address.
SupportEmail and SupportLink parameters are mutually exclusive. You can specify one parameter for each platform type, but not both.workspaces-feedback@amazon.com.logo3x_url : client_url option;The @3x version of the logo. This is the higher resolution display that offers a scale factor of 3.0 (or @3x).The only image format accepted is a binary data object that is converted from a .png file.
For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
*)logo2x_url : client_url option;The @2x version of the logo. This is the higher resolution display that offers a scale factor of 2.0 (or @2x). The only image format accepted is a binary data object that is converted from a .png file.
For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
*)logo_url : client_url option;The logo. This is the standard-resolution display that has a 1:1 pixel density (or @1x), where one pixel is equal to one point. The only image format accepted is a binary data object that is converted from a .png file.
}The client branding attributes for iOS device types. These attributes are displayed on the iOS client login screen only.
Client branding attributes are public facing. Ensure you do not include sensitive information.
type nonrec import_client_branding_result = {device_type_web : default_client_branding_attributes option;The branding information configured for web access.
*)device_type_linux : default_client_branding_attributes option;The branding information configured for Linux devices.
*)device_type_ios : ios_client_branding_attributes option;The branding information configured for iOS devices.
*)device_type_android : default_client_branding_attributes option;The branding information configured for Android devices.
*)device_type_osx : default_client_branding_attributes option;The branding information configured for macOS devices.
*)device_type_windows : default_client_branding_attributes option;The branding information configured for Windows devices.
*)}type nonrec default_import_client_branding_attributes = {login_message : login_message option;The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is en_US. The HTML tags supported include the following: a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul.
forgot_password_link : client_url option;The forgotten password link. This is the web address that users can go to if they forget the password for their WorkSpace.
*)support_link : client_url option;The support link. The link for the company's customer support page for their WorkSpace.
SupportEmail and SupportLink parameters are mutually exclusive. You can specify one parameter for each platform type, but not both.workspaces-feedback@amazon.com.support_email : client_email option;The support email. The company's customer support email address.
SupportEmail and SupportLink parameters are mutually exclusive. You can specify one parameter for each platform type, but not both.workspaces-feedback@amazon.com.logo : default_logo option;The logo. The only image format accepted is a binary data object that is converted from a .png file.
}The default client branding attributes to be imported. These attributes display on the client login screen.
Client branding attributes are public facing. Ensure that you do not include sensitive information.
type nonrec ios_import_client_branding_attributes = {login_message : login_message option;The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is en_US. The HTML tags supported include the following: a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul.
forgot_password_link : client_url option;The forgotten password link. This is the web address that users can go to if they forget the password for their WorkSpace.
*)support_link : client_url option;The support link. The link for the company's customer support page for their WorkSpace.
SupportEmail and SupportLink parameters are mutually exclusive. You can specify one parameter for each platform type, but not both.workspaces-feedback@amazon.com.support_email : client_email option;The support email. The company's customer support email address.
SupportEmail and SupportLink parameters are mutually exclusive. You can specify one parameter for each platform type, but not both.workspaces-feedback@amazon.com.logo3x : ios3_x_logo option;The @3x version of the logo. This is the higher resolution display that offers a scale factor of 3.0 (or @3x). The only image format accepted is a binary data object that is converted from a .png file.
For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
*)logo2x : ios2_x_logo option;The @2x version of the logo. This is the higher resolution display that offers a scale factor of 2.0 (or @2x). The only image format accepted is a binary data object that is converted from a .png file.
For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
*)logo : ios_logo option;The logo. This is the standard-resolution display that has a 1:1 pixel density (or @1x), where one pixel is equal to one point. The only image format accepted is a binary data object that is converted from a .png file.
}The client branding attributes to import for iOS device types. These attributes are displayed on the iOS client login screen.
Client branding attributes are public facing. Ensure you do not include sensitive information.
type nonrec import_client_branding_request = {device_type_web : default_import_client_branding_attributes option;The branding information to import for web access.
*)device_type_linux : default_import_client_branding_attributes option;The branding information to import for Linux devices.
*)device_type_ios : ios_import_client_branding_attributes option;The branding information to import for iOS devices.
*)device_type_android : default_import_client_branding_attributes option;The branding information to import for Android devices.
*)device_type_osx : default_import_client_branding_attributes option;The branding information to import for macOS devices.
*)device_type_windows : default_import_client_branding_attributes option;The branding information to import for Windows devices.
*)resource_id : directory_id;The directory identifier of the WorkSpace for which you want to import client branding.
*)}type nonrec get_account_link_result = {account_link : account_link option;The account link of the account link to retrieve.
*)}type nonrec get_account_link_request = {linked_account_id : aws_account option;The identifier of the account link
*)link_id : link_id option;The identifier of the account to link.
*)}type nonrec resource_in_use_exception = {resource_id : non_empty_string option;The ID of the resource that is in use.
*)message : exception_message option;}The specified resource is currently in use.
type nonrec association_state_reason = {error_message : string2048 option;The error message of the association deployment failure.
*)error_code : association_error_code option;The error code of the association deployment failure.
*)}Indicates the reason that the association deployment failed, including the error code and error message.
type nonrec workspace_resource_association = {workspace_id : workspace_id option;The identifier of the WorkSpace.
*)state_reason : association_state_reason option;The reason the association deployment failed.
*)state : association_state option;The status of the WorkSpace resource association.
*)last_updated_time : timestamp option;The time the association status was last updated.
*)created : timestamp option;The time the association is created.
*)associated_resource_type : work_space_associated_resource_type option;The resource types of the associated resource.
*)associated_resource_id : non_empty_string option;The identifier of the associated resource.
*)}Describes the association between an application and a WorkSpace resource.
type nonrec disassociate_workspace_application_result = {association : workspace_resource_association option;Information about the targeted association.
*)}type nonrec disassociate_workspace_application_request = {application_id : work_space_application_id;The identifier of the application.
*)workspace_id : workspace_id;The identifier of the WorkSpace.
*)}type nonrec ip_group_id_list = ip_group_id listtype nonrec disassociate_ip_groups_request = {group_ids : ip_group_id_list;The identifiers of one or more IP access control groups.
*)directory_id : directory_id;The identifier of the directory.
*)}type nonrec disassociate_connection_alias_request = {alias_id : connection_alias_id;The identifier of the connection alias to disassociate.
*)}type nonrec network_access_configuration = {eni_id : non_empty_string option;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.
*)eni_private_ip_address : non_empty_string option;The private IP address of the elastic network interface that is attached to instances in your VPC.
*)}Describes the network details of a WorkSpaces Pool.
type nonrec workspaces_pool_session = {user_id : workspaces_pool_user_id;The identifier of the user.
*)start_time : timestamp option;The time that the pool sission started.
*)network_access_configuration : network_access_configuration option;Describes the network details of the pool.
*)expiration_time : timestamp option;The time that the pool session ended.
*)pool_id : workspaces_pool_id;The identifier of the pool.
*)instance_id : session_instance_id option;The identifier for the instance hosting the session.
*)session_id : amazon_uuid;The identifier of the session.
*)connection_state : session_connection_state option;Specifies whether a user is connected to the pool session.
*)authentication_type : authentication_type option;The authentication method. The user is authenticated using a WorkSpaces Pools URL (API) or SAML 2.0 federation (SAML).
*)}Describes a pool session.
type nonrec workspaces_pool_sessions = workspaces_pool_session listtype nonrec describe_workspaces_pool_sessions_result = {next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
sessions : workspaces_pool_sessions option;Describes the pool sessions.
*)}type nonrec describe_workspaces_pool_sessions_request = {next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
limit : limit50 option;The maximum size of each page of results. The default value is 20 and the maximum value is 50.
*)user_id : workspaces_pool_user_id option;The identifier of the user.
*)pool_id : workspaces_pool_id;The identifier of the pool.
*)}type nonrec workspaces_pools = workspaces_pool listtype nonrec describe_workspaces_pools_result = {next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
workspaces_pools : workspaces_pools option;Information about the WorkSpaces Pools.
*)}type nonrec workspaces_pool_ids = workspaces_pool_id listtype nonrec describe_workspaces_pools_filter_values =
describe_workspaces_pools_filter_value listtype nonrec describe_workspaces_pools_filter = {operator : describe_workspaces_pools_filter_operator;The operator values for filtering WorkSpaces Pools.
*)values : describe_workspaces_pools_filter_values;The values for filtering WorkSpaces Pools.
*)name : describe_workspaces_pools_filter_name;The name of the pool to filter.
*)}Describes the filter conditions for WorkSpaces Pools to return.
type nonrec describe_workspaces_pools_filters =
describe_workspaces_pools_filter listtype nonrec describe_workspaces_pools_request = {next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
limit : limit option;The maximum number of items to return.
*)filters : describe_workspaces_pools_filters option;The filter conditions for the WorkSpaces Pool to return.
*)pool_ids : workspaces_pool_ids option;The identifier of the WorkSpaces Pools.
*)}type nonrec snapshot = {snapshot_time : timestamp option;The time when the snapshot was created.
*)}Describes a snapshot.
type nonrec snapshot_list = snapshot listtype nonrec describe_workspace_snapshots_result = {restore_snapshots : snapshot_list option;Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume.
*)rebuild_snapshots : snapshot_list option;Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.
*)}type nonrec describe_workspace_snapshots_request = {workspace_id : workspace_id;The identifier of the WorkSpace.
*)}type nonrec workspace_connection_status = {last_known_user_connection_timestamp : timestamp option;The timestamp of the last known user connection.
*)connection_state_check_timestamp : timestamp option;The timestamp of the connection status check.
*)connection_state : connection_state option;The connection state of the WorkSpace. The connection state is unknown if the WorkSpace is stopped.
*)workspace_id : workspace_id option;The identifier of the WorkSpace.
*)}Describes the connection status of a WorkSpace.
type nonrec workspace_connection_status_list = workspace_connection_status listtype nonrec describe_workspaces_connection_status_result = {next_token : pagination_token option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)workspaces_connection_status : workspace_connection_status_list option;Information about the connection status of the WorkSpace.
*)}type nonrec workspace_id_list = workspace_id listtype nonrec describe_workspaces_connection_status_request = {next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
workspace_ids : workspace_id_list option;The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.
*)}type nonrec modification_state = {state : modification_state_enum option;The modification state.
*)resource : modification_resource_enum option;The resource.
*)}Describes a WorkSpace modification.
type nonrec modification_state_list = modification_state listDescribes the related WorkSpace. The related WorkSpace could be a standby WorkSpace or primary WorkSpace related to the specified WorkSpace.
type nonrec data_replication_settings = {recovery_snapshot_time : timestamp option;The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating data.
*)data_replication : data_replication option;Indicates whether data replication is enabled, and if enabled, the type of data replication.
*)}Describes the data replication settings.
type nonrec standby_workspaces_properties = {recovery_snapshot_time : timestamp option;The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating data.
*)data_replication : data_replication option;Indicates whether data replication is enabled, and if enabled, the type of data replication.
*)standby_workspace_id : workspace_id option;The identifier of the standby WorkSpace
*)}Describes the properties of the related standby WorkSpaces.
type nonrec standby_workspaces_properties_list =
standby_workspaces_properties listtype nonrec workspace = {standby_workspaces_properties : standby_workspaces_properties_list option;The properties of the standby WorkSpace
*)data_replication_settings : data_replication_settings option;Indicates the settings of the data replication.
*)modification_states : modification_state_list option;The modification states of the WorkSpace.
*)workspace_properties : workspace_properties option;The properties of the WorkSpace.
*)workspace_name : workspace_name option;The name of the user-decoupled WorkSpace.
*)root_volume_encryption_enabled : boolean_object option;Indicates whether the data stored on the root volume is encrypted.
*)user_volume_encryption_enabled : boolean_object option;Indicates whether the data stored on the user volume is encrypted.
*)volume_encryption_key : volume_encryption_key option;The ARN of the symmetric KMS key used to encrypt data stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric KMS keys.
*)computer_name : computer_name option;The name of the WorkSpace, as seen by the operating system. The format of this name varies. For more information, see Launch a WorkSpace.
*)error_code : workspace_error_code option;The error code that is returned if the WorkSpace cannot be created.
*)error_message : description option;The text of the error message that is returned if the WorkSpace cannot be created.
*)subnet_id : subnet_id option;The identifier of the subnet for the WorkSpace.
*)bundle_id : bundle_id option;The identifier of the bundle used to create the WorkSpace.
*)state : workspace_state option;The operational state of the WorkSpace.
PENDING – The WorkSpace is in a waiting state (for example, the WorkSpace is being created).AVAILABLE – The WorkSpace is running and has passed the health checks.IMPAIRED – Refer to UNHEALTHY state.UNHEALTHY – The WorkSpace is not responding to health checks.REBOOTING – The WorkSpace is being rebooted (restarted).STARTING – The WorkSpace is starting up and health checks are being run.REBUILDING – The WorkSpace is being rebuilt.RESTORING – The WorkSpace is being restored.MAINTENANCE – The WorkSpace is undergoing scheduled maintenance by Amazon Web Services.ADMIN_MAINTENANCE – The WorkSpace is undergoing maintenance by the WorkSpaces administrator.TERMINATING – The WorkSpace is being deleted.TERMINATED – The WorkSpace has been deleted.SUSPENDED – The WorkSpace has been suspended for image creation.UPDATING – The WorkSpace is undergoing an update.STOPPING – The WorkSpace is being stopped.STOPPED – The WorkSpace has been stopped.ERROR – The WorkSpace is an error state (for example, an error occurred during startup).After a WorkSpace is terminated, the TERMINATED state is returned only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using DescribeWorkSpaces. If the WorkSpace ID isn't returned, then the WorkSpace has been successfully terminated.
ipv6_address : ipv6_address option;The IPv6 address of the WorkSpace.
*)ip_address : ip_address option;The IP address of the WorkSpace.
*)user_name : user_name option;The user for the WorkSpace.
*)directory_id : directory_id option;The identifier of the Directory Service directory for the WorkSpace.
*)workspace_id : workspace_id option;The identifier of the WorkSpace.
*)}Describes a WorkSpace.
type nonrec workspace_list = workspace listtype nonrec describe_workspaces_result = {next_token : pagination_token option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)workspaces : workspace_list option;Information about the WorkSpaces.
Because CreateWorkspaces is an asynchronous operation, some of the returned information could be incomplete.
}type nonrec describe_workspaces_request = {workspace_name : workspace_name option;The name of the user-decoupled WorkSpace.
*)next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
limit : limit option;The maximum number of items to return.
*)bundle_id : bundle_id option;The identifier of the bundle. All WorkSpaces that are created from this bundle are retrieved. You cannot combine this parameter with any other filter.
*)user_name : user_name option;The name of the directory user. You must specify this parameter with DirectoryId.
directory_id : directory_id option;The identifier of the directory. In addition, you can optionally specify a specific directory user (see UserName). You cannot combine this parameter with any other filter.
workspace_ids : workspace_id_list option;The identifiers of the WorkSpaces. You cannot combine this parameter with any other filter.
Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.
}The operating system that the image is running.
type nonrec update_result = {description : update_description option;A description of whether updates for the WorkSpace image are pending or available.
*)update_available : boolean_object option;Indicates whether updated drivers or other components are available for the specified WorkSpace image.
*)}Describes whether a WorkSpace image needs to be updated with the latest drivers and other components required by Amazon WorkSpaces.
Only Windows 10 WorkSpace images can be programmatically updated at this time.
type nonrec workspace_image_error_detail_code = | RESTRICTED_DRIVE_LETTER| INCOMPATIBLE_MEMORY_INTEGRITY| INCOMPATIBLE_PROTOCOL| INSUFFICIENT_REARM_COUNT| UNSUPPORTED_OS_UPGRADE| STAGED_APPX_PACKAGE| MULTIPLE_USER_PROFILES| UNSUPPORTED_SECURITY_PROTOCOL| AMAZON_SSM_AGENT_ENABLED| WINDOWS_MODULES_INSTALLER_DISABLED| REMOTE_DESKTOP_SERVICES_DISABLED| INVALID_IP| DOMAIN_ACCOUNT_SERVICES_FOUND| ENVIRONMENT_VARIABLES_PATH_MISSING_ENTRIES| INSUFFICIENT_DISK_SPACE| USER_PROFILE_MISSING| SYSPREP_FILE_MISSING| WINDOWS_UPDATES_REQUIRED| ADDITIONAL_DRIVES_PRESENT| RESERVED_STORAGE_IN_USE| APPX_PACKAGES_INSTALLED| UNKNOWN_ERROR| UEFI_NOT_SUPPORTED| ANTI_VIRUS_INSTALLED| IN_PLACE_UPGRADE| ZERO_REARM_COUNT| SIXTY_FOUR_BIT_OS| MULTIPLE_BOOT_PARTITION| REALTIME_UNIVERSAL_DISABLED| AUTO_LOGON_ENABLED| PENDING_REBOOT| INCOMPATIBLE_PARTITIONING| DISK_SIZE_EXCEEDED| VMWARE_TOOLS_INSTALLED| FIREWALL_ENABLED| AZURE_DOMAIN_JOINED| DOMAIN_JOINED| OS_NOT_SUPPORTED| ADDITIONAL_DRIVES_ATTACHED| DISK_FREE_SPACE| DHCP_DISABLED| WORKSPACES_BYOL_ACCOUNT_DISABLED| WORKSPACES_BYOL_ACCOUNT_NOT_FOUND| AUTO_MOUNT_DISABLED| WINDOWS_UPDATES_ENABLED| PCOIP_AGENT_INSTALLED| OFFICE_INSTALLED| OUTDATED_POWERSHELL_VERSIONtype nonrec error_details = {error_message : description option;The text of the error message related the error code.
*)error_code : workspace_image_error_detail_code option;Indicates the error code returned.
*)}Describes in-depth details about the error. These details include the possible causes of the error and troubleshooting information.
type nonrec error_details_list = error_details listtype nonrec workspace_image = {error_details : error_details_list option;Additional details of the error returned for the image, including the possible causes of the errors and troubleshooting information.
*)updates : update_result option;The updates (if any) that are available for the specified image.
*)owner_account_id : aws_account option;The identifier of the Amazon Web Services account that owns the image.
*)created : timestamp option;The date when the image was created. If the image has been shared, the Amazon Web Services account that the image has been shared with sees the original creation date of the image.
*)error_message : description option;The text of the error message that is returned for the image.
*)error_code : workspace_image_error_code option;The error code that is returned for the image.
*)required_tenancy : workspace_image_required_tenancy option;Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images.
state : workspace_image_state option;The status of the image.
*)operating_system : operating_system option;The operating system that the image is running.
*)description : workspace_image_description option;The description of the image.
*)name : workspace_image_name option;The name of the image.
*)image_id : workspace_image_id option;The identifier of the image.
*)}Describes a WorkSpace image.
type nonrec workspace_image_list = workspace_image listtype nonrec describe_workspace_images_result = {next_token : pagination_token option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)images : workspace_image_list option;Information about the images.
*)}type nonrec workspace_image_id_list = workspace_image_id listtype nonrec describe_workspace_images_request = {max_results : limit option;The maximum number of items to return.
*)next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
image_type : image_type option;The type (owned or shared) of the image.
*)image_ids : workspace_image_id_list option;The identifier of the image.
*)}Describes the Amazon Web Services accounts that have been granted permission to use a shared image. For more information about sharing images, see Share or Unshare a Custom WorkSpaces Image.
type nonrec image_permissions = image_permission listtype nonrec describe_workspace_image_permissions_result = {next_token : pagination_token option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)image_permissions : image_permissions option;The identifiers of the Amazon Web Services accounts that the image has been shared with.
*)image_id : workspace_image_id option;The identifier of the image.
*)}type nonrec describe_workspace_image_permissions_request = {max_results : limit option;The maximum number of items to return.
*)next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
image_id : workspace_image_id;The identifier of the image.
*)}type nonrec dns_ip_addresses = ip_address listtype nonrec dns_ipv6_addresses = ipv6_address listtype nonrec default_workspace_creation_properties = {instance_iam_role_arn : ar_n option;Indicates the IAM role ARN of the instance.
*)enable_maintenance_mode : boolean_object option;Specifies whether maintenance mode is enabled for WorkSpaces. For more information, see WorkSpace Maintenance.
*)user_enabled_as_local_administrator : boolean_object option;Specifies whether WorkSpace users are local administrators on their WorkSpaces.
*)custom_security_group_id : security_group_id option;The identifier of the default security group to apply to WorkSpaces when they are created. For more information, see Security Groups for Your WorkSpaces.
*)default_ou : default_ou option;The organizational unit (OU) in the directory for the WorkSpace machine accounts.
*)enable_internet_access : boolean_object option;Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory by default. If enabled, the Elastic public IP address allows outbound internet access from your WorkSpaces when you’re using an internet gateway in the Amazon VPC in which your WorkSpaces are located. If you're using a Network Address Translation (NAT) gateway for outbound internet access from your VPC, or if your WorkSpaces are in public subnets and you manually assign them Elastic IP addresses, you should disable this setting. This setting applies to new WorkSpaces that you launch or to existing WorkSpaces that you rebuild. For more information, see Configure a VPC for Amazon WorkSpaces.
*)}Describes the default values that are used to create WorkSpaces. For more information, see Update Directory Details for Your WorkSpaces.
type nonrec idc_config = {application_arn : ar_n option;The Amazon Resource Name (ARN) of the application.
*)instance_arn : ar_n option;The Amazon Resource Name (ARN) of the identity center instance.
*)}Specifies the configurations of the identity center.
type nonrec workspace_directory = {error_message : description option;The error message returned.
*)streaming_properties : streaming_properties option;The streaming properties to configure.
*)active_directory_config : active_directory_config option;Information about the Active Directory config.
*)idc_config : idc_config option;Specifies details about identity center configurations.
*)workspace_type : workspace_type option;Indicates whether the directory's WorkSpace type is personal or pools.
*)user_identity_type : user_identity_type option;Indicates the identity type of the specifired user.
*)workspace_directory_description : workspace_directory_description option;The description of the WorkSpace directory
*)workspace_directory_name : workspace_directory_name option;The name fo the WorkSpace directory.
*)microsoft_entra_config : microsoft_entra_config option;Specifies details about Microsoft Entra configurations.
*)endpoint_encryption_mode : endpoint_encryption_mode option;Endpoint encryption mode that allows you to configure the specified directory between Standard TLS and FIPS 140-2 validated mode.
*)certificate_based_auth_properties : certificate_based_auth_properties option;The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory for WorkSpaces login.
*)saml_properties : saml_properties option;Describes the enablement status, user access URL, and relay state parameter name that are used for configuring federation with an SAML 2.0 identity provider.
*)selfservice_permissions : selfservice_permissions option;The default self-service permissions for WorkSpaces in the directory.
*)tenancy : tenancy option;Specifies whether the directory is dedicated or shared. To use Bring Your Own License (BYOL), this value must be set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images.
workspace_access_properties : workspace_access_properties option;The devices and operating systems that users can use to access WorkSpaces.
*)ip_group_ids : ip_group_id_list option;The identifiers of the IP access control groups associated with the directory.
*)workspace_creation_properties : default_workspace_creation_properties option;The default creation properties for all WorkSpaces in the directory.
*)state : workspace_directory_state option;The state of the directory's registration with Amazon WorkSpaces. After a directory is deregistered, the DEREGISTERED state is returned very briefly before the directory metadata is cleaned up, so this state is rarely returned. To confirm that a directory is deregistered, check for the directory ID by using DescribeWorkspaceDirectories. If the directory ID isn't returned, then the directory has been successfully deregistered.
workspace_security_group_id : security_group_id option;The identifier of the security group that is assigned to new WorkSpaces.
*)directory_type : workspace_directory_type option;The directory type.
*)iam_role_id : ar_n option;The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.
*)customer_user_name : user_name option;The user name for the service account.
*)dns_ipv6_addresses : dns_ipv6_addresses option;The IPv6 addresses of the DNS servers for the directory.
*)dns_ip_addresses : dns_ip_addresses option;The IP addresses of the DNS servers for the directory.
*)subnet_ids : subnet_ids option;The identifiers of the subnets used with the directory.
*)registration_code : registration_code option;The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.
*)directory_name : directory_name option;The name of the directory.
*)alias : alias option;The directory alias.
*)directory_id : directory_id option;The directory identifier.
*)}Describes a directory that is used with Amazon WorkSpaces.
type nonrec directory_list = workspace_directory listtype nonrec describe_workspace_directories_result = {next_token : pagination_token option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)directories : directory_list option;Information about the directories.
*)}type nonrec directory_id_list = directory_id listtype nonrec workspace_directory_name_list = workspace_directory_name listtype nonrec describe_workspace_directories_filter_values =
describe_workspace_directories_filter_value listtype nonrec describe_workspace_directories_filter = {values : describe_workspace_directories_filter_values;The values for filtering WorkSpaces
*)name : describe_workspace_directories_filter_name;The name of the WorkSpaces to filter.
*)}Describes the filter conditions for the WorkSpaces to return.
type nonrec describe_workspace_directories_filter_list =
describe_workspace_directories_filter listtype nonrec describe_workspace_directories_request = {filters : describe_workspace_directories_filter_list option;The filter condition for the WorkSpaces.
*)next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
limit : limit option;The maximum number of directories to return.
*)workspace_directory_names : workspace_directory_name_list option;The names of the WorkSpace directories.
*)directory_ids : directory_id_list option;The identifiers of the directories. If the value is null, all directories are retrieved.
*)}Describes the root volume for a WorkSpace bundle.
Describes the user volume for a WorkSpace bundle.
Describes the compute type of the bundle.
type nonrec workspace_bundle = {bundle_type : bundle_type option;The type of WorkSpace bundle.
*)state : workspace_bundle_state option;The state of the WorkSpace bundle.
*)creation_time : timestamp option;The time when the bundle was created.
*)last_updated_time : timestamp option;The last time that the bundle was updated.
*)compute_type : compute_type option;user_storage : user_storage option;The size of the user volume.
*)root_storage : root_storage option;The size of the root volume.
*)image_id : workspace_image_id option;The identifier of the image that was used to create the bundle.
*)description : description option;The description of the bundle.
*)owner : bundle_owner option;The owner of the bundle. This is the account identifier of the owner, or AMAZON if the bundle is provided by Amazon Web Services.
name : non_empty_string option;The name of the bundle.
*)bundle_id : bundle_id option;The identifier of the bundle.
*)}Describes a WorkSpace bundle.
type nonrec bundle_list = workspace_bundle listtype nonrec describe_workspace_bundles_result = {next_token : pagination_token option;The token to use to retrieve the next page of results. This value is null when there are no more results to return. This token is valid for one day and must be used within that time frame.
*)bundles : bundle_list option;Information about the bundles.
*)}type nonrec bundle_id_list = bundle_id listtype nonrec describe_workspace_bundles_request = {next_token : pagination_token option;The token for the next set of results. (You received this token from a previous call.)
*)owner : bundle_owner option;The owner of the bundles. You cannot combine this parameter with any other filter.
To describe the bundles provided by Amazon Web Services, specify AMAZON. To describe the bundles that belong to your account, don't specify a value.
bundle_ids : bundle_id_list option;The identifiers of the bundles. You cannot combine this parameter with any other filter.
*)}type nonrec workspace_resource_association_list =
workspace_resource_association listtype nonrec describe_workspace_associations_result = {associations : workspace_resource_association_list option;List of information about the specified associations.
*)}type nonrec work_space_associated_resource_type_list =
work_space_associated_resource_type listtype nonrec describe_workspace_associations_request = {associated_resource_types : work_space_associated_resource_type_list;The resource types of the associated resources.
*)workspace_id : workspace_id;The identifier of the WorkSpace.
*)}type nonrec workspaces_ip_group = {user_rules : ip_rule_list option;The rules.
*)group_desc : ip_group_desc option;The description of the group.
*)group_name : ip_group_name option;The name of the group.
*)group_id : ip_group_id option;The identifier of the group.
*)}Describes an IP access control group.
type nonrec workspaces_ip_groups_list = workspaces_ip_group listtype nonrec describe_ip_groups_result = {next_token : pagination_token option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)result_ : workspaces_ip_groups_list option;Information about the IP access control groups.
*)}type nonrec describe_ip_groups_request = {max_results : limit option;The maximum number of items to return.
*)next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
group_ids : ip_group_id_list option;The identifiers of one or more IP access control groups.
*)}type nonrec image_resource_association = {state_reason : association_state_reason option;The reason the association deployment failed.
*)state : association_state option;The status of the image resource association.
*)image_id : workspace_image_id option;The identifier of the image.
*)last_updated_time : timestamp option;The time the association status was last updated.
*)created : timestamp option;The time the association is created.
*)associated_resource_type : image_associated_resource_type option;The resource type of the associated resources.
*)associated_resource_id : non_empty_string option;The identifier of the associated resource.
*)}Describes the association between an application and an image resource.
type nonrec image_resource_association_list = image_resource_association listtype nonrec describe_image_associations_result = {associations : image_resource_association_list option;List of information about the specified associations.
*)}type nonrec image_associated_resource_type_list =
image_associated_resource_type listtype nonrec describe_image_associations_request = {associated_resource_types : image_associated_resource_type_list;The resource types of the associated resource.
*)image_id : workspace_image_id;The identifier of the image.
*)}type nonrec custom_workspace_image_import_error_details = {error_message : image_error_message option;The text of the error message that is returned for the image import.
*)error_code : error_code option;The error code that is returned for the image import.
*)}Describes in-depth details about the error. These details include the possible causes of the error and troubleshooting information.
type nonrec custom_workspace_image_import_error_details_list =
custom_workspace_image_import_error_details listtype nonrec describe_custom_workspace_image_import_result = {error_details : custom_workspace_image_import_error_details_list option;Describes in-depth details about the error. These details include the possible causes of the error and troubleshooting information.
*)image_builder_instance_id : non_empty_string option;The image builder instance ID of the WorkSpace image.
*)image_source : image_source_identifier option;Describes the image import source.
*)last_updated_time : timestamp option;The timestamp when the WorkSpace image import was last updated.
*)created : timestamp option;The timestamp when the WorkSpace image import was created.
*)progress_percentage : percentage option;The estimated progress percentage of the WorkSpace image import workflow.
*)state_message : workflow_state_message option;The state message of the WorkSpace image import workflow.
*)state : custom_workspace_image_import_state option;The state of the WorkSpace image.
*)infrastructure_configuration_arn : infrastructure_configuration_arn option;The infrastructure configuration ARN that specifies how the WorkSpace image is built.
*)image_id : workspace_image_id option;The identifier of the WorkSpace image.
*)}type nonrec describe_custom_workspace_image_import_request = {image_id : workspace_image_id;The identifier of the WorkSpace image.
*)}type nonrec connection_alias_permissions = connection_alias_permission listtype nonrec describe_connection_alias_permissions_result = {next_token : pagination_token option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)connection_alias_permissions : connection_alias_permissions option;The permissions associated with a connection alias.
*)alias_id : connection_alias_id option;The identifier of the connection alias.
*)}type nonrec describe_connection_alias_permissions_request = {max_results : limit option;The maximum number of results to return.
*)next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
alias_id : connection_alias_id;The identifier of the connection alias.
*)}type nonrec connection_alias_association = {connection_identifier : connection_identifier option;The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.
*)resource_id : non_empty_string option;The identifier of the directory associated with a connection alias.
*)associated_account_id : aws_account option;The identifier of the Amazon Web Services account that associated the connection alias with a directory.
*)association_status : association_status option;The association status of the connection alias.
*)}Describes a connection alias association that is used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
type nonrec connection_alias_association_list =
connection_alias_association listtype nonrec connection_alias = {associations : connection_alias_association_list option;The association status of the connection alias.
*)owner_account_id : aws_account option;The identifier of the Amazon Web Services account that owns the connection alias.
*)state : connection_alias_state option;The current state of the connection alias.
*)alias_id : connection_alias_id option;The identifier of the connection alias.
*)connection_string : connection_string option;The connection string specified for the connection alias. The connection string must be in the form of a fully qualified domain name (FQDN), such as www.example.com.
}Describes a connection alias. Connection aliases are used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
type nonrec connection_alias_list = connection_alias listtype nonrec describe_connection_aliases_result = {next_token : pagination_token option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)connection_aliases : connection_alias_list option;Information about the specified connection aliases.
*)}type nonrec connection_alias_id_list = connection_alias_id listtype nonrec describe_connection_aliases_request = {next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
limit : limit option;The maximum number of connection aliases to return.
*)resource_id : non_empty_string option;The identifier of the directory associated with the connection alias.
*)alias_ids : connection_alias_id_list option;The identifiers of the connection aliases to describe.
*)}type nonrec connect_client_add_in = {ur_l : add_in_url option;The endpoint URL of the client add-in.
*)name : add_in_name option;The name of the client add in.
*)resource_id : directory_id option;The directory identifier for which the client add-in is configured.
*)add_in_id : amazon_uuid option;The client add-in identifier.
*)}Describes an Connect Customer client add-in.
type nonrec connect_client_add_in_list = connect_client_add_in listtype nonrec describe_connect_client_add_ins_result = {next_token : pagination_token option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)add_ins : connect_client_add_in_list option;Information about client add-ins.
*)}type nonrec describe_connect_client_add_ins_request = {max_results : limit option;The maximum number of items to return.
*)next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
resource_id : directory_id;The directory identifier for which the client add-in is configured.
*)}type nonrec client_properties_result = {client_properties : client_properties option;Information about the Amazon WorkSpaces client.
*)resource_id : non_empty_string option;The resource identifier, in the form of a directory ID.
*)}Information about the Amazon WorkSpaces client.
type nonrec client_properties_list = client_properties_result listtype nonrec describe_client_properties_result = {client_properties_list : client_properties_list option;Information about the specified Amazon WorkSpaces clients.
*)}type nonrec resource_id_list = non_empty_string listtype nonrec describe_client_properties_request = {resource_ids : resource_id_list;The resource identifier, in the form of directory IDs.
*)}type nonrec describe_client_branding_result = {device_type_web : default_client_branding_attributes option;The branding information for Web access.
*)device_type_linux : default_client_branding_attributes option;The branding information for Linux devices.
*)device_type_ios : ios_client_branding_attributes option;The branding information for iOS devices.
*)device_type_android : default_client_branding_attributes option;The branding information for Android devices.
*)device_type_osx : default_client_branding_attributes option;The branding information for macOS devices.
*)device_type_windows : default_client_branding_attributes option;The branding information for Windows devices.
*)}type nonrec describe_client_branding_request = {resource_id : directory_id;The directory identifier of the WorkSpace for which you want to view client branding information.
*)}type nonrec bundle_resource_association = {state_reason : association_state_reason option;The reason the association deployment failed.
*)state : association_state option;The status of the bundle resource association.
*)last_updated_time : timestamp option;The time the association status was last updated.
*)created : timestamp option;The time the association is created.
*)bundle_id : bundle_id option;The identifier of the bundle.
*)associated_resource_type : bundle_associated_resource_type option;The resource type of the associated resources.
*)associated_resource_id : non_empty_string option;The identifier of the associated resource.
*)}Describes the association between an application and a bundle resource.
type nonrec bundle_resource_association_list = bundle_resource_association listtype nonrec describe_bundle_associations_result = {associations : bundle_resource_association_list option;List of information about the specified associations.
*)}type nonrec bundle_associated_resource_type_list =
bundle_associated_resource_type listtype nonrec describe_bundle_associations_request = {associated_resource_types : bundle_associated_resource_type_list;The resource types of the associated resource.
*)bundle_id : bundle_id;The identifier of the bundle.
*)}type nonrec compute_list = compute listtype nonrec operating_system_name_list = operating_system_name listtype nonrec work_space_application = {supported_operating_system_names : operating_system_name_list option;The supported operating systems of the WorkSpace application.
*)supported_compute_type_names : compute_list option;The supported compute types of the WorkSpace application.
*)state : work_space_application_state option;The status of WorkSpace application.
*)owner : work_space_application_owner option;The owner of the WorkSpace application.
*)name : non_empty_string option;The name of the WorkSpace application.
*)license_type : work_space_application_license_type option;The license availability for the applications.
*)description : string2048 option;The description of the WorkSpace application.
*)created : timestamp option;The time the application is created.
*)application_id : work_space_application_id option;The identifier of the application.
*)}Describes the WorkSpace application.
type nonrec work_space_application_list = work_space_application listtype nonrec describe_applications_result = {next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
applications : work_space_application_list option;List of information about the specified applications.
*)}type nonrec work_space_application_id_list = work_space_application_id listtype nonrec describe_applications_request = {next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
max_results : limit option;The maximum number of applications to return.
*)owner : work_space_application_owner option;The owner of the applications.
*)operating_system_names : operating_system_name_list option;The operating systems supported by the applications.
*)license_type : work_space_application_license_type option;The license availability for the applications.
*)compute_type_names : compute_list option;The compute types supported by the applications.
*)application_ids : work_space_application_id_list option;The identifiers of one or more applications.
*)}type nonrec application_resource_association = {state_reason : association_state_reason option;The reason the association deployment failed.
*)state : association_state option;The status of the application resource association.
*)last_updated_time : timestamp option;The time the association status was last updated.
*)created : timestamp option;The time the association was created.
*)associated_resource_type : application_associated_resource_type option;The resource type of the associated resource.
*)associated_resource_id : non_empty_string option;The identifier of the associated resource.
*)application_id : work_space_application_id option;The identifier of the application.
*)}Describes the association between an application and an application resource.
type nonrec application_resource_association_list =
application_resource_association listtype nonrec describe_application_associations_result = {next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
associations : application_resource_association_list option;List of associations and information about them.
*)}type nonrec application_associated_resource_type_list =
application_associated_resource_type listtype nonrec describe_application_associations_request = {associated_resource_types : application_associated_resource_type_list;The resource type of the associated resources.
*)application_id : work_space_application_id;The identifier of the specified application.
*)next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
max_results : limit option;The maximum number of associations to return.
*)}type nonrec account_modification = {error_message : description option;The text of the error message that is returned if the configuration of BYOL cannot be modified.
*)error_code : workspace_error_code option;The error code that is returned if the configuration of BYOL cannot be modified.
*)start_time : timestamp option;The timestamp when the modification of the BYOL configuration was started.
*)dedicated_tenancy_management_cidr_range : dedicated_tenancy_management_cidr_range
option;The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account.
*)dedicated_tenancy_support : dedicated_tenancy_support_result_enum option;The status of BYOL (whether BYOL is being enabled or disabled).
*)modification_state : dedicated_tenancy_modification_state_enum option;The state of the modification to the configuration of BYOL.
*)}Describes a modification to the configuration of Bring Your Own License (BYOL) for the specified account.
type nonrec account_modification_list = account_modification listtype nonrec describe_account_modifications_result = {next_token : pagination_token option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)account_modifications : account_modification_list option;The list of modifications to the configuration of BYOL.
*)}type nonrec describe_account_modifications_request = {next_token : pagination_token option;If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
}type nonrec describe_account_result = {message : message option;The text message to describe the status of BYOL.
*)dedicated_tenancy_account_type : dedicated_tenancy_account_type option;The type of linked account.
*)dedicated_tenancy_management_cidr_range : dedicated_tenancy_management_cidr_range
option;The IP address range, specified as an IPv4 CIDR block, used for the management network interface.
The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.
*)dedicated_tenancy_support : dedicated_tenancy_support_result_enum option;The status of BYOL (whether BYOL is enabled or disabled).
*)}type nonrec deregister_workspace_directory_request = {directory_id : directory_id;The identifier of the directory. If any WorkSpaces are registered to this directory, you must remove them before you deregister the directory, or you will receive an OperationNotSupportedException error.
*)}type nonrec work_space_application_deployment = {associations : workspace_resource_association_list option;The associations between the applications and the associated resources.
*)}Describes the WorkSpace application deployment.
type nonrec deploy_workspace_applications_result = {deployment : work_space_application_deployment option;The list of deployed associations and information about them.
*)}type nonrec deploy_workspace_applications_request = {force : boolean_object option;Indicates whether the force flag is applied for the specified WorkSpace. When the force flag is enabled, it allows previously failed deployments to be retried.
*)workspace_id : workspace_id;The identifier of the WorkSpace.
*)}type nonrec delete_workspace_image_request = {image_id : workspace_image_id;The identifier of the image.
*)}type nonrec delete_workspace_bundle_request = {bundle_id : bundle_id option;The identifier of the bundle.
*)}type nonrec tag_key_list = non_empty_string listtype nonrec delete_ip_group_request = {group_id : ip_group_id;The identifier of the IP access control group.
*)}type nonrec delete_connection_alias_request = {alias_id : connection_alias_id;The identifier of the connection alias to delete.
*)}type nonrec delete_connect_client_add_in_request = {resource_id : directory_id;The directory identifier for which the client add-in is configured.
*)add_in_id : amazon_uuid;The identifier of the client add-in to delete.
*)}type nonrec client_device_type_list = client_device_type listtype nonrec delete_client_branding_request = {platforms : client_device_type_list;The device type for which you want to delete client branding.
*)resource_id : directory_id;The directory identifier of the WorkSpace for which you want to delete client branding.
*)}type nonrec delete_account_link_invitation_result = {account_link : account_link option;Information about the account link.
*)}type nonrec delete_account_link_invitation_request = {client_token : client_token option;A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.
*)link_id : link_id;The identifier of the account link.
*)}type nonrec create_workspaces_pool_result = {workspaces_pool : workspaces_pool option;Indicates the pool to create.
*)}type nonrec create_workspaces_pool_request = {running_mode : pools_running_mode option;The running mode for the pool.
*)timeout_settings : timeout_settings option;Indicates the timeout settings of the pool.
*)application_settings : application_settings_request option;Indicates the application settings of the pool.
*)capacity : capacity;The user capacity of the pool.
*)directory_id : directory_id;The identifier of the directory for the pool.
*)bundle_id : bundle_id;The identifier of the bundle for the pool.
*)description : update_description;The pool description.
*)pool_name : workspaces_pool_name;The name of the pool.
*)}type nonrec workspace_request = {ipv6_address : ipv6_address option;The IPv6 address for the WorkSpace.
*)workspace_name : workspace_name option;The name of the user-decoupled WorkSpace.
WorkspaceName is required if UserName is [UNDEFINED] for user-decoupled WorkSpaces. WorkspaceName is not applicable if UserName is specified for user-assigned WorkSpaces.
workspace_properties : workspace_properties option;The WorkSpace properties.
*)root_volume_encryption_enabled : boolean_object option;Indicates whether the data stored on the root volume is encrypted.
*)user_volume_encryption_enabled : boolean_object option;Indicates whether the data stored on the user volume is encrypted.
*)volume_encryption_key : volume_encryption_key option;The ARN of the symmetric KMS key used to encrypt data stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric KMS keys.
*)bundle_id : bundle_id;The identifier of the bundle for the WorkSpace. You can use DescribeWorkspaceBundles to list the available bundles.
user_name : user_name;The user name of the user for the WorkSpace. This user name must exist in the Directory Service directory for the WorkSpace.
The username is not case-sensitive, but we recommend matching the case in the Directory Service directory to avoid potential incompatibilities.
The reserved keyword, [UNDEFINED], is used when creating user-decoupled WorkSpaces.
directory_id : directory_id;The identifier of the Directory Service directory for the WorkSpace. You can use DescribeWorkspaceDirectories to list the available directories.
}Describes the information used to create a WorkSpace.
type nonrec failed_create_workspace_request = {error_message : description option;The text of the error message that is returned if the WorkSpace cannot be created.
*)error_code : error_type option;The error code that is returned if the WorkSpace cannot be created.
*)workspace_request : workspace_request option;Information about the WorkSpace.
*)}Describes a WorkSpace that cannot be created.
type nonrec failed_create_workspace_requests =
failed_create_workspace_request listtype nonrec create_workspaces_result = {pending_requests : workspace_list option;Information about the WorkSpaces that were created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
failed_requests : failed_create_workspace_requests option;Information about the WorkSpaces that could not be created.
*)}type nonrec workspace_request_list = workspace_request listtype nonrec create_workspaces_request = {workspaces : workspace_request_list;The WorkSpaces to create. You can specify up to 25 WorkSpaces.
*)}type nonrec create_workspace_image_result = {owner_account_id : aws_account option;The identifier of the Amazon Web Services account that owns the image.
*)created : timestamp option;The date when the image was created.
*)required_tenancy : workspace_image_required_tenancy option;Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images..
*)state : workspace_image_state option;The availability status of the image.
*)operating_system : operating_system option;The operating system that the image is running.
*)description : workspace_image_description option;The description of the image.
*)name : workspace_image_name option;The name of the image.
*)image_id : workspace_image_id option;The identifier of the new WorkSpace image.
*)}type nonrec create_workspace_image_request = {workspace_id : workspace_id;The identifier of the source WorkSpace
*)description : workspace_image_description;The description of the new WorkSpace image.
*)name : workspace_image_name;The name of the new WorkSpace image.
*)}type nonrec create_workspace_bundle_request = {root_storage : root_storage option;user_storage : user_storage;compute_type : compute_type;image_id : workspace_image_id;The identifier of the image that is used to create the bundle.
*)bundle_description : workspace_bundle_description;The description of the bundle.
*)bundle_name : workspace_bundle_name;The name of the bundle.
*)}type nonrec create_updated_workspace_image_result = {image_id : workspace_image_id option;The identifier of the new updated WorkSpace image.
*)}type nonrec create_updated_workspace_image_request = {source_image_id : workspace_image_id;The identifier of the source WorkSpace image.
*)description : workspace_image_description;A description of whether updates for the WorkSpace image are available.
*)name : workspace_image_name;The name of the new updated WorkSpace image.
*)}type nonrec standby_workspace = {data_replication : data_replication option;Indicates whether data replication is enabled, and if enabled, the type of data replication.
*)directory_id : directory_id;The identifier of the directory for the standby WorkSpace.
*)volume_encryption_key : volume_encryption_key option;The volume encryption key of the standby WorkSpace.
*)primary_workspace_id : workspace_id;The identifier of the standby WorkSpace.
*)}Describes a standby WorkSpace.
type nonrec failed_create_standby_workspaces_request = {error_message : description option;The text of the error message that is returned if the standby WorkSpace could not be created.
*)error_code : workspace_error_code option;The error code that is returned if the standby WorkSpace could not be created.
*)standby_workspace_request : standby_workspace option;Information about the standby WorkSpace that could not be created.
*)}Describes the standby WorkSpace that could not be created.
type nonrec failed_create_standby_workspaces_request_list =
failed_create_standby_workspaces_request listtype nonrec pending_create_standby_workspaces_request = {workspace_id : workspace_id option;The identifier of the standby WorkSpace.
*)state : workspace_state option;The operational state of the standby WorkSpace.
*)directory_id : directory_id option;The identifier of the directory for the standby WorkSpace.
*)user_name : user_name option;Describes the standby WorkSpace that was created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
*)}Information about the standby WorkSpace.
type nonrec pending_create_standby_workspaces_request_list =
pending_create_standby_workspaces_request listtype nonrec create_standby_workspaces_result = {pending_standby_requests : pending_create_standby_workspaces_request_list
option;Information about the standby WorkSpace that was created.
*)failed_standby_requests : failed_create_standby_workspaces_request_list option;Information about the standby WorkSpace that could not be created.
*)}type nonrec standby_workspaces_list = standby_workspace listtype nonrec create_standby_workspaces_request = {standby_workspaces : standby_workspaces_list;Information about the standby WorkSpace to be created.
*)primary_region : region;The Region of the primary WorkSpace.
*)}The resource could not be created.
type nonrec create_ip_group_result = {group_id : ip_group_id option;The identifier of the group.
*)}type nonrec create_ip_group_request = {user_rules : ip_rule_list option;The rules to add to the group.
*)group_desc : ip_group_desc option;The description of the group.
*)group_name : ip_group_name;The name of the group.
*)}type nonrec create_connection_alias_result = {alias_id : connection_alias_id option;The identifier of the connection alias.
*)}type nonrec create_connection_alias_request = {connection_string : connection_string;A connection string in the form of a fully qualified domain name (FQDN), such as www.example.com.
After you create a connection string, it is always associated to your Amazon Web Services account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.
*)}type nonrec create_connect_client_add_in_result = {add_in_id : amazon_uuid option;The client add-in identifier.
*)}type nonrec create_connect_client_add_in_request = {ur_l : add_in_url;The endpoint URL of the Connect Customer client add-in.
*)name : add_in_name;The name of the client add-in.
*)resource_id : directory_id;The directory identifier for which to configure the client add-in.
*)}type nonrec create_account_link_invitation_result = {account_link : account_link option;Information about the account link.
*)}type nonrec create_account_link_invitation_request = {client_token : client_token option;A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.
*)target_account_id : aws_account;The identifier of the target account.
*)}type nonrec copy_workspace_image_result = {image_id : workspace_image_id option;The identifier of the image.
*)}type nonrec copy_workspace_image_request = {source_region : region;The identifier of the source Region.
*)source_image_id : workspace_image_id;The identifier of the source image.
*)description : workspace_image_description option;A description of the image.
*)name : workspace_image_name;The name of the image.
*)}type nonrec associate_workspace_application_result = {association : workspace_resource_association option;Information about the association between the specified WorkSpace and the specified application.
*)}type nonrec associate_workspace_application_request = {application_id : work_space_application_id;The identifier of the application.
*)workspace_id : workspace_id;The identifier of the WorkSpace.
*)}type nonrec associate_ip_groups_request = {group_ids : ip_group_id_list;The identifiers of one or more IP access control groups.
*)directory_id : directory_id;The identifier of the directory.
*)}type nonrec associate_connection_alias_result = {connection_identifier : connection_identifier option;The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.
*)}type nonrec associate_connection_alias_request = {resource_id : non_empty_string;The identifier of the directory to associate the connection alias with.
*)alias_id : connection_alias_id;The identifier of the connection alias.
*)}type nonrec accept_account_link_invitation_result = {account_link : account_link option;Information about the account link.
*)}type nonrec accept_account_link_invitation_request = {client_token : client_token option;A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.
*)link_id : link_id;The identifier of the account link.
*)}