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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b7dc36db44d2c94e306e7f99ca5410354fae4e5a61cab8371f80cb54a37f5d5
4
- data.tar.gz: f53908f683afc96c10abee70b773d7762b9cac2998b57566a17a77b5b18cd082
3
+ metadata.gz: da3b3e4291bdd40d6465d4b1710797cdee15c9d8952873b0ace029b39c5d7e87
4
+ data.tar.gz: 05d4730994239b273c80acb307338d9ba6abf8a2db73532c6cad739cf468224c
5
5
  SHA512:
6
- metadata.gz: e3c810b949a4ebf081803e8e0fe7b34f1c073b1dbe776c3a2f283eddb3cebf130882bb92a500286f51945c7fedcabfb7f6108e2646a64f1068d8350374322268
7
- data.tar.gz: cffd317c8bd5e327f152e13abd37b521a52fa88d2053ade819a293c7062f8265a224b4df9163eea89b1b1aa611a47576adbb36331c4662128babcffb7cc6e9d0
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.19.0
1
+ 1.21.0
@@ -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 an instance of any one of the
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
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
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 an instance of any one of the
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.19.0'
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
@@ -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.19.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.19.0
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services