aws-sdk-workspaces 1.107.0 → 1.109.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: c2bcdec1cc609943110c90ff197d5ee85b28161c2a7e7285d67fb391e2ca4b5a
4
- data.tar.gz: d7f5d3cfbc7dcb0a8b792733ed312ac6a0a7e761188ef3f619eb9b8e8c05382a
3
+ metadata.gz: b179a92a5b16af1fb0106442542c0a46640f33bee5a2c16e11f7435e15fae2bf
4
+ data.tar.gz: 037547e1231d5703a9a9279b24905aa5c807c048a9aa0496668365dedd0d3624
5
5
  SHA512:
6
- metadata.gz: 3272e6bbcc58eb9194ffaf378ebd04592f97f730a4c5d3d10d1f50f0183837796f250e892320c2b5be4e3869ffed32053082ed1a70d610a4fadb597c088b843c
7
- data.tar.gz: e111fe1fa3c3726c9aef7229431f1be565b5ad3467b3795442a325c6006c0d3531179fc107acdf0f18556e030cbcb63e6b3b6eadf110c22912c216a11808405a
6
+ metadata.gz: e6c76b9986334e93131280764f07c7a4be42c2fcc610fa1dba52a0b5caea210920563e406f96d9014bb845c35f28d437d65c62bbf126daaaec8ae5a79dbd13b0
7
+ data.tar.gz: 2fe8594fb293df0c87727c6d2ffdcbd560d7231615b03adb6b7cf772d029637434849d5965fe52ede985b899d25f572f09e5a080e7256629987769b2bd19e28e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.109.0 (2024-07-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.108.0 (2024-06-28)
10
+ ------------------
11
+
12
+ * Feature - Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.
13
+
4
14
  1.107.0 (2024-06-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.109.0
@@ -312,6 +312,15 @@ module Aws::WorkSpaces
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :simple_json (false)
316
325
  # Disables request parameter conversion, validation, and formatting.
317
326
  # Also disables response data type conversions. The request parameters
@@ -1227,7 +1236,7 @@ module Aws::WorkSpaces
1227
1236
  # user_volume_size_gib: 1,
1228
1237
  # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
1229
1238
  # protocols: ["PCOIP"], # accepts PCOIP, WSP
1230
- # operating_system_name: "AMAZON_LINUX_2", # accepts 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
1239
+ # operating_system_name: "AMAZON_LINUX_2", # accepts 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, RHEL_8
1231
1240
  # },
1232
1241
  # tags: [
1233
1242
  # {
@@ -1256,7 +1265,7 @@ module Aws::WorkSpaces
1256
1265
  # 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"
1257
1266
  # resp.failed_requests[0].workspace_request.workspace_properties.protocols #=> Array
1258
1267
  # resp.failed_requests[0].workspace_request.workspace_properties.protocols[0] #=> String, one of "PCOIP", "WSP"
1259
- # resp.failed_requests[0].workspace_request.workspace_properties.operating_system_name #=> String, one of "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"
1268
+ # resp.failed_requests[0].workspace_request.workspace_properties.operating_system_name #=> String, one of "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", "RHEL_8"
1260
1269
  # resp.failed_requests[0].workspace_request.tags #=> Array
1261
1270
  # resp.failed_requests[0].workspace_request.tags[0].key #=> String
1262
1271
  # resp.failed_requests[0].workspace_request.tags[0].value #=> String
@@ -1285,7 +1294,7 @@ module Aws::WorkSpaces
1285
1294
  # resp.pending_requests[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
1286
1295
  # resp.pending_requests[0].workspace_properties.protocols #=> Array
1287
1296
  # resp.pending_requests[0].workspace_properties.protocols[0] #=> String, one of "PCOIP", "WSP"
1288
- # resp.pending_requests[0].workspace_properties.operating_system_name #=> String, one of "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"
1297
+ # resp.pending_requests[0].workspace_properties.operating_system_name #=> String, one of "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", "RHEL_8"
1289
1298
  # resp.pending_requests[0].modification_states #=> Array
1290
1299
  # resp.pending_requests[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
1291
1300
  # resp.pending_requests[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -1313,28 +1322,28 @@ module Aws::WorkSpaces
1313
1322
  # Creates a pool of WorkSpaces.
1314
1323
  #
1315
1324
  # @option params [required, String] :pool_name
1316
- # The name of the WorkSpaces pool.
1325
+ # The name of the pool.
1317
1326
  #
1318
1327
  # @option params [required, String] :description
1319
- # The WorkSpaces pool description.
1328
+ # The pool description.
1320
1329
  #
1321
1330
  # @option params [required, String] :bundle_id
1322
- # The identifier of the bundle for the WorkSpaces pool.
1331
+ # The identifier of the bundle for the pool.
1323
1332
  #
1324
1333
  # @option params [required, String] :directory_id
1325
- # The identifier of the directory for the WorkSpaces pool.
1334
+ # The identifier of the directory for the pool.
1326
1335
  #
1327
1336
  # @option params [required, Types::Capacity] :capacity
1328
- # The user capacity of the WorkSpaces pool.
1337
+ # The user capacity of the pool.
1329
1338
  #
1330
1339
  # @option params [Array<Types::Tag>] :tags
1331
- # The tags for the WorkSpaces pool.
1340
+ # The tags for the pool.
1332
1341
  #
1333
1342
  # @option params [Types::ApplicationSettingsRequest] :application_settings
1334
- # Indicates the application settings of the WorkSpaces pool.
1343
+ # Indicates the application settings of the pool.
1335
1344
  #
1336
1345
  # @option params [Types::TimeoutSettings] :timeout_settings
1337
- # Indicates the timeout settings of the WorkSpaces pool.
1346
+ # Indicates the timeout settings of the pool.
1338
1347
  #
1339
1348
  # @return [Types::CreateWorkspacesPoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1340
1349
  #
@@ -1888,7 +1897,7 @@ module Aws::WorkSpaces
1888
1897
  # application_ids: ["WorkSpaceApplicationId"],
1889
1898
  # compute_type_names: ["VALUE"], # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
1890
1899
  # license_type: "LICENSED", # accepts LICENSED, UNLICENSED
1891
- # operating_system_names: ["AMAZON_LINUX_2"], # accepts 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
1900
+ # operating_system_names: ["AMAZON_LINUX_2"], # accepts 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, RHEL_8
1892
1901
  # owner: "WorkSpaceApplicationOwner",
1893
1902
  # max_results: 1,
1894
1903
  # next_token: "PaginationToken",
@@ -1907,7 +1916,7 @@ module Aws::WorkSpaces
1907
1916
  # resp.applications[0].supported_compute_type_names #=> Array
1908
1917
  # resp.applications[0].supported_compute_type_names[0] #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
1909
1918
  # resp.applications[0].supported_operating_system_names #=> Array
1910
- # resp.applications[0].supported_operating_system_names[0] #=> String, one of "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"
1919
+ # resp.applications[0].supported_operating_system_names[0] #=> String, one of "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", "RHEL_8"
1911
1920
  # resp.next_token #=> String
1912
1921
  #
1913
1922
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeApplications AWS API Documentation
@@ -2763,7 +2772,7 @@ module Aws::WorkSpaces
2763
2772
  # resp.workspaces[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
2764
2773
  # resp.workspaces[0].workspace_properties.protocols #=> Array
2765
2774
  # resp.workspaces[0].workspace_properties.protocols[0] #=> String, one of "PCOIP", "WSP"
2766
- # resp.workspaces[0].workspace_properties.operating_system_name #=> String, one of "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"
2775
+ # resp.workspaces[0].workspace_properties.operating_system_name #=> String, one of "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", "RHEL_8"
2767
2776
  # resp.workspaces[0].modification_states #=> Array
2768
2777
  # resp.workspaces[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
2769
2778
  # resp.workspaces[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -2830,10 +2839,10 @@ module Aws::WorkSpaces
2830
2839
  end
2831
2840
 
2832
2841
  # Retrieves a list that describes the streaming sessions for a specified
2833
- # WorkSpaces pool.
2842
+ # pool.
2834
2843
  #
2835
2844
  # @option params [required, String] :pool_id
2836
- # The identifier of the WorkSpaces pool.
2845
+ # The identifier of the pool.
2837
2846
  #
2838
2847
  # @option params [String] :user_id
2839
2848
  # The identifier of the user.
@@ -2883,13 +2892,13 @@ module Aws::WorkSpaces
2883
2892
  req.send_request(options)
2884
2893
  end
2885
2894
 
2886
- # Describes the specified WorkSpaces pool.
2895
+ # Describes the specified WorkSpaces Pools.
2887
2896
  #
2888
2897
  # @option params [Array<String>] :pool_ids
2889
- # The identifier of the WorkSpaces pool.
2898
+ # The identifier of the WorkSpaces Pools.
2890
2899
  #
2891
2900
  # @option params [Array<Types::DescribeWorkspacesPoolsFilter>] :filters
2892
- # The filter conditions for the WorkSpaces pool to return.
2901
+ # The filter conditions for the WorkSpaces Pool to return.
2893
2902
  #
2894
2903
  # @option params [Integer] :limit
2895
2904
  # The maximum number of items to return.
@@ -3833,7 +3842,7 @@ module Aws::WorkSpaces
3833
3842
  # user_volume_size_gib: 1,
3834
3843
  # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
3835
3844
  # protocols: ["PCOIP"], # accepts PCOIP, WSP
3836
- # operating_system_name: "AMAZON_LINUX_2", # accepts 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
3845
+ # operating_system_name: "AMAZON_LINUX_2", # accepts 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, RHEL_8
3837
3846
  # },
3838
3847
  # data_replication: "NO_REPLICATION", # accepts NO_REPLICATION, PRIMARY_AS_SOURCE
3839
3848
  # })
@@ -4216,13 +4225,13 @@ module Aws::WorkSpaces
4216
4225
  req.send_request(options)
4217
4226
  end
4218
4227
 
4219
- # Starts the specified WorkSpaces pool.
4228
+ # Starts the specified pool.
4220
4229
  #
4221
- # You cannot start a WorkSpace pool unless it has a running mode of
4222
- # `AutoStop` and a state of `STOPPED`.
4230
+ # You cannot start a pool unless it has a running mode of `AutoStop` and
4231
+ # a state of `STOPPED`.
4223
4232
  #
4224
4233
  # @option params [required, String] :pool_id
4225
- # The identifier of the WorkSpaces pool.
4234
+ # The identifier of the pool.
4226
4235
  #
4227
4236
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4228
4237
  #
@@ -4279,14 +4288,14 @@ module Aws::WorkSpaces
4279
4288
  req.send_request(options)
4280
4289
  end
4281
4290
 
4282
- # Stops the specifiedWorkSpaces pool.
4291
+ # Stops the specified pool.
4283
4292
  #
4284
4293
  # You cannot stop a WorkSpace pool unless it has a running mode of
4285
4294
  # `AutoStop` and a state of `AVAILABLE`, `IMPAIRED`, `UNHEALTHY`, or
4286
4295
  # `ERROR`.
4287
4296
  #
4288
4297
  # @option params [required, String] :pool_id
4289
- # The identifier of the WorkSpaces pool.
4298
+ # The identifier of the pool.
4290
4299
  #
4291
4300
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4292
4301
  #
@@ -4374,10 +4383,10 @@ module Aws::WorkSpaces
4374
4383
  req.send_request(options)
4375
4384
  end
4376
4385
 
4377
- # Terminates the specified WorkSpaces pool.
4386
+ # Terminates the specified pool.
4378
4387
  #
4379
4388
  # @option params [required, String] :pool_id
4380
- # The identifier of the WorkSpaces pool.
4389
+ # The identifier of the pool.
4381
4390
  #
4382
4391
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4383
4392
  #
@@ -4396,10 +4405,10 @@ module Aws::WorkSpaces
4396
4405
  req.send_request(options)
4397
4406
  end
4398
4407
 
4399
- # Terminates the WorkSpaces pool session.
4408
+ # Terminates the pool session.
4400
4409
  #
4401
4410
  # @option params [required, String] :session_id
4402
- # The identifier of the WorkSpaces pool session.
4411
+ # The identifier of the pool session.
4403
4412
  #
4404
4413
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4405
4414
  #
@@ -4643,13 +4652,13 @@ module Aws::WorkSpaces
4643
4652
  req.send_request(options)
4644
4653
  end
4645
4654
 
4646
- # Updates the specified WorkSpaces pool.
4655
+ # Updates the specified pool.
4647
4656
  #
4648
4657
  # @option params [required, String] :pool_id
4649
- # The identifier of the specified WorkSpaces pool to update.
4658
+ # The identifier of the specified pool to update.
4650
4659
  #
4651
4660
  # @option params [String] :description
4652
- # Describes the specified WorkSpaces pool to update.
4661
+ # Describes the specified pool to update.
4653
4662
  #
4654
4663
  # @option params [String] :bundle_id
4655
4664
  # The identifier of the bundle.
@@ -4658,13 +4667,13 @@ module Aws::WorkSpaces
4658
4667
  # The identifier of the directory.
4659
4668
  #
4660
4669
  # @option params [Types::Capacity] :capacity
4661
- # The desired capacity for the WorkSpaces pool.
4670
+ # The desired capacity for the pool.
4662
4671
  #
4663
4672
  # @option params [Types::ApplicationSettingsRequest] :application_settings
4664
4673
  # The persistent application settings for users in the pool.
4665
4674
  #
4666
4675
  # @option params [Types::TimeoutSettings] :timeout_settings
4667
- # Indicates the timeout settings of the specified WorkSpaces pool.
4676
+ # Indicates the timeout settings of the specified pool.
4668
4677
  #
4669
4678
  # @return [Types::UpdateWorkspacesPoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4670
4679
  #
@@ -4737,7 +4746,7 @@ module Aws::WorkSpaces
4737
4746
  params: params,
4738
4747
  config: config)
4739
4748
  context[:gem_name] = 'aws-sdk-workspaces'
4740
- context[:gem_version] = '1.107.0'
4749
+ context[:gem_version] = '1.109.0'
4741
4750
  Seahorse::Client::Request.new(handlers, context)
4742
4751
  end
4743
4752
 
@@ -196,7 +196,7 @@ module Aws::WorkSpaces
196
196
  include Aws::Structure
197
197
  end
198
198
 
199
- # The persistent application settings for users of a WorkSpaces pool.
199
+ # The persistent application settings for WorkSpaces Pools users.
200
200
  #
201
201
  # @!attribute [rw] status
202
202
  # Enables or disables persistent application settings for users during
@@ -219,8 +219,8 @@ module Aws::WorkSpaces
219
219
  include Aws::Structure
220
220
  end
221
221
 
222
- # Describes the persistent application settings for users of a
223
- # WorkSpaces pool.
222
+ # Describes the persistent application settings for WorkSpaces Pools
223
+ # users.
224
224
  #
225
225
  # @!attribute [rw] status
226
226
  # Specifies whether persistent application settings are enabled for
@@ -419,7 +419,7 @@ module Aws::WorkSpaces
419
419
  include Aws::Structure
420
420
  end
421
421
 
422
- # Describes the user capacity for a WorkSpaces pool.
422
+ # Describes the user capacity for a pool of WorkSpaces.
423
423
  #
424
424
  # @!attribute [rw] desired_user_sessions
425
425
  # The desired number of user sessions for a multi-session pool. This
@@ -434,7 +434,7 @@ module Aws::WorkSpaces
434
434
  include Aws::Structure
435
435
  end
436
436
 
437
- # Describes the capacity status for a WorkSpaces pool
437
+ # Describes the capacity status for a pool of WorkSpaces.
438
438
  #
439
439
  # @!attribute [rw] available_user_sessions
440
440
  # The number of user sessions currently being used for pool sessions.
@@ -448,8 +448,8 @@ module Aws::WorkSpaces
448
448
  # @return [Integer]
449
449
  #
450
450
  # @!attribute [rw] actual_user_sessions
451
- # The total number of session slots that are available for WorkSpaces
452
- # pools.
451
+ # The total number of session slots that are available for a pool of
452
+ # WorkSpaces.
453
453
  # @return [Integer]
454
454
  #
455
455
  # @!attribute [rw] active_user_sessions
@@ -1135,35 +1135,35 @@ module Aws::WorkSpaces
1135
1135
  end
1136
1136
 
1137
1137
  # @!attribute [rw] pool_name
1138
- # The name of the WorkSpaces pool.
1138
+ # The name of the pool.
1139
1139
  # @return [String]
1140
1140
  #
1141
1141
  # @!attribute [rw] description
1142
- # The WorkSpaces pool description.
1142
+ # The pool description.
1143
1143
  # @return [String]
1144
1144
  #
1145
1145
  # @!attribute [rw] bundle_id
1146
- # The identifier of the bundle for the WorkSpaces pool.
1146
+ # The identifier of the bundle for the pool.
1147
1147
  # @return [String]
1148
1148
  #
1149
1149
  # @!attribute [rw] directory_id
1150
- # The identifier of the directory for the WorkSpaces pool.
1150
+ # The identifier of the directory for the pool.
1151
1151
  # @return [String]
1152
1152
  #
1153
1153
  # @!attribute [rw] capacity
1154
- # The user capacity of the WorkSpaces pool.
1154
+ # The user capacity of the pool.
1155
1155
  # @return [Types::Capacity]
1156
1156
  #
1157
1157
  # @!attribute [rw] tags
1158
- # The tags for the WorkSpaces pool.
1158
+ # The tags for the pool.
1159
1159
  # @return [Array<Types::Tag>]
1160
1160
  #
1161
1161
  # @!attribute [rw] application_settings
1162
- # Indicates the application settings of the WorkSpaces pool.
1162
+ # Indicates the application settings of the pool.
1163
1163
  # @return [Types::ApplicationSettingsRequest]
1164
1164
  #
1165
1165
  # @!attribute [rw] timeout_settings
1166
- # Indicates the timeout settings of the WorkSpaces pool.
1166
+ # Indicates the timeout settings of the pool.
1167
1167
  # @return [Types::TimeoutSettings]
1168
1168
  #
1169
1169
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateWorkspacesPoolRequest AWS API Documentation
@@ -1182,7 +1182,7 @@ module Aws::WorkSpaces
1182
1182
  end
1183
1183
 
1184
1184
  # @!attribute [rw] workspaces_pool
1185
- # Indicates the WorkSpaces pool to create.
1185
+ # Indicates the pool to create.
1186
1186
  # @return [Types::WorkspacesPool]
1187
1187
  #
1188
1188
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateWorkspacesPoolResult AWS API Documentation
@@ -2451,7 +2451,7 @@ module Aws::WorkSpaces
2451
2451
  end
2452
2452
 
2453
2453
  # @!attribute [rw] pool_id
2454
- # The identifier of the WorkSpaces pool.
2454
+ # The identifier of the pool.
2455
2455
  # @return [String]
2456
2456
  #
2457
2457
  # @!attribute [rw] user_id
@@ -2479,7 +2479,7 @@ module Aws::WorkSpaces
2479
2479
  end
2480
2480
 
2481
2481
  # @!attribute [rw] sessions
2482
- # Describes the WorkSpaces pool sessions.
2482
+ # Describes the pool sessions.
2483
2483
  # @return [Array<Types::WorkspacesPoolSession>]
2484
2484
  #
2485
2485
  # @!attribute [rw] next_token
@@ -2496,18 +2496,18 @@ module Aws::WorkSpaces
2496
2496
  include Aws::Structure
2497
2497
  end
2498
2498
 
2499
- # Describes the filter conditions for the WorkSpaces pool to return.
2499
+ # Describes the filter conditions for WorkSpaces Pools to return.
2500
2500
  #
2501
2501
  # @!attribute [rw] name
2502
2502
  # The name of the pool to filter.
2503
2503
  # @return [String]
2504
2504
  #
2505
2505
  # @!attribute [rw] values
2506
- # The values for filtering WorkSpaces pools.
2506
+ # The values for filtering WorkSpaces Pools.
2507
2507
  # @return [Array<String>]
2508
2508
  #
2509
2509
  # @!attribute [rw] operator
2510
- # The operator values for filtering WorkSpaces pools.
2510
+ # The operator values for filtering WorkSpaces Pools.
2511
2511
  # @return [String]
2512
2512
  #
2513
2513
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspacesPoolsFilter AWS API Documentation
@@ -2521,11 +2521,11 @@ module Aws::WorkSpaces
2521
2521
  end
2522
2522
 
2523
2523
  # @!attribute [rw] pool_ids
2524
- # The identifier of the WorkSpaces pool.
2524
+ # The identifier of the WorkSpaces Pools.
2525
2525
  # @return [Array<String>]
2526
2526
  #
2527
2527
  # @!attribute [rw] filters
2528
- # The filter conditions for the WorkSpaces pool to return.
2528
+ # The filter conditions for the WorkSpaces Pool to return.
2529
2529
  # @return [Array<Types::DescribeWorkspacesPoolsFilter>]
2530
2530
  #
2531
2531
  # @!attribute [rw] limit
@@ -2549,7 +2549,7 @@ module Aws::WorkSpaces
2549
2549
  end
2550
2550
 
2551
2551
  # @!attribute [rw] workspaces_pools
2552
- # Information about the WorkSpaces pools.
2552
+ # Information about the WorkSpaces Pools.
2553
2553
  # @return [Array<Types::WorkspacesPool>]
2554
2554
  #
2555
2555
  # @!attribute [rw] next_token
@@ -3706,7 +3706,7 @@ module Aws::WorkSpaces
3706
3706
  #
3707
3707
  class ModifyWorkspaceStateResult < Aws::EmptyStructure; end
3708
3708
 
3709
- # Describes the network details of a WorkSpaces pool.
3709
+ # Describes the network details of a WorkSpaces Pool.
3710
3710
  #
3711
3711
  # @!attribute [rw] eni_private_ip_address
3712
3712
  # The private IP address of the elastic network interface that is
@@ -4407,7 +4407,7 @@ module Aws::WorkSpaces
4407
4407
  end
4408
4408
 
4409
4409
  # @!attribute [rw] pool_id
4410
- # The identifier of the WorkSpaces pool.
4410
+ # The identifier of the pool.
4411
4411
  # @return [String]
4412
4412
  #
4413
4413
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/StartWorkspacesPoolRequest AWS API Documentation
@@ -4461,7 +4461,7 @@ module Aws::WorkSpaces
4461
4461
  end
4462
4462
 
4463
4463
  # @!attribute [rw] pool_id
4464
- # The identifier of the WorkSpaces pool.
4464
+ # The identifier of the pool.
4465
4465
  # @return [String]
4466
4466
  #
4467
4467
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/StopWorkspacesPoolRequest AWS API Documentation
@@ -4578,7 +4578,7 @@ module Aws::WorkSpaces
4578
4578
  end
4579
4579
 
4580
4580
  # @!attribute [rw] pool_id
4581
- # The identifier of the WorkSpaces pool.
4581
+ # The identifier of the pool.
4582
4582
  # @return [String]
4583
4583
  #
4584
4584
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/TerminateWorkspacesPoolRequest AWS API Documentation
@@ -4594,7 +4594,7 @@ module Aws::WorkSpaces
4594
4594
  class TerminateWorkspacesPoolResult < Aws::EmptyStructure; end
4595
4595
 
4596
4596
  # @!attribute [rw] session_id
4597
- # The identifier of the WorkSpaces pool session.
4597
+ # The identifier of the pool session.
4598
4598
  # @return [String]
4599
4599
  #
4600
4600
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/TerminateWorkspacesPoolSessionRequest AWS API Documentation
@@ -4633,7 +4633,7 @@ module Aws::WorkSpaces
4633
4633
  include Aws::Structure
4634
4634
  end
4635
4635
 
4636
- # Describes the timeout settings for a WorkSpaces pool.
4636
+ # Describes the timeout settings for a pool of WorkSpaces.
4637
4637
  #
4638
4638
  # @!attribute [rw] disconnect_timeout_in_seconds
4639
4639
  # Specifies the amount of time, in seconds, that a streaming session
@@ -4862,11 +4862,11 @@ module Aws::WorkSpaces
4862
4862
  class UpdateWorkspaceImagePermissionResult < Aws::EmptyStructure; end
4863
4863
 
4864
4864
  # @!attribute [rw] pool_id
4865
- # The identifier of the specified WorkSpaces pool to update.
4865
+ # The identifier of the specified pool to update.
4866
4866
  # @return [String]
4867
4867
  #
4868
4868
  # @!attribute [rw] description
4869
- # Describes the specified WorkSpaces pool to update.
4869
+ # Describes the specified pool to update.
4870
4870
  # @return [String]
4871
4871
  #
4872
4872
  # @!attribute [rw] bundle_id
@@ -4878,7 +4878,7 @@ module Aws::WorkSpaces
4878
4878
  # @return [String]
4879
4879
  #
4880
4880
  # @!attribute [rw] capacity
4881
- # The desired capacity for the WorkSpaces pool.
4881
+ # The desired capacity for the pool.
4882
4882
  # @return [Types::Capacity]
4883
4883
  #
4884
4884
  # @!attribute [rw] application_settings
@@ -4886,7 +4886,7 @@ module Aws::WorkSpaces
4886
4886
  # @return [Types::ApplicationSettingsRequest]
4887
4887
  #
4888
4888
  # @!attribute [rw] timeout_settings
4889
- # Indicates the timeout settings of the specified WorkSpaces pool.
4889
+ # Indicates the timeout settings of the specified pool.
4890
4890
  # @return [Types::TimeoutSettings]
4891
4891
  #
4892
4892
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateWorkspacesPoolRequest AWS API Documentation
@@ -4904,7 +4904,7 @@ module Aws::WorkSpaces
4904
4904
  end
4905
4905
 
4906
4906
  # @!attribute [rw] workspaces_pool
4907
- # Describes the specified WorkSpaces pool.
4907
+ # Describes the specified pool.
4908
4908
  # @return [Types::WorkspacesPool]
4909
4909
  #
4910
4910
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateWorkspacesPoolResult AWS API Documentation
@@ -5953,14 +5953,14 @@ module Aws::WorkSpaces
5953
5953
  include Aws::Structure
5954
5954
  end
5955
5955
 
5956
- # Describes a WorkSpaces pool.
5956
+ # Describes a pool of WorkSpaces.
5957
5957
  #
5958
5958
  # @!attribute [rw] pool_id
5959
- # The identifier of a WorkSpaces pool.
5959
+ # The identifier of a pool.
5960
5960
  # @return [String]
5961
5961
  #
5962
5962
  # @!attribute [rw] pool_arn
5963
- # The Amazon Resource Name (ARN) for the WorkSpaces pool.
5963
+ # The Amazon Resource Name (ARN) for the pool.
5964
5964
  # @return [String]
5965
5965
  #
5966
5966
  # @!attribute [rw] capacity_status
@@ -6026,7 +6026,7 @@ module Aws::WorkSpaces
6026
6026
  include Aws::Structure
6027
6027
  end
6028
6028
 
6029
- # Describes a WorkSpaces pool error.
6029
+ # Describes a pool error.
6030
6030
  #
6031
6031
  # @!attribute [rw] error_code
6032
6032
  # The error code.
@@ -6045,11 +6045,11 @@ module Aws::WorkSpaces
6045
6045
  include Aws::Structure
6046
6046
  end
6047
6047
 
6048
- # Describes a WorkSpaces pool session.
6048
+ # Describes a pool session.
6049
6049
  #
6050
6050
  # @!attribute [rw] authentication_type
6051
6051
  # The authentication method. The user is authenticated using a
6052
- # WorkSpaces pool URL (API) or SAML 2.0 federation (SAML).
6052
+ # WorkSpaces Pools URL (API) or SAML 2.0 federation (SAML).
6053
6053
  # @return [String]
6054
6054
  #
6055
6055
  # @!attribute [rw] connection_state
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-workspaces/customizations'
52
52
  # @!group service
53
53
  module Aws::WorkSpaces
54
54
 
55
- GEM_VERSION = '1.107.0'
55
+ GEM_VERSION = '1.109.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
@@ -344,7 +345,7 @@ module Aws
344
345
  user_volume_size_gib: ::Integer?,
345
346
  compute_type_name: ("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")?,
346
347
  protocols: Array[("PCOIP" | "WSP")]?,
347
- 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")?
348
+ 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" | "RHEL_8")?
348
349
  }?,
