@aws-sdk/client-workspaces-web 3.130.0 → 3.141.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 (95) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +2 -2
  4. package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +2 -2
  5. package/dist-cjs/commands/AssociateTrustStoreCommand.js +2 -2
  6. package/dist-cjs/commands/AssociateUserSettingsCommand.js +2 -2
  7. package/dist-cjs/commands/CreateBrowserSettingsCommand.js +2 -2
  8. package/dist-cjs/commands/CreateIdentityProviderCommand.js +2 -2
  9. package/dist-cjs/commands/CreateNetworkSettingsCommand.js +2 -2
  10. package/dist-cjs/commands/CreatePortalCommand.js +2 -2
  11. package/dist-cjs/commands/CreateTrustStoreCommand.js +2 -2
  12. package/dist-cjs/commands/CreateUserSettingsCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +2 -2
  16. package/dist-cjs/commands/DeletePortalCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteTrustStoreCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteUserSettingsCommand.js +2 -2
  19. package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +2 -2
  20. package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +2 -2
  21. package/dist-cjs/commands/DisassociateTrustStoreCommand.js +2 -2
  22. package/dist-cjs/commands/DisassociateUserSettingsCommand.js +2 -2
  23. package/dist-cjs/commands/GetBrowserSettingsCommand.js +2 -2
  24. package/dist-cjs/commands/GetIdentityProviderCommand.js +2 -2
  25. package/dist-cjs/commands/GetNetworkSettingsCommand.js +2 -2
  26. package/dist-cjs/commands/GetPortalCommand.js +2 -2
  27. package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +2 -2
  28. package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +2 -2
  29. package/dist-cjs/commands/GetTrustStoreCommand.js +2 -2
  30. package/dist-cjs/commands/GetUserSettingsCommand.js +2 -2
  31. package/dist-cjs/commands/ListBrowserSettingsCommand.js +2 -2
  32. package/dist-cjs/commands/ListIdentityProvidersCommand.js +2 -2
  33. package/dist-cjs/commands/ListNetworkSettingsCommand.js +2 -2
  34. package/dist-cjs/commands/ListPortalsCommand.js +2 -2
  35. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  36. package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +2 -2
  37. package/dist-cjs/commands/ListTrustStoresCommand.js +2 -2
  38. package/dist-cjs/commands/ListUserSettingsCommand.js +2 -2
  39. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +2 -2
  44. package/dist-cjs/commands/UpdatePortalCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateTrustStoreCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateUserSettingsCommand.js +2 -2
  47. package/dist-cjs/models/models_0.js +453 -661
  48. package/dist-es/commands/AssociateBrowserSettingsCommand.js +3 -3
  49. package/dist-es/commands/AssociateNetworkSettingsCommand.js +3 -3
  50. package/dist-es/commands/AssociateTrustStoreCommand.js +3 -3
  51. package/dist-es/commands/AssociateUserSettingsCommand.js +3 -3
  52. package/dist-es/commands/CreateBrowserSettingsCommand.js +3 -3
  53. package/dist-es/commands/CreateIdentityProviderCommand.js +3 -3
  54. package/dist-es/commands/CreateNetworkSettingsCommand.js +3 -3
  55. package/dist-es/commands/CreatePortalCommand.js +3 -3
  56. package/dist-es/commands/CreateTrustStoreCommand.js +3 -3
  57. package/dist-es/commands/CreateUserSettingsCommand.js +3 -3
  58. package/dist-es/commands/DeleteBrowserSettingsCommand.js +3 -3
  59. package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -3
  60. package/dist-es/commands/DeleteNetworkSettingsCommand.js +3 -3
  61. package/dist-es/commands/DeletePortalCommand.js +3 -3
  62. package/dist-es/commands/DeleteTrustStoreCommand.js +3 -3
  63. package/dist-es/commands/DeleteUserSettingsCommand.js +3 -3
  64. package/dist-es/commands/DisassociateBrowserSettingsCommand.js +3 -3
  65. package/dist-es/commands/DisassociateNetworkSettingsCommand.js +3 -3
  66. package/dist-es/commands/DisassociateTrustStoreCommand.js +3 -3
  67. package/dist-es/commands/DisassociateUserSettingsCommand.js +3 -3
  68. package/dist-es/commands/GetBrowserSettingsCommand.js +3 -3
  69. package/dist-es/commands/GetIdentityProviderCommand.js +3 -3
  70. package/dist-es/commands/GetNetworkSettingsCommand.js +3 -3
  71. package/dist-es/commands/GetPortalCommand.js +3 -3
  72. package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +3 -3
  73. package/dist-es/commands/GetTrustStoreCertificateCommand.js +3 -3
  74. package/dist-es/commands/GetTrustStoreCommand.js +3 -3
  75. package/dist-es/commands/GetUserSettingsCommand.js +3 -3
  76. package/dist-es/commands/ListBrowserSettingsCommand.js +3 -3
  77. package/dist-es/commands/ListIdentityProvidersCommand.js +3 -3
  78. package/dist-es/commands/ListNetworkSettingsCommand.js +3 -3
  79. package/dist-es/commands/ListPortalsCommand.js +3 -3
  80. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  81. package/dist-es/commands/ListTrustStoreCertificatesCommand.js +3 -3
  82. package/dist-es/commands/ListTrustStoresCommand.js +3 -3
  83. package/dist-es/commands/ListUserSettingsCommand.js +3 -3
  84. package/dist-es/commands/TagResourceCommand.js +3 -3
  85. package/dist-es/commands/UntagResourceCommand.js +3 -3
  86. package/dist-es/commands/UpdateBrowserSettingsCommand.js +3 -3
  87. package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -3
  88. package/dist-es/commands/UpdateNetworkSettingsCommand.js +3 -3
  89. package/dist-es/commands/UpdatePortalCommand.js +3 -3
  90. package/dist-es/commands/UpdateTrustStoreCommand.js +3 -3
  91. package/dist-es/commands/UpdateUserSettingsCommand.js +3 -3
  92. package/dist-es/models/models_0.js +106 -418
  93. package/dist-types/models/models_0.d.ts +416 -624
  94. package/dist-types/ts3.4/models/models_0.d.ts +208 -416
  95. package/package.json +7 -7
@@ -21,12 +21,6 @@ export interface AssociateBrowserSettingsRequest {
21
21
  */
22
22
  browserSettingsArn: string | undefined;
23
23
  }
24
- export declare namespace AssociateBrowserSettingsRequest {
25
- /**
26
- * @internal
27
- */
28
- const filterSensitiveLog: (obj: AssociateBrowserSettingsRequest) => any;
29
- }
30
24
  export interface AssociateBrowserSettingsResponse {
31
25
  /**
32
26
  * <p>The ARN of the web portal.</p>
@@ -37,12 +31,6 @@ export interface AssociateBrowserSettingsResponse {
37
31
  */
38
32
  browserSettingsArn: string | undefined;
39
33
  }
40
- export declare namespace AssociateBrowserSettingsResponse {
41
- /**
42
- * @internal
43
- */
44
- const filterSensitiveLog: (obj: AssociateBrowserSettingsResponse) => any;
45
- }
46
34
  /**
47
35
  * <p>There is a conflict.</p>
48
36
  */
@@ -132,12 +120,6 @@ export interface ValidationExceptionField {
132
120
  */
133
121
  message: string | undefined;
134
122
  }
135
- export declare namespace ValidationExceptionField {
136
- /**
137
- * @internal
138
- */
139
- const filterSensitiveLog: (obj: ValidationExceptionField) => any;
140
- }
141
123
  export declare enum ValidationExceptionReason {
142
124
  CANNOT_PARSE = "cannotParse",
143
125
  FIELD_VALIDATION_FAILED = "fieldValidationFailed",
@@ -173,12 +155,6 @@ export interface AssociateNetworkSettingsRequest {
173
155
  */
174
156
  networkSettingsArn: string | undefined;
175
157
  }
176
- export declare namespace AssociateNetworkSettingsRequest {
177
- /**
178
- * @internal
179
- */
180
- const filterSensitiveLog: (obj: AssociateNetworkSettingsRequest) => any;
181
- }
182
158
  export interface AssociateNetworkSettingsResponse {
183
159
  /**
184
160
  * <p>The ARN of the web portal.</p>
@@ -189,12 +165,6 @@ export interface AssociateNetworkSettingsResponse {
189
165
  */
190
166
  networkSettingsArn: string | undefined;
191
167
  }
192
- export declare namespace AssociateNetworkSettingsResponse {
193
- /**
194
- * @internal
195
- */
196
- const filterSensitiveLog: (obj: AssociateNetworkSettingsResponse) => any;
197
- }
198
168
  export interface AssociateTrustStoreRequest {
199
169
  /**
200
170
  * <p>The ARN of the web portal.</p>
@@ -205,12 +175,6 @@ export interface AssociateTrustStoreRequest {
205
175
  */
206
176
  trustStoreArn: string | undefined;
207
177
  }
208
- export declare namespace AssociateTrustStoreRequest {
209
- /**
210
- * @internal
211
- */
212
- const filterSensitiveLog: (obj: AssociateTrustStoreRequest) => any;
213
- }
214
178
  export interface AssociateTrustStoreResponse {
215
179
  /**
216
180
  * <p>The ARN of the web portal.</p>
@@ -221,12 +185,6 @@ export interface AssociateTrustStoreResponse {
221
185
  */
222
186
  trustStoreArn: string | undefined;
223
187
  }
224
- export declare namespace AssociateTrustStoreResponse {
225
- /**
226
- * @internal
227
- */
228
- const filterSensitiveLog: (obj: AssociateTrustStoreResponse) => any;
229
- }
230
188
  export interface AssociateUserSettingsRequest {
231
189
  /**
232
190
  * <p>The ARN of the web portal.</p>
@@ -237,12 +195,6 @@ export interface AssociateUserSettingsRequest {
237
195
  */
238
196
  userSettingsArn: string | undefined;
239
197
  }
240
- export declare namespace AssociateUserSettingsRequest {
241
- /**
242
- * @internal
243
- */
244
- const filterSensitiveLog: (obj: AssociateUserSettingsRequest) => any;
245
- }
246
198
  export interface AssociateUserSettingsResponse {
247
199
  /**
248
200
  * <p>The ARN of the web portal.</p>
@@ -253,12 +205,6 @@ export interface AssociateUserSettingsResponse {
253
205
  */
254
206
  userSettingsArn: string | undefined;
255
207
  }
256
- export declare namespace AssociateUserSettingsResponse {
257
- /**
258
- * @internal
259
- */
260
- const filterSensitiveLog: (obj: AssociateUserSettingsResponse) => any;
261
- }
262
208
  /**
263
209
  * <p>The tag.</p>
264
210
  */
@@ -272,12 +218,6 @@ export interface Tag {
272
218
  */
273
219
  Value: string | undefined;
274
220
  }
275
- export declare namespace Tag {
276
- /**
277
- * @internal
278
- */
279
- const filterSensitiveLog: (obj: Tag) => any;
280
- }
281
221
  export interface CreateBrowserSettingsRequest {
282
222
  /**
283
223
  * <p>The tags to add to the browser settings resource. A tag is a key-value pair.</p>
@@ -305,24 +245,12 @@ export interface CreateBrowserSettingsRequest {
305
245
  */
306
246
  clientToken?: string;
307
247
  }
308
- export declare namespace CreateBrowserSettingsRequest {
309
- /**
310
- * @internal
311
- */
312
- const filterSensitiveLog: (obj: CreateBrowserSettingsRequest) => any;
313
- }
314
248
  export interface CreateBrowserSettingsResponse {
315
249
  /**
316
250
  * <p>The ARN of the browser settings.</p>
317
251
  */
318
252
  browserSettingsArn: string | undefined;
319
253
  }
320
- export declare namespace CreateBrowserSettingsResponse {
321
- /**
322
- * @internal
323
- */
324
- const filterSensitiveLog: (obj: CreateBrowserSettingsResponse) => any;
325
- }
326
254
  /**
327
255
  * <p>The service quota has been exceeded.</p>
328
256
  */
@@ -537,24 +465,12 @@ export interface CreateIdentityProviderRequest {
537
465
  */
538
466
  clientToken?: string;
539
467
  }
540
- export declare namespace CreateIdentityProviderRequest {
541
- /**
542
- * @internal
543
- */
544
- const filterSensitiveLog: (obj: CreateIdentityProviderRequest) => any;
545
- }
546
468
  export interface CreateIdentityProviderResponse {
547
469
  /**
548
470
  * <p>The ARN of the identity provider.</p>
549
471
  */
550
472
  identityProviderArn: string | undefined;
551
473
  }
552
- export declare namespace CreateIdentityProviderResponse {
553
- /**
554
- * @internal
555
- */
556
- const filterSensitiveLog: (obj: CreateIdentityProviderResponse) => any;
557
- }
558
474
  export interface CreateNetworkSettingsRequest {
559
475
  /**
560
476
  * <p>The VPC that streaming instances will connect to.</p>
@@ -582,24 +498,12 @@ export interface CreateNetworkSettingsRequest {
582
498
  */
583
499
  clientToken?: string;
584
500
  }
585
- export declare namespace CreateNetworkSettingsRequest {
586
- /**
587
- * @internal
588
- */
589
- const filterSensitiveLog: (obj: CreateNetworkSettingsRequest) => any;
590
- }
591
501
  export interface CreateNetworkSettingsResponse {
592
502
  /**
593
503
  * <p>The ARN of the network settings.</p>
594
504
  */
595
505
  networkSettingsArn: string | undefined;
596
506
  }
597
- export declare namespace CreateNetworkSettingsResponse {
598
- /**
599
- * @internal
600
- */
601
- const filterSensitiveLog: (obj: CreateNetworkSettingsResponse) => any;
602
- }
603
507
  export interface CreatePortalRequest {
604
508
  /**
605
509
  * <p>The name of the web portal. This is not visible to users who log into the web portal.</p>
@@ -627,12 +531,6 @@ export interface CreatePortalRequest {
627
531
  */
628
532
  clientToken?: string;
629
533
  }
630
- export declare namespace CreatePortalRequest {
631
- /**
632
- * @internal
633
- */
634
- const filterSensitiveLog: (obj: CreatePortalRequest) => any;
635
- }
636
534
  export interface CreatePortalResponse {
637
535
  /**
638
536
  * <p>The ARN of the web portal.</p>
@@ -643,12 +541,6 @@ export interface CreatePortalResponse {
643
541
  */
644
542
  portalEndpoint: string | undefined;
645
543
  }
646
- export declare namespace CreatePortalResponse {
647
- /**
648
- * @internal
649
- */
650
- const filterSensitiveLog: (obj: CreatePortalResponse) => any;
651
- }
652
544
  export interface CreateTrustStoreRequest {
653
545
  /**
654
546
  * <p>A list of CA certificates to be added to the trust store.</p>
@@ -668,24 +560,12 @@ export interface CreateTrustStoreRequest {
668
560
  */
669
561
  clientToken?: string;
670
562
  }
671
- export declare namespace CreateTrustStoreRequest {
672
- /**
673
- * @internal
674
- */
675
- const filterSensitiveLog: (obj: CreateTrustStoreRequest) => any;
676
- }
677
563
  export interface CreateTrustStoreResponse {
678
564
  /**
679
565
  * <p>The ARN of the trust store.</p>
680
566
  */
681
567
  trustStoreArn: string | undefined;
682
568
  }
683
- export declare namespace CreateTrustStoreResponse {
684
- /**
685
- * @internal
686
- */
687
- const filterSensitiveLog: (obj: CreateTrustStoreResponse) => any;
688
- }
689
569
  export declare enum EnabledType {
690
570
  DISABLED = "Disabled",
691
571
  ENABLED = "Enabled"
@@ -737,236 +617,98 @@ export interface CreateUserSettingsRequest {
737
617
  */
738
618
  clientToken?: string;
739
619
  }
740
- export declare namespace CreateUserSettingsRequest {
741
- /**
742
- * @internal
743
- */
744
- const filterSensitiveLog: (obj: CreateUserSettingsRequest) => any;
745
- }
746
620
  export interface CreateUserSettingsResponse {
747
621
  /**
748
622
  * <p>The ARN of the user settings.</p>
749
623
  */
750
624
  userSettingsArn: string | undefined;
751
625
  }
752
- export declare namespace CreateUserSettingsResponse {
753
- /**
754
- * @internal
755
- */
756
- const filterSensitiveLog: (obj: CreateUserSettingsResponse) => any;
757
- }
758
626
  export interface DeleteBrowserSettingsRequest {
759
627
  /**
760
628
  * <p>The ARN of the browser settings.</p>
761
629
  */
762
630
  browserSettingsArn: string | undefined;
763
631
  }
764
- export declare namespace DeleteBrowserSettingsRequest {
765
- /**
766
- * @internal
767
- */
768
- const filterSensitiveLog: (obj: DeleteBrowserSettingsRequest) => any;
769
- }
770
632
  export interface DeleteBrowserSettingsResponse {
771
633
  }
772
- export declare namespace DeleteBrowserSettingsResponse {
773
- /**
774
- * @internal
775
- */
776
- const filterSensitiveLog: (obj: DeleteBrowserSettingsResponse) => any;
777
- }
778
634
  export interface DeleteIdentityProviderRequest {
779
635
  /**
780
636
  * <p>The ARN of the identity provider.</p>
781
637
  */
782
638
  identityProviderArn: string | undefined;
783
639
  }
784
- export declare namespace DeleteIdentityProviderRequest {
785
- /**
786
- * @internal
787
- */
788
- const filterSensitiveLog: (obj: DeleteIdentityProviderRequest) => any;
789
- }
790
640
  export interface DeleteIdentityProviderResponse {
791
641
  }
792
- export declare namespace DeleteIdentityProviderResponse {
793
- /**
794
- * @internal
795
- */
796
- const filterSensitiveLog: (obj: DeleteIdentityProviderResponse) => any;
797
- }
798
642
  export interface DeleteNetworkSettingsRequest {
799
643
  /**
800
644
  * <p>The ARN of the network settings.</p>
801
645
  */
802
646
  networkSettingsArn: string | undefined;
803
647
  }
804
- export declare namespace DeleteNetworkSettingsRequest {
805
- /**
806
- * @internal
807
- */
808
- const filterSensitiveLog: (obj: DeleteNetworkSettingsRequest) => any;
809
- }
810
648
  export interface DeleteNetworkSettingsResponse {
811
649
  }
812
- export declare namespace DeleteNetworkSettingsResponse {
813
- /**
814
- * @internal
815
- */
816
- const filterSensitiveLog: (obj: DeleteNetworkSettingsResponse) => any;
817
- }
818
650
  export interface DeletePortalRequest {
819
651
  /**
820
652
  * <p>The ARN of the web portal.</p>
821
653
  */
822
654
  portalArn: string | undefined;
823
655
  }
824
- export declare namespace DeletePortalRequest {
825
- /**
826
- * @internal
827
- */
828
- const filterSensitiveLog: (obj: DeletePortalRequest) => any;
829
- }
830
656
  export interface DeletePortalResponse {
831
657
  }
832
- export declare namespace DeletePortalResponse {
833
- /**
834
- * @internal
835
- */
836
- const filterSensitiveLog: (obj: DeletePortalResponse) => any;
837
- }
838
658
  export interface DeleteTrustStoreRequest {
839
659
  /**
840
660
  * <p>The ARN of the trust store.</p>
841
661
  */
842
662
  trustStoreArn: string | undefined;
843
663
  }
844
- export declare namespace DeleteTrustStoreRequest {
845
- /**
846
- * @internal
847
- */
848
- const filterSensitiveLog: (obj: DeleteTrustStoreRequest) => any;
849
- }
850
664
  export interface DeleteTrustStoreResponse {
851
665
  }
852
- export declare namespace DeleteTrustStoreResponse {
853
- /**
854
- * @internal
855
- */
856
- const filterSensitiveLog: (obj: DeleteTrustStoreResponse) => any;
857
- }
858
666
  export interface DeleteUserSettingsRequest {
859
667
  /**
860
668
  * <p>The ARN of the user settings.</p>
861
669
  */
862
670
  userSettingsArn: string | undefined;
863
671
  }
864
- export declare namespace DeleteUserSettingsRequest {
865
- /**
866
- * @internal
867
- */
868
- const filterSensitiveLog: (obj: DeleteUserSettingsRequest) => any;
869
- }
870
672
  export interface DeleteUserSettingsResponse {
871
673
  }
872
- export declare namespace DeleteUserSettingsResponse {
873
- /**
874
- * @internal
875
- */
876
- const filterSensitiveLog: (obj: DeleteUserSettingsResponse) => any;
877
- }
878
674
  export interface DisassociateBrowserSettingsRequest {
879
675
  /**
880
676
  * <p>The ARN of the web portal.</p>
881
677
  */
882
678
  portalArn: string | undefined;
883
679
  }
884
- export declare namespace DisassociateBrowserSettingsRequest {
885
- /**
886
- * @internal
887
- */
888
- const filterSensitiveLog: (obj: DisassociateBrowserSettingsRequest) => any;
889
- }
890
680
  export interface DisassociateBrowserSettingsResponse {
891
681
  }
892
- export declare namespace DisassociateBrowserSettingsResponse {
893
- /**
894
- * @internal
895
- */
896
- const filterSensitiveLog: (obj: DisassociateBrowserSettingsResponse) => any;
897
- }
898
682
  export interface DisassociateNetworkSettingsRequest {
899
683
  /**
900
684
  * <p>The ARN of the web portal.</p>
901
685
  */
902
686
  portalArn: string | undefined;
903
687
  }
904
- export declare namespace DisassociateNetworkSettingsRequest {
905
- /**
906
- * @internal
907
- */
908
- const filterSensitiveLog: (obj: DisassociateNetworkSettingsRequest) => any;
909
- }
910
688
  export interface DisassociateNetworkSettingsResponse {
911
689
  }
912
- export declare namespace DisassociateNetworkSettingsResponse {
913
- /**
914
- * @internal
915
- */
916
- const filterSensitiveLog: (obj: DisassociateNetworkSettingsResponse) => any;
917
- }
918
690
  export interface DisassociateTrustStoreRequest {
919
691
  /**
920
692
  * <p>The ARN of the web portal.</p>
921
693
  */
922
694
  portalArn: string | undefined;
923
695
  }
924
- export declare namespace DisassociateTrustStoreRequest {
925
- /**
926
- * @internal
927
- */
928
- const filterSensitiveLog: (obj: DisassociateTrustStoreRequest) => any;
929
- }
930
696
  export interface DisassociateTrustStoreResponse {
931
697
  }
932
- export declare namespace DisassociateTrustStoreResponse {
933
- /**
934
- * @internal
935
- */
936
- const filterSensitiveLog: (obj: DisassociateTrustStoreResponse) => any;
937
- }
938
698
  export interface DisassociateUserSettingsRequest {
939
699
  /**
940
700
  * <p>The ARN of the web portal.</p>
941
701
  */
942
702
  portalArn: string | undefined;
943
703
  }
944
- export declare namespace DisassociateUserSettingsRequest {
945
- /**
946
- * @internal
947
- */
948
- const filterSensitiveLog: (obj: DisassociateUserSettingsRequest) => any;
949
- }
950
704
  export interface DisassociateUserSettingsResponse {
951
705
  }
952
- export declare namespace DisassociateUserSettingsResponse {
953
- /**
954
- * @internal
955
- */
956
- const filterSensitiveLog: (obj: DisassociateUserSettingsResponse) => any;
957
- }
958
706
  export interface GetBrowserSettingsRequest {
959
707
  /**
960
708
  * <p>The ARN of the browser settings.</p>
961
709
  */
962
710
  browserSettingsArn: string | undefined;
963
711
  }
964
- export declare namespace GetBrowserSettingsRequest {
965
- /**
966
- * @internal
967
- */
968
- const filterSensitiveLog: (obj: GetBrowserSettingsRequest) => any;
969
- }
970
712
  /**
971
713
  * <p>The browser settings resource that can be associated with a web portal. Once associated
972
714
  * with a web portal, browser settings control how the browser will behave once a user starts
@@ -987,36 +729,18 @@ export interface BrowserSettings {
987
729
  */
988
730
  browserPolicy?: string;
989
731
  }
990
- export declare namespace BrowserSettings {
991
- /**
992
- * @internal
993
- */
994
- const filterSensitiveLog: (obj: BrowserSettings) => any;
995
- }
996
732
  export interface GetBrowserSettingsResponse {
997
733
  /**
998
734
  * <p>The browser settings.</p>
999
735
  */
1000
736
  browserSettings?: BrowserSettings;
1001
737
  }
1002
- export declare namespace GetBrowserSettingsResponse {
1003
- /**
1004
- * @internal
1005
- */
1006
- const filterSensitiveLog: (obj: GetBrowserSettingsResponse) => any;
1007
- }
1008
738
  export interface GetIdentityProviderRequest {
1009
739
  /**
1010
740
  * <p>The ARN of the identity provider.</p>
1011
741
  */
1012
742
  identityProviderArn: string | undefined;
1013
743
  }
1014
- export declare namespace GetIdentityProviderRequest {
1015
- /**
1016
- * @internal
1017
- */
1018
- const filterSensitiveLog: (obj: GetIdentityProviderRequest) => any;
1019
- }
1020
744
  /**
1021
745
  * <p>The identity provider.</p>
1022
746
  */
@@ -1190,36 +914,18 @@ export interface IdentityProvider {
1190
914
  */
1191
915
  identityProviderDetails?: Record<string, string>;
1192
916
  }
1193
- export declare namespace IdentityProvider {
1194
- /**
1195
- * @internal
1196
- */
1197
- const filterSensitiveLog: (obj: IdentityProvider) => any;
1198
- }
1199
917
  export interface GetIdentityProviderResponse {
1200
918
  /**
1201
919
  * <p>The identity provider.</p>
1202
920
  */
1203
921
  identityProvider?: IdentityProvider;
1204
922
  }
1205
- export declare namespace GetIdentityProviderResponse {
1206
- /**
1207
- * @internal
1208
- */
1209
- const filterSensitiveLog: (obj: GetIdentityProviderResponse) => any;
1210
- }
1211
923
  export interface GetNetworkSettingsRequest {
1212
924
  /**
1213
925
  * <p>The ARN of the network settings.</p>
1214
926
  */
1215
927
  networkSettingsArn: string | undefined;
1216
928
  }
1217
- export declare namespace GetNetworkSettingsRequest {
1218
- /**
1219
- * @internal
1220
- */
1221
- const filterSensitiveLog: (obj: GetNetworkSettingsRequest) => any;
1222
- }
1223
929
  /**
1224
930
  * <p>A network settings resource that can be associated with a web portal. Once associated
1225
931
  * with a web portal, network settings define how streaming instances will connect with your
@@ -1247,36 +953,18 @@ export interface NetworkSettings {
1247
953
  */
1248
954
  securityGroupIds?: string[];
1249
955
  }
1250
- export declare namespace NetworkSettings {
1251
- /**
1252
- * @internal
1253
- */
1254
- const filterSensitiveLog: (obj: NetworkSettings) => any;
1255
- }
1256
956
  export interface GetNetworkSettingsResponse {
1257
957
  /**
1258
958
  * <p>The network settings.</p>
1259
959
  */
1260
960
  networkSettings?: NetworkSettings;
1261
961
  }
1262
- export declare namespace GetNetworkSettingsResponse {
1263
- /**
1264
- * @internal
1265
- */
1266
- const filterSensitiveLog: (obj: GetNetworkSettingsResponse) => any;
1267
- }
1268
962
  export interface GetPortalRequest {
1269
963
  /**
1270
964
  * <p>The ARN of the web portal.</p>
1271
965
  */
1272
966
  portalArn: string | undefined;
1273
967
  }
1274
- export declare namespace GetPortalRequest {
1275
- /**
1276
- * @internal
1277
- */
1278
- const filterSensitiveLog: (obj: GetPortalRequest) => any;
1279
- }
1280
968
  export declare enum BrowserType {
1281
969
  CHROME = "Chrome"
1282
970
  }
@@ -1342,36 +1030,18 @@ export interface Portal {
1342
1030
  */
1343
1031
  statusReason?: string;
1344
1032
  }
1345
- export declare namespace Portal {
1346
- /**
1347
- * @internal
1348
- */
1349
- const filterSensitiveLog: (obj: Portal) => any;
1350
- }
1351
1033
  export interface GetPortalResponse {
1352
1034
  /**
1353
1035
  * <p>The web portal.</p>
1354
1036
  */
1355
1037
  portal?: Portal;
1356
1038
  }
1357
- export declare namespace GetPortalResponse {
1358
- /**
1359
- * @internal
1360
- */
1361
- const filterSensitiveLog: (obj: GetPortalResponse) => any;
1362
- }
1363
1039
  export interface GetPortalServiceProviderMetadataRequest {
1364
1040
  /**
1365
1041
  * <p>The ARN of the web portal.</p>
1366
1042
  */
1367
1043
  portalArn: string | undefined;
1368
1044
  }
1369
- export declare namespace GetPortalServiceProviderMetadataRequest {
1370
- /**
1371
- * @internal
1372
- */
1373
- const filterSensitiveLog: (obj: GetPortalServiceProviderMetadataRequest) => any;
1374
- }
1375
1045
  export interface GetPortalServiceProviderMetadataResponse {
1376
1046
  /**
1377
1047
  * <p>The ARN of the web portal.</p>
@@ -1382,24 +1052,12 @@ export interface GetPortalServiceProviderMetadataResponse {
1382
1052
  */
1383
1053
  serviceProviderSamlMetadata?: string;
1384
1054
  }
1385
- export declare namespace GetPortalServiceProviderMetadataResponse {
1386
- /**
1387
- * @internal
1388
- */
1389
- const filterSensitiveLog: (obj: GetPortalServiceProviderMetadataResponse) => any;
1390
- }
1391
1055
  export interface GetTrustStoreRequest {
1392
1056
  /**
1393
1057
  * <p>The ARN of the trust store.</p>
1394
1058
  */
1395
1059
  trustStoreArn: string | undefined;
1396
1060
  }
1397
- export declare namespace GetTrustStoreRequest {
1398
- /**
1399
- * @internal
1400
- */
1401
- const filterSensitiveLog: (obj: GetTrustStoreRequest) => any;
1402
- }
1403
1061
  /**
1404
1062
  * <p>A trust store that can be associated with a web portal. A trust store contains
1405
1063
  * certificate authority (CA) certificates. Once associated with a web portal, the browser in
@@ -1417,24 +1075,12 @@ export interface TrustStore {
1417
1075
  */
1418
1076
  trustStoreArn?: string;
1419
1077
  }
1420
- export declare namespace TrustStore {
1421
- /**
1422
- * @internal
1423
- */
1424
- const filterSensitiveLog: (obj: TrustStore) => any;
1425
- }
1426
1078
  export interface GetTrustStoreResponse {
1427
1079
  /**
1428
1080
  * <p>The trust store.</p>
1429
1081
  */
1430
1082
  trustStore?: TrustStore;
1431
1083
  }
1432
- export declare namespace GetTrustStoreResponse {
1433
- /**
1434
- * @internal
1435
- */
1436
- const filterSensitiveLog: (obj: GetTrustStoreResponse) => any;
1437
- }
1438
1084
  export interface GetTrustStoreCertificateRequest {
1439
1085
  /**
1440
1086
  * <p>The ARN of the trust store certificate.</p>
@@ -1445,12 +1091,6 @@ export interface GetTrustStoreCertificateRequest {
1445
1091
  */
1446
1092
  thumbprint: string | undefined;
1447
1093
  }
1448
- export declare namespace GetTrustStoreCertificateRequest {
1449
- /**
1450
- * @internal
1451
- */
1452
- const filterSensitiveLog: (obj: GetTrustStoreCertificateRequest) => any;
1453
- }
1454
1094
  /**
1455
1095
  * <p>The certificate.</p>
1456
1096
  */
@@ -1480,12 +1120,6 @@ export interface Certificate {
1480
1120
  */
1481
1121
  body?: Uint8Array;
1482
1122
  }
1483
- export declare namespace Certificate {
1484
- /**
1485
- * @internal
1486
- */
1487
- const filterSensitiveLog: (obj: Certificate) => any;
1488
- }
1489
1123
  export interface GetTrustStoreCertificateResponse {
1490
1124
  /**
1491
1125
  * <p>The ARN of the trust store certificate.</p>
@@ -1496,24 +1130,12 @@ export interface GetTrustStoreCertificateResponse {
1496
1130
  */
1497
1131
  certificate?: Certificate;
1498
1132
  }
1499
- export declare namespace GetTrustStoreCertificateResponse {
1500
- /**
1501
- * @internal
1502
- */
1503
- const filterSensitiveLog: (obj: GetTrustStoreCertificateResponse) => any;
1504
- }
1505
1133
  export interface GetUserSettingsRequest {
1506
1134
  /**
1507
1135
  * <p>The ARN of the user settings.</p>
1508
1136
  */
1509
1137
  userSettingsArn: string | undefined;
1510
1138
  }
1511
- export declare namespace GetUserSettingsRequest {
1512
- /**
1513
- * @internal
1514
- */
1515
- const filterSensitiveLog: (obj: GetUserSettingsRequest) => any;
1516
- }
1517
1139
  /**
1518
1140
  * <p>A user settings resource that can be associated with a web portal. Once associated with
1519
1141
  * a web portal, user settings control how users can transfer data between a streaming session
@@ -1561,24 +1183,12 @@ export interface UserSettings {
1561
1183
  */
1562
1184
  idleDisconnectTimeoutInMinutes?: number;
1563
1185
  }
1564
- export declare namespace UserSettings {
1565
- /**
1566
- * @internal
1567
- */
1568
- const filterSensitiveLog: (obj: UserSettings) => any;
1569
- }
1570
1186
  export interface GetUserSettingsResponse {
1571
1187
  /**
1572
1188
  * <p>The user settings.</p>
1573
1189
  */
1574
1190
  userSettings?: UserSettings;
1575
1191
  }
1576
- export declare namespace GetUserSettingsResponse {
1577
- /**
1578
- * @internal
1579
- */
1580
- const filterSensitiveLog: (obj: GetUserSettingsResponse) => any;
1581
- }
1582
1192
  export interface ListBrowserSettingsRequest {
1583
1193
  /**
1584
1194
  * <p>The pagination token used to retrieve the next page of results for this operation.</p>
@@ -1589,12 +1199,6 @@ export interface ListBrowserSettingsRequest {
1589
1199
  */
1590
1200
  maxResults?: number;
1591
1201
  }
1592
- export declare namespace ListBrowserSettingsRequest {
1593
- /**
1594
- * @internal
1595
- */
1596
- const filterSensitiveLog: (obj: ListBrowserSettingsRequest) => any;
1597
- }
1598
1202
  /**
1599
1203
  * <p>The summary for browser settings.</p>
1600
1204
  */
@@ -1604,12 +1208,6 @@ export interface BrowserSettingsSummary {
1604
1208
  */
1605
1209
  browserSettingsArn?: string;
1606
1210
  }
1607
- export declare namespace BrowserSettingsSummary {
1608
- /**
1609
- * @internal
1610
- */
1611
- const filterSensitiveLog: (obj: BrowserSettingsSummary) => any;
1612
- }
1613
1211
  export interface ListBrowserSettingsResponse {
1614
1212
  /**
1615
1213
  * <p>The browser settings.</p>
@@ -1620,12 +1218,6 @@ export interface ListBrowserSettingsResponse {
1620
1218
  */
1621
1219
  nextToken?: string;
1622
1220
  }
1623
- export declare namespace ListBrowserSettingsResponse {
1624
- /**
1625
- * @internal
1626
- */
1627
- const filterSensitiveLog: (obj: ListBrowserSettingsResponse) => any;
1628
- }
1629
1221
  export interface ListIdentityProvidersRequest {
1630
1222
  /**
1631
1223
  * <p>The pagination token used to retrieve the next page of results for this operation.</p>
@@ -1640,12 +1232,6 @@ export interface ListIdentityProvidersRequest {
1640
1232
  */
1641
1233
  portalArn: string | undefined;
1642
1234
  }
1643
- export declare namespace ListIdentityProvidersRequest {
1644
- /**
1645
- * @internal
1646
- */
1647
- const filterSensitiveLog: (obj: ListIdentityProvidersRequest) => any;
1648
- }
1649
1235
  /**
1650
1236
  * <p>The summary of the identity provider.</p>
1651
1237
  */
@@ -1663,12 +1249,6 @@ export interface IdentityProviderSummary {
1663
1249
  */
1664
1250
  identityProviderType?: IdentityProviderType | string;
1665
1251
  }
1666
- export declare namespace IdentityProviderSummary {
1667
- /**
1668
- * @internal
1669
- */
1670
- const filterSensitiveLog: (obj: IdentityProviderSummary) => any;
1671
- }
1672
1252
  export interface ListIdentityProvidersResponse {
1673
1253
  /**
1674
1254
  * <p>The pagination token used to retrieve the next page of results for this operation.</p>
@@ -1679,12 +1259,6 @@ export interface ListIdentityProvidersResponse {
1679
1259
  */
1680
1260
  identityProviders?: IdentityProviderSummary[];
1681
1261
  }
1682
- export declare namespace ListIdentityProvidersResponse {
1683
- /**
1684
- * @internal
1685
- */
1686
- const filterSensitiveLog: (obj: ListIdentityProvidersResponse) => any;
1687
- }
1688
1262
  export interface ListNetworkSettingsRequest {
1689
1263
  /**
1690
1264
  * <p>The pagination token used to retrieve the next page of results for this operation.</p>
@@ -1695,12 +1269,6 @@ export interface ListNetworkSettingsRequest {
1695
1269
  */
1696
1270
  maxResults?: number;
1697
1271
  }
1698
- export declare namespace ListNetworkSettingsRequest {
1699
- /**
1700
- * @internal
1701
- */
1702
- const filterSensitiveLog: (obj: ListNetworkSettingsRequest) => any;
1703
- }
1704
1272
  /**
1705
1273
  * <p>The summary of network settings.</p>
1706
1274
  */
@@ -1714,12 +1282,6 @@ export interface NetworkSettingsSummary {
1714
1282
  */
1715
1283
  vpcId?: string;
1716
1284
  }
1717
- export declare namespace NetworkSettingsSummary {
1718
- /**
1719
- * @internal
1720
- */
1721
- const filterSensitiveLog: (obj: NetworkSettingsSummary) => any;
1722
- }
1723
1285
  export interface ListNetworkSettingsResponse {
1724
1286
  /**
1725
1287
  * <p>The network settings.</p>
@@ -1730,12 +1292,6 @@ export interface ListNetworkSettingsResponse {
1730
1292
  */
1731
1293
  nextToken?: string;
1732
1294
  }
1733
- export declare namespace ListNetworkSettingsResponse {
1734
- /**
1735
- * @internal
1736
- */
1737
- const filterSensitiveLog: (obj: ListNetworkSettingsResponse) => any;
1738
- }
1739
1295
  export interface ListPortalsRequest {
1740
1296
  /**
1741
1297
  * <p>The pagination token used to retrieve the next page of results for this operation. </p>
@@ -1746,12 +1302,6 @@ export interface ListPortalsRequest {
1746
1302
  */
1747
1303
  maxResults?: number;
1748
1304
  }
1749
- export declare namespace ListPortalsRequest {
1750
- /**
1751
- * @internal
1752
- */
1753
- const filterSensitiveLog: (obj: ListPortalsRequest) => any;
1754
- }
1755
1305
  /**
1756
1306
  * <p>The summary of the portal.</p>
1757
1307
  */
@@ -1802,12 +1352,6 @@ export interface PortalSummary {
1802
1352
  */
1803
1353
  trustStoreArn?: string;
1804
1354
  }
1805
- export declare namespace PortalSummary {
1806
- /**
1807
- * @internal
1808
- */
1809
- const filterSensitiveLog: (obj: PortalSummary) => any;
1810
- }
1811
1355
  export interface ListPortalsResponse {
1812
1356
  /**
1813
1357
  * <p>The portals in the list.</p>
@@ -1818,36 +1362,18 @@ export interface ListPortalsResponse {
1818
1362
  */
1819
1363
  nextToken?: string;
1820
1364
  }
1821
- export declare namespace ListPortalsResponse {
1822
- /**
1823
- * @internal
1824
- */
1825
- const filterSensitiveLog: (obj: ListPortalsResponse) => any;
1826
- }
1827
1365
  export interface ListTagsForResourceRequest {
1828
1366
  /**
1829
1367
  * <p>The ARN of the resource.</p>
1830
1368
  */
1831
1369
  resourceArn: string | undefined;
1832
1370
  }
1833
- export declare namespace ListTagsForResourceRequest {
1834
- /**
1835
- * @internal
1836
- */
1837
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1838
- }
1839
1371
  export interface ListTagsForResourceResponse {
1840
1372
  /**
1841
1373
  * <p>The tags of the resource.</p>
1842
1374
  */
1843
1375
  tags?: Tag[];
1844
1376
  }
1845
- export declare namespace ListTagsForResourceResponse {
1846
- /**
1847
- * @internal
1848
- */
1849
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1850
- }
1851
1377
  export interface ListTrustStoreCertificatesRequest {
1852
1378
  /**
1853
1379
  * <p>The ARN of the trust store</p>
@@ -1862,12 +1388,6 @@ export interface ListTrustStoreCertificatesRequest {
1862
1388
  */
1863
1389
  maxResults?: number;
1864
1390
  }
1865
- export declare namespace ListTrustStoreCertificatesRequest {
1866
- /**
1867
- * @internal
1868
- */
1869
- const filterSensitiveLog: (obj: ListTrustStoreCertificatesRequest) => any;
1870
- }
1871
1391
  /**
1872
1392
  * <p>The summary of the certificate.</p>
1873
1393
  */
@@ -1893,12 +1413,6 @@ export interface CertificateSummary {
1893
1413
  */
1894
1414
  notValidAfter?: Date;
1895
1415
  }
1896
- export declare namespace CertificateSummary {
1897
- /**
1898
- * @internal
1899
- */
1900
- const filterSensitiveLog: (obj: CertificateSummary) => any;
1901
- }
1902
1416
  export interface ListTrustStoreCertificatesResponse {
1903
1417
  /**
1904
1418
  * <p>The certificate list.</p>
@@ -1913,12 +1427,6 @@ export interface ListTrustStoreCertificatesResponse {
1913
1427
  */
1914
1428
  nextToken?: string;
1915
1429
  }
1916
- export declare namespace ListTrustStoreCertificatesResponse {
1917
- /**
1918
- * @internal
1919
- */
1920
- const filterSensitiveLog: (obj: ListTrustStoreCertificatesResponse) => any;
1921
- }
1922
1430
  export interface ListTrustStoresRequest {
1923
1431
  /**
1924
1432
  * <p>The pagination token used to retrieve the next page of results for this operation.</p>
@@ -1929,12 +1437,6 @@ export interface ListTrustStoresRequest {
1929
1437
  */
1930
1438
  maxResults?: number;
1931
1439
  }
1932
- export declare namespace ListTrustStoresRequest {
1933
- /**
1934
- * @internal
1935
- */
1936
- const filterSensitiveLog: (obj: ListTrustStoresRequest) => any;
1937
- }
1938
1440
  /**
1939
1441
  * <p>The summary of the trust store.</p>
1940
1442
  */
@@ -1944,12 +1446,6 @@ export interface TrustStoreSummary {
1944
1446
  */
1945
1447
  trustStoreArn?: string;
1946
1448
  }
1947
- export declare namespace TrustStoreSummary {
1948
- /**
1949
- * @internal
1950
- */
1951
- const filterSensitiveLog: (obj: TrustStoreSummary) => any;
1952
- }
1953
1449
  export interface ListTrustStoresResponse {
1954
1450
  /**
1955
1451
  * <p>The trust stores.</p>
@@ -1960,12 +1456,6 @@ export interface ListTrustStoresResponse {
1960
1456
  */
1961
1457
  nextToken?: string;
1962
1458
  }
1963
- export declare namespace ListTrustStoresResponse {
1964
- /**
1965
- * @internal
1966
- */
1967
- const filterSensitiveLog: (obj: ListTrustStoresResponse) => any;
1968
- }
1969
1459
  export interface ListUserSettingsRequest {
1970
1460
  /**
1971
1461
  * <p>The pagination token used to retrieve the next page of results for this operation. </p>
@@ -1976,12 +1466,6 @@ export interface ListUserSettingsRequest {
1976
1466
  */
1977
1467
  maxResults?: number;
1978
1468
  }
1979
- export declare namespace ListUserSettingsRequest {
1980
- /**
1981
- * @internal
1982
- */
1983
- const filterSensitiveLog: (obj: ListUserSettingsRequest) => any;
1984
- }
1985
1469
  /**
1986
1470
  * <p>The summary of user settings.</p>
1987
1471
  */
@@ -2023,12 +1507,6 @@ export interface UserSettingsSummary {
2023
1507
  */
2024
1508
  idleDisconnectTimeoutInMinutes?: number;
2025
1509
  }
2026
- export declare namespace UserSettingsSummary {
2027
- /**
2028
- * @internal
2029
- */
2030
- const filterSensitiveLog: (obj: UserSettingsSummary) => any;
2031
- }
2032
1510
  export interface ListUserSettingsResponse {
2033
1511
  /**
2034
1512
  * <p>The user settings.</p>
@@ -2039,12 +1517,6 @@ export interface ListUserSettingsResponse {
2039
1517
  */
2040
1518
  nextToken?: string;
2041
1519
  }
2042
- export declare namespace ListUserSettingsResponse {
2043
- /**
2044
- * @internal
2045
- */
2046
- const filterSensitiveLog: (obj: ListUserSettingsResponse) => any;
2047
- }
2048
1520
  export interface TagResourceRequest {
2049
1521
  /**
2050
1522
  * <p>The ARN of the resource.</p>
@@ -2064,20 +1536,8 @@ export interface TagResourceRequest {
2064
1536
  */
2065
1537
  clientToken?: string;
2066
1538
  }
2067
- export declare namespace TagResourceRequest {
2068
- /**
2069
- * @internal
2070
- */
2071
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2072
- }
2073
1539
  export interface TagResourceResponse {
2074
1540
  }
2075
- export declare namespace TagResourceResponse {
2076
- /**
2077
- * @internal
2078
- */
2079
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
2080
- }
2081
1541
  /**
2082
1542
  * <p>There are too many tags.</p>
2083
1543
  */
@@ -2103,20 +1563,8 @@ export interface UntagResourceRequest {
2103
1563
  */
2104
1564
  tagKeys: string[] | undefined;
2105
1565
  }
2106
- export declare namespace UntagResourceRequest {
2107
- /**
2108
- * @internal
2109
- */
2110
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2111
- }
2112
1566
  export interface UntagResourceResponse {
2113
1567
  }
2114
- export declare namespace UntagResourceResponse {
2115
- /**
2116
- * @internal
2117
- */
2118
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2119
- }
2120
1568
  export interface UpdateBrowserSettingsRequest {
2121
1569
  /**
2122
1570
  * <p>The ARN of the browser settings.</p>
@@ -2137,24 +1585,12 @@ export interface UpdateBrowserSettingsRequest {
2137
1585
  */
2138
1586
  clientToken?: string;
2139
1587
  }
2140
- export declare namespace UpdateBrowserSettingsRequest {
2141
- /**
2142
- * @internal
2143
- */
2144
- const filterSensitiveLog: (obj: UpdateBrowserSettingsRequest) => any;
2145
- }
2146
1588
  export interface UpdateBrowserSettingsResponse {
2147
1589
  /**
2148
1590
  * <p>The browser settings.</p>
2149
1591
  */
2150
1592
  browserSettings: BrowserSettings | undefined;
2151
1593
  }
2152
- export declare namespace UpdateBrowserSettingsResponse {
2153
- /**
2154
- * @internal
2155
- */
2156
- const filterSensitiveLog: (obj: UpdateBrowserSettingsResponse) => any;
2157
- }
2158
1594
  export interface UpdateIdentityProviderRequest {
2159
1595
  /**
2160
1596
  * <p>The ARN of the identity provider.</p>
@@ -2334,24 +1770,12 @@ export interface UpdateIdentityProviderRequest {
2334
1770
  */
2335
1771
  clientToken?: string;
2336
1772
  }
2337
- export declare namespace UpdateIdentityProviderRequest {
2338
- /**
2339
- * @internal
2340
- */
2341
- const filterSensitiveLog: (obj: UpdateIdentityProviderRequest) => any;
2342
- }
2343
1773
  export interface UpdateIdentityProviderResponse {
2344
1774
  /**
2345
1775
  * <p>The identity provider.</p>
2346
1776
  */
2347
1777
  identityProvider: IdentityProvider | undefined;
2348
1778
  }
2349
- export declare namespace UpdateIdentityProviderResponse {
2350
- /**
2351
- * @internal
2352
- */
2353
- const filterSensitiveLog: (obj: UpdateIdentityProviderResponse) => any;
2354
- }
2355
1779
  export interface UpdateNetworkSettingsRequest {
2356
1780
  /**
2357
1781
  * <p>The ARN of the network settings.</p>
@@ -2379,24 +1803,12 @@ export interface UpdateNetworkSettingsRequest {
2379
1803
  */
2380
1804
  clientToken?: string;
2381
1805
  }
2382
- export declare namespace UpdateNetworkSettingsRequest {
2383
- /**
2384
- * @internal
2385
- */
2386
- const filterSensitiveLog: (obj: UpdateNetworkSettingsRequest) => any;
2387
- }
2388
1806
  export interface UpdateNetworkSettingsResponse {
2389
1807
  /**
2390
1808
  * <p>The network settings.</p>
2391
1809
  */
2392
1810
  networkSettings: NetworkSettings | undefined;
2393
1811
  }
2394
- export declare namespace UpdateNetworkSettingsResponse {
2395
- /**
2396
- * @internal
2397
- */
2398
- const filterSensitiveLog: (obj: UpdateNetworkSettingsResponse) => any;
2399
- }
2400
1812
  export interface UpdatePortalRequest {
2401
1813
  /**
2402
1814
  * <p>The ARN of the web portal.</p>
@@ -2407,24 +1819,12 @@ export interface UpdatePortalRequest {
2407
1819
  */
2408
1820
  displayName?: string;
2409
1821
  }
2410
- export declare namespace UpdatePortalRequest {
2411
- /**
2412
- * @internal
2413
- */
2414
- const filterSensitiveLog: (obj: UpdatePortalRequest) => any;
2415
- }
2416
1822
  export interface UpdatePortalResponse {
2417
1823
  /**
2418
1824
  * <p>The web portal.</p>
2419
1825
  */
2420
1826
  portal?: Portal;
2421
1827
  }
2422
- export declare namespace UpdatePortalResponse {
2423
- /**
2424
- * @internal
2425
- */
2426
- const filterSensitiveLog: (obj: UpdatePortalResponse) => any;
2427
- }
2428
1828
  export interface UpdateTrustStoreRequest {
2429
1829
  /**
2430
1830
  * <p>The ARN of the trust store.</p>
@@ -2448,24 +1848,12 @@ export interface UpdateTrustStoreRequest {
2448
1848
  */
2449
1849
  clientToken?: string;
2450
1850
  }
2451
- export declare namespace UpdateTrustStoreRequest {
2452
- /**
2453
- * @internal
2454
- */
2455
- const filterSensitiveLog: (obj: UpdateTrustStoreRequest) => any;
2456
- }
2457
1851
  export interface UpdateTrustStoreResponse {
2458
1852
  /**
2459
1853
  * <p>The ARN of the trust store.</p>
2460
1854
  */
2461
1855
  trustStoreArn: string | undefined;
2462
1856
  }
2463
- export declare namespace UpdateTrustStoreResponse {
2464
- /**
2465
- * @internal
2466
- */
2467
- const filterSensitiveLog: (obj: UpdateTrustStoreResponse) => any;
2468
- }
2469
1857
  export interface UpdateUserSettingsRequest {
2470
1858
  /**
2471
1859
  * <p>The ARN of the user settings.</p>
@@ -2513,21 +1901,425 @@ export interface UpdateUserSettingsRequest {
2513
1901
  */
2514
1902
  clientToken?: string;
2515
1903
  }
2516
- export declare namespace UpdateUserSettingsRequest {
2517
- /**
2518
- * @internal
2519
- */
2520
- const filterSensitiveLog: (obj: UpdateUserSettingsRequest) => any;
2521
- }
2522
1904
  export interface UpdateUserSettingsResponse {
2523
1905
  /**
2524
1906
  * <p>The user settings.</p>
2525
1907
  */
2526
1908
  userSettings: UserSettings | undefined;
2527
1909
  }
