aws-sdk-workspaces 1.5.0 → 1.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75df0d8aa297917c261300b1f045d41c4f60ef78
4
- data.tar.gz: fce220a3a50f1aa627cb79fadcf8a301388926f7
3
+ metadata.gz: cdfa17ac6e16c56dde305e0da55a4a140a1a37d2
4
+ data.tar.gz: c02bdd5e948e6f4f5e8d6748665966d7b02378bd
5
5
  SHA512:
6
- metadata.gz: eded5c857da0a4e1733cbbc4fedb2db7a05a59204dbcf7c17cb897c75890fef2a45536d120d8cb05d1dea13e2049e8da8574b78cf52311df7d48ec0f2ebcf5fa
7
- data.tar.gz: 3171da2d46779038dca673b2fb656a1ac974e0c298747a2f1c533dcdab3fd4044ec010d55a11817f1432f289ff3b7c952903efd1bf73b599d35435d42e3ecb44
6
+ metadata.gz: dae665d27c5f6b407c7d57cce2b900d3c2012b1dabcded995a31baa2c43a78aa0c296ef995063e8d3fcfe3538e7fd015c2a3962ef81d283a34faaece589e452c
7
+ data.tar.gz: 51dd732e3139e281eb2e1c95db3ccee81f5eea6e087a75e890438a6db60c4838debfb3e7c437dd6c8ffd9430ab3a8b4d98e035b4f1f5b9d095a8244bc1af3f5e
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-workspaces/customizations'
42
42
  # @service
43
43
  module Aws::WorkSpaces
44
44
 
45
- GEM_VERSION = '1.5.0'
45
+ GEM_VERSION = '1.6.0'
46
46
 
47
47
  end
@@ -362,7 +362,7 @@ module Aws::WorkSpaces
362
362
  # running_mode_auto_stop_timeout_in_minutes: 1,
363
363
  # root_volume_size_gib: 1,
364
364
  # user_volume_size_gib: 1,
365
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS
365
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
366
366
  # },
367
367
  # tags: [
368
368
  # {
@@ -387,7 +387,7 @@ module Aws::WorkSpaces
387
387
  # resp.failed_requests[0].workspace_request.workspace_properties.running_mode_auto_stop_timeout_in_minutes #=> Integer
388
388
  # resp.failed_requests[0].workspace_request.workspace_properties.root_volume_size_gib #=> Integer
389
389
  # resp.failed_requests[0].workspace_request.workspace_properties.user_volume_size_gib #=> Integer
390
- # resp.failed_requests[0].workspace_request.workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS"
390
+ # resp.failed_requests[0].workspace_request.workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
391
391
  # resp.failed_requests[0].workspace_request.tags #=> Array
392
392
  # resp.failed_requests[0].workspace_request.tags[0].key #=> String
393
393
  # resp.failed_requests[0].workspace_request.tags[0].value #=> String
@@ -411,7 +411,7 @@ module Aws::WorkSpaces
411
411
  # resp.pending_requests[0].workspace_properties.running_mode_auto_stop_timeout_in_minutes #=> Integer
412
412
  # resp.pending_requests[0].workspace_properties.root_volume_size_gib #=> Integer
413
413
  # resp.pending_requests[0].workspace_properties.user_volume_size_gib #=> Integer
414
- # resp.pending_requests[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS"
414
+ # resp.pending_requests[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
415
415
  # resp.pending_requests[0].modification_states #=> Array
416
416
  # resp.pending_requests[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
417
417
  # resp.pending_requests[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -593,7 +593,7 @@ module Aws::WorkSpaces
593
593
  # resp.bundles[0].description #=> String
594
594
  # resp.bundles[0].root_storage.capacity #=> String
595
595
  # resp.bundles[0].user_storage.capacity #=> String
596
- # resp.bundles[0].compute_type.name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS"
596
+ # resp.bundles[0].compute_type.name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
597
597
  # resp.next_token #=> String
598
598
  #
599
599
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceBundles AWS API Documentation
@@ -732,7 +732,7 @@ module Aws::WorkSpaces
732
732
  # resp.workspaces[0].workspace_properties.running_mode_auto_stop_timeout_in_minutes #=> Integer
733
733
  # resp.workspaces[0].workspace_properties.root_volume_size_gib #=> Integer
734
734
  # resp.workspaces[0].workspace_properties.user_volume_size_gib #=> Integer
735
- # resp.workspaces[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS"
735
+ # resp.workspaces[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
736
736
  # resp.workspaces[0].modification_states #=> Array
737
737
  # resp.workspaces[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
738
738
  # resp.workspaces[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -833,7 +833,7 @@ module Aws::WorkSpaces
833
833
  # running_mode_auto_stop_timeout_in_minutes: 1,
834
834
  # root_volume_size_gib: 1,
835
835
  # user_volume_size_gib: 1,
836
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS
836
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
837
837
  # },
838
838
  # })
839
839
  #
@@ -1159,7 +1159,7 @@ module Aws::WorkSpaces
1159
1159
  params: params,
1160
1160
  config: config)
1161
1161
  context[:gem_name] = 'aws-sdk-workspaces'
1162
- context[:gem_version] = '1.5.0'
1162
+ context[:gem_version] = '1.6.0'
1163
1163
  Seahorse::Client::Request.new(handlers, context)
1164
1164
  end
1165
1165
 
@@ -178,7 +178,7 @@ module Aws::WorkSpaces
178
178
  # running_mode_auto_stop_timeout_in_minutes: 1,
179
179
  # root_volume_size_gib: 1,
180
180
  # user_volume_size_gib: 1,
181
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS
181
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
182
182
  # },
183
183
  # tags: [
184
184
  # {
@@ -740,7 +740,7 @@ module Aws::WorkSpaces
740
740
  # running_mode_auto_stop_timeout_in_minutes: 1,
741
741
  # root_volume_size_gib: 1,
742
742
  # user_volume_size_gib: 1,
743
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS
743
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
744
744
  # },
745
745
  # }
746
746
  #
@@ -1423,7 +1423,7 @@ module Aws::WorkSpaces
1423
1423
  # running_mode_auto_stop_timeout_in_minutes: 1,
1424
1424
  # root_volume_size_gib: 1,
1425
1425
  # user_volume_size_gib: 1,
1426
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS
1426
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
1427
1427
  # }
1428
1428
  #
1429
1429
  # @!attribute [rw] running_mode
@@ -1485,7 +1485,7 @@ module Aws::WorkSpaces
1485
1485
  # running_mode_auto_stop_timeout_in_minutes: 1,
1486
1486
  # root_volume_size_gib: 1,
1487
1487
  # user_volume_size_gib: 1,
1488
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS
1488
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
1489
1489
  # },
1490
1490
  # tags: [
1491
1491
  # {
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.5.0
4
+ version: 1.6.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: 2018-09-06 00:00:00.000000000 Z
11
+ date: 2018-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core