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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9824e02376d00b60d458637ff93298a453fc69721801e0a953ed454a13e68921
4
- data.tar.gz: 932daf556d4d90d2a0a6bd16a8e349dff0aafd82f960172fe3acac7540f6e52d
3
+ metadata.gz: 457430b58fa60cea0c502d9d78f97807d3029d694c33398ec7f5766e69327d5f
4
+ data.tar.gz: b86609bc954e23c21c663e3d8492367da13da8010baab6ef822fe2eef833fa2d
5
5
  SHA512:
6
- metadata.gz: 2bc48b73df5ad2a17704484302f558dd384f2f532d7d51e55892a8257b6adfd5a93889d8ae977802de19a6a31f2130525f733ce183c27e81f9da1459d584ca38
7
- data.tar.gz: 2717c85b214589ffac8c5c0b9c537300187577f476811f1e09556009fc552f31088a036594b65a37505e09a7ad40ba215493dd53333e29e2134225f5d6786026
6
+ metadata.gz: 7f6961d7030dafe93c4eb3fdba92fb2de3e7e4a357571f19e5bf48fbd2dc9446dd94a29391470f34d74f25d09c4b07d34cd38506d320d9d159f321b54a59ade6
7
+ data.tar.gz: 574e95a03d0b85329e37845f2ec2c1a29e2e8560644b1ae1a32bc01c859443df419bedebed5a253523fd4ef51c9d273c8d7852c350de91e9859fbc1df0b724ea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2021-11-23)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon WorkSpaces
8
+
4
9
  1.59.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
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 WorkSpace images can be programmatically updated at
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.59.0'
2857
+ context[:gem_version] = '1.60.0'
2858
2858
  Seahorse::Client::Request.new(handlers, context)
2859
2859
  end
2860
2860
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-workspaces/customizations'
48
48
  # @!group service
49
49
  module Aws::WorkSpaces
50
50
 
51
- GEM_VERSION = '1.59.0'
51
+ GEM_VERSION = '1.60.0'
52
52
 
53
53
  end
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.59.0
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-04 00:00:00.000000000 Z
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