UNPKG

prowler-sdk-poc

Version:
2,364 lines 139 kB
{ "version": "2.0", "metadata": { "apiVersion": "2017-03-31", "endpointPrefix": "glue", "jsonVersion": "1.1", "protocol": "json", "serviceFullName": "AWS Glue", "serviceId": "Glue", "signatureVersion": "v4", "targetPrefix": "AWSGlue", "uid": "glue-2017-03-31" }, "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": "S11" } } } }, "BatchDeleteConnection": { "input": { "type": "structure", "required": [ "ConnectionNameList" ], "members": { "CatalogId": {}, "ConnectionNameList": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "Succeeded": { "shape": "Sm" }, "Errors": { "type": "map", "key": {}, "value": { "shape": "S13" } } } } }, "BatchDeletePartition": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionsToDelete" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "PartitionsToDelete": { "type": "list", "member": { "shape": "S1b" } } } }, "output": { "type": "structure", "members": { "Errors": { "shape": "S11" } } } }, "BatchDeleteTable": { "input": { "type": "structure", "required": [ "DatabaseName", "TablesToDelete" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TablesToDelete": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "Errors": { "type": "list", "member": { "type": "structure", "members": { "TableName": {}, "ErrorDetail": { "shape": "S13" } } } } } } }, "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": "S13" } } } } } } }, "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": "S1u" } }, "MissingBlueprints": { "shape": "S22" } } } }, "BatchGetCrawlers": { "input": { "type": "structure", "required": [ "CrawlerNames" ], "members": { "CrawlerNames": { "shape": "S24" } } }, "output": { "type": "structure", "members": { "Crawlers": { "shape": "S26" }, "CrawlersNotFound": { "shape": "S24" } } } }, "BatchGetDevEndpoints": { "input": { "type": "structure", "required": [ "DevEndpointNames" ], "members": { "DevEndpointNames": { "shape": "S3f" } } }, "output": { "type": "structure", "members": { "DevEndpoints": { "shape": "S3h" }, "DevEndpointsNotFound": { "shape": "S3f" } } } }, "BatchGetJobs": { "input": { "type": "structure", "required": [ "JobNames" ], "members": { "JobNames": { "shape": "S3r" } } }, "output": { "type": "structure", "members": { "Jobs": { "shape": "S3t" }, "JobsNotFound": { "shape": "S3r" } } } }, "BatchGetPartition": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionsToGet" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "PartitionsToGet": { "shape": "S4a" } } }, "output": { "type": "structure", "members": { "Partitions": { "shape": "S4c" }, "UnprocessedKeys": { "shape": "S4a" } } } }, "BatchGetTriggers": { "input": { "type": "structure", "required": [ "TriggerNames" ], "members": { "TriggerNames": { "shape": "S4f" } } }, "output": { "type": "structure", "members": { "Triggers": { "shape": "S4h" }, "TriggersNotFound": { "shape": "S4f" } } } }, "BatchGetWorkflows": { "input": { "type": "structure", "required": [ "Names" ], "members": { "Names": { "shape": "S4z" }, "IncludeGraph": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "Workflows": { "type": "list", "member": { "shape": "S52" } }, "MissingWorkflows": { "shape": "S4z" } } } }, "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": "S13" } } } } } } }, "BatchUpdatePartition": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "Entries" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "Entries": { "type": "list", "member": { "type": "structure", "required": [ "PartitionValueList", "PartitionInput" ], "members": { "PartitionValueList": { "shape": "S60" }, "PartitionInput": { "shape": "S5" } } } } } }, "output": { "type": "structure", "members": { "Errors": { "type": "list", "member": { "type": "structure", "members": { "PartitionValueList": { "shape": "S60" }, "ErrorDetail": { "shape": "S13" } } } } } } }, "CancelMLTaskRun": { "input": { "type": "structure", "required": [ "TransformId", "TaskRunId" ], "members": { "TransformId": {}, "TaskRunId": {} } }, "output": { "type": "structure", "members": { "TransformId": {}, "TaskRunId": {}, "Status": {} } } }, "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": "S6g" } } }, "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": "S6x" }, "DisableValueTrimming": { "type": "boolean" }, "AllowSingleColumn": { "type": "boolean" } } } } }, "output": { "type": "structure", "members": {} } }, "CreateConnection": { "input": { "type": "structure", "required": [ "ConnectionInput" ], "members": { "CatalogId": {}, "ConnectionInput": { "shape": "S70" }, "Tags": { "shape": "S6g" } } }, "output": { "type": "structure", "members": {} } }, "CreateCrawler": { "input": { "type": "structure", "required": [ "Name", "Role", "Targets" ], "members": { "Name": {}, "Role": {}, "DatabaseName": {}, "Description": {}, "Targets": { "shape": "S29" }, "Schedule": {}, "Classifiers": { "shape": "S2s" }, "TablePrefix": {}, "SchemaChangePolicy": { "shape": "S2v" }, "RecrawlPolicy": { "shape": "S2t" }, "LineageConfiguration": { "shape": "S2y" }, "Configuration": {}, "CrawlerSecurityConfiguration": {}, "Tags": { "shape": "S6g" } } }, "output": { "type": "structure", "members": {} } }, "CreateDatabase": { "input": { "type": "structure", "required": [ "DatabaseInput" ], "members": { "CatalogId": {}, "DatabaseInput": { "shape": "S7b" } } }, "output": { "type": "structure", "members": {} } }, "CreateDevEndpoint": { "input": { "type": "structure", "required": [ "EndpointName", "RoleArn" ], "members": { "EndpointName": {}, "RoleArn": {}, "SecurityGroupIds": { "shape": "S3k" }, "SubnetId": {}, "PublicKey": {}, "PublicKeys": { "shape": "S3o" }, "NumberOfNodes": { "type": "integer" }, "WorkerType": {}, "GlueVersion": {}, "NumberOfWorkers": { "type": "integer" }, "ExtraPythonLibsS3Path": {}, "ExtraJarsS3Path": {}, "SecurityConfiguration": {}, "Tags": { "shape": "S6g" }, "Arguments": { "shape": "S3p" } } }, "output": { "type": "structure", "members": { "EndpointName": {}, "Status": {}, "SecurityGroupIds": { "shape": "S3k" }, "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": "S3p" } } } }, "CreateJob": { "input": { "type": "structure", "required": [ "Name", "Role", "Command" ], "members": { "Name": {}, "Description": {}, "LogUri": {}, "Role": {}, "ExecutionProperty": { "shape": "S3x" }, "Command": { "shape": "S3z" }, "DefaultArguments": { "shape": "S42" }, "NonOverridableArguments": { "shape": "S42" }, "Connections": { "shape": "S43" }, "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": "S6g" }, "NotificationProperty": { "shape": "S47" }, "GlueVersion": {}, "NumberOfWorkers": { "type": "integer" }, "WorkerType": {} } }, "output": { "type": "structure", "members": { "Name": {} } } }, "CreateMLTransform": { "input": { "type": "structure", "required": [ "Name", "InputRecordTables", "Parameters", "Role" ], "members": { "Name": {}, "Description": {}, "InputRecordTables": { "shape": "S7q" }, "Parameters": { "shape": "S7s" }, "Role": {}, "GlueVersion": {}, "MaxCapacity": { "type": "double" }, "WorkerType": {}, "NumberOfWorkers": { "type": "integer" }, "Timeout": { "type": "integer" }, "MaxRetries": { "type": "integer" }, "Tags": { "shape": "S6g" }, "TransformEncryption": { "shape": "S7x" } } }, "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": "S84" } } }, "output": { "type": "structure", "members": {} } }, "CreateRegistry": { "input": { "type": "structure", "required": [ "RegistryName" ], "members": { "RegistryName": {}, "Description": {}, "Tags": { "shape": "S6g" } } }, "output": { "type": "structure", "members": { "RegistryArn": {}, "RegistryName": {}, "Description": {}, "Tags": { "shape": "S6g" } } } }, "CreateSchema": { "input": { "type": "structure", "required": [ "SchemaName", "DataFormat" ], "members": { "RegistryId": { "shape": "S8a" }, "SchemaName": {}, "DataFormat": {}, "Compatibility": {}, "Description": {}, "Tags": { "shape": "S6g" }, "SchemaDefinition": {} } }, "output": { "type": "structure", "members": { "RegistryName": {}, "RegistryArn": {}, "SchemaName": {}, "SchemaArn": {}, "Description": {}, "DataFormat": {}, "Compatibility": {}, "SchemaCheckpoint": { "type": "long" }, "LatestSchemaVersion": { "type": "long" }, "NextSchemaVersion": { "type": "long" }, "SchemaStatus": {}, "Tags": { "shape": "S6g" }, "SchemaVersionId": {}, "SchemaVersionStatus": {} } } }, "CreateScript": { "input": { "type": "structure", "members": { "DagNodes": { "shape": "S8h" }, "DagEdges": { "shape": "S8p" }, "Language": {} } }, "output": { "type": "structure", "members": { "PythonScript": {}, "ScalaCode": {} } } }, "CreateSecurityConfiguration": { "input": { "type": "structure", "required": [ "Name", "EncryptionConfiguration" ], "members": { "Name": {}, "EncryptionConfiguration": { "shape": "S8w" } } }, "output": { "type": "structure", "members": { "Name": {}, "CreatedTimestamp": { "type": "timestamp" } } } }, "CreateTable": { "input": { "type": "structure", "required": [ "DatabaseName", "TableInput" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableInput": { "shape": "S97" }, "PartitionIndexes": { "type": "list", "member": { "shape": "S84" } } } }, "output": { "type": "structure", "members": {} } }, "CreateTrigger": { "input": { "type": "structure", "required": [ "Name", "Type", "Actions" ], "members": { "Name": {}, "WorkflowName": {}, "Type": {}, "Schedule": {}, "Predicate": { "shape": "S4o" }, "Actions": { "shape": "S4m" }, "Description": {}, "StartOnCreation": { "type": "boolean" }, "Tags": { "shape": "S6g" }, "EventBatchingCondition": { "shape": "S4v" } } }, "output": { "type": "structure", "members": { "Name": {} } } }, "CreateUserDefinedFunction": { "input": { "type": "structure", "required": [ "DatabaseName", "FunctionInput" ], "members": { "CatalogId": {}, "DatabaseName": {}, "FunctionInput": { "shape": "S9i" } } }, "output": { "type": "structure", "members": {} } }, "CreateWorkflow": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {}, "Description": {}, "DefaultRunProperties": { "shape": "S53" }, "Tags": { "shape": "S6g" }, "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": {} } }, "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": "S8a" } } }, "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": "Sv" } } }, "output": { "type": "structure", "members": { "SchemaArn": {}, "SchemaName": {}, "Status": {} } } }, "DeleteSchemaVersions": { "input": { "type": "structure", "required": [ "SchemaId", "Versions" ], "members": { "SchemaId": { "shape": "Sv" }, "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": {} } }, "DeleteTable": { "input": { "type": "structure", "required": [ "DatabaseName", "Name" ], "members": { "CatalogId": {}, "DatabaseName": {}, "Name": {} } }, "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": {} } } }, "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": "S1u" } } } }, "GetBlueprintRun": { "input": { "type": "structure", "required": [ "BlueprintName", "RunId" ], "members": { "BlueprintName": {}, "RunId": {} } }, "output": { "type": "structure", "members": { "BlueprintRun": { "shape": "Sb9" } } } }, "GetBlueprintRuns": { "input": { "type": "structure", "required": [ "BlueprintName" ], "members": { "BlueprintName": {}, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "BlueprintRuns": { "type": "list", "member": { "shape": "Sb9" } }, "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": "Sbn" } } } }, "GetClassifiers": { "input": { "type": "structure", "members": { "MaxResults": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "Classifiers": { "type": "list", "member": { "shape": "Sbn" } }, "NextToken": {} } } }, "GetColumnStatisticsForPartition": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionValues", "ColumnNames" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "PartitionValues": { "shape": "S6" }, "ColumnNames": { "shape": "Sbx" } } }, "output": { "type": "structure", "members": { "ColumnStatisticsList": { "shape": "Sbz" }, "Errors": { "shape": "Sch" } } } }, "GetColumnStatisticsForTable": { "input": { "type": "structure", "required": [ "DatabaseName", "TableName", "ColumnNames" ], "members": { "CatalogId": {}, "DatabaseName": {}, "TableName": {}, "ColumnNames": { "shape": "Sbx" } } }, "output": { "type": "structure", "members": { "ColumnStatisticsList": { "shape": "Sbz" }, "Errors": { "shape": "Sch" } } } }, "GetConnection": { "input": { "type": "structure", "required": [ "Name" ], "members": { "CatalogId": {}, "Name": {}, "HidePassword": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "Connection": { "shape": "Scn" } } } }, "GetConnections": { "input": { "type": "structure", "members": { "CatalogId": {}, "Filter": { "type": "structure", "members": { "MatchCriteria": { "shape": "S72" }, "ConnectionType": {} } }, "HidePassword": { "type": "boolean" }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "ConnectionList": { "type": "list", "member": { "shape": "Scn" } }, "NextToken": {} } } }, "GetCrawler": { "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": { "Crawler": { "shape": "S27" } } } }, "GetCrawlerMetrics": { "input": { "type": "structure", "members": { "CrawlerNameList": { "shape": "S24" }, "MaxResults": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "CrawlerMetricsList": { "type": "list", "member": { "type": "structure", "members": { "CrawlerName": {}, "TimeLeftSeconds": { "type": "double" }, "StillEstimating": { "type": "boolean" }, "LastRuntimeSeconds": { "type": "double" }, "MedianRuntimeSeconds": { "type": "double" }, "TablesCreated": { "type": "integer" }, "TablesUpdated": { "type": "integer" }, "TablesDeleted": { "type": "integer" } } } }, "NextToken": {} } } }, "GetCrawlers": { "input": { "type": "structure", "members": { "MaxResults": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "Crawlers": { "shape": "S26" }, "NextToken": {} } } }, "GetDataCatalogEncryptionSettings": { "input": { "type": "structure", "members": { "CatalogId": {} } }, "output": { "type": "structure", "members": { "DataCatalogEncryptionSettings": { "shape": "Sd2" } } } }, "GetDatabase": { "input": { "type": "structure", "required": [ "Name" ], "members": { "CatalogId": {}, "Name": {} } }, "output": { "type": "structure", "members": { "Database": { "shape": "Sd8" } } } }, "GetDatabases": { "input": { "type": "structure", "members": { "CatalogId": {}, "NextToken": {}, "MaxResults": { "type": "integer" }, "ResourceShareType": {} } }, "output": { "type": "structure", "required": [ "DatabaseList" ], "members": { "DatabaseList": { "type": "list", "member": { "shape": "Sd8" } }, "NextToken": {} } } }, "GetDataflowGraph": { "input": { "type": "structure", "members": { "PythonScript": {} } }, "output": { "type": "structure", "members": { "DagNodes": { "shape": "S8h" }, "DagEdges": { "shape": "S8p" } } } }, "GetDevEndpoint": { "input": { "type": "structure", "required": [ "EndpointName" ], "members": { "EndpointName": {} } }, "output": { "type": "structure", "members": { "DevEndpoint": { "shape": "S3i" } } } }, "GetDevEndpoints": { "input": { "type": "structure", "members": { "MaxResults": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "DevEndpoints": { "shape": "S3h" }, "NextToken": {} } } }, "GetJob": { "input": { "type": "structure", "required": [ "JobName" ], "members": { "JobName": {} } }, "output": { "type": "structure", "members": { "Job": { "shape": "S3u" } } } }, "GetJobBookmark": { "input": { "type": "structure", "required": [ "JobName" ], "members": { "JobName": {}, "RunId": {} } }, "output": { "type": "structure", "members": { "JobBookmarkEntry": { "shape": "Sdq" } } } }, "GetJobRun": { "input": { "type": "structure", "required": [ "JobName", "RunId" ], "members": { "JobName": {}, "RunId": {}, "PredecessorsIncluded": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "JobRun": { "shape": "S5e" } } } }, "GetJobRuns": { "input": { "type": "structure", "required": [ "JobName" ], "members": { "JobName": {}, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "JobRuns": { "shape": "S5d" }, "NextToken": {} } } }, "GetJobs": { "input": { "type": "structure", "members": { "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "Jobs": { "shape": "S3t" }, "NextToken": {} } } }, "GetMLTaskRun": { "input": { "type": "structure", "required": [ "TransformId", "TaskRunId" ], "members": { "TransformId": {}, "TaskRunId": {} } }, "output": { "type": "structure", "members": { "TransformId": {}, "TaskRunId": {}, "Status": {}, "LogGroupName": {}, "Properties": { "shape": "Se0" }, "ErrorString": {}, "StartedOn": { "type": "timestamp" }, "LastModifiedOn": { "type": "timestamp" }, "CompletedOn": { "type": "timestamp" }, "ExecutionTime": { "type": "integer" } } } }, "GetMLTaskRuns": { "input": { "type": "structure", "required": [ "TransformId" ], "members": { "TransformId": {}, "NextToken": {}, "MaxResults": { "type": "integer" }, "Filter": { "type": "structure", "members": { "TaskRunType": {}, "Status": {}, "StartedBefore": { "type": "timestamp" }, "StartedAfter": { "type": "timestamp" } } }, "Sort": { "type": "structure", "required": [ "Column", "SortDirection" ], "members": { "Column": {}, "SortDirection": {} } } } }, "output": { "type": "structure", "members": { "TaskRuns": { "type": "list", "member": { "type": "structure", "members": { "TransformId": {}, "TaskRunId": {}, "Status": {}, "LogGroupName": {}, "Properties": { "shape": "Se0" }, "ErrorString": {}, "StartedOn": { "type": "timestamp" }, "LastModifiedOn": { "type": "timestamp" }, "CompletedOn": { "type": "timestamp" }, "ExecutionTime": { "type": "integer" } } } }, "NextToken": {} } } }, "GetMLTransform": { "input": { "type": "structure", "required": [ "TransformId" ], "members": { "TransformId": {} } }, "output": { "type": "structure", "members": { "TransformId": {}, "Name": {}, "Description": {}, "Status": {}, "CreatedOn": { "type": "timestamp" }, "LastModifiedOn": { "type": "timestamp" }, "InputRecordTables": { "shape": "S7q" }, "Parameters": { "shape": "S7s" }, "EvaluationMetrics": { "shape": "Sej" }, "LabelCount": { "type": "integer" }, "Schema": { "shape": "Seq" }, "Role": {}, "GlueVersion": {}, "MaxCapacity": { "type": "double" }, "WorkerType": {}, "NumberOfWorkers": { "type": "integer" }, "Timeout": { "type": "integer" }, "MaxRetries": { "type": "integer" }, "TransformEncryption": { "shape": "S7x" } } } }, "GetMLTransforms": { "input": { "type": "structure", "members": { "NextToken": {}, "MaxResults": { "type": "integer" }, "Filter": { "shape": "Set" }, "Sort": { "shape": "Seu" } } }, "output": { "type": "structure", "required": [ "Transforms" ], "members": { "Transforms": { "type": "list", "member": { "type": "structure", "members": { "TransformId": {}, "Name": {}, "Description": {}, "Status": {}, "CreatedOn": { "type": "timestamp" }, "LastModifiedOn": { "type": "timestamp" }, "InputRecordTables": { "shape": "S7q" }, "Parameters": { "shape": "S7s" }, "EvaluationMetrics": { "shape": "Sej" }, "LabelCount": { "type": "integer" }, "Schema": { "shape": "Seq" }, "Role": {}, "GlueVersion": {}, "MaxCapacity": { "type": "double" }, "WorkerType": {}, "NumberOfWorkers": { "type": "integer" }, "Timeout": { "type": "integer" }, "MaxRetries": { "type": "integer" }, "TransformEncryption": { "