export declare const AccessEndpointType: { readonly STREAMING: "STREAMING"; }; export type AccessEndpointType = (typeof AccessEndpointType)[keyof typeof AccessEndpointType]; 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"; }; export type Action = (typeof Action)[keyof typeof Action]; export declare const AgentSoftwareVersion: { readonly ALWAYS_LATEST: "ALWAYS_LATEST"; readonly CURRENT_LATEST: "CURRENT_LATEST"; }; export type AgentSoftwareVersion = (typeof AgentSoftwareVersion)[keyof typeof AgentSoftwareVersion]; export declare const PackagingType: { readonly APPSTREAM2: "APPSTREAM2"; readonly CUSTOM: "CUSTOM"; }; export type PackagingType = (typeof PackagingType)[keyof typeof PackagingType]; export declare const AppBlockState: { readonly ACTIVE: "ACTIVE"; readonly INACTIVE: "INACTIVE"; }; export type AppBlockState = (typeof AppBlockState)[keyof typeof AppBlockState]; 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"; }; export type FleetErrorCode = (typeof FleetErrorCode)[keyof typeof FleetErrorCode]; export declare const AppBlockBuilderPlatformType: { readonly WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019"; }; export type AppBlockBuilderPlatformType = (typeof AppBlockBuilderPlatformType)[keyof typeof AppBlockBuilderPlatformType]; export declare const AppBlockBuilderState: { readonly RUNNING: "RUNNING"; readonly STARTING: "STARTING"; readonly STOPPED: "STOPPED"; readonly STOPPING: "STOPPING"; }; export type AppBlockBuilderState = (typeof AppBlockBuilderState)[keyof typeof AppBlockBuilderState]; export declare const AppBlockBuilderStateChangeReasonCode: { readonly INTERNAL_ERROR: "INTERNAL_ERROR"; }; export type AppBlockBuilderStateChangeReasonCode = (typeof AppBlockBuilderStateChangeReasonCode)[keyof typeof AppBlockBuilderStateChangeReasonCode]; 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"; }; export type AppBlockBuilderAttribute = (typeof AppBlockBuilderAttribute)[keyof typeof AppBlockBuilderAttribute]; 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"; }; export type PlatformType = (typeof PlatformType)[keyof typeof PlatformType]; export declare const ApplicationAttribute: { readonly LAUNCH_PARAMETERS: "LAUNCH_PARAMETERS"; readonly WORKING_DIRECTORY: "WORKING_DIRECTORY"; }; export type ApplicationAttribute = (typeof ApplicationAttribute)[keyof typeof ApplicationAttribute]; export declare const AppVisibility: { readonly ALL: "ALL"; readonly ASSOCIATED: "ASSOCIATED"; }; export type AppVisibility = (typeof AppVisibility)[keyof typeof AppVisibility]; export declare const AuthenticationType: { readonly API: "API"; readonly AWS_AD: "AWS_AD"; readonly SAML: "SAML"; readonly USERPOOL: "USERPOOL"; }; export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType]; 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"; }; export type UserStackAssociationErrorCode = (typeof UserStackAssociationErrorCode)[keyof typeof UserStackAssociationErrorCode]; export declare const CertificateBasedAuthStatus: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; readonly ENABLED_NO_DIRECTORY_LOGIN_FALLBACK: "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK"; }; export type CertificateBasedAuthStatus = (typeof CertificateBasedAuthStatus)[keyof typeof CertificateBasedAuthStatus]; export declare const ExportImageTaskState: { readonly COMPLETED: "COMPLETED"; readonly EXPORTING: "EXPORTING"; readonly FAILED: "FAILED"; }; export type ExportImageTaskState = (typeof ExportImageTaskState)[keyof typeof ExportImageTaskState]; export declare const FleetType: { readonly ALWAYS_ON: "ALWAYS_ON"; readonly ELASTIC: "ELASTIC"; readonly ON_DEMAND: "ON_DEMAND"; }; export type FleetType = (typeof FleetType)[keyof typeof FleetType]; export declare const StreamView: { readonly APP: "APP"; readonly DESKTOP: "DESKTOP"; }; export type StreamView = (typeof StreamView)[keyof typeof StreamView]; export declare const FleetState: { readonly RUNNING: "RUNNING"; readonly STARTING: "STARTING"; readonly STOPPED: "STOPPED"; readonly STOPPING: "STOPPING"; }; export type FleetState = (typeof FleetState)[keyof typeof FleetState]; export declare const LatestAppstreamAgentVersion: { readonly FALSE: "FALSE"; readonly TRUE: "TRUE"; }; export type LatestAppstreamAgentVersion = (typeof LatestAppstreamAgentVersion)[keyof typeof LatestAppstreamAgentVersion]; 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"; }; export type ImageBuilderState = (typeof ImageBuilderState)[keyof typeof ImageBuilderState]; export declare const ImageBuilderStateChangeReasonCode: { readonly IMAGE_UNAVAILABLE: "IMAGE_UNAVAILABLE"; readonly INTERNAL_ERROR: "INTERNAL_ERROR"; }; export type ImageBuilderStateChangeReasonCode = (typeof ImageBuilderStateChangeReasonCode)[keyof typeof ImageBuilderStateChangeReasonCode]; export declare const DynamicAppProvidersEnabled: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type DynamicAppProvidersEnabled = (typeof DynamicAppProvidersEnabled)[keyof typeof DynamicAppProvidersEnabled]; export declare const ImageSharedWithOthers: { readonly FALSE: "FALSE"; readonly TRUE: "TRUE"; }; export type ImageSharedWithOthers = (typeof ImageSharedWithOthers)[keyof typeof ImageSharedWithOthers]; export declare const ImageType: { readonly CUSTOM: "CUSTOM"; readonly NATIVE: "NATIVE"; }; export type ImageType = (typeof ImageType)[keyof typeof ImageType]; 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"; }; export type ImageState = (typeof ImageState)[keyof typeof ImageState]; 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"; }; export type ImageStateChangeReasonCode = (typeof ImageStateChangeReasonCode)[keyof typeof ImageStateChangeReasonCode]; export declare const VisibilityType: { readonly PRIVATE: "PRIVATE"; readonly PUBLIC: "PUBLIC"; readonly SHARED: "SHARED"; }; export type VisibilityType = (typeof VisibilityType)[keyof typeof VisibilityType]; export declare const StorageConnectorType: { readonly GOOGLE_DRIVE: "GOOGLE_DRIVE"; readonly HOMEFOLDERS: "HOMEFOLDERS"; readonly ONE_DRIVE: "ONE_DRIVE"; }; export type StorageConnectorType = (typeof StorageConnectorType)[keyof typeof StorageConnectorType]; export declare const PreferredProtocol: { readonly TCP: "TCP"; readonly UDP: "UDP"; }; export type PreferredProtocol = (typeof PreferredProtocol)[keyof typeof PreferredProtocol]; export declare const Permission: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type Permission = (typeof Permission)[keyof typeof Permission]; export declare const StackErrorCode: { readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR"; readonly STORAGE_CONNECTOR_ERROR: "STORAGE_CONNECTOR_ERROR"; }; export type StackErrorCode = (typeof StackErrorCode)[keyof typeof StackErrorCode]; export declare const ThemeStyling: { readonly BLUE: "BLUE"; readonly LIGHT_BLUE: "LIGHT_BLUE"; readonly PINK: "PINK"; readonly RED: "RED"; }; export type ThemeStyling = (typeof ThemeStyling)[keyof typeof ThemeStyling]; export declare const ThemeState: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type ThemeState = (typeof ThemeState)[keyof typeof ThemeState]; export declare const UsageReportSchedule: { readonly DAILY: "DAILY"; }; export type UsageReportSchedule = (typeof UsageReportSchedule)[keyof typeof UsageReportSchedule]; export declare const MessageAction: { readonly RESEND: "RESEND"; readonly SUPPRESS: "SUPPRESS"; }; export type MessageAction = (typeof MessageAction)[keyof typeof MessageAction]; export declare const SessionConnectionState: { readonly CONNECTED: "CONNECTED"; readonly NOT_CONNECTED: "NOT_CONNECTED"; }; export type SessionConnectionState = (typeof SessionConnectionState)[keyof typeof SessionConnectionState]; export declare const InstanceDrainStatus: { readonly ACTIVE: "ACTIVE"; readonly DRAINING: "DRAINING"; readonly NOT_APPLICABLE: "NOT_APPLICABLE"; }; export type InstanceDrainStatus = (typeof InstanceDrainStatus)[keyof typeof InstanceDrainStatus]; export declare const SessionState: { readonly ACTIVE: "ACTIVE"; readonly EXPIRED: "EXPIRED"; readonly PENDING: "PENDING"; }; export type SessionState = (typeof SessionState)[keyof typeof SessionState]; 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"; }; export type SoftwareDeploymentStatus = (typeof SoftwareDeploymentStatus)[keyof typeof SoftwareDeploymentStatus]; export declare const UsageReportExecutionErrorCode: { readonly ACCESS_DENIED: "ACCESS_DENIED"; readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR"; readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND"; }; export type UsageReportExecutionErrorCode = (typeof UsageReportExecutionErrorCode)[keyof typeof UsageReportExecutionErrorCode]; 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"; }; export type FleetAttribute = (typeof FleetAttribute)[keyof typeof FleetAttribute]; 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"; }; export type StackAttribute = (typeof StackAttribute)[keyof typeof StackAttribute]; export declare const ThemeAttribute: { readonly FOOTER_LINKS: "FOOTER_LINKS"; }; export type ThemeAttribute = (typeof ThemeAttribute)[keyof typeof ThemeAttribute];