Amazon Fraud Detector · Arazzo Workflow

Amazon Fraud Detector Tag and Audit Resource

Version 1.0.0

Assign tags to a Fraud Detector resource and read its tags back to confirm they were applied.

1 workflow 1 source API 1 provider
View Spec View on GitHub Financial-ServicesFraud DetectionMachine-LearningSecurityArazzoWorkflows

Provider

amazon-fraud-detector

Workflows

tag-and-audit-resource
Tag a resource and read the tags back to confirm the assignment.
Assigns the supplied tags to a resource by ARN, then lists the resource's tags to confirm they were applied.
2 steps inputs: resourceARN, tags outputs: taggedArn, tags
1
applyTags
Assign the supplied tags to the resource identified by ARN.
2
auditTags
List the resource's tags to confirm the assignment took effect.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Fraud Detector Tag and Audit Resource
  summary: Assign tags to a Fraud Detector resource and read its tags back to confirm they were applied.
  description: >-
    Applies governance metadata to a Fraud Detector resource and verifies it.
    The workflow assigns a set of tags to a resource identified by ARN, then
    lists the tags on that resource to confirm the assignment took effect. Each
    step spells out its request inline so the flow can be read and executed
    without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: tagsApi
  url: ../openapi/amazon-fraud-detector-tags-api-openapi.yml
  type: openapi
workflows:
- workflowId: tag-and-audit-resource
  summary: Tag a resource and read the tags back to confirm the assignment.
  description: >-
    Assigns the supplied tags to a resource by ARN, then lists the resource's
    tags to confirm they were applied.
  inputs:
    type: object
    required:
    - resourceARN
    - tags
    properties:
      resourceARN:
        type: string
        description: The ARN of the resource to tag (detector, model, rule, etc.).
      tags:
        type: array
        description: The list of key/value tag pairs to assign to the resource.
        items:
          type: object
          required:
          - key
          - value
          properties:
            key:
              type: string
            value:
              type: string
  steps:
  - stepId: applyTags
    description: >-
      Assign the supplied tags to the resource identified by ARN.
    operationId: tagResource
    parameters:
    - name: resourceARN
      in: path
      value: $inputs.resourceARN
    requestBody:
      contentType: application/json
      payload:
        tags: $inputs.tags
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      taggedArn: $inputs.resourceARN
  - stepId: auditTags
    description: >-
      List the resource's tags to confirm the assignment took effect.
    operationId: listTagsForResource
    parameters:
    - name: resourceARN
      in: path
      value: $steps.applyTags.outputs.taggedArn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      tags: $response.body#/tags
      firstTagKey: $response.body#/tags/0/key
  outputs:
    taggedArn: $steps.applyTags.outputs.taggedArn
    tags: $steps.auditTags.outputs.tags

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/amazon-fraud-detector-tag-and-audit-resource-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.