@aws-sdk/client-vpc-lattice 3.588.0 → 3.592.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/dist-cjs/index.js +0 -52
  2. package/dist-types/VPCLatticeClient.d.ts +4 -4
  3. package/dist-types/commands/BatchUpdateRuleCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateListenerCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateRuleCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateServiceNetworkCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateTargetGroupCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteAccessLogSubscriptionCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteListenerCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteServiceNetworkCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +2 -1
  22. package/dist-types/commands/DeregisterTargetsCommand.d.ts +2 -1
  23. package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +2 -1
  24. package/dist-types/commands/GetAuthPolicyCommand.d.ts +2 -1
  25. package/dist-types/commands/GetListenerCommand.d.ts +2 -1
  26. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/GetRuleCommand.d.ts +2 -1
  28. package/dist-types/commands/GetServiceCommand.d.ts +2 -1
  29. package/dist-types/commands/GetServiceNetworkCommand.d.ts +2 -1
  30. package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +2 -1
  31. package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +2 -1
  32. package/dist-types/commands/GetTargetGroupCommand.d.ts +2 -1
  33. package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListListenersCommand.d.ts +2 -1
  35. package/dist-types/commands/ListRulesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListServiceNetworksCommand.d.ts +2 -1
  39. package/dist-types/commands/ListServicesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/ListTargetGroupsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListTargetsCommand.d.ts +2 -1
  43. package/dist-types/commands/PutAuthPolicyCommand.d.ts +2 -1
  44. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  45. package/dist-types/commands/RegisterTargetsCommand.d.ts +2 -1
  46. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  47. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateAccessLogSubscriptionCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateListenerCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateRuleCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateServiceNetworkCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateTargetGroupCommand.d.ts +2 -1
  55. package/dist-types/index.d.ts +2 -2
  56. package/dist-types/models/VPCLatticeServiceException.d.ts +2 -1
  57. package/dist-types/runtimeConfig.native.d.ts +1 -1
  58. package/dist-types/ts3.4/VPCLatticeClient.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/BatchUpdateRuleCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/CreateAccessLogSubscriptionCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/CreateServiceNetworkCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DeleteAccessLogSubscriptionCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeleteAuthPolicyCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DeleteServiceNetworkCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/GetAccessLogSubscriptionCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/GetAuthPolicyCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/GetListenerCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/GetServiceNetworkCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/GetServiceNetworkServiceAssociationCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/GetServiceNetworkVpcAssociationCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/GetTargetGroupCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/ListAccessLogSubscriptionsCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ListServiceNetworksCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/ListTargetGroupsCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/ListTargetsCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/PutAuthPolicyCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/UpdateAccessLogSubscriptionCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/UpdateServiceNetworkCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/UpdateTargetGroupCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/models/VPCLatticeServiceException.d.ts +2 -1
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  113. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -266,7 +266,6 @@ var VPCLatticeClient = _VPCLatticeClient;
266
266
 
267
267
  var import_middleware_serde = require("@smithy/middleware-serde");
268
268
 
269
- var import_types = require("@smithy/types");
270
269
 
271
270
  // src/protocols/Aws_restJson1.ts
272
271
  var import_core2 = require("@aws-sdk/core");
@@ -2647,7 +2646,6 @@ var BatchUpdateRuleCommand = _BatchUpdateRuleCommand;
2647
2646
 
2648
2647
 
2649
2648
 
2650
-
2651
2649
  var _CreateAccessLogSubscriptionCommand = class _CreateAccessLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
2652
2650
  ...commonParams
2653
2651
  }).m(function(Command, cs, config, o) {
@@ -2664,7 +2662,6 @@ var CreateAccessLogSubscriptionCommand = _CreateAccessLogSubscriptionCommand;
2664
2662
 
2665
2663
 
2666
2664
 
2667
-
2668
2665
  var _CreateListenerCommand = class _CreateListenerCommand extends import_smithy_client.Command.classBuilder().ep({
2669
2666
  ...commonParams
2670
2667
  }).m(function(Command, cs, config, o) {
@@ -2681,7 +2678,6 @@ var CreateListenerCommand = _CreateListenerCommand;
2681
2678
 
2682
2679
 
2683
2680
 
2684
-
2685
2681
  var _CreateRuleCommand = class _CreateRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2686
2682
  ...commonParams
2687
2683
  }).m(function(Command, cs, config, o) {
@@ -2698,7 +2694,6 @@ var CreateRuleCommand = _CreateRuleCommand;
2698
2694
 
2699
2695
 
2700
2696
 
2701
-
2702
2697
  var _CreateServiceCommand = class _CreateServiceCommand extends import_smithy_client.Command.classBuilder().ep({
2703
2698
  ...commonParams
2704
2699
  }).m(function(Command, cs, config, o) {
@@ -2715,7 +2710,6 @@ var CreateServiceCommand = _CreateServiceCommand;
2715
2710
 
2716
2711
 
2717
2712
 
2718
-
2719
2713
  var _CreateServiceNetworkCommand = class _CreateServiceNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
2720
2714
  ...commonParams
2721
2715
  }).m(function(Command, cs, config, o) {
@@ -2732,7 +2726,6 @@ var CreateServiceNetworkCommand = _CreateServiceNetworkCommand;
2732
2726
 
2733
2727
 
2734
2728
 
2735
-
2736
2729
  var _CreateServiceNetworkServiceAssociationCommand = class _CreateServiceNetworkServiceAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2737
2730
  ...commonParams
2738
2731
  }).m(function(Command, cs, config, o) {
@@ -2749,7 +2742,6 @@ var CreateServiceNetworkServiceAssociationCommand = _CreateServiceNetworkService
2749
2742
 
2750
2743
 
2751
2744
 
2752
-
2753
2745
  var _CreateServiceNetworkVpcAssociationCommand = class _CreateServiceNetworkVpcAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2754
2746
  ...commonParams
2755
2747
  }).m(function(Command, cs, config, o) {
@@ -2766,7 +2758,6 @@ var CreateServiceNetworkVpcAssociationCommand = _CreateServiceNetworkVpcAssociat
2766
2758
 
2767
2759
 
2768
2760
 
2769
-
2770
2761
  var _CreateTargetGroupCommand = class _CreateTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2771
2762
  ...commonParams
2772
2763
  }).m(function(Command, cs, config, o) {
@@ -2783,7 +2774,6 @@ var CreateTargetGroupCommand = _CreateTargetGroupCommand;
2783
2774
 
2784
2775
 
2785
2776
 
2786
-
2787
2777
  var _DeleteAccessLogSubscriptionCommand = class _DeleteAccessLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
2788
2778
  ...commonParams
2789
2779
  }).m(function(Command, cs, config, o) {
@@ -2800,7 +2790,6 @@ var DeleteAccessLogSubscriptionCommand = _DeleteAccessLogSubscriptionCommand;
2800
2790
 
2801
2791
 
2802
2792
 
2803
-
2804
2793
  var _DeleteAuthPolicyCommand = class _DeleteAuthPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2805
2794
  ...commonParams
2806
2795
  }).m(function(Command, cs, config, o) {
@@ -2817,7 +2806,6 @@ var DeleteAuthPolicyCommand = _DeleteAuthPolicyCommand;
2817
2806
 
2818
2807
 
2819
2808
 
2820
-
2821
2809
  var _DeleteListenerCommand = class _DeleteListenerCommand extends import_smithy_client.Command.classBuilder().ep({
2822
2810
  ...commonParams
2823
2811
  }).m(function(Command, cs, config, o) {
@@ -2834,7 +2822,6 @@ var DeleteListenerCommand = _DeleteListenerCommand;
2834
2822
 
2835
2823
 
2836
2824
 
2837
-
2838
2825
  var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2839
2826
  ...commonParams
2840
2827
  }).m(function(Command, cs, config, o) {
@@ -2851,7 +2838,6 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
2851
2838
 
2852
2839
 
2853
2840
 
2854
-
2855
2841
  var _DeleteRuleCommand = class _DeleteRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2856
2842
  ...commonParams
2857
2843
  }).m(function(Command, cs, config, o) {
@@ -2868,7 +2854,6 @@ var DeleteRuleCommand = _DeleteRuleCommand;
2868
2854
 
2869
2855
 
2870
2856
 
2871
-
2872
2857
  var _DeleteServiceCommand = class _DeleteServiceCommand extends import_smithy_client.Command.classBuilder().ep({
2873
2858
  ...commonParams
2874
2859
  }).m(function(Command, cs, config, o) {
@@ -2885,7 +2870,6 @@ var DeleteServiceCommand = _DeleteServiceCommand;
2885
2870
 
2886
2871
 
2887
2872
 
2888
-
2889
2873
  var _DeleteServiceNetworkCommand = class _DeleteServiceNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
2890
2874
  ...commonParams
2891
2875
  }).m(function(Command, cs, config, o) {
@@ -2902,7 +2886,6 @@ var DeleteServiceNetworkCommand = _DeleteServiceNetworkCommand;
2902
2886
 
2903
2887
 
2904
2888
 
2905
-
2906
2889
  var _DeleteServiceNetworkServiceAssociationCommand = class _DeleteServiceNetworkServiceAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2907
2890
  ...commonParams
2908
2891
  }).m(function(Command, cs, config, o) {
@@ -2919,7 +2902,6 @@ var DeleteServiceNetworkServiceAssociationCommand = _DeleteServiceNetworkService
2919
2902
 
2920
2903
 
2921
2904
 
2922
-
2923
2905
  var _DeleteServiceNetworkVpcAssociationCommand = class _DeleteServiceNetworkVpcAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2924
2906
  ...commonParams
2925
2907
  }).m(function(Command, cs, config, o) {
@@ -2936,7 +2918,6 @@ var DeleteServiceNetworkVpcAssociationCommand = _DeleteServiceNetworkVpcAssociat
2936
2918
 
2937
2919
 
2938
2920
 
2939
-
2940
2921
  var _DeleteTargetGroupCommand = class _DeleteTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2941
2922
  ...commonParams
2942
2923
  }).m(function(Command, cs, config, o) {
@@ -2953,7 +2934,6 @@ var DeleteTargetGroupCommand = _DeleteTargetGroupCommand;
2953
2934
 
2954
2935
 
2955
2936
 
2956
-
2957
2937
  var _DeregisterTargetsCommand = class _DeregisterTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
2958
2938
  ...commonParams
2959
2939
  }).m(function(Command, cs, config, o) {
@@ -2970,7 +2950,6 @@ var DeregisterTargetsCommand = _DeregisterTargetsCommand;
2970
2950
 
2971
2951
 
2972
2952
 
2973
-
2974
2953
  var _GetAccessLogSubscriptionCommand = class _GetAccessLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
2975
2954
  ...commonParams
2976
2955
  }).m(function(Command, cs, config, o) {
@@ -2987,7 +2966,6 @@ var GetAccessLogSubscriptionCommand = _GetAccessLogSubscriptionCommand;
2987
2966
 
2988
2967
 
2989
2968
 
2990
-
2991
2969
  var _GetAuthPolicyCommand = class _GetAuthPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2992
2970
  ...commonParams
2993
2971
  }).m(function(Command, cs, config, o) {
@@ -3004,7 +2982,6 @@ var GetAuthPolicyCommand = _GetAuthPolicyCommand;
3004
2982
 
3005
2983
 
3006
2984
 
3007
-
3008
2985
  var _GetListenerCommand = class _GetListenerCommand extends import_smithy_client.Command.classBuilder().ep({
3009
2986
  ...commonParams
3010
2987
  }).m(function(Command, cs, config, o) {
@@ -3021,7 +2998,6 @@ var GetListenerCommand = _GetListenerCommand;
3021
2998
 
3022
2999
 
3023
3000
 
3024
-
3025
3001
  var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3026
3002
  ...commonParams
3027
3003
  }).m(function(Command, cs, config, o) {
@@ -3038,7 +3014,6 @@ var GetResourcePolicyCommand = _GetResourcePolicyCommand;
3038
3014
 
3039
3015
 
3040
3016
 
3041
-
3042
3017
  var _GetRuleCommand = class _GetRuleCommand extends import_smithy_client.Command.classBuilder().ep({
3043
3018
  ...commonParams
3044
3019
  }).m(function(Command, cs, config, o) {
@@ -3055,7 +3030,6 @@ var GetRuleCommand = _GetRuleCommand;
3055
3030
 
3056
3031
 
3057
3032
 
3058
-
3059
3033
  var _GetServiceCommand = class _GetServiceCommand extends import_smithy_client.Command.classBuilder().ep({
3060
3034
  ...commonParams
3061
3035
  }).m(function(Command, cs, config, o) {
@@ -3072,7 +3046,6 @@ var GetServiceCommand = _GetServiceCommand;
3072
3046
 
3073
3047
 
3074
3048
 
3075
-
3076
3049
  var _GetServiceNetworkCommand = class _GetServiceNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
3077
3050
  ...commonParams
3078
3051
  }).m(function(Command, cs, config, o) {
@@ -3089,7 +3062,6 @@ var GetServiceNetworkCommand = _GetServiceNetworkCommand;
3089
3062
 
3090
3063
 
3091
3064
 
3092
-
3093
3065
  var _GetServiceNetworkServiceAssociationCommand = class _GetServiceNetworkServiceAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
3094
3066
  ...commonParams
3095
3067
  }).m(function(Command, cs, config, o) {
@@ -3106,7 +3078,6 @@ var GetServiceNetworkServiceAssociationCommand = _GetServiceNetworkServiceAssoci
3106
3078
 
3107
3079
 
3108
3080
 
3109
-
3110
3081
  var _GetServiceNetworkVpcAssociationCommand = class _GetServiceNetworkVpcAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
3111
3082
  ...commonParams
3112
3083
  }).m(function(Command, cs, config, o) {
@@ -3123,7 +3094,6 @@ var GetServiceNetworkVpcAssociationCommand = _GetServiceNetworkVpcAssociationCom
3123
3094
 
3124
3095
 
3125
3096
 
3126
-
3127
3097
  var _GetTargetGroupCommand = class _GetTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
3128
3098
  ...commonParams
3129
3099
  }).m(function(Command, cs, config, o) {
@@ -3140,7 +3110,6 @@ var GetTargetGroupCommand = _GetTargetGroupCommand;
3140
3110
 
3141
3111
 
3142
3112
 
3143
-
3144
3113
  var _ListAccessLogSubscriptionsCommand = class _ListAccessLogSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep({
3145
3114
  ...commonParams
3146
3115
  }).m(function(Command, cs, config, o) {
@@ -3157,7 +3126,6 @@ var ListAccessLogSubscriptionsCommand = _ListAccessLogSubscriptionsCommand;
3157
3126
 
3158
3127
 
3159
3128
 
3160
-
3161
3129
  var _ListListenersCommand = class _ListListenersCommand extends import_smithy_client.Command.classBuilder().ep({
3162
3130
  ...commonParams
3163
3131
  }).m(function(Command, cs, config, o) {
@@ -3174,7 +3142,6 @@ var ListListenersCommand = _ListListenersCommand;
3174
3142
 
3175
3143
 
3176
3144
 
3177
-
3178
3145
  var _ListRulesCommand = class _ListRulesCommand extends import_smithy_client.Command.classBuilder().ep({
3179
3146
  ...commonParams
3180
3147
  }).m(function(Command, cs, config, o) {
@@ -3191,7 +3158,6 @@ var ListRulesCommand = _ListRulesCommand;
3191
3158
 
3192
3159
 
3193
3160
 
3194
-
3195
3161
  var _ListServiceNetworksCommand = class _ListServiceNetworksCommand extends import_smithy_client.Command.classBuilder().ep({
3196
3162
  ...commonParams
3197
3163
  }).m(function(Command, cs, config, o) {
@@ -3208,7 +3174,6 @@ var ListServiceNetworksCommand = _ListServiceNetworksCommand;
3208
3174
 
3209
3175
 
3210
3176
 
3211
-
3212
3177
  var _ListServiceNetworkServiceAssociationsCommand = class _ListServiceNetworkServiceAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
3213
3178
  ...commonParams
3214
3179
  }).m(function(Command, cs, config, o) {
@@ -3225,7 +3190,6 @@ var ListServiceNetworkServiceAssociationsCommand = _ListServiceNetworkServiceAss
3225
3190
 
3226
3191
 
3227
3192
 
3228
-
3229
3193
  var _ListServiceNetworkVpcAssociationsCommand = class _ListServiceNetworkVpcAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
3230
3194
  ...commonParams
3231
3195
  }).m(function(Command, cs, config, o) {
@@ -3242,7 +3206,6 @@ var ListServiceNetworkVpcAssociationsCommand = _ListServiceNetworkVpcAssociation
3242
3206
 
3243
3207
 
3244
3208
 
3245
-
3246
3209
  var _ListServicesCommand = class _ListServicesCommand extends import_smithy_client.Command.classBuilder().ep({
3247
3210
  ...commonParams
3248
3211
  }).m(function(Command, cs, config, o) {
@@ -3259,7 +3222,6 @@ var ListServicesCommand = _ListServicesCommand;
3259
3222
 
3260
3223
 
3261
3224
 
3262
-
3263
3225
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3264
3226
  ...commonParams
3265
3227
  }).m(function(Command, cs, config, o) {
@@ -3276,7 +3238,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3276
3238
 
3277
3239
 
3278
3240
 
3279
-
3280
3241
  var _ListTargetGroupsCommand = class _ListTargetGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
3281
3242
  ...commonParams
3282
3243
  }).m(function(Command, cs, config, o) {
@@ -3293,7 +3254,6 @@ var ListTargetGroupsCommand = _ListTargetGroupsCommand;
3293
3254
 
3294
3255
 
3295
3256
 
3296
-
3297
3257
  var _ListTargetsCommand = class _ListTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
3298
3258
  ...commonParams
3299
3259
  }).m(function(Command, cs, config, o) {
@@ -3310,7 +3270,6 @@ var ListTargetsCommand = _ListTargetsCommand;
3310
3270
 
3311
3271
 
3312
3272
 
3313
-
3314
3273
  var _PutAuthPolicyCommand = class _PutAuthPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3315
3274
  ...commonParams
3316
3275
  }).m(function(Command, cs, config, o) {
@@ -3327,7 +3286,6 @@ var PutAuthPolicyCommand = _PutAuthPolicyCommand;
3327
3286
 
3328
3287
 
3329
3288
 
3330
-
3331
3289
  var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3332
3290
  ...commonParams
3333
3291
  }).m(function(Command, cs, config, o) {
@@ -3344,7 +3302,6 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
3344
3302
 
3345
3303
 
3346
3304
 
3347
-
3348
3305
  var _RegisterTargetsCommand = class _RegisterTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
3349
3306
  ...commonParams
3350
3307
  }).m(function(Command, cs, config, o) {
@@ -3361,7 +3318,6 @@ var RegisterTargetsCommand = _RegisterTargetsCommand;
3361
3318
 
3362
3319
 
3363
3320
 
3364
-
3365
3321
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3366
3322
  ...commonParams
3367
3323
  }).m(function(Command, cs, config, o) {
@@ -3378,7 +3334,6 @@ var TagResourceCommand = _TagResourceCommand;
3378
3334
 
3379
3335
 
3380
3336
 
3381
-
3382
3337
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3383
3338
  ...commonParams
3384
3339
  }).m(function(Command, cs, config, o) {
@@ -3395,7 +3350,6 @@ var UntagResourceCommand = _UntagResourceCommand;
3395
3350
 
3396
3351
 
3397
3352
 
3398
-
3399
3353
  var _UpdateAccessLogSubscriptionCommand = class _UpdateAccessLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
3400
3354
  ...commonParams
3401
3355
  }).m(function(Command, cs, config, o) {
@@ -3412,7 +3366,6 @@ var UpdateAccessLogSubscriptionCommand = _UpdateAccessLogSubscriptionCommand;
3412
3366
 
3413
3367
 
3414
3368
 
3415
-
3416
3369
  var _UpdateListenerCommand = class _UpdateListenerCommand extends import_smithy_client.Command.classBuilder().ep({
3417
3370
  ...commonParams
3418
3371
  }).m(function(Command, cs, config, o) {
@@ -3429,7 +3382,6 @@ var UpdateListenerCommand = _UpdateListenerCommand;
3429
3382
 
3430
3383
 
3431
3384
 
3432
-
3433
3385
  var _UpdateRuleCommand = class _UpdateRuleCommand extends import_smithy_client.Command.classBuilder().ep({
3434
3386
  ...commonParams
3435
3387
  }).m(function(Command, cs, config, o) {
@@ -3446,7 +3398,6 @@ var UpdateRuleCommand = _UpdateRuleCommand;
3446
3398
 
3447
3399
 
3448
3400
 
3449
-
3450
3401
  var _UpdateServiceCommand = class _UpdateServiceCommand extends import_smithy_client.Command.classBuilder().ep({
3451
3402
  ...commonParams
3452
3403
  }).m(function(Command, cs, config, o) {
@@ -3463,7 +3414,6 @@ var UpdateServiceCommand = _UpdateServiceCommand;
3463
3414
 
3464
3415
 
3465
3416
 
3466
-
3467
3417
  var _UpdateServiceNetworkCommand = class _UpdateServiceNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
3468
3418
  ...commonParams
3469
3419
  }).m(function(Command, cs, config, o) {
@@ -3480,7 +3430,6 @@ var UpdateServiceNetworkCommand = _UpdateServiceNetworkCommand;
3480
3430
 
3481
3431
 
3482
3432
 
3483
-
3484
3433
  var _UpdateServiceNetworkVpcAssociationCommand = class _UpdateServiceNetworkVpcAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
3485
3434
  ...commonParams
3486
3435
  }).m(function(Command, cs, config, o) {
@@ -3497,7 +3446,6 @@ var UpdateServiceNetworkVpcAssociationCommand = _UpdateServiceNetworkVpcAssociat
3497
3446
 
3498
3447
 
3499
3448
 
3500
-
3501
3449
  var _UpdateTargetGroupCommand = class _UpdateTargetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
3502
3450
  ...commonParams
3503
3451
  }).m(function(Command, cs, config, o) {
@@ -142,15 +142,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
142
142
  * Enables FIPS compatible endpoints.
143
143
  */
144
144
  useFipsEndpoint?: boolean | __Provider<boolean>;
145
+ /**
146
+ * The AWS region to which this client will send requests
147
+ */
148
+ region?: string | __Provider<string>;
145
149
  /**
146
150
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
147
151
  * @internal
148
152
  */
149
153
  defaultUserAgentProvider?: Provider<__UserAgent>;
150
- /**
151
- * The AWS region to which this client will send requests
152
- */
153
- region?: string | __Provider<string>;
154
154
  /**
155
155
  * Default credentials provider; Not available in browser runtime.
156
156
  * @deprecated
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *