1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.databrew#AWSGlueDataBrew": {
33            "type": "service",
34            "version": "2017-07-25",
35            "operations": [
36                {
37                    "target": "com.amazonaws.databrew#BatchDeleteRecipeVersion"
38                },
39                {
40                    "target": "com.amazonaws.databrew#CreateDataset"
41                },
42                {
43                    "target": "com.amazonaws.databrew#CreateProfileJob"
44                },
45                {
46                    "target": "com.amazonaws.databrew#CreateProject"
47                },
48                {
49                    "target": "com.amazonaws.databrew#CreateRecipe"
50                },
51                {
52                    "target": "com.amazonaws.databrew#CreateRecipeJob"
53                },
54                {
55                    "target": "com.amazonaws.databrew#CreateSchedule"
56                },
57                {
58                    "target": "com.amazonaws.databrew#DeleteDataset"
59                },
60                {
61                    "target": "com.amazonaws.databrew#DeleteJob"
62                },
63                {
64                    "target": "com.amazonaws.databrew#DeleteProject"
65                },
66                {
67                    "target": "com.amazonaws.databrew#DeleteRecipeVersion"
68                },
69                {
70                    "target": "com.amazonaws.databrew#DeleteSchedule"
71                },
72                {
73                    "target": "com.amazonaws.databrew#DescribeDataset"
74                },
75                {
76                    "target": "com.amazonaws.databrew#DescribeJob"
77                },
78                {
79                    "target": "com.amazonaws.databrew#DescribeJobRun"
80                },
81                {
82                    "target": "com.amazonaws.databrew#DescribeProject"
83                },
84                {
85                    "target": "com.amazonaws.databrew#DescribeRecipe"
86                },
87                {
88                    "target": "com.amazonaws.databrew#DescribeSchedule"
89                },
90                {
91                    "target": "com.amazonaws.databrew#ListDatasets"
92                },
93                {
94                    "target": "com.amazonaws.databrew#ListJobRuns"
95                },
96                {
97                    "target": "com.amazonaws.databrew#ListJobs"
98                },
99                {
100                    "target": "com.amazonaws.databrew#ListProjects"
101                },
102                {
103                    "target": "com.amazonaws.databrew#ListRecipes"
104                },
105                {
106                    "target": "com.amazonaws.databrew#ListRecipeVersions"
107                },
108                {
109                    "target": "com.amazonaws.databrew#ListSchedules"
110                },
111                {
112                    "target": "com.amazonaws.databrew#ListTagsForResource"
113                },
114                {
115                    "target": "com.amazonaws.databrew#PublishRecipe"
116                },
117                {
118                    "target": "com.amazonaws.databrew#SendProjectSessionAction"
119                },
120                {
121                    "target": "com.amazonaws.databrew#StartJobRun"
122                },
123                {
124                    "target": "com.amazonaws.databrew#StartProjectSession"
125                },
126                {
127                    "target": "com.amazonaws.databrew#StopJobRun"
128                },
129                {
130                    "target": "com.amazonaws.databrew#TagResource"
131                },
132                {
133                    "target": "com.amazonaws.databrew#UntagResource"
134                },
135                {
136                    "target": "com.amazonaws.databrew#UpdateDataset"
137                },
138                {
139                    "target": "com.amazonaws.databrew#UpdateProfileJob"
140                },
141                {
142                    "target": "com.amazonaws.databrew#UpdateProject"
143                },
144                {
145                    "target": "com.amazonaws.databrew#UpdateRecipe"
146                },
147                {
148                    "target": "com.amazonaws.databrew#UpdateRecipeJob"
149                },
150                {
151                    "target": "com.amazonaws.databrew#UpdateSchedule"
152                }
153            ],
154            "traits": {
155                "aws.api#service": {
156                    "sdkId": "DataBrew",
157                    "arnNamespace": "databrew",
158                    "cloudFormationName": "DataBrew",
159                    "cloudTrailEventSource": "databrew.amazonaws.com",
160                    "endpointPrefix": "databrew"
161                },
162                "aws.auth#sigv4": {
163                    "name": "databrew"
164                },
165                "aws.protocols#restJson1": {},
166                "smithy.api#documentation": "<p>AWS Glue DataBrew is a visual, cloud-scale data-preparation service. DataBrew\n            simplifies data preparation tasks, targeting data issues that are hard to spot and\n            time-consuming to fix. DataBrew empowers users of all technical levels to visualize the\n            data and perform one-click data transformations, with no coding required.</p>",
167                "smithy.api#title": "AWS Glue DataBrew"
168            }
169        },
170        "com.amazonaws.databrew#AccessDeniedException": {
171            "type": "structure",
172            "members": {
173                "Message": {
174                    "target": "com.amazonaws.databrew#Message"
175                }
176            },
177            "traits": {
178                "smithy.api#documentation": "<p>Access to the specified resource was denied.</p>",
179                "smithy.api#error": "client",
180                "smithy.api#httpError": 403
181            }
182        },
183        "com.amazonaws.databrew#AccountId": {
184            "type": "string",
185            "traits": {
186                "smithy.api#length": {
187                    "min": 0,
188                    "max": 255
189                }
190            }
191        },
192        "com.amazonaws.databrew#ActionId": {
193            "type": "integer",
194            "traits": {
195                "smithy.api#box": {}
196            }
197        },
198        "com.amazonaws.databrew#Arn": {
199            "type": "string",
200            "traits": {
201                "smithy.api#length": {
202                    "min": 20,
203                    "max": 2048
204                }
205            }
206        },
207        "com.amazonaws.databrew#AssumeControl": {
208            "type": "boolean"
209        },
210        "com.amazonaws.databrew#Attempt": {
211            "type": "integer"
212        },
213        "com.amazonaws.databrew#BatchDeleteRecipeVersion": {
214            "type": "operation",
215            "input": {
216                "target": "com.amazonaws.databrew#BatchDeleteRecipeVersionRequest"
217            },
218            "output": {
219                "target": "com.amazonaws.databrew#BatchDeleteRecipeVersionResponse"
220            },
221            "errors": [
222                {
223                    "target": "com.amazonaws.databrew#ConflictException"
224                },
225                {
226                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
227                },
228                {
229                    "target": "com.amazonaws.databrew#ValidationException"
230                }
231            ],
232            "traits": {
233                "smithy.api#documentation": "<p>Deletes one or more versions of a recipe at a time.</p>\n\n        <p>The entire request will be rejected if:</p>\n        <ul>\n            <li>\n                <p>The recipe does not exist.</p>\n            </li>\n            <li>\n                <p>There is an invalid version identifier in the list of versions.</p>\n            </li>\n            <li>\n                <p>The version list is empty.</p>\n            </li>\n            <li>\n                <p>The version list size exceeds 50.</p>\n            </li>\n            <li>\n                <p>The version list contains duplicate entries.</p>\n            </li>\n         </ul>\n\n        <p>The request will complete successfully, but with partial failures, if:</p>\n        <ul>\n            <li>\n                <p>A version does not exist.</p>\n            </li>\n            <li>\n                <p>A version is being used by a job.</p>\n            </li>\n            <li>\n                <p>You specify <code>LATEST_WORKING</code>, but it's being used by a\n                    project.</p>\n            </li>\n            <li>\n                <p>The version fails to be deleted.</p>\n            </li>\n         </ul>\n        <p>The <code>LATEST_WORKING</code> version will only be deleted if the recipe has no\n            other versions. If you try to delete <code>LATEST_WORKING</code> while other versions\n            exist (or if they can't be deleted), then <code>LATEST_WORKING</code> will be listed as\n            partial failure in the response.</p>",
234                "smithy.api#http": {
235                    "method": "POST",
236                    "uri": "/recipes/{Name}/batchDeleteRecipeVersion",
237                    "code": 200
238                }
239            }
240        },
241        "com.amazonaws.databrew#BatchDeleteRecipeVersionRequest": {
242            "type": "structure",
243            "members": {
244                "Name": {
245                    "target": "com.amazonaws.databrew#RecipeName",
246                    "traits": {
247                        "smithy.api#documentation": "<p>The name of the recipe whose versions are to be deleted.</p>",
248                        "smithy.api#httpLabel": {},
249                        "smithy.api#required": {}
250                    }
251                },
252                "RecipeVersions": {
253                    "target": "com.amazonaws.databrew#RecipeVersionList",
254                    "traits": {
255                        "smithy.api#documentation": "<p>An array of version identifiers, for the recipe versions to be deleted. You can\n            specify numeric versions (<code>X.Y</code>) or <code>LATEST_WORKING</code>.\n                <code>LATEST_PUBLISHED</code> is not supported.</p>",
256                        "smithy.api#required": {}
257                    }
258                }
259            }
260        },
261        "com.amazonaws.databrew#BatchDeleteRecipeVersionResponse": {
262            "type": "structure",
263            "members": {
264                "Name": {
265                    "target": "com.amazonaws.databrew#RecipeName",
266                    "traits": {
267                        "smithy.api#documentation": "<p>The name of the recipe that was modified.</p>",
268                        "smithy.api#required": {}
269                    }
270                },
271                "Errors": {
272                    "target": "com.amazonaws.databrew#RecipeErrorList",
273                    "traits": {
274                        "smithy.api#documentation": "<p>Errors, if any, that occurred while attempting to delete the recipe versions.</p>"
275                    }
276                }
277            }
278        },
279        "com.amazonaws.databrew#Bucket": {
280            "type": "string",
281            "traits": {
282                "smithy.api#length": {
283                    "min": 3,
284                    "max": 63
285                }
286            }
287        },
288        "com.amazonaws.databrew#CatalogId": {
289            "type": "string",
290            "traits": {
291                "smithy.api#length": {
292                    "min": 1,
293                    "max": 255
294                }
295            }
296        },
297        "com.amazonaws.databrew#ClientSessionId": {
298            "type": "string",
299            "traits": {
300                "smithy.api#length": {
301                    "min": 1,
302                    "max": 255
303                },
304                "smithy.api#pattern": "^[a-zA-Z0-9][a-zA-Z0-9-]*$"
305            }
306        },
307        "com.amazonaws.databrew#ColumnName": {
308            "type": "string",
309            "traits": {
310                "smithy.api#length": {
311                    "min": 1,
312                    "max": 255
313                }
314            }
315        },
316        "com.amazonaws.databrew#ColumnNameList": {
317            "type": "list",
318            "member": {
319                "target": "com.amazonaws.databrew#ColumnName"
320            },
321            "traits": {
322                "smithy.api#length": {
323                    "min": 0,
324                    "max": 200
325                }
326            }
327        },
328        "com.amazonaws.databrew#ColumnRange": {
329            "type": "integer",
330            "traits": {
331                "smithy.api#box": {},
332                "smithy.api#range": {
333                    "min": 0,
334                    "max": 20
335                }
336            }
337        },
338        "com.amazonaws.databrew#CompressionFormat": {
339            "type": "string",
340            "traits": {
341                "smithy.api#enum": [
342                    {
343                        "value": "GZIP",
344                        "name": "GZIP"
345                    },
346                    {
347                        "value": "LZ4",
348                        "name": "LZ4"
349                    },
350                    {
351                        "value": "SNAPPY",
352                        "name": "SNAPPY"
353                    },
354                    {
355                        "value": "BZIP2",
356                        "name": "BZIP2"
357                    },
358                    {
359                        "value": "DEFLATE",
360                        "name": "DEFLATE"
361                    },
362                    {
363                        "value": "LZO",
364                        "name": "LZO"
365                    },
366                    {
367                        "value": "BROTLI",
368                        "name": "BROTLI"
369                    },
370                    {
371                        "value": "ZSTD",
372                        "name": "ZSTD"
373                    },
374                    {
375                        "value": "ZLIB",
376                        "name": "ZLIB"
377                    }
378                ]
379            }
380        },
381        "com.amazonaws.databrew#Condition": {
382            "type": "string",
383            "traits": {
384                "smithy.api#length": {
385                    "min": 1,
386                    "max": 128
387                },
388                "smithy.api#pattern": "^[A-Z\\_]+$"
389            }
390        },
391        "com.amazonaws.databrew#ConditionExpression": {
392            "type": "structure",
393            "members": {
394                "Condition": {
395                    "target": "com.amazonaws.databrew#Condition",
396                    "traits": {
397                        "smithy.api#documentation": "<p>A specific condition to apply to a recipe action. For more information, see <a href=\"https://docs.aws.amazon.com/databrew/latest/dg/recipes.html#recipes.structure\">Recipe\n                structure</a> in the <i>AWS Glue DataBrew Developer\n            Guide</i>.</p>",
398                        "smithy.api#required": {}
399                    }
400                },
401                "Value": {
402                    "target": "com.amazonaws.databrew#ConditionValue",
403                    "traits": {
404                        "smithy.api#documentation": "<p>A value that the condition must evaluate to for the condition to succeed.</p>"
405                    }
406                },
407                "TargetColumn": {
408                    "target": "com.amazonaws.databrew#TargetColumn",
409                    "traits": {
410                        "smithy.api#documentation": "<p>A column to apply this condition to.</p>",
411                        "smithy.api#required": {}
412                    }
413                }
414            },
415            "traits": {
416                "smithy.api#documentation": "<p>Represents an individual condition that evaluates to true or false.</p>\n        <p>Conditions are used with recipe actions. The action is only performed for column values where the condition evaluates to true.</p>\n        <p>If a recipe requires more than one condition, then the recipe must specify multiple <code>ConditionExpression</code> elements. Each condition is applied to the rows in a dataset first, before the recipe action is performed.</p>"
417            }
418        },
419        "com.amazonaws.databrew#ConditionExpressionList": {
420            "type": "list",
421            "member": {
422                "target": "com.amazonaws.databrew#ConditionExpression"
423            }
424        },
425        "com.amazonaws.databrew#ConditionValue": {
426            "type": "string",
427            "traits": {
428                "smithy.api#length": {
429                    "min": 0,
430                    "max": 1024
431                }
432            }
433        },
434        "com.amazonaws.databrew#ConflictException": {
435            "type": "structure",
436            "members": {
437                "Message": {
438                    "target": "com.amazonaws.databrew#Message"
439                }
440            },
441            "traits": {
442                "smithy.api#documentation": "<p>Updating or deleting a resource can cause an inconsistent state.</p>",
443                "smithy.api#error": "client",
444                "smithy.api#httpError": 409
445            }
446        },
447        "com.amazonaws.databrew#CreateColumn": {
448            "type": "boolean"
449        },
450        "com.amazonaws.databrew#CreateDataset": {
451            "type": "operation",
452            "input": {
453                "target": "com.amazonaws.databrew#CreateDatasetRequest"
454            },
455            "output": {
456                "target": "com.amazonaws.databrew#CreateDatasetResponse"
457            },
458            "errors": [
459                {
460                    "target": "com.amazonaws.databrew#AccessDeniedException"
461                },
462                {
463                    "target": "com.amazonaws.databrew#ConflictException"
464                },
465                {
466                    "target": "com.amazonaws.databrew#ServiceQuotaExceededException"
467                },
468                {
469                    "target": "com.amazonaws.databrew#ValidationException"
470                }
471            ],
472            "traits": {
473                "smithy.api#documentation": "<p>Creates a new DataBrew dataset.</p>",
474                "smithy.api#http": {
475                    "method": "POST",
476                    "uri": "/datasets",
477                    "code": 200
478                }
479            }
480        },
481        "com.amazonaws.databrew#CreateDatasetRequest": {
482            "type": "structure",
483            "members": {
484                "Name": {
485                    "target": "com.amazonaws.databrew#DatasetName",
486                    "traits": {
487                        "smithy.api#documentation": "<p>The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z,\n            0-9), hyphen (-), period (.), and space.</p>",
488                        "smithy.api#required": {}
489                    }
490                },
491                "Format": {
492                    "target": "com.amazonaws.databrew#InputFormat",
493                    "traits": {
494                        "smithy.api#documentation": "<p>The file format of a dataset that is created from an S3 file or folder.</p>"
495                    }
496                },
497                "FormatOptions": {
498                    "target": "com.amazonaws.databrew#FormatOptions"
499                },
500                "Input": {
501                    "target": "com.amazonaws.databrew#Input",
502                    "traits": {
503                        "smithy.api#required": {}
504                    }
505                },
506                "PathOptions": {
507                    "target": "com.amazonaws.databrew#PathOptions",
508                    "traits": {
509                        "smithy.api#documentation": "<p>A set of options that defines how DataBrew interprets an S3 path of the dataset.</p>"
510                    }
511                },
512                "Tags": {
513                    "target": "com.amazonaws.databrew#TagMap",
514                    "traits": {
515                        "smithy.api#documentation": "<p>Metadata tags to apply to this dataset.</p>"
516                    }
517                }
518            }
519        },
520        "com.amazonaws.databrew#CreateDatasetResponse": {
521            "type": "structure",
522            "members": {
523                "Name": {
524                    "target": "com.amazonaws.databrew#DatasetName",
525                    "traits": {
526                        "smithy.api#documentation": "<p>The name of the dataset that you created.</p>",
527                        "smithy.api#required": {}
528                    }
529                }
530            }
531        },
532        "com.amazonaws.databrew#CreateProfileJob": {
533            "type": "operation",
534            "input": {
535                "target": "com.amazonaws.databrew#CreateProfileJobRequest"
536            },
537            "output": {
538                "target": "com.amazonaws.databrew#CreateProfileJobResponse"
539            },
540            "errors": [
541                {
542                    "target": "com.amazonaws.databrew#AccessDeniedException"
543                },
544                {
545                    "target": "com.amazonaws.databrew#ConflictException"
546                },
547                {
548                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
549                },
550                {
551                    "target": "com.amazonaws.databrew#ServiceQuotaExceededException"
552                },
553                {
554                    "target": "com.amazonaws.databrew#ValidationException"
555                }
556            ],
557            "traits": {
558                "smithy.api#documentation": "<p>Creates a new job to analyze a dataset and create its data profile.</p>",
559                "smithy.api#http": {
560                    "method": "POST",
561                    "uri": "/profileJobs",
562                    "code": 200
563                }
564            }
565        },
566        "com.amazonaws.databrew#CreateProfileJobRequest": {
567            "type": "structure",
568            "members": {
569                "DatasetName": {
570                    "target": "com.amazonaws.databrew#DatasetName",
571                    "traits": {
572                        "smithy.api#documentation": "<p>The name of the dataset that this job is to act upon.</p>",
573                        "smithy.api#required": {}
574                    }
575                },
576                "EncryptionKeyArn": {
577                    "target": "com.amazonaws.databrew#EncryptionKeyArn",
578                    "traits": {
579                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of an encryption key that is used to protect the\n            job.</p>"
580                    }
581                },
582                "EncryptionMode": {
583                    "target": "com.amazonaws.databrew#EncryptionMode",
584                    "traits": {
585                        "smithy.api#documentation": "<p>The encryption mode for the job, which can be one of the following:</p>\n        <ul>\n            <li>\n                <p>\n                  <code>SSE-KMS</code> - <code>SSE-KMS</code> - Server-side encryption with AWS\n                    KMS-managed keys.</p>\n            </li>\n            <li>\n                <p>\n                  <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon\n                    S3.</p>\n            </li>\n         </ul>"
586                    }
587                },
588                "Name": {
589                    "target": "com.amazonaws.databrew#JobName",
590                    "traits": {
591                        "smithy.api#documentation": "<p>The name of the job to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9),\n            hyphen (-), period (.), and space.</p>",
592                        "smithy.api#required": {}
593                    }
594                },
595                "LogSubscription": {
596                    "target": "com.amazonaws.databrew#LogSubscription",
597                    "traits": {
598                        "smithy.api#documentation": "<p>Enables or disables Amazon CloudWatch logging for the job. If logging is enabled,\n            CloudWatch writes one log stream for each job run.</p>"
599                    }
600                },
601                "MaxCapacity": {
602                    "target": "com.amazonaws.databrew#MaxCapacity",
603                    "traits": {
604                        "smithy.api#documentation": "<p>The maximum number of nodes that DataBrew can use when the job processes data.</p>"
605                    }
606                },
607                "MaxRetries": {
608                    "target": "com.amazonaws.databrew#MaxRetries",
609                    "traits": {
610                        "smithy.api#documentation": "<p>The maximum number of times to retry the job after a job run fails.</p>"
611                    }
612                },
613                "OutputLocation": {
614                    "target": "com.amazonaws.databrew#S3Location",
615                    "traits": {
616                        "smithy.api#required": {}
617                    }
618                },
619                "RoleArn": {
620                    "target": "com.amazonaws.databrew#Arn",
621                    "traits": {
622                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to\n            be assumed when DataBrew runs the job.</p>",
623                        "smithy.api#required": {}
624                    }
625                },
626                "Tags": {
627                    "target": "com.amazonaws.databrew#TagMap",
628                    "traits": {
629                        "smithy.api#documentation": "<p>Metadata tags to apply to this job.</p>"
630                    }
631                },
632                "Timeout": {
633                    "target": "com.amazonaws.databrew#Timeout",
634                    "traits": {
635                        "smithy.api#documentation": "<p>The job's timeout in minutes. A job that attempts to run longer than this timeout\n            period ends with a status of <code>TIMEOUT</code>.</p>"
636                    }
637                },
638                "JobSample": {
639                    "target": "com.amazonaws.databrew#JobSample",
640                    "traits": {
641                        "smithy.api#documentation": "<p>Sample configuration for profile jobs only. Determines the number of rows on which the\n            profile job will be executed. If a JobSample value is not provided, the default value\n            will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the\n            size parameter.</p>"
642                    }
643                }
644            }
645        },
646        "com.amazonaws.databrew#CreateProfileJobResponse": {
647            "type": "structure",
648            "members": {
649                "Name": {
650                    "target": "com.amazonaws.databrew#JobName",
651                    "traits": {
652                        "smithy.api#documentation": "<p>The name of the job that was created.</p>",
653                        "smithy.api#required": {}
654                    }
655                }
656            }
657        },
658        "com.amazonaws.databrew#CreateProject": {
659            "type": "operation",
660            "input": {
661                "target": "com.amazonaws.databrew#CreateProjectRequest"
662            },
663            "output": {
664                "target": "com.amazonaws.databrew#CreateProjectResponse"
665            },
666            "errors": [
667                {
668                    "target": "com.amazonaws.databrew#ConflictException"
669                },
670                {
671                    "target": "com.amazonaws.databrew#InternalServerException"
672                },
673                {
674                    "target": "com.amazonaws.databrew#ServiceQuotaExceededException"
675                },
676                {
677                    "target": "com.amazonaws.databrew#ValidationException"
678                }
679            ],
680            "traits": {
681                "smithy.api#documentation": "<p>Creates a new DataBrew project.</p>",
682                "smithy.api#http": {
683                    "method": "POST",
684                    "uri": "/projects",
685                    "code": 200
686                }
687            }
688        },
689        "com.amazonaws.databrew#CreateProjectRequest": {
690            "type": "structure",
691            "members": {
692                "DatasetName": {
693                    "target": "com.amazonaws.databrew#DatasetName",
694                    "traits": {
695                        "smithy.api#documentation": "<p>The name of an existing dataset to associate this project with.</p>",
696                        "smithy.api#required": {}
697                    }
698                },
699                "Name": {
700                    "target": "com.amazonaws.databrew#ProjectName",
701                    "traits": {
702                        "smithy.api#documentation": "<p>A unique name for the new project. Valid characters are alphanumeric (A-Z, a-z, 0-9),\n            hyphen (-), period (.), and space.</p>",
703                        "smithy.api#required": {}
704                    }
705                },
706                "RecipeName": {
707                    "target": "com.amazonaws.databrew#RecipeName",
708                    "traits": {
709                        "smithy.api#documentation": "<p>The name of an existing recipe to associate with the project.</p>",
710                        "smithy.api#required": {}
711                    }
712                },
713                "Sample": {
714                    "target": "com.amazonaws.databrew#Sample"
715                },
716                "RoleArn": {
717                    "target": "com.amazonaws.databrew#Arn",
718                    "traits": {
719                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to\n            be assumed for this request.</p>",
720                        "smithy.api#required": {}
721                    }
722                },
723                "Tags": {
724                    "target": "com.amazonaws.databrew#TagMap",
725                    "traits": {
726                        "smithy.api#documentation": "<p>Metadata tags to apply to this project.</p>"
727                    }
728                }
729            }
730        },
731        "com.amazonaws.databrew#CreateProjectResponse": {
732            "type": "structure",
733            "members": {
734                "Name": {
735                    "target": "com.amazonaws.databrew#ProjectName",
736                    "traits": {
737                        "smithy.api#documentation": "<p>The name of the project that you created.</p>",
738                        "smithy.api#required": {}
739                    }
740                }
741            }
742        },
743        "com.amazonaws.databrew#CreateRecipe": {
744            "type": "operation",
745            "input": {
746                "target": "com.amazonaws.databrew#CreateRecipeRequest"
747            },
748            "output": {
749                "target": "com.amazonaws.databrew#CreateRecipeResponse"
750            },
751            "errors": [
752                {
753                    "target": "com.amazonaws.databrew#ConflictException"
754                },
755                {
756                    "target": "com.amazonaws.databrew#ServiceQuotaExceededException"
757                },
758                {
759                    "target": "com.amazonaws.databrew#ValidationException"
760                }
761            ],
762            "traits": {
763                "smithy.api#documentation": "<p>Creates a new DataBrew recipe.</p>",
764                "smithy.api#http": {
765                    "method": "POST",
766                    "uri": "/recipes",
767                    "code": 200
768                }
769            }
770        },
771        "com.amazonaws.databrew#CreateRecipeJob": {
772            "type": "operation",
773            "input": {
774                "target": "com.amazonaws.databrew#CreateRecipeJobRequest"
775            },
776            "output": {
777                "target": "com.amazonaws.databrew#CreateRecipeJobResponse"
778            },
779            "errors": [
780                {
781                    "target": "com.amazonaws.databrew#AccessDeniedException"
782                },
783                {
784                    "target": "com.amazonaws.databrew#ConflictException"
785                },
786                {
787                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
788                },
789                {
790                    "target": "com.amazonaws.databrew#ServiceQuotaExceededException"
791                },
792                {
793                    "target": "com.amazonaws.databrew#ValidationException"
794                }
795            ],
796            "traits": {
797                "smithy.api#documentation": "<p>Creates a new job to transform input data, using steps defined in an existing AWS Glue\n            DataBrew recipe</p>",
798                "smithy.api#http": {
799                    "method": "POST",
800                    "uri": "/recipeJobs",
801                    "code": 200
802                }
803            }
804        },
805        "com.amazonaws.databrew#CreateRecipeJobRequest": {
806            "type": "structure",
807            "members": {
808                "DatasetName": {
809                    "target": "com.amazonaws.databrew#DatasetName",
810                    "traits": {
811                        "smithy.api#documentation": "<p>The name of the dataset that this job processes.</p>"
812                    }
813                },
814                "EncryptionKeyArn": {
815                    "target": "com.amazonaws.databrew#EncryptionKeyArn",
816                    "traits": {
817                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of an encryption key that is used to protect the\n            job.</p>"
818                    }
819                },
820                "EncryptionMode": {
821                    "target": "com.amazonaws.databrew#EncryptionMode",
822                    "traits": {
823                        "smithy.api#documentation": "<p>The encryption mode for the job, which can be one of the following:</p>\n        <ul>\n            <li>\n                <p>\n                  <code>SSE-KMS</code> - Server-side encryption with keys managed by AWS\n                    KMS.</p>\n            </li>\n            <li>\n                <p>\n                  <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon\n                    S3.</p>\n            </li>\n         </ul>"
824                    }
825                },
826                "Name": {
827                    "target": "com.amazonaws.databrew#JobName",
828                    "traits": {
829                        "smithy.api#documentation": "<p>A unique name for the job. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen\n            (-), period (.), and space.</p>",
830                        "smithy.api#required": {}
831                    }
832                },
833                "LogSubscription": {
834                    "target": "com.amazonaws.databrew#LogSubscription",
835                    "traits": {
836                        "smithy.api#documentation": "<p>Enables or disables Amazon CloudWatch logging for the job. If logging is enabled,\n            CloudWatch writes one log stream for each job run.</p>"
837                    }
838                },
839                "MaxCapacity": {
840                    "target": "com.amazonaws.databrew#MaxCapacity",
841                    "traits": {
842                        "smithy.api#documentation": "<p>The maximum number of nodes that DataBrew can consume when the job processes\n            data.</p>"
843                    }
844                },
845                "MaxRetries": {
846                    "target": "com.amazonaws.databrew#MaxRetries",
847                    "traits": {
848                        "smithy.api#documentation": "<p>The maximum number of times to retry the job after a job run fails.</p>"
849                    }
850                },
851                "Outputs": {
852                    "target": "com.amazonaws.databrew#OutputList",
853                    "traits": {
854                        "smithy.api#documentation": "<p>One or more artifacts that represent the output from running the job.</p>",
855                        "smithy.api#required": {}
856                    }
857                },
858                "ProjectName": {
859                    "target": "com.amazonaws.databrew#ProjectName",
860                    "traits": {
861                        "smithy.api#documentation": "<p>Either the name of an existing project, or a combination of a recipe and a dataset to\n            associate with the recipe.</p>"
862                    }
863                },
864                "RecipeReference": {
865                    "target": "com.amazonaws.databrew#RecipeReference"
866                },
867                "RoleArn": {
868                    "target": "com.amazonaws.databrew#Arn",
869                    "traits": {
870                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to\n            be assumed when DataBrew runs the job.</p>",
871                        "smithy.api#required": {}
872                    }
873                },
874                "Tags": {
875                    "target": "com.amazonaws.databrew#TagMap",
876                    "traits": {
877                        "smithy.api#documentation": "<p>Metadata tags to apply to this job.</p>"
878                    }
879                },
880                "Timeout": {
881                    "target": "com.amazonaws.databrew#Timeout",
882                    "traits": {
883                        "smithy.api#documentation": "<p>The job's timeout in minutes. A job that attempts to run longer than this timeout\n            period ends with a status of <code>TIMEOUT</code>.</p>"
884                    }
885                }
886            }
887        },
888        "com.amazonaws.databrew#CreateRecipeJobResponse": {
889            "type": "structure",
890            "members": {
891                "Name": {
892                    "target": "com.amazonaws.databrew#JobName",
893                    "traits": {
894                        "smithy.api#documentation": "<p>The name of the job that you created.</p>",
895                        "smithy.api#required": {}
896                    }
897                }
898            }
899        },
900        "com.amazonaws.databrew#CreateRecipeRequest": {
901            "type": "structure",
902            "members": {
903                "Description": {
904                    "target": "com.amazonaws.databrew#RecipeDescription",
905                    "traits": {
906                        "smithy.api#documentation": "<p>A description for the recipe.</p>"
907                    }
908                },
909                "Name": {
910                    "target": "com.amazonaws.databrew#RecipeName",
911                    "traits": {
912                        "smithy.api#documentation": "<p>A unique name for the recipe. Valid characters are alphanumeric (A-Z, a-z, 0-9),\n            hyphen (-), period (.), and space.</p>",
913                        "smithy.api#required": {}
914                    }
915                },
916                "Steps": {
917                    "target": "com.amazonaws.databrew#RecipeStepList",
918                    "traits": {
919                        "smithy.api#documentation": "<p>An array containing the steps to be performed by the recipe. Each recipe step consists\n            of one recipe action and (optionally) an array of condition expressions.</p>",
920                        "smithy.api#required": {}
921                    }
922                },
923                "Tags": {
924                    "target": "com.amazonaws.databrew#TagMap",
925                    "traits": {
926                        "smithy.api#documentation": "<p>Metadata tags to apply to this recipe.</p>"
927                    }
928                }
929            }
930        },
931        "com.amazonaws.databrew#CreateRecipeResponse": {
932            "type": "structure",
933            "members": {
934                "Name": {
935                    "target": "com.amazonaws.databrew#RecipeName",
936                    "traits": {
937                        "smithy.api#documentation": "<p>The name of the recipe that you created.</p>",
938                        "smithy.api#required": {}
939                    }
940                }
941            }
942        },
943        "com.amazonaws.databrew#CreateSchedule": {
944            "type": "operation",
945            "input": {
946                "target": "com.amazonaws.databrew#CreateScheduleRequest"
947            },
948            "output": {
949                "target": "com.amazonaws.databrew#CreateScheduleResponse"
950            },
951            "errors": [
952                {
953                    "target": "com.amazonaws.databrew#ConflictException"
954                },
955                {
956                    "target": "com.amazonaws.databrew#ServiceQuotaExceededException"
957                },
958                {
959                    "target": "com.amazonaws.databrew#ValidationException"
960                }
961            ],
962            "traits": {
963                "smithy.api#documentation": "<p>Creates a new schedule for one or more DataBrew jobs. Jobs can be run at a specific\n            date and time, or at regular intervals.</p>",
964                "smithy.api#http": {
965                    "method": "POST",
966                    "uri": "/schedules",
967                    "code": 200
968                }
969            }
970        },
971        "com.amazonaws.databrew#CreateScheduleRequest": {
972            "type": "structure",
973            "members": {
974                "JobNames": {
975                    "target": "com.amazonaws.databrew#JobNameList",
976                    "traits": {
977                        "smithy.api#documentation": "<p>The name or names of one or more jobs to be run.</p>"
978                    }
979                },
980                "CronExpression": {
981                    "target": "com.amazonaws.databrew#CronExpression",
982                    "traits": {
983                        "smithy.api#documentation": "<p>The date or dates and time or times when the jobs are to be run. For more information,\n            see <a href=\"https://docs.aws.amazon.com/databrew/latest/dg/jobs.cron.html\">Cron\n                expressions</a> in the <i>AWS Glue DataBrew Developer\n            Guide</i>.</p>",
984                        "smithy.api#required": {}
985                    }
986                },
987                "Tags": {
988                    "target": "com.amazonaws.databrew#TagMap",
989                    "traits": {
990                        "smithy.api#documentation": "<p>Metadata tags to apply to this schedule.</p>"
991                    }
992                },
993                "Name": {
994                    "target": "com.amazonaws.databrew#ScheduleName",
995                    "traits": {
996                        "smithy.api#documentation": "<p>A unique name for the schedule. Valid characters are alphanumeric (A-Z, a-z, 0-9),\n            hyphen (-), period (.), and space.</p>",
997                        "smithy.api#required": {}
998                    }
999                }
1000            }
1001        },
1002        "com.amazonaws.databrew#CreateScheduleResponse": {
1003            "type": "structure",
1004            "members": {
1005                "Name": {
1006                    "target": "com.amazonaws.databrew#ScheduleName",
1007                    "traits": {
1008                        "smithy.api#documentation": "<p>The name of the schedule that was created.</p>",
1009                        "smithy.api#required": {}
1010                    }
1011                }
1012            }
1013        },
1014        "com.amazonaws.databrew#CreatedBy": {
1015            "type": "string"
1016        },
1017        "com.amazonaws.databrew#CronExpression": {
1018            "type": "string",
1019            "traits": {
1020                "smithy.api#length": {
1021                    "min": 1,
1022                    "max": 512
1023                }
1024            }
1025        },
1026        "com.amazonaws.databrew#CsvOptions": {
1027            "type": "structure",
1028            "members": {
1029                "Delimiter": {
1030                    "target": "com.amazonaws.databrew#Delimiter",
1031                    "traits": {
1032                        "smithy.api#documentation": "<p>A single character that specifies the delimiter being used in the CSV file.</p>"
1033                    }
1034                },
1035                "HeaderRow": {
1036                    "target": "com.amazonaws.databrew#HeaderRow",
1037                    "traits": {
1038                        "smithy.api#documentation": "<p>A variable that specifies whether the first row in the file is parsed as the\n            header. If this value is false, column names are auto-generated.</p>"
1039                    }
1040                }
1041            },
1042            "traits": {
1043                "smithy.api#documentation": "<p>Represents a set of options that define how DataBrew will read a comma-separated value (CSV) file when creating a dataset from that file.</p>"
1044            }
1045        },
1046        "com.amazonaws.databrew#CsvOutputOptions": {
1047            "type": "structure",
1048            "members": {
1049                "Delimiter": {
1050                    "target": "com.amazonaws.databrew#Delimiter",
1051                    "traits": {
1052                        "smithy.api#documentation": "<p>A single character that specifies the delimiter used to create CSV job output.</p>"
1053                    }
1054                }
1055            },
1056            "traits": {
1057                "smithy.api#documentation": "<p>Represents a set of options that define how DataBrew will write a comma-separated value (CSV) file.</p>"
1058            }
1059        },
1060        "com.amazonaws.databrew#DataCatalogInputDefinition": {
1061            "type": "structure",
1062            "members": {
1063                "CatalogId": {
1064                    "target": "com.amazonaws.databrew#CatalogId",
1065                    "traits": {
1066                        "smithy.api#documentation": "<p>The unique identifier of the AWS account that holds the Data Catalog that stores the\n            data.</p>"
1067                    }
1068                },
1069                "DatabaseName": {
1070                    "target": "com.amazonaws.databrew#DatabaseName",
1071                    "traits": {
1072                        "smithy.api#documentation": "<p>The name of a database in the Data Catalog.</p>",
1073                        "smithy.api#required": {}
1074                    }
1075                },
1076                "TableName": {
1077                    "target": "com.amazonaws.databrew#TableName",
1078                    "traits": {
1079                        "smithy.api#documentation": "<p>The name of a database table in the Data Catalog. This table corresponds to a DataBrew\n            dataset.</p>",
1080                        "smithy.api#required": {}
1081                    }
1082                },
1083                "TempDirectory": {
1084                    "target": "com.amazonaws.databrew#S3Location",
1085                    "traits": {
1086                        "smithy.api#documentation": "<p>An Amazon location that AWS Glue Data Catalog can use as a temporary directory.</p>"
1087                    }
1088                }
1089            },
1090            "traits": {
1091                "smithy.api#documentation": "<p>Represents how metadata stored in the AWS Glue Data Catalog is defined in a DataBrew\n            dataset. </p>"
1092            }
1093        },
1094        "com.amazonaws.databrew#DatabaseInputDefinition": {
1095            "type": "structure",
1096            "members": {
1097                "GlueConnectionName": {
1098                    "target": "com.amazonaws.databrew#GlueConnectionName",
1099                    "traits": {
1100                        "smithy.api#documentation": "<p>The AWS Glue Connection that stores the connection information for the target\n            database.</p>",
1101                        "smithy.api#required": {}
1102                    }
1103                },
1104                "DatabaseTableName": {
1105                    "target": "com.amazonaws.databrew#DatabaseTableName",
1106                    "traits": {
1107                        "smithy.api#documentation": "<p>The table within the target database.</p>",
1108                        "smithy.api#required": {}
1109                    }
1110                },
1111                "TempDirectory": {
1112                    "target": "com.amazonaws.databrew#S3Location"
1113                }
1114            },
1115            "traits": {
1116                "smithy.api#documentation": "<p>Connection information for dataset input files stored in a database.</p>"
1117            }
1118        },
1119        "com.amazonaws.databrew#DatabaseName": {
1120            "type": "string",
1121            "traits": {
1122                "smithy.api#length": {
1123                    "min": 1,
1124                    "max": 255
1125                }
1126            }
1127        },
1128        "com.amazonaws.databrew#DatabaseTableName": {
1129            "type": "string",
1130            "traits": {
1131                "smithy.api#length": {
1132                    "min": 1,
1133                    "max": 255
1134                }
1135            }
1136        },
1137        "com.amazonaws.databrew#Dataset": {
1138            "type": "structure",
1139            "members": {
1140                "AccountId": {
1141                    "target": "com.amazonaws.databrew#AccountId",
1142                    "traits": {
1143                        "smithy.api#documentation": "<p>The ID of the AWS account that owns the dataset.</p>"
1144                    }
1145                },
1146                "CreatedBy": {
1147                    "target": "com.amazonaws.databrew#CreatedBy",
1148                    "traits": {
1149                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who created the dataset.</p>"
1150                    }
1151                },
1152                "CreateDate": {
1153                    "target": "com.amazonaws.databrew#Date",
1154                    "traits": {
1155                        "smithy.api#documentation": "<p>The date and time that the dataset was created.</p>"
1156                    }
1157                },
1158                "Name": {
1159                    "target": "com.amazonaws.databrew#DatasetName",
1160                    "traits": {
1161                        "smithy.api#documentation": "<p>The unique name of the dataset.</p>",
1162                        "smithy.api#required": {}
1163                    }
1164                },
1165                "Format": {
1166                    "target": "com.amazonaws.databrew#InputFormat",
1167                    "traits": {
1168                        "smithy.api#documentation": "<p>The file format of a dataset that is created from an S3 file or folder.</p>"
1169                    }
1170                },
1171                "FormatOptions": {
1172                    "target": "com.amazonaws.databrew#FormatOptions",
1173                    "traits": {
1174                        "smithy.api#documentation": "<p>A set of options that define how DataBrew interprets the data in the dataset.</p>"
1175                    }
1176                },
1177                "Input": {
1178                    "target": "com.amazonaws.databrew#Input",
1179                    "traits": {
1180                        "smithy.api#documentation": "<p>Information on how DataBrew can find the dataset, in either the AWS Glue Data Catalog\n            or Amazon S3.</p>",
1181                        "smithy.api#required": {}
1182                    }
1183                },
1184                "LastModifiedDate": {
1185                    "target": "com.amazonaws.databrew#Date",
1186                    "traits": {
1187                        "smithy.api#documentation": "<p>The last modification date and time of the dataset.</p>"
1188                    }
1189                },
1190                "LastModifiedBy": {
1191                    "target": "com.amazonaws.databrew#LastModifiedBy",
1192                    "traits": {
1193                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who last modified the dataset.</p>"
1194                    }
1195                },
1196                "Source": {
1197                    "target": "com.amazonaws.databrew#Source",
1198                    "traits": {
1199                        "smithy.api#documentation": "<p>The location of the data for the dataset, either Amazon S3 or the AWS Glue Data\n            Catalog.</p>"
1200                    }
1201                },
1202                "PathOptions": {
1203                    "target": "com.amazonaws.databrew#PathOptions",
1204                    "traits": {
1205                        "smithy.api#documentation": "<p>A set of options that defines how DataBrew interprets an S3 path of the dataset.</p>"
1206                    }
1207                },
1208                "Tags": {
1209                    "target": "com.amazonaws.databrew#TagMap",
1210                    "traits": {
1211                        "smithy.api#documentation": "<p>Metadata tags that have been applied to the dataset.</p>"
1212                    }
1213                },
1214                "ResourceArn": {
1215                    "target": "com.amazonaws.databrew#Arn",
1216                    "traits": {
1217                        "smithy.api#documentation": "<p>The unique Amazon Resource Name (ARN) for the dataset.</p>"
1218                    }
1219                }
1220            },
1221            "traits": {
1222                "smithy.api#documentation": "<p>Represents a dataset that can be processed by DataBrew.</p>"
1223            }
1224        },
1225        "com.amazonaws.databrew#DatasetList": {
1226            "type": "list",
1227            "member": {
1228                "target": "com.amazonaws.databrew#Dataset"
1229            }
1230        },
1231        "com.amazonaws.databrew#DatasetName": {
1232            "type": "string",
1233            "traits": {
1234                "smithy.api#length": {
1235                    "min": 1,
1236                    "max": 255
1237                }
1238            }
1239        },
1240        "com.amazonaws.databrew#DatasetParameter": {
1241            "type": "structure",
1242            "members": {
1243                "Name": {
1244                    "target": "com.amazonaws.databrew#PathParameterName",
1245                    "traits": {
1246                        "smithy.api#documentation": "<p>The name of the parameter that is used in the dataset's S3 path.</p>",
1247                        "smithy.api#required": {}
1248                    }
1249                },
1250                "Type": {
1251                    "target": "com.amazonaws.databrew#ParameterType",
1252                    "traits": {
1253                        "smithy.api#documentation": "<p>The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.</p>",
1254                        "smithy.api#required": {}
1255                    }
1256                },
1257                "DatetimeOptions": {
1258                    "target": "com.amazonaws.databrew#DatetimeOptions",
1259                    "traits": {
1260                        "smithy.api#documentation": "<p>Additional parameter options such as a format and a timezone. Required for datetime parameters.</p>"
1261                    }
1262                },
1263                "CreateColumn": {
1264                    "target": "com.amazonaws.databrew#CreateColumn",
1265                    "traits": {
1266                        "smithy.api#documentation": "<p>Optional boolean value that defines whether the captured value of this parameter should be loaded as an additional column in the dataset.</p>"
1267                    }
1268                },
1269                "Filter": {
1270                    "target": "com.amazonaws.databrew#FilterExpression",
1271                    "traits": {
1272                        "smithy.api#documentation": "<p>The optional filter expression structure to apply additional matching criteria to the parameter.</p>"
1273                    }
1274                }
1275            },
1276            "traits": {
1277                "smithy.api#documentation": "<p>Represents a dataset paramater that defines type and conditions for a parameter in the S3 path of the dataset.</p>"
1278            }
1279        },
1280        "com.amazonaws.databrew#Date": {
1281            "type": "timestamp"
1282        },
1283        "com.amazonaws.databrew#DatetimeFormat": {
1284            "type": "string",
1285            "traits": {
1286                "smithy.api#length": {
1287                    "min": 2,
1288                    "max": 100
1289                }
1290            }
1291        },
1292        "com.amazonaws.databrew#DatetimeOptions": {
1293            "type": "structure",
1294            "members": {
1295                "Format": {
1296                    "target": "com.amazonaws.databrew#DatetimeFormat",
1297                    "traits": {
1298                        "smithy.api#documentation": "<p>Required option, that defines the datetime format used for a date parameter in the S3 path. Should use only supported datetime specifiers and separation characters, all \n            litera a-z or A-Z character should be escaped with single quotes. E.g. \"MM.dd.yyyy-'at'-HH:mm\".</p>",
1299                        "smithy.api#required": {}
1300                    }
1301                },
1302                "TimezoneOffset": {
1303                    "target": "com.amazonaws.databrew#TimezoneOffset",
1304                    "traits": {
1305                        "smithy.api#documentation": "<p>Optional value for a timezone offset of the datetime parameter value in the S3 path. Shouldn't be used if Format for this parameter includes timezone fields.\n            If no offset specified, UTC is assumed.</p>"
1306                    }
1307                },
1308                "LocaleCode": {
1309                    "target": "com.amazonaws.databrew#LocaleCode",
1310                    "traits": {
1311                        "smithy.api#documentation": "<p>Optional value for a non-US locale code, needed for correct interpretation of some date formats.</p>"
1312                    }
1313                }
1314            },
1315            "traits": {
1316                "smithy.api#documentation": "<p>Represents additional options for correct interpretation of datetime parameters used in the S3 path of a dataset.</p>"
1317            }
1318        },
1319        "com.amazonaws.databrew#DeleteDataset": {
1320            "type": "operation",
1321            "input": {
1322                "target": "com.amazonaws.databrew#DeleteDatasetRequest"
1323            },
1324            "output": {
1325                "target": "com.amazonaws.databrew#DeleteDatasetResponse"
1326            },
1327            "errors": [
1328                {
1329                    "target": "com.amazonaws.databrew#ConflictException"
1330                },
1331                {
1332                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
1333                },
1334                {
1335                    "target": "com.amazonaws.databrew#ValidationException"
1336                }
1337            ],
1338            "traits": {
1339                "smithy.api#documentation": "<p>Deletes a dataset from DataBrew.</p>",
1340                "smithy.api#http": {
1341                    "method": "DELETE",
1342                    "uri": "/datasets/{Name}",
1343                    "code": 200
1344                }
1345            }
1346        },
1347        "com.amazonaws.databrew#DeleteDatasetRequest": {
1348            "type": "structure",
1349            "members": {
1350                "Name": {
1351                    "target": "com.amazonaws.databrew#DatasetName",
1352                    "traits": {
1353                        "smithy.api#documentation": "<p>The name of the dataset to be deleted.</p>",
1354                        "smithy.api#httpLabel": {},
1355                        "smithy.api#required": {}
1356                    }
1357                }
1358            }
1359        },
1360        "com.amazonaws.databrew#DeleteDatasetResponse": {
1361            "type": "structure",
1362            "members": {
1363                "Name": {
1364                    "target": "com.amazonaws.databrew#DatasetName",
1365                    "traits": {
1366                        "smithy.api#documentation": "<p>The name of the dataset that you deleted.</p>",
1367                        "smithy.api#required": {}
1368                    }
1369                }
1370            }
1371        },
1372        "com.amazonaws.databrew#DeleteJob": {
1373            "type": "operation",
1374            "input": {
1375                "target": "com.amazonaws.databrew#DeleteJobRequest"
1376            },
1377            "output": {
1378                "target": "com.amazonaws.databrew#DeleteJobResponse"
1379            },
1380            "errors": [
1381                {
1382                    "target": "com.amazonaws.databrew#ConflictException"
1383                },
1384                {
1385                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
1386                },
1387                {
1388                    "target": "com.amazonaws.databrew#ValidationException"
1389                }
1390            ],
1391            "traits": {
1392                "smithy.api#documentation": "<p>Deletes the specified DataBrew job.</p>",
1393                "smithy.api#http": {
1394                    "method": "DELETE",
1395                    "uri": "/jobs/{Name}",
1396                    "code": 200
1397                }
1398            }
1399        },
1400        "com.amazonaws.databrew#DeleteJobRequest": {
1401            "type": "structure",
1402            "members": {
1403                "Name": {
1404                    "target": "com.amazonaws.databrew#JobName",
1405                    "traits": {
1406                        "smithy.api#documentation": "<p>The name of the job to be deleted.</p>",
1407                        "smithy.api#httpLabel": {},
1408                        "smithy.api#required": {}
1409                    }
1410                }
1411            }
1412        },
1413        "com.amazonaws.databrew#DeleteJobResponse": {
1414            "type": "structure",
1415            "members": {
1416                "Name": {
1417                    "target": "com.amazonaws.databrew#JobName",
1418                    "traits": {
1419                        "smithy.api#documentation": "<p>The name of the job that you deleted.</p>",
1420                        "smithy.api#required": {}
1421                    }
1422                }
1423            }
1424        },
1425        "com.amazonaws.databrew#DeleteProject": {
1426            "type": "operation",
1427            "input": {
1428                "target": "com.amazonaws.databrew#DeleteProjectRequest"
1429            },
1430            "output": {
1431                "target": "com.amazonaws.databrew#DeleteProjectResponse"
1432            },
1433            "errors": [
1434                {
1435                    "target": "com.amazonaws.databrew#ConflictException"
1436                },
1437                {
1438                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
1439                },
1440                {
1441                    "target": "com.amazonaws.databrew#ValidationException"
1442                }
1443            ],
1444            "traits": {
1445                "smithy.api#documentation": "<p>Deletes an existing DataBrew project.</p>",
1446                "smithy.api#http": {
1447                    "method": "DELETE",
1448                    "uri": "/projects/{Name}",
1449                    "code": 200
1450                }
1451            }
1452        },
1453        "com.amazonaws.databrew#DeleteProjectRequest": {
1454            "type": "structure",
1455            "members": {
1456                "Name": {
1457                    "target": "com.amazonaws.databrew#ProjectName",
1458                    "traits": {
1459                        "smithy.api#documentation": "<p>The name of the project to be deleted.</p>",
1460                        "smithy.api#httpLabel": {},
1461                        "smithy.api#required": {}
1462                    }
1463                }
1464            }
1465        },
1466        "com.amazonaws.databrew#DeleteProjectResponse": {
1467            "type": "structure",
1468            "members": {
1469                "Name": {
1470                    "target": "com.amazonaws.databrew#ProjectName",
1471                    "traits": {
1472                        "smithy.api#documentation": "<p>The name of the project that you deleted.</p>",
1473                        "smithy.api#required": {}
1474                    }
1475                }
1476            }
1477        },
1478        "com.amazonaws.databrew#DeleteRecipeVersion": {
1479            "type": "operation",
1480            "input": {
1481                "target": "com.amazonaws.databrew#DeleteRecipeVersionRequest"
1482            },
1483            "output": {
1484                "target": "com.amazonaws.databrew#DeleteRecipeVersionResponse"
1485            },
1486            "errors": [
1487                {
1488                    "target": "com.amazonaws.databrew#ConflictException"
1489                },
1490                {
1491                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
1492                },
1493                {
1494                    "target": "com.amazonaws.databrew#ValidationException"
1495                }
1496            ],
1497            "traits": {
1498                "smithy.api#documentation": "<p>Deletes a single version of a DataBrew recipe.</p>",
1499                "smithy.api#http": {
1500                    "method": "DELETE",
1501                    "uri": "/recipes/{Name}/recipeVersion/{RecipeVersion}",
1502                    "code": 200
1503                }
1504            }
1505        },
1506        "com.amazonaws.databrew#DeleteRecipeVersionRequest": {
1507            "type": "structure",
1508            "members": {
1509                "Name": {
1510                    "target": "com.amazonaws.databrew#RecipeName",
1511                    "traits": {
1512                        "smithy.api#documentation": "<p>The name of the recipe.</p>",
1513                        "smithy.api#httpLabel": {},
1514                        "smithy.api#required": {}
1515                    }
1516                },
1517                "RecipeVersion": {
1518                    "target": "com.amazonaws.databrew#RecipeVersion",
1519                    "traits": {
1520                        "smithy.api#documentation": "<p>The version of the recipe to be deleted. You can specify a numeric versions\n                (<code>X.Y</code>) or <code>LATEST_WORKING</code>. <code>LATEST_PUBLISHED</code> is\n            not supported.</p>",
1521                        "smithy.api#httpLabel": {},
1522                        "smithy.api#required": {}
1523                    }
1524                }
1525            }
1526        },
1527        "com.amazonaws.databrew#DeleteRecipeVersionResponse": {
1528            "type": "structure",
1529            "members": {
1530                "Name": {
1531                    "target": "com.amazonaws.databrew#RecipeName",
1532                    "traits": {
1533                        "smithy.api#documentation": "<p>The name of the recipe that was deleted.</p>",
1534                        "smithy.api#required": {}
1535                    }
1536                },
1537                "RecipeVersion": {
1538                    "target": "com.amazonaws.databrew#RecipeVersion",
1539                    "traits": {
1540                        "smithy.api#documentation": "<p>The version of the recipe that was deleted.</p>",
1541                        "smithy.api#required": {}
1542                    }
1543                }
1544            }
1545        },
1546        "com.amazonaws.databrew#DeleteSchedule": {
1547            "type": "operation",
1548            "input": {
1549                "target": "com.amazonaws.databrew#DeleteScheduleRequest"
1550            },
1551            "output": {
1552                "target": "com.amazonaws.databrew#DeleteScheduleResponse"
1553            },
1554            "errors": [
1555                {
1556                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
1557                },
1558                {
1559                    "target": "com.amazonaws.databrew#ValidationException"
1560                }
1561            ],
1562            "traits": {
1563                "smithy.api#documentation": "<p>Deletes the specified DataBrew schedule.</p>",
1564                "smithy.api#http": {
1565                    "method": "DELETE",
1566                    "uri": "/schedules/{Name}",
1567                    "code": 200
1568                }
1569            }
1570        },
1571        "com.amazonaws.databrew#DeleteScheduleRequest": {
1572            "type": "structure",
1573            "members": {
1574                "Name": {
1575                    "target": "com.amazonaws.databrew#ScheduleName",
1576                    "traits": {
1577                        "smithy.api#documentation": "<p>The name of the schedule to be deleted.</p>",
1578                        "smithy.api#httpLabel": {},
1579                        "smithy.api#required": {}
1580                    }
1581                }
1582            }
1583        },
1584        "com.amazonaws.databrew#DeleteScheduleResponse": {
1585            "type": "structure",
1586            "members": {
1587                "Name": {
1588                    "target": "com.amazonaws.databrew#ScheduleName",
1589                    "traits": {
1590                        "smithy.api#documentation": "<p>The name of the schedule that was deleted.</p>",
1591                        "smithy.api#required": {}
1592                    }
1593                }
1594            }
1595        },
1596        "com.amazonaws.databrew#Delimiter": {
1597            "type": "string",
1598            "traits": {
1599                "smithy.api#length": {
1600                    "min": 1,
1601                    "max": 1
1602                }
1603            }
1604        },
1605        "com.amazonaws.databrew#DescribeDataset": {
1606            "type": "operation",
1607            "input": {
1608                "target": "com.amazonaws.databrew#DescribeDatasetRequest"
1609            },
1610            "output": {
1611                "target": "com.amazonaws.databrew#DescribeDatasetResponse"
1612            },
1613            "errors": [
1614                {
1615                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
1616                },
1617                {
1618                    "target": "com.amazonaws.databrew#ValidationException"
1619                }
1620            ],
1621            "traits": {
1622                "smithy.api#documentation": "<p>Returns the definition of a specific DataBrew dataset.</p>",
1623                "smithy.api#http": {
1624                    "method": "GET",
1625                    "uri": "/datasets/{Name}",
1626                    "code": 200
1627                }
1628            }
1629        },
1630        "com.amazonaws.databrew#DescribeDatasetRequest": {
1631            "type": "structure",
1632            "members": {
1633                "Name": {
1634                    "target": "com.amazonaws.databrew#DatasetName",
1635                    "traits": {
1636                        "smithy.api#documentation": "<p>The name of the dataset to be described.</p>",
1637                        "smithy.api#httpLabel": {},
1638                        "smithy.api#required": {}
1639                    }
1640                }
1641            }
1642        },
1643        "com.amazonaws.databrew#DescribeDatasetResponse": {
1644            "type": "structure",
1645            "members": {
1646                "CreatedBy": {
1647                    "target": "com.amazonaws.databrew#CreatedBy",
1648                    "traits": {
1649                        "smithy.api#documentation": "<p>The identifier (user name) of the user who created the dataset.</p>"
1650                    }
1651                },
1652                "CreateDate": {
1653                    "target": "com.amazonaws.databrew#Date",
1654                    "traits": {
1655                        "smithy.api#documentation": "<p>The date and time that the dataset was created.</p>"
1656                    }
1657                },
1658                "Name": {
1659                    "target": "com.amazonaws.databrew#DatasetName",
1660                    "traits": {
1661                        "smithy.api#documentation": "<p>The name of the dataset.</p>",
1662                        "smithy.api#required": {}
1663                    }
1664                },
1665                "Format": {
1666                    "target": "com.amazonaws.databrew#InputFormat",
1667                    "traits": {
1668                        "smithy.api#documentation": "<p>The file format of a dataset that is created from an S3 file or folder.</p>"
1669                    }
1670                },
1671                "FormatOptions": {
1672                    "target": "com.amazonaws.databrew#FormatOptions"
1673                },
1674                "Input": {
1675                    "target": "com.amazonaws.databrew#Input",
1676                    "traits": {
1677                        "smithy.api#required": {}
1678                    }
1679                },
1680                "LastModifiedDate": {
1681                    "target": "com.amazonaws.databrew#Date",
1682                    "traits": {
1683                        "smithy.api#documentation": "<p>The date and time that the dataset was last modified.</p>"
1684                    }
1685                },
1686                "LastModifiedBy": {
1687                    "target": "com.amazonaws.databrew#LastModifiedBy",
1688                    "traits": {
1689                        "smithy.api#documentation": "<p>The identifier (user name) of the user who last modified the dataset.</p>"
1690                    }
1691                },
1692                "Source": {
1693                    "target": "com.amazonaws.databrew#Source",
1694                    "traits": {
1695                        "smithy.api#documentation": "<p>The location of the data for this dataset, Amazon S3 or the AWS Glue Data\n            Catalog.</p>"
1696                    }
1697                },
1698                "PathOptions": {
1699                    "target": "com.amazonaws.databrew#PathOptions",
1700                    "traits": {
1701                        "smithy.api#documentation": "<p>A set of options that defines how DataBrew interprets an S3 path of the dataset.</p>"
1702                    }
1703                },
1704                "Tags": {
1705                    "target": "com.amazonaws.databrew#TagMap",
1706                    "traits": {
1707                        "smithy.api#documentation": "<p>Metadata tags associated with this dataset.</p>"
1708                    }
1709                },
1710                "ResourceArn": {
1711                    "target": "com.amazonaws.databrew#Arn",
1712                    "traits": {
1713                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the dataset.</p>"
1714                    }
1715                }
1716            }
1717        },
1718        "com.amazonaws.databrew#DescribeJob": {
1719            "type": "operation",
1720            "input": {
1721                "target": "com.amazonaws.databrew#DescribeJobRequest"
1722            },
1723            "output": {
1724                "target": "com.amazonaws.databrew#DescribeJobResponse"
1725            },
1726            "errors": [
1727                {
1728                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
1729                },
1730                {
1731                    "target": "com.amazonaws.databrew#ValidationException"
1732                }
1733            ],
1734            "traits": {
1735                "smithy.api#documentation": "<p>Returns the definition of a specific DataBrew job.</p>",
1736                "smithy.api#http": {
1737                    "method": "GET",
1738                    "uri": "/jobs/{Name}",
1739                    "code": 200
1740                }
1741            }
1742        },
1743        "com.amazonaws.databrew#DescribeJobRequest": {
1744            "type": "structure",
1745            "members": {
1746                "Name": {
1747                    "target": "com.amazonaws.databrew#JobName",
1748                    "traits": {
1749                        "smithy.api#documentation": "<p>The name of the job to be described.</p>",
1750                        "smithy.api#httpLabel": {},
1751                        "smithy.api#required": {}
1752                    }
1753                }
1754            }
1755        },
1756        "com.amazonaws.databrew#DescribeJobResponse": {
1757            "type": "structure",
1758            "members": {
1759                "CreateDate": {
1760                    "target": "com.amazonaws.databrew#Date",
1761                    "traits": {
1762                        "smithy.api#documentation": "<p>The date and time that the job was created.</p>"
1763                    }
1764                },
1765                "CreatedBy": {
1766                    "target": "com.amazonaws.databrew#CreatedBy",
1767                    "traits": {
1768                        "smithy.api#documentation": "<p>The identifier (user name) of the user associated with the creation of the job.</p>"
1769                    }
1770                },
1771                "DatasetName": {
1772                    "target": "com.amazonaws.databrew#DatasetName",
1773                    "traits": {
1774                        "smithy.api#documentation": "<p>The dataset that the job acts upon.</p>"
1775                    }
1776                },
1777                "EncryptionKeyArn": {
1778                    "target": "com.amazonaws.databrew#EncryptionKeyArn",
1779                    "traits": {
1780                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of an encryption key that is used to protect the\n            job.</p>"
1781                    }
1782                },
1783                "EncryptionMode": {
1784                    "target": "com.amazonaws.databrew#EncryptionMode",
1785                    "traits": {
1786                        "smithy.api#documentation": "<p>The encryption mode for the job, which can be one of the following:</p>\n        <ul>\n            <li>\n                <p>\n                  <code>SSE-KMS</code> - Server-side encryption with keys managed by AWS\n                    KMS.</p>\n            </li>\n            <li>\n                <p>\n                  <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon\n                    S3.</p>\n            </li>\n         </ul>"
1787                    }
1788                },
1789                "Name": {
1790                    "target": "com.amazonaws.databrew#JobName",
1791                    "traits": {
1792                        "smithy.api#documentation": "<p>The name of the job.</p>",
1793                        "smithy.api#required": {}
1794                    }
1795                },
1796                "Type": {
1797                    "target": "com.amazonaws.databrew#JobType",
1798                    "traits": {
1799                        "smithy.api#documentation": "<p>The job type, which must be one of the following:</p>\n        <ul>\n            <li>\n                <p>\n                  <code>PROFILE</code> - The job analyzes the dataset to determine its size,\n                    data types, data distribution, and more.</p>\n            </li>\n            <li>\n                <p>\n                  <code>RECIPE</code> - The job applies one or more transformations to a\n                    dataset.</p>\n            </li>\n         </ul>"
1800                    }
1801                },
1802                "LastModifiedBy": {
1803                    "target": "com.amazonaws.databrew#LastModifiedBy",
1804                    "traits": {
1805                        "smithy.api#documentation": "<p>The identifier (user name) of the user who last modified the job.</p>"
1806                    }
1807                },
1808                "LastModifiedDate": {
1809                    "target": "com.amazonaws.databrew#Date",
1810                    "traits": {
1811                        "smithy.api#documentation": "<p>The date and time that the job was last modified.</p>"
1812                    }
1813                },
1814                "LogSubscription": {
1815                    "target": "com.amazonaws.databrew#LogSubscription",
1816                    "traits": {
1817                        "smithy.api#documentation": "<p>Indicates whether Amazon CloudWatch logging is enabled for this job.</p>"
1818                    }
1819                },
1820                "MaxCapacity": {
1821                    "target": "com.amazonaws.databrew#MaxCapacity",
1822                    "traits": {
1823                        "smithy.api#documentation": "<p>The maximum number of compute nodes that DataBrew can consume when the job processes\n            data.</p>"
1824                    }
1825                },
1826                "MaxRetries": {
1827                    "target": "com.amazonaws.databrew#MaxRetries",
1828                    "traits": {
1829                        "smithy.api#documentation": "<p>The maximum number of times to retry the job after a job run fails.</p>"
1830                    }
1831                },
1832                "Outputs": {
1833                    "target": "com.amazonaws.databrew#OutputList",
1834                    "traits": {
1835                        "smithy.api#documentation": "<p>One or more artifacts that represent the output from running the job.</p>"
1836                    }
1837                },
1838                "ProjectName": {
1839                    "target": "com.amazonaws.databrew#ProjectName",
1840                    "traits": {
1841                        "smithy.api#documentation": "<p>The DataBrew project associated with this job.</p>"
1842                    }
1843                },
1844                "RecipeReference": {
1845                    "target": "com.amazonaws.databrew#RecipeReference"
1846                },
1847                "ResourceArn": {
1848                    "target": "com.amazonaws.databrew#Arn",
1849                    "traits": {
1850                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the job.</p>"
1851                    }
1852                },
1853                "RoleArn": {
1854                    "target": "com.amazonaws.databrew#Arn",
1855                    "traits": {
1856                        "smithy.api#documentation": "<p>The ARN of the AWS Identity and Access Management (IAM) role to be assumed when\n            DataBrew runs the job.</p>"
1857                    }
1858                },
1859                "Tags": {
1860                    "target": "com.amazonaws.databrew#TagMap",
1861                    "traits": {
1862                        "smithy.api#documentation": "<p>Metadata tags associated with this job.</p>"
1863                    }
1864                },
1865                "Timeout": {
1866                    "target": "com.amazonaws.databrew#Timeout",
1867                    "traits": {
1868                        "smithy.api#documentation": "<p>The job's timeout in minutes. A job that attempts to run longer than this timeout\n            period ends with a status of <code>TIMEOUT</code>.</p>"
1869                    }
1870                },
1871                "JobSample": {
1872                    "target": "com.amazonaws.databrew#JobSample",
1873                    "traits": {
1874                        "smithy.api#documentation": "<p>Sample configuration for profile jobs only. Determines the number of rows on which the\n            profile job will be executed.</p>"
1875                    }
1876                }
1877            }
1878        },
1879        "com.amazonaws.databrew#DescribeJobRun": {
1880            "type": "operation",
1881            "input": {
1882                "target": "com.amazonaws.databrew#DescribeJobRunRequest"
1883            },
1884            "output": {
1885                "target": "com.amazonaws.databrew#DescribeJobRunResponse"
1886            },
1887            "errors": [
1888                {
1889                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
1890                },
1891                {
1892                    "target": "com.amazonaws.databrew#ValidationException"
1893                }
1894            ],
1895            "traits": {
1896                "smithy.api#documentation": "<p>Represents one run of a DataBrew job.</p>",
1897                "smithy.api#http": {
1898                    "method": "GET",
1899                    "uri": "/jobs/{Name}/jobRun/{RunId}",
1900                    "code": 200
1901                }
1902            }
1903        },
1904        "com.amazonaws.databrew#DescribeJobRunRequest": {
1905            "type": "structure",
1906            "members": {
1907                "Name": {
1908                    "target": "com.amazonaws.databrew#JobName",
1909                    "traits": {
1910                        "smithy.api#documentation": "<p>The name of the job being processed during this run.</p>",
1911                        "smithy.api#httpLabel": {},
1912                        "smithy.api#required": {}
1913                    }
1914                },
1915                "RunId": {
1916                    "target": "com.amazonaws.databrew#JobRunId",
1917                    "traits": {
1918                        "smithy.api#documentation": "<p>The unique identifier of the job run.</p>",
1919                        "smithy.api#httpLabel": {},
1920                        "smithy.api#required": {}
1921                    }
1922                }
1923            }
1924        },
1925        "com.amazonaws.databrew#DescribeJobRunResponse": {
1926            "type": "structure",
1927            "members": {
1928                "Attempt": {
1929                    "target": "com.amazonaws.databrew#Attempt",
1930                    "traits": {
1931                        "smithy.api#documentation": "<p>The number of times that DataBrew has attempted to run the job.</p>"
1932                    }
1933                },
1934                "CompletedOn": {
1935                    "target": "com.amazonaws.databrew#Date",
1936                    "traits": {
1937                        "smithy.api#documentation": "<p>The date and time when the job completed processing.</p>"
1938                    }
1939                },
1940                "DatasetName": {
1941                    "target": "com.amazonaws.databrew#DatasetName",
1942                    "traits": {
1943                        "smithy.api#documentation": "<p>The name of the dataset for the job to process.</p>"
1944                    }
1945                },
1946                "ErrorMessage": {
1947                    "target": "com.amazonaws.databrew#JobRunErrorMessage",
1948                    "traits": {
1949                        "smithy.api#documentation": "<p>A message indicating an error (if any) that was encountered when the job ran.</p>"
1950                    }
1951                },
1952                "ExecutionTime": {
1953                    "target": "com.amazonaws.databrew#ExecutionTime",
1954                    "traits": {
1955                        "smithy.api#documentation": "<p>The amount of time, in seconds, during which the job run consumed resources.</p>"
1956                    }
1957                },
1958                "JobName": {
1959                    "target": "com.amazonaws.databrew#JobName",
1960                    "traits": {
1961                        "smithy.api#documentation": "<p>The name of the job being processed during this run.</p>",
1962                        "smithy.api#required": {}
1963                    }
1964                },
1965                "RunId": {
1966                    "target": "com.amazonaws.databrew#JobRunId",
1967                    "traits": {
1968                        "smithy.api#documentation": "<p>The unique identifier of the job run.</p>"
1969                    }
1970                },
1971                "State": {
1972                    "target": "com.amazonaws.databrew#JobRunState",
1973                    "traits": {
1974                        "smithy.api#documentation": "<p>The current state of the job run entity itself.</p>"
1975                    }
1976                },
1977                "LogSubscription": {
1978                    "target": "com.amazonaws.databrew#LogSubscription",
1979                    "traits": {
1980                        "smithy.api#documentation": "<p>The current status of Amazon CloudWatch logging for the job run.</p>"
1981                    }
1982                },
1983                "LogGroupName": {
1984                    "target": "com.amazonaws.databrew#LogGroupName",
1985                    "traits": {
1986                        "smithy.api#documentation": "<p>The name of an Amazon CloudWatch log group, where the job writes diagnostic messages\n            when it runs.</p>"
1987                    }
1988                },
1989                "Outputs": {
1990                    "target": "com.amazonaws.databrew#OutputList",
1991                    "traits": {
1992                        "smithy.api#documentation": "<p>One or more output artifacts from a job run.</p>"
1993                    }
1994                },
1995                "RecipeReference": {
1996                    "target": "com.amazonaws.databrew#RecipeReference"
1997                },
1998                "StartedBy": {
1999                    "target": "com.amazonaws.databrew#StartedBy",
2000                    "traits": {
2001                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who started the job run.</p>"
2002                    }
2003                },
2004                "StartedOn": {
2005                    "target": "com.amazonaws.databrew#Date",
2006                    "traits": {
2007                        "smithy.api#documentation": "<p>The date and time when the job run began.</p>"
2008                    }
2009                },
2010                "JobSample": {
2011                    "target": "com.amazonaws.databrew#JobSample",
2012                    "traits": {
2013                        "smithy.api#documentation": "<p>Sample configuration for profile jobs only. Determines the number of rows on which the\n            profile job will be executed. If a JobSample value is not provided, the default value\n            will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the\n            size parameter.</p>"
2014                    }
2015                }
2016            }
2017        },
2018        "com.amazonaws.databrew#DescribeProject": {
2019            "type": "operation",
2020            "input": {
2021                "target": "com.amazonaws.databrew#DescribeProjectRequest"
2022            },
2023            "output": {
2024                "target": "com.amazonaws.databrew#DescribeProjectResponse"
2025            },
2026            "errors": [
2027                {
2028                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
2029                },
2030                {
2031                    "target": "com.amazonaws.databrew#ValidationException"
2032                }
2033            ],
2034            "traits": {
2035                "smithy.api#documentation": "<p>Returns the definition of a specific DataBrew project.</p>",
2036                "smithy.api#http": {
2037                    "method": "GET",
2038                    "uri": "/projects/{Name}",
2039                    "code": 200
2040                }
2041            }
2042        },
2043        "com.amazonaws.databrew#DescribeProjectRequest": {
2044            "type": "structure",
2045            "members": {
2046                "Name": {
2047                    "target": "com.amazonaws.databrew#ProjectName",
2048                    "traits": {
2049                        "smithy.api#documentation": "<p>The name of the project to be described.</p>",
2050                        "smithy.api#httpLabel": {},
2051                        "smithy.api#required": {}
2052                    }
2053                }
2054            }
2055        },
2056        "com.amazonaws.databrew#DescribeProjectResponse": {
2057            "type": "structure",
2058            "members": {
2059                "CreateDate": {
2060                    "target": "com.amazonaws.databrew#Date",
2061                    "traits": {
2062                        "smithy.api#documentation": "<p>The date and time that the project was created.</p>"
2063                    }
2064                },
2065                "CreatedBy": {
2066                    "target": "com.amazonaws.databrew#CreatedBy",
2067                    "traits": {
2068                        "smithy.api#documentation": "<p>The identifier (user name) of the user who created the project.</p>"
2069                    }
2070                },
2071                "DatasetName": {
2072                    "target": "com.amazonaws.databrew#DatasetName",
2073                    "traits": {
2074                        "smithy.api#documentation": "<p>The dataset associated with the project.</p>"
2075                    }
2076                },
2077                "LastModifiedDate": {
2078                    "target": "com.amazonaws.databrew#Date",
2079                    "traits": {
2080                        "smithy.api#documentation": "<p>The date and time that the project was last modified.</p>"
2081                    }
2082                },
2083                "LastModifiedBy": {
2084                    "target": "com.amazonaws.databrew#LastModifiedBy",
2085                    "traits": {
2086                        "smithy.api#documentation": "<p>The identifier (user name) of the user who last modified the project.</p>"
2087                    }
2088                },
2089                "Name": {
2090                    "target": "com.amazonaws.databrew#ProjectName",
2091                    "traits": {
2092                        "smithy.api#documentation": "<p>The name of the project.</p>",
2093                        "smithy.api#required": {}
2094                    }
2095                },
2096                "RecipeName": {
2097                    "target": "com.amazonaws.databrew#RecipeName",
2098                    "traits": {
2099                        "smithy.api#documentation": "<p>The recipe associated with this job.</p>"
2100                    }
2101                },
2102                "ResourceArn": {
2103                    "target": "com.amazonaws.databrew#Arn",
2104                    "traits": {
2105                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the project.</p>"
2106                    }
2107                },
2108                "Sample": {
2109                    "target": "com.amazonaws.databrew#Sample"
2110                },
2111                "RoleArn": {
2112                    "target": "com.amazonaws.databrew#Arn",
2113                    "traits": {
2114                        "smithy.api#documentation": "<p>The ARN of the AWS Identity and Access Management (IAM) role to be assumed when\n            DataBrew runs the job.</p>"
2115                    }
2116                },
2117                "Tags": {
2118                    "target": "com.amazonaws.databrew#TagMap",
2119                    "traits": {
2120                        "smithy.api#documentation": "<p>Metadata tags associated with this project.</p>"
2121                    }
2122                },
2123                "SessionStatus": {
2124                    "target": "com.amazonaws.databrew#SessionStatus",
2125                    "traits": {
2126                        "smithy.api#documentation": "<p>Describes the current state of the session:</p>\n        <ul>\n            <li>\n                <p>\n                  <code>PROVISIONING</code> - allocating resources for the session.</p>\n            </li>\n            <li>\n                <p>\n                  <code>INITIALIZING</code> - getting the session ready for first use.</p>\n            </li>\n            <li>\n                <p>\n                  <code>ASSIGNED</code> - the session is ready for use.</p>\n            </li>\n         </ul>"
2127                    }
2128                },
2129                "OpenedBy": {
2130                    "target": "com.amazonaws.databrew#OpenedBy",
2131                    "traits": {
2132                        "smithy.api#documentation": "<p>The identifier (user name) of the user that opened the project for use. </p>"
2133                    }
2134                },
2135                "OpenDate": {
2136                    "target": "com.amazonaws.databrew#Date",
2137                    "traits": {
2138                        "smithy.api#documentation": "<p>The date and time when the project was opened. </p>"
2139                    }
2140                }
2141            }
2142        },
2143        "com.amazonaws.databrew#DescribeRecipe": {
2144            "type": "operation",
2145            "input": {
2146                "target": "com.amazonaws.databrew#DescribeRecipeRequest"
2147            },
2148            "output": {
2149                "target": "com.amazonaws.databrew#DescribeRecipeResponse"
2150            },
2151            "errors": [
2152                {
2153                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
2154                },
2155                {
2156                    "target": "com.amazonaws.databrew#ValidationException"
2157                }
2158            ],
2159            "traits": {
2160                "smithy.api#documentation": "<p>Returns the definition of a specific DataBrew recipe corresponding to a particular\n            version.</p>",
2161                "smithy.api#http": {
2162                    "method": "GET",
2163                    "uri": "/recipes/{Name}",
2164                    "code": 200
2165                }
2166            }
2167        },
2168        "com.amazonaws.databrew#DescribeRecipeRequest": {
2169            "type": "structure",
2170            "members": {
2171                "Name": {
2172                    "target": "com.amazonaws.databrew#RecipeName",
2173                    "traits": {
2174                        "smithy.api#documentation": "<p>The name of the recipe to be described.</p>",
2175                        "smithy.api#httpLabel": {},
2176                        "smithy.api#required": {}
2177                    }
2178                },
2179                "RecipeVersion": {
2180                    "target": "com.amazonaws.databrew#RecipeVersion",
2181                    "traits": {
2182                        "smithy.api#documentation": "<p>The recipe version identifier. If this parameter isn't specified, then the latest\n            published version is returned.</p>",
2183                        "smithy.api#httpQuery": "recipeVersion"
2184                    }
2185                }
2186            }
2187        },
2188        "com.amazonaws.databrew#DescribeRecipeResponse": {
2189            "type": "structure",
2190            "members": {
2191                "CreatedBy": {
2192                    "target": "com.amazonaws.databrew#CreatedBy",
2193                    "traits": {
2194                        "smithy.api#documentation": "<p>The identifier (user name) of the user who created the recipe.</p>"
2195                    }
2196                },
2197                "CreateDate": {
2198                    "target": "com.amazonaws.databrew#Date",
2199                    "traits": {
2200                        "smithy.api#documentation": "<p>The date and time that the recipe was created.</p>"
2201                    }
2202                },
2203                "LastModifiedBy": {
2204                    "target": "com.amazonaws.databrew#LastModifiedBy",
2205                    "traits": {
2206                        "smithy.api#documentation": "<p>The identifier (user name) of the user who last modified the recipe.</p>"
2207                    }
2208                },
2209                "LastModifiedDate": {
2210                    "target": "com.amazonaws.databrew#Date",
2211                    "traits": {
2212                        "smithy.api#documentation": "<p>The date and time that the recipe was last modified.</p>"
2213                    }
2214                },
2215                "ProjectName": {
2216                    "target": "com.amazonaws.databrew#ProjectName",
2217                    "traits": {
2218                        "smithy.api#documentation": "<p>The name of the project associated with this recipe.</p>"
2219                    }
2220                },
2221                "PublishedBy": {
2222                    "target": "com.amazonaws.databrew#PublishedBy",
2223                    "traits": {
2224                        "smithy.api#documentation": "<p>The identifier (user name) of the user who last published the recipe.</p>"
2225                    }
2226                },
2227                "PublishedDate": {
2228                    "target": "com.amazonaws.databrew#Date",
2229                    "traits": {
2230                        "smithy.api#documentation": "<p>The date and time when the recipe was last published.</p>"
2231                    }
2232                },
2233                "Description": {
2234                    "target": "com.amazonaws.databrew#RecipeDescription",
2235                    "traits": {
2236                        "smithy.api#documentation": "<p>The description of the recipe.</p>"
2237                    }
2238                },
2239                "Name": {
2240                    "target": "com.amazonaws.databrew#RecipeName",
2241                    "traits": {
2242                        "smithy.api#documentation": "<p>The name of the recipe.</p>",
2243                        "smithy.api#required": {}
2244                    }
2245                },
2246                "Steps": {
2247                    "target": "com.amazonaws.databrew#RecipeStepList",
2248                    "traits": {
2249                        "smithy.api#documentation": "<p>One or more steps to be performed by the recipe. Each step consists of an action, and\n            the conditions under which the action should succeed.</p>"
2250                    }
2251                },
2252                "Tags": {
2253                    "target": "com.amazonaws.databrew#TagMap",
2254                    "traits": {
2255                        "smithy.api#documentation": "<p>Metadata tags associated with this project.</p>"
2256                    }
2257                },
2258                "ResourceArn": {
2259                    "target": "com.amazonaws.databrew#Arn",
2260                    "traits": {
2261                        "smithy.api#documentation": "<p>The ARN of the recipe.</p>"
2262                    }
2263                },
2264                "RecipeVersion": {
2265                    "target": "com.amazonaws.databrew#RecipeVersion",
2266                    "traits": {
2267                        "smithy.api#documentation": "<p>The recipe version identifier.</p>"
2268                    }
2269                }
2270            }
2271        },
2272        "com.amazonaws.databrew#DescribeSchedule": {
2273            "type": "operation",
2274            "input": {
2275                "target": "com.amazonaws.databrew#DescribeScheduleRequest"
2276            },
2277            "output": {
2278                "target": "com.amazonaws.databrew#DescribeScheduleResponse"
2279            },
2280            "errors": [
2281                {
2282                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
2283                },
2284                {
2285                    "target": "com.amazonaws.databrew#ValidationException"
2286                }
2287            ],
2288            "traits": {
2289                "smithy.api#documentation": "<p>Returns the definition of a specific DataBrew schedule.</p>",
2290                "smithy.api#http": {
2291                    "method": "GET",
2292                    "uri": "/schedules/{Name}",
2293                    "code": 200
2294                }
2295            }
2296        },
2297        "com.amazonaws.databrew#DescribeScheduleRequest": {
2298            "type": "structure",
2299            "members": {
2300                "Name": {
2301                    "target": "com.amazonaws.databrew#ScheduleName",
2302                    "traits": {
2303                        "smithy.api#documentation": "<p>The name of the schedule to be described.</p>",
2304                        "smithy.api#httpLabel": {},
2305                        "smithy.api#required": {}
2306                    }
2307                }
2308            }
2309        },
2310        "com.amazonaws.databrew#DescribeScheduleResponse": {
2311            "type": "structure",
2312            "members": {
2313                "CreateDate": {
2314                    "target": "com.amazonaws.databrew#Date",
2315                    "traits": {
2316                        "smithy.api#documentation": "<p>The date and time that the schedule was created.</p>"
2317                    }
2318                },
2319                "CreatedBy": {
2320                    "target": "com.amazonaws.databrew#CreatedBy",
2321                    "traits": {
2322                        "smithy.api#documentation": "<p>The identifier (user name) of the user who created the schedule. </p>"
2323                    }
2324                },
2325                "JobNames": {
2326                    "target": "com.amazonaws.databrew#JobNameList",
2327                    "traits": {
2328                        "smithy.api#documentation": "<p>The name or names of one or more jobs to be run by using the schedule.</p>"
2329                    }
2330                },
2331                "LastModifiedBy": {
2332                    "target": "com.amazonaws.databrew#LastModifiedBy",
2333                    "traits": {
2334                        "smithy.api#documentation": "<p>The identifier (user name) of the user who last modified the schedule.</p>"
2335                    }
2336                },
2337                "LastModifiedDate": {
2338                    "target": "com.amazonaws.databrew#Date",
2339                    "traits": {
2340                        "smithy.api#documentation": "<p>The date and time that the schedule was last modified.</p>"
2341                    }
2342                },
2343                "ResourceArn": {
2344                    "target": "com.amazonaws.databrew#Arn",
2345                    "traits": {
2346                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the schedule.</p>"
2347                    }
2348                },
2349                "CronExpression": {
2350                    "target": "com.amazonaws.databrew#CronExpression",
2351                    "traits": {
2352                        "smithy.api#documentation": "<p>The date or dates and time or times when the jobs are to be run for the schedule. For\n            more information, see <a href=\"https://docs.aws.amazon.com/databrew/latest/dg/jobs.cron.html\">Cron expressions</a> in the\n                <i>AWS Glue DataBrew Developer Guide</i>.</p>"
2353                    }
2354                },
2355                "Tags": {
2356                    "target": "com.amazonaws.databrew#TagMap",
2357                    "traits": {
2358                        "smithy.api#documentation": "<p>Metadata tags associated with this schedule.</p>"
2359                    }
2360                },
2361                "Name": {
2362                    "target": "com.amazonaws.databrew#ScheduleName",
2363                    "traits": {
2364                        "smithy.api#documentation": "<p>The name of the schedule.</p>",
2365                        "smithy.api#required": {}
2366                    }
2367                }
2368            }
2369        },
2370        "com.amazonaws.databrew#EncryptionKeyArn": {
2371            "type": "string",
2372            "traits": {
2373                "smithy.api#length": {
2374                    "min": 20,
2375                    "max": 2048
2376                }
2377            }
2378        },
2379        "com.amazonaws.databrew#EncryptionMode": {
2380            "type": "string",
2381            "traits": {
2382                "smithy.api#enum": [
2383                    {
2384                        "value": "SSE-KMS",
2385                        "name": "SSEKMS"
2386                    },
2387                    {
2388                        "value": "SSE-S3",
2389                        "name": "SSES3"
2390                    }
2391                ]
2392            }
2393        },
2394        "com.amazonaws.databrew#ErrorCode": {
2395            "type": "string",
2396            "traits": {
2397                "smithy.api#pattern": "^[1-5][0-9][0-9]$"
2398            }
2399        },
2400        "com.amazonaws.databrew#ExcelOptions": {
2401            "type": "structure",
2402            "members": {
2403                "SheetNames": {
2404                    "target": "com.amazonaws.databrew#SheetNameList",
2405                    "traits": {
2406                        "smithy.api#documentation": "<p>One or more named sheets in the Excel file that will be included in the dataset.</p>"
2407                    }
2408                },
2409                "SheetIndexes": {
2410                    "target": "com.amazonaws.databrew#SheetIndexList",
2411                    "traits": {
2412                        "smithy.api#documentation": "<p>One or more sheet numbers in the Excel file that will be included in the\n            dataset.</p>"
2413                    }
2414                },
2415                "HeaderRow": {
2416                    "target": "com.amazonaws.databrew#HeaderRow",
2417                    "traits": {
2418                        "smithy.api#documentation": "<p>A variable that specifies whether the first row in the file is parsed as the\n            header. If this value is false, column names are auto-generated.</p>"
2419                    }
2420                }
2421            },
2422            "traits": {
2423                "smithy.api#documentation": "<p>Represents a set of options that define how DataBrew will interpret a Microsoft Excel file when \n            creating a dataset from that file.</p>"
2424            }
2425        },
2426        "com.amazonaws.databrew#ExecutionTime": {
2427            "type": "integer"
2428        },
2429        "com.amazonaws.databrew#Expression": {
2430            "type": "string",
2431            "traits": {
2432                "smithy.api#length": {
2433                    "min": 4,
2434                    "max": 1024
2435                },
2436                "smithy.api#pattern": "^[<>0-9A-Za-z_:)(!= ]+$"
2437            }
2438        },
2439        "com.amazonaws.databrew#FilesLimit": {
2440            "type": "structure",
2441            "members": {
2442                "MaxFiles": {
2443                    "target": "com.amazonaws.databrew#MaxFiles",
2444                    "traits": {
2445                        "smithy.api#documentation": "<p>The number of S3 files to select.</p>",
2446                        "smithy.api#required": {}
2447                    }
2448                },
2449                "OrderedBy": {
2450                    "target": "com.amazonaws.databrew#OrderedBy",
2451                    "traits": {
2452                        "smithy.api#documentation": "<p>A criteria to use for S3 files sorting before their selection. By default uses LAST_MODIFIED_DATE as \n            a sorting criteria. Currently it's the only allowed value.</p>"
2453                    }
2454                },
2455                "Order": {
2456                    "target": "com.amazonaws.databrew#Order",
2457                    "traits": {
2458                        "smithy.api#documentation": "<p>A criteria to use for S3 files sorting before their selection. By default uses DESCENDING order, \n            i.e. most recent files are selected first. Anotherpossible value is ASCENDING.</p>"
2459                    }
2460                }
2461            },
2462            "traits": {
2463                "smithy.api#documentation": "<p>Represents a limit imposed on number of S3 files that should be selected for a dataset from a connected \n            S3 path.</p>"
2464            }
2465        },
2466        "com.amazonaws.databrew#FilterExpression": {
2467            "type": "structure",
2468            "members": {
2469                "Expression": {
2470                    "target": "com.amazonaws.databrew#Expression",
2471                    "traits": {
2472                        "smithy.api#documentation": "<p>The expression which includes condition names followed by substitution variables, possibly grouped \n            and combined with other conditions. For example, \"(starts_with :prefix1 or starts_with :prefix2) and \n            (ends_with :suffix1 or ends_with :suffix2)\". Substitution variables should start with ':' symbol.</p>",
2473                        "smithy.api#required": {}
2474                    }
2475                },
2476                "ValuesMap": {
2477                    "target": "com.amazonaws.databrew#ValuesMap",
2478                    "traits": {
2479                        "smithy.api#documentation": "<p>The map of substitution variable names to their values used in this filter expression.</p>",
2480                        "smithy.api#required": {}
2481                    }
2482                }
2483            },
2484            "traits": {
2485                "smithy.api#documentation": "<p>Represents a structure for defining parameter conditions.</p>"
2486            }
2487        },
2488        "com.amazonaws.databrew#FormatOptions": {
2489            "type": "structure",
2490            "members": {
2491                "Json": {
2492                    "target": "com.amazonaws.databrew#JsonOptions",
2493                    "traits": {
2494                        "smithy.api#documentation": "<p>Options that define how JSON input is to be interpreted by DataBrew.</p>"
2495                    }
2496                },
2497                "Excel": {
2498                    "target": "com.amazonaws.databrew#ExcelOptions",
2499                    "traits": {
2500                        "smithy.api#documentation": "<p>Options that define how Excel input is to be interpreted by DataBrew.</p>"
2501                    }
2502                },
2503                "Csv": {
2504                    "target": "com.amazonaws.databrew#CsvOptions",
2505                    "traits": {
2506                        "smithy.api#documentation": "<p>Options that define how CSV input is to be interpreted by DataBrew.</p>"
2507                    }
2508                }
2509            },
2510            "traits": {
2511                "smithy.api#documentation": "<p>Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.</p>"
2512            }
2513        },
2514        "com.amazonaws.databrew#GlueConnectionName": {
2515            "type": "string",
2516            "traits": {
2517                "smithy.api#length": {
2518                    "min": 1,
2519                    "max": 255
2520                }
2521            }
2522        },
2523        "com.amazonaws.databrew#HeaderRow": {
2524            "type": "boolean",
2525            "traits": {
2526                "smithy.api#box": {}
2527            }
2528        },
2529        "com.amazonaws.databrew#HiddenColumnList": {
2530            "type": "list",
2531            "member": {
2532                "target": "com.amazonaws.databrew#ColumnName"
2533            }
2534        },
2535        "com.amazonaws.databrew#Input": {
2536            "type": "structure",
2537            "members": {
2538                "S3InputDefinition": {
2539                    "target": "com.amazonaws.databrew#S3Location",
2540                    "traits": {
2541                        "smithy.api#documentation": "<p>The Amazon S3 location where the data is stored.</p>"
2542                    }
2543                },
2544                "DataCatalogInputDefinition": {
2545                    "target": "com.amazonaws.databrew#DataCatalogInputDefinition",
2546                    "traits": {
2547                        "smithy.api#documentation": "<p>The AWS Glue Data Catalog parameters for the data.</p>"
2548                    }
2549                },
2550                "DatabaseInputDefinition": {
2551                    "target": "com.amazonaws.databrew#DatabaseInputDefinition",
2552                    "traits": {
2553                        "smithy.api#documentation": "<p>Connection information for dataset input files stored in a database.</p>"
2554                    }
2555                }
2556            },
2557            "traits": {
2558                "smithy.api#documentation": "<p>Represents information on how DataBrew can find data, in either the AWS Glue Data Catalog or\n            Amazon S3.</p>"
2559            }
2560        },
2561        "com.amazonaws.databrew#InputFormat": {
2562            "type": "string",
2563            "traits": {
2564                "smithy.api#enum": [
2565                    {
2566                        "value": "CSV",
2567                        "name": "CSV"
2568                    },
2569                    {
2570                        "value": "JSON",
2571                        "name": "JSON"
2572                    },
2573                    {
2574                        "value": "PARQUET",
2575                        "name": "PARQUET"
2576                    },
2577                    {
2578                        "value": "EXCEL",
2579                        "name": "EXCEL"
2580                    }
2581                ]
2582            }
2583        },
2584        "com.amazonaws.databrew#InternalServerException": {
2585            "type": "structure",
2586            "members": {
2587                "Message": {
2588                    "target": "com.amazonaws.databrew#Message"
2589                }
2590            },
2591            "traits": {
2592                "smithy.api#documentation": "<p>An internal service failure occurred.</p>",
2593                "smithy.api#error": "server",
2594                "smithy.api#httpError": 500
2595            }
2596        },
2597        "com.amazonaws.databrew#Job": {
2598            "type": "structure",
2599            "members": {
2600                "AccountId": {
2601                    "target": "com.amazonaws.databrew#AccountId",
2602                    "traits": {
2603                        "smithy.api#documentation": "<p>The ID of the AWS account that owns the job.</p>"
2604                    }
2605                },
2606                "CreatedBy": {
2607                    "target": "com.amazonaws.databrew#CreatedBy",
2608                    "traits": {
2609                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who created the job.</p>"
2610                    }
2611                },
2612                "CreateDate": {
2613                    "target": "com.amazonaws.databrew#Date",
2614                    "traits": {
2615                        "smithy.api#documentation": "<p>The date and time that the job was created.</p>"
2616                    }
2617                },
2618                "DatasetName": {
2619                    "target": "com.amazonaws.databrew#DatasetName",
2620                    "traits": {
2621                        "smithy.api#documentation": "<p>A dataset that the job is to process.</p>"
2622                    }
2623                },
2624                "EncryptionKeyArn": {
2625                    "target": "com.amazonaws.databrew#EncryptionKeyArn",
2626                    "traits": {
2627                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of an encryption key that is used to protect the job\n            output. For more information, see <a href=\"https://docs.aws.amazon.com/databrew/latest/dg/encryption-security-configuration.html\">Encrypting data\n                written by DataBrew jobs</a>\n         </p>"
2628                    }
2629                },
2630                "EncryptionMode": {
2631                    "target": "com.amazonaws.databrew#EncryptionMode",
2632                    "traits": {
2633                        "smithy.api#documentation": "<p>The encryption mode for the job, which can be one of the following:</p>\n        <ul>\n            <li>\n                <p>\n                  <code>SSE-KMS</code> - Server-side encryption with keys managed by AWS KMS.</p>\n            </li>\n            <li>\n                <p>\n                  <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon\n                    S3.</p>\n            </li>\n         </ul>"
2634                    }
2635                },
2636                "Name": {
2637                    "target": "com.amazonaws.databrew#JobName",
2638                    "traits": {
2639                        "smithy.api#documentation": "<p>The unique name of the job.</p>",
2640                        "smithy.api#required": {}
2641                    }
2642                },
2643                "Type": {
2644                    "target": "com.amazonaws.databrew#JobType",
2645                    "traits": {
2646                        "smithy.api#documentation": "<p>The job type of the job, which must be one of the following:</p>\n        <ul>\n            <li>\n                <p>\n                  <code>PROFILE</code> - A job to analyze a dataset, to determine its size, data\n                    types, data distribution, and more.</p>\n            </li>\n            <li>\n                <p>\n                  <code>RECIPE</code> - A job to apply one or more transformations to a\n                    dataset.</p>\n            </li>\n         </ul>"
2647                    }
2648                },
2649                "LastModifiedBy": {
2650                    "target": "com.amazonaws.databrew#LastModifiedBy",
2651                    "traits": {
2652                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who last modified the job.</p>"
2653                    }
2654                },
2655                "LastModifiedDate": {
2656                    "target": "com.amazonaws.databrew#Date",
2657                    "traits": {
2658                        "smithy.api#documentation": "<p>The modification date and time of the job.</p>"
2659                    }
2660                },
2661                "LogSubscription": {
2662                    "target": "com.amazonaws.databrew#LogSubscription",
2663                    "traits": {
2664                        "smithy.api#documentation": "<p>The current status of Amazon CloudWatch logging for the job.</p>"
2665                    }
2666                },
2667                "MaxCapacity": {
2668                    "target": "com.amazonaws.databrew#MaxCapacity",
2669                    "traits": {
2670                        "smithy.api#documentation": "<p>The maximum number of nodes that can be consumed when the job processes data.</p>"
2671                    }
2672                },
2673                "MaxRetries": {
2674                    "target": "com.amazonaws.databrew#MaxRetries",
2675                    "traits": {
2676                        "smithy.api#documentation": "<p>The maximum number of times to retry the job after a job run fails.</p>"
2677                    }
2678                },
2679                "Outputs": {
2680                    "target": "com.amazonaws.databrew#OutputList",
2681                    "traits": {
2682                        "smithy.api#documentation": "<p>One or more artifacts that represent output from running the job.</p>"
2683                    }
2684                },
2685                "ProjectName": {
2686                    "target": "com.amazonaws.databrew#ProjectName",
2687                    "traits": {
2688                        "smithy.api#documentation": "<p>The name of the project that the job is associated with.</p>"
2689                    }
2690                },
2691                "RecipeReference": {
2692                    "target": "com.amazonaws.databrew#RecipeReference",
2693                    "traits": {
2694                        "smithy.api#documentation": "<p>A set of steps that the job runs.</p>"
2695                    }
2696                },
2697                "ResourceArn": {
2698                    "target": "com.amazonaws.databrew#Arn",
2699                    "traits": {
2700                        "smithy.api#documentation": "<p>The unique Amazon Resource Name (ARN) for the job.</p>"
2701                    }
2702                },
2703                "RoleArn": {
2704                    "target": "com.amazonaws.databrew#Arn",
2705                    "traits": {
2706                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the role to be assumed for this job.</p>"
2707                    }
2708                },
2709                "Timeout": {
2710                    "target": "com.amazonaws.databrew#Timeout",
2711                    "traits": {
2712                        "smithy.api#documentation": "<p>The job's timeout in minutes. A job that attempts to run longer than this timeout\n            period ends with a status of <code>TIMEOUT</code>.</p>"
2713                    }
2714                },
2715                "Tags": {
2716                    "target": "com.amazonaws.databrew#TagMap",
2717                    "traits": {
2718                        "smithy.api#documentation": "<p>Metadata tags that have been applied to the job.</p>"
2719                    }
2720                },
2721                "JobSample": {
2722                    "target": "com.amazonaws.databrew#JobSample",
2723                    "traits": {
2724                        "smithy.api#documentation": "<p>A sample configuration for profile jobs only, which determines the number of rows on which the\n            profile job is run. If a <code>JobSample</code> value isn't provided, the default value\n            is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the\n            size parameter.</p>"
2725                    }
2726                }
2727            },
2728            "traits": {
2729                "smithy.api#documentation": "<p>Represents all of the attributes of a DataBrew job.</p>"
2730            }
2731        },
2732        "com.amazonaws.databrew#JobList": {
2733            "type": "list",
2734            "member": {
2735                "target": "com.amazonaws.databrew#Job"
2736            }
2737        },
2738        "com.amazonaws.databrew#JobName": {
2739            "type": "string",
2740            "traits": {
2741                "smithy.api#length": {
2742                    "min": 1,
2743                    "max": 240
2744                }
2745            }
2746        },
2747        "com.amazonaws.databrew#JobNameList": {
2748            "type": "list",
2749            "member": {
2750                "target": "com.amazonaws.databrew#JobName"
2751            },
2752            "traits": {
2753                "smithy.api#length": {
2754                    "min": 0,
2755                    "max": 50
2756                }
2757            }
2758        },
2759        "com.amazonaws.databrew#JobRun": {
2760            "type": "structure",
2761            "members": {
2762                "Attempt": {
2763                    "target": "com.amazonaws.databrew#Attempt",
2764                    "traits": {
2765                        "smithy.api#documentation": "<p>The number of times that DataBrew has attempted to run the job.</p>"
2766                    }
2767                },
2768                "CompletedOn": {
2769                    "target": "com.amazonaws.databrew#Date",
2770                    "traits": {
2771                        "smithy.api#documentation": "<p>The date and time when the job completed processing.</p>"
2772                    }
2773                },
2774                "DatasetName": {
2775                    "target": "com.amazonaws.databrew#DatasetName",
2776                    "traits": {
2777                        "smithy.api#documentation": "<p>The name of the dataset for the job to process.</p>"
2778                    }
2779                },
2780                "ErrorMessage": {
2781                    "target": "com.amazonaws.databrew#JobRunErrorMessage",
2782                    "traits": {
2783                        "smithy.api#documentation": "<p>A message indicating an error (if any) that was encountered when the job ran.</p>"
2784                    }
2785                },
2786                "ExecutionTime": {
2787                    "target": "com.amazonaws.databrew#ExecutionTime",
2788                    "traits": {
2789                        "smithy.api#documentation": "<p>The amount of time, in seconds, during which a job run consumed resources.</p>"
2790                    }
2791                },
2792                "JobName": {
2793                    "target": "com.amazonaws.databrew#JobName",
2794                    "traits": {
2795                        "smithy.api#documentation": "<p>The name of the job being processed during this run.</p>"
2796                    }
2797                },
2798                "RunId": {
2799                    "target": "com.amazonaws.databrew#JobRunId",
2800                    "traits": {
2801                        "smithy.api#documentation": "<p>The unique identifier of the job run.</p>"
2802                    }
2803                },
2804                "State": {
2805                    "target": "com.amazonaws.databrew#JobRunState",
2806                    "traits": {
2807                        "smithy.api#documentation": "<p>The current state of the job run entity itself.</p>"
2808                    }
2809                },
2810                "LogSubscription": {
2811                    "target": "com.amazonaws.databrew#LogSubscription",
2812                    "traits": {
2813                        "smithy.api#documentation": "<p>The current status of Amazon CloudWatch logging for the job run.</p>"
2814                    }
2815                },
2816                "LogGroupName": {
2817                    "target": "com.amazonaws.databrew#LogGroupName",
2818                    "traits": {
2819                        "smithy.api#documentation": "<p>The name of an Amazon CloudWatch log group, where the job writes diagnostic messages\n            when it runs.</p>"
2820                    }
2821                },
2822                "Outputs": {
2823                    "target": "com.amazonaws.databrew#OutputList",
2824                    "traits": {
2825                        "smithy.api#documentation": "<p>One or more output artifacts from a job run.</p>"
2826                    }
2827                },
2828                "RecipeReference": {
2829                    "target": "com.amazonaws.databrew#RecipeReference",
2830                    "traits": {
2831                        "smithy.api#documentation": "<p>The set of steps processed by the job.</p>"
2832                    }
2833                },
2834                "StartedBy": {
2835                    "target": "com.amazonaws.databrew#StartedBy",
2836                    "traits": {
2837                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who initiated the job run. </p>"
2838                    }
2839                },
2840                "StartedOn": {
2841                    "target": "com.amazonaws.databrew#Date",
2842                    "traits": {
2843                        "smithy.api#documentation": "<p>The date and time when the job run began. </p>"
2844                    }
2845                },
2846                "JobSample": {
2847                    "target": "com.amazonaws.databrew#JobSample",
2848                    "traits": {
2849                        "smithy.api#documentation": "<p>A sample configuration for profile jobs only, which determines the number of rows on which the\n            profile job is run. If a <code>JobSample</code> value isn't provided, the default\n            is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the\n            size parameter.</p>"
2850                    }
2851                }
2852            },
2853            "traits": {
2854                "smithy.api#documentation": "<p>Represents one run of a DataBrew job.</p>"
2855            }
2856        },
2857        "com.amazonaws.databrew#JobRunErrorMessage": {
2858            "type": "string"
2859        },
2860        "com.amazonaws.databrew#JobRunId": {
2861            "type": "string",
2862            "traits": {
2863                "smithy.api#length": {
2864                    "min": 1,
2865                    "max": 255
2866                }
2867            }
2868        },
2869        "com.amazonaws.databrew#JobRunList": {
2870            "type": "list",
2871            "member": {
2872                "target": "com.amazonaws.databrew#JobRun"
2873            }
2874        },
2875        "com.amazonaws.databrew#JobRunState": {
2876            "type": "string",
2877            "traits": {
2878                "smithy.api#enum": [
2879                    {
2880                        "value": "STARTING",
2881                        "name": "STARTING"
2882                    },
2883                    {
2884                        "value": "RUNNING",
2885                        "name": "RUNNING"
2886                    },
2887                    {
2888                        "value": "STOPPING",
2889                        "name": "STOPPING"
2890                    },
2891                    {
2892                        "value": "STOPPED",
2893                        "name": "STOPPED"
2894                    },
2895                    {
2896                        "value": "SUCCEEDED",
2897                        "name": "SUCCEEDED"
2898                    },
2899                    {
2900                        "value": "FAILED",
2901                        "name": "FAILED"
2902                    },
2903                    {
2904                        "value": "TIMEOUT",
2905                        "name": "TIMEOUT"
2906                    }
2907                ]
2908            }
2909        },
2910        "com.amazonaws.databrew#JobSample": {
2911            "type": "structure",
2912            "members": {
2913                "Mode": {
2914                    "target": "com.amazonaws.databrew#SampleMode",
2915                    "traits": {
2916                        "smithy.api#documentation": "<p>A value that determines whether the profile job is run on the entire dataset or a\n            specified number of rows. This value must be one of the following:</p>\n        <ul>\n            <li>\n                <p>FULL_DATASET - The profile job is run on the entire dataset.</p>\n            </li>\n            <li>\n                <p>CUSTOM_ROWS - The profile job is run on the number of rows specified in the\n                    <code>Size</code> parameter.</p>\n            </li>\n         </ul>"
2917                    }
2918                },
2919                "Size": {
2920                    "target": "com.amazonaws.databrew#JobSize",
2921                    "traits": {
2922                        "smithy.api#documentation": "<p>The <code>Size</code> parameter is only required when the mode is CUSTOM_ROWS. The\n            profile job is run on the specified number of rows. The maximum value for size is\n            Long.MAX_VALUE.</p>\n        <p>Long.MAX_VALUE = 9223372036854775807</p>"
2923                    }
2924                }
2925            },
2926            "traits": {
2927                "smithy.api#documentation": "<p>A sample configuration for profile jobs only, which determines the number of rows on which the\n            profile job is run. If a <code>JobSample</code> value isn't provided, the\n            default is used. The default value is CUSTOM_ROWS for the mode parameter and\n            20,000 for the size parameter.</p>"
2928            }
2929        },
2930        "com.amazonaws.databrew#JobSize": {
2931            "type": "long",
2932            "traits": {
2933                "smithy.api#box": {}
2934            }
2935        },
2936        "com.amazonaws.databrew#JobType": {
2937            "type": "string",
2938            "traits": {
2939                "smithy.api#enum": [
2940                    {
2941                        "value": "PROFILE",
2942                        "name": "PROFILE"
2943                    },
2944                    {
2945                        "value": "RECIPE",
2946                        "name": "RECIPE"
2947                    }
2948                ]
2949            }
2950        },
2951        "com.amazonaws.databrew#JsonOptions": {
2952            "type": "structure",
2953            "members": {
2954                "MultiLine": {
2955                    "target": "com.amazonaws.databrew#MultiLine",
2956                    "traits": {
2957                        "smithy.api#documentation": "<p>A value that specifies whether JSON input contains embedded new line\n            characters.</p>"
2958                    }
2959                }
2960            },
2961            "traits": {
2962                "smithy.api#documentation": "<p>Represents the JSON-specific options that define how input is to be interpreted by AWS\n            Glue DataBrew.</p>"
2963            }
2964        },
2965        "com.amazonaws.databrew#Key": {
2966            "type": "string",
2967            "traits": {
2968                "smithy.api#length": {
2969                    "min": 1,
2970                    "max": 1280
2971                }
2972            }
2973        },
2974        "com.amazonaws.databrew#LastModifiedBy": {
2975            "type": "string"
2976        },
2977        "com.amazonaws.databrew#ListDatasets": {
2978            "type": "operation",
2979            "input": {
2980                "target": "com.amazonaws.databrew#ListDatasetsRequest"
2981            },
2982            "output": {
2983                "target": "com.amazonaws.databrew#ListDatasetsResponse"
2984            },
2985            "errors": [
2986                {
2987                    "target": "com.amazonaws.databrew#ValidationException"
2988                }
2989            ],
2990            "traits": {
2991                "smithy.api#documentation": "<p>Lists all of the DataBrew datasets.</p>",
2992                "smithy.api#http": {
2993                    "method": "GET",
2994                    "uri": "/datasets",
2995                    "code": 200
2996                },
2997                "smithy.api#paginated": {
2998                    "inputToken": "NextToken",
2999                    "outputToken": "NextToken",
3000                    "items": "Datasets",
3001                    "pageSize": "MaxResults"
3002                }
3003            }
3004        },
3005        "com.amazonaws.databrew#ListDatasetsRequest": {
3006            "type": "structure",
3007            "members": {
3008                "MaxResults": {
3009                    "target": "com.amazonaws.databrew#MaxResults100",
3010                    "traits": {
3011                        "smithy.api#documentation": "<p>The maximum number of results to return in this request. </p>",
3012                        "smithy.api#httpQuery": "maxResults"
3013                    }
3014                },
3015                "NextToken": {
3016                    "target": "com.amazonaws.databrew#NextToken",
3017                    "traits": {
3018                        "smithy.api#documentation": "<p>The token returned by a previous call to retrieve the next set of results.</p>",
3019                        "smithy.api#httpQuery": "nextToken"
3020                    }
3021                }
3022            }
3023        },
3024        "com.amazonaws.databrew#ListDatasetsResponse": {
3025            "type": "structure",
3026            "members": {
3027                "Datasets": {
3028                    "target": "com.amazonaws.databrew#DatasetList",
3029                    "traits": {
3030                        "smithy.api#documentation": "<p>A list of datasets that are defined.</p>",
3031                        "smithy.api#required": {}
3032                    }
3033                },
3034                "NextToken": {
3035                    "target": "com.amazonaws.databrew#NextToken",
3036                    "traits": {
3037                        "smithy.api#documentation": "<p>A token that you can use in a subsequent call to retrieve the next set of\n            results.</p>"
3038                    }
3039                }
3040            }
3041        },
3042        "com.amazonaws.databrew#ListJobRuns": {
3043            "type": "operation",
3044            "input": {
3045                "target": "com.amazonaws.databrew#ListJobRunsRequest"
3046            },
3047            "output": {
3048                "target": "com.amazonaws.databrew#ListJobRunsResponse"
3049            },
3050            "errors": [
3051                {
3052                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
3053                },
3054                {
3055                    "target": "com.amazonaws.databrew#ValidationException"
3056                }
3057            ],
3058            "traits": {
3059                "smithy.api#documentation": "<p>Lists all of the previous runs of a particular DataBrew job.</p>",
3060                "smithy.api#http": {
3061                    "method": "GET",
3062                    "uri": "/jobs/{Name}/jobRuns",
3063                    "code": 200
3064                },
3065                "smithy.api#paginated": {
3066                    "inputToken": "NextToken",
3067                    "outputToken": "NextToken",
3068                    "items": "JobRuns",
3069                    "pageSize": "MaxResults"
3070                }
3071            }
3072        },
3073        "com.amazonaws.databrew#ListJobRunsRequest": {
3074            "type": "structure",
3075            "members": {
3076                "Name": {
3077                    "target": "com.amazonaws.databrew#JobName",
3078                    "traits": {
3079                        "smithy.api#documentation": "<p>The name of the job.</p>",
3080                        "smithy.api#httpLabel": {},
3081                        "smithy.api#required": {}
3082                    }
3083                },
3084                "MaxResults": {
3085                    "target": "com.amazonaws.databrew#MaxResults100",
3086                    "traits": {
3087                        "smithy.api#documentation": "<p>The maximum number of results to return in this request. </p>",
3088                        "smithy.api#httpQuery": "maxResults"
3089                    }
3090                },
3091                "NextToken": {
3092                    "target": "com.amazonaws.databrew#NextToken",
3093                    "traits": {
3094                        "smithy.api#documentation": "<p>The token returned by a previous call to retrieve the next set of results.</p>",
3095                        "smithy.api#httpQuery": "nextToken"
3096                    }
3097                }
3098            }
3099        },
3100        "com.amazonaws.databrew#ListJobRunsResponse": {
3101            "type": "structure",
3102            "members": {
3103                "JobRuns": {
3104                    "target": "com.amazonaws.databrew#JobRunList",
3105                    "traits": {
3106                        "smithy.api#documentation": "<p>A list of job runs that have occurred for the specified job.</p>",
3107                        "smithy.api#required": {}
3108                    }
3109                },
3110                "NextToken": {
3111                    "target": "com.amazonaws.databrew#NextToken",
3112                    "traits": {
3113                        "smithy.api#documentation": "<p>A token that you can use in a subsequent call to retrieve the next set of\n            results.</p>"
3114                    }
3115                }
3116            }
3117        },
3118        "com.amazonaws.databrew#ListJobs": {
3119            "type": "operation",
3120            "input": {
3121                "target": "com.amazonaws.databrew#ListJobsRequest"
3122            },
3123            "output": {
3124                "target": "com.amazonaws.databrew#ListJobsResponse"
3125            },
3126            "errors": [
3127                {
3128                    "target": "com.amazonaws.databrew#ValidationException"
3129                }
3130            ],
3131            "traits": {
3132                "smithy.api#documentation": "<p>Lists all of the DataBrew jobs that are defined.</p>",
3133                "smithy.api#http": {
3134                    "method": "GET",
3135                    "uri": "/jobs",
3136                    "code": 200
3137                },
3138                "smithy.api#paginated": {
3139                    "inputToken": "NextToken",
3140                    "outputToken": "NextToken",
3141                    "items": "Jobs",
3142                    "pageSize": "MaxResults"
3143                }
3144            }
3145        },
3146        "com.amazonaws.databrew#ListJobsRequest": {
3147            "type": "structure",
3148            "members": {
3149                "DatasetName": {
3150                    "target": "com.amazonaws.databrew#DatasetName",
3151                    "traits": {
3152                        "smithy.api#documentation": "<p>The name of a dataset. Using this parameter indicates to return only those jobs that\n            act on the specified dataset.</p>",
3153                        "smithy.api#httpQuery": "datasetName"
3154                    }
3155                },
3156                "MaxResults": {
3157                    "target": "com.amazonaws.databrew#MaxResults100",
3158                    "traits": {
3159                        "smithy.api#documentation": "<p>The maximum number of results to return in this request. </p>",
3160                        "smithy.api#httpQuery": "maxResults"
3161                    }
3162                },
3163                "NextToken": {
3164                    "target": "com.amazonaws.databrew#NextToken",
3165                    "traits": {
3166                        "smithy.api#documentation": "<p>A token generated by DataBrew that specifies where to continue pagination if a\n            previous request was truncated. To get the next set of pages, pass in the NextToken\n            value from the response object of the previous page call. </p>",
3167                        "smithy.api#httpQuery": "nextToken"
3168                    }
3169                },
3170                "ProjectName": {
3171                    "target": "com.amazonaws.databrew#ProjectName",
3172                    "traits": {
3173                        "smithy.api#documentation": "<p>The name of a project. Using this parameter indicates to return only those jobs that\n            are associated with the specified project.</p>",
3174                        "smithy.api#httpQuery": "projectName"
3175                    }
3176                }
3177            }
3178        },
3179        "com.amazonaws.databrew#ListJobsResponse": {
3180            "type": "structure",
3181            "members": {
3182                "Jobs": {
3183                    "target": "com.amazonaws.databrew#JobList",
3184                    "traits": {
3185                        "smithy.api#documentation": "<p>A list of jobs that are defined.</p>",
3186                        "smithy.api#required": {}
3187                    }
3188                },
3189                "NextToken": {
3190                    "target": "com.amazonaws.databrew#NextToken",
3191                    "traits": {
3192                        "smithy.api#documentation": "<p>A token that you can use in a subsequent call to retrieve the next set of\n            results.</p>"
3193                    }
3194                }
3195            }
3196        },
3197        "com.amazonaws.databrew#ListProjects": {
3198            "type": "operation",
3199            "input": {
3200                "target": "com.amazonaws.databrew#ListProjectsRequest"
3201            },
3202            "output": {
3203                "target": "com.amazonaws.databrew#ListProjectsResponse"
3204            },
3205            "errors": [
3206                {
3207                    "target": "com.amazonaws.databrew#ValidationException"
3208                }
3209            ],
3210            "traits": {
3211                "smithy.api#documentation": "<p>Lists all of the DataBrew projects that are defined.</p>",
3212                "smithy.api#http": {
3213                    "method": "GET",
3214                    "uri": "/projects",
3215                    "code": 200
3216                },
3217                "smithy.api#paginated": {
3218                    "inputToken": "NextToken",
3219                    "outputToken": "NextToken",
3220                    "items": "Projects",
3221                    "pageSize": "MaxResults"
3222                }
3223            }
3224        },
3225        "com.amazonaws.databrew#ListProjectsRequest": {
3226            "type": "structure",
3227            "members": {
3228                "NextToken": {
3229                    "target": "com.amazonaws.databrew#NextToken",
3230                    "traits": {
3231                        "smithy.api#documentation": "<p>The token returned by a previous call to retrieve the next set of results.</p>",
3232                        "smithy.api#httpQuery": "nextToken"
3233                    }
3234                },
3235                "MaxResults": {
3236                    "target": "com.amazonaws.databrew#MaxResults100",
3237                    "traits": {
3238                        "smithy.api#documentation": "<p>The maximum number of results to return in this request. </p>",
3239                        "smithy.api#httpQuery": "maxResults"
3240                    }
3241                }
3242            }
3243        },
3244        "com.amazonaws.databrew#ListProjectsResponse": {
3245            "type": "structure",
3246            "members": {
3247                "Projects": {
3248                    "target": "com.amazonaws.databrew#ProjectList",
3249                    "traits": {
3250                        "smithy.api#documentation": "<p>A list of projects that are defined .</p>",
3251                        "smithy.api#required": {}
3252                    }
3253                },
3254                "NextToken": {
3255                    "target": "com.amazonaws.databrew#NextToken",
3256                    "traits": {
3257                        "smithy.api#documentation": "<p>A token that you can use in a subsequent call to retrieve the next set of\n            results.</p>"
3258                    }
3259                }
3260            }
3261        },
3262        "com.amazonaws.databrew#ListRecipeVersions": {
3263            "type": "operation",
3264            "input": {
3265                "target": "com.amazonaws.databrew#ListRecipeVersionsRequest"
3266            },
3267            "output": {
3268                "target": "com.amazonaws.databrew#ListRecipeVersionsResponse"
3269            },
3270            "errors": [
3271                {
3272                    "target": "com.amazonaws.databrew#ValidationException"
3273                }
3274            ],
3275            "traits": {
3276                "smithy.api#documentation": "<p>Lists the versions of a particular DataBrew recipe, except for\n                <code>LATEST_WORKING</code>.</p>",
3277                "smithy.api#http": {
3278                    "method": "GET",
3279                    "uri": "/recipeVersions",
3280                    "code": 200
3281                },
3282                "smithy.api#paginated": {
3283                    "inputToken": "NextToken",
3284                    "outputToken": "NextToken",
3285                    "items": "Recipes",
3286                    "pageSize": "MaxResults"
3287                }
3288            }
3289        },
3290        "com.amazonaws.databrew#ListRecipeVersionsRequest": {
3291            "type": "structure",
3292            "members": {
3293                "MaxResults": {
3294                    "target": "com.amazonaws.databrew#MaxResults100",
3295                    "traits": {
3296                        "smithy.api#documentation": "<p>The maximum number of results to return in this request. </p>",
3297                        "smithy.api#httpQuery": "maxResults"
3298                    }
3299                },
3300                "NextToken": {
3301                    "target": "com.amazonaws.databrew#NextToken",
3302                    "traits": {
3303                        "smithy.api#documentation": "<p>The token returned by a previous call to retrieve the next set of results.</p>",
3304                        "smithy.api#httpQuery": "nextToken"
3305                    }
3306                },
3307                "Name": {
3308                    "target": "com.amazonaws.databrew#RecipeName",
3309                    "traits": {
3310                        "smithy.api#documentation": "<p>The name of the recipe for which to return version information.</p>",
3311                        "smithy.api#httpQuery": "name",
3312                        "smithy.api#required": {}
3313                    }
3314                }
3315            }
3316        },
3317        "com.amazonaws.databrew#ListRecipeVersionsResponse": {
3318            "type": "structure",
3319            "members": {
3320                "NextToken": {
3321                    "target": "com.amazonaws.databrew#NextToken",
3322                    "traits": {
3323                        "smithy.api#documentation": "<p>A token that you can use in a subsequent call to retrieve the next set of\n            results.</p>"
3324                    }
3325                },
3326                "Recipes": {
3327                    "target": "com.amazonaws.databrew#RecipeList",
3328                    "traits": {
3329                        "smithy.api#documentation": "<p>A list of versions for the specified recipe.</p>",
3330                        "smithy.api#required": {}
3331                    }
3332                }
3333            }
3334        },
3335        "com.amazonaws.databrew#ListRecipes": {
3336            "type": "operation",
3337            "input": {
3338                "target": "com.amazonaws.databrew#ListRecipesRequest"
3339            },
3340            "output": {
3341                "target": "com.amazonaws.databrew#ListRecipesResponse"
3342            },
3343            "errors": [
3344                {
3345                    "target": "com.amazonaws.databrew#ValidationException"
3346                }
3347            ],
3348            "traits": {
3349                "smithy.api#documentation": "<p>Lists all of the DataBrew recipes that are defined.</p>",
3350                "smithy.api#http": {
3351                    "method": "GET",
3352                    "uri": "/recipes",
3353                    "code": 200
3354                },
3355                "smithy.api#paginated": {
3356                    "inputToken": "NextToken",
3357                    "outputToken": "NextToken",
3358                    "items": "Recipes",
3359                    "pageSize": "MaxResults"
3360                }
3361            }
3362        },
3363        "com.amazonaws.databrew#ListRecipesRequest": {
3364            "type": "structure",
3365            "members": {
3366                "MaxResults": {
3367                    "target": "com.amazonaws.databrew#MaxResults100",
3368                    "traits": {
3369                        "smithy.api#documentation": "<p>The maximum number of results to return in this request. </p>",
3370                        "smithy.api#httpQuery": "maxResults"
3371                    }
3372                },
3373                "NextToken": {
3374                    "target": "com.amazonaws.databrew#NextToken",
3375                    "traits": {
3376                        "smithy.api#documentation": "<p>The token returned by a previous call to retrieve the next set of results.</p>",
3377                        "smithy.api#httpQuery": "nextToken"
3378                    }
3379                },
3380                "RecipeVersion": {
3381                    "target": "com.amazonaws.databrew#RecipeVersion",
3382                    "traits": {
3383                        "smithy.api#documentation": "<p>Return only those recipes with a version identifier of <code>LATEST_WORKING</code> or\n                <code>LATEST_PUBLISHED</code>. If <code>RecipeVersion</code> is omitted,\n                <code>ListRecipes</code> returns all of the <code>LATEST_PUBLISHED</code> recipe\n            versions.</p>\n        <p>Valid values: <code>LATEST_WORKING</code> | <code>LATEST_PUBLISHED</code>\n         </p>",
3384                        "smithy.api#httpQuery": "recipeVersion"
3385                    }
3386                }
3387            }
3388        },
3389        "com.amazonaws.databrew#ListRecipesResponse": {
3390            "type": "structure",
3391            "members": {
3392                "Recipes": {
3393                    "target": "com.amazonaws.databrew#RecipeList",
3394                    "traits": {
3395                        "smithy.api#documentation": "<p>A list of recipes that are defined.</p>",
3396                        "smithy.api#required": {}
3397                    }
3398                },
3399                "NextToken": {
3400                    "target": "com.amazonaws.databrew#NextToken",
3401                    "traits": {
3402                        "smithy.api#documentation": "<p>A token that you can use in a subsequent call to retrieve the next set of\n            results.</p>"
3403                    }
3404                }
3405            }
3406        },
3407        "com.amazonaws.databrew#ListSchedules": {
3408            "type": "operation",
3409            "input": {
3410                "target": "com.amazonaws.databrew#ListSchedulesRequest"
3411            },
3412            "output": {
3413                "target": "com.amazonaws.databrew#ListSchedulesResponse"
3414            },
3415            "errors": [
3416                {
3417                    "target": "com.amazonaws.databrew#ValidationException"
3418                }
3419            ],
3420            "traits": {
3421                "smithy.api#documentation": "<p>Lists the DataBrew schedules that are defined.</p>",
3422                "smithy.api#http": {
3423                    "method": "GET",
3424                    "uri": "/schedules",
3425                    "code": 200
3426                },
3427                "smithy.api#paginated": {
3428                    "inputToken": "NextToken",
3429                    "outputToken": "NextToken",
3430                    "items": "Schedules",
3431                    "pageSize": "MaxResults"
3432                }
3433            }
3434        },
3435        "com.amazonaws.databrew#ListSchedulesRequest": {
3436            "type": "structure",
3437            "members": {
3438                "JobName": {
3439                    "target": "com.amazonaws.databrew#JobName",
3440                    "traits": {
3441                        "smithy.api#documentation": "<p>The name of the job that these schedules apply to.</p>",
3442                        "smithy.api#httpQuery": "jobName"
3443                    }
3444                },
3445                "MaxResults": {
3446                    "target": "com.amazonaws.databrew#MaxResults100",
3447                    "traits": {
3448                        "smithy.api#documentation": "<p>The maximum number of results to return in this request. </p>",
3449                        "smithy.api#httpQuery": "maxResults"
3450                    }
3451                },
3452                "NextToken": {
3453                    "target": "com.amazonaws.databrew#NextToken",
3454                    "traits": {
3455                        "smithy.api#documentation": "<p>The token returned by a previous call to retrieve the next set of results.</p>",
3456                        "smithy.api#httpQuery": "nextToken"
3457                    }
3458                }
3459            }
3460        },
3461        "com.amazonaws.databrew#ListSchedulesResponse": {
3462            "type": "structure",
3463            "members": {
3464                "Schedules": {
3465                    "target": "com.amazonaws.databrew#ScheduleList",
3466                    "traits": {
3467                        "smithy.api#documentation": "<p>A list of schedules that are defined.</p>",
3468                        "smithy.api#required": {}
3469                    }
3470                },
3471                "NextToken": {
3472                    "target": "com.amazonaws.databrew#NextToken",
3473                    "traits": {
3474                        "smithy.api#documentation": "<p>A token that you can use in a subsequent call to retrieve the next set of\n            results.</p>"
3475                    }
3476                }
3477            }
3478        },
3479        "com.amazonaws.databrew#ListTagsForResource": {
3480            "type": "operation",
3481            "input": {
3482                "target": "com.amazonaws.databrew#ListTagsForResourceRequest"
3483            },
3484            "output": {
3485                "target": "com.amazonaws.databrew#ListTagsForResourceResponse"
3486            },
3487            "errors": [
3488                {
3489                    "target": "com.amazonaws.databrew#InternalServerException"
3490                },
3491                {
3492                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
3493                },
3494                {
3495                    "target": "com.amazonaws.databrew#ValidationException"
3496                }
3497            ],
3498            "traits": {
3499                "smithy.api#documentation": "<p>Lists all the tags for a DataBrew resource. </p>",
3500                "smithy.api#http": {
3501                    "method": "GET",
3502                    "uri": "/tags/{ResourceArn}",
3503                    "code": 200
3504                }
3505            }
3506        },
3507        "com.amazonaws.databrew#ListTagsForResourceRequest": {
3508            "type": "structure",
3509            "members": {
3510                "ResourceArn": {
3511                    "target": "com.amazonaws.databrew#Arn",
3512                    "traits": {
3513                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) string that uniquely identifies the DataBrew resource.\n        </p>",
3514                        "smithy.api#httpLabel": {},
3515                        "smithy.api#required": {}
3516                    }
3517                }
3518            }
3519        },
3520        "com.amazonaws.databrew#ListTagsForResourceResponse": {
3521            "type": "structure",
3522            "members": {
3523                "Tags": {
3524                    "target": "com.amazonaws.databrew#TagMap",
3525                    "traits": {
3526                        "smithy.api#documentation": "<p>A list of tags associated with the DataBrew resource.</p>"
3527                    }
3528                }
3529            }
3530        },
3531        "com.amazonaws.databrew#LocaleCode": {
3532            "type": "string",
3533            "traits": {
3534                "smithy.api#length": {
3535                    "min": 2,
3536                    "max": 100
3537                },
3538                "smithy.api#pattern": "^[A-Za-z0-9_\\.#@\\-]+$"
3539            }
3540        },
3541        "com.amazonaws.databrew#LogGroupName": {
3542            "type": "string",
3543            "traits": {
3544                "smithy.api#length": {
3545                    "min": 1,
3546                    "max": 512
3547                }
3548            }
3549        },
3550        "com.amazonaws.databrew#LogSubscription": {
3551            "type": "string",
3552            "traits": {
3553                "smithy.api#enum": [
3554                    {
3555                        "value": "ENABLE",
3556                        "name": "ENABLE"
3557                    },
3558                    {
3559                        "value": "DISABLE",
3560                        "name": "DISABLE"
3561                    }
3562                ]
3563            }
3564        },
3565        "com.amazonaws.databrew#MaxCapacity": {
3566            "type": "integer"
3567        },
3568        "com.amazonaws.databrew#MaxFiles": {
3569            "type": "integer",
3570            "traits": {
3571                "smithy.api#range": {
3572                    "min": 1
3573                }
3574            }
3575        },
3576        "com.amazonaws.databrew#MaxResults100": {
3577            "type": "integer",
3578            "traits": {
3579                "smithy.api#box": {},
3580                "smithy.api#range": {
3581                    "min": 1,
3582                    "max": 100
3583                }
3584            }
3585        },
3586        "com.amazonaws.databrew#MaxRetries": {
3587            "type": "integer",
3588            "traits": {
3589                "smithy.api#range": {
3590                    "min": 0
3591                }
3592            }
3593        },
3594        "com.amazonaws.databrew#Message": {
3595            "type": "string"
3596        },
3597        "com.amazonaws.databrew#MultiLine": {
3598            "type": "boolean"
3599        },
3600        "com.amazonaws.databrew#NextToken": {
3601            "type": "string",
3602            "traits": {
3603                "smithy.api#length": {
3604                    "min": 1,
3605                    "max": 2000
3606                }
3607            }
3608        },
3609        "com.amazonaws.databrew#OpenedBy": {
3610            "type": "string"
3611        },
3612        "com.amazonaws.databrew#Operation": {
3613            "type": "string",
3614            "traits": {
3615                "smithy.api#length": {
3616                    "min": 1,
3617                    "max": 128
3618                },
3619                "smithy.api#pattern": "^[A-Z\\_]+$"
3620            }
3621        },
3622        "com.amazonaws.databrew#Order": {
3623            "type": "string",
3624            "traits": {
3625                "smithy.api#enum": [
3626                    {
3627                        "value": "DESCENDING",
3628                        "name": "DESCENDING"
3629                    },
3630                    {
3631                        "value": "ASCENDING",
3632                        "name": "ASCENDING"
3633                    }
3634                ]
3635            }
3636        },
3637        "com.amazonaws.databrew#OrderedBy": {
3638            "type": "string",
3639            "traits": {
3640                "smithy.api#enum": [
3641                    {
3642                        "value": "LAST_MODIFIED_DATE",
3643                        "name": "LAST_MODIFIED_DATE"
3644                    }
3645                ]
3646            }
3647        },
3648        "com.amazonaws.databrew#Output": {
3649            "type": "structure",
3650            "members": {
3651                "CompressionFormat": {
3652                    "target": "com.amazonaws.databrew#CompressionFormat",
3653                    "traits": {
3654                        "smithy.api#documentation": "<p>The compression algorithm used to compress the output text of the job.</p>"
3655                    }
3656                },
3657                "Format": {
3658                    "target": "com.amazonaws.databrew#OutputFormat",
3659                    "traits": {
3660                        "smithy.api#documentation": "<p>The data format of the output of the job.</p>"
3661                    }
3662                },
3663                "PartitionColumns": {
3664                    "target": "com.amazonaws.databrew#ColumnNameList",
3665                    "traits": {
3666                        "smithy.api#documentation": "<p>The names of one or more partition columns for the output of the job.</p>"
3667                    }
3668                },
3669                "Location": {
3670                    "target": "com.amazonaws.databrew#S3Location",
3671                    "traits": {
3672                        "smithy.api#documentation": "<p>The location in Amazon S3 where the job writes its output.</p>",
3673                        "smithy.api#required": {}
3674                    }
3675                },
3676                "Overwrite": {
3677                    "target": "com.amazonaws.databrew#OverwriteOutput",
3678                    "traits": {
3679                        "smithy.api#documentation": "<p>A value that, if true, means that any data in the location specified for output is\n            overwritten with new output.</p>"
3680                    }
3681                },
3682                "FormatOptions": {
3683                    "target": "com.amazonaws.databrew#OutputFormatOptions",
3684                    "traits": {
3685                        "smithy.api#documentation": "<p>Represents options that define how DataBrew formats job output files.</p>"
3686                    }
3687                }
3688            },
3689            "traits": {
3690                "smithy.api#documentation": "<p>Represents options that specify how and where DataBrew writes the output generated by\n            recipe jobs or profile jobs.</p>"
3691            }
3692        },
3693        "com.amazonaws.databrew#OutputFormat": {
3694            "type": "string",
3695            "traits": {
3696                "smithy.api#enum": [
3697                    {
3698                        "value": "CSV",
3699                        "name": "CSV"
3700                    },
3701                    {
3702                        "value": "JSON",
3703                        "name": "JSON"
3704                    },
3705                    {
3706                        "value": "PARQUET",
3707                        "name": "PARQUET"
3708                    },
3709                    {
3710                        "value": "GLUEPARQUET",
3711                        "name": "GLUEPARQUET"
3712                    },
3713                    {
3714                        "value": "AVRO",
3715                        "name": "AVRO"
3716                    },
3717                    {
3718                        "value": "ORC",
3719                        "name": "ORC"
3720                    },
3721                    {
3722                        "value": "XML",
3723                        "name": "XML"
3724                    }
3725                ]
3726            }
3727        },
3728        "com.amazonaws.databrew#OutputFormatOptions": {
3729            "type": "structure",
3730            "members": {
3731                "Csv": {
3732                    "target": "com.amazonaws.databrew#CsvOutputOptions",
3733                    "traits": {
3734                        "smithy.api#documentation": "<p>Represents a set of options that define the structure of comma-separated value (CSV)\n            job output.</p>"
3735                    }
3736                }
3737            },
3738            "traits": {
3739                "smithy.api#documentation": "<p>Represents a set of options that define the structure of comma-separated (CSV) job output.</p>"
3740            }
3741        },
3742        "com.amazonaws.databrew#OutputList": {
3743            "type": "list",
3744            "member": {
3745                "target": "com.amazonaws.databrew#Output"
3746            },
3747            "traits": {
3748                "smithy.api#length": {
3749                    "min": 1
3750                }
3751            }
3752        },
3753        "com.amazonaws.databrew#OverwriteOutput": {
3754            "type": "boolean"
3755        },
3756        "com.amazonaws.databrew#ParameterMap": {
3757            "type": "map",
3758            "key": {
3759                "target": "com.amazonaws.databrew#ParameterName"
3760            },
3761            "value": {
3762                "target": "com.amazonaws.databrew#ParameterValue"
3763            }
3764        },
3765        "com.amazonaws.databrew#ParameterName": {
3766            "type": "string",
3767            "traits": {
3768                "smithy.api#length": {
3769                    "min": 1,
3770                    "max": 128
3771                },
3772                "smithy.api#pattern": "^[A-Za-z0-9]+$"
3773            }
3774        },
3775        "com.amazonaws.databrew#ParameterType": {
3776            "type": "string",
3777            "traits": {
3778                "smithy.api#enum": [
3779                    {
3780                        "value": "Datetime",
3781                        "name": "Datetime"
3782                    },
3783                    {
3784                        "value": "Number",
3785                        "name": "Number"
3786                    },
3787                    {
3788                        "value": "String",
3789                        "name": "String"
3790                    }
3791                ]
3792            }
3793        },
3794        "com.amazonaws.databrew#ParameterValue": {
3795            "type": "string",
3796            "traits": {
3797                "smithy.api#length": {
3798                    "min": 1,
3799                    "max": 12288
3800                }
3801            }
3802        },
3803        "com.amazonaws.databrew#PathOptions": {
3804            "type": "structure",
3805            "members": {
3806                "LastModifiedDateCondition": {
3807                    "target": "com.amazonaws.databrew#FilterExpression",
3808                    "traits": {
3809                        "smithy.api#documentation": "<p>If provided, this structure defines a date range for matching S3 objects based on their LastModifiedDate attribute in S3.</p>"
3810                    }
3811                },
3812                "FilesLimit": {
3813                    "target": "com.amazonaws.databrew#FilesLimit",
3814                    "traits": {
3815                        "smithy.api#documentation": "<p>If provided, this structure imposes a limit on a number of files that should be selected.</p>"
3816                    }
3817                },
3818                "Parameters": {
3819                    "target": "com.amazonaws.databrew#PathParametersMap",
3820                    "traits": {
3821                        "smithy.api#documentation": "<p>A structure that maps names of parameters used in the S3 path of a dataset to their definitions.</p>"
3822                    }
3823                }
3824            },
3825            "traits": {
3826                "smithy.api#documentation": "<p>Represents a set of options that define how DataBrew selects files for a given S3 path in a dataset.</p>"
3827            }
3828        },
3829        "com.amazonaws.databrew#PathParameterName": {
3830            "type": "string",
3831            "traits": {
3832                "smithy.api#length": {
3833                    "min": 1,
3834                    "max": 255
3835                }
3836            }
3837        },
3838        "com.amazonaws.databrew#PathParametersMap": {
3839            "type": "map",
3840            "key": {
3841                "target": "com.amazonaws.databrew#PathParameterName"
3842            },
3843            "value": {
3844                "target": "com.amazonaws.databrew#DatasetParameter"
3845            },
3846            "traits": {
3847                "smithy.api#documentation": "<p>A structure that map names of parameters used in the S3 path of a dataset to their definitions. A definition includes parameter type and conditions.</p>",
3848                "smithy.api#length": {
3849                    "min": 1,
3850                    "max": 10
3851                }
3852            }
3853        },
3854        "com.amazonaws.databrew#Preview": {
3855            "type": "boolean"
3856        },
3857        "com.amazonaws.databrew#Project": {
3858            "type": "structure",
3859            "members": {
3860                "AccountId": {
3861                    "target": "com.amazonaws.databrew#AccountId",
3862                    "traits": {
3863                        "smithy.api#documentation": "<p>The ID of the AWS account that owns the project.</p>"
3864                    }
3865                },
3866                "CreateDate": {
3867                    "target": "com.amazonaws.databrew#Date",
3868                    "traits": {
3869                        "smithy.api#documentation": "<p>The date and time that the project was created.</p>"
3870                    }
3871                },
3872                "CreatedBy": {
3873                    "target": "com.amazonaws.databrew#CreatedBy",
3874                    "traits": {
3875                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who crated the project.</p>"
3876                    }
3877                },
3878                "DatasetName": {
3879                    "target": "com.amazonaws.databrew#DatasetName",
3880                    "traits": {
3881                        "smithy.api#documentation": "<p>The dataset that the project is to act upon.</p>"
3882                    }
3883                },
3884                "LastModifiedDate": {
3885                    "target": "com.amazonaws.databrew#Date",
3886                    "traits": {
3887                        "smithy.api#documentation": "<p>The last modification date and time for the project.</p>"
3888                    }
3889                },
3890                "LastModifiedBy": {
3891                    "target": "com.amazonaws.databrew#LastModifiedBy",
3892                    "traits": {
3893                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who last modified the project.</p>"
3894                    }
3895                },
3896                "Name": {
3897                    "target": "com.amazonaws.databrew#ProjectName",
3898                    "traits": {
3899                        "smithy.api#documentation": "<p>The unique name of a project.</p>",
3900                        "smithy.api#required": {}
3901                    }
3902                },
3903                "RecipeName": {
3904                    "target": "com.amazonaws.databrew#RecipeName",
3905                    "traits": {
3906                        "smithy.api#documentation": "<p>The name of a recipe that will be developed during a project session.</p>",
3907                        "smithy.api#required": {}
3908                    }
3909                },
3910                "ResourceArn": {
3911                    "target": "com.amazonaws.databrew#Arn",
3912                    "traits": {
3913                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the project.</p>"
3914                    }
3915                },
3916                "Sample": {
3917                    "target": "com.amazonaws.databrew#Sample",
3918                    "traits": {
3919                        "smithy.api#documentation": "<p>The sample size and sampling type to apply to the data. If this parameter isn't\n            specified, then the sample consists of the first 500 rows from the dataset.</p>"
3920                    }
3921                },
3922                "Tags": {
3923                    "target": "com.amazonaws.databrew#TagMap",
3924                    "traits": {
3925                        "smithy.api#documentation": "<p>Metadata tags that have been applied to the project.</p>"
3926                    }
3927                },
3928                "RoleArn": {
3929                    "target": "com.amazonaws.databrew#Arn",
3930                    "traits": {
3931                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the role that will be assumed for this\n            project.</p>"
3932                    }
3933                },
3934                "OpenedBy": {
3935                    "target": "com.amazonaws.databrew#OpenedBy",
3936                    "traits": {
3937                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user that opened the project for use.</p>"
3938                    }
3939                },
3940                "OpenDate": {
3941                    "target": "com.amazonaws.databrew#Date",
3942                    "traits": {
3943                        "smithy.api#documentation": "<p>The date and time when the project was opened.</p>"
3944                    }
3945                }
3946            },
3947            "traits": {
3948                "smithy.api#documentation": "<p>Represents all of the attributes of a DataBrew project.</p>"
3949            }
3950        },
3951        "com.amazonaws.databrew#ProjectList": {
3952            "type": "list",
3953            "member": {
3954                "target": "com.amazonaws.databrew#Project"
3955            }
3956        },
3957        "com.amazonaws.databrew#ProjectName": {
3958            "type": "string",
3959            "traits": {
3960                "smithy.api#length": {
3961                    "min": 1,
3962                    "max": 255
3963                }
3964            }
3965        },
3966        "com.amazonaws.databrew#PublishRecipe": {
3967            "type": "operation",
3968            "input": {
3969                "target": "com.amazonaws.databrew#PublishRecipeRequest"
3970            },
3971            "output": {
3972                "target": "com.amazonaws.databrew#PublishRecipeResponse"
3973            },
3974            "errors": [
3975                {
3976                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
3977                },
3978                {
3979                    "target": "com.amazonaws.databrew#ServiceQuotaExceededException"
3980                },
3981                {
3982                    "target": "com.amazonaws.databrew#ValidationException"
3983                }
3984            ],
3985            "traits": {
3986                "smithy.api#documentation": "<p>Publishes a new version of a DataBrew recipe.</p>",
3987                "smithy.api#http": {
3988                    "method": "POST",
3989                    "uri": "/recipes/{Name}/publishRecipe",
3990                    "code": 200
3991                }
3992            }
3993        },
3994        "com.amazonaws.databrew#PublishRecipeRequest": {
3995            "type": "structure",
3996            "members": {
3997                "Description": {
3998                    "target": "com.amazonaws.databrew#RecipeDescription",
3999                    "traits": {
4000                        "smithy.api#documentation": "<p>A description of the recipe to be published, for this version of the recipe.</p>"
4001                    }
4002                },
4003                "Name": {
4004                    "target": "com.amazonaws.databrew#RecipeName",
4005                    "traits": {
4006                        "smithy.api#documentation": "<p>The name of the recipe to be published.</p>",
4007                        "smithy.api#httpLabel": {},
4008                        "smithy.api#required": {}
4009                    }
4010                }
4011            }
4012        },
4013        "com.amazonaws.databrew#PublishRecipeResponse": {
4014            "type": "structure",
4015            "members": {
4016                "Name": {
4017                    "target": "com.amazonaws.databrew#RecipeName",
4018                    "traits": {
4019                        "smithy.api#documentation": "<p>The name of the recipe that you published.</p>",
4020                        "smithy.api#required": {}
4021                    }
4022                }
4023            }
4024        },
4025        "com.amazonaws.databrew#PublishedBy": {
4026            "type": "string"
4027        },
4028        "com.amazonaws.databrew#Recipe": {
4029            "type": "structure",
4030            "members": {
4031                "CreatedBy": {
4032                    "target": "com.amazonaws.databrew#CreatedBy",
4033                    "traits": {
4034                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who created the recipe.</p>"
4035                    }
4036                },
4037                "CreateDate": {
4038                    "target": "com.amazonaws.databrew#Date",
4039                    "traits": {
4040                        "smithy.api#documentation": "<p>The date and time that the recipe was created.</p>"
4041                    }
4042                },
4043                "LastModifiedBy": {
4044                    "target": "com.amazonaws.databrew#LastModifiedBy",
4045                    "traits": {
4046                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who last modified the recipe.</p>"
4047                    }
4048                },
4049                "LastModifiedDate": {
4050                    "target": "com.amazonaws.databrew#Date",
4051                    "traits": {
4052                        "smithy.api#documentation": "<p>The last modification date and time of the recipe.</p>"
4053                    }
4054                },
4055                "ProjectName": {
4056                    "target": "com.amazonaws.databrew#ProjectName",
4057                    "traits": {
4058                        "smithy.api#documentation": "<p>The name of the project that the recipe is associated with.</p>"
4059                    }
4060                },
4061                "PublishedBy": {
4062                    "target": "com.amazonaws.databrew#PublishedBy",
4063                    "traits": {
4064                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who published the recipe.</p>"
4065                    }
4066                },
4067                "PublishedDate": {
4068                    "target": "com.amazonaws.databrew#Date",
4069                    "traits": {
4070                        "smithy.api#documentation": "<p>The date and time when the recipe was published.</p>"
4071                    }
4072                },
4073                "Description": {
4074                    "target": "com.amazonaws.databrew#RecipeDescription",
4075                    "traits": {
4076                        "smithy.api#documentation": "<p>The description of the recipe.</p>"
4077                    }
4078                },
4079                "Name": {
4080                    "target": "com.amazonaws.databrew#RecipeName",
4081                    "traits": {
4082                        "smithy.api#documentation": "<p>The unique name for the recipe.</p>",
4083                        "smithy.api#required": {}
4084                    }
4085                },
4086                "ResourceArn": {
4087                    "target": "com.amazonaws.databrew#Arn",
4088                    "traits": {
4089                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the recipe.</p>"
4090                    }
4091                },
4092                "Steps": {
4093                    "target": "com.amazonaws.databrew#RecipeStepList",
4094                    "traits": {
4095                        "smithy.api#documentation": "<p>A list of steps that are defined by the recipe.</p>"
4096                    }
4097                },
4098                "Tags": {
4099                    "target": "com.amazonaws.databrew#TagMap",
4100                    "traits": {
4101                        "smithy.api#documentation": "<p>Metadata tags that have been applied to the recipe.</p>"
4102                    }
4103                },
4104                "RecipeVersion": {
4105                    "target": "com.amazonaws.databrew#RecipeVersion",
4106                    "traits": {
4107                        "smithy.api#documentation": "<p>The identifier for the version for the recipe. Must be one of the following:</p>\n        <ul>\n            <li>\n                <p>Numeric version (<code>X.Y</code>) - <code>X</code> and <code>Y</code> stand\n                    for major and minor version numbers. The maximum length of each is 6 digits, and\n                    neither can be negative values. Both <code>X</code> and <code>Y</code> are\n                    required, and \"0.0\" isn't a valid version.</p>\n            </li>\n            <li>\n                <p>\n                  <code>LATEST_WORKING</code> - the most recent valid version being developed in\n                    a DataBrew project.</p>\n            </li>\n            <li>\n                <p>\n                  <code>LATEST_PUBLISHED</code> - the most recent published version.</p>\n            </li>\n         </ul>"
4108                    }
4109                }
4110            },
4111            "traits": {
4112                "smithy.api#documentation": "<p>Represents one or more actions to be performed on a DataBrew dataset.</p>"
4113            }
4114        },
4115        "com.amazonaws.databrew#RecipeAction": {
4116            "type": "structure",
4117            "members": {
4118                "Operation": {
4119                    "target": "com.amazonaws.databrew#Operation",
4120                    "traits": {
4121                        "smithy.api#documentation": "<p>The name of a valid DataBrew transformation to be performed on the data.</p>",
4122                        "smithy.api#required": {}
4123                    }
4124                },
4125                "Parameters": {
4126                    "target": "com.amazonaws.databrew#ParameterMap",
4127                    "traits": {
4128                        "smithy.api#documentation": "<p>Contextual parameters for the transformation.</p>"
4129                    }
4130                }
4131            },
4132            "traits": {
4133                "smithy.api#documentation": "<p>Represents a transformation and associated parameters that are used to apply a change\n            to a DataBrew dataset. For more information, see <a href=\"https://docs.aws.amazon.com/databrew/latest/dg/recipe-structure.html\">Recipe structure</a> and <a href=\"https://docs.aws.amazon.com/databrew/latest/dg/recipe-actions-reference.html\">Recipe\n                actions reference</a>.</p>"
4134            }
4135        },
4136        "com.amazonaws.databrew#RecipeDescription": {
4137            "type": "string",
4138            "traits": {
4139                "smithy.api#length": {
4140                    "min": 0,
4141                    "max": 1024
4142                }
4143            }
4144        },
4145        "com.amazonaws.databrew#RecipeErrorList": {
4146            "type": "list",
4147            "member": {
4148                "target": "com.amazonaws.databrew#RecipeVersionErrorDetail"
4149            }
4150        },
4151        "com.amazonaws.databrew#RecipeErrorMessage": {
4152            "type": "string"
4153        },
4154        "com.amazonaws.databrew#RecipeList": {
4155            "type": "list",
4156            "member": {
4157                "target": "com.amazonaws.databrew#Recipe"
4158            }
4159        },
4160        "com.amazonaws.databrew#RecipeName": {
4161            "type": "string",
4162            "traits": {
4163                "smithy.api#length": {
4164                    "min": 1,
4165                    "max": 255
4166                }
4167            }
4168        },
4169        "com.amazonaws.databrew#RecipeReference": {
4170            "type": "structure",
4171            "members": {
4172                "Name": {
4173                    "target": "com.amazonaws.databrew#RecipeName",
4174                    "traits": {
4175                        "smithy.api#documentation": "<p>The name of the recipe.</p>",
4176                        "smithy.api#required": {}
4177                    }
4178                },
4179                "RecipeVersion": {
4180                    "target": "com.amazonaws.databrew#RecipeVersion",
4181                    "traits": {
4182                        "smithy.api#documentation": "<p>The identifier for the version for the recipe. </p>"
4183                    }
4184                }
4185            },
4186            "traits": {
4187                "smithy.api#documentation": "<p>Represents the name and version of a DataBrew recipe.</p>"
4188            }
4189        },
4190        "com.amazonaws.databrew#RecipeStep": {
4191            "type": "structure",
4192            "members": {
4193                "Action": {
4194                    "target": "com.amazonaws.databrew#RecipeAction",
4195                    "traits": {
4196                        "smithy.api#documentation": "<p>The particular action to be performed in the recipe step.</p>",
4197                        "smithy.api#required": {}
4198                    }
4199                },
4200                "ConditionExpressions": {
4201                    "target": "com.amazonaws.databrew#ConditionExpressionList",
4202                    "traits": {
4203                        "smithy.api#documentation": "<p>One or more conditions that must be met for the recipe step to succeed.</p>\n        <note>\n            <p>All of the conditions in the array must be met. In other words, all of the\n                conditions must be combined using a logical AND operation.</p>\n        </note>"
4204                    }
4205                }
4206            },
4207            "traits": {
4208                "smithy.api#documentation": "<p>Represents a single step from a DataBrew recipe to be performed.</p>"
4209            }
4210        },
4211        "com.amazonaws.databrew#RecipeStepList": {
4212            "type": "list",
4213            "member": {
4214                "target": "com.amazonaws.databrew#RecipeStep"
4215            }
4216        },
4217        "com.amazonaws.databrew#RecipeVersion": {
4218            "type": "string",
4219            "traits": {
4220                "smithy.api#length": {
4221                    "min": 1,
4222                    "max": 16
4223                }
4224            }
4225        },
4226        "com.amazonaws.databrew#RecipeVersionErrorDetail": {
4227            "type": "structure",
4228            "members": {
4229                "ErrorCode": {
4230                    "target": "com.amazonaws.databrew#ErrorCode",
4231                    "traits": {
4232                        "smithy.api#documentation": "<p>The HTTP status code for the error.</p>"
4233                    }
4234                },
4235                "ErrorMessage": {
4236                    "target": "com.amazonaws.databrew#RecipeErrorMessage",
4237                    "traits": {
4238                        "smithy.api#documentation": "<p>The text of the error message.</p>"
4239                    }
4240                },
4241                "RecipeVersion": {
4242                    "target": "com.amazonaws.databrew#RecipeVersion",
4243                    "traits": {
4244                        "smithy.api#documentation": "<p>The identifier for the recipe version associated with this error.</p>"
4245                    }
4246                }
4247            },
4248            "traits": {
4249                "smithy.api#documentation": "<p>Represents any errors encountered when attempting to delete multiple recipe\n            versions.</p>"
4250            }
4251        },
4252        "com.amazonaws.databrew#RecipeVersionList": {
4253            "type": "list",
4254            "member": {
4255                "target": "com.amazonaws.databrew#RecipeVersion"
4256            },
4257            "traits": {
4258                "smithy.api#length": {
4259                    "min": 1,
4260                    "max": 50
4261                }
4262            }
4263        },
4264        "com.amazonaws.databrew#ResourceNotFoundException": {
4265            "type": "structure",
4266            "members": {
4267                "Message": {
4268                    "target": "com.amazonaws.databrew#Message"
4269                }
4270            },
4271            "traits": {
4272                "smithy.api#documentation": "<p>One or more resources can't be found.</p>",
4273                "smithy.api#error": "client",
4274                "smithy.api#httpError": 404
4275            }
4276        },
4277        "com.amazonaws.databrew#Result": {
4278            "type": "string"
4279        },
4280        "com.amazonaws.databrew#S3Location": {
4281            "type": "structure",
4282            "members": {
4283                "Bucket": {
4284                    "target": "com.amazonaws.databrew#Bucket",
4285                    "traits": {
4286                        "smithy.api#documentation": "<p>The S3 bucket name.</p>",
4287                        "smithy.api#required": {}
4288                    }
4289                },
4290                "Key": {
4291                    "target": "com.amazonaws.databrew#Key",
4292                    "traits": {
4293                        "smithy.api#documentation": "<p>The unique name of the object in the bucket.</p>"
4294                    }
4295                }
4296            },
4297            "traits": {
4298                "smithy.api#documentation": "<p>Represents an Amazon S3 location (bucket name and object key) where DataBrew can read\n            input data, or write output from a job.</p>"
4299            }
4300        },
4301        "com.amazonaws.databrew#Sample": {
4302            "type": "structure",
4303            "members": {
4304                "Size": {
4305                    "target": "com.amazonaws.databrew#SampleSize",
4306                    "traits": {
4307                        "smithy.api#documentation": "<p>The number of rows in the sample.</p>"
4308                    }
4309                },
4310                "Type": {
4311                    "target": "com.amazonaws.databrew#SampleType",
4312                    "traits": {
4313                        "smithy.api#documentation": "<p>The way in which DataBrew obtains rows from a dataset.</p>",
4314                        "smithy.api#required": {}
4315                    }
4316                }
4317            },
4318            "traits": {
4319                "smithy.api#documentation": "<p>Represents the sample size and sampling type for DataBrew to use for interactive data\n            analysis.</p>"
4320            }
4321        },
4322        "com.amazonaws.databrew#SampleMode": {
4323            "type": "string",
4324            "traits": {
4325                "smithy.api#enum": [
4326                    {
4327                        "value": "FULL_DATASET",
4328                        "name": "FULL_DATASET"
4329                    },
4330                    {
4331                        "value": "CUSTOM_ROWS",
4332                        "name": "CUSTOM_ROWS"
4333                    }
4334                ]
4335            }
4336        },
4337        "com.amazonaws.databrew#SampleSize": {
4338            "type": "integer",
4339            "traits": {
4340                "smithy.api#box": {},
4341                "smithy.api#range": {
4342                    "min": 1,
4343                    "max": 5000
4344                }
4345            }
4346        },
4347        "com.amazonaws.databrew#SampleType": {
4348            "type": "string",
4349            "traits": {
4350                "smithy.api#enum": [
4351                    {
4352                        "value": "FIRST_N",
4353                        "name": "FIRST_N"
4354                    },
4355                    {
4356                        "value": "LAST_N",
4357                        "name": "LAST_N"
4358                    },
4359                    {
4360                        "value": "RANDOM",
4361                        "name": "RANDOM"
4362                    }
4363                ]
4364            }
4365        },
4366        "com.amazonaws.databrew#Schedule": {
4367            "type": "structure",
4368            "members": {
4369                "AccountId": {
4370                    "target": "com.amazonaws.databrew#AccountId",
4371                    "traits": {
4372                        "smithy.api#documentation": "<p>The ID of the AWS account that owns the schedule.</p>"
4373                    }
4374                },
4375                "CreatedBy": {
4376                    "target": "com.amazonaws.databrew#CreatedBy",
4377                    "traits": {
4378                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who created the schedule.</p>"
4379                    }
4380                },
4381                "CreateDate": {
4382                    "target": "com.amazonaws.databrew#Date",
4383                    "traits": {
4384                        "smithy.api#documentation": "<p>The date and time that the schedule was created.</p>"
4385                    }
4386                },
4387                "JobNames": {
4388                    "target": "com.amazonaws.databrew#JobNameList",
4389                    "traits": {
4390                        "smithy.api#documentation": "<p>A list of jobs to be run, according to the schedule.</p>"
4391                    }
4392                },
4393                "LastModifiedBy": {
4394                    "target": "com.amazonaws.databrew#LastModifiedBy",
4395                    "traits": {
4396                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who last modified the schedule.</p>"
4397                    }
4398                },
4399                "LastModifiedDate": {
4400                    "target": "com.amazonaws.databrew#Date",
4401                    "traits": {
4402                        "smithy.api#documentation": "<p>The date and time when the schedule was last modified.</p>"
4403                    }
4404                },
4405                "ResourceArn": {
4406                    "target": "com.amazonaws.databrew#Arn",
4407                    "traits": {
4408                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the schedule.</p>"
4409                    }
4410                },
4411                "CronExpression": {
4412                    "target": "com.amazonaws.databrew#CronExpression",
4413                    "traits": {
4414                        "smithy.api#documentation": "<p>The dates and times when the job is to run. For more information, see <a href=\"https://docs.aws.amazon.com/databrew/latest/dg/jobs.cron.html\">Cron\n                expressions</a> in the <i>AWS Glue DataBrew Developer\n            Guide</i>.</p>"
4415                    }
4416                },
4417                "Tags": {
4418                    "target": "com.amazonaws.databrew#TagMap",
4419                    "traits": {
4420                        "smithy.api#documentation": "<p>Metadata tags that have been applied to the schedule.</p>"
4421                    }
4422                },
4423                "Name": {
4424                    "target": "com.amazonaws.databrew#ScheduleName",
4425                    "traits": {
4426                        "smithy.api#documentation": "<p>The name of the schedule.</p>",
4427                        "smithy.api#required": {}
4428                    }
4429                }
4430            },
4431            "traits": {
4432                "smithy.api#documentation": "<p>Represents one or more dates and times when a job is to run.</p>"
4433            }
4434        },
4435        "com.amazonaws.databrew#ScheduleList": {
4436            "type": "list",
4437            "member": {
4438                "target": "com.amazonaws.databrew#Schedule"
4439            }
4440        },
4441        "com.amazonaws.databrew#ScheduleName": {
4442            "type": "string",
4443            "traits": {
4444                "smithy.api#length": {
4445                    "min": 1,
4446                    "max": 255
4447                }
4448            }
4449        },
4450        "com.amazonaws.databrew#SendProjectSessionAction": {
4451            "type": "operation",
4452            "input": {
4453                "target": "com.amazonaws.databrew#SendProjectSessionActionRequest"
4454            },
4455            "output": {
4456                "target": "com.amazonaws.databrew#SendProjectSessionActionResponse"
4457            },
4458            "errors": [
4459                {
4460                    "target": "com.amazonaws.databrew#ConflictException"
4461                },
4462                {
4463                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
4464                },
4465                {
4466                    "target": "com.amazonaws.databrew#ValidationException"
4467                }
4468            ],
4469            "traits": {
4470                "smithy.api#documentation": "<p>Performs a recipe step within an interactive DataBrew session that's currently\n            open.</p>",
4471                "smithy.api#http": {
4472                    "method": "PUT",
4473                    "uri": "/projects/{Name}/sendProjectSessionAction",
4474                    "code": 200
4475                }
4476            }
4477        },
4478        "com.amazonaws.databrew#SendProjectSessionActionRequest": {
4479            "type": "structure",
4480            "members": {
4481                "Preview": {
4482                    "target": "com.amazonaws.databrew#Preview",
4483                    "traits": {
4484                        "smithy.api#documentation": "<p>If true, the result of the recipe step will be returned, but not applied.</p>"
4485                    }
4486                },
4487                "Name": {
4488                    "target": "com.amazonaws.databrew#ProjectName",
4489                    "traits": {
4490                        "smithy.api#documentation": "<p>The name of the project to apply the action to.</p>",
4491                        "smithy.api#httpLabel": {},
4492                        "smithy.api#required": {}
4493                    }
4494                },
4495                "RecipeStep": {
4496                    "target": "com.amazonaws.databrew#RecipeStep"
4497                },
4498                "StepIndex": {
4499                    "target": "com.amazonaws.databrew#StepIndex",
4500                    "traits": {
4501                        "smithy.api#documentation": "<p>The index from which to preview a step. This index is used to preview the result of\n            steps that have already been applied, so that the resulting view frame is from earlier\n            in the view frame stack.</p>"
4502                    }
4503                },
4504                "ClientSessionId": {
4505                    "target": "com.amazonaws.databrew#ClientSessionId",
4506                    "traits": {
4507                        "smithy.api#documentation": "<p>A unique identifier for an interactive session that's currently open and ready for\n            work. The action will be performed on this session.</p>"
4508                    }
4509                },
4510                "ViewFrame": {
4511                    "target": "com.amazonaws.databrew#ViewFrame"
4512                }
4513            }
4514        },
4515        "com.amazonaws.databrew#SendProjectSessionActionResponse": {
4516            "type": "structure",
4517            "members": {
4518                "Result": {
4519                    "target": "com.amazonaws.databrew#Result",
4520                    "traits": {
4521                        "smithy.api#documentation": "<p>A message indicating the result of performing the action.</p>"
4522                    }
4523                },
4524                "Name": {
4525                    "target": "com.amazonaws.databrew#ProjectName",
4526                    "traits": {
4527                        "smithy.api#documentation": "<p>The name of the project that was affected by the action.</p>",
4528                        "smithy.api#required": {}
4529                    }
4530                },
4531                "ActionId": {
4532                    "target": "com.amazonaws.databrew#ActionId",
4533                    "traits": {
4534                        "smithy.api#documentation": "<p>A unique identifier for the action that was performed.</p>"
4535                    }
4536                }
4537            }
4538        },
4539        "com.amazonaws.databrew#ServiceQuotaExceededException": {
4540            "type": "structure",
4541            "members": {
4542                "Message": {
4543                    "target": "com.amazonaws.databrew#Message"
4544                }
4545            },
4546            "traits": {
4547                "smithy.api#documentation": "<p>A service quota is exceeded.</p>",
4548                "smithy.api#error": "client",
4549                "smithy.api#httpError": 402
4550            }
4551        },
4552        "com.amazonaws.databrew#SessionStatus": {
4553            "type": "string",
4554            "traits": {
4555                "smithy.api#enum": [
4556                    {
4557                        "value": "ASSIGNED",
4558                        "name": "ASSIGNED"
4559                    },
4560                    {
4561                        "value": "FAILED",
4562                        "name": "FAILED"
4563                    },
4564                    {
4565                        "value": "INITIALIZING",
4566                        "name": "INITIALIZING"
4567                    },
4568                    {
4569                        "value": "PROVISIONING",
4570                        "name": "PROVISIONING"
4571                    },
4572                    {
4573                        "value": "READY",
4574                        "name": "READY"
4575                    },
4576                    {
4577                        "value": "RECYCLING",
4578                        "name": "RECYCLING"
4579                    },
4580                    {
4581                        "value": "ROTATING",
4582                        "name": "ROTATING"
4583                    },
4584                    {
4585                        "value": "TERMINATED",
4586                        "name": "TERMINATED"
4587                    },
4588                    {
4589                        "value": "TERMINATING",
4590                        "name": "TERMINATING"
4591                    },
4592                    {
4593                        "value": "UPDATING",
4594                        "name": "UPDATING"
4595                    }
4596                ]
4597            }
4598        },
4599        "com.amazonaws.databrew#SheetIndex": {
4600            "type": "integer",
4601            "traits": {
4602                "smithy.api#box": {},
4603                "smithy.api#range": {
4604                    "min": 0,
4605                    "max": 200
4606                }
4607            }
4608        },
4609        "com.amazonaws.databrew#SheetIndexList": {
4610            "type": "list",
4611            "member": {
4612                "target": "com.amazonaws.databrew#SheetIndex"
4613            },
4614            "traits": {
4615                "smithy.api#length": {
4616                    "min": 1,
4617                    "max": 1
4618                }
4619            }
4620        },
4621        "com.amazonaws.databrew#SheetName": {
4622            "type": "string",
4623            "traits": {
4624                "smithy.api#length": {
4625                    "min": 1,
4626                    "max": 31
4627                }
4628            }
4629        },
4630        "com.amazonaws.databrew#SheetNameList": {
4631            "type": "list",
4632            "member": {
4633                "target": "com.amazonaws.databrew#SheetName"
4634            },
4635            "traits": {
4636                "smithy.api#length": {
4637                    "min": 1,
4638                    "max": 1
4639                }
4640            }
4641        },
4642        "com.amazonaws.databrew#Source": {
4643            "type": "string",
4644            "traits": {
4645                "smithy.api#enum": [
4646                    {
4647                        "value": "S3",
4648                        "name": "S3"
4649                    },
4650                    {
4651                        "value": "DATA-CATALOG",
4652                        "name": "DATACATALOG"
4653                    },
4654                    {
4655                        "value": "DATABASE",
4656                        "name": "DATABASE"
4657                    }
4658                ]
4659            }
4660        },
4661        "com.amazonaws.databrew#StartColumnIndex": {
4662            "type": "integer",
4663            "traits": {
4664                "smithy.api#box": {},
4665                "smithy.api#range": {
4666                    "min": 0
4667                }
4668            }
4669        },
4670        "com.amazonaws.databrew#StartJobRun": {
4671            "type": "operation",
4672            "input": {
4673                "target": "com.amazonaws.databrew#StartJobRunRequest"
4674            },
4675            "output": {
4676                "target": "com.amazonaws.databrew#StartJobRunResponse"
4677            },
4678            "errors": [
4679                {
4680                    "target": "com.amazonaws.databrew#ConflictException"
4681                },
4682                {
4683                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
4684                },
4685                {
4686                    "target": "com.amazonaws.databrew#ServiceQuotaExceededException"
4687                },
4688                {
4689                    "target": "com.amazonaws.databrew#ValidationException"
4690                }
4691            ],
4692            "traits": {
4693                "smithy.api#documentation": "<p>Runs a DataBrew job.</p>",
4694                "smithy.api#http": {
4695                    "method": "POST",
4696                    "uri": "/jobs/{Name}/startJobRun",
4697                    "code": 200
4698                }
4699            }
4700        },
4701        "com.amazonaws.databrew#StartJobRunRequest": {
4702            "type": "structure",
4703            "members": {
4704                "Name": {
4705                    "target": "com.amazonaws.databrew#JobName",
4706                    "traits": {
4707                        "smithy.api#documentation": "<p>The name of the job to be run.</p>",
4708                        "smithy.api#httpLabel": {},
4709                        "smithy.api#required": {}
4710                    }
4711                }
4712            }
4713        },
4714        "com.amazonaws.databrew#StartJobRunResponse": {
4715            "type": "structure",
4716            "members": {
4717                "RunId": {
4718                    "target": "com.amazonaws.databrew#JobRunId",
4719                    "traits": {
4720                        "smithy.api#documentation": "<p>A system-generated identifier for this particular job run.</p>",
4721                        "smithy.api#required": {}
4722                    }
4723                }
4724            }
4725        },
4726        "com.amazonaws.databrew#StartProjectSession": {
4727            "type": "operation",
4728            "input": {
4729                "target": "com.amazonaws.databrew#StartProjectSessionRequest"
4730            },
4731            "output": {
4732                "target": "com.amazonaws.databrew#StartProjectSessionResponse"
4733            },
4734            "errors": [
4735                {
4736                    "target": "com.amazonaws.databrew#ConflictException"
4737                },
4738                {
4739                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
4740                },
4741                {
4742                    "target": "com.amazonaws.databrew#ServiceQuotaExceededException"
4743                },
4744                {
4745                    "target": "com.amazonaws.databrew#ValidationException"
4746                }
4747            ],
4748            "traits": {
4749                "smithy.api#documentation": "<p>Creates an interactive session, enabling you to manipulate data in a DataBrew\n            project.</p>",
4750                "smithy.api#http": {
4751                    "method": "PUT",
4752                    "uri": "/projects/{Name}/startProjectSession",
4753                    "code": 200
4754                }
4755            }
4756        },
4757        "com.amazonaws.databrew#StartProjectSessionRequest": {
4758            "type": "structure",
4759            "members": {
4760                "Name": {
4761                    "target": "com.amazonaws.databrew#ProjectName",
4762                    "traits": {
4763                        "smithy.api#documentation": "<p>The name of the project to act upon.</p>",
4764                        "smithy.api#httpLabel": {},
4765                        "smithy.api#required": {}
4766                    }
4767                },
4768                "AssumeControl": {
4769                    "target": "com.amazonaws.databrew#AssumeControl",
4770                    "traits": {
4771                        "smithy.api#documentation": "<p>A value that, if true, enables you to take control of a session, even if a different\n            client is currently accessing the project.</p>"
4772                    }
4773                }
4774            }
4775        },
4776        "com.amazonaws.databrew#StartProjectSessionResponse": {
4777            "type": "structure",
4778            "members": {
4779                "Name": {
4780                    "target": "com.amazonaws.databrew#ProjectName",
4781                    "traits": {
4782                        "smithy.api#documentation": "<p>The name of the project to be acted upon.</p>",
4783                        "smithy.api#required": {}
4784                    }
4785                },
4786                "ClientSessionId": {
4787                    "target": "com.amazonaws.databrew#ClientSessionId",
4788                    "traits": {
4789                        "smithy.api#documentation": "<p>A system-generated identifier for the session.</p>"
4790                    }
4791                }
4792            }
4793        },
4794        "com.amazonaws.databrew#StartedBy": {
4795            "type": "string"
4796        },
4797        "com.amazonaws.databrew#StepIndex": {
4798            "type": "integer",
4799            "traits": {
4800                "smithy.api#box": {},
4801                "smithy.api#range": {
4802                    "min": 0
4803                }
4804            }
4805        },
4806        "com.amazonaws.databrew#StopJobRun": {
4807            "type": "operation",
4808            "input": {
4809                "target": "com.amazonaws.databrew#StopJobRunRequest"
4810            },
4811            "output": {
4812                "target": "com.amazonaws.databrew#StopJobRunResponse"
4813            },
4814            "errors": [
4815                {
4816                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
4817                },
4818                {
4819                    "target": "com.amazonaws.databrew#ValidationException"
4820                }
4821            ],
4822            "traits": {
4823                "smithy.api#documentation": "<p>Stops a particular run of a job.</p>",
4824                "smithy.api#http": {
4825                    "method": "POST",
4826                    "uri": "/jobs/{Name}/jobRun/{RunId}/stopJobRun",
4827                    "code": 200
4828                }
4829            }
4830        },
4831        "com.amazonaws.databrew#StopJobRunRequest": {
4832            "type": "structure",
4833            "members": {
4834                "Name": {
4835                    "target": "com.amazonaws.databrew#JobName",
4836                    "traits": {
4837                        "smithy.api#documentation": "<p>The name of the job to be stopped.</p>",
4838                        "smithy.api#httpLabel": {},
4839                        "smithy.api#required": {}
4840                    }
4841                },
4842                "RunId": {
4843                    "target": "com.amazonaws.databrew#JobRunId",
4844                    "traits": {
4845                        "smithy.api#documentation": "<p>The ID of the job run to be stopped.</p>",
4846                        "smithy.api#httpLabel": {},
4847                        "smithy.api#required": {}
4848                    }
4849                }
4850            }
4851        },
4852        "com.amazonaws.databrew#StopJobRunResponse": {
4853            "type": "structure",
4854            "members": {
4855                "RunId": {
4856                    "target": "com.amazonaws.databrew#JobRunId",
4857                    "traits": {
4858                        "smithy.api#documentation": "<p>The ID of the job run that you stopped.</p>",
4859                        "smithy.api#required": {}
4860                    }
4861                }
4862            }
4863        },
4864        "com.amazonaws.databrew#TableName": {
4865            "type": "string",
4866            "traits": {
4867                "smithy.api#length": {
4868                    "min": 1,
4869                    "max": 255
4870                }
4871            }
4872        },
4873        "com.amazonaws.databrew#TagKey": {
4874            "type": "string",
4875            "traits": {
4876                "smithy.api#length": {
4877                    "min": 1,
4878                    "max": 128
4879                }
4880            }
4881        },
4882        "com.amazonaws.databrew#TagKeyList": {
4883            "type": "list",
4884            "member": {
4885                "target": "com.amazonaws.databrew#TagKey"
4886            },
4887            "traits": {
4888                "smithy.api#length": {
4889                    "min": 1,
4890                    "max": 200
4891                }
4892            }
4893        },
4894        "com.amazonaws.databrew#TagMap": {
4895            "type": "map",
4896            "key": {
4897                "target": "com.amazonaws.databrew#TagKey"
4898            },
4899            "value": {
4900                "target": "com.amazonaws.databrew#TagValue"
4901            },
4902            "traits": {
4903                "smithy.api#length": {
4904                    "min": 1,
4905                    "max": 200
4906                }
4907            }
4908        },
4909        "com.amazonaws.databrew#TagResource": {
4910            "type": "operation",
4911            "input": {
4912                "target": "com.amazonaws.databrew#TagResourceRequest"
4913            },
4914            "output": {
4915                "target": "com.amazonaws.databrew#TagResourceResponse"
4916            },
4917            "errors": [
4918                {
4919                    "target": "com.amazonaws.databrew#InternalServerException"
4920                },
4921                {
4922                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
4923                },
4924                {
4925                    "target": "com.amazonaws.databrew#ValidationException"
4926                }
4927            ],
4928            "traits": {
4929                "smithy.api#documentation": "<p>Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or\n            schedule.</p>",
4930                "smithy.api#http": {
4931                    "method": "POST",
4932                    "uri": "/tags/{ResourceArn}",
4933                    "code": 200
4934                }
4935            }
4936        },
4937        "com.amazonaws.databrew#TagResourceRequest": {
4938            "type": "structure",
4939            "members": {
4940                "ResourceArn": {
4941                    "target": "com.amazonaws.databrew#Arn",
4942                    "traits": {
4943                        "smithy.api#documentation": "<p>The DataBrew resource to which tags should be added. The value for this parameter is\n            an Amazon Resource Name (ARN). For DataBrew, you can tag a dataset, a job, a project, or\n            a recipe.</p>",
4944                        "smithy.api#httpLabel": {},
4945                        "smithy.api#required": {}
4946                    }
4947                },
4948                "Tags": {
4949                    "target": "com.amazonaws.databrew#TagMap",
4950                    "traits": {
4951                        "smithy.api#documentation": "<p>One or more tags to be assigned to the resource.</p>",
4952                        "smithy.api#required": {}
4953                    }
4954                }
4955            }
4956        },
4957        "com.amazonaws.databrew#TagResourceResponse": {
4958            "type": "structure",
4959            "members": {}
4960        },
4961        "com.amazonaws.databrew#TagValue": {
4962            "type": "string",
4963            "traits": {
4964                "smithy.api#length": {
4965                    "min": 0,
4966                    "max": 256
4967                }
4968            }
4969        },
4970        "com.amazonaws.databrew#TargetColumn": {
4971            "type": "string",
4972            "traits": {
4973                "smithy.api#length": {
4974                    "min": 1,
4975                    "max": 1024
4976                }
4977            }
4978        },
4979        "com.amazonaws.databrew#Timeout": {
4980            "type": "integer",
4981            "traits": {
4982                "smithy.api#range": {
4983                    "min": 0
4984                }
4985            }
4986        },
4987        "com.amazonaws.databrew#TimezoneOffset": {
4988            "type": "string",
4989            "traits": {
4990                "smithy.api#length": {
4991                    "min": 1,
4992                    "max": 6
4993                },
4994                "smithy.api#pattern": "^(Z|[-+](\\d|\\d{2}|\\d{2}:?\\d{2}))$"
4995            }
4996        },
4997        "com.amazonaws.databrew#UntagResource": {
4998            "type": "operation",
4999            "input": {
5000                "target": "com.amazonaws.databrew#UntagResourceRequest"
5001            },
5002            "output": {
5003                "target": "com.amazonaws.databrew#UntagResourceResponse"
5004            },
5005            "errors": [
5006                {
5007                    "target": "com.amazonaws.databrew#InternalServerException"
5008                },
5009                {
5010                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
5011                },
5012                {
5013                    "target": "com.amazonaws.databrew#ValidationException"
5014                }
5015            ],
5016            "traits": {
5017                "smithy.api#documentation": "<p>Removes metadata tags from a DataBrew resource.</p>",
5018                "smithy.api#http": {
5019                    "method": "DELETE",
5020                    "uri": "/tags/{ResourceArn}",
5021                    "code": 200
5022                }
5023            }
5024        },
5025        "com.amazonaws.databrew#UntagResourceRequest": {
5026            "type": "structure",
5027            "members": {
5028                "ResourceArn": {
5029                    "target": "com.amazonaws.databrew#Arn",
5030                    "traits": {
5031                        "smithy.api#documentation": "<p>A DataBrew resource from which you want to remove a tag or tags. The value for this\n            parameter is an Amazon Resource Name (ARN). </p>",
5032                        "smithy.api#httpLabel": {},
5033                        "smithy.api#required": {}
5034                    }
5035                },
5036                "TagKeys": {
5037                    "target": "com.amazonaws.databrew#TagKeyList",
5038                    "traits": {
5039                        "smithy.api#documentation": "<p>The tag keys (names) of one or more tags to be removed.</p>",
5040                        "smithy.api#httpQuery": "tagKeys",
5041                        "smithy.api#required": {}
5042                    }
5043                }
5044            }
5045        },
5046        "com.amazonaws.databrew#UntagResourceResponse": {
5047            "type": "structure",
5048            "members": {}
5049        },
5050        "com.amazonaws.databrew#UpdateDataset": {
5051            "type": "operation",
5052            "input": {
5053                "target": "com.amazonaws.databrew#UpdateDatasetRequest"
5054            },
5055            "output": {
5056                "target": "com.amazonaws.databrew#UpdateDatasetResponse"
5057            },
5058            "errors": [
5059                {
5060                    "target": "com.amazonaws.databrew#AccessDeniedException"
5061                },
5062                {
5063                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
5064                },
5065                {
5066                    "target": "com.amazonaws.databrew#ValidationException"
5067                }
5068            ],
5069            "traits": {
5070                "smithy.api#documentation": "<p>Modifies the definition of an existing DataBrew dataset.</p>",
5071                "smithy.api#http": {
5072                    "method": "PUT",
5073                    "uri": "/datasets/{Name}",
5074                    "code": 200
5075                }
5076            }
5077        },
5078        "com.amazonaws.databrew#UpdateDatasetRequest": {
5079            "type": "structure",
5080            "members": {
5081                "Name": {
5082                    "target": "com.amazonaws.databrew#DatasetName",
5083                    "traits": {
5084                        "smithy.api#documentation": "<p>The name of the dataset to be updated.</p>",
5085                        "smithy.api#httpLabel": {},
5086                        "smithy.api#required": {}
5087                    }
5088                },
5089                "Format": {
5090                    "target": "com.amazonaws.databrew#InputFormat",
5091                    "traits": {
5092                        "smithy.api#documentation": "<p>The file format of a dataset that is created from an S3 file or folder.</p>"
5093                    }
5094                },
5095                "FormatOptions": {
5096                    "target": "com.amazonaws.databrew#FormatOptions"
5097                },
5098                "Input": {
5099                    "target": "com.amazonaws.databrew#Input",
5100                    "traits": {
5101                        "smithy.api#required": {}
5102                    }
5103                },
5104                "PathOptions": {
5105                    "target": "com.amazonaws.databrew#PathOptions",
5106                    "traits": {
5107                        "smithy.api#documentation": "<p>A set of options that defines how DataBrew interprets an S3 path of the dataset.</p>"
5108                    }
5109                }
5110            }
5111        },
5112        "com.amazonaws.databrew#UpdateDatasetResponse": {
5113            "type": "structure",
5114            "members": {
5115                "Name": {
5116                    "target": "com.amazonaws.databrew#DatasetName",
5117                    "traits": {
5118                        "smithy.api#documentation": "<p>The name of the dataset that you updated.</p>",
5119                        "smithy.api#required": {}
5120                    }
5121                }
5122            }
5123        },
5124        "com.amazonaws.databrew#UpdateProfileJob": {
5125            "type": "operation",
5126            "input": {
5127                "target": "com.amazonaws.databrew#UpdateProfileJobRequest"
5128            },
5129            "output": {
5130                "target": "com.amazonaws.databrew#UpdateProfileJobResponse"
5131            },
5132            "errors": [
5133                {
5134                    "target": "com.amazonaws.databrew#AccessDeniedException"
5135                },
5136                {
5137                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
5138                },
5139                {
5140                    "target": "com.amazonaws.databrew#ValidationException"
5141                }
5142            ],
5143            "traits": {
5144                "smithy.api#documentation": "<p>Modifies the definition of an existing profile job.</p>",
5145                "smithy.api#http": {
5146                    "method": "PUT",
5147                    "uri": "/profileJobs/{Name}",
5148                    "code": 200
5149                }
5150            }
5151        },
5152        "com.amazonaws.databrew#UpdateProfileJobRequest": {
5153            "type": "structure",
5154            "members": {
5155                "EncryptionKeyArn": {
5156                    "target": "com.amazonaws.databrew#EncryptionKeyArn",
5157                    "traits": {
5158                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of an encryption key that is used to protect the\n            job.</p>"
5159                    }
5160                },
5161                "EncryptionMode": {
5162                    "target": "com.amazonaws.databrew#EncryptionMode",
5163                    "traits": {
5164                        "smithy.api#documentation": "<p>The encryption mode for the job, which can be one of the following:</p>\n        <ul>\n            <li>\n                <p>\n                  <code>SSE-KMS</code> - Server-side encryption with keys managed by AWS\n                    KMS.</p>\n            </li>\n            <li>\n                <p>\n                  <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon\n                    S3.</p>\n            </li>\n         </ul>"
5165                    }
5166                },
5167                "Name": {
5168                    "target": "com.amazonaws.databrew#JobName",
5169                    "traits": {
5170                        "smithy.api#documentation": "<p>The name of the job to be updated.</p>",
5171                        "smithy.api#httpLabel": {},
5172                        "smithy.api#required": {}
5173                    }
5174                },
5175                "LogSubscription": {
5176                    "target": "com.amazonaws.databrew#LogSubscription",
5177                    "traits": {
5178                        "smithy.api#documentation": "<p>Enables or disables Amazon CloudWatch logging for the job. If logging is enabled,\n            CloudWatch writes one log stream for each job run.</p>"
5179                    }
5180                },
5181                "MaxCapacity": {
5182                    "target": "com.amazonaws.databrew#MaxCapacity",
5183                    "traits": {
5184                        "smithy.api#documentation": "<p>The maximum number of compute nodes that DataBrew can use when the job processes\n            data.</p>"
5185                    }
5186                },
5187                "MaxRetries": {
5188                    "target": "com.amazonaws.databrew#MaxRetries",
5189                    "traits": {
5190                        "smithy.api#documentation": "<p>The maximum number of times to retry the job after a job run fails.</p>"
5191                    }
5192                },
5193                "OutputLocation": {
5194                    "target": "com.amazonaws.databrew#S3Location",
5195                    "traits": {
5196                        "smithy.api#required": {}
5197                    }
5198                },
5199                "RoleArn": {
5200                    "target": "com.amazonaws.databrew#Arn",
5201                    "traits": {
5202                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to\n            be assumed when DataBrew runs the job.</p>",
5203                        "smithy.api#required": {}
5204                    }
5205                },
5206                "Timeout": {
5207                    "target": "com.amazonaws.databrew#Timeout",
5208                    "traits": {
5209                        "smithy.api#documentation": "<p>The job's timeout in minutes. A job that attempts to run longer than this timeout\n            period ends with a status of <code>TIMEOUT</code>.</p>"
5210                    }
5211                },
5212                "JobSample": {
5213                    "target": "com.amazonaws.databrew#JobSample",
5214                    "traits": {
5215                        "smithy.api#documentation": "<p>Sample configuration for Profile Jobs only. Determines the number of rows on which the\n            Profile job will be executed. If a JobSample value is not provided for profile jobs, the\n            default value will be used. The default value is CUSTOM_ROWS for the mode parameter and\n            20000 for the size parameter.</p>"
5216                    }
5217                }
5218            }
5219        },
5220        "com.amazonaws.databrew#UpdateProfileJobResponse": {
5221            "type": "structure",
5222            "members": {
5223                "Name": {
5224                    "target": "com.amazonaws.databrew#JobName",
5225                    "traits": {
5226                        "smithy.api#documentation": "<p>The name of the job that was updated.</p>",
5227                        "smithy.api#required": {}
5228                    }
5229                }
5230            }
5231        },
5232        "com.amazonaws.databrew#UpdateProject": {
5233            "type": "operation",
5234            "input": {
5235                "target": "com.amazonaws.databrew#UpdateProjectRequest"
5236            },
5237            "output": {
5238                "target": "com.amazonaws.databrew#UpdateProjectResponse"
5239            },
5240            "errors": [
5241                {
5242                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
5243                },
5244                {
5245                    "target": "com.amazonaws.databrew#ValidationException"
5246                }
5247            ],
5248            "traits": {
5249                "smithy.api#documentation": "<p>Modifies the definition of an existing DataBrew project.</p>",
5250                "smithy.api#http": {
5251                    "method": "PUT",
5252                    "uri": "/projects/{Name}",
5253                    "code": 200
5254                }
5255            }
5256        },
5257        "com.amazonaws.databrew#UpdateProjectRequest": {
5258            "type": "structure",
5259            "members": {
5260                "Sample": {
5261                    "target": "com.amazonaws.databrew#Sample"
5262                },
5263                "RoleArn": {
5264                    "target": "com.amazonaws.databrew#Arn",
5265                    "traits": {
5266                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.</p>",
5267                        "smithy.api#required": {}
5268                    }
5269                },
5270                "Name": {
5271                    "target": "com.amazonaws.databrew#ProjectName",
5272                    "traits": {
5273                        "smithy.api#documentation": "<p>The name of the project to be updated.</p>",
5274                        "smithy.api#httpLabel": {},
5275                        "smithy.api#required": {}
5276                    }
5277                }
5278            }
5279        },
5280        "com.amazonaws.databrew#UpdateProjectResponse": {
5281            "type": "structure",
5282            "members": {
5283                "LastModifiedDate": {
5284                    "target": "com.amazonaws.databrew#Date",
5285                    "traits": {
5286                        "smithy.api#documentation": "<p>The date and time that the project was last modified.</p>"
5287                    }
5288                },
5289                "Name": {
5290                    "target": "com.amazonaws.databrew#ProjectName",
5291                    "traits": {
5292                        "smithy.api#documentation": "<p>The name of the project that you updated.</p>",
5293                        "smithy.api#required": {}
5294                    }
5295                }
5296            }
5297        },
5298        "com.amazonaws.databrew#UpdateRecipe": {
5299            "type": "operation",
5300            "input": {
5301                "target": "com.amazonaws.databrew#UpdateRecipeRequest"
5302            },
5303            "output": {
5304                "target": "com.amazonaws.databrew#UpdateRecipeResponse"
5305            },
5306            "errors": [
5307                {
5308                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
5309                },
5310                {
5311                    "target": "com.amazonaws.databrew#ValidationException"
5312                }
5313            ],
5314            "traits": {
5315                "smithy.api#documentation": "<p>Modifies the definition of the <code>LATEST_WORKING</code> version of a DataBrew\n            recipe.</p>",
5316                "smithy.api#http": {
5317                    "method": "PUT",
5318                    "uri": "/recipes/{Name}",
5319                    "code": 200
5320                }
5321            }
5322        },
5323        "com.amazonaws.databrew#UpdateRecipeJob": {
5324            "type": "operation",
5325            "input": {
5326                "target": "com.amazonaws.databrew#UpdateRecipeJobRequest"
5327            },
5328            "output": {
5329                "target": "com.amazonaws.databrew#UpdateRecipeJobResponse"
5330            },
5331            "errors": [
5332                {
5333                    "target": "com.amazonaws.databrew#AccessDeniedException"
5334                },
5335                {
5336                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
5337                },
5338                {
5339                    "target": "com.amazonaws.databrew#ValidationException"
5340                }
5341            ],
5342            "traits": {
5343                "smithy.api#documentation": "<p>Modifies the definition of an existing DataBrew recipe job.</p>",
5344                "smithy.api#http": {
5345                    "method": "PUT",
5346                    "uri": "/recipeJobs/{Name}",
5347                    "code": 200
5348                }
5349            }
5350        },
5351        "com.amazonaws.databrew#UpdateRecipeJobRequest": {
5352            "type": "structure",
5353            "members": {
5354                "EncryptionKeyArn": {
5355                    "target": "com.amazonaws.databrew#EncryptionKeyArn",
5356                    "traits": {
5357                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of an encryption key that is used to protect the\n            job.</p>"
5358                    }
5359                },
5360                "EncryptionMode": {
5361                    "target": "com.amazonaws.databrew#EncryptionMode",
5362                    "traits": {
5363                        "smithy.api#documentation": "<p>The encryption mode for the job, which can be one of the following:</p>\n        <ul>\n            <li>\n                <p>\n                  <code>SSE-KMS</code> - Server-side encryption with keys managed by AWS\n                    KMS.</p>\n            </li>\n            <li>\n                <p>\n                  <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon\n                    S3.</p>\n            </li>\n         </ul>"
5364                    }
5365                },
5366                "Name": {
5367                    "target": "com.amazonaws.databrew#JobName",
5368                    "traits": {
5369                        "smithy.api#documentation": "<p>The name of the job to update.</p>",
5370                        "smithy.api#httpLabel": {},
5371                        "smithy.api#required": {}
5372                    }
5373                },
5374                "LogSubscription": {
5375                    "target": "com.amazonaws.databrew#LogSubscription",
5376                    "traits": {
5377                        "smithy.api#documentation": "<p>Enables or disables Amazon CloudWatch logging for the job. If logging is enabled,\n            CloudWatch writes one log stream for each job run.</p>"
5378                    }
5379                },
5380                "MaxCapacity": {
5381                    "target": "com.amazonaws.databrew#MaxCapacity",
5382                    "traits": {
5383                        "smithy.api#documentation": "<p>The maximum number of nodes that DataBrew can consume when the job processes\n            data.</p>"
5384                    }
5385                },
5386                "MaxRetries": {
5387                    "target": "com.amazonaws.databrew#MaxRetries",
5388                    "traits": {
5389                        "smithy.api#documentation": "<p>The maximum number of times to retry the job after a job run fails.</p>"
5390                    }
5391                },
5392                "Outputs": {
5393                    "target": "com.amazonaws.databrew#OutputList",
5394                    "traits": {
5395                        "smithy.api#documentation": "<p>One or more artifacts that represent the output from running the job. </p>",
5396                        "smithy.api#required": {}
5397                    }
5398                },
5399                "RoleArn": {
5400                    "target": "com.amazonaws.databrew#Arn",
5401                    "traits": {
5402                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to\n            be assumed when DataBrew runs the job.</p>",
5403                        "smithy.api#required": {}
5404                    }
5405                },
5406                "Timeout": {
5407                    "target": "com.amazonaws.databrew#Timeout",
5408                    "traits": {
5409                        "smithy.api#documentation": "<p>The job's timeout in minutes. A job that attempts to run longer than this timeout\n            period ends with a status of <code>TIMEOUT</code>.</p>"
5410                    }
5411                }
5412            }
5413        },
5414        "com.amazonaws.databrew#UpdateRecipeJobResponse": {
5415            "type": "structure",
5416            "members": {
5417                "Name": {
5418                    "target": "com.amazonaws.databrew#JobName",
5419                    "traits": {
5420                        "smithy.api#documentation": "<p>The name of the job that you updated.</p>",
5421                        "smithy.api#required": {}
5422                    }
5423                }
5424            }
5425        },
5426        "com.amazonaws.databrew#UpdateRecipeRequest": {
5427            "type": "structure",
5428            "members": {
5429                "Description": {
5430                    "target": "com.amazonaws.databrew#RecipeDescription",
5431                    "traits": {
5432                        "smithy.api#documentation": "<p>A description of the recipe.</p>"
5433                    }
5434                },
5435                "Name": {
5436                    "target": "com.amazonaws.databrew#RecipeName",
5437                    "traits": {
5438                        "smithy.api#documentation": "<p>The name of the recipe to be updated.</p>",
5439                        "smithy.api#httpLabel": {},
5440                        "smithy.api#required": {}
5441                    }
5442                },
5443                "Steps": {
5444                    "target": "com.amazonaws.databrew#RecipeStepList",
5445                    "traits": {
5446                        "smithy.api#documentation": "<p>One or more steps to be performed by the recipe. Each step consists of an action, and\n            the conditions under which the action should succeed.</p>"
5447                    }
5448                }
5449            }
5450        },
5451        "com.amazonaws.databrew#UpdateRecipeResponse": {
5452            "type": "structure",
5453            "members": {
5454                "Name": {
5455                    "target": "com.amazonaws.databrew#RecipeName",
5456                    "traits": {
5457                        "smithy.api#documentation": "<p>The name of the recipe that was updated.</p>",
5458                        "smithy.api#required": {}
5459                    }
5460                }
5461            }
5462        },
5463        "com.amazonaws.databrew#UpdateSchedule": {
5464            "type": "operation",
5465            "input": {
5466                "target": "com.amazonaws.databrew#UpdateScheduleRequest"
5467            },
5468            "output": {
5469                "target": "com.amazonaws.databrew#UpdateScheduleResponse"
5470            },
5471            "errors": [
5472                {
5473                    "target": "com.amazonaws.databrew#ResourceNotFoundException"
5474                },
5475                {
5476                    "target": "com.amazonaws.databrew#ServiceQuotaExceededException"
5477                },
5478                {
5479                    "target": "com.amazonaws.databrew#ValidationException"
5480                }
5481            ],
5482            "traits": {
5483                "smithy.api#documentation": "<p>Modifies the definition of an existing DataBrew schedule.</p>",
5484                "smithy.api#http": {
5485                    "method": "PUT",
5486                    "uri": "/schedules/{Name}",
5487                    "code": 200
5488                }
5489            }
5490        },
5491        "com.amazonaws.databrew#UpdateScheduleRequest": {
5492            "type": "structure",
5493            "members": {
5494                "JobNames": {
5495                    "target": "com.amazonaws.databrew#JobNameList",
5496                    "traits": {
5497                        "smithy.api#documentation": "<p>The name or names of one or more jobs to be run for this schedule.</p>"
5498                    }
5499                },
5500                "CronExpression": {
5501                    "target": "com.amazonaws.databrew#CronExpression",
5502                    "traits": {
5503                        "smithy.api#documentation": "<p>The date or dates and time or times when the jobs are to be run. For more information,\n            see <a href=\"https://docs.aws.amazon.com/databrew/latest/dg/jobs.cron.html\">Cron\n                expressions</a> in the <i>AWS Glue DataBrew Developer\n            Guide</i>.</p>",
5504                        "smithy.api#required": {}
5505                    }
5506                },
5507                "Name": {
5508                    "target": "com.amazonaws.databrew#ScheduleName",
5509                    "traits": {
5510                        "smithy.api#documentation": "<p>The name of the schedule to update.</p>",
5511                        "smithy.api#httpLabel": {},
5512                        "smithy.api#required": {}
5513                    }
5514                }
5515            }
5516        },
5517        "com.amazonaws.databrew#UpdateScheduleResponse": {
5518            "type": "structure",
5519            "members": {
5520                "Name": {
5521                    "target": "com.amazonaws.databrew#ScheduleName",
5522                    "traits": {
5523                        "smithy.api#documentation": "<p>The name of the schedule that was updated.</p>",
5524                        "smithy.api#required": {}
5525                    }
5526                }
5527            }
5528        },
5529        "com.amazonaws.databrew#ValidationException": {
5530            "type": "structure",
5531            "members": {
5532                "Message": {
5533                    "target": "com.amazonaws.databrew#Message"
5534                }
5535            },
5536            "traits": {
5537                "smithy.api#documentation": "<p>The input parameters for this request failed validation.</p>",
5538                "smithy.api#error": "client",
5539                "smithy.api#httpError": 400
5540            }
5541        },
5542        "com.amazonaws.databrew#ValueReference": {
5543            "type": "string",
5544            "traits": {
5545                "smithy.api#length": {
5546                    "min": 2,
5547                    "max": 128
5548                },
5549                "smithy.api#pattern": "^:[A-Za-z0-9_]+$"
5550            }
5551        },
5552        "com.amazonaws.databrew#ValuesMap": {
5553            "type": "map",
5554            "key": {
5555                "target": "com.amazonaws.databrew#ValueReference"
5556            },
5557            "value": {
5558                "target": "com.amazonaws.databrew#ConditionValue"
5559            }
5560        },
5561        "com.amazonaws.databrew#ViewFrame": {
5562            "type": "structure",
5563            "members": {
5564                "StartColumnIndex": {
5565                    "target": "com.amazonaws.databrew#StartColumnIndex",
5566                    "traits": {
5567                        "smithy.api#documentation": "<p>The starting index for the range of columns to return in the view frame.</p>",
5568                        "smithy.api#required": {}
5569                    }
5570                },
5571                "ColumnRange": {
5572                    "target": "com.amazonaws.databrew#ColumnRange",
5573                    "traits": {
5574                        "smithy.api#documentation": "<p>The number of columns to include in the view frame, beginning with the\n                <code>StartColumnIndex</code> value and ignoring any columns in the\n                <code>HiddenColumns</code> list.</p>"
5575                    }
5576                },
5577                "HiddenColumns": {
5578                    "target": "com.amazonaws.databrew#HiddenColumnList",
5579                    "traits": {
5580                        "smithy.api#documentation": "<p>A list of columns to hide in the view frame.</p>"
5581                    }
5582                }
5583            },
5584            "traits": {
5585                "smithy.api#documentation": "<p>Represents the data being transformed during an action.</p>"
5586            }
5587        }
5588    }
5589}
5590