aws-sdk-workspaces 1.136.0 → 1.137.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: 16507cf97e19b0f24dce7d2bb9a1f85332cbc70e7cc8591d5e6d6f46e1902894
4
- data.tar.gz: 92c5b059bd416ee30a62ae63a543c04cde2557d3b3986391c4d8672dff3715d5
3
+ metadata.gz: 8586fdd9020d1ff47751a734febbedd338f72e1f6016e7b652642cf5aa10ab45
4
+ data.tar.gz: 253dfbd05605d60e837f9c19a30e3c26c956134d487819b2181dedb9a3918b40
5
5
  SHA512:
6
- metadata.gz: fd0786200560894cb31c7eb9b5dffc934d87ea6ec3b277fac03f4bb73b22fdf51a4c4fb89e3f2e9a60b6c30991a8c3db54bef6c1fa6c9df6c3dd0ae74bb0b428
7
- data.tar.gz: 439d39d1e3e2417cef132eafab40dd683d5ee5ab34f706ef997553e4c0da07113f93167093852b67a4479bf172b38716000214ab39cd135fabe60f56c8056b4c
6
+ metadata.gz: a75c2630a25bce4fea02a253b3c9c3156271c262a0578f784703fc73fd69d01e690055e5d35af8e38a5ad1f04a2a21c7c21e0521eda6850a348a54dd87ae9883
7
+ data.tar.gz: 406ac96185c321052af64d200ae934ad1c077790f852864632a91b31b265a3b3b126978ec647a53bc3c7a9dc0d483f6d56b4d52baa7a71e7e5064c0d3065253a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.137.0 (2025-05-15)
5
+ ------------------
6
+
7
+ * Feature - Added the new AlwaysOn running mode for WorkSpaces Pools. Customers can now choose between AlwaysOn (for instant access, with hourly usage billing regardless of connection status), or AutoStop (to optimize cost, with a brief startup delay) for their pools.
8
+
4
9
  1.136.0 (2025-05-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.136.0
1
+ 1.137.0
@@ -1403,6 +1403,9 @@ module Aws::WorkSpaces
1403
1403
  # @option params [Types::TimeoutSettings] :timeout_settings
1404
1404
  # Indicates the timeout settings of the pool.
1405
1405
  #
1406
+ # @option params [String] :running_mode
1407
+ # The running mode for the pool.
1408
+ #
1406
1409
  # @return [Types::CreateWorkspacesPoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1407
1410
  #
1408
1411
  # * {Types::CreateWorkspacesPoolResult#workspaces_pool #workspaces_pool} => Types::WorkspacesPool
@@ -1432,6 +1435,7 @@ module Aws::WorkSpaces
1432
1435
  # idle_disconnect_timeout_in_seconds: 1,
1433
1436
  # max_user_duration_in_seconds: 1,
1434
1437
  # },
1438
+ # running_mode: "AUTO_STOP", # accepts AUTO_STOP, ALWAYS_ON
1435
1439
  # })
1436
1440
  #
1437
1441
  # @example Response structure
@@ -1457,6 +1461,7 @@ module Aws::WorkSpaces
1457
1461
  # resp.workspaces_pool.timeout_settings.disconnect_timeout_in_seconds #=> Integer
1458
1462
  # resp.workspaces_pool.timeout_settings.idle_disconnect_timeout_in_seconds #=> Integer
1459
1463
  # resp.workspaces_pool.timeout_settings.max_user_duration_in_seconds #=> Integer
1464
+ # resp.workspaces_pool.running_mode #=> String, one of "AUTO_STOP", "ALWAYS_ON"
1460
1465
  #
1461
1466
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateWorkspacesPool AWS API Documentation
1462
1467
  #
@@ -2721,7 +2726,7 @@ module Aws::WorkSpaces
2721
2726
  # resp.images[0].updates.update_available #=> Boolean
2722
2727
  # resp.images[0].updates.description #=> String
2723
2728
  # resp.images[0].error_details #=> Array
2724
- # resp.images[0].error_details[0].error_code #=> String, one of "OutdatedPowershellVersion", "OfficeInstalled", "PCoIPAgentInstalled", "WindowsUpdatesEnabled", "AutoMountDisabled", "WorkspacesBYOLAccountNotFound", "WorkspacesBYOLAccountDisabled", "DHCPDisabled", "DiskFreeSpace", "AdditionalDrivesAttached", "OSNotSupported", "DomainJoined", "AzureDomainJoined", "FirewallEnabled", "VMWareToolsInstalled", "DiskSizeExceeded", "IncompatiblePartitioning", "PendingReboot", "AutoLogonEnabled", "RealTimeUniversalDisabled", "MultipleBootPartition", "Requires64BitOS", "ZeroRearmCount", "InPlaceUpgrade", "AntiVirusInstalled", "UEFINotSupported", "UnknownError", "AppXPackagesInstalled", "ReservedStorageInUse", "AdditionalDrivesPresent", "WindowsUpdatesRequired", "SysPrepFileMissing", "UserProfileMissing", "InsufficientDiskSpace", "EnvironmentVariablesPathMissingEntries", "DomainAccountServicesFound", "InvalidIp", "RemoteDesktopServicesDisabled", "WindowsModulesInstallerDisabled", "AmazonSsmAgentEnabled", "UnsupportedSecurityProtocol", "MultipleUserProfiles", "StagedAppxPackage", "UnsupportedOsUpgrade", "InsufficientRearmCount"
2729
+ # resp.images[0].error_details[0].error_code #=> String, one of "OutdatedPowershellVersion", "OfficeInstalled", "PCoIPAgentInstalled", "WindowsUpdatesEnabled", "AutoMountDisabled", "WorkspacesBYOLAccountNotFound", "WorkspacesBYOLAccountDisabled", "DHCPDisabled", "DiskFreeSpace", "AdditionalDrivesAttached", "OSNotSupported", "DomainJoined", "AzureDomainJoined", "FirewallEnabled", "VMWareToolsInstalled", "DiskSizeExceeded", "IncompatiblePartitioning", "PendingReboot", "AutoLogonEnabled", "RealTimeUniversalDisabled", "MultipleBootPartition", "Requires64BitOS", "ZeroRearmCount", "InPlaceUpgrade", "AntiVirusInstalled", "UEFINotSupported", "UnknownError", "AppXPackagesInstalled", "ReservedStorageInUse", "AdditionalDrivesPresent", "WindowsUpdatesRequired", "SysPrepFileMissing", "UserProfileMissing", "InsufficientDiskSpace", "EnvironmentVariablesPathMissingEntries", "DomainAccountServicesFound", "InvalidIp", "RemoteDesktopServicesDisabled", "WindowsModulesInstallerDisabled", "AmazonSsmAgentEnabled", "UnsupportedSecurityProtocol", "MultipleUserProfiles", "StagedAppxPackage", "UnsupportedOsUpgrade", "InsufficientRearmCount", "ProtocolOSIncompatibility", "MemoryIntegrityIncompatibility", "RestrictedDriveLetterInUse"
2725
2730
  # resp.images[0].error_details[0].error_message #=> String
2726
2731
  # resp.next_token #=> String
2727
2732
  #
@@ -3028,6 +3033,7 @@ module Aws::WorkSpaces
3028
3033
  # resp.workspaces_pools[0].timeout_settings.disconnect_timeout_in_seconds #=> Integer
3029
3034
  # resp.workspaces_pools[0].timeout_settings.idle_disconnect_timeout_in_seconds #=> Integer
3030
3035
  # resp.workspaces_pools[0].timeout_settings.max_user_duration_in_seconds #=> Integer
3036
+ # resp.workspaces_pools[0].running_mode #=> String, one of "AUTO_STOP", "ALWAYS_ON"
3031
3037
  # resp.next_token #=> String
3032
3038
  #
3033
3039
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspacesPools AWS API Documentation
@@ -4797,6 +4803,10 @@ module Aws::WorkSpaces
4797
4803
  # @option params [Types::TimeoutSettings] :timeout_settings
4798
4804
  # Indicates the timeout settings of the specified pool.
4799
4805
  #
4806
+ # @option params [String] :running_mode
4807
+ # The desired running mode for the pool. The running mode can only be
4808
+ # updated when the pool is in a stopped state.
4809
+ #
4800
4810
  # @return [Types::UpdateWorkspacesPoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4801
4811
  #
4802
4812
  # * {Types::UpdateWorkspacesPoolResult#workspaces_pool #workspaces_pool} => Types::WorkspacesPool
@@ -4820,6 +4830,7 @@ module Aws::WorkSpaces
4820
4830
  # idle_disconnect_timeout_in_seconds: 1,
4821
4831
  # max_user_duration_in_seconds: 1,
4822
4832
  # },
4833
+ # running_mode: "AUTO_STOP", # accepts AUTO_STOP, ALWAYS_ON
4823
4834
  # })
4824
4835
  #
4825
4836
  # @example Response structure
@@ -4845,6 +4856,7 @@ module Aws::WorkSpaces
4845
4856
  # resp.workspaces_pool.timeout_settings.disconnect_timeout_in_seconds #=> Integer
4846
4857
  # resp.workspaces_pool.timeout_settings.idle_disconnect_timeout_in_seconds #=> Integer
4847
4858
  # resp.workspaces_pool.timeout_settings.max_user_duration_in_seconds #=> Integer
4859
+ # resp.workspaces_pool.running_mode #=> String, one of "AUTO_STOP", "ALWAYS_ON"
4848
4860
  #
4849
4861
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateWorkspacesPool AWS API Documentation
4850
4862
  #
@@ -4873,7 +4885,7 @@ module Aws::WorkSpaces
4873
4885
  tracer: tracer
4874
4886
  )
