aws-sdk-qconnect 1.30.0 → 1.31.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.
@@ -0,0 +1,15 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ require 'aws-sdk-core/waiters'
11
+
12
+ module Aws::QConnect
13
+ module Waiters
14
+ end
15
+ end
@@ -49,12 +49,13 @@ module Aws::QConnect
49
49
  end
50
50
  autoload :Client, 'aws-sdk-qconnect/client'
51
51
  autoload :Errors, 'aws-sdk-qconnect/errors'
52
+ autoload :Waiters, 'aws-sdk-qconnect/waiters'
52
53
  autoload :Resource, 'aws-sdk-qconnect/resource'
53
54
  autoload :EndpointParameters, 'aws-sdk-qconnect/endpoint_parameters'
54
55
  autoload :EndpointProvider, 'aws-sdk-qconnect/endpoint_provider'
55
56
  autoload :Endpoints, 'aws-sdk-qconnect/endpoints'
56
57
 
57
- GEM_VERSION = '1.30.0'
58
+ GEM_VERSION = '1.31.0'
58
59
 
59
60
  end
60
61