@aws-sdk/client-medialive 3.136.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 +11 -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 +2 -2
- package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/StartChannelCommand.js +2 -2
- package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +2 -2
- 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 +2 -2
- package/dist-cjs/commands/UpdateInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +2 -2
- 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/models/models_0.js +574 -858
- package/dist-cjs/models/models_1.js +774 -1158
- package/dist-cjs/models/models_2.js +45 -67
- 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 +3 -3
- package/dist-es/commands/RejectInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/StartChannelCommand.js +3 -3
- package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +3 -3
- 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 -4
- 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/models/models_0.js +142 -568
- package/dist-es/models/models_1.js +192 -768
- package/dist-es/models/models_2.js +11 -44
- package/dist-types/models/models_0.d.ts +568 -852
- package/dist-types/models/models_1.d.ts +768 -1152
- package/dist-types/models/models_2.d.ts +44 -66
- package/dist-types/ts3.4/models/models_0.d.ts +284 -568
- package/dist-types/ts3.4/models/models_1.d.ts +384 -768
- package/dist-types/ts3.4/models/models_2.d.ts +22 -44
- package/package.json +6 -6
|
@@ -11,14 +11,6 @@ export var HlsTsFileMode;
|
|
|
11
11
|
HlsTsFileMode["SEGMENTED_FILES"] = "SEGMENTED_FILES";
|
|
12
12
|
HlsTsFileMode["SINGLE_FILE"] = "SINGLE_FILE";
|
|
13
13
|
})(HlsTsFileMode || (HlsTsFileMode = {}));
|
|
14
|
-
export var HlsGroupSettings;
|
|
15
|
-
(function (HlsGroupSettings) {
|
|
16
|
-
HlsGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
|
-
})(HlsGroupSettings || (HlsGroupSettings = {}));
|
|
18
|
-
export var MediaPackageGroupSettings;
|
|
19
|
-
(function (MediaPackageGroupSettings) {
|
|
20
|
-
MediaPackageGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
|
-
})(MediaPackageGroupSettings || (MediaPackageGroupSettings = {}));
|
|
22
14
|
export var SmoothGroupAudioOnlyTimecodeControl;
|
|
23
15
|
(function (SmoothGroupAudioOnlyTimecodeControl) {
|
|
24
16
|
SmoothGroupAudioOnlyTimecodeControl["PASSTHROUGH"] = "PASSTHROUGH";
|
|
@@ -66,14 +58,6 @@ export var SmoothGroupTimestampOffsetMode;
|
|
|
66
58
|
SmoothGroupTimestampOffsetMode["USE_CONFIGURED_OFFSET"] = "USE_CONFIGURED_OFFSET";
|
|
67
59
|
SmoothGroupTimestampOffsetMode["USE_EVENT_START_DATE"] = "USE_EVENT_START_DATE";
|
|
68
60
|
})(SmoothGroupTimestampOffsetMode || (SmoothGroupTimestampOffsetMode = {}));
|
|
69
|
-
export var MsSmoothGroupSettings;
|
|
70
|
-
(function (MsSmoothGroupSettings) {
|
|
71
|
-
MsSmoothGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
|
-
})(MsSmoothGroupSettings || (MsSmoothGroupSettings = {}));
|
|
73
|
-
export var MultiplexGroupSettings;
|
|
74
|
-
(function (MultiplexGroupSettings) {
|
|
75
|
-
MultiplexGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
76
|
-
})(MultiplexGroupSettings || (MultiplexGroupSettings = {}));
|
|
77
61
|
export var RtmpAdMarkers;
|
|
78
62
|
(function (RtmpAdMarkers) {
|
|
79
63
|
RtmpAdMarkers["ON_CUE_POINT_SCTE35"] = "ON_CUE_POINT_SCTE35";
|
|
@@ -99,10 +83,6 @@ export var InputLossActionForRtmpOut;
|
|
|
99
83
|
InputLossActionForRtmpOut["EMIT_OUTPUT"] = "EMIT_OUTPUT";
|
|
100
84
|
InputLossActionForRtmpOut["PAUSE_OUTPUT"] = "PAUSE_OUTPUT";
|
|
101
85
|
})(InputLossActionForRtmpOut || (InputLossActionForRtmpOut = {}));
|
|
102
|
-
export var RtmpGroupSettings;
|
|
103
|
-
(function (RtmpGroupSettings) {
|
|
104
|
-
RtmpGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
|
-
})(RtmpGroupSettings || (RtmpGroupSettings = {}));
|
|
106
86
|
export var InputLossActionForUdpOut;
|
|
107
87
|
(function (InputLossActionForUdpOut) {
|
|
108
88
|
InputLossActionForUdpOut["DROP_PROGRAM"] = "DROP_PROGRAM";
|
|
@@ -115,41 +95,17 @@ export var UdpTimedMetadataId3Frame;
|
|
|
115
95
|
UdpTimedMetadataId3Frame["PRIV"] = "PRIV";
|
|
116
96
|
UdpTimedMetadataId3Frame["TDRL"] = "TDRL";
|
|
117
97
|
})(UdpTimedMetadataId3Frame || (UdpTimedMetadataId3Frame = {}));
|
|
118
|
-
export var UdpGroupSettings;
|
|
119
|
-
(function (UdpGroupSettings) {
|
|
120
|
-
UdpGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
-
})(UdpGroupSettings || (UdpGroupSettings = {}));
|
|
122
|
-
export var OutputGroupSettings;
|
|
123
|
-
(function (OutputGroupSettings) {
|
|
124
|
-
OutputGroupSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
-
})(OutputGroupSettings || (OutputGroupSettings = {}));
|
|
126
|
-
export var OutputGroup;
|
|
127
|
-
(function (OutputGroup) {
|
|
128
|
-
OutputGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
-
})(OutputGroup || (OutputGroup = {}));
|
|
130
|
-
export var PipelineDetail;
|
|
131
|
-
(function (PipelineDetail) {
|
|
132
|
-
PipelineDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
-
})(PipelineDetail || (PipelineDetail = {}));
|
|
134
98
|
export var PipelineId;
|
|
135
99
|
(function (PipelineId) {
|
|
136
100
|
PipelineId["PIPELINE_0"] = "PIPELINE_0";
|
|
137
101
|
PipelineId["PIPELINE_1"] = "PIPELINE_1";
|
|
138
102
|
})(PipelineId || (PipelineId = {}));
|
|
139
|
-
export var PipelinePauseStateSettings;
|
|
140
|
-
(function (PipelinePauseStateSettings) {
|
|
141
|
-
PipelinePauseStateSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
-
})(PipelinePauseStateSettings || (PipelinePauseStateSettings = {}));
|
|
143
103
|
export var ReservationAutomaticRenewal;
|
|
144
104
|
(function (ReservationAutomaticRenewal) {
|
|
145
105
|
ReservationAutomaticRenewal["DISABLED"] = "DISABLED";
|
|
146
106
|
ReservationAutomaticRenewal["ENABLED"] = "ENABLED";
|
|
147
107
|
ReservationAutomaticRenewal["UNAVAILABLE"] = "UNAVAILABLE";
|
|
148
108
|
})(ReservationAutomaticRenewal || (ReservationAutomaticRenewal = {}));
|
|
149
|
-
export var RenewalSettings;
|
|
150
|
-
(function (RenewalSettings) {
|
|
151
|
-
RenewalSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
-
})(RenewalSettings || (RenewalSettings = {}));
|
|
153
109
|
export var ReservationState;
|
|
154
110
|
(function (ReservationState) {
|
|
155
111
|
ReservationState["ACTIVE"] = "ACTIVE";
|
|
@@ -157,68 +113,16 @@ export var ReservationState;
|
|
|
157
113
|
ReservationState["DELETED"] = "DELETED";
|
|
158
114
|
ReservationState["EXPIRED"] = "EXPIRED";
|
|
159
115
|
})(ReservationState || (ReservationState = {}));
|
|
160
|
-
export var Reservation;
|
|
161
|
-
(function (Reservation) {
|
|
162
|
-
Reservation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
-
})(Reservation || (Reservation = {}));
|
|
164
|
-
export var HlsId3SegmentTaggingScheduleActionSettings;
|
|
165
|
-
(function (HlsId3SegmentTaggingScheduleActionSettings) {
|
|
166
|
-
HlsId3SegmentTaggingScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
-
})(HlsId3SegmentTaggingScheduleActionSettings || (HlsId3SegmentTaggingScheduleActionSettings = {}));
|
|
168
|
-
export var HlsTimedMetadataScheduleActionSettings;
|
|
169
|
-
(function (HlsTimedMetadataScheduleActionSettings) {
|
|
170
|
-
HlsTimedMetadataScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
-
})(HlsTimedMetadataScheduleActionSettings || (HlsTimedMetadataScheduleActionSettings = {}));
|
|
172
116
|
export var InputTimecodeSource;
|
|
173
117
|
(function (InputTimecodeSource) {
|
|
174
118
|
InputTimecodeSource["EMBEDDED"] = "EMBEDDED";
|
|
175
119
|
InputTimecodeSource["ZEROBASED"] = "ZEROBASED";
|
|
176
120
|
})(InputTimecodeSource || (InputTimecodeSource = {}));
|
|
177
|
-
export var StartTimecode;
|
|
178
|
-
(function (StartTimecode) {
|
|
179
|
-
StartTimecode.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
-
})(StartTimecode || (StartTimecode = {}));
|
|
181
121
|
export var LastFrameClippingBehavior;
|
|
182
122
|
(function (LastFrameClippingBehavior) {
|
|
183
123
|
LastFrameClippingBehavior["EXCLUDE_LAST_FRAME"] = "EXCLUDE_LAST_FRAME";
|
|
184
124
|
LastFrameClippingBehavior["INCLUDE_LAST_FRAME"] = "INCLUDE_LAST_FRAME";
|
|
185
125
|
})(LastFrameClippingBehavior || (LastFrameClippingBehavior = {}));
|
|
186
|
-
export var StopTimecode;
|
|
187
|
-
(function (StopTimecode) {
|
|
188
|
-
StopTimecode.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
-
})(StopTimecode || (StopTimecode = {}));
|
|
190
|
-
export var InputClippingSettings;
|
|
191
|
-
(function (InputClippingSettings) {
|
|
192
|
-
InputClippingSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
-
})(InputClippingSettings || (InputClippingSettings = {}));
|
|
194
|
-
export var InputPrepareScheduleActionSettings;
|
|
195
|
-
(function (InputPrepareScheduleActionSettings) {
|
|
196
|
-
InputPrepareScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
-
})(InputPrepareScheduleActionSettings || (InputPrepareScheduleActionSettings = {}));
|
|
198
|
-
export var InputSwitchScheduleActionSettings;
|
|
199
|
-
(function (InputSwitchScheduleActionSettings) {
|
|
200
|
-
InputSwitchScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
-
})(InputSwitchScheduleActionSettings || (InputSwitchScheduleActionSettings = {}));
|
|
202
|
-
export var MotionGraphicsActivateScheduleActionSettings;
|
|
203
|
-
(function (MotionGraphicsActivateScheduleActionSettings) {
|
|
204
|
-
MotionGraphicsActivateScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
-
})(MotionGraphicsActivateScheduleActionSettings || (MotionGraphicsActivateScheduleActionSettings = {}));
|
|
206
|
-
export var MotionGraphicsDeactivateScheduleActionSettings;
|
|
207
|
-
(function (MotionGraphicsDeactivateScheduleActionSettings) {
|
|
208
|
-
MotionGraphicsDeactivateScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
-
})(MotionGraphicsDeactivateScheduleActionSettings || (MotionGraphicsDeactivateScheduleActionSettings = {}));
|
|
210
|
-
export var PauseStateScheduleActionSettings;
|
|
211
|
-
(function (PauseStateScheduleActionSettings) {
|
|
212
|
-
PauseStateScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
-
})(PauseStateScheduleActionSettings || (PauseStateScheduleActionSettings = {}));
|
|
214
|
-
export var Scte35ReturnToNetworkScheduleActionSettings;
|
|
215
|
-
(function (Scte35ReturnToNetworkScheduleActionSettings) {
|
|
216
|
-
Scte35ReturnToNetworkScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
-
})(Scte35ReturnToNetworkScheduleActionSettings || (Scte35ReturnToNetworkScheduleActionSettings = {}));
|
|
218
|
-
export var Scte35SpliceInsertScheduleActionSettings;
|
|
219
|
-
(function (Scte35SpliceInsertScheduleActionSettings) {
|
|
220
|
-
Scte35SpliceInsertScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
-
})(Scte35SpliceInsertScheduleActionSettings || (Scte35SpliceInsertScheduleActionSettings = {}));
|
|
222
126
|
export var Scte35ArchiveAllowedFlag;
|
|
223
127
|
(function (Scte35ArchiveAllowedFlag) {
|
|
224
128
|
Scte35ArchiveAllowedFlag["ARCHIVE_ALLOWED"] = "ARCHIVE_ALLOWED";
|
|
@@ -241,90 +145,26 @@ export var Scte35WebDeliveryAllowedFlag;
|
|
|
241
145
|
Scte35WebDeliveryAllowedFlag["WEB_DELIVERY_ALLOWED"] = "WEB_DELIVERY_ALLOWED";
|
|
242
146
|
Scte35WebDeliveryAllowedFlag["WEB_DELIVERY_NOT_ALLOWED"] = "WEB_DELIVERY_NOT_ALLOWED";
|
|
243
147
|
})(Scte35WebDeliveryAllowedFlag || (Scte35WebDeliveryAllowedFlag = {}));
|
|
244
|
-
export var Scte35DeliveryRestrictions;
|
|
245
|
-
(function (Scte35DeliveryRestrictions) {
|
|
246
|
-
Scte35DeliveryRestrictions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
-
})(Scte35DeliveryRestrictions || (Scte35DeliveryRestrictions = {}));
|
|
248
148
|
export var Scte35SegmentationCancelIndicator;
|
|
249
149
|
(function (Scte35SegmentationCancelIndicator) {
|
|
250
150
|
Scte35SegmentationCancelIndicator["SEGMENTATION_EVENT_CANCELED"] = "SEGMENTATION_EVENT_CANCELED";
|
|
251
151
|
Scte35SegmentationCancelIndicator["SEGMENTATION_EVENT_NOT_CANCELED"] = "SEGMENTATION_EVENT_NOT_CANCELED";
|
|
252
152
|
})(Scte35SegmentationCancelIndicator || (Scte35SegmentationCancelIndicator = {}));
|
|
253
|
-
export var Scte35SegmentationDescriptor;
|
|
254
|
-
(function (Scte35SegmentationDescriptor) {
|
|
255
|
-
Scte35SegmentationDescriptor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
-
})(Scte35SegmentationDescriptor || (Scte35SegmentationDescriptor = {}));
|
|
257
|
-
export var Scte35DescriptorSettings;
|
|
258
|
-
(function (Scte35DescriptorSettings) {
|
|
259
|
-
Scte35DescriptorSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
-
})(Scte35DescriptorSettings || (Scte35DescriptorSettings = {}));
|
|
261
|
-
export var Scte35Descriptor;
|
|
262
|
-
(function (Scte35Descriptor) {
|
|
263
|
-
Scte35Descriptor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
-
})(Scte35Descriptor || (Scte35Descriptor = {}));
|
|
265
|
-
export var Scte35TimeSignalScheduleActionSettings;
|
|
266
|
-
(function (Scte35TimeSignalScheduleActionSettings) {
|
|
267
|
-
Scte35TimeSignalScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
-
})(Scte35TimeSignalScheduleActionSettings || (Scte35TimeSignalScheduleActionSettings = {}));
|
|
269
|
-
export var StaticImageActivateScheduleActionSettings;
|
|
270
|
-
(function (StaticImageActivateScheduleActionSettings) {
|
|
271
|
-
StaticImageActivateScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
-
})(StaticImageActivateScheduleActionSettings || (StaticImageActivateScheduleActionSettings = {}));
|
|
273
|
-
export var StaticImageDeactivateScheduleActionSettings;
|
|
274
|
-
(function (StaticImageDeactivateScheduleActionSettings) {
|
|
275
|
-
StaticImageDeactivateScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
-
})(StaticImageDeactivateScheduleActionSettings || (StaticImageDeactivateScheduleActionSettings = {}));
|
|
277
|
-
export var ScheduleActionSettings;
|
|
278
|
-
(function (ScheduleActionSettings) {
|
|
279
|
-
ScheduleActionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
-
})(ScheduleActionSettings || (ScheduleActionSettings = {}));
|
|
281
|
-
export var FixedModeScheduleActionStartSettings;
|
|
282
|
-
(function (FixedModeScheduleActionStartSettings) {
|
|
283
|
-
FixedModeScheduleActionStartSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
-
})(FixedModeScheduleActionStartSettings || (FixedModeScheduleActionStartSettings = {}));
|
|
285
153
|
export var FollowPoint;
|
|
286
154
|
(function (FollowPoint) {
|
|
287
155
|
FollowPoint["END"] = "END";
|
|
288
156
|
FollowPoint["START"] = "START";
|
|
289
157
|
})(FollowPoint || (FollowPoint = {}));
|
|
290
|
-
export var FollowModeScheduleActionStartSettings;
|
|
291
|
-
(function (FollowModeScheduleActionStartSettings) {
|
|
292
|
-
FollowModeScheduleActionStartSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
-
})(FollowModeScheduleActionStartSettings || (FollowModeScheduleActionStartSettings = {}));
|
|
294
|
-
export var ImmediateModeScheduleActionStartSettings;
|
|
295
|
-
(function (ImmediateModeScheduleActionStartSettings) {
|
|
296
|
-
ImmediateModeScheduleActionStartSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
-
})(ImmediateModeScheduleActionStartSettings || (ImmediateModeScheduleActionStartSettings = {}));
|
|
298
|
-
export var ScheduleActionStartSettings;
|
|
299
|
-
(function (ScheduleActionStartSettings) {
|
|
300
|
-
ScheduleActionStartSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
-
})(ScheduleActionStartSettings || (ScheduleActionStartSettings = {}));
|
|
302
|
-
export var ScheduleAction;
|
|
303
|
-
(function (ScheduleAction) {
|
|
304
|
-
ScheduleAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
-
})(ScheduleAction || (ScheduleAction = {}));
|
|
306
158
|
export var InputDeviceTransferType;
|
|
307
159
|
(function (InputDeviceTransferType) {
|
|
308
160
|
InputDeviceTransferType["INCOMING"] = "INCOMING";
|
|
309
161
|
InputDeviceTransferType["OUTGOING"] = "OUTGOING";
|
|
310
162
|
})(InputDeviceTransferType || (InputDeviceTransferType = {}));
|
|
311
|
-
export var TransferringInputDeviceSummary;
|
|
312
|
-
(function (TransferringInputDeviceSummary) {
|
|
313
|
-
TransferringInputDeviceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
-
})(TransferringInputDeviceSummary || (TransferringInputDeviceSummary = {}));
|
|
315
|
-
export var ValidationError;
|
|
316
|
-
(function (ValidationError) {
|
|
317
|
-
ValidationError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
-
})(ValidationError || (ValidationError = {}));
|
|
319
163
|
export var FrameCaptureIntervalUnit;
|
|
320
164
|
(function (FrameCaptureIntervalUnit) {
|
|
321
165
|
FrameCaptureIntervalUnit["MILLISECONDS"] = "MILLISECONDS";
|
|
322
166
|
FrameCaptureIntervalUnit["SECONDS"] = "SECONDS";
|
|
323
167
|
})(FrameCaptureIntervalUnit || (FrameCaptureIntervalUnit = {}));
|
|
324
|
-
export var FrameCaptureSettings;
|
|
325
|
-
(function (FrameCaptureSettings) {
|
|
326
|
-
FrameCaptureSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
-
})(FrameCaptureSettings || (FrameCaptureSettings = {}));
|
|
328
168
|
export var H264AdaptiveQuantization;
|
|
329
169
|
(function (H264AdaptiveQuantization) {
|
|
330
170
|
H264AdaptiveQuantization["AUTO"] = "AUTO";
|
|
@@ -346,22 +186,6 @@ export var H264ColorMetadata;
|
|
|
346
186
|
H264ColorMetadata["IGNORE"] = "IGNORE";
|
|
347
187
|
H264ColorMetadata["INSERT"] = "INSERT";
|
|
348
188
|
})(H264ColorMetadata || (H264ColorMetadata = {}));
|
|
349
|
-
export var ColorSpacePassthroughSettings;
|
|
350
|
-
(function (ColorSpacePassthroughSettings) {
|
|
351
|
-
ColorSpacePassthroughSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
-
})(ColorSpacePassthroughSettings || (ColorSpacePassthroughSettings = {}));
|
|
353
|
-
export var Rec601Settings;
|
|
354
|
-
(function (Rec601Settings) {
|
|
355
|
-
Rec601Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
-
})(Rec601Settings || (Rec601Settings = {}));
|
|
357
|
-
export var Rec709Settings;
|
|
358
|
-
(function (Rec709Settings) {
|
|
359
|
-
Rec709Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
-
})(Rec709Settings || (Rec709Settings = {}));
|
|
361
|
-
export var H264ColorSpaceSettings;
|
|
362
|
-
(function (H264ColorSpaceSettings) {
|
|
363
|
-
H264ColorSpaceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
-
})(H264ColorSpaceSettings || (H264ColorSpaceSettings = {}));
|
|
365
189
|
export var H264EntropyEncoding;
|
|
366
190
|
(function (H264EntropyEncoding) {
|
|
367
191
|
H264EntropyEncoding["CABAC"] = "CABAC";
|
|
@@ -393,14 +217,6 @@ export var TemporalFilterStrength;
|
|
|
393
217
|
TemporalFilterStrength["STRENGTH_8"] = "STRENGTH_8";
|
|
394
218
|
TemporalFilterStrength["STRENGTH_9"] = "STRENGTH_9";
|
|
395
219
|
})(TemporalFilterStrength || (TemporalFilterStrength = {}));
|
|
396
|
-
export var TemporalFilterSettings;
|
|
397
|
-
(function (TemporalFilterSettings) {
|
|
398
|
-
TemporalFilterSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
-
})(TemporalFilterSettings || (TemporalFilterSettings = {}));
|
|
400
|
-
export var H264FilterSettings;
|
|
401
|
-
(function (H264FilterSettings) {
|
|
402
|
-
H264FilterSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
-
})(H264FilterSettings || (H264FilterSettings = {}));
|
|
404
220
|
export var FixedAfd;
|
|
405
221
|
(function (FixedAfd) {
|
|
406
222
|
FixedAfd["AFD_0000"] = "AFD_0000";
|
|
@@ -527,10 +343,6 @@ export var H264TimecodeInsertionBehavior;
|
|
|
527
343
|
H264TimecodeInsertionBehavior["DISABLED"] = "DISABLED";
|
|
528
344
|
H264TimecodeInsertionBehavior["PIC_TIMING_SEI"] = "PIC_TIMING_SEI";
|
|
529
345
|
})(H264TimecodeInsertionBehavior || (H264TimecodeInsertionBehavior = {}));
|
|
530
|
-
export var H264Settings;
|
|
531
|
-
(function (H264Settings) {
|
|
532
|
-
H264Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
-
})(H264Settings || (H264Settings = {}));
|
|
534
346
|
export var H265AdaptiveQuantization;
|
|
535
347
|
(function (H265AdaptiveQuantization) {
|
|
536
348
|
H265AdaptiveQuantization["AUTO"] = "AUTO";
|
|
@@ -551,14 +363,6 @@ export var H265ColorMetadata;
|
|
|
551
363
|
H265ColorMetadata["IGNORE"] = "IGNORE";
|
|
552
364
|
H265ColorMetadata["INSERT"] = "INSERT";
|
|
553
365
|
})(H265ColorMetadata || (H265ColorMetadata = {}));
|
|
554
|
-
export var H265ColorSpaceSettings;
|
|
555
|
-
(function (H265ColorSpaceSettings) {
|
|
556
|
-
H265ColorSpaceSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
-
})(H265ColorSpaceSettings || (H265ColorSpaceSettings = {}));
|
|
558
|
-
export var H265FilterSettings;
|
|
559
|
-
(function (H265FilterSettings) {
|
|
560
|
-
H265FilterSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
-
})(H265FilterSettings || (H265FilterSettings = {}));
|
|
562
366
|
export var H265FlickerAq;
|
|
563
367
|
(function (H265FlickerAq) {
|
|
564
368
|
H265FlickerAq["DISABLED"] = "DISABLED";
|
|
@@ -623,10 +427,6 @@ export var H265TimecodeInsertionBehavior;
|
|
|
623
427
|
H265TimecodeInsertionBehavior["DISABLED"] = "DISABLED";
|
|
624
428
|
H265TimecodeInsertionBehavior["PIC_TIMING_SEI"] = "PIC_TIMING_SEI";
|
|
625
429
|
})(H265TimecodeInsertionBehavior || (H265TimecodeInsertionBehavior = {}));
|
|
626
|
-
export var H265Settings;
|
|
627
|
-
(function (H265Settings) {
|
|
628
|
-
H265Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
-
})(H265Settings || (H265Settings = {}));
|
|
630
430
|
export var Mpeg2AdaptiveQuantization;
|
|
631
431
|
(function (Mpeg2AdaptiveQuantization) {
|
|
632
432
|
Mpeg2AdaptiveQuantization["AUTO"] = "AUTO";
|
|
@@ -650,10 +450,6 @@ export var Mpeg2DisplayRatio;
|
|
|
650
450
|
Mpeg2DisplayRatio["DISPLAYRATIO16X9"] = "DISPLAYRATIO16X9";
|
|
651
451
|
Mpeg2DisplayRatio["DISPLAYRATIO4X3"] = "DISPLAYRATIO4X3";
|
|
652
452
|
})(Mpeg2DisplayRatio || (Mpeg2DisplayRatio = {}));
|
|
653
|
-
export var Mpeg2FilterSettings;
|
|
654
|
-
(function (Mpeg2FilterSettings) {
|
|
655
|
-
Mpeg2FilterSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
-
})(Mpeg2FilterSettings || (Mpeg2FilterSettings = {}));
|
|
657
453
|
export var Mpeg2GopSizeUnits;
|
|
658
454
|
(function (Mpeg2GopSizeUnits) {
|
|
659
455
|
Mpeg2GopSizeUnits["FRAMES"] = "FRAMES";
|
|
@@ -674,14 +470,6 @@ export var Mpeg2TimecodeInsertionBehavior;
|
|
|
674
470
|
Mpeg2TimecodeInsertionBehavior["DISABLED"] = "DISABLED";
|
|
675
471
|
Mpeg2TimecodeInsertionBehavior["GOP_TIMECODE"] = "GOP_TIMECODE";
|
|
676
472
|
})(Mpeg2TimecodeInsertionBehavior || (Mpeg2TimecodeInsertionBehavior = {}));
|
|
677
|
-
export var Mpeg2Settings;
|
|
678
|
-
(function (Mpeg2Settings) {
|
|
679
|
-
Mpeg2Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
-
})(Mpeg2Settings || (Mpeg2Settings = {}));
|
|
681
|
-
export var VideoCodecSettings;
|
|
682
|
-
(function (VideoCodecSettings) {
|
|
683
|
-
VideoCodecSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
-
})(VideoCodecSettings || (VideoCodecSettings = {}));
|
|
685
473
|
export var VideoDescriptionRespondToAfd;
|
|
686
474
|
(function (VideoDescriptionRespondToAfd) {
|
|
687
475
|
VideoDescriptionRespondToAfd["NONE"] = "NONE";
|
|
@@ -693,22 +481,10 @@ export var VideoDescriptionScalingBehavior;
|
|
|
693
481
|
VideoDescriptionScalingBehavior["DEFAULT"] = "DEFAULT";
|
|
694
482
|
VideoDescriptionScalingBehavior["STRETCH_TO_OUTPUT"] = "STRETCH_TO_OUTPUT";
|
|
695
483
|
})(VideoDescriptionScalingBehavior || (VideoDescriptionScalingBehavior = {}));
|
|
696
|
-
export var VideoDescription;
|
|
697
|
-
(function (VideoDescription) {
|
|
698
|
-
VideoDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
-
})(VideoDescription || (VideoDescription = {}));
|
|
700
484
|
export var AcceptHeader;
|
|
701
485
|
(function (AcceptHeader) {
|
|
702
486
|
AcceptHeader["image_jpeg"] = "image/jpeg";
|
|
703
487
|
})(AcceptHeader || (AcceptHeader = {}));
|
|
704
|
-
export var AcceptInputDeviceTransferRequest;
|
|
705
|
-
(function (AcceptInputDeviceTransferRequest) {
|
|
706
|
-
AcceptInputDeviceTransferRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
-
})(AcceptInputDeviceTransferRequest || (AcceptInputDeviceTransferRequest = {}));
|
|
708
|
-
export var AcceptInputDeviceTransferResponse;
|
|
709
|
-
(function (AcceptInputDeviceTransferResponse) {
|
|
710
|
-
AcceptInputDeviceTransferResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
-
})(AcceptInputDeviceTransferResponse || (AcceptInputDeviceTransferResponse = {}));
|
|
712
488
|
var BadGatewayException = (function (_super) {
|
|
713
489
|
__extends(BadGatewayException, _super);
|
|
714
490
|
function BadGatewayException(opts) {
|
|
@@ -832,10 +608,6 @@ export var AvailBlankingState;
|
|
|
832
608
|
AvailBlankingState["DISABLED"] = "DISABLED";
|
|
833
609
|
AvailBlankingState["ENABLED"] = "ENABLED";
|
|
834
610
|
})(AvailBlankingState || (AvailBlankingState = {}));
|
|
835
|
-
export var AvailBlanking;
|
|
836
|
-
(function (AvailBlanking) {
|
|
837
|
-
AvailBlanking.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
-
})(AvailBlanking || (AvailBlanking = {}));
|
|
839
611
|
export var Scte35SpliceInsertNoRegionalBlackoutBehavior;
|
|
840
612
|
(function (Scte35SpliceInsertNoRegionalBlackoutBehavior) {
|
|
841
613
|
Scte35SpliceInsertNoRegionalBlackoutBehavior["FOLLOW"] = "FOLLOW";
|
|
@@ -846,10 +618,6 @@ export var Scte35SpliceInsertWebDeliveryAllowedBehavior;
|
|
|
846
618
|
Scte35SpliceInsertWebDeliveryAllowedBehavior["FOLLOW"] = "FOLLOW";
|
|
847
619
|
Scte35SpliceInsertWebDeliveryAllowedBehavior["IGNORE"] = "IGNORE";
|
|
848
620
|
})(Scte35SpliceInsertWebDeliveryAllowedBehavior || (Scte35SpliceInsertWebDeliveryAllowedBehavior = {}));
|
|
849
|
-
export var Scte35SpliceInsert;
|
|
850
|
-
(function (Scte35SpliceInsert) {
|
|
851
|
-
Scte35SpliceInsert.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
852
|
-
})(Scte35SpliceInsert || (Scte35SpliceInsert = {}));
|
|
853
621
|
export var Scte35AposNoRegionalBlackoutBehavior;
|
|
854
622
|
(function (Scte35AposNoRegionalBlackoutBehavior) {
|
|
855
623
|
Scte35AposNoRegionalBlackoutBehavior["FOLLOW"] = "FOLLOW";
|
|
@@ -860,66 +628,6 @@ export var Scte35AposWebDeliveryAllowedBehavior;
|
|
|
860
628
|
Scte35AposWebDeliveryAllowedBehavior["FOLLOW"] = "FOLLOW";
|
|
861
629
|
Scte35AposWebDeliveryAllowedBehavior["IGNORE"] = "IGNORE";
|
|
862
630
|
})(Scte35AposWebDeliveryAllowedBehavior || (Scte35AposWebDeliveryAllowedBehavior = {}));
|
|
863
|
-
export var Scte35TimeSignalApos;
|
|
864
|
-
(function (Scte35TimeSignalApos) {
|
|
865
|
-
Scte35TimeSignalApos.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
-
})(Scte35TimeSignalApos || (Scte35TimeSignalApos = {}));
|
|
867
|
-
export var AvailSettings;
|
|
868
|
-
(function (AvailSettings) {
|
|
869
|
-
AvailSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
-
})(AvailSettings || (AvailSettings = {}));
|
|
871
|
-
export var AvailConfiguration;
|
|
872
|
-
(function (AvailConfiguration) {
|
|
873
|
-
AvailConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
|
-
})(AvailConfiguration || (AvailConfiguration = {}));
|
|
875
|
-
export var BatchDeleteRequest;
|
|
876
|
-
(function (BatchDeleteRequest) {
|
|
877
|
-
BatchDeleteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
|
-
})(BatchDeleteRequest || (BatchDeleteRequest = {}));
|
|
879
|
-
export var BatchDeleteResponse;
|
|
880
|
-
(function (BatchDeleteResponse) {
|
|
881
|
-
BatchDeleteResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
|
-
})(BatchDeleteResponse || (BatchDeleteResponse = {}));
|
|
883
|
-
export var BatchScheduleActionCreateRequest;
|
|
884
|
-
(function (BatchScheduleActionCreateRequest) {
|
|
885
|
-
BatchScheduleActionCreateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
886
|
-
})(BatchScheduleActionCreateRequest || (BatchScheduleActionCreateRequest = {}));
|
|
887
|
-
export var BatchScheduleActionCreateResult;
|
|
888
|
-
(function (BatchScheduleActionCreateResult) {
|
|
889
|
-
BatchScheduleActionCreateResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
890
|
-
})(BatchScheduleActionCreateResult || (BatchScheduleActionCreateResult = {}));
|
|
891
|
-
export var BatchScheduleActionDeleteRequest;
|
|
892
|
-
(function (BatchScheduleActionDeleteRequest) {
|
|
893
|
-
BatchScheduleActionDeleteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
894
|
-
})(BatchScheduleActionDeleteRequest || (BatchScheduleActionDeleteRequest = {}));
|
|
895
|
-
export var BatchScheduleActionDeleteResult;
|
|
896
|
-
(function (BatchScheduleActionDeleteResult) {
|
|
897
|
-
BatchScheduleActionDeleteResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
898
|
-
})(BatchScheduleActionDeleteResult || (BatchScheduleActionDeleteResult = {}));
|
|
899
|
-
export var BatchStartRequest;
|
|
900
|
-
(function (BatchStartRequest) {
|
|
901
|
-
BatchStartRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
902
|
-
})(BatchStartRequest || (BatchStartRequest = {}));
|
|
903
|
-
export var BatchStartResponse;
|
|
904
|
-
(function (BatchStartResponse) {
|
|
905
|
-
BatchStartResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
906
|
-
})(BatchStartResponse || (BatchStartResponse = {}));
|
|
907
|
-
export var BatchStopRequest;
|
|
908
|
-
(function (BatchStopRequest) {
|
|
909
|
-
BatchStopRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
910
|
-
})(BatchStopRequest || (BatchStopRequest = {}));
|
|
911
|
-
export var BatchStopResponse;
|
|
912
|
-
(function (BatchStopResponse) {
|
|
913
|
-
BatchStopResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
914
|
-
})(BatchStopResponse || (BatchStopResponse = {}));
|
|
915
|
-
export var BatchUpdateScheduleRequest;
|
|
916
|
-
(function (BatchUpdateScheduleRequest) {
|
|
917
|
-
BatchUpdateScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
|
-
})(BatchUpdateScheduleRequest || (BatchUpdateScheduleRequest = {}));
|
|
919
|
-
export var BatchUpdateScheduleResponse;
|
|
920
|
-
(function (BatchUpdateScheduleResponse) {
|
|
921
|
-
BatchUpdateScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
922
|
-
})(BatchUpdateScheduleResponse || (BatchUpdateScheduleResponse = {}));
|
|
923
631
|
export var BlackoutSlateNetworkEndBlackout;
|
|
924
632
|
(function (BlackoutSlateNetworkEndBlackout) {
|
|
925
633
|
BlackoutSlateNetworkEndBlackout["DISABLED"] = "DISABLED";
|
|
@@ -930,27 +638,11 @@ export var BlackoutSlateState;
|
|
|
930
638
|
BlackoutSlateState["DISABLED"] = "DISABLED";
|
|
931
639
|
BlackoutSlateState["ENABLED"] = "ENABLED";
|
|
932
640
|
})(BlackoutSlateState || (BlackoutSlateState = {}));
|
|
933
|
-
export var BlackoutSlate;
|
|
934
|
-
(function (BlackoutSlate) {
|
|
935
|
-
BlackoutSlate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
936
|
-
})(BlackoutSlate || (BlackoutSlate = {}));
|
|
937
|
-
export var CancelInputDeviceTransferRequest;
|
|
938
|
-
(function (CancelInputDeviceTransferRequest) {
|
|
939
|
-
CancelInputDeviceTransferRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
940
|
-
})(CancelInputDeviceTransferRequest || (CancelInputDeviceTransferRequest = {}));
|
|
941
|
-
export var CancelInputDeviceTransferResponse;
|
|
942
|
-
(function (CancelInputDeviceTransferResponse) {
|
|
943
|
-
CancelInputDeviceTransferResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
944
|
-
})(CancelInputDeviceTransferResponse || (CancelInputDeviceTransferResponse = {}));
|
|
945
641
|
export var FeatureActivationsInputPrepareScheduleActions;
|
|
946
642
|
(function (FeatureActivationsInputPrepareScheduleActions) {
|
|
947
643
|
FeatureActivationsInputPrepareScheduleActions["DISABLED"] = "DISABLED";
|
|
948
644
|
FeatureActivationsInputPrepareScheduleActions["ENABLED"] = "ENABLED";
|
|
949
645
|
})(FeatureActivationsInputPrepareScheduleActions || (FeatureActivationsInputPrepareScheduleActions = {}));
|
|
950
|
-
export var FeatureActivations;
|
|
951
|
-
(function (FeatureActivations) {
|
|
952
|
-
FeatureActivations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
953
|
-
})(FeatureActivations || (FeatureActivations = {}));
|
|
954
646
|
export var GlobalConfigurationInputEndAction;
|
|
955
647
|
(function (GlobalConfigurationInputEndAction) {
|
|
956
648
|
GlobalConfigurationInputEndAction["NONE"] = "NONE";
|
|
@@ -961,10 +653,6 @@ export var InputLossImageType;
|
|
|
961
653
|
InputLossImageType["COLOR"] = "COLOR";
|
|
962
654
|
InputLossImageType["SLATE"] = "SLATE";
|
|
963
655
|
})(InputLossImageType || (InputLossImageType = {}));
|
|
964
|
-
export var InputLossBehavior;
|
|
965
|
-
(function (InputLossBehavior) {
|
|
966
|
-
InputLossBehavior.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
967
|
-
})(InputLossBehavior || (InputLossBehavior = {}));
|
|
968
656
|
export var GlobalConfigurationOutputLockingMode;
|
|
969
657
|
(function (GlobalConfigurationOutputLockingMode) {
|
|
970
658
|
GlobalConfigurationOutputLockingMode["EPOCH_LOCKING"] = "EPOCH_LOCKING";
|
|
@@ -980,490 +668,226 @@ export var GlobalConfigurationLowFramerateInputs;
|
|
|
980
668
|
GlobalConfigurationLowFramerateInputs["DISABLED"] = "DISABLED";
|
|
981
669
|
GlobalConfigurationLowFramerateInputs["ENABLED"] = "ENABLED";
|
|
982
670
|
})(GlobalConfigurationLowFramerateInputs || (GlobalConfigurationLowFramerateInputs = {}));
|
|
983
|
-
export var GlobalConfiguration;
|
|
984
|
-
(function (GlobalConfiguration) {
|
|
985
|
-
GlobalConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
986
|
-
})(GlobalConfiguration || (GlobalConfiguration = {}));
|
|
987
671
|
export var MotionGraphicsInsertion;
|
|
988
672
|
(function (MotionGraphicsInsertion) {
|
|
989
673
|
MotionGraphicsInsertion["DISABLED"] = "DISABLED";
|
|
990
674
|
MotionGraphicsInsertion["ENABLED"] = "ENABLED";
|
|
991
675
|
})(MotionGraphicsInsertion || (MotionGraphicsInsertion = {}));
|
|
992
|
-
export var HtmlMotionGraphicsSettings;
|
|
993
|
-
(function (HtmlMotionGraphicsSettings) {
|
|
994
|
-
HtmlMotionGraphicsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
995
|
-
})(HtmlMotionGraphicsSettings || (HtmlMotionGraphicsSettings = {}));
|
|
996
|
-
export var MotionGraphicsSettings;
|
|
997
|
-
(function (MotionGraphicsSettings) {
|
|
998
|
-
MotionGraphicsSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
999
|
-
})(MotionGraphicsSettings || (MotionGraphicsSettings = {}));
|
|
1000
|
-
export var MotionGraphicsConfiguration;
|
|
1001
|
-
(function (MotionGraphicsConfiguration) {
|
|
1002
|
-
MotionGraphicsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1003
|
-
})(MotionGraphicsConfiguration || (MotionGraphicsConfiguration = {}));
|
|
1004
676
|
export var NielsenPcmToId3TaggingState;
|
|
1005
677
|
(function (NielsenPcmToId3TaggingState) {
|
|
1006
678
|
NielsenPcmToId3TaggingState["DISABLED"] = "DISABLED";
|
|
1007
679
|
NielsenPcmToId3TaggingState["ENABLED"] = "ENABLED";
|
|
1008
680
|
})(NielsenPcmToId3TaggingState || (NielsenPcmToId3TaggingState = {}));
|
|
1009
|
-
export var NielsenConfiguration;
|
|
1010
|
-
(function (NielsenConfiguration) {
|
|
1011
|
-
NielsenConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1012
|
-
})(NielsenConfiguration || (NielsenConfiguration = {}));
|
|
1013
681
|
export var TimecodeConfigSource;
|
|
1014
682
|
(function (TimecodeConfigSource) {
|
|
1015
683
|
TimecodeConfigSource["EMBEDDED"] = "EMBEDDED";
|
|
1016
684
|
TimecodeConfigSource["SYSTEMCLOCK"] = "SYSTEMCLOCK";
|
|
1017
685
|
TimecodeConfigSource["ZEROBASED"] = "ZEROBASED";
|
|
1018
686
|
})(TimecodeConfigSource || (TimecodeConfigSource = {}));
|
|
1019
|
-
export var TimecodeConfig;
|
|
1020
|
-
(function (TimecodeConfig) {
|
|
1021
|
-
TimecodeConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1022
|
-
})(TimecodeConfig || (TimecodeConfig = {}));
|
|
1023
|
-
export var EncoderSettings;
|
|
1024
|
-
(function (EncoderSettings) {
|
|
1025
|
-
EncoderSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1026
|
-
})(EncoderSettings || (EncoderSettings = {}));
|
|
1027
|
-
export var Channel;
|
|
1028
|
-
(function (Channel) {
|
|
1029
|
-
Channel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1030
|
-
})(Channel || (Channel = {}));
|
|
1031
|
-
export var ClaimDeviceRequest;
|
|
1032
|
-
(function (ClaimDeviceRequest) {
|
|
1033
|
-
ClaimDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1034
|
-
})(ClaimDeviceRequest || (ClaimDeviceRequest = {}));
|
|
1035
|
-
export var ClaimDeviceResponse;
|
|
1036
|
-
(function (ClaimDeviceResponse) {
|
|
1037
|
-
ClaimDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1038
|
-
})(ClaimDeviceResponse || (ClaimDeviceResponse = {}));
|
|
1039
687
|
export var ContentType;
|
|
1040
688
|
(function (ContentType) {
|
|
1041
689
|
ContentType["image_jpeg"] = "image/jpeg";
|
|
1042
690
|
})(ContentType || (ContentType = {}));
|
|
1043
|
-
export var MaintenanceCreateSettings;
|
|
1044
|
-
(function (MaintenanceCreateSettings) {
|
|
1045
|
-
MaintenanceCreateSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1046
|
-
})(MaintenanceCreateSettings || (MaintenanceCreateSettings = {}));
|
|
1047
|
-
export var VpcOutputSettings;
|
|
1048
|
-
(function (VpcOutputSettings) {
|
|
1049
|
-
VpcOutputSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1050
|
-
})(VpcOutputSettings || (VpcOutputSettings = {}));
|
|
1051
|
-
export var CreateChannelRequest;
|
|
1052
|
-
(function (CreateChannelRequest) {
|
|
1053
|
-
CreateChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1054
|
-
})(CreateChannelRequest || (CreateChannelRequest = {}));
|
|
1055
|
-
export var CreateChannelResponse;
|
|
1056
|
-
(function (CreateChannelResponse) {
|
|
1057
|
-
CreateChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1058
|
-
})(CreateChannelResponse || (CreateChannelResponse = {}));
|
|
1059
|
-
export var InputVpcRequest;
|
|
1060
|
-
(function (InputVpcRequest) {
|
|
1061
|
-
InputVpcRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1062
|
-
})(InputVpcRequest || (InputVpcRequest = {}));
|
|
1063
|
-
export var CreateInputRequest;
|
|
1064
|
-
(function (CreateInputRequest) {
|
|
1065
|
-
CreateInputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1066
|
-
})(CreateInputRequest || (CreateInputRequest = {}));
|
|
1067
|
-
export var CreateInputResponse;
|
|
1068
|
-
(function (CreateInputResponse) {
|
|
1069
|
-
CreateInputResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1070
|
-
})(CreateInputResponse || (CreateInputResponse = {}));
|
|
1071
|
-
export var CreateInputSecurityGroupRequest;
|
|
1072
|
-
(function (CreateInputSecurityGroupRequest) {
|
|
1073
|
-
CreateInputSecurityGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1074
|
-
})(CreateInputSecurityGroupRequest || (CreateInputSecurityGroupRequest = {}));
|
|
1075
|
-
export var CreateInputSecurityGroupResponse;
|
|
1076
|
-
(function (CreateInputSecurityGroupResponse) {
|
|
1077
|
-
CreateInputSecurityGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1078
|
-
})(CreateInputSecurityGroupResponse || (CreateInputSecurityGroupResponse = {}));
|
|
1079
|
-
export var MultiplexSettings;
|
|
1080
|
-
(function (MultiplexSettings) {
|
|
1081
|
-
MultiplexSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1082
|
-
})(MultiplexSettings || (MultiplexSettings = {}));
|
|
1083
|
-
export var CreateMultiplexRequest;
|
|
1084
|
-
(function (CreateMultiplexRequest) {
|
|
1085
|
-
CreateMultiplexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1086
|
-
})(CreateMultiplexRequest || (CreateMultiplexRequest = {}));
|
|
1087
|
-
export var Multiplex;
|
|
1088
|
-
(function (Multiplex) {
|
|
1089
|
-
Multiplex.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1090
|
-
})(Multiplex || (Multiplex = {}));
|
|
1091
|
-
export var CreateMultiplexResponse;
|
|
1092
|
-
(function (CreateMultiplexResponse) {
|
|
1093
|
-
CreateMultiplexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1094
|
-
})(CreateMultiplexResponse || (CreateMultiplexResponse = {}));
|
|
1095
691
|
export var PreferredChannelPipeline;
|
|
1096
692
|
(function (PreferredChannelPipeline) {
|
|
1097
693
|
PreferredChannelPipeline["CURRENTLY_ACTIVE"] = "CURRENTLY_ACTIVE";
|
|
1098
694
|
PreferredChannelPipeline["PIPELINE_0"] = "PIPELINE_0";
|
|
1099
695
|
PreferredChannelPipeline["PIPELINE_1"] = "PIPELINE_1";
|
|
1100
696
|
})(PreferredChannelPipeline || (PreferredChannelPipeline = {}));
|
|
1101
|
-
export var MultiplexProgramServiceDescriptor;
|
|
1102
|
-
(function (MultiplexProgramServiceDescriptor) {
|
|
1103
|
-
MultiplexProgramServiceDescriptor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1104
|
-
})(MultiplexProgramServiceDescriptor || (MultiplexProgramServiceDescriptor = {}));
|
|
1105
|
-
export var MultiplexStatmuxVideoSettings;
|
|
1106
|
-
(function (MultiplexStatmuxVideoSettings) {
|
|
1107
|
-
MultiplexStatmuxVideoSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1108
|
-
})(MultiplexStatmuxVideoSettings || (MultiplexStatmuxVideoSettings = {}));
|
|
1109
|
-
export var MultiplexVideoSettings;
|
|
1110
|
-
(function (MultiplexVideoSettings) {
|
|
1111
|
-
MultiplexVideoSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1112
|
-
})(MultiplexVideoSettings || (MultiplexVideoSettings = {}));
|
|
1113
|
-
export var MultiplexProgramSettings;
|
|
1114
|
-
(function (MultiplexProgramSettings) {
|
|
1115
|
-
MultiplexProgramSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1116
|
-
})(MultiplexProgramSettings || (MultiplexProgramSettings = {}));
|
|
1117
|
-
export var CreateMultiplexProgramRequest;
|
|
1118
|
-
(function (CreateMultiplexProgramRequest) {
|
|
1119
|
-
CreateMultiplexProgramRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1120
|
-
})(CreateMultiplexProgramRequest || (CreateMultiplexProgramRequest = {}));
|
|
1121
|
-
export var MultiplexProgramPacketIdentifiersMap;
|
|
1122
|
-
(function (MultiplexProgramPacketIdentifiersMap) {
|
|
1123
|
-
MultiplexProgramPacketIdentifiersMap.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1124
|
-
})(MultiplexProgramPacketIdentifiersMap || (MultiplexProgramPacketIdentifiersMap = {}));
|
|
1125
|
-
export var MultiplexProgram;
|
|
1126
|
-
(function (MultiplexProgram) {
|
|
1127
|
-
MultiplexProgram.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1128
|
-
})(MultiplexProgram || (MultiplexProgram = {}));
|
|
1129
|
-
export var CreateMultiplexProgramResponse;
|
|
1130
|
-
(function (CreateMultiplexProgramResponse) {
|
|
1131
|
-
CreateMultiplexProgramResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1132
|
-
})(CreateMultiplexProgramResponse || (CreateMultiplexProgramResponse = {}));
|
|
1133
|
-
export var CreatePartnerInputRequest;
|
|
1134
|
-
(function (CreatePartnerInputRequest) {
|
|
1135
|
-
CreatePartnerInputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1136
|
-
})(CreatePartnerInputRequest || (CreatePartnerInputRequest = {}));
|
|
1137
|
-
export var CreatePartnerInputResponse;
|
|
1138
|
-
(function (CreatePartnerInputResponse) {
|
|
1139
|
-
CreatePartnerInputResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1140
|
-
})(CreatePartnerInputResponse || (CreatePartnerInputResponse = {}));
|
|
1141
|
-
export var CreateTagsRequest;
|
|
1142
|
-
(function (CreateTagsRequest) {
|
|
1143
|
-
CreateTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1144
|
-
})(CreateTagsRequest || (CreateTagsRequest = {}));
|
|
1145
|
-
export var DeleteChannelRequest;
|
|
1146
|
-
(function (DeleteChannelRequest) {
|
|
1147
|
-
DeleteChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1148
|
-
})(DeleteChannelRequest || (DeleteChannelRequest = {}));
|
|
1149
|
-
export var DeleteChannelResponse;
|
|
1150
|
-
(function (DeleteChannelResponse) {
|
|
1151
|
-
DeleteChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1152
|
-
})(DeleteChannelResponse || (DeleteChannelResponse = {}));
|
|
1153
|
-
export var DeleteInputRequest;
|
|
1154
|
-
(function (DeleteInputRequest) {
|
|
1155
|
-
DeleteInputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1156
|
-
})(DeleteInputRequest || (DeleteInputRequest = {}));
|
|
1157
|
-
export var DeleteInputResponse;
|
|
1158
|
-
(function (DeleteInputResponse) {
|
|
1159
|
-
DeleteInputResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1160
|
-
})(DeleteInputResponse || (DeleteInputResponse = {}));
|
|
1161
|
-
export var DeleteInputSecurityGroupRequest;
|
|
1162
|
-
(function (DeleteInputSecurityGroupRequest) {
|
|
1163
|
-
DeleteInputSecurityGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1164
|
-
})(DeleteInputSecurityGroupRequest || (DeleteInputSecurityGroupRequest = {}));
|
|
1165
|
-
export var DeleteInputSecurityGroupResponse;
|
|
1166
|
-
(function (DeleteInputSecurityGroupResponse) {
|
|
1167
|
-
DeleteInputSecurityGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1168
|
-
})(DeleteInputSecurityGroupResponse || (DeleteInputSecurityGroupResponse = {}));
|
|
1169
|
-
export var DeleteMultiplexRequest;
|
|
1170
|
-
(function (DeleteMultiplexRequest) {
|
|
1171
|
-
DeleteMultiplexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1172
|
-
})(DeleteMultiplexRequest || (DeleteMultiplexRequest = {}));
|
|
1173
|
-
export var DeleteMultiplexResponse;
|
|
1174
|
-
(function (DeleteMultiplexResponse) {
|
|
1175
|
-
DeleteMultiplexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1176
|
-
})(DeleteMultiplexResponse || (DeleteMultiplexResponse = {}));
|
|
1177
|
-
export var DeleteMultiplexProgramRequest;
|
|
1178
|
-
(function (DeleteMultiplexProgramRequest) {
|
|
1179
|
-
DeleteMultiplexProgramRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1180
|
-
})(DeleteMultiplexProgramRequest || (DeleteMultiplexProgramRequest = {}));
|
|
1181
|
-
export var DeleteMultiplexProgramResponse;
|
|
1182
|
-
(function (DeleteMultiplexProgramResponse) {
|
|
1183
|
-
DeleteMultiplexProgramResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1184
|
-
})(DeleteMultiplexProgramResponse || (DeleteMultiplexProgramResponse = {}));
|
|
1185
|
-
export var DeleteReservationRequest;
|
|
1186
|
-
(function (DeleteReservationRequest) {
|
|
1187
|
-
DeleteReservationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1188
|
-
})(DeleteReservationRequest || (DeleteReservationRequest = {}));
|
|
1189
|
-
export var DeleteReservationResponse;
|
|
1190
|
-
(function (DeleteReservationResponse) {
|
|
1191
|
-
DeleteReservationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1192
|
-
})(DeleteReservationResponse || (DeleteReservationResponse = {}));
|
|
1193
|
-
export var DeleteScheduleRequest;
|
|
1194
|
-
(function (DeleteScheduleRequest) {
|
|
1195
|
-
DeleteScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1196
|
-
})(DeleteScheduleRequest || (DeleteScheduleRequest = {}));
|
|
1197
|
-
export var DeleteScheduleResponse;
|
|
1198
|
-
(function (DeleteScheduleResponse) {
|
|
1199
|
-
DeleteScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1200
|
-
})(DeleteScheduleResponse || (DeleteScheduleResponse = {}));
|
|
1201
|
-
export var DeleteTagsRequest;
|
|
1202
|
-
(function (DeleteTagsRequest) {
|
|
1203
|
-
DeleteTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1204
|
-
})(DeleteTagsRequest || (DeleteTagsRequest = {}));
|
|
1205
|
-
export var DescribeChannelRequest;
|
|
1206
|
-
(function (DescribeChannelRequest) {
|
|
1207
|
-
DescribeChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1208
|
-
})(DescribeChannelRequest || (DescribeChannelRequest = {}));
|
|
1209
|
-
export var DescribeChannelResponse;
|
|
1210
|
-
(function (DescribeChannelResponse) {
|
|
1211
|
-
DescribeChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1212
|
-
})(DescribeChannelResponse || (DescribeChannelResponse = {}));
|
|
1213
|
-
export var DescribeInputRequest;
|
|
1214
|
-
(function (DescribeInputRequest) {
|
|
1215
|
-
DescribeInputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1216
|
-
})(DescribeInputRequest || (DescribeInputRequest = {}));
|
|
1217
|
-
export var DescribeInputResponse;
|
|
1218
|
-
(function (DescribeInputResponse) {
|
|
1219
|
-
DescribeInputResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1220
|
-
})(DescribeInputResponse || (DescribeInputResponse = {}));
|
|
1221
|
-
export var DescribeInputDeviceRequest;
|
|
1222
|
-
(function (DescribeInputDeviceRequest) {
|
|
1223
|
-
DescribeInputDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1224
|
-
})(DescribeInputDeviceRequest || (DescribeInputDeviceRequest = {}));
|
|
1225
|
-
export var DescribeInputDeviceResponse;
|
|
1226
|
-
(function (DescribeInputDeviceResponse) {
|
|
1227
|
-
DescribeInputDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1228
|
-
})(DescribeInputDeviceResponse || (DescribeInputDeviceResponse = {}));
|
|
1229
|
-
export var DescribeInputDeviceThumbnailRequest;
|
|
1230
|
-
(function (DescribeInputDeviceThumbnailRequest) {
|
|
1231
|
-
DescribeInputDeviceThumbnailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1232
|
-
})(DescribeInputDeviceThumbnailRequest || (DescribeInputDeviceThumbnailRequest = {}));
|
|
1233
|
-
export var DescribeInputDeviceThumbnailResponse;
|
|
1234
|
-
(function (DescribeInputDeviceThumbnailResponse) {
|
|
1235
|
-
DescribeInputDeviceThumbnailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1236
|
-
})(DescribeInputDeviceThumbnailResponse || (DescribeInputDeviceThumbnailResponse = {}));
|
|
1237
|
-
export var DescribeInputSecurityGroupRequest;
|
|
1238
|
-
(function (DescribeInputSecurityGroupRequest) {
|
|
1239
|
-
DescribeInputSecurityGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1240
|
-
})(DescribeInputSecurityGroupRequest || (DescribeInputSecurityGroupRequest = {}));
|
|
1241
|
-
export var DescribeInputSecurityGroupResponse;
|
|
1242
|
-
(function (DescribeInputSecurityGroupResponse) {
|
|
1243
|
-
DescribeInputSecurityGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1244
|
-
})(DescribeInputSecurityGroupResponse || (DescribeInputSecurityGroupResponse = {}));
|
|
1245
|
-
export var DescribeMultiplexRequest;
|
|
1246
|
-
(function (DescribeMultiplexRequest) {
|
|
1247
|
-
DescribeMultiplexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1248
|
-
})(DescribeMultiplexRequest || (DescribeMultiplexRequest = {}));
|
|
1249
|
-
export var DescribeMultiplexResponse;
|
|
1250
|
-
(function (DescribeMultiplexResponse) {
|
|
1251
|
-
DescribeMultiplexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1252
|
-
})(DescribeMultiplexResponse || (DescribeMultiplexResponse = {}));
|
|
1253
|
-
export var DescribeMultiplexProgramRequest;
|
|
1254
|
-
(function (DescribeMultiplexProgramRequest) {
|
|
1255
|
-
DescribeMultiplexProgramRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1256
|
-
})(DescribeMultiplexProgramRequest || (DescribeMultiplexProgramRequest = {}));
|
|
1257
|
-
export var DescribeMultiplexProgramResponse;
|
|
1258
|
-
(function (DescribeMultiplexProgramResponse) {
|
|
1259
|
-
DescribeMultiplexProgramResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1260
|
-
})(DescribeMultiplexProgramResponse || (DescribeMultiplexProgramResponse = {}));
|
|
1261
|
-
export var DescribeOfferingRequest;
|
|
1262
|
-
(function (DescribeOfferingRequest) {
|
|
1263
|
-
DescribeOfferingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1264
|
-
})(DescribeOfferingRequest || (DescribeOfferingRequest = {}));
|
|
1265
|
-
export var DescribeOfferingResponse;
|
|
1266
|
-
(function (DescribeOfferingResponse) {
|
|
1267
|
-
DescribeOfferingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1268
|
-
})(DescribeOfferingResponse || (DescribeOfferingResponse = {}));
|
|
1269
|
-
export var DescribeReservationRequest;
|
|
1270
|
-
(function (DescribeReservationRequest) {
|
|
1271
|
-
DescribeReservationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1272
|
-
})(DescribeReservationRequest || (DescribeReservationRequest = {}));
|
|
1273
|
-
export var DescribeReservationResponse;
|
|
1274
|
-
(function (DescribeReservationResponse) {
|
|
1275
|
-
DescribeReservationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1276
|
-
})(DescribeReservationResponse || (DescribeReservationResponse = {}));
|
|
1277
|
-
export var DescribeScheduleRequest;
|
|
1278
|
-
(function (DescribeScheduleRequest) {
|
|
1279
|
-
DescribeScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1280
|
-
})(DescribeScheduleRequest || (DescribeScheduleRequest = {}));
|
|
1281
|
-
export var DescribeScheduleResponse;
|
|
1282
|
-
(function (DescribeScheduleResponse) {
|
|
1283
|
-
DescribeScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1284
|
-
})(DescribeScheduleResponse || (DescribeScheduleResponse = {}));
|
|
1285
|
-
export var InputDeviceConfigurableSettings;
|
|
1286
|
-
(function (InputDeviceConfigurableSettings) {
|
|
1287
|
-
InputDeviceConfigurableSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1288
|
-
})(InputDeviceConfigurableSettings || (InputDeviceConfigurableSettings = {}));
|
|
1289
|
-
export var ListChannelsRequest;
|
|
1290
|
-
(function (ListChannelsRequest) {
|
|
1291
|
-
ListChannelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1292
|
-
})(ListChannelsRequest || (ListChannelsRequest = {}));
|
|
1293
|
-
export var ListChannelsResponse;
|
|
1294
|
-
(function (ListChannelsResponse) {
|
|
1295
|
-
ListChannelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1296
|
-
})(ListChannelsResponse || (ListChannelsResponse = {}));
|
|
1297
|
-
export var ListInputDevicesRequest;
|
|
1298
|
-
(function (ListInputDevicesRequest) {
|
|
1299
|
-
ListInputDevicesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1300
|
-
})(ListInputDevicesRequest || (ListInputDevicesRequest = {}));
|
|
1301
|
-
export var ListInputDevicesResponse;
|
|
1302
|
-
(function (ListInputDevicesResponse) {
|
|
1303
|
-
ListInputDevicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1304
|
-
})(ListInputDevicesResponse || (ListInputDevicesResponse = {}));
|
|
1305
|
-
export var ListInputDeviceTransfersRequest;
|
|
1306
|
-
(function (ListInputDeviceTransfersRequest) {
|
|
1307
|
-
ListInputDeviceTransfersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1308
|
-
})(ListInputDeviceTransfersRequest || (ListInputDeviceTransfersRequest = {}));
|
|
1309
|
-
export var ListInputDeviceTransfersResponse;
|
|
1310
|
-
(function (ListInputDeviceTransfersResponse) {
|
|
1311
|
-
ListInputDeviceTransfersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1312
|
-
})(ListInputDeviceTransfersResponse || (ListInputDeviceTransfersResponse = {}));
|
|
1313
|
-
export var ListInputsRequest;
|
|
1314
|
-
(function (ListInputsRequest) {
|
|
1315
|
-
ListInputsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1316
|
-
})(ListInputsRequest || (ListInputsRequest = {}));
|
|
1317
|
-
export var ListInputsResponse;
|
|
1318
|
-
(function (ListInputsResponse) {
|
|
1319
|
-
ListInputsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1320
|
-
})(ListInputsResponse || (ListInputsResponse = {}));
|
|
1321
|
-
export var ListInputSecurityGroupsRequest;
|
|
1322
|
-
(function (ListInputSecurityGroupsRequest) {
|
|
1323
|
-
ListInputSecurityGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1324
|
-
})(ListInputSecurityGroupsRequest || (ListInputSecurityGroupsRequest = {}));
|
|
1325
|
-
export var ListInputSecurityGroupsResponse;
|
|
1326
|
-
(function (ListInputSecurityGroupsResponse) {
|
|
1327
|
-
ListInputSecurityGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1328
|
-
})(ListInputSecurityGroupsResponse || (ListInputSecurityGroupsResponse = {}));
|
|
1329
|
-
export var ListMultiplexesRequest;
|
|
1330
|
-
(function (ListMultiplexesRequest) {
|
|
1331
|
-
ListMultiplexesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1332
|
-
})(ListMultiplexesRequest || (ListMultiplexesRequest = {}));
|
|
1333
|
-
export var ListMultiplexesResponse;
|
|
1334
|
-
(function (ListMultiplexesResponse) {
|
|
1335
|
-
ListMultiplexesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1336
|
-
})(ListMultiplexesResponse || (ListMultiplexesResponse = {}));
|
|
1337
|
-
export var ListMultiplexProgramsRequest;
|
|
1338
|
-
(function (ListMultiplexProgramsRequest) {
|
|
1339
|
-
ListMultiplexProgramsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1340
|
-
})(ListMultiplexProgramsRequest || (ListMultiplexProgramsRequest = {}));
|
|
1341
|
-
export var ListMultiplexProgramsResponse;
|
|
1342
|
-
(function (ListMultiplexProgramsResponse) {
|
|
1343
|
-
ListMultiplexProgramsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1344
|
-
})(ListMultiplexProgramsResponse || (ListMultiplexProgramsResponse = {}));
|
|
1345
|
-
export var ListOfferingsRequest;
|
|
1346
|
-
(function (ListOfferingsRequest) {
|
|
1347
|
-
ListOfferingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1348
|
-
})(ListOfferingsRequest || (ListOfferingsRequest = {}));
|
|
1349
|
-
export var ListOfferingsResponse;
|
|
1350
|
-
(function (ListOfferingsResponse) {
|
|
1351
|
-
ListOfferingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1352
|
-
})(ListOfferingsResponse || (ListOfferingsResponse = {}));
|
|
1353
|
-
export var ListReservationsRequest;
|
|
1354
|
-
(function (ListReservationsRequest) {
|
|
1355
|
-
ListReservationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1356
|
-
})(ListReservationsRequest || (ListReservationsRequest = {}));
|
|
1357
|
-
export var ListReservationsResponse;
|
|
1358
|
-
(function (ListReservationsResponse) {
|
|
1359
|
-
ListReservationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1360
|
-
})(ListReservationsResponse || (ListReservationsResponse = {}));
|
|
1361
|
-
export var ListTagsForResourceRequest;
|
|
1362
|
-
(function (ListTagsForResourceRequest) {
|
|
1363
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1364
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1365
|
-
export var ListTagsForResourceResponse;
|
|
1366
|
-
(function (ListTagsForResourceResponse) {
|
|
1367
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1368
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1369
|
-
export var MaintenanceUpdateSettings;
|
|
1370
|
-
(function (MaintenanceUpdateSettings) {
|
|
1371
|
-
MaintenanceUpdateSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1372
|
-
})(MaintenanceUpdateSettings || (MaintenanceUpdateSettings = {}));
|
|
1373
|
-
export var PurchaseOfferingRequest;
|
|
1374
|
-
(function (PurchaseOfferingRequest) {
|
|
1375
|
-
PurchaseOfferingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1376
|
-
})(PurchaseOfferingRequest || (PurchaseOfferingRequest = {}));
|
|
1377
|
-
export var PurchaseOfferingResponse;
|
|
1378
|
-
(function (PurchaseOfferingResponse) {
|
|
1379
|
-
PurchaseOfferingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1380
|
-
})(PurchaseOfferingResponse || (PurchaseOfferingResponse = {}));
|
|
1381
697
|
export var RebootInputDeviceForce;
|
|
1382
698
|
(function (RebootInputDeviceForce) {
|
|
1383
699
|
RebootInputDeviceForce["NO"] = "NO";
|
|
1384
700
|
RebootInputDeviceForce["YES"] = "YES";
|
|
1385
701
|
})(RebootInputDeviceForce || (RebootInputDeviceForce = {}));
|
|
1386
|
-
export var
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
export var
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
export var
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
export var
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
export var
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
export var
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
export var
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
export var
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
export var
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
export var
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
export var
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
export var
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
export var
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
export var
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
export var
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
export var
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
export var
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
export var
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
export var
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
export var
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
export var
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
702
|
+
export var HlsGroupSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
+
export var MediaPackageGroupSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
704
|
+
export var MsSmoothGroupSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
|
+
export var MultiplexGroupSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
|
+
export var RtmpGroupSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
+
export var UdpGroupSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
708
|
+
export var OutputGroupSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
|
+
export var OutputGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
710
|
+
export var PipelineDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
+
export var PipelinePauseStateSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
|
+
export var RenewalSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
|
+
export var ReservationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
+
export var HlsId3SegmentTaggingScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
+
export var HlsTimedMetadataScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
+
export var StartTimecodeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
717
|
+
export var StopTimecodeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
+
export var InputClippingSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
+
export var InputPrepareScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
+
export var InputSwitchScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
|
+
export var MotionGraphicsActivateScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
+
export var MotionGraphicsDeactivateScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
+
export var PauseStateScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
724
|
+
export var Scte35ReturnToNetworkScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
725
|
+
export var Scte35SpliceInsertScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
+
export var Scte35DeliveryRestrictionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
+
export var Scte35SegmentationDescriptorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
+
export var Scte35DescriptorSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
|
+
export var Scte35DescriptorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
730
|
+
export var Scte35TimeSignalScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
+
export var StaticImageActivateScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
|
+
export var StaticImageDeactivateScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
|
+
export var ScheduleActionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
+
export var FixedModeScheduleActionStartSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
|
+
export var FollowModeScheduleActionStartSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
+
export var ImmediateModeScheduleActionStartSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
+
export var ScheduleActionStartSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
+
export var ScheduleActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
739
|
+
export var TransferringInputDeviceSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
|
+
export var ValidationErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
|
+
export var FrameCaptureSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
+
export var ColorSpacePassthroughSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
+
export var Rec601SettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
+
export var Rec709SettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
745
|
+
export var H264ColorSpaceSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
+
export var TemporalFilterSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
+
export var H264FilterSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
|
+
export var H264SettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
749
|
+
export var H265ColorSpaceSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
+
export var H265FilterSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
+
export var H265SettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
|
+
export var Mpeg2FilterSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
753
|
+
export var Mpeg2SettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
+
export var VideoCodecSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
+
export var VideoDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
|
+
export var AcceptInputDeviceTransferRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
757
|
+
export var AcceptInputDeviceTransferResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
758
|
+
export var AvailBlankingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
+
export var Scte35SpliceInsertFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
760
|
+
export var Scte35TimeSignalAposFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
+
export var AvailSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
|
+
export var AvailConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
|
+
export var BatchDeleteRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
764
|
+
export var BatchDeleteResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
765
|
+
export var BatchScheduleActionCreateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
|
+
export var BatchScheduleActionCreateResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
767
|
+
export var BatchScheduleActionDeleteRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
|
+
export var BatchScheduleActionDeleteResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
+
export var BatchStartRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
|
+
export var BatchStartResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
|
+
export var BatchStopRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
772
|
+
export var BatchStopResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
|
+
export var BatchUpdateScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
774
|
+
export var BatchUpdateScheduleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
+
export var BlackoutSlateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
776
|
+
export var CancelInputDeviceTransferRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
|
+
export var CancelInputDeviceTransferResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
|
+
export var FeatureActivationsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
+
export var InputLossBehaviorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
780
|
+
export var GlobalConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
|
+
export var HtmlMotionGraphicsSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
|
+
export var MotionGraphicsSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
|
+
export var MotionGraphicsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
784
|
+
export var NielsenConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
|
+
export var TimecodeConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
786
|
+
export var EncoderSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
|
+
export var ChannelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
788
|
+
export var ClaimDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
+
export var ClaimDeviceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
|
+
export var MaintenanceCreateSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
791
|
+
export var VpcOutputSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
792
|
+
export var CreateChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
+
export var CreateChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
|
+
export var InputVpcRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
795
|
+
export var CreateInputRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
796
|
+
export var CreateInputResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
+
export var CreateInputSecurityGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
798
|
+
export var CreateInputSecurityGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
|
+
export var MultiplexSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
800
|
+
export var CreateMultiplexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
+
export var MultiplexFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
802
|
+
export var CreateMultiplexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
+
export var MultiplexProgramServiceDescriptorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
|
+
export var MultiplexStatmuxVideoSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
|
+
export var MultiplexVideoSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
|
+
export var MultiplexProgramSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
807
|
+
export var CreateMultiplexProgramRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
808
|
+
export var MultiplexProgramPacketIdentifiersMapFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
809
|
+
export var MultiplexProgramFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
|
+
export var CreateMultiplexProgramResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
+
export var CreatePartnerInputRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
812
|
+
export var CreatePartnerInputResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
|
+
export var CreateTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
814
|
+
export var DeleteChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
+
export var DeleteChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
816
|
+
export var DeleteInputRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
+
export var DeleteInputResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
|
+
export var DeleteInputSecurityGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
|
+
export var DeleteInputSecurityGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
|
+
export var DeleteMultiplexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
+
export var DeleteMultiplexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
+
export var DeleteMultiplexProgramRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
|
+
export var DeleteMultiplexProgramResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
|
+
export var DeleteReservationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
+
export var DeleteReservationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
|
+
export var DeleteScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
|
+
export var DeleteScheduleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
828
|
+
export var DeleteTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
+
export var DescribeChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
|
+
export var DescribeChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
+
export var DescribeInputRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
|
+
export var DescribeInputResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
+
export var DescribeInputDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
+
export var DescribeInputDeviceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
|
+
export var DescribeInputDeviceThumbnailRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
+
export var DescribeInputDeviceThumbnailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
+
export var DescribeInputSecurityGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
+
export var DescribeInputSecurityGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
+
export var DescribeMultiplexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
840
|
+
export var DescribeMultiplexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
+
export var DescribeMultiplexProgramRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
+
export var DescribeMultiplexProgramResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
+
export var DescribeOfferingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
844
|
+
export var DescribeOfferingResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
+
export var DescribeReservationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
+
export var DescribeReservationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
+
export var DescribeScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
|
+
export var DescribeScheduleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
849
|
+
export var InputDeviceConfigurableSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
+
export var ListChannelsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
|
+
export var ListChannelsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
852
|
+
export var ListInputDevicesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
|
+
export var ListInputDevicesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
|
+
export var ListInputDeviceTransfersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
+
export var ListInputDeviceTransfersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
856
|
+
export var ListInputsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
|
+
export var ListInputsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
858
|
+
export var ListInputSecurityGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
+
export var ListInputSecurityGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
860
|
+
export var ListMultiplexesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
861
|
+
export var ListMultiplexesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
+
export var ListMultiplexProgramsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
863
|
+
export var ListMultiplexProgramsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
864
|
+
export var ListOfferingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
865
|
+
export var ListOfferingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
+
export var ListReservationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
+
export var ListReservationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
868
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
+
export var MaintenanceUpdateSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
|
+
export var PurchaseOfferingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
872
|
+
export var PurchaseOfferingResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
|
+
export var RebootInputDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
|
+
export var RebootInputDeviceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
875
|
+
export var RejectInputDeviceTransferRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
876
|
+
export var RejectInputDeviceTransferResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
877
|
+
export var StartChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
|
+
export var StartChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
879
|
+
export var StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
880
|
+
export var StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
881
|
+
export var StartMultiplexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
|
+
export var StartMultiplexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
883
|
+
export var StopChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
884
|
+
export var StopChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
885
|
+
export var StopMultiplexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
886
|
+
export var StopMultiplexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
887
|
+
export var TransferInputDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
888
|
+
export var TransferInputDeviceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
889
|
+
export var UpdateChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
890
|
+
export var UpdateChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
891
|
+
export var UpdateChannelClassRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
892
|
+
export var UpdateChannelClassResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
893
|
+
export var UpdateInputRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|