@aws-sdk/client-workspaces-web 3.296.0 → 3.297.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.
Files changed (65) hide show
  1. package/dist-types/WorkSpacesWeb.d.ts +52 -0
  2. package/dist-types/WorkSpacesWebClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociateTrustStoreCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +16 -0
  7. package/dist-types/commands/AssociateUserSettingsCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +16 -0
  11. package/dist-types/commands/CreatePortalCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateTrustStoreCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateUserSettingsCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +16 -0
  18. package/dist-types/commands/DeletePortalCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteUserSettingsCommand.d.ts +16 -0
  22. package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +16 -0
  23. package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +16 -0
  24. package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +16 -0
  25. package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +16 -0
  26. package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +16 -0
  27. package/dist-types/commands/GetBrowserSettingsCommand.d.ts +16 -0
  28. package/dist-types/commands/GetIdentityProviderCommand.d.ts +16 -0
  29. package/dist-types/commands/GetNetworkSettingsCommand.d.ts +16 -0
  30. package/dist-types/commands/GetPortalCommand.d.ts +16 -0
  31. package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +16 -0
  32. package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +16 -0
  33. package/dist-types/commands/GetTrustStoreCommand.d.ts +16 -0
  34. package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +16 -0
  35. package/dist-types/commands/GetUserSettingsCommand.d.ts +16 -0
  36. package/dist-types/commands/ListBrowserSettingsCommand.d.ts +16 -0
  37. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +16 -0
  38. package/dist-types/commands/ListNetworkSettingsCommand.d.ts +16 -0
  39. package/dist-types/commands/ListPortalsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  41. package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListTrustStoresCommand.d.ts +16 -0
  43. package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListUserSettingsCommand.d.ts +16 -0
  45. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  46. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  47. package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +16 -0
  48. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +16 -0
  49. package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +16 -0
  50. package/dist-types/commands/UpdatePortalCommand.d.ts +16 -0
  51. package/dist-types/commands/UpdateTrustStoreCommand.d.ts +16 -0
  52. package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +16 -0
  53. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +16 -0
  54. package/dist-types/models/WorkSpacesWebServiceException.d.ts +2 -0
  55. package/dist-types/models/models_0.d.ts +353 -0
  56. package/dist-types/pagination/Interfaces.d.ts +3 -0
  57. package/dist-types/pagination/ListBrowserSettingsPaginator.d.ts +3 -0
  58. package/dist-types/pagination/ListIdentityProvidersPaginator.d.ts +3 -0
  59. package/dist-types/pagination/ListNetworkSettingsPaginator.d.ts +3 -0
  60. package/dist-types/pagination/ListPortalsPaginator.d.ts +3 -0
  61. package/dist-types/pagination/ListTrustStoreCertificatesPaginator.d.ts +3 -0
  62. package/dist-types/pagination/ListTrustStoresPaginator.d.ts +3 -0
  63. package/dist-types/pagination/ListUserAccessLoggingSettingsPaginator.d.ts +3 -0
  64. package/dist-types/pagination/ListUserSettingsPaginator.d.ts +3 -0
  65. package/package.json +3 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { WorkSpacesWebServiceException as __BaseException } from "./WorkSpacesWebServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>Access is denied.</p>
5
6
  */
