aws-sdk-core 2.11.454 → 2.11.455

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a253da845d90c2863d22522fa527776203863df
4
- data.tar.gz: 96359764a3d380e2a6373c1c2c4c167de68ae504
3
+ metadata.gz: 67ad5f0373dd0b52e1e53fbda0851db97ae79f6b
4
+ data.tar.gz: 6ad39be290a0cabc293283ac68b683e3a77d9c79
5
5
  SHA512:
6
- metadata.gz: f47d7f9276dc8cbc1f5c0bb91b5275c87631c738ce46ae283c3e36f845fce7561565a644121a991b605b5e9552533651cdf095a4ef4a50f2f89958ba6bb4eff9
7
- data.tar.gz: c08cc2067796159133a7e2dfc89af961c5ecb1df2e3af47ca6eb21954673452634575ed57e838924e9d2b939b649dfc07de9e8738507b038cfa539fdeeac1462
6
+ metadata.gz: d81592b6b822ecf032cf87ba402d9b3e87e72b26209ea7aa958b0c2f0cf7581fb5ef406ede49e0d01b3bb0c678f2a39458c7745ee447ff6236c8ed7cedf5ab25
7
+ data.tar.gz: fbed7e190f0858b66a6d444af8ca77b18fd9b2c0cbdbad7606ee0b398009b55f266c2b22ed02af9976aa9ae26a1c6870ec9b06e528a4d9ce5117bebd6d23a897
@@ -3,22 +3,26 @@
3
3
  "ListAnalyzedResources": {
4
4
  "input_token": "nextToken",
5
5
  "output_token": "nextToken",
6
- "limit_key": "maxResults"
6
+ "limit_key": "maxResults",
7
+ "result_key": "analyzedResources"
7
8
  },
8
9
  "ListAnalyzers": {
9
10
  "input_token": "nextToken",
10
11
  "output_token": "nextToken",
11
- "limit_key": "maxResults"
12
+ "limit_key": "maxResults",
13
+ "result_key": "analyzers"
12
14
  },
13
15
  "ListArchiveRules": {
14
16
  "input_token": "nextToken",
15
17
  "output_token": "nextToken",
16
- "limit_key": "maxResults"
18
+ "limit_key": "maxResults",
19
+ "result_key": "archiveRules"
17
20
  },
18
21
  "ListFindings": {
19
22
  "input_token": "nextToken",
20
23
  "output_token": "nextToken",
21
- "limit_key": "maxResults"
24
+ "limit_key": "maxResults",
25
+ "result_key": "findings"
22
26
  }
23
27
  }
24
28
  }
@@ -1066,6 +1066,1161 @@
1066
1066
  }
1067
1067
  }
1068
1068
  },
1069
+ "VirtualRouterStatusCode": {
1070
+ "type": "string",
1071
+ "enum": [
1072
+ "ACTIVE",
1073
+ "DELETED",
1074
+ "INACTIVE"
1075
+ ]
1076
+ },
1077
+ "TagKeyList": {
1078
+ "type": "list",
1079
+ "member": {
1080
+ "shape": "TagKey"
1081
+ },
1082
+ "min": 0,
1083
+ "max": 50
1084
+ },
1085
+ "GrpcRetryPolicy": {
1086
+ "type": "structure",
1087
+ "required": [
1088
+ "maxRetries",
1089
+ "perRetryTimeout"
1090
+ ],
1091
+ "members": {
1092
+ "grpcRetryEvents": {
1093
+ "shape": "GrpcRetryPolicyEvents"
1094
+ },
1095
+ "httpRetryEvents": {
1096
+ "shape": "HttpRetryPolicyEvents"
1097
+ },
1098
+ "maxRetries": {
1099
+ "shape": "MaxRetries"
1100
+ },
1101
+ "perRetryTimeout": {
1102
+ "shape": "Duration"
1103
+ },
1104
+ "tcpRetryEvents": {
1105
+ "shape": "TcpRetryPolicyEvents"
1106
+ }
1107
+ }
1108
+ },
1109
+ "CreateVirtualNodeOutput": {
1110
+ "type": "structure",
1111
+ "required": [
1112
+ "virtualNode"
1113
+ ],
1114
+ "members": {
1115
+ "virtualNode": {
1116
+ "shape": "VirtualNodeData"
1117
+ }
1118
+ },
1119
+ "payload": "virtualNode"
1120
+ },
1121
+ "Logging": {
1122
+ "type": "structure",
1123
+ "members": {
1124
+ "accessLog": {
1125
+ "shape": "AccessLog"
1126
+ }
1127
+ }
1128
+ },
1129
+ "Long": {
1130
+ "type": "long",
1131
+ "box": true
1132
+ },
1133
+ "UpdateVirtualRouterOutput": {
1134
+ "type": "structure",
1135
+ "required": [
1136
+ "virtualRouter"
1137
+ ],
1138
+ "members": {
1139
+ "virtualRouter": {
1140
+ "shape": "VirtualRouterData"
1141
+ }
1142
+ },
1143
+ "payload": "virtualRouter"
1144
+ },
1145
+ "ListVirtualRoutersOutput": {
1146
+ "type": "structure",
1147
+ "required": [
1148
+ "virtualRouters"
1149
+ ],
1150
+ "members": {
1151
+ "nextToken": {
1152
+ "shape": "String"
1153
+ },
1154
+ "virtualRouters": {
1155
+ "shape": "VirtualRouterList"
1156
+ }
1157
+ }
1158
+ },
1159
+ "ResourceMetadata": {
1160
+ "type": "structure",
1161
+ "required": [
1162
+ "arn",
1163
+ "createdAt",
1164
+ "lastUpdatedAt",
1165
+ "uid",
1166
+ "version"
1167
+ ],
1168
+ "members": {
1169
+ "arn": {
1170
+ "shape": "Arn"
1171
+ },
1172
+ "createdAt": {
1173
+ "shape": "Timestamp"
1174
+ },
1175
+ "lastUpdatedAt": {
1176
+ "shape": "Timestamp"
1177
+ },
1178
+ "uid": {
1179
+ "shape": "String"
1180
+ },
1181
+ "version": {
1182
+ "shape": "Long"
1183
+ }
1184
+ }
1185
+ },
1186
+ "ResourceInUseException": {
1187
+ "type": "structure",
1188
+ "members": {
1189
+ "message": {
1190
+ "shape": "String"
1191
+ }
1192
+ },
1193
+ "exception": true,
1194
+ "error": {
1195
+ "code": "ResourceInUseException",
1196
+ "httpStatusCode": 409,
1197
+ "senderFault": true
1198
+ }
1199
+ },
1200
+ "UpdateVirtualNodeOutput": {
1201
+ "type": "structure",
1202
+ "required": [
1203
+ "virtualNode"
1204
+ ],
1205
+ "members": {
1206
+ "virtualNode": {
1207
+ "shape": "VirtualNodeData"
1208
+ }
1209
+ },
1210
+ "payload": "virtualNode"
1211
+ },
1212
+ "ListRoutesOutput": {
1213
+ "type": "structure",
1214
+ "required": [
1215
+ "routes"
1216
+ ],
1217
+ "members": {
1218
+ "nextToken": {
1219
+ "shape": "String"
1220
+ },
1221
+ "routes": {
1222
+ "shape": "RouteList"
1223
+ }
1224
+ }
1225
+ },
1226
+ "VirtualServiceBackend": {
1227
+ "type": "structure",
1228
+ "required": [
1229
+ "virtualServiceName"
1230
+ ],
1231
+ "members": {
1232
+ "clientPolicy": {
1233
+ "shape": "ClientPolicy"
1234
+ },
1235
+ "virtualServiceName": {
1236
+ "shape": "ServiceName"
1237
+ }
1238
+ }
1239
+ },
1240
+ "BadRequestException": {
1241
+ "type": "structure",
1242
+ "members": {
1243
+ "message": {
1244
+ "shape": "String"
1245
+ }
1246
+ },
1247
+ "exception": true,
1248
+ "error": {
1249
+ "code": "BadRequestException",
1250
+ "httpStatusCode": 400,
1251
+ "senderFault": true
1252
+ }
1253
+ },
1254
+ "GrpcRouteMetadataList": {
1255
+ "type": "list",
1256
+ "member": {
1257
+ "shape": "GrpcRouteMetadata"
1258
+ },
1259
+ "min": 1,
1260
+ "max": 10
1261
+ },
1262
+ "ListenerTlsMode": {
1263
+ "type": "string",
1264
+ "enum": [
1265
+ "DISABLED",
1266
+ "PERMISSIVE",
1267
+ "STRICT"
1268
+ ]
1269
+ },
1270
+ "HealthCheckPolicy": {
1271
+ "type": "structure",
1272
+ "required": [
1273
+ "healthyThreshold",
1274
+ "intervalMillis",
1275
+ "protocol",
1276
+ "timeoutMillis",
1277
+ "unhealthyThreshold"
1278
+ ],
1279
+ "members": {
1280
+ "healthyThreshold": {
1281
+ "shape": "HealthCheckThreshold"
1282
+ },
1283
+ "intervalMillis": {
1284
+ "shape": "HealthCheckIntervalMillis"
1285
+ },
1286
+ "path": {
1287
+ "shape": "String"
1288
+ },
1289
+ "port": {
1290
+ "shape": "PortNumber"
1291
+ },
1292
+ "protocol": {
1293
+ "shape": "PortProtocol"
1294
+ },
1295
+ "timeoutMillis": {
1296
+ "shape": "HealthCheckTimeoutMillis"
1297
+ },
1298
+ "unhealthyThreshold": {
1299
+ "shape": "HealthCheckThreshold"
1300
+ }
1301
+ }
1302
+ },
1303
+ "EgressFilter": {
1304
+ "type": "structure",
1305
+ "required": [
1306
+ "type"
1307
+ ],
1308
+ "members": {
1309
+ "type": {
1310
+ "shape": "EgressFilterType"
1311
+ }
1312
+ }
1313
+ },
1314
+ "VirtualServiceList": {
1315
+ "type": "list",
1316
+ "member": {
1317
+ "shape": "VirtualServiceRef"
1318
+ }
1319
+ },
1320
+ "ClientPolicy": {
1321
+ "type": "structure",
1322
+ "members": {
1323
+ "tls": {
1324
+ "shape": "ClientPolicyTls"
1325
+ }
1326
+ }
1327
+ },
1328
+ "Boolean": {
1329
+ "type": "boolean",
1330
+ "box": true
1331
+ },
1332
+ "HttpRetryPolicyEvent": {
1333
+ "type": "string",
1334
+ "min": 1,
1335
+ "max": 25
1336
+ },
1337
+ "DescribeVirtualServiceOutput": {
1338
+ "type": "structure",
1339
+ "required": [
1340
+ "virtualService"
1341
+ ],
1342
+ "members": {
1343
+ "virtualService": {
1344
+ "shape": "VirtualServiceData"
1345
+ }
1346
+ },
1347
+ "payload": "virtualService"
1348
+ },
1349
+ "CertificateAuthorityArns": {
1350
+ "type": "list",
1351
+ "member": {
1352
+ "shape": "Arn"
1353
+ },
1354
+ "min": 1,
1355
+ "max": 3
1356
+ },
1357
+ "DescribeVirtualNodeOutput": {
1358
+ "type": "structure",
1359
+ "required": [
1360
+ "virtualNode"
1361
+ ],
1362
+ "members": {
1363
+ "virtualNode": {
1364
+ "shape": "VirtualNodeData"
1365
+ }
1366
+ },
1367
+ "payload": "virtualNode"
1368
+ },
1369
+ "AwsCloudMapName": {
1370
+ "type": "string",
1371
+ "min": 1,
1372
+ "max": 1024,
1373
+ "pattern": "((?=^.{1,127}$)^([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9])(.([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9]))*$)|(^.$)"
1374
+ },
1375
+ "CreateRouteOutput": {
1376
+ "type": "structure",
1377
+ "required": [
1378
+ "route"
1379
+ ],
1380
+ "members": {
1381
+ "route": {
1382
+ "shape": "RouteData"
1383
+ }
1384
+ },
1385
+ "payload": "route"
1386
+ },
1387
+ "DnsServiceDiscovery": {
1388
+ "type": "structure",
1389
+ "required": [
1390
+ "hostname"
1391
+ ],
1392
+ "members": {
1393
+ "hostname": {
1394
+ "shape": "Hostname"
1395
+ }
1396
+ }
1397
+ },
1398
+ "DeleteRouteInput": {
1399
+ "type": "structure",
1400
+ "required": [
1401
+ "meshName",
1402
+ "routeName",
1403
+ "virtualRouterName"
1404
+ ],
1405
+ "members": {
1406
+ "meshName": {
1407
+ "shape": "ResourceName",
1408
+ "location": "uri",
1409
+ "locationName": "meshName"
1410
+ },
1411
+ "routeName": {
1412
+ "shape": "ResourceName",
1413
+ "location": "uri",
1414
+ "locationName": "routeName"
1415
+ },
1416
+ "virtualRouterName": {
1417
+ "shape": "ResourceName",
1418
+ "location": "uri",
1419
+ "locationName": "virtualRouterName"
1420
+ }
1421
+ }
1422
+ },
1423
+ "VirtualNodeData": {
1424
+ "type": "structure",
1425
+ "required": [
1426
+ "meshName",
1427
+ "metadata",
1428
+ "spec",
1429
+ "status",
1430
+ "virtualNodeName"
1431
+ ],
1432
+ "members": {
1433
+ "meshName": {
1434
+ "shape": "ResourceName"
1435
+ },
1436
+ "metadata": {
1437
+ "shape": "ResourceMetadata"
1438
+ },
1439
+ "spec": {
1440
+ "shape": "VirtualNodeSpec"
1441
+ },
1442
+ "status": {
1443
+ "shape": "VirtualNodeStatus"
1444
+ },
1445
+ "virtualNodeName": {
1446
+ "shape": "ResourceName"
1447
+ }
1448
+ }
1449
+ },
1450
+ "UntagResourceOutput": {
1451
+ "type": "structure",
1452
+ "members": { }
1453
+ },
1454
+ "TcpRetryPolicyEvent": {
1455
+ "type": "string",
1456
+ "enum": [
1457
+ "connection-error"
1458
+ ]
1459
+ },
1460
+ "Backend": {
1461
+ "type": "structure",
1462
+ "members": {
1463
+ "virtualService": {
1464
+ "shape": "VirtualServiceBackend"
1465
+ }
1466
+ }
1467
+ },
1468
+ "ListMeshesInput": {
1469
+ "type": "structure",
1470
+ "members": {
1471
+ "limit": {
1472
+ "shape": "ListMeshesLimit",
1473
+ "location": "querystring",
1474
+ "locationName": "limit"
1475
+ },
1476
+ "nextToken": {
1477
+ "shape": "String",
1478
+ "location": "querystring",
1479
+ "locationName": "nextToken"
1480
+ }
1481
+ }
1482
+ },
1483
+ "VirtualRouterData": {
1484
+ "type": "structure",
1485
+ "required": [
1486
+ "meshName",
1487
+ "metadata",
1488
+ "spec",
1489
+ "status",
1490
+ "virtualRouterName"
1491
+ ],
1492
+ "members": {
1493
+ "meshName": {
1494
+ "shape": "ResourceName"
1495
+ },
1496
+ "metadata": {
1497
+ "shape": "ResourceMetadata"
1498
+ },
1499
+ "spec": {
1500
+ "shape": "VirtualRouterSpec"
1501
+ },
1502
+ "status": {
1503
+ "shape": "VirtualRouterStatus"
1504
+ },
1505
+ "virtualRouterName": {
1506
+ "shape": "ResourceName"
1507
+ }
1508
+ }
1509
+ },
1510
+ "UpdateMeshInput": {
1511
+ "type": "structure",
1512
+ "required": [
1513
+ "meshName"
1514
+ ],
1515
+ "members": {
1516
+ "clientToken": {
1517
+ "shape": "String",
1518
+ "idempotencyToken": true
1519
+ },
1520
+ "meshName": {
1521
+ "shape": "ResourceName",
1522
+ "location": "uri",
1523
+ "locationName": "meshName"
1524
+ },
1525
+ "spec": {
1526
+ "shape": "MeshSpec"
1527
+ }
1528
+ }
1529
+ },
1530
+ "CreateVirtualRouterInput": {
1531
+ "type": "structure",
1532
+ "required": [
1533
+ "meshName",
1534
+ "spec",
1535
+ "virtualRouterName"
1536
+ ],
1537
+ "members": {
1538
+ "clientToken": {
1539
+ "shape": "String",
1540
+ "idempotencyToken": true
1541
+ },
1542
+ "meshName": {
1543
+ "shape": "ResourceName",
1544
+ "location": "uri",
1545
+ "locationName": "meshName"
1546
+ },
1547
+ "spec": {
1548
+ "shape": "VirtualRouterSpec"
1549
+ },
1550
+ "tags": {
1551
+ "shape": "TagList",
1552
+ "tags": [
1553
+ "not-preview"
1554
+ ]
1555
+ },
1556
+ "virtualRouterName": {
1557
+ "shape": "ResourceName"
1558
+ }
1559
+ }
1560
+ },
1561
+ "DescribeVirtualRouterOutput": {
1562
+ "type": "structure",
1563
+ "required": [
1564
+ "virtualRouter"
1565
+ ],
1566
+ "members": {
1567
+ "virtualRouter": {
1568
+ "shape": "VirtualRouterData"
1569
+ }
1570
+ },
1571
+ "payload": "virtualRouter"
1572
+ },
1573
+ "CreateMeshOutput": {
1574
+ "type": "structure",
1575
+ "required": [
1576
+ "mesh"
1577
+ ],
1578
+ "members": {
1579
+ "mesh": {
1580
+ "shape": "MeshData"
1581
+ }
1582
+ },
1583
+ "payload": "mesh"
1584
+ },
1585
+ "CreateVirtualRouterOutput": {
1586
+ "type": "structure",
1587
+ "required": [
1588
+ "virtualRouter"
1589
+ ],
1590
+ "members": {
1591
+ "virtualRouter": {
1592
+ "shape": "VirtualRouterData"
1593
+ }
1594
+ },
1595
+ "payload": "virtualRouter"
1596
+ },
1597
+ "VirtualServiceStatus": {
1598
+ "type": "structure",
1599
+ "required": [
1600
+ "status"
1601
+ ],
1602
+ "members": {
1603
+ "status": {
1604
+ "shape": "VirtualServiceStatusCode"
1605
+ }
1606
+ }
1607
+ },
1608
+ "HttpRetryPolicyEvents": {
1609
+ "type": "list",
1610
+ "member": {
1611
+ "shape": "HttpRetryPolicyEvent"
1612
+ },
1613
+ "min": 1,
1614
+ "max": 25
1615
+ },
1616
+ "ListenerTlsCertificate": {
1617
+ "type": "structure",
1618
+ "members": {
1619
+ "acm": {
1620
+ "shape": "ListenerTlsAcmCertificate"
1621
+ },
1622
+ "file": {
1623
+ "shape": "ListenerTlsFileCertificate"
1624
+ }
1625
+ }
1626
+ },
1627
+ "ListMeshesLimit": {
1628
+ "type": "integer",
1629
+ "box": true,
1630
+ "min": 1,
1631
+ "max": 100
1632
+ },
1633
+ "AwsCloudMapInstanceAttributeKey": {
1634
+ "type": "string",
1635
+ "min": 1,
1636
+ "max": 255,
1637
+ "pattern": "^[a-zA-Z0-9!-~]+$"
1638
+ },
1639
+ "VirtualRouterSpec": {
1640
+ "type": "structure",
1641
+ "members": {
1642
+ "listeners": {
1643
+ "shape": "VirtualRouterListeners"
1644
+ }
1645
+ }
1646
+ },
1647
+ "VirtualNodeSpec": {
1648
+ "type": "structure",
1649
+ "members": {
1650
+ "backendDefaults": {
1651
+ "shape": "BackendDefaults"
1652
+ },
1653
+ "backends": {
1654
+ "shape": "Backends"
1655
+ },
1656
+ "listeners": {
1657
+ "shape": "Listeners"
1658
+ },
1659
+ "logging": {
1660
+ "shape": "Logging"
1661
+ },
1662
+ "serviceDiscovery": {
1663
+ "shape": "ServiceDiscovery"
1664
+ }
1665
+ }
1666
+ },
1667
+ "ListMeshesOutput": {
1668
+ "type": "structure",
1669
+ "required": [
1670
+ "meshes"
1671
+ ],
1672
+ "members": {
1673
+ "meshes": {
1674
+ "shape": "MeshList"
1675
+ },
1676
+ "nextToken": {
1677
+ "shape": "String"
1678
+ }
1679
+ }
1680
+ },
1681
+ "VirtualRouterListeners": {
1682
+ "type": "list",
1683
+ "member": {
1684
+ "shape": "VirtualRouterListener"
1685
+ },
1686
+ "min": 1,
1687
+ "max": 1
1688
+ },
1689
+ "PortSet": {
1690
+ "type": "list",
1691
+ "member": {
1692
+ "shape": "PortNumber"
1693
+ }
1694
+ },
1695
+ "HttpMethod": {
1696
+ "type": "string",
1697
+ "enum": [
1698
+ "CONNECT",
1699
+ "DELETE",
1700
+ "GET",
1701
+ "HEAD",
1702
+ "OPTIONS",
1703
+ "PATCH",
1704
+ "POST",
1705
+ "PUT",
1706
+ "TRACE"
1707
+ ]
1708
+ },
1709
+ "ConflictException": {
1710
+ "type": "structure",
1711
+ "members": {
1712
+ "message": {
1713
+ "shape": "String"
1714
+ }
1715
+ },
1716
+ "exception": true,
1717
+ "error": {
1718
+ "code": "ConflictException",
1719
+ "httpStatusCode": 409,
1720
+ "senderFault": true
1721
+ }
1722
+ },
1723
+ "MeshList": {
1724
+ "type": "list",
1725
+ "member": {
1726
+ "shape": "MeshRef"
1727
+ }
1728
+ },
1729
+ "MaxRetries": {
1730
+ "type": "long",
1731
+ "box": true,
1732
+ "min": 0
1733
+ },
1734
+ "TlsValidationContextTrust": {
1735
+ "type": "structure",
1736
+ "members": {
1737
+ "acm": {
1738
+ "shape": "TlsValidationContextAcmTrust"
1739
+ },
1740
+ "file": {
1741
+ "shape": "TlsValidationContextFileTrust"
1742
+ }
1743
+ }
1744
+ },
1745
+ "PortMapping": {
1746
+ "type": "structure",
1747
+ "required": [
1748
+ "port",
1749
+ "protocol"
1750
+ ],
1751
+ "members": {
1752
+ "port": {
1753
+ "shape": "PortNumber"
1754
+ },
1755
+ "protocol": {
1756
+ "shape": "PortProtocol"
1757
+ }
1758
+ }
1759
+ },
1760
+ "ListVirtualServicesOutput": {
1761
+ "type": "structure",
1762
+ "required": [
1763
+ "virtualServices"
1764
+ ],
1765
+ "members": {
1766
+ "nextToken": {
1767
+ "shape": "String"
1768
+ },
1769
+ "virtualServices": {
1770
+ "shape": "VirtualServiceList"
1771
+ }
1772
+ }
1773
+ },
1774
+ "AwsCloudMapInstanceAttributeValue": {
1775
+ "type": "string",
1776
+ "min": 1,
1777
+ "max": 1024,
1778
+ "pattern": "^([a-zA-Z0-9!-~][ ta-zA-Z0-9!-~]*){0,1}[a-zA-Z0-9!-~]{0,1}$"
1779
+ },
1780
+ "WeightedTarget": {
1781
+ "type": "structure",
1782
+ "required": [
1783
+ "virtualNode",
1784
+ "weight"
1785
+ ],
1786
+ "members": {
1787
+ "virtualNode": {
1788
+ "shape": "ResourceName"
1789
+ },
1790
+ "weight": {
1791
+ "shape": "PercentInt"
1792
+ }
1793
+ }
1794
+ },
1795
+ "RouteRef": {
1796
+ "type": "structure",
1797
+ "required": [
1798
+ "arn",
1799
+ "meshName",
1800
+ "routeName",
1801
+ "virtualRouterName"
1802
+ ],
1803
+ "members": {
1804
+ "arn": {
1805
+ "shape": "Arn"
1806
+ },
1807
+ "meshName": {
1808
+ "shape": "ResourceName"
1809
+ },
1810
+ "routeName": {
1811
+ "shape": "ResourceName"
1812
+ },
1813
+ "virtualRouterName": {
1814
+ "shape": "ResourceName"
1815
+ }
1816
+ }
1817
+ },
1818
+ "DeleteVirtualNodeInput": {
1819
+ "type": "structure",
1820
+ "required": [
1821
+ "meshName",
1822
+ "virtualNodeName"
1823
+ ],
1824
+ "members": {
1825
+ "meshName": {
1826
+ "shape": "ResourceName",
1827
+ "location": "uri",
1828
+ "locationName": "meshName"
1829
+ },
1830
+ "virtualNodeName": {
1831
+ "shape": "ResourceName",
1832
+ "location": "uri",
1833
+ "locationName": "virtualNodeName"
1834
+ }
1835
+ }
1836
+ },
1837
+ "RouteData": {
1838
+ "type": "structure",
1839
+ "required": [
1840
+ "meshName",
1841
+ "metadata",
1842
+ "routeName",
1843
+ "spec",
1844
+ "status",
1845
+ "virtualRouterName"
1846
+ ],
1847
+ "members": {
1848
+ "meshName": {
1849
+ "shape": "ResourceName"
1850
+ },
1851
+ "metadata": {
1852
+ "shape": "ResourceMetadata"
1853
+ },
1854
+ "routeName": {
1855
+ "shape": "ResourceName"
1856
+ },
1857
+ "spec": {
1858
+ "shape": "RouteSpec"
1859
+ },
1860
+ "status": {
1861
+ "shape": "RouteStatus"
1862
+ },
1863
+ "virtualRouterName": {
1864
+ "shape": "ResourceName"
1865
+ }
1866
+ }
1867
+ },
1868
+ "RouteStatusCode": {
1869
+ "type": "string",
1870
+ "enum": [
1871
+ "ACTIVE",
1872
+ "DELETED",
1873
+ "INACTIVE"
1874
+ ]
1875
+ },
1876
+ "InternalServerErrorException": {
1877
+ "type": "structure",
1878
+ "members": {
1879
+ "message": {
1880
+ "shape": "String"
1881
+ }
1882
+ },
1883
+ "exception": true,
1884
+ "error": {
1885
+ "code": "InternalServerErrorException",
1886
+ "httpStatusCode": 500,
1887
+ "fault": true
1888
+ }
1889
+ },
1890
+ "HeaderName": {
1891
+ "type": "string",
1892
+ "min": 1,
1893
+ "max": 50
1894
+ },
1895
+ "TagList": {
1896
+ "type": "list",
1897
+ "member": {
1898
+ "shape": "TagRef"
1899
+ },
1900
+ "min": 0,
1901
+ "max": 50
1902
+ },
1903
+ "GrpcRetryPolicyEvent": {
1904
+ "type": "string",
1905
+ "enum": [
1906
+ "cancelled",
1907
+ "deadline-exceeded",
1908
+ "internal",
1909
+ "resource-exhausted",
1910
+ "unavailable"
1911
+ ]
1912
+ },
1913
+ "TlsValidationContextAcmTrust": {
1914
+ "type": "structure",
1915
+ "required": [
1916
+ "certificateAuthorityArns"
1917
+ ],
1918
+ "members": {
1919
+ "certificateAuthorityArns": {
1920
+ "shape": "CertificateAuthorityArns"
1921
+ }
1922
+ }
1923
+ },
1924
+ "ForbiddenException": {
1925
+ "type": "structure",
1926
+ "members": {
1927
+ "message": {
1928
+ "shape": "String"
1929
+ }
1930
+ },
1931
+ "exception": true,
1932
+ "error": {
1933
+ "code": "ForbiddenException",
1934
+ "httpStatusCode": 403,
1935
+ "senderFault": true
1936
+ }
1937
+ },
1938
+ "HeaderMatchMethod": {
1939
+ "type": "structure",
1940
+ "members": {
1941
+ "exact": {
1942
+ "shape": "HeaderMatch"
1943
+ },
1944
+ "prefix": {
1945
+ "shape": "HeaderMatch"
1946
+ },
1947
+ "range": {
1948
+ "shape": "MatchRange"
1949
+ },
1950
+ "regex": {
1951
+ "shape": "HeaderMatch"
1952
+ },
1953
+ "suffix": {
1954
+ "shape": "HeaderMatch"
1955
+ }
1956
+ }
1957
+ },
1958
+ "DeleteMeshOutput": {
1959
+ "type": "structure",
1960
+ "required": [
1961
+ "mesh"
1962
+ ],
1963
+ "members": {
1964
+ "mesh": {
1965
+ "shape": "MeshData"
1966
+ }
1967
+ },
1968
+ "payload": "mesh"
1969
+ },
1970
+ "EgressFilterType": {
1971
+ "type": "string",
1972
+ "enum": [
1973
+ "ALLOW_ALL",
1974
+ "DROP_ALL"
1975
+ ]
1976
+ },
1977
+ "DurationValue": {
1978
+ "type": "long",
1979
+ "box": true,
1980
+ "min": 0
1981
+ },
1982
+ "Hostname": {
1983
+ "type": "string"
1984
+ },
1985
+ "TagResourceInput": {
1986
+ "type": "structure",
1987
+ "required": [
1988
+ "resourceArn",
1989
+ "tags"
1990
+ ],
1991
+ "members": {
1992
+ "resourceArn": {
1993
+ "shape": "Arn",
1994
+ "location": "querystring",
1995
+ "locationName": "resourceArn"
1996
+ },
1997
+ "tags": {
1998
+ "shape": "TagList"
1999
+ }
2000
+ }
2001
+ },
2002
+ "VirtualServiceProvider": {
2003
+ "type": "structure",
2004
+ "members": {
2005
+ "virtualNode": {
2006
+ "shape": "VirtualNodeServiceProvider"
2007
+ },
2008
+ "virtualRouter": {
2009
+ "shape": "VirtualRouterServiceProvider"
2010
+ }
2011
+ }
2012
+ },
2013
+ "GrpcRouteMatch": {
2014
+ "type": "structure",
2015
+ "members": {
2016
+ "metadata": {
2017
+ "shape": "GrpcRouteMetadataList"
2018
+ },
2019
+ "methodName": {
2020
+ "shape": "MethodName"
2021
+ },
2022
+ "serviceName": {
2023
+ "shape": "ServiceName"
2024
+ }
2025
+ }
2026
+ },
2027
+ "AwsCloudMapServiceDiscovery": {
2028
+ "type": "structure",
2029
+ "required": [
2030
+ "namespaceName",
2031
+ "serviceName"
2032
+ ],
2033
+ "members": {
2034
+ "attributes": {
2035
+ "shape": "AwsCloudMapInstanceAttributes"
2036
+ },
2037
+ "namespaceName": {
2038
+ "shape": "AwsCloudMapName"
2039
+ },
2040
+ "serviceName": {
2041
+ "shape": "AwsCloudMapName"
2042
+ }
2043
+ }
2044
+ },
2045
+ "UpdateVirtualServiceOutput": {
2046
+ "type": "structure",
2047
+ "required": [
2048
+ "virtualService"
2049
+ ],
2050
+ "members": {
2051
+ "virtualService": {
2052
+ "shape": "VirtualServiceData"
2053
+ }
2054
+ },
2055
+ "payload": "virtualService"
2056
+ },
2057
+ "MeshStatus": {
2058
+ "type": "structure",
2059
+ "members": {
2060
+ "status": {
2061
+ "shape": "MeshStatusCode"
2062
+ }
2063
+ }
2064
+ },
2065
+ "CreateVirtualNodeInput": {
2066
+ "type": "structure",
2067
+ "required": [
2068
+ "meshName",
2069
+ "spec",
2070
+ "virtualNodeName"
2071
+ ],
2072
+ "members": {
2073
+ "clientToken": {
2074
+ "shape": "String",
2075
+ "idempotencyToken": true
2076
+ },
2077
+ "meshName": {
2078
+ "shape": "ResourceName",
2079
+ "location": "uri",
2080
+ "locationName": "meshName"
2081
+ },
2082
+ "spec": {
2083
+ "shape": "VirtualNodeSpec"
2084
+ },
2085
+ "tags": {
2086
+ "shape": "TagList",
2087
+ "tags": [
2088
+ "not-preview"
2089
+ ]
2090
+ },
2091
+ "virtualNodeName": {
2092
+ "shape": "ResourceName"
2093
+ }
2094
+ }
2095
+ },
2096
+ "NotFoundException": {
2097
+ "type": "structure",
2098
+ "members": {
2099
+ "message": {
2100
+ "shape": "String"
2101
+ }
2102
+ },
2103
+ "exception": true,
2104
+ "error": {
2105
+ "code": "NotFoundException",
2106
+ "httpStatusCode": 404,
2107
+ "senderFault": true
2108
+ }
2109
+ },
2110
+ "RouteSpec": {
2111
+ "type": "structure",
2112
+ "members": {
2113
+ "grpcRoute": {
2114
+ "shape": "GrpcRoute"
2115
+ },
2116
+ "http2Route": {
2117
+ "shape": "HttpRoute"
2118
+ },
2119
+ "httpRoute": {
2120
+ "shape": "HttpRoute"
2121
+ },
2122
+ "priority": {
2123
+ "shape": "RoutePriority"
2124
+ },
2125
+ "tcpRoute": {
2126
+ "shape": "TcpRoute"
2127
+ }
2128
+ }
2129
+ },
2130
+ "CreateVirtualServiceOutput": {
2131
+ "type": "structure",
2132
+ "required": [
2133
+ "virtualService"
2134
+ ],
2135
+ "members": {
2136
+ "virtualService": {
2137
+ "shape": "VirtualServiceData"
2138
+ }
2139
+ },
2140
+ "payload": "virtualService"
2141
+ },
2142
+ "FileAccessLog": {
2143
+ "type": "structure",
2144
+ "required": [
2145
+ "path"
2146
+ ],
2147
+ "members": {
2148
+ "path": {
2149
+ "shape": "FilePath"
2150
+ }
2151
+ }
2152
+ },
2153
+ "VirtualRouterServiceProvider": {
2154
+ "type": "structure",
2155
+ "required": [
2156
+ "virtualRouterName"
2157
+ ],
2158
+ "members": {
2159
+ "virtualRouterName": {
2160
+ "shape": "ResourceName"
2161
+ }
2162
+ }
2163
+ },
2164
+ "DeleteVirtualServiceInput": {
2165
+ "type": "structure",
2166
+ "required": [
2167
+ "meshName",
2168
+ "virtualServiceName"
2169
+ ],
2170
+ "members": {
2171
+ "meshName": {
2172
+ "shape": "ResourceName",
2173
+ "location": "uri",
2174
+ "locationName": "meshName"
2175
+ },
2176
+ "virtualServiceName": {
2177
+ "shape": "ServiceName",
2178
+ "location": "uri",
2179
+ "locationName": "virtualServiceName"
2180
+ }
2181
+ }
2182
+ },
2183
+ "TlsValidationContext": {
2184
+ "type": "structure",
2185
+ "required": [
2186
+ "trust"
2187
+ ],
2188
+ "members": {
2189
+ "trust": {
2190
+ "shape": "TlsValidationContextTrust"
2191
+ }
2192
+ }
2193
+ },
2194
+ "DeleteVirtualRouterOutput": {
2195
+ "type": "structure",
2196
+ "required": [
2197
+ "virtualRouter"
2198
+ ],
2199
+ "members": {
2200
+ "virtualRouter": {
2201
+ "shape": "VirtualRouterData"
2202
+ }
2203
+ },
2204
+ "payload": "virtualRouter"
2205
+ },
2206
+ "TagsLimit": {
2207
+ "type": "integer",
2208
+ "box": true,
2209
+ "min": 1,
2210
+ "max": 50
2211
+ },
2212
+ "DeleteVirtualNodeOutput": {
2213
+ "type": "structure",
2214
+ "required": [
2215
+ "virtualNode"
2216
+ ],
2217
+ "members": {
2218
+ "virtualNode": {
2219
+ "shape": "VirtualNodeData"
2220
+ }
2221
+ },
2222
+ "payload": "virtualNode"
2223
+ },
1069
2224
  "UpdateVirtualNodeInput": {
1070
2225
  "type": "structure",
1071
2226
  "required": [
@@ -1093,6 +2248,21 @@
1093
2248
  }
1094
2249
  }
