UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 125 kB
{"openapi":"3.0.0","info":{"version":"2019-07-24","x-release":"v4","title":"AWS Panorama","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","version":"1.0.0"},"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},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://docs.aws.amazon.com/panorama/"},"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)"}],"x-hasEquivalentPaths":true,"paths":{"/application-instances":{"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"}}}},"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"}}}}}}}},"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":"ListApplicationInstances","description":"Returns a list of application instances.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListApplicationInstancesResponse"}}}},"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}]}},"/jobs":{"post":{"operationId":"CreateJobForDevices","description":"Creates a job to run on a device. A job can update a device's software or reboot it.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateJobForDevicesResponse"}}}},"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":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["DeviceIds","JobType"],"properties":{"DeviceIds":{"description":"ID of target device.","type":"array","items":{"$ref":"#/components/schemas/DeviceId"},"minItems":1,"maxItems":1},"DeviceJobConfig":{"description":"A job's configuration.","type":"object","properties":{"OTAJobConfig":{"allOf":[{"$ref":"#/components/schemas/OTAJobConfig"},{"description":"A configuration for an over-the-air (OTA) upgrade. Required for OTA jobs."}]}}},"JobType":{"description":"The type of job to run.","type":"string","enum":["OTA","REBOOT"]}}}}}}},"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":"ListDevicesJobs","description":"Returns a list of jobs.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListDevicesJobsResponse"}}}},"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":"DeviceId","in":"query","required":false,"description":"Filter results by the job's target 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 device jobs 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}}]}},"/packages/template-job":{"post":{"operationId":"CreateNodeFromTemplateJob","description":"Creates a camera stream node.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateNodeFromTemplateJobResponse"}}}},"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":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["NodeName","OutputPackageName","OutputPackageVersion","TemplateParameters","TemplateType"],"properties":{"JobTags":{"description":"Tags for the job.","type":"array","items":{"$ref":"#/components/schemas/JobResourceTags"}},"NodeDescription":{"description":"A description for the node.","type":"string","pattern":"^.*$","minLength":0,"maxLength":255},"NodeName":{"description":"A name for the node.","type":"string","pattern":"^[a-zA-Z0-9\\-\\_]+$","minLength":1,"maxLength":128},"OutputPackageName":{"description":"An output package name for the node.","type":"string","pattern":"^[a-zA-Z0-9\\-\\_]+$","minLength":1,"maxLength":128},"OutputPackageVersion":{"description":"An output package version for the node.","type":"string","pattern":"^([0-9]+)\\.([0-9]+)$","minLength":1,"maxLength":255},"TemplateParameters":{"description":"Template parameters for the node.","type":"object","additionalProperties":{"$ref":"#/components/schemas/TemplateValue"}},"TemplateType":{"description":"The type of node.","type":"string","enum":["RTSP_CAMERA_STREAM"]}}}}}}},"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":"ListNodeFromTemplateJobs","description":"Returns a list of camera stream node jobs.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListNodeFromTemplateJobsResponse"}}}},"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":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"MaxResults","in":"query","required":false,"description":"The maximum number of node from template jobs 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}}]}},"/packages":{"post":{"operationId":"CreatePackage","description":"Creates a package and storage location in an Amazon S3 access point.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreatePackageResponse"}}}},"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":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["PackageName"],"properties":{"PackageName":{"description":"A name for the package.","type":"string","pattern":"^[a-zA-Z0-9\\-\\_]+$","minLength":1,"maxLength":128},"Tags":{"description":"Tags for the package.","type":"object","minProperties":0,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}}}}}}}},"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":"ListPackages","description":"Returns a list of packages.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListPackagesResponse"}}}},"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":"maxResults","in":"query","required":false,"description":"The maximum number of packages 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}]}},"/packages/import-jobs":{"post":{"operationId":"CreatePackageImportJob","description":"Imports a node package.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreatePackageImportJobResponse"}}}},"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":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["ClientToken","InputConfig","JobType","OutputConfig"],"properties":{"ClientToken":{"description":"A client token for the package import job.","type":"string","pattern":"^[a-zA-Z0-9\\-\\_]+$","minLength":1,"maxLength":64},"InputConfig":{"description":"A configuration for a package import job.","type":"object","properties":{"PackageVersionInputConfig":{"allOf":[{"$ref":"#/components/schemas/PackageVersionInputConfig"},{"description":"The package version's input configuration."}]}}},"JobTags":{"description":"Tags for the package import job.","type":"array","items":{"$ref":"#/components/schemas/JobResourceTags"}},"JobType":{"description":"A job type for the package import job.","type":"string","enum":["NODE_PACKAGE_VERSION","MARKETPLACE_NODE_PACKAGE_VERSION"]},"OutputConfig":{"description":"An output configuration for a package import job.","type":"object","properties":{"PackageVersionOutputConfig":{"allOf":[{"$ref":"#/components/schemas/PackageVersionOutputConfig"},{"description":"The package version's output configuration."}]}}}}}}}}},"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":"ListPackageImportJobs","description":"Returns a list of package import jobs.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListPackageImportJobsResponse"}}}},"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":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"MaxResults","in":"query","required":false,"description":"The maximum number of package import jobs 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}}]}},"/devices/{DeviceId}":{"delete":{"operationId":"DeleteDevice","description":"Deletes a device.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteDeviceResponse"}}}},"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":"DeviceId","in":"path","required":true,"description":"The device's ID.","schema":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]+$","minLength":1,"maxLength":255}}]},"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":"DescribeDevice","description":"Returns information about a device.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeDeviceResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"DeviceId","in":"path","required":true,"description":"The device's ID.","schema":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]+$","minLength":1,"maxLength":255}}]},"put":{"operationId":"UpdateDeviceMetadata","description":"Updates a device's metadata.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateDeviceMetadataResponse"}}}},"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":"DeviceId","in":"path","required":true,"description":"The device's ID.","schema":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]+$","minLength":1,"maxLength":255}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"Description":{"description":"A description for the device.","type":"string","pattern":"^.*$","minLength":0,"maxLength":255}}}}}}}},"/packages/{PackageId}":{"delete":{"operationId":"DeletePackage","description":"<p>Deletes a package.</p> <note> <p>To delete a package, you need permission to call <code>s3:DeleteObject</code> in addition to permissions for the AWS Panorama API.</p> </note>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeletePackageResponse"}}}},"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":"ForceDelete","in":"query","required":false,"description":"Delete the package even if it has artifacts stored in its access point. Deletes the package's artifacts from Amazon S3.","schema":{"type":"boolean"}},{"name":"PackageId","in":"path","required":true,"description":"The package's ID.","schema":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_\\/]+$","minLength":1,"maxLength":255}}]},"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"}]},"/packages/{PackageId}/versions/{PackageVersion}/patch/{PatchVersion}":{"delete":{"operationId":"DeregisterPackageVersion","description":"Deregisters a package version.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeregisterPackageVersionResponse"}}}},"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":"OwnerAccount","in":"query","required":false,"description":"An owner account.","schema":{"type":"string","pattern":"^[0-9a-z\\_]+$","minLength":1,"maxLength":12}},{"name":"PackageId","in":"path","required":true,"description":"A package ID.","schema":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_\\/]+$","minLength":1,"maxLength":255}},{"name":"PackageVersion","in":"path","required":true,"description":"A package version.","schema":{"type":"string","pattern":"^([0-9]+)\\.([0-9]+)$","minLength":1,"maxLength":255}},{"name":"PatchVersion","in":"path","required":true,"description":"A patch version.","schema":{"type":"string","pattern":"^[a-z0-9]+$","minLength":1,"maxLength":255}},{"name":"UpdatedLatestPatchVersion","in":"query","required":false,"description":"If the version was marked latest, the new version to maker as latest.","schema":{"type":"string","pattern":"^[a-z0-9]+$","minLength":1,"maxLength":255}}]},"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":"RegisterPackageVersion","description":"Registers a package version.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegisterPackageVersionResponse"}}}},"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":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"PackageId","in":"path","required":true,"description":"A package ID.","schema":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_\\/]+$","minLength":1,"maxLength":255}},{"name":"PackageVersion","in":"path","required":true,"description":"A package version.","schema":{"type":"string","pattern":"^([0-9]+)\\.([0-9]+)$","minLength":1,"maxLength":255}},{"name":"PatchVersion","in":"path","required":true,"description":"A patch version.","schema":{"type":"string","pattern":"^[a-z0-9]+$","minLength":1,"maxLength":255}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"MarkLatest":{"description":"Whether to mark the new version as the latest version.","type":"boolean"},"OwnerAccount":{"description":"An owner account.","type":"string","pattern":"^[0-9a-z\\_]+$","minLength":1,"maxLength":12}}}}}}}},"/application-instances/{ApplicationInstanceId}":{"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"}}}},"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}}]},"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"}],"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}}]}},"/application-instances/{ApplicationInstanceId}/details":{"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"}}}},"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}}]},"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"}]},"/jobs/{JobId}":{"get":{"operationId":"DescribeDeviceJob","description":"Returns information about a device job.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeDeviceJobResponse"}}}},"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":"JobId","in":"path","required":true,"description":"The job's ID.","schema":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]+$","minLength":1,"maxLength":255}}]},"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"}]},"/nodes/{NodeId}":{"get":{"operationId":"DescribeNode","description":"Returns information about a node.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeNodeResponse"}}}},"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":"NodeId","in":"path","required":true,"description":"The node's ID.","schema":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_\\.]+$","minLength":1,"maxLength":255}},{"name":"OwnerAccount","in":"query","required":false,"description":"The account ID of the node's owner.","schema":{"type":"string","pattern":"^[0-9a-z\\_]+$","minLength":1,"maxLength":12}}]},"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"}]},"/packages/template-job/{JobId}":{"get":{"operationId":"DescribeNodeFromTemplateJob","description":"Returns information about a job to create a camera stream node.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeNodeFromTemplateJobResponse"}}}},"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":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"JobId","in":"path","required":true,"description":"The job's ID.","schema":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]+$","minLength":1,"maxLength":255}}]},"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"}]},"/packages/metadata/{PackageId}":{"get":{"operationId":"DescribePackage","description":"Returns information about a package.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribePackageResponse"}}}},"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":"PackageId","in":"path","required":true,"description":"The package's ID.","schema":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_\\/]+$","minLength":1,"maxLength":255}}]},"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"}]},"/packages/import-jobs/{JobId}":{"get":{"operationId":"DescribePackageImportJob","description":"Returns information about a package import job.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribePackageImportJobResponse"}}}},"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":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"JobId","in":"path","required":true,"description":"The job's ID.","schema":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_]+$","minLength":1,"maxLength":255}}]},"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"}]},"/packages/metadata/{PackageId}/versions/{PackageVersion}":{"get":{"operationId":"DescribePackageVersion","description":"Returns information about a package version.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribePackageVersionResponse"}}}},"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":"OwnerAccount","in":"query","required":false,"description":"The version's owner account.","schema":{"type":"string","pattern":"^[0-9a-z\\_]+$","minLength":1,"maxLength":12}},{"name":"PackageId","in":"path","required":true,"description":"The version's ID.","schema":{"type":"string","pattern":"^[a-zA-Z0-9\\-\\_\\/]+$","minLength":1,"maxLength":255}},{"name":"PackageVersion","in":"path","required":true,"description":"The version's version.","schema":{"type":"string","pattern":"^([0-9]+)\\.([0-9]+)$","minLength":1,"maxLength":255}},{"name":"PatchVersion","in":"query","required":false,"description":"The version's patch version.","schema":{"type":"string","pattern":"^[a-z0-9]+$","minLength":1,"maxLength":255}}]},"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"}]},"/application-instances/{ApplicationInstanceId}/package-dependencies":{"get":{"operationId":"ListApplicationInstanceDependencies","description":"Returns a list of application instance dependencies.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListApplicationInstanceDependenciesResponse"}}}},"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}]},"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"}]},"/application-instances/{ApplicationInstanceId}/node-instances":{"get":{"operationId":"ListApplicationInstanceNodeInstances","description":"Returns a list of application node instances.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListApplicationInstanceNodeInstancesResponse"}}}},"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}]},"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":