HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/api.javaapp.co.uk/node_modules/aws-sdk/apis/sagemaker-a2i-runtime-2019-11-07.min.json
{
  "version": "2.0",
  "metadata": {
    "apiVersion": "2019-11-07",
    "endpointPrefix": "a2i-runtime.sagemaker",
    "protocol": "rest-json",
    "serviceFullName": "Amazon Augmented AI Runtime",
    "serviceId": "SageMaker A2I Runtime",
    "signatureVersion": "v4",
    "signingName": "sagemaker",
    "uid": "sagemaker-a2i-runtime-2019-11-07"
  },
  "operations": {
    "DeleteHumanLoop": {
      "http": {
        "method": "DELETE",
        "requestUri": "/human-loops/{HumanLoopName}"
      },
      "input": {
        "type": "structure",
        "required": [
          "HumanLoopName"
        ],
        "members": {
          "HumanLoopName": {
            "location": "uri",
            "locationName": "HumanLoopName"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {}
      }
    },
    "DescribeHumanLoop": {
      "http": {
        "method": "GET",
        "requestUri": "/human-loops/{HumanLoopName}"
      },
      "input": {
        "type": "structure",
        "required": [
          "HumanLoopName"
        ],
        "members": {
          "HumanLoopName": {
            "location": "uri",
            "locationName": "HumanLoopName"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "CreationTime",
          "HumanLoopStatus",
          "HumanLoopName",
          "HumanLoopArn",
          "FlowDefinitionArn"
        ],
        "members": {
          "CreationTime": {
            "shape": "S6"
          },
          "FailureReason": {},
          "FailureCode": {},
          "HumanLoopStatus": {},
          "HumanLoopName": {},
          "HumanLoopArn": {},
          "FlowDefinitionArn": {},
          "HumanLoopOutput": {
            "type": "structure",
            "required": [
              "OutputS3Uri"
            ],
            "members": {
              "OutputS3Uri": {}
            }
          }
        }
      }
    },
    "ListHumanLoops": {
      "http": {
        "method": "GET",
        "requestUri": "/human-loops"
      },
      "input": {
        "type": "structure",
        "required": [
          "FlowDefinitionArn"
        ],
        "members": {
          "CreationTimeAfter": {
            "shape": "S6",
            "location": "querystring",
            "locationName": "CreationTimeAfter"
          },
          "CreationTimeBefore": {
            "shape": "S6",
            "location": "querystring",
            "locationName": "CreationTimeBefore"
          },
          "FlowDefinitionArn": {
            "location": "querystring",
            "locationName": "FlowDefinitionArn"
          },
          "SortOrder": {
            "location": "querystring",
            "locationName": "SortOrder"
          },
          "NextToken": {
            "location": "querystring",
            "locationName": "NextToken"
          },
          "MaxResults": {
            "location": "querystring",
            "locationName": "MaxResults",
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "HumanLoopSummaries"
        ],
        "members": {
          "HumanLoopSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "HumanLoopName": {},
                "HumanLoopStatus": {},
                "CreationTime": {
                  "shape": "S6"
                },
                "FailureReason": {},
                "FlowDefinitionArn": {}
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "StartHumanLoop": {
      "http": {
        "requestUri": "/human-loops"
      },
      "input": {
        "type": "structure",
        "required": [
          "HumanLoopName",
          "FlowDefinitionArn",
          "HumanLoopInput"
        ],
        "members": {
          "HumanLoopName": {},
          "FlowDefinitionArn": {},
          "HumanLoopInput": {
            "type": "structure",
            "required": [
              "InputContent"
            ],
            "members": {
              "InputContent": {}
            }
          },
          "DataAttributes": {
            "type": "structure",
            "required": [
              "ContentClassifiers"
            ],
            "members": {
              "ContentClassifiers": {
                "type": "list",
                "member": {}
              }
            }
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "HumanLoopArn": {}
        }
      }
    },
    "StopHumanLoop": {
      "http": {
        "requestUri": "/human-loops/stop"
      },
      "input": {
        "type": "structure",
        "required": [
          "HumanLoopName"
        ],
        "members": {
          "HumanLoopName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {}
      }
    }
  },
  "shapes": {
    "S6": {
      "type": "timestamp",
      "timestampFormat": "iso8601"
    }
  }
}