2528
- export declare namespace UpdateUserSettingsResponse {
2529
- /**
2530
- * @internal
2531
- */
2532
- const filterSensitiveLog: (obj: UpdateUserSettingsResponse) => any;
2533
- }
1910
+ /**
1911
+ * @internal
1912
+ */
1913
+ export declare const AssociateBrowserSettingsRequestFilterSensitiveLog: (obj: AssociateBrowserSettingsRequest) => any;
1914
+ /**
1915
+ * @internal
1916
+ */
1917
+ export declare const AssociateBrowserSettingsResponseFilterSensitiveLog: (obj: AssociateBrowserSettingsResponse) => any;
1918
+ /**
1919
+ * @internal
1920
+ */
1921
+ export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
1922
+ /**
1923
+ * @internal
1924
+ */
1925
+ export declare const AssociateNetworkSettingsRequestFilterSensitiveLog: (obj: AssociateNetworkSettingsRequest) => any;
1926
+ /**
1927
+ * @internal
1928
+ */
1929
+ export declare const AssociateNetworkSettingsResponseFilterSensitiveLog: (obj: AssociateNetworkSettingsResponse) => any;
1930
+ /**
1931
+ * @internal
1932
+ */
1933
+ export declare const AssociateTrustStoreRequestFilterSensitiveLog: (obj: AssociateTrustStoreRequest) => any;
1934
+ /**
1935
+ * @internal
1936
+ */
1937
+ export declare const AssociateTrustStoreResponseFilterSensitiveLog: (obj: AssociateTrustStoreResponse) => any;
1938
+ /**
1939
+ * @internal
1940
+ */
1941
+ export declare const AssociateUserSettingsRequestFilterSensitiveLog: (obj: AssociateUserSettingsRequest) => any;
1942
+ /**
1943
+ * @internal
1944
+ */
1945
+ export declare const AssociateUserSettingsResponseFilterSensitiveLog: (obj: AssociateUserSettingsResponse) => any;
1946
+ /**
1947
+ * @internal
1948
+ */
1949
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1950
+ /**
1951
+ * @internal
1952
+ */
1953
+ export declare const CreateBrowserSettingsRequestFilterSensitiveLog: (obj: CreateBrowserSettingsRequest) => any;
1954
+ /**
1955
+ * @internal
1956
+ */
1957
+ export declare const CreateBrowserSettingsResponseFilterSensitiveLog: (obj: CreateBrowserSettingsResponse) => any;
1958
+ /**
1959
+ * @internal
1960
+ */
1961
+ export declare const CreateIdentityProviderRequestFilterSensitiveLog: (obj: CreateIdentityProviderRequest) => any;
1962
+ /**
1963
+ * @internal
1964
+ */
1965
+ export declare const CreateIdentityProviderResponseFilterSensitiveLog: (obj: CreateIdentityProviderResponse) => any;
1966
+ /**
1967
+ * @internal
1968
+ */
1969
+ export declare const CreateNetworkSettingsRequestFilterSensitiveLog: (obj: CreateNetworkSettingsRequest) => any;
1970
+ /**
1971
+ * @internal
1972
+ */
1973
+ export declare const CreateNetworkSettingsResponseFilterSensitiveLog: (obj: CreateNetworkSettingsResponse) => any;
1974
+ /**
1975
+ * @internal
1976
+ */
1977
+ export declare const CreatePortalRequestFilterSensitiveLog: (obj: CreatePortalRequest) => any;
1978
+ /**
1979
+ * @internal
1980
+ */
1981
+ export declare const CreatePortalResponseFilterSensitiveLog: (obj: CreatePortalResponse) => any;
1982
+ /**
1983
+ * @internal
1984
+ */
1985
+ export declare const CreateTrustStoreRequestFilterSensitiveLog: (obj: CreateTrustStoreRequest) => any;
1986
+ /**
1987
+ * @internal
1988
+ */
1989
+ export declare const CreateTrustStoreResponseFilterSensitiveLog: (obj: CreateTrustStoreResponse) => any;
1990
+ /**
1991
+ * @internal
1992
+ */
1993
+ export declare const CreateUserSettingsRequestFilterSensitiveLog: (obj: CreateUserSettingsRequest) => any;
1994
+ /**
1995
+ * @internal
1996
+ */
1997
+ export declare const CreateUserSettingsResponseFilterSensitiveLog: (obj: CreateUserSettingsResponse) => any;
1998
+ /**
1999
+ * @internal
2000
+ */
2001
+ export declare const DeleteBrowserSettingsRequestFilterSensitiveLog: (obj: DeleteBrowserSettingsRequest) => any;
2002
+ /**
2003
+ * @internal
2004
+ */
2005
+ export declare const DeleteBrowserSettingsResponseFilterSensitiveLog: (obj: DeleteBrowserSettingsResponse) => any;
2006
+ /**
2007
+ * @internal
2008
+ */
2009
+ export declare const DeleteIdentityProviderRequestFilterSensitiveLog: (obj: DeleteIdentityProviderRequest) => any;
2010
+ /**
2011
+ * @internal
2012
+ */
2013
+ export declare const DeleteIdentityProviderResponseFilterSensitiveLog: (obj: DeleteIdentityProviderResponse) => any;
2014
+ /**
2015
+ * @internal
2016
+ */
2017
+ export declare const DeleteNetworkSettingsRequestFilterSensitiveLog: (obj: DeleteNetworkSettingsRequest) => any;
2018
+ /**
2019
+ * @internal
2020
+ */
2021
+ export declare const DeleteNetworkSettingsResponseFilterSensitiveLog: (obj: DeleteNetworkSettingsResponse) => any;
2022
+ /**
2023
+ * @internal
2024
+ */
2025
+ export declare const DeletePortalRequestFilterSensitiveLog: (obj: DeletePortalRequest) => any;
2026
+ /**
2027
+ * @internal
2028
+ */
2029
+ export declare const DeletePortalResponseFilterSensitiveLog: (obj: DeletePortalResponse) => any;
2030
+ /**
2031
+ * @internal
2032
+ */
2033
+ export declare const DeleteTrustStoreRequestFilterSensitiveLog: (obj: DeleteTrustStoreRequest) => any;
2034
+ /**
2035
+ * @internal
2036
+ */
2037
+ export declare const DeleteTrustStoreResponseFilterSensitiveLog: (obj: DeleteTrustStoreResponse) => any;
2038
+ /**
2039
+ * @internal
2040
+ */
2041
+ export declare const DeleteUserSettingsRequestFilterSensitiveLog: (obj: DeleteUserSettingsRequest) => any;
2042
+ /**
2043
+ * @internal
2044
+ */
2045
+ export declare const DeleteUserSettingsResponseFilterSensitiveLog: (obj: DeleteUserSettingsResponse) => any;
2046
+ /**
2047
+ * @internal
2048
+ */
2049
+ export declare const DisassociateBrowserSettingsRequestFilterSensitiveLog: (obj: DisassociateBrowserSettingsRequest) => any;
2050
+ /**
2051
+ * @internal
2052
+ */
2053
+ export declare const DisassociateBrowserSettingsResponseFilterSensitiveLog: (obj: DisassociateBrowserSettingsResponse) => any;
2054
+ /**
2055
+ * @internal
2056
+ */
2057
+ export declare const DisassociateNetworkSettingsRequestFilterSensitiveLog: (obj: DisassociateNetworkSettingsRequest) => any;
2058
+ /**
2059
+ * @internal
2060
+ */
2061
+ export declare const DisassociateNetworkSettingsResponseFilterSensitiveLog: (obj: DisassociateNetworkSettingsResponse) => any;
2062
+ /**
2063
+ * @internal
2064
+ */
2065
+ export declare const DisassociateTrustStoreRequestFilterSensitiveLog: (obj: DisassociateTrustStoreRequest) => any;
2066
+ /**
2067
+ * @internal
2068
+ */
2069
+ export declare const DisassociateTrustStoreResponseFilterSensitiveLog: (obj: DisassociateTrustStoreResponse) => any;
2070
+ /**
2071
+ * @internal
2072
+ */
2073
+ export declare const DisassociateUserSettingsRequestFilterSensitiveLog: (obj: DisassociateUserSettingsRequest) => any;
2074
+ /**
2075
+ * @internal
2076
+ */
2077
+ export declare const DisassociateUserSettingsResponseFilterSensitiveLog: (obj: DisassociateUserSettingsResponse) => any;
2078
+ /**
2079
+ * @internal
2080
+ */
2081
+ export declare const GetBrowserSettingsRequestFilterSensitiveLog: (obj: GetBrowserSettingsRequest) => any;
2082
+ /**
2083
+ * @internal
2084
+ */
2085
+ export declare const BrowserSettingsFilterSensitiveLog: (obj: BrowserSettings) => any;
2086
+ /**
2087
+ * @internal
2088
+ */
2089
+ export declare const GetBrowserSettingsResponseFilterSensitiveLog: (obj: GetBrowserSettingsResponse) => any;
2090
+ /**
2091
+ * @internal
2092
+ */
2093
+ export declare const GetIdentityProviderRequestFilterSensitiveLog: (obj: GetIdentityProviderRequest) => any;
2094
+ /**
2095
+ * @internal
2096
+ */
2097
+ export declare const IdentityProviderFilterSensitiveLog: (obj: IdentityProvider) => any;
2098
+ /**
2099
+ * @internal
2100
+ */
2101
+ export declare const GetIdentityProviderResponseFilterSensitiveLog: (obj: GetIdentityProviderResponse) => any;
2102
+ /**
2103
+ * @internal
2104
+ */
2105
+ export declare const GetNetworkSettingsRequestFilterSensitiveLog: (obj: GetNetworkSettingsRequest) => any;
2106
+ /**
2107
+ * @internal
2108
+ */
2109
+ export declare const NetworkSettingsFilterSensitiveLog: (obj: NetworkSettings) => any;
2110
+ /**
2111
+ * @internal
2112
+ */
2113
+ export declare const GetNetworkSettingsResponseFilterSensitiveLog: (obj: GetNetworkSettingsResponse) => any;
2114
+ /**
2115
+ * @internal
2116
+ */
2117
+ export declare const GetPortalRequestFilterSensitiveLog: (obj: GetPortalRequest) => any;
2118
+ /**
2119
+ * @internal
2120
+ */
2121
+ export declare const PortalFilterSensitiveLog: (obj: Portal) => any;
2122
+ /**
2123
+ * @internal
2124
+ */
2125
+ export declare const GetPortalResponseFilterSensitiveLog: (obj: GetPortalResponse) => any;
2126
+ /**
2127
+ * @internal
2128
+ */
2129
+ export declare const GetPortalServiceProviderMetadataRequestFilterSensitiveLog: (obj: GetPortalServiceProviderMetadataRequest) => any;
2130
+ /**
2131
+ * @internal
2132
+ */
2133
+ export declare const GetPortalServiceProviderMetadataResponseFilterSensitiveLog: (obj: GetPortalServiceProviderMetadataResponse) => any;
2134
+ /**
2135
+ * @internal
2136
+ */
2137
+ export declare const GetTrustStoreRequestFilterSensitiveLog: (obj: GetTrustStoreRequest) => any;
2138
+ /**
2139
+ * @internal
2140
+ */
2141
+ export declare const TrustStoreFilterSensitiveLog: (obj: TrustStore) => any;
2142
+ /**
2143
+ * @internal
2144
+ */
2145
+ export declare const GetTrustStoreResponseFilterSensitiveLog: (obj: GetTrustStoreResponse) => any;
2146
+ /**
2147
+ * @internal
2148
+ */
2149
+ export declare const GetTrustStoreCertificateRequestFilterSensitiveLog: (obj: GetTrustStoreCertificateRequest) => any;
2150
+ /**
2151
+ * @internal
2152
+ */
2153
+ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
2154
+ /**
2155
+ * @internal
2156
+ */
2157
+ export declare const GetTrustStoreCertificateResponseFilterSensitiveLog: (obj: GetTrustStoreCertificateResponse) => any;
2158
+ /**
2159
+ * @internal
2160
+ */
2161
+ export declare const GetUserSettingsRequestFilterSensitiveLog: (obj: GetUserSettingsRequest) => any;
2162
+ /**
2163
+ * @internal
2164
+ */
2165
+ export declare const UserSettingsFilterSensitiveLog: (obj: UserSettings) => any;
2166
+ /**
2167
+ * @internal
2168
+ */
2169
+ export declare const GetUserSettingsResponseFilterSensitiveLog: (obj: GetUserSettingsResponse) => any;
2170
+ /**
2171
+ * @internal
2172
+ */
2173
+ export declare const ListBrowserSettingsRequestFilterSensitiveLog: (obj: ListBrowserSettingsRequest) => any;
2174
+ /**
2175
+ * @internal
2176
+ */
2177
+ export declare const BrowserSettingsSummaryFilterSensitiveLog: (obj: BrowserSettingsSummary) => any;
2178
+ /**
2179
+ * @internal
2180
+ */
2181
+ export declare const ListBrowserSettingsResponseFilterSensitiveLog: (obj: ListBrowserSettingsResponse) => any;
2182
+ /**
2183
+ * @internal
2184
+ */
2185
+ export declare const ListIdentityProvidersRequestFilterSensitiveLog: (obj: ListIdentityProvidersRequest) => any;
2186
+ /**
2187
+ * @internal
2188
+ */
2189
+ export declare const IdentityProviderSummaryFilterSensitiveLog: (obj: IdentityProviderSummary) => any;
2190
+ /**
2191
+ * @internal
2192
+ */
2193
+ export declare const ListIdentityProvidersResponseFilterSensitiveLog: (obj: ListIdentityProvidersResponse) => any;
2194
+ /**
2195
+ * @internal
2196
+ */
2197
+ export declare const ListNetworkSettingsRequestFilterSensitiveLog: (obj: ListNetworkSettingsRequest) => any;
2198
+ /**
2199
+ * @internal
2200
+ */
2201
+ export declare const NetworkSettingsSummaryFilterSensitiveLog: (obj: NetworkSettingsSummary) => any;
2202
+ /**
2203
+ * @internal
2204
+ */
2205
+ export declare const ListNetworkSettingsResponseFilterSensitiveLog: (obj: ListNetworkSettingsResponse) => any;
2206
+ /**
2207
+ * @internal
2208
+ */
2209
+ export declare const ListPortalsRequestFilterSensitiveLog: (obj: ListPortalsRequest) => any;
2210
+ /**
2211
+ * @internal
2212
+ */
2213
+ export declare const PortalSummaryFilterSensitiveLog: (obj: PortalSummary) => any;
2214
+ /**
2215
+ * @internal
2216
+ */
2217
+ export declare const ListPortalsResponseFilterSensitiveLog: (obj: ListPortalsResponse) => any;
2218
+ /**
2219
+ * @internal
2220
+ */
2221
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2222
+ /**
2223
+ * @internal
2224
+ */
2225
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2226
+ /**
2227
+ * @internal
2228
+ */
2229
+ export declare const ListTrustStoreCertificatesRequestFilterSensitiveLog: (obj: ListTrustStoreCertificatesRequest) => any;
2230
+ /**
2231
+ * @internal
2232
+ */
2233
+ export declare const CertificateSummaryFilterSensitiveLog: (obj: CertificateSummary) => any;
2234
+ /**
2235
+ * @internal
2236
+ */
2237
+ export declare const ListTrustStoreCertificatesResponseFilterSensitiveLog: (obj: ListTrustStoreCertificatesResponse) => any;
2238
+ /**
2239
+ * @internal
2240
+ */
2241
+ export declare const ListTrustStoresRequestFilterSensitiveLog: (obj: ListTrustStoresRequest) => any;
2242
+ /**
2243
+ * @internal
2244
+ */
2245
+ export declare const TrustStoreSummaryFilterSensitiveLog: (obj: TrustStoreSummary) => any;
2246
+ /**
2247
+ * @internal
2248
+ */
2249
+ export declare const ListTrustStoresResponseFilterSensitiveLog: (obj: ListTrustStoresResponse) => any;
2250
+ /**
2251
+ * @internal
2252
+ */
2253
+ export declare const ListUserSettingsRequestFilterSensitiveLog: (obj: ListUserSettingsRequest) => any;
2254
+ /**
2255
+ * @internal
2256
+ */
2257
+ export declare const UserSettingsSummaryFilterSensitiveLog: (obj: UserSettingsSummary) => any;
2258
+ /**
2259
+ * @internal
2260
+ */
2261
+ export declare const ListUserSettingsResponseFilterSensitiveLog: (obj: ListUserSettingsResponse) => any;
2262
+ /**
2263
+ * @internal
2264
+ */
2265
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2266
+ /**
2267
+ * @internal
2268
+ */
2269
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2270
+ /**
2271
+ * @internal
2272
+ */
2273
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2274
+ /**
2275
+ * @internal
2276
+ */
2277
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2278
+ /**
2279
+ * @internal
2280
+ */
2281
+ export declare const UpdateBrowserSettingsRequestFilterSensitiveLog: (obj: UpdateBrowserSettingsRequest) => any;
2282
+ /**
2283
+ * @internal
2284
+ */
2285
+ export declare const UpdateBrowserSettingsResponseFilterSensitiveLog: (obj: UpdateBrowserSettingsResponse) => any;
2286
+ /**
2287
+ * @internal
2288
+ */
2289
+ export declare const UpdateIdentityProviderRequestFilterSensitiveLog: (obj: UpdateIdentityProviderRequest) => any;
2290
+ /**
2291
+ * @internal
2292
+ */
2293
+ export declare const UpdateIdentityProviderResponseFilterSensitiveLog: (obj: UpdateIdentityProviderResponse) => any;
2294
+ /**
2295
+ * @internal
2296
+ */
2297
+ export declare const UpdateNetworkSettingsRequestFilterSensitiveLog: (obj: UpdateNetworkSettingsRequest) => any;
2298
+ /**
2299
+ * @internal
2300
+ */
2301
+ export declare const UpdateNetworkSettingsResponseFilterSensitiveLog: (obj: UpdateNetworkSettingsResponse) => any;
2302
+ /**
2303
+ * @internal
2304
+ */
2305
+ export declare const UpdatePortalRequestFilterSensitiveLog: (obj: UpdatePortalRequest) => any;
2306
+ /**
2307
+ * @internal
2308
+ */
2309
+ export declare const UpdatePortalResponseFilterSensitiveLog: (obj: UpdatePortalResponse) => any;
2310
+ /**
2311
+ * @internal
2312
+ */
2313
+ export declare const UpdateTrustStoreRequestFilterSensitiveLog: (obj: UpdateTrustStoreRequest) => any;
2314
+ /**
2315
+ * @internal
2316
+ */
2317
+ export declare const UpdateTrustStoreResponseFilterSensitiveLog: (obj: UpdateTrustStoreResponse) => any;
2318
+ /**
2319
+ * @internal
2320
+ */
2321
+ export declare const UpdateUserSettingsRequestFilterSensitiveLog: (obj: UpdateUserSettingsRequest) => any;
2322
+ /**
2323
+ * @internal
2324
+ */
2325
+ export declare const UpdateUserSettingsResponseFilterSensitiveLog: (obj: UpdateUserSettingsResponse) => any;