aws-sdk-workspaces 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-workspaces/client.rb +3 -3
- data/lib/aws-sdk-workspaces.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 457430b58fa60cea0c502d9d78f97807d3029d694c33398ec7f5766e69327d5f
|
|
4
|
+
data.tar.gz: b86609bc954e23c21c663e3d8492367da13da8010baab6ef822fe2eef833fa2d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f6961d7030dafe93c4eb3fdba92fb2de3e7e4a357571f19e5bf48fbd2dc9446dd94a29391470f34d74f25d09c4b07d34cd38506d320d9d159f321b54a59ade6
|
|
7
|
+
data.tar.gz: 574e95a03d0b85329e37845f2ec2c1a29e2e8560644b1ae1a32bc01c859443df419bedebed5a253523fd4ef51c9d273c8d7852c350de91e9859fbc1df0b724ea
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.60.0
|
|
@@ -676,8 +676,8 @@ module Aws::WorkSpaces
|
|
|
676
676
|
# To determine which WorkSpace images need to be updated with the latest
|
|
677
677
|
# Amazon WorkSpaces requirements, use [ DescribeWorkspaceImages][1].
|
|
678
678
|
#
|
|
679
|
-
# <note markdown="1"> * Only Windows 10
|
|
680
|
-
# this time.
|
|
679
|
+
# <note markdown="1"> * Only Windows 10, Windows Sever 2016, and Windows Server 2019
|
|
680
|
+
# WorkSpace images can be programmatically updated at this time.
|
|
681
681
|
#
|
|
682
682
|
# * Microsoft Windows updates and other application updates are not
|
|
683
683
|
# included in the update process.
|
|
@@ -2854,7 +2854,7 @@ module Aws::WorkSpaces
|
|
|
2854
2854
|
params: params,
|
|
2855
2855
|
config: config)
|
|
2856
2856
|
context[:gem_name] = 'aws-sdk-workspaces'
|
|
2857
|
-
context[:gem_version] = '1.
|
|
2857
|
+
context[:gem_version] = '1.60.0'
|
|
2858
2858
|
Seahorse::Client::Request.new(handlers, context)
|
|
2859
2859
|
end
|
|
2860
2860
|
|
data/lib/aws-sdk-workspaces.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-workspaces
|
|
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
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-11-
|
|
11
|
+
date: 2021-11-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|