AWS ivs documentation change
Summary
Added replication state, type, and source tracking fields to Participant documentation
Security assessment
Documents new replication-related API parameters without security implications
Diff
diff --git a/ivs/latest/RealTimeAPIReference/API_Participant.md b/ivs/latest/RealTimeAPIReference/API_Participant.md index 8cacff492..0ff57f73b 100644 --- a//ivs/latest/RealTimeAPIReference/API_Participant.md +++ b//ivs/latest/RealTimeAPIReference/API_Participant.md @@ -165,0 +166,22 @@ Required: No +**replicationState** + + +The participant's replication state. + +Type: String + +Valid Values: `ACTIVE | STOPPED` + +Required: No + +**replicationType** + + +Indicates if the participant has been replicated to another stage or is a replica from another stage. Default: `NONE`. + +Type: String + +Valid Values: `SOURCE | REPLICA | NONE` + +Required: No + @@ -178,0 +201,26 @@ Required: No +**sourceSessionId** + + +ID of the session within the source stage, if `replicationType` is `REPLICA`. + +Type: String + +Length Constraints: Fixed length of 16. + +Pattern: `st-[a-zA-Z0-9]+` + +Required: No + +**sourceStageArn** + + +Source stage ARN from which this participant is replicated, if `replicationType` is `REPLICA`. + +Type: String + +Length Constraints: Minimum length of 1. Maximum length of 128. + +Pattern: `arn:aws:ivs:[a-z0-9-]+:[0-9]+:stage/[a-zA-Z0-9-]+` + +Required: No +