@aws-sdk/client-vpc-lattice 3.337.0 → 3.338.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 (221) hide show
  1. package/dist-cjs/VPCLatticeClient.js +2 -1
  2. package/dist-cjs/commands/BatchUpdateRuleCommand.js +2 -1
  3. package/dist-cjs/commands/CreateAccessLogSubscriptionCommand.js +2 -1
  4. package/dist-cjs/commands/CreateListenerCommand.js +2 -1
  5. package/dist-cjs/commands/CreateRuleCommand.js +2 -1
  6. package/dist-cjs/commands/CreateServiceCommand.js +2 -1
  7. package/dist-cjs/commands/CreateServiceNetworkCommand.js +2 -1
  8. package/dist-cjs/commands/CreateServiceNetworkServiceAssociationCommand.js +2 -1
  9. package/dist-cjs/commands/CreateServiceNetworkVpcAssociationCommand.js +2 -1
  10. package/dist-cjs/commands/CreateTargetGroupCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteAccessLogSubscriptionCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteAuthPolicyCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteListenerCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteRuleCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteServiceCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteServiceNetworkCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteServiceNetworkServiceAssociationCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteServiceNetworkVpcAssociationCommand.js +2 -1
  20. package/dist-cjs/commands/DeleteTargetGroupCommand.js +2 -1
  21. package/dist-cjs/commands/DeregisterTargetsCommand.js +2 -1
  22. package/dist-cjs/commands/GetAccessLogSubscriptionCommand.js +2 -1
  23. package/dist-cjs/commands/GetAuthPolicyCommand.js +2 -1
  24. package/dist-cjs/commands/GetListenerCommand.js +2 -1
  25. package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -1
  26. package/dist-cjs/commands/GetRuleCommand.js +2 -1
  27. package/dist-cjs/commands/GetServiceCommand.js +2 -1
  28. package/dist-cjs/commands/GetServiceNetworkCommand.js +2 -1
  29. package/dist-cjs/commands/GetServiceNetworkServiceAssociationCommand.js +2 -1
  30. package/dist-cjs/commands/GetServiceNetworkVpcAssociationCommand.js +2 -1
  31. package/dist-cjs/commands/GetTargetGroupCommand.js +2 -1
  32. package/dist-cjs/commands/ListAccessLogSubscriptionsCommand.js +2 -1
  33. package/dist-cjs/commands/ListListenersCommand.js +2 -1
  34. package/dist-cjs/commands/ListRulesCommand.js +2 -1
  35. package/dist-cjs/commands/ListServiceNetworkServiceAssociationsCommand.js +2 -1
  36. package/dist-cjs/commands/ListServiceNetworkVpcAssociationsCommand.js +2 -1
  37. package/dist-cjs/commands/ListServiceNetworksCommand.js +2 -1
  38. package/dist-cjs/commands/ListServicesCommand.js +2 -1
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  40. package/dist-cjs/commands/ListTargetGroupsCommand.js +2 -1
  41. package/dist-cjs/commands/ListTargetsCommand.js +2 -1
  42. package/dist-cjs/commands/PutAuthPolicyCommand.js +2 -1
  43. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -1
  44. package/dist-cjs/commands/RegisterTargetsCommand.js +2 -1
  45. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  46. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  47. package/dist-cjs/commands/UpdateAccessLogSubscriptionCommand.js +2 -1
  48. package/dist-cjs/commands/UpdateListenerCommand.js +2 -1
  49. package/dist-cjs/commands/UpdateRuleCommand.js +2 -1
  50. package/dist-cjs/commands/UpdateServiceCommand.js +2 -1
  51. package/dist-cjs/commands/UpdateServiceNetworkCommand.js +2 -1
  52. package/dist-cjs/commands/UpdateServiceNetworkVpcAssociationCommand.js +2 -1
  53. package/dist-cjs/commands/UpdateTargetGroupCommand.js +2 -1
  54. package/dist-cjs/index.js +2 -2
  55. package/dist-cjs/models/VPCLatticeServiceException.js +2 -1
  56. package/dist-es/VPCLatticeClient.js +1 -0
  57. package/dist-es/commands/BatchUpdateRuleCommand.js +1 -0
  58. package/dist-es/commands/CreateAccessLogSubscriptionCommand.js +1 -0
  59. package/dist-es/commands/CreateListenerCommand.js +1 -0
  60. package/dist-es/commands/CreateRuleCommand.js +1 -0
  61. package/dist-es/commands/CreateServiceCommand.js +1 -0
  62. package/dist-es/commands/CreateServiceNetworkCommand.js +1 -0
  63. package/dist-es/commands/CreateServiceNetworkServiceAssociationCommand.js +1 -0
  64. package/dist-es/commands/CreateServiceNetworkVpcAssociationCommand.js +1 -0
  65. package/dist-es/commands/CreateTargetGroupCommand.js +1 -0
  66. package/dist-es/commands/DeleteAccessLogSubscriptionCommand.js +1 -0
  67. package/dist-es/commands/DeleteAuthPolicyCommand.js +1 -0
  68. package/dist-es/commands/DeleteListenerCommand.js +1 -0
  69. package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -0
  70. package/dist-es/commands/DeleteRuleCommand.js +1 -0
  71. package/dist-es/commands/DeleteServiceCommand.js +1 -0
  72. package/dist-es/commands/DeleteServiceNetworkCommand.js +1 -0
  73. package/dist-es/commands/DeleteServiceNetworkServiceAssociationCommand.js +1 -0
  74. package/dist-es/commands/DeleteServiceNetworkVpcAssociationCommand.js +1 -0
  75. package/dist-es/commands/DeleteTargetGroupCommand.js +1 -0
  76. package/dist-es/commands/DeregisterTargetsCommand.js +1 -0
  77. package/dist-es/commands/GetAccessLogSubscriptionCommand.js +1 -0
  78. package/dist-es/commands/GetAuthPolicyCommand.js +1 -0
  79. package/dist-es/commands/GetListenerCommand.js +1 -0
  80. package/dist-es/commands/GetResourcePolicyCommand.js +1 -0
  81. package/dist-es/commands/GetRuleCommand.js +1 -0
  82. package/dist-es/commands/GetServiceCommand.js +1 -0
  83. package/dist-es/commands/GetServiceNetworkCommand.js +1 -0
  84. package/dist-es/commands/GetServiceNetworkServiceAssociationCommand.js +1 -0
  85. package/dist-es/commands/GetServiceNetworkVpcAssociationCommand.js +1 -0
  86. package/dist-es/commands/GetTargetGroupCommand.js +1 -0
  87. package/dist-es/commands/ListAccessLogSubscriptionsCommand.js +1 -0
  88. package/dist-es/commands/ListListenersCommand.js +1 -0
  89. package/dist-es/commands/ListRulesCommand.js +1 -0
  90. package/dist-es/commands/ListServiceNetworkServiceAssociationsCommand.js +1 -0
  91. package/dist-es/commands/ListServiceNetworkVpcAssociationsCommand.js +1 -0
  92. package/dist-es/commands/ListServiceNetworksCommand.js +1 -0
  93. package/dist-es/commands/ListServicesCommand.js +1 -0
  94. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  95. package/dist-es/commands/ListTargetGroupsCommand.js +1 -0
  96. package/dist-es/commands/ListTargetsCommand.js +1 -0
  97. package/dist-es/commands/PutAuthPolicyCommand.js +1 -0
  98. package/dist-es/commands/PutResourcePolicyCommand.js +1 -0
  99. package/dist-es/commands/RegisterTargetsCommand.js +1 -0
  100. package/dist-es/commands/TagResourceCommand.js +1 -0
  101. package/dist-es/commands/UntagResourceCommand.js +1 -0
  102. package/dist-es/commands/UpdateAccessLogSubscriptionCommand.js +1 -0
  103. package/dist-es/commands/UpdateListenerCommand.js +1 -0
  104. package/dist-es/commands/UpdateRuleCommand.js +1 -0
  105. package/dist-es/commands/UpdateServiceCommand.js +1 -0
  106. package/dist-es/commands/UpdateServiceNetworkCommand.js +1 -0
  107. package/dist-es/commands/UpdateServiceNetworkVpcAssociationCommand.js +1 -0
  108. package/dist-es/commands/UpdateTargetGroupCommand.js +1 -0
  109. package/dist-es/index.js +2 -2
  110. package/dist-es/models/VPCLatticeServiceException.js +1 -0
  111. package/dist-types/VPCLatticeClient.d.ts +3 -3
  112. package/dist-types/commands/BatchUpdateRuleCommand.d.ts +4 -0
  113. package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +4 -0
  114. package/dist-types/commands/CreateListenerCommand.d.ts +4 -0
  115. package/dist-types/commands/CreateRuleCommand.d.ts +4 -0
  116. package/dist-types/commands/CreateServiceCommand.d.ts +4 -0
  117. package/dist-types/commands/CreateServiceNetworkCommand.d.ts +4 -0
  118. package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +4 -0
  119. package/dist-types/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +4 -0
  120. package/dist-types/commands/CreateTargetGroupCommand.d.ts +4 -0
  121. package/dist-types/commands/DeleteAccessLogSubscriptionCommand.d.ts +4 -0
  122. package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +4 -0
  123. package/dist-types/commands/DeleteListenerCommand.d.ts +4 -0
  124. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
  125. package/dist-types/commands/DeleteRuleCommand.d.ts +4 -0
  126. package/dist-types/commands/DeleteServiceCommand.d.ts +4 -0
  127. package/dist-types/commands/DeleteServiceNetworkCommand.d.ts +4 -0
  128. package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +4 -0
  129. package/dist-types/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +4 -0
  130. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +4 -0
  131. package/dist-types/commands/DeregisterTargetsCommand.d.ts +4 -0
  132. package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +4 -0
  133. package/dist-types/commands/GetAuthPolicyCommand.d.ts +4 -0
  134. package/dist-types/commands/GetListenerCommand.d.ts +4 -0
  135. package/dist-types/commands/GetResourcePolicyCommand.d.ts +4 -0
  136. package/dist-types/commands/GetRuleCommand.d.ts +4 -0
  137. package/dist-types/commands/GetServiceCommand.d.ts +4 -0
  138. package/dist-types/commands/GetServiceNetworkCommand.d.ts +4 -0
  139. package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +4 -0
  140. package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +4 -0
  141. package/dist-types/commands/GetTargetGroupCommand.d.ts +4 -0
  142. package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +4 -0
  143. package/dist-types/commands/ListListenersCommand.d.ts +4 -0
  144. package/dist-types/commands/ListRulesCommand.d.ts +4 -0
  145. package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +4 -0
  146. package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +4 -0
  147. package/dist-types/commands/ListServiceNetworksCommand.d.ts +4 -0
  148. package/dist-types/commands/ListServicesCommand.d.ts +4 -0
  149. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  150. package/dist-types/commands/ListTargetGroupsCommand.d.ts +4 -0
  151. package/dist-types/commands/ListTargetsCommand.d.ts +4 -0
  152. package/dist-types/commands/PutAuthPolicyCommand.d.ts +4 -0
  153. package/dist-types/commands/PutResourcePolicyCommand.d.ts +4 -0
  154. package/dist-types/commands/RegisterTargetsCommand.d.ts +4 -0
  155. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  156. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  157. package/dist-types/commands/UpdateAccessLogSubscriptionCommand.d.ts +4 -0
  158. package/dist-types/commands/UpdateListenerCommand.d.ts +4 -0
  159. package/dist-types/commands/UpdateRuleCommand.d.ts +4 -0
  160. package/dist-types/commands/UpdateServiceCommand.d.ts +4 -0
  161. package/dist-types/commands/UpdateServiceNetworkCommand.d.ts +4 -0
  162. package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +4 -0
  163. package/dist-types/commands/UpdateTargetGroupCommand.d.ts +4 -0
  164. package/dist-types/index.d.ts +11 -2
  165. package/dist-types/models/VPCLatticeServiceException.d.ts +1 -0
  166. package/dist-types/ts3.4/VPCLatticeClient.d.ts +3 -3
  167. package/dist-types/ts3.4/commands/BatchUpdateRuleCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/CreateAccessLogSubscriptionCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/CreateServiceNetworkCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +1 -0
  175. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +1 -0
  176. package/dist-types/ts3.4/commands/DeleteAccessLogSubscriptionCommand.d.ts +1 -0
  177. package/dist-types/ts3.4/commands/DeleteAuthPolicyCommand.d.ts +1 -0
  178. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +1 -0
  179. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  180. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -0
  181. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +1 -0
  182. package/dist-types/ts3.4/commands/DeleteServiceNetworkCommand.d.ts +1 -0
  183. package/dist-types/ts3.4/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +1 -0
  184. package/dist-types/ts3.4/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +1 -0
  185. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/commands/GetAccessLogSubscriptionCommand.d.ts +1 -0
  188. package/dist-types/ts3.4/commands/GetAuthPolicyCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/GetListenerCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/GetServiceNetworkCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/GetServiceNetworkServiceAssociationCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/GetServiceNetworkVpcAssociationCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/GetTargetGroupCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/ListAccessLogSubscriptionsCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -0
  200. package/dist-types/ts3.4/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +1 -0
  201. package/dist-types/ts3.4/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +1 -0
  202. package/dist-types/ts3.4/commands/ListServiceNetworksCommand.d.ts +1 -0
  203. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +1 -0
  204. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  205. package/dist-types/ts3.4/commands/ListTargetGroupsCommand.d.ts +1 -0
  206. package/dist-types/ts3.4/commands/ListTargetsCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/PutAuthPolicyCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  212. package/dist-types/ts3.4/commands/UpdateAccessLogSubscriptionCommand.d.ts +1 -0
  213. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +1 -0
  214. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -0
  215. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +1 -0
  216. package/dist-types/ts3.4/commands/UpdateServiceNetworkCommand.d.ts +1 -0
  217. package/dist-types/ts3.4/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +1 -0
  218. package/dist-types/ts3.4/commands/UpdateTargetGroupCommand.d.ts +1 -0
  219. package/dist-types/ts3.4/index.d.ts +2 -2
  220. package/dist-types/ts3.4/models/VPCLatticeServiceException.d.ts +1 -0
  221. package/package.json +28 -28
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./VPCLattice";
2
1
  export * from "./VPCLatticeClient";
2
+ export * from "./VPCLattice";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { VPCLatticeServiceException } from "./models/VPCLatticeServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class VPCLatticeServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -61,6 +61,7 @@ import { UpdateServiceNetworkCommandInput, UpdateServiceNetworkCommandOutput } f
61
61
  import { UpdateServiceNetworkVpcAssociationCommandInput, UpdateServiceNetworkVpcAssociationCommandOutput } from "./commands/UpdateServiceNetworkVpcAssociationCommand";
62
62
  import { UpdateTargetGroupCommandInput, UpdateTargetGroupCommandOutput } from "./commands/UpdateTargetGroupCommand";
63
63
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
64
+ export { __Client };
64
65
  /**
65
66
  * @public
66
67
  */
@@ -175,7 +176,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
175
176
  /**
176
177
  * @public
177
178
  */
178
- declare type VPCLatticeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
179
+ export declare type VPCLatticeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
179
180
  /**
180
181
  * @public
181
182
  *
@@ -186,7 +187,7 @@ export interface VPCLatticeClientConfig extends VPCLatticeClientConfigType {
186
187
  /**
187
188
  * @public
188
189
  */
189
- declare type VPCLatticeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
190
+ export declare type VPCLatticeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
190
191
  /**
191
192
  * @public
192
193
  *
@@ -215,4 +216,3 @@ export declare class VPCLatticeClient extends __Client<__HttpHandlerOptions, Ser
215
216
  */
216
217
  destroy(): void;
217
218
  }
218
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BatchUpdateRuleRequest, BatchUpdateRuleResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateAccessLogSubscriptionRequest, CreateAccessLogSubscriptionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateListenerRequest, CreateListenerResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateServiceRequest, CreateServiceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateServiceNetworkRequest, CreateServiceNetworkResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateServiceNetworkServiceAssociationRequest, CreateServiceNetworkServiceAssociationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateServiceNetworkVpcAssociationRequest, CreateServiceNetworkVpcAssociationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateTargetGroupRequest, CreateTargetGroupResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteAccessLogSubscriptionRequest, DeleteAccessLogSubscriptionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteAuthPolicyRequest, DeleteAuthPolicyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteListenerRequest, DeleteListenerResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteRuleRequest, DeleteRuleResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteServiceNetworkRequest, DeleteServiceNetworkResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteServiceNetworkServiceAssociationRequest, DeleteServiceNetworkServiceAssociationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteServiceNetworkVpcAssociationRequest, DeleteServiceNetworkVpcAssociationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteTargetGroupRequest, DeleteTargetGroupResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeregisterTargetsRequest, DeregisterTargetsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetAccessLogSubscriptionRequest, GetAccessLogSubscriptionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetAuthPolicyRequest, GetAuthPolicyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetListenerRequest, GetListenerResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetRuleRequest, GetRuleResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetServiceRequest, GetServiceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetServiceNetworkRequest, GetServiceNetworkResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetServiceNetworkServiceAssociationRequest, GetServiceNetworkServiceAssociationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetServiceNetworkVpcAssociationRequest, GetServiceNetworkVpcAssociationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetTargetGroupRequest, GetTargetGroupResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAccessLogSubscriptionsRequest, ListAccessLogSubscriptionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListListenersRequest, ListListenersResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListRulesRequest, ListRulesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListServiceNetworkServiceAssociationsRequest, ListServiceNetworkServiceAssociationsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListServiceNetworkVpcAssociationsRequest, ListServiceNetworkVpcAssociationsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListServiceNetworksRequest, ListServiceNetworksResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTargetGroupsRequest, ListTargetGroupsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTargetsRequest, ListTargetsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutAuthPolicyRequest, PutAuthPolicyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RegisterTargetsRequest, RegisterTargetsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateAccessLogSubscriptionRequest, UpdateAccessLogSubscriptionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateListenerRequest, UpdateListenerResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *