# WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws module MediaConnect module Waiters class FlowActive def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void | (?Hash[Symbol, untyped]) -> void def wait: ( flow_arn: ::String ) -> Client::_DescribeFlowResponseSuccess | (Hash[Symbol, untyped]) -> Client::_DescribeFlowResponseSuccess end class FlowDeleted def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void | (?Hash[Symbol, untyped]) -> void def wait: ( flow_arn: ::String ) -> Client::_DescribeFlowResponseSuccess | (Hash[Symbol, untyped]) -> Client::_DescribeFlowResponseSuccess end class FlowStandby def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void | (?Hash[Symbol, untyped]) -> void def wait: ( flow_arn: ::String ) -> Client::_DescribeFlowResponseSuccess | (Hash[Symbol, untyped]) -> Client::_DescribeFlowResponseSuccess end end end end