@aws-sdk/client-app-mesh 3.321.1 → 3.326.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 (39) hide show
  1. package/dist-types/commands/CreateGatewayRouteCommand.d.ts +182 -0
  2. package/dist-types/commands/CreateMeshCommand.d.ts +28 -0
  3. package/dist-types/commands/CreateRouteCommand.d.ts +224 -0
  4. package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +141 -0
  5. package/dist-types/commands/CreateVirtualNodeCommand.d.ts +246 -0
  6. package/dist-types/commands/CreateVirtualRouterCommand.d.ts +31 -0
  7. package/dist-types/commands/CreateVirtualServiceCommand.d.ts +31 -0
  8. package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +182 -0
  9. package/dist-types/commands/DeleteMeshCommand.d.ts +28 -0
  10. package/dist-types/commands/DeleteRouteCommand.d.ts +224 -0
  11. package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +141 -0
  12. package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +246 -0
  13. package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +31 -0
  14. package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +31 -0
  15. package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +182 -0
  16. package/dist-types/commands/DescribeMeshCommand.d.ts +28 -0
  17. package/dist-types/commands/DescribeRouteCommand.d.ts +224 -0
  18. package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +141 -0
  19. package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +246 -0
  20. package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +31 -0
  21. package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +31 -0
  22. package/dist-types/commands/ListGatewayRoutesCommand.d.ts +19 -0
  23. package/dist-types/commands/ListMeshesCommand.d.ts +17 -0
  24. package/dist-types/commands/ListRoutesCommand.d.ts +19 -0
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  26. package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +18 -0
  27. package/dist-types/commands/ListVirtualNodesCommand.d.ts +18 -0
  28. package/dist-types/commands/ListVirtualRoutersCommand.d.ts +18 -0
  29. package/dist-types/commands/ListVirtualServicesCommand.d.ts +18 -0
  30. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  31. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  32. package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +182 -0
  33. package/dist-types/commands/UpdateMeshCommand.d.ts +28 -0
  34. package/dist-types/commands/UpdateRouteCommand.d.ts +224 -0
  35. package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +141 -0
  36. package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +246 -0
  37. package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +31 -0
  38. package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +31 -0
  39. package/package.json +16 -16
@@ -154,6 +154,145 @@ export interface UpdateVirtualGatewayCommandOutput extends UpdateVirtualGatewayO
154
154
  * };
155
155
  * const command = new UpdateVirtualGatewayCommand(input);
156
156
  * const response = await client.send(command);
157
+ * // { // UpdateVirtualGatewayOutput
158
+ * // virtualGateway: { // VirtualGatewayData
159
+ * // meshName: "STRING_VALUE", // required
160
+ * // virtualGatewayName: "STRING_VALUE", // required
161
+ * // spec: { // VirtualGatewaySpec
162
+ * // backendDefaults: { // VirtualGatewayBackendDefaults
163
+ * // clientPolicy: { // VirtualGatewayClientPolicy
164
+ * // tls: { // VirtualGatewayClientPolicyTls
165
+ * // enforce: true || false,
166
+ * // ports: [ // PortSet
167
+ * // Number("int"),
168
+ * // ],
169
+ * // certificate: { // VirtualGatewayClientTlsCertificate Union: only one key present
170
+ * // file: { // VirtualGatewayListenerTlsFileCertificate
171
+ * // certificateChain: "STRING_VALUE", // required
172
+ * // privateKey: "STRING_VALUE", // required
173
+ * // },
174
+ * // sds: { // VirtualGatewayListenerTlsSdsCertificate
175
+ * // secretName: "STRING_VALUE", // required
176
+ * // },
177
+ * // },
178
+ * // validation: { // VirtualGatewayTlsValidationContext
179
+ * // trust: { // VirtualGatewayTlsValidationContextTrust Union: only one key present
180
+ * // acm: { // VirtualGatewayTlsValidationContextAcmTrust
181
+ * // certificateAuthorityArns: [ // VirtualGatewayCertificateAuthorityArns // required
182
+ * // "STRING_VALUE",
183
+ * // ],
184
+ * // },
185
+ * // file: { // VirtualGatewayTlsValidationContextFileTrust
186
+ * // certificateChain: "STRING_VALUE", // required
187
+ * // },
188
+ * // sds: { // VirtualGatewayTlsValidationContextSdsTrust
189
+ * // secretName: "STRING_VALUE", // required
190
+ * // },
191
+ * // },
192
+ * // subjectAlternativeNames: { // SubjectAlternativeNames
193
+ * // match: { // SubjectAlternativeNameMatchers
194
+ * // exact: [ // SubjectAlternativeNameList // required
195
+ * // "STRING_VALUE",
196
+ * // ],
197
+ * // },
198
+ * // },
199
+ * // },
200
+ * // },
201
+ * // },
202
+ * // },
203
+ * // listeners: [ // VirtualGatewayListeners // required
204
+ * // { // VirtualGatewayListener
205
+ * // healthCheck: { // VirtualGatewayHealthCheckPolicy
206
+ * // timeoutMillis: Number("long"), // required
207
+ * // intervalMillis: Number("long"), // required
208
+ * // protocol: "STRING_VALUE", // required
209
+ * // port: Number("int"),
210
+ * // path: "STRING_VALUE",
211
+ * // healthyThreshold: Number("int"), // required
212
+ * // unhealthyThreshold: Number("int"), // required
213
+ * // },
214
+ * // portMapping: { // VirtualGatewayPortMapping
215
+ * // port: Number("int"), // required
216
+ * // protocol: "STRING_VALUE", // required
217
+ * // },
218
+ * // tls: { // VirtualGatewayListenerTls
219
+ * // mode: "STRING_VALUE", // required
220
+ * // validation: { // VirtualGatewayListenerTlsValidationContext
221
+ * // trust: { // VirtualGatewayListenerTlsValidationContextTrust Union: only one key present
222
+ * // file: {
223
+ * // certificateChain: "STRING_VALUE", // required
224
+ * // },
225
+ * // sds: {
226
+ * // secretName: "STRING_VALUE", // required
227
+ * // },
228
+ * // },
229
+ * // subjectAlternativeNames: {
230
+ * // match: {
231
+ * // exact: [ // required
232
+ * // "STRING_VALUE",
233
+ * // ],
234
+ * // },
235
+ * // },
236
+ * // },
237
+ * // certificate: { // VirtualGatewayListenerTlsCertificate Union: only one key present
238
+ * // acm: { // VirtualGatewayListenerTlsAcmCertificate
239
+ * // certificateArn: "STRING_VALUE", // required
240
+ * // },
241
+ * // file: {
242
+ * // certificateChain: "STRING_VALUE", // required
243
+ * // privateKey: "STRING_VALUE", // required
244
+ * // },
245
+ * // sds: {
246
+ * // secretName: "STRING_VALUE", // required
247
+ * // },
248
+ * // },
249
+ * // },
250
+ * // connectionPool: { // VirtualGatewayConnectionPool Union: only one key present
251
+ * // http: { // VirtualGatewayHttpConnectionPool
252
+ * // maxConnections: Number("int"), // required
253
+ * // maxPendingRequests: Number("int"),
254
+ * // },
255
+ * // http2: { // VirtualGatewayHttp2ConnectionPool
256
+ * // maxRequests: Number("int"), // required
257
+ * // },
258
+ * // grpc: { // VirtualGatewayGrpcConnectionPool
259
+ * // maxRequests: Number("int"), // required
260
+ * // },
261
+ * // },
262
+ * // },
263
+ * // ],
264
+ * // logging: { // VirtualGatewayLogging
265
+ * // accessLog: { // VirtualGatewayAccessLog Union: only one key present
266
+ * // file: { // VirtualGatewayFileAccessLog
267
+ * // path: "STRING_VALUE", // required
268
+ * // format: { // LoggingFormat Union: only one key present
269
+ * // text: "STRING_VALUE",
270
+ * // json: [ // JsonFormat
271
+ * // { // JsonFormatRef
272
+ * // key: "STRING_VALUE", // required
273
+ * // value: "STRING_VALUE", // required
274
+ * // },
275
+ * // ],
276
+ * // },
277
+ * // },
278
+ * // },
279
+ * // },
280
+ * // },
281
+ * // metadata: { // ResourceMetadata
282
+ * // arn: "STRING_VALUE", // required
283
+ * // version: Number("long"), // required
284
+ * // uid: "STRING_VALUE", // required
285
+ * // createdAt: new Date("TIMESTAMP"), // required
286
+ * // lastUpdatedAt: new Date("TIMESTAMP"), // required
287
+ * // meshOwner: "STRING_VALUE", // required
288
+ * // resourceOwner: "STRING_VALUE", // required
289
+ * // },
290
+ * // status: { // VirtualGatewayStatus
291
+ * // status: "STRING_VALUE", // required
292
+ * // },
293
+ * // },
294
+ * // };
295
+ *
157
296
  * ```
158
297
  *
159
298
  * @param UpdateVirtualGatewayCommandInput - {@link UpdateVirtualGatewayCommandInput}
@@ -191,6 +330,8 @@ export interface UpdateVirtualGatewayCommandOutput extends UpdateVirtualGatewayO
191
330
  * your account. For best results, use an increasing or variable sleep interval between
192
331
  * requests.</p>
193
332
  *
333
+ * @throws {@link AppMeshServiceException}
334
+ * <p>Base exception class for all service exceptions from AppMesh service.</p>
194
335
  *
195
336
  */
196
337
  export declare class UpdateVirtualGatewayCommand extends $Command<UpdateVirtualGatewayCommandInput, UpdateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig> {
@@ -259,6 +259,250 @@ export interface UpdateVirtualNodeCommandOutput extends UpdateVirtualNodeOutput,
259
259
  * };
260
260
  * const command = new UpdateVirtualNodeCommand(input);
261
261
  * const response = await client.send(command);
262
+ * // { // UpdateVirtualNodeOutput
263
+ * // virtualNode: { // VirtualNodeData
264
+ * // meshName: "STRING_VALUE", // required
265
+ * // virtualNodeName: "STRING_VALUE", // required
266
+ * // spec: { // VirtualNodeSpec
267
+ * // serviceDiscovery: { // ServiceDiscovery Union: only one key present
268
+ * // dns: { // DnsServiceDiscovery
269
+ * // hostname: "STRING_VALUE", // required
270
+ * // responseType: "STRING_VALUE",
271
+ * // ipPreference: "STRING_VALUE",
272
+ * // },
273
+ * // awsCloudMap: { // AwsCloudMapServiceDiscovery
274
+ * // namespaceName: "STRING_VALUE", // required
275
+ * // serviceName: "STRING_VALUE", // required
276
+ * // attributes: [ // AwsCloudMapInstanceAttributes
277
+ * // { // AwsCloudMapInstanceAttribute
278
+ * // key: "STRING_VALUE", // required
279
+ * // value: "STRING_VALUE", // required
280
+ * // },
281
+ * // ],
282
+ * // ipPreference: "STRING_VALUE",
283
+ * // },
284
+ * // },
285
+ * // listeners: [ // Listeners
286
+ * // { // Listener
287
+ * // portMapping: { // PortMapping
288
+ * // port: Number("int"), // required
289
+ * // protocol: "STRING_VALUE", // required
290
+ * // },
291
+ * // tls: { // ListenerTls
292
+ * // mode: "STRING_VALUE", // required
293
+ * // certificate: { // ListenerTlsCertificate Union: only one key present
294
+ * // acm: { // ListenerTlsAcmCertificate
295
+ * // certificateArn: "STRING_VALUE", // required
296
+ * // },
297
+ * // file: { // ListenerTlsFileCertificate
298
+ * // certificateChain: "STRING_VALUE", // required
299
+ * // privateKey: "STRING_VALUE", // required
300
+ * // },
301
+ * // sds: { // ListenerTlsSdsCertificate
302
+ * // secretName: "STRING_VALUE", // required
303
+ * // },
304
+ * // },
305
+ * // validation: { // ListenerTlsValidationContext
306
+ * // trust: { // ListenerTlsValidationContextTrust Union: only one key present
307
+ * // file: { // TlsValidationContextFileTrust
308
+ * // certificateChain: "STRING_VALUE", // required
309
+ * // },
310
+ * // sds: { // TlsValidationContextSdsTrust
311
+ * // secretName: "STRING_VALUE", // required
312
+ * // },
313
+ * // },
314
+ * // subjectAlternativeNames: { // SubjectAlternativeNames
315
+ * // match: { // SubjectAlternativeNameMatchers
316
+ * // exact: [ // SubjectAlternativeNameList // required
317
+ * // "STRING_VALUE",
318
+ * // ],
319
+ * // },
320
+ * // },
321
+ * // },
322
+ * // },
323
+ * // healthCheck: { // HealthCheckPolicy
324
+ * // timeoutMillis: Number("long"), // required
325
+ * // intervalMillis: Number("long"), // required
326
+ * // protocol: "STRING_VALUE", // required
327
+ * // port: Number("int"),
328
+ * // path: "STRING_VALUE",
329
+ * // healthyThreshold: Number("int"), // required
330
+ * // unhealthyThreshold: Number("int"), // required
331
+ * // },
332
+ * // timeout: { // ListenerTimeout Union: only one key present
333
+ * // tcp: { // TcpTimeout
334
+ * // idle: { // Duration
335
+ * // value: Number("long"),
336
+ * // unit: "STRING_VALUE",
337
+ * // },
338
+ * // },
339
+ * // http: { // HttpTimeout
340
+ * // perRequest: {
341
+ * // value: Number("long"),
342
+ * // unit: "STRING_VALUE",
343
+ * // },
344
+ * // idle: {
345
+ * // value: Number("long"),
346
+ * // unit: "STRING_VALUE",
347
+ * // },
348
+ * // },
349
+ * // http2: {
350
+ * // perRequest: {
351
+ * // value: Number("long"),
352
+ * // unit: "STRING_VALUE",
353
+ * // },
354
+ * // idle: {
355
+ * // value: Number("long"),
356
+ * // unit: "STRING_VALUE",
357
+ * // },
358
+ * // },
359
+ * // grpc: { // GrpcTimeout
360
+ * // perRequest: "<Duration>",
361
+ * // idle: "<Duration>",
362
+ * // },
363
+ * // },
364
+ * // outlierDetection: { // OutlierDetection
365
+ * // maxServerErrors: Number("long"), // required
366
+ * // interval: "<Duration>", // required
367
+ * // baseEjectionDuration: "<Duration>", // required
368
+ * // maxEjectionPercent: Number("int"), // required
369
+ * // },
370
+ * // connectionPool: { // VirtualNodeConnectionPool Union: only one key present
371
+ * // tcp: { // VirtualNodeTcpConnectionPool
372
+ * // maxConnections: Number("int"), // required
373
+ * // },
374
+ * // http: { // VirtualNodeHttpConnectionPool
375
+ * // maxConnections: Number("int"), // required
376
+ * // maxPendingRequests: Number("int"),
377
+ * // },
378
+ * // http2: { // VirtualNodeHttp2ConnectionPool
379
+ * // maxRequests: Number("int"), // required
380
+ * // },
381
+ * // grpc: { // VirtualNodeGrpcConnectionPool
382
+ * // maxRequests: Number("int"), // required
383
+ * // },
384
+ * // },
385
+ * // },
386
+ * // ],
387
+ * // backends: [ // Backends
388
+ * // { // Backend Union: only one key present
389
+ * // virtualService: { // VirtualServiceBackend
390
+ * // virtualServiceName: "STRING_VALUE", // required
391
+ * // clientPolicy: { // ClientPolicy
392
+ * // tls: { // ClientPolicyTls
393
+ * // enforce: true || false,
394
+ * // ports: [ // PortSet
395
+ * // Number("int"),
396
+ * // ],
397
+ * // certificate: { // ClientTlsCertificate Union: only one key present
398
+ * // file: {
399
+ * // certificateChain: "STRING_VALUE", // required
400
+ * // privateKey: "STRING_VALUE", // required
401
+ * // },
402
+ * // sds: {
403
+ * // secretName: "STRING_VALUE", // required
404
+ * // },
405
+ * // },
406
+ * // validation: { // TlsValidationContext
407
+ * // trust: { // TlsValidationContextTrust Union: only one key present
408
+ * // acm: { // TlsValidationContextAcmTrust
409
+ * // certificateAuthorityArns: [ // CertificateAuthorityArns // required
410
+ * // "STRING_VALUE",
411
+ * // ],
412
+ * // },
413
+ * // file: {
414
+ * // certificateChain: "STRING_VALUE", // required
415
+ * // },
416
+ * // sds: {
417
+ * // secretName: "STRING_VALUE", // required
418
+ * // },
419
+ * // },
420
+ * // subjectAlternativeNames: {
421
+ * // match: {
422
+ * // exact: [ // required
423
+ * // "STRING_VALUE",
424
+ * // ],
425
+ * // },
426
+ * // },
427
+ * // },
428
+ * // },
429
+ * // },
430
+ * // },
431
+ * // },
432
+ * // ],
433
+ * // backendDefaults: { // BackendDefaults
434
+ * // clientPolicy: {
435
+ * // tls: {
436
+ * // enforce: true || false,
437
+ * // ports: [
438
+ * // Number("int"),
439
+ * // ],
440
+ * // certificate: {// Union: only one key present
441
+ * // file: {
442
+ * // certificateChain: "STRING_VALUE", // required
443
+ * // privateKey: "STRING_VALUE", // required
444
+ * // },
445
+ * // sds: {
446
+ * // secretName: "STRING_VALUE", // required
447
+ * // },
448
+ * // },
449
+ * // validation: {
450
+ * // trust: {// Union: only one key present
451
+ * // acm: {
452
+ * // certificateAuthorityArns: [ // required
453
+ * // "STRING_VALUE",
454
+ * // ],
455
+ * // },
456
+ * // file: {
457
+ * // certificateChain: "STRING_VALUE", // required
458
+ * // },
459
+ * // sds: {
460
+ * // secretName: "STRING_VALUE", // required
461
+ * // },
462
+ * // },
463
+ * // subjectAlternativeNames: {
464
+ * // match: {
465
+ * // exact: [ // required
466
+ * // "STRING_VALUE",
467
+ * // ],
468
+ * // },
469
+ * // },
470
+ * // },
471
+ * // },
472
+ * // },
473
+ * // },
474
+ * // logging: { // Logging
475
+ * // accessLog: { // AccessLog Union: only one key present
476
+ * // file: { // FileAccessLog
477
+ * // path: "STRING_VALUE", // required
478
+ * // format: { // LoggingFormat Union: only one key present
479
+ * // text: "STRING_VALUE",
480
+ * // json: [ // JsonFormat
481
+ * // { // JsonFormatRef
482
+ * // key: "STRING_VALUE", // required
483
+ * // value: "STRING_VALUE", // required
484
+ * // },
485
+ * // ],
486
+ * // },
487
+ * // },
488
+ * // },
489
+ * // },
490
+ * // },
491
+ * // metadata: { // ResourceMetadata
492
+ * // arn: "STRING_VALUE", // required
493
+ * // version: Number("long"), // required
494
+ * // uid: "STRING_VALUE", // required
495
+ * // createdAt: new Date("TIMESTAMP"), // required
496
+ * // lastUpdatedAt: new Date("TIMESTAMP"), // required
497
+ * // meshOwner: "STRING_VALUE", // required
498
+ * // resourceOwner: "STRING_VALUE", // required
499
+ * // },
500
+ * // status: { // VirtualNodeStatus
501
+ * // status: "STRING_VALUE", // required
502
+ * // },
503
+ * // },
504
+ * // };
505
+ *
262
506
  * ```
263
507
  *
264
508
  * @param UpdateVirtualNodeCommandInput - {@link UpdateVirtualNodeCommandInput}
@@ -296,6 +540,8 @@ export interface UpdateVirtualNodeCommandOutput extends UpdateVirtualNodeOutput,
296
540
  * your account. For best results, use an increasing or variable sleep interval between
297
541
  * requests.</p>
298
542
  *
543
+ * @throws {@link AppMeshServiceException}
544
+ * <p>Base exception class for all service exceptions from AppMesh service.</p>
299
545
  *
300
546
  */
301
547
  export declare class UpdateVirtualNodeCommand extends $Command<UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput, AppMeshClientResolvedConfig> {
@@ -44,6 +44,35 @@ export interface UpdateVirtualRouterCommandOutput extends UpdateVirtualRouterOut
44
44
  * };
45
45
  * const command = new UpdateVirtualRouterCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // UpdateVirtualRouterOutput
48
+ * // virtualRouter: { // VirtualRouterData
49
+ * // meshName: "STRING_VALUE", // required
50
+ * // virtualRouterName: "STRING_VALUE", // required
51
+ * // spec: { // VirtualRouterSpec
52
+ * // listeners: [ // VirtualRouterListeners
53
+ * // { // VirtualRouterListener
54
+ * // portMapping: { // PortMapping
55
+ * // port: Number("int"), // required
56
+ * // protocol: "STRING_VALUE", // required
57
+ * // },
58
+ * // },
59
+ * // ],
60
+ * // },
61
+ * // metadata: { // ResourceMetadata
62
+ * // arn: "STRING_VALUE", // required
63
+ * // version: Number("long"), // required
64
+ * // uid: "STRING_VALUE", // required
65
+ * // createdAt: new Date("TIMESTAMP"), // required
66
+ * // lastUpdatedAt: new Date("TIMESTAMP"), // required
67
+ * // meshOwner: "STRING_VALUE", // required
68
+ * // resourceOwner: "STRING_VALUE", // required
69
+ * // },
70
+ * // status: { // VirtualRouterStatus
71
+ * // status: "STRING_VALUE", // required
72
+ * // },
73
+ * // },
74
+ * // };
75
+ *
47
76
  * ```
48
77
  *
49
78
  * @param UpdateVirtualRouterCommandInput - {@link UpdateVirtualRouterCommandInput}
@@ -81,6 +110,8 @@ export interface UpdateVirtualRouterCommandOutput extends UpdateVirtualRouterOut
81
110
  * your account. For best results, use an increasing or variable sleep interval between
82
111
  * requests.</p>
83
112
  *
113
+ * @throws {@link AppMeshServiceException}
114
+ * <p>Base exception class for all service exceptions from AppMesh service.</p>
84
115
  *
85
116
  */
86
117
  export declare class UpdateVirtualRouterCommand extends $Command<UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput, AppMeshClientResolvedConfig> {
@@ -44,6 +44,35 @@ export interface UpdateVirtualServiceCommandOutput extends UpdateVirtualServiceO
44
44
  * };
45
45
  * const command = new UpdateVirtualServiceCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // UpdateVirtualServiceOutput
48
+ * // virtualService: { // VirtualServiceData
49
+ * // meshName: "STRING_VALUE", // required
50
+ * // virtualServiceName: "STRING_VALUE", // required
51
+ * // spec: { // VirtualServiceSpec
52
+ * // provider: { // VirtualServiceProvider Union: only one key present
53
+ * // virtualNode: { // VirtualNodeServiceProvider
54
+ * // virtualNodeName: "STRING_VALUE", // required
55
+ * // },
56
+ * // virtualRouter: { // VirtualRouterServiceProvider
57
+ * // virtualRouterName: "STRING_VALUE", // required
58
+ * // },
59
+ * // },
60
+ * // },
61
+ * // metadata: { // ResourceMetadata
62
+ * // arn: "STRING_VALUE", // required
63
+ * // version: Number("long"), // required
64
+ * // uid: "STRING_VALUE", // required
65
+ * // createdAt: new Date("TIMESTAMP"), // required
66
+ * // lastUpdatedAt: new Date("TIMESTAMP"), // required
67
+ * // meshOwner: "STRING_VALUE", // required
68
+ * // resourceOwner: "STRING_VALUE", // required
69
+ * // },
70
+ * // status: { // VirtualServiceStatus
71
+ * // status: "STRING_VALUE", // required
72
+ * // },
73
+ * // },
74
+ * // };
75
+ *
47
76
  * ```
48
77
  *
49
78
  * @param UpdateVirtualServiceCommandInput - {@link UpdateVirtualServiceCommandInput}
@@ -81,6 +110,8 @@ export interface UpdateVirtualServiceCommandOutput extends UpdateVirtualServiceO
81
110
  * your account. For best results, use an increasing or variable sleep interval between
82
111
  * requests.</p>
83
112
  *
113
+ * @throws {@link AppMeshServiceException}
114
+ * <p>Base exception class for all service exceptions from AppMesh service.</p>
84
115
  *
85
116
  */
86
117
  export declare class UpdateVirtualServiceCommand extends $Command<UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput, AppMeshClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-app-mesh",
3
3
  "description": "AWS SDK for JavaScript App Mesh Client for Node.js, Browser and React Native",
4
- "version": "3.321.1",
4
+ "version": "3.326.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,33 +21,33 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.321.1",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.321.1",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
30
- "@aws-sdk/middleware-content-length": "3.310.0",
31
- "@aws-sdk/middleware-endpoint": "3.310.0",
32
- "@aws-sdk/middleware-host-header": "3.310.0",
33
- "@aws-sdk/middleware-logger": "3.310.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
- "@aws-sdk/middleware-retry": "3.310.0",
36
- "@aws-sdk/middleware-serde": "3.310.0",
37
- "@aws-sdk/middleware-signing": "3.310.0",
38
- "@aws-sdk/middleware-stack": "3.310.0",
39
- "@aws-sdk/middleware-user-agent": "3.319.0",
30
+ "@aws-sdk/middleware-content-length": "3.325.0",
31
+ "@aws-sdk/middleware-endpoint": "3.325.0",
32
+ "@aws-sdk/middleware-host-header": "3.325.0",
33
+ "@aws-sdk/middleware-logger": "3.325.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.325.0",
36
+ "@aws-sdk/middleware-serde": "3.325.0",
37
+ "@aws-sdk/middleware-signing": "3.325.0",
38
+ "@aws-sdk/middleware-stack": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.325.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.316.0",
43
+ "@aws-sdk/smithy-client": "3.325.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.316.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
51
  "@aws-sdk/util-endpoints": "3.319.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",