aws-sdk-qapps 1.19.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qapps/client.rb +20 -13
- 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
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.20.0 (2025-08-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.19.0 (2025-07-31)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.0
|
data/lib/aws-sdk-qapps/client.rb
CHANGED
@@ -95,8 +95,8 @@ module Aws::QApps
|
|
95
95
|
# class name or an instance of a plugin class.
|
96
96
|
#
|
97
97
|
# @option options [required, Aws::CredentialProvider] :credentials
|
98
|
-
# Your AWS credentials used for authentication. This can be
|
99
|
-
# following classes:
|
98
|
+
# Your AWS credentials used for authentication. This can be any class that includes and implements
|
99
|
+
# `Aws::CredentialProvider`, or instance of any one of the following classes:
|
100
100
|
#
|
101
101
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
102
102
|
# credentials.
|
@@ -124,8 +124,7 @@ module Aws::QApps
|
|
124
124
|
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
125
125
|
# from the Cognito Identity service.
|
126
126
|
#
|
127
|
-
# When `:credentials` are not configured directly, the following
|
128
|
-
# locations will be searched for credentials:
|
127
|
+
# When `:credentials` are not configured directly, the following locations will be searched for credentials:
|
129
128
|
#
|
130
129
|
# * `Aws.config[:credentials]`
|
131
130
|
#
|
@@ -139,12 +138,10 @@ module Aws::QApps
|
|
139
138
|
#
|
140
139
|
# * `~/.aws/config`
|
141
140
|
#
|
142
|
-
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
143
|
-
#
|
144
|
-
#
|
145
|
-
#
|
146
|
-
# fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
|
147
|
-
# to `true`.
|
141
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
|
142
|
+
# Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
143
|
+
# enable retries and extended timeouts. Instance profile credential fetching can be disabled by
|
144
|
+
# setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
|
148
145
|
#
|
149
146
|
# @option options [required, String] :region
|
150
147
|
# The AWS region to connect to. The configured `:region` is
|
@@ -377,8 +374,8 @@ module Aws::QApps
|
|
377
374
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
378
375
|
#
|
379
376
|
# @option options [Aws::TokenProvider] :token_provider
|
380
|
-
# Your Bearer token used for authentication. This can be
|
381
|
-
# following classes:
|
377
|
+
# Your Bearer token used for authentication. This can be any class that includes and implements
|
378
|
+
# `Aws::TokenProvider`, or instance of any one of the following classes:
|
382
379
|
#
|
383
380
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
384
381
|
# tokens.
|
@@ -800,6 +797,16 @@ module Aws::QApps
|
|
800
797
|
# `scope` parameter determines how the file will be used, either at the
|
801
798
|
# app definition level or the app session level.
|
802
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
|
+
#
|
803
810
|
# @option params [required, String] :instance_id
|
804
811
|
# The unique identifier of the Amazon Q Business application environment
|
805
812
|
# instance.
|
@@ -3342,7 +3349,7 @@ module Aws::QApps
|
|
3342
3349
|
tracer: tracer
|
3343
3350
|
)
|
3344
3351
|
context[:gem_name] = 'aws-sdk-qapps'
|
3345
|
-
context[:gem_version] = '1.
|
3352
|
+
context[:gem_version] = '1.21.0'
|
3346
3353
|
Seahorse::Client::Request.new(handlers, context)
|
3347
3354
|
end
|
3348
3355
|
|
data/lib/aws-sdk-qapps.rb
CHANGED