aws-sdk-workspaces 1.68.0 → 1.69.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: f51101ffbcf93031b428a4390ed8e1b091d6aaa4d454240bb60d5bf665e33899
4
- data.tar.gz: 4b6194643c95bafa1e6d210aa954d2bacc0d67c596ed1906cf12a89a7d232d37
3
+ metadata.gz: 2a6c4f2ccf725208df977c6f5be2cede046ed7832f3caa11849453680c4c1b67
4
+ data.tar.gz: 2c73fb72dc2844b40da1ebb504eb5d66f3958b7f9afa7e64fa447e3cc31a6eef
5
5
  SHA512:
6
- metadata.gz: 149d8dcf1a88aea12c4a4f446c979de527251192b7d455cdd75ba09a524a4bc37483c88ee33e7d70efba60aaae4054eb37ded23f2ef4e1c4d346eb7084b00ffe
7
- data.tar.gz: c2b36eb961361db9e1eae0d7c6dd8b590094bb332c92c618fb3b2a121055fe48d71280a3836ededc59c890d28603d84391df6bd65ff8a065f83ecab7c3117a2a
6
+ metadata.gz: 294f548f2c60268a4379a0fc5adf462848cd26f94457b81e50410fb0653a5d4ec2c27f307c2a50a3e79cc8b7f848df52d2232ae4bedd43c3e3184ab66198f3ac
7
+ data.tar.gz: cff9192f9e10d613d9bb4667e1b9a35adc57108a631515008531d3eb6eb920d624a63a95b82da51f283e5bf006c597cf092864d9aa94723b71638e77a77cbf4a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2022-06-15)
5
+ ------------------
6
+
7
+ * Feature - Added new field "reason" to OperationNotSupportedException. Receiving this exception in the DeregisterWorkspaceDirectory API will now return a reason giving more context on the failure.
8
+
4
9
  1.68.0 (2022-05-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.69.0
@@ -2276,14 +2276,9 @@ module Aws::WorkSpaces
2276
2276
  # specify a value that ends in `_WSP`. To use PCoIP, specify a value
2277
2277
  # that does not end in `_WSP`.
2278
2278
  #
2279
- # For non-GPU-enabled images (bundles other than Graphics.g4dn,
2280
- # GraphicsPro.g4dn, Graphics, or GraphicsPro), specify `BYOL_REGULAR` or
2281
- # `BYOL_REGULAR_WSP`, depending on the protocol.
2282
- #
2283
- # <note markdown="1"> Use `BYOL_GRAPHICS_G4DN` ingestion for both Graphics.g4dn and
2284
- # GraphicsPro.g4dn.
2285
- #
2286
- # </note>
2279
+ # For non-GPU-enabled bundles (bundles other than Graphics or
2280
+ # GraphicsPro), specify `BYOL_REGULAR` or `BYOL_REGULAR_WSP`, depending
2281
+ # on the protocol.
2287
2282
  #
2288
2283
  # @option params [required, String] :image_name
2289
2284
  # The name of the WorkSpace image.
@@ -2300,12 +2295,8 @@ module Aws::WorkSpaces
2300
2295
  # subscribing to Office for BYOL images, see [ Bring Your Own Windows
2301
2296
  # Desktop Licenses][1].
2302
2297
  #
2303
- # <note markdown="1"> * Although this parameter is an array, only one item is allowed at
2304
- # this time
2305
- #
2306
- # * Microsoft Office 2016 application subscription through AWS is
2307
- # currently not supported for Graphics.g4dn Bring Your Own License
2308
- # (BYOL) images
2298
+ # <note markdown="1"> Although this parameter is an array, only one item is allowed at this
2299
+ # time.
2309
2300
  #
2310
2301
  # </note>
2311
2302
  #
@@ -3305,7 +3296,7 @@ module Aws::WorkSpaces
3305
3296
  params: params,
3306
3297
  config: config)
3307
3298
  context[:gem_name] = 'aws-sdk-workspaces'
3308
- context[:gem_version] = '1.68.0'
3299
+ context[:gem_version] = '1.69.0'
3309
3300
  Seahorse::Client::Request.new(handlers, context)
3310
3301
  end
3311
3302
 
@@ -149,6 +149,7 @@ module Aws::WorkSpaces
149
149
  DnsIpAddresses = Shapes::ListShape.new(name: 'DnsIpAddresses')
150
150
  Ec2ImageId = Shapes::StringShape.new(name: 'Ec2ImageId')
151
151
  ErrorType = Shapes::StringShape.new(name: 'ErrorType')
