sig/client.rbs in aws-sdk-mediapackagev2-1.32.0 vs sig/client.rbs in aws-sdk-mediapackagev2-1.33.0

- old
+ new

@@ -98,18 +98,26 @@ def description: () -> ::String def ingest_endpoints: () -> ::Array[Types::IngestEndpoint] def input_type: () -> ("HLS" | "CMAF") def etag: () -> ::String def tags: () -> ::Hash[::String, ::String] + def input_switch_configuration: () -> Types::InputSwitchConfiguration + def output_header_configuration: () -> Types::OutputHeaderConfiguration end # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#create_channel-instance_method def create_channel: ( channel_group_name: ::String, channel_name: ::String, ?client_token: ::String, ?input_type: ("HLS" | "CMAF"), ?description: ::String, + ?input_switch_configuration: { + mqcs_input_switching: bool? + }, + ?output_header_configuration: { + publish_mqcs: bool? + }, ?tags: Hash[::String, ::String] ) -> _CreateChannelResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelResponseSuccess interface _CreateChannelGroupResponseSuccess @@ -383,10 +391,12 @@ def description: () -> ::String def ingest_endpoints: () -> ::Array[Types::IngestEndpoint] def input_type: () -> ("HLS" | "CMAF") def etag: () -> ::String def tags: () -> ::Hash[::String, ::String] + def input_switch_configuration: () -> Types::InputSwitchConfiguration + def output_header_configuration: () -> Types::OutputHeaderConfiguration end # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#get_channel-instance_method def get_channel: ( channel_group_name: ::String, channel_name: ::String @@ -604,16 +614,24 @@ def description: () -> ::String def ingest_endpoints: () -> ::Array[Types::IngestEndpoint] def input_type: () -> ("HLS" | "CMAF") def etag: () -> ::String def tags: () -> ::Hash[::String, ::String] + def input_switch_configuration: () -> Types::InputSwitchConfiguration + def output_header_configuration: () -> Types::OutputHeaderConfiguration end # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#update_channel-instance_method def update_channel: ( channel_group_name: ::String, channel_name: ::String, ?etag: ::String, - ?description: ::String + ?description: ::String, + ?input_switch_configuration: { + mqcs_input_switching: bool? + }, + ?output_header_configuration: { + publish_mqcs: bool? + } ) -> _UpdateChannelResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelResponseSuccess interface _UpdateChannelGroupResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::UpdateChannelGroupResponse]