naftiko: 1.0.0-alpha2 info: label: Amazon SES Amazon Simple Email Service (SES) — Identities description: 'Amazon SES Amazon Simple Email Service (SES) — Identities. 3 operations. Lead operation: Amazon SES Create Email Identity. Self-contained Naftiko capability covering one Amazon Ses business surface.' tags: - Amazon Ses - Identities created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: AMAZON_SES_API_KEY: AMAZON_SES_API_KEY capability: consumes: - type: http namespace: amazon-ses-identities baseUri: https://email.amazonaws.com description: Amazon SES Amazon Simple Email Service (SES) — Identities business capability. Self-contained, no shared references. resources: - name: v2-email-identities path: /v2/email/identities operations: - name: createemailidentity method: POST description: Amazon SES Create Email Identity outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: listemailidentities method: GET description: Amazon SES List Email Identities outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: NextToken in: query type: string - name: PageSize in: query type: integer - name: v2-email-identities-EmailIdentity path: /v2/email/identities/{EmailIdentity} operations: - name: getemailidentity method: GET description: Amazon SES Get Email Identity outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: EmailIdentity in: path type: string required: true exposes: - type: rest namespace: amazon-ses-identities-rest port: 8080 description: REST adapter for Amazon SES Amazon Simple Email Service (SES) — Identities. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/email/identities name: v2-email-identities description: REST surface for v2-email-identities. operations: - method: POST name: createemailidentity description: Amazon SES Create Email Identity call: amazon-ses-identities.createemailidentity with: body: rest.body outputParameters: - type: object mapping: $. - method: GET name: listemailidentities description: Amazon SES List Email Identities call: amazon-ses-identities.listemailidentities with: NextToken: rest.NextToken PageSize: rest.PageSize outputParameters: - type: object mapping: $. - path: /v1/v2/email/identities/{emailidentity} name: v2-email-identities-emailidentity description: REST surface for v2-email-identities-EmailIdentity. operations: - method: GET name: getemailidentity description: Amazon SES Get Email Identity call: amazon-ses-identities.getemailidentity with: EmailIdentity: rest.EmailIdentity outputParameters: - type: object mapping: $. - type: mcp namespace: amazon-ses-identities-mcp port: 9090 transport: http description: MCP adapter for Amazon SES Amazon Simple Email Service (SES) — Identities. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: amazon-ses-create-email-identity description: Amazon SES Create Email Identity hints: readOnly: false destructive: false idempotent: false call: amazon-ses-identities.createemailidentity with: body: tools.body outputParameters: - type: object mapping: $. - name: amazon-ses-list-email-identities description: Amazon SES List Email Identities hints: readOnly: true destructive: false idempotent: true call: amazon-ses-identities.listemailidentities with: NextToken: tools.NextToken PageSize: tools.PageSize outputParameters: - type: object mapping: $. - name: amazon-ses-get-email-identity description: Amazon SES Get Email Identity hints: readOnly: true destructive: false idempotent: true call: amazon-ses-identities.getemailidentity with: EmailIdentity: tools.EmailIdentity outputParameters: - type: object mapping: $.