@aws-sdk/client-mediaconnect 3.301.0 → 3.306.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/dist-cjs/models/models_0.js +120 -141
- package/dist-es/models/models_0.js +120 -141
- package/dist-types/models/models_0.d.ts +225 -120
- package/dist-types/ts3.4/models/models_0.d.ts +147 -120
- 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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
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
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
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
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
export
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
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
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
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({
|