Amazon Panorama Application Instances API

The Application Instances API from Amazon Panorama — 6 operation(s) for application instances.

Operations 8

POST /application-instances Amazon Panorama Create Application Instance #
GET /application-instances Amazon Panorama List Application Instances #
GET /application-instances/{ApplicationInstanceId} Amazon Panorama Describe Application Instance #
DELETE /application-instances/{ApplicationInstanceId} Amazon Panorama Remove Application Instance #
GET /application-instances/{ApplicationInstanceId}/details Amazon Panorama Describe Application Instance Details #
GET /application-instances/{ApplicationInstanceId}/package-dependencies Amazon Panorama List Application Instance Dependencies #
GET /application-instances/{ApplicationInstanceId}/node-instances Amazon Panorama List Application Instance Node Instances #
PUT /application-instances/{ApplicationInstanceId}/node-signals Amazon Panorama Signal Application Instance Node Instances #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/amazon-panorama-application-instances-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

amazon-panorama-application-instances-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: 1.0.0
  x-release: v4
  title: AWS Panorama Application Instances API
  description: <p><fullname>AWS Panorama</fullname> <p> <b>Overview</b> </p> <p>This is the <i>AWS Panorama API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/panorama/latest/dev/panorama-welcome.html">What is AWS Panorama?</a> in the <i>AWS Panorama Developer Guide</i>.</p></p>
  x-logo:
    url: https://twitter.com/awscloud/profile_image?size=original
    backgroundColor: '#FFFFFF'
  termsOfService: https://aws.amazon.com/service-terms/
  contact:
    name: Mike Ralphson
    email: mike.ralphson@gmail.com
    url: https://github.com/mermade/aws2openapi
    x-twitter: PermittedSoc
  license:
    name: Apache 2.0 License
    url: http://www.apache.org/licenses/
  x-providerName: amazonaws.com
  x-serviceName: panorama
  x-aws-signingName: panorama
  x-origin:
  - contentType: application/json
    url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/panorama-2019-07-24.normal.json
    converter:
      url: https://github.com/mermade/aws2openapi
    x-apisguru-driver: external
  x-apiClientRegistration:
    url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct
  x-apisguru-categories:
  - cloud
  x-preferred: true
servers:
- url: http://panorama.{region}.amazonaws.com
  variables:
    region:
      description: The AWS region
      enum:
      - us-east-1
      - us-east-2
      - us-west-1
      - us-west-2
      - us-gov-west-1
      - us-gov-east-1
      - ca-central-1
      - eu-north-1
      - eu-west-1
      - eu-west-2
      - eu-west-3
      - eu-central-1
      - eu-south-1
      - af-south-1
      - ap-northeast-1
      - ap-northeast-2
      - ap-northeast-3
      - ap-southeast-1
      - ap-southeast-2
      - ap-east-1
      - ap-south-1
      - sa-east-1
      - me-south-1
      default: us-east-1
  description: The Panorama multi-region endpoint
- url: https://panorama.{region}.amazonaws.com
  variables:
    region:
      description: The AWS region
      enum:
      - us-east-1
      - us-east-2
      - us-west-1
      - us-west-2
      - us-gov-west-1
      - us-gov-east-1
      - ca-central-1
      - eu-north-1
      - eu-west-1
      - eu-west-2
      - eu-west-3
      - eu-central-1
      - eu-south-1
      - af-south-1
      - ap-northeast-1
      - ap-northeast-2
      - ap-northeast-3
      - ap-southeast-1
      - ap-southeast-2
      - ap-east-1
      - ap-south-1
      - sa-east-1
      - me-south-1
      default: us-east-1
  description: The Panorama multi-region endpoint
- url: http://panorama.{region}.amazonaws.com.cn
  variables:
    region:
      description: The AWS region
      enum:
      - cn-north-1
      - cn-northwest-1
      default: cn-north-1
  description: The Panorama endpoint for China (Beijing) and China (Ningxia)
- url: https://panorama.{region}.amazonaws.com.cn
  variables:
    region:
      description: The AWS region
      enum:
      - cn-north-1
      - cn-northwest-1
      default: cn-north-1
  description: The Panorama endpoint for China (Beijing) and China (Ningxia)
security:
- hmac: []
tags:
- name: Application Instances
paths:
  /application-instances:
    parameters:
    - $ref: '#/components/parameters/X-Amz-Content-Sha256'
    - $ref: '#/components/parameters/X-Amz-Date'
    - $ref: '#/components/parameters/X-Amz-Algorithm'
    - $ref: '#/components/parameters/X-Amz-Credential'
    - $ref: '#/components/parameters/X-Amz-Security-Token'
    - $ref: '#/components/parameters/X-Amz-Signature'
    - $ref: '#/components/parameters/X-Amz-SignedHeaders'
    post:
      operationId: CreateApplicationInstance
      description: Creates an application instance and deploys it to a device.
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CreateApplicationInstanceResponse'
              examples:
                CreateApplicationInstance200Example:
                  summary: Default CreateApplicationInstance 200 response
                  x-microcks-default: true
                  value:
                    ApplicationInstanceId: resource-abc123
        '480':
          description: ValidationException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ValidationException'
        '481':
          description: AccessDeniedException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AccessDeniedException'
        '482':
          description: ServiceQuotaExceededException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServiceQuotaExceededException'
        '483':
          description: InternalServerException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerException'
      parameters: []
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              required:
              - DefaultRuntimeContextDevice
              - ManifestPayload
              properties:
                ApplicationInstanceIdToReplace:
                  description: The ID of an application instance to replace with the new instance.
                  type: string
                  pattern: ^[a-zA-Z0-9\-\_]+$
                  minLength: 1
                  maxLength: 255
                DefaultRuntimeContextDevice:
                  description: A device's ID.
                  type: string
                  pattern: ^[a-zA-Z0-9\-\_]+$
                  minLength: 1
                  maxLength: 255
                Description:
                  description: A description for the application instance.
                  type: string
                  pattern: ^.*$
                  minLength: 0
                  maxLength: 255
                ManifestOverridesPayload:
                  description: Parameter overrides for an application instance. This is a JSON document that has a single key (<code>PayloadData</code>) where the value is an escaped string representation of the overrides document.
                  type: object
                  properties:
                    PayloadData:
                      allOf:
                      - $ref: '#/components/schemas/ManifestOverridesPayloadData'
                      - description: The overrides document.
                ManifestPayload:
                  description: A application verion's manifest file. This is a JSON document that has a single key (<code>PayloadData</code>) where the value is an escaped string representation of the application manifest (<code>graph.json</code>). This file is located in the <code>graphs</code> folder in your application source.
                  type: object
                  properties:
                    PayloadData:
                      allOf:
                      - $ref: '#/components/schemas/ManifestPayloadData'
                      - description: The application manifest.
                Name:
                  description: A name for the application instance.
                  type: string
                  pattern: ^[a-zA-Z0-9\-\_]+$
                  minLength: 1
                  maxLength: 255
                RuntimeRoleArn:
                  description: The ARN of a runtime role for the application instance.
                  type: string
                  pattern: ^arn:[a-z0-9][-.a-z0-9]{0,62}:iam::[0-9]{12}:role/.+$
                  minLength: 1
                  maxLength: 255
                Tags:
                  description: Tags for the application instance.
                  type: object
                  minProperties: 0
                  maxProperties: 50
                  additionalProperties:
                    $ref: '#/components/schemas/TagValue'
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      summary: Amazon Panorama Create Application Instance
      tags:
      - Application Instances
    get:
      operationId: ListApplicationInstances
      description: Returns a list of application instances.
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ListApplicationInstancesResponse'
              examples:
                ListApplicationInstances200Example:
                  summary: Default ListApplicationInstances 200 response
                  x-microcks-default: true
                  value:
                    ApplicationInstances: example-string
                    NextToken: example-string
        '480':
          description: AccessDeniedException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AccessDeniedException'
        '481':
          description: InternalServerException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerException'
      parameters:
      - name: deviceId
        in: query
        required: false
        description: The application instances' device ID.
        schema:
          type: string
          pattern: ^[a-zA-Z0-9\-\_]+$
          minLength: 1
          maxLength: 255
      - name: maxResults
        in: query
        required: false
        description: The maximum number of application instances to return in one page of results.
        schema:
          type: integer
          minimum: 0
          maximum: 25
      - name: nextToken
        in: query
        required: false
        description: Specify the pagination token from a previous request to retrieve the next page of results.
        schema:
          type: string
          pattern: ^.+$
          minLength: 1
          maxLength: 4096
      - name: statusFilter
        in: query
        required: false
        description: Only include instances with a specific status.
        schema:
          type: string
          enum:
          - DEPLOYMENT_SUCCEEDED
          - DEPLOYMENT_ERROR
          - REMOVAL_SUCCEEDED
          - REMOVAL_FAILED
          - PROCESSING_DEPLOYMENT
          - PROCESSING_REMOVAL
          - DEPLOYMENT_FAILED
      - name: MaxResults
        in: query
        schema:
          type: string
        description: Pagination limit
        required: false
      - name: NextToken
        in: query
        schema:
          type: string
        description: Pagination token
        required: false
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      summary: Amazon Panorama List Application Instances
      tags:
      - Application Instances
  /application-instances/{ApplicationInstanceId}:
    parameters:
    - $ref: '#/components/parameters/X-Amz-Content-Sha256'
    - $ref: '#/components/parameters/X-Amz-Date'
    - $ref: '#/components/parameters/X-Amz-Algorithm'
    - $ref: '#/components/parameters/X-Amz-Credential'
    - $ref: '#/components/parameters/X-Amz-Security-Token'
    - $ref: '#/components/parameters/X-Amz-Signature'
    - $ref: '#/components/parameters/X-Amz-SignedHeaders'
    get:
      operationId: DescribeApplicationInstance
      description: Returns information about an application instance on a device.
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DescribeApplicationInstanceResponse'
              examples:
                DescribeApplicationInstance200Example:
                  summary: Default DescribeApplicationInstance 200 response
                  x-microcks-default: true
                  value:
                    ApplicationInstanceId: resource-abc123
                    ApplicationInstanceIdToReplace: resource-abc123
                    Arn: arn:aws:service:us-east-1:123456789012:resource/example
                    CreatedTime: example-string
                    DefaultRuntimeContextDevice: example-string
                    DefaultRuntimeContextDeviceName: my-resource
                    Description: example-string
                    HealthStatus: active
                    LastUpdatedTime: example-string
                    Name: my-resource
                    RuntimeContextStates: example-string
                    RuntimeRoleArn: arn:aws:service:us-east-1:123456789012:resource/example
                    Status: active
                    StatusDescription: active
                    Tags: example-string
        '480':
          description: ConflictException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConflictException'
        '481':
          description: ValidationException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ValidationException'
        '482':
          description: AccessDeniedException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AccessDeniedException'
        '483':
          description: ResourceNotFoundException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResourceNotFoundException'
        '484':
          description: InternalServerException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerException'
      parameters:
      - name: ApplicationInstanceId
        in: path
        required: true
        description: The application instance's ID.
        schema:
          type: string
          pattern: ^[a-zA-Z0-9\-\_]+$
          minLength: 1
          maxLength: 255
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      summary: Amazon Panorama Describe Application Instance
      tags:
      - Application Instances
    delete:
      operationId: RemoveApplicationInstance
      description: Removes an application instance.
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RemoveApplicationInstanceResponse'
        '480':
          description: ConflictException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConflictException'
        '481':
          description: ValidationException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ValidationException'
        '482':
          description: AccessDeniedException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AccessDeniedException'
        '483':
          description: ResourceNotFoundException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResourceNotFoundException'
        '484':
          description: InternalServerException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerException'
      parameters:
      - name: ApplicationInstanceId
        in: path
        required: true
        description: An application instance ID.
        schema:
          type: string
          pattern: ^[a-zA-Z0-9\-\_]+$
          minLength: 1
          maxLength: 255
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      summary: Amazon Panorama Remove Application Instance
      tags:
      - Application Instances
  /application-instances/{ApplicationInstanceId}/details:
    parameters:
    - $ref: '#/components/parameters/X-Amz-Content-Sha256'
    - $ref: '#/components/parameters/X-Amz-Date'
    - $ref: '#/components/parameters/X-Amz-Algorithm'
    - $ref: '#/components/parameters/X-Amz-Credential'
    - $ref: '#/components/parameters/X-Amz-Security-Token'
    - $ref: '#/components/parameters/X-Amz-Signature'
    - $ref: '#/components/parameters/X-Amz-SignedHeaders'
    get:
      operationId: DescribeApplicationInstanceDetails
      description: Returns information about an application instance's configuration manifest.
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DescribeApplicationInstanceDetailsResponse'
              examples:
                DescribeApplicationInstanceDetails200Example:
                  summary: Default DescribeApplicationInstanceDetails 200 response
                  x-microcks-default: true
                  value:
                    ApplicationInstanceId: resource-abc123
                    ApplicationInstanceIdToReplace: resource-abc123
                    CreatedTime: example-string
                    DefaultRuntimeContextDevice: example-string
                    Description: example-string
                    ManifestOverridesPayload: resource-abc123
                    ManifestPayload: example-string
                    Name: my-resource
        '480':
          description: ConflictException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConflictException'
        '481':
          description: ValidationException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ValidationException'
        '482':
          description: AccessDeniedException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AccessDeniedException'
        '483':
          description: ResourceNotFoundException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResourceNotFoundException'
        '484':
          description: InternalServerException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerException'
      parameters:
      - name: ApplicationInstanceId
        in: path
        required: true
        description: The application instance's ID.
        schema:
          type: string
          pattern: ^[a-zA-Z0-9\-\_]+$
          minLength: 1
          maxLength: 255
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      summary: Amazon Panorama Describe Application Instance Details
      tags:
      - Application Instances
  /application-instances/{ApplicationInstanceId}/package-dependencies:
    parameters:
    - $ref: '#/components/parameters/X-Amz-Content-Sha256'
    - $ref: '#/components/parameters/X-Amz-Date'
    - $ref: '#/components/parameters/X-Amz-Algorithm'
    - $ref: '#/components/parameters/X-Amz-Credential'
    - $ref: '#/components/parameters/X-Amz-Security-Token'
    - $ref: '#/components/parameters/X-Amz-Signature'
    - $ref: '#/components/parameters/X-Amz-SignedHeaders'
    get:
      operationId: ListApplicationInstanceDependencies
      description: Returns a list of application instance dependencies.
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ListApplicationInstanceDependenciesResponse'
              examples:
                ListApplicationInstanceDependencies200Example:
                  summary: Default ListApplicationInstanceDependencies 200 response
                  x-microcks-default: true
                  value:
                    NextToken: example-string
                    PackageObjects: example-string
        '480':
          description: AccessDeniedException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AccessDeniedException'
        '481':
          description: InternalServerException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerException'
      parameters:
      - name: ApplicationInstanceId
        in: path
        required: true
        description: The application instance's ID.
        schema:
          type: string
          pattern: ^[a-zA-Z0-9\-\_]+$
          minLength: 1
          maxLength: 255
      - name: maxResults
        in: query
        required: false
        description: The maximum number of application instance dependencies to return in one page of results.
        schema:
          type: integer
          minimum: 0
          maximum: 25
      - name: nextToken
        in: query
        required: false
        description: Specify the pagination token from a previous request to retrieve the next page of results.
        schema:
          type: string
          pattern: ^.+$
          minLength: 1
          maxLength: 4096
      - name: MaxResults
        in: query
        schema:
          type: string
        description: Pagination limit
        required: false
      - name: NextToken
        in: query
        schema:
          type: string
        description: Pagination token
        required: false
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      summary: Amazon Panorama List Application Instance Dependencies
      tags:
      - Application Instances
  /application-instances/{ApplicationInstanceId}/node-instances:
    parameters:
    - $ref: '#/components/parameters/X-Amz-Content-Sha256'
    - $ref: '#/components/parameters/X-Amz-Date'
    - $ref: '#/components/parameters/X-Amz-Algorithm'
    - $ref: '#/components/parameters/X-Amz-Credential'
    - $ref: '#/components/parameters/X-Amz-Security-Token'
    - $ref: '#/components/parameters/X-Amz-Signature'
    - $ref: '#/components/parameters/X-Amz-SignedHeaders'
    get:
      operationId: ListApplicationInstanceNodeInstances
      description: Returns a list of application node instances.
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ListApplicationInstanceNodeInstancesResponse'
              examples:
                ListApplicationInstanceNodeInstances200Example:
                  summary: Default ListApplicationInstanceNodeInstances 200 response
                  x-microcks-default: true
                  value:
                    NextToken: example-string
                    NodeInstances: example-string
        '480':
          description: AccessDeniedException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AccessDeniedException'
        '481':
          description: InternalServerException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerException'
      parameters:
      - name: ApplicationInstanceId
        in: path
        required: true
        description: The node instances' application instance ID.
        schema:
          type: string
          pattern: ^[a-zA-Z0-9\-\_]+$
          minLength: 1
          maxLength: 255
      - name: maxResults
        in: query
        required: false
        description: The maximum number of node instances to return in one page of results.
        schema:
          type: integer
          minimum: 0
          maximum: 25
      - name: nextToken
        in: query
        required: false
        description: Specify the pagination token from a previous request to retrieve the next page of results.
        schema:
          type: string
          pattern: ^.+$
          minLength: 1
          maxLength: 4096
      - name: MaxResults
        in: query
        schema:
          type: string
        description: Pagination limit
        required: false
      - name: NextToken
        in: query
        schema:
          type: string
        description: Pagination token
        required: false
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      summary: Amazon Panorama List Application Instance Node Instances
      tags:
      - Application Instances
  /application-instances/{ApplicationInstanceId}/node-signals:
    parameters:
    - $ref: '#/components/parameters/X-Amz-Content-Sha256'
    - $ref: '#/components/parameters/X-Amz-Date'
    - $ref: '#/components/parameters/X-Amz-Algorithm'
    - $ref: '#/components/parameters/X-Amz-Credential'
    - $ref: '#/components/parameters/X-Amz-Security-Token'
    - $ref: '#/components/parameters/X-Amz-Signature'
    - $ref: '#/components/parameters/X-Amz-SignedHeaders'
    put:
      operationId: SignalApplicationInstanceNodeInstances
      description: Signal camera nodes to stop or resume.
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SignalApplicationInstanceNodeInstancesResponse'
              examples:
                SignalApplicationInstanceNodeInstances200Example:
                  summary: Default SignalApplicationInstanceNodeInstances 200 response
                  x-microcks-default: true
                  value:
                    ApplicationInstanceId: resource-abc123
        '480':
          description: ValidationException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ValidationException'
        '481':
          description: AccessDeniedException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AccessDeniedException'
        '482':
          description: ServiceQuotaExceededException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServiceQuotaExceededException'
        '483':
          description: InternalServerException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerException'
      parameters:
      - name: ApplicationInstanceId
        in: path
        required: true
        description: An application instance ID.
        schema:
          type: string
          pattern: ^[a-zA-Z0-9\-\_]+$
          minLength: 1
          maxLength: 255
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              required:
              - NodeSignals
              properties:
                NodeSignals:
                  description: A list of signals.
                  type: array
                  items:
                    $ref: '#/components/schemas/NodeSignal'
                  minItems: 1
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      summary: Amazon Panorama Signal Application Instance Node Instances
      tags:
      - Application Instances
