aws-sdk-workspacesthinclient 1.33.0 → 1.34.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-workspacesthinclient/client.rb +1 -1
- data/lib/aws-sdk-workspacesthinclient.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: 4ee12540e0daa9992cdce78b928a29f3dc75d5319bf396e3f8abbf2cae1ceded
|
4
|
+
data.tar.gz: 419bafde2b207f5583259ffd04760e2df2872fe922f923ad08d180ff130ce949
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abebe81c1548e58128eeaa94e23a4bdf9704bb6f100ce21a7d2dc81f8f9e925086100f4f95ac2abb1d0cb7c1d5c43e0c637a71e46457e00b779e64c559cef4e0
|
7
|
+
data.tar.gz: 142e7d5586e9f30fc38c194119c11e403fb6026a783013f8928bbefeda8de88052d2eed7629bd979193119d2c330ff4e38988409fc9c1aaa63fba8c0b113d7f3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.34.0
|
@@ -1336,7 +1336,7 @@ module Aws::WorkSpacesThinClient
|
|
1336
1336
|
tracer: tracer
|
1337
1337
|
)
|
1338
1338
|
context[:gem_name] = 'aws-sdk-workspacesthinclient'
|
1339
|
-
context[:gem_version] = '1.
|
1339
|
+
context[:gem_version] = '1.34.0'
|
1340
1340
|
Seahorse::Client::Request.new(handlers, context)
|
1341
1341
|
end
|
1342
1342
|
|