aws-sdk-workspacesweb 1.17.0 → 1.18.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/types.rbs ADDED
@@ -0,0 +1,920 @@
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::WorkSpacesWeb
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class AssociateBrowserSettingsRequest
17
+ attr_accessor browser_settings_arn: ::String
18
+ attr_accessor portal_arn: ::String
19
+ SENSITIVE: []
20
+ end
21
+
22
+ class AssociateBrowserSettingsResponse
23
+ attr_accessor browser_settings_arn: ::String
24
+ attr_accessor portal_arn: ::String
25
+ SENSITIVE: []
26
+ end
27
+
28
+ class AssociateIpAccessSettingsRequest
29
+ attr_accessor ip_access_settings_arn: ::String
30
+ attr_accessor portal_arn: ::String
31
+ SENSITIVE: []
32
+ end
33
+
34
+ class AssociateIpAccessSettingsResponse
35
+ attr_accessor ip_access_settings_arn: ::String
36
+ attr_accessor portal_arn: ::String
37
+ SENSITIVE: []
38
+ end
39
+
40
+ class AssociateNetworkSettingsRequest
41
+ attr_accessor network_settings_arn: ::String
42
+ attr_accessor portal_arn: ::String
43
+ SENSITIVE: []
44
+ end
45
+
46
+ class AssociateNetworkSettingsResponse
47
+ attr_accessor network_settings_arn: ::String
48
+ attr_accessor portal_arn: ::String
49
+ SENSITIVE: []
50
+ end
51
+
52
+ class AssociateTrustStoreRequest
53
+ attr_accessor portal_arn: ::String
54
+ attr_accessor trust_store_arn: ::String
55
+ SENSITIVE: []
56
+ end
57
+
58
+ class AssociateTrustStoreResponse
59
+ attr_accessor portal_arn: ::String
60
+ attr_accessor trust_store_arn: ::String
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class AssociateUserAccessLoggingSettingsRequest
65
+ attr_accessor portal_arn: ::String
66
+ attr_accessor user_access_logging_settings_arn: ::String
67
+ SENSITIVE: []
68
+ end
69
+
70
+ class AssociateUserAccessLoggingSettingsResponse
71
+ attr_accessor portal_arn: ::String
72
+ attr_accessor user_access_logging_settings_arn: ::String
73
+ SENSITIVE: []
74
+ end
75
+
76
+ class AssociateUserSettingsRequest
77
+ attr_accessor portal_arn: ::String
78
+ attr_accessor user_settings_arn: ::String
79
+ SENSITIVE: []
80
+ end
81
+
82
+ class AssociateUserSettingsResponse
83
+ attr_accessor portal_arn: ::String
84
+ attr_accessor user_settings_arn: ::String
85
+ SENSITIVE: []
86
+ end
87
+
88
+ class BrowserSettings
89
+ attr_accessor associated_portal_arns: ::Array[::String]
90
+ attr_accessor browser_policy: ::String
91
+ attr_accessor browser_settings_arn: ::String
92
+ SENSITIVE: [:browser_policy]
93
+ end
94
+
95
+ class BrowserSettingsSummary
96
+ attr_accessor browser_settings_arn: ::String
97
+ SENSITIVE: []
98
+ end
99
+
100
+ class Certificate
101
+ attr_accessor body: ::String
102
+ attr_accessor issuer: ::String
103
+ attr_accessor not_valid_after: ::Time
104
+ attr_accessor not_valid_before: ::Time
105
+ attr_accessor subject: ::String
106
+ attr_accessor thumbprint: ::String
107
+ SENSITIVE: []
108
+ end
109
+
110
+ class CertificateSummary
111
+ attr_accessor issuer: ::String
112
+ attr_accessor not_valid_after: ::Time
113
+ attr_accessor not_valid_before: ::Time
114
+ attr_accessor subject: ::String
115
+ attr_accessor thumbprint: ::String
116
+ SENSITIVE: []
117
+ end
118
+
119
+ class ConflictException
120
+ attr_accessor message: ::String
121
+ attr_accessor resource_id: ::String
122
+ attr_accessor resource_type: ::String
123
+ SENSITIVE: []
124
+ end
125
+
126
+ class CookieSpecification
127
+ attr_accessor domain: ::String
128
+ attr_accessor name: ::String
129
+ attr_accessor path: ::String
130
+ SENSITIVE: []
131
+ end
132
+
133
+ class CookieSynchronizationConfiguration
134
+ attr_accessor allowlist: ::Array[Types::CookieSpecification]
135
+ attr_accessor blocklist: ::Array[Types::CookieSpecification]
136
+ SENSITIVE: []
137
+ end
138
+
139
+ class CreateBrowserSettingsRequest
140
+ attr_accessor additional_encryption_context: ::Hash[::String, ::String]
141
+ attr_accessor browser_policy: ::String
142
+ attr_accessor client_token: ::String
143
+ attr_accessor customer_managed_key: ::String
144
+ attr_accessor tags: ::Array[Types::Tag]
145
+ SENSITIVE: [:browser_policy]
146
+ end
147
+
148
+ class CreateBrowserSettingsResponse
149
+ attr_accessor browser_settings_arn: ::String
150
+ SENSITIVE: []
151
+ end
152
+
153
+ class CreateIdentityProviderRequest
154
+ attr_accessor client_token: ::String
155
+ attr_accessor identity_provider_details: ::Hash[::String, ::String]
156
+ attr_accessor identity_provider_name: ::String
157
+ attr_accessor identity_provider_type: ("SAML" | "Facebook" | "Google" | "LoginWithAmazon" | "SignInWithApple" | "OIDC")
158
+ attr_accessor portal_arn: ::String
159
+ SENSITIVE: [:identity_provider_details, :identity_provider_name]
160
+ end
161
+
162
+ class CreateIdentityProviderResponse
163
+ attr_accessor identity_provider_arn: ::String
164
+ SENSITIVE: []
165
+ end
166
+
167
+ class CreateIpAccessSettingsRequest
168
+ attr_accessor additional_encryption_context: ::Hash[::String, ::String]
169
+ attr_accessor client_token: ::String
170
+ attr_accessor customer_managed_key: ::String
171
+ attr_accessor description: ::String
172
+ attr_accessor display_name: ::String
173
+ attr_accessor ip_rules: ::Array[Types::IpRule]
174
+ attr_accessor tags: ::Array[Types::Tag]
175
+ SENSITIVE: [:description, :display_name, :ip_rules]
176
+ end
177
+
178
+ class CreateIpAccessSettingsResponse
179
+ attr_accessor ip_access_settings_arn: ::String
180
+ SENSITIVE: []
181
+ end
182
+
183
+ class CreateNetworkSettingsRequest
184
+ attr_accessor client_token: ::String
185
+ attr_accessor security_group_ids: ::Array[::String]
186
+ attr_accessor subnet_ids: ::Array[::String]
187
+ attr_accessor tags: ::Array[Types::Tag]
188
+ attr_accessor vpc_id: ::String
189
+ SENSITIVE: []
190
+ end
191
+
192
+ class CreateNetworkSettingsResponse
193
+ attr_accessor network_settings_arn: ::String
194
+ SENSITIVE: []
195
+ end
196
+
197
+ class CreatePortalRequest
198
+ attr_accessor additional_encryption_context: ::Hash[::String, ::String]
199
+ attr_accessor authentication_type: ("Standard" | "IAM_Identity_Center")
200
+ attr_accessor client_token: ::String
201
+ attr_accessor customer_managed_key: ::String
202
+ attr_accessor display_name: ::String
203
+ attr_accessor tags: ::Array[Types::Tag]
204
+ SENSITIVE: [:display_name]
205
+ end
206
+
207
+ class CreatePortalResponse
208
+ attr_accessor portal_arn: ::String
209
+ attr_accessor portal_endpoint: ::String
210
+ SENSITIVE: []
211
+ end
212
+
213
+ class CreateTrustStoreRequest
214
+ attr_accessor certificate_list: ::Array[::String]
215
+ attr_accessor client_token: ::String
216
+ attr_accessor tags: ::Array[Types::Tag]
217
+ SENSITIVE: []
218
+ end
219
+
220
+ class CreateTrustStoreResponse
221
+ attr_accessor trust_store_arn: ::String
222
+ SENSITIVE: []
223
+ end
224
+
225
+ class CreateUserAccessLoggingSettingsRequest
226
+ attr_accessor client_token: ::String
227
+ attr_accessor kinesis_stream_arn: ::String
228
+ attr_accessor tags: ::Array[Types::Tag]
229
+ SENSITIVE: []
230
+ end
231
+
232
+ class CreateUserAccessLoggingSettingsResponse
233
+ attr_accessor user_access_logging_settings_arn: ::String
234
+ SENSITIVE: []
235
+ end
236
+
237
+ class CreateUserSettingsRequest
238
+ attr_accessor additional_encryption_context: ::Hash[::String, ::String]
239
+ attr_accessor client_token: ::String
240
+ attr_accessor cookie_synchronization_configuration: Types::CookieSynchronizationConfiguration
241
+ attr_accessor copy_allowed: ("Disabled" | "Enabled")
242
+ attr_accessor customer_managed_key: ::String
243
+ attr_accessor disconnect_timeout_in_minutes: ::Integer
244
+ attr_accessor download_allowed: ("Disabled" | "Enabled")
245
+ attr_accessor idle_disconnect_timeout_in_minutes: ::Integer
246
+ attr_accessor paste_allowed: ("Disabled" | "Enabled")
247
+ attr_accessor print_allowed: ("Disabled" | "Enabled")
248
+ attr_accessor tags: ::Array[Types::Tag]
249
+ attr_accessor upload_allowed: ("Disabled" | "Enabled")
250
+ SENSITIVE: [:cookie_synchronization_configuration]
251
+ end
252
+
253
+ class CreateUserSettingsResponse
254
+ attr_accessor user_settings_arn: ::String
255
+ SENSITIVE: []
256
+ end
257
+
258
+ class DeleteBrowserSettingsRequest
259
+ attr_accessor browser_settings_arn: ::String
260
+ SENSITIVE: []
261
+ end
262
+
263
+ class DeleteBrowserSettingsResponse < Aws::EmptyStructure
264
+ end
265
+
266
+ class DeleteIdentityProviderRequest
267
+ attr_accessor identity_provider_arn: ::String
268
+ SENSITIVE: []
269
+ end
270
+
271
+ class DeleteIdentityProviderResponse < Aws::EmptyStructure
272
+ end
273
+
274
+ class DeleteIpAccessSettingsRequest
275
+ attr_accessor ip_access_settings_arn: ::String
276
+ SENSITIVE: []
277
+ end
278
+
279
+ class DeleteIpAccessSettingsResponse < Aws::EmptyStructure
280
+ end
281
+
282
+ class DeleteNetworkSettingsRequest
283
+ attr_accessor network_settings_arn: ::String
284
+ SENSITIVE: []
285
+ end
286
+
287
+ class DeleteNetworkSettingsResponse < Aws::EmptyStructure
288
+ end
289
+
290
+ class DeletePortalRequest
291
+ attr_accessor portal_arn: ::String
292
+ SENSITIVE: []
293
+ end
294
+
295
+ class DeletePortalResponse < Aws::EmptyStructure
296
+ end
297
+
298
+ class DeleteTrustStoreRequest
299
+ attr_accessor trust_store_arn: ::String
300
+ SENSITIVE: []
301
+ end
302
+
303
+ class DeleteTrustStoreResponse < Aws::EmptyStructure
304
+ end
305
+
306
+ class DeleteUserAccessLoggingSettingsRequest
307
+ attr_accessor user_access_logging_settings_arn: ::String
308
+ SENSITIVE: []
309
+ end
310
+
311
+ class DeleteUserAccessLoggingSettingsResponse < Aws::EmptyStructure
312
+ end
313
+
314
+ class DeleteUserSettingsRequest
315
+ attr_accessor user_settings_arn: ::String
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class DeleteUserSettingsResponse < Aws::EmptyStructure
320
+ end
321
+
322
+ class DisassociateBrowserSettingsRequest
323
+ attr_accessor portal_arn: ::String
324
+ SENSITIVE: []
325
+ end
326
+
327
+ class DisassociateBrowserSettingsResponse < Aws::EmptyStructure
328
+ end
329
+
330
+ class DisassociateIpAccessSettingsRequest
331
+ attr_accessor portal_arn: ::String
332
+ SENSITIVE: []
333
+ end
334
+
335
+ class DisassociateIpAccessSettingsResponse < Aws::EmptyStructure
336
+ end
337
+
338
+ class DisassociateNetworkSettingsRequest
339
+ attr_accessor portal_arn: ::String
340
+ SENSITIVE: []
341
+ end
342
+
343
+ class DisassociateNetworkSettingsResponse < Aws::EmptyStructure
344
+ end
345
+
346
+ class DisassociateTrustStoreRequest
347
+ attr_accessor portal_arn: ::String
348
+ SENSITIVE: []
349
+ end
350
+
351
+ class DisassociateTrustStoreResponse < Aws::EmptyStructure
352
+ end
353
+
354
+ class DisassociateUserAccessLoggingSettingsRequest
355
+ attr_accessor portal_arn: ::String
356
+ SENSITIVE: []
357
+ end
358
+
359
+ class DisassociateUserAccessLoggingSettingsResponse < Aws::EmptyStructure
360
+ end
361
+
362
+ class DisassociateUserSettingsRequest
363
+ attr_accessor portal_arn: ::String
364
+ SENSITIVE: []
365
+ end
366
+
367
+ class DisassociateUserSettingsResponse < Aws::EmptyStructure
368
+ end
369
+
370
+ class GetBrowserSettingsRequest
371
+ attr_accessor browser_settings_arn: ::String
372
+ SENSITIVE: []
373
+ end
374
+
375
+ class GetBrowserSettingsResponse
376
+ attr_accessor browser_settings: Types::BrowserSettings
377
+ SENSITIVE: []
378
+ end
379
+
380
+ class GetIdentityProviderRequest
381
+ attr_accessor identity_provider_arn: ::String
382
+ SENSITIVE: []
383
+ end
384
+
385
+ class GetIdentityProviderResponse
386
+ attr_accessor identity_provider: Types::IdentityProvider
387
+ SENSITIVE: []
388
+ end
389
+
390
+ class GetIpAccessSettingsRequest
391
+ attr_accessor ip_access_settings_arn: ::String
392
+ SENSITIVE: []
393
+ end
394
+
395
+ class GetIpAccessSettingsResponse
396
+ attr_accessor ip_access_settings: Types::IpAccessSettings
397
+ SENSITIVE: []
398
+ end
399
+
400
+ class GetNetworkSettingsRequest
401
+ attr_accessor network_settings_arn: ::String
402
+ SENSITIVE: []
403
+ end
404
+
405
+ class GetNetworkSettingsResponse
406
+ attr_accessor network_settings: Types::NetworkSettings
407
+ SENSITIVE: []
408
+ end
409
+
410
+ class GetPortalRequest
411
+ attr_accessor portal_arn: ::String
412
+ SENSITIVE: []
413
+ end
414
+
415
+ class GetPortalResponse
416
+ attr_accessor portal: Types::Portal
417
+ SENSITIVE: []
418
+ end
419
+
420
+ class GetPortalServiceProviderMetadataRequest
421
+ attr_accessor portal_arn: ::String
422
+ SENSITIVE: []
423
+ end
424
+
425
+ class GetPortalServiceProviderMetadataResponse
426
+ attr_accessor portal_arn: ::String
427
+ attr_accessor service_provider_saml_metadata: ::String
428
+ SENSITIVE: []
429
+ end
430
+
431
+ class GetTrustStoreCertificateRequest
432
+ attr_accessor thumbprint: ::String
433
+ attr_accessor trust_store_arn: ::String
434
+ SENSITIVE: []
435
+ end
436
+
437
+ class GetTrustStoreCertificateResponse
438
+ attr_accessor certificate: Types::Certificate
439
+ attr_accessor trust_store_arn: ::String
440
+ SENSITIVE: []
441
+ end
442
+
443
+ class GetTrustStoreRequest
444
+ attr_accessor trust_store_arn: ::String
445
+ SENSITIVE: []
446
+ end
447
+
448
+ class GetTrustStoreResponse
449
+ attr_accessor trust_store: Types::TrustStore
450
+ SENSITIVE: []
451
+ end
452
+
453
+ class GetUserAccessLoggingSettingsRequest
454
+ attr_accessor user_access_logging_settings_arn: ::String
455
+ SENSITIVE: []
456
+ end
457
+
458
+ class GetUserAccessLoggingSettingsResponse
459
+ attr_accessor user_access_logging_settings: Types::UserAccessLoggingSettings
460
+ SENSITIVE: []
461
+ end
462
+
463
+ class GetUserSettingsRequest
464
+ attr_accessor user_settings_arn: ::String
465
+ SENSITIVE: []
466
+ end
467
+
468
+ class GetUserSettingsResponse
469
+ attr_accessor user_settings: Types::UserSettings
470
+ SENSITIVE: []
471
+ end
472
+
473
+ class IdentityProvider
474
+ attr_accessor identity_provider_arn: ::String
475
+ attr_accessor identity_provider_details: ::Hash[::String, ::String]
476
+ attr_accessor identity_provider_name: ::String
477
+ attr_accessor identity_provider_type: ("SAML" | "Facebook" | "Google" | "LoginWithAmazon" | "SignInWithApple" | "OIDC")
478
+ SENSITIVE: [:identity_provider_details, :identity_provider_name]
479
+ end
480
+
481
+ class IdentityProviderSummary
482
+ attr_accessor identity_provider_arn: ::String
483
+ attr_accessor identity_provider_name: ::String
484
+ attr_accessor identity_provider_type: ("SAML" | "Facebook" | "Google" | "LoginWithAmazon" | "SignInWithApple" | "OIDC")
485
+ SENSITIVE: [:identity_provider_name]
486
+ end
487
+
488
+ class InternalServerException
489
+ attr_accessor message: ::String
490
+ attr_accessor retry_after_seconds: ::Integer
491
+ SENSITIVE: []
492
+ end
493
+
494
+ class IpAccessSettings
495
+ attr_accessor associated_portal_arns: ::Array[::String]
496
+ attr_accessor creation_date: ::Time
497
+ attr_accessor description: ::String
498
+ attr_accessor display_name: ::String
499
+ attr_accessor ip_access_settings_arn: ::String
500
+ attr_accessor ip_rules: ::Array[Types::IpRule]
501
+ SENSITIVE: [:description, :display_name, :ip_rules]
502
+ end
503
+
504
+ class IpAccessSettingsSummary
505
+ attr_accessor creation_date: ::Time
506
+ attr_accessor description: ::String
507
+ attr_accessor display_name: ::String
508
+ attr_accessor ip_access_settings_arn: ::String
509
+ SENSITIVE: [:description, :display_name]
510
+ end
511
+
512
+ class IpRule
513
+ attr_accessor description: ::String
514
+ attr_accessor ip_range: ::String
515
+ SENSITIVE: [:description, :ip_range]
516
+ end
517
+
518
+ class ListBrowserSettingsRequest
519
+ attr_accessor max_results: ::Integer
520
+ attr_accessor next_token: ::String
521
+ SENSITIVE: []
522
+ end
523
+
524
+ class ListBrowserSettingsResponse
525
+ attr_accessor browser_settings: ::Array[Types::BrowserSettingsSummary]
526
+ attr_accessor next_token: ::String
527
+ SENSITIVE: []
528
+ end
529
+
530
+ class ListIdentityProvidersRequest
531
+ attr_accessor max_results: ::Integer
532
+ attr_accessor next_token: ::String
533
+ attr_accessor portal_arn: ::String
534
+ SENSITIVE: []
535
+ end
536
+
537
+ class ListIdentityProvidersResponse
538
+ attr_accessor identity_providers: ::Array[Types::IdentityProviderSummary]
539
+ attr_accessor next_token: ::String
540
+ SENSITIVE: []
541
+ end
542
+
543
+ class ListIpAccessSettingsRequest
544
+ attr_accessor max_results: ::Integer
545
+ attr_accessor next_token: ::String
546
+ SENSITIVE: []
547
+ end
548
+
549
+ class ListIpAccessSettingsResponse
550
+ attr_accessor ip_access_settings: ::Array[Types::IpAccessSettingsSummary]
551
+ attr_accessor next_token: ::String
552
+ SENSITIVE: []
553
+ end
554
+
555
+ class ListNetworkSettingsRequest
556
+ attr_accessor max_results: ::Integer
557
+ attr_accessor next_token: ::String
558
+ SENSITIVE: []
559
+ end
560
+
561
+ class ListNetworkSettingsResponse
562
+ attr_accessor network_settings: ::Array[Types::NetworkSettingsSummary]
563
+ attr_accessor next_token: ::String
564
+ SENSITIVE: []
565
+ end
566
+
567
+ class ListPortalsRequest
568
+ attr_accessor max_results: ::Integer
569
+ attr_accessor next_token: ::String
570
+ SENSITIVE: []
571
+ end
572
+
573
+ class ListPortalsResponse
574
+ attr_accessor next_token: ::String
575
+ attr_accessor portals: ::Array[Types::PortalSummary]
576
+ SENSITIVE: []
577
+ end
578
+
579
+ class ListTagsForResourceRequest
580
+ attr_accessor resource_arn: ::String
581
+ SENSITIVE: []
582
+ end
583
+
584
+ class ListTagsForResourceResponse
585
+ attr_accessor tags: ::Array[Types::Tag]
586
+ SENSITIVE: []
587
+ end
588
+
589
+ class ListTrustStoreCertificatesRequest
590
+ attr_accessor max_results: ::Integer
591
+ attr_accessor next_token: ::String
592
+ attr_accessor trust_store_arn: ::String
593
+ SENSITIVE: []
594
+ end
595
+
596
+ class ListTrustStoreCertificatesResponse
597
+ attr_accessor certificate_list: ::Array[Types::CertificateSummary]
598
+ attr_accessor next_token: ::String
599
+ attr_accessor trust_store_arn: ::String
600
+ SENSITIVE: []
601
+ end
602
+
603
+ class ListTrustStoresRequest
604
+ attr_accessor max_results: ::Integer
605
+ attr_accessor next_token: ::String
606
+ SENSITIVE: []
607
+ end
608
+
609
+ class ListTrustStoresResponse
610
+ attr_accessor next_token: ::String
611
+ attr_accessor trust_stores: ::Array[Types::TrustStoreSummary]
612
+ SENSITIVE: []
613
+ end
614
+
615
+ class ListUserAccessLoggingSettingsRequest
616
+ attr_accessor max_results: ::Integer
617
+ attr_accessor next_token: ::String
618
+ SENSITIVE: []
619
+ end
620
+
621
+ class ListUserAccessLoggingSettingsResponse
622
+ attr_accessor next_token: ::String
623
+ attr_accessor user_access_logging_settings: ::Array[Types::UserAccessLoggingSettingsSummary]
624
+ SENSITIVE: []
625
+ end
626
+
627
+ class ListUserSettingsRequest
628
+ attr_accessor max_results: ::Integer
629
+ attr_accessor next_token: ::String
630
+ SENSITIVE: []
631
+ end
632
+
633
+ class ListUserSettingsResponse
634
+ attr_accessor next_token: ::String
635
+ attr_accessor user_settings: ::Array[Types::UserSettingsSummary]
636
+ SENSITIVE: []
637
+ end
638
+
639
+ class NetworkSettings
640
+ attr_accessor associated_portal_arns: ::Array[::String]
641
+ attr_accessor network_settings_arn: ::String
642
+ attr_accessor security_group_ids: ::Array[::String]
643
+ attr_accessor subnet_ids: ::Array[::String]
644
+ attr_accessor vpc_id: ::String
645
+ SENSITIVE: []
646
+ end
647
+
648
+ class NetworkSettingsSummary
649
+ attr_accessor network_settings_arn: ::String
650
+ attr_accessor vpc_id: ::String
651
+ SENSITIVE: []
652
+ end
653
+
654
+ class Portal
655
+ attr_accessor authentication_type: ("Standard" | "IAM_Identity_Center")
656
+ attr_accessor browser_settings_arn: ::String
657
+ attr_accessor browser_type: ("Chrome")
658
+ attr_accessor creation_date: ::Time
659
+ attr_accessor display_name: ::String
660
+ attr_accessor ip_access_settings_arn: ::String
661
+ attr_accessor network_settings_arn: ::String
662
+ attr_accessor portal_arn: ::String
663
+ attr_accessor portal_endpoint: ::String
664
+ attr_accessor portal_status: ("Incomplete" | "Pending" | "Active")
665
+ attr_accessor renderer_type: ("AppStream")
666
+ attr_accessor status_reason: ::String
667
+ attr_accessor trust_store_arn: ::String
668
+ attr_accessor user_access_logging_settings_arn: ::String
669
+ attr_accessor user_settings_arn: ::String
670
+ SENSITIVE: [:display_name]
671
+ end
672
+
673
+ class PortalSummary
674
+ attr_accessor authentication_type: ("Standard" | "IAM_Identity_Center")
675
+ attr_accessor browser_settings_arn: ::String
676
+ attr_accessor browser_type: ("Chrome")
677
+ attr_accessor creation_date: ::Time
678
+ attr_accessor display_name: ::String
679
+ attr_accessor ip_access_settings_arn: ::String
680
+ attr_accessor network_settings_arn: ::String
681
+ attr_accessor portal_arn: ::String
682
+ attr_accessor portal_endpoint: ::String
683
+ attr_accessor portal_status: ("Incomplete" | "Pending" | "Active")
684
+ attr_accessor renderer_type: ("AppStream")
685
+ attr_accessor trust_store_arn: ::String
686
+ attr_accessor user_access_logging_settings_arn: ::String
687
+ attr_accessor user_settings_arn: ::String
688
+ SENSITIVE: [:display_name]
689
+ end
690
+
691
+ class ResourceNotFoundException
692
+ attr_accessor message: ::String
693
+ attr_accessor resource_id: ::String
694
+ attr_accessor resource_type: ::String
695
+ SENSITIVE: []
696
+ end
697
+
698
+ class ServiceQuotaExceededException
699
+ attr_accessor message: ::String
700
+ attr_accessor quota_code: ::String
701
+ attr_accessor resource_id: ::String
702
+ attr_accessor resource_type: ::String
703
+ attr_accessor service_code: ::String
704
+ SENSITIVE: []
705
+ end
706
+
707
+ class Tag
708
+ attr_accessor key: ::String
709
+ attr_accessor value: ::String
710
+ SENSITIVE: [:key, :value]
711
+ end
712
+
713
+ class TagResourceRequest
714
+ attr_accessor client_token: ::String
715
+ attr_accessor resource_arn: ::String
716
+ attr_accessor tags: ::Array[Types::Tag]
717
+ SENSITIVE: []
718
+ end
719
+
720
+ class TagResourceResponse < Aws::EmptyStructure
721
+ end
722
+
723
+ class ThrottlingException
724
+ attr_accessor message: ::String
725
+ attr_accessor quota_code: ::String
726
+ attr_accessor retry_after_seconds: ::Integer
727
+ attr_accessor service_code: ::String
728
+ SENSITIVE: []
729
+ end
730
+
731
+ class TooManyTagsException
732
+ attr_accessor message: ::String
733
+ attr_accessor resource_name: ::String
734
+ SENSITIVE: []
735
+ end
736
+
737
+ class TrustStore
738
+ attr_accessor associated_portal_arns: ::Array[::String]
739
+ attr_accessor trust_store_arn: ::String
740
+ SENSITIVE: []
741
+ end
742
+
743
+ class TrustStoreSummary
744
+ attr_accessor trust_store_arn: ::String
745
+ SENSITIVE: []
746
+ end
747
+
748
+ class UntagResourceRequest
749
+ attr_accessor resource_arn: ::String
750
+ attr_accessor tag_keys: ::Array[::String]
751
+ SENSITIVE: []
752
+ end
753
+
754
+ class UntagResourceResponse < Aws::EmptyStructure
755
+ end
756
+
757
+ class UpdateBrowserSettingsRequest
758
+ attr_accessor browser_policy: ::String
759
+ attr_accessor browser_settings_arn: ::String
760
+ attr_accessor client_token: ::String
761
+ SENSITIVE: [:browser_policy]
762
+ end
763
+
764
+ class UpdateBrowserSettingsResponse
765
+ attr_accessor browser_settings: Types::BrowserSettings
766
+ SENSITIVE: []
767
+ end
768
+
769
+ class UpdateIdentityProviderRequest
770
+ attr_accessor client_token: ::String
771
+ attr_accessor identity_provider_arn: ::String
772
+ attr_accessor identity_provider_details: ::Hash[::String, ::String]
773
+ attr_accessor identity_provider_name: ::String
774
+ attr_accessor identity_provider_type: ("SAML" | "Facebook" | "Google" | "LoginWithAmazon" | "SignInWithApple" | "OIDC")
775
+ SENSITIVE: [:identity_provider_details, :identity_provider_name]
776
+ end
777
+
778
+ class UpdateIdentityProviderResponse
779
+ attr_accessor identity_provider: Types::IdentityProvider
780
+ SENSITIVE: []
781
+ end
782
+
783
+ class UpdateIpAccessSettingsRequest
784
+ attr_accessor client_token: ::String
785
+ attr_accessor description: ::String
786
+ attr_accessor display_name: ::String
787
+ attr_accessor ip_access_settings_arn: ::String
788
+ attr_accessor ip_rules: ::Array[Types::IpRule]
789
+ SENSITIVE: [:description, :display_name, :ip_rules]
790
+ end
791
+
792
+ class UpdateIpAccessSettingsResponse
793
+ attr_accessor ip_access_settings: Types::IpAccessSettings
794
+ SENSITIVE: []
795
+ end
796
+
797
+ class UpdateNetworkSettingsRequest
798
+ attr_accessor client_token: ::String
799
+ attr_accessor network_settings_arn: ::String
800
+ attr_accessor security_group_ids: ::Array[::String]
801
+ attr_accessor subnet_ids: ::Array[::String]
802
+ attr_accessor vpc_id: ::String
803
+ SENSITIVE: []
804
+ end
805
+
806
+ class UpdateNetworkSettingsResponse
807
+ attr_accessor network_settings: Types::NetworkSettings
808
+ SENSITIVE: []
809
+ end
810
+
811
+ class UpdatePortalRequest
812
+ attr_accessor authentication_type: ("Standard" | "IAM_Identity_Center")
813
+ attr_accessor display_name: ::String
814
+ attr_accessor portal_arn: ::String
815
+ SENSITIVE: [:display_name]
816
+ end
817
+
818
+ class UpdatePortalResponse
819
+ attr_accessor portal: Types::Portal
820
+ SENSITIVE: []
821
+ end
822
+
823
+ class UpdateTrustStoreRequest
824
+ attr_accessor certificates_to_add: ::Array[::String]
825
+ attr_accessor certificates_to_delete: ::Array[::String]
826
+ attr_accessor client_token: ::String
827
+ attr_accessor trust_store_arn: ::String
828
+ SENSITIVE: []
829
+ end
830
+
831
+ class UpdateTrustStoreResponse
832
+ attr_accessor trust_store_arn: ::String
833
+ SENSITIVE: []
834
+ end
835
+
836
+ class UpdateUserAccessLoggingSettingsRequest
837
+ attr_accessor client_token: ::String
838
+ attr_accessor kinesis_stream_arn: ::String
839
+ attr_accessor user_access_logging_settings_arn: ::String
840
+ SENSITIVE: []
841
+ end
842
+
843
+ class UpdateUserAccessLoggingSettingsResponse
844
+ attr_accessor user_access_logging_settings: Types::UserAccessLoggingSettings
845
+ SENSITIVE: []
846
+ end
847
+
848
+ class UpdateUserSettingsRequest
849
+ attr_accessor client_token: ::String
850
+ attr_accessor cookie_synchronization_configuration: Types::CookieSynchronizationConfiguration
851
+ attr_accessor copy_allowed: ("Disabled" | "Enabled")
852
+ attr_accessor disconnect_timeout_in_minutes: ::Integer
853
+ attr_accessor download_allowed: ("Disabled" | "Enabled")
854
+ attr_accessor idle_disconnect_timeout_in_minutes: ::Integer
855
+ attr_accessor paste_allowed: ("Disabled" | "Enabled")
856
+ attr_accessor print_allowed: ("Disabled" | "Enabled")
857
+ attr_accessor upload_allowed: ("Disabled" | "Enabled")
858
+ attr_accessor user_settings_arn: ::String
859
+ SENSITIVE: [:cookie_synchronization_configuration]
860
+ end
861
+
862
+ class UpdateUserSettingsResponse
863
+ attr_accessor user_settings: Types::UserSettings
864
+ SENSITIVE: []
865
+ end
866
+
867
+ class UserAccessLoggingSettings
868
+ attr_accessor associated_portal_arns: ::Array[::String]
869
+ attr_accessor kinesis_stream_arn: ::String
870
+ attr_accessor user_access_logging_settings_arn: ::String
871
+ SENSITIVE: []
872
+ end
873
+
874
+ class UserAccessLoggingSettingsSummary
875
+ attr_accessor kinesis_stream_arn: ::String
876
+ attr_accessor user_access_logging_settings_arn: ::String
877
+ SENSITIVE: []
878
+ end
879
+
880
+ class UserSettings
881
+ attr_accessor associated_portal_arns: ::Array[::String]
882
+ attr_accessor cookie_synchronization_configuration: Types::CookieSynchronizationConfiguration
883
+ attr_accessor copy_allowed: ("Disabled" | "Enabled")
884
+ attr_accessor disconnect_timeout_in_minutes: ::Integer
885
+ attr_accessor download_allowed: ("Disabled" | "Enabled")
886
+ attr_accessor idle_disconnect_timeout_in_minutes: ::Integer
887
+ attr_accessor paste_allowed: ("Disabled" | "Enabled")
888
+ attr_accessor print_allowed: ("Disabled" | "Enabled")
889
+ attr_accessor upload_allowed: ("Disabled" | "Enabled")
890
+ attr_accessor user_settings_arn: ::String
891
+ SENSITIVE: [:cookie_synchronization_configuration]
892
+ end
893
+
894
+ class UserSettingsSummary
895
+ attr_accessor cookie_synchronization_configuration: Types::CookieSynchronizationConfiguration
896
+ attr_accessor copy_allowed: ("Disabled" | "Enabled")
897
+ attr_accessor disconnect_timeout_in_minutes: ::Integer
898
+ attr_accessor download_allowed: ("Disabled" | "Enabled")
899
+ attr_accessor idle_disconnect_timeout_in_minutes: ::Integer
900
+ attr_accessor paste_allowed: ("Disabled" | "Enabled")
901
+ attr_accessor print_allowed: ("Disabled" | "Enabled")
902
+ attr_accessor upload_allowed: ("Disabled" | "Enabled")
903
+ attr_accessor user_settings_arn: ::String
904
+ SENSITIVE: [:cookie_synchronization_configuration]
905
+ end
906
+
907
+ class ValidationException
908
+ attr_accessor field_list: ::Array[Types::ValidationExceptionField]
909
+ attr_accessor message: ::String
910
+ attr_accessor reason: ("unknownOperation" | "cannotParse" | "fieldValidationFailed" | "other")
911
+ SENSITIVE: []
912
+ end
913
+
914
+ class ValidationExceptionField
915
+ attr_accessor message: ::String
916
+ attr_accessor name: ::String
917
+ SENSITIVE: []
918
+ end
919
+ end
920
+ end