aws-sdk-qapps 1.20.0 → 1.21.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4621f18f8c1cba692233498e0f450ee20f16407410235e86c11cc4e5c89e2f6f
4
- data.tar.gz: 6ceff9a9e392728b44f84e1134b369c106914ed4deca2eca4c1b21d31cf69ef8
3
+ metadata.gz: da3b3e4291bdd40d6465d4b1710797cdee15c9d8952873b0ace029b39c5d7e87
4
+ data.tar.gz: 05d4730994239b273c80acb307338d9ba6abf8a2db73532c6cad739cf468224c
5
5
  SHA512:
6
- metadata.gz: 3abccb84aae26522dbd65ce533979ea2de043943930626504ee29eb104ee25168f8dc93e52d3507bfbb1fee1f1c72e490d31390e01fafb3d8482805162273ce6
7
- data.tar.gz: f007e97102d1155e452ecb9d3e77f270efa16d6ed8110e91858472d5aafac6d87320e29bb6d7e6adbbe7c8f3e231b810b005bdf471fb8191c97c9572699cb1b7
6
+ metadata.gz: 6b2ca18af549bc32bb5c2d5036b3487468d323260d48c6dafea3e96344d1c8d91561799bcc5accfd3fce2c0b7b75b392149c1ea9c90bdfbccebd6aa8cc95d3c7
7
+ data.tar.gz: ebea8259f56bf5347b92579030845e24be46e0f013b795f7e6a4520ee460405354130b790725c1e27b7047ec71959b28fbece257dd8a85ffb7e8bdd4e5a746d2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2025-08-14)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for Amazon Q Apps API Reference
8
+
4
9
  1.20.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.21.0
@@ -797,6 +797,16 @@ module Aws::QApps
797
797
  # `scope` parameter determines how the file will be used, either at the
798
798
  # app definition level or the app session level.
799
799
  #
800
+ # <note markdown="1"> The IAM permissions are derived from the `qapps:ImportDocument`
801
+ # action. For more information on the IAM policy for Amazon Q Apps, see
802
+ # [IAM permissions for using Amazon Q Apps][1].
803
+ #
804
+ # </note>
805
+ #
806
+ #
807
+ #
808
+ # [1]: https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-q-apps-iam-permissions.html
809
+ #
800
810
  # @option params [required, String] :instance_id
801
811
  # The unique identifier of the Amazon Q Business application environment
802
812
  # instance.
@@ -3339,7 +3349,7 @@ module Aws::QApps
3339
3349
  tracer: tracer
3340
3350
  )
3341
3351
  context[:gem_name] = 'aws-sdk-qapps'
3342
- context[:gem_version] = '1.20.0'
3352
+ context[:gem_version] = '1.21.0'
3343
3353
  Seahorse::Client::Request.new(handlers, context)
3344
3354
  end
3345
3355
 
data/lib/aws-sdk-qapps.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::QApps
55
55
  autoload :EndpointProvider, 'aws-sdk-qapps/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-qapps/endpoints'
57
57
 
58
- GEM_VERSION = '1.20.0'
58
+ GEM_VERSION = '1.21.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qapps
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services