@aws-sdk/client-workspaces-web 3.297.0 → 3.298.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 (101) hide show
  1. package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +2 -3
  2. package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +2 -3
  3. package/dist-cjs/commands/AssociateTrustStoreCommand.js +2 -3
  4. package/dist-cjs/commands/AssociateUserAccessLoggingSettingsCommand.js +2 -3
  5. package/dist-cjs/commands/AssociateUserSettingsCommand.js +2 -3
  6. package/dist-cjs/commands/CreateBrowserSettingsCommand.js +1 -1
  7. package/dist-cjs/commands/CreateIdentityProviderCommand.js +1 -1
  8. package/dist-cjs/commands/CreateNetworkSettingsCommand.js +1 -1
  9. package/dist-cjs/commands/CreatePortalCommand.js +1 -1
  10. package/dist-cjs/commands/CreateTrustStoreCommand.js +1 -1
  11. package/dist-cjs/commands/CreateUserAccessLoggingSettingsCommand.js +1 -1
  12. package/dist-cjs/commands/CreateUserSettingsCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +2 -3
  16. package/dist-cjs/commands/DeletePortalCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteTrustStoreCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteUserAccessLoggingSettingsCommand.js +2 -3
  19. package/dist-cjs/commands/DeleteUserSettingsCommand.js +2 -3
  20. package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +2 -3
  21. package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +2 -3
  22. package/dist-cjs/commands/DisassociateTrustStoreCommand.js +2 -3
  23. package/dist-cjs/commands/DisassociateUserAccessLoggingSettingsCommand.js +2 -3
  24. package/dist-cjs/commands/DisassociateUserSettingsCommand.js +2 -3
  25. package/dist-cjs/commands/GetBrowserSettingsCommand.js +1 -1
  26. package/dist-cjs/commands/GetIdentityProviderCommand.js +1 -1
  27. package/dist-cjs/commands/GetNetworkSettingsCommand.js +2 -3
  28. package/dist-cjs/commands/GetPortalCommand.js +1 -1
  29. package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +2 -3
  30. package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +2 -3
  31. package/dist-cjs/commands/GetTrustStoreCommand.js +2 -3
  32. package/dist-cjs/commands/GetUserAccessLoggingSettingsCommand.js +2 -3
  33. package/dist-cjs/commands/GetUserSettingsCommand.js +2 -3
  34. package/dist-cjs/commands/ListBrowserSettingsCommand.js +2 -3
  35. package/dist-cjs/commands/ListIdentityProvidersCommand.js +1 -1
  36. package/dist-cjs/commands/ListNetworkSettingsCommand.js +2 -3
  37. package/dist-cjs/commands/ListPortalsCommand.js +1 -1
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
  39. package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +2 -3
  40. package/dist-cjs/commands/ListTrustStoresCommand.js +2 -3
  41. package/dist-cjs/commands/ListUserAccessLoggingSettingsCommand.js +2 -3
  42. package/dist-cjs/commands/ListUserSettingsCommand.js +2 -3
  43. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  44. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  45. package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +2 -3
  46. package/dist-cjs/commands/UpdateTrustStoreCommand.js +2 -3
  47. package/dist-cjs/commands/UpdateUserAccessLoggingSettingsCommand.js +2 -3
  48. package/dist-cjs/commands/UpdateUserSettingsCommand.js +2 -3
  49. package/dist-cjs/models/models_0.js +1 -375
  50. package/dist-es/commands/AssociateBrowserSettingsCommand.js +2 -3
  51. package/dist-es/commands/AssociateNetworkSettingsCommand.js +2 -3
  52. package/dist-es/commands/AssociateTrustStoreCommand.js +2 -3
  53. package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +2 -3
  54. package/dist-es/commands/AssociateUserSettingsCommand.js +2 -3
  55. package/dist-es/commands/CreateBrowserSettingsCommand.js +2 -2
  56. package/dist-es/commands/CreateIdentityProviderCommand.js +2 -2
  57. package/dist-es/commands/CreateNetworkSettingsCommand.js +2 -2
  58. package/dist-es/commands/CreatePortalCommand.js +2 -2
  59. package/dist-es/commands/CreateTrustStoreCommand.js +2 -2
  60. package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +2 -2
  61. package/dist-es/commands/CreateUserSettingsCommand.js +2 -2
  62. package/dist-es/commands/DeleteBrowserSettingsCommand.js +2 -3
  63. package/dist-es/commands/DeleteIdentityProviderCommand.js +2 -3
  64. package/dist-es/commands/DeleteNetworkSettingsCommand.js +2 -3
  65. package/dist-es/commands/DeletePortalCommand.js +2 -3
  66. package/dist-es/commands/DeleteTrustStoreCommand.js +2 -3
  67. package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +2 -3
  68. package/dist-es/commands/DeleteUserSettingsCommand.js +2 -3
  69. package/dist-es/commands/DisassociateBrowserSettingsCommand.js +2 -3
  70. package/dist-es/commands/DisassociateNetworkSettingsCommand.js +2 -3
  71. package/dist-es/commands/DisassociateTrustStoreCommand.js +2 -3
  72. package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +2 -3
  73. package/dist-es/commands/DisassociateUserSettingsCommand.js +2 -3
  74. package/dist-es/commands/GetBrowserSettingsCommand.js +2 -2
  75. package/dist-es/commands/GetIdentityProviderCommand.js +2 -2
  76. package/dist-es/commands/GetNetworkSettingsCommand.js +2 -3
  77. package/dist-es/commands/GetPortalCommand.js +2 -2
  78. package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +2 -3
  79. package/dist-es/commands/GetTrustStoreCertificateCommand.js +2 -3
  80. package/dist-es/commands/GetTrustStoreCommand.js +2 -3
  81. package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +2 -3
  82. package/dist-es/commands/GetUserSettingsCommand.js +2 -3
  83. package/dist-es/commands/ListBrowserSettingsCommand.js +2 -3
  84. package/dist-es/commands/ListIdentityProvidersCommand.js +2 -2
  85. package/dist-es/commands/ListNetworkSettingsCommand.js +2 -3
  86. package/dist-es/commands/ListPortalsCommand.js +2 -2
  87. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  88. package/dist-es/commands/ListTrustStoreCertificatesCommand.js +2 -3
  89. package/dist-es/commands/ListTrustStoresCommand.js +2 -3
  90. package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +2 -3
  91. package/dist-es/commands/ListUserSettingsCommand.js +2 -3
  92. package/dist-es/commands/TagResourceCommand.js +2 -2
  93. package/dist-es/commands/UntagResourceCommand.js +2 -2
  94. package/dist-es/commands/UpdateNetworkSettingsCommand.js +2 -3
  95. package/dist-es/commands/UpdateTrustStoreCommand.js +2 -3
  96. package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +2 -3
  97. package/dist-es/commands/UpdateUserSettingsCommand.js +2 -3
  98. package/dist-es/models/models_0.js +0 -279
  99. package/dist-types/models/models_0.d.ts +0 -372
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -273
  101. package/package.json +4 -3