1095
2250
  },
2251
+ "ListenerTls": {
2252
+ "type": "structure",
2253
+ "required": [
2254
+ "certificate",
2255
+ "mode"
2256
+ ],
2257
+ "members": {
2258
+ "certificate": {
2259
+ "shape": "ListenerTlsCertificate"
2260
+ },
2261
+ "mode": {
2262
+ "shape": "ListenerTlsMode"
2263
+ }
2264
+ }
2265
+ },
1096
2266
  "DeleteMeshInput": {
1097
2267
  "type": "structure",
1098
2268
  "required": [
@@ -1135,21 +2305,16 @@
1135
2305
  "shape": "VirtualServiceSpec"
1136
2306
  },
1137
2307
  "tags": {
1138
- "shape": "TagList"
2308
+ "shape": "TagList",
2309
+ "tags": [
2310
+ "not-preview"
2311
+ ]
1139
2312
  },
1140
2313
  "virtualServiceName": {
1141
2314
  "shape": "ServiceName"
1142
2315
  }
1143
2316
  }
1144
2317
  },
1145
- "VirtualRouterStatusCode": {
1146
- "type": "string",
1147
- "enum": [
1148
- "ACTIVE",
1149
- "DELETED",
1150
- "INACTIVE"
1151
- ]
1152
- },
1153
2318
  "UpdateVirtualRouterInput": {
1154
2319
  "type": "structure",
1155
2320
  "required": [
@@ -1177,38 +2342,6 @@
1177
2342
  }
1178
2343
  }
