aws-sdk-workspacesweb 1.17.0 → 1.19.0

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