@aws-sdk/client-ivschat 3.259.0 → 3.262.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.
|
@@ -422,13 +422,13 @@ const deserializeAws_restJson1CreateChatTokenCommand = async (output, context) =
|
|
|
422
422
|
});
|
|
423
423
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
424
424
|
if (data.sessionExpirationTime != null) {
|
|
425
|
-
contents.sessionExpirationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
425
|
+
contents.sessionExpirationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.sessionExpirationTime));
|
|
426
426
|
}
|
|
427
427
|
if (data.token != null) {
|
|
428
428
|
contents.token = (0, smithy_client_1.expectString)(data.token);
|
|
429
429
|
}
|
|
430
430
|
if (data.tokenExpirationTime != null) {
|
|
431
|
-
contents.tokenExpirationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
431
|
+
contents.tokenExpirationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.tokenExpirationTime));
|
|
432
432
|
}
|
|
433
433
|
return contents;
|
|
434
434
|
};
|
|
@@ -474,7 +474,7 @@ const deserializeAws_restJson1CreateLoggingConfigurationCommand = async (output,
|
|
|
474
474
|
contents.arn = (0, smithy_client_1.expectString)(data.arn);
|
|
475
475
|
}
|
|
476
476
|
if (data.createTime != null) {
|
|
477
|
-
contents.createTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
477
|
+
contents.createTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.createTime));
|
|
478
478
|
}
|
|
479
479
|
if (data.destinationConfiguration != null) {
|
|
480
480
|
contents.destinationConfiguration = deserializeAws_restJson1DestinationConfiguration((0, smithy_client_1.expectUnion)(data.destinationConfiguration), context);
|
|
@@ -492,7 +492,7 @@ const deserializeAws_restJson1CreateLoggingConfigurationCommand = async (output,
|
|
|
492
492
|
contents.tags = deserializeAws_restJson1Tags(data.tags, context);
|
|
493
493
|
}
|
|
494
494
|
if (data.updateTime != null) {
|
|
495
|
-
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
495
|
+
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.updateTime));
|
|
496
496
|
}
|
|
497
497
|
return contents;
|
|
498
498
|
};
|
|
@@ -544,7 +544,7 @@ const deserializeAws_restJson1CreateRoomCommand = async (output, context) => {
|
|
|
544
544
|
contents.arn = (0, smithy_client_1.expectString)(data.arn);
|
|
545
545
|
}
|
|
546
546
|
if (data.createTime != null) {
|
|
547
|
-
contents.createTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
547
|
+
contents.createTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.createTime));
|
|
548
548
|
}
|
|
549
549
|
if (data.id != null) {
|
|
550
550
|
contents.id = (0, smithy_client_1.expectString)(data.id);
|
|
@@ -568,7 +568,7 @@ const deserializeAws_restJson1CreateRoomCommand = async (output, context) => {
|
|
|
568
568
|
contents.tags = deserializeAws_restJson1Tags(data.tags, context);
|
|
569
569
|
}
|
|
570
570
|
if (data.updateTime != null) {
|
|
571
|
-
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
571
|
+
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.updateTime));
|
|
572
572
|
}
|
|
573
573
|
return contents;
|
|
574
574
|
};
|
|
@@ -792,7 +792,7 @@ const deserializeAws_restJson1GetLoggingConfigurationCommand = async (output, co
|
|
|
792
792
|
contents.arn = (0, smithy_client_1.expectString)(data.arn);
|
|
793
793
|
}
|
|
794
794
|
if (data.createTime != null) {
|
|
795
|
-
contents.createTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
795
|
+
contents.createTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.createTime));
|
|
796
796
|
}
|
|
797
797
|
if (data.destinationConfiguration != null) {
|
|
798
798
|
contents.destinationConfiguration = deserializeAws_restJson1DestinationConfiguration((0, smithy_client_1.expectUnion)(data.destinationConfiguration), context);
|
|
@@ -810,7 +810,7 @@ const deserializeAws_restJson1GetLoggingConfigurationCommand = async (output, co
|
|
|
810
810
|
contents.tags = deserializeAws_restJson1Tags(data.tags, context);
|
|
811
811
|
}
|
|
812
812
|
if (data.updateTime != null) {
|
|
813
|
-
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
813
|
+
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.updateTime));
|
|
814
814
|
}
|
|
815
815
|
return contents;
|
|
816
816
|
};
|
|
@@ -853,7 +853,7 @@ const deserializeAws_restJson1GetRoomCommand = async (output, context) => {
|
|
|
853
853
|
contents.arn = (0, smithy_client_1.expectString)(data.arn);
|
|
854
854
|
}
|
|
855
855
|
if (data.createTime != null) {
|
|
856
|
-
contents.createTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
856
|
+
contents.createTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.createTime));
|
|
857
857
|
}
|
|
858
858
|
if (data.id != null) {
|
|
859
859
|
contents.id = (0, smithy_client_1.expectString)(data.id);
|
|
@@ -877,7 +877,7 @@ const deserializeAws_restJson1GetRoomCommand = async (output, context) => {
|
|
|
877
877
|
contents.tags = deserializeAws_restJson1Tags(data.tags, context);
|
|
878
878
|
}
|
|
879
879
|
if (data.updateTime != null) {
|
|
880
|
-
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
880
|
+
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.updateTime));
|
|
881
881
|
}
|
|
882
882
|
return contents;
|
|
883
883
|
};
|
|
@@ -1163,7 +1163,7 @@ const deserializeAws_restJson1UpdateLoggingConfigurationCommand = async (output,
|
|
|
1163
1163
|
contents.arn = (0, smithy_client_1.expectString)(data.arn);
|
|
1164
1164
|
}
|
|
1165
1165
|
if (data.createTime != null) {
|
|
1166
|
-
contents.createTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
1166
|
+
contents.createTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.createTime));
|
|
1167
1167
|
}
|
|
1168
1168
|
if (data.destinationConfiguration != null) {
|
|
1169
1169
|
contents.destinationConfiguration = deserializeAws_restJson1DestinationConfiguration((0, smithy_client_1.expectUnion)(data.destinationConfiguration), context);
|
|
@@ -1181,7 +1181,7 @@ const deserializeAws_restJson1UpdateLoggingConfigurationCommand = async (output,
|
|
|
1181
1181
|
contents.tags = deserializeAws_restJson1Tags(data.tags, context);
|
|
1182
1182
|
}
|
|
1183
1183
|
if (data.updateTime != null) {
|
|
1184
|
-
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
1184
|
+
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.updateTime));
|
|
1185
1185
|
}
|
|
1186
1186
|
return contents;
|
|
1187
1187
|
};
|
|
@@ -1227,7 +1227,7 @@ const deserializeAws_restJson1UpdateRoomCommand = async (output, context) => {
|
|
|
1227
1227
|
contents.arn = (0, smithy_client_1.expectString)(data.arn);
|
|
1228
1228
|
}
|
|
1229
1229
|
if (data.createTime != null) {
|
|
1230
|
-
contents.createTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
1230
|
+
contents.createTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.createTime));
|
|
1231
1231
|
}
|
|
1232
1232
|
if (data.id != null) {
|
|
1233
1233
|
contents.id = (0, smithy_client_1.expectString)(data.id);
|
|
@@ -1251,7 +1251,7 @@ const deserializeAws_restJson1UpdateRoomCommand = async (output, context) => {
|
|
|
1251
1251
|
contents.tags = deserializeAws_restJson1Tags(data.tags, context);
|
|
1252
1252
|
}
|
|
1253
1253
|
if (data.updateTime != null) {
|
|
1254
|
-
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
1254
|
+
contents.updateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.updateTime));
|
|
1255
1255
|
}
|
|
1256
1256
|
return contents;
|
|
1257
1257
|
};
|
|
@@ -1543,7 +1543,7 @@ const deserializeAws_restJson1LoggingConfigurationList = (output, context) => {
|
|
|
1543
1543
|
const deserializeAws_restJson1LoggingConfigurationSummary = (output, context) => {
|
|
1544
1544
|
return {
|
|
1545
1545
|
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
1546
|
-
createTime: output.createTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
1546
|
+
createTime: output.createTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.createTime)) : undefined,
|
|
1547
1547
|
destinationConfiguration: output.destinationConfiguration != null
|
|
1548
1548
|
? deserializeAws_restJson1DestinationConfiguration((0, smithy_client_1.expectUnion)(output.destinationConfiguration), context)
|
|
1549
1549
|
: undefined,
|
|
@@ -1551,7 +1551,7 @@ const deserializeAws_restJson1LoggingConfigurationSummary = (output, context) =>
|
|
|
1551
1551
|
name: (0, smithy_client_1.expectString)(output.name),
|
|
1552
1552
|
state: (0, smithy_client_1.expectString)(output.state),
|
|
1553
1553
|
tags: output.tags != null ? deserializeAws_restJson1Tags(output.tags, context) : undefined,
|
|
1554
|
-
updateTime: output.updateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
1554
|
+
updateTime: output.updateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.updateTime)) : undefined,
|
|
1555
1555
|
};
|
|
1556
1556
|
};
|
|
1557
1557
|
const deserializeAws_restJson1MessageReviewHandler = (output, context) => {
|
|
@@ -1574,7 +1574,7 @@ const deserializeAws_restJson1RoomList = (output, context) => {
|
|
|
1574
1574
|
const deserializeAws_restJson1RoomSummary = (output, context) => {
|
|
1575
1575
|
return {
|
|
1576
1576
|
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
1577
|
-
createTime: output.createTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
1577
|
+
createTime: output.createTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.createTime)) : undefined,
|
|
1578
1578
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
1579
1579
|
loggingConfigurationIdentifiers: output.loggingConfigurationIdentifiers != null
|
|
1580
1580
|
? deserializeAws_restJson1LoggingConfigurationIdentifierList(output.loggingConfigurationIdentifiers, context)
|
|
@@ -1584,7 +1584,7 @@ const deserializeAws_restJson1RoomSummary = (output, context) => {
|
|
|
1584
1584
|
: undefined,
|
|
1585
1585
|
name: (0, smithy_client_1.expectString)(output.name),
|
|
1586
1586
|
tags: output.tags != null ? deserializeAws_restJson1Tags(output.tags, context) : undefined,
|
|
1587
|
-
updateTime: output.updateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
1587
|
+
updateTime: output.updateTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.updateTime)) : undefined,
|
|
1588
1588
|
};
|
|
1589
1589
|
};
|
|
1590
1590
|
const deserializeAws_restJson1S3DestinationConfiguration = (output, context) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, map as __map,
|
|
2
|
+
import { decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, map as __map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { IvschatServiceException as __BaseException } from "../models/IvschatServiceException";
|
|
4
4
|
import { AccessDeniedException, ConflictException, DestinationConfiguration, InternalServerException, PendingVerification, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
5
5
|
export const serializeAws_restJson1CreateChatTokenCommand = async (input, context) => {
|
|
@@ -402,13 +402,13 @@ export const deserializeAws_restJson1CreateChatTokenCommand = async (output, con
|
|
|
402
402
|
});
|
|
403
403
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
404
404
|
if (data.sessionExpirationTime != null) {
|
|
405
|
-
contents.sessionExpirationTime = __expectNonNull(
|
|
405
|
+
contents.sessionExpirationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.sessionExpirationTime));
|
|
406
406
|
}
|
|
407
407
|
if (data.token != null) {
|
|
408
408
|
contents.token = __expectString(data.token);
|
|
409
409
|
}
|
|
410
410
|
if (data.tokenExpirationTime != null) {
|
|
411
|
-
contents.tokenExpirationTime = __expectNonNull(
|
|
411
|
+
contents.tokenExpirationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.tokenExpirationTime));
|
|
412
412
|
}
|
|
413
413
|
return contents;
|
|
414
414
|
};
|
|
@@ -453,7 +453,7 @@ export const deserializeAws_restJson1CreateLoggingConfigurationCommand = async (
|
|
|
453
453
|
contents.arn = __expectString(data.arn);
|
|
454
454
|
}
|
|
455
455
|
if (data.createTime != null) {
|
|
456
|
-
contents.createTime = __expectNonNull(
|
|
456
|
+
contents.createTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.createTime));
|
|
457
457
|
}
|
|
458
458
|
if (data.destinationConfiguration != null) {
|
|
459
459
|
contents.destinationConfiguration = deserializeAws_restJson1DestinationConfiguration(__expectUnion(data.destinationConfiguration), context);
|
|
@@ -471,7 +471,7 @@ export const deserializeAws_restJson1CreateLoggingConfigurationCommand = async (
|
|
|
471
471
|
contents.tags = deserializeAws_restJson1Tags(data.tags, context);
|
|
472
472
|
}
|
|
473
473
|
if (data.updateTime != null) {
|
|
474
|
-
contents.updateTime = __expectNonNull(
|
|
474
|
+
contents.updateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.updateTime));
|
|
475
475
|
}
|
|
476
476
|
return contents;
|
|
477
477
|
};
|
|
@@ -522,7 +522,7 @@ export const deserializeAws_restJson1CreateRoomCommand = async (output, context)
|
|
|
522
522
|
contents.arn = __expectString(data.arn);
|
|
523
523
|
}
|
|
524
524
|
if (data.createTime != null) {
|
|
525
|
-
contents.createTime = __expectNonNull(
|
|
525
|
+
contents.createTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.createTime));
|
|
526
526
|
}
|
|
527
527
|
if (data.id != null) {
|
|
528
528
|
contents.id = __expectString(data.id);
|
|
@@ -546,7 +546,7 @@ export const deserializeAws_restJson1CreateRoomCommand = async (output, context)
|
|
|
546
546
|
contents.tags = deserializeAws_restJson1Tags(data.tags, context);
|
|
547
547
|
}
|
|
548
548
|
if (data.updateTime != null) {
|
|
549
|
-
contents.updateTime = __expectNonNull(
|
|
549
|
+
contents.updateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.updateTime));
|
|
550
550
|
}
|
|
551
551
|
return contents;
|
|
552
552
|
};
|
|
@@ -765,7 +765,7 @@ export const deserializeAws_restJson1GetLoggingConfigurationCommand = async (out
|
|
|
765
765
|
contents.arn = __expectString(data.arn);
|
|
766
766
|
}
|
|
767
767
|
if (data.createTime != null) {
|
|
768
|
-
contents.createTime = __expectNonNull(
|
|
768
|
+
contents.createTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.createTime));
|
|
769
769
|
}
|
|
770
770
|
if (data.destinationConfiguration != null) {
|
|
771
771
|
contents.destinationConfiguration = deserializeAws_restJson1DestinationConfiguration(__expectUnion(data.destinationConfiguration), context);
|
|
@@ -783,7 +783,7 @@ export const deserializeAws_restJson1GetLoggingConfigurationCommand = async (out
|
|
|
783
783
|
contents.tags = deserializeAws_restJson1Tags(data.tags, context);
|
|
784
784
|
}
|
|
785
785
|
if (data.updateTime != null) {
|
|
786
|
-
contents.updateTime = __expectNonNull(
|
|
786
|
+
contents.updateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.updateTime));
|
|
787
787
|
}
|
|
788
788
|
return contents;
|
|
789
789
|
};
|
|
@@ -825,7 +825,7 @@ export const deserializeAws_restJson1GetRoomCommand = async (output, context) =>
|
|
|
825
825
|
contents.arn = __expectString(data.arn);
|
|
826
826
|
}
|
|
827
827
|
if (data.createTime != null) {
|
|
828
|
-
contents.createTime = __expectNonNull(
|
|
828
|
+
contents.createTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.createTime));
|
|
829
829
|
}
|
|
830
830
|
if (data.id != null) {
|
|
831
831
|
contents.id = __expectString(data.id);
|
|
@@ -849,7 +849,7 @@ export const deserializeAws_restJson1GetRoomCommand = async (output, context) =>
|
|
|
849
849
|
contents.tags = deserializeAws_restJson1Tags(data.tags, context);
|
|
850
850
|
}
|
|
851
851
|
if (data.updateTime != null) {
|
|
852
|
-
contents.updateTime = __expectNonNull(
|
|
852
|
+
contents.updateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.updateTime));
|
|
853
853
|
}
|
|
854
854
|
return contents;
|
|
855
855
|
};
|
|
@@ -1128,7 +1128,7 @@ export const deserializeAws_restJson1UpdateLoggingConfigurationCommand = async (
|
|
|
1128
1128
|
contents.arn = __expectString(data.arn);
|
|
1129
1129
|
}
|
|
1130
1130
|
if (data.createTime != null) {
|
|
1131
|
-
contents.createTime = __expectNonNull(
|
|
1131
|
+
contents.createTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.createTime));
|
|
1132
1132
|
}
|
|
1133
1133
|
if (data.destinationConfiguration != null) {
|
|
1134
1134
|
contents.destinationConfiguration = deserializeAws_restJson1DestinationConfiguration(__expectUnion(data.destinationConfiguration), context);
|
|
@@ -1146,7 +1146,7 @@ export const deserializeAws_restJson1UpdateLoggingConfigurationCommand = async (
|
|
|
1146
1146
|
contents.tags = deserializeAws_restJson1Tags(data.tags, context);
|
|
1147
1147
|
}
|
|
1148
1148
|
if (data.updateTime != null) {
|
|
1149
|
-
contents.updateTime = __expectNonNull(
|
|
1149
|
+
contents.updateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.updateTime));
|
|
1150
1150
|
}
|
|
1151
1151
|
return contents;
|
|
1152
1152
|
};
|
|
@@ -1191,7 +1191,7 @@ export const deserializeAws_restJson1UpdateRoomCommand = async (output, context)
|
|
|
1191
1191
|
contents.arn = __expectString(data.arn);
|
|
1192
1192
|
}
|
|
1193
1193
|
if (data.createTime != null) {
|
|
1194
|
-
contents.createTime = __expectNonNull(
|
|
1194
|
+
contents.createTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.createTime));
|
|
1195
1195
|
}
|
|
1196
1196
|
if (data.id != null) {
|
|
1197
1197
|
contents.id = __expectString(data.id);
|
|
@@ -1215,7 +1215,7 @@ export const deserializeAws_restJson1UpdateRoomCommand = async (output, context)
|
|
|
1215
1215
|
contents.tags = deserializeAws_restJson1Tags(data.tags, context);
|
|
1216
1216
|
}
|
|
1217
1217
|
if (data.updateTime != null) {
|
|
1218
|
-
contents.updateTime = __expectNonNull(
|
|
1218
|
+
contents.updateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.updateTime));
|
|
1219
1219
|
}
|
|
1220
1220
|
return contents;
|
|
1221
1221
|
};
|
|
@@ -1506,7 +1506,7 @@ const deserializeAws_restJson1LoggingConfigurationList = (output, context) => {
|
|
|
1506
1506
|
const deserializeAws_restJson1LoggingConfigurationSummary = (output, context) => {
|
|
1507
1507
|
return {
|
|
1508
1508
|
arn: __expectString(output.arn),
|
|
1509
|
-
createTime: output.createTime != null ? __expectNonNull(
|
|
1509
|
+
createTime: output.createTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.createTime)) : undefined,
|
|
1510
1510
|
destinationConfiguration: output.destinationConfiguration != null
|
|
1511
1511
|
? deserializeAws_restJson1DestinationConfiguration(__expectUnion(output.destinationConfiguration), context)
|
|
1512
1512
|
: undefined,
|
|
@@ -1514,7 +1514,7 @@ const deserializeAws_restJson1LoggingConfigurationSummary = (output, context) =>
|
|
|
1514
1514
|
name: __expectString(output.name),
|
|
1515
1515
|
state: __expectString(output.state),
|
|
1516
1516
|
tags: output.tags != null ? deserializeAws_restJson1Tags(output.tags, context) : undefined,
|
|
1517
|
-
updateTime: output.updateTime != null ? __expectNonNull(
|
|
1517
|
+
updateTime: output.updateTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.updateTime)) : undefined,
|
|
1518
1518
|
};
|
|
1519
1519
|
};
|
|
1520
1520
|
const deserializeAws_restJson1MessageReviewHandler = (output, context) => {
|
|
@@ -1537,7 +1537,7 @@ const deserializeAws_restJson1RoomList = (output, context) => {
|
|
|
1537
1537
|
const deserializeAws_restJson1RoomSummary = (output, context) => {
|
|
1538
1538
|
return {
|
|
1539
1539
|
arn: __expectString(output.arn),
|
|
1540
|
-
createTime: output.createTime != null ? __expectNonNull(
|
|
1540
|
+
createTime: output.createTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.createTime)) : undefined,
|
|
1541
1541
|
id: __expectString(output.id),
|
|
1542
1542
|
loggingConfigurationIdentifiers: output.loggingConfigurationIdentifiers != null
|
|
1543
1543
|
? deserializeAws_restJson1LoggingConfigurationIdentifierList(output.loggingConfigurationIdentifiers, context)
|
|
@@ -1547,7 +1547,7 @@ const deserializeAws_restJson1RoomSummary = (output, context) => {
|
|
|
1547
1547
|
: undefined,
|
|
1548
1548
|
name: __expectString(output.name),
|
|
1549
1549
|
tags: output.tags != null ? deserializeAws_restJson1Tags(output.tags, context) : undefined,
|
|
1550
|
-
updateTime: output.updateTime != null ? __expectNonNull(
|
|
1550
|
+
updateTime: output.updateTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.updateTime)) : undefined,
|
|
1551
1551
|
};
|
|
1552
1552
|
};
|
|
1553
1553
|
const deserializeAws_restJson1S3DestinationConfiguration = (output, 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.262.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",
|
|
@@ -20,9 +20,9 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.262.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.259.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.261.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.257.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.257.0",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.259.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.257.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.257.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.261.0",
|
|
43
43
|
"@aws-sdk/types": "3.257.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.257.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.261.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.261.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.257.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.257.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.257.0",
|