@aws-sdk/client-medialive 3.363.0 → 3.369.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 (52) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/MediaLive.js +6 -0
  3. package/dist-cjs/commands/DescribeAccountConfigurationCommand.js +46 -0
  4. package/dist-cjs/commands/DescribeThumbnailsCommand.js +46 -0
  5. package/dist-cjs/commands/UpdateAccountConfigurationCommand.js +46 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_1.js +11 -7
  8. package/dist-cjs/models/models_2.js +5 -0
  9. package/dist-cjs/protocols/Aws_restJson1.js +273 -3
  10. package/dist-es/MediaLive.js +6 -0
  11. package/dist-es/commands/DescribeAccountConfigurationCommand.js +42 -0
  12. package/dist-es/commands/DescribeThumbnailsCommand.js +42 -0
  13. package/dist-es/commands/UpdateAccountConfigurationCommand.js +42 -0
  14. package/dist-es/commands/index.js +3 -0
  15. package/dist-es/models/models_1.js +8 -4
  16. package/dist-es/models/models_2.js +4 -1
  17. package/dist-es/protocols/Aws_restJson1.js +265 -1
  18. package/dist-types/MediaLive.d.ts +21 -0
  19. package/dist-types/MediaLiveClient.d.ts +5 -2
  20. package/dist-types/commands/CreateChannelCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteChannelCommand.d.ts +3 -0
  22. package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +91 -0
  23. package/dist-types/commands/DescribeChannelCommand.d.ts +3 -0
  24. package/dist-types/commands/DescribeThumbnailsCommand.d.ts +111 -0
  25. package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
  26. package/dist-types/commands/RebootInputDeviceCommand.d.ts +1 -1
  27. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
  28. package/dist-types/commands/StartChannelCommand.d.ts +4 -1
  29. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +1 -2
  30. package/dist-types/commands/StopChannelCommand.d.ts +3 -0
  31. package/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +98 -0
  32. package/dist-types/commands/UpdateChannelClassCommand.d.ts +3 -0
  33. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -0
  34. package/dist-types/commands/index.d.ts +3 -0
  35. package/dist-types/models/models_1.d.ts +128 -192
  36. package/dist-types/models/models_2.d.ts +213 -1
  37. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  38. package/dist-types/ts3.4/MediaLive.d.ts +51 -0
  39. package/dist-types/ts3.4/MediaLiveClient.d.ts +18 -0
  40. package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +42 -0
  41. package/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +39 -0
  42. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +4 -2
  47. package/dist-types/ts3.4/commands/UpdateAccountConfigurationCommand.d.ts +42 -0
  48. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  49. package/dist-types/ts3.4/models/models_1.d.ts +40 -53
  50. package/dist-types/ts3.4/models/models_2.d.ts +60 -0
  51. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  52. package/package.json +13 -13
package/README.md CHANGED
@@ -378,6 +378,14 @@ DeleteTags
378
378
 
379
379
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/classes/deletetagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/interfaces/deletetagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/interfaces/deletetagscommandoutput.html)
380
380
 
381
+ </details>
382
+ <details>
383
+ <summary>
384
+ DescribeAccountConfiguration
385
+ </summary>
386
+
387
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/classes/describeaccountconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/interfaces/describeaccountconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/interfaces/describeaccountconfigurationcommandoutput.html)
388
+
381
389
  </details>
382
390
  <details>
383
391
  <summary>
@@ -458,6 +466,14 @@ DescribeSchedule
458
466
 
459
467
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/classes/describeschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/interfaces/describeschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/interfaces/describeschedulecommandoutput.html)
460
468
 
469
+ </details>
470
+ <details>
471
+ <summary>
472
+ DescribeThumbnails
473
+ </summary>
474
+
475
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/classes/describethumbnailscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/interfaces/describethumbnailscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/interfaces/describethumbnailscommandoutput.html)
476
+
461
477
  </details>
462
478
  <details>
463
479
  <summary>
@@ -610,6 +626,14 @@ TransferInputDevice
610
626
 
