AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
medialive
/
aws.sdk.kotlin.services.medialive.model
/
SignalMapMonitorDeploymentStatus
Signal
Map
Monitor
Deployment
Status
sealed
class
SignalMapMonitorDeploymentStatus
A signal map's monitor deployment status.
Inheritors
DeleteComplete
DeleteFailed
DeleteInProgress
DeploymentComplete
DeploymentFailed
DeploymentInProgress
DryRunDeploymentComplete
DryRunDeploymentFailed
DryRunDeploymentInProgress
NotDeployed
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Delete
Complete
Link copied to clipboard
object
DeleteComplete
:
SignalMapMonitorDeploymentStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
SignalMapMonitorDeploymentStatus
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
SignalMapMonitorDeploymentStatus
Deployment
Complete
Link copied to clipboard
object
DeploymentComplete
:
SignalMapMonitorDeploymentStatus
Deployment
Failed
Link copied to clipboard
object
DeploymentFailed
:
SignalMapMonitorDeploymentStatus
Deployment
In
Progress
Link copied to clipboard
object
DeploymentInProgress
:
SignalMapMonitorDeploymentStatus
Dry
Run
Deployment
Complete
Link copied to clipboard
object
DryRunDeploymentComplete
:
SignalMapMonitorDeploymentStatus
Dry
Run
Deployment
Failed
Link copied to clipboard
object
DryRunDeploymentFailed
:
SignalMapMonitorDeploymentStatus
Dry
Run
Deployment
In
Progress
Link copied to clipboard
object
DryRunDeploymentInProgress
:
SignalMapMonitorDeploymentStatus
Not
Deployed
Link copied to clipboard
object
NotDeployed
:
SignalMapMonitorDeploymentStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SignalMapMonitorDeploymentStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String