@aws-sdk/client-ivs 3.363.0 → 3.369.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.
@@ -988,7 +988,7 @@ const de_DeletePlaybackKeyPairCommandError = async (output, context) => {
988
988
  }
989
989
  };
990
990
  const de_DeleteRecordingConfigurationCommand = async (output, context) => {
991
- if (output.statusCode !== 200 && output.statusCode >= 300) {
991
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
992
992
  return de_DeleteRecordingConfigurationCommandError(output, context);
993
993
  }
994
994
  const contents = (0, smithy_client_1.map)({
@@ -1641,7 +1641,7 @@ const de_ListTagsForResourceCommandError = async (output, context) => {
1641
1641
  }
1642
1642
  };
1643
1643
  const de_PutMetadataCommand = async (output, context) => {
1644
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1644
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
1645
1645
  return de_PutMetadataCommandError(output, context);
1646
1646
  }
1647
1647
  const contents = (0, smithy_client_1.map)({
@@ -946,7 +946,7 @@ const de_DeletePlaybackKeyPairCommandError = async (output, context) => {
946
946
  }
947
947
  };
948
948
  export const de_DeleteRecordingConfigurationCommand = async (output, context) => {
949
- if (output.statusCode !== 200 && output.statusCode >= 300) {
949
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
950
950
  return de_DeleteRecordingConfigurationCommandError(output, context);
951
951
  }
952
952
  const contents = map({
@@ -1583,7 +1583,7 @@ const de_ListTagsForResourceCommandError = async (output, context) => {
1583
1583
  }
1584
1584
  };
1585
1585
  export const de_PutMetadataCommand = async (output, context) => {
1586
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1586
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
1587
1587
  return de_PutMetadataCommandError(output, context);
1588
1588
  }
1589
1589
  const contents = map({
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.363.0",
4
+ "version": "3.369.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.363.0",
25
- "@aws-sdk/credential-provider-node": "3.363.0",
26
- "@aws-sdk/middleware-host-header": "3.363.0",
27
- "@aws-sdk/middleware-logger": "3.363.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.363.0",
29
- "@aws-sdk/middleware-signing": "3.363.0",
30
- "@aws-sdk/middleware-user-agent": "3.363.0",
31
- "@aws-sdk/types": "3.357.0",
32
- "@aws-sdk/util-endpoints": "3.357.0",
33
- "@aws-sdk/util-user-agent-browser": "3.363.0",
34
- "@aws-sdk/util-user-agent-node": "3.363.0",
24
+ "@aws-sdk/client-sts": "3.369.0",
25
+ "@aws-sdk/credential-provider-node": "3.369.0",
26
+ "@aws-sdk/middleware-host-header": "3.369.0",
27
+ "@aws-sdk/middleware-logger": "3.369.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.369.0",
29
+ "@aws-sdk/middleware-signing": "3.369.0",
30
+ "@aws-sdk/middleware-user-agent": "3.369.0",
31
+ "@aws-sdk/types": "3.369.0",
32
+ "@aws-sdk/util-endpoints": "3.369.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.369.0",
34
+ "@aws-sdk/util-user-agent-node": "3.369.0",
35
35
  "@smithy/config-resolver": "^1.0.1",
36
36
  "@smithy/fetch-http-handler": "^1.0.1",
37
37
  "@smithy/hash-node": "^1.0.1",
@@ -45,7 +45,7 @@
45
45
  "@smithy/node-http-handler": "^1.0.2",
46
46
  "@smithy/protocol-http": "^1.0.1",
47
47
  "@smithy/smithy-client": "^1.0.3",
48
- "@smithy/types": "^1.0.0",
48
+ "@smithy/types": "^1.1.0",
49
49
  "@smithy/url-parser": "^1.0.1",
50
50
  "@smithy/util-base64": "^1.0.1",
51
51
  "@smithy/util-body-length-browser": "^1.0.1",