inspector-scan-2023-08-08.min.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2023-08-08",
  5. "endpointPrefix": "inspector-scan",
  6. "jsonVersion": "1.1",
  7. "protocol": "rest-json",
  8. "serviceAbbreviation": "inspector-scan",
  9. "serviceFullName": "Inspector Scan",
  10. "serviceId": "Inspector Scan",
  11. "signatureVersion": "v4",
  12. "signingName": "inspector-scan",
  13. "uid": "inspector-scan-2023-08-08"
  14. },
  15. "operations": {
  16. "ScanSbom": {
  17. "http": {
  18. "requestUri": "/scan/sbom",
  19. "responseCode": 200
  20. },
  21. "input": {
  22. "type": "structure",
  23. "required": [
  24. "sbom"
  25. ],
  26. "members": {
  27. "sbom": {
  28. "shape": "S2"
  29. },
  30. "outputFormat": {}
  31. }
  32. },
  33. "output": {
  34. "type": "structure",
  35. "members": {
  36. "sbom": {
  37. "shape": "S2"
  38. }
  39. }
  40. },
  41. "idempotent": true
  42. }
  43. },
  44. "shapes": {
  45. "S2": {
  46. "type": "structure",
  47. "members": {},
  48. "document": true
  49. }
  50. }
  51. }