aws-sdk-workspaces 1.123.0 → 1.124.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: cc8b373bcb9e19d377dd1956aa1aa6fefd31cce0608631014d2a194789687866
4
- data.tar.gz: 8aff13736fbdd730779e556419c106a36b05166c495f6ba9c3795bdd8c99f48e
3
+ metadata.gz: f1a9135f1593531789e929c7a84a67251a0bbb4525a791a5ede288a00d6efbf7
4
+ data.tar.gz: cd4971eb1ac5fa8f9cdf1685c4376a462204f13e6edd7408c0d158d107693154
5
5
  SHA512:
6
- metadata.gz: 7a6ab1580bbfbb3018229f0425fcbff39fe236f12a8a1fa39868ab9e8522e3b33febb7ff5bbd6474ba20a9e69f5295b329b3a935bd0ba109111a7ae847f00e21
7
- data.tar.gz: c7ff7de4591d2aade733c3a6819837858cc265e3a9166bcec39df81546ad2fc8ea762ecddcb3dc052c5ba7a8828e1d0081d42cc6e07623e1fcbc52fa0f6f44d4
6
+ metadata.gz: c8190a28ac3e2567cf8250419defab873266053fe88eac7763259c146490d5e4d3821ae8db6bf83f8c2a2b585228dd535cf07e3ba1cf1b38c573d024844a8138
7
+ data.tar.gz: ca9cdff6d11daf749b3baa7106542e73fe478458f6be9993b08244e3d2353ba0b4b49ed32e9bd4621353b117915bcd8f7704084d46c3fa33150ddeb371dfa63b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.124.0 (2024-11-19)
5
+ ------------------
6
+
7
+ * Feature - Releasing new ErrorCodes for Image Validation failure during CreateWorkspaceImage process
8
+
4
9
  1.123.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.123.0
1
+ 1.124.0
@@ -1221,8 +1221,7 @@ module Aws::WorkSpaces
1221
1221
  # this value. For more information, see [Amazon WorkSpaces Core][1].
1222
1222
  #
1223
1223
  # * You don't need to specify the `PCOIP` protocol for Linux bundles
1224
- # because `DCV` (formerly WSP) is the default protocol for those
1225
- # bundles.
1224
+ # because `WSP` is the default protocol for those bundles.
1226
1225
  #
1227
1226
  # * User-decoupled WorkSpaces are only supported by Amazon WorkSpaces
1228
1227
  # Core.
@@ -2688,7 +2687,7 @@ module Aws::WorkSpaces
2688
2687
  # resp.images[0].updates.update_available #=> Boolean
2689
2688
  # resp.images[0].updates.description #=> String
2690
2689
  # resp.images[0].error_details #=> Array
2691
- # resp.images[0].error_details[0].error_code #=> String, one of "OutdatedPowershellVersion", "OfficeInstalled", "PCoIPAgentInstalled", "WindowsUpdatesEnabled", "AutoMountDisabled", "WorkspacesBYOLAccountNotFound", "WorkspacesBYOLAccountDisabled", "DHCPDisabled", "DiskFreeSpace", "AdditionalDrivesAttached", "OSNotSupported", "DomainJoined", "AzureDomainJoined", "FirewallEnabled", "VMWareToolsInstalled", "DiskSizeExceeded", "IncompatiblePartitioning", "PendingReboot", "AutoLogonEnabled", "RealTimeUniversalDisabled", "MultipleBootPartition", "Requires64BitOS", "ZeroRearmCount", "InPlaceUpgrade", "AntiVirusInstalled", "UEFINotSupported", "UnknownError", "AppXPackagesInstalled", "ReservedStorageInUse"
2690
+ # resp.images[0].error_details[0].error_code #=> String, one of "OutdatedPowershellVersion", "OfficeInstalled", "PCoIPAgentInstalled", "WindowsUpdatesEnabled", "AutoMountDisabled", "WorkspacesBYOLAccountNotFound", "WorkspacesBYOLAccountDisabled", "DHCPDisabled", "DiskFreeSpace", "AdditionalDrivesAttached", "OSNotSupported", "DomainJoined", "AzureDomainJoined", "FirewallEnabled", "VMWareToolsInstalled", "DiskSizeExceeded", "IncompatiblePartitioning", "PendingReboot", "AutoLogonEnabled", "RealTimeUniversalDisabled", "MultipleBootPartition", "Requires64BitOS", "ZeroRearmCount", "InPlaceUpgrade", "AntiVirusInstalled", "UEFINotSupported", "UnknownError", "AppXPackagesInstalled", "ReservedStorageInUse", "AdditionalDrivesPresent", "WindowsUpdatesRequired", "SysPrepFileMissing", "UserProfileMissing", "InsufficientDiskSpace", "EnvironmentVariablesPathMissingEntries", "DomainAccountServicesFound", "InvalidIp", "RemoteDesktopServicesDisabled", "WindowsModulesInstallerDisabled", "AmazonSsmAgentEnabled", "UnsupportedSecurityProtocol", "MultipleUserProfiles", "StagedAppxPackage", "UnsupportedOsUpgrade", "InsufficientRearmCount"
2692
2691
  # resp.images[0].error_details[0].error_message #=> String
