@aws-sdk/client-workspaces-web 3.649.0 → 3.651.1
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.
- package/dist-cjs/index.js +58 -174
- package/dist-es/commands/AssociateBrowserSettingsCommand.js +1 -3
- package/dist-es/commands/AssociateIpAccessSettingsCommand.js +1 -3
- package/dist-es/commands/AssociateNetworkSettingsCommand.js +1 -3
- package/dist-es/commands/AssociateTrustStoreCommand.js +1 -3
- package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +1 -3
- package/dist-es/commands/AssociateUserSettingsCommand.js +1 -3
- package/dist-es/commands/CreateBrowserSettingsCommand.js +1 -3
- package/dist-es/commands/CreateIdentityProviderCommand.js +1 -3
- package/dist-es/commands/CreateIpAccessSettingsCommand.js +1 -3
- package/dist-es/commands/CreateNetworkSettingsCommand.js +1 -3
- package/dist-es/commands/CreatePortalCommand.js +1 -3
- package/dist-es/commands/CreateTrustStoreCommand.js +1 -3
- package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +1 -3
- package/dist-es/commands/CreateUserSettingsCommand.js +1 -3
- package/dist-es/commands/DeleteBrowserSettingsCommand.js +1 -3
- package/dist-es/commands/DeleteIdentityProviderCommand.js +1 -3
- package/dist-es/commands/DeleteIpAccessSettingsCommand.js +1 -3
- package/dist-es/commands/DeleteNetworkSettingsCommand.js +1 -3
- package/dist-es/commands/DeletePortalCommand.js +1 -3
- package/dist-es/commands/DeleteTrustStoreCommand.js +1 -3
- package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +1 -3
- package/dist-es/commands/DeleteUserSettingsCommand.js +1 -3
- package/dist-es/commands/DisassociateBrowserSettingsCommand.js +1 -3
- package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +1 -3
- package/dist-es/commands/DisassociateNetworkSettingsCommand.js +1 -3
- package/dist-es/commands/DisassociateTrustStoreCommand.js +1 -3
- package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +1 -3
- package/dist-es/commands/DisassociateUserSettingsCommand.js +1 -3
- package/dist-es/commands/GetBrowserSettingsCommand.js +1 -3
- package/dist-es/commands/GetIdentityProviderCommand.js +1 -3
- package/dist-es/commands/GetIpAccessSettingsCommand.js +1 -3
- package/dist-es/commands/GetNetworkSettingsCommand.js +1 -3
- package/dist-es/commands/GetPortalCommand.js +1 -3
- package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +1 -3
- package/dist-es/commands/GetTrustStoreCertificateCommand.js +1 -3
- package/dist-es/commands/GetTrustStoreCommand.js +1 -3
- package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +1 -3
- package/dist-es/commands/GetUserSettingsCommand.js +1 -3
- package/dist-es/commands/ListBrowserSettingsCommand.js +1 -3
- package/dist-es/commands/ListIdentityProvidersCommand.js +1 -3
- package/dist-es/commands/ListIpAccessSettingsCommand.js +1 -3
- package/dist-es/commands/ListNetworkSettingsCommand.js +1 -3
- package/dist-es/commands/ListPortalsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTrustStoreCertificatesCommand.js +1 -3
- package/dist-es/commands/ListTrustStoresCommand.js +1 -3
- package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +1 -3
- package/dist-es/commands/ListUserSettingsCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateBrowserSettingsCommand.js +1 -3
- package/dist-es/commands/UpdateIdentityProviderCommand.js +1 -3
- package/dist-es/commands/UpdateIpAccessSettingsCommand.js +1 -3
- package/dist-es/commands/UpdateNetworkSettingsCommand.js +1 -3
- package/dist-es/commands/UpdatePortalCommand.js +1 -3
- package/dist-es/commands/UpdateTrustStoreCommand.js +1 -3
- package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +1 -3
- package/dist-es/commands/UpdateUserSettingsCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +5 -5
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -2538,9 +2538,7 @@ var _uALSA = "userAccessLoggingSettingsArn";
|
|
|
2538
2538
|
var _uSA = "userSettingsArn";
|
|
2539
2539
|
|
|
2540
2540
|
// src/commands/AssociateBrowserSettingsCommand.ts
|
|
2541
|
-
var _AssociateBrowserSettingsCommand = class _AssociateBrowserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2542
|
-
...commonParams
|
|
2543
|
-
}).m(function(Command, cs, config, o) {
|
|
2541
|
+
var _AssociateBrowserSettingsCommand = class _AssociateBrowserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2544
2542
|
return [
|
|
2545
2543
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2546
2544
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2554,9 +2552,7 @@ var AssociateBrowserSettingsCommand = _AssociateBrowserSettingsCommand;
|
|
|
2554
2552
|
|
|
2555
2553
|
|
|
2556
2554
|
|
|
2557
|
-
var _AssociateIpAccessSettingsCommand = class _AssociateIpAccessSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2558
|
-
...commonParams
|
|
2559
|
-
}).m(function(Command, cs, config, o) {
|
|
2555
|
+
var _AssociateIpAccessSettingsCommand = class _AssociateIpAccessSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2560
2556
|
return [
|
|
2561
2557
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2562
2558
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2570,9 +2566,7 @@ var AssociateIpAccessSettingsCommand = _AssociateIpAccessSettingsCommand;
|
|
|
2570
2566
|
|
|
2571
2567
|
|
|
2572
2568
|
|
|
2573
|
-
var _AssociateNetworkSettingsCommand = class _AssociateNetworkSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2574
|
-
...commonParams
|
|
2575
|
-
}).m(function(Command, cs, config, o) {
|
|
2569
|
+
var _AssociateNetworkSettingsCommand = class _AssociateNetworkSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2576
2570
|
return [
|
|
2577
2571
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2578
2572
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2586,9 +2580,7 @@ var AssociateNetworkSettingsCommand = _AssociateNetworkSettingsCommand;
|
|
|
2586
2580
|
|
|
2587
2581
|
|
|
2588
2582
|
|
|
2589
|
-
var _AssociateTrustStoreCommand = class _AssociateTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2590
|
-
...commonParams
|
|
2591
|
-
}).m(function(Command, cs, config, o) {
|
|
2583
|
+
var _AssociateTrustStoreCommand = class _AssociateTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2592
2584
|
return [
|
|
2593
2585
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2594
2586
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2602,9 +2594,7 @@ var AssociateTrustStoreCommand = _AssociateTrustStoreCommand;
|
|
|
2602
2594
|
|
|
2603
2595
|
|
|
2604
2596
|
|
|
2605
|
-
var _AssociateUserAccessLoggingSettingsCommand = class _AssociateUserAccessLoggingSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2606
|
-
...commonParams
|
|
2607
|
-
}).m(function(Command, cs, config, o) {
|
|
2597
|
+
var _AssociateUserAccessLoggingSettingsCommand = class _AssociateUserAccessLoggingSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2608
2598
|
return [
|
|
2609
2599
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2610
2600
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2618,9 +2608,7 @@ var AssociateUserAccessLoggingSettingsCommand = _AssociateUserAccessLoggingSetti
|
|
|
2618
2608
|
|
|
2619
2609
|
|
|
2620
2610
|
|
|
2621
|
-
var _AssociateUserSettingsCommand = class _AssociateUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2622
|
-
...commonParams
|
|
2623
|
-
}).m(function(Command, cs, config, o) {
|
|
2611
|
+
var _AssociateUserSettingsCommand = class _AssociateUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2624
2612
|
return [
|
|
2625
2613
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2626
2614
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2634,9 +2622,7 @@ var AssociateUserSettingsCommand = _AssociateUserSettingsCommand;
|
|
|
2634
2622
|
|
|
2635
2623
|
|
|
2636
2624
|
|
|
2637
|
-
var _CreateBrowserSettingsCommand = class _CreateBrowserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2638
|
-
...commonParams
|
|
2639
|
-
}).m(function(Command, cs, config, o) {
|
|
2625
|
+
var _CreateBrowserSettingsCommand = class _CreateBrowserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2640
2626
|
return [
|
|
2641
2627
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2642
2628
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2650,9 +2636,7 @@ var CreateBrowserSettingsCommand = _CreateBrowserSettingsCommand;
|
|
|
2650
2636
|
|
|
2651
2637
|
|
|
2652
2638
|
|
|
2653
|
-
var _CreateIdentityProviderCommand = class _CreateIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2654
|
-
...commonParams
|
|
2655
|
-
}).m(function(Command, cs, config, o) {
|
|
2639
|
+
var _CreateIdentityProviderCommand = class _CreateIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2656
2640
|
return [
|
|
2657
2641
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2658
2642
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2666,9 +2650,7 @@ var CreateIdentityProviderCommand = _CreateIdentityProviderCommand;
|
|
|
2666
2650
|
|
|
2667
2651
|
|
|
2668
2652
|
|
|
2669
|
-
var _CreateIpAccessSettingsCommand = class _CreateIpAccessSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2670
|
-
...commonParams
|
|
2671
|
-
}).m(function(Command, cs, config, o) {
|
|
2653
|
+
var _CreateIpAccessSettingsCommand = class _CreateIpAccessSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2672
2654
|
return [
|
|
2673
2655
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2674
2656
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2682,9 +2664,7 @@ var CreateIpAccessSettingsCommand = _CreateIpAccessSettingsCommand;
|
|
|
2682
2664
|
|
|
2683
2665
|
|
|
2684
2666
|
|
|
2685
|
-
var _CreateNetworkSettingsCommand = class _CreateNetworkSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2686
|
-
...commonParams
|
|
2687
|
-
}).m(function(Command, cs, config, o) {
|
|
2667
|
+
var _CreateNetworkSettingsCommand = class _CreateNetworkSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2688
2668
|
return [
|
|
2689
2669
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2690
2670
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2698,9 +2678,7 @@ var CreateNetworkSettingsCommand = _CreateNetworkSettingsCommand;
|
|
|
2698
2678
|
|
|
2699
2679
|
|
|
2700
2680
|
|
|
2701
|
-
var _CreatePortalCommand = class _CreatePortalCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2702
|
-
...commonParams
|
|
2703
|
-
}).m(function(Command, cs, config, o) {
|
|
2681
|
+
var _CreatePortalCommand = class _CreatePortalCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2704
2682
|
return [
|
|
2705
2683
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2706
2684
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2714,9 +2692,7 @@ var CreatePortalCommand = _CreatePortalCommand;
|
|
|
2714
2692
|
|
|
2715
2693
|
|
|
2716
2694
|
|
|
2717
|
-
var _CreateTrustStoreCommand = class _CreateTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2718
|
-
...commonParams
|
|
2719
|
-
}).m(function(Command, cs, config, o) {
|
|
2695
|
+
var _CreateTrustStoreCommand = class _CreateTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2720
2696
|
return [
|
|
2721
2697
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2722
2698
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2730,9 +2706,7 @@ var CreateTrustStoreCommand = _CreateTrustStoreCommand;
|
|
|
2730
2706
|
|
|
2731
2707
|
|
|
2732
2708
|
|
|
2733
|
-
var _CreateUserAccessLoggingSettingsCommand = class _CreateUserAccessLoggingSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2734
|
-
...commonParams
|
|
2735
|
-
}).m(function(Command, cs, config, o) {
|
|
2709
|
+
var _CreateUserAccessLoggingSettingsCommand = class _CreateUserAccessLoggingSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2736
2710
|
return [
|
|
2737
2711
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2738
2712
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2746,9 +2720,7 @@ var CreateUserAccessLoggingSettingsCommand = _CreateUserAccessLoggingSettingsCom
|
|
|
2746
2720
|
|
|
2747
2721
|
|
|
2748
2722
|
|
|
2749
|
-
var _CreateUserSettingsCommand = class _CreateUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2750
|
-
...commonParams
|
|
2751
|
-
}).m(function(Command, cs, config, o) {
|
|
2723
|
+
var _CreateUserSettingsCommand = class _CreateUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2752
2724
|
return [
|
|
2753
2725
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2754
2726
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2762,9 +2734,7 @@ var CreateUserSettingsCommand = _CreateUserSettingsCommand;
|
|
|
2762
2734
|
|
|
2763
2735
|
|
|
2764
2736
|
|
|
2765
|
-
var _DeleteBrowserSettingsCommand = class _DeleteBrowserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2766
|
-
...commonParams
|
|
2767
|
-
}).m(function(Command, cs, config, o) {
|
|
2737
|
+
var _DeleteBrowserSettingsCommand = class _DeleteBrowserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2768
2738
|
return [
|
|
2769
2739
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2770
2740
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2778,9 +2748,7 @@ var DeleteBrowserSettingsCommand = _DeleteBrowserSettingsCommand;
|
|
|
2778
2748
|
|
|
2779
2749
|
|
|
2780
2750
|
|
|
2781
|
-
var _DeleteIdentityProviderCommand = class _DeleteIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2782
|
-
...commonParams
|
|
2783
|
-
}).m(function(Command, cs, config, o) {
|
|
2751
|
+
var _DeleteIdentityProviderCommand = class _DeleteIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2784
2752
|
return [
|
|
2785
2753
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2786
2754
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2794,9 +2762,7 @@ var DeleteIdentityProviderCommand = _DeleteIdentityProviderCommand;
|
|
|
2794
2762
|
|
|
2795
2763
|
|
|
2796
2764
|
|
|
2797
|
-
var _DeleteIpAccessSettingsCommand = class _DeleteIpAccessSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2798
|
-
...commonParams
|
|
2799
|
-
}).m(function(Command, cs, config, o) {
|
|
2765
|
+
var _DeleteIpAccessSettingsCommand = class _DeleteIpAccessSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2800
2766
|
return [
|
|
2801
2767
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2802
2768
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2810,9 +2776,7 @@ var DeleteIpAccessSettingsCommand = _DeleteIpAccessSettingsCommand;
|
|
|
2810
2776
|
|
|
2811
2777
|
|
|
2812
2778
|
|
|
2813
|
-
var _DeleteNetworkSettingsCommand = class _DeleteNetworkSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2814
|
-
...commonParams
|
|
2815
|
-
}).m(function(Command, cs, config, o) {
|
|
2779
|
+
var _DeleteNetworkSettingsCommand = class _DeleteNetworkSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2816
2780
|
return [
|
|
2817
2781
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2818
2782
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2826,9 +2790,7 @@ var DeleteNetworkSettingsCommand = _DeleteNetworkSettingsCommand;
|
|
|
2826
2790
|
|
|
2827
2791
|
|
|
2828
2792
|
|
|
2829
|
-
var _DeletePortalCommand = class _DeletePortalCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2830
|
-
...commonParams
|
|
2831
|
-
}).m(function(Command, cs, config, o) {
|
|
2793
|
+
var _DeletePortalCommand = class _DeletePortalCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2832
2794
|
return [
|
|
2833
2795
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2834
2796
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2842,9 +2804,7 @@ var DeletePortalCommand = _DeletePortalCommand;
|
|
|
2842
2804
|
|
|
2843
2805
|
|
|
2844
2806
|
|
|
2845
|
-
var _DeleteTrustStoreCommand = class _DeleteTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2846
|
-
...commonParams
|
|
2847
|
-
}).m(function(Command, cs, config, o) {
|
|
2807
|
+
var _DeleteTrustStoreCommand = class _DeleteTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2848
2808
|
return [
|
|
2849
2809
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2850
2810
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2858,9 +2818,7 @@ var DeleteTrustStoreCommand = _DeleteTrustStoreCommand;
|
|
|
2858
2818
|
|
|
2859
2819
|
|
|
2860
2820
|
|
|
2861
|
-
var _DeleteUserAccessLoggingSettingsCommand = class _DeleteUserAccessLoggingSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2862
|
-
...commonParams
|
|
2863
|
-
}).m(function(Command, cs, config, o) {
|
|
2821
|
+
var _DeleteUserAccessLoggingSettingsCommand = class _DeleteUserAccessLoggingSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2864
2822
|
return [
|
|
2865
2823
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2866
2824
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2874,9 +2832,7 @@ var DeleteUserAccessLoggingSettingsCommand = _DeleteUserAccessLoggingSettingsCom
|
|
|
2874
2832
|
|
|
2875
2833
|
|
|
2876
2834
|
|
|
2877
|
-
var _DeleteUserSettingsCommand = class _DeleteUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2878
|
-
...commonParams
|
|
2879
|
-
}).m(function(Command, cs, config, o) {
|
|
2835
|
+
var _DeleteUserSettingsCommand = class _DeleteUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2880
2836
|
return [
|
|
2881
2837
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2882
2838
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2890,9 +2846,7 @@ var DeleteUserSettingsCommand = _DeleteUserSettingsCommand;
|
|
|
2890
2846
|
|
|
2891
2847
|
|
|
2892
2848
|
|
|
2893
|
-
var _DisassociateBrowserSettingsCommand = class _DisassociateBrowserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2894
|
-
...commonParams
|
|
2895
|
-
}).m(function(Command, cs, config, o) {
|
|
2849
|
+
var _DisassociateBrowserSettingsCommand = class _DisassociateBrowserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2896
2850
|
return [
|
|
2897
2851
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2898
2852
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2906,9 +2860,7 @@ var DisassociateBrowserSettingsCommand = _DisassociateBrowserSettingsCommand;
|
|
|
2906
2860
|
|
|
2907
2861
|
|
|
2908
2862
|
|
|
2909
|
-
var _DisassociateIpAccessSettingsCommand = class _DisassociateIpAccessSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2910
|
-
...commonParams
|
|
2911
|
-
}).m(function(Command, cs, config, o) {
|
|
2863
|
+
var _DisassociateIpAccessSettingsCommand = class _DisassociateIpAccessSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2912
2864
|
return [
|
|
2913
2865
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2914
2866
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2922,9 +2874,7 @@ var DisassociateIpAccessSettingsCommand = _DisassociateIpAccessSettingsCommand;
|
|
|
2922
2874
|
|
|
2923
2875
|
|
|
2924
2876
|
|
|
2925
|
-
var _DisassociateNetworkSettingsCommand = class _DisassociateNetworkSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2926
|
-
...commonParams
|
|
2927
|
-
}).m(function(Command, cs, config, o) {
|
|
2877
|
+
var _DisassociateNetworkSettingsCommand = class _DisassociateNetworkSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2928
2878
|
return [
|
|
2929
2879
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2930
2880
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2938,9 +2888,7 @@ var DisassociateNetworkSettingsCommand = _DisassociateNetworkSettingsCommand;
|
|
|
2938
2888
|
|
|
2939
2889
|
|
|
2940
2890
|
|
|
2941
|
-
var _DisassociateTrustStoreCommand = class _DisassociateTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2942
|
-
...commonParams
|
|
2943
|
-
}).m(function(Command, cs, config, o) {
|
|
2891
|
+
var _DisassociateTrustStoreCommand = class _DisassociateTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2944
2892
|
return [
|
|
2945
2893
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2946
2894
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2954,9 +2902,7 @@ var DisassociateTrustStoreCommand = _DisassociateTrustStoreCommand;
|
|
|
2954
2902
|
|
|
2955
2903
|
|
|
2956
2904
|
|
|
2957
|
-
var _DisassociateUserAccessLoggingSettingsCommand = class _DisassociateUserAccessLoggingSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2958
|
-
...commonParams
|
|
2959
|
-
}).m(function(Command, cs, config, o) {
|
|
2905
|
+
var _DisassociateUserAccessLoggingSettingsCommand = class _DisassociateUserAccessLoggingSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2960
2906
|
return [
|
|
2961
2907
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2962
2908
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2970,9 +2916,7 @@ var DisassociateUserAccessLoggingSettingsCommand = _DisassociateUserAccessLoggin
|
|
|
2970
2916
|
|
|
2971
2917
|
|
|
2972
2918
|
|
|
2973
|
-
var _DisassociateUserSettingsCommand = class _DisassociateUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2974
|
-
...commonParams
|
|
2975
|
-
}).m(function(Command, cs, config, o) {
|
|
2919
|
+
var _DisassociateUserSettingsCommand = class _DisassociateUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2976
2920
|
return [
|
|
2977
2921
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2978
2922
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2986,9 +2930,7 @@ var DisassociateUserSettingsCommand = _DisassociateUserSettingsCommand;
|
|
|
2986
2930
|
|
|
2987
2931
|
|
|
2988
2932
|
|
|
2989
|
-
var _GetBrowserSettingsCommand = class _GetBrowserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2990
|
-
...commonParams
|
|
2991
|
-
}).m(function(Command, cs, config, o) {
|
|
2933
|
+
var _GetBrowserSettingsCommand = class _GetBrowserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2992
2934
|
return [
|
|
2993
2935
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2994
2936
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3002,9 +2944,7 @@ var GetBrowserSettingsCommand = _GetBrowserSettingsCommand;
|
|
|
3002
2944
|
|
|
3003
2945
|
|
|
3004
2946
|
|
|
3005
|
-
var _GetIdentityProviderCommand = class _GetIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3006
|
-
...commonParams
|
|
3007
|
-
}).m(function(Command, cs, config, o) {
|
|
2947
|
+
var _GetIdentityProviderCommand = class _GetIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3008
2948
|
return [
|
|
3009
2949
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3010
2950
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3018,9 +2958,7 @@ var GetIdentityProviderCommand = _GetIdentityProviderCommand;
|
|
|
3018
2958
|
|
|
3019
2959
|
|
|
3020
2960
|
|
|
3021
|
-
var _GetIpAccessSettingsCommand = class _GetIpAccessSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3022
|
-
...commonParams
|
|
3023
|
-
}).m(function(Command, cs, config, o) {
|
|
2961
|
+
var _GetIpAccessSettingsCommand = class _GetIpAccessSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3024
2962
|
return [
|
|
3025
2963
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3026
2964
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3034,9 +2972,7 @@ var GetIpAccessSettingsCommand = _GetIpAccessSettingsCommand;
|
|
|
3034
2972
|
|
|
3035
2973
|
|
|
3036
2974
|
|
|
3037
|
-
var _GetNetworkSettingsCommand = class _GetNetworkSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3038
|
-
...commonParams
|
|
3039
|
-
}).m(function(Command, cs, config, o) {
|
|
2975
|
+
var _GetNetworkSettingsCommand = class _GetNetworkSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3040
2976
|
return [
|
|
3041
2977
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3042
2978
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3050,9 +2986,7 @@ var GetNetworkSettingsCommand = _GetNetworkSettingsCommand;
|
|
|
3050
2986
|
|
|
3051
2987
|
|
|
3052
2988
|
|
|
3053
|
-
var _GetPortalCommand = class _GetPortalCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3054
|
-
...commonParams
|
|
3055
|
-
}).m(function(Command, cs, config, o) {
|
|
2989
|
+
var _GetPortalCommand = class _GetPortalCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3056
2990
|
return [
|
|
3057
2991
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3058
2992
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3066,9 +3000,7 @@ var GetPortalCommand = _GetPortalCommand;
|
|
|
3066
3000
|
|
|
3067
3001
|
|
|
3068
3002
|
|
|
3069
|
-
var _GetPortalServiceProviderMetadataCommand = class _GetPortalServiceProviderMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3070
|
-
...commonParams
|
|
3071
|
-
}).m(function(Command, cs, config, o) {
|
|
3003
|
+
var _GetPortalServiceProviderMetadataCommand = class _GetPortalServiceProviderMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3072
3004
|
return [
|
|
3073
3005
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3074
3006
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3082,9 +3014,7 @@ var GetPortalServiceProviderMetadataCommand = _GetPortalServiceProviderMetadataC
|
|
|
3082
3014
|
|
|
3083
3015
|
|
|
3084
3016
|
|
|
3085
|
-
var _GetTrustStoreCertificateCommand = class _GetTrustStoreCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3086
|
-
...commonParams
|
|
3087
|
-
}).m(function(Command, cs, config, o) {
|
|
3017
|
+
var _GetTrustStoreCertificateCommand = class _GetTrustStoreCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3088
3018
|
return [
|
|
3089
3019
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3090
3020
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3098,9 +3028,7 @@ var GetTrustStoreCertificateCommand = _GetTrustStoreCertificateCommand;
|
|
|
3098
3028
|
|
|
3099
3029
|
|
|
3100
3030
|
|
|
3101
|
-
var _GetTrustStoreCommand = class _GetTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3102
|
-
...commonParams
|
|
3103
|
-
}).m(function(Command, cs, config, o) {
|
|
3031
|
+
var _GetTrustStoreCommand = class _GetTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3104
3032
|
return [
|
|
3105
3033
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3106
3034
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3114,9 +3042,7 @@ var GetTrustStoreCommand = _GetTrustStoreCommand;
|
|
|
3114
3042
|
|
|
3115
3043
|
|
|
3116
3044
|
|
|
3117
|
-
var _GetUserAccessLoggingSettingsCommand = class _GetUserAccessLoggingSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3118
|
-
...commonParams
|
|
3119
|
-
}).m(function(Command, cs, config, o) {
|
|
3045
|
+
var _GetUserAccessLoggingSettingsCommand = class _GetUserAccessLoggingSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3120
3046
|
return [
|
|
3121
3047
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3122
3048
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3130,9 +3056,7 @@ var GetUserAccessLoggingSettingsCommand = _GetUserAccessLoggingSettingsCommand;
|
|
|
3130
3056
|
|
|
3131
3057
|
|
|
3132
3058
|
|
|
3133
|
-
var _GetUserSettingsCommand = class _GetUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3134
|
-
...commonParams
|
|
3135
|
-
}).m(function(Command, cs, config, o) {
|
|
3059
|
+
var _GetUserSettingsCommand = class _GetUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3136
3060
|
return [
|
|
3137
3061
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3138
3062
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3146,9 +3070,7 @@ var GetUserSettingsCommand = _GetUserSettingsCommand;
|
|
|
3146
3070
|
|
|
3147
3071
|
|
|
3148
3072
|
|
|
3149
|
-
var _ListBrowserSettingsCommand = class _ListBrowserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3150
|
-
...commonParams
|
|
3151
|
-
}).m(function(Command, cs, config, o) {
|
|
3073
|
+
var _ListBrowserSettingsCommand = class _ListBrowserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3152
3074
|
return [
|
|
3153
3075
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3154
3076
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3162,9 +3084,7 @@ var ListBrowserSettingsCommand = _ListBrowserSettingsCommand;
|
|
|
3162
3084
|
|
|
3163
3085
|
|
|
3164
3086
|
|
|
3165
|
-
var _ListIdentityProvidersCommand = class _ListIdentityProvidersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3166
|
-
...commonParams
|
|
3167
|
-
}).m(function(Command, cs, config, o) {
|
|
3087
|
+
var _ListIdentityProvidersCommand = class _ListIdentityProvidersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3168
3088
|
return [
|
|
3169
3089
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3170
3090
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3178,9 +3098,7 @@ var ListIdentityProvidersCommand = _ListIdentityProvidersCommand;
|
|
|
3178
3098
|
|
|
3179
3099
|
|
|
3180
3100
|
|
|
3181
|
-
var _ListIpAccessSettingsCommand = class _ListIpAccessSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3182
|
-
...commonParams
|
|
3183
|
-
}).m(function(Command, cs, config, o) {
|
|
3101
|
+
var _ListIpAccessSettingsCommand = class _ListIpAccessSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3184
3102
|
return [
|
|
3185
3103
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3186
3104
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3194,9 +3112,7 @@ var ListIpAccessSettingsCommand = _ListIpAccessSettingsCommand;
|
|
|
3194
3112
|
|
|
3195
3113
|
|
|
3196
3114
|
|
|
3197
|
-
var _ListNetworkSettingsCommand = class _ListNetworkSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3198
|
-
...commonParams
|
|
3199
|
-
}).m(function(Command, cs, config, o) {
|
|
3115
|
+
var _ListNetworkSettingsCommand = class _ListNetworkSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3200
3116
|
return [
|
|
3201
3117
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3202
3118
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3210,9 +3126,7 @@ var ListNetworkSettingsCommand = _ListNetworkSettingsCommand;
|
|
|
3210
3126
|
|
|
3211
3127
|
|
|
3212
3128
|
|
|
3213
|
-
var _ListPortalsCommand = class _ListPortalsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3214
|
-
...commonParams
|
|
3215
|
-
}).m(function(Command, cs, config, o) {
|
|
3129
|
+
var _ListPortalsCommand = class _ListPortalsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3216
3130
|
return [
|
|
3217
3131
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3218
3132
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3226,9 +3140,7 @@ var ListPortalsCommand = _ListPortalsCommand;
|
|
|
3226
3140
|
|
|
3227
3141
|
|
|
3228
3142
|
|
|
3229
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3230
|
-
...commonParams
|
|
3231
|
-
}).m(function(Command, cs, config, o) {
|
|
3143
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3232
3144
|
return [
|
|
3233
3145
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3234
3146
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3242,9 +3154,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
3242
3154
|
|
|
3243
3155
|
|
|
3244
3156
|
|
|
3245
|
-
var _ListTrustStoreCertificatesCommand = class _ListTrustStoreCertificatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3246
|
-
...commonParams
|
|
3247
|
-
}).m(function(Command, cs, config, o) {
|
|
3157
|
+
var _ListTrustStoreCertificatesCommand = class _ListTrustStoreCertificatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3248
3158
|
return [
|
|
3249
3159
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3250
3160
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3258,9 +3168,7 @@ var ListTrustStoreCertificatesCommand = _ListTrustStoreCertificatesCommand;
|
|
|
3258
3168
|
|
|
3259
3169
|
|
|
3260
3170
|
|
|
3261
|
-
var _ListTrustStoresCommand = class _ListTrustStoresCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3262
|
-
...commonParams
|
|
3263
|
-
}).m(function(Command, cs, config, o) {
|
|
3171
|
+
var _ListTrustStoresCommand = class _ListTrustStoresCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3264
3172
|
return [
|
|
3265
3173
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3266
3174
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3274,9 +3182,7 @@ var ListTrustStoresCommand = _ListTrustStoresCommand;
|
|
|
3274
3182
|
|
|
3275
3183
|
|
|
3276
3184
|
|
|
3277
|
-
var _ListUserAccessLoggingSettingsCommand = class _ListUserAccessLoggingSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3278
|
-
...commonParams
|
|
3279
|
-
}).m(function(Command, cs, config, o) {
|
|
3185
|
+
var _ListUserAccessLoggingSettingsCommand = class _ListUserAccessLoggingSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3280
3186
|
return [
|
|
3281
3187
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3282
3188
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3290,9 +3196,7 @@ var ListUserAccessLoggingSettingsCommand = _ListUserAccessLoggingSettingsCommand
|
|
|
3290
3196
|
|
|
3291
3197
|
|
|
3292
3198
|
|
|
3293
|
-
var _ListUserSettingsCommand = class _ListUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3294
|
-
...commonParams
|
|
3295
|
-
}).m(function(Command, cs, config, o) {
|
|
3199
|
+
var _ListUserSettingsCommand = class _ListUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3296
3200
|
return [
|
|
3297
3201
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3298
3202
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3306,9 +3210,7 @@ var ListUserSettingsCommand = _ListUserSettingsCommand;
|
|
|
3306
3210
|
|
|
3307
3211
|
|
|
3308
3212
|
|
|
3309
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3310
|
-
...commonParams
|
|
3311
|
-
}).m(function(Command, cs, config, o) {
|
|
3213
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3312
3214
|
return [
|
|
3313
3215
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3314
3216
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3322,9 +3224,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
3322
3224
|
|
|
3323
3225
|
|
|
3324
3226
|
|
|
3325
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3326
|
-
...commonParams
|
|
3327
|
-
}).m(function(Command, cs, config, o) {
|
|
3227
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3328
3228
|
return [
|
|
3329
3229
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3330
3230
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3338,9 +3238,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
3338
3238
|
|
|
3339
3239
|
|
|
3340
3240
|
|
|
3341
|
-
var _UpdateBrowserSettingsCommand = class _UpdateBrowserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3342
|
-
...commonParams
|
|
3343
|
-
}).m(function(Command, cs, config, o) {
|
|
3241
|
+
var _UpdateBrowserSettingsCommand = class _UpdateBrowserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3344
3242
|
return [
|
|
3345
3243
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3346
3244
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3354,9 +3252,7 @@ var UpdateBrowserSettingsCommand = _UpdateBrowserSettingsCommand;
|
|
|
3354
3252
|
|
|
3355
3253
|
|
|
3356
3254
|
|
|
3357
|
-
var _UpdateIdentityProviderCommand = class _UpdateIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3358
|
-
...commonParams
|
|
3359
|
-
}).m(function(Command, cs, config, o) {
|
|
3255
|
+
var _UpdateIdentityProviderCommand = class _UpdateIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3360
3256
|
return [
|
|
3361
3257
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3362
3258
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3370,9 +3266,7 @@ var UpdateIdentityProviderCommand = _UpdateIdentityProviderCommand;
|
|
|
3370
3266
|
|
|
3371
3267
|
|
|
3372
3268
|
|
|
3373
|
-
var _UpdateIpAccessSettingsCommand = class _UpdateIpAccessSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3374
|
-
...commonParams
|
|
3375
|
-
}).m(function(Command, cs, config, o) {
|
|
3269
|
+
var _UpdateIpAccessSettingsCommand = class _UpdateIpAccessSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3376
3270
|
return [
|
|
3377
3271
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3378
3272
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3386,9 +3280,7 @@ var UpdateIpAccessSettingsCommand = _UpdateIpAccessSettingsCommand;
|
|
|
3386
3280
|
|
|
3387
3281
|
|
|
3388
3282
|
|
|
3389
|
-
var _UpdateNetworkSettingsCommand = class _UpdateNetworkSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3390
|
-
...commonParams
|
|
3391
|
-
}).m(function(Command, cs, config, o) {
|
|
3283
|
+
var _UpdateNetworkSettingsCommand = class _UpdateNetworkSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3392
3284
|
return [
|
|
3393
3285
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3394
3286
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3402,9 +3294,7 @@ var UpdateNetworkSettingsCommand = _UpdateNetworkSettingsCommand;
|
|
|
3402
3294
|
|
|
3403
3295
|
|
|
3404
3296
|
|
|
3405
|
-
var _UpdatePortalCommand = class _UpdatePortalCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3406
|
-
...commonParams
|
|
3407
|
-
}).m(function(Command, cs, config, o) {
|
|
3297
|
+
var _UpdatePortalCommand = class _UpdatePortalCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3408
3298
|
return [
|
|
3409
3299
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3410
3300
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3418,9 +3308,7 @@ var UpdatePortalCommand = _UpdatePortalCommand;
|
|
|
3418
3308
|
|
|
3419
3309
|
|
|
3420
3310
|
|
|
3421
|
-
var _UpdateTrustStoreCommand = class _UpdateTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3422
|
-
...commonParams
|
|
3423
|
-
}).m(function(Command, cs, config, o) {
|
|
3311
|
+
var _UpdateTrustStoreCommand = class _UpdateTrustStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3424
3312
|
return [
|
|
3425
3313
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3426
3314
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3434,9 +3322,7 @@ var UpdateTrustStoreCommand = _UpdateTrustStoreCommand;
|
|
|
3434
3322
|
|
|
3435
3323
|
|
|
3436
3324
|
|
|
3437
|
-
var _UpdateUserAccessLoggingSettingsCommand = class _UpdateUserAccessLoggingSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3438
|
-
...commonParams
|
|
3439
|
-
}).m(function(Command, cs, config, o) {
|
|
3325
|
+
var _UpdateUserAccessLoggingSettingsCommand = class _UpdateUserAccessLoggingSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3440
3326
|
return [
|
|
3441
3327
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3442
3328
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3450,9 +3336,7 @@ var UpdateUserAccessLoggingSettingsCommand = _UpdateUserAccessLoggingSettingsCom
|
|
|
3450
3336
|
|
|
3451
3337
|
|
|
3452
3338
|
|
|
3453
|
-
var _UpdateUserSettingsCommand = class _UpdateUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3454
|
-
...commonParams
|
|
3455
|
-
}).m(function(Command, cs, config, o) {
|
|
3339
|
+
var _UpdateUserSettingsCommand = class _UpdateUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3456
3340
|
return [
|
|
3457
3341
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3458
3342
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AssociateBrowserSettingsCommand, se_AssociateBrowserSettingsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateBrowserSettingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AssociateIpAccessSettingsCommand, se_AssociateIpAccessSettingsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateIpAccessSettingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AssociateNetworkSettingsCommand, se_AssociateNetworkSettingsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateNetworkSettingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|