@aws-sdk/client-medialive 3.399.0 → 3.407.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.
@@ -5484,6 +5484,12 @@ const se_EncoderSettings = (input, context) => {
5484
5484
  videoDescriptions: [, (_) => se___listOfVideoDescription(_, context), `VideoDescriptions`],
5485
5485
  });
5486
5486
  };
5487
+ const se_EpochLockingSettings = (input, context) => {
5488
+ return (0, smithy_client_1.take)(input, {
5489
+ customEpoch: [, , `CustomEpoch`],
5490
+ jamSyncTime: [, , `JamSyncTime`],
5491
+ });
5492
+ };
5487
5493
  const se_Esam = (input, context) => {
5488
5494
  return (0, smithy_client_1.take)(input, {
5489
5495
  acquisitionPointId: [, , `AcquisitionPointId`],
@@ -5570,6 +5576,7 @@ const se_GlobalConfiguration = (input, context) => {
5570
5576
  inputEndAction: [, , `InputEndAction`],
5571
5577
  inputLossBehavior: [, (_) => se_InputLossBehavior(_, context), `InputLossBehavior`],
5572
5578
  outputLockingMode: [, , `OutputLockingMode`],
5579
+ outputLockingSettings: [, (_) => se_OutputLockingSettings(_, context), `OutputLockingSettings`],
5573
5580
  outputTimingSource: [, , `OutputTimingSource`],
5574
5581
  supportLowFramerateInputs: [, , `SupportLowFramerateInputs`],
5575
5582
  });
@@ -6263,6 +6270,12 @@ const se_OutputLocationRef = (input, context) => {
6263
6270
  destinationRefId: [, , `DestinationRefId`],
6264
6271
  });
6265
6272
  };
6273
+ const se_OutputLockingSettings = (input, context) => {
6274
+ return (0, smithy_client_1.take)(input, {
6275
+ epochLockingSettings: [, (_) => se_EpochLockingSettings(_, context), `EpochLockingSettings`],
6276
+ pipelineLockingSettings: [, smithy_client_1._json, `PipelineLockingSettings`],
6277
+ });
6278
+ };
6266
6279
  const se_OutputSettings = (input, context) => {
6267
6280
  return (0, smithy_client_1.take)(input, {
6268
6281
  archiveOutputSettings: [, (_) => se_ArchiveOutputSettings(_, context), `ArchiveOutputSettings`],
@@ -7463,6 +7476,12 @@ const de_EncoderSettings = (output, context) => {
7463
7476
  VideoDescriptions: [, (_) => de___listOfVideoDescription(_, context), `videoDescriptions`],
7464
7477
  });
7465
7478
  };
7479
+ const de_EpochLockingSettings = (output, context) => {
7480
+ return (0, smithy_client_1.take)(output, {
7481
+ CustomEpoch: [, smithy_client_1.expectString, `customEpoch`],
7482
+ JamSyncTime: [, smithy_client_1.expectString, `jamSyncTime`],
7483
+ });
7484
+ };
7466
7485
  const de_Esam = (output, context) => {
7467
7486
  return (0, smithy_client_1.take)(output, {
7468
7487
  AcquisitionPointId: [, smithy_client_1.expectString, `acquisitionPointId`],
@@ -7549,6 +7568,7 @@ const de_GlobalConfiguration = (output, context) => {
7549
7568
  InputEndAction: [, smithy_client_1.expectString, `inputEndAction`],
7550
7569
  InputLossBehavior: [, (_) => de_InputLossBehavior(_, context), `inputLossBehavior`],
7551
7570
  OutputLockingMode: [, smithy_client_1.expectString, `outputLockingMode`],
7571
+ OutputLockingSettings: [, (_) => de_OutputLockingSettings(_, context), `outputLockingSettings`],
7552
7572
  OutputTimingSource: [, smithy_client_1.expectString, `outputTimingSource`],
7553
7573
  SupportLowFramerateInputs: [, smithy_client_1.expectString, `supportLowFramerateInputs`],
7554
7574
  });
@@ -8410,6 +8430,12 @@ const de_OutputLocationRef = (output, context) => {
8410
8430
  DestinationRefId: [, smithy_client_1.expectString, `destinationRefId`],
8411
8431
  });
8412
8432
  };
8433
+ const de_OutputLockingSettings = (output, context) => {
8434
+ return (0, smithy_client_1.take)(output, {
8435
+ EpochLockingSettings: [, (_) => de_EpochLockingSettings(_, context), `epochLockingSettings`],
8436
+ PipelineLockingSettings: [, smithy_client_1._json, `pipelineLockingSettings`],
8437
+ });
8438
+ };
8413
8439
  const de_OutputSettings = (output, context) => {
8414
8440
  return (0, smithy_client_1.take)(output, {
8415
8441
  ArchiveOutputSettings: [, (_) => de_ArchiveOutputSettings(_, context), `archiveOutputSettings`],
@@ -5355,6 +5355,12 @@ const se_EncoderSettings = (input, context) => {
5355
5355
  videoDescriptions: [, (_) => se___listOfVideoDescription(_, context), `VideoDescriptions`],
5356
5356
  });
5357
5357
  };
5358
+ const se_EpochLockingSettings = (input, context) => {
5359
+ return take(input, {
5360
+ customEpoch: [, , `CustomEpoch`],
5361
+ jamSyncTime: [, , `JamSyncTime`],
5362
+ });
5363
+ };
5358
5364
  const se_Esam = (input, context) => {
5359
5365
  return take(input, {
5360
5366
  acquisitionPointId: [, , `AcquisitionPointId`],
@@ -5441,6 +5447,7 @@ const se_GlobalConfiguration = (input, context) => {
5441
5447
  inputEndAction: [, , `InputEndAction`],
5442
5448
  inputLossBehavior: [, (_) => se_InputLossBehavior(_, context), `InputLossBehavior`],
5443
5449
  outputLockingMode: [, , `OutputLockingMode`],
5450
+ outputLockingSettings: [, (_) => se_OutputLockingSettings(_, context), `OutputLockingSettings`],
5444
5451
  outputTimingSource: [, , `OutputTimingSource`],
5445
5452
  supportLowFramerateInputs: [, , `SupportLowFramerateInputs`],
5446
5453
  });
@@ -6134,6 +6141,12 @@ const se_OutputLocationRef = (input, context) => {
6134
6141
  destinationRefId: [, , `DestinationRefId`],
6135
6142
  });
6136
6143
  };
6144
+ const se_OutputLockingSettings = (input, context) => {
6145
+ return take(input, {
6146
+ epochLockingSettings: [, (_) => se_EpochLockingSettings(_, context), `EpochLockingSettings`],
6147
+ pipelineLockingSettings: [, _json, `PipelineLockingSettings`],
6148
+ });
6149
+ };
6137
6150
  const se_OutputSettings = (input, context) => {
6138
6151
  return take(input, {
6139
6152
  archiveOutputSettings: [, (_) => se_ArchiveOutputSettings(_, context), `ArchiveOutputSettings`],
@@ -7334,6 +7347,12 @@ const de_EncoderSettings = (output, context) => {
7334
7347
  VideoDescriptions: [, (_) => de___listOfVideoDescription(_, context), `videoDescriptions`],
7335
7348
  });
7336
7349
  };
7350
+ const de_EpochLockingSettings = (output, context) => {
7351
+ return take(output, {
7352
+ CustomEpoch: [, __expectString, `customEpoch`],
7353
+ JamSyncTime: [, __expectString, `jamSyncTime`],
7354
+ });
7355
+ };
7337
7356
  const de_Esam = (output, context) => {
7338
7357
  return take(output, {
7339
7358
  AcquisitionPointId: [, __expectString, `acquisitionPointId`],
@@ -7420,6 +7439,7 @@ const de_GlobalConfiguration = (output, context) => {
7420
7439
  InputEndAction: [, __expectString, `inputEndAction`],
7421
7440
  InputLossBehavior: [, (_) => de_InputLossBehavior(_, context), `inputLossBehavior`],
7422
7441
  OutputLockingMode: [, __expectString, `outputLockingMode`],
7442
+ OutputLockingSettings: [, (_) => de_OutputLockingSettings(_, context), `outputLockingSettings`],
7423
7443
  OutputTimingSource: [, __expectString, `outputTimingSource`],
7424
7444
  SupportLowFramerateInputs: [, __expectString, `supportLowFramerateInputs`],
7425
7445
  });
@@ -8281,6 +8301,12 @@ const de_OutputLocationRef = (output, context) => {
8281
8301
  DestinationRefId: [, __expectString, `destinationRefId`],
8282
8302
  });
8283
8303
  };
8304
+ const de_OutputLockingSettings = (output, context) => {
8305
+ return take(output, {
8306
+ EpochLockingSettings: [, (_) => de_EpochLockingSettings(_, context), `epochLockingSettings`],
8307
+ PipelineLockingSettings: [, _json, `pipelineLockingSettings`],
8308
+ });
8309
+ };
8284
8310
  const de_OutputSettings = (output, context) => {
8285
8311
  return take(output, {
8286
8312
  ArchiveOutputSettings: [, (_) => de_ArchiveOutputSettings(_, context), `archiveOutputSettings`],
@@ -307,6 +307,13 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
307
307
  * OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
308
308
  * OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
309
309
  * SupportLowFramerateInputs: "DISABLED" || "ENABLED",
310
+ * OutputLockingSettings: { // OutputLockingSettings
311
+ * EpochLockingSettings: { // EpochLockingSettings
312
+ * CustomEpoch: "STRING_VALUE",
313
+ * JamSyncTime: "STRING_VALUE",
314
+ * },
315
+ * PipelineLockingSettings: {},
316
+ * },
310
317
  * },
311
318
  * MotionGraphicsConfiguration: { // MotionGraphicsConfiguration
312
319
  * MotionGraphicsInsertion: "DISABLED" || "ENABLED",
@@ -1310,6 +1317,13 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
1310
1317
  * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
1311
1318
  * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
1312
1319
  * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
1320
+ * // OutputLockingSettings: { // OutputLockingSettings
1321
+ * // EpochLockingSettings: { // EpochLockingSettings
1322
+ * // CustomEpoch: "STRING_VALUE",
1323
+ * // JamSyncTime: "STRING_VALUE",
1324
+ * // },
1325
+ * // PipelineLockingSettings: {},
1326
+ * // },
1313
1327
  * // },
1314
1328
  * // MotionGraphicsConfiguration: { // MotionGraphicsConfiguration
1315
1329
  * // MotionGraphicsInsertion: "DISABLED" || "ENABLED",
@@ -318,6 +318,13 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
318
318
  * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
319
319
  * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
320
320
  * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
321
+ * // OutputLockingSettings: { // OutputLockingSettings
322
+ * // EpochLockingSettings: { // EpochLockingSettings
323
+ * // CustomEpoch: "STRING_VALUE",
324
+ * // JamSyncTime: "STRING_VALUE",
325
+ * // },
326
+ * // PipelineLockingSettings: {},
327
+ * // },
321
328
  * // },
322
329
  * // MotionGraphicsConfiguration: { // MotionGraphicsConfiguration
323
330
  * // MotionGraphicsInsertion: "DISABLED" || "ENABLED",
@@ -318,6 +318,13 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
318
318
  * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
319
319
  * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
320
320
  * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
321
+ * // OutputLockingSettings: { // OutputLockingSettings
322
+ * // EpochLockingSettings: { // EpochLockingSettings
323
+ * // CustomEpoch: "STRING_VALUE",
324
+ * // JamSyncTime: "STRING_VALUE",
325
+ * // },
326
+ * // PipelineLockingSettings: {},
327
+ * // },
321
328
  * // },
322
329
  * // MotionGraphicsConfiguration: { // MotionGraphicsConfiguration
323
330
  * // MotionGraphicsInsertion: "DISABLED" || "ENABLED",
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
- import { ListOfferingsRequest, ListOfferingsResponse } from "../models/models_1";
5
+ import { ListOfferingsRequest } from "../models/models_1";
6
+ import { ListOfferingsResponse } from "../models/models_2";
6
7
  /**
7
8
  * @public
8
9
  */
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
- import { ListReservationsRequest, ListReservationsResponse } from "../models/models_1";
5
+ import { ListReservationsRequest, ListReservationsResponse } from "../models/models_2";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -318,6 +318,13 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
318
318
  * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
319
319
  * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
320
320
  * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
321
+ * // OutputLockingSettings: { // OutputLockingSettings
322
+ * // EpochLockingSettings: { // EpochLockingSettings
323
+ * // CustomEpoch: "STRING_VALUE",
324
+ * // JamSyncTime: "STRING_VALUE",
325
+ * // },
326
+ * // PipelineLockingSettings: {},
327
+ * // },
321
328
  * // },
322
329
  * // MotionGraphicsConfiguration: { // MotionGraphicsConfiguration
323
330
  * // MotionGraphicsInsertion: "DISABLED" || "ENABLED",
@@ -318,6 +318,13 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
318
318
  * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
319
319
  * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
320
320
  * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
321
+ * // OutputLockingSettings: { // OutputLockingSettings
322
+ * // EpochLockingSettings: { // EpochLockingSettings
323
+ * // CustomEpoch: "STRING_VALUE",
324
+ * // JamSyncTime: "STRING_VALUE",
325
+ * // },
326
+ * // PipelineLockingSettings: {},
327
+ * // },
321
328
  * // },
322
329
  * // MotionGraphicsConfiguration: { // MotionGraphicsConfiguration
323
330
  * // MotionGraphicsInsertion: "DISABLED" || "ENABLED",
@@ -342,6 +342,13 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
342
342
  * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
343
343
  * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
344
344
  * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
345
+ * // OutputLockingSettings: { // OutputLockingSettings
346
+ * // EpochLockingSettings: { // EpochLockingSettings
347
+ * // CustomEpoch: "STRING_VALUE",
348
+ * // JamSyncTime: "STRING_VALUE",
349
+ * // },
350
+ * // PipelineLockingSettings: {},
351
+ * // },
345
352
  * // },
346
353
  * // MotionGraphicsConfiguration: { // MotionGraphicsConfiguration
347
354
  * // MotionGraphicsInsertion: "DISABLED" || "ENABLED",
@@ -307,6 +307,13 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
307
307
  * OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
308
308
  * OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
309
309
  * SupportLowFramerateInputs: "DISABLED" || "ENABLED",
310
+ * OutputLockingSettings: { // OutputLockingSettings
311
+ * EpochLockingSettings: { // EpochLockingSettings
312
+ * CustomEpoch: "STRING_VALUE",
313
+ * JamSyncTime: "STRING_VALUE",
314
+ * },
315
+ * PipelineLockingSettings: {},
316
+ * },
310
317
  * },
311
318
  * MotionGraphicsConfiguration: { // MotionGraphicsConfiguration
312
319
  * MotionGraphicsInsertion: "DISABLED" || "ENABLED",
@@ -1295,6 +1302,13 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
1295
1302
  * // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
1296
1303
  * // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
1297
1304
  * // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
1305
+ * // OutputLockingSettings: { // OutputLockingSettings
1306
+ * // EpochLockingSettings: { // EpochLockingSettings
1307
+ * // CustomEpoch: "STRING_VALUE",
1308
+ * // JamSyncTime: "STRING_VALUE",
1309
+ * // },
1310
+ * // PipelineLockingSettings: {},
1311
+ * // },
1298
1312
  * // },
1299
1313
  * // MotionGraphicsConfiguration: { // MotionGraphicsConfiguration
1300
1314
  * // MotionGraphicsInsertion: "DISABLED" || "ENABLED",
@@ -1,7 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { StreamingBlobTypes } from "@smithy/types";
3
3
  import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
4
- import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CaptionLanguageMapping, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsAdMarkers, HlsCaptionLanguageSetting, HlsCdnSettings, HlsClientCache, HlsCodecSpecification, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, IFrameOnlyPlaylistType, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputLossActionForHlsOut, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, KeyProviderSettings, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OfferingDurationUnits, OfferingType, Output, OutputDestination, OutputLocationRef, ReservationResourceSpecification, VpcOutputSettingsDescription } from "./models_0";
4
+ import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CaptionLanguageMapping, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsAdMarkers, HlsCaptionLanguageSetting, HlsCdnSettings, HlsClientCache, HlsCodecSpecification, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, IFrameOnlyPlaylistType, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputLossActionForHlsOut, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, KeyProviderSettings, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, OfferingDurationUnits, OfferingType, Output, OutputDestination, OutputLocationRef, ReservationResourceSpecification, VpcOutputSettingsDescription } from "./models_0";
5
5
  /**
6
6
  * @public
7
7
  * @enum
@@ -4019,6 +4019,44 @@ export declare const GlobalConfigurationOutputLockingMode: {
4019
4019
  * @public
4020
4020
  */
4021
4021
  export type GlobalConfigurationOutputLockingMode = (typeof GlobalConfigurationOutputLockingMode)[keyof typeof GlobalConfigurationOutputLockingMode];
4022
+ /**
4023
+ * @public
4024
+ * Epoch Locking Settings
4025
+ */
4026
+ export interface EpochLockingSettings {
4027
+ /**
4028
+ * @public
4029
+ * Optional. Enter a value here to use a custom epoch, instead of the standard epoch (which started at 1970-01-01T00:00:00 UTC). Specify the start time of the custom epoch, in YYYY-MM-DDTHH:MM:SS in UTC. The time must be 2000-01-01T00:00:00 or later. Always set the MM:SS portion to 00:00.
4030
+ */
4031
+ CustomEpoch?: string;
4032
+ /**
4033
+ * @public
4034
+ * Optional. Enter a time for the jam sync. The default is midnight UTC. When epoch locking is enabled, MediaLive performs a daily jam sync on every output encode to ensure timecodes don’t diverge from the wall clock. The jam sync applies only to encodes with frame rate of 29.97 or 59.94 FPS. To override, enter a time in HH:MM:SS in UTC. Always set the MM:SS portion to 00:00.
4035
+ */
4036
+ JamSyncTime?: string;
4037
+ }
4038
+ /**
4039
+ * @public
4040
+ * Pipeline Locking Settings
4041
+ */
4042
+ export interface PipelineLockingSettings {
4043
+ }
4044
+ /**
4045
+ * @public
4046
+ * Output Locking Settings
4047
+ */
4048
+ export interface OutputLockingSettings {
4049
+ /**
4050
+ * @public
4051
+ * Epoch Locking Settings
4052
+ */
4053
+ EpochLockingSettings?: EpochLockingSettings;
4054
+ /**
4055
+ * @public
4056
+ * Pipeline Locking Settings
4057
+ */
4058
+ PipelineLockingSettings?: PipelineLockingSettings;
4059
+ }
4022
4060
  /**
4023
4061
  * @public
4024
4062
  * @enum
@@ -4081,6 +4119,11 @@ export interface GlobalConfiguration {
4081
4119
  * Adjusts video input buffer for streams with very low video framerates. This is commonly set to enabled for music channels with less than one video frame per second.
4082
4120
  */
4083
4121
  SupportLowFramerateInputs?: GlobalConfigurationLowFramerateInputs | string;
4122
+ /**
4123
+ * @public
4124
+ * Advanced output locking settings
4125
+ */
4126
+ OutputLockingSettings?: OutputLockingSettings;
4084
4127
  }
4085
4128
  /**
4086
4129
  * @public
@@ -6570,94 +6613,6 @@ export interface ListOfferingsRequest {
6570
6613
  */
6571
6614
  VideoQuality?: string;
6572
6615
  }
6573
- /**
6574
- * @public
6575
- * Placeholder documentation for ListOfferingsResponse
6576
- */
6577
- export interface ListOfferingsResponse {
6578
- /**
6579
- * @public
6580
- * Token to retrieve the next page of results
6581
- */
6582
- NextToken?: string;
6583
- /**
6584
- * @public
6585
- * List of offerings
6586
- */
6587
- Offerings?: Offering[];
6588
- }
6589
- /**
6590
- * @public
6591
- * Placeholder documentation for ListReservationsRequest
6592
- */
6593
- export interface ListReservationsRequest {
6594
- /**
6595
- * @public
6596
- * Filter by channel class, 'STANDARD' or 'SINGLE_PIPELINE'
6597
- */
6598
- ChannelClass?: string;
6599
- /**
6600
- * @public
6601
- * Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', or 'LINK'
6602
- */
6603
- Codec?: string;
6604
- /**
6605
- * @public
6606
- * Placeholder documentation for MaxResults
6607
- */
6608
- MaxResults?: number;
6609
- /**
6610
- * @public
6611
- * Filter by bitrate, 'MAX_10_MBPS', 'MAX_20_MBPS', or 'MAX_50_MBPS'
6612
- */
6613
- MaximumBitrate?: string;
6614
- /**
6615
- * @public
6616
- * Filter by framerate, 'MAX_30_FPS' or 'MAX_60_FPS'
6617
- */
6618
- MaximumFramerate?: string;
6619
- /**
6620
- * @public
6621
- * Placeholder documentation for __string
6622
- */
6623
- NextToken?: string;
6624
- /**
6625
- * @public
6626
- * Filter by resolution, 'SD', 'HD', 'FHD', or 'UHD'
6627
- */
6628
- Resolution?: string;
6629
- /**
6630
- * @public
6631
- * Filter by resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'
6632
- */
6633
- ResourceType?: string;
6634
- /**
6635
- * @public
6636
- * Filter by special feature, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'
6637
- */
6638
- SpecialFeature?: string;
6639
- /**
6640
- * @public
6641
- * Filter by video quality, 'STANDARD', 'ENHANCED', or 'PREMIUM'
6642
- */
6643
- VideoQuality?: string;
6644
- }
6645
- /**
6646
- * @public
6647
- * Placeholder documentation for ListReservationsResponse
6648
- */
6649
- export interface ListReservationsResponse {
6650
- /**
6651
- * @public
6652
- * Token to retrieve the next page of results
6653
- */
6654
- NextToken?: string;
6655
- /**
6656
- * @public
6657
- * List of reservations
6658
- */
6659
- Reservations?: Reservation[];
6660
- }
6661
6616
  /**
6662
6617
  * @internal
6663
6618
  */
@@ -1,5 +1,93 @@
1
- import { CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputAttachment, InputDestinationRequest, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputSourceRequest, InputSpecification, InputWhitelistRuleCidr, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexState, OutputDestination, VpcOutputSettingsDescription } from "./models_0";
1
+ import { CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputAttachment, InputDestinationRequest, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputSourceRequest, InputSpecification, InputWhitelistRuleCidr, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexState, Offering, OutputDestination, VpcOutputSettingsDescription } from "./models_0";
2
2
  import { AccountConfiguration, Channel, EncoderSettings, InputDeviceConfigurableSettings, Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, PipelineDetail, RenewalSettings, Reservation } from "./models_1";
3
+ /**
4
+ * @public
5
+ * Placeholder documentation for ListOfferingsResponse
6
+ */
7
+ export interface ListOfferingsResponse {
8
+ /**
9
+ * @public
10
+ * Token to retrieve the next page of results
11
+ */
12
+ NextToken?: string;
13
+ /**
14
+ * @public
15
+ * List of offerings
16
+ */
17
+ Offerings?: Offering[];
18
+ }
19
+ /**
20
+ * @public
21
+ * Placeholder documentation for ListReservationsRequest
22
+ */
23
+ export interface ListReservationsRequest {
24
+ /**
25
+ * @public
26
+ * Filter by channel class, 'STANDARD' or 'SINGLE_PIPELINE'
27
+ */
28
+ ChannelClass?: string;
29
+ /**
30
+ * @public
31
+ * Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', or 'LINK'
32
+ */
33
+ Codec?: string;
34
+ /**
35
+ * @public
36
+ * Placeholder documentation for MaxResults
37
+ */
38
+ MaxResults?: number;
39
+ /**
40
+ * @public
41
+ * Filter by bitrate, 'MAX_10_MBPS', 'MAX_20_MBPS', or 'MAX_50_MBPS'
42
+ */
43
+ MaximumBitrate?: string;
44
+ /**
45
+ * @public
46
+ * Filter by framerate, 'MAX_30_FPS' or 'MAX_60_FPS'
47
+ */
48
+ MaximumFramerate?: string;
49
+ /**
50
+ * @public
51
+ * Placeholder documentation for __string
52
+ */
53
+ NextToken?: string;
54
+ /**
55
+ * @public
56
+ * Filter by resolution, 'SD', 'HD', 'FHD', or 'UHD'
57
+ */
58
+ Resolution?: string;
59
+ /**
60
+ * @public
61
+ * Filter by resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'
62
+ */
63
+ ResourceType?: string;
64
+ /**
65
+ * @public
66
+ * Filter by special feature, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'
67
+ */
68
+ SpecialFeature?: string;
69
+ /**
70
+ * @public
71
+ * Filter by video quality, 'STANDARD', 'ENHANCED', or 'PREMIUM'
72
+ */
73
+ VideoQuality?: string;
74
+ }
75
+ /**
76
+ * @public
77
+ * Placeholder documentation for ListReservationsResponse
78
+ */
79
+ export interface ListReservationsResponse {
80
+ /**
81
+ * @public
82
+ * Token to retrieve the next page of results
83
+ */
84
+ NextToken?: string;
85
+ /**
86
+ * @public
87
+ * List of reservations
88
+ */
89
+ Reservations?: Reservation[];
90
+ }
3
91
  /**
4
92
  * @public
5
93
  * Placeholder documentation for ListTagsForResourceRequest
@@ -11,10 +11,8 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaLiveClient";
14
- import {
15
- ListOfferingsRequest,
16
- ListOfferingsResponse,
17
- } from "../models/models_1";
14
+ import { ListOfferingsRequest } from "../models/models_1";
15
+ import { ListOfferingsResponse } from "../models/models_2";
18
16
  export { __MetadataBearer, $Command };
19
17
  export interface ListOfferingsCommandInput extends ListOfferingsRequest {}
20
18
  export interface ListOfferingsCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ListReservationsRequest,
16
16
  ListReservationsResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface ListReservationsCommandInput extends ListReservationsRequest {}
20
20
  export interface ListReservationsCommandOutput
@@ -66,7 +66,6 @@ import {
66
66
  MultiplexProgramSummary,
67
67
  MultiplexState,
68
68
  MultiplexSummary,
69
- Offering,
70
69
  OfferingDurationUnits,
71
70
  OfferingType,
72
71
  Output,
@@ -1394,6 +1393,15 @@ export declare const GlobalConfigurationOutputLockingMode: {
1394
1393
  };
1395
1394
  export type GlobalConfigurationOutputLockingMode =
1396
1395
  (typeof GlobalConfigurationOutputLockingMode)[keyof typeof GlobalConfigurationOutputLockingMode];
1396
+ export interface EpochLockingSettings {
1397
+ CustomEpoch?: string;
1398
+ JamSyncTime?: string;
1399
+ }
1400
+ export interface PipelineLockingSettings {}
1401
+ export interface OutputLockingSettings {
1402
+ EpochLockingSettings?: EpochLockingSettings;
1403
+ PipelineLockingSettings?: PipelineLockingSettings;
1404
+ }
1397
1405
  export declare const GlobalConfigurationOutputTimingSource: {
1398
1406
  readonly INPUT_CLOCK: "INPUT_CLOCK";
1399
1407
  readonly SYSTEM_CLOCK: "SYSTEM_CLOCK";
@@ -1413,6 +1421,7 @@ export interface GlobalConfiguration {
1413
1421
  OutputLockingMode?: GlobalConfigurationOutputLockingMode | string;
1414
1422
  OutputTimingSource?: GlobalConfigurationOutputTimingSource | string;
1415
1423
  SupportLowFramerateInputs?: GlobalConfigurationLowFramerateInputs | string;
1424
+ OutputLockingSettings?: OutputLockingSettings;
1416
1425
  }
1417
1426
  export declare const MotionGraphicsInsertion: {
1418
1427
  readonly DISABLED: "DISABLED";
@@ -1991,26 +2000,6 @@ export interface ListOfferingsRequest {
1991
2000
  SpecialFeature?: string;
1992
2001
  VideoQuality?: string;
1993
2002
  }
1994
- export interface ListOfferingsResponse {
1995
- NextToken?: string;
1996
- Offerings?: Offering[];
1997
- }
1998
- export interface ListReservationsRequest {
1999
- ChannelClass?: string;
2000
- Codec?: string;
2001
- MaxResults?: number;
2002
- MaximumBitrate?: string;
2003
- MaximumFramerate?: string;
2004
- NextToken?: string;
2005
- Resolution?: string;
2006
- ResourceType?: string;
2007
- SpecialFeature?: string;
2008
- VideoQuality?: string;
2009
- }
2010
- export interface ListReservationsResponse {
2011
- NextToken?: string;
2012
- Reservations?: Reservation[];
2013
- }
2014
2003
  export declare const DescribeInputDeviceThumbnailResponseFilterSensitiveLog: (
2015
2004
  obj: DescribeInputDeviceThumbnailResponse
2016
2005
  ) => any;
@@ -24,6 +24,7 @@ import {
24
24
  MediaConnectFlowRequest,
25
25
  MultiplexOutputDestination,
26
26
  MultiplexState,
27
+ Offering,
27
28
  OutputDestination,
28
29
  VpcOutputSettingsDescription,
29
30
  } from "./models_0";
@@ -40,6 +41,26 @@ import {
40
41
  RenewalSettings,
41
42
  Reservation,
42
43
  } from "./models_1";
44
+ export interface ListOfferingsResponse {
45
+ NextToken?: string;
46
+ Offerings?: Offering[];
47
+ }
48
+ export interface ListReservationsRequest {
49
+ ChannelClass?: string;
50
+ Codec?: string;
51
+ MaxResults?: number;
52
+ MaximumBitrate?: string;
53
+ MaximumFramerate?: string;
54
+ NextToken?: string;
55
+ Resolution?: string;
56
+ ResourceType?: string;
57
+ SpecialFeature?: string;
58
+ VideoQuality?: string;
59
+ }
60
+ export interface ListReservationsResponse {
61
+ NextToken?: string;
62
+ Reservations?: Reservation[];
63
+ }
43
64
  export interface ListTagsForResourceRequest {
44
65
  ResourceArn: string | undefined;
45
66
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-medialive",
3
3
  "description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
4
- "version": "3.399.0",
4
+ "version": "3.407.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.398.0",
25
- "@aws-sdk/credential-provider-node": "3.398.0",
24
+ "@aws-sdk/client-sts": "3.405.0",
25
+ "@aws-sdk/credential-provider-node": "3.405.0",
26
26
  "@aws-sdk/middleware-host-header": "3.398.0",
27
27
  "@aws-sdk/middleware-logger": "3.398.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.398.0",
@@ -31,7 +31,7 @@
31
31
  "@aws-sdk/types": "3.398.0",
32
32
  "@aws-sdk/util-endpoints": "3.398.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.398.0",
34
- "@aws-sdk/util-user-agent-node": "3.398.0",
34
+ "@aws-sdk/util-user-agent-node": "3.405.0",
35
35
  "@smithy/config-resolver": "^2.0.5",
36
36
  "@smithy/fetch-http-handler": "^2.0.5",
37
37
  "@smithy/hash-node": "^2.0.5",
@@ -41,7 +41,7 @@
41
41
  "@smithy/middleware-retry": "^2.0.5",
42
42
  "@smithy/middleware-serde": "^2.0.5",
43
43
  "@smithy/middleware-stack": "^2.0.0",
44
- "@smithy/node-config-provider": "^2.0.5",
44
+ "@smithy/node-config-provider": "^2.0.6",
45
45
  "@smithy/node-http-handler": "^2.0.5",
46
46
  "@smithy/protocol-http": "^2.0.5",
47
47
  "@smithy/smithy-client": "^2.0.5",
@@ -50,8 +50,8 @@
50
50
  "@smithy/util-base64": "^2.0.0",
51
51
  "@smithy/util-body-length-browser": "^2.0.0",
52
52
  "@smithy/util-body-length-node": "^2.1.0",
53
- "@smithy/util-defaults-mode-browser": "^2.0.5",
54
- "@smithy/util-defaults-mode-node": "^2.0.5",
53
+ "@smithy/util-defaults-mode-browser": "^2.0.6",
54
+ "@smithy/util-defaults-mode-node": "^2.0.6",
55
55
  "@smithy/util-retry": "^2.0.0",
56
56
  "@smithy/util-stream": "^2.0.5",
57
57
  "@smithy/util-utf8": "^2.0.0",