aws-sdk-workspaces 1.125.0 → 1.126.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +5 -5
- data/lib/aws-sdk-workspaces/types.rb +4 -4
- data/lib/aws-sdk-workspaces.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f16271adbb27383bad9c77fbcda3eadcd162d7414834c6568b3a5dafbe0a715
|
4
|
+
data.tar.gz: ce3f1bc2591bbf3019546c174a6d3ca654709f7a18dd48d4d5be5ec2050ff487
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 501a5a04a6c97092535ea88f62024aa97ae0d514f19a1d4d3a60e3d307d97964188685cbfde95529f5df7ce12461a26d7309e4426865271c5f0a4a299aa216ee
|
7
|
+
data.tar.gz: 2a95ad75b16a730ca8e1913875fdbece7b0b6e3958379171c0b7eb957e2078a57b1e10a68eb9604c346a44e89b1f66ffd55e44b9f912c46d19e495c48915f7c9
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.126.0 (2024-11-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - While integrating WSP-DCV rebrand, a few mentions were erroneously renamed from WSP to DCV. This release reverts those mentions back to WSP.
|
8
|
+
|
4
9
|
1.125.0 (2024-11-20)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.126.0
|
@@ -3323,13 +3323,13 @@ module Aws::WorkSpaces
|
|
3323
3323
|
# @option params [required, String] :ingestion_process
|
3324
3324
|
# The ingestion process to be used when importing the image, depending
|
3325
3325
|
# 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 `
|
3326
|
+
# either PCoIP, WSP, or bring your own protocol (BYOP). To use DCV,
|
3327
|
+
# specify a value that ends in `_WSP`. To use PCoIP, specify a value
|
3328
|
+
# that does not end in `_WSP`. To use BYOP, specify a value that ends in
|
3329
3329
|
# `_BYOP`.
|
3330
3330
|
#
|
3331
3331
|
# For non-GPU-enabled bundles (bundles other than Graphics or
|
3332
|
-
# GraphicsPro), specify `BYOL_REGULAR`, `
|
3332
|
+
# GraphicsPro), specify `BYOL_REGULAR`, `BYOL_REGULAR_WSP`, or
|
3333
3333
|
# `BYOL_REGULAR_BYOP`, depending on the protocol.
|
3334
3334
|
#
|
3335
3335
|
# <note markdown="1"> The `BYOL_REGULAR_BYOP` and `BYOL_GRAPHICS_G4DN_BYOP` values are only
|
@@ -4807,7 +4807,7 @@ module Aws::WorkSpaces
|
|
4807
4807
|
tracer: tracer
|
4808
4808
|
)
|
4809
4809
|
context[:gem_name] = 'aws-sdk-workspaces'
|
4810
|
-
context[:gem_version] = '1.
|
4810
|
+
context[:gem_version] = '1.126.0'
|
4811
4811
|
Seahorse::Client::Request.new(handlers, context)
|
4812
4812
|
end
|
4813
4813
|
|
@@ -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,
|
3037
|
-
# specify a value that ends in `
|
3038
|
-
# that does not end in `
|
3036
|
+
# either PCoIP, WSP, or bring your own protocol (BYOP). To use DCV,
|
3037
|
+
# specify a value that ends in `_WSP`. To use PCoIP, specify a value
|
3038
|
+
# that does not end in `_WSP`. To use BYOP, specify a value that ends
|
3039
3039
|
# in `_BYOP`.
|
3040
3040
|
#
|
3041
3041
|
# For non-GPU-enabled bundles (bundles other than Graphics or
|
3042
|
-
# GraphicsPro), specify `BYOL_REGULAR`, `
|
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
|
data/lib/aws-sdk-workspaces.rb
CHANGED
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.
|
4
|
+
version: 1.126.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-11-
|
11
|
+
date: 2024-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|