@aws-sdk/client-kinesis-video 3.1077.0 → 3.1078.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 +40 -323
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateSignalingChannelCommand.js +2 -14
- package/dist-es/commands/CreateStreamCommand.js +2 -14
- package/dist-es/commands/DeleteEdgeConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteSignalingChannelCommand.js +2 -14
- package/dist-es/commands/DeleteStreamCommand.js +2 -14
- package/dist-es/commands/DescribeEdgeConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeImageGenerationConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeMappedResourceConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeMediaStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeSignalingChannelCommand.js +2 -14
- package/dist-es/commands/DescribeStreamCommand.js +2 -14
- package/dist-es/commands/DescribeStreamStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/GetDataEndpointCommand.js +2 -14
- package/dist-es/commands/GetSignalingChannelEndpointCommand.js +2 -14
- package/dist-es/commands/ListEdgeAgentConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListSignalingChannelsCommand.js +2 -14
- package/dist-es/commands/ListStreamsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTagsForStreamCommand.js +2 -14
- package/dist-es/commands/StartEdgeConfigurationUpdateCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TagStreamCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UntagStreamCommand.js +2 -14
- package/dist-es/commands/UpdateDataRetentionCommand.js +2 -14
- package/dist-es/commands/UpdateImageGenerationConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateMediaStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateSignalingChannelCommand.js +2 -14
- package/dist-es/commands/UpdateStreamCommand.js +2 -14
- package/dist-es/commands/UpdateStreamStorageConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateSignalingChannelCommand.d.ts +3 -8
- package/dist-types/commands/CreateStreamCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEdgeConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSignalingChannelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStreamCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEdgeConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeImageGenerationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMappedResourceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMediaStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSignalingChannelCommand.d.ts +3 -8
- package/dist-types/commands/DescribeStreamCommand.d.ts +3 -8
- package/dist-types/commands/DescribeStreamStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetDataEndpointCommand.d.ts +3 -8
- package/dist-types/commands/GetSignalingChannelEndpointCommand.d.ts +3 -8
- package/dist-types/commands/ListEdgeAgentConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListSignalingChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListStreamsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForStreamCommand.d.ts +3 -8
- package/dist-types/commands/StartEdgeConfigurationUpdateCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagStreamCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagStreamCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataRetentionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateImageGenerationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMediaStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSignalingChannelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStreamCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStreamStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateSignalingChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEdgeConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSignalingChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEdgeConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeImageGenerationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMappedResourceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMediaStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSignalingChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeStreamStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSignalingChannelEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEdgeAgentConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSignalingChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEdgeConfigurationUpdateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataRetentionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateImageGenerationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMediaStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSignalingChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStreamStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1375,388 +1376,104 @@ class KinesisVideoClient extends Client {
|
|
|
1375
1376
|
}
|
|
1376
1377
|
}
|
|
1377
1378
|
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
})
|
|
1384
|
-
.s("KinesisVideo_20170930", "CreateSignalingChannel", {})
|
|
1385
|
-
.n("KinesisVideoClient", "CreateSignalingChannelCommand")
|
|
1386
|
-
.sc(CreateSignalingChannel$)
|
|
1387
|
-
.build() {
|
|
1379
|
+
const command = makeBuilder(commonParams, "KinesisVideo_20170930", "KinesisVideoClient", getEndpointPlugin);
|
|
1380
|
+
const _ep0 = {};
|
|
1381
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1382
|
+
|
|
1383
|
+
class CreateSignalingChannelCommand extends command(_ep0, _mw0, "CreateSignalingChannel", CreateSignalingChannel$) {
|
|
1388
1384
|
}
|
|
1389
1385
|
|
|
1390
|
-
class CreateStreamCommand extends
|
|
1391
|
-
.classBuilder()
|
|
1392
|
-
.ep(commonParams)
|
|
1393
|
-
.m(function (Command, cs, config, o) {
|
|
1394
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1395
|
-
})
|
|
1396
|
-
.s("KinesisVideo_20170930", "CreateStream", {})
|
|
1397
|
-
.n("KinesisVideoClient", "CreateStreamCommand")
|
|
1398
|
-
.sc(CreateStream$)
|
|
1399
|
-
.build() {
|
|
1386
|
+
class CreateStreamCommand extends command(_ep0, _mw0, "CreateStream", CreateStream$) {
|
|
1400
1387
|
}
|
|
1401
1388
|
|
|
1402
|
-
class DeleteEdgeConfigurationCommand extends
|
|
1403
|
-
.classBuilder()
|
|
1404
|
-
.ep(commonParams)
|
|
1405
|
-
.m(function (Command, cs, config, o) {
|
|
1406
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1407
|
-
})
|
|
1408
|
-
.s("KinesisVideo_20170930", "DeleteEdgeConfiguration", {})
|
|
1409
|
-
.n("KinesisVideoClient", "DeleteEdgeConfigurationCommand")
|
|
1410
|
-
.sc(DeleteEdgeConfiguration$)
|
|
1411
|
-
.build() {
|
|
1389
|
+
class DeleteEdgeConfigurationCommand extends command(_ep0, _mw0, "DeleteEdgeConfiguration", DeleteEdgeConfiguration$) {
|
|
1412
1390
|
}
|
|
1413
1391
|
|
|
1414
|
-
class DeleteSignalingChannelCommand extends
|
|
1415
|
-
.classBuilder()
|
|
1416
|
-
.ep(commonParams)
|
|
1417
|
-
.m(function (Command, cs, config, o) {
|
|
1418
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1419
|
-
})
|
|
1420
|
-
.s("KinesisVideo_20170930", "DeleteSignalingChannel", {})
|
|
1421
|
-
.n("KinesisVideoClient", "DeleteSignalingChannelCommand")
|
|
1422
|
-
.sc(DeleteSignalingChannel$)
|
|
1423
|
-
.build() {
|
|
1392
|
+
class DeleteSignalingChannelCommand extends command(_ep0, _mw0, "DeleteSignalingChannel", DeleteSignalingChannel$) {
|
|
1424
1393
|
}
|
|
1425
1394
|
|
|
1426
|
-
class DeleteStreamCommand extends
|
|
1427
|
-
.classBuilder()
|
|
1428
|
-
.ep(commonParams)
|
|
1429
|
-
.m(function (Command, cs, config, o) {
|
|
1430
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1431
|
-
})
|
|
1432
|
-
.s("KinesisVideo_20170930", "DeleteStream", {})
|
|
1433
|
-
.n("KinesisVideoClient", "DeleteStreamCommand")
|
|
1434
|
-
.sc(DeleteStream$)
|
|
1435
|
-
.build() {
|
|
1395
|
+
class DeleteStreamCommand extends command(_ep0, _mw0, "DeleteStream", DeleteStream$) {
|
|
1436
1396
|
}
|
|
1437
1397
|
|
|
1438
|
-
class DescribeEdgeConfigurationCommand extends
|
|
1439
|
-
.classBuilder()
|
|
1440
|
-
.ep(commonParams)
|
|
1441
|
-
.m(function (Command, cs, config, o) {
|
|
1442
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1443
|
-
})
|
|
1444
|
-
.s("KinesisVideo_20170930", "DescribeEdgeConfiguration", {})
|
|
1445
|
-
.n("KinesisVideoClient", "DescribeEdgeConfigurationCommand")
|
|
1446
|
-
.sc(DescribeEdgeConfiguration$)
|
|
1447
|
-
.build() {
|
|
1398
|
+
class DescribeEdgeConfigurationCommand extends command(_ep0, _mw0, "DescribeEdgeConfiguration", DescribeEdgeConfiguration$) {
|
|
1448
1399
|
}
|
|
1449
1400
|
|
|
1450
|
-
class DescribeImageGenerationConfigurationCommand extends
|
|
1451
|
-
.classBuilder()
|
|
1452
|
-
.ep(commonParams)
|
|
1453
|
-
.m(function (Command, cs, config, o) {
|
|
1454
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1455
|
-
})
|
|
1456
|
-
.s("KinesisVideo_20170930", "DescribeImageGenerationConfiguration", {})
|
|
1457
|
-
.n("KinesisVideoClient", "DescribeImageGenerationConfigurationCommand")
|
|
1458
|
-
.sc(DescribeImageGenerationConfiguration$)
|
|
1459
|
-
.build() {
|
|
1401
|
+
class DescribeImageGenerationConfigurationCommand extends command(_ep0, _mw0, "DescribeImageGenerationConfiguration", DescribeImageGenerationConfiguration$) {
|
|
1460
1402
|
}
|
|
1461
1403
|
|
|
1462
|
-
class DescribeMappedResourceConfigurationCommand extends
|
|
1463
|
-
.classBuilder()
|
|
1464
|
-
.ep(commonParams)
|
|
1465
|
-
.m(function (Command, cs, config, o) {
|
|
1466
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1467
|
-
})
|
|
1468
|
-
.s("KinesisVideo_20170930", "DescribeMappedResourceConfiguration", {})
|
|
1469
|
-
.n("KinesisVideoClient", "DescribeMappedResourceConfigurationCommand")
|
|
1470
|
-
.sc(DescribeMappedResourceConfiguration$)
|
|
1471
|
-
.build() {
|
|
1404
|
+
class DescribeMappedResourceConfigurationCommand extends command(_ep0, _mw0, "DescribeMappedResourceConfiguration", DescribeMappedResourceConfiguration$) {
|
|
1472
1405
|
}
|
|
1473
1406
|
|
|
1474
|
-
class DescribeMediaStorageConfigurationCommand extends
|
|
1475
|
-
.classBuilder()
|
|
1476
|
-
.ep(commonParams)
|
|
1477
|
-
.m(function (Command, cs, config, o) {
|
|
1478
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1479
|
-
})
|
|
1480
|
-
.s("KinesisVideo_20170930", "DescribeMediaStorageConfiguration", {})
|
|
1481
|
-
.n("KinesisVideoClient", "DescribeMediaStorageConfigurationCommand")
|
|
1482
|
-
.sc(DescribeMediaStorageConfiguration$)
|
|
1483
|
-
.build() {
|
|
1407
|
+
class DescribeMediaStorageConfigurationCommand extends command(_ep0, _mw0, "DescribeMediaStorageConfiguration", DescribeMediaStorageConfiguration$) {
|
|
1484
1408
|
}
|
|
1485
1409
|
|
|
1486
|
-
class DescribeNotificationConfigurationCommand extends
|
|
1487
|
-
.classBuilder()
|
|
1488
|
-
.ep(commonParams)
|
|
1489
|
-
.m(function (Command, cs, config, o) {
|
|
1490
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1491
|
-
})
|
|
1492
|
-
.s("KinesisVideo_20170930", "DescribeNotificationConfiguration", {})
|
|
1493
|
-
.n("KinesisVideoClient", "DescribeNotificationConfigurationCommand")
|
|
1494
|
-
.sc(DescribeNotificationConfiguration$)
|
|
1495
|
-
.build() {
|
|
1410
|
+
class DescribeNotificationConfigurationCommand extends command(_ep0, _mw0, "DescribeNotificationConfiguration", DescribeNotificationConfiguration$) {
|
|
1496
1411
|
}
|
|
1497
1412
|
|
|
1498
|
-
class DescribeSignalingChannelCommand extends
|
|
1499
|
-
.classBuilder()
|
|
1500
|
-
.ep(commonParams)
|
|
1501
|
-
.m(function (Command, cs, config, o) {
|
|
1502
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1503
|
-
})
|
|
1504
|
-
.s("KinesisVideo_20170930", "DescribeSignalingChannel", {})
|
|
1505
|
-
.n("KinesisVideoClient", "DescribeSignalingChannelCommand")
|
|
1506
|
-
.sc(DescribeSignalingChannel$)
|
|
1507
|
-
.build() {
|
|
1413
|
+
class DescribeSignalingChannelCommand extends command(_ep0, _mw0, "DescribeSignalingChannel", DescribeSignalingChannel$) {
|
|
1508
1414
|
}
|
|
1509
1415
|
|
|
1510
|
-
class DescribeStreamCommand extends
|
|
1511
|
-
.classBuilder()
|
|
1512
|
-
.ep(commonParams)
|
|
1513
|
-
.m(function (Command, cs, config, o) {
|
|
1514
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1515
|
-
})
|
|
1516
|
-
.s("KinesisVideo_20170930", "DescribeStream", {})
|
|
1517
|
-
.n("KinesisVideoClient", "DescribeStreamCommand")
|
|
1518
|
-
.sc(DescribeStream$)
|
|
1519
|
-
.build() {
|
|
1416
|
+
class DescribeStreamCommand extends command(_ep0, _mw0, "DescribeStream", DescribeStream$) {
|
|
1520
1417
|
}
|
|
1521
1418
|
|
|
1522
|
-
class DescribeStreamStorageConfigurationCommand extends
|
|
1523
|
-
.classBuilder()
|
|
1524
|
-
.ep(commonParams)
|
|
1525
|
-
.m(function (Command, cs, config, o) {
|
|
1526
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1527
|
-
})
|
|
1528
|
-
.s("KinesisVideo_20170930", "DescribeStreamStorageConfiguration", {})
|
|
1529
|
-
.n("KinesisVideoClient", "DescribeStreamStorageConfigurationCommand")
|
|
1530
|
-
.sc(DescribeStreamStorageConfiguration$)
|
|
1531
|
-
.build() {
|
|
1419
|
+
class DescribeStreamStorageConfigurationCommand extends command(_ep0, _mw0, "DescribeStreamStorageConfiguration", DescribeStreamStorageConfiguration$) {
|
|
1532
1420
|
}
|
|
1533
1421
|
|
|
1534
|
-
class GetDataEndpointCommand extends
|
|
1535
|
-
.classBuilder()
|
|
1536
|
-
.ep(commonParams)
|
|
1537
|
-
.m(function (Command, cs, config, o) {
|
|
1538
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1539
|
-
})
|
|
1540
|
-
.s("KinesisVideo_20170930", "GetDataEndpoint", {})
|
|
1541
|
-
.n("KinesisVideoClient", "GetDataEndpointCommand")
|
|
1542
|
-
.sc(GetDataEndpoint$)
|
|
1543
|
-
.build() {
|
|
1422
|
+
class GetDataEndpointCommand extends command(_ep0, _mw0, "GetDataEndpoint", GetDataEndpoint$) {
|
|
1544
1423
|
}
|
|
1545
1424
|
|
|
1546
|
-
class GetSignalingChannelEndpointCommand extends
|
|
1547
|
-
.classBuilder()
|
|
1548
|
-
.ep(commonParams)
|
|
1549
|
-
.m(function (Command, cs, config, o) {
|
|
1550
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1551
|
-
})
|
|
1552
|
-
.s("KinesisVideo_20170930", "GetSignalingChannelEndpoint", {})
|
|
1553
|
-
.n("KinesisVideoClient", "GetSignalingChannelEndpointCommand")
|
|
1554
|
-
.sc(GetSignalingChannelEndpoint$)
|
|
1555
|
-
.build() {
|
|
1425
|
+
class GetSignalingChannelEndpointCommand extends command(_ep0, _mw0, "GetSignalingChannelEndpoint", GetSignalingChannelEndpoint$) {
|
|
1556
1426
|
}
|
|
1557
1427
|
|
|
1558
|
-
class ListEdgeAgentConfigurationsCommand extends
|
|
1559
|
-
.classBuilder()
|
|
1560
|
-
.ep(commonParams)
|
|
1561
|
-
.m(function (Command, cs, config, o) {
|
|
1562
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1563
|
-
})
|
|
1564
|
-
.s("KinesisVideo_20170930", "ListEdgeAgentConfigurations", {})
|
|
1565
|
-
.n("KinesisVideoClient", "ListEdgeAgentConfigurationsCommand")
|
|
1566
|
-
.sc(ListEdgeAgentConfigurations$)
|
|
1567
|
-
.build() {
|
|
1428
|
+
class ListEdgeAgentConfigurationsCommand extends command(_ep0, _mw0, "ListEdgeAgentConfigurations", ListEdgeAgentConfigurations$) {
|
|
1568
1429
|
}
|
|
1569
1430
|
|
|
1570
|
-
class ListSignalingChannelsCommand extends
|
|
1571
|
-
.classBuilder()
|
|
1572
|
-
.ep(commonParams)
|
|
1573
|
-
.m(function (Command, cs, config, o) {
|
|
1574
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1575
|
-
})
|
|
1576
|
-
.s("KinesisVideo_20170930", "ListSignalingChannels", {})
|
|
1577
|
-
.n("KinesisVideoClient", "ListSignalingChannelsCommand")
|
|
1578
|
-
.sc(ListSignalingChannels$)
|
|
1579
|
-
.build() {
|
|
1431
|
+
class ListSignalingChannelsCommand extends command(_ep0, _mw0, "ListSignalingChannels", ListSignalingChannels$) {
|
|
1580
1432
|
}
|
|
1581
1433
|
|
|
1582
|
-
class ListStreamsCommand extends
|
|
1583
|
-
.classBuilder()
|
|
1584
|
-
.ep(commonParams)
|
|
1585
|
-
.m(function (Command, cs, config, o) {
|
|
1586
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1587
|
-
})
|
|
1588
|
-
.s("KinesisVideo_20170930", "ListStreams", {})
|
|
1589
|
-
.n("KinesisVideoClient", "ListStreamsCommand")
|
|
1590
|
-
.sc(ListStreams$)
|
|
1591
|
-
.build() {
|
|
1434
|
+
class ListStreamsCommand extends command(_ep0, _mw0, "ListStreams", ListStreams$) {
|
|
1592
1435
|
}
|
|
1593
1436
|
|
|
1594
|
-
class ListTagsForResourceCommand extends
|
|
1595
|
-
.classBuilder()
|
|
1596
|
-
.ep(commonParams)
|
|
1597
|
-
.m(function (Command, cs, config, o) {
|
|
1598
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1599
|
-
})
|
|
1600
|
-
.s("KinesisVideo_20170930", "ListTagsForResource", {})
|
|
1601
|
-
.n("KinesisVideoClient", "ListTagsForResourceCommand")
|
|
1602
|
-
.sc(ListTagsForResource$)
|
|
1603
|
-
.build() {
|
|
1437
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1604
1438
|
}
|
|
1605
1439
|
|
|
1606
|
-
class ListTagsForStreamCommand extends
|
|
1607
|
-
.classBuilder()
|
|
1608
|
-
.ep(commonParams)
|
|
1609
|
-
.m(function (Command, cs, config, o) {
|
|
1610
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1611
|
-
})
|
|
1612
|
-
.s("KinesisVideo_20170930", "ListTagsForStream", {})
|
|
1613
|
-
.n("KinesisVideoClient", "ListTagsForStreamCommand")
|
|
1614
|
-
.sc(ListTagsForStream$)
|
|
1615
|
-
.build() {
|
|
1440
|
+
class ListTagsForStreamCommand extends command(_ep0, _mw0, "ListTagsForStream", ListTagsForStream$) {
|
|
1616
1441
|
}
|
|
1617
1442
|
|
|
1618
|
-
class StartEdgeConfigurationUpdateCommand extends
|
|
1619
|
-
.classBuilder()
|
|
1620
|
-
.ep(commonParams)
|
|
1621
|
-
.m(function (Command, cs, config, o) {
|
|
1622
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1623
|
-
})
|
|
1624
|
-
.s("KinesisVideo_20170930", "StartEdgeConfigurationUpdate", {})
|
|
1625
|
-
.n("KinesisVideoClient", "StartEdgeConfigurationUpdateCommand")
|
|
1626
|
-
.sc(StartEdgeConfigurationUpdate$)
|
|
1627
|
-
.build() {
|
|
1443
|
+
class StartEdgeConfigurationUpdateCommand extends command(_ep0, _mw0, "StartEdgeConfigurationUpdate", StartEdgeConfigurationUpdate$) {
|
|
1628
1444
|
}
|
|
1629
1445
|
|
|
1630
|
-
class TagResourceCommand extends
|
|
1631
|
-
.classBuilder()
|
|
1632
|
-
.ep(commonParams)
|
|
1633
|
-
.m(function (Command, cs, config, o) {
|
|
1634
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1635
|
-
})
|
|
1636
|
-
.s("KinesisVideo_20170930", "TagResource", {})
|
|
1637
|
-
.n("KinesisVideoClient", "TagResourceCommand")
|
|
1638
|
-
.sc(TagResource$)
|
|
1639
|
-
.build() {
|
|
1446
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1640
1447
|
}
|
|
1641
1448
|
|
|
1642
|
-
class TagStreamCommand extends
|
|
1643
|
-
.classBuilder()
|
|
1644
|
-
.ep(commonParams)
|
|
1645
|
-
.m(function (Command, cs, config, o) {
|
|
1646
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1647
|
-
})
|
|
1648
|
-
.s("KinesisVideo_20170930", "TagStream", {})
|
|
1649
|
-
.n("KinesisVideoClient", "TagStreamCommand")
|
|
1650
|
-
.sc(TagStream$)
|
|
1651
|
-
.build() {
|
|
1449
|
+
class TagStreamCommand extends command(_ep0, _mw0, "TagStream", TagStream$) {
|
|
1652
1450
|
}
|
|
1653
1451
|
|
|
1654
|
-
class UntagResourceCommand extends
|
|
1655
|
-
.classBuilder()
|
|
1656
|
-
.ep(commonParams)
|
|
1657
|
-
.m(function (Command, cs, config, o) {
|
|
1658
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1659
|
-
})
|
|
1660
|
-
.s("KinesisVideo_20170930", "UntagResource", {})
|
|
1661
|
-
.n("KinesisVideoClient", "UntagResourceCommand")
|
|
1662
|
-
.sc(UntagResource$)
|
|
1663
|
-
.build() {
|
|
1452
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1664
1453
|
}
|
|
1665
1454
|
|
|
1666
|
-
class UntagStreamCommand extends
|
|
1667
|
-
.classBuilder()
|
|
1668
|
-
.ep(commonParams)
|
|
1669
|
-
.m(function (Command, cs, config, o) {
|
|
1670
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1671
|
-
})
|
|
1672
|
-
.s("KinesisVideo_20170930", "UntagStream", {})
|
|
1673
|
-
.n("KinesisVideoClient", "UntagStreamCommand")
|
|
1674
|
-
.sc(UntagStream$)
|
|
1675
|
-
.build() {
|
|
1455
|
+
class UntagStreamCommand extends command(_ep0, _mw0, "UntagStream", UntagStream$) {
|
|
1676
1456
|
}
|
|
1677
1457
|
|
|
1678
|
-
class UpdateDataRetentionCommand extends
|
|
1679
|
-
.classBuilder()
|
|
1680
|
-
.ep(commonParams)
|
|
1681
|
-
.m(function (Command, cs, config, o) {
|
|
1682
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1683
|
-
})
|
|
1684
|
-
.s("KinesisVideo_20170930", "UpdateDataRetention", {})
|
|
1685
|
-
.n("KinesisVideoClient", "UpdateDataRetentionCommand")
|
|
1686
|
-
.sc(UpdateDataRetention$)
|
|
1687
|
-
.build() {
|
|
1458
|
+
class UpdateDataRetentionCommand extends command(_ep0, _mw0, "UpdateDataRetention", UpdateDataRetention$) {
|
|
1688
1459
|
}
|
|
1689
1460
|
|
|
1690
|
-
class UpdateImageGenerationConfigurationCommand extends
|
|
1691
|
-
.classBuilder()
|
|
1692
|
-
.ep(commonParams)
|
|
1693
|
-
.m(function (Command, cs, config, o) {
|
|
1694
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1695
|
-
})
|
|
1696
|
-
.s("KinesisVideo_20170930", "UpdateImageGenerationConfiguration", {})
|
|
1697
|
-
.n("KinesisVideoClient", "UpdateImageGenerationConfigurationCommand")
|
|
1698
|
-
.sc(UpdateImageGenerationConfiguration$)
|
|
1699
|
-
.build() {
|
|
1461
|
+
class UpdateImageGenerationConfigurationCommand extends command(_ep0, _mw0, "UpdateImageGenerationConfiguration", UpdateImageGenerationConfiguration$) {
|
|
1700
1462
|
}
|
|
1701
1463
|
|
|
1702
|
-
class UpdateMediaStorageConfigurationCommand extends
|
|
1703
|
-
.classBuilder()
|
|
1704
|
-
.ep(commonParams)
|
|
1705
|
-
.m(function (Command, cs, config, o) {
|
|
1706
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1707
|
-
})
|
|
1708
|
-
.s("KinesisVideo_20170930", "UpdateMediaStorageConfiguration", {})
|
|
1709
|
-
.n("KinesisVideoClient", "UpdateMediaStorageConfigurationCommand")
|
|
1710
|
-
.sc(UpdateMediaStorageConfiguration$)
|
|
1711
|
-
.build() {
|
|
1464
|
+
class UpdateMediaStorageConfigurationCommand extends command(_ep0, _mw0, "UpdateMediaStorageConfiguration", UpdateMediaStorageConfiguration$) {
|
|
1712
1465
|
}
|
|
1713
1466
|
|
|
1714
|
-
class UpdateNotificationConfigurationCommand extends
|
|
1715
|
-
.classBuilder()
|
|
1716
|
-
.ep(commonParams)
|
|
1717
|
-
.m(function (Command, cs, config, o) {
|
|
1718
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1719
|
-
})
|
|
1720
|
-
.s("KinesisVideo_20170930", "UpdateNotificationConfiguration", {})
|
|
1721
|
-
.n("KinesisVideoClient", "UpdateNotificationConfigurationCommand")
|
|
1722
|
-
.sc(UpdateNotificationConfiguration$)
|
|
1723
|
-
.build() {
|
|
1467
|
+
class UpdateNotificationConfigurationCommand extends command(_ep0, _mw0, "UpdateNotificationConfiguration", UpdateNotificationConfiguration$) {
|
|
1724
1468
|
}
|
|
1725
1469
|
|
|
1726
|
-
class UpdateSignalingChannelCommand extends
|
|
1727
|
-
.classBuilder()
|
|
1728
|
-
.ep(commonParams)
|
|
1729
|
-
.m(function (Command, cs, config, o) {
|
|
1730
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1731
|
-
})
|
|
1732
|
-
.s("KinesisVideo_20170930", "UpdateSignalingChannel", {})
|
|
1733
|
-
.n("KinesisVideoClient", "UpdateSignalingChannelCommand")
|
|
1734
|
-
.sc(UpdateSignalingChannel$)
|
|
1735
|
-
.build() {
|
|
1470
|
+
class UpdateSignalingChannelCommand extends command(_ep0, _mw0, "UpdateSignalingChannel", UpdateSignalingChannel$) {
|
|
1736
1471
|
}
|
|
1737
1472
|
|
|
1738
|
-
class UpdateStreamCommand extends
|
|
1739
|
-
.classBuilder()
|
|
1740
|
-
.ep(commonParams)
|
|
1741
|
-
.m(function (Command, cs, config, o) {
|
|
1742
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1743
|
-
})
|
|
1744
|
-
.s("KinesisVideo_20170930", "UpdateStream", {})
|
|
1745
|
-
.n("KinesisVideoClient", "UpdateStreamCommand")
|
|
1746
|
-
.sc(UpdateStream$)
|
|
1747
|
-
.build() {
|
|
1473
|
+
class UpdateStreamCommand extends command(_ep0, _mw0, "UpdateStream", UpdateStream$) {
|
|
1748
1474
|
}
|
|
1749
1475
|
|
|
1750
|
-
class UpdateStreamStorageConfigurationCommand extends
|
|
1751
|
-
.classBuilder()
|
|
1752
|
-
.ep(commonParams)
|
|
1753
|
-
.m(function (Command, cs, config, o) {
|
|
1754
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1755
|
-
})
|
|
1756
|
-
.s("KinesisVideo_20170930", "UpdateStreamStorageConfiguration", {})
|
|
1757
|
-
.n("KinesisVideoClient", "UpdateStreamStorageConfigurationCommand")
|
|
1758
|
-
.sc(UpdateStreamStorageConfiguration$)
|
|
1759
|
-
.build() {
|
|
1476
|
+
class UpdateStreamStorageConfigurationCommand extends command(_ep0, _mw0, "UpdateStreamStorageConfiguration", UpdateStreamStorageConfiguration$) {
|
|
1760
1477
|
}
|
|
1761
1478
|
|
|
1762
1479
|
const paginateDescribeMappedResourceConfiguration = createPaginator(KinesisVideoClient, DescribeMappedResourceConfigurationCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "KinesisVideo_20170930", "KinesisVideoClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateSignalingChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSignalingChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "CreateSignalingChannel", {})
|
|
13
|
-
.n("KinesisVideoClient", "CreateSignalingChannelCommand")
|
|
14
|
-
.sc(CreateSignalingChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSignalingChannelCommand extends command(_ep0, _mw0, "CreateSignalingChannel", CreateSignalingChannel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateStream$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateStreamCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "CreateStream", {})
|
|
13
|
-
.n("KinesisVideoClient", "CreateStreamCommand")
|
|
14
|
-
.sc(CreateStream$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateStreamCommand extends command(_ep0, _mw0, "CreateStream", CreateStream$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteEdgeConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteEdgeConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "DeleteEdgeConfiguration", {})
|
|
13
|
-
.n("KinesisVideoClient", "DeleteEdgeConfigurationCommand")
|
|
14
|
-
.sc(DeleteEdgeConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteEdgeConfigurationCommand extends command(_ep0, _mw0, "DeleteEdgeConfiguration", DeleteEdgeConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteSignalingChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSignalingChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "DeleteSignalingChannel", {})
|
|
13
|
-
.n("KinesisVideoClient", "DeleteSignalingChannelCommand")
|
|
14
|
-
.sc(DeleteSignalingChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSignalingChannelCommand extends command(_ep0, _mw0, "DeleteSignalingChannel", DeleteSignalingChannel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteStream$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteStreamCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "DeleteStream", {})
|
|
13
|
-
.n("KinesisVideoClient", "DeleteStreamCommand")
|
|
14
|
-
.sc(DeleteStream$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteStreamCommand extends command(_ep0, _mw0, "DeleteStream", DeleteStream$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEdgeConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEdgeConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "DescribeEdgeConfiguration", {})
|
|
13
|
-
.n("KinesisVideoClient", "DescribeEdgeConfigurationCommand")
|
|
14
|
-
.sc(DescribeEdgeConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEdgeConfigurationCommand extends command(_ep0, _mw0, "DescribeEdgeConfiguration", DescribeEdgeConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeImageGenerationConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeImageGenerationConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "DescribeImageGenerationConfiguration", {})
|
|
13
|
-
.n("KinesisVideoClient", "DescribeImageGenerationConfigurationCommand")
|
|
14
|
-
.sc(DescribeImageGenerationConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeImageGenerationConfigurationCommand extends command(_ep0, _mw0, "DescribeImageGenerationConfiguration", DescribeImageGenerationConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeMappedResourceConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeMappedResourceConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "DescribeMappedResourceConfiguration", {})
|
|
13
|
-
.n("KinesisVideoClient", "DescribeMappedResourceConfigurationCommand")
|
|
14
|
-
.sc(DescribeMappedResourceConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeMappedResourceConfigurationCommand extends command(_ep0, _mw0, "DescribeMappedResourceConfiguration", DescribeMappedResourceConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeMediaStorageConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeMediaStorageConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "DescribeMediaStorageConfiguration", {})
|
|
13
|
-
.n("KinesisVideoClient", "DescribeMediaStorageConfigurationCommand")
|
|
14
|
-
.sc(DescribeMediaStorageConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeMediaStorageConfigurationCommand extends command(_ep0, _mw0, "DescribeMediaStorageConfiguration", DescribeMediaStorageConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeNotificationConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeNotificationConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "DescribeNotificationConfiguration", {})
|
|
13
|
-
.n("KinesisVideoClient", "DescribeNotificationConfigurationCommand")
|
|
14
|
-
.sc(DescribeNotificationConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeNotificationConfigurationCommand extends command(_ep0, _mw0, "DescribeNotificationConfiguration", DescribeNotificationConfiguration$) {
|
|
16
4
|
}
|