aws-sdk-workspaces 1.125.0 → 1.126.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: cb16e1724f4578bdfcd8303234409b86c3b59d23119f02641c754b5c2936ce09
4
- data.tar.gz: bb26fb7e93271eb8893578ee8d04c0ffb9bd305e3483d880a51a717afed02624
3
+ metadata.gz: 5f16271adbb27383bad9c77fbcda3eadcd162d7414834c6568b3a5dafbe0a715
4
+ data.tar.gz: ce3f1bc2591bbf3019546c174a6d3ca654709f7a18dd48d4d5be5ec2050ff487
5
5
  SHA512:
6
- metadata.gz: c4d91083e640ce835ba73069f2d795319a83dece1e55eecee37901231685bc2384f84ae5cffdbe777fffcb6ad65c33ce6015d3cd88a996f9e34e363eb626d629
7
- data.tar.gz: 78eb355a5aae71d806a148e6ea1e6b1ce9f1bc0bdb33ceae1a4e4b2faba52fba46cd07f24c8e513bf0fd52a9eeba02f283cba0c39749b96fcf99ecb16be26942
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.125.0
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, 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
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`, `BYOL_REGULAR_DCV`, or
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.125.0'
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, 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
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`, `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
@@ -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.125.0'
57
+ GEM_VERSION = '1.126.0'
58
58
 
59
59
  end
60
60
 
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.125.0
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-20 00:00:00.000000000 Z
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