1179
2344
  },
1180
- "TagKeyList": {
1181
- "type": "list",
1182
- "member": {
1183
- "shape": "TagKey"
1184
- },
1185
- "min": 0,
1186
- "max": 50
1187
- },
1188
- "GrpcRetryPolicy": {
1189
- "type": "structure",
1190
- "required": [
1191
- "maxRetries",
1192
- "perRetryTimeout"
1193
- ],
1194
- "members": {
1195
- "grpcRetryEvents": {
1196
- "shape": "GrpcRetryPolicyEvents"
1197
- },
1198
- "httpRetryEvents": {
1199
- "shape": "HttpRetryPolicyEvents"
1200
- },
1201
- "maxRetries": {
1202
- "shape": "MaxRetries"
1203
- },
1204
- "perRetryTimeout": {
1205
- "shape": "Duration"
1206
- },
1207
- "tcpRetryEvents": {
1208
- "shape": "TcpRetryPolicyEvents"
1209
- }
1210
- }
1211
- },
1212
2345
  "ListTagsForResourceInput": {
1213
2346
  "type": "structure",
1214
2347
  "required": [
@@ -1232,26 +2365,6 @@
1232
2365
  }
1233
2366
  }
1234
2367
  },
1235
- "CreateVirtualNodeOutput": {
1236
- "type": "structure",
1237
- "required": [
1238
- "virtualNode"
1239
- ],
1240
- "members": {
1241
- "virtualNode": {
1242
- "shape": "VirtualNodeData"
1243
- }
1244
- },
1245
- "payload": "virtualNode"
1246
- },
1247
- "Logging": {
1248
- "type": "structure",
1249
- "members": {
1250
- "accessLog": {
1251
- "shape": "AccessLog"
1252
- }
1253
- }
1254
- },
1255
2368
  "GrpcRetryPolicyEvents": {
1256
2369
  "type": "list",
1257
2370
  "member": {
@@ -1274,22 +2387,6 @@
1274
2387
  "fault": true
1275
2388
  }
1276
2389
  },
1277
- "Long": {
1278
- "type": "long",
1279
- "box": true
1280
- },
1281
- "UpdateVirtualRouterOutput": {
1282
- "type": "structure",
1283
- "required": [
1284
- "virtualRouter"
1285
- ],
1286
- "members": {
1287
- "virtualRouter": {
1288
- "shape": "VirtualRouterData"
1289
- }
1290
- },
1291
- "payload": "virtualRouter"
1292
- },
1293
2390
  "DescribeMeshOutput": {
1294
2391
  "type": "structure",
1295
2392
  "required": [
@@ -1321,160 +2418,66 @@
1321
2418
  }
1322
2419
  }
1323
2420
  },
