aws-sdk-mediaconnect 1.100.0 → 1.101.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e71f946a92a971d6ed35349b739395084273046a7fff4e6bfeb8d5cd58d26d6c
4
- data.tar.gz: 167db07ddddc403f4811986696ee35eae0cdd7f00415158918b2bf205a975d34
3
+ metadata.gz: 16538d5b00f66158e91755d3bed4310459796f9fc4bdec43735eac5b0b0603c8
4
+ data.tar.gz: '019e3ac0e15dc0ce670d6b7628fe0981e7c18a3eb28a1de0ba7ee6f90e2ef59d'
5
5
  SHA512:
6
- metadata.gz: 6f60c79271d56f212cfec6b5ea832aa7bce9683c46d95265c17fe47ea10d522cf4160024f2ca252c91393d5c0151e47c1f949d33f302356cc8f38702783bf360
7
- data.tar.gz: a8ab4986c63ae33e46343c8761ffe497149c2b763b8bc33f6efb78e42b028144bc965aa308548ac1b0a27433738b757281bf61d4a9a699828e233e974bb9e98f
6
+ metadata.gz: 1fa76ecfff0325aeb0819080354c8a5dced328abb9eaa90e264b5313361cdcce7fb7728ce4390b3730a56b00c4d914a5161a6c7007077537b88631a712b18ed8
7
+ data.tar.gz: 1c6a530a81cddbc418bfb2a456d5bae0aebc3de45b3347e4873e7b4b6efae485889237aaba38a56c7ec956003dd96f0ba9fb52a8a0a675a969e8d2d52c497256
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Adds support for controlling the timecode source of NDI flow outputs.
8
+
4
9
  1.100.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.101.0
@@ -199,7 +199,7 @@ module Aws::MediaConnect
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::MediaConnect
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -753,6 +751,7 @@ module Aws::MediaConnect
753
751
  # },
754
752
  # },
755
753
  # },
754
+ # ndi_output_timecode_source: "EMBEDDED_TIMECODE", # accepts EMBEDDED_TIMECODE, UTC_SYSTEM_TIME
756
755
  # },
757
756
  # ],
758
757
  # })
@@ -806,6 +805,7 @@ module Aws::MediaConnect
806
805
  # resp.outputs[0].transport.ndi_speed_hq_quality #=> Integer
807
806
  # resp.outputs[0].transport.ndi_program_name #=> String
808
807
  # resp.outputs[0].transport.ndi_source_settings.source_name #=> String
808
+ # resp.outputs[0].transport.ndi_output_timecode_source #=> String, one of "EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"
809
809
  # resp.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
810
810
  # resp.outputs[0].bridge_arn #=> String
811
811
  # resp.outputs[0].bridge_ports #=> Array
@@ -961,6 +961,7 @@ module Aws::MediaConnect
961
961
  # resp.sources[0].transport.ndi_speed_hq_quality #=> Integer
962
962
  # resp.sources[0].transport.ndi_program_name #=> String
963
963
  # resp.sources[0].transport.ndi_source_settings.source_name #=> String
964
+ # resp.sources[0].transport.ndi_output_timecode_source #=> String, one of "EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"
964
965
  # resp.sources[0].vpc_interface_name #=> String
965
966
  # resp.sources[0].whitelist_cidr #=> String
966
967
  # resp.sources[0].gateway_bridge_source.bridge_arn #=> String
@@ -1616,6 +1617,7 @@ module Aws::MediaConnect
1616
1617
  # },
1617
1618
  # },
1618
1619
  # },
1620
+ # ndi_output_timecode_source: "EMBEDDED_TIMECODE", # accepts EMBEDDED_TIMECODE, UTC_SYSTEM_TIME
1619
1621
  # },
1620
1622
  # ],
1621
1623
  # source: {
@@ -1909,6 +1911,7 @@ module Aws::MediaConnect
1909
1911
  # resp.flow.outputs[0].transport.ndi_speed_hq_quality #=> Integer
