@aws-sdk/client-medialive 3.183.0 → 3.186.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 (95) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/protocols/Aws_restJson1.js +2 -2
  3. package/dist-es/MediaLive.js +245 -238
  4. package/dist-es/MediaLiveClient.js +28 -22
  5. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +28 -21
  6. package/dist-es/commands/BatchDeleteCommand.js +28 -21
  7. package/dist-es/commands/BatchStartCommand.js +28 -21
  8. package/dist-es/commands/BatchStopCommand.js +28 -21
  9. package/dist-es/commands/BatchUpdateScheduleCommand.js +28 -21
  10. package/dist-es/commands/CancelInputDeviceTransferCommand.js +28 -21
  11. package/dist-es/commands/ClaimDeviceCommand.js +28 -21
  12. package/dist-es/commands/CreateChannelCommand.js +28 -21
  13. package/dist-es/commands/CreateInputCommand.js +28 -21
  14. package/dist-es/commands/CreateInputSecurityGroupCommand.js +28 -21
  15. package/dist-es/commands/CreateMultiplexCommand.js +28 -21
  16. package/dist-es/commands/CreateMultiplexProgramCommand.js +28 -21
  17. package/dist-es/commands/CreatePartnerInputCommand.js +28 -21
  18. package/dist-es/commands/CreateTagsCommand.js +29 -22
  19. package/dist-es/commands/DeleteChannelCommand.js +28 -21
  20. package/dist-es/commands/DeleteInputCommand.js +28 -21
  21. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +28 -21
  22. package/dist-es/commands/DeleteMultiplexCommand.js +28 -21
  23. package/dist-es/commands/DeleteMultiplexProgramCommand.js +28 -21
  24. package/dist-es/commands/DeleteReservationCommand.js +28 -21
  25. package/dist-es/commands/DeleteScheduleCommand.js +28 -21
  26. package/dist-es/commands/DeleteTagsCommand.js +29 -22
  27. package/dist-es/commands/DescribeChannelCommand.js +28 -21
  28. package/dist-es/commands/DescribeInputCommand.js +28 -21
  29. package/dist-es/commands/DescribeInputDeviceCommand.js +28 -21
  30. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +28 -21
  31. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +28 -21
  32. package/dist-es/commands/DescribeMultiplexCommand.js +28 -21
  33. package/dist-es/commands/DescribeMultiplexProgramCommand.js +28 -21
  34. package/dist-es/commands/DescribeOfferingCommand.js +28 -21
  35. package/dist-es/commands/DescribeReservationCommand.js +28 -21
  36. package/dist-es/commands/DescribeScheduleCommand.js +28 -21
  37. package/dist-es/commands/ListChannelsCommand.js +28 -21
  38. package/dist-es/commands/ListInputDeviceTransfersCommand.js +28 -21
  39. package/dist-es/commands/ListInputDevicesCommand.js +28 -21
  40. package/dist-es/commands/ListInputSecurityGroupsCommand.js +28 -21
  41. package/dist-es/commands/ListInputsCommand.js +28 -21
  42. package/dist-es/commands/ListMultiplexProgramsCommand.js +28 -21
  43. package/dist-es/commands/ListMultiplexesCommand.js +28 -21
  44. package/dist-es/commands/ListOfferingsCommand.js +28 -21
  45. package/dist-es/commands/ListReservationsCommand.js +28 -21
  46. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  47. package/dist-es/commands/PurchaseOfferingCommand.js +28 -21
  48. package/dist-es/commands/RebootInputDeviceCommand.js +28 -21
  49. package/dist-es/commands/RejectInputDeviceTransferCommand.js +28 -21
  50. package/dist-es/commands/StartChannelCommand.js +28 -21
  51. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +28 -21
  52. package/dist-es/commands/StartMultiplexCommand.js +28 -21
  53. package/dist-es/commands/StopChannelCommand.js +28 -21
  54. package/dist-es/commands/StopMultiplexCommand.js +28 -21
  55. package/dist-es/commands/TransferInputDeviceCommand.js +28 -21
  56. package/dist-es/commands/UpdateChannelClassCommand.js +28 -21
  57. package/dist-es/commands/UpdateChannelCommand.js +28 -21
  58. package/dist-es/commands/UpdateInputCommand.js +28 -21
  59. package/dist-es/commands/UpdateInputDeviceCommand.js +28 -21
  60. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +28 -21
  61. package/dist-es/commands/UpdateMultiplexCommand.js +28 -21
  62. package/dist-es/commands/UpdateMultiplexProgramCommand.js +28 -21
  63. package/dist-es/commands/UpdateReservationCommand.js +28 -21
  64. package/dist-es/endpoints.js +8 -8
  65. package/dist-es/models/MediaLiveServiceException.js +10 -5
  66. package/dist-es/models/models_0.js +144 -429
  67. package/dist-es/models/models_1.js +298 -673
  68. package/dist-es/models/models_2.js +17 -48
  69. package/dist-es/pagination/DescribeSchedulePaginator.js +68 -25
  70. package/dist-es/pagination/ListChannelsPaginator.js +68 -25
  71. package/dist-es/pagination/ListInputDeviceTransfersPaginator.js +68 -25
  72. package/dist-es/pagination/ListInputDevicesPaginator.js +68 -25
  73. package/dist-es/pagination/ListInputSecurityGroupsPaginator.js +68 -25
  74. package/dist-es/pagination/ListInputsPaginator.js +68 -25
  75. package/dist-es/pagination/ListMultiplexProgramsPaginator.js +68 -25
  76. package/dist-es/pagination/ListMultiplexesPaginator.js +68 -25
  77. package/dist-es/pagination/ListOfferingsPaginator.js +68 -25
  78. package/dist-es/pagination/ListReservationsPaginator.js +68 -25
  79. package/dist-es/protocols/Aws_restJson1.js +8440 -7424
  80. package/dist-es/runtimeConfig.browser.js +12 -26
  81. package/dist-es/runtimeConfig.js +12 -30
  82. package/dist-es/runtimeConfig.native.js +5 -8
  83. package/dist-es/runtimeConfig.shared.js +11 -8
  84. package/dist-es/waiters/waitForChannelCreated.js +68 -48
  85. package/dist-es/waiters/waitForChannelDeleted.js +59 -39
  86. package/dist-es/waiters/waitForChannelRunning.js +59 -39
  87. package/dist-es/waiters/waitForChannelStopped.js +59 -39
  88. package/dist-es/waiters/waitForInputAttached.js +59 -39
  89. package/dist-es/waiters/waitForInputDeleted.js +59 -39
  90. package/dist-es/waiters/waitForInputDetached.js +68 -48
  91. package/dist-es/waiters/waitForMultiplexCreated.js +68 -48
  92. package/dist-es/waiters/waitForMultiplexDeleted.js +59 -39
  93. package/dist-es/waiters/waitForMultiplexRunning.js +59 -39
  94. package/dist-es/waiters/waitForMultiplexStopped.js +59 -39
  95. package/package.json +34 -34
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DeleteReservationRequestFilterSensitiveLog, DeleteReservationResponseFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_restJson1DeleteReservationCommand, serializeAws_restJson1DeleteReservationCommand, } from "../protocols/Aws_restJson1";
5
- export class DeleteReservationCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DeleteReservationCommand = (function (_super) {
7
+ __extends(DeleteReservationCommand, _super);
8
+ function DeleteReservationCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DeleteReservationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "MediaLiveClient";
15
- const commandName = "DeleteReservationCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "MediaLiveClient";
18
+ var commandName = "DeleteReservationCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DeleteReservationRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DeleteReservationResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DeleteReservationCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DeleteReservationCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DeleteReservationCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DeleteReservationCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DeleteReservationCommand;
38
+ }($Command));
39
+ export { DeleteReservationCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DeleteScheduleRequestFilterSensitiveLog, DeleteScheduleResponseFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_restJson1DeleteScheduleCommand, serializeAws_restJson1DeleteScheduleCommand, } from "../protocols/Aws_restJson1";
5
- export class DeleteScheduleCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DeleteScheduleCommand = (function (_super) {
7
+ __extends(DeleteScheduleCommand, _super);
8
+ function DeleteScheduleCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DeleteScheduleCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "MediaLiveClient";
15
- const commandName = "DeleteScheduleCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "MediaLiveClient";
18
+ var commandName = "DeleteScheduleCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DeleteScheduleRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DeleteScheduleResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DeleteScheduleCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DeleteScheduleCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DeleteScheduleCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DeleteScheduleCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DeleteScheduleCommand;
38
+ }($Command));
39
+ export { DeleteScheduleCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DeleteTagsRequestFilterSensitiveLog } from "../models/models_1";
4
5
  import { deserializeAws_restJson1DeleteTagsCommand, serializeAws_restJson1DeleteTagsCommand, } from "../protocols/Aws_restJson1";
