@aws-sdk/client-medialive 3.162.0 → 3.167.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.
@@ -176,6 +176,44 @@ export interface Ac3Settings {
176
176
 
177
177
  MetadataControl?: Ac3MetadataControl | string;
178
178
  }
179
+ export declare enum Eac3AtmosCodingMode {
180
+ CODING_MODE_5_1_4 = "CODING_MODE_5_1_4",
181
+ CODING_MODE_7_1_4 = "CODING_MODE_7_1_4",
182
+ CODING_MODE_9_1_6 = "CODING_MODE_9_1_6"
183
+ }
184
+ export declare enum Eac3AtmosDrcLine {
185
+ FILM_LIGHT = "FILM_LIGHT",
186
+ FILM_STANDARD = "FILM_STANDARD",
187
+ MUSIC_LIGHT = "MUSIC_LIGHT",
188
+ MUSIC_STANDARD = "MUSIC_STANDARD",
189
+ NONE = "NONE",
190
+ SPEECH = "SPEECH"
191
+ }
192
+ export declare enum Eac3AtmosDrcRf {
193
+ FILM_LIGHT = "FILM_LIGHT",
194
+ FILM_STANDARD = "FILM_STANDARD",
195
+ MUSIC_LIGHT = "MUSIC_LIGHT",
196
+ MUSIC_STANDARD = "MUSIC_STANDARD",
197
+ NONE = "NONE",
198
+ SPEECH = "SPEECH"
199
+ }
200
+
201
+ export interface Eac3AtmosSettings {
202
+
203
+ Bitrate?: number;
204
+
205
+ CodingMode?: Eac3AtmosCodingMode | string;
206
+
207
+ Dialnorm?: number;
208
+
209
+ DrcLine?: Eac3AtmosDrcLine | string;
210
+
211
+ DrcRf?: Eac3AtmosDrcRf | string;
212
+
213
+ HeightTrim?: number;
214
+
215
+ SurroundTrim?: number;
216
+ }
179
217
  export declare enum Eac3AttenuationControl {
180
218
  ATTENUATE_3_DB = "ATTENUATE_3_DB",
181
219
  NONE = "NONE"
@@ -329,6 +367,8 @@ export interface AudioCodecSettings {
329
367
 
330
368
  Ac3Settings?: Ac3Settings;
331
369
 
370
+ Eac3AtmosSettings?: Eac3AtmosSettings;
371
+
332
372
  Eac3Settings?: Eac3Settings;
333
373
 
334
374
  Mp2Settings?: Mp2Settings;
@@ -2267,22 +2307,6 @@ export declare enum HlsProgramDateTime {
2267
2307
  EXCLUDE = "EXCLUDE",
2268
2308
  INCLUDE = "INCLUDE"
2269
2309
  }
2270
- export declare enum HlsProgramDateTimeClock {
2271
- INITIALIZE_FROM_OUTPUT_TIMECODE = "INITIALIZE_FROM_OUTPUT_TIMECODE",
2272
- SYSTEM_CLOCK = "SYSTEM_CLOCK"
2273
- }
2274
- export declare enum HlsRedundantManifest {
2275
- DISABLED = "DISABLED",
2276
- ENABLED = "ENABLED"
2277
- }
2278
- export declare enum HlsSegmentationMode {
2279
- USE_INPUT_SEGMENTATION = "USE_INPUT_SEGMENTATION",
2280
- USE_SEGMENT_DURATION = "USE_SEGMENT_DURATION"
2281
- }
2282
- export declare enum HlsStreamInfResolution {
2283
- EXCLUDE = "EXCLUDE",
2284
- INCLUDE = "INCLUDE"
2285
- }
2286
2310
 
2287
2311
  export declare const InputChannelLevelFilterSensitiveLog: (obj: InputChannelLevel) => any;
2288
2312
 
@@ -2302,6 +2326,8 @@ export declare const AacSettingsFilterSensitiveLog: (obj: AacSettings) => any;
2302
2326
 
2303
2327
  export declare const Ac3SettingsFilterSensitiveLog: (obj: Ac3Settings) => any;
2304
2328
 
2329
+ export declare const Eac3AtmosSettingsFilterSensitiveLog: (obj: Eac3AtmosSettings) => any;
2330
+
2305
2331
  export declare const Eac3SettingsFilterSensitiveLog: (obj: Eac3Settings) => any;
2306
2332
 
2307
2333
  export declare const Mp2SettingsFilterSensitiveLog: (obj: Mp2Settings) => any;
@@ -2,7 +2,23 @@
2
2
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
3
3
  import { Readable } from "stream";
4
4
  import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
5
- 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, HlsManifestCompression, HlsManifestDurationFormat, HlsMode, HlsOutputSelection, HlsProgramDateTime, HlsProgramDateTimeClock, HlsRedundantManifest, HlsSegmentationMode, HlsStreamInfResolution, IFrameOnlyPlaylistType, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, 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";
5
+ 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, HlsManifestCompression, HlsManifestDurationFormat, HlsMode, HlsOutputSelection, HlsProgramDateTime, 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";
6
+ export declare enum HlsProgramDateTimeClock {
7
+ INITIALIZE_FROM_OUTPUT_TIMECODE = "INITIALIZE_FROM_OUTPUT_TIMECODE",
8
+ SYSTEM_CLOCK = "SYSTEM_CLOCK"
9
+ }
10
+ export declare enum HlsRedundantManifest {
11
+ DISABLED = "DISABLED",
12
+ ENABLED = "ENABLED"
13
+ }
14
+ export declare enum HlsSegmentationMode {
15
+ USE_INPUT_SEGMENTATION = "USE_INPUT_SEGMENTATION",
16
+ USE_SEGMENT_DURATION = "USE_SEGMENT_DURATION"
17
+ }
18
+ export declare enum HlsStreamInfResolution {
19
+ EXCLUDE = "EXCLUDE",
20
+ INCLUDE = "INCLUDE"
21
+ }
6
22
  export declare enum HlsTimedMetadataId3Frame {
7
23
  NONE = "NONE",
8
24
  PRIV = "PRIV",
@@ -927,10 +943,15 @@ export declare enum H265ColorMetadata {
927
943
  INSERT = "INSERT"
928
944
  }
929
945
 
946
+ export interface DolbyVision81Settings {
947
+ }
948
+
930
949
  export interface H265ColorSpaceSettings {
931
950
 
932
951
  ColorSpacePassthroughSettings?: ColorSpacePassthroughSettings;
933
952
 
953
+ DolbyVision81Settings?: DolbyVision81Settings;
954
+
934
955
  Hdr10Settings?: Hdr10Settings;
935
956
 
936
957
  Rec601Settings?: Rec601Settings;
@@ -2746,67 +2767,6 @@ export interface TransferInputDeviceRequest {
2746
2767
  export interface TransferInputDeviceResponse {
2747
2768
  }
2748
2769
 
2749
- export interface UpdateChannelRequest {
2750
-
2751
- CdiInputSpecification?: CdiInputSpecification;
2752
-
2753
- ChannelId: string | undefined;
2754
-
2755
- Destinations?: OutputDestination[];
2756
-
2757
- EncoderSettings?: EncoderSettings;
2758
-
2759
- InputAttachments?: InputAttachment[];
2760
-
2761
- InputSpecification?: InputSpecification;
2762
-
2763
- LogLevel?: LogLevel | string;
2764
-
2765
- Maintenance?: MaintenanceUpdateSettings;
2766
-
2767
- Name?: string;
2768
-
2769
- RoleArn?: string;
2770
- }
2771
-
2772
- export interface UpdateChannelResponse {
2773
-
2774
- Channel?: Channel;
2775
- }
2776
-
2777
- export interface UpdateChannelClassRequest {
2778
-
2779
- ChannelClass: ChannelClass | string | undefined;
2780
-
2781
- ChannelId: string | undefined;
2782
-
2783
- Destinations?: OutputDestination[];
2784
- }
2785
-
2786
- export interface UpdateChannelClassResponse {
2787
-
2788
- Channel?: Channel;
2789
- }
2790
-
2791
- export interface UpdateInputRequest {
2792
-
2793
- Destinations?: InputDestinationRequest[];
2794
-
2795
- InputDevices?: InputDeviceRequest[];
2796
-
2797
- InputId: string | undefined;
2798
-
2799
- InputSecurityGroups?: string[];
2800
-
2801
- MediaConnectFlows?: MediaConnectFlowRequest[];
2802
-
2803
- Name?: string;
2804
-
2805
- RoleArn?: string;
2806
-
2807
- Sources?: InputSourceRequest[];
2808
- }
2809
-
2810
2770
  export declare const HlsGroupSettingsFilterSensitiveLog: (obj: HlsGroupSettings) => any;
2811
2771
 
2812
2772
  export declare const MediaPackageGroupSettingsFilterSensitiveLog: (obj: MediaPackageGroupSettings) => any;
@@ -2901,6 +2861,8 @@ export declare const H264FilterSettingsFilterSensitiveLog: (obj: H264FilterSetti
2901
2861
 
2902
2862
  export declare const H264SettingsFilterSensitiveLog: (obj: H264Settings) => any;
2903
2863
 
2864
+ export declare const DolbyVision81SettingsFilterSensitiveLog: (obj: DolbyVision81Settings) => any;
2865
+
2904
2866
  export declare const H265ColorSpaceSettingsFilterSensitiveLog: (obj: H265ColorSpaceSettings) => any;
2905
2867
 
2906
2868
  export declare const H265FilterSettingsFilterSensitiveLog: (obj: H265FilterSettings) => any;
@@ -3180,13 +3142,3 @@ export declare const StopMultiplexResponseFilterSensitiveLog: (obj: StopMultiple
3180
3142
  export declare const TransferInputDeviceRequestFilterSensitiveLog: (obj: TransferInputDeviceRequest) => any;
3181
3143
 
3182
3144
  export declare const TransferInputDeviceResponseFilterSensitiveLog: (obj: TransferInputDeviceResponse) => any;
3183
-
3184
- export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
3185
-
3186
- export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
3187
-
3188
- export declare const UpdateChannelClassRequestFilterSensitiveLog: (obj: UpdateChannelClassRequest) => any;
3189
-
3190
- export declare const UpdateChannelClassResponseFilterSensitiveLog: (obj: UpdateChannelClassResponse) => any;
3191
-
3192
- export declare const UpdateInputRequestFilterSensitiveLog: (obj: UpdateInputRequest) => any;
@@ -1,5 +1,66 @@
1
- import { DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputWhitelistRuleCidr } from "./models_0";
2
- import { InputDeviceConfigurableSettings, Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, RenewalSettings, Reservation } from "./models_1";
1
+ import { CdiInputSpecification, ChannelClass, DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputAttachment, InputDestinationRequest, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputSourceRequest, InputSpecification, InputWhitelistRuleCidr, LogLevel, MediaConnectFlowRequest, OutputDestination } from "./models_0";
2
+ import { Channel, EncoderSettings, InputDeviceConfigurableSettings, MaintenanceUpdateSettings, Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, RenewalSettings, Reservation } from "./models_1";
3
+
4
+ export interface UpdateChannelRequest {
5
+
6
+ CdiInputSpecification?: CdiInputSpecification;
7
+
8
+ ChannelId: string | undefined;
9
+
10
+ Destinations?: OutputDestination[];
11
+
12
+ EncoderSettings?: EncoderSettings;
13
+
14
+ InputAttachments?: InputAttachment[];
15
+
16
+ InputSpecification?: InputSpecification;
17
+
18
+ LogLevel?: LogLevel | string;
19
+
20
+ Maintenance?: MaintenanceUpdateSettings;
21
+
22
+ Name?: string;
23
+
24
+ RoleArn?: string;
25
+ }
26
+
27
+ export interface UpdateChannelResponse {
28
+
29
+ Channel?: Channel;
30
+ }
31
+
32
+ export interface UpdateChannelClassRequest {
33
+
34
+ ChannelClass: ChannelClass | string | undefined;
35
+
36
+ ChannelId: string | undefined;
37
+
38
+ Destinations?: OutputDestination[];
39
+ }
40
+
41
+ export interface UpdateChannelClassResponse {
42
+
43
+ Channel?: Channel;
44
+ }
45
+
46
+ export interface UpdateInputRequest {
47
+
48
+ Destinations?: InputDestinationRequest[];
49
+
50
+ InputDevices?: InputDeviceRequest[];
51
+
52
+ InputId: string | undefined;
53
+
54
+ InputSecurityGroups?: string[];
55
+
56
+ MediaConnectFlows?: MediaConnectFlowRequest[];
57
+
58
+ Name?: string;
59
+
60
+ RoleArn?: string;
61
+
62
+ Sources?: InputSourceRequest[];
63
+ }
3
64
 
4
65
  export interface UpdateInputResponse {
5
66
 
@@ -100,6 +161,16 @@ export interface UpdateReservationResponse {
100
161
  Reservation?: Reservation;
101
162
  }
102
163
 
164
+ export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
165
+
166
+ export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
167
+
168
+ export declare const UpdateChannelClassRequestFilterSensitiveLog: (obj: UpdateChannelClassRequest) => any;
169
+
170
+ export declare const UpdateChannelClassResponseFilterSensitiveLog: (obj: UpdateChannelClassResponse) => any;
171
+
172
+ export declare const UpdateInputRequestFilterSensitiveLog: (obj: UpdateInputRequest) => any;
173
+
103
174
  export declare const UpdateInputResponseFilterSensitiveLog: (obj: UpdateInputResponse) => any;
104
175
 
105
176
  export declare const UpdateInputDeviceRequestFilterSensitiveLog: (obj: UpdateInputDeviceRequest) => any;
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.162.0",
4
+ "version": "3.167.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",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.162.0",
22
- "@aws-sdk/config-resolver": "3.162.0",
23
- "@aws-sdk/credential-provider-node": "3.162.0",
21
+ "@aws-sdk/client-sts": "3.165.0",
22
+ "@aws-sdk/config-resolver": "3.163.0",
23
+ "@aws-sdk/credential-provider-node": "3.165.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.162.0",
25
25
  "@aws-sdk/hash-node": "3.162.0",
26
26
  "@aws-sdk/invalid-dependency": "3.162.0",
@@ -30,7 +30,7 @@
30
30
  "@aws-sdk/middleware-recursion-detection": "3.162.0",
31
31
  "@aws-sdk/middleware-retry": "3.162.0",
32
32
  "@aws-sdk/middleware-serde": "3.162.0",
33
- "@aws-sdk/middleware-signing": "3.162.0",
33
+ "@aws-sdk/middleware-signing": "3.163.0",
34
34
  "@aws-sdk/middleware-stack": "3.162.0",
35
35
  "@aws-sdk/middleware-user-agent": "3.162.0",
36
36
  "@aws-sdk/node-config-provider": "3.162.0",
@@ -44,7 +44,7 @@
44
44
  "@aws-sdk/util-body-length-browser": "3.154.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
46
  "@aws-sdk/util-defaults-mode-browser": "3.162.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.162.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.163.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.162.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.162.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",