4875
4887
  context[:gem_name] = 'aws-sdk-workspaces'
4876
- context[:gem_version] = '1.136.0'
4888
+ context[:gem_version] = '1.137.0'
4877
4889
  Seahorse::Client::Request.new(handlers, context)
4878
4890
  end
4879
4891
 
@@ -348,6 +348,7 @@ module Aws::WorkSpaces
348
348
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
349
349
  PendingCreateStandbyWorkspacesRequest = Shapes::StructureShape.new(name: 'PendingCreateStandbyWorkspacesRequest')
350
350
  PendingCreateStandbyWorkspacesRequestList = Shapes::ListShape.new(name: 'PendingCreateStandbyWorkspacesRequestList')
351
+ PoolsRunningMode = Shapes::StringShape.new(name: 'PoolsRunningMode')
351
352
  Protocol = Shapes::StringShape.new(name: 'Protocol')
352
353
  ProtocolList = Shapes::ListShape.new(name: 'ProtocolList')
353
354
  RebootRequest = Shapes::StructureShape.new(name: 'RebootRequest')
@@ -801,6 +802,7 @@ module Aws::WorkSpaces
801
802
  CreateWorkspacesPoolRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
802
803
  CreateWorkspacesPoolRequest.add_member(:application_settings, Shapes::ShapeRef.new(shape: ApplicationSettingsRequest, location_name: "ApplicationSettings"))
803
804
  CreateWorkspacesPoolRequest.add_member(:timeout_settings, Shapes::ShapeRef.new(shape: TimeoutSettings, location_name: "TimeoutSettings"))
805
+ CreateWorkspacesPoolRequest.add_member(:running_mode, Shapes::ShapeRef.new(shape: PoolsRunningMode, location_name: "RunningMode"))
804
806
  CreateWorkspacesPoolRequest.struct_class = Types::CreateWorkspacesPoolRequest
805
807
 
806
808
  CreateWorkspacesPoolResult.add_member(:workspaces_pool, Shapes::ShapeRef.new(shape: WorkspacesPool, location_name: "WorkspacesPool"))
@@ -1685,6 +1687,7 @@ module Aws::WorkSpaces
1685
1687
  UpdateWorkspacesPoolRequest.add_member(:capacity, Shapes::ShapeRef.new(shape: Capacity, location_name: "Capacity"))
1686
1688
  UpdateWorkspacesPoolRequest.add_member(:application_settings, Shapes::ShapeRef.new(shape: ApplicationSettingsRequest, location_name: "ApplicationSettings"))
1687
1689
  UpdateWorkspacesPoolRequest.add_member(:timeout_settings, Shapes::ShapeRef.new(shape: TimeoutSettings, location_name: "TimeoutSettings"))
