aws-sdk 2.1613.0 → 2.1614.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.
@@ -1270,6 +1270,13 @@ Alternate rendition that the client will not try to play back by default. Repres
1270
1270
  * Controls how SCTE-35 messages create cues. Splice Insert mode treats all segmentation signals traditionally. With Time Signal APOS mode only Time Signal Placement Opportunity and Break messages create segment breaks. With ESAM mode, signals are forwarded to an ESAM server for possible update.
1271
1271
  */
1272
1272
  AvailSettings?: AvailSettings;
1273
+ /**
1274
+ * Configures whether SCTE 35 passthrough triggers segment breaks in all output groups that use segmented outputs. Insertion of a SCTE 35 message typically results in a segment break, in addition to the regular cadence of breaks. The segment breaks appear in video outputs, audio outputs, and captions outputs (if any).
1275
+
1276
+ ALL_OUTPUT_GROUPS: Default. Insert the segment break in in all output groups that have segmented outputs. This is the legacy behavior.
1277
+ SCTE35_ENABLED_OUTPUT_GROUPS: Insert the segment break only in output groups that have SCTE 35 passthrough enabled. This is the recommended value, because it reduces unnecessary segment breaks.
1278
+ */
1279
+ Scte35SegmentationScope?: Scte35SegmentationScope;
1273
1280
  }
1274
1281
  export interface AvailSettings {
1275
1282
  Esam?: Esam;
@@ -9211,6 +9218,7 @@ one destination per packager.
9211
9218
  export type __stringPatternArnMedialiveEventbridgeRuleTemplateGroup = string;
9212
9219
  export type __stringPatternArnMedialiveSignalMap = string;
9213
9220
  export type __stringPatternS = string;
9221
+ export type Scte35SegmentationScope = "ALL_OUTPUT_GROUPS"|"SCTE35_ENABLED_OUTPUT_GROUPS"|string;
9214
9222
  /**
9215
9223
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
9216
9224
  */
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1613.0',
86
+ VERSION: '2.1614.0',
87
87
 
88
88
  /**
89
89
  * @api private