@aws-sdk/client-vpc-lattice 3.529.1 → 3.535.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 (117) hide show
  1. package/dist-types/VPCLattice.d.ts +6 -1
  2. package/dist-types/VPCLatticeClient.d.ts +1 -1
  3. package/dist-types/commands/BatchUpdateRuleCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateListenerCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateRuleCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateServiceNetworkCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateTargetGroupCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteAccessLogSubscriptionCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteListenerCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteServiceNetworkCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +2 -1
  22. package/dist-types/commands/DeregisterTargetsCommand.d.ts +2 -1
  23. package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +2 -1
  24. package/dist-types/commands/GetAuthPolicyCommand.d.ts +2 -1
  25. package/dist-types/commands/GetListenerCommand.d.ts +2 -1
  26. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/GetRuleCommand.d.ts +2 -1
  28. package/dist-types/commands/GetServiceCommand.d.ts +2 -1
  29. package/dist-types/commands/GetServiceNetworkCommand.d.ts +2 -1
  30. package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +2 -1
  31. package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +2 -1
  32. package/dist-types/commands/GetTargetGroupCommand.d.ts +2 -1
  33. package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListListenersCommand.d.ts +2 -1
  35. package/dist-types/commands/ListRulesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListServiceNetworksCommand.d.ts +2 -1
  39. package/dist-types/commands/ListServicesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/ListTargetGroupsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListTargetsCommand.d.ts +2 -1
  43. package/dist-types/commands/PutAuthPolicyCommand.d.ts +2 -1
  44. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  45. package/dist-types/commands/RegisterTargetsCommand.d.ts +2 -1
  46. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  47. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateAccessLogSubscriptionCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateListenerCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateRuleCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateServiceNetworkCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateTargetGroupCommand.d.ts +2 -1
  55. package/dist-types/models/models_0.d.ts +542 -542
  56. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  57. package/dist-types/runtimeConfig.d.ts +2 -2
  58. package/dist-types/runtimeConfig.native.d.ts +2 -2
  59. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  60. package/dist-types/ts3.4/VPCLattice.d.ts +5 -0
  61. package/dist-types/ts3.4/commands/BatchUpdateRuleCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CreateAccessLogSubscriptionCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateServiceNetworkCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteAccessLogSubscriptionCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteAuthPolicyCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteServiceNetworkCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetAccessLogSubscriptionCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetAuthPolicyCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetListenerCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +7 -0
  86. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/GetServiceNetworkCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/GetServiceNetworkServiceAssociationCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/GetServiceNetworkVpcAssociationCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/GetTargetGroupCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListAccessLogSubscriptionsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListServiceNetworksCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListTargetGroupsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListTargetsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/PutAuthPolicyCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/UpdateAccessLogSubscriptionCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpdateServiceNetworkCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UpdateTargetGroupCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  115. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  116. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  117. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface GetServiceNetworkCommandOutput extends GetServiceNetworkRespons
22
22
  }
23
23
  declare const GetServiceNetworkCommand_base: {
24
24
  new (input: GetServiceNetworkCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceNetworkCommandInput, GetServiceNetworkCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetServiceNetworkCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceNetworkCommandInput, GetServiceNetworkCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the specified service network.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const GetServiceNetworkCommand_base: {
76
76
  * @throws {@link VPCLatticeServiceException}
77
77
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class GetServiceNetworkCommand extends GetServiceNetworkCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface GetServiceNetworkServiceAssociationCommandOutput extends GetSer
22
22
  }
23
23
  declare const GetServiceNetworkServiceAssociationCommand_base: {
24
24
  new (input: GetServiceNetworkServiceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceNetworkServiceAssociationCommandInput, GetServiceNetworkServiceAssociationCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetServiceNetworkServiceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceNetworkServiceAssociationCommandInput, GetServiceNetworkServiceAssociationCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the specified association between a service network and a
30
30
  * service.</p>
31
31
  * @example
@@ -87,6 +87,7 @@ declare const GetServiceNetworkServiceAssociationCommand_base: {
87
87
  * @throws {@link VPCLatticeServiceException}
88
88
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class GetServiceNetworkServiceAssociationCommand extends GetServiceNetworkServiceAssociationCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface GetServiceNetworkVpcAssociationCommandOutput extends GetService
22
22
  }
23
23
  declare const GetServiceNetworkVpcAssociationCommand_base: {
24
24
  new (input: GetServiceNetworkVpcAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceNetworkVpcAssociationCommandInput, GetServiceNetworkVpcAssociationCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetServiceNetworkVpcAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceNetworkVpcAssociationCommandInput, GetServiceNetworkVpcAssociationCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the association between a service network and a VPC.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const GetServiceNetworkVpcAssociationCommand_base: {
83
83
  * @throws {@link VPCLatticeServiceException}
84
84
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class GetServiceNetworkVpcAssociationCommand extends GetServiceNetworkVpcAssociationCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface GetTargetGroupCommandOutput extends GetTargetGroupResponse, __M
22
22
  }
23
23
  declare const GetTargetGroupCommand_base: {
24
24
  new (input: GetTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetTargetGroupCommandInput, GetTargetGroupCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetTargetGroupCommandInput, GetTargetGroupCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the specified target group.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -102,6 +102,7 @@ declare const GetTargetGroupCommand_base: {
102
102
  * @throws {@link VPCLatticeServiceException}
103
103
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class GetTargetGroupCommand extends GetTargetGroupCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface ListAccessLogSubscriptionsCommandOutput extends ListAccessLogSu
22
22
  }
23
23
  declare const ListAccessLogSubscriptionsCommand_base: {
24
24
  new (input: ListAccessLogSubscriptionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessLogSubscriptionsCommandInput, ListAccessLogSubscriptionsCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAccessLogSubscriptionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessLogSubscriptionsCommandInput, ListAccessLogSubscriptionsCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all access log subscriptions for the specified service network or service.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const ListAccessLogSubscriptionsCommand_base: {
79
79
  * @throws {@link VPCLatticeServiceException}
80
80
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListAccessLogSubscriptionsCommand extends ListAccessLogSubscriptionsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListListenersCommandOutput extends ListListenersResponse, __Met
22
22
  }
23
23
  declare const ListListenersCommand_base: {
24
24
  new (input: ListListenersCommandInput): import("@smithy/smithy-client").CommandImpl<ListListenersCommandInput, ListListenersCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListListenersCommandInput): import("@smithy/smithy-client").CommandImpl<ListListenersCommandInput, ListListenersCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the listeners for the specified service.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const ListListenersCommand_base: {
82
82
  * @throws {@link VPCLatticeServiceException}
83
83
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListListenersCommand extends ListListenersCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
22
22
  }
23
23
  declare const ListRulesCommand_base: {
24
24
  new (input: ListRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the rules for the listener.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const ListRulesCommand_base: {
83
83
  * @throws {@link VPCLatticeServiceException}
84
84
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListRulesCommand extends ListRulesCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListServiceNetworkServiceAssociationsCommandOutput extends List
22
22
  }
23
23
  declare const ListServiceNetworkServiceAssociationsCommand_base: {
24
24
  new (input: ListServiceNetworkServiceAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceNetworkServiceAssociationsCommandInput, ListServiceNetworkServiceAssociationsCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListServiceNetworkServiceAssociationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServiceNetworkServiceAssociationsCommandInput, ListServiceNetworkServiceAssociationsCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the associations between the service network and the service. You can filter the list
30
30
  * either by service or service network. You must provide either the service network identifier or
31
31
  * the service identifier.</p>
@@ -96,6 +96,7 @@ declare const ListServiceNetworkServiceAssociationsCommand_base: {
96
96
  * @throws {@link VPCLatticeServiceException}
97
97
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class ListServiceNetworkServiceAssociationsCommand extends ListServiceNetworkServiceAssociationsCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface ListServiceNetworkVpcAssociationsCommandOutput extends ListServ
22
22
  }
23
23
  declare const ListServiceNetworkVpcAssociationsCommand_base: {
24
24
  new (input: ListServiceNetworkVpcAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceNetworkVpcAssociationsCommandInput, ListServiceNetworkVpcAssociationsCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListServiceNetworkVpcAssociationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServiceNetworkVpcAssociationsCommandInput, ListServiceNetworkVpcAssociationsCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the service network and VPC associations. You can filter the list either by VPC or
30
30
  * service network. You must provide either the service network identifier or the VPC
31
31
  * identifier.</p>
@@ -85,6 +85,7 @@ declare const ListServiceNetworkVpcAssociationsCommand_base: {
85
85
  * @throws {@link VPCLatticeServiceException}
86
86
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class ListServiceNetworkVpcAssociationsCommand extends ListServiceNetworkVpcAssociationsCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface ListServiceNetworksCommandOutput extends ListServiceNetworksRes
22
22
  }
23
23
  declare const ListServiceNetworksCommand_base: {
24
24
  new (input: ListServiceNetworksCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceNetworksCommandInput, ListServiceNetworksCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListServiceNetworksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServiceNetworksCommandInput, ListServiceNetworksCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the service networks owned by the caller account or shared with the caller account.
30
30
  * Also includes the account ID in the ARN to show which account owns the service network.</p>
31
31
  * @example
@@ -79,6 +79,7 @@ declare const ListServiceNetworksCommand_base: {
79
79
  * @throws {@link VPCLatticeServiceException}
80
80
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListServiceNetworksCommand extends ListServiceNetworksCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
22
22
  }
23
23
  declare const ListServicesCommand_base: {
24
24
  new (input: ListServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListServicesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the services owned by the caller account or shared with the caller account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const ListServicesCommand_base: {
82
82
  * @throws {@link VPCLatticeServiceException}
83
83
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListServicesCommand extends ListServicesCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags for the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const ListTagsForResourceCommand_base: {
68
68
  * @throws {@link VPCLatticeServiceException}
69
69
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListTargetGroupsCommandOutput extends ListTargetGroupsResponse,
22
22
  }
23
23
  declare const ListTargetGroupsCommand_base: {
24
24
  new (input: ListTargetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetGroupsCommandInput, ListTargetGroupsCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTargetGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTargetGroupsCommandInput, ListTargetGroupsCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists your target groups. You can narrow your search by using the filters below in your
30
30
  * request.</p>
31
31
  * @example
@@ -89,6 +89,7 @@ declare const ListTargetGroupsCommand_base: {
89
89
  * @throws {@link VPCLatticeServiceException}
90
90
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class ListTargetGroupsCommand extends ListTargetGroupsCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface ListTargetsCommandOutput extends ListTargetsResponse, __Metadat
22
22
  }
23
23
  declare const ListTargetsCommand_base: {
24
24
  new (input: ListTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetsCommandInput, ListTargetsCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetsCommandInput, ListTargetsCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the targets for the target group. By default, all targets are included. You can use
30
30
  * this API to check the health status of targets. You can also filter the results by target. </p>
31
31
  * @example
@@ -86,6 +86,7 @@ declare const ListTargetsCommand_base: {
86
86
  * @throws {@link VPCLatticeServiceException}
87
87
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListTargetsCommand extends ListTargetsCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface PutAuthPolicyCommandOutput extends PutAuthPolicyResponse, __Met
22
22
  }
23
23
  declare const PutAuthPolicyCommand_base: {
24
24
  new (input: PutAuthPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutAuthPolicyCommandInput, PutAuthPolicyCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutAuthPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutAuthPolicyCommandInput, PutAuthPolicyCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates or updates the auth policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const PutAuthPolicyCommand_base: {
71
71
  * @throws {@link VPCLatticeServiceException}
72
72
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class PutAuthPolicyCommand extends PutAuthPolicyCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
22
22
  }
23
23
  declare const PutResourcePolicyCommand_base: {
24
24
  new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Attaches a resource-based permission policy to a service or service network. The policy must
30
30
  * contain the same actions and condition statements as the Amazon Web Services Resource Access
31
31
  * Manager permission for sharing services and service networks.</p>
@@ -70,6 +70,7 @@ declare const PutResourcePolicyCommand_base: {
70
70
  * @throws {@link VPCLatticeServiceException}
71
71
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface RegisterTargetsCommandOutput extends RegisterTargetsResponse, _
22
22
  }
23
23
  declare const RegisterTargetsCommand_base: {
24
24
  new (input: RegisterTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterTargetsCommandInput, RegisterTargetsCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterTargetsCommandInput, RegisterTargetsCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Registers the targets with the target group. If it's a Lambda target, you can only have one
30
30
  * target in a target group.</p>
31
31
  * @example
@@ -96,6 +96,7 @@ declare const RegisterTargetsCommand_base: {
96
96
  * @throws {@link VPCLatticeServiceException}
97
97
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class RegisterTargetsCommand extends RegisterTargetsCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds the specified tags to the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const TagResourceCommand_base: {
70
70
  * @throws {@link VPCLatticeServiceException}
71
71
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class TagResourceCommand extends TagResourceCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified tags from the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const UntagResourceCommand_base: {
67
67
  * @throws {@link VPCLatticeServiceException}
68
68
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface UpdateAccessLogSubscriptionCommandOutput extends UpdateAccessLo
22
22
  }
23
23
  declare const UpdateAccessLogSubscriptionCommand_base: {
24
24
  new (input: UpdateAccessLogSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessLogSubscriptionCommandInput, UpdateAccessLogSubscriptionCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAccessLogSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessLogSubscriptionCommandInput, UpdateAccessLogSubscriptionCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified access log subscription.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const UpdateAccessLogSubscriptionCommand_base: {
78
78
  * @throws {@link VPCLatticeServiceException}
79
79
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class UpdateAccessLogSubscriptionCommand extends UpdateAccessLogSubscriptionCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface UpdateListenerCommandOutput extends UpdateListenerResponse, __M
22
22
  }
23
23
  declare const UpdateListenerCommand_base: {
24
24
  new (input: UpdateListenerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateListenerCommandInput, UpdateListenerCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateListenerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateListenerCommandInput, UpdateListenerCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified listener for the specified service.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -106,6 +106,7 @@ declare const UpdateListenerCommand_base: {
106
106
  * @throws {@link VPCLatticeServiceException}
107
107
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class UpdateListenerCommand extends UpdateListenerCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface UpdateRuleCommandOutput extends UpdateRuleResponse, __MetadataB
22
22
  }
23
23
  declare const UpdateRuleCommand_base: {
24
24
  new (input: UpdateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleCommandInput, UpdateRuleCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleCommandInput, UpdateRuleCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a rule for the listener. You can't modify a default listener rule. To modify a
30
30
  * default listener rule, use <code>UpdateListener</code>.</p>
31
31
  * @example
@@ -153,6 +153,7 @@ declare const UpdateRuleCommand_base: {
153
153
  * @throws {@link VPCLatticeServiceException}
154
154
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
155
155
  *
156
+ * @public
156
157
  */
157
158
  export declare class UpdateRuleCommand extends UpdateRuleCommand_base {
158
159
  }
@@ -22,10 +22,10 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
22
22
  }
23
23
  declare const UpdateServiceCommand_base: {
24
24
  new (input: UpdateServiceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateServiceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified service.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const UpdateServiceCommand_base: {
80
80
  * @throws {@link VPCLatticeServiceException}
81
81
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class UpdateServiceCommand extends UpdateServiceCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface UpdateServiceNetworkCommandOutput extends UpdateServiceNetworkR
22
22
  }
23
23
  declare const UpdateServiceNetworkCommand_base: {
24
24
  new (input: UpdateServiceNetworkCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceNetworkCommandInput, UpdateServiceNetworkCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateServiceNetworkCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceNetworkCommandInput, UpdateServiceNetworkCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified service network.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const UpdateServiceNetworkCommand_base: {
77
77
  * @throws {@link VPCLatticeServiceException}
78
78
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class UpdateServiceNetworkCommand extends UpdateServiceNetworkCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface UpdateServiceNetworkVpcAssociationCommandOutput extends UpdateS
22
22
  }
23
23
  declare const UpdateServiceNetworkVpcAssociationCommand_base: {
24
24
  new (input: UpdateServiceNetworkVpcAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceNetworkVpcAssociationCommandInput, UpdateServiceNetworkVpcAssociationCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateServiceNetworkVpcAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceNetworkVpcAssociationCommandInput, UpdateServiceNetworkVpcAssociationCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the service network and VPC association. Once you add a security group, it cannot be
30
30
  * removed.</p>
31
31
  * @example
@@ -83,6 +83,7 @@ declare const UpdateServiceNetworkVpcAssociationCommand_base: {
83
83
  * @throws {@link VPCLatticeServiceException}
84
84
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class UpdateServiceNetworkVpcAssociationCommand extends UpdateServiceNetworkVpcAssociationCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface UpdateTargetGroupCommandOutput extends UpdateTargetGroupRespons
22
22
  }
23
23
  declare const UpdateTargetGroupCommand_base: {
24
24
  new (input: UpdateTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTargetGroupCommandInput, UpdateTargetGroupCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateTargetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTargetGroupCommandInput, UpdateTargetGroupCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified target group.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -113,6 +113,7 @@ declare const UpdateTargetGroupCommand_base: {
113
113
  * @throws {@link VPCLatticeServiceException}
114
114
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class UpdateTargetGroupCommand extends UpdateTargetGroupCommand_base {
118
119
  }