|
98 | 98 | {"shape":"ThrottlingException"},
|
99 | 99 | {"shape":"AccessDeniedException"},
|
100 | 100 | {"shape":"ResourceNotFoundException"},
|
| 101 | + {"shape":"PendingVerification"}, |
101 | 102 | {"shape":"ValidationException"}
|
102 | 103 | ],
|
103 | 104 | "documentation":"<p>Sends an event to a specific room which directs clients to delete a specific message; that is, unrender it from view and delete it from the client’s chat history. This event’s <code>EventName</code> is <code>aws:DELETE_MESSAGE</code>. This replicates the <a href=\"https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-deletemessage-publish.html\"> DeleteMessage</a> WebSocket operation in the Amazon IVS Chat Messaging API.</p>"
|
|
131 | 132 | {"shape":"ThrottlingException"},
|
132 | 133 | {"shape":"AccessDeniedException"},
|
133 | 134 | {"shape":"ResourceNotFoundException"},
|
| 135 | + {"shape":"PendingVerification"}, |
134 | 136 | {"shape":"ValidationException"}
|
135 | 137 | ],
|
136 | 138 | "documentation":"<p>Disconnects all connections using a specified user ID from a room. This replicates the <a href=\"https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-disconnectuser-publish.html\"> DisconnectUser</a> WebSocket operation in the Amazon IVS Chat Messaging API.</p>"
|
|
227 | 229 | {"shape":"ThrottlingException"},
|
228 | 230 | {"shape":"AccessDeniedException"},
|
229 | 231 | {"shape":"ResourceNotFoundException"},
|
| 232 | + {"shape":"PendingVerification"}, |
230 | 233 | {"shape":"ValidationException"}
|
231 | 234 | ],
|
232 | 235 | "documentation":"<p>Sends an event to a room. Use this within your application’s business logic to send events to clients of a room; e.g., to notify clients to change the way the chat UI is rendered.</p>"
|
|
613 | 616 | "members":{
|
614 | 617 | "cloudWatchLogs":{
|
615 | 618 | "shape":"CloudWatchLogsDestinationConfiguration",
|
616 |
| - "documentation":"<p>Name of the Amazon CloudWatch Logs destination where chat activity will be logged.</p>" |
| 619 | + "documentation":"<p>An Amazon CloudWatch Logs destination configuration where chat activity will be logged.</p>" |
617 | 620 | },
|
618 | 621 | "firehose":{
|
619 | 622 | "shape":"FirehoseDestinationConfiguration",
|
620 |
| - "documentation":"<p>Name of the Amazon Kinesis Data Firehose destination where chat activity will be logged</p>" |
| 623 | + "documentation":"<p>An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.</p>" |
621 | 624 | },
|
622 | 625 | "s3":{
|
623 | 626 | "shape":"S3DestinationConfiguration",
|
624 |
| - "documentation":"<p>Name of the Amazon S3 bucket where chat activity will be logged.</p>" |
| 627 | + "documentation":"<p>An Amazon S3 destination configuration where chat activity will be logged.</p>" |
625 | 628 | }
|
626 | 629 | },
|
627 | 630 | "documentation":"<p>A complex type that describes a location where chat logs will be stored. Each member represents the configuration of one log destination. For logging, you define only one type of destination (for CloudWatch Logs, Kinesis Firehose, or S3).</p>",
|
|
0 commit comments