@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.
Files changed (31) hide show
  1. package/dist-cjs/index.js +15 -9
  2. package/dist-cjs/schemas/schemas_0.js +38 -20
  3. package/dist-es/MediaConnect.js +5 -5
  4. package/dist-es/models/enums.js +9 -4
  5. package/dist-es/schemas/schemas_0.js +32 -14
  6. package/dist-es/waiters/index.js +5 -5
  7. package/dist-types/MediaConnect.d.ts +8 -8
  8. package/dist-types/commands/BatchGetRouterInputCommand.d.ts +39 -29
  9. package/dist-types/commands/BatchGetRouterOutputCommand.d.ts +5 -5
  10. package/dist-types/commands/CreateRouterInputCommand.d.ts +75 -56
  11. package/dist-types/commands/CreateRouterOutputCommand.d.ts +10 -10
  12. package/dist-types/commands/GetRouterInputCommand.d.ts +39 -29
  13. package/dist-types/commands/GetRouterOutputCommand.d.ts +5 -5
  14. package/dist-types/commands/ListRouterInputsCommand.d.ts +6 -6
  15. package/dist-types/commands/ListRouterOutputsCommand.d.ts +8 -8
  16. package/dist-types/commands/RestartRouterInputCommand.d.ts +1 -1
  17. package/dist-types/commands/UpdateRouterInputCommand.d.ts +75 -56
  18. package/dist-types/commands/UpdateRouterOutputCommand.d.ts +10 -10
  19. package/dist-types/models/enums.d.ts +25 -12
  20. package/dist-types/models/models_0.d.ts +263 -225
  21. package/dist-types/models/models_1.d.ts +30 -0
  22. package/dist-types/schemas/schemas_0.d.ts +2 -0
  23. package/dist-types/ts3.4/MediaConnect.d.ts +8 -8
  24. package/dist-types/ts3.4/commands/RestartRouterInputCommand.d.ts +1 -1
  25. package/dist-types/ts3.4/models/enums.d.ts +13 -6
  26. package/dist-types/ts3.4/models/models_0.d.ts +175 -145
  27. package/dist-types/ts3.4/models/models_1.d.ts +8 -0
  28. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  29. package/dist-types/ts3.4/waiters/index.d.ts +5 -5
  30. package/dist-types/waiters/index.d.ts +5 -5
  31. package/package.json +1 -1