1910
1912
  # resp.flow.outputs[0].transport.ndi_program_name #=> String
1911
1913
  # resp.flow.outputs[0].transport.ndi_source_settings.source_name #=> String
1914
+ # resp.flow.outputs[0].transport.ndi_output_timecode_source #=> String, one of "EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"
1912
1915
  # resp.flow.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
1913
1916
  # resp.flow.outputs[0].bridge_arn #=> String
1914
1917
  # resp.flow.outputs[0].bridge_ports #=> Array
@@ -1962,6 +1965,7 @@ module Aws::MediaConnect
1962
1965
  # resp.flow.source.transport.ndi_speed_hq_quality #=> Integer
1963
1966
  # resp.flow.source.transport.ndi_program_name #=> String
1964
1967
  # resp.flow.source.transport.ndi_source_settings.source_name #=> String
1968
+ # resp.flow.source.transport.ndi_output_timecode_source #=> String, one of "EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"
1965
1969
  # resp.flow.source.vpc_interface_name #=> String
1966
1970
  # resp.flow.source.whitelist_cidr #=> String
1967
1971
  # resp.flow.source.gateway_bridge_source.bridge_arn #=> String
@@ -2019,6 +2023,7 @@ module Aws::MediaConnect
2019
2023
  # resp.flow.sources[0].transport.ndi_speed_hq_quality #=> Integer
2020
2024
  # resp.flow.sources[0].transport.ndi_program_name #=> String
2021
2025
  # resp.flow.sources[0].transport.ndi_source_settings.source_name #=> String
2026
+ # resp.flow.sources[0].transport.ndi_output_timecode_source #=> String, one of "EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"
2022
2027
  # resp.flow.sources[0].vpc_interface_name #=> String
2023
2028
  # resp.flow.sources[0].whitelist_cidr #=> String
2024
2029
  # resp.flow.sources[0].gateway_bridge_source.bridge_arn #=> String
@@ -2474,7 +2479,7 @@ module Aws::MediaConnect
2474
2479
  # public: {
2475
2480
  # allow_rules: [ # required
2476
2481
  # {
2477
- # cidr: "String", # required
2482
+ # cidr: "PublicRouterNetworkInterfaceRuleCidrString", # required
2478
2483
  # },
2479
2484
  # ],
2480
2485
  # },
@@ -3119,6 +3124,7 @@ module Aws::MediaConnect
3119
3124
  # resp.flow.outputs[0].transport.ndi_speed_hq_quality #=> Integer
3120
3125
  # resp.flow.outputs[0].transport.ndi_program_name #=> String
3121
3126
  # resp.flow.outputs[0].transport.ndi_source_settings.source_name #=> String
3127
+ # resp.flow.outputs[0].transport.ndi_output_timecode_source #=> String, one of "EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"
3122
3128
  # resp.flow.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
3123
3129
  # resp.flow.outputs[0].bridge_arn #=> String
3124
3130
  # resp.flow.outputs[0].bridge_ports #=> Array
@@ -3172,6 +3178,7 @@ module Aws::MediaConnect
3172
3178
  # resp.flow.source.transport.ndi_speed_hq_quality #=> Integer
3173
3179
  # resp.flow.source.transport.ndi_program_name #=> String
3174
3180
  # resp.flow.source.transport.ndi_source_settings.source_name #=> String
3181
+ # resp.flow.source.transport.ndi_output_timecode_source #=> String, one of "EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"
3175
3182
  # resp.flow.source.vpc_interface_name #=> String
3176
3183
  # resp.flow.source.whitelist_cidr #=> String
3177
3184
  # resp.flow.source.gateway_bridge_source.bridge_arn #=> String
@@ -3229,6 +3236,7 @@ module Aws::MediaConnect
3229
3236
  # resp.flow.sources[0].transport.ndi_speed_hq_quality #=> Integer
3230
3237
  # resp.flow.sources[0].transport.ndi_program_name #=> String
3231
3238
  # resp.flow.sources[0].transport.ndi_source_settings.source_name #=> String
3239
+ # resp.flow.sources[0].transport.ndi_output_timecode_source #=> String, one of "EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"
3232
3240
  # resp.flow.sources[0].vpc_interface_name #=> String
3233
3241
  # resp.flow.sources[0].whitelist_cidr #=> String
3234
3242
  # resp.flow.sources[0].gateway_bridge_source.bridge_arn #=> String
@@ -5865,6 +5873,7 @@ module Aws::MediaConnect
5865
5873
  # resp.flow.outputs[0].transport.ndi_speed_hq_quality #=> Integer
5866
5874
  # resp.flow.outputs[0].transport.ndi_program_name #=> String
5867
5875
  # resp.flow.outputs[0].transport.ndi_source_settings.source_name #=> String
5876
+ # resp.flow.outputs[0].transport.ndi_output_timecode_source #=> String, one of "EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"
5868
5877
  # resp.flow.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
5869
5878
  # resp.flow.outputs[0].bridge_arn #=> String
5870
5879
  # resp.flow.outputs[0].bridge_ports #=> Array
@@ -5918,6 +5927,7 @@ module Aws::MediaConnect
5918
5927
  # resp.flow.source.transport.ndi_speed_hq_quality #=> Integer
5919
5928
  # resp.flow.source.transport.ndi_program_name #=> String
5920
5929
  # resp.flow.source.transport.ndi_source_settings.source_name #=> String
5930
+ # resp.flow.source.transport.ndi_output_timecode_source #=> String, one of "EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"
5921
5931
  # resp.flow.source.vpc_interface_name #=> String
5922
5932
  # resp.flow.source.whitelist_cidr #=> String
5923
5933
  # resp.flow.source.gateway_bridge_source.bridge_arn #=> String
@@ -5975,6 +5985,7 @@ module Aws::MediaConnect
5975
5985
  # resp.flow.sources[0].transport.ndi_speed_hq_quality #=> Integer
5976
5986
  # resp.flow.sources[0].transport.ndi_program_name #=> String
5977
5987
  # resp.flow.sources[0].transport.ndi_source_settings.source_name #=> String
5988
+ # resp.flow.sources[0].transport.ndi_output_timecode_source #=> String, one of "EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"
5978
5989
  # resp.flow.sources[0].vpc_interface_name #=> String
5979
5990
  # resp.flow.sources[0].whitelist_cidr #=> String
5980
5991
  # resp.flow.sources[0].gateway_bridge_source.bridge_arn #=> String
@@ -6292,6 +6303,19 @@ module Aws::MediaConnect
6292
6303
  # The configuration that defines how content is encrypted during transit
6293
6304
  # between the MediaConnect router and a MediaConnect flow.
6294
6305
  #
6306
+ # @option params [String] :ndi_output_timecode_source
6307
+ # Controls how MediaConnect generates timecodes for NDI output frames.
6308
+ # If you don't specify this field, MediaConnect leaves the value
6309
+ # unchanged.
6310
+ #
6311
+ # * `EMBEDDED_TIMECODE` - Preserves timecodes from the input transport
6312
+ # stream. The timecodes must be embedded in the video stream as SEI
6313
+ # timing messages. If no embedded timecode is detected, MediaConnect
6314
+ # uses the UTC system time instead.
6315
+ #
6316
+ # * `UTC_SYSTEM_TIME` - Generates timecodes based on the system clock
6317
+ # time when each frame is sent.
6318
+ #
6295
6319
  # @return [Types::UpdateFlowOutputResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6296
6320
  #
6297
6321
  # * {Types::UpdateFlowOutputResponse#flow_arn #flow_arn} => String
@@ -6362,6 +6386,7 @@ module Aws::MediaConnect
6362
6386
  # },
6363
6387
  # },
6364
6388
  # },
6389
+ # ndi_output_timecode_source: "EMBEDDED_TIMECODE", # accepts EMBEDDED_TIMECODE, UTC_SYSTEM_TIME
6365
6390
  # })
6366
6391
  #
