aws-sdk-workspaces 1.111.0 → 1.112.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b3df6db9ef945c6dfc34bf576d923a8fe30a128b8bf56e963358ecba3ad8944
4
- data.tar.gz: 8326a452e5def761169ec428031cde97a28b8409cd381347e4d18d007c9029a2
3
+ metadata.gz: 0ff8b70a848f525cae8cc900f02b43f36e1ca702113fd943293adf3352c2c587
4
+ data.tar.gz: 70da6c0dc30e4aab09813ddcf39776279ac7985d0ca29da73521fb9493f74136
5
5
  SHA512:
6
- metadata.gz: cbb39aedfae4e2fcf2fbb17eeda48e85c998fec62e033c1458e038f302ee3d868c16888ae00d6b7ca5df0a230133661923df2620cd89f7f6d0ac8156474e1bfc
7
- data.tar.gz: edc543bc63475fcb378a910195e011609d100a66c4c33c16d8ead436c660366ff4737eee16b44b19f3b8749945c6dac7c67e4420c4be86a5144eed0f8ac6a3c4
6
+ metadata.gz: b9b90b0123ff58ed3317e077808f3f798c61aab28bb12cddaf7bb113ce60dcd21b94a69a9af1c3dc3919e7a996cdae9d695a92aa77d26356d2ef2f2024012279
7
+ data.tar.gz: 36720776912564500b3fe0a3f906c9c0de89cdb365d1f3cb834e23835f626ae11c12b46695210639deea450103df0da776853769de5596d88f144eef38073c3d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.112.0 (2024-08-06)
5
+ ------------------
6
+
7
+ * Feature - Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess
8
+
4
9
  1.111.0 (2024-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.111.0
1
+ 1.112.0
@@ -3325,7 +3325,9 @@ module Aws::WorkSpaces
3325
3325
  # <note markdown="1"> * Although this parameter is an array, only one item is allowed at
3326
3326
  # this time.
3327
3327
  #
3328
- # * Windows 11 only supports `Microsoft_Office_2019`.
3328
+ # * During the image import process, non-GPU WSP WorkSpaces with Windows
3329
+ # 11 support only `Microsoft_Office_2019`. GPU WSP WorkSpaces with
3330
+ # Windows 11 do not support Office installation.
3329
3331
  #
3330
3332
  # </note>
3331
3333
  #
@@ -3341,7 +3343,7 @@ module Aws::WorkSpaces
3341
3343
  #
3342
3344
  # resp = client.import_workspace_image({
3343
3345
  # ec2_image_id: "Ec2ImageId", # required
3344
- # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_GRAPHICS_G4DN, BYOL_REGULAR_WSP, BYOL_REGULAR_BYOP, BYOL_GRAPHICS_G4DN_BYOP
3346
+ # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_GRAPHICS_G4DN, BYOL_REGULAR_WSP, BYOL_GRAPHICS_G4DN_WSP, BYOL_REGULAR_BYOP, BYOL_GRAPHICS_G4DN_BYOP
3345
3347
  # image_name: "WorkspaceImageName", # required
3346
3348
  # image_description: "WorkspaceImageDescription", # required
3347
3349
  # tags: [
@@ -4751,7 +4753,7 @@ module Aws::WorkSpaces
4751
4753
  params: params,
4752
4754
  config: config)
4753
4755
  context[:gem_name] = 'aws-sdk-workspaces'
4754
- context[:gem_version] = '1.111.0'
4756
+ context[:gem_version] = '1.112.0'
4755
4757
  Seahorse::Client::Request.new(handlers, context)
4756
4758
  end
4757
4759
 
@@ -3032,7 +3032,9 @@ module Aws::WorkSpaces
3032
3032
  # <note markdown="1"> * Although this parameter is an array, only one item is allowed at
3033
3033
  # this time.
3034
3034
  #
3035
- # * Windows 11 only supports `Microsoft_Office_2019`.
3035
+ # * During the image import process, non-GPU WSP WorkSpaces with
3036
+ # Windows 11 support only `Microsoft_Office_2019`. GPU WSP
3037
+ # WorkSpaces with Windows 11 do not support Office installation.
3036
3038
  #
3037
3039
  # </note>
3038
3040
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-workspaces/customizations'
52
52
  # @!group service
53
53
  module Aws::WorkSpaces
54
54
 
55
- GEM_VERSION = '1.111.0'
55
+ GEM_VERSION = '1.112.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -898,7 +898,7 @@ module Aws
898
898
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#import_workspace_image-instance_method
899
899
  def import_workspace_image: (
900
900
  ec2_image_id: ::String,
901
- ingestion_process: ("BYOL_REGULAR" | "BYOL_GRAPHICS" | "BYOL_GRAPHICSPRO" | "BYOL_GRAPHICS_G4DN" | "BYOL_REGULAR_WSP" | "BYOL_REGULAR_BYOP" | "BYOL_GRAPHICS_G4DN_BYOP"),
901
+ ingestion_process: ("BYOL_REGULAR" | "BYOL_GRAPHICS" | "BYOL_GRAPHICSPRO" | "BYOL_GRAPHICS_G4DN" | "BYOL_REGULAR_WSP" | "BYOL_GRAPHICS_G4DN_WSP" | "BYOL_REGULAR_BYOP" | "BYOL_GRAPHICS_G4DN_BYOP"),
902
902
  image_name: ::String,
903
903
  image_description: ::String,
904
904
  ?tags: Array[
data/sig/types.rbs CHANGED
@@ -899,7 +899,7 @@ module Aws::WorkSpaces
899
899
 
900
900
  class ImportWorkspaceImageRequest
901
901
  attr_accessor ec2_image_id: ::String
902
- attr_accessor ingestion_process: ("BYOL_REGULAR" | "BYOL_GRAPHICS" | "BYOL_GRAPHICSPRO" | "BYOL_GRAPHICS_G4DN" | "BYOL_REGULAR_WSP" | "BYOL_REGULAR_BYOP" | "BYOL_GRAPHICS_G4DN_BYOP")
902
+ attr_accessor ingestion_process: ("BYOL_REGULAR" | "BYOL_GRAPHICS" | "BYOL_GRAPHICSPRO" | "BYOL_GRAPHICS_G4DN" | "BYOL_REGULAR_WSP" | "BYOL_GRAPHICS_G4DN_WSP" | "BYOL_REGULAR_BYOP" | "BYOL_GRAPHICS_G4DN_BYOP")
903
903
  attr_accessor image_name: ::String
904
904
  attr_accessor image_description: ::String
905
905
  attr_accessor tags: ::Array[Types::Tag]
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.111.0
4
+ version: 1.112.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: 2024-07-30 00:00:00.000000000 Z
11
+ date: 2024-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core