|
1246 | 1246 | "type":"structure",
|
1247 | 1247 | "required":[
|
1248 | 1248 | "name",
|
1249 |
| - "sources", |
1250 | 1249 | "robotSoftwareSuite"
|
1251 | 1250 | ],
|
1252 | 1251 | "members":{
|
|
1265 | 1264 | "tags":{
|
1266 | 1265 | "shape":"TagMap",
|
1267 | 1266 | "documentation":"<p>A map that contains tag keys and tag values that are attached to the robot application.</p>"
|
| 1267 | + }, |
| 1268 | + "environment":{ |
| 1269 | + "shape":"Environment", |
| 1270 | + "documentation":"<p>The object that contains that URI of the Docker image that you use for your robot application.</p>" |
1268 | 1271 | }
|
1269 | 1272 | }
|
1270 | 1273 | },
|
|
1302 | 1305 | "tags":{
|
1303 | 1306 | "shape":"TagMap",
|
1304 | 1307 | "documentation":"<p>The list of all tags added to the robot application.</p>"
|
| 1308 | + }, |
| 1309 | + "environment":{ |
| 1310 | + "shape":"Environment", |
| 1311 | + "documentation":"<p>An object that contains the Docker image URI used to a create your robot application.</p>" |
1305 | 1312 | }
|
1306 | 1313 | }
|
1307 | 1314 | },
|
|
1316 | 1323 | "currentRevisionId":{
|
1317 | 1324 | "shape":"RevisionId",
|
1318 | 1325 | "documentation":"<p>The current revision id for the robot application. If you provide a value and it matches the latest revision ID, a new version will be created.</p>"
|
| 1326 | + }, |
| 1327 | + "s3Etags":{ |
| 1328 | + "shape":"S3Etags", |
| 1329 | + "documentation":"<p>The Amazon S3 identifier for the zip file bundle that you use for your robot application.</p>" |
| 1330 | + }, |
| 1331 | + "imageDigest":{ |
| 1332 | + "shape":"ImageDigest", |
| 1333 | + "documentation":"<p>A SHA256 identifier for the Docker image that you use for your robot application.</p>" |
1319 | 1334 | }
|
1320 | 1335 | }
|
1321 | 1336 | },
|
|
1349 | 1364 | "revisionId":{
|
1350 | 1365 | "shape":"RevisionId",
|
1351 | 1366 | "documentation":"<p>The revision id of the robot application.</p>"
|
| 1367 | + }, |
| 1368 | + "environment":{ |
| 1369 | + "shape":"Environment", |
| 1370 | + "documentation":"<p>The object that contains the Docker image URI used to create your robot application.</p>" |
1352 | 1371 | }
|
1353 | 1372 | }
|
1354 | 1373 | },
|
|
1411 | 1430 | "type":"structure",
|
1412 | 1431 | "required":[
|
1413 | 1432 | "name",
|
1414 |
| - "sources", |
1415 | 1433 | "simulationSoftwareSuite",
|
1416 | 1434 | "robotSoftwareSuite"
|
1417 | 1435 | ],
|
|
1439 | 1457 | "tags":{
|
1440 | 1458 | "shape":"TagMap",
|
1441 | 1459 | "documentation":"<p>A map that contains tag keys and tag values that are attached to the simulation application.</p>"
|
| 1460 | + }, |
| 1461 | + "environment":{ |
| 1462 | + "shape":"Environment", |
| 1463 | + "documentation":"<p>The object that contains the Docker image URI used to create your simulation application.</p>" |
1442 | 1464 | }
|
1443 | 1465 | }
|
1444 | 1466 | },
|
|
1484 | 1506 | "tags":{
|
1485 | 1507 | "shape":"TagMap",
|
1486 | 1508 | "documentation":"<p>The list of all tags added to the simulation application.</p>"
|
| 1509 | + }, |
| 1510 | + "environment":{ |
| 1511 | + "shape":"Environment", |
| 1512 | + "documentation":"<p>The object that contains the Docker image URI that you used to create your simulation application.</p>" |
1487 | 1513 | }
|
1488 | 1514 | }
|
1489 | 1515 | },
|
|
1498 | 1524 | "currentRevisionId":{
|
1499 | 1525 | "shape":"RevisionId",
|
1500 | 1526 | "documentation":"<p>The current revision id for the simulation application. If you provide a value and it matches the latest revision ID, a new version will be created.</p>"
|
| 1527 | + }, |
| 1528 | + "s3Etags":{ |
| 1529 | + "shape":"S3Etags", |
| 1530 | + "documentation":"<p>The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.</p>" |
| 1531 | + }, |
| 1532 | + "imageDigest":{ |
| 1533 | + "shape":"ImageDigest", |
| 1534 | + "documentation":"<p>The SHA256 digest used to identify the Docker image URI used to created the simulation application.</p>" |
1501 | 1535 | }
|
1502 | 1536 | }
|
1503 | 1537 | },
|
|
1539 | 1573 | "revisionId":{
|
1540 | 1574 | "shape":"RevisionId",
|
1541 | 1575 | "documentation":"<p>The revision ID of the simulation application.</p>"
|
| 1576 | + }, |
| 1577 | + "environment":{ |
| 1578 | + "shape":"Environment", |
| 1579 | + "documentation":"<p>The object that contains the Docker image URI used to create the simulation application.</p>" |
1542 | 1580 | }
|
1543 | 1581 | }
|
1544 | 1582 | },
|
|
2357 | 2395 | "tags":{
|
2358 | 2396 | "shape":"TagMap",
|
2359 | 2397 | "documentation":"<p>The list of all tags added to the specified robot application.</p>"
|
| 2398 | + }, |
| 2399 | + "environment":{ |
| 2400 | + "shape":"Environment", |
| 2401 | + "documentation":"<p>The object that contains the Docker image URI used to create the robot application.</p>" |
| 2402 | + }, |
| 2403 | + "imageDigest":{ |
| 2404 | + "shape":"ImageDigest", |
| 2405 | + "documentation":"<p>A SHA256 identifier for the Docker image that you use for your robot application.</p>" |
2360 | 2406 | }
|
2361 | 2407 | }
|
2362 | 2408 | },
|
|
2471 | 2517 | "tags":{
|
2472 | 2518 | "shape":"TagMap",
|
2473 | 2519 | "documentation":"<p>The list of all tags added to the specified simulation application.</p>"
|
| 2520 | + }, |
| 2521 | + "environment":{ |
| 2522 | + "shape":"Environment", |
| 2523 | + "documentation":"<p>The object that contains the Docker image URI used to create the simulation application.</p>" |
| 2524 | + }, |
| 2525 | + "imageDigest":{ |
| 2526 | + "shape":"ImageDigest", |
| 2527 | + "documentation":"<p>A SHA256 identifier for the Docker image that you use for your simulation application.</p>" |
2474 | 2528 | }
|
2475 | 2529 | }
|
2476 | 2530 | },
|
|
2829 | 2883 | }
|
2830 | 2884 | }
|
2831 | 2885 | },
|
| 2886 | + "Environment":{ |
| 2887 | + "type":"structure", |
| 2888 | + "members":{ |
| 2889 | + "uri":{ |
| 2890 | + "shape":"RepositoryUrl", |
| 2891 | + "documentation":"<p>The Docker image URI for either your robot or simulation applications.</p>" |
| 2892 | + } |
| 2893 | + }, |
| 2894 | + "documentation":"<p>The object that contains the Docker image URI for either your robot or simulation applications.</p>" |
| 2895 | + }, |
2832 | 2896 | "EnvironmentVariableKey":{
|
2833 | 2897 | "type":"string",
|
2834 | 2898 | "max":1024,
|
|
3034 | 3098 | "error":{"httpStatusCode":400},
|
3035 | 3099 | "exception":true
|
3036 | 3100 | },
|
| 3101 | + "ImageDigest":{ |
| 3102 | + "type":"string", |
| 3103 | + "max":72, |
| 3104 | + "min":0, |
| 3105 | + "pattern":"[Ss][Hh][Aa]256:[0-9a-fA-F]{64}" |
| 3106 | + }, |
3037 | 3107 | "Integer":{"type":"integer"},
|
3038 | 3108 | "InteriorCountPerFloorplan":{"type":"integer"},
|
3039 | 3109 | "InternalServerException":{
|
|
3663 | 3733 | "min":1,
|
3664 | 3734 | "pattern":"1.x"
|
3665 | 3735 | },
|
| 3736 | + "RepositoryUrl":{ |
| 3737 | + "type":"string", |
| 3738 | + "max":1024, |
| 3739 | + "min":1, |
| 3740 | + "pattern":".+" |
| 3741 | + }, |
3666 | 3742 | "ResourceAlreadyExistsException":{
|
3667 | 3743 | "type":"structure",
|
3668 | 3744 | "members":{
|
|
3929 | 4005 | "pattern":"[a-z0-9][a-z0-9.\\-]*[a-z0-9]"
|
3930 | 4006 | },
|
3931 | 4007 | "S3Etag":{"type":"string"},
|
| 4008 | + "S3Etags":{ |
| 4009 | + "type":"list", |
| 4010 | + "member":{"shape":"S3Etag"} |
| 4011 | + }, |
3932 | 4012 | "S3Key":{
|
3933 | 4013 | "type":"string",
|
3934 | 4014 | "max":1024,
|
|
4767 | 4847 | "type":"structure",
|
4768 | 4848 | "required":[
|
4769 | 4849 | "application",
|
4770 |
| - "sources", |
4771 | 4850 | "robotSoftwareSuite"
|
4772 | 4851 | ],
|
4773 | 4852 | "members":{
|
|
4786 | 4865 | "currentRevisionId":{
|
4787 | 4866 | "shape":"RevisionId",
|
4788 | 4867 | "documentation":"<p>The revision id for the robot application.</p>"
|
| 4868 | + }, |
| 4869 | + "environment":{ |
| 4870 | + "shape":"Environment", |
| 4871 | + "documentation":"<p>The object that contains the Docker image URI for your robot application.</p>" |
4789 | 4872 | }
|
4790 | 4873 | }
|
4791 | 4874 | },
|
|
4819 | 4902 | "revisionId":{
|
4820 | 4903 | "shape":"RevisionId",
|
4821 | 4904 | "documentation":"<p>The revision id of the robot application.</p>"
|
| 4905 | + }, |
| 4906 | + "environment":{ |
| 4907 | + "shape":"Environment", |
| 4908 | + "documentation":"<p>The object that contains the Docker image URI for your robot application.</p>" |
4822 | 4909 | }
|
4823 | 4910 | }
|
4824 | 4911 | },
|
4825 | 4912 | "UpdateSimulationApplicationRequest":{
|
4826 | 4913 | "type":"structure",
|
4827 | 4914 | "required":[
|
4828 | 4915 | "application",
|
4829 |
| - "sources", |
4830 | 4916 | "simulationSoftwareSuite",
|
4831 | 4917 | "robotSoftwareSuite"
|
4832 | 4918 | ],
|
|
4854 | 4940 | "currentRevisionId":{
|
4855 | 4941 | "shape":"RevisionId",
|
4856 | 4942 | "documentation":"<p>The revision id for the robot application.</p>"
|
| 4943 | + }, |
| 4944 | + "environment":{ |
| 4945 | + "shape":"Environment", |
| 4946 | + "documentation":"<p>The object that contains the Docker image URI for your simulation application.</p>" |
4857 | 4947 | }
|
4858 | 4948 | }
|
4859 | 4949 | },
|
|
4895 | 4985 | "revisionId":{
|
4896 | 4986 | "shape":"RevisionId",
|
4897 | 4987 | "documentation":"<p>The revision id of the simulation application.</p>"
|
| 4988 | + }, |
| 4989 | + "environment":{ |
| 4990 | + "shape":"Environment", |
| 4991 | + "documentation":"<p>The object that contains the Docker image URI used for your simulation application.</p>" |
4898 | 4992 | }
|
4899 | 4993 | }
|
4900 | 4994 | },
|
|
0 commit comments