aws-sdk-workspaces 1.107.0 → 1.108.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: 37937b5b1f7b0bbf75ae8f9dc2cae20393addf723dd4e7d23f6b25fb14f92413
4
+ data.tar.gz: 7d075111854c6b3eea6ba9a2e446a9188ca0bb42f78d9ec0e36fd5050c857ccc
5
5
  SHA512:
6
- metadata.gz: 3272e6bbcc58eb9194ffaf378ebd04592f97f730a4c5d3d10d1f50f0183837796f250e892320c2b5be4e3869ffed32053082ed1a70d610a4fadb597c088b843c
7
- data.tar.gz: e111fe1fa3c3726c9aef7229431f1be565b5ad3467b3795442a325c6006c0d3531179fc107acdf0f18556e030cbcb63e6b3b6eadf110c22912c216a11808405a
6
+ metadata.gz: 31a046970387884725f76099f972e4f696db7580a66654d725380fbc0166772c81512c3f9dc5c216743e7a9e91e8c1b08fc19ce1294e5ac4109e7e34ac4b029a
7
+ data.tar.gz: 0f4d87a7238b695b3768bff2505d57c9f87d3909680d0705add566d98d05b79d66f8af729a32a606ffc06ba0f886f8b32ba04c63ffd36550412ef8793f6b18bb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.
8
+
4
9
  1.107.0 (2024-06-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.108.0
@@ -1227,7 +1227,7 @@ module Aws::WorkSpaces
1227
1227
  # user_volume_size_gib: 1,
1228
1228
  # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
1229
1229
  # 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
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, RHEL_8
1231
1231
  # },
1232
1232
  # tags: [
1233
1233
  # {
@@ -1256,7 +1256,7 @@ module Aws::WorkSpaces
1256
1256
  # 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
1257
  # resp.failed_requests[0].workspace_request.workspace_properties.protocols #=> Array
1258
1258
  # 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"
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", "RHEL_8"
1260
1260
  # resp.failed_requests[0].workspace_request.tags #=> Array
1261
1261
  # resp.failed_requests[0].workspace_request.tags[0].key #=> String
1262
1262
  # resp.failed_requests[0].workspace_request.tags[0].value #=> String
@@ -1285,7 +1285,7 @@ module Aws::WorkSpaces
1285
1285
  # resp.pending_requests[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
1286
1286
  # resp.pending_requests[0].workspace_properties.protocols #=> Array
1287
1287
  # 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"
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", "RHEL_8"
1289
1289
  # resp.pending_requests[0].modification_states #=> Array
1290
1290
  # resp.pending_requests[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
1291
1291
  # resp.pending_requests[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -1313,28 +1313,28 @@ module Aws::WorkSpaces
1313
1313
  # Creates a pool of WorkSpaces.
1314
1314
  #
1315
1315
  # @option params [required, String] :pool_name
1316
- # The name of the WorkSpaces pool.
1316
+ # The name of the pool.
1317
1317
  #
1318
1318
  # @option params [required, String] :description
1319
- # The WorkSpaces pool description.
1319
+ # The pool description.
1320
1320
  #
1321
1321
  # @option params [required, String] :bundle_id
1322
- # The identifier of the bundle for the WorkSpaces pool.
1322
+ # The identifier of the bundle for the pool.
1323
1323
  #
1324
1324
  # @option params [required, String] :directory_id
1325
- # The identifier of the directory for the WorkSpaces pool.
1325
+ # The identifier of the directory for the pool.
1326
1326
  #
1327
1327
  # @option params [required, Types::Capacity] :capacity
1328
- # The user capacity of the WorkSpaces pool.
1328
+ # The user capacity of the pool.
1329
1329
  #
1330
1330
  # @option params [Array<Types::Tag>] :tags
1331
- # The tags for the WorkSpaces pool.
1331
+ # The tags for the pool.
1332
1332
  #
1333
1333
  # @option params [Types::ApplicationSettingsRequest] :application_settings
1334
- # Indicates the application settings of the WorkSpaces pool.
1334
+ # Indicates the application settings of the pool.
1335
1335
  #
1336
1336
  # @option params [Types::TimeoutSettings] :timeout_settings
1337
- # Indicates the timeout settings of the WorkSpaces pool.
1337
+ # Indicates the timeout settings of the pool.
1338
1338
  #
1339
1339
  # @return [Types::CreateWorkspacesPoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1340
1340
  #
@@ -1888,7 +1888,7 @@ module Aws::WorkSpaces
1888
1888
  # application_ids: ["WorkSpaceApplicationId"],
1889
1889
  # compute_type_names: ["VALUE"], # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
1890
1890
  # 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
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, RHEL_8
1892
1892
  # owner: "WorkSpaceApplicationOwner",
1893
1893
  # max_results: 1,
1894
1894
  # next_token: "PaginationToken",
@@ -1907,7 +1907,7 @@ module Aws::WorkSpaces
1907
1907
  # resp.applications[0].supported_compute_type_names #=> Array
1908
1908
  # resp.applications[0].supported_compute_type_names[0] #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
1909
1909
  # 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"
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", "RHEL_8"
1911
1911
  # resp.next_token #=> String
1912
1912
  #
1913
1913
  # @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeApplications AWS API Documentation
@@ -2763,7 +2763,7 @@ module Aws::WorkSpaces
2763
2763
  # resp.workspaces[0].workspace_properties.compute_type_name #=> String, one of "VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN"
2764
2764
  # resp.workspaces[0].workspace_properties.protocols #=> Array
2765
2765
  # 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"
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", "RHEL_8"
2767
2767
  # resp.workspaces[0].modification_states #=> Array
2768
2768
  # resp.workspaces[0].modification_states[0].resource #=> String, one of "ROOT_VOLUME", "USER_VOLUME", "COMPUTE_TYPE"
2769
2769
  # resp.workspaces[0].modification_states[0].state #=> String, one of "UPDATE_INITIATED", "UPDATE_IN_PROGRESS"
@@ -2830,10 +2830,10 @@ module Aws::WorkSpaces
2830
2830
  end
2831
2831
 
2832
2832
  # Retrieves a list that describes the streaming sessions for a specified
2833
- # WorkSpaces pool.
2833
+ # pool.
2834
2834
  #
2835
2835
  # @option params [required, String] :pool_id
2836
- # The identifier of the WorkSpaces pool.
2836
+ # The identifier of the pool.
2837
2837
  #
2838
2838
  # @option params [String] :user_id
2839
2839
  # The identifier of the user.
@@ -2883,13 +2883,13 @@ module Aws::WorkSpaces
2883
2883
  req.send_request(options)
2884
2884
  end
2885
2885
 
2886
- # Describes the specified WorkSpaces pool.
2886
+ # Describes the specified WorkSpaces Pools.
2887
2887
  #
2888
2888
  # @option params [Array<String>] :pool_ids
2889
- # The identifier of the WorkSpaces pool.
2889
+ # The identifier of the WorkSpaces Pools.
2890
2890
  #
2891
2891
  # @option params [Array<Types::DescribeWorkspacesPoolsFilter>] :filters
2892
- # The filter conditions for the WorkSpaces pool to return.
2892
+ # The filter conditions for the WorkSpaces Pool to return.
2893
2893
  #
2894
2894
  # @option params [Integer] :limit
2895
2895
  # The maximum number of items to return.
@@ -3833,7 +3833,7 @@ module Aws::WorkSpaces
3833
3833
  # user_volume_size_gib: 1,
3834
3834
  # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
3835
3835
  # 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
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, RHEL_8
3837
3837
  # },
3838
3838
  # data_replication: "NO_REPLICATION", # accepts NO_REPLICATION, PRIMARY_AS_SOURCE
3839
3839
  # })
@@ -4216,13 +4216,13 @@ module Aws::WorkSpaces
4216
4216
  req.send_request(options)
4217
4217
  end
4218
4218
 
4219
- # Starts the specified WorkSpaces pool.
4219
+ # Starts the specified pool.
4220
4220
  #
4221
- # You cannot start a WorkSpace pool unless it has a running mode of
4222
- # `AutoStop` and a state of `STOPPED`.
4221
+ # You cannot start a pool unless it has a running mode of `AutoStop` and
4222
+ # a state of `STOPPED`.
4223
4223
  #
4224
4224
  # @option params [required, String] :pool_id
4225
- # The identifier of the WorkSpaces pool.
4225
+ # The identifier of the pool.
4226
4226
  #
4227
4227
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4228
4228
  #
@@ -4279,14 +4279,14 @@ module Aws::WorkSpaces
4279
4279
  req.send_request(options)
4280
4280
  end
4281
4281
 
4282
- # Stops the specifiedWorkSpaces pool.
4282
+ # Stops the specified pool.
4283
4283
  #
4284
4284
  # You cannot stop a WorkSpace pool unless it has a running mode of
4285
4285
  # `AutoStop` and a state of `AVAILABLE`, `IMPAIRED`, `UNHEALTHY`, or
4286
4286
  # `ERROR`.
4287
4287
  #
4288
4288
  # @option params [required, String] :pool_id
4289
- # The identifier of the WorkSpaces pool.
4289
+ # The identifier of the pool.
4290
4290
  #
4291
4291
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4292
4292
  #
@@ -4374,10 +4374,10 @@ module Aws::WorkSpaces
4374
4374
  req.send_request(options)
4375
4375
  end
4376
4376
 
4377
- # Terminates the specified WorkSpaces pool.
4377
+ # Terminates the specified pool.
4378
4378
  #
4379
4379
  # @option params [required, String] :pool_id
4380
- # The identifier of the WorkSpaces pool.
4380
+ # The identifier of the pool.
4381
4381
  #
4382
4382
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4383
4383
  #
@@ -4396,10 +4396,10 @@ module Aws::WorkSpaces
4396
4396
  req.send_request(options)
4397
4397
  end
4398
4398
 
4399
- # Terminates the WorkSpaces pool session.
4399
+ # Terminates the pool session.
4400
4400
  #
4401
4401
  # @option params [required, String] :session_id
4402
- # The identifier of the WorkSpaces pool session.
4402
+ # The identifier of the pool session.
4403
4403
  #
4404
4404
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4405
4405
  #
@@ -4643,13 +4643,13 @@ module Aws::WorkSpaces
4643
4643
  req.send_request(options)
4644
4644
  end
4645
4645
 
4646
- # Updates the specified WorkSpaces pool.
4646
+ # Updates the specified pool.
4647
4647
  #
4648
4648
  # @option params [required, String] :pool_id
4649
- # The identifier of the specified WorkSpaces pool to update.
4649
+ # The identifier of the specified pool to update.
4650
4650
  #
4651
4651
  # @option params [String] :description
4652
- # Describes the specified WorkSpaces pool to update.
4652
+ # Describes the specified pool to update.
4653
4653
  #
4654
4654
  # @option params [String] :bundle_id
4655
4655
  # The identifier of the bundle.
@@ -4658,13 +4658,13 @@ module Aws::WorkSpaces
4658
4658
  # The identifier of the directory.
4659
4659
  #
4660
4660
  # @option params [Types::Capacity] :capacity
4661
- # The desired capacity for the WorkSpaces pool.
4661
+ # The desired capacity for the pool.
4662
4662
  #
4663
4663
  # @option params [Types::ApplicationSettingsRequest] :application_settings
4664
4664
  # The persistent application settings for users in the pool.
4665
4665
  #
4666
4666
  # @option params [Types::TimeoutSettings] :timeout_settings
4667
- # Indicates the timeout settings of the specified WorkSpaces pool.
4667
+ # Indicates the timeout settings of the specified pool.
4668
4668
  #
4669
4669
  # @return [Types::UpdateWorkspacesPoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4670
4670
  #
@@ -4737,7 +4737,7 @@ module Aws::WorkSpaces
4737
4737
  params: params,
4738
4738
  config: config)
4739
4739
  context[:gem_name] = 'aws-sdk-workspaces'
4740
- context[:gem_version] = '1.107.0'
4740
+ context[:gem_version] = '1.108.0'
4741
4741
  Seahorse::Client::Request.new(handlers, context)
4742
4742
  end
4743
4743
 
@@ -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.108.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -344,7 +344,7 @@ module Aws
344
344
  user_volume_size_gib: ::Integer?,
345
345
  compute_type_name: ("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")?,
346
346
  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")?
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" | "RHEL_8")?
348
348
  }?,
349
349
  tags: Array[
350
350
  {
@@ -532,7 +532,7 @@ module Aws
532
532
  ?application_ids: Array[::String],
533
533
  ?compute_type_names: Array[("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")],
534
534
  ?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")],
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" | "RHEL_8")],
536
536
  ?owner: ::String,
537
537
  ?max_results: ::Integer,
538
538
  ?next_token: ::String
@@ -1091,7 +1091,7 @@ module Aws
1091
1091
  user_volume_size_gib: ::Integer?,
1092
1092
  compute_type_name: ("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")?,
1093
1093
  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")?
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" | "RHEL_8")?
1095
1095
  },
1096
1096
  ?data_replication: ("NO_REPLICATION" | "PRIMARY_AS_SOURCE")
1097
1097
  ) -> _ModifyWorkspacePropertiesResponseSuccess
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.108.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-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core