@aws-sdk/client-ivschat 3.489.0 → 3.495.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.
Files changed (33) hide show
  1. package/dist-cjs/Ivschat.js +1 -45
  2. package/dist-cjs/IvschatClient.js +1 -43
  3. package/dist-cjs/commands/CreateChatTokenCommand.js +1 -29
  4. package/dist-cjs/commands/CreateLoggingConfigurationCommand.js +1 -28
  5. package/dist-cjs/commands/CreateRoomCommand.js +1 -28
  6. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteMessageCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteRoomCommand.js +1 -28
  9. package/dist-cjs/commands/DisconnectUserCommand.js +1 -29
  10. package/dist-cjs/commands/GetLoggingConfigurationCommand.js +1 -28
  11. package/dist-cjs/commands/GetRoomCommand.js +1 -28
  12. package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +1 -28
  13. package/dist-cjs/commands/ListRoomsCommand.js +1 -28
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  15. package/dist-cjs/commands/SendEventCommand.js +1 -28
  16. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  17. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  18. package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +1 -28
  19. package/dist-cjs/commands/UpdateRoomCommand.js +1 -28
  20. package/dist-cjs/commands/index.js +1 -20
  21. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  22. package/dist-cjs/extensionConfiguration.js +1 -2
  23. package/dist-cjs/index.js +1985 -11
  24. package/dist-cjs/models/IvschatServiceException.js +1 -12
  25. package/dist-cjs/models/index.js +1 -4
  26. package/dist-cjs/models/models_0.js +1 -181
  27. package/dist-cjs/pagination/Interfaces.js +1 -2
  28. package/dist-cjs/pagination/ListLoggingConfigurationsPaginator.js +1 -7
  29. package/dist-cjs/pagination/ListRoomsPaginator.js +1 -7
  30. package/dist-cjs/pagination/index.js +1 -6
  31. package/dist-cjs/protocols/Aws_restJson1.js +1 -1250
  32. package/dist-cjs/runtimeExtensions.js +1 -22
  33. package/package.json +40 -40
