aws-sdk-workspaces 1.157.0 → 1.159.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: 1951bb3c23bbd33b2155d2c8965635bda034980d6cfdf13bf19a940848206b1d
4
- data.tar.gz: 9955f15921dd9e6faffd233fb09e51eece6408d2dc8e86f4cae54b7a339803a0
3
+ metadata.gz: 33e88a661f007c04fabcefad0b21c5822006d5863a46dd6df6411ccbe9691fd7
4
+ data.tar.gz: 4e6a69b02428ebcd35eb124555c4a8d1e9a35423d2ca1073bc9ddb38afba5b54
5
5
  SHA512:
6
- metadata.gz: 4776cee9ed4644dd29832643304be7b5b327fce84c563d2352f15aa265fcfa6870265d3be0945f42a645d086afc97b332d1c968cab6c2f8fb972309cc86c4ff9
7
- data.tar.gz: e033eb927cac70bd8b49c6c8d52a10e77d9ad43f4b1169181a89d5c3b4ae83bada50dad8840430d1ba06d1206d7bbe5cc7535ecbda5206bd3e0b7af243548652
6
+ metadata.gz: 9e2516d70c21c91cef84c7194e510efe80f1f020bdc47815e8caece1c3c400eb809a240de5748b171a8337368eeb222ec045f8ad5f1b47cd85fa2cb295b85762
7
+ data.tar.gz: 8bddb07a2da9e6d1ef427d92de9700197ae6c41dd761466b64ffb2244ce83a94d021ccc659af781c0b72c4fa0cfb35e6bdbe23da7b81fd21330abb90a68cda13
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.159.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.158.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.157.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.157.0
1
+ 1.159.0
@@ -199,7 +199,7 @@ module Aws::WorkSpaces
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::WorkSpaces
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -5054,7 +5052,7 @@ module Aws::WorkSpaces
5054
5052
  tracer: tracer
5055
5053
  )
5056
5054
  context[:gem_name] = 'aws-sdk-workspaces'
5057
- context[:gem_version] = '1.157.0'
5055
+ context[:gem_version] = '1.159.0'
5058
5056
  Seahorse::Client::Request.new(handlers, context)
5059
5057
  end
5060
5058
 
@@ -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.157.0'
57
+ GEM_VERSION = '1.159.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -132,7 +132,7 @@ module Aws
132
132
  {
133
133
  ip_rule: ::String?,
134
134
  rule_desc: ::String?
135
- },
135
+ }
136
136
  ]
137
137
  ) -> _AuthorizeIpRulesResponseSuccess
138
138
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AuthorizeIpRulesResponseSuccess
@@ -151,7 +151,7 @@ module Aws
151
151
  {
152
152
  key: ::String,
153
153
  value: ::String?
154
- },
154
+ }
155
155
  ]
156
156
  ) -> _CopyWorkspaceImageResponseSuccess
157
157
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyWorkspaceImageResponseSuccess
@@ -190,7 +190,7 @@ module Aws
190
190
  {
191
191
  key: ::String,
192
192
  value: ::String?
193
- },
193
+ }
194
194
  ]
195
195
  ) -> _CreateConnectionAliasResponseSuccess
196
196
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConnectionAliasResponseSuccess
@@ -207,13 +207,13 @@ module Aws
207
207
  {
208
208
  ip_rule: ::String?,
209
209
  rule_desc: ::String?
210
- },
210
+ }
211
211
  ],
212
212
  ?tags: Array[
213
213
  {
214
214
  key: ::String,
215
215
  value: ::String?
216
- },
216
+ }
217
217
  ]
218
218
  ) -> _CreateIpGroupResponseSuccess
219
219
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIpGroupResponseSuccess
@@ -235,10 +235,10 @@ module Aws
235
235
  {
236
236
  key: ::String,
237
237
  value: ::String?
238
- },
238
+ }
239
239
  ]?,
240
240
  data_replication: ("NO_REPLICATION" | "PRIMARY_AS_SOURCE")?
241
- },
241
+ }
242
242
  ]
243
243
  ) -> _CreateStandbyWorkspacesResponseSuccess
244
244
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStandbyWorkspacesResponseSuccess
@@ -253,7 +253,7 @@ module Aws
253
253
  {
254
254
  key: ::String,
255
255
  value: ::String?
256
- },
256
+ }
257
257
  ]
258
258
  ) -> _CreateTagsResponseSuccess