@@ -2484,50 +2484,6 @@ export interface UpdateUserSettingsResponse {
2484
2484
  */
2485
2485
  userSettings: UserSettings | undefined;
2486
2486
  }
2487
- /**
2488
- * @internal
2489
- */
2490
- export declare const AssociateBrowserSettingsRequestFilterSensitiveLog: (obj: AssociateBrowserSettingsRequest) => any;
2491
- /**
2492
- * @internal
2493
- */
2494
- export declare const AssociateBrowserSettingsResponseFilterSensitiveLog: (obj: AssociateBrowserSettingsResponse) => any;
2495
- /**
2496
- * @internal
2497
- */
2498
- export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
2499
- /**
2500
- * @internal
2501
- */
2502
- export declare const AssociateNetworkSettingsRequestFilterSensitiveLog: (obj: AssociateNetworkSettingsRequest) => any;
2503
- /**
2504
- * @internal
2505
- */
2506
- export declare const AssociateNetworkSettingsResponseFilterSensitiveLog: (obj: AssociateNetworkSettingsResponse) => any;
2507
- /**
2508
- * @internal
2509
- */
2510
- export declare const AssociateTrustStoreRequestFilterSensitiveLog: (obj: AssociateTrustStoreRequest) => any;
2511
- /**
2512
- * @internal
2513
- */
2514
- export declare const AssociateTrustStoreResponseFilterSensitiveLog: (obj: AssociateTrustStoreResponse) => any;
2515
- /**
2516
- * @internal
2517
- */
2518
- export declare const AssociateUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: AssociateUserAccessLoggingSettingsRequest) => any;
2519
- /**
2520
- * @internal
2521
- */
2522
- export declare const AssociateUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: AssociateUserAccessLoggingSettingsResponse) => any;
2523
- /**
2524
- * @internal
2525
- */
2526
- export declare const AssociateUserSettingsRequestFilterSensitiveLog: (obj: AssociateUserSettingsRequest) => any;
2527
- /**
2528
- * @internal
2529
- */
2530
- export declare const AssociateUserSettingsResponseFilterSensitiveLog: (obj: AssociateUserSettingsResponse) => any;
2531
2487
  /**
2532
2488
  * @internal
2533
2489
  */
