aws-sdk-appstream 1.139.0 → 1.140.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: 5beb928a350ea546cf987a7900d2dee595950b5f4538f8e38dd47d2ec8e9acff
4
- data.tar.gz: 35bca8984cfbf757f37520dbf29b347d1056ad9d163c7dd9767932ad52cf814e
3
+ metadata.gz: 2b983346d9453569b2d0c6789982b9d243ca6df42628db4cdf35d10d8f59a5d1
4
+ data.tar.gz: 81ab6d508318c29c7ed092e7c9e2b5873f7a34fa0d5d6d680d4aab39ced5a6ad
5
5
  SHA512:
6
- metadata.gz: 88be8ab656994df8ffbdd358830e2587d25f061a852f01fa86ea4f163adea0dca36e2361d2ce38646a875a7b440599fbc9559018b484f30d33487539b7fcf312
7
- data.tar.gz: 87d56b7c61076fb4d3d3b98fe69b75048848a4cbc02a8a333d0a853b177e31756e65c7812a2da6b5bde2b10670eea1c5ec5d904f4c2166680a3742c27df838a3
6
+ metadata.gz: b671bfac7eff249704e924bed853cbbb3bd38057d5100f0e938e873b914725928fc6f3d7cf8210a77125f01fbebccf42be4655a020402962d9e1174fd9d9ce60
7
+ data.tar.gz: ad5c2160802a391609af6e83e95c2dcc98a0ecd53ba691b0065fb74454541662e1ec0d7cfccea0e6f055b984697476e256a049f0462165a794b1f55e7bd0e86d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.140.0 (2026-07-23)
5
+ ------------------
6
+
7
+ * Feature - This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.
8
+
4
9
  1.139.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.139.0
1
+ 1.140.0
@@ -6476,7 +6476,7 @@ module Aws::AppStream
6476
6476
  tracer: tracer
6477
6477
  )
6478
6478
  context[:gem_name] = 'aws-sdk-appstream'
6479
- context[:gem_version] = '1.139.0'
6479
+ context[:gem_version] = '1.140.0'
6480
6480
  Seahorse::Client::Request.new(handlers, context)
6481
6481
  end
6482
6482
 
@@ -1805,8 +1805,8 @@ module Aws::AppStream
1805
1805
  "auth" => ["aws.auth#sigv4"],
1806
1806
  "endpointPrefix" => "appstream2",
1807
1807
  "jsonVersion" => "1.1",
1808
- "protocol" => "json",
1809
- "protocols" => ["json"],
1808
+ "protocol" => "smithy-rpc-v2-cbor",
1809
+ "protocols" => ["smithy-rpc-v2-cbor", "json"],
1810
1810
  "serviceFullName" => "Amazon AppStream",
1811
1811
  "serviceId" => "AppStream",
1812
1812
  "signatureVersion" => "v4",
@@ -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.139.0'
58
+ GEM_VERSION = '1.140.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.139.0
4
+ version: 1.140.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services