aws-sdk-core 2.11.624 → 2.11.625

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b56f619f22213ca8b89299c5e0383f2939a9b7a0fb11d4e9a40b36e966e6cc80
4
- data.tar.gz: 6d901a2d22f92799648b270c69246daf05bae74a57ec392846708d7e6bae591a
3
+ metadata.gz: d15272a4374ede57159136bc5b5892ebc074247aacf72e526e08062b7adba162
4
+ data.tar.gz: 9d7ee2fffeb1c5310e4a0143dbc029aca0613b537bf09b7413eff3282c22c7f9
5
5
  SHA512:
6
- metadata.gz: ec6157c0e3d581baf3510446fabba6ecd19361ec1b067f64f78ea88c48b1a8718105fb925fdd8c0ddebc773bf87709edddf8def86607585b14581a6cb99599d3
7
- data.tar.gz: 2cfc6293e102b7a25851539595237afab87b6a43cdaf9d741260fe41a214e02f280cd55eea76d2c89c791ddf98dfb25bbdbd24dd629e76346bf367b954824099
6
+ metadata.gz: 97b196757b3fe377e34f1996a83179af106a6191359a0998c8ce7abcdb55bd9ac139165ada90b406f4d9040e5a04d3d2c8ce94d547ba375837d53ffbec915e2b
7
+ data.tar.gz: f00172d7f7d97496efdab4da6a409a392a46ec8a332ae30be28276a91e5352c0d45c5452d08e36a220c0670704406bedde2f2cfeb56f146d6a538590e557c8fa
@@ -632,6 +632,7 @@
632
632
  "customRules":{"shape":"CustomRules"},
633
633
  "productionBranch":{"shape":"ProductionBranch"},
634
634
  "buildSpec":{"shape":"BuildSpec"},
635
+ "customHeaders":{"shape":"CustomHeaders"},
635
636
  "enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"},
636
637
  "autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"},
637
638
  "autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"}
@@ -643,8 +644,9 @@
643
644
  },
644
645
  "AppId":{
645
646
  "type":"string",
646
- "max":255,
647
- "min":1
647
+ "max":20,
648
+ "min":1,
649
+ "pattern":"d[a-z0-9]+"
648
650
  },
649
651
  "Apps":{
650
652
  "type":"list",
@@ -876,6 +878,7 @@
876
878
  "customRules":{"shape":"CustomRules"},
877
879
  "tags":{"shape":"TagMap"},
878
880
  "buildSpec":{"shape":"BuildSpec"},
881
+ "customHeaders":{"shape":"CustomHeaders"},
879
882
  "enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"},
880
883
  "autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"},
881
884
  "autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"}
@@ -1042,6 +1045,11 @@
1042
1045
  "member":{"shape":"CustomDomain"},
1043
1046
  "max":255
1044
1047
  },
1048
+ "CustomHeaders":{
1049
+ "type":"string",
1050
+ "max":25000,
1051
+ "min":1
1052
+ },
1045
1053
  "CustomRule":{
1046
1054
  "type":"structure",
1047
1055
  "required":[
@@ -1871,7 +1879,7 @@
1871
1879
  "MaxResults":{
1872
1880
  "type":"integer",
1873
1881
  "max":100,
1874
- "min":1
1882
+ "min":0
1875
1883
  },
1876
1884
  "Name":{
1877
1885
  "type":"string",
@@ -2256,6 +2264,7 @@
2256
2264
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
2257
2265
  "customRules":{"shape":"CustomRules"},
2258
2266
  "buildSpec":{"shape":"BuildSpec"},
2267
+ "customHeaders":{"shape":"CustomHeaders"},
2259
2268
  "enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"},
2260
2269
  "autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"},
2261
2270
  "autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"},
