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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 035b69dd9ff1c36218c54c5b4b330644c8cecb9a
4
- data.tar.gz: fd56bca1b82104fa5b656ab5ff8174522cafb020
3
+ metadata.gz: 77b7f477eb22bed1fa434887cc02c69027de23be
4
+ data.tar.gz: 4a1ce7171a9884ad7eb1cd55299ab1eb19e3311c
5
5
  SHA512:
6
- metadata.gz: 56e003fd903a340c1cc8a1aa42e3ba9b148e4debfbb73b4200cc7fc5525010ec1ecf13060b9970625b46025cdd6cdc8374295bf3c84f23b7bcc948110e45ef16
7
- data.tar.gz: 9523ed1fc5126d1fb61bc56b79392a5fa79fddc618b0c7cb25bc23eb70bee1d985c9c87b77251d4456f1bf9c3df7b02851667ae0f60fa0aab819a6ab42e73af6
6
+ metadata.gz: 11ba34ab275c916df714fd003376261c73d606a745c0fa4c7a1ec87d47dddfa489c8f48b6efedc421b6cfbdc1fe0ef2d626d1bbff7569a0516169980aa02f387
7
+ data.tar.gz: 2e31ec88e1aac664ba165d91aefcf75908661216fa02e80f7dd302baeb2a38f853fcd04f9e3d0e447480bf8d6f2a8621cf2b0d7546afdd486c894c86c799cd0b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-workspaces/customizations'
42
42
  # @service
43
43
  module Aws::WorkSpaces
44
44
 
45
- GEM_VERSION = '1.0.0.rc2'
45
+ GEM_VERSION = '1.0.0.rc3'
46
46
 
47
47
  end
@@ -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 RunningMode and
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 API only works with WorkSpaces
709
- # that have RunningMode configured as AutoStop and the State set to
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 API only works with WorkSpaces
746
- # that have RunningMode configured as AutoStop and the State set to
747
- # AVAILABLE, IMPAIRED, UNHEALTHY, or ERROR.
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.rc2'
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.rc2
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-04-26 00:00:00.000000000 Z
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.rc1
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.rc1
26
+ version: 3.0.0.rc9
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: aws-sigv4
29
29
  requirement: !ruby/object:Gem::Requirement