@aws-sdk/client-vpc-lattice 3.1077.0 → 3.1078.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 (227) hide show
  1. package/dist-cjs/index.js +225 -877
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchUpdateRuleCommand.js +2 -14
  4. package/dist-es/commands/CreateAccessLogSubscriptionCommand.js +2 -14
  5. package/dist-es/commands/CreateListenerCommand.js +2 -14
  6. package/dist-es/commands/CreateResourceConfigurationCommand.js +2 -14
  7. package/dist-es/commands/CreateResourceGatewayCommand.js +2 -14
  8. package/dist-es/commands/CreateRuleCommand.js +2 -14
  9. package/dist-es/commands/CreateServiceCommand.js +2 -14
  10. package/dist-es/commands/CreateServiceNetworkCommand.js +2 -14
  11. package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +2 -14
  12. package/dist-es/commands/CreateServiceNetworkServiceAssociationCommand.js +2 -14
  13. package/dist-es/commands/CreateServiceNetworkVpcAssociationCommand.js +2 -14
  14. package/dist-es/commands/CreateTargetGroupCommand.js +2 -14
  15. package/dist-es/commands/DeleteAccessLogSubscriptionCommand.js +2 -14
  16. package/dist-es/commands/DeleteAuthPolicyCommand.js +2 -14
  17. package/dist-es/commands/DeleteDomainVerificationCommand.js +2 -14
  18. package/dist-es/commands/DeleteListenerCommand.js +2 -14
  19. package/dist-es/commands/DeleteResourceConfigurationCommand.js +2 -14
  20. package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +2 -14
  21. package/dist-es/commands/DeleteResourceGatewayCommand.js +2 -14
  22. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  23. package/dist-es/commands/DeleteRuleCommand.js +2 -14
  24. package/dist-es/commands/DeleteServiceCommand.js +2 -14
  25. package/dist-es/commands/DeleteServiceNetworkCommand.js +2 -14
  26. package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +2 -14
  27. package/dist-es/commands/DeleteServiceNetworkServiceAssociationCommand.js +2 -14
  28. package/dist-es/commands/DeleteServiceNetworkVpcAssociationCommand.js +2 -14
  29. package/dist-es/commands/DeleteTargetGroupCommand.js +2 -14
  30. package/dist-es/commands/DeregisterTargetsCommand.js +2 -14
  31. package/dist-es/commands/GetAccessLogSubscriptionCommand.js +2 -14
  32. package/dist-es/commands/GetAuthPolicyCommand.js +2 -14
  33. package/dist-es/commands/GetDomainVerificationCommand.js +2 -14
  34. package/dist-es/commands/GetListenerCommand.js +2 -14
  35. package/dist-es/commands/GetResourceConfigurationCommand.js +2 -14
  36. package/dist-es/commands/GetResourceGatewayCommand.js +2 -14
  37. package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
  38. package/dist-es/commands/GetRuleCommand.js +2 -14
  39. package/dist-es/commands/GetServiceCommand.js +2 -14
  40. package/dist-es/commands/GetServiceNetworkCommand.js +2 -14
  41. package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +2 -14
  42. package/dist-es/commands/GetServiceNetworkServiceAssociationCommand.js +2 -14
  43. package/dist-es/commands/GetServiceNetworkVpcAssociationCommand.js +2 -14
  44. package/dist-es/commands/GetTargetGroupCommand.js +2 -14
  45. package/dist-es/commands/ListAccessLogSubscriptionsCommand.js +2 -14
  46. package/dist-es/commands/ListDomainVerificationsCommand.js +2 -14
  47. package/dist-es/commands/ListListenersCommand.js +2 -14
  48. package/dist-es/commands/ListResourceConfigurationsCommand.js +2 -14
  49. package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +2 -14
  50. package/dist-es/commands/ListResourceGatewaysCommand.js +2 -14
  51. package/dist-es/commands/ListRulesCommand.js +2 -14
  52. package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +2 -14
  53. package/dist-es/commands/ListServiceNetworkServiceAssociationsCommand.js +2 -14
  54. package/dist-es/commands/ListServiceNetworkVpcAssociationsCommand.js +2 -14
  55. package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +2 -14
  56. package/dist-es/commands/ListServiceNetworksCommand.js +2 -14
  57. package/dist-es/commands/ListServicesCommand.js +2 -14
  58. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  59. package/dist-es/commands/ListTargetGroupsCommand.js +2 -14
  60. package/dist-es/commands/ListTargetsCommand.js +2 -14
  61. package/dist-es/commands/PutAuthPolicyCommand.js +2 -14
  62. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  63. package/dist-es/commands/RegisterTargetsCommand.js +2 -14
  64. package/dist-es/commands/StartDomainVerificationCommand.js +2 -14
  65. package/dist-es/commands/TagResourceCommand.js +2 -14
  66. package/dist-es/commands/UntagResourceCommand.js +2 -14
  67. package/dist-es/commands/UpdateAccessLogSubscriptionCommand.js +2 -14
  68. package/dist-es/commands/UpdateListenerCommand.js +2 -14
  69. package/dist-es/commands/UpdateResourceConfigurationCommand.js +2 -14
  70. package/dist-es/commands/UpdateResourceGatewayCommand.js +2 -14
  71. package/dist-es/commands/UpdateRuleCommand.js +2 -14
  72. package/dist-es/commands/UpdateServiceCommand.js +2 -14
  73. package/dist-es/commands/UpdateServiceNetworkCommand.js +2 -14
  74. package/dist-es/commands/UpdateServiceNetworkVpcAssociationCommand.js +2 -14
  75. package/dist-es/commands/UpdateTargetGroupCommand.js +2 -14
  76. package/dist-es/index.js +1 -0
  77. package/dist-types/commandBuilder.d.ts +18 -0
  78. package/dist-types/commands/BatchUpdateRuleCommand.d.ts +3 -8
  79. package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +3 -8
  80. package/dist-types/commands/CreateListenerCommand.d.ts +3 -8
  81. package/dist-types/commands/CreateResourceConfigurationCommand.d.ts +3 -8
  82. package/dist-types/commands/CreateResourceGatewayCommand.d.ts +3 -8
  83. package/dist-types/commands/CreateRuleCommand.d.ts +3 -8
  84. package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
  85. package/dist-types/commands/CreateServiceNetworkCommand.d.ts +3 -8
  86. package/dist-types/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +3 -8
  89. package/dist-types/commands/CreateTargetGroupCommand.d.ts +3 -8
  90. package/dist-types/commands/DeleteAccessLogSubscriptionCommand.d.ts +3 -8
  91. package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +3 -8
  92. package/dist-types/commands/DeleteDomainVerificationCommand.d.ts +3 -8
  93. package/dist-types/commands/DeleteListenerCommand.d.ts +3 -8
  94. package/dist-types/commands/DeleteResourceConfigurationCommand.d.ts +3 -8
  95. package/dist-types/commands/DeleteResourceEndpointAssociationCommand.d.ts +3 -8
  96. package/dist-types/commands/DeleteResourceGatewayCommand.d.ts +3 -8
  97. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  98. package/dist-types/commands/DeleteRuleCommand.d.ts +3 -8
  99. package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
  100. package/dist-types/commands/DeleteServiceNetworkCommand.d.ts +3 -8
  101. package/dist-types/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +3 -8
  102. package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +3 -8
  103. package/dist-types/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +3 -8
  104. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +3 -8
  105. package/dist-types/commands/DeregisterTargetsCommand.d.ts +3 -8
  106. package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +3 -8
  107. package/dist-types/commands/GetAuthPolicyCommand.d.ts +3 -8
  108. package/dist-types/commands/GetDomainVerificationCommand.d.ts +3 -8
  109. package/dist-types/commands/GetListenerCommand.d.ts +3 -8
  110. package/dist-types/commands/GetResourceConfigurationCommand.d.ts +3 -8
  111. package/dist-types/commands/GetResourceGatewayCommand.d.ts +3 -8
  112. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
  113. package/dist-types/commands/GetRuleCommand.d.ts +3 -8
  114. package/dist-types/commands/GetServiceCommand.d.ts +3 -8
  115. package/dist-types/commands/GetServiceNetworkCommand.d.ts +3 -8
  116. package/dist-types/commands/GetServiceNetworkResourceAssociationCommand.d.ts +3 -8
  117. package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +3 -8
  118. package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +3 -8
  119. package/dist-types/commands/GetTargetGroupCommand.d.ts +3 -8
  120. package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +3 -8
  121. package/dist-types/commands/ListDomainVerificationsCommand.d.ts +3 -8
  122. package/dist-types/commands/ListListenersCommand.d.ts +3 -8
  123. package/dist-types/commands/ListResourceConfigurationsCommand.d.ts +3 -8
  124. package/dist-types/commands/ListResourceEndpointAssociationsCommand.d.ts +3 -8
  125. package/dist-types/commands/ListResourceGatewaysCommand.d.ts +3 -8
  126. package/dist-types/commands/ListRulesCommand.d.ts +3 -8
  127. package/dist-types/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +3 -8
  128. package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +3 -8
  129. package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +3 -8
  130. package/dist-types/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +3 -8
  131. package/dist-types/commands/ListServiceNetworksCommand.d.ts +3 -8
  132. package/dist-types/commands/ListServicesCommand.d.ts +3 -8
  133. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  134. package/dist-types/commands/ListTargetGroupsCommand.d.ts +3 -8
  135. package/dist-types/commands/ListTargetsCommand.d.ts +3 -8
  136. package/dist-types/commands/PutAuthPolicyCommand.d.ts +3 -8
  137. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  138. package/dist-types/commands/RegisterTargetsCommand.d.ts +3 -8
  139. package/dist-types/commands/StartDomainVerificationCommand.d.ts +3 -8
  140. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  141. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  142. package/dist-types/commands/UpdateAccessLogSubscriptionCommand.d.ts +3 -8
  143. package/dist-types/commands/UpdateListenerCommand.d.ts +3 -8
  144. package/dist-types/commands/UpdateResourceConfigurationCommand.d.ts +3 -8
  145. package/dist-types/commands/UpdateResourceGatewayCommand.d.ts +3 -8
  146. package/dist-types/commands/UpdateRuleCommand.d.ts +3 -8
  147. package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
  148. package/dist-types/commands/UpdateServiceNetworkCommand.d.ts +3 -8
  149. package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +3 -8
  150. package/dist-types/commands/UpdateTargetGroupCommand.d.ts +3 -8
  151. package/dist-types/index.d.ts +1 -0
  152. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  153. package/dist-types/ts3.4/commands/BatchUpdateRuleCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/CreateAccessLogSubscriptionCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/CreateResourceConfigurationCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/CreateResourceGatewayCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/CreateServiceNetworkCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/DeleteAccessLogSubscriptionCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/DeleteAuthPolicyCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/DeleteDomainVerificationCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/DeleteResourceConfigurationCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/DeleteResourceEndpointAssociationCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/DeleteResourceGatewayCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DeleteServiceNetworkCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/GetAccessLogSubscriptionCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/GetAuthPolicyCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/GetDomainVerificationCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/GetListenerCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/GetResourceConfigurationCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/GetResourceGatewayCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/GetServiceNetworkCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/GetServiceNetworkResourceAssociationCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/GetServiceNetworkServiceAssociationCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/GetServiceNetworkVpcAssociationCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/GetTargetGroupCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/ListAccessLogSubscriptionsCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/ListDomainVerificationsCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/ListResourceConfigurationsCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/ListResourceEndpointAssociationsCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/ListResourceGatewaysCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/ListServiceNetworksCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/ListTargetGroupsCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/ListTargetsCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/PutAuthPolicyCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/StartDomainVerificationCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/UpdateAccessLogSubscriptionCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/UpdateResourceConfigurationCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/UpdateResourceGatewayCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/UpdateServiceNetworkCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/UpdateTargetGroupCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/index.d.ts +1 -0
  227. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2120,880 +2121,227 @@ class VPCLatticeClient extends Client {
2120
2121
  }
2121
2122
  }
2122
2123
 
2123
- class BatchUpdateRuleCommand extends Command
2124
- .classBuilder()
2125
- .ep(commonParams)
2126
- .m(function (Command, cs, config, o) {
2127
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2128
- })
2129
- .s("MercuryControlPlane", "BatchUpdateRule", {})
2130
- .n("VPCLatticeClient", "BatchUpdateRuleCommand")
2131
- .sc(BatchUpdateRule$)
2132
- .build() {
2133
- }
2134
-
2135
- class CreateAccessLogSubscriptionCommand extends Command
2136
- .classBuilder()
2137
- .ep(commonParams)
2138
- .m(function (Command, cs, config, o) {
2139
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2140
- })
2141
- .s("MercuryControlPlane", "CreateAccessLogSubscription", {})
2142
- .n("VPCLatticeClient", "CreateAccessLogSubscriptionCommand")
2143
- .sc(CreateAccessLogSubscription$)
2144
- .build() {
2145
- }
2146
-
2147
- class CreateListenerCommand extends Command
2148
- .classBuilder()
2149
- .ep(commonParams)
2150
- .m(function (Command, cs, config, o) {
2151
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2152
- })
2153
- .s("MercuryControlPlane", "CreateListener", {})
2154
- .n("VPCLatticeClient", "CreateListenerCommand")
2155
- .sc(CreateListener$)
2156
- .build() {
2157
- }
2158
-
2159
- class CreateResourceConfigurationCommand extends Command
2160
- .classBuilder()
2161
- .ep(commonParams)
2162
- .m(function (Command, cs, config, o) {
2163
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2164
- })
2165
- .s("MercuryControlPlane", "CreateResourceConfiguration", {})
2166
- .n("VPCLatticeClient", "CreateResourceConfigurationCommand")
2167
- .sc(CreateResourceConfiguration$)
2168
- .build() {
2169
- }
2170
-
2171
- class CreateResourceGatewayCommand extends Command
2172
- .classBuilder()
2173
- .ep(commonParams)
2174
- .m(function (Command, cs, config, o) {
2175
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2176
- })
2177
- .s("MercuryControlPlane", "CreateResourceGateway", {})
2178
- .n("VPCLatticeClient", "CreateResourceGatewayCommand")
2179
- .sc(CreateResourceGateway$)
2180
- .build() {
2181
- }
2182
-
2183
- class CreateRuleCommand extends Command
2184
- .classBuilder()
2185
- .ep(commonParams)
2186
- .m(function (Command, cs, config, o) {
2187
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2188
- })
2189
- .s("MercuryControlPlane", "CreateRule", {})
2190
- .n("VPCLatticeClient", "CreateRuleCommand")
2191
- .sc(CreateRule$)
2192
- .build() {
2193
- }
2194
-
2195
- class CreateServiceCommand extends Command
2196
- .classBuilder()
2197
- .ep(commonParams)
2198
- .m(function (Command, cs, config, o) {
2199
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2200
- })
2201
- .s("MercuryControlPlane", "CreateService", {})
2202
- .n("VPCLatticeClient", "CreateServiceCommand")
2203
- .sc(CreateService$)
2204
- .build() {
2205
- }
2206
-
2207
- class CreateServiceNetworkCommand extends Command
2208
- .classBuilder()
2209
- .ep(commonParams)
2210
- .m(function (Command, cs, config, o) {
2211
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2212
- })
2213
- .s("MercuryControlPlane", "CreateServiceNetwork", {})
2214
- .n("VPCLatticeClient", "CreateServiceNetworkCommand")
2215
- .sc(CreateServiceNetwork$)
2216
- .build() {
2217
- }
2218
-
2219
- class CreateServiceNetworkResourceAssociationCommand extends Command
2220
- .classBuilder()
2221
- .ep(commonParams)
2222
- .m(function (Command, cs, config, o) {
2223
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2224
- })
2225
- .s("MercuryControlPlane", "CreateServiceNetworkResourceAssociation", {})
2226
- .n("VPCLatticeClient", "CreateServiceNetworkResourceAssociationCommand")
2227
- .sc(CreateServiceNetworkResourceAssociation$)
2228
- .build() {
2229
- }
2230
-
2231
- class CreateServiceNetworkServiceAssociationCommand extends Command
2232
- .classBuilder()
2233
- .ep(commonParams)
2234
- .m(function (Command, cs, config, o) {
2235
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2236
- })
2237
- .s("MercuryControlPlane", "CreateServiceNetworkServiceAssociation", {})
2238
- .n("VPCLatticeClient", "CreateServiceNetworkServiceAssociationCommand")
2239
- .sc(CreateServiceNetworkServiceAssociation$)
2240
- .build() {
2241
- }
2242
-
2243
- class CreateServiceNetworkVpcAssociationCommand extends Command
2244
- .classBuilder()
2245
- .ep(commonParams)
2246
- .m(function (Command, cs, config, o) {
2247
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2248
- })
2249
- .s("MercuryControlPlane", "CreateServiceNetworkVpcAssociation", {})
2250
- .n("VPCLatticeClient", "CreateServiceNetworkVpcAssociationCommand")
2251
- .sc(CreateServiceNetworkVpcAssociation$)
2252
- .build() {
2253
- }
2254
-
2255
- class CreateTargetGroupCommand extends Command
2256
- .classBuilder()
2257
- .ep(commonParams)
2258
- .m(function (Command, cs, config, o) {
2259
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2260
- })
2261
- .s("MercuryControlPlane", "CreateTargetGroup", {})
2262
- .n("VPCLatticeClient", "CreateTargetGroupCommand")
2263
- .sc(CreateTargetGroup$)
2264
- .build() {
2265
- }
2266
-
2267
- class DeleteAccessLogSubscriptionCommand extends Command
2268
- .classBuilder()
2269
- .ep(commonParams)
2270
- .m(function (Command, cs, config, o) {
2271
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2272
- })
2273
- .s("MercuryControlPlane", "DeleteAccessLogSubscription", {})
2274
- .n("VPCLatticeClient", "DeleteAccessLogSubscriptionCommand")
2275
- .sc(DeleteAccessLogSubscription$)
2276
- .build() {
2277
- }
2278
-
2279
- class DeleteAuthPolicyCommand extends Command
2280
- .classBuilder()
2281
- .ep(commonParams)
2282
- .m(function (Command, cs, config, o) {
2283
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2284
- })
2285
- .s("MercuryControlPlane", "DeleteAuthPolicy", {})
2286
- .n("VPCLatticeClient", "DeleteAuthPolicyCommand")
2287
- .sc(DeleteAuthPolicy$)
2288
- .build() {
2289
- }
2290
-
2291
- class DeleteDomainVerificationCommand extends Command
2292
- .classBuilder()
2293
- .ep(commonParams)
2294
- .m(function (Command, cs, config, o) {
2295
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2296
- })
2297
- .s("MercuryControlPlane", "DeleteDomainVerification", {})
2298
- .n("VPCLatticeClient", "DeleteDomainVerificationCommand")
2299
- .sc(DeleteDomainVerification$)
2300
- .build() {
2301
- }
2302
-
2303
- class DeleteListenerCommand extends Command
2304
- .classBuilder()
2305
- .ep(commonParams)
2306
- .m(function (Command, cs, config, o) {
2307
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2308
- })
2309
- .s("MercuryControlPlane", "DeleteListener", {})
2310
- .n("VPCLatticeClient", "DeleteListenerCommand")
2311
- .sc(DeleteListener$)
2312
- .build() {
2313
- }
2314
-
2315
- class DeleteResourceConfigurationCommand extends Command
2316
- .classBuilder()
2317
- .ep(commonParams)
2318
- .m(function (Command, cs, config, o) {
2319
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2320
- })
2321
- .s("MercuryControlPlane", "DeleteResourceConfiguration", {})
2322
- .n("VPCLatticeClient", "DeleteResourceConfigurationCommand")
2323
- .sc(DeleteResourceConfiguration$)
2324
- .build() {
2325
- }
2326
-
2327
- class DeleteResourceEndpointAssociationCommand extends Command
2328
- .classBuilder()
2329
- .ep(commonParams)
2330
- .m(function (Command, cs, config, o) {
2331
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2332
- })
2333
- .s("MercuryControlPlane", "DeleteResourceEndpointAssociation", {})
2334
- .n("VPCLatticeClient", "DeleteResourceEndpointAssociationCommand")
2335
- .sc(DeleteResourceEndpointAssociation$)
2336
- .build() {
2337
- }
2338
-
2339
- class DeleteResourceGatewayCommand extends Command
2340
- .classBuilder()
2341
- .ep(commonParams)
2342
- .m(function (Command, cs, config, o) {
2343
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2344
- })
2345
- .s("MercuryControlPlane", "DeleteResourceGateway", {})
2346
- .n("VPCLatticeClient", "DeleteResourceGatewayCommand")
2347
- .sc(DeleteResourceGateway$)
2348
- .build() {
2349
- }
2350
-
2351
- class DeleteResourcePolicyCommand extends Command
2352
- .classBuilder()
2353
- .ep(commonParams)
2354
- .m(function (Command, cs, config, o) {
2355
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2356
- })
2357
- .s("MercuryControlPlane", "DeleteResourcePolicy", {})
2358
- .n("VPCLatticeClient", "DeleteResourcePolicyCommand")
2359
- .sc(DeleteResourcePolicy$)
2360
- .build() {
2361
- }
2362
-
2363
- class DeleteRuleCommand extends Command
2364
- .classBuilder()
2365
- .ep(commonParams)
2366
- .m(function (Command, cs, config, o) {
2367
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2368
- })
2369
- .s("MercuryControlPlane", "DeleteRule", {})
2370
- .n("VPCLatticeClient", "DeleteRuleCommand")
2371
- .sc(DeleteRule$)
2372
- .build() {
2373
- }
2374
-
2375
- class DeleteServiceCommand extends Command
2376
- .classBuilder()
2377
- .ep(commonParams)
2378
- .m(function (Command, cs, config, o) {
2379
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2380
- })
2381
- .s("MercuryControlPlane", "DeleteService", {})
2382
- .n("VPCLatticeClient", "DeleteServiceCommand")
2383
- .sc(DeleteService$)
2384
- .build() {
2385
- }
2386
-
2387
- class DeleteServiceNetworkCommand extends Command
2388
- .classBuilder()
2389
- .ep(commonParams)
2390
- .m(function (Command, cs, config, o) {
2391
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2392
- })
2393
- .s("MercuryControlPlane", "DeleteServiceNetwork", {})
2394
- .n("VPCLatticeClient", "DeleteServiceNetworkCommand")
2395
- .sc(DeleteServiceNetwork$)
2396
- .build() {
2397
- }
2398
-
2399
- class DeleteServiceNetworkResourceAssociationCommand extends Command
2400
- .classBuilder()
2401
- .ep(commonParams)
2402
- .m(function (Command, cs, config, o) {
2403
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2404
- })
2405
- .s("MercuryControlPlane", "DeleteServiceNetworkResourceAssociation", {})
2406
- .n("VPCLatticeClient", "DeleteServiceNetworkResourceAssociationCommand")
2407
- .sc(DeleteServiceNetworkResourceAssociation$)
2408
- .build() {
2409
- }
2410
-
2411
- class DeleteServiceNetworkServiceAssociationCommand extends Command
2412
- .classBuilder()
2413
- .ep(commonParams)
2414
- .m(function (Command, cs, config, o) {
2415
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2416
- })
2417
- .s("MercuryControlPlane", "DeleteServiceNetworkServiceAssociation", {})
2418
- .n("VPCLatticeClient", "DeleteServiceNetworkServiceAssociationCommand")
2419
- .sc(DeleteServiceNetworkServiceAssociation$)
2420
- .build() {
2421
- }
2422
-
2423
- class DeleteServiceNetworkVpcAssociationCommand extends Command
2424
- .classBuilder()
2425
- .ep(commonParams)
2426
- .m(function (Command, cs, config, o) {
2427
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2428
- })
2429
- .s("MercuryControlPlane", "DeleteServiceNetworkVpcAssociation", {})
2430
- .n("VPCLatticeClient", "DeleteServiceNetworkVpcAssociationCommand")
2431
- .sc(DeleteServiceNetworkVpcAssociation$)
2432
- .build() {
2433
- }
2434
-
2435
- class DeleteTargetGroupCommand extends Command
2436
- .classBuilder()
2437
- .ep(commonParams)
2438
- .m(function (Command, cs, config, o) {
2439
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2440
- })
2441
- .s("MercuryControlPlane", "DeleteTargetGroup", {})
2442
- .n("VPCLatticeClient", "DeleteTargetGroupCommand")
2443
- .sc(DeleteTargetGroup$)
2444
- .build() {
2445
- }
2446
-
2447
- class DeregisterTargetsCommand extends Command
2448
- .classBuilder()
2449
- .ep(commonParams)
2450
- .m(function (Command, cs, config, o) {
2451
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2452
- })
2453
- .s("MercuryControlPlane", "DeregisterTargets", {})
2454
- .n("VPCLatticeClient", "DeregisterTargetsCommand")
2455
- .sc(DeregisterTargets$)
2456
- .build() {
2457
- }
2458
-
2459
- class GetAccessLogSubscriptionCommand extends Command
2460
- .classBuilder()
2461
- .ep(commonParams)
2462
- .m(function (Command, cs, config, o) {
2463
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2464
- })
2465
- .s("MercuryControlPlane", "GetAccessLogSubscription", {})
2466
- .n("VPCLatticeClient", "GetAccessLogSubscriptionCommand")
2467
- .sc(GetAccessLogSubscription$)
2468
- .build() {
2469
- }
2470
-
2471
- class GetAuthPolicyCommand extends Command
2472
- .classBuilder()
2473
- .ep(commonParams)
2474
- .m(function (Command, cs, config, o) {
2475
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2476
- })
2477
- .s("MercuryControlPlane", "GetAuthPolicy", {})
2478
- .n("VPCLatticeClient", "GetAuthPolicyCommand")
2479
- .sc(GetAuthPolicy$)
2480
- .build() {
2481
- }
2482
-
2483
- class GetDomainVerificationCommand extends Command
2484
- .classBuilder()
2485
- .ep(commonParams)
2486
- .m(function (Command, cs, config, o) {
2487
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2488
- })
2489
- .s("MercuryControlPlane", "GetDomainVerification", {})
2490
- .n("VPCLatticeClient", "GetDomainVerificationCommand")
2491
- .sc(GetDomainVerification$)
2492
- .build() {
2493
- }
2494
-
2495
- class GetListenerCommand extends Command
2496
- .classBuilder()
2497
- .ep(commonParams)
2498
- .m(function (Command, cs, config, o) {
2499
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2500
- })
2501
- .s("MercuryControlPlane", "GetListener", {})
2502
- .n("VPCLatticeClient", "GetListenerCommand")
2503
- .sc(GetListener$)
2504
- .build() {
2505
- }
2506
-
2507
- class GetResourceConfigurationCommand extends Command
2508
- .classBuilder()
2509
- .ep(commonParams)
2510
- .m(function (Command, cs, config, o) {
2511
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2512
- })
2513
- .s("MercuryControlPlane", "GetResourceConfiguration", {})
2514
- .n("VPCLatticeClient", "GetResourceConfigurationCommand")
2515
- .sc(GetResourceConfiguration$)
2516
- .build() {
2517
- }
2518
-
2519
- class GetResourceGatewayCommand extends Command
2520
- .classBuilder()
2521
- .ep(commonParams)
2522
- .m(function (Command, cs, config, o) {
2523
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2524
- })
2525
- .s("MercuryControlPlane", "GetResourceGateway", {})
2526
- .n("VPCLatticeClient", "GetResourceGatewayCommand")
2527
- .sc(GetResourceGateway$)
2528
- .build() {
2529
- }
2530
-
2531
- class GetResourcePolicyCommand extends Command
2532
- .classBuilder()
2533
- .ep(commonParams)
2534
- .m(function (Command, cs, config, o) {
2535
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2536
- })
2537
- .s("MercuryControlPlane", "GetResourcePolicy", {})
2538
- .n("VPCLatticeClient", "GetResourcePolicyCommand")
2539
- .sc(GetResourcePolicy$)
2540
- .build() {
2541
- }
2542
-
2543
- class GetRuleCommand extends Command
2544
- .classBuilder()
2545
- .ep(commonParams)
2546
- .m(function (Command, cs, config, o) {
2547
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2548
- })
2549
- .s("MercuryControlPlane", "GetRule", {})
2550
- .n("VPCLatticeClient", "GetRuleCommand")
2551
- .sc(GetRule$)
2552
- .build() {
2553
- }
2554
-
2555
- class GetServiceCommand extends Command
2556
- .classBuilder()
2557
- .ep(commonParams)
2558
- .m(function (Command, cs, config, o) {
2559
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2560
- })
2561
- .s("MercuryControlPlane", "GetService", {})
2562
- .n("VPCLatticeClient", "GetServiceCommand")
2563
- .sc(GetService$)
2564
- .build() {
2565
- }
2566
-
2567
- class GetServiceNetworkCommand extends Command
2568
- .classBuilder()
2569
- .ep(commonParams)
2570
- .m(function (Command, cs, config, o) {
2571
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2572
- })
2573
- .s("MercuryControlPlane", "GetServiceNetwork", {})
2574
- .n("VPCLatticeClient", "GetServiceNetworkCommand")
2575
- .sc(GetServiceNetwork$)
2576
- .build() {
2577
- }
2578
-
2579
- class GetServiceNetworkResourceAssociationCommand extends Command
2580
- .classBuilder()
2581
- .ep(commonParams)
2582
- .m(function (Command, cs, config, o) {
2583
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2584
- })
2585
- .s("MercuryControlPlane", "GetServiceNetworkResourceAssociation", {})
2586
- .n("VPCLatticeClient", "GetServiceNetworkResourceAssociationCommand")
2587
- .sc(GetServiceNetworkResourceAssociation$)
2588
- .build() {
2589
- }
2590
-
2591
- class GetServiceNetworkServiceAssociationCommand extends Command
2592
- .classBuilder()
2593
- .ep(commonParams)
2594
- .m(function (Command, cs, config, o) {
2595
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2596
- })
2597
- .s("MercuryControlPlane", "GetServiceNetworkServiceAssociation", {})
2598
- .n("VPCLatticeClient", "GetServiceNetworkServiceAssociationCommand")
2599
- .sc(GetServiceNetworkServiceAssociation$)
2600
- .build() {
2601
- }
2602
-
2603
- class GetServiceNetworkVpcAssociationCommand extends Command
2604
- .classBuilder()
2605
- .ep(commonParams)
2606
- .m(function (Command, cs, config, o) {
2607
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2608
- })
2609
- .s("MercuryControlPlane", "GetServiceNetworkVpcAssociation", {})
2610
- .n("VPCLatticeClient", "GetServiceNetworkVpcAssociationCommand")
2611
- .sc(GetServiceNetworkVpcAssociation$)
2612
- .build() {
2613
- }
2614
-
2615
- class GetTargetGroupCommand extends Command
2616
- .classBuilder()
2617
- .ep(commonParams)
2618
- .m(function (Command, cs, config, o) {
2619
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2620
- })
2621
- .s("MercuryControlPlane", "GetTargetGroup", {})
2622
- .n("VPCLatticeClient", "GetTargetGroupCommand")
2623
- .sc(GetTargetGroup$)
2624
- .build() {
2625
- }
2626
-
2627
- class ListAccessLogSubscriptionsCommand extends Command
2628
- .classBuilder()
2629
- .ep(commonParams)
2630
- .m(function (Command, cs, config, o) {
2631
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2632
- })
2633
- .s("MercuryControlPlane", "ListAccessLogSubscriptions", {})
2634
- .n("VPCLatticeClient", "ListAccessLogSubscriptionsCommand")
2635
- .sc(ListAccessLogSubscriptions$)
2636
- .build() {
2637
- }
2638
-
2639
- class ListDomainVerificationsCommand extends Command
2640
- .classBuilder()
2641
- .ep(commonParams)
2642
- .m(function (Command, cs, config, o) {
2643
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2644
- })
2645
- .s("MercuryControlPlane", "ListDomainVerifications", {})
2646
- .n("VPCLatticeClient", "ListDomainVerificationsCommand")
2647
- .sc(ListDomainVerifications$)
2648
- .build() {
2649
- }
2650
-
2651
- class ListListenersCommand extends Command
2652
- .classBuilder()
2653
- .ep(commonParams)
2654
- .m(function (Command, cs, config, o) {
2655
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2656
- })
2657
- .s("MercuryControlPlane", "ListListeners", {})
2658
- .n("VPCLatticeClient", "ListListenersCommand")
2659
- .sc(ListListeners$)
2660
- .build() {
2661
- }
2662
-
2663
- class ListResourceConfigurationsCommand extends Command
2664
- .classBuilder()
2665
- .ep(commonParams)
2666
- .m(function (Command, cs, config, o) {
2667
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2668
- })
2669
- .s("MercuryControlPlane", "ListResourceConfigurations", {})
2670
- .n("VPCLatticeClient", "ListResourceConfigurationsCommand")
2671
- .sc(ListResourceConfigurations$)
2672
- .build() {
2673
- }
2674
-
2675
- class ListResourceEndpointAssociationsCommand extends Command
2676
- .classBuilder()
2677
- .ep(commonParams)
2678
- .m(function (Command, cs, config, o) {
2679
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2680
- })
2681
- .s("MercuryControlPlane", "ListResourceEndpointAssociations", {})
2682
- .n("VPCLatticeClient", "ListResourceEndpointAssociationsCommand")
2683
- .sc(ListResourceEndpointAssociations$)
2684
- .build() {
2685
- }
2686
-
2687
- class ListResourceGatewaysCommand extends Command
2688
- .classBuilder()
2689
- .ep(commonParams)
2690
- .m(function (Command, cs, config, o) {
2691
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2692
- })
2693
- .s("MercuryControlPlane", "ListResourceGateways", {})
2694
- .n("VPCLatticeClient", "ListResourceGatewaysCommand")
2695
- .sc(ListResourceGateways$)
2696
- .build() {
2697
- }
2698
-
2699
- class ListRulesCommand extends Command
2700
- .classBuilder()
2701
- .ep(commonParams)
2702
- .m(function (Command, cs, config, o) {
2703
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2704
- })
2705
- .s("MercuryControlPlane", "ListRules", {})
2706
- .n("VPCLatticeClient", "ListRulesCommand")
2707
- .sc(ListRules$)
2708
- .build() {
2709
- }
2710
-
2711
- class ListServiceNetworkResourceAssociationsCommand extends Command
2712
- .classBuilder()
2713
- .ep(commonParams)
2714
- .m(function (Command, cs, config, o) {
2715
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2716
- })
2717
- .s("MercuryControlPlane", "ListServiceNetworkResourceAssociations", {})
2718
- .n("VPCLatticeClient", "ListServiceNetworkResourceAssociationsCommand")
2719
- .sc(ListServiceNetworkResourceAssociations$)
2720
- .build() {
2721
- }
2722
-
2723
- class ListServiceNetworksCommand extends Command
2724
- .classBuilder()
2725
- .ep(commonParams)
2726
- .m(function (Command, cs, config, o) {
2727
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2728
- })
2729
- .s("MercuryControlPlane", "ListServiceNetworks", {})
2730
- .n("VPCLatticeClient", "ListServiceNetworksCommand")
2731
- .sc(ListServiceNetworks$)
2732
- .build() {
2733
- }
2734
-
2735
- class ListServiceNetworkServiceAssociationsCommand extends Command
2736
- .classBuilder()
2737
- .ep(commonParams)
2738
- .m(function (Command, cs, config, o) {
2739
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2740
- })
2741
- .s("MercuryControlPlane", "ListServiceNetworkServiceAssociations", {})
2742
- .n("VPCLatticeClient", "ListServiceNetworkServiceAssociationsCommand")
2743
- .sc(ListServiceNetworkServiceAssociations$)
2744
- .build() {
2745
- }
2746
-
2747
- class ListServiceNetworkVpcAssociationsCommand extends Command
2748
- .classBuilder()
2749
- .ep(commonParams)
2750
- .m(function (Command, cs, config, o) {
2751
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2752
- })
2753
- .s("MercuryControlPlane", "ListServiceNetworkVpcAssociations", {})
2754
- .n("VPCLatticeClient", "ListServiceNetworkVpcAssociationsCommand")
2755
- .sc(ListServiceNetworkVpcAssociations$)
2756
- .build() {
2757
- }
2758
-
2759
- class ListServiceNetworkVpcEndpointAssociationsCommand extends Command
2760
- .classBuilder()
2761
- .ep(commonParams)
2762
- .m(function (Command, cs, config, o) {
2763
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2764
- })
2765
- .s("MercuryControlPlane", "ListServiceNetworkVpcEndpointAssociations", {})
2766
- .n("VPCLatticeClient", "ListServiceNetworkVpcEndpointAssociationsCommand")
2767
- .sc(ListServiceNetworkVpcEndpointAssociations$)
2768
- .build() {
2769
- }
2770
-
2771
- class ListServicesCommand extends Command
2772
- .classBuilder()
2773
- .ep(commonParams)
2774
- .m(function (Command, cs, config, o) {
2775
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2776
- })
2777
- .s("MercuryControlPlane", "ListServices", {})
2778
- .n("VPCLatticeClient", "ListServicesCommand")
2779
- .sc(ListServices$)
2780
- .build() {
2781
- }
2782
-
2783
- class ListTagsForResourceCommand extends Command
2784
- .classBuilder()
2785
- .ep(commonParams)
2786
- .m(function (Command, cs, config, o) {
2787
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2788
- })
2789
- .s("MercuryControlPlane", "ListTagsForResource", {})
2790
- .n("VPCLatticeClient", "ListTagsForResourceCommand")
2791
- .sc(ListTagsForResource$)
2792
- .build() {
2793
- }
2794
-
2795
- class ListTargetGroupsCommand extends Command
2796
- .classBuilder()
2797
- .ep(commonParams)
2798
- .m(function (Command, cs, config, o) {
2799
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2800
- })
2801
- .s("MercuryControlPlane", "ListTargetGroups", {})
2802
- .n("VPCLatticeClient", "ListTargetGroupsCommand")
2803
- .sc(ListTargetGroups$)
2804
- .build() {
2805
- }
2806
-
2807
- class ListTargetsCommand extends Command
2808
- .classBuilder()
2809
- .ep(commonParams)
2810
- .m(function (Command, cs, config, o) {
2811
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2812
- })
2813
- .s("MercuryControlPlane", "ListTargets", {})
2814
- .n("VPCLatticeClient", "ListTargetsCommand")
2815
- .sc(ListTargets$)
2816
- .build() {
2817
- }
2818
-
2819
- class PutAuthPolicyCommand extends Command
2820
- .classBuilder()
2821
- .ep(commonParams)
2822
- .m(function (Command, cs, config, o) {
2823
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2824
- })
2825
- .s("MercuryControlPlane", "PutAuthPolicy", {})
2826
- .n("VPCLatticeClient", "PutAuthPolicyCommand")
2827
- .sc(PutAuthPolicy$)
2828
- .build() {
2829
- }
2830
-
2831
- class PutResourcePolicyCommand extends Command
2832
- .classBuilder()
2833
- .ep(commonParams)
2834
- .m(function (Command, cs, config, o) {
2835
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2836
- })
2837
- .s("MercuryControlPlane", "PutResourcePolicy", {})
2838
- .n("VPCLatticeClient", "PutResourcePolicyCommand")
2839
- .sc(PutResourcePolicy$)
2840
- .build() {
2841
- }
2842
-
2843
- class RegisterTargetsCommand extends Command
2844
- .classBuilder()
2845
- .ep(commonParams)
2846
- .m(function (Command, cs, config, o) {
2847
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2848
- })
2849
- .s("MercuryControlPlane", "RegisterTargets", {})
2850
- .n("VPCLatticeClient", "RegisterTargetsCommand")
2851
- .sc(RegisterTargets$)
2852
- .build() {
2853
- }
2854
-
2855
- class StartDomainVerificationCommand extends Command
2856
- .classBuilder()
2857
- .ep(commonParams)
2858
- .m(function (Command, cs, config, o) {
2859
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2860
- })
2861
- .s("MercuryControlPlane", "StartDomainVerification", {})
2862
- .n("VPCLatticeClient", "StartDomainVerificationCommand")
2863
- .sc(StartDomainVerification$)
2864
- .build() {
2865
- }
2866
-
2867
- class TagResourceCommand extends Command
2868
- .classBuilder()
2869
- .ep(commonParams)
2870
- .m(function (Command, cs, config, o) {
2871
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2872
- })
2873
- .s("MercuryControlPlane", "TagResource", {})
2874
- .n("VPCLatticeClient", "TagResourceCommand")
2875
- .sc(TagResource$)
2876
- .build() {
2877
- }
2878
-
2879
- class UntagResourceCommand extends Command
2880
- .classBuilder()
2881
- .ep(commonParams)
2882
- .m(function (Command, cs, config, o) {
2883
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2884
- })
2885
- .s("MercuryControlPlane", "UntagResource", {})
2886
- .n("VPCLatticeClient", "UntagResourceCommand")
2887
- .sc(UntagResource$)
2888
- .build() {
2889
- }
2890
-
2891
- class UpdateAccessLogSubscriptionCommand extends Command
2892
- .classBuilder()
2893
- .ep(commonParams)
2894
- .m(function (Command, cs, config, o) {
2895
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2896
- })
2897
- .s("MercuryControlPlane", "UpdateAccessLogSubscription", {})
2898
- .n("VPCLatticeClient", "UpdateAccessLogSubscriptionCommand")
2899
- .sc(UpdateAccessLogSubscription$)
2900
- .build() {
2901
- }
2902
-
2903
- class UpdateListenerCommand extends Command
2904
- .classBuilder()
2905
- .ep(commonParams)
2906
- .m(function (Command, cs, config, o) {
2907
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2908
- })
2909
- .s("MercuryControlPlane", "UpdateListener", {})
2910
- .n("VPCLatticeClient", "UpdateListenerCommand")
2911
- .sc(UpdateListener$)
2912
- .build() {
2913
- }
2914
-
2915
- class UpdateResourceConfigurationCommand extends Command
2916
- .classBuilder()
2917
- .ep(commonParams)
2918
- .m(function (Command, cs, config, o) {
2919
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2920
- })
2921
- .s("MercuryControlPlane", "UpdateResourceConfiguration", {})
2922
- .n("VPCLatticeClient", "UpdateResourceConfigurationCommand")
2923
- .sc(UpdateResourceConfiguration$)
2924
- .build() {
2925
- }
2926
-
2927
- class UpdateResourceGatewayCommand extends Command
2928
- .classBuilder()
2929
- .ep(commonParams)
2930
- .m(function (Command, cs, config, o) {
2931
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2932
- })
2933
- .s("MercuryControlPlane", "UpdateResourceGateway", {})
2934
- .n("VPCLatticeClient", "UpdateResourceGatewayCommand")
2935
- .sc(UpdateResourceGateway$)
2936
- .build() {
2937
- }
2938
-
2939
- class UpdateRuleCommand extends Command
2940
- .classBuilder()
2941
- .ep(commonParams)
2942
- .m(function (Command, cs, config, o) {
2943
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2944
- })
2945
- .s("MercuryControlPlane", "UpdateRule", {})
2946
- .n("VPCLatticeClient", "UpdateRuleCommand")
2947
- .sc(UpdateRule$)
2948
- .build() {
2949
- }
2950
-
2951
- class UpdateServiceCommand extends Command
2952
- .classBuilder()
2953
- .ep(commonParams)
2954
- .m(function (Command, cs, config, o) {
2955
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2956
- })
2957
- .s("MercuryControlPlane", "UpdateService", {})
2958
- .n("VPCLatticeClient", "UpdateServiceCommand")
2959
- .sc(UpdateService$)
2960
- .build() {
2961
- }
2962
-
2963
- class UpdateServiceNetworkCommand extends Command
2964
- .classBuilder()
2965
- .ep(commonParams)
2966
- .m(function (Command, cs, config, o) {
2967
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2968
- })
2969
- .s("MercuryControlPlane", "UpdateServiceNetwork", {})
2970
- .n("VPCLatticeClient", "UpdateServiceNetworkCommand")
2971
- .sc(UpdateServiceNetwork$)
2972
- .build() {
2973
- }
2974
-
2975
- class UpdateServiceNetworkVpcAssociationCommand extends Command
2976
- .classBuilder()
2977
- .ep(commonParams)
2978
- .m(function (Command, cs, config, o) {
2979
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2980
- })
2981
- .s("MercuryControlPlane", "UpdateServiceNetworkVpcAssociation", {})
2982
- .n("VPCLatticeClient", "UpdateServiceNetworkVpcAssociationCommand")
2983
- .sc(UpdateServiceNetworkVpcAssociation$)
2984
- .build() {
2985
- }
2986
-
2987
- class UpdateTargetGroupCommand extends Command
2988
- .classBuilder()
2989
- .ep(commonParams)
2990
- .m(function (Command, cs, config, o) {
2991
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2992
- })
2993
- .s("MercuryControlPlane", "UpdateTargetGroup", {})
2994
- .n("VPCLatticeClient", "UpdateTargetGroupCommand")
2995
- .sc(UpdateTargetGroup$)
2996
- .build() {
2124
+ const command = makeBuilder(commonParams, "MercuryControlPlane", "VPCLatticeClient", getEndpointPlugin);
2125
+ const _ep0 = {};
2126
+ const _mw0 = (Command, cs, config, o) => [];
2127
+
2128
+ class BatchUpdateRuleCommand extends command(_ep0, _mw0, "BatchUpdateRule", BatchUpdateRule$) {
2129
+ }
2130
+
2131
+ class CreateAccessLogSubscriptionCommand extends command(_ep0, _mw0, "CreateAccessLogSubscription", CreateAccessLogSubscription$) {
2132
+ }
2133
+
2134
+ class CreateListenerCommand extends command(_ep0, _mw0, "CreateListener", CreateListener$) {
2135
+ }
2136
+
2137
+ class CreateResourceConfigurationCommand extends command(_ep0, _mw0, "CreateResourceConfiguration", CreateResourceConfiguration$) {
2138
+ }
2139
+
2140
+ class CreateResourceGatewayCommand extends command(_ep0, _mw0, "CreateResourceGateway", CreateResourceGateway$) {
2141
+ }
2142
+
2143
+ class CreateRuleCommand extends command(_ep0, _mw0, "CreateRule", CreateRule$) {
2144
+ }
2145
+
2146
+ class CreateServiceCommand extends command(_ep0, _mw0, "CreateService", CreateService$) {
2147
+ }
2148
+
2149
+ class CreateServiceNetworkCommand extends command(_ep0, _mw0, "CreateServiceNetwork", CreateServiceNetwork$) {
2150
+ }
2151
+
2152
+ class CreateServiceNetworkResourceAssociationCommand extends command(_ep0, _mw0, "CreateServiceNetworkResourceAssociation", CreateServiceNetworkResourceAssociation$) {
2153
+ }
2154
+
2155
+ class CreateServiceNetworkServiceAssociationCommand extends command(_ep0, _mw0, "CreateServiceNetworkServiceAssociation", CreateServiceNetworkServiceAssociation$) {
2156
+ }
2157
+
2158
+ class CreateServiceNetworkVpcAssociationCommand extends command(_ep0, _mw0, "CreateServiceNetworkVpcAssociation", CreateServiceNetworkVpcAssociation$) {
2159
+ }
2160
+
2161
+ class CreateTargetGroupCommand extends command(_ep0, _mw0, "CreateTargetGroup", CreateTargetGroup$) {
2162
+ }
2163
+
2164
+ class DeleteAccessLogSubscriptionCommand extends command(_ep0, _mw0, "DeleteAccessLogSubscription", DeleteAccessLogSubscription$) {
2165
+ }
2166
+
2167
+ class DeleteAuthPolicyCommand extends command(_ep0, _mw0, "DeleteAuthPolicy", DeleteAuthPolicy$) {
2168
+ }
2169
+
2170
+ class DeleteDomainVerificationCommand extends command(_ep0, _mw0, "DeleteDomainVerification", DeleteDomainVerification$) {
2171
+ }
2172
+
2173
+ class DeleteListenerCommand extends command(_ep0, _mw0, "DeleteListener", DeleteListener$) {
2174
+ }
2175
+
2176
+ class DeleteResourceConfigurationCommand extends command(_ep0, _mw0, "DeleteResourceConfiguration", DeleteResourceConfiguration$) {
2177
+ }
2178
+
2179
+ class DeleteResourceEndpointAssociationCommand extends command(_ep0, _mw0, "DeleteResourceEndpointAssociation", DeleteResourceEndpointAssociation$) {
2180
+ }
2181
+
2182
+ class DeleteResourceGatewayCommand extends command(_ep0, _mw0, "DeleteResourceGateway", DeleteResourceGateway$) {
2183
+ }
2184
+
2185
+ class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
2186
+ }
2187
+
2188
+ class DeleteRuleCommand extends command(_ep0, _mw0, "DeleteRule", DeleteRule$) {
2189
+ }
2190
+
2191
+ class DeleteServiceCommand extends command(_ep0, _mw0, "DeleteService", DeleteService$) {
2192
+ }
2193
+
2194
+ class DeleteServiceNetworkCommand extends command(_ep0, _mw0, "DeleteServiceNetwork", DeleteServiceNetwork$) {
2195
+ }
2196
+
2197
+ class DeleteServiceNetworkResourceAssociationCommand extends command(_ep0, _mw0, "DeleteServiceNetworkResourceAssociation", DeleteServiceNetworkResourceAssociation$) {
2198
+ }
2199
+
2200
+ class DeleteServiceNetworkServiceAssociationCommand extends command(_ep0, _mw0, "DeleteServiceNetworkServiceAssociation", DeleteServiceNetworkServiceAssociation$) {
2201
+ }
2202
+
2203
+ class DeleteServiceNetworkVpcAssociationCommand extends command(_ep0, _mw0, "DeleteServiceNetworkVpcAssociation", DeleteServiceNetworkVpcAssociation$) {
2204
+ }
2205
+
2206
+ class DeleteTargetGroupCommand extends command(_ep0, _mw0, "DeleteTargetGroup", DeleteTargetGroup$) {
2207
+ }
2208
+
2209
+ class DeregisterTargetsCommand extends command(_ep0, _mw0, "DeregisterTargets", DeregisterTargets$) {
2210
+ }
2211
+
2212
+ class GetAccessLogSubscriptionCommand extends command(_ep0, _mw0, "GetAccessLogSubscription", GetAccessLogSubscription$) {
2213
+ }
2214
+
2215
+ class GetAuthPolicyCommand extends command(_ep0, _mw0, "GetAuthPolicy", GetAuthPolicy$) {
2216
+ }
2217
+
2218
+ class GetDomainVerificationCommand extends command(_ep0, _mw0, "GetDomainVerification", GetDomainVerification$) {
2219
+ }
2220
+
2221
+ class GetListenerCommand extends command(_ep0, _mw0, "GetListener", GetListener$) {
2222
+ }
2223
+
2224
+ class GetResourceConfigurationCommand extends command(_ep0, _mw0, "GetResourceConfiguration", GetResourceConfiguration$) {
2225
+ }
2226
+
2227
+ class GetResourceGatewayCommand extends command(_ep0, _mw0, "GetResourceGateway", GetResourceGateway$) {
2228
+ }
2229
+
2230
+ class GetResourcePolicyCommand extends command(_ep0, _mw0, "GetResourcePolicy", GetResourcePolicy$) {
2231
+ }
2232
+
2233
+ class GetRuleCommand extends command(_ep0, _mw0, "GetRule", GetRule$) {
2234
+ }
2235
+
2236
+ class GetServiceCommand extends command(_ep0, _mw0, "GetService", GetService$) {
2237
+ }
2238
+
2239
+ class GetServiceNetworkCommand extends command(_ep0, _mw0, "GetServiceNetwork", GetServiceNetwork$) {
2240
+ }
2241
+
2242
+ class GetServiceNetworkResourceAssociationCommand extends command(_ep0, _mw0, "GetServiceNetworkResourceAssociation", GetServiceNetworkResourceAssociation$) {
2243
+ }
2244
+
2245
+ class GetServiceNetworkServiceAssociationCommand extends command(_ep0, _mw0, "GetServiceNetworkServiceAssociation", GetServiceNetworkServiceAssociation$) {
2246
+ }
2247
+
2248
+ class GetServiceNetworkVpcAssociationCommand extends command(_ep0, _mw0, "GetServiceNetworkVpcAssociation", GetServiceNetworkVpcAssociation$) {
2249
+ }
2250
+
2251
+ class GetTargetGroupCommand extends command(_ep0, _mw0, "GetTargetGroup", GetTargetGroup$) {
2252
+ }
2253
+
2254
+ class ListAccessLogSubscriptionsCommand extends command(_ep0, _mw0, "ListAccessLogSubscriptions", ListAccessLogSubscriptions$) {
2255
+ }
2256
+
2257
+ class ListDomainVerificationsCommand extends command(_ep0, _mw0, "ListDomainVerifications", ListDomainVerifications$) {
2258
+ }
2259
+
2260
+ class ListListenersCommand extends command(_ep0, _mw0, "ListListeners", ListListeners$) {
2261
+ }
2262
+
2263
+ class ListResourceConfigurationsCommand extends command(_ep0, _mw0, "ListResourceConfigurations", ListResourceConfigurations$) {
2264
+ }
2265
+
2266
+ class ListResourceEndpointAssociationsCommand extends command(_ep0, _mw0, "ListResourceEndpointAssociations", ListResourceEndpointAssociations$) {
2267
+ }
2268
+
2269
+ class ListResourceGatewaysCommand extends command(_ep0, _mw0, "ListResourceGateways", ListResourceGateways$) {
2270
+ }
2271
+
2272
+ class ListRulesCommand extends command(_ep0, _mw0, "ListRules", ListRules$) {
2273
+ }
2274
+
2275
+ class ListServiceNetworkResourceAssociationsCommand extends command(_ep0, _mw0, "ListServiceNetworkResourceAssociations", ListServiceNetworkResourceAssociations$) {
2276
+ }
2277
+
2278
+ class ListServiceNetworksCommand extends command(_ep0, _mw0, "ListServiceNetworks", ListServiceNetworks$) {
2279
+ }
2280
+
2281
+ class ListServiceNetworkServiceAssociationsCommand extends command(_ep0, _mw0, "ListServiceNetworkServiceAssociations", ListServiceNetworkServiceAssociations$) {
2282
+ }
2283
+
2284
+ class ListServiceNetworkVpcAssociationsCommand extends command(_ep0, _mw0, "ListServiceNetworkVpcAssociations", ListServiceNetworkVpcAssociations$) {
2285
+ }
2286
+
2287
+ class ListServiceNetworkVpcEndpointAssociationsCommand extends command(_ep0, _mw0, "ListServiceNetworkVpcEndpointAssociations", ListServiceNetworkVpcEndpointAssociations$) {
2288
+ }
2289
+
2290
+ class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
2291
+ }
2292
+
2293
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2294
+ }
2295
+
2296
+ class ListTargetGroupsCommand extends command(_ep0, _mw0, "ListTargetGroups", ListTargetGroups$) {
2297
+ }
2298
+
2299
+ class ListTargetsCommand extends command(_ep0, _mw0, "ListTargets", ListTargets$) {
2300
+ }
2301
+
2302
+ class PutAuthPolicyCommand extends command(_ep0, _mw0, "PutAuthPolicy", PutAuthPolicy$) {
2303
+ }
2304
+
2305
+ class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
2306
+ }
2307
+
2308
+ class RegisterTargetsCommand extends command(_ep0, _mw0, "RegisterTargets", RegisterTargets$) {
2309
+ }
2310
+
2311
+ class StartDomainVerificationCommand extends command(_ep0, _mw0, "StartDomainVerification", StartDomainVerification$) {
2312
+ }
2313
+
2314
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2315
+ }
2316
+
2317
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2318
+ }
2319
+
2320
+ class UpdateAccessLogSubscriptionCommand extends command(_ep0, _mw0, "UpdateAccessLogSubscription", UpdateAccessLogSubscription$) {
2321
+ }
2322
+
2323
+ class UpdateListenerCommand extends command(_ep0, _mw0, "UpdateListener", UpdateListener$) {
2324
+ }
2325
+
2326
+ class UpdateResourceConfigurationCommand extends command(_ep0, _mw0, "UpdateResourceConfiguration", UpdateResourceConfiguration$) {
2327
+ }
2328
+
2329
+ class UpdateResourceGatewayCommand extends command(_ep0, _mw0, "UpdateResourceGateway", UpdateResourceGateway$) {
2330
+ }
2331
+
2332
+ class UpdateRuleCommand extends command(_ep0, _mw0, "UpdateRule", UpdateRule$) {
2333
+ }
2334
+
2335
+ class UpdateServiceCommand extends command(_ep0, _mw0, "UpdateService", UpdateService$) {
2336
+ }
2337
+
2338
+ class UpdateServiceNetworkCommand extends command(_ep0, _mw0, "UpdateServiceNetwork", UpdateServiceNetwork$) {
2339
+ }
2340
+
2341
+ class UpdateServiceNetworkVpcAssociationCommand extends command(_ep0, _mw0, "UpdateServiceNetworkVpcAssociation", UpdateServiceNetworkVpcAssociation$) {
2342
+ }
2343
+
2344
+ class UpdateTargetGroupCommand extends command(_ep0, _mw0, "UpdateTargetGroup", UpdateTargetGroup$) {
2997
2345
  }
2998
2346
 
2999
2347
  const paginateListAccessLogSubscriptions = createPaginator(VPCLatticeClient, ListAccessLogSubscriptionsCommand, "nextToken", "nextToken", "maxResults");