Amazon Resource Explorer Resources API

The Resources API from Amazon Resource Explorer — 1 operation(s) for resources.

OpenAPI Specification

amazon-resource-explorer-resources-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Amazon Resource Explorer Index Resources API
  description: AWS Resource Explorer is a resource search and discovery service that provides a unified view of your AWS resources across Regions.
  version: 2022-07-28
  contact:
    name: AWS Support
    url: https://aws.amazon.com/premiumsupport/
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.html
servers:
- url: https://resource-explorer-2.{region}.amazonaws.com
  variables:
    region:
      default: us-east-1
      description: AWS region
security:
- sigv4: []
tags:
- name: Resources
paths:
  /ListSupportedResourceTypes:
    post:
      operationId: ListSupportedResourceTypes
      summary: List Supported Resource Types
      description: Lists the resource types supported by Resource Explorer.
      tags:
      - Resources
      responses:
        '200':
          description: Success
components:
  securitySchemes:
    sigv4:
      type: apiKey
      name: Authorization
      in: header
      description: AWS Signature Version 4