@aws-sdk/client-chime-sdk-meetings 3.928.0 → 3.929.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 +846 -941
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ChimeSDKMeetingsClient.js +2 -0
- package/dist-es/commands/BatchCreateAttendeeCommand.js +3 -10
- package/dist-es/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +3 -9
- package/dist-es/commands/CreateAttendeeCommand.js +3 -10
- package/dist-es/commands/CreateMeetingCommand.js +3 -10
- package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +3 -10
- package/dist-es/commands/DeleteAttendeeCommand.js +3 -9
- package/dist-es/commands/DeleteMeetingCommand.js +3 -9
- package/dist-es/commands/GetAttendeeCommand.js +3 -10
- package/dist-es/commands/GetMeetingCommand.js +3 -10
- package/dist-es/commands/ListAttendeesCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/StartMeetingTranscriptionCommand.js +3 -9
- package/dist-es/commands/StopMeetingTranscriptionCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAttendeeCapabilitiesCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -87
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +784 -0
- package/dist-types/ChimeSDKMeetingsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -68
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +88 -0
- package/dist-types/ts3.4/ChimeSDKMeetingsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -47
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +94 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -697
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -146
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -197
package/dist-cjs/index.js
CHANGED
|
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
|
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
7
|
var configResolver = require('@smithy/config-resolver');
|
|
8
8
|
var core = require('@smithy/core');
|
|
9
|
+
var schema = require('@smithy/core/schema');
|
|
9
10
|
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
10
11
|
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
11
12
|
var middlewareRetry = require('@smithy/middleware-retry');
|
|
@@ -14,9 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
14
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
15
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
16
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
17
|
-
var middlewareSerde = require('@smithy/middleware-serde');
|
|
18
|
-
var core$1 = require('@aws-sdk/core');
|
|
19
|
-
var uuid = require('@smithy/uuid');
|
|
20
18
|
|
|
21
19
|
const resolveClientEndpointParameters = (options) => {
|
|
22
20
|
return Object.assign(options, {
|
|
@@ -92,6 +90,7 @@ class ChimeSDKMeetingsClient extends smithyClient.Client {
|
|
|
92
90
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
93
91
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
94
92
|
this.config = _config_8;
|
|
93
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
95
94
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
96
95
|
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
97
96
|
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
@@ -111,12 +110,12 @@ class ChimeSDKMeetingsClient extends smithyClient.Client {
|
|
|
111
110
|
}
|
|
112
111
|
}
|
|
113
112
|
|
|
114
|
-
class ChimeSDKMeetingsServiceException extends smithyClient.ServiceException {
|
|
113
|
+
let ChimeSDKMeetingsServiceException$1 = class ChimeSDKMeetingsServiceException extends smithyClient.ServiceException {
|
|
115
114
|
constructor(options) {
|
|
116
115
|
super(options);
|
|
117
116
|
Object.setPrototypeOf(this, ChimeSDKMeetingsServiceException.prototype);
|
|
118
117
|
}
|
|
119
|
-
}
|
|
118
|
+
};
|
|
120
119
|
|
|
121
120
|
const MediaCapabilities = {
|
|
122
121
|
NONE: "None",
|
|
@@ -128,7 +127,7 @@ const MeetingFeatureStatus = {
|
|
|
128
127
|
AVAILABLE: "AVAILABLE",
|
|
129
128
|
UNAVAILABLE: "UNAVAILABLE",
|
|
130
129
|
};
|
|
131
|
-
class BadRequestException extends ChimeSDKMeetingsServiceException {
|
|
130
|
+
let BadRequestException$1 = class BadRequestException extends ChimeSDKMeetingsServiceException$1 {
|
|
132
131
|
name = "BadRequestException";
|
|
133
132
|
$fault = "client";
|
|
134
133
|
Code;
|
|
@@ -145,8 +144,8 @@ class BadRequestException extends ChimeSDKMeetingsServiceException {
|
|
|
145
144
|
this.Message = opts.Message;
|
|
146
145
|
this.RequestId = opts.RequestId;
|
|
147
146
|
}
|
|
148
|
-
}
|
|
149
|
-
class ForbiddenException extends ChimeSDKMeetingsServiceException {
|
|
147
|
+
};
|
|
148
|
+
let ForbiddenException$1 = class ForbiddenException extends ChimeSDKMeetingsServiceException$1 {
|
|
150
149
|
name = "ForbiddenException";
|
|
151
150
|
$fault = "client";
|
|
152
151
|
Code;
|
|
@@ -163,8 +162,8 @@ class ForbiddenException extends ChimeSDKMeetingsServiceException {
|
|
|
163
162
|
this.Message = opts.Message;
|
|
164
163
|
this.RequestId = opts.RequestId;
|
|
165
164
|
}
|
|
166
|
-
}
|
|
167
|
-
class LimitExceededException extends ChimeSDKMeetingsServiceException {
|
|
165
|
+
};
|
|
166
|
+
let LimitExceededException$1 = class LimitExceededException extends ChimeSDKMeetingsServiceException$1 {
|
|
168
167
|
name = "LimitExceededException";
|
|
169
168
|
$fault = "client";
|
|
170
169
|
Code;
|
|
@@ -181,8 +180,8 @@ class LimitExceededException extends ChimeSDKMeetingsServiceException {
|
|
|
181
180
|
this.Message = opts.Message;
|
|
182
181
|
this.RequestId = opts.RequestId;
|
|
183
182
|
}
|
|
184
|
-
}
|
|
185
|
-
class NotFoundException extends ChimeSDKMeetingsServiceException {
|
|
183
|
+
};
|
|
184
|
+
let NotFoundException$1 = class NotFoundException extends ChimeSDKMeetingsServiceException$1 {
|
|
186
185
|
name = "NotFoundException";
|
|
187
186
|
$fault = "client";
|
|
188
187
|
Code;
|
|
@@ -199,8 +198,8 @@ class NotFoundException extends ChimeSDKMeetingsServiceException {
|
|
|
199
198
|
this.Message = opts.Message;
|
|
200
199
|
this.RequestId = opts.RequestId;
|
|
201
200
|
}
|
|
202
|
-
}
|
|
203
|
-
class ServiceFailureException extends ChimeSDKMeetingsServiceException {
|
|
201
|
+
};
|
|
202
|
+
let ServiceFailureException$1 = class ServiceFailureException extends ChimeSDKMeetingsServiceException$1 {
|
|
204
203
|
name = "ServiceFailureException";
|
|
205
204
|
$fault = "server";
|
|
206
205
|
Code;
|
|
@@ -217,8 +216,8 @@ class ServiceFailureException extends ChimeSDKMeetingsServiceException {
|
|
|
217
216
|
this.Message = opts.Message;
|
|
218
217
|
this.RequestId = opts.RequestId;
|
|
219
218
|
}
|
|
220
|
-
}
|
|
221
|
-
class ServiceUnavailableException extends ChimeSDKMeetingsServiceException {
|
|
219
|
+
};
|
|
220
|
+
let ServiceUnavailableException$1 = class ServiceUnavailableException extends ChimeSDKMeetingsServiceException$1 {
|
|
222
221
|
name = "ServiceUnavailableException";
|
|
223
222
|
$fault = "server";
|
|
224
223
|
Code;
|
|
@@ -237,8 +236,8 @@ class ServiceUnavailableException extends ChimeSDKMeetingsServiceException {
|
|
|
237
236
|
this.RequestId = opts.RequestId;
|
|
238
237
|
this.RetryAfterSeconds = opts.RetryAfterSeconds;
|
|
239
238
|
}
|
|
240
|
-
}
|
|
241
|
-
class ThrottlingException extends ChimeSDKMeetingsServiceException {
|
|
239
|
+
};
|
|
240
|
+
let ThrottlingException$1 = class ThrottlingException extends ChimeSDKMeetingsServiceException$1 {
|
|
242
241
|
name = "ThrottlingException";
|
|
243
242
|
$fault = "client";
|
|
244
243
|
Code;
|
|
@@ -255,8 +254,8 @@ class ThrottlingException extends ChimeSDKMeetingsServiceException {
|
|
|
255
254
|
this.Message = opts.Message;
|
|
256
255
|
this.RequestId = opts.RequestId;
|
|
257
256
|
}
|
|
258
|
-
}
|
|
259
|
-
class UnauthorizedException extends ChimeSDKMeetingsServiceException {
|
|
257
|
+
};
|
|
258
|
+
let UnauthorizedException$1 = class UnauthorizedException extends ChimeSDKMeetingsServiceException$1 {
|
|
260
259
|
name = "UnauthorizedException";
|
|
261
260
|
$fault = "client";
|
|
262
261
|
Code;
|
|
@@ -273,8 +272,8 @@ class UnauthorizedException extends ChimeSDKMeetingsServiceException {
|
|
|
273
272
|
this.Message = opts.Message;
|
|
274
273
|
this.RequestId = opts.RequestId;
|
|
275
274
|
}
|
|
276
|
-
}
|
|
277
|
-
class UnprocessableEntityException extends ChimeSDKMeetingsServiceException {
|
|
275
|
+
};
|
|
276
|
+
let UnprocessableEntityException$1 = class UnprocessableEntityException extends ChimeSDKMeetingsServiceException$1 {
|
|
278
277
|
name = "UnprocessableEntityException";
|
|
279
278
|
$fault = "client";
|
|
280
279
|
Code;
|
|
@@ -291,8 +290,8 @@ class UnprocessableEntityException extends ChimeSDKMeetingsServiceException {
|
|
|
291
290
|
this.Message = opts.Message;
|
|
292
291
|
this.RequestId = opts.RequestId;
|
|
293
292
|
}
|
|
294
|
-
}
|
|
295
|
-
class ConflictException extends ChimeSDKMeetingsServiceException {
|
|
293
|
+
};
|
|
294
|
+
let ConflictException$1 = class ConflictException extends ChimeSDKMeetingsServiceException$1 {
|
|
296
295
|
name = "ConflictException";
|
|
297
296
|
$fault = "client";
|
|
298
297
|
Code;
|
|
@@ -309,7 +308,7 @@ class ConflictException extends ChimeSDKMeetingsServiceException {
|
|
|
309
308
|
this.Message = opts.Message;
|
|
310
309
|
this.RequestId = opts.RequestId;
|
|
311
310
|
}
|
|
312
|
-
}
|
|
311
|
+
};
|
|
313
312
|
const MediaPlacementNetworkType = {
|
|
314
313
|
DUAL_STACK: "DualStack",
|
|
315
314
|
IPV4_ONLY: "Ipv4Only",
|
|
@@ -324,7 +323,7 @@ const VideoResolution = {
|
|
|
324
323
|
HD: "HD",
|
|
325
324
|
NONE: "None",
|
|
326
325
|
};
|
|
327
|
-
class ResourceNotFoundException extends ChimeSDKMeetingsServiceException {
|
|
326
|
+
let ResourceNotFoundException$1 = class ResourceNotFoundException extends ChimeSDKMeetingsServiceException$1 {
|
|
328
327
|
name = "ResourceNotFoundException";
|
|
329
328
|
$fault = "client";
|
|
330
329
|
Code;
|
|
@@ -343,7 +342,7 @@ class ResourceNotFoundException extends ChimeSDKMeetingsServiceException {
|
|
|
343
342
|
this.RequestId = opts.RequestId;
|
|
344
343
|
this.ResourceName = opts.ResourceName;
|
|
345
344
|
}
|
|
346
|
-
}
|
|
345
|
+
};
|
|
347
346
|
const TranscribeMedicalContentIdentificationType = {
|
|
348
347
|
PHI: "PHI",
|
|
349
348
|
};
|
|
@@ -418,7 +417,7 @@ const TranscribeVocabularyFilterMethod = {
|
|
|
418
417
|
REMOVE: "remove",
|
|
419
418
|
TAG: "tag",
|
|
420
419
|
};
|
|
421
|
-
class TooManyTagsException extends ChimeSDKMeetingsServiceException {
|
|
420
|
+
let TooManyTagsException$1 = class TooManyTagsException extends ChimeSDKMeetingsServiceException$1 {
|
|
422
421
|
name = "TooManyTagsException";
|
|
423
422
|
$fault = "client";
|
|
424
423
|
Code;
|
|
@@ -437,799 +436,797 @@ class TooManyTagsException extends ChimeSDKMeetingsServiceException {
|
|
|
437
436
|
this.RequestId = opts.RequestId;
|
|
438
437
|
this.ResourceName = opts.ResourceName;
|
|
439
438
|
}
|
|
440
|
-
}
|
|
441
|
-
const AttendeeFilterSensitiveLog = (obj) => ({
|
|
442
|
-
...obj,
|
|
443
|
-
...(obj.ExternalUserId && { ExternalUserId: smithyClient.SENSITIVE_STRING }),
|
|
444
|
-
...(obj.JoinToken && { JoinToken: smithyClient.SENSITIVE_STRING }),
|
|
445
|
-
});
|
|
446
|
-
const CreateAttendeeRequestItemFilterSensitiveLog = (obj) => ({
|
|
447
|
-
...obj,
|
|
448
|
-
...(obj.ExternalUserId && { ExternalUserId: smithyClient.SENSITIVE_STRING }),
|
|
449
|
-
});
|
|
450
|
-
const BatchCreateAttendeeRequestFilterSensitiveLog = (obj) => ({
|
|
451
|
-
...obj,
|
|
452
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => CreateAttendeeRequestItemFilterSensitiveLog(item)) }),
|
|
453
|
-
});
|
|
454
|
-
const CreateAttendeeErrorFilterSensitiveLog = (obj) => ({
|
|
455
|
-
...obj,
|
|
456
|
-
...(obj.ExternalUserId && { ExternalUserId: smithyClient.SENSITIVE_STRING }),
|
|
457
|
-
});
|
|
458
|
-
const BatchCreateAttendeeResponseFilterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => AttendeeFilterSensitiveLog(item)) }),
|
|
461
|
-
...(obj.Errors && { Errors: obj.Errors.map((item) => CreateAttendeeErrorFilterSensitiveLog(item)) }),
|
|
462
|
-
});
|
|
463
|
-
const CreateAttendeeRequestFilterSensitiveLog = (obj) => ({
|
|
464
|
-
...obj,
|
|
465
|
-
...(obj.ExternalUserId && { ExternalUserId: smithyClient.SENSITIVE_STRING }),
|
|
466
|
-
});
|
|
467
|
-
const CreateAttendeeResponseFilterSensitiveLog = (obj) => ({
|
|
468
|
-
...obj,
|
|
469
|
-
...(obj.Attendee && { Attendee: AttendeeFilterSensitiveLog(obj.Attendee) }),
|
|
470
|
-
});
|
|
471
|
-
const NotificationsConfigurationFilterSensitiveLog = (obj) => ({
|
|
472
|
-
...obj,
|
|
473
|
-
...(obj.LambdaFunctionArn && { LambdaFunctionArn: smithyClient.SENSITIVE_STRING }),
|
|
474
|
-
...(obj.SnsTopicArn && { SnsTopicArn: smithyClient.SENSITIVE_STRING }),
|
|
475
|
-
...(obj.SqsQueueArn && { SqsQueueArn: smithyClient.SENSITIVE_STRING }),
|
|
476
|
-
});
|
|
477
|
-
const CreateMeetingRequestFilterSensitiveLog = (obj) => ({
|
|
478
|
-
...obj,
|
|
479
|
-
...(obj.ClientRequestToken && { ClientRequestToken: smithyClient.SENSITIVE_STRING }),
|
|
480
|
-
...(obj.MeetingHostId && { MeetingHostId: smithyClient.SENSITIVE_STRING }),
|
|
481
|
-
...(obj.ExternalMeetingId && { ExternalMeetingId: smithyClient.SENSITIVE_STRING }),
|
|
482
|
-
...(obj.NotificationsConfiguration && {
|
|
483
|
-
NotificationsConfiguration: NotificationsConfigurationFilterSensitiveLog(obj.NotificationsConfiguration),
|
|
484
|
-
}),
|
|
485
|
-
});
|
|
486
|
-
const MeetingFilterSensitiveLog = (obj) => ({
|
|
487
|
-
...obj,
|
|
488
|
-
...(obj.MeetingHostId && { MeetingHostId: smithyClient.SENSITIVE_STRING }),
|
|
489
|
-
...(obj.ExternalMeetingId && { ExternalMeetingId: smithyClient.SENSITIVE_STRING }),
|
|
490
|
-
});
|
|
491
|
-
const CreateMeetingResponseFilterSensitiveLog = (obj) => ({
|
|
492
|
-
...obj,
|
|
493
|
-
...(obj.Meeting && { Meeting: MeetingFilterSensitiveLog(obj.Meeting) }),
|
|
494
|
-
});
|
|
495
|
-
const CreateMeetingWithAttendeesRequestFilterSensitiveLog = (obj) => ({
|
|
496
|
-
...obj,
|
|
497
|
-
...(obj.ClientRequestToken && { ClientRequestToken: smithyClient.SENSITIVE_STRING }),
|
|
498
|
-
...(obj.MeetingHostId && { MeetingHostId: smithyClient.SENSITIVE_STRING }),
|
|
499
|
-
...(obj.ExternalMeetingId && { ExternalMeetingId: smithyClient.SENSITIVE_STRING }),
|
|
500
|
-
...(obj.NotificationsConfiguration && {
|
|
501
|
-
NotificationsConfiguration: NotificationsConfigurationFilterSensitiveLog(obj.NotificationsConfiguration),
|
|
502
|
-
}),
|
|
503
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => CreateAttendeeRequestItemFilterSensitiveLog(item)) }),
|
|
504
|
-
});
|
|
505
|
-
const CreateMeetingWithAttendeesResponseFilterSensitiveLog = (obj) => ({
|
|
506
|
-
...obj,
|
|
507
|
-
...(obj.Meeting && { Meeting: MeetingFilterSensitiveLog(obj.Meeting) }),
|
|
508
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => AttendeeFilterSensitiveLog(item)) }),
|
|
509
|
-
...(obj.Errors && { Errors: obj.Errors.map((item) => CreateAttendeeErrorFilterSensitiveLog(item)) }),
|
|
510
|
-
});
|
|
511
|
-
const GetAttendeeResponseFilterSensitiveLog = (obj) => ({
|
|
512
|
-
...obj,
|
|
513
|
-
...(obj.Attendee && { Attendee: AttendeeFilterSensitiveLog(obj.Attendee) }),
|
|
514
|
-
});
|
|
515
|
-
const GetMeetingResponseFilterSensitiveLog = (obj) => ({
|
|
516
|
-
...obj,
|
|
517
|
-
...(obj.Meeting && { Meeting: MeetingFilterSensitiveLog(obj.Meeting) }),
|
|
518
|
-
});
|
|
519
|
-
const ListAttendeesResponseFilterSensitiveLog = (obj) => ({
|
|
520
|
-
...obj,
|
|
521
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => AttendeeFilterSensitiveLog(item)) }),
|
|
522
|
-
});
|
|
523
|
-
const UpdateAttendeeCapabilitiesResponseFilterSensitiveLog = (obj) => ({
|
|
524
|
-
...obj,
|
|
525
|
-
...(obj.Attendee && { Attendee: AttendeeFilterSensitiveLog(obj.Attendee) }),
|
|
526
|
-
});
|
|
527
|
-
|
|
528
|
-
const se_BatchCreateAttendeeCommand = async (input, context) => {
|
|
529
|
-
const b = core.requestBuilder(input, context);
|
|
530
|
-
const headers = {
|
|
531
|
-
"content-type": "application/json",
|
|
532
|
-
};
|
|
533
|
-
b.bp("/meetings/{MeetingId}/attendees");
|
|
534
|
-
b.p("MeetingId", () => input.MeetingId, "{MeetingId}", false);
|
|
535
|
-
const query = smithyClient.map({
|
|
536
|
-
[_o]: [, "batch-create"],
|
|
537
|
-
});
|
|
538
|
-
let body;
|
|
539
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
540
|
-
Attendees: (_) => smithyClient._json(_),
|
|
541
|
-
}));
|
|
542
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
543
|
-
return b.build();
|
|
544
|
-
};
|
|
545
|
-
const se_BatchUpdateAttendeeCapabilitiesExceptCommand = async (input, context) => {
|
|
546
|
-
const b = core.requestBuilder(input, context);
|
|
547
|
-
const headers = {
|
|
548
|
-
"content-type": "application/json",
|
|
549
|
-
};
|
|
550
|
-
b.bp("/meetings/{MeetingId}/attendees/capabilities");
|
|
551
|
-
b.p("MeetingId", () => input.MeetingId, "{MeetingId}", false);
|
|
552
|
-
const query = smithyClient.map({
|
|
553
|
-
[_o]: [, "batch-update-except"],
|
|
554
|
-
});
|
|
555
|
-
let body;
|
|
556
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
557
|
-
Capabilities: (_) => smithyClient._json(_),
|
|
558
|
-
ExcludedAttendeeIds: (_) => smithyClient._json(_),
|
|
559
|
-
}));
|
|
560
|
-
b.m("PUT").h(headers).q(query).b(body);
|
|
561
|
-
return b.build();
|
|
562
|
-
};
|
|
563
|
-
const se_CreateAttendeeCommand = async (input, context) => {
|
|
564
|
-
const b = core.requestBuilder(input, context);
|
|
565
|
-
const headers = {
|
|
566
|
-
"content-type": "application/json",
|
|
567
|
-
};
|
|
568
|
-
b.bp("/meetings/{MeetingId}/attendees");
|
|
569
|
-
b.p("MeetingId", () => input.MeetingId, "{MeetingId}", false);
|
|
570
|
-
let body;
|
|
571
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
572
|
-
Capabilities: (_) => smithyClient._json(_),
|
|
573
|
-
ExternalUserId: [],
|
|
574
|
-
}));
|
|
575
|
-
b.m("POST").h(headers).b(body);
|
|
576
|
-
return b.build();
|
|
577
|
-
};
|
|
578
|
-
const se_CreateMeetingCommand = async (input, context) => {
|
|
579
|
-
const b = core.requestBuilder(input, context);
|
|
580
|
-
const headers = {
|
|
581
|
-
"content-type": "application/json",
|
|
582
|
-
};
|
|
583
|
-
b.bp("/meetings");
|
|
584
|
-
let body;
|
|
585
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
586
|
-
ClientRequestToken: [true, (_) => _ ?? uuid.v4()],
|
|
587
|
-
ExternalMeetingId: [],
|
|
588
|
-
MediaPlacementNetworkType: [],
|
|
589
|
-
MediaRegion: [],
|
|
590
|
-
MeetingFeatures: (_) => smithyClient._json(_),
|
|
591
|
-
MeetingHostId: [],
|
|
592
|
-
NotificationsConfiguration: (_) => smithyClient._json(_),
|
|
593
|
-
PrimaryMeetingId: [],
|
|
594
|
-
Tags: (_) => smithyClient._json(_),
|
|
595
|
-
TenantIds: (_) => smithyClient._json(_),
|
|
596
|
-
}));
|
|
597
|
-
b.m("POST").h(headers).b(body);
|
|
598
|
-
return b.build();
|
|
599
|
-
};
|
|
600
|
-
const se_CreateMeetingWithAttendeesCommand = async (input, context) => {
|
|
601
|
-
const b = core.requestBuilder(input, context);
|
|
602
|
-
const headers = {
|
|
603
|
-
"content-type": "application/json",
|
|
604
|
-
};
|
|
605
|
-
b.bp("/meetings");
|
|
606
|
-
const query = smithyClient.map({
|
|
607
|
-
[_o]: [, "create-attendees"],
|
|
608
|
-
});
|
|
609
|
-
let body;
|
|
610
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
611
|
-
Attendees: (_) => smithyClient._json(_),
|
|
612
|
-
ClientRequestToken: [true, (_) => _ ?? uuid.v4()],
|
|
613
|
-
ExternalMeetingId: [],
|
|
614
|
-
MediaPlacementNetworkType: [],
|
|
615
|
-
MediaRegion: [],
|
|
616
|
-
MeetingFeatures: (_) => smithyClient._json(_),
|
|
617
|
-
MeetingHostId: [],
|
|
618
|
-
NotificationsConfiguration: (_) => smithyClient._json(_),
|
|
619
|
-
PrimaryMeetingId: [],
|
|
620
|
-
Tags: (_) => smithyClient._json(_),
|
|
621
|
-
TenantIds: (_) => smithyClient._json(_),
|
|
622
|
-
}));
|
|
623
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
624
|
-
return b.build();
|
|
625
|
-
};
|
|
626
|
-
const se_DeleteAttendeeCommand = async (input, context) => {
|
|
627
|
-
const b = core.requestBuilder(input, context);
|
|
628
|
-
const headers = {};
|
|
629
|
-
b.bp("/meetings/{MeetingId}/attendees/{AttendeeId}");
|
|
630
|
-
b.p("MeetingId", () => input.MeetingId, "{MeetingId}", false);
|
|
631
|
-
b.p("AttendeeId", () => input.AttendeeId, "{AttendeeId}", false);
|
|
632
|
-
let body;
|
|
633
|
-
b.m("DELETE").h(headers).b(body);
|
|
634
|
-
return b.build();
|
|
635
|
-
};
|
|
636
|
-
const se_DeleteMeetingCommand = async (input, context) => {
|
|
637
|
-
const b = core.requestBuilder(input, context);
|
|
638
|
-
const headers = {};
|
|
639
|
-
b.bp("/meetings/{MeetingId}");
|
|
640
|
-
b.p("MeetingId", () => input.MeetingId, "{MeetingId}", false);
|
|
641
|
-
let body;
|
|
642
|
-
b.m("DELETE").h(headers).b(body);
|
|
643
|
-
return b.build();
|
|
644
|
-
};
|
|
645
|
-
const se_GetAttendeeCommand = async (input, context) => {
|
|
646
|
-
const b = core.requestBuilder(input, context);
|
|
647
|
-
const headers = {};
|
|
648
|
-
b.bp("/meetings/{MeetingId}/attendees/{AttendeeId}");
|
|
649
|
-
b.p("MeetingId", () => input.MeetingId, "{MeetingId}", false);
|
|
650
|
-
b.p("AttendeeId", () => input.AttendeeId, "{AttendeeId}", false);
|
|
651
|
-
let body;
|
|
652
|
-
b.m("GET").h(headers).b(body);
|
|
653
|
-
return b.build();
|
|
654
|
-
};
|
|
655
|
-
const se_GetMeetingCommand = async (input, context) => {
|
|
656
|
-
const b = core.requestBuilder(input, context);
|
|
657
|
-
const headers = {};
|
|
658
|
-
b.bp("/meetings/{MeetingId}");
|
|
659
|
-
b.p("MeetingId", () => input.MeetingId, "{MeetingId}", false);
|
|
660
|
-
let body;
|
|
661
|
-
b.m("GET").h(headers).b(body);
|
|
662
|
-
return b.build();
|
|
663
|
-
};
|
|
664
|
-
const se_ListAttendeesCommand = async (input, context) => {
|
|
665
|
-
const b = core.requestBuilder(input, context);
|
|
666
|
-
const headers = {};
|
|
667
|
-
b.bp("/meetings/{MeetingId}/attendees");
|
|
668
|
-
b.p("MeetingId", () => input.MeetingId, "{MeetingId}", false);
|
|
669
|
-
const query = smithyClient.map({
|
|
670
|
-
[_nt]: [, input[_NT]],
|
|
671
|
-
[_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
672
|
-
});
|
|
673
|
-
let body;
|
|
674
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
675
|
-
return b.build();
|
|
676
|
-
};
|
|
677
|
-
const se_ListTagsForResourceCommand = async (input, context) => {
|
|
678
|
-
const b = core.requestBuilder(input, context);
|
|
679
|
-
const headers = {};
|
|
680
|
-
b.bp("/tags");
|
|
681
|
-
const query = smithyClient.map({
|
|
682
|
-
[_a]: [, smithyClient.expectNonNull(input[_RARN], `ResourceARN`)],
|
|
683
|
-
});
|
|
684
|
-
let body;
|
|
685
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
686
|
-
return b.build();
|
|
687
|
-
};
|
|
688
|
-
const se_StartMeetingTranscriptionCommand = async (input, context) => {
|
|
689
|
-
const b = core.requestBuilder(input, context);
|
|
690
|
-
const headers = {
|
|
691
|
-
"content-type": "application/json",
|
|
692
|
-
};
|
|
693
|
-
b.bp("/meetings/{MeetingId}/transcription");
|
|
694
|
-
b.p("MeetingId", () => input.MeetingId, "{MeetingId}", false);
|
|
695
|
-
const query = smithyClient.map({
|
|
696
|
-
[_o]: [, "start"],
|
|
697
|
-
});
|
|
698
|
-
let body;
|
|
699
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
700
|
-
TranscriptionConfiguration: (_) => smithyClient._json(_),
|
|
701
|
-
}));
|
|
702
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
703
|
-
return b.build();
|
|
704
|
-
};
|
|
705
|
-
const se_StopMeetingTranscriptionCommand = async (input, context) => {
|
|
706
|
-
const b = core.requestBuilder(input, context);
|
|
707
|
-
const headers = {};
|
|
708
|
-
b.bp("/meetings/{MeetingId}/transcription");
|
|
709
|
-
b.p("MeetingId", () => input.MeetingId, "{MeetingId}", false);
|
|
710
|
-
const query = smithyClient.map({
|
|
711
|
-
[_o]: [, "stop"],
|
|
712
|
-
});
|
|
713
|
-
let body;
|
|
714
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
715
|
-
return b.build();
|
|
716
|
-
};
|
|
717
|
-
const se_TagResourceCommand = async (input, context) => {
|
|
718
|
-
const b = core.requestBuilder(input, context);
|
|
719
|
-
const headers = {
|
|
720
|
-
"content-type": "application/json",
|
|
721
|
-
};
|
|
722
|
-
b.bp("/tags");
|
|
723
|
-
const query = smithyClient.map({
|
|
724
|
-
[_o]: [, "tag-resource"],
|
|
725
|
-
});
|
|
726
|
-
let body;
|
|
727
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
728
|
-
ResourceARN: [],
|
|
729
|
-
Tags: (_) => smithyClient._json(_),
|
|
730
|
-
}));
|
|
731
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
732
|
-
return b.build();
|
|
733
|
-
};
|
|
734
|
-
const se_UntagResourceCommand = async (input, context) => {
|
|
735
|
-
const b = core.requestBuilder(input, context);
|
|
736
|
-
const headers = {
|
|
737
|
-
"content-type": "application/json",
|
|
738
|
-
};
|
|
739
|
-
b.bp("/tags");
|
|
740
|
-
const query = smithyClient.map({
|
|
741
|
-
[_o]: [, "untag-resource"],
|
|
742
|
-
});
|
|
743
|
-
let body;
|
|
744
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
745
|
-
ResourceARN: [],
|
|
746
|
-
TagKeys: (_) => smithyClient._json(_),
|
|
747
|
-
}));
|
|
748
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
749
|
-
return b.build();
|
|
750
|
-
};
|
|
751
|
-
const se_UpdateAttendeeCapabilitiesCommand = async (input, context) => {
|
|
752
|
-
const b = core.requestBuilder(input, context);
|
|
753
|
-
const headers = {
|
|
754
|
-
"content-type": "application/json",
|
|
755
|
-
};
|
|
756
|
-
b.bp("/meetings/{MeetingId}/attendees/{AttendeeId}/capabilities");
|
|
757
|
-
b.p("MeetingId", () => input.MeetingId, "{MeetingId}", false);
|
|
758
|
-
b.p("AttendeeId", () => input.AttendeeId, "{AttendeeId}", false);
|
|
759
|
-
let body;
|
|
760
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
761
|
-
Capabilities: (_) => smithyClient._json(_),
|
|
762
|
-
}));
|
|
763
|
-
b.m("PUT").h(headers).b(body);
|
|
764
|
-
return b.build();
|
|
765
|
-
};
|
|
766
|
-
const de_BatchCreateAttendeeCommand = async (output, context) => {
|
|
767
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
768
|
-
return de_CommandError(output, context);
|
|
769
|
-
}
|
|
770
|
-
const contents = smithyClient.map({
|
|
771
|
-
$metadata: deserializeMetadata(output),
|
|
772
|
-
});
|
|
773
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
774
|
-
const doc = smithyClient.take(data, {
|
|
775
|
-
Attendees: smithyClient._json,
|
|
776
|
-
Errors: smithyClient._json,
|
|
777
|
-
});
|
|
778
|
-
Object.assign(contents, doc);
|
|
779
|
-
return contents;
|
|
780
|
-
};
|
|
781
|
-
const de_BatchUpdateAttendeeCapabilitiesExceptCommand = async (output, context) => {
|
|
782
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
783
|
-
return de_CommandError(output, context);
|
|
784
|
-
}
|
|
785
|
-
const contents = smithyClient.map({
|
|
786
|
-
$metadata: deserializeMetadata(output),
|
|
787
|
-
});
|
|
788
|
-
await smithyClient.collectBody(output.body, context);
|
|
789
|
-
return contents;
|
|
790
439
|
};
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
const
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
const
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
const
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
const
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
const
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
const
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
const
|
|
884
|
-
|
|
885
|
-
return de_CommandError(output, context);
|
|
886
|
-
}
|
|
887
|
-
const contents = smithyClient.map({
|
|
888
|
-
$metadata: deserializeMetadata(output),
|
|
889
|
-
});
|
|
890
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
891
|
-
const doc = smithyClient.take(data, {
|
|
892
|
-
Attendees: smithyClient._json,
|
|
893
|
-
NextToken: smithyClient.expectString,
|
|
894
|
-
});
|
|
895
|
-
Object.assign(contents, doc);
|
|
896
|
-
return contents;
|
|
897
|
-
};
|
|
898
|
-
const de_ListTagsForResourceCommand = async (output, context) => {
|
|
899
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
900
|
-
return de_CommandError(output, context);
|
|
901
|
-
}
|
|
902
|
-
const contents = smithyClient.map({
|
|
903
|
-
$metadata: deserializeMetadata(output),
|
|
904
|
-
});
|
|
905
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
906
|
-
const doc = smithyClient.take(data, {
|
|
907
|
-
Tags: smithyClient._json,
|
|
908
|
-
});
|
|
909
|
-
Object.assign(contents, doc);
|
|
910
|
-
return contents;
|
|
911
|
-
};
|
|
912
|
-
const de_StartMeetingTranscriptionCommand = async (output, context) => {
|
|
913
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
914
|
-
return de_CommandError(output, context);
|
|
915
|
-
}
|
|
916
|
-
const contents = smithyClient.map({
|
|
917
|
-
$metadata: deserializeMetadata(output),
|
|
918
|
-
});
|
|
919
|
-
await smithyClient.collectBody(output.body, context);
|
|
920
|
-
return contents;
|
|
921
|
-
};
|
|
922
|
-
const de_StopMeetingTranscriptionCommand = async (output, context) => {
|
|
923
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
924
|
-
return de_CommandError(output, context);
|
|
925
|
-
}
|
|
926
|
-
const contents = smithyClient.map({
|
|
927
|
-
$metadata: deserializeMetadata(output),
|
|
928
|
-
});
|
|
929
|
-
await smithyClient.collectBody(output.body, context);
|
|
930
|
-
return contents;
|
|
931
|
-
};
|
|
932
|
-
const de_TagResourceCommand = async (output, context) => {
|
|
933
|
-
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
934
|
-
return de_CommandError(output, context);
|
|
935
|
-
}
|
|
936
|
-
const contents = smithyClient.map({
|
|
937
|
-
$metadata: deserializeMetadata(output),
|
|
938
|
-
});
|
|
939
|
-
await smithyClient.collectBody(output.body, context);
|
|
940
|
-
return contents;
|
|
941
|
-
};
|
|
942
|
-
const de_UntagResourceCommand = async (output, context) => {
|
|
943
|
-
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
944
|
-
return de_CommandError(output, context);
|
|
945
|
-
}
|
|
946
|
-
const contents = smithyClient.map({
|
|
947
|
-
$metadata: deserializeMetadata(output),
|
|
948
|
-
});
|
|
949
|
-
await smithyClient.collectBody(output.body, context);
|
|
950
|
-
return contents;
|
|
951
|
-
};
|
|
952
|
-
const de_UpdateAttendeeCapabilitiesCommand = async (output, context) => {
|
|
953
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
954
|
-
return de_CommandError(output, context);
|
|
955
|
-
}
|
|
956
|
-
const contents = smithyClient.map({
|
|
957
|
-
$metadata: deserializeMetadata(output),
|
|
958
|
-
});
|
|
959
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
960
|
-
const doc = smithyClient.take(data, {
|
|
961
|
-
Attendee: smithyClient._json,
|
|
962
|
-
});
|
|
963
|
-
Object.assign(contents, doc);
|
|
964
|
-
return contents;
|
|
965
|
-
};
|
|
966
|
-
const de_CommandError = async (output, context) => {
|
|
967
|
-
const parsedOutput = {
|
|
968
|
-
...output,
|
|
969
|
-
body: await core$1.parseJsonErrorBody(output.body, context),
|
|
970
|
-
};
|
|
971
|
-
const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
|
|
972
|
-
switch (errorCode) {
|
|
973
|
-
case "BadRequestException":
|
|
974
|
-
case "com.amazonaws.chimesdkmeetings#BadRequestException":
|
|
975
|
-
throw await de_BadRequestExceptionRes(parsedOutput);
|
|
976
|
-
case "ForbiddenException":
|
|
977
|
-
case "com.amazonaws.chimesdkmeetings#ForbiddenException":
|
|
978
|
-
throw await de_ForbiddenExceptionRes(parsedOutput);
|
|
979
|
-
case "LimitExceededException":
|
|
980
|
-
case "com.amazonaws.chimesdkmeetings#LimitExceededException":
|
|
981
|
-
throw await de_LimitExceededExceptionRes(parsedOutput);
|
|
982
|
-
case "NotFoundException":
|
|
983
|
-
case "com.amazonaws.chimesdkmeetings#NotFoundException":
|
|
984
|
-
throw await de_NotFoundExceptionRes(parsedOutput);
|
|
985
|
-
case "ServiceFailureException":
|
|
986
|
-
case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
|
|
987
|
-
throw await de_ServiceFailureExceptionRes(parsedOutput);
|
|
988
|
-
case "ServiceUnavailableException":
|
|
989
|
-
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
|
|
990
|
-
throw await de_ServiceUnavailableExceptionRes(parsedOutput);
|
|
991
|
-
case "ThrottlingException":
|
|
992
|
-
case "com.amazonaws.chimesdkmeetings#ThrottlingException":
|
|
993
|
-
throw await de_ThrottlingExceptionRes(parsedOutput);
|
|
994
|
-
case "UnauthorizedException":
|
|
995
|
-
case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
|
|
996
|
-
throw await de_UnauthorizedExceptionRes(parsedOutput);
|
|
997
|
-
case "UnprocessableEntityException":
|
|
998
|
-
case "com.amazonaws.chimesdkmeetings#UnprocessableEntityException":
|
|
999
|
-
throw await de_UnprocessableEntityExceptionRes(parsedOutput);
|
|
1000
|
-
case "ConflictException":
|
|
1001
|
-
case "com.amazonaws.chimesdkmeetings#ConflictException":
|
|
1002
|
-
throw await de_ConflictExceptionRes(parsedOutput);
|
|
1003
|
-
case "ResourceNotFoundException":
|
|
1004
|
-
case "com.amazonaws.chimesdkmeetings#ResourceNotFoundException":
|
|
1005
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput);
|
|
1006
|
-
case "TooManyTagsException":
|
|
1007
|
-
case "com.amazonaws.chimesdkmeetings#TooManyTagsException":
|
|
1008
|
-
throw await de_TooManyTagsExceptionRes(parsedOutput);
|
|
1009
|
-
default:
|
|
1010
|
-
const parsedBody = parsedOutput.body;
|
|
1011
|
-
return throwDefaultError({
|
|
1012
|
-
output,
|
|
1013
|
-
parsedBody,
|
|
1014
|
-
errorCode,
|
|
1015
|
-
});
|
|
1016
|
-
}
|
|
1017
|
-
};
|
|
1018
|
-
const throwDefaultError = smithyClient.withBaseException(ChimeSDKMeetingsServiceException);
|
|
1019
|
-
const de_BadRequestExceptionRes = async (parsedOutput, context) => {
|
|
1020
|
-
const contents = smithyClient.map({});
|
|
1021
|
-
const data = parsedOutput.body;
|
|
1022
|
-
const doc = smithyClient.take(data, {
|
|
1023
|
-
Code: smithyClient.expectString,
|
|
1024
|
-
Message: smithyClient.expectString,
|
|
1025
|
-
RequestId: smithyClient.expectString,
|
|
1026
|
-
});
|
|
1027
|
-
Object.assign(contents, doc);
|
|
1028
|
-
const exception = new BadRequestException({
|
|
1029
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1030
|
-
...contents,
|
|
1031
|
-
});
|
|
1032
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1033
|
-
};
|
|
1034
|
-
const de_ConflictExceptionRes = async (parsedOutput, context) => {
|
|
1035
|
-
const contents = smithyClient.map({});
|
|
1036
|
-
const data = parsedOutput.body;
|
|
1037
|
-
const doc = smithyClient.take(data, {
|
|
1038
|
-
Code: smithyClient.expectString,
|
|
1039
|
-
Message: smithyClient.expectString,
|
|
1040
|
-
RequestId: smithyClient.expectString,
|
|
1041
|
-
});
|
|
1042
|
-
Object.assign(contents, doc);
|
|
1043
|
-
const exception = new ConflictException({
|
|
1044
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1045
|
-
...contents,
|
|
1046
|
-
});
|
|
1047
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1048
|
-
};
|
|
1049
|
-
const de_ForbiddenExceptionRes = async (parsedOutput, context) => {
|
|
1050
|
-
const contents = smithyClient.map({});
|
|
1051
|
-
const data = parsedOutput.body;
|
|
1052
|
-
const doc = smithyClient.take(data, {
|
|
1053
|
-
Code: smithyClient.expectString,
|
|
1054
|
-
Message: smithyClient.expectString,
|
|
1055
|
-
RequestId: smithyClient.expectString,
|
|
1056
|
-
});
|
|
1057
|
-
Object.assign(contents, doc);
|
|
1058
|
-
const exception = new ForbiddenException({
|
|
1059
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1060
|
-
...contents,
|
|
1061
|
-
});
|
|
1062
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1063
|
-
};
|
|
1064
|
-
const de_LimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
1065
|
-
const contents = smithyClient.map({});
|
|
1066
|
-
const data = parsedOutput.body;
|
|
1067
|
-
const doc = smithyClient.take(data, {
|
|
1068
|
-
Code: smithyClient.expectString,
|
|
1069
|
-
Message: smithyClient.expectString,
|
|
1070
|
-
RequestId: smithyClient.expectString,
|
|
1071
|
-
});
|
|
1072
|
-
Object.assign(contents, doc);
|
|
1073
|
-
const exception = new LimitExceededException({
|
|
1074
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1075
|
-
...contents,
|
|
1076
|
-
});
|
|
1077
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1078
|
-
};
|
|
1079
|
-
const de_NotFoundExceptionRes = async (parsedOutput, context) => {
|
|
1080
|
-
const contents = smithyClient.map({});
|
|
1081
|
-
const data = parsedOutput.body;
|
|
1082
|
-
const doc = smithyClient.take(data, {
|
|
1083
|
-
Code: smithyClient.expectString,
|
|
1084
|
-
Message: smithyClient.expectString,
|
|
1085
|
-
RequestId: smithyClient.expectString,
|
|
1086
|
-
});
|
|
1087
|
-
Object.assign(contents, doc);
|
|
1088
|
-
const exception = new NotFoundException({
|
|
1089
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1090
|
-
...contents,
|
|
1091
|
-
});
|
|
1092
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1093
|
-
};
|
|
1094
|
-
const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
1095
|
-
const contents = smithyClient.map({});
|
|
1096
|
-
const data = parsedOutput.body;
|
|
1097
|
-
const doc = smithyClient.take(data, {
|
|
1098
|
-
Code: smithyClient.expectString,
|
|
1099
|
-
Message: smithyClient.expectString,
|
|
1100
|
-
RequestId: smithyClient.expectString,
|
|
1101
|
-
ResourceName: smithyClient.expectString,
|
|
1102
|
-
});
|
|
1103
|
-
Object.assign(contents, doc);
|
|
1104
|
-
const exception = new ResourceNotFoundException({
|
|
1105
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1106
|
-
...contents,
|
|
1107
|
-
});
|
|
1108
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1109
|
-
};
|
|
1110
|
-
const de_ServiceFailureExceptionRes = async (parsedOutput, context) => {
|
|
1111
|
-
const contents = smithyClient.map({});
|
|
1112
|
-
const data = parsedOutput.body;
|
|
1113
|
-
const doc = smithyClient.take(data, {
|
|
1114
|
-
Code: smithyClient.expectString,
|
|
1115
|
-
Message: smithyClient.expectString,
|
|
1116
|
-
RequestId: smithyClient.expectString,
|
|
1117
|
-
});
|
|
1118
|
-
Object.assign(contents, doc);
|
|
1119
|
-
const exception = new ServiceFailureException({
|
|
1120
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1121
|
-
...contents,
|
|
1122
|
-
});
|
|
1123
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1124
|
-
};
|
|
1125
|
-
const de_ServiceUnavailableExceptionRes = async (parsedOutput, context) => {
|
|
1126
|
-
const contents = smithyClient.map({
|
|
1127
|
-
[_RAS]: [, parsedOutput.headers[_ra]],
|
|
1128
|
-
});
|
|
1129
|
-
const data = parsedOutput.body;
|
|
1130
|
-
const doc = smithyClient.take(data, {
|
|
1131
|
-
Code: smithyClient.expectString,
|
|
1132
|
-
Message: smithyClient.expectString,
|
|
1133
|
-
RequestId: smithyClient.expectString,
|
|
1134
|
-
});
|
|
1135
|
-
Object.assign(contents, doc);
|
|
1136
|
-
const exception = new ServiceUnavailableException({
|
|
1137
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1138
|
-
...contents,
|
|
1139
|
-
});
|
|
1140
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1141
|
-
};
|
|
1142
|
-
const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
|
|
1143
|
-
const contents = smithyClient.map({});
|
|
1144
|
-
const data = parsedOutput.body;
|
|
1145
|
-
const doc = smithyClient.take(data, {
|
|
1146
|
-
Code: smithyClient.expectString,
|
|
1147
|
-
Message: smithyClient.expectString,
|
|
1148
|
-
RequestId: smithyClient.expectString,
|
|
1149
|
-
});
|
|
1150
|
-
Object.assign(contents, doc);
|
|
1151
|
-
const exception = new ThrottlingException({
|
|
1152
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1153
|
-
...contents,
|
|
1154
|
-
});
|
|
1155
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1156
|
-
};
|
|
1157
|
-
const de_TooManyTagsExceptionRes = async (parsedOutput, context) => {
|
|
1158
|
-
const contents = smithyClient.map({});
|
|
1159
|
-
const data = parsedOutput.body;
|
|
1160
|
-
const doc = smithyClient.take(data, {
|
|
1161
|
-
Code: smithyClient.expectString,
|
|
1162
|
-
Message: smithyClient.expectString,
|
|
1163
|
-
RequestId: smithyClient.expectString,
|
|
1164
|
-
ResourceName: smithyClient.expectString,
|
|
1165
|
-
});
|
|
1166
|
-
Object.assign(contents, doc);
|
|
1167
|
-
const exception = new TooManyTagsException({
|
|
1168
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1169
|
-
...contents,
|
|
1170
|
-
});
|
|
1171
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1172
|
-
};
|
|
1173
|
-
const de_UnauthorizedExceptionRes = async (parsedOutput, context) => {
|
|
1174
|
-
const contents = smithyClient.map({});
|
|
1175
|
-
const data = parsedOutput.body;
|
|
1176
|
-
const doc = smithyClient.take(data, {
|
|
1177
|
-
Code: smithyClient.expectString,
|
|
1178
|
-
Message: smithyClient.expectString,
|
|
1179
|
-
RequestId: smithyClient.expectString,
|
|
1180
|
-
});
|
|
1181
|
-
Object.assign(contents, doc);
|
|
1182
|
-
const exception = new UnauthorizedException({
|
|
1183
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1184
|
-
...contents,
|
|
1185
|
-
});
|
|
1186
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1187
|
-
};
|
|
1188
|
-
const de_UnprocessableEntityExceptionRes = async (parsedOutput, context) => {
|
|
1189
|
-
const contents = smithyClient.map({});
|
|
1190
|
-
const data = parsedOutput.body;
|
|
1191
|
-
const doc = smithyClient.take(data, {
|
|
1192
|
-
Code: smithyClient.expectString,
|
|
1193
|
-
Message: smithyClient.expectString,
|
|
1194
|
-
RequestId: smithyClient.expectString,
|
|
1195
|
-
});
|
|
1196
|
-
Object.assign(contents, doc);
|
|
1197
|
-
const exception = new UnprocessableEntityException({
|
|
1198
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1199
|
-
...contents,
|
|
1200
|
-
});
|
|
1201
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1202
|
-
};
|
|
1203
|
-
const deserializeMetadata = (output) => ({
|
|
1204
|
-
httpStatusCode: output.statusCode,
|
|
1205
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
1206
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1207
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
1208
|
-
});
|
|
1209
|
-
const _MR = "MaxResults";
|
|
440
|
+
|
|
441
|
+
const _A = "Arn";
|
|
442
|
+
const _AC = "AttendeeCapabilities";
|
|
443
|
+
const _AF = "AttendeeFeatures";
|
|
444
|
+
const _AFU = "AudioFallbackUrl";
|
|
445
|
+
const _AFu = "AudioFeatures";
|
|
446
|
+
const _AHU = "AudioHostUrl";
|
|
447
|
+
const _AI = "AttendeeId";
|
|
448
|
+
const _AII = "AttendeeIdItem";
|
|
449
|
+
const _AIL = "AttendeeIdsList";
|
|
450
|
+
const _AL = "AttendeeList";
|
|
451
|
+
const _At = "Attendee";
|
|
452
|
+
const _Att = "Attendees";
|
|
453
|
+
const _Au = "Audio";
|
|
454
|
+
const _BCA = "BatchCreateAttendee";
|
|
455
|
+
const _BCAEL = "BatchCreateAttendeeErrorList";
|
|
456
|
+
const _BCAR = "BatchCreateAttendeeRequest";
|
|
457
|
+
const _BCARa = "BatchCreateAttendeeResponse";
|
|
458
|
+
const _BRE = "BadRequestException";
|
|
459
|
+
const _BUACE = "BatchUpdateAttendeeCapabilitiesExcept";
|
|
460
|
+
const _BUACER = "BatchUpdateAttendeeCapabilitiesExceptRequest";
|
|
461
|
+
const _C = "Capabilities";
|
|
462
|
+
const _CA = "CreateAttendee";
|
|
463
|
+
const _CAE = "CreateAttendeeError";
|
|
464
|
+
const _CAR = "CreateAttendeeRequest";
|
|
465
|
+
const _CARI = "CreateAttendeeRequestItem";
|
|
466
|
+
const _CARIL = "CreateAttendeeRequestItemList";
|
|
467
|
+
const _CARr = "CreateAttendeeResponse";
|
|
468
|
+
const _CE = "ConflictException";
|
|
469
|
+
const _CF = "ContentFeatures";
|
|
470
|
+
const _CIT = "ContentIdentificationType";
|
|
471
|
+
const _CM = "CreateMeeting";
|
|
472
|
+
const _CMR = "CreateMeetingRequest";
|
|
473
|
+
const _CMRr = "CreateMeetingResponse";
|
|
474
|
+
const _CMWA = "CreateMeetingWithAttendees";
|
|
475
|
+
const _CMWAR = "CreateMeetingWithAttendeesRequest";
|
|
476
|
+
const _CMWARIL = "CreateMeetingWithAttendeesRequestItemList";
|
|
477
|
+
const _CMWARr = "CreateMeetingWithAttendeesResponse";
|
|
478
|
+
const _CRT = "ClientRequestToken";
|
|
479
|
+
const _CRTo = "ContentRedactionType";
|
|
480
|
+
const _Co = "Content";
|
|
481
|
+
const _Cod = "Code";
|
|
482
|
+
const _DA = "DeleteAttendee";
|
|
483
|
+
const _DAR = "DeleteAttendeeRequest";
|
|
484
|
+
const _DM = "DeleteMeeting";
|
|
485
|
+
const _DMR = "DeleteMeetingRequest";
|
|
486
|
+
const _E = "Errors";
|
|
487
|
+
const _EAI = "ExcludedAttendeeIds";
|
|
488
|
+
const _EC = "ErrorCode";
|
|
489
|
+
const _EIU = "EventIngestionUrl";
|
|
490
|
+
const _EM = "ErrorMessage";
|
|
491
|
+
const _EMI = "ExternalMeetingId";
|
|
492
|
+
const _EPRS = "EnablePartialResultsStabilization";
|
|
493
|
+
const _ER = "EchoReduction";
|
|
494
|
+
const _ETMS = "EngineTranscribeMedicalSettings";
|
|
495
|
+
const _ETS = "EngineTranscribeSettings";
|
|
496
|
+
const _EUI = "ExternalUserId";
|
|
497
|
+
const _FE = "ForbiddenException";
|
|
498
|
+
const _GA = "GetAttendee";
|
|
499
|
+
const _GAR = "GetAttendeeRequest";
|
|
500
|
+
const _GARe = "GetAttendeeResponse";
|
|
501
|
+
const _GM = "GetMeeting";
|
|
502
|
+
const _GMR = "GetMeetingRequest";
|
|
503
|
+
const _GMRe = "GetMeetingResponse";
|
|
504
|
+
const _IL = "IdentifyLanguage";
|
|
505
|
+
const _JT = "JoinToken";
|
|
506
|
+
const _JTS = "JoinTokenString";
|
|
507
|
+
const _K = "Key";
|
|
508
|
+
const _LA = "ListAttendees";
|
|
509
|
+
const _LAR = "ListAttendeesRequest";
|
|
510
|
+
const _LARi = "ListAttendeesResponse";
|
|
511
|
+
const _LC = "LanguageCode";
|
|
512
|
+
const _LEE = "LimitExceededException";
|
|
513
|
+
const _LFA = "LambdaFunctionArn";
|
|
514
|
+
const _LMN = "LanguageModelName";
|
|
515
|
+
const _LO = "LanguageOptions";
|
|
516
|
+
const _LTFR = "ListTagsForResource";
|
|
517
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
518
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
519
|
+
const _M = "Message";
|
|
520
|
+
const _MA = "MeetingArn";
|
|
521
|
+
const _MC = "MaxCount";
|
|
522
|
+
const _MF = "MeetingFeatures";
|
|
523
|
+
const _MFC = "MeetingFeaturesConfiguration";
|
|
524
|
+
const _MHI = "MeetingHostId";
|
|
525
|
+
const _MI = "MeetingId";
|
|
526
|
+
const _MP = "MediaPlacement";
|
|
527
|
+
const _MPNT = "MediaPlacementNetworkType";
|
|
528
|
+
const _MR = "MaxResolution";
|
|
529
|
+
const _MRa = "MaxResults";
|
|
530
|
+
const _MRe = "MediaRegion";
|
|
531
|
+
const _Me = "Meeting";
|
|
532
|
+
const _NC = "NotificationsConfiguration";
|
|
533
|
+
const _NFE = "NotFoundException";
|
|
1210
534
|
const _NT = "NextToken";
|
|
535
|
+
const _PET = "PiiEntityTypes";
|
|
536
|
+
const _PL = "PreferredLanguage";
|
|
537
|
+
const _PMI = "PrimaryMeetingId";
|
|
538
|
+
const _PRS = "PartialResultsStability";
|
|
539
|
+
const _R = "Region";
|
|
540
|
+
const _RA = "Retry-After";
|
|
1211
541
|
const _RARN = "ResourceARN";
|
|
1212
542
|
const _RAS = "RetryAfterSeconds";
|
|
543
|
+
const _RI = "RequestId";
|
|
544
|
+
const _RN = "ResourceName";
|
|
545
|
+
const _RNFE = "ResourceNotFoundException";
|
|
546
|
+
const _S = "Specialty";
|
|
547
|
+
const _SDU = "ScreenDataUrl";
|
|
548
|
+
const _SFE = "ServiceFailureException";
|
|
549
|
+
const _SMT = "StartMeetingTranscription";
|
|
550
|
+
const _SMTR = "StartMeetingTranscriptionRequest";
|
|
551
|
+
const _SMTRt = "StopMeetingTranscriptionRequest";
|
|
552
|
+
const _SMTt = "StopMeetingTranscription";
|
|
553
|
+
const _SQA = "SqsQueueArn";
|
|
554
|
+
const _SSU = "ScreenSharingUrl";
|
|
555
|
+
const _STA = "SnsTopicArn";
|
|
556
|
+
const _SU = "SignalingUrl";
|
|
557
|
+
const _SUE = "ServiceUnavailableException";
|
|
558
|
+
const _SVU = "ScreenViewingUrl";
|
|
559
|
+
const _T = "Tags";
|
|
560
|
+
const _TC = "TranscriptionConfiguration";
|
|
561
|
+
const _TCU = "TurnControlUrl";
|
|
562
|
+
const _TE = "ThrottlingException";
|
|
563
|
+
const _TI = "TenantIds";
|
|
564
|
+
const _TK = "TagKeys";
|
|
565
|
+
const _TL = "TagList";
|
|
566
|
+
const _TMTE = "TooManyTagsException";
|
|
567
|
+
const _TR = "TagResource";
|
|
568
|
+
const _TRR = "TagResourceRequest";
|
|
569
|
+
const _TRRa = "TagResourceResponse";
|
|
570
|
+
const _Ta = "Tag";
|
|
571
|
+
const _Ty = "Type";
|
|
572
|
+
const _UAC = "UpdateAttendeeCapabilities";
|
|
573
|
+
const _UACR = "UpdateAttendeeCapabilitiesRequest";
|
|
574
|
+
const _UACRp = "UpdateAttendeeCapabilitiesResponse";
|
|
575
|
+
const _UE = "UnauthorizedException";
|
|
576
|
+
const _UEE = "UnprocessableEntityException";
|
|
577
|
+
const _UR = "UntagResource";
|
|
578
|
+
const _URR = "UntagResourceRequest";
|
|
579
|
+
const _URRn = "UntagResourceResponse";
|
|
580
|
+
const _V = "Video";
|
|
581
|
+
const _VF = "VideoFeatures";
|
|
582
|
+
const _VFM = "VocabularyFilterMethod";
|
|
583
|
+
const _VFN = "VocabularyFilterName";
|
|
584
|
+
const _VFNo = "VocabularyFilterNames";
|
|
585
|
+
const _VN = "VocabularyName";
|
|
586
|
+
const _VNo = "VocabularyNames";
|
|
587
|
+
const _Va = "Value";
|
|
1213
588
|
const _a = "arn";
|
|
589
|
+
const _c = "client";
|
|
590
|
+
const _e = "error";
|
|
591
|
+
const _h = "http";
|
|
592
|
+
const _hE = "httpError";
|
|
593
|
+
const _hH = "httpHeader";
|
|
594
|
+
const _hQ = "httpQuery";
|
|
1214
595
|
const _mr = "max-results";
|
|
1215
596
|
const _nt = "next-token";
|
|
1216
|
-
const
|
|
1217
|
-
const
|
|
597
|
+
const _s = "server";
|
|
598
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.chimesdkmeetings";
|
|
599
|
+
const n0 = "com.amazonaws.chimesdkmeetings";
|
|
600
|
+
var Arn = [0, n0, _A, 8, 0];
|
|
601
|
+
var ClientRequestToken = [0, n0, _CRT, 8, 0];
|
|
602
|
+
var ExternalMeetingId = [0, n0, _EMI, 8, 0];
|
|
603
|
+
var ExternalUserId = [0, n0, _EUI, 8, 0];
|
|
604
|
+
var JoinTokenString = [0, n0, _JTS, 8, 0];
|
|
605
|
+
var Attendee = [
|
|
606
|
+
3,
|
|
607
|
+
n0,
|
|
608
|
+
_At,
|
|
609
|
+
0,
|
|
610
|
+
[_EUI, _AI, _JT, _C],
|
|
611
|
+
[[() => ExternalUserId, 0], 0, [() => JoinTokenString, 0], () => AttendeeCapabilities],
|
|
612
|
+
];
|
|
613
|
+
var AttendeeCapabilities = [3, n0, _AC, 0, [_Au, _V, _Co], [0, 0, 0]];
|
|
614
|
+
var AttendeeFeatures = [3, n0, _AF, 0, [_MC], [1]];
|
|
615
|
+
var AttendeeIdItem = [3, n0, _AII, 0, [_AI], [0]];
|
|
616
|
+
var AudioFeatures = [3, n0, _AFu, 0, [_ER], [0]];
|
|
617
|
+
var BadRequestException = [
|
|
618
|
+
-3,
|
|
619
|
+
n0,
|
|
620
|
+
_BRE,
|
|
621
|
+
{
|
|
622
|
+
[_e]: _c,
|
|
623
|
+
[_hE]: 400,
|
|
624
|
+
},
|
|
625
|
+
[_Cod, _M, _RI],
|
|
626
|
+
[0, 0, 0],
|
|
627
|
+
];
|
|
628
|
+
schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
|
|
629
|
+
var BatchCreateAttendeeRequest = [
|
|
630
|
+
3,
|
|
631
|
+
n0,
|
|
632
|
+
_BCAR,
|
|
633
|
+
0,
|
|
634
|
+
[_MI, _Att],
|
|
635
|
+
[
|
|
636
|
+
[0, 1],
|
|
637
|
+
[() => CreateAttendeeRequestItemList, 0],
|
|
638
|
+
],
|
|
639
|
+
];
|
|
640
|
+
var BatchCreateAttendeeResponse = [
|
|
641
|
+
3,
|
|
642
|
+
n0,
|
|
643
|
+
_BCARa,
|
|
644
|
+
0,
|
|
645
|
+
[_Att, _E],
|
|
646
|
+
[
|
|
647
|
+
[() => AttendeeList, 0],
|
|
648
|
+
[() => BatchCreateAttendeeErrorList, 0],
|
|
649
|
+
],
|
|
650
|
+
];
|
|
651
|
+
var BatchUpdateAttendeeCapabilitiesExceptRequest = [
|
|
652
|
+
3,
|
|
653
|
+
n0,
|
|
654
|
+
_BUACER,
|
|
655
|
+
0,
|
|
656
|
+
[_MI, _EAI, _C],
|
|
657
|
+
[[0, 1], () => AttendeeIdsList, () => AttendeeCapabilities],
|
|
658
|
+
];
|
|
659
|
+
var ConflictException = [
|
|
660
|
+
-3,
|
|
661
|
+
n0,
|
|
662
|
+
_CE,
|
|
663
|
+
{
|
|
664
|
+
[_e]: _c,
|
|
665
|
+
[_hE]: 409,
|
|
666
|
+
},
|
|
667
|
+
[_Cod, _M, _RI],
|
|
668
|
+
[0, 0, 0],
|
|
669
|
+
];
|
|
670
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
671
|
+
var ContentFeatures = [3, n0, _CF, 0, [_MR], [0]];
|
|
672
|
+
var CreateAttendeeError = [
|
|
673
|
+
3,
|
|
674
|
+
n0,
|
|
675
|
+
_CAE,
|
|
676
|
+
0,
|
|
677
|
+
[_EUI, _EC, _EM],
|
|
678
|
+
[[() => ExternalUserId, 0], 0, 0],
|
|
679
|
+
];
|
|
680
|
+
var CreateAttendeeRequest = [
|
|
681
|
+
3,
|
|
682
|
+
n0,
|
|
683
|
+
_CAR,
|
|
684
|
+
0,
|
|
685
|
+
[_MI, _EUI, _C],
|
|
686
|
+
[[0, 1], [() => ExternalUserId, 0], () => AttendeeCapabilities],
|
|
687
|
+
];
|
|
688
|
+
var CreateAttendeeRequestItem = [
|
|
689
|
+
3,
|
|
690
|
+
n0,
|
|
691
|
+
_CARI,
|
|
692
|
+
0,
|
|
693
|
+
[_EUI, _C],
|
|
694
|
+
[[() => ExternalUserId, 0], () => AttendeeCapabilities],
|
|
695
|
+
];
|
|
696
|
+
var CreateAttendeeResponse = [3, n0, _CARr, 0, [_At], [[() => Attendee, 0]]];
|
|
697
|
+
var CreateMeetingRequest = [
|
|
698
|
+
3,
|
|
699
|
+
n0,
|
|
700
|
+
_CMR,
|
|
701
|
+
0,
|
|
702
|
+
[_CRT, _MRe, _MHI, _EMI, _NC, _MF, _PMI, _TI, _T, _MPNT],
|
|
703
|
+
[
|
|
704
|
+
[() => ClientRequestToken, 4],
|
|
705
|
+
0,
|
|
706
|
+
[() => ExternalUserId, 0],
|
|
707
|
+
[() => ExternalMeetingId, 0],
|
|
708
|
+
[() => NotificationsConfiguration, 0],
|
|
709
|
+
() => MeetingFeaturesConfiguration,
|
|
710
|
+
0,
|
|
711
|
+
64 | 0,
|
|
712
|
+
() => TagList,
|
|
713
|
+
0,
|
|
714
|
+
],
|
|
715
|
+
];
|
|
716
|
+
var CreateMeetingResponse = [3, n0, _CMRr, 0, [_Me], [[() => Meeting, 0]]];
|
|
717
|
+
var CreateMeetingWithAttendeesRequest = [
|
|
718
|
+
3,
|
|
719
|
+
n0,
|
|
720
|
+
_CMWAR,
|
|
721
|
+
0,
|
|
722
|
+
[_CRT, _MRe, _MHI, _EMI, _MF, _NC, _Att, _PMI, _TI, _T, _MPNT],
|
|
723
|
+
[
|
|
724
|
+
[() => ClientRequestToken, 4],
|
|
725
|
+
0,
|
|
726
|
+
[() => ExternalUserId, 0],
|
|
727
|
+
[() => ExternalMeetingId, 0],
|
|
728
|
+
() => MeetingFeaturesConfiguration,
|
|
729
|
+
[() => NotificationsConfiguration, 0],
|
|
730
|
+
[() => CreateMeetingWithAttendeesRequestItemList, 0],
|
|
731
|
+
0,
|
|
732
|
+
64 | 0,
|
|
733
|
+
() => TagList,
|
|
734
|
+
0,
|
|
735
|
+
],
|
|
736
|
+
];
|
|
737
|
+
var CreateMeetingWithAttendeesResponse = [
|
|
738
|
+
3,
|
|
739
|
+
n0,
|
|
740
|
+
_CMWARr,
|
|
741
|
+
0,
|
|
742
|
+
[_Me, _Att, _E],
|
|
743
|
+
[
|
|
744
|
+
[() => Meeting, 0],
|
|
745
|
+
[() => AttendeeList, 0],
|
|
746
|
+
[() => BatchCreateAttendeeErrorList, 0],
|
|
747
|
+
],
|
|
748
|
+
];
|
|
749
|
+
var DeleteAttendeeRequest = [
|
|
750
|
+
3,
|
|
751
|
+
n0,
|
|
752
|
+
_DAR,
|
|
753
|
+
0,
|
|
754
|
+
[_MI, _AI],
|
|
755
|
+
[
|
|
756
|
+
[0, 1],
|
|
757
|
+
[0, 1],
|
|
758
|
+
],
|
|
759
|
+
];
|
|
760
|
+
var DeleteMeetingRequest = [3, n0, _DMR, 0, [_MI], [[0, 1]]];
|
|
761
|
+
var EngineTranscribeMedicalSettings = [
|
|
762
|
+
3,
|
|
763
|
+
n0,
|
|
764
|
+
_ETMS,
|
|
765
|
+
0,
|
|
766
|
+
[_LC, _S, _Ty, _VN, _R, _CIT],
|
|
767
|
+
[0, 0, 0, 0, 0, 0],
|
|
768
|
+
];
|
|
769
|
+
var EngineTranscribeSettings = [
|
|
770
|
+
3,
|
|
771
|
+
n0,
|
|
772
|
+
_ETS,
|
|
773
|
+
0,
|
|
774
|
+
[_LC, _VFM, _VFN, _VN, _R, _EPRS, _PRS, _CIT, _CRTo, _PET, _LMN, _IL, _LO, _PL, _VNo, _VFNo],
|
|
775
|
+
[0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0],
|
|
776
|
+
];
|
|
777
|
+
var ForbiddenException = [
|
|
778
|
+
-3,
|
|
779
|
+
n0,
|
|
780
|
+
_FE,
|
|
781
|
+
{
|
|
782
|
+
[_e]: _c,
|
|
783
|
+
[_hE]: 403,
|
|
784
|
+
},
|
|
785
|
+
[_Cod, _M, _RI],
|
|
786
|
+
[0, 0, 0],
|
|
787
|
+
];
|
|
788
|
+
schema.TypeRegistry.for(n0).registerError(ForbiddenException, ForbiddenException$1);
|
|
789
|
+
var GetAttendeeRequest = [
|
|
790
|
+
3,
|
|
791
|
+
n0,
|
|
792
|
+
_GAR,
|
|
793
|
+
0,
|
|
794
|
+
[_MI, _AI],
|
|
795
|
+
[
|
|
796
|
+
[0, 1],
|
|
797
|
+
[0, 1],
|
|
798
|
+
],
|
|
799
|
+
];
|
|
800
|
+
var GetAttendeeResponse = [3, n0, _GARe, 0, [_At], [[() => Attendee, 0]]];
|
|
801
|
+
var GetMeetingRequest = [3, n0, _GMR, 0, [_MI], [[0, 1]]];
|
|
802
|
+
var GetMeetingResponse = [3, n0, _GMRe, 0, [_Me], [[() => Meeting, 0]]];
|
|
803
|
+
var LimitExceededException = [
|
|
804
|
+
-3,
|
|
805
|
+
n0,
|
|
806
|
+
_LEE,
|
|
807
|
+
{
|
|
808
|
+
[_e]: _c,
|
|
809
|
+
[_hE]: 400,
|
|
810
|
+
},
|
|
811
|
+
[_Cod, _M, _RI],
|
|
812
|
+
[0, 0, 0],
|
|
813
|
+
];
|
|
814
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
|
|
815
|
+
var ListAttendeesRequest = [
|
|
816
|
+
3,
|
|
817
|
+
n0,
|
|
818
|
+
_LAR,
|
|
819
|
+
0,
|
|
820
|
+
[_MI, _NT, _MRa],
|
|
821
|
+
[
|
|
822
|
+
[0, 1],
|
|
823
|
+
[
|
|
824
|
+
0,
|
|
825
|
+
{
|
|
826
|
+
[_hQ]: _nt,
|
|
827
|
+
},
|
|
828
|
+
],
|
|
829
|
+
[
|
|
830
|
+
1,
|
|
831
|
+
{
|
|
832
|
+
[_hQ]: _mr,
|
|
833
|
+
},
|
|
834
|
+
],
|
|
835
|
+
],
|
|
836
|
+
];
|
|
837
|
+
var ListAttendeesResponse = [3, n0, _LARi, 0, [_Att, _NT], [[() => AttendeeList, 0], 0]];
|
|
838
|
+
var ListTagsForResourceRequest = [
|
|
839
|
+
3,
|
|
840
|
+
n0,
|
|
841
|
+
_LTFRR,
|
|
842
|
+
0,
|
|
843
|
+
[_RARN],
|
|
844
|
+
[
|
|
845
|
+
[
|
|
846
|
+
0,
|
|
847
|
+
{
|
|
848
|
+
[_hQ]: _a,
|
|
849
|
+
},
|
|
850
|
+
],
|
|
851
|
+
],
|
|
852
|
+
];
|
|
853
|
+
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => TagList]];
|
|
854
|
+
var MediaPlacement = [
|
|
855
|
+
3,
|
|
856
|
+
n0,
|
|
857
|
+
_MP,
|
|
858
|
+
0,
|
|
859
|
+
[_AHU, _AFU, _SU, _TCU, _SDU, _SVU, _SSU, _EIU],
|
|
860
|
+
[0, 0, 0, 0, 0, 0, 0, 0],
|
|
861
|
+
];
|
|
862
|
+
var Meeting = [
|
|
863
|
+
3,
|
|
864
|
+
n0,
|
|
865
|
+
_Me,
|
|
866
|
+
0,
|
|
867
|
+
[_MI, _MHI, _EMI, _MRe, _MP, _MF, _PMI, _TI, _MA],
|
|
868
|
+
[
|
|
869
|
+
0,
|
|
870
|
+
[() => ExternalUserId, 0],
|
|
871
|
+
[() => ExternalMeetingId, 0],
|
|
872
|
+
0,
|
|
873
|
+
() => MediaPlacement,
|
|
874
|
+
() => MeetingFeaturesConfiguration,
|
|
875
|
+
0,
|
|
876
|
+
64 | 0,
|
|
877
|
+
0,
|
|
878
|
+
],
|
|
879
|
+
];
|
|
880
|
+
var MeetingFeaturesConfiguration = [
|
|
881
|
+
3,
|
|
882
|
+
n0,
|
|
883
|
+
_MFC,
|
|
884
|
+
0,
|
|
885
|
+
[_Au, _V, _Co, _At],
|
|
886
|
+
[() => AudioFeatures, () => VideoFeatures, () => ContentFeatures, () => AttendeeFeatures],
|
|
887
|
+
];
|
|
888
|
+
var NotFoundException = [
|
|
889
|
+
-3,
|
|
890
|
+
n0,
|
|
891
|
+
_NFE,
|
|
892
|
+
{
|
|
893
|
+
[_e]: _c,
|
|
894
|
+
[_hE]: 404,
|
|
895
|
+
},
|
|
896
|
+
[_Cod, _M, _RI],
|
|
897
|
+
[0, 0, 0],
|
|
898
|
+
];
|
|
899
|
+
schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
|
|
900
|
+
var NotificationsConfiguration = [
|
|
901
|
+
3,
|
|
902
|
+
n0,
|
|
903
|
+
_NC,
|
|
904
|
+
0,
|
|
905
|
+
[_LFA, _STA, _SQA],
|
|
906
|
+
[
|
|
907
|
+
[() => Arn, 0],
|
|
908
|
+
[() => Arn, 0],
|
|
909
|
+
[() => Arn, 0],
|
|
910
|
+
],
|
|
911
|
+
];
|
|
912
|
+
var ResourceNotFoundException = [
|
|
913
|
+
-3,
|
|
914
|
+
n0,
|
|
915
|
+
_RNFE,
|
|
916
|
+
{
|
|
917
|
+
[_e]: _c,
|
|
918
|
+
[_hE]: 404,
|
|
919
|
+
},
|
|
920
|
+
[_Cod, _M, _RI, _RN],
|
|
921
|
+
[0, 0, 0, 0],
|
|
922
|
+
];
|
|
923
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
924
|
+
var ServiceFailureException = [
|
|
925
|
+
-3,
|
|
926
|
+
n0,
|
|
927
|
+
_SFE,
|
|
928
|
+
{
|
|
929
|
+
[_e]: _s,
|
|
930
|
+
[_hE]: 500,
|
|
931
|
+
},
|
|
932
|
+
[_Cod, _M, _RI],
|
|
933
|
+
[0, 0, 0],
|
|
934
|
+
];
|
|
935
|
+
schema.TypeRegistry.for(n0).registerError(ServiceFailureException, ServiceFailureException$1);
|
|
936
|
+
var ServiceUnavailableException = [
|
|
937
|
+
-3,
|
|
938
|
+
n0,
|
|
939
|
+
_SUE,
|
|
940
|
+
{
|
|
941
|
+
[_e]: _s,
|
|
942
|
+
[_hE]: 503,
|
|
943
|
+
},
|
|
944
|
+
[_Cod, _M, _RI, _RAS],
|
|
945
|
+
[
|
|
946
|
+
0,
|
|
947
|
+
0,
|
|
948
|
+
0,
|
|
949
|
+
[
|
|
950
|
+
0,
|
|
951
|
+
{
|
|
952
|
+
[_hH]: _RA,
|
|
953
|
+
},
|
|
954
|
+
],
|
|
955
|
+
],
|
|
956
|
+
];
|
|
957
|
+
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
|
|
958
|
+
var StartMeetingTranscriptionRequest = [
|
|
959
|
+
3,
|
|
960
|
+
n0,
|
|
961
|
+
_SMTR,
|
|
962
|
+
0,
|
|
963
|
+
[_MI, _TC],
|
|
964
|
+
[[0, 1], () => TranscriptionConfiguration],
|
|
965
|
+
];
|
|
966
|
+
var StopMeetingTranscriptionRequest = [3, n0, _SMTRt, 0, [_MI], [[0, 1]]];
|
|
967
|
+
var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
968
|
+
var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
|
|
969
|
+
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
970
|
+
var ThrottlingException = [
|
|
971
|
+
-3,
|
|
972
|
+
n0,
|
|
973
|
+
_TE,
|
|
974
|
+
{
|
|
975
|
+
[_e]: _c,
|
|
976
|
+
[_hE]: 429,
|
|
977
|
+
},
|
|
978
|
+
[_Cod, _M, _RI],
|
|
979
|
+
[0, 0, 0],
|
|
980
|
+
];
|
|
981
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
982
|
+
var TooManyTagsException = [
|
|
983
|
+
-3,
|
|
984
|
+
n0,
|
|
985
|
+
_TMTE,
|
|
986
|
+
{
|
|
987
|
+
[_e]: _c,
|
|
988
|
+
[_hE]: 400,
|
|
989
|
+
},
|
|
990
|
+
[_Cod, _M, _RI, _RN],
|
|
991
|
+
[0, 0, 0, 0],
|
|
992
|
+
];
|
|
993
|
+
schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
|
|
994
|
+
var TranscriptionConfiguration = [
|
|
995
|
+
3,
|
|
996
|
+
n0,
|
|
997
|
+
_TC,
|
|
998
|
+
0,
|
|
999
|
+
[_ETS, _ETMS],
|
|
1000
|
+
[() => EngineTranscribeSettings, () => EngineTranscribeMedicalSettings],
|
|
1001
|
+
];
|
|
1002
|
+
var UnauthorizedException = [
|
|
1003
|
+
-3,
|
|
1004
|
+
n0,
|
|
1005
|
+
_UE,
|
|
1006
|
+
{
|
|
1007
|
+
[_e]: _c,
|
|
1008
|
+
[_hE]: 401,
|
|
1009
|
+
},
|
|
1010
|
+
[_Cod, _M, _RI],
|
|
1011
|
+
[0, 0, 0],
|
|
1012
|
+
];
|
|
1013
|
+
schema.TypeRegistry.for(n0).registerError(UnauthorizedException, UnauthorizedException$1);
|
|
1014
|
+
var UnprocessableEntityException = [
|
|
1015
|
+
-3,
|
|
1016
|
+
n0,
|
|
1017
|
+
_UEE,
|
|
1018
|
+
{
|
|
1019
|
+
[_e]: _c,
|
|
1020
|
+
[_hE]: 422,
|
|
1021
|
+
},
|
|
1022
|
+
[_Cod, _M, _RI],
|
|
1023
|
+
[0, 0, 0],
|
|
1024
|
+
];
|
|
1025
|
+
schema.TypeRegistry.for(n0).registerError(UnprocessableEntityException, UnprocessableEntityException$1);
|
|
1026
|
+
var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1027
|
+
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1028
|
+
var UpdateAttendeeCapabilitiesRequest = [
|
|
1029
|
+
3,
|
|
1030
|
+
n0,
|
|
1031
|
+
_UACR,
|
|
1032
|
+
0,
|
|
1033
|
+
[_MI, _AI, _C],
|
|
1034
|
+
[[0, 1], [0, 1], () => AttendeeCapabilities],
|
|
1035
|
+
];
|
|
1036
|
+
var UpdateAttendeeCapabilitiesResponse = [3, n0, _UACRp, 0, [_At], [[() => Attendee, 0]]];
|
|
1037
|
+
var VideoFeatures = [3, n0, _VF, 0, [_MR], [0]];
|
|
1038
|
+
var __Unit = "unit";
|
|
1039
|
+
var ChimeSDKMeetingsServiceException = [
|
|
1040
|
+
-3,
|
|
1041
|
+
_sm,
|
|
1042
|
+
"ChimeSDKMeetingsServiceException",
|
|
1043
|
+
0,
|
|
1044
|
+
[],
|
|
1045
|
+
[],
|
|
1046
|
+
];
|
|
1047
|
+
schema.TypeRegistry.for(_sm).registerError(ChimeSDKMeetingsServiceException, ChimeSDKMeetingsServiceException$1);
|
|
1048
|
+
var AttendeeIdsList = [1, n0, _AIL, 0, () => AttendeeIdItem];
|
|
1049
|
+
var AttendeeList = [1, n0, _AL, 0, [() => Attendee, 0]];
|
|
1050
|
+
var BatchCreateAttendeeErrorList = [1, n0, _BCAEL, 0, [() => CreateAttendeeError, 0]];
|
|
1051
|
+
var CreateAttendeeRequestItemList = [1, n0, _CARIL, 0, [() => CreateAttendeeRequestItem, 0]];
|
|
1052
|
+
var CreateMeetingWithAttendeesRequestItemList = [
|
|
1053
|
+
1,
|
|
1054
|
+
n0,
|
|
1055
|
+
_CMWARIL,
|
|
1056
|
+
0,
|
|
1057
|
+
[() => CreateAttendeeRequestItem, 0],
|
|
1058
|
+
];
|
|
1059
|
+
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1060
|
+
var BatchCreateAttendee = [
|
|
1061
|
+
9,
|
|
1062
|
+
n0,
|
|
1063
|
+
_BCA,
|
|
1064
|
+
{
|
|
1065
|
+
[_h]: ["POST", "/meetings/{MeetingId}/attendees?operation=batch-create", 200],
|
|
1066
|
+
},
|
|
1067
|
+
() => BatchCreateAttendeeRequest,
|
|
1068
|
+
() => BatchCreateAttendeeResponse,
|
|
1069
|
+
];
|
|
1070
|
+
var BatchUpdateAttendeeCapabilitiesExcept = [
|
|
1071
|
+
9,
|
|
1072
|
+
n0,
|
|
1073
|
+
_BUACE,
|
|
1074
|
+
{
|
|
1075
|
+
[_h]: ["PUT", "/meetings/{MeetingId}/attendees/capabilities?operation=batch-update-except", 200],
|
|
1076
|
+
},
|
|
1077
|
+
() => BatchUpdateAttendeeCapabilitiesExceptRequest,
|
|
1078
|
+
() => __Unit,
|
|
1079
|
+
];
|
|
1080
|
+
var CreateAttendee = [
|
|
1081
|
+
9,
|
|
1082
|
+
n0,
|
|
1083
|
+
_CA,
|
|
1084
|
+
{
|
|
1085
|
+
[_h]: ["POST", "/meetings/{MeetingId}/attendees", 200],
|
|
1086
|
+
},
|
|
1087
|
+
() => CreateAttendeeRequest,
|
|
1088
|
+
() => CreateAttendeeResponse,
|
|
1089
|
+
];
|
|
1090
|
+
var CreateMeeting = [
|
|
1091
|
+
9,
|
|
1092
|
+
n0,
|
|
1093
|
+
_CM,
|
|
1094
|
+
{
|
|
1095
|
+
[_h]: ["POST", "/meetings", 200],
|
|
1096
|
+
},
|
|
1097
|
+
() => CreateMeetingRequest,
|
|
1098
|
+
() => CreateMeetingResponse,
|
|
1099
|
+
];
|
|
1100
|
+
var CreateMeetingWithAttendees = [
|
|
1101
|
+
9,
|
|
1102
|
+
n0,
|
|
1103
|
+
_CMWA,
|
|
1104
|
+
{
|
|
1105
|
+
[_h]: ["POST", "/meetings?operation=create-attendees", 200],
|
|
1106
|
+
},
|
|
1107
|
+
() => CreateMeetingWithAttendeesRequest,
|
|
1108
|
+
() => CreateMeetingWithAttendeesResponse,
|
|
1109
|
+
];
|
|
1110
|
+
var DeleteAttendee = [
|
|
1111
|
+
9,
|
|
1112
|
+
n0,
|
|
1113
|
+
_DA,
|
|
1114
|
+
{
|
|
1115
|
+
[_h]: ["DELETE", "/meetings/{MeetingId}/attendees/{AttendeeId}", 204],
|
|
1116
|
+
},
|
|
1117
|
+
() => DeleteAttendeeRequest,
|
|
1118
|
+
() => __Unit,
|
|
1119
|
+
];
|
|
1120
|
+
var DeleteMeeting = [
|
|
1121
|
+
9,
|
|
1122
|
+
n0,
|
|
1123
|
+
_DM,
|
|
1124
|
+
{
|
|
1125
|
+
[_h]: ["DELETE", "/meetings/{MeetingId}", 204],
|
|
1126
|
+
},
|
|
1127
|
+
() => DeleteMeetingRequest,
|
|
1128
|
+
() => __Unit,
|
|
1129
|
+
];
|
|
1130
|
+
var GetAttendee = [
|
|
1131
|
+
9,
|
|
1132
|
+
n0,
|
|
1133
|
+
_GA,
|
|
1134
|
+
{
|
|
1135
|
+
[_h]: ["GET", "/meetings/{MeetingId}/attendees/{AttendeeId}", 200],
|
|
1136
|
+
},
|
|
1137
|
+
() => GetAttendeeRequest,
|
|
1138
|
+
() => GetAttendeeResponse,
|
|
1139
|
+
];
|
|
1140
|
+
var GetMeeting = [
|
|
1141
|
+
9,
|
|
1142
|
+
n0,
|
|
1143
|
+
_GM,
|
|
1144
|
+
{
|
|
1145
|
+
[_h]: ["GET", "/meetings/{MeetingId}", 200],
|
|
1146
|
+
},
|
|
1147
|
+
() => GetMeetingRequest,
|
|
1148
|
+
() => GetMeetingResponse,
|
|
1149
|
+
];
|
|
1150
|
+
var ListAttendees = [
|
|
1151
|
+
9,
|
|
1152
|
+
n0,
|
|
1153
|
+
_LA,
|
|
1154
|
+
{
|
|
1155
|
+
[_h]: ["GET", "/meetings/{MeetingId}/attendees", 200],
|
|
1156
|
+
},
|
|
1157
|
+
() => ListAttendeesRequest,
|
|
1158
|
+
() => ListAttendeesResponse,
|
|
1159
|
+
];
|
|
1160
|
+
var ListTagsForResource = [
|
|
1161
|
+
9,
|
|
1162
|
+
n0,
|
|
1163
|
+
_LTFR,
|
|
1164
|
+
{
|
|
1165
|
+
[_h]: ["GET", "/tags", 200],
|
|
1166
|
+
},
|
|
1167
|
+
() => ListTagsForResourceRequest,
|
|
1168
|
+
() => ListTagsForResourceResponse,
|
|
1169
|
+
];
|
|
1170
|
+
var StartMeetingTranscription = [
|
|
1171
|
+
9,
|
|
1172
|
+
n0,
|
|
1173
|
+
_SMT,
|
|
1174
|
+
{
|
|
1175
|
+
[_h]: ["POST", "/meetings/{MeetingId}/transcription?operation=start", 200],
|
|
1176
|
+
},
|
|
1177
|
+
() => StartMeetingTranscriptionRequest,
|
|
1178
|
+
() => __Unit,
|
|
1179
|
+
];
|
|
1180
|
+
var StopMeetingTranscription = [
|
|
1181
|
+
9,
|
|
1182
|
+
n0,
|
|
1183
|
+
_SMTt,
|
|
1184
|
+
{
|
|
1185
|
+
[_h]: ["POST", "/meetings/{MeetingId}/transcription?operation=stop", 200],
|
|
1186
|
+
},
|
|
1187
|
+
() => StopMeetingTranscriptionRequest,
|
|
1188
|
+
() => __Unit,
|
|
1189
|
+
];
|
|
1190
|
+
var TagResource = [
|
|
1191
|
+
9,
|
|
1192
|
+
n0,
|
|
1193
|
+
_TR,
|
|
1194
|
+
{
|
|
1195
|
+
[_h]: ["POST", "/tags?operation=tag-resource", 204],
|
|
1196
|
+
},
|
|
1197
|
+
() => TagResourceRequest,
|
|
1198
|
+
() => TagResourceResponse,
|
|
1199
|
+
];
|
|
1200
|
+
var UntagResource = [
|
|
1201
|
+
9,
|
|
1202
|
+
n0,
|
|
1203
|
+
_UR,
|
|
1204
|
+
{
|
|
1205
|
+
[_h]: ["POST", "/tags?operation=untag-resource", 204],
|
|
1206
|
+
},
|
|
1207
|
+
() => UntagResourceRequest,
|
|
1208
|
+
() => UntagResourceResponse,
|
|
1209
|
+
];
|
|
1210
|
+
var UpdateAttendeeCapabilities = [
|
|
1211
|
+
9,
|
|
1212
|
+
n0,
|
|
1213
|
+
_UAC,
|
|
1214
|
+
{
|
|
1215
|
+
[_h]: ["PUT", "/meetings/{MeetingId}/attendees/{AttendeeId}/capabilities", 200],
|
|
1216
|
+
},
|
|
1217
|
+
() => UpdateAttendeeCapabilitiesRequest,
|
|
1218
|
+
() => UpdateAttendeeCapabilitiesResponse,
|
|
1219
|
+
];
|
|
1218
1220
|
|
|
1219
1221
|
class BatchCreateAttendeeCommand extends smithyClient.Command
|
|
1220
1222
|
.classBuilder()
|
|
1221
1223
|
.ep(commonParams)
|
|
1222
1224
|
.m(function (Command, cs, config, o) {
|
|
1223
|
-
return [
|
|
1224
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1225
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1226
|
-
];
|
|
1225
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1227
1226
|
})
|
|
1228
1227
|
.s("ChimeMeetingsSDKService", "BatchCreateAttendee", {})
|
|
1229
1228
|
.n("ChimeSDKMeetingsClient", "BatchCreateAttendeeCommand")
|
|
1230
|
-
.
|
|
1231
|
-
.ser(se_BatchCreateAttendeeCommand)
|
|
1232
|
-
.de(de_BatchCreateAttendeeCommand)
|
|
1229
|
+
.sc(BatchCreateAttendee)
|
|
1233
1230
|
.build() {
|
|
1234
1231
|
}
|
|
1235
1232
|
|
|
@@ -1237,16 +1234,11 @@ class BatchUpdateAttendeeCapabilitiesExceptCommand extends smithyClient.Command
|
|
|
1237
1234
|
.classBuilder()
|
|
1238
1235
|
.ep(commonParams)
|
|
1239
1236
|
.m(function (Command, cs, config, o) {
|
|
1240
|
-
return [
|
|
1241
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1242
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1243
|
-
];
|
|
1237
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1244
1238
|
})
|
|
1245
1239
|
.s("ChimeMeetingsSDKService", "BatchUpdateAttendeeCapabilitiesExcept", {})
|
|
1246
1240
|
.n("ChimeSDKMeetingsClient", "BatchUpdateAttendeeCapabilitiesExceptCommand")
|
|
1247
|
-
.
|
|
1248
|
-
.ser(se_BatchUpdateAttendeeCapabilitiesExceptCommand)
|
|
1249
|
-
.de(de_BatchUpdateAttendeeCapabilitiesExceptCommand)
|
|
1241
|
+
.sc(BatchUpdateAttendeeCapabilitiesExcept)
|
|
1250
1242
|
.build() {
|
|
1251
1243
|
}
|
|
1252
1244
|
|
|
@@ -1254,16 +1246,11 @@ class CreateAttendeeCommand extends smithyClient.Command
|
|
|
1254
1246
|
.classBuilder()
|
|
1255
1247
|
.ep(commonParams)
|
|
1256
1248
|
.m(function (Command, cs, config, o) {
|
|
1257
|
-
return [
|
|
1258
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1259
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1260
|
-
];
|
|
1249
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1261
1250
|
})
|
|
1262
1251
|
.s("ChimeMeetingsSDKService", "CreateAttendee", {})
|
|
1263
1252
|
.n("ChimeSDKMeetingsClient", "CreateAttendeeCommand")
|
|
1264
|
-
.
|
|
1265
|
-
.ser(se_CreateAttendeeCommand)
|
|
1266
|
-
.de(de_CreateAttendeeCommand)
|
|
1253
|
+
.sc(CreateAttendee)
|
|
1267
1254
|
.build() {
|
|
1268
1255
|
}
|
|
1269
1256
|
|
|
@@ -1271,16 +1258,11 @@ class CreateMeetingCommand extends smithyClient.Command
|
|
|
1271
1258
|
.classBuilder()
|
|
1272
1259
|
.ep(commonParams)
|
|
1273
1260
|
.m(function (Command, cs, config, o) {
|
|
1274
|
-
return [
|
|
1275
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1276
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1277
|
-
];
|
|
1261
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1278
1262
|
})
|
|
1279
1263
|
.s("ChimeMeetingsSDKService", "CreateMeeting", {})
|
|
1280
1264
|
.n("ChimeSDKMeetingsClient", "CreateMeetingCommand")
|
|
1281
|
-
.
|
|
1282
|
-
.ser(se_CreateMeetingCommand)
|
|
1283
|
-
.de(de_CreateMeetingCommand)
|
|
1265
|
+
.sc(CreateMeeting)
|
|
1284
1266
|
.build() {
|
|
1285
1267
|
}
|
|
1286
1268
|
|
|
@@ -1288,16 +1270,11 @@ class CreateMeetingWithAttendeesCommand extends smithyClient.Command
|
|
|
1288
1270
|
.classBuilder()
|
|
1289
1271
|
.ep(commonParams)
|
|
1290
1272
|
.m(function (Command, cs, config, o) {
|
|
1291
|
-
return [
|
|
1292
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1293
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1294
|
-
];
|
|
1273
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1295
1274
|
})
|
|
1296
1275
|
.s("ChimeMeetingsSDKService", "CreateMeetingWithAttendees", {})
|
|
1297
1276
|
.n("ChimeSDKMeetingsClient", "CreateMeetingWithAttendeesCommand")
|
|
1298
|
-
.
|
|
1299
|
-
.ser(se_CreateMeetingWithAttendeesCommand)
|
|
1300
|
-
.de(de_CreateMeetingWithAttendeesCommand)
|
|
1277
|
+
.sc(CreateMeetingWithAttendees)
|
|
1301
1278
|
.build() {
|
|
1302
1279
|
}
|
|
1303
1280
|
|
|
@@ -1305,16 +1282,11 @@ class DeleteAttendeeCommand extends smithyClient.Command
|
|
|
1305
1282
|
.classBuilder()
|
|
1306
1283
|
.ep(commonParams)
|
|
1307
1284
|
.m(function (Command, cs, config, o) {
|
|
1308
|
-
return [
|
|
1309
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1310
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1311
|
-
];
|
|
1285
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1312
1286
|
})
|
|
1313
1287
|
.s("ChimeMeetingsSDKService", "DeleteAttendee", {})
|
|
1314
1288
|
.n("ChimeSDKMeetingsClient", "DeleteAttendeeCommand")
|
|
1315
|
-
.
|
|
1316
|
-
.ser(se_DeleteAttendeeCommand)
|
|
1317
|
-
.de(de_DeleteAttendeeCommand)
|
|
1289
|
+
.sc(DeleteAttendee)
|
|
1318
1290
|
.build() {
|
|
1319
1291
|
}
|
|
1320
1292
|
|
|
@@ -1322,16 +1294,11 @@ class DeleteMeetingCommand extends smithyClient.Command
|
|
|
1322
1294
|
.classBuilder()
|
|
1323
1295
|
.ep(commonParams)
|
|
1324
1296
|
.m(function (Command, cs, config, o) {
|
|
1325
|
-
return [
|
|
1326
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1327
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1328
|
-
];
|
|
1297
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1329
1298
|
})
|
|
1330
1299
|
.s("ChimeMeetingsSDKService", "DeleteMeeting", {})
|
|
1331
1300
|
.n("ChimeSDKMeetingsClient", "DeleteMeetingCommand")
|
|
1332
|
-
.
|
|
1333
|
-
.ser(se_DeleteMeetingCommand)
|
|
1334
|
-
.de(de_DeleteMeetingCommand)
|
|
1301
|
+
.sc(DeleteMeeting)
|
|
1335
1302
|
.build() {
|
|
1336
1303
|
}
|
|
1337
1304
|
|
|
@@ -1339,16 +1306,11 @@ class GetAttendeeCommand extends smithyClient.Command
|
|
|
1339
1306
|
.classBuilder()
|
|
1340
1307
|
.ep(commonParams)
|
|
1341
1308
|
.m(function (Command, cs, config, o) {
|
|
1342
|
-
return [
|
|
1343
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1344
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1345
|
-
];
|
|
1309
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1346
1310
|
})
|
|
1347
1311
|
.s("ChimeMeetingsSDKService", "GetAttendee", {})
|
|
1348
1312
|
.n("ChimeSDKMeetingsClient", "GetAttendeeCommand")
|
|
1349
|
-
.
|
|
1350
|
-
.ser(se_GetAttendeeCommand)
|
|
1351
|
-
.de(de_GetAttendeeCommand)
|
|
1313
|
+
.sc(GetAttendee)
|
|
1352
1314
|
.build() {
|
|
1353
1315
|
}
|
|
1354
1316
|
|
|
@@ -1356,16 +1318,11 @@ class GetMeetingCommand extends smithyClient.Command
|
|
|
1356
1318
|
.classBuilder()
|
|
1357
1319
|
.ep(commonParams)
|
|
1358
1320
|
.m(function (Command, cs, config, o) {
|
|
1359
|
-
return [
|
|
1360
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1361
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1362
|
-
];
|
|
1321
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1363
1322
|
})
|
|
1364
1323
|
.s("ChimeMeetingsSDKService", "GetMeeting", {})
|
|
1365
1324
|
.n("ChimeSDKMeetingsClient", "GetMeetingCommand")
|
|
1366
|
-
.
|
|
1367
|
-
.ser(se_GetMeetingCommand)
|
|
1368
|
-
.de(de_GetMeetingCommand)
|
|
1325
|
+
.sc(GetMeeting)
|
|
1369
1326
|
.build() {
|
|
1370
1327
|
}
|
|
1371
1328
|
|
|
@@ -1373,16 +1330,11 @@ class ListAttendeesCommand extends smithyClient.Command
|
|
|
1373
1330
|
.classBuilder()
|
|
1374
1331
|
.ep(commonParams)
|
|
1375
1332
|
.m(function (Command, cs, config, o) {
|
|
1376
|
-
return [
|
|
1377
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1378
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1379
|
-
];
|
|
1333
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1380
1334
|
})
|
|
1381
1335
|
.s("ChimeMeetingsSDKService", "ListAttendees", {})
|
|
1382
1336
|
.n("ChimeSDKMeetingsClient", "ListAttendeesCommand")
|
|
1383
|
-
.
|
|
1384
|
-
.ser(se_ListAttendeesCommand)
|
|
1385
|
-
.de(de_ListAttendeesCommand)
|
|
1337
|
+
.sc(ListAttendees)
|
|
1386
1338
|
.build() {
|
|
1387
1339
|
}
|
|
1388
1340
|
|
|
@@ -1390,16 +1342,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1390
1342
|
.classBuilder()
|
|
1391
1343
|
.ep(commonParams)
|
|
1392
1344
|
.m(function (Command, cs, config, o) {
|
|
1393
|
-
return [
|
|
1394
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1395
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1396
|
-
];
|
|
1345
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1397
1346
|
})
|
|
1398
1347
|
.s("ChimeMeetingsSDKService", "ListTagsForResource", {})
|
|
1399
1348
|
.n("ChimeSDKMeetingsClient", "ListTagsForResourceCommand")
|
|
1400
|
-
.
|
|
1401
|
-
.ser(se_ListTagsForResourceCommand)
|
|
1402
|
-
.de(de_ListTagsForResourceCommand)
|
|
1349
|
+
.sc(ListTagsForResource)
|
|
1403
1350
|
.build() {
|
|
1404
1351
|
}
|
|
1405
1352
|
|
|
@@ -1407,16 +1354,11 @@ class StartMeetingTranscriptionCommand extends smithyClient.Command
|
|
|
1407
1354
|
.classBuilder()
|
|
1408
1355
|
.ep(commonParams)
|
|
1409
1356
|
.m(function (Command, cs, config, o) {
|
|
1410
|
-
return [
|
|
1411
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1412
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1413
|
-
];
|
|
1357
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1414
1358
|
})
|
|
1415
1359
|
.s("ChimeMeetingsSDKService", "StartMeetingTranscription", {})
|
|
1416
1360
|
.n("ChimeSDKMeetingsClient", "StartMeetingTranscriptionCommand")
|
|
1417
|
-
.
|
|
1418
|
-
.ser(se_StartMeetingTranscriptionCommand)
|
|
1419
|
-
.de(de_StartMeetingTranscriptionCommand)
|
|
1361
|
+
.sc(StartMeetingTranscription)
|
|
1420
1362
|
.build() {
|
|
1421
1363
|
}
|
|
1422
1364
|
|
|
@@ -1424,16 +1366,11 @@ class StopMeetingTranscriptionCommand extends smithyClient.Command
|
|
|
1424
1366
|
.classBuilder()
|
|
1425
1367
|
.ep(commonParams)
|
|
1426
1368
|
.m(function (Command, cs, config, o) {
|
|
1427
|
-
return [
|
|
1428
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1429
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1430
|
-
];
|
|
1369
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1431
1370
|
})
|
|
1432
1371
|
.s("ChimeMeetingsSDKService", "StopMeetingTranscription", {})
|
|
1433
1372
|
.n("ChimeSDKMeetingsClient", "StopMeetingTranscriptionCommand")
|
|
1434
|
-
.
|
|
1435
|
-
.ser(se_StopMeetingTranscriptionCommand)
|
|
1436
|
-
.de(de_StopMeetingTranscriptionCommand)
|
|
1373
|
+
.sc(StopMeetingTranscription)
|
|
1437
1374
|
.build() {
|
|
1438
1375
|
}
|
|
1439
1376
|
|
|
@@ -1441,16 +1378,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1441
1378
|
.classBuilder()
|
|
1442
1379
|
.ep(commonParams)
|
|
1443
1380
|
.m(function (Command, cs, config, o) {
|
|
1444
|
-
return [
|
|
1445
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1446
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1447
|
-
];
|
|
1381
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1448
1382
|
})
|
|
1449
1383
|
.s("ChimeMeetingsSDKService", "TagResource", {})
|
|
1450
1384
|
.n("ChimeSDKMeetingsClient", "TagResourceCommand")
|
|
1451
|
-
.
|
|
1452
|
-
.ser(se_TagResourceCommand)
|
|
1453
|
-
.de(de_TagResourceCommand)
|
|
1385
|
+
.sc(TagResource)
|
|
1454
1386
|
.build() {
|
|
1455
1387
|
}
|
|
1456
1388
|
|
|
@@ -1458,16 +1390,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1458
1390
|
.classBuilder()
|
|
1459
1391
|
.ep(commonParams)
|
|
1460
1392
|
.m(function (Command, cs, config, o) {
|
|
1461
|
-
return [
|
|
1462
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1463
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1464
|
-
];
|
|
1393
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1465
1394
|
})
|
|
1466
1395
|
.s("ChimeMeetingsSDKService", "UntagResource", {})
|
|
1467
1396
|
.n("ChimeSDKMeetingsClient", "UntagResourceCommand")
|
|
1468
|
-
.
|
|
1469
|
-
.ser(se_UntagResourceCommand)
|
|
1470
|
-
.de(de_UntagResourceCommand)
|
|
1397
|
+
.sc(UntagResource)
|
|
1471
1398
|
.build() {
|
|
1472
1399
|
}
|
|
1473
1400
|
|
|
@@ -1475,16 +1402,11 @@ class UpdateAttendeeCapabilitiesCommand extends smithyClient.Command
|
|
|
1475
1402
|
.classBuilder()
|
|
1476
1403
|
.ep(commonParams)
|
|
1477
1404
|
.m(function (Command, cs, config, o) {
|
|
1478
|
-
return [
|
|
1479
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1480
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1481
|
-
];
|
|
1405
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1482
1406
|
})
|
|
1483
1407
|
.s("ChimeMeetingsSDKService", "UpdateAttendeeCapabilities", {})
|
|
1484
1408
|
.n("ChimeSDKMeetingsClient", "UpdateAttendeeCapabilitiesCommand")
|
|
1485
|
-
.
|
|
1486
|
-
.ser(se_UpdateAttendeeCapabilitiesCommand)
|
|
1487
|
-
.de(de_UpdateAttendeeCapabilitiesCommand)
|
|
1409
|
+
.sc(UpdateAttendeeCapabilities)
|
|
1488
1410
|
.build() {
|
|
1489
1411
|
}
|
|
1490
1412
|
|
|
@@ -1520,53 +1442,37 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1520
1442
|
enumerable: true,
|
|
1521
1443
|
get: function () { return smithyClient.Client; }
|
|
1522
1444
|
});
|
|
1523
|
-
exports.
|
|
1524
|
-
exports.BadRequestException = BadRequestException;
|
|
1445
|
+
exports.BadRequestException = BadRequestException$1;
|
|
1525
1446
|
exports.BatchCreateAttendeeCommand = BatchCreateAttendeeCommand;
|
|
1526
|
-
exports.BatchCreateAttendeeRequestFilterSensitiveLog = BatchCreateAttendeeRequestFilterSensitiveLog;
|
|
1527
|
-
exports.BatchCreateAttendeeResponseFilterSensitiveLog = BatchCreateAttendeeResponseFilterSensitiveLog;
|
|
1528
1447
|
exports.BatchUpdateAttendeeCapabilitiesExceptCommand = BatchUpdateAttendeeCapabilitiesExceptCommand;
|
|
1529
1448
|
exports.ChimeSDKMeetings = ChimeSDKMeetings;
|
|
1530
1449
|
exports.ChimeSDKMeetingsClient = ChimeSDKMeetingsClient;
|
|
1531
|
-
exports.ChimeSDKMeetingsServiceException = ChimeSDKMeetingsServiceException;
|
|
1532
|
-
exports.ConflictException = ConflictException;
|
|
1450
|
+
exports.ChimeSDKMeetingsServiceException = ChimeSDKMeetingsServiceException$1;
|
|
1451
|
+
exports.ConflictException = ConflictException$1;
|
|
1533
1452
|
exports.ContentResolution = ContentResolution;
|
|
1534
1453
|
exports.CreateAttendeeCommand = CreateAttendeeCommand;
|
|
1535
|
-
exports.CreateAttendeeErrorFilterSensitiveLog = CreateAttendeeErrorFilterSensitiveLog;
|
|
1536
|
-
exports.CreateAttendeeRequestFilterSensitiveLog = CreateAttendeeRequestFilterSensitiveLog;
|
|
1537
|
-
exports.CreateAttendeeRequestItemFilterSensitiveLog = CreateAttendeeRequestItemFilterSensitiveLog;
|
|
1538
|
-
exports.CreateAttendeeResponseFilterSensitiveLog = CreateAttendeeResponseFilterSensitiveLog;
|
|
1539
1454
|
exports.CreateMeetingCommand = CreateMeetingCommand;
|
|
1540
|
-
exports.CreateMeetingRequestFilterSensitiveLog = CreateMeetingRequestFilterSensitiveLog;
|
|
1541
|
-
exports.CreateMeetingResponseFilterSensitiveLog = CreateMeetingResponseFilterSensitiveLog;
|
|
1542
1455
|
exports.CreateMeetingWithAttendeesCommand = CreateMeetingWithAttendeesCommand;
|
|
1543
|
-
exports.CreateMeetingWithAttendeesRequestFilterSensitiveLog = CreateMeetingWithAttendeesRequestFilterSensitiveLog;
|
|
1544
|
-
exports.CreateMeetingWithAttendeesResponseFilterSensitiveLog = CreateMeetingWithAttendeesResponseFilterSensitiveLog;
|
|
1545
1456
|
exports.DeleteAttendeeCommand = DeleteAttendeeCommand;
|
|
1546
1457
|
exports.DeleteMeetingCommand = DeleteMeetingCommand;
|
|
1547
|
-
exports.ForbiddenException = ForbiddenException;
|
|
1458
|
+
exports.ForbiddenException = ForbiddenException$1;
|
|
1548
1459
|
exports.GetAttendeeCommand = GetAttendeeCommand;
|
|
1549
|
-
exports.GetAttendeeResponseFilterSensitiveLog = GetAttendeeResponseFilterSensitiveLog;
|
|
1550
1460
|
exports.GetMeetingCommand = GetMeetingCommand;
|
|
1551
|
-
exports.
|
|
1552
|
-
exports.LimitExceededException = LimitExceededException;
|
|
1461
|
+
exports.LimitExceededException = LimitExceededException$1;
|
|
1553
1462
|
exports.ListAttendeesCommand = ListAttendeesCommand;
|
|
1554
|
-
exports.ListAttendeesResponseFilterSensitiveLog = ListAttendeesResponseFilterSensitiveLog;
|
|
1555
1463
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1556
1464
|
exports.MediaCapabilities = MediaCapabilities;
|
|
1557
1465
|
exports.MediaPlacementNetworkType = MediaPlacementNetworkType;
|
|
1558
1466
|
exports.MeetingFeatureStatus = MeetingFeatureStatus;
|
|
1559
|
-
exports.
|
|
1560
|
-
exports.
|
|
1561
|
-
exports.
|
|
1562
|
-
exports.
|
|
1563
|
-
exports.ServiceFailureException = ServiceFailureException;
|
|
1564
|
-
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
1467
|
+
exports.NotFoundException = NotFoundException$1;
|
|
1468
|
+
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
1469
|
+
exports.ServiceFailureException = ServiceFailureException$1;
|
|
1470
|
+
exports.ServiceUnavailableException = ServiceUnavailableException$1;
|
|
1565
1471
|
exports.StartMeetingTranscriptionCommand = StartMeetingTranscriptionCommand;
|
|
1566
1472
|
exports.StopMeetingTranscriptionCommand = StopMeetingTranscriptionCommand;
|
|
1567
1473
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1568
|
-
exports.ThrottlingException = ThrottlingException;
|
|
1569
|
-
exports.TooManyTagsException = TooManyTagsException;
|
|
1474
|
+
exports.ThrottlingException = ThrottlingException$1;
|
|
1475
|
+
exports.TooManyTagsException = TooManyTagsException$1;
|
|
1570
1476
|
exports.TranscribeContentIdentificationType = TranscribeContentIdentificationType;
|
|
1571
1477
|
exports.TranscribeContentRedactionType = TranscribeContentRedactionType;
|
|
1572
1478
|
exports.TranscribeLanguageCode = TranscribeLanguageCode;
|
|
@@ -1578,10 +1484,9 @@ exports.TranscribeMedicalType = TranscribeMedicalType;
|
|
|
1578
1484
|
exports.TranscribePartialResultsStability = TranscribePartialResultsStability;
|
|
1579
1485
|
exports.TranscribeRegion = TranscribeRegion;
|
|
1580
1486
|
exports.TranscribeVocabularyFilterMethod = TranscribeVocabularyFilterMethod;
|
|
1581
|
-
exports.UnauthorizedException = UnauthorizedException;
|
|
1582
|
-
exports.UnprocessableEntityException = UnprocessableEntityException;
|
|
1487
|
+
exports.UnauthorizedException = UnauthorizedException$1;
|
|
1488
|
+
exports.UnprocessableEntityException = UnprocessableEntityException$1;
|
|
1583
1489
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1584
1490
|
exports.UpdateAttendeeCapabilitiesCommand = UpdateAttendeeCapabilitiesCommand;
|
|
1585
|
-
exports.UpdateAttendeeCapabilitiesResponseFilterSensitiveLog = UpdateAttendeeCapabilitiesResponseFilterSensitiveLog;
|
|
1586
1491
|
exports.VideoResolution = VideoResolution;
|
|
1587
1492
|
exports.paginateListAttendees = paginateListAttendees;
|