@aws-sdk/client-chime-sdk-messaging 3.245.0 → 3.252.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.
@@ -720,14 +720,8 @@ const serializeAws_restJson1ListChannelMessagesCommand = async (input, context)
720
720
  resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "ChannelArn", () => input.ChannelArn, "{ChannelArn}", false);
721
721
  const query = map({
722
722
  "sort-order": [, input.SortOrder],
723
- "not-before": [
724
- () => input.NotBefore !== void 0,
725
- () => (input.NotBefore.toISOString().split(".")[0] + "Z").toString(),
726
- ],
727
- "not-after": [
728
- () => input.NotAfter !== void 0,
729
- () => (input.NotAfter.toISOString().split(".")[0] + "Z").toString(),
730
- ],
723
+ "not-before": [() => input.NotBefore !== void 0, () => input.NotBefore.toISOString().split(".")[0] + "Z"],
724
+ "not-after": [() => input.NotAfter !== void 0, () => input.NotAfter.toISOString().split(".")[0] + "Z"],
731
725
  "max-results": [() => input.MaxResults !== void 0, () => input.MaxResults.toString()],
732
726
  "next-token": [, input.NextToken],
733
727
  "sub-channel-id": [, input.SubChannelId],
@@ -686,14 +686,8 @@ export const serializeAws_restJson1ListChannelMessagesCommand = async (input, co
686
686
  resolvedPath = __resolvedPath(resolvedPath, input, "ChannelArn", () => input.ChannelArn, "{ChannelArn}", false);
687
687
  const query = map({
688
688
  "sort-order": [, input.SortOrder],
689
- "not-before": [
690
- () => input.NotBefore !== void 0,
691
- () => (input.NotBefore.toISOString().split(".")[0] + "Z").toString(),
692
- ],
693
- "not-after": [
694
- () => input.NotAfter !== void 0,
695
- () => (input.NotAfter.toISOString().split(".")[0] + "Z").toString(),
696
- ],
689
+ "not-before": [() => input.NotBefore !== void 0, () => input.NotBefore.toISOString().split(".")[0] + "Z"],
690
+ "not-after": [() => input.NotAfter !== void 0, () => input.NotAfter.toISOString().split(".")[0] + "Z"],
697
691
  "max-results": [() => input.MaxResults !== void 0, () => input.MaxResults.toString()],
698
692
  "next-token": [, input.NextToken],
699
693
  "sub-channel-id": [, input.SubChannelId],
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.245.0",
4
+ "version": "3.252.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",
@@ -11,7 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
- "generate:client": "(cd ../../ && yarn generate-clients -g ./codegen/sdk-codegen/aws-models/chime-sdk-messaging.json --keepFiles)"
14
+ "generate:client": "node ../../scripts/generate-clients/single-service --solo chime-sdk-messaging"
15
15
  },
16
16
  "main": "./dist-cjs/index.js",
17
17
  "types": "./dist-types/index.d.ts",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "2.0.0",
22
22
  "@aws-crypto/sha256-js": "2.0.0",
23
- "@aws-sdk/client-sts": "3.245.0",
23
+ "@aws-sdk/client-sts": "3.252.0",
24
24
  "@aws-sdk/config-resolver": "3.234.0",
25
- "@aws-sdk/credential-provider-node": "3.245.0",
25
+ "@aws-sdk/credential-provider-node": "3.252.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.226.0",
27
27
  "@aws-sdk/hash-node": "3.226.0",
28
28
  "@aws-sdk/invalid-dependency": "3.226.0",