AWSKinesisVideoEdgeAgentStatus
Objective-C
@interface AWSKinesisVideoEdgeAgentStatusSwift
class AWSKinesisVideoEdgeAgentStatusAn object that contains the latest status details for an edge agent’s recorder and uploader jobs. Use this information to determine the current health of an edge agent.
- 
                  
                  The latest status of a stream’s edge recording job. DeclarationObjective-C @property (nonatomic, strong) AWSKinesisVideoLastRecorderStatus *_Nullable lastRecorderStatus;Swift var lastRecorderStatus: AWSKinesisVideoLastRecorderStatus? { get set }
- 
                  
                  The latest status of a stream’s edge to cloud uploader job. DeclarationObjective-C @property (nonatomic, strong) AWSKinesisVideoLastUploaderStatus *_Nullable lastUploaderStatus;Swift var lastUploaderStatus: AWSKinesisVideoLastUploaderStatus? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSKinesisVideoEdgeAgentStatus Class Reference
        AWSKinesisVideoEdgeAgentStatus Class Reference