From 19047c814f1ee2f37db292e0036e1966a9ec05c7 Mon Sep 17 00:00:00 2001 From: awstools Date: Mon, 7 Aug 2023 18:18:39 +0000 Subject: [PATCH] feat(client-ivs-realtime): Add QUOTA_EXCEEDED and PUBLISHER_NOT_FOUND to EventErrorCode for stage health events. --- clients/client-ivs-realtime/README.md | 14 ++++++-------- clients/client-ivs-realtime/src/IVSRealTime.ts | 14 ++++++-------- .../client-ivs-realtime/src/IVSRealTimeClient.ts | 14 ++++++-------- clients/client-ivs-realtime/src/index.ts | 14 ++++++-------- clients/client-ivs-realtime/src/models/models_0.ts | 9 ++++++++- 5 files changed, 32 insertions(+), 33 deletions(-) diff --git a/clients/client-ivs-realtime/README.md b/clients/client-ivs-realtime/README.md index 707cbc2effe1..daec6bb4e824 100644 --- a/clients/client-ivs-realtime/README.md +++ b/clients/client-ivs-realtime/README.md @@ -9,19 +9,17 @@ AWS SDK for JavaScript IVSRealTime Client for Node.js, Browser and React Native.

Introduction

-

The Amazon Interactive Video Service (IVS) stage API is REST compatible, using a standard HTTP +

The Amazon Interactive Video Service (IVS) real-time API is REST compatible, using a standard HTTP API and an AWS EventBridge event stream for responses. JSON is used for both requests and responses, including errors.

Terminology: