@aws-sdk/client-chime-sdk-messaging 3.354.0 → 3.357.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.
@@ -1228,7 +1228,7 @@ const de_AssociateChannelFlowCommand = async (output, context) => {
1228
1228
  const contents = (0, smithy_client_1.map)({
1229
1229
  $metadata: deserializeMetadata(output),
1230
1230
  });
1231
- await collectBody(output.body, context);
1231
+ await (0, smithy_client_1.collectBody)(output.body, context);
1232
1232
  return contents;
1233
1233
  };
1234
1234
  exports.de_AssociateChannelFlowCommand = de_AssociateChannelFlowCommand;
@@ -1670,7 +1670,7 @@ const de_DeleteChannelCommand = async (output, context) => {
1670
1670
  const contents = (0, smithy_client_1.map)({
1671
1671
  $metadata: deserializeMetadata(output),
1672
1672
  });
1673
- await collectBody(output.body, context);
1673
+ await (0, smithy_client_1.collectBody)(output.body, context);
1674
1674
  return contents;
1675
1675
  };
1676
1676
  exports.de_DeleteChannelCommand = de_DeleteChannelCommand;
@@ -1718,7 +1718,7 @@ const de_DeleteChannelBanCommand = async (output, context) => {
1718
1718
  const contents = (0, smithy_client_1.map)({
1719
1719
  $metadata: deserializeMetadata(output),
1720
1720
  });
1721
- await collectBody(output.body, context);
1721
+ await (0, smithy_client_1.collectBody)(output.body, context);
1722
1722
  return contents;
1723
1723
  };
1724
1724
  exports.de_DeleteChannelBanCommand = de_DeleteChannelBanCommand;
@@ -1763,7 +1763,7 @@ const de_DeleteChannelFlowCommand = async (output, context) => {
1763
1763
  const contents = (0, smithy_client_1.map)({
1764
1764
  $metadata: deserializeMetadata(output),
1765
1765
  });
1766
- await collectBody(output.body, context);
1766
+ await (0, smithy_client_1.collectBody)(output.body, context);
1767
1767
  return contents;
1768
1768
  };
1769
1769
  exports.de_DeleteChannelFlowCommand = de_DeleteChannelFlowCommand;
@@ -1811,7 +1811,7 @@ const de_DeleteChannelMembershipCommand = async (output, context) => {
1811
1811
  const contents = (0, smithy_client_1.map)({
1812
1812
  $metadata: deserializeMetadata(output),
1813
1813
  });
1814
- await collectBody(output.body, context);
1814
+ await (0, smithy_client_1.collectBody)(output.body, context);
1815
1815
  return contents;
1816
1816
  };
1817
1817
  exports.de_DeleteChannelMembershipCommand = de_DeleteChannelMembershipCommand;
@@ -1859,7 +1859,7 @@ const de_DeleteChannelMessageCommand = async (output, context) => {
1859
1859
  const contents = (0, smithy_client_1.map)({
1860
1860
  $metadata: deserializeMetadata(output),
1861
1861
  });
1862
- await collectBody(output.body, context);
1862
+ await (0, smithy_client_1.collectBody)(output.body, context);
1863
1863
  return contents;
1864
1864
  };
1865
1865
  exports.de_DeleteChannelMessageCommand = de_DeleteChannelMessageCommand;
@@ -1904,7 +1904,7 @@ const de_DeleteChannelModeratorCommand = async (output, context) => {
1904
1904
  const contents = (0, smithy_client_1.map)({
1905
1905
  $metadata: deserializeMetadata(output),
1906
1906
  });
1907
- await collectBody(output.body, context);
1907
+ await (0, smithy_client_1.collectBody)(output.body, context);
1908
1908
  return contents;
1909
1909
  };
1910
1910
  exports.de_DeleteChannelModeratorCommand = de_DeleteChannelModeratorCommand;
@@ -1949,7 +1949,7 @@ const de_DeleteMessagingStreamingConfigurationsCommand = async (output, context)
1949
1949
  const contents = (0, smithy_client_1.map)({
1950
1950
  $metadata: deserializeMetadata(output),
1951
1951
  });
1952
- await collectBody(output.body, context);
1952
+ await (0, smithy_client_1.collectBody)(output.body, context);
1953
1953
  return contents;
1954
1954
  };
1955
1955
  exports.de_DeleteMessagingStreamingConfigurationsCommand = de_DeleteMessagingStreamingConfigurationsCommand;
@@ -2346,7 +2346,7 @@ const de_DisassociateChannelFlowCommand = async (output, context) => {
2346
2346
  const contents = (0, smithy_client_1.map)({
2347
2347
  $metadata: deserializeMetadata(output),
2348
2348
  });
2349
- await collectBody(output.body, context);
2349
+ await (0, smithy_client_1.collectBody)(output.body, context);
2350
2350
  return contents;
2351
2351
  };
2352
2352
  exports.de_DisassociateChannelFlowCommand = de_DisassociateChannelFlowCommand;
@@ -3523,7 +3523,7 @@ const de_TagResourceCommand = async (output, context) => {
3523
3523
  const contents = (0, smithy_client_1.map)({
3524
3524
  $metadata: deserializeMetadata(output),
3525
3525
  });
3526
- await collectBody(output.body, context);
3526
+ await (0, smithy_client_1.collectBody)(output.body, context);
3527
3527
  return contents;
3528
3528
  };
3529
3529
  exports.de_TagResourceCommand = de_TagResourceCommand;
@@ -3571,7 +3571,7 @@ const de_UntagResourceCommand = async (output, context) => {
3571
3571
  const contents = (0, smithy_client_1.map)({
3572
3572
  $metadata: deserializeMetadata(output),
3573
3573
  });
3574
- await collectBody(output.body, context);
3574
+ await (0, smithy_client_1.collectBody)(output.body, context);
3575
3575
  return contents;
3576
3576
  };
