aws-sdk-workspaces 1.66.0 → 1.67.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
  SHA256:
3
- metadata.gz: 1025e6cd5323530ecc55c1f90a4910ecb78563f898b78396f7723080df5ccd7e
4
- data.tar.gz: fc8487dfc73465d10cf7e03d8985a19c6283fa216b4d5dd71e16516bfdab4672
3
+ metadata.gz: 1bde0ada52057d07e90019769949cc04cc599bf72c61d658bb97d84b3c92d096
4
+ data.tar.gz: 6a503a23f55c356311dd9116bd8b7d6b8c88900b03cdce373a809ed152f48c9e
5
5
  SHA512:
6
- metadata.gz: ff3414c7bba6ea67cebe0352bf918e07d129df858b10bfde86bd105bdb38a6dc738fbee6d0045f9d864cfaf4ccd8025774f929d99d03483bbab37b2fc79ad679
7
- data.tar.gz: de6caa4121f632170cf489ebffc26ce068a914a709885a4bd2a4f137ca35950460dd1f70b9883857bc563810bb7bc5a794659d0c0d5cf3dcac15754a2b4448ec
6
+ metadata.gz: f909e250dc5e5c1327a6e5084c3050ca86067492273de1e905f27d2714eddbe3d7603b801676ba1be9af566037691fa0dd1ce7ee6b61fb6804d6284bae657b3a
7
+ data.tar.gz: 596e66e910de18ab3e45554f166f1c5c1f8999252f327ab69788108e703e9e162e0984f4470834c513701b16c56b3df514d17ec66a56bb3640dfc476ec81e61f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2022-04-11)
5
+ ------------------
6
+
7
+ * Feature - Added API support that allows customers to create GPU-enabled WorkSpaces using EC2 G4dn instances.
8
+
4
9
  1.66.0 (2022-03-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -843,7 +843,7 @@ module Aws::WorkSpaces
843
843
  # bundle_description: "WorkspaceBundleDescription", # required
844
844
  # image_id: "WorkspaceImageId", # required
845
845
  # compute_type: { # required
846
- # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
846
+ # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
847
847
  # },
848
848
  # user_storage: { # required
849
849
  # capacity: "NonEmptyString",
@@ -868,7 +868,7 @@ module Aws::WorkSpaces
868
868
  # resp.workspace_bundle.image_id #=> String
869
869
  # resp.workspace_bundle.root_storage.capacity #=> String
870
870
  # resp.workspace_bundle.user_storage.capacity #=> String
871
- # resp.workspace_bundle.compute_type.name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
871
+ # resp.workspace_bundle.compute_type.name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
872
872
  # resp.workspace_bundle.last_updated_time #=> Time
873
873
  # resp.workspace_bundle.creation_time #=> Time
874
874
  #
@@ -910,7 +910,7 @@ module Aws::WorkSpaces
910
910
  # running_mode_auto_stop_timeout_in_minutes: 1,
911
911
  # root_volume_size_gib: 1,
912
912
  # user_volume_size_gib: 1,
913
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
913
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
914
914
  # },
915
915
  # tags: [
916
916
  # {
@@ -935,7 +935,7 @@ module Aws::WorkSpaces
935
935
  # resp.failed_requests[0].workspace_request.workspace_properties.running_mode_auto_stop_timeout_in_minutes #=> Integer
936
936
  # resp.failed_requests[0].workspace_request.workspace_properties.root_volume_size_gib #=> Integer
937
937
  # resp.failed_requests[0].workspace_request.workspace_properties.user_volume_size_gib #=> Integer
938
- # resp.failed_requests[0].workspace_request.workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
938
+ # resp.failed_requests[0].workspace_request.workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
939
939
  # resp.failed_requests[0].workspace_request.tags #=> Array
940
940
  # resp.failed_requests[0].workspace_request.tags[0].key #=> String
941
941
  # resp.failed_requests[0].workspace_request.tags[0].value #=> String
@@ -959,7 +959,7 @@ module Aws::WorkSpaces
959
959
  # resp.pending_requests[0].workspace_properties.running_mode_auto_stop_timeout_in_minutes #=> Integer
960
960
  # resp.pending_requests[0].workspace_properties.root_volume_size_gib #=> Integer
961
961
  # resp.pending_requests[0].workspace_properties.user_volume_size_gib #=> Integer
962
- # resp.pending_requests[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
962
+ # resp.pending_requests[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
963
963
  # resp.pending_requests[0].modification_states #=> Array
964
964
  # resp.pending_requests[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
965
965
  # resp.pending_requests[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -1675,7 +1675,7 @@ module Aws::WorkSpaces
1675
1675
  # resp.bundles[0].image_id #=> String
1676
1676
  # resp.bundles[0].root_storage.capacity #=> String
1677
1677
  # resp.bundles[0].user_storage.capacity #=> String
1678
- # resp.bundles[0].compute_type.name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
1678
+ # resp.bundles[0].compute_type.name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
1679
1679
  # resp.bundles[0].last_updated_time #=> Time
1680
1680
  # resp.bundles[0].creation_time #=> Time
1681
1681
  # resp.next_token #=> String
@@ -1971,7 +1971,7 @@ module Aws::WorkSpaces
1971
1971
  # resp.workspaces[0].workspace_properties.running_mode_auto_stop_timeout_in_minutes #=> Integer
1972
1972
  # resp.workspaces[0].workspace_properties.root_volume_size_gib #=> Integer
1973
1973
  # resp.workspaces[0].workspace_properties.user_volume_size_gib #=> Integer
1974
- # resp.workspaces[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
1974
+ # resp.workspaces[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
1975
1975
  # resp.workspaces[0].modification_states #=> Array
1976
1976
  # resp.workspaces[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
1977
1977
  # resp.workspaces[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -2276,9 +2276,14 @@ module Aws::WorkSpaces
2276
2276
  # specify a value that ends in `_WSP`. To use PCoIP, specify a value
2277
2277
  # that does not end in `_WSP`.
2278
2278
  #
2279
- # For non-GPU-enabled bundles (bundles other than Graphics or
2280
- # GraphicsPro), specify `BYOL_REGULAR` or `BYOL_REGULAR_WSP`, depending
2281
- # on the protocol.
2279
+ # For non-GPU-enabled images (bundles other than Graphics.g4dn,
2280
+ # GraphicsPro.g4dn, Graphics, or GraphicsPro), specify `BYOL_REGULAR` or
2281
+ # `BYOL_REGULAR_WSP`, depending on the protocol.
2282
+ #
2283
+ # <note markdown="1"> Use `BYOL_GRAPHICS_G4DN` ingestion for both Graphics.g4dn and
2284
+ # GraphicsPro.g4dn.
2285
+ #
2286
+ # </note>
2282
2287
  #
2283
2288
  # @option params [required, String] :image_name
2284
2289
  # The name of the WorkSpace image.
@@ -2295,8 +2300,12 @@ module Aws::WorkSpaces
2295
2300
  # subscribing to Office for BYOL images, see [ Bring Your Own Windows
2296
2301
  # Desktop Licenses][1].
2297
2302
  #
2298
- # <note markdown="1"> Although this parameter is an array, only one item is allowed at this
2299
- # time.
2303
+ # <note markdown="1"> * Although this parameter is an array, only one item is allowed at
2304
+ # this time
2305
+ #
2306
+ # * Microsoft Office 2016 application subscription through AWS is
2307
+ # currently not supported for Graphics.g4dn Bring Your Own License
2308
+ # (BYOL) images
2300
2309
  #
2301
2310
  # </note>
2302
2311
  #
@@ -2312,7 +2321,7 @@ module Aws::WorkSpaces
2312
2321
  #
2313
2322
  # resp = client.import_workspace_image({
2314
2323
  # ec2_image_id: "Ec2ImageId", # required
2315
- # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_REGULAR_WSP
2324
+ # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_GRAPHICS_G4DN, BYOL_REGULAR_WSP
2316
2325
  # image_name: "WorkspaceImageName", # required
2317
2326
  # image_description: "WorkspaceImageDescription", # required
2318
2327
  # tags: [
@@ -2638,7 +2647,7 @@ module Aws::WorkSpaces
2638
2647
  # running_mode_auto_stop_timeout_in_minutes: 1,
2639
2648
  # root_volume_size_gib: 1,
2640
2649
  # user_volume_size_gib: 1,
2641
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
2650
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
2642
2651
  # },
2643
2652
  # })
2644
2653
  #
@@ -3296,7 +3305,7 @@ module Aws::WorkSpaces
3296
3305
  params: params,
3297
3306
  config: config)