349
350
  tags: Array[
350
351
  {
@@ -532,7 +533,7 @@ module Aws
532
533
  ?application_ids: Array[::String],
533
534
  ?compute_type_names: Array[("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")],
534
535
  ?license_type: ("LICENSED" | "UNLICENSED"),
535
- ?operating_system_names: Array[("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")],
536
+ ?operating_system_names: Array[("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" | "RHEL_8")],
536
537
  ?owner: ::String,
537
538
  ?max_results: ::Integer,
538
539
  ?next_token: ::String
@@ -1091,7 +1092,7 @@ module Aws
1091
1092
  user_volume_size_gib: ::Integer?,
1092
1093
  compute_type_name: ("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")?,
1093
1094
  protocols: Array[("PCOIP" | "WSP")]?,
1094
- 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")?
1095
+ 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" | "RHEL_8")?
1095
1096
  },
1096
1097
  ?data_replication: ("NO_REPLICATION" | "PRIMARY_AS_SOURCE")
1097
1098
  ) -> _ModifyWorkspacePropertiesResponseSuccess
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
data/sig/types.rbs CHANGED
@@ -529,7 +529,7 @@ module Aws::WorkSpaces
529
529
  attr_accessor application_ids: ::Array[::String]
530
530
  attr_accessor compute_type_names: ::Array[("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")]
