@aws-sdk/client-mediaconnect 3.1027.0 → 3.1028.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/index.js +15 -9
- package/dist-cjs/schemas/schemas_0.js +38 -20
- package/dist-es/MediaConnect.js +5 -5
- package/dist-es/models/enums.js +9 -4
- package/dist-es/schemas/schemas_0.js +32 -14
- package/dist-es/waiters/index.js +5 -5
- package/dist-types/MediaConnect.d.ts +8 -8
- package/dist-types/commands/BatchGetRouterInputCommand.d.ts +39 -29
- package/dist-types/commands/BatchGetRouterOutputCommand.d.ts +5 -5
- package/dist-types/commands/CreateRouterInputCommand.d.ts +75 -56
- package/dist-types/commands/CreateRouterOutputCommand.d.ts +10 -10
- package/dist-types/commands/GetRouterInputCommand.d.ts +39 -29
- package/dist-types/commands/GetRouterOutputCommand.d.ts +5 -5
- package/dist-types/commands/ListRouterInputsCommand.d.ts +6 -6
- package/dist-types/commands/ListRouterOutputsCommand.d.ts +8 -8
- package/dist-types/commands/RestartRouterInputCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRouterInputCommand.d.ts +75 -56
- package/dist-types/commands/UpdateRouterOutputCommand.d.ts +10 -10
- package/dist-types/models/enums.d.ts +25 -12
- package/dist-types/models/models_0.d.ts +263 -225
- package/dist-types/models/models_1.d.ts +30 -0
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/MediaConnect.d.ts +8 -8
- package/dist-types/ts3.4/commands/RestartRouterInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +13 -6
- package/dist-types/ts3.4/models/models_0.d.ts +175 -145
- package/dist-types/ts3.4/models/models_1.d.ts +8 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +5 -5
- package/dist-types/waiters/index.d.ts +5 -5
- package/package.json +1 -1
|
@@ -43,10 +43,6 @@ declare const UpdateRouterInputCommand_base: {
|
|
|
43
43
|
* Standard: { // StandardRouterInputConfiguration
|
|
44
44
|
* NetworkInterfaceArn: "STRING_VALUE", // required
|
|
45
45
|
* ProtocolConfiguration: { // RouterInputProtocolConfiguration Union: only one key present
|
|
46
|
-
* Rtp: { // RtpRouterInputConfiguration
|
|
47
|
-
* Port: Number("int"), // required
|
|
48
|
-
* ForwardErrorCorrection: "ENABLED" || "DISABLED",
|
|
49
|
-
* },
|
|
50
46
|
* Rist: { // RistRouterInputConfiguration
|
|
51
47
|
* Port: Number("int"), // required
|
|
52
48
|
* RecoveryLatencyMilliseconds: Number("long"), // required
|
|
@@ -73,17 +69,32 @@ declare const UpdateRouterInputCommand_base: {
|
|
|
73
69
|
* },
|
|
74
70
|
* },
|
|
75
71
|
* },
|
|
72
|
+
* Rtp: { // RtpRouterInputConfiguration
|
|
73
|
+
* Port: Number("int"), // required
|
|
74
|
+
* ForwardErrorCorrection: "ENABLED" || "DISABLED",
|
|
75
|
+
* },
|
|
76
76
|
* },
|
|
77
77
|
* Protocol: "RTP" || "RIST" || "SRT_CALLER" || "SRT_LISTENER",
|
|
78
78
|
* },
|
|
79
|
+
* MediaLiveChannel: { // MediaLiveChannelRouterInputConfiguration
|
|
80
|
+
* MediaLiveChannelArn: "STRING_VALUE",
|
|
81
|
+
* MediaLivePipelineId: "PIPELINE_0" || "PIPELINE_1",
|
|
82
|
+
* MediaLiveChannelOutputName: "STRING_VALUE",
|
|
83
|
+
* SourceTransitDecryption: { // MediaLiveTransitEncryption
|
|
84
|
+
* EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
|
|
85
|
+
* EncryptionKeyConfiguration: { // MediaLiveTransitEncryptionKeyConfiguration Union: only one key present
|
|
86
|
+
* SecretsManager: {
|
|
87
|
+
* SecretArn: "STRING_VALUE", // required
|
|
88
|
+
* RoleArn: "STRING_VALUE", // required
|
|
89
|
+
* },
|
|
90
|
+
* Automatic: {},
|
|
91
|
+
* },
|
|
92
|
+
* },
|
|
93
|
+
* },
|
|
79
94
|
* Failover: { // FailoverRouterInputConfiguration
|
|
80
95
|
* NetworkInterfaceArn: "STRING_VALUE", // required
|
|
81
96
|
* ProtocolConfigurations: [ // FailoverRouterInputProtocolConfigurationList // required
|
|
82
97
|
* { // FailoverRouterInputProtocolConfiguration Union: only one key present
|
|
83
|
-
* Rtp: {
|
|
84
|
-
* Port: Number("int"), // required
|
|
85
|
-
* ForwardErrorCorrection: "ENABLED" || "DISABLED",
|
|
86
|
-
* },
|
|
87
98
|
* Rist: {
|
|
88
99
|
* Port: Number("int"), // required
|
|
89
100
|
* RecoveryLatencyMilliseconds: Number("long"), // required
|
|
@@ -92,10 +103,7 @@ declare const UpdateRouterInputCommand_base: {
|
|
|
92
103
|
* Port: Number("int"), // required
|
|
93
104
|
* MinimumLatencyMilliseconds: Number("long"), // required
|
|
94
105
|
* DecryptionConfiguration: {
|
|
95
|
-
* EncryptionKey:
|
|
96
|
-
* SecretArn: "STRING_VALUE", // required
|
|
97
|
-
* RoleArn: "STRING_VALUE", // required
|
|
98
|
-
* },
|
|
106
|
+
* EncryptionKey: "<SecretsManagerEncryptionKeyConfiguration>", // required
|
|
99
107
|
* },
|
|
100
108
|
* },
|
|
101
109
|
* SrtCaller: {
|
|
@@ -104,17 +112,29 @@ declare const UpdateRouterInputCommand_base: {
|
|
|
104
112
|
* MinimumLatencyMilliseconds: Number("long"), // required
|
|
105
113
|
* StreamId: "STRING_VALUE",
|
|
106
114
|
* DecryptionConfiguration: {
|
|
107
|
-
* EncryptionKey:
|
|
108
|
-
* SecretArn: "STRING_VALUE", // required
|
|
109
|
-
* RoleArn: "STRING_VALUE", // required
|
|
110
|
-
* },
|
|
115
|
+
* EncryptionKey: "<SecretsManagerEncryptionKeyConfiguration>", // required
|
|
111
116
|
* },
|
|
112
117
|
* },
|
|
118
|
+
* Rtp: {
|
|
119
|
+
* Port: Number("int"), // required
|
|
120
|
+
* ForwardErrorCorrection: "ENABLED" || "DISABLED",
|
|
121
|
+
* },
|
|
113
122
|
* },
|
|
114
123
|
* ],
|
|
115
124
|
* SourcePriorityMode: "NO_PRIORITY" || "PRIMARY_SECONDARY", // required
|
|
116
125
|
* PrimarySourceIndex: Number("int"),
|
|
117
126
|
* },
|
|
127
|
+
* MediaConnectFlow: { // MediaConnectFlowRouterInputConfiguration
|
|
128
|
+
* FlowArn: "STRING_VALUE",
|
|
129
|
+
* FlowOutputArn: "STRING_VALUE",
|
|
130
|
+
* SourceTransitDecryption: { // FlowTransitEncryption
|
|
131
|
+
* EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
|
|
132
|
+
* EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
|
|
133
|
+
* SecretsManager: "<SecretsManagerEncryptionKeyConfiguration>",
|
|
134
|
+
* Automatic: {},
|
|
135
|
+
* },
|
|
136
|
+
* },
|
|
137
|
+
* },
|
|
118
138
|
* Merge: { // MergeRouterInputConfiguration
|
|
119
139
|
* NetworkInterfaceArn: "STRING_VALUE", // required
|
|
120
140
|
* ProtocolConfigurations: [ // MergeRouterInputProtocolConfigurationList // required
|
|
@@ -131,17 +151,6 @@ declare const UpdateRouterInputCommand_base: {
|
|
|
131
151
|
* ],
|
|
132
152
|
* MergeRecoveryWindowMilliseconds: Number("long"), // required
|
|
133
153
|
* },
|
|
134
|
-
* MediaConnectFlow: { // MediaConnectFlowRouterInputConfiguration
|
|
135
|
-
* FlowArn: "STRING_VALUE",
|
|
136
|
-
* FlowOutputArn: "STRING_VALUE",
|
|
137
|
-
* SourceTransitDecryption: { // FlowTransitEncryption
|
|
138
|
-
* EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
|
|
139
|
-
* EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
|
|
140
|
-
* SecretsManager: "<SecretsManagerEncryptionKeyConfiguration>",
|
|
141
|
-
* Automatic: {},
|
|
142
|
-
* },
|
|
143
|
-
* },
|
|
144
|
-
* },
|
|
145
154
|
* },
|
|
146
155
|
* MaximumBitrate: Number("long"),
|
|
147
156
|
* RoutingScope: "REGIONAL" || "GLOBAL",
|
|
@@ -169,15 +178,11 @@ declare const UpdateRouterInputCommand_base: {
|
|
|
169
178
|
* // Arn: "STRING_VALUE", // required
|
|
170
179
|
* // Id: "STRING_VALUE", // required
|
|
171
180
|
* // State: "CREATING" || "STANDBY" || "STARTING" || "ACTIVE" || "STOPPING" || "DELETING" || "UPDATING" || "ERROR" || "RECOVERING" || "MIGRATING", // required
|
|
172
|
-
* // InputType: "STANDARD" || "FAILOVER" || "MERGE" || "MEDIACONNECT_FLOW", // required
|
|
181
|
+
* // InputType: "STANDARD" || "FAILOVER" || "MERGE" || "MEDIACONNECT_FLOW" || "MEDIALIVE_CHANNEL", // required
|
|
173
182
|
* // Configuration: { // RouterInputConfiguration Union: only one key present
|
|
174
183
|
* // Standard: { // StandardRouterInputConfiguration
|
|
175
184
|
* // NetworkInterfaceArn: "STRING_VALUE", // required
|
|
176
185
|
* // ProtocolConfiguration: { // RouterInputProtocolConfiguration Union: only one key present
|
|
177
|
-
* // Rtp: { // RtpRouterInputConfiguration
|
|
178
|
-
* // Port: Number("int"), // required
|
|
179
|
-
* // ForwardErrorCorrection: "ENABLED" || "DISABLED",
|
|
180
|
-
* // },
|
|
181
186
|
* // Rist: { // RistRouterInputConfiguration
|
|
182
187
|
* // Port: Number("int"), // required
|
|
183
188
|
* // RecoveryLatencyMilliseconds: Number("long"), // required
|
|
@@ -204,17 +209,32 @@ declare const UpdateRouterInputCommand_base: {
|
|
|
204
209
|
* // },
|
|
205
210
|
* // },
|
|
206
211
|
* // },
|
|
212
|
+
* // Rtp: { // RtpRouterInputConfiguration
|
|
213
|
+
* // Port: Number("int"), // required
|
|
214
|
+
* // ForwardErrorCorrection: "ENABLED" || "DISABLED",
|
|
215
|
+
* // },
|
|
207
216
|
* // },
|
|
208
217
|
* // Protocol: "RTP" || "RIST" || "SRT_CALLER" || "SRT_LISTENER",
|
|
209
218
|
* // },
|
|
219
|
+
* // MediaLiveChannel: { // MediaLiveChannelRouterInputConfiguration
|
|
220
|
+
* // MediaLiveChannelArn: "STRING_VALUE",
|
|
221
|
+
* // MediaLivePipelineId: "PIPELINE_0" || "PIPELINE_1",
|
|
222
|
+
* // MediaLiveChannelOutputName: "STRING_VALUE",
|
|
223
|
+
* // SourceTransitDecryption: { // MediaLiveTransitEncryption
|
|
224
|
+
* // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
|
|
225
|
+
* // EncryptionKeyConfiguration: { // MediaLiveTransitEncryptionKeyConfiguration Union: only one key present
|
|
226
|
+
* // SecretsManager: {
|
|
227
|
+
* // SecretArn: "STRING_VALUE", // required
|
|
228
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
229
|
+
* // },
|
|
230
|
+
* // Automatic: {},
|
|
231
|
+
* // },
|
|
232
|
+
* // },
|
|
233
|
+
* // },
|
|
210
234
|
* // Failover: { // FailoverRouterInputConfiguration
|
|
211
235
|
* // NetworkInterfaceArn: "STRING_VALUE", // required
|
|
212
236
|
* // ProtocolConfigurations: [ // FailoverRouterInputProtocolConfigurationList // required
|
|
213
237
|
* // { // FailoverRouterInputProtocolConfiguration Union: only one key present
|
|
214
|
-
* // Rtp: {
|
|
215
|
-
* // Port: Number("int"), // required
|
|
216
|
-
* // ForwardErrorCorrection: "ENABLED" || "DISABLED",
|
|
217
|
-
* // },
|
|
218
238
|
* // Rist: {
|
|
219
239
|
* // Port: Number("int"), // required
|
|
220
240
|
* // RecoveryLatencyMilliseconds: Number("long"), // required
|
|
@@ -223,10 +243,7 @@ declare const UpdateRouterInputCommand_base: {
|
|
|
223
243
|
* // Port: Number("int"), // required
|
|
224
244
|
* // MinimumLatencyMilliseconds: Number("long"), // required
|
|
225
245
|
* // DecryptionConfiguration: {
|
|
226
|
-
* // EncryptionKey:
|
|
227
|
-
* // SecretArn: "STRING_VALUE", // required
|
|
228
|
-
* // RoleArn: "STRING_VALUE", // required
|
|
229
|
-
* // },
|
|
246
|
+
* // EncryptionKey: "<SecretsManagerEncryptionKeyConfiguration>", // required
|
|
230
247
|
* // },
|
|
231
248
|
* // },
|
|
232
249
|
* // SrtCaller: {
|
|
@@ -235,17 +252,29 @@ declare const UpdateRouterInputCommand_base: {
|
|
|
235
252
|
* // MinimumLatencyMilliseconds: Number("long"), // required
|
|
236
253
|
* // StreamId: "STRING_VALUE",
|
|
237
254
|
* // DecryptionConfiguration: {
|
|
238
|
-
* // EncryptionKey:
|
|
239
|
-
* // SecretArn: "STRING_VALUE", // required
|
|
240
|
-
* // RoleArn: "STRING_VALUE", // required
|
|
241
|
-
* // },
|
|
255
|
+
* // EncryptionKey: "<SecretsManagerEncryptionKeyConfiguration>", // required
|
|
242
256
|
* // },
|
|
243
257
|
* // },
|
|
258
|
+
* // Rtp: {
|
|
259
|
+
* // Port: Number("int"), // required
|
|
260
|
+
* // ForwardErrorCorrection: "ENABLED" || "DISABLED",
|
|
261
|
+
* // },
|
|
244
262
|
* // },
|
|
245
263
|
* // ],
|
|
246
264
|
* // SourcePriorityMode: "NO_PRIORITY" || "PRIMARY_SECONDARY", // required
|
|
247
265
|
* // PrimarySourceIndex: Number("int"),
|
|
248
266
|
* // },
|
|
267
|
+
* // MediaConnectFlow: { // MediaConnectFlowRouterInputConfiguration
|
|
268
|
+
* // FlowArn: "STRING_VALUE",
|
|
269
|
+
* // FlowOutputArn: "STRING_VALUE",
|
|
270
|
+
* // SourceTransitDecryption: { // FlowTransitEncryption
|
|
271
|
+
* // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
|
|
272
|
+
* // EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
|
|
273
|
+
* // SecretsManager: "<SecretsManagerEncryptionKeyConfiguration>",
|
|
274
|
+
* // Automatic: {},
|
|
275
|
+
* // },
|
|
276
|
+
* // },
|
|
277
|
+
* // },
|
|
249
278
|
* // Merge: { // MergeRouterInputConfiguration
|
|
250
279
|
* // NetworkInterfaceArn: "STRING_VALUE", // required
|
|
251
280
|
* // ProtocolConfigurations: [ // MergeRouterInputProtocolConfigurationList // required
|
|
@@ -262,17 +291,6 @@ declare const UpdateRouterInputCommand_base: {
|
|
|
262
291
|
* // ],
|
|
263
292
|
* // MergeRecoveryWindowMilliseconds: Number("long"), // required
|
|
264
293
|
* // },
|
|
265
|
-
* // MediaConnectFlow: { // MediaConnectFlowRouterInputConfiguration
|
|
266
|
-
* // FlowArn: "STRING_VALUE",
|
|
267
|
-
* // FlowOutputArn: "STRING_VALUE",
|
|
268
|
-
* // SourceTransitDecryption: { // FlowTransitEncryption
|
|
269
|
-
* // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
|
|
270
|
-
* // EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
|
|
271
|
-
* // SecretsManager: "<SecretsManagerEncryptionKeyConfiguration>",
|
|
272
|
-
* // Automatic: {},
|
|
273
|
-
* // },
|
|
274
|
-
* // },
|
|
275
|
-
* // },
|
|
276
294
|
* // },
|
|
277
295
|
* // RoutedOutputs: Number("int"), // required
|
|
278
296
|
* // MaximumRoutedOutputs: Number("int"),
|
|
@@ -303,6 +321,7 @@ declare const UpdateRouterInputCommand_base: {
|
|
|
303
321
|
* // Standard: { // StandardRouterInputStreamDetails
|
|
304
322
|
* // SourceIpAddress: "STRING_VALUE",
|
|
305
323
|
* // },
|
|
324
|
+
* // MediaLiveChannel: {},
|
|
306
325
|
* // Failover: { // FailoverRouterInputStreamDetails
|
|
307
326
|
* // SourceIndexZeroStreamDetails: { // FailoverRouterInputIndexedStreamDetails
|
|
308
327
|
* // SourceIndex: Number("int"), // required
|
|
@@ -313,6 +332,7 @@ declare const UpdateRouterInputCommand_base: {
|
|
|
313
332
|
* // SourceIpAddress: "STRING_VALUE",
|
|
314
333
|
* // },
|
|
315
334
|
* // },
|
|
335
|
+
* // MediaConnectFlow: {},
|
|
316
336
|
* // Merge: { // MergeRouterInputStreamDetails
|
|
317
337
|
* // SourceIndexZeroStreamDetails: { // MergeRouterInputIndexedStreamDetails
|
|
318
338
|
* // SourceIndex: Number("int"), // required
|
|
@@ -323,7 +343,6 @@ declare const UpdateRouterInputCommand_base: {
|
|
|
323
343
|
* // SourceIpAddress: "STRING_VALUE",
|
|
324
344
|
* // },
|
|
325
345
|
* // },
|
|
326
|
-
* // MediaConnectFlow: {},
|
|
327
346
|
* // },
|
|
328
347
|
* // IpAddress: "STRING_VALUE",
|
|
329
348
|
* // MaintenanceType: "PREFERRED_DAY_TIME" || "DEFAULT", // required
|
|
@@ -43,11 +43,6 @@ declare const UpdateRouterOutputCommand_base: {
|
|
|
43
43
|
* Standard: { // StandardRouterOutputConfiguration
|
|
44
44
|
* NetworkInterfaceArn: "STRING_VALUE", // required
|
|
45
45
|
* ProtocolConfiguration: { // RouterOutputProtocolConfiguration Union: only one key present
|
|
46
|
-
* Rtp: { // RtpRouterOutputConfiguration
|
|
47
|
-
* DestinationAddress: "STRING_VALUE", // required
|
|
48
|
-
* DestinationPort: Number("int"), // required
|
|
49
|
-
* ForwardErrorCorrection: "ENABLED" || "DISABLED",
|
|
50
|
-
* },
|
|
51
46
|
* Rist: { // RistRouterOutputConfiguration
|
|
52
47
|
* DestinationAddress: "STRING_VALUE", // required
|
|
53
48
|
* DestinationPort: Number("int"), // required
|
|
@@ -74,6 +69,11 @@ declare const UpdateRouterOutputCommand_base: {
|
|
|
74
69
|
* },
|
|
75
70
|
* },
|
|
76
71
|
* },
|
|
72
|
+
* Rtp: { // RtpRouterOutputConfiguration
|
|
73
|
+
* DestinationAddress: "STRING_VALUE", // required
|
|
74
|
+
* DestinationPort: Number("int"), // required
|
|
75
|
+
* ForwardErrorCorrection: "ENABLED" || "DISABLED",
|
|
76
|
+
* },
|
|
77
77
|
* },
|
|
78
78
|
* Protocol: "RTP" || "RIST" || "SRT_CALLER" || "SRT_LISTENER",
|
|
79
79
|
* },
|
|
@@ -130,11 +130,6 @@ declare const UpdateRouterOutputCommand_base: {
|
|
|
130
130
|
* // Standard: { // StandardRouterOutputConfiguration
|
|
131
131
|
* // NetworkInterfaceArn: "STRING_VALUE", // required
|
|
132
132
|
* // ProtocolConfiguration: { // RouterOutputProtocolConfiguration Union: only one key present
|
|
133
|
-
* // Rtp: { // RtpRouterOutputConfiguration
|
|
134
|
-
* // DestinationAddress: "STRING_VALUE", // required
|
|
135
|
-
* // DestinationPort: Number("int"), // required
|
|
136
|
-
* // ForwardErrorCorrection: "ENABLED" || "DISABLED",
|
|
137
|
-
* // },
|
|
138
133
|
* // Rist: { // RistRouterOutputConfiguration
|
|
139
134
|
* // DestinationAddress: "STRING_VALUE", // required
|
|
140
135
|
* // DestinationPort: Number("int"), // required
|
|
@@ -161,6 +156,11 @@ declare const UpdateRouterOutputCommand_base: {
|
|
|
161
156
|
* // },
|
|
162
157
|
* // },
|
|
163
158
|
* // },
|
|
159
|
+
* // Rtp: { // RtpRouterOutputConfiguration
|
|
160
|
+
* // DestinationAddress: "STRING_VALUE", // required
|
|
161
|
+
* // DestinationPort: Number("int"), // required
|
|
162
|
+
* // ForwardErrorCorrection: "ENABLED" || "DISABLED",
|
|
163
|
+
* // },
|
|
164
164
|
* // },
|
|
165
165
|
* // Protocol: "RTP" || "RIST" || "SRT_CALLER" || "SRT_LISTENER",
|
|
166
166
|
* // },
|
|
@@ -378,6 +378,30 @@ export declare const FailoverInputSourcePriorityMode: {
|
|
|
378
378
|
* @public
|
|
379
379
|
*/
|
|
380
380
|
export type FailoverInputSourcePriorityMode = (typeof FailoverInputSourcePriorityMode)[keyof typeof FailoverInputSourcePriorityMode];
|
|
381
|
+
/**
|
|
382
|
+
* @public
|
|
383
|
+
* @enum
|
|
384
|
+
*/
|
|
385
|
+
export declare const MediaLiveChannelPipelineId: {
|
|
386
|
+
readonly PIPELINE_0: "PIPELINE_0";
|
|
387
|
+
readonly PIPELINE_1: "PIPELINE_1";
|
|
388
|
+
};
|
|
389
|
+
/**
|
|
390
|
+
* @public
|
|
391
|
+
*/
|
|
392
|
+
export type MediaLiveChannelPipelineId = (typeof MediaLiveChannelPipelineId)[keyof typeof MediaLiveChannelPipelineId];
|
|
393
|
+
/**
|
|
394
|
+
* @public
|
|
395
|
+
* @enum
|
|
396
|
+
*/
|
|
397
|
+
export declare const MediaLiveTransitEncryptionKeyType: {
|
|
398
|
+
readonly AUTOMATIC: "AUTOMATIC";
|
|
399
|
+
readonly SECRETS_MANAGER: "SECRETS_MANAGER";
|
|
400
|
+
};
|
|
401
|
+
/**
|
|
402
|
+
* @public
|
|
403
|
+
*/
|
|
404
|
+
export type MediaLiveTransitEncryptionKeyType = (typeof MediaLiveTransitEncryptionKeyType)[keyof typeof MediaLiveTransitEncryptionKeyType];
|
|
381
405
|
/**
|
|
382
406
|
* @public
|
|
383
407
|
* @enum
|
|
@@ -399,6 +423,7 @@ export type RouterInputProtocol = (typeof RouterInputProtocol)[keyof typeof Rout
|
|
|
399
423
|
export declare const RouterInputType: {
|
|
400
424
|
readonly FAILOVER: "FAILOVER";
|
|
401
425
|
readonly MEDIACONNECT_FLOW: "MEDIACONNECT_FLOW";
|
|
426
|
+
readonly MEDIALIVE_CHANNEL: "MEDIALIVE_CHANNEL";
|
|
402
427
|
readonly MERGE: "MERGE";
|
|
403
428
|
readonly STANDARD: "STANDARD";
|
|
404
429
|
};
|
|
@@ -531,18 +556,6 @@ export declare const RouterNetworkInterfaceState: {
|
|
|
531
556
|
* @public
|
|
532
557
|
*/
|
|
533
558
|
export type RouterNetworkInterfaceState = (typeof RouterNetworkInterfaceState)[keyof typeof RouterNetworkInterfaceState];
|
|
534
|
-
/**
|
|
535
|
-
* @public
|
|
536
|
-
* @enum
|
|
537
|
-
*/
|
|
538
|
-
export declare const MediaLiveTransitEncryptionKeyType: {
|
|
539
|
-
readonly AUTOMATIC: "AUTOMATIC";
|
|
540
|
-
readonly SECRETS_MANAGER: "SECRETS_MANAGER";
|
|
541
|
-
};
|
|
542
|
-
/**
|
|
543
|
-
* @public
|
|
544
|
-
*/
|
|
545
|
-
export type MediaLiveTransitEncryptionKeyType = (typeof MediaLiveTransitEncryptionKeyType)[keyof typeof MediaLiveTransitEncryptionKeyType];
|
|
546
559
|
/**
|
|
547
560
|
* @public
|
|
548
561
|
* @enum
|