6367
6392
  # @example Response structure
@@ -6412,6 +6437,7 @@ module Aws::MediaConnect
6412
6437
  # resp.output.transport.ndi_speed_hq_quality #=> Integer
6413
6438
  # resp.output.transport.ndi_program_name #=> String
6414
6439
  # resp.output.transport.ndi_source_settings.source_name #=> String
6440
+ # resp.output.transport.ndi_output_timecode_source #=> String, one of "EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"
6415
6441
  # resp.output.vpc_interface_attachment.vpc_interface_name #=> String
6416
6442
  # resp.output.bridge_arn #=> String
6417
6443
  # resp.output.bridge_ports #=> Array
@@ -6674,6 +6700,7 @@ module Aws::MediaConnect
6674
6700
  # resp.source.transport.ndi_speed_hq_quality #=> Integer
6675
6701
  # resp.source.transport.ndi_program_name #=> String
6676
6702
  # resp.source.transport.ndi_source_settings.source_name #=> String
6703
+ # resp.source.transport.ndi_output_timecode_source #=> String, one of "EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"
6677
6704
  # resp.source.vpc_interface_name #=> String
6678
6705
  # resp.source.whitelist_cidr #=> String
6679
6706
  # resp.source.gateway_bridge_source.bridge_arn #=> String
@@ -7049,7 +7076,7 @@ module Aws::MediaConnect
7049
7076
  # public: {
7050
7077
  # allow_rules: [ # required
7051
7078
  # {
7052
- # cidr: "String", # required
7079
+ # cidr: "PublicRouterNetworkInterfaceRuleCidrString", # required
7053
7080
  # },
7054
7081
  # ],
7055
7082
  # },
@@ -7294,7 +7321,7 @@ module Aws::MediaConnect
7294
7321
  tracer: tracer
7295
7322
  )
7296
7323
  context[:gem_name] = 'aws-sdk-mediaconnect'
7297
- context[:gem_version] = '1.100.0'
7324
+ context[:gem_version] = '1.101.0'
7298
7325
  Seahorse::Client::Request.new(handlers, context)
7299
7326
  end
7300
7327
 
@@ -286,6 +286,7 @@ module Aws::MediaConnect
286
286
  NdiDiscoveryServerConfig = Shapes::StructureShape.new(name: 'NdiDiscoveryServerConfig')
287
287
  NdiMediaInfo = Shapes::StructureShape.new(name: 'NdiMediaInfo')
288
288
  NdiMediaStreamInfo = Shapes::StructureShape.new(name: 'NdiMediaStreamInfo')
289
+ NdiOutputTimecodeSource = Shapes::StringShape.new(name: 'NdiOutputTimecodeSource')
289
290
  NdiSourceInfo = Shapes::StructureShape.new(name: 'NdiSourceInfo')
290
291
  NdiSourceMetadataInfo = Shapes::StructureShape.new(name: 'NdiSourceMetadataInfo')
291
292
  NdiSourceSettings = Shapes::StructureShape.new(name: 'NdiSourceSettings')
@@ -302,6 +303,7 @@ module Aws::MediaConnect
302
303
  PublicRouterNetworkInterfaceConfiguration = Shapes::StructureShape.new(name: 'PublicRouterNetworkInterfaceConfiguration')
303
304
  PublicRouterNetworkInterfaceConfigurationAllowRulesList = Shapes::ListShape.new(name: 'PublicRouterNetworkInterfaceConfigurationAllowRulesList')
304
305
  PublicRouterNetworkInterfaceRule = Shapes::StructureShape.new(name: 'PublicRouterNetworkInterfaceRule')
306
+ PublicRouterNetworkInterfaceRuleCidrString = Shapes::StringShape.new(name: 'PublicRouterNetworkInterfaceRuleCidrString')
305
307
  PurchaseOfferingRequest = Shapes::StructureShape.new(name: 'PurchaseOfferingRequest')
306
308
  PurchaseOfferingResponse = Shapes::StructureShape.new(name: 'PurchaseOfferingResponse')
307
309
  Range = Shapes::StringShape.new(name: 'Range')
@@ -688,6 +690,7 @@ module Aws::MediaConnect
688
690
  AddOutputRequest.add_member(:output_tags, Shapes::ShapeRef.new(shape: __mapOfString, location_name: "outputTags"))
689
691
  AddOutputRequest.add_member(:router_integration_state, Shapes::ShapeRef.new(shape: State, location_name: "routerIntegrationState"))
690
692
  AddOutputRequest.add_member(:router_integration_transit_encryption, Shapes::ShapeRef.new(shape: FlowTransitEncryption, location_name: "routerIntegrationTransitEncryption"))
693
+ AddOutputRequest.add_member(:ndi_output_timecode_source, Shapes::ShapeRef.new(shape: NdiOutputTimecodeSource, location_name: "ndiOutputTimecodeSource"))
691
694
  AddOutputRequest.struct_class = Types::AddOutputRequest
692
695
 
693
696
  AudioMonitoringSetting.add_member(:silent_audio, Shapes::ShapeRef.new(shape: SilentAudio, location_name: "silentAudio"))
@@ -1645,7 +1648,7 @@ module Aws::MediaConnect
1645
1648
 
1646
1649
  PublicRouterNetworkInterfaceConfigurationAllowRulesList.member = Shapes::ShapeRef.new(shape: PublicRouterNetworkInterfaceRule)
1647
1650
 
1648
- PublicRouterNetworkInterfaceRule.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "cidr"))
1651
+ PublicRouterNetworkInterfaceRule.add_member(:cidr, Shapes::ShapeRef.new(shape: PublicRouterNetworkInterfaceRuleCidrString, required: true, location_name: "cidr"))
1649
1652
  PublicRouterNetworkInterfaceRule.struct_class = Types::PublicRouterNetworkInterfaceRule
1650
1653
 
1651
1654
  PurchaseOfferingRequest.add_member(:offering_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "OfferingArn"))
@@ -2231,6 +2234,7 @@ module Aws::MediaConnect
2231
2234
  Transport.add_member(:ndi_speed_hq_quality, Shapes::ShapeRef.new(shape: Integer, location_name: "ndiSpeedHqQuality"))
2232
2235
  Transport.add_member(:ndi_program_name, Shapes::ShapeRef.new(shape: String, location_name: "ndiProgramName"))
2233
2236
  Transport.add_member(:ndi_source_settings, Shapes::ShapeRef.new(shape: NdiSourceSettings, location_name: "ndiSourceSettings"))
2237
+ Transport.add_member(:ndi_output_timecode_source, Shapes::ShapeRef.new(shape: NdiOutputTimecodeSource, location_name: "ndiOutputTimecodeSource"))
2234
2238
  Transport.struct_class = Types::Transport
2235
2239
 
2236
2240
  TransportMediaInfo.add_member(:programs, Shapes::ShapeRef.new(shape: __listOfTransportStreamProgram, required: true, location_name: "programs"))
@@ -2382,6 +2386,7 @@ module Aws::MediaConnect
2382
2386
  UpdateFlowOutputRequest.add_member(:ndi_speed_hq_quality, Shapes::ShapeRef.new(shape: Integer, location_name: "ndiSpeedHqQuality"))
2383
2387
  UpdateFlowOutputRequest.add_member(:router_integration_state, Shapes::ShapeRef.new(shape: State, location_name: "routerIntegrationState"))
2384
2388
  UpdateFlowOutputRequest.add_member(:router_integration_transit_encryption, Shapes::ShapeRef.new(shape: FlowTransitEncryption, location_name: "routerIntegrationTransitEncryption"))
2389
+ UpdateFlowOutputRequest.add_member(:ndi_output_timecode_source, Shapes::ShapeRef.new(shape: NdiOutputTimecodeSource, location_name: "ndiOutputTimecodeSource"))
2385
2390
  UpdateFlowOutputRequest.struct_class = Types::UpdateFlowOutputRequest
2386
2391
 
2387
2392
  UpdateFlowOutputResponse.add_member(:flow_arn, Shapes::ShapeRef.new(shape: String, location_name: "flowArn"))
@@ -612,6 +612,20 @@ module Aws::MediaConnect
612
612
  # transit between the MediaConnect router and a MediaConnect flow.
613
613
  # @return [Types::FlowTransitEncryption]
614
614
  #
615
+ # @!attribute [rw] ndi_output_timecode_source
616
+ # Controls how MediaConnect generates timecodes for NDI output frames.
617
+ # If you don't specify this field, MediaConnect uses
618
+ # `EMBEDDED_TIMECODE`.
619
+ #
620
+ # * `EMBEDDED_TIMECODE` (default) - Preserves timecodes from the input
621
+ # transport stream. The timecodes must be embedded in the video
622
+ # stream as SEI timing messages. If no embedded timecode is
623
+ # detected, MediaConnect uses the UTC system time instead.
624
+ #
625
+ # * `UTC_SYSTEM_TIME` - Generates timecodes based on the system clock
626
+ # time when each frame is sent.
627
+ # @return [String]
628
+ #
615
629
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddOutputRequest AWS API Documentation
616
630
  #
617
631
  class AddOutputRequest < Struct.new(
@@ -635,7 +649,8 @@ module Aws::MediaConnect
635
649
  :ndi_program_name,
636
650
  :output_tags,
637
651
  :router_integration_state,
638
- :router_integration_transit_encryption)
652
+ :router_integration_transit_encryption,
653
+ :ndi_output_timecode_source)
639
654
  SENSITIVE = []
640
655
  include Aws::Structure
641
656
  end
@@ -8133,6 +8148,19 @@ module Aws::MediaConnect
8133
8148
  # upstream NDI sender that you want to connect to your source.
8134
8149
  # @return [Types::NdiSourceSettings]
8135
8150
  #
8151
+ # @!attribute [rw] ndi_output_timecode_source
8152
+ # The timecode source for NDI output frames. For NDI outputs, this
8153
+ # field is always present and defaults to `EMBEDDED_TIMECODE`.
8154
+ #
8155
+ # * `EMBEDDED_TIMECODE` - Preserves timecodes from the input transport
8156
+ # stream. The timecodes must be embedded in the video stream as SEI
8157
+ # timing messages. If no embedded timecode is detected, MediaConnect
8158
+ # uses the UTC system time instead.
8159
+ #
8160
+ # * `UTC_SYSTEM_TIME` - Generates timecodes based on the system clock
8161
+ # time when each frame is sent.
8162
+ # @return [String]
8163
+ #
8136
8164
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/Transport AWS API Documentation
8137
8165
  #
8138
8166
  class Transport < Struct.new(
@@ -8151,7 +8179,8 @@ module Aws::MediaConnect
8151
8179
  :stream_id,
8152
8180
  :ndi_speed_hq_quality,
8153
8181
  :ndi_program_name,
8154
- :ndi_source_settings)
8182
+ :ndi_source_settings,
8183
+ :ndi_output_timecode_source)
8155
8184
  SENSITIVE = []
8156
8185
  include Aws::Structure
8157
8186
  end
@@ -8915,6 +8944,20 @@ module Aws::MediaConnect
8915
8944
  # transit between the MediaConnect router and a MediaConnect flow.
8916
8945
  # @return [Types::FlowTransitEncryption]
8917
8946
  #
8947
+ # @!attribute [rw] ndi_output_timecode_source
8948
+ # Controls how MediaConnect generates timecodes for NDI output frames.
8949
+ # If you don't specify this field, MediaConnect leaves the value
8950
+ # unchanged.
8951
+ #
8952
+ # * `EMBEDDED_TIMECODE` - Preserves timecodes from the input transport
8953
+ # stream. The timecodes must be embedded in the video stream as SEI
8954
+ # timing messages. If no embedded timecode is detected, MediaConnect
8955
+ # uses the UTC system time instead.
8956
+ #
8957
+ # * `UTC_SYSTEM_TIME` - Generates timecodes based on the system clock
8958
+ # time when each frame is sent.
8959
+ # @return [String]
8960
+ #
8918
8961
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlowOutputRequest AWS API Documentation
8919
8962
  #