611
627
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/classes/transferinputdevicecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/interfaces/transferinputdevicecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/interfaces/transferinputdevicecommandoutput.html)
612
628
 
629
+ </details>
630
+ <details>
631
+ <summary>
632
+ UpdateAccountConfiguration
633
+ </summary>
634
+
635
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/classes/updateaccountconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/interfaces/updateaccountconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-medialive/interfaces/updateaccountconfigurationcommandoutput.html)
636
+
613
637
  </details>
614
638
  <details>
615
639
  <summary>
@@ -24,6 +24,7 @@ const DeleteMultiplexProgramCommand_1 = require("./commands/DeleteMultiplexProgr
24
24
  const DeleteReservationCommand_1 = require("./commands/DeleteReservationCommand");
25
25
  const DeleteScheduleCommand_1 = require("./commands/DeleteScheduleCommand");
26
26
  const DeleteTagsCommand_1 = require("./commands/DeleteTagsCommand");
27
+ const DescribeAccountConfigurationCommand_1 = require("./commands/DescribeAccountConfigurationCommand");
27
28
  const DescribeChannelCommand_1 = require("./commands/DescribeChannelCommand");
28
29
  const DescribeInputCommand_1 = require("./commands/DescribeInputCommand");
29
30
  const DescribeInputDeviceCommand_1 = require("./commands/DescribeInputDeviceCommand");
@@ -34,6 +35,7 @@ const DescribeMultiplexProgramCommand_1 = require("./commands/DescribeMultiplexP
34
35
  const DescribeOfferingCommand_1 = require("./commands/DescribeOfferingCommand");
35
36
  const DescribeReservationCommand_1 = require("./commands/DescribeReservationCommand");
36
37
  const DescribeScheduleCommand_1 = require("./commands/DescribeScheduleCommand");
38
+ const DescribeThumbnailsCommand_1 = require("./commands/DescribeThumbnailsCommand");
37
39
  const ListChannelsCommand_1 = require("./commands/ListChannelsCommand");
38
40
  const ListInputDevicesCommand_1 = require("./commands/ListInputDevicesCommand");
39
41
  const ListInputDeviceTransfersCommand_1 = require("./commands/ListInputDeviceTransfersCommand");
@@ -53,6 +55,7 @@ const StartMultiplexCommand_1 = require("./commands/StartMultiplexCommand");
53
55
  const StopChannelCommand_1 = require("./commands/StopChannelCommand");
54
56
  const StopMultiplexCommand_1 = require("./commands/StopMultiplexCommand");
55
57
  const TransferInputDeviceCommand_1 = require("./commands/TransferInputDeviceCommand");
58
+ const UpdateAccountConfigurationCommand_1 = require("./commands/UpdateAccountConfigurationCommand");
56
59
  const UpdateChannelClassCommand_1 = require("./commands/UpdateChannelClassCommand");
57
60
  const UpdateChannelCommand_1 = require("./commands/UpdateChannelCommand");
58
61
  const UpdateInputCommand_1 = require("./commands/UpdateInputCommand");
@@ -85,6 +88,7 @@ const commands = {
85
88
  DeleteReservationCommand: DeleteReservationCommand_1.DeleteReservationCommand,
86
89
  DeleteScheduleCommand: DeleteScheduleCommand_1.DeleteScheduleCommand,
87
90
  DeleteTagsCommand: DeleteTagsCommand_1.DeleteTagsCommand,
91
+ DescribeAccountConfigurationCommand: DescribeAccountConfigurationCommand_1.DescribeAccountConfigurationCommand,
88
92
  DescribeChannelCommand: DescribeChannelCommand_1.DescribeChannelCommand,
89
93
  DescribeInputCommand: DescribeInputCommand_1.DescribeInputCommand,
90
94
  DescribeInputDeviceCommand: DescribeInputDeviceCommand_1.DescribeInputDeviceCommand,
@@ -95,6 +99,7 @@ const commands = {
95
99
  DescribeOfferingCommand: DescribeOfferingCommand_1.DescribeOfferingCommand,
96
100
  DescribeReservationCommand: DescribeReservationCommand_1.DescribeReservationCommand,
97
101
  DescribeScheduleCommand: DescribeScheduleCommand_1.DescribeScheduleCommand,
102
+ DescribeThumbnailsCommand: DescribeThumbnailsCommand_1.DescribeThumbnailsCommand,
98
103
  ListChannelsCommand: ListChannelsCommand_1.ListChannelsCommand,
99
104
  ListInputDevicesCommand: ListInputDevicesCommand_1.ListInputDevicesCommand,
100
105
  ListInputDeviceTransfersCommand: ListInputDeviceTransfersCommand_1.ListInputDeviceTransfersCommand,
@@ -114,6 +119,7 @@ const commands = {
114
119
  StopChannelCommand: StopChannelCommand_1.StopChannelCommand,
115
120
  StopMultiplexCommand: StopMultiplexCommand_1.StopMultiplexCommand,
116
121
  TransferInputDeviceCommand: TransferInputDeviceCommand_1.TransferInputDeviceCommand,
122
+ UpdateAccountConfigurationCommand: UpdateAccountConfigurationCommand_1.UpdateAccountConfigurationCommand,
117
123
  UpdateChannelCommand: UpdateChannelCommand_1.UpdateChannelCommand,
118
124
  UpdateChannelClassCommand: UpdateChannelClassCommand_1.UpdateChannelClassCommand,
119
125
  UpdateInputCommand: UpdateInputCommand_1.UpdateInputCommand,
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeAccountConfigurationCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class DescribeAccountConfigurationCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeAccountConfigurationCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "MediaLiveClient";
28
+ const commandName = "DescribeAccountConfigurationCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.se_DescribeAccountConfigurationCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.de_DescribeAccountConfigurationCommand)(output, context);
44
+ }
45
+ }
46
+ exports.DescribeAccountConfigurationCommand = DescribeAccountConfigurationCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeThumbnailsCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class DescribeThumbnailsCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeThumbnailsCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "MediaLiveClient";
28
+ const commandName = "DescribeThumbnailsCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.se_DescribeThumbnailsCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.de_DescribeThumbnailsCommand)(output, context);
44
+ }
45
+ }
46
+ exports.DescribeThumbnailsCommand = DescribeThumbnailsCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateAccountConfigurationCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class UpdateAccountConfigurationCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateAccountConfigurationCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "MediaLiveClient";
28
+ const commandName = "UpdateAccountConfigurationCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.se_UpdateAccountConfigurationCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.de_UpdateAccountConfigurationCommand)(output, context);
44
+ }
45
+ }
46
+ exports.UpdateAccountConfigurationCommand = UpdateAccountConfigurationCommand;
@@ -23,6 +23,7 @@ tslib_1.__exportStar(require("./DeleteMultiplexProgramCommand"), exports);
23
23
  tslib_1.__exportStar(require("./DeleteReservationCommand"), exports);