5
- export class DeleteTagsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DeleteTagsCommand = (function (_super) {
7
+ __extends(DeleteTagsCommand, _super);
8
+ function DeleteTagsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DeleteTagsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "MediaLiveClient";
15
- const commandName = "DeleteTagsCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "MediaLiveClient";
18
+ var commandName = "DeleteTagsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DeleteTagsRequestFilterSensitiveLog,
21
- outputFilterSensitiveLog: (output) => output,
24
+ outputFilterSensitiveLog: function (output) { return output; },
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DeleteTagsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DeleteTagsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DeleteTagsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DeleteTagsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DeleteTagsCommand;
38
+ }($Command));
39
+ export { DeleteTagsCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeChannelRequestFilterSensitiveLog, DescribeChannelResponseFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_restJson1DescribeChannelCommand, serializeAws_restJson1DescribeChannelCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribeChannelCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeChannelCommand = (function (_super) {
7
+ __extends(DescribeChannelCommand, _super);
8
+ function DescribeChannelCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeChannelCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "MediaLiveClient";
15
- const commandName = "DescribeChannelCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "MediaLiveClient";
18
+ var commandName = "DescribeChannelCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeChannelRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeChannelResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeChannelCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribeChannelCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeChannelCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribeChannelCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeChannelCommand;
38
+ }($Command));
39
+ export { DescribeChannelCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeInputRequestFilterSensitiveLog, DescribeInputResponseFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_restJson1DescribeInputCommand, serializeAws_restJson1DescribeInputCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribeInputCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeInputCommand = (function (_super) {
7
+ __extends(DescribeInputCommand, _super);
8
+ function DescribeInputCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeInputCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "MediaLiveClient";
15
- const commandName = "DescribeInputCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "MediaLiveClient";
18
+ var commandName = "DescribeInputCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeInputRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeInputResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeInputCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribeInputCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeInputCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribeInputCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeInputCommand;
38
+ }($Command));
39
+ export { DescribeInputCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeInputDeviceRequestFilterSensitiveLog, DescribeInputDeviceResponseFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_restJson1DescribeInputDeviceCommand, serializeAws_restJson1DescribeInputDeviceCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribeInputDeviceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeInputDeviceCommand = (function (_super) {
7
+ __extends(DescribeInputDeviceCommand, _super);
8
+ function DescribeInputDeviceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeInputDeviceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "MediaLiveClient";
15
- const commandName = "DescribeInputDeviceCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "MediaLiveClient";
18
+ var commandName = "DescribeInputDeviceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeInputDeviceRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeInputDeviceResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeInputDeviceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribeInputDeviceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeInputDeviceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribeInputDeviceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeInputDeviceCommand;
38
+ }($Command));
39
+ export { DescribeInputDeviceCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeInputDeviceThumbnailRequestFilterSensitiveLog, DescribeInputDeviceThumbnailResponseFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_restJson1DescribeInputDeviceThumbnailCommand, serializeAws_restJson1DescribeInputDeviceThumbnailCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribeInputDeviceThumbnailCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeInputDeviceThumbnailCommand = (function (_super) {
7
+ __extends(DescribeInputDeviceThumbnailCommand, _super);
8
+ function DescribeInputDeviceThumbnailCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeInputDeviceThumbnailCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "MediaLiveClient";
15
- const commandName = "DescribeInputDeviceThumbnailCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "MediaLiveClient";
18
+ var commandName = "DescribeInputDeviceThumbnailCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeInputDeviceThumbnailRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeInputDeviceThumbnailResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeInputDeviceThumbnailCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribeInputDeviceThumbnailCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeInputDeviceThumbnailCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribeInputDeviceThumbnailCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeInputDeviceThumbnailCommand;
38
+ }($Command));
39
+ export { DescribeInputDeviceThumbnailCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeInputSecurityGroupRequestFilterSensitiveLog, DescribeInputSecurityGroupResponseFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_restJson1DescribeInputSecurityGroupCommand, serializeAws_restJson1DescribeInputSecurityGroupCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribeInputSecurityGroupCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeInputSecurityGroupCommand = (function (_super) {
7
+ __extends(DescribeInputSecurityGroupCommand, _super);
8
+ function DescribeInputSecurityGroupCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeInputSecurityGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "MediaLiveClient";
15
- const commandName = "DescribeInputSecurityGroupCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "MediaLiveClient";
18
+ var commandName = "DescribeInputSecurityGroupCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeInputSecurityGroupRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeInputSecurityGroupResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeInputSecurityGroupCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribeInputSecurityGroupCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeInputSecurityGroupCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribeInputSecurityGroupCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeInputSecurityGroupCommand;
38
+ }($Command));
39
+ export { DescribeInputSecurityGroupCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeMultiplexRequestFilterSensitiveLog, DescribeMultiplexResponseFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_restJson1DescribeMultiplexCommand, serializeAws_restJson1DescribeMultiplexCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribeMultiplexCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeMultiplexCommand = (function (_super) {
7
+ __extends(DescribeMultiplexCommand, _super);
8
+ function DescribeMultiplexCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeMultiplexCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "MediaLiveClient";
15
- const commandName = "DescribeMultiplexCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "MediaLiveClient";
18
+ var commandName = "DescribeMultiplexCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeMultiplexRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeMultiplexResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeMultiplexCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribeMultiplexCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeMultiplexCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribeMultiplexCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeMultiplexCommand;
38
+ }($Command));
39
+ export { DescribeMultiplexCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeMultiplexProgramRequestFilterSensitiveLog, DescribeMultiplexProgramResponseFilterSensitiveLog, } from "../models/models_1";
4
5
  import { deserializeAws_restJson1DescribeMultiplexProgramCommand, serializeAws_restJson1DescribeMultiplexProgramCommand, } from "../protocols/Aws_restJson1";
5
- export class DescribeMultiplexProgramCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeMultiplexProgramCommand = (function (_super) {
7
+ __extends(DescribeMultiplexProgramCommand, _super);
8
+ function DescribeMultiplexProgramCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeMultiplexProgramCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "MediaLiveClient";
15
- const commandName = "DescribeMultiplexProgramCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "MediaLiveClient";
18
+ var commandName = "DescribeMultiplexProgramCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeMultiplexProgramRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeMultiplexProgramResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeMultiplexProgramCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DescribeMultiplexProgramCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeMultiplexProgramCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DescribeMultiplexProgramCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeMultiplexProgramCommand;
38
+ }($Command));
39
+ export { DescribeMultiplexProgramCommand };