AWS FIS Discover Target Resource Type

Version 1.0.0

List the supported target resource types and fetch the full detail of the first one returned.

1 workflow 1 source API 1 provider
View Spec View on GitHub Chaos EngineeringDevOpsFault InjectionResilience TestingArazzoWorkflows

Provider

amazon-fault-injection-simulator

Workflows

discover-target-resource-type
List target resource types and fetch the first one's full definition.
Lists the supported target resource types, takes the first resource type from the page, and retrieves its full definition via getTargetResourceType.
2 steps inputs: maxResults, nextToken outputs: description, nextToken, parameters, resourceType
1
listResourceTypes
List the target resource types supported by FIS.
2
getResourceType
Retrieve the full definition of the first target resource type returned by the listing, including its parameters.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: AWS FIS Discover Target Resource Type
  summary: List the supported target resource types and fetch the full detail of the first one returned.
  description: >-
    A target discovery flow for AWS Fault Injection Simulator. Experiment
    template targets are defined by resource type, so before authoring a target
    you need to know which resource types FIS supports and what parameters each
    one accepts. The workflow lists the supported target resource types, captures
    the resource type identifier of the first entry in the page, and reads back
    its full definition including its parameters. Every 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: targetResourceTypesApi
  url: ../openapi/amazon-fault-injection-simulator-target-resource-types-api-openapi.yml
  type: openapi
workflows:
- workflowId: discover-target-resource-type
  summary: List target resource types and fetch the first one's full definition.
  description: >-
    Lists the supported target resource types, takes the first resource type
    from the page, and retrieves its full definition via getTargetResourceType.
  inputs:
    type: object
    properties:
      maxResults:
        type: integer
        description: Maximum number of resource types to return in the listing page.
      nextToken:
        type: string
        description: Pagination token for fetching a later page of resource types.
  steps:
  - stepId: listResourceTypes
    description: List the target resource types supported by FIS.
    operationId: listTargetResourceTypes
    parameters:
    - name: maxResults
      in: query
      value: $inputs.maxResults
    - name: nextToken
      in: query
      value: $inputs.nextToken
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      firstResourceType: $response.body#/targetResourceTypes/0/resourceType
      nextToken: $response.body#/nextToken
  - stepId: getResourceType
    description: >-
      Retrieve the full definition of the first target resource type returned by
      the listing, including its parameters.
    operationId: getTargetResourceType
    parameters:
    - name: resourceType
      in: path
      value: $steps.listResourceTypes.outputs.firstResourceType
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      resourceType: $response.body#/targetResourceType/resourceType
      description: $response.body#/targetResourceType/description
      parameters: $response.body#/targetResourceType/parameters
  outputs:
    resourceType: $steps.getResourceType.outputs.resourceType
    description: $steps.getResourceType.outputs.description
    parameters: $steps.getResourceType.outputs.parameters
    nextToken: $steps.listResourceTypes.outputs.nextToken

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-fault-injection-simulator-discover-target-resource-type-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.