531
531
  attr_accessor license_type: ("LICENSED" | "UNLICENSED")
532
- attr_accessor operating_system_names: ::Array[("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")]
532
+ attr_accessor operating_system_names: ::Array[("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" | "RHEL_8")]
533
533
  attr_accessor owner: ::String
534
534
  attr_accessor max_results: ::Integer
535
535
  attr_accessor next_token: ::String
@@ -1504,7 +1504,7 @@ module Aws::WorkSpaces
1504
1504
  attr_accessor owner: ::String
1505
1505
  attr_accessor state: ("PENDING" | "ERROR" | "AVAILABLE" | "UNINSTALL_ONLY")
1506
1506
  attr_accessor supported_compute_type_names: ::Array[("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")]
1507
- attr_accessor supported_operating_system_names: ::Array[("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")]
1507
+ attr_accessor supported_operating_system_names: ::Array[("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" | "RHEL_8")]
1508
1508
  SENSITIVE: []
1509
1509
  end
1510
1510
 
@@ -1635,7 +1635,7 @@ module Aws::WorkSpaces
1635
1635
  attr_accessor user_volume_size_gib: ::Integer
1636
1636
  attr_accessor compute_type_name: ("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")
1637
1637
  attr_accessor protocols: ::Array[("PCOIP" | "WSP")]
1638
- attr_accessor 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")
1638
+ attr_accessor 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" | "RHEL_8")
1639
1639
  SENSITIVE: []
1640
1640
  end
1641
1641
 
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.107.0
4
+ version: 1.109.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: 2024-06-27 00:00:00.000000000 Z
11
+ date: 2024-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for Amazon WorkSpaces. This gem is part of the
48
48
  AWS SDK for Ruby.
49
49
  email: