Smaws_Client_WorkSpacesWorkSpaces client library built on EIO.
module Types : sig ... endval make_capacity_status :
active_user_sessions:Types.active_user_sessions ->
actual_user_sessions:Types.actual_user_sessions ->
desired_user_sessions:Types.desired_user_sessions ->
available_user_sessions:Types.available_user_sessions ->
unit ->
Types.capacity_statusval make_workspaces_pool_error :
?error_message:Types.error_message ->
?error_code:Types.workspaces_pool_error_code ->
unit ->
Types.workspaces_pool_errorval make_application_settings_response :
?s3_bucket_name:Types.s3_bucket_name ->
?settings_group:Types.settings_group ->
status:Types.application_settings_status_enum ->
unit ->
Types.application_settings_responseval make_timeout_settings :
?max_user_duration_in_seconds:Types.max_user_duration_in_seconds ->
?idle_disconnect_timeout_in_seconds:Types.idle_disconnect_timeout_in_seconds ->
?disconnect_timeout_in_seconds:Types.disconnect_timeout_in_seconds ->
unit ->
Types.timeout_settingsval make_workspaces_pool :
?timeout_settings:Types.timeout_settings ->
?application_settings:Types.application_settings_response ->
?errors:Types.workspaces_pool_errors ->
?description:Types.update_description ->
running_mode:Types.pools_running_mode ->
directory_id:Types.directory_id ->
bundle_id:Types.bundle_id ->
created_at:Types.timestamp ->
state:Types.workspaces_pool_state ->
pool_name:Types.workspaces_pool_name ->
capacity_status:Types.capacity_status ->
pool_arn:Types.ar_n ->
pool_id:Types.workspaces_pool_id ->
unit ->
Types.workspaces_poolval make_capacity :
desired_user_sessions:Types.desired_user_sessions ->
unit ->
Types.capacityval make_application_settings_request :
?settings_group:Types.settings_group ->
status:Types.application_settings_status_enum ->
unit ->
Types.application_settings_requestval make_update_workspaces_pool_request :
?running_mode:Types.pools_running_mode ->
?timeout_settings:Types.timeout_settings ->
?application_settings:Types.application_settings_request ->
?capacity:Types.capacity ->
?directory_id:Types.directory_id ->
?bundle_id:Types.bundle_id ->
?description:Types.update_description ->
pool_id:Types.workspaces_pool_id ->
unit ->
Types.update_workspaces_pool_requestval make_update_workspace_image_permission_request :
shared_account_id:Types.aws_account ->
allow_copy_image:Types.boolean_object ->
image_id:Types.workspace_image_id ->
unit ->
Types.update_workspace_image_permission_requestval make_update_workspace_bundle_request :
?image_id:Types.workspace_image_id ->
?bundle_id:Types.bundle_id ->
unit ->
Types.update_workspace_bundle_requestval make_ip_rule_item :
?rule_desc:Types.ip_rule_desc ->
?ip_rule:Types.ip_rule ->
unit ->
Types.ip_rule_itemval make_update_rules_of_ip_group_request :
user_rules:Types.ip_rule_list ->
group_id:Types.ip_group_id ->
unit ->
Types.update_rules_of_ip_group_requestval make_connection_alias_permission :
allow_association:Types.boolean_object ->
shared_account_id:Types.aws_account ->
unit ->
Types.connection_alias_permissionval make_update_connection_alias_permission_request :
connection_alias_permission:Types.connection_alias_permission ->
alias_id:Types.connection_alias_id ->
unit ->
Types.update_connection_alias_permission_requestval make_update_connect_client_add_in_request :
?ur_l:Types.add_in_url ->
?name:Types.add_in_name ->
resource_id:Types.directory_id ->
add_in_id:Types.amazon_uuid ->
unit ->
Types.update_connect_client_add_in_requestval make_terminate_workspaces_pool_session_request :
session_id:Types.amazon_uuid ->
unit ->
Types.terminate_workspaces_pool_session_requestval make_terminate_workspaces_pool_request :
pool_id:Types.workspaces_pool_id ->
unit ->
Types.terminate_workspaces_pool_requestval make_failed_workspace_change_request :
?error_message:Types.description ->
?error_code:Types.error_type ->
?workspace_id:Types.workspace_id ->
unit ->
Types.failed_workspace_change_requestval make_terminate_request :
workspace_id:Types.workspace_id ->
unit ->
Types.terminate_requestval make_terminate_workspaces_request :
terminate_workspace_requests:Types.terminate_workspace_requests ->
unit ->
Types.terminate_workspaces_requestval make_stop_workspaces_pool_request :
pool_id:Types.workspaces_pool_id ->
unit ->
Types.stop_workspaces_pool_requestval make_stop_request :
?workspace_id:Types.workspace_id ->
unit ->
Types.stop_requestval make_stop_workspaces_request :
stop_workspace_requests:Types.stop_workspace_requests ->
unit ->
Types.stop_workspaces_requestval make_start_workspaces_pool_request :
pool_id:Types.workspaces_pool_id ->
unit ->
Types.start_workspaces_pool_requestval make_start_request :
?workspace_id:Types.workspace_id ->
unit ->
Types.start_requestval make_start_workspaces_request :
start_workspace_requests:Types.start_workspace_requests ->
unit ->
Types.start_workspaces_requestval make_revoke_ip_rules_request :
user_rules:Types.ip_revoked_rule_list ->
group_id:Types.ip_group_id ->
unit ->
Types.revoke_ip_rules_requestval make_restore_workspace_request :
workspace_id:Types.workspace_id ->
unit ->
Types.restore_workspace_requestval make_account_link :
?target_account_id:Types.aws_account ->
?source_account_id:Types.aws_account ->
?account_link_status:Types.account_link_status_enum ->
?account_link_id:Types.link_id ->
unit ->
Types.account_linkval make_reject_account_link_invitation_request :
?client_token:Types.client_token ->
link_id:Types.link_id ->
unit ->
Types.reject_account_link_invitation_requestval make_tag : ?value:Types.tag_value -> key:Types.tag_key -> unit -> Types.tagval make_microsoft_entra_config :
?application_config_secret_arn:Types.secrets_manager_arn ->
?tenant_id:Types.microsoft_entra_config_tenant_id ->
unit ->
Types.microsoft_entra_configval make_active_directory_config :
service_account_secret_arn:Types.secrets_manager_arn ->
domain_name:Types.domain_name ->
unit ->
Types.active_directory_configval make_register_workspace_directory_request :
?active_directory_config:Types.active_directory_config ->
?workspace_type:Types.workspace_type ->
?microsoft_entra_config:Types.microsoft_entra_config ->
?idc_instance_arn:Types.ar_n ->
?user_identity_type:Types.user_identity_type ->
?workspace_directory_description:Types.workspace_directory_description ->
?workspace_directory_name:Types.workspace_directory_name ->
?tags:Types.tag_list ->
?tenancy:Types.tenancy ->
?enable_self_service:Types.boolean_object ->
?subnet_ids:Types.subnet_ids ->
?directory_id:Types.directory_id ->
unit ->
Types.register_workspace_directory_requestval make_rebuild_request :
workspace_id:Types.workspace_id ->
unit ->
Types.rebuild_requestval make_rebuild_workspaces_request :
rebuild_workspace_requests:Types.rebuild_workspace_requests ->
unit ->
Types.rebuild_workspaces_requestval make_reboot_request :
workspace_id:Types.workspace_id ->
unit ->
Types.reboot_requestval make_reboot_workspaces_request :
reboot_workspace_requests:Types.reboot_workspace_requests ->
unit ->
Types.reboot_workspaces_requestval make_modify_workspace_state_request :
workspace_state:Types.target_workspace_state ->
workspace_id:Types.workspace_id ->
unit ->
Types.modify_workspace_state_requestval make_global_accelerator_for_work_space :
?preferred_protocol:Types.aga_preferred_protocol_for_work_space ->
mode:Types.aga_mode_for_work_space_enum ->
unit ->
Types.global_accelerator_for_work_spaceval make_workspace_properties :
?global_accelerator:Types.global_accelerator_for_work_space ->
?operating_system_name:Types.operating_system_name ->
?protocols:Types.protocol_list ->
?compute_type_name:Types.compute ->
?user_volume_size_gib:Types.user_volume_size_gib ->
?root_volume_size_gib:Types.root_volume_size_gib ->
?running_mode_auto_stop_timeout_in_minutes:
Types.running_mode_auto_stop_timeout_in_minutes ->
?running_mode:Types.running_mode ->
unit ->
Types.workspace_propertiesval make_modify_workspace_properties_request :
?data_replication:Types.data_replication ->
?workspace_properties:Types.workspace_properties ->
workspace_id:Types.workspace_id ->
unit ->
Types.modify_workspace_properties_requestval make_workspace_creation_properties :
?instance_iam_role_arn:Types.ar_n ->
?enable_maintenance_mode:Types.boolean_object ->
?user_enabled_as_local_administrator:Types.boolean_object ->
?custom_security_group_id:Types.security_group_id ->
?default_ou:Types.default_ou ->
?enable_internet_access:Types.boolean_object ->
unit ->
Types.workspace_creation_propertiesval make_modify_workspace_creation_properties_request :
workspace_creation_properties:Types.workspace_creation_properties ->
resource_id:Types.directory_id ->
unit ->
Types.modify_workspace_creation_properties_requestval make_access_endpoint :
?vpc_endpoint_id:Types.alphanumeric_dash_underscore_non_empty_string ->
?access_endpoint_type:Types.access_endpoint_type ->
unit ->
Types.access_endpointval make_access_endpoint_config :
?internet_fallback_protocols:Types.internet_fallback_protocol_list ->
access_endpoints:Types.access_endpoint_list ->
unit ->
Types.access_endpoint_configval make_workspace_access_properties :
?access_endpoint_config:Types.access_endpoint_config ->
?device_type_work_spaces_thin_client:Types.access_property_value ->
?device_type_linux:Types.access_property_value ->
?device_type_zero_client:Types.access_property_value ->
?device_type_chrome_os:Types.access_property_value ->
?device_type_android:Types.access_property_value ->
?device_type_ios:Types.access_property_value ->
?device_type_web:Types.access_property_value ->
?device_type_osx:Types.access_property_value ->
?device_type_windows:Types.access_property_value ->
unit ->
Types.workspace_access_propertiesval make_modify_workspace_access_properties_request :
workspace_access_properties:Types.workspace_access_properties ->
resource_id:Types.directory_id ->
unit ->
Types.modify_workspace_access_properties_requestval make_user_setting :
?maximum_length:Types.maximum_length ->
permission:Types.user_setting_permission_enum ->
action:Types.user_setting_action_enum ->
unit ->
Types.user_settingval make_storage_connector :
status:Types.storage_connector_status_enum ->
connector_type:Types.storage_connector_type_enum ->
unit ->
Types.storage_connectorval make_global_accelerator_for_directory :
?preferred_protocol:Types.aga_preferred_protocol_for_directory ->
mode:Types.aga_mode_for_directory_enum ->
unit ->
Types.global_accelerator_for_directoryval make_streaming_properties :
?global_accelerator:Types.global_accelerator_for_directory ->
?storage_connectors:Types.storage_connectors ->
?user_settings:Types.user_settings ->
?streaming_experience_preferred_protocol:
Types.streaming_experience_preferred_protocol_enum ->
unit ->
Types.streaming_propertiesval make_modify_streaming_properties_request :
?streaming_properties:Types.streaming_properties ->
resource_id:Types.directory_id ->
unit ->
Types.modify_streaming_properties_requestval make_selfservice_permissions :
?rebuild_workspace:Types.reconnect_enum ->
?switch_running_mode:Types.reconnect_enum ->
?change_compute_type:Types.reconnect_enum ->
?increase_volume_size:Types.reconnect_enum ->
?restart_workspace:Types.reconnect_enum ->
unit ->
Types.selfservice_permissionsval make_modify_selfservice_permissions_request :
selfservice_permissions:Types.selfservice_permissions ->
resource_id:Types.directory_id ->
unit ->
Types.modify_selfservice_permissions_requestval make_saml_properties :
?relay_state_parameter_name:Types.non_empty_string ->
?user_access_url:Types.saml_user_access_url ->
?status:Types.saml_status_enum ->
unit ->
Types.saml_propertiesval make_modify_saml_properties_request :
?properties_to_delete:Types.deletable_saml_properties_list ->
?saml_properties:Types.saml_properties ->
resource_id:Types.directory_id ->
unit ->
Types.modify_saml_properties_requestval make_modify_endpoint_encryption_mode_request :
endpoint_encryption_mode:Types.endpoint_encryption_mode ->
directory_id:Types.directory_id ->
unit ->
Types.modify_endpoint_encryption_mode_requestval make_client_properties :
?log_upload_enabled:Types.log_upload_enum ->
?reconnect_enabled:Types.reconnect_enum ->
unit ->
Types.client_propertiesval make_modify_client_properties_request :
client_properties:Types.client_properties ->
resource_id:Types.non_empty_string ->
unit ->
Types.modify_client_properties_requestval make_certificate_based_auth_properties :
?certificate_authority_arn:Types.certificate_authority_arn ->
?status:Types.certificate_based_auth_status_enum ->
unit ->
Types.certificate_based_auth_propertiesval make_modify_certificate_based_auth_properties_request :
?properties_to_delete:Types.deletable_certificate_based_auth_properties_list ->
?certificate_based_auth_properties:Types.certificate_based_auth_properties ->
resource_id:Types.directory_id ->
unit ->
Types.modify_certificate_based_auth_properties_requestval make_modify_account_request :
?dedicated_tenancy_management_cidr_range:
Types.dedicated_tenancy_management_cidr_range ->
?dedicated_tenancy_support:Types.dedicated_tenancy_support_enum ->
unit ->
Types.modify_account_requestval make_migrate_workspace_request :
bundle_id:Types.bundle_id ->
source_workspace_id:Types.workspace_id ->
unit ->
Types.migrate_workspace_requestval make_list_available_management_cidr_ranges_request :
?next_token:Types.pagination_token ->
?max_results:Types.management_cidr_range_max_results ->
management_cidr_range_constraint:Types.management_cidr_range_constraint ->
unit ->
Types.list_available_management_cidr_ranges_requestval make_list_account_links_request :
?max_results:Types.limit ->
?next_token:Types.pagination_token ->
?link_status_filter:Types.link_status_filter_list ->
unit ->
Types.list_account_links_requestval make_import_workspace_image_request :
?applications:Types.application_list ->
?tags:Types.tag_list ->
image_description:Types.workspace_image_description ->
image_name:Types.workspace_image_name ->
ingestion_process:Types.workspace_image_ingestion_process ->
ec2_image_id:Types.ec2_image_id ->
unit ->
Types.import_workspace_image_requestval make_import_custom_workspace_image_request :
?tags:Types.tag_list ->
os_version:Types.os_version ->
platform:Types.platform ->
infrastructure_configuration_arn:Types.infrastructure_configuration_arn ->
image_source:Types.image_source_identifier ->
protocol:Types.custom_image_protocol ->
compute_type:Types.image_compute_type ->
image_description:Types.workspace_image_description ->
image_name:Types.workspace_image_name ->
unit ->
Types.import_custom_workspace_image_requestval make_default_client_branding_attributes :
?login_message:Types.login_message ->
?forgot_password_link:Types.client_url ->
?support_link:Types.client_url ->
?support_email:Types.client_email ->
?logo_url:Types.client_url ->
unit ->
Types.default_client_branding_attributesval make_ios_client_branding_attributes :
?login_message:Types.login_message ->
?forgot_password_link:Types.client_url ->
?support_link:Types.client_url ->
?support_email:Types.client_email ->
?logo3x_url:Types.client_url ->
?logo2x_url:Types.client_url ->
?logo_url:Types.client_url ->
unit ->
Types.ios_client_branding_attributesval make_default_import_client_branding_attributes :
?login_message:Types.login_message ->
?forgot_password_link:Types.client_url ->
?support_link:Types.client_url ->
?support_email:Types.client_email ->
?logo:Types.default_logo ->
unit ->
Types.default_import_client_branding_attributesval make_ios_import_client_branding_attributes :
?login_message:Types.login_message ->
?forgot_password_link:Types.client_url ->
?support_link:Types.client_url ->
?support_email:Types.client_email ->
?logo3x:Types.ios3_x_logo ->
?logo2x:Types.ios2_x_logo ->
?logo:Types.ios_logo ->
unit ->
Types.ios_import_client_branding_attributesval make_import_client_branding_request :
?device_type_web:Types.default_import_client_branding_attributes ->
?device_type_linux:Types.default_import_client_branding_attributes ->
?device_type_ios:Types.ios_import_client_branding_attributes ->
?device_type_android:Types.default_import_client_branding_attributes ->
?device_type_osx:Types.default_import_client_branding_attributes ->
?device_type_windows:Types.default_import_client_branding_attributes ->
resource_id:Types.directory_id ->
unit ->
Types.import_client_branding_requestval make_get_account_link_request :
?linked_account_id:Types.aws_account ->
?link_id:Types.link_id ->
unit ->
Types.get_account_link_requestval make_association_state_reason :
?error_message:Types.string2048 ->
?error_code:Types.association_error_code ->
unit ->
Types.association_state_reasonval make_workspace_resource_association :
?workspace_id:Types.workspace_id ->
?state_reason:Types.association_state_reason ->
?state:Types.association_state ->
?last_updated_time:Types.timestamp ->
?created:Types.timestamp ->
?associated_resource_type:Types.work_space_associated_resource_type ->
?associated_resource_id:Types.non_empty_string ->
unit ->
Types.workspace_resource_associationval make_disassociate_workspace_application_request :
application_id:Types.work_space_application_id ->
workspace_id:Types.workspace_id ->
unit ->
Types.disassociate_workspace_application_requestval make_disassociate_ip_groups_request :
group_ids:Types.ip_group_id_list ->
directory_id:Types.directory_id ->
unit ->
Types.disassociate_ip_groups_requestval make_disassociate_connection_alias_request :
alias_id:Types.connection_alias_id ->
unit ->
Types.disassociate_connection_alias_requestval make_network_access_configuration :
?eni_id:Types.non_empty_string ->
?eni_private_ip_address:Types.non_empty_string ->
unit ->
Types.network_access_configurationval make_workspaces_pool_session :
?start_time:Types.timestamp ->
?network_access_configuration:Types.network_access_configuration ->
?expiration_time:Types.timestamp ->
?instance_id:Types.session_instance_id ->
?connection_state:Types.session_connection_state ->
?authentication_type:Types.authentication_type ->
user_id:Types.workspaces_pool_user_id ->
pool_id:Types.workspaces_pool_id ->
session_id:Types.amazon_uuid ->
unit ->
Types.workspaces_pool_sessionval make_describe_workspaces_pool_sessions_request :
?next_token:Types.pagination_token ->
?limit:Types.limit50 ->
?user_id:Types.workspaces_pool_user_id ->
pool_id:Types.workspaces_pool_id ->
unit ->
Types.describe_workspaces_pool_sessions_requestval make_describe_workspaces_pools_filter :
operator:Types.describe_workspaces_pools_filter_operator ->
values:Types.describe_workspaces_pools_filter_values ->
name:Types.describe_workspaces_pools_filter_name ->
unit ->
Types.describe_workspaces_pools_filterval make_describe_workspaces_pools_request :
?next_token:Types.pagination_token ->
?limit:Types.limit ->
?filters:Types.describe_workspaces_pools_filters ->
?pool_ids:Types.workspaces_pool_ids ->
unit ->
Types.describe_workspaces_pools_requestval make_snapshot : ?snapshot_time:Types.timestamp -> unit -> Types.snapshotval make_describe_workspace_snapshots_request :
workspace_id:Types.workspace_id ->
unit ->
Types.describe_workspace_snapshots_requestval make_workspace_connection_status :
?last_known_user_connection_timestamp:Types.timestamp ->
?connection_state_check_timestamp:Types.timestamp ->
?connection_state:Types.connection_state ->
?workspace_id:Types.workspace_id ->
unit ->
Types.workspace_connection_statusval make_describe_workspaces_connection_status_request :
?next_token:Types.pagination_token ->
?workspace_ids:Types.workspace_id_list ->
unit ->
Types.describe_workspaces_connection_status_requestval make_modification_state :
?state:Types.modification_state_enum ->
?resource:Types.modification_resource_enum ->
unit ->
Types.modification_stateval make_data_replication_settings :
?recovery_snapshot_time:Types.timestamp ->
?data_replication:Types.data_replication ->
unit ->
Types.data_replication_settingsval make_standby_workspaces_properties :
?recovery_snapshot_time:Types.timestamp ->
?data_replication:Types.data_replication ->
?standby_workspace_id:Types.workspace_id ->
unit ->
Types.standby_workspaces_propertiesval make_workspace :
?standby_workspaces_properties:Types.standby_workspaces_properties_list ->
?data_replication_settings:Types.data_replication_settings ->
?related_workspaces:Types.related_workspaces ->
?modification_states:Types.modification_state_list ->
?workspace_properties:Types.workspace_properties ->
?workspace_name:Types.workspace_name ->
?root_volume_encryption_enabled:Types.boolean_object ->
?user_volume_encryption_enabled:Types.boolean_object ->
?volume_encryption_key:Types.volume_encryption_key ->
?computer_name:Types.computer_name ->
?error_code:Types.workspace_error_code ->
?error_message:Types.description ->
?subnet_id:Types.subnet_id ->
?bundle_id:Types.bundle_id ->
?state:Types.workspace_state ->
?ipv6_address:Types.ipv6_address ->
?ip_address:Types.ip_address ->
?user_name:Types.user_name ->
?directory_id:Types.directory_id ->
?workspace_id:Types.workspace_id ->
unit ->
Types.workspaceval make_describe_workspaces_request :
?workspace_name:Types.workspace_name ->
?next_token:Types.pagination_token ->
?limit:Types.limit ->
?bundle_id:Types.bundle_id ->
?user_name:Types.user_name ->
?directory_id:Types.directory_id ->
?workspace_ids:Types.workspace_id_list ->
unit ->
Types.describe_workspaces_requestval make_operating_system :
?type_:Types.operating_system_type ->
unit ->
Types.operating_systemval make_error_details :
?error_message:Types.description ->
?error_code:Types.workspace_image_error_detail_code ->
unit ->
Types.error_detailsval make_workspace_image :
?error_details:Types.error_details_list ->
?updates:Types.update_result ->
?owner_account_id:Types.aws_account ->
?created:Types.timestamp ->
?error_message:Types.description ->
?error_code:Types.workspace_image_error_code ->
?required_tenancy:Types.workspace_image_required_tenancy ->
?state:Types.workspace_image_state ->
?operating_system:Types.operating_system ->
?description:Types.workspace_image_description ->
?name:Types.workspace_image_name ->
?image_id:Types.workspace_image_id ->
unit ->
Types.workspace_imageval make_describe_workspace_images_request :
?max_results:Types.limit ->
?next_token:Types.pagination_token ->
?image_type:Types.image_type ->
?image_ids:Types.workspace_image_id_list ->
unit ->
Types.describe_workspace_images_requestval make_image_permission :
?shared_account_id:Types.aws_account ->
unit ->
Types.image_permissionval make_describe_workspace_image_permissions_request :
?max_results:Types.limit ->
?next_token:Types.pagination_token ->
image_id:Types.workspace_image_id ->
unit ->
Types.describe_workspace_image_permissions_requestval make_default_workspace_creation_properties :
?instance_iam_role_arn:Types.ar_n ->
?enable_maintenance_mode:Types.boolean_object ->
?user_enabled_as_local_administrator:Types.boolean_object ->
?custom_security_group_id:Types.security_group_id ->
?default_ou:Types.default_ou ->
?enable_internet_access:Types.boolean_object ->
unit ->
Types.default_workspace_creation_propertiesval make_idc_config :
?application_arn:Types.ar_n ->
?instance_arn:Types.ar_n ->
unit ->
Types.idc_configval make_workspace_directory :
?error_message:Types.description ->
?streaming_properties:Types.streaming_properties ->
?active_directory_config:Types.active_directory_config ->
?idc_config:Types.idc_config ->
?workspace_type:Types.workspace_type ->
?user_identity_type:Types.user_identity_type ->
?workspace_directory_description:Types.workspace_directory_description ->
?workspace_directory_name:Types.workspace_directory_name ->
?microsoft_entra_config:Types.microsoft_entra_config ->
?endpoint_encryption_mode:Types.endpoint_encryption_mode ->
?certificate_based_auth_properties:Types.certificate_based_auth_properties ->
?saml_properties:Types.saml_properties ->
?selfservice_permissions:Types.selfservice_permissions ->
?tenancy:Types.tenancy ->
?workspace_access_properties:Types.workspace_access_properties ->
?ip_group_ids:Types.ip_group_id_list ->
?workspace_creation_properties:Types.default_workspace_creation_properties ->
?state:Types.workspace_directory_state ->
?workspace_security_group_id:Types.security_group_id ->
?directory_type:Types.workspace_directory_type ->
?iam_role_id:Types.ar_n ->
?customer_user_name:Types.user_name ->
?dns_ipv6_addresses:Types.dns_ipv6_addresses ->
?dns_ip_addresses:Types.dns_ip_addresses ->
?subnet_ids:Types.subnet_ids ->
?registration_code:Types.registration_code ->
?directory_name:Types.directory_name ->
?alias:Types.alias ->
?directory_id:Types.directory_id ->
unit ->
Types.workspace_directoryval make_describe_workspace_directories_filter :
values:Types.describe_workspace_directories_filter_values ->
name:Types.describe_workspace_directories_filter_name ->
unit ->
Types.describe_workspace_directories_filterval make_describe_workspace_directories_request :
?filters:Types.describe_workspace_directories_filter_list ->
?next_token:Types.pagination_token ->
?limit:Types.limit ->
?workspace_directory_names:Types.workspace_directory_name_list ->
?directory_ids:Types.directory_id_list ->
unit ->
Types.describe_workspace_directories_requestval make_root_storage :
capacity:Types.non_empty_string ->
unit ->
Types.root_storageval make_user_storage :
capacity:Types.non_empty_string ->
unit ->
Types.user_storageval make_compute_type : ?name:Types.compute -> unit -> Types.compute_typeval make_workspace_bundle :
?bundle_type:Types.bundle_type ->
?state:Types.workspace_bundle_state ->
?creation_time:Types.timestamp ->
?last_updated_time:Types.timestamp ->
?compute_type:Types.compute_type ->
?user_storage:Types.user_storage ->
?root_storage:Types.root_storage ->
?image_id:Types.workspace_image_id ->
?description:Types.description ->
?owner:Types.bundle_owner ->
?name:Types.non_empty_string ->
?bundle_id:Types.bundle_id ->
unit ->
Types.workspace_bundleval make_describe_workspace_bundles_request :
?next_token:Types.pagination_token ->
?owner:Types.bundle_owner ->
?bundle_ids:Types.bundle_id_list ->
unit ->
Types.describe_workspace_bundles_requestval make_describe_workspace_associations_request :
associated_resource_types:Types.work_space_associated_resource_type_list ->
workspace_id:Types.workspace_id ->
unit ->
Types.describe_workspace_associations_requestval make_describe_tags_request :
resource_id:Types.non_empty_string ->
unit ->
Types.describe_tags_requestval make_workspaces_ip_group :
?user_rules:Types.ip_rule_list ->
?group_desc:Types.ip_group_desc ->
?group_name:Types.ip_group_name ->
?group_id:Types.ip_group_id ->
unit ->
Types.workspaces_ip_groupval make_describe_ip_groups_request :
?max_results:Types.limit ->
?next_token:Types.pagination_token ->
?group_ids:Types.ip_group_id_list ->
unit ->
Types.describe_ip_groups_requestval make_image_resource_association :
?state_reason:Types.association_state_reason ->
?state:Types.association_state ->
?image_id:Types.workspace_image_id ->
?last_updated_time:Types.timestamp ->
?created:Types.timestamp ->
?associated_resource_type:Types.image_associated_resource_type ->
?associated_resource_id:Types.non_empty_string ->
unit ->
Types.image_resource_associationval make_describe_image_associations_request :
associated_resource_types:Types.image_associated_resource_type_list ->
image_id:Types.workspace_image_id ->
unit ->
Types.describe_image_associations_requestval make_custom_workspace_image_import_error_details :
?error_message:Types.image_error_message ->
?error_code:Types.error_code ->
unit ->
Types.custom_workspace_image_import_error_detailsval make_describe_custom_workspace_image_import_request :
image_id:Types.workspace_image_id ->
unit ->
Types.describe_custom_workspace_image_import_requestval make_describe_connection_alias_permissions_request :
?max_results:Types.limit ->
?next_token:Types.pagination_token ->
alias_id:Types.connection_alias_id ->
unit ->
Types.describe_connection_alias_permissions_requestval make_connection_alias_association :
?connection_identifier:Types.connection_identifier ->
?resource_id:Types.non_empty_string ->
?associated_account_id:Types.aws_account ->
?association_status:Types.association_status ->
unit ->
Types.connection_alias_associationval make_connection_alias :
?associations:Types.connection_alias_association_list ->
?owner_account_id:Types.aws_account ->
?state:Types.connection_alias_state ->
?alias_id:Types.connection_alias_id ->
?connection_string:Types.connection_string ->
unit ->
Types.connection_aliasval make_describe_connection_aliases_request :
?next_token:Types.pagination_token ->
?limit:Types.limit ->
?resource_id:Types.non_empty_string ->
?alias_ids:Types.connection_alias_id_list ->
unit ->
Types.describe_connection_aliases_requestval make_connect_client_add_in :
?ur_l:Types.add_in_url ->
?name:Types.add_in_name ->
?resource_id:Types.directory_id ->
?add_in_id:Types.amazon_uuid ->
unit ->
Types.connect_client_add_inval make_describe_connect_client_add_ins_request :
?max_results:Types.limit ->
?next_token:Types.pagination_token ->
resource_id:Types.directory_id ->
unit ->
Types.describe_connect_client_add_ins_requestval make_describe_client_properties_request :
resource_ids:Types.resource_id_list ->
unit ->
Types.describe_client_properties_requestval make_describe_client_branding_request :
resource_id:Types.directory_id ->
unit ->
Types.describe_client_branding_requestval make_bundle_resource_association :
?state_reason:Types.association_state_reason ->
?state:Types.association_state ->
?last_updated_time:Types.timestamp ->
?created:Types.timestamp ->
?bundle_id:Types.bundle_id ->
?associated_resource_type:Types.bundle_associated_resource_type ->
?associated_resource_id:Types.non_empty_string ->
unit ->
Types.bundle_resource_associationval make_describe_bundle_associations_request :
associated_resource_types:Types.bundle_associated_resource_type_list ->
bundle_id:Types.bundle_id ->
unit ->
Types.describe_bundle_associations_requestval make_work_space_application :
?supported_operating_system_names:Types.operating_system_name_list ->
?supported_compute_type_names:Types.compute_list ->
?state:Types.work_space_application_state ->
?owner:Types.work_space_application_owner ->
?name:Types.non_empty_string ->
?license_type:Types.work_space_application_license_type ->
?description:Types.string2048 ->
?created:Types.timestamp ->
?application_id:Types.work_space_application_id ->
unit ->
Types.work_space_applicationval make_describe_applications_request :
?next_token:Types.pagination_token ->
?max_results:Types.limit ->
?owner:Types.work_space_application_owner ->
?operating_system_names:Types.operating_system_name_list ->
?license_type:Types.work_space_application_license_type ->
?compute_type_names:Types.compute_list ->
?application_ids:Types.work_space_application_id_list ->
unit ->
Types.describe_applications_requestval make_application_resource_association :
?state_reason:Types.association_state_reason ->
?state:Types.association_state ->
?last_updated_time:Types.timestamp ->
?created:Types.timestamp ->
?associated_resource_type:Types.application_associated_resource_type ->
?associated_resource_id:Types.non_empty_string ->
?application_id:Types.work_space_application_id ->
unit ->
Types.application_resource_associationval make_describe_application_associations_request :
?next_token:Types.pagination_token ->
?max_results:Types.limit ->
associated_resource_types:Types.application_associated_resource_type_list ->
application_id:Types.work_space_application_id ->
unit ->
Types.describe_application_associations_requestval make_account_modification :
?error_message:Types.description ->
?error_code:Types.workspace_error_code ->
?start_time:Types.timestamp ->
?dedicated_tenancy_management_cidr_range:
Types.dedicated_tenancy_management_cidr_range ->
?dedicated_tenancy_support:Types.dedicated_tenancy_support_result_enum ->
?modification_state:Types.dedicated_tenancy_modification_state_enum ->
unit ->
Types.account_modificationval make_describe_account_modifications_request :
?next_token:Types.pagination_token ->
unit ->
Types.describe_account_modifications_requestval make_deregister_workspace_directory_request :
directory_id:Types.directory_id ->
unit ->
Types.deregister_workspace_directory_requestval make_work_space_application_deployment :
?associations:Types.workspace_resource_association_list ->
unit ->
Types.work_space_application_deploymentval make_deploy_workspace_applications_request :
?force:Types.boolean_object ->
workspace_id:Types.workspace_id ->
unit ->
Types.deploy_workspace_applications_requestval make_delete_workspace_image_request :
image_id:Types.workspace_image_id ->
unit ->
Types.delete_workspace_image_requestval make_delete_workspace_bundle_request :
?bundle_id:Types.bundle_id ->
unit ->
Types.delete_workspace_bundle_requestval make_delete_tags_request :
tag_keys:Types.tag_key_list ->
resource_id:Types.non_empty_string ->
unit ->
Types.delete_tags_requestval make_delete_ip_group_request :
group_id:Types.ip_group_id ->
unit ->
Types.delete_ip_group_requestval make_delete_connection_alias_request :
alias_id:Types.connection_alias_id ->
unit ->
Types.delete_connection_alias_requestval make_delete_connect_client_add_in_request :
resource_id:Types.directory_id ->
add_in_id:Types.amazon_uuid ->
unit ->
Types.delete_connect_client_add_in_requestval make_delete_client_branding_request :
platforms:Types.client_device_type_list ->
resource_id:Types.directory_id ->
unit ->
Types.delete_client_branding_requestval make_delete_account_link_invitation_request :
?client_token:Types.client_token ->
link_id:Types.link_id ->
unit ->
Types.delete_account_link_invitation_requestval make_create_workspaces_pool_request :
?running_mode:Types.pools_running_mode ->
?timeout_settings:Types.timeout_settings ->
?application_settings:Types.application_settings_request ->
?tags:Types.tag_list ->
capacity:Types.capacity ->
directory_id:Types.directory_id ->
bundle_id:Types.bundle_id ->
description:Types.update_description ->
pool_name:Types.workspaces_pool_name ->
unit ->
Types.create_workspaces_pool_requestval make_workspace_request :
?ipv6_address:Types.ipv6_address ->
?workspace_name:Types.workspace_name ->
?tags:Types.tag_list ->
?workspace_properties:Types.workspace_properties ->
?root_volume_encryption_enabled:Types.boolean_object ->
?user_volume_encryption_enabled:Types.boolean_object ->
?volume_encryption_key:Types.volume_encryption_key ->
bundle_id:Types.bundle_id ->
user_name:Types.user_name ->
directory_id:Types.directory_id ->
unit ->
Types.workspace_requestval make_failed_create_workspace_request :
?error_message:Types.description ->
?error_code:Types.error_type ->
?workspace_request:Types.workspace_request ->
unit ->
Types.failed_create_workspace_requestval make_create_workspaces_request :
workspaces:Types.workspace_request_list ->
unit ->
Types.create_workspaces_requestval make_create_workspace_image_request :
?tags:Types.tag_list ->
workspace_id:Types.workspace_id ->
description:Types.workspace_image_description ->
name:Types.workspace_image_name ->
unit ->
Types.create_workspace_image_requestval make_create_workspace_bundle_request :
?tags:Types.tag_list ->
?root_storage:Types.root_storage ->
user_storage:Types.user_storage ->
compute_type:Types.compute_type ->
image_id:Types.workspace_image_id ->
bundle_description:Types.workspace_bundle_description ->
bundle_name:Types.workspace_bundle_name ->
unit ->
Types.create_workspace_bundle_requestval make_create_updated_workspace_image_request :
?tags:Types.tag_list ->
source_image_id:Types.workspace_image_id ->
description:Types.workspace_image_description ->
name:Types.workspace_image_name ->
unit ->
Types.create_updated_workspace_image_requestval make_create_tags_request :
tags:Types.tag_list ->
resource_id:Types.non_empty_string ->
unit ->
Types.create_tags_requestval make_standby_workspace :
?data_replication:Types.data_replication ->
?tags:Types.tag_list ->
?volume_encryption_key:Types.volume_encryption_key ->
directory_id:Types.directory_id ->
primary_workspace_id:Types.workspace_id ->
unit ->
Types.standby_workspaceval make_failed_create_standby_workspaces_request :
?error_message:Types.description ->
?error_code:Types.workspace_error_code ->
?standby_workspace_request:Types.standby_workspace ->
unit ->
Types.failed_create_standby_workspaces_requestval make_pending_create_standby_workspaces_request :
?workspace_id:Types.workspace_id ->
?state:Types.workspace_state ->
?directory_id:Types.directory_id ->
?user_name:Types.user_name ->
unit ->
Types.pending_create_standby_workspaces_requestval make_create_standby_workspaces_request :
standby_workspaces:Types.standby_workspaces_list ->
primary_region:Types.region ->
unit ->
Types.create_standby_workspaces_requestval make_create_ip_group_request :
?tags:Types.tag_list ->
?user_rules:Types.ip_rule_list ->
?group_desc:Types.ip_group_desc ->
group_name:Types.ip_group_name ->
unit ->
Types.create_ip_group_requestval make_create_connection_alias_request :
?tags:Types.tag_list ->
connection_string:Types.connection_string ->
unit ->
Types.create_connection_alias_requestval make_create_connect_client_add_in_request :
ur_l:Types.add_in_url ->
name:Types.add_in_name ->
resource_id:Types.directory_id ->
unit ->
Types.create_connect_client_add_in_requestval make_create_account_link_invitation_request :
?client_token:Types.client_token ->
target_account_id:Types.aws_account ->
unit ->
Types.create_account_link_invitation_requestval make_copy_workspace_image_request :
?tags:Types.tag_list ->
?description:Types.workspace_image_description ->
source_region:Types.region ->
source_image_id:Types.workspace_image_id ->
name:Types.workspace_image_name ->
unit ->
Types.copy_workspace_image_requestval make_authorize_ip_rules_request :
user_rules:Types.ip_rule_list ->
group_id:Types.ip_group_id ->
unit ->
Types.authorize_ip_rules_requestval make_associate_workspace_application_request :
application_id:Types.work_space_application_id ->
workspace_id:Types.workspace_id ->
unit ->
Types.associate_workspace_application_requestval make_associate_ip_groups_request :
group_ids:Types.ip_group_id_list ->
directory_id:Types.directory_id ->
unit ->
Types.associate_ip_groups_requestval make_associate_connection_alias_request :
resource_id:Types.non_empty_string ->
alias_id:Types.connection_alias_id ->
unit ->
Types.associate_connection_alias_requestval make_accept_account_link_invitation_request :
?client_token:Types.client_token ->
link_id:Types.link_id ->
unit ->
Types.accept_account_link_invitation_requestOperations
module AcceptAccountLinkInvitation : sig ... endAccepts the account link invitation.
module AssociateConnectionAlias : sig ... endAssociates the specified connection alias with the specified directory to enable cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
module AssociateIpGroups : sig ... endAssociates the specified IP access control group with the specified directory.
module AssociateWorkspaceApplication : sig ... endAssociates the specified application to the specified WorkSpace.
module AuthorizeIpRules : sig ... endAdds one or more rules to the specified IP access control group.
module CopyWorkspaceImage : sig ... endCopies the specified image from the specified Region to the current Region. For more information about copying images, see Copy a Custom WorkSpaces Image.
module CreateAccountLinkInvitation : sig ... endCreates the account link invitation.
module CreateConnectClientAddIn : sig ... endCreates a client-add-in for Connect Customer within a directory. You can create only one Connect Customer client add-in within a directory.
module CreateConnectionAlias : sig ... endCreates the specified connection alias for use with cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
module CreateIpGroup : sig ... endCreates an IP access control group.
module CreateStandbyWorkspaces : sig ... endCreates a standby WorkSpace in a secondary Region.
module CreateTags : sig ... endCreates the specified tags for the specified WorkSpaces resource.
module CreateUpdatedWorkspaceImage : sig ... endCreates a new updated WorkSpace image based on the specified source image. The new updated WorkSpace image has the latest drivers and other updates required by the Amazon WorkSpaces components.
module CreateWorkspaceBundle : sig ... endCreates the specified WorkSpace bundle. For more information about creating WorkSpace bundles, see Create a Custom WorkSpaces Image and Bundle.
module CreateWorkspaceImage : sig ... endCreates a new WorkSpace image from an existing WorkSpace.
module CreateWorkspaces : sig ... endCreates one or more WorkSpaces.
module CreateWorkspacesPool : sig ... endCreates a pool of WorkSpaces.
module DeleteAccountLinkInvitation : sig ... endDeletes the account link invitation.
module DeleteClientBranding : sig ... endDeletes customized client branding. Client branding allows you to customize your WorkSpace's client login portal. You can tailor your login portal company logo, the support email address, support link, link to reset password, and a custom message for users trying to sign in.
module DeleteConnectClientAddIn : sig ... endDeletes a client-add-in for Connect Customer that is configured within a directory.
module DeleteConnectionAlias : sig ... endDeletes the specified connection alias. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
module DeleteIpGroup : sig ... endDeletes the specified IP access control group.
module DeleteTags : sig ... endDeletes the specified tags from the specified WorkSpaces resource.
module DeleteWorkspaceBundle : sig ... endDeletes the specified WorkSpace bundle. For more information about deleting WorkSpace bundles, see Delete a Custom WorkSpaces Bundle or Image.
module DeleteWorkspaceImage : sig ... endDeletes the specified image from your account. To delete an image, you must first delete any bundles that are associated with the image and unshare the image if it is shared with other accounts.
module DeployWorkspaceApplications : sig ... endDeploys associated applications to the specified WorkSpace
module DeregisterWorkspaceDirectory : sig ... endDeregisters the specified directory. This operation is asynchronous and returns before the WorkSpace directory is deregistered. If any WorkSpaces are registered to this directory, you must remove them before you can deregister the directory.
module DescribeAccount : sig ... endRetrieves a list that describes the configuration of Bring Your Own License (BYOL) for the specified account.
module DescribeAccountModifications : sig ... endRetrieves a list that describes modifications to the configuration of Bring Your Own License (BYOL) for the specified account.
module DescribeApplicationAssociations : sig ... endDescribes the associations between the application and the specified associated resources.
module DescribeApplications : sig ... endDescribes the specified applications by filtering based on their compute types, license availability, operating systems, and owners.
module DescribeBundleAssociations : sig ... endDescribes the associations between the applications and the specified bundle.
module DescribeClientBranding : sig ... endDescribes the specified client branding. Client branding allows you to customize the log in page of various device types for your users. You can add your company logo, the support email address, support link, link to reset password, and a custom message for users trying to sign in.
module DescribeClientProperties : sig ... endRetrieves a list that describes one or more specified Amazon WorkSpaces clients.
module DescribeConnectClientAddIns : sig ... endRetrieves a list of Connect Customer client add-ins that have been created.
module DescribeConnectionAliases : sig ... endRetrieves a list that describes the connection aliases used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
module DescribeConnectionAliasPermissions : sig ... endDescribes the permissions that the owner of a connection alias has granted to another Amazon Web Services account for the specified connection alias. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
module DescribeCustomWorkspaceImageImport : sig ... endRetrieves information about a WorkSpace BYOL image being imported via ImportCustomWorkspaceImage.
module DescribeImageAssociations : sig ... endDescribes the associations between the applications and the specified image.
module DescribeIpGroups : sig ... endDescribes one or more of your IP access control groups.
module DescribeTags : sig ... endDescribes the specified tags for the specified WorkSpaces resource.
module DescribeWorkspaceAssociations : sig ... endDescribes the associations betweens applications and the specified WorkSpace.
module DescribeWorkspaceBundles : sig ... endRetrieves a list that describes the available WorkSpace bundles.
module DescribeWorkspaceDirectories : sig ... endDescribes the available directories that are registered with Amazon WorkSpaces.
module DescribeWorkspaceImagePermissions : sig ... endDescribes the permissions that the owner of an image has granted to other Amazon Web Services accounts for an image.
module DescribeWorkspaceImages : sig ... endRetrieves a list that describes one or more specified images, if the image identifiers are provided. Otherwise, all images in the account are described.
module DescribeWorkspaces : sig ... endDescribes the specified WorkSpaces.
module DescribeWorkspacesConnectionStatus : sig ... endDescribes the connection status of the specified WorkSpaces.
module DescribeWorkspaceSnapshots : sig ... endDescribes the snapshots for the specified WorkSpace.
module DescribeWorkspacesPools : sig ... endDescribes the specified WorkSpaces Pools.
module DescribeWorkspacesPoolSessions : sig ... endRetrieves a list that describes the streaming sessions for a specified pool.
module DisassociateConnectionAlias : sig ... endDisassociates a connection alias from a directory. Disassociating a connection alias disables cross-Region redirection between two directories in different Regions. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
module DisassociateIpGroups : sig ... endDisassociates the specified IP access control group from the specified directory.
module DisassociateWorkspaceApplication : sig ... endDisassociates the specified application from a WorkSpace.
module GetAccountLink : sig ... endRetrieves account link information.
module ImportClientBranding : sig ... endImports client branding. Client branding allows you to customize your WorkSpace's client login portal. You can tailor your login portal company logo, the support email address, support link, link to reset password, and a custom message for users trying to sign in.
module ImportCustomWorkspaceImage : sig ... endImports the specified Windows 10 or 11 Bring Your Own License (BYOL) image into Amazon WorkSpaces using EC2 Image Builder. The image must be an already licensed image that is in your Amazon Web Services account, and you must own the image. For more information about creating BYOL images, see Bring Your Own Windows Desktop Licenses.
module ImportWorkspaceImage : sig ... endImports the specified Windows 10 or 11 Bring Your Own License (BYOL) image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your Amazon Web Services account, and you must own the image. For more information about creating BYOL images, see Bring Your Own Windows Desktop Licenses.
module ListAccountLinks : sig ... endLists all account links.
module ListAvailableManagementCidrRanges : sig ... endRetrieves a list of IP address ranges, specified as IPv4 CIDR blocks, that you can use for the network management interface when you enable Bring Your Own License (BYOL).
module MigrateWorkspace : sig ... endMigrates a WorkSpace from one operating system or bundle type to another, while retaining the data on the user volume.
module ModifyAccount : sig ... endModifies the configuration of Bring Your Own License (BYOL) for the specified account.
module ModifyCertificateBasedAuthProperties : sig ... endModifies the properties of the certificate-based authentication you want to use with your WorkSpaces.
module ModifyClientProperties : sig ... endModifies the properties of the specified Amazon WorkSpaces clients.
module ModifyEndpointEncryptionMode : sig ... endModifies the endpoint encryption mode that allows you to configure the specified directory between Standard TLS and FIPS 140-2 validated mode.
module ModifySamlProperties : sig ... endModifies multiple properties related to SAML 2.0 authentication, including the enablement status, user access URL, and relay state parameter name that are used for configuring federation with an SAML 2.0 identity provider.
module ModifySelfservicePermissions : sig ... endModifies the self-service WorkSpace management capabilities for your users. For more information, see Enable Self-Service WorkSpace Management Capabilities for Your Users.
module ModifyStreamingProperties : sig ... endModifies the specified streaming properties.
module ModifyWorkspaceAccessProperties : sig ... endSpecifies which devices and operating systems users can use to access their WorkSpaces. For more information, see Control Device Access.
module ModifyWorkspaceCreationProperties : sig ... endModify the default properties used to create WorkSpaces.
module ModifyWorkspaceProperties : sig ... endModifies the specified WorkSpace properties. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.
module ModifyWorkspaceState : sig ... endSets the state of the specified WorkSpace.
module RebootWorkspaces : sig ... endReboots the specified WorkSpaces.
module RebuildWorkspaces : sig ... endRebuilds the specified WorkSpace.
module RegisterWorkspaceDirectory : sig ... endRegisters the specified directory. This operation is asynchronous and returns before the WorkSpace directory is registered. 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.
module RejectAccountLinkInvitation : sig ... endRejects the account link invitation.
module RestoreWorkspace : sig ... endRestores the specified WorkSpace to its last known healthy state.
module RevokeIpRules : sig ... endRemoves one or more rules from the specified IP access control group.
module StartWorkspaces : sig ... endStarts the specified WorkSpaces.
module StartWorkspacesPool : sig ... endStarts the specified pool.
module StopWorkspaces : sig ... endStops the specified WorkSpaces.
module StopWorkspacesPool : sig ... endStops the specified pool.
module TerminateWorkspaces : sig ... endTerminates the specified WorkSpaces.
module TerminateWorkspacesPool : sig ... endTerminates the specified pool.
module TerminateWorkspacesPoolSession : sig ... endTerminates the pool session.
module UpdateConnectClientAddIn : sig ... endUpdates a Connect Customer client add-in. Use this action to update the name and endpoint URL of a Connect Customer client add-in.
module UpdateConnectionAliasPermission : sig ... endShares or unshares a connection alias with one account by specifying whether that account has permission to associate the connection alias with a directory. If the association permission is granted, the connection alias is shared with that account. If the association permission is revoked, the connection alias is unshared with the account. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
module UpdateRulesOfIpGroup : sig ... endReplaces the current rules of the specified IP access control group with the specified rules.
module UpdateWorkspaceBundle : sig ... endUpdates a WorkSpace bundle with a new image. For more information about updating WorkSpace bundles, see Update a Custom WorkSpaces Bundle.
module UpdateWorkspaceImagePermission : sig ... endShares or unshares an image with one account in the same Amazon Web Services Region by specifying whether that account has permission to copy the image. If the copy image permission is granted, the image is shared with that account. If the copy image permission is revoked, the image is unshared with the account.
module UpdateWorkspacesPool : sig ... endmodule Json_serializers : sig ... endmodule Json_deserializers : sig ... end