259
259
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTagsResponseSuccess
@@ -271,7 +271,7 @@ module Aws
271
271
  {
272
272
  key: ::String,
273
273
  value: ::String?
274
- },
274
+ }
275
275
  ]
276
276
  ) -> _CreateUpdatedWorkspaceImageResponseSuccess
277
277
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUpdatedWorkspaceImageResponseSuccess
@@ -298,7 +298,7 @@ module Aws
298
298
  {
299
299
  key: ::String,
300
300
  value: ::String?
301
- },
301
+ }
302
302
  ]
303
303
  ) -> _CreateWorkspaceBundleResponseSuccess
304
304
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkspaceBundleResponseSuccess
@@ -323,7 +323,7 @@ module Aws
323
323
  {
324
324
  key: ::String,
325
325
  value: ::String?
326
- },
326
+ }
327
327
  ]
328
328
  ) -> _CreateWorkspaceImageResponseSuccess
329
329
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkspaceImageResponseSuccess
@@ -343,28 +343,16 @@ module Aws
343
343
  volume_encryption_key: ::String?,
344
344
  user_volume_encryption_enabled: bool?,
345
345
  root_volume_encryption_enabled: bool?,
346
- workspace_properties: {
347
- running_mode: ("AUTO_STOP" | "ALWAYS_ON" | "MANUAL")?,
348
- running_mode_auto_stop_timeout_in_minutes: ::Integer?,
349
- root_volume_size_gib: ::Integer?,
350
- user_volume_size_gib: ::Integer?,
351
- compute_type_name: ("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GENERALPURPOSE_4XLARGE" | "GENERALPURPOSE_8XLARGE" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN" | "GRAPHICS_G6_XLARGE" | "GRAPHICS_G6_2XLARGE" | "GRAPHICS_G6_4XLARGE" | "GRAPHICS_G6_8XLARGE" | "GRAPHICS_G6_16XLARGE" | "GRAPHICS_GR6_4XLARGE" | "GRAPHICS_GR6_8XLARGE" | "GRAPHICS_G6F_LARGE" | "GRAPHICS_G6F_XLARGE" | "GRAPHICS_G6F_2XLARGE" | "GRAPHICS_G6F_4XLARGE" | "GRAPHICS_GR6F_4XLARGE")?,
352
- protocols: Array[("PCOIP" | "WSP")]?,
353
- operating_system_name: ("AMAZON_LINUX_2" | "UBUNTU_18_04" | "UBUNTU_20_04" | "UBUNTU_22_04" | "UNKNOWN" | "WINDOWS_10" | "WINDOWS_11" | "WINDOWS_7" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "RHEL_8" | "ROCKY_8")?,
354
- global_accelerator: {
355
- mode: ("ENABLED_AUTO" | "DISABLED" | "INHERITED"),
356
- preferred_protocol: ("TCP" | "NONE" | "INHERITED")?
357
- }?
358
- }?,
346
+ workspace_properties: Params::workspace_properties?,
359
347
  tags: Array[
360
348
  {
361
349
  key: ::String,
362
350
  value: ::String?
363
- },
351
+ }
364
352
  ]?,
365
353
  workspace_name: ::String?,
366
354
  ipv_6_address: ::String?
367
- },
355
+ }
368
356
  ]
369
357
  ) -> _CreateWorkspacesResponseSuccess
370
358
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkspacesResponseSuccess
@@ -386,7 +374,7 @@ module Aws
386
374
  {
387
375
  key: ::String,
388
376
  value: ::String?
389
- },
377
+ }
390
378
  ],
391
379
  ?application_settings: {
392
380
  status: ("DISABLED" | "ENABLED"),
@@ -721,7 +709,7 @@ module Aws
721
709
  {
722
710
  name: ("USER_IDENTITY_TYPE" | "WORKSPACE_TYPE"),
723
711
  values: Array[::String]
724
- },
712
+ }
725
713
  ]
726
714
  ) -> _DescribeWorkspaceDirectoriesResponseSuccess
727
715
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeWorkspaceDirectoriesResponseSuccess
@@ -821,7 +809,7 @@ module Aws
821
809
  name: ("PoolName"),
822
810
  values: Array[::String],
823
811
  operator: ("EQUALS" | "NOTEQUALS" | "CONTAINS" | "NOTCONTAINS")
824
- },
812
+ }
825
813
  ],
826
814
  ?limit: ::Integer,
827
815
  ?next_token: ::String
@@ -951,7 +939,7 @@ module Aws
951
939
  {
952
940
  key: ::String,
953
941
  value: ::String?
954
- },
942
+ }
955
943
  ]
956
944
  ) -> _ImportCustomWorkspaceImageResponseSuccess
957
945
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportCustomWorkspaceImageResponseSuccess
@@ -970,7 +958,7 @@ module Aws
970
958
  {
971
959
  key: ::String,
972
960
  value: ::String?
973
- },
961
+ }
974
962
  ],
975
963
  ?applications: Array[("Microsoft_Office_2016" | "Microsoft_Office_2019")]
976
964
  ) -> _ImportWorkspaceImageResponseSuccess
@@ -1106,13 +1094,13 @@ module Aws
1106
1094
  action: ("CLIPBOARD_COPY_FROM_LOCAL_DEVICE" | "CLIPBOARD_COPY_TO_LOCAL_DEVICE" | "PRINTING_TO_LOCAL_DEVICE" | "SMART_CARD"),
1107
1095
  permission: ("ENABLED" | "DISABLED"),
1108
1096
  maximum_length: ::Integer?
1109
- },
1097
+ }
1110
1098
  ]?,
1111
1099
  storage_connectors: Array[
1112
1100
  {
1113
1101
  connector_type: ("HOME_FOLDER"),
1114
1102
  status: ("ENABLED" | "DISABLED")
1115
- },
1103
+ }
1116
1104
  ]?,
1117
1105
  global_accelerator: {
1118
1106
  mode: ("ENABLED_AUTO" | "DISABLED"),
@@ -1143,7 +1131,7 @@ module Aws
1143
1131
  {
1144
1132
  access_endpoint_type: ("STREAMING_WSP")?,
1145
1133
  vpc_endpoint_id: ::String?
1146
- },
1134
+ }
1147
1135
  ],
1148
1136
  internet_fallback_protocols: Array[("PCOIP")]?
1149
1137
  }?
@@ -1174,19 +1162,7 @@ module Aws
1174
1162
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#modify_workspace_properties-instance_method
1175
1163
  def modify_workspace_properties: (
1176
1164
  workspace_id: ::String,
1177
- ?workspace_properties: {
1178
- running_mode: ("AUTO_STOP" | "ALWAYS_ON" | "MANUAL")?,
1179
- running_mode_auto_stop_timeout_in_minutes: ::Integer?,
1180
- root_volume_size_gib: ::Integer?,
1181
- user_volume_size_gib: ::Integer?,
1182
- compute_type_name: ("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GENERALPURPOSE_4XLARGE" | "GENERALPURPOSE_8XLARGE" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN" | "GRAPHICS_G6_XLARGE" | "GRAPHICS_G6_2XLARGE" | "GRAPHICS_G6_4XLARGE" | "GRAPHICS_G6_8XLARGE" | "GRAPHICS_G6_16XLARGE" | "GRAPHICS_GR6_4XLARGE" | "GRAPHICS_GR6_8XLARGE" | "GRAPHICS_G6F_LARGE" | "GRAPHICS_G6F_XLARGE" | "GRAPHICS_G6F_2XLARGE" | "GRAPHICS_G6F_4XLARGE" | "GRAPHICS_GR6F_4XLARGE")?,
1183
- protocols: Array[("PCOIP" | "WSP")]?,
1184
- operating_system_name: ("AMAZON_LINUX_2" | "UBUNTU_18_04" | "UBUNTU_20_04" | "UBUNTU_22_04" | "UNKNOWN" | "WINDOWS_10" | "WINDOWS_11" | "WINDOWS_7" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "RHEL_8" | "ROCKY_8")?,
1185
- global_accelerator: {
1186
- mode: ("ENABLED_AUTO" | "DISABLED" | "INHERITED"),
1187
- preferred_protocol: ("TCP" | "NONE" | "INHERITED")?
1188
- }?
1189
- },
1165
+ ?workspace_properties: Params::workspace_properties,
1190
1166
  ?data_replication: ("NO_REPLICATION" | "PRIMARY_AS_SOURCE")
1191
1167
  ) -> _ModifyWorkspacePropertiesResponseSuccess
1192
1168
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyWorkspacePropertiesResponseSuccess
@@ -1210,7 +1186,7 @@ module Aws
1210
1186
  reboot_workspace_requests: Array[
1211
1187
  {
1212
1188
  workspace_id: ::String
1213
- },
1189
+ }
1214
1190
  ]
