/** * @public * @enum */ export declare const AccessEndpointType: { readonly STREAMING: "STREAMING"; }; /** * @public */ export type AccessEndpointType = (typeof AccessEndpointType)[keyof typeof AccessEndpointType]; /** * @public * @enum */ export declare const Action: { readonly AUTO_TIME_ZONE_REDIRECTION: "AUTO_TIME_ZONE_REDIRECTION"; readonly CLIPBOARD_COPY_FROM_LOCAL_DEVICE: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE"; readonly CLIPBOARD_COPY_TO_LOCAL_DEVICE: "CLIPBOARD_COPY_TO_LOCAL_DEVICE"; readonly DOMAIN_PASSWORD_SIGNIN: "DOMAIN_PASSWORD_SIGNIN"; readonly DOMAIN_SMART_CARD_SIGNIN: "DOMAIN_SMART_CARD_SIGNIN"; readonly FILE_DOWNLOAD: "FILE_DOWNLOAD"; readonly FILE_UPLOAD: "FILE_UPLOAD"; readonly PRINTING_TO_LOCAL_DEVICE: "PRINTING_TO_LOCAL_DEVICE"; }; /** * @public */ export type Action = (typeof Action)[keyof typeof Action]; /** * @public * @enum */ export declare const AgentSoftwareVersion: { readonly ALWAYS_LATEST: "ALWAYS_LATEST"; readonly CURRENT_LATEST: "CURRENT_LATEST"; }; /** * @public */ export type AgentSoftwareVersion = (typeof AgentSoftwareVersion)[keyof typeof AgentSoftwareVersion]; /** * @public * @enum */ export declare const PackagingType: { readonly APPSTREAM2: "APPSTREAM2"; readonly CUSTOM: "CUSTOM"; }; /** * @public */ export type PackagingType = (typeof PackagingType)[keyof typeof PackagingType]; /** * @public * @enum */ export declare const AppBlockState: { readonly ACTIVE: "ACTIVE"; readonly INACTIVE: "INACTIVE"; }; /** * @public */ export type AppBlockState = (typeof AppBlockState)[keyof typeof AppBlockState]; /** * @public * @enum */ export declare const FleetErrorCode: { readonly DOMAIN_JOIN_ERROR_ACCESS_DENIED: "DOMAIN_JOIN_ERROR_ACCESS_DENIED"; readonly DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED"; readonly DOMAIN_JOIN_ERROR_FILE_NOT_FOUND: "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND"; readonly DOMAIN_JOIN_ERROR_INVALID_PARAMETER: "DOMAIN_JOIN_ERROR_INVALID_PARAMETER"; readonly DOMAIN_JOIN_ERROR_LOGON_FAILURE: "DOMAIN_JOIN_ERROR_LOGON_FAILURE"; readonly DOMAIN_JOIN_ERROR_MORE_DATA: "DOMAIN_JOIN_ERROR_MORE_DATA"; readonly DOMAIN_JOIN_ERROR_NOT_SUPPORTED: "DOMAIN_JOIN_ERROR_NOT_SUPPORTED"; readonly DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN: "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN"; readonly DOMAIN_JOIN_INTERNAL_SERVICE_ERROR: "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"; readonly DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME: "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME"; readonly DOMAIN_JOIN_NERR_PASSWORD_EXPIRED: "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED"; readonly DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED: "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED"; readonly FLEET_INSTANCE_PROVISIONING_FAILURE: "FLEET_INSTANCE_PROVISIONING_FAILURE"; readonly FLEET_STOPPED: "FLEET_STOPPED"; readonly IAM_SERVICE_ROLE_IS_MISSING: "IAM_SERVICE_ROLE_IS_MISSING"; readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION"; readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION"; readonly IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION"; readonly IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION"; readonly IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION"; readonly IGW_NOT_ATTACHED: "IGW_NOT_ATTACHED"; readonly IMAGE_NOT_FOUND: "IMAGE_NOT_FOUND"; readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR"; readonly INVALID_SUBNET_CONFIGURATION: "INVALID_SUBNET_CONFIGURATION"; readonly MACHINE_ROLE_IS_MISSING: "MACHINE_ROLE_IS_MISSING"; readonly NETWORK_INTERFACE_LIMIT_EXCEEDED: "NETWORK_INTERFACE_LIMIT_EXCEEDED"; readonly SECURITY_GROUPS_NOT_FOUND: "SECURITY_GROUPS_NOT_FOUND"; readonly STS_DISABLED_IN_REGION: "STS_DISABLED_IN_REGION"; readonly SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES: "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES"; readonly SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND"; readonly VALIDATION_ERROR: "VALIDATION_ERROR"; }; /** * @public */ export type FleetErrorCode = (typeof FleetErrorCode)[keyof typeof FleetErrorCode]; /** * @public * @enum */ export declare const AppBlockBuilderPlatformType: { readonly WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019"; }; /** * @public */ export type AppBlockBuilderPlatformType = (typeof AppBlockBuilderPlatformType)[keyof typeof AppBlockBuilderPlatformType]; /** * @public * @enum */ export declare const AppBlockBuilderState: { readonly RUNNING: "RUNNING"; readonly STARTING: "STARTING"; readonly STOPPED: "STOPPED"; readonly STOPPING: "STOPPING"; }; /** * @public */ export type AppBlockBuilderState = (typeof AppBlockBuilderState)[keyof typeof AppBlockBuilderState]; /** * @public * @enum */ export declare const AppBlockBuilderStateChangeReasonCode: { readonly INTERNAL_ERROR: "INTERNAL_ERROR"; }; /** * @public */ export type AppBlockBuilderStateChangeReasonCode = (typeof AppBlockBuilderStateChangeReasonCode)[keyof typeof AppBlockBuilderStateChangeReasonCode]; /** * @public * @enum */ export declare const AppBlockBuilderAttribute: { readonly ACCESS_ENDPOINTS: "ACCESS_ENDPOINTS"; readonly IAM_ROLE_ARN: "IAM_ROLE_ARN"; readonly VPC_CONFIGURATION_SECURITY_GROUP_IDS: "VPC_CONFIGURATION_SECURITY_GROUP_IDS"; }; /** * @public */ export type AppBlockBuilderAttribute = (typeof AppBlockBuilderAttribute)[keyof typeof AppBlockBuilderAttribute]; /** * @public * @enum */ export declare const PlatformType: { readonly AMAZON_LINUX2: "AMAZON_LINUX2"; readonly RHEL8: "RHEL8"; readonly ROCKY_LINUX8: "ROCKY_LINUX8"; readonly UBUNTU_PRO_2404: "UBUNTU_PRO_2404"; readonly WINDOWS: "WINDOWS"; readonly WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016"; readonly WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019"; readonly WINDOWS_SERVER_2022: "WINDOWS_SERVER_2022"; readonly WINDOWS_SERVER_2025: "WINDOWS_SERVER_2025"; }; /** * @public */ export type PlatformType = (typeof PlatformType)[keyof typeof PlatformType]; /** * @public * @enum */ export declare const ApplicationAttribute: { readonly LAUNCH_PARAMETERS: "LAUNCH_PARAMETERS"; readonly WORKING_DIRECTORY: "WORKING_DIRECTORY"; }; /** * @public */ export type ApplicationAttribute = (typeof ApplicationAttribute)[keyof typeof ApplicationAttribute]; /** * @public * @enum */ export declare const AppVisibility: { readonly ALL: "ALL"; readonly ASSOCIATED: "ASSOCIATED"; }; /** * @public */ export type AppVisibility = (typeof AppVisibility)[keyof typeof AppVisibility]; /** * @public * @enum */ export declare const AuthenticationType: { readonly API: "API"; readonly AWS_AD: "AWS_AD"; readonly SAML: "SAML"; readonly USERPOOL: "USERPOOL"; }; /** * @public */ export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType]; /** * @public * @enum */ export declare const UserStackAssociationErrorCode: { readonly DIRECTORY_NOT_FOUND: "DIRECTORY_NOT_FOUND"; readonly INTERNAL_ERROR: "INTERNAL_ERROR"; readonly STACK_NOT_FOUND: "STACK_NOT_FOUND"; readonly USER_NAME_NOT_FOUND: "USER_NAME_NOT_FOUND"; }; /** * @public */ export type UserStackAssociationErrorCode = (typeof UserStackAssociationErrorCode)[keyof typeof UserStackAssociationErrorCode]; /** * @public * @enum */ export declare const CertificateBasedAuthStatus: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; readonly ENABLED_NO_DIRECTORY_LOGIN_FALLBACK: "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK"; }; /** * @public */ export type CertificateBasedAuthStatus = (typeof CertificateBasedAuthStatus)[keyof typeof CertificateBasedAuthStatus]; /** * @public * @enum */ export declare const ExportImageTaskState: { readonly COMPLETED: "COMPLETED"; readonly EXPORTING: "EXPORTING"; readonly FAILED: "FAILED"; }; /** * @public */ export type ExportImageTaskState = (typeof ExportImageTaskState)[keyof typeof ExportImageTaskState]; /** * @public * @enum */ export declare const FleetType: { readonly ALWAYS_ON: "ALWAYS_ON"; readonly ELASTIC: "ELASTIC"; readonly ON_DEMAND: "ON_DEMAND"; }; /** * @public */ export type FleetType = (typeof FleetType)[keyof typeof FleetType]; /** * @public * @enum */ export declare const StreamView: { readonly APP: "APP"; readonly DESKTOP: "DESKTOP"; }; /** * @public */ export type StreamView = (typeof StreamView)[keyof typeof StreamView]; /** * @public * @enum */ export declare const FleetState: { readonly RUNNING: "RUNNING"; readonly STARTING: "STARTING"; readonly STOPPED: "STOPPED"; readonly STOPPING: "STOPPING"; }; /** * @public */ export type FleetState = (typeof FleetState)[keyof typeof FleetState]; /** * @public * @enum */ export declare const LatestAppstreamAgentVersion: { readonly FALSE: "FALSE"; readonly TRUE: "TRUE"; }; /** * @public */ export type LatestAppstreamAgentVersion = (typeof LatestAppstreamAgentVersion)[keyof typeof LatestAppstreamAgentVersion]; /** * @public * @enum */ export declare const ImageBuilderState: { readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly PENDING: "PENDING"; readonly PENDING_IMAGE_IMPORT: "PENDING_IMAGE_IMPORT"; readonly PENDING_QUALIFICATION: "PENDING_QUALIFICATION"; readonly PENDING_SYNCING_APPS: "PENDING_SYNCING_APPS"; readonly REBOOTING: "REBOOTING"; readonly RUNNING: "RUNNING"; readonly SNAPSHOTTING: "SNAPSHOTTING"; readonly STOPPED: "STOPPED"; readonly STOPPING: "STOPPING"; readonly SYNCING_APPS: "SYNCING_APPS"; readonly UPDATING: "UPDATING"; readonly UPDATING_AGENT: "UPDATING_AGENT"; }; /** * @public */ export type ImageBuilderState = (typeof ImageBuilderState)[keyof typeof ImageBuilderState]; /** * @public * @enum */ export declare const ImageBuilderStateChangeReasonCode: { readonly IMAGE_UNAVAILABLE: "IMAGE_UNAVAILABLE"; readonly INTERNAL_ERROR: "INTERNAL_ERROR"; }; /** * @public */ export type ImageBuilderStateChangeReasonCode = (typeof ImageBuilderStateChangeReasonCode)[keyof typeof ImageBuilderStateChangeReasonCode]; /** * @public * @enum */ export declare const DynamicAppProvidersEnabled: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; /** * @public */ export type DynamicAppProvidersEnabled = (typeof DynamicAppProvidersEnabled)[keyof typeof DynamicAppProvidersEnabled]; /** * @public * @enum */ export declare const ImageSharedWithOthers: { readonly FALSE: "FALSE"; readonly TRUE: "TRUE"; }; /** * @public */ export type ImageSharedWithOthers = (typeof ImageSharedWithOthers)[keyof typeof ImageSharedWithOthers]; /** * @public * @enum */ export declare const ImageType: { readonly CUSTOM: "CUSTOM"; readonly NATIVE: "NATIVE"; }; /** * @public */ export type ImageType = (typeof ImageType)[keyof typeof ImageType]; /** * @public * @enum */ export declare const ImageState: { readonly AVAILABLE: "AVAILABLE"; readonly COPYING: "COPYING"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly IMPORTING: "IMPORTING"; readonly PENDING: "PENDING"; readonly VALIDATING: "VALIDATING"; }; /** * @public */ export type ImageState = (typeof ImageState)[keyof typeof ImageState]; /** * @public * @enum */ export declare const ImageStateChangeReasonCode: { readonly IMAGE_BUILDER_NOT_AVAILABLE: "IMAGE_BUILDER_NOT_AVAILABLE"; readonly IMAGE_COPY_FAILURE: "IMAGE_COPY_FAILURE"; readonly IMAGE_IMPORT_FAILURE: "IMAGE_IMPORT_FAILURE"; readonly IMAGE_UPDATE_FAILURE: "IMAGE_UPDATE_FAILURE"; readonly INTERNAL_ERROR: "INTERNAL_ERROR"; }; /** * @public */ export type ImageStateChangeReasonCode = (typeof ImageStateChangeReasonCode)[keyof typeof ImageStateChangeReasonCode]; /** * @public * @enum */ export declare const VisibilityType: { readonly PRIVATE: "PRIVATE"; readonly PUBLIC: "PUBLIC"; readonly SHARED: "SHARED"; }; /** * @public */ export type VisibilityType = (typeof VisibilityType)[keyof typeof VisibilityType]; /** * @public * @enum */ export declare const StorageConnectorType: { readonly GOOGLE_DRIVE: "GOOGLE_DRIVE"; readonly HOMEFOLDERS: "HOMEFOLDERS"; readonly ONE_DRIVE: "ONE_DRIVE"; }; /** * @public */ export type StorageConnectorType = (typeof StorageConnectorType)[keyof typeof StorageConnectorType]; /** * @public * @enum */ export declare const PreferredProtocol: { readonly TCP: "TCP"; readonly UDP: "UDP"; }; /** * @public */ export type PreferredProtocol = (typeof PreferredProtocol)[keyof typeof PreferredProtocol]; /** * @public * @enum */ export declare const Permission: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; /** * @public */ export type Permission = (typeof Permission)[keyof typeof Permission]; /** * @public * @enum */ export declare const StackErrorCode: { readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR"; readonly STORAGE_CONNECTOR_ERROR: "STORAGE_CONNECTOR_ERROR"; }; /** * @public */ export type StackErrorCode = (typeof StackErrorCode)[keyof typeof StackErrorCode]; /** * @public * @enum */ export declare const ThemeStyling: { readonly BLUE: "BLUE"; readonly LIGHT_BLUE: "LIGHT_BLUE"; readonly PINK: "PINK"; readonly RED: "RED"; }; /** * @public */ export type ThemeStyling = (typeof ThemeStyling)[keyof typeof ThemeStyling]; /** * @public * @enum */ export declare const ThemeState: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; /** * @public */ export type ThemeState = (typeof ThemeState)[keyof typeof ThemeState]; /** * @public * @enum */ export declare const UsageReportSchedule: { readonly DAILY: "DAILY"; }; /** * @public */ export type UsageReportSchedule = (typeof UsageReportSchedule)[keyof typeof UsageReportSchedule]; /** * @public * @enum */ export declare const MessageAction: { readonly RESEND: "RESEND"; readonly SUPPRESS: "SUPPRESS"; }; /** * @public */ export type MessageAction = (typeof MessageAction)[keyof typeof MessageAction]; /** * @public * @enum */ export declare const SessionConnectionState: { readonly CONNECTED: "CONNECTED"; readonly NOT_CONNECTED: "NOT_CONNECTED"; }; /** * @public */ export type SessionConnectionState = (typeof SessionConnectionState)[keyof typeof SessionConnectionState]; /** * @public * @enum */ export declare const InstanceDrainStatus: { readonly ACTIVE: "ACTIVE"; readonly DRAINING: "DRAINING"; readonly NOT_APPLICABLE: "NOT_APPLICABLE"; }; /** * @public */ export type InstanceDrainStatus = (typeof InstanceDrainStatus)[keyof typeof InstanceDrainStatus]; /** * @public * @enum */ export declare const SessionState: { readonly ACTIVE: "ACTIVE"; readonly EXPIRED: "EXPIRED"; readonly PENDING: "PENDING"; }; /** * @public */ export type SessionState = (typeof SessionState)[keyof typeof SessionState]; /** * @public * @enum */ export declare const SoftwareDeploymentStatus: { readonly FAILED_TO_INSTALL: "FAILED_TO_INSTALL"; readonly FAILED_TO_UNINSTALL: "FAILED_TO_UNINSTALL"; readonly INSTALLED: "INSTALLED"; readonly PENDING_INSTALLATION: "PENDING_INSTALLATION"; readonly PENDING_UNINSTALLATION: "PENDING_UNINSTALLATION"; readonly STAGED_FOR_INSTALLATION: "STAGED_FOR_INSTALLATION"; readonly STAGED_FOR_UNINSTALLATION: "STAGED_FOR_UNINSTALLATION"; }; /** * @public */ export type SoftwareDeploymentStatus = (typeof SoftwareDeploymentStatus)[keyof typeof SoftwareDeploymentStatus]; /** * @public * @enum */ export declare const UsageReportExecutionErrorCode: { readonly ACCESS_DENIED: "ACCESS_DENIED"; readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR"; readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND"; }; /** * @public */ export type UsageReportExecutionErrorCode = (typeof UsageReportExecutionErrorCode)[keyof typeof UsageReportExecutionErrorCode]; /** * @public * @enum */ export declare const FleetAttribute: { readonly DOMAIN_JOIN_INFO: "DOMAIN_JOIN_INFO"; readonly IAM_ROLE_ARN: "IAM_ROLE_ARN"; readonly MAX_SESSIONS_PER_INSTANCE: "MAX_SESSIONS_PER_INSTANCE"; readonly SESSION_SCRIPT_S3_LOCATION: "SESSION_SCRIPT_S3_LOCATION"; readonly USB_DEVICE_FILTER_STRINGS: "USB_DEVICE_FILTER_STRINGS"; readonly VOLUME_CONFIGURATION: "VOLUME_CONFIGURATION"; readonly VPC_CONFIGURATION: "VPC_CONFIGURATION"; readonly VPC_CONFIGURATION_SECURITY_GROUP_IDS: "VPC_CONFIGURATION_SECURITY_GROUP_IDS"; }; /** * @public */ export type FleetAttribute = (typeof FleetAttribute)[keyof typeof FleetAttribute]; /** * @public * @enum */ export declare const StackAttribute: { readonly ACCESS_ENDPOINTS: "ACCESS_ENDPOINTS"; readonly CONTENT_REDIRECTION: "CONTENT_REDIRECTION"; readonly EMBED_HOST_DOMAINS: "EMBED_HOST_DOMAINS"; readonly FEEDBACK_URL: "FEEDBACK_URL"; readonly IAM_ROLE_ARN: "IAM_ROLE_ARN"; readonly REDIRECT_URL: "REDIRECT_URL"; readonly STORAGE_CONNECTORS: "STORAGE_CONNECTORS"; readonly STORAGE_CONNECTOR_GOOGLE_DRIVE: "STORAGE_CONNECTOR_GOOGLE_DRIVE"; readonly STORAGE_CONNECTOR_HOMEFOLDERS: "STORAGE_CONNECTOR_HOMEFOLDERS"; readonly STORAGE_CONNECTOR_ONE_DRIVE: "STORAGE_CONNECTOR_ONE_DRIVE"; readonly STREAMING_EXPERIENCE_SETTINGS: "STREAMING_EXPERIENCE_SETTINGS"; readonly THEME_NAME: "THEME_NAME"; readonly USER_SETTINGS: "USER_SETTINGS"; }; /** * @public */ export type StackAttribute = (typeof StackAttribute)[keyof typeof StackAttribute]; /** * @public * @enum */ export declare const ThemeAttribute: { readonly FOOTER_LINKS: "FOOTER_LINKS"; }; /** * @public */ export type ThemeAttribute = (typeof ThemeAttribute)[keyof typeof ThemeAttribute];