@aws-sdk/client-ivschat 3.430.0 → 3.431.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.
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.de_UpdateRoomCommand = exports.de_UpdateLoggingConfigurationCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_SendEventCommand = exports.de_ListTagsForResourceCommand = exports.de_ListRoomsCommand = exports.de_ListLoggingConfigurationsCommand = exports.de_GetRoomCommand = exports.de_GetLoggingConfigurationCommand = exports.de_DisconnectUserCommand = exports.de_DeleteRoomCommand = exports.de_DeleteMessageCommand = exports.de_DeleteLoggingConfigurationCommand = exports.de_CreateRoomCommand = exports.de_CreateLoggingConfigurationCommand = exports.de_CreateChatTokenCommand = exports.se_UpdateRoomCommand = exports.se_UpdateLoggingConfigurationCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_SendEventCommand = exports.se_ListTagsForResourceCommand = exports.se_ListRoomsCommand = exports.se_ListLoggingConfigurationsCommand = exports.se_GetRoomCommand = exports.se_GetLoggingConfigurationCommand = exports.se_DisconnectUserCommand = exports.se_DeleteRoomCommand = exports.se_DeleteMessageCommand = exports.se_DeleteLoggingConfigurationCommand = exports.se_CreateRoomCommand = exports.se_CreateLoggingConfigurationCommand = exports.se_CreateChatTokenCommand = void 0;
|
|
4
|
+
const core_1 = require("@aws-sdk/core");
|
|
4
5
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const IvschatServiceException_1 = require("../models/IvschatServiceException");
|
|
@@ -447,7 +448,7 @@ const de_CreateLoggingConfigurationCommand = async (output, context) => {
|
|
|
447
448
|
const doc = (0, smithy_client_1.take)(data, {
|
|
448
449
|
arn: smithy_client_1.expectString,
|
|
449
450
|
createTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
450
|
-
destinationConfiguration: (_) => (0, smithy_client_1._json)((0,
|
|
451
|
+
destinationConfiguration: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
451
452
|
id: smithy_client_1.expectString,
|
|
452
453
|
name: smithy_client_1.expectString,
|
|
453
454
|
state: smithy_client_1.expectString,
|
|
@@ -730,7 +731,7 @@ const de_GetLoggingConfigurationCommand = async (output, context) => {
|
|
|
730
731
|
const doc = (0, smithy_client_1.take)(data, {
|
|
731
732
|
arn: smithy_client_1.expectString,
|
|
732
733
|
createTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
733
|
-
destinationConfiguration: (_) => (0, smithy_client_1._json)((0,
|
|
734
|
+
destinationConfiguration: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
734
735
|
id: smithy_client_1.expectString,
|
|
735
736
|
name: smithy_client_1.expectString,
|
|
736
737
|
state: smithy_client_1.expectString,
|
|
@@ -1063,7 +1064,7 @@ const de_UpdateLoggingConfigurationCommand = async (output, context) => {
|
|
|
1063
1064
|
const doc = (0, smithy_client_1.take)(data, {
|
|
1064
1065
|
arn: smithy_client_1.expectString,
|
|
1065
1066
|
createTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
1066
|
-
destinationConfiguration: (_) => (0, smithy_client_1._json)((0,
|
|
1067
|
+
destinationConfiguration: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
1067
1068
|
id: smithy_client_1.expectString,
|
|
1068
1069
|
name: smithy_client_1.expectString,
|
|
1069
1070
|
state: smithy_client_1.expectString,
|
|
@@ -1286,7 +1287,7 @@ const de_LoggingConfigurationSummary = (output, context) => {
|
|
|
1286
1287
|
return (0, smithy_client_1.take)(output, {
|
|
1287
1288
|
arn: smithy_client_1.expectString,
|
|
1288
1289
|
createTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
1289
|
-
destinationConfiguration: (_) => (0, smithy_client_1._json)((0,
|
|
1290
|
+
destinationConfiguration: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
1290
1291
|
id: smithy_client_1.expectString,
|
|
1291
1292
|
name: smithy_client_1.expectString,
|
|
1292
1293
|
state: smithy_client_1.expectString,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { awsExpectUnion as __expectUnion } from "@aws-sdk/core";
|
|
1
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
2
|
-
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString,
|
|
3
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
4
|
import { IvschatServiceException as __BaseException } from "../models/IvschatServiceException";
|
|
4
5
|
import { AccessDeniedException, ConflictException, InternalServerException, PendingVerification, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
5
6
|
export const se_CreateChatTokenCommand = async (input, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivschat",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivschat Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.431.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,9 +21,10 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/
|
|
26
|
-
"@aws-sdk/
|
|
24
|
+
"@aws-sdk/client-sts": "3.431.0",
|
|
25
|
+
"@aws-sdk/core": "3.431.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.431.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.431.0",
|
|
27
28
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
29
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
30
|
"@aws-sdk/middleware-signing": "3.428.0",
|