aws-sdk-workspacesweb 1.17.0 → 1.19.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,833 @@
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 WorkSpacesWeb
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/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
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _AssociateBrowserSettingsResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateBrowserSettingsResponse]
77
+ def browser_settings_arn: () -> ::String
78
+ def portal_arn: () -> ::String
79
+ end
80
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#associate_browser_settings-instance_method
81
+ def associate_browser_settings: (
82
+ browser_settings_arn: ::String,
83
+ portal_arn: ::String
84
+ ) -> _AssociateBrowserSettingsResponseSuccess
85
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateBrowserSettingsResponseSuccess
86
+
87
+ interface _AssociateIpAccessSettingsResponseSuccess
88
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateIpAccessSettingsResponse]
89
+ def ip_access_settings_arn: () -> ::String
90
+ def portal_arn: () -> ::String
91
+ end
92
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#associate_ip_access_settings-instance_method
93
+ def associate_ip_access_settings: (
94
+ ip_access_settings_arn: ::String,
95
+ portal_arn: ::String
96
+ ) -> _AssociateIpAccessSettingsResponseSuccess
97
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateIpAccessSettingsResponseSuccess
98
+
99
+ interface _AssociateNetworkSettingsResponseSuccess
100
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateNetworkSettingsResponse]
101
+ def network_settings_arn: () -> ::String
102
+ def portal_arn: () -> ::String
103
+ end
104
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#associate_network_settings-instance_method
105
+ def associate_network_settings: (
106
+ network_settings_arn: ::String,
107
+ portal_arn: ::String
108
+ ) -> _AssociateNetworkSettingsResponseSuccess
109
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateNetworkSettingsResponseSuccess
110
+
111
+ interface _AssociateTrustStoreResponseSuccess
112
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateTrustStoreResponse]
113
+ def portal_arn: () -> ::String
114
+ def trust_store_arn: () -> ::String
115
+ end
116
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#associate_trust_store-instance_method
117
+ def associate_trust_store: (
118
+ portal_arn: ::String,
119
+ trust_store_arn: ::String
120
+ ) -> _AssociateTrustStoreResponseSuccess
121
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateTrustStoreResponseSuccess
122
+
123
+ interface _AssociateUserAccessLoggingSettingsResponseSuccess
124
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateUserAccessLoggingSettingsResponse]
125
+ def portal_arn: () -> ::String
126
+ def user_access_logging_settings_arn: () -> ::String
127
+ end
128
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#associate_user_access_logging_settings-instance_method
129
+ def associate_user_access_logging_settings: (
130
+ portal_arn: ::String,
131
+ user_access_logging_settings_arn: ::String
132
+ ) -> _AssociateUserAccessLoggingSettingsResponseSuccess
133
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateUserAccessLoggingSettingsResponseSuccess
134
+
135
+ interface _AssociateUserSettingsResponseSuccess
136
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateUserSettingsResponse]
137
+ def portal_arn: () -> ::String
138
+ def user_settings_arn: () -> ::String
139
+ end
140
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#associate_user_settings-instance_method
141
+ def associate_user_settings: (
142
+ portal_arn: ::String,
143
+ user_settings_arn: ::String
144
+ ) -> _AssociateUserSettingsResponseSuccess
145
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateUserSettingsResponseSuccess
146
+
147
+ interface _CreateBrowserSettingsResponseSuccess
148
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateBrowserSettingsResponse]
149
+ def browser_settings_arn: () -> ::String
150
+ end
151
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#create_browser_settings-instance_method
152
+ def create_browser_settings: (
153
+ ?additional_encryption_context: Hash[::String, ::String],
154
+ browser_policy: ::String,
155
+ ?client_token: ::String,
156
+ ?customer_managed_key: ::String,
157
+ ?tags: Array[
158
+ {
159
+ key: ::String,
160
+ value: ::String
161
+ },
162
+ ]
163
+ ) -> _CreateBrowserSettingsResponseSuccess
164
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBrowserSettingsResponseSuccess
165
+
166
+ interface _CreateIdentityProviderResponseSuccess
167
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateIdentityProviderResponse]
168
+ def identity_provider_arn: () -> ::String
169
+ end
170
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#create_identity_provider-instance_method
171
+ def create_identity_provider: (
172
+ ?client_token: ::String,
173
+ identity_provider_details: Hash[::String, ::String],
174
+ identity_provider_name: ::String,
175
+ identity_provider_type: ("SAML" | "Facebook" | "Google" | "LoginWithAmazon" | "SignInWithApple" | "OIDC"),
176
+ portal_arn: ::String
177
+ ) -> _CreateIdentityProviderResponseSuccess
178
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIdentityProviderResponseSuccess
179
+
180
+ interface _CreateIpAccessSettingsResponseSuccess
181
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateIpAccessSettingsResponse]
182
+ def ip_access_settings_arn: () -> ::String
183
+ end
184
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#create_ip_access_settings-instance_method
185
+ def create_ip_access_settings: (
186
+ ?additional_encryption_context: Hash[::String, ::String],
187
+ ?client_token: ::String,
188
+ ?customer_managed_key: ::String,
189
+ ?description: ::String,
190
+ ?display_name: ::String,
191
+ ip_rules: Array[
192
+ {
193
+ description: ::String?,
194
+ ip_range: ::String
195
+ },
196
+ ],
197
+ ?tags: Array[
198
+ {
199
+ key: ::String,
200
+ value: ::String
201
+ },
202
+ ]
203
+ ) -> _CreateIpAccessSettingsResponseSuccess
204
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIpAccessSettingsResponseSuccess
205
+
206
+ interface _CreateNetworkSettingsResponseSuccess
207
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateNetworkSettingsResponse]
208
+ def network_settings_arn: () -> ::String
209
+ end
210
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#create_network_settings-instance_method
211
+ def create_network_settings: (
212
+ ?client_token: ::String,
213
+ security_group_ids: Array[::String],
214
+ subnet_ids: Array[::String],
215
+ ?tags: Array[
216
+ {
217
+ key: ::String,
218
+ value: ::String
219
+ },
220
+ ],
221
+ vpc_id: ::String
222
+ ) -> _CreateNetworkSettingsResponseSuccess
223
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateNetworkSettingsResponseSuccess
224
+
225
+ interface _CreatePortalResponseSuccess
226
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreatePortalResponse]
227
+ def portal_arn: () -> ::String
228
+ def portal_endpoint: () -> ::String
229
+ end
230
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#create_portal-instance_method
231
+ def create_portal: (
232
+ ?additional_encryption_context: Hash[::String, ::String],
233
+ ?authentication_type: ("Standard" | "IAM_Identity_Center"),
234
+ ?client_token: ::String,
235
+ ?customer_managed_key: ::String,
236
+ ?display_name: ::String,
237
+ ?instance_type: ("standard.regular" | "standard.large" | "standard.xlarge"),
238
+ ?max_concurrent_sessions: ::Integer,
239
+ ?tags: Array[
240
+ {
241
+ key: ::String,
242
+ value: ::String
243
+ },
244
+ ]
245
+ ) -> _CreatePortalResponseSuccess
246
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePortalResponseSuccess
247
+
248
+ interface _CreateTrustStoreResponseSuccess
249
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateTrustStoreResponse]
250
+ def trust_store_arn: () -> ::String
251
+ end
252
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#create_trust_store-instance_method
253
+ def create_trust_store: (
254
+ certificate_list: Array[::String],
255
+ ?client_token: ::String,
256
+ ?tags: Array[
257
+ {
258
+ key: ::String,
259
+ value: ::String
260
+ },
261
+ ]
262
+ ) -> _CreateTrustStoreResponseSuccess
263
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTrustStoreResponseSuccess
264
+
265
+ interface _CreateUserAccessLoggingSettingsResponseSuccess
266
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateUserAccessLoggingSettingsResponse]
267
+ def user_access_logging_settings_arn: () -> ::String
268
+ end
269
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#create_user_access_logging_settings-instance_method
270
+ def create_user_access_logging_settings: (
271
+ ?client_token: ::String,
272
+ kinesis_stream_arn: ::String,
273
+ ?tags: Array[
274
+ {
275
+ key: ::String,
276
+ value: ::String
277
+ },
278
+ ]
279
+ ) -> _CreateUserAccessLoggingSettingsResponseSuccess
280
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserAccessLoggingSettingsResponseSuccess
281
+
282
+ interface _CreateUserSettingsResponseSuccess
283
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateUserSettingsResponse]
284
+ def user_settings_arn: () -> ::String
285
+ end
286
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#create_user_settings-instance_method
287
+ def create_user_settings: (
288
+ ?additional_encryption_context: Hash[::String, ::String],
289
+ ?client_token: ::String,
290
+ ?cookie_synchronization_configuration: {
291
+ allowlist: Array[
292
+ {
293
+ domain: ::String,
294
+ name: ::String?,
295
+ path: ::String?
296
+ },
297
+ ],
298
+ blocklist: Array[
299
+ {
300
+ domain: ::String,
301
+ name: ::String?,
302
+ path: ::String?
303
+ },
304
+ ]?
305
+ },
306
+ copy_allowed: ("Disabled" | "Enabled"),
307
+ ?customer_managed_key: ::String,
308
+ ?disconnect_timeout_in_minutes: ::Integer,
309
+ download_allowed: ("Disabled" | "Enabled"),
310
+ ?idle_disconnect_timeout_in_minutes: ::Integer,
311
+ paste_allowed: ("Disabled" | "Enabled"),
312
+ print_allowed: ("Disabled" | "Enabled"),
313
+ ?tags: Array[
314
+ {
315
+ key: ::String,
316
+ value: ::String
317
+ },
318
+ ],
319
+ upload_allowed: ("Disabled" | "Enabled")
320
+ ) -> _CreateUserSettingsResponseSuccess
321
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserSettingsResponseSuccess
322
+
323
+ interface _DeleteBrowserSettingsResponseSuccess
324
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteBrowserSettingsResponse]
325
+ end
326
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#delete_browser_settings-instance_method
327
+ def delete_browser_settings: (
328
+ browser_settings_arn: ::String
329
+ ) -> _DeleteBrowserSettingsResponseSuccess
330
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteBrowserSettingsResponseSuccess
331
+
332
+ interface _DeleteIdentityProviderResponseSuccess
333
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIdentityProviderResponse]
334
+ end
335
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#delete_identity_provider-instance_method
336
+ def delete_identity_provider: (
337
+ identity_provider_arn: ::String
338
+ ) -> _DeleteIdentityProviderResponseSuccess
339
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIdentityProviderResponseSuccess
340
+
341
+ interface _DeleteIpAccessSettingsResponseSuccess
342
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIpAccessSettingsResponse]
343
+ end
344
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#delete_ip_access_settings-instance_method
345
+ def delete_ip_access_settings: (
346
+ ip_access_settings_arn: ::String
347
+ ) -> _DeleteIpAccessSettingsResponseSuccess
348
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIpAccessSettingsResponseSuccess
349
+
350
+ interface _DeleteNetworkSettingsResponseSuccess
351
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteNetworkSettingsResponse]
352
+ end
353
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#delete_network_settings-instance_method
354
+ def delete_network_settings: (
355
+ network_settings_arn: ::String
356
+ ) -> _DeleteNetworkSettingsResponseSuccess
357
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteNetworkSettingsResponseSuccess
358
+
359
+ interface _DeletePortalResponseSuccess
360
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeletePortalResponse]
361
+ end
362
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#delete_portal-instance_method
363
+ def delete_portal: (
364
+ portal_arn: ::String
365
+ ) -> _DeletePortalResponseSuccess
366
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePortalResponseSuccess
367
+
368
+ interface _DeleteTrustStoreResponseSuccess
369
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteTrustStoreResponse]
370
+ end
371
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#delete_trust_store-instance_method
372
+ def delete_trust_store: (
373
+ trust_store_arn: ::String
374
+ ) -> _DeleteTrustStoreResponseSuccess
375
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteTrustStoreResponseSuccess
376
+
377
+ interface _DeleteUserAccessLoggingSettingsResponseSuccess
378
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteUserAccessLoggingSettingsResponse]
379
+ end
380
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#delete_user_access_logging_settings-instance_method
381
+ def delete_user_access_logging_settings: (
382
+ user_access_logging_settings_arn: ::String
383
+ ) -> _DeleteUserAccessLoggingSettingsResponseSuccess
384
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteUserAccessLoggingSettingsResponseSuccess
385
+
386
+ interface _DeleteUserSettingsResponseSuccess
387
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteUserSettingsResponse]
388
+ end
389
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#delete_user_settings-instance_method
390
+ def delete_user_settings: (
391
+ user_settings_arn: ::String
392
+ ) -> _DeleteUserSettingsResponseSuccess
393
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteUserSettingsResponseSuccess
394
+
395
+ interface _DisassociateBrowserSettingsResponseSuccess
396
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateBrowserSettingsResponse]
397
+ end
398
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#disassociate_browser_settings-instance_method
399
+ def disassociate_browser_settings: (
400
+ portal_arn: ::String
401
+ ) -> _DisassociateBrowserSettingsResponseSuccess
402
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateBrowserSettingsResponseSuccess
403
+
404
+ interface _DisassociateIpAccessSettingsResponseSuccess
405
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateIpAccessSettingsResponse]
406
+ end
407
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#disassociate_ip_access_settings-instance_method
408
+ def disassociate_ip_access_settings: (
409
+ portal_arn: ::String
410
+ ) -> _DisassociateIpAccessSettingsResponseSuccess
411
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateIpAccessSettingsResponseSuccess
412
+
413
+ interface _DisassociateNetworkSettingsResponseSuccess
414
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateNetworkSettingsResponse]
415
+ end
416
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#disassociate_network_settings-instance_method
417
+ def disassociate_network_settings: (
418
+ portal_arn: ::String
419
+ ) -> _DisassociateNetworkSettingsResponseSuccess
420
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateNetworkSettingsResponseSuccess
421
+
422
+ interface _DisassociateTrustStoreResponseSuccess
423
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateTrustStoreResponse]
424
+ end
425
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#disassociate_trust_store-instance_method
426
+ def disassociate_trust_store: (
427
+ portal_arn: ::String
428
+ ) -> _DisassociateTrustStoreResponseSuccess
429
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateTrustStoreResponseSuccess
430
+
431
+ interface _DisassociateUserAccessLoggingSettingsResponseSuccess
432
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateUserAccessLoggingSettingsResponse]
433
+ end
434
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#disassociate_user_access_logging_settings-instance_method
435
+ def disassociate_user_access_logging_settings: (
436
+ portal_arn: ::String
437
+ ) -> _DisassociateUserAccessLoggingSettingsResponseSuccess
438
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateUserAccessLoggingSettingsResponseSuccess
439
+
440
+ interface _DisassociateUserSettingsResponseSuccess
441
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateUserSettingsResponse]
442
+ end
443
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#disassociate_user_settings-instance_method
444
+ def disassociate_user_settings: (
445
+ portal_arn: ::String
446
+ ) -> _DisassociateUserSettingsResponseSuccess
447
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateUserSettingsResponseSuccess
448
+
449
+ interface _GetBrowserSettingsResponseSuccess
450
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBrowserSettingsResponse]
451
+ def browser_settings: () -> Types::BrowserSettings
452
+ end
453
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#get_browser_settings-instance_method
454
+ def get_browser_settings: (
455
+ browser_settings_arn: ::String
456
+ ) -> _GetBrowserSettingsResponseSuccess
457
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBrowserSettingsResponseSuccess
458
+
459
+ interface _GetIdentityProviderResponseSuccess
460
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetIdentityProviderResponse]
461
+ def identity_provider: () -> Types::IdentityProvider
462
+ end
463
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#get_identity_provider-instance_method
464
+ def get_identity_provider: (
465
+ identity_provider_arn: ::String
466
+ ) -> _GetIdentityProviderResponseSuccess
467
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIdentityProviderResponseSuccess
468
+
469
+ interface _GetIpAccessSettingsResponseSuccess
470
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetIpAccessSettingsResponse]
471
+ def ip_access_settings: () -> Types::IpAccessSettings
472
+ end
473
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#get_ip_access_settings-instance_method
474
+ def get_ip_access_settings: (
475
+ ip_access_settings_arn: ::String
476
+ ) -> _GetIpAccessSettingsResponseSuccess
477
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIpAccessSettingsResponseSuccess
478
+
479
+ interface _GetNetworkSettingsResponseSuccess
480
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetNetworkSettingsResponse]
481
+ def network_settings: () -> Types::NetworkSettings
482
+ end
483
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#get_network_settings-instance_method
484
+ def get_network_settings: (
485
+ network_settings_arn: ::String
486
+ ) -> _GetNetworkSettingsResponseSuccess
487
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetNetworkSettingsResponseSuccess
488
+
489
+ interface _GetPortalResponseSuccess
490
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPortalResponse]
491
+ def portal: () -> Types::Portal
492
+ end
493
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#get_portal-instance_method
494
+ def get_portal: (
495
+ portal_arn: ::String
496
+ ) -> _GetPortalResponseSuccess
497
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPortalResponseSuccess
498
+
499
+ interface _GetPortalServiceProviderMetadataResponseSuccess
500
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPortalServiceProviderMetadataResponse]
501
+ def portal_arn: () -> ::String
502
+ def service_provider_saml_metadata: () -> ::String
503
+ end
504
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#get_portal_service_provider_metadata-instance_method
505
+ def get_portal_service_provider_metadata: (
506
+ portal_arn: ::String
507
+ ) -> _GetPortalServiceProviderMetadataResponseSuccess
508
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPortalServiceProviderMetadataResponseSuccess
509
+
510
+ interface _GetTrustStoreResponseSuccess
511
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetTrustStoreResponse]
512
+ def trust_store: () -> Types::TrustStore
513
+ end
514
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#get_trust_store-instance_method
515
+ def get_trust_store: (
516
+ trust_store_arn: ::String
517
+ ) -> _GetTrustStoreResponseSuccess
518
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTrustStoreResponseSuccess
519
+
520
+ interface _GetTrustStoreCertificateResponseSuccess
521
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetTrustStoreCertificateResponse]
522
+ def certificate: () -> Types::Certificate
523
+ def trust_store_arn: () -> ::String
524
+ end
525
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#get_trust_store_certificate-instance_method
526
+ def get_trust_store_certificate: (
527
+ thumbprint: ::String,
528
+ trust_store_arn: ::String
529
+ ) -> _GetTrustStoreCertificateResponseSuccess
530
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTrustStoreCertificateResponseSuccess
531
+
532
+ interface _GetUserAccessLoggingSettingsResponseSuccess
533
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetUserAccessLoggingSettingsResponse]
534
+ def user_access_logging_settings: () -> Types::UserAccessLoggingSettings
535
+ end
536
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#get_user_access_logging_settings-instance_method
537
+ def get_user_access_logging_settings: (
538
+ user_access_logging_settings_arn: ::String
539
+ ) -> _GetUserAccessLoggingSettingsResponseSuccess
540
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetUserAccessLoggingSettingsResponseSuccess
541
+
542
+ interface _GetUserSettingsResponseSuccess
543
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetUserSettingsResponse]
544
+ def user_settings: () -> Types::UserSettings
545
+ end
546
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#get_user_settings-instance_method
547
+ def get_user_settings: (
548
+ user_settings_arn: ::String
549
+ ) -> _GetUserSettingsResponseSuccess
550
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetUserSettingsResponseSuccess
551
+
552
+ interface _ListBrowserSettingsResponseSuccess
553
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListBrowserSettingsResponse]
554
+ def browser_settings: () -> ::Array[Types::BrowserSettingsSummary]
555
+ def next_token: () -> ::String
556
+ end
557
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#list_browser_settings-instance_method
558
+ def list_browser_settings: (
559
+ ?max_results: ::Integer,
560
+ ?next_token: ::String
561
+ ) -> _ListBrowserSettingsResponseSuccess
562
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBrowserSettingsResponseSuccess
563
+
564
+ interface _ListIdentityProvidersResponseSuccess
565
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIdentityProvidersResponse]
566
+ def identity_providers: () -> ::Array[Types::IdentityProviderSummary]
567
+ def next_token: () -> ::String
568
+ end
569
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#list_identity_providers-instance_method
570
+ def list_identity_providers: (
571
+ ?max_results: ::Integer,
572
+ ?next_token: ::String,
573
+ portal_arn: ::String
574
+ ) -> _ListIdentityProvidersResponseSuccess
575
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIdentityProvidersResponseSuccess
576
+
577
+ interface _ListIpAccessSettingsResponseSuccess
578
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIpAccessSettingsResponse]
579
+ def ip_access_settings: () -> ::Array[Types::IpAccessSettingsSummary]
580
+ def next_token: () -> ::String
581
+ end
582
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#list_ip_access_settings-instance_method
583
+ def list_ip_access_settings: (
584
+ ?max_results: ::Integer,
585
+ ?next_token: ::String
586
+ ) -> _ListIpAccessSettingsResponseSuccess
587
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIpAccessSettingsResponseSuccess
588
+
589
+ interface _ListNetworkSettingsResponseSuccess
590
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListNetworkSettingsResponse]
591
+ def network_settings: () -> ::Array[Types::NetworkSettingsSummary]
592
+ def next_token: () -> ::String
593
+ end
594
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#list_network_settings-instance_method
595
+ def list_network_settings: (
596
+ ?max_results: ::Integer,
597
+ ?next_token: ::String
598
+ ) -> _ListNetworkSettingsResponseSuccess
599
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListNetworkSettingsResponseSuccess
600
+
601
+ interface _ListPortalsResponseSuccess
602
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPortalsResponse]
603
+ def next_token: () -> ::String
604
+ def portals: () -> ::Array[Types::PortalSummary]
605
+ end
606
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#list_portals-instance_method
607
+ def list_portals: (
608
+ ?max_results: ::Integer,
609
+ ?next_token: ::String
610
+ ) -> _ListPortalsResponseSuccess
611
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPortalsResponseSuccess
612
+
613
+ interface _ListTagsForResourceResponseSuccess
614
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
615
+ def tags: () -> ::Array[Types::Tag]
616
+ end
617
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#list_tags_for_resource-instance_method
618
+ def list_tags_for_resource: (
619
+ resource_arn: ::String
620
+ ) -> _ListTagsForResourceResponseSuccess
621
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
622
+
623
+ interface _ListTrustStoreCertificatesResponseSuccess
624
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTrustStoreCertificatesResponse]
625
+ def certificate_list: () -> ::Array[Types::CertificateSummary]
626
+ def next_token: () -> ::String
627
+ def trust_store_arn: () -> ::String
628
+ end
629
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#list_trust_store_certificates-instance_method
630
+ def list_trust_store_certificates: (
631
+ ?max_results: ::Integer,
632
+ ?next_token: ::String,
633
+ trust_store_arn: ::String
634
+ ) -> _ListTrustStoreCertificatesResponseSuccess
635
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTrustStoreCertificatesResponseSuccess
636
+
637
+ interface _ListTrustStoresResponseSuccess
638
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTrustStoresResponse]
639
+ def next_token: () -> ::String
640
+ def trust_stores: () -> ::Array[Types::TrustStoreSummary]
641
+ end
642
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#list_trust_stores-instance_method
643
+ def list_trust_stores: (
644
+ ?max_results: ::Integer,
645
+ ?next_token: ::String
646
+ ) -> _ListTrustStoresResponseSuccess
647
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTrustStoresResponseSuccess
648
+
649
+ interface _ListUserAccessLoggingSettingsResponseSuccess
650
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListUserAccessLoggingSettingsResponse]
651
+ def next_token: () -> ::String
652
+ def user_access_logging_settings: () -> ::Array[Types::UserAccessLoggingSettingsSummary]
653
+ end
654
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#list_user_access_logging_settings-instance_method
655
+ def list_user_access_logging_settings: (
656
+ ?max_results: ::Integer,
657
+ ?next_token: ::String
658
+ ) -> _ListUserAccessLoggingSettingsResponseSuccess
659
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUserAccessLoggingSettingsResponseSuccess
660
+
661
+ interface _ListUserSettingsResponseSuccess
662
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListUserSettingsResponse]
663
+ def next_token: () -> ::String
664
+ def user_settings: () -> ::Array[Types::UserSettingsSummary]
665
+ end
666
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#list_user_settings-instance_method
667
+ def list_user_settings: (
668
+ ?max_results: ::Integer,
669
+ ?next_token: ::String
670
+ ) -> _ListUserSettingsResponseSuccess
671
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUserSettingsResponseSuccess
672
+
673
+ interface _TagResourceResponseSuccess
674
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
675
+ end
676
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#tag_resource-instance_method
677
+ def tag_resource: (
678
+ ?client_token: ::String,
679
+ resource_arn: ::String,
680
+ tags: Array[
681
+ {
682
+ key: ::String,
683
+ value: ::String
684
+ },
685
+ ]
686
+ ) -> _TagResourceResponseSuccess
687
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
688
+
689
+ interface _UntagResourceResponseSuccess
690
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
691
+ end
692
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#untag_resource-instance_method
693
+ def untag_resource: (
694
+ resource_arn: ::String,
695
+ tag_keys: Array[::String]
696
+ ) -> _UntagResourceResponseSuccess
697
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
698
+
699
+ interface _UpdateBrowserSettingsResponseSuccess
700
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateBrowserSettingsResponse]
701
+ def browser_settings: () -> Types::BrowserSettings
702
+ end
703
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#update_browser_settings-instance_method
704
+ def update_browser_settings: (
705
+ ?browser_policy: ::String,
706
+ browser_settings_arn: ::String,
707
+ ?client_token: ::String
708
+ ) -> _UpdateBrowserSettingsResponseSuccess
709
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBrowserSettingsResponseSuccess
710
+
711
+ interface _UpdateIdentityProviderResponseSuccess
712
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIdentityProviderResponse]
713
+ def identity_provider: () -> Types::IdentityProvider
714
+ end
715
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#update_identity_provider-instance_method
716
+ def update_identity_provider: (
717
+ ?client_token: ::String,
718
+ identity_provider_arn: ::String,
719
+ ?identity_provider_details: Hash[::String, ::String],
720
+ ?identity_provider_name: ::String,
721
+ ?identity_provider_type: ("SAML" | "Facebook" | "Google" | "LoginWithAmazon" | "SignInWithApple" | "OIDC")
722
+ ) -> _UpdateIdentityProviderResponseSuccess
723
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIdentityProviderResponseSuccess
724
+
725
+ interface _UpdateIpAccessSettingsResponseSuccess
726
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIpAccessSettingsResponse]
727
+ def ip_access_settings: () -> Types::IpAccessSettings
728
+ end
729
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#update_ip_access_settings-instance_method
730
+ def update_ip_access_settings: (
731
+ ?client_token: ::String,
732
+ ?description: ::String,
733
+ ?display_name: ::String,
734
+ ip_access_settings_arn: ::String,
735
+ ?ip_rules: Array[
736
+ {
737
+ description: ::String?,
738
+ ip_range: ::String
739
+ },
740
+ ]
741
+ ) -> _UpdateIpAccessSettingsResponseSuccess
742
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIpAccessSettingsResponseSuccess
743
+
744
+ interface _UpdateNetworkSettingsResponseSuccess
745
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateNetworkSettingsResponse]
746
+ def network_settings: () -> Types::NetworkSettings
747
+ end
748
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#update_network_settings-instance_method
749
+ def update_network_settings: (
750
+ ?client_token: ::String,
751
+ network_settings_arn: ::String,
752
+ ?security_group_ids: Array[::String],
753
+ ?subnet_ids: Array[::String],
754
+ ?vpc_id: ::String
755
+ ) -> _UpdateNetworkSettingsResponseSuccess
756
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateNetworkSettingsResponseSuccess
757
+
758
+ interface _UpdatePortalResponseSuccess
759
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePortalResponse]
760
+ def portal: () -> Types::Portal
761
+ end
762
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#update_portal-instance_method
763
+ def update_portal: (
764
+ ?authentication_type: ("Standard" | "IAM_Identity_Center"),
765
+ ?display_name: ::String,
766
+ ?instance_type: ("standard.regular" | "standard.large" | "standard.xlarge"),
767
+ ?max_concurrent_sessions: ::Integer,
768
+ portal_arn: ::String
769
+ ) -> _UpdatePortalResponseSuccess
770
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePortalResponseSuccess
771
+
772
+ interface _UpdateTrustStoreResponseSuccess
773
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateTrustStoreResponse]
774
+ def trust_store_arn: () -> ::String
775
+ end
776
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#update_trust_store-instance_method
777
+ def update_trust_store: (
778
+ ?certificates_to_add: Array[::String],
779
+ ?certificates_to_delete: Array[::String],
780
+ ?client_token: ::String,
781
+ trust_store_arn: ::String
782
+ ) -> _UpdateTrustStoreResponseSuccess
783
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTrustStoreResponseSuccess
784
+
785
+ interface _UpdateUserAccessLoggingSettingsResponseSuccess
786
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateUserAccessLoggingSettingsResponse]
787
+ def user_access_logging_settings: () -> Types::UserAccessLoggingSettings
788
+ end
789
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#update_user_access_logging_settings-instance_method
790
+ def update_user_access_logging_settings: (
791
+ ?client_token: ::String,
792
+ ?kinesis_stream_arn: ::String,
793
+ user_access_logging_settings_arn: ::String
794
+ ) -> _UpdateUserAccessLoggingSettingsResponseSuccess
795
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUserAccessLoggingSettingsResponseSuccess
796
+
797
+ interface _UpdateUserSettingsResponseSuccess
798
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateUserSettingsResponse]
799
+ def user_settings: () -> Types::UserSettings
800
+ end
801
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WorkSpacesWeb/Client.html#update_user_settings-instance_method
802
+ def update_user_settings: (
803
+ ?client_token: ::String,
804
+ ?cookie_synchronization_configuration: {
805
+ allowlist: Array[
806
+ {
807
+ domain: ::String,
808
+ name: ::String?,
809
+ path: ::String?
810
+ },
811
+ ],
812
+ blocklist: Array[
813
+ {
814
+ domain: ::String,
815
+ name: ::String?,
816
+ path: ::String?
817
+ },
818
+ ]?
819
+ },
820
+ ?copy_allowed: ("Disabled" | "Enabled"),
821
+ ?disconnect_timeout_in_minutes: ::Integer,
822
+ ?download_allowed: ("Disabled" | "Enabled"),
823
+ ?idle_disconnect_timeout_in_minutes: ::Integer,
824
+ ?paste_allowed: ("Disabled" | "Enabled"),
825
+ ?print_allowed: ("Disabled" | "Enabled"),
826
+ ?upload_allowed: ("Disabled" | "Enabled"),
827
+ user_settings_arn: ::String
828
+ ) -> _UpdateUserSettingsResponseSuccess
829
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUserSettingsResponseSuccess
830
+ end
831
+ end
832
+ end
833
+