6
7
  export declare class AccessDeniedException extends __BaseException {
@@ -11,6 +12,9 @@ export declare class AccessDeniedException extends __BaseException {
11
12
  */
12
13
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
13
14
  }
15
+ /**
16
+ * @public
17
+ */
14
18
  export interface AssociateBrowserSettingsRequest {
15
19
  /**
16
20
  * <p>The ARN of the web portal.</p>
@@ -21,6 +25,9 @@ export interface AssociateBrowserSettingsRequest {
21
25
  */
22
26
  browserSettingsArn: string | undefined;
23
27
  }
28
+ /**
29
+ * @public
30
+ */
24
31
  export interface AssociateBrowserSettingsResponse {
25
32
  /**
26
33
  * <p>The ARN of the web portal.</p>
@@ -32,6 +39,7 @@ export interface AssociateBrowserSettingsResponse {
32
39
  browserSettingsArn: string | undefined;
33
40
  }
34
41
  /**
42
+ * @public
35
43
  * <p>There is a conflict.</p>
36
44
  */
37
45
  export declare class ConflictException extends __BaseException {
@@ -51,6 +59,7 @@ export declare class ConflictException extends __BaseException {
51
59
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
52
60
  }
53
61
  /**
62
+ * @public
54
63
  * <p>There is an internal server error.</p>
55
64
  */
56
65
  export declare class InternalServerException extends __BaseException {
@@ -66,6 +75,7 @@ export declare class InternalServerException extends __BaseException {
66
75
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
67
76
  }
68
77
  /**
78
+ * @public
69
79
  * <p>The resource cannot be found.</p>
70
80
  */
71
81
  export declare class ResourceNotFoundException extends __BaseException {
@@ -85,6 +95,7 @@ export declare class ResourceNotFoundException extends __BaseException {
85
95
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
86
96
  }
87
97
  /**
98
+ * @public
88
99
  * <p>There is a throttling error.</p>
89
100
  */
90
101
  export declare class ThrottlingException extends __BaseException {
@@ -108,6 +119,7 @@ export declare class ThrottlingException extends __BaseException {
108
119
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
109
120
  }
110
121
  /**
122
+ * @public
111
123
  * <p>Information about a field passed inside a request that resulted in an exception.</p>
112
124
  */
113
125
  export interface ValidationExceptionField {
@@ -120,6 +132,9 @@ export interface ValidationExceptionField {
120
132
  */
121
133
  message: string | undefined;
122
134
  }
135
+ /**
136
+ * @public
137
+ */
123
138
  export declare enum ValidationExceptionReason {
124
139
  CANNOT_PARSE = "cannotParse",
125
140
  FIELD_VALIDATION_FAILED = "fieldValidationFailed",
@@ -127,6 +142,7 @@ export declare enum ValidationExceptionReason {
127
142
  UNKNOWN_OPERATION = "unknownOperation"
128
143
  }
129
144
  /**
145
+ * @public
130
146
  * <p>There is a validation error.</p>
131
147
  */
132
148
  export declare class ValidationException extends __BaseException {
@@ -145,6 +161,9 @@ export declare class ValidationException extends __BaseException {
145
161
  */
146
162
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
147
163
  }
164
+ /**
165
+ * @public
166
+ */
148
167
  export interface AssociateNetworkSettingsRequest {
149
168
  /**
150
169
  * <p>The ARN of the web portal.</p>
@@ -155,6 +174,9 @@ export interface AssociateNetworkSettingsRequest {
155
174
  */
156
175
  networkSettingsArn: string | undefined;
157
176
  }
177
+ /**
178
+ * @public
179
+ */
158
180
  export interface AssociateNetworkSettingsResponse {
159
181
  /**
160
182
  * <p>The ARN of the web portal.</p>
@@ -165,6 +187,9 @@ export interface AssociateNetworkSettingsResponse {
165
187
  */
166
188
  networkSettingsArn: string | undefined;
167
189
  }
190
+ /**
191
+ * @public
192
+ */
168
193
  export interface AssociateTrustStoreRequest {
169
194
  /**
170
195
  * <p>The ARN of the web portal.</p>
@@ -175,6 +200,9 @@ export interface AssociateTrustStoreRequest {
175
200
  */
176
201
  trustStoreArn: string | undefined;
177
202
  }
203
+ /**
204
+ * @public
205
+ */
178
206
  export interface AssociateTrustStoreResponse {
179
207
  /**
180
208
  * <p>The ARN of the web portal.</p>
@@ -185,6 +213,9 @@ export interface AssociateTrustStoreResponse {
185
213
  */
186
214
  trustStoreArn: string | undefined;
187
215
  }
216
+ /**
217
+ * @public
218
+ */
188
219
  export interface AssociateUserAccessLoggingSettingsRequest {
189
220
  /**
190
221
  * <p>The ARN of the web portal.</p>
@@ -195,6 +226,9 @@ export interface AssociateUserAccessLoggingSettingsRequest {
195
226
  */
196
227
  userAccessLoggingSettingsArn: string | undefined;
197
228
  }
229
+ /**
230
+ * @public
231
+ */
198
232
  export interface AssociateUserAccessLoggingSettingsResponse {
199
233
  /**
200
234
  * <p>The ARN of the web portal.</p>
@@ -205,6 +239,9 @@ export interface AssociateUserAccessLoggingSettingsResponse {
205
239
  */
206
240
  userAccessLoggingSettingsArn: string | undefined;
207
241
  }
242
+ /**
243
+ * @public
244
+ */
208
245
  export interface AssociateUserSettingsRequest {
209
246
  /**
210
247
  * <p>The ARN of the web portal.</p>
@@ -215,6 +252,9 @@ export interface AssociateUserSettingsRequest {
215
252
  */
216
253
  userSettingsArn: string | undefined;
217
254
  }
255
+ /**
256
+ * @public
257
+ */
218
258
  export interface AssociateUserSettingsResponse {
219
259
  /**
220
260
  * <p>The ARN of the web portal.</p>
@@ -225,11 +265,15 @@ export interface AssociateUserSettingsResponse {
225
265
  */
226
266
  userSettingsArn: string | undefined;
227
267
  }
268
+ /**
269
+ * @public
270
+ */
228
271
  export declare enum AuthenticationType {
229
272
  IAM_IDENTITY_CENTER = "IAM_Identity_Center",
230
273
  STANDARD = "Standard"
231
274
  }
232
275
  /**
276
+ * @public
233
277
  * <p>The tag.</p>
234
278
  */
235
279
  export interface Tag {
@@ -242,6 +286,9 @@ export interface Tag {
242
286
  */
243
287
  Value: string | undefined;
244
288
  }
289
+ /**
290
+ * @public
291
+ */
245
292
  export interface CreateBrowserSettingsRequest {
246
293
  /**
247
294
  * <p>The tags to add to the browser settings resource. A tag is a key-value pair.</p>
@@ -269,6 +316,9 @@ export interface CreateBrowserSettingsRequest {
269
316
  */
270
317
  clientToken?: string;
271
318
  }
319
+ /**
320
+ * @public
321
+ */
272
322
  export interface CreateBrowserSettingsResponse {
273
323
  /**
274
324
  * <p>The ARN of the browser settings.</p>
@@ -276,6 +326,7 @@ export interface CreateBrowserSettingsResponse {
276
326
  browserSettingsArn: string | undefined;
277
327
  }
278
328
  /**
329
+ * @public
279
330
  * <p>The service quota has been exceeded.</p>
280
331
  */
281
332
  export declare class ServiceQuotaExceededException extends __BaseException {
@@ -302,6 +353,9 @@ export declare class ServiceQuotaExceededException extends __BaseException {
302
353
  */
303
354
  constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
304
355
  }
356
+ /**
357
+ * @public
358
+ */
305
359
  export declare enum IdentityProviderType {
306
360
  Facebook = "Facebook",
307
361
  Google = "Google",
@@ -310,6 +364,9 @@ export declare enum IdentityProviderType {
310
364
  SAML = "SAML",
311
365
  SignInWithApple = "SignInWithApple"
312
366
  }
367
+ /**
368
+ * @public
369
+ */
313
370
  export interface CreateIdentityProviderRequest {
314
371
  /**
315
372
  * <p>The ARN of the web portal.</p>
@@ -489,12 +546,18 @@ export interface CreateIdentityProviderRequest {
489
546
  */
490
547
  clientToken?: string;
491
548
  }
549
+ /**
550
+ * @public
551
+ */
492
552
  export interface CreateIdentityProviderResponse {
493
553
  /**
494
554
  * <p>The ARN of the identity provider.</p>
495
555
  */
496
556
  identityProviderArn: string | undefined;
497
557
  }
558
+ /**
559
+ * @public
560
+ */
498
561
  export interface CreateNetworkSettingsRequest {
499
562
  /**
500
563
  * <p>The VPC that streaming instances will connect to.</p>
@@ -522,12 +585,18 @@ export interface CreateNetworkSettingsRequest {
522
585
  */
523
586
  clientToken?: string;
524
587
  }
588
+ /**
589
+ * @public
590
+ */
525
591
  export interface CreateNetworkSettingsResponse {
526
592
  /**
527
593
  * <p>The ARN of the network settings.</p>
528
594
  */
529
595
  networkSettingsArn: string | undefined;
530
596
  }
597
+ /**
598
+ * @public
599
+ */
531
600
  export interface CreatePortalRequest {
532
601
  /**
533
602
  * <p>The name of the web portal. This is not visible to users who log into the web portal.</p>
@@ -571,6 +640,9 @@ export interface CreatePortalRequest {
571
640
  */
572
641
  authenticationType?: AuthenticationType | string;
573
642
  }
643
+ /**
644
+ * @public
645
+ */
574
646
  export interface CreatePortalResponse {
575
647
  /**
576
648
  * <p>The ARN of the web portal.</p>
@@ -581,6 +653,9 @@ export interface CreatePortalResponse {
581
653
  */
582
654
  portalEndpoint: string | undefined;
583
655
  }
656
+ /**
657
+ * @public
658
+ */
584
659
  export interface CreateTrustStoreRequest {
585
660
  /**
586
661
  * <p>A list of CA certificates to be added to the trust store.</p>
@@ -600,12 +675,18 @@ export interface CreateTrustStoreRequest {
600
675
  */
601
676
  clientToken?: string;
602
677
  }
678
+ /**
679
+ * @public
680
+ */
603
681
  export interface CreateTrustStoreResponse {
604
682
  /**
605
683
  * <p>The ARN of the trust store.</p>
606
684
  */
607
685
  trustStoreArn: string | undefined;
608
686
  }
687
+ /**
688
+ * @public
689
+ */
609
690
  export interface CreateUserAccessLoggingSettingsRequest {
610
691
  /**
611
692
  * <p>The ARN of the Kinesis stream.</p>
@@ -625,16 +706,25 @@ export interface CreateUserAccessLoggingSettingsRequest {
625
706
  */
626
707
  clientToken?: string;
627
708
  }
709
+ /**
710
+ * @public
711
+ */
628
712
  export interface CreateUserAccessLoggingSettingsResponse {
629
713
  /**
630
714
  * <p>The ARN of the user access logging settings.</p>
631
715
  */
632
716
  userAccessLoggingSettingsArn: string | undefined;
633
717
  }
718
+ /**
719
+ * @public
720
+ */
634
721
  export declare enum EnabledType {
635
722
  DISABLED = "Disabled",
636
723
  ENABLED = "Enabled"
637
724
  }
725
+ /**
726
+ * @public
727
+ */
638
728
  export interface CreateUserSettingsRequest {
639
729
  /**
640
730
  * <p>Specifies whether the user can copy text from the streaming session to the local
@@ -682,108 +772,186 @@ export interface CreateUserSettingsRequest {
682
772
  */
683
773
  clientToken?: string;
684
774
  }
775
+ /**
776
+ * @public
777
+ */
685
778
  export interface CreateUserSettingsResponse {
686
779
  /**
687
780
  * <p>The ARN of the user settings.</p>
688
781
  */
689
782
  userSettingsArn: string | undefined;
690
783
  }
784
+ /**
785
+ * @public
786
+ */
691
787
  export interface DeleteBrowserSettingsRequest {
692
788
  /**
693
789
  * <p>The ARN of the browser settings.</p>
694
790
  */
695
791
  browserSettingsArn: string | undefined;
696
792
  }
793
+ /**
794
+ * @public
795
+ */
697
796
  export interface DeleteBrowserSettingsResponse {
698
797
  }
798
+ /**
799
+ * @public
800
+ */
699
801
  export interface DeleteIdentityProviderRequest {
700
802
  /**
701
803
  * <p>The ARN of the identity provider.</p>
702
804
  */
703
805
  identityProviderArn: string | undefined;
704
806
  }
807
+ /**
808
+ * @public
809
+ */
705
810
  export interface DeleteIdentityProviderResponse {
706
811
  }
812
+ /**
813
+ * @public
814
+ */
707
815
  export interface DeleteNetworkSettingsRequest {
708
816
  /**
709
817
  * <p>The ARN of the network settings.</p>
710
818
  */
711
819
  networkSettingsArn: string | undefined;
712
820
  }
821
+ /**
822
+ * @public
823
+ */
713
824
  export interface DeleteNetworkSettingsResponse {
714
825
  }
826
+ /**
827
+ * @public
828
+ */
715
829
  export interface DeletePortalRequest {
716
830
  /**
717
831
  * <p>The ARN of the web portal.</p>
718
832
  */
719
833
  portalArn: string | undefined;
720
834
  }
835
+ /**
836
+ * @public
837
+ */
721
838
  export interface DeletePortalResponse {
722
839
  }
840
+ /**
841
+ * @public
842
+ */
723
843
  export interface DeleteTrustStoreRequest {
724
844
  /**
725
845
  * <p>The ARN of the trust store.</p>
726
846
  */
727
847
  trustStoreArn: string | undefined;
728
848
  }
849
+ /**
850
+ * @public
851
+ */
729
852
  export interface DeleteTrustStoreResponse {
730
853
  }
854
+ /**
855
+ * @public
856
+ */
731
857
  export interface DeleteUserAccessLoggingSettingsRequest {
732
858
  /**
733
859
  * <p>The ARN of the user access logging settings.</p>
734
860
  */
735
861
  userAccessLoggingSettingsArn: string | undefined;
736
862
  }
863
+ /**
864
+ * @public
865
+ */
737
866
  export interface DeleteUserAccessLoggingSettingsResponse {
738
867
  }
868
+ /**
869
+ * @public
870
+ */
739
871
  export interface DeleteUserSettingsRequest {
740
872
  /**
741
873
  * <p>The ARN of the user settings.</p>
742
874
  */
743
875
  userSettingsArn: string | undefined;
744
876
  }
877
+ /**
878
+ * @public
879
+ */
745
880
  export interface DeleteUserSettingsResponse {
746
881
  }
882
+ /**
883
+ * @public
884
+ */
747
885
  export interface DisassociateBrowserSettingsRequest {
748
886
  /**
749
887
  * <p>The ARN of the web portal.</p>
750
888
  */
751
889
  portalArn: string | undefined;
752
890
  }
891
+ /**
892
+ * @public
893
+ */
753
894
  export interface DisassociateBrowserSettingsResponse {
754
895
  }
896
+ /**
897
+ * @public
898
+ */
755
899
  export interface DisassociateNetworkSettingsRequest {
756
900
  /**
757
901
  * <p>The ARN of the web portal.</p>
758
902
  */
759
903
  portalArn: string | undefined;
760
904
  }
905
+ /**
906
+ * @public
907
+ */
761
908
  export interface DisassociateNetworkSettingsResponse {
762
909
  }
910
+ /**
911
+ * @public
912
+ */
763
913
  export interface DisassociateTrustStoreRequest {
764
914
  /**
765
915
  * <p>The ARN of the web portal.</p>
766
916
  */
767
917
  portalArn: string | undefined;
768
918
  }
919
+ /**
920
+ * @public
921
+ */
769
922
  export interface DisassociateTrustStoreResponse {
770
923
  }
924
+ /**
925
+ * @public
926
+ */
771
927
  export interface DisassociateUserAccessLoggingSettingsRequest {
772
928
  /**
773
929
  * <p>The ARN of the web portal.</p>
774
930
  */
775
931
  portalArn: string | undefined;
776
932
  }
933
+ /**
934
+ * @public
935
+ */
777
936
  export interface DisassociateUserAccessLoggingSettingsResponse {
778
937
  }
938
+ /**
939
+ * @public
940
+ */
779
941
  export interface DisassociateUserSettingsRequest {
780
942
  /**
781
943
  * <p>The ARN of the web portal.</p>
782
944
  */
783
945
  portalArn: string | undefined;
784
946
  }
947
+ /**
948
+ * @public
949
+ */
785
950
  export interface DisassociateUserSettingsResponse {
786
951
  }
952
+ /**
953
+ * @public
954
+ */
787
955
  export interface GetBrowserSettingsRequest {
788
956
  /**
789
957
  * <p>The ARN of the browser settings.</p>
@@ -791,6 +959,7 @@ export interface GetBrowserSettingsRequest {
791
959
  browserSettingsArn: string | undefined;
792
960
  }
793
961
  /**
962
+ * @public
794
963
  * <p>The browser settings resource that can be associated with a web portal. Once associated
795
964
  * with a web portal, browser settings control how the browser will behave once a user starts
796
965
  * a streaming session for the web portal. </p>
@@ -810,12 +979,18 @@ export interface BrowserSettings {
810
979
  */
811
980
  browserPolicy?: string;
812
981
  }
982
+ /**
983
+ * @public
984
+ */
813
985
  export interface GetBrowserSettingsResponse {
814
986
  /**
815
987
  * <p>The browser settings.</p>
816
988
  */
817
989
  browserSettings?: BrowserSettings;
818
990
  }
991
+ /**
992
+ * @public
993
+ */
819
994
  export interface GetIdentityProviderRequest {
820
995
  /**
821
996
  * <p>The ARN of the identity provider.</p>
@@ -823,6 +998,7 @@ export interface GetIdentityProviderRequest {
823
998
  identityProviderArn: string | undefined;
824
999
  }
825
1000
  /**
1001
+ * @public
826
1002
  * <p>The identity provider.</p>
827
1003
  */
828
1004
  export interface IdentityProvider {
@@ -995,12 +1171,18 @@ export interface IdentityProvider {
995
1171
  */
996
1172
  identityProviderDetails?: Record<string, string>;
997
1173
  }
1174
+ /**
1175
+ * @public
1176
+ */
998
1177
  export interface GetIdentityProviderResponse {
999
1178
  /**
1000
1179
  * <p>The identity provider.</p>
1001
1180
  */
1002
1181
  identityProvider?: IdentityProvider;
1003
1182
  }
1183
+ /**
1184
+ * @public
1185
+ */
1004
1186
  export interface GetNetworkSettingsRequest {
1005
1187
  /**
1006
1188
  * <p>The ARN of the network settings.</p>
@@ -1008,6 +1190,7 @@ export interface GetNetworkSettingsRequest {
1008
1190
  networkSettingsArn: string | undefined;
1009
1191
  }
1010
1192
  /**
1193
+ * @public
1011
1194
  * <p>A network settings resource that can be associated with a web portal. Once associated
1012
1195
  * with a web portal, network settings define how streaming instances will connect with your
1013
1196
  * specified VPC. </p>
@@ -1034,30 +1217,46 @@ export interface NetworkSettings {
1034
1217
  */
1035
1218
  securityGroupIds?: string[];
1036
1219
  }
1220
+ /**
1221
+ * @public
1222
+ */
1037
1223
  export interface GetNetworkSettingsResponse {
1038
1224
  /**
1039
1225
  * <p>The network settings.</p>
1040
1226
  */
1041
1227
  networkSettings?: NetworkSettings;
1042
1228
  }
1229
+ /**
1230
+ * @public
1231
+ */
1043
1232
  export interface GetPortalRequest {
1044
1233
  /**
1045
1234
  * <p>The ARN of the web portal.</p>
1046
1235
  */
1047
1236
  portalArn: string | undefined;
1048
1237
  }
1238
+ /**
1239
+ * @public
1240
+ */
1049
1241
  export declare enum BrowserType {
1050
1242
  CHROME = "Chrome"
1051
1243
  }
1244
+ /**
1245
+ * @public
1246
+ */
1052
1247
  export declare enum PortalStatus {
1053
1248
  ACTIVE = "Active",
1054
1249
  INCOMPLETE = "Incomplete",
1055
1250
  PENDING = "Pending"
1056
1251
  }
1252
+ /**
1253
+ * @public
1254
+ */
1057
1255
  export declare enum RendererType {
1058
1256
  APPSTREAM = "AppStream"
1059
1257
  }
1060
1258
  /**
1259
+ * @public
1061
1260
  * <p>The web portal.</p>
1062
1261
  */
1063
1262
  export interface Portal {
@@ -1131,18 +1330,27 @@ export interface Portal {
1131
1330
  */
1132
1331
  authenticationType?: AuthenticationType | string;
1133
1332
  }
1333
+ /**
1334
+ * @public
1335
+ */
1134
1336
  export interface GetPortalResponse {
1135
1337
  /**
1136
1338
  * <p>The web portal.</p>
1137
1339
  */
1138
1340
  portal?: Portal;
1139
1341
  }
1342
+ /**
1343
+ * @public
1344
+ */
1140
1345
  export interface GetPortalServiceProviderMetadataRequest {
1141
1346
  /**
1142
1347
  * <p>The ARN of the web portal.</p>
1143
1348
  */
1144
1349
  portalArn: string | undefined;
1145
1350
  }
1351
+ /**
1352
+ * @public
1353
+ */
1146
1354
  export interface GetPortalServiceProviderMetadataResponse {
1147
1355
  /**
1148
1356
  * <p>The ARN of the web portal.</p>
@@ -1153,6 +1361,9 @@ export interface GetPortalServiceProviderMetadataResponse {
1153
1361
  */
1154
1362
  serviceProviderSamlMetadata?: string;
1155
1363
  }
1364
+ /**
1365
+ * @public
1366
+ */
1156
1367
  export interface GetTrustStoreRequest {
1157
1368
  /**
1158
1369
  * <p>The ARN of the trust store.</p>
@@ -1160,6 +1371,7 @@ export interface GetTrustStoreRequest {
1160
1371
  trustStoreArn: string | undefined;
1161
1372
  }
1162
1373
  /**
1374
+ * @public
1163
1375
  * <p>A trust store that can be associated with a web portal. A trust store contains
1164
1376
  * certificate authority (CA) certificates. Once associated with a web portal, the browser in
1165
1377
  * a streaming session will recognize certificates that have been issued using any of the CAs
@@ -1176,12 +1388,18 @@ export interface TrustStore {
1176
1388
  */
1177
1389
  trustStoreArn?: string;
1178
1390
  }
1391
+ /**
1392
+ * @public
1393
+ */
1179
1394
  export interface GetTrustStoreResponse {
1180
1395
  /**
1181
1396
  * <p>The trust store.</p>
1182
1397
  */
1183
1398
  trustStore?: TrustStore;
1184
1399
  }
1400
+ /**
1401
+ * @public
1402
+ */
1185
1403
  export interface GetTrustStoreCertificateRequest {
1186
1404
  /**
1187
1405
  * <p>The ARN of the trust store certificate.</p>
@@ -1193,6 +1411,7 @@ export interface GetTrustStoreCertificateRequest {
1193
1411
  thumbprint: string | undefined;
1194
1412
  }
1195
1413
  /**
1414
+ * @public
1196
1415
  * <p>The certificate.</p>
1197
1416
  */
1198
1417
  export interface Certificate {
@@ -1221,6 +1440,9 @@ export interface Certificate {
1221
1440
  */
1222
1441
  body?: Uint8Array;
1223
1442
  }
1443
+ /**
1444
+ * @public
1445
+ */
1224
1446
  export interface GetTrustStoreCertificateResponse {
1225
1447
  /**
1226
1448
  * <p>The ARN of the trust store certificate.</p>
@@ -1231,6 +1453,9 @@ export interface GetTrustStoreCertificateResponse {
1231
1453
  */
1232
1454
  certificate?: Certificate;
1233
1455
  }
1456
+ /**
1457
+ * @public
1458
+ */
1234
1459
  export interface GetUserAccessLoggingSettingsRequest {
1235
1460
  /**
1236
1461
  * <p>The ARN of the user access logging settings.</p>
@@ -1238,6 +1463,7 @@ export interface GetUserAccessLoggingSettingsRequest {
1238
1463
  userAccessLoggingSettingsArn: string | undefined;
1239
1464
  }
1240
1465
  /**
1466
+ * @public
1241
1467
  * <p>A user access logging settings resource that can be associated with a web portal.</p>
1242
1468
  */
1243
1469
  export interface UserAccessLoggingSettings {
@@ -1254,12 +1480,18 @@ export interface UserAccessLoggingSettings {
1254
1480
  */
1255
1481
  kinesisStreamArn?: string;
1256
1482
  }
1483
+ /**
1484
+ * @public
1485
+ */
1257
1486
  export interface GetUserAccessLoggingSettingsResponse {
1258
1487
  /**
1259
1488
  * <p>The user access logging settings.</p>
1260
1489
  */
1261
1490
  userAccessLoggingSettings?: UserAccessLoggingSettings;
1262
1491
  }
1492
+ /**
1493
+ * @public
1494
+ */
1263
1495
  export interface GetUserSettingsRequest {
1264
1496
  /**
1265
1497
  * <p>The ARN of the user settings.</p>
@@ -1267,6 +1499,7 @@ export interface GetUserSettingsRequest {
1267
1499
  userSettingsArn: string | undefined;
1268
1500
  }
1269
1501
  /**
1502
+ * @public
1270
1503
  * <p>A user settings resource that can be associated with a web portal. Once associated with
1271
1504
  * a web portal, user settings control how users can transfer data between a streaming session
1272
1505
  * and the their local devices. </p>
@@ -1313,12 +1546,18 @@ export interface UserSettings {
1313
1546
  */
1314
1547
  idleDisconnectTimeoutInMinutes?: number;
1315
1548
  }
1549
+ /**
1550
+ * @public
1551
+ */
1316
1552
  export interface GetUserSettingsResponse {
1317
1553
  /**
1318
1554
  * <p>The user settings.</p>
1319
1555
  */
1320
1556
  userSettings?: UserSettings;
1321
1557
  }
1558
+ /**
1559
+ * @public
1560
+ */
1322
1561
  export interface ListBrowserSettingsRequest {
1323
1562
  /**
1324
1563
  * <p>The pagination token used to retrieve the next page of results for this operation.</p>
@@ -1330,6 +1569,7 @@ export interface ListBrowserSettingsRequest {
1330
1569
  maxResults?: number;
1331
1570
  }
1332
1571
  /**
1572
+ * @public
1333
1573
  * <p>The summary for browser settings.</p>
1334
1574
  */
1335
1575
  export interface BrowserSettingsSummary {
@@ -1338,6 +1578,9 @@ export interface BrowserSettingsSummary {
1338
1578
  */
1339
1579
  browserSettingsArn?: string;
1340
1580
  }
1581
+ /**
1582
+ * @public
1583
+ */
1341
1584
  export interface ListBrowserSettingsResponse {
1342
1585
  /**
1343
1586
  * <p>The browser settings.</p>
@@ -1348,6 +1591,9 @@ export interface ListBrowserSettingsResponse {
1348
1591
  */
1349
1592
  nextToken?: string;
1350
1593
  }
1594
+ /**
1595
+ * @public
1596
+ */
1351
1597
  export interface ListIdentityProvidersRequest {
1352
1598
  /**
1353
1599
  * <p>The pagination token used to retrieve the next page of results for this operation.</p>
@@ -1363,6 +1609,7 @@ export interface ListIdentityProvidersRequest {
1363
1609
  portalArn: string | undefined;
1364
1610
  }
1365
1611
  /**
1612
+ * @public
1366
1613
  * <p>The summary of the identity provider.</p>
1367
1614
  */
1368
1615
  export interface IdentityProviderSummary {
@@ -1379,6 +1626,9 @@ export interface IdentityProviderSummary {
1379
1626
  */
1380
1627
  identityProviderType?: IdentityProviderType | string;
1381
1628
  }
1629
+ /**
1630
+ * @public
1631
+ */
1382
1632
  export interface ListIdentityProvidersResponse {
1383
1633
  /**
1384
1634
  * <p>The pagination token used to retrieve the next page of results for this operation.</p>
@@ -1389,6 +1639,9 @@ export interface ListIdentityProvidersResponse {
1389
1639
  */
1390
1640
  identityProviders?: IdentityProviderSummary[];
1391
1641
  }
1642
+ /**
1643
+ * @public
1644
+ */
1392
1645
  export interface ListNetworkSettingsRequest {
1393
1646
  /**
1394
1647
  * <p>The pagination token used to retrieve the next page of results for this operation.</p>
@@ -1400,6 +1653,7 @@ export interface ListNetworkSettingsRequest {
1400
1653
  maxResults?: number;
1401
1654
  }
1402
1655
  /**
1656
+ * @public
1403
1657
  * <p>The summary of network settings.</p>
1404
1658
  */
1405
1659
  export interface NetworkSettingsSummary {
@@ -1412,6 +1666,9 @@ export interface NetworkSettingsSummary {
1412
1666
  */
1413
1667
  vpcId?: string;
1414
1668
  }
1669
+ /**
1670
+ * @public
1671
+ */
1415
1672
  export interface ListNetworkSettingsResponse {
1416
1673
  /**
1417
1674
  * <p>The network settings.</p>
@@ -1422,6 +1679,9 @@ export interface ListNetworkSettingsResponse {
1422
1679
  */
1423
1680
  nextToken?: string;
1424
1681
  }
1682
+ /**
1683
+ * @public
1684
+ */
1425
1685
  export interface ListPortalsRequest {
1426
1686
  /**
1427
1687
  * <p>The pagination token used to retrieve the next page of results for this operation. </p>
@@ -1433,6 +1693,7 @@ export interface ListPortalsRequest {
1433
1693
  maxResults?: number;
1434
1694
  }
1435
1695
  /**
1696
+ * @public
1436
1697
  * <p>The summary of the portal.</p>
1437
1698
  */
1438
1699
  export interface PortalSummary {
@@ -1502,6 +1763,9 @@ export interface PortalSummary {
1502
1763
  */
1503
1764
  authenticationType?: AuthenticationType | string;
1504
1765
  }
1766
+ /**
1767
+ * @public
1768
+ */
1505
1769
  export interface ListPortalsResponse {
1506
1770
  /**
1507
1771
  * <p>The portals in the list.</p>
@@ -1512,18 +1776,27 @@ export interface ListPortalsResponse {
1512
1776
  */
1513
1777
  nextToken?: string;
1514
1778
  }
1779
+ /**
1780
+ * @public
1781
+ */
1515
1782
  export interface ListTagsForResourceRequest {
1516
1783
  /**
1517
1784
  * <p>The ARN of the resource.</p>
1518
1785
  */
1519
1786
  resourceArn: string | undefined;
1520
1787
  }
1788
+ /**
1789
+ * @public
1790
+ */
1521
1791
  export interface ListTagsForResourceResponse {
1522
1792
  /**
1523
1793
  * <p>The tags of the resource.</p>
1524
1794
  */
1525
1795
  tags?: Tag[];
1526
1796
  }
1797
+ /**
1798
+ * @public
1799
+ */
1527
1800
  export interface ListTrustStoreCertificatesRequest {
1528
1801
  /**
1529
1802
  * <p>The ARN of the trust store</p>
@@ -1539,6 +1812,7 @@ export interface ListTrustStoreCertificatesRequest {
1539
1812
  maxResults?: number;
1540
1813
  }
1541
1814
  /**
1815
+ * @public
1542
1816
  * <p>The summary of the certificate.</p>
1543
1817
  */
1544
1818
  export interface CertificateSummary {
@@ -1563,6 +1837,9 @@ export interface CertificateSummary {
1563
1837
  */
1564
1838
  notValidAfter?: Date;
1565
1839
  }
1840
+ /**
1841
+ * @public
1842
+ */
1566
1843
  export interface ListTrustStoreCertificatesResponse {
1567
1844
  /**
1568
1845
  * <p>The certificate list.</p>
@@ -1577,6 +1854,9 @@ export interface ListTrustStoreCertificatesResponse {
1577
1854
  */
1578
1855
  nextToken?: string;
1579
1856
  }
1857
+ /**
1858
+ * @public
1859
+ */
1580
1860
  export interface ListTrustStoresRequest {
1581
1861
  /**
1582
1862
  * <p>The pagination token used to retrieve the next page of results for this operation.</p>
@@ -1588,6 +1868,7 @@ export interface ListTrustStoresRequest {
1588
1868
  maxResults?: number;
1589
1869
  }
1590
1870
  /**
1871
+ * @public
1591
1872
  * <p>The summary of the trust store.</p>
1592
1873
  */
1593
1874
  export interface TrustStoreSummary {
@@ -1596,6 +1877,9 @@ export interface TrustStoreSummary {
1596
1877
  */
1597
1878
  trustStoreArn?: string;
1598
1879
  }
1880
+ /**
1881
+ * @public
1882
+ */
1599
1883
  export interface ListTrustStoresResponse {
1600
1884
  /**
1601
1885
  * <p>The trust stores.</p>
@@ -1606,6 +1890,9 @@ export interface ListTrustStoresResponse {
1606
1890
  */
1607
1891
  nextToken?: string;
1608
1892
  }
1893
+ /**
1894
+ * @public
1895
+ */
1609
1896
  export interface ListUserAccessLoggingSettingsRequest {
1610
1897
  /**
1611
1898
  * <p>The pagination token used to retrieve the next page of results for this operation.</p>
@@ -1617,6 +1904,7 @@ export interface ListUserAccessLoggingSettingsRequest {
1617
1904
  maxResults?: number;
1618
1905
  }
1619
1906
  /**
1907
+ * @public
1620
1908
  * <p>The summary of user access logging settings.</p>
1621
1909
  */
1622
1910
  export interface UserAccessLoggingSettingsSummary {
@@ -1629,6 +1917,9 @@ export interface UserAccessLoggingSettingsSummary {
1629
1917
  */
1630
1918
  kinesisStreamArn?: string;
1631
1919
  }
1920
+ /**
1921
+ * @public
1922
+ */
1632
1923
  export interface ListUserAccessLoggingSettingsResponse {
1633
1924
  /**
1634
1925
  * <p>The user access logging settings.</p>
@@ -1639,6 +1930,9 @@ export interface ListUserAccessLoggingSettingsResponse {
1639
1930
  */
1640
1931
  nextToken?: string;
1641
1932
  }
1933
+ /**
1934
+ * @public
1935
+ */
1642
1936
  export interface ListUserSettingsRequest {
1643
1937
  /**
1644
1938
  * <p>The pagination token used to retrieve the next page of results for this operation. </p>
@@ -1650,6 +1944,7 @@ export interface ListUserSettingsRequest {
1650
1944
  maxResults?: number;
1651
1945
  }
1652
1946
  /**
1947
+ * @public
1653
1948
  * <p>The summary of user settings.</p>
1654
1949
  */
1655
1950
  export interface UserSettingsSummary {
@@ -1690,6 +1985,9 @@ export interface UserSettingsSummary {
1690
1985
  */
1691
1986
  idleDisconnectTimeoutInMinutes?: number;
1692
1987
  }
1988
+ /**
1989
+ * @public
1990
+ */
1693
1991
  export interface ListUserSettingsResponse {
1694
1992
  /**
1695
1993
  * <p>The user settings.</p>
@@ -1700,6 +1998,9 @@ export interface ListUserSettingsResponse {
1700
1998
  */
1701
1999
  nextToken?: string;
1702
2000
  }
2001
+ /**
2002
+ * @public
2003
+ */
1703
2004
  export interface TagResourceRequest {
1704
2005
  /**
1705
2006
  * <p>The ARN of the resource.</p>
@@ -1719,9 +2020,13 @@ export interface TagResourceRequest {
1719
2020
  */
1720
2021
  clientToken?: string;
1721
2022
  }
2023
+ /**
2024
+ * @public
2025
+ */
1722
2026
  export interface TagResourceResponse {
1723
2027
  }
1724
2028
  /**
2029
+ * @public
1725
2030
  * <p>There are too many tags.</p>
1726
2031
  */
1727
2032
  export declare class TooManyTagsException extends __BaseException {
@@ -1736,6 +2041,9 @@ export declare class TooManyTagsException extends __BaseException {
1736
2041
  */
1737
2042
  constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
1738
2043
  }
2044
+ /**
2045
+ * @public
2046
+ */
1739
2047
  export interface UntagResourceRequest {
1740
2048
  /**
1741
2049
  * <p>The ARN of the resource.</p>
@@ -1746,8 +2054,14 @@ export interface UntagResourceRequest {
1746
2054
  */
1747
2055
  tagKeys: string[] | undefined;
1748
2056
  }
2057
+ /**
2058
+ * @public
2059
+ */
1749
2060
  export interface UntagResourceResponse {
1750
2061
  }
2062
+ /**
2063
+ * @public
2064
+ */
1751
2065
  export interface UpdateBrowserSettingsRequest {
1752
2066
  /**
1753
2067
  * <p>The ARN of the browser settings.</p>
@@ -1768,12 +2082,18 @@ export interface UpdateBrowserSettingsRequest {
1768
2082
  */
1769
2083
  clientToken?: string;
1770
2084
  }
2085
+ /**
2086
+ * @public
2087
+ */
1771
2088
  export interface UpdateBrowserSettingsResponse {
1772
2089
  /**
1773
2090
  * <p>The browser settings.</p>
1774
2091
  */
1775
2092
  browserSettings: BrowserSettings | undefined;
1776
2093
  }
2094
+ /**
2095
+ * @public
2096
+ */
1777
2097
  export interface UpdateIdentityProviderRequest {
1778
2098
  /**
1779
2099
  * <p>The ARN of the identity provider.</p>
@@ -1953,12 +2273,18 @@ export interface UpdateIdentityProviderRequest {
1953
2273
  */
1954
2274
  clientToken?: string;
1955
2275
  }
2276
+ /**
2277
+ * @public
2278
+ */
1956
2279
  export interface UpdateIdentityProviderResponse {
1957
2280
  /**
1958
2281
  * <p>The identity provider.</p>
1959
2282
  */
1960
2283
  identityProvider: IdentityProvider | undefined;
1961
2284
  }
2285
+ /**
2286
+ * @public
2287
+ */
1962
2288
  export interface UpdateNetworkSettingsRequest {
1963
2289
  /**
1964
2290
  * <p>The ARN of the network settings.</p>
@@ -1986,12 +2312,18 @@ export interface UpdateNetworkSettingsRequest {
1986
2312
  */
1987
2313
  clientToken?: string;
1988
2314
  }
2315
+ /**
2316
+ * @public
2317
+ */
1989
2318
  export interface UpdateNetworkSettingsResponse {
1990
2319
  /**
1991
2320
  * <p>The network settings.</p>
1992
2321
  */
1993
2322
  networkSettings: NetworkSettings | undefined;
1994
2323
  }
2324
+ /**
2325
+ * @public
2326
+ */
1995
2327
  export interface UpdatePortalRequest {
1996
2328
  /**
1997
2329
  * <p>The ARN of the web portal.</p>
@@ -2018,12 +2350,18 @@ export interface UpdatePortalRequest {
2018
2350
  */
2019
2351
  authenticationType?: AuthenticationType | string;
2020
2352
  }
2353
+ /**
2354
+ * @public
2355
+ */
2021
2356
  export interface UpdatePortalResponse {
2022
2357
  /**
2023
2358
  * <p>The web portal.</p>
2024
2359
  */
2025
2360
  portal?: Portal;
2026
2361
  }
2362
+ /**
2363
+ * @public
2364
+ */
2027
2365
  export interface UpdateTrustStoreRequest {
2028
2366
  /**
2029
2367
  * <p>The ARN of the trust store.</p>
@@ -2047,12 +2385,18 @@ export interface UpdateTrustStoreRequest {
2047
2385
  */
2048
2386
  clientToken?: string;
2049
2387
  }
2388
+ /**
2389
+ * @public
2390
+ */
2050
2391
  export interface UpdateTrustStoreResponse {
2051
2392
  /**
2052
2393
  * <p>The ARN of the trust store.</p>
2053
2394
  */
2054
2395
  trustStoreArn: string | undefined;
2055
2396
  }
2397
+ /**
2398
+ * @public
2399
+ */
2056
2400
  export interface UpdateUserAccessLoggingSettingsRequest {
2057
2401
  /**
2058
2402
  * <p>The ARN of the user access logging settings.</p>
@@ -2072,12 +2416,18 @@ export interface UpdateUserAccessLoggingSettingsRequest {
2072
2416
  */
2073
2417
  clientToken?: string;
2074
2418
  }
2419
+ /**
2420
+ * @public
2421
+ */
2075
2422
  export interface UpdateUserAccessLoggingSettingsResponse {
2076
2423
  /**
2077
2424
  * <p>The user access logging settings.</p>
2078
2425
  */
2079
2426
  userAccessLoggingSettings: UserAccessLoggingSettings | undefined;
2080
2427
  }
2428
+ /**
2429
+ * @public
2430
+ */
2081
2431
  export interface UpdateUserSettingsRequest {
2082
2432
  /**
2083
2433
  * <p>The ARN of the user settings.</p>
@@ -2125,6 +2475,9 @@ export interface UpdateUserSettingsRequest {
2125
2475
  */
2126
2476
  clientToken?: string;
2127
2477
  }
2478
+ /**
2479
+ * @public
2480
+ */
2128
2481
  export interface UpdateUserSettingsResponse {
2129
2482
  /**
2130
2483
  * <p>The user settings.</p>