@@ -1,45 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Ivschat = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreateChatTokenCommand_1 = require("./commands/CreateChatTokenCommand");
6
- const CreateLoggingConfigurationCommand_1 = require("./commands/CreateLoggingConfigurationCommand");
7
- const CreateRoomCommand_1 = require("./commands/CreateRoomCommand");
8
- const DeleteLoggingConfigurationCommand_1 = require("./commands/DeleteLoggingConfigurationCommand");
9
- const DeleteMessageCommand_1 = require("./commands/DeleteMessageCommand");
10
- const DeleteRoomCommand_1 = require("./commands/DeleteRoomCommand");
11
- const DisconnectUserCommand_1 = require("./commands/DisconnectUserCommand");
12
- const GetLoggingConfigurationCommand_1 = require("./commands/GetLoggingConfigurationCommand");
13
- const GetRoomCommand_1 = require("./commands/GetRoomCommand");
14
- const ListLoggingConfigurationsCommand_1 = require("./commands/ListLoggingConfigurationsCommand");
15
- const ListRoomsCommand_1 = require("./commands/ListRoomsCommand");
16
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
17
- const SendEventCommand_1 = require("./commands/SendEventCommand");
18
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
19
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
20
- const UpdateLoggingConfigurationCommand_1 = require("./commands/UpdateLoggingConfigurationCommand");
21
- const UpdateRoomCommand_1 = require("./commands/UpdateRoomCommand");
22
- const IvschatClient_1 = require("./IvschatClient");
23
- const commands = {
24
- CreateChatTokenCommand: CreateChatTokenCommand_1.CreateChatTokenCommand,
25
- CreateLoggingConfigurationCommand: CreateLoggingConfigurationCommand_1.CreateLoggingConfigurationCommand,
26
- CreateRoomCommand: CreateRoomCommand_1.CreateRoomCommand,
27
- DeleteLoggingConfigurationCommand: DeleteLoggingConfigurationCommand_1.DeleteLoggingConfigurationCommand,
28
- DeleteMessageCommand: DeleteMessageCommand_1.DeleteMessageCommand,
29
- DeleteRoomCommand: DeleteRoomCommand_1.DeleteRoomCommand,
30
- DisconnectUserCommand: DisconnectUserCommand_1.DisconnectUserCommand,
31
- GetLoggingConfigurationCommand: GetLoggingConfigurationCommand_1.GetLoggingConfigurationCommand,
32
- GetRoomCommand: GetRoomCommand_1.GetRoomCommand,
33
- ListLoggingConfigurationsCommand: ListLoggingConfigurationsCommand_1.ListLoggingConfigurationsCommand,
34
- ListRoomsCommand: ListRoomsCommand_1.ListRoomsCommand,
35
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
36
- SendEventCommand: SendEventCommand_1.SendEventCommand,
37
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
38
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
39
- UpdateLoggingConfigurationCommand: UpdateLoggingConfigurationCommand_1.UpdateLoggingConfigurationCommand,
40
- UpdateRoomCommand: UpdateRoomCommand_1.UpdateRoomCommand,
41
- };
42
- class Ivschat extends IvschatClient_1.IvschatClient {
43
- }
44
- exports.Ivschat = Ivschat;
45
- (0, smithy_client_1.createAggregatedClient)(commands, Ivschat);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IvschatClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class IvschatClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.IvschatClient = IvschatClient;
1
+ module.exports = require("./index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateChatTokenCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateChatTokenCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AmazonInteractiveVideoServiceChat", "CreateChatToken", {})
23
- .n("IvschatClient", "CreateChatTokenCommand")
24
- .f(models_0_1.CreateChatTokenRequestFilterSensitiveLog, models_0_1.CreateChatTokenResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateChatTokenCommand)
26
- .de(Aws_restJson1_1.de_CreateChatTokenCommand)
27
- .build() {
28
- }
29
- exports.CreateChatTokenCommand = CreateChatTokenCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateLoggingConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateLoggingConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonInteractiveVideoServiceChat", "CreateLoggingConfiguration", {})
22
- .n("IvschatClient", "CreateLoggingConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateLoggingConfigurationCommand)
25
- .de(Aws_restJson1_1.de_CreateLoggingConfigurationCommand)
26
- .build() {
27
- }
28
- exports.CreateLoggingConfigurationCommand = CreateLoggingConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRoomCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateRoomCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonInteractiveVideoServiceChat", "CreateRoom", {})
22
- .n("IvschatClient", "CreateRoomCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateRoomCommand)
25
- .de(Aws_restJson1_1.de_CreateRoomCommand)
26
- .build() {
27
- }
28
- exports.CreateRoomCommand = CreateRoomCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteLoggingConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteLoggingConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonInteractiveVideoServiceChat", "DeleteLoggingConfiguration", {})
22
- .n("IvschatClient", "DeleteLoggingConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteLoggingConfigurationCommand)
25
- .de(Aws_restJson1_1.de_DeleteLoggingConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DeleteLoggingConfigurationCommand = DeleteLoggingConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteMessageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteMessageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonInteractiveVideoServiceChat", "DeleteMessage", {})
22
- .n("IvschatClient", "DeleteMessageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteMessageCommand)
25
- .de(Aws_restJson1_1.de_DeleteMessageCommand)
26
- .build() {
27
- }
28
- exports.DeleteMessageCommand = DeleteMessageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRoomCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteRoomCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonInteractiveVideoServiceChat", "DeleteRoom", {})
22
- .n("IvschatClient", "DeleteRoomCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteRoomCommand)
25
- .de(Aws_restJson1_1.de_DeleteRoomCommand)
26
- .build() {
27
- }
28
- exports.DeleteRoomCommand = DeleteRoomCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisconnectUserCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class DisconnectUserCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AmazonInteractiveVideoServiceChat", "DisconnectUser", {})
23
- .n("IvschatClient", "DisconnectUserCommand")
24
- .f(models_0_1.DisconnectUserRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_DisconnectUserCommand)
26
- .de(Aws_restJson1_1.de_DisconnectUserCommand)
27
- .build() {
28
- }
29
- exports.DisconnectUserCommand = DisconnectUserCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetLoggingConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetLoggingConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonInteractiveVideoServiceChat", "GetLoggingConfiguration", {})
22
- .n("IvschatClient", "GetLoggingConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetLoggingConfigurationCommand)
25
- .de(Aws_restJson1_1.de_GetLoggingConfigurationCommand)
26
- .build() {
27
- }
28
- exports.GetLoggingConfigurationCommand = GetLoggingConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetRoomCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetRoomCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonInteractiveVideoServiceChat", "GetRoom", {})
22
- .n("IvschatClient", "GetRoomCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetRoomCommand)
25
- .de(Aws_restJson1_1.de_GetRoomCommand)
26
- .build() {
27
- }
28
- exports.GetRoomCommand = GetRoomCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListLoggingConfigurationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListLoggingConfigurationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonInteractiveVideoServiceChat", "ListLoggingConfigurations", {})
22
- .n("IvschatClient", "ListLoggingConfigurationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListLoggingConfigurationsCommand)
25
- .de(Aws_restJson1_1.de_ListLoggingConfigurationsCommand)
26
- .build() {
27
- }
28
- exports.ListLoggingConfigurationsCommand = ListLoggingConfigurationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListRoomsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListRoomsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonInteractiveVideoServiceChat", "ListRooms", {})
22
- .n("IvschatClient", "ListRoomsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListRoomsCommand)
25
- .de(Aws_restJson1_1.de_ListRoomsCommand)
26
- .build() {
27
- }
28
- exports.ListRoomsCommand = ListRoomsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonInteractiveVideoServiceChat", "ListTagsForResource", {})
22
- .n("IvschatClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SendEventCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class SendEventCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonInteractiveVideoServiceChat", "SendEvent", {})
22
- .n("IvschatClient", "SendEventCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_SendEventCommand)
25
- .de(Aws_restJson1_1.de_SendEventCommand)
26
- .build() {
27
- }
28
- exports.SendEventCommand = SendEventCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonInteractiveVideoServiceChat", "TagResource", {})
22
- .n("IvschatClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonInteractiveVideoServiceChat", "UntagResource", {})
22
- .n("IvschatClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateLoggingConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateLoggingConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonInteractiveVideoServiceChat", "UpdateLoggingConfiguration", {})
22
- .n("IvschatClient", "UpdateLoggingConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateLoggingConfigurationCommand)
25
- .de(Aws_restJson1_1.de_UpdateLoggingConfigurationCommand)
26
- .build() {
27
- }
28
- exports.UpdateLoggingConfigurationCommand = UpdateLoggingConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateRoomCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateRoomCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonInteractiveVideoServiceChat", "UpdateRoom", {})
22
- .n("IvschatClient", "UpdateRoomCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateRoomCommand)
25
- .de(Aws_restJson1_1.de_UpdateRoomCommand)
26
- .build() {
27
- }
28
- exports.UpdateRoomCommand = UpdateRoomCommand;
1
+ module.exports = require("../index.js");
@@ -1,20 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreateChatTokenCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateLoggingConfigurationCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateRoomCommand"), exports);
7
- tslib_1.__exportStar(require("./DeleteLoggingConfigurationCommand"), exports);
8
- tslib_1.__exportStar(require("./DeleteMessageCommand"), exports);
9
- tslib_1.__exportStar(require("./DeleteRoomCommand"), exports);
10
- tslib_1.__exportStar(require("./DisconnectUserCommand"), exports);
11
- tslib_1.__exportStar(require("./GetLoggingConfigurationCommand"), exports);
12
- tslib_1.__exportStar(require("./GetRoomCommand"), exports);
13
- tslib_1.__exportStar(require("./ListLoggingConfigurationsCommand"), exports);
14
- tslib_1.__exportStar(require("./ListRoomsCommand"), exports);
15
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
16
- tslib_1.__exportStar(require("./SendEventCommand"), exports);
17
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
18
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
19
- tslib_1.__exportStar(require("./UpdateLoggingConfigurationCommand"), exports);
20
- tslib_1.__exportStar(require("./UpdateRoomCommand"), exports);
1
+ module.exports = require("../index.js");