aws-sdk-qbusiness 1.22.0 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:qbusiness)
23
23
  # structure.
24
24
  #
25
25
  # q_business = Aws::QBusiness::Client.new
26
- # resp = q_business.batch_delete_document(params)
26
+ # resp = q_business.associate_permission(params)
27
27
  #
28
28
  # See {Client} for more information.
29
29
  #
@@ -57,7 +57,7 @@ module Aws::QBusiness
57
57
  autoload :AsyncClient, 'aws-sdk-qbusiness/async_client'
58
58
  autoload :EventStreams, 'aws-sdk-qbusiness/event_streams'
59
59
 
60
- GEM_VERSION = '1.22.0'
60
+ GEM_VERSION = '1.24.0'
61
61
 
62
62
  end
63
63