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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspacesinstances/client.rb +1 -1
- data/lib/aws-sdk-workspacesinstances/client_api.rb +2 -2
- data/lib/aws-sdk-workspacesinstances.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c935b311eee2cf0b15f05580f8e7c464ad4d8500951f8f909ac65aa256ffbb2
|
|
4
|
+
data.tar.gz: 0eac0982e5e23c1a71383547be350b324484cd4ea077c631f33958e39b327158
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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" => "
|
|
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",
|