@aws-sdk/client-ivs 3.556.0 → 3.564.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -177,7 +177,7 @@ export interface Channel {
177
177
  */
178
178
  export interface BatchError {
179
179
  /**
180
- * <p>Channel ARN.</p>
180
+ * <p>ARN of an IVS resource; e.g., channel.</p>
181
181
  * @public
182
182
  */
183
183
  arn?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ivs",
3
3
  "description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
4
- "version": "3.556.0",
4
+ "version": "3.564.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ivs",
@@ -20,9 +20,8 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.556.0",
24
23
  "@aws-sdk/core": "3.556.0",
25
- "@aws-sdk/credential-provider-node": "3.556.0",
24
+ "@aws-sdk/credential-provider-node": "3.564.0",
26
25
  "@aws-sdk/middleware-host-header": "3.535.0",
27
26
  "@aws-sdk/middleware-logger": "3.535.0",
28
27
  "@aws-sdk/middleware-recursion-detection": "3.535.0",