@aws-sdk/client-mediaconnect 3.300.0 → 3.303.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.
Files changed (35) hide show
  1. package/dist-cjs/models/models_0.js +120 -141
  2. package/dist-es/models/models_0.js +120 -141
  3. package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +5 -5
  4. package/dist-types/commands/AddFlowOutputsCommand.d.ts +12 -12
  5. package/dist-types/commands/AddFlowSourcesCommand.d.ts +9 -9
  6. package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +4 -4
  7. package/dist-types/commands/CreateFlowCommand.d.ts +29 -29
  8. package/dist-types/commands/DeleteFlowCommand.d.ts +1 -1
  9. package/dist-types/commands/DescribeFlowCommand.d.ts +1 -1
  10. package/dist-types/commands/DescribeOfferingCommand.d.ts +1 -1
  11. package/dist-types/commands/DescribeReservationCommand.d.ts +1 -1
  12. package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +5 -5
  13. package/dist-types/commands/ListEntitlementsCommand.d.ts +1 -1
  14. package/dist-types/commands/ListFlowsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
  16. package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
  17. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  18. package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
  19. package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +1 -1
  20. package/dist-types/commands/RemoveFlowOutputCommand.d.ts +1 -1
  21. package/dist-types/commands/RemoveFlowSourceCommand.d.ts +1 -1
  22. package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +1 -1
  23. package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +1 -1
  24. package/dist-types/commands/StartFlowCommand.d.ts +1 -1
  25. package/dist-types/commands/StopFlowCommand.d.ts +1 -1
  26. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  27. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  28. package/dist-types/commands/UpdateFlowCommand.d.ts +4 -4
  29. package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +3 -3
  30. package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +3 -3
  31. package/dist-types/commands/UpdateFlowOutputCommand.d.ts +10 -10
  32. package/dist-types/commands/UpdateFlowSourceCommand.d.ts +7 -7
  33. package/dist-types/models/models_0.d.ts +225 -120
  34. package/dist-types/ts3.4/models/models_0.d.ts +147 -120
  35. package/package.json +35 -35
@@ -2,137 +2,118 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GrantFlowEntitlements420Exception = exports.State = exports.FailoverMode = exports.CreateFlow420Exception = exports.AddFlowOutputs420Exception = exports.TooManyRequestsException = exports.ServiceUnavailableException = exports.NotFoundException = exports.InternalServerErrorException = exports.ForbiddenException = exports.BadRequestException = exports.NetworkInterfaceType = exports.ReservationState = exports.ResourceType = exports.PriceUnits = exports.DurationUnits = exports.Status = exports.SourceType = exports.MaintenanceDay = exports.EntitlementStatus = exports.Protocol = exports.EncoderProfile = exports.EncodingName = exports.KeyType = exports.Algorithm = exports.MediaStreamType = exports.Tcs = exports.ScanMode = exports.Range = exports.Colorimetry = void 0;
4
4
  const MediaConnectServiceException_1 = require("./MediaConnectServiceException");
