# 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 Schemas module Waiters class CodeBindingExists def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void | (?Hash[Symbol, untyped]) -> void def wait: ( language: ::String, registry_name: ::String, schema_name: ::String, ?schema_version: ::String ) -> Client::_DescribeCodeBindingResponseSuccess | (Hash[Symbol, untyped]) -> Client::_DescribeCodeBindingResponseSuccess end end end end