{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PatchAwsResourceEndpointGateway", "title": "PatchAwsResourceEndpointGateway", "description": "Request schema for updating AWS Resource Endpoint.", "properties": { "transit_gateway_attachment_config": { "type": "object", "additionalProperties": false, "properties": { "kind": { "enum": [ "aws-resource-endpoint-attachment" ], "title": "AWS Resource Endpoint Attachment Type" }, "resource_config": { "$ref": "#/components/schemas/AwsResourceEndpointConfig" } }, "required": [ "kind", "resource_config" ] } }, "required": [ "transit_gateway_attachment_config" ], "x-speakeasy-name-override": "AWSResourceEndpointGateway" }