UNPKG

aws-sdk

Version:
2,365 lines (2,364 loc) • 251 kB
{ "version": "2.0", "metadata": { "apiVersion": "2017-03-31", "endpointPrefix": "glue", "jsonVersion": "1.1", "protocol": "json", "protocols": [ "json" ], "serviceFullName": "AWS Glue", "serviceId": "Glue", "signatureVersion": "v4", "targetPrefix": "AWSGlue", "uid": "glue-2017-03-31", "auth": [ "aws.auth#sigv4" ] }, "operations": { "BatchCreatePartition": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionInputList" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "PartitionInputList": { "type": "list", "member": { "shape": "S5" } } } }, "output": { "type": "structure", "members": { "Errors": { "shape": "S12" } } } }, "BatchDeleteConnection": { "input": { "type": "structure", "required": [ "ConnectionNameList" ], "members": { "CatalogId": {}, "ConnectionNameList": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "Succeeded": { "shape": "Sn" }, "Errors": { "type": "map", "key": {}, "value": { "shape": "S14" } } } } }, "BatchDeletePartition": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionsToDelete" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "PartitionsToDelete": { "type": "list", "member": { "shape": "S1c" } } } }, "output": { "type": "structure", "members": { "Errors": { "shape": "S12" } } } }, "BatchDeleteTable": { "input": { "type": "structure", "required": [ "DatabaseName", "TablesToDelete" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TablesToDelete": { "type": "list", "member": {} }, "TransactionId": {} } }, "output": { "type": "structure", "members": { "Errors": { "type": "list", "member": { "type": "structure", "members": { "TableName": {}, "ErrorDetail": { "shape": "S14" } } } } } } }, "BatchDeleteTableVersion": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "VersionIds" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "VersionIds": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "Errors": { "type": "list", "member": { "type": "structure", "members": { "TableName": {}, "VersionId": {}, "ErrorDetail": { "shape": "S14" } } } } } } }, "BatchGetBlueprints": { "input": { "type": "structure", "required": [ "Names" ], "members": { "Names": { "type": "list", "member": {} }, "IncludeBlueprint": { "type": "boolean" }, "IncludeParameterSpec": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "Blueprints": { "type": "list", "member": { "shape": "S1w" } }, "MissingBlueprints": { "shape": "S24" } } } }, "BatchGetCrawlers": { "input": { "type": "structure", "required": [ "CrawlerNames" ], "members": { "CrawlerNames": { "shape": "S26" } } }, "output": { "type": "structure", "members": { "Crawlers": { "shape": "S28" }, "CrawlersNotFound": { "shape": "S26" } } } }, "BatchGetCustomEntityTypes": { "input": { "type": "structure", "required": [ "Names" ], "members": { "Names": { "shape": "S3r" } } }, "output": { "type": "structure", "members": { "CustomEntityTypes": { "shape": "S3t" }, "CustomEntityTypesNotFound": { "shape": "S3r" } } } }, "BatchGetDataQualityResult": { "input": { "type": "structure", "required": [ "ResultIds" ], "members": { "ResultIds": { "shape": "S3x" } } }, "output": { "type": "structure", "required": [ "Results" ], "members": { "Results": { "type": "list", "member": { "type": "structure", "members": { "ResultId": {}, "ProfileId": {}, "Score": { "type": "double" }, "DataSource": { "shape": "S43" }, "RulesetName": {}, "EvaluationContext": {}, "StartedOn": { "type": "timestamp" }, "CompletedOn": { "type": "timestamp" }, "JobName": {}, "JobRunId": {}, "RulesetEvaluationRunId": {}, "RuleResults": { "shape": "S46" }, "AnalyzerResults": { "shape": "S4b" }, "Observations": { "shape": "S4d" } } } }, "ResultsNotFound": { "shape": "S3x" } } } }, "BatchGetDevEndpoints": { "input": { "type": "structure", "required": [ "DevEndpointNames" ], "members": { "DevEndpointNames": { "shape": "S4k" } } }, "output": { "type": "structure", "members": { "DevEndpoints": { "shape": "S4m" }, "DevEndpointsNotFound": { "shape": "S4k" } } } }, "BatchGetJobs": { "input": { "type": "structure", "required": [ "JobNames" ], "members": { "JobNames": { "shape": "S4w" } } }, "output": { "type": "structure", "members": { "Jobs": { "shape": "S4y" }, "JobsNotFound": { "shape": "S4w" } } } }, "BatchGetPartition": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionsToGet" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "PartitionsToGet": { "shape": "Sar" } } }, "output": { "type": "structure", "members": { "Partitions": { "shape": "Sat" }, "UnprocessedKeys": { "shape": "Sar" } } } }, "BatchGetTableOptimizer": { "input": { "type": "structure", "required": [ "Entries" ], "members": { "Entries": { "type": "list", "member": { "type": "structure", "members": { "catalogId": {}, "databaseName": {}, "tableName": {}, "type": {} } } } } }, "output": { "type": "structure", "members": { "TableOptimizers": { "type": "list", "member": { "type": "structure", "members": { "catalogId": {}, "databaseName": {}, "tableName": {}, "tableOptimizer": { "shape": "Sb4" } } } }, "Failures": { "type": "list", "member": { "type": "structure", "members": { "error": { "shape": "S14" }, "catalogId": {}, "databaseName": {}, "tableName": {}, "type": {} } } } } } }, "BatchGetTriggers": { "input": { "type": "structure", "required": [ "TriggerNames" ], "members": { "TriggerNames": { "shape": "Sbf" } } }, "output": { "type": "structure", "members": { "Triggers": { "shape": "Sbh" }, "TriggersNotFound": { "shape": "Sbf" } } } }, "BatchGetWorkflows": { "input": { "type": "structure", "required": [ "Names" ], "members": { "Names": { "shape": "Sbz" }, "IncludeGraph": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "Workflows": { "type": "list", "member": { "shape": "Sc2" } }, "MissingWorkflows": { "shape": "Sbz" } } } }, "BatchPutDataQualityStatisticAnnotation": { "input": { "type": "structure", "required": [ "InclusionAnnotations" ], "members": { "InclusionAnnotations": { "type": "list", "member": { "type": "structure", "members": { "ProfileId": {}, "StatisticId": {}, "InclusionAnnotation": {} } } }, "ClientToken": {} } }, "output": { "type": "structure", "members": { "FailedInclusionAnnotations": { "type": "list", "member": { "type": "structure", "members": { "ProfileId": {}, "StatisticId": {}, "FailureReason": {} } } } } } }, "BatchStopJobRun": { "input": { "type": "structure", "required": [ "JobName", "JobRunIds" ], "members": { "JobName": {}, "JobRunIds": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "SuccessfulSubmissions": { "type": "list", "member": { "type": "structure", "members": { "JobName": {}, "JobRunId": {} } } }, "Errors": { "type": "list", "member": { "type": "structure", "members": { "JobName": {}, "JobRunId": {}, "ErrorDetail": { "shape": "S14" } } } } } } }, "BatchUpdatePartition": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "Entries" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "Entries": { "type": "list", "member": { "type": "structure", "required": [ "PartitionValueList", "PartitionInput" ], "members": { "PartitionValueList": { "shape": "Sd8" }, "PartitionInput": { "shape": "S5" } } } } } }, "output": { "type": "structure", "members": { "Errors": { "type": "list", "member": { "type": "structure", "members": { "PartitionValueList": { "shape": "Sd8" }, "ErrorDetail": { "shape": "S14" } } } } } } }, "CancelDataQualityRuleRecommendationRun": { "input": { "type": "structure", "required": [ "RunId" ], "members": { "RunId": {} } }, "output": { "type": "structure", "members": {} } }, "CancelDataQualityRulesetEvaluationRun": { "input": { "type": "structure", "required": [ "RunId" ], "members": { "RunId": {} } }, "output": { "type": "structure", "members": {} } }, "CancelMLTaskRun": { "input": { "type": "structure", "required": [ "TransformId", "TaskRunId" ], "members": { "TransformId": {}, "TaskRunId": {} } }, "output": { "type": "structure", "members": { "TransformId": {}, "TaskRunId": {}, "Status": {} } } }, "CancelStatement": { "input": { "type": "structure", "required": [ "SessionId", "Id" ], "members": { "SessionId": {}, "Id": { "type": "integer" }, "RequestOrigin": {} } }, "output": { "type": "structure", "members": {} } }, "CheckSchemaVersionValidity": { "input": { "type": "structure", "required": [ "DataFormat", "SchemaDefinition" ], "members": { "DataFormat": {}, "SchemaDefinition": {} } }, "output": { "type": "structure", "members": { "Valid": { "type": "boolean" }, "Error": {} } } }, "CreateBlueprint": { "input": { "type": "structure", "required": [ "Name", "BlueprintLocation" ], "members": { "Name": {}, "Description": {}, "BlueprintLocation": {}, "Tags": { "shape": "Sdt" } } }, "output": { "type": "structure", "members": { "Name": {} } } }, "CreateClassifier": { "input": { "type": "structure", "members": { "GrokClassifier": { "type": "structure", "required": [ "Classification", "Name", "GrokPattern" ], "members": { "Classification": {}, "Name": {}, "GrokPattern": {}, "CustomPatterns": {} } }, "XMLClassifier": { "type": "structure", "required": [ "Classification", "Name" ], "members": { "Classification": {}, "Name": {}, "RowTag": {} } }, "JsonClassifier": { "type": "structure", "required": [ "Name", "JsonPath" ], "members": { "Name": {}, "JsonPath": {} } }, "CsvClassifier": { "type": "structure", "required": [ "Name" ], "members": { "Name": {}, "Delimiter": {}, "QuoteSymbol": {}, "ContainsHeader": {}, "Header": { "shape": "Sea" }, "DisableValueTrimming": { "type": "boolean" }, "AllowSingleColumn": { "type": "boolean" }, "CustomDatatypeConfigured": { "type": "boolean" }, "CustomDatatypes": { "shape": "Seb" }, "Serde": {} } } } }, "output": { "type": "structure", "members": {} } }, "CreateConnection": { "input": { "type": "structure", "required": [ "ConnectionInput" ], "members": { "CatalogId": {}, "ConnectionInput": { "shape": "Sef" }, "Tags": { "shape": "Sdt" } } }, "output": { "type": "structure", "members": { "CreateConnectionStatus": {} } } }, "CreateCrawler": { "input": { "type": "structure", "required": [ "Name", "Role", "Targets" ], "members": { "Name": {}, "Role": {}, "DatabaseName": {}, "Description": {}, "Targets": { "shape": "S2b" }, "Schedule": {}, "Classifiers": { "shape": "S32" }, "TablePrefix": {}, "SchemaChangePolicy": { "shape": "S35" }, "RecrawlPolicy": { "shape": "S33" }, "LineageConfiguration": { "shape": "S38" }, "LakeFormationConfiguration": { "shape": "S3o" }, "Configuration": {}, "CrawlerSecurityConfiguration": {}, "Tags": { "shape": "Sdt" } } }, "output": { "type": "structure", "members": {} } }, "CreateCustomEntityType": { "input": { "type": "structure", "required": [ "Name", "RegexString" ], "members": { "Name": {}, "RegexString": {}, "ContextWords": { "shape": "S3v" }, "Tags": { "shape": "Sdt" } } }, "output": { "type": "structure", "members": { "Name": {} } } }, "CreateDataQualityRuleset": { "input": { "type": "structure", "required": [ "Name", "Ruleset" ], "members": { "Name": {}, "Description": {}, "Ruleset": {}, "Tags": { "shape": "Sdt" }, "TargetTable": { "shape": "Sf9" }, "DataQualitySecurityConfiguration": {}, "ClientToken": {} } }, "output": { "type": "structure", "members": { "Name": {} } }, "idempotent": true }, "CreateDatabase": { "input": { "type": "structure", "required": [ "DatabaseInput" ], "members": { "CatalogId": {}, "DatabaseInput": { "shape": "Sfc" }, "Tags": { "shape": "Sdt" } } }, "output": { "type": "structure", "members": {} } }, "CreateDevEndpoint": { "input": { "type": "structure", "required": [ "EndpointName", "RoleArn" ], "members": { "EndpointName": {}, "RoleArn": {}, "SecurityGroupIds": { "shape": "S4p" }, "SubnetId": {}, "PublicKey": {}, "PublicKeys": { "shape": "S4t" }, "NumberOfNodes": { "type": "integer" }, "WorkerType": {}, "GlueVersion": {}, "NumberOfWorkers": { "type": "integer" }, "ExtraPythonLibsS3Path": {}, "ExtraJarsS3Path": {}, "SecurityConfiguration": {}, "Tags": { "shape": "Sdt" }, "Arguments": { "shape": "S4u" } } }, "output": { "type": "structure", "members": { "EndpointName": {}, "Status": {}, "SecurityGroupIds": { "shape": "S4p" }, "SubnetId": {}, "RoleArn": {}, "YarnEndpointAddress": {}, "ZeppelinRemoteSparkInterpreterPort": { "type": "integer" }, "NumberOfNodes": { "type": "integer" }, "WorkerType": {}, "GlueVersion": {}, "NumberOfWorkers": { "type": "integer" }, "AvailabilityZone": {}, "VpcId": {}, "ExtraPythonLibsS3Path": {}, "ExtraJarsS3Path": {}, "FailureReason": {}, "SecurityConfiguration": {}, "CreatedTimestamp": { "type": "timestamp" }, "Arguments": { "shape": "S4u" } } } }, "CreateJob": { "input": { "type": "structure", "required": [ "Name", "Role", "Command" ], "members": { "Name": {}, "JobMode": {}, "JobRunQueuingEnabled": { "type": "boolean" }, "Description": {}, "LogUri": {}, "Role": {}, "ExecutionProperty": { "shape": "S53" }, "Command": { "shape": "S55" }, "DefaultArguments": { "shape": "S59" }, "NonOverridableArguments": { "shape": "S59" }, "Connections": { "shape": "S5a" }, "MaxRetries": { "type": "integer" }, "AllocatedCapacity": { "deprecated": true, "deprecatedMessage": "This property is deprecated, use MaxCapacity instead.", "type": "integer" }, "Timeout": { "type": "integer" }, "MaxCapacity": { "type": "double" }, "SecurityConfiguration": {}, "Tags": { "shape": "Sdt" }, "NotificationProperty": { "shape": "S5e" }, "GlueVersion": {}, "NumberOfWorkers": { "type": "integer" }, "WorkerType": {}, "CodeGenConfigurationNodes": { "shape": "S5g" }, "ExecutionClass": {}, "SourceControlDetails": { "shape": "Sam" }, "MaintenanceWindow": {} } }, "output": { "type": "structure", "members": { "Name": {} } } }, "CreateMLTransform": { "input": { "type": "structure", "required": [ "Name", "InputRecordTables", "Parameters", "Role" ], "members": { "Name": {}, "Description": {}, "InputRecordTables": { "shape": "Sft" }, "Parameters": { "shape": "Sfu" }, "Role": {}, "GlueVersion": {}, "MaxCapacity": { "type": "double" }, "WorkerType": {}, "NumberOfWorkers": { "type": "integer" }, "Timeout": { "type": "integer" }, "MaxRetries": { "type": "integer" }, "Tags": { "shape": "Sdt" }, "TransformEncryption": { "shape": "Sfy" } } }, "output": { "type": "structure", "members": { "TransformId": {} } } }, "CreatePartition": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionInput" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "PartitionInput": { "shape": "S5" } } }, "output": { "type": "structure", "members": {} } }, "CreatePartitionIndex": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionIndex" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "PartitionIndex": { "shape": "Sg5" } } }, "output": { "type": "structure", "members": {} } }, "CreateRegistry": { "input": { "type": "structure", "required": [ "RegistryName" ], "members": { "RegistryName": {}, "Description": {}, "Tags": { "shape": "Sdt" } } }, "output": { "type": "structure", "members": { "RegistryArn": {}, "RegistryName": {}, "Description": {}, "Tags": { "shape": "Sdt" } } } }, "CreateSchema": { "input": { "type": "structure", "required": [ "SchemaName", "DataFormat" ], "members": { "RegistryId": { "shape": "Sgb" }, "SchemaName": {}, "DataFormat": {}, "Compatibility": {}, "Description": {}, "Tags": { "shape": "Sdt" }, "SchemaDefinition": {} } }, "output": { "type": "structure", "members": { "RegistryName": {}, "RegistryArn": {}, "SchemaName": {}, "SchemaArn": {}, "Description": {}, "DataFormat": {}, "Compatibility": {}, "SchemaCheckpoint": { "type": "long" }, "LatestSchemaVersion": { "type": "long" }, "NextSchemaVersion": { "type": "long" }, "SchemaStatus": {}, "Tags": { "shape": "Sdt" }, "SchemaVersionId": {}, "SchemaVersionStatus": {} } } }, "CreateScript": { "input": { "type": "structure", "members": { "DagNodes": { "shape": "Sgi" }, "DagEdges": { "shape": "Sgq" }, "Language": {} } }, "output": { "type": "structure", "members": { "PythonScript": {}, "ScalaCode": {} } } }, "CreateSecurityConfiguration": { "input": { "type": "structure", "required": [ "Name", "EncryptionConfiguration" ], "members": { "Name": {}, "EncryptionConfiguration": { "shape": "Sgx" } } }, "output": { "type": "structure", "members": { "Name": {}, "CreatedTimestamp": { "type": "timestamp" } } } }, "CreateSession": { "input": { "type": "structure", "required": [ "Id", "Role", "Command" ], "members": { "Id": {}, "Description": {}, "Role": {}, "Command": { "shape": "Sh9" }, "Timeout": { "type": "integer" }, "IdleTimeout": { "type": "integer" }, "DefaultArguments": { "shape": "Sha" }, "Connections": { "shape": "S5a" }, "MaxCapacity": { "type": "double" }, "NumberOfWorkers": { "type": "integer" }, "WorkerType": {}, "SecurityConfiguration": {}, "GlueVersion": {}, "Tags": { "shape": "Sdt" }, "RequestOrigin": {} } }, "output": { "type": "structure", "members": { "Session": { "shape": "Shd" } } } }, "CreateTable": { "input": { "type": "structure", "required": [ "DatabaseName", "TableInput" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableInput": { "shape": "Shi" }, "PartitionIndexes": { "type": "list", "member": { "shape": "Sg5" } }, "TransactionId": {}, "OpenTableFormatInput": { "type": "structure", "members": { "IcebergInput": { "type": "structure", "required": [ "MetadataOperation" ], "members": { "MetadataOperation": {}, "Version": {} } } } } } }, "output": { "type": "structure", "members": {} } }, "CreateTableOptimizer": { "input": { "type": "structure", "required": [ "CatalogId", "DatabaseName", "TableName", "Type", "TableOptimizerConfiguration" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "Type": {}, "TableOptimizerConfiguration": { "shape": "Sb5" } } }, "output": { "type": "structure", "members": {} } }, "CreateTrigger": { "input": { "type": "structure", "required": [ "Name", "Type", "Actions" ], "members": { "Name": {}, "WorkflowName": {}, "Type": {}, "Schedule": {}, "Predicate": { "shape": "Sbo" }, "Actions": { "shape": "Sbm" }, "Description": {}, "StartOnCreation": { "type": "boolean" }, "Tags": { "shape": "Sdt" }, "EventBatchingCondition": { "shape": "Sbv" } } }, "output": { "type": "structure", "members": { "Name": {} } } }, "CreateUsageProfile": { "input": { "type": "structure", "required": [ "Name", "Configuration" ], "members": { "Name": {}, "Description": {}, "Configuration": { "shape": "Si3" }, "Tags": { "shape": "Sdt" } } }, "output": { "type": "structure", "members": { "Name": {} } } }, "CreateUserDefinedFunction": { "input": { "type": "structure", "required": [ "DatabaseName", "FunctionInput" ], "members": { "CatalogId": {}, "DatabaseName": {}, "FunctionInput": { "shape": "Sia" } } }, "output": { "type": "structure", "members": {} } }, "CreateWorkflow": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {}, "Description": {}, "DefaultRunProperties": { "shape": "Sc3" }, "Tags": { "shape": "Sdt" }, "MaxConcurrentRuns": { "type": "integer" } } }, "output": { "type": "structure", "members": { "Name": {} } } }, "DeleteBlueprint": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": { "Name": {} } } }, "DeleteClassifier": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteColumnStatisticsForPartition": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionValues", "ColumnName" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "PartitionValues": { "shape": "S6" }, "ColumnName": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteColumnStatisticsForTable": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "ColumnName" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "ColumnName": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteConnection": { "input": { "type": "structure", "required": [ "ConnectionName" ], "members": { "CatalogId": {}, "ConnectionName": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteCrawler": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteCustomEntityType": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": { "Name": {} } } }, "DeleteDataQualityRuleset": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteDatabase": { "input": { "type": "structure", "required": [ "Name" ], "members": { "CatalogId": {}, "Name": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteDevEndpoint": { "input": { "type": "structure", "required": [ "EndpointName" ], "members": { "EndpointName": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteJob": { "input": { "type": "structure", "required": [ "JobName" ], "members": { "JobName": {} } }, "output": { "type": "structure", "members": { "JobName": {} } } }, "DeleteMLTransform": { "input": { "type": "structure", "required": [ "TransformId" ], "members": { "TransformId": {} } }, "output": { "type": "structure", "members": { "TransformId": {} } } }, "DeletePartition": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionValues" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "PartitionValues": { "shape": "S6" } } }, "output": { "type": "structure", "members": {} } }, "DeletePartitionIndex": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "IndexName" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "IndexName": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteRegistry": { "input": { "type": "structure", "required": [ "RegistryId" ], "members": { "RegistryId": { "shape": "Sgb" } } }, "output": { "type": "structure", "members": { "RegistryName": {}, "RegistryArn": {}, "Status": {} } } }, "DeleteResourcePolicy": { "input": { "type": "structure", "members": { "PolicyHashCondition": {}, "ResourceArn": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteSchema": { "input": { "type": "structure", "required": [ "SchemaId" ], "members": { "SchemaId": { "shape": "Sw" } } }, "output": { "type": "structure", "members": { "SchemaArn": {}, "SchemaName": {}, "Status": {} } } }, "DeleteSchemaVersions": { "input": { "type": "structure", "required": [ "SchemaId", "Versions" ], "members": { "SchemaId": { "shape": "Sw" }, "Versions": {} } }, "output": { "type": "structure", "members": { "SchemaVersionErrors": { "type": "list", "member": { "type": "structure", "members": { "VersionNumber": { "type": "long" }, "ErrorDetails": { "type": "structure", "members": { "ErrorCode": {}, "ErrorMessage": {} } } } } } } } }, "DeleteSecurityConfiguration": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteSession": { "input": { "type": "structure", "required": [ "Id" ], "members": { "Id": {}, "RequestOrigin": {} } }, "output": { "type": "structure", "members": { "Id": {} } } }, "DeleteTable": { "input": { "type": "structure", "required": [ "DatabaseName", "Name" ], "members": { "CatalogId": {}, "DatabaseName": {}, "Name": {}, "TransactionId": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteTableOptimizer": { "input": { "type": "structure", "required": [ "CatalogId", "DatabaseName", "TableName", "Type" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "Type": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteTableVersion": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "VersionId" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "VersionId": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteTrigger": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": { "Name": {} } } }, "DeleteUsageProfile": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteUserDefinedFunction": { "input": { "type": "structure", "required": [ "DatabaseName", "FunctionName" ], "members": { "CatalogId": {}, "DatabaseName": {}, "FunctionName": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteWorkflow": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": { "Name": {} } } }, "GetBlueprint": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {}, "IncludeBlueprint": { "type": "boolean" }, "IncludeParameterSpec": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "Blueprint": { "shape": "S1w" } } } }, "GetBlueprintRun": { "input": { "type": "structure", "required": [ "BlueprintName", "RunId" ], "members": { "BlueprintName": {}, "RunId": {} } }, "output": { "type": "structure", "members": { "BlueprintRun": { "shape": "Skb" } } } }, "GetBlueprintRuns": { "input": { "type": "structure", "required": [ "BlueprintName" ], "members": { "BlueprintName": {}, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "BlueprintRuns": { "type": "list", "member": { "shape": "Skb" } }, "NextToken": {} } } }, "GetCatalogImportStatus": { "input": { "type": "structure", "members": { "CatalogId": {} } }, "output": { "type": "structure", "members": { "ImportStatus": { "type": "structure", "members": { "ImportCompleted": { "type": "boolean" }, "ImportTime": { "type": "timestamp" }, "ImportedBy": {} } } } } }, "GetClassifier": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": { "Classifier": { "shape": "Sko" } } } }, "GetClassifiers": { "input": { "type": "structure", "members": { "MaxResults": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "Classifiers": { "type": "list", "member": { "shape": "Sko" } }, "NextToken": {} } } }, "GetColumnStatisticsForPartition": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionValues", "ColumnNames" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "PartitionValues": { "shape": "S6" }, "ColumnNames": { "shape": "Sky" } } }, "output": { "type": "structure", "members": { "ColumnStatisticsList": { "shape": "Sl0" }, "Errors": { "shape": "Sli" } } } }, "GetColumnStatisticsForTable": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "ColumnNames" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "ColumnNames": { "shape": "Sky" } } }, "output": { "type": "structure", "members": { "ColumnStatisticsList": { "shape": "Sl0" }, "Errors": { "shape": "Sli" } } } }, "GetColumnStatisticsTaskRun": { "input": { "type": "structure", "required": [ "ColumnStatisticsTaskRunId" ], "members": { "ColumnStatisticsTaskRunId": {} } }, "output": { "type": "structure", "members": { "ColumnStatisticsTaskRun": { "shape": "Slo" } } } }, "GetColumnStatisticsTaskRuns": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName" ], "members": { "DatabaseName": {}, "TableName": {}, "MaxResults": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "ColumnStatisticsTaskRuns": { "type": "list", "member": { "shape": "Slo" } }, "NextToken": {} } } }, "GetConnection": { "input": { "type": "structure", "required": [ "Name" ], "members": { "CatalogId": {}, "Name": {}, "HidePassword": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "Connection": { "shape": "Slz" } } } }, "GetConnections": { "input": { "type": "structure", "members": { "CatalogId": {}, "Filter": { "type": "structure", "members": { "MatchCriteria": { "shape": "Seh" }, "ConnectionType": {} } }, "HidePassword": { "type": "boolean" }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure",