@aws-sdk/client-vpc-lattice 3.337.0 → 3.341.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
@@ -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 { UpdateRuleRequest, UpdateRuleResponse } 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 { UpdateServiceRequest, UpdateServiceResponse } 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 { UpdateServiceNetworkRequest, UpdateServiceNetworkResponse } 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 { UpdateServiceNetworkVpcAssociationRequest, UpdateServiceNetworkVpcAssociationResponse } 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 { UpdateTargetGroupRequest, UpdateTargetGroupResponse } 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
  *
@@ -1,6 +1,15 @@
1
- export * from "./VPCLattice";
1
+ /**
2
+ * <p>Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure,
3
+ * and monitor all of your services across multiple accounts and virtual private clouds (VPCs).
4
+ * Amazon VPC Lattice interconnects your microservices and legacy services within a logical boundary, so that
5
+ * you can discover and manage them more efficiently. For more information, see the <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/">Amazon VPC Lattice User Guide</a>
6
+ * </p>
7
+ *
8
+ * @packageDocumentation
9
+ */
2
10
  export * from "./VPCLatticeClient";
11
+ export * from "./VPCLattice";
3
12
  export * from "./commands";
4
- export * from "./models";
5
13
  export * from "./pagination";
14
+ export * from "./models";
6
15
  export { VPCLatticeServiceException } from "./models/VPCLatticeServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -259,6 +259,7 @@ import {
259
259
  ClientResolvedEndpointParameters,
260
260
  EndpointParameters,
261
261
  } from "./endpoint/EndpointParameters";
262
+ export { __Client };
262
263
  export declare type ServiceInputTypes =
263
264
  | BatchUpdateRuleCommandInput
264
265
  | CreateAccessLogSubscriptionCommandInput
@@ -389,7 +390,7 @@ export interface ClientDefaults
389
390
  logger?: __Logger;
390
391
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
391
392
  }
392
- declare type VPCLatticeClientConfigType = Partial<
393
+ export declare type VPCLatticeClientConfigType = Partial<
393
394
  __SmithyConfiguration<__HttpHandlerOptions>
394
395
  > &
395
396
  ClientDefaults &
@@ -401,7 +402,7 @@ declare type VPCLatticeClientConfigType = Partial<
401
402
  UserAgentInputConfig &
402
403
  ClientInputEndpointParameters;
403
404
  export interface VPCLatticeClientConfig extends VPCLatticeClientConfigType {}
404
- declare type VPCLatticeClientResolvedConfigType =
405
+ export declare type VPCLatticeClientResolvedConfigType =
405
406
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
406
407
  Required<ClientDefaults> &
407
408
  RegionResolvedConfig &
@@ -423,4 +424,3 @@ export declare class VPCLatticeClient extends __Client<
423
424
  constructor(configuration: VPCLatticeClientConfig);
424
425
  destroy(): void;
425
426
  }
426
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchUpdateRuleCommandInput extends BatchUpdateRuleRequest {}
19
20
  export interface BatchUpdateRuleCommandOutput
20
21
  extends BatchUpdateRuleResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateAccessLogSubscriptionCommandInput
19
20
  extends CreateAccessLogSubscriptionRequest {}
20
21
  export interface CreateAccessLogSubscriptionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateListenerCommandInput extends CreateListenerRequest {}
19
20
  export interface CreateListenerCommandOutput
20
21
  extends CreateListenerResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  VPCLatticeClientResolvedConfig,
14
14
  } from "../VPCLatticeClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateRuleCommandInput extends CreateRuleRequest {}
16
17
  export interface CreateRuleCommandOutput
17
18
  extends CreateRuleResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateServiceCommandInput extends CreateServiceRequest {}
19
20
  export interface CreateServiceCommandOutput
20
21
  extends CreateServiceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateServiceNetworkCommandInput
19
20
  extends CreateServiceNetworkRequest {}
20
21
  export interface CreateServiceNetworkCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateServiceNetworkServiceAssociationCommandInput
19
20
  extends CreateServiceNetworkServiceAssociationRequest {}
20
21
  export interface CreateServiceNetworkServiceAssociationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateServiceNetworkVpcAssociationCommandInput
19
20
  extends CreateServiceNetworkVpcAssociationRequest {}
20
21
  export interface CreateServiceNetworkVpcAssociationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateTargetGroupCommandInput
19
20
  extends CreateTargetGroupRequest {}
20
21
  export interface CreateTargetGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteAccessLogSubscriptionCommandInput
19
20
  extends DeleteAccessLogSubscriptionRequest {}
20
21
  export interface DeleteAccessLogSubscriptionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteAuthPolicyCommandInput extends DeleteAuthPolicyRequest {}
19
20
  export interface DeleteAuthPolicyCommandOutput
20
21
  extends DeleteAuthPolicyResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteListenerCommandInput extends DeleteListenerRequest {}
19
20
  export interface DeleteListenerCommandOutput
20
21
  extends DeleteListenerResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteResourcePolicyCommandInput
19
20
  extends DeleteResourcePolicyRequest {}
20
21
  export interface DeleteResourcePolicyCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  VPCLatticeClientResolvedConfig,
14
14
  } from "../VPCLatticeClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteRuleCommandInput extends DeleteRuleRequest {}
16
17
  export interface DeleteRuleCommandOutput
17
18
  extends DeleteRuleResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
19
20
  export interface DeleteServiceCommandOutput
20
21
  extends DeleteServiceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteServiceNetworkCommandInput
19
20
  extends DeleteServiceNetworkRequest {}
20
21
  export interface DeleteServiceNetworkCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteServiceNetworkServiceAssociationCommandInput
19
20
  extends DeleteServiceNetworkServiceAssociationRequest {}
20
21
  export interface DeleteServiceNetworkServiceAssociationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteServiceNetworkVpcAssociationCommandInput
19
20
  extends DeleteServiceNetworkVpcAssociationRequest {}
20
21
  export interface DeleteServiceNetworkVpcAssociationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteTargetGroupCommandInput
19
20
  extends DeleteTargetGroupRequest {}
20
21
  export interface DeleteTargetGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeregisterTargetsCommandInput
19
20
  extends DeregisterTargetsRequest {}
20
21
  export interface DeregisterTargetsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetAccessLogSubscriptionCommandInput
19
20
  extends GetAccessLogSubscriptionRequest {}
20
21
  export interface GetAccessLogSubscriptionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetAuthPolicyCommandInput extends GetAuthPolicyRequest {}
19
20
  export interface GetAuthPolicyCommandOutput
20
21
  extends GetAuthPolicyResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  VPCLatticeClientResolvedConfig,
14
14
  } from "../VPCLatticeClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetListenerCommandInput extends GetListenerRequest {}
16
17
  export interface GetListenerCommandOutput
17
18
  extends GetListenerResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetResourcePolicyCommandInput
19
20
  extends GetResourcePolicyRequest {}
20
21
  export interface GetResourcePolicyCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  VPCLatticeClientResolvedConfig,
14
14
  } from "../VPCLatticeClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetRuleCommandInput extends GetRuleRequest {}
16
17
  export interface GetRuleCommandOutput
17
18
  extends GetRuleResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  VPCLatticeClientResolvedConfig,
14
14
  } from "../VPCLatticeClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetServiceCommandInput extends GetServiceRequest {}
16
17
  export interface GetServiceCommandOutput
17
18
  extends GetServiceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetServiceNetworkCommandInput
19
20
  extends GetServiceNetworkRequest {}
20
21
  export interface GetServiceNetworkCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetServiceNetworkServiceAssociationCommandInput
19
20
  extends GetServiceNetworkServiceAssociationRequest {}
20
21
  export interface GetServiceNetworkServiceAssociationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetServiceNetworkVpcAssociationCommandInput
19
20
  extends GetServiceNetworkVpcAssociationRequest {}