5
- var Colorimetry;
6
- (function (Colorimetry) {
7
- Colorimetry["BT2020"] = "BT2020";
8
- Colorimetry["BT2100"] = "BT2100";
9
- Colorimetry["BT601"] = "BT601";
10
- Colorimetry["BT709"] = "BT709";
11
- Colorimetry["ST2065_1"] = "ST2065-1";
12
- Colorimetry["ST2065_3"] = "ST2065-3";
13
- Colorimetry["XYZ"] = "XYZ";
14
- })(Colorimetry = exports.Colorimetry || (exports.Colorimetry = {}));
15
- var Range;
16
- (function (Range) {
17
- Range["FULL"] = "FULL";
18
- Range["FULLPROTECT"] = "FULLPROTECT";
19
- Range["NARROW"] = "NARROW";
20
- })(Range = exports.Range || (exports.Range = {}));
21
- var ScanMode;
22
- (function (ScanMode) {
23
- ScanMode["interlace"] = "interlace";
24
- ScanMode["progressive"] = "progressive";
25
- ScanMode["progressive_segmented_frame"] = "progressive-segmented-frame";
26
- })(ScanMode = exports.ScanMode || (exports.ScanMode = {}));
27
- var Tcs;
28
- (function (Tcs) {
29
- Tcs["BT2100LINHLG"] = "BT2100LINHLG";
30
- Tcs["BT2100LINPQ"] = "BT2100LINPQ";
31
- Tcs["DENSITY"] = "DENSITY";
32
- Tcs["HLG"] = "HLG";
33
- Tcs["LINEAR"] = "LINEAR";
34
- Tcs["PQ"] = "PQ";
35
- Tcs["SDR"] = "SDR";
36
- Tcs["ST2065_1"] = "ST2065-1";
37
- Tcs["ST428_1"] = "ST428-1";
38
- })(Tcs = exports.Tcs || (exports.Tcs = {}));
39
- var MediaStreamType;
40
- (function (MediaStreamType) {
41
- MediaStreamType["ancillary_data"] = "ancillary-data";
42
- MediaStreamType["audio"] = "audio";
43
- MediaStreamType["video"] = "video";
44
- })(MediaStreamType = exports.MediaStreamType || (exports.MediaStreamType = {}));
45
- var Algorithm;
46
- (function (Algorithm) {
47
- Algorithm["aes128"] = "aes128";
48
- Algorithm["aes192"] = "aes192";
49
- Algorithm["aes256"] = "aes256";
50
- })(Algorithm = exports.Algorithm || (exports.Algorithm = {}));
51
- var KeyType;
52
- (function (KeyType) {
53
- KeyType["speke"] = "speke";
54
- KeyType["srt_password"] = "srt-password";
55
- KeyType["static_key"] = "static-key";
56
- })(KeyType = exports.KeyType || (exports.KeyType = {}));
57
- var EncodingName;
58
- (function (EncodingName) {
59
- EncodingName["jxsv"] = "jxsv";
60
- EncodingName["pcm"] = "pcm";
61
- EncodingName["raw"] = "raw";
62
- EncodingName["smpte291"] = "smpte291";
63
- })(EncodingName = exports.EncodingName || (exports.EncodingName = {}));
64
- var EncoderProfile;
65
- (function (EncoderProfile) {
66
- EncoderProfile["high"] = "high";
67
- EncoderProfile["main"] = "main";
68
- })(EncoderProfile = exports.EncoderProfile || (exports.EncoderProfile = {}));
69
- var Protocol;
70
- (function (Protocol) {
71
- Protocol["cdi"] = "cdi";
72
- Protocol["fujitsu_qos"] = "fujitsu-qos";
73
- Protocol["rist"] = "rist";
74
- Protocol["rtp"] = "rtp";
75
- Protocol["rtp_fec"] = "rtp-fec";
76
- Protocol["srt_caller"] = "srt-caller";
77
- Protocol["srt_listener"] = "srt-listener";
78
- Protocol["st2110_jpegxs"] = "st2110-jpegxs";
79
- Protocol["zixi_pull"] = "zixi-pull";
80
- Protocol["zixi_push"] = "zixi-push";
81
- })(Protocol = exports.Protocol || (exports.Protocol = {}));
82
- var EntitlementStatus;
83
- (function (EntitlementStatus) {
84
- EntitlementStatus["DISABLED"] = "DISABLED";
85
- EntitlementStatus["ENABLED"] = "ENABLED";
86
- })(EntitlementStatus = exports.EntitlementStatus || (exports.EntitlementStatus = {}));
87
- var MaintenanceDay;
88
- (function (MaintenanceDay) {
89
- MaintenanceDay["Friday"] = "Friday";
90
- MaintenanceDay["Monday"] = "Monday";
91
- MaintenanceDay["Saturday"] = "Saturday";
92
- MaintenanceDay["Sunday"] = "Sunday";
93
- MaintenanceDay["Thursday"] = "Thursday";
94
- MaintenanceDay["Tuesday"] = "Tuesday";
95
- MaintenanceDay["Wednesday"] = "Wednesday";
96
- })(MaintenanceDay = exports.MaintenanceDay || (exports.MaintenanceDay = {}));
97
- var SourceType;
98
- (function (SourceType) {
99
- SourceType["ENTITLED"] = "ENTITLED";
100
- SourceType["OWNED"] = "OWNED";
101
- })(SourceType = exports.SourceType || (exports.SourceType = {}));
102
- var Status;
103
- (function (Status) {
104
- Status["ACTIVE"] = "ACTIVE";
105
- Status["DELETING"] = "DELETING";
106
- Status["ERROR"] = "ERROR";
107
- Status["STANDBY"] = "STANDBY";
108
- Status["STARTING"] = "STARTING";
109
- Status["STOPPING"] = "STOPPING";
110
- Status["UPDATING"] = "UPDATING";
111
- })(Status = exports.Status || (exports.Status = {}));
112
- var DurationUnits;
113
- (function (DurationUnits) {
114
- DurationUnits["MONTHS"] = "MONTHS";
115
- })(DurationUnits = exports.DurationUnits || (exports.DurationUnits = {}));
116
- var PriceUnits;
117
- (function (PriceUnits) {
118
- PriceUnits["HOURLY"] = "HOURLY";
119
- })(PriceUnits = exports.PriceUnits || (exports.PriceUnits = {}));
120
- var ResourceType;
121
- (function (ResourceType) {
122
- ResourceType["Mbps_Outbound_Bandwidth"] = "Mbps_Outbound_Bandwidth";
123
- })(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
124
- var ReservationState;
125
- (function (ReservationState) {
126
- ReservationState["ACTIVE"] = "ACTIVE";
127
- ReservationState["CANCELED"] = "CANCELED";
128
- ReservationState["EXPIRED"] = "EXPIRED";
129
- ReservationState["PROCESSING"] = "PROCESSING";
130
- })(ReservationState = exports.ReservationState || (exports.ReservationState = {}));
131
- var NetworkInterfaceType;
132
- (function (NetworkInterfaceType) {
133
- NetworkInterfaceType["efa"] = "efa";
134
- NetworkInterfaceType["ena"] = "ena";
135
- })(NetworkInterfaceType = exports.NetworkInterfaceType || (exports.NetworkInterfaceType = {}));
5
+ exports.Colorimetry = {
6
+ BT2020: "BT2020",
7
+ BT2100: "BT2100",
8
+ BT601: "BT601",
9
+ BT709: "BT709",
10
+ ST2065_1: "ST2065-1",
11
+ ST2065_3: "ST2065-3",
12
+ XYZ: "XYZ",
13
+ };
14
+ exports.Range = {
15
+ FULL: "FULL",
16
+ FULLPROTECT: "FULLPROTECT",
17
+ NARROW: "NARROW",
18
+ };
19
+ exports.ScanMode = {
20
+ interlace: "interlace",
21
+ progressive: "progressive",
22
+ progressive_segmented_frame: "progressive-segmented-frame",
23
+ };
24
+ exports.Tcs = {
25
+ BT2100LINHLG: "BT2100LINHLG",
26
+ BT2100LINPQ: "BT2100LINPQ",
27
+ DENSITY: "DENSITY",
28
+ HLG: "HLG",
29
+ LINEAR: "LINEAR",
30
+ PQ: "PQ",
31
+ SDR: "SDR",
32
+ ST2065_1: "ST2065-1",
33
+ ST428_1: "ST428-1",
34
+ };
35
+ exports.MediaStreamType = {
36
+ ancillary_data: "ancillary-data",
37
+ audio: "audio",
38
+ video: "video",
39
+ };
40
+ exports.Algorithm = {
41
+ aes128: "aes128",
42
+ aes192: "aes192",
43
+ aes256: "aes256",
44
+ };
45
+ exports.KeyType = {
46
+ speke: "speke",
47
+ srt_password: "srt-password",
48
+ static_key: "static-key",
49
+ };
50
+ exports.EncodingName = {
51
+ jxsv: "jxsv",
52
+ pcm: "pcm",
53
+ raw: "raw",
54
+ smpte291: "smpte291",
55
+ };
56
+ exports.EncoderProfile = {
57
+ high: "high",
58
+ main: "main",
59
+ };
60
+ exports.Protocol = {
61
+ cdi: "cdi",
62
+ fujitsu_qos: "fujitsu-qos",
63
+ rist: "rist",
64
+ rtp: "rtp",
65
+ rtp_fec: "rtp-fec",
66
+ srt_caller: "srt-caller",
67
+ srt_listener: "srt-listener",
68
+ st2110_jpegxs: "st2110-jpegxs",
69
+ zixi_pull: "zixi-pull",
70
+ zixi_push: "zixi-push",
71
+ };
72
+ exports.EntitlementStatus = {
73
+ DISABLED: "DISABLED",
74
+ ENABLED: "ENABLED",
75
+ };
76
+ exports.MaintenanceDay = {
77
+ Friday: "Friday",
78
+ Monday: "Monday",
79
+ Saturday: "Saturday",
80
+ Sunday: "Sunday",
81
+ Thursday: "Thursday",
82
+ Tuesday: "Tuesday",
83
+ Wednesday: "Wednesday",
84
+ };
85
+ exports.SourceType = {
86
+ ENTITLED: "ENTITLED",
87
+ OWNED: "OWNED",
88
+ };
89
+ exports.Status = {
90
+ ACTIVE: "ACTIVE",
91
+ DELETING: "DELETING",
92
+ ERROR: "ERROR",
93
+ STANDBY: "STANDBY",
94
+ STARTING: "STARTING",
95
+ STOPPING: "STOPPING",
96
+ UPDATING: "UPDATING",
97
+ };
98
+ exports.DurationUnits = {
99
+ MONTHS: "MONTHS",
100
+ };
101
+ exports.PriceUnits = {
102
+ HOURLY: "HOURLY",
103
+ };
104
+ exports.ResourceType = {
105
+ Mbps_Outbound_Bandwidth: "Mbps_Outbound_Bandwidth",
106
+ };
107
+ exports.ReservationState = {
108
+ ACTIVE: "ACTIVE",
109
+ CANCELED: "CANCELED",
110
+ EXPIRED: "EXPIRED",
111
+ PROCESSING: "PROCESSING",
112
+ };
113
+ exports.NetworkInterfaceType = {
114
+ efa: "efa",
115
+ ena: "ena",
116
+ };
136
117
  class BadRequestException extends MediaConnectServiceException_1.MediaConnectServiceException {
137
118
  constructor(opts) {
138
119
  super({
@@ -245,16 +226,14 @@ class CreateFlow420Exception extends MediaConnectServiceException_1.MediaConnect
245
226
  }
246
227
  }
247
228
  exports.CreateFlow420Exception = CreateFlow420Exception;
248
- var FailoverMode;
249
- (function (FailoverMode) {
250
- FailoverMode["FAILOVER"] = "FAILOVER";
251
- FailoverMode["MERGE"] = "MERGE";
252
- })(FailoverMode = exports.FailoverMode || (exports.FailoverMode = {}));
253
- var State;
254
- (function (State) {
255
- State["DISABLED"] = "DISABLED";
256
- State["ENABLED"] = "ENABLED";
257
- })(State = exports.State || (exports.State = {}));
229
+ exports.FailoverMode = {
230
+ FAILOVER: "FAILOVER",
231
+ MERGE: "MERGE",
232
+ };
233
+ exports.State = {
234
+ DISABLED: "DISABLED",
235
+ ENABLED: "ENABLED",
236
+ };
258
237
  class GrantFlowEntitlements420Exception extends MediaConnectServiceException_1.MediaConnectServiceException {
259
238
  constructor(opts) {
260
239
  super({
@@ -1,135 +1,116 @@
1
1
  import { MediaConnectServiceException as __BaseException } from "./MediaConnectServiceException";
2
- export var Colorimetry;
3
- (function (Colorimetry) {
4
- Colorimetry["BT2020"] = "BT2020";
5
- Colorimetry["BT2100"] = "BT2100";
6
- Colorimetry["BT601"] = "BT601";
7
- Colorimetry["BT709"] = "BT709";
8
- Colorimetry["ST2065_1"] = "ST2065-1";
9
- Colorimetry["ST2065_3"] = "ST2065-3";
10
- Colorimetry["XYZ"] = "XYZ";
11
- })(Colorimetry || (Colorimetry = {}));
12
- export var Range;
13
- (function (Range) {
14
- Range["FULL"] = "FULL";
15
- Range["FULLPROTECT"] = "FULLPROTECT";
16
- Range["NARROW"] = "NARROW";
17
- })(Range || (Range = {}));
18
- export var ScanMode;
19
- (function (ScanMode) {
20
- ScanMode["interlace"] = "interlace";
21
- ScanMode["progressive"] = "progressive";
22
- ScanMode["progressive_segmented_frame"] = "progressive-segmented-frame";
23
- })(ScanMode || (ScanMode = {}));
24
- export var Tcs;
25
- (function (Tcs) {
26
- Tcs["BT2100LINHLG"] = "BT2100LINHLG";
27
- Tcs["BT2100LINPQ"] = "BT2100LINPQ";
28
- Tcs["DENSITY"] = "DENSITY";
29
- Tcs["HLG"] = "HLG";
30
- Tcs["LINEAR"] = "LINEAR";
31
- Tcs["PQ"] = "PQ";
32
- Tcs["SDR"] = "SDR";
33
- Tcs["ST2065_1"] = "ST2065-1";
34
- Tcs["ST428_1"] = "ST428-1";
35
- })(Tcs || (Tcs = {}));
36
- export var MediaStreamType;
37
- (function (MediaStreamType) {
38
- MediaStreamType["ancillary_data"] = "ancillary-data";
39
- MediaStreamType["audio"] = "audio";
40
- MediaStreamType["video"] = "video";
41
- })(MediaStreamType || (MediaStreamType = {}));
42
- export var Algorithm;
43
- (function (Algorithm) {
44
- Algorithm["aes128"] = "aes128";
45
- Algorithm["aes192"] = "aes192";
46
- Algorithm["aes256"] = "aes256";
47
- })(Algorithm || (Algorithm = {}));
48
- export var KeyType;
49
- (function (KeyType) {
50
- KeyType["speke"] = "speke";
51
- KeyType["srt_password"] = "srt-password";
52
- KeyType["static_key"] = "static-key";
53
- })(KeyType || (KeyType = {}));
54
- export var EncodingName;
55
- (function (EncodingName) {
56
- EncodingName["jxsv"] = "jxsv";
57
- EncodingName["pcm"] = "pcm";
58
- EncodingName["raw"] = "raw";
59
- EncodingName["smpte291"] = "smpte291";
60
- })(EncodingName || (EncodingName = {}));
61
- export var EncoderProfile;
62
- (function (EncoderProfile) {
63
- EncoderProfile["high"] = "high";
64
- EncoderProfile["main"] = "main";
65
- })(EncoderProfile || (EncoderProfile = {}));
66
- export var Protocol;
67
- (function (Protocol) {
68
- Protocol["cdi"] = "cdi";
69
- Protocol["fujitsu_qos"] = "fujitsu-qos";
70
- Protocol["rist"] = "rist";
71
- Protocol["rtp"] = "rtp";
72
- Protocol["rtp_fec"] = "rtp-fec";
73
- Protocol["srt_caller"] = "srt-caller";
74
- Protocol["srt_listener"] = "srt-listener";
75
- Protocol["st2110_jpegxs"] = "st2110-jpegxs";
76
- Protocol["zixi_pull"] = "zixi-pull";
77
- Protocol["zixi_push"] = "zixi-push";
78
- })(Protocol || (Protocol = {}));
79
- export var EntitlementStatus;
80
- (function (EntitlementStatus) {
81
- EntitlementStatus["DISABLED"] = "DISABLED";
82
- EntitlementStatus["ENABLED"] = "ENABLED";
83
- })(EntitlementStatus || (EntitlementStatus = {}));
84
- export var MaintenanceDay;
85
- (function (MaintenanceDay) {
86
- MaintenanceDay["Friday"] = "Friday";
87
- MaintenanceDay["Monday"] = "Monday";
88
- MaintenanceDay["Saturday"] = "Saturday";
89
- MaintenanceDay["Sunday"] = "Sunday";
90
- MaintenanceDay["Thursday"] = "Thursday";
91
- MaintenanceDay["Tuesday"] = "Tuesday";
92
- MaintenanceDay["Wednesday"] = "Wednesday";
93
- })(MaintenanceDay || (MaintenanceDay = {}));
94
- export var SourceType;
95
- (function (SourceType) {
96
- SourceType["ENTITLED"] = "ENTITLED";
97
- SourceType["OWNED"] = "OWNED";
98
- })(SourceType || (SourceType = {}));
99
- export var Status;
100
- (function (Status) {
101
- Status["ACTIVE"] = "ACTIVE";
102
- Status["DELETING"] = "DELETING";
103
- Status["ERROR"] = "ERROR";
104
- Status["STANDBY"] = "STANDBY";
105
- Status["STARTING"] = "STARTING";
106
- Status["STOPPING"] = "STOPPING";
107
- Status["UPDATING"] = "UPDATING";
108
- })(Status || (Status = {}));
109
- export var DurationUnits;
110
- (function (DurationUnits) {
111
- DurationUnits["MONTHS"] = "MONTHS";
112
- })(DurationUnits || (DurationUnits = {}));
113
- export var PriceUnits;
114
- (function (PriceUnits) {
115
- PriceUnits["HOURLY"] = "HOURLY";
116
- })(PriceUnits || (PriceUnits = {}));
117
- export var ResourceType;
118
- (function (ResourceType) {
119
- ResourceType["Mbps_Outbound_Bandwidth"] = "Mbps_Outbound_Bandwidth";
120
- })(ResourceType || (ResourceType = {}));
121
- export var ReservationState;
122
- (function (ReservationState) {
123
- ReservationState["ACTIVE"] = "ACTIVE";
124
- ReservationState["CANCELED"] = "CANCELED";
125
- ReservationState["EXPIRED"] = "EXPIRED";
126
- ReservationState["PROCESSING"] = "PROCESSING";
127
- })(ReservationState || (ReservationState = {}));
128
- export var NetworkInterfaceType;
129
- (function (NetworkInterfaceType) {
130
- NetworkInterfaceType["efa"] = "efa";
131
- NetworkInterfaceType["ena"] = "ena";
132
- })(NetworkInterfaceType || (NetworkInterfaceType = {}));
2
+ export const Colorimetry = {
3
+ BT2020: "BT2020",
4
+ BT2100: "BT2100",
5
+ BT601: "BT601",
6
+ BT709: "BT709",
7
+ ST2065_1: "ST2065-1",
8
+ ST2065_3: "ST2065-3",
9
+ XYZ: "XYZ",
10
+ };
11
+ export const Range = {
12
+ FULL: "FULL",
13
+ FULLPROTECT: "FULLPROTECT",
14
+ NARROW: "NARROW",
15
+ };
16
+ export const ScanMode = {
17
+ interlace: "interlace",
18
+ progressive: "progressive",
19
+ progressive_segmented_frame: "progressive-segmented-frame",
20
+ };
21
+ export const Tcs = {
22
+ BT2100LINHLG: "BT2100LINHLG",
23
+ BT2100LINPQ: "BT2100LINPQ",
24
+ DENSITY: "DENSITY",
25
+ HLG: "HLG",
26
+ LINEAR: "LINEAR",
27
+ PQ: "PQ",
28
+ SDR: "SDR",
29
+ ST2065_1: "ST2065-1",
30
+ ST428_1: "ST428-1",
31
+ };
32
+ export const MediaStreamType = {
33
+ ancillary_data: "ancillary-data",
34
+ audio: "audio",
35
+ video: "video",
36
+ };
37
+ export const Algorithm = {
38
+ aes128: "aes128",
39
+ aes192: "aes192",
40
+ aes256: "aes256",
41
+ };
42
+ export const KeyType = {
43
+ speke: "speke",
44
+ srt_password: "srt-password",
45
+ static_key: "static-key",
46
+ };
47
+ export const EncodingName = {
48
+ jxsv: "jxsv",
49
+ pcm: "pcm",
50
+ raw: "raw",
51
+ smpte291: "smpte291",
52
+ };
53
+ export const EncoderProfile = {
54
+ high: "high",
55
+ main: "main",
56
+ };
57
+ export const Protocol = {
58
+ cdi: "cdi",
59
+ fujitsu_qos: "fujitsu-qos",
60
+ rist: "rist",
61
+ rtp: "rtp",
62
+ rtp_fec: "rtp-fec",
63
+ srt_caller: "srt-caller",
64
+ srt_listener: "srt-listener",
65
+ st2110_jpegxs: "st2110-jpegxs",
66
+ zixi_pull: "zixi-pull",
67
+ zixi_push: "zixi-push",
68
+ };
69
+ export const EntitlementStatus = {
70
+ DISABLED: "DISABLED",
71
+ ENABLED: "ENABLED",
72
+ };
73
+ export const MaintenanceDay = {
74
+ Friday: "Friday",
75
+ Monday: "Monday",
76
+ Saturday: "Saturday",
77
+ Sunday: "Sunday",
78
+ Thursday: "Thursday",
79
+ Tuesday: "Tuesday",
80
+ Wednesday: "Wednesday",
81
+ };
82
+ export const SourceType = {
83
+ ENTITLED: "ENTITLED",
84
+ OWNED: "OWNED",
85
+ };
86
+ export const Status = {
87
+ ACTIVE: "ACTIVE",
88
+ DELETING: "DELETING",
89
+ ERROR: "ERROR",
90
+ STANDBY: "STANDBY",
91
+ STARTING: "STARTING",
92
+ STOPPING: "STOPPING",
93
+ UPDATING: "UPDATING",
94
+ };
95
+ export const DurationUnits = {
96
+ MONTHS: "MONTHS",
97
+ };
98
+ export const PriceUnits = {
99
+ HOURLY: "HOURLY",
100
+ };
101
+ export const ResourceType = {
102
+ Mbps_Outbound_Bandwidth: "Mbps_Outbound_Bandwidth",
103
+ };
104
+ export const ReservationState = {
105
+ ACTIVE: "ACTIVE",
106
+ CANCELED: "CANCELED",
107
+ EXPIRED: "EXPIRED",
108
+ PROCESSING: "PROCESSING",
109
+ };
110
+ export const NetworkInterfaceType = {
111
+ efa: "efa",
112
+ ena: "ena",
113
+ };
133
114
  export class BadRequestException extends __BaseException {
134
115
  constructor(opts) {
135
116
  super({
@@ -234,16 +215,14 @@ export class CreateFlow420Exception extends __BaseException {
234
215
  this.Message = opts.Message;
235
216
  }
236
217
  }
237
- export var FailoverMode;
238
- (function (FailoverMode) {
239
- FailoverMode["FAILOVER"] = "FAILOVER";
240
- FailoverMode["MERGE"] = "MERGE";
241
- })(FailoverMode || (FailoverMode = {}));
242
- export var State;
243
- (function (State) {
244
- State["DISABLED"] = "DISABLED";
245
- State["ENABLED"] = "ENABLED";
246
- })(State || (State = {}));
218
+ export const FailoverMode = {
219
+ FAILOVER: "FAILOVER",
220
+ MERGE: "MERGE",
221
+ };
222
+ export const State = {
223
+ DISABLED: "DISABLED",
224
+ ENABLED: "ENABLED",
225
+ };
247
226
  export class GrantFlowEntitlements420Exception extends __BaseException {
248
227
  constructor(opts) {
249
228
  super({
@@ -26,12 +26,12 @@ export interface AddFlowMediaStreamsCommandOutput extends AddFlowMediaStreamsRes
26
26
  * import { MediaConnectClient, AddFlowMediaStreamsCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
27
27
  * // const { MediaConnectClient, AddFlowMediaStreamsCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
28
28
  * const client = new MediaConnectClient(config);
29
- * const input = {
29
+ * const input = { // AddFlowMediaStreamsRequest
30
30
  * FlowArn: "STRING_VALUE", // required
31
- * MediaStreams: [ // required
32
- * {
33
- * Attributes: {
34
- * Fmtp: {
31
+ * MediaStreams: [ // __listOfAddMediaStreamRequest // required
32
+ * { // AddMediaStreamRequest
33
+ * Attributes: { // MediaStreamAttributesRequest
34
+ * Fmtp: { // FmtpRequest
35
35
  * ChannelOrder: "STRING_VALUE",
36
36
  * Colorimetry: "BT601" || "BT709" || "BT2020" || "BT2100" || "ST2065-1" || "ST2065-3" || "XYZ",
37
37
  * ExactFramerate: "STRING_VALUE",
@@ -26,16 +26,16 @@ export interface AddFlowOutputsCommandOutput extends AddFlowOutputsResponse, __M
26
26
  * import { MediaConnectClient, AddFlowOutputsCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
27
27
  * // const { MediaConnectClient, AddFlowOutputsCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
28
28
  * const client = new MediaConnectClient(config);
29
- * const input = {
29
+ * const input = { // AddFlowOutputsRequest
30
30
  * FlowArn: "STRING_VALUE", // required
31
- * Outputs: [ // required
32
- * {
33
- * CidrAllowList: [
31
+ * Outputs: [ // __listOfAddOutputRequest // required
32
+ * { // AddOutputRequest
33
+ * CidrAllowList: [ // __listOf__string
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * Description: "STRING_VALUE",
37
37
  * Destination: "STRING_VALUE",
38
- * Encryption: {
38
+ * Encryption: { // Encryption
39
39
  * Algorithm: "aes128" || "aes192" || "aes256",
40
40
  * ConstantInitializationVector: "STRING_VALUE",
41
41
  * DeviceId: "STRING_VALUE",
@@ -47,19 +47,19 @@ export interface AddFlowOutputsCommandOutput extends AddFlowOutputsResponse, __M
47
47
  * Url: "STRING_VALUE",
48
48
  * },
49
49
  * MaxLatency: Number("int"),
50
- * MediaStreamOutputConfigurations: [
51
- * {
52
- * DestinationConfigurations: [
53
- * {
50
+ * MediaStreamOutputConfigurations: [ // __listOfMediaStreamOutputConfigurationRequest
51
+ * { // MediaStreamOutputConfigurationRequest
52
+ * DestinationConfigurations: [ // __listOfDestinationConfigurationRequest
53
+ * { // DestinationConfigurationRequest
54
54
  * DestinationIp: "STRING_VALUE", // required
55
55
  * DestinationPort: Number("int"), // required
56
- * Interface: {
56
+ * Interface: { // InterfaceRequest
57
57
  * Name: "STRING_VALUE", // required
58
58
  * },
59
59
  * },
60
60
  * ],
61
61
  * EncodingName: "jxsv" || "raw" || "smpte291" || "pcm", // required
62
- * EncodingParameters: {
62
+ * EncodingParameters: { // EncodingParametersRequest
63
63
  * CompressionFactor: Number("double"), // required
64
64
  * EncoderProfile: "main" || "high", // required
65
65
  * },
@@ -74,7 +74,7 @@ export interface AddFlowOutputsCommandOutput extends AddFlowOutputsResponse, __M
74
74
  * SenderControlPort: Number("int"),
75
75
  * SmoothingLatency: Number("int"),
76
76
  * StreamId: "STRING_VALUE",
77
- * VpcInterfaceAttachment: {
77
+ * VpcInterfaceAttachment: { // VpcInterfaceAttachment
78
78
  * VpcInterfaceName: "STRING_VALUE",
79
79
  * },
80
80
  * },