@aws-sdk/client-chime-sdk-meetings 3.490.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 (31) hide show
  1. package/dist-cjs/ChimeSDKMeetings.js +1 -43
  2. package/dist-cjs/ChimeSDKMeetingsClient.js +1 -43
  3. package/dist-cjs/commands/BatchCreateAttendeeCommand.js +1 -29
  4. package/dist-cjs/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +1 -28
  5. package/dist-cjs/commands/CreateAttendeeCommand.js +1 -29
  6. package/dist-cjs/commands/CreateMeetingCommand.js +1 -29
  7. package/dist-cjs/commands/CreateMeetingWithAttendeesCommand.js +1 -29
  8. package/dist-cjs/commands/DeleteAttendeeCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteMeetingCommand.js +1 -28
  10. package/dist-cjs/commands/GetAttendeeCommand.js +1 -29
  11. package/dist-cjs/commands/GetMeetingCommand.js +1 -29
  12. package/dist-cjs/commands/ListAttendeesCommand.js +1 -29
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  14. package/dist-cjs/commands/StartMeetingTranscriptionCommand.js +1 -28
  15. package/dist-cjs/commands/StopMeetingTranscriptionCommand.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/UpdateAttendeeCapabilitiesCommand.js +1 -29
  19. package/dist-cjs/commands/index.js +1 -19
  20. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  21. package/dist-cjs/extensionConfiguration.js +1 -2
  22. package/dist-cjs/index.js +2330 -11
  23. package/dist-cjs/models/ChimeSDKMeetingsServiceException.js +1 -12
  24. package/dist-cjs/models/index.js +1 -4
  25. package/dist-cjs/models/models_0.js +1 -397
  26. package/dist-cjs/pagination/Interfaces.js +1 -2
  27. package/dist-cjs/pagination/ListAttendeesPaginator.js +1 -7
  28. package/dist-cjs/pagination/index.js +1 -5
  29. package/dist-cjs/protocols/Aws_restJson1.js +1 -1359
  30. package/dist-cjs/runtimeExtensions.js +1 -22
  31. package/package.json +40 -40
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChimeSDKMeetings = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const ChimeSDKMeetingsClient_1 = require("./ChimeSDKMeetingsClient");
6
- const BatchCreateAttendeeCommand_1 = require("./commands/BatchCreateAttendeeCommand");
7
- const BatchUpdateAttendeeCapabilitiesExceptCommand_1 = require("./commands/BatchUpdateAttendeeCapabilitiesExceptCommand");
8
- const CreateAttendeeCommand_1 = require("./commands/CreateAttendeeCommand");
9
- const CreateMeetingCommand_1 = require("./commands/CreateMeetingCommand");
10
- const CreateMeetingWithAttendeesCommand_1 = require("./commands/CreateMeetingWithAttendeesCommand");
11
- const DeleteAttendeeCommand_1 = require("./commands/DeleteAttendeeCommand");
12
- const DeleteMeetingCommand_1 = require("./commands/DeleteMeetingCommand");
13
- const GetAttendeeCommand_1 = require("./commands/GetAttendeeCommand");
14
- const GetMeetingCommand_1 = require("./commands/GetMeetingCommand");
15
- const ListAttendeesCommand_1 = require("./commands/ListAttendeesCommand");
16
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
17
- const StartMeetingTranscriptionCommand_1 = require("./commands/StartMeetingTranscriptionCommand");
18
- const StopMeetingTranscriptionCommand_1 = require("./commands/StopMeetingTranscriptionCommand");
19
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
20
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
21
- const UpdateAttendeeCapabilitiesCommand_1 = require("./commands/UpdateAttendeeCapabilitiesCommand");
22
- const commands = {
23
- BatchCreateAttendeeCommand: BatchCreateAttendeeCommand_1.BatchCreateAttendeeCommand,
24
- BatchUpdateAttendeeCapabilitiesExceptCommand: BatchUpdateAttendeeCapabilitiesExceptCommand_1.BatchUpdateAttendeeCapabilitiesExceptCommand,
25
- CreateAttendeeCommand: CreateAttendeeCommand_1.CreateAttendeeCommand,
26
- CreateMeetingCommand: CreateMeetingCommand_1.CreateMeetingCommand,
27
- CreateMeetingWithAttendeesCommand: CreateMeetingWithAttendeesCommand_1.CreateMeetingWithAttendeesCommand,
28
- DeleteAttendeeCommand: DeleteAttendeeCommand_1.DeleteAttendeeCommand,
29
- DeleteMeetingCommand: DeleteMeetingCommand_1.DeleteMeetingCommand,
30
- GetAttendeeCommand: GetAttendeeCommand_1.GetAttendeeCommand,
31
- GetMeetingCommand: GetMeetingCommand_1.GetMeetingCommand,
32
- ListAttendeesCommand: ListAttendeesCommand_1.ListAttendeesCommand,
33
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
34
- StartMeetingTranscriptionCommand: StartMeetingTranscriptionCommand_1.StartMeetingTranscriptionCommand,
35
- StopMeetingTranscriptionCommand: StopMeetingTranscriptionCommand_1.StopMeetingTranscriptionCommand,
36
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
37
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
38
- UpdateAttendeeCapabilitiesCommand: UpdateAttendeeCapabilitiesCommand_1.UpdateAttendeeCapabilitiesCommand,
39
- };
40
- class ChimeSDKMeetings extends ChimeSDKMeetingsClient_1.ChimeSDKMeetingsClient {
41
- }
42
- exports.ChimeSDKMeetings = ChimeSDKMeetings;
43
- (0, smithy_client_1.createAggregatedClient)(commands, ChimeSDKMeetings);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChimeSDKMeetingsClient = 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 ChimeSDKMeetingsClient 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.ChimeSDKMeetingsClient = ChimeSDKMeetingsClient;
1
+ module.exports = require("./index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchCreateAttendeeCommand = 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 BatchCreateAttendeeCommand 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("ChimeMeetingsSDKService", "BatchCreateAttendee", {})
23
- .n("ChimeSDKMeetingsClient", "BatchCreateAttendeeCommand")
24
- .f(models_0_1.BatchCreateAttendeeRequestFilterSensitiveLog, models_0_1.BatchCreateAttendeeResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_BatchCreateAttendeeCommand)
26
- .de(Aws_restJson1_1.de_BatchCreateAttendeeCommand)
27
- .build() {
28
- }
29
- exports.BatchCreateAttendeeCommand = BatchCreateAttendeeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchUpdateAttendeeCapabilitiesExceptCommand = 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 BatchUpdateAttendeeCapabilitiesExceptCommand 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("ChimeMeetingsSDKService", "BatchUpdateAttendeeCapabilitiesExcept", {})
22
- .n("ChimeSDKMeetingsClient", "BatchUpdateAttendeeCapabilitiesExceptCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchUpdateAttendeeCapabilitiesExceptCommand)
25
- .de(Aws_restJson1_1.de_BatchUpdateAttendeeCapabilitiesExceptCommand)
26
- .build() {
27
- }
28
- exports.BatchUpdateAttendeeCapabilitiesExceptCommand = BatchUpdateAttendeeCapabilitiesExceptCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAttendeeCommand = 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 CreateAttendeeCommand 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("ChimeMeetingsSDKService", "CreateAttendee", {})
23
- .n("ChimeSDKMeetingsClient", "CreateAttendeeCommand")
24
- .f(models_0_1.CreateAttendeeRequestFilterSensitiveLog, models_0_1.CreateAttendeeResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateAttendeeCommand)
26
- .de(Aws_restJson1_1.de_CreateAttendeeCommand)
27
- .build() {
28
- }
29
- exports.CreateAttendeeCommand = CreateAttendeeCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMeetingCommand = 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 CreateMeetingCommand 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("ChimeMeetingsSDKService", "CreateMeeting", {})
23
- .n("ChimeSDKMeetingsClient", "CreateMeetingCommand")
24
- .f(models_0_1.CreateMeetingRequestFilterSensitiveLog, models_0_1.CreateMeetingResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateMeetingCommand)
26
- .de(Aws_restJson1_1.de_CreateMeetingCommand)
27
- .build() {
28
- }
29
- exports.CreateMeetingCommand = CreateMeetingCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMeetingWithAttendeesCommand = 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 CreateMeetingWithAttendeesCommand 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("ChimeMeetingsSDKService", "CreateMeetingWithAttendees", {})
23
- .n("ChimeSDKMeetingsClient", "CreateMeetingWithAttendeesCommand")
24
- .f(models_0_1.CreateMeetingWithAttendeesRequestFilterSensitiveLog, models_0_1.CreateMeetingWithAttendeesResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateMeetingWithAttendeesCommand)
26
- .de(Aws_restJson1_1.de_CreateMeetingWithAttendeesCommand)
27
- .build() {
28
- }
29
- exports.CreateMeetingWithAttendeesCommand = CreateMeetingWithAttendeesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAttendeeCommand = 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 DeleteAttendeeCommand 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("ChimeMeetingsSDKService", "DeleteAttendee", {})
22
- .n("ChimeSDKMeetingsClient", "DeleteAttendeeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteAttendeeCommand)
25
- .de(Aws_restJson1_1.de_DeleteAttendeeCommand)
26
- .build() {
27
- }
28
- exports.DeleteAttendeeCommand = DeleteAttendeeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteMeetingCommand = 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 DeleteMeetingCommand 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("ChimeMeetingsSDKService", "DeleteMeeting", {})
22
- .n("ChimeSDKMeetingsClient", "DeleteMeetingCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteMeetingCommand)
25
- .de(Aws_restJson1_1.de_DeleteMeetingCommand)
26
- .build() {
27
- }
28
- exports.DeleteMeetingCommand = DeleteMeetingCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAttendeeCommand = 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 GetAttendeeCommand 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("ChimeMeetingsSDKService", "GetAttendee", {})
23
- .n("ChimeSDKMeetingsClient", "GetAttendeeCommand")
24
- .f(void 0, models_0_1.GetAttendeeResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetAttendeeCommand)
26
- .de(Aws_restJson1_1.de_GetAttendeeCommand)
27
- .build() {
28
- }
29
- exports.GetAttendeeCommand = GetAttendeeCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMeetingCommand = 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 GetMeetingCommand 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("ChimeMeetingsSDKService", "GetMeeting", {})
23
- .n("ChimeSDKMeetingsClient", "GetMeetingCommand")
24
- .f(void 0, models_0_1.GetMeetingResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetMeetingCommand)
26
- .de(Aws_restJson1_1.de_GetMeetingCommand)
27
- .build() {
28
- }
29
- exports.GetMeetingCommand = GetMeetingCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAttendeesCommand = 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 ListAttendeesCommand 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("ChimeMeetingsSDKService", "ListAttendees", {})
23
- .n("ChimeSDKMeetingsClient", "ListAttendeesCommand")
24
- .f(void 0, models_0_1.ListAttendeesResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListAttendeesCommand)
26
- .de(Aws_restJson1_1.de_ListAttendeesCommand)
27
- .build() {
28
- }
29
- exports.ListAttendeesCommand = ListAttendeesCommand;
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("ChimeMeetingsSDKService", "ListTagsForResource", {})
22
- .n("ChimeSDKMeetingsClient", "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.StartMeetingTranscriptionCommand = 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 StartMeetingTranscriptionCommand 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("ChimeMeetingsSDKService", "StartMeetingTranscription", {})
22
- .n("ChimeSDKMeetingsClient", "StartMeetingTranscriptionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartMeetingTranscriptionCommand)
25
- .de(Aws_restJson1_1.de_StartMeetingTranscriptionCommand)
26
- .build() {
27
- }
28
- exports.StartMeetingTranscriptionCommand = StartMeetingTranscriptionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopMeetingTranscriptionCommand = 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 StopMeetingTranscriptionCommand 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("ChimeMeetingsSDKService", "StopMeetingTranscription", {})
22
- .n("ChimeSDKMeetingsClient", "StopMeetingTranscriptionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StopMeetingTranscriptionCommand)
25
- .de(Aws_restJson1_1.de_StopMeetingTranscriptionCommand)
26
- .build() {
27
- }
28
- exports.StopMeetingTranscriptionCommand = StopMeetingTranscriptionCommand;
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("ChimeMeetingsSDKService", "TagResource", {})
22
- .n("ChimeSDKMeetingsClient", "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("ChimeMeetingsSDKService", "UntagResource", {})
22
- .n("ChimeSDKMeetingsClient", "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,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAttendeeCapabilitiesCommand = 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 UpdateAttendeeCapabilitiesCommand 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("ChimeMeetingsSDKService", "UpdateAttendeeCapabilities", {})
23
- .n("ChimeSDKMeetingsClient", "UpdateAttendeeCapabilitiesCommand")
24
- .f(void 0, models_0_1.UpdateAttendeeCapabilitiesResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateAttendeeCapabilitiesCommand)
26
- .de(Aws_restJson1_1.de_UpdateAttendeeCapabilitiesCommand)
27
- .build() {
28
- }
29
- exports.UpdateAttendeeCapabilitiesCommand = UpdateAttendeeCapabilitiesCommand;
1
+ module.exports = require("../index.js");
@@ -1,19 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./BatchCreateAttendeeCommand"), exports);
5
- tslib_1.__exportStar(require("./BatchUpdateAttendeeCapabilitiesExceptCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateAttendeeCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateMeetingCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateMeetingWithAttendeesCommand"), exports);
9
- tslib_1.__exportStar(require("./DeleteAttendeeCommand"), exports);
10
- tslib_1.__exportStar(require("./DeleteMeetingCommand"), exports);
11
- tslib_1.__exportStar(require("./GetAttendeeCommand"), exports);
12
- tslib_1.__exportStar(require("./GetMeetingCommand"), exports);
13
- tslib_1.__exportStar(require("./ListAttendeesCommand"), exports);
14
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
15
- tslib_1.__exportStar(require("./StartMeetingTranscriptionCommand"), exports);
16
- tslib_1.__exportStar(require("./StopMeetingTranscriptionCommand"), exports);
17
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
18
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
19
- tslib_1.__exportStar(require("./UpdateAttendeeCapabilitiesCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "chime",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");