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

- old
+ new

@@ -48,10 +48,11 @@ ?sdk_ua_app_id: String, ?secret_access_key: String, ?session_token: String, ?sigv4a_signing_region_set: Array[String], ?stub_responses: untyped, + ?telemetry_provider: Aws::Telemetry::TelemetryProviderBase, ?token_provider: untyped, ?use_dualstack_endpoint: bool, ?use_fips_endpoint: bool, ?validate_params: bool, ?endpoint_provider: untyped, @@ -575,10 +576,13 @@ }, ], ?maintenance: { maintenance_day: ("Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday"), maintenance_start_hour: ::String + }, + ?source_monitoring_config: { + thumbnail_state: ("ENABLED" | "DISABLED")? } ) -> _CreateFlowResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFlowResponseSuccess interface _CreateGatewayResponseSuccess @@ -673,10 +677,20 @@ def describe_flow_source_metadata: ( flow_arn: ::String ) -> _DescribeFlowSourceMetadataResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeFlowSourceMetadataResponseSuccess + interface _DescribeFlowSourceThumbnailResponseSuccess + include ::Seahorse::Client::_ResponseSuccess[Types::DescribeFlowSourceThumbnailResponse] + def thumbnail_details: () -> Types::ThumbnailDetails + end + # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#describe_flow_source_thumbnail-instance_method + def describe_flow_source_thumbnail: ( + flow_arn: ::String + ) -> _DescribeFlowSourceThumbnailResponseSuccess + | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeFlowSourceThumbnailResponseSuccess + interface _DescribeGatewayResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::DescribeGatewayResponse] def gateway: () -> Types::Gateway end # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#describe_gateway-instance_method @@ -1072,9 +1086,12 @@ }, ?maintenance: { maintenance_day: ("Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday")?, maintenance_scheduled_date: ::String?, maintenance_start_hour: ::String? + }, + ?source_monitoring_config: { + thumbnail_state: ("ENABLED" | "DISABLED")? } ) -> _UpdateFlowResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFlowResponseSuccess interface _UpdateFlowEntitlementResponseSuccess