Amazon Proton · JSON Structure

Amazon Proton List Service Instance Outputs Input Structure

ListServiceInstanceOutputsInput schema from Amazon Proton API

Type: object Properties: 3 Required: 2
DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

ListServiceInstanceOutputsInput is a JSON Structure definition published by Amazon Proton, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

nextToken serviceInstanceName serviceName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-list-service-instance-outputs-input-structure.json",
  "name": "ListServiceInstanceOutputsInput",
  "description": "ListServiceInstanceOutputsInput schema from Amazon Proton API",
  "type": "object",
  "properties": {
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EmptyNextToken"
        },
        {
          "description": "A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested."
        }
      ]
    },
    "serviceInstanceName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceName"
        },
        {
          "description": "The name of the service instance whose outputs you want."
        }
      ]
    },
    "serviceName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceName"
        },
        {
          "description": "The name of the service that <code>serviceInstanceName</code> is associated to."
        }
      ]
    }
  },
  "required": [
    "serviceInstanceName",
    "serviceName"
  ]
}