|
774 | 774 | },
|
775 | 775 | "ConnectionId":{
|
776 | 776 | "type":"string",
|
777 |
| - "max":255, |
| 777 | + "max":1024, |
778 | 778 | "min":1,
|
779 |
| - "pattern":"^([\\w-]+)$" |
| 779 | + "pattern":"^[a-zA-Z0-9+/=]{1,1024}$" |
780 | 780 | },
|
781 | 781 | "ContactName":{
|
782 | 782 | "type":"string",
|
|
1227 | 1227 | "Status":{
|
1228 | 1228 | "shape":"LineItemStatus",
|
1229 | 1229 | "documentation":"<p>The status of the line item.</p>"
|
| 1230 | + }, |
| 1231 | + "ShipmentInformation":{ |
| 1232 | + "shape":"ShipmentInformation", |
| 1233 | + "documentation":"<p> Information about a line item shipment. </p>" |
| 1234 | + }, |
| 1235 | + "AssetInformationList":{ |
| 1236 | + "shape":"LineItemAssetInformationList", |
| 1237 | + "documentation":"<p> Information about assets. </p>" |
1230 | 1238 | }
|
1231 | 1239 | },
|
1232 | 1240 | "documentation":"<p>Information about a line item.</p>"
|
1233 | 1241 | },
|
| 1242 | + "LineItemAssetInformation":{ |
| 1243 | + "type":"structure", |
| 1244 | + "members":{ |
| 1245 | + "AssetId":{ |
| 1246 | + "shape":"AssetId", |
| 1247 | + "documentation":"<p> The ID of the asset. </p>" |
| 1248 | + }, |
| 1249 | + "MacAddressList":{ |
| 1250 | + "shape":"MacAddressList", |
| 1251 | + "documentation":"<p> MAC addresses of the asset. </p>" |
| 1252 | + } |
| 1253 | + }, |
| 1254 | + "documentation":"<p> Information about a line item asset. </p>" |
| 1255 | + }, |
| 1256 | + "LineItemAssetInformationList":{ |
| 1257 | + "type":"list", |
| 1258 | + "member":{"shape":"LineItemAssetInformation"} |
| 1259 | + }, |
1234 | 1260 | "LineItemId":{
|
1235 | 1261 | "type":"string",
|
1236 | 1262 | "pattern":"ooi-[a-f0-9]{17}"
|
|
1495 | 1521 | }
|
1496 | 1522 | }
|
1497 | 1523 | },
|
| 1524 | + "MacAddress":{ |
| 1525 | + "type":"string", |
| 1526 | + "max":17, |
| 1527 | + "min":17, |
| 1528 | + "pattern":"^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$" |
| 1529 | + }, |
| 1530 | + "MacAddressList":{ |
| 1531 | + "type":"list", |
| 1532 | + "member":{"shape":"MacAddress"} |
| 1533 | + }, |
1498 | 1534 | "MaxResults1000":{
|
1499 | 1535 | "type":"integer",
|
1500 | 1536 | "documentation":"<p>The maximum page size.</p>",
|
|
1850 | 1886 | "error":{"httpStatusCode":402},
|
1851 | 1887 | "exception":true
|
1852 | 1888 | },
|
| 1889 | + "ShipmentCarrier":{ |
| 1890 | + "type":"string", |
| 1891 | + "enum":[ |
| 1892 | + "DHL", |
| 1893 | + "DBS", |
| 1894 | + "FEDEX", |
| 1895 | + "UPS" |
| 1896 | + ] |
| 1897 | + }, |
| 1898 | + "ShipmentInformation":{ |
| 1899 | + "type":"structure", |
| 1900 | + "members":{ |
| 1901 | + "ShipmentTrackingNumber":{ |
| 1902 | + "shape":"TrackingId", |
| 1903 | + "documentation":"<p> The tracking number of the shipment. </p>" |
| 1904 | + }, |
| 1905 | + "ShipmentCarrier":{ |
| 1906 | + "shape":"ShipmentCarrier", |
| 1907 | + "documentation":"<p> The carrier of the shipment. </p>" |
| 1908 | + } |
| 1909 | + }, |
| 1910 | + "documentation":"<p> Information about a line item shipment. </p>" |
| 1911 | + }, |
1853 | 1912 | "Site":{
|
1854 | 1913 | "type":"structure",
|
1855 | 1914 | "members":{
|
|
2059 | 2118 | "min":1,
|
2060 | 2119 | "pattern":"^(\\d+)##(\\S+)$"
|
2061 | 2120 | },
|
| 2121 | + "TrackingId":{ |
| 2122 | + "type":"string", |
| 2123 | + "max":42, |
| 2124 | + "min":6, |
| 2125 | + "pattern":"^[a-zA-Z0-9]+$" |
| 2126 | + }, |
2062 | 2127 | "UnderlayIpAddress":{
|
2063 | 2128 | "type":"string",
|
2064 | 2129 | "max":15,
|
|
0 commit comments