1215
1191
  ) -> _RebootWorkspacesResponseSuccess
1216
1192
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RebootWorkspacesResponseSuccess
@@ -1224,7 +1200,7 @@ module Aws
1224
1200
  rebuild_workspace_requests: Array[
1225
1201
  {
1226
1202
  workspace_id: ::String
1227
- },
1203
+ }
1228
1204
  ]
1229
1205
  ) -> _RebuildWorkspacesResponseSuccess
1230
1206
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RebuildWorkspacesResponseSuccess
@@ -1244,7 +1220,7 @@ module Aws
1244
1220
  {
1245
1221
  key: ::String,
1246
1222
  value: ::String?
1247
- },
1223
+ }
1248
1224
  ],
1249
1225
  ?workspace_directory_name: ::String,
1250
1226
  ?workspace_directory_description: ::String,
@@ -1301,7 +1277,7 @@ module Aws
1301
1277
  start_workspace_requests: Array[
1302
1278
  {
1303
1279
  workspace_id: ::String?
1304
- },
1280
+ }
1305
1281
  ]
1306
1282
  ) -> _StartWorkspacesResponseSuccess
1307
1283
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartWorkspacesResponseSuccess
@@ -1324,7 +1300,7 @@ module Aws
1324
1300
  stop_workspace_requests: Array[
1325
1301
  {
1326
1302
  workspace_id: ::String?
1327
- },
1303
+ }
1328
1304
  ]
1329
1305
  ) -> _StopWorkspacesResponseSuccess
1330
1306
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopWorkspacesResponseSuccess
@@ -1347,7 +1323,7 @@ module Aws
1347
1323
  terminate_workspace_requests: Array[
1348
1324
  {
1349
1325
  workspace_id: ::String
1350
- },
1326
+ }
1351
1327
  ]
1352
1328
  ) -> _TerminateWorkspacesResponseSuccess
1353
1329
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TerminateWorkspacesResponseSuccess
@@ -1405,7 +1381,7 @@ module Aws
1405
1381
  {
1406
1382
  ip_rule: ::String?,
1407
1383
  rule_desc: ::String?
1408
- },
1384
+ }
1409
1385
  ]
1410
1386
  ) -> _UpdateRulesOfIpGroupResponseSuccess
1411
1387
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRulesOfIpGroupResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,27 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module WorkSpaces
10
+ module Params
11
+ type workspace_properties = {
12
+ running_mode: ("AUTO_STOP" | "ALWAYS_ON" | "MANUAL")?,
13
+ running_mode_auto_stop_timeout_in_minutes: ::Integer?,
14
+ root_volume_size_gib: ::Integer?,
15
+ user_volume_size_gib: ::Integer?,
16
+ compute_type_name: ("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GENERALPURPOSE_4XLARGE" | "GENERALPURPOSE_8XLARGE" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN" | "GRAPHICS_G6_XLARGE" | "GRAPHICS_G6_2XLARGE" | "GRAPHICS_G6_4XLARGE" | "GRAPHICS_G6_8XLARGE" | "GRAPHICS_G6_16XLARGE" | "GRAPHICS_GR6_4XLARGE" | "GRAPHICS_GR6_8XLARGE" | "GRAPHICS_G6F_LARGE" | "GRAPHICS_G6F_XLARGE" | "GRAPHICS_G6F_2XLARGE" | "GRAPHICS_G6F_4XLARGE" | "GRAPHICS_GR6F_4XLARGE")?,
17
+ protocols: Array[("PCOIP" | "WSP")]?,
18
+ operating_system_name: ("AMAZON_LINUX_2" | "UBUNTU_18_04" | "UBUNTU_20_04" | "UBUNTU_22_04" | "UNKNOWN" | "WINDOWS_10" | "WINDOWS_11" | "WINDOWS_7" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "RHEL_8" | "ROCKY_8")?,
19
+ global_accelerator: {
20
+ mode: ("ENABLED_AUTO" | "DISABLED" | "INHERITED"),
21
+ preferred_protocol: ("TCP" | "NONE" | "INHERITED")?
22
+ }?
23
+ }
24
+
25
+ end
26
+ end
27
+ end
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.157.0
4
+ version: 1.159.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-workspaces/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs