@aws-sdk/client-mediaconnect 3.53.0 → 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 (59) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/MediaConnectClient.js +13 -13
  3. package/dist-cjs/commands/AddFlowMediaStreamsCommand.js +3 -3
  4. package/dist-cjs/commands/AddFlowOutputsCommand.js +3 -3
  5. package/dist-cjs/commands/AddFlowSourcesCommand.js +3 -3
  6. package/dist-cjs/commands/AddFlowVpcInterfacesCommand.js +3 -3
  7. package/dist-cjs/commands/CreateFlowCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteFlowCommand.js +3 -3
  9. package/dist-cjs/commands/DescribeFlowCommand.js +3 -3
  10. package/dist-cjs/commands/DescribeOfferingCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeReservationCommand.js +3 -3
  12. package/dist-cjs/commands/GrantFlowEntitlementsCommand.js +3 -3
  13. package/dist-cjs/commands/ListEntitlementsCommand.js +3 -3
  14. package/dist-cjs/commands/ListFlowsCommand.js +3 -3
  15. package/dist-cjs/commands/ListOfferingsCommand.js +3 -3
  16. package/dist-cjs/commands/ListReservationsCommand.js +3 -3
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  18. package/dist-cjs/commands/PurchaseOfferingCommand.js +3 -3
  19. package/dist-cjs/commands/RemoveFlowMediaStreamCommand.js +3 -3
  20. package/dist-cjs/commands/RemoveFlowOutputCommand.js +3 -3
  21. package/dist-cjs/commands/RemoveFlowSourceCommand.js +3 -3
  22. package/dist-cjs/commands/RemoveFlowVpcInterfaceCommand.js +3 -3
  23. package/dist-cjs/commands/RevokeFlowEntitlementCommand.js +3 -3
  24. package/dist-cjs/commands/StartFlowCommand.js +3 -3
  25. package/dist-cjs/commands/StopFlowCommand.js +3 -3
  26. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  27. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  28. package/dist-cjs/commands/UpdateFlowCommand.js +3 -3
  29. package/dist-cjs/commands/UpdateFlowEntitlementCommand.js +3 -3
  30. package/dist-cjs/commands/UpdateFlowMediaStreamCommand.js +3 -3
  31. package/dist-cjs/commands/UpdateFlowOutputCommand.js +3 -3
  32. package/dist-cjs/commands/UpdateFlowSourceCommand.js +3 -3
  33. package/dist-cjs/endpoints.js +1 -1
  34. package/dist-cjs/models/models_0.js +31 -3
  35. package/dist-cjs/protocols/Aws_restJson1.js +296 -258
  36. package/dist-cjs/runtimeConfig.browser.js +4 -4
  37. package/dist-cjs/runtimeConfig.js +9 -9
  38. package/dist-cjs/runtimeConfig.native.js +1 -1
  39. package/dist-cjs/waiters/waitForFlowActive.js +3 -3
  40. package/dist-cjs/waiters/waitForFlowDeleted.js +3 -3
  41. package/dist-cjs/waiters/waitForFlowStandby.js +3 -3
  42. package/dist-es/MediaConnect.js +30 -30
  43. package/dist-es/models/models_0.js +22 -0
  44. package/dist-es/pagination/ListEntitlementsPaginator.js +4 -4
  45. package/dist-es/pagination/ListFlowsPaginator.js +4 -4
  46. package/dist-es/pagination/ListOfferingsPaginator.js +4 -4
  47. package/dist-es/pagination/ListReservationsPaginator.js +4 -4
  48. package/dist-es/protocols/Aws_restJson1.js +62 -33
  49. package/dist-types/MediaConnectClient.d.ts +2 -2
  50. package/dist-types/models/models_0.d.ts +94 -0
  51. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  52. package/dist-types/runtimeConfig.d.ts +1 -1
  53. package/dist-types/runtimeConfig.native.d.ts +3 -3
  54. package/dist-types/ts3.4/MediaConnectClient.d.ts +2 -2
  55. package/dist-types/ts3.4/models/models_0.d.ts +56 -0
  56. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  57. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  58. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  59. package/package.json +35 -35
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 03/21/2022 ([#3455](https://github.com/aws/aws-sdk-js-v3/issues/3455)) ([7cd40a5](https://github.com/aws/aws-sdk-js-v3/commit/7cd40a5aeaddf03b8d27e814b3a2b441c1217dfb))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-mediaconnect
20
+
21
+
22
+
23
+
24
+
25
+ # [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-mediaconnect
28
+
29
+
30
+
31
+
32
+
6
33
  # [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
7
34
 
8
35
 
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class MediaConnectClient 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 AddFlowMediaStreamsCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class AddFlowMediaStreamsCommand 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_restJson1AddFlowMediaStreamsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AddFlowMediaStreamsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AddFlowMediaStreamsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AddFlowMediaStreamsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AddFlowMediaStreamsCommand = AddFlowMediaStreamsCommand;
@@ -11,7 +11,7 @@ class AddFlowOutputsCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class AddFlowOutputsCommand 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_restJson1AddFlowOutputsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AddFlowOutputsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AddFlowOutputsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AddFlowOutputsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AddFlowOutputsCommand = AddFlowOutputsCommand;
@@ -11,7 +11,7 @@ class AddFlowSourcesCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class AddFlowSourcesCommand 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_restJson1AddFlowSourcesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AddFlowSourcesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AddFlowSourcesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AddFlowSourcesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AddFlowSourcesCommand = AddFlowSourcesCommand;
@@ -11,7 +11,7 @@ class AddFlowVpcInterfacesCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class AddFlowVpcInterfacesCommand 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_restJson1AddFlowVpcInterfacesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AddFlowVpcInterfacesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AddFlowVpcInterfacesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AddFlowVpcInterfacesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AddFlowVpcInterfacesCommand = AddFlowVpcInterfacesCommand;
@@ -11,7 +11,7 @@ class CreateFlowCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class CreateFlowCommand 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_restJson1CreateFlowCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateFlowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateFlowCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateFlowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateFlowCommand = CreateFlowCommand;
@@ -11,7 +11,7 @@ class DeleteFlowCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class DeleteFlowCommand 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_restJson1DeleteFlowCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteFlowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteFlowCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteFlowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteFlowCommand = DeleteFlowCommand;
@@ -11,7 +11,7 @@ class DescribeFlowCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class DescribeFlowCommand 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_restJson1DescribeFlowCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeFlowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeFlowCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeFlowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeFlowCommand = DescribeFlowCommand;
@@ -11,7 +11,7 @@ class DescribeOfferingCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class DescribeOfferingCommand 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_restJson1DescribeOfferingCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeOfferingCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeOfferingCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeOfferingCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeOfferingCommand = DescribeOfferingCommand;
@@ -11,7 +11,7 @@ class DescribeReservationCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class DescribeReservationCommand 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_restJson1DescribeReservationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeReservationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeReservationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeReservationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeReservationCommand = DescribeReservationCommand;
@@ -11,7 +11,7 @@ class GrantFlowEntitlementsCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class GrantFlowEntitlementsCommand 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_restJson1GrantFlowEntitlementsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GrantFlowEntitlementsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GrantFlowEntitlementsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GrantFlowEntitlementsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GrantFlowEntitlementsCommand = GrantFlowEntitlementsCommand;
@@ -11,7 +11,7 @@ class ListEntitlementsCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class ListEntitlementsCommand 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_restJson1ListEntitlementsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListEntitlementsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListEntitlementsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListEntitlementsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListEntitlementsCommand = ListEntitlementsCommand;
@@ -11,7 +11,7 @@ class ListFlowsCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class ListFlowsCommand 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_restJson1ListFlowsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListFlowsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListFlowsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListFlowsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListFlowsCommand = ListFlowsCommand;
@@ -11,7 +11,7 @@ class ListOfferingsCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class ListOfferingsCommand 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_restJson1ListOfferingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListOfferingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListOfferingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListOfferingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListOfferingsCommand = ListOfferingsCommand;
@@ -11,7 +11,7 @@ class ListReservationsCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class ListReservationsCommand 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_restJson1ListReservationsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListReservationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListReservationsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListReservationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListReservationsCommand = ListReservationsCommand;
@@ -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 = "MediaConnectClient";
@@ -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 PurchaseOfferingCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class PurchaseOfferingCommand 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_restJson1PurchaseOfferingCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PurchaseOfferingCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PurchaseOfferingCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PurchaseOfferingCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PurchaseOfferingCommand = PurchaseOfferingCommand;
@@ -11,7 +11,7 @@ class RemoveFlowMediaStreamCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class RemoveFlowMediaStreamCommand 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_restJson1RemoveFlowMediaStreamCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1RemoveFlowMediaStreamCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1RemoveFlowMediaStreamCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveFlowMediaStreamCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RemoveFlowMediaStreamCommand = RemoveFlowMediaStreamCommand;
@@ -11,7 +11,7 @@ class RemoveFlowOutputCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class RemoveFlowOutputCommand 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_restJson1RemoveFlowOutputCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1RemoveFlowOutputCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1RemoveFlowOutputCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveFlowOutputCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RemoveFlowOutputCommand = RemoveFlowOutputCommand;
@@ -11,7 +11,7 @@ class RemoveFlowSourceCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class RemoveFlowSourceCommand 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_restJson1RemoveFlowSourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1RemoveFlowSourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1RemoveFlowSourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveFlowSourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RemoveFlowSourceCommand = RemoveFlowSourceCommand;
@@ -11,7 +11,7 @@ class RemoveFlowVpcInterfaceCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class RemoveFlowVpcInterfaceCommand 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_restJson1RemoveFlowVpcInterfaceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1RemoveFlowVpcInterfaceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1RemoveFlowVpcInterfaceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveFlowVpcInterfaceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RemoveFlowVpcInterfaceCommand = RemoveFlowVpcInterfaceCommand;
@@ -11,7 +11,7 @@ class RevokeFlowEntitlementCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class RevokeFlowEntitlementCommand 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_restJson1RevokeFlowEntitlementCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1RevokeFlowEntitlementCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1RevokeFlowEntitlementCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1RevokeFlowEntitlementCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RevokeFlowEntitlementCommand = RevokeFlowEntitlementCommand;
@@ -11,7 +11,7 @@ class StartFlowCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class StartFlowCommand 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_restJson1StartFlowCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StartFlowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StartFlowCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StartFlowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartFlowCommand = StartFlowCommand;
@@ -11,7 +11,7 @@ class StopFlowCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class StopFlowCommand 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_restJson1StopFlowCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StopFlowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StopFlowCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StopFlowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopFlowCommand = StopFlowCommand;
@@ -11,7 +11,7 @@ class TagResourceCommand 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 = "MediaConnectClient";
@@ -27,10 +27,10 @@ class TagResourceCommand 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_restJson1TagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TagResourceCommand = TagResourceCommand;