aws-sdk-workspaces 1.33.0 → 1.34.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/lib/aws-sdk-workspaces.rb +1 -1
- data/lib/aws-sdk-workspaces/client.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4e2da9bfabd58d9faa1c25d9e31d9cf1bb4076f
|
|
4
|
+
data.tar.gz: 83c6400c5ca0a73022dc4f98ca1cda4683a54a76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af5312afa721b9aa7d4b9f42da9fb09180eecc2ef793fd55c0953b3466ad01c51b793d4bbbde9c5fdbe5621957599310f5523f8a3a97158b2428c248020c6204
|
|
7
|
+
data.tar.gz: fa0d79d6967bdb13e4a3c0fa7b9df2b49ea72556a689b218fcd32c9d175b0accb23ab0fd3ab2e1b3e43a78cebaf29b48c9c63af82164a55377c92ebc59a0333f
|
data/lib/aws-sdk-workspaces.rb
CHANGED
|
@@ -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 `
|
|
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 `
|
|
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.
|
|
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.
|
|
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-
|
|
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
|