@aws-sdk/client-medialive 3.130.0 → 3.137.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.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/MediaLive.js +30 -0
- package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteCommand.js +2 -2
- package/dist-cjs/commands/BatchStartCommand.js +2 -2
- package/dist-cjs/commands/BatchStopCommand.js +2 -2
- package/dist-cjs/commands/BatchUpdateScheduleCommand.js +2 -2
- package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/ClaimDeviceCommand.js +2 -2
- package/dist-cjs/commands/CreateChannelCommand.js +2 -2
- package/dist-cjs/commands/CreateInputCommand.js +2 -2
- package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateMultiplexCommand.js +2 -2
- package/dist-cjs/commands/CreateMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/CreatePartnerInputCommand.js +2 -2
- package/dist-cjs/commands/CreateTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteInputCommand.js +2 -2
- package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteMultiplexCommand.js +2 -2
- package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/DeleteReservationCommand.js +2 -2
- package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
- package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeMultiplexCommand.js +2 -2
- package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/DescribeOfferingCommand.js +2 -2
- package/dist-cjs/commands/DescribeReservationCommand.js +2 -2
- package/dist-cjs/commands/DescribeScheduleCommand.js +2 -2
- package/dist-cjs/commands/ListChannelsCommand.js +2 -2
- package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +2 -2
- package/dist-cjs/commands/ListInputDevicesCommand.js +2 -2
- package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListInputsCommand.js +2 -2
- package/dist-cjs/commands/ListMultiplexProgramsCommand.js +2 -2
- package/dist-cjs/commands/ListMultiplexesCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
- package/dist-cjs/commands/ListReservationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
- package/dist-cjs/commands/RebootInputDeviceCommand.js +36 -0
- package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/StartChannelCommand.js +2 -2
- package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +36 -0
- package/dist-cjs/commands/StartMultiplexCommand.js +2 -2
- package/dist-cjs/commands/StopChannelCommand.js +2 -2
- package/dist-cjs/commands/StopMultiplexCommand.js +2 -2
- package/dist-cjs/commands/TransferInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/UpdateChannelClassCommand.js +2 -2
- package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateInputCommand.js +3 -2
- package/dist-cjs/commands/UpdateInputDeviceCommand.js +3 -3
- package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateMultiplexCommand.js +2 -2
- package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/UpdateReservationCommand.js +2 -2
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +574 -858
- package/dist-cjs/models/models_1.js +779 -1164
- package/dist-cjs/models/models_2.js +45 -37
- package/dist-cjs/protocols/Aws_restJson1.js +171 -3
- package/dist-es/MediaLive.js +30 -0
- package/dist-es/commands/AcceptInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/BatchDeleteCommand.js +3 -3
- package/dist-es/commands/BatchStartCommand.js +3 -3
- package/dist-es/commands/BatchStopCommand.js +3 -3
- package/dist-es/commands/BatchUpdateScheduleCommand.js +3 -3
- package/dist-es/commands/CancelInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/ClaimDeviceCommand.js +3 -3
- package/dist-es/commands/CreateChannelCommand.js +3 -3
- package/dist-es/commands/CreateInputCommand.js +3 -3
- package/dist-es/commands/CreateInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/CreateMultiplexCommand.js +3 -3
- package/dist-es/commands/CreateMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/CreatePartnerInputCommand.js +3 -3
- package/dist-es/commands/CreateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteChannelCommand.js +3 -3
- package/dist-es/commands/DeleteInputCommand.js +3 -3
- package/dist-es/commands/DeleteInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/DeleteMultiplexCommand.js +3 -3
- package/dist-es/commands/DeleteMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/DeleteReservationCommand.js +3 -3
- package/dist-es/commands/DeleteScheduleCommand.js +3 -3
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DescribeChannelCommand.js +3 -3
- package/dist-es/commands/DescribeInputCommand.js +3 -3
- package/dist-es/commands/DescribeInputDeviceCommand.js +3 -3
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +3 -3
- package/dist-es/commands/DescribeInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/DescribeMultiplexCommand.js +3 -3
- package/dist-es/commands/DescribeMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/DescribeOfferingCommand.js +3 -3
- package/dist-es/commands/DescribeReservationCommand.js +3 -3
- package/dist-es/commands/DescribeScheduleCommand.js +3 -3
- package/dist-es/commands/ListChannelsCommand.js +3 -3
- package/dist-es/commands/ListInputDeviceTransfersCommand.js +3 -3
- package/dist-es/commands/ListInputDevicesCommand.js +3 -3
- package/dist-es/commands/ListInputSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/ListInputsCommand.js +3 -3
- package/dist-es/commands/ListMultiplexProgramsCommand.js +3 -3
- package/dist-es/commands/ListMultiplexesCommand.js +3 -3
- package/dist-es/commands/ListOfferingsCommand.js +3 -3
- package/dist-es/commands/ListReservationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
- package/dist-es/commands/RebootInputDeviceCommand.js +39 -0
- package/dist-es/commands/RejectInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/StartChannelCommand.js +3 -3
- package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +39 -0
- package/dist-es/commands/StartMultiplexCommand.js +3 -3
- package/dist-es/commands/StopChannelCommand.js +3 -3
- package/dist-es/commands/StopMultiplexCommand.js +3 -3
- package/dist-es/commands/TransferInputDeviceCommand.js +3 -3
- package/dist-es/commands/UpdateChannelClassCommand.js +3 -3
- package/dist-es/commands/UpdateChannelCommand.js +3 -3
- package/dist-es/commands/UpdateInputCommand.js +4 -3
- package/dist-es/commands/UpdateInputDeviceCommand.js +3 -3
- package/dist-es/commands/UpdateInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/UpdateMultiplexCommand.js +3 -3
- package/dist-es/commands/UpdateMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/UpdateReservationCommand.js +3 -3
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +142 -568
- package/dist-es/models/models_1.js +197 -772
- package/dist-es/models/models_2.js +11 -24
- package/dist-es/protocols/Aws_restJson1.js +224 -0
- package/dist-types/MediaLive.d.ts +14 -0
- package/dist-types/MediaLiveClient.d.ts +4 -2
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +35 -0
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +35 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +568 -852
- package/dist-types/models/models_1.d.ts +788 -1251
- package/dist-types/models/models_2.d.ts +155 -37
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/MediaLive.d.ts +10 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +284 -568
- package/dist-types/ts3.4/models/models_1.d.ts +397 -820
- package/dist-types/ts3.4/models/models_2.d.ts +81 -25
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +7 -7
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
3
|
+
exports.H264ScanType = exports.H264RateControlMode = exports.H264QualityLevel = exports.H264Profile = exports.H264ParControl = exports.H264LookAheadRateControl = exports.H264Level = exports.H264GopSizeUnits = exports.H264GopBReference = exports.H264FramerateControl = exports.H264ForceFieldPictures = exports.H264FlickerAq = exports.FixedAfd = exports.TemporalFilterStrength = exports.TemporalFilterPostFilterSharpening = exports.H264EntropyEncoding = exports.H264ColorMetadata = exports.AfdSignaling = exports.H264AdaptiveQuantization = exports.FrameCaptureIntervalUnit = exports.InputDeviceTransferType = exports.FollowPoint = exports.Scte35SegmentationCancelIndicator = exports.Scte35WebDeliveryAllowedFlag = exports.Scte35NoRegionalBlackoutFlag = exports.Scte35DeviceRestrictions = exports.Scte35ArchiveAllowedFlag = 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 = void 0;
|
|
4
|
+
exports.GlobalConfigurationOutputLockingMode = exports.InputLossImageType = exports.GlobalConfigurationInputEndAction = exports.FeatureActivationsInputPrepareScheduleActions = exports.BlackoutSlateState = exports.BlackoutSlateNetworkEndBlackout = exports.Scte35AposWebDeliveryAllowedBehavior = exports.Scte35AposNoRegionalBlackoutBehavior = exports.Scte35SpliceInsertWebDeliveryAllowedBehavior = exports.Scte35SpliceInsertNoRegionalBlackoutBehavior = 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 = void 0;
|
|
5
|
+
exports.Rec601SettingsFilterSensitiveLog = exports.ColorSpacePassthroughSettingsFilterSensitiveLog = exports.FrameCaptureSettingsFilterSensitiveLog = exports.ValidationErrorFilterSensitiveLog = exports.TransferringInputDeviceSummaryFilterSensitiveLog = exports.ScheduleActionFilterSensitiveLog = exports.ScheduleActionStartSettingsFilterSensitiveLog = exports.ImmediateModeScheduleActionStartSettingsFilterSensitiveLog = exports.FollowModeScheduleActionStartSettingsFilterSensitiveLog = exports.FixedModeScheduleActionStartSettingsFilterSensitiveLog = exports.ScheduleActionSettingsFilterSensitiveLog = exports.StaticImageDeactivateScheduleActionSettingsFilterSensitiveLog = exports.StaticImageActivateScheduleActionSettingsFilterSensitiveLog = exports.Scte35TimeSignalScheduleActionSettingsFilterSensitiveLog = exports.Scte35DescriptorFilterSensitiveLog = exports.Scte35DescriptorSettingsFilterSensitiveLog = exports.Scte35SegmentationDescriptorFilterSensitiveLog = exports.Scte35DeliveryRestrictionsFilterSensitiveLog = exports.Scte35SpliceInsertScheduleActionSettingsFilterSensitiveLog = exports.Scte35ReturnToNetworkScheduleActionSettingsFilterSensitiveLog = exports.PauseStateScheduleActionSettingsFilterSensitiveLog = exports.MotionGraphicsDeactivateScheduleActionSettingsFilterSensitiveLog = exports.MotionGraphicsActivateScheduleActionSettingsFilterSensitiveLog = exports.InputSwitchScheduleActionSettingsFilterSensitiveLog = exports.InputPrepareScheduleActionSettingsFilterSensitiveLog = exports.InputClippingSettingsFilterSensitiveLog = exports.StopTimecodeFilterSensitiveLog = exports.StartTimecodeFilterSensitiveLog = exports.HlsTimedMetadataScheduleActionSettingsFilterSensitiveLog = exports.HlsId3SegmentTaggingScheduleActionSettingsFilterSensitiveLog = exports.ReservationFilterSensitiveLog = exports.RenewalSettingsFilterSensitiveLog = exports.PipelinePauseStateSettingsFilterSensitiveLog = exports.PipelineDetailFilterSensitiveLog = exports.OutputGroupFilterSensitiveLog = exports.OutputGroupSettingsFilterSensitiveLog = exports.UdpGroupSettingsFilterSensitiveLog = exports.RtmpGroupSettingsFilterSensitiveLog = exports.MultiplexGroupSettingsFilterSensitiveLog = exports.MsSmoothGroupSettingsFilterSensitiveLog = exports.MediaPackageGroupSettingsFilterSensitiveLog = exports.HlsGroupSettingsFilterSensitiveLog = exports.RebootInputDeviceForce = exports.PreferredChannelPipeline = exports.ContentType = exports.TimecodeConfigSource = exports.NielsenPcmToId3TaggingState = exports.MotionGraphicsInsertion = exports.GlobalConfigurationLowFramerateInputs = exports.GlobalConfigurationOutputTimingSource = void 0;
|
|
6
|
+
exports.CreateChannelResponseFilterSensitiveLog = exports.CreateChannelRequestFilterSensitiveLog = exports.VpcOutputSettingsFilterSensitiveLog = exports.MaintenanceCreateSettingsFilterSensitiveLog = exports.ClaimDeviceResponseFilterSensitiveLog = exports.ClaimDeviceRequestFilterSensitiveLog = exports.ChannelFilterSensitiveLog = exports.EncoderSettingsFilterSensitiveLog = exports.TimecodeConfigFilterSensitiveLog = exports.NielsenConfigurationFilterSensitiveLog = exports.MotionGraphicsConfigurationFilterSensitiveLog = exports.MotionGraphicsSettingsFilterSensitiveLog = exports.HtmlMotionGraphicsSettingsFilterSensitiveLog = exports.GlobalConfigurationFilterSensitiveLog = exports.InputLossBehaviorFilterSensitiveLog = exports.FeatureActivationsFilterSensitiveLog = exports.CancelInputDeviceTransferResponseFilterSensitiveLog = exports.CancelInputDeviceTransferRequestFilterSensitiveLog = exports.BlackoutSlateFilterSensitiveLog = exports.BatchUpdateScheduleResponseFilterSensitiveLog = exports.BatchUpdateScheduleRequestFilterSensitiveLog = exports.BatchStopResponseFilterSensitiveLog = exports.BatchStopRequestFilterSensitiveLog = exports.BatchStartResponseFilterSensitiveLog = exports.BatchStartRequestFilterSensitiveLog = exports.BatchScheduleActionDeleteResultFilterSensitiveLog = exports.BatchScheduleActionDeleteRequestFilterSensitiveLog = exports.BatchScheduleActionCreateResultFilterSensitiveLog = exports.BatchScheduleActionCreateRequestFilterSensitiveLog = exports.BatchDeleteResponseFilterSensitiveLog = exports.BatchDeleteRequestFilterSensitiveLog = exports.AvailConfigurationFilterSensitiveLog = exports.AvailSettingsFilterSensitiveLog = exports.Scte35TimeSignalAposFilterSensitiveLog = exports.Scte35SpliceInsertFilterSensitiveLog = exports.AvailBlankingFilterSensitiveLog = exports.AcceptInputDeviceTransferResponseFilterSensitiveLog = exports.AcceptInputDeviceTransferRequestFilterSensitiveLog = exports.VideoDescriptionFilterSensitiveLog = exports.VideoCodecSettingsFilterSensitiveLog = exports.Mpeg2SettingsFilterSensitiveLog = exports.Mpeg2FilterSettingsFilterSensitiveLog = exports.H265SettingsFilterSensitiveLog = exports.H265FilterSettingsFilterSensitiveLog = exports.H265ColorSpaceSettingsFilterSensitiveLog = exports.H264SettingsFilterSensitiveLog = exports.H264FilterSettingsFilterSensitiveLog = exports.TemporalFilterSettingsFilterSensitiveLog = exports.H264ColorSpaceSettingsFilterSensitiveLog = exports.Rec709SettingsFilterSensitiveLog = void 0;
|
|
7
|
+
exports.DescribeOfferingRequestFilterSensitiveLog = exports.DescribeMultiplexProgramResponseFilterSensitiveLog = exports.DescribeMultiplexProgramRequestFilterSensitiveLog = exports.DescribeMultiplexResponseFilterSensitiveLog = exports.DescribeMultiplexRequestFilterSensitiveLog = exports.DescribeInputSecurityGroupResponseFilterSensitiveLog = exports.DescribeInputSecurityGroupRequestFilterSensitiveLog = exports.DescribeInputDeviceThumbnailResponseFilterSensitiveLog = exports.DescribeInputDeviceThumbnailRequestFilterSensitiveLog = exports.DescribeInputDeviceResponseFilterSensitiveLog = exports.DescribeInputDeviceRequestFilterSensitiveLog = exports.DescribeInputResponseFilterSensitiveLog = exports.DescribeInputRequestFilterSensitiveLog = exports.DescribeChannelResponseFilterSensitiveLog = exports.DescribeChannelRequestFilterSensitiveLog = exports.DeleteTagsRequestFilterSensitiveLog = exports.DeleteScheduleResponseFilterSensitiveLog = exports.DeleteScheduleRequestFilterSensitiveLog = exports.DeleteReservationResponseFilterSensitiveLog = exports.DeleteReservationRequestFilterSensitiveLog = exports.DeleteMultiplexProgramResponseFilterSensitiveLog = exports.DeleteMultiplexProgramRequestFilterSensitiveLog = exports.DeleteMultiplexResponseFilterSensitiveLog = exports.DeleteMultiplexRequestFilterSensitiveLog = exports.DeleteInputSecurityGroupResponseFilterSensitiveLog = exports.DeleteInputSecurityGroupRequestFilterSensitiveLog = exports.DeleteInputResponseFilterSensitiveLog = exports.DeleteInputRequestFilterSensitiveLog = exports.DeleteChannelResponseFilterSensitiveLog = exports.DeleteChannelRequestFilterSensitiveLog = exports.CreateTagsRequestFilterSensitiveLog = exports.CreatePartnerInputResponseFilterSensitiveLog = exports.CreatePartnerInputRequestFilterSensitiveLog = exports.CreateMultiplexProgramResponseFilterSensitiveLog = exports.MultiplexProgramFilterSensitiveLog = exports.MultiplexProgramPacketIdentifiersMapFilterSensitiveLog = exports.CreateMultiplexProgramRequestFilterSensitiveLog = exports.MultiplexProgramSettingsFilterSensitiveLog = exports.MultiplexVideoSettingsFilterSensitiveLog = exports.MultiplexStatmuxVideoSettingsFilterSensitiveLog = exports.MultiplexProgramServiceDescriptorFilterSensitiveLog = exports.CreateMultiplexResponseFilterSensitiveLog = exports.MultiplexFilterSensitiveLog = exports.CreateMultiplexRequestFilterSensitiveLog = exports.MultiplexSettingsFilterSensitiveLog = exports.CreateInputSecurityGroupResponseFilterSensitiveLog = exports.CreateInputSecurityGroupRequestFilterSensitiveLog = exports.CreateInputResponseFilterSensitiveLog = exports.CreateInputRequestFilterSensitiveLog = exports.InputVpcRequestFilterSensitiveLog = void 0;
|
|
8
|
+
exports.UpdateInputRequestFilterSensitiveLog = exports.UpdateChannelClassResponseFilterSensitiveLog = exports.UpdateChannelClassRequestFilterSensitiveLog = exports.UpdateChannelResponseFilterSensitiveLog = exports.UpdateChannelRequestFilterSensitiveLog = exports.TransferInputDeviceResponseFilterSensitiveLog = exports.TransferInputDeviceRequestFilterSensitiveLog = exports.StopMultiplexResponseFilterSensitiveLog = exports.StopMultiplexRequestFilterSensitiveLog = exports.StopChannelResponseFilterSensitiveLog = exports.StopChannelRequestFilterSensitiveLog = exports.StartMultiplexResponseFilterSensitiveLog = exports.StartMultiplexRequestFilterSensitiveLog = exports.StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog = exports.StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog = exports.StartChannelResponseFilterSensitiveLog = exports.StartChannelRequestFilterSensitiveLog = exports.RejectInputDeviceTransferResponseFilterSensitiveLog = exports.RejectInputDeviceTransferRequestFilterSensitiveLog = exports.RebootInputDeviceResponseFilterSensitiveLog = exports.RebootInputDeviceRequestFilterSensitiveLog = exports.PurchaseOfferingResponseFilterSensitiveLog = exports.PurchaseOfferingRequestFilterSensitiveLog = exports.MaintenanceUpdateSettingsFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListReservationsResponseFilterSensitiveLog = exports.ListReservationsRequestFilterSensitiveLog = exports.ListOfferingsResponseFilterSensitiveLog = exports.ListOfferingsRequestFilterSensitiveLog = exports.ListMultiplexProgramsResponseFilterSensitiveLog = exports.ListMultiplexProgramsRequestFilterSensitiveLog = exports.ListMultiplexesResponseFilterSensitiveLog = exports.ListMultiplexesRequestFilterSensitiveLog = exports.ListInputSecurityGroupsResponseFilterSensitiveLog = exports.ListInputSecurityGroupsRequestFilterSensitiveLog = exports.ListInputsResponseFilterSensitiveLog = exports.ListInputsRequestFilterSensitiveLog = exports.ListInputDeviceTransfersResponseFilterSensitiveLog = exports.ListInputDeviceTransfersRequestFilterSensitiveLog = exports.ListInputDevicesResponseFilterSensitiveLog = exports.ListInputDevicesRequestFilterSensitiveLog = exports.ListChannelsResponseFilterSensitiveLog = exports.ListChannelsRequestFilterSensitiveLog = exports.InputDeviceConfigurableSettingsFilterSensitiveLog = exports.DescribeScheduleResponseFilterSensitiveLog = exports.DescribeScheduleRequestFilterSensitiveLog = exports.DescribeReservationResponseFilterSensitiveLog = exports.DescribeReservationRequestFilterSensitiveLog = exports.DescribeOfferingResponseFilterSensitiveLog = void 0;
|
|
9
9
|
const MediaLiveServiceException_1 = require("./MediaLiveServiceException");
|
|
10
10
|
var HlsTimedMetadataId3Frame;
|
|
11
11
|
(function (HlsTimedMetadataId3Frame) {
|
|
@@ -18,18 +18,6 @@ var HlsTsFileMode;
|
|
|
18
18
|
HlsTsFileMode["SEGMENTED_FILES"] = "SEGMENTED_FILES";
|
|
19
19
|
HlsTsFileMode["SINGLE_FILE"] = "SINGLE_FILE";
|
|
20
20
|
})(HlsTsFileMode = exports.HlsTsFileMode || (exports.HlsTsFileMode = {}));
|
|
21
|
-
var HlsGroupSettings;
|
|
22
|
-
(function (HlsGroupSettings) {
|
|
23
|
-
HlsGroupSettings.filterSensitiveLog = (obj) => ({
|
|
24
|
-
...obj,
|
|
25
|
-
});
|
|
26
|
-
})(HlsGroupSettings = exports.HlsGroupSettings || (exports.HlsGroupSettings = {}));
|
|
27
|
-
var MediaPackageGroupSettings;
|
|
28
|
-
(function (MediaPackageGroupSettings) {
|
|
29
|
-
MediaPackageGroupSettings.filterSensitiveLog = (obj) => ({
|
|
30
|
-
...obj,
|
|
31
|
-
});
|
|
32
|
-
})(MediaPackageGroupSettings = exports.MediaPackageGroupSettings || (exports.MediaPackageGroupSettings = {}));
|
|
33
21
|
var SmoothGroupAudioOnlyTimecodeControl;
|
|
34
22
|
(function (SmoothGroupAudioOnlyTimecodeControl) {
|
|
35
23
|
SmoothGroupAudioOnlyTimecodeControl["PASSTHROUGH"] = "PASSTHROUGH";
|
|
@@ -77,18 +65,6 @@ var SmoothGroupTimestampOffsetMode;
|
|
|
77
65
|
SmoothGroupTimestampOffsetMode["USE_CONFIGURED_OFFSET"] = "USE_CONFIGURED_OFFSET";
|
|
78
66
|
SmoothGroupTimestampOffsetMode["USE_EVENT_START_DATE"] = "USE_EVENT_START_DATE";
|
|
79
67
|
})(SmoothGroupTimestampOffsetMode = exports.SmoothGroupTimestampOffsetMode || (exports.SmoothGroupTimestampOffsetMode = {}));
|
|
80
|
-
var MsSmoothGroupSettings;
|
|
81
|
-
(function (MsSmoothGroupSettings) {
|
|
82
|
-
MsSmoothGroupSettings.filterSensitiveLog = (obj) => ({
|
|
83
|
-
...obj,
|
|
84
|
-
});
|
|
85
|
-
})(MsSmoothGroupSettings = exports.MsSmoothGroupSettings || (exports.MsSmoothGroupSettings = {}));
|
|
86
|
-
var MultiplexGroupSettings;
|
|
87
|
-
(function (MultiplexGroupSettings) {
|
|
88
|
-
MultiplexGroupSettings.filterSensitiveLog = (obj) => ({
|
|
89
|
-
...obj,
|
|
90
|
-
});
|
|
91
|
-
})(MultiplexGroupSettings = exports.MultiplexGroupSettings || (exports.MultiplexGroupSettings = {}));
|
|
92
68
|
var RtmpAdMarkers;
|
|
93
69
|
(function (RtmpAdMarkers) {
|
|
94
70
|
RtmpAdMarkers["ON_CUE_POINT_SCTE35"] = "ON_CUE_POINT_SCTE35";
|
|
@@ -114,12 +90,6 @@ var InputLossActionForRtmpOut;
|
|
|
114
90
|
InputLossActionForRtmpOut["EMIT_OUTPUT"] = "EMIT_OUTPUT";
|
|
115
91
|
InputLossActionForRtmpOut["PAUSE_OUTPUT"] = "PAUSE_OUTPUT";
|
|
116
92
|
})(InputLossActionForRtmpOut = exports.InputLossActionForRtmpOut || (exports.InputLossActionForRtmpOut = {}));
|
|
117
|
-
var RtmpGroupSettings;
|
|
118
|
-
(function (RtmpGroupSettings) {
|
|
119
|
-
RtmpGroupSettings.filterSensitiveLog = (obj) => ({
|
|
120
|
-
...obj,
|
|
121
|
-
});
|
|
122
|
-
})(RtmpGroupSettings = exports.RtmpGroupSettings || (exports.RtmpGroupSettings = {}));
|
|
123
93
|
var InputLossActionForUdpOut;
|
|
124
94
|
(function (InputLossActionForUdpOut) {
|
|
125
95
|
InputLossActionForUdpOut["DROP_PROGRAM"] = "DROP_PROGRAM";
|
|
@@ -132,53 +102,17 @@ var UdpTimedMetadataId3Frame;
|
|
|
132
102
|
UdpTimedMetadataId3Frame["PRIV"] = "PRIV";
|
|
133
103
|
UdpTimedMetadataId3Frame["TDRL"] = "TDRL";
|
|
134
104
|
})(UdpTimedMetadataId3Frame = exports.UdpTimedMetadataId3Frame || (exports.UdpTimedMetadataId3Frame = {}));
|
|
135
|
-
var UdpGroupSettings;
|
|
136
|
-
(function (UdpGroupSettings) {
|
|
137
|
-
UdpGroupSettings.filterSensitiveLog = (obj) => ({
|
|
138
|
-
...obj,
|
|
139
|
-
});
|
|
140
|
-
})(UdpGroupSettings = exports.UdpGroupSettings || (exports.UdpGroupSettings = {}));
|
|
141
|
-
var OutputGroupSettings;
|
|
142
|
-
(function (OutputGroupSettings) {
|
|
143
|
-
OutputGroupSettings.filterSensitiveLog = (obj) => ({
|
|
144
|
-
...obj,
|
|
145
|
-
});
|
|
146
|
-
})(OutputGroupSettings = exports.OutputGroupSettings || (exports.OutputGroupSettings = {}));
|
|
147
|
-
var OutputGroup;
|
|
148
|
-
(function (OutputGroup) {
|
|
149
|
-
OutputGroup.filterSensitiveLog = (obj) => ({
|
|
150
|
-
...obj,
|
|
151
|
-
});
|
|
152
|
-
})(OutputGroup = exports.OutputGroup || (exports.OutputGroup = {}));
|
|
153
|
-
var PipelineDetail;
|
|
154
|
-
(function (PipelineDetail) {
|
|
155
|
-
PipelineDetail.filterSensitiveLog = (obj) => ({
|
|
156
|
-
...obj,
|
|
157
|
-
});
|
|
158
|
-
})(PipelineDetail = exports.PipelineDetail || (exports.PipelineDetail = {}));
|
|
159
105
|
var PipelineId;
|
|
160
106
|
(function (PipelineId) {
|
|
161
107
|
PipelineId["PIPELINE_0"] = "PIPELINE_0";
|
|
162
108
|
PipelineId["PIPELINE_1"] = "PIPELINE_1";
|
|
163
109
|
})(PipelineId = exports.PipelineId || (exports.PipelineId = {}));
|
|
164
|
-
var PipelinePauseStateSettings;
|
|
165
|
-
(function (PipelinePauseStateSettings) {
|
|
166
|
-
PipelinePauseStateSettings.filterSensitiveLog = (obj) => ({
|
|
167
|
-
...obj,
|
|
168
|
-
});
|
|
169
|
-
})(PipelinePauseStateSettings = exports.PipelinePauseStateSettings || (exports.PipelinePauseStateSettings = {}));
|
|
170
110
|
var ReservationAutomaticRenewal;
|
|
171
111
|
(function (ReservationAutomaticRenewal) {
|
|
172
112
|
ReservationAutomaticRenewal["DISABLED"] = "DISABLED";
|
|
173
113
|
ReservationAutomaticRenewal["ENABLED"] = "ENABLED";
|
|
174
114
|
ReservationAutomaticRenewal["UNAVAILABLE"] = "UNAVAILABLE";
|
|
175
115
|
})(ReservationAutomaticRenewal = exports.ReservationAutomaticRenewal || (exports.ReservationAutomaticRenewal = {}));
|
|
176
|
-
var RenewalSettings;
|
|
177
|
-
(function (RenewalSettings) {
|
|
178
|
-
RenewalSettings.filterSensitiveLog = (obj) => ({
|
|
179
|
-
...obj,
|
|
180
|
-
});
|
|
181
|
-
})(RenewalSettings = exports.RenewalSettings || (exports.RenewalSettings = {}));
|
|
182
116
|
var ReservationState;
|
|
183
117
|
(function (ReservationState) {
|
|
184
118
|
ReservationState["ACTIVE"] = "ACTIVE";
|
|
@@ -186,94 +120,16 @@ var ReservationState;
|
|
|
186
120
|
ReservationState["DELETED"] = "DELETED";
|
|
187
121
|
ReservationState["EXPIRED"] = "EXPIRED";
|
|
188
122
|
})(ReservationState = exports.ReservationState || (exports.ReservationState = {}));
|
|
189
|
-
var Reservation;
|
|
190
|
-
(function (Reservation) {
|
|
191
|
-
Reservation.filterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
});
|
|
194
|
-
})(Reservation = exports.Reservation || (exports.Reservation = {}));
|
|
195
|
-
var HlsId3SegmentTaggingScheduleActionSettings;
|
|
196
|
-
(function (HlsId3SegmentTaggingScheduleActionSettings) {
|
|
197
|
-
HlsId3SegmentTaggingScheduleActionSettings.filterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
});
|
|
200
|
-
})(HlsId3SegmentTaggingScheduleActionSettings = exports.HlsId3SegmentTaggingScheduleActionSettings || (exports.HlsId3SegmentTaggingScheduleActionSettings = {}));
|
|
201
|
-
var HlsTimedMetadataScheduleActionSettings;
|
|
202
|
-
(function (HlsTimedMetadataScheduleActionSettings) {
|
|
203
|
-
HlsTimedMetadataScheduleActionSettings.filterSensitiveLog = (obj) => ({
|
|
204
|
-
...obj,
|
|
205
|
-
});
|
|
206
|
-
})(HlsTimedMetadataScheduleActionSettings = exports.HlsTimedMetadataScheduleActionSettings || (exports.HlsTimedMetadataScheduleActionSettings = {}));
|
|
207
123
|
var InputTimecodeSource;
|
|
208
124
|
(function (InputTimecodeSource) {
|
|
209
125
|
InputTimecodeSource["EMBEDDED"] = "EMBEDDED";
|
|
210
126
|
InputTimecodeSource["ZEROBASED"] = "ZEROBASED";
|
|
211
127
|
})(InputTimecodeSource = exports.InputTimecodeSource || (exports.InputTimecodeSource = {}));
|
|
212
|
-
var StartTimecode;
|
|
213
|
-
(function (StartTimecode) {
|
|
214
|
-
StartTimecode.filterSensitiveLog = (obj) => ({
|
|
215
|
-
...obj,
|
|
216
|
-
});
|
|
217
|
-
})(StartTimecode = exports.StartTimecode || (exports.StartTimecode = {}));
|
|
218
128
|
var LastFrameClippingBehavior;
|
|
219
129
|
(function (LastFrameClippingBehavior) {
|
|
220
130
|
LastFrameClippingBehavior["EXCLUDE_LAST_FRAME"] = "EXCLUDE_LAST_FRAME";
|
|
221
131
|
LastFrameClippingBehavior["INCLUDE_LAST_FRAME"] = "INCLUDE_LAST_FRAME";
|
|
222
132
|
})(LastFrameClippingBehavior = exports.LastFrameClippingBehavior || (exports.LastFrameClippingBehavior = {}));
|
|
223
|
-
var StopTimecode;
|
|
224
|
-
(function (StopTimecode) {
|
|
225
|
-
StopTimecode.filterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
});
|
|
228
|
-
})(StopTimecode = exports.StopTimecode || (exports.StopTimecode = {}));
|
|
229
|
-
var InputClippingSettings;
|
|
230
|
-
(function (InputClippingSettings) {
|
|
231
|
-
InputClippingSettings.filterSensitiveLog = (obj) => ({
|
|
232
|
-
...obj,
|
|
233
|
-
});
|
|
234
|
-
})(InputClippingSettings = exports.InputClippingSettings || (exports.InputClippingSettings = {}));
|
|
235
|
-
var InputPrepareScheduleActionSettings;
|
|
236
|
-
(function (InputPrepareScheduleActionSettings) {
|
|
237
|
-
InputPrepareScheduleActionSettings.filterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
});
|
|
240
|
-
})(InputPrepareScheduleActionSettings = exports.InputPrepareScheduleActionSettings || (exports.InputPrepareScheduleActionSettings = {}));
|
|
241
|
-
var InputSwitchScheduleActionSettings;
|
|
242
|
-
(function (InputSwitchScheduleActionSettings) {
|
|
243
|
-
InputSwitchScheduleActionSettings.filterSensitiveLog = (obj) => ({
|
|
244
|
-
...obj,
|
|
245
|
-
});
|
|
246
|
-
})(InputSwitchScheduleActionSettings = exports.InputSwitchScheduleActionSettings || (exports.InputSwitchScheduleActionSettings = {}));
|
|
247
|
-
var MotionGraphicsActivateScheduleActionSettings;
|
|
248
|
-
(function (MotionGraphicsActivateScheduleActionSettings) {
|
|
249
|
-
MotionGraphicsActivateScheduleActionSettings.filterSensitiveLog = (obj) => ({
|
|
250
|
-
...obj,
|
|
251
|
-
});
|
|
252
|
-
})(MotionGraphicsActivateScheduleActionSettings = exports.MotionGraphicsActivateScheduleActionSettings || (exports.MotionGraphicsActivateScheduleActionSettings = {}));
|
|
253
|
-
var MotionGraphicsDeactivateScheduleActionSettings;
|
|
254
|
-
(function (MotionGraphicsDeactivateScheduleActionSettings) {
|
|
255
|
-
MotionGraphicsDeactivateScheduleActionSettings.filterSensitiveLog = (obj) => ({
|
|
256
|
-
...obj,
|
|
257
|
-
});
|
|
258
|
-
})(MotionGraphicsDeactivateScheduleActionSettings = exports.MotionGraphicsDeactivateScheduleActionSettings || (exports.MotionGraphicsDeactivateScheduleActionSettings = {}));
|
|
259
|
-
var PauseStateScheduleActionSettings;
|
|
260
|
-
(function (PauseStateScheduleActionSettings) {
|
|
261
|
-
PauseStateScheduleActionSettings.filterSensitiveLog = (obj) => ({
|
|
262
|
-
...obj,
|
|
263
|
-
});
|
|
264
|
-
})(PauseStateScheduleActionSettings = exports.PauseStateScheduleActionSettings || (exports.PauseStateScheduleActionSettings = {}));
|
|
265
|
-
var Scte35ReturnToNetworkScheduleActionSettings;
|
|
266
|
-
(function (Scte35ReturnToNetworkScheduleActionSettings) {
|
|
267
|
-
Scte35ReturnToNetworkScheduleActionSettings.filterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
});
|
|
270
|
-
})(Scte35ReturnToNetworkScheduleActionSettings = exports.Scte35ReturnToNetworkScheduleActionSettings || (exports.Scte35ReturnToNetworkScheduleActionSettings = {}));
|
|
271
|
-
var Scte35SpliceInsertScheduleActionSettings;
|
|
272
|
-
(function (Scte35SpliceInsertScheduleActionSettings) {
|
|
273
|
-
Scte35SpliceInsertScheduleActionSettings.filterSensitiveLog = (obj) => ({
|
|
274
|
-
...obj,
|
|
275
|
-
});
|
|
276
|
-
})(Scte35SpliceInsertScheduleActionSettings = exports.Scte35SpliceInsertScheduleActionSettings || (exports.Scte35SpliceInsertScheduleActionSettings = {}));
|
|
277
133
|
var Scte35ArchiveAllowedFlag;
|
|
278
134
|
(function (Scte35ArchiveAllowedFlag) {
|
|
279
135
|
Scte35ArchiveAllowedFlag["ARCHIVE_ALLOWED"] = "ARCHIVE_ALLOWED";
|
|
@@ -296,122 +152,26 @@ var Scte35WebDeliveryAllowedFlag;
|
|
|
296
152
|
Scte35WebDeliveryAllowedFlag["WEB_DELIVERY_ALLOWED"] = "WEB_DELIVERY_ALLOWED";
|
|
297
153
|
Scte35WebDeliveryAllowedFlag["WEB_DELIVERY_NOT_ALLOWED"] = "WEB_DELIVERY_NOT_ALLOWED";
|
|
298
154
|
})(Scte35WebDeliveryAllowedFlag = exports.Scte35WebDeliveryAllowedFlag || (exports.Scte35WebDeliveryAllowedFlag = {}));
|
|
299
|
-
var Scte35DeliveryRestrictions;
|
|
300
|
-
(function (Scte35DeliveryRestrictions) {
|
|
301
|
-
Scte35DeliveryRestrictions.filterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
});
|
|
304
|
-
})(Scte35DeliveryRestrictions = exports.Scte35DeliveryRestrictions || (exports.Scte35DeliveryRestrictions = {}));
|
|
305
155
|
var Scte35SegmentationCancelIndicator;
|
|
306
156
|
(function (Scte35SegmentationCancelIndicator) {
|
|
307
157
|
Scte35SegmentationCancelIndicator["SEGMENTATION_EVENT_CANCELED"] = "SEGMENTATION_EVENT_CANCELED";
|
|
308
158
|
Scte35SegmentationCancelIndicator["SEGMENTATION_EVENT_NOT_CANCELED"] = "SEGMENTATION_EVENT_NOT_CANCELED";
|
|
309
159
|
})(Scte35SegmentationCancelIndicator = exports.Scte35SegmentationCancelIndicator || (exports.Scte35SegmentationCancelIndicator = {}));
|
|
310
|
-
var Scte35SegmentationDescriptor;
|
|
311
|
-
(function (Scte35SegmentationDescriptor) {
|
|
312
|
-
Scte35SegmentationDescriptor.filterSensitiveLog = (obj) => ({
|
|
313
|
-
...obj,
|
|
314
|
-
});
|
|
315
|
-
})(Scte35SegmentationDescriptor = exports.Scte35SegmentationDescriptor || (exports.Scte35SegmentationDescriptor = {}));
|
|
316
|
-
var Scte35DescriptorSettings;
|
|
317
|
-
(function (Scte35DescriptorSettings) {
|
|
318
|
-
Scte35DescriptorSettings.filterSensitiveLog = (obj) => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
})(Scte35DescriptorSettings = exports.Scte35DescriptorSettings || (exports.Scte35DescriptorSettings = {}));
|
|
322
|
-
var Scte35Descriptor;
|
|
323
|
-
(function (Scte35Descriptor) {
|
|
324
|
-
Scte35Descriptor.filterSensitiveLog = (obj) => ({
|
|
325
|
-
...obj,
|
|
326
|
-
});
|
|
327
|
-
})(Scte35Descriptor = exports.Scte35Descriptor || (exports.Scte35Descriptor = {}));
|
|
328
|
-
var Scte35TimeSignalScheduleActionSettings;
|
|
329
|
-
(function (Scte35TimeSignalScheduleActionSettings) {
|
|
330
|
-
Scte35TimeSignalScheduleActionSettings.filterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
});
|
|
333
|
-
})(Scte35TimeSignalScheduleActionSettings = exports.Scte35TimeSignalScheduleActionSettings || (exports.Scte35TimeSignalScheduleActionSettings = {}));
|
|
334
|
-
var StaticImageActivateScheduleActionSettings;
|
|
335
|
-
(function (StaticImageActivateScheduleActionSettings) {
|
|
336
|
-
StaticImageActivateScheduleActionSettings.filterSensitiveLog = (obj) => ({
|
|
337
|
-
...obj,
|
|
338
|
-
});
|
|
339
|
-
})(StaticImageActivateScheduleActionSettings = exports.StaticImageActivateScheduleActionSettings || (exports.StaticImageActivateScheduleActionSettings = {}));
|
|
340
|
-
var StaticImageDeactivateScheduleActionSettings;
|
|
341
|
-
(function (StaticImageDeactivateScheduleActionSettings) {
|
|
342
|
-
StaticImageDeactivateScheduleActionSettings.filterSensitiveLog = (obj) => ({
|
|
343
|
-
...obj,
|
|
344
|
-
});
|
|
345
|
-
})(StaticImageDeactivateScheduleActionSettings = exports.StaticImageDeactivateScheduleActionSettings || (exports.StaticImageDeactivateScheduleActionSettings = {}));
|
|
346
|
-
var ScheduleActionSettings;
|
|
347
|
-
(function (ScheduleActionSettings) {
|
|
348
|
-
ScheduleActionSettings.filterSensitiveLog = (obj) => ({
|
|
349
|
-
...obj,
|
|
350
|
-
});
|
|
351
|
-
})(ScheduleActionSettings = exports.ScheduleActionSettings || (exports.ScheduleActionSettings = {}));
|
|
352
|
-
var FixedModeScheduleActionStartSettings;
|
|
353
|
-
(function (FixedModeScheduleActionStartSettings) {
|
|
354
|
-
FixedModeScheduleActionStartSettings.filterSensitiveLog = (obj) => ({
|
|
355
|
-
...obj,
|
|
356
|
-
});
|
|
357
|
-
})(FixedModeScheduleActionStartSettings = exports.FixedModeScheduleActionStartSettings || (exports.FixedModeScheduleActionStartSettings = {}));
|
|
358
160
|
var FollowPoint;
|
|
359
161
|
(function (FollowPoint) {
|
|
360
162
|
FollowPoint["END"] = "END";
|
|
361
163
|
FollowPoint["START"] = "START";
|
|
362
164
|
})(FollowPoint = exports.FollowPoint || (exports.FollowPoint = {}));
|
|
363
|
-
var FollowModeScheduleActionStartSettings;
|
|
364
|
-
(function (FollowModeScheduleActionStartSettings) {
|
|
365
|
-
FollowModeScheduleActionStartSettings.filterSensitiveLog = (obj) => ({
|
|
366
|
-
...obj,
|
|
367
|
-
});
|
|
368
|
-
})(FollowModeScheduleActionStartSettings = exports.FollowModeScheduleActionStartSettings || (exports.FollowModeScheduleActionStartSettings = {}));
|
|
369
|
-
var ImmediateModeScheduleActionStartSettings;
|
|
370
|
-
(function (ImmediateModeScheduleActionStartSettings) {
|
|
371
|
-
ImmediateModeScheduleActionStartSettings.filterSensitiveLog = (obj) => ({
|
|
372
|
-
...obj,
|
|
373
|
-
});
|
|
374
|
-
})(ImmediateModeScheduleActionStartSettings = exports.ImmediateModeScheduleActionStartSettings || (exports.ImmediateModeScheduleActionStartSettings = {}));
|
|
375
|
-
var ScheduleActionStartSettings;
|
|
376
|
-
(function (ScheduleActionStartSettings) {
|
|
377
|
-
ScheduleActionStartSettings.filterSensitiveLog = (obj) => ({
|
|
378
|
-
...obj,
|
|
379
|
-
});
|
|
380
|
-
})(ScheduleActionStartSettings = exports.ScheduleActionStartSettings || (exports.ScheduleActionStartSettings = {}));
|
|
381
|
-
var ScheduleAction;
|
|
382
|
-
(function (ScheduleAction) {
|
|
383
|
-
ScheduleAction.filterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
});
|
|
386
|
-
})(ScheduleAction = exports.ScheduleAction || (exports.ScheduleAction = {}));
|
|
387
165
|
var InputDeviceTransferType;
|
|
388
166
|
(function (InputDeviceTransferType) {
|
|
389
167
|
InputDeviceTransferType["INCOMING"] = "INCOMING";
|
|
390
168
|
InputDeviceTransferType["OUTGOING"] = "OUTGOING";
|
|
391
169
|
})(InputDeviceTransferType = exports.InputDeviceTransferType || (exports.InputDeviceTransferType = {}));
|
|
392
|
-
var TransferringInputDeviceSummary;
|
|
393
|
-
(function (TransferringInputDeviceSummary) {
|
|
394
|
-
TransferringInputDeviceSummary.filterSensitiveLog = (obj) => ({
|
|
395
|
-
...obj,
|
|
396
|
-
});
|
|
397
|
-
})(TransferringInputDeviceSummary = exports.TransferringInputDeviceSummary || (exports.TransferringInputDeviceSummary = {}));
|
|
398
|
-
var ValidationError;
|
|
399
|
-
(function (ValidationError) {
|
|
400
|
-
ValidationError.filterSensitiveLog = (obj) => ({
|
|
401
|
-
...obj,
|
|
402
|
-
});
|
|
403
|
-
})(ValidationError = exports.ValidationError || (exports.ValidationError = {}));
|
|
404
170
|
var FrameCaptureIntervalUnit;
|
|
405
171
|
(function (FrameCaptureIntervalUnit) {
|
|
406
172
|
FrameCaptureIntervalUnit["MILLISECONDS"] = "MILLISECONDS";
|
|
407
173
|
FrameCaptureIntervalUnit["SECONDS"] = "SECONDS";
|
|
408
174
|
})(FrameCaptureIntervalUnit = exports.FrameCaptureIntervalUnit || (exports.FrameCaptureIntervalUnit = {}));
|
|
409
|
-
var FrameCaptureSettings;
|
|
410
|
-
(function (FrameCaptureSettings) {
|
|
411
|
-
FrameCaptureSettings.filterSensitiveLog = (obj) => ({
|
|
412
|
-
...obj,
|
|
413
|
-
});
|
|
414
|
-
})(FrameCaptureSettings = exports.FrameCaptureSettings || (exports.FrameCaptureSettings = {}));
|
|
415
175
|
var H264AdaptiveQuantization;
|
|
416
176
|
(function (H264AdaptiveQuantization) {
|
|
417
177
|
H264AdaptiveQuantization["AUTO"] = "AUTO";
|
|
@@ -433,30 +193,6 @@ var H264ColorMetadata;
|
|
|
433
193
|
H264ColorMetadata["IGNORE"] = "IGNORE";
|
|
434
194
|
H264ColorMetadata["INSERT"] = "INSERT";
|
|
435
195
|
})(H264ColorMetadata = exports.H264ColorMetadata || (exports.H264ColorMetadata = {}));
|
|
436
|
-
var ColorSpacePassthroughSettings;
|
|
437
|
-
(function (ColorSpacePassthroughSettings) {
|
|
438
|
-
ColorSpacePassthroughSettings.filterSensitiveLog = (obj) => ({
|
|
439
|
-
...obj,
|
|
440
|
-
});
|
|
441
|
-
})(ColorSpacePassthroughSettings = exports.ColorSpacePassthroughSettings || (exports.ColorSpacePassthroughSettings = {}));
|
|
442
|
-
var Rec601Settings;
|
|
443
|
-
(function (Rec601Settings) {
|
|
444
|
-
Rec601Settings.filterSensitiveLog = (obj) => ({
|
|
445
|
-
...obj,
|
|
446
|
-
});
|
|
447
|
-
})(Rec601Settings = exports.Rec601Settings || (exports.Rec601Settings = {}));
|
|
448
|
-
var Rec709Settings;
|
|
449
|
-
(function (Rec709Settings) {
|
|
450
|
-
Rec709Settings.filterSensitiveLog = (obj) => ({
|
|
451
|
-
...obj,
|
|
452
|
-
});
|
|
453
|
-
})(Rec709Settings = exports.Rec709Settings || (exports.Rec709Settings = {}));
|
|
454
|
-
var H264ColorSpaceSettings;
|
|
455
|
-
(function (H264ColorSpaceSettings) {
|
|
456
|
-
H264ColorSpaceSettings.filterSensitiveLog = (obj) => ({
|
|
457
|
-
...obj,
|
|
458
|
-
});
|
|
459
|
-
})(H264ColorSpaceSettings = exports.H264ColorSpaceSettings || (exports.H264ColorSpaceSettings = {}));
|
|
460
196
|
var H264EntropyEncoding;
|
|
461
197
|
(function (H264EntropyEncoding) {
|
|
462
198
|
H264EntropyEncoding["CABAC"] = "CABAC";
|
|
@@ -488,18 +224,6 @@ var TemporalFilterStrength;
|
|
|
488
224
|
TemporalFilterStrength["STRENGTH_8"] = "STRENGTH_8";
|
|
489
225
|
TemporalFilterStrength["STRENGTH_9"] = "STRENGTH_9";
|
|
490
226
|
})(TemporalFilterStrength = exports.TemporalFilterStrength || (exports.TemporalFilterStrength = {}));
|
|
491
|
-
var TemporalFilterSettings;
|
|
492
|
-
(function (TemporalFilterSettings) {
|
|
493
|
-
TemporalFilterSettings.filterSensitiveLog = (obj) => ({
|
|
494
|
-
...obj,
|
|
495
|
-
});
|
|
496
|
-
})(TemporalFilterSettings = exports.TemporalFilterSettings || (exports.TemporalFilterSettings = {}));
|
|
497
|
-
var H264FilterSettings;
|
|
498
|
-
(function (H264FilterSettings) {
|
|
499
|
-
H264FilterSettings.filterSensitiveLog = (obj) => ({
|
|
500
|
-
...obj,
|
|
501
|
-
});
|
|
502
|
-
})(H264FilterSettings = exports.H264FilterSettings || (exports.H264FilterSettings = {}));
|
|
503
227
|
var FixedAfd;
|
|
504
228
|
(function (FixedAfd) {
|
|
505
229
|
FixedAfd["AFD_0000"] = "AFD_0000";
|
|
@@ -626,12 +350,6 @@ var H264TimecodeInsertionBehavior;
|
|
|
626
350
|
H264TimecodeInsertionBehavior["DISABLED"] = "DISABLED";
|
|
627
351
|
H264TimecodeInsertionBehavior["PIC_TIMING_SEI"] = "PIC_TIMING_SEI";
|
|
628
352
|
})(H264TimecodeInsertionBehavior = exports.H264TimecodeInsertionBehavior || (exports.H264TimecodeInsertionBehavior = {}));
|
|
629
|
-
var H264Settings;
|
|
630
|
-
(function (H264Settings) {
|
|
631
|
-
H264Settings.filterSensitiveLog = (obj) => ({
|
|
632
|
-
...obj,
|
|
633
|
-
});
|
|
634
|
-
})(H264Settings = exports.H264Settings || (exports.H264Settings = {}));
|
|
635
353
|
var H265AdaptiveQuantization;
|
|
636
354
|
(function (H265AdaptiveQuantization) {
|
|
637
355
|
H265AdaptiveQuantization["AUTO"] = "AUTO";
|
|
@@ -652,18 +370,6 @@ var H265ColorMetadata;
|
|
|
652
370
|
H265ColorMetadata["IGNORE"] = "IGNORE";
|
|
653
371
|
H265ColorMetadata["INSERT"] = "INSERT";
|
|
654
372
|
})(H265ColorMetadata = exports.H265ColorMetadata || (exports.H265ColorMetadata = {}));
|
|
655
|
-
var H265ColorSpaceSettings;
|
|
656
|
-
(function (H265ColorSpaceSettings) {
|
|
657
|
-
H265ColorSpaceSettings.filterSensitiveLog = (obj) => ({
|
|
658
|
-
...obj,
|
|
659
|
-
});
|
|
660
|
-
})(H265ColorSpaceSettings = exports.H265ColorSpaceSettings || (exports.H265ColorSpaceSettings = {}));
|
|
661
|
-
var H265FilterSettings;
|
|
662
|
-
(function (H265FilterSettings) {
|
|
663
|
-
H265FilterSettings.filterSensitiveLog = (obj) => ({
|
|
664
|
-
...obj,
|
|
665
|
-
});
|
|
666
|
-
})(H265FilterSettings = exports.H265FilterSettings || (exports.H265FilterSettings = {}));
|
|
667
373
|
var H265FlickerAq;
|
|
668
374
|
(function (H265FlickerAq) {
|
|
669
375
|
H265FlickerAq["DISABLED"] = "DISABLED";
|
|
@@ -728,12 +434,6 @@ var H265TimecodeInsertionBehavior;
|
|
|
728
434
|
H265TimecodeInsertionBehavior["DISABLED"] = "DISABLED";
|
|
729
435
|
H265TimecodeInsertionBehavior["PIC_TIMING_SEI"] = "PIC_TIMING_SEI";
|
|
730
436
|
})(H265TimecodeInsertionBehavior = exports.H265TimecodeInsertionBehavior || (exports.H265TimecodeInsertionBehavior = {}));
|
|
731
|
-
var H265Settings;
|
|
732
|
-
(function (H265Settings) {
|
|
733
|
-
H265Settings.filterSensitiveLog = (obj) => ({
|
|
734
|
-
...obj,
|
|
735
|
-
});
|
|
736
|
-
})(H265Settings = exports.H265Settings || (exports.H265Settings = {}));
|
|
737
437
|
var Mpeg2AdaptiveQuantization;
|
|
738
438
|
(function (Mpeg2AdaptiveQuantization) {
|
|
739
439
|
Mpeg2AdaptiveQuantization["AUTO"] = "AUTO";
|
|
@@ -757,12 +457,6 @@ var Mpeg2DisplayRatio;
|
|
|
757
457
|
Mpeg2DisplayRatio["DISPLAYRATIO16X9"] = "DISPLAYRATIO16X9";
|
|
758
458
|
Mpeg2DisplayRatio["DISPLAYRATIO4X3"] = "DISPLAYRATIO4X3";
|
|
759
459
|
})(Mpeg2DisplayRatio = exports.Mpeg2DisplayRatio || (exports.Mpeg2DisplayRatio = {}));
|
|
760
|
-
var Mpeg2FilterSettings;
|
|
761
|
-
(function (Mpeg2FilterSettings) {
|
|
762
|
-
Mpeg2FilterSettings.filterSensitiveLog = (obj) => ({
|
|
763
|
-
...obj,
|
|
764
|
-
});
|
|
765
|
-
})(Mpeg2FilterSettings = exports.Mpeg2FilterSettings || (exports.Mpeg2FilterSettings = {}));
|
|
766
460
|
var Mpeg2GopSizeUnits;
|
|
767
461
|
(function (Mpeg2GopSizeUnits) {
|
|
768
462
|
Mpeg2GopSizeUnits["FRAMES"] = "FRAMES";
|
|
@@ -783,18 +477,6 @@ var Mpeg2TimecodeInsertionBehavior;
|
|
|
783
477
|
Mpeg2TimecodeInsertionBehavior["DISABLED"] = "DISABLED";
|
|
784
478
|
Mpeg2TimecodeInsertionBehavior["GOP_TIMECODE"] = "GOP_TIMECODE";
|
|
785
479
|
})(Mpeg2TimecodeInsertionBehavior = exports.Mpeg2TimecodeInsertionBehavior || (exports.Mpeg2TimecodeInsertionBehavior = {}));
|
|
786
|
-
var Mpeg2Settings;
|
|
787
|
-
(function (Mpeg2Settings) {
|
|
788
|
-
Mpeg2Settings.filterSensitiveLog = (obj) => ({
|
|
789
|
-
...obj,
|
|
790
|
-
});
|
|
791
|
-
})(Mpeg2Settings = exports.Mpeg2Settings || (exports.Mpeg2Settings = {}));
|
|
792
|
-
var VideoCodecSettings;
|
|
793
|
-
(function (VideoCodecSettings) {
|
|
794
|
-
VideoCodecSettings.filterSensitiveLog = (obj) => ({
|
|
795
|
-
...obj,
|
|
796
|
-
});
|
|
797
|
-
})(VideoCodecSettings = exports.VideoCodecSettings || (exports.VideoCodecSettings = {}));
|
|
798
480
|
var VideoDescriptionRespondToAfd;
|
|
799
481
|
(function (VideoDescriptionRespondToAfd) {
|
|
800
482
|
VideoDescriptionRespondToAfd["NONE"] = "NONE";
|
|
@@ -806,28 +488,10 @@ var VideoDescriptionScalingBehavior;
|
|
|
806
488
|
VideoDescriptionScalingBehavior["DEFAULT"] = "DEFAULT";
|
|
807
489
|
VideoDescriptionScalingBehavior["STRETCH_TO_OUTPUT"] = "STRETCH_TO_OUTPUT";
|
|
808
490
|
})(VideoDescriptionScalingBehavior = exports.VideoDescriptionScalingBehavior || (exports.VideoDescriptionScalingBehavior = {}));
|
|
809
|
-
var VideoDescription;
|
|
810
|
-
(function (VideoDescription) {
|
|
811
|
-
VideoDescription.filterSensitiveLog = (obj) => ({
|
|
812
|
-
...obj,
|
|
813
|
-
});
|
|
814
|
-
})(VideoDescription = exports.VideoDescription || (exports.VideoDescription = {}));
|
|
815
491
|
var AcceptHeader;
|
|
816
492
|
(function (AcceptHeader) {
|
|
817
493
|
AcceptHeader["image_jpeg"] = "image/jpeg";
|
|
818
494
|
})(AcceptHeader = exports.AcceptHeader || (exports.AcceptHeader = {}));
|
|
819
|
-
var AcceptInputDeviceTransferRequest;
|
|
820
|
-
(function (AcceptInputDeviceTransferRequest) {
|
|
821
|
-
AcceptInputDeviceTransferRequest.filterSensitiveLog = (obj) => ({
|
|
822
|
-
...obj,
|
|
823
|
-
});
|
|
824
|
-
})(AcceptInputDeviceTransferRequest = exports.AcceptInputDeviceTransferRequest || (exports.AcceptInputDeviceTransferRequest = {}));
|
|
825
|
-
var AcceptInputDeviceTransferResponse;
|
|
826
|
-
(function (AcceptInputDeviceTransferResponse) {
|
|
827
|
-
AcceptInputDeviceTransferResponse.filterSensitiveLog = (obj) => ({
|
|
828
|
-
...obj,
|
|
829
|
-
});
|
|
830
|
-
})(AcceptInputDeviceTransferResponse = exports.AcceptInputDeviceTransferResponse || (exports.AcceptInputDeviceTransferResponse = {}));
|
|
831
495
|
class BadGatewayException extends MediaLiveServiceException_1.MediaLiveServiceException {
|
|
832
496
|
constructor(opts) {
|
|
833
497
|
super({
|
|
@@ -960,12 +624,6 @@ var AvailBlankingState;
|
|
|
960
624
|
AvailBlankingState["DISABLED"] = "DISABLED";
|
|
961
625
|
AvailBlankingState["ENABLED"] = "ENABLED";
|
|
962
626
|
})(AvailBlankingState = exports.AvailBlankingState || (exports.AvailBlankingState = {}));
|
|
963
|
-
var AvailBlanking;
|
|
964
|
-
(function (AvailBlanking) {
|
|
965
|
-
AvailBlanking.filterSensitiveLog = (obj) => ({
|
|
966
|
-
...obj,
|
|
967
|
-
});
|
|
968
|
-
})(AvailBlanking = exports.AvailBlanking || (exports.AvailBlanking = {}));
|
|
969
627
|
var Scte35SpliceInsertNoRegionalBlackoutBehavior;
|
|
970
628
|
(function (Scte35SpliceInsertNoRegionalBlackoutBehavior) {
|
|
971
629
|
Scte35SpliceInsertNoRegionalBlackoutBehavior["FOLLOW"] = "FOLLOW";
|
|
@@ -976,12 +634,6 @@ var Scte35SpliceInsertWebDeliveryAllowedBehavior;
|
|
|
976
634
|
Scte35SpliceInsertWebDeliveryAllowedBehavior["FOLLOW"] = "FOLLOW";
|
|
977
635
|
Scte35SpliceInsertWebDeliveryAllowedBehavior["IGNORE"] = "IGNORE";
|
|
978
636
|
})(Scte35SpliceInsertWebDeliveryAllowedBehavior = exports.Scte35SpliceInsertWebDeliveryAllowedBehavior || (exports.Scte35SpliceInsertWebDeliveryAllowedBehavior = {}));
|
|
979
|
-
var Scte35SpliceInsert;
|
|
980
|
-
(function (Scte35SpliceInsert) {
|
|
981
|
-
Scte35SpliceInsert.filterSensitiveLog = (obj) => ({
|
|
982
|
-
...obj,
|
|
983
|
-
});
|
|
984
|
-
})(Scte35SpliceInsert = exports.Scte35SpliceInsert || (exports.Scte35SpliceInsert = {}));
|
|
985
637
|
var Scte35AposNoRegionalBlackoutBehavior;
|
|
986
638
|
(function (Scte35AposNoRegionalBlackoutBehavior) {
|
|
987
639
|
Scte35AposNoRegionalBlackoutBehavior["FOLLOW"] = "FOLLOW";
|
|
@@ -992,96 +644,6 @@ var Scte35AposWebDeliveryAllowedBehavior;
|
|
|
992
644
|
Scte35AposWebDeliveryAllowedBehavior["FOLLOW"] = "FOLLOW";
|
|
993
645
|
Scte35AposWebDeliveryAllowedBehavior["IGNORE"] = "IGNORE";
|
|
994
646
|
})(Scte35AposWebDeliveryAllowedBehavior = exports.Scte35AposWebDeliveryAllowedBehavior || (exports.Scte35AposWebDeliveryAllowedBehavior = {}));
|
|
995
|
-
var Scte35TimeSignalApos;
|
|
996
|
-
(function (Scte35TimeSignalApos) {
|
|
997
|
-
Scte35TimeSignalApos.filterSensitiveLog = (obj) => ({
|
|
998
|
-
...obj,
|
|
999
|
-
});
|
|
1000
|
-
})(Scte35TimeSignalApos = exports.Scte35TimeSignalApos || (exports.Scte35TimeSignalApos = {}));
|
|
1001
|
-
var AvailSettings;
|
|
1002
|
-
(function (AvailSettings) {
|
|
1003
|
-
AvailSettings.filterSensitiveLog = (obj) => ({
|
|
1004
|
-
...obj,
|
|
1005
|
-
});
|
|
1006
|
-
})(AvailSettings = exports.AvailSettings || (exports.AvailSettings = {}));
|
|
1007
|
-
var AvailConfiguration;
|
|
1008
|
-
(function (AvailConfiguration) {
|
|
1009
|
-
AvailConfiguration.filterSensitiveLog = (obj) => ({
|
|
1010
|
-
...obj,
|
|
1011
|
-
});
|
|
1012
|
-
})(AvailConfiguration = exports.AvailConfiguration || (exports.AvailConfiguration = {}));
|
|
1013
|
-
var BatchDeleteRequest;
|
|
1014
|
-
(function (BatchDeleteRequest) {
|
|
1015
|
-
BatchDeleteRequest.filterSensitiveLog = (obj) => ({
|
|
1016
|
-
...obj,
|
|
1017
|
-
});
|
|
1018
|
-
})(BatchDeleteRequest = exports.BatchDeleteRequest || (exports.BatchDeleteRequest = {}));
|
|
1019
|
-
var BatchDeleteResponse;
|
|
1020
|
-
(function (BatchDeleteResponse) {
|
|
1021
|
-
BatchDeleteResponse.filterSensitiveLog = (obj) => ({
|
|
1022
|
-
...obj,
|
|
1023
|
-
});
|
|
1024
|
-
})(BatchDeleteResponse = exports.BatchDeleteResponse || (exports.BatchDeleteResponse = {}));
|
|
1025
|
-
var BatchScheduleActionCreateRequest;
|
|
1026
|
-
(function (BatchScheduleActionCreateRequest) {
|
|
1027
|
-
BatchScheduleActionCreateRequest.filterSensitiveLog = (obj) => ({
|
|
1028
|
-
...obj,
|
|
1029
|
-
});
|
|
1030
|
-
})(BatchScheduleActionCreateRequest = exports.BatchScheduleActionCreateRequest || (exports.BatchScheduleActionCreateRequest = {}));
|
|
1031
|
-
var BatchScheduleActionCreateResult;
|
|
1032
|
-
(function (BatchScheduleActionCreateResult) {
|
|
1033
|
-
BatchScheduleActionCreateResult.filterSensitiveLog = (obj) => ({
|
|
1034
|
-
...obj,
|
|
1035
|
-
});
|
|
1036
|
-
})(BatchScheduleActionCreateResult = exports.BatchScheduleActionCreateResult || (exports.BatchScheduleActionCreateResult = {}));
|
|
1037
|
-
var BatchScheduleActionDeleteRequest;
|
|
1038
|
-
(function (BatchScheduleActionDeleteRequest) {
|
|
1039
|
-
BatchScheduleActionDeleteRequest.filterSensitiveLog = (obj) => ({
|
|
1040
|
-
...obj,
|
|
1041
|
-
});
|
|
1042
|
-
})(BatchScheduleActionDeleteRequest = exports.BatchScheduleActionDeleteRequest || (exports.BatchScheduleActionDeleteRequest = {}));
|
|
1043
|
-
var BatchScheduleActionDeleteResult;
|
|
1044
|
-
(function (BatchScheduleActionDeleteResult) {
|
|
1045
|
-
BatchScheduleActionDeleteResult.filterSensitiveLog = (obj) => ({
|
|
1046
|
-
...obj,
|
|
1047
|
-
});
|
|
1048
|
-
})(BatchScheduleActionDeleteResult = exports.BatchScheduleActionDeleteResult || (exports.BatchScheduleActionDeleteResult = {}));
|
|
1049
|
-
var BatchStartRequest;
|
|
1050
|
-
(function (BatchStartRequest) {
|
|
1051
|
-
BatchStartRequest.filterSensitiveLog = (obj) => ({
|
|
1052
|
-
...obj,
|
|
1053
|
-
});
|
|
1054
|
-
})(BatchStartRequest = exports.BatchStartRequest || (exports.BatchStartRequest = {}));
|
|
1055
|
-
var BatchStartResponse;
|
|
1056
|
-
(function (BatchStartResponse) {
|
|
1057
|
-
BatchStartResponse.filterSensitiveLog = (obj) => ({
|
|
1058
|
-
...obj,
|
|
1059
|
-
});
|
|
1060
|
-
})(BatchStartResponse = exports.BatchStartResponse || (exports.BatchStartResponse = {}));
|
|
1061
|
-
var BatchStopRequest;
|
|
1062
|
-
(function (BatchStopRequest) {
|
|
1063
|
-
BatchStopRequest.filterSensitiveLog = (obj) => ({
|
|
1064
|
-
...obj,
|
|
1065
|
-
});
|
|
1066
|
-
})(BatchStopRequest = exports.BatchStopRequest || (exports.BatchStopRequest = {}));
|
|
1067
|
-
var BatchStopResponse;
|
|
1068
|
-
(function (BatchStopResponse) {
|
|
1069
|
-
BatchStopResponse.filterSensitiveLog = (obj) => ({
|
|
1070
|
-
...obj,
|
|
1071
|
-
});
|
|
1072
|
-
})(BatchStopResponse = exports.BatchStopResponse || (exports.BatchStopResponse = {}));
|
|
1073
|
-
var BatchUpdateScheduleRequest;
|
|
1074
|
-
(function (BatchUpdateScheduleRequest) {
|
|
1075
|
-
BatchUpdateScheduleRequest.filterSensitiveLog = (obj) => ({
|
|
1076
|
-
...obj,
|
|
1077
|
-
});
|
|
1078
|
-
})(BatchUpdateScheduleRequest = exports.BatchUpdateScheduleRequest || (exports.BatchUpdateScheduleRequest = {}));
|
|
1079
|
-
var BatchUpdateScheduleResponse;
|
|
1080
|
-
(function (BatchUpdateScheduleResponse) {
|
|
1081
|
-
BatchUpdateScheduleResponse.filterSensitiveLog = (obj) => ({
|
|
1082
|
-
...obj,
|
|
1083
|
-
});
|
|
1084
|
-
})(BatchUpdateScheduleResponse = exports.BatchUpdateScheduleResponse || (exports.BatchUpdateScheduleResponse = {}));
|
|
1085
647
|
var BlackoutSlateNetworkEndBlackout;
|
|
1086
648
|
(function (BlackoutSlateNetworkEndBlackout) {
|
|
1087
649
|
BlackoutSlateNetworkEndBlackout["DISABLED"] = "DISABLED";
|
|
@@ -1092,35 +654,11 @@ var BlackoutSlateState;
|
|
|
1092
654
|
BlackoutSlateState["DISABLED"] = "DISABLED";
|
|
1093
655
|
BlackoutSlateState["ENABLED"] = "ENABLED";
|
|
1094
656
|
})(BlackoutSlateState = exports.BlackoutSlateState || (exports.BlackoutSlateState = {}));
|
|
1095
|
-
var BlackoutSlate;
|
|
1096
|
-
(function (BlackoutSlate) {
|
|
1097
|
-
BlackoutSlate.filterSensitiveLog = (obj) => ({
|
|
1098
|
-
...obj,
|
|
1099
|
-
});
|
|
1100
|
-
})(BlackoutSlate = exports.BlackoutSlate || (exports.BlackoutSlate = {}));
|
|
1101
|
-
var CancelInputDeviceTransferRequest;
|
|
1102
|
-
(function (CancelInputDeviceTransferRequest) {
|
|
1103
|
-
CancelInputDeviceTransferRequest.filterSensitiveLog = (obj) => ({
|
|
1104
|
-
...obj,
|
|
1105
|
-
});
|
|
1106
|
-
})(CancelInputDeviceTransferRequest = exports.CancelInputDeviceTransferRequest || (exports.CancelInputDeviceTransferRequest = {}));
|
|
1107
|
-
var CancelInputDeviceTransferResponse;
|
|
1108
|
-
(function (CancelInputDeviceTransferResponse) {
|
|
1109
|
-
CancelInputDeviceTransferResponse.filterSensitiveLog = (obj) => ({
|
|
1110
|
-
...obj,
|
|
1111
|
-
});
|
|
1112
|
-
})(CancelInputDeviceTransferResponse = exports.CancelInputDeviceTransferResponse || (exports.CancelInputDeviceTransferResponse = {}));
|
|
1113
657
|
var FeatureActivationsInputPrepareScheduleActions;
|
|
1114
658
|
(function (FeatureActivationsInputPrepareScheduleActions) {
|
|
1115
659
|
FeatureActivationsInputPrepareScheduleActions["DISABLED"] = "DISABLED";
|
|
1116
660
|
FeatureActivationsInputPrepareScheduleActions["ENABLED"] = "ENABLED";
|
|
1117
661
|
})(FeatureActivationsInputPrepareScheduleActions = exports.FeatureActivationsInputPrepareScheduleActions || (exports.FeatureActivationsInputPrepareScheduleActions = {}));
|
|
1118
|
-
var FeatureActivations;
|
|
1119
|
-
(function (FeatureActivations) {
|
|
1120
|
-
FeatureActivations.filterSensitiveLog = (obj) => ({
|
|
1121
|
-
...obj,
|
|
1122
|
-
});
|
|
1123
|
-
})(FeatureActivations = exports.FeatureActivations || (exports.FeatureActivations = {}));
|
|
1124
662
|
var GlobalConfigurationInputEndAction;
|
|
1125
663
|
(function (GlobalConfigurationInputEndAction) {
|
|
1126
664
|
GlobalConfigurationInputEndAction["NONE"] = "NONE";
|
|
@@ -1131,12 +669,6 @@ var InputLossImageType;
|
|
|
1131
669
|
InputLossImageType["COLOR"] = "COLOR";
|
|
1132
670
|
InputLossImageType["SLATE"] = "SLATE";
|
|
1133
671
|
})(InputLossImageType = exports.InputLossImageType || (exports.InputLossImageType = {}));
|
|
1134
|
-
var InputLossBehavior;
|
|
1135
|
-
(function (InputLossBehavior) {
|
|
1136
|
-
InputLossBehavior.filterSensitiveLog = (obj) => ({
|
|
1137
|
-
...obj,
|
|
1138
|
-
});
|
|
1139
|
-
})(InputLossBehavior = exports.InputLossBehavior || (exports.InputLossBehavior = {}));
|
|
1140
672
|
var GlobalConfigurationOutputLockingMode;
|
|
1141
673
|
(function (GlobalConfigurationOutputLockingMode) {
|
|
1142
674
|
GlobalConfigurationOutputLockingMode["EPOCH_LOCKING"] = "EPOCH_LOCKING";
|
|
@@ -1152,719 +684,802 @@ var GlobalConfigurationLowFramerateInputs;
|
|
|
1152
684
|
GlobalConfigurationLowFramerateInputs["DISABLED"] = "DISABLED";
|
|
1153
685
|
GlobalConfigurationLowFramerateInputs["ENABLED"] = "ENABLED";
|
|
1154
686
|
})(GlobalConfigurationLowFramerateInputs = exports.GlobalConfigurationLowFramerateInputs || (exports.GlobalConfigurationLowFramerateInputs = {}));
|
|
1155
|
-
var GlobalConfiguration;
|
|
1156
|
-
(function (GlobalConfiguration) {
|
|
1157
|
-
GlobalConfiguration.filterSensitiveLog = (obj) => ({
|
|
1158
|
-
...obj,
|
|
1159
|
-
});
|
|
1160
|
-
})(GlobalConfiguration = exports.GlobalConfiguration || (exports.GlobalConfiguration = {}));
|
|
1161
687
|
var MotionGraphicsInsertion;
|
|
1162
688
|
(function (MotionGraphicsInsertion) {
|
|
1163
689
|
MotionGraphicsInsertion["DISABLED"] = "DISABLED";
|
|
1164
690
|
MotionGraphicsInsertion["ENABLED"] = "ENABLED";
|
|
1165
691
|
})(MotionGraphicsInsertion = exports.MotionGraphicsInsertion || (exports.MotionGraphicsInsertion = {}));
|
|
1166
|
-
var HtmlMotionGraphicsSettings;
|
|
1167
|
-
(function (HtmlMotionGraphicsSettings) {
|
|
1168
|
-
HtmlMotionGraphicsSettings.filterSensitiveLog = (obj) => ({
|
|
1169
|
-
...obj,
|
|
1170
|
-
});
|
|
1171
|
-
})(HtmlMotionGraphicsSettings = exports.HtmlMotionGraphicsSettings || (exports.HtmlMotionGraphicsSettings = {}));
|
|
1172
|
-
var MotionGraphicsSettings;
|
|
1173
|
-
(function (MotionGraphicsSettings) {
|
|
1174
|
-
MotionGraphicsSettings.filterSensitiveLog = (obj) => ({
|
|
1175
|
-
...obj,
|
|
1176
|
-
});
|
|
1177
|
-
})(MotionGraphicsSettings = exports.MotionGraphicsSettings || (exports.MotionGraphicsSettings = {}));
|
|
1178
|
-
var MotionGraphicsConfiguration;
|
|
1179
|
-
(function (MotionGraphicsConfiguration) {
|
|
1180
|
-
MotionGraphicsConfiguration.filterSensitiveLog = (obj) => ({
|
|
1181
|
-
...obj,
|
|
1182
|
-
});
|
|
1183
|
-
})(MotionGraphicsConfiguration = exports.MotionGraphicsConfiguration || (exports.MotionGraphicsConfiguration = {}));
|
|
1184
692
|
var NielsenPcmToId3TaggingState;
|
|
1185
693
|
(function (NielsenPcmToId3TaggingState) {
|
|
1186
694
|
NielsenPcmToId3TaggingState["DISABLED"] = "DISABLED";
|
|
1187
695
|
NielsenPcmToId3TaggingState["ENABLED"] = "ENABLED";
|
|
1188
696
|
})(NielsenPcmToId3TaggingState = exports.NielsenPcmToId3TaggingState || (exports.NielsenPcmToId3TaggingState = {}));
|
|
1189
|
-
var NielsenConfiguration;
|
|
1190
|
-
(function (NielsenConfiguration) {
|
|
1191
|
-
NielsenConfiguration.filterSensitiveLog = (obj) => ({
|
|
1192
|
-
...obj,
|
|
1193
|
-
});
|
|
1194
|
-
})(NielsenConfiguration = exports.NielsenConfiguration || (exports.NielsenConfiguration = {}));
|
|
1195
697
|
var TimecodeConfigSource;
|
|
1196
698
|
(function (TimecodeConfigSource) {
|
|
1197
699
|
TimecodeConfigSource["EMBEDDED"] = "EMBEDDED";
|
|
1198
700
|
TimecodeConfigSource["SYSTEMCLOCK"] = "SYSTEMCLOCK";
|
|
1199
701
|
TimecodeConfigSource["ZEROBASED"] = "ZEROBASED";
|
|
1200
702
|
})(TimecodeConfigSource = exports.TimecodeConfigSource || (exports.TimecodeConfigSource = {}));
|
|
1201
|
-
var TimecodeConfig;
|
|
1202
|
-
(function (TimecodeConfig) {
|
|
1203
|
-
TimecodeConfig.filterSensitiveLog = (obj) => ({
|
|
1204
|
-
...obj,
|
|
1205
|
-
});
|
|
1206
|
-
})(TimecodeConfig = exports.TimecodeConfig || (exports.TimecodeConfig = {}));
|
|
1207
|
-
var EncoderSettings;
|
|
1208
|
-
(function (EncoderSettings) {
|
|
1209
|
-
EncoderSettings.filterSensitiveLog = (obj) => ({
|
|
1210
|
-
...obj,
|
|
1211
|
-
});
|
|
1212
|
-
})(EncoderSettings = exports.EncoderSettings || (exports.EncoderSettings = {}));
|
|
1213
|
-
var Channel;
|
|
1214
|
-
(function (Channel) {
|
|
1215
|
-
Channel.filterSensitiveLog = (obj) => ({
|
|
1216
|
-
...obj,
|
|
1217
|
-
});
|
|
1218
|
-
})(Channel = exports.Channel || (exports.Channel = {}));
|
|
1219
|
-
var ClaimDeviceRequest;
|
|
1220
|
-
(function (ClaimDeviceRequest) {
|
|
1221
|
-
ClaimDeviceRequest.filterSensitiveLog = (obj) => ({
|
|
1222
|
-
...obj,
|
|
1223
|
-
});
|
|
1224
|
-
})(ClaimDeviceRequest = exports.ClaimDeviceRequest || (exports.ClaimDeviceRequest = {}));
|
|
1225
|
-
var ClaimDeviceResponse;
|
|
1226
|
-
(function (ClaimDeviceResponse) {
|
|
1227
|
-
ClaimDeviceResponse.filterSensitiveLog = (obj) => ({
|
|
1228
|
-
...obj,
|
|
1229
|
-
});
|
|
1230
|
-
})(ClaimDeviceResponse = exports.ClaimDeviceResponse || (exports.ClaimDeviceResponse = {}));
|
|
1231
703
|
var ContentType;
|
|
1232
704
|
(function (ContentType) {
|
|
1233
705
|
ContentType["image_jpeg"] = "image/jpeg";
|
|
1234
706
|
})(ContentType = exports.ContentType || (exports.ContentType = {}));
|
|
1235
|
-
var MaintenanceCreateSettings;
|
|
1236
|
-
(function (MaintenanceCreateSettings) {
|
|
1237
|
-
MaintenanceCreateSettings.filterSensitiveLog = (obj) => ({
|
|
1238
|
-
...obj,
|
|
1239
|
-
});
|
|
1240
|
-
})(MaintenanceCreateSettings = exports.MaintenanceCreateSettings || (exports.MaintenanceCreateSettings = {}));
|
|
1241
|
-
var VpcOutputSettings;
|
|
1242
|
-
(function (VpcOutputSettings) {
|
|
1243
|
-
VpcOutputSettings.filterSensitiveLog = (obj) => ({
|
|
1244
|
-
...obj,
|
|
1245
|
-
});
|
|
1246
|
-
})(VpcOutputSettings = exports.VpcOutputSettings || (exports.VpcOutputSettings = {}));
|
|
1247
|
-
var CreateChannelRequest;
|
|
1248
|
-
(function (CreateChannelRequest) {
|
|
1249
|
-
CreateChannelRequest.filterSensitiveLog = (obj) => ({
|
|
1250
|
-
...obj,
|
|
1251
|
-
});
|
|
1252
|
-
})(CreateChannelRequest = exports.CreateChannelRequest || (exports.CreateChannelRequest = {}));
|
|
1253
|
-
var CreateChannelResponse;
|
|
1254
|
-
(function (CreateChannelResponse) {
|
|
1255
|
-
CreateChannelResponse.filterSensitiveLog = (obj) => ({
|
|
1256
|
-
...obj,
|
|
1257
|
-
});
|
|
1258
|
-
})(CreateChannelResponse = exports.CreateChannelResponse || (exports.CreateChannelResponse = {}));
|
|
1259
|
-
var InputVpcRequest;
|
|
1260
|
-
(function (InputVpcRequest) {
|
|
1261
|
-
InputVpcRequest.filterSensitiveLog = (obj) => ({
|
|
1262
|
-
...obj,
|
|
1263
|
-
});
|
|
1264
|
-
})(InputVpcRequest = exports.InputVpcRequest || (exports.InputVpcRequest = {}));
|
|
1265
|
-
var CreateInputRequest;
|
|
1266
|
-
(function (CreateInputRequest) {
|
|
1267
|
-
CreateInputRequest.filterSensitiveLog = (obj) => ({
|
|
1268
|
-
...obj,
|
|
1269
|
-
});
|
|
1270
|
-
})(CreateInputRequest = exports.CreateInputRequest || (exports.CreateInputRequest = {}));
|
|
1271
|
-
var CreateInputResponse;
|
|
1272
|
-
(function (CreateInputResponse) {
|
|
1273
|
-
CreateInputResponse.filterSensitiveLog = (obj) => ({
|
|
1274
|
-
...obj,
|
|
1275
|
-
});
|
|
1276
|
-
})(CreateInputResponse = exports.CreateInputResponse || (exports.CreateInputResponse = {}));
|
|
1277
|
-
var CreateInputSecurityGroupRequest;
|
|
1278
|
-
(function (CreateInputSecurityGroupRequest) {
|
|
1279
|
-
CreateInputSecurityGroupRequest.filterSensitiveLog = (obj) => ({
|
|
1280
|
-
...obj,
|
|
1281
|
-
});
|
|
1282
|
-
})(CreateInputSecurityGroupRequest = exports.CreateInputSecurityGroupRequest || (exports.CreateInputSecurityGroupRequest = {}));
|
|
1283
|
-
var CreateInputSecurityGroupResponse;
|
|
1284
|
-
(function (CreateInputSecurityGroupResponse) {
|
|
1285
|
-
CreateInputSecurityGroupResponse.filterSensitiveLog = (obj) => ({
|
|
1286
|
-
...obj,
|
|
1287
|
-
});
|
|
1288
|
-
})(CreateInputSecurityGroupResponse = exports.CreateInputSecurityGroupResponse || (exports.CreateInputSecurityGroupResponse = {}));
|
|
1289
|
-
var MultiplexSettings;
|
|
1290
|
-
(function (MultiplexSettings) {
|
|
1291
|
-
MultiplexSettings.filterSensitiveLog = (obj) => ({
|
|
1292
|
-
...obj,
|
|
1293
|
-
});
|
|
1294
|
-
})(MultiplexSettings = exports.MultiplexSettings || (exports.MultiplexSettings = {}));
|
|
1295
|
-
var CreateMultiplexRequest;
|
|
1296
|
-
(function (CreateMultiplexRequest) {
|
|
1297
|
-
CreateMultiplexRequest.filterSensitiveLog = (obj) => ({
|
|
1298
|
-
...obj,
|
|
1299
|
-
});
|
|
1300
|
-
})(CreateMultiplexRequest = exports.CreateMultiplexRequest || (exports.CreateMultiplexRequest = {}));
|
|
1301
|
-
var Multiplex;
|
|
1302
|
-
(function (Multiplex) {
|
|
1303
|
-
Multiplex.filterSensitiveLog = (obj) => ({
|
|
1304
|
-
...obj,
|
|
1305
|
-
});
|
|
1306
|
-
})(Multiplex = exports.Multiplex || (exports.Multiplex = {}));
|
|
1307
|
-
var CreateMultiplexResponse;
|
|
1308
|
-
(function (CreateMultiplexResponse) {
|
|
1309
|
-
CreateMultiplexResponse.filterSensitiveLog = (obj) => ({
|
|
1310
|
-
...obj,
|
|
1311
|
-
});
|
|
1312
|
-
})(CreateMultiplexResponse = exports.CreateMultiplexResponse || (exports.CreateMultiplexResponse = {}));
|
|
1313
707
|
var PreferredChannelPipeline;
|
|
1314
708
|
(function (PreferredChannelPipeline) {
|
|
1315
709
|
PreferredChannelPipeline["CURRENTLY_ACTIVE"] = "CURRENTLY_ACTIVE";
|
|
1316
710
|
PreferredChannelPipeline["PIPELINE_0"] = "PIPELINE_0";
|
|
1317
711
|
PreferredChannelPipeline["PIPELINE_1"] = "PIPELINE_1";
|
|
1318
712
|
})(PreferredChannelPipeline = exports.PreferredChannelPipeline || (exports.PreferredChannelPipeline = {}));
|
|
1319
|
-
var
|
|
1320
|
-
(function (
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
})
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
})
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
})
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
})
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
})
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
})
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
})
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
})
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
})
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
})
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
})
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
})
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
})
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
})
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
})
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
})
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
})
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
})
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
})
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
})
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
})
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
})
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
})
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
})
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
})
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
})
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
})
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
})
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
})
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
})
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
})
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
})
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
})
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
})
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
})
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
})
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
})
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
})
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
})
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
})
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
})
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
})
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
})
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
})
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
})
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
})
|
|
713
|
+
var RebootInputDeviceForce;
|
|
714
|
+
(function (RebootInputDeviceForce) {
|
|
715
|
+
RebootInputDeviceForce["NO"] = "NO";
|
|
716
|
+
RebootInputDeviceForce["YES"] = "YES";
|
|
717
|
+
})(RebootInputDeviceForce = exports.RebootInputDeviceForce || (exports.RebootInputDeviceForce = {}));
|
|
718
|
+
const HlsGroupSettingsFilterSensitiveLog = (obj) => ({
|
|
719
|
+
...obj,
|
|
720
|
+
});
|
|
721
|
+
exports.HlsGroupSettingsFilterSensitiveLog = HlsGroupSettingsFilterSensitiveLog;
|
|
722
|
+
const MediaPackageGroupSettingsFilterSensitiveLog = (obj) => ({
|
|
723
|
+
...obj,
|
|
724
|
+
});
|
|
725
|
+
exports.MediaPackageGroupSettingsFilterSensitiveLog = MediaPackageGroupSettingsFilterSensitiveLog;
|
|
726
|
+
const MsSmoothGroupSettingsFilterSensitiveLog = (obj) => ({
|
|
727
|
+
...obj,
|
|
728
|
+
});
|
|
729
|
+
exports.MsSmoothGroupSettingsFilterSensitiveLog = MsSmoothGroupSettingsFilterSensitiveLog;
|
|
730
|
+
const MultiplexGroupSettingsFilterSensitiveLog = (obj) => ({
|
|
731
|
+
...obj,
|
|
732
|
+
});
|
|
733
|
+
exports.MultiplexGroupSettingsFilterSensitiveLog = MultiplexGroupSettingsFilterSensitiveLog;
|
|
734
|
+
const RtmpGroupSettingsFilterSensitiveLog = (obj) => ({
|
|
735
|
+
...obj,
|
|
736
|
+
});
|
|
737
|
+
exports.RtmpGroupSettingsFilterSensitiveLog = RtmpGroupSettingsFilterSensitiveLog;
|
|
738
|
+
const UdpGroupSettingsFilterSensitiveLog = (obj) => ({
|
|
739
|
+
...obj,
|
|
740
|
+
});
|
|
741
|
+
exports.UdpGroupSettingsFilterSensitiveLog = UdpGroupSettingsFilterSensitiveLog;
|
|
742
|
+
const OutputGroupSettingsFilterSensitiveLog = (obj) => ({
|
|
743
|
+
...obj,
|
|
744
|
+
});
|
|
745
|
+
exports.OutputGroupSettingsFilterSensitiveLog = OutputGroupSettingsFilterSensitiveLog;
|
|
746
|
+
const OutputGroupFilterSensitiveLog = (obj) => ({
|
|
747
|
+
...obj,
|
|
748
|
+
});
|
|
749
|
+
exports.OutputGroupFilterSensitiveLog = OutputGroupFilterSensitiveLog;
|
|
750
|
+
const PipelineDetailFilterSensitiveLog = (obj) => ({
|
|
751
|
+
...obj,
|
|
752
|
+
});
|
|
753
|
+
exports.PipelineDetailFilterSensitiveLog = PipelineDetailFilterSensitiveLog;
|
|
754
|
+
const PipelinePauseStateSettingsFilterSensitiveLog = (obj) => ({
|
|
755
|
+
...obj,
|
|
756
|
+
});
|
|
757
|
+
exports.PipelinePauseStateSettingsFilterSensitiveLog = PipelinePauseStateSettingsFilterSensitiveLog;
|
|
758
|
+
const RenewalSettingsFilterSensitiveLog = (obj) => ({
|
|
759
|
+
...obj,
|
|
760
|
+
});
|
|
761
|
+
exports.RenewalSettingsFilterSensitiveLog = RenewalSettingsFilterSensitiveLog;
|
|
762
|
+
const ReservationFilterSensitiveLog = (obj) => ({
|
|
763
|
+
...obj,
|
|
764
|
+
});
|
|
765
|
+
exports.ReservationFilterSensitiveLog = ReservationFilterSensitiveLog;
|
|
766
|
+
const HlsId3SegmentTaggingScheduleActionSettingsFilterSensitiveLog = (obj) => ({
|
|
767
|
+
...obj,
|
|
768
|
+
});
|
|
769
|
+
exports.HlsId3SegmentTaggingScheduleActionSettingsFilterSensitiveLog = HlsId3SegmentTaggingScheduleActionSettingsFilterSensitiveLog;
|
|
770
|
+
const HlsTimedMetadataScheduleActionSettingsFilterSensitiveLog = (obj) => ({
|
|
771
|
+
...obj,
|
|
772
|
+
});
|
|
773
|
+
exports.HlsTimedMetadataScheduleActionSettingsFilterSensitiveLog = HlsTimedMetadataScheduleActionSettingsFilterSensitiveLog;
|
|
774
|
+
const StartTimecodeFilterSensitiveLog = (obj) => ({
|
|
775
|
+
...obj,
|
|
776
|
+
});
|
|
777
|
+
exports.StartTimecodeFilterSensitiveLog = StartTimecodeFilterSensitiveLog;
|
|
778
|
+
const StopTimecodeFilterSensitiveLog = (obj) => ({
|
|
779
|
+
...obj,
|
|
780
|
+
});
|
|
781
|
+
exports.StopTimecodeFilterSensitiveLog = StopTimecodeFilterSensitiveLog;
|
|
782
|
+
const InputClippingSettingsFilterSensitiveLog = (obj) => ({
|
|
783
|
+
...obj,
|
|
784
|
+
});
|
|
785
|
+
exports.InputClippingSettingsFilterSensitiveLog = InputClippingSettingsFilterSensitiveLog;
|
|
786
|
+
const InputPrepareScheduleActionSettingsFilterSensitiveLog = (obj) => ({
|
|
787
|
+
...obj,
|
|
788
|
+
});
|
|
789
|
+
exports.InputPrepareScheduleActionSettingsFilterSensitiveLog = InputPrepareScheduleActionSettingsFilterSensitiveLog;
|
|
790
|
+
const InputSwitchScheduleActionSettingsFilterSensitiveLog = (obj) => ({
|
|
791
|
+
...obj,
|
|
792
|
+
});
|
|
793
|
+
exports.InputSwitchScheduleActionSettingsFilterSensitiveLog = InputSwitchScheduleActionSettingsFilterSensitiveLog;
|
|
794
|
+
const MotionGraphicsActivateScheduleActionSettingsFilterSensitiveLog = (obj) => ({
|
|
795
|
+
...obj,
|
|
796
|
+
});
|
|
797
|
+
exports.MotionGraphicsActivateScheduleActionSettingsFilterSensitiveLog = MotionGraphicsActivateScheduleActionSettingsFilterSensitiveLog;
|
|
798
|
+
const MotionGraphicsDeactivateScheduleActionSettingsFilterSensitiveLog = (obj) => ({
|
|
799
|
+
...obj,
|
|
800
|
+
});
|
|
801
|
+
exports.MotionGraphicsDeactivateScheduleActionSettingsFilterSensitiveLog = MotionGraphicsDeactivateScheduleActionSettingsFilterSensitiveLog;
|
|
802
|
+
const PauseStateScheduleActionSettingsFilterSensitiveLog = (obj) => ({
|
|
803
|
+
...obj,
|
|
804
|
+
});
|
|
805
|
+
exports.PauseStateScheduleActionSettingsFilterSensitiveLog = PauseStateScheduleActionSettingsFilterSensitiveLog;
|
|
806
|
+
const Scte35ReturnToNetworkScheduleActionSettingsFilterSensitiveLog = (obj) => ({
|
|
807
|
+
...obj,
|
|
808
|
+
});
|
|
809
|
+
exports.Scte35ReturnToNetworkScheduleActionSettingsFilterSensitiveLog = Scte35ReturnToNetworkScheduleActionSettingsFilterSensitiveLog;
|
|
810
|
+
const Scte35SpliceInsertScheduleActionSettingsFilterSensitiveLog = (obj) => ({
|
|
811
|
+
...obj,
|
|
812
|
+
});
|
|
813
|
+
exports.Scte35SpliceInsertScheduleActionSettingsFilterSensitiveLog = Scte35SpliceInsertScheduleActionSettingsFilterSensitiveLog;
|
|
814
|
+
const Scte35DeliveryRestrictionsFilterSensitiveLog = (obj) => ({
|
|
815
|
+
...obj,
|
|
816
|
+
});
|
|
817
|
+
exports.Scte35DeliveryRestrictionsFilterSensitiveLog = Scte35DeliveryRestrictionsFilterSensitiveLog;
|
|
818
|
+
const Scte35SegmentationDescriptorFilterSensitiveLog = (obj) => ({
|
|
819
|
+
...obj,
|
|
820
|
+
});
|
|
821
|
+
exports.Scte35SegmentationDescriptorFilterSensitiveLog = Scte35SegmentationDescriptorFilterSensitiveLog;
|
|
822
|
+
const Scte35DescriptorSettingsFilterSensitiveLog = (obj) => ({
|
|
823
|
+
...obj,
|
|
824
|
+
});
|
|
825
|
+
exports.Scte35DescriptorSettingsFilterSensitiveLog = Scte35DescriptorSettingsFilterSensitiveLog;
|
|
826
|
+
const Scte35DescriptorFilterSensitiveLog = (obj) => ({
|
|
827
|
+
...obj,
|
|
828
|
+
});
|
|
829
|
+
exports.Scte35DescriptorFilterSensitiveLog = Scte35DescriptorFilterSensitiveLog;
|
|
830
|
+
const Scte35TimeSignalScheduleActionSettingsFilterSensitiveLog = (obj) => ({
|
|
831
|
+
...obj,
|
|
832
|
+
});
|
|
833
|
+
exports.Scte35TimeSignalScheduleActionSettingsFilterSensitiveLog = Scte35TimeSignalScheduleActionSettingsFilterSensitiveLog;
|
|
834
|
+
const StaticImageActivateScheduleActionSettingsFilterSensitiveLog = (obj) => ({
|
|
835
|
+
...obj,
|
|
836
|
+
});
|
|
837
|
+
exports.StaticImageActivateScheduleActionSettingsFilterSensitiveLog = StaticImageActivateScheduleActionSettingsFilterSensitiveLog;
|
|
838
|
+
const StaticImageDeactivateScheduleActionSettingsFilterSensitiveLog = (obj) => ({
|
|
839
|
+
...obj,
|
|
840
|
+
});
|
|
841
|
+
exports.StaticImageDeactivateScheduleActionSettingsFilterSensitiveLog = StaticImageDeactivateScheduleActionSettingsFilterSensitiveLog;
|
|
842
|
+
const ScheduleActionSettingsFilterSensitiveLog = (obj) => ({
|
|
843
|
+
...obj,
|
|
844
|
+
});
|
|
845
|
+
exports.ScheduleActionSettingsFilterSensitiveLog = ScheduleActionSettingsFilterSensitiveLog;
|
|
846
|
+
const FixedModeScheduleActionStartSettingsFilterSensitiveLog = (obj) => ({
|
|
847
|
+
...obj,
|
|
848
|
+
});
|
|
849
|
+
exports.FixedModeScheduleActionStartSettingsFilterSensitiveLog = FixedModeScheduleActionStartSettingsFilterSensitiveLog;
|
|
850
|
+
const FollowModeScheduleActionStartSettingsFilterSensitiveLog = (obj) => ({
|
|
851
|
+
...obj,
|
|
852
|
+
});
|
|
853
|
+
exports.FollowModeScheduleActionStartSettingsFilterSensitiveLog = FollowModeScheduleActionStartSettingsFilterSensitiveLog;
|
|
854
|
+
const ImmediateModeScheduleActionStartSettingsFilterSensitiveLog = (obj) => ({
|
|
855
|
+
...obj,
|
|
856
|
+
});
|
|
857
|
+
exports.ImmediateModeScheduleActionStartSettingsFilterSensitiveLog = ImmediateModeScheduleActionStartSettingsFilterSensitiveLog;
|
|
858
|
+
const ScheduleActionStartSettingsFilterSensitiveLog = (obj) => ({
|
|
859
|
+
...obj,
|
|
860
|
+
});
|
|
861
|
+
exports.ScheduleActionStartSettingsFilterSensitiveLog = ScheduleActionStartSettingsFilterSensitiveLog;
|
|
862
|
+
const ScheduleActionFilterSensitiveLog = (obj) => ({
|
|
863
|
+
...obj,
|
|
864
|
+
});
|
|
865
|
+
exports.ScheduleActionFilterSensitiveLog = ScheduleActionFilterSensitiveLog;
|
|
866
|
+
const TransferringInputDeviceSummaryFilterSensitiveLog = (obj) => ({
|
|
867
|
+
...obj,
|
|
868
|
+
});
|
|
869
|
+
exports.TransferringInputDeviceSummaryFilterSensitiveLog = TransferringInputDeviceSummaryFilterSensitiveLog;
|
|
870
|
+
const ValidationErrorFilterSensitiveLog = (obj) => ({
|
|
871
|
+
...obj,
|
|
872
|
+
});
|
|
873
|
+
exports.ValidationErrorFilterSensitiveLog = ValidationErrorFilterSensitiveLog;
|
|
874
|
+
const FrameCaptureSettingsFilterSensitiveLog = (obj) => ({
|
|
875
|
+
...obj,
|
|
876
|
+
});
|
|
877
|
+
exports.FrameCaptureSettingsFilterSensitiveLog = FrameCaptureSettingsFilterSensitiveLog;
|
|
878
|
+
const ColorSpacePassthroughSettingsFilterSensitiveLog = (obj) => ({
|
|
879
|
+
...obj,
|
|
880
|
+
});
|
|
881
|
+
exports.ColorSpacePassthroughSettingsFilterSensitiveLog = ColorSpacePassthroughSettingsFilterSensitiveLog;
|
|
882
|
+
const Rec601SettingsFilterSensitiveLog = (obj) => ({
|
|
883
|
+
...obj,
|
|
884
|
+
});
|
|
885
|
+
exports.Rec601SettingsFilterSensitiveLog = Rec601SettingsFilterSensitiveLog;
|
|
886
|
+
const Rec709SettingsFilterSensitiveLog = (obj) => ({
|
|
887
|
+
...obj,
|
|
888
|
+
});
|
|
889
|
+
exports.Rec709SettingsFilterSensitiveLog = Rec709SettingsFilterSensitiveLog;
|
|
890
|
+
const H264ColorSpaceSettingsFilterSensitiveLog = (obj) => ({
|
|
891
|
+
...obj,
|
|
892
|
+
});
|
|
893
|
+
exports.H264ColorSpaceSettingsFilterSensitiveLog = H264ColorSpaceSettingsFilterSensitiveLog;
|
|
894
|
+
const TemporalFilterSettingsFilterSensitiveLog = (obj) => ({
|
|
895
|
+
...obj,
|
|
896
|
+
});
|
|
897
|
+
exports.TemporalFilterSettingsFilterSensitiveLog = TemporalFilterSettingsFilterSensitiveLog;
|
|
898
|
+
const H264FilterSettingsFilterSensitiveLog = (obj) => ({
|
|
899
|
+
...obj,
|
|
900
|
+
});
|
|
901
|
+
exports.H264FilterSettingsFilterSensitiveLog = H264FilterSettingsFilterSensitiveLog;
|
|
902
|
+
const H264SettingsFilterSensitiveLog = (obj) => ({
|
|
903
|
+
...obj,
|
|
904
|
+
});
|
|
905
|
+
exports.H264SettingsFilterSensitiveLog = H264SettingsFilterSensitiveLog;
|
|
906
|
+
const H265ColorSpaceSettingsFilterSensitiveLog = (obj) => ({
|
|
907
|
+
...obj,
|
|
908
|
+
});
|
|
909
|
+
exports.H265ColorSpaceSettingsFilterSensitiveLog = H265ColorSpaceSettingsFilterSensitiveLog;
|
|
910
|
+
const H265FilterSettingsFilterSensitiveLog = (obj) => ({
|
|
911
|
+
...obj,
|
|
912
|
+
});
|
|
913
|
+
exports.H265FilterSettingsFilterSensitiveLog = H265FilterSettingsFilterSensitiveLog;
|
|
914
|
+
const H265SettingsFilterSensitiveLog = (obj) => ({
|
|
915
|
+
...obj,
|
|
916
|
+
});
|
|
917
|
+
exports.H265SettingsFilterSensitiveLog = H265SettingsFilterSensitiveLog;
|
|
918
|
+
const Mpeg2FilterSettingsFilterSensitiveLog = (obj) => ({
|
|
919
|
+
...obj,
|
|
920
|
+
});
|
|
921
|
+
exports.Mpeg2FilterSettingsFilterSensitiveLog = Mpeg2FilterSettingsFilterSensitiveLog;
|
|
922
|
+
const Mpeg2SettingsFilterSensitiveLog = (obj) => ({
|
|
923
|
+
...obj,
|
|
924
|
+
});
|
|
925
|
+
exports.Mpeg2SettingsFilterSensitiveLog = Mpeg2SettingsFilterSensitiveLog;
|
|
926
|
+
const VideoCodecSettingsFilterSensitiveLog = (obj) => ({
|
|
927
|
+
...obj,
|
|
928
|
+
});
|
|
929
|
+
exports.VideoCodecSettingsFilterSensitiveLog = VideoCodecSettingsFilterSensitiveLog;
|
|
930
|
+
const VideoDescriptionFilterSensitiveLog = (obj) => ({
|
|
931
|
+
...obj,
|
|
932
|
+
});
|
|
933
|
+
exports.VideoDescriptionFilterSensitiveLog = VideoDescriptionFilterSensitiveLog;
|
|
934
|
+
const AcceptInputDeviceTransferRequestFilterSensitiveLog = (obj) => ({
|
|
935
|
+
...obj,
|
|
936
|
+
});
|
|
937
|
+
exports.AcceptInputDeviceTransferRequestFilterSensitiveLog = AcceptInputDeviceTransferRequestFilterSensitiveLog;
|
|
938
|
+
const AcceptInputDeviceTransferResponseFilterSensitiveLog = (obj) => ({
|
|
939
|
+
...obj,
|
|
940
|
+
});
|
|
941
|
+
exports.AcceptInputDeviceTransferResponseFilterSensitiveLog = AcceptInputDeviceTransferResponseFilterSensitiveLog;
|
|
942
|
+
const AvailBlankingFilterSensitiveLog = (obj) => ({
|
|
943
|
+
...obj,
|
|
944
|
+
});
|
|
945
|
+
exports.AvailBlankingFilterSensitiveLog = AvailBlankingFilterSensitiveLog;
|
|
946
|
+
const Scte35SpliceInsertFilterSensitiveLog = (obj) => ({
|
|
947
|
+
...obj,
|
|
948
|
+
});
|
|
949
|
+
exports.Scte35SpliceInsertFilterSensitiveLog = Scte35SpliceInsertFilterSensitiveLog;
|
|
950
|
+
const Scte35TimeSignalAposFilterSensitiveLog = (obj) => ({
|
|
951
|
+
...obj,
|
|
952
|
+
});
|
|
953
|
+
exports.Scte35TimeSignalAposFilterSensitiveLog = Scte35TimeSignalAposFilterSensitiveLog;
|
|
954
|
+
const AvailSettingsFilterSensitiveLog = (obj) => ({
|
|
955
|
+
...obj,
|
|
956
|
+
});
|
|
957
|
+
exports.AvailSettingsFilterSensitiveLog = AvailSettingsFilterSensitiveLog;
|
|
958
|
+
const AvailConfigurationFilterSensitiveLog = (obj) => ({
|
|
959
|
+
...obj,
|
|
960
|
+
});
|
|
961
|
+
exports.AvailConfigurationFilterSensitiveLog = AvailConfigurationFilterSensitiveLog;
|
|
962
|
+
const BatchDeleteRequestFilterSensitiveLog = (obj) => ({
|
|
963
|
+
...obj,
|
|
964
|
+
});
|
|
965
|
+
exports.BatchDeleteRequestFilterSensitiveLog = BatchDeleteRequestFilterSensitiveLog;
|
|
966
|
+
const BatchDeleteResponseFilterSensitiveLog = (obj) => ({
|
|
967
|
+
...obj,
|
|
968
|
+
});
|
|
969
|
+
exports.BatchDeleteResponseFilterSensitiveLog = BatchDeleteResponseFilterSensitiveLog;
|
|
970
|
+
const BatchScheduleActionCreateRequestFilterSensitiveLog = (obj) => ({
|
|
971
|
+
...obj,
|
|
972
|
+
});
|
|
973
|
+
exports.BatchScheduleActionCreateRequestFilterSensitiveLog = BatchScheduleActionCreateRequestFilterSensitiveLog;
|
|
974
|
+
const BatchScheduleActionCreateResultFilterSensitiveLog = (obj) => ({
|
|
975
|
+
...obj,
|
|
976
|
+
});
|
|
977
|
+
exports.BatchScheduleActionCreateResultFilterSensitiveLog = BatchScheduleActionCreateResultFilterSensitiveLog;
|
|
978
|
+
const BatchScheduleActionDeleteRequestFilterSensitiveLog = (obj) => ({
|
|
979
|
+
...obj,
|
|
980
|
+
});
|
|
981
|
+
exports.BatchScheduleActionDeleteRequestFilterSensitiveLog = BatchScheduleActionDeleteRequestFilterSensitiveLog;
|
|
982
|
+
const BatchScheduleActionDeleteResultFilterSensitiveLog = (obj) => ({
|
|
983
|
+
...obj,
|
|
984
|
+
});
|
|
985
|
+
exports.BatchScheduleActionDeleteResultFilterSensitiveLog = BatchScheduleActionDeleteResultFilterSensitiveLog;
|
|
986
|
+
const BatchStartRequestFilterSensitiveLog = (obj) => ({
|
|
987
|
+
...obj,
|
|
988
|
+
});
|
|
989
|
+
exports.BatchStartRequestFilterSensitiveLog = BatchStartRequestFilterSensitiveLog;
|
|
990
|
+
const BatchStartResponseFilterSensitiveLog = (obj) => ({
|
|
991
|
+
...obj,
|
|
992
|
+
});
|
|
993
|
+
exports.BatchStartResponseFilterSensitiveLog = BatchStartResponseFilterSensitiveLog;
|
|
994
|
+
const BatchStopRequestFilterSensitiveLog = (obj) => ({
|
|
995
|
+
...obj,
|
|
996
|
+
});
|
|
997
|
+
exports.BatchStopRequestFilterSensitiveLog = BatchStopRequestFilterSensitiveLog;
|
|
998
|
+
const BatchStopResponseFilterSensitiveLog = (obj) => ({
|
|
999
|
+
...obj,
|
|
1000
|
+
});
|
|
1001
|
+
exports.BatchStopResponseFilterSensitiveLog = BatchStopResponseFilterSensitiveLog;
|
|
1002
|
+
const BatchUpdateScheduleRequestFilterSensitiveLog = (obj) => ({
|
|
1003
|
+
...obj,
|
|
1004
|
+
});
|
|
1005
|
+
exports.BatchUpdateScheduleRequestFilterSensitiveLog = BatchUpdateScheduleRequestFilterSensitiveLog;
|
|
1006
|
+
const BatchUpdateScheduleResponseFilterSensitiveLog = (obj) => ({
|
|
1007
|
+
...obj,
|
|
1008
|
+
});
|
|
1009
|
+
exports.BatchUpdateScheduleResponseFilterSensitiveLog = BatchUpdateScheduleResponseFilterSensitiveLog;
|
|
1010
|
+
const BlackoutSlateFilterSensitiveLog = (obj) => ({
|
|
1011
|
+
...obj,
|
|
1012
|
+
});
|
|
1013
|
+
exports.BlackoutSlateFilterSensitiveLog = BlackoutSlateFilterSensitiveLog;
|
|
1014
|
+
const CancelInputDeviceTransferRequestFilterSensitiveLog = (obj) => ({
|
|
1015
|
+
...obj,
|
|
1016
|
+
});
|
|
1017
|
+
exports.CancelInputDeviceTransferRequestFilterSensitiveLog = CancelInputDeviceTransferRequestFilterSensitiveLog;
|
|
1018
|
+
const CancelInputDeviceTransferResponseFilterSensitiveLog = (obj) => ({
|
|
1019
|
+
...obj,
|
|
1020
|
+
});
|
|
1021
|
+
exports.CancelInputDeviceTransferResponseFilterSensitiveLog = CancelInputDeviceTransferResponseFilterSensitiveLog;
|
|
1022
|
+
const FeatureActivationsFilterSensitiveLog = (obj) => ({
|
|
1023
|
+
...obj,
|
|
1024
|
+
});
|
|
1025
|
+
exports.FeatureActivationsFilterSensitiveLog = FeatureActivationsFilterSensitiveLog;
|
|
1026
|
+
const InputLossBehaviorFilterSensitiveLog = (obj) => ({
|
|
1027
|
+
...obj,
|
|
1028
|
+
});
|
|
1029
|
+
exports.InputLossBehaviorFilterSensitiveLog = InputLossBehaviorFilterSensitiveLog;
|
|
1030
|
+
const GlobalConfigurationFilterSensitiveLog = (obj) => ({
|
|
1031
|
+
...obj,
|
|
1032
|
+
});
|
|
1033
|
+
exports.GlobalConfigurationFilterSensitiveLog = GlobalConfigurationFilterSensitiveLog;
|
|
1034
|
+
const HtmlMotionGraphicsSettingsFilterSensitiveLog = (obj) => ({
|
|
1035
|
+
...obj,
|
|
1036
|
+
});
|
|
1037
|
+
exports.HtmlMotionGraphicsSettingsFilterSensitiveLog = HtmlMotionGraphicsSettingsFilterSensitiveLog;
|
|
1038
|
+
const MotionGraphicsSettingsFilterSensitiveLog = (obj) => ({
|
|
1039
|
+
...obj,
|
|
1040
|
+
});
|
|
1041
|
+
exports.MotionGraphicsSettingsFilterSensitiveLog = MotionGraphicsSettingsFilterSensitiveLog;
|
|
1042
|
+
const MotionGraphicsConfigurationFilterSensitiveLog = (obj) => ({
|
|
1043
|
+
...obj,
|
|
1044
|
+
});
|
|
1045
|
+
exports.MotionGraphicsConfigurationFilterSensitiveLog = MotionGraphicsConfigurationFilterSensitiveLog;
|
|
1046
|
+
const NielsenConfigurationFilterSensitiveLog = (obj) => ({
|
|
1047
|
+
...obj,
|
|
1048
|
+
});
|
|
1049
|
+
exports.NielsenConfigurationFilterSensitiveLog = NielsenConfigurationFilterSensitiveLog;
|
|
1050
|
+
const TimecodeConfigFilterSensitiveLog = (obj) => ({
|
|
1051
|
+
...obj,
|
|
1052
|
+
});
|
|
1053
|
+
exports.TimecodeConfigFilterSensitiveLog = TimecodeConfigFilterSensitiveLog;
|
|
1054
|
+
const EncoderSettingsFilterSensitiveLog = (obj) => ({
|
|
1055
|
+
...obj,
|
|
1056
|
+
});
|
|
1057
|
+
exports.EncoderSettingsFilterSensitiveLog = EncoderSettingsFilterSensitiveLog;
|
|
1058
|
+
const ChannelFilterSensitiveLog = (obj) => ({
|
|
1059
|
+
...obj,
|
|
1060
|
+
});
|
|
1061
|
+
exports.ChannelFilterSensitiveLog = ChannelFilterSensitiveLog;
|
|
1062
|
+
const ClaimDeviceRequestFilterSensitiveLog = (obj) => ({
|
|
1063
|
+
...obj,
|
|
1064
|
+
});
|
|
1065
|
+
exports.ClaimDeviceRequestFilterSensitiveLog = ClaimDeviceRequestFilterSensitiveLog;
|
|
1066
|
+
const ClaimDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
1067
|
+
...obj,
|
|
1068
|
+
});
|
|
1069
|
+
exports.ClaimDeviceResponseFilterSensitiveLog = ClaimDeviceResponseFilterSensitiveLog;
|
|
1070
|
+
const MaintenanceCreateSettingsFilterSensitiveLog = (obj) => ({
|
|
1071
|
+
...obj,
|
|
1072
|
+
});
|
|
1073
|
+
exports.MaintenanceCreateSettingsFilterSensitiveLog = MaintenanceCreateSettingsFilterSensitiveLog;
|
|
1074
|
+
const VpcOutputSettingsFilterSensitiveLog = (obj) => ({
|
|
1075
|
+
...obj,
|
|
1076
|
+
});
|
|
1077
|
+
exports.VpcOutputSettingsFilterSensitiveLog = VpcOutputSettingsFilterSensitiveLog;
|
|
1078
|
+
const CreateChannelRequestFilterSensitiveLog = (obj) => ({
|
|
1079
|
+
...obj,
|
|
1080
|
+
});
|
|
1081
|
+
exports.CreateChannelRequestFilterSensitiveLog = CreateChannelRequestFilterSensitiveLog;
|
|
1082
|
+
const CreateChannelResponseFilterSensitiveLog = (obj) => ({
|
|
1083
|
+
...obj,
|
|
1084
|
+
});
|
|
1085
|
+
exports.CreateChannelResponseFilterSensitiveLog = CreateChannelResponseFilterSensitiveLog;
|
|
1086
|
+
const InputVpcRequestFilterSensitiveLog = (obj) => ({
|
|
1087
|
+
...obj,
|
|
1088
|
+
});
|
|
1089
|
+
exports.InputVpcRequestFilterSensitiveLog = InputVpcRequestFilterSensitiveLog;
|
|
1090
|
+
const CreateInputRequestFilterSensitiveLog = (obj) => ({
|
|
1091
|
+
...obj,
|
|
1092
|
+
});
|
|
1093
|
+
exports.CreateInputRequestFilterSensitiveLog = CreateInputRequestFilterSensitiveLog;
|
|
1094
|
+
const CreateInputResponseFilterSensitiveLog = (obj) => ({
|
|
1095
|
+
...obj,
|
|
1096
|
+
});
|
|
1097
|
+
exports.CreateInputResponseFilterSensitiveLog = CreateInputResponseFilterSensitiveLog;
|
|
1098
|
+
const CreateInputSecurityGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1099
|
+
...obj,
|
|
1100
|
+
});
|
|
1101
|
+
exports.CreateInputSecurityGroupRequestFilterSensitiveLog = CreateInputSecurityGroupRequestFilterSensitiveLog;
|
|
1102
|
+
const CreateInputSecurityGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1103
|
+
...obj,
|
|
1104
|
+
});
|
|
1105
|
+
exports.CreateInputSecurityGroupResponseFilterSensitiveLog = CreateInputSecurityGroupResponseFilterSensitiveLog;
|
|
1106
|
+
const MultiplexSettingsFilterSensitiveLog = (obj) => ({
|
|
1107
|
+
...obj,
|
|
1108
|
+
});
|
|
1109
|
+
exports.MultiplexSettingsFilterSensitiveLog = MultiplexSettingsFilterSensitiveLog;
|
|
1110
|
+
const CreateMultiplexRequestFilterSensitiveLog = (obj) => ({
|
|
1111
|
+
...obj,
|
|
1112
|
+
});
|
|
1113
|
+
exports.CreateMultiplexRequestFilterSensitiveLog = CreateMultiplexRequestFilterSensitiveLog;
|
|
1114
|
+
const MultiplexFilterSensitiveLog = (obj) => ({
|
|
1115
|
+
...obj,
|
|
1116
|
+
});
|
|
1117
|
+
exports.MultiplexFilterSensitiveLog = MultiplexFilterSensitiveLog;
|
|
1118
|
+
const CreateMultiplexResponseFilterSensitiveLog = (obj) => ({
|
|
1119
|
+
...obj,
|
|
1120
|
+
});
|
|
1121
|
+
exports.CreateMultiplexResponseFilterSensitiveLog = CreateMultiplexResponseFilterSensitiveLog;
|
|
1122
|
+
const MultiplexProgramServiceDescriptorFilterSensitiveLog = (obj) => ({
|
|
1123
|
+
...obj,
|
|
1124
|
+
});
|
|
1125
|
+
exports.MultiplexProgramServiceDescriptorFilterSensitiveLog = MultiplexProgramServiceDescriptorFilterSensitiveLog;
|
|
1126
|
+
const MultiplexStatmuxVideoSettingsFilterSensitiveLog = (obj) => ({
|
|
1127
|
+
...obj,
|
|
1128
|
+
});
|
|
1129
|
+
exports.MultiplexStatmuxVideoSettingsFilterSensitiveLog = MultiplexStatmuxVideoSettingsFilterSensitiveLog;
|
|
1130
|
+
const MultiplexVideoSettingsFilterSensitiveLog = (obj) => ({
|
|
1131
|
+
...obj,
|
|
1132
|
+
});
|
|
1133
|
+
exports.MultiplexVideoSettingsFilterSensitiveLog = MultiplexVideoSettingsFilterSensitiveLog;
|
|
1134
|
+
const MultiplexProgramSettingsFilterSensitiveLog = (obj) => ({
|
|
1135
|
+
...obj,
|
|
1136
|
+
});
|
|
1137
|
+
exports.MultiplexProgramSettingsFilterSensitiveLog = MultiplexProgramSettingsFilterSensitiveLog;
|
|
1138
|
+
const CreateMultiplexProgramRequestFilterSensitiveLog = (obj) => ({
|
|
1139
|
+
...obj,
|
|
1140
|
+
});
|
|
1141
|
+
exports.CreateMultiplexProgramRequestFilterSensitiveLog = CreateMultiplexProgramRequestFilterSensitiveLog;
|
|
1142
|
+
const MultiplexProgramPacketIdentifiersMapFilterSensitiveLog = (obj) => ({
|
|
1143
|
+
...obj,
|
|
1144
|
+
});
|
|
1145
|
+
exports.MultiplexProgramPacketIdentifiersMapFilterSensitiveLog = MultiplexProgramPacketIdentifiersMapFilterSensitiveLog;
|
|
1146
|
+
const MultiplexProgramFilterSensitiveLog = (obj) => ({
|
|
1147
|
+
...obj,
|
|
1148
|
+
});
|
|
1149
|
+
exports.MultiplexProgramFilterSensitiveLog = MultiplexProgramFilterSensitiveLog;
|
|
1150
|
+
const CreateMultiplexProgramResponseFilterSensitiveLog = (obj) => ({
|
|
1151
|
+
...obj,
|
|
1152
|
+
});
|
|
1153
|
+
exports.CreateMultiplexProgramResponseFilterSensitiveLog = CreateMultiplexProgramResponseFilterSensitiveLog;
|
|
1154
|
+
const CreatePartnerInputRequestFilterSensitiveLog = (obj) => ({
|
|
1155
|
+
...obj,
|
|
1156
|
+
});
|
|
1157
|
+
exports.CreatePartnerInputRequestFilterSensitiveLog = CreatePartnerInputRequestFilterSensitiveLog;
|
|
1158
|
+
const CreatePartnerInputResponseFilterSensitiveLog = (obj) => ({
|
|
1159
|
+
...obj,
|
|
1160
|
+
});
|
|
1161
|
+
exports.CreatePartnerInputResponseFilterSensitiveLog = CreatePartnerInputResponseFilterSensitiveLog;
|
|
1162
|
+
const CreateTagsRequestFilterSensitiveLog = (obj) => ({
|
|
1163
|
+
...obj,
|
|
1164
|
+
});
|
|
1165
|
+
exports.CreateTagsRequestFilterSensitiveLog = CreateTagsRequestFilterSensitiveLog;
|
|
1166
|
+
const DeleteChannelRequestFilterSensitiveLog = (obj) => ({
|
|
1167
|
+
...obj,
|
|
1168
|
+
});
|
|
1169
|
+
exports.DeleteChannelRequestFilterSensitiveLog = DeleteChannelRequestFilterSensitiveLog;
|
|
1170
|
+
const DeleteChannelResponseFilterSensitiveLog = (obj) => ({
|
|
1171
|
+
...obj,
|
|
1172
|
+
});
|
|
1173
|
+
exports.DeleteChannelResponseFilterSensitiveLog = DeleteChannelResponseFilterSensitiveLog;
|
|
1174
|
+
const DeleteInputRequestFilterSensitiveLog = (obj) => ({
|
|
1175
|
+
...obj,
|
|
1176
|
+
});
|
|
1177
|
+
exports.DeleteInputRequestFilterSensitiveLog = DeleteInputRequestFilterSensitiveLog;
|
|
1178
|
+
const DeleteInputResponseFilterSensitiveLog = (obj) => ({
|
|
1179
|
+
...obj,
|
|
1180
|
+
});
|
|
1181
|
+
exports.DeleteInputResponseFilterSensitiveLog = DeleteInputResponseFilterSensitiveLog;
|
|
1182
|
+
const DeleteInputSecurityGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1183
|
+
...obj,
|
|
1184
|
+
});
|
|
1185
|
+
exports.DeleteInputSecurityGroupRequestFilterSensitiveLog = DeleteInputSecurityGroupRequestFilterSensitiveLog;
|
|
1186
|
+
const DeleteInputSecurityGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1187
|
+
...obj,
|
|
1188
|
+
});
|
|
1189
|
+
exports.DeleteInputSecurityGroupResponseFilterSensitiveLog = DeleteInputSecurityGroupResponseFilterSensitiveLog;
|
|
1190
|
+
const DeleteMultiplexRequestFilterSensitiveLog = (obj) => ({
|
|
1191
|
+
...obj,
|
|
1192
|
+
});
|
|
1193
|
+
exports.DeleteMultiplexRequestFilterSensitiveLog = DeleteMultiplexRequestFilterSensitiveLog;
|
|
1194
|
+
const DeleteMultiplexResponseFilterSensitiveLog = (obj) => ({
|
|
1195
|
+
...obj,
|
|
1196
|
+
});
|
|
1197
|
+
exports.DeleteMultiplexResponseFilterSensitiveLog = DeleteMultiplexResponseFilterSensitiveLog;
|
|
1198
|
+
const DeleteMultiplexProgramRequestFilterSensitiveLog = (obj) => ({
|
|
1199
|
+
...obj,
|
|
1200
|
+
});
|
|
1201
|
+
exports.DeleteMultiplexProgramRequestFilterSensitiveLog = DeleteMultiplexProgramRequestFilterSensitiveLog;
|
|
1202
|
+
const DeleteMultiplexProgramResponseFilterSensitiveLog = (obj) => ({
|
|
1203
|
+
...obj,
|
|
1204
|
+
});
|
|
1205
|
+
exports.DeleteMultiplexProgramResponseFilterSensitiveLog = DeleteMultiplexProgramResponseFilterSensitiveLog;
|
|
1206
|
+
const DeleteReservationRequestFilterSensitiveLog = (obj) => ({
|
|
1207
|
+
...obj,
|
|
1208
|
+
});
|
|
1209
|
+
exports.DeleteReservationRequestFilterSensitiveLog = DeleteReservationRequestFilterSensitiveLog;
|
|
1210
|
+
const DeleteReservationResponseFilterSensitiveLog = (obj) => ({
|
|
1211
|
+
...obj,
|
|
1212
|
+
});
|
|
1213
|
+
exports.DeleteReservationResponseFilterSensitiveLog = DeleteReservationResponseFilterSensitiveLog;
|
|
1214
|
+
const DeleteScheduleRequestFilterSensitiveLog = (obj) => ({
|
|
1215
|
+
...obj,
|
|
1216
|
+
});
|
|
1217
|
+
exports.DeleteScheduleRequestFilterSensitiveLog = DeleteScheduleRequestFilterSensitiveLog;
|
|
1218
|
+
const DeleteScheduleResponseFilterSensitiveLog = (obj) => ({
|
|
1219
|
+
...obj,
|
|
1220
|
+
});
|
|
1221
|
+
exports.DeleteScheduleResponseFilterSensitiveLog = DeleteScheduleResponseFilterSensitiveLog;
|
|
1222
|
+
const DeleteTagsRequestFilterSensitiveLog = (obj) => ({
|
|
1223
|
+
...obj,
|
|
1224
|
+
});
|
|
1225
|
+
exports.DeleteTagsRequestFilterSensitiveLog = DeleteTagsRequestFilterSensitiveLog;
|
|
1226
|
+
const DescribeChannelRequestFilterSensitiveLog = (obj) => ({
|
|
1227
|
+
...obj,
|
|
1228
|
+
});
|
|
1229
|
+
exports.DescribeChannelRequestFilterSensitiveLog = DescribeChannelRequestFilterSensitiveLog;
|
|
1230
|
+
const DescribeChannelResponseFilterSensitiveLog = (obj) => ({
|
|
1231
|
+
...obj,
|
|
1232
|
+
});
|
|
1233
|
+
exports.DescribeChannelResponseFilterSensitiveLog = DescribeChannelResponseFilterSensitiveLog;
|
|
1234
|
+
const DescribeInputRequestFilterSensitiveLog = (obj) => ({
|
|
1235
|
+
...obj,
|
|
1236
|
+
});
|
|
1237
|
+
exports.DescribeInputRequestFilterSensitiveLog = DescribeInputRequestFilterSensitiveLog;
|
|
1238
|
+
const DescribeInputResponseFilterSensitiveLog = (obj) => ({
|
|
1239
|
+
...obj,
|
|
1240
|
+
});
|
|
1241
|
+
exports.DescribeInputResponseFilterSensitiveLog = DescribeInputResponseFilterSensitiveLog;
|
|
1242
|
+
const DescribeInputDeviceRequestFilterSensitiveLog = (obj) => ({
|
|
1243
|
+
...obj,
|
|
1244
|
+
});
|
|
1245
|
+
exports.DescribeInputDeviceRequestFilterSensitiveLog = DescribeInputDeviceRequestFilterSensitiveLog;
|
|
1246
|
+
const DescribeInputDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
1247
|
+
...obj,
|
|
1248
|
+
});
|
|
1249
|
+
exports.DescribeInputDeviceResponseFilterSensitiveLog = DescribeInputDeviceResponseFilterSensitiveLog;
|
|
1250
|
+
const DescribeInputDeviceThumbnailRequestFilterSensitiveLog = (obj) => ({
|
|
1251
|
+
...obj,
|
|
1252
|
+
});
|
|
1253
|
+
exports.DescribeInputDeviceThumbnailRequestFilterSensitiveLog = DescribeInputDeviceThumbnailRequestFilterSensitiveLog;
|
|
1254
|
+
const DescribeInputDeviceThumbnailResponseFilterSensitiveLog = (obj) => ({
|
|
1255
|
+
...obj,
|
|
1256
|
+
});
|
|
1257
|
+
exports.DescribeInputDeviceThumbnailResponseFilterSensitiveLog = DescribeInputDeviceThumbnailResponseFilterSensitiveLog;
|
|
1258
|
+
const DescribeInputSecurityGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1259
|
+
...obj,
|
|
1260
|
+
});
|
|
1261
|
+
exports.DescribeInputSecurityGroupRequestFilterSensitiveLog = DescribeInputSecurityGroupRequestFilterSensitiveLog;
|
|
1262
|
+
const DescribeInputSecurityGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1263
|
+
...obj,
|
|
1264
|
+
});
|
|
1265
|
+
exports.DescribeInputSecurityGroupResponseFilterSensitiveLog = DescribeInputSecurityGroupResponseFilterSensitiveLog;
|
|
1266
|
+
const DescribeMultiplexRequestFilterSensitiveLog = (obj) => ({
|
|
1267
|
+
...obj,
|
|
1268
|
+
});
|
|
1269
|
+
exports.DescribeMultiplexRequestFilterSensitiveLog = DescribeMultiplexRequestFilterSensitiveLog;
|
|
1270
|
+
const DescribeMultiplexResponseFilterSensitiveLog = (obj) => ({
|
|
1271
|
+
...obj,
|
|
1272
|
+
});
|
|
1273
|
+
exports.DescribeMultiplexResponseFilterSensitiveLog = DescribeMultiplexResponseFilterSensitiveLog;
|
|
1274
|
+
const DescribeMultiplexProgramRequestFilterSensitiveLog = (obj) => ({
|
|
1275
|
+
...obj,
|
|
1276
|
+
});
|
|
1277
|
+
exports.DescribeMultiplexProgramRequestFilterSensitiveLog = DescribeMultiplexProgramRequestFilterSensitiveLog;
|
|
1278
|
+
const DescribeMultiplexProgramResponseFilterSensitiveLog = (obj) => ({
|
|
1279
|
+
...obj,
|
|
1280
|
+
});
|
|
1281
|
+
exports.DescribeMultiplexProgramResponseFilterSensitiveLog = DescribeMultiplexProgramResponseFilterSensitiveLog;
|
|
1282
|
+
const DescribeOfferingRequestFilterSensitiveLog = (obj) => ({
|
|
1283
|
+
...obj,
|
|
1284
|
+
});
|
|
1285
|
+
exports.DescribeOfferingRequestFilterSensitiveLog = DescribeOfferingRequestFilterSensitiveLog;
|
|
1286
|
+
const DescribeOfferingResponseFilterSensitiveLog = (obj) => ({
|
|
1287
|
+
...obj,
|
|
1288
|
+
});
|
|
1289
|
+
exports.DescribeOfferingResponseFilterSensitiveLog = DescribeOfferingResponseFilterSensitiveLog;
|
|
1290
|
+
const DescribeReservationRequestFilterSensitiveLog = (obj) => ({
|
|
1291
|
+
...obj,
|
|
1292
|
+
});
|
|
1293
|
+
exports.DescribeReservationRequestFilterSensitiveLog = DescribeReservationRequestFilterSensitiveLog;
|
|
1294
|
+
const DescribeReservationResponseFilterSensitiveLog = (obj) => ({
|
|
1295
|
+
...obj,
|
|
1296
|
+
});
|
|
1297
|
+
exports.DescribeReservationResponseFilterSensitiveLog = DescribeReservationResponseFilterSensitiveLog;
|
|
1298
|
+
const DescribeScheduleRequestFilterSensitiveLog = (obj) => ({
|
|
1299
|
+
...obj,
|
|
1300
|
+
});
|
|
1301
|
+
exports.DescribeScheduleRequestFilterSensitiveLog = DescribeScheduleRequestFilterSensitiveLog;
|
|
1302
|
+
const DescribeScheduleResponseFilterSensitiveLog = (obj) => ({
|
|
1303
|
+
...obj,
|
|
1304
|
+
});
|
|
1305
|
+
exports.DescribeScheduleResponseFilterSensitiveLog = DescribeScheduleResponseFilterSensitiveLog;
|
|
1306
|
+
const InputDeviceConfigurableSettingsFilterSensitiveLog = (obj) => ({
|
|
1307
|
+
...obj,
|
|
1308
|
+
});
|
|
1309
|
+
exports.InputDeviceConfigurableSettingsFilterSensitiveLog = InputDeviceConfigurableSettingsFilterSensitiveLog;
|
|
1310
|
+
const ListChannelsRequestFilterSensitiveLog = (obj) => ({
|
|
1311
|
+
...obj,
|
|
1312
|
+
});
|
|
1313
|
+
exports.ListChannelsRequestFilterSensitiveLog = ListChannelsRequestFilterSensitiveLog;
|
|
1314
|
+
const ListChannelsResponseFilterSensitiveLog = (obj) => ({
|
|
1315
|
+
...obj,
|
|
1316
|
+
});
|
|
1317
|
+
exports.ListChannelsResponseFilterSensitiveLog = ListChannelsResponseFilterSensitiveLog;
|
|
1318
|
+
const ListInputDevicesRequestFilterSensitiveLog = (obj) => ({
|
|
1319
|
+
...obj,
|
|
1320
|
+
});
|
|
1321
|
+
exports.ListInputDevicesRequestFilterSensitiveLog = ListInputDevicesRequestFilterSensitiveLog;
|
|
1322
|
+
const ListInputDevicesResponseFilterSensitiveLog = (obj) => ({
|
|
1323
|
+
...obj,
|
|
1324
|
+
});
|
|
1325
|
+
exports.ListInputDevicesResponseFilterSensitiveLog = ListInputDevicesResponseFilterSensitiveLog;
|
|
1326
|
+
const ListInputDeviceTransfersRequestFilterSensitiveLog = (obj) => ({
|
|
1327
|
+
...obj,
|
|
1328
|
+
});
|
|
1329
|
+
exports.ListInputDeviceTransfersRequestFilterSensitiveLog = ListInputDeviceTransfersRequestFilterSensitiveLog;
|
|
1330
|
+
const ListInputDeviceTransfersResponseFilterSensitiveLog = (obj) => ({
|
|
1331
|
+
...obj,
|
|
1332
|
+
});
|
|
1333
|
+
exports.ListInputDeviceTransfersResponseFilterSensitiveLog = ListInputDeviceTransfersResponseFilterSensitiveLog;
|
|
1334
|
+
const ListInputsRequestFilterSensitiveLog = (obj) => ({
|
|
1335
|
+
...obj,
|
|
1336
|
+
});
|
|
1337
|
+
exports.ListInputsRequestFilterSensitiveLog = ListInputsRequestFilterSensitiveLog;
|
|
1338
|
+
const ListInputsResponseFilterSensitiveLog = (obj) => ({
|
|
1339
|
+
...obj,
|
|
1340
|
+
});
|
|
1341
|
+
exports.ListInputsResponseFilterSensitiveLog = ListInputsResponseFilterSensitiveLog;
|
|
1342
|
+
const ListInputSecurityGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
1343
|
+
...obj,
|
|
1344
|
+
});
|
|
1345
|
+
exports.ListInputSecurityGroupsRequestFilterSensitiveLog = ListInputSecurityGroupsRequestFilterSensitiveLog;
|
|
1346
|
+
const ListInputSecurityGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
1347
|
+
...obj,
|
|
1348
|
+
});
|
|
1349
|
+
exports.ListInputSecurityGroupsResponseFilterSensitiveLog = ListInputSecurityGroupsResponseFilterSensitiveLog;
|
|
1350
|
+
const ListMultiplexesRequestFilterSensitiveLog = (obj) => ({
|
|
1351
|
+
...obj,
|
|
1352
|
+
});
|
|
1353
|
+
exports.ListMultiplexesRequestFilterSensitiveLog = ListMultiplexesRequestFilterSensitiveLog;
|
|
1354
|
+
const ListMultiplexesResponseFilterSensitiveLog = (obj) => ({
|
|
1355
|
+
...obj,
|
|
1356
|
+
});
|
|
1357
|
+
exports.ListMultiplexesResponseFilterSensitiveLog = ListMultiplexesResponseFilterSensitiveLog;
|
|
1358
|
+
const ListMultiplexProgramsRequestFilterSensitiveLog = (obj) => ({
|
|
1359
|
+
...obj,
|
|
1360
|
+
});
|
|
1361
|
+
exports.ListMultiplexProgramsRequestFilterSensitiveLog = ListMultiplexProgramsRequestFilterSensitiveLog;
|
|
1362
|
+
const ListMultiplexProgramsResponseFilterSensitiveLog = (obj) => ({
|
|
1363
|
+
...obj,
|
|
1364
|
+
});
|
|
1365
|
+
exports.ListMultiplexProgramsResponseFilterSensitiveLog = ListMultiplexProgramsResponseFilterSensitiveLog;
|
|
1366
|
+
const ListOfferingsRequestFilterSensitiveLog = (obj) => ({
|
|
1367
|
+
...obj,
|
|
1368
|
+
});
|
|
1369
|
+
exports.ListOfferingsRequestFilterSensitiveLog = ListOfferingsRequestFilterSensitiveLog;
|
|
1370
|
+
const ListOfferingsResponseFilterSensitiveLog = (obj) => ({
|
|
1371
|
+
...obj,
|
|
1372
|
+
});
|
|
1373
|
+
exports.ListOfferingsResponseFilterSensitiveLog = ListOfferingsResponseFilterSensitiveLog;
|
|
1374
|
+
const ListReservationsRequestFilterSensitiveLog = (obj) => ({
|
|
1375
|
+
...obj,
|
|
1376
|
+
});
|
|
1377
|
+
exports.ListReservationsRequestFilterSensitiveLog = ListReservationsRequestFilterSensitiveLog;
|
|
1378
|
+
const ListReservationsResponseFilterSensitiveLog = (obj) => ({
|
|
1379
|
+
...obj,
|
|
1380
|
+
});
|
|
1381
|
+
exports.ListReservationsResponseFilterSensitiveLog = ListReservationsResponseFilterSensitiveLog;
|
|
1382
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1383
|
+
...obj,
|
|
1384
|
+
});
|
|
1385
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
1386
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1387
|
+
...obj,
|
|
1388
|
+
});
|
|
1389
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
1390
|
+
const MaintenanceUpdateSettingsFilterSensitiveLog = (obj) => ({
|
|
1391
|
+
...obj,
|
|
1392
|
+
});
|
|
1393
|
+
exports.MaintenanceUpdateSettingsFilterSensitiveLog = MaintenanceUpdateSettingsFilterSensitiveLog;
|
|
1394
|
+
const PurchaseOfferingRequestFilterSensitiveLog = (obj) => ({
|
|
1395
|
+
...obj,
|
|
1396
|
+
});
|
|
1397
|
+
exports.PurchaseOfferingRequestFilterSensitiveLog = PurchaseOfferingRequestFilterSensitiveLog;
|
|
1398
|
+
const PurchaseOfferingResponseFilterSensitiveLog = (obj) => ({
|
|
1399
|
+
...obj,
|
|
1400
|
+
});
|
|
1401
|
+
exports.PurchaseOfferingResponseFilterSensitiveLog = PurchaseOfferingResponseFilterSensitiveLog;
|
|
1402
|
+
const RebootInputDeviceRequestFilterSensitiveLog = (obj) => ({
|
|
1403
|
+
...obj,
|
|
1404
|
+
});
|
|
1405
|
+
exports.RebootInputDeviceRequestFilterSensitiveLog = RebootInputDeviceRequestFilterSensitiveLog;
|
|
1406
|
+
const RebootInputDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
1407
|
+
...obj,
|
|
1408
|
+
});
|
|
1409
|
+
exports.RebootInputDeviceResponseFilterSensitiveLog = RebootInputDeviceResponseFilterSensitiveLog;
|
|
1410
|
+
const RejectInputDeviceTransferRequestFilterSensitiveLog = (obj) => ({
|
|
1411
|
+
...obj,
|
|
1412
|
+
});
|
|
1413
|
+
exports.RejectInputDeviceTransferRequestFilterSensitiveLog = RejectInputDeviceTransferRequestFilterSensitiveLog;
|
|
1414
|
+
const RejectInputDeviceTransferResponseFilterSensitiveLog = (obj) => ({
|
|
1415
|
+
...obj,
|
|
1416
|
+
});
|
|
1417
|
+
exports.RejectInputDeviceTransferResponseFilterSensitiveLog = RejectInputDeviceTransferResponseFilterSensitiveLog;
|
|
1418
|
+
const StartChannelRequestFilterSensitiveLog = (obj) => ({
|
|
1419
|
+
...obj,
|
|
1420
|
+
});
|
|
1421
|
+
exports.StartChannelRequestFilterSensitiveLog = StartChannelRequestFilterSensitiveLog;
|
|
1422
|
+
const StartChannelResponseFilterSensitiveLog = (obj) => ({
|
|
1423
|
+
...obj,
|
|
1424
|
+
});
|
|
1425
|
+
exports.StartChannelResponseFilterSensitiveLog = StartChannelResponseFilterSensitiveLog;
|
|
1426
|
+
const StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog = (obj) => ({
|
|
1427
|
+
...obj,
|
|
1428
|
+
});
|
|
1429
|
+
exports.StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog = StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog;
|
|
1430
|
+
const StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog = (obj) => ({
|
|
1431
|
+
...obj,
|
|
1432
|
+
});
|
|
1433
|
+
exports.StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog = StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog;
|
|
1434
|
+
const StartMultiplexRequestFilterSensitiveLog = (obj) => ({
|
|
1435
|
+
...obj,
|
|
1436
|
+
});
|
|
1437
|
+
exports.StartMultiplexRequestFilterSensitiveLog = StartMultiplexRequestFilterSensitiveLog;
|
|
1438
|
+
const StartMultiplexResponseFilterSensitiveLog = (obj) => ({
|
|
1439
|
+
...obj,
|
|
1440
|
+
});
|
|
1441
|
+
exports.StartMultiplexResponseFilterSensitiveLog = StartMultiplexResponseFilterSensitiveLog;
|
|
1442
|
+
const StopChannelRequestFilterSensitiveLog = (obj) => ({
|
|
1443
|
+
...obj,
|
|
1444
|
+
});
|
|
1445
|
+
exports.StopChannelRequestFilterSensitiveLog = StopChannelRequestFilterSensitiveLog;
|
|
1446
|
+
const StopChannelResponseFilterSensitiveLog = (obj) => ({
|
|
1447
|
+
...obj,
|
|
1448
|
+
});
|
|
1449
|
+
exports.StopChannelResponseFilterSensitiveLog = StopChannelResponseFilterSensitiveLog;
|
|
1450
|
+
const StopMultiplexRequestFilterSensitiveLog = (obj) => ({
|
|
1451
|
+
...obj,
|
|
1452
|
+
});
|
|
1453
|
+
exports.StopMultiplexRequestFilterSensitiveLog = StopMultiplexRequestFilterSensitiveLog;
|
|
1454
|
+
const StopMultiplexResponseFilterSensitiveLog = (obj) => ({
|
|
1455
|
+
...obj,
|
|
1456
|
+
});
|
|
1457
|
+
exports.StopMultiplexResponseFilterSensitiveLog = StopMultiplexResponseFilterSensitiveLog;
|
|
1458
|
+
const TransferInputDeviceRequestFilterSensitiveLog = (obj) => ({
|
|
1459
|
+
...obj,
|
|
1460
|
+
});
|
|
1461
|
+
exports.TransferInputDeviceRequestFilterSensitiveLog = TransferInputDeviceRequestFilterSensitiveLog;
|
|
1462
|
+
const TransferInputDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
1463
|
+
...obj,
|
|
1464
|
+
});
|
|
1465
|
+
exports.TransferInputDeviceResponseFilterSensitiveLog = TransferInputDeviceResponseFilterSensitiveLog;
|
|
1466
|
+
const UpdateChannelRequestFilterSensitiveLog = (obj) => ({
|
|
1467
|
+
...obj,
|
|
1468
|
+
});
|
|
1469
|
+
exports.UpdateChannelRequestFilterSensitiveLog = UpdateChannelRequestFilterSensitiveLog;
|
|
1470
|
+
const UpdateChannelResponseFilterSensitiveLog = (obj) => ({
|
|
1471
|
+
...obj,
|
|
1472
|
+
});
|
|
1473
|
+
exports.UpdateChannelResponseFilterSensitiveLog = UpdateChannelResponseFilterSensitiveLog;
|
|
1474
|
+
const UpdateChannelClassRequestFilterSensitiveLog = (obj) => ({
|
|
1475
|
+
...obj,
|
|
1476
|
+
});
|
|
1477
|
+
exports.UpdateChannelClassRequestFilterSensitiveLog = UpdateChannelClassRequestFilterSensitiveLog;
|
|
1478
|
+
const UpdateChannelClassResponseFilterSensitiveLog = (obj) => ({
|
|
1479
|
+
...obj,
|
|
1480
|
+
});
|
|
1481
|
+
exports.UpdateChannelClassResponseFilterSensitiveLog = UpdateChannelClassResponseFilterSensitiveLog;
|
|
1482
|
+
const UpdateInputRequestFilterSensitiveLog = (obj) => ({
|
|
1483
|
+
...obj,
|
|
1484
|
+
});
|
|
1485
|
+
exports.UpdateInputRequestFilterSensitiveLog = UpdateInputRequestFilterSensitiveLog;
|