aws-sdk-workspaces 1.160.0 → 1.161.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: a22320fd784904178fccdd14b58387bd458d5eb48fa318ff14779cbda3dc9d30
4
- data.tar.gz: 36a3e3cb4383a82fb87f135d4b3332d07ba696f19d6881124efa357fb7d160b7
3
+ metadata.gz: dca30b1f1fca229258a72ec355055a056279b7822ffd4319e491fd67a52c80d6
4
+ data.tar.gz: 42bb5aa8a2e623e4421d4ea5cb32fdd96575ef1ea806a895903f2a2dea09ae3a
5
5
  SHA512:
6
- metadata.gz: 45643218dd3414d7dc2c58013b96f5fae170583ae758a419393900dbdc1ea0c73c242eb49785dd336d6f2f500002bc533ede35e76c13535803d846487e8aa1f9
7
- data.tar.gz: d937dff293cb3590d0031f5c209b1c6d0a26b39bce680952d0acd545283b3e0aa33adaa4e3f5562ebfa3ae225d7e8e59c2b9950e40386fe2d449ff8c2d674848
6
+ metadata.gz: 76db130362d6f3db4d2584a8473c4dad35193d53a4df76640f5b7a357971cac288921aafa982ea1609104429eaf05589eba8b5cb32e9d8aeb0c0a8ca9314cd51
7
+ data.tar.gz: 9e846beefad9ac288ca24bf261746af2d4159409698d87ce3b59b3f59ef5533aec6b48d40d35fa57a3bf79a23a00f10940729bed23ad4e2efc22fb1b036dd46b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.161.0 (2026-06-15)
5
+ ------------------
6
+
7
+ * Feature - Added a validation for null check for ImageIds in DescribeWorkspaceImages API request parameters.
8
+
4
9
  1.160.0 (2026-06-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.160.0
1
+ 1.161.0
@@ -5052,7 +5052,7 @@ module Aws::WorkSpaces
5052
5052
  tracer: tracer
5053
5053
  )
5054
5054
  context[:gem_name] = 'aws-sdk-workspaces'
5055
- context[:gem_version] = '1.160.0'
5055
+ context[:gem_version] = '1.161.0'
5056
5056
  Seahorse::Client::Request.new(handlers, context)
5057
5057
  end
5058
5058
 
@@ -6194,8 +6194,8 @@ module Aws::WorkSpaces
6194
6194
  # or `DCV` (formerly WSP).
6195
6195
  #
6196
6196
  # * Unavailable for Windows 7 WorkSpaces and WorkSpaces using
6197
- # GPU-based bundles (Graphics, GraphicsPro, Graphics.g4dn, and
6198
- # GraphicsPro.g4dn).
6197
+ # GPU-based bundles (Graphics, GraphicsPro, Graphics.g4dn,
6198
+ # GraphicsPro.g4dn, and Graphics.g6).
6199
6199
  #
6200
6200
  # </note>
6201
6201
  #
@@ -54,7 +54,7 @@ module Aws::WorkSpaces
54
54
  autoload :EndpointProvider, 'aws-sdk-workspaces/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-workspaces/endpoints'
56
56
 
57
- GEM_VERSION = '1.160.0'
57
+ GEM_VERSION = '1.161.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.160.0
4
+ version: 1.161.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services