24
24
  tslib_1.__exportStar(require("./DeleteScheduleCommand"), exports);
25
25
  tslib_1.__exportStar(require("./DeleteTagsCommand"), exports);
26
+ tslib_1.__exportStar(require("./DescribeAccountConfigurationCommand"), exports);
26
27
  tslib_1.__exportStar(require("./DescribeChannelCommand"), exports);
27
28
  tslib_1.__exportStar(require("./DescribeInputCommand"), exports);
28
29
  tslib_1.__exportStar(require("./DescribeInputDeviceCommand"), exports);
@@ -33,6 +34,7 @@ tslib_1.__exportStar(require("./DescribeMultiplexProgramCommand"), exports);
33
34
  tslib_1.__exportStar(require("./DescribeOfferingCommand"), exports);
34
35
  tslib_1.__exportStar(require("./DescribeReservationCommand"), exports);
35
36
  tslib_1.__exportStar(require("./DescribeScheduleCommand"), exports);
37
+ tslib_1.__exportStar(require("./DescribeThumbnailsCommand"), exports);
36
38
  tslib_1.__exportStar(require("./ListChannelsCommand"), exports);
37
39
  tslib_1.__exportStar(require("./ListInputDeviceTransfersCommand"), exports);
38
40
  tslib_1.__exportStar(require("./ListInputDevicesCommand"), exports);
