AWSKinesisVideoEdgeAgentStatus
Objective-C
@interface AWSKinesisVideoEdgeAgentStatus
Swift
class AWSKinesisVideoEdgeAgentStatus
An 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.
Declaration
Objective-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.
Declaration
Objective-C
@property (nonatomic, strong) AWSKinesisVideoLastUploaderStatus *_Nullable lastUploaderStatus;
Swift
var lastUploaderStatus: AWSKinesisVideoLastUploaderStatus? { get set }