aws-sdk-workspaces 1.126.0 → 1.127.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 +1 -1
- data/lib/aws-sdk-workspaces/types.rb +4 -0
- 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: af9095887877c1fa68aea2212f5f90d13c46e0cf8f1be0725740cf21a0066bd9
|
|
4
|
+
data.tar.gz: 82058d6fe52d34f712663c9e710968891fe69b6a9de896d2fe9f488e86cd4a56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18016104f17707cbd437f9a30bfcdab87f44ab1fb6de46cd863108bce64178d1ab1a95879e6a611098ca75800d0ea9a29d7525e51b6827e5debbc4a2988a2e8a
|
|
7
|
+
data.tar.gz: 95314bb6a4cd667eb65f9188c76f5ce6b2a089b7291d78f8f5164dac3b83b5cb5646a044a4dc5790729cb8faa6b1bce99b011afa0d9303260b1921ca5b4f53d1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.127.0
|
|
@@ -5900,6 +5900,10 @@ module Aws::WorkSpaces
|
|
|
5900
5900
|
# The user name of the user for the WorkSpace. This user name must
|
|
5901
5901
|
# exist in the Directory Service directory for the WorkSpace.
|
|
5902
5902
|
#
|
|
5903
|
+
# The username is not case-sensitive, but we recommend matching the
|
|
5904
|
+
# case in the Directory Service directory to avoid potential
|
|
5905
|
+
# incompatibilities.
|
|
5906
|
+
#
|
|
5903
5907
|
# The reserved keyword, `[UNDEFINED]`, is used when creating
|
|
5904
5908
|
# user-decoupled WorkSpaces.
|
|
5905
5909
|
# @return [String]
|
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.127.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: 2024-
|
|
11
|
+
date: 2024-12-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|