aws-sdk-workspacesinstances 1.3.0 → 1.4.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.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: 9ebeecccced57feb7bbd3922366220d9828982250823604730f9596bcf69c7d6
|
4
|
+
data.tar.gz: 8e08d597a9c33c359a1ccdbe0ee2d6052e5559633354628a7b13f4b198773e28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 919297b146885b70ae39e54927a942ec9d7f8d978c499cd6024351721cca48388e5fa3576b126cafa306fd4938361be81235d9f6400ed033403024ba0e65ccbe
|
7
|
+
data.tar.gz: b79d7c58b07094a1edf7f79afe1c27a7d2dd49c55196661b9bb9bccff3d22f563058cf6a0c480f071f3bf9aaf917b79b9474a11919958d828c21632dad65ff2e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.4.0
|
@@ -1156,7 +1156,7 @@ module Aws::WorkspacesInstances
|
|
1156
1156
|
tracer: tracer
|
1157
1157
|
)
|
1158
1158
|
context[:gem_name] = 'aws-sdk-workspacesinstances'
|
1159
|
-
context[:gem_version] = '1.
|
1159
|
+
context[:gem_version] = '1.4.0'
|
1160
1160
|
Seahorse::Client::Request.new(handlers, context)
|
1161
1161
|
end
|
1162
1162
|
|