sig/client.rbs in aws-sdk-mediaconnect-1.64.0 vs sig/client.rbs in aws-sdk-mediaconnect-1.65.0

- old
+ new

@@ -210,11 +210,12 @@ sender_control_port: ::Integer?, smoothing_latency: ::Integer?, stream_id: ::String?, vpc_interface_attachment: { vpc_interface_name: ::String? - }? + }?, + output_status: ("ENABLED" | "DISABLED")? }, ] ) -> _AddFlowOutputsResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddFlowOutputsResponseSuccess @@ -450,11 +451,12 @@ sender_control_port: ::Integer?, smoothing_latency: ::Integer?, stream_id: ::String?, vpc_interface_attachment: { vpc_interface_name: ::String? - }? + }?, + output_status: ("ENABLED" | "DISABLED")? }, ], ?source: { decryption: { algorithm: ("aes128" | "aes192" | "aes256")?, @@ -1181,10 +1183,11 @@ ?sender_ip_address: ::String, ?smoothing_latency: ::Integer, ?stream_id: ::String, ?vpc_interface_attachment: { vpc_interface_name: ::String? - } + }, + ?output_status: ("ENABLED" | "DISABLED") ) -> _UpdateFlowOutputResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFlowOutputResponseSuccess interface _UpdateFlowSourceResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFlowSourceResponse]