@aws-sdk/client-ivschat 3.758.0 → 3.772.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.
- package/dist-cjs/index.js +44 -47
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
ChatTokenCapability: () => ChatTokenCapability,
|
|
26
26
|
ConflictException: () => ConflictException,
|
|
@@ -64,7 +64,7 @@ __export(src_exports, {
|
|
|
64
64
|
paginateListLoggingConfigurations: () => paginateListLoggingConfigurations,
|
|
65
65
|
paginateListRooms: () => paginateListRooms
|
|
66
66
|
});
|
|
67
|
-
module.exports = __toCommonJS(
|
|
67
|
+
module.exports = __toCommonJS(index_exports);
|
|
68
68
|
|
|
69
69
|
// src/IvschatClient.ts
|
|
70
70
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -191,9 +191,9 @@ var IvschatClient = class extends import_smithy_client.Client {
|
|
|
191
191
|
this.middlewareStack.use(
|
|
192
192
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
193
193
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultIvschatHttpAuthSchemeParametersProvider,
|
|
194
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
194
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
195
195
|
"aws.auth#sigv4": config.credentials
|
|
196
|
-
})
|
|
196
|
+
}), "identityProviderConfigProvider")
|
|
197
197
|
})
|
|
198
198
|
);
|
|
199
199
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -377,12 +377,9 @@ var ConflictException = class _ConflictException extends IvschatServiceException
|
|
|
377
377
|
var DestinationConfiguration;
|
|
378
378
|
((DestinationConfiguration3) => {
|
|
379
379
|
DestinationConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
380
|
-
if (value.s3 !== void 0)
|
|
381
|
-
|
|
382
|
-
if (value.
|
|
383
|
-
return visitor.cloudWatchLogs(value.cloudWatchLogs);
|
|
384
|
-
if (value.firehose !== void 0)
|
|
385
|
-
return visitor.firehose(value.firehose);
|
|
380
|
+
if (value.s3 !== void 0) return visitor.s3(value.s3);
|
|
381
|
+
if (value.cloudWatchLogs !== void 0) return visitor.cloudWatchLogs(value.cloudWatchLogs);
|
|
382
|
+
if (value.firehose !== void 0) return visitor.firehose(value.firehose);
|
|
386
383
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
387
384
|
}, "visit");
|
|
388
385
|
})(DestinationConfiguration || (DestinationConfiguration = {}));
|
|
@@ -522,8 +519,8 @@ var se_CreateChatTokenCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
522
519
|
let body;
|
|
523
520
|
body = JSON.stringify(
|
|
524
521
|
(0, import_smithy_client.take)(input, {
|
|
525
|
-
attributes: (_) => (0, import_smithy_client._json)(_),
|
|
526
|
-
capabilities: (_) => (0, import_smithy_client._json)(_),
|
|
522
|
+
attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attributes"),
|
|
523
|
+
capabilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "capabilities"),
|
|
527
524
|
roomIdentifier: [],
|
|
528
525
|
sessionDurationInMinutes: [],
|
|
529
526
|
userId: []
|
|
@@ -541,9 +538,9 @@ var se_CreateLoggingConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
541
538
|
let body;
|
|
542
539
|
body = JSON.stringify(
|
|
543
540
|
(0, import_smithy_client.take)(input, {
|
|
544
|
-
destinationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
541
|
+
destinationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "destinationConfiguration"),
|
|
545
542
|
name: [],
|
|
546
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
543
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
547
544
|
})
|
|
548
545
|
);
|
|
549
546
|
b.m("POST").h(headers).b(body);
|
|
@@ -558,12 +555,12 @@ var se_CreateRoomCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
558
555
|
let body;
|
|
559
556
|
body = JSON.stringify(
|
|
560
557
|
(0, import_smithy_client.take)(input, {
|
|
561
|
-
loggingConfigurationIdentifiers: (_) => (0, import_smithy_client._json)(_),
|
|
558
|
+
loggingConfigurationIdentifiers: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "loggingConfigurationIdentifiers"),
|
|
562
559
|
maximumMessageLength: [],
|
|
563
560
|
maximumMessageRatePerSecond: [],
|
|
564
|
-
messageReviewHandler: (_) => (0, import_smithy_client._json)(_),
|
|
561
|
+
messageReviewHandler: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "messageReviewHandler"),
|
|
565
562
|
name: [],
|
|
566
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
563
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
567
564
|
})
|
|
568
565
|
);
|
|
569
566
|
b.m("POST").h(headers).b(body);
|
|
@@ -716,7 +713,7 @@ var se_SendEventCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
716
713
|
let body;
|
|
717
714
|
body = JSON.stringify(
|
|
718
715
|
(0, import_smithy_client.take)(input, {
|
|
719
|
-
attributes: (_) => (0, import_smithy_client._json)(_),
|
|
716
|
+
attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attributes"),
|
|
720
717
|
eventName: [],
|
|
721
718
|
roomIdentifier: []
|
|
722
719
|
})
|
|
@@ -734,7 +731,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
734
731
|
let body;
|
|
735
732
|
body = JSON.stringify(
|
|
736
733
|
(0, import_smithy_client.take)(input, {
|
|
737
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
734
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
738
735
|
})
|
|
739
736
|
);
|
|
740
737
|
b.m("POST").h(headers).b(body);
|
|
@@ -761,7 +758,7 @@ var se_UpdateLoggingConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
761
758
|
let body;
|
|
762
759
|
body = JSON.stringify(
|
|
763
760
|
(0, import_smithy_client.take)(input, {
|
|
764
|
-
destinationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
761
|
+
destinationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "destinationConfiguration"),
|
|
765
762
|
identifier: [],
|
|
766
763
|
name: []
|
|
767
764
|
})
|
|
@@ -779,10 +776,10 @@ var se_UpdateRoomCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
779
776
|
body = JSON.stringify(
|
|
780
777
|
(0, import_smithy_client.take)(input, {
|
|
781
778
|
identifier: [],
|
|
782
|
-
loggingConfigurationIdentifiers: (_) => (0, import_smithy_client._json)(_),
|
|
779
|
+
loggingConfigurationIdentifiers: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "loggingConfigurationIdentifiers"),
|
|
783
780
|
maximumMessageLength: [],
|
|
784
781
|
maximumMessageRatePerSecond: [],
|
|
785
|
-
messageReviewHandler: (_) => (0, import_smithy_client._json)(_),
|
|
782
|
+
messageReviewHandler: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "messageReviewHandler"),
|
|
786
783
|
name: []
|
|
787
784
|
})
|
|
788
785
|
);
|
|
@@ -798,9 +795,9 @@ var de_CreateChatTokenCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
798
795
|
});
|
|
799
796
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
800
797
|
const doc = (0, import_smithy_client.take)(data, {
|
|
801
|
-
sessionExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
798
|
+
sessionExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "sessionExpirationTime"),
|
|
802
799
|
token: import_smithy_client.expectString,
|
|
803
|
-
tokenExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
800
|
+
tokenExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "tokenExpirationTime")
|
|
804
801
|
});
|
|
805
802
|
Object.assign(contents, doc);
|
|
806
803
|
return contents;
|
|
@@ -815,13 +812,13 @@ var de_CreateLoggingConfigurationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
815
812
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
816
813
|
const doc = (0, import_smithy_client.take)(data, {
|
|
817
814
|
arn: import_smithy_client.expectString,
|
|
818
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
819
|
-
destinationConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
815
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
816
|
+
destinationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "destinationConfiguration"),
|
|
820
817
|
id: import_smithy_client.expectString,
|
|
821
818
|
name: import_smithy_client.expectString,
|
|
822
819
|
state: import_smithy_client.expectString,
|
|
823
820
|
tags: import_smithy_client._json,
|
|
824
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
821
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
825
822
|
});
|
|
826
823
|
Object.assign(contents, doc);
|
|
827
824
|
return contents;
|
|
@@ -836,7 +833,7 @@ var de_CreateRoomCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
836
833
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
837
834
|
const doc = (0, import_smithy_client.take)(data, {
|
|
838
835
|
arn: import_smithy_client.expectString,
|
|
839
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
836
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
840
837
|
id: import_smithy_client.expectString,
|
|
841
838
|
loggingConfigurationIdentifiers: import_smithy_client._json,
|
|
842
839
|
maximumMessageLength: import_smithy_client.expectInt32,
|
|
@@ -844,7 +841,7 @@ var de_CreateRoomCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
844
841
|
messageReviewHandler: import_smithy_client._json,
|
|
845
842
|
name: import_smithy_client.expectString,
|
|
846
843
|
tags: import_smithy_client._json,
|
|
847
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
844
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
848
845
|
});
|
|
849
846
|
Object.assign(contents, doc);
|
|
850
847
|
return contents;
|
|
@@ -903,13 +900,13 @@ var de_GetLoggingConfigurationCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
903
900
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
904
901
|
const doc = (0, import_smithy_client.take)(data, {
|
|
905
902
|
arn: import_smithy_client.expectString,
|
|
906
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
907
|
-
destinationConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
903
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
904
|
+
destinationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "destinationConfiguration"),
|
|
908
905
|
id: import_smithy_client.expectString,
|
|
909
906
|
name: import_smithy_client.expectString,
|
|
910
907
|
state: import_smithy_client.expectString,
|
|
911
908
|
tags: import_smithy_client._json,
|
|
912
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
909
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
913
910
|
});
|
|
914
911
|
Object.assign(contents, doc);
|
|
915
912
|
return contents;
|
|
@@ -924,7 +921,7 @@ var de_GetRoomCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
924
921
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
925
922
|
const doc = (0, import_smithy_client.take)(data, {
|
|
926
923
|
arn: import_smithy_client.expectString,
|
|
927
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
924
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
928
925
|
id: import_smithy_client.expectString,
|
|
929
926
|
loggingConfigurationIdentifiers: import_smithy_client._json,
|
|
930
927
|
maximumMessageLength: import_smithy_client.expectInt32,
|
|
@@ -932,7 +929,7 @@ var de_GetRoomCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
932
929
|
messageReviewHandler: import_smithy_client._json,
|
|
933
930
|
name: import_smithy_client.expectString,
|
|
934
931
|
tags: import_smithy_client._json,
|
|
935
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
932
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
936
933
|
});
|
|
937
934
|
Object.assign(contents, doc);
|
|
938
935
|
return contents;
|
|
@@ -946,7 +943,7 @@ var de_ListLoggingConfigurationsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
946
943
|
});
|
|
947
944
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
948
945
|
const doc = (0, import_smithy_client.take)(data, {
|
|
949
|
-
loggingConfigurations: (_) => de_LoggingConfigurationList(_, context),
|
|
946
|
+
loggingConfigurations: /* @__PURE__ */ __name((_) => de_LoggingConfigurationList(_, context), "loggingConfigurations"),
|
|
950
947
|
nextToken: import_smithy_client.expectString
|
|
951
948
|
});
|
|
952
949
|
Object.assign(contents, doc);
|
|
@@ -962,7 +959,7 @@ var de_ListRoomsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
962
959
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
963
960
|
const doc = (0, import_smithy_client.take)(data, {
|
|
964
961
|
nextToken: import_smithy_client.expectString,
|
|
965
|
-
rooms: (_) => de_RoomList(_, context)
|
|
962
|
+
rooms: /* @__PURE__ */ __name((_) => de_RoomList(_, context), "rooms")
|
|
966
963
|
});
|
|
967
964
|
Object.assign(contents, doc);
|
|
968
965
|
return contents;
|
|
@@ -1025,13 +1022,13 @@ var de_UpdateLoggingConfigurationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1025
1022
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1026
1023
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1027
1024
|
arn: import_smithy_client.expectString,
|
|
1028
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1029
|
-
destinationConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1025
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
1026
|
+
destinationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "destinationConfiguration"),
|
|
1030
1027
|
id: import_smithy_client.expectString,
|
|
1031
1028
|
name: import_smithy_client.expectString,
|
|
1032
1029
|
state: import_smithy_client.expectString,
|
|
1033
1030
|
tags: import_smithy_client._json,
|
|
1034
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1031
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
1035
1032
|
});
|
|
1036
1033
|
Object.assign(contents, doc);
|
|
1037
1034
|
return contents;
|
|
@@ -1046,7 +1043,7 @@ var de_UpdateRoomCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1046
1043
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1047
1044
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1048
1045
|
arn: import_smithy_client.expectString,
|
|
1049
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1046
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
1050
1047
|
id: import_smithy_client.expectString,
|
|
1051
1048
|
loggingConfigurationIdentifiers: import_smithy_client._json,
|
|
1052
1049
|
maximumMessageLength: import_smithy_client.expectInt32,
|
|
@@ -1054,7 +1051,7 @@ var de_UpdateRoomCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1054
1051
|
messageReviewHandler: import_smithy_client._json,
|
|
1055
1052
|
name: import_smithy_client.expectString,
|
|
1056
1053
|
tags: import_smithy_client._json,
|
|
1057
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1054
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
1058
1055
|
});
|
|
1059
1056
|
Object.assign(contents, doc);
|
|
1060
1057
|
return contents;
|
|
@@ -1225,13 +1222,13 @@ var de_LoggingConfigurationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1225
1222
|
var de_LoggingConfigurationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1226
1223
|
return (0, import_smithy_client.take)(output, {
|
|
1227
1224
|
arn: import_smithy_client.expectString,
|
|
1228
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1229
|
-
destinationConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1225
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
1226
|
+
destinationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "destinationConfiguration"),
|
|
1230
1227
|
id: import_smithy_client.expectString,
|
|
1231
1228
|
name: import_smithy_client.expectString,
|
|
1232
1229
|
state: import_smithy_client.expectString,
|
|
1233
1230
|
tags: import_smithy_client._json,
|
|
1234
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1231
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
1235
1232
|
});
|
|
1236
1233
|
}, "de_LoggingConfigurationSummary");
|
|
1237
1234
|
var de_RoomList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1243,13 +1240,13 @@ var de_RoomList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1243
1240
|
var de_RoomSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1244
1241
|
return (0, import_smithy_client.take)(output, {
|
|
1245
1242
|
arn: import_smithy_client.expectString,
|
|
1246
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1243
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
1247
1244
|
id: import_smithy_client.expectString,
|
|
1248
1245
|
loggingConfigurationIdentifiers: import_smithy_client._json,
|
|
1249
1246
|
messageReviewHandler: import_smithy_client._json,
|
|
1250
1247
|
name: import_smithy_client.expectString,
|
|
1251
1248
|
tags: import_smithy_client._json,
|
|
1252
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1249
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
1253
1250
|
});
|
|
1254
1251
|
}, "de_RoomSummary");
|
|
1255
1252
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
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.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ivschat",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|