3298
3307
  context[:gem_name] = 'aws-sdk-workspaces'
3299
- context[:gem_version] = '1.66.0'
3308
+ context[:gem_version] = '1.67.0'
3300
3309
  Seahorse::Client::Request.new(handlers, context)
3301
3310
  end
3302
3311
 
@@ -218,7 +218,7 @@ module Aws::WorkSpaces
218
218
  # data as a hash:
219
219
  #
220
220
  # {
221
- # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
221
+ # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
222
222
  # }
223
223
  #
224
224
  # @!attribute [rw] name
@@ -694,7 +694,7 @@ module Aws::WorkSpaces
694
694
  # bundle_description: "WorkspaceBundleDescription", # required
695
695
  # image_id: "WorkspaceImageId", # required
696
696
  # compute_type: { # required
697
- # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
697
+ # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
698
698
  # },
699
699
  # user_storage: { # required
700
700
  # capacity: "NonEmptyString",
@@ -787,7 +787,7 @@ module Aws::WorkSpaces
787
787
  # running_mode_auto_stop_timeout_in_minutes: 1,
788
788
  # root_volume_size_gib: 1,
789
789
  # user_volume_size_gib: 1,
790
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
790
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
791
791
  # },
792
792
  # tags: [
793
793
  # {
@@ -2304,7 +2304,7 @@ module Aws::WorkSpaces
2304
2304
  #
