github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/glue/2017-03-31/docs-2.json (about) 1 { 2 "version": "2.0", 3 "service": "<fullname>Glue</fullname> <p>Defines the public endpoint for the Glue service.</p>", 4 "operations": { 5 "BatchCreatePartition": "<p>Creates one or more partitions in a batch operation.</p>", 6 "BatchDeleteConnection": "<p>Deletes a list of connection definitions from the Data Catalog.</p>", 7 "BatchDeletePartition": "<p>Deletes one or more partitions in a batch operation.</p>", 8 "BatchDeleteTable": "<p>Deletes multiple tables at once.</p> <note> <p>After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these \"orphaned\" resources asynchronously in a timely manner, at the discretion of the service.</p> <p>To ensure the immediate deletion of all related resources, before calling <code>BatchDeleteTable</code>, use <code>DeleteTableVersion</code> or <code>BatchDeleteTableVersion</code>, and <code>DeletePartition</code> or <code>BatchDeletePartition</code>, to delete any resources that belong to the table.</p> </note>", 9 "BatchDeleteTableVersion": "<p>Deletes a specified batch of versions of a table.</p>", 10 "BatchGetBlueprints": "<p>Retrieves information about a list of blueprints.</p>", 11 "BatchGetCrawlers": "<p>Returns a list of resource metadata for a given list of crawler names. After calling the <code>ListCrawlers</code> operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.</p>", 12 "BatchGetDevEndpoints": "<p>Returns a list of resource metadata for a given list of development endpoint names. After calling the <code>ListDevEndpoints</code> operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.</p>", 13 "BatchGetJobs": "<p>Returns a list of resource metadata for a given list of job names. After calling the <code>ListJobs</code> operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags. </p>", 14 "BatchGetPartition": "<p>Retrieves partitions in a batch request.</p>", 15 "BatchGetTriggers": "<p>Returns a list of resource metadata for a given list of trigger names. After calling the <code>ListTriggers</code> operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.</p>", 16 "BatchGetWorkflows": "<p>Returns a list of resource metadata for a given list of workflow names. After calling the <code>ListWorkflows</code> operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.</p>", 17 "BatchStopJobRun": "<p>Stops one or more job runs for a specified job definition.</p>", 18 "BatchUpdatePartition": "<p>Updates one or more partitions in a batch operation.</p>", 19 "CancelMLTaskRun": "<p>Cancels (stops) a task run. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can cancel a machine learning task run at any time by calling <code>CancelMLTaskRun</code> with a task run's parent transform's <code>TransformID</code> and the task run's <code>TaskRunId</code>. </p>", 20 "CheckSchemaVersionValidity": "<p>Validates the supplied schema. This call has no side effects, it simply validates using the supplied schema using <code>DataFormat</code> as the format. Since it does not take a schema set name, no compatibility checks are performed.</p>", 21 "CreateBlueprint": "<p>Registers a blueprint with Glue.</p>", 22 "CreateClassifier": "<p>Creates a classifier in the user's account. This can be a <code>GrokClassifier</code>, an <code>XMLClassifier</code>, a <code>JsonClassifier</code>, or a <code>CsvClassifier</code>, depending on which field of the request is present.</p>", 23 "CreateConnection": "<p>Creates a connection definition in the Data Catalog.</p>", 24 "CreateCrawler": "<p>Creates a new crawler with specified targets, role, configuration, and optional schedule. At least one crawl target must be specified, in the <code>s3Targets</code> field, the <code>jdbcTargets</code> field, or the <code>DynamoDBTargets</code> field.</p>", 25 "CreateDatabase": "<p>Creates a new database in a Data Catalog.</p>", 26 "CreateDevEndpoint": "<p>Creates a new development endpoint.</p>", 27 "CreateJob": "<p>Creates a new job definition.</p>", 28 "CreateMLTransform": "<p>Creates an Glue machine learning transform. This operation creates the transform and all the necessary parameters to train it.</p> <p>Call this operation as the first step in the process of using a machine learning transform (such as the <code>FindMatches</code> transform) for deduplicating data. You can provide an optional <code>Description</code>, in addition to the parameters that you want to use for your algorithm.</p> <p>You must also specify certain parameters for the tasks that Glue runs on your behalf as part of learning from your data and creating a high-quality machine learning transform. These parameters include <code>Role</code>, and optionally, <code>AllocatedCapacity</code>, <code>Timeout</code>, and <code>MaxRetries</code>. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.html\">Jobs</a>.</p>", 29 "CreatePartition": "<p>Creates a new partition.</p>", 30 "CreatePartitionIndex": "<p>Creates a specified partition index in an existing table.</p>", 31 "CreateRegistry": "<p>Creates a new registry which may be used to hold a collection of schemas.</p>", 32 "CreateSchema": "<p>Creates a new schema set and registers the schema definition. Returns an error if the schema set already exists without actually registering the version.</p> <p>When the schema set is created, a version checkpoint will be set to the first version. Compatibility mode \"DISABLED\" restricts any additional schema versions from being added after the first schema version. For all other compatibility modes, validation of compatibility settings will be applied only from the second version onwards when the <code>RegisterSchemaVersion</code> API is used.</p> <p>When this API is called without a <code>RegistryId</code>, this will create an entry for a \"default-registry\" in the registry database tables, if it is not already present.</p>", 33 "CreateScript": "<p>Transforms a directed acyclic graph (DAG) into code.</p>", 34 "CreateSecurityConfiguration": "<p>Creates a new security configuration. A security configuration is a set of security properties that can be used by Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in Glue, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/encryption-security-configuration.html\">Encrypting Data Written by Crawlers, Jobs, and Development Endpoints</a>.</p>", 35 "CreateTable": "<p>Creates a new table definition in the Data Catalog.</p>", 36 "CreateTrigger": "<p>Creates a new trigger.</p>", 37 "CreateUserDefinedFunction": "<p>Creates a new function definition in the Data Catalog.</p>", 38 "CreateWorkflow": "<p>Creates a new workflow.</p>", 39 "DeleteBlueprint": "<p>Deletes an existing blueprint.</p>", 40 "DeleteClassifier": "<p>Removes a classifier from the Data Catalog.</p>", 41 "DeleteColumnStatisticsForPartition": "<p>Delete the partition column statistics of a column.</p> <p>The Identity and Access Management (IAM) permission required for this operation is <code>DeletePartition</code>.</p>", 42 "DeleteColumnStatisticsForTable": "<p>Retrieves table statistics of columns.</p> <p>The Identity and Access Management (IAM) permission required for this operation is <code>DeleteTable</code>.</p>", 43 "DeleteConnection": "<p>Deletes a connection from the Data Catalog.</p>", 44 "DeleteCrawler": "<p>Removes a specified crawler from the Glue Data Catalog, unless the crawler state is <code>RUNNING</code>.</p>", 45 "DeleteDatabase": "<p>Removes a specified database from a Data Catalog.</p> <note> <p>After completing this operation, you no longer have access to the tables (and all table versions and partitions that might belong to the tables) and the user-defined functions in the deleted database. Glue deletes these \"orphaned\" resources asynchronously in a timely manner, at the discretion of the service.</p> <p>To ensure the immediate deletion of all related resources, before calling <code>DeleteDatabase</code>, use <code>DeleteTableVersion</code> or <code>BatchDeleteTableVersion</code>, <code>DeletePartition</code> or <code>BatchDeletePartition</code>, <code>DeleteUserDefinedFunction</code>, and <code>DeleteTable</code> or <code>BatchDeleteTable</code>, to delete any resources that belong to the database.</p> </note>", 46 "DeleteDevEndpoint": "<p>Deletes a specified development endpoint.</p>", 47 "DeleteJob": "<p>Deletes a specified job definition. If the job definition is not found, no exception is thrown.</p>", 48 "DeleteMLTransform": "<p>Deletes an Glue machine learning transform. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by Glue. If you no longer need a transform, you can delete it by calling <code>DeleteMLTransforms</code>. However, any Glue jobs that still reference the deleted transform will no longer succeed.</p>", 49 "DeletePartition": "<p>Deletes a specified partition.</p>", 50 "DeletePartitionIndex": "<p>Deletes a specified partition index from an existing table.</p>", 51 "DeleteRegistry": "<p>Delete the entire registry including schema and all of its versions. To get the status of the delete operation, you can call the <code>GetRegistry</code> API after the asynchronous call. Deleting a registry will deactivate all online operations for the registry such as the <code>UpdateRegistry</code>, <code>CreateSchema</code>, <code>UpdateSchema</code>, and <code>RegisterSchemaVersion</code> APIs. </p>", 52 "DeleteResourcePolicy": "<p>Deletes a specified policy.</p>", 53 "DeleteSchema": "<p>Deletes the entire schema set, including the schema set and all of its versions. To get the status of the delete operation, you can call <code>GetSchema</code> API after the asynchronous call. Deleting a registry will deactivate all online operations for the schema, such as the <code>GetSchemaByDefinition</code>, and <code>RegisterSchemaVersion</code> APIs.</p>", 54 "DeleteSchemaVersions": "<p>Remove versions from the specified schema. A version number or range may be supplied. If the compatibility mode forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned. Calling the <code>GetSchemaVersions</code> API after this call will list the status of the deleted versions.</p> <p>When the range of version numbers contain check pointed version, the API will return a 409 conflict and will not proceed with the deletion. You have to remove the checkpoint first using the <code>DeleteSchemaCheckpoint</code> API before using this API.</p> <p>You cannot use the <code>DeleteSchemaVersions</code> API to delete the first schema version in the schema set. The first schema version can only be deleted by the <code>DeleteSchema</code> API. This operation will also delete the attached <code>SchemaVersionMetadata</code> under the schema versions. Hard deletes will be enforced on the database.</p> <p>If the compatibility mode forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned.</p>", 55 "DeleteSecurityConfiguration": "<p>Deletes a specified security configuration.</p>", 56 "DeleteTable": "<p>Removes a table definition from the Data Catalog.</p> <note> <p>After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these \"orphaned\" resources asynchronously in a timely manner, at the discretion of the service.</p> <p>To ensure the immediate deletion of all related resources, before calling <code>DeleteTable</code>, use <code>DeleteTableVersion</code> or <code>BatchDeleteTableVersion</code>, and <code>DeletePartition</code> or <code>BatchDeletePartition</code>, to delete any resources that belong to the table.</p> </note>", 57 "DeleteTableVersion": "<p>Deletes a specified version of a table.</p>", 58 "DeleteTrigger": "<p>Deletes a specified trigger. If the trigger is not found, no exception is thrown.</p>", 59 "DeleteUserDefinedFunction": "<p>Deletes an existing function definition from the Data Catalog.</p>", 60 "DeleteWorkflow": "<p>Deletes a workflow.</p>", 61 "GetBlueprint": "<p>Retrieves the details of a blueprint.</p>", 62 "GetBlueprintRun": "<p>Retrieves the details of a blueprint run.</p>", 63 "GetBlueprintRuns": "<p>Retrieves the details of blueprint runs for a specified blueprint.</p>", 64 "GetCatalogImportStatus": "<p>Retrieves the status of a migration operation.</p>", 65 "GetClassifier": "<p>Retrieve a classifier by name.</p>", 66 "GetClassifiers": "<p>Lists all classifier objects in the Data Catalog.</p>", 67 "GetColumnStatisticsForPartition": "<p>Retrieves partition statistics of columns.</p> <p>The Identity and Access Management (IAM) permission required for this operation is <code>GetPartition</code>.</p>", 68 "GetColumnStatisticsForTable": "<p>Retrieves table statistics of columns.</p> <p>The Identity and Access Management (IAM) permission required for this operation is <code>GetTable</code>.</p>", 69 "GetConnection": "<p>Retrieves a connection definition from the Data Catalog.</p>", 70 "GetConnections": "<p>Retrieves a list of connection definitions from the Data Catalog.</p>", 71 "GetCrawler": "<p>Retrieves metadata for a specified crawler.</p>", 72 "GetCrawlerMetrics": "<p>Retrieves metrics about specified crawlers.</p>", 73 "GetCrawlers": "<p>Retrieves metadata for all crawlers defined in the customer account.</p>", 74 "GetDataCatalogEncryptionSettings": "<p>Retrieves the security configuration for a specified catalog.</p>", 75 "GetDatabase": "<p>Retrieves the definition of a specified database.</p>", 76 "GetDatabases": "<p>Retrieves all databases defined in a given Data Catalog.</p>", 77 "GetDataflowGraph": "<p>Transforms a Python script into a directed acyclic graph (DAG). </p>", 78 "GetDevEndpoint": "<p>Retrieves information about a specified development endpoint.</p> <note> <p>When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.</p> </note>", 79 "GetDevEndpoints": "<p>Retrieves all the development endpoints in this AWS account.</p> <note> <p>When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.</p> </note>", 80 "GetJob": "<p>Retrieves an existing job definition.</p>", 81 "GetJobBookmark": "<p>Returns information on a job bookmark entry.</p>", 82 "GetJobRun": "<p>Retrieves the metadata for a given job run.</p>", 83 "GetJobRuns": "<p>Retrieves metadata for all runs of a given job definition.</p>", 84 "GetJobs": "<p>Retrieves all current job definitions.</p>", 85 "GetMLTaskRun": "<p>Gets details for a specific task run on a machine learning transform. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can check the stats of any task run by calling <code>GetMLTaskRun</code> with the <code>TaskRunID</code> and its parent transform's <code>TransformID</code>.</p>", 86 "GetMLTaskRuns": "<p>Gets a list of runs for a machine learning transform. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can get a sortable, filterable list of machine learning task runs by calling <code>GetMLTaskRuns</code> with their parent transform's <code>TransformID</code> and other optional parameters as documented in this section.</p> <p>This operation returns a list of historic runs and must be paginated.</p>", 87 "GetMLTransform": "<p>Gets an Glue machine learning transform artifact and all its corresponding metadata. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by Glue. You can retrieve their metadata by calling <code>GetMLTransform</code>.</p>", 88 "GetMLTransforms": "<p>Gets a sortable, filterable list of existing Glue machine learning transforms. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by Glue, and you can retrieve their metadata by calling <code>GetMLTransforms</code>.</p>", 89 "GetMapping": "<p>Creates mappings.</p>", 90 "GetPartition": "<p>Retrieves information about a specified partition.</p>", 91 "GetPartitionIndexes": "<p>Retrieves the partition indexes associated with a table.</p>", 92 "GetPartitions": "<p>Retrieves information about the partitions in a table.</p>", 93 "GetPlan": "<p>Gets code to perform a specified mapping.</p>", 94 "GetRegistry": "<p>Describes the specified registry in detail.</p>", 95 "GetResourcePolicies": "<p>Retrieves the resource policies set on individual resources by Resource Access Manager during cross-account permission grants. Also retrieves the Data Catalog resource policy.</p> <p>If you enabled metadata encryption in Data Catalog settings, and you do not have permission on the KMS key, the operation can't return the Data Catalog resource policy.</p>", 96 "GetResourcePolicy": "<p>Retrieves a specified resource policy.</p>", 97 "GetSchema": "<p>Describes the specified schema in detail.</p>", 98 "GetSchemaByDefinition": "<p>Retrieves a schema by the <code>SchemaDefinition</code>. The schema definition is sent to the Schema Registry, canonicalized, and hashed. If the hash is matched within the scope of the <code>SchemaName</code> or ARN (or the default registry, if none is supplied), that schema’s metadata is returned. Otherwise, a 404 or NotFound error is returned. Schema versions in <code>Deleted</code> statuses will not be included in the results.</p>", 99 "GetSchemaVersion": "<p>Get the specified schema by its unique ID assigned when a version of the schema is created or registered. Schema versions in Deleted status will not be included in the results.</p>", 100 "GetSchemaVersionsDiff": "<p>Fetches the schema version difference in the specified difference type between two stored schema versions in the Schema Registry.</p> <p>This API allows you to compare two schema versions between two schema definitions under the same schema.</p>", 101 "GetSecurityConfiguration": "<p>Retrieves a specified security configuration.</p>", 102 "GetSecurityConfigurations": "<p>Retrieves a list of all security configurations.</p>", 103 "GetTable": "<p>Retrieves the <code>Table</code> definition in a Data Catalog for a specified table.</p>", 104 "GetTableVersion": "<p>Retrieves a specified version of a table.</p>", 105 "GetTableVersions": "<p>Retrieves a list of strings that identify available versions of a specified table.</p>", 106 "GetTables": "<p>Retrieves the definitions of some or all of the tables in a given <code>Database</code>.</p>", 107 "GetTags": "<p>Retrieves a list of tags associated with a resource.</p>", 108 "GetTrigger": "<p>Retrieves the definition of a trigger.</p>", 109 "GetTriggers": "<p>Gets all the triggers associated with a job.</p>", 110 "GetUserDefinedFunction": "<p>Retrieves a specified function definition from the Data Catalog.</p>", 111 "GetUserDefinedFunctions": "<p>Retrieves multiple function definitions from the Data Catalog.</p>", 112 "GetWorkflow": "<p>Retrieves resource metadata for a workflow.</p>", 113 "GetWorkflowRun": "<p>Retrieves the metadata for a given workflow run. </p>", 114 "GetWorkflowRunProperties": "<p>Retrieves the workflow run properties which were set during the run.</p>", 115 "GetWorkflowRuns": "<p>Retrieves metadata for all runs of a given workflow.</p>", 116 "ImportCatalogToGlue": "<p>Imports an existing Amazon Athena Data Catalog to Glue.</p>", 117 "ListBlueprints": "<p>Lists all the blueprint names in an account.</p>", 118 "ListCrawlers": "<p>Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.</p> <p>This operation takes the optional <code>Tags</code> field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.</p>", 119 "ListDevEndpoints": "<p>Retrieves the names of all <code>DevEndpoint</code> resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.</p> <p>This operation takes the optional <code>Tags</code> field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.</p>", 120 "ListJobs": "<p>Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.</p> <p>This operation takes the optional <code>Tags</code> field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.</p>", 121 "ListMLTransforms": "<p> Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services account, or the resources with the specified tag. This operation takes the optional <code>Tags</code> field, which you can use as a filter of the responses so that tagged resources can be retrieved as a group. If you choose to use tag filtering, only resources with the tags are retrieved. </p>", 122 "ListRegistries": "<p>Returns a list of registries that you have created, with minimal registry information. Registries in the <code>Deleting</code> status will not be included in the results. Empty results will be returned if there are no registries available.</p>", 123 "ListSchemaVersions": "<p>Returns a list of schema versions that you have created, with minimal information. Schema versions in Deleted status will not be included in the results. Empty results will be returned if there are no schema versions available.</p>", 124 "ListSchemas": "<p>Returns a list of schemas with minimal details. Schemas in Deleting status will not be included in the results. Empty results will be returned if there are no schemas available.</p> <p>When the <code>RegistryId</code> is not provided, all the schemas across registries will be part of the API response.</p>", 125 "ListTriggers": "<p>Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.</p> <p>This operation takes the optional <code>Tags</code> field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.</p>", 126 "ListWorkflows": "<p>Lists names of workflows created in the account.</p>", 127 "PutDataCatalogEncryptionSettings": "<p>Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.</p>", 128 "PutResourcePolicy": "<p>Sets the Data Catalog resource policy for access control.</p>", 129 "PutSchemaVersionMetadata": "<p>Puts the metadata key value pair for a specified schema version ID. A maximum of 10 key value pairs will be allowed per schema version. They can be added over one or more calls.</p>", 130 "PutWorkflowRunProperties": "<p>Puts the specified workflow run properties for the given workflow run. If a property already exists for the specified run, then it overrides the value otherwise adds the property to existing properties.</p>", 131 "QuerySchemaVersionMetadata": "<p>Queries for the schema version metadata information. </p>", 132 "RegisterSchemaVersion": "<p>Adds a new version to the existing schema. Returns an error if new version of schema does not meet the compatibility requirements of the schema set. This API will not create a new schema set and will return a 404 error if the schema set is not already present in the Schema Registry.</p> <p>If this is the first schema definition to be registered in the Schema Registry, this API will store the schema version and return immediately. Otherwise, this call has the potential to run longer than other operations due to compatibility modes. You can call the <code>GetSchemaVersion</code> API with the <code>SchemaVersionId</code> to check compatibility modes.</p> <p>If the same schema definition is already stored in Schema Registry as a version, the schema ID of the existing schema is returned to the caller.</p>", 133 "RemoveSchemaVersionMetadata": "<p>Removes a key value pair from the schema version metadata for the specified schema version ID.</p>", 134 "ResetJobBookmark": "<p>Resets a bookmark entry.</p>", 135 "ResumeWorkflowRun": "<p>Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run. The selected nodes and all nodes that are downstream from the selected nodes are run.</p>", 136 "SearchTables": "<p>Searches a set of tables based on properties in the table metadata as well as on the parent database. You can search against text or filter conditions. </p> <p>You can only get tables that you have access to based on the security policies defined in Lake Formation. You need at least a read-only access to the table for it to be returned. If you do not have access to all the columns in the table, these columns will not be searched against when returning the list of tables back to you. If you have access to the columns but not the data in the columns, those columns and the associated metadata for those columns will be included in the search. </p>", 137 "StartBlueprintRun": "<p>Starts a new run of the specified blueprint.</p>", 138 "StartCrawler": "<p>Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-exceptions.html#aws-glue-api-exceptions-CrawlerRunningException\">CrawlerRunningException</a>.</p>", 139 "StartCrawlerSchedule": "<p>Changes the schedule state of the specified crawler to <code>SCHEDULED</code>, unless the crawler is already running or the schedule state is already <code>SCHEDULED</code>.</p>", 140 "StartExportLabelsTaskRun": "<p>Begins an asynchronous task to export all labeled data for a particular transform. This task is the only label-related API call that is not part of the typical active learning workflow. You typically use <code>StartExportLabelsTaskRun</code> when you want to work with all of your existing labels at the same time, such as when you want to remove or change labels that were previously submitted as truth. This API operation accepts the <code>TransformId</code> whose labels you want to export and an Amazon Simple Storage Service (Amazon S3) path to export the labels to. The operation returns a <code>TaskRunId</code>. You can check on the status of your task run by calling the <code>GetMLTaskRun</code> API.</p>", 141 "StartImportLabelsTaskRun": "<p>Enables you to provide additional labels (examples of truth) to be used to teach the machine learning transform and improve its quality. This API operation is generally used as part of the active learning workflow that starts with the <code>StartMLLabelingSetGenerationTaskRun</code> call and that ultimately results in improving the quality of your machine learning transform. </p> <p>After the <code>StartMLLabelingSetGenerationTaskRun</code> finishes, Glue machine learning will have generated a series of questions for humans to answer. (Answering these questions is often called 'labeling' in the machine learning workflows). In the case of the <code>FindMatches</code> transform, these questions are of the form, “What is the correct way to group these rows together into groups composed entirely of matching records?” After the labeling process is finished, users upload their answers/labels with a call to <code>StartImportLabelsTaskRun</code>. After <code>StartImportLabelsTaskRun</code> finishes, all future runs of the machine learning transform use the new and improved labels and perform a higher-quality transformation.</p> <p>By default, <code>StartMLLabelingSetGenerationTaskRun</code> continually learns from and combines all labels that you upload unless you set <code>Replace</code> to true. If you set <code>Replace</code> to true, <code>StartImportLabelsTaskRun</code> deletes and forgets all previously uploaded labels and learns only from the exact set that you upload. Replacing labels can be helpful if you realize that you previously uploaded incorrect labels, and you believe that they are having a negative effect on your transform quality.</p> <p>You can check on the status of your task run by calling the <code>GetMLTaskRun</code> operation. </p>", 142 "StartJobRun": "<p>Starts a job run using a job definition.</p>", 143 "StartMLEvaluationTaskRun": "<p>Starts a task to estimate the quality of the transform. </p> <p>When you provide label sets as examples of truth, Glue machine learning uses some of those examples to learn from them. The rest of the labels are used as a test to estimate quality.</p> <p>Returns a unique identifier for the run. You can call <code>GetMLTaskRun</code> to get more information about the stats of the <code>EvaluationTaskRun</code>.</p>", 144 "StartMLLabelingSetGenerationTaskRun": "<p>Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels.</p> <p>When the <code>StartMLLabelingSetGenerationTaskRun</code> finishes, Glue will have generated a \"labeling set\" or a set of questions for humans to answer.</p> <p>In the case of the <code>FindMatches</code> transform, these questions are of the form, “What is the correct way to group these rows together into groups composed entirely of matching records?” </p> <p>After the labeling process is finished, you can upload your labels with a call to <code>StartImportLabelsTaskRun</code>. After <code>StartImportLabelsTaskRun</code> finishes, all future runs of the machine learning transform will use the new and improved labels and perform a higher-quality transformation.</p>", 145 "StartTrigger": "<p>Starts an existing trigger. See <a href=\"https://docs.aws.amazon.com/glue/latest/dg/trigger-job.html\">Triggering Jobs</a> for information about how different types of trigger are started.</p>", 146 "StartWorkflowRun": "<p>Starts a new run of the specified workflow.</p>", 147 "StopCrawler": "<p>If the specified crawler is running, stops the crawl.</p>", 148 "StopCrawlerSchedule": "<p>Sets the schedule state of the specified crawler to <code>NOT_SCHEDULED</code>, but does not stop the crawler if it is already running.</p>", 149 "StopTrigger": "<p>Stops a specified trigger.</p>", 150 "StopWorkflowRun": "<p>Stops the execution of the specified workflow run.</p>", 151 "TagResource": "<p>Adds tags to a resource. A tag is a label you can assign to an Amazon Web Services resource. In Glue, you can tag only certain resources. For information about what resources you can tag, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html\">Amazon Web Services Tags in Glue</a>.</p>", 152 "UntagResource": "<p>Removes tags from a resource.</p>", 153 "UpdateBlueprint": "<p>Updates a registered blueprint.</p>", 154 "UpdateClassifier": "<p>Modifies an existing classifier (a <code>GrokClassifier</code>, an <code>XMLClassifier</code>, a <code>JsonClassifier</code>, or a <code>CsvClassifier</code>, depending on which field is present).</p>", 155 "UpdateColumnStatisticsForPartition": "<p>Creates or updates partition statistics of columns.</p> <p>The Identity and Access Management (IAM) permission required for this operation is <code>UpdatePartition</code>.</p>", 156 "UpdateColumnStatisticsForTable": "<p>Creates or updates table statistics of columns.</p> <p>The Identity and Access Management (IAM) permission required for this operation is <code>UpdateTable</code>.</p>", 157 "UpdateConnection": "<p>Updates a connection definition in the Data Catalog.</p>", 158 "UpdateCrawler": "<p>Updates a crawler. If a crawler is running, you must stop it using <code>StopCrawler</code> before updating it.</p>", 159 "UpdateCrawlerSchedule": "<p>Updates the schedule of a crawler using a <code>cron</code> expression. </p>", 160 "UpdateDatabase": "<p>Updates an existing database definition in a Data Catalog.</p>", 161 "UpdateDevEndpoint": "<p>Updates a specified development endpoint.</p>", 162 "UpdateJob": "<p>Updates an existing job definition.</p>", 163 "UpdateMLTransform": "<p>Updates an existing machine learning transform. Call this operation to tune the algorithm parameters to achieve better results.</p> <p>After calling this operation, you can call the <code>StartMLEvaluationTaskRun</code> operation to assess how well your new parameters achieved your goals (such as improving the quality of your machine learning transform, or making it more cost-effective).</p>", 164 "UpdatePartition": "<p>Updates a partition.</p>", 165 "UpdateRegistry": "<p>Updates an existing registry which is used to hold a collection of schemas. The updated properties relate to the registry, and do not modify any of the schemas within the registry. </p>", 166 "UpdateSchema": "<p>Updates the description, compatibility setting, or version checkpoint for a schema set.</p> <p>For updating the compatibility setting, the call will not validate compatibility for the entire set of schema versions with the new compatibility setting. If the value for <code>Compatibility</code> is provided, the <code>VersionNumber</code> (a checkpoint) is also required. The API will validate the checkpoint version number for consistency.</p> <p>If the value for the <code>VersionNumber</code> (checkpoint) is provided, <code>Compatibility</code> is optional and this can be used to set/reset a checkpoint for the schema.</p> <p>This update will happen only if the schema is in the AVAILABLE state.</p>", 167 "UpdateTable": "<p>Updates a metadata table in the Data Catalog.</p>", 168 "UpdateTrigger": "<p>Updates a trigger definition.</p>", 169 "UpdateUserDefinedFunction": "<p>Updates an existing function definition in the Data Catalog.</p>", 170 "UpdateWorkflow": "<p>Updates an existing workflow.</p>" 171 }, 172 "shapes": { 173 "AccessDeniedException": { 174 "base": "<p>Access to a resource was denied.</p>", 175 "refs": { 176 } 177 }, 178 "Action": { 179 "base": "<p>Defines an action to be initiated by a trigger.</p>", 180 "refs": { 181 "ActionList$member": null 182 } 183 }, 184 "ActionList": { 185 "base": null, 186 "refs": { 187 "CreateTriggerRequest$Actions": "<p>The actions initiated by this trigger when it fires.</p>", 188 "Trigger$Actions": "<p>The actions initiated by this trigger.</p>", 189 "TriggerUpdate$Actions": "<p>The actions initiated by this trigger.</p>" 190 } 191 }, 192 "AdditionalPlanOptionsMap": { 193 "base": null, 194 "refs": { 195 "GetPlanRequest$AdditionalPlanOptionsMap": "<p>A map to hold additional optional key-value parameters.</p> <p>Currently, these key-value pairs are supported:</p> <ul> <li> <p> <code>inferSchema</code> — Specifies whether to set <code>inferSchema</code> to true or false for the default script generated by an Glue job. For example, to set <code>inferSchema</code> to true, pass the following key value pair:</p> <p> <code>--additional-plan-options-map '{\"inferSchema\":\"true\"}'</code> </p> </li> </ul>" 196 } 197 }, 198 "AlreadyExistsException": { 199 "base": "<p>A resource to be created or added already exists.</p>", 200 "refs": { 201 } 202 }, 203 "AttemptCount": { 204 "base": null, 205 "refs": { 206 "JobRun$Attempt": "<p>The number of the attempt to run this job.</p>" 207 } 208 }, 209 "BackfillError": { 210 "base": "<p>A list of errors that can occur when registering partition indexes for an existing table.</p> <p>These errors give the details about why an index registration failed and provide a limited number of partitions in the response, so that you can fix the partitions at fault and try registering the index again. The most common set of errors that can occur are categorized as follows:</p> <ul> <li> <p>EncryptedPartitionError: The partitions are encrypted.</p> </li> <li> <p>InvalidPartitionTypeDataError: The partition value doesn't match the data type for that partition column.</p> </li> <li> <p>MissingPartitionValueError: The partitions are encrypted.</p> </li> <li> <p>UnsupportedPartitionCharacterError: Characters inside the partition value are not supported. For example: U+0000 , U+0001, U+0002.</p> </li> <li> <p>InternalError: Any error which does not belong to other error codes.</p> </li> </ul>", 211 "refs": { 212 "BackfillErrors$member": null 213 } 214 }, 215 "BackfillErrorCode": { 216 "base": null, 217 "refs": { 218 "BackfillError$Code": "<p>The error code for an error that occurred when registering partition indexes for an existing table.</p>" 219 } 220 }, 221 "BackfillErroredPartitionsList": { 222 "base": null, 223 "refs": { 224 "BackfillError$Partitions": "<p>A list of a limited number of partitions in the response.</p>" 225 } 226 }, 227 "BackfillErrors": { 228 "base": null, 229 "refs": { 230 "PartitionIndexDescriptor$BackfillErrors": "<p>A list of errors that can occur when registering partition indexes for an existing table.</p>" 231 } 232 }, 233 "BatchCreatePartitionRequest": { 234 "base": null, 235 "refs": { 236 } 237 }, 238 "BatchCreatePartitionResponse": { 239 "base": null, 240 "refs": { 241 } 242 }, 243 "BatchDeleteConnectionRequest": { 244 "base": null, 245 "refs": { 246 } 247 }, 248 "BatchDeleteConnectionResponse": { 249 "base": null, 250 "refs": { 251 } 252 }, 253 "BatchDeletePartitionRequest": { 254 "base": null, 255 "refs": { 256 } 257 }, 258 "BatchDeletePartitionResponse": { 259 "base": null, 260 "refs": { 261 } 262 }, 263 "BatchDeletePartitionValueList": { 264 "base": null, 265 "refs": { 266 "BatchDeletePartitionRequest$PartitionsToDelete": "<p>A list of <code>PartitionInput</code> structures that define the partitions to be deleted.</p>" 267 } 268 }, 269 "BatchDeleteTableNameList": { 270 "base": null, 271 "refs": { 272 "BatchDeleteTableRequest$TablesToDelete": "<p>A list of the table to delete.</p>" 273 } 274 }, 275 "BatchDeleteTableRequest": { 276 "base": null, 277 "refs": { 278 } 279 }, 280 "BatchDeleteTableResponse": { 281 "base": null, 282 "refs": { 283 } 284 }, 285 "BatchDeleteTableVersionList": { 286 "base": null, 287 "refs": { 288 "BatchDeleteTableVersionRequest$VersionIds": "<p>A list of the IDs of versions to be deleted. A <code>VersionId</code> is a string representation of an integer. Each version is incremented by 1.</p>" 289 } 290 }, 291 "BatchDeleteTableVersionRequest": { 292 "base": null, 293 "refs": { 294 } 295 }, 296 "BatchDeleteTableVersionResponse": { 297 "base": null, 298 "refs": { 299 } 300 }, 301 "BatchGetBlueprintNames": { 302 "base": null, 303 "refs": { 304 "BatchGetBlueprintsRequest$Names": "<p>A list of blueprint names.</p>" 305 } 306 }, 307 "BatchGetBlueprintsRequest": { 308 "base": null, 309 "refs": { 310 } 311 }, 312 "BatchGetBlueprintsResponse": { 313 "base": null, 314 "refs": { 315 } 316 }, 317 "BatchGetCrawlersRequest": { 318 "base": null, 319 "refs": { 320 } 321 }, 322 "BatchGetCrawlersResponse": { 323 "base": null, 324 "refs": { 325 } 326 }, 327 "BatchGetDevEndpointsRequest": { 328 "base": null, 329 "refs": { 330 } 331 }, 332 "BatchGetDevEndpointsResponse": { 333 "base": null, 334 "refs": { 335 } 336 }, 337 "BatchGetJobsRequest": { 338 "base": null, 339 "refs": { 340 } 341 }, 342 "BatchGetJobsResponse": { 343 "base": null, 344 "refs": { 345 } 346 }, 347 "BatchGetPartitionRequest": { 348 "base": null, 349 "refs": { 350 } 351 }, 352 "BatchGetPartitionResponse": { 353 "base": null, 354 "refs": { 355 } 356 }, 357 "BatchGetPartitionValueList": { 358 "base": null, 359 "refs": { 360 "BatchGetPartitionRequest$PartitionsToGet": "<p>A list of partition values identifying the partitions to retrieve.</p>", 361 "BatchGetPartitionResponse$UnprocessedKeys": "<p>A list of the partition values in the request for which partitions were not returned.</p>" 362 } 363 }, 364 "BatchGetTriggersRequest": { 365 "base": null, 366 "refs": { 367 } 368 }, 369 "BatchGetTriggersResponse": { 370 "base": null, 371 "refs": { 372 } 373 }, 374 "BatchGetWorkflowsRequest": { 375 "base": null, 376 "refs": { 377 } 378 }, 379 "BatchGetWorkflowsResponse": { 380 "base": null, 381 "refs": { 382 } 383 }, 384 "BatchSize": { 385 "base": null, 386 "refs": { 387 "EventBatchingCondition$BatchSize": "<p>Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.</p>" 388 } 389 }, 390 "BatchStopJobRunError": { 391 "base": "<p>Records an error that occurred when attempting to stop a specified job run.</p>", 392 "refs": { 393 "BatchStopJobRunErrorList$member": null 394 } 395 }, 396 "BatchStopJobRunErrorList": { 397 "base": null, 398 "refs": { 399 "BatchStopJobRunResponse$Errors": "<p>A list of the errors that were encountered in trying to stop <code>JobRuns</code>, including the <code>JobRunId</code> for which each error was encountered and details about the error.</p>" 400 } 401 }, 402 "BatchStopJobRunJobRunIdList": { 403 "base": null, 404 "refs": { 405 "BatchStopJobRunRequest$JobRunIds": "<p>A list of the <code>JobRunIds</code> that should be stopped for that job definition.</p>" 406 } 407 }, 408 "BatchStopJobRunRequest": { 409 "base": null, 410 "refs": { 411 } 412 }, 413 "BatchStopJobRunResponse": { 414 "base": null, 415 "refs": { 416 } 417 }, 418 "BatchStopJobRunSuccessfulSubmission": { 419 "base": "<p>Records a successful request to stop a specified <code>JobRun</code>.</p>", 420 "refs": { 421 "BatchStopJobRunSuccessfulSubmissionList$member": null 422 } 423 }, 424 "BatchStopJobRunSuccessfulSubmissionList": { 425 "base": null, 426 "refs": { 427 "BatchStopJobRunResponse$SuccessfulSubmissions": "<p>A list of the JobRuns that were successfully submitted for stopping.</p>" 428 } 429 }, 430 "BatchUpdatePartitionFailureEntry": { 431 "base": "<p>Contains information about a batch update partition error.</p>", 432 "refs": { 433 "BatchUpdatePartitionFailureList$member": null 434 } 435 }, 436 "BatchUpdatePartitionFailureList": { 437 "base": null, 438 "refs": { 439 "BatchUpdatePartitionResponse$Errors": "<p>The errors encountered when trying to update the requested partitions. A list of <code>BatchUpdatePartitionFailureEntry</code> objects.</p>" 440 } 441 }, 442 "BatchUpdatePartitionRequest": { 443 "base": null, 444 "refs": { 445 } 446 }, 447 "BatchUpdatePartitionRequestEntry": { 448 "base": "<p>A structure that contains the values and structure used to update a partition.</p>", 449 "refs": { 450 "BatchUpdatePartitionRequestEntryList$member": null 451 } 452 }, 453 "BatchUpdatePartitionRequestEntryList": { 454 "base": null, 455 "refs": { 456 "BatchUpdatePartitionRequest$Entries": "<p>A list of up to 100 <code>BatchUpdatePartitionRequestEntry</code> objects to update.</p>" 457 } 458 }, 459 "BatchUpdatePartitionResponse": { 460 "base": null, 461 "refs": { 462 } 463 }, 464 "BatchWindow": { 465 "base": null, 466 "refs": { 467 "EventBatchingCondition$BatchWindow": "<p>Window of time in seconds after which EventBridge event trigger fires. Window starts when first event is received.</p>" 468 } 469 }, 470 "BinaryColumnStatisticsData": { 471 "base": "<p>Defines column statistics supported for bit sequence data values.</p>", 472 "refs": { 473 "ColumnStatisticsData$BinaryColumnStatisticsData": "<p>Binary column statistics data.</p>" 474 } 475 }, 476 "Blob": { 477 "base": null, 478 "refs": { 479 "DecimalNumber$UnscaledValue": "<p>The unscaled numeric value.</p>" 480 } 481 }, 482 "Blueprint": { 483 "base": "<p>The details of a blueprint.</p>", 484 "refs": { 485 "Blueprints$member": null, 486 "GetBlueprintResponse$Blueprint": "<p>Returns a <code>Blueprint</code> object.</p>" 487 } 488 }, 489 "BlueprintDetails": { 490 "base": "<p>The details of a blueprint.</p>", 491 "refs": { 492 "Workflow$BlueprintDetails": "<p>This structure indicates the details of the blueprint that this particular workflow is created from.</p>" 493 } 494 }, 495 "BlueprintNames": { 496 "base": null, 497 "refs": { 498 "BatchGetBlueprintsResponse$MissingBlueprints": "<p>Returns a list of <code>BlueprintNames</code> that were not found.</p>", 499 "ListBlueprintsResponse$Blueprints": "<p>List of names of blueprints in the account.</p>" 500 } 501 }, 502 "BlueprintParameterSpec": { 503 "base": null, 504 "refs": { 505 "Blueprint$ParameterSpec": "<p>A JSON string that indicates the list of parameter specifications for the blueprint.</p>", 506 "LastActiveDefinition$ParameterSpec": "<p>A JSON string specifying the parameters for the blueprint.</p>" 507 } 508 }, 509 "BlueprintParameters": { 510 "base": null, 511 "refs": { 512 "BlueprintRun$Parameters": "<p>The blueprint parameters as a string. You will have to provide a value for each key that is required from the parameter spec that is defined in the <code>Blueprint$ParameterSpec</code>.</p>", 513 "StartBlueprintRunRequest$Parameters": "<p>Specifies the parameters as a <code>BlueprintParameters</code> object.</p>" 514 } 515 }, 516 "BlueprintRun": { 517 "base": "<p>The details of a blueprint run.</p>", 518 "refs": { 519 "BlueprintRuns$member": null, 520 "GetBlueprintRunResponse$BlueprintRun": "<p>Returns a <code>BlueprintRun</code> object.</p>" 521 } 522 }, 523 "BlueprintRunState": { 524 "base": null, 525 "refs": { 526 "BlueprintRun$State": "<p>The state of the blueprint run. Possible values are:</p> <ul> <li> <p>Running — The blueprint run is in progress.</p> </li> <li> <p>Succeeded — The blueprint run completed successfully.</p> </li> <li> <p>Failed — The blueprint run failed and rollback is complete.</p> </li> <li> <p>Rolling Back — The blueprint run failed and rollback is in progress.</p> </li> </ul>" 527 } 528 }, 529 "BlueprintRuns": { 530 "base": null, 531 "refs": { 532 "GetBlueprintRunsResponse$BlueprintRuns": "<p>Returns a list of <code>BlueprintRun</code> objects.</p>" 533 } 534 }, 535 "BlueprintStatus": { 536 "base": null, 537 "refs": { 538 "Blueprint$Status": "<p>The status of the blueprint registration.</p> <ul> <li> <p>Creating — The blueprint registration is in progress.</p> </li> <li> <p>Active — The blueprint has been successfully registered.</p> </li> <li> <p>Updating — An update to the blueprint registration is in progress.</p> </li> <li> <p>Failed — The blueprint registration failed.</p> </li> </ul>" 539 } 540 }, 541 "Blueprints": { 542 "base": null, 543 "refs": { 544 "BatchGetBlueprintsResponse$Blueprints": "<p>Returns a list of blueprint as a <code>Blueprints</code> object.</p>" 545 } 546 }, 547 "Boolean": { 548 "base": null, 549 "refs": { 550 "CatalogImportStatus$ImportCompleted": "<p> <code>True</code> if the migration has completed, or <code>False</code> otherwise.</p>", 551 "CodeGenNodeArg$Param": "<p>True if the value is used as a parameter.</p>", 552 "ConnectionPasswordEncryption$ReturnConnectionPasswordEncrypted": "<p>When the <code>ReturnConnectionPasswordEncrypted</code> flag is set to \"true\", passwords remain encrypted in the responses of <code>GetConnection</code> and <code>GetConnections</code>. This encryption takes effect independently from catalog encryption. </p>", 553 "CrawlerMetrics$StillEstimating": "<p>True if the crawler is still estimating how long it will take to complete this run.</p>", 554 "GetConnectionRequest$HidePassword": "<p>Allows you to retrieve the connection metadata without returning the password. For instance, the AWS Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.</p>", 555 "GetConnectionsRequest$HidePassword": "<p>Allows you to retrieve the connection metadata without returning the password. For instance, the AWS Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.</p>", 556 "StorageDescriptor$Compressed": "<p> <code>True</code> if the data in the table is compressed, or <code>False</code> if not.</p>", 557 "StorageDescriptor$StoredAsSubDirectories": "<p> <code>True</code> if the table data is stored in subdirectories, or <code>False</code> if not.</p>", 558 "Table$IsRegisteredWithLakeFormation": "<p>Indicates whether the table has been registered with Lake Formation.</p>" 559 } 560 }, 561 "BooleanColumnStatisticsData": { 562 "base": "<p>Defines column statistics supported for Boolean data columns.</p>", 563 "refs": { 564 "ColumnStatisticsData$BooleanColumnStatisticsData": "<p>Boolean column statistics data.</p>" 565 } 566 }, 567 "BooleanNullable": { 568 "base": null, 569 "refs": { 570 "GetPartitionsRequest$ExcludeColumnSchema": "<p>When true, specifies not returning the partition column schema. Useful when you are interested only in other partition attributes such as partition values or location. This approach avoids the problem of a large response by not returning duplicate data.</p>", 571 "UpdateTableRequest$SkipArchive": "<p>By default, <code>UpdateTable</code> always creates an archived version of the table before updating it. However, if <code>skipArchive</code> is set to true, <code>UpdateTable</code> does not create the archived version.</p>" 572 } 573 }, 574 "BooleanValue": { 575 "base": null, 576 "refs": { 577 "CreateTriggerRequest$StartOnCreation": "<p>Set to <code>true</code> to start <code>SCHEDULED</code> and <code>CONDITIONAL</code> triggers when created. True is not supported for <code>ON_DEMAND</code> triggers.</p>", 578 "GetJobRunRequest$PredecessorsIncluded": "<p>True if a list of predecessor runs should be returned.</p>", 579 "UpdateDevEndpointRequest$UpdateEtlLibraries": "<p> <code>True</code> if the list of custom libraries to be loaded in the development endpoint needs to be updated, or <code>False</code> if otherwise.</p>" 580 } 581 }, 582 "BoundedPartitionValueList": { 583 "base": null, 584 "refs": { 585 "BatchUpdatePartitionFailureEntry$PartitionValueList": "<p>A list of values defining the partitions.</p>", 586 "BatchUpdatePartitionRequestEntry$PartitionValueList": "<p>A list of values defining the partitions.</p>", 587 "UpdatePartitionRequest$PartitionValueList": "<p>List of partition key values that define the partition to update.</p>" 588 } 589 }, 590 "CancelMLTaskRunRequest": { 591 "base": null, 592 "refs": { 593 } 594 }, 595 "CancelMLTaskRunResponse": { 596 "base": null, 597 "refs": { 598 } 599 }, 600 "CatalogEncryptionMode": { 601 "base": null, 602 "refs": { 603 "EncryptionAtRest$CatalogEncryptionMode": "<p>The encryption-at-rest mode for encrypting Data Catalog data.</p>" 604 } 605 }, 606 "CatalogEntries": { 607 "base": null, 608 "refs": { 609 "GetMappingRequest$Sinks": "<p>A list of target tables.</p>", 610 "GetPlanRequest$Sinks": "<p>The target tables.</p>" 611 } 612 }, 613 "CatalogEntry": { 614 "base": "<p>Specifies a table definition in the Glue Data Catalog.</p>", 615 "refs": { 616 "CatalogEntries$member": null, 617 "GetMappingRequest$Source": "<p>Specifies the source table.</p>", 618 "GetPlanRequest$Source": "<p>The source table.</p>" 619 } 620 }, 621 "CatalogGetterPageSize": { 622 "base": null, 623 "refs": { 624 "GetDatabasesRequest$MaxResults": "<p>The maximum number of databases to return in one response.</p>", 625 "GetTableVersionsRequest$MaxResults": "<p>The maximum number of table versions to return in one response.</p>", 626 "GetTablesRequest$MaxResults": "<p>The maximum number of tables to return in a single response.</p>", 627 "GetUserDefinedFunctionsRequest$MaxResults": "<p>The maximum number of functions to return in one response.</p>" 628 } 629 }, 630 "CatalogIdString": { 631 "base": null, 632 "refs": { 633 "BatchCreatePartitionRequest$CatalogId": "<p>The ID of the catalog in which the partition is to be created. Currently, this should be the Amazon Web Services account ID.</p>", 634 "BatchDeleteConnectionRequest$CatalogId": "<p>The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services account ID is used by default.</p>", 635 "BatchDeletePartitionRequest$CatalogId": "<p>The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the Amazon Web Services account ID is used by default.</p>", 636 "BatchDeleteTableRequest$CatalogId": "<p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.</p>", 637 "BatchDeleteTableVersionRequest$CatalogId": "<p>The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.</p>", 638 "BatchGetPartitionRequest$CatalogId": "<p>The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.</p>", 639 "BatchUpdatePartitionRequest$CatalogId": "<p>The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web Services account ID.</p>", 640 "CreateConnectionRequest$CatalogId": "<p>The ID of the Data Catalog in which to create the connection. If none is provided, the Amazon Web Services account ID is used by default.</p>", 641 "CreateDatabaseRequest$CatalogId": "<p>The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web Services account ID is used by default.</p>", 642 "CreatePartitionIndexRequest$CatalogId": "<p>The catalog ID where the table resides.</p>", 643 "CreatePartitionRequest$CatalogId": "<p>The Amazon Web Services account ID of the catalog in which the partition is to be created.</p>", 644 "CreateTableRequest$CatalogId": "<p>The ID of the Data Catalog in which to create the <code>Table</code>. If none is supplied, the Amazon Web Services account ID is used by default.</p>", 645 "CreateUserDefinedFunctionRequest$CatalogId": "<p>The ID of the Data Catalog in which to create the function. If none is provided, the Amazon Web Services account ID is used by default.</p>", 646 "Database$CatalogId": "<p>The ID of the Data Catalog in which the database resides.</p>", 647 "DatabaseIdentifier$CatalogId": "<p>The ID of the Data Catalog in which the database resides.</p>", 648 "DeleteColumnStatisticsForPartitionRequest$CatalogId": "<p>The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.</p>", 649 "DeleteColumnStatisticsForTableRequest$CatalogId": "<p>The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.</p>", 650 "DeleteConnectionRequest$CatalogId": "<p>The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.</p>", 651 "DeleteDatabaseRequest$CatalogId": "<p>The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services account ID is used by default.</p>", 652 "DeletePartitionIndexRequest$CatalogId": "<p>The catalog ID where the table resides.</p>", 653 "DeletePartitionRequest$CatalogId": "<p>The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the Amazon Web Services account ID is used by default.</p>", 654 "DeleteTableRequest$CatalogId": "<p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.</p>", 655 "DeleteTableVersionRequest$CatalogId": "<p>The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.</p>", 656 "DeleteUserDefinedFunctionRequest$CatalogId": "<p>The ID of the Data Catalog where the function to be deleted is located. If none is supplied, the Amazon Web Services account ID is used by default.</p>", 657 "GetCatalogImportStatusRequest$CatalogId": "<p>The ID of the catalog to migrate. Currently, this should be the Amazon Web Services account ID.</p>", 658 "GetColumnStatisticsForPartitionRequest$CatalogId": "<p>The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.</p>", 659 "GetColumnStatisticsForTableRequest$CatalogId": "<p>The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.</p>", 660 "GetConnectionRequest$CatalogId": "<p>The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.</p>", 661 "GetConnectionsRequest$CatalogId": "<p>The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services account ID is used by default.</p>", 662 "GetDataCatalogEncryptionSettingsRequest$CatalogId": "<p>The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.</p>", 663 "GetDatabaseRequest$CatalogId": "<p>The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services account ID is used by default.</p>", 664 "GetDatabasesRequest$CatalogId": "<p>The ID of the Data Catalog from which to retrieve <code>Databases</code>. If none is provided, the Amazon Web Services account ID is used by default.</p>", 665 "GetPartitionIndexesRequest$CatalogId": "<p>The catalog ID where the table resides.</p>", 666 "GetPartitionRequest$CatalogId": "<p>The ID of the Data Catalog where the partition in question resides. If none is provided, the Amazon Web Services account ID is used by default.</p>", 667 "GetPartitionsRequest$CatalogId": "<p>The ID of the Data Catalog where the partitions in question reside. If none is provided, the Amazon Web Services account ID is used by default.</p>", 668 "GetTableRequest$CatalogId": "<p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.</p>", 669 "GetTableVersionRequest$CatalogId": "<p>The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.</p>", 670 "GetTableVersionsRequest$CatalogId": "<p>The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.</p>", 671 "GetTablesRequest$CatalogId": "<p>The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.</p>", 672 "GetUserDefinedFunctionRequest$CatalogId": "<p>The ID of the Data Catalog where the function to be retrieved is located. If none is provided, the Amazon Web Services account ID is used by default.</p>", 673 "GetUserDefinedFunctionsRequest$CatalogId": "<p>The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the Amazon Web Services account ID is used by default.</p>", 674 "ImportCatalogToGlueRequest$CatalogId": "<p>The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.</p>", 675 "Partition$CatalogId": "<p>The ID of the Data Catalog in which the partition resides.</p>", 676 "PutDataCatalogEncryptionSettingsRequest$CatalogId": "<p>The ID of the Data Catalog to set the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.</p>", 677 "SearchTablesRequest$CatalogId": "<p>A unique identifier, consisting of <code> <i>account_id</i> </code>.</p>", 678 "Table$CatalogId": "<p>The ID of the Data Catalog in which the table resides.</p>", 679 "TableIdentifier$CatalogId": "<p>The ID of the Data Catalog in which the table resides.</p>", 680 "UpdateColumnStatisticsForPartitionRequest$CatalogId": "<p>The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.</p>", 681 "UpdateColumnStatisticsForTableRequest$CatalogId": "<p>The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.</p>", 682 "UpdateConnectionRequest$CatalogId": "<p>The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.</p>", 683 "UpdateDatabaseRequest$CatalogId": "<p>The ID of the Data Catalog in which the metadata database resides. If none is provided, the Amazon Web Services account ID is used by default.</p>", 684 "UpdatePartitionRequest$CatalogId": "<p>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.</p>", 685 "UpdateTableRequest$CatalogId": "<p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.</p>", 686 "UpdateUserDefinedFunctionRequest$CatalogId": "<p>The ID of the Data Catalog where the function to be updated is located. If none is provided, the Amazon Web Services account ID is used by default.</p>", 687 "UserDefinedFunction$CatalogId": "<p>The ID of the Data Catalog in which the function resides.</p>" 688 } 689 }, 690 "CatalogImportStatus": { 691 "base": "<p>A structure containing migration status information.</p>", 692 "refs": { 693 "GetCatalogImportStatusResponse$ImportStatus": "<p>The status of the specified catalog migration.</p>" 694 } 695 }, 696 "CatalogTablesList": { 697 "base": null, 698 "refs": { 699 "CatalogTarget$Tables": "<p>A list of the tables to be synchronized.</p>" 700 } 701 }, 702 "CatalogTarget": { 703 "base": "<p>Specifies an Glue Data Catalog target.</p>", 704 "refs": { 705 "CatalogTargetList$member": null 706 } 707 }, 708 "CatalogTargetList": { 709 "base": null, 710 "refs": { 711 "CrawlerTargets$CatalogTargets": "<p>Specifies Glue Data Catalog targets.</p>" 712 } 713 }, 714 "CheckSchemaVersionValidityInput": { 715 "base": null, 716 "refs": { 717 } 718 }, 719 "CheckSchemaVersionValidityResponse": { 720 "base": null, 721 "refs": { 722 } 723 }, 724 "Classification": { 725 "base": null, 726 "refs": { 727 "CreateGrokClassifierRequest$Classification": "<p>An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.</p>", 728 "CreateXMLClassifierRequest$Classification": "<p>An identifier of the data format that the classifier matches.</p>", 729 "GrokClassifier$Classification": "<p>An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on.</p>", 730 "UpdateGrokClassifierRequest$Classification": "<p>An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.</p>", 731 "UpdateXMLClassifierRequest$Classification": "<p>An identifier of the data format that the classifier matches.</p>", 732 "XMLClassifier$Classification": "<p>An identifier of the data format that the classifier matches.</p>" 733 } 734 }, 735 "Classifier": { 736 "base": "<p>Classifiers are triggered during a crawl task. A classifier checks whether a given file is in a format it can handle. If it is, the classifier creates a schema in the form of a <code>StructType</code> object that matches that data format.</p> <p>You can use the standard classifiers that Glue provides, or you can write your own classifiers to best categorize your data sources and specify the appropriate schemas to use for them. A classifier can be a <code>grok</code> classifier, an <code>XML</code> classifier, a <code>JSON</code> classifier, or a custom <code>CSV</code> classifier, as specified in one of the fields in the <code>Classifier</code> object.</p>", 737 "refs": { 738 "ClassifierList$member": null, 739 "GetClassifierResponse$Classifier": "<p>The requested classifier.</p>" 740 } 741 }, 742 "ClassifierList": { 743 "base": null, 744 "refs": { 745 "GetClassifiersResponse$Classifiers": "<p>The requested list of classifier objects.</p>" 746 } 747 }, 748 "ClassifierNameList": { 749 "base": null, 750 "refs": { 751 "Crawler$Classifiers": "<p>A list of UTF-8 strings that specify the custom classifiers that are associated with the crawler.</p>", 752 "CreateCrawlerRequest$Classifiers": "<p>A list of custom classifiers that the user has registered. By default, all built-in classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.</p>", 753 "UpdateCrawlerRequest$Classifiers": "<p>A list of custom classifiers that the user has registered. By default, all built-in classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.</p>" 754 } 755 }, 756 "CloudWatchEncryption": { 757 "base": "<p>Specifies how Amazon CloudWatch data should be encrypted.</p>", 758 "refs": { 759 "EncryptionConfiguration$CloudWatchEncryption": "<p>The encryption configuration for Amazon CloudWatch.</p>" 760 } 761 }, 762 "CloudWatchEncryptionMode": { 763 "base": null, 764 "refs": { 765 "CloudWatchEncryption$CloudWatchEncryptionMode": "<p>The encryption mode to use for CloudWatch data.</p>" 766 } 767 }, 768 "CodeGenArgName": { 769 "base": null, 770 "refs": { 771 "CodeGenEdge$TargetParameter": "<p>The target of the edge.</p>", 772 "CodeGenNodeArg$Name": "<p>The name of the argument or property.</p>" 773 } 774 }, 775 "CodeGenArgValue": { 776 "base": null, 777 "refs": { 778 "CodeGenNodeArg$Value": "<p>The value of the argument or property.</p>" 779 } 780 }, 781 "CodeGenEdge": { 782 "base": "<p>Represents a directional edge in a directed acyclic graph (DAG).</p>", 783 "refs": { 784 "DagEdges$member": null 785 } 786 }, 787 "CodeGenIdentifier": { 788 "base": null, 789 "refs": { 790 "CodeGenEdge$Source": "<p>The ID of the node at which the edge starts.</p>", 791 "CodeGenEdge$Target": "<p>The ID of the node at which the edge ends.</p>", 792 "CodeGenNode$Id": "<p>A node identifier that is unique within the node's graph.</p>" 793 } 794 }, 795 "CodeGenNode": { 796 "base": "<p>Represents a node in a directed acyclic graph (DAG)</p>", 797 "refs": { 798 "DagNodes$member": null 799 } 800 }, 801 "CodeGenNodeArg": { 802 "base": "<p>An argument or property of a node.</p>", 803 "refs": { 804 "CodeGenNodeArgs$member": null 805 } 806 }, 807 "CodeGenNodeArgs": { 808 "base": null, 809 "refs": { 810 "CodeGenNode$Args": "<p>Properties of the node, in the form of name-value pairs.</p>", 811 "Location$Jdbc": "<p>A JDBC location.</p>", 812 "Location$S3": "<p>An Amazon Simple Storage Service (Amazon S3) location.</p>", 813 "Location$DynamoDB": "<p>An Amazon DynamoDB table location.</p>" 814 } 815 }, 816 "CodeGenNodeType": { 817 "base": null, 818 "refs": { 819 "CodeGenNode$NodeType": "<p>The type of node that this is.</p>" 820 } 821 }, 822 "Column": { 823 "base": "<p>A column in a <code>Table</code>.</p>", 824 "refs": { 825 "ColumnList$member": null 826 } 827 }, 828 "ColumnError": { 829 "base": "<p>Encapsulates a column name that failed and the reason for failure.</p>", 830 "refs": { 831 "ColumnErrors$member": null 832 } 833 }, 834 "ColumnErrors": { 835 "base": null, 836 "refs": { 837 "GetColumnStatisticsForPartitionResponse$Errors": "<p>Error occurred during retrieving column statistics data.</p>", 838 "GetColumnStatisticsForTableResponse$Errors": "<p>List of ColumnStatistics that failed to be retrieved.</p>" 839 } 840 }, 841 "ColumnImportance": { 842 "base": "<p>A structure containing the column name and column importance score for a column. </p> <p>Column importance helps you understand how columns contribute to your model, by identifying which columns in your records are more important than others.</p>", 843 "refs": { 844 "ColumnImportanceList$member": null 845 } 846 }, 847 "ColumnImportanceList": { 848 "base": null, 849 "refs": { 850 "FindMatchesMetrics$ColumnImportances": "<p>A list of <code>ColumnImportance</code> structures containing column importance metrics, sorted in order of descending importance.</p>" 851 } 852 }, 853 "ColumnList": { 854 "base": null, 855 "refs": { 856 "StorageDescriptor$Columns": "<p>A list of the <code>Columns</code> in the table.</p>", 857 "Table$PartitionKeys": "<p>A list of columns by which the table is partitioned. Only primitive types are supported as partition keys.</p> <p>When you create a table used by Amazon Athena, and you do not specify any <code>partitionKeys</code>, you must at least set the value of <code>partitionKeys</code> to an empty list. For example:</p> <p> <code>\"PartitionKeys\": []</code> </p>", 858 "TableInput$PartitionKeys": "<p>A list of columns by which the table is partitioned. Only primitive types are supported as partition keys.</p> <p>When you create a table used by Amazon Athena, and you do not specify any <code>partitionKeys</code>, you must at least set the value of <code>partitionKeys</code> to an empty list. For example:</p> <p> <code>\"PartitionKeys\": []</code> </p>" 859 } 860 }, 861 "ColumnNameString": { 862 "base": null, 863 "refs": { 864 "FindMatchesParameters$PrimaryKeyColumnName": "<p>The name of a column that uniquely identifies rows in the source table. Used to help identify matching records.</p>", 865 "SchemaColumn$Name": "<p>The name of the column.</p>" 866 } 867 }, 868 "ColumnStatistics": { 869 "base": "<p>Represents the generated column-level statistics for a table or partition.</p>", 870 "refs": { 871 "ColumnStatisticsError$ColumnStatistics": "<p>The <code>ColumnStatistics</code> of the column.</p>", 872 "ColumnStatisticsList$member": null, 873 "UpdateColumnStatisticsList$member": null 874 } 875 }, 876 "ColumnStatisticsData": { 877 "base": "<p>Contains the individual types of column statistics data. Only one data object should be set and indicated by the <code>Type</code> attribute.</p>", 878 "refs": { 879 "ColumnStatistics$StatisticsData": "<p>A <code>ColumnStatisticData</code> object that contains the statistics data values.</p>" 880 } 881 }, 882 "ColumnStatisticsError": { 883 "base": "<p>Encapsulates a <code>ColumnStatistics</code> object that failed and the reason for failure.</p>", 884 "refs": { 885 "ColumnStatisticsErrors$member": null 886 } 887 }, 888 "ColumnStatisticsErrors": { 889 "base": null, 890 "refs": { 891 "UpdateColumnStatisticsForPartitionResponse$Errors": "<p>Error occurred during updating column statistics data.</p>", 892 "UpdateColumnStatisticsForTableResponse$Errors": "<p>List of ColumnStatisticsErrors.</p>" 893 } 894 }, 895 "ColumnStatisticsList": { 896 "base": null, 897 "refs": { 898 "GetColumnStatisticsForPartitionResponse$ColumnStatisticsList": "<p>List of ColumnStatistics that failed to be retrieved.</p>", 899 "GetColumnStatisticsForTableResponse$ColumnStatisticsList": "<p>List of ColumnStatistics that failed to be retrieved.</p>" 900 } 901 }, 902 "ColumnStatisticsType": { 903 "base": null, 904 "refs": { 905 "ColumnStatisticsData$Type": "<p>The type of column statistics data.</p>" 906 } 907 }, 908 "ColumnTypeString": { 909 "base": null, 910 "refs": { 911 "Column$Type": "<p>The data type of the <code>Column</code>.</p>", 912 "KeySchemaElement$Type": "<p>The type of a partition key.</p>", 913 "SchemaColumn$DataType": "<p>The type of data in the column.</p>" 914 } 915 }, 916 "ColumnValueStringList": { 917 "base": null, 918 "refs": { 919 "SkewedInfo$SkewedColumnValues": "<p>A list of values that appear so frequently as to be considered skewed.</p>" 920 } 921 }, 922 "ColumnValuesString": { 923 "base": null, 924 "refs": { 925 "ColumnValueStringList$member": null, 926 "LocationMap$key": null, 927 "LocationMap$value": null 928 } 929 }, 930 "CommentString": { 931 "base": null, 932 "refs": { 933 "Column$Comment": "<p>A free-form text comment.</p>" 934 } 935 }, 936 "Comparator": { 937 "base": null, 938 "refs": { 939 "PropertyPredicate$Comparator": "<p>The comparator used to compare this property to others.</p>" 940 } 941 }, 942 "Compatibility": { 943 "base": null, 944 "refs": { 945 "CreateSchemaInput$Compatibility": "<p>The compatibility mode of the schema. The possible values are:</p> <ul> <li> <p> <i>NONE</i>: No compatibility mode applies. You can use this choice in development scenarios or if you do not know the compatibility mode that you want to apply to schemas. Any new version added will be accepted without undergoing a compatibility check.</p> </li> <li> <p> <i>DISABLED</i>: This compatibility choice prevents versioning for a particular schema. You can use this choice to prevent future versioning of a schema.</p> </li> <li> <p> <i>BACKWARD</i>: This compatibility choice is recommended as it allows data receivers to read both the current and one previous schema version. This means that for instance, a new schema version cannot drop data fields or change the type of these fields, so they can't be read by readers using the previous version.</p> </li> <li> <p> <i>BACKWARD_ALL</i>: This compatibility choice allows data receivers to read both the current and all previous schema versions. You can use this choice when you need to delete fields or add optional fields, and check compatibility against all previous schema versions. </p> </li> <li> <p> <i>FORWARD</i>: This compatibility choice allows data receivers to read both the current and one next schema version, but not necessarily later versions. You can use this choice when you need to add fields or delete optional fields, but only check compatibility against the last schema version.</p> </li> <li> <p> <i>FORWARD_ALL</i>: This compatibility choice allows data receivers to read written by producers of any new registered schema. You can use this choice when you need to add fields or delete optional fields, and check compatibility against all previous schema versions.</p> </li> <li> <p> <i>FULL</i>: This compatibility choice allows data receivers to read data written by producers using the previous or next version of the schema, but not necessarily earlier or later versions. You can use this choice when you need to add or remove optional fields, but only check compatibility against the last schema version.</p> </li> <li> <p> <i>FULL_ALL</i>: This compatibility choice allows data receivers to read data written by producers using all previous schema versions. You can use this choice when you need to add or remove optional fields, and check compatibility against all previous schema versions.</p> </li> </ul>", 946 "CreateSchemaResponse$Compatibility": "<p>The schema compatibility mode.</p>", 947 "GetSchemaResponse$Compatibility": "<p>The compatibility mode of the schema.</p>", 948 "UpdateSchemaInput$Compatibility": "<p>The new compatibility setting for the schema.</p>" 949 } 950 }, 951 "ConcurrentModificationException": { 952 "base": "<p>Two processes are trying to modify a resource simultaneously.</p>", 953 "refs": { 954 } 955 }, 956 "ConcurrentRunsExceededException": { 957 "base": "<p>Too many jobs are being run concurrently.</p>", 958 "refs": { 959 } 960 }, 961 "Condition": { 962 "base": "<p>Defines a condition under which a trigger fires.</p>", 963 "refs": { 964 "ConditionList$member": null 965 } 966 }, 967 "ConditionCheckFailureException": { 968 "base": "<p>A specified condition was not satisfied.</p>", 969 "refs": { 970 } 971 }, 972 "ConditionList": { 973 "base": null, 974 "refs": { 975 "Predicate$Conditions": "<p>A list of the conditions that determine when the trigger will fire.</p>" 976 } 977 }, 978 "ConflictException": { 979 "base": "<p>The <code>CreatePartitions</code> API was called on a table that has indexes enabled. </p>", 980 "refs": { 981 } 982 }, 983 "ConfusionMatrix": { 984 "base": "<p>The confusion matrix shows you what your transform is predicting accurately and what types of errors it is making.</p> <p>For more information, see <a href=\"https://en.wikipedia.org/wiki/Confusion_matrix\">Confusion matrix</a> in Wikipedia.</p>", 985 "refs": { 986 "FindMatchesMetrics$ConfusionMatrix": "<p>The confusion matrix shows you what your transform is predicting accurately and what types of errors it is making.</p> <p>For more information, see <a href=\"https://en.wikipedia.org/wiki/Confusion_matrix\">Confusion matrix</a> in Wikipedia.</p>" 987 } 988 }, 989 "Connection": { 990 "base": "<p>Defines a connection to a data source.</p>", 991 "refs": { 992 "ConnectionList$member": null, 993 "GetConnectionResponse$Connection": "<p>The requested connection definition.</p>" 994 } 995 }, 996 "ConnectionInput": { 997 "base": "<p>A structure that is used to specify a connection to create or update.</p>", 998 "refs": { 999 "CreateConnectionRequest$ConnectionInput": "<p>A <code>ConnectionInput</code> object defining the connection to create.</p>", 1000 "UpdateConnectionRequest$ConnectionInput": "<p>A <code>ConnectionInput</code> object that redefines the connection in question.</p>" 1001 } 1002 }, 1003 "ConnectionList": { 1004 "base": null, 1005 "refs": { 1006 "GetConnectionsResponse$ConnectionList": "<p>A list of requested connection definitions.</p>" 1007 } 1008 }, 1009 "ConnectionName": { 1010 "base": null, 1011 "refs": { 1012 "JdbcTarget$ConnectionName": "<p>The name of the connection to use to connect to the JDBC target.</p>", 1013 "MongoDBTarget$ConnectionName": "<p>The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.</p>", 1014 "S3Target$ConnectionName": "<p>The name of a connection which allows a job or crawler to access data in Amazon S3 within an Amazon Virtual Private Cloud environment (Amazon VPC).</p>" 1015 } 1016 }, 1017 "ConnectionPasswordEncryption": { 1018 "base": "<p>The data structure used by the Data Catalog to encrypt the password as part of <code>CreateConnection</code> or <code>UpdateConnection</code> and store it in the <code>ENCRYPTED_PASSWORD</code> field in the connection properties. You can enable catalog encryption or only password encryption.</p> <p>When a <code>CreationConnection</code> request arrives containing a password, the Data Catalog first encrypts the password using your KMS key. It then encrypts the whole connection object again if catalog encryption is also enabled.</p> <p>This encryption requires that you set KMS key permissions to enable or restrict access on the password key according to your security requirements. For example, you might want only administrators to have decrypt permission on the password key.</p>", 1019 "refs": { 1020 "DataCatalogEncryptionSettings$ConnectionPasswordEncryption": "<p>When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of <code>CreateConnection</code> or <code>UpdateConnection</code> and store it in the <code>ENCRYPTED_PASSWORD</code> field in the connection properties. You can enable catalog encryption or only password encryption.</p>" 1021 } 1022 }, 1023 "ConnectionProperties": { 1024 "base": null, 1025 "refs": { 1026 "Connection$ConnectionProperties": "<p>These key-value pairs define parameters for the connection:</p> <ul> <li> <p> <code>HOST</code> - The host URI: either the fully qualified domain name (FQDN) or the IPv4 address of the database host.</p> </li> <li> <p> <code>PORT</code> - The port number, between 1024 and 65535, of the port on which the database host is listening for database connections.</p> </li> <li> <p> <code>USER_NAME</code> - The name under which to log in to the database. The value string for <code>USER_NAME</code> is \"<code>USERNAME</code>\".</p> </li> <li> <p> <code>PASSWORD</code> - A password, if one is used, for the user name.</p> </li> <li> <p> <code>ENCRYPTED_PASSWORD</code> - When you enable connection password protection by setting <code>ConnectionPasswordEncryption</code> in the Data Catalog encryption settings, this field stores the encrypted password.</p> </li> <li> <p> <code>JDBC_DRIVER_JAR_URI</code> - The Amazon Simple Storage Service (Amazon S3) path of the JAR file that contains the JDBC driver to use.</p> </li> <li> <p> <code>JDBC_DRIVER_CLASS_NAME</code> - The class name of the JDBC driver to use.</p> </li> <li> <p> <code>JDBC_ENGINE</code> - The name of the JDBC engine to use.</p> </li> <li> <p> <code>JDBC_ENGINE_VERSION</code> - The version of the JDBC engine to use.</p> </li> <li> <p> <code>CONFIG_FILES</code> - (Reserved for future use.)</p> </li> <li> <p> <code>INSTANCE_ID</code> - The instance ID to use.</p> </li> <li> <p> <code>JDBC_CONNECTION_URL</code> - The URL for connecting to a JDBC data source.</p> </li> <li> <p> <code>JDBC_ENFORCE_SSL</code> - A Boolean string (true, false) specifying whether Secure Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the client. The default is false.</p> </li> <li> <p> <code>CUSTOM_JDBC_CERT</code> - An Amazon S3 location specifying the customer's root certificate. Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. Glue only handles X.509 certificates. The certificate provided must be DER-encoded and supplied in Base64 encoding PEM format.</p> </li> <li> <p> <code>SKIP_CUSTOM_JDBC_CERT_VALIDATION</code> - By default, this is <code>false</code>. Glue validates the Signature algorithm and Subject Public Key Algorithm for the customer certificate. The only permitted algorithms for the Signature algorithm are SHA256withRSA, SHA384withRSA or SHA512withRSA. For the Subject Public Key Algorithm, the key length must be at least 2048. You can set the value of this property to <code>true</code> to skip Glue’s validation of the customer certificate.</p> </li> <li> <p> <code>CUSTOM_JDBC_CERT_STRING</code> - A custom JDBC certificate string which is used for domain match or distinguished name match to prevent a man-in-the-middle attack. In Oracle database, this is used as the <code>SSL_SERVER_CERT_DN</code>; in Microsoft SQL Server, this is used as the <code>hostNameInCertificate</code>.</p> </li> <li> <p> <code>CONNECTION_URL</code> - The URL for connecting to a general (non-JDBC) data source.</p> </li> <li> <p> <code>KAFKA_BOOTSTRAP_SERVERS</code> - A comma-separated list of host and port pairs that are the addresses of the Apache Kafka brokers in a Kafka cluster to which a Kafka client will connect to and bootstrap itself.</p> </li> <li> <p> <code>KAFKA_SSL_ENABLED</code> - Whether to enable or disable SSL on an Apache Kafka connection. Default value is \"true\".</p> </li> <li> <p> <code>KAFKA_CUSTOM_CERT</code> - The Amazon S3 URL for the private CA cert file (.pem format). The default is an empty string.</p> </li> <li> <p> <code>KAFKA_SKIP_CUSTOM_CERT_VALIDATION</code> - Whether to skip the validation of the CA cert file or not. Glue validates for three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA. Default value is \"false\".</p> </li> <li> <p> <code>SECRET_ID</code> - The secret ID used for the secret manager of credentials.</p> </li> <li> <p> <code>CONNECTOR_URL</code> - The connector URL for a MARKETPLACE or CUSTOM connection.</p> </li> <li> <p> <code>CONNECTOR_TYPE</code> - The connector type for a MARKETPLACE or CUSTOM connection.</p> </li> <li> <p> <code>CONNECTOR_CLASS_NAME</code> - The connector class name for a MARKETPLACE or CUSTOM connection.</p> </li> <li> <p> <code>KAFKA_CLIENT_KEYSTORE</code> - The Amazon S3 location of the client keystore file for Kafka client side authentication (Optional).</p> </li> <li> <p> <code>KAFKA_CLIENT_KEYSTORE_PASSWORD</code> - The password to access the provided keystore (Optional).</p> </li> <li> <p> <code>KAFKA_CLIENT_KEY_PASSWORD</code> - A keystore can consist of multiple keys, so this is the password to access the client key to be used with the Kafka server side key (Optional).</p> </li> <li> <p> <code>ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD</code> - The encrypted version of the Kafka client keystore password (if the user has the Glue encrypt passwords setting selected).</p> </li> <li> <p> <code>ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD</code> - The encrypted version of the Kafka client key password (if the user has the Glue encrypt passwords setting selected).</p> </li> </ul>", 1027 "ConnectionInput$ConnectionProperties": "<p>These key-value pairs define parameters for the connection.</p>" 1028 } 1029 }, 1030 "ConnectionPropertyKey": { 1031 "base": null, 1032 "refs": { 1033 "ConnectionProperties$key": null 1034 } 1035 }, 1036 "ConnectionType": { 1037 "base": null, 1038 "refs": { 1039 "Connection$ConnectionType": "<p>The type of the connection. Currently, SFTP is not supported.</p>", 1040 "ConnectionInput$ConnectionType": "<p>The type of the connection. Currently, these types are supported:</p> <ul> <li> <p> <code>JDBC</code> - Designates a connection to a database through Java Database Connectivity (JDBC).</p> </li> <li> <p> <code>KAFKA</code> - Designates a connection to an Apache Kafka streaming platform.</p> </li> <li> <p> <code>MONGODB</code> - Designates a connection to a MongoDB document database.</p> </li> <li> <p> <code>NETWORK</code> - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC).</p> </li> <li> <p> <code>MARKETPLACE</code> - Uses configuration settings contained in a connector purchased from Amazon Web Services Marketplace to read from and write to data stores that are not natively supported by Glue.</p> </li> <li> <p> <code>CUSTOM</code> - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue.</p> </li> </ul> <p>SFTP is not supported.</p>", 1041 "GetConnectionsFilter$ConnectionType": "<p>The type of connections to return. Currently, SFTP is not supported.</p>" 1042 } 1043 }, 1044 "ConnectionsList": { 1045 "base": "<p>Specifies the connections used by a job.</p>", 1046 "refs": { 1047 "CreateJobRequest$Connections": "<p>The connections used for this job.</p>", 1048 "Job$Connections": "<p>The connections used for this job.</p>", 1049 "JobUpdate$Connections": "<p>The connections used for this job.</p>" 1050 } 1051 }, 1052 "Crawl": { 1053 "base": "<p>The details of a crawl in the workflow.</p>", 1054 "refs": { 1055 "CrawlList$member": null 1056 } 1057 }, 1058 "CrawlList": { 1059 "base": null, 1060 "refs": { 1061 "CrawlerNodeDetails$Crawls": "<p>A list of crawls represented by the crawl node.</p>" 1062 } 1063 }, 1064 "CrawlState": { 1065 "base": null, 1066 "refs": { 1067 "Condition$CrawlState": "<p>The state of the crawler to which this condition applies.</p>", 1068 "Crawl$State": "<p>The state of the crawler.</p>" 1069 } 1070 }, 1071 "Crawler": { 1072 "base": "<p>Specifies a crawler program that examines a data source and uses classifiers to try to determine its schema. If successful, the crawler records metadata concerning the data source in the Glue Data Catalog.</p>", 1073 "refs": { 1074 "CrawlerList$member": null, 1075 "GetCrawlerResponse$Crawler": "<p>The metadata for the specified crawler.</p>" 1076 } 1077 }, 1078 "CrawlerConfiguration": { 1079 "base": null, 1080 "refs": { 1081 "Crawler$Configuration": "<p>Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/define-crawler.html#crawler-data-stores-exclude\">Include and Exclude Patterns</a>.</p>", 1082 "CreateCrawlerRequest$Configuration": "<p>Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html\">Configuring a Crawler</a>.</p>", 1083 "UpdateCrawlerRequest$Configuration": "<p>Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html\">Configuring a Crawler</a>.</p>" 1084 } 1085 }, 1086 "CrawlerLineageSettings": { 1087 "base": null, 1088 "refs": { 1089 "LineageConfiguration$CrawlerLineageSettings": "<p>Specifies whether data lineage is enabled for the crawler. Valid values are:</p> <ul> <li> <p>ENABLE: enables data lineage for the crawler</p> </li> <li> <p>DISABLE: disables data lineage for the crawler</p> </li> </ul>" 1090 } 1091 }, 1092 "CrawlerList": { 1093 "base": null, 1094 "refs": { 1095 "BatchGetCrawlersResponse$Crawlers": "<p>A list of crawler definitions.</p>", 1096 "GetCrawlersResponse$Crawlers": "<p>A list of crawler metadata.</p>" 1097 } 1098 }, 1099 "CrawlerMetrics": { 1100 "base": "<p>Metrics for a specified crawler.</p>", 1101 "refs": { 1102 "CrawlerMetricsList$member": null 1103 } 1104 }, 1105 "CrawlerMetricsList": { 1106 "base": null, 1107 "refs": { 1108 "GetCrawlerMetricsResponse$CrawlerMetricsList": "<p>A list of metrics for the specified crawler.</p>" 1109 } 1110 }, 1111 "CrawlerNameList": { 1112 "base": null, 1113 "refs": { 1114 "BatchGetCrawlersRequest$CrawlerNames": "<p>A list of crawler names, which might be the names returned from the <code>ListCrawlers</code> operation.</p>", 1115 "BatchGetCrawlersResponse$CrawlersNotFound": "<p>A list of names of crawlers that were not found.</p>", 1116 "GetCrawlerMetricsRequest$CrawlerNameList": "<p>A list of the names of crawlers about which to retrieve metrics.</p>", 1117 "ListCrawlersResponse$CrawlerNames": "<p>The names of all crawlers in the account, or the crawlers with the specified tags.</p>" 1118 } 1119 }, 1120 "CrawlerNodeDetails": { 1121 "base": "<p>The details of a Crawler node present in the workflow.</p>", 1122 "refs": { 1123 "Node$CrawlerDetails": "<p>Details of the crawler when the node represents a crawler.</p>" 1124 } 1125 }, 1126 "CrawlerNotRunningException": { 1127 "base": "<p>The specified crawler is not running.</p>", 1128 "refs": { 1129 } 1130 }, 1131 "CrawlerRunningException": { 1132 "base": "<p>The operation cannot be performed because the crawler is already running.</p>", 1133 "refs": { 1134 } 1135 }, 1136 "CrawlerSecurityConfiguration": { 1137 "base": null, 1138 "refs": { 1139 "Crawler$CrawlerSecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used by this crawler.</p>", 1140 "CreateCrawlerRequest$CrawlerSecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used by this crawler.</p>", 1141 "UpdateCrawlerRequest$CrawlerSecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used by this crawler.</p>" 1142 } 1143 }, 1144 "CrawlerState": { 1145 "base": null, 1146 "refs": { 1147 "Crawler$State": "<p>Indicates whether the crawler is running, or whether a run is pending.</p>" 1148 } 1149 }, 1150 "CrawlerStoppingException": { 1151 "base": "<p>The specified crawler is stopping.</p>", 1152 "refs": { 1153 } 1154 }, 1155 "CrawlerTargets": { 1156 "base": "<p>Specifies data stores to crawl.</p>", 1157 "refs": { 1158 "Crawler$Targets": "<p>A collection of targets to crawl.</p>", 1159 "CreateCrawlerRequest$Targets": "<p>A list of collection of targets to crawl.</p>", 1160 "UpdateCrawlerRequest$Targets": "<p>A list of targets to crawl.</p>" 1161 } 1162 }, 1163 "CreateBlueprintRequest": { 1164 "base": null, 1165 "refs": { 1166 } 1167 }, 1168 "CreateBlueprintResponse": { 1169 "base": null, 1170 "refs": { 1171 } 1172 }, 1173 "CreateClassifierRequest": { 1174 "base": null, 1175 "refs": { 1176 } 1177 }, 1178 "CreateClassifierResponse": { 1179 "base": null, 1180 "refs": { 1181 } 1182 }, 1183 "CreateConnectionRequest": { 1184 "base": null, 1185 "refs": { 1186 } 1187 }, 1188 "CreateConnectionResponse": { 1189 "base": null, 1190 "refs": { 1191 } 1192 }, 1193 "CreateCrawlerRequest": { 1194 "base": null, 1195 "refs": { 1196 } 1197 }, 1198 "CreateCrawlerResponse": { 1199 "base": null, 1200 "refs": { 1201 } 1202 }, 1203 "CreateCsvClassifierRequest": { 1204 "base": "<p>Specifies a custom CSV classifier for <code>CreateClassifier</code> to create.</p>", 1205 "refs": { 1206 "CreateClassifierRequest$CsvClassifier": "<p>A <code>CsvClassifier</code> object specifying the classifier to create.</p>" 1207 } 1208 }, 1209 "CreateDatabaseRequest": { 1210 "base": null, 1211 "refs": { 1212 } 1213 }, 1214 "CreateDatabaseResponse": { 1215 "base": null, 1216 "refs": { 1217 } 1218 }, 1219 "CreateDevEndpointRequest": { 1220 "base": null, 1221 "refs": { 1222 } 1223 }, 1224 "CreateDevEndpointResponse": { 1225 "base": null, 1226 "refs": { 1227 } 1228 }, 1229 "CreateGrokClassifierRequest": { 1230 "base": "<p>Specifies a <code>grok</code> classifier for <code>CreateClassifier</code> to create.</p>", 1231 "refs": { 1232 "CreateClassifierRequest$GrokClassifier": "<p>A <code>GrokClassifier</code> object specifying the classifier to create.</p>" 1233 } 1234 }, 1235 "CreateJobRequest": { 1236 "base": null, 1237 "refs": { 1238 } 1239 }, 1240 "CreateJobResponse": { 1241 "base": null, 1242 "refs": { 1243 } 1244 }, 1245 "CreateJsonClassifierRequest": { 1246 "base": "<p>Specifies a JSON classifier for <code>CreateClassifier</code> to create.</p>", 1247 "refs": { 1248 "CreateClassifierRequest$JsonClassifier": "<p>A <code>JsonClassifier</code> object specifying the classifier to create.</p>" 1249 } 1250 }, 1251 "CreateMLTransformRequest": { 1252 "base": null, 1253 "refs": { 1254 } 1255 }, 1256 "CreateMLTransformResponse": { 1257 "base": null, 1258 "refs": { 1259 } 1260 }, 1261 "CreatePartitionIndexRequest": { 1262 "base": null, 1263 "refs": { 1264 } 1265 }, 1266 "CreatePartitionIndexResponse": { 1267 "base": null, 1268 "refs": { 1269 } 1270 }, 1271 "CreatePartitionRequest": { 1272 "base": null, 1273 "refs": { 1274 } 1275 }, 1276 "CreatePartitionResponse": { 1277 "base": null, 1278 "refs": { 1279 } 1280 }, 1281 "CreateRegistryInput": { 1282 "base": null, 1283 "refs": { 1284 } 1285 }, 1286 "CreateRegistryResponse": { 1287 "base": null, 1288 "refs": { 1289 } 1290 }, 1291 "CreateSchemaInput": { 1292 "base": null, 1293 "refs": { 1294 } 1295 }, 1296 "CreateSchemaResponse": { 1297 "base": null, 1298 "refs": { 1299 } 1300 }, 1301 "CreateScriptRequest": { 1302 "base": null, 1303 "refs": { 1304 } 1305 }, 1306 "CreateScriptResponse": { 1307 "base": null, 1308 "refs": { 1309 } 1310 }, 1311 "CreateSecurityConfigurationRequest": { 1312 "base": null, 1313 "refs": { 1314 } 1315 }, 1316 "CreateSecurityConfigurationResponse": { 1317 "base": null, 1318 "refs": { 1319 } 1320 }, 1321 "CreateTableRequest": { 1322 "base": null, 1323 "refs": { 1324 } 1325 }, 1326 "CreateTableResponse": { 1327 "base": null, 1328 "refs": { 1329 } 1330 }, 1331 "CreateTriggerRequest": { 1332 "base": null, 1333 "refs": { 1334 } 1335 }, 1336 "CreateTriggerResponse": { 1337 "base": null, 1338 "refs": { 1339 } 1340 }, 1341 "CreateUserDefinedFunctionRequest": { 1342 "base": null, 1343 "refs": { 1344 } 1345 }, 1346 "CreateUserDefinedFunctionResponse": { 1347 "base": null, 1348 "refs": { 1349 } 1350 }, 1351 "CreateWorkflowRequest": { 1352 "base": null, 1353 "refs": { 1354 } 1355 }, 1356 "CreateWorkflowResponse": { 1357 "base": null, 1358 "refs": { 1359 } 1360 }, 1361 "CreateXMLClassifierRequest": { 1362 "base": "<p>Specifies an XML classifier for <code>CreateClassifier</code> to create.</p>", 1363 "refs": { 1364 "CreateClassifierRequest$XMLClassifier": "<p>An <code>XMLClassifier</code> object specifying the classifier to create.</p>" 1365 } 1366 }, 1367 "CreatedTimestamp": { 1368 "base": null, 1369 "refs": { 1370 "GetRegistryResponse$CreatedTime": "<p>The date and time the registry was created.</p>", 1371 "GetSchemaByDefinitionResponse$CreatedTime": "<p>The date and time the schema was created.</p>", 1372 "GetSchemaResponse$CreatedTime": "<p>The date and time the schema was created.</p>", 1373 "GetSchemaVersionResponse$CreatedTime": "<p>The date and time the schema version was created.</p>", 1374 "MetadataInfo$CreatedTime": "<p>The time at which the entry was created.</p>", 1375 "OtherMetadataValueListItem$CreatedTime": "<p>The time at which the entry was created.</p>", 1376 "RegistryListItem$CreatedTime": "<p>The data the registry was created.</p>", 1377 "SchemaListItem$CreatedTime": "<p>The date and time that a schema was created.</p>", 1378 "SchemaVersionListItem$CreatedTime": "<p>The date and time the schema version was created.</p>" 1379 } 1380 }, 1381 "CronExpression": { 1382 "base": null, 1383 "refs": { 1384 "CreateCrawlerRequest$Schedule": "<p>A <code>cron</code> expression used to specify the schedule (see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html\">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, you would specify: <code>cron(15 12 * * ? *)</code>.</p>", 1385 "Schedule$ScheduleExpression": "<p>A <code>cron</code> expression used to specify the schedule (see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html\">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, you would specify: <code>cron(15 12 * * ? *)</code>.</p>", 1386 "UpdateCrawlerRequest$Schedule": "<p>A <code>cron</code> expression used to specify the schedule (see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html\">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, you would specify: <code>cron(15 12 * * ? *)</code>.</p>", 1387 "UpdateCrawlerScheduleRequest$Schedule": "<p>The updated <code>cron</code> expression used to specify the schedule (see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html\">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, you would specify: <code>cron(15 12 * * ? *)</code>.</p>" 1388 } 1389 }, 1390 "CsvClassifier": { 1391 "base": "<p>A classifier for custom <code>CSV</code> content.</p>", 1392 "refs": { 1393 "Classifier$CsvClassifier": "<p>A classifier for comma-separated values (CSV).</p>" 1394 } 1395 }, 1396 "CsvColumnDelimiter": { 1397 "base": null, 1398 "refs": { 1399 "CreateCsvClassifierRequest$Delimiter": "<p>A custom symbol to denote what separates each column entry in the row.</p>", 1400 "CsvClassifier$Delimiter": "<p>A custom symbol to denote what separates each column entry in the row.</p>", 1401 "UpdateCsvClassifierRequest$Delimiter": "<p>A custom symbol to denote what separates each column entry in the row.</p>" 1402 } 1403 }, 1404 "CsvHeader": { 1405 "base": null, 1406 "refs": { 1407 "CreateCsvClassifierRequest$Header": "<p>A list of strings representing column names.</p>", 1408 "CsvClassifier$Header": "<p>A list of strings representing column names.</p>", 1409 "UpdateCsvClassifierRequest$Header": "<p>A list of strings representing column names.</p>" 1410 } 1411 }, 1412 "CsvHeaderOption": { 1413 "base": null, 1414 "refs": { 1415 "CreateCsvClassifierRequest$ContainsHeader": "<p>Indicates whether the CSV file contains a header.</p>", 1416 "CsvClassifier$ContainsHeader": "<p>Indicates whether the CSV file contains a header.</p>", 1417 "UpdateCsvClassifierRequest$ContainsHeader": "<p>Indicates whether the CSV file contains a header.</p>" 1418 } 1419 }, 1420 "CsvQuoteSymbol": { 1421 "base": null, 1422 "refs": { 1423 "CreateCsvClassifierRequest$QuoteSymbol": "<p>A custom symbol to denote what combines content into a single column value. Must be different from the column delimiter.</p>", 1424 "CsvClassifier$QuoteSymbol": "<p>A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.</p>", 1425 "UpdateCsvClassifierRequest$QuoteSymbol": "<p>A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.</p>" 1426 } 1427 }, 1428 "CustomPatterns": { 1429 "base": null, 1430 "refs": { 1431 "CreateGrokClassifierRequest$CustomPatterns": "<p>Optional custom grok patterns used by this classifier.</p>", 1432 "GrokClassifier$CustomPatterns": "<p>Optional custom grok patterns defined by this classifier. For more information, see custom patterns in <a href=\"https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html\">Writing Custom Classifiers</a>.</p>", 1433 "UpdateGrokClassifierRequest$CustomPatterns": "<p>Optional custom grok patterns used by this classifier.</p>" 1434 } 1435 }, 1436 "DagEdges": { 1437 "base": null, 1438 "refs": { 1439 "CreateScriptRequest$DagEdges": "<p>A list of the edges in the DAG.</p>", 1440 "GetDataflowGraphResponse$DagEdges": "<p>A list of the edges in the resulting DAG.</p>" 1441 } 1442 }, 1443 "DagNodes": { 1444 "base": null, 1445 "refs": { 1446 "CreateScriptRequest$DagNodes": "<p>A list of the nodes in the DAG.</p>", 1447 "GetDataflowGraphResponse$DagNodes": "<p>A list of the nodes in the resulting DAG.</p>" 1448 } 1449 }, 1450 "DataCatalogEncryptionSettings": { 1451 "base": "<p>Contains configuration information for maintaining Data Catalog security.</p>", 1452 "refs": { 1453 "GetDataCatalogEncryptionSettingsResponse$DataCatalogEncryptionSettings": "<p>The requested security configuration.</p>", 1454 "PutDataCatalogEncryptionSettingsRequest$DataCatalogEncryptionSettings": "<p>The security configuration to set.</p>" 1455 } 1456 }, 1457 "DataFormat": { 1458 "base": null, 1459 "refs": { 1460 "CheckSchemaVersionValidityInput$DataFormat": "<p>The data format of the schema definition. Currently <code>AVRO</code> and <code>JSON</code> are supported.</p>", 1461 "CreateSchemaInput$DataFormat": "<p>The data format of the schema definition. Currently <code>AVRO</code> and <code>JSON</code> are supported.</p>", 1462 "CreateSchemaResponse$DataFormat": "<p>The data format of the schema definition. Currently <code>AVRO</code> and <code>JSON</code> are supported.</p>", 1463 "GetSchemaByDefinitionResponse$DataFormat": "<p>The data format of the schema definition. Currently only <code>AVRO</code> and <code>JSON</code> are supported.</p>", 1464 "GetSchemaResponse$DataFormat": "<p>The data format of the schema definition. Currently <code>AVRO</code> and <code>JSON</code> are supported.</p>", 1465 "GetSchemaVersionResponse$DataFormat": "<p>The data format of the schema definition. Currently <code>AVRO</code> and <code>JSON</code> are supported.</p>" 1466 } 1467 }, 1468 "DataLakePrincipal": { 1469 "base": "<p>The Lake Formation principal.</p>", 1470 "refs": { 1471 "PrincipalPermissions$Principal": "<p>The principal who is granted permissions.</p>" 1472 } 1473 }, 1474 "DataLakePrincipalString": { 1475 "base": null, 1476 "refs": { 1477 "DataLakePrincipal$DataLakePrincipalIdentifier": "<p>An identifier for the Lake Formation principal.</p>" 1478 } 1479 }, 1480 "Database": { 1481 "base": "<p>The <code>Database</code> object represents a logical grouping of tables that might reside in a Hive metastore or an RDBMS.</p>", 1482 "refs": { 1483 "DatabaseList$member": null, 1484 "GetDatabaseResponse$Database": "<p>The definition of the specified database in the Data Catalog.</p>" 1485 } 1486 }, 1487 "DatabaseIdentifier": { 1488 "base": "<p>A structure that describes a target database for resource linking.</p>", 1489 "refs": { 1490 "Database$TargetDatabase": "<p>A <code>DatabaseIdentifier</code> structure that describes a target database for resource linking.</p>", 1491 "DatabaseInput$TargetDatabase": "<p>A <code>DatabaseIdentifier</code> structure that describes a target database for resource linking.</p>" 1492 } 1493 }, 1494 "DatabaseInput": { 1495 "base": "<p>The structure used to create or update a database.</p>", 1496 "refs": { 1497 "CreateDatabaseRequest$DatabaseInput": "<p>The metadata for the database.</p>", 1498 "UpdateDatabaseRequest$DatabaseInput": "<p>A <code>DatabaseInput</code> object specifying the new definition of the metadata database in the catalog.</p>" 1499 } 1500 }, 1501 "DatabaseList": { 1502 "base": null, 1503 "refs": { 1504 "GetDatabasesResponse$DatabaseList": "<p>A list of <code>Database</code> objects from the specified catalog.</p>" 1505 } 1506 }, 1507 "DatabaseName": { 1508 "base": null, 1509 "refs": { 1510 "Crawler$DatabaseName": "<p>The name of the database in which the crawler's output is stored.</p>", 1511 "CreateCrawlerRequest$DatabaseName": "<p>The Glue database where results are written, such as: <code>arn:aws:daylight:us-east-1::database/sometable/*</code>.</p>", 1512 "UpdateCrawlerRequest$DatabaseName": "<p>The Glue database where results are stored, such as: <code>arn:aws:daylight:us-east-1::database/sometable/*</code>.</p>" 1513 } 1514 }, 1515 "DateColumnStatisticsData": { 1516 "base": "<p>Defines column statistics supported for timestamp data columns.</p>", 1517 "refs": { 1518 "ColumnStatisticsData$DateColumnStatisticsData": "<p>Date column statistics data.</p>" 1519 } 1520 }, 1521 "DecimalColumnStatisticsData": { 1522 "base": "<p>Defines column statistics supported for fixed-point number data columns.</p>", 1523 "refs": { 1524 "ColumnStatisticsData$DecimalColumnStatisticsData": "<p>Decimal column statistics data.</p>" 1525 } 1526 }, 1527 "DecimalNumber": { 1528 "base": "<p>Contains a numeric value in decimal format.</p>", 1529 "refs": { 1530 "DecimalColumnStatisticsData$MinimumValue": "<p>The lowest value in the column.</p>", 1531 "DecimalColumnStatisticsData$MaximumValue": "<p>The highest value in the column.</p>" 1532 } 1533 }, 1534 "DeleteBehavior": { 1535 "base": null, 1536 "refs": { 1537 "SchemaChangePolicy$DeleteBehavior": "<p>The deletion behavior when the crawler finds a deleted object.</p>" 1538 } 1539 }, 1540 "DeleteBlueprintRequest": { 1541 "base": null, 1542 "refs": { 1543 } 1544 }, 1545 "DeleteBlueprintResponse": { 1546 "base": null, 1547 "refs": { 1548 } 1549 }, 1550 "DeleteClassifierRequest": { 1551 "base": null, 1552 "refs": { 1553 } 1554 }, 1555 "DeleteClassifierResponse": { 1556 "base": null, 1557 "refs": { 1558 } 1559 }, 1560 "DeleteColumnStatisticsForPartitionRequest": { 1561 "base": null, 1562 "refs": { 1563 } 1564 }, 1565 "DeleteColumnStatisticsForPartitionResponse": { 1566 "base": null, 1567 "refs": { 1568 } 1569 }, 1570 "DeleteColumnStatisticsForTableRequest": { 1571 "base": null, 1572 "refs": { 1573 } 1574 }, 1575 "DeleteColumnStatisticsForTableResponse": { 1576 "base": null, 1577 "refs": { 1578 } 1579 }, 1580 "DeleteConnectionNameList": { 1581 "base": null, 1582 "refs": { 1583 "BatchDeleteConnectionRequest$ConnectionNameList": "<p>A list of names of the connections to delete.</p>" 1584 } 1585 }, 1586 "DeleteConnectionRequest": { 1587 "base": null, 1588 "refs": { 1589 } 1590 }, 1591 "DeleteConnectionResponse": { 1592 "base": null, 1593 "refs": { 1594 } 1595 }, 1596 "DeleteCrawlerRequest": { 1597 "base": null, 1598 "refs": { 1599 } 1600 }, 1601 "DeleteCrawlerResponse": { 1602 "base": null, 1603 "refs": { 1604 } 1605 }, 1606 "DeleteDatabaseRequest": { 1607 "base": null, 1608 "refs": { 1609 } 1610 }, 1611 "DeleteDatabaseResponse": { 1612 "base": null, 1613 "refs": { 1614 } 1615 }, 1616 "DeleteDevEndpointRequest": { 1617 "base": null, 1618 "refs": { 1619 } 1620 }, 1621 "DeleteDevEndpointResponse": { 1622 "base": null, 1623 "refs": { 1624 } 1625 }, 1626 "DeleteJobRequest": { 1627 "base": null, 1628 "refs": { 1629 } 1630 }, 1631 "DeleteJobResponse": { 1632 "base": null, 1633 "refs": { 1634 } 1635 }, 1636 "DeleteMLTransformRequest": { 1637 "base": null, 1638 "refs": { 1639 } 1640 }, 1641 "DeleteMLTransformResponse": { 1642 "base": null, 1643 "refs": { 1644 } 1645 }, 1646 "DeletePartitionIndexRequest": { 1647 "base": null, 1648 "refs": { 1649 } 1650 }, 1651 "DeletePartitionIndexResponse": { 1652 "base": null, 1653 "refs": { 1654 } 1655 }, 1656 "DeletePartitionRequest": { 1657 "base": null, 1658 "refs": { 1659 } 1660 }, 1661 "DeletePartitionResponse": { 1662 "base": null, 1663 "refs": { 1664 } 1665 }, 1666 "DeleteRegistryInput": { 1667 "base": null, 1668 "refs": { 1669 } 1670 }, 1671 "DeleteRegistryResponse": { 1672 "base": null, 1673 "refs": { 1674 } 1675 }, 1676 "DeleteResourcePolicyRequest": { 1677 "base": null, 1678 "refs": { 1679 } 1680 }, 1681 "DeleteResourcePolicyResponse": { 1682 "base": null, 1683 "refs": { 1684 } 1685 }, 1686 "DeleteSchemaInput": { 1687 "base": null, 1688 "refs": { 1689 } 1690 }, 1691 "DeleteSchemaResponse": { 1692 "base": null, 1693 "refs": { 1694 } 1695 }, 1696 "DeleteSchemaVersionsInput": { 1697 "base": null, 1698 "refs": { 1699 } 1700 }, 1701 "DeleteSchemaVersionsResponse": { 1702 "base": null, 1703 "refs": { 1704 } 1705 }, 1706 "DeleteSecurityConfigurationRequest": { 1707 "base": null, 1708 "refs": { 1709 } 1710 }, 1711 "DeleteSecurityConfigurationResponse": { 1712 "base": null, 1713 "refs": { 1714 } 1715 }, 1716 "DeleteTableRequest": { 1717 "base": null, 1718 "refs": { 1719 } 1720 }, 1721 "DeleteTableResponse": { 1722 "base": null, 1723 "refs": { 1724 } 1725 }, 1726 "DeleteTableVersionRequest": { 1727 "base": null, 1728 "refs": { 1729 } 1730 }, 1731 "DeleteTableVersionResponse": { 1732 "base": null, 1733 "refs": { 1734 } 1735 }, 1736 "DeleteTriggerRequest": { 1737 "base": null, 1738 "refs": { 1739 } 1740 }, 1741 "DeleteTriggerResponse": { 1742 "base": null, 1743 "refs": { 1744 } 1745 }, 1746 "DeleteUserDefinedFunctionRequest": { 1747 "base": null, 1748 "refs": { 1749 } 1750 }, 1751 "DeleteUserDefinedFunctionResponse": { 1752 "base": null, 1753 "refs": { 1754 } 1755 }, 1756 "DeleteWorkflowRequest": { 1757 "base": null, 1758 "refs": { 1759 } 1760 }, 1761 "DeleteWorkflowResponse": { 1762 "base": null, 1763 "refs": { 1764 } 1765 }, 1766 "DescriptionString": { 1767 "base": null, 1768 "refs": { 1769 "Connection$Description": "<p>The description of the connection.</p>", 1770 "ConnectionInput$Description": "<p>The description of the connection.</p>", 1771 "Crawl$ErrorMessage": "<p>The error message associated with the crawl.</p>", 1772 "Crawler$Description": "<p>A description of the crawler.</p>", 1773 "CreateCrawlerRequest$Description": "<p>A description of the new crawler.</p>", 1774 "CreateJobRequest$Description": "<p>Description of the job being defined.</p>", 1775 "CreateMLTransformRequest$Description": "<p>A description of the machine learning transform that is being defined. The default is an empty string.</p>", 1776 "CreateRegistryInput$Description": "<p>A description of the registry. If description is not provided, there will not be any default value for this.</p>", 1777 "CreateRegistryResponse$Description": "<p>A description of the registry.</p>", 1778 "CreateSchemaInput$Description": "<p>An optional description of the schema. If description is not provided, there will not be any automatic default value for this.</p>", 1779 "CreateSchemaResponse$Description": "<p>A description of the schema if specified when created.</p>", 1780 "CreateTriggerRequest$Description": "<p>A description of the new trigger.</p>", 1781 "Database$Description": "<p>A description of the database.</p>", 1782 "DatabaseInput$Description": "<p>A description of the database.</p>", 1783 "ErrorDetail$ErrorMessage": "<p>A message describing the error.</p>", 1784 "GetMLTransformResponse$Description": "<p>A description of the transform.</p>", 1785 "GetRegistryResponse$Description": "<p>A description of the registry.</p>", 1786 "GetSchemaResponse$Description": "<p>A description of schema if specified when created</p>", 1787 "Job$Description": "<p>A description of the job.</p>", 1788 "JobUpdate$Description": "<p>Description of the job being defined.</p>", 1789 "LastCrawlInfo$ErrorMessage": "<p>If an error occurred, the error information about the last crawl.</p>", 1790 "MLTransform$Description": "<p>A user-defined, long-form description text for the machine learning transform. Descriptions are not guaranteed to be unique and can be changed at any time.</p>", 1791 "RegistryListItem$Description": "<p>A description of the registry.</p>", 1792 "SchemaListItem$Description": "<p>A description for the schema.</p>", 1793 "Table$Description": "<p>A description of the table.</p>", 1794 "TableInput$Description": "<p>A description of the table.</p>", 1795 "Trigger$Description": "<p>A description of this trigger.</p>", 1796 "TriggerUpdate$Description": "<p>A description of this trigger.</p>", 1797 "UpdateMLTransformRequest$Description": "<p>A description of the transform. The default is an empty string.</p>", 1798 "UpdateRegistryInput$Description": "<p>A description of the registry. If description is not provided, this field will not be updated.</p>", 1799 "UpdateSchemaInput$Description": "<p>The new description for the schema.</p>" 1800 } 1801 }, 1802 "DescriptionStringRemovable": { 1803 "base": null, 1804 "refs": { 1805 "UpdateCrawlerRequest$Description": "<p>A description of the new crawler.</p>" 1806 } 1807 }, 1808 "DevEndpoint": { 1809 "base": "<p>A development endpoint where a developer can remotely debug extract, transform, and load (ETL) scripts.</p>", 1810 "refs": { 1811 "DevEndpointList$member": null, 1812 "GetDevEndpointResponse$DevEndpoint": "<p>A <code>DevEndpoint</code> definition.</p>" 1813 } 1814 }, 1815 "DevEndpointCustomLibraries": { 1816 "base": "<p>Custom libraries to be loaded into a development endpoint.</p>", 1817 "refs": { 1818 "UpdateDevEndpointRequest$CustomLibraries": "<p>Custom Python or Java libraries to be loaded in the <code>DevEndpoint</code>.</p>" 1819 } 1820 }, 1821 "DevEndpointList": { 1822 "base": null, 1823 "refs": { 1824 "BatchGetDevEndpointsResponse$DevEndpoints": "<p>A list of <code>DevEndpoint</code> definitions.</p>", 1825 "GetDevEndpointsResponse$DevEndpoints": "<p>A list of <code>DevEndpoint</code> definitions.</p>" 1826 } 1827 }, 1828 "DevEndpointNameList": { 1829 "base": null, 1830 "refs": { 1831 "ListDevEndpointsResponse$DevEndpointNames": "<p>The names of all the <code>DevEndpoint</code>s in the account, or the <code>DevEndpoint</code>s with the specified tags.</p>" 1832 } 1833 }, 1834 "DevEndpointNames": { 1835 "base": null, 1836 "refs": { 1837 "BatchGetDevEndpointsRequest$DevEndpointNames": "<p>The list of <code>DevEndpoint</code> names, which might be the names returned from the <code>ListDevEndpoint</code> operation.</p>", 1838 "BatchGetDevEndpointsResponse$DevEndpointsNotFound": "<p>A list of <code>DevEndpoints</code> not found.</p>" 1839 } 1840 }, 1841 "Double": { 1842 "base": null, 1843 "refs": { 1844 "DoubleColumnStatisticsData$MinimumValue": "<p>The lowest value in the column.</p>", 1845 "DoubleColumnStatisticsData$MaximumValue": "<p>The highest value in the column.</p>" 1846 } 1847 }, 1848 "DoubleColumnStatisticsData": { 1849 "base": "<p>Defines column statistics supported for floating-point number data columns.</p>", 1850 "refs": { 1851 "ColumnStatisticsData$DoubleColumnStatisticsData": "<p>Double column statistics data.</p>" 1852 } 1853 }, 1854 "DynamoDBTarget": { 1855 "base": "<p>Specifies an Amazon DynamoDB table to crawl.</p>", 1856 "refs": { 1857 "DynamoDBTargetList$member": null 1858 } 1859 }, 1860 "DynamoDBTargetList": { 1861 "base": null, 1862 "refs": { 1863 "CrawlerTargets$DynamoDBTargets": "<p>Specifies Amazon DynamoDB targets.</p>" 1864 } 1865 }, 1866 "Edge": { 1867 "base": "<p>An edge represents a directed connection between two components on a workflow graph.</p>", 1868 "refs": { 1869 "EdgeList$member": null 1870 } 1871 }, 1872 "EdgeList": { 1873 "base": null, 1874 "refs": { 1875 "WorkflowGraph$Edges": "<p>A list of all the directed connections between the nodes belonging to the workflow.</p>" 1876 } 1877 }, 1878 "EnableHybridValues": { 1879 "base": null, 1880 "refs": { 1881 "PutResourcePolicyRequest$EnableHybrid": "<p>If <code>'TRUE'</code>, indicates that you are using both methods to grant cross-account access to Data Catalog resources:</p> <ul> <li> <p>By directly updating the resource policy with <code>PutResourePolicy</code> </p> </li> <li> <p>By using the <b>Grant permissions</b> command on the Amazon Web Services Management Console.</p> </li> </ul> <p>Must be set to <code>'TRUE'</code> if you have already used the Management Console to grant cross-account access, otherwise the call fails. Default is 'FALSE'.</p>" 1882 } 1883 }, 1884 "EncryptionAtRest": { 1885 "base": "<p>Specifies the encryption-at-rest configuration for the Data Catalog.</p>", 1886 "refs": { 1887 "DataCatalogEncryptionSettings$EncryptionAtRest": "<p>Specifies the encryption-at-rest configuration for the Data Catalog.</p>" 1888 } 1889 }, 1890 "EncryptionConfiguration": { 1891 "base": "<p>Specifies an encryption configuration.</p>", 1892 "refs": { 1893 "CreateSecurityConfigurationRequest$EncryptionConfiguration": "<p>The encryption configuration for the new security configuration.</p>", 1894 "SecurityConfiguration$EncryptionConfiguration": "<p>The encryption configuration associated with this security configuration.</p>" 1895 } 1896 }, 1897 "EntityNotFoundException": { 1898 "base": "<p>A specified entity does not exist</p>", 1899 "refs": { 1900 } 1901 }, 1902 "ErrorByName": { 1903 "base": null, 1904 "refs": { 1905 "BatchDeleteConnectionResponse$Errors": "<p>A map of the names of connections that were not successfully deleted to error details.</p>" 1906 } 1907 }, 1908 "ErrorCodeString": { 1909 "base": null, 1910 "refs": { 1911 "ErrorDetails$ErrorCode": "<p>The error code for an error.</p>" 1912 } 1913 }, 1914 "ErrorDetail": { 1915 "base": "<p>Contains details about an error.</p>", 1916 "refs": { 1917 "BatchStopJobRunError$ErrorDetail": "<p>Specifies details about the error that was encountered.</p>", 1918 "BatchUpdatePartitionFailureEntry$ErrorDetail": "<p>The details about the batch update partition error.</p>", 1919 "ColumnError$Error": "<p>An error message with the reason for the failure of an operation.</p>", 1920 "ColumnStatisticsError$Error": "<p>An error message with the reason for the failure of an operation.</p>", 1921 "ErrorByName$value": null, 1922 "PartitionError$ErrorDetail": "<p>The details about the partition error.</p>", 1923 "TableError$ErrorDetail": "<p>The details about the error.</p>", 1924 "TableVersionError$ErrorDetail": "<p>The details about the error.</p>" 1925 } 1926 }, 1927 "ErrorDetails": { 1928 "base": "<p>An object containing error details.</p>", 1929 "refs": { 1930 "SchemaVersionErrorItem$ErrorDetails": "<p>The details of the error for the schema version.</p>" 1931 } 1932 }, 1933 "ErrorMessageString": { 1934 "base": null, 1935 "refs": { 1936 "ErrorDetails$ErrorMessage": "<p>The error message for an error.</p>" 1937 } 1938 }, 1939 "ErrorString": { 1940 "base": null, 1941 "refs": { 1942 "Blueprint$ErrorMessage": "<p>An error message.</p>", 1943 "JobRun$ErrorMessage": "<p>An error message associated with this job run.</p>", 1944 "WorkflowRun$ErrorMessage": "<p>This error message describes any error that may have occurred in starting the workflow run. Currently the only error message is \"Concurrent runs exceeded for workflow: <code>foo</code>.\"</p>" 1945 } 1946 }, 1947 "EvaluationMetrics": { 1948 "base": "<p>Evaluation metrics provide an estimate of the quality of your machine learning transform.</p>", 1949 "refs": { 1950 "GetMLTransformResponse$EvaluationMetrics": "<p>The latest evaluation metrics.</p>", 1951 "MLTransform$EvaluationMetrics": "<p>An <code>EvaluationMetrics</code> object. Evaluation metrics provide an estimate of the quality of your machine learning transform.</p>" 1952 } 1953 }, 1954 "EventBatchingCondition": { 1955 "base": "<p>Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.</p>", 1956 "refs": { 1957 "CreateTriggerRequest$EventBatchingCondition": "<p>Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.</p>", 1958 "Trigger$EventBatchingCondition": "<p>Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.</p>", 1959 "TriggerUpdate$EventBatchingCondition": "<p>Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.</p>" 1960 } 1961 }, 1962 "ExecutionProperty": { 1963 "base": "<p>An execution property of a job.</p>", 1964 "refs": { 1965 "CreateJobRequest$ExecutionProperty": "<p>An <code>ExecutionProperty</code> specifying the maximum number of concurrent runs allowed for this job.</p>", 1966 "Job$ExecutionProperty": "<p>An <code>ExecutionProperty</code> specifying the maximum number of concurrent runs allowed for this job.</p>", 1967 "JobUpdate$ExecutionProperty": "<p>An <code>ExecutionProperty</code> specifying the maximum number of concurrent runs allowed for this job.</p>" 1968 } 1969 }, 1970 "ExecutionTime": { 1971 "base": null, 1972 "refs": { 1973 "GetMLTaskRunResponse$ExecutionTime": "<p>The amount of time (in seconds) that the task run consumed resources.</p>", 1974 "JobRun$ExecutionTime": "<p>The amount of time (in seconds) that the job run consumed resources.</p>", 1975 "TaskRun$ExecutionTime": "<p>The amount of time (in seconds) that the task run consumed resources.</p>" 1976 } 1977 }, 1978 "ExistCondition": { 1979 "base": null, 1980 "refs": { 1981 "PutResourcePolicyRequest$PolicyExistsCondition": "<p>A value of <code>MUST_EXIST</code> is used to update a policy. A value of <code>NOT_EXIST</code> is used to create a new policy. If a value of <code>NONE</code> or a null value is used, the call does not depend on the existence of a policy.</p>" 1982 } 1983 }, 1984 "ExportLabelsTaskRunProperties": { 1985 "base": "<p>Specifies configuration properties for an exporting labels task run.</p>", 1986 "refs": { 1987 "TaskRunProperties$ExportLabelsTaskRunProperties": "<p>The configuration properties for an exporting labels task run.</p>" 1988 } 1989 }, 1990 "FieldType": { 1991 "base": null, 1992 "refs": { 1993 "MappingEntry$SourceType": "<p>The source type.</p>", 1994 "MappingEntry$TargetType": "<p>The target type.</p>" 1995 } 1996 }, 1997 "FilterString": { 1998 "base": null, 1999 "refs": { 2000 "GetTablesRequest$Expression": "<p>A regular expression pattern. If present, only those tables whose names match the pattern are returned.</p>" 2001 } 2002 }, 2003 "FindMatchesMetrics": { 2004 "base": "<p>The evaluation metrics for the find matches algorithm. The quality of your machine learning transform is measured by getting your transform to predict some matches and comparing the results to known matches from the same dataset. The quality metrics are based on a subset of your data, so they are not precise.</p>", 2005 "refs": { 2006 "EvaluationMetrics$FindMatchesMetrics": "<p>The evaluation metrics for the find matches algorithm.</p>" 2007 } 2008 }, 2009 "FindMatchesParameters": { 2010 "base": "<p>The parameters to configure the find matches transform.</p>", 2011 "refs": { 2012 "TransformParameters$FindMatchesParameters": "<p>The parameters for the find matches algorithm.</p>" 2013 } 2014 }, 2015 "FindMatchesTaskRunProperties": { 2016 "base": "<p>Specifies configuration properties for a Find Matches task run.</p>", 2017 "refs": { 2018 "TaskRunProperties$FindMatchesTaskRunProperties": "<p>The configuration properties for a find matches task run.</p>" 2019 } 2020 }, 2021 "FormatString": { 2022 "base": null, 2023 "refs": { 2024 "StorageDescriptor$InputFormat": "<p>The input format: <code>SequenceFileInputFormat</code> (binary), or <code>TextInputFormat</code>, or a custom format.</p>", 2025 "StorageDescriptor$OutputFormat": "<p>The output format: <code>SequenceFileOutputFormat</code> (binary), or <code>IgnoreKeyTextOutputFormat</code>, or a custom format.</p>" 2026 } 2027 }, 2028 "Generic512CharString": { 2029 "base": null, 2030 "refs": { 2031 "Blueprint$Description": "<p>The description of the blueprint.</p>", 2032 "CreateBlueprintRequest$Description": "<p>A description of the blueprint.</p>", 2033 "LastActiveDefinition$Description": "<p>The description of the blueprint.</p>", 2034 "UpdateBlueprintRequest$Description": "<p>A description of the blueprint.</p>" 2035 } 2036 }, 2037 "GenericBoundedDouble": { 2038 "base": null, 2039 "refs": { 2040 "ColumnImportance$Importance": "<p>The column importance score for the column, as a decimal.</p>", 2041 "FindMatchesMetrics$AreaUnderPRCurve": "<p>The area under the precision/recall curve (AUPRC) is a single number measuring the overall quality of the transform, that is independent of the choice made for precision vs. recall. Higher values indicate that you have a more attractive precision vs. recall tradeoff.</p> <p>For more information, see <a href=\"https://en.wikipedia.org/wiki/Precision_and_recall\">Precision and recall</a> in Wikipedia.</p>", 2042 "FindMatchesMetrics$Precision": "<p>The precision metric indicates when often your transform is correct when it predicts a match. Specifically, it measures how well the transform finds true positives from the total true positives possible.</p> <p>For more information, see <a href=\"https://en.wikipedia.org/wiki/Precision_and_recall\">Precision and recall</a> in Wikipedia.</p>", 2043 "FindMatchesMetrics$Recall": "<p>The recall metric indicates that for an actual match, how often your transform predicts the match. Specifically, it measures how well the transform finds true positives from the total records in the source data.</p> <p>For more information, see <a href=\"https://en.wikipedia.org/wiki/Precision_and_recall\">Precision and recall</a> in Wikipedia.</p>", 2044 "FindMatchesMetrics$F1": "<p>The maximum F1 metric indicates the transform's accuracy between 0 and 1, where 1 is the best accuracy.</p> <p>For more information, see <a href=\"https://en.wikipedia.org/wiki/F1_score\">F1 score</a> in Wikipedia.</p>", 2045 "FindMatchesParameters$PrecisionRecallTradeoff": "<p>The value selected when tuning your transform for a balance between precision and recall. A value of 0.5 means no preference; a value of 1.0 means a bias purely for precision, and a value of 0.0 means a bias for recall. Because this is a tradeoff, choosing values close to 1.0 means very low recall, and choosing values close to 0.0 results in very low precision.</p> <p>The precision metric indicates how often your model is correct when it predicts a match. </p> <p>The recall metric indicates that for an actual match, how often your model predicts the match.</p>", 2046 "FindMatchesParameters$AccuracyCostTradeoff": "<p>The value that is selected when tuning your transform for a balance between accuracy and cost. A value of 0.5 means that the system balances accuracy and cost concerns. A value of 1.0 means a bias purely for accuracy, which typically results in a higher cost, sometimes substantially higher. A value of 0.0 means a bias purely for cost, which results in a less accurate <code>FindMatches</code> transform, sometimes with unacceptable accuracy.</p> <p>Accuracy measures how well the transform finds true positives and true negatives. Increasing accuracy requires more machine resources and cost. But it also results in increased recall. </p> <p>Cost measures how many compute resources, and thus money, are consumed to run the transform.</p>" 2047 } 2048 }, 2049 "GenericMap": { 2050 "base": null, 2051 "refs": { 2052 "Action$Arguments": "<p>The job arguments used when this trigger fires. For this job run, they replace the default arguments set in the job definition itself.</p> <p>You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.</p> <p>For information about how to specify and consume your own Job arguments, see the <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html\">Calling Glue APIs in Python</a> topic in the developer guide.</p> <p>For information about the key-value pairs that Glue consumes to set up your job, see the <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html\">Special Parameters Used by Glue</a> topic in the developer guide.</p>", 2053 "CreateJobRequest$DefaultArguments": "<p>The default arguments for this job.</p> <p>You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.</p> <p>For information about how to specify and consume your own Job arguments, see the <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html\">Calling Glue APIs in Python</a> topic in the developer guide.</p> <p>For information about the key-value pairs that Glue consumes to set up your job, see the <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html\">Special Parameters Used by Glue</a> topic in the developer guide.</p>", 2054 "CreateJobRequest$NonOverridableArguments": "<p>Non-overridable arguments for this job, specified as name-value pairs.</p>", 2055 "Job$DefaultArguments": "<p>The default arguments for this job, specified as name-value pairs.</p> <p>You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.</p> <p>For information about how to specify and consume your own Job arguments, see the <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html\">Calling Glue APIs in Python</a> topic in the developer guide.</p> <p>For information about the key-value pairs that Glue consumes to set up your job, see the <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html\">Special Parameters Used by Glue</a> topic in the developer guide.</p>", 2056 "Job$NonOverridableArguments": "<p>Non-overridable arguments for this job, specified as name-value pairs.</p>", 2057 "JobRun$Arguments": "<p>The job arguments associated with this run. For this job run, they replace the default arguments set in the job definition itself.</p> <p>You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.</p> <p>For information about how to specify and consume your own job arguments, see the <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html\">Calling Glue APIs in Python</a> topic in the developer guide.</p> <p>For information about the key-value pairs that Glue consumes to set up your job, see the <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html\">Special Parameters Used by Glue</a> topic in the developer guide.</p>", 2058 "JobUpdate$DefaultArguments": "<p>The default arguments for this job.</p> <p>You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.</p> <p>For information about how to specify and consume your own Job arguments, see the <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html\">Calling Glue APIs in Python</a> topic in the developer guide.</p> <p>For information about the key-value pairs that Glue consumes to set up your job, see the <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html\">Special Parameters Used by Glue</a> topic in the developer guide.</p>", 2059 "JobUpdate$NonOverridableArguments": "<p>Non-overridable arguments for this job, specified as name-value pairs.</p>", 2060 "StartJobRunRequest$Arguments": "<p>The job arguments specifically for this run. For this job run, they replace the default arguments set in the job definition itself.</p> <p>You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.</p> <p>For information about how to specify and consume your own Job arguments, see the <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html\">Calling Glue APIs in Python</a> topic in the developer guide.</p> <p>For information about the key-value pairs that Glue consumes to set up your job, see the <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html\">Special Parameters Used by Glue</a> topic in the developer guide.</p>" 2061 } 2062 }, 2063 "GenericString": { 2064 "base": null, 2065 "refs": { 2066 "AdditionalPlanOptionsMap$key": null, 2067 "AdditionalPlanOptionsMap$value": null, 2068 "Blueprint$BlueprintLocation": "<p>Specifies the path in Amazon S3 where the blueprint is published.</p>", 2069 "Blueprint$BlueprintServiceLocation": "<p>Specifies a path in Amazon S3 where the blueprint is copied when you call <code>CreateBlueprint/UpdateBlueprint</code> to register the blueprint in Glue.</p>", 2070 "CreateDevEndpointRequest$EndpointName": "<p>The name to be assigned to the new <code>DevEndpoint</code>.</p>", 2071 "CreateDevEndpointRequest$SubnetId": "<p>The subnet ID for the new <code>DevEndpoint</code> to use.</p>", 2072 "CreateDevEndpointRequest$PublicKey": "<p>The public key to be used by this <code>DevEndpoint</code> for authentication. This attribute is provided for backward compatibility because the recommended attribute to use is public keys.</p>", 2073 "CreateDevEndpointRequest$ExtraPythonLibsS3Path": "<p>The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your <code>DevEndpoint</code>. Multiple values must be complete paths separated by a comma.</p> <note> <p>You can only use pure Python libraries with a <code>DevEndpoint</code>. Libraries that rely on C extensions, such as the <a href=\"http://pandas.pydata.org/\">pandas</a> Python data analysis library, are not yet supported.</p> </note>", 2074 "CreateDevEndpointRequest$ExtraJarsS3Path": "<p>The path to one or more Java <code>.jar</code> files in an S3 bucket that should be loaded in your <code>DevEndpoint</code>.</p>", 2075 "CreateDevEndpointResponse$EndpointName": "<p>The name assigned to the new <code>DevEndpoint</code>.</p>", 2076 "CreateDevEndpointResponse$Status": "<p>The current status of the new <code>DevEndpoint</code>.</p>", 2077 "CreateDevEndpointResponse$SubnetId": "<p>The subnet ID assigned to the new <code>DevEndpoint</code>.</p>", 2078 "CreateDevEndpointResponse$YarnEndpointAddress": "<p>The address of the YARN endpoint used by this <code>DevEndpoint</code>.</p>", 2079 "CreateDevEndpointResponse$AvailabilityZone": "<p>The AWS Availability Zone where this <code>DevEndpoint</code> is located.</p>", 2080 "CreateDevEndpointResponse$VpcId": "<p>The ID of the virtual private cloud (VPC) used by this <code>DevEndpoint</code>.</p>", 2081 "CreateDevEndpointResponse$ExtraPythonLibsS3Path": "<p>The paths to one or more Python libraries in an S3 bucket that will be loaded in your <code>DevEndpoint</code>.</p>", 2082 "CreateDevEndpointResponse$ExtraJarsS3Path": "<p>Path to one or more Java <code>.jar</code> files in an S3 bucket that will be loaded in your <code>DevEndpoint</code>.</p>", 2083 "CreateDevEndpointResponse$FailureReason": "<p>The reason for a current failure in this <code>DevEndpoint</code>.</p>", 2084 "CreateTriggerRequest$Schedule": "<p>A <code>cron</code> expression used to specify the schedule (see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html\">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, you would specify: <code>cron(15 12 * * ? *)</code>.</p> <p>This field is required when the trigger type is SCHEDULED.</p>", 2085 "CreateWorkflowRequest$Description": "<p>A description of the workflow.</p>", 2086 "DeleteDevEndpointRequest$EndpointName": "<p>The name of the <code>DevEndpoint</code>.</p>", 2087 "DevEndpoint$EndpointName": "<p>The name of the <code>DevEndpoint</code>.</p>", 2088 "DevEndpoint$SubnetId": "<p>The subnet ID for this <code>DevEndpoint</code>.</p>", 2089 "DevEndpoint$YarnEndpointAddress": "<p>The YARN endpoint address used by this <code>DevEndpoint</code>.</p>", 2090 "DevEndpoint$PrivateAddress": "<p>A private IP address to access the <code>DevEndpoint</code> within a VPC if the <code>DevEndpoint</code> is created within one. The <code>PrivateAddress</code> field is present only when you create the <code>DevEndpoint</code> within your VPC.</p>", 2091 "DevEndpoint$PublicAddress": "<p>The public IP address used by this <code>DevEndpoint</code>. The <code>PublicAddress</code> field is present only when you create a non-virtual private cloud (VPC) <code>DevEndpoint</code>.</p>", 2092 "DevEndpoint$Status": "<p>The current status of this <code>DevEndpoint</code>.</p>", 2093 "DevEndpoint$AvailabilityZone": "<p>The AWS Availability Zone where this <code>DevEndpoint</code> is located.</p>", 2094 "DevEndpoint$VpcId": "<p>The ID of the virtual private cloud (VPC) used by this <code>DevEndpoint</code>.</p>", 2095 "DevEndpoint$ExtraPythonLibsS3Path": "<p>The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your <code>DevEndpoint</code>. Multiple values must be complete paths separated by a comma.</p> <note> <p>You can only use pure Python libraries with a <code>DevEndpoint</code>. Libraries that rely on C extensions, such as the <a href=\"http://pandas.pydata.org/\">pandas</a> Python data analysis library, are not currently supported.</p> </note>", 2096 "DevEndpoint$ExtraJarsS3Path": "<p>The path to one or more Java <code>.jar</code> files in an S3 bucket that should be loaded in your <code>DevEndpoint</code>.</p> <note> <p>You can only use pure Java/Scala libraries with a <code>DevEndpoint</code>.</p> </note>", 2097 "DevEndpoint$FailureReason": "<p>The reason for a current failure in this <code>DevEndpoint</code>.</p>", 2098 "DevEndpoint$LastUpdateStatus": "<p>The status of the last update.</p>", 2099 "DevEndpoint$PublicKey": "<p>The public key to be used by this <code>DevEndpoint</code> for authentication. This attribute is provided for backward compatibility because the recommended attribute to use is public keys.</p>", 2100 "DevEndpointCustomLibraries$ExtraPythonLibsS3Path": "<p>The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should be loaded in your <code>DevEndpoint</code>. Multiple values must be complete paths separated by a comma.</p> <note> <p>You can only use pure Python libraries with a <code>DevEndpoint</code>. Libraries that rely on C extensions, such as the <a href=\"http://pandas.pydata.org/\">pandas</a> Python data analysis library, are not currently supported.</p> </note>", 2101 "DevEndpointCustomLibraries$ExtraJarsS3Path": "<p>The path to one or more Java <code>.jar</code> files in an S3 bucket that should be loaded in your <code>DevEndpoint</code>.</p> <note> <p>You can only use pure Java/Scala libraries with a <code>DevEndpoint</code>.</p> </note>", 2102 "DevEndpointNames$member": null, 2103 "GenericMap$key": null, 2104 "GenericMap$value": null, 2105 "GetBlueprintRunsRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>", 2106 "GetBlueprintRunsResponse$NextToken": "<p>A continuation token, if not all blueprint runs have been returned.</p>", 2107 "GetDevEndpointRequest$EndpointName": "<p>Name of the <code>DevEndpoint</code> to retrieve information for.</p>", 2108 "GetDevEndpointsRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>", 2109 "GetDevEndpointsResponse$NextToken": "<p>A continuation token, if not all <code>DevEndpoint</code> definitions have yet been returned.</p>", 2110 "GetJobRunsRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>", 2111 "GetJobRunsResponse$NextToken": "<p>A continuation token, if not all requested job runs have been returned.</p>", 2112 "GetJobsRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>", 2113 "GetJobsResponse$NextToken": "<p>A continuation token, if not all job definitions have yet been returned.</p>", 2114 "GetMLTaskRunResponse$LogGroupName": "<p>The names of the log groups that are associated with the task run.</p>", 2115 "GetMLTaskRunResponse$ErrorString": "<p>The error strings that are associated with the task run.</p>", 2116 "GetSecurityConfigurationsRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>", 2117 "GetSecurityConfigurationsResponse$NextToken": "<p>A continuation token, if there are more security configurations to return.</p>", 2118 "GetTriggersRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>", 2119 "GetTriggersResponse$NextToken": "<p>A continuation token, if not all the requested triggers have yet been returned.</p>", 2120 "GetWorkflowRunsRequest$NextToken": "<p>The maximum size of the response.</p>", 2121 "GetWorkflowRunsResponse$NextToken": "<p>A continuation token, if not all requested workflow runs have been returned.</p>", 2122 "JobCommand$Name": "<p>The name of the job command. For an Apache Spark ETL job, this must be <code>glueetl</code>. For a Python shell job, it must be <code>pythonshell</code>. For an Apache Spark streaming ETL job, this must be <code>gluestreaming</code>.</p>", 2123 "JobRun$LogGroupName": "<p>The name of the log group for secure logging that can be server-side encrypted in Amazon CloudWatch using KMS. This name can be <code>/aws-glue/jobs/</code>, in which case the default encryption is <code>NONE</code>. If you add a role name and <code>SecurityConfiguration</code> name (in other words, <code>/aws-glue/jobs-yourRoleName-yourSecurityConfigurationName/</code>), then that security configuration is used to encrypt the log group.</p>", 2124 "LastActiveDefinition$BlueprintLocation": "<p>Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.</p>", 2125 "LastActiveDefinition$BlueprintServiceLocation": "<p>Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.</p>", 2126 "ListBlueprintsRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>", 2127 "ListBlueprintsResponse$NextToken": "<p>A continuation token, if not all blueprint names have been returned.</p>", 2128 "ListDevEndpointsRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>", 2129 "ListDevEndpointsResponse$NextToken": "<p>A continuation token, if the returned list does not contain the last metric available.</p>", 2130 "ListJobsRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>", 2131 "ListJobsResponse$NextToken": "<p>A continuation token, if the returned list does not contain the last metric available.</p>", 2132 "ListTriggersRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>", 2133 "ListTriggersResponse$NextToken": "<p>A continuation token, if the returned list does not contain the last metric available.</p>", 2134 "ListWorkflowsRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>", 2135 "ListWorkflowsResponse$NextToken": "<p>A continuation token, if not all workflow names have been returned.</p>", 2136 "MapValue$key": null, 2137 "MapValue$value": null, 2138 "OrchestrationStringList$member": null, 2139 "PublicKeysList$member": null, 2140 "StringList$member": null, 2141 "TaskRun$LogGroupName": "<p>The names of the log group for secure logging, associated with this task run.</p>", 2142 "TaskRun$ErrorString": "<p>The list of error strings associated with this task run.</p>", 2143 "Trigger$Schedule": "<p>A <code>cron</code> expression used to specify the schedule (see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html\">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, you would specify: <code>cron(15 12 * * ? *)</code>.</p>", 2144 "TriggerUpdate$Schedule": "<p>A <code>cron</code> expression used to specify the schedule (see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html\">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, you would specify: <code>cron(15 12 * * ? *)</code>.</p>", 2145 "UpdateDevEndpointRequest$EndpointName": "<p>The name of the <code>DevEndpoint</code> to be updated.</p>", 2146 "UpdateDevEndpointRequest$PublicKey": "<p>The public key for the <code>DevEndpoint</code> to use.</p>", 2147 "UpdateWorkflowRequest$Description": "<p>The description of the workflow.</p>", 2148 "Workflow$Description": "<p>A description of the workflow.</p>", 2149 "WorkflowRunProperties$value": null 2150 } 2151 }, 2152 "GetBlueprintRequest": { 2153 "base": null, 2154 "refs": { 2155 } 2156 }, 2157 "GetBlueprintResponse": { 2158 "base": null, 2159 "refs": { 2160 } 2161 }, 2162 "GetBlueprintRunRequest": { 2163 "base": null, 2164 "refs": { 2165 } 2166 }, 2167 "GetBlueprintRunResponse": { 2168 "base": null, 2169 "refs": { 2170 } 2171 }, 2172 "GetBlueprintRunsRequest": { 2173 "base": null, 2174 "refs": { 2175 } 2176 }, 2177 "GetBlueprintRunsResponse": { 2178 "base": null, 2179 "refs": { 2180 } 2181 }, 2182 "GetCatalogImportStatusRequest": { 2183 "base": null, 2184 "refs": { 2185 } 2186 }, 2187 "GetCatalogImportStatusResponse": { 2188 "base": null, 2189 "refs": { 2190 } 2191 }, 2192 "GetClassifierRequest": { 2193 "base": null, 2194 "refs": { 2195 } 2196 }, 2197 "GetClassifierResponse": { 2198 "base": null, 2199 "refs": { 2200 } 2201 }, 2202 "GetClassifiersRequest": { 2203 "base": null, 2204 "refs": { 2205 } 2206 }, 2207 "GetClassifiersResponse": { 2208 "base": null, 2209 "refs": { 2210 } 2211 }, 2212 "GetColumnNamesList": { 2213 "base": null, 2214 "refs": { 2215 "GetColumnStatisticsForPartitionRequest$ColumnNames": "<p>A list of the column names.</p>", 2216 "GetColumnStatisticsForTableRequest$ColumnNames": "<p>A list of the column names.</p>" 2217 } 2218 }, 2219 "GetColumnStatisticsForPartitionRequest": { 2220 "base": null, 2221 "refs": { 2222 } 2223 }, 2224 "GetColumnStatisticsForPartitionResponse": { 2225 "base": null, 2226 "refs": { 2227 } 2228 }, 2229 "GetColumnStatisticsForTableRequest": { 2230 "base": null, 2231 "refs": { 2232 } 2233 }, 2234 "GetColumnStatisticsForTableResponse": { 2235 "base": null, 2236 "refs": { 2237 } 2238 }, 2239 "GetConnectionRequest": { 2240 "base": null, 2241 "refs": { 2242 } 2243 }, 2244 "GetConnectionResponse": { 2245 "base": null, 2246 "refs": { 2247 } 2248 }, 2249 "GetConnectionsFilter": { 2250 "base": "<p>Filters the connection definitions that are returned by the <code>GetConnections</code> API operation.</p>", 2251 "refs": { 2252 "GetConnectionsRequest$Filter": "<p>A filter that controls which connections are returned.</p>" 2253 } 2254 }, 2255 "GetConnectionsRequest": { 2256 "base": null, 2257 "refs": { 2258 } 2259 }, 2260 "GetConnectionsResponse": { 2261 "base": null, 2262 "refs": { 2263 } 2264 }, 2265 "GetCrawlerMetricsRequest": { 2266 "base": null, 2267 "refs": { 2268 } 2269 }, 2270 "GetCrawlerMetricsResponse": { 2271 "base": null, 2272 "refs": { 2273 } 2274 }, 2275 "GetCrawlerRequest": { 2276 "base": null, 2277 "refs": { 2278 } 2279 }, 2280 "GetCrawlerResponse": { 2281 "base": null, 2282 "refs": { 2283 } 2284 }, 2285 "GetCrawlersRequest": { 2286 "base": null, 2287 "refs": { 2288 } 2289 }, 2290 "GetCrawlersResponse": { 2291 "base": null, 2292 "refs": { 2293 } 2294 }, 2295 "GetDataCatalogEncryptionSettingsRequest": { 2296 "base": null, 2297 "refs": { 2298 } 2299 }, 2300 "GetDataCatalogEncryptionSettingsResponse": { 2301 "base": null, 2302 "refs": { 2303 } 2304 }, 2305 "GetDatabaseRequest": { 2306 "base": null, 2307 "refs": { 2308 } 2309 }, 2310 "GetDatabaseResponse": { 2311 "base": null, 2312 "refs": { 2313 } 2314 }, 2315 "GetDatabasesRequest": { 2316 "base": null, 2317 "refs": { 2318 } 2319 }, 2320 "GetDatabasesResponse": { 2321 "base": null, 2322 "refs": { 2323 } 2324 }, 2325 "GetDataflowGraphRequest": { 2326 "base": null, 2327 "refs": { 2328 } 2329 }, 2330 "GetDataflowGraphResponse": { 2331 "base": null, 2332 "refs": { 2333 } 2334 }, 2335 "GetDevEndpointRequest": { 2336 "base": null, 2337 "refs": { 2338 } 2339 }, 2340 "GetDevEndpointResponse": { 2341 "base": null, 2342 "refs": { 2343 } 2344 }, 2345 "GetDevEndpointsRequest": { 2346 "base": null, 2347 "refs": { 2348 } 2349 }, 2350 "GetDevEndpointsResponse": { 2351 "base": null, 2352 "refs": { 2353 } 2354 }, 2355 "GetJobBookmarkRequest": { 2356 "base": null, 2357 "refs": { 2358 } 2359 }, 2360 "GetJobBookmarkResponse": { 2361 "base": null, 2362 "refs": { 2363 } 2364 }, 2365 "GetJobRequest": { 2366 "base": null, 2367 "refs": { 2368 } 2369 }, 2370 "GetJobResponse": { 2371 "base": null, 2372 "refs": { 2373 } 2374 }, 2375 "GetJobRunRequest": { 2376 "base": null, 2377 "refs": { 2378 } 2379 }, 2380 "GetJobRunResponse": { 2381 "base": null, 2382 "refs": { 2383 } 2384 }, 2385 "GetJobRunsRequest": { 2386 "base": null, 2387 "refs": { 2388 } 2389 }, 2390 "GetJobRunsResponse": { 2391 "base": null, 2392 "refs": { 2393 } 2394 }, 2395 "GetJobsRequest": { 2396 "base": null, 2397 "refs": { 2398 } 2399 }, 2400 "GetJobsResponse": { 2401 "base": null, 2402 "refs": { 2403 } 2404 }, 2405 "GetMLTaskRunRequest": { 2406 "base": null, 2407 "refs": { 2408 } 2409 }, 2410 "GetMLTaskRunResponse": { 2411 "base": null, 2412 "refs": { 2413 } 2414 }, 2415 "GetMLTaskRunsRequest": { 2416 "base": null, 2417 "refs": { 2418 } 2419 }, 2420 "GetMLTaskRunsResponse": { 2421 "base": null, 2422 "refs": { 2423 } 2424 }, 2425 "GetMLTransformRequest": { 2426 "base": null, 2427 "refs": { 2428 } 2429 }, 2430 "GetMLTransformResponse": { 2431 "base": null, 2432 "refs": { 2433 } 2434 }, 2435 "GetMLTransformsRequest": { 2436 "base": null, 2437 "refs": { 2438 } 2439 }, 2440 "GetMLTransformsResponse": { 2441 "base": null, 2442 "refs": { 2443 } 2444 }, 2445 "GetMappingRequest": { 2446 "base": null, 2447 "refs": { 2448 } 2449 }, 2450 "GetMappingResponse": { 2451 "base": null, 2452 "refs": { 2453 } 2454 }, 2455 "GetPartitionIndexesRequest": { 2456 "base": null, 2457 "refs": { 2458 } 2459 }, 2460 "GetPartitionIndexesResponse": { 2461 "base": null, 2462 "refs": { 2463 } 2464 }, 2465 "GetPartitionRequest": { 2466 "base": null, 2467 "refs": { 2468 } 2469 }, 2470 "GetPartitionResponse": { 2471 "base": null, 2472 "refs": { 2473 } 2474 }, 2475 "GetPartitionsRequest": { 2476 "base": null, 2477 "refs": { 2478 } 2479 }, 2480 "GetPartitionsResponse": { 2481 "base": null, 2482 "refs": { 2483 } 2484 }, 2485 "GetPlanRequest": { 2486 "base": null, 2487 "refs": { 2488 } 2489 }, 2490 "GetPlanResponse": { 2491 "base": null, 2492 "refs": { 2493 } 2494 }, 2495 "GetRegistryInput": { 2496 "base": null, 2497 "refs": { 2498 } 2499 }, 2500 "GetRegistryResponse": { 2501 "base": null, 2502 "refs": { 2503 } 2504 }, 2505 "GetResourcePoliciesRequest": { 2506 "base": null, 2507 "refs": { 2508 } 2509 }, 2510 "GetResourcePoliciesResponse": { 2511 "base": null, 2512 "refs": { 2513 } 2514 }, 2515 "GetResourcePoliciesResponseList": { 2516 "base": null, 2517 "refs": { 2518 "GetResourcePoliciesResponse$GetResourcePoliciesResponseList": "<p>A list of the individual resource policies and the account-level resource policy.</p>" 2519 } 2520 }, 2521 "GetResourcePolicyRequest": { 2522 "base": null, 2523 "refs": { 2524 } 2525 }, 2526 "GetResourcePolicyResponse": { 2527 "base": null, 2528 "refs": { 2529 } 2530 }, 2531 "GetSchemaByDefinitionInput": { 2532 "base": null, 2533 "refs": { 2534 } 2535 }, 2536 "GetSchemaByDefinitionResponse": { 2537 "base": null, 2538 "refs": { 2539 } 2540 }, 2541 "GetSchemaInput": { 2542 "base": null, 2543 "refs": { 2544 } 2545 }, 2546 "GetSchemaResponse": { 2547 "base": null, 2548 "refs": { 2549 } 2550 }, 2551 "GetSchemaVersionInput": { 2552 "base": null, 2553 "refs": { 2554 } 2555 }, 2556 "GetSchemaVersionResponse": { 2557 "base": null, 2558 "refs": { 2559 } 2560 }, 2561 "GetSchemaVersionsDiffInput": { 2562 "base": null, 2563 "refs": { 2564 } 2565 }, 2566 "GetSchemaVersionsDiffResponse": { 2567 "base": null, 2568 "refs": { 2569 } 2570 }, 2571 "GetSecurityConfigurationRequest": { 2572 "base": null, 2573 "refs": { 2574 } 2575 }, 2576 "GetSecurityConfigurationResponse": { 2577 "base": null, 2578 "refs": { 2579 } 2580 }, 2581 "GetSecurityConfigurationsRequest": { 2582 "base": null, 2583 "refs": { 2584 } 2585 }, 2586 "GetSecurityConfigurationsResponse": { 2587 "base": null, 2588 "refs": { 2589 } 2590 }, 2591 "GetTableRequest": { 2592 "base": null, 2593 "refs": { 2594 } 2595 }, 2596 "GetTableResponse": { 2597 "base": null, 2598 "refs": { 2599 } 2600 }, 2601 "GetTableVersionRequest": { 2602 "base": null, 2603 "refs": { 2604 } 2605 }, 2606 "GetTableVersionResponse": { 2607 "base": null, 2608 "refs": { 2609 } 2610 }, 2611 "GetTableVersionsList": { 2612 "base": null, 2613 "refs": { 2614 "GetTableVersionsResponse$TableVersions": "<p>A list of strings identifying available versions of the specified table.</p>" 2615 } 2616 }, 2617 "GetTableVersionsRequest": { 2618 "base": null, 2619 "refs": { 2620 } 2621 }, 2622 "GetTableVersionsResponse": { 2623 "base": null, 2624 "refs": { 2625 } 2626 }, 2627 "GetTablesRequest": { 2628 "base": null, 2629 "refs": { 2630 } 2631 }, 2632 "GetTablesResponse": { 2633 "base": null, 2634 "refs": { 2635 } 2636 }, 2637 "GetTagsRequest": { 2638 "base": null, 2639 "refs": { 2640 } 2641 }, 2642 "GetTagsResponse": { 2643 "base": null, 2644 "refs": { 2645 } 2646 }, 2647 "GetTriggerRequest": { 2648 "base": null, 2649 "refs": { 2650 } 2651 }, 2652 "GetTriggerResponse": { 2653 "base": null, 2654 "refs": { 2655 } 2656 }, 2657 "GetTriggersRequest": { 2658 "base": null, 2659 "refs": { 2660 } 2661 }, 2662 "GetTriggersResponse": { 2663 "base": null, 2664 "refs": { 2665 } 2666 }, 2667 "GetUserDefinedFunctionRequest": { 2668 "base": null, 2669 "refs": { 2670 } 2671 }, 2672 "GetUserDefinedFunctionResponse": { 2673 "base": null, 2674 "refs": { 2675 } 2676 }, 2677 "GetUserDefinedFunctionsRequest": { 2678 "base": null, 2679 "refs": { 2680 } 2681 }, 2682 "GetUserDefinedFunctionsResponse": { 2683 "base": null, 2684 "refs": { 2685 } 2686 }, 2687 "GetWorkflowRequest": { 2688 "base": null, 2689 "refs": { 2690 } 2691 }, 2692 "GetWorkflowResponse": { 2693 "base": null, 2694 "refs": { 2695 } 2696 }, 2697 "GetWorkflowRunPropertiesRequest": { 2698 "base": null, 2699 "refs": { 2700 } 2701 }, 2702 "GetWorkflowRunPropertiesResponse": { 2703 "base": null, 2704 "refs": { 2705 } 2706 }, 2707 "GetWorkflowRunRequest": { 2708 "base": null, 2709 "refs": { 2710 } 2711 }, 2712 "GetWorkflowRunResponse": { 2713 "base": null, 2714 "refs": { 2715 } 2716 }, 2717 "GetWorkflowRunsRequest": { 2718 "base": null, 2719 "refs": { 2720 } 2721 }, 2722 "GetWorkflowRunsResponse": { 2723 "base": null, 2724 "refs": { 2725 } 2726 }, 2727 "GlueEncryptionException": { 2728 "base": "<p>An encryption operation failed.</p>", 2729 "refs": { 2730 } 2731 }, 2732 "GluePolicy": { 2733 "base": "<p>A structure for returning a resource policy.</p>", 2734 "refs": { 2735 "GetResourcePoliciesResponseList$member": null 2736 } 2737 }, 2738 "GlueResourceArn": { 2739 "base": null, 2740 "refs": { 2741 "CreateRegistryResponse$RegistryArn": "<p>The Amazon Resource Name (ARN) of the newly created registry.</p>", 2742 "CreateSchemaResponse$RegistryArn": "<p>The Amazon Resource Name (ARN) of the registry.</p>", 2743 "CreateSchemaResponse$SchemaArn": "<p>The Amazon Resource Name (ARN) of the schema.</p>", 2744 "DeleteRegistryResponse$RegistryArn": "<p>The Amazon Resource Name (ARN) of the registry being deleted.</p>", 2745 "DeleteResourcePolicyRequest$ResourceArn": "<p>The ARN of the Glue resource for the resource policy to be deleted.</p>", 2746 "DeleteSchemaResponse$SchemaArn": "<p>The Amazon Resource Name (ARN) of the schema being deleted.</p>", 2747 "GetRegistryResponse$RegistryArn": "<p>The Amazon Resource Name (ARN) of the registry.</p>", 2748 "GetResourcePolicyRequest$ResourceArn": "<p>The ARN of the Glue resource for which to retrieve the resource policy. If not supplied, the Data Catalog resource policy is returned. Use <code>GetResourcePolicies</code> to view all existing resource policies. For more information see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/glue-specifying-resource-arns.html\">Specifying Glue Resource ARNs</a>. </p>", 2749 "GetSchemaByDefinitionResponse$SchemaArn": "<p>The Amazon Resource Name (ARN) of the schema.</p>", 2750 "GetSchemaResponse$RegistryArn": "<p>The Amazon Resource Name (ARN) of the registry.</p>", 2751 "GetSchemaResponse$SchemaArn": "<p>The Amazon Resource Name (ARN) of the schema.</p>", 2752 "GetSchemaVersionResponse$SchemaArn": "<p>The Amazon Resource Name (ARN) of the schema.</p>", 2753 "GetTagsRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource for which to retrieve tags.</p>", 2754 "PutResourcePolicyRequest$ResourceArn": "<p>Do not use. For internal use only.</p>", 2755 "PutSchemaVersionMetadataResponse$SchemaArn": "<p>The Amazon Resource Name (ARN) for the schema.</p>", 2756 "RegistryId$RegistryArn": "<p>Arn of the registry to be updated. One of <code>RegistryArn</code> or <code>RegistryName</code> has to be provided.</p>", 2757 "RegistryListItem$RegistryArn": "<p>The Amazon Resource Name (ARN) of the registry.</p>", 2758 "RemoveSchemaVersionMetadataResponse$SchemaArn": "<p>The Amazon Resource Name (ARN) of the schema.</p>", 2759 "SchemaId$SchemaArn": "<p>The Amazon Resource Name (ARN) of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>", 2760 "SchemaListItem$SchemaArn": "<p>The Amazon Resource Name (ARN) for the schema.</p>", 2761 "SchemaVersionListItem$SchemaArn": "<p>The Amazon Resource Name (ARN) of the schema.</p>", 2762 "TagResourceRequest$ResourceArn": "<p>The ARN of the Glue resource to which to add the tags. For more information about Glue resource ARNs, see the <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html#aws-glue-api-regex-aws-glue-arn-id\">Glue ARN string pattern</a>.</p>", 2763 "UntagResourceRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource from which to remove the tags.</p>", 2764 "UpdateRegistryResponse$RegistryArn": "<p>The Amazon Resource name (ARN) of the updated registry.</p>", 2765 "UpdateSchemaResponse$SchemaArn": "<p>The Amazon Resource Name (ARN) of the schema.</p>" 2766 } 2767 }, 2768 "GlueTable": { 2769 "base": "<p>The database and table in the Glue Data Catalog that is used for input or output data.</p>", 2770 "refs": { 2771 "GlueTables$member": null 2772 } 2773 }, 2774 "GlueTables": { 2775 "base": null, 2776 "refs": { 2777 "CreateMLTransformRequest$InputRecordTables": "<p>A list of Glue table definitions used by the transform.</p>", 2778 "GetMLTransformResponse$InputRecordTables": "<p>A list of Glue table definitions used by the transform.</p>", 2779 "MLTransform$InputRecordTables": "<p>A list of Glue table definitions used by the transform.</p>" 2780 } 2781 }, 2782 "GlueVersionString": { 2783 "base": null, 2784 "refs": { 2785 "CreateDevEndpointRequest$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints. </p> <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Development endpoints that are created without specifying a Glue version default to Glue 0.9.</p> <p>You can specify a version of Python support for development endpoints by using the <code>Arguments</code> parameter in the <code>CreateDevEndpoint</code> or <code>UpdateDevEndpoint</code> APIs. If no arguments are provided, the version defaults to Python 2.</p>", 2786 "CreateDevEndpointResponse$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints. </p> <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p>", 2787 "CreateJobRequest$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for jobs of type Spark. </p> <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>", 2788 "CreateMLTransformRequest$GlueVersion": "<p>This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/release-notes.html#release-notes-versions\">Glue Versions</a> in the developer guide.</p>", 2789 "DevEndpoint$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints. </p> <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Development endpoints that are created without specifying a Glue version default to Glue 0.9.</p> <p>You can specify a version of Python support for development endpoints by using the <code>Arguments</code> parameter in the <code>CreateDevEndpoint</code> or <code>UpdateDevEndpoint</code> APIs. If no arguments are provided, the version defaults to Python 2.</p>", 2790 "GetMLTransformResponse$GlueVersion": "<p>This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/release-notes.html#release-notes-versions\">Glue Versions</a> in the developer guide.</p>", 2791 "Job$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for jobs of type Spark. </p> <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>", 2792 "JobRun$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for jobs of type Spark. </p> <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>", 2793 "JobUpdate$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for jobs of type Spark. </p> <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p>", 2794 "MLTransform$GlueVersion": "<p>This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/release-notes.html#release-notes-versions\">Glue Versions</a> in the developer guide.</p>", 2795 "TransformFilterCriteria$GlueVersion": "<p>This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/release-notes.html#release-notes-versions\">Glue Versions</a> in the developer guide.</p>", 2796 "UpdateMLTransformRequest$GlueVersion": "<p>This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/release-notes.html#release-notes-versions\">Glue Versions</a> in the developer guide.</p>" 2797 } 2798 }, 2799 "GrokClassifier": { 2800 "base": "<p>A classifier that uses <code>grok</code> patterns.</p>", 2801 "refs": { 2802 "Classifier$GrokClassifier": "<p>A classifier that uses <code>grok</code>.</p>" 2803 } 2804 }, 2805 "GrokPattern": { 2806 "base": null, 2807 "refs": { 2808 "CreateGrokClassifierRequest$GrokPattern": "<p>The grok pattern used by this classifier.</p>", 2809 "GrokClassifier$GrokPattern": "<p>The grok pattern applied to a data store by this classifier. For more information, see built-in patterns in <a href=\"https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html\">Writing Custom Classifiers</a>.</p>", 2810 "UpdateGrokClassifierRequest$GrokPattern": "<p>The grok pattern used by this classifier.</p>" 2811 } 2812 }, 2813 "HashString": { 2814 "base": null, 2815 "refs": { 2816 "CancelMLTaskRunRequest$TransformId": "<p>The unique identifier of the machine learning transform.</p>", 2817 "CancelMLTaskRunRequest$TaskRunId": "<p>A unique identifier for the task run.</p>", 2818 "CancelMLTaskRunResponse$TransformId": "<p>The unique identifier of the machine learning transform.</p>", 2819 "CancelMLTaskRunResponse$TaskRunId": "<p>The unique identifier for the task run.</p>", 2820 "CreateMLTransformResponse$TransformId": "<p>A unique identifier that is generated for the transform.</p>", 2821 "DeleteMLTransformRequest$TransformId": "<p>The unique identifier of the transform to delete.</p>", 2822 "DeleteMLTransformResponse$TransformId": "<p>The unique identifier of the transform that was deleted.</p>", 2823 "DeleteResourcePolicyRequest$PolicyHashCondition": "<p>The hash value returned when this policy was set.</p>", 2824 "FindMatchesTaskRunProperties$JobId": "<p>The job ID for the Find Matches task run.</p>", 2825 "FindMatchesTaskRunProperties$JobRunId": "<p>The job run ID for the Find Matches task run.</p>", 2826 "GetMLTaskRunRequest$TransformId": "<p>The unique identifier of the machine learning transform.</p>", 2827 "GetMLTaskRunRequest$TaskRunId": "<p>The unique identifier of the task run.</p>", 2828 "GetMLTaskRunResponse$TransformId": "<p>The unique identifier of the task run.</p>", 2829 "GetMLTaskRunResponse$TaskRunId": "<p>The unique run identifier associated with this run.</p>", 2830 "GetMLTaskRunsRequest$TransformId": "<p>The unique identifier of the machine learning transform.</p>", 2831 "GetMLTransformRequest$TransformId": "<p>The unique identifier of the transform, generated at the time that the transform was created.</p>", 2832 "GetMLTransformResponse$TransformId": "<p>The unique identifier of the transform, generated at the time that the transform was created.</p>", 2833 "GetResourcePolicyResponse$PolicyHash": "<p>Contains the hash value associated with this policy.</p>", 2834 "GluePolicy$PolicyHash": "<p>Contains the hash value associated with this policy.</p>", 2835 "MLTransform$TransformId": "<p>The unique transform ID that is generated for the machine learning transform. The ID is guaranteed to be unique and does not change.</p>", 2836 "PutResourcePolicyRequest$PolicyHashCondition": "<p>The hash value returned when the previous policy was set using <code>PutResourcePolicy</code>. Its purpose is to prevent concurrent modifications of a policy. Do not use this parameter if no previous policy has been set.</p>", 2837 "PutResourcePolicyResponse$PolicyHash": "<p>A hash of the policy that has just been set. This must be included in a subsequent call that overwrites or updates this policy.</p>", 2838 "StartExportLabelsTaskRunRequest$TransformId": "<p>The unique identifier of the machine learning transform.</p>", 2839 "StartExportLabelsTaskRunResponse$TaskRunId": "<p>The unique identifier for the task run.</p>", 2840 "StartImportLabelsTaskRunRequest$TransformId": "<p>The unique identifier of the machine learning transform.</p>", 2841 "StartImportLabelsTaskRunResponse$TaskRunId": "<p>The unique identifier for the task run.</p>", 2842 "StartMLEvaluationTaskRunRequest$TransformId": "<p>The unique identifier of the machine learning transform.</p>", 2843 "StartMLEvaluationTaskRunResponse$TaskRunId": "<p>The unique identifier associated with this run.</p>", 2844 "StartMLLabelingSetGenerationTaskRunRequest$TransformId": "<p>The unique identifier of the machine learning transform.</p>", 2845 "StartMLLabelingSetGenerationTaskRunResponse$TaskRunId": "<p>The unique run identifier that is associated with this task run.</p>", 2846 "TaskRun$TransformId": "<p>The unique identifier for the transform.</p>", 2847 "TaskRun$TaskRunId": "<p>The unique identifier for this task run.</p>", 2848 "TransformIdList$member": null, 2849 "UpdateMLTransformRequest$TransformId": "<p>A unique identifier that was generated when the transform was created.</p>", 2850 "UpdateMLTransformResponse$TransformId": "<p>The unique identifier for the transform that was updated.</p>" 2851 } 2852 }, 2853 "IdString": { 2854 "base": null, 2855 "refs": { 2856 "BatchStopJobRunError$JobRunId": "<p>The <code>JobRunId</code> of the job run in question.</p>", 2857 "BatchStopJobRunJobRunIdList$member": null, 2858 "BatchStopJobRunSuccessfulSubmission$JobRunId": "<p>The <code>JobRunId</code> of the job run that was stopped.</p>", 2859 "BlueprintDetails$RunId": "<p>The run ID for this blueprint.</p>", 2860 "BlueprintRun$RunId": "<p>The run ID for this blueprint run.</p>", 2861 "GetBlueprintRunRequest$RunId": "<p>The run ID for the blueprint run you want to retrieve.</p>", 2862 "GetJobRunRequest$RunId": "<p>The ID of the job run.</p>", 2863 "GetWorkflowRunPropertiesRequest$RunId": "<p>The ID of the workflow run whose run properties should be returned.</p>", 2864 "GetWorkflowRunRequest$RunId": "<p>The ID of the workflow run.</p>", 2865 "JobRun$Id": "<p>The ID of this job run.</p>", 2866 "JobRun$PreviousRunId": "<p>The ID of the previous run of this job. For example, the <code>JobRunId</code> specified in the <code>StartJobRun</code> action.</p>", 2867 "Predecessor$RunId": "<p>The job-run ID of the predecessor job run.</p>", 2868 "PutWorkflowRunPropertiesRequest$RunId": "<p>The ID of the workflow run for which the run properties should be updated.</p>", 2869 "ResumeWorkflowRunRequest$RunId": "<p>The ID of the workflow run to resume.</p>", 2870 "ResumeWorkflowRunResponse$RunId": "<p>The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.</p>", 2871 "StartBlueprintRunResponse$RunId": "<p>The run ID for this blueprint run.</p>", 2872 "StartJobRunRequest$JobRunId": "<p>The ID of a previous <code>JobRun</code> to retry.</p>", 2873 "StartJobRunResponse$JobRunId": "<p>The ID assigned to this job run.</p>", 2874 "StartWorkflowRunResponse$RunId": "<p>An Id for the new run.</p>", 2875 "StopWorkflowRunRequest$RunId": "<p>The ID of the workflow run to stop.</p>", 2876 "Trigger$Id": "<p>Reserved for future use.</p>", 2877 "WorkflowRun$WorkflowRunId": "<p>The ID of this workflow run.</p>", 2878 "WorkflowRun$PreviousRunId": "<p>The ID of the previous workflow run.</p>", 2879 "WorkflowRunProperties$key": null 2880 } 2881 }, 2882 "IdempotentParameterMismatchException": { 2883 "base": "<p>The same unique identifier was associated with two different records.</p>", 2884 "refs": { 2885 } 2886 }, 2887 "IllegalBlueprintStateException": { 2888 "base": null, 2889 "refs": { 2890 } 2891 }, 2892 "IllegalWorkflowStateException": { 2893 "base": "<p>The workflow is in an invalid state to perform a requested operation.</p>", 2894 "refs": { 2895 } 2896 }, 2897 "ImportCatalogToGlueRequest": { 2898 "base": null, 2899 "refs": { 2900 } 2901 }, 2902 "ImportCatalogToGlueResponse": { 2903 "base": null, 2904 "refs": { 2905 } 2906 }, 2907 "ImportLabelsTaskRunProperties": { 2908 "base": "<p>Specifies configuration properties for an importing labels task run.</p>", 2909 "refs": { 2910 "TaskRunProperties$ImportLabelsTaskRunProperties": "<p>The configuration properties for an importing labels task run.</p>" 2911 } 2912 }, 2913 "Integer": { 2914 "base": null, 2915 "refs": { 2916 "CodeGenNode$LineNumber": "<p>The line number of the node.</p>", 2917 "DecimalNumber$Scale": "<p>The scale that determines where the decimal point falls in the unscaled value.</p>", 2918 "StorageDescriptor$NumberOfBuckets": "<p>Must be specified if the table contains any dimension columns.</p>" 2919 } 2920 }, 2921 "IntegerFlag": { 2922 "base": null, 2923 "refs": { 2924 "Order$SortOrder": "<p>Indicates that the column is sorted in ascending order (<code>== 1</code>), or in descending order (<code>==0</code>).</p>" 2925 } 2926 }, 2927 "IntegerValue": { 2928 "base": null, 2929 "refs": { 2930 "CreateDevEndpointRequest$NumberOfNodes": "<p>The number of Glue Data Processing Units (DPUs) to allocate to this <code>DevEndpoint</code>.</p>", 2931 "CreateDevEndpointResponse$ZeppelinRemoteSparkInterpreterPort": "<p>The Apache Zeppelin port for the remote Apache Spark interpreter.</p>", 2932 "CreateDevEndpointResponse$NumberOfNodes": "<p>The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.</p>", 2933 "CreateJobRequest$AllocatedCapacity": "<p>This parameter is deprecated. Use <code>MaxCapacity</code> instead.</p> <p>The number of Glue data processing units (DPUs) to allocate to this Job. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">Glue pricing page</a>.</p>", 2934 "DevEndpoint$ZeppelinRemoteSparkInterpreterPort": "<p>The Apache Zeppelin port for the remote Apache Spark interpreter.</p>", 2935 "DevEndpoint$NumberOfNodes": "<p>The number of Glue Data Processing Units (DPUs) allocated to this <code>DevEndpoint</code>.</p>", 2936 "Job$AllocatedCapacity": "<p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p> <p>The number of Glue data processing units (DPUs) allocated to runs of this job. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">Glue pricing page</a>.</p> <p/>", 2937 "JobBookmarkEntry$Version": "<p>The version of the job.</p>", 2938 "JobBookmarkEntry$Run": "<p>The run ID number.</p>", 2939 "JobBookmarkEntry$Attempt": "<p>The attempt ID number.</p>", 2940 "JobRun$AllocatedCapacity": "<p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p> <p>The number of Glue data processing units (DPUs) allocated to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">Glue pricing page</a>.</p>", 2941 "JobUpdate$AllocatedCapacity": "<p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p> <p>The number of Glue data processing units (DPUs) to allocate to this job. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">Glue pricing page</a>.</p>", 2942 "StartJobRunRequest$AllocatedCapacity": "<p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p> <p>The number of Glue data processing units (DPUs) to allocate to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">Glue pricing page</a>.</p>", 2943 "WorkflowRunStatistics$TotalActions": "<p>Total number of Actions in the workflow run.</p>", 2944 "WorkflowRunStatistics$TimeoutActions": "<p>Total number of Actions that timed out.</p>", 2945 "WorkflowRunStatistics$FailedActions": "<p>Total number of Actions that have failed.</p>", 2946 "WorkflowRunStatistics$StoppedActions": "<p>Total number of Actions that have stopped.</p>", 2947 "WorkflowRunStatistics$SucceededActions": "<p>Total number of Actions that have succeeded.</p>", 2948 "WorkflowRunStatistics$RunningActions": "<p>Total number Actions in running state.</p>" 2949 } 2950 }, 2951 "InternalServiceException": { 2952 "base": "<p>An internal service error occurred.</p>", 2953 "refs": { 2954 } 2955 }, 2956 "InvalidInputException": { 2957 "base": "<p>The input provided was not valid.</p>", 2958 "refs": { 2959 } 2960 }, 2961 "IsVersionValid": { 2962 "base": null, 2963 "refs": { 2964 "CheckSchemaVersionValidityResponse$Valid": "<p>Return true, if the schema is valid and false otherwise.</p>" 2965 } 2966 }, 2967 "JdbcTarget": { 2968 "base": "<p>Specifies a JDBC data store to crawl.</p>", 2969 "refs": { 2970 "JdbcTargetList$member": null 2971 } 2972 }, 2973 "JdbcTargetList": { 2974 "base": null, 2975 "refs": { 2976 "CrawlerTargets$JdbcTargets": "<p>Specifies JDBC targets.</p>" 2977 } 2978 }, 2979 "Job": { 2980 "base": "<p>Specifies a job definition.</p>", 2981 "refs": { 2982 "GetJobResponse$Job": "<p>The requested job definition.</p>", 2983 "JobList$member": null 2984 } 2985 }, 2986 "JobBookmarkEntry": { 2987 "base": "<p>Defines a point that a job can resume processing.</p>", 2988 "refs": { 2989 "GetJobBookmarkResponse$JobBookmarkEntry": "<p>A structure that defines a point that a job can resume processing.</p>", 2990 "ResetJobBookmarkResponse$JobBookmarkEntry": "<p>The reset bookmark entry.</p>" 2991 } 2992 }, 2993 "JobBookmarksEncryption": { 2994 "base": "<p>Specifies how job bookmark data should be encrypted.</p>", 2995 "refs": { 2996 "EncryptionConfiguration$JobBookmarksEncryption": "<p>The encryption configuration for job bookmarks.</p>" 2997 } 2998 }, 2999 "JobBookmarksEncryptionMode": { 3000 "base": null, 3001 "refs": { 3002 "JobBookmarksEncryption$JobBookmarksEncryptionMode": "<p>The encryption mode to use for job bookmarks data.</p>" 3003 } 3004 }, 3005 "JobCommand": { 3006 "base": "<p>Specifies code that runs when a job is run.</p>", 3007 "refs": { 3008 "CreateJobRequest$Command": "<p>The <code>JobCommand</code> that runs this job.</p>", 3009 "Job$Command": "<p>The <code>JobCommand</code> that runs this job.</p>", 3010 "JobUpdate$Command": "<p>The <code>JobCommand</code> that runs this job (required).</p>" 3011 } 3012 }, 3013 "JobList": { 3014 "base": null, 3015 "refs": { 3016 "BatchGetJobsResponse$Jobs": "<p>A list of job definitions.</p>", 3017 "GetJobsResponse$Jobs": "<p>A list of job definitions.</p>" 3018 } 3019 }, 3020 "JobName": { 3021 "base": null, 3022 "refs": { 3023 "GetJobBookmarkRequest$JobName": "<p>The name of the job in question.</p>", 3024 "JobBookmarkEntry$JobName": "<p>The name of the job in question.</p>", 3025 "ResetJobBookmarkRequest$JobName": "<p>The name of the job in question.</p>" 3026 } 3027 }, 3028 "JobNameList": { 3029 "base": null, 3030 "refs": { 3031 "BatchGetJobsRequest$JobNames": "<p>A list of job names, which might be the names returned from the <code>ListJobs</code> operation.</p>", 3032 "BatchGetJobsResponse$JobsNotFound": "<p>A list of names of jobs not found.</p>", 3033 "ListJobsResponse$JobNames": "<p>The names of all jobs in the account, or the jobs with the specified tags.</p>" 3034 } 3035 }, 3036 "JobNodeDetails": { 3037 "base": "<p>The details of a Job node present in the workflow.</p>", 3038 "refs": { 3039 "Node$JobDetails": "<p>Details of the Job when the node represents a Job.</p>" 3040 } 3041 }, 3042 "JobRun": { 3043 "base": "<p>Contains information about a job run.</p>", 3044 "refs": { 3045 "GetJobRunResponse$JobRun": "<p>The requested job-run metadata.</p>", 3046 "JobRunList$member": null 3047 } 3048 }, 3049 "JobRunList": { 3050 "base": null, 3051 "refs": { 3052 "GetJobRunsResponse$JobRuns": "<p>A list of job-run metadata objects.</p>", 3053 "JobNodeDetails$JobRuns": "<p>The information for the job runs represented by the job node.</p>" 3054 } 3055 }, 3056 "JobRunState": { 3057 "base": null, 3058 "refs": { 3059 "Condition$State": "<p>The condition state. Currently, the only job states that a trigger can listen for are <code>SUCCEEDED</code>, <code>STOPPED</code>, <code>FAILED</code>, and <code>TIMEOUT</code>. The only crawler states that a trigger can listen for are <code>SUCCEEDED</code>, <code>FAILED</code>, and <code>CANCELLED</code>.</p>", 3060 "JobRun$JobRunState": "<p>The current state of the job run. For more information about the statuses of jobs that have terminated abnormally, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/job-run-statuses.html\">Glue Job Run Statuses</a>.</p>" 3061 } 3062 }, 3063 "JobUpdate": { 3064 "base": "<p>Specifies information used to update an existing job definition. The previous job definition is completely overwritten by this information.</p>", 3065 "refs": { 3066 "UpdateJobRequest$JobUpdate": "<p>Specifies the values with which to update the job definition.</p>" 3067 } 3068 }, 3069 "JsonClassifier": { 3070 "base": "<p>A classifier for <code>JSON</code> content.</p>", 3071 "refs": { 3072 "Classifier$JsonClassifier": "<p>A classifier for JSON content.</p>" 3073 } 3074 }, 3075 "JsonPath": { 3076 "base": null, 3077 "refs": { 3078 "CreateJsonClassifierRequest$JsonPath": "<p>A <code>JsonPath</code> string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in <a href=\"https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json\">Writing JsonPath Custom Classifiers</a>.</p>", 3079 "JsonClassifier$JsonPath": "<p>A <code>JsonPath</code> string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in <a href=\"https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json\">Writing JsonPath Custom Classifiers</a>.</p>", 3080 "UpdateJsonClassifierRequest$JsonPath": "<p>A <code>JsonPath</code> string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in <a href=\"https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json\">Writing JsonPath Custom Classifiers</a>.</p>" 3081 } 3082 }, 3083 "JsonValue": { 3084 "base": null, 3085 "refs": { 3086 "JobBookmarkEntry$JobBookmark": "<p>The bookmark itself.</p>" 3087 } 3088 }, 3089 "KeyList": { 3090 "base": null, 3091 "refs": { 3092 "PartitionIndex$Keys": "<p>The keys for the partition index.</p>" 3093 } 3094 }, 3095 "KeySchemaElement": { 3096 "base": "<p>A partition key pair consisting of a name and a type.</p>", 3097 "refs": { 3098 "KeySchemaElementList$member": null 3099 } 3100 }, 3101 "KeySchemaElementList": { 3102 "base": null, 3103 "refs": { 3104 "PartitionIndexDescriptor$Keys": "<p>A list of one or more keys, as <code>KeySchemaElement</code> structures, for the partition index.</p>" 3105 } 3106 }, 3107 "KeyString": { 3108 "base": null, 3109 "refs": { 3110 "ParametersMap$key": null 3111 } 3112 }, 3113 "KmsKeyArn": { 3114 "base": null, 3115 "refs": { 3116 "CloudWatchEncryption$KmsKeyArn": "<p>The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.</p>", 3117 "JobBookmarksEncryption$KmsKeyArn": "<p>The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.</p>", 3118 "S3Encryption$KmsKeyArn": "<p>The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.</p>" 3119 } 3120 }, 3121 "LabelCount": { 3122 "base": null, 3123 "refs": { 3124 "GetMLTransformResponse$LabelCount": "<p>The number of labels available for this transform.</p>", 3125 "MLTransform$LabelCount": "<p>A count identifier for the labeling files generated by Glue for this transform. As you create a better transform, you can iteratively download, label, and upload the labeling file.</p>" 3126 } 3127 }, 3128 "LabelingSetGenerationTaskRunProperties": { 3129 "base": "<p>Specifies configuration properties for a labeling set generation task run.</p>", 3130 "refs": { 3131 "TaskRunProperties$LabelingSetGenerationTaskRunProperties": "<p>The configuration properties for a labeling set generation task run.</p>" 3132 } 3133 }, 3134 "Language": { 3135 "base": null, 3136 "refs": { 3137 "CreateScriptRequest$Language": "<p>The programming language of the resulting code from the DAG.</p>", 3138 "GetPlanRequest$Language": "<p>The programming language of the code to perform the mapping.</p>" 3139 } 3140 }, 3141 "LastActiveDefinition": { 3142 "base": "<p>When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.</p>", 3143 "refs": { 3144 "Blueprint$LastActiveDefinition": "<p>When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.</p>" 3145 } 3146 }, 3147 "LastCrawlInfo": { 3148 "base": "<p>Status and error information about the most recent crawl.</p>", 3149 "refs": { 3150 "Crawler$LastCrawl": "<p>The status of the last crawl, and potentially error information if an error occurred.</p>" 3151 } 3152 }, 3153 "LastCrawlStatus": { 3154 "base": null, 3155 "refs": { 3156 "LastCrawlInfo$Status": "<p>Status of the last crawl.</p>" 3157 } 3158 }, 3159 "LatestSchemaVersionBoolean": { 3160 "base": null, 3161 "refs": { 3162 "PutSchemaVersionMetadataResponse$LatestVersion": "<p>The latest version of the schema.</p>", 3163 "RemoveSchemaVersionMetadataResponse$LatestVersion": "<p>The latest version of the schema.</p>", 3164 "SchemaVersionNumber$LatestVersion": "<p>The latest version available for the schema.</p>" 3165 } 3166 }, 3167 "LineageConfiguration": { 3168 "base": "<p>Specifies data lineage configuration settings for the crawler.</p>", 3169 "refs": { 3170 "Crawler$LineageConfiguration": "<p>A configuration that specifies whether data lineage is enabled for the crawler.</p>", 3171 "CreateCrawlerRequest$LineageConfiguration": "<p>Specifies data lineage configuration settings for the crawler.</p>", 3172 "UpdateCrawlerRequest$LineageConfiguration": "<p>Specifies data lineage configuration settings for the crawler.</p>" 3173 } 3174 }, 3175 "ListBlueprintsRequest": { 3176 "base": null, 3177 "refs": { 3178 } 3179 }, 3180 "ListBlueprintsResponse": { 3181 "base": null, 3182 "refs": { 3183 } 3184 }, 3185 "ListCrawlersRequest": { 3186 "base": null, 3187 "refs": { 3188 } 3189 }, 3190 "ListCrawlersResponse": { 3191 "base": null, 3192 "refs": { 3193 } 3194 }, 3195 "ListDevEndpointsRequest": { 3196 "base": null, 3197 "refs": { 3198 } 3199 }, 3200 "ListDevEndpointsResponse": { 3201 "base": null, 3202 "refs": { 3203 } 3204 }, 3205 "ListJobsRequest": { 3206 "base": null, 3207 "refs": { 3208 } 3209 }, 3210 "ListJobsResponse": { 3211 "base": null, 3212 "refs": { 3213 } 3214 }, 3215 "ListMLTransformsRequest": { 3216 "base": null, 3217 "refs": { 3218 } 3219 }, 3220 "ListMLTransformsResponse": { 3221 "base": null, 3222 "refs": { 3223 } 3224 }, 3225 "ListRegistriesInput": { 3226 "base": null, 3227 "refs": { 3228 } 3229 }, 3230 "ListRegistriesResponse": { 3231 "base": null, 3232 "refs": { 3233 } 3234 }, 3235 "ListSchemaVersionsInput": { 3236 "base": null, 3237 "refs": { 3238 } 3239 }, 3240 "ListSchemaVersionsResponse": { 3241 "base": null, 3242 "refs": { 3243 } 3244 }, 3245 "ListSchemasInput": { 3246 "base": null, 3247 "refs": { 3248 } 3249 }, 3250 "ListSchemasResponse": { 3251 "base": null, 3252 "refs": { 3253 } 3254 }, 3255 "ListTriggersRequest": { 3256 "base": null, 3257 "refs": { 3258 } 3259 }, 3260 "ListTriggersResponse": { 3261 "base": null, 3262 "refs": { 3263 } 3264 }, 3265 "ListWorkflowsRequest": { 3266 "base": null, 3267 "refs": { 3268 } 3269 }, 3270 "ListWorkflowsResponse": { 3271 "base": null, 3272 "refs": { 3273 } 3274 }, 3275 "Location": { 3276 "base": "<p>The location of resources.</p>", 3277 "refs": { 3278 "GetMappingRequest$Location": "<p>Parameters for the mapping.</p>", 3279 "GetPlanRequest$Location": "<p>The parameters for the mapping.</p>" 3280 } 3281 }, 3282 "LocationMap": { 3283 "base": null, 3284 "refs": { 3285 "SkewedInfo$SkewedColumnValueLocationMaps": "<p>A mapping of skewed values to the columns that contain them.</p>" 3286 } 3287 }, 3288 "LocationString": { 3289 "base": null, 3290 "refs": { 3291 "StorageDescriptor$Location": "<p>The physical location of the table. By default, this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.</p>" 3292 } 3293 }, 3294 "LogGroup": { 3295 "base": null, 3296 "refs": { 3297 "Crawl$LogGroup": "<p>The log group associated with the crawl.</p>", 3298 "LastCrawlInfo$LogGroup": "<p>The log group for the last crawl.</p>" 3299 } 3300 }, 3301 "LogStream": { 3302 "base": null, 3303 "refs": { 3304 "Crawl$LogStream": "<p>The log stream associated with the crawl.</p>", 3305 "LastCrawlInfo$LogStream": "<p>The log stream for the last crawl.</p>" 3306 } 3307 }, 3308 "Logical": { 3309 "base": null, 3310 "refs": { 3311 "Predicate$Logical": "<p>An optional field if only one condition is listed. If multiple conditions are listed, then this field is required.</p>" 3312 } 3313 }, 3314 "LogicalOperator": { 3315 "base": null, 3316 "refs": { 3317 "Condition$LogicalOperator": "<p>A logical operator.</p>" 3318 } 3319 }, 3320 "Long": { 3321 "base": null, 3322 "refs": { 3323 "LongColumnStatisticsData$MinimumValue": "<p>The lowest value in the column.</p>", 3324 "LongColumnStatisticsData$MaximumValue": "<p>The highest value in the column.</p>" 3325 } 3326 }, 3327 "LongColumnStatisticsData": { 3328 "base": "<p>Defines column statistics supported for integer data columns.</p>", 3329 "refs": { 3330 "ColumnStatisticsData$LongColumnStatisticsData": "<p>Long column statistics data.</p>" 3331 } 3332 }, 3333 "MLTransform": { 3334 "base": "<p>A structure for a machine learning transform.</p>", 3335 "refs": { 3336 "TransformList$member": null 3337 } 3338 }, 3339 "MLTransformNotReadyException": { 3340 "base": "<p>The machine learning transform is not ready to run.</p>", 3341 "refs": { 3342 } 3343 }, 3344 "MLUserDataEncryption": { 3345 "base": "<p>The encryption-at-rest settings of the transform that apply to accessing user data.</p>", 3346 "refs": { 3347 "TransformEncryption$MlUserDataEncryption": "<p>An <code>MLUserDataEncryption</code> object containing the encryption mode and customer-provided KMS key ID.</p>" 3348 } 3349 }, 3350 "MLUserDataEncryptionModeString": { 3351 "base": null, 3352 "refs": { 3353 "MLUserDataEncryption$MlUserDataEncryptionMode": "<p>The encryption mode applied to user data. Valid values are:</p> <ul> <li> <p>DISABLED: encryption is disabled</p> </li> <li> <p>SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.</p> </li> </ul>" 3354 } 3355 }, 3356 "MapValue": { 3357 "base": null, 3358 "refs": { 3359 "CreateDevEndpointRequest$Arguments": "<p>A map of arguments used to configure the <code>DevEndpoint</code>.</p>", 3360 "CreateDevEndpointResponse$Arguments": "<p>The map of arguments used to configure this <code>DevEndpoint</code>.</p> <p>Valid arguments are:</p> <ul> <li> <p> <code>\"--enable-glue-datacatalog\": \"\"</code> </p> </li> </ul> <p>You can specify a version of Python support for development endpoints by using the <code>Arguments</code> parameter in the <code>CreateDevEndpoint</code> or <code>UpdateDevEndpoint</code> APIs. If no arguments are provided, the version defaults to Python 2.</p>", 3361 "DevEndpoint$Arguments": "<p>A map of arguments used to configure the <code>DevEndpoint</code>.</p> <p>Valid arguments are:</p> <ul> <li> <p> <code>\"--enable-glue-datacatalog\": \"\"</code> </p> </li> </ul> <p>You can specify a version of Python support for development endpoints by using the <code>Arguments</code> parameter in the <code>CreateDevEndpoint</code> or <code>UpdateDevEndpoint</code> APIs. If no arguments are provided, the version defaults to Python 2.</p>", 3362 "UpdateDevEndpointRequest$AddArguments": "<p>The map of arguments to add the map of arguments used to configure the <code>DevEndpoint</code>.</p> <p>Valid arguments are:</p> <ul> <li> <p> <code>\"--enable-glue-datacatalog\": \"\"</code> </p> </li> </ul> <p>You can specify a version of Python support for development endpoints by using the <code>Arguments</code> parameter in the <code>CreateDevEndpoint</code> or <code>UpdateDevEndpoint</code> APIs. If no arguments are provided, the version defaults to Python 2.</p>" 3363 } 3364 }, 3365 "MappingEntry": { 3366 "base": "<p>Defines a mapping.</p>", 3367 "refs": { 3368 "MappingList$member": null 3369 } 3370 }, 3371 "MappingList": { 3372 "base": null, 3373 "refs": { 3374 "GetMappingResponse$Mapping": "<p>A list of mappings to the specified targets.</p>", 3375 "GetPlanRequest$Mapping": "<p>The list of mappings from a source table to target tables.</p>" 3376 } 3377 }, 3378 "MatchCriteria": { 3379 "base": null, 3380 "refs": { 3381 "Connection$MatchCriteria": "<p>A list of criteria that can be used in selecting this connection.</p>", 3382 "ConnectionInput$MatchCriteria": "<p>A list of criteria that can be used in selecting this connection.</p>", 3383 "GetConnectionsFilter$MatchCriteria": "<p>A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.</p>" 3384 } 3385 }, 3386 "MaxConcurrentRuns": { 3387 "base": null, 3388 "refs": { 3389 "ExecutionProperty$MaxConcurrentRuns": "<p>The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.</p>" 3390 } 3391 }, 3392 "MaxResultsNumber": { 3393 "base": null, 3394 "refs": { 3395 "ListRegistriesInput$MaxResults": "<p>Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.</p>", 3396 "ListSchemaVersionsInput$MaxResults": "<p>Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.</p>", 3397 "ListSchemasInput$MaxResults": "<p>Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.</p>" 3398 } 3399 }, 3400 "MaxRetries": { 3401 "base": null, 3402 "refs": { 3403 "CreateJobRequest$MaxRetries": "<p>The maximum number of times to retry this job if it fails.</p>", 3404 "Job$MaxRetries": "<p>The maximum number of times to retry this job after a JobRun fails.</p>", 3405 "JobUpdate$MaxRetries": "<p>The maximum number of times to retry this job if it fails.</p>" 3406 } 3407 }, 3408 "MessagePrefix": { 3409 "base": null, 3410 "refs": { 3411 "LastCrawlInfo$MessagePrefix": "<p>The prefix for a message about this crawl.</p>" 3412 } 3413 }, 3414 "MessageString": { 3415 "base": null, 3416 "refs": { 3417 "AccessDeniedException$Message": "<p>A message describing the problem.</p>", 3418 "AlreadyExistsException$Message": "<p>A message describing the problem.</p>", 3419 "BlueprintRun$ErrorMessage": "<p>Indicates any errors that are seen while running the blueprint.</p>", 3420 "BlueprintRun$RollbackErrorMessage": "<p>If there are any errors while creating the entities of a workflow, we try to roll back the created entities until that point and delete them. This attribute indicates the errors seen while trying to delete the entities that are created.</p>", 3421 "ConcurrentModificationException$Message": "<p>A message describing the problem.</p>", 3422 "ConcurrentRunsExceededException$Message": "<p>A message describing the problem.</p>", 3423 "ConditionCheckFailureException$Message": "<p>A message describing the problem.</p>", 3424 "ConflictException$Message": "<p>A message describing the problem.</p>", 3425 "CrawlerNotRunningException$Message": "<p>A message describing the problem.</p>", 3426 "CrawlerRunningException$Message": "<p>A message describing the problem.</p>", 3427 "CrawlerStoppingException$Message": "<p>A message describing the problem.</p>", 3428 "EntityNotFoundException$Message": "<p>A message describing the problem.</p>", 3429 "GlueEncryptionException$Message": "<p>A message describing the problem.</p>", 3430 "IdempotentParameterMismatchException$Message": "<p>A message describing the problem.</p>", 3431 "IllegalBlueprintStateException$Message": null, 3432 "IllegalWorkflowStateException$Message": "<p>A message describing the problem.</p>", 3433 "InternalServiceException$Message": "<p>A message describing the problem.</p>", 3434 "InvalidInputException$Message": "<p>A message describing the problem.</p>", 3435 "MLTransformNotReadyException$Message": "<p>A message describing the problem.</p>", 3436 "NoScheduleException$Message": "<p>A message describing the problem.</p>", 3437 "OperationTimeoutException$Message": "<p>A message describing the problem.</p>", 3438 "ResourceNumberLimitExceededException$Message": "<p>A message describing the problem.</p>", 3439 "SchedulerNotRunningException$Message": "<p>A message describing the problem.</p>", 3440 "SchedulerRunningException$Message": "<p>A message describing the problem.</p>", 3441 "SchedulerTransitioningException$Message": "<p>A message describing the problem.</p>", 3442 "ValidationException$Message": "<p>A message describing the problem.</p>", 3443 "VersionMismatchException$Message": "<p>A message describing the problem.</p>" 3444 } 3445 }, 3446 "MetadataInfo": { 3447 "base": "<p>A structure containing metadata information for a schema version.</p>", 3448 "refs": { 3449 "MetadataInfoMap$value": null 3450 } 3451 }, 3452 "MetadataInfoMap": { 3453 "base": null, 3454 "refs": { 3455 "QuerySchemaVersionMetadataResponse$MetadataInfoMap": "<p>A map of a metadata key and associated values.</p>" 3456 } 3457 }, 3458 "MetadataKeyString": { 3459 "base": null, 3460 "refs": { 3461 "MetadataInfoMap$key": null, 3462 "MetadataKeyValuePair$MetadataKey": "<p>A metadata key.</p>", 3463 "PutSchemaVersionMetadataResponse$MetadataKey": "<p>The metadata key.</p>", 3464 "RemoveSchemaVersionMetadataResponse$MetadataKey": "<p>The metadata key.</p>" 3465 } 3466 }, 3467 "MetadataKeyValuePair": { 3468 "base": "<p>A structure containing a key value pair for metadata.</p>", 3469 "refs": { 3470 "MetadataList$member": null, 3471 "PutSchemaVersionMetadataInput$MetadataKeyValue": "<p>The metadata key's corresponding value.</p>", 3472 "RemoveSchemaVersionMetadataInput$MetadataKeyValue": "<p>The value of the metadata key.</p>" 3473 } 3474 }, 3475 "MetadataList": { 3476 "base": null, 3477 "refs": { 3478 "QuerySchemaVersionMetadataInput$MetadataList": "<p>Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.</p>" 3479 } 3480 }, 3481 "MetadataValueString": { 3482 "base": null, 3483 "refs": { 3484 "MetadataInfo$MetadataValue": "<p>The metadata key’s corresponding value.</p>", 3485 "MetadataKeyValuePair$MetadataValue": "<p>A metadata key’s corresponding value.</p>", 3486 "OtherMetadataValueListItem$MetadataValue": "<p>The metadata key’s corresponding value for the other metadata belonging to the same metadata key.</p>", 3487 "PutSchemaVersionMetadataResponse$MetadataValue": "<p>The value of the metadata key.</p>", 3488 "RemoveSchemaVersionMetadataResponse$MetadataValue": "<p>The value of the metadata key.</p>" 3489 } 3490 }, 3491 "MillisecondsCount": { 3492 "base": null, 3493 "refs": { 3494 "Crawler$CrawlElapsedTime": "<p>If the crawler is running, contains the total time elapsed since the last crawl began.</p>" 3495 } 3496 }, 3497 "MongoDBTarget": { 3498 "base": "<p>Specifies an Amazon DocumentDB or MongoDB data store to crawl.</p>", 3499 "refs": { 3500 "MongoDBTargetList$member": null 3501 } 3502 }, 3503 "MongoDBTargetList": { 3504 "base": null, 3505 "refs": { 3506 "CrawlerTargets$MongoDBTargets": "<p>Specifies Amazon DocumentDB or MongoDB targets.</p>" 3507 } 3508 }, 3509 "NameString": { 3510 "base": null, 3511 "refs": { 3512 "Action$JobName": "<p>The name of a job to be run.</p>", 3513 "Action$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this action.</p>", 3514 "Action$CrawlerName": "<p>The name of the crawler to be used with this action.</p>", 3515 "BatchCreatePartitionRequest$DatabaseName": "<p>The name of the metadata database in which the partition is to be created.</p>", 3516 "BatchCreatePartitionRequest$TableName": "<p>The name of the metadata table in which the partition is to be created.</p>", 3517 "BatchDeletePartitionRequest$DatabaseName": "<p>The name of the catalog database in which the table in question resides.</p>", 3518 "BatchDeletePartitionRequest$TableName": "<p>The name of the table that contains the partitions to be deleted.</p>", 3519 "BatchDeleteTableNameList$member": null, 3520 "BatchDeleteTableRequest$DatabaseName": "<p>The name of the catalog database in which the tables to delete reside. For Hive compatibility, this name is entirely lowercase.</p>", 3521 "BatchDeleteTableVersionRequest$DatabaseName": "<p>The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.</p>", 3522 "BatchDeleteTableVersionRequest$TableName": "<p>The name of the table. For Hive compatibility, this name is entirely lowercase.</p>", 3523 "BatchGetPartitionRequest$DatabaseName": "<p>The name of the catalog database where the partitions reside.</p>", 3524 "BatchGetPartitionRequest$TableName": "<p>The name of the partitions' table.</p>", 3525 "BatchStopJobRunError$JobName": "<p>The name of the job definition that is used in the job run in question.</p>", 3526 "BatchStopJobRunRequest$JobName": "<p>The name of the job definition for which to stop job runs.</p>", 3527 "BatchStopJobRunSuccessfulSubmission$JobName": "<p>The name of the job definition used in the job run that was stopped.</p>", 3528 "BatchUpdatePartitionRequest$DatabaseName": "<p>The name of the metadata database in which the partition is to be updated.</p>", 3529 "BatchUpdatePartitionRequest$TableName": "<p>The name of the metadata table in which the partition is to be updated.</p>", 3530 "BlueprintRun$WorkflowName": "<p>The name of a workflow that is created as a result of a successful blueprint run. If a blueprint run has an error, there will not be a workflow created.</p>", 3531 "CatalogEntry$DatabaseName": "<p>The database in which the table metadata resides.</p>", 3532 "CatalogEntry$TableName": "<p>The name of the table in question.</p>", 3533 "CatalogImportStatus$ImportedBy": "<p>The name of the person who initiated the migration.</p>", 3534 "CatalogTablesList$member": null, 3535 "CatalogTarget$DatabaseName": "<p>The name of the database to be synchronized.</p>", 3536 "ClassifierNameList$member": null, 3537 "Column$Name": "<p>The name of the <code>Column</code>.</p>", 3538 "ColumnError$ColumnName": "<p>The name of the column that failed.</p>", 3539 "ColumnImportance$ColumnName": "<p>The name of a column.</p>", 3540 "ColumnStatistics$ColumnName": "<p>Name of column which statistics belong to.</p>", 3541 "Condition$JobName": "<p>The name of the job whose <code>JobRuns</code> this condition applies to, and on which this trigger waits.</p>", 3542 "Condition$CrawlerName": "<p>The name of the crawler to which this condition applies.</p>", 3543 "Connection$Name": "<p>The name of the connection definition.</p>", 3544 "Connection$LastUpdatedBy": "<p>The user, group, or role that last updated this connection definition.</p>", 3545 "ConnectionInput$Name": "<p>The name of the connection.</p>", 3546 "ConnectionPasswordEncryption$AwsKmsKeyId": "<p>An KMS key that is used to encrypt the connection password. </p> <p>If connection password protection is enabled, the caller of <code>CreateConnection</code> and <code>UpdateConnection</code> needs at least <code>kms:Encrypt</code> permission on the specified KMS key, to encrypt passwords before storing them in the Data Catalog. </p> <p>You can set the decrypt permission to enable or restrict access on the password key according to your security requirements.</p>", 3547 "Crawler$Name": "<p>The name of the crawler.</p>", 3548 "CrawlerMetrics$CrawlerName": "<p>The name of the crawler.</p>", 3549 "CrawlerNameList$member": null, 3550 "CreateBlueprintResponse$Name": "<p>Returns the name of the blueprint that was registered.</p>", 3551 "CreateCrawlerRequest$Name": "<p>Name of the new crawler.</p>", 3552 "CreateCsvClassifierRequest$Name": "<p>The name of the classifier.</p>", 3553 "CreateDevEndpointRequest$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this <code>DevEndpoint</code>.</p>", 3554 "CreateDevEndpointResponse$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure being used with this <code>DevEndpoint</code>.</p>", 3555 "CreateGrokClassifierRequest$Name": "<p>The name of the new classifier.</p>", 3556 "CreateJobRequest$Name": "<p>The name you assign to this job definition. It must be unique in your account.</p>", 3557 "CreateJobRequest$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this job.</p>", 3558 "CreateJobResponse$Name": "<p>The unique name that was provided for this job definition.</p>", 3559 "CreateJsonClassifierRequest$Name": "<p>The name of the classifier.</p>", 3560 "CreateMLTransformRequest$Name": "<p>The unique name that you give the transform when you create it.</p>", 3561 "CreatePartitionIndexRequest$DatabaseName": "<p>Specifies the name of a database in which you want to create a partition index.</p>", 3562 "CreatePartitionIndexRequest$TableName": "<p>Specifies the name of a table in which you want to create a partition index.</p>", 3563 "CreatePartitionRequest$DatabaseName": "<p>The name of the metadata database in which the partition is to be created.</p>", 3564 "CreatePartitionRequest$TableName": "<p>The name of the metadata table in which the partition is to be created.</p>", 3565 "CreateSecurityConfigurationRequest$Name": "<p>The name for the new security configuration.</p>", 3566 "CreateSecurityConfigurationResponse$Name": "<p>The name assigned to the new security configuration.</p>", 3567 "CreateTableRequest$DatabaseName": "<p>The catalog database in which to create the new table. For Hive compatibility, this name is entirely lowercase.</p>", 3568 "CreateTriggerRequest$Name": "<p>The name of the trigger.</p>", 3569 "CreateTriggerRequest$WorkflowName": "<p>The name of the workflow associated with the trigger.</p>", 3570 "CreateTriggerResponse$Name": "<p>The name of the trigger.</p>", 3571 "CreateUserDefinedFunctionRequest$DatabaseName": "<p>The name of the catalog database in which to create the function.</p>", 3572 "CreateWorkflowRequest$Name": "<p>The name to be assigned to the workflow. It should be unique within your account.</p>", 3573 "CreateWorkflowResponse$Name": "<p>The name of the workflow which was provided as part of the request.</p>", 3574 "CreateXMLClassifierRequest$Name": "<p>The name of the classifier.</p>", 3575 "CsvClassifier$Name": "<p>The name of the classifier.</p>", 3576 "CsvHeader$member": null, 3577 "Database$Name": "<p>The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.</p>", 3578 "DatabaseIdentifier$DatabaseName": "<p>The name of the catalog database.</p>", 3579 "DatabaseInput$Name": "<p>The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.</p>", 3580 "DeleteBlueprintRequest$Name": "<p>The name of the blueprint to delete.</p>", 3581 "DeleteBlueprintResponse$Name": "<p>Returns the name of the blueprint that was deleted.</p>", 3582 "DeleteClassifierRequest$Name": "<p>Name of the classifier to remove.</p>", 3583 "DeleteColumnStatisticsForPartitionRequest$DatabaseName": "<p>The name of the catalog database where the partitions reside.</p>", 3584 "DeleteColumnStatisticsForPartitionRequest$TableName": "<p>The name of the partitions' table.</p>", 3585 "DeleteColumnStatisticsForPartitionRequest$ColumnName": "<p>Name of the column.</p>", 3586 "DeleteColumnStatisticsForTableRequest$DatabaseName": "<p>The name of the catalog database where the partitions reside.</p>", 3587 "DeleteColumnStatisticsForTableRequest$TableName": "<p>The name of the partitions' table.</p>", 3588 "DeleteColumnStatisticsForTableRequest$ColumnName": "<p>The name of the column.</p>", 3589 "DeleteConnectionNameList$member": null, 3590 "DeleteConnectionRequest$ConnectionName": "<p>The name of the connection to delete.</p>", 3591 "DeleteCrawlerRequest$Name": "<p>The name of the crawler to remove.</p>", 3592 "DeleteDatabaseRequest$Name": "<p>The name of the database to delete. For Hive compatibility, this must be all lowercase.</p>", 3593 "DeleteJobRequest$JobName": "<p>The name of the job definition to delete.</p>", 3594 "DeleteJobResponse$JobName": "<p>The name of the job definition that was deleted.</p>", 3595 "DeletePartitionIndexRequest$DatabaseName": "<p>Specifies the name of a database from which you want to delete a partition index.</p>", 3596 "DeletePartitionIndexRequest$TableName": "<p>Specifies the name of a table from which you want to delete a partition index.</p>", 3597 "DeletePartitionIndexRequest$IndexName": "<p>The name of the partition index to be deleted.</p>", 3598 "DeletePartitionRequest$DatabaseName": "<p>The name of the catalog database in which the table in question resides.</p>", 3599 "DeletePartitionRequest$TableName": "<p>The name of the table that contains the partition to be deleted.</p>", 3600 "DeleteSecurityConfigurationRequest$Name": "<p>The name of the security configuration to delete.</p>", 3601 "DeleteTableRequest$DatabaseName": "<p>The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.</p>", 3602 "DeleteTableRequest$Name": "<p>The name of the table to be deleted. For Hive compatibility, this name is entirely lowercase.</p>", 3603 "DeleteTableVersionRequest$DatabaseName": "<p>The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.</p>", 3604 "DeleteTableVersionRequest$TableName": "<p>The name of the table. For Hive compatibility, this name is entirely lowercase.</p>", 3605 "DeleteTriggerRequest$Name": "<p>The name of the trigger to delete.</p>", 3606 "DeleteTriggerResponse$Name": "<p>The name of the trigger that was deleted.</p>", 3607 "DeleteUserDefinedFunctionRequest$DatabaseName": "<p>The name of the catalog database where the function is located.</p>", 3608 "DeleteUserDefinedFunctionRequest$FunctionName": "<p>The name of the function definition to be deleted.</p>", 3609 "DeleteWorkflowRequest$Name": "<p>Name of the workflow to be deleted.</p>", 3610 "DeleteWorkflowResponse$Name": "<p>Name of the workflow specified in input.</p>", 3611 "DevEndpoint$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this <code>DevEndpoint</code>.</p>", 3612 "DevEndpointNameList$member": null, 3613 "Edge$SourceId": "<p>The unique of the node within the workflow where the edge starts.</p>", 3614 "Edge$DestinationId": "<p>The unique of the node within the workflow where the edge ends.</p>", 3615 "EncryptionAtRest$SseAwsKmsKeyId": "<p>The ID of the KMS key to use for encryption at rest.</p>", 3616 "ErrorByName$key": null, 3617 "ErrorDetail$ErrorCode": "<p>The code associated with this error.</p>", 3618 "FindMatchesTaskRunProperties$JobName": "<p>The name assigned to the job for the Find Matches task run.</p>", 3619 "GetBlueprintRequest$Name": "<p>The name of the blueprint.</p>", 3620 "GetBlueprintRunsRequest$BlueprintName": "<p>The name of the blueprint.</p>", 3621 "GetClassifierRequest$Name": "<p>Name of the classifier to retrieve.</p>", 3622 "GetColumnNamesList$member": null, 3623 "GetColumnStatisticsForPartitionRequest$DatabaseName": "<p>The name of the catalog database where the partitions reside.</p>", 3624 "GetColumnStatisticsForPartitionRequest$TableName": "<p>The name of the partitions' table.</p>", 3625 "GetColumnStatisticsForTableRequest$DatabaseName": "<p>The name of the catalog database where the partitions reside.</p>", 3626 "GetColumnStatisticsForTableRequest$TableName": "<p>The name of the partitions' table.</p>", 3627 "GetConnectionRequest$Name": "<p>The name of the connection definition to retrieve.</p>", 3628 "GetCrawlerRequest$Name": "<p>The name of the crawler to retrieve metadata for.</p>", 3629 "GetDatabaseRequest$Name": "<p>The name of the database to retrieve. For Hive compatibility, this should be all lowercase.</p>", 3630 "GetJobRequest$JobName": "<p>The name of the job definition to retrieve.</p>", 3631 "GetJobRunRequest$JobName": "<p>Name of the job definition being run.</p>", 3632 "GetJobRunsRequest$JobName": "<p>The name of the job definition for which to retrieve all job runs.</p>", 3633 "GetMLTransformResponse$Name": "<p>The unique name given to the transform when it was created.</p>", 3634 "GetPartitionIndexesRequest$DatabaseName": "<p>Specifies the name of a database from which you want to retrieve partition indexes.</p>", 3635 "GetPartitionIndexesRequest$TableName": "<p>Specifies the name of a table for which you want to retrieve the partition indexes.</p>", 3636 "GetPartitionRequest$DatabaseName": "<p>The name of the catalog database where the partition resides.</p>", 3637 "GetPartitionRequest$TableName": "<p>The name of the partition's table.</p>", 3638 "GetPartitionsRequest$DatabaseName": "<p>The name of the catalog database where the partitions reside.</p>", 3639 "GetPartitionsRequest$TableName": "<p>The name of the partitions' table.</p>", 3640 "GetSecurityConfigurationRequest$Name": "<p>The name of the security configuration to retrieve.</p>", 3641 "GetTableRequest$DatabaseName": "<p>The name of the database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.</p>", 3642 "GetTableRequest$Name": "<p>The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.</p>", 3643 "GetTableVersionRequest$DatabaseName": "<p>The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.</p>", 3644 "GetTableVersionRequest$TableName": "<p>The name of the table. For Hive compatibility, this name is entirely lowercase.</p>", 3645 "GetTableVersionsRequest$DatabaseName": "<p>The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.</p>", 3646 "GetTableVersionsRequest$TableName": "<p>The name of the table. For Hive compatibility, this name is entirely lowercase.</p>", 3647 "GetTablesRequest$DatabaseName": "<p>The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.</p>", 3648 "GetTriggerRequest$Name": "<p>The name of the trigger to retrieve.</p>", 3649 "GetTriggersRequest$DependentJobName": "<p>The name of the job to retrieve triggers for. The trigger that can start this job is returned, and if there is no such trigger, all triggers are returned.</p>", 3650 "GetUserDefinedFunctionRequest$DatabaseName": "<p>The name of the catalog database where the function is located.</p>", 3651 "GetUserDefinedFunctionRequest$FunctionName": "<p>The name of the function.</p>", 3652 "GetUserDefinedFunctionsRequest$DatabaseName": "<p>The name of the catalog database where the functions are located. If none is provided, functions from all the databases across the catalog will be returned.</p>", 3653 "GetUserDefinedFunctionsRequest$Pattern": "<p>An optional function-name pattern string that filters the function definitions returned.</p>", 3654 "GetWorkflowRequest$Name": "<p>The name of the workflow to retrieve.</p>", 3655 "GetWorkflowRunPropertiesRequest$Name": "<p>Name of the workflow which was run.</p>", 3656 "GetWorkflowRunRequest$Name": "<p>Name of the workflow being run.</p>", 3657 "GetWorkflowRunsRequest$Name": "<p>Name of the workflow whose metadata of runs should be returned.</p>", 3658 "GlueTable$DatabaseName": "<p>A database name in the Glue Data Catalog.</p>", 3659 "GlueTable$TableName": "<p>A table name in the Glue Data Catalog.</p>", 3660 "GlueTable$CatalogId": "<p>A unique identifier for the Glue Data Catalog.</p>", 3661 "GlueTable$ConnectionName": "<p>The name of the connection to the Glue Data Catalog.</p>", 3662 "GrokClassifier$Name": "<p>The name of the classifier.</p>", 3663 "Job$Name": "<p>The name you assign to this job definition.</p>", 3664 "Job$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this job.</p>", 3665 "JobNameList$member": null, 3666 "JobRun$TriggerName": "<p>The name of the trigger that started this job run.</p>", 3667 "JobRun$JobName": "<p>The name of the job definition being used in this run.</p>", 3668 "JobRun$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this job run.</p>", 3669 "JobUpdate$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this job.</p>", 3670 "JsonClassifier$Name": "<p>The name of the classifier.</p>", 3671 "KeyList$member": null, 3672 "KeySchemaElement$Name": "<p>The name of a partition key.</p>", 3673 "ListTriggersRequest$DependentJobName": "<p> The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned.</p>", 3674 "MLTransform$Name": "<p>A user-defined name for the machine learning transform. Names are not guaranteed unique and can be changed at any time.</p>", 3675 "MLUserDataEncryption$KmsKeyId": "<p>The ID for the customer-provided KMS key.</p>", 3676 "MatchCriteria$member": null, 3677 "NameStringList$member": null, 3678 "Node$Name": "<p>The name of the Glue component represented by the node.</p>", 3679 "Node$UniqueId": "<p>The unique Id assigned to the node within the workflow.</p>", 3680 "NodeIdList$member": null, 3681 "Order$Column": "<p>The name of the column.</p>", 3682 "Partition$DatabaseName": "<p>The name of the catalog database in which to create the partition.</p>", 3683 "Partition$TableName": "<p>The name of the database table in which to create the partition.</p>", 3684 "PartitionIndex$IndexName": "<p>The name of the partition index.</p>", 3685 "PartitionIndexDescriptor$IndexName": "<p>The name of the partition index.</p>", 3686 "PhysicalConnectionRequirements$SubnetId": "<p>The subnet ID used by the connection.</p>", 3687 "PhysicalConnectionRequirements$AvailabilityZone": "<p>The connection's Availability Zone. This field is redundant because the specified subnet implies the Availability Zone to be used. Currently the field must be populated, but it will be deprecated in the future.</p>", 3688 "Predecessor$JobName": "<p>The name of the job definition used by the predecessor job run.</p>", 3689 "PutWorkflowRunPropertiesRequest$Name": "<p>Name of the workflow which was run.</p>", 3690 "ResumeWorkflowRunRequest$Name": "<p>The name of the workflow to resume.</p>", 3691 "SecurityConfiguration$Name": "<p>The name of the security configuration.</p>", 3692 "SecurityGroupIdList$member": null, 3693 "SerDeInfo$Name": "<p>Name of the SerDe.</p>", 3694 "SerDeInfo$SerializationLibrary": "<p>Usually the class that implements the SerDe. An example is <code>org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe</code>.</p>", 3695 "StartCrawlerRequest$Name": "<p>Name of the crawler to start.</p>", 3696 "StartCrawlerScheduleRequest$CrawlerName": "<p>Name of the crawler to schedule.</p>", 3697 "StartJobRunRequest$JobName": "<p>The name of the job definition to use.</p>", 3698 "StartJobRunRequest$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this job run.</p>", 3699 "StartTriggerRequest$Name": "<p>The name of the trigger to start.</p>", 3700 "StartTriggerResponse$Name": "<p>The name of the trigger that was started.</p>", 3701 "StartWorkflowRunRequest$Name": "<p>The name of the workflow to start.</p>", 3702 "StopCrawlerRequest$Name": "<p>Name of the crawler to stop.</p>", 3703 "StopCrawlerScheduleRequest$CrawlerName": "<p>Name of the crawler whose schedule state to set.</p>", 3704 "StopTriggerRequest$Name": "<p>The name of the trigger to stop.</p>", 3705 "StopTriggerResponse$Name": "<p>The name of the trigger that was stopped.</p>", 3706 "StopWorkflowRunRequest$Name": "<p>The name of the workflow to stop.</p>", 3707 "Table$Name": "<p>The table name. For Hive compatibility, this must be entirely lowercase.</p>", 3708 "Table$DatabaseName": "<p>The name of the database where the table metadata resides. For Hive compatibility, this must be all lowercase.</p>", 3709 "Table$Owner": "<p>The owner of the table.</p>", 3710 "Table$CreatedBy": "<p>The person or entity who created the table.</p>", 3711 "TableError$TableName": "<p>The name of the table. For Hive compatibility, this must be entirely lowercase.</p>", 3712 "TableIdentifier$DatabaseName": "<p>The name of the catalog database that contains the target table.</p>", 3713 "TableIdentifier$Name": "<p>The name of the target table.</p>", 3714 "TableInput$Name": "<p>The table name. For Hive compatibility, this is folded to lowercase when it is stored.</p>", 3715 "TableInput$Owner": "<p>The table owner.</p>", 3716 "TableVersionError$TableName": "<p>The name of the table in question.</p>", 3717 "TransformEncryption$TaskRunSecurityConfigurationName": "<p>The name of the security configuration.</p>", 3718 "TransformFilterCriteria$Name": "<p>A unique transform name that is used to filter the machine learning transforms.</p>", 3719 "Trigger$Name": "<p>The name of the trigger.</p>", 3720 "Trigger$WorkflowName": "<p>The name of the workflow associated with the trigger.</p>", 3721 "TriggerNameList$member": null, 3722 "TriggerUpdate$Name": "<p>Reserved for future use.</p>", 3723 "UpdateBlueprintResponse$Name": "<p>Returns the name of the blueprint that was updated.</p>", 3724 "UpdateColumnStatisticsForPartitionRequest$DatabaseName": "<p>The name of the catalog database where the partitions reside.</p>", 3725 "UpdateColumnStatisticsForPartitionRequest$TableName": "<p>The name of the partitions' table.</p>", 3726 "UpdateColumnStatisticsForTableRequest$DatabaseName": "<p>The name of the catalog database where the partitions reside.</p>", 3727 "UpdateColumnStatisticsForTableRequest$TableName": "<p>The name of the partitions' table.</p>", 3728 "UpdateConnectionRequest$Name": "<p>The name of the connection definition to update.</p>", 3729 "UpdateCrawlerRequest$Name": "<p>Name of the new crawler.</p>", 3730 "UpdateCrawlerScheduleRequest$CrawlerName": "<p>The name of the crawler whose schedule to update.</p>", 3731 "UpdateCsvClassifierRequest$Name": "<p>The name of the classifier.</p>", 3732 "UpdateDatabaseRequest$Name": "<p>The name of the database to update in the catalog. For Hive compatibility, this is folded to lowercase.</p>", 3733 "UpdateGrokClassifierRequest$Name": "<p>The name of the <code>GrokClassifier</code>.</p>", 3734 "UpdateJobRequest$JobName": "<p>The name of the job definition to update.</p>", 3735 "UpdateJobResponse$JobName": "<p>Returns the name of the updated job definition.</p>", 3736 "UpdateJsonClassifierRequest$Name": "<p>The name of the classifier.</p>", 3737 "UpdateMLTransformRequest$Name": "<p>The unique name that you gave the transform when you created it.</p>", 3738 "UpdatePartitionRequest$DatabaseName": "<p>The name of the catalog database in which the table in question resides.</p>", 3739 "UpdatePartitionRequest$TableName": "<p>The name of the table in which the partition to be updated is located.</p>", 3740 "UpdateTableRequest$DatabaseName": "<p>The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.</p>", 3741 "UpdateTriggerRequest$Name": "<p>The name of the trigger to update.</p>", 3742 "UpdateUserDefinedFunctionRequest$DatabaseName": "<p>The name of the catalog database where the function to be updated is located.</p>", 3743 "UpdateUserDefinedFunctionRequest$FunctionName": "<p>The name of the function.</p>", 3744 "UpdateWorkflowRequest$Name": "<p>Name of the workflow to be updated.</p>", 3745 "UpdateWorkflowResponse$Name": "<p>The name of the workflow which was specified in input.</p>", 3746 "UpdateXMLClassifierRequest$Name": "<p>The name of the classifier.</p>", 3747 "UserDefinedFunction$FunctionName": "<p>The name of the function.</p>", 3748 "UserDefinedFunction$DatabaseName": "<p>The name of the catalog database that contains the function.</p>", 3749 "UserDefinedFunction$ClassName": "<p>The Java class that contains the function code.</p>", 3750 "UserDefinedFunction$OwnerName": "<p>The owner of the function.</p>", 3751 "UserDefinedFunctionInput$FunctionName": "<p>The name of the function.</p>", 3752 "UserDefinedFunctionInput$ClassName": "<p>The Java class that contains the function code.</p>", 3753 "UserDefinedFunctionInput$OwnerName": "<p>The owner of the function.</p>", 3754 "Workflow$Name": "<p>The name of the workflow.</p>", 3755 "WorkflowNames$member": null, 3756 "WorkflowRun$Name": "<p>Name of the workflow that was run.</p>", 3757 "XMLClassifier$Name": "<p>The name of the classifier.</p>" 3758 } 3759 }, 3760 "NameStringList": { 3761 "base": null, 3762 "refs": { 3763 "BatchDeleteConnectionResponse$Succeeded": "<p>A list of names of the connection definitions that were successfully deleted.</p>", 3764 "SkewedInfo$SkewedColumnNames": "<p>A list of names of columns that contain skewed values.</p>", 3765 "StorageDescriptor$BucketColumns": "<p>A list of reducer grouping columns, clustering columns, and bucketing columns in the table.</p>" 3766 } 3767 }, 3768 "NoScheduleException": { 3769 "base": "<p>There is no applicable schedule.</p>", 3770 "refs": { 3771 } 3772 }, 3773 "Node": { 3774 "base": "<p>A node represents an Glue component (trigger, crawler, or job) on a workflow graph.</p>", 3775 "refs": { 3776 "NodeList$member": null 3777 } 3778 }, 3779 "NodeIdList": { 3780 "base": null, 3781 "refs": { 3782 "ResumeWorkflowRunRequest$NodeIds": "<p>A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.</p>", 3783 "ResumeWorkflowRunResponse$NodeIds": "<p>A list of the node IDs for the nodes that were actually restarted.</p>" 3784 } 3785 }, 3786 "NodeList": { 3787 "base": null, 3788 "refs": { 3789 "WorkflowGraph$Nodes": "<p>A list of the the Glue components belong to the workflow represented as nodes.</p>" 3790 } 3791 }, 3792 "NodeType": { 3793 "base": null, 3794 "refs": { 3795 "Node$Type": "<p>The type of Glue component represented by the node.</p>" 3796 } 3797 }, 3798 "NonNegativeDouble": { 3799 "base": null, 3800 "refs": { 3801 "BinaryColumnStatisticsData$AverageLength": "<p>The average bit sequence length in the column.</p>", 3802 "CrawlerMetrics$TimeLeftSeconds": "<p>The estimated time left to complete a running crawl.</p>", 3803 "CrawlerMetrics$LastRuntimeSeconds": "<p>The duration of the crawler's most recent run, in seconds.</p>", 3804 "CrawlerMetrics$MedianRuntimeSeconds": "<p>The median duration of this crawler's runs, in seconds.</p>", 3805 "StringColumnStatisticsData$AverageLength": "<p>The average string length in the column.</p>" 3806 } 3807 }, 3808 "NonNegativeInteger": { 3809 "base": null, 3810 "refs": { 3811 "CrawlerMetrics$TablesCreated": "<p>The number of tables created by this crawler.</p>", 3812 "CrawlerMetrics$TablesUpdated": "<p>The number of tables updated by this crawler.</p>", 3813 "CrawlerMetrics$TablesDeleted": "<p>The number of tables deleted by this crawler.</p>", 3814 "Segment$SegmentNumber": "<p>The zero-based index number of the segment. For example, if the total number of segments is 4, <code>SegmentNumber</code> values range from 0 through 3.</p>", 3815 "Table$Retention": "<p>The retention time for this table.</p>", 3816 "TableInput$Retention": "<p>The retention time for this table.</p>" 3817 } 3818 }, 3819 "NonNegativeLong": { 3820 "base": null, 3821 "refs": { 3822 "BinaryColumnStatisticsData$MaximumLength": "<p>The size of the longest bit sequence in the column.</p>", 3823 "BinaryColumnStatisticsData$NumberOfNulls": "<p>The number of null values in the column.</p>", 3824 "BooleanColumnStatisticsData$NumberOfTrues": "<p>The number of true values in the column.</p>", 3825 "BooleanColumnStatisticsData$NumberOfFalses": "<p>The number of false values in the column.</p>", 3826 "BooleanColumnStatisticsData$NumberOfNulls": "<p>The number of null values in the column.</p>", 3827 "DateColumnStatisticsData$NumberOfNulls": "<p>The number of null values in the column.</p>", 3828 "DateColumnStatisticsData$NumberOfDistinctValues": "<p>The number of distinct values in a column.</p>", 3829 "DecimalColumnStatisticsData$NumberOfNulls": "<p>The number of null values in the column.</p>", 3830 "DecimalColumnStatisticsData$NumberOfDistinctValues": "<p>The number of distinct values in a column.</p>", 3831 "DoubleColumnStatisticsData$NumberOfNulls": "<p>The number of null values in the column.</p>", 3832 "DoubleColumnStatisticsData$NumberOfDistinctValues": "<p>The number of distinct values in a column.</p>", 3833 "LongColumnStatisticsData$NumberOfNulls": "<p>The number of null values in the column.</p>", 3834 "LongColumnStatisticsData$NumberOfDistinctValues": "<p>The number of distinct values in a column.</p>", 3835 "StringColumnStatisticsData$MaximumLength": "<p>The size of the longest string in the column.</p>", 3836 "StringColumnStatisticsData$NumberOfNulls": "<p>The number of null values in the column.</p>", 3837 "StringColumnStatisticsData$NumberOfDistinctValues": "<p>The number of distinct values in a column.</p>" 3838 } 3839 }, 3840 "NotificationProperty": { 3841 "base": "<p>Specifies configuration properties of a notification.</p>", 3842 "refs": { 3843 "Action$NotificationProperty": "<p>Specifies configuration properties of a job run notification.</p>", 3844 "CreateJobRequest$NotificationProperty": "<p>Specifies configuration properties of a job notification.</p>", 3845 "Job$NotificationProperty": "<p>Specifies configuration properties of a job notification.</p>", 3846 "JobRun$NotificationProperty": "<p>Specifies configuration properties of a job run notification.</p>", 3847 "JobUpdate$NotificationProperty": "<p>Specifies the configuration properties of a job notification.</p>", 3848 "StartJobRunRequest$NotificationProperty": "<p>Specifies configuration properties of a job run notification.</p>" 3849 } 3850 }, 3851 "NotifyDelayAfter": { 3852 "base": null, 3853 "refs": { 3854 "NotificationProperty$NotifyDelayAfter": "<p>After a job run starts, the number of minutes to wait before sending a job run delay notification.</p>" 3855 } 3856 }, 3857 "NullableBoolean": { 3858 "base": null, 3859 "refs": { 3860 "BatchGetBlueprintsRequest$IncludeBlueprint": "<p>Specifies whether or not to include the blueprint in the response.</p>", 3861 "BatchGetBlueprintsRequest$IncludeParameterSpec": "<p>Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.</p>", 3862 "BatchGetWorkflowsRequest$IncludeGraph": "<p>Specifies whether to include a graph when returning the workflow resource metadata.</p>", 3863 "CreateCsvClassifierRequest$DisableValueTrimming": "<p>Specifies not to trim values before identifying the type of column values. The default value is true.</p>", 3864 "CreateCsvClassifierRequest$AllowSingleColumn": "<p>Enables the processing of files that contain only one column.</p>", 3865 "CsvClassifier$DisableValueTrimming": "<p>Specifies not to trim values before identifying the type of column values. The default value is <code>true</code>.</p>", 3866 "CsvClassifier$AllowSingleColumn": "<p>Enables the processing of files that contain only one column.</p>", 3867 "DynamoDBTarget$scanAll": "<p>Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table.</p> <p>A value of <code>true</code> means to scan all records, while a value of <code>false</code> means to sample the records. If no value is specified, the value defaults to <code>true</code>.</p>", 3868 "FindMatchesParameters$EnforceProvidedLabels": "<p>The value to switch on or off to force the output to match the provided labels from users. If the value is <code>True</code>, the <code>find matches</code> transform forces the output to match the provided labels. The results override the normal conflation results. If the value is <code>False</code>, the <code>find matches</code> transform does not ensure all the labels provided are respected, and the results rely on the trained model.</p> <p>Note that setting this value to true may increase the conflation execution time.</p>", 3869 "GetBlueprintRequest$IncludeBlueprint": "<p>Specifies whether or not to include the blueprint in the response.</p>", 3870 "GetBlueprintRequest$IncludeParameterSpec": "<p>Specifies whether or not to include the parameter specification.</p>", 3871 "GetWorkflowRequest$IncludeGraph": "<p>Specifies whether to include a graph when returning the workflow resource metadata.</p>", 3872 "GetWorkflowRunRequest$IncludeGraph": "<p>Specifies whether to include the workflow graph in response or not.</p>", 3873 "GetWorkflowRunsRequest$IncludeGraph": "<p>Specifies whether to include the workflow graph in response or not.</p>", 3874 "MongoDBTarget$ScanAll": "<p>Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table.</p> <p>A value of <code>true</code> means to scan all records, while a value of <code>false</code> means to sample the records. If no value is specified, the value defaults to <code>true</code>.</p>", 3875 "UpdateCsvClassifierRequest$DisableValueTrimming": "<p>Specifies not to trim values before identifying the type of column values. The default value is true.</p>", 3876 "UpdateCsvClassifierRequest$AllowSingleColumn": "<p>Enables the processing of files that contain only one column.</p>" 3877 } 3878 }, 3879 "NullableDouble": { 3880 "base": null, 3881 "refs": { 3882 "CreateJobRequest$MaxCapacity": "<p>For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">Glue pricing page</a>.</p> <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p> <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are running a Python shell job or an Apache Spark ETL job:</p> <ul> <li> <p>When you specify a Python shell job (<code>JobCommand.Name</code>=\"pythonshell\"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU.</p> </li> <li> <p>When you specify an Apache Spark ETL job (<code>JobCommand.Name</code>=\"glueetl\") or Apache Spark streaming ETL job (<code>JobCommand.Name</code>=\"gluestreaming\"), you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation.</p> </li> </ul> <p>For Glue version 2.0 jobs, you cannot instead specify a <code>Maximum capacity</code>. Instead, you should specify a <code>Worker type</code> and the <code>Number of workers</code>.</p>", 3883 "CreateMLTransformRequest$MaxCapacity": "<p>The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">Glue pricing page</a>. </p> <p> <code>MaxCapacity</code> is a mutually exclusive option with <code>NumberOfWorkers</code> and <code>WorkerType</code>.</p> <ul> <li> <p>If either <code>NumberOfWorkers</code> or <code>WorkerType</code> is set, then <code>MaxCapacity</code> cannot be set.</p> </li> <li> <p>If <code>MaxCapacity</code> is set then neither <code>NumberOfWorkers</code> or <code>WorkerType</code> can be set.</p> </li> <li> <p>If <code>WorkerType</code> is set, then <code>NumberOfWorkers</code> is required (and vice versa).</p> </li> <li> <p> <code>MaxCapacity</code> and <code>NumberOfWorkers</code> must both be at least 1.</p> </li> </ul> <p>When the <code>WorkerType</code> field is set to a value other than <code>Standard</code>, the <code>MaxCapacity</code> field is set automatically and becomes read-only.</p> <p>When the <code>WorkerType</code> field is set to a value other than <code>Standard</code>, the <code>MaxCapacity</code> field is set automatically and becomes read-only.</p>", 3884 "DynamoDBTarget$scanRate": "<p>The percentage of the configured read capacity units to use by the Glue crawler. Read capacity units is a term defined by DynamoDB, and is a numeric value that acts as rate limiter for the number of reads that can be performed on that table per second.</p> <p>The valid values are null or a value between 0.1 to 1.5. A null value is used when user does not provide a value, and defaults to 0.5 of the configured Read Capacity Unit (for provisioned tables), or 0.25 of the max configured Read Capacity Unit (for tables using on-demand mode).</p>", 3885 "GetMLTransformResponse$MaxCapacity": "<p>The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">Glue pricing page</a>. </p> <p>When the <code>WorkerType</code> field is set to a value other than <code>Standard</code>, the <code>MaxCapacity</code> field is set automatically and becomes read-only.</p>", 3886 "Job$MaxCapacity": "<p>For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">Glue pricing page</a>.</p> <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p> <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:</p> <ul> <li> <p>When you specify a Python shell job (<code>JobCommand.Name</code>=\"pythonshell\"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU.</p> </li> <li> <p>When you specify an Apache Spark ETL job (<code>JobCommand.Name</code>=\"glueetl\") or Apache Spark streaming ETL job (<code>JobCommand.Name</code>=\"gluestreaming\"), you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation.</p> </li> </ul> <p>For Glue version 2.0 jobs, you cannot instead specify a <code>Maximum capacity</code>. Instead, you should specify a <code>Worker type</code> and the <code>Number of workers</code>.</p>", 3887 "JobRun$MaxCapacity": "<p>The number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">Glue pricing page</a>.</p> <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p> <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are running a Python shell job or an Apache Spark ETL job:</p> <ul> <li> <p>When you specify a Python shell job (<code>JobCommand.Name</code>=\"pythonshell\"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU.</p> </li> <li> <p>When you specify an Apache Spark ETL job (<code>JobCommand.Name</code>=\"glueetl\"), you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation.</p> </li> </ul>", 3888 "JobUpdate$MaxCapacity": "<p>For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">Glue pricing page</a>.</p> <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p> <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are running a Python shell job or an Apache Spark ETL job:</p> <ul> <li> <p>When you specify a Python shell job (<code>JobCommand.Name</code>=\"pythonshell\"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU.</p> </li> <li> <p>When you specify an Apache Spark ETL job (<code>JobCommand.Name</code>=\"glueetl\") or Apache Spark streaming ETL job (<code>JobCommand.Name</code>=\"gluestreaming\"), you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation.</p> </li> </ul> <p>For Glue version 2.0 jobs, you cannot instead specify a <code>Maximum capacity</code>. Instead, you should specify a <code>Worker type</code> and the <code>Number of workers</code>.</p>", 3889 "MLTransform$MaxCapacity": "<p>The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"http://aws.amazon.com/glue/pricing/\">Glue pricing page</a>. </p> <p> <code>MaxCapacity</code> is a mutually exclusive option with <code>NumberOfWorkers</code> and <code>WorkerType</code>.</p> <ul> <li> <p>If either <code>NumberOfWorkers</code> or <code>WorkerType</code> is set, then <code>MaxCapacity</code> cannot be set.</p> </li> <li> <p>If <code>MaxCapacity</code> is set then neither <code>NumberOfWorkers</code> or <code>WorkerType</code> can be set.</p> </li> <li> <p>If <code>WorkerType</code> is set, then <code>NumberOfWorkers</code> is required (and vice versa).</p> </li> <li> <p> <code>MaxCapacity</code> and <code>NumberOfWorkers</code> must both be at least 1.</p> </li> </ul> <p>When the <code>WorkerType</code> field is set to a value other than <code>Standard</code>, the <code>MaxCapacity</code> field is set automatically and becomes read-only.</p>", 3890 "StartJobRunRequest$MaxCapacity": "<p>The number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">Glue pricing page</a>.</p> <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p> <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are running a Python shell job, or an Apache Spark ETL job:</p> <ul> <li> <p>When you specify a Python shell job (<code>JobCommand.Name</code>=\"pythonshell\"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU.</p> </li> <li> <p>When you specify an Apache Spark ETL job (<code>JobCommand.Name</code>=\"glueetl\"), you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation.</p> </li> </ul>", 3891 "UpdateMLTransformRequest$MaxCapacity": "<p>The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">Glue pricing page</a>. </p> <p>When the <code>WorkerType</code> field is set to a value other than <code>Standard</code>, the <code>MaxCapacity</code> field is set automatically and becomes read-only.</p>" 3892 } 3893 }, 3894 "NullableInteger": { 3895 "base": null, 3896 "refs": { 3897 "CreateDevEndpointRequest$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated to the development endpoint.</p> <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>", 3898 "CreateDevEndpointResponse$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated to the development endpoint.</p>", 3899 "CreateJobRequest$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p> <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>", 3900 "CreateMLTransformRequest$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p> <p>If <code>WorkerType</code> is set, then <code>NumberOfWorkers</code> is required (and vice versa).</p>", 3901 "CreateMLTransformRequest$MaxRetries": "<p>The maximum number of times to retry a task for this transform after a task run fails.</p>", 3902 "CreateWorkflowRequest$MaxConcurrentRuns": "<p>You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.</p>", 3903 "DevEndpoint$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated to the development endpoint.</p> <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>", 3904 "GetMLTransformResponse$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>", 3905 "GetMLTransformResponse$MaxRetries": "<p>The maximum number of times to retry a task for this transform after a task run fails.</p>", 3906 "Job$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p> <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>", 3907 "JobRun$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p> <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>", 3908 "JobUpdate$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p> <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>", 3909 "MLTransform$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when a task of the transform runs.</p> <p>If <code>WorkerType</code> is set, then <code>NumberOfWorkers</code> is required (and vice versa).</p>", 3910 "MLTransform$MaxRetries": "<p>The maximum number of times to retry after an <code>MLTaskRun</code> of the machine learning transform fails.</p>", 3911 "S3Target$SampleSize": "<p>Sets the number of files in each leaf folder to be crawled when crawling sample files in a dataset. If not set, all the files are crawled. A valid value is an integer between 1 and 249.</p>", 3912 "StartJobRunRequest$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p> <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>", 3913 "StartingEventBatchCondition$BatchSize": "<p>Number of events in the batch.</p>", 3914 "StartingEventBatchCondition$BatchWindow": "<p>Duration of the batch window in seconds.</p>", 3915 "UpdateMLTransformRequest$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>", 3916 "UpdateMLTransformRequest$MaxRetries": "<p>The maximum number of times to retry a task for this transform after a task run fails.</p>", 3917 "UpdateWorkflowRequest$MaxConcurrentRuns": "<p>You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.</p>", 3918 "Workflow$MaxConcurrentRuns": "<p>You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.</p>" 3919 } 3920 }, 3921 "OperationTimeoutException": { 3922 "base": "<p>The operation timed out.</p>", 3923 "refs": { 3924 } 3925 }, 3926 "OrchestrationIAMRoleArn": { 3927 "base": null, 3928 "refs": { 3929 "BlueprintRun$RoleArn": "<p>The role ARN. This role will be assumed by the Glue service and will be used to create the workflow and other entities of a workflow.</p>", 3930 "StartBlueprintRunRequest$RoleArn": "<p>Specifies the IAM role used to create the workflow.</p>" 3931 } 3932 }, 3933 "OrchestrationNameString": { 3934 "base": null, 3935 "refs": { 3936 "BatchGetBlueprintNames$member": null, 3937 "Blueprint$Name": "<p>The name of the blueprint.</p>", 3938 "BlueprintDetails$BlueprintName": "<p>The name of the blueprint.</p>", 3939 "BlueprintNames$member": null, 3940 "BlueprintRun$BlueprintName": "<p>The name of the blueprint.</p>", 3941 "CreateBlueprintRequest$Name": "<p>The name of the blueprint.</p>", 3942 "GetBlueprintRunRequest$BlueprintName": "<p>The name of the blueprint.</p>", 3943 "StartBlueprintRunRequest$BlueprintName": "<p>The name of the blueprint.</p>", 3944 "UpdateBlueprintRequest$Name": "<p>The name of the blueprint.</p>" 3945 } 3946 }, 3947 "OrchestrationS3Location": { 3948 "base": null, 3949 "refs": { 3950 "CreateBlueprintRequest$BlueprintLocation": "<p>Specifies a path in Amazon S3 where the blueprint is published.</p>", 3951 "UpdateBlueprintRequest$BlueprintLocation": "<p>Specifies a path in Amazon S3 where the blueprint is published.</p>" 3952 } 3953 }, 3954 "OrchestrationStringList": { 3955 "base": null, 3956 "refs": { 3957 "ConnectionsList$Connections": "<p>A list of connections used by the job.</p>" 3958 } 3959 }, 3960 "Order": { 3961 "base": "<p>Specifies the sort order of a sorted column.</p>", 3962 "refs": { 3963 "OrderList$member": null 3964 } 3965 }, 3966 "OrderList": { 3967 "base": null, 3968 "refs": { 3969 "StorageDescriptor$SortColumns": "<p>A list specifying the sort order of each bucket in the table.</p>" 3970 } 3971 }, 3972 "OtherMetadataValueList": { 3973 "base": null, 3974 "refs": { 3975 "MetadataInfo$OtherMetadataValueList": "<p>Other metadata belonging to the same metadata key.</p>" 3976 } 3977 }, 3978 "OtherMetadataValueListItem": { 3979 "base": "<p>A structure containing other metadata for a schema version belonging to the same metadata key.</p>", 3980 "refs": { 3981 "OtherMetadataValueList$member": null 3982 } 3983 }, 3984 "PageSize": { 3985 "base": null, 3986 "refs": { 3987 "GetBlueprintRunsRequest$MaxResults": "<p>The maximum size of a list to return.</p>", 3988 "GetClassifiersRequest$MaxResults": "<p>The size of the list to return (optional).</p>", 3989 "GetConnectionsRequest$MaxResults": "<p>The maximum number of connections to return in one response.</p>", 3990 "GetCrawlerMetricsRequest$MaxResults": "<p>The maximum size of a list to return.</p>", 3991 "GetCrawlersRequest$MaxResults": "<p>The number of crawlers to return on each call.</p>", 3992 "GetDevEndpointsRequest$MaxResults": "<p>The maximum size of information to return.</p>", 3993 "GetJobRunsRequest$MaxResults": "<p>The maximum size of the response.</p>", 3994 "GetJobsRequest$MaxResults": "<p>The maximum size of the response.</p>", 3995 "GetMLTaskRunsRequest$MaxResults": "<p>The maximum number of results to return. </p>", 3996 "GetMLTransformsRequest$MaxResults": "<p>The maximum number of results to return.</p>", 3997 "GetPartitionsRequest$MaxResults": "<p>The maximum number of partitions to return in a single response.</p>", 3998 "GetResourcePoliciesRequest$MaxResults": "<p>The maximum size of a list to return.</p>", 3999 "GetSecurityConfigurationsRequest$MaxResults": "<p>The maximum number of results to return.</p>", 4000 "GetTriggersRequest$MaxResults": "<p>The maximum size of the response.</p>", 4001 "GetWorkflowRunsRequest$MaxResults": "<p>The maximum number of workflow runs to be included in the response.</p>", 4002 "ListBlueprintsRequest$MaxResults": "<p>The maximum size of a list to return.</p>", 4003 "ListCrawlersRequest$MaxResults": "<p>The maximum size of a list to return.</p>", 4004 "ListDevEndpointsRequest$MaxResults": "<p>The maximum size of a list to return.</p>", 4005 "ListJobsRequest$MaxResults": "<p>The maximum size of a list to return.</p>", 4006 "ListMLTransformsRequest$MaxResults": "<p>The maximum size of a list to return.</p>", 4007 "ListTriggersRequest$MaxResults": "<p>The maximum size of a list to return.</p>", 4008 "ListWorkflowsRequest$MaxResults": "<p>The maximum size of a list to return.</p>", 4009 "SearchTablesRequest$MaxResults": "<p>The maximum number of tables to return in a single response.</p>" 4010 } 4011 }, 4012 "PaginationToken": { 4013 "base": null, 4014 "refs": { 4015 "GetMLTaskRunsRequest$NextToken": "<p>A token for pagination of the results. The default is empty.</p>", 4016 "GetMLTaskRunsResponse$NextToken": "<p>A pagination token, if more results are available.</p>", 4017 "GetMLTransformsRequest$NextToken": "<p>A paginated token to offset the results.</p>", 4018 "GetMLTransformsResponse$NextToken": "<p>A pagination token, if more results are available.</p>", 4019 "ListMLTransformsRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>", 4020 "ListMLTransformsResponse$NextToken": "<p>A continuation token, if the returned list does not contain the last metric available.</p>" 4021 } 4022 }, 4023 "ParametersMap": { 4024 "base": null, 4025 "refs": { 4026 "Column$Parameters": "<p>These key-value pairs define properties associated with the column.</p>", 4027 "Database$Parameters": "<p>These key-value pairs define parameters and properties of the database.</p>", 4028 "DatabaseInput$Parameters": "<p>These key-value pairs define parameters and properties of the database.</p> <p>These key-value pairs define parameters and properties of the database.</p>", 4029 "Partition$Parameters": "<p>These key-value pairs define partition parameters.</p>", 4030 "PartitionInput$Parameters": "<p>These key-value pairs define partition parameters.</p>", 4031 "SerDeInfo$Parameters": "<p>These key-value pairs define initialization parameters for the SerDe.</p>", 4032 "StorageDescriptor$Parameters": "<p>The user-supplied properties in key-value form.</p>", 4033 "Table$Parameters": "<p>These key-value pairs define properties associated with the table.</p>", 4034 "TableInput$Parameters": "<p>These key-value pairs define properties associated with the table.</p>" 4035 } 4036 }, 4037 "ParametersMapValue": { 4038 "base": null, 4039 "refs": { 4040 "ParametersMap$value": null 4041 } 4042 }, 4043 "Partition": { 4044 "base": "<p>Represents a slice of table data.</p>", 4045 "refs": { 4046 "GetPartitionResponse$Partition": "<p>The requested information, in the form of a <code>Partition</code> object.</p>", 4047 "PartitionList$member": null 4048 } 4049 }, 4050 "PartitionError": { 4051 "base": "<p>Contains information about a partition error.</p>", 4052 "refs": { 4053 "PartitionErrors$member": null 4054 } 4055 }, 4056 "PartitionErrors": { 4057 "base": null, 4058 "refs": { 4059 "BatchCreatePartitionResponse$Errors": "<p>The errors encountered when trying to create the requested partitions.</p>", 4060 "BatchDeletePartitionResponse$Errors": "<p>The errors encountered when trying to delete the requested partitions.</p>" 4061 } 4062 }, 4063 "PartitionIndex": { 4064 "base": "<p>A structure for a partition index.</p>", 4065 "refs": { 4066 "CreatePartitionIndexRequest$PartitionIndex": "<p>Specifies a <code>PartitionIndex</code> structure to create a partition index in an existing table.</p>", 4067 "PartitionIndexList$member": null 4068 } 4069 }, 4070 "PartitionIndexDescriptor": { 4071 "base": "<p>A descriptor for a partition index in a table.</p>", 4072 "refs": { 4073 "PartitionIndexDescriptorList$member": null 4074 } 4075 }, 4076 "PartitionIndexDescriptorList": { 4077 "base": null, 4078 "refs": { 4079 "GetPartitionIndexesResponse$PartitionIndexDescriptorList": "<p>A list of index descriptors.</p>" 4080 } 4081 }, 4082 "PartitionIndexList": { 4083 "base": null, 4084 "refs": { 4085 "CreateTableRequest$PartitionIndexes": "<p>A list of partition indexes, <code>PartitionIndex</code> structures, to create in the table.</p>" 4086 } 4087 }, 4088 "PartitionIndexStatus": { 4089 "base": null, 4090 "refs": { 4091 "PartitionIndexDescriptor$IndexStatus": "<p>The status of the partition index. </p> <p>The possible statuses are:</p> <ul> <li> <p>CREATING: The index is being created. When an index is in a CREATING state, the index or its table cannot be deleted.</p> </li> <li> <p>ACTIVE: The index creation succeeds.</p> </li> <li> <p>FAILED: The index creation fails. </p> </li> <li> <p>DELETING: The index is deleted from the list of indexes.</p> </li> </ul>" 4092 } 4093 }, 4094 "PartitionInput": { 4095 "base": "<p>The structure used to create and update a partition.</p>", 4096 "refs": { 4097 "BatchUpdatePartitionRequestEntry$PartitionInput": "<p>The structure used to update a partition.</p>", 4098 "CreatePartitionRequest$PartitionInput": "<p>A <code>PartitionInput</code> structure defining the partition to be created.</p>", 4099 "PartitionInputList$member": null, 4100 "UpdatePartitionRequest$PartitionInput": "<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>" 4101 } 4102 }, 4103 "PartitionInputList": { 4104 "base": null, 4105 "refs": { 4106 "BatchCreatePartitionRequest$PartitionInputList": "<p>A list of <code>PartitionInput</code> structures that define the partitions to be created.</p>" 4107 } 4108 }, 4109 "PartitionList": { 4110 "base": null, 4111 "refs": { 4112 "BatchGetPartitionResponse$Partitions": "<p>A list of the requested partitions.</p>", 4113 "GetPartitionsResponse$Partitions": "<p>A list of requested partitions.</p>" 4114 } 4115 }, 4116 "PartitionValueList": { 4117 "base": "<p>Contains a list of values defining partitions.</p>", 4118 "refs": { 4119 "BackfillErroredPartitionsList$member": null, 4120 "BatchDeletePartitionValueList$member": null, 4121 "BatchGetPartitionValueList$member": null 4122 } 4123 }, 4124 "Path": { 4125 "base": null, 4126 "refs": { 4127 "DynamoDBTarget$Path": "<p>The name of the DynamoDB table to crawl.</p>", 4128 "JdbcTarget$Path": "<p>The path of the JDBC target.</p>", 4129 "MongoDBTarget$Path": "<p>The path of the Amazon DocumentDB or MongoDB target (database/collection).</p>", 4130 "PathList$member": null, 4131 "S3Target$Path": "<p>The path to the Amazon S3 target.</p>" 4132 } 4133 }, 4134 "PathList": { 4135 "base": null, 4136 "refs": { 4137 "JdbcTarget$Exclusions": "<p>A list of glob patterns used to exclude from the crawl. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html\">Catalog Tables with a Crawler</a>.</p>", 4138 "S3Target$Exclusions": "<p>A list of glob patterns used to exclude from the crawl. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html\">Catalog Tables with a Crawler</a>.</p>" 4139 } 4140 }, 4141 "Permission": { 4142 "base": null, 4143 "refs": { 4144 "PermissionList$member": null 4145 } 4146 }, 4147 "PermissionList": { 4148 "base": null, 4149 "refs": { 4150 "PrincipalPermissions$Permissions": "<p>The permissions that are granted to the principal.</p>" 4151 } 4152 }, 4153 "PhysicalConnectionRequirements": { 4154 "base": "<p>Specifies the physical requirements for a connection.</p>", 4155 "refs": { 4156 "Connection$PhysicalConnectionRequirements": "<p>A map of physical connection requirements, such as virtual private cloud (VPC) and <code>SecurityGroup</code>, that are needed to make this connection successfully.</p>", 4157 "ConnectionInput$PhysicalConnectionRequirements": "<p>A map of physical connection requirements, such as virtual private cloud (VPC) and <code>SecurityGroup</code>, that are needed to successfully make this connection.</p>" 4158 } 4159 }, 4160 "PolicyJsonString": { 4161 "base": null, 4162 "refs": { 4163 "GetResourcePolicyResponse$PolicyInJson": "<p>Contains the requested policy document, in JSON format.</p>", 4164 "GluePolicy$PolicyInJson": "<p>Contains the requested policy document, in JSON format.</p>", 4165 "PutResourcePolicyRequest$PolicyInJson": "<p>Contains the policy document to set, in JSON format.</p>" 4166 } 4167 }, 4168 "Predecessor": { 4169 "base": "<p>A job run that was used in the predicate of a conditional trigger that triggered this job run.</p>", 4170 "refs": { 4171 "PredecessorList$member": null 4172 } 4173 }, 4174 "PredecessorList": { 4175 "base": null, 4176 "refs": { 4177 "JobRun$PredecessorRuns": "<p>A list of predecessors to this job run.</p>" 4178 } 4179 }, 4180 "Predicate": { 4181 "base": "<p>Defines the predicate of the trigger, which determines when it fires.</p>", 4182 "refs": { 4183 "CreateTriggerRequest$Predicate": "<p>A predicate to specify when the new trigger should fire.</p> <p>This field is required when the trigger type is <code>CONDITIONAL</code>.</p>", 4184 "Trigger$Predicate": "<p>The predicate of this trigger, which defines when it will fire.</p>", 4185 "TriggerUpdate$Predicate": "<p>The predicate of this trigger, which defines when it will fire.</p>" 4186 } 4187 }, 4188 "PredicateString": { 4189 "base": null, 4190 "refs": { 4191 "GetPartitionsRequest$Expression": "<p>An expression that filters the partitions to be returned.</p> <p>The expression uses SQL syntax similar to the SQL <code>WHERE</code> filter clause. The SQL statement parser <a href=\"http://jsqlparser.sourceforge.net/home.php\">JSQLParser</a> parses the expression. </p> <p> <i>Operators</i>: The following are the operators that you can use in the <code>Expression</code> API call:</p> <dl> <dt>=</dt> <dd> <p>Checks whether the values of the two operands are equal; if yes, then the condition becomes true.</p> <p>Example: Assume 'variable a' holds 10 and 'variable b' holds 20. </p> <p>(a = b) is not true.</p> </dd> <dt>< ></dt> <dd> <p>Checks whether the values of two operands are equal; if the values are not equal, then the condition becomes true.</p> <p>Example: (a < > b) is true.</p> </dd> <dt>></dt> <dd> <p>Checks whether the value of the left operand is greater than the value of the right operand; if yes, then the condition becomes true.</p> <p>Example: (a > b) is not true.</p> </dd> <dt><</dt> <dd> <p>Checks whether the value of the left operand is less than the value of the right operand; if yes, then the condition becomes true.</p> <p>Example: (a < b) is true.</p> </dd> <dt>>=</dt> <dd> <p>Checks whether the value of the left operand is greater than or equal to the value of the right operand; if yes, then the condition becomes true.</p> <p>Example: (a >= b) is not true.</p> </dd> <dt><=</dt> <dd> <p>Checks whether the value of the left operand is less than or equal to the value of the right operand; if yes, then the condition becomes true.</p> <p>Example: (a <= b) is true.</p> </dd> <dt>AND, OR, IN, BETWEEN, LIKE, NOT, IS NULL</dt> <dd> <p>Logical operators.</p> </dd> </dl> <p> <i>Supported Partition Key Types</i>: The following are the supported partition keys.</p> <ul> <li> <p> <code>string</code> </p> </li> <li> <p> <code>date</code> </p> </li> <li> <p> <code>timestamp</code> </p> </li> <li> <p> <code>int</code> </p> </li> <li> <p> <code>bigint</code> </p> </li> <li> <p> <code>long</code> </p> </li> <li> <p> <code>tinyint</code> </p> </li> <li> <p> <code>smallint</code> </p> </li> <li> <p> <code>decimal</code> </p> </li> </ul> <p>If an type is encountered that is not valid, an exception is thrown. </p> <p>The following list shows the valid operators on each type. When you define a crawler, the <code>partitionKey</code> type is created as a <code>STRING</code>, to be compatible with the catalog partitions. </p> <p> <i>Sample API Call</i>: </p>" 4192 } 4193 }, 4194 "PrincipalPermissions": { 4195 "base": "<p>Permissions granted to a principal.</p>", 4196 "refs": { 4197 "PrincipalPermissionsList$member": null 4198 } 4199 }, 4200 "PrincipalPermissionsList": { 4201 "base": null, 4202 "refs": { 4203 "Database$CreateTableDefaultPermissions": "<p>Creates a set of default permissions on the table for principals. </p>", 4204 "DatabaseInput$CreateTableDefaultPermissions": "<p>Creates a set of default permissions on the table for principals. </p>" 4205 } 4206 }, 4207 "PrincipalType": { 4208 "base": null, 4209 "refs": { 4210 "UserDefinedFunction$OwnerType": "<p>The owner type.</p>", 4211 "UserDefinedFunctionInput$OwnerType": "<p>The owner type.</p>" 4212 } 4213 }, 4214 "PropertyPredicate": { 4215 "base": "<p>Defines a property predicate.</p>", 4216 "refs": { 4217 "SearchPropertyPredicates$member": null 4218 } 4219 }, 4220 "PublicKeysList": { 4221 "base": null, 4222 "refs": { 4223 "CreateDevEndpointRequest$PublicKeys": "<p>A list of public keys to be used by the development endpoints for authentication. The use of this attribute is preferred over a single public key because the public keys allow you to have a different private key per client.</p> <note> <p>If you previously created an endpoint with a public key, you must remove that key to be able to set a list of public keys. Call the <code>UpdateDevEndpoint</code> API with the public key content in the <code>deletePublicKeys</code> attribute, and the list of new keys in the <code>addPublicKeys</code> attribute.</p> </note>", 4224 "DevEndpoint$PublicKeys": "<p>A list of public keys to be used by the <code>DevEndpoints</code> for authentication. Using this attribute is preferred over a single public key because the public keys allow you to have a different private key per client.</p> <note> <p>If you previously created an endpoint with a public key, you must remove that key to be able to set a list of public keys. Call the <code>UpdateDevEndpoint</code> API operation with the public key content in the <code>deletePublicKeys</code> attribute, and the list of new keys in the <code>addPublicKeys</code> attribute.</p> </note>", 4225 "UpdateDevEndpointRequest$AddPublicKeys": "<p>The list of public keys for the <code>DevEndpoint</code> to use.</p>", 4226 "UpdateDevEndpointRequest$DeletePublicKeys": "<p>The list of public keys to be deleted from the <code>DevEndpoint</code>.</p>" 4227 } 4228 }, 4229 "PutDataCatalogEncryptionSettingsRequest": { 4230 "base": null, 4231 "refs": { 4232 } 4233 }, 4234 "PutDataCatalogEncryptionSettingsResponse": { 4235 "base": null, 4236 "refs": { 4237 } 4238 }, 4239 "PutResourcePolicyRequest": { 4240 "base": null, 4241 "refs": { 4242 } 4243 }, 4244 "PutResourcePolicyResponse": { 4245 "base": null, 4246 "refs": { 4247 } 4248 }, 4249 "PutSchemaVersionMetadataInput": { 4250 "base": null, 4251 "refs": { 4252 } 4253 }, 4254 "PutSchemaVersionMetadataResponse": { 4255 "base": null, 4256 "refs": { 4257 } 4258 }, 4259 "PutWorkflowRunPropertiesRequest": { 4260 "base": null, 4261 "refs": { 4262 } 4263 }, 4264 "PutWorkflowRunPropertiesResponse": { 4265 "base": null, 4266 "refs": { 4267 } 4268 }, 4269 "PythonScript": { 4270 "base": null, 4271 "refs": { 4272 "CreateScriptResponse$PythonScript": "<p>The Python script generated from the DAG.</p>", 4273 "GetDataflowGraphRequest$PythonScript": "<p>The Python script to transform.</p>", 4274 "GetPlanResponse$PythonScript": "<p>A Python script to perform the mapping.</p>" 4275 } 4276 }, 4277 "PythonVersionString": { 4278 "base": null, 4279 "refs": { 4280 "JobCommand$PythonVersion": "<p>The Python version being used to run a Python shell job. Allowed values are 2 or 3.</p>" 4281 } 4282 }, 4283 "QuerySchemaVersionMetadataInput": { 4284 "base": null, 4285 "refs": { 4286 } 4287 }, 4288 "QuerySchemaVersionMetadataMaxResults": { 4289 "base": null, 4290 "refs": { 4291 "QuerySchemaVersionMetadataInput$MaxResults": "<p>Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.</p>" 4292 } 4293 }, 4294 "QuerySchemaVersionMetadataResponse": { 4295 "base": null, 4296 "refs": { 4297 } 4298 }, 4299 "RecordsCount": { 4300 "base": null, 4301 "refs": { 4302 "ConfusionMatrix$NumTruePositives": "<p>The number of matches in the data that the transform correctly found, in the confusion matrix for your transform.</p>", 4303 "ConfusionMatrix$NumFalsePositives": "<p>The number of nonmatches in the data that the transform incorrectly classified as a match, in the confusion matrix for your transform.</p>", 4304 "ConfusionMatrix$NumTrueNegatives": "<p>The number of nonmatches in the data that the transform correctly rejected, in the confusion matrix for your transform.</p>", 4305 "ConfusionMatrix$NumFalseNegatives": "<p>The number of matches in the data that the transform didn't find, in the confusion matrix for your transform.</p>" 4306 } 4307 }, 4308 "RecrawlBehavior": { 4309 "base": null, 4310 "refs": { 4311 "RecrawlPolicy$RecrawlBehavior": "<p>Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run.</p> <p>A value of <code>CRAWL_EVERYTHING</code> specifies crawling the entire dataset again.</p> <p>A value of <code>CRAWL_NEW_FOLDERS_ONLY</code> specifies crawling only folders that were added since the last crawler run.</p>" 4312 } 4313 }, 4314 "RecrawlPolicy": { 4315 "base": "<p>When crawling an Amazon S3 data source after the first crawl is complete, specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/incremental-crawls.html\">Incremental Crawls in Glue</a> in the developer guide.</p>", 4316 "refs": { 4317 "Crawler$RecrawlPolicy": "<p>A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.</p>", 4318 "CreateCrawlerRequest$RecrawlPolicy": "<p>A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.</p>", 4319 "UpdateCrawlerRequest$RecrawlPolicy": "<p>A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.</p>" 4320 } 4321 }, 4322 "RegisterSchemaVersionInput": { 4323 "base": null, 4324 "refs": { 4325 } 4326 }, 4327 "RegisterSchemaVersionResponse": { 4328 "base": null, 4329 "refs": { 4330 } 4331 }, 4332 "RegistryId": { 4333 "base": "<p>A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>", 4334 "refs": { 4335 "CreateSchemaInput$RegistryId": "<p> This is a wrapper shape to contain the registry identity fields. If this is not provided, the default registry will be used. The ARN format for the same will be: <code>arn:aws:glue:us-east-2:<customer id>:registry/default-registry:random-5-letter-id</code>.</p>", 4336 "DeleteRegistryInput$RegistryId": "<p>This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>", 4337 "GetRegistryInput$RegistryId": "<p>This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>", 4338 "ListSchemasInput$RegistryId": "<p>A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>", 4339 "UpdateRegistryInput$RegistryId": "<p>This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>" 4340 } 4341 }, 4342 "RegistryListDefinition": { 4343 "base": null, 4344 "refs": { 4345 "ListRegistriesResponse$Registries": "<p>An array of <code>RegistryDetailedListItem</code> objects containing minimal details of each registry.</p>" 4346 } 4347 }, 4348 "RegistryListItem": { 4349 "base": "<p>A structure containing the details for a registry.</p>", 4350 "refs": { 4351 "RegistryListDefinition$member": null 4352 } 4353 }, 4354 "RegistryStatus": { 4355 "base": null, 4356 "refs": { 4357 "DeleteRegistryResponse$Status": "<p>The status of the registry. A successful operation will return the <code>Deleting</code> status.</p>", 4358 "GetRegistryResponse$Status": "<p>The status of the registry.</p>", 4359 "RegistryListItem$Status": "<p>The status of the registry.</p>" 4360 } 4361 }, 4362 "RemoveSchemaVersionMetadataInput": { 4363 "base": null, 4364 "refs": { 4365 } 4366 }, 4367 "RemoveSchemaVersionMetadataResponse": { 4368 "base": null, 4369 "refs": { 4370 } 4371 }, 4372 "ReplaceBoolean": { 4373 "base": null, 4374 "refs": { 4375 "ImportLabelsTaskRunProperties$Replace": "<p>Indicates whether to overwrite your existing labels.</p>", 4376 "StartImportLabelsTaskRunRequest$ReplaceAllLabels": "<p>Indicates whether to overwrite your existing labels.</p>" 4377 } 4378 }, 4379 "ResetJobBookmarkRequest": { 4380 "base": null, 4381 "refs": { 4382 } 4383 }, 4384 "ResetJobBookmarkResponse": { 4385 "base": null, 4386 "refs": { 4387 } 4388 }, 4389 "ResourceNumberLimitExceededException": { 4390 "base": "<p>A resource numerical limit was exceeded.</p>", 4391 "refs": { 4392 } 4393 }, 4394 "ResourceShareType": { 4395 "base": null, 4396 "refs": { 4397 "GetDatabasesRequest$ResourceShareType": "<p>Allows you to specify that you want to list the databases shared with your account. The allowable values are <code>FOREIGN</code> or <code>ALL</code>. </p> <ul> <li> <p>If set to <code>FOREIGN</code>, will list the databases shared with your account. </p> </li> <li> <p>If set to <code>ALL</code>, will list the databases shared with your account, as well as the databases in yor local account. </p> </li> </ul>", 4398 "SearchTablesRequest$ResourceShareType": "<p>Allows you to specify that you want to search the tables shared with your account. The allowable values are <code>FOREIGN</code> or <code>ALL</code>. </p> <ul> <li> <p>If set to <code>FOREIGN</code>, will search the tables shared with your account. </p> </li> <li> <p>If set to <code>ALL</code>, will search the tables shared with your account, as well as the tables in yor local account. </p> </li> </ul>" 4399 } 4400 }, 4401 "ResourceType": { 4402 "base": null, 4403 "refs": { 4404 "ResourceUri$ResourceType": "<p>The type of the resource.</p>" 4405 } 4406 }, 4407 "ResourceUri": { 4408 "base": "<p>The URIs for function resources.</p>", 4409 "refs": { 4410 "ResourceUriList$member": null 4411 } 4412 }, 4413 "ResourceUriList": { 4414 "base": null, 4415 "refs": { 4416 "UserDefinedFunction$ResourceUris": "<p>The resource URIs for the function.</p>", 4417 "UserDefinedFunctionInput$ResourceUris": "<p>The resource URIs for the function.</p>" 4418 } 4419 }, 4420 "ResumeWorkflowRunRequest": { 4421 "base": null, 4422 "refs": { 4423 } 4424 }, 4425 "ResumeWorkflowRunResponse": { 4426 "base": null, 4427 "refs": { 4428 } 4429 }, 4430 "Role": { 4431 "base": null, 4432 "refs": { 4433 "Crawler$Role": "<p>The Amazon Resource Name (ARN) of an IAM role that's used to access customer resources, such as Amazon Simple Storage Service (Amazon S3) data.</p>", 4434 "CreateCrawlerRequest$Role": "<p>The IAM role or Amazon Resource Name (ARN) of an IAM role used by the new crawler to access customer resources.</p>", 4435 "UpdateCrawlerRequest$Role": "<p>The IAM role or Amazon Resource Name (ARN) of an IAM role that is used by the new crawler to access customer resources.</p>" 4436 } 4437 }, 4438 "RoleArn": { 4439 "base": null, 4440 "refs": { 4441 "CreateDevEndpointRequest$RoleArn": "<p>The IAM role for the <code>DevEndpoint</code>.</p>", 4442 "CreateDevEndpointResponse$RoleArn": "<p>The Amazon Resource Name (ARN) of the role assigned to the new <code>DevEndpoint</code>.</p>", 4443 "DevEndpoint$RoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role used in this <code>DevEndpoint</code>.</p>" 4444 } 4445 }, 4446 "RoleString": { 4447 "base": null, 4448 "refs": { 4449 "CreateJobRequest$Role": "<p>The name or Amazon Resource Name (ARN) of the IAM role associated with this job.</p>", 4450 "CreateMLTransformRequest$Role": "<p>The name or Amazon Resource Name (ARN) of the IAM role with the required permissions. The required permissions include both Glue service role permissions to Glue resources, and Amazon S3 permissions required by the transform. </p> <ul> <li> <p>This role needs Glue service role permissions to allow access to resources in Glue. See <a href=\"https://docs.aws.amazon.com/glue/latest/dg/attach-policy-iam-user.html\">Attach a Policy to IAM Users That Access Glue</a>.</p> </li> <li> <p>This role needs permission to your Amazon Simple Storage Service (Amazon S3) sources, targets, temporary directory, scripts, and any libraries used by the task run for this transform.</p> </li> </ul>", 4451 "GetMLTransformResponse$Role": "<p>The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.</p>", 4452 "Job$Role": "<p>The name or Amazon Resource Name (ARN) of the IAM role associated with this job.</p>", 4453 "JobUpdate$Role": "<p>The name or Amazon Resource Name (ARN) of the IAM role associated with this job (required).</p>", 4454 "MLTransform$Role": "<p>The name or Amazon Resource Name (ARN) of the IAM role with the required permissions. The required permissions include both Glue service role permissions to Glue resources, and Amazon S3 permissions required by the transform. </p> <ul> <li> <p>This role needs Glue service role permissions to allow access to resources in Glue. See <a href=\"https://docs.aws.amazon.com/glue/latest/dg/attach-policy-iam-user.html\">Attach a Policy to IAM Users That Access Glue</a>.</p> </li> <li> <p>This role needs permission to your Amazon Simple Storage Service (Amazon S3) sources, targets, temporary directory, scripts, and any libraries used by the task run for this transform.</p> </li> </ul>", 4455 "UpdateMLTransformRequest$Role": "<p>The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.</p>" 4456 } 4457 }, 4458 "RowTag": { 4459 "base": null, 4460 "refs": { 4461 "CreateXMLClassifierRequest$RowTag": "<p>The XML tag designating the element that contains each record in an XML document being parsed. This can't identify a self-closing element (closed by <code>/></code>). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <code><row item_a=\"A\" item_b=\"B\"></row></code> is okay, but <code><row item_a=\"A\" item_b=\"B\" /></code> is not).</p>", 4462 "UpdateXMLClassifierRequest$RowTag": "<p>The XML tag designating the element that contains each record in an XML document being parsed. This cannot identify a self-closing element (closed by <code>/></code>). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <code><row item_a=\"A\" item_b=\"B\"></row></code> is okay, but <code><row item_a=\"A\" item_b=\"B\" /></code> is not).</p>", 4463 "XMLClassifier$RowTag": "<p>The XML tag designating the element that contains each record in an XML document being parsed. This can't identify a self-closing element (closed by <code>/></code>). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <code><row item_a=\"A\" item_b=\"B\"></row></code> is okay, but <code><row item_a=\"A\" item_b=\"B\" /></code> is not).</p>" 4464 } 4465 }, 4466 "RunId": { 4467 "base": null, 4468 "refs": { 4469 "GetJobBookmarkRequest$RunId": "<p>The unique run identifier associated with this job run.</p>", 4470 "JobBookmarkEntry$PreviousRunId": "<p>The unique run identifier associated with the previous job run.</p>", 4471 "JobBookmarkEntry$RunId": "<p>The run ID number.</p>", 4472 "ResetJobBookmarkRequest$RunId": "<p>The unique run identifier associated with this job run.</p>" 4473 } 4474 }, 4475 "S3Encryption": { 4476 "base": "<p>Specifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.</p>", 4477 "refs": { 4478 "S3EncryptionList$member": null 4479 } 4480 }, 4481 "S3EncryptionList": { 4482 "base": null, 4483 "refs": { 4484 "EncryptionConfiguration$S3Encryption": "<p>The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.</p>" 4485 } 4486 }, 4487 "S3EncryptionMode": { 4488 "base": null, 4489 "refs": { 4490 "S3Encryption$S3EncryptionMode": "<p>The encryption mode to use for Amazon S3 data.</p>" 4491 } 4492 }, 4493 "S3Target": { 4494 "base": "<p>Specifies a data store in Amazon Simple Storage Service (Amazon S3).</p>", 4495 "refs": { 4496 "S3TargetList$member": null 4497 } 4498 }, 4499 "S3TargetList": { 4500 "base": null, 4501 "refs": { 4502 "CrawlerTargets$S3Targets": "<p>Specifies Amazon Simple Storage Service (Amazon S3) targets.</p>" 4503 } 4504 }, 4505 "ScalaCode": { 4506 "base": null, 4507 "refs": { 4508 "CreateScriptResponse$ScalaCode": "<p>The Scala code generated from the DAG.</p>", 4509 "GetPlanResponse$ScalaCode": "<p>The Scala code to perform the mapping.</p>" 4510 } 4511 }, 4512 "Schedule": { 4513 "base": "<p>A scheduling object using a <code>cron</code> statement to schedule an event.</p>", 4514 "refs": { 4515 "Crawler$Schedule": "<p>For scheduled crawlers, the schedule when the crawler runs.</p>" 4516 } 4517 }, 4518 "ScheduleState": { 4519 "base": null, 4520 "refs": { 4521 "Schedule$State": "<p>The state of the schedule.</p>" 4522 } 4523 }, 4524 "SchedulerNotRunningException": { 4525 "base": "<p>The specified scheduler is not running.</p>", 4526 "refs": { 4527 } 4528 }, 4529 "SchedulerRunningException": { 4530 "base": "<p>The specified scheduler is already running.</p>", 4531 "refs": { 4532 } 4533 }, 4534 "SchedulerTransitioningException": { 4535 "base": "<p>The specified scheduler is transitioning.</p>", 4536 "refs": { 4537 } 4538 }, 4539 "SchemaChangePolicy": { 4540 "base": "<p>A policy that specifies update and deletion behaviors for the crawler.</p>", 4541 "refs": { 4542 "Crawler$SchemaChangePolicy": "<p>The policy that specifies update and delete behaviors for the crawler.</p>", 4543 "CreateCrawlerRequest$SchemaChangePolicy": "<p>The policy for the crawler's update and deletion behavior.</p>", 4544 "UpdateCrawlerRequest$SchemaChangePolicy": "<p>The policy for the crawler's update and deletion behavior.</p>" 4545 } 4546 }, 4547 "SchemaCheckpointNumber": { 4548 "base": null, 4549 "refs": { 4550 "CreateSchemaResponse$SchemaCheckpoint": "<p>The version number of the checkpoint (the last time the compatibility mode was changed).</p>", 4551 "GetSchemaResponse$SchemaCheckpoint": "<p>The version number of the checkpoint (the last time the compatibility mode was changed).</p>" 4552 } 4553 }, 4554 "SchemaColumn": { 4555 "base": "<p>A key-value pair representing a column and data type that this transform can run against. The <code>Schema</code> parameter of the <code>MLTransform</code> may contain up to 100 of these structures.</p>", 4556 "refs": { 4557 "TransformSchema$member": null 4558 } 4559 }, 4560 "SchemaDefinitionDiff": { 4561 "base": null, 4562 "refs": { 4563 "GetSchemaVersionsDiffResponse$Diff": "<p>The difference between schemas as a string in JsonPatch format.</p>" 4564 } 4565 }, 4566 "SchemaDefinitionString": { 4567 "base": null, 4568 "refs": { 4569 "CheckSchemaVersionValidityInput$SchemaDefinition": "<p>The definition of the schema that has to be validated.</p>", 4570 "CreateSchemaInput$SchemaDefinition": "<p>The schema definition using the <code>DataFormat</code> setting for <code>SchemaName</code>.</p>", 4571 "GetSchemaByDefinitionInput$SchemaDefinition": "<p>The definition of the schema for which schema details are required.</p>", 4572 "GetSchemaVersionResponse$SchemaDefinition": "<p>The schema definition for the schema ID.</p>", 4573 "RegisterSchemaVersionInput$SchemaDefinition": "<p>The schema definition using the <code>DataFormat</code> setting for the <code>SchemaName</code>.</p>" 4574 } 4575 }, 4576 "SchemaDiffType": { 4577 "base": null, 4578 "refs": { 4579 "GetSchemaVersionsDiffInput$SchemaDiffType": "<p>Refers to <code>SYNTAX_DIFF</code>, which is the currently supported diff type.</p>" 4580 } 4581 }, 4582 "SchemaId": { 4583 "base": "<p>The unique ID of the schema in the Glue schema registry.</p>", 4584 "refs": { 4585 "DeleteSchemaInput$SchemaId": "<p>This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).</p>", 4586 "DeleteSchemaVersionsInput$SchemaId": "<p>This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).</p>", 4587 "GetSchemaByDefinitionInput$SchemaId": "<p>This is a wrapper structure to contain schema identity fields. The structure contains:</p> <ul> <li> <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p> </li> <li> <p>SchemaId$SchemaName: The name of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p> </li> </ul>", 4588 "GetSchemaInput$SchemaId": "<p>This is a wrapper structure to contain schema identity fields. The structure contains:</p> <ul> <li> <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p> </li> <li> <p>SchemaId$SchemaName: The name of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p> </li> </ul>", 4589 "GetSchemaVersionInput$SchemaId": "<p>This is a wrapper structure to contain schema identity fields. The structure contains:</p> <ul> <li> <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p> </li> <li> <p>SchemaId$SchemaName: The name of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p> </li> </ul>", 4590 "GetSchemaVersionsDiffInput$SchemaId": "<p>This is a wrapper structure to contain schema identity fields. The structure contains:</p> <ul> <li> <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p> </li> <li> <p>SchemaId$SchemaName: The name of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p> </li> </ul>", 4591 "ListSchemaVersionsInput$SchemaId": "<p>This is a wrapper structure to contain schema identity fields. The structure contains:</p> <ul> <li> <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p> </li> <li> <p>SchemaId$SchemaName: The name of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p> </li> </ul>", 4592 "PutSchemaVersionMetadataInput$SchemaId": "<p>The unique ID for the schema.</p>", 4593 "QuerySchemaVersionMetadataInput$SchemaId": "<p>A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).</p>", 4594 "RegisterSchemaVersionInput$SchemaId": "<p>This is a wrapper structure to contain schema identity fields. The structure contains:</p> <ul> <li> <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p> </li> <li> <p>SchemaId$SchemaName: The name of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p> </li> </ul>", 4595 "RemoveSchemaVersionMetadataInput$SchemaId": "<p>A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).</p>", 4596 "SchemaReference$SchemaId": "<p>A structure that contains schema identity fields. Either this or the <code>SchemaVersionId</code> has to be provided.</p>", 4597 "UpdateSchemaInput$SchemaId": "<p>This is a wrapper structure to contain schema identity fields. The structure contains:</p> <ul> <li> <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p> </li> <li> <p>SchemaId$SchemaName: The name of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p> </li> </ul>" 4598 } 4599 }, 4600 "SchemaListDefinition": { 4601 "base": null, 4602 "refs": { 4603 "ListSchemasResponse$Schemas": "<p>An array of <code>SchemaListItem</code> objects containing details of each schema.</p>" 4604 } 4605 }, 4606 "SchemaListItem": { 4607 "base": "<p>An object that contains minimal details for a schema.</p>", 4608 "refs": { 4609 "SchemaListDefinition$member": null 4610 } 4611 }, 4612 "SchemaPathString": { 4613 "base": null, 4614 "refs": { 4615 "MappingEntry$SourcePath": "<p>The source path.</p>", 4616 "MappingEntry$TargetPath": "<p>The target path.</p>" 4617 } 4618 }, 4619 "SchemaReference": { 4620 "base": "<p>An object that references a schema stored in the Glue Schema Registry.</p>", 4621 "refs": { 4622 "StorageDescriptor$SchemaReference": "<p>An object that references a schema stored in the Glue Schema Registry.</p> <p>When creating a table, you can pass an empty list of columns for the schema, and instead use a schema reference.</p>" 4623 } 4624 }, 4625 "SchemaRegistryNameString": { 4626 "base": null, 4627 "refs": { 4628 "CreateRegistryInput$RegistryName": "<p>Name of the registry to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.</p>", 4629 "CreateRegistryResponse$RegistryName": "<p>The name of the registry.</p>", 4630 "CreateSchemaInput$SchemaName": "<p>Name of the schema to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.</p>", 4631 "CreateSchemaResponse$RegistryName": "<p>The name of the registry.</p>", 4632 "CreateSchemaResponse$SchemaName": "<p>The name of the schema.</p>", 4633 "DeleteRegistryResponse$RegistryName": "<p>The name of the registry being deleted.</p>", 4634 "DeleteSchemaResponse$SchemaName": "<p>The name of the schema being deleted.</p>", 4635 "GetRegistryResponse$RegistryName": "<p>The name of the registry.</p>", 4636 "GetSchemaResponse$RegistryName": "<p>The name of the registry.</p>", 4637 "GetSchemaResponse$SchemaName": "<p>The name of the schema.</p>", 4638 "PutSchemaVersionMetadataResponse$SchemaName": "<p>The name for the schema.</p>", 4639 "PutSchemaVersionMetadataResponse$RegistryName": "<p>The name for the registry.</p>", 4640 "RegistryId$RegistryName": "<p>Name of the registry. Used only for lookup. One of <code>RegistryArn</code> or <code>RegistryName</code> has to be provided. </p>", 4641 "RegistryListItem$RegistryName": "<p>The name of the registry.</p>", 4642 "RemoveSchemaVersionMetadataResponse$SchemaName": "<p>The name of the schema.</p>", 4643 "RemoveSchemaVersionMetadataResponse$RegistryName": "<p>The name of the registry.</p>", 4644 "SchemaId$SchemaName": "<p>The name of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>", 4645 "SchemaId$RegistryName": "<p>The name of the schema registry that contains the schema.</p>", 4646 "SchemaListItem$RegistryName": "<p>the name of the registry where the schema resides.</p>", 4647 "SchemaListItem$SchemaName": "<p>The name of the schema.</p>", 4648 "UpdateRegistryResponse$RegistryName": "<p>The name of the updated registry.</p>", 4649 "UpdateSchemaResponse$SchemaName": "<p>The name of the schema.</p>", 4650 "UpdateSchemaResponse$RegistryName": "<p>The name of the registry that contains the schema.</p>" 4651 } 4652 }, 4653 "SchemaRegistryTokenString": { 4654 "base": null, 4655 "refs": { 4656 "ListRegistriesInput$NextToken": "<p>A continuation token, if this is a continuation call.</p>", 4657 "ListRegistriesResponse$NextToken": "<p>A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.</p>", 4658 "ListSchemaVersionsInput$NextToken": "<p>A continuation token, if this is a continuation call.</p>", 4659 "ListSchemaVersionsResponse$NextToken": "<p>A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.</p>", 4660 "ListSchemasInput$NextToken": "<p>A continuation token, if this is a continuation call.</p>", 4661 "ListSchemasResponse$NextToken": "<p>A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.</p>", 4662 "QuerySchemaVersionMetadataInput$NextToken": "<p>A continuation token, if this is a continuation call.</p>", 4663 "QuerySchemaVersionMetadataResponse$NextToken": "<p>A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.</p>" 4664 } 4665 }, 4666 "SchemaStatus": { 4667 "base": null, 4668 "refs": { 4669 "CreateSchemaResponse$SchemaStatus": "<p>The status of the schema. </p>", 4670 "DeleteSchemaResponse$Status": "<p>The status of the schema.</p>", 4671 "GetSchemaResponse$SchemaStatus": "<p>The status of the schema.</p>", 4672 "SchemaListItem$SchemaStatus": "<p>The status of the schema.</p>" 4673 } 4674 }, 4675 "SchemaValidationError": { 4676 "base": null, 4677 "refs": { 4678 "CheckSchemaVersionValidityResponse$Error": "<p>A validation failure error message.</p>" 4679 } 4680 }, 4681 "SchemaVersionErrorItem": { 4682 "base": "<p>An object that contains the error details for an operation on a schema version.</p>", 4683 "refs": { 4684 "SchemaVersionErrorList$member": null 4685 } 4686 }, 4687 "SchemaVersionErrorList": { 4688 "base": null, 4689 "refs": { 4690 "DeleteSchemaVersionsResponse$SchemaVersionErrors": "<p>A list of <code>SchemaVersionErrorItem</code> objects, each containing an error and schema version.</p>" 4691 } 4692 }, 4693 "SchemaVersionIdString": { 4694 "base": null, 4695 "refs": { 4696 "CreateSchemaResponse$SchemaVersionId": "<p>The unique identifier of the first schema version.</p>", 4697 "GetSchemaByDefinitionResponse$SchemaVersionId": "<p>The schema ID of the schema version.</p>", 4698 "GetSchemaVersionInput$SchemaVersionId": "<p>The <code>SchemaVersionId</code> of the schema version. This field is required for fetching by schema ID. Either this or the <code>SchemaId</code> wrapper has to be provided.</p>", 4699 "GetSchemaVersionResponse$SchemaVersionId": "<p>The <code>SchemaVersionId</code> of the schema version.</p>", 4700 "PutSchemaVersionMetadataInput$SchemaVersionId": "<p>The unique version ID of the schema version.</p>", 4701 "PutSchemaVersionMetadataResponse$SchemaVersionId": "<p>The unique version ID of the schema version.</p>", 4702 "QuerySchemaVersionMetadataInput$SchemaVersionId": "<p>The unique version ID of the schema version.</p>", 4703 "QuerySchemaVersionMetadataResponse$SchemaVersionId": "<p>The unique version ID of the schema version.</p>", 4704 "RegisterSchemaVersionResponse$SchemaVersionId": "<p>The unique ID that represents the version of this schema.</p>", 4705 "RemoveSchemaVersionMetadataInput$SchemaVersionId": "<p>The unique version ID of the schema version.</p>", 4706 "RemoveSchemaVersionMetadataResponse$SchemaVersionId": "<p>The version ID for the schema version.</p>", 4707 "SchemaReference$SchemaVersionId": "<p>The unique ID assigned to a version of the schema. Either this or the <code>SchemaId</code> has to be provided.</p>", 4708 "SchemaVersionListItem$SchemaVersionId": "<p>The unique identifier of the schema version.</p>" 4709 } 4710 }, 4711 "SchemaVersionList": { 4712 "base": null, 4713 "refs": { 4714 "ListSchemaVersionsResponse$Schemas": "<p>An array of <code>SchemaVersionList</code> objects containing details of each schema version.</p>" 4715 } 4716 }, 4717 "SchemaVersionListItem": { 4718 "base": "<p>An object containing the details about a schema version.</p>", 4719 "refs": { 4720 "SchemaVersionList$member": null 4721 } 4722 }, 4723 "SchemaVersionNumber": { 4724 "base": "<p>A structure containing the schema version information.</p>", 4725 "refs": { 4726 "GetSchemaVersionInput$SchemaVersionNumber": "<p>The version number of the schema.</p>", 4727 "GetSchemaVersionsDiffInput$FirstSchemaVersionNumber": "<p>The first of the two schema versions to be compared.</p>", 4728 "GetSchemaVersionsDiffInput$SecondSchemaVersionNumber": "<p>The second of the two schema versions to be compared.</p>", 4729 "PutSchemaVersionMetadataInput$SchemaVersionNumber": "<p>The version number of the schema.</p>", 4730 "QuerySchemaVersionMetadataInput$SchemaVersionNumber": "<p>The version number of the schema.</p>", 4731 "RemoveSchemaVersionMetadataInput$SchemaVersionNumber": "<p>The version number of the schema.</p>", 4732 "UpdateSchemaInput$SchemaVersionNumber": "<p>Version number required for check pointing. One of <code>VersionNumber</code> or <code>Compatibility</code> has to be provided.</p>" 4733 } 4734 }, 4735 "SchemaVersionStatus": { 4736 "base": null, 4737 "refs": { 4738 "CreateSchemaResponse$SchemaVersionStatus": "<p>The status of the first schema version created.</p>", 4739 "GetSchemaByDefinitionResponse$Status": "<p>The status of the schema version.</p>", 4740 "GetSchemaVersionResponse$Status": "<p>The status of the schema version. </p>", 4741 "RegisterSchemaVersionResponse$Status": "<p>The status of the schema version.</p>", 4742 "SchemaVersionListItem$Status": "<p>The status of the schema version.</p>" 4743 } 4744 }, 4745 "ScriptLocationString": { 4746 "base": null, 4747 "refs": { 4748 "JobCommand$ScriptLocation": "<p>Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that runs a job.</p>" 4749 } 4750 }, 4751 "SearchPropertyPredicates": { 4752 "base": null, 4753 "refs": { 4754 "SearchTablesRequest$Filters": "<p>A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.</p> <p>The <code>Comparator</code> member of the <code>PropertyPredicate</code> struct is used only for time fields, and can be omitted for other field types. Also, when comparing string values, such as when <code>Key=Name</code>, a fuzzy match algorithm is used. The <code>Key</code> field (for example, the value of the <code>Name</code> field) is split on certain punctuation characters, for example, -, :, #, etc. into tokens. Then each token is exact-match compared with the <code>Value</code> member of <code>PropertyPredicate</code>. For example, if <code>Key=Name</code> and <code>Value=link</code>, tables named <code>customer-link</code> and <code>xx-link-yy</code> are returned, but <code>xxlinkyy</code> is not returned.</p>" 4755 } 4756 }, 4757 "SearchTablesRequest": { 4758 "base": null, 4759 "refs": { 4760 } 4761 }, 4762 "SearchTablesResponse": { 4763 "base": null, 4764 "refs": { 4765 } 4766 }, 4767 "SecurityConfiguration": { 4768 "base": "<p>Specifies a security configuration.</p>", 4769 "refs": { 4770 "GetSecurityConfigurationResponse$SecurityConfiguration": "<p>The requested security configuration.</p>", 4771 "SecurityConfigurationList$member": null 4772 } 4773 }, 4774 "SecurityConfigurationList": { 4775 "base": null, 4776 "refs": { 4777 "GetSecurityConfigurationsResponse$SecurityConfigurations": "<p>A list of security configurations.</p>" 4778 } 4779 }, 4780 "SecurityGroupIdList": { 4781 "base": null, 4782 "refs": { 4783 "PhysicalConnectionRequirements$SecurityGroupIdList": "<p>The security group ID list used by the connection.</p>" 4784 } 4785 }, 4786 "Segment": { 4787 "base": "<p>Defines a non-overlapping region of a table's partitions, allowing multiple requests to be run in parallel.</p>", 4788 "refs": { 4789 "GetPartitionsRequest$Segment": "<p>The segment of the table's partitions to scan in this request.</p>" 4790 } 4791 }, 4792 "SerDeInfo": { 4793 "base": "<p>Information about a serialization/deserialization program (SerDe) that serves as an extractor and loader.</p>", 4794 "refs": { 4795 "StorageDescriptor$SerdeInfo": "<p>The serialization/deserialization (SerDe) information.</p>" 4796 } 4797 }, 4798 "SkewedInfo": { 4799 "base": "<p>Specifies skewed values in a table. Skewed values are those that occur with very high frequency.</p>", 4800 "refs": { 4801 "StorageDescriptor$SkewedInfo": "<p>The information about values that appear frequently in a column (skewed values).</p>" 4802 } 4803 }, 4804 "Sort": { 4805 "base": null, 4806 "refs": { 4807 "SortCriterion$Sort": "<p>An ascending or descending sort.</p>" 4808 } 4809 }, 4810 "SortCriteria": { 4811 "base": null, 4812 "refs": { 4813 "SearchTablesRequest$SortCriteria": "<p>A list of criteria for sorting the results by a field name, in an ascending or descending order.</p>" 4814 } 4815 }, 4816 "SortCriterion": { 4817 "base": "<p>Specifies a field to sort by and a sort order.</p>", 4818 "refs": { 4819 "SortCriteria$member": null 4820 } 4821 }, 4822 "SortDirectionType": { 4823 "base": null, 4824 "refs": { 4825 "TaskRunSortCriteria$SortDirection": "<p>The sort direction to be used to sort the list of task runs for the machine learning transform.</p>", 4826 "TransformSortCriteria$SortDirection": "<p>The sort direction to be used in the sorting criteria that are associated with the machine learning transform.</p>" 4827 } 4828 }, 4829 "StartBlueprintRunRequest": { 4830 "base": null, 4831 "refs": { 4832 } 4833 }, 4834 "StartBlueprintRunResponse": { 4835 "base": null, 4836 "refs": { 4837 } 4838 }, 4839 "StartCrawlerRequest": { 4840 "base": null, 4841 "refs": { 4842 } 4843 }, 4844 "StartCrawlerResponse": { 4845 "base": null, 4846 "refs": { 4847 } 4848 }, 4849 "StartCrawlerScheduleRequest": { 4850 "base": null, 4851 "refs": { 4852 } 4853 }, 4854 "StartCrawlerScheduleResponse": { 4855 "base": null, 4856 "refs": { 4857 } 4858 }, 4859 "StartExportLabelsTaskRunRequest": { 4860 "base": null, 4861 "refs": { 4862 } 4863 }, 4864 "StartExportLabelsTaskRunResponse": { 4865 "base": null, 4866 "refs": { 4867 } 4868 }, 4869 "StartImportLabelsTaskRunRequest": { 4870 "base": null, 4871 "refs": { 4872 } 4873 }, 4874 "StartImportLabelsTaskRunResponse": { 4875 "base": null, 4876 "refs": { 4877 } 4878 }, 4879 "StartJobRunRequest": { 4880 "base": null, 4881 "refs": { 4882 } 4883 }, 4884 "StartJobRunResponse": { 4885 "base": null, 4886 "refs": { 4887 } 4888 }, 4889 "StartMLEvaluationTaskRunRequest": { 4890 "base": null, 4891 "refs": { 4892 } 4893 }, 4894 "StartMLEvaluationTaskRunResponse": { 4895 "base": null, 4896 "refs": { 4897 } 4898 }, 4899 "StartMLLabelingSetGenerationTaskRunRequest": { 4900 "base": null, 4901 "refs": { 4902 } 4903 }, 4904 "StartMLLabelingSetGenerationTaskRunResponse": { 4905 "base": null, 4906 "refs": { 4907 } 4908 }, 4909 "StartTriggerRequest": { 4910 "base": null, 4911 "refs": { 4912 } 4913 }, 4914 "StartTriggerResponse": { 4915 "base": null, 4916 "refs": { 4917 } 4918 }, 4919 "StartWorkflowRunRequest": { 4920 "base": null, 4921 "refs": { 4922 } 4923 }, 4924 "StartWorkflowRunResponse": { 4925 "base": null, 4926 "refs": { 4927 } 4928 }, 4929 "StartingEventBatchCondition": { 4930 "base": "<p>The batch condition that started the workflow run. Either the number of events in the batch size arrived, in which case the BatchSize member is non-zero, or the batch window expired, in which case the BatchWindow member is non-zero.</p>", 4931 "refs": { 4932 "WorkflowRun$StartingEventBatchCondition": "<p>The batch condition that started the workflow run.</p>" 4933 } 4934 }, 4935 "StopCrawlerRequest": { 4936 "base": null, 4937 "refs": { 4938 } 4939 }, 4940 "StopCrawlerResponse": { 4941 "base": null, 4942 "refs": { 4943 } 4944 }, 4945 "StopCrawlerScheduleRequest": { 4946 "base": null, 4947 "refs": { 4948 } 4949 }, 4950 "StopCrawlerScheduleResponse": { 4951 "base": null, 4952 "refs": { 4953 } 4954 }, 4955 "StopTriggerRequest": { 4956 "base": null, 4957 "refs": { 4958 } 4959 }, 4960 "StopTriggerResponse": { 4961 "base": null, 4962 "refs": { 4963 } 4964 }, 4965 "StopWorkflowRunRequest": { 4966 "base": null, 4967 "refs": { 4968 } 4969 }, 4970 "StopWorkflowRunResponse": { 4971 "base": null, 4972 "refs": { 4973 } 4974 }, 4975 "StorageDescriptor": { 4976 "base": "<p>Describes the physical storage of table data.</p>", 4977 "refs": { 4978 "Partition$StorageDescriptor": "<p>Provides information about the physical location where the partition is stored.</p>", 4979 "PartitionInput$StorageDescriptor": "<p>Provides information about the physical location where the partition is stored.</p>", 4980 "Table$StorageDescriptor": "<p>A storage descriptor containing information about the physical storage of this table.</p>", 4981 "TableInput$StorageDescriptor": "<p>A storage descriptor containing information about the physical storage of this table.</p>" 4982 } 4983 }, 4984 "StringColumnStatisticsData": { 4985 "base": "<p>Defines column statistics supported for character sequence data values.</p>", 4986 "refs": { 4987 "ColumnStatisticsData$StringColumnStatisticsData": "<p>String column statistics data.</p>" 4988 } 4989 }, 4990 "StringList": { 4991 "base": null, 4992 "refs": { 4993 "CreateDevEndpointRequest$SecurityGroupIds": "<p>Security group IDs for the security groups to be used by the new <code>DevEndpoint</code>.</p>", 4994 "CreateDevEndpointResponse$SecurityGroupIds": "<p>The security groups assigned to the new <code>DevEndpoint</code>.</p>", 4995 "DevEndpoint$SecurityGroupIds": "<p>A list of security group identifiers used in this <code>DevEndpoint</code>.</p>", 4996 "UpdateDevEndpointRequest$DeleteArguments": "<p>The list of argument keys to be deleted from the map of arguments used to configure the <code>DevEndpoint</code>.</p>" 4997 } 4998 }, 4999 "Table": { 5000 "base": "<p>Represents a collection of related data organized in columns and rows.</p>", 5001 "refs": { 5002 "GetTableResponse$Table": "<p>The <code>Table</code> object that defines the specified table.</p>", 5003 "TableList$member": null, 5004 "TableVersion$Table": "<p>The table in question.</p>" 5005 } 5006 }, 5007 "TableError": { 5008 "base": "<p>An error record for table operations.</p>", 5009 "refs": { 5010 "TableErrors$member": null 5011 } 5012 }, 5013 "TableErrors": { 5014 "base": null, 5015 "refs": { 5016 "BatchDeleteTableResponse$Errors": "<p>A list of errors encountered in attempting to delete the specified tables.</p>" 5017 } 5018 }, 5019 "TableIdentifier": { 5020 "base": "<p>A structure that describes a target table for resource linking.</p>", 5021 "refs": { 5022 "Table$TargetTable": "<p>A <code>TableIdentifier</code> structure that describes a target table for resource linking.</p>", 5023 "TableInput$TargetTable": "<p>A <code>TableIdentifier</code> structure that describes a target table for resource linking.</p>" 5024 } 5025 }, 5026 "TableInput": { 5027 "base": "<p>A structure used to define a table.</p>", 5028 "refs": { 5029 "CreateTableRequest$TableInput": "<p>The <code>TableInput</code> object that defines the metadata table to create in the catalog.</p>", 5030 "UpdateTableRequest$TableInput": "<p>An updated <code>TableInput</code> object to define the metadata table in the catalog.</p>" 5031 } 5032 }, 5033 "TableList": { 5034 "base": null, 5035 "refs": { 5036 "GetTablesResponse$TableList": "<p>A list of the requested <code>Table</code> objects.</p>", 5037 "SearchTablesResponse$TableList": "<p>A list of the requested <code>Table</code> objects. The <code>SearchTables</code> response returns only the tables that you have access to.</p>" 5038 } 5039 }, 5040 "TableName": { 5041 "base": null, 5042 "refs": { 5043 "MappingEntry$SourceTable": "<p>The name of the source table.</p>", 5044 "MappingEntry$TargetTable": "<p>The target table.</p>" 5045 } 5046 }, 5047 "TablePrefix": { 5048 "base": null, 5049 "refs": { 5050 "Crawler$TablePrefix": "<p>The prefix added to the names of tables that are created.</p>", 5051 "CreateCrawlerRequest$TablePrefix": "<p>The table prefix used for catalog tables that are created.</p>", 5052 "UpdateCrawlerRequest$TablePrefix": "<p>The table prefix used for catalog tables that are created.</p>" 5053 } 5054 }, 5055 "TableTypeString": { 5056 "base": null, 5057 "refs": { 5058 "Table$TableType": "<p>The type of this table (<code>EXTERNAL_TABLE</code>, <code>VIRTUAL_VIEW</code>, etc.).</p>", 5059 "TableInput$TableType": "<p>The type of this table (<code>EXTERNAL_TABLE</code>, <code>VIRTUAL_VIEW</code>, etc.).</p>" 5060 } 5061 }, 5062 "TableVersion": { 5063 "base": "<p>Specifies a version of a table.</p>", 5064 "refs": { 5065 "GetTableVersionResponse$TableVersion": "<p>The requested table version.</p>", 5066 "GetTableVersionsList$member": null 5067 } 5068 }, 5069 "TableVersionError": { 5070 "base": "<p>An error record for table-version operations.</p>", 5071 "refs": { 5072 "TableVersionErrors$member": null 5073 } 5074 }, 5075 "TableVersionErrors": { 5076 "base": null, 5077 "refs": { 5078 "BatchDeleteTableVersionResponse$Errors": "<p>A list of errors encountered while trying to delete the specified table versions.</p>" 5079 } 5080 }, 5081 "TagKey": { 5082 "base": null, 5083 "refs": { 5084 "TagKeysList$member": null, 5085 "TagsMap$key": null 5086 } 5087 }, 5088 "TagKeysList": { 5089 "base": null, 5090 "refs": { 5091 "UntagResourceRequest$TagsToRemove": "<p>Tags to remove from this resource.</p>" 5092 } 5093 }, 5094 "TagResourceRequest": { 5095 "base": null, 5096 "refs": { 5097 } 5098 }, 5099 "TagResourceResponse": { 5100 "base": null, 5101 "refs": { 5102 } 5103 }, 5104 "TagValue": { 5105 "base": null, 5106 "refs": { 5107 "TagsMap$value": null 5108 } 5109 }, 5110 "TagsMap": { 5111 "base": null, 5112 "refs": { 5113 "CreateBlueprintRequest$Tags": "<p>The tags to be applied to this blueprint.</p>", 5114 "CreateConnectionRequest$Tags": "<p>The tags you assign to the connection.</p>", 5115 "CreateCrawlerRequest$Tags": "<p>The tags to use with this crawler request. You may use tags to limit access to the crawler. For more information about tags in Glue, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html\">Amazon Web Services Tags in Glue</a> in the developer guide.</p>", 5116 "CreateDevEndpointRequest$Tags": "<p>The tags to use with this DevEndpoint. You may use tags to limit access to the DevEndpoint. For more information about tags in Glue, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html\">Amazon Web Services Tags in Glue</a> in the developer guide.</p>", 5117 "CreateJobRequest$Tags": "<p>The tags to use with this job. You may use tags to limit access to the job. For more information about tags in Glue, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html\">Amazon Web Services Tags in Glue</a> in the developer guide.</p>", 5118 "CreateMLTransformRequest$Tags": "<p>The tags to use with this machine learning transform. You may use tags to limit access to the machine learning transform. For more information about tags in Glue, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html\">Amazon Web Services Tags in Glue</a> in the developer guide.</p>", 5119 "CreateRegistryInput$Tags": "<p>Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API.</p>", 5120 "CreateRegistryResponse$Tags": "<p>The tags for the registry.</p>", 5121 "CreateSchemaInput$Tags": "<p>Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API. If specified, follows the Amazon Web Services tags-on-create pattern.</p>", 5122 "CreateSchemaResponse$Tags": "<p>The tags for the schema.</p>", 5123 "CreateTriggerRequest$Tags": "<p>The tags to use with this trigger. You may use tags to limit access to the trigger. For more information about tags in Glue, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html\">Amazon Web Services Tags in Glue</a> in the developer guide. </p>", 5124 "CreateWorkflowRequest$Tags": "<p>The tags to be used with this workflow.</p>", 5125 "GetTagsResponse$Tags": "<p>The requested tags.</p>", 5126 "ListBlueprintsRequest$Tags": "<p>Filters the list by an Amazon Web Services resource tag.</p>", 5127 "ListCrawlersRequest$Tags": "<p>Specifies to return only these tagged resources.</p>", 5128 "ListDevEndpointsRequest$Tags": "<p>Specifies to return only these tagged resources.</p>", 5129 "ListJobsRequest$Tags": "<p>Specifies to return only these tagged resources.</p>", 5130 "ListMLTransformsRequest$Tags": "<p>Specifies to return only these tagged resources.</p>", 5131 "ListTriggersRequest$Tags": "<p>Specifies to return only these tagged resources.</p>", 5132 "TagResourceRequest$TagsToAdd": "<p>Tags to add to this resource.</p>" 5133 } 5134 }, 5135 "TaskRun": { 5136 "base": "<p>The sampling parameters that are associated with the machine learning transform.</p>", 5137 "refs": { 5138 "TaskRunList$member": null 5139 } 5140 }, 5141 "TaskRunFilterCriteria": { 5142 "base": "<p>The criteria that are used to filter the task runs for the machine learning transform.</p>", 5143 "refs": { 5144 "GetMLTaskRunsRequest$Filter": "<p>The filter criteria, in the <code>TaskRunFilterCriteria</code> structure, for the task run.</p>" 5145 } 5146 }, 5147 "TaskRunList": { 5148 "base": null, 5149 "refs": { 5150 "GetMLTaskRunsResponse$TaskRuns": "<p>A list of task runs that are associated with the transform.</p>" 5151 } 5152 }, 5153 "TaskRunProperties": { 5154 "base": "<p>The configuration properties for the task run.</p>", 5155 "refs": { 5156 "GetMLTaskRunResponse$Properties": "<p>The list of properties that are associated with the task run.</p>", 5157 "TaskRun$Properties": "<p>Specifies configuration properties associated with this task run.</p>" 5158 } 5159 }, 5160 "TaskRunSortColumnType": { 5161 "base": null, 5162 "refs": { 5163 "TaskRunSortCriteria$Column": "<p>The column to be used to sort the list of task runs for the machine learning transform.</p>" 5164 } 5165 }, 5166 "TaskRunSortCriteria": { 5167 "base": "<p>The sorting criteria that are used to sort the list of task runs for the machine learning transform.</p>", 5168 "refs": { 5169 "GetMLTaskRunsRequest$Sort": "<p>The sorting criteria, in the <code>TaskRunSortCriteria</code> structure, for the task run.</p>" 5170 } 5171 }, 5172 "TaskStatusType": { 5173 "base": null, 5174 "refs": { 5175 "CancelMLTaskRunResponse$Status": "<p>The status for this run.</p>", 5176 "GetMLTaskRunResponse$Status": "<p>The status for this task run.</p>", 5177 "TaskRun$Status": "<p>The current status of the requested task run.</p>", 5178 "TaskRunFilterCriteria$Status": "<p>The current status of the task run.</p>" 5179 } 5180 }, 5181 "TaskType": { 5182 "base": null, 5183 "refs": { 5184 "TaskRunFilterCriteria$TaskRunType": "<p>The type of task run.</p>", 5185 "TaskRunProperties$TaskType": "<p>The type of task run.</p>" 5186 } 5187 }, 5188 "Timeout": { 5189 "base": null, 5190 "refs": { 5191 "Action$Timeout": "<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.</p>", 5192 "CreateJobRequest$Timeout": "<p>The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>", 5193 "CreateMLTransformRequest$Timeout": "<p>The timeout of the task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>", 5194 "GetMLTransformResponse$Timeout": "<p>The timeout for a task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>", 5195 "Job$Timeout": "<p>The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>", 5196 "JobRun$Timeout": "<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.</p>", 5197 "JobUpdate$Timeout": "<p>The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>", 5198 "MLTransform$Timeout": "<p>The timeout in minutes of the machine learning transform.</p>", 5199 "StartJobRunRequest$Timeout": "<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.</p>", 5200 "UpdateMLTransformRequest$Timeout": "<p>The timeout for a task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>" 5201 } 5202 }, 5203 "Timestamp": { 5204 "base": null, 5205 "refs": { 5206 "CatalogImportStatus$ImportTime": "<p>The time that the migration was started.</p>", 5207 "ColumnStatistics$AnalyzedTime": "<p>The timestamp of when column statistics were generated.</p>", 5208 "Connection$CreationTime": "<p>The time that this connection definition was created.</p>", 5209 "Connection$LastUpdatedTime": "<p>The last time that this connection definition was updated.</p>", 5210 "Crawler$CreationTime": "<p>The time that the crawler was created.</p>", 5211 "Crawler$LastUpdated": "<p>The time that the crawler was last updated.</p>", 5212 "CsvClassifier$CreationTime": "<p>The time that this classifier was registered.</p>", 5213 "CsvClassifier$LastUpdated": "<p>The time that this classifier was last updated.</p>", 5214 "Database$CreateTime": "<p>The time at which the metadata database was created in the catalog.</p>", 5215 "DateColumnStatisticsData$MinimumValue": "<p>The lowest value in the column.</p>", 5216 "DateColumnStatisticsData$MaximumValue": "<p>The highest value in the column.</p>", 5217 "GetMLTaskRunResponse$StartedOn": "<p>The date and time when this task run started.</p>", 5218 "GetMLTaskRunResponse$LastModifiedOn": "<p>The date and time when this task run was last modified.</p>", 5219 "GetMLTaskRunResponse$CompletedOn": "<p>The date and time when this task run was completed.</p>", 5220 "GetMLTransformResponse$CreatedOn": "<p>The date and time when the transform was created.</p>", 5221 "GetMLTransformResponse$LastModifiedOn": "<p>The date and time when the transform was last modified.</p>", 5222 "GetResourcePolicyResponse$CreateTime": "<p>The date and time at which the policy was created.</p>", 5223 "GetResourcePolicyResponse$UpdateTime": "<p>The date and time at which the policy was last updated.</p>", 5224 "GluePolicy$CreateTime": "<p>The date and time at which the policy was created.</p>", 5225 "GluePolicy$UpdateTime": "<p>The date and time at which the policy was last updated.</p>", 5226 "GrokClassifier$CreationTime": "<p>The time that this classifier was registered.</p>", 5227 "GrokClassifier$LastUpdated": "<p>The time that this classifier was last updated.</p>", 5228 "JsonClassifier$CreationTime": "<p>The time that this classifier was registered.</p>", 5229 "JsonClassifier$LastUpdated": "<p>The time that this classifier was last updated.</p>", 5230 "LastCrawlInfo$StartTime": "<p>The time at which the crawl started.</p>", 5231 "MLTransform$CreatedOn": "<p>A timestamp. The time and date that this machine learning transform was created.</p>", 5232 "MLTransform$LastModifiedOn": "<p>A timestamp. The last point in time when this machine learning transform was modified.</p>", 5233 "Partition$CreationTime": "<p>The time at which the partition was created.</p>", 5234 "Partition$LastAccessTime": "<p>The last time at which the partition was accessed.</p>", 5235 "Partition$LastAnalyzedTime": "<p>The last time at which column statistics were computed for this partition.</p>", 5236 "PartitionInput$LastAccessTime": "<p>The last time at which the partition was accessed.</p>", 5237 "PartitionInput$LastAnalyzedTime": "<p>The last time at which column statistics were computed for this partition.</p>", 5238 "Table$CreateTime": "<p>The time when the table definition was created in the Data Catalog.</p>", 5239 "Table$UpdateTime": "<p>The last time that the table was updated.</p>", 5240 "Table$LastAccessTime": "<p>The last time that the table was accessed. This is usually taken from HDFS, and might not be reliable.</p>", 5241 "Table$LastAnalyzedTime": "<p>The last time that column statistics were computed for this table.</p>", 5242 "TableInput$LastAccessTime": "<p>The last time that the table was accessed.</p>", 5243 "TableInput$LastAnalyzedTime": "<p>The last time that column statistics were computed for this table.</p>", 5244 "TaskRun$StartedOn": "<p>The date and time that this task run started.</p>", 5245 "TaskRun$LastModifiedOn": "<p>The last point in time that the requested task run was updated.</p>", 5246 "TaskRun$CompletedOn": "<p>The last point in time that the requested task run was completed.</p>", 5247 "TaskRunFilterCriteria$StartedBefore": "<p>Filter on task runs started before this date.</p>", 5248 "TaskRunFilterCriteria$StartedAfter": "<p>Filter on task runs started after this date.</p>", 5249 "TransformFilterCriteria$CreatedBefore": "<p>The time and date before which the transforms were created.</p>", 5250 "TransformFilterCriteria$CreatedAfter": "<p>The time and date after which the transforms were created.</p>", 5251 "TransformFilterCriteria$LastModifiedBefore": "<p>Filter on transforms last modified before this date.</p>", 5252 "TransformFilterCriteria$LastModifiedAfter": "<p>Filter on transforms last modified after this date.</p>", 5253 "UserDefinedFunction$CreateTime": "<p>The time at which the function was created.</p>", 5254 "XMLClassifier$CreationTime": "<p>The time that this classifier was registered.</p>", 5255 "XMLClassifier$LastUpdated": "<p>The time that this classifier was last updated.</p>" 5256 } 5257 }, 5258 "TimestampValue": { 5259 "base": null, 5260 "refs": { 5261 "Blueprint$CreatedOn": "<p>The date and time the blueprint was registered.</p>", 5262 "Blueprint$LastModifiedOn": "<p>The date and time the blueprint was last modified.</p>", 5263 "BlueprintRun$StartedOn": "<p>The date and time that the blueprint run started.</p>", 5264 "BlueprintRun$CompletedOn": "<p>The date and time that the blueprint run completed.</p>", 5265 "Crawl$StartedOn": "<p>The date and time on which the crawl started.</p>", 5266 "Crawl$CompletedOn": "<p>The date and time on which the crawl completed.</p>", 5267 "CreateDevEndpointResponse$CreatedTimestamp": "<p>The point in time at which this <code>DevEndpoint</code> was created.</p>", 5268 "CreateSecurityConfigurationResponse$CreatedTimestamp": "<p>The time at which the new security configuration was created.</p>", 5269 "DevEndpoint$CreatedTimestamp": "<p>The point in time at which this DevEndpoint was created.</p>", 5270 "DevEndpoint$LastModifiedTimestamp": "<p>The point in time at which this <code>DevEndpoint</code> was last modified.</p>", 5271 "Job$CreatedOn": "<p>The time and date that this job definition was created.</p>", 5272 "Job$LastModifiedOn": "<p>The last point in time when this job definition was modified.</p>", 5273 "JobRun$StartedOn": "<p>The date and time at which this job run was started.</p>", 5274 "JobRun$LastModifiedOn": "<p>The last time that this job run was modified.</p>", 5275 "JobRun$CompletedOn": "<p>The date and time that this job run completed.</p>", 5276 "LastActiveDefinition$LastModifiedOn": "<p>The date and time the blueprint was last modified.</p>", 5277 "SecurityConfiguration$CreatedTimeStamp": "<p>The time at which this security configuration was created.</p>", 5278 "Workflow$CreatedOn": "<p>The date and time when the workflow was created.</p>", 5279 "Workflow$LastModifiedOn": "<p>The date and time when the workflow was last modified.</p>", 5280 "WorkflowRun$StartedOn": "<p>The date and time when the workflow run was started.</p>", 5281 "WorkflowRun$CompletedOn": "<p>The date and time when the workflow run completed.</p>" 5282 } 5283 }, 5284 "Token": { 5285 "base": null, 5286 "refs": { 5287 "GetClassifiersRequest$NextToken": "<p>An optional continuation token.</p>", 5288 "GetClassifiersResponse$NextToken": "<p>A continuation token.</p>", 5289 "GetConnectionsRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>", 5290 "GetConnectionsResponse$NextToken": "<p>A continuation token, if the list of connections returned does not include the last of the filtered connections.</p>", 5291 "GetCrawlerMetricsRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>", 5292 "GetCrawlerMetricsResponse$NextToken": "<p>A continuation token, if the returned list does not contain the last metric available.</p>", 5293 "GetCrawlersRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>", 5294 "GetCrawlersResponse$NextToken": "<p>A continuation token, if the returned list has not reached the end of those defined in this customer account.</p>", 5295 "GetDatabasesRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>", 5296 "GetDatabasesResponse$NextToken": "<p>A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.</p>", 5297 "GetPartitionIndexesRequest$NextToken": "<p>A continuation token, included if this is a continuation call.</p>", 5298 "GetPartitionIndexesResponse$NextToken": "<p>A continuation token, present if the current list segment is not the last.</p>", 5299 "GetPartitionsRequest$NextToken": "<p>A continuation token, if this is not the first call to retrieve these partitions.</p>", 5300 "GetPartitionsResponse$NextToken": "<p>A continuation token, if the returned list of partitions does not include the last one.</p>", 5301 "GetResourcePoliciesRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>", 5302 "GetResourcePoliciesResponse$NextToken": "<p>A continuation token, if the returned list does not contain the last resource policy available.</p>", 5303 "GetTableVersionsRequest$NextToken": "<p>A continuation token, if this is not the first call.</p>", 5304 "GetTableVersionsResponse$NextToken": "<p>A continuation token, if the list of available versions does not include the last one.</p>", 5305 "GetTablesRequest$NextToken": "<p>A continuation token, included if this is a continuation call.</p>", 5306 "GetTablesResponse$NextToken": "<p>A continuation token, present if the current list segment is not the last.</p>", 5307 "GetUserDefinedFunctionsRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>", 5308 "GetUserDefinedFunctionsResponse$NextToken": "<p>A continuation token, if the list of functions returned does not include the last requested function.</p>", 5309 "ListCrawlersRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>", 5310 "ListCrawlersResponse$NextToken": "<p>A continuation token, if the returned list does not contain the last metric available.</p>", 5311 "SearchTablesRequest$NextToken": "<p>A continuation token, included if this is a continuation call.</p>", 5312 "SearchTablesResponse$NextToken": "<p>A continuation token, present if the current list segment is not the last.</p>" 5313 } 5314 }, 5315 "TotalSegmentsInteger": { 5316 "base": null, 5317 "refs": { 5318 "Segment$TotalSegments": "<p>The total number of segments.</p>" 5319 } 5320 }, 5321 "TransformEncryption": { 5322 "base": "<p>The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.</p> <p>Additionally, imported labels and trained transforms can now be encrypted using a customer provided KMS key.</p>", 5323 "refs": { 5324 "CreateMLTransformRequest$TransformEncryption": "<p>The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.</p>", 5325 "GetMLTransformResponse$TransformEncryption": "<p>The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.</p>", 5326 "MLTransform$TransformEncryption": "<p>The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.</p>" 5327 } 5328 }, 5329 "TransformFilterCriteria": { 5330 "base": "<p>The criteria used to filter the machine learning transforms.</p>", 5331 "refs": { 5332 "GetMLTransformsRequest$Filter": "<p>The filter transformation criteria.</p>", 5333 "ListMLTransformsRequest$Filter": "<p>A <code>TransformFilterCriteria</code> used to filter the machine learning transforms.</p>" 5334 } 5335 }, 5336 "TransformIdList": { 5337 "base": null, 5338 "refs": { 5339 "ListMLTransformsResponse$TransformIds": "<p>The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.</p>" 5340 } 5341 }, 5342 "TransformList": { 5343 "base": null, 5344 "refs": { 5345 "GetMLTransformsResponse$Transforms": "<p>A list of machine learning transforms.</p>" 5346 } 5347 }, 5348 "TransformParameters": { 5349 "base": "<p>The algorithm-specific parameters that are associated with the machine learning transform.</p>", 5350 "refs": { 5351 "CreateMLTransformRequest$Parameters": "<p>The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type.</p>", 5352 "GetMLTransformResponse$Parameters": "<p>The configuration parameters that are specific to the algorithm used.</p>", 5353 "MLTransform$Parameters": "<p>A <code>TransformParameters</code> object. You can use parameters to tune (customize) the behavior of the machine learning transform by specifying what data it learns from and your preference on various tradeoffs (such as precious vs. recall, or accuracy vs. cost).</p>", 5354 "UpdateMLTransformRequest$Parameters": "<p>The configuration parameters that are specific to the transform type (algorithm) used. Conditionally dependent on the transform type.</p>" 5355 } 5356 }, 5357 "TransformSchema": { 5358 "base": null, 5359 "refs": { 5360 "GetMLTransformResponse$Schema": "<p>The <code>Map<Column, Type></code> object that represents the schema that this transform accepts. Has an upper bound of 100 columns.</p>", 5361 "MLTransform$Schema": "<p>A map of key-value pairs representing the columns and data types that this transform can run against. Has an upper bound of 100 columns.</p>", 5362 "TransformFilterCriteria$Schema": "<p>Filters on datasets with a specific schema. The <code>Map<Column, Type></code> object is an array of key-value pairs representing the schema this transform accepts, where <code>Column</code> is the name of a column, and <code>Type</code> is the type of the data such as an integer or string. Has an upper bound of 100 columns.</p>" 5363 } 5364 }, 5365 "TransformSortColumnType": { 5366 "base": null, 5367 "refs": { 5368 "TransformSortCriteria$Column": "<p>The column to be used in the sorting criteria that are associated with the machine learning transform.</p>" 5369 } 5370 }, 5371 "TransformSortCriteria": { 5372 "base": "<p>The sorting criteria that are associated with the machine learning transform.</p>", 5373 "refs": { 5374 "GetMLTransformsRequest$Sort": "<p>The sorting criteria.</p>", 5375 "ListMLTransformsRequest$Sort": "<p>A <code>TransformSortCriteria</code> used to sort the machine learning transforms.</p>" 5376 } 5377 }, 5378 "TransformStatusType": { 5379 "base": null, 5380 "refs": { 5381 "GetMLTransformResponse$Status": "<p>The last known status of the transform (to indicate whether it can be used or not). One of \"NOT_READY\", \"READY\", or \"DELETING\".</p>", 5382 "MLTransform$Status": "<p>The current status of the machine learning transform.</p>", 5383 "TransformFilterCriteria$Status": "<p>Filters the list of machine learning transforms by the last known status of the transforms (to indicate whether a transform can be used or not). One of \"NOT_READY\", \"READY\", or \"DELETING\".</p>" 5384 } 5385 }, 5386 "TransformType": { 5387 "base": null, 5388 "refs": { 5389 "EvaluationMetrics$TransformType": "<p>The type of machine learning transform.</p>", 5390 "TransformFilterCriteria$TransformType": "<p>The type of machine learning transform that is used to filter the machine learning transforms.</p>", 5391 "TransformParameters$TransformType": "<p>The type of machine learning transform.</p> <p>For information about the types of machine learning transforms, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job-machine-learning-transform.html\">Creating Machine Learning Transforms</a>.</p>" 5392 } 5393 }, 5394 "Trigger": { 5395 "base": "<p>Information about a specific trigger.</p>", 5396 "refs": { 5397 "GetTriggerResponse$Trigger": "<p>The requested trigger definition.</p>", 5398 "TriggerList$member": null, 5399 "TriggerNodeDetails$Trigger": "<p>The information of the trigger represented by the trigger node.</p>", 5400 "UpdateTriggerResponse$Trigger": "<p>The resulting trigger definition.</p>" 5401 } 5402 }, 5403 "TriggerList": { 5404 "base": null, 5405 "refs": { 5406 "BatchGetTriggersResponse$Triggers": "<p>A list of trigger definitions.</p>", 5407 "GetTriggersResponse$Triggers": "<p>A list of triggers for the specified job.</p>" 5408 } 5409 }, 5410 "TriggerNameList": { 5411 "base": null, 5412 "refs": { 5413 "BatchGetTriggersRequest$TriggerNames": "<p>A list of trigger names, which may be the names returned from the <code>ListTriggers</code> operation.</p>", 5414 "BatchGetTriggersResponse$TriggersNotFound": "<p>A list of names of triggers not found.</p>", 5415 "ListTriggersResponse$TriggerNames": "<p>The names of all triggers in the account, or the triggers with the specified tags.</p>" 5416 } 5417 }, 5418 "TriggerNodeDetails": { 5419 "base": "<p>The details of a Trigger node present in the workflow.</p>", 5420 "refs": { 5421 "Node$TriggerDetails": "<p>Details of the Trigger when the node represents a Trigger.</p>" 5422 } 5423 }, 5424 "TriggerState": { 5425 "base": null, 5426 "refs": { 5427 "Trigger$State": "<p>The current state of the trigger.</p>" 5428 } 5429 }, 5430 "TriggerType": { 5431 "base": null, 5432 "refs": { 5433 "CreateTriggerRequest$Type": "<p>The type of the new trigger.</p>", 5434 "Trigger$Type": "<p>The type of trigger that this is.</p>" 5435 } 5436 }, 5437 "TriggerUpdate": { 5438 "base": "<p>A structure used to provide information used to update a trigger. This object updates the previous trigger definition by overwriting it completely.</p>", 5439 "refs": { 5440 "UpdateTriggerRequest$TriggerUpdate": "<p>The new values with which to update the trigger.</p>" 5441 } 5442 }, 5443 "TypeString": { 5444 "base": null, 5445 "refs": { 5446 "ColumnStatistics$ColumnType": "<p>The data type of the column.</p>" 5447 } 5448 }, 5449 "URI": { 5450 "base": null, 5451 "refs": { 5452 "Database$LocationUri": "<p>The location of the database (for example, an HDFS path).</p>", 5453 "DatabaseInput$LocationUri": "<p>The location of the database (for example, an HDFS path). </p>", 5454 "ResourceUri$Uri": "<p>The URI for accessing the resource.</p>" 5455 } 5456 }, 5457 "UntagResourceRequest": { 5458 "base": null, 5459 "refs": { 5460 } 5461 }, 5462 "UntagResourceResponse": { 5463 "base": null, 5464 "refs": { 5465 } 5466 }, 5467 "UpdateBehavior": { 5468 "base": null, 5469 "refs": { 5470 "SchemaChangePolicy$UpdateBehavior": "<p>The update behavior when the crawler finds a changed schema.</p>" 5471 } 5472 }, 5473 "UpdateBlueprintRequest": { 5474 "base": null, 5475 "refs": { 5476 } 5477 }, 5478 "UpdateBlueprintResponse": { 5479 "base": null, 5480 "refs": { 5481 } 5482 }, 5483 "UpdateClassifierRequest": { 5484 "base": null, 5485 "refs": { 5486 } 5487 }, 5488 "UpdateClassifierResponse": { 5489 "base": null, 5490 "refs": { 5491 } 5492 }, 5493 "UpdateColumnStatisticsForPartitionRequest": { 5494 "base": null, 5495 "refs": { 5496 } 5497 }, 5498 "UpdateColumnStatisticsForPartitionResponse": { 5499 "base": null, 5500 "refs": { 5501 } 5502 }, 5503 "UpdateColumnStatisticsForTableRequest": { 5504 "base": null, 5505 "refs": { 5506 } 5507 }, 5508 "UpdateColumnStatisticsForTableResponse": { 5509 "base": null, 5510 "refs": { 5511 } 5512 }, 5513 "UpdateColumnStatisticsList": { 5514 "base": null, 5515 "refs": { 5516 "UpdateColumnStatisticsForPartitionRequest$ColumnStatisticsList": "<p>A list of the column statistics.</p>", 5517 "UpdateColumnStatisticsForTableRequest$ColumnStatisticsList": "<p>A list of the column statistics.</p>" 5518 } 5519 }, 5520 "UpdateConnectionRequest": { 5521 "base": null, 5522 "refs": { 5523 } 5524 }, 5525 "UpdateConnectionResponse": { 5526 "base": null, 5527 "refs": { 5528 } 5529 }, 5530 "UpdateCrawlerRequest": { 5531 "base": null, 5532 "refs": { 5533 } 5534 }, 5535 "UpdateCrawlerResponse": { 5536 "base": null, 5537 "refs": { 5538 } 5539 }, 5540 "UpdateCrawlerScheduleRequest": { 5541 "base": null, 5542 "refs": { 5543 } 5544 }, 5545 "UpdateCrawlerScheduleResponse": { 5546 "base": null, 5547 "refs": { 5548 } 5549 }, 5550 "UpdateCsvClassifierRequest": { 5551 "base": "<p>Specifies a custom CSV classifier to be updated.</p>", 5552 "refs": { 5553 "UpdateClassifierRequest$CsvClassifier": "<p>A <code>CsvClassifier</code> object with updated fields.</p>" 5554 } 5555 }, 5556 "UpdateDatabaseRequest": { 5557 "base": null, 5558 "refs": { 5559 } 5560 }, 5561 "UpdateDatabaseResponse": { 5562 "base": null, 5563 "refs": { 5564 } 5565 }, 5566 "UpdateDevEndpointRequest": { 5567 "base": null, 5568 "refs": { 5569 } 5570 }, 5571 "UpdateDevEndpointResponse": { 5572 "base": null, 5573 "refs": { 5574 } 5575 }, 5576 "UpdateGrokClassifierRequest": { 5577 "base": "<p>Specifies a grok classifier to update when passed to <code>UpdateClassifier</code>.</p>", 5578 "refs": { 5579 "UpdateClassifierRequest$GrokClassifier": "<p>A <code>GrokClassifier</code> object with updated fields.</p>" 5580 } 5581 }, 5582 "UpdateJobRequest": { 5583 "base": null, 5584 "refs": { 5585 } 5586 }, 5587 "UpdateJobResponse": { 5588 "base": null, 5589 "refs": { 5590 } 5591 }, 5592 "UpdateJsonClassifierRequest": { 5593 "base": "<p>Specifies a JSON classifier to be updated.</p>", 5594 "refs": { 5595 "UpdateClassifierRequest$JsonClassifier": "<p>A <code>JsonClassifier</code> object with updated fields.</p>" 5596 } 5597 }, 5598 "UpdateMLTransformRequest": { 5599 "base": null, 5600 "refs": { 5601 } 5602 }, 5603 "UpdateMLTransformResponse": { 5604 "base": null, 5605 "refs": { 5606 } 5607 }, 5608 "UpdatePartitionRequest": { 5609 "base": null, 5610 "refs": { 5611 } 5612 }, 5613 "UpdatePartitionResponse": { 5614 "base": null, 5615 "refs": { 5616 } 5617 }, 5618 "UpdateRegistryInput": { 5619 "base": null, 5620 "refs": { 5621 } 5622 }, 5623 "UpdateRegistryResponse": { 5624 "base": null, 5625 "refs": { 5626 } 5627 }, 5628 "UpdateSchemaInput": { 5629 "base": null, 5630 "refs": { 5631 } 5632 }, 5633 "UpdateSchemaResponse": { 5634 "base": null, 5635 "refs": { 5636 } 5637 }, 5638 "UpdateTableRequest": { 5639 "base": null, 5640 "refs": { 5641 } 5642 }, 5643 "UpdateTableResponse": { 5644 "base": null, 5645 "refs": { 5646 } 5647 }, 5648 "UpdateTriggerRequest": { 5649 "base": null, 5650 "refs": { 5651 } 5652 }, 5653 "UpdateTriggerResponse": { 5654 "base": null, 5655 "refs": { 5656 } 5657 }, 5658 "UpdateUserDefinedFunctionRequest": { 5659 "base": null, 5660 "refs": { 5661 } 5662 }, 5663 "UpdateUserDefinedFunctionResponse": { 5664 "base": null, 5665 "refs": { 5666 } 5667 }, 5668 "UpdateWorkflowRequest": { 5669 "base": null, 5670 "refs": { 5671 } 5672 }, 5673 "UpdateWorkflowResponse": { 5674 "base": null, 5675 "refs": { 5676 } 5677 }, 5678 "UpdateXMLClassifierRequest": { 5679 "base": "<p>Specifies an XML classifier to be updated.</p>", 5680 "refs": { 5681 "UpdateClassifierRequest$XMLClassifier": "<p>An <code>XMLClassifier</code> object with updated fields.</p>" 5682 } 5683 }, 5684 "UpdatedTimestamp": { 5685 "base": null, 5686 "refs": { 5687 "GetRegistryResponse$UpdatedTime": "<p>The date and time the registry was updated.</p>", 5688 "GetSchemaResponse$UpdatedTime": "<p>The date and time the schema was updated.</p>", 5689 "RegistryListItem$UpdatedTime": "<p>The date the registry was updated.</p>", 5690 "SchemaListItem$UpdatedTime": "<p>The date and time that a schema was updated.</p>" 5691 } 5692 }, 5693 "UriString": { 5694 "base": null, 5695 "refs": { 5696 "CreateJobRequest$LogUri": "<p>This field is reserved for future use.</p>", 5697 "ExportLabelsTaskRunProperties$OutputS3Path": "<p>The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.</p>", 5698 "ImportLabelsTaskRunProperties$InputS3Path": "<p>The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.</p>", 5699 "Job$LogUri": "<p>This field is reserved for future use.</p>", 5700 "JobUpdate$LogUri": "<p>This field is reserved for future use.</p>", 5701 "LabelingSetGenerationTaskRunProperties$OutputS3Path": "<p>The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.</p>", 5702 "StartExportLabelsTaskRunRequest$OutputS3Path": "<p>The Amazon S3 path where you export the labels.</p>", 5703 "StartImportLabelsTaskRunRequest$InputS3Path": "<p>The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.</p>", 5704 "StartMLLabelingSetGenerationTaskRunRequest$OutputS3Path": "<p>The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.</p>" 5705 } 5706 }, 5707 "UserDefinedFunction": { 5708 "base": "<p>Represents the equivalent of a Hive user-defined function (<code>UDF</code>) definition.</p>", 5709 "refs": { 5710 "GetUserDefinedFunctionResponse$UserDefinedFunction": "<p>The requested function definition.</p>", 5711 "UserDefinedFunctionList$member": null 5712 } 5713 }, 5714 "UserDefinedFunctionInput": { 5715 "base": "<p>A structure used to create or update a user-defined function.</p>", 5716 "refs": { 5717 "CreateUserDefinedFunctionRequest$FunctionInput": "<p>A <code>FunctionInput</code> object that defines the function to create in the Data Catalog.</p>", 5718 "UpdateUserDefinedFunctionRequest$FunctionInput": "<p>A <code>FunctionInput</code> object that redefines the function in the Data Catalog.</p>" 5719 } 5720 }, 5721 "UserDefinedFunctionList": { 5722 "base": null, 5723 "refs": { 5724 "GetUserDefinedFunctionsResponse$UserDefinedFunctions": "<p>A list of requested function definitions.</p>" 5725 } 5726 }, 5727 "ValidationException": { 5728 "base": "<p>A value could not be validated.</p>", 5729 "refs": { 5730 } 5731 }, 5732 "ValueString": { 5733 "base": null, 5734 "refs": { 5735 "BoundedPartitionValueList$member": null, 5736 "ConnectionProperties$value": null, 5737 "PropertyPredicate$Key": "<p>The key of the property.</p>", 5738 "PropertyPredicate$Value": "<p>The value of the property.</p>", 5739 "SearchTablesRequest$SearchText": "<p>A string used for a text search.</p> <p>Specifying a value in quotes filters based on an exact match to the value.</p>", 5740 "SortCriterion$FieldName": "<p>The name of the field on which to sort.</p>", 5741 "ValueStringList$member": null 5742 } 5743 }, 5744 "ValueStringList": { 5745 "base": null, 5746 "refs": { 5747 "DeleteColumnStatisticsForPartitionRequest$PartitionValues": "<p>A list of partition values identifying the partition.</p>", 5748 "DeletePartitionRequest$PartitionValues": "<p>The values that define the partition.</p>", 5749 "GetColumnStatisticsForPartitionRequest$PartitionValues": "<p>A list of partition values identifying the partition.</p>", 5750 "GetPartitionRequest$PartitionValues": "<p>The values that define the partition.</p>", 5751 "Partition$Values": "<p>The values of the partition.</p>", 5752 "PartitionError$PartitionValues": "<p>The values that define the partition.</p>", 5753 "PartitionInput$Values": "<p>The values of the partition. Although this parameter is not required by the SDK, you must specify this parameter for a valid input.</p> <p>The values for the keys for the new partition must be passed as an array of String objects that must be ordered in the same order as the partition keys appearing in the Amazon S3 prefix. Otherwise Glue will add the values to the wrong keys.</p>", 5754 "PartitionValueList$Values": "<p>The list of values.</p>", 5755 "UpdateColumnStatisticsForPartitionRequest$PartitionValues": "<p>A list of partition values identifying the partition.</p>" 5756 } 5757 }, 5758 "VersionId": { 5759 "base": null, 5760 "refs": { 5761 "Crawler$Version": "<p>The version of the crawler.</p>", 5762 "CsvClassifier$Version": "<p>The version of this classifier.</p>", 5763 "GrokClassifier$Version": "<p>The version of this classifier.</p>", 5764 "JsonClassifier$Version": "<p>The version of this classifier.</p>", 5765 "XMLClassifier$Version": "<p>The version of this classifier.</p>" 5766 } 5767 }, 5768 "VersionLongNumber": { 5769 "base": null, 5770 "refs": { 5771 "CreateSchemaResponse$LatestSchemaVersion": "<p>The latest version of the schema associated with the returned schema definition.</p>", 5772 "CreateSchemaResponse$NextSchemaVersion": "<p>The next version of the schema associated with the returned schema definition.</p>", 5773 "GetSchemaResponse$LatestSchemaVersion": "<p>The latest version of the schema associated with the returned schema definition.</p>", 5774 "GetSchemaResponse$NextSchemaVersion": "<p>The next version of the schema associated with the returned schema definition.</p>", 5775 "GetSchemaVersionResponse$VersionNumber": "<p>The version number of the schema.</p>", 5776 "PutSchemaVersionMetadataResponse$VersionNumber": "<p>The version number of the schema.</p>", 5777 "RegisterSchemaVersionResponse$VersionNumber": "<p>The version of this schema (for sync flow only, in case this is the first version).</p>", 5778 "RemoveSchemaVersionMetadataResponse$VersionNumber": "<p>The version number of the schema.</p>", 5779 "SchemaReference$SchemaVersionNumber": "<p>The version number of the schema.</p>", 5780 "SchemaVersionErrorItem$VersionNumber": "<p>The version number of the schema.</p>", 5781 "SchemaVersionListItem$VersionNumber": "<p>The version number of the schema.</p>", 5782 "SchemaVersionNumber$VersionNumber": "<p>The version number of the schema.</p>" 5783 } 5784 }, 5785 "VersionMismatchException": { 5786 "base": "<p>There was a version conflict.</p>", 5787 "refs": { 5788 } 5789 }, 5790 "VersionString": { 5791 "base": null, 5792 "refs": { 5793 "BatchDeleteTableVersionList$member": null, 5794 "DeleteTableVersionRequest$VersionId": "<p>The ID of the table version to be deleted. A <code>VersionID</code> is a string representation of an integer. Each version is incremented by 1.</p>", 5795 "GetTableVersionRequest$VersionId": "<p>The ID value of the table version to be retrieved. A <code>VersionID</code> is a string representation of an integer. Each version is incremented by 1. </p>", 5796 "TableVersion$VersionId": "<p>The ID value that identifies this table version. A <code>VersionId</code> is a string representation of an integer. Each version is incremented by 1.</p>", 5797 "TableVersionError$VersionId": "<p>The ID value of the version in question. A <code>VersionID</code> is a string representation of an integer. Each version is incremented by 1.</p>" 5798 } 5799 }, 5800 "VersionsString": { 5801 "base": null, 5802 "refs": { 5803 "DeleteSchemaVersionsInput$Versions": "<p>A version range may be supplied which may be of the format:</p> <ul> <li> <p>a single version number, 5</p> </li> <li> <p>a range, 5-8 : deletes versions 5, 6, 7, 8</p> </li> </ul>" 5804 } 5805 }, 5806 "ViewTextString": { 5807 "base": null, 5808 "refs": { 5809 "Table$ViewOriginalText": "<p>If the table is a view, the original text of the view; otherwise <code>null</code>.</p>", 5810 "Table$ViewExpandedText": "<p>If the table is a view, the expanded text of the view; otherwise <code>null</code>.</p>", 5811 "TableInput$ViewOriginalText": "<p>If the table is a view, the original text of the view; otherwise <code>null</code>.</p>", 5812 "TableInput$ViewExpandedText": "<p>If the table is a view, the expanded text of the view; otherwise <code>null</code>.</p>" 5813 } 5814 }, 5815 "WorkerType": { 5816 "base": null, 5817 "refs": { 5818 "CreateDevEndpointRequest$WorkerType": "<p>The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X.</p> <ul> <li> <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p> </li> <li> <p>For the <code>G.1X</code> worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p> </li> <li> <p>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p> </li> </ul> <p>Known issue: when a development endpoint is created with the <code>G.2X</code> <code>WorkerType</code> configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB disk. </p>", 5819 "CreateDevEndpointResponse$WorkerType": "<p>The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X.</p>", 5820 "CreateJobRequest$WorkerType": "<p>The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.2X.</p> <ul> <li> <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p> </li> <li> <p>For the <code>G.1X</code> worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p> </li> <li> <p>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p> </li> </ul>", 5821 "CreateMLTransformRequest$WorkerType": "<p>The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.</p> <ul> <li> <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p> </li> <li> <p>For the <code>G.1X</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker.</p> </li> <li> <p>For the <code>G.2X</code> worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.</p> </li> </ul> <p> <code>MaxCapacity</code> is a mutually exclusive option with <code>NumberOfWorkers</code> and <code>WorkerType</code>.</p> <ul> <li> <p>If either <code>NumberOfWorkers</code> or <code>WorkerType</code> is set, then <code>MaxCapacity</code> cannot be set.</p> </li> <li> <p>If <code>MaxCapacity</code> is set then neither <code>NumberOfWorkers</code> or <code>WorkerType</code> can be set.</p> </li> <li> <p>If <code>WorkerType</code> is set, then <code>NumberOfWorkers</code> is required (and vice versa).</p> </li> <li> <p> <code>MaxCapacity</code> and <code>NumberOfWorkers</code> must both be at least 1.</p> </li> </ul>", 5822 "DevEndpoint$WorkerType": "<p>The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X.</p> <ul> <li> <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p> </li> <li> <p>For the <code>G.1X</code> worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p> </li> <li> <p>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p> </li> </ul> <p>Known issue: when a development endpoint is created with the <code>G.2X</code> <code>WorkerType</code> configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB disk. </p>", 5823 "GetMLTransformResponse$WorkerType": "<p>The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.</p> <ul> <li> <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p> </li> <li> <p>For the <code>G.1X</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker.</p> </li> <li> <p>For the <code>G.2X</code> worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.</p> </li> </ul>", 5824 "Job$WorkerType": "<p>The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.2X.</p> <ul> <li> <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p> </li> <li> <p>For the <code>G.1X</code> worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p> </li> <li> <p>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p> </li> </ul>", 5825 "JobRun$WorkerType": "<p>The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.2X.</p> <ul> <li> <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p> </li> <li> <p>For the <code>G.1X</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker.</p> </li> <li> <p>For the <code>G.2X</code> worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.</p> </li> </ul>", 5826 "JobUpdate$WorkerType": "<p>The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.2X.</p> <ul> <li> <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p> </li> <li> <p>For the <code>G.1X</code> worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p> </li> <li> <p>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p> </li> </ul>", 5827 "MLTransform$WorkerType": "<p>The type of predefined worker that is allocated when a task of this transform runs. Accepts a value of Standard, G.1X, or G.2X.</p> <ul> <li> <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p> </li> <li> <p>For the <code>G.1X</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker.</p> </li> <li> <p>For the <code>G.2X</code> worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.</p> </li> </ul> <p> <code>MaxCapacity</code> is a mutually exclusive option with <code>NumberOfWorkers</code> and <code>WorkerType</code>.</p> <ul> <li> <p>If either <code>NumberOfWorkers</code> or <code>WorkerType</code> is set, then <code>MaxCapacity</code> cannot be set.</p> </li> <li> <p>If <code>MaxCapacity</code> is set then neither <code>NumberOfWorkers</code> or <code>WorkerType</code> can be set.</p> </li> <li> <p>If <code>WorkerType</code> is set, then <code>NumberOfWorkers</code> is required (and vice versa).</p> </li> <li> <p> <code>MaxCapacity</code> and <code>NumberOfWorkers</code> must both be at least 1.</p> </li> </ul>", 5828 "StartJobRunRequest$WorkerType": "<p>The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.2X.</p> <ul> <li> <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p> </li> <li> <p>For the <code>G.1X</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker.</p> </li> <li> <p>For the <code>G.2X</code> worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.</p> </li> </ul>", 5829 "UpdateMLTransformRequest$WorkerType": "<p>The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.</p> <ul> <li> <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p> </li> <li> <p>For the <code>G.1X</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker.</p> </li> <li> <p>For the <code>G.2X</code> worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.</p> </li> </ul>" 5830 } 5831 }, 5832 "Workflow": { 5833 "base": "<p>A workflow is a collection of multiple dependent Glue jobs and crawlers that are run to complete a complex ETL task. A workflow manages the execution and monitoring of all its jobs and crawlers.</p>", 5834 "refs": { 5835 "GetWorkflowResponse$Workflow": "<p>The resource metadata for the workflow.</p>", 5836 "Workflows$member": null 5837 } 5838 }, 5839 "WorkflowGraph": { 5840 "base": "<p>A workflow graph represents the complete workflow containing all the Glue components present in the workflow and all the directed connections between them.</p>", 5841 "refs": { 5842 "Workflow$Graph": "<p>The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.</p>", 5843 "WorkflowRun$Graph": "<p>The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.</p>" 5844 } 5845 }, 5846 "WorkflowNames": { 5847 "base": null, 5848 "refs": { 5849 "BatchGetWorkflowsRequest$Names": "<p>A list of workflow names, which may be the names returned from the <code>ListWorkflows</code> operation.</p>", 5850 "BatchGetWorkflowsResponse$MissingWorkflows": "<p>A list of names of workflows not found.</p>", 5851 "ListWorkflowsResponse$Workflows": "<p>List of names of workflows in the account.</p>" 5852 } 5853 }, 5854 "WorkflowRun": { 5855 "base": "<p>A workflow run is an execution of a workflow providing all the runtime information.</p>", 5856 "refs": { 5857 "GetWorkflowRunResponse$Run": "<p>The requested workflow run metadata.</p>", 5858 "Workflow$LastRun": "<p>The information about the last execution of the workflow.</p>", 5859 "WorkflowRuns$member": null 5860 } 5861 }, 5862 "WorkflowRunProperties": { 5863 "base": null, 5864 "refs": { 5865 "CreateWorkflowRequest$DefaultRunProperties": "<p>A collection of properties to be used as part of each execution of the workflow.</p>", 5866 "GetWorkflowRunPropertiesResponse$RunProperties": "<p>The workflow run properties which were set during the specified run.</p>", 5867 "PutWorkflowRunPropertiesRequest$RunProperties": "<p>The properties to put for the specified run.</p>", 5868 "UpdateWorkflowRequest$DefaultRunProperties": "<p>A collection of properties to be used as part of each execution of the workflow.</p>", 5869 "Workflow$DefaultRunProperties": "<p>A collection of properties to be used as part of each execution of the workflow. The run properties are made available to each job in the workflow. A job can modify the properties for the next jobs in the flow.</p>", 5870 "WorkflowRun$WorkflowRunProperties": "<p>The workflow run properties which were set during the run.</p>" 5871 } 5872 }, 5873 "WorkflowRunStatistics": { 5874 "base": "<p>Workflow run statistics provides statistics about the workflow run.</p>", 5875 "refs": { 5876 "WorkflowRun$Statistics": "<p>The statistics of the run.</p>" 5877 } 5878 }, 5879 "WorkflowRunStatus": { 5880 "base": null, 5881 "refs": { 5882 "WorkflowRun$Status": "<p>The status of the workflow run.</p>" 5883 } 5884 }, 5885 "WorkflowRuns": { 5886 "base": null, 5887 "refs": { 5888 "GetWorkflowRunsResponse$Runs": "<p>A list of workflow run metadata objects.</p>" 5889 } 5890 }, 5891 "Workflows": { 5892 "base": null, 5893 "refs": { 5894 "BatchGetWorkflowsResponse$Workflows": "<p>A list of workflow resource metadata.</p>" 5895 } 5896 }, 5897 "XMLClassifier": { 5898 "base": "<p>A classifier for <code>XML</code> content.</p>", 5899 "refs": { 5900 "Classifier$XMLClassifier": "<p>A classifier for XML content.</p>" 5901 } 5902 } 5903 } 5904 }