aws-sdk-workspaces 1.0.0.rc2 → 1.0.0.rc3
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 +7 -8
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 77b7f477eb22bed1fa434887cc02c69027de23be
|
|
4
|
+
data.tar.gz: 4a1ce7171a9884ad7eb1cd55299ab1eb19e3311c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11ba34ab275c916df714fd003376261c73d606a745c0fa4c7a1ec87d47dddfa489c8f48b6efedc421b6cfbdc1fe0ef2d626d1bbff7569a0516169980aa02f387
|
|
7
|
+
data.tar.gz: 2e31ec88e1aac664ba165d91aefcf75908661216fa02e80f7dd302baeb2a38f853fcd04f9e3d0e447480bf8d6f2a8621cf2b0d7546afdd486c894c86c799cd0b
|
data/lib/aws-sdk-workspaces.rb
CHANGED
|
@@ -574,7 +574,7 @@ module Aws::WorkSpaces
|
|
|
574
574
|
req.send_request(options)
|
|
575
575
|
end
|
|
576
576
|
|
|
577
|
-
# Modifies the WorkSpace properties, including the
|
|
577
|
+
# Modifies the WorkSpace properties, including the running mode and
|
|
578
578
|
# AutoStop time.
|
|
579
579
|
#
|
|
580
580
|
# @option params [required, String] :workspace_id
|
|
@@ -705,9 +705,8 @@ module Aws::WorkSpaces
|
|
|
705
705
|
req.send_request(options)
|
|
706
706
|
end
|
|
707
707
|
|
|
708
|
-
# Starts the specified WorkSpaces. The
|
|
709
|
-
#
|
|
710
|
-
# “STOPPED.”
|
|
708
|
+
# Starts the specified WorkSpaces. The WorkSpaces must have a running
|
|
709
|
+
# mode of AutoStop and a state of STOPPED.
|
|
711
710
|
#
|
|
712
711
|
# @option params [required, Array<Types::StartRequest>] :start_workspace_requests
|
|
713
712
|
# The requests.
|
|
@@ -742,9 +741,9 @@ module Aws::WorkSpaces
|
|
|
742
741
|
req.send_request(options)
|
|
743
742
|
end
|
|
744
743
|
|
|
745
|
-
# Stops the specified WorkSpaces. The
|
|
746
|
-
#
|
|
747
|
-
#
|
|
744
|
+
# Stops the specified WorkSpaces. The WorkSpaces must have a running
|
|
745
|
+
# mode of AutoStop and a state of AVAILABLE, IMPAIRED, UNHEALTHY, or
|
|
746
|
+
# ERROR.
|
|
748
747
|
#
|
|
749
748
|
# @option params [required, Array<Types::StopRequest>] :stop_workspace_requests
|
|
750
749
|
# The requests.
|
|
@@ -839,7 +838,7 @@ module Aws::WorkSpaces
|
|
|
839
838
|
params: params,
|
|
840
839
|
config: config)
|
|
841
840
|
context[:gem_name] = 'aws-sdk-workspaces'
|
|
842
|
-
context[:gem_version] = '1.0.0.
|
|
841
|
+
context[:gem_version] = '1.0.0.rc3'
|
|
843
842
|
Seahorse::Client::Request.new(handlers, context)
|
|
844
843
|
end
|
|
845
844
|
|
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.0.0.
|
|
4
|
+
version: 1.0.0.rc3
|
|
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: 2017-
|
|
11
|
+
date: 2017-05-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.0.0.
|
|
19
|
+
version: 3.0.0.rc9
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.0.0.
|
|
26
|
+
version: 3.0.0.rc9
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: aws-sigv4
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|