aws-sdk-workspaces 1.66.0 → 1.69.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: 1025e6cd5323530ecc55c1f90a4910ecb78563f898b78396f7723080df5ccd7e
4
- data.tar.gz: fc8487dfc73465d10cf7e03d8985a19c6283fa216b4d5dd71e16516bfdab4672
3
+ metadata.gz: 2a6c4f2ccf725208df977c6f5be2cede046ed7832f3caa11849453680c4c1b67
4
+ data.tar.gz: 2c73fb72dc2844b40da1ebb504eb5d66f3958b7f9afa7e64fa447e3cc31a6eef
5
5
  SHA512:
6
- metadata.gz: ff3414c7bba6ea67cebe0352bf918e07d129df858b10bfde86bd105bdb38a6dc738fbee6d0045f9d864cfaf4ccd8025774f929d99d03483bbab37b2fc79ad679
7
- data.tar.gz: de6caa4121f632170cf489ebffc26ce068a914a709885a4bd2a4f137ca35950460dd1f70b9883857bc563810bb7bc5a794659d0c0d5cf3dcac15754a2b4448ec
6
+ metadata.gz: 294f548f2c60268a4379a0fc5adf462848cd26f94457b81e50410fb0653a5d4ec2c27f307c2a50a3e79cc8b7f848df52d2232ae4bedd43c3e3184ab66198f3ac
7
+ data.tar.gz: cff9192f9e10d613d9bb4667e1b9a35adc57108a631515008531d3eb6eb920d624a63a95b82da51f283e5bf006c597cf092864d9aa94723b71638e77a77cbf4a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
9
+ 1.68.0 (2022-05-12)
10
+ ------------------
11
+
12
+ * Feature - Increased the character limit of the login message from 600 to 850 characters.
13
+
14
+ 1.67.0 (2022-04-11)
15
+ ------------------
16
+
17
+ * Feature - Added API support that allows customers to create GPU-enabled WorkSpaces using EC2 G4dn instances.
18
+
4
19
  1.66.0 (2022-03-31)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.69.0
@@ -843,7 +843,7 @@ module Aws::WorkSpaces
843
843
  # bundle_description: "WorkspaceBundleDescription", # required
844
844
  # image_id: "WorkspaceImageId", # required
845
845
  # compute_type: { # required
846
- # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
846
+ # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
847
847
  # },
848
848
  # user_storage: { # required
849
849
  # capacity: "NonEmptyString",
@@ -868,7 +868,7 @@ module Aws::WorkSpaces
868
868
  # resp.workspace_bundle.image_id #=> String
869
869
  # resp.workspace_bundle.root_storage.capacity #=> String
870
870
  # resp.workspace_bundle.user_storage.capacity #=> String
871
- # resp.workspace_bundle.compute_type.name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
871
+ # resp.workspace_bundle.compute_type.name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
872
872
  # resp.workspace_bundle.last_updated_time #=> Time
873
873
  # resp.workspace_bundle.creation_time #=> Time
874
874
  #
@@ -910,7 +910,7 @@ module Aws::WorkSpaces
910
910
  # running_mode_auto_stop_timeout_in_minutes: 1,
911
911
  # root_volume_size_gib: 1,
912
912
  # user_volume_size_gib: 1,
913
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
913
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
914
914
  # },
915
915
  # tags: [
916
916
  # {
@@ -935,7 +935,7 @@ module Aws::WorkSpaces
935
935
  # resp.failed_requests[0].workspace_request.workspace_properties.running_mode_auto_stop_timeout_in_minutes #=> Integer
936
936
  # resp.failed_requests[0].workspace_request.workspace_properties.root_volume_size_gib #=> Integer
937
937
  # resp.failed_requests[0].workspace_request.workspace_properties.user_volume_size_gib #=> Integer
938
- # resp.failed_requests[0].workspace_request.workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
938
+ # resp.failed_requests[0].workspace_request.workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
939
939
  # resp.failed_requests[0].workspace_request.tags #=> Array
940
940
  # resp.failed_requests[0].workspace_request.tags[0].key #=> String
941
941
  # resp.failed_requests[0].workspace_request.tags[0].value #=> String
@@ -959,7 +959,7 @@ module Aws::WorkSpaces
959
959
  # resp.pending_requests[0].workspace_properties.running_mode_auto_stop_timeout_in_minutes #=> Integer
960
960
  # resp.pending_requests[0].workspace_properties.root_volume_size_gib #=> Integer