1324
- "ListVirtualRoutersOutput": {
1325
- "type": "structure",
1326
- "required": [
1327
- "virtualRouters"
1328
- ],
1329
- "members": {
1330
- "nextToken": {
1331
- "shape": "String"
1332
- },
1333
- "virtualRouters": {
1334
- "shape": "VirtualRouterList"
1335
- }
1336
- }
1337
- },
1338
2421
  "DescribeRouteInput": {
1339
2422
  "type": "structure",
1340
2423
  "required": [
1341
- "meshName",
1342
- "routeName",
1343
- "virtualRouterName"
1344
- ],
1345
- "members": {
1346
- "meshName": {
1347
- "shape": "ResourceName",
1348
- "location": "uri",
1349
- "locationName": "meshName"
1350
- },
1351
- "routeName": {
1352
- "shape": "ResourceName",
1353
- "location": "uri",
1354
- "locationName": "routeName"
1355
- },
1356
- "virtualRouterName": {
1357
- "shape": "ResourceName",
1358
- "location": "uri",
1359
- "locationName": "virtualRouterName"
1360
- }
1361
- }
1362
- },
1363
- "DeleteRouteOutput": {
1364
- "type": "structure",
1365
- "required": [
1366
- "route"
1367
- ],
1368
- "members": {
1369
- "route": {
1370
- "shape": "RouteData"
1371
- }
1372
- },
1373
- "payload": "route"
1374
- },
1375
- "ResourceMetadata": {
1376
- "type": "structure",
1377
- "required": [
1378
- "arn",
1379
- "createdAt",
1380
- "lastUpdatedAt",
1381
- "uid",
1382
- "version"
1383
- ],
1384
- "members": {
1385
- "arn": {
1386
- "shape": "Arn"
1387
- },
1388
- "createdAt": {
1389
- "shape": "Timestamp"
1390
- },
1391
- "lastUpdatedAt": {
1392
- "shape": "Timestamp"
1393
- },
1394
- "uid": {
1395
- "shape": "String"
1396
- },
1397
- "version": {
1398
- "shape": "Long"
1399
- }
1400
- }
1401
- },
1402
- "Listeners": {
1403
- "type": "list",
1404
- "member": {
1405
- "shape": "Listener"
1406
- },
1407
- "min": 0,
1408
- "max": 1
1409
- },
1410
- "Backends": {
1411
- "type": "list",
1412
- "member": {
1413
- "shape": "Backend"
1414
- },
1415
- "min": 0,
1416
- "max": 25
1417
- },
1418
- "ResourceInUseException": {
1419
- "type": "structure",
1420
- "members": {
1421
- "message": {
1422
- "shape": "String"
1423
- }
1424
- },
1425
- "exception": true,
1426
- "error": {
1427
- "code": "ResourceInUseException",
1428
- "httpStatusCode": 409,
1429
- "senderFault": true
1430
- }
1431
- },
1432
- "PortProtocol": {
1433
- "type": "string",
1434
- "enum": [
1435
- "grpc",
1436
- "http",
1437
- "http2",
1438
- "tcp"
1439
- ]
1440
- },
1441
- "UpdateVirtualNodeOutput": {
1442
- "type": "structure",
1443
- "required": [
1444
- "virtualNode"
1445
- ],
1446
- "members": {
1447
- "virtualNode": {
1448
- "shape": "VirtualNodeData"
1449
- }
1450
- },
1451
- "payload": "virtualNode"
1452
- },
1453
- "ListRoutesOutput": {
1454
- "type": "structure",
1455
- "required": [
1456
- "routes"
2424
+ "meshName",
2425
+ "routeName",
2426
+ "virtualRouterName"
1457
2427
  ],
1458
2428
  "members": {
1459
- "nextToken": {
1460
- "shape": "String"
2429
+ "meshName": {
2430
+ "shape": "ResourceName",
2431
+ "location": "uri",
2432
+ "locationName": "meshName"
1461
2433
  },
1462
- "routes": {
1463
- "shape": "RouteList"
2434
+ "routeName": {
2435
+ "shape": "ResourceName",
2436
+ "location": "uri",
2437
+ "locationName": "routeName"
2438
+ },
2439
+ "virtualRouterName": {
2440
+ "shape": "ResourceName",
2441
+ "location": "uri",
2442
+ "locationName": "virtualRouterName"
1464
2443
  }
1465
2444
  }
1466
2445
  },
1467
- "VirtualServiceBackend": {
2446
+ "DeleteRouteOutput": {
1468
2447
  "type": "structure",
1469
2448
  "required": [
1470
- "virtualServiceName"
2449
+ "route"
1471
2450
  ],
1472
2451
  "members": {
1473
- "virtualServiceName": {
1474
- "shape": "ServiceName"
2452
+ "route": {
2453
+ "shape": "RouteData"
1475
2454
  }
2455
+ },
2456
+ "payload": "route"
2457
+ },
2458
+ "Listeners": {
2459
+ "type": "list",
2460
+ "member": {
2461
+ "shape": "Listener"
2462
+ },
2463
+ "min": 0,
2464
+ "max": 1
2465
+ },
2466
+ "Backends": {
2467
+ "type": "list",
2468
+ "member": {
2469
+ "shape": "Backend"
1476
2470
  }
1477
2471
  },
2472
+ "PortProtocol": {
2473
+ "type": "string",
2474
+ "enum": [
2475
+ "grpc",
2476
+ "http",
2477
+ "http2",
2478
+ "tcp"
2479
+ ]
2480
+ },
1478
2481
  "VirtualNodeStatusCode": {
1479
2482
  "type": "string",
1480
2483
  "enum": [
@@ -1486,20 +2489,6 @@
1486
2489
  "ServiceName": {
1487
2490
  "type": "string"
1488
2491
  },
1489
- "BadRequestException": {
1490
- "type": "structure",
1491
- "members": {
1492
- "message": {
1493
- "shape": "String"
1494
- }
1495
- },
1496
- "exception": true,
1497
- "error": {
1498
- "code": "BadRequestException",
1499
- "httpStatusCode": 400,
1500
- "senderFault": true
1501
- }
1502
- },
1503
2492
  "UpdateVirtualServiceInput": {
1504
2493
  "type": "structure",
1505
2494
  "required": [
@@ -1549,14 +2538,6 @@
1549
2538
  "min": 0,
1550
2539
  "max": 100
1551
2540
  },
1552
- "GrpcRouteMetadataList": {
1553
- "type": "list",
1554
- "member": {
1555
- "shape": "GrpcRouteMetadata"
1556
- },
1557
- "min": 1,
1558
- "max": 10
1559
- },
1560
2541
  "MethodName": {
1561
2542
  "type": "string",
1562
2543
  "min": 1,
@@ -1607,39 +2588,6 @@
1607
2588
  }
1608
2589
  }
1609
2590
  },
1610
- "HealthCheckPolicy": {
1611
- "type": "structure",
1612
- "required": [
1613
- "healthyThreshold",
1614
- "intervalMillis",
1615
- "protocol",
1616
- "timeoutMillis",
1617
- "unhealthyThreshold"
1618
- ],
1619
- "members": {
1620
- "healthyThreshold": {
1621
- "shape": "HealthCheckThreshold"
1622
- },
1623
- "intervalMillis": {
1624
- "shape": "HealthCheckIntervalMillis"
1625
- },
1626
- "path": {
1627
- "shape": "String"
1628
- },
1629
- "port": {
1630
- "shape": "PortNumber"
1631
- },
1632
- "protocol": {
1633
- "shape": "PortProtocol"
1634
- },
1635
- "timeoutMillis": {
1636
- "shape": "HealthCheckTimeoutMillis"
1637
- },
1638
- "unhealthyThreshold": {
1639
- "shape": "HealthCheckThreshold"
1640
- }
1641
- }
1642
- },
1643
2591
  "VirtualServiceRef": {
1644
2592
  "type": "structure",
1645
2593
  "required": [
@@ -1659,23 +2607,6 @@
1659
2607
  }
1660
2608
  }
1661
2609
  },
1662
- "EgressFilter": {
1663
- "type": "structure",
1664
- "required": [
1665
- "type"
1666
- ],
1667
- "members": {
1668
- "type": {
1669
- "shape": "EgressFilterType"
1670
- }
1671
- }
1672
- },
1673
- "VirtualServiceList": {
1674
- "type": "list",
1675
- "member": {
1676
- "shape": "VirtualServiceRef"
1677
- }
1678
- },
1679
2610
  "VirtualNodeStatus": {
1680
2611
  "type": "structure",
1681
2612
  "required": [
@@ -1733,10 +2664,6 @@
1733
2664
  }
1734
2665
  }
1735
2666
  },
1736
- "Boolean": {
1737
- "type": "boolean",
1738
- "box": true
1739
- },
1740
2667
  "HttpRouteHeader": {
1741
2668
  "type": "structure",
1742
2669
  "required": [
@@ -1754,23 +2681,6 @@
1754
2681
  }
1755
2682
  }
1756
2683
  },
1757
- "HttpRetryPolicyEvent": {
1758
- "type": "string",
1759
- "min": 1,
1760
- "max": 25
1761
- },
1762
- "DescribeVirtualServiceOutput": {
1763
- "type": "structure",
1764
- "required": [
1765
- "virtualService"
1766
- ],
1767
- "members": {
1768
- "virtualService": {
1769
- "shape": "VirtualServiceData"
1770
- }
1771
- },
1772
- "payload": "virtualService"
1773
- },
1774
2684
  "FilePath": {
1775
2685
  "type": "string",
1776
2686
  "min": 1,
@@ -1818,7 +2728,10 @@
1818
2728
  "shape": "MeshSpec"
1819
2729
  },
1820
2730
  "tags": {
1821
- "shape": "TagList"
2731
+ "shape": "TagList",
2732
+ "tags": [
2733
+ "not-preview"
2734
+ ]
1822
2735
  }
1823
2736
  }
1824
2737
  },
@@ -1833,24 +2746,6 @@
1833
2746
  }
1834
2747
  }
1835
2748
  },
1836
- "DescribeVirtualNodeOutput": {
1837
- "type": "structure",
1838
- "required": [
1839
- "virtualNode"
1840
- ],
1841
- "members": {
1842
- "virtualNode": {
1843
- "shape": "VirtualNodeData"
1844
- }
1845
- },
1846
- "payload": "virtualNode"
1847
- },
1848
- "AwsCloudMapName": {
1849
- "type": "string",
1850
- "min": 1,
1851
- "max": 1024,
1852
- "pattern": "((?=^.{1,127}$)^([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9])(.([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9]))*$)|(^.$)"
1853
- },
1854
2749
  "LimitExceededException": {
1855
2750
  "type": "structure",
1856
2751
  "members": {
@@ -1877,18 +2772,6 @@
1877
2772
  },
1878
2773
  "payload": "mesh"
1879
2774
  },
1880
- "CreateRouteOutput": {
1881
- "type": "structure",
1882
- "required": [
1883
- "route"
1884
- ],
1885
- "members": {
1886
- "route": {
1887
- "shape": "RouteData"
1888
- }
1889
- },
1890
- "payload": "route"
1891
- },
1892
2775
  "GrpcRouteMetadataMatchMethod": {
1893
2776
  "type": "structure",
1894
2777
  "members": {
@@ -1909,97 +2792,30 @@
1909
2792
  }
1910
2793
  }
1911
2794
  },