@@ -0,0 +1,2127 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-07-25",
5
+ "endpointPrefix":"databrew",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceFullName":"AWS Glue DataBrew",
9
+ "serviceId":"DataBrew",
10
+ "signatureVersion":"v4",
11
+ "signingName":"databrew",
12
+ "uid":"databrew-2017-07-25"
13
+ },
14
+ "operations":{
15
+ "BatchDeleteRecipeVersion":{
16
+ "name":"BatchDeleteRecipeVersion",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/recipes/{name}/batchDeleteRecipeVersion"
20
+ },
21
+ "input":{"shape":"BatchDeleteRecipeVersionRequest"},
22
+ "output":{"shape":"BatchDeleteRecipeVersionResponse"},
23
+ "errors":[
24
+ {"shape":"ConflictException"},
25
+ {"shape":"ResourceNotFoundException"},
26
+ {"shape":"ValidationException"}
27
+ ]
28
+ },
29
+ "CreateDataset":{
30
+ "name":"CreateDataset",
31
+ "http":{
32
+ "method":"POST",
33
+ "requestUri":"/datasets"
34
+ },
35
+ "input":{"shape":"CreateDatasetRequest"},
36
+ "output":{"shape":"CreateDatasetResponse"},
37
+ "errors":[
38
+ {"shape":"AccessDeniedException"},
39
+ {"shape":"ConflictException"},
40
+ {"shape":"ServiceQuotaExceededException"},
41
+ {"shape":"ValidationException"}
42
+ ]
43
+ },
44
+ "CreateProfileJob":{
45
+ "name":"CreateProfileJob",
46
+ "http":{
47
+ "method":"POST",
48
+ "requestUri":"/profileJobs"
49
+ },
50
+ "input":{"shape":"CreateProfileJobRequest"},
51
+ "output":{"shape":"CreateProfileJobResponse"},
52
+ "errors":[
53
+ {"shape":"ValidationException"}
54
+ ]
55
+ },
56
+ "CreateProject":{
57
+ "name":"CreateProject",
58
+ "http":{
59
+ "method":"POST",
60
+ "requestUri":"/projects"
61
+ },
62
+ "input":{"shape":"CreateProjectRequest"},
63
+ "output":{"shape":"CreateProjectResponse"},
64
+ "errors":[
65
+ {"shape":"ConflictException"},
66
+ {"shape":"InternalServerException"},
67
+ {"shape":"ServiceQuotaExceededException"},
68
+ {"shape":"ValidationException"}
69
+ ]
70
+ },
71
+ "CreateRecipe":{
72
+ "name":"CreateRecipe",
73
+ "http":{
74
+ "method":"POST",
75
+ "requestUri":"/recipes"
76
+ },
77
+ "input":{"shape":"CreateRecipeRequest"},
78
+ "output":{"shape":"CreateRecipeResponse"},
79
+ "errors":[
80
+ {"shape":"ConflictException"},
81
+ {"shape":"ServiceQuotaExceededException"},
82
+ {"shape":"ValidationException"}
83
+ ]
84
+ },
85
+ "CreateRecipeJob":{
86
+ "name":"CreateRecipeJob",
87
+ "http":{
88
+ "method":"POST",
89
+ "requestUri":"/recipeJobs"
90
+ },
91
+ "input":{"shape":"CreateRecipeJobRequest"},
92
+ "output":{"shape":"CreateRecipeJobResponse"},
93
+ "errors":[
94
+ {"shape":"ValidationException"}
95
+ ]
96
+ },
97
+ "CreateSchedule":{
98
+ "name":"CreateSchedule",
99
+ "http":{
100
+ "method":"POST",
101
+ "requestUri":"/schedules"
102
+ },
103
+ "input":{"shape":"CreateScheduleRequest"},
104
+ "output":{"shape":"CreateScheduleResponse"},
105
+ "errors":[
106
+ {"shape":"ValidationException"}
107
+ ]
108
+ },
109
+ "DeleteDataset":{
110
+ "name":"DeleteDataset",
111
+ "http":{
112
+ "method":"DELETE",
113
+ "requestUri":"/datasets/{name}"
114
+ },
115
+ "input":{"shape":"DeleteDatasetRequest"},
116
+ "output":{"shape":"DeleteDatasetResponse"},
117
+ "errors":[
118
+ {"shape":"ResourceNotFoundException"},
119
+ {"shape":"ValidationException"}
120
+ ]
121
+ },
122
+ "DeleteJob":{
123
+ "name":"DeleteJob",
124
+ "http":{
125
+ "method":"DELETE",
126
+ "requestUri":"/jobs/{name}"
127
+ },
128
+ "input":{"shape":"DeleteJobRequest"},
129
+ "output":{"shape":"DeleteJobResponse"},
130
+ "errors":[
131
+ {"shape":"ResourceNotFoundException"},
132
+ {"shape":"ValidationException"}
133
+ ]
134
+ },
135
+ "DeleteProject":{
136
+ "name":"DeleteProject",
137
+ "http":{
138
+ "method":"DELETE",
139
+ "requestUri":"/projects/{name}"
140
+ },
141
+ "input":{"shape":"DeleteProjectRequest"},
142
+ "output":{"shape":"DeleteProjectResponse"},
143
+ "errors":[
144
+ {"shape":"ResourceNotFoundException"},
145
+ {"shape":"ValidationException"}
146
+ ]
147
+ },
148
+ "DeleteRecipeVersion":{
149
+ "name":"DeleteRecipeVersion",
150
+ "http":{
151
+ "method":"DELETE",
152
+ "requestUri":"/recipes/{name}/recipeVersion/{recipeVersion}"
153
+ },
154
+ "input":{"shape":"DeleteRecipeVersionRequest"},
155
+ "output":{"shape":"DeleteRecipeVersionResponse"},
156
+ "errors":[
157
+ {"shape":"ResourceNotFoundException"},
158
+ {"shape":"ValidationException"}
159
+ ]
160
+ },
161
+ "DeleteSchedule":{
162
+ "name":"DeleteSchedule",
163
+ "http":{
164
+ "method":"DELETE",
165
+ "requestUri":"/schedules/{name}"
166
+ },
167
+ "input":{"shape":"DeleteScheduleRequest"},
168
+ "output":{"shape":"DeleteScheduleResponse"},
169
+ "errors":[
170
+ {"shape":"ResourceNotFoundException"},
171
+ {"shape":"ValidationException"}
172
+ ]
173
+ },
174
+ "DescribeDataset":{
175
+ "name":"DescribeDataset",
176
+ "http":{
177
+ "method":"GET",
178
+ "requestUri":"/datasets/{name}"
179
+ },
180
+ "input":{"shape":"DescribeDatasetRequest"},
181
+ "output":{"shape":"DescribeDatasetResponse"},
182
+ "errors":[
183
+ {"shape":"ResourceNotFoundException"},
184
+ {"shape":"ValidationException"}
185
+ ]
186
+ },
187
+ "DescribeJob":{
188
+ "name":"DescribeJob",
189
+ "http":{
190
+ "method":"GET",
191
+ "requestUri":"/jobs/{name}"
192
+ },
193
+ "input":{"shape":"DescribeJobRequest"},
194
+ "output":{"shape":"DescribeJobResponse"},
195
+ "errors":[
196
+ {"shape":"ResourceNotFoundException"},
197
+ {"shape":"ValidationException"}
198
+ ]
199
+ },
200
+ "DescribeProject":{
201
+ "name":"DescribeProject",
202
+ "http":{
203
+ "method":"GET",
204
+ "requestUri":"/projects/{name}"
205
+ },
206
+ "input":{"shape":"DescribeProjectRequest"},
207
+ "output":{"shape":"DescribeProjectResponse"},
208
+ "errors":[
209
+ {"shape":"ResourceNotFoundException"},
210
+ {"shape":"ValidationException"}
211
+ ]
212
+ },
213
+ "DescribeRecipe":{
214
+ "name":"DescribeRecipe",
215
+ "http":{
216
+ "method":"GET",
217
+ "requestUri":"/recipes/{name}"
218
+ },
219
+ "input":{"shape":"DescribeRecipeRequest"},
220
+ "output":{"shape":"DescribeRecipeResponse"},
221
+ "errors":[
222
+ {"shape":"ResourceNotFoundException"},
223
+ {"shape":"ValidationException"}
224
+ ]
225
+ },
226
+ "DescribeSchedule":{
227
+ "name":"DescribeSchedule",
228
+ "http":{
229
+ "method":"GET",
230
+ "requestUri":"/schedules/{name}"
231
+ },
232
+ "input":{"shape":"DescribeScheduleRequest"},
233
+ "output":{"shape":"DescribeScheduleResponse"},
234
+ "errors":[
235
+ {"shape":"ResourceNotFoundException"},
236
+ {"shape":"ValidationException"}
237
+ ]
238
+ },
239
+ "ListDatasets":{
240
+ "name":"ListDatasets",
241
+ "http":{
242
+ "method":"GET",
243
+ "requestUri":"/datasets"
244
+ },
245
+ "input":{"shape":"ListDatasetsRequest"},
246
+ "output":{"shape":"ListDatasetsResponse"},
247
+ "errors":[
248
+ {"shape":"ValidationException"}
249
+ ]
250
+ },
251
+ "ListJobRuns":{
252
+ "name":"ListJobRuns",
253
+ "http":{
254
+ "method":"GET",
255
+ "requestUri":"/jobs/{name}/jobRuns"
256
+ },
257
+ "input":{"shape":"ListJobRunsRequest"},
258
+ "output":{"shape":"ListJobRunsResponse"},
259
+ "errors":[
260
+ {"shape":"ResourceNotFoundException"},
261
+ {"shape":"ValidationException"}
262
+ ]
263
+ },
264
+ "ListJobs":{
265
+ "name":"ListJobs",
266
+ "http":{
267
+ "method":"GET",
268
+ "requestUri":"/jobs"
269
+ },
270
+ "input":{"shape":"ListJobsRequest"},
271
+ "output":{"shape":"ListJobsResponse"},
272
+ "errors":[
273
+ {"shape":"ValidationException"}
274
+ ]
275
+ },
276
+ "ListProjects":{
277
+ "name":"ListProjects",
278
+ "http":{
279
+ "method":"GET",
280
+ "requestUri":"/projects"
281
+ },
282
+ "input":{"shape":"ListProjectsRequest"},
283
+ "output":{"shape":"ListProjectsResponse"},
284
+ "errors":[
285
+ {"shape":"ValidationException"}
286
+ ]
287
+ },
288
+ "ListRecipeVersions":{
289
+ "name":"ListRecipeVersions",
290
+ "http":{
291
+ "method":"GET",
292
+ "requestUri":"/recipeVersions"
293
+ },
294
+ "input":{"shape":"ListRecipeVersionsRequest"},
295
+ "output":{"shape":"ListRecipeVersionsResponse"},
296
+ "errors":[
297
+ {"shape":"ValidationException"}
298
+ ]
299
+ },
300
+ "ListRecipes":{
301
+ "name":"ListRecipes",
302
+ "http":{
303
+ "method":"GET",
304
+ "requestUri":"/recipes"
305
+ },
306
+ "input":{"shape":"ListRecipesRequest"},
307
+ "output":{"shape":"ListRecipesResponse"},
308
+ "errors":[
309
+ {"shape":"ValidationException"}
310
+ ]
311
+ },
312
+ "ListSchedules":{
313
+ "name":"ListSchedules",
314
+ "http":{
315
+ "method":"GET",
316
+ "requestUri":"/schedules"
317
+ },
318
+ "input":{"shape":"ListSchedulesRequest"},
319
+ "output":{"shape":"ListSchedulesResponse"},
320
+ "errors":[
321
+ {"shape":"ValidationException"}
322
+ ]
323
+ },
324
+ "ListTagsForResource":{
325
+ "name":"ListTagsForResource",
326
+ "http":{
327
+ "method":"GET",
328
+ "requestUri":"/tags/{ResourceArn}"
329
+ },
330
+ "input":{"shape":"ListTagsForResourceRequest"},
331
+ "output":{"shape":"ListTagsForResourceResponse"},
332
+ "errors":[
333
+ {"shape":"InternalServerException"},
334
+ {"shape":"ResourceNotFoundException"},
335
+ {"shape":"ValidationException"}
336
+ ]
337
+ },
338
+ "PublishRecipe":{
339
+ "name":"PublishRecipe",
340
+ "http":{
341
+ "method":"POST",
342
+ "requestUri":"/recipes/{name}/publishRecipe"
343
+ },
344
+ "input":{"shape":"PublishRecipeRequest"},
345
+ "output":{"shape":"PublishRecipeResponse"},
346
+ "errors":[
347
+ {"shape":"ValidationException"},
348
+ {"shape":"ResourceNotFoundException"}
349
+ ]
350
+ },
351
+ "SendProjectSessionAction":{
352
+ "name":"SendProjectSessionAction",
353
+ "http":{
354
+ "method":"PUT",
355
+ "requestUri":"/projects/{name}/sendProjectSessionAction"
356
+ },
357
+ "input":{"shape":"SendProjectSessionActionRequest"},
358
+ "output":{"shape":"SendProjectSessionActionResponse"},
359
+ "errors":[
360
+ {"shape":"ConflictException"},
361
+ {"shape":"ResourceNotFoundException"},
362
+ {"shape":"ValidationException"}
363
+ ]
364
+ },
365
+ "StartJobRun":{
366
+ "name":"StartJobRun",
367
+ "http":{
368
+ "method":"POST",
369
+ "requestUri":"/jobs/{name}/startJobRun"
370
+ },
371
+ "input":{"shape":"StartJobRunRequest"},
372
+ "output":{"shape":"StartJobRunResponse"},
373
+ "errors":[
374
+ {"shape":"ResourceNotFoundException"},
375
+ {"shape":"ValidationException"}
376
+ ]
377
+ },
378
+ "StartProjectSession":{
379
+ "name":"StartProjectSession",
380
+ "http":{
381
+ "method":"PUT",
382
+ "requestUri":"/projects/{name}/startProjectSession"
383
+ },
384
+ "input":{"shape":"StartProjectSessionRequest"},
385
+ "output":{"shape":"StartProjectSessionResponse"},
386
+ "errors":[
387
+ {"shape":"ResourceNotFoundException"},
388
+ {"shape":"ValidationException"}
389
+ ]
390
+ },
391
+ "StopJobRun":{
392
+ "name":"StopJobRun",
393
+ "http":{
394
+ "method":"POST",
395
+ "requestUri":"/jobs/{name}/jobRun/{runId}/stopJobRun"
396
+ },
397
+ "input":{"shape":"StopJobRunRequest"},
398
+ "output":{"shape":"StopJobRunResponse"},
399
+ "errors":[
400
+ {"shape":"ResourceNotFoundException"},
401
+ {"shape":"ValidationException"}
402
+ ]
403
+ },
404
+ "TagResource":{
405
+ "name":"TagResource",
406
+ "http":{
407
+ "method":"POST",
408
+ "requestUri":"/tags/{ResourceArn}"
409
+ },
410
+ "input":{"shape":"TagResourceRequest"},
411
+ "output":{"shape":"TagResourceResponse"},
412
+ "errors":[
413
+ {"shape":"InternalServerException"},
414
+ {"shape":"ResourceNotFoundException"},
415
+ {"shape":"ValidationException"}
416
+ ]
417
+ },
418
+ "UntagResource":{
419
+ "name":"UntagResource",
420
+ "http":{
421
+ "method":"DELETE",
422
+ "requestUri":"/tags/{ResourceArn}"
423
+ },
424
+ "input":{"shape":"UntagResourceRequest"},
425
+ "output":{"shape":"UntagResourceResponse"},
426
+ "errors":[
427
+ {"shape":"InternalServerException"},
428
+ {"shape":"ResourceNotFoundException"},
429
+ {"shape":"ValidationException"}
430
+ ]
431
+ },
432
+ "UpdateDataset":{
433
+ "name":"UpdateDataset",
434
+ "http":{
435
+ "method":"PUT",
436
+ "requestUri":"/datasets/{name}"
437
+ },
438
+ "input":{"shape":"UpdateDatasetRequest"},
439
+ "output":{"shape":"UpdateDatasetResponse"},
440
+ "errors":[
441
+ {"shape":"ResourceNotFoundException"},
442
+ {"shape":"ValidationException"}
443
+ ]
444
+ },
445
+ "UpdateProfileJob":{
446
+ "name":"UpdateProfileJob",
447
+ "http":{
448
+ "method":"PUT",
449
+ "requestUri":"/profileJobs/{name}"
450
+ },
451
+ "input":{"shape":"UpdateProfileJobRequest"},
452
+ "output":{"shape":"UpdateProfileJobResponse"},
453
+ "errors":[
454
+ {"shape":"ValidationException"}
455
+ ]
456
+ },
457
+ "UpdateProject":{
458
+ "name":"UpdateProject",
459
+ "http":{
460
+ "method":"PUT",
461
+ "requestUri":"/projects/{name}"
462
+ },
463
+ "input":{"shape":"UpdateProjectRequest"},
464
+ "output":{"shape":"UpdateProjectResponse"},
465
+ "errors":[
466
+ {"shape":"ResourceNotFoundException"},
467
+ {"shape":"ValidationException"}
468
+ ]
469
+ },
470
+ "UpdateRecipe":{
471
+ "name":"UpdateRecipe",
472
+ "http":{
473
+ "method":"PUT",
474
+ "requestUri":"/recipes/{name}"
475
+ },
476
+ "input":{"shape":"UpdateRecipeRequest"},
477
+ "output":{"shape":"UpdateRecipeResponse"},
478
+ "errors":[
479
+ {"shape":"ValidationException"},
480
+ {"shape":"ResourceNotFoundException"}
481
+ ]
482
+ },
483
+ "UpdateRecipeJob":{
484
+ "name":"UpdateRecipeJob",
485
+ "http":{
486
+ "method":"PUT",
487
+ "requestUri":"/recipeJobs/{name}"
488
+ },
489
+ "input":{"shape":"UpdateRecipeJobRequest"},
490
+ "output":{"shape":"UpdateRecipeJobResponse"},
491
+ "errors":[
492
+ {"shape":"ValidationException"}
493
+ ]
494
+ },
495
+ "UpdateSchedule":{
496
+ "name":"UpdateSchedule",
497
+ "http":{
498
+ "method":"PUT",
499
+ "requestUri":"/schedules/{name}"
500
+ },
501
+ "input":{"shape":"UpdateScheduleRequest"},
502
+ "output":{"shape":"UpdateScheduleResponse"},
503
+ "errors":[
504
+ {"shape":"ValidationException"}
505
+ ]
506
+ }
507
+ },
508
+ "shapes":{
509
+ "AccessDeniedException":{
510
+ "type":"structure",
511
+ "members":{
512
+ "Message":{"shape":"Message"}
513
+ },
514
+ "error":{"httpStatusCode":403},
515
+ "exception":true
516
+ },
517
+ "AccountId":{
518
+ "type":"string",
519
+ "max":255
520
+ },
521
+ "ActionId":{"type":"integer"},
522
+ "Arn":{
523
+ "type":"string",
524
+ "max":2048,
525
+ "min":20
526
+ },
527
+ "AssumeControl":{"type":"boolean"},
528
+ "Attempt":{"type":"integer"},
529
+ "BatchDeleteRecipeVersionRequest":{
530
+ "type":"structure",
531
+ "required":[
532
+ "Name",
533
+ "RecipeVersions"
534
+ ],
535
+ "members":{
536
+ "Name":{
537
+ "shape":"RecipeName",
538
+ "location":"uri",
539
+ "locationName":"name"
540
+ },
541
+ "RecipeVersions":{"shape":"RecipeVersionList"}
542
+ }
543
+ },
544
+ "BatchDeleteRecipeVersionResponse":{
545
+ "type":"structure",
546
+ "required":["Name"],
547
+ "members":{
548
+ "Name":{"shape":"RecipeName"},
549
+ "Errors":{"shape":"RecipeErrorList"}
550
+ }
551
+ },
552
+ "Bucket":{
553
+ "type":"string",
554
+ "max":63,
555
+ "min":3
556
+ },
557
+ "CatalogId":{
558
+ "type":"string",
559
+ "max":255,
560
+ "min":1
561
+ },
562
+ "ClientSessionId":{
563
+ "type":"string",
564
+ "max":255,
565
+ "min":1,
566
+ "pattern":"^[a-zA-Z0-9][a-zA-Z0-9-]*$"
567
+ },
568
+ "ColumnName":{
569
+ "type":"string",
570
+ "max":255,
571
+ "min":1
572
+ },
573
+ "ColumnNameList":{
574
+ "type":"list",
575
+ "member":{"shape":"ColumnName"},
576
+ "max":200
577
+ },
578
+ "ColumnRange":{
579
+ "type":"integer",
580
+ "max":20,
581
+ "min":0
582
+ },
583
+ "CompressionFormat":{
584
+ "type":"string",
585
+ "enum":[
586
+ "GZIP",
587
+ "LZ4",
588
+ "SNAPPY",
589
+ "BZIP2",
590
+ "DEFLATE",
591
+ "LZO",
592
+ "BROTLI",
593
+ "ZSTD",
594
+ "ZLIB"
595
+ ]
596
+ },
597
+ "Condition":{
598
+ "type":"string",
599
+ "max":128,
600
+ "min":1,
601
+ "pattern":"^[A-Z\\_]+$"
602
+ },
603
+ "ConditionExpression":{
604
+ "type":"structure",
605
+ "required":[
606
+ "Condition",
607
+ "TargetColumn"
608
+ ],
609
+ "members":{
610
+ "Condition":{"shape":"Condition"},
611
+ "Value":{"shape":"ConditionValue"},
612
+ "TargetColumn":{"shape":"TargetColumn"}
613
+ }
614
+ },
615
+ "ConditionExpressionList":{
616
+ "type":"list",
617
+ "member":{"shape":"ConditionExpression"}
618
+ },
619
+ "ConditionValue":{
620
+ "type":"string",
621
+ "max":1024
622
+ },
623
+ "ConflictException":{
624
+ "type":"structure",
625
+ "members":{
626
+ "Message":{"shape":"Message"}
627
+ },
628
+ "error":{"httpStatusCode":409},
629
+ "exception":true
630
+ },
631
+ "CreateDatasetRequest":{
632
+ "type":"structure",
633
+ "required":[
634
+ "Name",
635
+ "Input"
636
+ ],
637
+ "members":{
638
+ "Name":{"shape":"DatasetName"},
639
+ "FormatOptions":{"shape":"FormatOptions"},
640
+ "Input":{"shape":"Input"},
641
+ "Tags":{"shape":"TagMap"}
642
+ }
643
+ },
644
+ "CreateDatasetResponse":{
645
+ "type":"structure",
646
+ "required":["Name"],
647
+ "members":{
648
+ "Name":{"shape":"DatasetName"}
649
+ }
650
+ },
651
+ "CreateProfileJobRequest":{
652
+ "type":"structure",
653
+ "required":[
654
+ "DatasetName",
655
+ "Name",
656
+ "OutputLocation",
657
+ "RoleArn"
658
+ ],
659
+ "members":{
660
+ "DatasetName":{"shape":"DatasetName"},
661
+ "EncryptionKeyArn":{"shape":"EncryptionKeyArn"},
662
+ "EncryptionMode":{"shape":"EncryptionMode"},
663
+ "Name":{"shape":"JobName"},
664
+ "LogSubscription":{"shape":"LogSubscription"},
665
+ "MaxCapacity":{"shape":"MaxCapacity"},
666
+ "MaxRetries":{"shape":"MaxRetries"},
667
+ "OutputLocation":{"shape":"S3Location"},
668
+ "RoleArn":{"shape":"Arn"},
669
+ "Tags":{"shape":"TagMap"},
670
+ "Timeout":{"shape":"Timeout"}
671
+ }
672
+ },
673
+ "CreateProfileJobResponse":{
674
+ "type":"structure",
675
+ "required":["Name"],
676
+ "members":{
677
+ "Name":{"shape":"JobName"}
678
+ }
679
+ },
680
+ "CreateProjectRequest":{
681
+ "type":"structure",
682
+ "required":[
683
+ "DatasetName",
684
+ "Name",
685
+ "RecipeName",
686
+ "RoleArn"
687
+ ],
688
+ "members":{
689
+ "DatasetName":{"shape":"DatasetName"},
690
+ "Name":{"shape":"ProjectName"},
691
+ "RecipeName":{"shape":"RecipeName"},
692
+ "Sample":{"shape":"Sample"},
693
+ "RoleArn":{"shape":"Arn"},
694
+ "Tags":{"shape":"TagMap"}
695
+ }
696
+ },
697
+ "CreateProjectResponse":{
698
+ "type":"structure",
699
+ "required":["Name"],
700
+ "members":{
701
+ "Name":{"shape":"ProjectName"}
702
+ }
703
+ },
704
+ "CreateRecipeJobRequest":{
705
+ "type":"structure",
706
+ "required":[
707
+ "Name",
708
+ "Outputs",
709
+ "RoleArn"
710
+ ],
711
+ "members":{
712
+ "DatasetName":{"shape":"DatasetName"},
713
+ "EncryptionKeyArn":{"shape":"EncryptionKeyArn"},
714
+ "EncryptionMode":{"shape":"EncryptionMode"},
715
+ "Name":{"shape":"JobName"},
716
+ "LogSubscription":{"shape":"LogSubscription"},
717
+ "MaxCapacity":{"shape":"MaxCapacity"},
718
+ "MaxRetries":{"shape":"MaxRetries"},
719
+ "Outputs":{"shape":"OutputList"},
720
+ "ProjectName":{"shape":"ProjectName"},
721
+ "RecipeReference":{"shape":"RecipeReference"},
722
+ "RoleArn":{"shape":"Arn"},
723
+ "Tags":{"shape":"TagMap"},
724
+ "Timeout":{"shape":"Timeout"}
725
+ }
726
+ },
727
+ "CreateRecipeJobResponse":{
728
+ "type":"structure",
729
+ "required":["Name"],
730
+ "members":{
731
+ "Name":{"shape":"JobName"}
732
+ }
733
+ },
734
+ "CreateRecipeRequest":{
735
+ "type":"structure",
736
+ "required":[
737
+ "Name",
738
+ "Steps"
739
+ ],
740
+ "members":{
741
+ "Description":{"shape":"RecipeDescription"},
742
+ "Name":{"shape":"RecipeName"},
743
+ "Steps":{"shape":"RecipeStepList"},
744
+ "Tags":{"shape":"TagMap"}
745
+ }
746
+ },
747
+ "CreateRecipeResponse":{
748
+ "type":"structure",
749
+ "required":["Name"],
750
+ "members":{
751
+ "Name":{"shape":"RecipeName"}
752
+ }
753
+ },
754
+ "CreateScheduleRequest":{
755
+ "type":"structure",
756
+ "required":[
757
+ "CronExpression",
758
+ "Name"
759
+ ],
760
+ "members":{
761
+ "JobNames":{"shape":"JobNameList"},
762
+ "CronExpression":{"shape":"CronExpression"},
763
+ "Tags":{"shape":"TagMap"},
764
+ "Name":{"shape":"ScheduleName"}
765
+ }
766
+ },
767
+ "CreateScheduleResponse":{
768
+ "type":"structure",
769
+ "required":["Name"],
770
+ "members":{
771
+ "Name":{"shape":"ScheduleName"}
772
+ }
773
+ },
774
+ "CreatedBy":{"type":"string"},
775
+ "CronExpression":{
776
+ "type":"string",
777
+ "max":512,
778
+ "min":1
779
+ },
780
+ "DataCatalogInputDefinition":{
781
+ "type":"structure",
782
+ "required":[
783
+ "DatabaseName",
784
+ "TableName"
785
+ ],
786
+ "members":{
787
+ "CatalogId":{"shape":"CatalogId"},
788
+ "DatabaseName":{"shape":"DatabaseName"},
789
+ "TableName":{"shape":"TableName"},
790
+ "TempDirectory":{"shape":"S3Location"}
791
+ }
792
+ },
793
+ "DatabaseName":{
794
+ "type":"string",
795
+ "max":255,
796
+ "min":1
797
+ },
798
+ "Dataset":{
799
+ "type":"structure",
800
+ "required":[
801
+ "Name",
802
+ "Input"
803
+ ],
804
+ "members":{
805
+ "AccountId":{"shape":"AccountId"},
806
+ "CreatedBy":{"shape":"CreatedBy"},
807
+ "CreateDate":{"shape":"Date"},
808
+ "Name":{"shape":"DatasetName"},
809
+ "FormatOptions":{"shape":"FormatOptions"},
810
+ "Input":{"shape":"Input"},
811
+ "LastModifiedDate":{"shape":"Date"},
812
+ "LastModifiedBy":{"shape":"LastModifiedBy"},
813
+ "Source":{"shape":"Source"},
814
+ "Tags":{"shape":"TagMap"},
815
+ "ResourceArn":{"shape":"Arn"}
816
+ }
817
+ },
818
+ "DatasetList":{
819
+ "type":"list",
820
+ "member":{"shape":"Dataset"}
821
+ },
822
+ "DatasetName":{
823
+ "type":"string",
824
+ "max":255,
825
+ "min":1
826
+ },
827
+ "Date":{"type":"timestamp"},
828
+ "DeleteDatasetRequest":{
829
+ "type":"structure",
830
+ "required":["Name"],
831
+ "members":{
832
+ "Name":{
833
+ "shape":"DatasetName",
834
+ "location":"uri",
835
+ "locationName":"name"
836
+ }
837
+ }
838
+ },
839
+ "DeleteDatasetResponse":{
840
+ "type":"structure",
841
+ "required":["Name"],
842
+ "members":{
843
+ "Name":{"shape":"DatasetName"}
844
+ }
845
+ },
846
+ "DeleteJobRequest":{
847
+ "type":"structure",
848
+ "required":["Name"],
849
+ "members":{
850
+ "Name":{
851
+ "shape":"JobName",
852
+ "location":"uri",
853
+ "locationName":"name"
854
+ }
855
+ }
856
+ },
857
+ "DeleteJobResponse":{
858
+ "type":"structure",
859
+ "required":["Name"],
860
+ "members":{
861
+ "Name":{"shape":"JobName"}
862
+ }
863
+ },
864
+ "DeleteProjectRequest":{
865
+ "type":"structure",
866
+ "required":["Name"],
867
+ "members":{
868
+ "Name":{
869
+ "shape":"ProjectName",
870
+ "location":"uri",
871
+ "locationName":"name"
872
+ }
873
+ }
874
+ },
875
+ "DeleteProjectResponse":{
876
+ "type":"structure",
877
+ "required":["Name"],
878
+ "members":{
879
+ "Name":{"shape":"ProjectName"}
880
+ }
881
+ },
882
+ "DeleteRecipeVersionRequest":{
883
+ "type":"structure",
884
+ "required":[
885
+ "Name",
886
+ "RecipeVersion"
887
+ ],
888
+ "members":{
889
+ "Name":{
890
+ "shape":"RecipeName",
891
+ "location":"uri",
892
+ "locationName":"name"
893
+ },
894
+ "RecipeVersion":{
895
+ "shape":"RecipeVersion",
896
+ "location":"uri",
897
+ "locationName":"recipeVersion"
898
+ }
899
+ }
900
+ },
901
+ "DeleteRecipeVersionResponse":{
902
+ "type":"structure",
903
+ "required":[
904
+ "Name",
905
+ "RecipeVersion"
906
+ ],
907
+ "members":{
908
+ "Name":{"shape":"RecipeName"},
909
+ "RecipeVersion":{"shape":"RecipeVersion"}
910
+ }
911
+ },
912
+ "DeleteScheduleRequest":{
913
+ "type":"structure",
914
+ "required":["Name"],
915
+ "members":{
916
+ "Name":{
917
+ "shape":"ScheduleName",
918
+ "location":"uri",
919
+ "locationName":"name"
920
+ }
921
+ }
922
+ },
923
+ "DeleteScheduleResponse":{
924
+ "type":"structure",
925
+ "required":["Name"],
926
+ "members":{
927
+ "Name":{"shape":"ScheduleName"}
928
+ }
929
+ },
930
+ "DescribeDatasetRequest":{
931
+ "type":"structure",
932
+ "required":["Name"],
933
+ "members":{
934
+ "Name":{
935
+ "shape":"DatasetName",
936
+ "location":"uri",
937
+ "locationName":"name"
938
+ }
939
+ }
940
+ },
941
+ "DescribeDatasetResponse":{
942
+ "type":"structure",
943
+ "required":[
944
+ "Name",
945
+ "Input"
946
+ ],
947
+ "members":{
948
+ "CreatedBy":{"shape":"CreatedBy"},
949
+ "CreateDate":{"shape":"Date"},
950
+ "Name":{"shape":"DatasetName"},
951
+ "FormatOptions":{"shape":"FormatOptions"},
952
+ "Input":{"shape":"Input"},
953
+ "LastModifiedDate":{"shape":"Date"},
954
+ "LastModifiedBy":{"shape":"LastModifiedBy"},
955
+ "Source":{"shape":"Source"},
956
+ "Tags":{"shape":"TagMap"},
957
+ "ResourceArn":{"shape":"Arn"}
958
+ }
959
+ },
960
+ "DescribeJobRequest":{
961
+ "type":"structure",
962
+ "required":["Name"],
963
+ "members":{
964
+ "Name":{
965
+ "shape":"JobName",
966
+ "location":"uri",
967
+ "locationName":"name"
968
+ }
969
+ }
970
+ },
971
+ "DescribeJobResponse":{
972
+ "type":"structure",
973
+ "required":["Name"],
974
+ "members":{
975
+ "CreateDate":{"shape":"Date"},
976
+ "CreatedBy":{"shape":"CreatedBy"},
977
+ "DatasetName":{"shape":"DatasetName"},
978
+ "EncryptionKeyArn":{"shape":"EncryptionKeyArn"},
979
+ "EncryptionMode":{"shape":"EncryptionMode"},
980
+ "Name":{"shape":"JobName"},
981
+ "Type":{"shape":"JobType"},
982
+ "LastModifiedBy":{"shape":"LastModifiedBy"},
983
+ "LastModifiedDate":{"shape":"Date"},
984
+ "LogSubscription":{"shape":"LogSubscription"},
985
+ "MaxCapacity":{"shape":"MaxCapacity"},
986
+ "MaxRetries":{"shape":"MaxRetries"},
987
+ "Outputs":{"shape":"OutputList"},
988
+ "ProjectName":{"shape":"ProjectName"},
989
+ "RecipeReference":{"shape":"RecipeReference"},
990
+ "ResourceArn":{"shape":"Arn"},
991
+ "RoleArn":{"shape":"Arn"},
992
+ "Tags":{"shape":"TagMap"},
993
+ "Timeout":{"shape":"Timeout"}
994
+ }
995
+ },
996
+ "DescribeProjectRequest":{
997
+ "type":"structure",
998
+ "required":["Name"],
999
+ "members":{
1000
+ "Name":{
1001
+ "shape":"ProjectName",
1002
+ "location":"uri",
1003
+ "locationName":"name"
1004
+ }
1005
+ }
1006
+ },
1007
+ "DescribeProjectResponse":{
1008
+ "type":"structure",
1009
+ "required":["Name"],
1010
+ "members":{
1011
+ "CreateDate":{"shape":"Date"},
1012
+ "CreatedBy":{"shape":"CreatedBy"},
1013
+ "DatasetName":{"shape":"DatasetName"},
1014
+ "LastModifiedDate":{"shape":"Date"},
1015
+ "LastModifiedBy":{"shape":"LastModifiedBy"},
1016
+ "Name":{"shape":"ProjectName"},
1017
+ "RecipeName":{"shape":"RecipeName"},
1018
+ "ResourceArn":{"shape":"Arn"},
1019
+ "Sample":{"shape":"Sample"},
1020
+ "RoleArn":{"shape":"Arn"},
1021
+ "Tags":{"shape":"TagMap"},
1022
+ "SessionStatus":{"shape":"SessionStatus"},
1023
+ "OpenedBy":{"shape":"OpenedBy"},
1024
+ "OpenDate":{"shape":"Date"}
1025
+ }
1026
+ },
1027
+ "DescribeRecipeRequest":{
1028
+ "type":"structure",
1029
+ "required":["Name"],
1030
+ "members":{
1031
+ "Name":{
1032
+ "shape":"RecipeName",
1033
+ "location":"uri",
1034
+ "locationName":"name"
1035
+ },
1036
+ "RecipeVersion":{
1037
+ "shape":"RecipeVersion",
1038
+ "location":"querystring",
1039
+ "locationName":"recipeVersion"
1040
+ }
1041
+ }
1042
+ },
1043
+ "DescribeRecipeResponse":{
1044
+ "type":"structure",
1045
+ "required":["Name"],
1046
+ "members":{
1047
+ "CreatedBy":{"shape":"CreatedBy"},
1048
+ "CreateDate":{"shape":"Date"},
1049
+ "LastModifiedBy":{"shape":"LastModifiedBy"},
1050
+ "LastModifiedDate":{"shape":"Date"},
1051
+ "ProjectName":{"shape":"ProjectName"},
1052
+ "PublishedBy":{"shape":"PublishedBy"},
1053
+ "PublishedDate":{"shape":"Date"},
1054
+ "Description":{"shape":"RecipeDescription"},
1055
+ "Name":{"shape":"RecipeName"},
1056
+ "Steps":{"shape":"RecipeStepList"},
1057
+ "Tags":{"shape":"TagMap"},
1058
+ "ResourceArn":{"shape":"Arn"},
1059
+ "RecipeVersion":{"shape":"RecipeVersion"}
1060
+ }
1061
+ },
1062
+ "DescribeScheduleRequest":{
1063
+ "type":"structure",
1064
+ "required":["Name"],
1065
+ "members":{
1066
+ "Name":{
1067
+ "shape":"ScheduleName",
1068
+ "location":"uri",
1069
+ "locationName":"name"
1070
+ }
1071
+ }
1072
+ },
1073
+ "DescribeScheduleResponse":{
1074
+ "type":"structure",
1075
+ "required":["Name"],
1076
+ "members":{
1077
+ "CreateDate":{"shape":"Date"},
1078
+ "CreatedBy":{"shape":"CreatedBy"},
1079
+ "JobNames":{"shape":"JobNameList"},
1080
+ "LastModifiedBy":{"shape":"LastModifiedBy"},
1081
+ "LastModifiedDate":{"shape":"Date"},
1082
+ "ResourceArn":{"shape":"Arn"},
1083
+ "CronExpression":{"shape":"CronExpression"},
1084
+ "Tags":{"shape":"TagMap"},
1085
+ "Name":{"shape":"ScheduleName"}
1086
+ }
1087
+ },
1088
+ "EncryptionKeyArn":{
1089
+ "type":"string",
1090
+ "max":2048,
1091
+ "min":20
1092
+ },
1093
+ "EncryptionMode":{
1094
+ "type":"string",
1095
+ "enum":[
1096
+ "SSE-KMS",
1097
+ "SSE-S3"
1098
+ ]
1099
+ },
1100
+ "ErrorCode":{
1101
+ "type":"string",
1102
+ "pattern":"^[1-5][0-9][0-9]$"
1103
+ },
1104
+ "ExcelOptions":{
1105
+ "type":"structure",
1106
+ "members":{
1107
+ "SheetNames":{"shape":"SheetNameList"},
1108
+ "SheetIndexes":{"shape":"SheetIndexList"}
1109
+ }
1110
+ },
1111
+ "ExecutionTime":{"type":"integer"},
1112
+ "FormatOptions":{
1113
+ "type":"structure",
1114
+ "members":{
1115
+ "Json":{"shape":"JsonOptions"},
1116
+ "Excel":{"shape":"ExcelOptions"}
1117
+ }
1118
+ },
1119
+ "HiddenColumnList":{
1120
+ "type":"list",
1121
+ "member":{"shape":"ColumnName"}
1122
+ },
1123
+ "Input":{
1124
+ "type":"structure",
1125
+ "members":{
1126
+ "S3InputDefinition":{"shape":"S3Location"},
1127
+ "DataCatalogInputDefinition":{"shape":"DataCatalogInputDefinition"}
1128
+ }
1129
+ },
1130
+ "InternalServerException":{
1131
+ "type":"structure",
1132
+ "members":{
1133
+ "Message":{"shape":"Message"}
1134
+ },
1135
+ "error":{"httpStatusCode":500},
1136
+ "exception":true
1137
+ },
1138
+ "Job":{
1139
+ "type":"structure",
1140
+ "required":["Name"],
1141
+ "members":{
1142
+ "AccountId":{"shape":"AccountId"},
1143
+ "CreatedBy":{"shape":"CreatedBy"},
1144
+ "CreateDate":{"shape":"Date"},
1145
+ "DatasetName":{"shape":"DatasetName"},
1146
+ "EncryptionKeyArn":{"shape":"EncryptionKeyArn"},
1147
+ "EncryptionMode":{"shape":"EncryptionMode"},
1148
+ "Name":{"shape":"JobName"},
1149
+ "Type":{"shape":"JobType"},
1150
+ "LastModifiedBy":{"shape":"LastModifiedBy"},
1151
+ "LastModifiedDate":{"shape":"Date"},
1152
+ "LogSubscription":{"shape":"LogSubscription"},
1153
+ "MaxCapacity":{"shape":"MaxCapacity"},
1154
+ "MaxRetries":{"shape":"MaxRetries"},
1155
+ "Outputs":{"shape":"OutputList"},
1156
+ "ProjectName":{"shape":"ProjectName"},
1157
+ "RecipeReference":{"shape":"RecipeReference"},
1158
+ "ResourceArn":{"shape":"Arn"},
1159
+ "RoleArn":{"shape":"Arn"},
1160
+ "Timeout":{"shape":"Timeout"},
1161
+ "Tags":{"shape":"TagMap"}
1162
+ }
1163
+ },
1164
+ "JobList":{
1165
+ "type":"list",
1166
+ "member":{"shape":"Job"}
1167
+ },
1168
+ "JobName":{
1169
+ "type":"string",
1170
+ "max":240,
1171
+ "min":1
1172
+ },
1173
+ "JobNameList":{
1174
+ "type":"list",
1175
+ "member":{"shape":"JobName"},
1176
+ "max":50
1177
+ },
1178
+ "JobRun":{
1179
+ "type":"structure",
1180
+ "members":{
1181
+ "Attempt":{"shape":"Attempt"},
1182
+ "CompletedOn":{"shape":"Date"},
1183
+ "DatasetName":{"shape":"DatasetName"},
1184
+ "ErrorMessage":{"shape":"JobRunErrorMessage"},
1185
+ "ExecutionTime":{"shape":"ExecutionTime"},
1186
+ "JobName":{"shape":"JobName"},
1187
+ "RunId":{"shape":"JobRunId"},
1188
+ "State":{"shape":"JobRunState"},
1189
+ "LogSubscription":{"shape":"LogSubscription"},
1190
+ "LogGroupName":{"shape":"LogGroupName"},
1191
+ "Outputs":{"shape":"OutputList"},
1192
+ "RecipeReference":{"shape":"RecipeReference"},
1193
+ "StartedBy":{"shape":"StartedBy"},
1194
+ "StartedOn":{"shape":"Date"}
1195
+ }
1196
+ },
1197
+ "JobRunErrorMessage":{"type":"string"},
1198
+ "JobRunId":{
1199
+ "type":"string",
1200
+ "max":255,
1201
+ "min":1
1202
+ },
1203
+ "JobRunList":{
1204
+ "type":"list",
1205
+ "member":{"shape":"JobRun"}
1206
+ },
1207
+ "JobRunState":{
1208
+ "type":"string",
1209
+ "enum":[
1210
+ "STARTING",
1211
+ "RUNNING",
1212
+ "STOPPING",
1213
+ "STOPPED",
1214
+ "SUCCEEDED",
1215
+ "FAILED",
1216
+ "TIMEOUT"
1217
+ ]
1218
+ },
1219
+ "JobType":{
1220
+ "type":"string",
1221
+ "enum":[
1222
+ "PROFILE",
1223
+ "RECIPE"
1224
+ ]
1225
+ },
1226
+ "JsonOptions":{
1227
+ "type":"structure",
1228
+ "members":{
1229
+ "MultiLine":{"shape":"MultiLine"}
1230
+ }
1231
+ },
1232
+ "Key":{
1233
+ "type":"string",
1234
+ "max":1280,
1235
+ "min":1
1236
+ },
1237
+ "LastModifiedBy":{"type":"string"},
1238
+ "ListDatasetsRequest":{
1239
+ "type":"structure",
1240
+ "members":{
1241
+ "MaxResults":{
1242
+ "shape":"MaxResults100",
1243
+ "location":"querystring",
1244
+ "locationName":"maxResults"
1245
+ },
1246
+ "NextToken":{
1247
+ "shape":"NextToken",
1248
+ "location":"querystring",
1249
+ "locationName":"nextToken"
1250
+ }
1251
+ }
1252
+ },
1253
+ "ListDatasetsResponse":{
1254
+ "type":"structure",
1255
+ "required":["Datasets"],
1256
+ "members":{
1257
+ "Datasets":{"shape":"DatasetList"},
1258
+ "NextToken":{"shape":"NextToken"}
1259
+ }
1260
+ },
1261
+ "ListJobRunsRequest":{
1262
+ "type":"structure",
1263
+ "required":["Name"],
1264
+ "members":{
1265
+ "Name":{
1266
+ "shape":"JobName",
1267
+ "location":"uri",
1268
+ "locationName":"name"
1269
+ },
1270
+ "MaxResults":{
1271
+ "shape":"MaxResults100",
1272
+ "location":"querystring",
1273
+ "locationName":"maxResults"
1274
+ },
1275
+ "NextToken":{
1276
+ "shape":"NextToken",
1277
+ "location":"querystring",
1278
+ "locationName":"nextToken"
1279
+ }
1280
+ }
1281
+ },
1282
+ "ListJobRunsResponse":{
1283
+ "type":"structure",
1284
+ "required":["JobRuns"],
1285
+ "members":{
1286
+ "JobRuns":{"shape":"JobRunList"},
1287
+ "NextToken":{"shape":"NextToken"}
1288
+ }
1289
+ },
1290
+ "ListJobsRequest":{
1291
+ "type":"structure",
1292
+ "members":{
1293
+ "DatasetName":{
1294
+ "shape":"DatasetName",
1295
+ "location":"querystring",
1296
+ "locationName":"datasetName"
1297
+ },
1298
+ "MaxResults":{
1299
+ "shape":"MaxResults100",
1300
+ "location":"querystring",
1301
+ "locationName":"maxResults"
1302
+ },
1303
+ "NextToken":{
1304
+ "shape":"NextToken",
1305
+ "location":"querystring",
1306
+ "locationName":"nextToken"
1307
+ },
1308
+ "ProjectName":{
1309
+ "shape":"ProjectName",
1310
+ "location":"querystring",
1311
+ "locationName":"projectName"
1312
+ }
1313
+ }
1314
+ },
1315
+ "ListJobsResponse":{
1316
+ "type":"structure",
1317
+ "required":["Jobs"],
1318
+ "members":{
1319
+ "Jobs":{"shape":"JobList"},
1320
+ "NextToken":{"shape":"NextToken"}
1321
+ }
1322
+ },
1323
+ "ListProjectsRequest":{
1324
+ "type":"structure",
1325
+ "members":{
1326
+ "NextToken":{
1327
+ "shape":"NextToken",
1328
+ "location":"querystring",
1329
+ "locationName":"nextToken"
1330
+ },
1331
+ "MaxResults":{
1332
+ "shape":"MaxResults100",
1333
+ "location":"querystring",
1334
+ "locationName":"maxResults"
1335
+ }
1336
+ }
1337
+ },
1338
+ "ListProjectsResponse":{
1339
+ "type":"structure",
1340
+ "required":["Projects"],
1341
+ "members":{
1342
+ "Projects":{"shape":"ProjectList"},
1343
+ "NextToken":{"shape":"NextToken"}
1344
+ }
1345
+ },
1346
+ "ListRecipeVersionsRequest":{
1347
+ "type":"structure",
1348
+ "required":["Name"],
1349
+ "members":{
1350
+ "MaxResults":{
1351
+ "shape":"MaxResults100",
1352
+ "location":"querystring",
1353
+ "locationName":"maxResults"
1354
+ },
1355
+ "NextToken":{
1356
+ "shape":"NextToken",
1357
+ "location":"querystring",
1358
+ "locationName":"nextToken"
1359
+ },
1360
+ "Name":{
1361
+ "shape":"RecipeName",
1362
+ "location":"querystring",
1363
+ "locationName":"name"
1364
+ }
1365
+ }
1366
+ },
1367
+ "ListRecipeVersionsResponse":{
1368
+ "type":"structure",
1369
+ "required":["Recipes"],
1370
+ "members":{
1371
+ "NextToken":{"shape":"NextToken"},
1372
+ "Recipes":{"shape":"RecipeList"}
1373
+ }
1374
+ },
1375
+ "ListRecipesRequest":{
1376
+ "type":"structure",
1377
+ "members":{
1378
+ "MaxResults":{
1379
+ "shape":"MaxResults100",
1380
+ "location":"querystring",
1381
+ "locationName":"maxResults"
1382
+ },
1383
+ "NextToken":{
1384
+ "shape":"NextToken",
1385
+ "location":"querystring",
1386
+ "locationName":"nextToken"
1387
+ },
1388
+ "RecipeVersion":{
1389
+ "shape":"RecipeVersion",
1390
+ "location":"querystring",
1391
+ "locationName":"recipeVersion"
1392
+ }
1393
+ }
1394
+ },
1395
+ "ListRecipesResponse":{
1396
+ "type":"structure",
1397
+ "required":["Recipes"],
1398
+ "members":{
1399
+ "Recipes":{"shape":"RecipeList"},
1400
+ "NextToken":{"shape":"NextToken"}
1401
+ }
1402
+ },
1403
+ "ListSchedulesRequest":{
1404
+ "type":"structure",
1405
+ "members":{
1406
+ "JobName":{
1407
+ "shape":"JobName",
1408
+ "location":"querystring",
1409
+ "locationName":"jobName"
1410
+ },
1411
+ "MaxResults":{
1412
+ "shape":"MaxResults100",
1413
+ "location":"querystring",
1414
+ "locationName":"maxResults"
1415
+ },
1416
+ "NextToken":{
1417
+ "shape":"NextToken",
1418
+ "location":"querystring",
1419
+ "locationName":"nextToken"
1420
+ }
1421
+ }
1422
+ },
1423
+ "ListSchedulesResponse":{
1424
+ "type":"structure",
1425
+ "required":["Schedules"],
1426
+ "members":{
1427
+ "Schedules":{"shape":"ScheduleList"},
1428
+ "NextToken":{"shape":"NextToken"}
1429
+ }
1430
+ },
1431
+ "ListTagsForResourceRequest":{
1432
+ "type":"structure",
1433
+ "required":["ResourceArn"],
1434
+ "members":{
1435
+ "ResourceArn":{
1436
+ "shape":"Arn",
1437
+ "location":"uri",
1438
+ "locationName":"ResourceArn"
1439
+ }
1440
+ }
1441
+ },
1442
+ "ListTagsForResourceResponse":{
1443
+ "type":"structure",
1444
+ "members":{
1445
+ "Tags":{"shape":"TagMap"}
1446
+ }
1447
+ },
1448
+ "LogGroupName":{
1449
+ "type":"string",
1450
+ "max":512,
1451
+ "min":1
1452
+ },
1453
+ "LogSubscription":{
1454
+ "type":"string",
1455
+ "enum":[
1456
+ "ENABLE",
1457
+ "DISABLE"
1458
+ ]
1459
+ },
1460
+ "MaxCapacity":{"type":"integer"},
1461
+ "MaxResults100":{
1462
+ "type":"integer",
1463
+ "max":100,
1464
+ "min":1
1465
+ },
1466
+ "MaxRetries":{
1467
+ "type":"integer",
1468
+ "min":0
1469
+ },
1470
+ "Message":{"type":"string"},
1471
+ "MultiLine":{"type":"boolean"},
1472
+ "NextToken":{
1473
+ "type":"string",
1474
+ "max":2000,
1475
+ "min":1
1476
+ },
1477
+ "OpenedBy":{"type":"string"},
1478
+ "Operation":{
1479
+ "type":"string",
1480
+ "max":128,
1481
+ "min":1,
1482
+ "pattern":"^[A-Z\\_]+$"
1483
+ },
1484
+ "Output":{
1485
+ "type":"structure",
1486
+ "required":["Location"],
1487
+ "members":{
1488
+ "CompressionFormat":{"shape":"CompressionFormat"},
1489
+ "Format":{"shape":"OutputFormat"},
1490
+ "PartitionColumns":{"shape":"ColumnNameList"},
1491
+ "Location":{"shape":"S3Location"},
1492
+ "Overwrite":{"shape":"OverwriteOutput"}
1493
+ }
1494
+ },
1495
+ "OutputFormat":{
1496
+ "type":"string",
1497
+ "enum":[
1498
+ "CSV",
1499
+ "JSON",
1500
+ "PARQUET",
1501
+ "GLUEPARQUET",
1502
+ "AVRO",
1503
+ "ORC",
1504
+ "XML"
1505
+ ]
1506
+ },
1507
+ "OutputList":{
1508
+ "type":"list",
1509
+ "member":{"shape":"Output"},
1510
+ "min":1
1511
+ },
1512
+ "OverwriteOutput":{"type":"boolean"},
1513
+ "ParameterMap":{
1514
+ "type":"map",
1515
+ "key":{"shape":"ParameterName"},
1516
+ "value":{"shape":"ParameterValue"}
1517
+ },
1518
+ "ParameterName":{
1519
+ "type":"string",
1520
+ "max":128,
1521
+ "min":1,
1522
+ "pattern":"^[A-Za-z0-9]+$"
1523
+ },
1524
+ "ParameterValue":{
1525
+ "type":"string",
1526
+ "max":8192,
1527
+ "min":1
1528
+ },
1529
+ "Preview":{"type":"boolean"},
1530
+ "Project":{
1531
+ "type":"structure",
1532
+ "required":[
1533
+ "Name",
1534
+ "RecipeName"
1535
+ ],
1536
+ "members":{
1537
+ "AccountId":{"shape":"AccountId"},
1538
+ "CreateDate":{"shape":"Date"},
1539
+ "CreatedBy":{"shape":"CreatedBy"},
1540
+ "DatasetName":{"shape":"DatasetName"},
1541
+ "LastModifiedDate":{"shape":"Date"},
1542
+ "LastModifiedBy":{"shape":"LastModifiedBy"},
1543
+ "Name":{"shape":"ProjectName"},
1544
+ "RecipeName":{"shape":"RecipeName"},
1545
+ "ResourceArn":{"shape":"Arn"},
1546
+ "Sample":{"shape":"Sample"},
1547
+ "Tags":{"shape":"TagMap"},
1548
+ "RoleArn":{"shape":"Arn"},
1549
+ "OpenedBy":{"shape":"OpenedBy"},
1550
+ "OpenDate":{"shape":"Date"}
1551
+ }
1552
+ },
1553
+ "ProjectList":{
1554
+ "type":"list",
1555
+ "member":{"shape":"Project"}
1556
+ },
1557
+ "ProjectName":{
1558
+ "type":"string",
1559
+ "max":255,
1560
+ "min":1
1561
+ },
1562
+ "PublishRecipeRequest":{
1563
+ "type":"structure",
1564
+ "required":["Name"],
1565
+ "members":{
1566
+ "Description":{"shape":"RecipeDescription"},
1567
+ "Name":{
1568
+ "shape":"RecipeName",
1569
+ "location":"uri",
1570
+ "locationName":"name"
1571
+ }
1572
+ }
1573
+ },
1574
+ "PublishRecipeResponse":{
1575
+ "type":"structure",
1576
+ "required":["Name"],
1577
+ "members":{
1578
+ "Name":{"shape":"RecipeName"}
1579
+ }
1580
+ },
1581
+ "PublishedBy":{"type":"string"},
1582
+ "Recipe":{
1583
+ "type":"structure",
1584
+ "required":["Name"],
1585
+ "members":{
1586
+ "CreatedBy":{"shape":"CreatedBy"},
1587
+ "CreateDate":{"shape":"Date"},
1588
+ "LastModifiedBy":{"shape":"LastModifiedBy"},
1589
+ "LastModifiedDate":{"shape":"Date"},
1590
+ "ProjectName":{"shape":"ProjectName"},
1591
+ "PublishedBy":{"shape":"PublishedBy"},
1592
+ "PublishedDate":{"shape":"Date"},
1593
+ "Description":{"shape":"RecipeDescription"},
1594
+ "Name":{"shape":"RecipeName"},
1595
+ "ResourceArn":{"shape":"Arn"},
1596
+ "Steps":{"shape":"RecipeStepList"},
1597
+ "Tags":{"shape":"TagMap"},
1598
+ "RecipeVersion":{"shape":"RecipeVersion"}
1599
+ }
1600
+ },
1601
+ "RecipeAction":{
1602
+ "type":"structure",
1603
+ "required":["Operation"],
1604
+ "members":{
1605
+ "Operation":{"shape":"Operation"},
1606
+ "Parameters":{"shape":"ParameterMap"}
1607
+ }
1608
+ },
1609
+ "RecipeDescription":{
1610
+ "type":"string",
1611
+ "max":1024
1612
+ },
1613
+ "RecipeErrorList":{
1614
+ "type":"list",
1615
+ "member":{"shape":"RecipeVersionErrorDetail"}
1616
+ },
1617
+ "RecipeErrorMessage":{"type":"string"},
1618
+ "RecipeList":{
1619
+ "type":"list",
1620
+ "member":{"shape":"Recipe"}
1621
+ },
1622
+ "RecipeName":{
1623
+ "type":"string",
1624
+ "max":255,
1625
+ "min":1
1626
+ },
1627
+ "RecipeReference":{
1628
+ "type":"structure",
1629
+ "required":["Name"],
1630
+ "members":{
1631
+ "Name":{"shape":"RecipeName"},
1632
+ "RecipeVersion":{"shape":"RecipeVersion"}
1633
+ }
1634
+ },
1635
+ "RecipeStep":{
1636
+ "type":"structure",
1637
+ "required":["Action"],
1638
+ "members":{
1639
+ "Action":{"shape":"RecipeAction"},
1640
+ "ConditionExpressions":{"shape":"ConditionExpressionList"}
1641
+ }
1642
+ },
1643
+ "RecipeStepList":{
1644
+ "type":"list",
1645
+ "member":{"shape":"RecipeStep"}
1646
+ },
1647
+ "RecipeVersion":{
1648
+ "type":"string",
1649
+ "max":16,
1650
+ "min":1
1651
+ },
1652
+ "RecipeVersionErrorDetail":{
1653
+ "type":"structure",
1654
+ "members":{
1655
+ "ErrorCode":{"shape":"ErrorCode"},
1656
+ "ErrorMessage":{"shape":"RecipeErrorMessage"},
1657
+ "RecipeVersion":{"shape":"RecipeVersion"}
1658
+ }
1659
+ },
1660
+ "RecipeVersionList":{
1661
+ "type":"list",
1662
+ "member":{"shape":"RecipeVersion"},
1663
+ "max":50,
1664
+ "min":1
1665
+ },
1666
+ "ResourceNotFoundException":{
1667
+ "type":"structure",
1668
+ "members":{
1669
+ "Message":{"shape":"Message"}
1670
+ },
1671
+ "error":{"httpStatusCode":404},
1672
+ "exception":true
1673
+ },
1674
+ "Result":{"type":"string"},
1675
+ "S3Location":{
1676
+ "type":"structure",
1677
+ "required":["Bucket"],
1678
+ "members":{
1679
+ "Bucket":{"shape":"Bucket"},
1680
+ "Key":{"shape":"Key"}
1681
+ }
1682
+ },
1683
+ "Sample":{
1684
+ "type":"structure",
1685
+ "required":["Type"],
1686
+ "members":{
1687
+ "Size":{"shape":"SampleSize"},
1688
+ "Type":{"shape":"SampleType"}
1689
+ }
1690
+ },
1691
+ "SampleSize":{
1692
+ "type":"integer",
1693
+ "max":5000,
1694
+ "min":1
1695
+ },
1696
+ "SampleType":{
1697
+ "type":"string",
1698
+ "enum":[
1699
+ "FIRST_N",
1700
+ "LAST_N",
1701
+ "RANDOM"
1702
+ ]
1703
+ },
1704
+ "Schedule":{
1705
+ "type":"structure",
1706
+ "required":["Name"],
1707
+ "members":{
1708
+ "AccountId":{"shape":"AccountId"},
1709
+ "CreatedBy":{"shape":"CreatedBy"},
1710
+ "CreateDate":{"shape":"Date"},
1711
+ "JobNames":{"shape":"JobNameList"},
1712
+ "LastModifiedBy":{"shape":"LastModifiedBy"},
1713
+ "LastModifiedDate":{"shape":"Date"},
1714
+ "ResourceArn":{"shape":"Arn"},
1715
+ "CronExpression":{"shape":"CronExpression"},
1716
+ "Tags":{"shape":"TagMap"},
1717
+ "Name":{"shape":"ScheduleName"}
1718
+ }
1719
+ },
1720
+ "ScheduleList":{
1721
+ "type":"list",
1722
+ "member":{"shape":"Schedule"}
1723
+ },
1724
+ "ScheduleName":{
1725
+ "type":"string",
1726
+ "max":255,
1727
+ "min":1
1728
+ },
1729
+ "SendProjectSessionActionRequest":{
1730
+ "type":"structure",
1731
+ "required":["Name"],
1732
+ "members":{
1733
+ "Preview":{"shape":"Preview"},
1734
+ "Name":{
1735
+ "shape":"ProjectName",
1736
+ "location":"uri",
1737
+ "locationName":"name"
1738
+ },
1739
+ "RecipeStep":{"shape":"RecipeStep"},
1740
+ "StepIndex":{"shape":"StepIndex"},
1741
+ "ClientSessionId":{"shape":"ClientSessionId"},
1742
+ "ViewFrame":{"shape":"ViewFrame"}
1743
+ }
1744
+ },
1745
+ "SendProjectSessionActionResponse":{
1746
+ "type":"structure",
1747
+ "required":["Name"],
1748
+ "members":{
1749
+ "Result":{"shape":"Result"},
1750
+ "Name":{"shape":"ProjectName"},
1751
+ "ActionId":{"shape":"ActionId"}
1752
+ }
1753
+ },
1754
+ "ServiceQuotaExceededException":{
1755
+ "type":"structure",
1756
+ "members":{
1757
+ "Message":{"shape":"Message"}
1758
+ },
1759
+ "error":{"httpStatusCode":402},
1760
+ "exception":true
1761
+ },
1762
+ "SessionStatus":{
1763
+ "type":"string",
1764
+ "enum":[
1765
+ "ASSIGNED",
1766
+ "FAILED",
1767
+ "INITIALIZING",
1768
+ "PROVISIONING",
1769
+ "READY",
1770
+ "RECYCLING",
1771
+ "ROTATING",
1772
+ "TERMINATED",
1773
+ "TERMINATING",
1774
+ "UPDATING"
1775
+ ]
1776
+ },
1777
+ "SheetIndex":{
1778
+ "type":"integer",
1779
+ "max":200,
1780
+ "min":0
1781
+ },
1782
+ "SheetIndexList":{
1783
+ "type":"list",
1784
+ "member":{"shape":"SheetIndex"},
1785
+ "max":1,
1786
+ "min":1
1787
+ },
1788
+ "SheetName":{
1789
+ "type":"string",
1790
+ "max":31,
1791
+ "min":1
1792
+ },
1793
+ "SheetNameList":{
1794
+ "type":"list",
1795
+ "member":{"shape":"SheetName"},
1796
+ "max":1,
1797
+ "min":1
1798
+ },
1799
+ "Source":{
1800
+ "type":"string",
1801
+ "enum":[
1802
+ "S3",
1803
+ "DATA-CATALOG"
1804
+ ]
1805
+ },
1806
+ "StartColumnIndex":{
1807
+ "type":"integer",
1808
+ "min":0
1809
+ },
1810
+ "StartJobRunRequest":{
1811
+ "type":"structure",
1812
+ "required":["Name"],
1813
+ "members":{
1814
+ "Name":{
1815
+ "shape":"JobName",
1816
+ "location":"uri",
1817
+ "locationName":"name"
1818
+ }
1819
+ }
1820
+ },
1821
+ "StartJobRunResponse":{
1822
+ "type":"structure",
1823
+ "required":["RunId"],
1824
+ "members":{
1825
+ "RunId":{"shape":"JobRunId"}
1826
+ }
1827
+ },
1828
+ "StartProjectSessionRequest":{
1829
+ "type":"structure",
1830
+ "required":["Name"],
1831
+ "members":{
1832
+ "Name":{
1833
+ "shape":"ProjectName",
1834
+ "location":"uri",
1835
+ "locationName":"name"
1836
+ },
1837
+ "AssumeControl":{"shape":"AssumeControl"}
1838
+ }
1839
+ },
1840
+ "StartProjectSessionResponse":{
1841
+ "type":"structure",
1842
+ "required":["Name"],
1843
+ "members":{
1844
+ "Name":{"shape":"ProjectName"},
1845
+ "ClientSessionId":{"shape":"ClientSessionId"}
1846
+ }
1847
+ },
1848
+ "StartedBy":{"type":"string"},
1849
+ "StepIndex":{
1850
+ "type":"integer",
1851
+ "min":0
1852
+ },
1853
+ "StopJobRunRequest":{
1854
+ "type":"structure",
1855
+ "required":[
1856
+ "Name",
1857
+ "RunId"
1858
+ ],
1859
+ "members":{
1860
+ "Name":{
1861
+ "shape":"JobName",
1862
+ "location":"uri",
1863
+ "locationName":"name"
1864
+ },
1865
+ "RunId":{
1866
+ "shape":"JobRunId",
1867
+ "location":"uri",
1868
+ "locationName":"runId"
1869
+ }
1870
+ }
1871
+ },
1872
+ "StopJobRunResponse":{
1873
+ "type":"structure",
1874
+ "required":["RunId"],
1875
+ "members":{
1876
+ "RunId":{"shape":"JobRunId"}
1877
+ }
1878
+ },
1879
+ "TableName":{
1880
+ "type":"string",
1881
+ "max":255,
1882
+ "min":1
1883
+ },
1884
+ "TagKey":{
1885
+ "type":"string",
1886
+ "max":128,
1887
+ "min":1
1888
+ },
1889
+ "TagKeyList":{
1890
+ "type":"list",
1891
+ "member":{"shape":"TagKey"},
1892
+ "max":200,
1893
+ "min":1
1894
+ },
1895
+ "TagMap":{
1896
+ "type":"map",
1897
+ "key":{"shape":"TagKey"},
1898
+ "value":{"shape":"TagValue"},
1899
+ "max":200,
1900
+ "min":1
1901
+ },
1902
+ "TagResourceRequest":{
1903
+ "type":"structure",
1904
+ "required":[
1905
+ "ResourceArn",
1906
+ "Tags"
1907
+ ],
1908
+ "members":{
1909
+ "ResourceArn":{
1910
+ "shape":"Arn",
1911
+ "location":"uri",
1912
+ "locationName":"ResourceArn"
1913
+ },
1914
+ "Tags":{"shape":"TagMap"}
1915
+ }
1916
+ },
1917
+ "TagResourceResponse":{
1918
+ "type":"structure",
1919
+ "members":{
1920
+ }
1921
+ },
1922
+ "TagValue":{
1923
+ "type":"string",
1924
+ "max":256
1925
+ },
1926
+ "TargetColumn":{
1927
+ "type":"string",
1928
+ "max":1024,
1929
+ "min":1
1930
+ },
1931
+ "Timeout":{
1932
+ "type":"integer",
1933
+ "min":0
1934
+ },
1935
+ "UntagResourceRequest":{
1936
+ "type":"structure",
1937
+ "required":[
1938
+ "ResourceArn",
1939
+ "TagKeys"
1940
+ ],
1941
+ "members":{
1942
+ "ResourceArn":{
1943
+ "shape":"Arn",
1944
+ "location":"uri",
1945
+ "locationName":"ResourceArn"
1946
+ },
1947
+ "TagKeys":{
1948
+ "shape":"TagKeyList",
1949
+ "location":"querystring",
1950
+ "locationName":"tagKeys"
1951
+ }
1952
+ }
1953
+ },
1954
+ "UntagResourceResponse":{
1955
+ "type":"structure",
1956
+ "members":{
1957
+ }
1958
+ },
1959
+ "UpdateDatasetRequest":{
1960
+ "type":"structure",
1961
+ "required":[
1962
+ "Name",
1963
+ "Input"
1964
+ ],
1965
+ "members":{
1966
+ "Name":{
1967
+ "shape":"DatasetName",
1968
+ "location":"uri",
1969
+ "locationName":"name"
1970
+ },
1971
+ "FormatOptions":{"shape":"FormatOptions"},
1972
+ "Input":{"shape":"Input"}
1973
+ }
1974
+ },
1975
+ "UpdateDatasetResponse":{
1976
+ "type":"structure",
1977
+ "required":["Name"],
1978
+ "members":{
1979
+ "Name":{"shape":"DatasetName"}
1980
+ }
1981
+ },
1982
+ "UpdateProfileJobRequest":{
1983
+ "type":"structure",
1984
+ "required":[
1985
+ "Name",
1986
+ "OutputLocation",
1987
+ "RoleArn"
1988
+ ],
1989
+ "members":{
1990
+ "EncryptionKeyArn":{"shape":"EncryptionKeyArn"},
1991
+ "EncryptionMode":{"shape":"EncryptionMode"},
1992
+ "Name":{
1993
+ "shape":"JobName",
1994
+ "location":"uri",
1995
+ "locationName":"name"
1996
+ },
1997
+ "LogSubscription":{"shape":"LogSubscription"},
1998
+ "MaxCapacity":{"shape":"MaxCapacity"},
1999
+ "MaxRetries":{"shape":"MaxRetries"},
2000
+ "OutputLocation":{"shape":"S3Location"},
2001
+ "RoleArn":{"shape":"Arn"},
2002
+ "Timeout":{"shape":"Timeout"}
2003
+ }
2004
+ },
2005
+ "UpdateProfileJobResponse":{
2006
+ "type":"structure",
2007
+ "required":["Name"],
2008
+ "members":{
2009
+ "Name":{"shape":"JobName"}
2010
+ }
2011
+ },
2012
+ "UpdateProjectRequest":{
2013
+ "type":"structure",
2014
+ "required":[
2015
+ "RoleArn",
2016
+ "Name"
2017
+ ],
2018
+ "members":{
2019
+ "Sample":{"shape":"Sample"},
2020
+ "RoleArn":{"shape":"Arn"},
2021
+ "Name":{
2022
+ "shape":"ProjectName",
2023
+ "location":"uri",
2024
+ "locationName":"name"
2025
+ }
2026
+ }
2027
+ },
2028
+ "UpdateProjectResponse":{
2029
+ "type":"structure",
2030
+ "required":["Name"],
2031
+ "members":{
2032
+ "LastModifiedDate":{"shape":"Date"},
2033
+ "Name":{"shape":"ProjectName"}
2034
+ }
2035
+ },
2036
+ "UpdateRecipeJobRequest":{
2037
+ "type":"structure",
2038
+ "required":[
2039
+ "Name",
2040
+ "Outputs",
2041
+ "RoleArn"
2042
+ ],
2043
+ "members":{
2044
+ "EncryptionKeyArn":{"shape":"EncryptionKeyArn"},
2045
+ "EncryptionMode":{"shape":"EncryptionMode"},
2046
+ "Name":{
2047
+ "shape":"JobName",
2048
+ "location":"uri",
2049
+ "locationName":"name"
2050
+ },
2051
+ "LogSubscription":{"shape":"LogSubscription"},
2052
+ "MaxCapacity":{"shape":"MaxCapacity"},
2053
+ "MaxRetries":{"shape":"MaxRetries"},
2054
+ "Outputs":{"shape":"OutputList"},
2055
+ "RoleArn":{"shape":"Arn"},
2056
+ "Timeout":{"shape":"Timeout"}
2057
+ }
2058
+ },
2059
+ "UpdateRecipeJobResponse":{
2060
+ "type":"structure",
2061
+ "required":["Name"],
2062
+ "members":{
2063
+ "Name":{"shape":"JobName"}
2064
+ }
2065
+ },
2066
+ "UpdateRecipeRequest":{
2067
+ "type":"structure",
2068
+ "required":["Name"],
2069
+ "members":{
2070
+ "Description":{"shape":"RecipeDescription"},
2071
+ "Name":{
2072
+ "shape":"RecipeName",
2073
+ "location":"uri",
2074
+ "locationName":"name"
2075
+ },
2076
+ "Steps":{"shape":"RecipeStepList"}
2077
+ }
2078
+ },
2079
+ "UpdateRecipeResponse":{
2080
+ "type":"structure",
2081
+ "required":["Name"],
2082
+ "members":{
2083
+ "Name":{"shape":"RecipeName"}
2084
+ }
2085
+ },
2086
+ "UpdateScheduleRequest":{
2087
+ "type":"structure",
2088
+ "required":[
2089
+ "CronExpression",
2090
+ "Name"
2091
+ ],
2092
+ "members":{
2093
+ "JobNames":{"shape":"JobNameList"},
2094
+ "CronExpression":{"shape":"CronExpression"},
2095
+ "Name":{
2096
+ "shape":"ScheduleName",
2097
+ "location":"uri",
2098
+ "locationName":"name"
2099
+ }
2100
+ }
2101
+ },
2102
+ "UpdateScheduleResponse":{
2103
+ "type":"structure",
2104
+ "required":["Name"],
2105
+ "members":{
2106
+ "Name":{"shape":"ScheduleName"}
2107
+ }
2108
+ },
2109
+ "ValidationException":{
2110
+ "type":"structure",
2111
+ "members":{
2112
+ "Message":{"shape":"Message"}
2113
+ },
2114
+ "error":{"httpStatusCode":400},
2115
+ "exception":true
2116
+ },
2117
+ "ViewFrame":{
2118
+ "type":"structure",
2119
+ "required":["StartColumnIndex"],
2120
+ "members":{
2121
+ "StartColumnIndex":{"shape":"StartColumnIndex"},
2122
+ "ColumnRange":{"shape":"ColumnRange"},
2123
+ "HiddenColumns":{"shape":"HiddenColumnList"}
2124
+ }
2125
+ }
2126
+ }
2127
+ }