1690
+ UpdateWorkspacesPoolRequest.add_member(:running_mode, Shapes::ShapeRef.new(shape: PoolsRunningMode, location_name: "RunningMode"))
1688
1691
  UpdateWorkspacesPoolRequest.struct_class = Types::UpdateWorkspacesPoolRequest
1689
1692
 
1690
1693
  UpdateWorkspacesPoolResult.add_member(:workspaces_pool, Shapes::ShapeRef.new(shape: WorkspacesPool, location_name: "WorkspacesPool"))
@@ -1896,6 +1899,7 @@ module Aws::WorkSpaces
1896
1899
  WorkspacesPool.add_member(:errors, Shapes::ShapeRef.new(shape: WorkspacesPoolErrors, location_name: "Errors"))
1897
1900
  WorkspacesPool.add_member(:application_settings, Shapes::ShapeRef.new(shape: ApplicationSettingsResponse, location_name: "ApplicationSettings"))
1898
1901
  WorkspacesPool.add_member(:timeout_settings, Shapes::ShapeRef.new(shape: TimeoutSettings, location_name: "TimeoutSettings"))
1902
+ WorkspacesPool.add_member(:running_mode, Shapes::ShapeRef.new(shape: PoolsRunningMode, required: true, location_name: "RunningMode"))
1899
1903
  WorkspacesPool.struct_class = Types::WorkspacesPool
1900
1904
 
1901
1905
  WorkspacesPoolError.add_member(:error_code, Shapes::ShapeRef.new(shape: WorkspacesPoolErrorCode, location_name: "ErrorCode"))
@@ -1168,6 +1168,10 @@ module Aws::WorkSpaces
1168
1168
  # Indicates the timeout settings of the pool.
1169
1169
  # @return [Types::TimeoutSettings]
1170
1170
  #
1171
+ # @!attribute [rw] running_mode
1172
+ # The running mode for the pool.
1173
+ # @return [String]
1174
+ #
1171
1175
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateWorkspacesPoolRequest AWS API Documentation
1172
1176
  #
1173
1177
  class CreateWorkspacesPoolRequest < Struct.new(
@@ -1178,7 +1182,8 @@ module Aws::WorkSpaces
1178
1182
  :capacity,
1179
1183
  :tags,
1180
1184
  :application_settings,
1181
- :timeout_settings)
1185
+ :timeout_settings,
1186
+ :running_mode)
1182
1187
  SENSITIVE = []
1183
1188
  include Aws::Structure
1184
1189
  end
@@ -5021,6 +5026,11 @@ module Aws::WorkSpaces
5021
5026
  # Indicates the timeout settings of the specified pool.
5022
5027
  # @return [Types::TimeoutSettings]
5023
5028
  #
5029
+ # @!attribute [rw] running_mode
5030
+ # The desired running mode for the pool. The running mode can only be
5031
+ # updated when the pool is in a stopped state.
5032
+ # @return [String]
5033
+ #
5024
5034
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateWorkspacesPoolRequest AWS API Documentation
5025
5035
  #