@@ -52,6 +54,7 @@ tslib_1.__exportStar(require("./StartMultiplexCommand"), exports);
52
54
  tslib_1.__exportStar(require("./StopChannelCommand"), exports);
53
55
  tslib_1.__exportStar(require("./StopMultiplexCommand"), exports);
54
56
  tslib_1.__exportStar(require("./TransferInputDeviceCommand"), exports);
57
+ tslib_1.__exportStar(require("./UpdateAccountConfigurationCommand"), exports);
55
58
  tslib_1.__exportStar(require("./UpdateChannelClassCommand"), exports);
56
59
  tslib_1.__exportStar(require("./UpdateChannelCommand"), exports);
57
60
  tslib_1.__exportStar(require("./UpdateInputCommand"), exports);
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.H264ForceFieldPictures = exports.H264FlickerAq = exports.FixedAfd = exports.TemporalFilterStrength = exports.TemporalFilterPostFilterSharpening = exports.H264EntropyEncoding = exports.H264ColorMetadata = exports.AfdSignaling = exports.H264AdaptiveQuantization = exports.TimecodeBurninPosition = exports.TimecodeBurninFontSize = exports.FrameCaptureIntervalUnit = exports.InputDeviceTransferType = exports.FollowPoint = exports.Scte35SegmentationCancelIndicator = exports.Scte35WebDeliveryAllowedFlag = exports.Scte35NoRegionalBlackoutFlag = exports.Scte35DeviceRestrictions = exports.Scte35ArchiveAllowedFlag = exports.Scte35InputMode = exports.LastFrameClippingBehavior = exports.InputTimecodeSource = exports.ReservationState = exports.ReservationAutomaticRenewal = exports.PipelineId = exports.UdpTimedMetadataId3Frame = exports.InputLossActionForUdpOut = exports.InputLossActionForRtmpOut = exports.RtmpCaptionData = exports.RtmpCacheFullBehavior = exports.AuthenticationScheme = exports.RtmpAdMarkers = exports.SmoothGroupTimestampOffsetMode = exports.SmoothGroupStreamManifestBehavior = exports.SmoothGroupSparseTrackType = exports.SmoothGroupSegmentationMode = exports.InputLossActionForMsSmoothOut = exports.SmoothGroupEventStopBehavior = exports.SmoothGroupEventIdMode = exports.SmoothGroupCertificateMode = exports.SmoothGroupAudioOnlyTimecodeControl = exports.HlsTsFileMode = exports.HlsTimedMetadataId3Frame = exports.HlsStreamInfResolution = exports.HlsSegmentationMode = exports.HlsRedundantManifest = exports.HlsProgramDateTimeClock = exports.HlsProgramDateTime = exports.HlsOutputSelection = exports.HlsMode = void 0;
4
- exports.AvailBlankingState = exports.UnprocessableEntityException = exports.TooManyRequestsException = exports.NotFoundException = exports.InternalServerErrorException = exports.GatewayTimeoutException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = exports.BadGatewayException = exports.AcceptHeader = exports.VideoDescriptionScalingBehavior = exports.VideoDescriptionRespondToAfd = exports.Mpeg2TimecodeInsertionBehavior = exports.Mpeg2SubGopLength = exports.Mpeg2ScanType = exports.Mpeg2GopSizeUnits = exports.Mpeg2DisplayRatio = exports.Mpeg2ColorSpace = exports.Mpeg2ColorMetadata = exports.Mpeg2AdaptiveQuantization = exports.H265TimecodeInsertionBehavior = exports.H265Tier = exports.H265SceneChangeDetect = exports.H265ScanType = exports.H265RateControlMode = exports.H265Profile = exports.H265LookAheadRateControl = exports.H265Level = exports.H265GopSizeUnits = exports.H265FlickerAq = exports.H265ColorMetadata = exports.H265AlternativeTransferFunction = exports.H265AdaptiveQuantization = exports.H264TimecodeInsertionBehavior = exports.H264TemporalAq = exports.H264Syntax = exports.H264SubGopLength = exports.H264SpatialAq = exports.H264SceneChangeDetect = exports.H264ScanType = exports.H264RateControlMode = exports.H264QualityLevel = exports.H264Profile = exports.H264ParControl = exports.H264LookAheadRateControl = exports.H264Level = exports.H264GopSizeUnits = exports.H264GopBReference = exports.H264FramerateControl = void 0;
5
- exports.DescribeInputDeviceThumbnailResponseFilterSensitiveLog = exports.RebootInputDeviceForce = exports.PreferredChannelPipeline = exports.ContentType = exports.TimecodeConfigSource = exports.NielsenPcmToId3TaggingState = exports.MotionGraphicsInsertion = exports.GlobalConfigurationLowFramerateInputs = exports.GlobalConfigurationOutputTimingSource = exports.GlobalConfigurationOutputLockingMode = exports.InputLossImageType = exports.GlobalConfigurationInputEndAction = exports.FeatureActivationsInputPrepareScheduleActions = exports.BlackoutSlateState = exports.BlackoutSlateNetworkEndBlackout = exports.Scte35AposWebDeliveryAllowedBehavior = exports.Scte35AposNoRegionalBlackoutBehavior = exports.Scte35SpliceInsertWebDeliveryAllowedBehavior = exports.Scte35SpliceInsertNoRegionalBlackoutBehavior = void 0;
3
+ exports.H264FlickerAq = exports.FixedAfd = exports.TemporalFilterStrength = exports.TemporalFilterPostFilterSharpening = exports.H264EntropyEncoding = exports.H264ColorMetadata = exports.AfdSignaling = exports.H264AdaptiveQuantization = exports.TimecodeBurninPosition = exports.TimecodeBurninFontSize = exports.FrameCaptureIntervalUnit = exports.InputDeviceTransferType = exports.ThumbnailType = exports.FollowPoint = exports.Scte35SegmentationCancelIndicator = exports.Scte35WebDeliveryAllowedFlag = exports.Scte35NoRegionalBlackoutFlag = exports.Scte35DeviceRestrictions = exports.Scte35ArchiveAllowedFlag = exports.Scte35InputMode = exports.LastFrameClippingBehavior = exports.InputTimecodeSource = exports.ReservationState = exports.ReservationAutomaticRenewal = exports.PipelineId = exports.UdpTimedMetadataId3Frame = exports.InputLossActionForUdpOut = exports.InputLossActionForRtmpOut = exports.RtmpCaptionData = exports.RtmpCacheFullBehavior = exports.AuthenticationScheme = exports.RtmpAdMarkers = exports.SmoothGroupTimestampOffsetMode = exports.SmoothGroupStreamManifestBehavior = exports.SmoothGroupSparseTrackType = exports.SmoothGroupSegmentationMode = exports.InputLossActionForMsSmoothOut = exports.SmoothGroupEventStopBehavior = exports.SmoothGroupEventIdMode = exports.SmoothGroupCertificateMode = exports.SmoothGroupAudioOnlyTimecodeControl = exports.HlsTsFileMode = exports.HlsTimedMetadataId3Frame = exports.HlsStreamInfResolution = exports.HlsSegmentationMode = exports.HlsRedundantManifest = exports.HlsProgramDateTimeClock = exports.HlsProgramDateTime = exports.HlsOutputSelection = exports.HlsMode = void 0;
4
+ exports.UnprocessableEntityException = exports.TooManyRequestsException = exports.NotFoundException = exports.InternalServerErrorException = exports.GatewayTimeoutException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = exports.BadGatewayException = exports.AcceptHeader = exports.VideoDescriptionScalingBehavior = exports.VideoDescriptionRespondToAfd = exports.Mpeg2TimecodeInsertionBehavior = exports.Mpeg2SubGopLength = exports.Mpeg2ScanType = exports.Mpeg2GopSizeUnits = exports.Mpeg2DisplayRatio = exports.Mpeg2ColorSpace = exports.Mpeg2ColorMetadata = exports.Mpeg2AdaptiveQuantization = exports.H265TimecodeInsertionBehavior = exports.H265Tier = exports.H265SceneChangeDetect = exports.H265ScanType = exports.H265RateControlMode = exports.H265Profile = exports.H265LookAheadRateControl = exports.H265Level = exports.H265GopSizeUnits = exports.H265FlickerAq = exports.H265ColorMetadata = exports.H265AlternativeTransferFunction = exports.H265AdaptiveQuantization = exports.H264TimecodeInsertionBehavior = exports.H264TemporalAq = exports.H264Syntax = exports.H264SubGopLength = exports.H264SpatialAq = exports.H264SceneChangeDetect = exports.H264ScanType = exports.H264RateControlMode = exports.H264QualityLevel = exports.H264Profile = exports.H264ParControl = exports.H264LookAheadRateControl = exports.H264Level = exports.H264GopSizeUnits = exports.H264GopBReference = exports.H264FramerateControl = exports.H264ForceFieldPictures = void 0;
5
+ exports.DescribeInputDeviceThumbnailResponseFilterSensitiveLog = exports.PreferredChannelPipeline = exports.ContentType = exports.TimecodeConfigSource = exports.ThumbnailState = exports.NielsenPcmToId3TaggingState = exports.MotionGraphicsInsertion = exports.GlobalConfigurationLowFramerateInputs = exports.GlobalConfigurationOutputTimingSource = exports.GlobalConfigurationOutputLockingMode = exports.InputLossImageType = exports.GlobalConfigurationInputEndAction = exports.FeatureActivationsInputPrepareScheduleActions = exports.BlackoutSlateState = exports.BlackoutSlateNetworkEndBlackout = exports.Scte35AposWebDeliveryAllowedBehavior = exports.Scte35AposNoRegionalBlackoutBehavior = exports.Scte35SpliceInsertWebDeliveryAllowedBehavior = exports.Scte35SpliceInsertNoRegionalBlackoutBehavior = exports.AvailBlankingState = void 0;
6
6
  const MediaLiveServiceException_1 = require("./MediaLiveServiceException");
