@aws-sdk/client-app-mesh 3.296.0 → 3.297.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.
- package/dist-types/AppMesh.d.ts +39 -0
- package/dist-types/AppMeshClient.d.ts +24 -4
- package/dist-types/commands/CreateGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateMeshCommand.d.ts +16 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateVirtualNodeCommand.d.ts +16 -0
- package/dist-types/commands/CreateVirtualRouterCommand.d.ts +16 -0
- package/dist-types/commands/CreateVirtualServiceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMeshCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMeshCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRouteCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +16 -0
- package/dist-types/commands/ListGatewayRoutesCommand.d.ts +16 -0
- package/dist-types/commands/ListMeshesCommand.d.ts +16 -0
- package/dist-types/commands/ListRoutesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/ListVirtualNodesCommand.d.ts +16 -0
- package/dist-types/commands/ListVirtualRoutersCommand.d.ts +16 -0
- package/dist-types/commands/ListVirtualServicesCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMeshCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRouteCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +16 -0
- package/dist-types/models/AppMeshServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +388 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListGatewayRoutesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMeshesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRoutesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/dist-types/pagination/ListVirtualGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVirtualNodesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVirtualRoutersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVirtualServicesPaginator.d.ts +3 -0
- package/package.json +3 -3
package/dist-types/AppMesh.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ import { UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput } from ".
|
|
|
39
39
|
import { UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput } from "./commands/UpdateVirtualRouterCommand";
|
|
40
40
|
import { UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput } from "./commands/UpdateVirtualServiceCommand";
|
|
41
41
|
/**
|
|
42
|
+
* @public
|
|
42
43
|
* <p>App Mesh is a service mesh based on the Envoy proxy that makes it easy to
|
|
43
44
|
* monitor and control microservices. App Mesh standardizes how your microservices
|
|
44
45
|
* communicate, giving you end-to-end visibility and helping to ensure high availability for
|
|
@@ -57,6 +58,7 @@ import { UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput } f
|
|
|
57
58
|
*/
|
|
58
59
|
export declare class AppMesh extends AppMeshClient {
|
|
59
60
|
/**
|
|
61
|
+
* @public
|
|
60
62
|
* <p>Creates a gateway route.</p>
|
|
61
63
|
* <p>A gateway route is attached to a virtual gateway and routes traffic to an existing
|
|
62
64
|
* virtual service. If a route matches a request, it can distribute traffic to a target
|
|
@@ -67,6 +69,7 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
67
69
|
createGatewayRoute(args: CreateGatewayRouteCommandInput, cb: (err: any, data?: CreateGatewayRouteCommandOutput) => void): void;
|
|
68
70
|
createGatewayRoute(args: CreateGatewayRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGatewayRouteCommandOutput) => void): void;
|
|
69
71
|
/**
|
|
72
|
+
* @public
|
|
70
73
|
* <p>Creates a service mesh.</p>
|
|
71
74
|
* <p> A service mesh is a logical boundary for network traffic between services that are
|
|
72
75
|
* represented by resources within the mesh. After you create your service mesh, you can
|
|
@@ -78,6 +81,7 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
78
81
|
createMesh(args: CreateMeshCommandInput, cb: (err: any, data?: CreateMeshCommandOutput) => void): void;
|
|
79
82
|
createMesh(args: CreateMeshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeshCommandOutput) => void): void;
|
|
80
83
|
/**
|
|
84
|
+
* @public
|
|
81
85
|
* <p>Creates a route that is associated with a virtual router.</p>
|
|
82
86
|
* <p> You can route several different protocols and define a retry policy for a route.
|
|
83
87
|
* Traffic can be routed to one or more virtual nodes.</p>
|
|
@@ -87,6 +91,7 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
87
91
|
createRoute(args: CreateRouteCommandInput, cb: (err: any, data?: CreateRouteCommandOutput) => void): void;
|
|
88
92
|
createRoute(args: CreateRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRouteCommandOutput) => void): void;
|
|
89
93
|
/**
|
|
94
|
+
* @public
|
|
90
95
|
* <p>Creates a virtual gateway.</p>
|
|
91
96
|
* <p>A virtual gateway allows resources outside your mesh to communicate to resources that
|
|
92
97
|
* 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
|
|
@@ -98,6 +103,7 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
98
103
|
createVirtualGateway(args: CreateVirtualGatewayCommandInput, cb: (err: any, data?: CreateVirtualGatewayCommandOutput) => void): void;
|
|
99
104
|
createVirtualGateway(args: CreateVirtualGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVirtualGatewayCommandOutput) => void): void;
|
|
100
105
|
/**
|
|
106
|
+
* @public
|
|
101
107
|
* <p>Creates a virtual node within a service mesh.</p>
|
|
102
108
|
* <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
|
|
103
109
|
* specify the service discovery information for your task group, and whether the proxy
|
|
@@ -127,6 +133,7 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
127
133
|
createVirtualNode(args: CreateVirtualNodeCommandInput, cb: (err: any, data?: CreateVirtualNodeCommandOutput) => void): void;
|
|
128
134
|
createVirtualNode(args: CreateVirtualNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVirtualNodeCommandOutput) => void): void;
|
|
129
135
|
/**
|
|
136
|
+
* @public
|
|
130
137
|
* <p>Creates a virtual router within a service mesh.</p>
|
|
131
138
|
* <p>Specify a <code>listener</code> for any inbound traffic that your virtual router
|
|
132
139
|
* receives. Create a virtual router for each protocol and port that you need to route.
|
|
@@ -139,6 +146,7 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
139
146
|
createVirtualRouter(args: CreateVirtualRouterCommandInput, cb: (err: any, data?: CreateVirtualRouterCommandOutput) => void): void;
|
|
140
147
|
createVirtualRouter(args: CreateVirtualRouterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVirtualRouterCommandOutput) => void): void;
|
|
141
148
|
/**
|
|
149
|
+
* @public
|
|
142
150
|
* <p>Creates a virtual service within a service mesh.</p>
|
|
143
151
|
* <p>A virtual service is an abstraction of a real service that is provided by a virtual node
|
|
144
152
|
* directly or indirectly by means of a virtual router. Dependent services call your virtual
|
|
@@ -151,12 +159,14 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
151
159
|
createVirtualService(args: CreateVirtualServiceCommandInput, cb: (err: any, data?: CreateVirtualServiceCommandOutput) => void): void;
|
|
152
160
|
createVirtualService(args: CreateVirtualServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVirtualServiceCommandOutput) => void): void;
|
|
153
161
|
/**
|
|
162
|
+
* @public
|
|
154
163
|
* <p>Deletes an existing gateway route.</p>
|
|
155
164
|
*/
|
|
156
165
|
deleteGatewayRoute(args: DeleteGatewayRouteCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGatewayRouteCommandOutput>;
|
|
157
166
|
deleteGatewayRoute(args: DeleteGatewayRouteCommandInput, cb: (err: any, data?: DeleteGatewayRouteCommandOutput) => void): void;
|
|
158
167
|
deleteGatewayRoute(args: DeleteGatewayRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGatewayRouteCommandOutput) => void): void;
|
|
159
168
|
/**
|
|
169
|
+
* @public
|
|
160
170
|
* <p>Deletes an existing service mesh.</p>
|
|
161
171
|
* <p>You must delete all resources (virtual services, routes, virtual routers, and virtual
|
|
162
172
|
* nodes) in the service mesh before you can delete the mesh itself.</p>
|
|
@@ -165,12 +175,14 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
165
175
|
deleteMesh(args: DeleteMeshCommandInput, cb: (err: any, data?: DeleteMeshCommandOutput) => void): void;
|
|
166
176
|
deleteMesh(args: DeleteMeshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMeshCommandOutput) => void): void;
|
|
167
177
|
/**
|
|
178
|
+
* @public
|
|
168
179
|
* <p>Deletes an existing route.</p>
|
|
169
180
|
*/
|
|
170
181
|
deleteRoute(args: DeleteRouteCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRouteCommandOutput>;
|
|
171
182
|
deleteRoute(args: DeleteRouteCommandInput, cb: (err: any, data?: DeleteRouteCommandOutput) => void): void;
|
|
172
183
|
deleteRoute(args: DeleteRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRouteCommandOutput) => void): void;
|
|
173
184
|
/**
|
|
185
|
+
* @public
|
|
174
186
|
* <p>Deletes an existing virtual gateway. You cannot delete a virtual gateway if any gateway
|
|
175
187
|
* routes are associated to it.</p>
|
|
176
188
|
*/
|
|
@@ -178,6 +190,7 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
178
190
|
deleteVirtualGateway(args: DeleteVirtualGatewayCommandInput, cb: (err: any, data?: DeleteVirtualGatewayCommandOutput) => void): void;
|
|
179
191
|
deleteVirtualGateway(args: DeleteVirtualGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVirtualGatewayCommandOutput) => void): void;
|
|
180
192
|
/**
|
|
193
|
+
* @public
|
|
181
194
|
* <p>Deletes an existing virtual node.</p>
|
|
182
195
|
* <p>You must delete any virtual services that list a virtual node as a service provider
|
|
183
196
|
* before you can delete the virtual node itself.</p>
|
|
@@ -186,6 +199,7 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
186
199
|
deleteVirtualNode(args: DeleteVirtualNodeCommandInput, cb: (err: any, data?: DeleteVirtualNodeCommandOutput) => void): void;
|
|
187
200
|
deleteVirtualNode(args: DeleteVirtualNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVirtualNodeCommandOutput) => void): void;
|
|
188
201
|
/**
|
|
202
|
+
* @public
|
|
189
203
|
* <p>Deletes an existing virtual router.</p>
|
|
190
204
|
* <p>You must delete any routes associated with the virtual router before you can delete the
|
|
191
205
|
* router itself.</p>
|
|
@@ -194,54 +208,63 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
194
208
|
deleteVirtualRouter(args: DeleteVirtualRouterCommandInput, cb: (err: any, data?: DeleteVirtualRouterCommandOutput) => void): void;
|
|
195
209
|
deleteVirtualRouter(args: DeleteVirtualRouterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVirtualRouterCommandOutput) => void): void;
|
|
196
210
|
/**
|
|
211
|
+
* @public
|
|
197
212
|
* <p>Deletes an existing virtual service.</p>
|
|
198
213
|
*/
|
|
199
214
|
deleteVirtualService(args: DeleteVirtualServiceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVirtualServiceCommandOutput>;
|
|
200
215
|
deleteVirtualService(args: DeleteVirtualServiceCommandInput, cb: (err: any, data?: DeleteVirtualServiceCommandOutput) => void): void;
|
|
201
216
|
deleteVirtualService(args: DeleteVirtualServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVirtualServiceCommandOutput) => void): void;
|
|
202
217
|
/**
|
|
218
|
+
* @public
|
|
203
219
|
* <p>Describes an existing gateway route.</p>
|
|
204
220
|
*/
|
|
205
221
|
describeGatewayRoute(args: DescribeGatewayRouteCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGatewayRouteCommandOutput>;
|
|
206
222
|
describeGatewayRoute(args: DescribeGatewayRouteCommandInput, cb: (err: any, data?: DescribeGatewayRouteCommandOutput) => void): void;
|
|
207
223
|
describeGatewayRoute(args: DescribeGatewayRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGatewayRouteCommandOutput) => void): void;
|
|
208
224
|
/**
|
|
225
|
+
* @public
|
|
209
226
|
* <p>Describes an existing service mesh.</p>
|
|
210
227
|
*/
|
|
211
228
|
describeMesh(args: DescribeMeshCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMeshCommandOutput>;
|
|
212
229
|
describeMesh(args: DescribeMeshCommandInput, cb: (err: any, data?: DescribeMeshCommandOutput) => void): void;
|
|
213
230
|
describeMesh(args: DescribeMeshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMeshCommandOutput) => void): void;
|
|
214
231
|
/**
|
|
232
|
+
* @public
|
|
215
233
|
* <p>Describes an existing route.</p>
|
|
216
234
|
*/
|
|
217
235
|
describeRoute(args: DescribeRouteCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRouteCommandOutput>;
|
|
218
236
|
describeRoute(args: DescribeRouteCommandInput, cb: (err: any, data?: DescribeRouteCommandOutput) => void): void;
|
|
219
237
|
describeRoute(args: DescribeRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRouteCommandOutput) => void): void;
|
|
220
238
|
/**
|
|
239
|
+
* @public
|
|
221
240
|
* <p>Describes an existing virtual gateway.</p>
|
|
222
241
|
*/
|
|
223
242
|
describeVirtualGateway(args: DescribeVirtualGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVirtualGatewayCommandOutput>;
|
|
224
243
|
describeVirtualGateway(args: DescribeVirtualGatewayCommandInput, cb: (err: any, data?: DescribeVirtualGatewayCommandOutput) => void): void;
|
|
225
244
|
describeVirtualGateway(args: DescribeVirtualGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualGatewayCommandOutput) => void): void;
|
|
226
245
|
/**
|
|
246
|
+
* @public
|
|
227
247
|
* <p>Describes an existing virtual node.</p>
|
|
228
248
|
*/
|
|
229
249
|
describeVirtualNode(args: DescribeVirtualNodeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVirtualNodeCommandOutput>;
|
|
230
250
|
describeVirtualNode(args: DescribeVirtualNodeCommandInput, cb: (err: any, data?: DescribeVirtualNodeCommandOutput) => void): void;
|
|
231
251
|
describeVirtualNode(args: DescribeVirtualNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualNodeCommandOutput) => void): void;
|
|
232
252
|
/**
|
|
253
|
+
* @public
|
|
233
254
|
* <p>Describes an existing virtual router.</p>
|
|
234
255
|
*/
|
|
235
256
|
describeVirtualRouter(args: DescribeVirtualRouterCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVirtualRouterCommandOutput>;
|
|
236
257
|
describeVirtualRouter(args: DescribeVirtualRouterCommandInput, cb: (err: any, data?: DescribeVirtualRouterCommandOutput) => void): void;
|
|
237
258
|
describeVirtualRouter(args: DescribeVirtualRouterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualRouterCommandOutput) => void): void;
|
|
238
259
|
/**
|
|
260
|
+
* @public
|
|
239
261
|
* <p>Describes an existing virtual service.</p>
|
|
240
262
|
*/
|
|
241
263
|
describeVirtualService(args: DescribeVirtualServiceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVirtualServiceCommandOutput>;
|
|
242
264
|
describeVirtualService(args: DescribeVirtualServiceCommandInput, cb: (err: any, data?: DescribeVirtualServiceCommandOutput) => void): void;
|
|
243
265
|
describeVirtualService(args: DescribeVirtualServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualServiceCommandOutput) => void): void;
|
|
244
266
|
/**
|
|
267
|
+
* @public
|
|
245
268
|
* <p>Returns a list of existing gateway routes that are associated to a virtual
|
|
246
269
|
* gateway.</p>
|
|
247
270
|
*/
|
|
@@ -249,48 +272,56 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
249
272
|
listGatewayRoutes(args: ListGatewayRoutesCommandInput, cb: (err: any, data?: ListGatewayRoutesCommandOutput) => void): void;
|
|
250
273
|
listGatewayRoutes(args: ListGatewayRoutesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewayRoutesCommandOutput) => void): void;
|
|
251
274
|
/**
|
|
275
|
+
* @public
|
|
252
276
|
* <p>Returns a list of existing service meshes.</p>
|
|
253
277
|
*/
|
|
254
278
|
listMeshes(args: ListMeshesCommandInput, options?: __HttpHandlerOptions): Promise<ListMeshesCommandOutput>;
|
|
255
279
|
listMeshes(args: ListMeshesCommandInput, cb: (err: any, data?: ListMeshesCommandOutput) => void): void;
|
|
256
280
|
listMeshes(args: ListMeshesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMeshesCommandOutput) => void): void;
|
|
257
281
|
/**
|
|
282
|
+
* @public
|
|
258
283
|
* <p>Returns a list of existing routes in a service mesh.</p>
|
|
259
284
|
*/
|
|
260
285
|
listRoutes(args: ListRoutesCommandInput, options?: __HttpHandlerOptions): Promise<ListRoutesCommandOutput>;
|
|
261
286
|
listRoutes(args: ListRoutesCommandInput, cb: (err: any, data?: ListRoutesCommandOutput) => void): void;
|
|
262
287
|
listRoutes(args: ListRoutesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoutesCommandOutput) => void): void;
|
|
263
288
|
/**
|
|
289
|
+
* @public
|
|
264
290
|
* <p>List the tags for an App Mesh resource.</p>
|
|
265
291
|
*/
|
|
266
292
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
267
293
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
268
294
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
269
295
|
/**
|
|
296
|
+
* @public
|
|
270
297
|
* <p>Returns a list of existing virtual gateways in a service mesh.</p>
|
|
271
298
|
*/
|
|
272
299
|
listVirtualGateways(args: ListVirtualGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualGatewaysCommandOutput>;
|
|
273
300
|
listVirtualGateways(args: ListVirtualGatewaysCommandInput, cb: (err: any, data?: ListVirtualGatewaysCommandOutput) => void): void;
|
|
274
301
|
listVirtualGateways(args: ListVirtualGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualGatewaysCommandOutput) => void): void;
|
|
275
302
|
/**
|
|
303
|
+
* @public
|
|
276
304
|
* <p>Returns a list of existing virtual nodes.</p>
|
|
277
305
|
*/
|
|
278
306
|
listVirtualNodes(args: ListVirtualNodesCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualNodesCommandOutput>;
|
|
279
307
|
listVirtualNodes(args: ListVirtualNodesCommandInput, cb: (err: any, data?: ListVirtualNodesCommandOutput) => void): void;
|
|
280
308
|
listVirtualNodes(args: ListVirtualNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualNodesCommandOutput) => void): void;
|
|
281
309
|
/**
|
|
310
|
+
* @public
|
|
282
311
|
* <p>Returns a list of existing virtual routers in a service mesh.</p>
|
|
283
312
|
*/
|
|
284
313
|
listVirtualRouters(args: ListVirtualRoutersCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualRoutersCommandOutput>;
|
|
285
314
|
listVirtualRouters(args: ListVirtualRoutersCommandInput, cb: (err: any, data?: ListVirtualRoutersCommandOutput) => void): void;
|
|
286
315
|
listVirtualRouters(args: ListVirtualRoutersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualRoutersCommandOutput) => void): void;
|
|
287
316
|
/**
|
|
317
|
+
* @public
|
|
288
318
|
* <p>Returns a list of existing virtual services in a service mesh.</p>
|
|
289
319
|
*/
|
|
290
320
|
listVirtualServices(args: ListVirtualServicesCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualServicesCommandOutput>;
|
|
291
321
|
listVirtualServices(args: ListVirtualServicesCommandInput, cb: (err: any, data?: ListVirtualServicesCommandOutput) => void): void;
|
|
292
322
|
listVirtualServices(args: ListVirtualServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualServicesCommandOutput) => void): void;
|
|
293
323
|
/**
|
|
324
|
+
* @public
|
|
294
325
|
* <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>.
|
|
295
326
|
* If existing tags on a resource aren't specified in the request parameters, they aren't
|
|
296
327
|
* changed. When a resource is deleted, the tags associated with that resource are also
|
|
@@ -300,12 +331,14 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
300
331
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
301
332
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
302
333
|
/**
|
|
334
|
+
* @public
|
|
303
335
|
* <p>Deletes specified tags from a resource.</p>
|
|
304
336
|
*/
|
|
305
337
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
306
338
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
307
339
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
308
340
|
/**
|
|
341
|
+
* @public
|
|
309
342
|
* <p>Updates an existing gateway route that is associated to a specified virtual gateway in a
|
|
310
343
|
* service mesh.</p>
|
|
311
344
|
*/
|
|
@@ -313,36 +346,42 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
313
346
|
updateGatewayRoute(args: UpdateGatewayRouteCommandInput, cb: (err: any, data?: UpdateGatewayRouteCommandOutput) => void): void;
|
|
314
347
|
updateGatewayRoute(args: UpdateGatewayRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayRouteCommandOutput) => void): void;
|
|
315
348
|
/**
|
|
349
|
+
* @public
|
|
316
350
|
* <p>Updates an existing service mesh.</p>
|
|
317
351
|
*/
|
|
318
352
|
updateMesh(args: UpdateMeshCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMeshCommandOutput>;
|
|
319
353
|
updateMesh(args: UpdateMeshCommandInput, cb: (err: any, data?: UpdateMeshCommandOutput) => void): void;
|
|
320
354
|
updateMesh(args: UpdateMeshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMeshCommandOutput) => void): void;
|
|
321
355
|
/**
|
|
356
|
+
* @public
|
|
322
357
|
* <p>Updates an existing route for a specified service mesh and virtual router.</p>
|
|
323
358
|
*/
|
|
324
359
|
updateRoute(args: UpdateRouteCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRouteCommandOutput>;
|
|
325
360
|
updateRoute(args: UpdateRouteCommandInput, cb: (err: any, data?: UpdateRouteCommandOutput) => void): void;
|
|
326
361
|
updateRoute(args: UpdateRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRouteCommandOutput) => void): void;
|
|
327
362
|
/**
|
|
363
|
+
* @public
|
|
328
364
|
* <p>Updates an existing virtual gateway in a specified service mesh.</p>
|
|
329
365
|
*/
|
|
330
366
|
updateVirtualGateway(args: UpdateVirtualGatewayCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVirtualGatewayCommandOutput>;
|
|
331
367
|
updateVirtualGateway(args: UpdateVirtualGatewayCommandInput, cb: (err: any, data?: UpdateVirtualGatewayCommandOutput) => void): void;
|
|
332
368
|
updateVirtualGateway(args: UpdateVirtualGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVirtualGatewayCommandOutput) => void): void;
|
|
333
369
|
/**
|
|
370
|
+
* @public
|
|
334
371
|
* <p>Updates an existing virtual node in a specified service mesh.</p>
|
|
335
372
|
*/
|
|
336
373
|
updateVirtualNode(args: UpdateVirtualNodeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVirtualNodeCommandOutput>;
|
|
337
374
|
updateVirtualNode(args: UpdateVirtualNodeCommandInput, cb: (err: any, data?: UpdateVirtualNodeCommandOutput) => void): void;
|
|
338
375
|
updateVirtualNode(args: UpdateVirtualNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVirtualNodeCommandOutput) => void): void;
|
|
339
376
|
/**
|
|
377
|
+
* @public
|
|
340
378
|
* <p>Updates an existing virtual router in a specified service mesh.</p>
|
|
341
379
|
*/
|
|
342
380
|
updateVirtualRouter(args: UpdateVirtualRouterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVirtualRouterCommandOutput>;
|
|
343
381
|
updateVirtualRouter(args: UpdateVirtualRouterCommandInput, cb: (err: any, data?: UpdateVirtualRouterCommandOutput) => void): void;
|
|
344
382
|
updateVirtualRouter(args: UpdateVirtualRouterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVirtualRouterCommandOutput) => void): void;
|
|
345
383
|
/**
|
|
384
|
+
* @public
|
|
346
385
|
* <p>Updates an existing virtual service in a specified service mesh.</p>
|
|
347
386
|
*/
|
|
348
387
|
updateVirtualService(args: UpdateVirtualServiceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVirtualServiceCommandOutput>;
|
|
@@ -46,15 +46,24 @@ import { UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput } from ".
|
|
|
46
46
|
import { UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput } from "./commands/UpdateVirtualRouterCommand";
|
|
47
47
|
import { UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput } from "./commands/UpdateVirtualServiceCommand";
|
|
48
48
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
49
52
|
export type ServiceInputTypes = CreateGatewayRouteCommandInput | CreateMeshCommandInput | CreateRouteCommandInput | CreateVirtualGatewayCommandInput | CreateVirtualNodeCommandInput | CreateVirtualRouterCommandInput | CreateVirtualServiceCommandInput | DeleteGatewayRouteCommandInput | DeleteMeshCommandInput | DeleteRouteCommandInput | DeleteVirtualGatewayCommandInput | DeleteVirtualNodeCommandInput | DeleteVirtualRouterCommandInput | DeleteVirtualServiceCommandInput | DescribeGatewayRouteCommandInput | DescribeMeshCommandInput | DescribeRouteCommandInput | DescribeVirtualGatewayCommandInput | DescribeVirtualNodeCommandInput | DescribeVirtualRouterCommandInput | DescribeVirtualServiceCommandInput | ListGatewayRoutesCommandInput | ListMeshesCommandInput | ListRoutesCommandInput | ListTagsForResourceCommandInput | ListVirtualGatewaysCommandInput | ListVirtualNodesCommandInput | ListVirtualRoutersCommandInput | ListVirtualServicesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateGatewayRouteCommandInput | UpdateMeshCommandInput | UpdateRouteCommandInput | UpdateVirtualGatewayCommandInput | UpdateVirtualNodeCommandInput | UpdateVirtualRouterCommandInput | UpdateVirtualServiceCommandInput;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
50
56
|
export type ServiceOutputTypes = CreateGatewayRouteCommandOutput | CreateMeshCommandOutput | CreateRouteCommandOutput | CreateVirtualGatewayCommandOutput | CreateVirtualNodeCommandOutput | CreateVirtualRouterCommandOutput | CreateVirtualServiceCommandOutput | DeleteGatewayRouteCommandOutput | DeleteMeshCommandOutput | DeleteRouteCommandOutput | DeleteVirtualGatewayCommandOutput | DeleteVirtualNodeCommandOutput | DeleteVirtualRouterCommandOutput | DeleteVirtualServiceCommandOutput | DescribeGatewayRouteCommandOutput | DescribeMeshCommandOutput | DescribeRouteCommandOutput | DescribeVirtualGatewayCommandOutput | DescribeVirtualNodeCommandOutput | DescribeVirtualRouterCommandOutput | DescribeVirtualServiceCommandOutput | ListGatewayRoutesCommandOutput | ListMeshesCommandOutput | ListRoutesCommandOutput | ListTagsForResourceCommandOutput | ListVirtualGatewaysCommandOutput | ListVirtualNodesCommandOutput | ListVirtualRoutersCommandOutput | ListVirtualServicesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateGatewayRouteCommandOutput | UpdateMeshCommandOutput | UpdateRouteCommandOutput | UpdateVirtualGatewayCommandOutput | UpdateVirtualNodeCommandOutput | UpdateVirtualRouterCommandOutput | UpdateVirtualServiceCommandOutput;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
51
60
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
52
61
|
/**
|
|
53
62
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
54
63
|
*/
|
|
55
64
|
requestHandler?: __HttpHandler;
|
|
56
65
|
/**
|
|
57
|
-
* A constructor for a class implementing the {@link
|
|
66
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
58
67
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
59
68
|
* @internal
|
|
60
69
|
*/
|
|
@@ -144,23 +153,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
144
153
|
*/
|
|
145
154
|
logger?: __Logger;
|
|
146
155
|
/**
|
|
147
|
-
* The {@link
|
|
156
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
148
157
|
*/
|
|
149
158
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
150
159
|
}
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
151
163
|
type AppMeshClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
152
164
|
/**
|
|
153
|
-
*
|
|
165
|
+
* @public
|
|
166
|
+
*
|
|
167
|
+
* The configuration interface of AppMeshClient class constructor that set the region, credentials and other options.
|
|
154
168
|
*/
|
|
155
169
|
export interface AppMeshClientConfig extends AppMeshClientConfigType {
|
|
156
170
|
}
|
|
171
|
+
/**
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
157
174
|
type AppMeshClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
158
175
|
/**
|
|
159
|
-
*
|
|
176
|
+
* @public
|
|
177
|
+
*
|
|
178
|
+
* The resolved configuration interface of AppMeshClient class. This is resolved and normalized from the {@link AppMeshClientConfig | constructor configuration interface}.
|
|
160
179
|
*/
|
|
161
180
|
export interface AppMeshClientResolvedConfig extends AppMeshClientResolvedConfigType {
|
|
162
181
|
}
|
|
163
182
|
/**
|
|
183
|
+
* @public
|
|
164
184
|
* <p>App Mesh is a service mesh based on the Envoy proxy that makes it easy to
|
|
165
185
|
* monitor and control microservices. App Mesh standardizes how your microservices
|
|
166
186
|
* communicate, giving you end-to-end visibility and helping to ensure high availability for
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { CreateGatewayRouteInput, CreateGatewayRouteOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateGatewayRouteCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateGatewayRouteCommandInput extends CreateGatewayRouteInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateGatewayRouteCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateGatewayRouteCommandOutput extends CreateGatewayRouteOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a gateway route.</p>
|
|
18
23
|
* <p>A gateway route is attached to a virtual gateway and routes traffic to an existing
|
|
19
24
|
* virtual service. If a route matches a request, it can distribute traffic to a target
|
|
@@ -29,6 +34,8 @@ export interface CreateGatewayRouteCommandOutput extends CreateGatewayRouteOutpu
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param CreateGatewayRouteCommandInput - {@link CreateGatewayRouteCommandInput}
|
|
38
|
+
* @returns {@link CreateGatewayRouteCommandOutput}
|
|
32
39
|
* @see {@link CreateGatewayRouteCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link CreateGatewayRouteCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
@@ -67,11 +74,20 @@ export interface CreateGatewayRouteCommandOutput extends CreateGatewayRouteOutpu
|
|
|
67
74
|
export declare class CreateGatewayRouteCommand extends $Command<CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput, AppMeshClientResolvedConfig> {
|
|
68
75
|
readonly input: CreateGatewayRouteCommandInput;
|
|
69
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
70
80
|
constructor(input: CreateGatewayRouteCommandInput);
|
|
71
81
|
/**
|
|
72
82
|
* @internal
|
|
73
83
|
*/
|
|
74
84
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
75
88
|
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
76
92
|
private deserialize;
|
|
77
93
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { CreateMeshInput, CreateMeshOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateMeshCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateMeshCommandInput extends CreateMeshInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateMeshCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateMeshCommandOutput extends CreateMeshOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a service mesh.</p>
|
|
18
23
|
* <p> A service mesh is a logical boundary for network traffic between services that are
|
|
19
24
|
* represented by resources within the mesh. After you create your service mesh, you can
|
|
@@ -30,6 +35,8 @@ export interface CreateMeshCommandOutput extends CreateMeshOutput, __MetadataBea
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param CreateMeshCommandInput - {@link CreateMeshCommandInput}
|
|
39
|
+
* @returns {@link CreateMeshCommandOutput}
|
|
33
40
|
* @see {@link CreateMeshCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link CreateMeshCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
@@ -68,11 +75,20 @@ export interface CreateMeshCommandOutput extends CreateMeshOutput, __MetadataBea
|
|
|
68
75
|
export declare class CreateMeshCommand extends $Command<CreateMeshCommandInput, CreateMeshCommandOutput, AppMeshClientResolvedConfig> {
|
|
69
76
|
readonly input: CreateMeshCommandInput;
|
|
70
77
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
71
81
|
constructor(input: CreateMeshCommandInput);
|
|
72
82
|
/**
|
|
73
83
|
* @internal
|
|
74
84
|
*/
|
|
75
85
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMeshCommandInput, CreateMeshCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
76
89
|
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
77
93
|
private deserialize;
|
|
78
94
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { CreateRouteInput, CreateRouteOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateRouteCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateRouteCommandInput extends CreateRouteInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateRouteCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateRouteCommandOutput extends CreateRouteOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a route that is associated with a virtual router.</p>
|
|
18
23
|
* <p> You can route several different protocols and define a retry policy for a route.
|
|
19
24
|
* Traffic can be routed to one or more virtual nodes.</p>
|
|
@@ -28,6 +33,8 @@ export interface CreateRouteCommandOutput extends CreateRouteOutput, __MetadataB
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param CreateRouteCommandInput - {@link CreateRouteCommandInput}
|
|
37
|
+
* @returns {@link CreateRouteCommandOutput}
|
|
31
38
|
* @see {@link CreateRouteCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link CreateRouteCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
@@ -66,11 +73,20 @@ export interface CreateRouteCommandOutput extends CreateRouteOutput, __MetadataB
|
|
|
66
73
|
export declare class CreateRouteCommand extends $Command<CreateRouteCommandInput, CreateRouteCommandOutput, AppMeshClientResolvedConfig> {
|
|
67
74
|
readonly input: CreateRouteCommandInput;
|
|
68
75
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
69
79
|
constructor(input: CreateRouteCommandInput);
|
|
70
80
|
/**
|
|
71
81
|
* @internal
|
|
72
82
|
*/
|
|
73
83
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRouteCommandInput, CreateRouteCommandOutput>;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
74
87
|
private serialize;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
75
91
|
private deserialize;
|
|
76
92
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { CreateVirtualGatewayInput, CreateVirtualGatewayOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateVirtualGatewayCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateVirtualGatewayCommandInput extends CreateVirtualGatewayInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateVirtualGatewayCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateVirtualGatewayCommandOutput extends CreateVirtualGatewayOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a virtual gateway.</p>
|
|
18
23
|
* <p>A virtual gateway allows resources outside your mesh to communicate to resources that
|
|
19
24
|
* 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
|
|
@@ -30,6 +35,8 @@ export interface CreateVirtualGatewayCommandOutput extends CreateVirtualGatewayO
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param CreateVirtualGatewayCommandInput - {@link CreateVirtualGatewayCommandInput}
|
|
39
|
+
* @returns {@link CreateVirtualGatewayCommandOutput}
|
|
33
40
|
* @see {@link CreateVirtualGatewayCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link CreateVirtualGatewayCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
@@ -68,11 +75,20 @@ export interface CreateVirtualGatewayCommandOutput extends CreateVirtualGatewayO
|
|
|
68
75
|
export declare class CreateVirtualGatewayCommand extends $Command<CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig> {
|
|
69
76
|
readonly input: CreateVirtualGatewayCommandInput;
|
|
70
77
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
71
81
|
constructor(input: CreateVirtualGatewayCommandInput);
|
|
72
82
|
/**
|
|
73
83
|
* @internal
|
|
74
84
|
*/
|
|
75
85
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
76
89
|
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
77
93
|
private deserialize;
|
|
78
94
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { CreateVirtualNodeInput, CreateVirtualNodeOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateVirtualNodeCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateVirtualNodeCommandInput extends CreateVirtualNodeInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateVirtualNodeCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a virtual node within a service mesh.</p>
|
|
18
23
|
* <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
|
|
19
24
|
* specify the service discovery information for your task group, and whether the proxy
|
|
@@ -48,6 +53,8 @@ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput,
|
|
|
48
53
|
* const response = await client.send(command);
|
|
49
54
|
* ```
|
|
50
55
|
*
|
|
56
|
+
* @param CreateVirtualNodeCommandInput - {@link CreateVirtualNodeCommandInput}
|
|
57
|
+
* @returns {@link CreateVirtualNodeCommandOutput}
|
|
51
58
|
* @see {@link CreateVirtualNodeCommandInput} for command's `input` shape.
|
|
52
59
|
* @see {@link CreateVirtualNodeCommandOutput} for command's `response` shape.
|
|
53
60
|
* @see {@link AppMeshClientResolvedConfig | config} for AppMeshClient's `config` shape.
|
|
@@ -86,11 +93,20 @@ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput,
|
|
|
86
93
|
export declare class CreateVirtualNodeCommand extends $Command<CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput, AppMeshClientResolvedConfig> {
|
|
87
94
|
readonly input: CreateVirtualNodeCommandInput;
|
|
88
95
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
89
99
|
constructor(input: CreateVirtualNodeCommandInput);
|
|
90
100
|
/**
|
|
91
101
|
* @internal
|
|
92
102
|
*/
|
|
93
103
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput>;
|
|
104
|
+
/**
|
|
105
|
+
* @internal
|
|
106
|
+
*/
|
|
94
107
|
private serialize;
|
|
108
|
+
/**
|
|
109
|
+
* @internal
|
|
110
|
+
*/
|
|
95
111
|
private deserialize;
|
|
96
112
|
}
|