aws-sdk-workspaces 1.122.0 → 1.124.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +11 -13
- data/lib/aws-sdk-workspaces/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-workspaces/endpoints.rb +2 -966
- data/lib/aws-sdk-workspaces/plugins/endpoints.rb +1 -182
- data/lib/aws-sdk-workspaces/types.rb +9 -10
- data/lib/aws-sdk-workspaces.rb +1 -1
- data/sig/types.rbs +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1a9135f1593531789e929c7a84a67251a0bbb4525a791a5ede288a00d6efbf7
|
4
|
+
data.tar.gz: cd4971eb1ac5fa8f9cdf1685c4376a462204f13e6edd7408c0d158d107693154
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8190a28ac3e2567cf8250419defab873266053fe88eac7763259c146490d5e4d3821ae8db6bf83f8c2a2b585228dd535cf07e3ba1cf1b38c573d024844a8138
|
7
|
+
data.tar.gz: ca9cdff6d11daf749b3baa7106542e73fe478458f6be9993b08244e3d2353ba0b4b49ed32e9bd4621353b117915bcd8f7704084d46c3fa33150ddeb371dfa63b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.123.0 (2024-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.122.0 (2024-10-17)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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 `
|
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,
|
3327
|
-
# specify a value that ends in `
|
3328
|
-
# that does not end 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`, `
|
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
|
3365
|
-
#
|
3366
|
-
#
|
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.
|
4808
|
+
context[:gem_version] = '1.124.0'
|
4811
4809
|
Seahorse::Client::Request.new(handlers, context)
|
4812
4810
|
end
|
4813
4811
|
|
@@ -52,15 +52,18 @@ module Aws::WorkSpaces
|
|
52
52
|
self[:region] = options[:region]
|
53
53
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
54
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
|
-
if self[:use_dual_stack].nil?
|
56
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
|
57
|
-
end
|
58
55
|
self[:use_fips] = options[:use_fips]
|
59
56
|
self[:use_fips] = false if self[:use_fips].nil?
|
60
|
-
if self[:use_fips].nil?
|
61
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_fips"
|
62
|
-
end
|
63
57
|
self[:endpoint] = options[:endpoint]
|
64
58
|
end
|
59
|
+
|
60
|
+
def self.create(config, options={})
|
61
|
+
new({
|
62
|
+
region: config.region,
|
63
|
+
use_dual_stack: config.use_dualstack_endpoint,
|
64
|
+
use_fips: config.use_fips_endpoint,
|
65
|
+
endpoint: (config.endpoint.to_s unless config.regional_endpoint),
|
66
|
+
}.merge(options))
|
67
|
+
end
|
65
68
|
end
|
66
69
|
end
|