@aws-sdk/client-medialive 3.495.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +288 -285
  2. package/package.json +41 -41
package/dist-cjs/index.js CHANGED
@@ -12350,56 +12350,20 @@ var RebootInputDeviceForce = {
12350
12350
  // src/index.ts
12351
12351
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
12352
12352
  // Annotate the CommonJS export names for ESM import in node:
12353
+
12353
12354
  0 && (module.exports = {
12354
- AacCodingMode,
12355
- AacInputType,
12356
- AacProfile,
12357
- AacRateControlMode,
12358
- AacRawFormat,
12359
- AacSpec,
12360
- AacVbrQuality,
12361
- Ac3AttenuationControl,
12362
- Ac3BitstreamMode,
12363
- Ac3CodingMode,
12364
- Ac3DrcProfile,
12365
- Ac3LfeFilter,
12366
- Ac3MetadataControl,
12367
- AcceptHeader,
12355
+ MediaLiveServiceException,
12356
+ __Client,
12357
+ MediaLiveClient,
12358
+ MediaLive,
12359
+ $Command,
12368
12360
  AcceptInputDeviceTransferCommand,
12369
- AccessibilityType,
12370
- AfdSignaling,
12371
- AudioDescriptionAudioTypeControl,
12372
- AudioDescriptionLanguageCodeControl,
12373
- AudioLanguageSelectionPolicy,
12374
- AudioNormalizationAlgorithm,
12375
- AudioNormalizationAlgorithmControl,
12376
- AudioOnlyHlsSegmentType,
12377
- AudioOnlyHlsTrackType,
12378
- AudioType,
12379
- AuthenticationScheme,
12380
- AvailBlankingState,
12381
- BadGatewayException,
12382
- BadRequestException,
12383
12361
  BatchDeleteCommand,
12384
12362
  BatchStartCommand,
12385
12363
  BatchStopCommand,
12386
12364
  BatchUpdateScheduleCommand,
12387
- BlackoutSlateNetworkEndBlackout,
12388
- BlackoutSlateState,
12389
- BurnInAlignment,
12390
- BurnInBackgroundColor,
12391
- BurnInFontColor,
12392
- BurnInOutlineColor,
12393
- BurnInShadowColor,
12394
- BurnInTeletextGridControl,
12395
12365
  CancelInputDeviceTransferCommand,
12396
- CdiInputResolution,
12397
- ChannelClass,
12398
- ChannelState,
12399
12366
  ClaimDeviceCommand,
12400
- ColorSpace,
12401
- ConflictException,
12402
- ContentType,
12403
12367
  CreateChannelCommand,
12404
12368
  CreateInputCommand,
12405
12369
  CreateInputSecurityGroupCommand,
@@ -12420,7 +12384,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
12420
12384
  DescribeInputCommand,
12421
12385
  DescribeInputDeviceCommand,
12422
12386
  DescribeInputDeviceThumbnailCommand,
12423
- DescribeInputDeviceThumbnailResponseFilterSensitiveLog,
12424
12387
  DescribeInputSecurityGroupCommand,
12425
12388
  DescribeMultiplexCommand,
12426
12389
  DescribeMultiplexProgramCommand,
@@ -12428,17 +12391,88 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
12428
12391
  DescribeReservationCommand,
12429
12392
  DescribeScheduleCommand,
12430
12393
  DescribeThumbnailsCommand,
12431
- DeviceSettingsSyncState,
12432
- DeviceUpdateStatus,
12433
- DolbyEProgramSelection,
12434
- DvbSdtOutputSdt,
12435
- DvbSubDestinationAlignment,
12436
- DvbSubDestinationBackgroundColor,
12437
- DvbSubDestinationFontColor,
12438
- DvbSubDestinationOutlineColor,
12439
- DvbSubDestinationShadowColor,
12440
- DvbSubDestinationTeletextGridControl,
12441
- DvbSubOcrLanguage,
12394
+ ListChannelsCommand,
12395
+ ListInputDeviceTransfersCommand,
12396
+ ListInputDevicesCommand,
12397
+ ListInputSecurityGroupsCommand,
12398
+ ListInputsCommand,
12399
+ ListMultiplexProgramsCommand,
12400
+ ListMultiplexesCommand,
12401
+ ListOfferingsCommand,
12402
+ ListReservationsCommand,
12403
+ ListTagsForResourceCommand,
12404
+ PurchaseOfferingCommand,
12405
+ RebootInputDeviceCommand,
12406
+ RejectInputDeviceTransferCommand,
12407
+ StartChannelCommand,
12408
+ StartInputDeviceCommand,
12409
+ StartInputDeviceMaintenanceWindowCommand,
12410
+ StartMultiplexCommand,
12411
+ StopChannelCommand,
12412
+ StopInputDeviceCommand,
12413
+ StopMultiplexCommand,
12414
+ TransferInputDeviceCommand,
12415
+ UpdateAccountConfigurationCommand,
12416
+ UpdateChannelClassCommand,
12417
+ UpdateChannelCommand,
12418
+ UpdateInputCommand,
12419
+ UpdateInputDeviceCommand,
12420
+ UpdateInputSecurityGroupCommand,
12421
+ UpdateMultiplexCommand,
12422
+ UpdateMultiplexProgramCommand,
12423
+ UpdateReservationCommand,
12424
+ paginateDescribeSchedule,
12425
+ paginateListChannels,
12426
+ paginateListInputDeviceTransfers,
12427
+ paginateListInputDevices,
12428
+ paginateListInputSecurityGroups,
12429
+ paginateListInputs,
12430
+ paginateListMultiplexPrograms,
12431
+ paginateListMultiplexes,
12432
+ paginateListOfferings,
12433
+ paginateListReservations,
12434
+ waitForChannelCreated,
12435
+ waitUntilChannelCreated,
12436
+ waitForChannelDeleted,
12437
+ waitUntilChannelDeleted,
12438
+ waitForChannelRunning,
12439
+ waitUntilChannelRunning,
12440
+ waitForChannelStopped,
12441
+ waitUntilChannelStopped,
12442
+ waitForInputAttached,
12443
+ waitUntilInputAttached,
12444
+ waitForInputDeleted,
12445
+ waitUntilInputDeleted,
12446
+ waitForInputDetached,
12447
+ waitUntilInputDetached,
12448
+ waitForMultiplexCreated,
12449
+ waitUntilMultiplexCreated,
12450
+ waitForMultiplexDeleted,
12451
+ waitUntilMultiplexDeleted,
12452
+ waitForMultiplexRunning,
12453
+ waitUntilMultiplexRunning,
12454
+ waitForMultiplexStopped,
12455
+ waitUntilMultiplexStopped,
12456
+ AudioNormalizationAlgorithm,
12457
+ AudioNormalizationAlgorithmControl,
12458
+ AudioType,
12459
+ AudioDescriptionAudioTypeControl,
12460
+ NielsenWatermarksCbetStepaside,
12461
+ NielsenWatermarksDistributionTypes,
12462
+ NielsenWatermarkTimezones,
12463
+ AacCodingMode,
12464
+ AacInputType,
12465
+ AacProfile,
12466
+ AacRateControlMode,
12467
+ AacRawFormat,
12468
+ AacSpec,
12469
+ AacVbrQuality,
12470
+ Ac3AttenuationControl,
12471
+ Ac3BitstreamMode,
12472
+ Ac3CodingMode,
12473
+ Ac3DrcProfile,
12474
+ Ac3LfeFilter,
12475
+ Ac3MetadataControl,
12442
12476
  Eac3AtmosCodingMode,
12443
12477
  Eac3AtmosDrcLine,
12444
12478
  Eac3AtmosDrcRf,
@@ -12456,140 +12490,91 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
12456
12490
  Eac3StereoDownmix,
12457
12491
  Eac3SurroundExMode,
12458
12492
  Eac3SurroundMode,
12459
- EbuTtDDestinationStyleControl,
12493
+ Mp2CodingMode,
12494
+ WavCodingMode,
12495
+ AudioDescriptionLanguageCodeControl,
12496
+ AudioLanguageSelectionPolicy,
12497
+ DolbyEProgramSelection,
12498
+ AccessibilityType,
12499
+ BurnInAlignment,
12500
+ BurnInBackgroundColor,
12501
+ BurnInFontColor,
12502
+ BurnInOutlineColor,
12503
+ BurnInShadowColor,
12504
+ BurnInTeletextGridControl,
12505
+ DvbSubDestinationAlignment,
12506
+ DvbSubDestinationBackgroundColor,
12507
+ DvbSubDestinationFontColor,
12508
+ DvbSubDestinationOutlineColor,
12509
+ DvbSubDestinationShadowColor,
12510
+ DvbSubDestinationTeletextGridControl,
12460
12511
  EbuTtDFillLineGapControl,
12512
+ EbuTtDDestinationStyleControl,
12513
+ TtmlDestinationStyleControl,
12514
+ WebvttDestinationStyleControl,
12515
+ DvbSubOcrLanguage,
12461
12516
  EmbeddedConvert608To708,
12462
12517
  EmbeddedScte20Detection,
12463
- FeatureActivationsInputPrepareScheduleActions,
12464
- FeatureActivationsOutputStaticImageOverlayScheduleActions,
12465
- FecOutputIncludeFec,
12466
- FixedAfd,
12467
- Fmp4NielsenId3Behavior,
12468
- Fmp4TimedMetadataBehavior,
12469
- FollowPoint,
12470
- ForbiddenException,
12471
- FrameCaptureIntervalUnit,
12472
- GatewayTimeoutException,
12473
- GlobalConfigurationInputEndAction,
12474
- GlobalConfigurationLowFramerateInputs,
12475
- GlobalConfigurationOutputLockingMode,
12476
- GlobalConfigurationOutputTimingSource,
12477
- H264AdaptiveQuantization,
12478
- H264ColorMetadata,
12479
- H264EntropyEncoding,
12480
- H264FlickerAq,
12481
- H264ForceFieldPictures,
12482
- H264FramerateControl,
12483
- H264GopBReference,
12484
- H264GopSizeUnits,
12485
- H264Level,
12486
- H264LookAheadRateControl,
12487
- H264ParControl,
12488
- H264Profile,
12489
- H264QualityLevel,
12490
- H264RateControlMode,
12491
- H264ScanType,
12492
- H264SceneChangeDetect,
12493
- H264SpatialAq,
12494
- H264SubGopLength,
12495
- H264Syntax,
12496
- H264TemporalAq,
12497
- H264TimecodeInsertionBehavior,
12498
- H265AdaptiveQuantization,
12499
- H265AlternativeTransferFunction,
12500
- H265ColorMetadata,
12501
- H265FlickerAq,
12502
- H265GopSizeUnits,
12503
- H265Level,
12504
- H265LookAheadRateControl,
12505
- H265Profile,
12506
- H265RateControlMode,
12507
- H265ScanType,
12508
- H265SceneChangeDetect,
12509
- H265Tier,
12510
- H265TimecodeInsertionBehavior,
12511
- HlsAdMarkers,
12512
- HlsAkamaiHttpTransferMode,
12513
- HlsCaptionLanguageSetting,
12514
- HlsClientCache,
12515
- HlsCodecSpecification,
12516
- HlsDirectoryStructure,
12517
- HlsDiscontinuityTags,
12518
- HlsEncryptionType,
12519
- HlsH265PackagingType,
12520
- HlsId3SegmentTaggingState,
12521
- HlsIncompleteSegmentBehavior,
12522
- HlsIvInManifest,
12523
- HlsIvSource,
12524
- HlsManifestCompression,
12525
- HlsManifestDurationFormat,
12526
- HlsMediaStoreStorageClass,
12527
- HlsMode,
12528
- HlsOutputSelection,
12529
- HlsProgramDateTime,
12530
- HlsProgramDateTimeClock,
12531
- HlsRedundantManifest,
12532
- HlsScte35SourceType,
12533
- HlsSegmentationMode,
12534
- HlsStreamInfResolution,
12535
- HlsTimedMetadataId3Frame,
12536
- HlsTsFileMode,
12537
- HlsWebdavHttpTransferMode,
12538
- IFrameOnlyPlaylistType,
12539
- IncludeFillerNalUnits,
12540
- InputClass,
12541
- InputCodec,
12518
+ Scte20Convert608To708,
12519
+ Scte27OcrLanguage,
12520
+ CdiInputResolution,
12521
+ ChannelClass,
12522
+ InputPreference,
12542
12523
  InputDeblockFilter,
12543
12524
  InputDenoiseFilter,
12544
- InputDeviceActiveInput,
12545
- InputDeviceCodec,
12546
- InputDeviceConfigurableAudioChannelPairProfile,
12547
- InputDeviceConfiguredInput,
12548
- InputDeviceConnectionState,
12549
- InputDeviceIpScheme,
12550
- InputDeviceOutputType,
12551
- InputDeviceScanType,
12552
- InputDeviceState,
12553
- InputDeviceTransferType,
12554
- InputDeviceType,
12555
- InputDeviceUhdAudioChannelPairProfile,
12556
12525
  InputFilter,
12557
- InputLossActionForHlsOut,
12558
- InputLossActionForMsSmoothOut,
12559
- InputLossActionForRtmpOut,
12560
- InputLossActionForUdpOut,
12561
- InputLossImageType,
12526
+ HlsScte35SourceType,
12527
+ NetworkInputServerValidation,
12528
+ Smpte2038DataPreference,
12529
+ InputSourceEndBehavior,
12530
+ VideoSelectorColorSpace,
12531
+ VideoSelectorColorSpaceUsage,
12532
+ InputCodec,
12562
12533
  InputMaximumBitrate,
12563
- InputPreference,
12564
12534
  InputResolution,
12565
- InputSecurityGroupState,
12566
- InputSourceEndBehavior,
12535
+ LogLevel,
12536
+ MaintenanceDay,
12537
+ ChannelState,
12538
+ ColorSpace,
12539
+ HlsAdMarkers,
12540
+ InputClass,
12567
12541
  InputSourceType,
12568
12542
  InputState,
12569
- InputTimecodeSource,
12570
12543
  InputType,
12571
- InternalServerErrorException,
12572
- LastFrameClippingBehavior,
12573
- ListChannelsCommand,
12574
- ListInputDeviceTransfersCommand,
12575
- ListInputDevicesCommand,
12576
- ListInputSecurityGroupsCommand,
12577
- ListInputsCommand,
12578
- ListMultiplexProgramsCommand,
12579
- ListMultiplexesCommand,
12580
- ListOfferingsCommand,
12581
- ListReservationsCommand,
12582
- ListTagsForResourceCommand,
12583
- LogLevel,
12544
+ InputDeviceConfigurableAudioChannelPairProfile,
12545
+ InputDeviceConnectionState,
12546
+ DeviceSettingsSyncState,
12547
+ DeviceUpdateStatus,
12548
+ InputDeviceActiveInput,
12549
+ InputDeviceConfiguredInput,
12550
+ InputDeviceState,
12551
+ InputDeviceScanType,
12552
+ InputDeviceIpScheme,
12553
+ InputDeviceOutputType,
12554
+ InputDeviceType,
12555
+ InputDeviceUhdAudioChannelPairProfile,
12556
+ InputDeviceCodec,
12557
+ InputSecurityGroupState,
12558
+ MultiplexState,
12559
+ OfferingDurationUnits,
12560
+ OfferingType,
12561
+ ReservationCodec,
12562
+ ReservationMaximumBitrate,
12563
+ ReservationMaximumFramerate,
12564
+ ReservationResolution,
12565
+ ReservationResourceType,
12566
+ ReservationSpecialFeature,
12567
+ ReservationVideoQuality,
12584
12568
  M2tsAbsentInputAudioBehavior,
12585
12569
  M2tsArib,
12586
12570
  M2tsAribCaptionsPidControl,
12587
12571
  M2tsAudioBufferModel,
12588
- M2tsAudioInterval,
12589
12572
  M2tsAudioStreamType,
12590
12573
  M2tsBufferModel,
12591
12574
  M2tsCcDescriptor,
12575
+ DvbSdtOutputSdt,
12592
12576
  M2tsEbifControl,
12577
+ M2tsAudioInterval,
12593
12578
  M2tsEbpPlacement,
12594
12579
  M2tsEsRateInPes,
12595
12580
  M2tsKlv,
@@ -12600,141 +12585,159 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
12600
12585
  M2tsSegmentationMarkers,
12601
12586
  M2tsSegmentationStyle,
12602
12587
  M2tsTimedMetadataBehavior,
12588
+ HlsH265PackagingType,
12589
+ AudioOnlyHlsTrackType,
12590
+ AudioOnlyHlsSegmentType,
12591
+ Fmp4NielsenId3Behavior,
12592
+ Fmp4TimedMetadataBehavior,
12603
12593
  M3u8KlvBehavior,
12604
12594
  M3u8NielsenId3Behavior,
12605
12595
  M3u8PcrControl,
12606
12596
  M3u8Scte35Behavior,
12607
12597
  M3u8TimedMetadataBehavior,
12608
- MaintenanceDay,
12609
- MediaLive,
12610
- MediaLiveClient,
12611
- MediaLiveServiceException,
12612
- MotionGraphicsInsertion,
12613
- Mp2CodingMode,
12614
- Mpeg2AdaptiveQuantization,
12615
- Mpeg2ColorMetadata,
12616
- Mpeg2ColorSpace,
12617
- Mpeg2DisplayRatio,
12618
- Mpeg2GopSizeUnits,
12619
- Mpeg2ScanType,
12620
- Mpeg2SubGopLength,
12621
- Mpeg2TimecodeInsertionBehavior,
12622
12598
  MsSmoothH265PackagingType,
12623
- MultiplexState,
12624
- NetworkInputServerValidation,
12625
- NielsenPcmToId3TaggingState,
12626
- NielsenWatermarkTimezones,
12627
- NielsenWatermarksCbetStepaside,
12628
- NielsenWatermarksDistributionTypes,
12629
- NotFoundException,
12630
- OfferingDurationUnits,
12631
- OfferingType,
12632
- PipelineId,
12633
- PreferredChannelPipeline,
12634
- PurchaseOfferingCommand,
12635
- RebootInputDeviceCommand,
12636
- RebootInputDeviceForce,
12637
- RejectInputDeviceTransferCommand,
12638
- ReservationAutomaticRenewal,
12639
- ReservationCodec,
12640
- ReservationMaximumBitrate,
12641
- ReservationMaximumFramerate,
12642
- ReservationResolution,
12643
- ReservationResourceType,
12644
- ReservationSpecialFeature,
12645
- ReservationState,
12646
- ReservationVideoQuality,
12647
- RtmpAdMarkers,
12648
- RtmpCacheFullBehavior,
12649
- RtmpCaptionData,
12650
12599
  RtmpOutputCertificateMode,
12600
+ FecOutputIncludeFec,
12651
12601
  S3CannedAcl,
12652
- Scte20Convert608To708,
12653
- Scte27OcrLanguage,
12654
- Scte35AposNoRegionalBlackoutBehavior,
12655
- Scte35AposWebDeliveryAllowedBehavior,
12656
- Scte35ArchiveAllowedFlag,
12657
- Scte35DeviceRestrictions,
12658
- Scte35InputMode,
12659
- Scte35NoRegionalBlackoutFlag,
12660
- Scte35SegmentationCancelIndicator,
12661
- Scte35SpliceInsertNoRegionalBlackoutBehavior,
12662
- Scte35SpliceInsertWebDeliveryAllowedBehavior,
12663
- Scte35WebDeliveryAllowedFlag,
12602
+ HlsCaptionLanguageSetting,
12603
+ HlsClientCache,
12604
+ HlsCodecSpecification,
12605
+ HlsDirectoryStructure,
12606
+ HlsDiscontinuityTags,
12607
+ HlsEncryptionType,
12608
+ HlsAkamaiHttpTransferMode,
12609
+ HlsMediaStoreStorageClass,
12610
+ HlsWebdavHttpTransferMode,
12611
+ HlsId3SegmentTaggingState,
12612
+ IFrameOnlyPlaylistType,
12613
+ HlsIncompleteSegmentBehavior,
12614
+ InputLossActionForHlsOut,
12615
+ HlsIvInManifest,
12616
+ HlsIvSource,
12617
+ HlsManifestCompression,
12618
+ HlsManifestDurationFormat,
12619
+ HlsMode,
12620
+ HlsOutputSelection,
12621
+ HlsProgramDateTime,
12622
+ HlsProgramDateTimeClock,
12623
+ HlsRedundantManifest,
12624
+ HlsSegmentationMode,
12625
+ HlsStreamInfResolution,
12626
+ HlsTimedMetadataId3Frame,
12627
+ HlsTsFileMode,
12664
12628
  SmoothGroupAudioOnlyTimecodeControl,
12665
12629
  SmoothGroupCertificateMode,
12666
12630
  SmoothGroupEventIdMode,
12667
12631
  SmoothGroupEventStopBehavior,
12632
+ InputLossActionForMsSmoothOut,
12668
12633
  SmoothGroupSegmentationMode,
12669
12634
  SmoothGroupSparseTrackType,
12670
12635
  SmoothGroupStreamManifestBehavior,
12671
12636
  SmoothGroupTimestampOffsetMode,
12672
- Smpte2038DataPreference,
12673
- StartChannelCommand,
12674
- StartInputDeviceCommand,
12675
- StartInputDeviceMaintenanceWindowCommand,
12676
- StartMultiplexCommand,
12677
- StopChannelCommand,
12678
- StopInputDeviceCommand,
12679
- StopMultiplexCommand,
12680
- TemporalFilterPostFilterSharpening,
12681
- TemporalFilterStrength,
12682
- ThumbnailState,
12637
+ RtmpAdMarkers,
12638
+ AuthenticationScheme,
12639
+ RtmpCacheFullBehavior,
12640
+ RtmpCaptionData,
12641
+ IncludeFillerNalUnits,
12642
+ InputLossActionForRtmpOut,
12643
+ InputLossActionForUdpOut,
12644
+ UdpTimedMetadataId3Frame,
12645
+ PipelineId,
12646
+ ReservationAutomaticRenewal,
12647
+ ReservationState,
12648
+ InputTimecodeSource,
12649
+ LastFrameClippingBehavior,
12650
+ Scte35InputMode,
12651
+ Scte35ArchiveAllowedFlag,
12652
+ Scte35DeviceRestrictions,
12653
+ Scte35NoRegionalBlackoutFlag,
12654
+ Scte35WebDeliveryAllowedFlag,
12655
+ Scte35SegmentationCancelIndicator,
12656
+ FollowPoint,
12683
12657
  ThumbnailType,
12658
+ InputDeviceTransferType,
12659
+ FrameCaptureIntervalUnit,
12684
12660
  TimecodeBurninFontSize,
12685
12661
  TimecodeBurninPosition,
12686
- TimecodeConfigSource,
12687
- TooManyRequestsException,
12688
- TransferInputDeviceCommand,
12689
- TtmlDestinationStyleControl,
12690
- UdpTimedMetadataId3Frame,
12691
- UnprocessableEntityException,
12692
- UpdateAccountConfigurationCommand,
12693
- UpdateChannelClassCommand,
12694
- UpdateChannelCommand,
12695
- UpdateInputCommand,
12696
- UpdateInputDeviceCommand,
12697
- UpdateInputSecurityGroupCommand,
12698
- UpdateMultiplexCommand,
12699
- UpdateMultiplexProgramCommand,
12700
- UpdateReservationCommand,
12662
+ H264AdaptiveQuantization,
12663
+ AfdSignaling,
12664
+ H264ColorMetadata,
12665
+ H264EntropyEncoding,
12666
+ TemporalFilterPostFilterSharpening,
12667
+ TemporalFilterStrength,
12668
+ FixedAfd,
12669
+ H264FlickerAq,
12670
+ H264ForceFieldPictures,
12671
+ H264FramerateControl,
12672
+ H264GopBReference,
12673
+ H264GopSizeUnits,
12674
+ H264Level,
12675
+ H264LookAheadRateControl,
12676
+ H264ParControl,
12677
+ H264Profile,
12678
+ H264QualityLevel,
12679
+ H264RateControlMode,
12680
+ H264ScanType,
12681
+ H264SceneChangeDetect,
12682
+ H264SpatialAq,
12683
+ H264SubGopLength,
12684
+ H264Syntax,
12685
+ H264TemporalAq,
12686
+ H264TimecodeInsertionBehavior,
12687
+ H265AdaptiveQuantization,
12688
+ H265AlternativeTransferFunction,
12689
+ H265ColorMetadata,
12690
+ H265FlickerAq,
12691
+ H265GopSizeUnits,
12692
+ H265Level,
12693
+ H265LookAheadRateControl,
12694
+ H265Profile,
12695
+ H265RateControlMode,
12696
+ H265ScanType,
12697
+ H265SceneChangeDetect,
12698
+ H265Tier,
12699
+ H265TimecodeInsertionBehavior,
12700
+ Mpeg2AdaptiveQuantization,
12701
+ Mpeg2ColorMetadata,
12702
+ Mpeg2ColorSpace,
12703
+ Mpeg2DisplayRatio,
12704
+ Mpeg2GopSizeUnits,
12705
+ Mpeg2ScanType,
12706
+ Mpeg2SubGopLength,
12707
+ Mpeg2TimecodeInsertionBehavior,
12701
12708
  VideoDescriptionRespondToAfd,
12702
12709
  VideoDescriptionScalingBehavior,
12703
- VideoSelectorColorSpace,
12704
- VideoSelectorColorSpaceUsage,
12705
- WavCodingMode,
12706
- WebvttDestinationStyleControl,
12707
- __Client,
12708
- paginateDescribeSchedule,
12709
- paginateListChannels,
12710
- paginateListInputDeviceTransfers,
12711
- paginateListInputDevices,
12712
- paginateListInputSecurityGroups,
12713
- paginateListInputs,
12714
- paginateListMultiplexPrograms,
12715
- paginateListMultiplexes,
12716
- paginateListOfferings,
12717
- paginateListReservations,
12718
- waitForChannelCreated,
12719
- waitForChannelDeleted,
12720
- waitForChannelRunning,
12721
- waitForChannelStopped,
12722
- waitForInputAttached,
12723
- waitForInputDeleted,
12724
- waitForInputDetached,
12725
- waitForMultiplexCreated,
12726
- waitForMultiplexDeleted,
12727
- waitForMultiplexRunning,
12728
- waitForMultiplexStopped,
12729
- waitUntilChannelCreated,
12730
- waitUntilChannelDeleted,
12731
- waitUntilChannelRunning,
12732
- waitUntilChannelStopped,
12733
- waitUntilInputAttached,
12734
- waitUntilInputDeleted,
12735
- waitUntilInputDetached,
12736
- waitUntilMultiplexCreated,
12737
- waitUntilMultiplexDeleted,
12738
- waitUntilMultiplexRunning,
12739
- waitUntilMultiplexStopped
12710
+ AcceptHeader,
12711
+ BadGatewayException,
12712
+ BadRequestException,
12713
+ ConflictException,
12714
+ ForbiddenException,
12715
+ GatewayTimeoutException,
12716
+ InternalServerErrorException,
12717
+ NotFoundException,
12718
+ TooManyRequestsException,
12719
+ UnprocessableEntityException,
12720
+ AvailBlankingState,
12721
+ Scte35SpliceInsertNoRegionalBlackoutBehavior,
12722
+ Scte35SpliceInsertWebDeliveryAllowedBehavior,
12723
+ Scte35AposNoRegionalBlackoutBehavior,
12724
+ Scte35AposWebDeliveryAllowedBehavior,
12725
+ BlackoutSlateNetworkEndBlackout,
12726
+ BlackoutSlateState,
12727
+ FeatureActivationsInputPrepareScheduleActions,
12728
+ FeatureActivationsOutputStaticImageOverlayScheduleActions,
12729
+ GlobalConfigurationInputEndAction,
12730
+ InputLossImageType,
12731
+ GlobalConfigurationOutputLockingMode,
12732
+ GlobalConfigurationOutputTimingSource,
12733
+ GlobalConfigurationLowFramerateInputs,
12734
+ MotionGraphicsInsertion,
12735
+ NielsenPcmToId3TaggingState,
12736
+ ThumbnailState,
12737
+ TimecodeConfigSource,
12738
+ ContentType,
12739
+ PreferredChannelPipeline,
12740
+ DescribeInputDeviceThumbnailResponseFilterSensitiveLog,
12741
+ RebootInputDeviceForce
12740
12742
  });
12743
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-medialive",
3
3
  "description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
4
- "version": "3.495.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-medialive",
@@ -20,50 +20,50 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-stream": "^2.1.0",
60
- "@smithy/util-utf8": "^2.1.0",
61
- "@smithy/util-waiter": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-stream": "^2.1.1",
60
+ "@smithy/util-utf8": "^2.1.1",
61
+ "@smithy/util-waiter": "^2.1.1",
62
62
  "tslib": "^2.5.0",
63
63
  "uuid": "^8.3.2"
64
64
  },
65
65
  "devDependencies": {
66
- "@smithy/service-client-documentation-generator": "^2.1.0",
66
+ "@smithy/service-client-documentation-generator": "^2.1.1",
67
67
  "@tsconfig/node14": "1.0.3",
68
68
  "@types/node": "^14.14.31",
69
69
  "@types/uuid": "^8.3.0",