1912
- "DnsServiceDiscovery": {
1913
- "type": "structure",
1914
- "required": [
1915
- "hostname"
1916
- ],
1917
- "members": {
1918
- "hostname": {
1919
- "shape": "Hostname"
1920
- }
1921
- }
1922
- },
1923
2795
  "DescribeVirtualServiceInput": {
1924
2796
  "type": "structure",
1925
- "required": [
1926
- "meshName",
1927
- "virtualServiceName"
1928
- ],
1929
- "members": {
1930
- "meshName": {
1931
- "shape": "ResourceName",
1932
- "location": "uri",
1933
- "locationName": "meshName"
1934
- },
1935
- "virtualServiceName": {
1936
- "shape": "ServiceName",
1937
- "location": "uri",
1938
- "locationName": "virtualServiceName"
1939
- }
1940
- }
1941
- },
1942
- "ListVirtualServicesLimit": {
1943
- "type": "integer",
1944
- "box": true,
1945
- "min": 1,
1946
- "max": 100
1947
- },
1948
- "DeleteRouteInput": {
1949
- "type": "structure",
1950
- "required": [
1951
- "meshName",
1952
- "routeName",
1953
- "virtualRouterName"
1954
- ],
1955
- "members": {
1956
- "meshName": {
1957
- "shape": "ResourceName",
1958
- "location": "uri",
1959
- "locationName": "meshName"
1960
- },
1961
- "routeName": {
1962
- "shape": "ResourceName",
1963
- "location": "uri",
1964
- "locationName": "routeName"
1965
- },
1966
- "virtualRouterName": {
1967
- "shape": "ResourceName",
1968
- "location": "uri",
1969
- "locationName": "virtualRouterName"
1970
- }
1971
- }
1972
- },
1973
- "VirtualNodeData": {
1974
- "type": "structure",
1975
- "required": [
1976
- "meshName",
1977
- "metadata",
1978
- "spec",
1979
- "status",
1980
- "virtualNodeName"
1981
- ],
1982
- "members": {
1983
- "meshName": {
1984
- "shape": "ResourceName"
1985
- },
1986
- "metadata": {
1987
- "shape": "ResourceMetadata"
1988
- },
1989
- "spec": {
1990
- "shape": "VirtualNodeSpec"
1991
- },
1992
- "status": {
1993
- "shape": "VirtualNodeStatus"
2797
+ "required": [
2798
+ "meshName",
2799
+ "virtualServiceName"
2800
+ ],
2801
+ "members": {
2802
+ "meshName": {
2803
+ "shape": "ResourceName",
2804
+ "location": "uri",
2805
+ "locationName": "meshName"
1994
2806
  },
1995
- "virtualNodeName": {
1996
- "shape": "ResourceName"
2807
+ "virtualServiceName": {
2808
+ "shape": "ServiceName",
2809
+ "location": "uri",
2810
+ "locationName": "virtualServiceName"
1997
2811
  }
1998
2812
  }
1999
2813
  },
2000
- "UntagResourceOutput": {
2001
- "type": "structure",
2002
- "members": { }
2814
+ "ListVirtualServicesLimit": {
2815
+ "type": "integer",
2816
+ "box": true,
2817
+ "min": 1,
2818
+ "max": 100
2003
2819
  },
2004
2820
  "AwsCloudMapInstanceAttribute": {
2005
2821
  "type": "structure",
@@ -2016,12 +2832,6 @@
2016
2832
  }
2017
2833
  }
2018
2834
  },
2019
- "TcpRetryPolicyEvent": {
2020
- "type": "string",
2021
- "enum": [
2022
- "connection-error"
2023
- ]
2024
- },
2025
2835
  "VirtualServiceSpec": {
2026
2836
  "type": "structure",
2027
2837
  "members": {
@@ -2030,14 +2840,6 @@
2030
2840
  }
2031
2841
  }
2032
2842
  },
2033
- "Backend": {
2034
- "type": "structure",
2035
- "members": {
2036
- "virtualService": {
2037
- "shape": "VirtualServiceBackend"
2038
- }
2039
- }
2040
- },
2041
2843
  "MatchRange": {
2042
2844
  "type": "structure",
2043
2845
  "required": [
@@ -2071,21 +2873,6 @@
2071
2873
  "shape": "VirtualRouterRef"
2072
2874
  }
2073
2875
  },
2074
- "ListMeshesInput": {
2075
- "type": "structure",
2076
- "members": {
2077
- "limit": {
2078
- "shape": "ListMeshesLimit",
2079
- "location": "querystring",
2080
- "locationName": "limit"
2081
- },
2082
- "nextToken": {
2083
- "shape": "String",
2084
- "location": "querystring",
2085
- "locationName": "nextToken"
2086
- }
2087
- }
2088
- },
2089
2876
  "Arn": {
2090
2877
  "type": "string"
2091
2878
  },
@@ -2129,53 +2916,6 @@
2129
2916
  }
2130
2917
  }
2131
2918
  },
2132
- "VirtualRouterData": {
2133
- "type": "structure",
2134
- "required": [
2135
- "meshName",
2136
- "metadata",
2137
- "spec",
2138
- "status",
2139
- "virtualRouterName"
2140
- ],
2141
- "members": {
2142
- "meshName": {
2143
- "shape": "ResourceName"
2144
- },
2145
- "metadata": {
2146
- "shape": "ResourceMetadata"
2147
- },
2148
- "spec": {
2149
- "shape": "VirtualRouterSpec"
2150
- },
2151
- "status": {
2152
- "shape": "VirtualRouterStatus"
2153
- },
2154
- "virtualRouterName": {
2155
- "shape": "ResourceName"
2156
- }
2157
- }
2158
- },
2159
- "UpdateMeshInput": {
2160
- "type": "structure",
2161
- "required": [
2162
- "meshName"
2163
- ],
2164
- "members": {
2165
- "clientToken": {
2166
- "shape": "String",
2167
- "idempotencyToken": true
2168
- },
2169
- "meshName": {
2170
- "shape": "ResourceName",
2171
- "location": "uri",
2172
- "locationName": "meshName"
2173
- },
2174
- "spec": {
2175
- "shape": "MeshSpec"
2176
- }
2177
- }
2178
- },
2179
2919
  "DurationUnit": {
2180
2920
  "type": "string",
2181
2921
  "enum": [
@@ -2212,34 +2952,6 @@
2212
2952
  }
2213
2953
  }
2214
2954
  },
2215
- "CreateVirtualRouterInput": {
2216
- "type": "structure",
2217
- "required": [
2218
- "meshName",
2219
- "spec",
2220
- "virtualRouterName"
2221
- ],
2222
- "members": {
2223
- "clientToken": {
2224
- "shape": "String",
2225
- "idempotencyToken": true
2226
- },
2227
- "meshName": {
2228
- "shape": "ResourceName",
2229
- "location": "uri",
2230
- "locationName": "meshName"
2231
- },
2232
- "spec": {
2233
- "shape": "VirtualRouterSpec"
2234
- },
2235
- "tags": {
2236
- "shape": "TagList"
2237
- },
2238
- "virtualRouterName": {
2239
- "shape": "ResourceName"
2240
- }
2241
- }
2242
- },
2243
2955
  "AccessLog": {
2244
2956
  "type": "structure",
2245
2957
  "members": {
@@ -2271,61 +2983,6 @@
2271
2983
  }
2272
2984
  }
2273
2985
  },
2274
- "DescribeVirtualRouterOutput": {
2275
- "type": "structure",
2276
- "required": [
2277
- "virtualRouter"
2278
- ],
2279
- "members": {
2280
- "virtualRouter": {
2281
- "shape": "VirtualRouterData"
2282
- }
2283
- },
2284
- "payload": "virtualRouter"
2285
- },
2286
- "CreateMeshOutput": {
2287
- "type": "structure",
2288
- "required": [
2289
- "mesh"
2290
- ],
2291
- "members": {
2292
- "mesh": {
2293
- "shape": "MeshData"
2294
- }
2295
- },
2296
- "payload": "mesh"
2297
- },
2298
- "CreateVirtualRouterOutput": {
2299
- "type": "structure",
2300
- "required": [
2301
- "virtualRouter"
2302
- ],
2303
- "members": {
2304
- "virtualRouter": {
2305
- "shape": "VirtualRouterData"
2306
- }
2307
- },
2308
- "payload": "virtualRouter"
2309
- },
2310
- "VirtualServiceStatus": {
2311
- "type": "structure",
2312
- "required": [
2313
- "status"
2314
- ],
2315
- "members": {
2316
- "status": {
2317
- "shape": "VirtualServiceStatusCode"
2318
- }
2319
- }
2320
- },
2321
- "HttpRetryPolicyEvents": {
2322
- "type": "list",
2323
- "member": {
2324
- "shape": "HttpRetryPolicyEvent"
2325
- },
2326
- "min": 1,
2327
- "max": 25
2328
- },
2329
2986
  "ListVirtualNodesLimit": {
2330
2987
  "type": "integer",
2331
2988
  "box": true,
@@ -2338,31 +2995,11 @@
2338
2995
  "min": 2000,
2339
2996
  "max": 60000
2340
2997
  },
2341
- "ListMeshesLimit": {
2342
- "type": "integer",
2343
- "box": true,
2344
- "min": 1,
2345
- "max": 100
2346
- },
2347
2998
  "ResourceName": {
2348
2999
  "type": "string",
2349
3000
  "min": 1,
2350
3001
  "max": 255
2351
3002
  },
2352
- "AwsCloudMapInstanceAttributeKey": {
2353
- "type": "string",
2354
- "min": 1,
2355
- "max": 255,
2356
- "pattern": "^[a-zA-Z0-9!-~]+$"
2357
- },
2358
- "VirtualRouterSpec": {
2359
- "type": "structure",
2360
- "members": {
2361
- "listeners": {
2362
- "shape": "VirtualRouterListeners"
2363
- }
2364
- }
2365
- },
2366
3003
  "TooManyRequestsException": {
2367
3004
  "type": "structure",
2368
3005
  "members": {
@@ -2383,60 +3020,7 @@
2383
3020
  "HeaderMatch": {
2384
3021
  "type": "string",
2385
3022
  "min": 1,
2386
- "max": 255
2387
- },
2388
- "VirtualNodeSpec": {
2389
- "type": "structure",
2390
- "members": {
2391
- "backends": {
2392
- "shape": "Backends"
2393
- },
2394
- "listeners": {
2395
- "shape": "Listeners"
2396
- },
2397
- "logging": {
2398
- "shape": "Logging"
2399
- },
2400
- "serviceDiscovery": {
2401
- "shape": "ServiceDiscovery"
2402
- }
2403
- }
2404
- },
2405
- "ListMeshesOutput": {
2406
- "type": "structure",
2407
- "required": [
2408
- "meshes"
2409
- ],
2410
- "members": {
2411
- "meshes": {
2412
- "shape": "MeshList"
2413
- },
2414
- "nextToken": {
2415
- "shape": "String"
2416
- }
2417
- }
2418
- },
2419
- "VirtualRouterListeners": {
2420
- "type": "list",
2421
- "member": {
2422
- "shape": "VirtualRouterListener"
2423
- },
2424
- "min": 1,
2425
- "max": 1
2426
- },
2427
- "HttpMethod": {
2428
- "type": "string",
2429
- "enum": [
2430
- "CONNECT",
2431
- "DELETE",
2432
- "GET",
2433
- "HEAD",
2434
- "OPTIONS",
2435
- "PATCH",
2436
- "POST",
2437
- "PUT",
2438
- "TRACE"
2439
- ]
3023
+ "max": 255
2440
3024
  },
2441
3025
  "Duration": {
2442
3026
  "type": "structure",
@@ -2449,20 +3033,6 @@
2449
3033
  }
2450
3034
  }
2451
3035
  },
