aws-sdk-mediaconnect 1.77.0 → 1.78.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.
@@ -93,37 +93,43 @@ module Aws::MediaConnect
93
93
  operation_name: :describe_flow,
94
94
  acceptors: [
95
95
  {
96
- "state" => "success",
97
96
  "matcher" => "path",
98
97
  "argument" => "flow.status",
98
+ "state" => "success",
99
99
  "expected" => "ACTIVE"
100
100
  },
101
101
  {
102
- "state" => "retry",
103
102
  "matcher" => "path",
104
103
  "argument" => "flow.status",
104
+ "state" => "retry",
105
105
  "expected" => "STARTING"
106
106
  },
107
107
  {
108
- "state" => "retry",
109
108
  "matcher" => "path",
110
109
  "argument" => "flow.status",
110
+ "state" => "retry",
111
111
  "expected" => "UPDATING"
112
112
  },
113
113
  {
114
+ "matcher" => "error",
114
115
  "state" => "retry",
115
- "matcher" => "status",
116
- "expected" => 500
116
+ "expected" => "InternalServerErrorException"
117
117
  },
118
118
  {
119
+ "matcher" => "error",
119
120
  "state" => "retry",
120
- "matcher" => "status",
121
- "expected" => 503
121
+ "expected" => "ServiceUnavailableException"
122
122
  },
123
123
  {
124
+ "matcher" => "path",
125
+ "argument" => "flow.status",
124
126
  "state" => "failure",
127
+ "expected" => "STANDBY"
128
+ },
129
+ {
125
130
  "matcher" => "path",
126
131
  "argument" => "flow.status",
132
+ "state" => "failure",
127
133
  "expected" => "ERROR"
128
134
  }
129
135
  ]
@@ -160,30 +166,30 @@ module Aws::MediaConnect
160
166
  operation_name: :describe_flow,
161
167
  acceptors: [
162
168
  {
169
+ "matcher" => "error",
163
170
  "state" => "success",
164
- "matcher" => "status",
165
- "expected" => 404
171
+ "expected" => "NotFoundException"
166
172
  },
167
173
  {
168
- "state" => "retry",
169
174
  "matcher" => "path",
170
175
  "argument" => "flow.status",
176
+ "state" => "retry",
171
177
  "expected" => "DELETING"
172
178
  },
173
179
  {
180
+ "matcher" => "error",
174
181
  "state" => "retry",
175
- "matcher" => "status",
176
- "expected" => 500
182
+ "expected" => "InternalServerErrorException"
177
183
  },
178
184
  {
185
+ "matcher" => "error",
179
186
  "state" => "retry",
180
- "matcher" => "status",
181
- "expected" => 503
187
+ "expected" => "ServiceUnavailableException"
182
188
  },
183
189
  {
184
- "state" => "failure",
185
190
  "matcher" => "path",
186
191
  "argument" => "flow.status",
192
+ "state" => "failure",
187
193
  "expected" => "ERROR"
188
194
  }
189
195
  ]
@@ -220,31 +226,31 @@ module Aws::MediaConnect
220
226
  operation_name: :describe_flow,
221
227
  acceptors: [
222
228
  {
223
- "state" => "success",
224
229
  "matcher" => "path",
225
230
  "argument" => "flow.status",
231
+ "state" => "success",
226
232
  "expected" => "STANDBY"
227
233
  },
228
234
  {
229
- "state" => "retry",
230
235
  "matcher" => "path",
231
236
  "argument" => "flow.status",
237
+ "state" => "retry",
232
238
  "expected" => "STOPPING"
233
239
  },
234
240
  {
241
+ "matcher" => "error",
235
242
  "state" => "retry",
236
- "matcher" => "status",
237
- "expected" => 500
243
+ "expected" => "InternalServerErrorException"
238
244
  },
239
245
  {
246
+ "matcher" => "error",
240
247
  "state" => "retry",
241
- "matcher" => "status",
242
- "expected" => 503
248
+ "expected" => "ServiceUnavailableException"
243
249
  },
244
250
  {
245
- "state" => "failure",
246
251
  "matcher" => "path",
247
252
  "argument" => "flow.status",
253
+ "state" => "failure",
248
254
  "expected" => "ERROR"
249
255
  }
250
256
  ]