152
+ ExceptionErrorCode = Shapes::StringShape.new(name: 'ExceptionErrorCode')
152
153
  ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
153
154
  FailedCreateWorkspaceRequest = Shapes::StructureShape.new(name: 'FailedCreateWorkspaceRequest')
154
155
  FailedCreateWorkspaceRequests = Shapes::ListShape.new(name: 'FailedCreateWorkspaceRequests')
@@ -859,6 +860,7 @@ module Aws::WorkSpaces
859
860
  OperationInProgressException.struct_class = Types::OperationInProgressException
860
861
 
861
862
  OperationNotSupportedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
863
+ OperationNotSupportedException.add_member(:reason, Shapes::ShapeRef.new(shape: ExceptionErrorCode, location_name: "reason"))
862
864
  OperationNotSupportedException.struct_class = Types::OperationNotSupportedException
863
865
 
864
866
  RebootRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location_name: "WorkspaceId"))
@@ -121,6 +121,11 @@ module Aws::WorkSpaces
121
121
  def message
122
122
  @message || @data[:message]
123
123
  end
124
+
125
+ # @return [String]
126
+ def reason
127
+ @data[:reason]
128
+ end
124
129
  end
125
130
 
126
131
  class ResourceAlreadyExistsException < ServiceError
@@ -840,8 +840,8 @@ module Aws::WorkSpaces
840
840
  # include sensitive information.
841
841
  #
842
842
  # @!attribute [rw] logo_url
843
- # The logo URL. This is the link where users can download the logo
844
- # image. The only supported image format is `.png`.
843
+ # The logo URL. The only image format accepted is a binary data object
844
+ # that is converted from a `.png` file.
845
845
  # @return [String]
846
846
  #
847
847
  # @!attribute [rw] support_email
@@ -912,8 +912,8 @@ module Aws::WorkSpaces
912
912
  # }
913
913
  #
914
914
  # @!attribute [rw] logo
915
- # The logo. This is the link where users can download the logo image.
916
- # The only image format accepted is `.png`.
915
+ # The logo. The only image format accepted is a binary data object
916
+ # that is converted from a `.png` file.
917
917
  # @return [String]
918
918
  #
919
919
  # @!attribute [rw] support_email
@@ -2327,14 +2327,9 @@ module Aws::WorkSpaces
2327
2327
  # specify a value that ends in `_WSP`. To use PCoIP, specify a value
2328
2328
  # that does not end in `_WSP`.
2329
2329
  #
2330
- # For non-GPU-enabled images (bundles other than Graphics.g4dn,
2331
- # GraphicsPro.g4dn, Graphics, or GraphicsPro), specify `BYOL_REGULAR`
2332
- # or `BYOL_REGULAR_WSP`, depending on the protocol.
2333
- #
2334
- # <note markdown="1"> Use `BYOL_GRAPHICS_G4DN` ingestion for both Graphics.g4dn and
2335
- # GraphicsPro.g4dn.
2336
- #
2337
- # </note>
2330
+ # For non-GPU-enabled bundles (bundles other than Graphics or
2331
+ # GraphicsPro), specify `BYOL_REGULAR` or `BYOL_REGULAR_WSP`,
2332
+ # depending on the protocol.
2338
2333
  # @return [String]
2339
2334
  #
2340
2335
  # @!attribute [rw] image_name
@@ -2355,12 +2350,8 @@ module Aws::WorkSpaces
2355
2350
  # subscribing to Office for BYOL images, see [ Bring Your Own Windows
2356
2351
  # Desktop Licenses][1].
2357
2352
  #
2358
- # <note markdown="1"> * Although this parameter is an array, only one item is allowed at
2359
- # this time
2360
- #
2361
- # * Microsoft Office 2016 application subscription through AWS is
2362
- # currently not supported for Graphics.g4dn Bring Your Own License
2363
- # (BYOL) images
2353
+ # <note markdown="1"> Although this parameter is an array, only one item is allowed at
2354
+ # this time.
2364
2355
  #
2365
2356
  # </note>
2366
2357
  #
@@ -2428,14 +2419,17 @@ module Aws::WorkSpaces
2428
2419
  # include sensitive information.
2429
2420
  #
2430
2421
  # @!attribute [rw] logo_url
2431
- # The logo. This is the link where users can download the logo image.
2432
- # This is the standard-resolution display that has a 1:1 pixel density
2433
- # (or @1x), where one pixel is equal to one point.
2422
+ # The logo. This is the standard-resolution display that has a 1:1
2423
+ # pixel density (or @1x), where one pixel is equal to one point. The
2424
+ # only image format accepted is a binary data object that is converted
2425
+ # from a `.png` file.
2434
2426
  # @return [String]
