1{
2  "version": "2.0",
3  "service": "<fullname>AWS Glue</fullname> <p>Defines the public endpoint for the AWS 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. AWS 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    "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>",
11    "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>",
12    "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>",
13    "BatchGetPartition": "<p>Retrieves partitions in a batch request.</p>",
14    "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>",
15    "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>",
16    "BatchStopJobRun": "<p>Stops one or more job runs for a specified job definition.</p>",
17    "CancelMLTaskRun": "<p>Cancels (stops) a task run. Machine learning task runs are asynchronous tasks that AWS 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>",
18    "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>",
19    "CreateConnection": "<p>Creates a connection definition in the Data Catalog.</p>",
20    "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>",
21    "CreateDatabase": "<p>Creates a new database in a Data Catalog.</p>",
22    "CreateDevEndpoint": "<p>Creates a new development endpoint.</p>",
23    "CreateJob": "<p>Creates a new job definition.</p>",
24    "CreateMLTransform": "<p>Creates an AWS 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 AWS 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>",
25    "CreatePartition": "<p>Creates a new partition.</p>",
26    "CreateScript": "<p>Transforms a directed acyclic graph (DAG) into code.</p>",
27    "CreateSecurityConfiguration": "<p>Creates a new security configuration. A security configuration is a set of security properties that can be used by AWS Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in AWS 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>",
28    "CreateTable": "<p>Creates a new table definition in the Data Catalog.</p>",
29    "CreateTrigger": "<p>Creates a new trigger.</p>",
30    "CreateUserDefinedFunction": "<p>Creates a new function definition in the Data Catalog.</p>",
31    "CreateWorkflow": "<p>Creates a new workflow.</p>",
32    "DeleteClassifier": "<p>Removes a classifier from the Data Catalog.</p>",
33    "DeleteConnection": "<p>Deletes a connection from the Data Catalog.</p>",
34    "DeleteCrawler": "<p>Removes a specified crawler from the AWS Glue Data Catalog, unless the crawler state is <code>RUNNING</code>.</p>",
35    "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. AWS 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>",
36    "DeleteDevEndpoint": "<p>Deletes a specified development endpoint.</p>",
37    "DeleteJob": "<p>Deletes a specified job definition. If the job definition is not found, no exception is thrown.</p>",
38    "DeleteMLTransform": "<p>Deletes an AWS 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 AWS Glue. If you no longer need a transform, you can delete it by calling <code>DeleteMLTransforms</code>. However, any AWS Glue jobs that still reference the deleted transform will no longer succeed.</p>",
39    "DeletePartition": "<p>Deletes a specified partition.</p>",
40    "DeleteResourcePolicy": "<p>Deletes a specified policy.</p>",
41    "DeleteSecurityConfiguration": "<p>Deletes a specified security configuration.</p>",
42    "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. AWS 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>",
43    "DeleteTableVersion": "<p>Deletes a specified version of a table.</p>",
44    "DeleteTrigger": "<p>Deletes a specified trigger. If the trigger is not found, no exception is thrown.</p>",
45    "DeleteUserDefinedFunction": "<p>Deletes an existing function definition from the Data Catalog.</p>",
46    "DeleteWorkflow": "<p>Deletes a workflow.</p>",
47    "GetCatalogImportStatus": "<p>Retrieves the status of a migration operation.</p>",
48    "GetClassifier": "<p>Retrieve a classifier by name.</p>",
49    "GetClassifiers": "<p>Lists all classifier objects in the Data Catalog.</p>",
50    "GetConnection": "<p>Retrieves a connection definition from the Data Catalog.</p>",
51    "GetConnections": "<p>Retrieves a list of connection definitions from the Data Catalog.</p>",
52    "GetCrawler": "<p>Retrieves metadata for a specified crawler.</p>",
53    "GetCrawlerMetrics": "<p>Retrieves metrics about specified crawlers.</p>",
54    "GetCrawlers": "<p>Retrieves metadata for all crawlers defined in the customer account.</p>",
55    "GetDataCatalogEncryptionSettings": "<p>Retrieves the security configuration for a specified catalog.</p>",
56    "GetDatabase": "<p>Retrieves the definition of a specified database.</p>",
57    "GetDatabases": "<p>Retrieves all databases defined in a given Data Catalog.</p>",
58    "GetDataflowGraph": "<p>Transforms a Python script into a directed acyclic graph (DAG). </p>",
59    "GetDevEndpoint": "<p>Retrieves information about a specified development endpoint.</p> <note> <p>When you create a development endpoint in a virtual private cloud (VPC), AWS Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, AWS Glue returns only a public IP address.</p> </note>",
60    "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), AWS Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, AWS Glue returns only a public IP address.</p> </note>",
61    "GetJob": "<p>Retrieves an existing job definition.</p>",
62    "GetJobBookmark": "<p>Returns information on a job bookmark entry.</p>",
63    "GetJobRun": "<p>Retrieves the metadata for a given job run.</p>",
64    "GetJobRuns": "<p>Retrieves metadata for all runs of a given job definition.</p>",
65    "GetJobs": "<p>Retrieves all current job definitions.</p>",
66    "GetMLTaskRun": "<p>Gets details for a specific task run on a machine learning transform. Machine learning task runs are asynchronous tasks that AWS 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>",
67    "GetMLTaskRuns": "<p>Gets a list of runs for a machine learning transform. Machine learning task runs are asynchronous tasks that AWS 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>",
68    "GetMLTransform": "<p>Gets an AWS 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 AWS Glue. You can retrieve their metadata by calling <code>GetMLTransform</code>.</p>",
69    "GetMLTransforms": "<p>Gets a sortable, filterable list of existing AWS 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 AWS Glue, and you can retrieve their metadata by calling <code>GetMLTransforms</code>.</p>",
70    "GetMapping": "<p>Creates mappings.</p>",
71    "GetPartition": "<p>Retrieves information about a specified partition.</p>",
72    "GetPartitions": "<p>Retrieves information about the partitions in a table.</p>",
73    "GetPlan": "<p>Gets code to perform a specified mapping.</p>",
74    "GetResourcePolicy": "<p>Retrieves a specified resource policy.</p>",
75    "GetSecurityConfiguration": "<p>Retrieves a specified security configuration.</p>",
76    "GetSecurityConfigurations": "<p>Retrieves a list of all security configurations.</p>",
77    "GetTable": "<p>Retrieves the <code>Table</code> definition in a Data Catalog for a specified table.</p>",
78    "GetTableVersion": "<p>Retrieves a specified version of a table.</p>",
79    "GetTableVersions": "<p>Retrieves a list of strings that identify available versions of a specified table.</p>",
80    "GetTables": "<p>Retrieves the definitions of some or all of the tables in a given <code>Database</code>.</p>",
81    "GetTags": "<p>Retrieves a list of tags associated with a resource.</p>",
82    "GetTrigger": "<p>Retrieves the definition of a trigger.</p>",
83    "GetTriggers": "<p>Gets all the triggers associated with a job.</p>",
84    "GetUserDefinedFunction": "<p>Retrieves a specified function definition from the Data Catalog.</p>",
85    "GetUserDefinedFunctions": "<p>Retrieves multiple function definitions from the Data Catalog.</p>",
86    "GetWorkflow": "<p>Retrieves resource metadata for a workflow.</p>",
87    "GetWorkflowRun": "<p>Retrieves the metadata for a given workflow run. </p>",
88    "GetWorkflowRunProperties": "<p>Retrieves the workflow run properties which were set during the run.</p>",
89    "GetWorkflowRuns": "<p>Retrieves metadata for all runs of a given workflow.</p>",
90    "ImportCatalogToGlue": "<p>Imports an existing Amazon Athena Data Catalog to AWS Glue</p>",
91    "ListCrawlers": "<p>Retrieves the names of all crawler resources in this AWS 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>",
92    "ListDevEndpoints": "<p>Retrieves the names of all <code>DevEndpoint</code> resources in this AWS 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>",
93    "ListJobs": "<p>Retrieves the names of all job resources in this AWS 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>",
94    "ListMLTransforms": "<p> Retrieves a sortable, filterable list of existing AWS Glue machine learning transforms in this AWS 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>",
95    "ListTriggers": "<p>Retrieves the names of all trigger resources in this AWS 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>",
96    "ListWorkflows": "<p>Lists names of workflows created in the account.</p>",
97    "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>",
98    "PutResourcePolicy": "<p>Sets the Data Catalog resource policy for access control.</p>",
99    "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>",
100    "ResetJobBookmark": "<p>Resets a bookmark entry.</p>",
101    "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>",
102    "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>",
103    "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>",
104    "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>",
105    "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, AWS 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>",
106    "StartJobRun": "<p>Starts a job run using a job definition.</p>",
107    "StartMLEvaluationTaskRun": "<p>Starts a task to estimate the quality of the transform. </p> <p>When you provide label sets as examples of truth, AWS 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>",
108    "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, AWS 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>",
109    "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>",
110    "StartWorkflowRun": "<p>Starts a new run of the specified workflow.</p>",
111    "StopCrawler": "<p>If the specified crawler is running, stops the crawl.</p>",
112    "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>",
113    "StopTrigger": "<p>Stops a specified trigger.</p>",
114    "TagResource": "<p>Adds tags to a resource. A tag is a label you can assign to an AWS resource. In AWS 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\">AWS Tags in AWS Glue</a>.</p>",
115    "UntagResource": "<p>Removes tags from a resource.</p>",
116    "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>",
117    "UpdateConnection": "<p>Updates a connection definition in the Data Catalog.</p>",
118    "UpdateCrawler": "<p>Updates a crawler. If a crawler is running, you must stop it using <code>StopCrawler</code> before updating it.</p>",
119    "UpdateCrawlerSchedule": "<p>Updates the schedule of a crawler using a <code>cron</code> expression. </p>",
120    "UpdateDatabase": "<p>Updates an existing database definition in a Data Catalog.</p>",
121    "UpdateDevEndpoint": "<p>Updates a specified development endpoint.</p>",
122    "UpdateJob": "<p>Updates an existing job definition.</p>",
123    "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>",
124    "UpdatePartition": "<p>Updates a partition.</p>",
125    "UpdateTable": "<p>Updates a metadata table in the Data Catalog.</p>",
126    "UpdateTrigger": "<p>Updates a trigger definition.</p>",
127    "UpdateUserDefinedFunction": "<p>Updates an existing function definition in the Data Catalog.</p>",
128    "UpdateWorkflow": "<p>Updates an existing workflow.</p>"
129  },
130  "shapes": {
131    "AccessDeniedException": {
132      "base": "<p>Access to a resource was denied.</p>",
133      "refs": {
134      }
135    },
136    "Action": {
137      "base": "<p>Defines an action to be initiated by a trigger.</p>",
138      "refs": {
139        "ActionList$member": null
140      }
141    },
142    "ActionList": {
143      "base": null,
144      "refs": {
145        "CreateTriggerRequest$Actions": "<p>The actions initiated by this trigger when it fires.</p>",
146        "Trigger$Actions": "<p>The actions initiated by this trigger.</p>",
147        "TriggerUpdate$Actions": "<p>The actions initiated by this trigger.</p>"
148      }
149    },
150    "AlreadyExistsException": {
151      "base": "<p>A resource to be created or added already exists.</p>",
152      "refs": {
153      }
154    },
155    "AttemptCount": {
156      "base": null,
157      "refs": {
158        "JobRun$Attempt": "<p>The number of the attempt to run this job.</p>"
159      }
160    },
161    "BatchCreatePartitionRequest": {
162      "base": null,
163      "refs": {
164      }
165    },
166    "BatchCreatePartitionResponse": {
167      "base": null,
168      "refs": {
169      }
170    },
171    "BatchDeleteConnectionRequest": {
172      "base": null,
173      "refs": {
174      }
175    },
176    "BatchDeleteConnectionResponse": {
177      "base": null,
178      "refs": {
179      }
180    },
181    "BatchDeletePartitionRequest": {
182      "base": null,
183      "refs": {
184      }
185    },
186    "BatchDeletePartitionResponse": {
187      "base": null,
188      "refs": {
189      }
190    },
191    "BatchDeletePartitionValueList": {
192      "base": null,
193      "refs": {
194        "BatchDeletePartitionRequest$PartitionsToDelete": "<p>A list of <code>PartitionInput</code> structures that define the partitions to be deleted.</p>"
195      }
196    },
197    "BatchDeleteTableNameList": {
198      "base": null,
199      "refs": {
200        "BatchDeleteTableRequest$TablesToDelete": "<p>A list of the table to delete.</p>"
201      }
202    },
203    "BatchDeleteTableRequest": {
204      "base": null,
205      "refs": {
206      }
207    },
208    "BatchDeleteTableResponse": {
209      "base": null,
210      "refs": {
211      }
212    },
213    "BatchDeleteTableVersionList": {
214      "base": null,
215      "refs": {
216        "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>"
217      }
218    },
219    "BatchDeleteTableVersionRequest": {
220      "base": null,
221      "refs": {
222      }
223    },
224    "BatchDeleteTableVersionResponse": {
225      "base": null,
226      "refs": {
227      }
228    },
229    "BatchGetCrawlersRequest": {
230      "base": null,
231      "refs": {
232      }
233    },
234    "BatchGetCrawlersResponse": {
235      "base": null,
236      "refs": {
237      }
238    },
239    "BatchGetDevEndpointsRequest": {
240      "base": null,
241      "refs": {
242      }
243    },
244    "BatchGetDevEndpointsResponse": {
245      "base": null,
246      "refs": {
247      }
248    },
249    "BatchGetJobsRequest": {
250      "base": null,
251      "refs": {
252      }
253    },
254    "BatchGetJobsResponse": {
255      "base": null,
256      "refs": {
257      }
258    },
259    "BatchGetPartitionRequest": {
260      "base": null,
261      "refs": {
262      }
263    },
264    "BatchGetPartitionResponse": {
265      "base": null,
266      "refs": {
267      }
268    },
269    "BatchGetPartitionValueList": {
270      "base": null,
271      "refs": {
272        "BatchGetPartitionRequest$PartitionsToGet": "<p>A list of partition values identifying the partitions to retrieve.</p>",
273        "BatchGetPartitionResponse$UnprocessedKeys": "<p>A list of the partition values in the request for which partitions were not returned.</p>"
274      }
275    },
276    "BatchGetTriggersRequest": {
277      "base": null,
278      "refs": {
279      }
280    },
281    "BatchGetTriggersResponse": {
282      "base": null,
283      "refs": {
284      }
285    },
286    "BatchGetWorkflowsRequest": {
287      "base": null,
288      "refs": {
289      }
290    },
291    "BatchGetWorkflowsResponse": {
292      "base": null,
293      "refs": {
294      }
295    },
296    "BatchStopJobRunError": {
297      "base": "<p>Records an error that occurred when attempting to stop a specified job run.</p>",
298      "refs": {
299        "BatchStopJobRunErrorList$member": null
300      }
301    },
302    "BatchStopJobRunErrorList": {
303      "base": null,
304      "refs": {
305        "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>"
306      }
307    },
308    "BatchStopJobRunJobRunIdList": {
309      "base": null,
310      "refs": {
311        "BatchStopJobRunRequest$JobRunIds": "<p>A list of the <code>JobRunIds</code> that should be stopped for that job definition.</p>"
312      }
313    },
314    "BatchStopJobRunRequest": {
315      "base": null,
316      "refs": {
317      }
318    },
319    "BatchStopJobRunResponse": {
320      "base": null,
321      "refs": {
322      }
323    },
324    "BatchStopJobRunSuccessfulSubmission": {
325      "base": "<p>Records a successful request to stop a specified <code>JobRun</code>.</p>",
326      "refs": {
327        "BatchStopJobRunSuccessfulSubmissionList$member": null
328      }
329    },
330    "BatchStopJobRunSuccessfulSubmissionList": {
331      "base": null,
332      "refs": {
333        "BatchStopJobRunResponse$SuccessfulSubmissions": "<p>A list of the JobRuns that were successfully submitted for stopping.</p>"
334      }
335    },
336    "Boolean": {
337      "base": null,
338      "refs": {
339        "CatalogImportStatus$ImportCompleted": "<p> <code>True</code> if the migration has completed, or <code>False</code> otherwise.</p>",
340        "CodeGenNodeArg$Param": "<p>True if the value is used as a parameter.</p>",
341        "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>",
342        "CrawlerMetrics$StillEstimating": "<p>True if the crawler is still estimating how long it will take to complete this run.</p>",
343        "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 AWS KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.</p>",
344        "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 AWS KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.</p>",
345        "StorageDescriptor$Compressed": "<p> <code>True</code> if the data in the table is compressed, or <code>False</code> if not.</p>",
346        "StorageDescriptor$StoredAsSubDirectories": "<p> <code>True</code> if the table data is stored in subdirectories, or <code>False</code> if not.</p>",
347        "Table$IsRegisteredWithLakeFormation": "<p>Indicates whether the table has been registered with AWS Lake Formation.</p>"
348      }
349    },
350    "BooleanNullable": {
351      "base": null,
352      "refs": {
353        "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>"
354      }
355    },
356    "BooleanValue": {
357      "base": null,
358      "refs": {
359        "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>",
360        "GetJobRunRequest$PredecessorsIncluded": "<p>True if a list of predecessor runs should be returned.</p>",
361        "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>"
362      }
363    },
364    "BoundedPartitionValueList": {
365      "base": null,
366      "refs": {
367        "UpdatePartitionRequest$PartitionValueList": "<p>A list of the values defining the partition.</p>"
368      }
369    },
370    "CancelMLTaskRunRequest": {
371      "base": null,
372      "refs": {
373      }
374    },
375    "CancelMLTaskRunResponse": {
376      "base": null,
377      "refs": {
378      }
379    },
380    "CatalogEncryptionMode": {
381      "base": null,
382      "refs": {
383        "EncryptionAtRest$CatalogEncryptionMode": "<p>The encryption-at-rest mode for encrypting Data Catalog data.</p>"
384      }
385    },
386    "CatalogEntries": {
387      "base": null,
388      "refs": {
389        "GetMappingRequest$Sinks": "<p>A list of target tables.</p>",
390        "GetPlanRequest$Sinks": "<p>The target tables.</p>"
391      }
392    },
393    "CatalogEntry": {
394      "base": "<p>Specifies a table definition in the AWS Glue Data Catalog.</p>",
395      "refs": {
396        "CatalogEntries$member": null,
397        "GetMappingRequest$Source": "<p>Specifies the source table.</p>",
398        "GetPlanRequest$Source": "<p>The source table.</p>"
399      }
400    },
401    "CatalogIdString": {
402      "base": null,
403      "refs": {
404        "BatchCreatePartitionRequest$CatalogId": "<p>The ID of the catalog in which the partition is to be created. Currently, this should be the AWS account ID.</p>",
405        "BatchDeleteConnectionRequest$CatalogId": "<p>The ID of the Data Catalog in which the connections reside. If none is provided, the AWS account ID is used by default.</p>",
406        "BatchDeletePartitionRequest$CatalogId": "<p>The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the AWS account ID is used by default.</p>",
407        "BatchDeleteTableRequest$CatalogId": "<p>The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by default.</p>",
408        "BatchDeleteTableVersionRequest$CatalogId": "<p>The ID of the Data Catalog where the tables reside. If none is provided, the AWS account ID is used by default.</p>",
409        "BatchGetPartitionRequest$CatalogId": "<p>The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.</p>",
410        "CreateConnectionRequest$CatalogId": "<p>The ID of the Data Catalog in which to create the connection. If none is provided, the AWS account ID is used by default.</p>",
411        "CreateDatabaseRequest$CatalogId": "<p>The ID of the Data Catalog in which to create the database. If none is provided, the AWS account ID is used by default.</p>",
412        "CreatePartitionRequest$CatalogId": "<p>The AWS account ID of the catalog in which the partition is to be created.</p>",
413        "CreateTableRequest$CatalogId": "<p>The ID of the Data Catalog in which to create the <code>Table</code>. If none is supplied, the AWS account ID is used by default.</p>",
414        "CreateUserDefinedFunctionRequest$CatalogId": "<p>The ID of the Data Catalog in which to create the function. If none is provided, the AWS account ID is used by default.</p>",
415        "DeleteConnectionRequest$CatalogId": "<p>The ID of the Data Catalog in which the connection resides. If none is provided, the AWS account ID is used by default.</p>",
416        "DeleteDatabaseRequest$CatalogId": "<p>The ID of the Data Catalog in which the database resides. If none is provided, the AWS account ID is used by default.</p>",
417        "DeletePartitionRequest$CatalogId": "<p>The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the AWS account ID is used by default.</p>",
418        "DeleteTableRequest$CatalogId": "<p>The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by default.</p>",
419        "DeleteTableVersionRequest$CatalogId": "<p>The ID of the Data Catalog where the tables reside. If none is provided, the AWS account ID is used by default.</p>",
420        "DeleteUserDefinedFunctionRequest$CatalogId": "<p>The ID of the Data Catalog where the function to be deleted is located. If none is supplied, the AWS account ID is used by default.</p>",
421        "GetCatalogImportStatusRequest$CatalogId": "<p>The ID of the catalog to migrate. Currently, this should be the AWS account ID.</p>",
422        "GetConnectionRequest$CatalogId": "<p>The ID of the Data Catalog in which the connection resides. If none is provided, the AWS account ID is used by default.</p>",
423        "GetConnectionsRequest$CatalogId": "<p>The ID of the Data Catalog in which the connections reside. If none is provided, the AWS account ID is used by default.</p>",
424        "GetDataCatalogEncryptionSettingsRequest$CatalogId": "<p>The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the AWS account ID is used by default.</p>",
425        "GetDatabaseRequest$CatalogId": "<p>The ID of the Data Catalog in which the database resides. If none is provided, the AWS account ID is used by default.</p>",
426        "GetDatabasesRequest$CatalogId": "<p>The ID of the Data Catalog from which to retrieve <code>Databases</code>. If none is provided, the AWS account ID is used by default.</p>",
427        "GetPartitionRequest$CatalogId": "<p>The ID of the Data Catalog where the partition in question resides. If none is provided, the AWS account ID is used by default.</p>",
428        "GetPartitionsRequest$CatalogId": "<p>The ID of the Data Catalog where the partitions in question reside. If none is provided, the AWS account ID is used by default.</p>",
429        "GetTableRequest$CatalogId": "<p>The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by default.</p>",
430        "GetTableVersionRequest$CatalogId": "<p>The ID of the Data Catalog where the tables reside. If none is provided, the AWS account ID is used by default.</p>",
431        "GetTableVersionsRequest$CatalogId": "<p>The ID of the Data Catalog where the tables reside. If none is provided, the AWS account ID is used by default.</p>",
432        "GetTablesRequest$CatalogId": "<p>The ID of the Data Catalog where the tables reside. If none is provided, the AWS account ID is used by default.</p>",
433        "GetUserDefinedFunctionRequest$CatalogId": "<p>The ID of the Data Catalog where the function to be retrieved is located. If none is provided, the AWS account ID is used by default.</p>",
434        "GetUserDefinedFunctionsRequest$CatalogId": "<p>The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the AWS account ID is used by default.</p>",
435        "ImportCatalogToGlueRequest$CatalogId": "<p>The ID of the catalog to import. Currently, this should be the AWS account ID.</p>",
436        "PutDataCatalogEncryptionSettingsRequest$CatalogId": "<p>The ID of the Data Catalog to set the security configuration for. If none is provided, the AWS account ID is used by default.</p>",
437        "SearchTablesRequest$CatalogId": "<p>A unique identifier, consisting of <code> <i>account_id</i>/datalake</code>.</p>",
438        "UpdateConnectionRequest$CatalogId": "<p>The ID of the Data Catalog in which the connection resides. If none is provided, the AWS account ID is used by default.</p>",
439        "UpdateDatabaseRequest$CatalogId": "<p>The ID of the Data Catalog in which the metadata database resides. If none is provided, the AWS account ID is used by default.</p>",
440        "UpdatePartitionRequest$CatalogId": "<p>The ID of the Data Catalog where the partition to be updated resides. If none is provided, the AWS account ID is used by default.</p>",
441        "UpdateTableRequest$CatalogId": "<p>The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by default.</p>",
442        "UpdateUserDefinedFunctionRequest$CatalogId": "<p>The ID of the Data Catalog where the function to be updated is located. If none is provided, the AWS account ID is used by default.</p>"
443      }
444    },
445    "CatalogImportStatus": {
446      "base": "<p>A structure containing migration status information.</p>",
447      "refs": {
448        "GetCatalogImportStatusResponse$ImportStatus": "<p>The status of the specified catalog migration.</p>"
449      }
450    },
451    "CatalogTablesList": {
452      "base": null,
453      "refs": {
454        "CatalogTarget$Tables": "<p>A list of the tables to be synchronized.</p>"
455      }
456    },
457    "CatalogTarget": {
458      "base": "<p>Specifies an AWS Glue Data Catalog target.</p>",
459      "refs": {
460        "CatalogTargetList$member": null
461      }
462    },
463    "CatalogTargetList": {
464      "base": null,
465      "refs": {
466        "CrawlerTargets$CatalogTargets": "<p>Specifies AWS Glue Data Catalog targets.</p>"
467      }
468    },
469    "Classification": {
470      "base": null,
471      "refs": {
472        "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>",
473        "CreateXMLClassifierRequest$Classification": "<p>An identifier of the data format that the classifier matches.</p>",
474        "GrokClassifier$Classification": "<p>An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on.</p>",
475        "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>",
476        "UpdateXMLClassifierRequest$Classification": "<p>An identifier of the data format that the classifier matches.</p>",
477        "XMLClassifier$Classification": "<p>An identifier of the data format that the classifier matches.</p>"
478      }
479    },
480    "Classifier": {
481      "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 AWS 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>",
482      "refs": {
483        "ClassifierList$member": null,
484        "GetClassifierResponse$Classifier": "<p>The requested classifier.</p>"
485      }
486    },
487    "ClassifierList": {
488      "base": null,
489      "refs": {
490        "GetClassifiersResponse$Classifiers": "<p>The requested list of classifier objects.</p>"
491      }
492    },
493    "ClassifierNameList": {
494      "base": null,
495      "refs": {
496        "Crawler$Classifiers": "<p>A list of UTF-8 strings that specify the custom classifiers that are associated with the crawler.</p>",
497        "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>",
498        "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>"
499      }
500    },
501    "CloudWatchEncryption": {
502      "base": "<p>Specifies how Amazon CloudWatch data should be encrypted.</p>",
503      "refs": {
504        "EncryptionConfiguration$CloudWatchEncryption": "<p>The encryption configuration for Amazon CloudWatch.</p>"
505      }
506    },
507    "CloudWatchEncryptionMode": {
508      "base": null,
509      "refs": {
510        "CloudWatchEncryption$CloudWatchEncryptionMode": "<p>The encryption mode to use for CloudWatch data.</p>"
511      }
512    },
513    "CodeGenArgName": {
514      "base": null,
515      "refs": {
516        "CodeGenEdge$TargetParameter": "<p>The target of the edge.</p>",
517        "CodeGenNodeArg$Name": "<p>The name of the argument or property.</p>"
518      }
519    },
520    "CodeGenArgValue": {
521      "base": null,
522      "refs": {
523        "CodeGenNodeArg$Value": "<p>The value of the argument or property.</p>"
524      }
525    },
526    "CodeGenEdge": {
527      "base": "<p>Represents a directional edge in a directed acyclic graph (DAG).</p>",
528      "refs": {
529        "DagEdges$member": null
530      }
531    },
532    "CodeGenIdentifier": {
533      "base": null,
534      "refs": {
535        "CodeGenEdge$Source": "<p>The ID of the node at which the edge starts.</p>",
536        "CodeGenEdge$Target": "<p>The ID of the node at which the edge ends.</p>",
537        "CodeGenNode$Id": "<p>A node identifier that is unique within the node's graph.</p>"
538      }
539    },
540    "CodeGenNode": {
541      "base": "<p>Represents a node in a directed acyclic graph (DAG)</p>",
542      "refs": {
543        "DagNodes$member": null
544      }
545    },
546    "CodeGenNodeArg": {
547      "base": "<p>An argument or property of a node.</p>",
548      "refs": {
549        "CodeGenNodeArgs$member": null
550      }
551    },
552    "CodeGenNodeArgs": {
553      "base": null,
554      "refs": {
555        "CodeGenNode$Args": "<p>Properties of the node, in the form of name-value pairs.</p>",
556        "Location$Jdbc": "<p>A JDBC location.</p>",
557        "Location$S3": "<p>An Amazon Simple Storage Service (Amazon S3) location.</p>",
558        "Location$DynamoDB": "<p>An Amazon DynamoDB table location.</p>"
559      }
560    },
561    "CodeGenNodeType": {
562      "base": null,
563      "refs": {
564        "CodeGenNode$NodeType": "<p>The type of node that this is.</p>"
565      }
566    },
567    "Column": {
568      "base": "<p>A column in a <code>Table</code>.</p>",
569      "refs": {
570        "ColumnList$member": null
571      }
572    },
573    "ColumnList": {
574      "base": null,
575      "refs": {
576        "StorageDescriptor$Columns": "<p>A list of the <code>Columns</code> in the table.</p>",
577        "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>",
578        "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>"
579      }
580    },
581    "ColumnNameString": {
582      "base": null,
583      "refs": {
584        "FindMatchesParameters$PrimaryKeyColumnName": "<p>The name of a column that uniquely identifies rows in the source table. Used to help identify matching records.</p>",
585        "SchemaColumn$Name": "<p>The name of the column.</p>"
586      }
587    },
588    "ColumnTypeString": {
589      "base": null,
590      "refs": {
591        "Column$Type": "<p>The data type of the <code>Column</code>.</p>",
592        "SchemaColumn$DataType": "<p>The type of data in the column.</p>"
593      }
594    },
595    "ColumnValueStringList": {
596      "base": null,
597      "refs": {
598        "SkewedInfo$SkewedColumnValues": "<p>A list of values that appear so frequently as to be considered skewed.</p>"
599      }
600    },
601    "ColumnValuesString": {
602      "base": null,
603      "refs": {
604        "ColumnValueStringList$member": null,
605        "LocationMap$key": null,
606        "LocationMap$value": null
607      }
608    },
609    "CommentString": {
610      "base": null,
611      "refs": {
612        "Column$Comment": "<p>A free-form text comment.</p>"
613      }
614    },
615    "Comparator": {
616      "base": null,
617      "refs": {
618        "PropertyPredicate$Comparator": "<p>The comparator used to compare this property to others.</p>"
619      }
620    },
621    "ConcurrentModificationException": {
622      "base": "<p>Two processes are trying to modify a resource simultaneously.</p>",
623      "refs": {
624      }
625    },
626    "ConcurrentRunsExceededException": {
627      "base": "<p>Too many jobs are being run concurrently.</p>",
628      "refs": {
629      }
630    },
631    "Condition": {
632      "base": "<p>Defines a condition under which a trigger fires.</p>",
633      "refs": {
634        "ConditionList$member": null
635      }
636    },
637    "ConditionCheckFailureException": {
638      "base": "<p>A specified condition was not satisfied.</p>",
639      "refs": {
640      }
641    },
642    "ConditionList": {
643      "base": null,
644      "refs": {
645        "Predicate$Conditions": "<p>A list of the conditions that determine when the trigger will fire.</p>"
646      }
647    },
648    "ConfusionMatrix": {
649      "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>",
650      "refs": {
651        "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>"
652      }
653    },
654    "Connection": {
655      "base": "<p>Defines a connection to a data source.</p>",
656      "refs": {
657        "ConnectionList$member": null,
658        "GetConnectionResponse$Connection": "<p>The requested connection definition.</p>"
659      }
660    },
661    "ConnectionInput": {
662      "base": "<p>A structure that is used to specify a connection to create or update.</p>",
663      "refs": {
664        "CreateConnectionRequest$ConnectionInput": "<p>A <code>ConnectionInput</code> object defining the connection to create.</p>",
665        "UpdateConnectionRequest$ConnectionInput": "<p>A <code>ConnectionInput</code> object that redefines the connection in question.</p>"
666      }
667    },
668    "ConnectionList": {
669      "base": null,
670      "refs": {
671        "GetConnectionsResponse$ConnectionList": "<p>A list of requested connection definitions.</p>"
672      }
673    },
674    "ConnectionName": {
675      "base": null,
676      "refs": {
677        "JdbcTarget$ConnectionName": "<p>The name of the connection to use to connect to the JDBC target.</p>"
678      }
679    },
680    "ConnectionPasswordEncryption": {
681      "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 AWS KMS key. It then encrypts the whole connection object again if catalog encryption is also enabled.</p> <p>This encryption requires that you set AWS 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>",
682      "refs": {
683        "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>"
684      }
685    },
686    "ConnectionProperties": {
687      "base": null,
688      "refs": {
689        "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 the JDBC connection.</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. AWS Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. AWS 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>. AWS 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 AWS 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> </ul>",
690        "ConnectionInput$ConnectionProperties": "<p>These key-value pairs define parameters for the connection.</p>"
691      }
692    },
693    "ConnectionPropertyKey": {
694      "base": null,
695      "refs": {
696        "ConnectionProperties$key": null
697      }
698    },
699    "ConnectionType": {
700      "base": null,
701      "refs": {
702        "Connection$ConnectionType": "<p>The type of the connection. Currently, only JDBC is supported; SFTP is not supported.</p>",
703        "ConnectionInput$ConnectionType": "<p>The type of the connection. Currently, only JDBC is supported; SFTP is not supported.</p>",
704        "GetConnectionsFilter$ConnectionType": "<p>The type of connections to return. Currently, only JDBC is supported; SFTP is not supported.</p>"
705      }
706    },
707    "ConnectionsList": {
708      "base": "<p>Specifies the connections used by a job.</p>",
709      "refs": {
710        "CreateJobRequest$Connections": "<p>The connections used for this job.</p>",
711        "Job$Connections": "<p>The connections used for this job.</p>",
712        "JobUpdate$Connections": "<p>The connections used for this job.</p>"
713      }
714    },
715    "Crawl": {
716      "base": "<p>The details of a crawl in the workflow.</p>",
717      "refs": {
718        "CrawlList$member": null
719      }
720    },
721    "CrawlList": {
722      "base": null,
723      "refs": {
724        "CrawlerNodeDetails$Crawls": "<p>A list of crawls represented by the crawl node.</p>"
725      }
726    },
727    "CrawlState": {
728      "base": null,
729      "refs": {
730        "Condition$CrawlState": "<p>The state of the crawler to which this condition applies.</p>",
731        "Crawl$State": "<p>The state of the crawler.</p>"
732      }
733    },
734    "Crawler": {
735      "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 AWS Glue Data Catalog.</p>",
736      "refs": {
737        "CrawlerList$member": null,
738        "GetCrawlerResponse$Crawler": "<p>The metadata for the specified crawler.</p>"
739      }
740    },
741    "CrawlerConfiguration": {
742      "base": null,
743      "refs": {
744        "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=\"http://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html\">Configuring a Crawler</a>.</p>",
745        "CreateCrawlerRequest$Configuration": "<p>The crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html\">Configuring a Crawler</a>.</p>",
746        "UpdateCrawlerRequest$Configuration": "<p>The crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html\">Configuring a Crawler</a>.</p>"
747      }
748    },
749    "CrawlerList": {
750      "base": null,
751      "refs": {
752        "BatchGetCrawlersResponse$Crawlers": "<p>A list of crawler definitions.</p>",
753        "GetCrawlersResponse$Crawlers": "<p>A list of crawler metadata.</p>"
754      }
755    },
756    "CrawlerMetrics": {
757      "base": "<p>Metrics for a specified crawler.</p>",
758      "refs": {
759        "CrawlerMetricsList$member": null
760      }
761    },
762    "CrawlerMetricsList": {
763      "base": null,
764      "refs": {
765        "GetCrawlerMetricsResponse$CrawlerMetricsList": "<p>A list of metrics for the specified crawler.</p>"
766      }
767    },
768    "CrawlerNameList": {
769      "base": null,
770      "refs": {
771        "BatchGetCrawlersRequest$CrawlerNames": "<p>A list of crawler names, which might be the names returned from the <code>ListCrawlers</code> operation.</p>",
772        "BatchGetCrawlersResponse$CrawlersNotFound": "<p>A list of names of crawlers that were not found.</p>",
773        "GetCrawlerMetricsRequest$CrawlerNameList": "<p>A list of the names of crawlers about which to retrieve metrics.</p>",
774        "ListCrawlersResponse$CrawlerNames": "<p>The names of all crawlers in the account, or the crawlers with the specified tags.</p>"
775      }
776    },
777    "CrawlerNodeDetails": {
778      "base": "<p>The details of a Crawler node present in the workflow.</p>",
779      "refs": {
780        "Node$CrawlerDetails": "<p>Details of the crawler when the node represents a crawler.</p>"
781      }
782    },
783    "CrawlerNotRunningException": {
784      "base": "<p>The specified crawler is not running.</p>",
785      "refs": {
786      }
787    },
788    "CrawlerRunningException": {
789      "base": "<p>The operation cannot be performed because the crawler is already running.</p>",
790      "refs": {
791      }
792    },
793    "CrawlerSecurityConfiguration": {
794      "base": null,
795      "refs": {
796        "Crawler$CrawlerSecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used by this crawler.</p>",
797        "CreateCrawlerRequest$CrawlerSecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used by this crawler.</p>",
798        "UpdateCrawlerRequest$CrawlerSecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used by this crawler.</p>"
799      }
800    },
801    "CrawlerState": {
802      "base": null,
803      "refs": {
804        "Crawler$State": "<p>Indicates whether the crawler is running, or whether a run is pending.</p>"
805      }
806    },
807    "CrawlerStoppingException": {
808      "base": "<p>The specified crawler is stopping.</p>",
809      "refs": {
810      }
811    },
812    "CrawlerTargets": {
813      "base": "<p>Specifies data stores to crawl.</p>",
814      "refs": {
815        "Crawler$Targets": "<p>A collection of targets to crawl.</p>",
816        "CreateCrawlerRequest$Targets": "<p>A list of collection of targets to crawl.</p>",
817        "UpdateCrawlerRequest$Targets": "<p>A list of targets to crawl.</p>"
818      }
819    },
820    "CreateClassifierRequest": {
821      "base": null,
822      "refs": {
823      }
824    },
825    "CreateClassifierResponse": {
826      "base": null,
827      "refs": {
828      }
829    },
830    "CreateConnectionRequest": {
831      "base": null,
832      "refs": {
833      }
834    },
835    "CreateConnectionResponse": {
836      "base": null,
837      "refs": {
838      }
839    },
840    "CreateCrawlerRequest": {
841      "base": null,
842      "refs": {
843      }
844    },
845    "CreateCrawlerResponse": {
846      "base": null,
847      "refs": {
848      }
849    },
850    "CreateCsvClassifierRequest": {
851      "base": "<p>Specifies a custom CSV classifier for <code>CreateClassifier</code> to create.</p>",
852      "refs": {
853        "CreateClassifierRequest$CsvClassifier": "<p>A <code>CsvClassifier</code> object specifying the classifier to create.</p>"
854      }
855    },
856    "CreateDatabaseRequest": {
857      "base": null,
858      "refs": {
859      }
860    },
861    "CreateDatabaseResponse": {
862      "base": null,
863      "refs": {
864      }
865    },
866    "CreateDevEndpointRequest": {
867      "base": null,
868      "refs": {
869      }
870    },
871    "CreateDevEndpointResponse": {
872      "base": null,
873      "refs": {
874      }
875    },
876    "CreateGrokClassifierRequest": {
877      "base": "<p>Specifies a <code>grok</code> classifier for <code>CreateClassifier</code> to create.</p>",
878      "refs": {
879        "CreateClassifierRequest$GrokClassifier": "<p>A <code>GrokClassifier</code> object specifying the classifier to create.</p>"
880      }
881    },
882    "CreateJobRequest": {
883      "base": null,
884      "refs": {
885      }
886    },
887    "CreateJobResponse": {
888      "base": null,
889      "refs": {
890      }
891    },
892    "CreateJsonClassifierRequest": {
893      "base": "<p>Specifies a JSON classifier for <code>CreateClassifier</code> to create.</p>",
894      "refs": {
895        "CreateClassifierRequest$JsonClassifier": "<p>A <code>JsonClassifier</code> object specifying the classifier to create.</p>"
896      }
897    },
898    "CreateMLTransformRequest": {
899      "base": null,
900      "refs": {
901      }
902    },
903    "CreateMLTransformResponse": {
904      "base": null,
905      "refs": {
906      }
907    },
908    "CreatePartitionRequest": {
909      "base": null,
910      "refs": {
911      }
912    },
913    "CreatePartitionResponse": {
914      "base": null,
915      "refs": {
916      }
917    },
918    "CreateScriptRequest": {
919      "base": null,
920      "refs": {
921      }
922    },
923    "CreateScriptResponse": {
924      "base": null,
925      "refs": {
926      }
927    },
928    "CreateSecurityConfigurationRequest": {
929      "base": null,
930      "refs": {
931      }
932    },
933    "CreateSecurityConfigurationResponse": {
934      "base": null,
935      "refs": {
936      }
937    },
938    "CreateTableRequest": {
939      "base": null,
940      "refs": {
941      }
942    },
943    "CreateTableResponse": {
944      "base": null,
945      "refs": {
946      }
947    },
948    "CreateTriggerRequest": {
949      "base": null,
950      "refs": {
951      }
952    },
953    "CreateTriggerResponse": {
954      "base": null,
955      "refs": {
956      }
957    },
958    "CreateUserDefinedFunctionRequest": {
959      "base": null,
960      "refs": {
961      }
962    },
963    "CreateUserDefinedFunctionResponse": {
964      "base": null,
965      "refs": {
966      }
967    },
968    "CreateWorkflowRequest": {
969      "base": null,
970      "refs": {
971      }
972    },
973    "CreateWorkflowResponse": {
974      "base": null,
975      "refs": {
976      }
977    },
978    "CreateXMLClassifierRequest": {
979      "base": "<p>Specifies an XML classifier for <code>CreateClassifier</code> to create.</p>",
980      "refs": {
981        "CreateClassifierRequest$XMLClassifier": "<p>An <code>XMLClassifier</code> object specifying the classifier to create.</p>"
982      }
983    },
984    "CronExpression": {
985      "base": null,
986      "refs": {
987        "CreateCrawlerRequest$Schedule": "<p>A <code>cron</code> expression used to specify the schedule. For more information, see <a href=\"http://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, specify <code>cron(15 12 * * ? *)</code>.</p>",
988        "Schedule$ScheduleExpression": "<p>A <code>cron</code> expression used to specify the schedule. For more information, see <a href=\"http://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, specify <code>cron(15 12 * * ? *)</code>.</p>",
989        "UpdateCrawlerRequest$Schedule": "<p>A <code>cron</code> expression used to specify the schedule. For more information, see <a href=\"http://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, specify <code>cron(15 12 * * ? *)</code>.</p>",
990        "UpdateCrawlerScheduleRequest$Schedule": "<p>The updated <code>cron</code> expression used to specify the schedule. For more information, see <a href=\"http://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, specify <code>cron(15 12 * * ? *)</code>.</p>"
991      }
992    },
993    "CsvClassifier": {
994      "base": "<p>A classifier for custom <code>CSV</code> content.</p>",
995      "refs": {
996        "Classifier$CsvClassifier": "<p>A classifier for comma-separated values (CSV).</p>"
997      }
998    },
999    "CsvColumnDelimiter": {
1000      "base": null,
1001      "refs": {
1002        "CreateCsvClassifierRequest$Delimiter": "<p>A custom symbol to denote what separates each column entry in the row.</p>",
1003        "CsvClassifier$Delimiter": "<p>A custom symbol to denote what separates each column entry in the row.</p>",
1004        "UpdateCsvClassifierRequest$Delimiter": "<p>A custom symbol to denote what separates each column entry in the row.</p>"
1005      }
1006    },
1007    "CsvHeader": {
1008      "base": null,
1009      "refs": {
1010        "CreateCsvClassifierRequest$Header": "<p>A list of strings representing column names.</p>",
1011        "CsvClassifier$Header": "<p>A list of strings representing column names.</p>",
1012        "UpdateCsvClassifierRequest$Header": "<p>A list of strings representing column names.</p>"
1013      }
1014    },
1015    "CsvHeaderOption": {
1016      "base": null,
1017      "refs": {
1018        "CreateCsvClassifierRequest$ContainsHeader": "<p>Indicates whether the CSV file contains a header.</p>",
1019        "CsvClassifier$ContainsHeader": "<p>Indicates whether the CSV file contains a header.</p>",
1020        "UpdateCsvClassifierRequest$ContainsHeader": "<p>Indicates whether the CSV file contains a header.</p>"
1021      }
1022    },
1023    "CsvQuoteSymbol": {
1024      "base": null,
1025      "refs": {
1026        "CreateCsvClassifierRequest$QuoteSymbol": "<p>A custom symbol to denote what combines content into a single column value. Must be different from the column delimiter.</p>",
1027        "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>",
1028        "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>"
1029      }
1030    },
1031    "CustomPatterns": {
1032      "base": null,
1033      "refs": {
1034        "CreateGrokClassifierRequest$CustomPatterns": "<p>Optional custom grok patterns used by this classifier.</p>",
1035        "GrokClassifier$CustomPatterns": "<p>Optional custom grok patterns defined by this classifier. For more information, see custom patterns in <a href=\"http://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html\">Writing Custom Classifiers</a>.</p>",
1036        "UpdateGrokClassifierRequest$CustomPatterns": "<p>Optional custom grok patterns used by this classifier.</p>"
1037      }
1038    },
1039    "DagEdges": {
1040      "base": null,
1041      "refs": {
1042        "CreateScriptRequest$DagEdges": "<p>A list of the edges in the DAG.</p>",
1043        "GetDataflowGraphResponse$DagEdges": "<p>A list of the edges in the resulting DAG.</p>"
1044      }
1045    },
1046    "DagNodes": {
1047      "base": null,
1048      "refs": {
1049        "CreateScriptRequest$DagNodes": "<p>A list of the nodes in the DAG.</p>",
1050        "GetDataflowGraphResponse$DagNodes": "<p>A list of the nodes in the resulting DAG.</p>"
1051      }
1052    },
1053    "DataCatalogEncryptionSettings": {
1054      "base": "<p>Contains configuration information for maintaining Data Catalog security.</p>",
1055      "refs": {
1056        "GetDataCatalogEncryptionSettingsResponse$DataCatalogEncryptionSettings": "<p>The requested security configuration.</p>",
1057        "PutDataCatalogEncryptionSettingsRequest$DataCatalogEncryptionSettings": "<p>The security configuration to set.</p>"
1058      }
1059    },
1060    "DataLakePrincipal": {
1061      "base": "<p>The AWS Lake Formation principal.</p>",
1062      "refs": {
1063        "PrincipalPermissions$Principal": "<p>The principal who is granted permissions.</p>"
1064      }
1065    },
1066    "DataLakePrincipalString": {
1067      "base": null,
1068      "refs": {
1069        "DataLakePrincipal$DataLakePrincipalIdentifier": "<p>An identifier for the AWS Lake Formation principal.</p>"
1070      }
1071    },
1072    "Database": {
1073      "base": "<p>The <code>Database</code> object represents a logical grouping of tables that might reside in a Hive metastore or an RDBMS.</p>",
1074      "refs": {
1075        "DatabaseList$member": null,
1076        "GetDatabaseResponse$Database": "<p>The definition of the specified database in the Data Catalog.</p>"
1077      }
1078    },
1079    "DatabaseInput": {
1080      "base": "<p>The structure used to create or update a database.</p>",
1081      "refs": {
1082        "CreateDatabaseRequest$DatabaseInput": "<p>The metadata for the database.</p>",
1083        "UpdateDatabaseRequest$DatabaseInput": "<p>A <code>DatabaseInput</code> object specifying the new definition of the metadata database in the catalog.</p>"
1084      }
1085    },
1086    "DatabaseList": {
1087      "base": null,
1088      "refs": {
1089        "GetDatabasesResponse$DatabaseList": "<p>A list of <code>Database</code> objects from the specified catalog.</p>"
1090      }
1091    },
1092    "DatabaseName": {
1093      "base": null,
1094      "refs": {
1095        "Crawler$DatabaseName": "<p>The name of the database in which the crawler's output is stored.</p>",
1096        "CreateCrawlerRequest$DatabaseName": "<p>The AWS Glue database where results are written, such as: <code>arn:aws:daylight:us-east-1::database/sometable/*</code>.</p>",
1097        "UpdateCrawlerRequest$DatabaseName": "<p>The AWS Glue database where results are stored, such as: <code>arn:aws:daylight:us-east-1::database/sometable/*</code>.</p>"
1098      }
1099    },
1100    "DeleteBehavior": {
1101      "base": null,
1102      "refs": {
1103        "SchemaChangePolicy$DeleteBehavior": "<p>The deletion behavior when the crawler finds a deleted object.</p>"
1104      }
1105    },
1106    "DeleteClassifierRequest": {
1107      "base": null,
1108      "refs": {
1109      }
1110    },
1111    "DeleteClassifierResponse": {
1112      "base": null,
1113      "refs": {
1114      }
1115    },
1116    "DeleteConnectionNameList": {
1117      "base": null,
1118      "refs": {
1119        "BatchDeleteConnectionRequest$ConnectionNameList": "<p>A list of names of the connections to delete.</p>"
1120      }
1121    },
1122    "DeleteConnectionRequest": {
1123      "base": null,
1124      "refs": {
1125      }
1126    },
1127    "DeleteConnectionResponse": {
1128      "base": null,
1129      "refs": {
1130      }
1131    },
1132    "DeleteCrawlerRequest": {
1133      "base": null,
1134      "refs": {
1135      }
1136    },
1137    "DeleteCrawlerResponse": {
1138      "base": null,
1139      "refs": {
1140      }
1141    },
1142    "DeleteDatabaseRequest": {
1143      "base": null,
1144      "refs": {
1145      }
1146    },
1147    "DeleteDatabaseResponse": {
1148      "base": null,
1149      "refs": {
1150      }
1151    },
1152    "DeleteDevEndpointRequest": {
1153      "base": null,
1154      "refs": {
1155      }
1156    },
1157    "DeleteDevEndpointResponse": {
1158      "base": null,
1159      "refs": {
1160      }
1161    },
1162    "DeleteJobRequest": {
1163      "base": null,
1164      "refs": {
1165      }
1166    },
1167    "DeleteJobResponse": {
1168      "base": null,
1169      "refs": {
1170      }
1171    },
1172    "DeleteMLTransformRequest": {
1173      "base": null,
1174      "refs": {
1175      }
1176    },
1177    "DeleteMLTransformResponse": {
1178      "base": null,
1179      "refs": {
1180      }
1181    },
1182    "DeletePartitionRequest": {
1183      "base": null,
1184      "refs": {
1185      }
1186    },
1187    "DeletePartitionResponse": {
1188      "base": null,
1189      "refs": {
1190      }
1191    },
1192    "DeleteResourcePolicyRequest": {
1193      "base": null,
1194      "refs": {
1195      }
1196    },
1197    "DeleteResourcePolicyResponse": {
1198      "base": null,
1199      "refs": {
1200      }
1201    },
1202    "DeleteSecurityConfigurationRequest": {
1203      "base": null,
1204      "refs": {
1205      }
1206    },
1207    "DeleteSecurityConfigurationResponse": {
1208      "base": null,
1209      "refs": {
1210      }
1211    },
1212    "DeleteTableRequest": {
1213      "base": null,
1214      "refs": {
1215      }
1216    },
1217    "DeleteTableResponse": {
1218      "base": null,
1219      "refs": {
1220      }
1221    },
1222    "DeleteTableVersionRequest": {
1223      "base": null,
1224      "refs": {
1225      }
1226    },
1227    "DeleteTableVersionResponse": {
1228      "base": null,
1229      "refs": {
1230      }
1231    },
1232    "DeleteTriggerRequest": {
1233      "base": null,
1234      "refs": {
1235      }
1236    },
1237    "DeleteTriggerResponse": {
1238      "base": null,
1239      "refs": {
1240      }
1241    },
1242    "DeleteUserDefinedFunctionRequest": {
1243      "base": null,
1244      "refs": {
1245      }
1246    },
1247    "DeleteUserDefinedFunctionResponse": {
1248      "base": null,
1249      "refs": {
1250      }
1251    },
1252    "DeleteWorkflowRequest": {
1253      "base": null,
1254      "refs": {
1255      }
1256    },
1257    "DeleteWorkflowResponse": {
1258      "base": null,
1259      "refs": {
1260      }
1261    },
1262    "DescriptionString": {
1263      "base": null,
1264      "refs": {
1265        "Connection$Description": "<p>The description of the connection.</p>",
1266        "ConnectionInput$Description": "<p>The description of the connection.</p>",
1267        "Crawl$ErrorMessage": "<p>The error message associated with the crawl.</p>",
1268        "Crawler$Description": "<p>A description of the crawler.</p>",
1269        "CreateCrawlerRequest$Description": "<p>A description of the new crawler.</p>",
1270        "CreateJobRequest$Description": "<p>Description of the job being defined.</p>",
1271        "CreateMLTransformRequest$Description": "<p>A description of the machine learning transform that is being defined. The default is an empty string.</p>",
1272        "CreateTriggerRequest$Description": "<p>A description of the new trigger.</p>",
1273        "Database$Description": "<p>A description of the database.</p>",
1274        "DatabaseInput$Description": "<p>A description of the database.</p>",
1275        "ErrorDetail$ErrorMessage": "<p>A message describing the error.</p>",
1276        "GetMLTransformResponse$Description": "<p>A description of the transform.</p>",
1277        "Job$Description": "<p>A description of the job.</p>",
1278        "JobUpdate$Description": "<p>Description of the job being defined.</p>",
1279        "LastCrawlInfo$ErrorMessage": "<p>If an error occurred, the error information about the last crawl.</p>",
1280        "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>",
1281        "Table$Description": "<p>A description of the table.</p>",
1282        "TableInput$Description": "<p>A description of the table.</p>",
1283        "Trigger$Description": "<p>A description of this trigger.</p>",
1284        "TriggerUpdate$Description": "<p>A description of this trigger.</p>",
1285        "UpdateMLTransformRequest$Description": "<p>A description of the transform. The default is an empty string.</p>"
1286      }
1287    },
1288    "DescriptionStringRemovable": {
1289      "base": null,
1290      "refs": {
1291        "UpdateCrawlerRequest$Description": "<p>A description of the new crawler.</p>"
1292      }
1293    },
1294    "DevEndpoint": {
1295      "base": "<p>A development endpoint where a developer can remotely debug extract, transform, and load (ETL) scripts.</p>",
1296      "refs": {
1297        "DevEndpointList$member": null,
1298        "GetDevEndpointResponse$DevEndpoint": "<p>A <code>DevEndpoint</code> definition.</p>"
1299      }
1300    },
1301    "DevEndpointCustomLibraries": {
1302      "base": "<p>Custom libraries to be loaded into a development endpoint.</p>",
1303      "refs": {
1304        "UpdateDevEndpointRequest$CustomLibraries": "<p>Custom Python or Java libraries to be loaded in the <code>DevEndpoint</code>.</p>"
1305      }
1306    },
1307    "DevEndpointList": {
1308      "base": null,
1309      "refs": {
1310        "BatchGetDevEndpointsResponse$DevEndpoints": "<p>A list of <code>DevEndpoint</code> definitions.</p>",
1311        "GetDevEndpointsResponse$DevEndpoints": "<p>A list of <code>DevEndpoint</code> definitions.</p>"
1312      }
1313    },
1314    "DevEndpointNameList": {
1315      "base": null,
1316      "refs": {
1317        "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>"
1318      }
1319    },
1320    "DevEndpointNames": {
1321      "base": null,
1322      "refs": {
1323        "BatchGetDevEndpointsRequest$DevEndpointNames": "<p>The list of <code>DevEndpoint</code> names, which might be the names returned from the <code>ListDevEndpoint</code> operation.</p>",
1324        "BatchGetDevEndpointsResponse$DevEndpointsNotFound": "<p>A list of <code>DevEndpoints</code> not found.</p>"
1325      }
1326    },
1327    "DynamoDBTarget": {
1328      "base": "<p>Specifies an Amazon DynamoDB table to crawl.</p>",
1329      "refs": {
1330        "DynamoDBTargetList$member": null
1331      }
1332    },
1333    "DynamoDBTargetList": {
1334      "base": null,
1335      "refs": {
1336        "CrawlerTargets$DynamoDBTargets": "<p>Specifies Amazon DynamoDB targets.</p>"
1337      }
1338    },
1339    "Edge": {
1340      "base": "<p>An edge represents a directed connection between two AWS Glue components which are part of the workflow the edge belongs to.</p>",
1341      "refs": {
1342        "EdgeList$member": null
1343      }
1344    },
1345    "EdgeList": {
1346      "base": null,
1347      "refs": {
1348        "WorkflowGraph$Edges": "<p>A list of all the directed connections between the nodes belonging to the workflow.</p>"
1349      }
1350    },
1351    "EncryptionAtRest": {
1352      "base": "<p>Specifies the encryption-at-rest configuration for the Data Catalog.</p>",
1353      "refs": {
1354        "DataCatalogEncryptionSettings$EncryptionAtRest": "<p>Specifies the encryption-at-rest configuration for the Data Catalog.</p>"
1355      }
1356    },
1357    "EncryptionConfiguration": {
1358      "base": "<p>Specifies an encryption configuration.</p>",
1359      "refs": {
1360        "CreateSecurityConfigurationRequest$EncryptionConfiguration": "<p>The encryption configuration for the new security configuration.</p>",
1361        "SecurityConfiguration$EncryptionConfiguration": "<p>The encryption configuration associated with this security configuration.</p>"
1362      }
1363    },
1364    "EntityNotFoundException": {
1365      "base": "<p>A specified entity does not exist</p>",
1366      "refs": {
1367      }
1368    },
1369    "ErrorByName": {
1370      "base": null,
1371      "refs": {
1372        "BatchDeleteConnectionResponse$Errors": "<p>A map of the names of connections that were not successfully deleted to error details.</p>"
1373      }
1374    },
1375    "ErrorDetail": {
1376      "base": "<p>Contains details about an error.</p>",
1377      "refs": {
1378        "BatchStopJobRunError$ErrorDetail": "<p>Specifies details about the error that was encountered.</p>",
1379        "ErrorByName$value": null,
1380        "PartitionError$ErrorDetail": "<p>The details about the partition error.</p>",
1381        "TableError$ErrorDetail": "<p>The details about the error.</p>",
1382        "TableVersionError$ErrorDetail": "<p>The details about the error.</p>"
1383      }
1384    },
1385    "ErrorString": {
1386      "base": null,
1387      "refs": {
1388        "JobRun$ErrorMessage": "<p>An error message associated with this job run.</p>"
1389      }
1390    },
1391    "EvaluationMetrics": {
1392      "base": "<p>Evaluation metrics provide an estimate of the quality of your machine learning transform.</p>",
1393      "refs": {
1394        "GetMLTransformResponse$EvaluationMetrics": "<p>The latest evaluation metrics.</p>",
1395        "MLTransform$EvaluationMetrics": "<p>An <code>EvaluationMetrics</code> object. Evaluation metrics provide an estimate of the quality of your machine learning transform.</p>"
1396      }
1397    },
1398    "ExecutionProperty": {
1399      "base": "<p>An execution property of a job.</p>",
1400      "refs": {
1401        "CreateJobRequest$ExecutionProperty": "<p>An <code>ExecutionProperty</code> specifying the maximum number of concurrent runs allowed for this job.</p>",
1402        "Job$ExecutionProperty": "<p>An <code>ExecutionProperty</code> specifying the maximum number of concurrent runs allowed for this job.</p>",
1403        "JobUpdate$ExecutionProperty": "<p>An <code>ExecutionProperty</code> specifying the maximum number of concurrent runs allowed for this job.</p>"
1404      }
1405    },
1406    "ExecutionTime": {
1407      "base": null,
1408      "refs": {
1409        "GetMLTaskRunResponse$ExecutionTime": "<p>The amount of time (in seconds) that the task run consumed resources.</p>",
1410        "JobRun$ExecutionTime": "<p>The amount of time (in seconds) that the job run consumed resources.</p>",
1411        "TaskRun$ExecutionTime": "<p>The amount of time (in seconds) that the task run consumed resources.</p>"
1412      }
1413    },
1414    "ExistCondition": {
1415      "base": null,
1416      "refs": {
1417        "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 will not depend on the existence of a policy.</p>"
1418      }
1419    },
1420    "ExportLabelsTaskRunProperties": {
1421      "base": "<p>Specifies configuration properties for an exporting labels task run.</p>",
1422      "refs": {
1423        "TaskRunProperties$ExportLabelsTaskRunProperties": "<p>The configuration properties for an exporting labels task run.</p>"
1424      }
1425    },
1426    "FieldType": {
1427      "base": null,
1428      "refs": {
1429        "MappingEntry$SourceType": "<p>The source type.</p>",
1430        "MappingEntry$TargetType": "<p>The target type.</p>"
1431      }
1432    },
1433    "FilterString": {
1434      "base": null,
1435      "refs": {
1436        "GetTablesRequest$Expression": "<p>A regular expression pattern. If present, only those tables whose names match the pattern are returned.</p>"
1437      }
1438    },
1439    "FindMatchesMetrics": {
1440      "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>",
1441      "refs": {
1442        "EvaluationMetrics$FindMatchesMetrics": "<p>The evaluation metrics for the find matches algorithm.</p>"
1443      }
1444    },
1445    "FindMatchesParameters": {
1446      "base": "<p>The parameters to configure the find matches transform.</p>",
1447      "refs": {
1448        "TransformParameters$FindMatchesParameters": "<p>The parameters for the find matches algorithm.</p>"
1449      }
1450    },
1451    "FindMatchesTaskRunProperties": {
1452      "base": "<p>Specifies configuration properties for a Find Matches task run.</p>",
1453      "refs": {
1454        "TaskRunProperties$FindMatchesTaskRunProperties": "<p>The configuration properties for a find matches task run.</p>"
1455      }
1456    },
1457    "FormatString": {
1458      "base": null,
1459      "refs": {
1460        "StorageDescriptor$InputFormat": "<p>The input format: <code>SequenceFileInputFormat</code> (binary), or <code>TextInputFormat</code>, or a custom format.</p>",
1461        "StorageDescriptor$OutputFormat": "<p>The output format: <code>SequenceFileOutputFormat</code> (binary), or <code>IgnoreKeyTextOutputFormat</code>, or a custom format.</p>"
1462      }
1463    },
1464    "GenericBoundedDouble": {
1465      "base": null,
1466      "refs": {
1467        "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>",
1468        "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>",
1469        "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>",
1470        "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>",
1471        "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>",
1472        "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>"
1473      }
1474    },
1475    "GenericMap": {
1476      "base": null,
1477      "refs": {
1478        "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 AWS 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 AWS Glue APIs in Python</a> topic in the developer guide.</p> <p>For information about the key-value pairs that AWS 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 AWS Glue</a> topic in the developer guide.</p>",
1479        "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 AWS 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 AWS Glue APIs in Python</a> topic in the developer guide.</p> <p>For information about the key-value pairs that AWS 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 AWS Glue</a> topic in the developer guide.</p>",
1480        "CreateJobRequest$NonOverridableArguments": "<p>Non-overridable arguments for this job, specified as name-value pairs.</p>",
1481        "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 AWS 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 AWS Glue APIs in Python</a> topic in the developer guide.</p> <p>For information about the key-value pairs that AWS 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 AWS Glue</a> topic in the developer guide.</p>",
1482        "Job$NonOverridableArguments": "<p>Non-overridable arguments for this job, specified as name-value pairs.</p>",
1483        "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 AWS 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 AWS Glue APIs in Python</a> topic in the developer guide.</p> <p>For information about the key-value pairs that AWS 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 AWS Glue</a> topic in the developer guide.</p>",
1484        "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 AWS 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 AWS Glue APIs in Python</a> topic in the developer guide.</p> <p>For information about the key-value pairs that AWS 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 AWS Glue</a> topic in the developer guide.</p>",
1485        "JobUpdate$NonOverridableArguments": "<p>Non-overridable arguments for this job, specified as name-value pairs.</p>",
1486        "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 AWS 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 AWS Glue APIs in Python</a> topic in the developer guide.</p> <p>For information about the key-value pairs that AWS 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 AWS Glue</a> topic in the developer guide.</p>"
1487      }
1488    },
1489    "GenericString": {
1490      "base": null,
1491      "refs": {
1492        "CreateDevEndpointRequest$EndpointName": "<p>The name to be assigned to the new <code>DevEndpoint</code>.</p>",
1493        "CreateDevEndpointRequest$SubnetId": "<p>The subnet ID for the new <code>DevEndpoint</code> to use.</p>",
1494        "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>",
1495        "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>",
1496        "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>",
1497        "CreateDevEndpointResponse$EndpointName": "<p>The name assigned to the new <code>DevEndpoint</code>.</p>",
1498        "CreateDevEndpointResponse$Status": "<p>The current status of the new <code>DevEndpoint</code>.</p>",
1499        "CreateDevEndpointResponse$SubnetId": "<p>The subnet ID assigned to the new <code>DevEndpoint</code>.</p>",
1500        "CreateDevEndpointResponse$YarnEndpointAddress": "<p>The address of the YARN endpoint used by this <code>DevEndpoint</code>.</p>",
1501        "CreateDevEndpointResponse$AvailabilityZone": "<p>The AWS Availability Zone where this <code>DevEndpoint</code> is located.</p>",
1502        "CreateDevEndpointResponse$VpcId": "<p>The ID of the virtual private cloud (VPC) used by this <code>DevEndpoint</code>.</p>",
1503        "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>",
1504        "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>",
1505        "CreateDevEndpointResponse$FailureReason": "<p>The reason for a current failure in this <code>DevEndpoint</code>.</p>",
1506        "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>",
1507        "CreateWorkflowRequest$Description": "<p>A description of the workflow.</p>",
1508        "DeleteDevEndpointRequest$EndpointName": "<p>The name of the <code>DevEndpoint</code>.</p>",
1509        "DevEndpoint$EndpointName": "<p>The name of the <code>DevEndpoint</code>.</p>",
1510        "DevEndpoint$SubnetId": "<p>The subnet ID for this <code>DevEndpoint</code>.</p>",
1511        "DevEndpoint$YarnEndpointAddress": "<p>The YARN endpoint address used by this <code>DevEndpoint</code>.</p>",
1512        "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>",
1513        "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>",
1514        "DevEndpoint$Status": "<p>The current status of this <code>DevEndpoint</code>.</p>",
1515        "DevEndpoint$AvailabilityZone": "<p>The AWS Availability Zone where this <code>DevEndpoint</code> is located.</p>",
1516        "DevEndpoint$VpcId": "<p>The ID of the virtual private cloud (VPC) used by this <code>DevEndpoint</code>.</p>",
1517        "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>",
1518        "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>",
1519        "DevEndpoint$FailureReason": "<p>The reason for a current failure in this <code>DevEndpoint</code>.</p>",
1520        "DevEndpoint$LastUpdateStatus": "<p>The status of the last update.</p>",
1521        "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>",
1522        "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>",
1523        "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>",
1524        "DevEndpointNames$member": null,
1525        "GenericMap$key": null,
1526        "GenericMap$value": null,
1527        "GetDevEndpointRequest$EndpointName": "<p>Name of the <code>DevEndpoint</code> to retrieve information for.</p>",
1528        "GetDevEndpointsRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>",
1529        "GetDevEndpointsResponse$NextToken": "<p>A continuation token, if not all <code>DevEndpoint</code> definitions have yet been returned.</p>",
1530        "GetJobRunsRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>",
1531        "GetJobRunsResponse$NextToken": "<p>A continuation token, if not all requested job runs have been returned.</p>",
1532        "GetJobsRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>",
1533        "GetJobsResponse$NextToken": "<p>A continuation token, if not all job definitions have yet been returned.</p>",
1534        "GetMLTaskRunResponse$LogGroupName": "<p>The names of the log groups that are associated with the task run.</p>",
1535        "GetMLTaskRunResponse$ErrorString": "<p>The error strings that are associated with the task run.</p>",
1536        "GetSecurityConfigurationsRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>",
1537        "GetSecurityConfigurationsResponse$NextToken": "<p>A continuation token, if there are more security configurations to return.</p>",
1538        "GetTriggersRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>",
1539        "GetTriggersResponse$NextToken": "<p>A continuation token, if not all the requested triggers have yet been returned.</p>",
1540        "GetWorkflowRunsRequest$NextToken": "<p>The maximum size of the response.</p>",
1541        "GetWorkflowRunsResponse$NextToken": "<p>A continuation token, if not all requested workflow runs have been returned.</p>",
1542        "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>.</p>",
1543        "JobRun$LogGroupName": "<p>The name of the log group for secure logging that can be server-side encrypted in Amazon CloudWatch using AWS 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>",
1544        "ListDevEndpointsRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>",
1545        "ListDevEndpointsResponse$NextToken": "<p>A continuation token, if the returned list does not contain the last metric available.</p>",
1546        "ListJobsRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>",
1547        "ListJobsResponse$NextToken": "<p>A continuation token, if the returned list does not contain the last metric available.</p>",
1548        "ListTriggersRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>",
1549        "ListTriggersResponse$NextToken": "<p>A continuation token, if the returned list does not contain the last metric available.</p>",
1550        "ListWorkflowsRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>",
1551        "ListWorkflowsResponse$NextToken": "<p>A continuation token, if not all workflow names have been returned.</p>",
1552        "MapValue$key": null,
1553        "MapValue$value": null,
1554        "OrchestrationStringList$member": null,
1555        "PublicKeysList$member": null,
1556        "StringList$member": null,
1557        "TaskRun$LogGroupName": "<p>The names of the log group for secure logging, associated with this task run.</p>",
1558        "TaskRun$ErrorString": "<p>The list of error strings associated with this task run.</p>",
1559        "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>",
1560        "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>",
1561        "UpdateDevEndpointRequest$EndpointName": "<p>The name of the <code>DevEndpoint</code> to be updated.</p>",
1562        "UpdateDevEndpointRequest$PublicKey": "<p>The public key for the <code>DevEndpoint</code> to use.</p>",
1563        "UpdateWorkflowRequest$Description": "<p>The description of the workflow.</p>",
1564        "Workflow$Description": "<p>A description of the workflow.</p>",
1565        "WorkflowRunProperties$value": null
1566      }
1567    },
1568    "GetCatalogImportStatusRequest": {
1569      "base": null,
1570      "refs": {
1571      }
1572    },
1573    "GetCatalogImportStatusResponse": {
1574      "base": null,
1575      "refs": {
1576      }
1577    },
1578    "GetClassifierRequest": {
1579      "base": null,
1580      "refs": {
1581      }
1582    },
1583    "GetClassifierResponse": {
1584      "base": null,
1585      "refs": {
1586      }
1587    },
1588    "GetClassifiersRequest": {
1589      "base": null,
1590      "refs": {
1591      }
1592    },
1593    "GetClassifiersResponse": {
1594      "base": null,
1595      "refs": {
1596      }
1597    },
1598    "GetConnectionRequest": {
1599      "base": null,
1600      "refs": {
1601      }
1602    },
1603    "GetConnectionResponse": {
1604      "base": null,
1605      "refs": {
1606      }
1607    },
1608    "GetConnectionsFilter": {
1609      "base": "<p>Filters the connection definitions that are returned by the <code>GetConnections</code> API operation.</p>",
1610      "refs": {
1611        "GetConnectionsRequest$Filter": "<p>A filter that controls which connections are returned.</p>"
1612      }
1613    },
1614    "GetConnectionsRequest": {
1615      "base": null,
1616      "refs": {
1617      }
1618    },
1619    "GetConnectionsResponse": {
1620      "base": null,
1621      "refs": {
1622      }
1623    },
1624    "GetCrawlerMetricsRequest": {
1625      "base": null,
1626      "refs": {
1627      }
1628    },
1629    "GetCrawlerMetricsResponse": {
1630      "base": null,
1631      "refs": {
1632      }
1633    },
1634    "GetCrawlerRequest": {
1635      "base": null,
1636      "refs": {
1637      }
1638    },
1639    "GetCrawlerResponse": {
1640      "base": null,
1641      "refs": {
1642      }
1643    },
1644    "GetCrawlersRequest": {
1645      "base": null,
1646      "refs": {
1647      }
1648    },
1649    "GetCrawlersResponse": {
1650      "base": null,
1651      "refs": {
1652      }
1653    },
1654    "GetDataCatalogEncryptionSettingsRequest": {
1655      "base": null,
1656      "refs": {
1657      }
1658    },
1659    "GetDataCatalogEncryptionSettingsResponse": {
1660      "base": null,
1661      "refs": {
1662      }
1663    },
1664    "GetDatabaseRequest": {
1665      "base": null,
1666      "refs": {
1667      }
1668    },
1669    "GetDatabaseResponse": {
1670      "base": null,
1671      "refs": {
1672      }
1673    },
1674    "GetDatabasesRequest": {
1675      "base": null,
1676      "refs": {
1677      }
1678    },
1679    "GetDatabasesResponse": {
1680      "base": null,
1681      "refs": {
1682      }
1683    },
1684    "GetDataflowGraphRequest": {
1685      "base": null,
1686      "refs": {
1687      }
1688    },
1689    "GetDataflowGraphResponse": {
1690      "base": null,
1691      "refs": {
1692      }
1693    },
1694    "GetDevEndpointRequest": {
1695      "base": null,
1696      "refs": {
1697      }
1698    },
1699    "GetDevEndpointResponse": {
1700      "base": null,
1701      "refs": {
1702      }
1703    },
1704    "GetDevEndpointsRequest": {
1705      "base": null,
1706      "refs": {
1707      }
1708    },
1709    "GetDevEndpointsResponse": {
1710      "base": null,
1711      "refs": {
1712      }
1713    },
1714    "GetJobBookmarkRequest": {
1715      "base": null,
1716      "refs": {
1717      }
1718    },
1719    "GetJobBookmarkResponse": {
1720      "base": null,
1721      "refs": {
1722      }
1723    },
1724    "GetJobRequest": {
1725      "base": null,
1726      "refs": {
1727      }
1728    },
1729    "GetJobResponse": {
1730      "base": null,
1731      "refs": {
1732      }
1733    },
1734    "GetJobRunRequest": {
1735      "base": null,
1736      "refs": {
1737      }
1738    },
1739    "GetJobRunResponse": {
1740      "base": null,
1741      "refs": {
1742      }
1743    },
1744    "GetJobRunsRequest": {
1745      "base": null,
1746      "refs": {
1747      }
1748    },
1749    "GetJobRunsResponse": {
1750      "base": null,
1751      "refs": {
1752      }
1753    },
1754    "GetJobsRequest": {
1755      "base": null,
1756      "refs": {
1757      }
1758    },
1759    "GetJobsResponse": {
1760      "base": null,
1761      "refs": {
1762      }
1763    },
1764    "GetMLTaskRunRequest": {
1765      "base": null,
1766      "refs": {
1767      }
1768    },
1769    "GetMLTaskRunResponse": {
1770      "base": null,
1771      "refs": {
1772      }
1773    },
1774    "GetMLTaskRunsRequest": {
1775      "base": null,
1776      "refs": {
1777      }
1778    },
1779    "GetMLTaskRunsResponse": {
1780      "base": null,
1781      "refs": {
1782      }
1783    },
1784    "GetMLTransformRequest": {
1785      "base": null,
1786      "refs": {
1787      }
1788    },
1789    "GetMLTransformResponse": {
1790      "base": null,
1791      "refs": {
1792      }
1793    },
1794    "GetMLTransformsRequest": {
1795      "base": null,
1796      "refs": {
1797      }
1798    },
1799    "GetMLTransformsResponse": {
1800      "base": null,
1801      "refs": {
1802      }
1803    },
1804    "GetMappingRequest": {
1805      "base": null,
1806      "refs": {
1807      }
1808    },
1809    "GetMappingResponse": {
1810      "base": null,
1811      "refs": {
1812      }
1813    },
1814    "GetPartitionRequest": {
1815      "base": null,
1816      "refs": {
1817      }
1818    },
1819    "GetPartitionResponse": {
1820      "base": null,
1821      "refs": {
1822      }
1823    },
1824    "GetPartitionsRequest": {
1825      "base": null,
1826      "refs": {
1827      }
1828    },
1829    "GetPartitionsResponse": {
1830      "base": null,
1831      "refs": {
1832      }
1833    },
1834    "GetPlanRequest": {
1835      "base": null,
1836      "refs": {
1837      }
1838    },
1839    "GetPlanResponse": {
1840      "base": null,
1841      "refs": {
1842      }
1843    },
1844    "GetResourcePolicyRequest": {
1845      "base": null,
1846      "refs": {
1847      }
1848    },
1849    "GetResourcePolicyResponse": {
1850      "base": null,
1851      "refs": {
1852      }
1853    },
1854    "GetSecurityConfigurationRequest": {
1855      "base": null,
1856      "refs": {
1857      }
1858    },
1859    "GetSecurityConfigurationResponse": {
1860      "base": null,
1861      "refs": {
1862      }
1863    },
1864    "GetSecurityConfigurationsRequest": {
1865      "base": null,
1866      "refs": {
1867      }
1868    },
1869    "GetSecurityConfigurationsResponse": {
1870      "base": null,
1871      "refs": {
1872      }
1873    },
1874    "GetTableRequest": {
1875      "base": null,
1876      "refs": {
1877      }
1878    },
1879    "GetTableResponse": {
1880      "base": null,
1881      "refs": {
1882      }
1883    },
1884    "GetTableVersionRequest": {
1885      "base": null,
1886      "refs": {
1887      }
1888    },
1889    "GetTableVersionResponse": {
1890      "base": null,
1891      "refs": {
1892      }
1893    },
1894    "GetTableVersionsList": {
1895      "base": null,
1896      "refs": {
1897        "GetTableVersionsResponse$TableVersions": "<p>A list of strings identifying available versions of the specified table.</p>"
1898      }
1899    },
1900    "GetTableVersionsRequest": {
1901      "base": null,
1902      "refs": {
1903      }
1904    },
1905    "GetTableVersionsResponse": {
1906      "base": null,
1907      "refs": {
1908      }
1909    },
1910    "GetTablesRequest": {
1911      "base": null,
1912      "refs": {
1913      }
1914    },
1915    "GetTablesResponse": {
1916      "base": null,
1917      "refs": {
1918      }
1919    },
1920    "GetTagsRequest": {
1921      "base": null,
1922      "refs": {
1923      }
1924    },
1925    "GetTagsResponse": {
1926      "base": null,
1927      "refs": {
1928      }
1929    },
1930    "GetTriggerRequest": {
1931      "base": null,
1932      "refs": {
1933      }
1934    },
1935    "GetTriggerResponse": {
1936      "base": null,
1937      "refs": {
1938      }
1939    },
1940    "GetTriggersRequest": {
1941      "base": null,
1942      "refs": {
1943      }
1944    },
1945    "GetTriggersResponse": {
1946      "base": null,
1947      "refs": {
1948      }
1949    },
1950    "GetUserDefinedFunctionRequest": {
1951      "base": null,
1952      "refs": {
1953      }
1954    },
1955    "GetUserDefinedFunctionResponse": {
1956      "base": null,
1957      "refs": {
1958      }
1959    },
1960    "GetUserDefinedFunctionsRequest": {
1961      "base": null,
1962      "refs": {
1963      }
1964    },
1965    "GetUserDefinedFunctionsResponse": {
1966      "base": null,
1967      "refs": {
1968      }
1969    },
1970    "GetWorkflowRequest": {
1971      "base": null,
1972      "refs": {
1973      }
1974    },
1975    "GetWorkflowResponse": {
1976      "base": null,
1977      "refs": {
1978      }
1979    },
1980    "GetWorkflowRunPropertiesRequest": {
1981      "base": null,
1982      "refs": {
1983      }
1984    },
1985    "GetWorkflowRunPropertiesResponse": {
1986      "base": null,
1987      "refs": {
1988      }
1989    },
1990    "GetWorkflowRunRequest": {
1991      "base": null,
1992      "refs": {
1993      }
1994    },
1995    "GetWorkflowRunResponse": {
1996      "base": null,
1997      "refs": {
1998      }
1999    },
2000    "GetWorkflowRunsRequest": {
2001      "base": null,
2002      "refs": {
2003      }
2004    },
2005    "GetWorkflowRunsResponse": {
2006      "base": null,
2007      "refs": {
2008      }
2009    },
2010    "GlueEncryptionException": {
2011      "base": "<p>An encryption operation failed.</p>",
2012      "refs": {
2013      }
2014    },
2015    "GlueResourceArn": {
2016      "base": null,
2017      "refs": {
2018        "GetTagsRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource for which to retrieve tags.</p>",
2019        "TagResourceRequest$ResourceArn": "<p>The ARN of the AWS Glue resource to which to add the tags. For more information about AWS 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\">AWS Glue ARN string pattern</a>.</p>",
2020        "UntagResourceRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource from which to remove the tags.</p>"
2021      }
2022    },
2023    "GlueTable": {
2024      "base": "<p>The database and table in the AWS Glue Data Catalog that is used for input or output data.</p>",
2025      "refs": {
2026        "GlueTables$member": null
2027      }
2028    },
2029    "GlueTables": {
2030      "base": null,
2031      "refs": {
2032        "CreateMLTransformRequest$InputRecordTables": "<p>A list of AWS Glue table definitions used by the transform.</p>",
2033        "GetMLTransformResponse$InputRecordTables": "<p>A list of AWS Glue table definitions used by the transform.</p>",
2034        "MLTransform$InputRecordTables": "<p>A list of AWS Glue table definitions used by the transform.</p>"
2035      }
2036    },
2037    "GlueVersionString": {
2038      "base": null,
2039      "refs": {
2040        "CreateDevEndpointRequest$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that AWS 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 AWS 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>",
2041        "CreateDevEndpointResponse$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints. </p>",
2042        "CreateJobRequest$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for jobs of type Spark. </p> <p>For more information about the available AWS 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>",
2043        "CreateMLTransformRequest$GlueVersion": "<p>This value determines which version of AWS 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\">AWS Glue Versions</a> in the developer guide.</p>",
2044        "DevEndpoint$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that AWS 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 AWS 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>",
2045        "GetMLTransformResponse$GlueVersion": "<p>This value determines which version of AWS 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\">AWS Glue Versions</a> in the developer guide.</p>",
2046        "Job$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for jobs of type Spark. </p> <p>For more information about the available AWS 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>",
2047        "JobRun$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for jobs of type Spark. </p> <p>For more information about the available AWS 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>",
2048        "JobUpdate$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for jobs of type Spark. </p> <p>For more information about the available AWS 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>",
2049        "MLTransform$GlueVersion": "<p>This value determines which version of AWS 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\">AWS Glue Versions</a> in the developer guide.</p>",
2050        "TransformFilterCriteria$GlueVersion": "<p>This value determines which version of AWS 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\">AWS Glue Versions</a> in the developer guide.</p>",
2051        "UpdateMLTransformRequest$GlueVersion": "<p>This value determines which version of AWS 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\">AWS Glue Versions</a> in the developer guide.</p>"
2052      }
2053    },
2054    "GrokClassifier": {
2055      "base": "<p>A classifier that uses <code>grok</code> patterns.</p>",
2056      "refs": {
2057        "Classifier$GrokClassifier": "<p>A classifier that uses <code>grok</code>.</p>"
2058      }
2059    },
2060    "GrokPattern": {
2061      "base": null,
2062      "refs": {
2063        "CreateGrokClassifierRequest$GrokPattern": "<p>The grok pattern used by this classifier.</p>",
2064        "GrokClassifier$GrokPattern": "<p>The grok pattern applied to a data store by this classifier. For more information, see built-in patterns in <a href=\"http://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html\">Writing Custom Classifiers</a>.</p>",
2065        "UpdateGrokClassifierRequest$GrokPattern": "<p>The grok pattern used by this classifier.</p>"
2066      }
2067    },
2068    "HashString": {
2069      "base": null,
2070      "refs": {
2071        "CancelMLTaskRunRequest$TransformId": "<p>The unique identifier of the machine learning transform.</p>",
2072        "CancelMLTaskRunRequest$TaskRunId": "<p>A unique identifier for the task run.</p>",
2073        "CancelMLTaskRunResponse$TransformId": "<p>The unique identifier of the machine learning transform.</p>",
2074        "CancelMLTaskRunResponse$TaskRunId": "<p>The unique identifier for the task run.</p>",
2075        "CreateMLTransformResponse$TransformId": "<p>A unique identifier that is generated for the transform.</p>",
2076        "DeleteMLTransformRequest$TransformId": "<p>The unique identifier of the transform to delete.</p>",
2077        "DeleteMLTransformResponse$TransformId": "<p>The unique identifier of the transform that was deleted.</p>",
2078        "DeleteResourcePolicyRequest$PolicyHashCondition": "<p>The hash value returned when this policy was set.</p>",
2079        "FindMatchesTaskRunProperties$JobId": "<p>The job ID for the Find Matches task run.</p>",
2080        "FindMatchesTaskRunProperties$JobRunId": "<p>The job run ID for the Find Matches task run.</p>",
2081        "GetMLTaskRunRequest$TransformId": "<p>The unique identifier of the machine learning transform.</p>",
2082        "GetMLTaskRunRequest$TaskRunId": "<p>The unique identifier of the task run.</p>",
2083        "GetMLTaskRunResponse$TransformId": "<p>The unique identifier of the task run.</p>",
2084        "GetMLTaskRunResponse$TaskRunId": "<p>The unique run identifier associated with this run.</p>",
2085        "GetMLTaskRunsRequest$TransformId": "<p>The unique identifier of the machine learning transform.</p>",
2086        "GetMLTransformRequest$TransformId": "<p>The unique identifier of the transform, generated at the time that the transform was created.</p>",
2087        "GetMLTransformResponse$TransformId": "<p>The unique identifier of the transform, generated at the time that the transform was created.</p>",
2088        "GetResourcePolicyResponse$PolicyHash": "<p>Contains the hash value associated with this policy.</p>",
2089        "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>",
2090        "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>",
2091        "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>",
2092        "StartExportLabelsTaskRunRequest$TransformId": "<p>The unique identifier of the machine learning transform.</p>",
2093        "StartExportLabelsTaskRunResponse$TaskRunId": "<p>The unique identifier for the task run.</p>",
2094        "StartImportLabelsTaskRunRequest$TransformId": "<p>The unique identifier of the machine learning transform.</p>",
2095        "StartImportLabelsTaskRunResponse$TaskRunId": "<p>The unique identifier for the task run.</p>",
2096        "StartMLEvaluationTaskRunRequest$TransformId": "<p>The unique identifier of the machine learning transform.</p>",
2097        "StartMLEvaluationTaskRunResponse$TaskRunId": "<p>The unique identifier associated with this run.</p>",
2098        "StartMLLabelingSetGenerationTaskRunRequest$TransformId": "<p>The unique identifier of the machine learning transform.</p>",
2099        "StartMLLabelingSetGenerationTaskRunResponse$TaskRunId": "<p>The unique run identifier that is associated with this task run.</p>",
2100        "TaskRun$TransformId": "<p>The unique identifier for the transform.</p>",
2101        "TaskRun$TaskRunId": "<p>The unique identifier for this task run.</p>",
2102        "TransformIdList$member": null,
2103        "UpdateMLTransformRequest$TransformId": "<p>A unique identifier that was generated when the transform was created.</p>",
2104        "UpdateMLTransformResponse$TransformId": "<p>The unique identifier for the transform that was updated.</p>"
2105      }
2106    },
2107    "IdString": {
2108      "base": null,
2109      "refs": {
2110        "BatchStopJobRunError$JobRunId": "<p>The <code>JobRunId</code> of the job run in question.</p>",
2111        "BatchStopJobRunJobRunIdList$member": null,
2112        "BatchStopJobRunSuccessfulSubmission$JobRunId": "<p>The <code>JobRunId</code> of the job run that was stopped.</p>",
2113        "GetJobRunRequest$RunId": "<p>The ID of the job run.</p>",
2114        "GetWorkflowRunPropertiesRequest$RunId": "<p>The ID of the workflow run whose run properties should be returned.</p>",
2115        "GetWorkflowRunRequest$RunId": "<p>The ID of the workflow run.</p>",
2116        "JobRun$Id": "<p>The ID of this job run.</p>",
2117        "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>",
2118        "Predecessor$RunId": "<p>The job-run ID of the predecessor job run.</p>",
2119        "PutWorkflowRunPropertiesRequest$RunId": "<p>The ID of the workflow run for which the run properties should be updated.</p>",
2120        "StartJobRunRequest$JobRunId": "<p>The ID of a previous <code>JobRun</code> to retry.</p>",
2121        "StartJobRunResponse$JobRunId": "<p>The ID assigned to this job run.</p>",
2122        "StartWorkflowRunResponse$RunId": "<p>An Id for the new run.</p>",
2123        "Trigger$Id": "<p>Reserved for future use.</p>",
2124        "WorkflowRun$WorkflowRunId": "<p>The ID of this workflow run.</p>",
2125        "WorkflowRunProperties$key": null
2126      }
2127    },
2128    "IdempotentParameterMismatchException": {
2129      "base": "<p>The same unique identifier was associated with two different records.</p>",
2130      "refs": {
2131      }
2132    },
2133    "ImportCatalogToGlueRequest": {
2134      "base": null,
2135      "refs": {
2136      }
2137    },
2138    "ImportCatalogToGlueResponse": {
2139      "base": null,
2140      "refs": {
2141      }
2142    },
2143    "ImportLabelsTaskRunProperties": {
2144      "base": "<p>Specifies configuration properties for an importing labels task run.</p>",
2145      "refs": {
2146        "TaskRunProperties$ImportLabelsTaskRunProperties": "<p>The configuration properties for an importing labels task run.</p>"
2147      }
2148    },
2149    "Integer": {
2150      "base": null,
2151      "refs": {
2152        "CodeGenNode$LineNumber": "<p>The line number of the node.</p>",
2153        "StorageDescriptor$NumberOfBuckets": "<p>Must be specified if the table contains any dimension columns.</p>"
2154      }
2155    },
2156    "IntegerFlag": {
2157      "base": null,
2158      "refs": {
2159        "Order$SortOrder": "<p>Indicates that the column is sorted in ascending order (<code>== 1</code>), or in descending order (<code>==0</code>).</p>"
2160      }
2161    },
2162    "IntegerValue": {
2163      "base": null,
2164      "refs": {
2165        "CreateDevEndpointRequest$NumberOfNodes": "<p>The number of AWS Glue Data Processing Units (DPUs) to allocate to this <code>DevEndpoint</code>.</p>",
2166        "CreateDevEndpointResponse$ZeppelinRemoteSparkInterpreterPort": "<p>The Apache Zeppelin port for the remote Apache Spark interpreter.</p>",
2167        "CreateDevEndpointResponse$NumberOfNodes": "<p>The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.</p>",
2168        "CreateJobRequest$AllocatedCapacity": "<p>This parameter is deprecated. Use <code>MaxCapacity</code> instead.</p> <p>The number of AWS 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/\">AWS Glue pricing page</a>.</p>",
2169        "DevEndpoint$ZeppelinRemoteSparkInterpreterPort": "<p>The Apache Zeppelin port for the remote Apache Spark interpreter.</p>",
2170        "DevEndpoint$NumberOfNodes": "<p>The number of AWS Glue Data Processing Units (DPUs) allocated to this <code>DevEndpoint</code>.</p>",
2171        "Job$AllocatedCapacity": "<p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p> <p>The number of AWS 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/\">AWS Glue pricing page</a>.</p> <p/>",
2172        "JobBookmarkEntry$Version": "<p>The version of the job.</p>",
2173        "JobBookmarkEntry$Run": "<p>The run ID number.</p>",
2174        "JobBookmarkEntry$Attempt": "<p>The attempt ID number.</p>",
2175        "JobRun$AllocatedCapacity": "<p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p> <p>The number of AWS 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/\">AWS Glue pricing page</a>.</p>",
2176        "JobUpdate$AllocatedCapacity": "<p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p> <p>The number of AWS 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/\">AWS Glue pricing page</a>.</p>",
2177        "StartJobRunRequest$AllocatedCapacity": "<p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p> <p>The number of AWS 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://docs.aws.amazon.com/https:/aws.amazon.com/glue/pricing/\">AWS Glue pricing page</a>.</p>",
2178        "WorkflowRunStatistics$TotalActions": "<p>Total number of Actions in the workflow run.</p>",
2179        "WorkflowRunStatistics$TimeoutActions": "<p>Total number of Actions which timed out.</p>",
2180        "WorkflowRunStatistics$FailedActions": "<p>Total number of Actions which have failed.</p>",
2181        "WorkflowRunStatistics$StoppedActions": "<p>Total number of Actions which have stopped.</p>",
2182        "WorkflowRunStatistics$SucceededActions": "<p>Total number of Actions which have succeeded.</p>",
2183        "WorkflowRunStatistics$RunningActions": "<p>Total number Actions in running state.</p>"
2184      }
2185    },
2186    "InternalServiceException": {
2187      "base": "<p>An internal service error occurred.</p>",
2188      "refs": {
2189      }
2190    },
2191    "InvalidInputException": {
2192      "base": "<p>The input provided was not valid.</p>",
2193      "refs": {
2194      }
2195    },
2196    "JdbcTarget": {
2197      "base": "<p>Specifies a JDBC data store to crawl.</p>",
2198      "refs": {
2199        "JdbcTargetList$member": null
2200      }
2201    },
2202    "JdbcTargetList": {
2203      "base": null,
2204      "refs": {
2205        "CrawlerTargets$JdbcTargets": "<p>Specifies JDBC targets.</p>"
2206      }
2207    },
2208    "Job": {
2209      "base": "<p>Specifies a job definition.</p>",
2210      "refs": {
2211        "GetJobResponse$Job": "<p>The requested job definition.</p>",
2212        "JobList$member": null
2213      }
2214    },
2215    "JobBookmarkEntry": {
2216      "base": "<p>Defines a point that a job can resume processing.</p>",
2217      "refs": {
2218        "GetJobBookmarkResponse$JobBookmarkEntry": "<p>A structure that defines a point that a job can resume processing.</p>",
2219        "ResetJobBookmarkResponse$JobBookmarkEntry": "<p>The reset bookmark entry.</p>"
2220      }
2221    },
2222    "JobBookmarksEncryption": {
2223      "base": "<p>Specifies how job bookmark data should be encrypted.</p>",
2224      "refs": {
2225        "EncryptionConfiguration$JobBookmarksEncryption": "<p>The encryption configuration for job bookmarks.</p>"
2226      }
2227    },
2228    "JobBookmarksEncryptionMode": {
2229      "base": null,
2230      "refs": {
2231        "JobBookmarksEncryption$JobBookmarksEncryptionMode": "<p>The encryption mode to use for job bookmarks data.</p>"
2232      }
2233    },
2234    "JobCommand": {
2235      "base": "<p>Specifies code executed when a job is run.</p>",
2236      "refs": {
2237        "CreateJobRequest$Command": "<p>The <code>JobCommand</code> that executes this job.</p>",
2238        "Job$Command": "<p>The <code>JobCommand</code> that executes this job.</p>",
2239        "JobUpdate$Command": "<p>The <code>JobCommand</code> that executes this job (required).</p>"
2240      }
2241    },
2242    "JobList": {
2243      "base": null,
2244      "refs": {
2245        "BatchGetJobsResponse$Jobs": "<p>A list of job definitions.</p>",
2246        "GetJobsResponse$Jobs": "<p>A list of job definitions.</p>"
2247      }
2248    },
2249    "JobName": {
2250      "base": null,
2251      "refs": {
2252        "GetJobBookmarkRequest$JobName": "<p>The name of the job in question.</p>",
2253        "JobBookmarkEntry$JobName": "<p>The name of the job in question.</p>",
2254        "ResetJobBookmarkRequest$JobName": "<p>The name of the job in question.</p>"
2255      }
2256    },
2257    "JobNameList": {
2258      "base": null,
2259      "refs": {
2260        "BatchGetJobsRequest$JobNames": "<p>A list of job names, which might be the names returned from the <code>ListJobs</code> operation.</p>",
2261        "BatchGetJobsResponse$JobsNotFound": "<p>A list of names of jobs not found.</p>",
2262        "ListJobsResponse$JobNames": "<p>The names of all jobs in the account, or the jobs with the specified tags.</p>"
2263      }
2264    },
2265    "JobNodeDetails": {
2266      "base": "<p>The details of a Job node present in the workflow.</p>",
2267      "refs": {
2268        "Node$JobDetails": "<p>Details of the Job when the node represents a Job.</p>"
2269      }
2270    },
2271    "JobRun": {
2272      "base": "<p>Contains information about a job run.</p>",
2273      "refs": {
2274        "GetJobRunResponse$JobRun": "<p>The requested job-run metadata.</p>",
2275        "JobRunList$member": null
2276      }
2277    },
2278    "JobRunList": {
2279      "base": null,
2280      "refs": {
2281        "GetJobRunsResponse$JobRuns": "<p>A list of job-run metadata objects.</p>",
2282        "JobNodeDetails$JobRuns": "<p>The information for the job runs represented by the job node.</p>"
2283      }
2284    },
2285    "JobRunState": {
2286      "base": null,
2287      "refs": {
2288        "Condition$State": "<p>The condition state. Currently, the values supported are <code>SUCCEEDED</code>, <code>STOPPED</code>, <code>TIMEOUT</code>, and <code>FAILED</code>.</p>",
2289        "JobRun$JobRunState": "<p>The current state of the job run.</p>"
2290      }
2291    },
2292    "JobUpdate": {
2293      "base": "<p>Specifies information used to update an existing job definition. The previous job definition is completely overwritten by this information.</p>",
2294      "refs": {
2295        "UpdateJobRequest$JobUpdate": "<p>Specifies the values with which to update the job definition.</p>"
2296      }
2297    },
2298    "JsonClassifier": {
2299      "base": "<p>A classifier for <code>JSON</code> content.</p>",
2300      "refs": {
2301        "Classifier$JsonClassifier": "<p>A classifier for JSON content.</p>"
2302      }
2303    },
2304    "JsonPath": {
2305      "base": null,
2306      "refs": {
2307        "CreateJsonClassifierRequest$JsonPath": "<p>A <code>JsonPath</code> string defining the JSON data for the classifier to classify. AWS Glue supports a subset of <code>JsonPath</code>, 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>",
2308        "JsonClassifier$JsonPath": "<p>A <code>JsonPath</code> string defining the JSON data for the classifier to classify. AWS Glue supports a subset of <code>JsonPath</code>, 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>",
2309        "UpdateJsonClassifierRequest$JsonPath": "<p>A <code>JsonPath</code> string defining the JSON data for the classifier to classify. AWS Glue supports a subset of <code>JsonPath</code>, 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>"
2310      }
2311    },
2312    "JsonValue": {
2313      "base": null,
2314      "refs": {
2315        "JobBookmarkEntry$JobBookmark": "<p>The bookmark itself.</p>"
2316      }
2317    },
2318    "KeyString": {
2319      "base": null,
2320      "refs": {
2321        "ParametersMap$key": null
2322      }
2323    },
2324    "KmsKeyArn": {
2325      "base": null,
2326      "refs": {
2327        "CloudWatchEncryption$KmsKeyArn": "<p>The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.</p>",
2328        "JobBookmarksEncryption$KmsKeyArn": "<p>The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.</p>",
2329        "S3Encryption$KmsKeyArn": "<p>The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.</p>"
2330      }
2331    },
2332    "LabelCount": {
2333      "base": null,
2334      "refs": {
2335        "GetMLTransformResponse$LabelCount": "<p>The number of labels available for this transform.</p>",
2336        "MLTransform$LabelCount": "<p>A count identifier for the labeling files generated by AWS Glue for this transform. As you create a better transform, you can iteratively download, label, and upload the labeling file.</p>"
2337      }
2338    },
2339    "LabelingSetGenerationTaskRunProperties": {
2340      "base": "<p>Specifies configuration properties for a labeling set generation task run.</p>",
2341      "refs": {
2342        "TaskRunProperties$LabelingSetGenerationTaskRunProperties": "<p>The configuration properties for a labeling set generation task run.</p>"
2343      }
2344    },
2345    "Language": {
2346      "base": null,
2347      "refs": {
2348        "CreateScriptRequest$Language": "<p>The programming language of the resulting code from the DAG.</p>",
2349        "GetPlanRequest$Language": "<p>The programming language of the code to perform the mapping.</p>"
2350      }
2351    },
2352    "LastCrawlInfo": {
2353      "base": "<p>Status and error information about the most recent crawl.</p>",
2354      "refs": {
2355        "Crawler$LastCrawl": "<p>The status of the last crawl, and potentially error information if an error occurred.</p>"
2356      }
2357    },
2358    "LastCrawlStatus": {
2359      "base": null,
2360      "refs": {
2361        "LastCrawlInfo$Status": "<p>Status of the last crawl.</p>"
2362      }
2363    },
2364    "ListCrawlersRequest": {
2365      "base": null,
2366      "refs": {
2367      }
2368    },
2369    "ListCrawlersResponse": {
2370      "base": null,
2371      "refs": {
2372      }
2373    },
2374    "ListDevEndpointsRequest": {
2375      "base": null,
2376      "refs": {
2377      }
2378    },
2379    "ListDevEndpointsResponse": {
2380      "base": null,
2381      "refs": {
2382      }
2383    },
2384    "ListJobsRequest": {
2385      "base": null,
2386      "refs": {
2387      }
2388    },
2389    "ListJobsResponse": {
2390      "base": null,
2391      "refs": {
2392      }
2393    },
2394    "ListMLTransformsRequest": {
2395      "base": null,
2396      "refs": {
2397      }
2398    },
2399    "ListMLTransformsResponse": {
2400      "base": null,
2401      "refs": {
2402      }
2403    },
2404    "ListTriggersRequest": {
2405      "base": null,
2406      "refs": {
2407      }
2408    },
2409    "ListTriggersResponse": {
2410      "base": null,
2411      "refs": {
2412      }
2413    },
2414    "ListWorkflowsRequest": {
2415      "base": null,
2416      "refs": {
2417      }
2418    },
2419    "ListWorkflowsResponse": {
2420      "base": null,
2421      "refs": {
2422      }
2423    },
2424    "Location": {
2425      "base": "<p>The location of resources.</p>",
2426      "refs": {
2427        "GetMappingRequest$Location": "<p>Parameters for the mapping.</p>",
2428        "GetPlanRequest$Location": "<p>The parameters for the mapping.</p>"
2429      }
2430    },
2431    "LocationMap": {
2432      "base": null,
2433      "refs": {
2434        "SkewedInfo$SkewedColumnValueLocationMaps": "<p>A mapping of skewed values to the columns that contain them.</p>"
2435      }
2436    },
2437    "LocationString": {
2438      "base": null,
2439      "refs": {
2440        "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>"
2441      }
2442    },
2443    "LogGroup": {
2444      "base": null,
2445      "refs": {
2446        "Crawl$LogGroup": "<p>The log group associated with the crawl.</p>",
2447        "LastCrawlInfo$LogGroup": "<p>The log group for the last crawl.</p>"
2448      }
2449    },
2450    "LogStream": {
2451      "base": null,
2452      "refs": {
2453        "Crawl$LogStream": "<p>The log stream associated with the crawl.</p>",
2454        "LastCrawlInfo$LogStream": "<p>The log stream for the last crawl.</p>"
2455      }
2456    },
2457    "Logical": {
2458      "base": null,
2459      "refs": {
2460        "Predicate$Logical": "<p>An optional field if only one condition is listed. If multiple conditions are listed, then this field is required.</p>"
2461      }
2462    },
2463    "LogicalOperator": {
2464      "base": null,
2465      "refs": {
2466        "Condition$LogicalOperator": "<p>A logical operator.</p>"
2467      }
2468    },
2469    "MLTransform": {
2470      "base": "<p>A structure for a machine learning transform.</p>",
2471      "refs": {
2472        "TransformList$member": null
2473      }
2474    },
2475    "MLTransformNotReadyException": {
2476      "base": "<p>The machine learning transform is not ready to run.</p>",
2477      "refs": {
2478      }
2479    },
2480    "MapValue": {
2481      "base": null,
2482      "refs": {
2483        "CreateDevEndpointRequest$Arguments": "<p>A map of arguments used to configure the <code>DevEndpoint</code>.</p>",
2484        "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> <li> <p> <code>\"GLUE_PYTHON_VERSION\": \"3\"</code> </p> </li> <li> <p> <code>\"GLUE_PYTHON_VERSION\": \"2\"</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>",
2485        "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> <li> <p> <code>\"GLUE_PYTHON_VERSION\": \"3\"</code> </p> </li> <li> <p> <code>\"GLUE_PYTHON_VERSION\": \"2\"</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>",
2486        "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> <li> <p> <code>\"GLUE_PYTHON_VERSION\": \"3\"</code> </p> </li> <li> <p> <code>\"GLUE_PYTHON_VERSION\": \"2\"</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>"
2487      }
2488    },
2489    "MappingEntry": {
2490      "base": "<p>Defines a mapping.</p>",
2491      "refs": {
2492        "MappingList$member": null
2493      }
2494    },
2495    "MappingList": {
2496      "base": null,
2497      "refs": {
2498        "GetMappingResponse$Mapping": "<p>A list of mappings to the specified targets.</p>",
2499        "GetPlanRequest$Mapping": "<p>The list of mappings from a source table to target tables.</p>"
2500      }
2501    },
2502    "MatchCriteria": {
2503      "base": null,
2504      "refs": {
2505        "Connection$MatchCriteria": "<p>A list of criteria that can be used in selecting this connection.</p>",
2506        "ConnectionInput$MatchCriteria": "<p>A list of criteria that can be used in selecting this connection.</p>",
2507        "GetConnectionsFilter$MatchCriteria": "<p>A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.</p>"
2508      }
2509    },
2510    "MaxConcurrentRuns": {
2511      "base": null,
2512      "refs": {
2513        "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>"
2514      }
2515    },
2516    "MaxRetries": {
2517      "base": null,
2518      "refs": {
2519        "CreateJobRequest$MaxRetries": "<p>The maximum number of times to retry this job if it fails.</p>",
2520        "Job$MaxRetries": "<p>The maximum number of times to retry this job after a JobRun fails.</p>",
2521        "JobUpdate$MaxRetries": "<p>The maximum number of times to retry this job if it fails.</p>"
2522      }
2523    },
2524    "MessagePrefix": {
2525      "base": null,
2526      "refs": {
2527        "LastCrawlInfo$MessagePrefix": "<p>The prefix for a message about this crawl.</p>"
2528      }
2529    },
2530    "MessageString": {
2531      "base": null,
2532      "refs": {
2533        "AccessDeniedException$Message": "<p>A message describing the problem.</p>",
2534        "AlreadyExistsException$Message": "<p>A message describing the problem.</p>",
2535        "ConcurrentModificationException$Message": "<p>A message describing the problem.</p>",
2536        "ConcurrentRunsExceededException$Message": "<p>A message describing the problem.</p>",
2537        "ConditionCheckFailureException$Message": "<p>A message describing the problem.</p>",
2538        "CrawlerNotRunningException$Message": "<p>A message describing the problem.</p>",
2539        "CrawlerRunningException$Message": "<p>A message describing the problem.</p>",
2540        "CrawlerStoppingException$Message": "<p>A message describing the problem.</p>",
2541        "EntityNotFoundException$Message": "<p>A message describing the problem.</p>",
2542        "GlueEncryptionException$Message": "<p>A message describing the problem.</p>",
2543        "IdempotentParameterMismatchException$Message": "<p>A message describing the problem.</p>",
2544        "InternalServiceException$Message": "<p>A message describing the problem.</p>",
2545        "InvalidInputException$Message": "<p>A message describing the problem.</p>",
2546        "MLTransformNotReadyException$Message": "<p>A message describing the problem.</p>",
2547        "NoScheduleException$Message": "<p>A message describing the problem.</p>",
2548        "OperationTimeoutException$Message": "<p>A message describing the problem.</p>",
2549        "ResourceNumberLimitExceededException$Message": "<p>A message describing the problem.</p>",
2550        "SchedulerNotRunningException$Message": "<p>A message describing the problem.</p>",
2551        "SchedulerRunningException$Message": "<p>A message describing the problem.</p>",
2552        "SchedulerTransitioningException$Message": "<p>A message describing the problem.</p>",
2553        "ValidationException$Message": "<p>A message describing the problem.</p>",
2554        "VersionMismatchException$Message": "<p>A message describing the problem.</p>"
2555      }
2556    },
2557    "MillisecondsCount": {
2558      "base": null,
2559      "refs": {
2560        "Crawler$CrawlElapsedTime": "<p>If the crawler is running, contains the total time elapsed since the last crawl began.</p>"
2561      }
2562    },
2563    "NameString": {
2564      "base": null,
2565      "refs": {
2566        "Action$JobName": "<p>The name of a job to be executed.</p>",
2567        "Action$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this action.</p>",
2568        "Action$CrawlerName": "<p>The name of the crawler to be used with this action.</p>",
2569        "BatchCreatePartitionRequest$DatabaseName": "<p>The name of the metadata database in which the partition is to be created.</p>",
2570        "BatchCreatePartitionRequest$TableName": "<p>The name of the metadata table in which the partition is to be created.</p>",
2571        "BatchDeletePartitionRequest$DatabaseName": "<p>The name of the catalog database in which the table in question resides.</p>",
2572        "BatchDeletePartitionRequest$TableName": "<p>The name of the table that contains the partitions to be deleted.</p>",
2573        "BatchDeleteTableNameList$member": null,
2574        "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>",
2575        "BatchDeleteTableVersionRequest$DatabaseName": "<p>The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.</p>",
2576        "BatchDeleteTableVersionRequest$TableName": "<p>The name of the table. For Hive compatibility, this name is entirely lowercase.</p>",
2577        "BatchGetPartitionRequest$DatabaseName": "<p>The name of the catalog database where the partitions reside.</p>",
2578        "BatchGetPartitionRequest$TableName": "<p>The name of the partitions' table.</p>",
2579        "BatchStopJobRunError$JobName": "<p>The name of the job definition that is used in the job run in question.</p>",
2580        "BatchStopJobRunRequest$JobName": "<p>The name of the job definition for which to stop job runs.</p>",
2581        "BatchStopJobRunSuccessfulSubmission$JobName": "<p>The name of the job definition used in the job run that was stopped.</p>",
2582        "CatalogEntry$DatabaseName": "<p>The database in which the table metadata resides.</p>",
2583        "CatalogEntry$TableName": "<p>The name of the table in question.</p>",
2584        "CatalogImportStatus$ImportedBy": "<p>The name of the person who initiated the migration.</p>",
2585        "CatalogTablesList$member": null,
2586        "CatalogTarget$DatabaseName": "<p>The name of the database to be synchronized.</p>",
2587        "ClassifierNameList$member": null,
2588        "Column$Name": "<p>The name of the <code>Column</code>.</p>",
2589        "Condition$JobName": "<p>The name of the job whose <code>JobRuns</code> this condition applies to, and on which this trigger waits.</p>",
2590        "Condition$CrawlerName": "<p>The name of the crawler to which this condition applies.</p>",
2591        "Connection$Name": "<p>The name of the connection definition.</p>",
2592        "Connection$LastUpdatedBy": "<p>The user, group, or role that last updated this connection definition.</p>",
2593        "ConnectionInput$Name": "<p>The name of the connection.</p>",
2594        "ConnectionPasswordEncryption$AwsKmsKeyId": "<p>An AWS 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 AWS 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>",
2595        "Crawler$Name": "<p>The name of the crawler.</p>",
2596        "CrawlerMetrics$CrawlerName": "<p>The name of the crawler.</p>",
2597        "CrawlerNameList$member": null,
2598        "CreateCrawlerRequest$Name": "<p>Name of the new crawler.</p>",
2599        "CreateCsvClassifierRequest$Name": "<p>The name of the classifier.</p>",
2600        "CreateDevEndpointRequest$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this <code>DevEndpoint</code>.</p>",
2601        "CreateDevEndpointResponse$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure being used with this <code>DevEndpoint</code>.</p>",
2602        "CreateGrokClassifierRequest$Name": "<p>The name of the new classifier.</p>",
2603        "CreateJobRequest$Name": "<p>The name you assign to this job definition. It must be unique in your account.</p>",
2604        "CreateJobRequest$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this job.</p>",
2605        "CreateJobResponse$Name": "<p>The unique name that was provided for this job definition.</p>",
2606        "CreateJsonClassifierRequest$Name": "<p>The name of the classifier.</p>",
2607        "CreateMLTransformRequest$Name": "<p>The unique name that you give the transform when you create it.</p>",
2608        "CreatePartitionRequest$DatabaseName": "<p>The name of the metadata database in which the partition is to be created.</p>",
2609        "CreatePartitionRequest$TableName": "<p>The name of the metadata table in which the partition is to be created.</p>",
2610        "CreateSecurityConfigurationRequest$Name": "<p>The name for the new security configuration.</p>",
2611        "CreateSecurityConfigurationResponse$Name": "<p>The name assigned to the new security configuration.</p>",
2612        "CreateTableRequest$DatabaseName": "<p>The catalog database in which to create the new table. For Hive compatibility, this name is entirely lowercase.</p>",
2613        "CreateTriggerRequest$Name": "<p>The name of the trigger.</p>",
2614        "CreateTriggerRequest$WorkflowName": "<p>The name of the workflow associated with the trigger.</p>",
2615        "CreateTriggerResponse$Name": "<p>The name of the trigger.</p>",
2616        "CreateUserDefinedFunctionRequest$DatabaseName": "<p>The name of the catalog database in which to create the function.</p>",
2617        "CreateWorkflowRequest$Name": "<p>The name to be assigned to the workflow. It should be unique within your account.</p>",
2618        "CreateWorkflowResponse$Name": "<p>The name of the workflow which was provided as part of the request.</p>",
2619        "CreateXMLClassifierRequest$Name": "<p>The name of the classifier.</p>",
2620        "CsvClassifier$Name": "<p>The name of the classifier.</p>",
2621        "CsvHeader$member": null,
2622        "Database$Name": "<p>The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.</p>",
2623        "DatabaseInput$Name": "<p>The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.</p>",
2624        "DeleteClassifierRequest$Name": "<p>Name of the classifier to remove.</p>",
2625        "DeleteConnectionNameList$member": null,
2626        "DeleteConnectionRequest$ConnectionName": "<p>The name of the connection to delete.</p>",
2627        "DeleteCrawlerRequest$Name": "<p>The name of the crawler to remove.</p>",
2628        "DeleteDatabaseRequest$Name": "<p>The name of the database to delete. For Hive compatibility, this must be all lowercase.</p>",
2629        "DeleteJobRequest$JobName": "<p>The name of the job definition to delete.</p>",
2630        "DeleteJobResponse$JobName": "<p>The name of the job definition that was deleted.</p>",
2631        "DeletePartitionRequest$DatabaseName": "<p>The name of the catalog database in which the table in question resides.</p>",
2632        "DeletePartitionRequest$TableName": "<p>The name of the table that contains the partition to be deleted.</p>",
2633        "DeleteSecurityConfigurationRequest$Name": "<p>The name of the security configuration to delete.</p>",
2634        "DeleteTableRequest$DatabaseName": "<p>The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.</p>",
2635        "DeleteTableRequest$Name": "<p>The name of the table to be deleted. For Hive compatibility, this name is entirely lowercase.</p>",
2636        "DeleteTableVersionRequest$DatabaseName": "<p>The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.</p>",
2637        "DeleteTableVersionRequest$TableName": "<p>The name of the table. For Hive compatibility, this name is entirely lowercase.</p>",
2638        "DeleteTriggerRequest$Name": "<p>The name of the trigger to delete.</p>",
2639        "DeleteTriggerResponse$Name": "<p>The name of the trigger that was deleted.</p>",
2640        "DeleteUserDefinedFunctionRequest$DatabaseName": "<p>The name of the catalog database where the function is located.</p>",
2641        "DeleteUserDefinedFunctionRequest$FunctionName": "<p>The name of the function definition to be deleted.</p>",
2642        "DeleteWorkflowRequest$Name": "<p>Name of the workflow to be deleted.</p>",
2643        "DeleteWorkflowResponse$Name": "<p>Name of the workflow specified in input.</p>",
2644        "DevEndpoint$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this <code>DevEndpoint</code>.</p>",
2645        "DevEndpointNameList$member": null,
2646        "Edge$SourceId": "<p>The unique of the node within the workflow where the edge starts.</p>",
2647        "Edge$DestinationId": "<p>The unique of the node within the workflow where the edge ends.</p>",
2648        "EncryptionAtRest$SseAwsKmsKeyId": "<p>The ID of the AWS KMS key to use for encryption at rest.</p>",
2649        "ErrorByName$key": null,
2650        "ErrorDetail$ErrorCode": "<p>The code associated with this error.</p>",
2651        "FindMatchesTaskRunProperties$JobName": "<p>The name assigned to the job for the Find Matches task run.</p>",
2652        "GetClassifierRequest$Name": "<p>Name of the classifier to retrieve.</p>",
2653        "GetConnectionRequest$Name": "<p>The name of the connection definition to retrieve.</p>",
2654        "GetCrawlerRequest$Name": "<p>The name of the crawler to retrieve metadata for.</p>",
2655        "GetDatabaseRequest$Name": "<p>The name of the database to retrieve. For Hive compatibility, this should be all lowercase.</p>",
2656        "GetJobRequest$JobName": "<p>The name of the job definition to retrieve.</p>",
2657        "GetJobRunRequest$JobName": "<p>Name of the job definition being run.</p>",
2658        "GetJobRunsRequest$JobName": "<p>The name of the job definition for which to retrieve all job runs.</p>",
2659        "GetMLTransformResponse$Name": "<p>The unique name given to the transform when it was created.</p>",
2660        "GetPartitionRequest$DatabaseName": "<p>The name of the catalog database where the partition resides.</p>",
2661        "GetPartitionRequest$TableName": "<p>The name of the partition's table.</p>",
2662        "GetPartitionsRequest$DatabaseName": "<p>The name of the catalog database where the partitions reside.</p>",
2663        "GetPartitionsRequest$TableName": "<p>The name of the partitions' table.</p>",
2664        "GetSecurityConfigurationRequest$Name": "<p>The name of the security configuration to retrieve.</p>",
2665        "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>",
2666        "GetTableRequest$Name": "<p>The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.</p>",
2667        "GetTableVersionRequest$DatabaseName": "<p>The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.</p>",
2668        "GetTableVersionRequest$TableName": "<p>The name of the table. For Hive compatibility, this name is entirely lowercase.</p>",
2669        "GetTableVersionsRequest$DatabaseName": "<p>The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.</p>",
2670        "GetTableVersionsRequest$TableName": "<p>The name of the table. For Hive compatibility, this name is entirely lowercase.</p>",
2671        "GetTablesRequest$DatabaseName": "<p>The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.</p>",
2672        "GetTriggerRequest$Name": "<p>The name of the trigger to retrieve.</p>",
2673        "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>",
2674        "GetUserDefinedFunctionRequest$DatabaseName": "<p>The name of the catalog database where the function is located.</p>",
2675        "GetUserDefinedFunctionRequest$FunctionName": "<p>The name of the function.</p>",
2676        "GetUserDefinedFunctionsRequest$DatabaseName": "<p>The name of the catalog database where the functions are located.</p>",
2677        "GetUserDefinedFunctionsRequest$Pattern": "<p>An optional function-name pattern string that filters the function definitions returned.</p>",
2678        "GetWorkflowRequest$Name": "<p>The name of the workflow to retrieve.</p>",
2679        "GetWorkflowRunPropertiesRequest$Name": "<p>Name of the workflow which was run.</p>",
2680        "GetWorkflowRunRequest$Name": "<p>Name of the workflow being run.</p>",
2681        "GetWorkflowRunsRequest$Name": "<p>Name of the workflow whose metadata of runs should be returned.</p>",
2682        "GlueTable$DatabaseName": "<p>A database name in the AWS Glue Data Catalog.</p>",
2683        "GlueTable$TableName": "<p>A table name in the AWS Glue Data Catalog.</p>",
2684        "GlueTable$CatalogId": "<p>A unique identifier for the AWS Glue Data Catalog.</p>",
2685        "GlueTable$ConnectionName": "<p>The name of the connection to the AWS Glue Data Catalog.</p>",
2686        "GrokClassifier$Name": "<p>The name of the classifier.</p>",
2687        "Job$Name": "<p>The name you assign to this job definition.</p>",
2688        "Job$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this job.</p>",
2689        "JobNameList$member": null,
2690        "JobRun$TriggerName": "<p>The name of the trigger that started this job run.</p>",
2691        "JobRun$JobName": "<p>The name of the job definition being used in this run.</p>",
2692        "JobRun$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this job run.</p>",
2693        "JobUpdate$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this job.</p>",
2694        "JsonClassifier$Name": "<p>The name of the classifier.</p>",
2695        "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>",
2696        "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>",
2697        "MatchCriteria$member": null,
2698        "NameStringList$member": null,
2699        "Node$Name": "<p>The name of the AWS Glue component represented by the node.</p>",
2700        "Node$UniqueId": "<p>The unique Id assigned to the node within the workflow.</p>",
2701        "Order$Column": "<p>The name of the column.</p>",
2702        "Partition$DatabaseName": "<p>The name of the catalog database in which to create the partition.</p>",
2703        "Partition$TableName": "<p>The name of the database table in which to create the partition.</p>",
2704        "PhysicalConnectionRequirements$SubnetId": "<p>The subnet ID used by the connection.</p>",
2705        "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>",
2706        "Predecessor$JobName": "<p>The name of the job definition used by the predecessor job run.</p>",
2707        "PutWorkflowRunPropertiesRequest$Name": "<p>Name of the workflow which was run.</p>",
2708        "SecurityConfiguration$Name": "<p>The name of the security configuration.</p>",
2709        "SecurityGroupIdList$member": null,
2710        "SerDeInfo$Name": "<p>Name of the SerDe.</p>",
2711        "SerDeInfo$SerializationLibrary": "<p>Usually the class that implements the SerDe. An example is <code>org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe</code>.</p>",
2712        "StartCrawlerRequest$Name": "<p>Name of the crawler to start.</p>",
2713        "StartCrawlerScheduleRequest$CrawlerName": "<p>Name of the crawler to schedule.</p>",
2714        "StartJobRunRequest$JobName": "<p>The name of the job definition to use.</p>",
2715        "StartJobRunRequest$SecurityConfiguration": "<p>The name of the <code>SecurityConfiguration</code> structure to be used with this job run.</p>",
2716        "StartTriggerRequest$Name": "<p>The name of the trigger to start.</p>",
2717        "StartTriggerResponse$Name": "<p>The name of the trigger that was started.</p>",
2718        "StartWorkflowRunRequest$Name": "<p>The name of the workflow to start.</p>",
2719        "StopCrawlerRequest$Name": "<p>Name of the crawler to stop.</p>",
2720        "StopCrawlerScheduleRequest$CrawlerName": "<p>Name of the crawler whose schedule state to set.</p>",
2721        "StopTriggerRequest$Name": "<p>The name of the trigger to stop.</p>",
2722        "StopTriggerResponse$Name": "<p>The name of the trigger that was stopped.</p>",
2723        "Table$Name": "<p>The table name. For Hive compatibility, this must be entirely lowercase.</p>",
2724        "Table$DatabaseName": "<p>The name of the database where the table metadata resides. For Hive compatibility, this must be all lowercase.</p>",
2725        "Table$Owner": "<p>The owner of the table.</p>",
2726        "Table$CreatedBy": "<p>The person or entity who created the table.</p>",
2727        "TableError$TableName": "<p>The name of the table. For Hive compatibility, this must be entirely lowercase.</p>",
2728        "TableInput$Name": "<p>The table name. For Hive compatibility, this is folded to lowercase when it is stored.</p>",
2729        "TableInput$Owner": "<p>The table owner.</p>",
2730        "TableVersionError$TableName": "<p>The name of the table in question.</p>",
2731        "TransformFilterCriteria$Name": "<p>A unique transform name that is used to filter the machine learning transforms.</p>",
2732        "Trigger$Name": "<p>The name of the trigger.</p>",
2733        "Trigger$WorkflowName": "<p>The name of the workflow associated with the trigger.</p>",
2734        "TriggerNameList$member": null,
2735        "TriggerUpdate$Name": "<p>Reserved for future use.</p>",
2736        "UpdateConnectionRequest$Name": "<p>The name of the connection definition to update.</p>",
2737        "UpdateCrawlerRequest$Name": "<p>Name of the new crawler.</p>",
2738        "UpdateCrawlerScheduleRequest$CrawlerName": "<p>The name of the crawler whose schedule to update.</p>",
2739        "UpdateCsvClassifierRequest$Name": "<p>The name of the classifier.</p>",
2740        "UpdateDatabaseRequest$Name": "<p>The name of the database to update in the catalog. For Hive compatibility, this is folded to lowercase.</p>",
2741        "UpdateGrokClassifierRequest$Name": "<p>The name of the <code>GrokClassifier</code>.</p>",
2742        "UpdateJobRequest$JobName": "<p>The name of the job definition to update.</p>",
2743        "UpdateJobResponse$JobName": "<p>Returns the name of the updated job definition.</p>",
2744        "UpdateJsonClassifierRequest$Name": "<p>The name of the classifier.</p>",
2745        "UpdateMLTransformRequest$Name": "<p>The unique name that you gave the transform when you created it.</p>",
2746        "UpdatePartitionRequest$DatabaseName": "<p>The name of the catalog database in which the table in question resides.</p>",
2747        "UpdatePartitionRequest$TableName": "<p>The name of the table in which the partition to be updated is located.</p>",
2748        "UpdateTableRequest$DatabaseName": "<p>The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.</p>",
2749        "UpdateTriggerRequest$Name": "<p>The name of the trigger to update.</p>",
2750        "UpdateUserDefinedFunctionRequest$DatabaseName": "<p>The name of the catalog database where the function to be updated is located.</p>",
2751        "UpdateUserDefinedFunctionRequest$FunctionName": "<p>The name of the function.</p>",
2752        "UpdateWorkflowRequest$Name": "<p>Name of the workflow to be updated.</p>",
2753        "UpdateWorkflowResponse$Name": "<p>The name of the workflow which was specified in input.</p>",
2754        "UpdateXMLClassifierRequest$Name": "<p>The name of the classifier.</p>",
2755        "UserDefinedFunction$FunctionName": "<p>The name of the function.</p>",
2756        "UserDefinedFunction$ClassName": "<p>The Java class that contains the function code.</p>",
2757        "UserDefinedFunction$OwnerName": "<p>The owner of the function.</p>",
2758        "UserDefinedFunctionInput$FunctionName": "<p>The name of the function.</p>",
2759        "UserDefinedFunctionInput$ClassName": "<p>The Java class that contains the function code.</p>",
2760        "UserDefinedFunctionInput$OwnerName": "<p>The owner of the function.</p>",
2761        "Workflow$Name": "<p>The name of the workflow representing the flow.</p>",
2762        "WorkflowNames$member": null,
2763        "WorkflowRun$Name": "<p>Name of the workflow which was executed.</p>",
2764        "XMLClassifier$Name": "<p>The name of the classifier.</p>"
2765      }
2766    },
2767    "NameStringList": {
2768      "base": null,
2769      "refs": {
2770        "BatchDeleteConnectionResponse$Succeeded": "<p>A list of names of the connection definitions that were successfully deleted.</p>",
2771        "SkewedInfo$SkewedColumnNames": "<p>A list of names of columns that contain skewed values.</p>",
2772        "StorageDescriptor$BucketColumns": "<p>A list of reducer grouping columns, clustering columns, and bucketing columns in the table.</p>"
2773      }
2774    },
2775    "NoScheduleException": {
2776      "base": "<p>There is no applicable schedule.</p>",
2777      "refs": {
2778      }
2779    },
2780    "Node": {
2781      "base": "<p>A node represents an AWS Glue component like Trigger, Job etc. which is part of a workflow.</p>",
2782      "refs": {
2783        "NodeList$member": null
2784      }
2785    },
2786    "NodeList": {
2787      "base": null,
2788      "refs": {
2789        "WorkflowGraph$Nodes": "<p>A list of the the AWS Glue components belong to the workflow represented as nodes.</p>"
2790      }
2791    },
2792    "NodeType": {
2793      "base": null,
2794      "refs": {
2795        "Node$Type": "<p>The type of AWS Glue component represented by the node.</p>"
2796      }
2797    },
2798    "NonNegativeDouble": {
2799      "base": null,
2800      "refs": {
2801        "CrawlerMetrics$TimeLeftSeconds": "<p>The estimated time left to complete a running crawl.</p>",
2802        "CrawlerMetrics$LastRuntimeSeconds": "<p>The duration of the crawler's most recent run, in seconds.</p>",
2803        "CrawlerMetrics$MedianRuntimeSeconds": "<p>The median duration of this crawler's runs, in seconds.</p>"
2804      }
2805    },
2806    "NonNegativeInteger": {
2807      "base": null,
2808      "refs": {
2809        "CrawlerMetrics$TablesCreated": "<p>The number of tables created by this crawler.</p>",
2810        "CrawlerMetrics$TablesUpdated": "<p>The number of tables updated by this crawler.</p>",
2811        "CrawlerMetrics$TablesDeleted": "<p>The number of tables deleted by this crawler.</p>",
2812        "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>",
2813        "Table$Retention": "<p>The retention time for this table.</p>",
2814        "TableInput$Retention": "<p>The retention time for this table.</p>"
2815      }
2816    },
2817    "NotificationProperty": {
2818      "base": "<p>Specifies configuration properties of a notification.</p>",
2819      "refs": {
2820        "Action$NotificationProperty": "<p>Specifies configuration properties of a job run notification.</p>",
2821        "CreateJobRequest$NotificationProperty": "<p>Specifies configuration properties of a job notification.</p>",
2822        "Job$NotificationProperty": "<p>Specifies configuration properties of a job notification.</p>",
2823        "JobRun$NotificationProperty": "<p>Specifies configuration properties of a job run notification.</p>",
2824        "JobUpdate$NotificationProperty": "<p>Specifies the configuration properties of a job notification.</p>",
2825        "StartJobRunRequest$NotificationProperty": "<p>Specifies configuration properties of a job run notification.</p>"
2826      }
2827    },
2828    "NotifyDelayAfter": {
2829      "base": null,
2830      "refs": {
2831        "NotificationProperty$NotifyDelayAfter": "<p>After a job run starts, the number of minutes to wait before sending a job run delay notification.</p>"
2832      }
2833    },
2834    "NullableBoolean": {
2835      "base": null,
2836      "refs": {
2837        "BatchGetWorkflowsRequest$IncludeGraph": "<p>Specifies whether to include a graph when returning the workflow resource metadata.</p>",
2838        "CreateCsvClassifierRequest$DisableValueTrimming": "<p>Specifies not to trim values before identifying the type of column values. The default value is true.</p>",
2839        "CreateCsvClassifierRequest$AllowSingleColumn": "<p>Enables the processing of files that contain only one column.</p>",
2840        "CsvClassifier$DisableValueTrimming": "<p>Specifies not to trim values before identifying the type of column values. The default value is <code>true</code>.</p>",
2841        "CsvClassifier$AllowSingleColumn": "<p>Enables the processing of files that contain only one column.</p>",
2842        "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>",
2843        "GetWorkflowRequest$IncludeGraph": "<p>Specifies whether to include a graph when returning the workflow resource metadata.</p>",
2844        "GetWorkflowRunRequest$IncludeGraph": "<p>Specifies whether to include the workflow graph in response or not.</p>",
2845        "GetWorkflowRunsRequest$IncludeGraph": "<p>Specifies whether to include the workflow graph in response or not.</p>",
2846        "UpdateCsvClassifierRequest$DisableValueTrimming": "<p>Specifies not to trim values before identifying the type of column values. The default value is true.</p>",
2847        "UpdateCsvClassifierRequest$AllowSingleColumn": "<p>Enables the processing of files that contain only one column.</p>"
2848      }
2849    },
2850    "NullableDouble": {
2851      "base": null,
2852      "refs": {
2853        "CreateJobRequest$MaxCapacity": "<p>The number of AWS 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/\">AWS 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>",
2854        "CreateMLTransformRequest$MaxCapacity": "<p>The number of AWS 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/\">AWS 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>",
2855        "GetMLTransformResponse$MaxCapacity": "<p>The number of AWS 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/\">AWS 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>",
2856        "Job$MaxCapacity": "<p>The number of AWS 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/\">AWS 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>",
2857        "JobRun$MaxCapacity": "<p>The number of AWS 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://docs.aws.amazon.com/https:/aws.amazon.com/glue/pricing/\">AWS 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>",
2858        "JobUpdate$MaxCapacity": "<p>The number of AWS 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/\">AWS 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>",
2859        "MLTransform$MaxCapacity": "<p>The number of AWS 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/\">AWS 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>",
2860        "StartJobRunRequest$MaxCapacity": "<p>The number of AWS 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://docs.aws.amazon.com/https:/aws.amazon.com/glue/pricing/\">AWS 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>",
2861        "UpdateMLTransformRequest$MaxCapacity": "<p>The number of AWS 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/\">AWS 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>"
2862      }
2863    },
2864    "NullableInteger": {
2865      "base": null,
2866      "refs": {
2867        "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>",
2868        "CreateDevEndpointResponse$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated to the development endpoint.</p>",
2869        "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>",
2870        "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>",
2871        "CreateMLTransformRequest$MaxRetries": "<p>The maximum number of times to retry a task for this transform after a task run fails.</p>",
2872        "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>",
2873        "GetMLTransformResponse$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>",
2874        "GetMLTransformResponse$MaxRetries": "<p>The maximum number of times to retry a task for this transform after a task run fails.</p>",
2875        "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>",
2876        "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>",
2877        "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>",
2878        "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>",
2879        "MLTransform$MaxRetries": "<p>The maximum number of times to retry after an <code>MLTaskRun</code> of the machine learning transform fails.</p>",
2880        "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>",
2881        "UpdateMLTransformRequest$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>",
2882        "UpdateMLTransformRequest$MaxRetries": "<p>The maximum number of times to retry a task for this transform after a task run fails.</p>"
2883      }
2884    },
2885    "OperationTimeoutException": {
2886      "base": "<p>The operation timed out.</p>",
2887      "refs": {
2888      }
2889    },
2890    "OrchestrationStringList": {
2891      "base": null,
2892      "refs": {
2893        "ConnectionsList$Connections": "<p>A list of connections used by the job.</p>"
2894      }
2895    },
2896    "Order": {
2897      "base": "<p>Specifies the sort order of a sorted column.</p>",
2898      "refs": {
2899        "OrderList$member": null
2900      }
2901    },
2902    "OrderList": {
2903      "base": null,
2904      "refs": {
2905        "StorageDescriptor$SortColumns": "<p>A list specifying the sort order of each bucket in the table.</p>"
2906      }
2907    },
2908    "PageSize": {
2909      "base": null,
2910      "refs": {
2911        "GetClassifiersRequest$MaxResults": "<p>The size of the list to return (optional).</p>",
2912        "GetConnectionsRequest$MaxResults": "<p>The maximum number of connections to return in one response.</p>",
2913        "GetCrawlerMetricsRequest$MaxResults": "<p>The maximum size of a list to return.</p>",
2914        "GetCrawlersRequest$MaxResults": "<p>The number of crawlers to return on each call.</p>",
2915        "GetDatabasesRequest$MaxResults": "<p>The maximum number of databases to return in one response.</p>",
2916        "GetDevEndpointsRequest$MaxResults": "<p>The maximum size of information to return.</p>",
2917        "GetJobRunsRequest$MaxResults": "<p>The maximum size of the response.</p>",
2918        "GetJobsRequest$MaxResults": "<p>The maximum size of the response.</p>",
2919        "GetMLTaskRunsRequest$MaxResults": "<p>The maximum number of results to return. </p>",
2920        "GetMLTransformsRequest$MaxResults": "<p>The maximum number of results to return.</p>",
2921        "GetPartitionsRequest$MaxResults": "<p>The maximum number of partitions to return in a single response.</p>",
2922        "GetSecurityConfigurationsRequest$MaxResults": "<p>The maximum number of results to return.</p>",
2923        "GetTableVersionsRequest$MaxResults": "<p>The maximum number of table versions to return in one response.</p>",
2924        "GetTablesRequest$MaxResults": "<p>The maximum number of tables to return in a single response.</p>",
2925        "GetTriggersRequest$MaxResults": "<p>The maximum size of the response.</p>",
2926        "GetUserDefinedFunctionsRequest$MaxResults": "<p>The maximum number of functions to return in one response.</p>",
2927        "GetWorkflowRunsRequest$MaxResults": "<p>The maximum number of workflow runs to be included in the response.</p>",
2928        "ListCrawlersRequest$MaxResults": "<p>The maximum size of a list to return.</p>",
2929        "ListDevEndpointsRequest$MaxResults": "<p>The maximum size of a list to return.</p>",
2930        "ListJobsRequest$MaxResults": "<p>The maximum size of a list to return.</p>",
2931        "ListMLTransformsRequest$MaxResults": "<p>The maximum size of a list to return.</p>",
2932        "ListTriggersRequest$MaxResults": "<p>The maximum size of a list to return.</p>",
2933        "ListWorkflowsRequest$MaxResults": "<p>The maximum size of a list to return.</p>",
2934        "SearchTablesRequest$MaxResults": "<p>The maximum number of tables to return in a single response.</p>"
2935      }
2936    },
2937    "PaginationToken": {
2938      "base": null,
2939      "refs": {
2940        "GetMLTaskRunsRequest$NextToken": "<p>A token for pagination of the results. The default is empty.</p>",
2941        "GetMLTaskRunsResponse$NextToken": "<p>A pagination token, if more results are available.</p>",
2942        "GetMLTransformsRequest$NextToken": "<p>A paginated token to offset the results.</p>",
2943        "GetMLTransformsResponse$NextToken": "<p>A pagination token, if more results are available.</p>",
2944        "ListMLTransformsRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>",
2945        "ListMLTransformsResponse$NextToken": "<p>A continuation token, if the returned list does not contain the last metric available.</p>"
2946      }
2947    },
2948    "ParametersMap": {
2949      "base": null,
2950      "refs": {
2951        "Column$Parameters": "<p>These key-value pairs define properties associated with the column.</p>",
2952        "Database$Parameters": "<p>These key-value pairs define parameters and properties of the database.</p>",
2953        "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>",
2954        "Partition$Parameters": "<p>These key-value pairs define partition parameters.</p>",
2955        "PartitionInput$Parameters": "<p>These key-value pairs define partition parameters.</p>",
2956        "SerDeInfo$Parameters": "<p>These key-value pairs define initialization parameters for the SerDe.</p>",
2957        "StorageDescriptor$Parameters": "<p>The user-supplied properties in key-value form.</p>",
2958        "Table$Parameters": "<p>These key-value pairs define properties associated with the table.</p>",
2959        "TableInput$Parameters": "<p>These key-value pairs define properties associated with the table.</p>"
2960      }
2961    },
2962    "ParametersMapValue": {
2963      "base": null,
2964      "refs": {
2965        "ParametersMap$value": null
2966      }
2967    },
2968    "Partition": {
2969      "base": "<p>Represents a slice of table data.</p>",
2970      "refs": {
2971        "GetPartitionResponse$Partition": "<p>The requested information, in the form of a <code>Partition</code> object.</p>",
2972        "PartitionList$member": null
2973      }
2974    },
2975    "PartitionError": {
2976      "base": "<p>Contains information about a partition error.</p>",
2977      "refs": {
2978        "PartitionErrors$member": null
2979      }
2980    },
2981    "PartitionErrors": {
2982      "base": null,
2983      "refs": {
2984        "BatchCreatePartitionResponse$Errors": "<p>The errors encountered when trying to create the requested partitions.</p>",
2985        "BatchDeletePartitionResponse$Errors": "<p>The errors encountered when trying to delete the requested partitions.</p>"
2986      }
2987    },
2988    "PartitionInput": {
2989      "base": "<p>The structure used to create and update a partition.</p>",
2990      "refs": {
2991        "CreatePartitionRequest$PartitionInput": "<p>A <code>PartitionInput</code> structure defining the partition to be created.</p>",
2992        "PartitionInputList$member": null,
2993        "UpdatePartitionRequest$PartitionInput": "<p>The new partition object to update the partition to.</p>"
2994      }
2995    },
2996    "PartitionInputList": {
2997      "base": null,
2998      "refs": {
2999        "BatchCreatePartitionRequest$PartitionInputList": "<p>A list of <code>PartitionInput</code> structures that define the partitions to be created.</p>"
3000      }
3001    },
3002    "PartitionList": {
3003      "base": null,
3004      "refs": {
3005        "BatchGetPartitionResponse$Partitions": "<p>A list of the requested partitions.</p>",
3006        "GetPartitionsResponse$Partitions": "<p>A list of requested partitions.</p>"
3007      }
3008    },
3009    "PartitionValueList": {
3010      "base": "<p>Contains a list of values defining partitions.</p>",
3011      "refs": {
3012        "BatchDeletePartitionValueList$member": null,
3013        "BatchGetPartitionValueList$member": null
3014      }
3015    },
3016    "Path": {
3017      "base": null,
3018      "refs": {
3019        "DynamoDBTarget$Path": "<p>The name of the DynamoDB table to crawl.</p>",
3020        "JdbcTarget$Path": "<p>The path of the JDBC target.</p>",
3021        "PathList$member": null,
3022        "S3Target$Path": "<p>The path to the Amazon S3 target.</p>"
3023      }
3024    },
3025    "PathList": {
3026      "base": null,
3027      "refs": {
3028        "JdbcTarget$Exclusions": "<p>A list of glob patterns used to exclude from the crawl. For more information, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/add-crawler.html\">Catalog Tables with a Crawler</a>.</p>",
3029        "S3Target$Exclusions": "<p>A list of glob patterns used to exclude from the crawl. For more information, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/add-crawler.html\">Catalog Tables with a Crawler</a>.</p>"
3030      }
3031    },
3032    "Permission": {
3033      "base": null,
3034      "refs": {
3035        "PermissionList$member": null
3036      }
3037    },
3038    "PermissionList": {
3039      "base": null,
3040      "refs": {
3041        "PrincipalPermissions$Permissions": "<p>The permissions that are granted to the principal.</p>"
3042      }
3043    },
3044    "PhysicalConnectionRequirements": {
3045      "base": "<p>Specifies the physical requirements for a connection.</p>",
3046      "refs": {
3047        "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>",
3048        "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>"
3049      }
3050    },
3051    "PolicyJsonString": {
3052      "base": null,
3053      "refs": {
3054        "GetResourcePolicyResponse$PolicyInJson": "<p>Contains the requested policy document, in JSON format.</p>",
3055        "PutResourcePolicyRequest$PolicyInJson": "<p>Contains the policy document to set, in JSON format.</p>"
3056      }
3057    },
3058    "Predecessor": {
3059      "base": "<p>A job run that was used in the predicate of a conditional trigger that triggered this job run.</p>",
3060      "refs": {
3061        "PredecessorList$member": null
3062      }
3063    },
3064    "PredecessorList": {
3065      "base": null,
3066      "refs": {
3067        "JobRun$PredecessorRuns": "<p>A list of predecessors to this job run.</p>"
3068      }
3069    },
3070    "Predicate": {
3071      "base": "<p>Defines the predicate of the trigger, which determines when it fires.</p>",
3072      "refs": {
3073        "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>",
3074        "Trigger$Predicate": "<p>The predicate of this trigger, which defines when it will fire.</p>",
3075        "TriggerUpdate$Predicate": "<p>The predicate of this trigger, which defines when it will fire.</p>"
3076      }
3077    },
3078    "PredicateString": {
3079      "base": null,
3080      "refs": {
3081        "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>&lt; &gt;</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 &lt; &gt; b) is true.</p> </dd> <dt>&gt;</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 &gt; b) is not true.</p> </dd> <dt>&lt;</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 &lt; b) is true.</p> </dd> <dt>&gt;=</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 &gt;= b) is not true.</p> </dd> <dt>&lt;=</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 &lt;= 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 invalid type is encountered, 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>"
3082      }
3083    },
3084    "PrincipalPermissions": {
3085      "base": "<p>Permissions granted to a principal.</p>",
3086      "refs": {
3087        "PrincipalPermissionsList$member": null
3088      }
3089    },
3090    "PrincipalPermissionsList": {
3091      "base": null,
3092      "refs": {
3093        "Database$CreateTableDefaultPermissions": "<p>Creates a set of default permissions on the table for principals. </p>",
3094        "DatabaseInput$CreateTableDefaultPermissions": "<p>Creates a set of default permissions on the table for principals. </p>"
3095      }
3096    },
3097    "PrincipalType": {
3098      "base": null,
3099      "refs": {
3100        "UserDefinedFunction$OwnerType": "<p>The owner type.</p>",
3101        "UserDefinedFunctionInput$OwnerType": "<p>The owner type.</p>"
3102      }
3103    },
3104    "PropertyPredicate": {
3105      "base": "<p>Defines a property predicate.</p>",
3106      "refs": {
3107        "SearchPropertyPredicates$member": null
3108      }
3109    },
3110    "PublicKeysList": {
3111      "base": null,
3112      "refs": {
3113        "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>",
3114        "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>",
3115        "UpdateDevEndpointRequest$AddPublicKeys": "<p>The list of public keys for the <code>DevEndpoint</code> to use.</p>",
3116        "UpdateDevEndpointRequest$DeletePublicKeys": "<p>The list of public keys to be deleted from the <code>DevEndpoint</code>.</p>"
3117      }
3118    },
3119    "PutDataCatalogEncryptionSettingsRequest": {
3120      "base": null,
3121      "refs": {
3122      }
3123    },
3124    "PutDataCatalogEncryptionSettingsResponse": {
3125      "base": null,
3126      "refs": {
3127      }
3128    },
3129    "PutResourcePolicyRequest": {
3130      "base": null,
3131      "refs": {
3132      }
3133    },
3134    "PutResourcePolicyResponse": {
3135      "base": null,
3136      "refs": {
3137      }
3138    },
3139    "PutWorkflowRunPropertiesRequest": {
3140      "base": null,
3141      "refs": {
3142      }
3143    },
3144    "PutWorkflowRunPropertiesResponse": {
3145      "base": null,
3146      "refs": {
3147      }
3148    },
3149    "PythonScript": {
3150      "base": null,
3151      "refs": {
3152        "CreateScriptResponse$PythonScript": "<p>The Python script generated from the DAG.</p>",
3153        "GetDataflowGraphRequest$PythonScript": "<p>The Python script to transform.</p>",
3154        "GetPlanResponse$PythonScript": "<p>A Python script to perform the mapping.</p>"
3155      }
3156    },
3157    "PythonVersionString": {
3158      "base": null,
3159      "refs": {
3160        "JobCommand$PythonVersion": "<p>The Python version being used to execute a Python shell job. Allowed values are 2 or 3.</p>"
3161      }
3162    },
3163    "RecordsCount": {
3164      "base": null,
3165      "refs": {
3166        "ConfusionMatrix$NumTruePositives": "<p>The number of matches in the data that the transform correctly found, in the confusion matrix for your transform.</p>",
3167        "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>",
3168        "ConfusionMatrix$NumTrueNegatives": "<p>The number of nonmatches in the data that the transform correctly rejected, in the confusion matrix for your transform.</p>",
3169        "ConfusionMatrix$NumFalseNegatives": "<p>The number of matches in the data that the transform didn't find, in the confusion matrix for your transform.</p>"
3170      }
3171    },
3172    "ReplaceBoolean": {
3173      "base": null,
3174      "refs": {
3175        "ImportLabelsTaskRunProperties$Replace": "<p>Indicates whether to overwrite your existing labels.</p>",
3176        "StartImportLabelsTaskRunRequest$ReplaceAllLabels": "<p>Indicates whether to overwrite your existing labels.</p>"
3177      }
3178    },
3179    "ResetJobBookmarkRequest": {
3180      "base": null,
3181      "refs": {
3182      }
3183    },
3184    "ResetJobBookmarkResponse": {
3185      "base": null,
3186      "refs": {
3187      }
3188    },
3189    "ResourceNumberLimitExceededException": {
3190      "base": "<p>A resource numerical limit was exceeded.</p>",
3191      "refs": {
3192      }
3193    },
3194    "ResourceType": {
3195      "base": null,
3196      "refs": {
3197        "ResourceUri$ResourceType": "<p>The type of the resource.</p>"
3198      }
3199    },
3200    "ResourceUri": {
3201      "base": "<p>The URIs for function resources.</p>",
3202      "refs": {
3203        "ResourceUriList$member": null
3204      }
3205    },
3206    "ResourceUriList": {
3207      "base": null,
3208      "refs": {
3209        "UserDefinedFunction$ResourceUris": "<p>The resource URIs for the function.</p>",
3210        "UserDefinedFunctionInput$ResourceUris": "<p>The resource URIs for the function.</p>"
3211      }
3212    },
3213    "Role": {
3214      "base": null,
3215      "refs": {
3216        "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>",
3217        "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>",
3218        "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>"
3219      }
3220    },
3221    "RoleArn": {
3222      "base": null,
3223      "refs": {
3224        "CreateDevEndpointRequest$RoleArn": "<p>The IAM role for the <code>DevEndpoint</code>.</p>",
3225        "CreateDevEndpointResponse$RoleArn": "<p>The Amazon Resource Name (ARN) of the role assigned to the new <code>DevEndpoint</code>.</p>",
3226        "DevEndpoint$RoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role used in this <code>DevEndpoint</code>.</p>"
3227      }
3228    },
3229    "RoleString": {
3230      "base": null,
3231      "refs": {
3232        "CreateJobRequest$Role": "<p>The name or Amazon Resource Name (ARN) of the IAM role associated with this job.</p>",
3233        "CreateMLTransformRequest$Role": "<p>The name or Amazon Resource Name (ARN) of the IAM role with the required permissions. The required permissions include both AWS Glue service role permissions to AWS Glue resources, and Amazon S3 permissions required by the transform. </p> <ul> <li> <p>This role needs AWS Glue service role permissions to allow access to resources in AWS 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 AWS 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>",
3234        "GetMLTransformResponse$Role": "<p>The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.</p>",
3235        "Job$Role": "<p>The name or Amazon Resource Name (ARN) of the IAM role associated with this job.</p>",
3236        "JobUpdate$Role": "<p>The name or Amazon Resource Name (ARN) of the IAM role associated with this job (required).</p>",
3237        "MLTransform$Role": "<p>The name or Amazon Resource Name (ARN) of the IAM role with the required permissions. The required permissions include both AWS Glue service role permissions to AWS Glue resources, and Amazon S3 permissions required by the transform. </p> <ul> <li> <p>This role needs AWS Glue service role permissions to allow access to resources in AWS 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 AWS 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>",
3238        "UpdateMLTransformRequest$Role": "<p>The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.</p>"
3239      }
3240    },
3241    "RowTag": {
3242      "base": null,
3243      "refs": {
3244        "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>/&gt;</code>). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <code>&lt;row item_a=\"A\" item_b=\"B\"&gt;&lt;/row&gt;</code> is okay, but <code>&lt;row item_a=\"A\" item_b=\"B\" /&gt;</code> is not).</p>",
3245        "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>/&gt;</code>). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <code>&lt;row item_a=\"A\" item_b=\"B\"&gt;&lt;/row&gt;</code> is okay, but <code>&lt;row item_a=\"A\" item_b=\"B\" /&gt;</code> is not).</p>",
3246        "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>/&gt;</code>). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <code>&lt;row item_a=\"A\" item_b=\"B\"&gt;&lt;/row&gt;</code> is okay, but <code>&lt;row item_a=\"A\" item_b=\"B\" /&gt;</code> is not).</p>"
3247      }
3248    },
3249    "RunId": {
3250      "base": null,
3251      "refs": {
3252        "GetJobBookmarkRequest$RunId": "<p>The unique run identifier associated with this job run.</p>",
3253        "JobBookmarkEntry$PreviousRunId": "<p>The unique run identifier associated with the previous job run.</p>",
3254        "JobBookmarkEntry$RunId": "<p>The run ID number.</p>",
3255        "ResetJobBookmarkRequest$RunId": "<p>The unique run identifier associated with this job run.</p>"
3256      }
3257    },
3258    "S3Encryption": {
3259      "base": "<p>Specifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.</p>",
3260      "refs": {
3261        "S3EncryptionList$member": null
3262      }
3263    },
3264    "S3EncryptionList": {
3265      "base": null,
3266      "refs": {
3267        "EncryptionConfiguration$S3Encryption": "<p>The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.</p>"
3268      }
3269    },
3270    "S3EncryptionMode": {
3271      "base": null,
3272      "refs": {
3273        "S3Encryption$S3EncryptionMode": "<p>The encryption mode to use for Amazon S3 data.</p>"
3274      }
3275    },
3276    "S3Target": {
3277      "base": "<p>Specifies a data store in Amazon Simple Storage Service (Amazon S3).</p>",
3278      "refs": {
3279        "S3TargetList$member": null
3280      }
3281    },
3282    "S3TargetList": {
3283      "base": null,
3284      "refs": {
3285        "CrawlerTargets$S3Targets": "<p>Specifies Amazon Simple Storage Service (Amazon S3) targets.</p>"
3286      }
3287    },
3288    "ScalaCode": {
3289      "base": null,
3290      "refs": {
3291        "CreateScriptResponse$ScalaCode": "<p>The Scala code generated from the DAG.</p>",
3292        "GetPlanResponse$ScalaCode": "<p>The Scala code to perform the mapping.</p>"
3293      }
3294    },
3295    "Schedule": {
3296      "base": "<p>A scheduling object using a <code>cron</code> statement to schedule an event.</p>",
3297      "refs": {
3298        "Crawler$Schedule": "<p>For scheduled crawlers, the schedule when the crawler runs.</p>"
3299      }
3300    },
3301    "ScheduleState": {
3302      "base": null,
3303      "refs": {
3304        "Schedule$State": "<p>The state of the schedule.</p>"
3305      }
3306    },
3307    "SchedulerNotRunningException": {
3308      "base": "<p>The specified scheduler is not running.</p>",
3309      "refs": {
3310      }
3311    },
3312    "SchedulerRunningException": {
3313      "base": "<p>The specified scheduler is already running.</p>",
3314      "refs": {
3315      }
3316    },
3317    "SchedulerTransitioningException": {
3318      "base": "<p>The specified scheduler is transitioning.</p>",
3319      "refs": {
3320      }
3321    },
3322    "SchemaChangePolicy": {
3323      "base": "<p>A policy that specifies update and deletion behaviors for the crawler.</p>",
3324      "refs": {
3325        "Crawler$SchemaChangePolicy": "<p>The policy that specifies update and delete behaviors for the crawler.</p>",
3326        "CreateCrawlerRequest$SchemaChangePolicy": "<p>The policy for the crawler's update and deletion behavior.</p>",
3327        "UpdateCrawlerRequest$SchemaChangePolicy": "<p>The policy for the crawler's update and deletion behavior.</p>"
3328      }
3329    },
3330    "SchemaColumn": {
3331      "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>",
3332      "refs": {
3333        "TransformSchema$member": null
3334      }
3335    },
3336    "SchemaPathString": {
3337      "base": null,
3338      "refs": {
3339        "MappingEntry$SourcePath": "<p>The source path.</p>",
3340        "MappingEntry$TargetPath": "<p>The target path.</p>"
3341      }
3342    },
3343    "ScriptLocationString": {
3344      "base": null,
3345      "refs": {
3346        "JobCommand$ScriptLocation": "<p>Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that executes a job.</p>"
3347      }
3348    },
3349    "SearchPropertyPredicates": {
3350      "base": null,
3351      "refs": {
3352        "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>"
3353      }
3354    },
3355    "SearchTablesRequest": {
3356      "base": null,
3357      "refs": {
3358      }
3359    },
3360    "SearchTablesResponse": {
3361      "base": null,
3362      "refs": {
3363      }
3364    },
3365    "SecurityConfiguration": {
3366      "base": "<p>Specifies a security configuration.</p>",
3367      "refs": {
3368        "GetSecurityConfigurationResponse$SecurityConfiguration": "<p>The requested security configuration.</p>",
3369        "SecurityConfigurationList$member": null
3370      }
3371    },
3372    "SecurityConfigurationList": {
3373      "base": null,
3374      "refs": {
3375        "GetSecurityConfigurationsResponse$SecurityConfigurations": "<p>A list of security configurations.</p>"
3376      }
3377    },
3378    "SecurityGroupIdList": {
3379      "base": null,
3380      "refs": {
3381        "PhysicalConnectionRequirements$SecurityGroupIdList": "<p>The security group ID list used by the connection.</p>"
3382      }
3383    },
3384    "Segment": {
3385      "base": "<p>Defines a non-overlapping region of a table's partitions, allowing multiple requests to be executed in parallel.</p>",
3386      "refs": {
3387        "GetPartitionsRequest$Segment": "<p>The segment of the table's partitions to scan in this request.</p>"
3388      }
3389    },
3390    "SerDeInfo": {
3391      "base": "<p>Information about a serialization/deserialization program (SerDe) that serves as an extractor and loader.</p>",
3392      "refs": {
3393        "StorageDescriptor$SerdeInfo": "<p>The serialization/deserialization (SerDe) information.</p>"
3394      }
3395    },
3396    "SkewedInfo": {
3397      "base": "<p>Specifies skewed values in a table. Skewed values are those that occur with very high frequency.</p>",
3398      "refs": {
3399        "StorageDescriptor$SkewedInfo": "<p>The information about values that appear frequently in a column (skewed values).</p>"
3400      }
3401    },
3402    "Sort": {
3403      "base": null,
3404      "refs": {
3405        "SortCriterion$Sort": "<p>An ascending or descending sort.</p>"
3406      }
3407    },
3408    "SortCriteria": {
3409      "base": null,
3410      "refs": {
3411        "SearchTablesRequest$SortCriteria": "<p>A list of criteria for sorting the results by a field name, in an ascending or descending order.</p>"
3412      }
3413    },
3414    "SortCriterion": {
3415      "base": "<p>Specifies a field to sort by and a sort order.</p>",
3416      "refs": {
3417        "SortCriteria$member": null
3418      }
3419    },
3420    "SortDirectionType": {
3421      "base": null,
3422      "refs": {
3423        "TaskRunSortCriteria$SortDirection": "<p>The sort direction to be used to sort the list of task runs for the machine learning transform.</p>",
3424        "TransformSortCriteria$SortDirection": "<p>The sort direction to be used in the sorting criteria that are associated with the machine learning transform.</p>"
3425      }
3426    },
3427    "StartCrawlerRequest": {
3428      "base": null,
3429      "refs": {
3430      }
3431    },
3432    "StartCrawlerResponse": {
3433      "base": null,
3434      "refs": {
3435      }
3436    },
3437    "StartCrawlerScheduleRequest": {
3438      "base": null,
3439      "refs": {
3440      }
3441    },
3442    "StartCrawlerScheduleResponse": {
3443      "base": null,
3444      "refs": {
3445      }
3446    },
3447    "StartExportLabelsTaskRunRequest": {
3448      "base": null,
3449      "refs": {
3450      }
3451    },
3452    "StartExportLabelsTaskRunResponse": {
3453      "base": null,
3454      "refs": {
3455      }
3456    },
3457    "StartImportLabelsTaskRunRequest": {
3458      "base": null,
3459      "refs": {
3460      }
3461    },
3462    "StartImportLabelsTaskRunResponse": {
3463      "base": null,
3464      "refs": {
3465      }
3466    },
3467    "StartJobRunRequest": {
3468      "base": null,
3469      "refs": {
3470      }
3471    },
3472    "StartJobRunResponse": {
3473      "base": null,
3474      "refs": {
3475      }
3476    },
3477    "StartMLEvaluationTaskRunRequest": {
3478      "base": null,
3479      "refs": {
3480      }
3481    },
3482    "StartMLEvaluationTaskRunResponse": {
3483      "base": null,
3484      "refs": {
3485      }
3486    },
3487    "StartMLLabelingSetGenerationTaskRunRequest": {
3488      "base": null,
3489      "refs": {
3490      }
3491    },
3492    "StartMLLabelingSetGenerationTaskRunResponse": {
3493      "base": null,
3494      "refs": {
3495      }
3496    },
3497    "StartTriggerRequest": {
3498      "base": null,
3499      "refs": {
3500      }
3501    },
3502    "StartTriggerResponse": {
3503      "base": null,
3504      "refs": {
3505      }
3506    },
3507    "StartWorkflowRunRequest": {
3508      "base": null,
3509      "refs": {
3510      }
3511    },
3512    "StartWorkflowRunResponse": {
3513      "base": null,
3514      "refs": {
3515      }
3516    },
3517    "StopCrawlerRequest": {
3518      "base": null,
3519      "refs": {
3520      }
3521    },
3522    "StopCrawlerResponse": {
3523      "base": null,
3524      "refs": {
3525      }
3526    },
3527    "StopCrawlerScheduleRequest": {
3528      "base": null,
3529      "refs": {
3530      }
3531    },
3532    "StopCrawlerScheduleResponse": {
3533      "base": null,
3534      "refs": {
3535      }
3536    },
3537    "StopTriggerRequest": {
3538      "base": null,
3539      "refs": {
3540      }
3541    },
3542    "StopTriggerResponse": {
3543      "base": null,
3544      "refs": {
3545      }
3546    },
3547    "StorageDescriptor": {
3548      "base": "<p>Describes the physical storage of table data.</p>",
3549      "refs": {
3550        "Partition$StorageDescriptor": "<p>Provides information about the physical location where the partition is stored.</p>",
3551        "PartitionInput$StorageDescriptor": "<p>Provides information about the physical location where the partition is stored.</p>",
3552        "Table$StorageDescriptor": "<p>A storage descriptor containing information about the physical storage of this table.</p>",
3553        "TableInput$StorageDescriptor": "<p>A storage descriptor containing information about the physical storage of this table.</p>"
3554      }
3555    },
3556    "StringList": {
3557      "base": null,
3558      "refs": {
3559        "CreateDevEndpointRequest$SecurityGroupIds": "<p>Security group IDs for the security groups to be used by the new <code>DevEndpoint</code>.</p>",
3560        "CreateDevEndpointResponse$SecurityGroupIds": "<p>The security groups assigned to the new <code>DevEndpoint</code>.</p>",
3561        "DevEndpoint$SecurityGroupIds": "<p>A list of security group identifiers used in this <code>DevEndpoint</code>.</p>",
3562        "UpdateDevEndpointRequest$DeleteArguments": "<p>The list of argument keys to be deleted from the map of arguments used to configure the <code>DevEndpoint</code>.</p>"
3563      }
3564    },
3565    "Table": {
3566      "base": "<p>Represents a collection of related data organized in columns and rows.</p>",
3567      "refs": {
3568        "GetTableResponse$Table": "<p>The <code>Table</code> object that defines the specified table.</p>",
3569        "TableList$member": null,
3570        "TableVersion$Table": "<p>The table in question.</p>"
3571      }
3572    },
3573    "TableError": {
3574      "base": "<p>An error record for table operations.</p>",
3575      "refs": {
3576        "TableErrors$member": null
3577      }
3578    },
3579    "TableErrors": {
3580      "base": null,
3581      "refs": {
3582        "BatchDeleteTableResponse$Errors": "<p>A list of errors encountered in attempting to delete the specified tables.</p>"
3583      }
3584    },
3585    "TableInput": {
3586      "base": "<p>A structure used to define a table.</p>",
3587      "refs": {
3588        "CreateTableRequest$TableInput": "<p>The <code>TableInput</code> object that defines the metadata table to create in the catalog.</p>",
3589        "UpdateTableRequest$TableInput": "<p>An updated <code>TableInput</code> object to define the metadata table in the catalog.</p>"
3590      }
3591    },
3592    "TableList": {
3593      "base": null,
3594      "refs": {
3595        "GetTablesResponse$TableList": "<p>A list of the requested <code>Table</code> objects.</p>",
3596        "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>"
3597      }
3598    },
3599    "TableName": {
3600      "base": null,
3601      "refs": {
3602        "MappingEntry$SourceTable": "<p>The name of the source table.</p>",
3603        "MappingEntry$TargetTable": "<p>The target table.</p>"
3604      }
3605    },
3606    "TablePrefix": {
3607      "base": null,
3608      "refs": {
3609        "Crawler$TablePrefix": "<p>The prefix added to the names of tables that are created.</p>",
3610        "CreateCrawlerRequest$TablePrefix": "<p>The table prefix used for catalog tables that are created.</p>",
3611        "UpdateCrawlerRequest$TablePrefix": "<p>The table prefix used for catalog tables that are created.</p>"
3612      }
3613    },
3614    "TableTypeString": {
3615      "base": null,
3616      "refs": {
3617        "Table$TableType": "<p>The type of this table (<code>EXTERNAL_TABLE</code>, <code>VIRTUAL_VIEW</code>, etc.).</p>",
3618        "TableInput$TableType": "<p>The type of this table (<code>EXTERNAL_TABLE</code>, <code>VIRTUAL_VIEW</code>, etc.).</p>"
3619      }
3620    },
3621    "TableVersion": {
3622      "base": "<p>Specifies a version of a table.</p>",
3623      "refs": {
3624        "GetTableVersionResponse$TableVersion": "<p>The requested table version.</p>",
3625        "GetTableVersionsList$member": null
3626      }
3627    },
3628    "TableVersionError": {
3629      "base": "<p>An error record for table-version operations.</p>",
3630      "refs": {
3631        "TableVersionErrors$member": null
3632      }
3633    },
3634    "TableVersionErrors": {
3635      "base": null,
3636      "refs": {
3637        "BatchDeleteTableVersionResponse$Errors": "<p>A list of errors encountered while trying to delete the specified table versions.</p>"
3638      }
3639    },
3640    "TagKey": {
3641      "base": null,
3642      "refs": {
3643        "TagKeysList$member": null,
3644        "TagsMap$key": null
3645      }
3646    },
3647    "TagKeysList": {
3648      "base": null,
3649      "refs": {
3650        "UntagResourceRequest$TagsToRemove": "<p>Tags to remove from this resource.</p>"
3651      }
3652    },
3653    "TagResourceRequest": {
3654      "base": null,
3655      "refs": {
3656      }
3657    },
3658    "TagResourceResponse": {
3659      "base": null,
3660      "refs": {
3661      }
3662    },
3663    "TagValue": {
3664      "base": null,
3665      "refs": {
3666        "TagsMap$value": null
3667      }
3668    },
3669    "TagsMap": {
3670      "base": null,
3671      "refs": {
3672        "CreateCrawlerRequest$Tags": "<p>The tags to use with this crawler request. You can use tags to limit access to the crawler. For more information, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html\">AWS Tags in AWS Glue</a>.</p>",
3673        "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 AWS Glue, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html\">AWS Tags in AWS Glue</a> in the developer guide.</p>",
3674        "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 AWS Glue, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html\">AWS Tags in AWS Glue</a> in the developer guide.</p>",
3675        "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 AWS Glue, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html\">AWS Tags in AWS Glue</a> in the developer guide.</p>",
3676        "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 AWS Glue, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html\">AWS Tags in AWS Glue</a> in the developer guide. </p>",
3677        "CreateWorkflowRequest$Tags": "<p>The tags to be used with this workflow.</p>",
3678        "GetTagsResponse$Tags": "<p>The requested tags.</p>",
3679        "ListCrawlersRequest$Tags": "<p>Specifies to return only these tagged resources.</p>",
3680        "ListDevEndpointsRequest$Tags": "<p>Specifies to return only these tagged resources.</p>",
3681        "ListJobsRequest$Tags": "<p>Specifies to return only these tagged resources.</p>",
3682        "ListMLTransformsRequest$Tags": "<p>Specifies to return only these tagged resources.</p>",
3683        "ListTriggersRequest$Tags": "<p>Specifies to return only these tagged resources.</p>",
3684        "TagResourceRequest$TagsToAdd": "<p>Tags to add to this resource.</p>"
3685      }
3686    },
3687    "TaskRun": {
3688      "base": "<p>The sampling parameters that are associated with the machine learning transform.</p>",
3689      "refs": {
3690        "TaskRunList$member": null
3691      }
3692    },
3693    "TaskRunFilterCriteria": {
3694      "base": "<p>The criteria that are used to filter the task runs for the machine learning transform.</p>",
3695      "refs": {
3696        "GetMLTaskRunsRequest$Filter": "<p>The filter criteria, in the <code>TaskRunFilterCriteria</code> structure, for the task run.</p>"
3697      }
3698    },
3699    "TaskRunList": {
3700      "base": null,
3701      "refs": {
3702        "GetMLTaskRunsResponse$TaskRuns": "<p>A list of task runs that are associated with the transform.</p>"
3703      }
3704    },
3705    "TaskRunProperties": {
3706      "base": "<p>The configuration properties for the task run.</p>",
3707      "refs": {
3708        "GetMLTaskRunResponse$Properties": "<p>The list of properties that are associated with the task run.</p>",
3709        "TaskRun$Properties": "<p>Specifies configuration properties associated with this task run.</p>"
3710      }
3711    },
3712    "TaskRunSortColumnType": {
3713      "base": null,
3714      "refs": {
3715        "TaskRunSortCriteria$Column": "<p>The column to be used to sort the list of task runs for the machine learning transform.</p>"
3716      }
3717    },
3718    "TaskRunSortCriteria": {
3719      "base": "<p>The sorting criteria that are used to sort the list of task runs for the machine learning transform.</p>",
3720      "refs": {
3721        "GetMLTaskRunsRequest$Sort": "<p>The sorting criteria, in the <code>TaskRunSortCriteria</code> structure, for the task run.</p>"
3722      }
3723    },
3724    "TaskStatusType": {
3725      "base": null,
3726      "refs": {
3727        "CancelMLTaskRunResponse$Status": "<p>The status for this run.</p>",
3728        "GetMLTaskRunResponse$Status": "<p>The status for this task run.</p>",
3729        "TaskRun$Status": "<p>The current status of the requested task run.</p>",
3730        "TaskRunFilterCriteria$Status": "<p>The current status of the task run.</p>"
3731      }
3732    },
3733    "TaskType": {
3734      "base": null,
3735      "refs": {
3736        "TaskRunFilterCriteria$TaskRunType": "<p>The type of task run.</p>",
3737        "TaskRunProperties$TaskType": "<p>The type of task run.</p>"
3738      }
3739    },
3740    "Timeout": {
3741      "base": null,
3742      "refs": {
3743        "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>",
3744        "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>",
3745        "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>",
3746        "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>",
3747        "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>",
3748        "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>",
3749        "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>",
3750        "MLTransform$Timeout": "<p>The timeout in minutes of the machine learning transform.</p>",
3751        "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>",
3752        "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>"
3753      }
3754    },
3755    "Timestamp": {
3756      "base": null,
3757      "refs": {
3758        "CatalogImportStatus$ImportTime": "<p>The time that the migration was started.</p>",
3759        "Connection$CreationTime": "<p>The time that this connection definition was created.</p>",
3760        "Connection$LastUpdatedTime": "<p>The last time that this connection definition was updated.</p>",
3761        "Crawler$CreationTime": "<p>The time that the crawler was created.</p>",
3762        "Crawler$LastUpdated": "<p>The time that the crawler was last updated.</p>",
3763        "CsvClassifier$CreationTime": "<p>The time that this classifier was registered.</p>",
3764        "CsvClassifier$LastUpdated": "<p>The time that this classifier was last updated.</p>",
3765        "Database$CreateTime": "<p>The time at which the metadata database was created in the catalog.</p>",
3766        "GetMLTaskRunResponse$StartedOn": "<p>The date and time when this task run started.</p>",
3767        "GetMLTaskRunResponse$LastModifiedOn": "<p>The date and time when this task run was last modified.</p>",
3768        "GetMLTaskRunResponse$CompletedOn": "<p>The date and time when this task run was completed.</p>",
3769        "GetMLTransformResponse$CreatedOn": "<p>The date and time when the transform was created.</p>",
3770        "GetMLTransformResponse$LastModifiedOn": "<p>The date and time when the transform was last modified.</p>",
3771        "GetResourcePolicyResponse$CreateTime": "<p>The date and time at which the policy was created.</p>",
3772        "GetResourcePolicyResponse$UpdateTime": "<p>The date and time at which the policy was last updated.</p>",
3773        "GrokClassifier$CreationTime": "<p>The time that this classifier was registered.</p>",
3774        "GrokClassifier$LastUpdated": "<p>The time that this classifier was last updated.</p>",
3775        "JsonClassifier$CreationTime": "<p>The time that this classifier was registered.</p>",
3776        "JsonClassifier$LastUpdated": "<p>The time that this classifier was last updated.</p>",
3777        "LastCrawlInfo$StartTime": "<p>The time at which the crawl started.</p>",
3778        "MLTransform$CreatedOn": "<p>A timestamp. The time and date that this machine learning transform was created.</p>",
3779        "MLTransform$LastModifiedOn": "<p>A timestamp. The last point in time when this machine learning transform was modified.</p>",
3780        "Partition$CreationTime": "<p>The time at which the partition was created.</p>",
3781        "Partition$LastAccessTime": "<p>The last time at which the partition was accessed.</p>",
3782        "Partition$LastAnalyzedTime": "<p>The last time at which column statistics were computed for this partition.</p>",
3783        "PartitionInput$LastAccessTime": "<p>The last time at which the partition was accessed.</p>",
3784        "PartitionInput$LastAnalyzedTime": "<p>The last time at which column statistics were computed for this partition.</p>",
3785        "Table$CreateTime": "<p>The time when the table definition was created in the Data Catalog.</p>",
3786        "Table$UpdateTime": "<p>The last time that the table was updated.</p>",
3787        "Table$LastAccessTime": "<p>The last time that the table was accessed. This is usually taken from HDFS, and might not be reliable.</p>",
3788        "Table$LastAnalyzedTime": "<p>The last time that column statistics were computed for this table.</p>",
3789        "TableInput$LastAccessTime": "<p>The last time that the table was accessed.</p>",
3790        "TableInput$LastAnalyzedTime": "<p>The last time that column statistics were computed for this table.</p>",
3791        "TaskRun$StartedOn": "<p>The date and time that this task run started.</p>",
3792        "TaskRun$LastModifiedOn": "<p>The last point in time that the requested task run was updated.</p>",
3793        "TaskRun$CompletedOn": "<p>The last point in time that the requested task run was completed.</p>",
3794        "TaskRunFilterCriteria$StartedBefore": "<p>Filter on task runs started before this date.</p>",
3795        "TaskRunFilterCriteria$StartedAfter": "<p>Filter on task runs started after this date.</p>",
3796        "TransformFilterCriteria$CreatedBefore": "<p>The time and date before which the transforms were created.</p>",
3797        "TransformFilterCriteria$CreatedAfter": "<p>The time and date after which the transforms were created.</p>",
3798        "TransformFilterCriteria$LastModifiedBefore": "<p>Filter on transforms last modified before this date.</p>",
3799        "TransformFilterCriteria$LastModifiedAfter": "<p>Filter on transforms last modified after this date.</p>",
3800        "UserDefinedFunction$CreateTime": "<p>The time at which the function was created.</p>",
3801        "XMLClassifier$CreationTime": "<p>The time that this classifier was registered.</p>",
3802        "XMLClassifier$LastUpdated": "<p>The time that this classifier was last updated.</p>"
3803      }
3804    },
3805    "TimestampValue": {
3806      "base": null,
3807      "refs": {
3808        "Crawl$StartedOn": "<p>The date and time on which the crawl started.</p>",
3809        "Crawl$CompletedOn": "<p>The date and time on which the crawl completed.</p>",
3810        "CreateDevEndpointResponse$CreatedTimestamp": "<p>The point in time at which this <code>DevEndpoint</code> was created.</p>",
3811        "CreateSecurityConfigurationResponse$CreatedTimestamp": "<p>The time at which the new security configuration was created.</p>",
3812        "DevEndpoint$CreatedTimestamp": "<p>The point in time at which this DevEndpoint was created.</p>",
3813        "DevEndpoint$LastModifiedTimestamp": "<p>The point in time at which this <code>DevEndpoint</code> was last modified.</p>",
3814        "Job$CreatedOn": "<p>The time and date that this job definition was created.</p>",
3815        "Job$LastModifiedOn": "<p>The last point in time when this job definition was modified.</p>",
3816        "JobRun$StartedOn": "<p>The date and time at which this job run was started.</p>",
3817        "JobRun$LastModifiedOn": "<p>The last time that this job run was modified.</p>",
3818        "JobRun$CompletedOn": "<p>The date and time that this job run completed.</p>",
3819        "SecurityConfiguration$CreatedTimeStamp": "<p>The time at which this security configuration was created.</p>",
3820        "Workflow$CreatedOn": "<p>The date and time when the workflow was created.</p>",
3821        "Workflow$LastModifiedOn": "<p>The date and time when the workflow was last modified.</p>",
3822        "WorkflowRun$StartedOn": "<p>The date and time when the workflow run was started.</p>",
3823        "WorkflowRun$CompletedOn": "<p>The date and time when the workflow run completed.</p>"
3824      }
3825    },
3826    "Token": {
3827      "base": null,
3828      "refs": {
3829        "GetClassifiersRequest$NextToken": "<p>An optional continuation token.</p>",
3830        "GetClassifiersResponse$NextToken": "<p>A continuation token.</p>",
3831        "GetConnectionsRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>",
3832        "GetConnectionsResponse$NextToken": "<p>A continuation token, if the list of connections returned does not include the last of the filtered connections.</p>",
3833        "GetCrawlerMetricsRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>",
3834        "GetCrawlerMetricsResponse$NextToken": "<p>A continuation token, if the returned list does not contain the last metric available.</p>",
3835        "GetCrawlersRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>",
3836        "GetCrawlersResponse$NextToken": "<p>A continuation token, if the returned list has not reached the end of those defined in this customer account.</p>",
3837        "GetDatabasesRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>",
3838        "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>",
3839        "GetPartitionsRequest$NextToken": "<p>A continuation token, if this is not the first call to retrieve these partitions.</p>",
3840        "GetPartitionsResponse$NextToken": "<p>A continuation token, if the returned list of partitions does not include the last one.</p>",
3841        "GetTableVersionsRequest$NextToken": "<p>A continuation token, if this is not the first call.</p>",
3842        "GetTableVersionsResponse$NextToken": "<p>A continuation token, if the list of available versions does not include the last one.</p>",
3843        "GetTablesRequest$NextToken": "<p>A continuation token, included if this is a continuation call.</p>",
3844        "GetTablesResponse$NextToken": "<p>A continuation token, present if the current list segment is not the last.</p>",
3845        "GetUserDefinedFunctionsRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>",
3846        "GetUserDefinedFunctionsResponse$NextToken": "<p>A continuation token, if the list of functions returned does not include the last requested function.</p>",
3847        "ListCrawlersRequest$NextToken": "<p>A continuation token, if this is a continuation request.</p>",
3848        "ListCrawlersResponse$NextToken": "<p>A continuation token, if the returned list does not contain the last metric available.</p>",
3849        "SearchTablesRequest$NextToken": "<p>A continuation token, included if this is a continuation call.</p>",
3850        "SearchTablesResponse$NextToken": "<p>A continuation token, present if the current list segment is not the last.</p>"
3851      }
3852    },
3853    "TotalSegmentsInteger": {
3854      "base": null,
3855      "refs": {
3856        "Segment$TotalSegments": "<p>The total number of segments.</p>"
3857      }
3858    },
3859    "TransformFilterCriteria": {
3860      "base": "<p>The criteria used to filter the machine learning transforms.</p>",
3861      "refs": {
3862        "GetMLTransformsRequest$Filter": "<p>The filter transformation criteria.</p>",
3863        "ListMLTransformsRequest$Filter": "<p>A <code>TransformFilterCriteria</code> used to filter the machine learning transforms.</p>"
3864      }
3865    },
3866    "TransformIdList": {
3867      "base": null,
3868      "refs": {
3869        "ListMLTransformsResponse$TransformIds": "<p>The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.</p>"
3870      }
3871    },
3872    "TransformList": {
3873      "base": null,
3874      "refs": {
3875        "GetMLTransformsResponse$Transforms": "<p>A list of machine learning transforms.</p>"
3876      }
3877    },
3878    "TransformParameters": {
3879      "base": "<p>The algorithm-specific parameters that are associated with the machine learning transform.</p>",
3880      "refs": {
3881        "CreateMLTransformRequest$Parameters": "<p>The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type.</p>",
3882        "GetMLTransformResponse$Parameters": "<p>The configuration parameters that are specific to the algorithm used.</p>",
3883        "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>",
3884        "UpdateMLTransformRequest$Parameters": "<p>The configuration parameters that are specific to the transform type (algorithm) used. Conditionally dependent on the transform type.</p>"
3885      }
3886    },
3887    "TransformSchema": {
3888      "base": null,
3889      "refs": {
3890        "GetMLTransformResponse$Schema": "<p>The <code>Map&lt;Column, Type&gt;</code> object that represents the schema that this transform accepts. Has an upper bound of 100 columns.</p>",
3891        "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>",
3892        "TransformFilterCriteria$Schema": "<p>Filters on datasets with a specific schema. The <code>Map&lt;Column, Type&gt;</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>"
3893      }
3894    },
3895    "TransformSortColumnType": {
3896      "base": null,
3897      "refs": {
3898        "TransformSortCriteria$Column": "<p>The column to be used in the sorting criteria that are associated with the machine learning transform.</p>"
3899      }
3900    },
3901    "TransformSortCriteria": {
3902      "base": "<p>The sorting criteria that are associated with the machine learning transform.</p>",
3903      "refs": {
3904        "GetMLTransformsRequest$Sort": "<p>The sorting criteria.</p>",
3905        "ListMLTransformsRequest$Sort": "<p>A <code>TransformSortCriteria</code> used to sort the machine learning transforms.</p>"
3906      }
3907    },
3908    "TransformStatusType": {
3909      "base": null,
3910      "refs": {
3911        "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>",
3912        "MLTransform$Status": "<p>The current status of the machine learning transform.</p>",
3913        "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>"
3914      }
3915    },
3916    "TransformType": {
3917      "base": null,
3918      "refs": {
3919        "EvaluationMetrics$TransformType": "<p>The type of machine learning transform.</p>",
3920        "TransformFilterCriteria$TransformType": "<p>The type of machine learning transform that is used to filter the machine learning transforms.</p>",
3921        "TransformParameters$TransformType": "<p>The type of machine learning transform.</p> <p>For information about the types of machine learning transforms, see <a href=\"http://docs.aws.amazon.com/glue/latest/dg/add-job-machine-learning-transform.html\">Creating Machine Learning Transforms</a>.</p>"
3922      }
3923    },
3924    "Trigger": {
3925      "base": "<p>Information about a specific trigger.</p>",
3926      "refs": {
3927        "GetTriggerResponse$Trigger": "<p>The requested trigger definition.</p>",
3928        "TriggerList$member": null,
3929        "TriggerNodeDetails$Trigger": "<p>The information of the trigger represented by the trigger node.</p>",
3930        "UpdateTriggerResponse$Trigger": "<p>The resulting trigger definition.</p>"
3931      }
3932    },
3933    "TriggerList": {
3934      "base": null,
3935      "refs": {
3936        "BatchGetTriggersResponse$Triggers": "<p>A list of trigger definitions.</p>",
3937        "GetTriggersResponse$Triggers": "<p>A list of triggers for the specified job.</p>"
3938      }
3939    },
3940    "TriggerNameList": {
3941      "base": null,
3942      "refs": {
3943        "BatchGetTriggersRequest$TriggerNames": "<p>A list of trigger names, which may be the names returned from the <code>ListTriggers</code> operation.</p>",
3944        "BatchGetTriggersResponse$TriggersNotFound": "<p>A list of names of triggers not found.</p>",
3945        "ListTriggersResponse$TriggerNames": "<p>The names of all triggers in the account, or the triggers with the specified tags.</p>"
3946      }
3947    },
3948    "TriggerNodeDetails": {
3949      "base": "<p>The details of a Trigger node present in the workflow.</p>",
3950      "refs": {
3951        "Node$TriggerDetails": "<p>Details of the Trigger when the node represents a Trigger.</p>"
3952      }
3953    },
3954    "TriggerState": {
3955      "base": null,
3956      "refs": {
3957        "Trigger$State": "<p>The current state of the trigger.</p>"
3958      }
3959    },
3960    "TriggerType": {
3961      "base": null,
3962      "refs": {
3963        "CreateTriggerRequest$Type": "<p>The type of the new trigger.</p>",
3964        "Trigger$Type": "<p>The type of trigger that this is.</p>"
3965      }
3966    },
3967    "TriggerUpdate": {
3968      "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>",
3969      "refs": {
3970        "UpdateTriggerRequest$TriggerUpdate": "<p>The new values with which to update the trigger.</p>"
3971      }
3972    },
3973    "URI": {
3974      "base": null,
3975      "refs": {
3976        "Database$LocationUri": "<p>The location of the database (for example, an HDFS path).</p>",
3977        "DatabaseInput$LocationUri": "<p>The location of the database (for example, an HDFS path). </p>",
3978        "ResourceUri$Uri": "<p>The URI for accessing the resource.</p>"
3979      }
3980    },
3981    "UntagResourceRequest": {
3982      "base": null,
3983      "refs": {
3984      }
3985    },
3986    "UntagResourceResponse": {
3987      "base": null,
3988      "refs": {
3989      }
3990    },
3991    "UpdateBehavior": {
3992      "base": null,
3993      "refs": {
3994        "SchemaChangePolicy$UpdateBehavior": "<p>The update behavior when the crawler finds a changed schema.</p>"
3995      }
3996    },
3997    "UpdateClassifierRequest": {
3998      "base": null,
3999      "refs": {
4000      }
4001    },
4002    "UpdateClassifierResponse": {
4003      "base": null,
4004      "refs": {
4005      }
4006    },
4007    "UpdateConnectionRequest": {
4008      "base": null,
4009      "refs": {
4010      }
4011    },
4012    "UpdateConnectionResponse": {
4013      "base": null,
4014      "refs": {
4015      }
4016    },
4017    "UpdateCrawlerRequest": {
4018      "base": null,
4019      "refs": {
4020      }
4021    },
4022    "UpdateCrawlerResponse": {
4023      "base": null,
4024      "refs": {
4025      }
4026    },
4027    "UpdateCrawlerScheduleRequest": {
4028      "base": null,
4029      "refs": {
4030      }
4031    },
4032    "UpdateCrawlerScheduleResponse": {
4033      "base": null,
4034      "refs": {
4035      }
4036    },
4037    "UpdateCsvClassifierRequest": {
4038      "base": "<p>Specifies a custom CSV classifier to be updated.</p>",
4039      "refs": {
4040        "UpdateClassifierRequest$CsvClassifier": "<p>A <code>CsvClassifier</code> object with updated fields.</p>"
4041      }
4042    },
4043    "UpdateDatabaseRequest": {
4044      "base": null,
4045      "refs": {
4046      }
4047    },
4048    "UpdateDatabaseResponse": {
4049      "base": null,
4050      "refs": {
4051      }
4052    },
4053    "UpdateDevEndpointRequest": {
4054      "base": null,
4055      "refs": {
4056      }
4057    },
4058    "UpdateDevEndpointResponse": {
4059      "base": null,
4060      "refs": {
4061      }
4062    },
4063    "UpdateGrokClassifierRequest": {
4064      "base": "<p>Specifies a grok classifier to update when passed to <code>UpdateClassifier</code>.</p>",
4065      "refs": {
4066        "UpdateClassifierRequest$GrokClassifier": "<p>A <code>GrokClassifier</code> object with updated fields.</p>"
4067      }
4068    },
4069    "UpdateJobRequest": {
4070      "base": null,
4071      "refs": {
4072      }
4073    },
4074    "UpdateJobResponse": {
4075      "base": null,
4076      "refs": {
4077      }
4078    },
4079    "UpdateJsonClassifierRequest": {
4080      "base": "<p>Specifies a JSON classifier to be updated.</p>",
4081      "refs": {
4082        "UpdateClassifierRequest$JsonClassifier": "<p>A <code>JsonClassifier</code> object with updated fields.</p>"
4083      }
4084    },
4085    "UpdateMLTransformRequest": {
4086      "base": null,
4087      "refs": {
4088      }
4089    },
4090    "UpdateMLTransformResponse": {
4091      "base": null,
4092      "refs": {
4093      }
4094    },
4095    "UpdatePartitionRequest": {
4096      "base": null,
4097      "refs": {
4098      }
4099    },
4100    "UpdatePartitionResponse": {
4101      "base": null,
4102      "refs": {
4103      }
4104    },
4105    "UpdateTableRequest": {
4106      "base": null,
4107      "refs": {
4108      }
4109    },
4110    "UpdateTableResponse": {
4111      "base": null,
4112      "refs": {
4113      }
4114    },
4115    "UpdateTriggerRequest": {
4116      "base": null,
4117      "refs": {
4118      }
4119    },
4120    "UpdateTriggerResponse": {
4121      "base": null,
4122      "refs": {
4123      }
4124    },
4125    "UpdateUserDefinedFunctionRequest": {
4126      "base": null,
4127      "refs": {
4128      }
4129    },
4130    "UpdateUserDefinedFunctionResponse": {
4131      "base": null,
4132      "refs": {
4133      }
4134    },
4135    "UpdateWorkflowRequest": {
4136      "base": null,
4137      "refs": {
4138      }
4139    },
4140    "UpdateWorkflowResponse": {
4141      "base": null,
4142      "refs": {
4143      }
4144    },
4145    "UpdateXMLClassifierRequest": {
4146      "base": "<p>Specifies an XML classifier to be updated.</p>",
4147      "refs": {
4148        "UpdateClassifierRequest$XMLClassifier": "<p>An <code>XMLClassifier</code> object with updated fields.</p>"
4149      }
4150    },
4151    "UriString": {
4152      "base": null,
4153      "refs": {
4154        "CreateJobRequest$LogUri": "<p>This field is reserved for future use.</p>",
4155        "ExportLabelsTaskRunProperties$OutputS3Path": "<p>The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.</p>",
4156        "ImportLabelsTaskRunProperties$InputS3Path": "<p>The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.</p>",
4157        "Job$LogUri": "<p>This field is reserved for future use.</p>",
4158        "JobUpdate$LogUri": "<p>This field is reserved for future use.</p>",
4159        "LabelingSetGenerationTaskRunProperties$OutputS3Path": "<p>The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.</p>",
4160        "StartExportLabelsTaskRunRequest$OutputS3Path": "<p>The Amazon S3 path where you export the labels.</p>",
4161        "StartImportLabelsTaskRunRequest$InputS3Path": "<p>The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.</p>",
4162        "StartMLLabelingSetGenerationTaskRunRequest$OutputS3Path": "<p>The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.</p>"
4163      }
4164    },
4165    "UserDefinedFunction": {
4166      "base": "<p>Represents the equivalent of a Hive user-defined function (<code>UDF</code>) definition.</p>",
4167      "refs": {
4168        "GetUserDefinedFunctionResponse$UserDefinedFunction": "<p>The requested function definition.</p>",
4169        "UserDefinedFunctionList$member": null
4170      }
4171    },
4172    "UserDefinedFunctionInput": {
4173      "base": "<p>A structure used to create or update a user-defined function.</p>",
4174      "refs": {
4175        "CreateUserDefinedFunctionRequest$FunctionInput": "<p>A <code>FunctionInput</code> object that defines the function to create in the Data Catalog.</p>",
4176        "UpdateUserDefinedFunctionRequest$FunctionInput": "<p>A <code>FunctionInput</code> object that redefines the function in the Data Catalog.</p>"
4177      }
4178    },
4179    "UserDefinedFunctionList": {
4180      "base": null,
4181      "refs": {
4182        "GetUserDefinedFunctionsResponse$UserDefinedFunctions": "<p>A list of requested function definitions.</p>"
4183      }
4184    },
4185    "ValidationException": {
4186      "base": "<p>A value could not be validated.</p>",
4187      "refs": {
4188      }
4189    },
4190    "ValueString": {
4191      "base": null,
4192      "refs": {
4193        "BoundedPartitionValueList$member": null,
4194        "ConnectionProperties$value": null,
4195        "PropertyPredicate$Key": "<p>The key of the property.</p>",
4196        "PropertyPredicate$Value": "<p>The value of the property.</p>",
4197        "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>",
4198        "SortCriterion$FieldName": "<p>The name of the field on which to sort.</p>",
4199        "ValueStringList$member": null
4200      }
4201    },
4202    "ValueStringList": {
4203      "base": null,
4204      "refs": {
4205        "DeletePartitionRequest$PartitionValues": "<p>The values that define the partition.</p>",
4206        "GetPartitionRequest$PartitionValues": "<p>The values that define the partition.</p>",
4207        "Partition$Values": "<p>The values of the partition.</p>",
4208        "PartitionError$PartitionValues": "<p>The values that define the partition.</p>",
4209        "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 AWS Glue will add the values to the wrong keys.</p>",
4210        "PartitionValueList$Values": "<p>The list of values.</p>"
4211      }
4212    },
4213    "VersionId": {
4214      "base": null,
4215      "refs": {
4216        "Crawler$Version": "<p>The version of the crawler.</p>",
4217        "CsvClassifier$Version": "<p>The version of this classifier.</p>",
4218        "GrokClassifier$Version": "<p>The version of this classifier.</p>",
4219        "JsonClassifier$Version": "<p>The version of this classifier.</p>",
4220        "XMLClassifier$Version": "<p>The version of this classifier.</p>"
4221      }
4222    },
4223    "VersionMismatchException": {
4224      "base": "<p>There was a version conflict.</p>",
4225      "refs": {
4226      }
4227    },
4228    "VersionString": {
4229      "base": null,
4230      "refs": {
4231        "BatchDeleteTableVersionList$member": null,
4232        "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>",
4233        "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>",
4234        "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>",
4235        "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>"
4236      }
4237    },
4238    "ViewTextString": {
4239      "base": null,
4240      "refs": {
4241        "Table$ViewOriginalText": "<p>If the table is a view, the original text of the view; otherwise <code>null</code>.</p>",
4242        "Table$ViewExpandedText": "<p>If the table is a view, the expanded text of the view; otherwise <code>null</code>.</p>",
4243        "TableInput$ViewOriginalText": "<p>If the table is a view, the original text of the view; otherwise <code>null</code>.</p>",
4244        "TableInput$ViewExpandedText": "<p>If the table is a view, the expanded text of the view; otherwise <code>null</code>.</p>"
4245      }
4246    },
4247    "WorkerType": {
4248      "base": null,
4249      "refs": {
4250        "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>",
4251        "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>",
4252        "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>",
4253        "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>",
4254        "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>",
4255        "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>",
4256        "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>",
4257        "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>",
4258        "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>",
4259        "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>",
4260        "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>",
4261        "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>"
4262      }
4263    },
4264    "Workflow": {
4265      "base": "<p>A workflow represents a flow in which AWS Glue components should be executed to complete a logical task.</p>",
4266      "refs": {
4267        "GetWorkflowResponse$Workflow": "<p>The resource metadata for the workflow.</p>",
4268        "Workflows$member": null
4269      }
4270    },
4271    "WorkflowGraph": {
4272      "base": "<p>A workflow graph represents the complete workflow containing all the AWS Glue components present in the workflow and all the directed connections between them.</p>",
4273      "refs": {
4274        "Workflow$Graph": "<p>The graph representing all the AWS Glue components that belong to the workflow as nodes and directed connections between them as edges.</p>",
4275        "WorkflowRun$Graph": "<p>The graph representing all the AWS Glue components that belong to the workflow as nodes and directed connections between them as edges.</p>"
4276      }
4277    },
4278    "WorkflowNames": {
4279      "base": null,
4280      "refs": {
4281        "BatchGetWorkflowsRequest$Names": "<p>A list of workflow names, which may be the names returned from the <code>ListWorkflows</code> operation.</p>",
4282        "BatchGetWorkflowsResponse$MissingWorkflows": "<p>A list of names of workflows not found.</p>",
4283        "ListWorkflowsResponse$Workflows": "<p>List of names of workflows in the account.</p>"
4284      }
4285    },
4286    "WorkflowRun": {
4287      "base": "<p>A workflow run is an execution of a workflow providing all the runtime information.</p>",
4288      "refs": {
4289        "GetWorkflowRunResponse$Run": "<p>The requested workflow run metadata.</p>",
4290        "Workflow$LastRun": "<p>The information about the last execution of the workflow.</p>",
4291        "WorkflowRuns$member": null
4292      }
4293    },
4294    "WorkflowRunProperties": {
4295      "base": null,
4296      "refs": {
4297        "CreateWorkflowRequest$DefaultRunProperties": "<p>A collection of properties to be used as part of each execution of the workflow.</p>",
4298        "GetWorkflowRunPropertiesResponse$RunProperties": "<p>The workflow run properties which were set during the specified run.</p>",
4299        "PutWorkflowRunPropertiesRequest$RunProperties": "<p>The properties to put for the specified run.</p>",
4300        "UpdateWorkflowRequest$DefaultRunProperties": "<p>A collection of properties to be used as part of each execution of the workflow.</p>",
4301        "Workflow$DefaultRunProperties": "<p>A collection of properties to be used as part of each execution of the workflow.</p>",
4302        "WorkflowRun$WorkflowRunProperties": "<p>The workflow run properties which were set during the run.</p>"
4303      }
4304    },
4305    "WorkflowRunStatistics": {
4306      "base": "<p>Workflow run statistics provides statistics about the workflow run.</p>",
4307      "refs": {
4308        "WorkflowRun$Statistics": "<p>The statistics of the run.</p>"
4309      }
4310    },
4311    "WorkflowRunStatus": {
4312      "base": null,
4313      "refs": {
4314        "WorkflowRun$Status": "<p>The status of the workflow run.</p>"
4315      }
4316    },
4317    "WorkflowRuns": {
4318      "base": null,
4319      "refs": {
4320        "GetWorkflowRunsResponse$Runs": "<p>A list of workflow run metadata objects.</p>"
4321      }
4322    },
4323    "Workflows": {
4324      "base": null,
4325      "refs": {
4326        "BatchGetWorkflowsResponse$Workflows": "<p>A list of workflow resource metadata.</p>"
4327      }
4328    },
4329    "XMLClassifier": {
4330      "base": "<p>A classifier for <code>XML</code> content.</p>",
4331      "refs": {
4332        "Classifier$XMLClassifier": "<p>A classifier for XML content.</p>"
4333      }
4334    }
4335  }
4336}
4337