2305
2305
  # {
2306
2306
  # ec2_image_id: "Ec2ImageId", # required
2307
- # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_REGULAR_WSP
2307
+ # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_GRAPHICS_G4DN, BYOL_REGULAR_WSP
2308
2308
  # image_name: "WorkspaceImageName", # required
2309
2309
  # image_description: "WorkspaceImageDescription", # required
2310
2310
  # tags: [
@@ -2327,9 +2327,14 @@ module Aws::WorkSpaces
2327
2327
  # specify a value that ends in `_WSP`. To use PCoIP, specify a value
2328
2328
  # that does not end in `_WSP`.
2329
2329
  #
2330
- # For non-GPU-enabled bundles (bundles other than Graphics or
2331
- # GraphicsPro), specify `BYOL_REGULAR` or `BYOL_REGULAR_WSP`,
2332
- # depending on the protocol.
2330
+ # For non-GPU-enabled images (bundles other than Graphics.g4dn,
2331
+ # GraphicsPro.g4dn, Graphics, or GraphicsPro), specify `BYOL_REGULAR`
2332
+ # or `BYOL_REGULAR_WSP`, depending on the protocol.
2333
+ #
2334
+ # <note markdown="1"> Use `BYOL_GRAPHICS_G4DN` ingestion for both Graphics.g4dn and
2335
+ # GraphicsPro.g4dn.
2336
+ #
2337
+ # </note>
2333
2338
  # @return [String]
2334
2339
  #
2335
2340
  # @!attribute [rw] image_name
@@ -2350,8 +2355,12 @@ module Aws::WorkSpaces
2350
2355
  # subscribing to Office for BYOL images, see [ Bring Your Own Windows
2351
2356
  # Desktop Licenses][1].
2352
2357
  #
2353
- # <note markdown="1"> Although this parameter is an array, only one item is allowed at
2354
- # this time.
2358
+ # <note markdown="1"> * Although this parameter is an array, only one item is allowed at
2359
+ # this time
2360
+ #
2361
+ # * Microsoft Office 2016 application subscription through AWS is
2362
+ # currently not supported for Graphics.g4dn Bring Your Own License
2363
+ # (BYOL) images
2355
2364
  #
2356
2365
  # </note>
2357
2366
  #
@@ -2936,7 +2945,7 @@ module Aws::WorkSpaces
2936
2945
  # running_mode_auto_stop_timeout_in_minutes: 1,
2937
2946
  # root_volume_size_gib: 1,
2938
2947
  # user_volume_size_gib: 1,
2939
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
2948
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
2940
2949
  # },
2941
2950
  # }
2942
2951
  #
@@ -4491,7 +4500,7 @@ module Aws::WorkSpaces
4491
4500
  # running_mode_auto_stop_timeout_in_minutes: 1,
4492
4501
  # root_volume_size_gib: 1,
4493
4502
  # user_volume_size_gib: 1,
4494
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
4503
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
4495
4504
  # }
4496
4505
  #
4497
4506
  # @!attribute [rw] running_mode
@@ -4566,7 +4575,7 @@ module Aws::WorkSpaces
4566
4575
  # running_mode_auto_stop_timeout_in_minutes: 1,
4567
4576
  # root_volume_size_gib: 1,
4568
4577
  # user_volume_size_gib: 1,
4569
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
4578
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
4570
4579
  # },
4571
4580
  # tags: [
4572
4581
  # {
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-workspaces/customizations'
48
48
  # @!group service
49
49
  module Aws::WorkSpaces
50
50
 
51
- GEM_VERSION = '1.66.0'
51
+ GEM_VERSION = '1.67.0'
52
52
 
53
53
  end
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.66.0
4
+ version: 1.67.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: 2022-03-31 00:00:00.000000000 Z
11
+ date: 2022-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core