@aws-sdk/client-kinesis-video 3.35.0 → 3.38.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/CHANGELOG.md +47 -0
- package/dist-cjs/KinesisVideo.js +0 -4
- package/dist-cjs/KinesisVideoClient.js +0 -9
- package/dist-cjs/commands/CreateSignalingChannelCommand.js +0 -27
- package/dist-cjs/commands/CreateStreamCommand.js +0 -33
- package/dist-cjs/commands/DeleteSignalingChannelCommand.js +0 -27
- package/dist-cjs/commands/DeleteStreamCommand.js +0 -34
- package/dist-cjs/commands/DescribeSignalingChannelCommand.js +0 -27
- package/dist-cjs/commands/DescribeStreamCommand.js +0 -26
- package/dist-cjs/commands/GetDataEndpointCommand.js +0 -36
- package/dist-cjs/commands/GetSignalingChannelEndpointCommand.js +0 -38
- package/dist-cjs/commands/ListSignalingChannelsCommand.js +0 -27
- package/dist-cjs/commands/ListStreamsCommand.js +0 -27
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForStreamCommand.js +0 -27
- package/dist-cjs/commands/TagResourceCommand.js +0 -30
- package/dist-cjs/commands/TagStreamCommand.js +0 -34
- package/dist-cjs/commands/UntagResourceCommand.js +0 -27
- package/dist-cjs/commands/UntagStreamCommand.js +0 -29
- package/dist-cjs/commands/UpdateDataRetentionCommand.js +0 -51
- package/dist-cjs/commands/UpdateSignalingChannelCommand.js +0 -30
- package/dist-cjs/commands/UpdateStreamCommand.js +0 -34
- package/dist-cjs/commands/index.js +22 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -25
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -178
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListSignalingChannelsPaginator.js +0 -11
- package/dist-cjs/pagination/ListStreamsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +6 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/KinesisVideo.js +0 -1
- package/dist-es/KinesisVideoClient.js +0 -1
- package/dist-es/commands/CreateSignalingChannelCommand.js +0 -1
- package/dist-es/commands/CreateStreamCommand.js +0 -1
- package/dist-es/commands/DeleteSignalingChannelCommand.js +0 -1
- package/dist-es/commands/DeleteStreamCommand.js +0 -1
- package/dist-es/commands/DescribeSignalingChannelCommand.js +0 -1
- package/dist-es/commands/DescribeStreamCommand.js +0 -1
- package/dist-es/commands/GetDataEndpointCommand.js +0 -1
- package/dist-es/commands/GetSignalingChannelEndpointCommand.js +0 -1
- package/dist-es/commands/ListSignalingChannelsCommand.js +0 -1
- package/dist-es/commands/ListStreamsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ListTagsForStreamCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/TagStreamCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UntagStreamCommand.js +0 -1
- package/dist-es/commands/UpdateDataRetentionCommand.js +0 -1
- package/dist-es/commands/UpdateSignalingChannelCommand.js +0 -1
- package/dist-es/commands/UpdateStreamCommand.js +0 -1
- package/dist-es/commands/index.js +19 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -25
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListSignalingChannelsPaginator.js +0 -1
- package/dist-es/pagination/ListStreamsPaginator.js +0 -1
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +19 -0
- package/dist-types/index.d.ts +4 -24
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/KinesisVideo.d.ts +20 -174
- package/dist-types/ts3.4/KinesisVideoClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/CreateSignalingChannelCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/DeleteSignalingChannelCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/DescribeSignalingChannelCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetDataEndpointCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/GetSignalingChannelEndpointCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/ListSignalingChannelsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/TagStreamCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UntagStreamCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/UpdateDataRetentionCommand.d.ts +2 -46
- package/dist-types/ts3.4/commands/UpdateSignalingChannelCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/index.d.ts +19 -0
- package/dist-types/ts3.4/index.d.ts +4 -24
- package/dist-types/ts3.4/models/models_0.d.ts +178 -648
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/KinesisVideo.js.map +0 -1
- package/dist-cjs/KinesisVideoClient.js.map +0 -1
- package/dist-cjs/commands/CreateSignalingChannelCommand.js.map +0 -1
- package/dist-cjs/commands/CreateStreamCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteSignalingChannelCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteStreamCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeSignalingChannelCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeStreamCommand.js.map +0 -1
- package/dist-cjs/commands/GetDataEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/GetSignalingChannelEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/ListSignalingChannelsCommand.js.map +0 -1
- package/dist-cjs/commands/ListStreamsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForStreamCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/TagStreamCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagStreamCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateDataRetentionCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateSignalingChannelCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateStreamCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListSignalingChannelsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListStreamsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/KinesisVideo.js.map +0 -1
- package/dist-es/KinesisVideoClient.js.map +0 -1
- package/dist-es/commands/CreateSignalingChannelCommand.js.map +0 -1
- package/dist-es/commands/CreateStreamCommand.js.map +0 -1
- package/dist-es/commands/DeleteSignalingChannelCommand.js.map +0 -1
- package/dist-es/commands/DeleteStreamCommand.js.map +0 -1
- package/dist-es/commands/DescribeSignalingChannelCommand.js.map +0 -1
- package/dist-es/commands/DescribeStreamCommand.js.map +0 -1
- package/dist-es/commands/GetDataEndpointCommand.js.map +0 -1
- package/dist-es/commands/GetSignalingChannelEndpointCommand.js.map +0 -1
- package/dist-es/commands/ListSignalingChannelsCommand.js.map +0 -1
- package/dist-es/commands/ListStreamsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForStreamCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/TagStreamCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagStreamCommand.js.map +0 -1
- package/dist-es/commands/UpdateDataRetentionCommand.js.map +0 -1
- package/dist-es/commands/UpdateSignalingChannelCommand.js.map +0 -1
- package/dist-es/commands/UpdateStreamCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListSignalingChannelsPaginator.js.map +0 -1
- package/dist-es/pagination/ListStreamsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/KinesisVideo.ts +0 -776
- package/src/KinesisVideoClient.ts +0 -317
- package/src/commands/CreateSignalingChannelCommand.ts +0 -97
- package/src/commands/CreateStreamCommand.ts +0 -103
- package/src/commands/DeleteSignalingChannelCommand.ts +0 -97
- package/src/commands/DeleteStreamCommand.ts +0 -104
- package/src/commands/DescribeSignalingChannelCommand.ts +0 -97
- package/src/commands/DescribeStreamCommand.ts +0 -96
- package/src/commands/GetDataEndpointCommand.ts +0 -106
- package/src/commands/GetSignalingChannelEndpointCommand.ts +0 -111
- package/src/commands/ListSignalingChannelsCommand.ts +0 -97
- package/src/commands/ListStreamsCommand.ts +0 -97
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ListTagsForStreamCommand.ts +0 -97
- package/src/commands/TagResourceCommand.ts +0 -100
- package/src/commands/TagStreamCommand.ts +0 -104
- package/src/commands/UntagResourceCommand.ts +0 -97
- package/src/commands/UntagStreamCommand.ts +0 -99
- package/src/commands/UpdateDataRetentionCommand.ts +0 -121
- package/src/commands/UpdateSignalingChannelCommand.ts +0 -100
- package/src/commands/UpdateStreamCommand.ts +0 -104
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -25
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -1409
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListSignalingChannelsPaginator.ts +0 -59
- package/src/pagination/ListStreamsPaginator.ts +0 -55
- package/src/protocols/Aws_restJson1.ts +0 -2737
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
46
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
47
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
6
53
|
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
7
54
|
|
|
8
55
|
|
package/dist-cjs/KinesisVideo.js
CHANGED
|
@@ -21,9 +21,6 @@ const UpdateDataRetentionCommand_1 = require("./commands/UpdateDataRetentionComm
|
|
|
21
21
|
const UpdateSignalingChannelCommand_1 = require("./commands/UpdateSignalingChannelCommand");
|
|
22
22
|
const UpdateStreamCommand_1 = require("./commands/UpdateStreamCommand");
|
|
23
23
|
const KinesisVideoClient_1 = require("./KinesisVideoClient");
|
|
24
|
-
/**
|
|
25
|
-
* <p></p>
|
|
26
|
-
*/
|
|
27
24
|
class KinesisVideo extends KinesisVideoClient_1.KinesisVideoClient {
|
|
28
25
|
createSignalingChannel(args, optionsOrCb, cb) {
|
|
29
26
|
const command = new CreateSignalingChannelCommand_1.CreateSignalingChannelCommand(args);
|
|
@@ -293,4 +290,3 @@ class KinesisVideo extends KinesisVideoClient_1.KinesisVideoClient {
|
|
|
293
290
|
}
|
|
294
291
|
}
|
|
295
292
|
exports.KinesisVideo = KinesisVideo;
|
|
296
|
-
//# sourceMappingURL=KinesisVideo.js.map
|
|
@@ -10,9 +10,6 @@ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
|
10
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
11
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
12
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
|
-
/**
|
|
14
|
-
* <p></p>
|
|
15
|
-
*/
|
|
16
13
|
class KinesisVideoClient extends smithy_client_1.Client {
|
|
17
14
|
constructor(configuration) {
|
|
18
15
|
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
@@ -31,14 +28,8 @@ class KinesisVideoClient extends smithy_client_1.Client {
|
|
|
31
28
|
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
|
|
32
29
|
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
|
|
33
30
|
}
|
|
34
|
-
/**
|
|
35
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
36
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
37
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
38
|
-
*/
|
|
39
31
|
destroy() {
|
|
40
32
|
super.destroy();
|
|
41
33
|
}
|
|
42
34
|
}
|
|
43
35
|
exports.KinesisVideoClient = KinesisVideoClient;
|
|
44
|
-
//# sourceMappingURL=KinesisVideoClient.js.map
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a signaling channel. </p>
|
|
10
|
-
* <p>
|
|
11
|
-
* <code>CreateSignalingChannel</code> is an asynchronous operation.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { KinesisVideoClient, CreateSignalingChannelCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
16
|
-
* // const { KinesisVideoClient, CreateSignalingChannelCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
17
|
-
* const client = new KinesisVideoClient(config);
|
|
18
|
-
* const command = new CreateSignalingChannelCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link CreateSignalingChannelCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link CreateSignalingChannelCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link KinesisVideoClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class CreateSignalingChannelCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class CreateSignalingChannelCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.CreateSignalingChannelCommand = CreateSignalingChannelCommand;
|
|
63
|
-
//# sourceMappingURL=CreateSignalingChannelCommand.js.map
|
|
@@ -5,43 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a new Kinesis video stream. </p>
|
|
10
|
-
*
|
|
11
|
-
* <p>When you create a new stream, Kinesis Video Streams assigns it a version number.
|
|
12
|
-
* When you change the stream's metadata, Kinesis Video Streams updates the version. </p>
|
|
13
|
-
* <p>
|
|
14
|
-
* <code>CreateStream</code> is an asynchronous operation.</p>
|
|
15
|
-
* <p>For information about how the service works, see <a href="https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/how-it-works.html">How it Works</a>. </p>
|
|
16
|
-
* <p>You must have permissions for the <code>KinesisVideo:CreateStream</code>
|
|
17
|
-
* action.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { KinesisVideoClient, CreateStreamCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
22
|
-
* // const { KinesisVideoClient, CreateStreamCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
23
|
-
* const client = new KinesisVideoClient(config);
|
|
24
|
-
* const command = new CreateStreamCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link CreateStreamCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link CreateStreamCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link KinesisVideoClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
8
|
class CreateStreamCommand extends smithy_client_1.Command {
|
|
34
|
-
// Start section: command_properties
|
|
35
|
-
// End section: command_properties
|
|
36
9
|
constructor(input) {
|
|
37
|
-
// Start section: command_constructor
|
|
38
10
|
super();
|
|
39
11
|
this.input = input;
|
|
40
|
-
// End section: command_constructor
|
|
41
12
|
}
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
46
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
47
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -66,4 +34,3 @@ class CreateStreamCommand extends smithy_client_1.Command {
|
|
|
66
34
|
}
|
|
67
35
|
}
|
|
68
36
|
exports.CreateStreamCommand = CreateStreamCommand;
|
|
69
|
-
//# sourceMappingURL=CreateStreamCommand.js.map
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Deletes a specified signaling channel. <code>DeleteSignalingChannel</code> is an
|
|
10
|
-
* asynchronous operation. If you don't specify the channel's current version, the most
|
|
11
|
-
* recent version is deleted.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { KinesisVideoClient, DeleteSignalingChannelCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
16
|
-
* // const { KinesisVideoClient, DeleteSignalingChannelCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
17
|
-
* const client = new KinesisVideoClient(config);
|
|
18
|
-
* const command = new DeleteSignalingChannelCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteSignalingChannelCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteSignalingChannelCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link KinesisVideoClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class DeleteSignalingChannelCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class DeleteSignalingChannelCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.DeleteSignalingChannelCommand = DeleteSignalingChannelCommand;
|
|
63
|
-
//# sourceMappingURL=DeleteSignalingChannelCommand.js.map
|
|
@@ -5,44 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Deletes a Kinesis video stream and the data contained in the stream. </p>
|
|
10
|
-
* <p>This method marks the stream for deletion, and makes the data in the stream
|
|
11
|
-
* inaccessible immediately.</p>
|
|
12
|
-
* <p> </p>
|
|
13
|
-
* <p> To ensure that you have the latest version of the stream before deleting it, you
|
|
14
|
-
* can specify the stream version. Kinesis Video Streams assigns a version to each stream.
|
|
15
|
-
* When you update a stream, Kinesis Video Streams assigns a new version number. To get the
|
|
16
|
-
* latest stream version, use the <code>DescribeStream</code> API. </p>
|
|
17
|
-
* <p>This operation requires permission for the <code>KinesisVideo:DeleteStream</code>
|
|
18
|
-
* action.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { KinesisVideoClient, DeleteStreamCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
23
|
-
* // const { KinesisVideoClient, DeleteStreamCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
24
|
-
* const client = new KinesisVideoClient(config);
|
|
25
|
-
* const command = new DeleteStreamCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link DeleteStreamCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link DeleteStreamCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link KinesisVideoClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
8
|
class DeleteStreamCommand extends smithy_client_1.Command {
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
9
|
constructor(input) {
|
|
38
|
-
// Start section: command_constructor
|
|
39
10
|
super();
|
|
40
11
|
this.input = input;
|
|
41
|
-
// End section: command_constructor
|
|
42
12
|
}
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
47
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
48
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -67,4 +34,3 @@ class DeleteStreamCommand extends smithy_client_1.Command {
|
|
|
67
34
|
}
|
|
68
35
|
}
|
|
69
36
|
exports.DeleteStreamCommand = DeleteStreamCommand;
|
|
70
|
-
//# sourceMappingURL=DeleteStreamCommand.js.map
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns the most current information about the signaling channel. You must specify
|
|
10
|
-
* either the name or the Amazon Resource Name (ARN) of the channel that you want to
|
|
11
|
-
* describe.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { KinesisVideoClient, DescribeSignalingChannelCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
16
|
-
* // const { KinesisVideoClient, DescribeSignalingChannelCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
17
|
-
* const client = new KinesisVideoClient(config);
|
|
18
|
-
* const command = new DescribeSignalingChannelCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeSignalingChannelCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeSignalingChannelCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link KinesisVideoClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class DescribeSignalingChannelCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class DescribeSignalingChannelCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.DescribeSignalingChannelCommand = DescribeSignalingChannelCommand;
|
|
63
|
-
//# sourceMappingURL=DescribeSignalingChannelCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns the most current information about the specified stream. You must specify
|
|
10
|
-
* either the <code>StreamName</code> or the <code>StreamARN</code>. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { KinesisVideoClient, DescribeStreamCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
15
|
-
* // const { KinesisVideoClient, DescribeStreamCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
16
|
-
* const client = new KinesisVideoClient(config);
|
|
17
|
-
* const command = new DescribeStreamCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeStreamCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeStreamCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link KinesisVideoClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class DescribeStreamCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DescribeStreamCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DescribeStreamCommand = DescribeStreamCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeStreamCommand.js.map
|
|
@@ -5,46 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets an endpoint for a specified stream for either reading or writing. Use this
|
|
10
|
-
* endpoint in your application to read from the specified stream (using the
|
|
11
|
-
* <code>GetMedia</code> or <code>GetMediaForFragmentList</code> operations) or write
|
|
12
|
-
* to it (using the <code>PutMedia</code> operation).
|
|
13
|
-
* </p>
|
|
14
|
-
* <note>
|
|
15
|
-
* <p>The returned endpoint does not have the API name appended. The client needs to
|
|
16
|
-
* add the API name to the returned endpoint.</p>
|
|
17
|
-
* </note>
|
|
18
|
-
*
|
|
19
|
-
* <p>In the request, specify the stream either by <code>StreamName</code> or
|
|
20
|
-
* <code>StreamARN</code>.</p>
|
|
21
|
-
* @example
|
|
22
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
23
|
-
* ```javascript
|
|
24
|
-
* import { KinesisVideoClient, GetDataEndpointCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
25
|
-
* // const { KinesisVideoClient, GetDataEndpointCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
26
|
-
* const client = new KinesisVideoClient(config);
|
|
27
|
-
* const command = new GetDataEndpointCommand(input);
|
|
28
|
-
* const response = await client.send(command);
|
|
29
|
-
* ```
|
|
30
|
-
*
|
|
31
|
-
* @see {@link GetDataEndpointCommandInput} for command's `input` shape.
|
|
32
|
-
* @see {@link GetDataEndpointCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link KinesisVideoClientResolvedConfig | config} for command's `input` shape.
|
|
34
|
-
*
|
|
35
|
-
*/
|
|
36
8
|
class GetDataEndpointCommand extends smithy_client_1.Command {
|
|
37
|
-
// Start section: command_properties
|
|
38
|
-
// End section: command_properties
|
|
39
9
|
constructor(input) {
|
|
40
|
-
// Start section: command_constructor
|
|
41
10
|
super();
|
|
42
11
|
this.input = input;
|
|
43
|
-
// End section: command_constructor
|
|
44
12
|
}
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
49
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
50
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -69,4 +34,3 @@ class GetDataEndpointCommand extends smithy_client_1.Command {
|
|
|
69
34
|
}
|
|
70
35
|
}
|
|
71
36
|
exports.GetDataEndpointCommand = GetDataEndpointCommand;
|
|
72
|
-
//# sourceMappingURL=GetDataEndpointCommand.js.map
|
|
@@ -5,48 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Provides an endpoint for the specified signaling channel to send and receive messages.
|
|
10
|
-
* This API uses the <code>SingleMasterChannelEndpointConfiguration</code> input parameter,
|
|
11
|
-
* which consists of the <code>Protocols</code> and <code>Role</code> properties.</p>
|
|
12
|
-
* <p>
|
|
13
|
-
* <code>Protocols</code> is used to determine the communication mechanism. For example,
|
|
14
|
-
* if you specify <code>WSS</code> as the protocol, this API produces a secure websocket
|
|
15
|
-
* endpoint. If you specify <code>HTTPS</code> as the protocol, this API generates an HTTPS
|
|
16
|
-
* endpoint. </p>
|
|
17
|
-
* <p>
|
|
18
|
-
* <code>Role</code> determines the messaging permissions. A <code>MASTER</code> role
|
|
19
|
-
* results in this API generating an endpoint that a client can use to communicate with any
|
|
20
|
-
* of the viewers on the channel. A <code>VIEWER</code> role results in this API generating
|
|
21
|
-
* an endpoint that a client can use to communicate only with a
|
|
22
|
-
* <code>MASTER</code>. </p>
|
|
23
|
-
* @example
|
|
24
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
-
* ```javascript
|
|
26
|
-
* import { KinesisVideoClient, GetSignalingChannelEndpointCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
27
|
-
* // const { KinesisVideoClient, GetSignalingChannelEndpointCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
28
|
-
* const client = new KinesisVideoClient(config);
|
|
29
|
-
* const command = new GetSignalingChannelEndpointCommand(input);
|
|
30
|
-
* const response = await client.send(command);
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
|
-
* @see {@link GetSignalingChannelEndpointCommandInput} for command's `input` shape.
|
|
34
|
-
* @see {@link GetSignalingChannelEndpointCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link KinesisVideoClientResolvedConfig | config} for command's `input` shape.
|
|
36
|
-
*
|
|
37
|
-
*/
|
|
38
8
|
class GetSignalingChannelEndpointCommand extends smithy_client_1.Command {
|
|
39
|
-
// Start section: command_properties
|
|
40
|
-
// End section: command_properties
|
|
41
9
|
constructor(input) {
|
|
42
|
-
// Start section: command_constructor
|
|
43
10
|
super();
|
|
44
11
|
this.input = input;
|
|
45
|
-
// End section: command_constructor
|
|
46
12
|
}
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
51
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
52
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -71,4 +34,3 @@ class GetSignalingChannelEndpointCommand extends smithy_client_1.Command {
|
|
|
71
34
|
}
|
|
72
35
|
}
|
|
73
36
|
exports.GetSignalingChannelEndpointCommand = GetSignalingChannelEndpointCommand;
|
|
74
|
-
//# sourceMappingURL=GetSignalingChannelEndpointCommand.js.map
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns an array of <code>ChannelInfo</code> objects. Each object describes a
|
|
10
|
-
* signaling channel. To retrieve only those channels that satisfy a specific condition, you can
|
|
11
|
-
* specify a <code>ChannelNameCondition</code>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { KinesisVideoClient, ListSignalingChannelsCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
16
|
-
* // const { KinesisVideoClient, ListSignalingChannelsCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
17
|
-
* const client = new KinesisVideoClient(config);
|
|
18
|
-
* const command = new ListSignalingChannelsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListSignalingChannelsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListSignalingChannelsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link KinesisVideoClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class ListSignalingChannelsCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class ListSignalingChannelsCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.ListSignalingChannelsCommand = ListSignalingChannelsCommand;
|
|
63
|
-
//# sourceMappingURL=ListSignalingChannelsCommand.js.map
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns an array of <code>StreamInfo</code> objects. Each object describes a
|
|
10
|
-
* stream. To retrieve only streams that satisfy a specific condition, you can specify a
|
|
11
|
-
* <code>StreamNameCondition</code>. </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { KinesisVideoClient, ListStreamsCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
16
|
-
* // const { KinesisVideoClient, ListStreamsCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
17
|
-
* const client = new KinesisVideoClient(config);
|
|
18
|
-
* const command = new ListStreamsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListStreamsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListStreamsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link KinesisVideoClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class ListStreamsCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class ListStreamsCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.ListStreamsCommand = ListStreamsCommand;
|
|
63
|
-
//# sourceMappingURL=ListStreamsCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns a list of tags associated with the specified signaling channel.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { KinesisVideoClient, ListTagsForResourceCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
14
|
-
* // const { KinesisVideoClient, ListTagsForResourceCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
15
|
-
* const client = new KinesisVideoClient(config);
|
|
16
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link KinesisVideoClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
61
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns a list of tags associated with the specified stream.</p>
|
|
10
|
-
* <p>In the request, you must specify either the <code>StreamName</code> or the
|
|
11
|
-
* <code>StreamARN</code>. </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { KinesisVideoClient, ListTagsForStreamCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
16
|
-
* // const { KinesisVideoClient, ListTagsForStreamCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
17
|
-
* const client = new KinesisVideoClient(config);
|
|
18
|
-
* const command = new ListTagsForStreamCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListTagsForStreamCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListTagsForStreamCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link KinesisVideoClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class ListTagsForStreamCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class ListTagsForStreamCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.ListTagsForStreamCommand = ListTagsForStreamCommand;
|
|
63
|
-
//# sourceMappingURL=ListTagsForStreamCommand.js.map
|