aws-sdk-core 2.11.178 → 2.11.179

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,6 @@
10
10
  "serviceId":"Kinesis Analytics",
11
11
  "signatureVersion":"v4",
12
12
  "targetPrefix":"KinesisAnalytics_20150814",
13
- "timestampFormat":"unixTimestamp",
14
13
  "uid":"kinesisanalytics-2015-08-14"
15
14
  },
16
15
  "operations":{
@@ -26,7 +25,8 @@
26
25
  {"shape":"ResourceNotFoundException"},
27
26
  {"shape":"ResourceInUseException"},
28
27
  {"shape":"InvalidArgumentException"},
29
- {"shape":"ConcurrentModificationException"}
28
+ {"shape":"ConcurrentModificationException"},
29
+ {"shape":"UnsupportedOperationException"}
30
30
  ]
31
31
  },
32
32
  "AddApplicationInput":{
@@ -42,7 +42,8 @@
42
42
  {"shape":"ResourceInUseException"},
43
43
  {"shape":"InvalidArgumentException"},
44
44
  {"shape":"ConcurrentModificationException"},
45
- {"shape":"CodeValidationException"}
45
+ {"shape":"CodeValidationException"},
46
+ {"shape":"UnsupportedOperationException"}
46
47
  ]
47
48
  },
48
49
  "AddApplicationInputProcessingConfiguration":{
@@ -57,7 +58,8 @@
57
58
  {"shape":"ResourceNotFoundException"},
58
59
  {"shape":"ResourceInUseException"},
59
60
  {"shape":"InvalidArgumentException"},
60
- {"shape":"ConcurrentModificationException"}
61
+ {"shape":"ConcurrentModificationException"},
62
+ {"shape":"UnsupportedOperationException"}
61
63
  ]
62
64
  },
63
65
  "AddApplicationOutput":{
@@ -72,7 +74,8 @@
72
74
  {"shape":"ResourceNotFoundException"},
73
75
  {"shape":"ResourceInUseException"},
74
76
  {"shape":"InvalidArgumentException"},
75
- {"shape":"ConcurrentModificationException"}
77
+ {"shape":"ConcurrentModificationException"},
78
+ {"shape":"UnsupportedOperationException"}
76
79
  ]
77
80
  },
78
81
  "AddApplicationReferenceDataSource":{
@@ -87,7 +90,8 @@
87
90
  {"shape":"ResourceNotFoundException"},
88
91
  {"shape":"ResourceInUseException"},
89
92
  {"shape":"InvalidArgumentException"},
90
- {"shape":"ConcurrentModificationException"}
93
+ {"shape":"ConcurrentModificationException"},
94
+ {"shape":"UnsupportedOperationException"}
91
95
  ]
92
96
  },
93
97
  "CreateApplication":{
@@ -116,7 +120,8 @@
116
120
  "errors":[
117
121
  {"shape":"ConcurrentModificationException"},
118
122
  {"shape":"ResourceNotFoundException"},
119
- {"shape":"ResourceInUseException"}
123
+ {"shape":"ResourceInUseException"},
124
+ {"shape":"UnsupportedOperationException"}
120
125
  ]
121
126
  },
122
127
  "DeleteApplicationCloudWatchLoggingOption":{
@@ -131,7 +136,8 @@
131
136
  {"shape":"ResourceNotFoundException"},
132
137
  {"shape":"ResourceInUseException"},
133
138
  {"shape":"InvalidArgumentException"},
134
- {"shape":"ConcurrentModificationException"}
139
+ {"shape":"ConcurrentModificationException"},
140
+ {"shape":"UnsupportedOperationException"}
135
141
  ]
136
142
  },
137
143
  "DeleteApplicationInputProcessingConfiguration":{
@@ -146,7 +152,8 @@
146
152
  {"shape":"ResourceNotFoundException"},
147
153
  {"shape":"ResourceInUseException"},
148
154
  {"shape":"InvalidArgumentException"},
149
- {"shape":"ConcurrentModificationException"}
155
+ {"shape":"ConcurrentModificationException"},
156
+ {"shape":"UnsupportedOperationException"}
150
157
  ]
151
158
  },
152
159
  "DeleteApplicationOutput":{
@@ -161,7 +168,8 @@
161
168
  {"shape":"ResourceNotFoundException"},
162
169
  {"shape":"ResourceInUseException"},
163
170
  {"shape":"InvalidArgumentException"},
164
- {"shape":"ConcurrentModificationException"}
171
+ {"shape":"ConcurrentModificationException"},
172
+ {"shape":"UnsupportedOperationException"}
165
173
  ]
166
174
  },
167
175
  "DeleteApplicationReferenceDataSource":{
@@ -176,7 +184,8 @@
176
184
  {"shape":"ResourceNotFoundException"},
177
185
  {"shape":"ResourceInUseException"},
178
186
  {"shape":"InvalidArgumentException"},
179
- {"shape":"ConcurrentModificationException"}
187
+ {"shape":"ConcurrentModificationException"},
188
+ {"shape":"UnsupportedOperationException"}
180
189
  ]
181
190
  },
182
191
  "DescribeApplication":{
@@ -188,7 +197,8 @@
188
197
  "input":{"shape":"DescribeApplicationRequest"},
189
198
  "output":{"shape":"DescribeApplicationResponse"},
190
199
  "errors":[
191
- {"shape":"ResourceNotFoundException"}
200
+ {"shape":"ResourceNotFoundException"},
201
+ {"shape":"UnsupportedOperationException"}
192
202
  ]
193
203
  },
194
204
  "DiscoverInputSchema":{
@@ -227,7 +237,8 @@
227
237
  {"shape":"ResourceNotFoundException"},
228
238
  {"shape":"ResourceInUseException"},
229
239
  {"shape":"InvalidArgumentException"},
230
- {"shape":"InvalidApplicationConfigurationException"}
240
+ {"shape":"InvalidApplicationConfigurationException"},
241
+ {"shape":"UnsupportedOperationException"}
231
242
  ]
232
243
  },
233
244
  "StopApplication":{
@@ -240,7 +251,8 @@
240
251
  "output":{"shape":"StopApplicationResponse"},
241
252
  "errors":[
242
253
  {"shape":"ResourceNotFoundException"},
243
- {"shape":"ResourceInUseException"}
254
+ {"shape":"ResourceInUseException"},
255
+ {"shape":"UnsupportedOperationException"}
244
256
  ]
245
257
  },
246
258
  "UpdateApplication":{
@@ -256,7 +268,8 @@
256
268
  {"shape":"ResourceNotFoundException"},
257
269
  {"shape":"ResourceInUseException"},
258
270
  {"shape":"InvalidArgumentException"},
259
- {"shape":"ConcurrentModificationException"}
271
+ {"shape":"ConcurrentModificationException"},
272
+ {"shape":"UnsupportedOperationException"}
260
273
  ]
261
274
  }
262
275
  },
@@ -355,7 +368,7 @@
355
368
  },
356
369
  "ApplicationCode":{
357
370
  "type":"string",
358
- "max":51200,
371
+ "max":102400,
359
372
  "min":0
360
373
  },
361
374
  "ApplicationDescription":{
@@ -634,6 +647,7 @@
634
647
  },
635
648
  "DestinationSchema":{
636
649
  "type":"structure",
650
+ "required":["RecordFormatType"],
637
651
  "members":{
638
652
  "RecordFormatType":{"shape":"RecordFormatType"}
639
653
  }
@@ -1335,6 +1349,13 @@
1335
1349
  },
1336
1350
  "exception":true
1337
1351
  },
