@aws-sdk/client-app-mesh 3.987.0 → 3.989.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultAppMeshHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2019-01-25",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.appmesh",
30
+ errorTypeRegistries,
29
31
  version: "2019-01-25",
30
32
  serviceTarget: "AppMesh",
31
33
  },
@@ -382,7 +382,7 @@ const _ra = "range";
382
382
  const _re = "rewrite";
383
383
  const _reg = "regex";
384
384
  const _ro = "routes";
385
- const _s = "spec";
385
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.appmesh";
386
386
  const _sAN = "subjectAlternativeNames";
387
387
  const _sD = "serviceDiscovery";
388
388
  const _sN = "serviceName";
@@ -390,7 +390,7 @@ const _sNe = "secretName";
390
390
  const _sc = "scheme";
391
391
  const _sd = "sds";
392
392
  const _se = "server";
393
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.appmesh";
393
+ const _sp = "spec";
394
394
  const _st = "status";
395
395
  const _sta = "start";
396
396
  const _su = "suffix";
@@ -430,6 +430,74 @@ const n0 = "com.amazonaws.appmesh";
430
430
  import { TypeRegistry } from "@smithy/core/schema";
431
431
  import { AppMeshServiceException } from "../models/AppMeshServiceException";
432
432
  import { BadRequestException, ConflictException, ForbiddenException, InternalServerErrorException, LimitExceededException, NotFoundException, ResourceInUseException, ServiceUnavailableException, TooManyRequestsException, TooManyTagsException, } from "../models/errors";