5026
5036
  class UpdateWorkspacesPoolRequest < Struct.new(
@@ -5030,7 +5040,8 @@ module Aws::WorkSpaces
5030
5040
  :directory_id,
5031
5041
  :capacity,
5032
5042
  :application_settings,
5033
- :timeout_settings)
5043
+ :timeout_settings,
5044
+ :running_mode)
5034
5045
  SENSITIVE = []
5035
5046
  include Aws::Structure
5036
5047
  end
@@ -6117,7 +6128,7 @@ module Aws::WorkSpaces
6117
6128
  # @return [Types::CapacityStatus]
6118
6129
  #
6119
6130
  # @!attribute [rw] pool_name
6120
- # The name of the pool,
6131
+ # The name of the pool.
6121
6132
  # @return [String]
6122
6133
  #
6123
6134
  # @!attribute [rw] description
@@ -6156,6 +6167,10 @@ module Aws::WorkSpaces
6156
6167
  # connected to a new session with a new pool instance.
6157
6168
  # @return [Types::TimeoutSettings]
6158
6169
  #
6170
+ # @!attribute [rw] running_mode
6171
+ # The running mode of the pool.
6172
+ # @return [String]
6173
+ #
6159
6174
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/WorkspacesPool AWS API Documentation
6160
6175
  #
6161
6176
  class WorkspacesPool < Struct.new(
@@ -6170,7 +6185,8 @@ module Aws::WorkSpaces
6170
6185
  :directory_id,
6171
6186
  :errors,
6172
6187
  :application_settings,
6173
- :timeout_settings)
6188
+ :timeout_settings,
6189
+ :running_mode)
6174
6190
  SENSITIVE = []
6175
6191
  include Aws::Structure
6176
6192
  end
@@ -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.136.0'
57
+ GEM_VERSION = '1.137.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -394,7 +394,8 @@ module Aws
394
394
  disconnect_timeout_in_seconds: ::Integer?,
395
395
  idle_disconnect_timeout_in_seconds: ::Integer?,
396
396
  max_user_duration_in_seconds: ::Integer?
397
- }
397
+ },
398
+ ?running_mode: ("AUTO_STOP" | "ALWAYS_ON")
398
399
  ) -> _CreateWorkspacesPoolResponseSuccess
399
400
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkspacesPoolResponseSuccess
400
401
 
@@ -1391,7 +1392,8 @@ module Aws
1391
1392
  disconnect_timeout_in_seconds: ::Integer?,
1392
1393
  idle_disconnect_timeout_in_seconds: ::Integer?,
1393
1394
  max_user_duration_in_seconds: ::Integer?
1394
- }
1395
+ },
1396
+ ?running_mode: ("AUTO_STOP" | "ALWAYS_ON")
1395
1397
  ) -> _UpdateWorkspacesPoolResponseSuccess
1396
1398
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWorkspacesPoolResponseSuccess
1397
1399
  end
data/sig/types.rbs CHANGED
@@ -347,6 +347,7 @@ module Aws::WorkSpaces
347
347
  attr_accessor tags: ::Array[Types::Tag]
348
348
  attr_accessor application_settings: Types::ApplicationSettingsRequest
349
349
  attr_accessor timeout_settings: Types::TimeoutSettings
350
+ attr_accessor running_mode: ("AUTO_STOP" | "ALWAYS_ON")
350
351
  SENSITIVE: []
351
352
  end
352
353
 
@@ -829,7 +830,7 @@ module Aws::WorkSpaces
829
830
  end
830
831
 
831
832
  class ErrorDetails
