aws-sdk-core 2.11.328 → 2.11.329

Sign up to get free protection for your applications and to get access to all the features.
@@ -46,6 +46,16 @@
46
46
  "limit_key": "MaxResults",
47
47
  "output_token": "NextToken"
48
48
  },
49
+ "GetMLTaskRuns": {
50
+ "input_token": "NextToken",
51
+ "limit_key": "MaxResults",
52
+ "output_token": "NextToken"
53
+ },
54
+ "GetMLTransforms": {
55
+ "input_token": "NextToken",
56
+ "limit_key": "MaxResults",
57
+ "output_token": "NextToken"
58
+ },
49
59
  "GetPartitions": {
50
60
  "input_token": "NextToken",
51
61
  "limit_key": "MaxResults",
@@ -106,6 +116,11 @@
106
116
  "input_token": "NextToken",
107
117
  "limit_key": "MaxResults",
108
118
  "output_token": "NextToken"
119
+ },
120
+ "SearchTables": {
121
+ "input_token": "NextToken",
122
+ "limit_key": "MaxResults",
123
+ "output_token": "NextToken"
109
124
  }
110
125
  }
111
126
  }
@@ -0,0 +1,708 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-03-31",
5
+ "endpointPrefix":"lakeformation",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceFullName":"AWS Lake Formation",
9
+ "serviceId":"LakeFormation",
10
+ "signatureVersion":"v4",
11
+ "signingName":"lakeformation",
12
+ "targetPrefix":"AWSLakeFormation",
13
+ "uid":"lakeformation-2017-03-31"
14
+ },
15
+ "operations":{
16
+ "BatchGrantPermissions":{
17
+ "name":"BatchGrantPermissions",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"BatchGrantPermissionsRequest"},
23
+ "output":{"shape":"BatchGrantPermissionsResponse"},
24
+ "errors":[
25
+ {"shape":"InvalidInputException"},
26
+ {"shape":"OperationTimeoutException"}
27
+ ]
28
+ },
29
+ "BatchRevokePermissions":{
30
+ "name":"BatchRevokePermissions",
31
+ "http":{
32
+ "method":"POST",
33
+ "requestUri":"/"
34
+ },
35
+ "input":{"shape":"BatchRevokePermissionsRequest"},
36
+ "output":{"shape":"BatchRevokePermissionsResponse"},
37
+ "errors":[
38
+ {"shape":"InvalidInputException"},
39
+ {"shape":"OperationTimeoutException"}
40
+ ]
41
+ },
42
+ "DeregisterResource":{
43
+ "name":"DeregisterResource",
44
+ "http":{
45
+ "method":"POST",
46
+ "requestUri":"/"
47
+ },
48
+ "input":{"shape":"DeregisterResourceRequest"},
49
+ "output":{"shape":"DeregisterResourceResponse"},
50
+ "errors":[
51
+ {"shape":"InvalidInputException"},
52
+ {"shape":"InternalServiceException"},
53
+ {"shape":"OperationTimeoutException"},
54
+ {"shape":"EntityNotFoundException"}
55
+ ]
56
+ },
57
+ "DescribeResource":{
58
+ "name":"DescribeResource",
59
+ "http":{
60
+ "method":"POST",
61
+ "requestUri":"/"
62
+ },
63
+ "input":{"shape":"DescribeResourceRequest"},
64
+ "output":{"shape":"DescribeResourceResponse"},
65
+ "errors":[
66
+ {"shape":"InvalidInputException"},
67
+ {"shape":"InternalServiceException"},
68
+ {"shape":"OperationTimeoutException"},
69
+ {"shape":"EntityNotFoundException"}
70
+ ]
71
+ },
72
+ "GetDataLakeSettings":{
73
+ "name":"GetDataLakeSettings",
74
+ "http":{
75
+ "method":"POST",
76
+ "requestUri":"/"
77
+ },
78
+ "input":{"shape":"GetDataLakeSettingsRequest"},
79
+ "output":{"shape":"GetDataLakeSettingsResponse"},
80
+ "errors":[
81
+ {"shape":"InternalServiceException"},
82
+ {"shape":"InvalidInputException"},
83
+ {"shape":"EntityNotFoundException"}
84
+ ]
85
+ },
86
+ "GetEffectivePermissionsForPath":{
87
+ "name":"GetEffectivePermissionsForPath",
88
+ "http":{
89
+ "method":"POST",
90
+ "requestUri":"/"
91
+ },
92
+ "input":{"shape":"GetEffectivePermissionsForPathRequest"},
93
+ "output":{"shape":"GetEffectivePermissionsForPathResponse"},
94
+ "errors":[
95
+ {"shape":"InvalidInputException"},
96
+ {"shape":"EntityNotFoundException"},
97
+ {"shape":"OperationTimeoutException"},
98
+ {"shape":"InternalServiceException"}
99
+ ]
100
+ },
101
+ "GrantPermissions":{
102
+ "name":"GrantPermissions",
103
+ "http":{
104
+ "method":"POST",
105
+ "requestUri":"/"
106
+ },
107
+ "input":{"shape":"GrantPermissionsRequest"},
108
+ "output":{"shape":"GrantPermissionsResponse"},
109
+ "errors":[
110
+ {"shape":"ConcurrentModificationException"},
111
+ {"shape":"EntityNotFoundException"},
112
+ {"shape":"InvalidInputException"}
113
+ ]
114
+ },
115
+ "ListPermissions":{
116
+ "name":"ListPermissions",
117
+ "http":{
118
+ "method":"POST",
119
+ "requestUri":"/"
120
+ },
121
+ "input":{"shape":"ListPermissionsRequest"},
122
+ "output":{"shape":"ListPermissionsResponse"},
123
+ "errors":[
124
+ {"shape":"InvalidInputException"},
125
+ {"shape":"OperationTimeoutException"},
126
+ {"shape":"InternalServiceException"}
127
+ ]
128
+ },
129
+ "ListResources":{
130
+ "name":"ListResources",
131
+ "http":{
132
+ "method":"POST",
133
+ "requestUri":"/"
134
+ },
135
+ "input":{"shape":"ListResourcesRequest"},
136
+ "output":{"shape":"ListResourcesResponse"},
137
+ "errors":[
138
+ {"shape":"InvalidInputException"},
139
+ {"shape":"InternalServiceException"},
140
+ {"shape":"OperationTimeoutException"}
141
+ ]
142
+ },
143
+ "PutDataLakeSettings":{
144
+ "name":"PutDataLakeSettings",
145
+ "http":{
146
+ "method":"POST",
147
+ "requestUri":"/"
148
+ },
149
+ "input":{"shape":"PutDataLakeSettingsRequest"},
150
+ "output":{"shape":"PutDataLakeSettingsResponse"},
151
+ "errors":[
152
+ {"shape":"InternalServiceException"},
153
+ {"shape":"InvalidInputException"}
154
+ ]
155
+ },
156
+ "RegisterResource":{
157
+ "name":"RegisterResource",
158
+ "http":{
159
+ "method":"POST",
160
+ "requestUri":"/"
161
+ },
162
+ "input":{"shape":"RegisterResourceRequest"},
163
+ "output":{"shape":"RegisterResourceResponse"},
164
+ "errors":[
165
+ {"shape":"InvalidInputException"},
166
+ {"shape":"InternalServiceException"},
167
+ {"shape":"OperationTimeoutException"},
168
+ {"shape":"AlreadyExistsException"}
169
+ ]
170
+ },
171
+ "RevokePermissions":{
172
+ "name":"RevokePermissions",
173
+ "http":{
174
+ "method":"POST",
175
+ "requestUri":"/"
176
+ },
177
+ "input":{"shape":"RevokePermissionsRequest"},
178
+ "output":{"shape":"RevokePermissionsResponse"},
179
+ "errors":[
180
+ {"shape":"ConcurrentModificationException"},
181
+ {"shape":"EntityNotFoundException"},
182
+ {"shape":"InvalidInputException"}
183
+ ]
184
+ },
185
+ "UpdateResource":{
186
+ "name":"UpdateResource",
187
+ "http":{
188
+ "method":"POST",
189
+ "requestUri":"/"
190
+ },
191
+ "input":{"shape":"UpdateResourceRequest"},
192
+ "output":{"shape":"UpdateResourceResponse"},
193
+ "errors":[
194
+ {"shape":"InvalidInputException"},
195
+ {"shape":"InternalServiceException"},
196
+ {"shape":"OperationTimeoutException"},
197
+ {"shape":"EntityNotFoundException"}
198
+ ]
199
+ }
200
+ },
201
+ "shapes":{
202
+ "AlreadyExistsException":{
203
+ "type":"structure",
204
+ "members":{
205
+ "Message":{"shape":"MessageString"}
206
+ },
207
+ "exception":true
208
+ },
209
+ "BatchGrantPermissionsRequest":{
210
+ "type":"structure",
211
+ "required":["Entries"],
212
+ "members":{
213
+ "CatalogId":{"shape":"CatalogIdString"},
214
+ "Entries":{"shape":"BatchPermissionsRequestEntryList"}
215
+ }
216
+ },
217
+ "BatchGrantPermissionsResponse":{
218
+ "type":"structure",
219
+ "members":{
220
+ "Failures":{"shape":"BatchPermissionsFailureList"}
221
+ }
222
+ },
223
+ "BatchPermissionsFailureEntry":{
224
+ "type":"structure",
225
+ "members":{
226
+ "RequestEntry":{"shape":"BatchPermissionsRequestEntry"},
227
+ "Error":{"shape":"ErrorDetail"}
228
+ }
229
+ },
230
+ "BatchPermissionsFailureList":{
231
+ "type":"list",
232
+ "member":{"shape":"BatchPermissionsFailureEntry"}
233
+ },
234
+ "BatchPermissionsRequestEntry":{
235
+ "type":"structure",
236
+ "required":["Id"],
237
+ "members":{
238
+ "Id":{"shape":"Identifier"},
239
+ "Principal":{"shape":"DataLakePrincipal"},
240
+ "Resource":{"shape":"Resource"},
241
+ "Permissions":{"shape":"PermissionList"},
242
+ "PermissionsWithGrantOption":{"shape":"PermissionList"}
243
+ }
244
+ },
245
+ "BatchPermissionsRequestEntryList":{
246
+ "type":"list",
247
+ "member":{"shape":"BatchPermissionsRequestEntry"}
248
+ },
249
+ "BatchRevokePermissionsRequest":{
250
+ "type":"structure",
251
+ "required":["Entries"],
252
+ "members":{
253
+ "CatalogId":{"shape":"CatalogIdString"},
254
+ "Entries":{"shape":"BatchPermissionsRequestEntryList"}
255
+ }
256
+ },
257
+ "BatchRevokePermissionsResponse":{
258
+ "type":"structure",
259
+ "members":{
260
+ "Failures":{"shape":"BatchPermissionsFailureList"}
261
+ }
262
+ },
263
+ "CatalogIdString":{
264
+ "type":"string",
265
+ "max":255,
266
+ "min":1,
267
+ "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
268
+ },
269
+ "CatalogResource":{
270
+ "type":"structure",
271
+ "members":{
272
+ }
273
+ },
274
+ "ColumnNames":{
275
+ "type":"list",
276
+ "member":{"shape":"NameString"}
277
+ },
278
+ "ColumnWildcard":{
279
+ "type":"structure",
280
+ "members":{
281
+ "ExcludedColumnNames":{"shape":"ColumnNames"}
282
+ }
283
+ },
284
+ "ComparisonOperator":{
285
+ "type":"string",
286
+ "enum":[
287
+ "EQ",
288
+ "NE",
289
+ "LE",
290
+ "LT",
291
+ "GE",
292
+ "GT",
293
+ "CONTAINS",
294
+ "NOT_CONTAINS",
295
+ "BEGINS_WITH",
296
+ "IN",
297
+ "BETWEEN"
298
+ ]
299
+ },
300
+ "ConcurrentModificationException":{
301
+ "type":"structure",
302
+ "members":{
303
+ "Message":{"shape":"MessageString"}
304
+ },
305
+ "exception":true
306
+ },
307
+ "DataLakePrincipal":{
308
+ "type":"structure",
309
+ "members":{
310
+ "DataLakePrincipalIdentifier":{"shape":"DataLakePrincipalString"}
311
+ }
312
+ },
313
+ "DataLakePrincipalList":{
314
+ "type":"list",
315
+ "member":{"shape":"DataLakePrincipal"},
316
+ "max":10,
317
+ "min":0
318
+ },
319
+ "DataLakePrincipalString":{
320
+ "type":"string",
321
+ "max":255,
322
+ "min":1
323
+ },
324
+ "DataLakeResourceType":{
325
+ "type":"string",
326
+ "enum":[
327
+ "CATALOG",
328
+ "DATABASE",
329
+ "TABLE",
330
+ "DATA_LOCATION"
331
+ ]
332
+ },
333
+ "DataLakeSettings":{
334
+ "type":"structure",
335
+ "members":{
336
+ "DataLakeAdmins":{"shape":"DataLakePrincipalList"},
337
+ "CreateDatabaseDefaultPermissions":{"shape":"PrincipalPermissionsList"},
338
+ "CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"}
339
+ }
340
+ },
341
+ "DataLocationResource":{
342
+ "type":"structure",
343
+ "required":["ResourceArn"],
344
+ "members":{
345
+ "ResourceArn":{"shape":"ResourceArnString"}
346
+ }
347
+ },
348
+ "DatabaseResource":{
349
+ "type":"structure",
350
+ "required":["Name"],
351
+ "members":{
352
+ "Name":{"shape":"NameString"}
353
+ }
354
+ },
355
+ "DeregisterResourceRequest":{
356
+ "type":"structure",
357
+ "required":["ResourceArn"],
358
+ "members":{
359
+ "ResourceArn":{"shape":"ResourceArnString"}
360
+ }
361
+ },
362
+ "DeregisterResourceResponse":{
363
+ "type":"structure",
364
+ "members":{
365
+ }
366
+ },
367
+ "DescribeResourceRequest":{
368
+ "type":"structure",
369
+ "required":["ResourceArn"],
370
+ "members":{
371
+ "ResourceArn":{"shape":"ResourceArnString"}
372
+ }
373
+ },
374
+ "DescribeResourceResponse":{
375
+ "type":"structure",
376
+ "members":{
377
+ "ResourceInfo":{"shape":"ResourceInfo"}
378
+ }
379
+ },
380
+ "DescriptionString":{
381
+ "type":"string",
382
+ "max":2048,
383
+ "min":0,
384
+ "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
385
+ },
386
+ "EntityNotFoundException":{
387
+ "type":"structure",
388
+ "members":{
389
+ "Message":{"shape":"MessageString"}
390
+ },
391
+ "exception":true
392
+ },
393
+ "ErrorDetail":{
394
+ "type":"structure",
395
+ "members":{
396
+ "ErrorCode":{"shape":"NameString"},
397
+ "ErrorMessage":{"shape":"DescriptionString"}
398
+ }
399
+ },
400
+ "FieldNameString":{
401
+ "type":"string",
402
+ "enum":[
403
+ "RESOURCE_ARN",
404
+ "ROLE_ARN",
405
+ "LAST_MODIFIED"
406
+ ]
407
+ },
408
+ "FilterCondition":{
409
+ "type":"structure",
410
+ "members":{
411
+ "Field":{"shape":"FieldNameString"},
412
+ "ComparisonOperator":{"shape":"ComparisonOperator"},
413
+ "StringValueList":{"shape":"StringValueList"}
414
+ }
415
+ },
416
+ "FilterConditionList":{
417
+ "type":"list",
418
+ "member":{"shape":"FilterCondition"},
419
+ "max":20,
420
+ "min":1
421
+ },
422
+ "GetDataLakeSettingsRequest":{
423
+ "type":"structure",
424
+ "members":{
425
+ "CatalogId":{"shape":"CatalogIdString"}
426
+ }
427
+ },
428
+ "GetDataLakeSettingsResponse":{
429
+ "type":"structure",
430
+ "members":{
431
+ "DataLakeSettings":{"shape":"DataLakeSettings"}
432
+ }
433
+ },
434
+ "GetEffectivePermissionsForPathRequest":{
435
+ "type":"structure",
436
+ "required":["ResourceArn"],
437
+ "members":{
438
+ "CatalogId":{"shape":"CatalogIdString"},
439
+ "ResourceArn":{"shape":"ResourceArnString"},
440
+ "NextToken":{"shape":"Token"},
441
+ "MaxResults":{"shape":"PageSize"}
442
+ }
443
+ },
444
+ "GetEffectivePermissionsForPathResponse":{
445
+ "type":"structure",
446
+ "members":{
447
+ "Permissions":{"shape":"PrincipalResourcePermissionsList"},
448
+ "NextToken":{"shape":"Token"}
449
+ }
450
+ },
451
+ "GrantPermissionsRequest":{
452
+ "type":"structure",
453
+ "required":[
454
+ "Principal",
455
+ "Resource",
456
+ "Permissions"
457
+ ],
458
+ "members":{
459
+ "CatalogId":{"shape":"CatalogIdString"},
460
+ "Principal":{"shape":"DataLakePrincipal"},
461
+ "Resource":{"shape":"Resource"},
462
+ "Permissions":{"shape":"PermissionList"},
463
+ "PermissionsWithGrantOption":{"shape":"PermissionList"}
464
+ }
465
+ },
466
+ "GrantPermissionsResponse":{
467
+ "type":"structure",
468
+ "members":{
469
+ }
470
+ },
471
+ "IAMRoleArn":{
472
+ "type":"string",
473
+ "pattern":"arn:aws:iam::[0-9]*:role/.*"
474
+ },
475
+ "Identifier":{
476
+ "type":"string",
477
+ "max":255,
478
+ "min":1
479
+ },
480
+ "InternalServiceException":{
481
+ "type":"structure",
482
+ "members":{
483
+ "Message":{"shape":"MessageString"}
484
+ },
485
+ "exception":true,
486
+ "fault":true
487
+ },
488
+ "InvalidInputException":{
489
+ "type":"structure",
490
+ "members":{
491
+ "Message":{"shape":"MessageString"}
492
+ },
493
+ "exception":true
494
+ },
495
+ "LastModifiedTimestamp":{"type":"timestamp"},
496
+ "ListPermissionsRequest":{
497
+ "type":"structure",
498
+ "members":{
499
+ "CatalogId":{"shape":"CatalogIdString"},
500
+ "Principal":{"shape":"DataLakePrincipal"},
501
+ "ResourceType":{"shape":"DataLakeResourceType"},
502
+ "Resource":{"shape":"Resource"},
503
+ "NextToken":{"shape":"Token"},
504
+ "MaxResults":{"shape":"PageSize"}
505
+ }
506
+ },
507
+ "ListPermissionsResponse":{
508
+ "type":"structure",
509
+ "members":{
510
+ "PrincipalResourcePermissions":{"shape":"PrincipalResourcePermissionsList"},
511
+ "NextToken":{"shape":"Token"}
512
+ }
513
+ },
514
+ "ListResourcesRequest":{
515
+ "type":"structure",
516
+ "members":{
517
+ "FilterConditionList":{"shape":"FilterConditionList"},
518
+ "MaxResults":{"shape":"PageSize"},
519
+ "NextToken":{"shape":"Token"}
520
+ }
521
+ },
522
+ "ListResourcesResponse":{
523
+ "type":"structure",
524
+ "members":{
525
+ "ResourceInfoList":{"shape":"ResourceInfoList"},
526
+ "NextToken":{"shape":"Token"}
527
+ }
528
+ },
529
+ "MessageString":{"type":"string"},
530
+ "NameString":{
531
+ "type":"string",
532
+ "max":255,
533
+ "min":1,
534
+ "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
535
+ },
536
+ "NullableBoolean":{
537
+ "type":"boolean",
538
+ "box":true
539
+ },
540
+ "OperationTimeoutException":{
541
+ "type":"structure",
542
+ "members":{
543
+ "Message":{"shape":"MessageString"}
544
+ },
545
+ "exception":true
546
+ },
547
+ "PageSize":{
548
+ "type":"integer",
549
+ "box":true,
550
+ "max":1000,
551
+ "min":1
552
+ },
553
+ "Permission":{
554
+ "type":"string",
555
+ "enum":[
556
+ "ALL",
557
+ "SELECT",
558
+ "ALTER",
559
+ "DROP",
560
+ "DELETE",
561
+ "INSERT",
562
+ "CREATE_DATABASE",
563
+ "CREATE_TABLE",
564
+ "DATA_LOCATION_ACCESS"
565
+ ]
566
+ },
567
+ "PermissionList":{
568
+ "type":"list",
569
+ "member":{"shape":"Permission"}
570
+ },
571
+ "PrincipalPermissions":{
572
+ "type":"structure",
573
+ "members":{
574
+ "Principal":{"shape":"DataLakePrincipal"},
575
+ "Permissions":{"shape":"PermissionList"}
576
+ }
577
+ },
578
+ "PrincipalPermissionsList":{
579
+ "type":"list",
580
+ "member":{"shape":"PrincipalPermissions"}
581
+ },
582
+ "PrincipalResourcePermissions":{
583
+ "type":"structure",
584
+ "members":{
585
+ "Principal":{"shape":"DataLakePrincipal"},
586
+ "Resource":{"shape":"Resource"},
587
+ "Permissions":{"shape":"PermissionList"},
588
+ "PermissionsWithGrantOption":{"shape":"PermissionList"}
589
+ }
590
+ },
591
+ "PrincipalResourcePermissionsList":{
592
+ "type":"list",
593
+ "member":{"shape":"PrincipalResourcePermissions"}
594
+ },
595
+ "PutDataLakeSettingsRequest":{
596
+ "type":"structure",
597
+ "required":["DataLakeSettings"],
598
+ "members":{
599
+ "CatalogId":{"shape":"CatalogIdString"},
600
+ "DataLakeSettings":{"shape":"DataLakeSettings"}
601
+ }
602
+ },
603
+ "PutDataLakeSettingsResponse":{
604
+ "type":"structure",
605
+ "members":{
606
+ }
607
+ },
608
+ "RegisterResourceRequest":{
609
+ "type":"structure",
610
+ "required":["ResourceArn"],
611
+ "members":{
612
+ "ResourceArn":{"shape":"ResourceArnString"},
613
+ "UseServiceLinkedRole":{"shape":"NullableBoolean"},
614
+ "RoleArn":{"shape":"IAMRoleArn"}
615
+ }
616
+ },
617
+ "RegisterResourceResponse":{
618
+ "type":"structure",
619
+ "members":{
620
+ }
621
+ },
622
+ "Resource":{
623
+ "type":"structure",
624
+ "members":{
625
+ "Catalog":{"shape":"CatalogResource"},
626
+ "Database":{"shape":"DatabaseResource"},
627
+ "Table":{"shape":"TableResource"},
628
+ "TableWithColumns":{"shape":"TableWithColumnsResource"},
629
+ "DataLocation":{"shape":"DataLocationResource"}
630
+ }
631
+ },
632
+ "ResourceArnString":{"type":"string"},
633
+ "ResourceInfo":{
634
+ "type":"structure",
635
+ "members":{
636
+ "ResourceArn":{"shape":"ResourceArnString"},
637
+ "RoleArn":{"shape":"IAMRoleArn"},
638
+ "LastModified":{"shape":"LastModifiedTimestamp"}
639
+ }
640
+ },
641
+ "ResourceInfoList":{
642
+ "type":"list",
643
+ "member":{"shape":"ResourceInfo"}
644
+ },
645
+ "RevokePermissionsRequest":{
646
+ "type":"structure",
647
+ "required":[
648
+ "Principal",
649
+ "Resource",
650
+ "Permissions"
651
+ ],
652
+ "members":{
653
+ "CatalogId":{"shape":"CatalogIdString"},
654
+ "Principal":{"shape":"DataLakePrincipal"},
655
+ "Resource":{"shape":"Resource"},
656
+ "Permissions":{"shape":"PermissionList"},
657
+ "PermissionsWithGrantOption":{"shape":"PermissionList"}
658
+ }
659
+ },
660
+ "RevokePermissionsResponse":{
661
+ "type":"structure",
662
+ "members":{
663
+ }
664
+ },
665
+ "StringValue":{"type":"string"},
666
+ "StringValueList":{
667
+ "type":"list",
668
+ "member":{"shape":"StringValue"}
669
+ },
670
+ "TableResource":{
671
+ "type":"structure",
672
+ "required":[
673
+ "DatabaseName",
674
+ "Name"
675
+ ],
676
+ "members":{
677
+ "DatabaseName":{"shape":"NameString"},
678
+ "Name":{"shape":"NameString"}
679
+ }
680
+ },
681
+ "TableWithColumnsResource":{
682
+ "type":"structure",
683
+ "members":{
684
+ "DatabaseName":{"shape":"NameString"},
685
+ "Name":{"shape":"NameString"},
686
+ "ColumnNames":{"shape":"ColumnNames"},
687
+ "ColumnWildcard":{"shape":"ColumnWildcard"}
688
+ }
689
+ },
690
+ "Token":{"type":"string"},
691
+ "UpdateResourceRequest":{
692
+ "type":"structure",
693
+ "required":[
694
+ "RoleArn",
695
+ "ResourceArn"
696
+ ],
697
+ "members":{
698
+ "RoleArn":{"shape":"IAMRoleArn"},
699
+ "ResourceArn":{"shape":"ResourceArnString"}
700
+ }
701
+ },
702
+ "UpdateResourceResponse":{
703
+ "type":"structure",
704
+ "members":{
705
+ }
706
+ }
707
+ }
708
+ }