aws-sdk-qbusiness 1.22.0 → 1.24.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.
@@ -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