|
1000 | 1000 | "dataType"
|
1001 | 1001 | ],
|
1002 | 1002 | "members":{
|
1003 |
| - "fullyQualifiedName":{"shape":"string"}, |
| 1003 | + "fullyQualifiedName":{"shape":"ActuatorFullyQualifiedNameString"}, |
1004 | 1004 | "dataType":{"shape":"NodeDataType"},
|
1005 | 1005 | "description":{"shape":"description"},
|
1006 | 1006 | "unit":{"shape":"string"},
|
|
1017 | 1017 | "structFullyQualifiedName":{"shape":"NodePath"}
|
1018 | 1018 | }
|
1019 | 1019 | },
|
| 1020 | + "ActuatorFullyQualifiedNameString":{ |
| 1021 | + "type":"string", |
| 1022 | + "max":150, |
| 1023 | + "min":1, |
| 1024 | + "pattern":"[a-zA-Z0-9_.]+" |
| 1025 | + }, |
1020 | 1026 | "AmazonResourceName":{
|
1021 | 1027 | "type":"string",
|
1022 | 1028 | "max":1011,
|
|
1046 | 1052 | "dataType"
|
1047 | 1053 | ],
|
1048 | 1054 | "members":{
|
1049 |
| - "fullyQualifiedName":{"shape":"string"}, |
| 1055 | + "fullyQualifiedName":{"shape":"AttributeFullyQualifiedNameString"}, |
1050 | 1056 | "dataType":{"shape":"NodeDataType"},
|
1051 | 1057 | "description":{"shape":"description"},
|
1052 | 1058 | "unit":{"shape":"string"},
|
|
1063 | 1069 | "comment":{"shape":"message"}
|
1064 | 1070 | }
|
1065 | 1071 | },
|
| 1072 | + "AttributeFullyQualifiedNameString":{ |
| 1073 | + "type":"string", |
| 1074 | + "max":150, |
| 1075 | + "min":1, |
| 1076 | + "pattern":"[a-zA-Z0-9_.]+" |
| 1077 | + }, |
1066 | 1078 | "BatchCreateVehicleRequest":{
|
1067 | 1079 | "type":"structure",
|
1068 | 1080 | "required":["vehicles"],
|
|
1095 | 1107 | "type":"structure",
|
1096 | 1108 | "required":["fullyQualifiedName"],
|
1097 | 1109 | "members":{
|
1098 |
| - "fullyQualifiedName":{"shape":"string"}, |
| 1110 | + "fullyQualifiedName":{"shape":"BranchFullyQualifiedNameString"}, |
1099 | 1111 | "description":{"shape":"description"},
|
1100 | 1112 | "deprecationMessage":{"shape":"message"},
|
1101 | 1113 | "comment":{"shape":"message"}
|
1102 | 1114 | }
|
1103 | 1115 | },
|
| 1116 | + "BranchFullyQualifiedNameString":{ |
| 1117 | + "type":"string", |
| 1118 | + "max":150, |
| 1119 | + "min":1, |
| 1120 | + "pattern":"[a-zA-Z0-9_.]+" |
| 1121 | + }, |
1104 | 1122 | "CampaignStatus":{
|
1105 | 1123 | "type":"string",
|
1106 | 1124 | "enum":[
|
|
1151 | 1169 | "CanInterfaceName":{
|
1152 | 1170 | "type":"string",
|
1153 | 1171 | "max":100,
|
1154 |
| - "min":1 |
| 1172 | + "min":1, |
| 1173 | + "pattern":"[a-zA-Z0-9_.]+" |
1155 | 1174 | },
|
1156 | 1175 | "CanSignal":{
|
1157 | 1176 | "type":"structure",
|
|
1179 | 1198 | "CanSignalName":{
|
1180 | 1199 | "type":"string",
|
1181 | 1200 | "max":100,
|
1182 |
| - "min":1 |
| 1201 | + "min":1, |
| 1202 | + "pattern":"[a-zA-Z0-9_.]+" |
1183 | 1203 | },
|
1184 | 1204 | "CloudWatchLogDeliveryOptions":{
|
1185 | 1205 | "type":"structure",
|
|
1294 | 1314 | "members":{
|
1295 | 1315 | "name":{"shape":"resourceName"},
|
1296 | 1316 | "description":{"shape":"description"},
|
1297 |
| - "modelManifestArn":{"shape":"arn"}, |
| 1317 | + "modelManifestArn":{"shape":"CreateDecoderManifestRequestModelManifestArnString"}, |
1298 | 1318 | "signalDecoders":{"shape":"SignalDecoders"},
|
1299 | 1319 | "networkInterfaces":{"shape":"NetworkInterfaces"},
|
1300 | 1320 | "defaultForUnmappedSignals":{"shape":"DefaultForUnmappedSignalsType"},
|
1301 | 1321 | "tags":{"shape":"TagList"}
|
1302 | 1322 | }
|
1303 | 1323 | },
|
| 1324 | + "CreateDecoderManifestRequestModelManifestArnString":{ |
| 1325 | + "type":"string", |
| 1326 | + "pattern":"arn:aws:iotfleetwise:[a-z0-9-]+:[0-9]{12}:model-manifest/[a-zA-Z\\d\\-_:]{1,100}" |
| 1327 | + }, |
1304 | 1328 | "CreateDecoderManifestResponse":{
|
1305 | 1329 | "type":"structure",
|
1306 | 1330 | "required":[
|
|
1346 | 1370 | "members":{
|
1347 | 1371 | "name":{"shape":"resourceName"},
|
1348 | 1372 | "description":{"shape":"description"},
|
1349 |
| - "nodes":{"shape":"listOfStrings"}, |
| 1373 | + "nodes":{"shape":"CreateModelManifestRequestNodesList"}, |
1350 | 1374 | "signalCatalogArn":{"shape":"arn"},
|
1351 | 1375 | "tags":{"shape":"TagList"}
|
1352 | 1376 | }
|
1353 | 1377 | },
|
| 1378 | + "CreateModelManifestRequestNodesList":{ |
| 1379 | + "type":"list", |
| 1380 | + "member":{"shape":"string"}, |
| 1381 | + "max":500, |
| 1382 | + "min":0 |
| 1383 | + }, |
1354 | 1384 | "CreateModelManifestResponse":{
|
1355 | 1385 | "type":"structure",
|
1356 | 1386 | "required":[
|
|
1499 | 1529 | "dataType"
|
1500 | 1530 | ],
|
1501 | 1531 | "members":{
|
1502 |
| - "fullyQualifiedName":{"shape":"string"}, |
| 1532 | + "fullyQualifiedName":{"shape":"CustomPropertyFullyQualifiedNameString"}, |
1503 | 1533 | "dataType":{"shape":"NodeDataType"},
|
1504 | 1534 | "dataEncoding":{"shape":"NodeDataEncoding"},
|
1505 | 1535 | "description":{"shape":"description"},
|
|
1508 | 1538 | "structFullyQualifiedName":{"shape":"NodePath"}
|
1509 | 1539 | }
|
1510 | 1540 | },
|
| 1541 | + "CustomPropertyFullyQualifiedNameString":{ |
| 1542 | + "type":"string", |
| 1543 | + "max":150, |
| 1544 | + "min":1, |
| 1545 | + "pattern":"[a-zA-Z0-9_.]+" |
| 1546 | + }, |
1511 | 1547 | "CustomStruct":{
|
1512 | 1548 | "type":"structure",
|
1513 | 1549 | "required":["fullyQualifiedName"],
|
1514 | 1550 | "members":{
|
1515 |
| - "fullyQualifiedName":{"shape":"string"}, |
| 1551 | + "fullyQualifiedName":{"shape":"CustomStructFullyQualifiedNameString"}, |
1516 | 1552 | "description":{"shape":"description"},
|
1517 | 1553 | "deprecationMessage":{"shape":"message"},
|
1518 | 1554 | "comment":{"shape":"message"}
|
1519 | 1555 | }
|
1520 | 1556 | },
|
| 1557 | + "CustomStructFullyQualifiedNameString":{ |
| 1558 | + "type":"string", |
| 1559 | + "max":150, |
| 1560 | + "min":1, |
| 1561 | + "pattern":"[a-zA-Z0-9_.]+" |
| 1562 | + }, |
1521 | 1563 | "DataDestinationConfig":{
|
1522 | 1564 | "type":"structure",
|
1523 | 1565 | "members":{
|
|
1814 | 1856 | "FullyQualifiedName":{
|
1815 | 1857 | "type":"string",
|
1816 | 1858 | "max":150,
|
1817 |
| - "min":1 |
| 1859 | + "min":1, |
| 1860 | + "pattern":"[a-zA-Z0-9_.]+" |
1818 | 1861 | },
|
1819 | 1862 | "GetCampaignRequest":{
|
1820 | 1863 | "type":"structure",
|
|
2133 | 2176 | "InterfaceId":{
|
2134 | 2177 | "type":"string",
|
2135 | 2178 | "max":50,
|
2136 |
| - "min":1 |
| 2179 | + "min":1, |
| 2180 | + "pattern":"[-a-zA-Z0-9_.]+" |
2137 | 2181 | },
|
2138 | 2182 | "InterfaceIds":{
|
2139 | 2183 | "type":"list",
|
|
2684 | 2728 | "ObdInterfaceName":{
|
2685 | 2729 | "type":"string",
|
2686 | 2730 | "max":100,
|
2687 |
| - "min":1 |
| 2731 | + "min":1, |
| 2732 | + "pattern":"[a-zA-Z0-9_.]+" |
2688 | 2733 | },
|
2689 | 2734 | "ObdSignal":{
|
2690 | 2735 | "type":"structure",
|
|
2748 | 2793 | "ProtocolName":{
|
2749 | 2794 | "type":"string",
|
2750 | 2795 | "max":50,
|
2751 |
| - "min":1 |
| 2796 | + "min":1, |
| 2797 | + "pattern":"[a-zA-Z0-9_.]+" |
2752 | 2798 | },
|
2753 | 2799 | "ProtocolVersion":{
|
2754 | 2800 | "type":"string",
|
2755 | 2801 | "max":50,
|
2756 |
| - "min":1 |
| 2802 | + "min":1, |
| 2803 | + "pattern":"[a-zA-Z0-9_.]+" |
2757 | 2804 | },
|
2758 | 2805 | "PutEncryptionConfigurationRequest":{
|
2759 | 2806 | "type":"structure",
|
|
2917 | 2964 | "dataType"
|
2918 | 2965 | ],
|
2919 | 2966 | "members":{
|
2920 |
| - "fullyQualifiedName":{"shape":"string"}, |
| 2967 | + "fullyQualifiedName":{"shape":"SensorFullyQualifiedNameString"}, |
2921 | 2968 | "dataType":{"shape":"NodeDataType"},
|
2922 | 2969 | "description":{"shape":"description"},
|
2923 | 2970 | "unit":{"shape":"string"},
|
|
2929 | 2976 | "structFullyQualifiedName":{"shape":"NodePath"}
|
2930 | 2977 | }
|
2931 | 2978 | },
|
| 2979 | + "SensorFullyQualifiedNameString":{ |
| 2980 | + "type":"string", |
| 2981 | + "max":150, |
| 2982 | + "min":1, |
| 2983 | + "pattern":"[a-zA-Z0-9_.]+" |
| 2984 | + }, |
2932 | 2985 | "SignalCatalogSummary":{
|
2933 | 2986 | "type":"structure",
|
2934 | 2987 | "members":{
|
|
3871 | 3924 | },
|
3872 | 3925 | "nonNegativeInteger":{
|
3873 | 3926 | "type":"integer",
|
| 3927 | + "max":2147483647, |
3874 | 3928 | "min":0
|
3875 | 3929 | },
|
3876 | 3930 | "number":{"type":"integer"},
|
3877 | 3931 | "positiveInteger":{
|
3878 | 3932 | "type":"integer",
|
3879 | 3933 | "box":true,
|
| 3934 | + "max":2147483647, |
3880 | 3935 | "min":1
|
3881 | 3936 | },
|
3882 | 3937 | "positiveLong":{
|
3883 | 3938 | "type":"long",
|
3884 | 3939 | "box":true,
|
| 3940 | + "max":9223372036854775807, |
3885 | 3941 | "min":1
|
3886 | 3942 | },
|
3887 | 3943 | "priority":{
|
|
0 commit comments