2435
2427
  #
2436
2428
  # @!attribute [rw] logo_2x_url
2437
2429
  # The @2x version of the logo. This is the higher resolution display
2438
- # that offers a scale factor of 2.0 (or @2x).
2430
+ # that offers a scale factor of 2.0 (or @2x). The only image format
2431
+ # accepted is a binary data object that is converted from a `.png`
2432
+ # file.
2439
2433
  #
2440
2434
  # <note markdown="1"> For more information about iOS image size and resolution, see [Image
2441
2435
  # Size and Resolution ][1] in the *Apple Human Interface Guidelines*.
@@ -2449,7 +2443,9 @@ module Aws::WorkSpaces
2449
2443
  #
2450
2444
  # @!attribute [rw] logo_3x_url
2451
2445
  # The @3x version of the logo. This is the higher resolution display
2452
- # that offers a scale factor of 3.0 (or @3x).
2446
+ # that offers a scale factor of 3.0 (or @3x).The only image format
2447
+ # accepted is a binary data object that is converted from a `.png`
2448
+ # file.
2453
2449
  #
2454
2450
  # <note markdown="1"> For more information about iOS image size and resolution, see [Image
2455
2451
  # Size and Resolution ][1] in the *Apple Human Interface Guidelines*.
@@ -2533,14 +2529,17 @@ module Aws::WorkSpaces
2533
2529
  # }
2534
2530
  #
2535
2531
  # @!attribute [rw] logo
2536
- # The logo. This is the link where users can download the logo image.
2537
- # This is the standard-resolution display that has a 1:1 pixel density
2538
- # (or @1x), where one pixel is equal to one point.
2532
+ # The logo. This is the standard-resolution display that has a 1:1
2533
+ # pixel density (or @1x), where one pixel is equal to one point. The
2534
+ # only image format accepted is a binary data object that is converted
2535
+ # from a `.png` file.
2539
2536
  # @return [String]
2540
2537
  #
2541
2538
  # @!attribute [rw] logo_2x
2542
2539
  # The @2x version of the logo. This is the higher resolution display
2543
- # that offers a scale factor of 2.0 (or @2x).
2540
+ # that offers a scale factor of 2.0 (or @2x). The only image format
2541
+ # accepted is a binary data object that is converted from a `.png`
2542
+ # file.
2544
2543
  #
2545
2544
  # <note markdown="1"> For more information about iOS image size and resolution, see [Image
2546
2545
  # Size and Resolution ][1] in the *Apple Human Interface Guidelines*.
@@ -2554,7 +2553,9 @@ module Aws::WorkSpaces
2554
2553
  #
2555
2554
  # @!attribute [rw] logo_3x
2556
2555
  # The @3x version of the logo. This is the higher resolution display
2557
- # that offers a scale factor of 3.0 (or @3x).
2556
+ # that offers a scale factor of 3.0 (or @3x). The only image format
2557
+ # accepted is a binary data object that is converted from a `.png`
2558
+ # file.
2558
2559
  #
2559
2560
  # <note markdown="1"> For more information about iOS image size and resolution, see [Image
2560
2561
  # Size and Resolution ][1] in the *Apple Human Interface Guidelines*.
@@ -3030,12 +3031,18 @@ module Aws::WorkSpaces
3030
3031
  # This operation is not supported.
3031
3032
  #
3032
3033
  # @!attribute [rw] message
3034
+ # The exception error message.
3035
+ # @return [String]
3036
+ #
3037
+ # @!attribute [rw] reason
3038
+ # The exception error reason.
3033
3039
  # @return [String]
3034
3040
  #
3035
3041
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/OperationNotSupportedException AWS API Documentation
3036
3042
  #
3037
3043
  class OperationNotSupportedException < Struct.new(
3038
- :message)
3044
+ :message,
3045
+ :reason)
3039
3046
  SENSITIVE = []
3040
3047
  include Aws::Structure
3041
3048
  end
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-workspaces/customizations'
48
48
  # @!group service
49
49
  module Aws::WorkSpaces
50
50
 
51
- GEM_VERSION = '1.68.0'
51
+ GEM_VERSION = '1.69.0'
52
52
 
53
53
  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.68.0
4
+ version: 1.69.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: 2022-05-12 00:00:00.000000000 Z
11
+ date: 2022-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core