aws-sdk-qapps 1.15.0 → 1.16.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: 592a3d207feee8beb517f3eca185745b60a7bcb6499d572d120e0d3cc82ce4f7
4
- data.tar.gz: dbaadd62e5cc2cd5f60163ca99e5f07cab05d71b261094a0f18d1c92c274b31a
3
+ metadata.gz: 0a086be003bf2af674625114b78fe0d824ccdeecf066558b875522cabac27f69
4
+ data.tar.gz: be26847b3474601a5dafbb38d787e1df8cede6330a2afbc98cf3a6a79a797098
5
5
  SHA512:
6
- metadata.gz: 940b6040733a0d1a35bb613fd8774d338cb9fd492978f02211ceba2e28db6c91181a24f1ecc80125ce24f352f123313cd95d3b348470e3f5add10f9141daa7f6
7
- data.tar.gz: b9f37c99b75f5311a136fafedbeaa2925b0f613b8770064fb481db6d37e5e32086141ba92b8f426e65a49abcee16513c4b0847352a806839020e99733963b040
6
+ metadata.gz: 812e77da16b07bcd2b715a8e056cba70025d91a19cd02e4a087c43b0ccd6b6da00b5025b89f168f8bea9b233f8ad7015ad72d5df59f7d82b4b12ac9e18213658
7
+ data.tar.gz: f806dccc83d2f282c4b76a230380bae8c16c04689cabe7af0a7966832104222f9f240b74a1dbda0e546ce661097a37a252687678e4cd639b9370cc4c54664445
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.15.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -200,8 +200,7 @@ module Aws::QApps
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -3333,7 +3332,7 @@ module Aws::QApps
3333
3332
  tracer: tracer
3334
3333
  )
3335
3334
  context[:gem_name] = 'aws-sdk-qapps'
3336
- context[:gem_version] = '1.15.0'
3335
+ context[:gem_version] = '1.16.0'
3337
3336
  Seahorse::Client::Request.new(handlers, context)
3338
3337
  end
3339
3338
 
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.15.0'
58
+ GEM_VERSION = '1.16.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.15.0
4
+ version: 1.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services