@@ -55,7 +55,7 @@ module Aws::MediaConnect
55
55
  autoload :EndpointProvider, 'aws-sdk-mediaconnect/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-mediaconnect/endpoints'
57
57
 
58
- GEM_VERSION = '1.77.0'
58
+ GEM_VERSION = '1.78.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -92,7 +92,7 @@ module Aws
92
92
  name: ::String,
93
93
  network_name: ::String,
94
94
  port: ::Integer,
95
- protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp"),
95
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq"),
96
96
  ttl: ::Integer
97
97
  }?
98
98
  },
@@ -125,7 +125,7 @@ module Aws
125
125
  name: ::String,
126
126
  network_name: ::String,
127
127
  port: ::Integer,
128
- protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
128
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")
129
129
  }?
130
130
  },
131
131
  ]
@@ -212,7 +212,7 @@ module Aws
212
212
  min_latency: ::Integer?,
213
213
  name: ::String?,
214
214
  port: ::Integer?,
215
- protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp"),
215
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq"),
216
216
  remote_id: ::String?,
217
217
  sender_control_port: ::Integer?,
218
218
  smoothing_latency: ::Integer?,
@@ -220,7 +220,9 @@ module Aws
220
220
  vpc_interface_attachment: {
221
221
  vpc_interface_name: ::String?
222
222
  }?,
223
- output_status: ("ENABLED" | "DISABLED")?
223
+ output_status: ("ENABLED" | "DISABLED")?,
224
+ ndi_speed_hq_quality: ::Integer?,
225
+ ndi_program_name: ::String?
224
226
  },
225
227
  ]
226
228
  ) -> _AddFlowOutputsResponseSuccess
@@ -269,7 +271,7 @@ module Aws
269
271
  ]?,
270
272
  min_latency: ::Integer?,
271
273
  name: ::String?,
272
- protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")?,
274
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")?,
273
275
  sender_control_port: ::Integer?,
274
276
  sender_ip_address: ::String?,
275
277
  source_listener_address: ::String?,
@@ -329,7 +331,7 @@ module Aws
329
331
  name: ::String,
330
332
  network_name: ::String,
331
333
  port: ::Integer,
332
- protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp"),
334
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq"),
333
335
  ttl: ::Integer
334
336
  }?
335
337
  },
@@ -360,7 +362,7 @@ module Aws
360
362
  name: ::String,
361
363
  network_name: ::String,
362
364
  port: ::Integer,
363
- protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
365
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")
364
366
  }?
365
367
  },
366
368
  ]
@@ -456,7 +458,7 @@ module Aws
456
458
  min_latency: ::Integer?,
457
459
  name: ::String?,
458
460
  port: ::Integer?,
459
- protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp"),
461
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq"),
460
462
  remote_id: ::String?,
461
463
  sender_control_port: ::Integer?,
462
464
  smoothing_latency: ::Integer?,
@@ -464,7 +466,9 @@ module Aws
464
466
  vpc_interface_attachment: {
465
467
  vpc_interface_name: ::String?
466
468
  }?,
467
- output_status: ("ENABLED" | "DISABLED")?
469
+ output_status: ("ENABLED" | "DISABLED")?,
470
+ ndi_speed_hq_quality: ::Integer?,
471
+ ndi_program_name: ::String?
468
472
  },
469
473
  ],
470
474
  ?source: {
@@ -501,7 +505,7 @@ module Aws
501
505
  ]?,
502
506
  min_latency: ::Integer?,
503
507
  name: ::String?,
504
- protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")?,
508
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")?,
505
509
  sender_control_port: ::Integer?,
506
510
  sender_ip_address: ::String?,
507
511
  source_listener_address: ::String?,
@@ -559,7 +563,7 @@ module Aws
559
563
  ]?,
560
564
  min_latency: ::Integer?,
561
565
  name: ::String?,
562
- protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")?,
566
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")?,
563
567
  sender_control_port: ::Integer?,
564
568
  sender_ip_address: ::String?,
565
569
  source_listener_address: ::String?,
@@ -611,6 +615,18 @@ module Aws
611
615
  }?
612
616
  },
613
617
  ]?
618
+ },
619
+ ?flow_size: ("MEDIUM" | "LARGE"),
620
+ ?ndi_config: {
621
+ ndi_state: ("ENABLED" | "DISABLED")?,
622
+ machine_name: ::String?,
623
+ ndi_discovery_servers: Array[
624
+ {
625
+ discovery_server_address: ::String,
626
+ discovery_server_port: ::Integer?,
627
+ vpc_interface_adapter: ::String
628
+ },
629
+ ]?
614
630
  }
615
631
  ) -> _CreateFlowResponseSuccess
616
632
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFlowResponseSuccess
@@ -1056,7 +1072,7 @@ module Aws
1056
1072
  ip_address: ::String?,
1057
1073
  network_name: ::String?,
1058
1074
  port: ::Integer?,
1059
- protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")?,
1075
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")?,
1060
1076
  ttl: ::Integer?
1061
1077
  },
1062
1078
  output_name: ::String
@@ -1084,7 +1100,7 @@ module Aws
1084
1100
  }?,
1085
1101
  network_name: ::String?,
1086
1102
  port: ::Integer?,
1087
- protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")?
1103
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")?
1088
1104
  },
1089
1105
  source_name: ::String
1090
1106
  ) -> _UpdateBridgeSourceResponseSuccess
@@ -1145,6 +1161,17 @@ module Aws
1145
1161
  }?
1146
1162
  },
1147
1163
  ]?
1164
+ },
1165
+ ?ndi_config: {
1166
+ ndi_state: ("ENABLED" | "DISABLED")?,
1167
+ machine_name: ::String?,
1168
+ ndi_discovery_servers: Array[
1169
+ {
1170
+ discovery_server_address: ::String,
1171
+ discovery_server_port: ::Integer?,
1172
+ vpc_interface_adapter: ::String
1173
+ },
1174
+ ]?
1148
1175
  }
1149
1176
  ) -> _UpdateFlowResponseSuccess
1150
1177
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFlowResponseSuccess
@@ -1248,7 +1275,7 @@ module Aws
1248
1275
  ?min_latency: ::Integer,
1249
1276
  output_arn: ::String,
1250
1277
  ?port: ::Integer,
1251
- ?protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp"),
1278
+ ?protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq"),
1252
1279
  ?remote_id: ::String,
1253
1280
  ?sender_control_port: ::Integer,
1254
1281
  ?sender_ip_address: ::String,
@@ -1257,7 +1284,9 @@ module Aws
1257
1284
  ?vpc_interface_attachment: {
1258
1285
  vpc_interface_name: ::String?
1259
1286
  },
1260
- ?output_status: ("ENABLED" | "DISABLED")
1287
+ ?output_status: ("ENABLED" | "DISABLED"),
1288
+ ?ndi_program_name: ::String,
1289
+ ?ndi_speed_hq_quality: ::Integer
1261
1290
  ) -> _UpdateFlowOutputResponseSuccess
1262
1291
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFlowOutputResponseSuccess
1263
1292
 
@@ -1301,7 +1330,7 @@ module Aws
1301
1330
  },
1302
1331
  ],
1303
1332
  ?min_latency: ::Integer,
1304
- ?protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp"),
1333
+ ?protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq"),
1305
1334
  ?sender_control_port: ::Integer,
1306
1335
  ?sender_ip_address: ::String,
1307
1336
  source_arn: ::String,
data/sig/types.rbs CHANGED
@@ -20,7 +20,7 @@ module Aws::MediaConnect
20
20
  attr_accessor name: ::String
21
21
  attr_accessor network_name: ::String
22
22
  attr_accessor port: ::Integer
23
- attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
23
+ attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")
24
24
  attr_accessor ttl: ::Integer
25
25
  SENSITIVE: []
26
26
  end
@@ -31,7 +31,7 @@ module Aws::MediaConnect
31
31
  attr_accessor name: ::String
32
32
  attr_accessor network_name: ::String
33
33
  attr_accessor port: ::Integer
34
- attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
34
+ attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")
35
35
  SENSITIVE: []
36
36
  end
37
37
 
@@ -161,13 +161,15 @@ module Aws::MediaConnect
161
161
  attr_accessor min_latency: ::Integer
162
162
  attr_accessor name: ::String
163
163
  attr_accessor port: ::Integer
164
- attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
164
+ attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")
165
165
  attr_accessor remote_id: ::String
166
166
  attr_accessor sender_control_port: ::Integer
167
167
  attr_accessor smoothing_latency: ::Integer
168
168
  attr_accessor stream_id: ::String
169
169
  attr_accessor vpc_interface_attachment: Types::VpcInterfaceAttachment
170
170
  attr_accessor output_status: ("ENABLED" | "DISABLED")
171
+ attr_accessor ndi_speed_hq_quality: ::Integer
172
+ attr_accessor ndi_program_name: ::String
171
173
  SENSITIVE: []
172
174
  end
173
175
 
@@ -221,7 +223,7 @@ module Aws::MediaConnect
221
223
  attr_accessor name: ::String
222
224
  attr_accessor network_name: ::String
223
225
  attr_accessor port: ::Integer
224
- attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
226
+ attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")
225
227
  attr_accessor ttl: ::Integer
226
228
  SENSITIVE: []
227
229
  end
@@ -232,7 +234,7 @@ module Aws::MediaConnect
232
234
  attr_accessor name: ::String
233
235
  attr_accessor network_name: ::String
234
236
  attr_accessor port: ::Integer
235
- attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
237
+ attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")
236
238
  SENSITIVE: []
237
239
  end
238
240
 
@@ -291,6 +293,8 @@ module Aws::MediaConnect
291
293
  attr_accessor vpc_interfaces: ::Array[Types::VpcInterfaceRequest]
292
294
  attr_accessor maintenance: Types::AddMaintenance
293
295
  attr_accessor source_monitoring_config: Types::MonitoringConfig
296
+ attr_accessor flow_size: ("MEDIUM" | "LARGE")
297
+ attr_accessor ndi_config: Types::NdiConfig
294
298
  SENSITIVE: []
295
299
  end
296
300
 
@@ -524,6 +528,8 @@ module Aws::MediaConnect
524
528
  attr_accessor vpc_interfaces: ::Array[Types::VpcInterface]
525
529
  attr_accessor maintenance: Types::Maintenance
526
530
  attr_accessor source_monitoring_config: Types::MonitoringConfig
531
+ attr_accessor flow_size: ("MEDIUM" | "LARGE")
532
+ attr_accessor ndi_config: Types::NdiConfig
527
533
  SENSITIVE: []
528
534
  end
529
535
 
@@ -887,6 +893,20 @@ module Aws::MediaConnect
887
893
  SENSITIVE: []
888
894
  end
889
895
 
896
+ class NdiConfig
897
+ attr_accessor ndi_state: ("ENABLED" | "DISABLED")
898
+ attr_accessor machine_name: ::String
899
+ attr_accessor ndi_discovery_servers: ::Array[Types::NdiDiscoveryServerConfig]
900
+ SENSITIVE: []
901
+ end
902
+
903
+ class NdiDiscoveryServerConfig
904
+ attr_accessor discovery_server_address: ::String
905
+ attr_accessor discovery_server_port: ::Integer
906
+ attr_accessor vpc_interface_adapter: ::String
907
+ SENSITIVE: []
908
+ end
909
+
890
910
  class NotFoundException
891
911
  attr_accessor message: ::String
892
912
  SENSITIVE: []
@@ -1032,11 +1052,6 @@ module Aws::MediaConnect
1032
1052
  SENSITIVE: []
1033
1053
  end
1034
1054
 
1035
- class ResponseError
1036
- attr_accessor message: ::String
1037
- SENSITIVE: []
1038
- end
1039
-
1040
1055
  class RevokeFlowEntitlementRequest
1041
1056
  attr_accessor entitlement_arn: ::String
1042
1057
  attr_accessor flow_arn: ::String
@@ -1071,7 +1086,7 @@ module Aws::MediaConnect
1071
1086
  attr_accessor media_stream_source_configurations: ::Array[Types::MediaStreamSourceConfigurationRequest]