2693
2692
  # resp.next_token #=> String
2694
2693
  #
@@ -3323,13 +3322,13 @@ module Aws::WorkSpaces
3323
3322
  # @option params [required, String] :ingestion_process
3324
3323
  # The ingestion process to be used when importing the image, depending
3325
3324
  # on which protocol you want to use for your BYOL Workspace image,
3326
- # either PCoIP, DCV, or bring your own protocol (BYOP). To use WSP,
3327
- # specify a value that ends in `_DCV`. To use PCoIP, specify a value
3328
- # that does not end in `_DCV`. To use BYOP, specify a value that ends in
3329
- # `_BYOP`.
3325
+ # either PCoIP, WorkSpaces Streaming Protocol (WSP), or bring your own
3326
+ # protocol (BYOP). To use WSP, specify a value that ends in `_WSP`. To
3327
+ # use PCoIP, specify a value that does not end in `_WSP`. To use BYOP,
3328
+ # specify a value that ends in `_BYOP`.
3330
3329
  #
3331
3330
  # For non-GPU-enabled bundles (bundles other than Graphics or
3332
- # GraphicsPro), specify `BYOL_REGULAR`, `BYOL_REGULAR_DCV`, or
3331
+ # GraphicsPro), specify `BYOL_REGULAR`, `BYOL_REGULAR_WSP`, or
3333
3332
  # `BYOL_REGULAR_BYOP`, depending on the protocol.
3334
3333
  #
3335
3334
  # <note markdown="1"> The `BYOL_REGULAR_BYOP` and `BYOL_GRAPHICS_G4DN_BYOP` values are only
@@ -3361,10 +3360,9 @@ module Aws::WorkSpaces
3361
3360
  # <note markdown="1"> * Although this parameter is an array, only one item is allowed at
3362
3361
  # this time.
3363
3362
  #
3364
- # * During the image import process, non-GPU DCV (formerly WSP)
3365
- # WorkSpaces with Windows 11 support only `Microsoft_Office_2019`. GPU
3366
- # DCV (formerly WSP) WorkSpaces with Windows 11 do not support Office
3367
- # installation.
3363
+ # * During the image import process, non-GPU WSP WorkSpaces with Windows
3364
+ # 11 support only `Microsoft_Office_2019`. GPU WSP WorkSpaces with
3365
+ # Windows 11 do not support Office installation.
3368
3366
  #
3369
3367
  # </note>
3370
3368
  #
@@ -4807,7 +4805,7 @@ module Aws::WorkSpaces
4807
4805
  tracer: tracer
4808
4806
  )
4809
4807
  context[:gem_name] = 'aws-sdk-workspaces'
4810
- context[:gem_version] = '1.123.0'
4808
+ context[:gem_version] = '1.124.0'
4811
4809
  Seahorse::Client::Request.new(handlers, context)
4812
4810
  end
4813
4811
 
@@ -3033,13 +3033,13 @@ module Aws::WorkSpaces
3033
3033
  # @!attribute [rw] ingestion_process
3034
3034
  # The ingestion process to be used when importing the image, depending
3035
3035
  # on which protocol you want to use for your BYOL Workspace image,
3036
- # either PCoIP, DCV, or bring your own protocol (BYOP). To use WSP,
3037
- # specify a value that ends in `_DCV`. To use PCoIP, specify a value
3038
- # that does not end in `_DCV`. To use BYOP, specify a value that ends
3039
- # in `_BYOP`.
3036
+ # either PCoIP, WorkSpaces Streaming Protocol (WSP), or bring your own
3037
+ # protocol (BYOP). To use WSP, specify a value that ends in `_WSP`. To
3038
+ # use PCoIP, specify a value that does not end in `_WSP`. To use BYOP,
3039
+ # specify a value that ends in `_BYOP`.
3040
3040
  #
3041
3041
  # For non-GPU-enabled bundles (bundles other than Graphics or
3042
- # GraphicsPro), specify `BYOL_REGULAR`, `BYOL_REGULAR_DCV`, or
3042
+ # GraphicsPro), specify `BYOL_REGULAR`, `BYOL_REGULAR_WSP`, or
3043
3043
  # `BYOL_REGULAR_BYOP`, depending on the protocol.
3044
3044
  #
