@aws-sdk/client-chime-sdk-meetings 3.649.0 → 3.651.1
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 +16 -48
- package/dist-es/commands/BatchCreateAttendeeCommand.js +1 -3
- package/dist-es/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +1 -3
- package/dist-es/commands/CreateAttendeeCommand.js +1 -3
- package/dist-es/commands/CreateMeetingCommand.js +1 -3
- package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +1 -3
- package/dist-es/commands/DeleteAttendeeCommand.js +1 -3
- package/dist-es/commands/DeleteMeetingCommand.js +1 -3
- package/dist-es/commands/GetAttendeeCommand.js +1 -3
- package/dist-es/commands/GetMeetingCommand.js +1 -3
- package/dist-es/commands/ListAttendeesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/StartMeetingTranscriptionCommand.js +1 -3
- package/dist-es/commands/StopMeetingTranscriptionCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateAttendeeCapabilitiesCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +5 -5
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1389,9 +1389,7 @@ var _o = "operation";
|
|
|
1389
1389
|
var _ra = "retry-after";
|
|
1390
1390
|
|
|
1391
1391
|
// src/commands/BatchCreateAttendeeCommand.ts
|
|
1392
|
-
var _BatchCreateAttendeeCommand = class _BatchCreateAttendeeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1393
|
-
...commonParams
|
|
1394
|
-
}).m(function(Command, cs, config, o) {
|
|
1392
|
+
var _BatchCreateAttendeeCommand = class _BatchCreateAttendeeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1395
1393
|
return [
|
|
1396
1394
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1397
1395
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1405,9 +1403,7 @@ var BatchCreateAttendeeCommand = _BatchCreateAttendeeCommand;
|
|
|
1405
1403
|
|
|
1406
1404
|
|
|
1407
1405
|
|
|
1408
|
-
var _BatchUpdateAttendeeCapabilitiesExceptCommand = class _BatchUpdateAttendeeCapabilitiesExceptCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1409
|
-
...commonParams
|
|
1410
|
-
}).m(function(Command, cs, config, o) {
|
|
1406
|
+
var _BatchUpdateAttendeeCapabilitiesExceptCommand = class _BatchUpdateAttendeeCapabilitiesExceptCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1411
1407
|
return [
|
|
1412
1408
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1413
1409
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1421,9 +1417,7 @@ var BatchUpdateAttendeeCapabilitiesExceptCommand = _BatchUpdateAttendeeCapabilit
|
|
|
1421
1417
|
|
|
1422
1418
|
|
|
1423
1419
|
|
|
1424
|
-
var _CreateAttendeeCommand = class _CreateAttendeeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1425
|
-
...commonParams
|
|
1426
|
-
}).m(function(Command, cs, config, o) {
|
|
1420
|
+
var _CreateAttendeeCommand = class _CreateAttendeeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1427
1421
|
return [
|
|
1428
1422
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1429
1423
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1437,9 +1431,7 @@ var CreateAttendeeCommand = _CreateAttendeeCommand;
|
|
|
1437
1431
|
|
|
1438
1432
|
|
|
1439
1433
|
|
|
1440
|
-
var _CreateMeetingCommand = class _CreateMeetingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1441
|
-
...commonParams
|
|
1442
|
-
}).m(function(Command, cs, config, o) {
|
|
1434
|
+
var _CreateMeetingCommand = class _CreateMeetingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1443
1435
|
return [
|
|
1444
1436
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1445
1437
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1453,9 +1445,7 @@ var CreateMeetingCommand = _CreateMeetingCommand;
|
|
|
1453
1445
|
|
|
1454
1446
|
|
|
1455
1447
|
|
|
1456
|
-
var _CreateMeetingWithAttendeesCommand = class _CreateMeetingWithAttendeesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1457
|
-
...commonParams
|
|
1458
|
-
}).m(function(Command, cs, config, o) {
|
|
1448
|
+
var _CreateMeetingWithAttendeesCommand = class _CreateMeetingWithAttendeesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1459
1449
|
return [
|
|
1460
1450
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1461
1451
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1469,9 +1459,7 @@ var CreateMeetingWithAttendeesCommand = _CreateMeetingWithAttendeesCommand;
|
|
|
1469
1459
|
|
|
1470
1460
|
|
|
1471
1461
|
|
|
1472
|
-
var _DeleteAttendeeCommand = class _DeleteAttendeeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1473
|
-
...commonParams
|
|
1474
|
-
}).m(function(Command, cs, config, o) {
|
|
1462
|
+
var _DeleteAttendeeCommand = class _DeleteAttendeeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1475
1463
|
return [
|
|
1476
1464
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1477
1465
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1485,9 +1473,7 @@ var DeleteAttendeeCommand = _DeleteAttendeeCommand;
|
|
|
1485
1473
|
|
|
1486
1474
|
|
|
1487
1475
|
|
|
1488
|
-
var _DeleteMeetingCommand = class _DeleteMeetingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1489
|
-
...commonParams
|
|
1490
|
-
}).m(function(Command, cs, config, o) {
|
|
1476
|
+
var _DeleteMeetingCommand = class _DeleteMeetingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1491
1477
|
return [
|
|
1492
1478
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1493
1479
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1501,9 +1487,7 @@ var DeleteMeetingCommand = _DeleteMeetingCommand;
|
|
|
1501
1487
|
|
|
1502
1488
|
|
|
1503
1489
|
|
|
1504
|
-
var _GetAttendeeCommand = class _GetAttendeeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1505
|
-
...commonParams
|
|
1506
|
-
}).m(function(Command, cs, config, o) {
|
|
1490
|
+
var _GetAttendeeCommand = class _GetAttendeeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1507
1491
|
return [
|
|
1508
1492
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1509
1493
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1517,9 +1501,7 @@ var GetAttendeeCommand = _GetAttendeeCommand;
|
|
|
1517
1501
|
|
|
1518
1502
|
|
|
1519
1503
|
|
|
1520
|
-
var _GetMeetingCommand = class _GetMeetingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1521
|
-
...commonParams
|
|
1522
|
-
}).m(function(Command, cs, config, o) {
|
|
1504
|
+
var _GetMeetingCommand = class _GetMeetingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1523
1505
|
return [
|
|
1524
1506
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1525
1507
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1533,9 +1515,7 @@ var GetMeetingCommand = _GetMeetingCommand;
|
|
|
1533
1515
|
|
|
1534
1516
|
|
|
1535
1517
|
|
|
1536
|
-
var _ListAttendeesCommand = class _ListAttendeesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1537
|
-
...commonParams
|
|
1538
|
-
}).m(function(Command, cs, config, o) {
|
|
1518
|
+
var _ListAttendeesCommand = class _ListAttendeesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1539
1519
|
return [
|
|
1540
1520
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1541
1521
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1549,9 +1529,7 @@ var ListAttendeesCommand = _ListAttendeesCommand;
|
|
|
1549
1529
|
|
|
1550
1530
|
|
|
1551
1531
|
|
|
1552
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1553
|
-
...commonParams
|
|
1554
|
-
}).m(function(Command, cs, config, o) {
|
|
1532
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1555
1533
|
return [
|
|
1556
1534
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1557
1535
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1565,9 +1543,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1565
1543
|
|
|
1566
1544
|
|
|
1567
1545
|
|
|
1568
|
-
var _StartMeetingTranscriptionCommand = class _StartMeetingTranscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1569
|
-
...commonParams
|
|
1570
|
-
}).m(function(Command, cs, config, o) {
|
|
1546
|
+
var _StartMeetingTranscriptionCommand = class _StartMeetingTranscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1571
1547
|
return [
|
|
1572
1548
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1573
1549
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1581,9 +1557,7 @@ var StartMeetingTranscriptionCommand = _StartMeetingTranscriptionCommand;
|
|
|
1581
1557
|
|
|
1582
1558
|
|
|
1583
1559
|
|
|
1584
|
-
var _StopMeetingTranscriptionCommand = class _StopMeetingTranscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1585
|
-
...commonParams
|
|
1586
|
-
}).m(function(Command, cs, config, o) {
|
|
1560
|
+
var _StopMeetingTranscriptionCommand = class _StopMeetingTranscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1587
1561
|
return [
|
|
1588
1562
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1589
1563
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1597,9 +1571,7 @@ var StopMeetingTranscriptionCommand = _StopMeetingTranscriptionCommand;
|
|
|
1597
1571
|
|
|
1598
1572
|
|
|
1599
1573
|
|
|
1600
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1601
|
-
...commonParams
|
|
1602
|
-
}).m(function(Command, cs, config, o) {
|
|
1574
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1603
1575
|
return [
|
|
1604
1576
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1605
1577
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1613,9 +1585,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1613
1585
|
|
|
1614
1586
|
|
|
1615
1587
|
|
|
1616
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1617
|
-
...commonParams
|
|
1618
|
-
}).m(function(Command, cs, config, o) {
|
|
1588
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1619
1589
|
return [
|
|
1620
1590
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1621
1591
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1629,9 +1599,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1629
1599
|
|
|
1630
1600
|
|
|
1631
1601
|
|
|
1632
|
-
var _UpdateAttendeeCapabilitiesCommand = class _UpdateAttendeeCapabilitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1633
|
-
...commonParams
|
|
1634
|
-
}).m(function(Command, cs, config, o) {
|
|
1602
|
+
var _UpdateAttendeeCapabilitiesCommand = class _UpdateAttendeeCapabilitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1635
1603
|
return [
|
|
1636
1604
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1637
1605
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_BatchCreateAttendeeCommand, se_BatchCreateAttendeeCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class BatchCreateAttendeeCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_BatchUpdateAttendeeCapabilitiesExceptCommand, se_BatchUpdateAttendee
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchUpdateAttendeeCapabilitiesExceptCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateAttendeeCommand, se_CreateAttendeeCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateAttendeeCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateMeetingCommand, se_CreateMeetingCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateMeetingCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateMeetingWithAttendeesCommand, se_CreateMeetingWithAttendeesComm
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateMeetingWithAttendeesCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteAttendeeCommand, se_DeleteAttendeeCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAttendeeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteMeetingCommand, se_DeleteMeetingCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteMeetingCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetAttendeeCommand, se_GetAttendeeCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetAttendeeCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetMeetingCommand, se_GetMeetingCommand } from "../protocols/Aws_res
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetMeetingCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListAttendeesCommand, se_ListAttendeesCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListAttendeesCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartMeetingTranscriptionCommand, se_StartMeetingTranscriptionComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartMeetingTranscriptionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopMeetingTranscriptionCommand, se_StopMeetingTranscriptionCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopMeetingTranscriptionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateAttendeeCapabilitiesCommand, se_UpdateAttendeeCapabilitiesComm
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateAttendeeCapabilitiesCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-meetings",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-meetings",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|