Sha256: b2c4b080e0357ed305b1a6d52badf878361599b6a8022a2b904b8eb7558bb498
Contents?: true
Size: 1.58 KB
Versions: 24
Compression:
Stored size: 1.58 KB
Contents
# 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 EMR module Waiters class ClusterRunning def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void | (?Hash[Symbol, untyped]) -> void def wait: ( cluster_id: ::String ) -> Client::_DescribeClusterResponseSuccess | (Hash[Symbol, untyped]) -> Client::_DescribeClusterResponseSuccess end class ClusterTerminated def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void | (?Hash[Symbol, untyped]) -> void def wait: ( cluster_id: ::String ) -> Client::_DescribeClusterResponseSuccess | (Hash[Symbol, untyped]) -> Client::_DescribeClusterResponseSuccess end class StepComplete def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void | (?Hash[Symbol, untyped]) -> void def wait: ( cluster_id: ::String, step_id: ::String ) -> Client::_DescribeStepResponseSuccess | (Hash[Symbol, untyped]) -> Client::_DescribeStepResponseSuccess end end end end
Version data entries
24 entries across 24 versions & 1 rubygems