@aws-sdk/client-medialive 3.721.0 → 3.726.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 +581 -400
- package/dist-es/MediaLiveClient.js +1 -0
- package/dist-es/models/models_1.js +28 -18
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +45 -45
package/dist-cjs/index.js
CHANGED
|
@@ -627,7 +627,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
627
627
|
}, "resolveRuntimeExtensions");
|
|
628
628
|
|
|
629
629
|
// src/MediaLiveClient.ts
|
|
630
|
-
var
|
|
630
|
+
var MediaLiveClient = class extends import_smithy_client.Client {
|
|
631
|
+
static {
|
|
632
|
+
__name(this, "MediaLiveClient");
|
|
633
|
+
}
|
|
634
|
+
/**
|
|
635
|
+
* The resolved configuration of MediaLiveClient class. This is resolved and normalized from the {@link MediaLiveClientConfig | constructor configuration interface}.
|
|
636
|
+
*/
|
|
637
|
+
config;
|
|
631
638
|
constructor(...[configuration]) {
|
|
632
639
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
633
640
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -637,7 +644,7 @@ var _MediaLiveClient = class _MediaLiveClient extends import_smithy_client.Clien
|
|
|
637
644
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
638
645
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
639
646
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
640
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
647
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
641
648
|
super(_config_8);
|
|
642
649
|
this.config = _config_8;
|
|
643
650
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -665,8 +672,6 @@ var _MediaLiveClient = class _MediaLiveClient extends import_smithy_client.Clien
|
|
|
665
672
|
super.destroy();
|
|
666
673
|
}
|
|
667
674
|
};
|
|
668
|
-
__name(_MediaLiveClient, "MediaLiveClient");
|
|
669
|
-
var MediaLiveClient = _MediaLiveClient;
|
|
670
675
|
|
|
671
676
|
// src/MediaLive.ts
|
|
672
677
|
|
|
@@ -684,7 +689,10 @@ var import_uuid = require("uuid");
|
|
|
684
689
|
|
|
685
690
|
// src/models/MediaLiveServiceException.ts
|
|
686
691
|
|
|
687
|
-
var
|
|
692
|
+
var MediaLiveServiceException = class _MediaLiveServiceException extends import_smithy_client.ServiceException {
|
|
693
|
+
static {
|
|
694
|
+
__name(this, "MediaLiveServiceException");
|
|
695
|
+
}
|
|
688
696
|
/**
|
|
689
697
|
* @internal
|
|
690
698
|
*/
|
|
@@ -693,8 +701,6 @@ var _MediaLiveServiceException = class _MediaLiveServiceException extends import
|
|
|
693
701
|
Object.setPrototypeOf(this, _MediaLiveServiceException.prototype);
|
|
694
702
|
}
|
|
695
703
|
};
|
|
696
|
-
__name(_MediaLiveServiceException, "MediaLiveServiceException");
|
|
697
|
-
var MediaLiveServiceException = _MediaLiveServiceException;
|
|
698
704
|
|
|
699
705
|
// src/models/models_1.ts
|
|
700
706
|
var HlsH265PackagingType = {
|
|
@@ -1396,7 +1402,17 @@ var VideoDescriptionScalingBehavior = {
|
|
|
1396
1402
|
var AcceptHeader = {
|
|
1397
1403
|
image_jpeg: "image/jpeg"
|
|
1398
1404
|
};
|
|
1399
|
-
var
|
|
1405
|
+
var BadGatewayException = class _BadGatewayException extends MediaLiveServiceException {
|
|
1406
|
+
static {
|
|
1407
|
+
__name(this, "BadGatewayException");
|
|
1408
|
+
}
|
|
1409
|
+
name = "BadGatewayException";
|
|
1410
|
+
$fault = "server";
|
|
1411
|
+
/**
|
|
1412
|
+
* Placeholder documentation for __string
|
|
1413
|
+
* @public
|
|
1414
|
+
*/
|
|
1415
|
+
Message;
|
|
1400
1416
|
/**
|
|
1401
1417
|
* @internal
|
|
1402
1418
|
*/
|
|
@@ -1406,15 +1422,21 @@ var _BadGatewayException = class _BadGatewayException extends MediaLiveServiceEx
|
|
|
1406
1422
|
$fault: "server",
|
|
1407
1423
|
...opts
|
|
1408
1424
|
});
|
|
1409
|
-
this.name = "BadGatewayException";
|
|
1410
|
-
this.$fault = "server";
|
|
1411
1425
|
Object.setPrototypeOf(this, _BadGatewayException.prototype);
|
|
1412
1426
|
this.Message = opts.Message;
|
|
1413
1427
|
}
|
|
1414
1428
|
};
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1429
|
+
var BadRequestException = class _BadRequestException extends MediaLiveServiceException {
|
|
1430
|
+
static {
|
|
1431
|
+
__name(this, "BadRequestException");
|
|
1432
|
+
}
|
|
1433
|
+
name = "BadRequestException";
|
|
1434
|
+
$fault = "client";
|
|
1435
|
+
/**
|
|
1436
|
+
* Placeholder documentation for __string
|
|
1437
|
+
* @public
|
|
1438
|
+
*/
|
|
1439
|
+
Message;
|
|
1418
1440
|
/**
|
|
1419
1441
|
* @internal
|
|
1420
1442
|
*/
|
|
@@ -1424,15 +1446,21 @@ var _BadRequestException = class _BadRequestException extends MediaLiveServiceEx
|
|
|
1424
1446
|
$fault: "client",
|
|
1425
1447
|
...opts
|
|
1426
1448
|
});
|
|
1427
|
-
this.name = "BadRequestException";
|
|
1428
|
-
this.$fault = "client";
|
|
1429
1449
|
Object.setPrototypeOf(this, _BadRequestException.prototype);
|
|
1430
1450
|
this.Message = opts.Message;
|
|
1431
1451
|
}
|
|
1432
1452
|
};
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1453
|
+
var ConflictException = class _ConflictException extends MediaLiveServiceException {
|
|
1454
|
+
static {
|
|
1455
|
+
__name(this, "ConflictException");
|
|
1456
|
+
}
|
|
1457
|
+
name = "ConflictException";
|
|
1458
|
+
$fault = "client";
|
|
1459
|
+
/**
|
|
1460
|
+
* Placeholder documentation for __string
|
|
1461
|
+
* @public
|
|
1462
|
+
*/
|
|
1463
|
+
Message;
|
|
1436
1464
|
/**
|
|
1437
1465
|
* @internal
|
|
1438
1466
|
*/
|
|
@@ -1442,15 +1470,21 @@ var _ConflictException = class _ConflictException extends MediaLiveServiceExcept
|
|
|
1442
1470
|
$fault: "client",
|
|
1443
1471
|
...opts
|
|
1444
1472
|
});
|
|
1445
|
-
this.name = "ConflictException";
|
|
1446
|
-
this.$fault = "client";
|
|
1447
1473
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
1448
1474
|
this.Message = opts.Message;
|
|
1449
1475
|
}
|
|
1450
1476
|
};
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1477
|
+
var ForbiddenException = class _ForbiddenException extends MediaLiveServiceException {
|
|
1478
|
+
static {
|
|
1479
|
+
__name(this, "ForbiddenException");
|
|
1480
|
+
}
|
|
1481
|
+
name = "ForbiddenException";
|
|
1482
|
+
$fault = "client";
|
|
1483
|
+
/**
|
|
1484
|
+
* Placeholder documentation for __string
|
|
1485
|
+
* @public
|
|
1486
|
+
*/
|
|
1487
|
+
Message;
|
|
1454
1488
|
/**
|
|
1455
1489
|
* @internal
|
|
1456
1490
|
*/
|
|
@@ -1460,15 +1494,21 @@ var _ForbiddenException = class _ForbiddenException extends MediaLiveServiceExce
|
|
|
1460
1494
|
$fault: "client",
|
|
1461
1495
|
...opts
|
|
1462
1496
|
});
|
|
1463
|
-
this.name = "ForbiddenException";
|
|
1464
|
-
this.$fault = "client";
|
|
1465
1497
|
Object.setPrototypeOf(this, _ForbiddenException.prototype);
|
|
1466
1498
|
this.Message = opts.Message;
|
|
1467
1499
|
}
|
|
1468
1500
|
};
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1501
|
+
var GatewayTimeoutException = class _GatewayTimeoutException extends MediaLiveServiceException {
|
|
1502
|
+
static {
|
|
1503
|
+
__name(this, "GatewayTimeoutException");
|
|
1504
|
+
}
|
|
1505
|
+
name = "GatewayTimeoutException";
|
|
1506
|
+
$fault = "server";
|
|
1507
|
+
/**
|
|
1508
|
+
* Placeholder documentation for __string
|
|
1509
|
+
* @public
|
|
1510
|
+
*/
|
|
1511
|
+
Message;
|
|
1472
1512
|
/**
|
|
1473
1513
|
* @internal
|
|
1474
1514
|
*/
|
|
@@ -1478,15 +1518,21 @@ var _GatewayTimeoutException = class _GatewayTimeoutException extends MediaLiveS
|
|
|
1478
1518
|
$fault: "server",
|
|
1479
1519
|
...opts
|
|
1480
1520
|
});
|
|
1481
|
-
this.name = "GatewayTimeoutException";
|
|
1482
|
-
this.$fault = "server";
|
|
1483
1521
|
Object.setPrototypeOf(this, _GatewayTimeoutException.prototype);
|
|
1484
1522
|
this.Message = opts.Message;
|
|
1485
1523
|
}
|
|
1486
1524
|
};
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1525
|
+
var InternalServerErrorException = class _InternalServerErrorException extends MediaLiveServiceException {
|
|
1526
|
+
static {
|
|
1527
|
+
__name(this, "InternalServerErrorException");
|
|
1528
|
+
}
|
|
1529
|
+
name = "InternalServerErrorException";
|
|
1530
|
+
$fault = "server";
|
|
1531
|
+
/**
|
|
1532
|
+
* Placeholder documentation for __string
|
|
1533
|
+
* @public
|
|
1534
|
+
*/
|
|
1535
|
+
Message;
|
|
1490
1536
|
/**
|
|
1491
1537
|
* @internal
|
|
1492
1538
|
*/
|
|
@@ -1496,15 +1542,21 @@ var _InternalServerErrorException = class _InternalServerErrorException extends
|
|
|
1496
1542
|
$fault: "server",
|
|
1497
1543
|
...opts
|
|
1498
1544
|
});
|
|
1499
|
-
this.name = "InternalServerErrorException";
|
|
1500
|
-
this.$fault = "server";
|
|
1501
1545
|
Object.setPrototypeOf(this, _InternalServerErrorException.prototype);
|
|
1502
1546
|
this.Message = opts.Message;
|
|
1503
1547
|
}
|
|
1504
1548
|
};
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1549
|
+
var NotFoundException = class _NotFoundException extends MediaLiveServiceException {
|
|
1550
|
+
static {
|
|
1551
|
+
__name(this, "NotFoundException");
|
|
1552
|
+
}
|
|
1553
|
+
name = "NotFoundException";
|
|
1554
|
+
$fault = "client";
|
|
1555
|
+
/**
|
|
1556
|
+
* Placeholder documentation for __string
|
|
1557
|
+
* @public
|
|
1558
|
+
*/
|
|
1559
|
+
Message;
|
|
1508
1560
|
/**
|
|
1509
1561
|
* @internal
|
|
1510
1562
|
*/
|
|
@@ -1514,15 +1566,21 @@ var _NotFoundException = class _NotFoundException extends MediaLiveServiceExcept
|
|
|
1514
1566
|
$fault: "client",
|
|
1515
1567
|
...opts
|
|
1516
1568
|
});
|
|
1517
|
-
this.name = "NotFoundException";
|
|
1518
|
-
this.$fault = "client";
|
|
1519
1569
|
Object.setPrototypeOf(this, _NotFoundException.prototype);
|
|
1520
1570
|
this.Message = opts.Message;
|
|
1521
1571
|
}
|
|
1522
1572
|
};
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1573
|
+
var TooManyRequestsException = class _TooManyRequestsException extends MediaLiveServiceException {
|
|
1574
|
+
static {
|
|
1575
|
+
__name(this, "TooManyRequestsException");
|
|
1576
|
+
}
|
|
1577
|
+
name = "TooManyRequestsException";
|
|
1578
|
+
$fault = "client";
|
|
1579
|
+
/**
|
|
1580
|
+
* Placeholder documentation for __string
|
|
1581
|
+
* @public
|
|
1582
|
+
*/
|
|
1583
|
+
Message;
|
|
1526
1584
|
/**
|
|
1527
1585
|
* @internal
|
|
1528
1586
|
*/
|
|
@@ -1532,15 +1590,26 @@ var _TooManyRequestsException = class _TooManyRequestsException extends MediaLiv
|
|
|
1532
1590
|
$fault: "client",
|
|
1533
1591
|
...opts
|
|
1534
1592
|
});
|
|
1535
|
-
this.name = "TooManyRequestsException";
|
|
1536
|
-
this.$fault = "client";
|
|
1537
1593
|
Object.setPrototypeOf(this, _TooManyRequestsException.prototype);
|
|
1538
1594
|
this.Message = opts.Message;
|
|
1539
1595
|
}
|
|
1540
1596
|
};
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1597
|
+
var UnprocessableEntityException = class _UnprocessableEntityException extends MediaLiveServiceException {
|
|
1598
|
+
static {
|
|
1599
|
+
__name(this, "UnprocessableEntityException");
|
|
1600
|
+
}
|
|
1601
|
+
name = "UnprocessableEntityException";
|
|
1602
|
+
$fault = "client";
|
|
1603
|
+
/**
|
|
1604
|
+
* The error message.
|
|
1605
|
+
* @public
|
|
1606
|
+
*/
|
|
1607
|
+
Message;
|
|
1608
|
+
/**
|
|
1609
|
+
* A collection of validation error responses.
|
|
1610
|
+
* @public
|
|
1611
|
+
*/
|
|
1612
|
+
ValidationErrors;
|
|
1544
1613
|
/**
|
|
1545
1614
|
* @internal
|
|
1546
1615
|
*/
|
|
@@ -1550,15 +1619,11 @@ var _UnprocessableEntityException = class _UnprocessableEntityException extends
|
|
|
1550
1619
|
$fault: "client",
|
|
1551
1620
|
...opts
|
|
1552
1621
|
});
|
|
1553
|
-
this.name = "UnprocessableEntityException";
|
|
1554
|
-
this.$fault = "client";
|
|
1555
1622
|
Object.setPrototypeOf(this, _UnprocessableEntityException.prototype);
|
|
1556
1623
|
this.Message = opts.Message;
|
|
1557
1624
|
this.ValidationErrors = opts.ValidationErrors;
|
|
1558
1625
|
}
|
|
1559
1626
|
};
|
|
1560
|
-
__name(_UnprocessableEntityException, "UnprocessableEntityException");
|
|
1561
|
-
var UnprocessableEntityException = _UnprocessableEntityException;
|
|
1562
1627
|
var AvailBlankingState = {
|
|
1563
1628
|
DISABLED: "DISABLED",
|
|
1564
1629
|
ENABLED: "ENABLED"
|
|
@@ -10501,659 +10566,706 @@ var _tTr = "transferType";
|
|
|
10501
10566
|
var _vQ = "videoQuality";
|
|
10502
10567
|
|
|
10503
10568
|
// src/commands/AcceptInputDeviceTransferCommand.ts
|
|
10504
|
-
var
|
|
10569
|
+
var AcceptInputDeviceTransferCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10505
10570
|
return [
|
|
10506
10571
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10507
10572
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10508
10573
|
];
|
|
10509
10574
|
}).s("MediaLive", "AcceptInputDeviceTransfer", {}).n("MediaLiveClient", "AcceptInputDeviceTransferCommand").f(void 0, void 0).ser(se_AcceptInputDeviceTransferCommand).de(de_AcceptInputDeviceTransferCommand).build() {
|
|
10575
|
+
static {
|
|
10576
|
+
__name(this, "AcceptInputDeviceTransferCommand");
|
|
10577
|
+
}
|
|
10510
10578
|
};
|
|
10511
|
-
__name(_AcceptInputDeviceTransferCommand, "AcceptInputDeviceTransferCommand");
|
|
10512
|
-
var AcceptInputDeviceTransferCommand = _AcceptInputDeviceTransferCommand;
|
|
10513
10579
|
|
|
10514
10580
|
// src/commands/BatchDeleteCommand.ts
|
|
10515
10581
|
|
|
10516
10582
|
|
|
10517
10583
|
|
|
10518
|
-
var
|
|
10584
|
+
var BatchDeleteCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10519
10585
|
return [
|
|
10520
10586
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10521
10587
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10522
10588
|
];
|
|
10523
10589
|
}).s("MediaLive", "BatchDelete", {}).n("MediaLiveClient", "BatchDeleteCommand").f(void 0, void 0).ser(se_BatchDeleteCommand).de(de_BatchDeleteCommand).build() {
|
|
10590
|
+
static {
|
|
10591
|
+
__name(this, "BatchDeleteCommand");
|
|
10592
|
+
}
|
|
10524
10593
|
};
|
|
10525
|
-
__name(_BatchDeleteCommand, "BatchDeleteCommand");
|
|
10526
|
-
var BatchDeleteCommand = _BatchDeleteCommand;
|
|
10527
10594
|
|
|
10528
10595
|
// src/commands/BatchStartCommand.ts
|
|
10529
10596
|
|
|
10530
10597
|
|
|
10531
10598
|
|
|
10532
|
-
var
|
|
10599
|
+
var BatchStartCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10533
10600
|
return [
|
|
10534
10601
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10535
10602
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10536
10603
|
];
|
|
10537
10604
|
}).s("MediaLive", "BatchStart", {}).n("MediaLiveClient", "BatchStartCommand").f(void 0, void 0).ser(se_BatchStartCommand).de(de_BatchStartCommand).build() {
|
|
10605
|
+
static {
|
|
10606
|
+
__name(this, "BatchStartCommand");
|
|
10607
|
+
}
|
|
10538
10608
|
};
|
|
10539
|
-
__name(_BatchStartCommand, "BatchStartCommand");
|
|
10540
|
-
var BatchStartCommand = _BatchStartCommand;
|
|
10541
10609
|
|
|
10542
10610
|
// src/commands/BatchStopCommand.ts
|
|
10543
10611
|
|
|
10544
10612
|
|
|
10545
10613
|
|
|
10546
|
-
var
|
|
10614
|
+
var BatchStopCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10547
10615
|
return [
|
|
10548
10616
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10549
10617
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10550
10618
|
];
|
|
10551
10619
|
}).s("MediaLive", "BatchStop", {}).n("MediaLiveClient", "BatchStopCommand").f(void 0, void 0).ser(se_BatchStopCommand).de(de_BatchStopCommand).build() {
|
|
10620
|
+
static {
|
|
10621
|
+
__name(this, "BatchStopCommand");
|
|
10622
|
+
}
|
|
10552
10623
|
};
|
|
10553
|
-
__name(_BatchStopCommand, "BatchStopCommand");
|
|
10554
|
-
var BatchStopCommand = _BatchStopCommand;
|
|
10555
10624
|
|
|
10556
10625
|
// src/commands/BatchUpdateScheduleCommand.ts
|
|
10557
10626
|
|
|
10558
10627
|
|
|
10559
10628
|
|
|
10560
|
-
var
|
|
10629
|
+
var BatchUpdateScheduleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10561
10630
|
return [
|
|
10562
10631
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10563
10632
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10564
10633
|
];
|
|
10565
10634
|
}).s("MediaLive", "BatchUpdateSchedule", {}).n("MediaLiveClient", "BatchUpdateScheduleCommand").f(void 0, void 0).ser(se_BatchUpdateScheduleCommand).de(de_BatchUpdateScheduleCommand).build() {
|
|
10635
|
+
static {
|
|
10636
|
+
__name(this, "BatchUpdateScheduleCommand");
|
|
10637
|
+
}
|
|
10566
10638
|
};
|
|
10567
|
-
__name(_BatchUpdateScheduleCommand, "BatchUpdateScheduleCommand");
|
|
10568
|
-
var BatchUpdateScheduleCommand = _BatchUpdateScheduleCommand;
|
|
10569
10639
|
|
|
10570
10640
|
// src/commands/CancelInputDeviceTransferCommand.ts
|
|
10571
10641
|
|
|
10572
10642
|
|
|
10573
10643
|
|
|
10574
|
-
var
|
|
10644
|
+
var CancelInputDeviceTransferCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10575
10645
|
return [
|
|
10576
10646
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10577
10647
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10578
10648
|
];
|
|
10579
10649
|
}).s("MediaLive", "CancelInputDeviceTransfer", {}).n("MediaLiveClient", "CancelInputDeviceTransferCommand").f(void 0, void 0).ser(se_CancelInputDeviceTransferCommand).de(de_CancelInputDeviceTransferCommand).build() {
|
|
10650
|
+
static {
|
|
10651
|
+
__name(this, "CancelInputDeviceTransferCommand");
|
|
10652
|
+
}
|
|
10580
10653
|
};
|
|
10581
|
-
__name(_CancelInputDeviceTransferCommand, "CancelInputDeviceTransferCommand");
|
|
10582
|
-
var CancelInputDeviceTransferCommand = _CancelInputDeviceTransferCommand;
|
|
10583
10654
|
|
|
10584
10655
|
// src/commands/ClaimDeviceCommand.ts
|
|
10585
10656
|
|
|
10586
10657
|
|
|
10587
10658
|
|
|
10588
|
-
var
|
|
10659
|
+
var ClaimDeviceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10589
10660
|
return [
|
|
10590
10661
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10591
10662
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10592
10663
|
];
|
|
10593
10664
|
}).s("MediaLive", "ClaimDevice", {}).n("MediaLiveClient", "ClaimDeviceCommand").f(void 0, void 0).ser(se_ClaimDeviceCommand).de(de_ClaimDeviceCommand).build() {
|
|
10665
|
+
static {
|
|
10666
|
+
__name(this, "ClaimDeviceCommand");
|
|
10667
|
+
}
|
|
10594
10668
|
};
|
|
10595
|
-
__name(_ClaimDeviceCommand, "ClaimDeviceCommand");
|
|
10596
|
-
var ClaimDeviceCommand = _ClaimDeviceCommand;
|
|
10597
10669
|
|
|
10598
10670
|
// src/commands/CreateChannelCommand.ts
|
|
10599
10671
|
|
|
10600
10672
|
|
|
10601
10673
|
|
|
10602
|
-
var
|
|
10674
|
+
var CreateChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10603
10675
|
return [
|
|
10604
10676
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10605
10677
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10606
10678
|
];
|
|
10607
10679
|
}).s("MediaLive", "CreateChannel", {}).n("MediaLiveClient", "CreateChannelCommand").f(void 0, void 0).ser(se_CreateChannelCommand).de(de_CreateChannelCommand).build() {
|
|
10680
|
+
static {
|
|
10681
|
+
__name(this, "CreateChannelCommand");
|
|
10682
|
+
}
|
|
10608
10683
|
};
|
|
10609
|
-
__name(_CreateChannelCommand, "CreateChannelCommand");
|
|
10610
|
-
var CreateChannelCommand = _CreateChannelCommand;
|
|
10611
10684
|
|
|
10612
10685
|
// src/commands/CreateChannelPlacementGroupCommand.ts
|
|
10613
10686
|
|
|
10614
10687
|
|
|
10615
10688
|
|
|
10616
|
-
var
|
|
10689
|
+
var CreateChannelPlacementGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10617
10690
|
return [
|
|
10618
10691
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10619
10692
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10620
10693
|
];
|
|
10621
10694
|
}).s("MediaLive", "CreateChannelPlacementGroup", {}).n("MediaLiveClient", "CreateChannelPlacementGroupCommand").f(void 0, void 0).ser(se_CreateChannelPlacementGroupCommand).de(de_CreateChannelPlacementGroupCommand).build() {
|
|
10695
|
+
static {
|
|
10696
|
+
__name(this, "CreateChannelPlacementGroupCommand");
|
|
10697
|
+
}
|
|
10622
10698
|
};
|
|
10623
|
-
__name(_CreateChannelPlacementGroupCommand, "CreateChannelPlacementGroupCommand");
|
|
10624
|
-
var CreateChannelPlacementGroupCommand = _CreateChannelPlacementGroupCommand;
|
|
10625
10699
|
|
|
10626
10700
|
// src/commands/CreateCloudWatchAlarmTemplateCommand.ts
|
|
10627
10701
|
|
|
10628
10702
|
|
|
10629
10703
|
|
|
10630
|
-
var
|
|
10704
|
+
var CreateCloudWatchAlarmTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10631
10705
|
return [
|
|
10632
10706
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10633
10707
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10634
10708
|
];
|
|
10635
10709
|
}).s("MediaLive", "CreateCloudWatchAlarmTemplate", {}).n("MediaLiveClient", "CreateCloudWatchAlarmTemplateCommand").f(void 0, void 0).ser(se_CreateCloudWatchAlarmTemplateCommand).de(de_CreateCloudWatchAlarmTemplateCommand).build() {
|
|
10710
|
+
static {
|
|
10711
|
+
__name(this, "CreateCloudWatchAlarmTemplateCommand");
|
|
10712
|
+
}
|
|
10636
10713
|
};
|
|
10637
|
-
__name(_CreateCloudWatchAlarmTemplateCommand, "CreateCloudWatchAlarmTemplateCommand");
|
|
10638
|
-
var CreateCloudWatchAlarmTemplateCommand = _CreateCloudWatchAlarmTemplateCommand;
|
|
10639
10714
|
|
|
10640
10715
|
// src/commands/CreateCloudWatchAlarmTemplateGroupCommand.ts
|
|
10641
10716
|
|
|
10642
10717
|
|
|
10643
10718
|
|
|
10644
|
-
var
|
|
10719
|
+
var CreateCloudWatchAlarmTemplateGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10645
10720
|
return [
|
|
10646
10721
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10647
10722
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10648
10723
|
];
|
|
10649
10724
|
}).s("MediaLive", "CreateCloudWatchAlarmTemplateGroup", {}).n("MediaLiveClient", "CreateCloudWatchAlarmTemplateGroupCommand").f(void 0, void 0).ser(se_CreateCloudWatchAlarmTemplateGroupCommand).de(de_CreateCloudWatchAlarmTemplateGroupCommand).build() {
|
|
10725
|
+
static {
|
|
10726
|
+
__name(this, "CreateCloudWatchAlarmTemplateGroupCommand");
|
|
10727
|
+
}
|
|
10650
10728
|
};
|
|
10651
|
-
__name(_CreateCloudWatchAlarmTemplateGroupCommand, "CreateCloudWatchAlarmTemplateGroupCommand");
|
|
10652
|
-
var CreateCloudWatchAlarmTemplateGroupCommand = _CreateCloudWatchAlarmTemplateGroupCommand;
|
|
10653
10729
|
|
|
10654
10730
|
// src/commands/CreateClusterCommand.ts
|
|
10655
10731
|
|
|
10656
10732
|
|
|
10657
10733
|
|
|
10658
|
-
var
|
|
10734
|
+
var CreateClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10659
10735
|
return [
|
|
10660
10736
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10661
10737
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10662
10738
|
];
|
|
10663
10739
|
}).s("MediaLive", "CreateCluster", {}).n("MediaLiveClient", "CreateClusterCommand").f(void 0, void 0).ser(se_CreateClusterCommand).de(de_CreateClusterCommand).build() {
|
|
10740
|
+
static {
|
|
10741
|
+
__name(this, "CreateClusterCommand");
|
|
10742
|
+
}
|
|
10664
10743
|
};
|
|
10665
|
-
__name(_CreateClusterCommand, "CreateClusterCommand");
|
|
10666
|
-
var CreateClusterCommand = _CreateClusterCommand;
|
|
10667
10744
|
|
|
10668
10745
|
// src/commands/CreateEventBridgeRuleTemplateCommand.ts
|
|
10669
10746
|
|
|
10670
10747
|
|
|
10671
10748
|
|
|
10672
|
-
var
|
|
10749
|
+
var CreateEventBridgeRuleTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10673
10750
|
return [
|
|
10674
10751
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10675
10752
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10676
10753
|
];
|
|
10677
10754
|
}).s("MediaLive", "CreateEventBridgeRuleTemplate", {}).n("MediaLiveClient", "CreateEventBridgeRuleTemplateCommand").f(void 0, void 0).ser(se_CreateEventBridgeRuleTemplateCommand).de(de_CreateEventBridgeRuleTemplateCommand).build() {
|
|
10755
|
+
static {
|
|
10756
|
+
__name(this, "CreateEventBridgeRuleTemplateCommand");
|
|
10757
|
+
}
|
|
10678
10758
|
};
|
|
10679
|
-
__name(_CreateEventBridgeRuleTemplateCommand, "CreateEventBridgeRuleTemplateCommand");
|
|
10680
|
-
var CreateEventBridgeRuleTemplateCommand = _CreateEventBridgeRuleTemplateCommand;
|
|
10681
10759
|
|
|
10682
10760
|
// src/commands/CreateEventBridgeRuleTemplateGroupCommand.ts
|
|
10683
10761
|
|
|
10684
10762
|
|
|
10685
10763
|
|
|
10686
|
-
var
|
|
10764
|
+
var CreateEventBridgeRuleTemplateGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10687
10765
|
return [
|
|
10688
10766
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10689
10767
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10690
10768
|
];
|
|
10691
10769
|
}).s("MediaLive", "CreateEventBridgeRuleTemplateGroup", {}).n("MediaLiveClient", "CreateEventBridgeRuleTemplateGroupCommand").f(void 0, void 0).ser(se_CreateEventBridgeRuleTemplateGroupCommand).de(de_CreateEventBridgeRuleTemplateGroupCommand).build() {
|
|
10770
|
+
static {
|
|
10771
|
+
__name(this, "CreateEventBridgeRuleTemplateGroupCommand");
|
|
10772
|
+
}
|
|
10692
10773
|
};
|
|
10693
|
-
__name(_CreateEventBridgeRuleTemplateGroupCommand, "CreateEventBridgeRuleTemplateGroupCommand");
|
|
10694
|
-
var CreateEventBridgeRuleTemplateGroupCommand = _CreateEventBridgeRuleTemplateGroupCommand;
|
|
10695
10774
|
|
|
10696
10775
|
// src/commands/CreateInputCommand.ts
|
|
10697
10776
|
|
|
10698
10777
|
|
|
10699
10778
|
|
|
10700
|
-
var
|
|
10779
|
+
var CreateInputCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10701
10780
|
return [
|
|
10702
10781
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10703
10782
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10704
10783
|
];
|
|
10705
10784
|
}).s("MediaLive", "CreateInput", {}).n("MediaLiveClient", "CreateInputCommand").f(void 0, void 0).ser(se_CreateInputCommand).de(de_CreateInputCommand).build() {
|
|
10785
|
+
static {
|
|
10786
|
+
__name(this, "CreateInputCommand");
|
|
10787
|
+
}
|
|
10706
10788
|
};
|
|
10707
|
-
__name(_CreateInputCommand, "CreateInputCommand");
|
|
10708
|
-
var CreateInputCommand = _CreateInputCommand;
|
|
10709
10789
|
|
|
10710
10790
|
// src/commands/CreateInputSecurityGroupCommand.ts
|
|
10711
10791
|
|
|
10712
10792
|
|
|
10713
10793
|
|
|
10714
|
-
var
|
|
10794
|
+
var CreateInputSecurityGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10715
10795
|
return [
|
|
10716
10796
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10717
10797
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10718
10798
|
];
|
|
10719
10799
|
}).s("MediaLive", "CreateInputSecurityGroup", {}).n("MediaLiveClient", "CreateInputSecurityGroupCommand").f(void 0, void 0).ser(se_CreateInputSecurityGroupCommand).de(de_CreateInputSecurityGroupCommand).build() {
|
|
10800
|
+
static {
|
|
10801
|
+
__name(this, "CreateInputSecurityGroupCommand");
|
|
10802
|
+
}
|
|
10720
10803
|
};
|
|
10721
|
-
__name(_CreateInputSecurityGroupCommand, "CreateInputSecurityGroupCommand");
|
|
10722
|
-
var CreateInputSecurityGroupCommand = _CreateInputSecurityGroupCommand;
|
|
10723
10804
|
|
|
10724
10805
|
// src/commands/CreateMultiplexCommand.ts
|
|
10725
10806
|
|
|
10726
10807
|
|
|
10727
10808
|
|
|
10728
|
-
var
|
|
10809
|
+
var CreateMultiplexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10729
10810
|
return [
|
|
10730
10811
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10731
10812
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10732
10813
|
];
|
|
10733
10814
|
}).s("MediaLive", "CreateMultiplex", {}).n("MediaLiveClient", "CreateMultiplexCommand").f(void 0, void 0).ser(se_CreateMultiplexCommand).de(de_CreateMultiplexCommand).build() {
|
|
10815
|
+
static {
|
|
10816
|
+
__name(this, "CreateMultiplexCommand");
|
|
10817
|
+
}
|
|
10734
10818
|
};
|
|
10735
|
-
__name(_CreateMultiplexCommand, "CreateMultiplexCommand");
|
|
10736
|
-
var CreateMultiplexCommand = _CreateMultiplexCommand;
|
|
10737
10819
|
|
|
10738
10820
|
// src/commands/CreateMultiplexProgramCommand.ts
|
|
10739
10821
|
|
|
10740
10822
|
|
|
10741
10823
|
|
|
10742
|
-
var
|
|
10824
|
+
var CreateMultiplexProgramCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10743
10825
|
return [
|
|
10744
10826
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10745
10827
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10746
10828
|
];
|
|
10747
10829
|
}).s("MediaLive", "CreateMultiplexProgram", {}).n("MediaLiveClient", "CreateMultiplexProgramCommand").f(void 0, void 0).ser(se_CreateMultiplexProgramCommand).de(de_CreateMultiplexProgramCommand).build() {
|
|
10830
|
+
static {
|
|
10831
|
+
__name(this, "CreateMultiplexProgramCommand");
|
|
10832
|
+
}
|
|
10748
10833
|
};
|
|
10749
|
-
__name(_CreateMultiplexProgramCommand, "CreateMultiplexProgramCommand");
|
|
10750
|
-
var CreateMultiplexProgramCommand = _CreateMultiplexProgramCommand;
|
|
10751
10834
|
|
|
10752
10835
|
// src/commands/CreateNetworkCommand.ts
|
|
10753
10836
|
|
|
10754
10837
|
|
|
10755
10838
|
|
|
10756
|
-
var
|
|
10839
|
+
var CreateNetworkCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10757
10840
|
return [
|
|
10758
10841
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10759
10842
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10760
10843
|
];
|
|
10761
10844
|
}).s("MediaLive", "CreateNetwork", {}).n("MediaLiveClient", "CreateNetworkCommand").f(void 0, void 0).ser(se_CreateNetworkCommand).de(de_CreateNetworkCommand).build() {
|
|
10845
|
+
static {
|
|
10846
|
+
__name(this, "CreateNetworkCommand");
|
|
10847
|
+
}
|
|
10762
10848
|
};
|
|
10763
|
-
__name(_CreateNetworkCommand, "CreateNetworkCommand");
|
|
10764
|
-
var CreateNetworkCommand = _CreateNetworkCommand;
|
|
10765
10849
|
|
|
10766
10850
|
// src/commands/CreateNodeCommand.ts
|
|
10767
10851
|
|
|
10768
10852
|
|
|
10769
10853
|
|
|
10770
|
-
var
|
|
10854
|
+
var CreateNodeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10771
10855
|
return [
|
|
10772
10856
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10773
10857
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10774
10858
|
];
|
|
10775
10859
|
}).s("MediaLive", "CreateNode", {}).n("MediaLiveClient", "CreateNodeCommand").f(void 0, void 0).ser(se_CreateNodeCommand).de(de_CreateNodeCommand).build() {
|
|
10860
|
+
static {
|
|
10861
|
+
__name(this, "CreateNodeCommand");
|
|
10862
|
+
}
|
|
10776
10863
|
};
|
|
10777
|
-
__name(_CreateNodeCommand, "CreateNodeCommand");
|
|
10778
|
-
var CreateNodeCommand = _CreateNodeCommand;
|
|
10779
10864
|
|
|
10780
10865
|
// src/commands/CreateNodeRegistrationScriptCommand.ts
|
|
10781
10866
|
|
|
10782
10867
|
|
|
10783
10868
|
|
|
10784
|
-
var
|
|
10869
|
+
var CreateNodeRegistrationScriptCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10785
10870
|
return [
|
|
10786
10871
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10787
10872
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10788
10873
|
];
|
|
10789
10874
|
}).s("MediaLive", "CreateNodeRegistrationScript", {}).n("MediaLiveClient", "CreateNodeRegistrationScriptCommand").f(void 0, void 0).ser(se_CreateNodeRegistrationScriptCommand).de(de_CreateNodeRegistrationScriptCommand).build() {
|
|
10875
|
+
static {
|
|
10876
|
+
__name(this, "CreateNodeRegistrationScriptCommand");
|
|
10877
|
+
}
|
|
10790
10878
|
};
|
|
10791
|
-
__name(_CreateNodeRegistrationScriptCommand, "CreateNodeRegistrationScriptCommand");
|
|
10792
|
-
var CreateNodeRegistrationScriptCommand = _CreateNodeRegistrationScriptCommand;
|
|
10793
10879
|
|
|
10794
10880
|
// src/commands/CreatePartnerInputCommand.ts
|
|
10795
10881
|
|
|
10796
10882
|
|
|
10797
10883
|
|
|
10798
|
-
var
|
|
10884
|
+
var CreatePartnerInputCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10799
10885
|
return [
|
|
10800
10886
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10801
10887
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10802
10888
|
];
|
|
10803
10889
|
}).s("MediaLive", "CreatePartnerInput", {}).n("MediaLiveClient", "CreatePartnerInputCommand").f(void 0, void 0).ser(se_CreatePartnerInputCommand).de(de_CreatePartnerInputCommand).build() {
|
|
10890
|
+
static {
|
|
10891
|
+
__name(this, "CreatePartnerInputCommand");
|
|
10892
|
+
}
|
|
10804
10893
|
};
|
|
10805
|
-
__name(_CreatePartnerInputCommand, "CreatePartnerInputCommand");
|
|
10806
|
-
var CreatePartnerInputCommand = _CreatePartnerInputCommand;
|
|
10807
10894
|
|
|
10808
10895
|
// src/commands/CreateSignalMapCommand.ts
|
|
10809
10896
|
|
|
10810
10897
|
|
|
10811
10898
|
|
|
10812
|
-
var
|
|
10899
|
+
var CreateSignalMapCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10813
10900
|
return [
|
|
10814
10901
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10815
10902
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10816
10903
|
];
|
|
10817
10904
|
}).s("MediaLive", "CreateSignalMap", {}).n("MediaLiveClient", "CreateSignalMapCommand").f(void 0, void 0).ser(se_CreateSignalMapCommand).de(de_CreateSignalMapCommand).build() {
|
|
10905
|
+
static {
|
|
10906
|
+
__name(this, "CreateSignalMapCommand");
|
|
10907
|
+
}
|
|
10818
10908
|
};
|
|
10819
|
-
__name(_CreateSignalMapCommand, "CreateSignalMapCommand");
|
|
10820
|
-
var CreateSignalMapCommand = _CreateSignalMapCommand;
|
|
10821
10909
|
|
|
10822
10910
|
// src/commands/CreateTagsCommand.ts
|
|
10823
10911
|
|
|
10824
10912
|
|
|
10825
10913
|
|
|
10826
|
-
var
|
|
10914
|
+
var CreateTagsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10827
10915
|
return [
|
|
10828
10916
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10829
10917
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10830
10918
|
];
|
|
10831
10919
|
}).s("MediaLive", "CreateTags", {}).n("MediaLiveClient", "CreateTagsCommand").f(void 0, void 0).ser(se_CreateTagsCommand).de(de_CreateTagsCommand).build() {
|
|
10920
|
+
static {
|
|
10921
|
+
__name(this, "CreateTagsCommand");
|
|
10922
|
+
}
|
|
10832
10923
|
};
|
|
10833
|
-
__name(_CreateTagsCommand, "CreateTagsCommand");
|
|
10834
|
-
var CreateTagsCommand = _CreateTagsCommand;
|
|
10835
10924
|
|
|
10836
10925
|
// src/commands/DeleteChannelCommand.ts
|
|
10837
10926
|
|
|
10838
10927
|
|
|
10839
10928
|
|
|
10840
|
-
var
|
|
10929
|
+
var DeleteChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10841
10930
|
return [
|
|
10842
10931
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10843
10932
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10844
10933
|
];
|
|
10845
10934
|
}).s("MediaLive", "DeleteChannel", {}).n("MediaLiveClient", "DeleteChannelCommand").f(void 0, void 0).ser(se_DeleteChannelCommand).de(de_DeleteChannelCommand).build() {
|
|
10935
|
+
static {
|
|
10936
|
+
__name(this, "DeleteChannelCommand");
|
|
10937
|
+
}
|
|
10846
10938
|
};
|
|
10847
|
-
__name(_DeleteChannelCommand, "DeleteChannelCommand");
|
|
10848
|
-
var DeleteChannelCommand = _DeleteChannelCommand;
|
|
10849
10939
|
|
|
10850
10940
|
// src/commands/DeleteChannelPlacementGroupCommand.ts
|
|
10851
10941
|
|
|
10852
10942
|
|
|
10853
10943
|
|
|
10854
|
-
var
|
|
10944
|
+
var DeleteChannelPlacementGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10855
10945
|
return [
|
|
10856
10946
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10857
10947
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10858
10948
|
];
|
|
10859
10949
|
}).s("MediaLive", "DeleteChannelPlacementGroup", {}).n("MediaLiveClient", "DeleteChannelPlacementGroupCommand").f(void 0, void 0).ser(se_DeleteChannelPlacementGroupCommand).de(de_DeleteChannelPlacementGroupCommand).build() {
|
|
10950
|
+
static {
|
|
10951
|
+
__name(this, "DeleteChannelPlacementGroupCommand");
|
|
10952
|
+
}
|
|
10860
10953
|
};
|
|
10861
|
-
__name(_DeleteChannelPlacementGroupCommand, "DeleteChannelPlacementGroupCommand");
|
|
10862
|
-
var DeleteChannelPlacementGroupCommand = _DeleteChannelPlacementGroupCommand;
|
|
10863
10954
|
|
|
10864
10955
|
// src/commands/DeleteCloudWatchAlarmTemplateCommand.ts
|
|
10865
10956
|
|
|
10866
10957
|
|
|
10867
10958
|
|
|
10868
|
-
var
|
|
10959
|
+
var DeleteCloudWatchAlarmTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10869
10960
|
return [
|
|
10870
10961
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10871
10962
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10872
10963
|
];
|
|
10873
10964
|
}).s("MediaLive", "DeleteCloudWatchAlarmTemplate", {}).n("MediaLiveClient", "DeleteCloudWatchAlarmTemplateCommand").f(void 0, void 0).ser(se_DeleteCloudWatchAlarmTemplateCommand).de(de_DeleteCloudWatchAlarmTemplateCommand).build() {
|
|
10965
|
+
static {
|
|
10966
|
+
__name(this, "DeleteCloudWatchAlarmTemplateCommand");
|
|
10967
|
+
}
|
|
10874
10968
|
};
|
|
10875
|
-
__name(_DeleteCloudWatchAlarmTemplateCommand, "DeleteCloudWatchAlarmTemplateCommand");
|
|
10876
|
-
var DeleteCloudWatchAlarmTemplateCommand = _DeleteCloudWatchAlarmTemplateCommand;
|
|
10877
10969
|
|
|
10878
10970
|
// src/commands/DeleteCloudWatchAlarmTemplateGroupCommand.ts
|
|
10879
10971
|
|
|
10880
10972
|
|
|
10881
10973
|
|
|
10882
|
-
var
|
|
10974
|
+
var DeleteCloudWatchAlarmTemplateGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10883
10975
|
return [
|
|
10884
10976
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10885
10977
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10886
10978
|
];
|
|
10887
10979
|
}).s("MediaLive", "DeleteCloudWatchAlarmTemplateGroup", {}).n("MediaLiveClient", "DeleteCloudWatchAlarmTemplateGroupCommand").f(void 0, void 0).ser(se_DeleteCloudWatchAlarmTemplateGroupCommand).de(de_DeleteCloudWatchAlarmTemplateGroupCommand).build() {
|
|
10980
|
+
static {
|
|
10981
|
+
__name(this, "DeleteCloudWatchAlarmTemplateGroupCommand");
|
|
10982
|
+
}
|
|
10888
10983
|
};
|
|
10889
|
-
__name(_DeleteCloudWatchAlarmTemplateGroupCommand, "DeleteCloudWatchAlarmTemplateGroupCommand");
|
|
10890
|
-
var DeleteCloudWatchAlarmTemplateGroupCommand = _DeleteCloudWatchAlarmTemplateGroupCommand;
|
|
10891
10984
|
|
|
10892
10985
|
// src/commands/DeleteClusterCommand.ts
|
|
10893
10986
|
|
|
10894
10987
|
|
|
10895
10988
|
|
|
10896
|
-
var
|
|
10989
|
+
var DeleteClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10897
10990
|
return [
|
|
10898
10991
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10899
10992
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10900
10993
|
];
|
|
10901
10994
|
}).s("MediaLive", "DeleteCluster", {}).n("MediaLiveClient", "DeleteClusterCommand").f(void 0, void 0).ser(se_DeleteClusterCommand).de(de_DeleteClusterCommand).build() {
|
|
10995
|
+
static {
|
|
10996
|
+
__name(this, "DeleteClusterCommand");
|
|
10997
|
+
}
|
|
10902
10998
|
};
|
|
10903
|
-
__name(_DeleteClusterCommand, "DeleteClusterCommand");
|
|
10904
|
-
var DeleteClusterCommand = _DeleteClusterCommand;
|
|
10905
10999
|
|
|
10906
11000
|
// src/commands/DeleteEventBridgeRuleTemplateCommand.ts
|
|
10907
11001
|
|
|
10908
11002
|
|
|
10909
11003
|
|
|
10910
|
-
var
|
|
11004
|
+
var DeleteEventBridgeRuleTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10911
11005
|
return [
|
|
10912
11006
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10913
11007
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10914
11008
|
];
|
|
10915
11009
|
}).s("MediaLive", "DeleteEventBridgeRuleTemplate", {}).n("MediaLiveClient", "DeleteEventBridgeRuleTemplateCommand").f(void 0, void 0).ser(se_DeleteEventBridgeRuleTemplateCommand).de(de_DeleteEventBridgeRuleTemplateCommand).build() {
|
|
11010
|
+
static {
|
|
11011
|
+
__name(this, "DeleteEventBridgeRuleTemplateCommand");
|
|
11012
|
+
}
|
|
10916
11013
|
};
|
|
10917
|
-
__name(_DeleteEventBridgeRuleTemplateCommand, "DeleteEventBridgeRuleTemplateCommand");
|
|
10918
|
-
var DeleteEventBridgeRuleTemplateCommand = _DeleteEventBridgeRuleTemplateCommand;
|
|
10919
11014
|
|
|
10920
11015
|
// src/commands/DeleteEventBridgeRuleTemplateGroupCommand.ts
|
|
10921
11016
|
|
|
10922
11017
|
|
|
10923
11018
|
|
|
10924
|
-
var
|
|
11019
|
+
var DeleteEventBridgeRuleTemplateGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10925
11020
|
return [
|
|
10926
11021
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10927
11022
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10928
11023
|
];
|
|
10929
11024
|
}).s("MediaLive", "DeleteEventBridgeRuleTemplateGroup", {}).n("MediaLiveClient", "DeleteEventBridgeRuleTemplateGroupCommand").f(void 0, void 0).ser(se_DeleteEventBridgeRuleTemplateGroupCommand).de(de_DeleteEventBridgeRuleTemplateGroupCommand).build() {
|
|
11025
|
+
static {
|
|
11026
|
+
__name(this, "DeleteEventBridgeRuleTemplateGroupCommand");
|
|
11027
|
+
}
|
|
10930
11028
|
};
|
|
10931
|
-
__name(_DeleteEventBridgeRuleTemplateGroupCommand, "DeleteEventBridgeRuleTemplateGroupCommand");
|
|
10932
|
-
var DeleteEventBridgeRuleTemplateGroupCommand = _DeleteEventBridgeRuleTemplateGroupCommand;
|
|
10933
11029
|
|
|
10934
11030
|
// src/commands/DeleteInputCommand.ts
|
|
10935
11031
|
|
|
10936
11032
|
|
|
10937
11033
|
|
|
10938
|
-
var
|
|
11034
|
+
var DeleteInputCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10939
11035
|
return [
|
|
10940
11036
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10941
11037
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10942
11038
|
];
|
|
10943
11039
|
}).s("MediaLive", "DeleteInput", {}).n("MediaLiveClient", "DeleteInputCommand").f(void 0, void 0).ser(se_DeleteInputCommand).de(de_DeleteInputCommand).build() {
|
|
11040
|
+
static {
|
|
11041
|
+
__name(this, "DeleteInputCommand");
|
|
11042
|
+
}
|
|
10944
11043
|
};
|
|
10945
|
-
__name(_DeleteInputCommand, "DeleteInputCommand");
|
|
10946
|
-
var DeleteInputCommand = _DeleteInputCommand;
|
|
10947
11044
|
|
|
10948
11045
|
// src/commands/DeleteInputSecurityGroupCommand.ts
|
|
10949
11046
|
|
|
10950
11047
|
|
|
10951
11048
|
|
|
10952
|
-
var
|
|
11049
|
+
var DeleteInputSecurityGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10953
11050
|
return [
|
|
10954
11051
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10955
11052
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10956
11053
|
];
|
|
10957
11054
|
}).s("MediaLive", "DeleteInputSecurityGroup", {}).n("MediaLiveClient", "DeleteInputSecurityGroupCommand").f(void 0, void 0).ser(se_DeleteInputSecurityGroupCommand).de(de_DeleteInputSecurityGroupCommand).build() {
|
|
11055
|
+
static {
|
|
11056
|
+
__name(this, "DeleteInputSecurityGroupCommand");
|
|
11057
|
+
}
|
|
10958
11058
|
};
|
|
10959
|
-
__name(_DeleteInputSecurityGroupCommand, "DeleteInputSecurityGroupCommand");
|
|
10960
|
-
var DeleteInputSecurityGroupCommand = _DeleteInputSecurityGroupCommand;
|
|
10961
11059
|
|
|
10962
11060
|
// src/commands/DeleteMultiplexCommand.ts
|
|
10963
11061
|
|
|
10964
11062
|
|
|
10965
11063
|
|
|
10966
|
-
var
|
|
11064
|
+
var DeleteMultiplexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10967
11065
|
return [
|
|
10968
11066
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10969
11067
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10970
11068
|
];
|
|
10971
11069
|
}).s("MediaLive", "DeleteMultiplex", {}).n("MediaLiveClient", "DeleteMultiplexCommand").f(void 0, void 0).ser(se_DeleteMultiplexCommand).de(de_DeleteMultiplexCommand).build() {
|
|
11070
|
+
static {
|
|
11071
|
+
__name(this, "DeleteMultiplexCommand");
|
|
11072
|
+
}
|
|
10972
11073
|
};
|
|
10973
|
-
__name(_DeleteMultiplexCommand, "DeleteMultiplexCommand");
|
|
10974
|
-
var DeleteMultiplexCommand = _DeleteMultiplexCommand;
|
|
10975
11074
|
|
|
10976
11075
|
// src/commands/DeleteMultiplexProgramCommand.ts
|
|
10977
11076
|
|
|
10978
11077
|
|
|
10979
11078
|
|
|
10980
|
-
var
|
|
11079
|
+
var DeleteMultiplexProgramCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10981
11080
|
return [
|
|
10982
11081
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10983
11082
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10984
11083
|
];
|
|
10985
11084
|
}).s("MediaLive", "DeleteMultiplexProgram", {}).n("MediaLiveClient", "DeleteMultiplexProgramCommand").f(void 0, void 0).ser(se_DeleteMultiplexProgramCommand).de(de_DeleteMultiplexProgramCommand).build() {
|
|
11085
|
+
static {
|
|
11086
|
+
__name(this, "DeleteMultiplexProgramCommand");
|
|
11087
|
+
}
|
|
10986
11088
|
};
|
|
10987
|
-
__name(_DeleteMultiplexProgramCommand, "DeleteMultiplexProgramCommand");
|
|
10988
|
-
var DeleteMultiplexProgramCommand = _DeleteMultiplexProgramCommand;
|
|
10989
11089
|
|
|
10990
11090
|
// src/commands/DeleteNetworkCommand.ts
|
|
10991
11091
|
|
|
10992
11092
|
|
|
10993
11093
|
|
|
10994
|
-
var
|
|
11094
|
+
var DeleteNetworkCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10995
11095
|
return [
|
|
10996
11096
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10997
11097
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10998
11098
|
];
|
|
10999
11099
|
}).s("MediaLive", "DeleteNetwork", {}).n("MediaLiveClient", "DeleteNetworkCommand").f(void 0, void 0).ser(se_DeleteNetworkCommand).de(de_DeleteNetworkCommand).build() {
|
|
11100
|
+
static {
|
|
11101
|
+
__name(this, "DeleteNetworkCommand");
|
|
11102
|
+
}
|
|
11000
11103
|
};
|
|
11001
|
-
__name(_DeleteNetworkCommand, "DeleteNetworkCommand");
|
|
11002
|
-
var DeleteNetworkCommand = _DeleteNetworkCommand;
|
|
11003
11104
|
|
|
11004
11105
|
// src/commands/DeleteNodeCommand.ts
|
|
11005
11106
|
|
|
11006
11107
|
|
|
11007
11108
|
|
|
11008
|
-
var
|
|
11109
|
+
var DeleteNodeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11009
11110
|
return [
|
|
11010
11111
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11011
11112
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11012
11113
|
];
|
|
11013
11114
|
}).s("MediaLive", "DeleteNode", {}).n("MediaLiveClient", "DeleteNodeCommand").f(void 0, void 0).ser(se_DeleteNodeCommand).de(de_DeleteNodeCommand).build() {
|
|
11115
|
+
static {
|
|
11116
|
+
__name(this, "DeleteNodeCommand");
|
|
11117
|
+
}
|
|
11014
11118
|
};
|
|
11015
|
-
__name(_DeleteNodeCommand, "DeleteNodeCommand");
|
|
11016
|
-
var DeleteNodeCommand = _DeleteNodeCommand;
|
|
11017
11119
|
|
|
11018
11120
|
// src/commands/DeleteReservationCommand.ts
|
|
11019
11121
|
|
|
11020
11122
|
|
|
11021
11123
|
|
|
11022
|
-
var
|
|
11124
|
+
var DeleteReservationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11023
11125
|
return [
|
|
11024
11126
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11025
11127
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11026
11128
|
];
|
|
11027
11129
|
}).s("MediaLive", "DeleteReservation", {}).n("MediaLiveClient", "DeleteReservationCommand").f(void 0, void 0).ser(se_DeleteReservationCommand).de(de_DeleteReservationCommand).build() {
|
|
11130
|
+
static {
|
|
11131
|
+
__name(this, "DeleteReservationCommand");
|
|
11132
|
+
}
|
|
11028
11133
|
};
|
|
11029
|
-
__name(_DeleteReservationCommand, "DeleteReservationCommand");
|
|
11030
|
-
var DeleteReservationCommand = _DeleteReservationCommand;
|
|
11031
11134
|
|
|
11032
11135
|
// src/commands/DeleteScheduleCommand.ts
|
|
11033
11136
|
|
|
11034
11137
|
|
|
11035
11138
|
|
|
11036
|
-
var
|
|
11139
|
+
var DeleteScheduleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11037
11140
|
return [
|
|
11038
11141
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11039
11142
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11040
11143
|
];
|
|
11041
11144
|
}).s("MediaLive", "DeleteSchedule", {}).n("MediaLiveClient", "DeleteScheduleCommand").f(void 0, void 0).ser(se_DeleteScheduleCommand).de(de_DeleteScheduleCommand).build() {
|
|
11145
|
+
static {
|
|
11146
|
+
__name(this, "DeleteScheduleCommand");
|
|
11147
|
+
}
|
|
11042
11148
|
};
|
|
11043
|
-
__name(_DeleteScheduleCommand, "DeleteScheduleCommand");
|
|
11044
|
-
var DeleteScheduleCommand = _DeleteScheduleCommand;
|
|
11045
11149
|
|
|
11046
11150
|
// src/commands/DeleteSignalMapCommand.ts
|
|
11047
11151
|
|
|
11048
11152
|
|
|
11049
11153
|
|
|
11050
|
-
var
|
|
11154
|
+
var DeleteSignalMapCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11051
11155
|
return [
|
|
11052
11156
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11053
11157
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11054
11158
|
];
|
|
11055
11159
|
}).s("MediaLive", "DeleteSignalMap", {}).n("MediaLiveClient", "DeleteSignalMapCommand").f(void 0, void 0).ser(se_DeleteSignalMapCommand).de(de_DeleteSignalMapCommand).build() {
|
|
11160
|
+
static {
|
|
11161
|
+
__name(this, "DeleteSignalMapCommand");
|
|
11162
|
+
}
|
|
11056
11163
|
};
|
|
11057
|
-
__name(_DeleteSignalMapCommand, "DeleteSignalMapCommand");
|
|
11058
|
-
var DeleteSignalMapCommand = _DeleteSignalMapCommand;
|
|
11059
11164
|
|
|
11060
11165
|
// src/commands/DeleteTagsCommand.ts
|
|
11061
11166
|
|
|
11062
11167
|
|
|
11063
11168
|
|
|
11064
|
-
var
|
|
11169
|
+
var DeleteTagsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11065
11170
|
return [
|
|
11066
11171
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11067
11172
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11068
11173
|
];
|
|
11069
11174
|
}).s("MediaLive", "DeleteTags", {}).n("MediaLiveClient", "DeleteTagsCommand").f(void 0, void 0).ser(se_DeleteTagsCommand).de(de_DeleteTagsCommand).build() {
|
|
11175
|
+
static {
|
|
11176
|
+
__name(this, "DeleteTagsCommand");
|
|
11177
|
+
}
|
|
11070
11178
|
};
|
|
11071
|
-
__name(_DeleteTagsCommand, "DeleteTagsCommand");
|
|
11072
|
-
var DeleteTagsCommand = _DeleteTagsCommand;
|
|
11073
11179
|
|
|
11074
11180
|
// src/commands/DescribeAccountConfigurationCommand.ts
|
|
11075
11181
|
|
|
11076
11182
|
|
|
11077
11183
|
|
|
11078
|
-
var
|
|
11184
|
+
var DescribeAccountConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11079
11185
|
return [
|
|
11080
11186
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11081
11187
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11082
11188
|
];
|
|
11083
11189
|
}).s("MediaLive", "DescribeAccountConfiguration", {}).n("MediaLiveClient", "DescribeAccountConfigurationCommand").f(void 0, void 0).ser(se_DescribeAccountConfigurationCommand).de(de_DescribeAccountConfigurationCommand).build() {
|
|
11190
|
+
static {
|
|
11191
|
+
__name(this, "DescribeAccountConfigurationCommand");
|
|
11192
|
+
}
|
|
11084
11193
|
};
|
|
11085
|
-
__name(_DescribeAccountConfigurationCommand, "DescribeAccountConfigurationCommand");
|
|
11086
|
-
var DescribeAccountConfigurationCommand = _DescribeAccountConfigurationCommand;
|
|
11087
11194
|
|
|
11088
11195
|
// src/commands/DescribeChannelCommand.ts
|
|
11089
11196
|
|
|
11090
11197
|
|
|
11091
11198
|
|
|
11092
|
-
var
|
|
11199
|
+
var DescribeChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11093
11200
|
return [
|
|
11094
11201
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11095
11202
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11096
11203
|
];
|
|
11097
11204
|
}).s("MediaLive", "DescribeChannel", {}).n("MediaLiveClient", "DescribeChannelCommand").f(void 0, void 0).ser(se_DescribeChannelCommand).de(de_DescribeChannelCommand).build() {
|
|
11205
|
+
static {
|
|
11206
|
+
__name(this, "DescribeChannelCommand");
|
|
11207
|
+
}
|
|
11098
11208
|
};
|
|
11099
|
-
__name(_DescribeChannelCommand, "DescribeChannelCommand");
|
|
11100
|
-
var DescribeChannelCommand = _DescribeChannelCommand;
|
|
11101
11209
|
|
|
11102
11210
|
// src/commands/DescribeChannelPlacementGroupCommand.ts
|
|
11103
11211
|
|
|
11104
11212
|
|
|
11105
11213
|
|
|
11106
|
-
var
|
|
11214
|
+
var DescribeChannelPlacementGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11107
11215
|
return [
|
|
11108
11216
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11109
11217
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11110
11218
|
];
|
|
11111
11219
|
}).s("MediaLive", "DescribeChannelPlacementGroup", {}).n("MediaLiveClient", "DescribeChannelPlacementGroupCommand").f(void 0, void 0).ser(se_DescribeChannelPlacementGroupCommand).de(de_DescribeChannelPlacementGroupCommand).build() {
|
|
11220
|
+
static {
|
|
11221
|
+
__name(this, "DescribeChannelPlacementGroupCommand");
|
|
11222
|
+
}
|
|
11112
11223
|
};
|
|
11113
|
-
__name(_DescribeChannelPlacementGroupCommand, "DescribeChannelPlacementGroupCommand");
|
|
11114
|
-
var DescribeChannelPlacementGroupCommand = _DescribeChannelPlacementGroupCommand;
|
|
11115
11224
|
|
|
11116
11225
|
// src/commands/DescribeClusterCommand.ts
|
|
11117
11226
|
|
|
11118
11227
|
|
|
11119
11228
|
|
|
11120
|
-
var
|
|
11229
|
+
var DescribeClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11121
11230
|
return [
|
|
11122
11231
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11123
11232
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11124
11233
|
];
|
|
11125
11234
|
}).s("MediaLive", "DescribeCluster", {}).n("MediaLiveClient", "DescribeClusterCommand").f(void 0, void 0).ser(se_DescribeClusterCommand).de(de_DescribeClusterCommand).build() {
|
|
11235
|
+
static {
|
|
11236
|
+
__name(this, "DescribeClusterCommand");
|
|
11237
|
+
}
|
|
11126
11238
|
};
|
|
11127
|
-
__name(_DescribeClusterCommand, "DescribeClusterCommand");
|
|
11128
|
-
var DescribeClusterCommand = _DescribeClusterCommand;
|
|
11129
11239
|
|
|
11130
11240
|
// src/commands/DescribeInputCommand.ts
|
|
11131
11241
|
|
|
11132
11242
|
|
|
11133
11243
|
|
|
11134
|
-
var
|
|
11244
|
+
var DescribeInputCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11135
11245
|
return [
|
|
11136
11246
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11137
11247
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11138
11248
|
];
|
|
11139
11249
|
}).s("MediaLive", "DescribeInput", {}).n("MediaLiveClient", "DescribeInputCommand").f(void 0, void 0).ser(se_DescribeInputCommand).de(de_DescribeInputCommand).build() {
|
|
11250
|
+
static {
|
|
11251
|
+
__name(this, "DescribeInputCommand");
|
|
11252
|
+
}
|
|
11140
11253
|
};
|
|
11141
|
-
__name(_DescribeInputCommand, "DescribeInputCommand");
|
|
11142
|
-
var DescribeInputCommand = _DescribeInputCommand;
|
|
11143
11254
|
|
|
11144
11255
|
// src/commands/DescribeInputDeviceCommand.ts
|
|
11145
11256
|
|
|
11146
11257
|
|
|
11147
11258
|
|
|
11148
|
-
var
|
|
11259
|
+
var DescribeInputDeviceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11149
11260
|
return [
|
|
11150
11261
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11151
11262
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11152
11263
|
];
|
|
11153
11264
|
}).s("MediaLive", "DescribeInputDevice", {}).n("MediaLiveClient", "DescribeInputDeviceCommand").f(void 0, void 0).ser(se_DescribeInputDeviceCommand).de(de_DescribeInputDeviceCommand).build() {
|
|
11265
|
+
static {
|
|
11266
|
+
__name(this, "DescribeInputDeviceCommand");
|
|
11267
|
+
}
|
|
11154
11268
|
};
|
|
11155
|
-
__name(_DescribeInputDeviceCommand, "DescribeInputDeviceCommand");
|
|
11156
|
-
var DescribeInputDeviceCommand = _DescribeInputDeviceCommand;
|
|
11157
11269
|
|
|
11158
11270
|
// src/commands/DescribeInputDeviceThumbnailCommand.ts
|
|
11159
11271
|
|
|
@@ -11207,953 +11319,1021 @@ var DescribeInputDeviceThumbnailResponseFilterSensitiveLog = /* @__PURE__ */ __n
|
|
|
11207
11319
|
}), "DescribeInputDeviceThumbnailResponseFilterSensitiveLog");
|
|
11208
11320
|
|
|
11209
11321
|
// src/commands/DescribeInputDeviceThumbnailCommand.ts
|
|
11210
|
-
var
|
|
11322
|
+
var DescribeInputDeviceThumbnailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11211
11323
|
return [
|
|
11212
11324
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11213
11325
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11214
11326
|
];
|
|
11215
11327
|
}).s("MediaLive", "DescribeInputDeviceThumbnail", {}).n("MediaLiveClient", "DescribeInputDeviceThumbnailCommand").f(void 0, DescribeInputDeviceThumbnailResponseFilterSensitiveLog).ser(se_DescribeInputDeviceThumbnailCommand).de(de_DescribeInputDeviceThumbnailCommand).build() {
|
|
11328
|
+
static {
|
|
11329
|
+
__name(this, "DescribeInputDeviceThumbnailCommand");
|
|
11330
|
+
}
|
|
11216
11331
|
};
|
|
11217
|
-
__name(_DescribeInputDeviceThumbnailCommand, "DescribeInputDeviceThumbnailCommand");
|
|
11218
|
-
var DescribeInputDeviceThumbnailCommand = _DescribeInputDeviceThumbnailCommand;
|
|
11219
11332
|
|
|
11220
11333
|
// src/commands/DescribeInputSecurityGroupCommand.ts
|
|
11221
11334
|
|
|
11222
11335
|
|
|
11223
11336
|
|
|
11224
|
-
var
|
|
11337
|
+
var DescribeInputSecurityGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11225
11338
|
return [
|
|
11226
11339
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11227
11340
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11228
11341
|
];
|
|
11229
11342
|
}).s("MediaLive", "DescribeInputSecurityGroup", {}).n("MediaLiveClient", "DescribeInputSecurityGroupCommand").f(void 0, void 0).ser(se_DescribeInputSecurityGroupCommand).de(de_DescribeInputSecurityGroupCommand).build() {
|
|
11343
|
+
static {
|
|
11344
|
+
__name(this, "DescribeInputSecurityGroupCommand");
|
|
11345
|
+
}
|
|
11230
11346
|
};
|
|
11231
|
-
__name(_DescribeInputSecurityGroupCommand, "DescribeInputSecurityGroupCommand");
|
|
11232
|
-
var DescribeInputSecurityGroupCommand = _DescribeInputSecurityGroupCommand;
|
|
11233
11347
|
|
|
11234
11348
|
// src/commands/DescribeMultiplexCommand.ts
|
|
11235
11349
|
|
|
11236
11350
|
|
|
11237
11351
|
|
|
11238
|
-
var
|
|
11352
|
+
var DescribeMultiplexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11239
11353
|
return [
|
|
11240
11354
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11241
11355
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11242
11356
|
];
|
|
11243
11357
|
}).s("MediaLive", "DescribeMultiplex", {}).n("MediaLiveClient", "DescribeMultiplexCommand").f(void 0, void 0).ser(se_DescribeMultiplexCommand).de(de_DescribeMultiplexCommand).build() {
|
|
11358
|
+
static {
|
|
11359
|
+
__name(this, "DescribeMultiplexCommand");
|
|
11360
|
+
}
|
|
11244
11361
|
};
|
|
11245
|
-
__name(_DescribeMultiplexCommand, "DescribeMultiplexCommand");
|
|
11246
|
-
var DescribeMultiplexCommand = _DescribeMultiplexCommand;
|
|
11247
11362
|
|
|
11248
11363
|
// src/commands/DescribeMultiplexProgramCommand.ts
|
|
11249
11364
|
|
|
11250
11365
|
|
|
11251
11366
|
|
|
11252
|
-
var
|
|
11367
|
+
var DescribeMultiplexProgramCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11253
11368
|
return [
|
|
11254
11369
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11255
11370
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11256
11371
|
];
|
|
11257
11372
|
}).s("MediaLive", "DescribeMultiplexProgram", {}).n("MediaLiveClient", "DescribeMultiplexProgramCommand").f(void 0, void 0).ser(se_DescribeMultiplexProgramCommand).de(de_DescribeMultiplexProgramCommand).build() {
|
|
11373
|
+
static {
|
|
11374
|
+
__name(this, "DescribeMultiplexProgramCommand");
|
|
11375
|
+
}
|
|
11258
11376
|
};
|
|
11259
|
-
__name(_DescribeMultiplexProgramCommand, "DescribeMultiplexProgramCommand");
|
|
11260
|
-
var DescribeMultiplexProgramCommand = _DescribeMultiplexProgramCommand;
|
|
11261
11377
|
|
|
11262
11378
|
// src/commands/DescribeNetworkCommand.ts
|
|
11263
11379
|
|
|
11264
11380
|
|
|
11265
11381
|
|
|
11266
|
-
var
|
|
11382
|
+
var DescribeNetworkCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11267
11383
|
return [
|
|
11268
11384
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11269
11385
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11270
11386
|
];
|
|
11271
11387
|
}).s("MediaLive", "DescribeNetwork", {}).n("MediaLiveClient", "DescribeNetworkCommand").f(void 0, void 0).ser(se_DescribeNetworkCommand).de(de_DescribeNetworkCommand).build() {
|
|
11388
|
+
static {
|
|
11389
|
+
__name(this, "DescribeNetworkCommand");
|
|
11390
|
+
}
|
|
11272
11391
|
};
|
|
11273
|
-
__name(_DescribeNetworkCommand, "DescribeNetworkCommand");
|
|
11274
|
-
var DescribeNetworkCommand = _DescribeNetworkCommand;
|
|
11275
11392
|
|
|
11276
11393
|
// src/commands/DescribeNodeCommand.ts
|
|
11277
11394
|
|
|
11278
11395
|
|
|
11279
11396
|
|
|
11280
|
-
var
|
|
11397
|
+
var DescribeNodeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11281
11398
|
return [
|
|
11282
11399
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11283
11400
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11284
11401
|
];
|
|
11285
11402
|
}).s("MediaLive", "DescribeNode", {}).n("MediaLiveClient", "DescribeNodeCommand").f(void 0, void 0).ser(se_DescribeNodeCommand).de(de_DescribeNodeCommand).build() {
|
|
11403
|
+
static {
|
|
11404
|
+
__name(this, "DescribeNodeCommand");
|
|
11405
|
+
}
|
|
11286
11406
|
};
|
|
11287
|
-
__name(_DescribeNodeCommand, "DescribeNodeCommand");
|
|
11288
|
-
var DescribeNodeCommand = _DescribeNodeCommand;
|
|
11289
11407
|
|
|
11290
11408
|
// src/commands/DescribeOfferingCommand.ts
|
|
11291
11409
|
|
|
11292
11410
|
|
|
11293
11411
|
|
|
11294
|
-
var
|
|
11412
|
+
var DescribeOfferingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11295
11413
|
return [
|
|
11296
11414
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11297
11415
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11298
11416
|
];
|
|
11299
11417
|
}).s("MediaLive", "DescribeOffering", {}).n("MediaLiveClient", "DescribeOfferingCommand").f(void 0, void 0).ser(se_DescribeOfferingCommand).de(de_DescribeOfferingCommand).build() {
|
|
11418
|
+
static {
|
|
11419
|
+
__name(this, "DescribeOfferingCommand");
|
|
11420
|
+
}
|
|
11300
11421
|
};
|
|
11301
|
-
__name(_DescribeOfferingCommand, "DescribeOfferingCommand");
|
|
11302
|
-
var DescribeOfferingCommand = _DescribeOfferingCommand;
|
|
11303
11422
|
|
|
11304
11423
|
// src/commands/DescribeReservationCommand.ts
|
|
11305
11424
|
|
|
11306
11425
|
|
|
11307
11426
|
|
|
11308
|
-
var
|
|
11427
|
+
var DescribeReservationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11309
11428
|
return [
|
|
11310
11429
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11311
11430
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11312
11431
|
];
|
|
11313
11432
|
}).s("MediaLive", "DescribeReservation", {}).n("MediaLiveClient", "DescribeReservationCommand").f(void 0, void 0).ser(se_DescribeReservationCommand).de(de_DescribeReservationCommand).build() {
|
|
11433
|
+
static {
|
|
11434
|
+
__name(this, "DescribeReservationCommand");
|
|
11435
|
+
}
|
|
11314
11436
|
};
|
|
11315
|
-
__name(_DescribeReservationCommand, "DescribeReservationCommand");
|
|
11316
|
-
var DescribeReservationCommand = _DescribeReservationCommand;
|
|
11317
11437
|
|
|
11318
11438
|
// src/commands/DescribeScheduleCommand.ts
|
|
11319
11439
|
|
|
11320
11440
|
|
|
11321
11441
|
|
|
11322
|
-
var
|
|
11442
|
+
var DescribeScheduleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11323
11443
|
return [
|
|
11324
11444
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11325
11445
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11326
11446
|
];
|
|
11327
11447
|
}).s("MediaLive", "DescribeSchedule", {}).n("MediaLiveClient", "DescribeScheduleCommand").f(void 0, void 0).ser(se_DescribeScheduleCommand).de(de_DescribeScheduleCommand).build() {
|
|
11448
|
+
static {
|
|
11449
|
+
__name(this, "DescribeScheduleCommand");
|
|
11450
|
+
}
|
|
11328
11451
|
};
|
|
11329
|
-
__name(_DescribeScheduleCommand, "DescribeScheduleCommand");
|
|
11330
|
-
var DescribeScheduleCommand = _DescribeScheduleCommand;
|
|
11331
11452
|
|
|
11332
11453
|
// src/commands/DescribeThumbnailsCommand.ts
|
|
11333
11454
|
|
|
11334
11455
|
|
|
11335
11456
|
|
|
11336
|
-
var
|
|
11457
|
+
var DescribeThumbnailsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11337
11458
|
return [
|
|
11338
11459
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11339
11460
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11340
11461
|
];
|
|
11341
11462
|
}).s("MediaLive", "DescribeThumbnails", {}).n("MediaLiveClient", "DescribeThumbnailsCommand").f(void 0, void 0).ser(se_DescribeThumbnailsCommand).de(de_DescribeThumbnailsCommand).build() {
|
|
11463
|
+
static {
|
|
11464
|
+
__name(this, "DescribeThumbnailsCommand");
|
|
11465
|
+
}
|
|
11342
11466
|
};
|
|
11343
|
-
__name(_DescribeThumbnailsCommand, "DescribeThumbnailsCommand");
|
|
11344
|
-
var DescribeThumbnailsCommand = _DescribeThumbnailsCommand;
|
|
11345
11467
|
|
|
11346
11468
|
// src/commands/GetCloudWatchAlarmTemplateCommand.ts
|
|
11347
11469
|
|
|
11348
11470
|
|
|
11349
11471
|
|
|
11350
|
-
var
|
|
11472
|
+
var GetCloudWatchAlarmTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11351
11473
|
return [
|
|
11352
11474
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11353
11475
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11354
11476
|
];
|
|
11355
11477
|
}).s("MediaLive", "GetCloudWatchAlarmTemplate", {}).n("MediaLiveClient", "GetCloudWatchAlarmTemplateCommand").f(void 0, void 0).ser(se_GetCloudWatchAlarmTemplateCommand).de(de_GetCloudWatchAlarmTemplateCommand).build() {
|
|
11478
|
+
static {
|
|
11479
|
+
__name(this, "GetCloudWatchAlarmTemplateCommand");
|
|
11480
|
+
}
|
|
11356
11481
|
};
|
|
11357
|
-
__name(_GetCloudWatchAlarmTemplateCommand, "GetCloudWatchAlarmTemplateCommand");
|
|
11358
|
-
var GetCloudWatchAlarmTemplateCommand = _GetCloudWatchAlarmTemplateCommand;
|
|
11359
11482
|
|
|
11360
11483
|
// src/commands/GetCloudWatchAlarmTemplateGroupCommand.ts
|
|
11361
11484
|
|
|
11362
11485
|
|
|
11363
11486
|
|
|
11364
|
-
var
|
|
11487
|
+
var GetCloudWatchAlarmTemplateGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11365
11488
|
return [
|
|
11366
11489
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11367
11490
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11368
11491
|
];
|
|
11369
11492
|
}).s("MediaLive", "GetCloudWatchAlarmTemplateGroup", {}).n("MediaLiveClient", "GetCloudWatchAlarmTemplateGroupCommand").f(void 0, void 0).ser(se_GetCloudWatchAlarmTemplateGroupCommand).de(de_GetCloudWatchAlarmTemplateGroupCommand).build() {
|
|
11493
|
+
static {
|
|
11494
|
+
__name(this, "GetCloudWatchAlarmTemplateGroupCommand");
|
|
11495
|
+
}
|
|
11370
11496
|
};
|
|
11371
|
-
__name(_GetCloudWatchAlarmTemplateGroupCommand, "GetCloudWatchAlarmTemplateGroupCommand");
|
|
11372
|
-
var GetCloudWatchAlarmTemplateGroupCommand = _GetCloudWatchAlarmTemplateGroupCommand;
|
|
11373
11497
|
|
|
11374
11498
|
// src/commands/GetEventBridgeRuleTemplateCommand.ts
|
|
11375
11499
|
|
|
11376
11500
|
|
|
11377
11501
|
|
|
11378
|
-
var
|
|
11502
|
+
var GetEventBridgeRuleTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11379
11503
|
return [
|
|
11380
11504
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11381
11505
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11382
11506
|
];
|
|
11383
11507
|
}).s("MediaLive", "GetEventBridgeRuleTemplate", {}).n("MediaLiveClient", "GetEventBridgeRuleTemplateCommand").f(void 0, void 0).ser(se_GetEventBridgeRuleTemplateCommand).de(de_GetEventBridgeRuleTemplateCommand).build() {
|
|
11508
|
+
static {
|
|
11509
|
+
__name(this, "GetEventBridgeRuleTemplateCommand");
|
|
11510
|
+
}
|
|
11384
11511
|
};
|
|
11385
|
-
__name(_GetEventBridgeRuleTemplateCommand, "GetEventBridgeRuleTemplateCommand");
|
|
11386
|
-
var GetEventBridgeRuleTemplateCommand = _GetEventBridgeRuleTemplateCommand;
|
|
11387
11512
|
|
|
11388
11513
|
// src/commands/GetEventBridgeRuleTemplateGroupCommand.ts
|
|
11389
11514
|
|
|
11390
11515
|
|
|
11391
11516
|
|
|
11392
|
-
var
|
|
11517
|
+
var GetEventBridgeRuleTemplateGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11393
11518
|
return [
|
|
11394
11519
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11395
11520
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11396
11521
|
];
|
|
11397
11522
|
}).s("MediaLive", "GetEventBridgeRuleTemplateGroup", {}).n("MediaLiveClient", "GetEventBridgeRuleTemplateGroupCommand").f(void 0, void 0).ser(se_GetEventBridgeRuleTemplateGroupCommand).de(de_GetEventBridgeRuleTemplateGroupCommand).build() {
|
|
11523
|
+
static {
|
|
11524
|
+
__name(this, "GetEventBridgeRuleTemplateGroupCommand");
|
|
11525
|
+
}
|
|
11398
11526
|
};
|
|
11399
|
-
__name(_GetEventBridgeRuleTemplateGroupCommand, "GetEventBridgeRuleTemplateGroupCommand");
|
|
11400
|
-
var GetEventBridgeRuleTemplateGroupCommand = _GetEventBridgeRuleTemplateGroupCommand;
|
|
11401
11527
|
|
|
11402
11528
|
// src/commands/GetSignalMapCommand.ts
|
|
11403
11529
|
|
|
11404
11530
|
|
|
11405
11531
|
|
|
11406
|
-
var
|
|
11532
|
+
var GetSignalMapCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11407
11533
|
return [
|
|
11408
11534
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11409
11535
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11410
11536
|
];
|
|
11411
11537
|
}).s("MediaLive", "GetSignalMap", {}).n("MediaLiveClient", "GetSignalMapCommand").f(void 0, void 0).ser(se_GetSignalMapCommand).de(de_GetSignalMapCommand).build() {
|
|
11538
|
+
static {
|
|
11539
|
+
__name(this, "GetSignalMapCommand");
|
|
11540
|
+
}
|
|
11412
11541
|
};
|
|
11413
|
-
__name(_GetSignalMapCommand, "GetSignalMapCommand");
|
|
11414
|
-
var GetSignalMapCommand = _GetSignalMapCommand;
|
|
11415
11542
|
|
|
11416
11543
|
// src/commands/ListChannelPlacementGroupsCommand.ts
|
|
11417
11544
|
|
|
11418
11545
|
|
|
11419
11546
|
|
|
11420
|
-
var
|
|
11547
|
+
var ListChannelPlacementGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11421
11548
|
return [
|
|
11422
11549
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11423
11550
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11424
11551
|
];
|
|
11425
11552
|
}).s("MediaLive", "ListChannelPlacementGroups", {}).n("MediaLiveClient", "ListChannelPlacementGroupsCommand").f(void 0, void 0).ser(se_ListChannelPlacementGroupsCommand).de(de_ListChannelPlacementGroupsCommand).build() {
|
|
11553
|
+
static {
|
|
11554
|
+
__name(this, "ListChannelPlacementGroupsCommand");
|
|
11555
|
+
}
|
|
11426
11556
|
};
|
|
11427
|
-
__name(_ListChannelPlacementGroupsCommand, "ListChannelPlacementGroupsCommand");
|
|
11428
|
-
var ListChannelPlacementGroupsCommand = _ListChannelPlacementGroupsCommand;
|
|
11429
11557
|
|
|
11430
11558
|
// src/commands/ListChannelsCommand.ts
|
|
11431
11559
|
|
|
11432
11560
|
|
|
11433
11561
|
|
|
11434
|
-
var
|
|
11562
|
+
var ListChannelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11435
11563
|
return [
|
|
11436
11564
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11437
11565
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11438
11566
|
];
|
|
11439
11567
|
}).s("MediaLive", "ListChannels", {}).n("MediaLiveClient", "ListChannelsCommand").f(void 0, void 0).ser(se_ListChannelsCommand).de(de_ListChannelsCommand).build() {
|
|
11568
|
+
static {
|
|
11569
|
+
__name(this, "ListChannelsCommand");
|
|
11570
|
+
}
|
|
11440
11571
|
};
|
|
11441
|
-
__name(_ListChannelsCommand, "ListChannelsCommand");
|
|
11442
|
-
var ListChannelsCommand = _ListChannelsCommand;
|
|
11443
11572
|
|
|
11444
11573
|
// src/commands/ListCloudWatchAlarmTemplateGroupsCommand.ts
|
|
11445
11574
|
|
|
11446
11575
|
|
|
11447
11576
|
|
|
11448
|
-
var
|
|
11577
|
+
var ListCloudWatchAlarmTemplateGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11449
11578
|
return [
|
|
11450
11579
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11451
11580
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11452
11581
|
];
|
|
11453
11582
|
}).s("MediaLive", "ListCloudWatchAlarmTemplateGroups", {}).n("MediaLiveClient", "ListCloudWatchAlarmTemplateGroupsCommand").f(void 0, void 0).ser(se_ListCloudWatchAlarmTemplateGroupsCommand).de(de_ListCloudWatchAlarmTemplateGroupsCommand).build() {
|
|
11583
|
+
static {
|
|
11584
|
+
__name(this, "ListCloudWatchAlarmTemplateGroupsCommand");
|
|
11585
|
+
}
|
|
11454
11586
|
};
|
|
11455
|
-
__name(_ListCloudWatchAlarmTemplateGroupsCommand, "ListCloudWatchAlarmTemplateGroupsCommand");
|
|
11456
|
-
var ListCloudWatchAlarmTemplateGroupsCommand = _ListCloudWatchAlarmTemplateGroupsCommand;
|
|
11457
11587
|
|
|
11458
11588
|
// src/commands/ListCloudWatchAlarmTemplatesCommand.ts
|
|
11459
11589
|
|
|
11460
11590
|
|
|
11461
11591
|
|
|
11462
|
-
var
|
|
11592
|
+
var ListCloudWatchAlarmTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11463
11593
|
return [
|
|
11464
11594
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11465
11595
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11466
11596
|
];
|
|
11467
11597
|
}).s("MediaLive", "ListCloudWatchAlarmTemplates", {}).n("MediaLiveClient", "ListCloudWatchAlarmTemplatesCommand").f(void 0, void 0).ser(se_ListCloudWatchAlarmTemplatesCommand).de(de_ListCloudWatchAlarmTemplatesCommand).build() {
|
|
11598
|
+
static {
|
|
11599
|
+
__name(this, "ListCloudWatchAlarmTemplatesCommand");
|
|
11600
|
+
}
|
|
11468
11601
|
};
|
|
11469
|
-
__name(_ListCloudWatchAlarmTemplatesCommand, "ListCloudWatchAlarmTemplatesCommand");
|
|
11470
|
-
var ListCloudWatchAlarmTemplatesCommand = _ListCloudWatchAlarmTemplatesCommand;
|
|
11471
11602
|
|
|
11472
11603
|
// src/commands/ListClustersCommand.ts
|
|
11473
11604
|
|
|
11474
11605
|
|
|
11475
11606
|
|
|
11476
|
-
var
|
|
11607
|
+
var ListClustersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11477
11608
|
return [
|
|
11478
11609
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11479
11610
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11480
11611
|
];
|
|
11481
11612
|
}).s("MediaLive", "ListClusters", {}).n("MediaLiveClient", "ListClustersCommand").f(void 0, void 0).ser(se_ListClustersCommand).de(de_ListClustersCommand).build() {
|
|
11613
|
+
static {
|
|
11614
|
+
__name(this, "ListClustersCommand");
|
|
11615
|
+
}
|
|
11482
11616
|
};
|
|
11483
|
-
__name(_ListClustersCommand, "ListClustersCommand");
|
|
11484
|
-
var ListClustersCommand = _ListClustersCommand;
|
|
11485
11617
|
|
|
11486
11618
|
// src/commands/ListEventBridgeRuleTemplateGroupsCommand.ts
|
|
11487
11619
|
|
|
11488
11620
|
|
|
11489
11621
|
|
|
11490
|
-
var
|
|
11622
|
+
var ListEventBridgeRuleTemplateGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11491
11623
|
return [
|
|
11492
11624
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11493
11625
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11494
11626
|
];
|
|
11495
11627
|
}).s("MediaLive", "ListEventBridgeRuleTemplateGroups", {}).n("MediaLiveClient", "ListEventBridgeRuleTemplateGroupsCommand").f(void 0, void 0).ser(se_ListEventBridgeRuleTemplateGroupsCommand).de(de_ListEventBridgeRuleTemplateGroupsCommand).build() {
|
|
11628
|
+
static {
|
|
11629
|
+
__name(this, "ListEventBridgeRuleTemplateGroupsCommand");
|
|
11630
|
+
}
|
|
11496
11631
|
};
|
|
11497
|
-
__name(_ListEventBridgeRuleTemplateGroupsCommand, "ListEventBridgeRuleTemplateGroupsCommand");
|
|
11498
|
-
var ListEventBridgeRuleTemplateGroupsCommand = _ListEventBridgeRuleTemplateGroupsCommand;
|
|
11499
11632
|
|
|
11500
11633
|
// src/commands/ListEventBridgeRuleTemplatesCommand.ts
|
|
11501
11634
|
|
|
11502
11635
|
|
|
11503
11636
|
|
|
11504
|
-
var
|
|
11637
|
+
var ListEventBridgeRuleTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11505
11638
|
return [
|
|
11506
11639
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11507
11640
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11508
11641
|
];
|
|
11509
11642
|
}).s("MediaLive", "ListEventBridgeRuleTemplates", {}).n("MediaLiveClient", "ListEventBridgeRuleTemplatesCommand").f(void 0, void 0).ser(se_ListEventBridgeRuleTemplatesCommand).de(de_ListEventBridgeRuleTemplatesCommand).build() {
|
|
11643
|
+
static {
|
|
11644
|
+
__name(this, "ListEventBridgeRuleTemplatesCommand");
|
|
11645
|
+
}
|
|
11510
11646
|
};
|
|
11511
|
-
__name(_ListEventBridgeRuleTemplatesCommand, "ListEventBridgeRuleTemplatesCommand");
|
|
11512
|
-
var ListEventBridgeRuleTemplatesCommand = _ListEventBridgeRuleTemplatesCommand;
|
|
11513
11647
|
|
|
11514
11648
|
// src/commands/ListInputDevicesCommand.ts
|
|
11515
11649
|
|
|
11516
11650
|
|
|
11517
11651
|
|
|
11518
|
-
var
|
|
11652
|
+
var ListInputDevicesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11519
11653
|
return [
|
|
11520
11654
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11521
11655
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11522
11656
|
];
|
|
11523
11657
|
}).s("MediaLive", "ListInputDevices", {}).n("MediaLiveClient", "ListInputDevicesCommand").f(void 0, void 0).ser(se_ListInputDevicesCommand).de(de_ListInputDevicesCommand).build() {
|
|
11658
|
+
static {
|
|
11659
|
+
__name(this, "ListInputDevicesCommand");
|
|
11660
|
+
}
|
|
11524
11661
|
};
|
|
11525
|
-
__name(_ListInputDevicesCommand, "ListInputDevicesCommand");
|
|
11526
|
-
var ListInputDevicesCommand = _ListInputDevicesCommand;
|
|
11527
11662
|
|
|
11528
11663
|
// src/commands/ListInputDeviceTransfersCommand.ts
|
|
11529
11664
|
|
|
11530
11665
|
|
|
11531
11666
|
|
|
11532
|
-
var
|
|
11667
|
+
var ListInputDeviceTransfersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11533
11668
|
return [
|
|
11534
11669
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11535
11670
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11536
11671
|
];
|
|
11537
11672
|
}).s("MediaLive", "ListInputDeviceTransfers", {}).n("MediaLiveClient", "ListInputDeviceTransfersCommand").f(void 0, void 0).ser(se_ListInputDeviceTransfersCommand).de(de_ListInputDeviceTransfersCommand).build() {
|
|
11673
|
+
static {
|
|
11674
|
+
__name(this, "ListInputDeviceTransfersCommand");
|
|
11675
|
+
}
|
|
11538
11676
|
};
|
|
11539
|
-
__name(_ListInputDeviceTransfersCommand, "ListInputDeviceTransfersCommand");
|
|
11540
|
-
var ListInputDeviceTransfersCommand = _ListInputDeviceTransfersCommand;
|
|
11541
11677
|
|
|
11542
11678
|
// src/commands/ListInputsCommand.ts
|
|
11543
11679
|
|
|
11544
11680
|
|
|
11545
11681
|
|
|
11546
|
-
var
|
|
11682
|
+
var ListInputsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11547
11683
|
return [
|
|
11548
11684
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11549
11685
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11550
11686
|
];
|
|
11551
11687
|
}).s("MediaLive", "ListInputs", {}).n("MediaLiveClient", "ListInputsCommand").f(void 0, void 0).ser(se_ListInputsCommand).de(de_ListInputsCommand).build() {
|
|
11688
|
+
static {
|
|
11689
|
+
__name(this, "ListInputsCommand");
|
|
11690
|
+
}
|
|
11552
11691
|
};
|
|
11553
|
-
__name(_ListInputsCommand, "ListInputsCommand");
|
|
11554
|
-
var ListInputsCommand = _ListInputsCommand;
|
|
11555
11692
|
|
|
11556
11693
|
// src/commands/ListInputSecurityGroupsCommand.ts
|
|
11557
11694
|
|
|
11558
11695
|
|
|
11559
11696
|
|
|
11560
|
-
var
|
|
11697
|
+
var ListInputSecurityGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11561
11698
|
return [
|
|
11562
11699
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11563
11700
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11564
11701
|
];
|
|
11565
11702
|
}).s("MediaLive", "ListInputSecurityGroups", {}).n("MediaLiveClient", "ListInputSecurityGroupsCommand").f(void 0, void 0).ser(se_ListInputSecurityGroupsCommand).de(de_ListInputSecurityGroupsCommand).build() {
|
|
11703
|
+
static {
|
|
11704
|
+
__name(this, "ListInputSecurityGroupsCommand");
|
|
11705
|
+
}
|
|
11566
11706
|
};
|
|
11567
|
-
__name(_ListInputSecurityGroupsCommand, "ListInputSecurityGroupsCommand");
|
|
11568
|
-
var ListInputSecurityGroupsCommand = _ListInputSecurityGroupsCommand;
|
|
11569
11707
|
|
|
11570
11708
|
// src/commands/ListMultiplexesCommand.ts
|
|
11571
11709
|
|
|
11572
11710
|
|
|
11573
11711
|
|
|
11574
|
-
var
|
|
11712
|
+
var ListMultiplexesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11575
11713
|
return [
|
|
11576
11714
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11577
11715
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11578
11716
|
];
|
|
11579
11717
|
}).s("MediaLive", "ListMultiplexes", {}).n("MediaLiveClient", "ListMultiplexesCommand").f(void 0, void 0).ser(se_ListMultiplexesCommand).de(de_ListMultiplexesCommand).build() {
|
|
11718
|
+
static {
|
|
11719
|
+
__name(this, "ListMultiplexesCommand");
|
|
11720
|
+
}
|
|
11580
11721
|
};
|
|
11581
|
-
__name(_ListMultiplexesCommand, "ListMultiplexesCommand");
|
|
11582
|
-
var ListMultiplexesCommand = _ListMultiplexesCommand;
|
|
11583
11722
|
|
|
11584
11723
|
// src/commands/ListMultiplexProgramsCommand.ts
|
|
11585
11724
|
|
|
11586
11725
|
|
|
11587
11726
|
|
|
11588
|
-
var
|
|
11727
|
+
var ListMultiplexProgramsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11589
11728
|
return [
|
|
11590
11729
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11591
11730
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11592
11731
|
];
|
|
11593
11732
|
}).s("MediaLive", "ListMultiplexPrograms", {}).n("MediaLiveClient", "ListMultiplexProgramsCommand").f(void 0, void 0).ser(se_ListMultiplexProgramsCommand).de(de_ListMultiplexProgramsCommand).build() {
|
|
11733
|
+
static {
|
|
11734
|
+
__name(this, "ListMultiplexProgramsCommand");
|
|
11735
|
+
}
|
|
11594
11736
|
};
|
|
11595
|
-
__name(_ListMultiplexProgramsCommand, "ListMultiplexProgramsCommand");
|
|
11596
|
-
var ListMultiplexProgramsCommand = _ListMultiplexProgramsCommand;
|
|
11597
11737
|
|
|
11598
11738
|
// src/commands/ListNetworksCommand.ts
|
|
11599
11739
|
|
|
11600
11740
|
|
|
11601
11741
|
|
|
11602
|
-
var
|
|
11742
|
+
var ListNetworksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11603
11743
|
return [
|
|
11604
11744
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11605
11745
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11606
11746
|
];
|
|
11607
11747
|
}).s("MediaLive", "ListNetworks", {}).n("MediaLiveClient", "ListNetworksCommand").f(void 0, void 0).ser(se_ListNetworksCommand).de(de_ListNetworksCommand).build() {
|
|
11748
|
+
static {
|
|
11749
|
+
__name(this, "ListNetworksCommand");
|
|
11750
|
+
}
|
|
11608
11751
|
};
|
|
11609
|
-
__name(_ListNetworksCommand, "ListNetworksCommand");
|
|
11610
|
-
var ListNetworksCommand = _ListNetworksCommand;
|
|
11611
11752
|
|
|
11612
11753
|
// src/commands/ListNodesCommand.ts
|
|
11613
11754
|
|
|
11614
11755
|
|
|
11615
11756
|
|
|
11616
|
-
var
|
|
11757
|
+
var ListNodesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11617
11758
|
return [
|
|
11618
11759
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11619
11760
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11620
11761
|
];
|
|
11621
11762
|
}).s("MediaLive", "ListNodes", {}).n("MediaLiveClient", "ListNodesCommand").f(void 0, void 0).ser(se_ListNodesCommand).de(de_ListNodesCommand).build() {
|
|
11763
|
+
static {
|
|
11764
|
+
__name(this, "ListNodesCommand");
|
|
11765
|
+
}
|
|
11622
11766
|
};
|
|
11623
|
-
__name(_ListNodesCommand, "ListNodesCommand");
|
|
11624
|
-
var ListNodesCommand = _ListNodesCommand;
|
|
11625
11767
|
|
|
11626
11768
|
// src/commands/ListOfferingsCommand.ts
|
|
11627
11769
|
|
|
11628
11770
|
|
|
11629
11771
|
|
|
11630
|
-
var
|
|
11772
|
+
var ListOfferingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11631
11773
|
return [
|
|
11632
11774
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11633
11775
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11634
11776
|
];
|
|
11635
11777
|
}).s("MediaLive", "ListOfferings", {}).n("MediaLiveClient", "ListOfferingsCommand").f(void 0, void 0).ser(se_ListOfferingsCommand).de(de_ListOfferingsCommand).build() {
|
|
11778
|
+
static {
|
|
11779
|
+
__name(this, "ListOfferingsCommand");
|
|
11780
|
+
}
|
|
11636
11781
|
};
|
|
11637
|
-
__name(_ListOfferingsCommand, "ListOfferingsCommand");
|
|
11638
|
-
var ListOfferingsCommand = _ListOfferingsCommand;
|
|
11639
11782
|
|
|
11640
11783
|
// src/commands/ListReservationsCommand.ts
|
|
11641
11784
|
|
|
11642
11785
|
|
|
11643
11786
|
|
|
11644
|
-
var
|
|
11787
|
+
var ListReservationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11645
11788
|
return [
|
|
11646
11789
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11647
11790
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11648
11791
|
];
|
|
11649
11792
|
}).s("MediaLive", "ListReservations", {}).n("MediaLiveClient", "ListReservationsCommand").f(void 0, void 0).ser(se_ListReservationsCommand).de(de_ListReservationsCommand).build() {
|
|
11793
|
+
static {
|
|
11794
|
+
__name(this, "ListReservationsCommand");
|
|
11795
|
+
}
|
|
11650
11796
|
};
|
|
11651
|
-
__name(_ListReservationsCommand, "ListReservationsCommand");
|
|
11652
|
-
var ListReservationsCommand = _ListReservationsCommand;
|
|
11653
11797
|
|
|
11654
11798
|
// src/commands/ListSignalMapsCommand.ts
|
|
11655
11799
|
|
|
11656
11800
|
|
|
11657
11801
|
|
|
11658
|
-
var
|
|
11802
|
+
var ListSignalMapsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11659
11803
|
return [
|
|
11660
11804
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11661
11805
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11662
11806
|
];
|
|
11663
11807
|
}).s("MediaLive", "ListSignalMaps", {}).n("MediaLiveClient", "ListSignalMapsCommand").f(void 0, void 0).ser(se_ListSignalMapsCommand).de(de_ListSignalMapsCommand).build() {
|
|
11808
|
+
static {
|
|
11809
|
+
__name(this, "ListSignalMapsCommand");
|
|
11810
|
+
}
|
|
11664
11811
|
};
|
|
11665
|
-
__name(_ListSignalMapsCommand, "ListSignalMapsCommand");
|
|
11666
|
-
var ListSignalMapsCommand = _ListSignalMapsCommand;
|
|
11667
11812
|
|
|
11668
11813
|
// src/commands/ListTagsForResourceCommand.ts
|
|
11669
11814
|
|
|
11670
11815
|
|
|
11671
11816
|
|
|
11672
|
-
var
|
|
11817
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11673
11818
|
return [
|
|
11674
11819
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11675
11820
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11676
11821
|
];
|
|
11677
11822
|
}).s("MediaLive", "ListTagsForResource", {}).n("MediaLiveClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
11823
|
+
static {
|
|
11824
|
+
__name(this, "ListTagsForResourceCommand");
|
|
11825
|
+
}
|
|
11678
11826
|
};
|
|
11679
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
11680
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
11681
11827
|
|
|
11682
11828
|
// src/commands/ListVersionsCommand.ts
|
|
11683
11829
|
|
|
11684
11830
|
|
|
11685
11831
|
|
|
11686
|
-
var
|
|
11832
|
+
var ListVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11687
11833
|
return [
|
|
11688
11834
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11689
11835
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11690
11836
|
];
|
|
11691
11837
|
}).s("MediaLive", "ListVersions", {}).n("MediaLiveClient", "ListVersionsCommand").f(void 0, void 0).ser(se_ListVersionsCommand).de(de_ListVersionsCommand).build() {
|
|
11838
|
+
static {
|
|
11839
|
+
__name(this, "ListVersionsCommand");
|
|
11840
|
+
}
|
|
11692
11841
|
};
|
|
11693
|
-
__name(_ListVersionsCommand, "ListVersionsCommand");
|
|
11694
|
-
var ListVersionsCommand = _ListVersionsCommand;
|
|
11695
11842
|
|
|
11696
11843
|
// src/commands/PurchaseOfferingCommand.ts
|
|
11697
11844
|
|
|
11698
11845
|
|
|
11699
11846
|
|
|
11700
|
-
var
|
|
11847
|
+
var PurchaseOfferingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11701
11848
|
return [
|
|
11702
11849
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11703
11850
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11704
11851
|
];
|
|
11705
11852
|
}).s("MediaLive", "PurchaseOffering", {}).n("MediaLiveClient", "PurchaseOfferingCommand").f(void 0, void 0).ser(se_PurchaseOfferingCommand).de(de_PurchaseOfferingCommand).build() {
|
|
11853
|
+
static {
|
|
11854
|
+
__name(this, "PurchaseOfferingCommand");
|
|
11855
|
+
}
|
|
11706
11856
|
};
|
|
11707
|
-
__name(_PurchaseOfferingCommand, "PurchaseOfferingCommand");
|
|
11708
|
-
var PurchaseOfferingCommand = _PurchaseOfferingCommand;
|
|
11709
11857
|
|
|
11710
11858
|
// src/commands/RebootInputDeviceCommand.ts
|
|
11711
11859
|
|
|
11712
11860
|
|
|
11713
11861
|
|
|
11714
|
-
var
|
|
11862
|
+
var RebootInputDeviceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11715
11863
|
return [
|
|
11716
11864
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11717
11865
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11718
11866
|
];
|
|
11719
11867
|
}).s("MediaLive", "RebootInputDevice", {}).n("MediaLiveClient", "RebootInputDeviceCommand").f(void 0, void 0).ser(se_RebootInputDeviceCommand).de(de_RebootInputDeviceCommand).build() {
|
|
11868
|
+
static {
|
|
11869
|
+
__name(this, "RebootInputDeviceCommand");
|
|
11870
|
+
}
|
|
11720
11871
|
};
|
|
11721
|
-
__name(_RebootInputDeviceCommand, "RebootInputDeviceCommand");
|
|
11722
|
-
var RebootInputDeviceCommand = _RebootInputDeviceCommand;
|
|
11723
11872
|
|
|
11724
11873
|
// src/commands/RejectInputDeviceTransferCommand.ts
|
|
11725
11874
|
|
|
11726
11875
|
|
|
11727
11876
|
|
|
11728
|
-
var
|
|
11877
|
+
var RejectInputDeviceTransferCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11729
11878
|
return [
|
|
11730
11879
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11731
11880
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11732
11881
|
];
|
|
11733
11882
|
}).s("MediaLive", "RejectInputDeviceTransfer", {}).n("MediaLiveClient", "RejectInputDeviceTransferCommand").f(void 0, void 0).ser(se_RejectInputDeviceTransferCommand).de(de_RejectInputDeviceTransferCommand).build() {
|
|
11883
|
+
static {
|
|
11884
|
+
__name(this, "RejectInputDeviceTransferCommand");
|
|
11885
|
+
}
|
|
11734
11886
|
};
|
|
11735
|
-
__name(_RejectInputDeviceTransferCommand, "RejectInputDeviceTransferCommand");
|
|
11736
|
-
var RejectInputDeviceTransferCommand = _RejectInputDeviceTransferCommand;
|
|
11737
11887
|
|
|
11738
11888
|
// src/commands/RestartChannelPipelinesCommand.ts
|
|
11739
11889
|
|
|
11740
11890
|
|
|
11741
11891
|
|
|
11742
|
-
var
|
|
11892
|
+
var RestartChannelPipelinesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11743
11893
|
return [
|
|
11744
11894
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11745
11895
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11746
11896
|
];
|
|
11747
11897
|
}).s("MediaLive", "RestartChannelPipelines", {}).n("MediaLiveClient", "RestartChannelPipelinesCommand").f(void 0, void 0).ser(se_RestartChannelPipelinesCommand).de(de_RestartChannelPipelinesCommand).build() {
|
|
11898
|
+
static {
|
|
11899
|
+
__name(this, "RestartChannelPipelinesCommand");
|
|
11900
|
+
}
|
|
11748
11901
|
};
|
|
11749
|
-
__name(_RestartChannelPipelinesCommand, "RestartChannelPipelinesCommand");
|
|
11750
|
-
var RestartChannelPipelinesCommand = _RestartChannelPipelinesCommand;
|
|
11751
11902
|
|
|
11752
11903
|
// src/commands/StartChannelCommand.ts
|
|
11753
11904
|
|
|
11754
11905
|
|
|
11755
11906
|
|
|
11756
|
-
var
|
|
11907
|
+
var StartChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11757
11908
|
return [
|
|
11758
11909
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11759
11910
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11760
11911
|
];
|
|
11761
11912
|
}).s("MediaLive", "StartChannel", {}).n("MediaLiveClient", "StartChannelCommand").f(void 0, void 0).ser(se_StartChannelCommand).de(de_StartChannelCommand).build() {
|
|
11913
|
+
static {
|
|
11914
|
+
__name(this, "StartChannelCommand");
|
|
11915
|
+
}
|
|
11762
11916
|
};
|
|
11763
|
-
__name(_StartChannelCommand, "StartChannelCommand");
|
|
11764
|
-
var StartChannelCommand = _StartChannelCommand;
|
|
11765
11917
|
|
|
11766
11918
|
// src/commands/StartDeleteMonitorDeploymentCommand.ts
|
|
11767
11919
|
|
|
11768
11920
|
|
|
11769
11921
|
|
|
11770
|
-
var
|
|
11922
|
+
var StartDeleteMonitorDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11771
11923
|
return [
|
|
11772
11924
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11773
11925
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11774
11926
|
];
|
|
11775
11927
|
}).s("MediaLive", "StartDeleteMonitorDeployment", {}).n("MediaLiveClient", "StartDeleteMonitorDeploymentCommand").f(void 0, void 0).ser(se_StartDeleteMonitorDeploymentCommand).de(de_StartDeleteMonitorDeploymentCommand).build() {
|
|
11928
|
+
static {
|
|
11929
|
+
__name(this, "StartDeleteMonitorDeploymentCommand");
|
|
11930
|
+
}
|
|
11776
11931
|
};
|
|
11777
|
-
__name(_StartDeleteMonitorDeploymentCommand, "StartDeleteMonitorDeploymentCommand");
|
|
11778
|
-
var StartDeleteMonitorDeploymentCommand = _StartDeleteMonitorDeploymentCommand;
|
|
11779
11932
|
|
|
11780
11933
|
// src/commands/StartInputDeviceCommand.ts
|
|
11781
11934
|
|
|
11782
11935
|
|
|
11783
11936
|
|
|
11784
|
-
var
|
|
11937
|
+
var StartInputDeviceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11785
11938
|
return [
|
|
11786
11939
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11787
11940
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11788
11941
|
];
|
|
11789
11942
|
}).s("MediaLive", "StartInputDevice", {}).n("MediaLiveClient", "StartInputDeviceCommand").f(void 0, void 0).ser(se_StartInputDeviceCommand).de(de_StartInputDeviceCommand).build() {
|
|
11943
|
+
static {
|
|
11944
|
+
__name(this, "StartInputDeviceCommand");
|
|
11945
|
+
}
|
|
11790
11946
|
};
|
|
11791
|
-
__name(_StartInputDeviceCommand, "StartInputDeviceCommand");
|
|
11792
|
-
var StartInputDeviceCommand = _StartInputDeviceCommand;
|
|
11793
11947
|
|
|
11794
11948
|
// src/commands/StartInputDeviceMaintenanceWindowCommand.ts
|
|
11795
11949
|
|
|
11796
11950
|
|
|
11797
11951
|
|
|
11798
|
-
var
|
|
11952
|
+
var StartInputDeviceMaintenanceWindowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11799
11953
|
return [
|
|
11800
11954
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11801
11955
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11802
11956
|
];
|
|
11803
11957
|
}).s("MediaLive", "StartInputDeviceMaintenanceWindow", {}).n("MediaLiveClient", "StartInputDeviceMaintenanceWindowCommand").f(void 0, void 0).ser(se_StartInputDeviceMaintenanceWindowCommand).de(de_StartInputDeviceMaintenanceWindowCommand).build() {
|
|
11958
|
+
static {
|
|
11959
|
+
__name(this, "StartInputDeviceMaintenanceWindowCommand");
|
|
11960
|
+
}
|
|
11804
11961
|
};
|
|
11805
|
-
__name(_StartInputDeviceMaintenanceWindowCommand, "StartInputDeviceMaintenanceWindowCommand");
|
|
11806
|
-
var StartInputDeviceMaintenanceWindowCommand = _StartInputDeviceMaintenanceWindowCommand;
|
|
11807
11962
|
|
|
11808
11963
|
// src/commands/StartMonitorDeploymentCommand.ts
|
|
11809
11964
|
|
|
11810
11965
|
|
|
11811
11966
|
|
|
11812
|
-
var
|
|
11967
|
+
var StartMonitorDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11813
11968
|
return [
|
|
11814
11969
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11815
11970
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11816
11971
|
];
|
|
11817
11972
|
}).s("MediaLive", "StartMonitorDeployment", {}).n("MediaLiveClient", "StartMonitorDeploymentCommand").f(void 0, void 0).ser(se_StartMonitorDeploymentCommand).de(de_StartMonitorDeploymentCommand).build() {
|
|
11973
|
+
static {
|
|
11974
|
+
__name(this, "StartMonitorDeploymentCommand");
|
|
11975
|
+
}
|
|
11818
11976
|
};
|
|
11819
|
-
__name(_StartMonitorDeploymentCommand, "StartMonitorDeploymentCommand");
|
|
11820
|
-
var StartMonitorDeploymentCommand = _StartMonitorDeploymentCommand;
|
|
11821
11977
|
|
|
11822
11978
|
// src/commands/StartMultiplexCommand.ts
|
|
11823
11979
|
|
|
11824
11980
|
|
|
11825
11981
|
|
|
11826
|
-
var
|
|
11982
|
+
var StartMultiplexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11827
11983
|
return [
|
|
11828
11984
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11829
11985
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11830
11986
|
];
|
|
11831
11987
|
}).s("MediaLive", "StartMultiplex", {}).n("MediaLiveClient", "StartMultiplexCommand").f(void 0, void 0).ser(se_StartMultiplexCommand).de(de_StartMultiplexCommand).build() {
|
|
11988
|
+
static {
|
|
11989
|
+
__name(this, "StartMultiplexCommand");
|
|
11990
|
+
}
|
|
11832
11991
|
};
|
|
11833
|
-
__name(_StartMultiplexCommand, "StartMultiplexCommand");
|
|
11834
|
-
var StartMultiplexCommand = _StartMultiplexCommand;
|
|
11835
11992
|
|
|
11836
11993
|
// src/commands/StartUpdateSignalMapCommand.ts
|
|
11837
11994
|
|
|
11838
11995
|
|
|
11839
11996
|
|
|
11840
|
-
var
|
|
11997
|
+
var StartUpdateSignalMapCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11841
11998
|
return [
|
|
11842
11999
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11843
12000
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11844
12001
|
];
|
|
11845
12002
|
}).s("MediaLive", "StartUpdateSignalMap", {}).n("MediaLiveClient", "StartUpdateSignalMapCommand").f(void 0, void 0).ser(se_StartUpdateSignalMapCommand).de(de_StartUpdateSignalMapCommand).build() {
|
|
12003
|
+
static {
|
|
12004
|
+
__name(this, "StartUpdateSignalMapCommand");
|
|
12005
|
+
}
|
|
11846
12006
|
};
|
|
11847
|
-
__name(_StartUpdateSignalMapCommand, "StartUpdateSignalMapCommand");
|
|
11848
|
-
var StartUpdateSignalMapCommand = _StartUpdateSignalMapCommand;
|
|
11849
12007
|
|
|
11850
12008
|
// src/commands/StopChannelCommand.ts
|
|
11851
12009
|
|
|
11852
12010
|
|
|
11853
12011
|
|
|
11854
|
-
var
|
|
12012
|
+
var StopChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11855
12013
|
return [
|
|
11856
12014
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11857
12015
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11858
12016
|
];
|
|
11859
12017
|
}).s("MediaLive", "StopChannel", {}).n("MediaLiveClient", "StopChannelCommand").f(void 0, void 0).ser(se_StopChannelCommand).de(de_StopChannelCommand).build() {
|
|
12018
|
+
static {
|
|
12019
|
+
__name(this, "StopChannelCommand");
|
|
12020
|
+
}
|
|
11860
12021
|
};
|
|
11861
|
-
__name(_StopChannelCommand, "StopChannelCommand");
|
|
11862
|
-
var StopChannelCommand = _StopChannelCommand;
|
|
11863
12022
|
|
|
11864
12023
|
// src/commands/StopInputDeviceCommand.ts
|
|
11865
12024
|
|
|
11866
12025
|
|
|
11867
12026
|
|
|
11868
|
-
var
|
|
12027
|
+
var StopInputDeviceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11869
12028
|
return [
|
|
11870
12029
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11871
12030
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11872
12031
|
];
|
|
11873
12032
|
}).s("MediaLive", "StopInputDevice", {}).n("MediaLiveClient", "StopInputDeviceCommand").f(void 0, void 0).ser(se_StopInputDeviceCommand).de(de_StopInputDeviceCommand).build() {
|
|
12033
|
+
static {
|
|
12034
|
+
__name(this, "StopInputDeviceCommand");
|
|
12035
|
+
}
|
|
11874
12036
|
};
|
|
11875
|
-
__name(_StopInputDeviceCommand, "StopInputDeviceCommand");
|
|
11876
|
-
var StopInputDeviceCommand = _StopInputDeviceCommand;
|
|
11877
12037
|
|
|
11878
12038
|
// src/commands/StopMultiplexCommand.ts
|
|
11879
12039
|
|
|
11880
12040
|
|
|
11881
12041
|
|
|
11882
|
-
var
|
|
12042
|
+
var StopMultiplexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11883
12043
|
return [
|
|
11884
12044
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11885
12045
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11886
12046
|
];
|
|
11887
12047
|
}).s("MediaLive", "StopMultiplex", {}).n("MediaLiveClient", "StopMultiplexCommand").f(void 0, void 0).ser(se_StopMultiplexCommand).de(de_StopMultiplexCommand).build() {
|
|
12048
|
+
static {
|
|
12049
|
+
__name(this, "StopMultiplexCommand");
|
|
12050
|
+
}
|
|
11888
12051
|
};
|
|
11889
|
-
__name(_StopMultiplexCommand, "StopMultiplexCommand");
|
|
11890
|
-
var StopMultiplexCommand = _StopMultiplexCommand;
|
|
11891
12052
|
|
|
11892
12053
|
// src/commands/TransferInputDeviceCommand.ts
|
|
11893
12054
|
|
|
11894
12055
|
|
|
11895
12056
|
|
|
11896
|
-
var
|
|
12057
|
+
var TransferInputDeviceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11897
12058
|
return [
|
|
11898
12059
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11899
12060
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11900
12061
|
];
|
|
11901
12062
|
}).s("MediaLive", "TransferInputDevice", {}).n("MediaLiveClient", "TransferInputDeviceCommand").f(void 0, void 0).ser(se_TransferInputDeviceCommand).de(de_TransferInputDeviceCommand).build() {
|
|
12063
|
+
static {
|
|
12064
|
+
__name(this, "TransferInputDeviceCommand");
|
|
12065
|
+
}
|
|
11902
12066
|
};
|
|
11903
|
-
__name(_TransferInputDeviceCommand, "TransferInputDeviceCommand");
|
|
11904
|
-
var TransferInputDeviceCommand = _TransferInputDeviceCommand;
|
|
11905
12067
|
|
|
11906
12068
|
// src/commands/UpdateAccountConfigurationCommand.ts
|
|
11907
12069
|
|
|
11908
12070
|
|
|
11909
12071
|
|
|
11910
|
-
var
|
|
12072
|
+
var UpdateAccountConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11911
12073
|
return [
|
|
11912
12074
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11913
12075
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11914
12076
|
];
|
|
11915
12077
|
}).s("MediaLive", "UpdateAccountConfiguration", {}).n("MediaLiveClient", "UpdateAccountConfigurationCommand").f(void 0, void 0).ser(se_UpdateAccountConfigurationCommand).de(de_UpdateAccountConfigurationCommand).build() {
|
|
12078
|
+
static {
|
|
12079
|
+
__name(this, "UpdateAccountConfigurationCommand");
|
|
12080
|
+
}
|
|
11916
12081
|
};
|
|
11917
|
-
__name(_UpdateAccountConfigurationCommand, "UpdateAccountConfigurationCommand");
|
|
11918
|
-
var UpdateAccountConfigurationCommand = _UpdateAccountConfigurationCommand;
|
|
11919
12082
|
|
|
11920
12083
|
// src/commands/UpdateChannelClassCommand.ts
|
|
11921
12084
|
|
|
11922
12085
|
|
|
11923
12086
|
|
|
11924
|
-
var
|
|
12087
|
+
var UpdateChannelClassCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11925
12088
|
return [
|
|
11926
12089
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11927
12090
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11928
12091
|
];
|
|
11929
12092
|
}).s("MediaLive", "UpdateChannelClass", {}).n("MediaLiveClient", "UpdateChannelClassCommand").f(void 0, void 0).ser(se_UpdateChannelClassCommand).de(de_UpdateChannelClassCommand).build() {
|
|
12093
|
+
static {
|
|
12094
|
+
__name(this, "UpdateChannelClassCommand");
|
|
12095
|
+
}
|
|
11930
12096
|
};
|
|
11931
|
-
__name(_UpdateChannelClassCommand, "UpdateChannelClassCommand");
|
|
11932
|
-
var UpdateChannelClassCommand = _UpdateChannelClassCommand;
|
|
11933
12097
|
|
|
11934
12098
|
// src/commands/UpdateChannelCommand.ts
|
|
11935
12099
|
|
|
11936
12100
|
|
|
11937
12101
|
|
|
11938
|
-
var
|
|
12102
|
+
var UpdateChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11939
12103
|
return [
|
|
11940
12104
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11941
12105
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11942
12106
|
];
|
|
11943
12107
|
}).s("MediaLive", "UpdateChannel", {}).n("MediaLiveClient", "UpdateChannelCommand").f(void 0, void 0).ser(se_UpdateChannelCommand).de(de_UpdateChannelCommand).build() {
|
|
12108
|
+
static {
|
|
12109
|
+
__name(this, "UpdateChannelCommand");
|
|
12110
|
+
}
|
|
11944
12111
|
};
|
|
11945
|
-
__name(_UpdateChannelCommand, "UpdateChannelCommand");
|
|
11946
|
-
var UpdateChannelCommand = _UpdateChannelCommand;
|
|
11947
12112
|
|
|
11948
12113
|
// src/commands/UpdateChannelPlacementGroupCommand.ts
|
|
11949
12114
|
|
|
11950
12115
|
|
|
11951
12116
|
|
|
11952
|
-
var
|
|
12117
|
+
var UpdateChannelPlacementGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11953
12118
|
return [
|
|
11954
12119
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11955
12120
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11956
12121
|
];
|
|
11957
12122
|
}).s("MediaLive", "UpdateChannelPlacementGroup", {}).n("MediaLiveClient", "UpdateChannelPlacementGroupCommand").f(void 0, void 0).ser(se_UpdateChannelPlacementGroupCommand).de(de_UpdateChannelPlacementGroupCommand).build() {
|
|
12123
|
+
static {
|
|
12124
|
+
__name(this, "UpdateChannelPlacementGroupCommand");
|
|
12125
|
+
}
|
|
11958
12126
|
};
|
|
11959
|
-
__name(_UpdateChannelPlacementGroupCommand, "UpdateChannelPlacementGroupCommand");
|
|
11960
|
-
var UpdateChannelPlacementGroupCommand = _UpdateChannelPlacementGroupCommand;
|
|
11961
12127
|
|
|
11962
12128
|
// src/commands/UpdateCloudWatchAlarmTemplateCommand.ts
|
|
11963
12129
|
|
|
11964
12130
|
|
|
11965
12131
|
|
|
11966
|
-
var
|
|
12132
|
+
var UpdateCloudWatchAlarmTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11967
12133
|
return [
|
|
11968
12134
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11969
12135
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11970
12136
|
];
|
|
11971
12137
|
}).s("MediaLive", "UpdateCloudWatchAlarmTemplate", {}).n("MediaLiveClient", "UpdateCloudWatchAlarmTemplateCommand").f(void 0, void 0).ser(se_UpdateCloudWatchAlarmTemplateCommand).de(de_UpdateCloudWatchAlarmTemplateCommand).build() {
|
|
12138
|
+
static {
|
|
12139
|
+
__name(this, "UpdateCloudWatchAlarmTemplateCommand");
|
|
12140
|
+
}
|
|
11972
12141
|
};
|
|
11973
|
-
__name(_UpdateCloudWatchAlarmTemplateCommand, "UpdateCloudWatchAlarmTemplateCommand");
|
|
11974
|
-
var UpdateCloudWatchAlarmTemplateCommand = _UpdateCloudWatchAlarmTemplateCommand;
|
|
11975
12142
|
|
|
11976
12143
|
// src/commands/UpdateCloudWatchAlarmTemplateGroupCommand.ts
|
|
11977
12144
|
|
|
11978
12145
|
|
|
11979
12146
|
|
|
11980
|
-
var
|
|
12147
|
+
var UpdateCloudWatchAlarmTemplateGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11981
12148
|
return [
|
|
11982
12149
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11983
12150
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11984
12151
|
];
|
|
11985
12152
|
}).s("MediaLive", "UpdateCloudWatchAlarmTemplateGroup", {}).n("MediaLiveClient", "UpdateCloudWatchAlarmTemplateGroupCommand").f(void 0, void 0).ser(se_UpdateCloudWatchAlarmTemplateGroupCommand).de(de_UpdateCloudWatchAlarmTemplateGroupCommand).build() {
|
|
12153
|
+
static {
|
|
12154
|
+
__name(this, "UpdateCloudWatchAlarmTemplateGroupCommand");
|
|
12155
|
+
}
|
|
11986
12156
|
};
|
|
11987
|
-
__name(_UpdateCloudWatchAlarmTemplateGroupCommand, "UpdateCloudWatchAlarmTemplateGroupCommand");
|
|
11988
|
-
var UpdateCloudWatchAlarmTemplateGroupCommand = _UpdateCloudWatchAlarmTemplateGroupCommand;
|
|
11989
12157
|
|
|
11990
12158
|
// src/commands/UpdateClusterCommand.ts
|
|
11991
12159
|
|
|
11992
12160
|
|
|
11993
12161
|
|
|
11994
|
-
var
|
|
12162
|
+
var UpdateClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11995
12163
|
return [
|
|
11996
12164
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11997
12165
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11998
12166
|
];
|
|
11999
12167
|
}).s("MediaLive", "UpdateCluster", {}).n("MediaLiveClient", "UpdateClusterCommand").f(void 0, void 0).ser(se_UpdateClusterCommand).de(de_UpdateClusterCommand).build() {
|
|
12168
|
+
static {
|
|
12169
|
+
__name(this, "UpdateClusterCommand");
|
|
12170
|
+
}
|
|
12000
12171
|
};
|
|
12001
|
-
__name(_UpdateClusterCommand, "UpdateClusterCommand");
|
|
12002
|
-
var UpdateClusterCommand = _UpdateClusterCommand;
|
|
12003
12172
|
|
|
12004
12173
|
// src/commands/UpdateEventBridgeRuleTemplateCommand.ts
|
|
12005
12174
|
|
|
12006
12175
|
|
|
12007
12176
|
|
|
12008
|
-
var
|
|
12177
|
+
var UpdateEventBridgeRuleTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12009
12178
|
return [
|
|
12010
12179
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12011
12180
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12012
12181
|
];
|
|
12013
12182
|
}).s("MediaLive", "UpdateEventBridgeRuleTemplate", {}).n("MediaLiveClient", "UpdateEventBridgeRuleTemplateCommand").f(void 0, void 0).ser(se_UpdateEventBridgeRuleTemplateCommand).de(de_UpdateEventBridgeRuleTemplateCommand).build() {
|
|
12183
|
+
static {
|
|
12184
|
+
__name(this, "UpdateEventBridgeRuleTemplateCommand");
|
|
12185
|
+
}
|
|
12014
12186
|
};
|
|
12015
|
-
__name(_UpdateEventBridgeRuleTemplateCommand, "UpdateEventBridgeRuleTemplateCommand");
|
|
12016
|
-
var UpdateEventBridgeRuleTemplateCommand = _UpdateEventBridgeRuleTemplateCommand;
|
|
12017
12187
|
|
|
12018
12188
|
// src/commands/UpdateEventBridgeRuleTemplateGroupCommand.ts
|
|
12019
12189
|
|
|
12020
12190
|
|
|
12021
12191
|
|
|
12022
|
-
var
|
|
12192
|
+
var UpdateEventBridgeRuleTemplateGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12023
12193
|
return [
|
|
12024
12194
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12025
12195
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12026
12196
|
];
|
|
12027
12197
|
}).s("MediaLive", "UpdateEventBridgeRuleTemplateGroup", {}).n("MediaLiveClient", "UpdateEventBridgeRuleTemplateGroupCommand").f(void 0, void 0).ser(se_UpdateEventBridgeRuleTemplateGroupCommand).de(de_UpdateEventBridgeRuleTemplateGroupCommand).build() {
|
|
12198
|
+
static {
|
|
12199
|
+
__name(this, "UpdateEventBridgeRuleTemplateGroupCommand");
|
|
12200
|
+
}
|
|
12028
12201
|
};
|
|
12029
|
-
__name(_UpdateEventBridgeRuleTemplateGroupCommand, "UpdateEventBridgeRuleTemplateGroupCommand");
|
|
12030
|
-
var UpdateEventBridgeRuleTemplateGroupCommand = _UpdateEventBridgeRuleTemplateGroupCommand;
|
|
12031
12202
|
|
|
12032
12203
|
// src/commands/UpdateInputCommand.ts
|
|
12033
12204
|
|
|
12034
12205
|
|
|
12035
12206
|
|
|
12036
|
-
var
|
|
12207
|
+
var UpdateInputCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12037
12208
|
return [
|
|
12038
12209
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12039
12210
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12040
12211
|
];
|
|
12041
12212
|
}).s("MediaLive", "UpdateInput", {}).n("MediaLiveClient", "UpdateInputCommand").f(void 0, void 0).ser(se_UpdateInputCommand).de(de_UpdateInputCommand).build() {
|
|
12213
|
+
static {
|
|
12214
|
+
__name(this, "UpdateInputCommand");
|
|
12215
|
+
}
|
|
12042
12216
|
};
|
|
12043
|
-
__name(_UpdateInputCommand, "UpdateInputCommand");
|
|
12044
|
-
var UpdateInputCommand = _UpdateInputCommand;
|
|
12045
12217
|
|
|
12046
12218
|
// src/commands/UpdateInputDeviceCommand.ts
|
|
12047
12219
|
|
|
12048
12220
|
|
|
12049
12221
|
|
|
12050
|
-
var
|
|
12222
|
+
var UpdateInputDeviceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12051
12223
|
return [
|
|
12052
12224
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12053
12225
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12054
12226
|
];
|
|
12055
12227
|
}).s("MediaLive", "UpdateInputDevice", {}).n("MediaLiveClient", "UpdateInputDeviceCommand").f(void 0, void 0).ser(se_UpdateInputDeviceCommand).de(de_UpdateInputDeviceCommand).build() {
|
|
12228
|
+
static {
|
|
12229
|
+
__name(this, "UpdateInputDeviceCommand");
|
|
12230
|
+
}
|
|
12056
12231
|
};
|
|
12057
|
-
__name(_UpdateInputDeviceCommand, "UpdateInputDeviceCommand");
|
|
12058
|
-
var UpdateInputDeviceCommand = _UpdateInputDeviceCommand;
|
|
12059
12232
|
|
|
12060
12233
|
// src/commands/UpdateInputSecurityGroupCommand.ts
|
|
12061
12234
|
|
|
12062
12235
|
|
|
12063
12236
|
|
|
12064
|
-
var
|
|
12237
|
+
var UpdateInputSecurityGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12065
12238
|
return [
|
|
12066
12239
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12067
12240
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12068
12241
|
];
|
|
12069
12242
|
}).s("MediaLive", "UpdateInputSecurityGroup", {}).n("MediaLiveClient", "UpdateInputSecurityGroupCommand").f(void 0, void 0).ser(se_UpdateInputSecurityGroupCommand).de(de_UpdateInputSecurityGroupCommand).build() {
|
|
12243
|
+
static {
|
|
12244
|
+
__name(this, "UpdateInputSecurityGroupCommand");
|
|
12245
|
+
}
|
|
12070
12246
|
};
|
|
12071
|
-
__name(_UpdateInputSecurityGroupCommand, "UpdateInputSecurityGroupCommand");
|
|
12072
|
-
var UpdateInputSecurityGroupCommand = _UpdateInputSecurityGroupCommand;
|
|
12073
12247
|
|
|
12074
12248
|
// src/commands/UpdateMultiplexCommand.ts
|
|
12075
12249
|
|
|
12076
12250
|
|
|
12077
12251
|
|
|
12078
|
-
var
|
|
12252
|
+
var UpdateMultiplexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12079
12253
|
return [
|
|
12080
12254
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12081
12255
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12082
12256
|
];
|
|
12083
12257
|
}).s("MediaLive", "UpdateMultiplex", {}).n("MediaLiveClient", "UpdateMultiplexCommand").f(void 0, void 0).ser(se_UpdateMultiplexCommand).de(de_UpdateMultiplexCommand).build() {
|
|
12258
|
+
static {
|
|
12259
|
+
__name(this, "UpdateMultiplexCommand");
|
|
12260
|
+
}
|
|
12084
12261
|
};
|
|
12085
|
-
__name(_UpdateMultiplexCommand, "UpdateMultiplexCommand");
|
|
12086
|
-
var UpdateMultiplexCommand = _UpdateMultiplexCommand;
|
|
12087
12262
|
|
|
12088
12263
|
// src/commands/UpdateMultiplexProgramCommand.ts
|
|
12089
12264
|
|
|
12090
12265
|
|
|
12091
12266
|
|
|
12092
|
-
var
|
|
12267
|
+
var UpdateMultiplexProgramCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12093
12268
|
return [
|
|
12094
12269
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12095
12270
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12096
12271
|
];
|
|
12097
12272
|
}).s("MediaLive", "UpdateMultiplexProgram", {}).n("MediaLiveClient", "UpdateMultiplexProgramCommand").f(void 0, void 0).ser(se_UpdateMultiplexProgramCommand).de(de_UpdateMultiplexProgramCommand).build() {
|
|
12273
|
+
static {
|
|
12274
|
+
__name(this, "UpdateMultiplexProgramCommand");
|
|
12275
|
+
}
|
|
12098
12276
|
};
|
|
12099
|
-
__name(_UpdateMultiplexProgramCommand, "UpdateMultiplexProgramCommand");
|
|
12100
|
-
var UpdateMultiplexProgramCommand = _UpdateMultiplexProgramCommand;
|
|
12101
12277
|
|
|
12102
12278
|
// src/commands/UpdateNetworkCommand.ts
|
|
12103
12279
|
|
|
12104
12280
|
|
|
12105
12281
|
|
|
12106
|
-
var
|
|
12282
|
+
var UpdateNetworkCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12107
12283
|
return [
|
|
12108
12284
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12109
12285
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12110
12286
|
];
|
|
12111
12287
|
}).s("MediaLive", "UpdateNetwork", {}).n("MediaLiveClient", "UpdateNetworkCommand").f(void 0, void 0).ser(se_UpdateNetworkCommand).de(de_UpdateNetworkCommand).build() {
|
|
12288
|
+
static {
|
|
12289
|
+
__name(this, "UpdateNetworkCommand");
|
|
12290
|
+
}
|
|
12112
12291
|
};
|
|
12113
|
-
__name(_UpdateNetworkCommand, "UpdateNetworkCommand");
|
|
12114
|
-
var UpdateNetworkCommand = _UpdateNetworkCommand;
|
|
12115
12292
|
|
|
12116
12293
|
// src/commands/UpdateNodeCommand.ts
|
|
12117
12294
|
|
|
12118
12295
|
|
|
12119
12296
|
|
|
12120
|
-
var
|
|
12297
|
+
var UpdateNodeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12121
12298
|
return [
|
|
12122
12299
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12123
12300
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12124
12301
|
];
|
|
12125
12302
|
}).s("MediaLive", "UpdateNode", {}).n("MediaLiveClient", "UpdateNodeCommand").f(void 0, void 0).ser(se_UpdateNodeCommand).de(de_UpdateNodeCommand).build() {
|
|
12303
|
+
static {
|
|
12304
|
+
__name(this, "UpdateNodeCommand");
|
|
12305
|
+
}
|
|
12126
12306
|
};
|
|
12127
|
-
__name(_UpdateNodeCommand, "UpdateNodeCommand");
|
|
12128
|
-
var UpdateNodeCommand = _UpdateNodeCommand;
|
|
12129
12307
|
|
|
12130
12308
|
// src/commands/UpdateNodeStateCommand.ts
|
|
12131
12309
|
|
|
12132
12310
|
|
|
12133
12311
|
|
|
12134
|
-
var
|
|
12312
|
+
var UpdateNodeStateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12135
12313
|
return [
|
|
12136
12314
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12137
12315
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12138
12316
|
];
|
|
12139
12317
|
}).s("MediaLive", "UpdateNodeState", {}).n("MediaLiveClient", "UpdateNodeStateCommand").f(void 0, void 0).ser(se_UpdateNodeStateCommand).de(de_UpdateNodeStateCommand).build() {
|
|
12318
|
+
static {
|
|
12319
|
+
__name(this, "UpdateNodeStateCommand");
|
|
12320
|
+
}
|
|
12140
12321
|
};
|
|
12141
|
-
__name(_UpdateNodeStateCommand, "UpdateNodeStateCommand");
|
|
12142
|
-
var UpdateNodeStateCommand = _UpdateNodeStateCommand;
|
|
12143
12322
|
|
|
12144
12323
|
// src/commands/UpdateReservationCommand.ts
|
|
12145
12324
|
|
|
12146
12325
|
|
|
12147
12326
|
|
|
12148
|
-
var
|
|
12327
|
+
var UpdateReservationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12149
12328
|
return [
|
|
12150
12329
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12151
12330
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12152
12331
|
];
|
|
12153
12332
|
}).s("MediaLive", "UpdateReservation", {}).n("MediaLiveClient", "UpdateReservationCommand").f(void 0, void 0).ser(se_UpdateReservationCommand).de(de_UpdateReservationCommand).build() {
|
|
12333
|
+
static {
|
|
12334
|
+
__name(this, "UpdateReservationCommand");
|
|
12335
|
+
}
|
|
12154
12336
|
};
|
|
12155
|
-
__name(_UpdateReservationCommand, "UpdateReservationCommand");
|
|
12156
|
-
var UpdateReservationCommand = _UpdateReservationCommand;
|
|
12157
12337
|
|
|
12158
12338
|
// src/MediaLive.ts
|
|
12159
12339
|
var commands = {
|
|
@@ -12273,10 +12453,11 @@ var commands = {
|
|
|
12273
12453
|
UpdateNodeStateCommand,
|
|
12274
12454
|
UpdateReservationCommand
|
|
12275
12455
|
};
|
|
12276
|
-
var
|
|
12456
|
+
var MediaLive = class extends MediaLiveClient {
|
|
12457
|
+
static {
|
|
12458
|
+
__name(this, "MediaLive");
|
|
12459
|
+
}
|
|
12277
12460
|
};
|
|
12278
|
-
__name(_MediaLive, "MediaLive");
|
|
12279
|
-
var MediaLive = _MediaLive;
|
|
12280
12461
|
(0, import_smithy_client.createAggregatedClient)(commands, MediaLive);
|
|
12281
12462
|
|
|
12282
12463
|
// src/pagination/DescribeSchedulePaginator.ts
|