aws-sdk-workspacesweb 1.59.0 → 1.60.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-workspacesweb/client.rb +1 -1
- data/lib/aws-sdk-workspacesweb.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5853e0a485573443aa9a5e3cd77d5058c63bfc8f689b9fedd7dc4ea4ca12dc0
|
|
4
|
+
data.tar.gz: 61fdd7ee17fcc49dbe4ae1837f9c118a365179d5a7b7501f80a4bd8be79e34f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 166c2633570bf38ca565a3606fc6fda0fc52e7cffb0f4eae74c488ea5e829bc86971e39034eff2a953c50324c02098ae0c069422f53520d857dd15a8854e596e
|
|
7
|
+
data.tar.gz: 0af23aa29a386064edab41c3a59355b5e04a8ece3d5735e4da4dcafa0096fd4e236194bd15909e62a4d1d67786e13347d06d5602a3446ec086613a9abebcca79
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.60.0
|
|
@@ -4525,7 +4525,7 @@ module Aws::WorkSpacesWeb
|
|
|
4525
4525
|
tracer: tracer
|
|
4526
4526
|
)
|
|
4527
4527
|
context[:gem_name] = 'aws-sdk-workspacesweb'
|
|
4528
|
-
context[:gem_version] = '1.
|
|
4528
|
+
context[:gem_version] = '1.60.0'
|
|
4529
4529
|
Seahorse::Client::Request.new(handlers, context)
|
|
4530
4530
|
end
|
|
4531
4531
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-workspacesweb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.60.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.244.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.244.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|