961
961
  # resp.pending_requests[0].workspace_properties.user_volume_size_gib #=> Integer
962
- # resp.pending_requests[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
962
+ # resp.pending_requests[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
963
963
  # resp.pending_requests[0].modification_states #=> Array
964
964
  # resp.pending_requests[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
965
965
  # resp.pending_requests[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -1675,7 +1675,7 @@ module Aws::WorkSpaces
1675
1675
  # resp.bundles[0].image_id #=> String
1676
1676
  # resp.bundles[0].root_storage.capacity #=> String
1677
1677
  # resp.bundles[0].user_storage.capacity #=> String
1678
- # resp.bundles[0].compute_type.name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
1678
+ # resp.bundles[0].compute_type.name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
1679
1679
  # resp.bundles[0].last_updated_time #=> Time
1680
1680
  # resp.bundles[0].creation_time #=> Time
1681
1681
  # resp.next_token #=> String
@@ -1971,7 +1971,7 @@ module Aws::WorkSpaces
1971
1971
  # resp.workspaces[0].workspace_properties.running_mode_auto_stop_timeout_in_minutes #=> Integer
1972
1972
  # resp.workspaces[0].workspace_properties.root_volume_size_gib #=> Integer
1973
1973
  # resp.workspaces[0].workspace_properties.user_volume_size_gib #=> Integer
1974
- # resp.workspaces[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO"
1974
+ # resp.workspaces[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
1975
1975
  # resp.workspaces[0].modification_states #=> Array
1976
1976
  # resp.workspaces[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
1977
1977
  # resp.workspaces[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -2312,7 +2312,7 @@ module Aws::WorkSpaces
2312
2312
  #
2313
2313
  # resp = client.import_workspace_image({
2314
2314
  # ec2_image_id: "Ec2ImageId", # required
2315
- # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_REGULAR_WSP
2315
+ # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_GRAPHICS_G4DN, BYOL_REGULAR_WSP
2316
2316
  # image_name: "WorkspaceImageName", # required
2317
2317
  # image_description: "WorkspaceImageDescription", # required
2318
2318
  # tags: [
@@ -2638,7 +2638,7 @@ module Aws::WorkSpaces
2638
2638
  # running_mode_auto_stop_timeout_in_minutes: 1,
2639
2639
  # root_volume_size_gib: 1,
2640
2640
  # user_volume_size_gib: 1,
2641
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
2641
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
2642
2642
  # },
2643
2643
  # })
2644
2644
  #
@@ -3296,7 +3296,7 @@ module Aws::WorkSpaces
3296
3296
  params: params,
3297
3297
  config: config)
3298
3298
  context[:gem_name] = 'aws-sdk-workspaces'
3299
- context[:gem_version] = '1.66.0'
3299
+ context[:gem_version] = '1.69.0'
3300
3300
  Seahorse::Client::Request.new(handlers, context)
3301
3301
  end
3302
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
@@ -218,7 +218,7 @@ module Aws::WorkSpaces
218
218
  # data as a hash:
219
219
  #
220
220
  # {
221
- # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
221
+ # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
222
222
  # }
223
223
  #
224
224
  # @!attribute [rw] name
@@ -694,7 +694,7 @@ module Aws::WorkSpaces
694
694
  # bundle_description: "WorkspaceBundleDescription", # required
695
695
  # image_id: "WorkspaceImageId", # required
696
696
  # compute_type: { # required
697
- # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
697
+ # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
698
698
  # },
699
699
  # user_storage: { # required
700
700
  # capacity: "NonEmptyString",
@@ -787,7 +787,7 @@ module Aws::WorkSpaces
787
787
  # running_mode_auto_stop_timeout_in_minutes: 1,
788
788
  # root_volume_size_gib: 1,
789
789
  # user_volume_size_gib: 1,
790
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
790
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
791
791
  # },
792
792
  # tags: [
793
793
  # {
@@ -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
@@ -2304,7 +2304,7 @@ module Aws::WorkSpaces
2304
2304
  #
2305
2305
  # {
2306
2306
  # ec2_image_id: "Ec2ImageId", # required
2307
- # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_REGULAR_WSP
2307
+ # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_GRAPHICS_G4DN, BYOL_REGULAR_WSP
2308
2308
  # image_name: "WorkspaceImageName", # required
2309
2309
  # image_description: "WorkspaceImageDescription", # required
2310
2310
  # tags: [
@@ -2419,14 +2419,17 @@ module Aws::WorkSpaces
2419
2419
  # include sensitive information.
2420
2420
  #
2421
2421
  # @!attribute [rw] logo_url
2422
- # The logo. This is the link where users can download the logo image.
2423
- # This is the standard-resolution display that has a 1:1 pixel density
2424
- # (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.
2425
2426
  # @return [String]
2426
2427
  #
2427
2428
  # @!attribute [rw] logo_2x_url
2428
2429
  # The @2x version of the logo. This is the higher resolution display
2429
- # 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.
2430
2433
  #
2431
2434
  # <note markdown="1"> For more information about iOS image size and resolution, see [Image
2432
2435
  # Size and Resolution ][1] in the *Apple Human Interface Guidelines*.
@@ -2440,7 +2443,9 @@ module Aws::WorkSpaces
2440
2443
  #
2441
2444
  # @!attribute [rw] logo_3x_url
2442
2445
  # The @3x version of the logo. This is the higher resolution display
2443
- # 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.
2444
2449
  #
2445
2450
  # <note markdown="1"> For more information about iOS image size and resolution, see [Image
2446
2451
  # Size and Resolution ][1] in the *Apple Human Interface Guidelines*.
@@ -2524,14 +2529,17 @@ module Aws::WorkSpaces
2524
2529
  # }
2525
2530
  #
2526
2531
  # @!attribute [rw] logo
2527
- # The logo. This is the link where users can download the logo image.
2528
- # This is the standard-resolution display that has a 1:1 pixel density
2529
- # (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.
2530
2536
  # @return [String]
2531
2537
  #
2532
2538
  # @!attribute [rw] logo_2x
2533
2539
  # The @2x version of the logo. This is the higher resolution display
2534
- # 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.
2535
2543
  #
2536
2544
  # <note markdown="1"> For more information about iOS image size and resolution, see [Image
2537
2545
  # Size and Resolution ][1] in the *Apple Human Interface Guidelines*.
@@ -2545,7 +2553,9 @@ module Aws::WorkSpaces
2545
2553
  #
2546
2554
  # @!attribute [rw] logo_3x
2547
2555
  # The @3x version of the logo. This is the higher resolution display
2548
- # 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.
2549
2559
  #
2550
2560
  # <note markdown="1"> For more information about iOS image size and resolution, see [Image
2551
2561
  # Size and Resolution ][1] in the *Apple Human Interface Guidelines*.
@@ -2936,7 +2946,7 @@ module Aws::WorkSpaces
2936
2946
  # running_mode_auto_stop_timeout_in_minutes: 1,
2937
2947
  # root_volume_size_gib: 1,
2938
2948
  # user_volume_size_gib: 1,
2939
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
2949
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
2940
2950
  # },
2941
2951
  # }
2942
2952
  #
@@ -3021,12 +3031,18 @@ module Aws::WorkSpaces
3021
3031
  # This operation is not supported.
3022
3032
  #
3023
3033
  # @!attribute [rw] message
3034
+ # The exception error message.
3035
+ # @return [String]
3036
+ #
3037
+ # @!attribute [rw] reason
3038
+ # The exception error reason.
3024
3039
  # @return [String]
3025
3040
  #
3026
3041
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/OperationNotSupportedException AWS API Documentation
3027
3042
  #
3028
3043
  class OperationNotSupportedException < Struct.new(
3029
- :message)
3044
+ :message,
3045
+ :reason)
3030
3046
  SENSITIVE = []
3031
3047
  include Aws::Structure
3032
3048
  end
@@ -4491,7 +4507,7 @@ module Aws::WorkSpaces
4491
4507
  # running_mode_auto_stop_timeout_in_minutes: 1,
4492
4508
  # root_volume_size_gib: 1,
4493
4509
  # user_volume_size_gib: 1,
4494
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
4510
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
4495
4511
  # }
4496
4512
  #
4497
4513
  # @!attribute [rw] running_mode
@@ -4566,7 +4582,7 @@ module Aws::WorkSpaces
4566
4582
  # running_mode_auto_stop_timeout_in_minutes: 1,
4567
4583
  # root_volume_size_gib: 1,
4568
4584
  # user_volume_size_gib: 1,
4569
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
4585
+ # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
4570
4586
  # },
4571
4587
  # tags: [
4572
4588
  # {
@@ -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.66.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.66.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-03-31 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