aws-sdk-qbusiness 1.3.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/sig/errors.rbs CHANGED
@@ -39,9 +39,9 @@ module Aws
39
39
  def message: () -> ::String
40
40
  end
41
41
  class ValidationException < ::Aws::Errors::ServiceError
42
- def fields: () -> ::String
43
42
  def message: () -> ::String
44
43
  def reason: () -> ::String
44
+ def fields: () -> ::String
45
45
  end
46
46
  end
47
47
  end
data/sig/resource.rbs CHANGED
@@ -32,11 +32,14 @@ module Aws
32
32
  ?endpoint_cache_max_threads: Integer,
33
33
  ?endpoint_cache_poll_interval: Integer,
34
34
  ?endpoint_discovery: bool,
35
+ ?event_stream_handler: Proc,
35
36
  ?ignore_configured_endpoint_urls: bool,
37
+ ?input_event_stream_handler: Proc,
36
38
  ?log_formatter: untyped,
37
39
  ?log_level: Symbol,
38
40
  ?logger: untyped,
39
41
  ?max_attempts: Integer,
42
+ ?output_event_stream_handler: Proc,
40
43
  ?profile: String,
41
44
  ?request_min_compression_size_bytes: Integer,
42
45
  ?retry_backoff: Proc,