aws-sdk-workspaces 1.113.0 → 1.114.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +4 -3
- data/lib/aws-sdk-workspaces/types.rb +6 -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: ba4dd10a7ef29a8e7cb3f3fc3b7504c2fbe304dff80ec9a29abe935bb5bc4feb
|
4
|
+
data.tar.gz: 96b3a43a314f4026271008289b19c7be8eb0c64d018afdd44bb5f46a9cdfacd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a855b5dbe44a370c69ee61b1a0d5013cb4517bc7ead4350f471e09bd35bac251334fdef7517ccf57f56268996f57dcdd28e745e7da27d5fa2dfcfa6c8b39ef7
|
7
|
+
data.tar.gz: efb09c5c8f4727078ed3971ee961b2baf694b16994b83ea69fea1b6f06140b760247d4ef1657490ad92d40c7c893e92d6299528a939ac215715f714dcbd1dc2f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.114.0 (2024-08-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits.
|
8
|
+
|
4
9
|
1.113.0 (2024-08-26)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.114.0
|
@@ -4221,7 +4221,7 @@ module Aws::WorkSpaces
|
|
4221
4221
|
# Starts the specified WorkSpaces.
|
4222
4222
|
#
|
4223
4223
|
# You cannot start a WorkSpace unless it has a running mode of
|
4224
|
-
# `AutoStop` and a state of `STOPPED`.
|
4224
|
+
# `AutoStop` or `Manual` and a state of `STOPPED`.
|
4225
4225
|
#
|
4226
4226
|
# @option params [required, Array<Types::StartRequest>] :start_workspace_requests
|
4227
4227
|
# The WorkSpaces to start. You can specify up to 25 WorkSpaces.
|
@@ -4284,7 +4284,8 @@ module Aws::WorkSpaces
|
|
4284
4284
|
# Stops the specified WorkSpaces.
|
4285
4285
|
#
|
4286
4286
|
# You cannot stop a WorkSpace unless it has a running mode of `AutoStop`
|
4287
|
-
# and a state of `AVAILABLE`, `IMPAIRED`, `UNHEALTHY`, or
|
4287
|
+
# or `Manual` and a state of `AVAILABLE`, `IMPAIRED`, `UNHEALTHY`, or
|
4288
|
+
# `ERROR`.
|
4288
4289
|
#
|
4289
4290
|
# @option params [required, Array<Types::StopRequest>] :stop_workspace_requests
|
4290
4291
|
# The WorkSpaces to stop. You can specify up to 25 WorkSpaces.
|
@@ -4777,7 +4778,7 @@ module Aws::WorkSpaces
|
|
4777
4778
|
params: params,
|
4778
4779
|
config: config)
|
4779
4780
|
context[:gem_name] = 'aws-sdk-workspaces'
|
4780
|
-
context[:gem_version] = '1.
|
4781
|
+
context[:gem_version] = '1.114.0'
|
4781
4782
|
Seahorse::Client::Request.new(handlers, context)
|
4782
4783
|
end
|
4783
4784
|
|
@@ -5931,6 +5931,12 @@ module Aws::WorkSpaces
|
|
5931
5931
|
#
|
5932
5932
|
# @!attribute [rw] workspace_name
|
5933
5933
|
# The name of the user-decoupled WorkSpace.
|
5934
|
+
#
|
5935
|
+
# <note markdown="1"> `WorkspaceName` is required if `UserName` is `[UNDEFINED]` for
|
5936
|
+
# user-decoupled WorkSpaces. `WorkspaceName` is not applicable if
|
5937
|
+
# `UserName` is specified for user-assigned WorkSpaces.
|
5938
|
+
#
|
5939
|
+
# </note>
|
5934
5940
|
# @return [String]
|
5935
5941
|
#
|
5936
5942
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/WorkspaceRequest AWS API Documentation
|
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.114.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-08-
|
11
|
+
date: 2024-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|