2452
- "ConflictException": {
2453
- "type": "structure",
2454
- "members": {
2455
- "message": {
2456
- "shape": "String"
2457
- }
2458
- },
2459
- "exception": true,
2460
- "error": {
2461
- "code": "ConflictException",
2462
- "httpStatusCode": 409,
2463
- "senderFault": true
2464
- }
2465
- },
2466
3036
  "DescribeRouteOutput": {
2467
3037
  "type": "structure",
2468
3038
  "required": [
@@ -2495,12 +3065,6 @@
2495
3065
  }
2496
3066
  }
2497
3067
  },
2498
- "MeshList": {
2499
- "type": "list",
2500
- "member": {
2501
- "shape": "MeshRef"
2502
- }
2503
- },
2504
3068
  "TagRef": {
2505
3069
  "type": "structure",
2506
3070
  "required": [
@@ -2530,11 +3094,6 @@
2530
3094
  }
2531
3095
  }
2532
3096
  },
2533
- "MaxRetries": {
2534
- "type": "long",
2535
- "box": true,
2536
- "min": 0
2537
- },
2538
3097
  "MeshStatusCode": {
2539
3098
  "type": "string",
2540
3099
  "enum": [
@@ -2543,21 +3102,6 @@
2543
3102
  "INACTIVE"
2544
3103
  ]
2545
3104
  },
2546
- "PortMapping": {
2547
- "type": "structure",
2548
- "required": [
2549
- "port",
2550
- "protocol"
2551
- ],
2552
- "members": {
2553
- "port": {
2554
- "shape": "PortNumber"
2555
- },
2556
- "protocol": {
2557
- "shape": "PortProtocol"
2558
- }
2559
- }
2560
- },
2561
3105
  "MeshData": {
2562
3106
  "type": "structure",
2563
3107
  "required": [
@@ -2592,41 +3136,6 @@
2592
3136
  }
2593
3137
  }
2594
3138
  },
2595
- "ListVirtualServicesOutput": {
2596
- "type": "structure",
2597
- "required": [
2598
- "virtualServices"
2599
- ],
2600
- "members": {
2601
- "nextToken": {
2602
- "shape": "String"
2603
- },
2604
- "virtualServices": {
2605
- "shape": "VirtualServiceList"
2606
- }
2607
- }
2608
- },
2609
- "AwsCloudMapInstanceAttributeValue": {
2610
- "type": "string",
2611
- "min": 1,
2612
- "max": 1024,
2613
- "pattern": "^([a-zA-Z0-9!-~][ ta-zA-Z0-9!-~]*){0,1}[a-zA-Z0-9!-~]{0,1}$"
2614
- },
2615
- "WeightedTarget": {
2616
- "type": "structure",
2617
- "required": [
2618
- "virtualNode",
2619
- "weight"
2620
- ],
2621
- "members": {
2622
- "virtualNode": {
2623
- "shape": "ResourceName"
2624
- },
2625
- "weight": {
2626
- "shape": "PercentInt"
2627
- }
2628
- }
2629
- },
2630
3139
  "TcpRouteAction": {
2631
3140
  "type": "structure",
2632
3141
  "required": [
@@ -2668,29 +3177,6 @@
2668
3177
  }
2669
3178
  }
2670
3179
  },
2671
- "RouteRef": {
2672
- "type": "structure",
2673
- "required": [
2674
- "arn",
2675
- "meshName",
2676
- "routeName",
2677
- "virtualRouterName"
2678
- ],
2679
- "members": {
2680
- "arn": {
2681
- "shape": "Arn"
2682
- },
2683
- "meshName": {
2684
- "shape": "ResourceName"
2685
- },
2686
- "routeName": {
2687
- "shape": "ResourceName"
2688
- },
2689
- "virtualRouterName": {
2690
- "shape": "ResourceName"
2691
- }
2692
- }
2693
- },
2694
3180
  "Listener": {
2695
3181
  "type": "structure",
2696
3182
  "required": [
@@ -2702,6 +3188,9 @@
2702
3188
  },
2703
3189
  "portMapping": {
2704
3190
  "shape": "PortMapping"
3191
+ },
3192
+ "tls": {
3193
+ "shape": "ListenerTls"
2705
3194
  }
2706
3195
  }
2707
3196
  },
@@ -2723,70 +3212,30 @@
2723
3212
  }
2724
3213
  }
2725
3214
  },
