aws-sdk-workspaces 1.33.0 → 1.34.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
  SHA1:
3
- metadata.gz: deba2a9240b1e1ddcabf0525f93e936d7ecd5b39
4
- data.tar.gz: e9a0632df0de5da5173eab509cc798fd01ac37b4
3
+ metadata.gz: b4e2da9bfabd58d9faa1c25d9e31d9cf1bb4076f
4
+ data.tar.gz: 83c6400c5ca0a73022dc4f98ca1cda4683a54a76
5
5
  SHA512:
6
- metadata.gz: 6e89afb264a545d5c73056a39216b1ee571e5906e52db07621fe8daa97d736bb8e9356966550d06d53deca579fb7a58d7cb78017e611abe8b8bb0c4ea7f40d81
7
- data.tar.gz: 8f57bffafcf0f422682d7193e2516376b1caf02948f71a3490f16c33d3903f940d4042f04b0fbc1fdb96c495d5f830b375d176ab9fdc6fcbbb20f595c4359b9a
6
+ metadata.gz: af5312afa721b9aa7d4b9f42da9fb09180eecc2ef793fd55c0953b3466ad01c51b793d4bbbde9c5fdbe5621957599310f5523f8a3a97158b2428c248020c6204
7
+ data.tar.gz: fa0d79d6967bdb13e4a3c0fa7b9df2b49ea72556a689b218fcd32c9d175b0accb23ab0fd3ab2e1b3e43a78cebaf29b48c9c63af82164a55377c92ebc59a0333f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-workspaces/customizations'
42
42
  # @service
43
43
  module Aws::WorkSpaces
44
44
 
45
- GEM_VERSION = '1.33.0'
45
+ GEM_VERSION = '1.34.0'
46
46
 
47
47
  end
@@ -1633,7 +1633,7 @@ module Aws::WorkSpaces
1633
1633
  # Rebuilds the specified WorkSpace.
1634
1634
  #
1635
1635
  # You cannot rebuild a WorkSpace unless its state is `AVAILABLE`,
1636
- # `ERROR`, or `UNHEALTHY`.
1636
+ # `ERROR`, `UNHEALTHY`, or `STOPPED`.
1637
1637
  #
1638
1638
  # Rebuilding a WorkSpace is a potentially destructive action that can
1639
1639
  # result in the loss of data. For more information, see [Rebuild a
@@ -1760,7 +1760,7 @@ module Aws::WorkSpaces
1760
1760
  # Restores the specified WorkSpace to its last known healthy state.
1761
1761
  #
1762
1762
  # You cannot restore a WorkSpace unless its state is ` AVAILABLE`,
1763
- # `ERROR`, or `UNHEALTHY`.
1763
+ # `ERROR`, `UNHEALTHY`, or `STOPPED`.
1764
1764
  #
1765
1765
  # Restoring a WorkSpace is a potentially destructive action that can
1766
1766
  # result in the loss of data. For more information, see [Restore a
@@ -1984,7 +1984,7 @@ module Aws::WorkSpaces
1984
1984
  params: params,
1985
1985
  config: config)
1986
1986
  context[:gem_name] = 'aws-sdk-workspaces'
1987
- context[:gem_version] = '1.33.0'
1987
+ context[:gem_version] = '1.34.0'
1988
1988
  Seahorse::Client::Request.new(handlers, context)
1989
1989
  end
1990
1990
 
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.33.0
4
+ version: 1.34.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: 2020-01-10 00:00:00.000000000 Z
11
+ date: 2020-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core