aws-sdk-workspaces 1.67.0 → 1.70.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: 1bde0ada52057d07e90019769949cc04cc599bf72c61d658bb97d84b3c92d096
4
- data.tar.gz: 6a503a23f55c356311dd9116bd8b7d6b8c88900b03cdce373a809ed152f48c9e
3
+ metadata.gz: 942beecf8fedbfb22e48e17c9dfeebe41d892d53bd1c8fd93903f94892e54e1b
4
+ data.tar.gz: 835b67410e67a22fe8be63b90b347fa5e933f473c7c6e72063344639536a23d1
5
5
  SHA512:
6
- metadata.gz: f909e250dc5e5c1327a6e5084c3050ca86067492273de1e905f27d2714eddbe3d7603b801676ba1be9af566037691fa0dd1ce7ee6b61fb6804d6284bae657b3a
7
- data.tar.gz: 596e66e910de18ab3e45554f166f1c5c1f8999252f327ab69788108e703e9e162e0984f4470834c513701b16c56b3df514d17ec66a56bb3640dfc476ec81e61f
6
+ metadata.gz: 5da73aa4c3f2e98398200524efdcaa166b69295f99905515f1ca712b40b6fbae75f6b9c0aa5ce37213d4a9c116c4f1eecda04a1af090d8b3ce556d17ba646ada
7
+ data.tar.gz: 9fed42245ad5c4e191b465d6781a8ced7e2a3892188304dbddb0b6c69cb7fafdb9c5ee85e2a5a9dc0c69f9a13c05e5b4606d1baaa2b2fb45bf6fe8af87fcf8e4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2022-07-19)
5
+ ------------------
6
+
7
+ * Feature - Increased the character limit of the login message from 850 to 2000 characters.
8
+
9
+ 1.69.0 (2022-06-15)
10
+ ------------------
11
+
12
+ * 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.
13
+
14
+ 1.68.0 (2022-05-12)
15
+ ------------------
16
+
17
+ * Feature - Increased the character limit of the login message from 600 to 850 characters.
18
+
4
19
  1.67.0 (2022-04-11)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.70.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.67.0'
3299
+ context[:gem_version] = '1.70.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"))
@@ -1622,6 +1624,7 @@ module Aws::WorkSpaces
1622
1624
  o.output = Shapes::ShapeRef.new(shape: ImportClientBrandingResult)
1623
1625
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValuesException)
1624
1626
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
1627
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1625
1628
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1626
1629
  end)
1627
1630
 
@@ -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.67.0'
51
+ GEM_VERSION = '1.70.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.67.0
4
+ version: 1.70.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-04-11 00:00:00.000000000 Z
11
+ date: 2022-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core