AWS Security ChangesHomeSearch

AWS ivs documentation change

Service: ivs · 2025-05-31 · Documentation low

File: ivs/latest/RealTimeAPIReference/API_ParticipantSummary.md

Summary

Added replication metadata fields and fixed class name typo in ParticipantSummary

Security assessment

Extends replication tracking documentation and fixes typo, no security context present

Diff

diff --git a/ivs/latest/RealTimeAPIReference/API_ParticipantSummary.md b/ivs/latest/RealTimeAPIReference/API_ParticipantSummary.md
index 28f17bce5..ec5e191d7 100644
--- a//ivs/latest/RealTimeAPIReference/API_ParticipantSummary.md
+++ b//ivs/latest/RealTimeAPIReference/API_ParticipantSummary.md
@@ -54,0 +55,48 @@ 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
+
+**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
+
@@ -96 +144 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-ParticipantRecordingHlsConfiguration
+ParticipantReplica