@@ -2536,158 +2492,30 @@ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2536
2492
  * @internal
2537
2493
  */
2538
2494
  export declare const CreateBrowserSettingsRequestFilterSensitiveLog: (obj: CreateBrowserSettingsRequest) => any;
2539
- /**
2540
- * @internal
2541
- */
2542
- export declare const CreateBrowserSettingsResponseFilterSensitiveLog: (obj: CreateBrowserSettingsResponse) => any;
2543
2495
  /**
2544
2496
  * @internal
2545
2497
  */
2546
2498
  export declare const CreateIdentityProviderRequestFilterSensitiveLog: (obj: CreateIdentityProviderRequest) => any;
2547
- /**
2548
- * @internal
2549
- */
2550
- export declare const CreateIdentityProviderResponseFilterSensitiveLog: (obj: CreateIdentityProviderResponse) => any;
2551
2499
  /**
2552
2500
  * @internal
2553
2501
  */
2554
2502
  export declare const CreateNetworkSettingsRequestFilterSensitiveLog: (obj: CreateNetworkSettingsRequest) => any;
2555
- /**
2556
- * @internal
2557
- */
2558
- export declare const CreateNetworkSettingsResponseFilterSensitiveLog: (obj: CreateNetworkSettingsResponse) => any;
2559
2503
  /**
2560
2504
  * @internal
2561
2505
  */
2562
2506
  export declare const CreatePortalRequestFilterSensitiveLog: (obj: CreatePortalRequest) => any;
2563
- /**
2564
- * @internal
2565
- */
2566
- export declare const CreatePortalResponseFilterSensitiveLog: (obj: CreatePortalResponse) => any;
2567
2507
  /**
2568
2508
  * @internal
2569
2509
  */
2570
2510
  export declare const CreateTrustStoreRequestFilterSensitiveLog: (obj: CreateTrustStoreRequest) => any;
2571
- /**
2572
- * @internal
2573
- */
2574
- export declare const CreateTrustStoreResponseFilterSensitiveLog: (obj: CreateTrustStoreResponse) => any;
2575
2511
  /**
2576
2512
  * @internal
2577
2513
  */
2578
2514
  export declare const CreateUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: CreateUserAccessLoggingSettingsRequest) => any;
2579
- /**
2580
- * @internal
2581
- */
2582
- export declare const CreateUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: CreateUserAccessLoggingSettingsResponse) => any;
2583
2515
  /**
2584
2516
  * @internal
2585
2517
  */
2586
2518
  export declare const CreateUserSettingsRequestFilterSensitiveLog: (obj: CreateUserSettingsRequest) => any;
2587
- /**
2588
- * @internal
2589
- */
2590
- export declare const CreateUserSettingsResponseFilterSensitiveLog: (obj: CreateUserSettingsResponse) => any;
2591
- /**
2592
- * @internal
2593
- */
2594
- export declare const DeleteBrowserSettingsRequestFilterSensitiveLog: (obj: DeleteBrowserSettingsRequest) => any;
2595
- /**
2596
- * @internal
2597
- */
2598
- export declare const DeleteBrowserSettingsResponseFilterSensitiveLog: (obj: DeleteBrowserSettingsResponse) => any;
2599
- /**
2600
- * @internal
2601
- */
2602
- export declare const DeleteIdentityProviderRequestFilterSensitiveLog: (obj: DeleteIdentityProviderRequest) => any;
2603
- /**
2604
- * @internal
2605
- */
2606
- export declare const DeleteIdentityProviderResponseFilterSensitiveLog: (obj: DeleteIdentityProviderResponse) => any;
2607
- /**
2608
- * @internal
2609
- */
2610
- export declare const DeleteNetworkSettingsRequestFilterSensitiveLog: (obj: DeleteNetworkSettingsRequest) => any;
2611
- /**
2612
- * @internal
2613
- */
2614
- export declare const DeleteNetworkSettingsResponseFilterSensitiveLog: (obj: DeleteNetworkSettingsResponse) => any;
2615
- /**
2616
- * @internal
2617
- */
2618
- export declare const DeletePortalRequestFilterSensitiveLog: (obj: DeletePortalRequest) => any;
2619
- /**
2620
- * @internal
2621
- */
2622
- export declare const DeletePortalResponseFilterSensitiveLog: (obj: DeletePortalResponse) => any;
2623
- /**
2624
- * @internal
2625
- */
2626
- export declare const DeleteTrustStoreRequestFilterSensitiveLog: (obj: DeleteTrustStoreRequest) => any;
2627
- /**
2628
- * @internal
2629
- */
2630
- export declare const DeleteTrustStoreResponseFilterSensitiveLog: (obj: DeleteTrustStoreResponse) => any;
2631
- /**
2632
- * @internal
2633
- */
2634
- export declare const DeleteUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: DeleteUserAccessLoggingSettingsRequest) => any;
2635
- /**
2636
- * @internal
2637
- */
2638
- export declare const DeleteUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: DeleteUserAccessLoggingSettingsResponse) => any;
2639
- /**
2640
- * @internal
2641
- */
2642
- export declare const DeleteUserSettingsRequestFilterSensitiveLog: (obj: DeleteUserSettingsRequest) => any;
2643
- /**
2644
- * @internal
2645
- */
2646
- export declare const DeleteUserSettingsResponseFilterSensitiveLog: (obj: DeleteUserSettingsResponse) => any;
2647
- /**
2648
- * @internal
2649
- */
2650
- export declare const DisassociateBrowserSettingsRequestFilterSensitiveLog: (obj: DisassociateBrowserSettingsRequest) => any;
2651
- /**
2652
- * @internal
2653
- */
2654
- export declare const DisassociateBrowserSettingsResponseFilterSensitiveLog: (obj: DisassociateBrowserSettingsResponse) => any;
2655
- /**
2656
- * @internal
2657
- */
2658
- export declare const DisassociateNetworkSettingsRequestFilterSensitiveLog: (obj: DisassociateNetworkSettingsRequest) => any;
2659
- /**
2660
- * @internal
2661
- */
2662
- export declare const DisassociateNetworkSettingsResponseFilterSensitiveLog: (obj: DisassociateNetworkSettingsResponse) => any;
2663
- /**
2664
- * @internal
2665
- */
2666
- export declare const DisassociateTrustStoreRequestFilterSensitiveLog: (obj: DisassociateTrustStoreRequest) => any;
2667
- /**
2668
- * @internal
2669
- */
2670
- export declare const DisassociateTrustStoreResponseFilterSensitiveLog: (obj: DisassociateTrustStoreResponse) => any;
2671
- /**
2672
- * @internal
2673
- */
2674
- export declare const DisassociateUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: DisassociateUserAccessLoggingSettingsRequest) => any;
2675
- /**
2676
- * @internal
2677
- */
2678
- export declare const DisassociateUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: DisassociateUserAccessLoggingSettingsResponse) => any;
2679
- /**
2680
- * @internal
2681
- */
2682
- export declare const DisassociateUserSettingsRequestFilterSensitiveLog: (obj: DisassociateUserSettingsRequest) => any;
2683
- /**
2684
- * @internal
2685
- */
2686
- export declare const DisassociateUserSettingsResponseFilterSensitiveLog: (obj: DisassociateUserSettingsResponse) => any;
2687
- /**
2688
- * @internal
2689
- */
2690
- export declare const GetBrowserSettingsRequestFilterSensitiveLog: (obj: GetBrowserSettingsRequest) => any;
2691
2519
  /**
2692
2520
  * @internal
2693
2521
  */
@@ -2696,10 +2524,6 @@ export declare const BrowserSettingsFilterSensitiveLog: (obj: BrowserSettings) =
2696
2524
  * @internal
2697
2525
  */
2698
2526
  export declare const GetBrowserSettingsResponseFilterSensitiveLog: (obj: GetBrowserSettingsResponse) => any;
2699
- /**
2700
- * @internal
2701
- */
2702
- export declare const GetIdentityProviderRequestFilterSensitiveLog: (obj: GetIdentityProviderRequest) => any;
2703
2527
  /**
2704
2528
  * @internal
2705
2529
  */
@@ -2708,22 +2532,6 @@ export declare const IdentityProviderFilterSensitiveLog: (obj: IdentityProvider)
2708
2532
  * @internal
2709
2533
  */
2710
2534
  export declare const GetIdentityProviderResponseFilterSensitiveLog: (obj: GetIdentityProviderResponse) => any;
2711
- /**
2712
- * @internal
2713
- */
2714
- export declare const GetNetworkSettingsRequestFilterSensitiveLog: (obj: GetNetworkSettingsRequest) => any;
2715
- /**
2716
- * @internal
2717
- */
2718
- export declare const NetworkSettingsFilterSensitiveLog: (obj: NetworkSettings) => any;
2719
- /**
2720
- * @internal
2721
- */
2722
- export declare const GetNetworkSettingsResponseFilterSensitiveLog: (obj: GetNetworkSettingsResponse) => any;
2723
- /**
2724
- * @internal
2725
- */
2726
- export declare const GetPortalRequestFilterSensitiveLog: (obj: GetPortalRequest) => any;
2727
2535
  /**
2728
2536
  * @internal
2729
2537
  */
@@ -2732,78 +2540,6 @@ export declare const PortalFilterSensitiveLog: (obj: Portal) => any;
2732
2540
  * @internal
2733
2541
  */
2734
2542
  export declare const GetPortalResponseFilterSensitiveLog: (obj: GetPortalResponse) => any;
2735
- /**
2736
- * @internal
2737
- */
2738
- export declare const GetPortalServiceProviderMetadataRequestFilterSensitiveLog: (obj: GetPortalServiceProviderMetadataRequest) => any;
2739
- /**
2740
- * @internal
2741
- */
2742
- export declare const GetPortalServiceProviderMetadataResponseFilterSensitiveLog: (obj: GetPortalServiceProviderMetadataResponse) => any;
2743
- /**
2744
- * @internal
2745
- */
2746
- export declare const GetTrustStoreRequestFilterSensitiveLog: (obj: GetTrustStoreRequest) => any;
2747
- /**
2748
- * @internal
2749
- */
2750
- export declare const TrustStoreFilterSensitiveLog: (obj: TrustStore) => any;
2751
- /**
2752
- * @internal
2753
- */
2754
- export declare const GetTrustStoreResponseFilterSensitiveLog: (obj: GetTrustStoreResponse) => any;
2755
- /**
2756
- * @internal
2757
- */
2758
- export declare const GetTrustStoreCertificateRequestFilterSensitiveLog: (obj: GetTrustStoreCertificateRequest) => any;
2759
- /**
2760
- * @internal
2761
- */
2762
- export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
2763
- /**
2764
- * @internal
2765
- */
2766
- export declare const GetTrustStoreCertificateResponseFilterSensitiveLog: (obj: GetTrustStoreCertificateResponse) => any;
2767
- /**
2768
- * @internal
2769
- */
2770
- export declare const GetUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: GetUserAccessLoggingSettingsRequest) => any;
2771
- /**
2772
- * @internal
2773
- */
2774
- export declare const UserAccessLoggingSettingsFilterSensitiveLog: (obj: UserAccessLoggingSettings) => any;
2775
- /**
2776
- * @internal
2777
- */
2778
- export declare const GetUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: GetUserAccessLoggingSettingsResponse) => any;
2779
- /**
2780
- * @internal
2781
- */
2782
- export declare const GetUserSettingsRequestFilterSensitiveLog: (obj: GetUserSettingsRequest) => any;
2783
- /**
2784
- * @internal
2785
- */
2786
- export declare const UserSettingsFilterSensitiveLog: (obj: UserSettings) => any;
2787
- /**
2788
- * @internal
2789
- */
2790
- export declare const GetUserSettingsResponseFilterSensitiveLog: (obj: GetUserSettingsResponse) => any;
2791
- /**
2792
- * @internal
2793
- */
2794
- export declare const ListBrowserSettingsRequestFilterSensitiveLog: (obj: ListBrowserSettingsRequest) => any;
2795
- /**
2796
- * @internal
2797
- */
2798
- export declare const BrowserSettingsSummaryFilterSensitiveLog: (obj: BrowserSettingsSummary) => any;
2799
- /**
2800
- * @internal
2801
- */
2802
- export declare const ListBrowserSettingsResponseFilterSensitiveLog: (obj: ListBrowserSettingsResponse) => any;
2803
- /**
2804
- * @internal
2805
- */
2806
- export declare const ListIdentityProvidersRequestFilterSensitiveLog: (obj: ListIdentityProvidersRequest) => any;
2807
2543
  /**
2808
2544
  * @internal
2809
2545
  */
@@ -2812,22 +2548,6 @@ export declare const IdentityProviderSummaryFilterSensitiveLog: (obj: IdentityPr
2812
2548
  * @internal
2813
2549
  */
2814
2550
  export declare const ListIdentityProvidersResponseFilterSensitiveLog: (obj: ListIdentityProvidersResponse) => any;
2815
- /**
2816
- * @internal
2817
- */
2818
- export declare const ListNetworkSettingsRequestFilterSensitiveLog: (obj: ListNetworkSettingsRequest) => any;
2819
- /**
2820
- * @internal
2821
- */
2822
- export declare const NetworkSettingsSummaryFilterSensitiveLog: (obj: NetworkSettingsSummary) => any;
2823
- /**
2824
- * @internal
2825
- */
2826
- export declare const ListNetworkSettingsResponseFilterSensitiveLog: (obj: ListNetworkSettingsResponse) => any;
2827
- /**
2828
- * @internal
2829
- */
2830
- export declare const ListPortalsRequestFilterSensitiveLog: (obj: ListPortalsRequest) => any;
2831
2551
  /**
2832
2552
  * @internal
2833
2553
  */
@@ -2836,78 +2556,18 @@ export declare const PortalSummaryFilterSensitiveLog: (obj: PortalSummary) => an
2836
2556
  * @internal
2837
2557
  */
2838
2558
  export declare const ListPortalsResponseFilterSensitiveLog: (obj: ListPortalsResponse) => any;
2839
- /**
2840
- * @internal
2841
- */
2842
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2843
2559
  /**
2844
2560
  * @internal
2845
2561
  */
2846
2562
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2847
- /**
2848
- * @internal
2849
- */
2850
- export declare const ListTrustStoreCertificatesRequestFilterSensitiveLog: (obj: ListTrustStoreCertificatesRequest) => any;
2851
- /**
2852
- * @internal
2853
- */
2854
- export declare const CertificateSummaryFilterSensitiveLog: (obj: CertificateSummary) => any;
2855
- /**
2856
- * @internal
2857
- */
2858
- export declare const ListTrustStoreCertificatesResponseFilterSensitiveLog: (obj: ListTrustStoreCertificatesResponse) => any;
2859
- /**
2860
- * @internal
2861
- */
2862
- export declare const ListTrustStoresRequestFilterSensitiveLog: (obj: ListTrustStoresRequest) => any;
2863
- /**
2864
- * @internal
2865
- */
2866
- export declare const TrustStoreSummaryFilterSensitiveLog: (obj: TrustStoreSummary) => any;
2867
- /**
2868
- * @internal
2869
- */
2870
- export declare const ListTrustStoresResponseFilterSensitiveLog: (obj: ListTrustStoresResponse) => any;
2871
- /**
2872
- * @internal
2873
- */
2874
- export declare const ListUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: ListUserAccessLoggingSettingsRequest) => any;
2875
- /**
2876
- * @internal
2877
- */
2878
- export declare const UserAccessLoggingSettingsSummaryFilterSensitiveLog: (obj: UserAccessLoggingSettingsSummary) => any;
2879
- /**
2880
- * @internal
2881
- */
2882
- export declare const ListUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: ListUserAccessLoggingSettingsResponse) => any;
2883
- /**
2884
- * @internal
2885
- */
2886
- export declare const ListUserSettingsRequestFilterSensitiveLog: (obj: ListUserSettingsRequest) => any;
2887
- /**
2888
- * @internal
2889
- */
2890
- export declare const UserSettingsSummaryFilterSensitiveLog: (obj: UserSettingsSummary) => any;
2891
- /**
2892
- * @internal
2893
- */
2894
- export declare const ListUserSettingsResponseFilterSensitiveLog: (obj: ListUserSettingsResponse) => any;
2895
2563
  /**
2896
2564
  * @internal
2897
2565
  */
2898
2566
  export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2899
- /**
2900
- * @internal
2901
- */
2902
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2903
2567
  /**
2904
2568
  * @internal
2905
2569
  */
2906
2570
  export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2907
- /**
2908
- * @internal
2909
- */
2910
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2911
2571
  /**
2912
2572
  * @internal
2913
2573
  */
@@ -2924,14 +2584,6 @@ export declare const UpdateIdentityProviderRequestFilterSensitiveLog: (obj: Upda
2924
2584
  * @internal
2925
2585
  */
2926
2586
  export declare const UpdateIdentityProviderResponseFilterSensitiveLog: (obj: UpdateIdentityProviderResponse) => any;
2927
- /**
2928
- * @internal
2929
- */
2930
- export declare const UpdateNetworkSettingsRequestFilterSensitiveLog: (obj: UpdateNetworkSettingsRequest) => any;
2931
- /**
2932
- * @internal
2933
- */
2934
- export declare const UpdateNetworkSettingsResponseFilterSensitiveLog: (obj: UpdateNetworkSettingsResponse) => any;
2935
2587
  /**
2936
2588
  * @internal
2937
2589
  */
@@ -2940,27 +2592,3 @@ export declare const UpdatePortalRequestFilterSensitiveLog: (obj: UpdatePortalRe
2940
2592
  * @internal
2941
2593
  */
2942
2594
  export declare const UpdatePortalResponseFilterSensitiveLog: (obj: UpdatePortalResponse) => any;
2943
- /**
2944
- * @internal
2945
- */
2946
- export declare const UpdateTrustStoreRequestFilterSensitiveLog: (obj: UpdateTrustStoreRequest) => any;
2947
- /**
2948
- * @internal
2949
- */
2950
- export declare const UpdateTrustStoreResponseFilterSensitiveLog: (obj: UpdateTrustStoreResponse) => any;
2951
- /**
2952
- * @internal
2953
- */
2954
- export declare const UpdateUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: UpdateUserAccessLoggingSettingsRequest) => any;
2955
- /**
2956
- * @internal
2957
- */
2958
- export declare const UpdateUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: UpdateUserAccessLoggingSettingsResponse) => any;
2959
- /**
2960
- * @internal
2961
- */
2962
- export declare const UpdateUserSettingsRequestFilterSensitiveLog: (obj: UpdateUserSettingsRequest) => any;
2963
- /**
2964
- * @internal
2965
- */
2966
- export declare const UpdateUserSettingsResponseFilterSensitiveLog: (obj: UpdateUserSettingsResponse) => any;