123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2023-08-08",
- "endpointPrefix": "inspector-scan",
- "jsonVersion": "1.1",
- "protocol": "rest-json",
- "serviceAbbreviation": "inspector-scan",
- "serviceFullName": "Inspector Scan",
- "serviceId": "Inspector Scan",
- "signatureVersion": "v4",
- "signingName": "inspector-scan",
- "uid": "inspector-scan-2023-08-08"
- },
- "operations": {
- "ScanSbom": {
- "http": {
- "requestUri": "/scan/sbom",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "sbom"
- ],
- "members": {
- "sbom": {
- "shape": "S2"
- },
- "outputFormat": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "sbom": {
- "shape": "S2"
- }
- }
- },
- "idempotent": true
- }
- },
- "shapes": {
- "S2": {
- "type": "structure",
- "members": {},
- "document": true
- }
- }
- }
|