components:
  schemas:
    ListApplicationInstancesResponse:
      type: object
      properties:
        ApplicationInstances:
          allOf:
          - $ref: '#/components/schemas/ApplicationInstances'
          - description: A list of application instances.
        NextToken:
          allOf:
          - $ref: '#/components/schemas/NextToken'
          - description: A pagination token that's included if more results are available.
    NodePackageVersion:
      type: string
      pattern: ^([0-9]+)\.([0-9]+)$
      minLength: 1
      maxLength: 255
    ApplicationInstanceName:
      type: string
      pattern: ^[a-zA-Z0-9\-\_]+$
      minLength: 1
      maxLength: 255
    NodeInstanceId:
      type: string
      pattern: ^[a-zA-Z0-9\-\_]+$
      minLength: 1
      maxLength: 128
    NodeSignalValue:
      type: string
      enum:
      - PAUSE
      - RESUME
    NodePackageName:
      type: string
      pattern: ^[a-zA-Z0-9\-\_]+$
      minLength: 1
      maxLength: 128
    ManifestOverridesPayloadData:
      type: string
      pattern: ^.*$
      minLength: 0
      maxLength: 51200
    DeviceReportedStatus:
      type: string
      enum:
      - STOPPING
      - STOPPED
      - STOP_ERROR
      - REMOVAL_FAILED
      - REMOVAL_IN_PROGRESS
      - STARTING
      - RUNNING
      - INSTALL_ERROR
      - LAUNCHED
      - LAUNCH_ERROR
      - INSTALL_IN_PROGRESS
    ApplicationInstance:
      type: object
      properties:
        ApplicationInstanceId:
          allOf:
          - $ref: '#/components/schemas/ApplicationInstanceId'
          - description: The application instance's ID.
        Arn:
          allOf:
          - $ref: '#/components/schemas/ApplicationInstanceArn'
          - description: The application instance's ARN.
        CreatedTime:
          allOf:
          - $ref: '#/components/schemas/TimeStamp'
          - description: When the application instance was created.
        DefaultRuntimeContextDevice:
          allOf:
          - $ref: '#/components/schemas/DefaultRuntimeContextDevice'
          - description: The device's ID.
        DefaultRuntimeContextDeviceName:
          allOf:
          - $ref: '#/components/schemas/DeviceName'
          - description: The device's name.
        Description:
          allOf:
          - $ref: '#/components/schemas/Description'
          - description: The application instance's description.
        HealthStatus:
          allOf:
          - $ref: '#/components/schemas/ApplicationInstanceHealthStatus'
          - description: The application instance's health status.
        Name:
          allOf:
          - $ref: '#/components/schemas/ApplicationInstanceName'
          - description: The application instance's name.
        RuntimeContextStates:
          allOf:
          - $ref: '#/components/schemas/ReportedRuntimeContextStates'
          - description: The application's state.
        Status:
          allOf:
          - $ref: '#/components/schemas/ApplicationInstanceStatus'
          - description: The application instance's status.
        StatusDescription:
          allOf:
          - $ref: '#/components/schemas/ApplicationInstanceStatusDescription'
          - description: The application instance's status description.
        Tags:
          allOf:
          - $ref: '#/components/schemas/TagMap'
          - description: The application instance's tags.
      description: An application instance on a device.
    InternalServerException: {}
    AccessDeniedException: {}
    NodeInstanceStatus:
      type: string
      enum:
      - RUNNING
      - ERROR
      - NOT_AVAILABLE
      - PAUSED
    ServiceQuotaExceededException: {}
    ManifestOverridesPayload:
      type: object
      properties:
        PayloadData:
          allOf:
          - $ref: '#/components/schemas/ManifestOverridesPayloadData'
          - description: The overrides document.
      description: Parameter overrides for an application instance. This is a JSON document that has a single key (<code>PayloadData</code>) where the value is an escaped string representation of the overrides document.
    Description:
      type: string
      pattern: ^.*$
      minLength: 0
      maxLength: 255
    DesiredState:
      type: string
      enum:
      - RUNNING
      - STOPPED
      - REMOVED
    ApplicationInstanceStatus:
      type: string
      enum:
      - DEPLOYMENT_PENDING
      - DEPLOYMENT_REQUESTED
      - DEPLOYMENT_IN_PROGRESS
      - DEPLOYMENT_ERROR
      - DEPLOYMENT_SUCCEEDED
      - REMOVAL_PENDING
      - REMOVAL_REQUESTED
      - REMOVAL_IN_PROGRESS
      - REMOVAL_FAILED
      - REMOVAL_SUCCEEDED
      - DEPLOYMENT_FAILED
    NodeSignal:
      type: object
      required:
      - NodeInstanceId
      - Signal
      properties:
        NodeInstanceId:
          allOf:
          - $ref: '#/components/schemas/NodeInstanceId'
          - description: The camera node's name, from the application manifest.
        Signal:
          allOf:
          - $ref: '#/components/schemas/NodeSignalValue'
          - description: The signal value.
      description: A signal to a camera node to start or stop processing video.
    NodePackagePatchVersion:
      type: string
      

# --- truncated at 32 KB (43 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/openapi/amazon-panorama-application-instances-api-openapi.yml