aws-sdk-workspaces 1.96.0 → 1.97.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.
data/sig/client.rbs ADDED
@@ -0,0 +1,1129 @@
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
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> instance
73
+ | (?Hash[Symbol, untyped]) -> instance
74
+
75
+
76
+ interface _AssociateConnectionAliasResponseSuccess
77
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateConnectionAliasResult]
78
+ def connection_identifier: () -> ::String
79
+ end
80
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#associate_connection_alias-instance_method
81
+ def associate_connection_alias: (
82
+ alias_id: ::String,
83
+ resource_id: ::String
84
+ ) -> _AssociateConnectionAliasResponseSuccess
85
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateConnectionAliasResponseSuccess
86
+
87
+ interface _AssociateIpGroupsResponseSuccess
88
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateIpGroupsResult]
89
+ end
90
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#associate_ip_groups-instance_method
91
+ def associate_ip_groups: (
92
+ directory_id: ::String,
93
+ group_ids: Array[::String]
94
+ ) -> _AssociateIpGroupsResponseSuccess
95
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateIpGroupsResponseSuccess
96
+
97
+ interface _AssociateWorkspaceApplicationResponseSuccess
98
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateWorkspaceApplicationResult]
99
+ def association: () -> Types::WorkspaceResourceAssociation
100
+ end
101
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#associate_workspace_application-instance_method
102
+ def associate_workspace_application: (
103
+ workspace_id: ::String,
104
+ application_id: ::String
105
+ ) -> _AssociateWorkspaceApplicationResponseSuccess
106
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateWorkspaceApplicationResponseSuccess
107
+
108
+ interface _AuthorizeIpRulesResponseSuccess
109
+ include ::Seahorse::Client::_ResponseSuccess[Types::AuthorizeIpRulesResult]
110
+ end
111
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#authorize_ip_rules-instance_method
112
+ def authorize_ip_rules: (
113
+ group_id: ::String,
114
+ user_rules: Array[
115
+ {
116
+ ip_rule: ::String?,
117
+ rule_desc: ::String?
118
+ },
119
+ ]
120
+ ) -> _AuthorizeIpRulesResponseSuccess
121
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AuthorizeIpRulesResponseSuccess
122
+
123
+ interface _CopyWorkspaceImageResponseSuccess
124
+ include ::Seahorse::Client::_ResponseSuccess[Types::CopyWorkspaceImageResult]
125
+ def image_id: () -> ::String
126
+ end
127
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#copy_workspace_image-instance_method
128
+ def copy_workspace_image: (
129
+ name: ::String,
130
+ ?description: ::String,
131
+ source_image_id: ::String,
132
+ source_region: ::String,
133
+ ?tags: Array[
134
+ {
135
+ key: ::String,
136
+ value: ::String?
137
+ },
138
+ ]
139
+ ) -> _CopyWorkspaceImageResponseSuccess
140
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyWorkspaceImageResponseSuccess
141
+
142
+ interface _CreateConnectClientAddInResponseSuccess
143
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateConnectClientAddInResult]
144
+ def add_in_id: () -> ::String
145
+ end
146
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#create_connect_client_add_in-instance_method
147
+ def create_connect_client_add_in: (
148
+ resource_id: ::String,
149
+ name: ::String,
150
+ url: ::String
151
+ ) -> _CreateConnectClientAddInResponseSuccess
152
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConnectClientAddInResponseSuccess
153
+
154
+ interface _CreateConnectionAliasResponseSuccess
155
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateConnectionAliasResult]
156
+ def alias_id: () -> ::String
157
+ end
158
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#create_connection_alias-instance_method
159
+ def create_connection_alias: (
160
+ connection_string: ::String,
161
+ ?tags: Array[
162
+ {
163
+ key: ::String,
164
+ value: ::String?
165
+ },
166
+ ]
167
+ ) -> _CreateConnectionAliasResponseSuccess
168
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConnectionAliasResponseSuccess
169
+
170
+ interface _CreateIpGroupResponseSuccess
171
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateIpGroupResult]
172
+ def group_id: () -> ::String
173
+ end
174
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#create_ip_group-instance_method
175
+ def create_ip_group: (
176
+ group_name: ::String,
177
+ ?group_desc: ::String,
178
+ ?user_rules: Array[
179
+ {
180
+ ip_rule: ::String?,
181
+ rule_desc: ::String?
182
+ },
183
+ ],
184
+ ?tags: Array[
185
+ {
186
+ key: ::String,
187
+ value: ::String?
188
+ },
189
+ ]
190
+ ) -> _CreateIpGroupResponseSuccess
191
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIpGroupResponseSuccess
192
+
193
+ interface _CreateStandbyWorkspacesResponseSuccess
194
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateStandbyWorkspacesResult]
195
+ def failed_standby_requests: () -> ::Array[Types::FailedCreateStandbyWorkspacesRequest]
196
+ def pending_standby_requests: () -> ::Array[Types::PendingCreateStandbyWorkspacesRequest]
197
+ end
198
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#create_standby_workspaces-instance_method
199
+ def create_standby_workspaces: (
200
+ primary_region: ::String,
201
+ standby_workspaces: Array[
202
+ {
203
+ primary_workspace_id: ::String,
204
+ volume_encryption_key: ::String?,
205
+ directory_id: ::String,
206
+ tags: Array[
207
+ {
208
+ key: ::String,
209
+ value: ::String?
210
+ },
211
+ ]?,
212
+ data_replication: ("NO_REPLICATION" | "PRIMARY_AS_SOURCE")?
213
+ },
214
+ ]
215
+ ) -> _CreateStandbyWorkspacesResponseSuccess
216
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStandbyWorkspacesResponseSuccess
217
+
218
+ interface _CreateTagsResponseSuccess
219
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateTagsResult]
220
+ end
221
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#create_tags-instance_method
222
+ def create_tags: (
223
+ resource_id: ::String,
224
+ tags: Array[
225
+ {
226
+ key: ::String,
227
+ value: ::String?
228
+ },
229
+ ]
230
+ ) -> _CreateTagsResponseSuccess
231
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTagsResponseSuccess
232
+
233
+ interface _CreateUpdatedWorkspaceImageResponseSuccess
234
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateUpdatedWorkspaceImageResult]
235
+ def image_id: () -> ::String
236
+ end
237
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#create_updated_workspace_image-instance_method
238
+ def create_updated_workspace_image: (
239
+ name: ::String,
240
+ description: ::String,
241
+ source_image_id: ::String,
242
+ ?tags: Array[
243
+ {
244
+ key: ::String,
245
+ value: ::String?
246
+ },
247
+ ]
248
+ ) -> _CreateUpdatedWorkspaceImageResponseSuccess
249
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUpdatedWorkspaceImageResponseSuccess
250
+
251
+ interface _CreateWorkspaceBundleResponseSuccess
252
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateWorkspaceBundleResult]
253
+ def workspace_bundle: () -> Types::WorkspaceBundle
254
+ end
255
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#create_workspace_bundle-instance_method
256
+ def create_workspace_bundle: (
257
+ bundle_name: ::String,
258
+ bundle_description: ::String,
259
+ image_id: ::String,
260
+ compute_type: {
261
+ name: ("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")?
262
+ },
263
+ user_storage: {
264
+ capacity: ::String?
265
+ },
266
+ ?root_storage: {
267
+ capacity: ::String?
268
+ },
269
+ ?tags: Array[
270
+ {
271
+ key: ::String,
272
+ value: ::String?
273
+ },
274
+ ]
275
+ ) -> _CreateWorkspaceBundleResponseSuccess
276
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkspaceBundleResponseSuccess
277
+
278
+ interface _CreateWorkspaceImageResponseSuccess
279
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateWorkspaceImageResult]
280
+ def image_id: () -> ::String
281
+ def name: () -> ::String
282
+ def description: () -> ::String
283
+ def operating_system: () -> Types::OperatingSystem
284
+ def state: () -> ("AVAILABLE" | "PENDING" | "ERROR")
285
+ def required_tenancy: () -> ("DEFAULT" | "DEDICATED")
286
+ def created: () -> ::Time
287
+ def owner_account_id: () -> ::String
288
+ end
289
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#create_workspace_image-instance_method
290
+ def create_workspace_image: (
291
+ name: ::String,
292
+ description: ::String,
293
+ workspace_id: ::String,
294
+ ?tags: Array[
295
+ {
296
+ key: ::String,
297
+ value: ::String?
298
+ },
299
+ ]
300
+ ) -> _CreateWorkspaceImageResponseSuccess
301
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkspaceImageResponseSuccess
302
+
303
+ interface _CreateWorkspacesResponseSuccess
304
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateWorkspacesResult]
305
+ def failed_requests: () -> ::Array[Types::FailedCreateWorkspaceRequest]
306
+ def pending_requests: () -> ::Array[Types::Workspace]
307
+ end
308
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#create_workspaces-instance_method
309
+ def create_workspaces: (
310
+ workspaces: Array[
311
+ {
312
+ directory_id: ::String,
313
+ user_name: ::String,
314
+ bundle_id: ::String,
315
+ volume_encryption_key: ::String?,
316
+ user_volume_encryption_enabled: bool?,
317
+ root_volume_encryption_enabled: bool?,
318
+ workspace_properties: {
319
+ running_mode: ("AUTO_STOP" | "ALWAYS_ON" | "MANUAL")?,
320
+ running_mode_auto_stop_timeout_in_minutes: ::Integer?,
321
+ root_volume_size_gib: ::Integer?,
322
+ user_volume_size_gib: ::Integer?,
323
+ compute_type_name: ("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")?,
324
+ protocols: Array[("PCOIP" | "WSP")]?,
325
+ 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")?
326
+ }?,
327
+ tags: Array[
328
+ {
329
+ key: ::String,
330
+ value: ::String?
331
+ },
332
+ ]?
333
+ },
334
+ ]
335
+ ) -> _CreateWorkspacesResponseSuccess
336
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkspacesResponseSuccess
337
+
338
+ interface _DeleteClientBrandingResponseSuccess
339
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteClientBrandingResult]
340
+ end
341
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#delete_client_branding-instance_method
342
+ def delete_client_branding: (
343
+ resource_id: ::String,
344
+ platforms: Array[("DeviceTypeWindows" | "DeviceTypeOsx" | "DeviceTypeAndroid" | "DeviceTypeIos" | "DeviceTypeLinux" | "DeviceTypeWeb")]
345
+ ) -> _DeleteClientBrandingResponseSuccess
346
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteClientBrandingResponseSuccess
347
+
348
+ interface _DeleteConnectClientAddInResponseSuccess
349
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteConnectClientAddInResult]
350
+ end
351
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#delete_connect_client_add_in-instance_method
352
+ def delete_connect_client_add_in: (
353
+ add_in_id: ::String,
354
+ resource_id: ::String
355
+ ) -> _DeleteConnectClientAddInResponseSuccess
356
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteConnectClientAddInResponseSuccess
357
+
358
+ interface _DeleteConnectionAliasResponseSuccess
359
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteConnectionAliasResult]
360
+ end
361
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#delete_connection_alias-instance_method
362
+ def delete_connection_alias: (
363
+ alias_id: ::String
364
+ ) -> _DeleteConnectionAliasResponseSuccess
365
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteConnectionAliasResponseSuccess
366
+
367
+ interface _DeleteIpGroupResponseSuccess
368
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIpGroupResult]
369
+ end
370
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#delete_ip_group-instance_method
371
+ def delete_ip_group: (
372
+ group_id: ::String
373
+ ) -> _DeleteIpGroupResponseSuccess
374
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIpGroupResponseSuccess
375
+
376
+ interface _DeleteTagsResponseSuccess
377
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteTagsResult]
378
+ end
379
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#delete_tags-instance_method
380
+ def delete_tags: (
381
+ resource_id: ::String,
382
+ tag_keys: Array[::String]
383
+ ) -> _DeleteTagsResponseSuccess
384
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteTagsResponseSuccess
385
+
386
+ interface _DeleteWorkspaceBundleResponseSuccess
387
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteWorkspaceBundleResult]
388
+ end
389
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#delete_workspace_bundle-instance_method
390
+ def delete_workspace_bundle: (
391
+ ?bundle_id: ::String
392
+ ) -> _DeleteWorkspaceBundleResponseSuccess
393
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteWorkspaceBundleResponseSuccess
394
+
395
+ interface _DeleteWorkspaceImageResponseSuccess
396
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteWorkspaceImageResult]
397
+ end
398
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#delete_workspace_image-instance_method
399
+ def delete_workspace_image: (
400
+ image_id: ::String
401
+ ) -> _DeleteWorkspaceImageResponseSuccess
402
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteWorkspaceImageResponseSuccess
403
+
404
+ interface _DeployWorkspaceApplicationsResponseSuccess
405
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeployWorkspaceApplicationsResult]
406
+ def deployment: () -> Types::WorkSpaceApplicationDeployment
407
+ end
408
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#deploy_workspace_applications-instance_method
409
+ def deploy_workspace_applications: (
410
+ workspace_id: ::String,
411
+ ?force: bool
412
+ ) -> _DeployWorkspaceApplicationsResponseSuccess
413
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeployWorkspaceApplicationsResponseSuccess
414
+
415
+ interface _DeregisterWorkspaceDirectoryResponseSuccess
416
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterWorkspaceDirectoryResult]
417
+ end
418
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#deregister_workspace_directory-instance_method
419
+ def deregister_workspace_directory: (
420
+ directory_id: ::String
421
+ ) -> _DeregisterWorkspaceDirectoryResponseSuccess
422
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterWorkspaceDirectoryResponseSuccess
423
+
424
+ interface _DescribeAccountResponseSuccess
425
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAccountResult]
426
+ def dedicated_tenancy_support: () -> ("ENABLED" | "DISABLED")
427
+ def dedicated_tenancy_management_cidr_range: () -> ::String
428
+ end
429
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_account-instance_method
430
+ def describe_account: (
431
+ ) -> _DescribeAccountResponseSuccess
432
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAccountResponseSuccess
433
+
434
+ interface _DescribeAccountModificationsResponseSuccess
435
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAccountModificationsResult]
436
+ def account_modifications: () -> ::Array[Types::AccountModification]
437
+ def next_token: () -> ::String
438
+ end
439
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_account_modifications-instance_method
440
+ def describe_account_modifications: (
441
+ ?next_token: ::String
442
+ ) -> _DescribeAccountModificationsResponseSuccess
443
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAccountModificationsResponseSuccess
444
+
445
+ interface _DescribeApplicationAssociationsResponseSuccess
446
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeApplicationAssociationsResult]
447
+ def associations: () -> ::Array[Types::ApplicationResourceAssociation]
448
+ def next_token: () -> ::String
449
+ end
450
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_application_associations-instance_method
451
+ def describe_application_associations: (
452
+ ?max_results: ::Integer,
453
+ ?next_token: ::String,
454
+ application_id: ::String,
455
+ associated_resource_types: Array[("WORKSPACE" | "BUNDLE" | "IMAGE")]
456
+ ) -> _DescribeApplicationAssociationsResponseSuccess
457
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeApplicationAssociationsResponseSuccess
458
+
459
+ interface _DescribeApplicationsResponseSuccess
460
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeApplicationsResult]
461
+ def applications: () -> ::Array[Types::WorkSpaceApplication]
462
+ def next_token: () -> ::String
463
+ end
464
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_applications-instance_method
465
+ def describe_applications: (
466
+ ?application_ids: Array[::String],
467
+ ?compute_type_names: Array[("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")],
468
+ ?license_type: ("LICENSED" | "UNLICENSED"),
469
+ ?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")],
470
+ ?owner: ::String,
471
+ ?max_results: ::Integer,
472
+ ?next_token: ::String
473
+ ) -> _DescribeApplicationsResponseSuccess
474
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeApplicationsResponseSuccess
475
+
476
+ interface _DescribeBundleAssociationsResponseSuccess
477
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeBundleAssociationsResult]
478
+ def associations: () -> ::Array[Types::BundleResourceAssociation]
479
+ end
480
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_bundle_associations-instance_method
481
+ def describe_bundle_associations: (
482
+ bundle_id: ::String,
483
+ associated_resource_types: Array[("APPLICATION")]
484
+ ) -> _DescribeBundleAssociationsResponseSuccess
485
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeBundleAssociationsResponseSuccess
486
+
487
+ interface _DescribeClientBrandingResponseSuccess
488
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeClientBrandingResult]
489
+ def device_type_windows: () -> Types::DefaultClientBrandingAttributes
490
+ def device_type_osx: () -> Types::DefaultClientBrandingAttributes
491
+ def device_type_android: () -> Types::DefaultClientBrandingAttributes
492
+ def device_type_ios: () -> Types::IosClientBrandingAttributes
493
+ def device_type_linux: () -> Types::DefaultClientBrandingAttributes
494
+ def device_type_web: () -> Types::DefaultClientBrandingAttributes
495
+ end
496
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_client_branding-instance_method
497
+ def describe_client_branding: (
498
+ resource_id: ::String
499
+ ) -> _DescribeClientBrandingResponseSuccess
500
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeClientBrandingResponseSuccess
501
+
502
+ interface _DescribeClientPropertiesResponseSuccess
503
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeClientPropertiesResult]
504
+ def client_properties_list: () -> ::Array[Types::ClientPropertiesResult]
505
+ end
506
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_client_properties-instance_method
507
+ def describe_client_properties: (
508
+ resource_ids: Array[::String]
509
+ ) -> _DescribeClientPropertiesResponseSuccess
510
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeClientPropertiesResponseSuccess
511
+
512
+ interface _DescribeConnectClientAddInsResponseSuccess
513
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeConnectClientAddInsResult]
514
+ def add_ins: () -> ::Array[Types::ConnectClientAddIn]
515
+ def next_token: () -> ::String
516
+ end
517
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_connect_client_add_ins-instance_method
518
+ def describe_connect_client_add_ins: (
519
+ resource_id: ::String,
520
+ ?next_token: ::String,
521
+ ?max_results: ::Integer
522
+ ) -> _DescribeConnectClientAddInsResponseSuccess
523
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeConnectClientAddInsResponseSuccess
524
+
525
+ interface _DescribeConnectionAliasPermissionsResponseSuccess
526
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeConnectionAliasPermissionsResult]
527
+ def alias_id: () -> ::String
528
+ def connection_alias_permissions: () -> ::Array[Types::ConnectionAliasPermission]
529
+ def next_token: () -> ::String
530
+ end
531
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_connection_alias_permissions-instance_method
532
+ def describe_connection_alias_permissions: (
533
+ alias_id: ::String,
534
+ ?next_token: ::String,
535
+ ?max_results: ::Integer
536
+ ) -> _DescribeConnectionAliasPermissionsResponseSuccess
537
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeConnectionAliasPermissionsResponseSuccess
538
+
539
+ interface _DescribeConnectionAliasesResponseSuccess
540
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeConnectionAliasesResult]
541
+ def connection_aliases: () -> ::Array[Types::ConnectionAlias]
542
+ def next_token: () -> ::String
543
+ end
544
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_connection_aliases-instance_method
545
+ def describe_connection_aliases: (
546
+ ?alias_ids: Array[::String],
547
+ ?resource_id: ::String,
548
+ ?limit: ::Integer,
549
+ ?next_token: ::String
550
+ ) -> _DescribeConnectionAliasesResponseSuccess
551
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeConnectionAliasesResponseSuccess
552
+
553
+ interface _DescribeImageAssociationsResponseSuccess
554
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeImageAssociationsResult]
555
+ def associations: () -> ::Array[Types::ImageResourceAssociation]
556
+ end
557
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_image_associations-instance_method
558
+ def describe_image_associations: (
559
+ image_id: ::String,
560
+ associated_resource_types: Array[("APPLICATION")]
561
+ ) -> _DescribeImageAssociationsResponseSuccess
562
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeImageAssociationsResponseSuccess
563
+
564
+ interface _DescribeIpGroupsResponseSuccess
565
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeIpGroupsResult]
566
+ def result: () -> ::Array[Types::WorkspacesIpGroup]
567
+ def next_token: () -> ::String
568
+ end
569
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_ip_groups-instance_method
570
+ def describe_ip_groups: (
571
+ ?group_ids: Array[::String],
572
+ ?next_token: ::String,
573
+ ?max_results: ::Integer
574
+ ) -> _DescribeIpGroupsResponseSuccess
575
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeIpGroupsResponseSuccess
576
+
577
+ interface _DescribeTagsResponseSuccess
578
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeTagsResult]
579
+ def tag_list: () -> ::Array[Types::Tag]
580
+ end
581
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_tags-instance_method
582
+ def describe_tags: (
583
+ resource_id: ::String
584
+ ) -> _DescribeTagsResponseSuccess
585
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeTagsResponseSuccess
586
+
587
+ interface _DescribeWorkspaceAssociationsResponseSuccess
588
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeWorkspaceAssociationsResult]
589
+ def associations: () -> ::Array[Types::WorkspaceResourceAssociation]
590
+ end
591
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_workspace_associations-instance_method
592
+ def describe_workspace_associations: (
593
+ workspace_id: ::String,
594
+ associated_resource_types: Array[("APPLICATION")]
595
+ ) -> _DescribeWorkspaceAssociationsResponseSuccess
596
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeWorkspaceAssociationsResponseSuccess
597
+
598
+ interface _DescribeWorkspaceBundlesResponseSuccess
599
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeWorkspaceBundlesResult]
600
+ def bundles: () -> ::Array[Types::WorkspaceBundle]
601
+ def next_token: () -> ::String
602
+ end
603
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_workspace_bundles-instance_method
604
+ def describe_workspace_bundles: (
605
+ ?bundle_ids: Array[::String],
606
+ ?owner: ::String,
607
+ ?next_token: ::String
608
+ ) -> _DescribeWorkspaceBundlesResponseSuccess
609
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeWorkspaceBundlesResponseSuccess
610
+
611
+ interface _DescribeWorkspaceDirectoriesResponseSuccess
612
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeWorkspaceDirectoriesResult]
613
+ def directories: () -> ::Array[Types::WorkspaceDirectory]
614
+ def next_token: () -> ::String
615
+ end
616
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_workspace_directories-instance_method
617
+ def describe_workspace_directories: (
618
+ ?directory_ids: Array[::String],
619
+ ?limit: ::Integer,
620
+ ?next_token: ::String
621
+ ) -> _DescribeWorkspaceDirectoriesResponseSuccess
622
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeWorkspaceDirectoriesResponseSuccess
623
+
624
+ interface _DescribeWorkspaceImagePermissionsResponseSuccess
625
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeWorkspaceImagePermissionsResult]
626
+ def image_id: () -> ::String
627
+ def image_permissions: () -> ::Array[Types::ImagePermission]
628
+ def next_token: () -> ::String
629
+ end
630
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_workspace_image_permissions-instance_method
631
+ def describe_workspace_image_permissions: (
632
+ image_id: ::String,
633
+ ?next_token: ::String,
634
+ ?max_results: ::Integer
635
+ ) -> _DescribeWorkspaceImagePermissionsResponseSuccess
636
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeWorkspaceImagePermissionsResponseSuccess
637
+
638
+ interface _DescribeWorkspaceImagesResponseSuccess
639
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeWorkspaceImagesResult]
640
+ def images: () -> ::Array[Types::WorkspaceImage]
641
+ def next_token: () -> ::String
642
+ end
643
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_workspace_images-instance_method
644
+ def describe_workspace_images: (
645
+ ?image_ids: Array[::String],
646
+ ?image_type: ("OWNED" | "SHARED"),
647
+ ?next_token: ::String,
648
+ ?max_results: ::Integer
649
+ ) -> _DescribeWorkspaceImagesResponseSuccess
650
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeWorkspaceImagesResponseSuccess
651
+
652
+ interface _DescribeWorkspaceSnapshotsResponseSuccess
653
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeWorkspaceSnapshotsResult]
654
+ def rebuild_snapshots: () -> ::Array[Types::Snapshot]
655
+ def restore_snapshots: () -> ::Array[Types::Snapshot]
656
+ end
657
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_workspace_snapshots-instance_method
658
+ def describe_workspace_snapshots: (
659
+ workspace_id: ::String
660
+ ) -> _DescribeWorkspaceSnapshotsResponseSuccess
661
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeWorkspaceSnapshotsResponseSuccess
662
+
663
+ interface _DescribeWorkspacesResponseSuccess
664
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeWorkspacesResult]
665
+ def workspaces: () -> ::Array[Types::Workspace]
666
+ def next_token: () -> ::String
667
+ end
668
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_workspaces-instance_method
669
+ def describe_workspaces: (
670
+ ?workspace_ids: Array[::String],
671
+ ?directory_id: ::String,
672
+ ?user_name: ::String,
673
+ ?bundle_id: ::String,
674
+ ?limit: ::Integer,
675
+ ?next_token: ::String
676
+ ) -> _DescribeWorkspacesResponseSuccess
677
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeWorkspacesResponseSuccess
678
+
679
+ interface _DescribeWorkspacesConnectionStatusResponseSuccess
680
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeWorkspacesConnectionStatusResult]
681
+ def workspaces_connection_status: () -> ::Array[Types::WorkspaceConnectionStatus]
682
+ def next_token: () -> ::String
683
+ end
684
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#describe_workspaces_connection_status-instance_method
685
+ def describe_workspaces_connection_status: (
686
+ ?workspace_ids: Array[::String],
687
+ ?next_token: ::String
688
+ ) -> _DescribeWorkspacesConnectionStatusResponseSuccess
689
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeWorkspacesConnectionStatusResponseSuccess
690
+
691
+ interface _DisassociateConnectionAliasResponseSuccess
692
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateConnectionAliasResult]
693
+ end
694
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#disassociate_connection_alias-instance_method
695
+ def disassociate_connection_alias: (
696
+ alias_id: ::String
697
+ ) -> _DisassociateConnectionAliasResponseSuccess
698
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateConnectionAliasResponseSuccess
699
+
700
+ interface _DisassociateIpGroupsResponseSuccess
701
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateIpGroupsResult]
702
+ end
703
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#disassociate_ip_groups-instance_method
704
+ def disassociate_ip_groups: (
705
+ directory_id: ::String,
706
+ group_ids: Array[::String]
707
+ ) -> _DisassociateIpGroupsResponseSuccess
708
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateIpGroupsResponseSuccess
709
+
710
+ interface _DisassociateWorkspaceApplicationResponseSuccess
711
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateWorkspaceApplicationResult]
712
+ def association: () -> Types::WorkspaceResourceAssociation
713
+ end
714
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#disassociate_workspace_application-instance_method
715
+ def disassociate_workspace_application: (
716
+ workspace_id: ::String,
717
+ application_id: ::String
718
+ ) -> _DisassociateWorkspaceApplicationResponseSuccess
719
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateWorkspaceApplicationResponseSuccess
720
+
721
+ interface _ImportClientBrandingResponseSuccess
722
+ include ::Seahorse::Client::_ResponseSuccess[Types::ImportClientBrandingResult]
723
+ def device_type_windows: () -> Types::DefaultClientBrandingAttributes
724
+ def device_type_osx: () -> Types::DefaultClientBrandingAttributes
725
+ def device_type_android: () -> Types::DefaultClientBrandingAttributes
726
+ def device_type_ios: () -> Types::IosClientBrandingAttributes
727
+ def device_type_linux: () -> Types::DefaultClientBrandingAttributes
728
+ def device_type_web: () -> Types::DefaultClientBrandingAttributes
729
+ end
730
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#import_client_branding-instance_method
731
+ def import_client_branding: (
732
+ resource_id: ::String,
733
+ ?device_type_windows: {
734
+ logo: ::String?,
735
+ support_email: ::String?,
736
+ support_link: ::String?,
737
+ forgot_password_link: ::String?,
738
+ login_message: Hash[::String, ::String]?
739
+ },
740
+ ?device_type_osx: {
741
+ logo: ::String?,
742
+ support_email: ::String?,
743
+ support_link: ::String?,
744
+ forgot_password_link: ::String?,
745
+ login_message: Hash[::String, ::String]?
746
+ },
747
+ ?device_type_android: {
748
+ logo: ::String?,
749
+ support_email: ::String?,
750
+ support_link: ::String?,
751
+ forgot_password_link: ::String?,
752
+ login_message: Hash[::String, ::String]?
753
+ },
754
+ ?device_type_ios: {
755
+ logo: ::String?,
756
+ logo_2x: ::String?,
757
+ logo_3x: ::String?,
758
+ support_email: ::String?,
759
+ support_link: ::String?,
760
+ forgot_password_link: ::String?,
761
+ login_message: Hash[::String, ::String]?
762
+ },
763
+ ?device_type_linux: {
764
+ logo: ::String?,
765
+ support_email: ::String?,
766
+ support_link: ::String?,
767
+ forgot_password_link: ::String?,
768
+ login_message: Hash[::String, ::String]?
769
+ },
770
+ ?device_type_web: {
771
+ logo: ::String?,
772
+ support_email: ::String?,
773
+ support_link: ::String?,
774
+ forgot_password_link: ::String?,
775
+ login_message: Hash[::String, ::String]?
776
+ }
777
+ ) -> _ImportClientBrandingResponseSuccess
778
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportClientBrandingResponseSuccess
779
+
780
+ interface _ImportWorkspaceImageResponseSuccess
781
+ include ::Seahorse::Client::_ResponseSuccess[Types::ImportWorkspaceImageResult]
782
+ def image_id: () -> ::String
783
+ end
784
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#import_workspace_image-instance_method
785
+ def import_workspace_image: (
786
+ ec2_image_id: ::String,
787
+ ingestion_process: ("BYOL_REGULAR" | "BYOL_GRAPHICS" | "BYOL_GRAPHICSPRO" | "BYOL_GRAPHICS_G4DN" | "BYOL_REGULAR_WSP" | "BYOL_REGULAR_BYOP" | "BYOL_GRAPHICS_G4DN_BYOP"),
788
+ image_name: ::String,
789
+ image_description: ::String,
790
+ ?tags: Array[
791
+ {
792
+ key: ::String,
793
+ value: ::String?
794
+ },
795
+ ],
796
+ ?applications: Array[("Microsoft_Office_2016" | "Microsoft_Office_2019")]
797
+ ) -> _ImportWorkspaceImageResponseSuccess
798
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportWorkspaceImageResponseSuccess
799
+
800
+ interface _ListAvailableManagementCidrRangesResponseSuccess
801
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAvailableManagementCidrRangesResult]
802
+ def management_cidr_ranges: () -> ::Array[::String]
803
+ def next_token: () -> ::String
804
+ end
805
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#list_available_management_cidr_ranges-instance_method
806
+ def list_available_management_cidr_ranges: (
807
+ management_cidr_range_constraint: ::String,
808
+ ?max_results: ::Integer,
809
+ ?next_token: ::String
810
+ ) -> _ListAvailableManagementCidrRangesResponseSuccess
811
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAvailableManagementCidrRangesResponseSuccess
812
+
813
+ interface _MigrateWorkspaceResponseSuccess
814
+ include ::Seahorse::Client::_ResponseSuccess[Types::MigrateWorkspaceResult]
815
+ def source_workspace_id: () -> ::String
816
+ def target_workspace_id: () -> ::String
817
+ end
818
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#migrate_workspace-instance_method
819
+ def migrate_workspace: (
820
+ source_workspace_id: ::String,
821
+ bundle_id: ::String
822
+ ) -> _MigrateWorkspaceResponseSuccess
823
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _MigrateWorkspaceResponseSuccess
824
+
825
+ interface _ModifyAccountResponseSuccess
826
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyAccountResult]
827
+ end
828
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#modify_account-instance_method
829
+ def modify_account: (
830
+ ?dedicated_tenancy_support: ("ENABLED"),
831
+ ?dedicated_tenancy_management_cidr_range: ::String
832
+ ) -> _ModifyAccountResponseSuccess
833
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyAccountResponseSuccess
834
+
835
+ interface _ModifyCertificateBasedAuthPropertiesResponseSuccess
836
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyCertificateBasedAuthPropertiesResult]
837
+ end
838
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#modify_certificate_based_auth_properties-instance_method
839
+ def modify_certificate_based_auth_properties: (
840
+ resource_id: ::String,
841
+ ?certificate_based_auth_properties: {
842
+ status: ("DISABLED" | "ENABLED")?,
843
+ certificate_authority_arn: ::String?
844
+ },
845
+ ?properties_to_delete: Array[("CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN")]
846
+ ) -> _ModifyCertificateBasedAuthPropertiesResponseSuccess
847
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyCertificateBasedAuthPropertiesResponseSuccess
848
+
849
+ interface _ModifyClientPropertiesResponseSuccess
850
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyClientPropertiesResult]
851
+ end
852
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#modify_client_properties-instance_method
853
+ def modify_client_properties: (
854
+ resource_id: ::String,
855
+ client_properties: {
856
+ reconnect_enabled: ("ENABLED" | "DISABLED")?,
857
+ log_upload_enabled: ("ENABLED" | "DISABLED")?
858
+ }
859
+ ) -> _ModifyClientPropertiesResponseSuccess
860
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyClientPropertiesResponseSuccess
861
+
862
+ interface _ModifySamlPropertiesResponseSuccess
863
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifySamlPropertiesResult]
864
+ end
865
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#modify_saml_properties-instance_method
866
+ def modify_saml_properties: (
867
+ resource_id: ::String,
868
+ ?saml_properties: {
869
+ status: ("DISABLED" | "ENABLED" | "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK")?,
870
+ user_access_url: ::String?,
871
+ relay_state_parameter_name: ::String?
872
+ },
873
+ ?properties_to_delete: Array[("SAML_PROPERTIES_USER_ACCESS_URL" | "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME")]
874
+ ) -> _ModifySamlPropertiesResponseSuccess
875
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifySamlPropertiesResponseSuccess
876
+
877
+ interface _ModifySelfservicePermissionsResponseSuccess
878
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifySelfservicePermissionsResult]
879
+ end
880
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#modify_selfservice_permissions-instance_method
881
+ def modify_selfservice_permissions: (
882
+ resource_id: ::String,
883
+ selfservice_permissions: {
884
+ restart_workspace: ("ENABLED" | "DISABLED")?,
885
+ increase_volume_size: ("ENABLED" | "DISABLED")?,
886
+ change_compute_type: ("ENABLED" | "DISABLED")?,
887
+ switch_running_mode: ("ENABLED" | "DISABLED")?,
888
+ rebuild_workspace: ("ENABLED" | "DISABLED")?
889
+ }
890
+ ) -> _ModifySelfservicePermissionsResponseSuccess
891
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifySelfservicePermissionsResponseSuccess
892
+
893
+ interface _ModifyWorkspaceAccessPropertiesResponseSuccess
894
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyWorkspaceAccessPropertiesResult]
895
+ end
896
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#modify_workspace_access_properties-instance_method
897
+ def modify_workspace_access_properties: (
898
+ resource_id: ::String,
899
+ workspace_access_properties: {
900
+ device_type_windows: ("ALLOW" | "DENY")?,
901
+ device_type_osx: ("ALLOW" | "DENY")?,
902
+ device_type_web: ("ALLOW" | "DENY")?,
903
+ device_type_ios: ("ALLOW" | "DENY")?,
904
+ device_type_android: ("ALLOW" | "DENY")?,
905
+ device_type_chrome_os: ("ALLOW" | "DENY")?,
906
+ device_type_zero_client: ("ALLOW" | "DENY")?,
907
+ device_type_linux: ("ALLOW" | "DENY")?
908
+ }
909
+ ) -> _ModifyWorkspaceAccessPropertiesResponseSuccess
910
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyWorkspaceAccessPropertiesResponseSuccess
911
+
912
+ interface _ModifyWorkspaceCreationPropertiesResponseSuccess
913
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyWorkspaceCreationPropertiesResult]
914
+ end
915
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#modify_workspace_creation_properties-instance_method
916
+ def modify_workspace_creation_properties: (
917
+ resource_id: ::String,
918
+ workspace_creation_properties: {
919
+ enable_work_docs: bool?,
920
+ enable_internet_access: bool?,
921
+ default_ou: ::String?,
922
+ custom_security_group_id: ::String?,
923
+ user_enabled_as_local_administrator: bool?,
924
+ enable_maintenance_mode: bool?
925
+ }
926
+ ) -> _ModifyWorkspaceCreationPropertiesResponseSuccess
927
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyWorkspaceCreationPropertiesResponseSuccess
928
+
929
+ interface _ModifyWorkspacePropertiesResponseSuccess
930
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyWorkspacePropertiesResult]
931
+ end
932
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#modify_workspace_properties-instance_method
933
+ def modify_workspace_properties: (
934
+ workspace_id: ::String,
935
+ ?workspace_properties: {
936
+ running_mode: ("AUTO_STOP" | "ALWAYS_ON" | "MANUAL")?,
937
+ running_mode_auto_stop_timeout_in_minutes: ::Integer?,
938
+ root_volume_size_gib: ::Integer?,
939
+ user_volume_size_gib: ::Integer?,
940
+ compute_type_name: ("VALUE" | "STANDARD" | "PERFORMANCE" | "POWER" | "GRAPHICS" | "POWERPRO" | "GRAPHICSPRO" | "GRAPHICS_G4DN" | "GRAPHICSPRO_G4DN")?,
941
+ protocols: Array[("PCOIP" | "WSP")]?,
942
+ 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")?
943
+ },
944
+ ?data_replication: ("NO_REPLICATION" | "PRIMARY_AS_SOURCE")
945
+ ) -> _ModifyWorkspacePropertiesResponseSuccess
946
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyWorkspacePropertiesResponseSuccess
947
+
948
+ interface _ModifyWorkspaceStateResponseSuccess
949
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyWorkspaceStateResult]
950
+ end
951
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#modify_workspace_state-instance_method
952
+ def modify_workspace_state: (
953
+ workspace_id: ::String,
954
+ workspace_state: ("AVAILABLE" | "ADMIN_MAINTENANCE")
955
+ ) -> _ModifyWorkspaceStateResponseSuccess
956
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyWorkspaceStateResponseSuccess
957
+
958
+ interface _RebootWorkspacesResponseSuccess
959
+ include ::Seahorse::Client::_ResponseSuccess[Types::RebootWorkspacesResult]
960
+ def failed_requests: () -> ::Array[Types::FailedWorkspaceChangeRequest]
961
+ end
962
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#reboot_workspaces-instance_method
963
+ def reboot_workspaces: (
964
+ reboot_workspace_requests: Array[
965
+ {
966
+ workspace_id: ::String
967
+ },
968
+ ]
969
+ ) -> _RebootWorkspacesResponseSuccess
970
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RebootWorkspacesResponseSuccess
971
+
972
+ interface _RebuildWorkspacesResponseSuccess
973
+ include ::Seahorse::Client::_ResponseSuccess[Types::RebuildWorkspacesResult]
974
+ def failed_requests: () -> ::Array[Types::FailedWorkspaceChangeRequest]
975
+ end
976
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#rebuild_workspaces-instance_method
977
+ def rebuild_workspaces: (
978
+ rebuild_workspace_requests: Array[
979
+ {
980
+ workspace_id: ::String
981
+ },
982
+ ]
983
+ ) -> _RebuildWorkspacesResponseSuccess
984
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RebuildWorkspacesResponseSuccess
985
+
986
+ interface _RegisterWorkspaceDirectoryResponseSuccess
987
+ include ::Seahorse::Client::_ResponseSuccess[Types::RegisterWorkspaceDirectoryResult]
988
+ end
989
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#register_workspace_directory-instance_method
990
+ def register_workspace_directory: (
991
+ directory_id: ::String,
992
+ ?subnet_ids: Array[::String],
993
+ enable_work_docs: bool,
994
+ ?enable_self_service: bool,
995
+ ?tenancy: ("DEDICATED" | "SHARED"),
996
+ ?tags: Array[
997
+ {
998
+ key: ::String,
999
+ value: ::String?
1000
+ },
1001
+ ]
1002
+ ) -> _RegisterWorkspaceDirectoryResponseSuccess
1003
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterWorkspaceDirectoryResponseSuccess
1004
+
1005
+ interface _RestoreWorkspaceResponseSuccess
1006
+ include ::Seahorse::Client::_ResponseSuccess[Types::RestoreWorkspaceResult]
1007
+ end
1008
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#restore_workspace-instance_method
1009
+ def restore_workspace: (
1010
+ workspace_id: ::String
1011
+ ) -> _RestoreWorkspaceResponseSuccess
1012
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreWorkspaceResponseSuccess
1013
+
1014
+ interface _RevokeIpRulesResponseSuccess
1015
+ include ::Seahorse::Client::_ResponseSuccess[Types::RevokeIpRulesResult]
1016
+ end
1017
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#revoke_ip_rules-instance_method
1018
+ def revoke_ip_rules: (
1019
+ group_id: ::String,
1020
+ user_rules: Array[::String]
1021
+ ) -> _RevokeIpRulesResponseSuccess
1022
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RevokeIpRulesResponseSuccess
1023
+
1024
+ interface _StartWorkspacesResponseSuccess
1025
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartWorkspacesResult]
1026
+ def failed_requests: () -> ::Array[Types::FailedWorkspaceChangeRequest]
1027
+ end
1028
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#start_workspaces-instance_method
1029
+ def start_workspaces: (
1030
+ start_workspace_requests: Array[
1031
+ {
1032
+ workspace_id: ::String?
1033
+ },
1034
+ ]
1035
+ ) -> _StartWorkspacesResponseSuccess
1036
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartWorkspacesResponseSuccess
1037
+
1038
+ interface _StopWorkspacesResponseSuccess
1039
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopWorkspacesResult]
1040
+ def failed_requests: () -> ::Array[Types::FailedWorkspaceChangeRequest]
1041
+ end
1042
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#stop_workspaces-instance_method
1043
+ def stop_workspaces: (
1044
+ stop_workspace_requests: Array[
1045
+ {
1046
+ workspace_id: ::String?
1047
+ },
1048
+ ]
1049
+ ) -> _StopWorkspacesResponseSuccess
1050
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopWorkspacesResponseSuccess
1051
+
1052
+ interface _TerminateWorkspacesResponseSuccess
1053
+ include ::Seahorse::Client::_ResponseSuccess[Types::TerminateWorkspacesResult]
1054
+ def failed_requests: () -> ::Array[Types::FailedWorkspaceChangeRequest]
1055
+ end
1056
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#terminate_workspaces-instance_method
1057
+ def terminate_workspaces: (
1058
+ terminate_workspace_requests: Array[
1059
+ {
1060
+ workspace_id: ::String
1061
+ },
1062
+ ]
1063
+ ) -> _TerminateWorkspacesResponseSuccess
1064
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TerminateWorkspacesResponseSuccess
1065
+
1066
+ interface _UpdateConnectClientAddInResponseSuccess
1067
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateConnectClientAddInResult]
1068
+ end
1069
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#update_connect_client_add_in-instance_method
1070
+ def update_connect_client_add_in: (
1071
+ add_in_id: ::String,
1072
+ resource_id: ::String,
1073
+ ?name: ::String,
1074
+ ?url: ::String
1075
+ ) -> _UpdateConnectClientAddInResponseSuccess
1076
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConnectClientAddInResponseSuccess
1077
+
1078
+ interface _UpdateConnectionAliasPermissionResponseSuccess
1079
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateConnectionAliasPermissionResult]
1080
+ end
1081
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#update_connection_alias_permission-instance_method
1082
+ def update_connection_alias_permission: (
1083
+ alias_id: ::String,
1084
+ connection_alias_permission: {
1085
+ shared_account_id: ::String,
1086
+ allow_association: bool
1087
+ }
1088
+ ) -> _UpdateConnectionAliasPermissionResponseSuccess
1089
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConnectionAliasPermissionResponseSuccess
1090
+
1091
+ interface _UpdateRulesOfIpGroupResponseSuccess
1092
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRulesOfIpGroupResult]
1093
+ end
1094
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#update_rules_of_ip_group-instance_method
1095
+ def update_rules_of_ip_group: (
1096
+ group_id: ::String,
1097
+ user_rules: Array[
1098
+ {
1099
+ ip_rule: ::String?,
1100
+ rule_desc: ::String?
1101
+ },
1102
+ ]
1103
+ ) -> _UpdateRulesOfIpGroupResponseSuccess
1104
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRulesOfIpGroupResponseSuccess
1105
+
1106
+ interface _UpdateWorkspaceBundleResponseSuccess
1107
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateWorkspaceBundleResult]
1108
+ end
1109
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#update_workspace_bundle-instance_method
1110
+ def update_workspace_bundle: (
1111
+ ?bundle_id: ::String,
1112
+ ?image_id: ::String
1113
+ ) -> _UpdateWorkspaceBundleResponseSuccess
1114
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWorkspaceBundleResponseSuccess
1115
+
1116
+ interface _UpdateWorkspaceImagePermissionResponseSuccess
1117
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateWorkspaceImagePermissionResult]
1118
+ end
1119
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpaces/Client.html#update_workspace_image_permission-instance_method
1120
+ def update_workspace_image_permission: (
1121
+ image_id: ::String,
1122
+ allow_copy_image: bool,
1123
+ shared_account_id: ::String
1124
+ ) -> _UpdateWorkspaceImagePermissionResponseSuccess
1125
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWorkspaceImagePermissionResponseSuccess
1126
+ end
1127
+ end
1128
+ end
1129
+