2726
- "DeleteVirtualNodeInput": {
2727
- "type": "structure",
2728
- "required": [
2729
- "meshName",
2730
- "virtualNodeName"
2731
- ],
2732
- "members": {
2733
- "meshName": {
2734
- "shape": "ResourceName",
2735
- "location": "uri",
2736
- "locationName": "meshName"
2737
- },
2738
- "virtualNodeName": {
2739
- "shape": "ResourceName",
2740
- "location": "uri",
2741
- "locationName": "virtualNodeName"
2742
- }
2743
- }
3215
+ "ListRoutesLimit": {
3216
+ "type": "integer",
3217
+ "box": true,
3218
+ "min": 1,
3219
+ "max": 100
2744
3220
  },
2745
- "RouteData": {
3221
+ "ClientPolicyTls": {
2746
3222
  "type": "structure",
2747
3223
  "required": [
2748
- "meshName",
2749
- "metadata",
2750
- "routeName",
2751
- "spec",
2752
- "status",
2753
- "virtualRouterName"
3224
+ "validation"
2754
3225
  ],
2755
3226
  "members": {
2756
- "meshName": {
2757
- "shape": "ResourceName"
2758
- },
2759
- "metadata": {
2760
- "shape": "ResourceMetadata"
2761
- },
2762
- "routeName": {
2763
- "shape": "ResourceName"
2764
- },
2765
- "spec": {
2766
- "shape": "RouteSpec"
3227
+ "enforce": {
3228
+ "shape": "Boolean",
3229
+ "box": true
2767
3230
  },
2768
- "status": {
2769
- "shape": "RouteStatus"
3231
+ "ports": {
3232
+ "shape": "PortSet"
2770
3233
  },
2771
- "virtualRouterName": {
2772
- "shape": "ResourceName"
3234
+ "validation": {
3235
+ "shape": "TlsValidationContext"
2773
3236
  }
2774
3237
  }
2775
3238
  },
2776
- "RouteStatusCode": {
2777
- "type": "string",
2778
- "enum": [
2779
- "ACTIVE",
2780
- "DELETED",
2781
- "INACTIVE"
2782
- ]
2783
- },
2784
- "ListRoutesLimit": {
2785
- "type": "integer",
2786
- "box": true,
2787
- "min": 1,
2788
- "max": 100
2789
- },
2790
3239
  "DeleteVirtualServiceOutput": {
2791
3240
  "type": "structure",
2792
3241
  "required": [
@@ -2810,42 +3259,28 @@
2810
3259
  }
2811
3260
  }
2812
3261
  },
2813
- "InternalServerErrorException": {
3262
+ "BackendDefaults": {
2814
3263
  "type": "structure",
2815
3264
  "members": {
2816
- "message": {
2817
- "shape": "String"
3265
+ "clientPolicy": {
3266
+ "shape": "ClientPolicy"
2818
3267
  }
2819
- },
2820
- "exception": true,
2821
- "error": {
2822
- "code": "InternalServerErrorException",
2823
- "httpStatusCode": 500,
2824
- "fault": true
2825
3268
  }
2826
3269
  },
2827
- "HeaderName": {
2828
- "type": "string",
2829
- "min": 1,
2830
- "max": 50
2831
- },
2832
- "TagList": {
2833
- "type": "list",
2834
- "member": {
2835
- "shape": "TagRef"
2836
- },
2837
- "min": 0,
2838
- "max": 50
2839
- },
2840
- "GrpcRetryPolicyEvent": {
2841
- "type": "string",
2842
- "enum": [
2843
- "cancelled",
2844
- "deadline-exceeded",
2845
- "internal",
2846
- "resource-exhausted",
2847
- "unavailable"
2848
- ]
3270
+ "ListenerTlsFileCertificate": {
3271
+ "type": "structure",
3272
+ "required": [
3273
+ "certificateChain",
3274
+ "privateKey"
3275
+ ],
3276
+ "members": {
3277
+ "certificateChain": {
3278
+ "shape": "FilePath"
3279
+ },
3280
+ "privateKey": {
3281
+ "shape": "FilePath"
3282
+ }
3283
+ }
2849
3284
  },
2850
3285
  "HttpRetryPolicy": {
2851
3286
  "type": "structure",
@@ -2886,111 +3321,44 @@
2886
3321
  "locationName": "virtualRouterName"
2887
3322
  }
2888
3323
  }
2889
- },
2890
- "TagResourceOutput": {
2891
- "type": "structure",
2892
- "members": { }
2893
- },
2894
- "RouteList": {
2895
- "type": "list",
2896
- "member": {
2897
- "shape": "RouteRef"
2898
- }
2899
- },
2900
- "ForbiddenException": {
2901
- "type": "structure",
2902
- "members": {
2903
- "message": {
2904
- "shape": "String"
2905
- }
2906
- },
2907
- "exception": true,
2908
- "error": {
2909
- "code": "ForbiddenException",
2910
- "httpStatusCode": 403,
2911
- "senderFault": true
2912
- }
2913
- },
2914
- "TooManyTagsException": {
2915
- "type": "structure",
2916
- "members": {
2917
- "message": {
2918
- "shape": "String"
2919
- }
2920
- },
2921
- "exception": true,
2922
- "error": {
2923
- "code": "TooManyTagsException",
2924
- "httpStatusCode": 400,
2925
- "senderFault": true
2926
- }
2927
- },
2928
- "HeaderMatchMethod": {
2929
- "type": "structure",
2930
- "members": {
2931
- "exact": {
2932
- "shape": "HeaderMatch"
2933
- },
2934
- "prefix": {
2935
- "shape": "HeaderMatch"
2936
- },
2937
- "range": {
2938
- "shape": "MatchRange"
2939
- },
2940
- "regex": {
2941
- "shape": "HeaderMatch"
2942
- },
2943
- "suffix": {
2944
- "shape": "HeaderMatch"
2945
- }
3324
+ },
3325
+ "TagResourceOutput": {
3326
+ "type": "structure",
3327
+ "members": { }
3328
+ },
3329
+ "RouteList": {
3330
+ "type": "list",
3331
+ "member": {
3332
+ "shape": "RouteRef"
2946
3333
  }
2947
3334
  },
2948
- "DeleteMeshOutput": {
3335
+ "TooManyTagsException": {
2949
3336
  "type": "structure",
2950
- "required": [
2951
- "mesh"
2952
- ],
2953
3337
  "members": {
2954
- "mesh": {
2955
- "shape": "MeshData"
3338
+ "message": {
3339
+ "shape": "String"
2956
3340
  }
2957
3341
  },
2958
- "payload": "mesh"
2959
- },
2960
- "EgressFilterType": {
2961
- "type": "string",
2962
- "enum": [
2963
- "ALLOW_ALL",
2964
- "DROP_ALL"
2965
- ]
2966
- },
2967
- "DurationValue": {
2968
- "type": "long",
2969
- "box": true,
2970
- "min": 0
2971
- },
2972
- "Hostname": {
2973
- "type": "string"
3342
+ "exception": true,
3343
+ "error": {
3344
+ "code": "TooManyTagsException",
3345
+ "httpStatusCode": 400,
3346
+ "senderFault": true
3347
+ }
2974
3348
  },
2975
3349
  "PortNumber": {
2976
3350
  "type": "integer",
2977
3351
  "min": 1,
2978
3352
  "max": 65535
2979
3353
  },
2980
- "TagResourceInput": {
3354
+ "TlsValidationContextFileTrust": {
2981
3355
  "type": "structure",
2982
3356
  "required": [
2983
- "resourceArn",
2984
- "tags"
3357
+ "certificateChain"
2985
3358
  ],
2986
3359
  "members": {
2987
- "resourceArn": {
2988
- "shape": "Arn",
2989
- "location": "querystring",
2990
- "locationName": "resourceArn"
2991
- },
2992
- "tags": {
2993
- "shape": "TagList"
3360
+ "certificateChain": {
3361
+ "shape": "FilePath"
2994
3362
  }
2995
3363
  }
2996
3364
  },
@@ -3036,7 +3404,10 @@
3036
3404
  "shape": "RouteSpec"
3037
3405
  },
3038
3406
  "tags": {
3039
- "shape": "TagList"
3407
+ "shape": "TagList",
3408
+ "tags": [
3409
+ "not-preview"
3410
+ ]
3040
3411
  },
3041
3412
  "virtualRouterName": {
3042
3413
  "shape": "ResourceName",
@@ -3061,52 +3432,9 @@
3061
3432
  "min": 1,
3062
3433
  "max": 10
3063
3434
  },
3064
- "VirtualServiceProvider": {
3065
- "type": "structure",
3066
- "members": {
3067
- "virtualNode": {
3068
- "shape": "VirtualNodeServiceProvider"
3069
- },
3070
- "virtualRouter": {
3071
- "shape": "VirtualRouterServiceProvider"
3072
- }
3073
- }
3074
- },
3075
- "GrpcRouteMatch": {
3076
- "type": "structure",
3077
- "members": {
3078
- "metadata": {
3079
- "shape": "GrpcRouteMetadataList"
3080
- },
3081
- "methodName": {
3082
- "shape": "MethodName"
3083
- },
3084
- "serviceName": {
3085
- "shape": "ServiceName"
3086
- }
3087
- }
3088
- },
3089
3435
  "String": {
3090
3436
  "type": "string"
3091
3437
  },
3092
- "AwsCloudMapServiceDiscovery": {
3093
- "type": "structure",
3094
- "required": [
3095
- "namespaceName",
3096
- "serviceName"
3097
- ],
3098
- "members": {
3099
- "attributes": {
3100
- "shape": "AwsCloudMapInstanceAttributes"
3101
- },
3102
- "namespaceName": {
3103
- "shape": "AwsCloudMapName"
3104
- },
3105
- "serviceName": {
3106
- "shape": "AwsCloudMapName"
3107
- }
3108
- }
3109
- },
3110
3438
  "HttpScheme": {
3111
3439
  "type": "string",
3112
3440
  "enum": [
@@ -3114,18 +3442,6 @@
3114
3442
  "https"
3115
3443
  ]
3116
3444
  },
3117
- "UpdateVirtualServiceOutput": {
3118
- "type": "structure",
3119
- "required": [
3120
- "virtualService"
3121
- ],
3122
- "members": {
3123
- "virtualService": {
3124
- "shape": "VirtualServiceData"
3125
- }
3126
- },
3127
- "payload": "virtualService"
3128
- },
3129
3445
  "UpdateRouteInput": {
3130
3446
  "type": "structure",
3131
3447
  "required": [
@@ -3159,76 +3475,6 @@
3159
3475
  }
3160
3476
  }
3161
3477
  },
3162
- "MeshStatus": {
3163
- "type": "structure",
3164
- "members": {
3165
- "status": {
3166
- "shape": "MeshStatusCode"
3167
- }
3168
- }
3169
- },
3170
- "CreateVirtualNodeInput": {
3171
- "type": "structure",
3172
- "required": [
3173
- "meshName",
3174
- "spec",
3175
- "virtualNodeName"
3176
- ],
3177
- "members": {
3178
- "clientToken": {
3179
- "shape": "String",
3180
- "idempotencyToken": true
3181
- },
3182
- "meshName": {
3183
- "shape": "ResourceName",
3184
- "location": "uri",
3185
- "locationName": "meshName"
3186
- },
3187
- "spec": {
3188
- "shape": "VirtualNodeSpec"
3189
- },
3190
- "tags": {
3191
- "shape": "TagList"
3192
- },
3193
- "virtualNodeName": {
3194
- "shape": "ResourceName"
3195
- }
3196
- }
3197
- },
3198
- "NotFoundException": {
3199
- "type": "structure",
3200
- "members": {
3201
- "message": {
3202
- "shape": "String"
3203
- }
3204
- },
3205
- "exception": true,
3206
- "error": {
3207
- "code": "NotFoundException",
3208
- "httpStatusCode": 404,
3209
- "senderFault": true
3210
- }
3211
- },
3212
- "RouteSpec": {
3213
- "type": "structure",
3214
- "members": {
3215
- "grpcRoute": {
3216
- "shape": "GrpcRoute"
3217
- },
3218
- "http2Route": {
3219
- "shape": "HttpRoute"
3220
- },
3221
- "httpRoute": {
3222
- "shape": "HttpRoute"
3223
- },
3224
- "priority": {
3225
- "shape": "RoutePriority"
3226
- },
3227
- "tcpRoute": {
3228
- "shape": "TcpRoute"
3229
- }
3230
- }
3231
- },
3232
3478
  "HttpRoute": {
3233
3479
  "type": "structure",
3234
3480
  "required": [
@@ -3268,59 +3514,6 @@
3268
3514
  }
3269
3515
  }
3270
3516
  },
3271
- "CreateVirtualServiceOutput": {
3272
- "type": "structure",
3273
- "required": [
3274
- "virtualService"
3275
- ],
3276
- "members": {
3277
- "virtualService": {
3278
- "shape": "VirtualServiceData"
3279
- }
3280
- },
3281
- "payload": "virtualService"
3282
- },
3283
- "FileAccessLog": {
3284
- "type": "structure",
3285
- "required": [
3286
- "path"
3287
- ],
3288
- "members": {
3289
- "path": {
3290
- "shape": "FilePath"
3291
- }
3292
- }
3293
- },
3294
- "VirtualRouterServiceProvider": {
3295
- "type": "structure",
3296
- "required": [
3297
- "virtualRouterName"
3298
- ],
3299
- "members": {
3300
- "virtualRouterName": {
3301
- "shape": "ResourceName"
3302
- }
3303
- }
3304
- },
3305
- "DeleteVirtualServiceInput": {
3306
- "type": "structure",
3307
- "required": [
3308
- "meshName",
3309
- "virtualServiceName"
3310
- ],
3311
- "members": {
3312
- "meshName": {
3313
- "shape": "ResourceName",
3314
- "location": "uri",
3315
- "locationName": "meshName"
3316
- },
3317
- "virtualServiceName": {
3318
- "shape": "ServiceName",
3319
- "location": "uri",
3320
- "locationName": "virtualServiceName"
3321
- }
3322
- }
3323
- },
3324
3517
  "ListTagsForResourceOutput": {
3325
3518
  "type": "structure",
3326
3519
  "required": [
@@ -3377,23 +3570,16 @@
3377
3570
  }
3378
3571
  }
3379
3572
  },
3380
- "DeleteVirtualRouterOutput": {
3573
+ "ListenerTlsAcmCertificate": {
3381
3574
  "type": "structure",
3382
3575
  "required": [
3383
- "virtualRouter"
3576
+ "certificateArn"
3384
3577
  ],
3385
3578
  "members": {
3386
- "virtualRouter": {
3387
- "shape": "VirtualRouterData"
3579
+ "certificateArn": {
3580
+ "shape": "Arn"
3388
3581
  }
3389
- },
3390
- "payload": "virtualRouter"
3391
- },
3392
- "TagsLimit": {
3393
- "type": "integer",
3394
- "box": true,
3395
- "min": 1,
3396
- "max": 50
3582
+ }
3397
3583
  },
3398
3584
  "TagKey": {
3399
3585
  "type": "string",
@@ -3407,18 +3593,6 @@
3407
3593
  "DELETED",
3408
3594
  "INACTIVE"
3409
3595
  ]
3410
- },
3411
- "DeleteVirtualNodeOutput": {
3412
- "type": "structure",
3413
- "required": [
3414
- "virtualNode"
3415
- ],
3416
- "members": {
3417
- "virtualNode": {
3418
- "shape": "VirtualNodeData"
3419
- }
3420
- },
3421
- "payload": "virtualNode"
3422
3596
  }
3423
3597
  }
3424
3598
  }