3577
3577
  exports.de_UntagResourceCommand = de_UntagResourceCommand;
@@ -4100,13 +4100,7 @@ const deserializeMetadata = (output) => ({
4100
4100
  extendedRequestId: output.headers["x-amz-id-2"],
4101
4101
  cfId: output.headers["x-amz-cf-id"],
4102
4102
  });
4103
- const collectBody = (streamBody = new Uint8Array(), context) => {
4104
- if (streamBody instanceof Uint8Array) {
4105
- return Promise.resolve(streamBody);
4106
- }
4107
- return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
4108
- };
4109
- const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
4103
+ const collectBodyString = (streamBody, context) => (0, smithy_client_1.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
4110
4104
  const isSerializableHeaderValue = (value) => value !== undefined &&
4111
4105
  value !== null &&
4112
4106
  value !== "" &&
@@ -1,4 +1,4 @@
1
- import { _json, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, resolvedPath as __resolvedPath, take, withBaseException, } from "@aws-sdk/smithy-client";
1
+ import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, resolvedPath as __resolvedPath, take, withBaseException, } from "@aws-sdk/smithy-client";
2
2
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
3
3
  import { v4 as generateIdempotencyToken } from "uuid";
4
4
  import { ChimeSDKMessagingServiceException as __BaseException } from "../models/ChimeSDKMessagingServiceException";
@@ -3993,12 +3993,6 @@ const deserializeMetadata = (output) => ({
3993
3993
  extendedRequestId: output.headers["x-amz-id-2"],
3994
3994
  cfId: output.headers["x-amz-cf-id"],
3995
3995
  });
3996
- const collectBody = (streamBody = new Uint8Array(), context) => {
3997
- if (streamBody instanceof Uint8Array) {
3998
- return Promise.resolve(streamBody);
3999
- }
4000
- return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
4001
- };
4002
3996
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
4003
3997
  const isSerializableHeaderValue = (value) => value !== undefined &&
4004
3998
  value !== null &&
@@ -124,7 +124,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
124
124
  */
125
125
  runtime?: string;
126
126
  /**
127
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
127
+ * Disable dynamically changing the endpoint of the client based on the hostPrefix
128
128
  * trait of an operation.
129
129
  */
130
130
  disableHostPrefix?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-messaging",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Messaging Client for Node.js, Browser and React Native",
4
- "version": "3.354.0",
4
+ "version": "3.357.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,36 +21,36 @@
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.354.0",
25
- "@aws-sdk/config-resolver": "3.354.0",
26
- "@aws-sdk/credential-provider-node": "3.354.0",
27
- "@aws-sdk/fetch-http-handler": "3.353.0",
28
- "@aws-sdk/hash-node": "3.347.0",
29
- "@aws-sdk/invalid-dependency": "3.347.0",
30
- "@aws-sdk/middleware-content-length": "3.347.0",
31
- "@aws-sdk/middleware-endpoint": "3.347.0",
32
- "@aws-sdk/middleware-host-header": "3.347.0",
33
- "@aws-sdk/middleware-logger": "3.347.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.347.0",
35
- "@aws-sdk/middleware-retry": "3.354.0",
36
- "@aws-sdk/middleware-serde": "3.347.0",
37
- "@aws-sdk/middleware-signing": "3.354.0",
38
- "@aws-sdk/middleware-stack": "3.347.0",
39
- "@aws-sdk/middleware-user-agent": "3.352.0",
40
- "@aws-sdk/node-config-provider": "3.354.0",
41
- "@aws-sdk/node-http-handler": "3.350.0",
42
- "@aws-sdk/smithy-client": "3.347.0",
43
- "@aws-sdk/types": "3.347.0",
44
- "@aws-sdk/url-parser": "3.347.0",
24
+ "@aws-sdk/client-sts": "3.357.0",
25
+ "@aws-sdk/config-resolver": "3.357.0",
26
+ "@aws-sdk/credential-provider-node": "3.357.0",
27
+ "@aws-sdk/fetch-http-handler": "3.357.0",
28
+ "@aws-sdk/hash-node": "3.357.0",
29
+ "@aws-sdk/invalid-dependency": "3.357.0",
30
+ "@aws-sdk/middleware-content-length": "3.357.0",
31
+ "@aws-sdk/middleware-endpoint": "3.357.0",
32
+ "@aws-sdk/middleware-host-header": "3.357.0",
33
+ "@aws-sdk/middleware-logger": "3.357.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.357.0",
35
+ "@aws-sdk/middleware-retry": "3.357.0",
36
+ "@aws-sdk/middleware-serde": "3.357.0",
37
+ "@aws-sdk/middleware-signing": "3.357.0",
38
+ "@aws-sdk/middleware-stack": "3.357.0",
39
+ "@aws-sdk/middleware-user-agent": "3.357.0",
40
+ "@aws-sdk/node-config-provider": "3.357.0",
41
+ "@aws-sdk/node-http-handler": "3.357.0",
42
+ "@aws-sdk/smithy-client": "3.357.0",
43
+ "@aws-sdk/types": "3.357.0",
44
+ "@aws-sdk/url-parser": "3.357.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.353.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.354.0",
50
- "@aws-sdk/util-endpoints": "3.352.0",
51
- "@aws-sdk/util-retry": "3.347.0",
52
- "@aws-sdk/util-user-agent-browser": "3.347.0",
53
- "@aws-sdk/util-user-agent-node": "3.354.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.357.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.357.0",
50
+ "@aws-sdk/util-endpoints": "3.357.0",
51
+ "@aws-sdk/util-retry": "3.357.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.357.0",
53
+ "@aws-sdk/util-user-agent-node": "3.357.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",