@@ -55,11 +55,6 @@ declare const BatchGetRouterOutputCommand_base: {
55
55
  * // Standard: { // StandardRouterOutputConfiguration
56
56
  * // NetworkInterfaceArn: "STRING_VALUE", // required
57
57
  * // ProtocolConfiguration: { // RouterOutputProtocolConfiguration Union: only one key present
58
- * // Rtp: { // RtpRouterOutputConfiguration
59
- * // DestinationAddress: "STRING_VALUE", // required
60
- * // DestinationPort: Number("int"), // required
61
- * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
62
- * // },
63
58
  * // Rist: { // RistRouterOutputConfiguration
64
59
  * // DestinationAddress: "STRING_VALUE", // required
65
60
  * // DestinationPort: Number("int"), // required
@@ -86,6 +81,11 @@ declare const BatchGetRouterOutputCommand_base: {
86
81
  * // },
87
82
  * // },
88
83
  * // },
84
+ * // Rtp: { // RtpRouterOutputConfiguration
85
+ * // DestinationAddress: "STRING_VALUE", // required
86
+ * // DestinationPort: Number("int"), // required
87
+ * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
88
+ * // },
89
89
  * // },
90
90
  * // Protocol: "RTP" || "RIST" || "SRT_CALLER" || "SRT_LISTENER",
91
91
  * // },
@@ -42,10 +42,6 @@ declare const CreateRouterInputCommand_base: {
42
42
  * Standard: { // StandardRouterInputConfiguration
43
43
  * NetworkInterfaceArn: "STRING_VALUE", // required
44
44
  * ProtocolConfiguration: { // RouterInputProtocolConfiguration Union: only one key present
45
- * Rtp: { // RtpRouterInputConfiguration
46
- * Port: Number("int"), // required
47
- * ForwardErrorCorrection: "ENABLED" || "DISABLED",
48
- * },
49
45
  * Rist: { // RistRouterInputConfiguration
50
46
  * Port: Number("int"), // required
51
47
  * RecoveryLatencyMilliseconds: Number("long"), // required
@@ -72,17 +68,32 @@ declare const CreateRouterInputCommand_base: {
72
68
  * },
73
69
  * },
74
70
  * },
71
+ * Rtp: { // RtpRouterInputConfiguration
72
+ * Port: Number("int"), // required
73
+ * ForwardErrorCorrection: "ENABLED" || "DISABLED",
74
+ * },
75
75
  * },
76
76
  * Protocol: "RTP" || "RIST" || "SRT_CALLER" || "SRT_LISTENER",
77
77
  * },
78
+ * MediaLiveChannel: { // MediaLiveChannelRouterInputConfiguration
79
+ * MediaLiveChannelArn: "STRING_VALUE",
80
+ * MediaLivePipelineId: "PIPELINE_0" || "PIPELINE_1",
81
+ * MediaLiveChannelOutputName: "STRING_VALUE",
82
+ * SourceTransitDecryption: { // MediaLiveTransitEncryption
83
+ * EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
84
+ * EncryptionKeyConfiguration: { // MediaLiveTransitEncryptionKeyConfiguration Union: only one key present
85
+ * SecretsManager: {
86
+ * SecretArn: "STRING_VALUE", // required
87
+ * RoleArn: "STRING_VALUE", // required
88
+ * },
89
+ * Automatic: {},
90
+ * },
91
+ * },
92
+ * },
78
93
  * Failover: { // FailoverRouterInputConfiguration
79
94
  * NetworkInterfaceArn: "STRING_VALUE", // required
80
95
  * ProtocolConfigurations: [ // FailoverRouterInputProtocolConfigurationList // required
81
96
  * { // FailoverRouterInputProtocolConfiguration Union: only one key present
82
- * Rtp: {
83
- * Port: Number("int"), // required
84
- * ForwardErrorCorrection: "ENABLED" || "DISABLED",
85
- * },
86
97
  * Rist: {
87
98
  * Port: Number("int"), // required
88
99
  * RecoveryLatencyMilliseconds: Number("long"), // required
@@ -91,10 +102,7 @@ declare const CreateRouterInputCommand_base: {
91
102
  * Port: Number("int"), // required
92
103
  * MinimumLatencyMilliseconds: Number("long"), // required
93
104
  * DecryptionConfiguration: {
94
- * EncryptionKey: {
95
- * SecretArn: "STRING_VALUE", // required
96
- * RoleArn: "STRING_VALUE", // required
97
- * },
105
+ * EncryptionKey: "<SecretsManagerEncryptionKeyConfiguration>", // required
98
106
  * },
99
107
  * },
100
108
  * SrtCaller: {
@@ -103,17 +111,29 @@ declare const CreateRouterInputCommand_base: {
103
111
  * MinimumLatencyMilliseconds: Number("long"), // required
104
112
  * StreamId: "STRING_VALUE",
105
113
  * DecryptionConfiguration: {
106
- * EncryptionKey: {
107
- * SecretArn: "STRING_VALUE", // required
108
- * RoleArn: "STRING_VALUE", // required
109
- * },
114
+ * EncryptionKey: "<SecretsManagerEncryptionKeyConfiguration>", // required
110
115
  * },
111
116
  * },
117
+ * Rtp: {
118
+ * Port: Number("int"), // required
119
+ * ForwardErrorCorrection: "ENABLED" || "DISABLED",
120
+ * },
112
121
  * },
113
122
  * ],
114
123
  * SourcePriorityMode: "NO_PRIORITY" || "PRIMARY_SECONDARY", // required
115
124
  * PrimarySourceIndex: Number("int"),
116
125
  * },
126
+ * MediaConnectFlow: { // MediaConnectFlowRouterInputConfiguration
127
+ * FlowArn: "STRING_VALUE",
128
+ * FlowOutputArn: "STRING_VALUE",
129
+ * SourceTransitDecryption: { // FlowTransitEncryption
130
+ * EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
131
+ * EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
132
+ * SecretsManager: "<SecretsManagerEncryptionKeyConfiguration>",
133
+ * Automatic: {},
134
+ * },
135
+ * },
136
+ * },
117
137
  * Merge: { // MergeRouterInputConfiguration
118
138
  * NetworkInterfaceArn: "STRING_VALUE", // required
119
139
  * ProtocolConfigurations: [ // MergeRouterInputProtocolConfigurationList // required
@@ -130,17 +150,6 @@ declare const CreateRouterInputCommand_base: {
130
150
  * ],
131
151
  * MergeRecoveryWindowMilliseconds: Number("long"), // required
132
152
  * },
133
- * MediaConnectFlow: { // MediaConnectFlowRouterInputConfiguration
134
- * FlowArn: "STRING_VALUE",
135
- * FlowOutputArn: "STRING_VALUE",
136
- * SourceTransitDecryption: { // FlowTransitEncryption
137
- * EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
138
- * EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
139
- * SecretsManager: "<SecretsManagerEncryptionKeyConfiguration>",
140
- * Automatic: {},
141
- * },
142
- * },
143
- * },
144
153
  * },
145
154
  * MaximumBitrate: Number("long"), // required
146
155
  * RoutingScope: "REGIONAL" || "GLOBAL", // required
@@ -174,15 +183,11 @@ declare const CreateRouterInputCommand_base: {
174
183
  * // Arn: "STRING_VALUE", // required
175
184
  * // Id: "STRING_VALUE", // required
176
185
  * // State: "CREATING" || "STANDBY" || "STARTING" || "ACTIVE" || "STOPPING" || "DELETING" || "UPDATING" || "ERROR" || "RECOVERING" || "MIGRATING", // required
177
- * // InputType: "STANDARD" || "FAILOVER" || "MERGE" || "MEDIACONNECT_FLOW", // required
186
+ * // InputType: "STANDARD" || "FAILOVER" || "MERGE" || "MEDIACONNECT_FLOW" || "MEDIALIVE_CHANNEL", // required
178
187
  * // Configuration: { // RouterInputConfiguration Union: only one key present
179
188
  * // Standard: { // StandardRouterInputConfiguration
180
189
  * // NetworkInterfaceArn: "STRING_VALUE", // required
181
190
  * // ProtocolConfiguration: { // RouterInputProtocolConfiguration Union: only one key present
182
- * // Rtp: { // RtpRouterInputConfiguration
183
- * // Port: Number("int"), // required
184
- * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
185
- * // },
186
191
  * // Rist: { // RistRouterInputConfiguration
187
192
  * // Port: Number("int"), // required
188
193
  * // RecoveryLatencyMilliseconds: Number("long"), // required
@@ -209,17 +214,32 @@ declare const CreateRouterInputCommand_base: {
209
214
  * // },
210
215
  * // },
211
216
  * // },
217
+ * // Rtp: { // RtpRouterInputConfiguration
218
+ * // Port: Number("int"), // required
219
+ * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
220
+ * // },
212
221
  * // },
213
222
  * // Protocol: "RTP" || "RIST" || "SRT_CALLER" || "SRT_LISTENER",
214
223
  * // },
224
+ * // MediaLiveChannel: { // MediaLiveChannelRouterInputConfiguration
225
+ * // MediaLiveChannelArn: "STRING_VALUE",
226
+ * // MediaLivePipelineId: "PIPELINE_0" || "PIPELINE_1",
227
+ * // MediaLiveChannelOutputName: "STRING_VALUE",
228
+ * // SourceTransitDecryption: { // MediaLiveTransitEncryption
229
+ * // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
230
+ * // EncryptionKeyConfiguration: { // MediaLiveTransitEncryptionKeyConfiguration Union: only one key present
231
+ * // SecretsManager: {
232
+ * // SecretArn: "STRING_VALUE", // required
233
+ * // RoleArn: "STRING_VALUE", // required
234
+ * // },
235
+ * // Automatic: {},
236
+ * // },
237
+ * // },
238
+ * // },
215
239
  * // Failover: { // FailoverRouterInputConfiguration
216
240
  * // NetworkInterfaceArn: "STRING_VALUE", // required
217
241
  * // ProtocolConfigurations: [ // FailoverRouterInputProtocolConfigurationList // required
218
242
  * // { // FailoverRouterInputProtocolConfiguration Union: only one key present
219
- * // Rtp: {
220
- * // Port: Number("int"), // required
221
- * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
222
- * // },
223
243
  * // Rist: {
224
244
  * // Port: Number("int"), // required
225
245
  * // RecoveryLatencyMilliseconds: Number("long"), // required
@@ -228,10 +248,7 @@ declare const CreateRouterInputCommand_base: {
228
248
  * // Port: Number("int"), // required
229
249
  * // MinimumLatencyMilliseconds: Number("long"), // required
230
250
  * // DecryptionConfiguration: {
231
- * // EncryptionKey: {
232
- * // SecretArn: "STRING_VALUE", // required
233
- * // RoleArn: "STRING_VALUE", // required
234
- * // },
251
+ * // EncryptionKey: "<SecretsManagerEncryptionKeyConfiguration>", // required
235
252
  * // },
236
253
  * // },
237
254
  * // SrtCaller: {
@@ -240,17 +257,29 @@ declare const CreateRouterInputCommand_base: {
240
257
  * // MinimumLatencyMilliseconds: Number("long"), // required
241
258
  * // StreamId: "STRING_VALUE",
242
259
  * // DecryptionConfiguration: {
243
- * // EncryptionKey: {
244
- * // SecretArn: "STRING_VALUE", // required
245
- * // RoleArn: "STRING_VALUE", // required
246
- * // },
260
+ * // EncryptionKey: "<SecretsManagerEncryptionKeyConfiguration>", // required
247
261
  * // },
248
262
  * // },
263
+ * // Rtp: {
264
+ * // Port: Number("int"), // required
265
+ * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
266
+ * // },
249
267
  * // },
250
268
  * // ],
251
269
  * // SourcePriorityMode: "NO_PRIORITY" || "PRIMARY_SECONDARY", // required
252
270
  * // PrimarySourceIndex: Number("int"),
253
271
  * // },
272
+ * // MediaConnectFlow: { // MediaConnectFlowRouterInputConfiguration
273
+ * // FlowArn: "STRING_VALUE",
274
+ * // FlowOutputArn: "STRING_VALUE",
275
+ * // SourceTransitDecryption: { // FlowTransitEncryption
276
+ * // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
277
+ * // EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
278
+ * // SecretsManager: "<SecretsManagerEncryptionKeyConfiguration>",
279
+ * // Automatic: {},
280
+ * // },
281
+ * // },
282
+ * // },
254
283
  * // Merge: { // MergeRouterInputConfiguration
255
284
  * // NetworkInterfaceArn: "STRING_VALUE", // required
256
285
  * // ProtocolConfigurations: [ // MergeRouterInputProtocolConfigurationList // required
@@ -267,17 +296,6 @@ declare const CreateRouterInputCommand_base: {
267
296
  * // ],
268
297
  * // MergeRecoveryWindowMilliseconds: Number("long"), // required
269
298
  * // },
270
- * // MediaConnectFlow: { // MediaConnectFlowRouterInputConfiguration
271
- * // FlowArn: "STRING_VALUE",
272
- * // FlowOutputArn: "STRING_VALUE",
273
- * // SourceTransitDecryption: { // FlowTransitEncryption
274
- * // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
275
- * // EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
276
- * // SecretsManager: "<SecretsManagerEncryptionKeyConfiguration>",
277
- * // Automatic: {},
278
- * // },
279
- * // },
280
- * // },
281
299
  * // },
282
300
  * // RoutedOutputs: Number("int"), // required
283
301
  * // MaximumRoutedOutputs: Number("int"),
@@ -308,6 +326,7 @@ declare const CreateRouterInputCommand_base: {
308
326
  * // Standard: { // StandardRouterInputStreamDetails
309
327
  * // SourceIpAddress: "STRING_VALUE",
310
328
  * // },
329
+ * // MediaLiveChannel: {},
311
330
  * // Failover: { // FailoverRouterInputStreamDetails
312
331
  * // SourceIndexZeroStreamDetails: { // FailoverRouterInputIndexedStreamDetails
313
332
  * // SourceIndex: Number("int"), // required
@@ -318,6 +337,7 @@ declare const CreateRouterInputCommand_base: {
318
337
  * // SourceIpAddress: "STRING_VALUE",
319
338
  * // },
320
339
  * // },
340
+ * // MediaConnectFlow: {},
321
341
  * // Merge: { // MergeRouterInputStreamDetails
322
342
  * // SourceIndexZeroStreamDetails: { // MergeRouterInputIndexedStreamDetails
323
343
  * // SourceIndex: Number("int"), // required
@@ -328,7 +348,6 @@ declare const CreateRouterInputCommand_base: {
328
348
  * // SourceIpAddress: "STRING_VALUE",
329
349
  * // },
330
350
  * // },
331
- * // MediaConnectFlow: {},
332
351
  * // },
333
352
  * // IpAddress: "STRING_VALUE",
334
353
  * // MaintenanceType: "PREFERRED_DAY_TIME" || "DEFAULT", // required
@@ -42,11 +42,6 @@ declare const CreateRouterOutputCommand_base: {
42
42
  * Standard: { // StandardRouterOutputConfiguration
43
43
  * NetworkInterfaceArn: "STRING_VALUE", // required
44
44
  * ProtocolConfiguration: { // RouterOutputProtocolConfiguration Union: only one key present
45
- * Rtp: { // RtpRouterOutputConfiguration
46
- * DestinationAddress: "STRING_VALUE", // required
47
- * DestinationPort: Number("int"), // required
48
- * ForwardErrorCorrection: "ENABLED" || "DISABLED",
49
- * },
50
45
  * Rist: { // RistRouterOutputConfiguration
51
46
  * DestinationAddress: "STRING_VALUE", // required
52
47
  * DestinationPort: Number("int"), // required
@@ -73,6 +68,11 @@ declare const CreateRouterOutputCommand_base: {
73
68
  * },
74
69
  * },
75
70
  * },
71
+ * Rtp: { // RtpRouterOutputConfiguration
72
+ * DestinationAddress: "STRING_VALUE", // required
73
+ * DestinationPort: Number("int"), // required
74
+ * ForwardErrorCorrection: "ENABLED" || "DISABLED",
75
+ * },
76
76
  * },
77
77
  * Protocol: "RTP" || "RIST" || "SRT_CALLER" || "SRT_LISTENER",
78
78
  * },
@@ -135,11 +135,6 @@ declare const CreateRouterOutputCommand_base: {
135
135
  * // Standard: { // StandardRouterOutputConfiguration
136
136
  * // NetworkInterfaceArn: "STRING_VALUE", // required
137
137
  * // ProtocolConfiguration: { // RouterOutputProtocolConfiguration Union: only one key present
138
- * // Rtp: { // RtpRouterOutputConfiguration
139
- * // DestinationAddress: "STRING_VALUE", // required
140
- * // DestinationPort: Number("int"), // required
141
- * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
142
- * // },
143
138
  * // Rist: { // RistRouterOutputConfiguration
144
139
  * // DestinationAddress: "STRING_VALUE", // required
145
140
  * // DestinationPort: Number("int"), // required
@@ -166,6 +161,11 @@ declare const CreateRouterOutputCommand_base: {
166
161
  * // },
167
162
  * // },
168
163
  * // },
164
+ * // Rtp: { // RtpRouterOutputConfiguration
165
+ * // DestinationAddress: "STRING_VALUE", // required
166
+ * // DestinationPort: Number("int"), // required
167
+ * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
168
+ * // },
169
169
  * // },
170
170
  * // Protocol: "RTP" || "RIST" || "SRT_CALLER" || "SRT_LISTENER",
171
171
  * // },
@@ -47,15 +47,11 @@ declare const GetRouterInputCommand_base: {
47
47
  * // Arn: "STRING_VALUE", // required
48
48
  * // Id: "STRING_VALUE", // required
49
49
  * // State: "CREATING" || "STANDBY" || "STARTING" || "ACTIVE" || "STOPPING" || "DELETING" || "UPDATING" || "ERROR" || "RECOVERING" || "MIGRATING", // required
50
- * // InputType: "STANDARD" || "FAILOVER" || "MERGE" || "MEDIACONNECT_FLOW", // required
50
+ * // InputType: "STANDARD" || "FAILOVER" || "MERGE" || "MEDIACONNECT_FLOW" || "MEDIALIVE_CHANNEL", // required
51
51
  * // Configuration: { // RouterInputConfiguration Union: only one key present
52
52
  * // Standard: { // StandardRouterInputConfiguration
53
53
  * // NetworkInterfaceArn: "STRING_VALUE", // required
54
54
  * // ProtocolConfiguration: { // RouterInputProtocolConfiguration Union: only one key present
55
- * // Rtp: { // RtpRouterInputConfiguration
56
- * // Port: Number("int"), // required
57
- * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
58
- * // },
59
55
  * // Rist: { // RistRouterInputConfiguration
60
56
  * // Port: Number("int"), // required
61
57
  * // RecoveryLatencyMilliseconds: Number("long"), // required
@@ -82,17 +78,32 @@ declare const GetRouterInputCommand_base: {
82
78
  * // },
83
79
  * // },
84
80
  * // },
81
+ * // Rtp: { // RtpRouterInputConfiguration
82
+ * // Port: Number("int"), // required
83
+ * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
84
+ * // },
85
85
  * // },
86
86
  * // Protocol: "RTP" || "RIST" || "SRT_CALLER" || "SRT_LISTENER",
87
87
  * // },
88
+ * // MediaLiveChannel: { // MediaLiveChannelRouterInputConfiguration
89
+ * // MediaLiveChannelArn: "STRING_VALUE",
90
+ * // MediaLivePipelineId: "PIPELINE_0" || "PIPELINE_1",
91
+ * // MediaLiveChannelOutputName: "STRING_VALUE",
92
+ * // SourceTransitDecryption: { // MediaLiveTransitEncryption
93
+ * // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
94
+ * // EncryptionKeyConfiguration: { // MediaLiveTransitEncryptionKeyConfiguration Union: only one key present
95
+ * // SecretsManager: {
96
+ * // SecretArn: "STRING_VALUE", // required
97
+ * // RoleArn: "STRING_VALUE", // required
98
+ * // },
99
+ * // Automatic: {},
100
+ * // },
101
+ * // },
102
+ * // },
88
103
  * // Failover: { // FailoverRouterInputConfiguration
89
104
  * // NetworkInterfaceArn: "STRING_VALUE", // required
90
105
  * // ProtocolConfigurations: [ // FailoverRouterInputProtocolConfigurationList // required
91
106
  * // { // FailoverRouterInputProtocolConfiguration Union: only one key present
92
- * // Rtp: {
93
- * // Port: Number("int"), // required
94
- * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
95
- * // },
96
107
  * // Rist: {
97
108
  * // Port: Number("int"), // required
98
109
  * // RecoveryLatencyMilliseconds: Number("long"), // required
@@ -101,10 +112,7 @@ declare const GetRouterInputCommand_base: {
101
112
  * // Port: Number("int"), // required
102
113
  * // MinimumLatencyMilliseconds: Number("long"), // required
103
114
  * // DecryptionConfiguration: {
104
- * // EncryptionKey: {
105
- * // SecretArn: "STRING_VALUE", // required
106
- * // RoleArn: "STRING_VALUE", // required
107
- * // },
115
+ * // EncryptionKey: "<SecretsManagerEncryptionKeyConfiguration>", // required
108
116
  * // },
109
117
  * // },
110
118
  * // SrtCaller: {
@@ -113,17 +121,29 @@ declare const GetRouterInputCommand_base: {
113
121
  * // MinimumLatencyMilliseconds: Number("long"), // required
114
122
  * // StreamId: "STRING_VALUE",
115
123
  * // DecryptionConfiguration: {
116
- * // EncryptionKey: {
117
- * // SecretArn: "STRING_VALUE", // required
118
- * // RoleArn: "STRING_VALUE", // required
119
- * // },
124
+ * // EncryptionKey: "<SecretsManagerEncryptionKeyConfiguration>", // required
120
125
  * // },
121
126
  * // },
127
+ * // Rtp: {
128
+ * // Port: Number("int"), // required
129
+ * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
130
+ * // },
122
131
  * // },
123
132
  * // ],
124
133
  * // SourcePriorityMode: "NO_PRIORITY" || "PRIMARY_SECONDARY", // required
125
134
  * // PrimarySourceIndex: Number("int"),
126
135
  * // },
136
+ * // MediaConnectFlow: { // MediaConnectFlowRouterInputConfiguration
137
+ * // FlowArn: "STRING_VALUE",
138
+ * // FlowOutputArn: "STRING_VALUE",
139
+ * // SourceTransitDecryption: { // FlowTransitEncryption
140
+ * // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
141
+ * // EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
142
+ * // SecretsManager: "<SecretsManagerEncryptionKeyConfiguration>",
143
+ * // Automatic: {},
144
+ * // },
145
+ * // },
146
+ * // },
127
147
  * // Merge: { // MergeRouterInputConfiguration
128
148
  * // NetworkInterfaceArn: "STRING_VALUE", // required
129
149
  * // ProtocolConfigurations: [ // MergeRouterInputProtocolConfigurationList // required
@@ -140,17 +160,6 @@ declare const GetRouterInputCommand_base: {
140
160
  * // ],
141
161
  * // MergeRecoveryWindowMilliseconds: Number("long"), // required
142
162
  * // },
143
- * // MediaConnectFlow: { // MediaConnectFlowRouterInputConfiguration
144
- * // FlowArn: "STRING_VALUE",
145
- * // FlowOutputArn: "STRING_VALUE",
146
- * // SourceTransitDecryption: { // FlowTransitEncryption
147
- * // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
148
- * // EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
149
- * // SecretsManager: "<SecretsManagerEncryptionKeyConfiguration>",
150
- * // Automatic: {},
151
- * // },
152
- * // },
153
- * // },
154
163
  * // },
155
164
  * // RoutedOutputs: Number("int"), // required
156
165
  * // MaximumRoutedOutputs: Number("int"),
@@ -181,6 +190,7 @@ declare const GetRouterInputCommand_base: {
181
190
  * // Standard: { // StandardRouterInputStreamDetails
182
191
  * // SourceIpAddress: "STRING_VALUE",
183
192
  * // },
193
+ * // MediaLiveChannel: {},
184
194
  * // Failover: { // FailoverRouterInputStreamDetails
185
195
  * // SourceIndexZeroStreamDetails: { // FailoverRouterInputIndexedStreamDetails
186
196
  * // SourceIndex: Number("int"), // required
@@ -191,6 +201,7 @@ declare const GetRouterInputCommand_base: {
191
201
  * // SourceIpAddress: "STRING_VALUE",
192
202
  * // },
193
203
  * // },
204
+ * // MediaConnectFlow: {},
194
205
  * // Merge: { // MergeRouterInputStreamDetails
195
206
  * // SourceIndexZeroStreamDetails: { // MergeRouterInputIndexedStreamDetails
196
207
  * // SourceIndex: Number("int"), // required
@@ -201,7 +212,6 @@ declare const GetRouterInputCommand_base: {
201
212
  * // SourceIpAddress: "STRING_VALUE",
202
213
  * // },
203
214
  * // },
204
- * // MediaConnectFlow: {},
205
215
  * // },
206
216
  * // IpAddress: "STRING_VALUE",
207
217
  * // MaintenanceType: "PREFERRED_DAY_TIME" || "DEFAULT", // required
@@ -52,11 +52,6 @@ declare const GetRouterOutputCommand_base: {
52
52
  * // Standard: { // StandardRouterOutputConfiguration
53
53
  * // NetworkInterfaceArn: "STRING_VALUE", // required
54
54
  * // ProtocolConfiguration: { // RouterOutputProtocolConfiguration Union: only one key present
55
- * // Rtp: { // RtpRouterOutputConfiguration
56
- * // DestinationAddress: "STRING_VALUE", // required
57
- * // DestinationPort: Number("int"), // required
58
- * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
59
- * // },
60
55
  * // Rist: { // RistRouterOutputConfiguration
61
56
  * // DestinationAddress: "STRING_VALUE", // required
62
57
  * // DestinationPort: Number("int"), // required
@@ -83,6 +78,11 @@ declare const GetRouterOutputCommand_base: {
83
78
  * // },
84
79
  * // },
85
80
  * // },
81
+ * // Rtp: { // RtpRouterOutputConfiguration
82
+ * // DestinationAddress: "STRING_VALUE", // required
83
+ * // DestinationPort: Number("int"), // required
84
+ * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
85
+ * // },
86
86
  * // },
87
87
  * // Protocol: "RTP" || "RIST" || "SRT_CALLER" || "SRT_LISTENER",
88
88
  * // },
@@ -41,13 +41,10 @@ declare const ListRouterInputsCommand_base: {
41
41
  * NextToken: "STRING_VALUE",
42
42
  * Filters: [ // RouterInputFilterList
43
43
  * { // RouterInputFilter Union: only one key present
44
- * RegionNames: [ // StringList
44
+ * NameContains: [ // StringList
45
45
  * "STRING_VALUE",
46
46
  * ],
47
- * InputTypes: [ // RouterInputTypeList
48
- * "STANDARD" || "FAILOVER" || "MERGE" || "MEDIACONNECT_FLOW",
49
- * ],
50
- * NameContains: [
47
+ * RegionNames: [
51
48
  * "STRING_VALUE",
52
49
  * ],
53
50
  * NetworkInterfaceArns: [ // RouterNetworkInterfaceArnList
@@ -56,6 +53,9 @@ declare const ListRouterInputsCommand_base: {
56
53
  * RoutingScopes: [ // RoutingScopeList
57
54
  * "REGIONAL" || "GLOBAL",
58
55
  * ],
56
+ * InputTypes: [ // RouterInputTypeList
57
+ * "STANDARD" || "FAILOVER" || "MERGE" || "MEDIACONNECT_FLOW" || "MEDIALIVE_CHANNEL",
58
+ * ],
59
59
  * },
60
60
  * ],
61
61
  * };
@@ -67,7 +67,7 @@ declare const ListRouterInputsCommand_base: {
67
67
  * // Name: "STRING_VALUE", // required
68
68
  * // Arn: "STRING_VALUE", // required
69
69
  * // Id: "STRING_VALUE", // required
70
- * // InputType: "STANDARD" || "FAILOVER" || "MERGE" || "MEDIACONNECT_FLOW", // required
70
+ * // InputType: "STANDARD" || "FAILOVER" || "MERGE" || "MEDIACONNECT_FLOW" || "MEDIALIVE_CHANNEL", // required
71
71
  * // State: "CREATING" || "STANDBY" || "STARTING" || "ACTIVE" || "STOPPING" || "DELETING" || "UPDATING" || "ERROR" || "RECOVERING" || "MIGRATING", // required
72
72
  * // RoutedOutputs: Number("int"), // required
73
73
  * // RegionName: "STRING_VALUE", // required
@@ -44,20 +44,20 @@ declare const ListRouterOutputsCommand_base: {
44
44
  * RegionNames: [ // StringList
45
45
  * "STRING_VALUE",
46
46
  * ],
47
- * OutputTypes: [ // RouterOutputTypeList
48
- * "STANDARD" || "MEDIACONNECT_FLOW" || "MEDIALIVE_INPUT",
49
- * ],
50
- * NameContains: [
51
- * "STRING_VALUE",
52
- * ],
53
47
  * NetworkInterfaceArns: [ // RouterNetworkInterfaceArnList
54
48
  * "STRING_VALUE",
55
49
  * ],
50
+ * RoutingScopes: [ // RoutingScopeList
51
+ * "REGIONAL" || "GLOBAL",
52
+ * ],
53
+ * OutputTypes: [ // RouterOutputTypeList
54
+ * "STANDARD" || "MEDIACONNECT_FLOW" || "MEDIALIVE_INPUT",
55
+ * ],
56
56
  * RoutedInputArns: [ // RouterInputArnList
57
57
  * "STRING_VALUE",
58
58
  * ],
59
- * RoutingScopes: [ // RoutingScopeList
60
- * "REGIONAL" || "GLOBAL",
59
+ * NameContains: [
60
+ * "STRING_VALUE",
61
61
  * ],
62
62
  * },
63
63
  * ],
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
4
- import type { RestartRouterInputRequest, RestartRouterInputResponse } from "../models/models_0";
4
+ import type { RestartRouterInputRequest, RestartRouterInputResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */