@aws-sdk/client-app-mesh 3.533.0 → 3.540.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 (87) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/AppMesh.d.ts +2 -1
  6. package/dist-types/AppMeshClient.d.ts +1 -1
  7. package/dist-types/commands/CreateGatewayRouteCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateMeshCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateRouteCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateVirtualNodeCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateVirtualRouterCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateVirtualServiceCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteMeshCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteRouteCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeMeshCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeRouteCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +2 -1
  28. package/dist-types/commands/ListGatewayRoutesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListMeshesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListRoutesCommand.d.ts +2 -1
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +2 -1
  33. package/dist-types/commands/ListVirtualNodesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListVirtualRoutersCommand.d.ts +2 -1
  35. package/dist-types/commands/ListVirtualServicesCommand.d.ts +2 -1
  36. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  37. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateMeshCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateRouteCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +2 -1
  45. package/dist-types/index.d.ts +0 -1
  46. package/dist-types/models/models_0.d.ts +795 -795
  47. package/dist-types/ts3.4/AppMesh.d.ts +1 -0
  48. package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/index.d.ts +0 -1
  87. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2990,9 +2990,6 @@ var paginateListVirtualRouters = (0, import_core.createPaginator)(AppMeshClient,
2990
2990
  // src/pagination/ListVirtualServicesPaginator.ts
2991
2991
 
2992
2992
  var paginateListVirtualServices = (0, import_core.createPaginator)(AppMeshClient, ListVirtualServicesCommand, "nextToken", "nextToken", "limit");
2993
-
2994
- // src/index.ts
2995
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
2996
2993
  // Annotate the CommonJS export names for ESM import in node:
2997
2994
 
2998
2995
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./AppMesh";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { AppMeshServiceException } from "./models/AppMeshServiceException";
@@ -174,6 +174,7 @@ export interface AppMesh {
174
174
  /**
175
175
  * @see {@link ListMeshesCommand}
176
176
  */
177
+ listMeshes(): Promise<ListMeshesCommandOutput>;
177
178
  listMeshes(args: ListMeshesCommandInput, options?: __HttpHandlerOptions): Promise<ListMeshesCommandOutput>;
178
179
  listMeshes(args: ListMeshesCommandInput, cb: (err: any, data?: ListMeshesCommandOutput) => void): void;
179
180
  listMeshes(args: ListMeshesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMeshesCommandOutput) => void): void;
@@ -269,7 +270,6 @@ export interface AppMesh {
269
270
  updateVirtualService(args: UpdateVirtualServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVirtualServiceCommandOutput) => void): void;
270
271
  }
271
272
  /**
272
- * @public
273
273
  * <p>App Mesh is a service mesh based on the Envoy proxy that makes it easy to
274
274
  * monitor and control microservices. App Mesh standardizes how your microservices
275
275
  * communicate, giving you end-to-end visibility and helping to ensure high availability for
@@ -285,6 +285,7 @@ export interface AppMesh {
285
285
  * see <a href="https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/">DNS
286
286
  * for Services and Pods</a> in the Kubernetes documentation.</p>
287
287
  * </note>
288
+ * @public
288
289
  */
289
290
  export declare class AppMesh extends AppMeshClient implements AppMesh {
290
291
  }
@@ -189,7 +189,6 @@ export type AppMeshClientResolvedConfigType = __SmithyResolvedConfiguration<__Ht
189
189
  export interface AppMeshClientResolvedConfig extends AppMeshClientResolvedConfigType {
190
190
  }
191
191
  /**
192
- * @public
193
192
  * <p>App Mesh is a service mesh based on the Envoy proxy that makes it easy to
194
193
  * monitor and control microservices. App Mesh standardizes how your microservices
195
194
  * communicate, giving you end-to-end visibility and helping to ensure high availability for
@@ -205,6 +204,7 @@ export interface AppMeshClientResolvedConfig extends AppMeshClientResolvedConfig
205
204
  * see <a href="https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/">DNS
206
205
  * for Services and Pods</a> in the Kubernetes documentation.</p>
207
206
  * </note>
207
+ * @public
208
208
  */
209
209
  export declare class AppMeshClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AppMeshClientResolvedConfig> {
210
210
  /**
@@ -22,10 +22,10 @@ export interface CreateGatewayRouteCommandOutput extends CreateGatewayRouteOutpu
22
22
  }
23
23
  declare const CreateGatewayRouteCommand_base: {
24
24
  new (input: CreateGatewayRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateGatewayRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a gateway route.</p>
30
30
  * <p>A gateway route is attached to a virtual gateway and routes traffic to an existing
31
31
  * virtual service. If a route matches a request, it can distribute traffic to a target
@@ -432,6 +432,7 @@ declare const CreateGatewayRouteCommand_base: {
432
432
  * @throws {@link AppMeshServiceException}
433
433
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
434
434
  *
435
+ * @public
435
436
  */
436
437
  export declare class CreateGatewayRouteCommand extends CreateGatewayRouteCommand_base {
437
438
  }
@@ -22,10 +22,10 @@ export interface CreateMeshCommandOutput extends CreateMeshOutput, __MetadataBea
22
22
  }
23
23
  declare const CreateMeshCommand_base: {
24
24
  new (input: CreateMeshCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMeshCommandInput, CreateMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateMeshCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMeshCommandInput, CreateMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a service mesh.</p>
30
30
  * <p> A service mesh is a logical boundary for network traffic between services that are
31
31
  * represented by resources within the mesh. After you create your service mesh, you can
@@ -124,6 +124,7 @@ declare const CreateMeshCommand_base: {
124
124
  * @throws {@link AppMeshServiceException}
125
125
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class CreateMeshCommand extends CreateMeshCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface CreateRouteCommandOutput extends CreateRouteOutput, __MetadataB
22
22
  }
23
23
  declare const CreateRouteCommand_base: {
24
24
  new (input: CreateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCommandInput, CreateRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCommandInput, CreateRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a route that is associated with a virtual router.</p>
30
30
  * <p> You can route several different protocols and define a retry policy for a route.
31
31
  * Traffic can be routed to one or more virtual nodes.</p>
@@ -515,6 +515,7 @@ declare const CreateRouteCommand_base: {
515
515
  * @throws {@link AppMeshServiceException}
516
516
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
517
517
  *
518
+ * @public
518
519
  */
519
520
  export declare class CreateRouteCommand extends CreateRouteCommand_base {
520
521
  }
@@ -22,10 +22,10 @@ export interface CreateVirtualGatewayCommandOutput extends CreateVirtualGatewayO
22
22
  }
23
23
  declare const CreateVirtualGatewayCommand_base: {
24
24
  new (input: CreateVirtualGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateVirtualGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a virtual gateway.</p>
30
30
  * <p>A virtual gateway allows resources outside your mesh to communicate to resources that
31
31
  * are inside your mesh. The virtual gateway represents an Envoy proxy running in an Amazon ECS task, in a Kubernetes service, or on an Amazon EC2 instance. Unlike a
@@ -351,6 +351,7 @@ declare const CreateVirtualGatewayCommand_base: {
351
351
  * @throws {@link AppMeshServiceException}
352
352
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
353
353
  *
354
+ * @public
354
355
  */
355
356
  export declare class CreateVirtualGatewayCommand extends CreateVirtualGatewayCommand_base {
356
357
  }
@@ -22,10 +22,10 @@ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput,
22
22
  }
23
23
  declare const CreateVirtualNodeCommand_base: {
24
24
  new (input: CreateVirtualNodeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateVirtualNodeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a virtual node within a service mesh.</p>
30
30
  * <p> A virtual node acts as a logical pointer to a particular task group, such as an Amazon ECS service or a Kubernetes deployment. When you create a virtual node, you can
31
31
  * specify the service discovery information for your task group, and whether the proxy
@@ -579,6 +579,7 @@ declare const CreateVirtualNodeCommand_base: {
579
579
  * @throws {@link AppMeshServiceException}
580
580
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
581
581
  *
582
+ * @public
582
583
  */
583
584
  export declare class CreateVirtualNodeCommand extends CreateVirtualNodeCommand_base {
584
585
  }
@@ -22,10 +22,10 @@ export interface CreateVirtualRouterCommandOutput extends CreateVirtualRouterOut
22
22
  }
23
23
  declare const CreateVirtualRouterCommand_base: {
24
24
  new (input: CreateVirtualRouterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateVirtualRouterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a virtual router within a service mesh.</p>
30
30
  * <p>Specify a <code>listener</code> for any inbound traffic that your virtual router
31
31
  * receives. Create a virtual router for each protocol and port that you need to route.
@@ -132,6 +132,7 @@ declare const CreateVirtualRouterCommand_base: {
132
132
  * @throws {@link AppMeshServiceException}
133
133
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
134
134
  *
135
+ * @public
135
136
  */
136
137
  export declare class CreateVirtualRouterCommand extends CreateVirtualRouterCommand_base {
137
138
  }
@@ -22,10 +22,10 @@ export interface CreateVirtualServiceCommandOutput extends CreateVirtualServiceO
22
22
  }
23
23
  declare const CreateVirtualServiceCommand_base: {
24
24
  new (input: CreateVirtualServiceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualServiceCommandInput, CreateVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateVirtualServiceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualServiceCommandInput, CreateVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a virtual service within a service mesh.</p>
30
30
  * <p>A virtual service is an abstraction of a real service that is provided by a virtual node
31
31
  * directly or indirectly by means of a virtual router. Dependent services call your virtual
@@ -132,6 +132,7 @@ declare const CreateVirtualServiceCommand_base: {
132
132
  * @throws {@link AppMeshServiceException}
133
133
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
134
134
  *
135
+ * @public
135
136
  */
136
137
  export declare class CreateVirtualServiceCommand extends CreateVirtualServiceCommand_base {
137
138
  }
@@ -22,10 +22,10 @@ export interface DeleteGatewayRouteCommandOutput extends DeleteGatewayRouteOutpu
22
22
  }
23
23
  declare const DeleteGatewayRouteCommand_base: {
24
24
  new (input: DeleteGatewayRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteGatewayRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an existing gateway route.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -257,6 +257,7 @@ declare const DeleteGatewayRouteCommand_base: {
257
257
  * @throws {@link AppMeshServiceException}
258
258
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
259
259
  *
260
+ * @public
260
261
  */
261
262
  export declare class DeleteGatewayRouteCommand extends DeleteGatewayRouteCommand_base {
262
263
  }
@@ -22,10 +22,10 @@ export interface DeleteMeshCommandOutput extends DeleteMeshOutput, __MetadataBea
22
22
  }
23
23
  declare const DeleteMeshCommand_base: {
24
24
  new (input: DeleteMeshCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMeshCommandInput, DeleteMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteMeshCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMeshCommandInput, DeleteMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an existing service mesh.</p>
30
30
  * <p>You must delete all resources (virtual services, routes, virtual routers, and virtual
31
31
  * nodes) in the service mesh before you can delete the mesh itself.</p>
@@ -102,6 +102,7 @@ declare const DeleteMeshCommand_base: {
102
102
  * @throws {@link AppMeshServiceException}
103
103
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class DeleteMeshCommand extends DeleteMeshCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface DeleteRouteCommandOutput extends DeleteRouteOutput, __MetadataB
22
22
  }
23
23
  declare const DeleteRouteCommand_base: {
24
24
  new (input: DeleteRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCommandInput, DeleteRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCommandInput, DeleteRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an existing route.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -299,6 +299,7 @@ declare const DeleteRouteCommand_base: {
299
299
  * @throws {@link AppMeshServiceException}
300
300
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
301
301
  *
302
+ * @public
302
303
  */
303
304
  export declare class DeleteRouteCommand extends DeleteRouteCommand_base {
304
305
  }
@@ -22,10 +22,10 @@ export interface DeleteVirtualGatewayCommandOutput extends DeleteVirtualGatewayO
22
22
  }
23
23
  declare const DeleteVirtualGatewayCommand_base: {
24
24
  new (input: DeleteVirtualGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualGatewayCommandInput, DeleteVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVirtualGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualGatewayCommandInput, DeleteVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an existing virtual gateway. You cannot delete a virtual gateway if any gateway
30
30
  * routes are associated to it.</p>
31
31
  * @example
@@ -216,6 +216,7 @@ declare const DeleteVirtualGatewayCommand_base: {
216
216
  * @throws {@link AppMeshServiceException}
217
217
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
218
218
  *
219
+ * @public
219
220
  */
220
221
  export declare class DeleteVirtualGatewayCommand extends DeleteVirtualGatewayCommand_base {
221
222
  }
@@ -22,10 +22,10 @@ export interface DeleteVirtualNodeCommandOutput extends DeleteVirtualNodeOutput,
22
22
  }
23
23
  declare const DeleteVirtualNodeCommand_base: {
24
24
  new (input: DeleteVirtualNodeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualNodeCommandInput, DeleteVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVirtualNodeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualNodeCommandInput, DeleteVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an existing virtual node.</p>
30
30
  * <p>You must delete any virtual services that list a virtual node as a service provider
31
31
  * before you can delete the virtual node itself.</p>
@@ -322,6 +322,7 @@ declare const DeleteVirtualNodeCommand_base: {
322
322
  * @throws {@link AppMeshServiceException}
323
323
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
324
324
  *
325
+ * @public
325
326
  */
326
327
  export declare class DeleteVirtualNodeCommand extends DeleteVirtualNodeCommand_base {
327
328
  }
@@ -22,10 +22,10 @@ export interface DeleteVirtualRouterCommandOutput extends DeleteVirtualRouterOut
22
22
  }
23
23
  declare const DeleteVirtualRouterCommand_base: {
24
24
  new (input: DeleteVirtualRouterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualRouterCommandInput, DeleteVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVirtualRouterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualRouterCommandInput, DeleteVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an existing virtual router.</p>
30
30
  * <p>You must delete any routes associated with the virtual router before you can delete the
31
31
  * router itself.</p>
@@ -107,6 +107,7 @@ declare const DeleteVirtualRouterCommand_base: {
107
107
  * @throws {@link AppMeshServiceException}
108
108
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class DeleteVirtualRouterCommand extends DeleteVirtualRouterCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface DeleteVirtualServiceCommandOutput extends DeleteVirtualServiceO
22
22
  }
23
23
  declare const DeleteVirtualServiceCommand_base: {
24
24
  new (input: DeleteVirtualServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualServiceCommandInput, DeleteVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVirtualServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualServiceCommandInput, DeleteVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an existing virtual service.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -105,6 +105,7 @@ declare const DeleteVirtualServiceCommand_base: {
105
105
  * @throws {@link AppMeshServiceException}
106
106
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class DeleteVirtualServiceCommand extends DeleteVirtualServiceCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface DescribeGatewayRouteCommandOutput extends DescribeGatewayRouteO
22
22
  }
23
23
  declare const DescribeGatewayRouteCommand_base: {
24
24
  new (input: DescribeGatewayRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGatewayRouteCommandInput, DescribeGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeGatewayRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGatewayRouteCommandInput, DescribeGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an existing gateway route.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -253,6 +253,7 @@ declare const DescribeGatewayRouteCommand_base: {
253
253
  * @throws {@link AppMeshServiceException}
254
254
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
255
255
  *
256
+ * @public
256
257
  */
257
258
  export declare class DescribeGatewayRouteCommand extends DescribeGatewayRouteCommand_base {
258
259
  }
@@ -22,10 +22,10 @@ export interface DescribeMeshCommandOutput extends DescribeMeshOutput, __Metadat
22
22
  }
23
23
  declare const DescribeMeshCommand_base: {
24
24
  new (input: DescribeMeshCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMeshCommandInput, DescribeMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeMeshCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMeshCommandInput, DescribeMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an existing service mesh.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -97,6 +97,7 @@ declare const DescribeMeshCommand_base: {
97
97
  * @throws {@link AppMeshServiceException}
98
98
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class DescribeMeshCommand extends DescribeMeshCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface DescribeRouteCommandOutput extends DescribeRouteOutput, __Metad
22
22
  }
23
23
  declare const DescribeRouteCommand_base: {
24
24
  new (input: DescribeRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRouteCommandInput, DescribeRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRouteCommandInput, DescribeRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an existing route.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -295,6 +295,7 @@ declare const DescribeRouteCommand_base: {
295
295
  * @throws {@link AppMeshServiceException}
296
296
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
297
297
  *
298
+ * @public
298
299
  */
299
300
  export declare class DescribeRouteCommand extends DescribeRouteCommand_base {
300
301
  }
@@ -22,10 +22,10 @@ export interface DescribeVirtualGatewayCommandOutput extends DescribeVirtualGate
22
22
  }
23
23
  declare const DescribeVirtualGatewayCommand_base: {
24
24
  new (input: DescribeVirtualGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualGatewayCommandInput, DescribeVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeVirtualGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualGatewayCommandInput, DescribeVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an existing virtual gateway.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -211,6 +211,7 @@ declare const DescribeVirtualGatewayCommand_base: {
211
211
  * @throws {@link AppMeshServiceException}
212
212
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
213
213
  *
214
+ * @public
214
215
  */
215
216
  export declare class DescribeVirtualGatewayCommand extends DescribeVirtualGatewayCommand_base {
216
217
  }
@@ -22,10 +22,10 @@ export interface DescribeVirtualNodeCommandOutput extends DescribeVirtualNodeOut
22
22
  }
23
23
  declare const DescribeVirtualNodeCommand_base: {
24
24
  new (input: DescribeVirtualNodeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualNodeCommandInput, DescribeVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeVirtualNodeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualNodeCommandInput, DescribeVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an existing virtual node.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -316,6 +316,7 @@ declare const DescribeVirtualNodeCommand_base: {
316
316
  * @throws {@link AppMeshServiceException}
317
317
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
318
318
  *
319
+ * @public
319
320
  */
320
321
  export declare class DescribeVirtualNodeCommand extends DescribeVirtualNodeCommand_base {
321
322
  }
@@ -22,10 +22,10 @@ export interface DescribeVirtualRouterCommandOutput extends DescribeVirtualRoute
22
22
  }
23
23
  declare const DescribeVirtualRouterCommand_base: {
24
24
  new (input: DescribeVirtualRouterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualRouterCommandInput, DescribeVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeVirtualRouterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualRouterCommandInput, DescribeVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an existing virtual router.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -101,6 +101,7 @@ declare const DescribeVirtualRouterCommand_base: {
101
101
  * @throws {@link AppMeshServiceException}
102
102
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class DescribeVirtualRouterCommand extends DescribeVirtualRouterCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface DescribeVirtualServiceCommandOutput extends DescribeVirtualServ
22
22
  }
23
23
  declare const DescribeVirtualServiceCommand_base: {
24
24
  new (input: DescribeVirtualServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualServiceCommandInput, DescribeVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeVirtualServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualServiceCommandInput, DescribeVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an existing virtual service.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -101,6 +101,7 @@ declare const DescribeVirtualServiceCommand_base: {
101
101
  * @throws {@link AppMeshServiceException}
102
102
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class DescribeVirtualServiceCommand extends DescribeVirtualServiceCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface ListGatewayRoutesCommandOutput extends ListGatewayRoutesOutput,
22
22
  }
23
23
  declare const ListGatewayRoutesCommand_base: {
24
24
  new (input: ListGatewayRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListGatewayRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of existing gateway routes that are associated to a virtual
30
30
  * gateway.</p>
31
31
  * @example
@@ -92,6 +92,7 @@ declare const ListGatewayRoutesCommand_base: {
92
92
  * @throws {@link AppMeshServiceException}
93
93
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class ListGatewayRoutesCommand extends ListGatewayRoutesCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface ListMeshesCommandOutput extends ListMeshesOutput, __MetadataBea
22
22
  }
23
23
  declare const ListMeshesCommand_base: {
24
24
  new (input: ListMeshesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMeshesCommandInput, ListMeshesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListMeshesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMeshesCommandInput, ListMeshesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of existing service meshes.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const ListMeshesCommand_base: {
86
86
  * @throws {@link AppMeshServiceException}
87
87
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListMeshesCommand extends ListMeshesCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface ListRoutesCommandOutput extends ListRoutesOutput, __MetadataBea
22
22
  }
23
23
  declare const ListRoutesCommand_base: {
24
24
  new (input: ListRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRoutesCommandInput, ListRoutesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRoutesCommandInput, ListRoutesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of existing routes in a service mesh.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const ListRoutesCommand_base: {
91
91
  * @throws {@link AppMeshServiceException}
92
92
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class ListRoutesCommand extends ListRoutesCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the tags for an App Mesh resource.</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 ListTagsForResourceCommand_base: {
82
82
  * @throws {@link AppMeshServiceException}
83
83
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListVirtualGatewaysCommandOutput extends ListVirtualGatewaysOut
22
22
  }
23
23
  declare const ListVirtualGatewaysCommand_base: {
24
24
  new (input: ListVirtualGatewaysCommandInput): import("@smithy/smithy-client").CommandImpl<ListVirtualGatewaysCommandInput, ListVirtualGatewaysCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListVirtualGatewaysCommandInput): import("@smithy/smithy-client").CommandImpl<ListVirtualGatewaysCommandInput, ListVirtualGatewaysCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of existing virtual gateways in a service mesh.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const ListVirtualGatewaysCommand_base: {
89
89
  * @throws {@link AppMeshServiceException}
90
90
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class ListVirtualGatewaysCommand extends ListVirtualGatewaysCommand_base {
94
95
  }