@aws-sdk/client-kinesis-video 3.1076.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 +43 -325
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
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");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultKinesisVideoHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1253,6 +1255,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1253
1255
|
serviceTarget: "KinesisVideo_20170930",
|
|
1254
1256
|
},
|
|
1255
1257
|
serviceId: config?.serviceId ?? "Kinesis Video",
|
|
1258
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1256
1259
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1257
1260
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1258
1261
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1286,7 +1289,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1286
1289
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1287
1290
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1288
1291
|
}, config),
|
|
1289
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1290
1292
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1291
1293
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1292
1294
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1374,388 +1376,104 @@ class KinesisVideoClient extends Client {
|
|
|
1374
1376
|
}
|
|
1375
1377
|
}
|
|
1376
1378
|
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
})
|
|
1383
|
-
.s("KinesisVideo_20170930", "CreateSignalingChannel", {})
|
|
1384
|
-
.n("KinesisVideoClient", "CreateSignalingChannelCommand")
|
|
1385
|
-
.sc(CreateSignalingChannel$)
|
|
1386
|
-
.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$) {
|
|
1387
1384
|
}
|
|
1388
1385
|
|
|
1389
|
-
class CreateStreamCommand extends
|
|
1390
|
-
.classBuilder()
|
|
1391
|
-
.ep(commonParams)
|
|
1392
|
-
.m(function (Command, cs, config, o) {
|
|
1393
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1394
|
-
})
|
|
1395
|
-
.s("KinesisVideo_20170930", "CreateStream", {})
|
|
1396
|
-
.n("KinesisVideoClient", "CreateStreamCommand")
|
|
1397
|
-
.sc(CreateStream$)
|
|
1398
|
-
.build() {
|
|
1386
|
+
class CreateStreamCommand extends command(_ep0, _mw0, "CreateStream", CreateStream$) {
|
|
1399
1387
|
}
|
|
1400
1388
|
|
|
1401
|
-
class DeleteEdgeConfigurationCommand extends
|
|
1402
|
-
.classBuilder()
|
|
1403
|
-
.ep(commonParams)
|
|
1404
|
-
.m(function (Command, cs, config, o) {
|
|
1405
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1406
|
-
})
|
|
1407
|
-
.s("KinesisVideo_20170930", "DeleteEdgeConfiguration", {})
|
|
1408
|
-
.n("KinesisVideoClient", "DeleteEdgeConfigurationCommand")
|
|
1409
|
-
.sc(DeleteEdgeConfiguration$)
|
|
1410
|
-
.build() {
|
|
1389
|
+
class DeleteEdgeConfigurationCommand extends command(_ep0, _mw0, "DeleteEdgeConfiguration", DeleteEdgeConfiguration$) {
|
|
1411
1390
|
}
|
|
1412
1391
|
|
|
1413
|
-
class DeleteSignalingChannelCommand extends
|
|
1414
|
-
.classBuilder()
|
|
1415
|
-
.ep(commonParams)
|
|
1416
|
-
.m(function (Command, cs, config, o) {
|
|
1417
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1418
|
-
})
|
|
1419
|
-
.s("KinesisVideo_20170930", "DeleteSignalingChannel", {})
|
|
1420
|
-
.n("KinesisVideoClient", "DeleteSignalingChannelCommand")
|
|
1421
|
-
.sc(DeleteSignalingChannel$)
|
|
1422
|
-
.build() {
|
|
1392
|
+
class DeleteSignalingChannelCommand extends command(_ep0, _mw0, "DeleteSignalingChannel", DeleteSignalingChannel$) {
|
|
1423
1393
|
}
|
|
1424
1394
|
|
|
1425
|
-
class DeleteStreamCommand extends
|
|
1426
|
-
.classBuilder()
|
|
1427
|
-
.ep(commonParams)
|
|
1428
|
-
.m(function (Command, cs, config, o) {
|
|
1429
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1430
|
-
})
|
|
1431
|
-
.s("KinesisVideo_20170930", "DeleteStream", {})
|
|
1432
|
-
.n("KinesisVideoClient", "DeleteStreamCommand")
|
|
1433
|
-
.sc(DeleteStream$)
|
|
1434
|
-
.build() {
|
|
1395
|
+
class DeleteStreamCommand extends command(_ep0, _mw0, "DeleteStream", DeleteStream$) {
|
|
1435
1396
|
}
|
|
1436
1397
|
|
|
1437
|
-
class DescribeEdgeConfigurationCommand extends
|
|
1438
|
-
.classBuilder()
|
|
1439
|
-
.ep(commonParams)
|
|
1440
|
-
.m(function (Command, cs, config, o) {
|
|
1441
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1442
|
-
})
|
|
1443
|
-
.s("KinesisVideo_20170930", "DescribeEdgeConfiguration", {})
|
|
1444
|
-
.n("KinesisVideoClient", "DescribeEdgeConfigurationCommand")
|
|
1445
|
-
.sc(DescribeEdgeConfiguration$)
|
|
1446
|
-
.build() {
|
|
1398
|
+
class DescribeEdgeConfigurationCommand extends command(_ep0, _mw0, "DescribeEdgeConfiguration", DescribeEdgeConfiguration$) {
|
|
1447
1399
|
}
|
|
1448
1400
|
|
|
1449
|
-
class DescribeImageGenerationConfigurationCommand extends
|
|
1450
|
-
.classBuilder()
|
|
1451
|
-
.ep(commonParams)
|
|
1452
|
-
.m(function (Command, cs, config, o) {
|
|
1453
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1454
|
-
})
|
|
1455
|
-
.s("KinesisVideo_20170930", "DescribeImageGenerationConfiguration", {})
|
|
1456
|
-
.n("KinesisVideoClient", "DescribeImageGenerationConfigurationCommand")
|
|
1457
|
-
.sc(DescribeImageGenerationConfiguration$)
|
|
1458
|
-
.build() {
|
|
1401
|
+
class DescribeImageGenerationConfigurationCommand extends command(_ep0, _mw0, "DescribeImageGenerationConfiguration", DescribeImageGenerationConfiguration$) {
|
|
1459
1402
|
}
|
|
1460
1403
|
|
|
1461
|
-
class DescribeMappedResourceConfigurationCommand extends
|
|
1462
|
-
.classBuilder()
|
|
1463
|
-
.ep(commonParams)
|
|
1464
|
-
.m(function (Command, cs, config, o) {
|
|
1465
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1466
|
-
})
|
|
1467
|
-
.s("KinesisVideo_20170930", "DescribeMappedResourceConfiguration", {})
|
|
1468
|
-
.n("KinesisVideoClient", "DescribeMappedResourceConfigurationCommand")
|
|
1469
|
-
.sc(DescribeMappedResourceConfiguration$)
|
|
1470
|
-
.build() {
|
|
1404
|
+
class DescribeMappedResourceConfigurationCommand extends command(_ep0, _mw0, "DescribeMappedResourceConfiguration", DescribeMappedResourceConfiguration$) {
|
|
1471
1405
|
}
|
|
1472
1406
|
|
|
1473
|
-
class DescribeMediaStorageConfigurationCommand extends
|
|
1474
|
-
.classBuilder()
|
|
1475
|
-
.ep(commonParams)
|
|
1476
|
-
.m(function (Command, cs, config, o) {
|
|
1477
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1478
|
-
})
|
|
1479
|
-
.s("KinesisVideo_20170930", "DescribeMediaStorageConfiguration", {})
|
|
1480
|
-
.n("KinesisVideoClient", "DescribeMediaStorageConfigurationCommand")
|
|
1481
|
-
.sc(DescribeMediaStorageConfiguration$)
|
|
1482
|
-
.build() {
|
|
1407
|
+
class DescribeMediaStorageConfigurationCommand extends command(_ep0, _mw0, "DescribeMediaStorageConfiguration", DescribeMediaStorageConfiguration$) {
|
|
1483
1408
|
}
|
|
1484
1409
|
|
|
1485
|
-
class DescribeNotificationConfigurationCommand extends
|
|
1486
|
-
.classBuilder()
|
|
1487
|
-
.ep(commonParams)
|
|
1488
|
-
.m(function (Command, cs, config, o) {
|
|
1489
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1490
|
-
})
|
|
1491
|
-
.s("KinesisVideo_20170930", "DescribeNotificationConfiguration", {})
|
|
1492
|
-
.n("KinesisVideoClient", "DescribeNotificationConfigurationCommand")
|
|
1493
|
-
.sc(DescribeNotificationConfiguration$)
|
|
1494
|
-
.build() {
|
|
1410
|
+
class DescribeNotificationConfigurationCommand extends command(_ep0, _mw0, "DescribeNotificationConfiguration", DescribeNotificationConfiguration$) {
|
|
1495
1411
|
}
|
|
1496
1412
|
|
|
1497
|
-
class DescribeSignalingChannelCommand extends
|
|
1498
|
-
.classBuilder()
|
|
1499
|
-
.ep(commonParams)
|
|
1500
|
-
.m(function (Command, cs, config, o) {
|
|
1501
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1502
|
-
})
|
|
1503
|
-
.s("KinesisVideo_20170930", "DescribeSignalingChannel", {})
|
|
1504
|
-
.n("KinesisVideoClient", "DescribeSignalingChannelCommand")
|
|
1505
|
-
.sc(DescribeSignalingChannel$)
|
|
1506
|
-
.build() {
|
|
1413
|
+
class DescribeSignalingChannelCommand extends command(_ep0, _mw0, "DescribeSignalingChannel", DescribeSignalingChannel$) {
|
|
1507
1414
|
}
|
|
1508
1415
|
|
|
1509
|
-
class DescribeStreamCommand extends
|
|
1510
|
-
.classBuilder()
|
|
1511
|
-
.ep(commonParams)
|
|
1512
|
-
.m(function (Command, cs, config, o) {
|
|
1513
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1514
|
-
})
|
|
1515
|
-
.s("KinesisVideo_20170930", "DescribeStream", {})
|
|
1516
|
-
.n("KinesisVideoClient", "DescribeStreamCommand")
|
|
1517
|
-
.sc(DescribeStream$)
|
|
1518
|
-
.build() {
|
|
1416
|
+
class DescribeStreamCommand extends command(_ep0, _mw0, "DescribeStream", DescribeStream$) {
|
|
1519
1417
|
}
|
|
1520
1418
|
|
|
1521
|
-
class DescribeStreamStorageConfigurationCommand extends
|
|
1522
|
-
.classBuilder()
|
|
1523
|
-
.ep(commonParams)
|
|
1524
|
-
.m(function (Command, cs, config, o) {
|
|
1525
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1526
|
-
})
|
|
1527
|
-
.s("KinesisVideo_20170930", "DescribeStreamStorageConfiguration", {})
|
|
1528
|
-
.n("KinesisVideoClient", "DescribeStreamStorageConfigurationCommand")
|
|
1529
|
-
.sc(DescribeStreamStorageConfiguration$)
|
|
1530
|
-
.build() {
|
|
1419
|
+
class DescribeStreamStorageConfigurationCommand extends command(_ep0, _mw0, "DescribeStreamStorageConfiguration", DescribeStreamStorageConfiguration$) {
|
|
1531
1420
|
}
|
|
1532
1421
|
|
|
1533
|
-
class GetDataEndpointCommand extends
|
|
1534
|
-
.classBuilder()
|
|
1535
|
-
.ep(commonParams)
|
|
1536
|
-
.m(function (Command, cs, config, o) {
|
|
1537
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1538
|
-
})
|
|
1539
|
-
.s("KinesisVideo_20170930", "GetDataEndpoint", {})
|
|
1540
|
-
.n("KinesisVideoClient", "GetDataEndpointCommand")
|
|
1541
|
-
.sc(GetDataEndpoint$)
|
|
1542
|
-
.build() {
|
|
1422
|
+
class GetDataEndpointCommand extends command(_ep0, _mw0, "GetDataEndpoint", GetDataEndpoint$) {
|
|
1543
1423
|
}
|
|
1544
1424
|
|
|
1545
|
-
class GetSignalingChannelEndpointCommand extends
|
|
1546
|
-
.classBuilder()
|
|
1547
|
-
.ep(commonParams)
|
|
1548
|
-
.m(function (Command, cs, config, o) {
|
|
1549
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1550
|
-
})
|
|
1551
|
-
.s("KinesisVideo_20170930", "GetSignalingChannelEndpoint", {})
|
|
1552
|
-
.n("KinesisVideoClient", "GetSignalingChannelEndpointCommand")
|
|
1553
|
-
.sc(GetSignalingChannelEndpoint$)
|
|
1554
|
-
.build() {
|
|
1425
|
+
class GetSignalingChannelEndpointCommand extends command(_ep0, _mw0, "GetSignalingChannelEndpoint", GetSignalingChannelEndpoint$) {
|
|
1555
1426
|
}
|
|
1556
1427
|
|
|
1557
|
-
class ListEdgeAgentConfigurationsCommand extends
|
|
1558
|
-
.classBuilder()
|
|
1559
|
-
.ep(commonParams)
|
|
1560
|
-
.m(function (Command, cs, config, o) {
|
|
1561
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1562
|
-
})
|
|
1563
|
-
.s("KinesisVideo_20170930", "ListEdgeAgentConfigurations", {})
|
|
1564
|
-
.n("KinesisVideoClient", "ListEdgeAgentConfigurationsCommand")
|
|
1565
|
-
.sc(ListEdgeAgentConfigurations$)
|
|
1566
|
-
.build() {
|
|
1428
|
+
class ListEdgeAgentConfigurationsCommand extends command(_ep0, _mw0, "ListEdgeAgentConfigurations", ListEdgeAgentConfigurations$) {
|
|
1567
1429
|
}
|
|
1568
1430
|
|
|
1569
|
-
class ListSignalingChannelsCommand extends
|
|
1570
|
-
.classBuilder()
|
|
1571
|
-
.ep(commonParams)
|
|
1572
|
-
.m(function (Command, cs, config, o) {
|
|
1573
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1574
|
-
})
|
|
1575
|
-
.s("KinesisVideo_20170930", "ListSignalingChannels", {})
|
|
1576
|
-
.n("KinesisVideoClient", "ListSignalingChannelsCommand")
|
|
1577
|
-
.sc(ListSignalingChannels$)
|
|
1578
|
-
.build() {
|
|
1431
|
+
class ListSignalingChannelsCommand extends command(_ep0, _mw0, "ListSignalingChannels", ListSignalingChannels$) {
|
|
1579
1432
|
}
|
|
1580
1433
|
|
|
1581
|
-
class ListStreamsCommand extends
|
|
1582
|
-
.classBuilder()
|
|
1583
|
-
.ep(commonParams)
|
|
1584
|
-
.m(function (Command, cs, config, o) {
|
|
1585
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1586
|
-
})
|
|
1587
|
-
.s("KinesisVideo_20170930", "ListStreams", {})
|
|
1588
|
-
.n("KinesisVideoClient", "ListStreamsCommand")
|
|
1589
|
-
.sc(ListStreams$)
|
|
1590
|
-
.build() {
|
|
1434
|
+
class ListStreamsCommand extends command(_ep0, _mw0, "ListStreams", ListStreams$) {
|
|
1591
1435
|
}
|
|
1592
1436
|
|
|
1593
|
-
class ListTagsForResourceCommand extends
|
|
1594
|
-
.classBuilder()
|
|
1595
|
-
.ep(commonParams)
|
|
1596
|
-
.m(function (Command, cs, config, o) {
|
|
1597
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1598
|
-
})
|
|
1599
|
-
.s("KinesisVideo_20170930", "ListTagsForResource", {})
|
|
1600
|
-
.n("KinesisVideoClient", "ListTagsForResourceCommand")
|
|
1601
|
-
.sc(ListTagsForResource$)
|
|
1602
|
-
.build() {
|
|
1437
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1603
1438
|
}
|
|
1604
1439
|
|
|
1605
|
-
class ListTagsForStreamCommand extends
|
|
1606
|
-
.classBuilder()
|
|
1607
|
-
.ep(commonParams)
|
|
1608
|
-
.m(function (Command, cs, config, o) {
|
|
1609
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1610
|
-
})
|
|
1611
|
-
.s("KinesisVideo_20170930", "ListTagsForStream", {})
|
|
1612
|
-
.n("KinesisVideoClient", "ListTagsForStreamCommand")
|
|
1613
|
-
.sc(ListTagsForStream$)
|
|
1614
|
-
.build() {
|
|
1440
|
+
class ListTagsForStreamCommand extends command(_ep0, _mw0, "ListTagsForStream", ListTagsForStream$) {
|
|
1615
1441
|
}
|
|
1616
1442
|
|
|
1617
|
-
class StartEdgeConfigurationUpdateCommand extends
|
|
1618
|
-
.classBuilder()
|
|
1619
|
-
.ep(commonParams)
|
|
1620
|
-
.m(function (Command, cs, config, o) {
|
|
1621
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1622
|
-
})
|
|
1623
|
-
.s("KinesisVideo_20170930", "StartEdgeConfigurationUpdate", {})
|
|
1624
|
-
.n("KinesisVideoClient", "StartEdgeConfigurationUpdateCommand")
|
|
1625
|
-
.sc(StartEdgeConfigurationUpdate$)
|
|
1626
|
-
.build() {
|
|
1443
|
+
class StartEdgeConfigurationUpdateCommand extends command(_ep0, _mw0, "StartEdgeConfigurationUpdate", StartEdgeConfigurationUpdate$) {
|
|
1627
1444
|
}
|
|
1628
1445
|
|
|
1629
|
-
class TagResourceCommand extends
|
|
1630
|
-
.classBuilder()
|
|
1631
|
-
.ep(commonParams)
|
|
1632
|
-
.m(function (Command, cs, config, o) {
|
|
1633
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1634
|
-
})
|
|
1635
|
-
.s("KinesisVideo_20170930", "TagResource", {})
|
|
1636
|
-
.n("KinesisVideoClient", "TagResourceCommand")
|
|
1637
|
-
.sc(TagResource$)
|
|
1638
|
-
.build() {
|
|
1446
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1639
1447
|
}
|
|
1640
1448
|
|
|
1641
|
-
class TagStreamCommand extends
|
|
1642
|
-
.classBuilder()
|
|
1643
|
-
.ep(commonParams)
|
|
1644
|
-
.m(function (Command, cs, config, o) {
|
|
1645
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1646
|
-
})
|
|
1647
|
-
.s("KinesisVideo_20170930", "TagStream", {})
|
|
1648
|
-
.n("KinesisVideoClient", "TagStreamCommand")
|
|
1649
|
-
.sc(TagStream$)
|
|
1650
|
-
.build() {
|
|
1449
|
+
class TagStreamCommand extends command(_ep0, _mw0, "TagStream", TagStream$) {
|
|
1651
1450
|
}
|
|
1652
1451
|
|
|
1653
|
-
class UntagResourceCommand extends
|
|
1654
|
-
.classBuilder()
|
|
1655
|
-
.ep(commonParams)
|
|
1656
|
-
.m(function (Command, cs, config, o) {
|
|
1657
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1658
|
-
})
|
|
1659
|
-
.s("KinesisVideo_20170930", "UntagResource", {})
|
|
1660
|
-
.n("KinesisVideoClient", "UntagResourceCommand")
|
|
1661
|
-
.sc(UntagResource$)
|
|
1662
|
-
.build() {
|
|
1452
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1663
1453
|
}
|
|
1664
1454
|
|
|
1665
|
-
class UntagStreamCommand extends
|
|
1666
|
-
.classBuilder()
|
|
1667
|
-
.ep(commonParams)
|
|
1668
|
-
.m(function (Command, cs, config, o) {
|
|
1669
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1670
|
-
})
|
|
1671
|
-
.s("KinesisVideo_20170930", "UntagStream", {})
|
|
1672
|
-
.n("KinesisVideoClient", "UntagStreamCommand")
|
|
1673
|
-
.sc(UntagStream$)
|
|
1674
|
-
.build() {
|
|
1455
|
+
class UntagStreamCommand extends command(_ep0, _mw0, "UntagStream", UntagStream$) {
|
|
1675
1456
|
}
|
|
1676
1457
|
|
|
1677
|
-
class UpdateDataRetentionCommand extends
|
|
1678
|
-
.classBuilder()
|
|
1679
|
-
.ep(commonParams)
|
|
1680
|
-
.m(function (Command, cs, config, o) {
|
|
1681
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1682
|
-
})
|
|
1683
|
-
.s("KinesisVideo_20170930", "UpdateDataRetention", {})
|
|
1684
|
-
.n("KinesisVideoClient", "UpdateDataRetentionCommand")
|
|
1685
|
-
.sc(UpdateDataRetention$)
|
|
1686
|
-
.build() {
|
|
1458
|
+
class UpdateDataRetentionCommand extends command(_ep0, _mw0, "UpdateDataRetention", UpdateDataRetention$) {
|
|
1687
1459
|
}
|
|
1688
1460
|
|
|
1689
|
-
class UpdateImageGenerationConfigurationCommand extends
|
|
1690
|
-
.classBuilder()
|
|
1691
|
-
.ep(commonParams)
|
|
1692
|
-
.m(function (Command, cs, config, o) {
|
|
1693
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1694
|
-
})
|
|
1695
|
-
.s("KinesisVideo_20170930", "UpdateImageGenerationConfiguration", {})
|
|
1696
|
-
.n("KinesisVideoClient", "UpdateImageGenerationConfigurationCommand")
|
|
1697
|
-
.sc(UpdateImageGenerationConfiguration$)
|
|
1698
|
-
.build() {
|
|
1461
|
+
class UpdateImageGenerationConfigurationCommand extends command(_ep0, _mw0, "UpdateImageGenerationConfiguration", UpdateImageGenerationConfiguration$) {
|
|
1699
1462
|
}
|
|
1700
1463
|
|
|
1701
|
-
class UpdateMediaStorageConfigurationCommand extends
|
|
1702
|
-
.classBuilder()
|
|
1703
|
-
.ep(commonParams)
|
|
1704
|
-
.m(function (Command, cs, config, o) {
|
|
1705
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1706
|
-
})
|
|
1707
|
-
.s("KinesisVideo_20170930", "UpdateMediaStorageConfiguration", {})
|
|
1708
|
-
.n("KinesisVideoClient", "UpdateMediaStorageConfigurationCommand")
|
|
1709
|
-
.sc(UpdateMediaStorageConfiguration$)
|
|
1710
|
-
.build() {
|
|
1464
|
+
class UpdateMediaStorageConfigurationCommand extends command(_ep0, _mw0, "UpdateMediaStorageConfiguration", UpdateMediaStorageConfiguration$) {
|
|
1711
1465
|
}
|
|
1712
1466
|
|
|
1713
|
-
class UpdateNotificationConfigurationCommand extends
|
|
1714
|
-
.classBuilder()
|
|
1715
|
-
.ep(commonParams)
|
|
1716
|
-
.m(function (Command, cs, config, o) {
|
|
1717
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1718
|
-
})
|
|
1719
|
-
.s("KinesisVideo_20170930", "UpdateNotificationConfiguration", {})
|
|
1720
|
-
.n("KinesisVideoClient", "UpdateNotificationConfigurationCommand")
|
|
1721
|
-
.sc(UpdateNotificationConfiguration$)
|
|
1722
|
-
.build() {
|
|
1467
|
+
class UpdateNotificationConfigurationCommand extends command(_ep0, _mw0, "UpdateNotificationConfiguration", UpdateNotificationConfiguration$) {
|
|
1723
1468
|
}
|
|
1724
1469
|
|
|
1725
|
-
class UpdateSignalingChannelCommand extends
|
|
1726
|
-
.classBuilder()
|
|
1727
|
-
.ep(commonParams)
|
|
1728
|
-
.m(function (Command, cs, config, o) {
|
|
1729
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1730
|
-
})
|
|
1731
|
-
.s("KinesisVideo_20170930", "UpdateSignalingChannel", {})
|
|
1732
|
-
.n("KinesisVideoClient", "UpdateSignalingChannelCommand")
|
|
1733
|
-
.sc(UpdateSignalingChannel$)
|
|
1734
|
-
.build() {
|
|
1470
|
+
class UpdateSignalingChannelCommand extends command(_ep0, _mw0, "UpdateSignalingChannel", UpdateSignalingChannel$) {
|
|
1735
1471
|
}
|
|
1736
1472
|
|
|
1737
|
-
class UpdateStreamCommand extends
|
|
1738
|
-
.classBuilder()
|
|
1739
|
-
.ep(commonParams)
|
|
1740
|
-
.m(function (Command, cs, config, o) {
|
|
1741
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1742
|
-
})
|
|
1743
|
-
.s("KinesisVideo_20170930", "UpdateStream", {})
|
|
1744
|
-
.n("KinesisVideoClient", "UpdateStreamCommand")
|
|
1745
|
-
.sc(UpdateStream$)
|
|
1746
|
-
.build() {
|
|
1473
|
+
class UpdateStreamCommand extends command(_ep0, _mw0, "UpdateStream", UpdateStream$) {
|
|
1747
1474
|
}
|
|
1748
1475
|
|
|
1749
|
-
class UpdateStreamStorageConfigurationCommand extends
|
|
1750
|
-
.classBuilder()
|
|
1751
|
-
.ep(commonParams)
|
|
1752
|
-
.m(function (Command, cs, config, o) {
|
|
1753
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1754
|
-
})
|
|
1755
|
-
.s("KinesisVideo_20170930", "UpdateStreamStorageConfiguration", {})
|
|
1756
|
-
.n("KinesisVideoClient", "UpdateStreamStorageConfigurationCommand")
|
|
1757
|
-
.sc(UpdateStreamStorageConfiguration$)
|
|
1758
|
-
.build() {
|
|
1476
|
+
class UpdateStreamStorageConfigurationCommand extends command(_ep0, _mw0, "UpdateStreamStorageConfiguration", UpdateStreamStorageConfiguration$) {
|
|
1759
1477
|
}
|
|
1760
1478
|
|
|
1761
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
|
}
|