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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qapps/client.rb +11 -1
- data/lib/aws-sdk-qapps.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da3b3e4291bdd40d6465d4b1710797cdee15c9d8952873b0ace029b39c5d7e87
|
4
|
+
data.tar.gz: 05d4730994239b273c80acb307338d9ba6abf8a2db73532c6cad739cf468224c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b2ca18af549bc32bb5c2d5036b3487468d323260d48c6dafea3e96344d1c8d91561799bcc5accfd3fce2c0b7b75b392149c1ea9c90bdfbccebd6aa8cc95d3c7
|
7
|
+
data.tar.gz: ebea8259f56bf5347b92579030845e24be46e0f013b795f7e6a4520ee460405354130b790725c1e27b7047ec71959b28fbece257dd8a85ffb7e8bdd4e5a746d2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.0
|
data/lib/aws-sdk-qapps/client.rb
CHANGED
@@ -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.
|
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