// Code generated by smithy-go-codegen DO NOT EDIT. package types type AutomaticTerminationMode string // Enum values for AutomaticTerminationMode const ( AutomaticTerminationModeDeactivated AutomaticTerminationMode = "DEACTIVATED" AutomaticTerminationModeActivated AutomaticTerminationMode = "ACTIVATED" ) // Values returns all known values for AutomaticTerminationMode. Note that this // can be expanded in the future, and so it is only as up to date as the client. // The ordering of this slice is not guaranteed to be stable across updates. func (AutomaticTerminationMode) Values() []AutomaticTerminationMode { return []AutomaticTerminationMode{ "DEACTIVATED", "ACTIVATED", } } type LaunchProfilePersona string // Enum values for LaunchProfilePersona const ( LaunchProfilePersonaUser LaunchProfilePersona = "USER" ) // Values returns all known values for LaunchProfilePersona. Note that this can be // expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (LaunchProfilePersona) Values() []LaunchProfilePersona { return []LaunchProfilePersona{ "USER", } } type LaunchProfilePlatform string // Enum values for LaunchProfilePlatform const ( LaunchProfilePlatformLinux LaunchProfilePlatform = "LINUX" LaunchProfilePlatformWindows LaunchProfilePlatform = "WINDOWS" ) // Values returns all known values for LaunchProfilePlatform. Note that this can // be expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (LaunchProfilePlatform) Values() []LaunchProfilePlatform { return []LaunchProfilePlatform{ "LINUX", "WINDOWS", } } type LaunchProfileState string // Enum values for LaunchProfileState const ( LaunchProfileStateCreateInProgress LaunchProfileState = "CREATE_IN_PROGRESS" LaunchProfileStateReady LaunchProfileState = "READY" LaunchProfileStateUpdateInProgress LaunchProfileState = "UPDATE_IN_PROGRESS" LaunchProfileStateDeleteInProgress LaunchProfileState = "DELETE_IN_PROGRESS" LaunchProfileStateDeleted LaunchProfileState = "DELETED" LaunchProfileStateDeleteFailed LaunchProfileState = "DELETE_FAILED" LaunchProfileStateCreateFailed LaunchProfileState = "CREATE_FAILED" LaunchProfileStateUpdateFailed LaunchProfileState = "UPDATE_FAILED" ) // Values returns all known values for LaunchProfileState. Note that this can be // expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (LaunchProfileState) Values() []LaunchProfileState { return []LaunchProfileState{ "CREATE_IN_PROGRESS", "READY", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DELETE_FAILED", "CREATE_FAILED", "UPDATE_FAILED", } } type LaunchProfileStatusCode string // Enum values for LaunchProfileStatusCode const ( LaunchProfileStatusCodeLaunchProfileCreated LaunchProfileStatusCode = "LAUNCH_PROFILE_CREATED" LaunchProfileStatusCodeLaunchProfileUpdated LaunchProfileStatusCode = "LAUNCH_PROFILE_UPDATED" LaunchProfileStatusCodeLaunchProfileDeleted LaunchProfileStatusCode = "LAUNCH_PROFILE_DELETED" LaunchProfileStatusCodeLaunchProfileCreateInProgress LaunchProfileStatusCode = "LAUNCH_PROFILE_CREATE_IN_PROGRESS" LaunchProfileStatusCodeLaunchProfileUpdateInProgress LaunchProfileStatusCode = "LAUNCH_PROFILE_UPDATE_IN_PROGRESS" LaunchProfileStatusCodeLaunchProfileDeleteInProgress LaunchProfileStatusCode = "LAUNCH_PROFILE_DELETE_IN_PROGRESS" LaunchProfileStatusCodeInternalError LaunchProfileStatusCode = "INTERNAL_ERROR" LaunchProfileStatusCodeStreamingImageNotFound LaunchProfileStatusCode = "STREAMING_IMAGE_NOT_FOUND" LaunchProfileStatusCodeStreamingImageNotReady LaunchProfileStatusCode = "STREAMING_IMAGE_NOT_READY" LaunchProfileStatusCodeLaunchProfileWithStreamSessionsNotDeleted LaunchProfileStatusCode = "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED" LaunchProfileStatusCodeEncryptionKeyAccessDenied LaunchProfileStatusCode = "ENCRYPTION_KEY_ACCESS_DENIED" LaunchProfileStatusCodeEncryptionKeyNotFound LaunchProfileStatusCode = "ENCRYPTION_KEY_NOT_FOUND" LaunchProfileStatusCodeInvalidSubnetsProvided LaunchProfileStatusCode = "INVALID_SUBNETS_PROVIDED" LaunchProfileStatusCodeInvalidInstanceTypesProvided LaunchProfileStatusCode = "INVALID_INSTANCE_TYPES_PROVIDED" LaunchProfileStatusCodeInvalidSubnetsCombination LaunchProfileStatusCode = "INVALID_SUBNETS_COMBINATION" ) // Values returns all known values for LaunchProfileStatusCode. Note that this can // be expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (LaunchProfileStatusCode) Values() []LaunchProfileStatusCode { return []LaunchProfileStatusCode{ "LAUNCH_PROFILE_CREATED", "LAUNCH_PROFILE_UPDATED", "LAUNCH_PROFILE_DELETED", "LAUNCH_PROFILE_CREATE_IN_PROGRESS", "LAUNCH_PROFILE_UPDATE_IN_PROGRESS", "LAUNCH_PROFILE_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "STREAMING_IMAGE_NOT_FOUND", "STREAMING_IMAGE_NOT_READY", "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "INVALID_SUBNETS_PROVIDED", "INVALID_INSTANCE_TYPES_PROVIDED", "INVALID_SUBNETS_COMBINATION", } } type LaunchProfileValidationState string // Enum values for LaunchProfileValidationState const ( LaunchProfileValidationStateValidationNotStarted LaunchProfileValidationState = "VALIDATION_NOT_STARTED" LaunchProfileValidationStateValidationInProgress LaunchProfileValidationState = "VALIDATION_IN_PROGRESS" LaunchProfileValidationStateValidationSuccess LaunchProfileValidationState = "VALIDATION_SUCCESS" LaunchProfileValidationStateValidationFailed LaunchProfileValidationState = "VALIDATION_FAILED" LaunchProfileValidationStateValidationFailedInternalServerError LaunchProfileValidationState = "VALIDATION_FAILED_INTERNAL_SERVER_ERROR" ) // Values returns all known values for LaunchProfileValidationState. Note that // this can be expanded in the future, and so it is only as up to date as the // client. The ordering of this slice is not guaranteed to be stable across // updates. func (LaunchProfileValidationState) Values() []LaunchProfileValidationState { return []LaunchProfileValidationState{ "VALIDATION_NOT_STARTED", "VALIDATION_IN_PROGRESS", "VALIDATION_SUCCESS", "VALIDATION_FAILED", "VALIDATION_FAILED_INTERNAL_SERVER_ERROR", } } type LaunchProfileValidationStatusCode string // Enum values for LaunchProfileValidationStatusCode const ( LaunchProfileValidationStatusCodeValidationNotStarted LaunchProfileValidationStatusCode = "VALIDATION_NOT_STARTED" LaunchProfileValidationStatusCodeValidationInProgress LaunchProfileValidationStatusCode = "VALIDATION_IN_PROGRESS" LaunchProfileValidationStatusCodeValidationSuccess LaunchProfileValidationStatusCode = "VALIDATION_SUCCESS" LaunchProfileValidationStatusCodeValidationFailedInvalidSubnetRouteTableAssociation LaunchProfileValidationStatusCode = "VALIDATION_FAILED_INVALID_SUBNET_ROUTE_TABLE_ASSOCIATION" LaunchProfileValidationStatusCodeValidationFailedSubnetNotFound LaunchProfileValidationStatusCode = "VALIDATION_FAILED_SUBNET_NOT_FOUND" LaunchProfileValidationStatusCodeValidationFailedInvalidSecurityGroupAssociation LaunchProfileValidationStatusCode = "VALIDATION_FAILED_INVALID_SECURITY_GROUP_ASSOCIATION" LaunchProfileValidationStatusCodeValidationFailedInvalidActiveDirectory LaunchProfileValidationStatusCode = "VALIDATION_FAILED_INVALID_ACTIVE_DIRECTORY" LaunchProfileValidationStatusCodeValidationFailedUnauthorized LaunchProfileValidationStatusCode = "VALIDATION_FAILED_UNAUTHORIZED" LaunchProfileValidationStatusCodeValidationFailedInternalServerError LaunchProfileValidationStatusCode = "VALIDATION_FAILED_INTERNAL_SERVER_ERROR" ) // Values returns all known values for LaunchProfileValidationStatusCode. Note // that this can be expanded in the future, and so it is only as up to date as the // client. The ordering of this slice is not guaranteed to be stable across // updates. func (LaunchProfileValidationStatusCode) Values() []LaunchProfileValidationStatusCode { return []LaunchProfileValidationStatusCode{ "VALIDATION_NOT_STARTED", "VALIDATION_IN_PROGRESS", "VALIDATION_SUCCESS", "VALIDATION_FAILED_INVALID_SUBNET_ROUTE_TABLE_ASSOCIATION", "VALIDATION_FAILED_SUBNET_NOT_FOUND", "VALIDATION_FAILED_INVALID_SECURITY_GROUP_ASSOCIATION", "VALIDATION_FAILED_INVALID_ACTIVE_DIRECTORY", "VALIDATION_FAILED_UNAUTHORIZED", "VALIDATION_FAILED_INTERNAL_SERVER_ERROR", } } type LaunchProfileValidationType string // Enum values for LaunchProfileValidationType const ( LaunchProfileValidationTypeValidateActiveDirectoryStudioComponent LaunchProfileValidationType = "VALIDATE_ACTIVE_DIRECTORY_STUDIO_COMPONENT" LaunchProfileValidationTypeValidateSubnetAssociation LaunchProfileValidationType = "VALIDATE_SUBNET_ASSOCIATION" LaunchProfileValidationTypeValidateNetworkAclAssociation LaunchProfileValidationType = "VALIDATE_NETWORK_ACL_ASSOCIATION" LaunchProfileValidationTypeValidateSecurityGroupAssociation LaunchProfileValidationType = "VALIDATE_SECURITY_GROUP_ASSOCIATION" ) // Values returns all known values for LaunchProfileValidationType. Note that this // can be expanded in the future, and so it is only as up to date as the client. // The ordering of this slice is not guaranteed to be stable across updates. func (LaunchProfileValidationType) Values() []LaunchProfileValidationType { return []LaunchProfileValidationType{ "VALIDATE_ACTIVE_DIRECTORY_STUDIO_COMPONENT", "VALIDATE_SUBNET_ASSOCIATION", "VALIDATE_NETWORK_ACL_ASSOCIATION", "VALIDATE_SECURITY_GROUP_ASSOCIATION", } } type SessionBackupMode string // Enum values for SessionBackupMode const ( SessionBackupModeAutomatic SessionBackupMode = "AUTOMATIC" SessionBackupModeDeactivated SessionBackupMode = "DEACTIVATED" ) // Values returns all known values for SessionBackupMode. Note that this can be // expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (SessionBackupMode) Values() []SessionBackupMode { return []SessionBackupMode{ "AUTOMATIC", "DEACTIVATED", } } type SessionPersistenceMode string // Enum values for SessionPersistenceMode const ( SessionPersistenceModeDeactivated SessionPersistenceMode = "DEACTIVATED" SessionPersistenceModeActivated SessionPersistenceMode = "ACTIVATED" ) // Values returns all known values for SessionPersistenceMode. Note that this can // be expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (SessionPersistenceMode) Values() []SessionPersistenceMode { return []SessionPersistenceMode{ "DEACTIVATED", "ACTIVATED", } } type StreamingClipboardMode string // Enum values for StreamingClipboardMode const ( StreamingClipboardModeEnabled StreamingClipboardMode = "ENABLED" StreamingClipboardModeDisabled StreamingClipboardMode = "DISABLED" ) // Values returns all known values for StreamingClipboardMode. Note that this can // be expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (StreamingClipboardMode) Values() []StreamingClipboardMode { return []StreamingClipboardMode{ "ENABLED", "DISABLED", } } type StreamingImageEncryptionConfigurationKeyType string // Enum values for StreamingImageEncryptionConfigurationKeyType const ( StreamingImageEncryptionConfigurationKeyTypeCustomerManagedKey StreamingImageEncryptionConfigurationKeyType = "CUSTOMER_MANAGED_KEY" ) // Values returns all known values for // StreamingImageEncryptionConfigurationKeyType. Note that this can be expanded in // the future, and so it is only as up to date as the client. The ordering of this // slice is not guaranteed to be stable across updates. func (StreamingImageEncryptionConfigurationKeyType) Values() []StreamingImageEncryptionConfigurationKeyType { return []StreamingImageEncryptionConfigurationKeyType{ "CUSTOMER_MANAGED_KEY", } } type StreamingImageState string // Enum values for StreamingImageState const ( StreamingImageStateCreateInProgress StreamingImageState = "CREATE_IN_PROGRESS" StreamingImageStateReady StreamingImageState = "READY" StreamingImageStateDeleteInProgress StreamingImageState = "DELETE_IN_PROGRESS" StreamingImageStateDeleted StreamingImageState = "DELETED" StreamingImageStateUpdateInProgress StreamingImageState = "UPDATE_IN_PROGRESS" StreamingImageStateUpdateFailed StreamingImageState = "UPDATE_FAILED" StreamingImageStateCreateFailed StreamingImageState = "CREATE_FAILED" StreamingImageStateDeleteFailed StreamingImageState = "DELETE_FAILED" ) // Values returns all known values for StreamingImageState. Note that this can be // expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (StreamingImageState) Values() []StreamingImageState { return []StreamingImageState{ "CREATE_IN_PROGRESS", "READY", "DELETE_IN_PROGRESS", "DELETED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED", "CREATE_FAILED", "DELETE_FAILED", } } type StreamingImageStatusCode string // Enum values for StreamingImageStatusCode const ( StreamingImageStatusCodeStreamingImageCreateInProgress StreamingImageStatusCode = "STREAMING_IMAGE_CREATE_IN_PROGRESS" StreamingImageStatusCodeStreamingImageReady StreamingImageStatusCode = "STREAMING_IMAGE_READY" StreamingImageStatusCodeStreamingImageDeleteInProgress StreamingImageStatusCode = "STREAMING_IMAGE_DELETE_IN_PROGRESS" StreamingImageStatusCodeStreamingImageDeleted StreamingImageStatusCode = "STREAMING_IMAGE_DELETED" StreamingImageStatusCodeStreamingImageUpdateInProgress StreamingImageStatusCode = "STREAMING_IMAGE_UPDATE_IN_PROGRESS" StreamingImageStatusCodeInternalError StreamingImageStatusCode = "INTERNAL_ERROR" StreamingImageStatusCodeAccessDenied StreamingImageStatusCode = "ACCESS_DENIED" ) // Values returns all known values for StreamingImageStatusCode. Note that this // can be expanded in the future, and so it is only as up to date as the client. // The ordering of this slice is not guaranteed to be stable across updates. func (StreamingImageStatusCode) Values() []StreamingImageStatusCode { return []StreamingImageStatusCode{ "STREAMING_IMAGE_CREATE_IN_PROGRESS", "STREAMING_IMAGE_READY", "STREAMING_IMAGE_DELETE_IN_PROGRESS", "STREAMING_IMAGE_DELETED", "STREAMING_IMAGE_UPDATE_IN_PROGRESS", "INTERNAL_ERROR", "ACCESS_DENIED", } } type StreamingInstanceType string // Enum values for StreamingInstanceType const ( StreamingInstanceTypeG4dnXlarge StreamingInstanceType = "g4dn.xlarge" StreamingInstanceTypeG4dn2xlarge StreamingInstanceType = "g4dn.2xlarge" StreamingInstanceTypeG4dn4xlarge StreamingInstanceType = "g4dn.4xlarge" StreamingInstanceTypeG4dn8xlarge StreamingInstanceType = "g4dn.8xlarge" StreamingInstanceTypeG4dn12xlarge StreamingInstanceType = "g4dn.12xlarge" StreamingInstanceTypeG4dn16xlarge StreamingInstanceType = "g4dn.16xlarge" StreamingInstanceTypeG34xlarge StreamingInstanceType = "g3.4xlarge" StreamingInstanceTypeG3sXlarge StreamingInstanceType = "g3s.xlarge" StreamingInstanceTypeG5Xlarge StreamingInstanceType = "g5.xlarge" StreamingInstanceTypeG52xlarge StreamingInstanceType = "g5.2xlarge" StreamingInstanceTypeG54xlarge StreamingInstanceType = "g5.4xlarge" StreamingInstanceTypeG58xlarge StreamingInstanceType = "g5.8xlarge" StreamingInstanceTypeG516xlarge StreamingInstanceType = "g5.16xlarge" ) // Values returns all known values for StreamingInstanceType. Note that this can // be expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (StreamingInstanceType) Values() []StreamingInstanceType { return []StreamingInstanceType{ "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge", "g3.4xlarge", "g3s.xlarge", "g5.xlarge", "g5.2xlarge", "g5.4xlarge", "g5.8xlarge", "g5.16xlarge", } } type StreamingSessionState string // Enum values for StreamingSessionState const ( StreamingSessionStateCreateInProgress StreamingSessionState = "CREATE_IN_PROGRESS" StreamingSessionStateDeleteInProgress StreamingSessionState = "DELETE_IN_PROGRESS" StreamingSessionStateReady StreamingSessionState = "READY" StreamingSessionStateDeleted StreamingSessionState = "DELETED" StreamingSessionStateCreateFailed StreamingSessionState = "CREATE_FAILED" StreamingSessionStateDeleteFailed StreamingSessionState = "DELETE_FAILED" StreamingSessionStateStopInProgress StreamingSessionState = "STOP_IN_PROGRESS" StreamingSessionStateStartInProgress StreamingSessionState = "START_IN_PROGRESS" StreamingSessionStateStopped StreamingSessionState = "STOPPED" StreamingSessionStateStopFailed StreamingSessionState = "STOP_FAILED" StreamingSessionStateStartFailed StreamingSessionState = "START_FAILED" ) // Values returns all known values for StreamingSessionState. Note that this can // be expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (StreamingSessionState) Values() []StreamingSessionState { return []StreamingSessionState{ "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "READY", "DELETED", "CREATE_FAILED", "DELETE_FAILED", "STOP_IN_PROGRESS", "START_IN_PROGRESS", "STOPPED", "STOP_FAILED", "START_FAILED", } } type StreamingSessionStatusCode string // Enum values for StreamingSessionStatusCode const ( StreamingSessionStatusCodeStreamingSessionReady StreamingSessionStatusCode = "STREAMING_SESSION_READY" StreamingSessionStatusCodeStreamingSessionDeleted StreamingSessionStatusCode = "STREAMING_SESSION_DELETED" StreamingSessionStatusCodeStreamingSessionCreateInProgress StreamingSessionStatusCode = "STREAMING_SESSION_CREATE_IN_PROGRESS" StreamingSessionStatusCodeStreamingSessionDeleteInProgress StreamingSessionStatusCode = "STREAMING_SESSION_DELETE_IN_PROGRESS" StreamingSessionStatusCodeInternalError StreamingSessionStatusCode = "INTERNAL_ERROR" StreamingSessionStatusCodeInsufficientCapacity StreamingSessionStatusCode = "INSUFFICIENT_CAPACITY" StreamingSessionStatusCodeActiveDirectoryDomainJoinError StreamingSessionStatusCode = "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR" StreamingSessionStatusCodeNetworkConnectionError StreamingSessionStatusCode = "NETWORK_CONNECTION_ERROR" StreamingSessionStatusCodeInitializationScriptError StreamingSessionStatusCode = "INITIALIZATION_SCRIPT_ERROR" StreamingSessionStatusCodeDecryptStreamingImageError StreamingSessionStatusCode = "DECRYPT_STREAMING_IMAGE_ERROR" StreamingSessionStatusCodeNetworkInterfaceError StreamingSessionStatusCode = "NETWORK_INTERFACE_ERROR" StreamingSessionStatusCodeStreamingSessionStopped StreamingSessionStatusCode = "STREAMING_SESSION_STOPPED" StreamingSessionStatusCodeStreamingSessionStarted StreamingSessionStatusCode = "STREAMING_SESSION_STARTED" StreamingSessionStatusCodeStreamingSessionStopInProgress StreamingSessionStatusCode = "STREAMING_SESSION_STOP_IN_PROGRESS" StreamingSessionStatusCodeStreamingSessionStartInProgress StreamingSessionStatusCode = "STREAMING_SESSION_START_IN_PROGRESS" StreamingSessionStatusCodeAmiValidationError StreamingSessionStatusCode = "AMI_VALIDATION_ERROR" ) // Values returns all known values for StreamingSessionStatusCode. Note that this // can be expanded in the future, and so it is only as up to date as the client. // The ordering of this slice is not guaranteed to be stable across updates. func (StreamingSessionStatusCode) Values() []StreamingSessionStatusCode { return []StreamingSessionStatusCode{ "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR", "STREAMING_SESSION_STOPPED", "STREAMING_SESSION_STARTED", "STREAMING_SESSION_STOP_IN_PROGRESS", "STREAMING_SESSION_START_IN_PROGRESS", "AMI_VALIDATION_ERROR", } } type StreamingSessionStorageMode string // Enum values for StreamingSessionStorageMode const ( StreamingSessionStorageModeUpload StreamingSessionStorageMode = "UPLOAD" ) // Values returns all known values for StreamingSessionStorageMode. Note that this // can be expanded in the future, and so it is only as up to date as the client. // The ordering of this slice is not guaranteed to be stable across updates. func (StreamingSessionStorageMode) Values() []StreamingSessionStorageMode { return []StreamingSessionStorageMode{ "UPLOAD", } } type StreamingSessionStreamState string // Enum values for StreamingSessionStreamState const ( StreamingSessionStreamStateReady StreamingSessionStreamState = "READY" StreamingSessionStreamStateCreateInProgress StreamingSessionStreamState = "CREATE_IN_PROGRESS" StreamingSessionStreamStateDeleteInProgress StreamingSessionStreamState = "DELETE_IN_PROGRESS" StreamingSessionStreamStateDeleted StreamingSessionStreamState = "DELETED" StreamingSessionStreamStateCreateFailed StreamingSessionStreamState = "CREATE_FAILED" StreamingSessionStreamStateDeleteFailed StreamingSessionStreamState = "DELETE_FAILED" ) // Values returns all known values for StreamingSessionStreamState. Note that this // can be expanded in the future, and so it is only as up to date as the client. // The ordering of this slice is not guaranteed to be stable across updates. func (StreamingSessionStreamState) Values() []StreamingSessionStreamState { return []StreamingSessionStreamState{ "READY", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "CREATE_FAILED", "DELETE_FAILED", } } type StreamingSessionStreamStatusCode string // Enum values for StreamingSessionStreamStatusCode const ( StreamingSessionStreamStatusCodeStreamCreateInProgress StreamingSessionStreamStatusCode = "STREAM_CREATE_IN_PROGRESS" StreamingSessionStreamStatusCodeStreamReady StreamingSessionStreamStatusCode = "STREAM_READY" StreamingSessionStreamStatusCodeStreamDeleteInProgress StreamingSessionStreamStatusCode = "STREAM_DELETE_IN_PROGRESS" StreamingSessionStreamStatusCodeStreamDeleted StreamingSessionStreamStatusCode = "STREAM_DELETED" StreamingSessionStreamStatusCodeInternalError StreamingSessionStreamStatusCode = "INTERNAL_ERROR" StreamingSessionStreamStatusCodeNetworkConnectionError StreamingSessionStreamStatusCode = "NETWORK_CONNECTION_ERROR" ) // Values returns all known values for StreamingSessionStreamStatusCode. Note that // this can be expanded in the future, and so it is only as up to date as the // client. The ordering of this slice is not guaranteed to be stable across // updates. func (StreamingSessionStreamStatusCode) Values() []StreamingSessionStreamStatusCode { return []StreamingSessionStreamStatusCode{ "STREAM_CREATE_IN_PROGRESS", "STREAM_READY", "STREAM_DELETE_IN_PROGRESS", "STREAM_DELETED", "INTERNAL_ERROR", "NETWORK_CONNECTION_ERROR", } } type StudioComponentInitializationScriptRunContext string // Enum values for StudioComponentInitializationScriptRunContext const ( StudioComponentInitializationScriptRunContextSystemInitialization StudioComponentInitializationScriptRunContext = "SYSTEM_INITIALIZATION" StudioComponentInitializationScriptRunContextUserInitialization StudioComponentInitializationScriptRunContext = "USER_INITIALIZATION" ) // Values returns all known values for // StudioComponentInitializationScriptRunContext. Note that this can be expanded in // the future, and so it is only as up to date as the client. The ordering of this // slice is not guaranteed to be stable across updates. func (StudioComponentInitializationScriptRunContext) Values() []StudioComponentInitializationScriptRunContext { return []StudioComponentInitializationScriptRunContext{ "SYSTEM_INITIALIZATION", "USER_INITIALIZATION", } } type StudioComponentState string // Enum values for StudioComponentState const ( StudioComponentStateCreateInProgress StudioComponentState = "CREATE_IN_PROGRESS" StudioComponentStateReady StudioComponentState = "READY" StudioComponentStateUpdateInProgress StudioComponentState = "UPDATE_IN_PROGRESS" StudioComponentStateDeleteInProgress StudioComponentState = "DELETE_IN_PROGRESS" StudioComponentStateDeleted StudioComponentState = "DELETED" StudioComponentStateDeleteFailed StudioComponentState = "DELETE_FAILED" StudioComponentStateCreateFailed StudioComponentState = "CREATE_FAILED" StudioComponentStateUpdateFailed StudioComponentState = "UPDATE_FAILED" ) // Values returns all known values for StudioComponentState. Note that this can be // expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (StudioComponentState) Values() []StudioComponentState { return []StudioComponentState{ "CREATE_IN_PROGRESS", "READY", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DELETE_FAILED", "CREATE_FAILED", "UPDATE_FAILED", } } type StudioComponentStatusCode string // Enum values for StudioComponentStatusCode const ( StudioComponentStatusCodeActiveDirectoryAlreadyExists StudioComponentStatusCode = "ACTIVE_DIRECTORY_ALREADY_EXISTS" StudioComponentStatusCodeStudioComponentCreated StudioComponentStatusCode = "STUDIO_COMPONENT_CREATED" StudioComponentStatusCodeStudioComponentUpdated StudioComponentStatusCode = "STUDIO_COMPONENT_UPDATED" StudioComponentStatusCodeStudioComponentDeleted StudioComponentStatusCode = "STUDIO_COMPONENT_DELETED" StudioComponentStatusCodeEncryptionKeyAccessDenied StudioComponentStatusCode = "ENCRYPTION_KEY_ACCESS_DENIED" StudioComponentStatusCodeEncryptionKeyNotFound StudioComponentStatusCode = "ENCRYPTION_KEY_NOT_FOUND" StudioComponentStatusCodeStudioComponentCreateInProgress StudioComponentStatusCode = "STUDIO_COMPONENT_CREATE_IN_PROGRESS" StudioComponentStatusCodeStudioComponentUpdateInProgress StudioComponentStatusCode = "STUDIO_COMPONENT_UPDATE_IN_PROGRESS" StudioComponentStatusCodeStudioComponentDeleteInProgress StudioComponentStatusCode = "STUDIO_COMPONENT_DELETE_IN_PROGRESS" StudioComponentStatusCodeInternalError StudioComponentStatusCode = "INTERNAL_ERROR" ) // Values returns all known values for StudioComponentStatusCode. Note that this // can be expanded in the future, and so it is only as up to date as the client. // The ordering of this slice is not guaranteed to be stable across updates. func (StudioComponentStatusCode) Values() []StudioComponentStatusCode { return []StudioComponentStatusCode{ "ACTIVE_DIRECTORY_ALREADY_EXISTS", "STUDIO_COMPONENT_CREATED", "STUDIO_COMPONENT_UPDATED", "STUDIO_COMPONENT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "STUDIO_COMPONENT_CREATE_IN_PROGRESS", "STUDIO_COMPONENT_UPDATE_IN_PROGRESS", "STUDIO_COMPONENT_DELETE_IN_PROGRESS", "INTERNAL_ERROR", } } type StudioComponentSubtype string // Enum values for StudioComponentSubtype const ( StudioComponentSubtypeAwsManagedMicrosoftAd StudioComponentSubtype = "AWS_MANAGED_MICROSOFT_AD" StudioComponentSubtypeAmazonFsxForWindows StudioComponentSubtype = "AMAZON_FSX_FOR_WINDOWS" StudioComponentSubtypeAmazonFsxForLustre StudioComponentSubtype = "AMAZON_FSX_FOR_LUSTRE" StudioComponentSubtypeCustom StudioComponentSubtype = "CUSTOM" ) // Values returns all known values for StudioComponentSubtype. Note that this can // be expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (StudioComponentSubtype) Values() []StudioComponentSubtype { return []StudioComponentSubtype{ "AWS_MANAGED_MICROSOFT_AD", "AMAZON_FSX_FOR_WINDOWS", "AMAZON_FSX_FOR_LUSTRE", "CUSTOM", } } type StudioComponentType string // Enum values for StudioComponentType const ( StudioComponentTypeActiveDirectory StudioComponentType = "ACTIVE_DIRECTORY" StudioComponentTypeSharedFileSystem StudioComponentType = "SHARED_FILE_SYSTEM" StudioComponentTypeComputeFarm StudioComponentType = "COMPUTE_FARM" StudioComponentTypeLicenseService StudioComponentType = "LICENSE_SERVICE" StudioComponentTypeCustom StudioComponentType = "CUSTOM" ) // Values returns all known values for StudioComponentType. Note that this can be // expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (StudioComponentType) Values() []StudioComponentType { return []StudioComponentType{ "ACTIVE_DIRECTORY", "SHARED_FILE_SYSTEM", "COMPUTE_FARM", "LICENSE_SERVICE", "CUSTOM", } } type StudioEncryptionConfigurationKeyType string // Enum values for StudioEncryptionConfigurationKeyType const ( StudioEncryptionConfigurationKeyTypeAwsOwnedKey StudioEncryptionConfigurationKeyType = "AWS_OWNED_KEY" StudioEncryptionConfigurationKeyTypeCustomerManagedKey StudioEncryptionConfigurationKeyType = "CUSTOMER_MANAGED_KEY" ) // Values returns all known values for StudioEncryptionConfigurationKeyType. Note // that this can be expanded in the future, and so it is only as up to date as the // client. The ordering of this slice is not guaranteed to be stable across // updates. func (StudioEncryptionConfigurationKeyType) Values() []StudioEncryptionConfigurationKeyType { return []StudioEncryptionConfigurationKeyType{ "AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY", } } type StudioPersona string // Enum values for StudioPersona const ( StudioPersonaAdministrator StudioPersona = "ADMINISTRATOR" ) // Values returns all known values for StudioPersona. Note that this can be // expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (StudioPersona) Values() []StudioPersona { return []StudioPersona{ "ADMINISTRATOR", } } type StudioState string // Enum values for StudioState const ( StudioStateCreateInProgress StudioState = "CREATE_IN_PROGRESS" StudioStateReady StudioState = "READY" StudioStateUpdateInProgress StudioState = "UPDATE_IN_PROGRESS" StudioStateDeleteInProgress StudioState = "DELETE_IN_PROGRESS" StudioStateDeleted StudioState = "DELETED" StudioStateDeleteFailed StudioState = "DELETE_FAILED" StudioStateCreateFailed StudioState = "CREATE_FAILED" StudioStateUpdateFailed StudioState = "UPDATE_FAILED" ) // Values returns all known values for StudioState. Note that this can be expanded // in the future, and so it is only as up to date as the client. The ordering of // this slice is not guaranteed to be stable across updates. func (StudioState) Values() []StudioState { return []StudioState{ "CREATE_IN_PROGRESS", "READY", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DELETE_FAILED", "CREATE_FAILED", "UPDATE_FAILED", } } type StudioStatusCode string // Enum values for StudioStatusCode const ( StudioStatusCodeStudioCreated StudioStatusCode = "STUDIO_CREATED" StudioStatusCodeStudioDeleted StudioStatusCode = "STUDIO_DELETED" StudioStatusCodeStudioUpdated StudioStatusCode = "STUDIO_UPDATED" StudioStatusCodeStudioCreateInProgress StudioStatusCode = "STUDIO_CREATE_IN_PROGRESS" StudioStatusCodeStudioUpdateInProgress StudioStatusCode = "STUDIO_UPDATE_IN_PROGRESS" StudioStatusCodeStudioDeleteInProgress StudioStatusCode = "STUDIO_DELETE_IN_PROGRESS" StudioStatusCodeStudioWithLaunchProfilesNotDeleted StudioStatusCode = "STUDIO_WITH_LAUNCH_PROFILES_NOT_DELETED" StudioStatusCodeStudioWithStudioComponentsNotDeleted StudioStatusCode = "STUDIO_WITH_STUDIO_COMPONENTS_NOT_DELETED" StudioStatusCodeStudioWithStreamingImagesNotDeleted StudioStatusCode = "STUDIO_WITH_STREAMING_IMAGES_NOT_DELETED" StudioStatusCodeAwsSsoNotEnabled StudioStatusCode = "AWS_SSO_NOT_ENABLED" StudioStatusCodeAwsSsoAccessDenied StudioStatusCode = "AWS_SSO_ACCESS_DENIED" StudioStatusCodeRoleNotOwnedByStudioOwner StudioStatusCode = "ROLE_NOT_OWNED_BY_STUDIO_OWNER" StudioStatusCodeRoleCouldNotBeAssumed StudioStatusCode = "ROLE_COULD_NOT_BE_ASSUMED" StudioStatusCodeInternalError StudioStatusCode = "INTERNAL_ERROR" StudioStatusCodeEncryptionKeyNotFound StudioStatusCode = "ENCRYPTION_KEY_NOT_FOUND" StudioStatusCodeEncryptionKeyAccessDenied StudioStatusCode = "ENCRYPTION_KEY_ACCESS_DENIED" StudioStatusCodeAwsSsoConfigurationRepaired StudioStatusCode = "AWS_SSO_CONFIGURATION_REPAIRED" StudioStatusCodeAwsSsoConfigurationRepairInProgress StudioStatusCode = "AWS_SSO_CONFIGURATION_REPAIR_IN_PROGRESS" StudioStatusCodeAwsStsRegionDisabled StudioStatusCode = "AWS_STS_REGION_DISABLED" ) // Values returns all known values for StudioStatusCode. Note that this can be // expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (StudioStatusCode) Values() []StudioStatusCode { return []StudioStatusCode{ "STUDIO_CREATED", "STUDIO_DELETED", "STUDIO_UPDATED", "STUDIO_CREATE_IN_PROGRESS", "STUDIO_UPDATE_IN_PROGRESS", "STUDIO_DELETE_IN_PROGRESS", "STUDIO_WITH_LAUNCH_PROFILES_NOT_DELETED", "STUDIO_WITH_STUDIO_COMPONENTS_NOT_DELETED", "STUDIO_WITH_STREAMING_IMAGES_NOT_DELETED", "AWS_SSO_NOT_ENABLED", "AWS_SSO_ACCESS_DENIED", "ROLE_NOT_OWNED_BY_STUDIO_OWNER", "ROLE_COULD_NOT_BE_ASSUMED", "INTERNAL_ERROR", "ENCRYPTION_KEY_NOT_FOUND", "ENCRYPTION_KEY_ACCESS_DENIED", "AWS_SSO_CONFIGURATION_REPAIRED", "AWS_SSO_CONFIGURATION_REPAIR_IN_PROGRESS", "AWS_STS_REGION_DISABLED", } } type VolumeRetentionMode string // Enum values for VolumeRetentionMode const ( VolumeRetentionModeRetain VolumeRetentionMode = "RETAIN" VolumeRetentionModeDelete VolumeRetentionMode = "DELETE" ) // Values returns all known values for VolumeRetentionMode. Note that this can be // expanded in the future, and so it is only as up to date as the client. The // ordering of this slice is not guaranteed to be stable across updates. func (VolumeRetentionMode) Values() []VolumeRetentionMode { return []VolumeRetentionMode{ "RETAIN", "DELETE", } }