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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f879b5a1e540ac7f31e7379a72f8ee61915ed684e8087abbaf8b44fcfcc27c8
4
- data.tar.gz: 2626cff6e1a095e7d06568fbfa46cac7ec30b730287c00f26139f99a967474e6
3
+ metadata.gz: ba4dd10a7ef29a8e7cb3f3fc3b7504c2fbe304dff80ec9a29abe935bb5bc4feb
4
+ data.tar.gz: 96b3a43a314f4026271008289b19c7be8eb0c64d018afdd44bb5f46a9cdfacd9
5
5
  SHA512:
6
- metadata.gz: 1b5646cf450da343b0eef76d22cf0f50f26ce7d4dc6e5ecc043fdc230c8aad1ac9eb076612f227670391011ae4b8b1b727a915ec8ad7574e083167d41a5e9748
7
- data.tar.gz: 70a581a16085ce4d49df0245a9b9e00c0ecbecb57c4433909636b229e79193fd40bb1511d96780810207a40847e34a2c92945062556fbc1683562f7d0b3be6f0
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.113.0
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 `ERROR`.
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.113.0'
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-workspaces/customizations'
52
52
  # @!group service
53
53
  module Aws::WorkSpaces
54
54
 
55
- GEM_VERSION = '1.113.0'
55
+ GEM_VERSION = '1.114.0'
56
56
 
57
57
  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.113.0
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-26 00:00:00.000000000 Z
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