Amazon Glue · JSON Structure

Glue Update Partition Request Structure

UpdatePartitionRequest schema from Amazon Glue API

Type: object Properties: 5 Required: 4
AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

Properties

CatalogId DatabaseName TableName PartitionValueList PartitionInput

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-glue/refs/heads/main/json-structure/glue-update-partition-request-structure.json",
  "name": "UpdatePartitionRequest",
  "description": "UpdatePartitionRequest schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "CatalogId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CatalogIdString"
        },
        {
          "description": "The ID of the Data Catalog where the partition to be updated resides. If none is provided, the Amazon Web Services account ID is used by default."
        }
      ]
    },
    "DatabaseName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NameString"
        },
        {
          "description": "The name of the catalog database in which the table in question resides."
        }
      ]
    },
    "TableName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NameString"
        },
        {
          "description": "The name of the table in which the partition to be updated is located."
        }
      ]
    },
    "PartitionValueList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BoundedPartitionValueList"
        },
        {
          "description": "List of partition key values that define the partition to update."
        }
      ]
    },
    "PartitionInput": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PartitionInput"
        },
        {
          "description": "<p>The new partition object to update the partition to.</p> <p>The <code>Values</code> property can't be changed. If you want to change the partition key values for a partition, delete and recreate the partition.</p>"
        }
      ]
    }
  },
  "required": [
    "DatabaseName",
    "TableName",
    "PartitionValueList",
    "PartitionInput"
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • 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 JSON Structure
curl "https://apis.io/api/v1/json-structures/glue-update-partition-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.