Skip to content

Commit d6f3e2d

Browse files
Doc only update that changes description for ParticipantToken.
1 parent d97b3db commit d6f3e2d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

generator/ServiceModels/ivs-realtime/ivs-realtime-2020-07-14.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
}
266266
},
267267
"ParticipantToken": {
268-
"base": "<p>Object specifying a participant token in a stage.</p>",
268+
"base": "<p>Object specifying a participant token in a stage.</p> <p> <b>Important</b>: Treat tokens as opaque; i.e., do not build functionality based on token contents. The format of tokens could change in the future.</p>",
269269
"refs": {
270270
"CreateParticipantTokenResponse$participantToken": "<p>The participant token that was created.</p>",
271271
"ParticipantTokenList$member": null

generator/ServiceModels/ivs-realtime/ivs-realtime-2020-07-14.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@
850850
"documentation":"<p>Customer-assigned name to help identify the token; this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. <i>This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.</i> </p>"
851851
}
852852
},
853-
"documentation":"<p>Object specifying a participant token in a stage.</p>"
853+
"documentation":"<p>Object specifying a participant token in a stage.</p> <p> <b>Important</b>: Treat tokens as opaque; i.e., do not build functionality based on token contents. The format of tokens could change in the future.</p>"
854854
},
855855
"ParticipantTokenAttributes":{
856856
"type":"map",

sdk/src/Services/IVSRealTime/Generated/Model/ParticipantToken.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ namespace Amazon.IVSRealTime.Model
3030
{
3131
/// <summary>
3232
/// Object specifying a participant token in a stage.
33+
///
34+
///
35+
/// <para>
36+
/// <b>Important</b>: Treat tokens as opaque; i.e., do not build functionality based
37+
/// on token contents. The format of tokens could change in the future.
38+
/// </para>
3339
/// </summary>
3440
public partial class ParticipantToken
3541
{

0 commit comments

Comments
 (0)