3045
3045
  # <note markdown="1"> The `BYOL_REGULAR_BYOP` and `BYOL_GRAPHICS_G4DN_BYOP` values are
@@ -3075,10 +3075,9 @@ module Aws::WorkSpaces
3075
3075
  # <note markdown="1"> * Although this parameter is an array, only one item is allowed at
3076
3076
  # this time.
3077
3077
  #
3078
- # * During the image import process, non-GPU DCV (formerly WSP)
3079
- # WorkSpaces with Windows 11 support only `Microsoft_Office_2019`.
3080
- # GPU DCV (formerly WSP) WorkSpaces with Windows 11 do not support
3081
- # Office installation.
3078
+ # * During the image import process, non-GPU WSP WorkSpaces with
3079
+ # Windows 11 support only `Microsoft_Office_2019`. GPU WSP
3080
+ # WorkSpaces with Windows 11 do not support Office installation.
3082
3081
  #
3083
3082
  # </note>
3084
3083
  #
@@ -5857,7 +5856,7 @@ module Aws::WorkSpaces
5857
5856
  # <note markdown="1"> * Only available for WorkSpaces created with PCoIP bundles.
5858
5857
  #
5859
5858
  # * The `Protocols` property is case sensitive. Ensure you use `PCOIP`
5860
- # or `DCV` (formerly WSP).
5859
+ # or `WSP`.
5861
5860
  #
5862
5861
  # * Unavailable for Windows 7 WorkSpaces and WorkSpaces using
5863
5862
  # GPU-based bundles (Graphics, GraphicsPro, Graphics.g4dn, and
@@ -54,7 +54,7 @@ module Aws::WorkSpaces
54
54
  autoload :EndpointProvider, 'aws-sdk-workspaces/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-workspaces/endpoints'
56
56
 
57
- GEM_VERSION = '1.123.0'
57
+ GEM_VERSION = '1.124.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -830,7 +830,7 @@ module Aws::WorkSpaces
830
830
  end
831
831
 
832
832
  class ErrorDetails
833
- attr_accessor error_code: ("OutdatedPowershellVersion" | "OfficeInstalled" | "PCoIPAgentInstalled" | "WindowsUpdatesEnabled" | "AutoMountDisabled" | "WorkspacesBYOLAccountNotFound" | "WorkspacesBYOLAccountDisabled" | "DHCPDisabled" | "DiskFreeSpace" | "AdditionalDrivesAttached" | "OSNotSupported" | "DomainJoined" | "AzureDomainJoined" | "FirewallEnabled" | "VMWareToolsInstalled" | "DiskSizeExceeded" | "IncompatiblePartitioning" | "PendingReboot" | "AutoLogonEnabled" | "RealTimeUniversalDisabled" | "MultipleBootPartition" | "Requires64BitOS" | "ZeroRearmCount" | "InPlaceUpgrade" | "AntiVirusInstalled" | "UEFINotSupported" | "UnknownError" | "AppXPackagesInstalled" | "ReservedStorageInUse")
833
+ attr_accessor error_code: ("OutdatedPowershellVersion" | "OfficeInstalled" | "PCoIPAgentInstalled" | "WindowsUpdatesEnabled" | "AutoMountDisabled" | "WorkspacesBYOLAccountNotFound" | "WorkspacesBYOLAccountDisabled" | "DHCPDisabled" | "DiskFreeSpace" | "AdditionalDrivesAttached" | "OSNotSupported" | "DomainJoined" | "AzureDomainJoined" | "FirewallEnabled" | "VMWareToolsInstalled" | "DiskSizeExceeded" | "IncompatiblePartitioning" | "PendingReboot" | "AutoLogonEnabled" | "RealTimeUniversalDisabled" | "MultipleBootPartition" | "Requires64BitOS" | "ZeroRearmCount" | "InPlaceUpgrade" | "AntiVirusInstalled" | "UEFINotSupported" | "UnknownError" | "AppXPackagesInstalled" | "ReservedStorageInUse" | "AdditionalDrivesPresent" | "WindowsUpdatesRequired" | "SysPrepFileMissing" | "UserProfileMissing" | "InsufficientDiskSpace" | "EnvironmentVariablesPathMissingEntries" | "DomainAccountServicesFound" | "InvalidIp" | "RemoteDesktopServicesDisabled" | "WindowsModulesInstallerDisabled" | "AmazonSsmAgentEnabled" | "UnsupportedSecurityProtocol" | "MultipleUserProfiles" | "StagedAppxPackage" | "UnsupportedOsUpgrade" | "InsufficientRearmCount")
834
834
  attr_accessor error_message: ::String
835
835
  SENSITIVE: []
836
836
  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.123.0
4
+ version: 1.124.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core