832
- attr_accessor error_code: ("OutdatedPowershellVersion" | "OfficeInstalled" | "PCoIPAgentInstalled" | "WindowsUpdatesEnabled" | "AutoMountDisabled" | "WorkspacesBYOLAccountNotFound" | "WorkspacesBYOLAccountDisabled" | "DHCPDisabled" | "DiskFreeSpace" | "AdditionalDrivesAttached" | "OSNotSupported" | "DomainJoined" | "AzureDomainJoined" | "FirewallEnabled" | "VMWareToolsInstalled" | "DiskSizeExceeded" | "IncompatiblePartitioning" | "PendingReboot" | "AutoLogonEnabled" | "RealTimeUniversalDisabled" | "MultipleBootPartition" | "Requires64BitOS" | "ZeroRearmCount" | "InPlaceUpgrade" | "AntiVirusInstalled" | "UEFINotSupported" | "UnknownError" | "AppXPackagesInstalled" | "ReservedStorageInUse" | "AdditionalDrivesPresent" | "WindowsUpdatesRequired" | "SysPrepFileMissing" | "UserProfileMissing" | "InsufficientDiskSpace" | "EnvironmentVariablesPathMissingEntries" | "DomainAccountServicesFound" | "InvalidIp" | "RemoteDesktopServicesDisabled" | "WindowsModulesInstallerDisabled" | "AmazonSsmAgentEnabled" | "UnsupportedSecurityProtocol" | "MultipleUserProfiles" | "StagedAppxPackage" | "UnsupportedOsUpgrade" | "InsufficientRearmCount")
833
+ attr_accessor error_code: ("OutdatedPowershellVersion" | "OfficeInstalled" | "PCoIPAgentInstalled" | "WindowsUpdatesEnabled" | "AutoMountDisabled" | "WorkspacesBYOLAccountNotFound" | "WorkspacesBYOLAccountDisabled" | "DHCPDisabled" | "DiskFreeSpace" | "AdditionalDrivesAttached" | "OSNotSupported" | "DomainJoined" | "AzureDomainJoined" | "FirewallEnabled" | "VMWareToolsInstalled" | "DiskSizeExceeded" | "IncompatiblePartitioning" | "PendingReboot" | "AutoLogonEnabled" | "RealTimeUniversalDisabled" | "MultipleBootPartition" | "Requires64BitOS" | "ZeroRearmCount" | "InPlaceUpgrade" | "AntiVirusInstalled" | "UEFINotSupported" | "UnknownError" | "AppXPackagesInstalled" | "ReservedStorageInUse" | "AdditionalDrivesPresent" | "WindowsUpdatesRequired" | "SysPrepFileMissing" | "UserProfileMissing" | "InsufficientDiskSpace" | "EnvironmentVariablesPathMissingEntries" | "DomainAccountServicesFound" | "InvalidIp" | "RemoteDesktopServicesDisabled" | "WindowsModulesInstallerDisabled" | "AmazonSsmAgentEnabled" | "UnsupportedSecurityProtocol" | "MultipleUserProfiles" | "StagedAppxPackage" | "UnsupportedOsUpgrade" | "InsufficientRearmCount" | "ProtocolOSIncompatibility" | "MemoryIntegrityIncompatibility" | "RestrictedDriveLetterInUse")
833
834
  attr_accessor error_message: ::String
834
835
  SENSITIVE: []
835
836
  end
@@ -1511,6 +1512,7 @@ module Aws::WorkSpaces
1511
1512
  attr_accessor capacity: Types::Capacity
1512
1513
  attr_accessor application_settings: Types::ApplicationSettingsRequest
1513
1514
  attr_accessor timeout_settings: Types::TimeoutSettings
1515
+ attr_accessor running_mode: ("AUTO_STOP" | "ALWAYS_ON")
1514
1516
  SENSITIVE: []
1515
1517
  end
1516
1518
 
@@ -1734,6 +1736,7 @@ module Aws::WorkSpaces
1734
1736
  attr_accessor errors: ::Array[Types::WorkspacesPoolError]
1735
1737
  attr_accessor application_settings: Types::ApplicationSettingsResponse
1736
1738
  attr_accessor timeout_settings: Types::TimeoutSettings
1739
+ attr_accessor running_mode: ("AUTO_STOP" | "ALWAYS_ON")
1737
1740
  SENSITIVE: []
1738
1741
  end
1739
1742
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.136.0
4
+ version: 1.137.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services