20
21
  export interface GetServiceNetworkVpcAssociationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetTargetGroupCommandInput extends GetTargetGroupRequest {}
19
20
  export interface GetTargetGroupCommandOutput
20
21
  extends GetTargetGroupResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListAccessLogSubscriptionsCommandInput
19
20
  extends ListAccessLogSubscriptionsRequest {}
20
21
  export interface ListAccessLogSubscriptionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListListenersCommandInput extends ListListenersRequest {}
19
20
  export interface ListListenersCommandOutput
20
21
  extends ListListenersResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  VPCLatticeClientResolvedConfig,
14
14
  } from "../VPCLatticeClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListRulesCommandInput extends ListRulesRequest {}
16
17
  export interface ListRulesCommandOutput
17
18
  extends ListRulesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListServiceNetworkServiceAssociationsCommandInput
19
20
  extends ListServiceNetworkServiceAssociationsRequest {}
20
21
  export interface ListServiceNetworkServiceAssociationsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListServiceNetworkVpcAssociationsCommandInput
19
20
  extends ListServiceNetworkVpcAssociationsRequest {}
20
21
  export interface ListServiceNetworkVpcAssociationsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListServiceNetworksCommandInput
19
20
  extends ListServiceNetworksRequest {}
20
21
  export interface ListServiceNetworksCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  VPCLatticeClientResolvedConfig,
14
14
  } from "../VPCLatticeClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListServicesCommandInput extends ListServicesRequest {}
16
17
  export interface ListServicesCommandOutput
17
18
  extends ListServicesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTargetGroupsCommandInput extends ListTargetGroupsRequest {}
19
20
  export interface ListTargetGroupsCommandOutput
20
21
  extends ListTargetGroupsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  VPCLatticeClientResolvedConfig,
14
14
  } from "../VPCLatticeClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListTargetsCommandInput extends ListTargetsRequest {}
16
17
  export interface ListTargetsCommandOutput
17
18
  extends ListTargetsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutAuthPolicyCommandInput extends PutAuthPolicyRequest {}
19
20
  export interface PutAuthPolicyCommandOutput
20
21
  extends PutAuthPolicyResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutResourcePolicyCommandInput
19
20
  extends PutResourcePolicyRequest {}
20
21
  export interface PutResourcePolicyCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RegisterTargetsCommandInput extends RegisterTargetsRequest {}
19
20
  export interface RegisterTargetsCommandOutput
20
21
  extends RegisterTargetsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  VPCLatticeClientResolvedConfig,
14
14
  } from "../VPCLatticeClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
19
20
  export interface UntagResourceCommandOutput
20
21
  extends UntagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateAccessLogSubscriptionCommandInput
19
20
  extends UpdateAccessLogSubscriptionRequest {}
20
21
  export interface UpdateAccessLogSubscriptionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateListenerCommandInput extends UpdateListenerRequest {}
19
20
  export interface UpdateListenerCommandOutput
20
21
  extends UpdateListenerResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  VPCLatticeClientResolvedConfig,
14
14
  } from "../VPCLatticeClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateRuleCommandInput extends UpdateRuleRequest {}
16
17
  export interface UpdateRuleCommandOutput
17
18
  extends UpdateRuleResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateServiceCommandInput extends UpdateServiceRequest {}
19
20
  export interface UpdateServiceCommandOutput
20
21
  extends UpdateServiceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateServiceNetworkCommandInput
19
20
  extends UpdateServiceNetworkRequest {}
20
21
  export interface UpdateServiceNetworkCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateServiceNetworkVpcAssociationCommandInput
19
20
  extends UpdateServiceNetworkVpcAssociationRequest {}
20
21
  export interface UpdateServiceNetworkVpcAssociationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  VPCLatticeClientResolvedConfig,
17
17
  } from "../VPCLatticeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateTargetGroupCommandInput
19
20
  extends UpdateTargetGroupRequest {}
20
21
  export interface UpdateTargetGroupCommandOutput
@@ -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";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class VPCLatticeServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }