AWS SDK for Kotlin
Toggle table of contents
1.5.67
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
appstream
/
aws.sdk.kotlin.services.appstream.model
/
SoftwareDeploymentStatus
Software
Deployment
Status
sealed
class
SoftwareDeploymentStatus
Inheritors
FailedToInstall
FailedToUninstall
Installed
PendingInstallation
PendingUninstallation
StagedForInstallation
StagedForUninstallation
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
To
Install
Link copied to clipboard
object
FailedToInstall
:
SoftwareDeploymentStatus
Failed
To
Uninstall
Link copied to clipboard
object
FailedToUninstall
:
SoftwareDeploymentStatus
Installed
Link copied to clipboard
object
Installed
:
SoftwareDeploymentStatus
Pending
Installation
Link copied to clipboard
object
PendingInstallation
:
SoftwareDeploymentStatus
Pending
Uninstallation
Link copied to clipboard
object
PendingUninstallation
:
SoftwareDeploymentStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SoftwareDeploymentStatus
Staged
For
Installation
Link copied to clipboard
object
StagedForInstallation
:
SoftwareDeploymentStatus
Staged
For
Uninstallation
Link copied to clipboard
object
StagedForUninstallation
:
SoftwareDeploymentStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String