@aws-sdk/client-vpc-lattice 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 +52 -156
- package/dist-es/commands/BatchUpdateRuleCommand.js +1 -3
- package/dist-es/commands/CreateAccessLogSubscriptionCommand.js +1 -3
- package/dist-es/commands/CreateListenerCommand.js +1 -3
- package/dist-es/commands/CreateRuleCommand.js +1 -3
- package/dist-es/commands/CreateServiceCommand.js +1 -3
- package/dist-es/commands/CreateServiceNetworkCommand.js +1 -3
- package/dist-es/commands/CreateServiceNetworkServiceAssociationCommand.js +1 -3
- package/dist-es/commands/CreateServiceNetworkVpcAssociationCommand.js +1 -3
- package/dist-es/commands/CreateTargetGroupCommand.js +1 -3
- package/dist-es/commands/DeleteAccessLogSubscriptionCommand.js +1 -3
- package/dist-es/commands/DeleteAuthPolicyCommand.js +1 -3
- package/dist-es/commands/DeleteListenerCommand.js +1 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
- package/dist-es/commands/DeleteRuleCommand.js +1 -3
- package/dist-es/commands/DeleteServiceCommand.js +1 -3
- package/dist-es/commands/DeleteServiceNetworkCommand.js +1 -3
- package/dist-es/commands/DeleteServiceNetworkServiceAssociationCommand.js +1 -3
- package/dist-es/commands/DeleteServiceNetworkVpcAssociationCommand.js +1 -3
- package/dist-es/commands/DeleteTargetGroupCommand.js +1 -3
- package/dist-es/commands/DeregisterTargetsCommand.js +1 -3
- package/dist-es/commands/GetAccessLogSubscriptionCommand.js +1 -3
- package/dist-es/commands/GetAuthPolicyCommand.js +1 -3
- package/dist-es/commands/GetListenerCommand.js +1 -3
- package/dist-es/commands/GetResourcePolicyCommand.js +1 -3
- package/dist-es/commands/GetRuleCommand.js +1 -3
- package/dist-es/commands/GetServiceCommand.js +1 -3
- package/dist-es/commands/GetServiceNetworkCommand.js +1 -3
- package/dist-es/commands/GetServiceNetworkServiceAssociationCommand.js +1 -3
- package/dist-es/commands/GetServiceNetworkVpcAssociationCommand.js +1 -3
- package/dist-es/commands/GetTargetGroupCommand.js +1 -3
- package/dist-es/commands/ListAccessLogSubscriptionsCommand.js +1 -3
- package/dist-es/commands/ListListenersCommand.js +1 -3
- package/dist-es/commands/ListRulesCommand.js +1 -3
- package/dist-es/commands/ListServiceNetworkServiceAssociationsCommand.js +1 -3
- package/dist-es/commands/ListServiceNetworkVpcAssociationsCommand.js +1 -3
- package/dist-es/commands/ListServiceNetworksCommand.js +1 -3
- package/dist-es/commands/ListServicesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTargetGroupsCommand.js +1 -3
- package/dist-es/commands/ListTargetsCommand.js +1 -3
- package/dist-es/commands/PutAuthPolicyCommand.js +1 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -3
- package/dist-es/commands/RegisterTargetsCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateAccessLogSubscriptionCommand.js +1 -3
- package/dist-es/commands/UpdateListenerCommand.js +1 -3
- package/dist-es/commands/UpdateRuleCommand.js +1 -3
- package/dist-es/commands/UpdateServiceCommand.js +1 -3
- package/dist-es/commands/UpdateServiceNetworkCommand.js +1 -3
- package/dist-es/commands/UpdateServiceNetworkVpcAssociationCommand.js +1 -3
- package/dist-es/commands/UpdateTargetGroupCommand.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
|
@@ -2624,9 +2624,7 @@ var _tK = "tagKeys";
|
|
|
2624
2624
|
var _vI = "vpcIdentifier";
|
|
2625
2625
|
|
|
2626
2626
|
// src/commands/BatchUpdateRuleCommand.ts
|
|
2627
|
-
var _BatchUpdateRuleCommand = class _BatchUpdateRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2628
|
-
...commonParams
|
|
2629
|
-
}).m(function(Command, cs, config, o) {
|
|
2627
|
+
var _BatchUpdateRuleCommand = class _BatchUpdateRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2630
2628
|
return [
|
|
2631
2629
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2632
2630
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2640,9 +2638,7 @@ var BatchUpdateRuleCommand = _BatchUpdateRuleCommand;
|
|
|
2640
2638
|
|
|
2641
2639
|
|
|
2642
2640
|
|
|
2643
|
-
var _CreateAccessLogSubscriptionCommand = class _CreateAccessLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2644
|
-
...commonParams
|
|
2645
|
-
}).m(function(Command, cs, config, o) {
|
|
2641
|
+
var _CreateAccessLogSubscriptionCommand = class _CreateAccessLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2646
2642
|
return [
|
|
2647
2643
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2648
2644
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2656,9 +2652,7 @@ var CreateAccessLogSubscriptionCommand = _CreateAccessLogSubscriptionCommand;
|
|
|
2656
2652
|
|
|
2657
2653
|
|
|
2658
2654
|
|
|
2659
|
-
var _CreateListenerCommand = class _CreateListenerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2660
|
-
...commonParams
|
|
2661
|
-
}).m(function(Command, cs, config, o) {
|
|
2655
|
+
var _CreateListenerCommand = class _CreateListenerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2662
2656
|
return [
|
|
2663
2657
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2664
2658
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2672,9 +2666,7 @@ var CreateListenerCommand = _CreateListenerCommand;
|
|
|
2672
2666
|
|
|
2673
2667
|
|
|
2674
2668
|
|
|
2675
|
-
var _CreateRuleCommand = class _CreateRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2676
|
-
...commonParams
|
|
2677
|
-
}).m(function(Command, cs, config, o) {
|
|
2669
|
+
var _CreateRuleCommand = class _CreateRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2678
2670
|
return [
|
|
2679
2671
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2680
2672
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2688,9 +2680,7 @@ var CreateRuleCommand = _CreateRuleCommand;
|
|
|
2688
2680
|
|
|
2689
2681
|
|
|
2690
2682
|
|
|
2691
|
-
var _CreateServiceCommand = class _CreateServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2692
|
-
...commonParams
|
|
2693
|
-
}).m(function(Command, cs, config, o) {
|
|
2683
|
+
var _CreateServiceCommand = class _CreateServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2694
2684
|
return [
|
|
2695
2685
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2696
2686
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2704,9 +2694,7 @@ var CreateServiceCommand = _CreateServiceCommand;
|
|
|
2704
2694
|
|
|
2705
2695
|
|
|
2706
2696
|
|
|
2707
|
-
var _CreateServiceNetworkCommand = class _CreateServiceNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2708
|
-
...commonParams
|
|
2709
|
-
}).m(function(Command, cs, config, o) {
|
|
2697
|
+
var _CreateServiceNetworkCommand = class _CreateServiceNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2710
2698
|
return [
|
|
2711
2699
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2712
2700
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2720,9 +2708,7 @@ var CreateServiceNetworkCommand = _CreateServiceNetworkCommand;
|
|
|
2720
2708
|
|
|
2721
2709
|
|
|
2722
2710
|
|
|
2723
|
-
var _CreateServiceNetworkServiceAssociationCommand = class _CreateServiceNetworkServiceAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2724
|
-
...commonParams
|
|
2725
|
-
}).m(function(Command, cs, config, o) {
|
|
2711
|
+
var _CreateServiceNetworkServiceAssociationCommand = class _CreateServiceNetworkServiceAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2726
2712
|
return [
|
|
2727
2713
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2728
2714
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2736,9 +2722,7 @@ var CreateServiceNetworkServiceAssociationCommand = _CreateServiceNetworkService
|
|
|
2736
2722
|
|
|
2737
2723
|
|
|
2738
2724
|
|
|
2739
|
-
var _CreateServiceNetworkVpcAssociationCommand = class _CreateServiceNetworkVpcAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2740
|
-
...commonParams
|
|
2741
|
-
}).m(function(Command, cs, config, o) {
|
|
2725
|
+
var _CreateServiceNetworkVpcAssociationCommand = class _CreateServiceNetworkVpcAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2742
2726
|
return [
|
|
2743
2727
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2744
2728
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2752,9 +2736,7 @@ var CreateServiceNetworkVpcAssociationCommand = _CreateServiceNetworkVpcAssociat
|
|
|
2752
2736
|
|
|
2753
2737
|
|
|
2754
2738
|
|
|
2755
|
-
var _CreateTargetGroupCommand = class _CreateTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2756
|
-
...commonParams
|
|
2757
|
-
}).m(function(Command, cs, config, o) {
|
|
2739
|
+
var _CreateTargetGroupCommand = class _CreateTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2758
2740
|
return [
|
|
2759
2741
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2760
2742
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2768,9 +2750,7 @@ var CreateTargetGroupCommand = _CreateTargetGroupCommand;
|
|
|
2768
2750
|
|
|
2769
2751
|
|
|
2770
2752
|
|
|
2771
|
-
var _DeleteAccessLogSubscriptionCommand = class _DeleteAccessLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2772
|
-
...commonParams
|
|
2773
|
-
}).m(function(Command, cs, config, o) {
|
|
2753
|
+
var _DeleteAccessLogSubscriptionCommand = class _DeleteAccessLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2774
2754
|
return [
|
|
2775
2755
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2776
2756
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2784,9 +2764,7 @@ var DeleteAccessLogSubscriptionCommand = _DeleteAccessLogSubscriptionCommand;
|
|
|
2784
2764
|
|
|
2785
2765
|
|
|
2786
2766
|
|
|
2787
|
-
var _DeleteAuthPolicyCommand = class _DeleteAuthPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2788
|
-
...commonParams
|
|
2789
|
-
}).m(function(Command, cs, config, o) {
|
|
2767
|
+
var _DeleteAuthPolicyCommand = class _DeleteAuthPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2790
2768
|
return [
|
|
2791
2769
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2792
2770
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2800,9 +2778,7 @@ var DeleteAuthPolicyCommand = _DeleteAuthPolicyCommand;
|
|
|
2800
2778
|
|
|
2801
2779
|
|
|
2802
2780
|
|
|
2803
|
-
var _DeleteListenerCommand = class _DeleteListenerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2804
|
-
...commonParams
|
|
2805
|
-
}).m(function(Command, cs, config, o) {
|
|
2781
|
+
var _DeleteListenerCommand = class _DeleteListenerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2806
2782
|
return [
|
|
2807
2783
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2808
2784
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2816,9 +2792,7 @@ var DeleteListenerCommand = _DeleteListenerCommand;
|
|
|
2816
2792
|
|
|
2817
2793
|
|
|
2818
2794
|
|
|
2819
|
-
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2820
|
-
...commonParams
|
|
2821
|
-
}).m(function(Command, cs, config, o) {
|
|
2795
|
+
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2822
2796
|
return [
|
|
2823
2797
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2824
2798
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2832,9 +2806,7 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
|
|
|
2832
2806
|
|
|
2833
2807
|
|
|
2834
2808
|
|
|
2835
|
-
var _DeleteRuleCommand = class _DeleteRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2836
|
-
...commonParams
|
|
2837
|
-
}).m(function(Command, cs, config, o) {
|
|
2809
|
+
var _DeleteRuleCommand = class _DeleteRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2838
2810
|
return [
|
|
2839
2811
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2840
2812
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2848,9 +2820,7 @@ var DeleteRuleCommand = _DeleteRuleCommand;
|
|
|
2848
2820
|
|
|
2849
2821
|
|
|
2850
2822
|
|
|
2851
|
-
var _DeleteServiceCommand = class _DeleteServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2852
|
-
...commonParams
|
|
2853
|
-
}).m(function(Command, cs, config, o) {
|
|
2823
|
+
var _DeleteServiceCommand = class _DeleteServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2854
2824
|
return [
|
|
2855
2825
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2856
2826
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2864,9 +2834,7 @@ var DeleteServiceCommand = _DeleteServiceCommand;
|
|
|
2864
2834
|
|
|
2865
2835
|
|
|
2866
2836
|
|
|
2867
|
-
var _DeleteServiceNetworkCommand = class _DeleteServiceNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2868
|
-
...commonParams
|
|
2869
|
-
}).m(function(Command, cs, config, o) {
|
|
2837
|
+
var _DeleteServiceNetworkCommand = class _DeleteServiceNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2870
2838
|
return [
|
|
2871
2839
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2872
2840
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2880,9 +2848,7 @@ var DeleteServiceNetworkCommand = _DeleteServiceNetworkCommand;
|
|
|
2880
2848
|
|
|
2881
2849
|
|
|
2882
2850
|
|
|
2883
|
-
var _DeleteServiceNetworkServiceAssociationCommand = class _DeleteServiceNetworkServiceAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2884
|
-
...commonParams
|
|
2885
|
-
}).m(function(Command, cs, config, o) {
|
|
2851
|
+
var _DeleteServiceNetworkServiceAssociationCommand = class _DeleteServiceNetworkServiceAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2886
2852
|
return [
|
|
2887
2853
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2888
2854
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2896,9 +2862,7 @@ var DeleteServiceNetworkServiceAssociationCommand = _DeleteServiceNetworkService
|
|
|
2896
2862
|
|
|
2897
2863
|
|
|
2898
2864
|
|
|
2899
|
-
var _DeleteServiceNetworkVpcAssociationCommand = class _DeleteServiceNetworkVpcAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2900
|
-
...commonParams
|
|
2901
|
-
}).m(function(Command, cs, config, o) {
|
|
2865
|
+
var _DeleteServiceNetworkVpcAssociationCommand = class _DeleteServiceNetworkVpcAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2902
2866
|
return [
|
|
2903
2867
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2904
2868
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2912,9 +2876,7 @@ var DeleteServiceNetworkVpcAssociationCommand = _DeleteServiceNetworkVpcAssociat
|
|
|
2912
2876
|
|
|
2913
2877
|
|
|
2914
2878
|
|
|
2915
|
-
var _DeleteTargetGroupCommand = class _DeleteTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2916
|
-
...commonParams
|
|
2917
|
-
}).m(function(Command, cs, config, o) {
|
|
2879
|
+
var _DeleteTargetGroupCommand = class _DeleteTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2918
2880
|
return [
|
|
2919
2881
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2920
2882
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2928,9 +2890,7 @@ var DeleteTargetGroupCommand = _DeleteTargetGroupCommand;
|
|
|
2928
2890
|
|
|
2929
2891
|
|
|
2930
2892
|
|
|
2931
|
-
var _DeregisterTargetsCommand = class _DeregisterTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2932
|
-
...commonParams
|
|
2933
|
-
}).m(function(Command, cs, config, o) {
|
|
2893
|
+
var _DeregisterTargetsCommand = class _DeregisterTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2934
2894
|
return [
|
|
2935
2895
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2936
2896
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2944,9 +2904,7 @@ var DeregisterTargetsCommand = _DeregisterTargetsCommand;
|
|
|
2944
2904
|
|
|
2945
2905
|
|
|
2946
2906
|
|
|
2947
|
-
var _GetAccessLogSubscriptionCommand = class _GetAccessLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2948
|
-
...commonParams
|
|
2949
|
-
}).m(function(Command, cs, config, o) {
|
|
2907
|
+
var _GetAccessLogSubscriptionCommand = class _GetAccessLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2950
2908
|
return [
|
|
2951
2909
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2952
2910
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2960,9 +2918,7 @@ var GetAccessLogSubscriptionCommand = _GetAccessLogSubscriptionCommand;
|
|
|
2960
2918
|
|
|
2961
2919
|
|
|
2962
2920
|
|
|
2963
|
-
var _GetAuthPolicyCommand = class _GetAuthPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2964
|
-
...commonParams
|
|
2965
|
-
}).m(function(Command, cs, config, o) {
|
|
2921
|
+
var _GetAuthPolicyCommand = class _GetAuthPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2966
2922
|
return [
|
|
2967
2923
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2968
2924
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2976,9 +2932,7 @@ var GetAuthPolicyCommand = _GetAuthPolicyCommand;
|
|
|
2976
2932
|
|
|
2977
2933
|
|
|
2978
2934
|
|
|
2979
|
-
var _GetListenerCommand = class _GetListenerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2980
|
-
...commonParams
|
|
2981
|
-
}).m(function(Command, cs, config, o) {
|
|
2935
|
+
var _GetListenerCommand = class _GetListenerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2982
2936
|
return [
|
|
2983
2937
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2984
2938
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2992,9 +2946,7 @@ var GetListenerCommand = _GetListenerCommand;
|
|
|
2992
2946
|
|
|
2993
2947
|
|
|
2994
2948
|
|
|
2995
|
-
var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2996
|
-
...commonParams
|
|
2997
|
-
}).m(function(Command, cs, config, o) {
|
|
2949
|
+
var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2998
2950
|
return [
|
|
2999
2951
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3000
2952
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3008,9 +2960,7 @@ var GetResourcePolicyCommand = _GetResourcePolicyCommand;
|
|
|
3008
2960
|
|
|
3009
2961
|
|
|
3010
2962
|
|
|
3011
|
-
var _GetRuleCommand = class _GetRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3012
|
-
...commonParams
|
|
3013
|
-
}).m(function(Command, cs, config, o) {
|
|
2963
|
+
var _GetRuleCommand = class _GetRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3014
2964
|
return [
|
|
3015
2965
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3016
2966
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3024,9 +2974,7 @@ var GetRuleCommand = _GetRuleCommand;
|
|
|
3024
2974
|
|
|
3025
2975
|
|
|
3026
2976
|
|
|
3027
|
-
var _GetServiceCommand = class _GetServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3028
|
-
...commonParams
|
|
3029
|
-
}).m(function(Command, cs, config, o) {
|
|
2977
|
+
var _GetServiceCommand = class _GetServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3030
2978
|
return [
|
|
3031
2979
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3032
2980
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3040,9 +2988,7 @@ var GetServiceCommand = _GetServiceCommand;
|
|
|
3040
2988
|
|
|
3041
2989
|
|
|
3042
2990
|
|
|
3043
|
-
var _GetServiceNetworkCommand = class _GetServiceNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3044
|
-
...commonParams
|
|
3045
|
-
}).m(function(Command, cs, config, o) {
|
|
2991
|
+
var _GetServiceNetworkCommand = class _GetServiceNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3046
2992
|
return [
|
|
3047
2993
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3048
2994
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3056,9 +3002,7 @@ var GetServiceNetworkCommand = _GetServiceNetworkCommand;
|
|
|
3056
3002
|
|
|
3057
3003
|
|
|
3058
3004
|
|
|
3059
|
-
var _GetServiceNetworkServiceAssociationCommand = class _GetServiceNetworkServiceAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3060
|
-
...commonParams
|
|
3061
|
-
}).m(function(Command, cs, config, o) {
|
|
3005
|
+
var _GetServiceNetworkServiceAssociationCommand = class _GetServiceNetworkServiceAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3062
3006
|
return [
|
|
3063
3007
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3064
3008
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3072,9 +3016,7 @@ var GetServiceNetworkServiceAssociationCommand = _GetServiceNetworkServiceAssoci
|
|
|
3072
3016
|
|
|
3073
3017
|
|
|
3074
3018
|
|
|
3075
|
-
var _GetServiceNetworkVpcAssociationCommand = class _GetServiceNetworkVpcAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3076
|
-
...commonParams
|
|
3077
|
-
}).m(function(Command, cs, config, o) {
|
|
3019
|
+
var _GetServiceNetworkVpcAssociationCommand = class _GetServiceNetworkVpcAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3078
3020
|
return [
|
|
3079
3021
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3080
3022
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3088,9 +3030,7 @@ var GetServiceNetworkVpcAssociationCommand = _GetServiceNetworkVpcAssociationCom
|
|
|
3088
3030
|
|
|
3089
3031
|
|
|
3090
3032
|
|
|
3091
|
-
var _GetTargetGroupCommand = class _GetTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3092
|
-
...commonParams
|
|
3093
|
-
}).m(function(Command, cs, config, o) {
|
|
3033
|
+
var _GetTargetGroupCommand = class _GetTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3094
3034
|
return [
|
|
3095
3035
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3096
3036
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3104,9 +3044,7 @@ var GetTargetGroupCommand = _GetTargetGroupCommand;
|
|
|
3104
3044
|
|
|
3105
3045
|
|
|
3106
3046
|
|
|
3107
|
-
var _ListAccessLogSubscriptionsCommand = class _ListAccessLogSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3108
|
-
...commonParams
|
|
3109
|
-
}).m(function(Command, cs, config, o) {
|
|
3047
|
+
var _ListAccessLogSubscriptionsCommand = class _ListAccessLogSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3110
3048
|
return [
|
|
3111
3049
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3112
3050
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3120,9 +3058,7 @@ var ListAccessLogSubscriptionsCommand = _ListAccessLogSubscriptionsCommand;
|
|
|
3120
3058
|
|
|
3121
3059
|
|
|
3122
3060
|
|
|
3123
|
-
var _ListListenersCommand = class _ListListenersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3124
|
-
...commonParams
|
|
3125
|
-
}).m(function(Command, cs, config, o) {
|
|
3061
|
+
var _ListListenersCommand = class _ListListenersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3126
3062
|
return [
|
|
3127
3063
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3128
3064
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3136,9 +3072,7 @@ var ListListenersCommand = _ListListenersCommand;
|
|
|
3136
3072
|
|
|
3137
3073
|
|
|
3138
3074
|
|
|
3139
|
-
var _ListRulesCommand = class _ListRulesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3140
|
-
...commonParams
|
|
3141
|
-
}).m(function(Command, cs, config, o) {
|
|
3075
|
+
var _ListRulesCommand = class _ListRulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3142
3076
|
return [
|
|
3143
3077
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3144
3078
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3152,9 +3086,7 @@ var ListRulesCommand = _ListRulesCommand;
|
|
|
3152
3086
|
|
|
3153
3087
|
|
|
3154
3088
|
|
|
3155
|
-
var _ListServiceNetworksCommand = class _ListServiceNetworksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3156
|
-
...commonParams
|
|
3157
|
-
}).m(function(Command, cs, config, o) {
|
|
3089
|
+
var _ListServiceNetworksCommand = class _ListServiceNetworksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3158
3090
|
return [
|
|
3159
3091
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3160
3092
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3168,9 +3100,7 @@ var ListServiceNetworksCommand = _ListServiceNetworksCommand;
|
|
|
3168
3100
|
|
|
3169
3101
|
|
|
3170
3102
|
|
|
3171
|
-
var _ListServiceNetworkServiceAssociationsCommand = class _ListServiceNetworkServiceAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3172
|
-
...commonParams
|
|
3173
|
-
}).m(function(Command, cs, config, o) {
|
|
3103
|
+
var _ListServiceNetworkServiceAssociationsCommand = class _ListServiceNetworkServiceAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3174
3104
|
return [
|
|
3175
3105
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3176
3106
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3184,9 +3114,7 @@ var ListServiceNetworkServiceAssociationsCommand = _ListServiceNetworkServiceAss
|
|
|
3184
3114
|
|
|
3185
3115
|
|
|
3186
3116
|
|
|
3187
|
-
var _ListServiceNetworkVpcAssociationsCommand = class _ListServiceNetworkVpcAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3188
|
-
...commonParams
|
|
3189
|
-
}).m(function(Command, cs, config, o) {
|
|
3117
|
+
var _ListServiceNetworkVpcAssociationsCommand = class _ListServiceNetworkVpcAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3190
3118
|
return [
|
|
3191
3119
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3192
3120
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3200,9 +3128,7 @@ var ListServiceNetworkVpcAssociationsCommand = _ListServiceNetworkVpcAssociation
|
|
|
3200
3128
|
|
|
3201
3129
|
|
|
3202
3130
|
|
|
3203
|
-
var _ListServicesCommand = class _ListServicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3204
|
-
...commonParams
|
|
3205
|
-
}).m(function(Command, cs, config, o) {
|
|
3131
|
+
var _ListServicesCommand = class _ListServicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3206
3132
|
return [
|
|
3207
3133
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3208
3134
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3216,9 +3142,7 @@ var ListServicesCommand = _ListServicesCommand;
|
|
|
3216
3142
|
|
|
3217
3143
|
|
|
3218
3144
|
|
|
3219
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3220
|
-
...commonParams
|
|
3221
|
-
}).m(function(Command, cs, config, o) {
|
|
3145
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3222
3146
|
return [
|
|
3223
3147
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3224
3148
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3232,9 +3156,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
3232
3156
|
|
|
3233
3157
|
|
|
3234
3158
|
|
|
3235
|
-
var _ListTargetGroupsCommand = class _ListTargetGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3236
|
-
...commonParams
|
|
3237
|
-
}).m(function(Command, cs, config, o) {
|
|
3159
|
+
var _ListTargetGroupsCommand = class _ListTargetGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3238
3160
|
return [
|
|
3239
3161
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3240
3162
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3248,9 +3170,7 @@ var ListTargetGroupsCommand = _ListTargetGroupsCommand;
|
|
|
3248
3170
|
|
|
3249
3171
|
|
|
3250
3172
|
|
|
3251
|
-
var _ListTargetsCommand = class _ListTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3252
|
-
...commonParams
|
|
3253
|
-
}).m(function(Command, cs, config, o) {
|
|
3173
|
+
var _ListTargetsCommand = class _ListTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3254
3174
|
return [
|
|
3255
3175
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3256
3176
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3264,9 +3184,7 @@ var ListTargetsCommand = _ListTargetsCommand;
|
|
|
3264
3184
|
|
|
3265
3185
|
|
|
3266
3186
|
|
|
3267
|
-
var _PutAuthPolicyCommand = class _PutAuthPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3268
|
-
...commonParams
|
|
3269
|
-
}).m(function(Command, cs, config, o) {
|
|
3187
|
+
var _PutAuthPolicyCommand = class _PutAuthPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3270
3188
|
return [
|
|
3271
3189
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3272
3190
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3280,9 +3198,7 @@ var PutAuthPolicyCommand = _PutAuthPolicyCommand;
|
|
|
3280
3198
|
|
|
3281
3199
|
|
|
3282
3200
|
|
|
3283
|
-
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3284
|
-
...commonParams
|
|
3285
|
-
}).m(function(Command, cs, config, o) {
|
|
3201
|
+
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3286
3202
|
return [
|
|
3287
3203
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3288
3204
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3296,9 +3212,7 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
|
|
|
3296
3212
|
|
|
3297
3213
|
|
|
3298
3214
|
|
|
3299
|
-
var _RegisterTargetsCommand = class _RegisterTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3300
|
-
...commonParams
|
|
3301
|
-
}).m(function(Command, cs, config, o) {
|
|
3215
|
+
var _RegisterTargetsCommand = class _RegisterTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3302
3216
|
return [
|
|
3303
3217
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3304
3218
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3312,9 +3226,7 @@ var RegisterTargetsCommand = _RegisterTargetsCommand;
|
|
|
3312
3226
|
|
|
3313
3227
|
|
|
3314
3228
|
|
|
3315
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3316
|
-
...commonParams
|
|
3317
|
-
}).m(function(Command, cs, config, o) {
|
|
3229
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3318
3230
|
return [
|
|
3319
3231
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3320
3232
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3328,9 +3240,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
3328
3240
|
|
|
3329
3241
|
|
|
3330
3242
|
|
|
3331
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3332
|
-
...commonParams
|
|
3333
|
-
}).m(function(Command, cs, config, o) {
|
|
3243
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3334
3244
|
return [
|
|
3335
3245
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3336
3246
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3344,9 +3254,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
3344
3254
|
|
|
3345
3255
|
|
|
3346
3256
|
|
|
3347
|
-
var _UpdateAccessLogSubscriptionCommand = class _UpdateAccessLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3348
|
-
...commonParams
|
|
3349
|
-
}).m(function(Command, cs, config, o) {
|
|
3257
|
+
var _UpdateAccessLogSubscriptionCommand = class _UpdateAccessLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3350
3258
|
return [
|
|
3351
3259
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3352
3260
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3360,9 +3268,7 @@ var UpdateAccessLogSubscriptionCommand = _UpdateAccessLogSubscriptionCommand;
|
|
|
3360
3268
|
|
|
3361
3269
|
|
|
3362
3270
|
|
|
3363
|
-
var _UpdateListenerCommand = class _UpdateListenerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3364
|
-
...commonParams
|
|
3365
|
-
}).m(function(Command, cs, config, o) {
|
|
3271
|
+
var _UpdateListenerCommand = class _UpdateListenerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3366
3272
|
return [
|
|
3367
3273
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3368
3274
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3376,9 +3282,7 @@ var UpdateListenerCommand = _UpdateListenerCommand;
|
|
|
3376
3282
|
|
|
3377
3283
|
|
|
3378
3284
|
|
|
3379
|
-
var _UpdateRuleCommand = class _UpdateRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3380
|
-
...commonParams
|
|
3381
|
-
}).m(function(Command, cs, config, o) {
|
|
3285
|
+
var _UpdateRuleCommand = class _UpdateRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3382
3286
|
return [
|
|
3383
3287
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3384
3288
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3392,9 +3296,7 @@ var UpdateRuleCommand = _UpdateRuleCommand;
|
|
|
3392
3296
|
|
|
3393
3297
|
|
|
3394
3298
|
|
|
3395
|
-
var _UpdateServiceCommand = class _UpdateServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3396
|
-
...commonParams
|
|
3397
|
-
}).m(function(Command, cs, config, o) {
|
|
3299
|
+
var _UpdateServiceCommand = class _UpdateServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3398
3300
|
return [
|
|
3399
3301
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3400
3302
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3408,9 +3310,7 @@ var UpdateServiceCommand = _UpdateServiceCommand;
|
|
|
3408
3310
|
|
|
3409
3311
|
|
|
3410
3312
|
|
|
3411
|
-
var _UpdateServiceNetworkCommand = class _UpdateServiceNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3412
|
-
...commonParams
|
|
3413
|
-
}).m(function(Command, cs, config, o) {
|
|
3313
|
+
var _UpdateServiceNetworkCommand = class _UpdateServiceNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3414
3314
|
return [
|
|
3415
3315
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3416
3316
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3424,9 +3324,7 @@ var UpdateServiceNetworkCommand = _UpdateServiceNetworkCommand;
|
|
|
3424
3324
|
|
|
3425
3325
|
|
|
3426
3326
|
|
|
3427
|
-
var _UpdateServiceNetworkVpcAssociationCommand = class _UpdateServiceNetworkVpcAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3428
|
-
...commonParams
|
|
3429
|
-
}).m(function(Command, cs, config, o) {
|
|
3327
|
+
var _UpdateServiceNetworkVpcAssociationCommand = class _UpdateServiceNetworkVpcAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3430
3328
|
return [
|
|
3431
3329
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3432
3330
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3440,9 +3338,7 @@ var UpdateServiceNetworkVpcAssociationCommand = _UpdateServiceNetworkVpcAssociat
|
|
|
3440
3338
|
|
|
3441
3339
|
|
|
3442
3340
|
|
|
3443
|
-
var _UpdateTargetGroupCommand = class _UpdateTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3444
|
-
...commonParams
|
|
3445
|
-
}).m(function(Command, cs, config, o) {
|
|
3341
|
+
var _UpdateTargetGroupCommand = class _UpdateTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3446
3342
|
return [
|
|
3447
3343
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3448
3344
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_BatchUpdateRuleCommand, se_BatchUpdateRuleCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchUpdateRuleCommand 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_CreateAccessLogSubscriptionCommand, se_CreateAccessLogSubscriptionCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAccessLogSubscriptionCommand 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_CreateListenerCommand, se_CreateListenerCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateListenerCommand 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_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateRuleCommand 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_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateServiceCommand 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_CreateServiceNetworkCommand, se_CreateServiceNetworkCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateServiceNetworkCommand 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_CreateServiceNetworkServiceAssociationCommand, se_CreateServiceNetwo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateServiceNetworkServiceAssociationCommand 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_CreateServiceNetworkVpcAssociationCommand, se_CreateServiceNetworkVp
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateServiceNetworkVpcAssociationCommand 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),
|