1352
+ "UnsupportedOperationException":{
1353
+ "type":"structure",
1354
+ "members":{
1355
+ "message":{"shape":"ErrorMessage"}
1356
+ },
1357
+ "exception":true
1358
+ },
1338
1359
  "UpdateApplicationRequest":{
1339
1360
  "type":"structure",
1340
1361
  "required":[
@@ -0,0 +1,1984 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-05-23",
5
+ "endpointPrefix":"kinesisanalytics",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceAbbreviation":"Kinesis Analytics V2",
9
+ "serviceFullName":"Amazon Kinesis Analytics",
10
+ "serviceId":"Kinesis Analytics V2",
11
+ "signatureVersion":"v4",
12
+ "signingName":"kinesisanalytics",
13
+ "targetPrefix":"KinesisAnalytics_20180523",
14
+ "uid":"kinesisanalyticsv2-2018-05-23"
15
+ },
16
+ "operations":{
17
+ "AddApplicationCloudWatchLoggingOption":{
18
+ "name":"AddApplicationCloudWatchLoggingOption",
19
+ "http":{
20
+ "method":"POST",
21
+ "requestUri":"/"
22
+ },
23
+ "input":{"shape":"AddApplicationCloudWatchLoggingOptionRequest"},
24
+ "output":{"shape":"AddApplicationCloudWatchLoggingOptionResponse"},
25
+ "errors":[
26
+ {"shape":"ResourceNotFoundException"},
27
+ {"shape":"ResourceInUseException"},
28
+ {"shape":"InvalidArgumentException"},
29
+ {"shape":"ConcurrentModificationException"},
30
+ {"shape":"InvalidRequestException"}
31
+ ]
32
+ },
33
+ "AddApplicationInput":{
34
+ "name":"AddApplicationInput",
35
+ "http":{
36
+ "method":"POST",
37
+ "requestUri":"/"
38
+ },
39
+ "input":{"shape":"AddApplicationInputRequest"},
40
+ "output":{"shape":"AddApplicationInputResponse"},
41
+ "errors":[
42
+ {"shape":"ResourceNotFoundException"},
43
+ {"shape":"ResourceInUseException"},
44
+ {"shape":"InvalidArgumentException"},
45
+ {"shape":"ConcurrentModificationException"},
46
+ {"shape":"CodeValidationException"},
47
+ {"shape":"InvalidRequestException"}
48
+ ]
49
+ },
50
+ "AddApplicationInputProcessingConfiguration":{
51
+ "name":"AddApplicationInputProcessingConfiguration",
52
+ "http":{
53
+ "method":"POST",
54
+ "requestUri":"/"
55
+ },
56
+ "input":{"shape":"AddApplicationInputProcessingConfigurationRequest"},
57
+ "output":{"shape":"AddApplicationInputProcessingConfigurationResponse"},
58
+ "errors":[
59
+ {"shape":"ResourceNotFoundException"},
60
+ {"shape":"ResourceInUseException"},
61
+ {"shape":"InvalidArgumentException"},
62
+ {"shape":"ConcurrentModificationException"},
63
+ {"shape":"InvalidRequestException"}
64
+ ]
65
+ },
66
+ "AddApplicationOutput":{
67
+ "name":"AddApplicationOutput",
68
+ "http":{
69
+ "method":"POST",
70
+ "requestUri":"/"
71
+ },
72
+ "input":{"shape":"AddApplicationOutputRequest"},
73
+ "output":{"shape":"AddApplicationOutputResponse"},
74
+ "errors":[
75
+ {"shape":"ResourceNotFoundException"},
76
+ {"shape":"ResourceInUseException"},
77
+ {"shape":"InvalidArgumentException"},
78
+ {"shape":"ConcurrentModificationException"},
79
+ {"shape":"InvalidRequestException"}
80
+ ]
81
+ },
82
+ "AddApplicationReferenceDataSource":{
83
+ "name":"AddApplicationReferenceDataSource",
84
+ "http":{
85
+ "method":"POST",
86
+ "requestUri":"/"
87
+ },
88
+ "input":{"shape":"AddApplicationReferenceDataSourceRequest"},
89
+ "output":{"shape":"AddApplicationReferenceDataSourceResponse"},
90
+ "errors":[
91
+ {"shape":"ResourceNotFoundException"},
92
+ {"shape":"ResourceInUseException"},
93
+ {"shape":"InvalidArgumentException"},
94
+ {"shape":"ConcurrentModificationException"},
95
+ {"shape":"InvalidRequestException"}
96
+ ]
97
+ },
98
+ "CreateApplication":{
99
+ "name":"CreateApplication",
100
+ "http":{
101
+ "method":"POST",
102
+ "requestUri":"/"
103
+ },
104
+ "input":{"shape":"CreateApplicationRequest"},
105
+ "output":{"shape":"CreateApplicationResponse"},
106
+ "errors":[
107
+ {"shape":"CodeValidationException"},
108
+ {"shape":"ResourceInUseException"},
109
+ {"shape":"LimitExceededException"},
110
+ {"shape":"InvalidArgumentException"},
111
+ {"shape":"InvalidRequestException"}
112
+ ]
113
+ },
114
+ "CreateApplicationSnapshot":{
115
+ "name":"CreateApplicationSnapshot",
116
+ "http":{
117
+ "method":"POST",
118
+ "requestUri":"/"
119
+ },
120
+ "input":{"shape":"CreateApplicationSnapshotRequest"},
121
+ "output":{"shape":"CreateApplicationSnapshotResponse"},
122
+ "errors":[
123
+ {"shape":"ResourceInUseException"},
124
+ {"shape":"ResourceNotFoundException"},
125
+ {"shape":"LimitExceededException"},
126
+ {"shape":"InvalidArgumentException"},
127
+ {"shape":"UnsupportedOperationException"},
128
+ {"shape":"InvalidRequestException"}
129
+ ]
130
+ },
131
+ "DeleteApplication":{
132
+ "name":"DeleteApplication",
133
+ "http":{
134
+ "method":"POST",
135
+ "requestUri":"/"
136
+ },
137
+ "input":{"shape":"DeleteApplicationRequest"},
138
+ "output":{"shape":"DeleteApplicationResponse"},
139
+ "errors":[
140
+ {"shape":"ConcurrentModificationException"},
141
+ {"shape":"ResourceNotFoundException"},
142
+ {"shape":"ResourceInUseException"},
143
+ {"shape":"InvalidArgumentException"},
144
+ {"shape":"InvalidRequestException"}
145
+ ]
146
+ },
147
+ "DeleteApplicationCloudWatchLoggingOption":{
148
+ "name":"DeleteApplicationCloudWatchLoggingOption",
149
+ "http":{
150
+ "method":"POST",
151
+ "requestUri":"/"
152
+ },
153
+ "input":{"shape":"DeleteApplicationCloudWatchLoggingOptionRequest"},
154
+ "output":{"shape":"DeleteApplicationCloudWatchLoggingOptionResponse"},
155
+ "errors":[
156
+ {"shape":"ResourceNotFoundException"},
157
+ {"shape":"ResourceInUseException"},
158
+ {"shape":"InvalidArgumentException"},
159
+ {"shape":"ConcurrentModificationException"},
160
+ {"shape":"InvalidRequestException"}
161
+ ]
162
+ },
163
+ "DeleteApplicationInputProcessingConfiguration":{
164
+ "name":"DeleteApplicationInputProcessingConfiguration",
165
+ "http":{
166
+ "method":"POST",
167
+ "requestUri":"/"
168
+ },
169
+ "input":{"shape":"DeleteApplicationInputProcessingConfigurationRequest"},
170
+ "output":{"shape":"DeleteApplicationInputProcessingConfigurationResponse"},
171
+ "errors":[
172
+ {"shape":"ResourceNotFoundException"},
173
+ {"shape":"ResourceInUseException"},
174
+ {"shape":"InvalidArgumentException"},
175
+ {"shape":"ConcurrentModificationException"},
176
+ {"shape":"InvalidRequestException"}
177
+ ]
178
+ },
179
+ "DeleteApplicationOutput":{
180
+ "name":"DeleteApplicationOutput",
181
+ "http":{
182
+ "method":"POST",
183
+ "requestUri":"/"
184
+ },
185
+ "input":{"shape":"DeleteApplicationOutputRequest"},
186
+ "output":{"shape":"DeleteApplicationOutputResponse"},
187
+ "errors":[
188
+ {"shape":"ResourceNotFoundException"},
189
+ {"shape":"ResourceInUseException"},
190
+ {"shape":"InvalidArgumentException"},
191
+ {"shape":"ConcurrentModificationException"},
192
+ {"shape":"InvalidRequestException"}
193
+ ]
194
+ },
195
+ "DeleteApplicationReferenceDataSource":{
196
+ "name":"DeleteApplicationReferenceDataSource",
197
+ "http":{
198
+ "method":"POST",
199
+ "requestUri":"/"
200
+ },
201
+ "input":{"shape":"DeleteApplicationReferenceDataSourceRequest"},
202
+ "output":{"shape":"DeleteApplicationReferenceDataSourceResponse"},
203
+ "errors":[
204
+ {"shape":"ResourceNotFoundException"},
205
+ {"shape":"ResourceInUseException"},
206
+ {"shape":"InvalidArgumentException"},
207
+ {"shape":"ConcurrentModificationException"},
208
+ {"shape":"InvalidRequestException"}
209
+ ]
210
+ },
211
+ "DeleteApplicationSnapshot":{
212
+ "name":"DeleteApplicationSnapshot",
213
+ "http":{
214
+ "method":"POST",
215
+ "requestUri":"/"
216
+ },
217
+ "input":{"shape":"DeleteApplicationSnapshotRequest"},
218
+ "output":{"shape":"DeleteApplicationSnapshotResponse"},
219
+ "errors":[
220
+ {"shape":"ResourceInUseException"},
221
+ {"shape":"InvalidArgumentException"},
222
+ {"shape":"UnsupportedOperationException"},
223
+ {"shape":"InvalidRequestException"},
224
+ {"shape":"ResourceNotFoundException"}
225
+ ]
226
+ },
227
+ "DescribeApplication":{
228
+ "name":"DescribeApplication",
229
+ "http":{
230
+ "method":"POST",
231
+ "requestUri":"/"
232
+ },
233
+ "input":{"shape":"DescribeApplicationRequest"},
234
+ "output":{"shape":"DescribeApplicationResponse"},
235
+ "errors":[
236
+ {"shape":"ResourceNotFoundException"},
237
+ {"shape":"InvalidArgumentException"},
238
+ {"shape":"InvalidRequestException"}
239
+ ]
240
+ },
241
+ "DescribeApplicationSnapshot":{
242
+ "name":"DescribeApplicationSnapshot",
243
+ "http":{
244
+ "method":"POST",
245
+ "requestUri":"/"
246
+ },
247
+ "input":{"shape":"DescribeApplicationSnapshotRequest"},
248
+ "output":{"shape":"DescribeApplicationSnapshotResponse"},
249
+ "errors":[
250
+ {"shape":"ResourceNotFoundException"},
251
+ {"shape":"InvalidArgumentException"},
252
+ {"shape":"UnsupportedOperationException"}
253
+ ]
254
+ },
255
+ "DiscoverInputSchema":{
256
+ "name":"DiscoverInputSchema",
257
+ "http":{
258
+ "method":"POST",
259
+ "requestUri":"/"
260
+ },
261
+ "input":{"shape":"DiscoverInputSchemaRequest"},
262
+ "output":{"shape":"DiscoverInputSchemaResponse"},
263
+ "errors":[
264
+ {"shape":"InvalidArgumentException"},
265
+ {"shape":"UnableToDetectSchemaException"},
266
+ {"shape":"ResourceProvisionedThroughputExceededException"},
267
+ {"shape":"ServiceUnavailableException"},
268
+ {"shape":"InvalidRequestException"}
269
+ ]
270
+ },
271
+ "ListApplicationSnapshots":{
272
+ "name":"ListApplicationSnapshots",
273
+ "http":{
274
+ "method":"POST",
275
+ "requestUri":"/"
276
+ },
277
+ "input":{"shape":"ListApplicationSnapshotsRequest"},
278
+ "output":{"shape":"ListApplicationSnapshotsResponse"},
279
+ "errors":[
280
+ {"shape":"InvalidArgumentException"},
281
+ {"shape":"UnsupportedOperationException"}
282
+ ]
283
+ },
284
+ "ListApplications":{
285
+ "name":"ListApplications",
286
+ "http":{
287
+ "method":"POST",
288
+ "requestUri":"/"
289
+ },
290
+ "input":{"shape":"ListApplicationsRequest"},
291
+ "output":{"shape":"ListApplicationsResponse"},
292
+ "errors":[
293
+ {"shape":"InvalidRequestException"}
294
+ ]
295
+ },
296
+ "StartApplication":{
297
+ "name":"StartApplication",
298
+ "http":{
299
+ "method":"POST",
300
+ "requestUri":"/"
301
+ },
302
+ "input":{"shape":"StartApplicationRequest"},
303
+ "output":{"shape":"StartApplicationResponse"},
304
+ "errors":[
305
+ {"shape":"ResourceNotFoundException"},
306
+ {"shape":"ResourceInUseException"},
307
+ {"shape":"InvalidArgumentException"},
308
+ {"shape":"InvalidApplicationConfigurationException"},
309
+ {"shape":"InvalidRequestException"}
310
+ ]
311
+ },
312
+ "StopApplication":{
313
+ "name":"StopApplication",
314
+ "http":{
315
+ "method":"POST",
316
+ "requestUri":"/"
317
+ },
318
+ "input":{"shape":"StopApplicationRequest"},
319
+ "output":{"shape":"StopApplicationResponse"},
320
+ "errors":[
321
+ {"shape":"ResourceNotFoundException"},
322
+ {"shape":"ResourceInUseException"},
323
+ {"shape":"InvalidArgumentException"},
324
+ {"shape":"InvalidRequestException"}
325
+ ]
326
+ },
327
+ "UpdateApplication":{
328
+ "name":"UpdateApplication",
329
+ "http":{
330
+ "method":"POST",
331
+ "requestUri":"/"
332
+ },
333
+ "input":{"shape":"UpdateApplicationRequest"},
334
+ "output":{"shape":"UpdateApplicationResponse"},
335
+ "errors":[
336
+ {"shape":"CodeValidationException"},
337
+ {"shape":"ResourceNotFoundException"},
338
+ {"shape":"ResourceInUseException"},
339
+ {"shape":"InvalidArgumentException"},
340
+ {"shape":"ConcurrentModificationException"},
341
+ {"shape":"InvalidRequestException"}
342
+ ]
343
+ }
344
+ },
345
+ "shapes":{
346
+ "AddApplicationCloudWatchLoggingOptionRequest":{
347
+ "type":"structure",
348
+ "required":[
349
+ "ApplicationName",
350
+ "CurrentApplicationVersionId",
351
+ "CloudWatchLoggingOption"
352
+ ],
353
+ "members":{
354
+ "ApplicationName":{"shape":"ApplicationName"},
355
+ "CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
356
+ "CloudWatchLoggingOption":{"shape":"CloudWatchLoggingOption"}
357
+ }
358
+ },
359
+ "AddApplicationCloudWatchLoggingOptionResponse":{
360
+ "type":"structure",
361
+ "members":{
362
+ "ApplicationARN":{"shape":"ResourceARN"},
363
+ "ApplicationVersionId":{"shape":"ApplicationVersionId"},
364
+ "CloudWatchLoggingOptionDescriptions":{"shape":"CloudWatchLoggingOptionDescriptions"}
365
+ }
366
+ },
367
+ "AddApplicationInputProcessingConfigurationRequest":{
368
+ "type":"structure",
369
+ "required":[
370
+ "ApplicationName",
371
+ "CurrentApplicationVersionId",
372
+ "InputId",
373
+ "InputProcessingConfiguration"
374
+ ],
375
+ "members":{
376
+ "ApplicationName":{"shape":"ApplicationName"},
377
+ "CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
378
+ "InputId":{"shape":"Id"},
379
+ "InputProcessingConfiguration":{"shape":"InputProcessingConfiguration"}
380
+ }
381
+ },
382
+ "AddApplicationInputProcessingConfigurationResponse":{
383
+ "type":"structure",
384
+ "members":{
385
+ "ApplicationARN":{"shape":"ResourceARN"},
386
+ "ApplicationVersionId":{"shape":"ApplicationVersionId"},
387
+ "InputId":{"shape":"Id"},
388
+ "InputProcessingConfigurationDescription":{"shape":"InputProcessingConfigurationDescription"}
389
+ }
390
+ },
391
+ "AddApplicationInputRequest":{
392
+ "type":"structure",
393
+ "required":[
394
+ "ApplicationName",
395
+ "CurrentApplicationVersionId",
396
+ "Input"
397
+ ],
398
+ "members":{
399
+ "ApplicationName":{"shape":"ApplicationName"},
400
+ "CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
401
+ "Input":{"shape":"Input"}
402
+ }
403
+ },
404
+ "AddApplicationInputResponse":{
405
+ "type":"structure",
406
+ "members":{
407
+ "ApplicationARN":{"shape":"ResourceARN"},
408
+ "ApplicationVersionId":{"shape":"ApplicationVersionId"},
409
+ "InputDescriptions":{"shape":"InputDescriptions"}
410
+ }
411
+ },
412
+ "AddApplicationOutputRequest":{
413
+ "type":"structure",
414
+ "required":[
415
+ "ApplicationName",
416
+ "CurrentApplicationVersionId",
417
+ "Output"
418
+ ],
419
+ "members":{
420
+ "ApplicationName":{"shape":"ApplicationName"},
421
+ "CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
422
+ "Output":{"shape":"Output"}
423
+ }
424
+ },
425
+ "AddApplicationOutputResponse":{
426
+ "type":"structure",
427
+ "members":{
428
+ "ApplicationARN":{"shape":"ResourceARN"},
429
+ "ApplicationVersionId":{"shape":"ApplicationVersionId"},
430
+ "OutputDescriptions":{"shape":"OutputDescriptions"}
431
+ }
432
+ },
433
+ "AddApplicationReferenceDataSourceRequest":{
434
+ "type":"structure",
435
+ "required":[
436
+ "ApplicationName",
437
+ "CurrentApplicationVersionId",
438
+ "ReferenceDataSource"
439
+ ],
440
+ "members":{
441
+ "ApplicationName":{"shape":"ApplicationName"},
442
+ "CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
443
+ "ReferenceDataSource":{"shape":"ReferenceDataSource"}
444
+ }
445
+ },
446
+ "AddApplicationReferenceDataSourceResponse":{
447
+ "type":"structure",
448
+ "members":{
449
+ "ApplicationARN":{"shape":"ResourceARN"},
450
+ "ApplicationVersionId":{"shape":"ApplicationVersionId"},
451
+ "ReferenceDataSourceDescriptions":{"shape":"ReferenceDataSourceDescriptions"}
452
+ }
453
+ },
454
+ "ApplicationCodeConfiguration":{
455
+ "type":"structure",
456
+ "required":["CodeContentType"],
457
+ "members":{
458
+ "CodeContent":{"shape":"CodeContent"},
459
+ "CodeContentType":{"shape":"CodeContentType"}
460
+ }
461
+ },
462
+ "ApplicationCodeConfigurationDescription":{
463
+ "type":"structure",
464
+ "required":["CodeContentType"],
465
+ "members":{
466
+ "CodeContentType":{"shape":"CodeContentType"},
467
+ "CodeContentDescription":{"shape":"CodeContentDescription"}
468
+ }
469
+ },
470
+ "ApplicationCodeConfigurationUpdate":{
471
+ "type":"structure",
472
+ "members":{
473
+ "CodeContentTypeUpdate":{"shape":"CodeContentType"},
474
+ "CodeContentUpdate":{"shape":"CodeContentUpdate"}
475
+ }
476
+ },
477
+ "ApplicationConfiguration":{
478
+ "type":"structure",
479
+ "required":["ApplicationCodeConfiguration"],
480
+ "members":{
481
+ "SqlApplicationConfiguration":{"shape":"SqlApplicationConfiguration"},
482
+ "FlinkApplicationConfiguration":{"shape":"FlinkApplicationConfiguration"},
483
+ "EnvironmentProperties":{"shape":"EnvironmentProperties"},
484
+ "ApplicationCodeConfiguration":{"shape":"ApplicationCodeConfiguration"},
485
+ "ApplicationSnapshotConfiguration":{"shape":"ApplicationSnapshotConfiguration"}
486
+ }
487
+ },
488
+ "ApplicationConfigurationDescription":{
489
+ "type":"structure",
490
+ "members":{
491
+ "SqlApplicationConfigurationDescription":{"shape":"SqlApplicationConfigurationDescription"},
492
+ "ApplicationCodeConfigurationDescription":{"shape":"ApplicationCodeConfigurationDescription"},
493
+ "RunConfigurationDescription":{"shape":"RunConfigurationDescription"},
494
+ "FlinkApplicationConfigurationDescription":{"shape":"FlinkApplicationConfigurationDescription"},
495
+ "EnvironmentPropertyDescriptions":{"shape":"EnvironmentPropertyDescriptions"},
496
+ "ApplicationSnapshotConfigurationDescription":{"shape":"ApplicationSnapshotConfigurationDescription"}
497
+ }
498
+ },
499
+ "ApplicationConfigurationUpdate":{
500
+ "type":"structure",
501
+ "members":{
502
+ "SqlApplicationConfigurationUpdate":{"shape":"SqlApplicationConfigurationUpdate"},
503
+ "ApplicationCodeConfigurationUpdate":{"shape":"ApplicationCodeConfigurationUpdate"},
504
+ "FlinkApplicationConfigurationUpdate":{"shape":"FlinkApplicationConfigurationUpdate"},
505
+ "EnvironmentPropertyUpdates":{"shape":"EnvironmentPropertyUpdates"},
506
+ "ApplicationSnapshotConfigurationUpdate":{"shape":"ApplicationSnapshotConfigurationUpdate"}
507
+ }
508
+ },
509
+ "ApplicationDescription":{
510
+ "type":"string",
511
+ "max":1024,
512
+ "min":0
513
+ },
514
+ "ApplicationDetail":{
515
+ "type":"structure",
516
+ "required":[
517
+ "ApplicationARN",
518
+ "ApplicationName",
519
+ "RuntimeEnvironment",
520
+ "ApplicationStatus",
521
+ "ApplicationVersionId"
522
+ ],
523
+ "members":{
524
+ "ApplicationARN":{"shape":"ResourceARN"},
525
+ "ApplicationDescription":{"shape":"ApplicationDescription"},
526
+ "ApplicationName":{"shape":"ApplicationName"},
527
+ "RuntimeEnvironment":{"shape":"RuntimeEnvironment"},
528
+ "ServiceExecutionRole":{"shape":"RoleARN"},
529
+ "ApplicationStatus":{"shape":"ApplicationStatus"},
530
+ "ApplicationVersionId":{"shape":"ApplicationVersionId"},
531
+ "CreateTimestamp":{"shape":"Timestamp"},
532
+ "LastUpdateTimestamp":{"shape":"Timestamp"},
533
+ "ApplicationConfigurationDescription":{"shape":"ApplicationConfigurationDescription"},
534
+ "CloudWatchLoggingOptionDescriptions":{"shape":"CloudWatchLoggingOptionDescriptions"}
535
+ }
536
+ },
537
+ "ApplicationName":{
538
+ "type":"string",
539
+ "max":128,
540
+ "min":1,
541
+ "pattern":"[a-zA-Z0-9_.-]+"
542
+ },
543
+ "ApplicationRestoreConfiguration":{
544
+ "type":"structure",
545
+ "required":["ApplicationRestoreType"],
546
+ "members":{
547
+ "ApplicationRestoreType":{"shape":"ApplicationRestoreType"},
548
+ "SnapshotName":{"shape":"SnapshotName"}
549
+ }
550
+ },
551
+ "ApplicationRestoreType":{
552
+ "type":"string",
553
+ "enum":[
554
+ "SKIP_RESTORE_FROM_SNAPSHOT",
555
+ "RESTORE_FROM_LATEST_SNAPSHOT",
556
+ "RESTORE_FROM_CUSTOM_SNAPSHOT"
557
+ ]
558
+ },
559
+ "ApplicationSnapshotConfiguration":{
560
+ "type":"structure",
561
+ "required":["SnapshotsEnabled"],
562
+ "members":{
563
+ "SnapshotsEnabled":{"shape":"BooleanObject"}
564
+ }
565
+ },
566
+ "ApplicationSnapshotConfigurationDescription":{
567
+ "type":"structure",
568
+ "required":["SnapshotsEnabled"],
569
+ "members":{
570
+ "SnapshotsEnabled":{"shape":"BooleanObject"}
571
+ }
572
+ },
573
+ "ApplicationSnapshotConfigurationUpdate":{
574
+ "type":"structure",
575
+ "required":["SnapshotsEnabledUpdate"],
576
+ "members":{
577
+ "SnapshotsEnabledUpdate":{"shape":"BooleanObject"}
578
+ }
579
+ },
580
+ "ApplicationStatus":{
581
+ "type":"string",
582
+ "enum":[
583
+ "DELETING",
584
+ "STARTING",
585
+ "STOPPING",
586
+ "READY",
587
+ "RUNNING",
588
+ "UPDATING"
589
+ ]
590
+ },
591
+ "ApplicationSummaries":{
592
+ "type":"list",
593
+ "member":{"shape":"ApplicationSummary"}
594
+ },
595
+ "ApplicationSummary":{
596
+ "type":"structure",
597
+ "required":[
598
+ "ApplicationName",
599
+ "ApplicationARN",
600
+ "ApplicationStatus",
601
+ "ApplicationVersionId",
602
+ "RuntimeEnvironment"
603
+ ],
604
+ "members":{
605
+ "ApplicationName":{"shape":"ApplicationName"},
606
+ "ApplicationARN":{"shape":"ResourceARN"},
607
+ "ApplicationStatus":{"shape":"ApplicationStatus"},
608
+ "ApplicationVersionId":{"shape":"ApplicationVersionId"},
609
+ "RuntimeEnvironment":{"shape":"RuntimeEnvironment"}
610
+ }
611
+ },
612
+ "ApplicationVersionId":{
613
+ "type":"long",
614
+ "max":999999999,
615
+ "min":1
616
+ },
617
+ "BooleanObject":{"type":"boolean"},
618
+ "BucketARN":{
619
+ "type":"string",
620
+ "max":2048,
621
+ "min":1,
622
+ "pattern":"arn:.*"
623
+ },
624
+ "CSVMappingParameters":{
625
+ "type":"structure",
626
+ "required":[
627
+ "RecordRowDelimiter",
628
+ "RecordColumnDelimiter"
629
+ ],
630
+ "members":{
631
+ "RecordRowDelimiter":{"shape":"RecordRowDelimiter"},
632
+ "RecordColumnDelimiter":{"shape":"RecordColumnDelimiter"}
633
+ }
634
+ },
635
+ "CheckpointConfiguration":{
636
+ "type":"structure",
637
+ "required":["ConfigurationType"],
638
+ "members":{
639
+ "ConfigurationType":{"shape":"ConfigurationType"},
640
+ "CheckpointingEnabled":{"shape":"BooleanObject"},
641
+ "CheckpointInterval":{"shape":"CheckpointInterval"},
642
+ "MinPauseBetweenCheckpoints":{"shape":"MinPauseBetweenCheckpoints"}
643
+ }
644
+ },
645
+ "CheckpointConfigurationDescription":{
646
+ "type":"structure",
647
+ "members":{
648
+ "ConfigurationType":{"shape":"ConfigurationType"},
649
+ "CheckpointingEnabled":{"shape":"BooleanObject"},
650
+ "CheckpointInterval":{"shape":"CheckpointInterval"},
651
+ "MinPauseBetweenCheckpoints":{"shape":"MinPauseBetweenCheckpoints"}
652
+ }
653
+ },
654
+ "CheckpointConfigurationUpdate":{
655
+ "type":"structure",
656
+ "members":{
657
+ "ConfigurationTypeUpdate":{"shape":"ConfigurationType"},
658
+ "CheckpointingEnabledUpdate":{"shape":"BooleanObject"},
659
+ "CheckpointIntervalUpdate":{"shape":"CheckpointInterval"},
660
+ "MinPauseBetweenCheckpointsUpdate":{"shape":"MinPauseBetweenCheckpoints"}
661
+ }
662
+ },
663
+ "CheckpointInterval":{
664
+ "type":"long",
665
+ "min":0
666
+ },
667
+ "CloudWatchLoggingOption":{
668
+ "type":"structure",
669
+ "required":["LogStreamARN"],
670
+ "members":{
671
+ "LogStreamARN":{"shape":"LogStreamARN"}
672
+ }
673
+ },
674
+ "CloudWatchLoggingOptionDescription":{
675
+ "type":"structure",
676
+ "required":["LogStreamARN"],
677
+ "members":{
678
+ "CloudWatchLoggingOptionId":{"shape":"Id"},
679
+ "LogStreamARN":{"shape":"LogStreamARN"},
680
+ "RoleARN":{"shape":"RoleARN"}
681
+ }
682
+ },
683
+ "CloudWatchLoggingOptionDescriptions":{
684
+ "type":"list",
685
+ "member":{"shape":"CloudWatchLoggingOptionDescription"}
686
+ },
687
+ "CloudWatchLoggingOptionUpdate":{
688
+ "type":"structure",
689
+ "required":["CloudWatchLoggingOptionId"],
690
+ "members":{
691
+ "CloudWatchLoggingOptionId":{"shape":"Id"},
692
+ "LogStreamARNUpdate":{"shape":"LogStreamARN"}
693
+ }
694
+ },
695
+ "CloudWatchLoggingOptionUpdates":{
696
+ "type":"list",
697
+ "member":{"shape":"CloudWatchLoggingOptionUpdate"}
698
+ },
699
+ "CloudWatchLoggingOptions":{
700
+ "type":"list",
701
+ "member":{"shape":"CloudWatchLoggingOption"}
702
+ },
703
+ "CodeContent":{
704
+ "type":"structure",
705
+ "members":{
706
+ "TextContent":{"shape":"TextContent"},
707
+ "ZipFileContent":{"shape":"ZipFileContent"},
708
+ "S3ContentLocation":{"shape":"S3ContentLocation"}
709
+ }
710
+ },
711
+ "CodeContentDescription":{
712
+ "type":"structure",
713
+ "members":{
714
+ "TextContent":{"shape":"TextContent"},
715
+ "CodeMD5":{"shape":"CodeMD5"},
716
+ "CodeSize":{"shape":"CodeSize"},
717
+ "S3ApplicationCodeLocationDescription":{"shape":"S3ApplicationCodeLocationDescription"}
718
+ }
719
+ },
720
+ "CodeContentType":{
721
+ "type":"string",
722
+ "enum":[
723
+ "PLAINTEXT",
724
+ "ZIPFILE"
725
+ ]
726
+ },
727
+ "CodeContentUpdate":{
728
+ "type":"structure",
729
+ "members":{
730
+ "TextContentUpdate":{"shape":"TextContent"},
731
+ "ZipFileContentUpdate":{"shape":"ZipFileContent"},
732
+ "S3ContentLocationUpdate":{"shape":"S3ContentLocationUpdate"}
733
+ }
734
+ },
735
+ "CodeMD5":{
736
+ "type":"string",
737
+ "max":128,
738
+ "min":128
739
+ },
740
+ "CodeSize":{
741
+ "type":"long",
742
+ "max":52428800,
743
+ "min":0
744
+ },
745
+ "CodeValidationException":{
746
+ "type":"structure",
747
+ "members":{
748
+ "Message":{"shape":"ErrorMessage"}
749
+ },
750
+ "exception":true
751
+ },
752
+ "ConcurrentModificationException":{
753
+ "type":"structure",
754
+ "members":{
755
+ "Message":{"shape":"ErrorMessage"}
756
+ },
757
+ "exception":true
758
+ },
759
+ "ConfigurationType":{
760
+ "type":"string",
761
+ "enum":[
762
+ "DEFAULT",
763
+ "CUSTOM"
764
+ ]
765
+ },
766
+ "CreateApplicationRequest":{
767
+ "type":"structure",
768
+ "required":[
769
+ "ApplicationName",
770
+ "RuntimeEnvironment",
771
+ "ServiceExecutionRole"
772
+ ],
773
+ "members":{
774
+ "ApplicationName":{"shape":"ApplicationName"},
775
+ "ApplicationDescription":{"shape":"ApplicationDescription"},
776
+ "RuntimeEnvironment":{"shape":"RuntimeEnvironment"},
777
+ "ServiceExecutionRole":{"shape":"RoleARN"},
778
+ "ApplicationConfiguration":{"shape":"ApplicationConfiguration"},
779
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
780
+ }
781
+ },
782
+ "CreateApplicationResponse":{
783
+ "type":"structure",
784
+ "required":["ApplicationDetail"],
785
+ "members":{
786
+ "ApplicationDetail":{"shape":"ApplicationDetail"}
787
+ }
788
+ },
789
+ "CreateApplicationSnapshotRequest":{
790
+ "type":"structure",
791
+ "required":[
792
+ "ApplicationName",
793
+ "SnapshotName"
794
+ ],
795
+ "members":{
796
+ "ApplicationName":{"shape":"ApplicationName"},
797
+ "SnapshotName":{"shape":"SnapshotName"}
798
+ }
799
+ },
800
+ "CreateApplicationSnapshotResponse":{
801
+ "type":"structure",
802
+ "members":{
803
+ }
804
+ },
805
+ "DeleteApplicationCloudWatchLoggingOptionRequest":{
806
+ "type":"structure",
807
+ "required":[
808
+ "ApplicationName",
809
+ "CurrentApplicationVersionId",
810
+ "CloudWatchLoggingOptionId"
811
+ ],
812
+ "members":{
813
+ "ApplicationName":{"shape":"ApplicationName"},
814
+ "CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
815
+ "CloudWatchLoggingOptionId":{"shape":"Id"}
816
+ }
817
+ },
818
+ "DeleteApplicationCloudWatchLoggingOptionResponse":{
819
+ "type":"structure",
820
+ "members":{
821
+ "ApplicationARN":{"shape":"ResourceARN"},
822
+ "ApplicationVersionId":{"shape":"ApplicationVersionId"},
823
+ "CloudWatchLoggingOptionDescriptions":{"shape":"CloudWatchLoggingOptionDescriptions"}
824
+ }
825
+ },
826
+ "DeleteApplicationInputProcessingConfigurationRequest":{
827
+ "type":"structure",
828
+ "required":[
829
+ "ApplicationName",
830
+ "CurrentApplicationVersionId",
831
+ "InputId"
832
+ ],
833
+ "members":{
834
+ "ApplicationName":{"shape":"ApplicationName"},
835
+ "CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
836
+ "InputId":{"shape":"Id"}
837
+ }
838
+ },
839
+ "DeleteApplicationInputProcessingConfigurationResponse":{
840
+ "type":"structure",
841
+ "members":{
842
+ "ApplicationARN":{"shape":"ResourceARN"},
843
+ "ApplicationVersionId":{"shape":"ApplicationVersionId"}
844
+ }
845
+ },
846
+ "DeleteApplicationOutputRequest":{
847
+ "type":"structure",
848
+ "required":[
849
+ "ApplicationName",
850
+ "CurrentApplicationVersionId",
851
+ "OutputId"
852
+ ],
853
+ "members":{
854
+ "ApplicationName":{"shape":"ApplicationName"},
855
+ "CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
856
+ "OutputId":{"shape":"Id"}
857
+ }
858
+ },
859
+ "DeleteApplicationOutputResponse":{
860
+ "type":"structure",
861
+ "members":{
862
+ "ApplicationARN":{"shape":"ResourceARN"},
863
+ "ApplicationVersionId":{"shape":"ApplicationVersionId"}
864
+ }
865
+ },
866
+ "DeleteApplicationReferenceDataSourceRequest":{
867
+ "type":"structure",
868
+ "required":[
869
+ "ApplicationName",
870
+ "CurrentApplicationVersionId",
871
+ "ReferenceId"
872
+ ],
873
+ "members":{
874
+ "ApplicationName":{"shape":"ApplicationName"},
875
+ "CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
876
+ "ReferenceId":{"shape":"Id"}
877
+ }
878
+ },
879
+ "DeleteApplicationReferenceDataSourceResponse":{
880
+ "type":"structure",
881
+ "members":{
882
+ "ApplicationARN":{"shape":"ResourceARN"},
883
+ "ApplicationVersionId":{"shape":"ApplicationVersionId"}
884
+ }
885
+ },
886
+ "DeleteApplicationRequest":{
887
+ "type":"structure",
888
+ "required":[
889
+ "ApplicationName",
890
+ "CreateTimestamp"
891
+ ],
892
+ "members":{
893
+ "ApplicationName":{"shape":"ApplicationName"},
894
+ "CreateTimestamp":{"shape":"Timestamp"}
895
+ }
896
+ },
897
+ "DeleteApplicationResponse":{
898
+ "type":"structure",
899
+ "members":{
900
+ }
901
+ },
902
+ "DeleteApplicationSnapshotRequest":{
903
+ "type":"structure",
904
+ "required":[
905
+ "ApplicationName",
906
+ "SnapshotName",
907
+ "SnapshotCreationTimestamp"
908
+ ],
909
+ "members":{
910
+ "ApplicationName":{"shape":"ApplicationName"},
911
+ "SnapshotName":{"shape":"SnapshotName"},
912
+ "SnapshotCreationTimestamp":{"shape":"Timestamp"}
913
+ }
914
+ },
915
+ "DeleteApplicationSnapshotResponse":{
916
+ "type":"structure",
917
+ "members":{
918
+ }
919
+ },
920
+ "DescribeApplicationRequest":{
921
+ "type":"structure",
922
+ "required":["ApplicationName"],
923
+ "members":{
924
+ "ApplicationName":{"shape":"ApplicationName"},
925
+ "IncludeAdditionalDetails":{"shape":"BooleanObject"}
926
+ }
927
+ },
928
+ "DescribeApplicationResponse":{
929
+ "type":"structure",
930
+ "required":["ApplicationDetail"],
931
+ "members":{
932
+ "ApplicationDetail":{"shape":"ApplicationDetail"}
933
+ }
934
+ },
935
+ "DescribeApplicationSnapshotRequest":{
936
+ "type":"structure",
937
+ "required":[
938
+ "ApplicationName",
939
+ "SnapshotName"
940
+ ],
941
+ "members":{
942
+ "ApplicationName":{"shape":"ApplicationName"},
943
+ "SnapshotName":{"shape":"SnapshotName"}
944
+ }
945
+ },
946
+ "DescribeApplicationSnapshotResponse":{
947
+ "type":"structure",
948
+ "required":["SnapshotDetails"],
949
+ "members":{
950
+ "SnapshotDetails":{"shape":"SnapshotDetails"}
951
+ }
952
+ },
953
+ "DestinationSchema":{
954
+ "type":"structure",
955
+ "required":["RecordFormatType"],
956
+ "members":{
957
+ "RecordFormatType":{"shape":"RecordFormatType"}
958
+ }
959
+ },
960
+ "DiscoverInputSchemaRequest":{
961
+ "type":"structure",
962
+ "required":["ServiceExecutionRole"],
963
+ "members":{
964
+ "ResourceARN":{"shape":"ResourceARN"},
965
+ "ServiceExecutionRole":{"shape":"RoleARN"},
966
+ "InputStartingPositionConfiguration":{"shape":"InputStartingPositionConfiguration"},
967
+ "S3Configuration":{"shape":"S3Configuration"},
968
+ "InputProcessingConfiguration":{"shape":"InputProcessingConfiguration"}
969
+ }
970
+ },
971
+ "DiscoverInputSchemaResponse":{
972
+ "type":"structure",
973
+ "members":{
974
+ "InputSchema":{"shape":"SourceSchema"},
975
+ "ParsedInputRecords":{"shape":"ParsedInputRecords"},
976
+ "ProcessedInputRecords":{"shape":"ProcessedInputRecords"},
977
+ "RawInputRecords":{"shape":"RawInputRecords"}
978
+ }
979
+ },
980
+ "EnvironmentProperties":{
981
+ "type":"structure",
982
+ "required":["PropertyGroups"],
983
+ "members":{
984
+ "PropertyGroups":{"shape":"PropertyGroups"}
985
+ }
986
+ },
987
+ "EnvironmentPropertyDescriptions":{
988
+ "type":"structure",
989
+ "members":{
990
+ "PropertyGroupDescriptions":{"shape":"PropertyGroups"}
991
+ }
992
+ },
993
+ "EnvironmentPropertyUpdates":{
994
+ "type":"structure",
995
+ "required":["PropertyGroups"],
996
+ "members":{
997
+ "PropertyGroups":{"shape":"PropertyGroups"}
998
+ }
999
+ },
1000
+ "ErrorMessage":{"type":"string"},
1001
+ "FileKey":{
1002
+ "type":"string",
1003
+ "max":1024,
1004
+ "min":1
1005
+ },
1006
+ "FlinkApplicationConfiguration":{
1007
+ "type":"structure",
1008
+ "members":{
1009
+ "CheckpointConfiguration":{"shape":"CheckpointConfiguration"},
1010
+ "MonitoringConfiguration":{"shape":"MonitoringConfiguration"},
1011
+ "ParallelismConfiguration":{"shape":"ParallelismConfiguration"}
1012
+ }
1013
+ },
1014
+ "FlinkApplicationConfigurationDescription":{
1015
+ "type":"structure",
1016
+ "members":{
1017
+ "CheckpointConfigurationDescription":{"shape":"CheckpointConfigurationDescription"},
1018
+ "MonitoringConfigurationDescription":{"shape":"MonitoringConfigurationDescription"},
1019
+ "ParallelismConfigurationDescription":{"shape":"ParallelismConfigurationDescription"},
1020
+ "JobPlanDescription":{"shape":"JobPlanDescription"}
1021
+ }
1022
+ },
1023
+ "FlinkApplicationConfigurationUpdate":{
1024
+ "type":"structure",
1025
+ "members":{
1026
+ "CheckpointConfigurationUpdate":{"shape":"CheckpointConfigurationUpdate"},
1027
+ "MonitoringConfigurationUpdate":{"shape":"MonitoringConfigurationUpdate"},
1028
+ "ParallelismConfigurationUpdate":{"shape":"ParallelismConfigurationUpdate"}
1029
+ }
1030
+ },
1031
+ "Id":{
1032
+ "type":"string",
1033
+ "max":50,
1034
+ "min":1,
1035
+ "pattern":"[a-zA-Z0-9_.-]+"
1036
+ },
1037
+ "InAppStreamName":{
1038
+ "type":"string",
1039
+ "max":32,
1040
+ "min":1,
1041
+ "pattern":"[a-zA-Z][a-zA-Z0-9_]+"
1042
+ },
1043
+ "InAppStreamNames":{
1044
+ "type":"list",
1045
+ "member":{"shape":"InAppStreamName"}
1046
+ },
1047
+ "InAppTableName":{
1048
+ "type":"string",
1049
+ "max":32,
1050
+ "min":1,
1051
+ "pattern":"[a-zA-Z][a-zA-Z0-9_]+"
1052
+ },
1053
+ "Input":{
1054
+ "type":"structure",
1055
+ "required":[
1056
+ "NamePrefix",
1057
+ "InputSchema"
1058
+ ],
1059
+ "members":{
1060
+ "NamePrefix":{"shape":"InAppStreamName"},
1061
+ "InputProcessingConfiguration":{"shape":"InputProcessingConfiguration"},
1062
+ "KinesisStreamsInput":{"shape":"KinesisStreamsInput"},
1063
+ "KinesisFirehoseInput":{"shape":"KinesisFirehoseInput"},
1064
+ "InputParallelism":{"shape":"InputParallelism"},
1065
+ "InputSchema":{"shape":"SourceSchema"}
1066
+ }
1067
+ },
1068
+ "InputDescription":{
1069
+ "type":"structure",
1070
+ "members":{
1071
+ "InputId":{"shape":"Id"},
1072
+ "NamePrefix":{"shape":"InAppStreamName"},
1073
+ "InAppStreamNames":{"shape":"InAppStreamNames"},
1074
+ "InputProcessingConfigurationDescription":{"shape":"InputProcessingConfigurationDescription"},
1075
+ "KinesisStreamsInputDescription":{"shape":"KinesisStreamsInputDescription"},
1076
+ "KinesisFirehoseInputDescription":{"shape":"KinesisFirehoseInputDescription"},
1077
+ "InputSchema":{"shape":"SourceSchema"},
1078
+ "InputParallelism":{"shape":"InputParallelism"},
1079
+ "InputStartingPositionConfiguration":{"shape":"InputStartingPositionConfiguration"}
1080
+ }
1081
+ },
1082
+ "InputDescriptions":{
1083
+ "type":"list",
1084
+ "member":{"shape":"InputDescription"}
1085
+ },
1086
+ "InputLambdaProcessor":{
1087
+ "type":"structure",
1088
+ "required":["ResourceARN"],
1089
+ "members":{
1090
+ "ResourceARN":{"shape":"ResourceARN"}
1091
+ }
1092
+ },
1093
+ "InputLambdaProcessorDescription":{
1094
+ "type":"structure",
1095
+ "required":["ResourceARN"],
1096
+ "members":{
1097
+ "ResourceARN":{"shape":"ResourceARN"},
1098
+ "RoleARN":{"shape":"RoleARN"}
1099
+ }
1100
+ },
1101
+ "InputLambdaProcessorUpdate":{
1102
+ "type":"structure",
1103
+ "required":["ResourceARNUpdate"],
1104
+ "members":{
1105
+ "ResourceARNUpdate":{"shape":"ResourceARN"}
1106
+ }
1107
+ },
1108
+ "InputParallelism":{
1109
+ "type":"structure",
1110
+ "members":{
1111
+ "Count":{"shape":"InputParallelismCount"}
1112
+ }
1113
+ },
1114
+ "InputParallelismCount":{
1115
+ "type":"integer",
1116
+ "max":64,
1117
+ "min":1
1118
+ },
1119
+ "InputParallelismUpdate":{
1120
+ "type":"structure",
1121
+ "required":["CountUpdate"],
1122
+ "members":{
1123
+ "CountUpdate":{"shape":"InputParallelismCount"}
1124
+ }
1125
+ },
1126
+ "InputProcessingConfiguration":{
1127
+ "type":"structure",
1128
+ "required":["InputLambdaProcessor"],
1129
+ "members":{
1130
+ "InputLambdaProcessor":{"shape":"InputLambdaProcessor"}
1131
+ }
1132
+ },
1133
+ "InputProcessingConfigurationDescription":{
1134
+ "type":"structure",
1135
+ "members":{
1136
+ "InputLambdaProcessorDescription":{"shape":"InputLambdaProcessorDescription"}
1137
+ }
1138
+ },
1139
+ "InputProcessingConfigurationUpdate":{
1140
+ "type":"structure",
1141
+ "required":["InputLambdaProcessorUpdate"],
1142
+ "members":{
1143
+ "InputLambdaProcessorUpdate":{"shape":"InputLambdaProcessorUpdate"}
1144
+ }
1145
+ },
1146
+ "InputSchemaUpdate":{
1147
+ "type":"structure",
1148
+ "members":{
1149
+ "RecordFormatUpdate":{"shape":"RecordFormat"},
1150
+ "RecordEncodingUpdate":{"shape":"RecordEncoding"},
1151
+ "RecordColumnUpdates":{"shape":"RecordColumns"}
1152
+ }
1153
+ },
1154
+ "InputStartingPosition":{
1155
+ "type":"string",
1156
+ "enum":[
1157
+ "NOW",
1158
+ "TRIM_HORIZON",
1159
+ "LAST_STOPPED_POINT"
1160
+ ]
1161
+ },
1162
+ "InputStartingPositionConfiguration":{
1163
+ "type":"structure",
1164
+ "members":{
1165
+ "InputStartingPosition":{"shape":"InputStartingPosition"}
1166
+ }
1167
+ },
1168
+ "InputUpdate":{
1169
+ "type":"structure",
1170
+ "required":["InputId"],
1171
+ "members":{
1172
+ "InputId":{"shape":"Id"},
1173
+ "NamePrefixUpdate":{"shape":"InAppStreamName"},
1174
+ "InputProcessingConfigurationUpdate":{"shape":"InputProcessingConfigurationUpdate"},
1175
+ "KinesisStreamsInputUpdate":{"shape":"KinesisStreamsInputUpdate"},
1176
+ "KinesisFirehoseInputUpdate":{"shape":"KinesisFirehoseInputUpdate"},
1177
+ "InputSchemaUpdate":{"shape":"InputSchemaUpdate"},
1178
+ "InputParallelismUpdate":{"shape":"InputParallelismUpdate"}
1179
+ }
1180
+ },
1181
+ "InputUpdates":{
1182
+ "type":"list",
1183
+ "member":{"shape":"InputUpdate"}
1184
+ },
1185
+ "Inputs":{
1186
+ "type":"list",
1187
+ "member":{"shape":"Input"}
1188
+ },
1189
+ "InvalidApplicationConfigurationException":{
1190
+ "type":"structure",
1191
+ "members":{
1192
+ "Message":{"shape":"ErrorMessage"}
1193
+ },
1194
+ "exception":true
1195
+ },
1196
+ "InvalidArgumentException":{
1197
+ "type":"structure",
1198
+ "members":{
1199
+ "Message":{"shape":"ErrorMessage"}
1200
+ },
1201
+ "exception":true
1202
+ },
1203
+ "InvalidRequestException":{
1204
+ "type":"structure",
1205
+ "members":{
1206
+ "Message":{"shape":"ErrorMessage"}
1207
+ },
1208
+ "exception":true
1209
+ },
1210
+ "JSONMappingParameters":{
1211
+ "type":"structure",
1212
+ "required":["RecordRowPath"],
1213
+ "members":{
1214
+ "RecordRowPath":{"shape":"RecordRowPath"}
1215
+ }
1216
+ },
1217
+ "JobPlanDescription":{"type":"string"},
1218
+ "KinesisFirehoseInput":{
1219
+ "type":"structure",
1220
+ "required":["ResourceARN"],
1221
+ "members":{
1222
+ "ResourceARN":{"shape":"ResourceARN"}
1223
+ }
1224
+ },
1225
+ "KinesisFirehoseInputDescription":{
1226
+ "type":"structure",
1227
+ "required":["ResourceARN"],
1228
+ "members":{
1229
+ "ResourceARN":{"shape":"ResourceARN"},
1230
+ "RoleARN":{"shape":"RoleARN"}
1231
+ }
1232
+ },
1233
+ "KinesisFirehoseInputUpdate":{
1234
+ "type":"structure",
1235
+ "required":["ResourceARNUpdate"],
1236
+ "members":{
1237
+ "ResourceARNUpdate":{"shape":"ResourceARN"}
1238
+ }
1239
+ },
1240
+ "KinesisFirehoseOutput":{
1241
+ "type":"structure",
1242
+ "required":["ResourceARN"],
1243
+ "members":{
1244
+ "ResourceARN":{"shape":"ResourceARN"}
1245
+ }
1246
+ },
1247
+ "KinesisFirehoseOutputDescription":{
1248
+ "type":"structure",
1249
+ "required":["ResourceARN"],
1250
+ "members":{
1251
+ "ResourceARN":{"shape":"ResourceARN"},
1252
+ "RoleARN":{"shape":"RoleARN"}
1253
+ }
1254
+ },
1255
+ "KinesisFirehoseOutputUpdate":{
1256
+ "type":"structure",
1257
+ "required":["ResourceARNUpdate"],
1258
+ "members":{
1259
+ "ResourceARNUpdate":{"shape":"ResourceARN"}
1260
+ }
1261
+ },
1262
+ "KinesisStreamsInput":{
1263
+ "type":"structure",
1264
+ "required":["ResourceARN"],
1265
+ "members":{
1266
+ "ResourceARN":{"shape":"ResourceARN"}
1267
+ }
1268
+ },
1269
+ "KinesisStreamsInputDescription":{
1270
+ "type":"structure",
1271
+ "required":["ResourceARN"],
1272
+ "members":{
1273
+ "ResourceARN":{"shape":"ResourceARN"},
1274
+ "RoleARN":{"shape":"RoleARN"}
1275
+ }
1276
+ },
1277
+ "KinesisStreamsInputUpdate":{
1278
+ "type":"structure",
1279
+ "required":["ResourceARNUpdate"],
1280
+ "members":{
1281
+ "ResourceARNUpdate":{"shape":"ResourceARN"}
1282
+ }
1283
+ },
1284
+ "KinesisStreamsOutput":{
1285
+ "type":"structure",
1286
+ "required":["ResourceARN"],
1287
+ "members":{
1288
+ "ResourceARN":{"shape":"ResourceARN"}
1289
+ }
1290
+ },
1291
+ "KinesisStreamsOutputDescription":{
1292
+ "type":"structure",
1293
+ "required":["ResourceARN"],
1294
+ "members":{
1295
+ "ResourceARN":{"shape":"ResourceARN"},
1296
+ "RoleARN":{"shape":"RoleARN"}
1297
+ }
1298
+ },
1299
+ "KinesisStreamsOutputUpdate":{
1300
+ "type":"structure",
1301
+ "required":["ResourceARNUpdate"],
1302
+ "members":{
1303
+ "ResourceARNUpdate":{"shape":"ResourceARN"}
1304
+ }
1305
+ },
1306
+ "LambdaOutput":{
1307
+ "type":"structure",
1308
+ "required":["ResourceARN"],
1309
+ "members":{
1310
+ "ResourceARN":{"shape":"ResourceARN"}
1311
+ }
1312
+ },
1313
+ "LambdaOutputDescription":{
1314
+ "type":"structure",
1315
+ "required":["ResourceARN"],
1316
+ "members":{
1317
+ "ResourceARN":{"shape":"ResourceARN"},
1318
+ "RoleARN":{"shape":"RoleARN"}
1319
+ }
1320
+ },
1321
+ "LambdaOutputUpdate":{
1322
+ "type":"structure",
1323
+ "required":["ResourceARNUpdate"],
1324
+ "members":{
1325
+ "ResourceARNUpdate":{"shape":"ResourceARN"}
1326
+ }
1327
+ },
1328
+ "LimitExceededException":{
1329
+ "type":"structure",
1330
+ "members":{
1331
+ "Message":{"shape":"ErrorMessage"}
1332
+ },
1333
+ "exception":true
1334
+ },
1335
+ "ListApplicationSnapshotsRequest":{
1336
+ "type":"structure",
1337
+ "required":["ApplicationName"],
1338
+ "members":{
1339
+ "ApplicationName":{"shape":"ApplicationName"},
1340
+ "Limit":{"shape":"ListSnapshotsInputLimit"},
1341
+ "NextToken":{"shape":"NextToken"}
1342
+ }
1343
+ },
1344
+ "ListApplicationSnapshotsResponse":{
1345
+ "type":"structure",
1346
+ "members":{
1347
+ "SnapshotSummaries":{"shape":"SnapshotSummaries"},
1348
+ "NextToken":{"shape":"NextToken"}
1349
+ }
1350
+ },
1351
+ "ListApplicationsInputLimit":{
1352
+ "type":"integer",
1353
+ "max":50,
1354
+ "min":1
1355
+ },
1356
+ "ListApplicationsRequest":{
1357
+ "type":"structure",
1358
+ "members":{
1359
+ "Limit":{"shape":"ListApplicationsInputLimit"},
1360
+ "NextToken":{"shape":"ApplicationName"}
1361
+ }
1362
+ },
1363
+ "ListApplicationsResponse":{
1364
+ "type":"structure",
1365
+ "required":["ApplicationSummaries"],
1366
+ "members":{
1367
+ "ApplicationSummaries":{"shape":"ApplicationSummaries"},
1368
+ "NextToken":{"shape":"ApplicationName"}
1369
+ }
1370
+ },
1371
+ "ListSnapshotsInputLimit":{
1372
+ "type":"integer",
1373
+ "max":50,
1374
+ "min":1
1375
+ },
1376
+ "LogLevel":{
1377
+ "type":"string",
1378
+ "enum":[
1379
+ "INFO",
1380
+ "WARN",
1381
+ "ERROR",
1382
+ "DEBUG"
1383
+ ]
1384
+ },
1385
+ "LogStreamARN":{
1386
+ "type":"string",
1387
+ "max":2048,
1388
+ "min":1,
1389
+ "pattern":"arn:.*"
1390
+ },
1391
+ "MappingParameters":{
1392
+ "type":"structure",
1393
+ "members":{
1394
+ "JSONMappingParameters":{"shape":"JSONMappingParameters"},
1395
+ "CSVMappingParameters":{"shape":"CSVMappingParameters"}
1396
+ }
1397
+ },
1398
+ "MetricsLevel":{
1399
+ "type":"string",
1400
+ "enum":[
1401
+ "APPLICATION",
1402
+ "TASK",
1403
+ "OPERATOR",
1404
+ "PARALLELISM"
1405
+ ]
1406
+ },
1407
+ "MinPauseBetweenCheckpoints":{
1408
+ "type":"long",
1409
+ "min":0
1410
+ },
1411
+ "MonitoringConfiguration":{
1412
+ "type":"structure",
1413
+ "required":["ConfigurationType"],
1414
+ "members":{
1415
+ "ConfigurationType":{"shape":"ConfigurationType"},
1416
+ "MetricsLevel":{"shape":"MetricsLevel"},
1417
+ "LogLevel":{"shape":"LogLevel"}
1418
+ }
1419
+ },
1420
+ "MonitoringConfigurationDescription":{
1421
+ "type":"structure",
1422
+ "members":{
1423
+ "ConfigurationType":{"shape":"ConfigurationType"},
1424
+ "MetricsLevel":{"shape":"MetricsLevel"},
1425
+ "LogLevel":{"shape":"LogLevel"}
1426
+ }
1427
+ },
1428
+ "MonitoringConfigurationUpdate":{
1429
+ "type":"structure",
1430
+ "members":{
1431
+ "ConfigurationTypeUpdate":{"shape":"ConfigurationType"},
1432
+ "MetricsLevelUpdate":{"shape":"MetricsLevel"},
1433
+ "LogLevelUpdate":{"shape":"LogLevel"}
1434
+ }
1435
+ },
1436
+ "NextToken":{
1437
+ "type":"string",
1438
+ "max":512,
1439
+ "min":1
1440
+ },
1441
+ "ObjectVersion":{"type":"string"},
1442
+ "Output":{
1443
+ "type":"structure",
1444
+ "required":[
1445
+ "Name",
1446
+ "DestinationSchema"
1447
+ ],
1448
+ "members":{
1449
+ "Name":{"shape":"InAppStreamName"},
1450
+ "KinesisStreamsOutput":{"shape":"KinesisStreamsOutput"},
1451
+ "KinesisFirehoseOutput":{"shape":"KinesisFirehoseOutput"},
1452
+ "LambdaOutput":{"shape":"LambdaOutput"},
1453
+ "DestinationSchema":{"shape":"DestinationSchema"}
1454
+ }
1455
+ },
1456
+ "OutputDescription":{
1457
+ "type":"structure",
1458
+ "members":{
1459
+ "OutputId":{"shape":"Id"},
1460
+ "Name":{"shape":"InAppStreamName"},
1461
+ "KinesisStreamsOutputDescription":{"shape":"KinesisStreamsOutputDescription"},
1462
+ "KinesisFirehoseOutputDescription":{"shape":"KinesisFirehoseOutputDescription"},
1463
+ "LambdaOutputDescription":{"shape":"LambdaOutputDescription"},
1464
+ "DestinationSchema":{"shape":"DestinationSchema"}
1465
+ }
1466
+ },
1467
+ "OutputDescriptions":{
1468
+ "type":"list",
1469
+ "member":{"shape":"OutputDescription"}
1470
+ },
1471
+ "OutputUpdate":{
1472
+ "type":"structure",
1473
+ "required":["OutputId"],
1474
+ "members":{
1475
+ "OutputId":{"shape":"Id"},
1476
+ "NameUpdate":{"shape":"InAppStreamName"},
1477
+ "KinesisStreamsOutputUpdate":{"shape":"KinesisStreamsOutputUpdate"},
1478
+ "KinesisFirehoseOutputUpdate":{"shape":"KinesisFirehoseOutputUpdate"},
1479
+ "LambdaOutputUpdate":{"shape":"LambdaOutputUpdate"},
1480
+ "DestinationSchemaUpdate":{"shape":"DestinationSchema"}
1481
+ }
1482
+ },
1483
+ "OutputUpdates":{
1484
+ "type":"list",
1485
+ "member":{"shape":"OutputUpdate"}
1486
+ },
1487
+ "Outputs":{
1488
+ "type":"list",
1489
+ "member":{"shape":"Output"}
1490
+ },
1491
+ "Parallelism":{
1492
+ "type":"integer",
1493
+ "min":1
1494
+ },
1495
+ "ParallelismConfiguration":{
1496
+ "type":"structure",
1497
+ "required":["ConfigurationType"],
1498
+ "members":{
1499
+ "ConfigurationType":{"shape":"ConfigurationType"},
1500
+ "Parallelism":{"shape":"Parallelism"},
1501
+ "ParallelismPerKPU":{"shape":"ParallelismPerKPU"},
1502
+ "AutoScalingEnabled":{"shape":"BooleanObject"}
1503
+ }
1504
+ },
1505
+ "ParallelismConfigurationDescription":{
1506
+ "type":"structure",
1507
+ "members":{
1508
+ "ConfigurationType":{"shape":"ConfigurationType"},
1509
+ "Parallelism":{"shape":"Parallelism"},
1510
+ "ParallelismPerKPU":{"shape":"ParallelismPerKPU"},
1511
+ "CurrentParallelism":{"shape":"Parallelism"},
1512
+ "AutoScalingEnabled":{"shape":"BooleanObject"}
1513
+ }
1514
+ },
1515
+ "ParallelismConfigurationUpdate":{
1516
+ "type":"structure",
1517
+ "members":{
1518
+ "ConfigurationTypeUpdate":{"shape":"ConfigurationType"},
1519
+ "ParallelismUpdate":{"shape":"Parallelism"},
1520
+ "ParallelismPerKPUUpdate":{"shape":"ParallelismPerKPU"},
1521
+ "AutoScalingEnabledUpdate":{"shape":"BooleanObject"}
1522
+ }
1523
+ },
1524
+ "ParallelismPerKPU":{
1525
+ "type":"integer",
1526
+ "min":1
1527
+ },
1528
+ "ParsedInputRecord":{
1529
+ "type":"list",
1530
+ "member":{"shape":"ParsedInputRecordField"}
1531
+ },
1532
+ "ParsedInputRecordField":{"type":"string"},
1533
+ "ParsedInputRecords":{
1534
+ "type":"list",
1535
+ "member":{"shape":"ParsedInputRecord"}
1536
+ },
1537
+ "ProcessedInputRecord":{"type":"string"},
1538
+ "ProcessedInputRecords":{
1539
+ "type":"list",
1540
+ "member":{"shape":"ProcessedInputRecord"}
1541
+ },
1542
+ "PropertyGroup":{
1543
+ "type":"structure",
1544
+ "required":[
1545
+ "PropertyGroupId",
1546
+ "PropertyMap"
1547
+ ],
1548
+ "members":{
1549
+ "PropertyGroupId":{"shape":"Id"},
1550
+ "PropertyMap":{"shape":"PropertyMap"}
1551
+ }
1552
+ },
1553
+ "PropertyGroups":{
1554
+ "type":"list",
1555
+ "member":{"shape":"PropertyGroup"},
1556
+ "max":50
1557
+ },
1558
+ "PropertyKey":{
1559
+ "type":"string",
1560
+ "max":2048,
1561
+ "min":1
1562
+ },
1563
+ "PropertyMap":{
1564
+ "type":"map",
1565
+ "key":{"shape":"PropertyKey"},
1566
+ "value":{"shape":"PropertyValue"},
1567
+ "max":50,
1568
+ "min":1
1569
+ },
1570
+ "PropertyValue":{
1571
+ "type":"string",
1572
+ "max":2048,
1573
+ "min":1
1574
+ },
1575
+ "RawInputRecord":{"type":"string"},
1576
+ "RawInputRecords":{
1577
+ "type":"list",
1578
+ "member":{"shape":"RawInputRecord"}
1579
+ },
1580
+ "RecordColumn":{
1581
+ "type":"structure",
1582
+ "required":[
1583
+ "Name",
1584
+ "SqlType"
1585
+ ],
1586
+ "members":{
1587
+ "Name":{"shape":"RecordColumnName"},
1588
+ "Mapping":{"shape":"RecordColumnMapping"},
1589
+ "SqlType":{"shape":"RecordColumnSqlType"}
1590
+ }
1591
+ },
1592
+ "RecordColumnDelimiter":{
1593
+ "type":"string",
1594
+ "min":1
1595
+ },
1596
+ "RecordColumnMapping":{"type":"string"},
1597
+ "RecordColumnName":{
1598
+ "type":"string",
1599
+ "pattern":"[a-zA-Z_][a-zA-Z0-9_]*"
1600
+ },
1601
+ "RecordColumnSqlType":{
1602
+ "type":"string",
1603
+ "min":1
1604
+ },
1605
+ "RecordColumns":{
1606
+ "type":"list",
1607
+ "member":{"shape":"RecordColumn"},
1608
+ "max":1000,
1609
+ "min":1
1610
+ },
1611
+ "RecordEncoding":{
1612
+ "type":"string",
1613
+ "pattern":"UTF-8"
1614
+ },
1615
+ "RecordFormat":{
1616
+ "type":"structure",
1617
+ "required":["RecordFormatType"],
1618
+ "members":{
1619
+ "RecordFormatType":{"shape":"RecordFormatType"},
1620
+ "MappingParameters":{"shape":"MappingParameters"}
1621
+ }
1622
+ },
1623
+ "RecordFormatType":{
1624
+ "type":"string",
1625
+ "enum":[
1626
+ "JSON",
1627
+ "CSV"
1628
+ ]
1629
+ },
1630
+ "RecordRowDelimiter":{
1631
+ "type":"string",
1632
+ "min":1
1633
+ },
1634
+ "RecordRowPath":{
1635
+ "type":"string",
1636
+ "min":1
1637
+ },
1638
+ "ReferenceDataSource":{
1639
+ "type":"structure",
1640
+ "required":[
1641
+ "TableName",
1642
+ "ReferenceSchema"
1643
+ ],
1644
+ "members":{
1645
+ "TableName":{"shape":"InAppTableName"},
1646
+ "S3ReferenceDataSource":{"shape":"S3ReferenceDataSource"},
1647
+ "ReferenceSchema":{"shape":"SourceSchema"}
1648
+ }
1649
+ },
1650
+ "ReferenceDataSourceDescription":{
1651
+ "type":"structure",
1652
+ "required":[
1653
+ "ReferenceId",
1654
+ "TableName",
1655
+ "S3ReferenceDataSourceDescription"
1656
+ ],
1657
+ "members":{
1658
+ "ReferenceId":{"shape":"Id"},
1659
+ "TableName":{"shape":"InAppTableName"},
1660
+ "S3ReferenceDataSourceDescription":{"shape":"S3ReferenceDataSourceDescription"},
1661
+ "ReferenceSchema":{"shape":"SourceSchema"}
1662
+ }
1663
+ },
1664
+ "ReferenceDataSourceDescriptions":{
1665
+ "type":"list",
1666
+ "member":{"shape":"ReferenceDataSourceDescription"}
1667
+ },
1668
+ "ReferenceDataSourceUpdate":{
1669
+ "type":"structure",
1670
+ "required":["ReferenceId"],
1671
+ "members":{
1672
+ "ReferenceId":{"shape":"Id"},
1673
+ "TableNameUpdate":{"shape":"InAppTableName"},
1674
+ "S3ReferenceDataSourceUpdate":{"shape":"S3ReferenceDataSourceUpdate"},
1675
+ "ReferenceSchemaUpdate":{"shape":"SourceSchema"}
1676
+ }
1677
+ },
1678
+ "ReferenceDataSourceUpdates":{
1679
+ "type":"list",
1680
+ "member":{"shape":"ReferenceDataSourceUpdate"}
1681
+ },
1682
+ "ReferenceDataSources":{
1683
+ "type":"list",
1684
+ "member":{"shape":"ReferenceDataSource"}
1685
+ },
1686
+ "ResourceARN":{
1687
+ "type":"string",
1688
+ "max":2048,
1689
+ "min":1,
1690
+ "pattern":"arn:.*"
1691
+ },
1692
+ "ResourceInUseException":{
1693
+ "type":"structure",
1694
+ "members":{
1695
+ "Message":{"shape":"ErrorMessage"}
1696
+ },
1697
+ "exception":true
1698
+ },
1699
+ "ResourceNotFoundException":{
1700
+ "type":"structure",
1701
+ "members":{
1702
+ "Message":{"shape":"ErrorMessage"}
1703
+ },
1704
+ "exception":true
1705
+ },
1706
+ "ResourceProvisionedThroughputExceededException":{
1707
+ "type":"structure",
1708
+ "members":{
1709
+ "Message":{"shape":"ErrorMessage"}
1710
+ },
1711
+ "exception":true
1712
+ },
1713
+ "RoleARN":{
1714
+ "type":"string",
1715
+ "max":2048,
1716
+ "min":1,
1717
+ "pattern":"arn:aws:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+"
1718
+ },
1719
+ "RunConfiguration":{
1720
+ "type":"structure",
1721
+ "members":{
1722
+ "SqlRunConfigurations":{"shape":"SqlRunConfigurations"},
1723
+ "ApplicationRestoreConfiguration":{"shape":"ApplicationRestoreConfiguration"}
1724
+ }
1725
+ },
1726
+ "RunConfigurationDescription":{
1727
+ "type":"structure",
1728
+ "members":{
1729
+ "ApplicationRestoreConfigurationDescription":{"shape":"ApplicationRestoreConfiguration"}
1730
+ }
1731
+ },
1732
+ "RunConfigurationUpdate":{
1733
+ "type":"structure",
1734
+ "members":{
1735
+ "ApplicationRestoreConfiguration":{"shape":"ApplicationRestoreConfiguration"}
1736
+ }
1737
+ },
1738
+ "RuntimeEnvironment":{
1739
+ "type":"string",
1740
+ "enum":[
1741
+ "SQL-1_0",
1742
+ "FLINK-1_6"
1743
+ ]
1744
+ },
1745
+ "S3ApplicationCodeLocationDescription":{
1746
+ "type":"structure",
1747
+ "required":[
1748
+ "BucketARN",
1749
+ "FileKey"
1750
+ ],
1751
+ "members":{
1752
+ "BucketARN":{"shape":"BucketARN"},
1753
+ "FileKey":{"shape":"FileKey"},
1754
+ "ObjectVersion":{"shape":"ObjectVersion"}
1755
+ }
1756
+ },
1757
+ "S3Configuration":{
1758
+ "type":"structure",
1759
+ "required":[
1760
+ "BucketARN",
1761
+ "FileKey"
1762
+ ],
1763
+ "members":{
1764
+ "BucketARN":{"shape":"BucketARN"},
1765
+ "FileKey":{"shape":"FileKey"}
1766
+ }
1767
+ },
1768
+ "S3ContentLocation":{
1769
+ "type":"structure",
1770
+ "required":[
1771
+ "BucketARN",
1772
+ "FileKey"
1773
+ ],
1774
+ "members":{
1775
+ "BucketARN":{"shape":"BucketARN"},
1776
+ "FileKey":{"shape":"FileKey"},
1777
+ "ObjectVersion":{"shape":"ObjectVersion"}
1778
+ }
1779
+ },
1780
+ "S3ContentLocationUpdate":{
1781
+ "type":"structure",
1782
+ "members":{
1783
+ "BucketARNUpdate":{"shape":"BucketARN"},
1784
+ "FileKeyUpdate":{"shape":"FileKey"},
1785
+ "ObjectVersionUpdate":{"shape":"ObjectVersion"}
1786
+ }
1787
+ },
1788
+ "S3ReferenceDataSource":{
1789
+ "type":"structure",
1790
+ "members":{
1791
+ "BucketARN":{"shape":"BucketARN"},
1792
+ "FileKey":{"shape":"FileKey"}
1793
+ }
1794
+ },
1795
+ "S3ReferenceDataSourceDescription":{
1796
+ "type":"structure",
1797
+ "required":[
1798
+ "BucketARN",
1799
+ "FileKey"
1800
+ ],
1801
+ "members":{
1802
+ "BucketARN":{"shape":"BucketARN"},
1803
+ "FileKey":{"shape":"FileKey"},
1804
+ "ReferenceRoleARN":{"shape":"RoleARN"}
1805
+ }
1806
+ },
1807
+ "S3ReferenceDataSourceUpdate":{
1808
+ "type":"structure",
1809
+ "members":{
1810
+ "BucketARNUpdate":{"shape":"BucketARN"},
1811
+ "FileKeyUpdate":{"shape":"FileKey"}
1812
+ }
1813
+ },
1814
+ "ServiceUnavailableException":{
1815
+ "type":"structure",
1816
+ "members":{
1817
+ "Message":{"shape":"ErrorMessage"}
1818
+ },
1819
+ "exception":true,
1820
+ "fault":true
1821
+ },
1822
+ "SnapshotDetails":{
1823
+ "type":"structure",
1824
+ "required":[
1825
+ "SnapshotName",
1826
+ "SnapshotStatus",
1827
+ "ApplicationVersionId"
1828
+ ],
1829
+ "members":{
1830
+ "SnapshotName":{"shape":"SnapshotName"},
1831
+ "SnapshotStatus":{"shape":"SnapshotStatus"},
1832
+ "ApplicationVersionId":{"shape":"ApplicationVersionId"},
1833
+ "SnapshotCreationTimestamp":{"shape":"Timestamp"}
1834
+ }
1835
+ },
1836
+ "SnapshotName":{
1837
+ "type":"string",
1838
+ "max":128,
1839
+ "min":1,
1840
+ "pattern":"[a-zA-Z0-9_.-]+"
1841
+ },
1842
+ "SnapshotStatus":{
1843
+ "type":"string",
1844
+ "enum":[
1845
+ "CREATING",
1846
+ "READY",
1847
+ "DELETING",
1848
+ "FAILED"
1849
+ ]
1850
+ },
1851
+ "SnapshotSummaries":{
1852
+ "type":"list",
1853
+ "member":{"shape":"SnapshotDetails"}
1854
+ },
1855
+ "SourceSchema":{
1856
+ "type":"structure",
1857
+ "required":[
1858
+ "RecordFormat",
1859
+ "RecordColumns"
1860
+ ],
1861
+ "members":{
1862
+ "RecordFormat":{"shape":"RecordFormat"},
1863
+ "RecordEncoding":{"shape":"RecordEncoding"},
1864
+ "RecordColumns":{"shape":"RecordColumns"}
1865
+ }
1866
+ },
1867
+ "SqlApplicationConfiguration":{
1868
+ "type":"structure",
1869
+ "members":{
1870
+ "Inputs":{"shape":"Inputs"},
1871
+ "Outputs":{"shape":"Outputs"},
1872
+ "ReferenceDataSources":{"shape":"ReferenceDataSources"}
1873
+ }
1874
+ },
1875
+ "SqlApplicationConfigurationDescription":{
1876
+ "type":"structure",
1877
+ "members":{
1878
+ "InputDescriptions":{"shape":"InputDescriptions"},
1879
+ "OutputDescriptions":{"shape":"OutputDescriptions"},
1880
+ "ReferenceDataSourceDescriptions":{"shape":"ReferenceDataSourceDescriptions"}
1881
+ }
1882
+ },
1883
+ "SqlApplicationConfigurationUpdate":{
1884
+ "type":"structure",
1885
+ "members":{
1886
+ "InputUpdates":{"shape":"InputUpdates"},
1887
+ "OutputUpdates":{"shape":"OutputUpdates"},
1888
+ "ReferenceDataSourceUpdates":{"shape":"ReferenceDataSourceUpdates"}
1889
+ }
1890
+ },
1891
+ "SqlRunConfiguration":{
1892
+ "type":"structure",
1893
+ "required":[
1894
+ "InputId",
1895
+ "InputStartingPositionConfiguration"
1896
+ ],
1897
+ "members":{
1898
+ "InputId":{"shape":"Id"},
1899
+ "InputStartingPositionConfiguration":{"shape":"InputStartingPositionConfiguration"}
1900
+ }
1901
+ },
1902
+ "SqlRunConfigurations":{
1903
+ "type":"list",
1904
+ "member":{"shape":"SqlRunConfiguration"}
1905
+ },
1906
+ "StartApplicationRequest":{
1907
+ "type":"structure",
1908
+ "required":[
1909
+ "ApplicationName",
1910
+ "RunConfiguration"
1911
+ ],
1912
+ "members":{
1913
+ "ApplicationName":{"shape":"ApplicationName"},
1914
+ "RunConfiguration":{"shape":"RunConfiguration"}
1915
+ }
1916
+ },
1917
+ "StartApplicationResponse":{
1918
+ "type":"structure",
1919
+ "members":{
1920
+ }
1921
+ },
1922
+ "StopApplicationRequest":{
1923
+ "type":"structure",
1924
+ "required":["ApplicationName"],
1925
+ "members":{
1926
+ "ApplicationName":{"shape":"ApplicationName"}
1927
+ }
1928
+ },
1929
+ "StopApplicationResponse":{
1930
+ "type":"structure",
1931
+ "members":{
1932
+ }
1933
+ },
1934
+ "TextContent":{
1935
+ "type":"string",
1936
+ "max":102400,
1937
+ "min":0
1938
+ },
1939
+ "Timestamp":{"type":"timestamp"},
1940
+ "UnableToDetectSchemaException":{
1941
+ "type":"structure",
1942
+ "members":{
1943
+ "Message":{"shape":"ErrorMessage"},
1944
+ "RawInputRecords":{"shape":"RawInputRecords"},
1945
+ "ProcessedInputRecords":{"shape":"ProcessedInputRecords"}
1946
+ },
1947
+ "exception":true
1948
+ },
1949
+ "UnsupportedOperationException":{
1950
+ "type":"structure",
1951
+ "members":{
1952
+ "Message":{"shape":"ErrorMessage"}
1953
+ },
1954
+ "exception":true
1955
+ },
1956
+ "UpdateApplicationRequest":{
1957
+ "type":"structure",
1958
+ "required":[
1959
+ "ApplicationName",
1960
+ "CurrentApplicationVersionId"
1961
+ ],
1962
+ "members":{
1963
+ "ApplicationName":{"shape":"ApplicationName"},
1964
+ "CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
1965
+ "ApplicationConfigurationUpdate":{"shape":"ApplicationConfigurationUpdate"},
1966
+ "ServiceExecutionRoleUpdate":{"shape":"RoleARN"},
1967
+ "RunConfigurationUpdate":{"shape":"RunConfigurationUpdate"},
1968
+ "CloudWatchLoggingOptionUpdates":{"shape":"CloudWatchLoggingOptionUpdates"}
1969
+ }
1970
+ },
1971
+ "UpdateApplicationResponse":{
1972
+ "type":"structure",
1973
+ "required":["ApplicationDetail"],
1974
+ "members":{
1975
+ "ApplicationDetail":{"shape":"ApplicationDetail"}
1976
+ }
1977
+ },
1978
+ "ZipFileContent":{
1979
+ "type":"blob",
1980
+ "max":52428800,
1981
+ "min":0
1982
+ }
1983
+ }
1984
+ }