7
7
  exports.HlsMode = {
8
8
  LIVE: "LIVE",
@@ -163,6 +163,10 @@ exports.FollowPoint = {
163
163
  END: "END",
164
164
  START: "START",
165
165
  };
166
+ exports.ThumbnailType = {
167
+ CURRENT_ACTIVE: "CURRENT_ACTIVE",
168
+ UNSPECIFIED: "UNSPECIFIED",
169
+ };
166
170
  exports.InputDeviceTransferType = {
167
171
  INCOMING: "INCOMING",
168
172
  OUTGOING: "OUTGOING",
@@ -646,6 +650,10 @@ exports.NielsenPcmToId3TaggingState = {
646
650
  DISABLED: "DISABLED",
647
651
  ENABLED: "ENABLED",
648
652
  };
653
+ exports.ThumbnailState = {
654
+ AUTO: "AUTO",
655
+ DISABLED: "DISABLED",
656
+ };
649
657
  exports.TimecodeConfigSource = {
650
658
  EMBEDDED: "EMBEDDED",
651
659
  SYSTEMCLOCK: "SYSTEMCLOCK",
@@ -659,10 +667,6 @@ exports.PreferredChannelPipeline = {
659
667
  PIPELINE_0: "PIPELINE_0",
660
668
  PIPELINE_1: "PIPELINE_1",
661
669
  };
662
- exports.RebootInputDeviceForce = {
663
- NO: "NO",
664
- YES: "YES",
665
- };
666
670
  const DescribeInputDeviceThumbnailResponseFilterSensitiveLog = (obj) => ({
667
671
  ...obj,
668
672
  });
@@ -1,2 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RebootInputDeviceForce = void 0;
4
+ exports.RebootInputDeviceForce = {
5
+ NO: "NO",
6
+ YES: "YES",
7
+ };