433
+ const _s_registry = TypeRegistry.for(_s);
434
+ export var AppMeshServiceException$ = [-3, _s, "AppMeshServiceException", 0, [], []];
435
+ _s_registry.registerError(AppMeshServiceException$, AppMeshServiceException);
436
+ const n0_registry = TypeRegistry.for(n0);
437
+ export var BadRequestException$ = [-3, n0, _BRE,
438
+ { [_e]: _c, [_hE]: 400 },
439
+ [_m],
440
+ [0]
441
+ ];
442
+ n0_registry.registerError(BadRequestException$, BadRequestException);
443
+ export var ConflictException$ = [-3, n0, _CE,
444
+ { [_e]: _c, [_hE]: 409 },
445
+ [_m],
446
+ [0]
447
+ ];
448
+ n0_registry.registerError(ConflictException$, ConflictException);
449
+ export var ForbiddenException$ = [-3, n0, _FE,
450
+ { [_e]: _c, [_hE]: 403 },
451
+ [_m],
452
+ [0]
453
+ ];
454
+ n0_registry.registerError(ForbiddenException$, ForbiddenException);
455
+ export var InternalServerErrorException$ = [-3, n0, _ISEE,
456
+ { [_e]: _se, [_hE]: 500 },
457
+ [_m],
458
+ [0]
459
+ ];
460
+ n0_registry.registerError(InternalServerErrorException$, InternalServerErrorException);
461
+ export var LimitExceededException$ = [-3, n0, _LEE,
462
+ { [_e]: _c, [_hE]: 400 },
463
+ [_m],
464
+ [0]
465
+ ];
466
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
467
+ export var NotFoundException$ = [-3, n0, _NFE,
468
+ { [_e]: _c, [_hE]: 404 },
469
+ [_m],
470
+ [0]
471
+ ];
472
+ n0_registry.registerError(NotFoundException$, NotFoundException);
473
+ export var ResourceInUseException$ = [-3, n0, _RIUE,
474
+ { [_e]: _c, [_hE]: 409 },
475
+ [_m],
476
+ [0]
477
+ ];
478
+ n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
479
+ export var ServiceUnavailableException$ = [-3, n0, _SUE,
480
+ { [_e]: _se, [_hE]: 503 },
481
+ [_m],
482
+ [0]
483
+ ];
484
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
485
+ export var TooManyRequestsException$ = [-3, n0, _TMRE,
486
+ { [_e]: _c, [_hE]: 429 },
487
+ [_m],
488
+ [0]
489
+ ];
490
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
491
+ export var TooManyTagsException$ = [-3, n0, _TMTE,
492
+ { [_e]: _c, [_hE]: 400 },
493
+ [_m],
494
+ [0]
495
+ ];
496
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
497
+ export const errorTypeRegistries = [
498
+ _s_registry,
499
+ n0_registry,
500
+ ];
433
501
  export var AwsCloudMapInstanceAttribute$ = [3, n0, _ACMIA,
434
502
  0,
435
503
  [_k, _v],
@@ -445,12 +513,6 @@ export var BackendDefaults$ = [3, n0, _BD,
445
513
  [_cP],
446
514
  [() => ClientPolicy$]
447
515
  ];
448
- export var BadRequestException$ = [-3, n0, _BRE,
449
- { [_e]: _c, [_hE]: 400 },
450
- [_m],
451
- [0]
452
- ];
453
- TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
454
516
  export var ClientPolicy$ = [3, n0, _CP,
455
517
  0,
456
518
  [_t],
@@ -461,15 +523,9 @@ export var ClientPolicyTls$ = [3, n0, _CPT,
461
523
  [_va, _en, _p, _ce],
462
524
  [() => TlsValidationContext$, 2, 64 | 1, () => ClientTlsCertificate$], 1
463
525
  ];
464
- export var ConflictException$ = [-3, n0, _CE,
465
- { [_e]: _c, [_hE]: 409 },
466
- [_m],
467
- [0]
468
- ];
469
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
470
526
  export var CreateGatewayRouteInput$ = [3, n0, _CGRI,
471
527
  0,
472
- [_gRN, _mN, _vGN, _s, _ta, _cT, _mO],
528
+ [_gRN, _mN, _vGN, _sp, _ta, _cT, _mO],
473
529
  [0, [0, 1], [0, 1], () => GatewayRouteSpec$, () => TagList, [0, 4], [0, { [_hQ]: _mO }]], 4
474
530
  ];
475
531
  export var CreateGatewayRouteOutput$ = [3, n0, _CGRO,
@@ -479,7 +535,7 @@ export var CreateGatewayRouteOutput$ = [3, n0, _CGRO,
479
535
  ];
480
536
  export var CreateMeshInput$ = [3, n0, _CMI,
481
537
  0,
482
- [_mN, _s, _ta, _cT],
538
+ [_mN, _sp, _ta, _cT],
483
539
  [0, () => MeshSpec$, () => TagList, [0, 4]], 1
484
540
  ];
485
541
  export var CreateMeshOutput$ = [3, n0, _CMO,
@@ -489,7 +545,7 @@ export var CreateMeshOutput$ = [3, n0, _CMO,
489
545
  ];
490
546
  export var CreateRouteInput$ = [3, n0, _CRI,
491
547
  0,
492
- [_rN, _mN, _vRN, _s, _ta, _cT, _mO],
548
+ [_rN, _mN, _vRN, _sp, _ta, _cT, _mO],
493
549
  [0, [0, 1], [0, 1], () => RouteSpec$, () => TagList, [0, 4], [0, { [_hQ]: _mO }]], 4
494
550
  ];
495
551
  export var CreateRouteOutput$ = [3, n0, _CRO,
@@ -499,7 +555,7 @@ export var CreateRouteOutput$ = [3, n0, _CRO,
499
555
  ];
500
556
  export var CreateVirtualGatewayInput$ = [3, n0, _CVGI,
501
557
  0,
502
- [_vGN, _mN, _s, _ta, _cT, _mO],
558
+ [_vGN, _mN, _sp, _ta, _cT, _mO],
503
559
  [0, [0, 1], () => VirtualGatewaySpec$, () => TagList, [0, 4], [0, { [_hQ]: _mO }]], 3
504
560
  ];
505
561
  export var CreateVirtualGatewayOutput$ = [3, n0, _CVGO,
@@ -509,7 +565,7 @@ export var CreateVirtualGatewayOutput$ = [3, n0, _CVGO,
509
565
  ];
510
566
  export var CreateVirtualNodeInput$ = [3, n0, _CVNI,
511
567
  0,
512
- [_vNN, _mN, _s, _ta, _cT, _mO],
568
+ [_vNN, _mN, _sp, _ta, _cT, _mO],
513
569
  [0, [0, 1], () => VirtualNodeSpec$, () => TagList, [0, 4], [0, { [_hQ]: _mO }]], 3
514
570
  ];
515
571
  export var CreateVirtualNodeOutput$ = [3, n0, _CVNO,
@@ -519,7 +575,7 @@ export var CreateVirtualNodeOutput$ = [3, n0, _CVNO,
519
575
  ];
520
576
  export var CreateVirtualRouterInput$ = [3, n0, _CVRI,
521
577
  0,
522
- [_vRN, _mN, _s, _ta, _cT, _mO],
578
+ [_vRN, _mN, _sp, _ta, _cT, _mO],
523
579
  [0, [0, 1], () => VirtualRouterSpec$, () => TagList, [0, 4], [0, { [_hQ]: _mO }]], 3
524
580
  ];
525
581
  export var CreateVirtualRouterOutput$ = [3, n0, _CVRO,
@@ -529,7 +585,7 @@ export var CreateVirtualRouterOutput$ = [3, n0, _CVRO,
529
585
  ];
530
586
  export var CreateVirtualServiceInput$ = [3, n0, _CVSI,
531
587
  0,
532
- [_vSN, _mN, _s, _ta, _cT, _mO],
588
+ [_vSN, _mN, _sp, _ta, _cT, _mO],
533
589
  [0, [0, 1], () => VirtualServiceSpec$, () => TagList, [0, 4], [0, { [_hQ]: _mO }]], 3
534
590
  ];
535
591
  export var CreateVirtualServiceOutput$ = [3, n0, _CVSO,
@@ -697,15 +753,9 @@ export var FileAccessLog$ = [3, n0, _FAL,
697
753
  [_pa, _f],
698
754
  [0, () => LoggingFormat$], 1
699
755
  ];
700
- export var ForbiddenException$ = [-3, n0, _FE,
701
- { [_e]: _c, [_hE]: 403 },
702
- [_m],
703
- [0]
704
- ];
705
- TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
706
756
  export var GatewayRouteData$ = [3, n0, _GRD,
707
757
  0,
708
- [_mN, _gRN, _vGN, _s, _met, _st],
758
+ [_mN, _gRN, _vGN, _sp, _met, _st],
709
759
  [0, 0, 0, () => GatewayRouteSpec$, () => ResourceMetadata$, () => GatewayRouteStatus$], 6
710
760
  ];
711
761
  export var GatewayRouteHostnameMatch$ = [3, n0, _GRHM,
@@ -878,23 +928,11 @@ export var HttpTimeout$ = [3, n0, _HT,
878
928
  [_pR, _id],
879
929
  [() => Duration$, () => Duration$]
880
930
  ];
881
- export var InternalServerErrorException$ = [-3, n0, _ISEE,
882
- { [_e]: _se, [_hE]: 500 },
883
- [_m],
884
- [0]
885
- ];
886
- TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
887
931
  export var JsonFormatRef$ = [3, n0, _JFR,
888
932
  0,
889
933
  [_k, _v],
890
934
  [0, 0], 2
891
935
  ];
892
- export var LimitExceededException$ = [-3, n0, _LEE,
893
- { [_e]: _c, [_hE]: 400 },
894
- [_m],
895
- [0]
896
- ];
897
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
898
936
  export var Listener$ = [3, n0, _L,
899
937
  0,
900
938
  [_pM, _t, _hC, _ti, _oD, _cPo],
@@ -1017,7 +1055,7 @@ export var MatchRange$ = [3, n0, _MR,
1017
1055
  ];
1018
1056
  export var MeshData$ = [3, n0, _MD,
1019
1057
  0,
1020
- [_mN, _s, _met, _st],
1058
+ [_mN, _sp, _met, _st],
1021
1059
  [0, () => MeshSpec$, () => ResourceMetadata$, () => MeshStatus$], 4
1022
1060
  ];
1023
1061
  export var MeshRef$ = [3, n0, _MRe,
@@ -1040,12 +1078,6 @@ export var MeshStatus$ = [3, n0, _MSe,
1040
1078
  [_st],
1041
1079
  [0]
1042
1080
  ];
1043
- export var NotFoundException$ = [-3, n0, _NFE,
1044
- { [_e]: _c, [_hE]: 404 },
1045
- [_m],
1046
- [0]
1047
- ];
1048
- TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
1049
1081
  export var OutlierDetection$ = [3, n0, _OD,
1050
1082
  0,
1051
1083
  [_mSE, _in, _bED, _mEP],
@@ -1061,12 +1093,6 @@ export var QueryParameterMatch$ = [3, n0, _QPM,
1061
1093
  [_ex],
1062
1094
  [0]
1063
1095
  ];
1064
- export var ResourceInUseException$ = [-3, n0, _RIUE,
1065
- { [_e]: _c, [_hE]: 409 },
1066
- [_m],
1067
- [0]
1068
- ];
1069
- TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
1070
1096
  export var ResourceMetadata$ = [3, n0, _RM,
1071
1097
  0,
1072
1098
  [_ar, _ve, _ui, _cA, _lUA, _mO, _rO],
@@ -1074,7 +1100,7 @@ export var ResourceMetadata$ = [3, n0, _RM,
1074
1100
  ];
1075
1101
  export var RouteData$ = [3, n0, _RD,
1076
1102
  0,
1077
- [_mN, _vRN, _rN, _s, _met, _st],
1103
+ [_mN, _vRN, _rN, _sp, _met, _st],
1078
1104
  [0, 0, 0, () => RouteSpec$, () => ResourceMetadata$, () => RouteStatus$], 6
1079
1105
  ];
1080
1106
  export var RouteRef$ = [3, n0, _RR,
@@ -1092,12 +1118,6 @@ export var RouteStatus$ = [3, n0, _RSo,
1092
1118
  [_st],
1093
1119
  [0], 1
1094
1120
  ];
1095
- export var ServiceUnavailableException$ = [-3, n0, _SUE,
1096
- { [_e]: _se, [_hE]: 503 },
1097
- [_m],
1098
- [0]
1099
- ];
1100
- TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
1101
1121
  export var SubjectAlternativeNameMatchers$ = [3, n0, _SANM,
1102
1122
  0,
1103
1123
  [_ex],
@@ -1163,18 +1183,6 @@ export var TlsValidationContextSdsTrust$ = [3, n0, _TVCST,
1163
1183
  [_sNe],
1164
1184
  [0], 1
1165
1185
  ];
1166
- export var TooManyRequestsException$ = [-3, n0, _TMRE,
1167
- { [_e]: _c, [_hE]: 429 },
1168
- [_m],
1169
- [0]
1170
- ];
1171
- TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
1172
- export var TooManyTagsException$ = [-3, n0, _TMTE,
1173
- { [_e]: _c, [_hE]: 400 },
1174
- [_m],
1175
- [0]
1176
- ];
1177
- TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
1178
1186
  export var UntagResourceInput$ = [3, n0, _URI,
1179
1187
  0,
1180
1188
  [_rA, _tK],
@@ -1187,7 +1195,7 @@ export var UntagResourceOutput$ = [3, n0, _URO,
1187
1195
  ];
1188
1196
  export var UpdateGatewayRouteInput$ = [3, n0, _UGRI,
1189
1197
  0,
1190
- [_gRN, _mN, _vGN, _s, _cT, _mO],
1198
+ [_gRN, _mN, _vGN, _sp, _cT, _mO],
1191
1199
  [[0, 1], [0, 1], [0, 1], () => GatewayRouteSpec$, [0, 4], [0, { [_hQ]: _mO }]], 4
1192
1200
  ];
1193
1201
  export var UpdateGatewayRouteOutput$ = [3, n0, _UGRO,
@@ -1197,7 +1205,7 @@ export var UpdateGatewayRouteOutput$ = [3, n0, _UGRO,
1197
1205
  ];
1198
1206
  export var UpdateMeshInput$ = [3, n0, _UMI,
1199
1207
  0,
1200
- [_mN, _s, _cT],
1208
+ [_mN, _sp, _cT],
1201
1209
  [[0, 1], () => MeshSpec$, [0, 4]], 1
1202
1210
  ];
1203
1211
  export var UpdateMeshOutput$ = [3, n0, _UMO,
@@ -1207,7 +1215,7 @@ export var UpdateMeshOutput$ = [3, n0, _UMO,
1207
1215
  ];
1208
1216
  export var UpdateRouteInput$ = [3, n0, _URIp,
1209
1217
  0,
1210
- [_rN, _mN, _vRN, _s, _cT, _mO],
1218
+ [_rN, _mN, _vRN, _sp, _cT, _mO],
1211
1219
  [[0, 1], [0, 1], [0, 1], () => RouteSpec$, [0, 4], [0, { [_hQ]: _mO }]], 4
1212
1220
  ];
1213
1221
  export var UpdateRouteOutput$ = [3, n0, _UROp,
@@ -1217,7 +1225,7 @@ export var UpdateRouteOutput$ = [3, n0, _UROp,
1217
1225
  ];
1218
1226
  export var UpdateVirtualGatewayInput$ = [3, n0, _UVGI,
1219
1227
  0,
1220
- [_vGN, _mN, _s, _cT, _mO],
1228
+ [_vGN, _mN, _sp, _cT, _mO],
1221
1229
  [[0, 1], [0, 1], () => VirtualGatewaySpec$, [0, 4], [0, { [_hQ]: _mO }]], 3
1222
1230
  ];
1223
1231
  export var UpdateVirtualGatewayOutput$ = [3, n0, _UVGO,
@@ -1227,7 +1235,7 @@ export var UpdateVirtualGatewayOutput$ = [3, n0, _UVGO,
1227
1235
  ];
1228
1236
  export var UpdateVirtualNodeInput$ = [3, n0, _UVNI,
1229
1237
  0,
1230
- [_vNN, _mN, _s, _cT, _mO],
1238
+ [_vNN, _mN, _sp, _cT, _mO],
1231
1239
  [[0, 1], [0, 1], () => VirtualNodeSpec$, [0, 4], [0, { [_hQ]: _mO }]], 3
1232
1240
  ];
1233
1241
  export var UpdateVirtualNodeOutput$ = [3, n0, _UVNO,
@@ -1237,7 +1245,7 @@ export var UpdateVirtualNodeOutput$ = [3, n0, _UVNO,
1237
1245
  ];
1238
1246
  export var UpdateVirtualRouterInput$ = [3, n0, _UVRI,
1239
1247
  0,
1240
- [_vRN, _mN, _s, _cT, _mO],
1248
+ [_vRN, _mN, _sp, _cT, _mO],
1241
1249
  [[0, 1], [0, 1], () => VirtualRouterSpec$, [0, 4], [0, { [_hQ]: _mO }]], 3
1242
1250
  ];
1243
1251
  export var UpdateVirtualRouterOutput$ = [3, n0, _UVRO,
@@ -1247,7 +1255,7 @@ export var UpdateVirtualRouterOutput$ = [3, n0, _UVRO,
1247
1255
  ];
1248
1256
  export var UpdateVirtualServiceInput$ = [3, n0, _UVSI,
1249
1257
  0,
1250
- [_vSN, _mN, _s, _cT, _mO],
1258
+ [_vSN, _mN, _sp, _cT, _mO],
1251
1259
  [[0, 1], [0, 1], () => VirtualServiceSpec$, [0, 4], [0, { [_hQ]: _mO }]], 3
1252
1260
  ];
1253
1261
  export var UpdateVirtualServiceOutput$ = [3, n0, _UVSO,
@@ -1272,7 +1280,7 @@ export var VirtualGatewayClientPolicyTls$ = [3, n0, _VGCPT,
1272
1280
  ];
1273
1281
  export var VirtualGatewayData$ = [3, n0, _VGD,
1274
1282
  0,
1275
- [_mN, _vGN, _s, _met, _st],
1283
+ [_mN, _vGN, _sp, _met, _st],
1276
1284
  [0, 0, () => VirtualGatewaySpec$, () => ResourceMetadata$, () => VirtualGatewayStatus$], 5
1277
1285
  ];
1278
1286
  export var VirtualGatewayFileAccessLog$ = [3, n0, _VGFAL,
@@ -1377,7 +1385,7 @@ export var VirtualGatewayTlsValidationContextSdsTrust$ = [3, n0, _VGTVCST,
1377
1385
  ];
1378
1386
  export var VirtualNodeData$ = [3, n0, _VND,
1379
1387
  0,
1380
- [_mN, _vNN, _s, _met, _st],
1388
+ [_mN, _vNN, _sp, _met, _st],
1381
1389
  [0, 0, () => VirtualNodeSpec$, () => ResourceMetadata$, () => VirtualNodeStatus$], 5
1382
1390
  ];
1383
1391
  export var VirtualNodeGrpcConnectionPool$ = [3, n0, _VNGCP,
@@ -1422,7 +1430,7 @@ export var VirtualNodeTcpConnectionPool$ = [3, n0, _VNTCP,
1422
1430
  ];
1423
1431
  export var VirtualRouterData$ = [3, n0, _VRD,
1424
1432
  0,
1425
- [_mN, _vRN, _s, _met, _st],
1433
+ [_mN, _vRN, _sp, _met, _st],
1426
1434
  [0, 0, () => VirtualRouterSpec$, () => ResourceMetadata$, () => VirtualRouterStatus$], 5
1427
1435
  ];
1428
1436
  export var VirtualRouterListener$ = [3, n0, _VRL,
@@ -1457,7 +1465,7 @@ export var VirtualServiceBackend$ = [3, n0, _VSB,
1457
1465
  ];
1458
1466
  export var VirtualServiceData$ = [3, n0, _VSD,
1459
1467
  0,
1460
- [_mN, _vSN, _s, _met, _st],
1468
+ [_mN, _vSN, _sp, _met, _st],
1461
1469
  [0, 0, () => VirtualServiceSpec$, () => ResourceMetadata$, () => VirtualServiceStatus$], 5
1462
1470
  ];
1463
1471
  export var VirtualServiceRef$ = [3, n0, _VSR,
@@ -1480,8 +1488,6 @@ export var WeightedTarget$ = [3, n0, _WT,
1480
1488
  [_vN, _w, _po],
1481
1489
  [0, 1, 1], 2
1482
1490
  ];
1483
- export var AppMeshServiceException$ = [-3, _sm, "AppMeshServiceException", 0, [], []];
1484
- TypeRegistry.for(_sm).registerError(AppMeshServiceException$, AppMeshServiceException);
1485
1491
  var AwsCloudMapInstanceAttributes = [1, n0, _ACMIAw,
1486
1492
  0, () => AwsCloudMapInstanceAttribute$
1487
1493
  ];
@@ -1,11 +1,27 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var AppMeshServiceException$: StaticErrorSchema;
4
+ export declare var BadRequestException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var ForbiddenException$: StaticErrorSchema;
7
+ export declare var InternalServerErrorException$: StaticErrorSchema;
8
+ export declare var LimitExceededException$: StaticErrorSchema;
9
+ export declare var NotFoundException$: StaticErrorSchema;
10
+ export declare var ResourceInUseException$: StaticErrorSchema;
11
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
12
+ export declare var TooManyRequestsException$: StaticErrorSchema;
13
+ export declare var TooManyTagsException$: StaticErrorSchema;
14
+ /**
15
+ * TypeRegistry instances containing modeled errors.
16
+ * @internal
17
+ *
18
+ */
19
+ export declare const errorTypeRegistries: TypeRegistry[];
2
20
  export declare var AwsCloudMapInstanceAttribute$: StaticStructureSchema;
3
21
  export declare var AwsCloudMapServiceDiscovery$: StaticStructureSchema;
4
22
  export declare var BackendDefaults$: StaticStructureSchema;
5
- export declare var BadRequestException$: StaticErrorSchema;
6
23
  export declare var ClientPolicy$: StaticStructureSchema;
7
24
  export declare var ClientPolicyTls$: StaticStructureSchema;
8
- export declare var ConflictException$: StaticErrorSchema;
9
25
  export declare var CreateGatewayRouteInput$: StaticStructureSchema;
10
26
  export declare var CreateGatewayRouteOutput$: StaticStructureSchema;
11
27
  export declare var CreateMeshInput$: StaticStructureSchema;
@@ -52,7 +68,6 @@ export declare var DnsServiceDiscovery$: StaticStructureSchema;
52
68
  export declare var Duration$: StaticStructureSchema;
53
69
  export declare var EgressFilter$: StaticStructureSchema;
54
70
  export declare var FileAccessLog$: StaticStructureSchema;
55
- export declare var ForbiddenException$: StaticErrorSchema;
56
71
  export declare var GatewayRouteData$: StaticStructureSchema;
57
72
  export declare var GatewayRouteHostnameMatch$: StaticStructureSchema;
58
73
  export declare var GatewayRouteHostnameRewrite$: StaticStructureSchema;
@@ -88,9 +103,7 @@ export declare var HttpRouteAction$: StaticStructureSchema;
88
103
  export declare var HttpRouteHeader$: StaticStructureSchema;
89
104
  export declare var HttpRouteMatch$: StaticStructureSchema;
90
105
  export declare var HttpTimeout$: StaticStructureSchema;
91
- export declare var InternalServerErrorException$: StaticErrorSchema;
92
106
  export declare var JsonFormatRef$: StaticStructureSchema;
93
- export declare var LimitExceededException$: StaticErrorSchema;
94
107
  export declare var Listener$: StaticStructureSchema;
95
108
  export declare var ListenerTls$: StaticStructureSchema;
96
109
  export declare var ListenerTlsAcmCertificate$: StaticStructureSchema;
@@ -120,17 +133,14 @@ export declare var MeshRef$: StaticStructureSchema;
120
133
  export declare var MeshServiceDiscovery$: StaticStructureSchema;
121
134
  export declare var MeshSpec$: StaticStructureSchema;
122
135
  export declare var MeshStatus$: StaticStructureSchema;
123
- export declare var NotFoundException$: StaticErrorSchema;
124
136
  export declare var OutlierDetection$: StaticStructureSchema;
125
137
  export declare var PortMapping$: StaticStructureSchema;
126
138
  export declare var QueryParameterMatch$: StaticStructureSchema;
127
- export declare var ResourceInUseException$: StaticErrorSchema;
128
139
  export declare var ResourceMetadata$: StaticStructureSchema;
129
140
  export declare var RouteData$: StaticStructureSchema;
130
141
  export declare var RouteRef$: StaticStructureSchema;
131
142
  export declare var RouteSpec$: StaticStructureSchema;
132
143
  export declare var RouteStatus$: StaticStructureSchema;
133
- export declare var ServiceUnavailableException$: StaticErrorSchema;
134
144
  export declare var SubjectAlternativeNameMatchers$: StaticStructureSchema;
135
145
  export declare var SubjectAlternativeNames$: StaticStructureSchema;
136
146
  export declare var TagRef$: StaticStructureSchema;
@@ -144,8 +154,6 @@ export declare var TlsValidationContext$: StaticStructureSchema;
144
154
  export declare var TlsValidationContextAcmTrust$: StaticStructureSchema;
145
155
  export declare var TlsValidationContextFileTrust$: StaticStructureSchema;
146
156
  export declare var TlsValidationContextSdsTrust$: StaticStructureSchema;
147
- export declare var TooManyRequestsException$: StaticErrorSchema;
148
- export declare var TooManyTagsException$: StaticErrorSchema;
149
157
  export declare var UntagResourceInput$: StaticStructureSchema;
150
158
  export declare var UntagResourceOutput$: StaticStructureSchema;
151
159
  export declare var UpdateGatewayRouteInput$: StaticStructureSchema;
@@ -207,7 +215,6 @@ export declare var VirtualServiceRef$: StaticStructureSchema;
207
215
  export declare var VirtualServiceSpec$: StaticStructureSchema;
208
216
  export declare var VirtualServiceStatus$: StaticStructureSchema;
209
217
  export declare var WeightedTarget$: StaticStructureSchema;
210
- export declare var AppMeshServiceException$: StaticErrorSchema;
211
218
  export declare var AccessLog$: StaticUnionSchema;
212
219
  export declare var Backend$: StaticUnionSchema;
213
220
  export declare var ClientTlsCertificate$: StaticUnionSchema;
@@ -1,16 +1,27 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  StaticUnionSchema,
6
7
  } from "@smithy/types";
8
+ export declare var AppMeshServiceException$: StaticErrorSchema;
9
+ export declare var BadRequestException$: StaticErrorSchema;
10
+ export declare var ConflictException$: StaticErrorSchema;
11
+ export declare var ForbiddenException$: StaticErrorSchema;
12
+ export declare var InternalServerErrorException$: StaticErrorSchema;
13
+ export declare var LimitExceededException$: StaticErrorSchema;
14
+ export declare var NotFoundException$: StaticErrorSchema;
15
+ export declare var ResourceInUseException$: StaticErrorSchema;
16
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
17
+ export declare var TooManyRequestsException$: StaticErrorSchema;
18
+ export declare var TooManyTagsException$: StaticErrorSchema;
19
+ export declare const errorTypeRegistries: TypeRegistry[];
7
20
  export declare var AwsCloudMapInstanceAttribute$: StaticStructureSchema;
8
21
  export declare var AwsCloudMapServiceDiscovery$: StaticStructureSchema;
9
22
  export declare var BackendDefaults$: StaticStructureSchema;
10
- export declare var BadRequestException$: StaticErrorSchema;
11
23
  export declare var ClientPolicy$: StaticStructureSchema;
12
24
  export declare var ClientPolicyTls$: StaticStructureSchema;
13
- export declare var ConflictException$: StaticErrorSchema;
14
25
  export declare var CreateGatewayRouteInput$: StaticStructureSchema;
15
26
  export declare var CreateGatewayRouteOutput$: StaticStructureSchema;
16
27
  export declare var CreateMeshInput$: StaticStructureSchema;
@@ -57,7 +68,6 @@ export declare var DnsServiceDiscovery$: StaticStructureSchema;
57
68
  export declare var Duration$: StaticStructureSchema;
58
69
  export declare var EgressFilter$: StaticStructureSchema;
59
70
  export declare var FileAccessLog$: StaticStructureSchema;
60
- export declare var ForbiddenException$: StaticErrorSchema;
61
71
  export declare var GatewayRouteData$: StaticStructureSchema;
62
72
  export declare var GatewayRouteHostnameMatch$: StaticStructureSchema;
63
73
  export declare var GatewayRouteHostnameRewrite$: StaticStructureSchema;
@@ -93,9 +103,7 @@ export declare var HttpRouteAction$: StaticStructureSchema;
93
103
  export declare var HttpRouteHeader$: StaticStructureSchema;
94
104
  export declare var HttpRouteMatch$: StaticStructureSchema;
95
105
  export declare var HttpTimeout$: StaticStructureSchema;
96
- export declare var InternalServerErrorException$: StaticErrorSchema;
97
106
  export declare var JsonFormatRef$: StaticStructureSchema;
98
- export declare var LimitExceededException$: StaticErrorSchema;
99
107
  export declare var Listener$: StaticStructureSchema;
100
108
  export declare var ListenerTls$: StaticStructureSchema;
101
109
  export declare var ListenerTlsAcmCertificate$: StaticStructureSchema;
@@ -125,17 +133,14 @@ export declare var MeshRef$: StaticStructureSchema;
125
133
  export declare var MeshServiceDiscovery$: StaticStructureSchema;
126
134
  export declare var MeshSpec$: StaticStructureSchema;
127
135
  export declare var MeshStatus$: StaticStructureSchema;
128
- export declare var NotFoundException$: StaticErrorSchema;
129
136
  export declare var OutlierDetection$: StaticStructureSchema;
130
137
  export declare var PortMapping$: StaticStructureSchema;
131
138
  export declare var QueryParameterMatch$: StaticStructureSchema;
132
- export declare var ResourceInUseException$: StaticErrorSchema;
133
139
  export declare var ResourceMetadata$: StaticStructureSchema;
134
140
  export declare var RouteData$: StaticStructureSchema;
135
141
  export declare var RouteRef$: StaticStructureSchema;
136
142
  export declare var RouteSpec$: StaticStructureSchema;
137
143
  export declare var RouteStatus$: StaticStructureSchema;
138
- export declare var ServiceUnavailableException$: StaticErrorSchema;
139
144
  export declare var SubjectAlternativeNameMatchers$: StaticStructureSchema;
140
145
  export declare var SubjectAlternativeNames$: StaticStructureSchema;
141
146
  export declare var TagRef$: StaticStructureSchema;
@@ -149,8 +154,6 @@ export declare var TlsValidationContext$: StaticStructureSchema;
149
154
  export declare var TlsValidationContextAcmTrust$: StaticStructureSchema;
150
155
  export declare var TlsValidationContextFileTrust$: StaticStructureSchema;
151
156
  export declare var TlsValidationContextSdsTrust$: StaticStructureSchema;
152
- export declare var TooManyRequestsException$: StaticErrorSchema;
153
- export declare var TooManyTagsException$: StaticErrorSchema;
154
157
  export declare var UntagResourceInput$: StaticStructureSchema;
155
158
  export declare var UntagResourceOutput$: StaticStructureSchema;
156
159
  export declare var UpdateGatewayRouteInput$: StaticStructureSchema;
@@ -212,7 +215,6 @@ export declare var VirtualServiceRef$: StaticStructureSchema;
212
215
  export declare var VirtualServiceSpec$: StaticStructureSchema;
213
216
  export declare var VirtualServiceStatus$: StaticStructureSchema;
214
217
  export declare var WeightedTarget$: StaticStructureSchema;
215
- export declare var AppMeshServiceException$: StaticErrorSchema;
216
218
  export declare var AccessLog$: StaticUnionSchema;
217
219
  export declare var Backend$: StaticUnionSchema;
218
220
  export declare var ClientTlsCertificate$: StaticUnionSchema;
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.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-app-mesh",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",