@aws-sdk/client-ivs 3.54.1 → 3.55.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.
Files changed (46) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-cjs/IvsClient.js +13 -13
  3. package/dist-cjs/commands/BatchGetChannelCommand.js +3 -3
  4. package/dist-cjs/commands/BatchGetStreamKeyCommand.js +3 -3
  5. package/dist-cjs/commands/CreateChannelCommand.js +3 -3
  6. package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +3 -3
  7. package/dist-cjs/commands/CreateStreamKeyCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteChannelCommand.js +3 -3
  9. package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteStreamKeyCommand.js +3 -3
  12. package/dist-cjs/commands/GetChannelCommand.js +3 -3
  13. package/dist-cjs/commands/GetPlaybackKeyPairCommand.js +3 -3
  14. package/dist-cjs/commands/GetRecordingConfigurationCommand.js +3 -3
  15. package/dist-cjs/commands/GetStreamCommand.js +3 -3
  16. package/dist-cjs/commands/GetStreamKeyCommand.js +3 -3
  17. package/dist-cjs/commands/GetStreamSessionCommand.js +3 -3
  18. package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js +3 -3
  19. package/dist-cjs/commands/ListChannelsCommand.js +3 -3
  20. package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js +3 -3
  21. package/dist-cjs/commands/ListRecordingConfigurationsCommand.js +3 -3
  22. package/dist-cjs/commands/ListStreamKeysCommand.js +3 -3
  23. package/dist-cjs/commands/ListStreamSessionsCommand.js +3 -3
  24. package/dist-cjs/commands/ListStreamsCommand.js +3 -3
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  26. package/dist-cjs/commands/PutMetadataCommand.js +3 -3
  27. package/dist-cjs/commands/StopStreamCommand.js +3 -3
  28. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  29. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  30. package/dist-cjs/commands/UpdateChannelCommand.js +3 -3
  31. package/dist-cjs/endpoints.js +1 -1
  32. package/dist-cjs/protocols/Aws_restJson1.js +148 -148
  33. package/dist-cjs/runtimeConfig.browser.js +4 -4
  34. package/dist-cjs/runtimeConfig.js +9 -9
  35. package/dist-cjs/runtimeConfig.native.js +1 -1
  36. package/dist-es/Ivs.js +28 -28
  37. package/dist-es/pagination/ListChannelsPaginator.js +4 -4
  38. package/dist-es/pagination/ListPlaybackKeyPairsPaginator.js +4 -4
  39. package/dist-es/pagination/ListRecordingConfigurationsPaginator.js +4 -4
  40. package/dist-es/pagination/ListStreamKeysPaginator.js +4 -4
  41. package/dist-es/pagination/ListStreamSessionsPaginator.js +4 -4
  42. package/dist-es/pagination/ListStreamsPaginator.js +4 -4
  43. package/dist-es/protocols/Aws_restJson1.js +28 -28
  44. package/dist-types/runtimeConfig.native.d.ts +2 -2
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  46. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-ivs
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-ivs
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class IvsClient extends smithy_client_1.Client {
14
14
  constructor(configuration) {
15
- const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
- const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
- const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
- const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
- const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
- const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
- const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
15
+ const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
16
+ const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
17
+ const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
18
+ const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
19
+ const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
20
+ const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
21
+ const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
22
22
  super(_config_6);
23
23
  this.config = _config_6;
24
- this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
- this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
- this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
- this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
- this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
- this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
24
+ this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
25
+ this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
26
+ this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
27
+ this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
28
+ this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
29
+ this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
30
30
  }
31
31
  destroy() {
32
32
  super.destroy();
@@ -11,7 +11,7 @@ class BatchGetChannelCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class BatchGetChannelCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1BatchGetChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1BatchGetChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1BatchGetChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1BatchGetChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.BatchGetChannelCommand = BatchGetChannelCommand;
@@ -11,7 +11,7 @@ class BatchGetStreamKeyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class BatchGetStreamKeyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1BatchGetStreamKeyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1BatchGetStreamKeyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1BatchGetStreamKeyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1BatchGetStreamKeyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.BatchGetStreamKeyCommand = BatchGetStreamKeyCommand;
@@ -11,7 +11,7 @@ class CreateChannelCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class CreateChannelCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateChannelCommand = CreateChannelCommand;
@@ -11,7 +11,7 @@ class CreateRecordingConfigurationCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class CreateRecordingConfigurationCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateRecordingConfigurationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateRecordingConfigurationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateRecordingConfigurationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateRecordingConfigurationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateRecordingConfigurationCommand = CreateRecordingConfigurationCommand;
@@ -11,7 +11,7 @@ class CreateStreamKeyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class CreateStreamKeyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateStreamKeyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateStreamKeyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateStreamKeyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateStreamKeyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateStreamKeyCommand = CreateStreamKeyCommand;
@@ -11,7 +11,7 @@ class DeleteChannelCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class DeleteChannelCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteChannelCommand = DeleteChannelCommand;
@@ -11,7 +11,7 @@ class DeletePlaybackKeyPairCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class DeletePlaybackKeyPairCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeletePlaybackKeyPairCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeletePlaybackKeyPairCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeletePlaybackKeyPairCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeletePlaybackKeyPairCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeletePlaybackKeyPairCommand = DeletePlaybackKeyPairCommand;
@@ -11,7 +11,7 @@ class DeleteRecordingConfigurationCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class DeleteRecordingConfigurationCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteRecordingConfigurationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteRecordingConfigurationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteRecordingConfigurationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteRecordingConfigurationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteRecordingConfigurationCommand = DeleteRecordingConfigurationCommand;
@@ -11,7 +11,7 @@ class DeleteStreamKeyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class DeleteStreamKeyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteStreamKeyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteStreamKeyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteStreamKeyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteStreamKeyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteStreamKeyCommand = DeleteStreamKeyCommand;
@@ -11,7 +11,7 @@ class GetChannelCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class GetChannelCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetChannelCommand = GetChannelCommand;
@@ -11,7 +11,7 @@ class GetPlaybackKeyPairCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class GetPlaybackKeyPairCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetPlaybackKeyPairCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetPlaybackKeyPairCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetPlaybackKeyPairCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetPlaybackKeyPairCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetPlaybackKeyPairCommand = GetPlaybackKeyPairCommand;
@@ -11,7 +11,7 @@ class GetRecordingConfigurationCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class GetRecordingConfigurationCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetRecordingConfigurationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetRecordingConfigurationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetRecordingConfigurationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetRecordingConfigurationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRecordingConfigurationCommand = GetRecordingConfigurationCommand;
@@ -11,7 +11,7 @@ class GetStreamCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class GetStreamCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetStreamCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetStreamCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetStreamCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetStreamCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetStreamCommand = GetStreamCommand;
@@ -11,7 +11,7 @@ class GetStreamKeyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class GetStreamKeyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetStreamKeyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetStreamKeyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetStreamKeyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetStreamKeyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetStreamKeyCommand = GetStreamKeyCommand;
@@ -11,7 +11,7 @@ class GetStreamSessionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class GetStreamSessionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetStreamSessionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetStreamSessionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetStreamSessionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetStreamSessionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetStreamSessionCommand = GetStreamSessionCommand;
@@ -11,7 +11,7 @@ class ImportPlaybackKeyPairCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class ImportPlaybackKeyPairCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ImportPlaybackKeyPairCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ImportPlaybackKeyPairCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ImportPlaybackKeyPairCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ImportPlaybackKeyPairCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ImportPlaybackKeyPairCommand = ImportPlaybackKeyPairCommand;
@@ -11,7 +11,7 @@ class ListChannelsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class ListChannelsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListChannelsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListChannelsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListChannelsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListChannelsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListChannelsCommand = ListChannelsCommand;
@@ -11,7 +11,7 @@ class ListPlaybackKeyPairsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class ListPlaybackKeyPairsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListPlaybackKeyPairsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListPlaybackKeyPairsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListPlaybackKeyPairsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListPlaybackKeyPairsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListPlaybackKeyPairsCommand = ListPlaybackKeyPairsCommand;
@@ -11,7 +11,7 @@ class ListRecordingConfigurationsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class ListRecordingConfigurationsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListRecordingConfigurationsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListRecordingConfigurationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListRecordingConfigurationsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListRecordingConfigurationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRecordingConfigurationsCommand = ListRecordingConfigurationsCommand;
@@ -11,7 +11,7 @@ class ListStreamKeysCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class ListStreamKeysCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListStreamKeysCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListStreamKeysCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListStreamKeysCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListStreamKeysCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListStreamKeysCommand = ListStreamKeysCommand;
@@ -11,7 +11,7 @@ class ListStreamSessionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class ListStreamSessionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListStreamSessionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListStreamSessionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListStreamSessionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListStreamSessionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListStreamSessionsCommand = ListStreamSessionsCommand;
@@ -11,7 +11,7 @@ class ListStreamsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class ListStreamsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListStreamsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListStreamsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListStreamsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListStreamsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListStreamsCommand = ListStreamsCommand;
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -11,7 +11,7 @@ class PutMetadataCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class PutMetadataCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1PutMetadataCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutMetadataCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutMetadataCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutMetadataCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutMetadataCommand = PutMetadataCommand;
@@ -11,7 +11,7 @@ class StopStreamCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "IvsClient";
@@ -27,10 +27,10 @@ class StopStreamCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1StopStreamCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StopStreamCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StopStreamCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StopStreamCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopStreamCommand = StopStreamCommand;