aws-sdk-appstream 1.109.0 → 1.110.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: 0b9dd79fca3b556f8be5eb3a86a128dac132aa747f0f37d35111a8f06796f706
4
- data.tar.gz: afa01f3315147738b1f8074e3a2d069966c41607120d10fd78bf35c09f40612d
3
+ metadata.gz: e0cef6685913cc781645eedf333c015f52738f258a38d06d6a25c25e3c3e4e44
4
+ data.tar.gz: 9b2d40a4b34b639706e66e2d22e769bc5c3ebba971ab82abb2fec232412d6572
5
5
  SHA512:
6
- metadata.gz: bdb15073ab6764f59b20100f00bc75935ac5350de5ef7c6b390b0a965feeb096c65814fc367ccd1853626a21b1f58f3a8e856586ce1409b788fba955780c3067
7
- data.tar.gz: a68a5e6b385fa7f2c2392bc7f1228cbb1981876dd965566f63572e874fa528bde468c5e62ce1901cc01adcfe4c4cadae2cb6165fb2d6f071d3388a018924d821
6
+ metadata.gz: 51ace4bc689f783320b39166d187a2bb1357b5966f01cf781ba8c2c6b5a868f442a1032bde44dd4ee70bee5b561d1be39c2edc07abea97f6daffb73714bae83a
7
+ data.tar.gz: 459d9a728056fbc2ddd340af55afb7162f6b3b2614af70b1075a08edf7387d41ff4d579ba4d3a3b5a19c499e42f1ed011452ac5d8285b5f8f05d9d948de39a74
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.110.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.109.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.109.0
1
+ 1.110.0
@@ -200,8 +200,7 @@ module Aws::AppStream
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
@@ -5451,7 +5450,7 @@ module Aws::AppStream
5451
5450
  tracer: tracer
5452
5451
  )
5453
5452
  context[:gem_name] = 'aws-sdk-appstream'
5454
- context[:gem_version] = '1.109.0'
5453
+ context[:gem_version] = '1.110.0'
5455
5454
  Seahorse::Client::Request.new(handlers, context)
5456
5455
  end
5457
5456
 
@@ -55,7 +55,7 @@ module Aws::AppStream
55
55
  autoload :EndpointProvider, 'aws-sdk-appstream/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-appstream/endpoints'
57
57
 
58
- GEM_VERSION = '1.109.0'
58
+ GEM_VERSION = '1.110.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-appstream
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.109.0
4
+ version: 1.110.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services