naftiko: 1.0.0-alpha2 info: label: Amazon MemoryDB — ACLs description: 'Amazon MemoryDB — ACLs. 4 operations. Lead operation: Amazon MemoryDB DeleteACL. Self-contained Naftiko capability covering one Amazon Memorydb business surface.' tags: - Amazon Memorydb - ACLs created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: AMAZON_MEMORYDB_API_KEY: AMAZON_MEMORYDB_API_KEY capability: consumes: - type: http namespace: amazon-memorydb-acls baseUri: https://memory-db.us-east-1.amazonaws.com description: Amazon MemoryDB — ACLs business capability. Self-contained, no shared references. resources: - name: acls path: /acls operations: - name: deleteacl method: DELETE description: Amazon MemoryDB DeleteACL outputRawFormat: json outputParameters: - name: result type: object value: $. - name: describeacls method: GET description: Amazon MemoryDB DescribeACLs outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createacl method: POST description: Amazon MemoryDB CreateACL outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: updateacl method: PUT description: Amazon MemoryDB UpdateACL outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: Authorization value: '{{env.AMAZON_MEMORYDB_API_KEY}}' placement: header exposes: - type: rest namespace: amazon-memorydb-acls-rest port: 8080 description: REST adapter for Amazon MemoryDB — ACLs. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/acls name: acls description: REST surface for acls. operations: - method: DELETE name: deleteacl description: Amazon MemoryDB DeleteACL call: amazon-memorydb-acls.deleteacl outputParameters: - type: object mapping: $. - method: GET name: describeacls description: Amazon MemoryDB DescribeACLs call: amazon-memorydb-acls.describeacls outputParameters: - type: object mapping: $. - method: POST name: createacl description: Amazon MemoryDB CreateACL call: amazon-memorydb-acls.createacl with: body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updateacl description: Amazon MemoryDB UpdateACL call: amazon-memorydb-acls.updateacl with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: amazon-memorydb-acls-mcp port: 9090 transport: http description: MCP adapter for Amazon MemoryDB — ACLs. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: amazon-memorydb-deleteacl description: Amazon MemoryDB DeleteACL hints: readOnly: false destructive: true idempotent: true call: amazon-memorydb-acls.deleteacl outputParameters: - type: object mapping: $. - name: amazon-memorydb-describeacls description: Amazon MemoryDB DescribeACLs hints: readOnly: true destructive: false idempotent: true call: amazon-memorydb-acls.describeacls outputParameters: - type: object mapping: $. - name: amazon-memorydb-createacl description: Amazon MemoryDB CreateACL hints: readOnly: false destructive: false idempotent: false call: amazon-memorydb-acls.createacl with: body: tools.body outputParameters: - type: object mapping: $. - name: amazon-memorydb-updateacl description: Amazon MemoryDB UpdateACL hints: readOnly: false destructive: false idempotent: true call: amazon-memorydb-acls.updateacl with: body: tools.body outputParameters: - type: object mapping: $.