aws-sdk-workspacesinstances 1.18.0 → 1.19.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: 3a909b3b6a4a29af7d87809026c06e7a8fe881fb531697cc77dfd55576a4405f
4
- data.tar.gz: 24661a8ae81c1ca3c04dc862b45107c8da51d4f9e8720d8847b6bfc4721b75c9
3
+ metadata.gz: 3c935b311eee2cf0b15f05580f8e7c464ad4d8500951f8f909ac65aa256ffbb2
4
+ data.tar.gz: 0eac0982e5e23c1a71383547be350b324484cd4ea077c631f33958e39b327158
5
5
  SHA512:
6
- metadata.gz: 91a10c7a20c57294211aa18e73e7c3272f94c387f94cbdcaa5c76f79495493035653d8f5bebd983b101d792948036ffaed6f402c243217eef7b66a725864533e
7
- data.tar.gz: 1146baffca0700faab71b6b9ab8012d9ea7091c454328ba4e47e6ba3645b37e635bd151fe233690a642d4dc1341a1a19a72e35d82689e056f041832850f12083
6
+ metadata.gz: 74b4caf10aa088b098de1ff39a851721b13d14f84ae08ebb10e503a7e5faf63644b02eb07c12ddcddd1783fd8ed1569f02e48ce3ab03bc5ac0300ffb70b9dbb8
7
+ data.tar.gz: 8ff5759a5d374f97b5093e28764f842735500c14040c534dfa14e81889d66cc0917446a8d928f5a4a7433ba4ea60e16837d6faa9ac130ef752292115f70e9a85
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.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.0. The SDK will prioritize its most performant protocol.
8
+
4
9
  1.18.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
1
+ 1.19.0
@@ -1180,7 +1180,7 @@ module Aws::WorkspacesInstances
1180
1180
  tracer: tracer
1181
1181
  )
1182
1182
  context[:gem_name] = 'aws-sdk-workspacesinstances'
1183
- context[:gem_version] = '1.18.0'
1183
+ context[:gem_version] = '1.19.0'
1184
1184
  Seahorse::Client::Request.new(handlers, context)
1185
1185
  end
1186
1186
 
@@ -575,8 +575,8 @@ module Aws::WorkspacesInstances
575
575
  "auth" => ["aws.auth#sigv4"],
576
576
  "endpointPrefix" => "workspaces-instances",
577
577
  "jsonVersion" => "1.0",
578
- "protocol" => "json",
579
- "protocols" => ["json"],
578
+ "protocol" => "smithy-rpc-v2-cbor",
579
+ "protocols" => ["smithy-rpc-v2-cbor", "json"],
580
580
  "serviceFullName" => "Amazon Workspaces Instances",
581
581
  "serviceId" => "Workspaces Instances",
582
582
  "signatureVersion" => "v4",
@@ -55,7 +55,7 @@ module Aws::WorkspacesInstances
55
55
  autoload :EndpointProvider, 'aws-sdk-workspacesinstances/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-workspacesinstances/endpoints'
57
57
 
58
- GEM_VERSION = '1.18.0'
58
+ GEM_VERSION = '1.19.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-workspacesinstances
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services