1072
1087
  attr_accessor min_latency: ::Integer
1073
1088
  attr_accessor name: ::String
1074
- attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
1089
+ attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")
1075
1090
  attr_accessor sender_control_port: ::Integer
1076
1091
  attr_accessor sender_ip_address: ::String
1077
1092
  attr_accessor source_listener_address: ::String
@@ -1161,7 +1176,7 @@ module Aws::MediaConnect
1161
1176
  attr_accessor max_latency: ::Integer
1162
1177
  attr_accessor max_sync_buffer: ::Integer
1163
1178
  attr_accessor min_latency: ::Integer
1164
- attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
1179
+ attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")
1165
1180
  attr_accessor remote_id: ::String
1166
1181
  attr_accessor sender_control_port: ::Integer
1167
1182
  attr_accessor sender_ip_address: ::String
@@ -1169,6 +1184,8 @@ module Aws::MediaConnect
1169
1184
  attr_accessor source_listener_address: ::String
1170
1185
  attr_accessor source_listener_port: ::Integer
1171
1186
  attr_accessor stream_id: ::String
1187
+ attr_accessor ndi_speed_hq_quality: ::Integer
1188
+ attr_accessor ndi_program_name: ::String
1172
1189
  SENSITIVE: []
1173
1190
  end
1174
1191
 
@@ -1214,7 +1231,7 @@ module Aws::MediaConnect
1214
1231
  attr_accessor ip_address: ::String
1215
1232
  attr_accessor network_name: ::String
1216
1233
  attr_accessor port: ::Integer
1217
- attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
1234
+ attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")
1218
1235
  attr_accessor ttl: ::Integer
1219
1236
  SENSITIVE: []
1220
1237
  end
@@ -1224,7 +1241,7 @@ module Aws::MediaConnect
1224
1241
  attr_accessor multicast_source_settings: Types::MulticastSourceSettings
1225
1242
  attr_accessor network_name: ::String
1226
1243
  attr_accessor port: ::Integer
1227
- attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
1244
+ attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")
1228
1245
  SENSITIVE: []
1229
1246
  end
1230
1247
 
@@ -1350,7 +1367,7 @@ module Aws::MediaConnect
1350
1367
  attr_accessor min_latency: ::Integer
1351
1368
  attr_accessor output_arn: ::String
1352
1369
  attr_accessor port: ::Integer
1353
- attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
1370
+ attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")
1354
1371
  attr_accessor remote_id: ::String
1355
1372
  attr_accessor sender_control_port: ::Integer
1356
1373
  attr_accessor sender_ip_address: ::String
@@ -1358,6 +1375,8 @@ module Aws::MediaConnect
1358
1375
  attr_accessor stream_id: ::String
1359
1376
  attr_accessor vpc_interface_attachment: Types::VpcInterfaceAttachment
1360
1377
  attr_accessor output_status: ("ENABLED" | "DISABLED")
1378
+ attr_accessor ndi_program_name: ::String
1379
+ attr_accessor ndi_speed_hq_quality: ::Integer
1361
1380
  SENSITIVE: []
1362
1381
  end
1363
1382
 
@@ -1372,6 +1391,7 @@ module Aws::MediaConnect
1372
1391
  attr_accessor source_failover_config: Types::UpdateFailoverConfig
1373
1392
  attr_accessor maintenance: Types::UpdateMaintenance
1374
1393
  attr_accessor source_monitoring_config: Types::MonitoringConfig
1394
+ attr_accessor ndi_config: Types::NdiConfig
1375
1395
  SENSITIVE: []
1376
1396
  end
1377
1397
 
@@ -1391,7 +1411,7 @@ module Aws::MediaConnect
1391
1411
  attr_accessor max_sync_buffer: ::Integer
1392
1412
  attr_accessor media_stream_source_configurations: ::Array[Types::MediaStreamSourceConfigurationRequest]
1393
1413
  attr_accessor min_latency: ::Integer
1394
- attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
1414
+ attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp" | "ndi-speed-hq")
1395
1415
  attr_accessor sender_control_port: ::Integer
1396
1416
  attr_accessor sender_ip_address: ::String
1397
1417
  attr_accessor source_arn: ::String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core