8920
8963
  class UpdateFlowOutputRequest < Struct.new(
@@ -8939,7 +8982,8 @@ module Aws::MediaConnect
8939
8982
  :ndi_program_name,
8940
8983
  :ndi_speed_hq_quality,
8941
8984
  :router_integration_state,
8942
- :router_integration_transit_encryption)
8985
+ :router_integration_transit_encryption,
8986
+ :ndi_output_timecode_source)
8943
8987
  SENSITIVE = []
8944
8988
  include Aws::Structure
8945
8989
  end
@@ -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.100.0'
58
+ GEM_VERSION = '1.101.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1132,7 +1132,8 @@ module Aws
1132
1132
  ?ndi_program_name: ::String,
1133
1133
  ?ndi_speed_hq_quality: ::Integer,
1134
1134
  ?router_integration_state: ("ENABLED" | "DISABLED"),
1135
- ?router_integration_transit_encryption: Params::flow_transit_encryption
1135
+ ?router_integration_transit_encryption: Params::flow_transit_encryption,
1136
+ ?ndi_output_timecode_source: ("EMBEDDED_TIMECODE" | "UTC_SYSTEM_TIME")
1136
1137
  ) -> _UpdateFlowOutputResponseSuccess
1137
1138
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFlowOutputResponseSuccess
1138
1139
 
data/sig/params.rbs CHANGED
@@ -120,7 +120,8 @@ module Aws
120
120
  ndi_program_name: ::String?,
121
121
  output_tags: Hash[::String, ::String]?,
122
122
  router_integration_state: ("ENABLED" | "DISABLED")?,
123
- router_integration_transit_encryption: Params::flow_transit_encryption?
123
+ router_integration_transit_encryption: Params::flow_transit_encryption?,
124
+ ndi_output_timecode_source: ("EMBEDDED_TIMECODE" | "UTC_SYSTEM_TIME")?
124
125
  }
125
126
 
126
127
  type media_stream_output_configuration_request = {
data/sig/types.rbs CHANGED
@@ -174,6 +174,7 @@ module Aws::MediaConnect
174
174
  attr_accessor output_tags: ::Hash[::String, ::String]
175
175
  attr_accessor router_integration_state: ("ENABLED" | "DISABLED")
176
176
  attr_accessor router_integration_transit_encryption: Types::FlowTransitEncryption
177
+ attr_accessor ndi_output_timecode_source: ("EMBEDDED_TIMECODE" | "UTC_SYSTEM_TIME")
177
178
  SENSITIVE: []
178
179
  end
179
180
 
@@ -2289,6 +2290,7 @@ module Aws::MediaConnect
2289
2290
  attr_accessor ndi_speed_hq_quality: ::Integer
2290
2291
  attr_accessor ndi_program_name: ::String
2291
2292
  attr_accessor ndi_source_settings: Types::NdiSourceSettings
2293
+ attr_accessor ndi_output_timecode_source: ("EMBEDDED_TIMECODE" | "UTC_SYSTEM_TIME")
2292
2294
  SENSITIVE: []
2293
2295
  end
2294
2296
 
@@ -2488,6 +2490,7 @@ module Aws::MediaConnect
2488
2490
  attr_accessor ndi_speed_hq_quality: ::Integer
2489
2491
  attr_accessor router_integration_state: ("ENABLED" | "DISABLED")
2490
2492
  attr_accessor router_integration_transit_encryption: Types::FlowTransitEncryption
2493
+ attr_accessor ndi_output_timecode_source: ("EMBEDDED_TIMECODE" | "UTC_SYSTEM_TIME")
2491
2494
  SENSITIVE: []
2492
2495
  end
2493
2496
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.100.0
4
+ version: 1.101.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement