# 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 ElasticTranscoder module Waiters class JobComplete def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void | (?Hash[Symbol, untyped]) -> void def wait: ( id: ::String ) -> Client::_ReadJobResponseSuccess | (Hash[Symbol, untyped]) -> Client::_ReadJobResponseSuccess end end end end