aws-sdk-core 2.11.516 → 2.11.521
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/athena/2017-05-18/api-2.json +416 -2
- data/apis/athena/2017-05-18/paginators-1.json +31 -7
- data/apis/directconnect/2012-10-25/api-2.json +114 -0
- data/apis/ec2/2016-11-15/api-2.json +9 -0
- data/apis/elasticache/2015-02-02/api-2.json +10 -0
- data/apis/elasticmapreduce/2009-03-31/api-2.json +3 -0
- data/apis/es/2015-01-01/api-2.json +328 -0
- data/apis/es/2015-01-01/paginators-1.json +10 -0
- data/apis/fsx/2018-03-01/api-2.json +48 -2
- data/apis/glue/2017-03-31/api-2.json +1 -0
- data/apis/guardduty/2017-11-28/api-2.json +167 -0
- data/apis/iam/2010-05-08/api-2.json +26 -2
- data/apis/kafka/2018-11-14/api-2.json +184 -1
- data/apis/kms/2014-11-01/api-2.json +5 -2
- data/apis/lightsail/2016-11-28/api-2.json +6 -2
- data/apis/marketplace-catalog/2018-09-17/api-2.json +1 -0
- data/apis/mediaconvert/2017-08-29/api-2.json +275 -6
- data/apis/mediapackage-vod/2018-11-07/api-2.json +122 -0
- data/apis/sagemaker/2017-07-24/api-2.json +5 -3
- data/apis/ssm/2014-11-06/api-2.json +11 -5
- data/apis/worklink/2018-09-25/api-2.json +131 -4
- data/apis/workmail/2017-10-01/api-2.json +150 -0
- data/endpoints.json +34 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24e3a1a77f9a08f77148387d8c6b0825fbf11a701f7c5c8fa1fe7c9c374f6a95
|
4
|
+
data.tar.gz: ba4154b17d578a9c815169fa434186078b6dea3e9907e6c92589910c889ed0fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc50fcf5b0c5f63e501493e346396a9a0aeee9b6c67208a745d06d49ad6f253e92b2e7bc9ef2e2dd9e987f9aec43798248f814f17813cece83d43163f7480922
|
7
|
+
data.tar.gz: 330703347e89bc3cfc0c519f72a171b6d6250e99a00e31c090453dac0050312dbe779a24c34ed964e246a38c0b319659b7e9da7611c242d4c9a640c81d793961
|
@@ -38,6 +38,19 @@
|
|
38
38
|
{"shape":"InvalidRequestException"}
|
39
39
|
]
|
40
40
|
},
|
41
|
+
"CreateDataCatalog":{
|
42
|
+
"name":"CreateDataCatalog",
|
43
|
+
"http":{
|
44
|
+
"method":"POST",
|
45
|
+
"requestUri":"/"
|
46
|
+
},
|
47
|
+
"input":{"shape":"CreateDataCatalogInput"},
|
48
|
+
"output":{"shape":"CreateDataCatalogOutput"},
|
49
|
+
"errors":[
|
50
|
+
{"shape":"InternalServerException"},
|
51
|
+
{"shape":"InvalidRequestException"}
|
52
|
+
]
|
53
|
+
},
|
41
54
|
"CreateNamedQuery":{
|
42
55
|
"name":"CreateNamedQuery",
|
43
56
|
"http":{
|
@@ -65,6 +78,19 @@
|
|
65
78
|
{"shape":"InvalidRequestException"}
|
66
79
|
]
|
67
80
|
},
|
81
|
+
"DeleteDataCatalog":{
|
82
|
+
"name":"DeleteDataCatalog",
|
83
|
+
"http":{
|
84
|
+
"method":"POST",
|
85
|
+
"requestUri":"/"
|
86
|
+
},
|
87
|
+
"input":{"shape":"DeleteDataCatalogInput"},
|
88
|
+
"output":{"shape":"DeleteDataCatalogOutput"},
|
89
|
+
"errors":[
|
90
|
+
{"shape":"InternalServerException"},
|
91
|
+
{"shape":"InvalidRequestException"}
|
92
|
+
]
|
93
|
+
},
|
68
94
|
"DeleteNamedQuery":{
|
69
95
|
"name":"DeleteNamedQuery",
|
70
96
|
"http":{
|
@@ -93,6 +119,33 @@
|
|
93
119
|
],
|
94
120
|
"idempotent":true
|
95
121
|
},
|
122
|
+
"GetDataCatalog":{
|
123
|
+
"name":"GetDataCatalog",
|
124
|
+
"http":{
|
125
|
+
"method":"POST",
|
126
|
+
"requestUri":"/"
|
127
|
+
},
|
128
|
+
"input":{"shape":"GetDataCatalogInput"},
|
129
|
+
"output":{"shape":"GetDataCatalogOutput"},
|
130
|
+
"errors":[
|
131
|
+
{"shape":"InternalServerException"},
|
132
|
+
{"shape":"InvalidRequestException"}
|
133
|
+
]
|
134
|
+
},
|
135
|
+
"GetDatabase":{
|
136
|
+
"name":"GetDatabase",
|
137
|
+
"http":{
|
138
|
+
"method":"POST",
|
139
|
+
"requestUri":"/"
|
140
|
+
},
|
141
|
+
"input":{"shape":"GetDatabaseInput"},
|
142
|
+
"output":{"shape":"GetDatabaseOutput"},
|
143
|
+
"errors":[
|
144
|
+
{"shape":"InternalServerException"},
|
145
|
+
{"shape":"InvalidRequestException"},
|
146
|
+
{"shape":"MetadataException"}
|
147
|
+
]
|
148
|
+
},
|
96
149
|
"GetNamedQuery":{
|
97
150
|
"name":"GetNamedQuery",
|
98
151
|
"http":{
|
@@ -132,6 +185,20 @@
|
|
132
185
|
{"shape":"InvalidRequestException"}
|
133
186
|
]
|
134
187
|
},
|
188
|
+
"GetTableMetadata":{
|
189
|
+
"name":"GetTableMetadata",
|
190
|
+
"http":{
|
191
|
+
"method":"POST",
|
192
|
+
"requestUri":"/"
|
193
|
+
},
|
194
|
+
"input":{"shape":"GetTableMetadataInput"},
|
195
|
+
"output":{"shape":"GetTableMetadataOutput"},
|
196
|
+
"errors":[
|
197
|
+
{"shape":"InternalServerException"},
|
198
|
+
{"shape":"InvalidRequestException"},
|
199
|
+
{"shape":"MetadataException"}
|
200
|
+
]
|
201
|
+
},
|
135
202
|
"GetWorkGroup":{
|
136
203
|
"name":"GetWorkGroup",
|
137
204
|
"http":{
|
@@ -145,6 +212,33 @@
|
|
145
212
|
{"shape":"InvalidRequestException"}
|
146
213
|
]
|
147
214
|
},
|
215
|
+
"ListDataCatalogs":{
|
216
|
+
"name":"ListDataCatalogs",
|
217
|
+
"http":{
|
218
|
+
"method":"POST",
|
219
|
+
"requestUri":"/"
|
220
|
+
},
|
221
|
+
"input":{"shape":"ListDataCatalogsInput"},
|
222
|
+
"output":{"shape":"ListDataCatalogsOutput"},
|
223
|
+
"errors":[
|
224
|
+
{"shape":"InternalServerException"},
|
225
|
+
{"shape":"InvalidRequestException"}
|
226
|
+
]
|
227
|
+
},
|
228
|
+
"ListDatabases":{
|
229
|
+
"name":"ListDatabases",
|
230
|
+
"http":{
|
231
|
+
"method":"POST",
|
232
|
+
"requestUri":"/"
|
233
|
+
},
|
234
|
+
"input":{"shape":"ListDatabasesInput"},
|
235
|
+
"output":{"shape":"ListDatabasesOutput"},
|
236
|
+
"errors":[
|
237
|
+
{"shape":"InternalServerException"},
|
238
|
+
{"shape":"InvalidRequestException"},
|
239
|
+
{"shape":"MetadataException"}
|
240
|
+
]
|
241
|
+
},
|
148
242
|
"ListNamedQueries":{
|
149
243
|
"name":"ListNamedQueries",
|
150
244
|
"http":{
|
@@ -171,6 +265,20 @@
|
|
171
265
|
{"shape":"InvalidRequestException"}
|
172
266
|
]
|
173
267
|
},
|
268
|
+
"ListTableMetadata":{
|
269
|
+
"name":"ListTableMetadata",
|
270
|
+
"http":{
|
271
|
+
"method":"POST",
|
272
|
+
"requestUri":"/"
|
273
|
+
},
|
274
|
+
"input":{"shape":"ListTableMetadataInput"},
|
275
|
+
"output":{"shape":"ListTableMetadataOutput"},
|
276
|
+
"errors":[
|
277
|
+
{"shape":"InternalServerException"},
|
278
|
+
{"shape":"InvalidRequestException"},
|
279
|
+
{"shape":"MetadataException"}
|
280
|
+
]
|
281
|
+
},
|
174
282
|
"ListTagsForResource":{
|
175
283
|
"name":"ListTagsForResource",
|
176
284
|
"http":{
|
@@ -255,6 +363,19 @@
|
|
255
363
|
{"shape":"ResourceNotFoundException"}
|
256
364
|
]
|
257
365
|
},
|
366
|
+
"UpdateDataCatalog":{
|
367
|
+
"name":"UpdateDataCatalog",
|
368
|
+
"http":{
|
369
|
+
"method":"POST",
|
370
|
+
"requestUri":"/"
|
371
|
+
},
|
372
|
+
"input":{"shape":"UpdateDataCatalogInput"},
|
373
|
+
"output":{"shape":"UpdateDataCatalogOutput"},
|
374
|
+
"errors":[
|
375
|
+
{"shape":"InternalServerException"},
|
376
|
+
{"shape":"InvalidRequestException"}
|
377
|
+
]
|
378
|
+
},
|
258
379
|
"UpdateWorkGroup":{
|
259
380
|
"name":"UpdateWorkGroup",
|
260
381
|
"http":{
|
@@ -309,6 +430,21 @@
|
|
309
430
|
"type":"long",
|
310
431
|
"min":10000000
|
311
432
|
},
|
433
|
+
"CatalogNameString":{
|
434
|
+
"type":"string",
|
435
|
+
"max":256,
|
436
|
+
"min":1,
|
437
|
+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
|
438
|
+
},
|
439
|
+
"Column":{
|
440
|
+
"type":"structure",
|
441
|
+
"required":["Name"],
|
442
|
+
"members":{
|
443
|
+
"Name":{"shape":"NameString"},
|
444
|
+
"Type":{"shape":"TypeString"},
|
445
|
+
"Comment":{"shape":"CommentString"}
|
446
|
+
}
|
447
|
+
},
|
312
448
|
"ColumnInfo":{
|
313
449
|
"type":"structure",
|
314
450
|
"required":[
|
@@ -332,6 +468,10 @@
|
|
332
468
|
"type":"list",
|
333
469
|
"member":{"shape":"ColumnInfo"}
|
334
470
|
},
|
471
|
+
"ColumnList":{
|
472
|
+
"type":"list",
|
473
|
+
"member":{"shape":"Column"}
|
474
|
+
},
|
335
475
|
"ColumnNullable":{
|
336
476
|
"type":"string",
|
337
477
|
"enum":[
|
@@ -340,6 +480,31 @@
|
|
340
480
|
"UNKNOWN"
|
341
481
|
]
|
342
482
|
},
|
483
|
+
"CommentString":{
|
484
|
+
"type":"string",
|
485
|
+
"max":255,
|
486
|
+
"min":0,
|
487
|
+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
|
488
|
+
},
|
489
|
+
"CreateDataCatalogInput":{
|
490
|
+
"type":"structure",
|
491
|
+
"required":[
|
492
|
+
"Name",
|
493
|
+
"Type"
|
494
|
+
],
|
495
|
+
"members":{
|
496
|
+
"Name":{"shape":"CatalogNameString"},
|
497
|
+
"Type":{"shape":"DataCatalogType"},
|
498
|
+
"Description":{"shape":"DescriptionString"},
|
499
|
+
"Parameters":{"shape":"ParametersMap"},
|
500
|
+
"Tags":{"shape":"TagList"}
|
501
|
+
}
|
502
|
+
},
|
503
|
+
"CreateDataCatalogOutput":{
|
504
|
+
"type":"structure",
|
505
|
+
"members":{
|
506
|
+
}
|
507
|
+
},
|
343
508
|
"CreateNamedQueryInput":{
|
344
509
|
"type":"structure",
|
345
510
|
"required":[
|
@@ -380,6 +545,51 @@
|
|
380
545
|
"members":{
|
381
546
|
}
|
382
547
|
},
|
548
|
+
"DataCatalog":{
|
549
|
+
"type":"structure",
|
550
|
+
"required":[
|
551
|
+
"Name",
|
552
|
+
"Type"
|
553
|
+
],
|
554
|
+
"members":{
|
555
|
+
"Name":{"shape":"CatalogNameString"},
|
556
|
+
"Description":{"shape":"DescriptionString"},
|
557
|
+
"Type":{"shape":"DataCatalogType"},
|
558
|
+
"Parameters":{"shape":"ParametersMap"}
|
559
|
+
}
|
560
|
+
},
|
561
|
+
"DataCatalogSummary":{
|
562
|
+
"type":"structure",
|
563
|
+
"members":{
|
564
|
+
"CatalogName":{"shape":"CatalogNameString"},
|
565
|
+
"Type":{"shape":"DataCatalogType"}
|
566
|
+
}
|
567
|
+
},
|
568
|
+
"DataCatalogSummaryList":{
|
569
|
+
"type":"list",
|
570
|
+
"member":{"shape":"DataCatalogSummary"}
|
571
|
+
},
|
572
|
+
"DataCatalogType":{
|
573
|
+
"type":"string",
|
574
|
+
"enum":[
|
575
|
+
"LAMBDA",
|
576
|
+
"GLUE",
|
577
|
+
"HIVE"
|
578
|
+
]
|
579
|
+
},
|
580
|
+
"Database":{
|
581
|
+
"type":"structure",
|
582
|
+
"required":["Name"],
|
583
|
+
"members":{
|
584
|
+
"Name":{"shape":"NameString"},
|
585
|
+
"Description":{"shape":"DescriptionString"},
|
586
|
+
"Parameters":{"shape":"ParametersMap"}
|
587
|
+
}
|
588
|
+
},
|
589
|
+
"DatabaseList":{
|
590
|
+
"type":"list",
|
591
|
+
"member":{"shape":"Database"}
|
592
|
+
},
|
383
593
|
"DatabaseString":{
|
384
594
|
"type":"string",
|
385
595
|
"max":255,
|
@@ -392,6 +602,18 @@
|
|
392
602
|
"VarCharValue":{"shape":"datumString"}
|
393
603
|
}
|
394
604
|
},
|
605
|
+
"DeleteDataCatalogInput":{
|
606
|
+
"type":"structure",
|
607
|
+
"required":["Name"],
|
608
|
+
"members":{
|
609
|
+
"Name":{"shape":"CatalogNameString"}
|
610
|
+
}
|
611
|
+
},
|
612
|
+
"DeleteDataCatalogOutput":{
|
613
|
+
"type":"structure",
|
614
|
+
"members":{
|
615
|
+
}
|
616
|
+
},
|
395
617
|
"DeleteNamedQueryInput":{
|
396
618
|
"type":"structure",
|
397
619
|
"required":["NamedQueryId"],
|
@@ -447,6 +669,41 @@
|
|
447
669
|
"min":1
|
448
670
|
},
|
449
671
|
"ErrorMessage":{"type":"string"},
|
672
|
+
"ExpressionString":{
|
673
|
+
"type":"string",
|
674
|
+
"max":256,
|
675
|
+
"min":0
|
676
|
+
},
|
677
|
+
"GetDataCatalogInput":{
|
678
|
+
"type":"structure",
|
679
|
+
"required":["Name"],
|
680
|
+
"members":{
|
681
|
+
"Name":{"shape":"CatalogNameString"}
|
682
|
+
}
|
683
|
+
},
|
684
|
+
"GetDataCatalogOutput":{
|
685
|
+
"type":"structure",
|
686
|
+
"members":{
|
687
|
+
"DataCatalog":{"shape":"DataCatalog"}
|
688
|
+
}
|
689
|
+
},
|
690
|
+
"GetDatabaseInput":{
|
691
|
+
"type":"structure",
|
692
|
+
"required":[
|
693
|
+
"CatalogName",
|
694
|
+
"DatabaseName"
|
695
|
+
],
|
696
|
+
"members":{
|
697
|
+
"CatalogName":{"shape":"CatalogNameString"},
|
698
|
+
"DatabaseName":{"shape":"NameString"}
|
699
|
+
}
|
700
|
+
},
|
701
|
+
"GetDatabaseOutput":{
|
702
|
+
"type":"structure",
|
703
|
+
"members":{
|
704
|
+
"Database":{"shape":"Database"}
|
705
|
+
}
|
706
|
+
},
|
450
707
|
"GetNamedQueryInput":{
|
451
708
|
"type":"structure",
|
452
709
|
"required":["NamedQueryId"],
|
@@ -490,6 +747,25 @@
|
|
490
747
|
"NextToken":{"shape":"Token"}
|
491
748
|
}
|
492
749
|
},
|
750
|
+
"GetTableMetadataInput":{
|
751
|
+
"type":"structure",
|
752
|
+
"required":[
|
753
|
+
"CatalogName",
|
754
|
+
"DatabaseName",
|
755
|
+
"TableName"
|
756
|
+
],
|
757
|
+
"members":{
|
758
|
+
"CatalogName":{"shape":"CatalogNameString"},
|
759
|
+
"DatabaseName":{"shape":"NameString"},
|
760
|
+
"TableName":{"shape":"NameString"}
|
761
|
+
}
|
762
|
+
},
|
763
|
+
"GetTableMetadataOutput":{
|
764
|
+
"type":"structure",
|
765
|
+
"members":{
|
766
|
+
"TableMetadata":{"shape":"TableMetadata"}
|
767
|
+
}
|
768
|
+
},
|
493
769
|
"GetWorkGroupInput":{
|
494
770
|
"type":"structure",
|
495
771
|
"required":["WorkGroup"],
|
@@ -525,6 +801,42 @@
|
|
525
801
|
},
|
526
802
|
"exception":true
|
527
803
|
},
|
804
|
+
"KeyString":{
|
805
|
+
"type":"string",
|
806
|
+
"max":255,
|
807
|
+
"min":1,
|
808
|
+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
|
809
|
+
},
|
810
|
+
"ListDataCatalogsInput":{
|
811
|
+
"type":"structure",
|
812
|
+
"members":{
|
813
|
+
"NextToken":{"shape":"Token"},
|
814
|
+
"MaxResults":{"shape":"MaxDataCatalogsCount"}
|
815
|
+
}
|
816
|
+
},
|
817
|
+
"ListDataCatalogsOutput":{
|
818
|
+
"type":"structure",
|
819
|
+
"members":{
|
820
|
+
"DataCatalogsSummary":{"shape":"DataCatalogSummaryList"},
|
821
|
+
"NextToken":{"shape":"Token"}
|
822
|
+
}
|
823
|
+
},
|
824
|
+
"ListDatabasesInput":{
|
825
|
+
"type":"structure",
|
826
|
+
"required":["CatalogName"],
|
827
|
+
"members":{
|
828
|
+
"CatalogName":{"shape":"CatalogNameString"},
|
829
|
+
"NextToken":{"shape":"Token"},
|
830
|
+
"MaxResults":{"shape":"MaxDatabasesCount"}
|
831
|
+
}
|
832
|
+
},
|
833
|
+
"ListDatabasesOutput":{
|
834
|
+
"type":"structure",
|
835
|
+
"members":{
|
836
|
+
"DatabaseList":{"shape":"DatabaseList"},
|
837
|
+
"NextToken":{"shape":"Token"}
|
838
|
+
}
|
839
|
+
},
|
528
840
|
"ListNamedQueriesInput":{
|
529
841
|
"type":"structure",
|
530
842
|
"members":{
|
@@ -555,6 +867,27 @@
|
|
555
867
|
"NextToken":{"shape":"Token"}
|
556
868
|
}
|
557
869
|
},
|
870
|
+
"ListTableMetadataInput":{
|
871
|
+
"type":"structure",
|
872
|
+
"required":[
|
873
|
+
"CatalogName",
|
874
|
+
"DatabaseName"
|
875
|
+
],
|
876
|
+
"members":{
|
877
|
+
"CatalogName":{"shape":"CatalogNameString"},
|
878
|
+
"DatabaseName":{"shape":"NameString"},
|
879
|
+
"Expression":{"shape":"ExpressionString"},
|
880
|
+
"NextToken":{"shape":"Token"},
|
881
|
+
"MaxResults":{"shape":"MaxTableMetadataCount"}
|
882
|
+
}
|
883
|
+
},
|
884
|
+
"ListTableMetadataOutput":{
|
885
|
+
"type":"structure",
|
886
|
+
"members":{
|
887
|
+
"TableMetadataList":{"shape":"TableMetadataList"},
|
888
|
+
"NextToken":{"shape":"Token"}
|
889
|
+
}
|
890
|
+
},
|
558
891
|
"ListTagsForResourceInput":{
|
559
892
|
"type":"structure",
|
560
893
|
"required":["ResourceARN"],
|
@@ -586,6 +919,18 @@
|
|
586
919
|
}
|
587
920
|
},
|
588
921
|
"Long":{"type":"long"},
|
922
|
+
"MaxDataCatalogsCount":{
|
923
|
+
"type":"integer",
|
924
|
+
"box":true,
|
925
|
+
"max":50,
|
926
|
+
"min":2
|
927
|
+
},
|
928
|
+
"MaxDatabasesCount":{
|
929
|
+
"type":"integer",
|
930
|
+
"box":true,
|
931
|
+
"max":50,
|
932
|
+
"min":1
|
933
|
+
},
|
589
934
|
"MaxNamedQueriesCount":{
|
590
935
|
"type":"integer",
|
591
936
|
"box":true,
|
@@ -604,6 +949,12 @@
|
|
604
949
|
"max":1000,
|
605
950
|
"min":1
|
606
951
|
},
|
952
|
+
"MaxTableMetadataCount":{
|
953
|
+
"type":"integer",
|
954
|
+
"box":true,
|
955
|
+
"max":50,
|
956
|
+
"min":1
|
957
|
+
},
|
607
958
|
"MaxTagsCount":{
|
608
959
|
"type":"integer",
|
609
960
|
"box":true,
|
@@ -615,6 +966,13 @@
|
|
615
966
|
"max":50,
|
616
967
|
"min":1
|
617
968
|
},
|
969
|
+
"MetadataException":{
|
970
|
+
"type":"structure",
|
971
|
+
"members":{
|
972
|
+
"Message":{"shape":"ErrorMessage"}
|
973
|
+
},
|
974
|
+
"exception":true
|
975
|
+
},
|
618
976
|
"NameString":{
|
619
977
|
"type":"string",
|
620
978
|
"max":128,
|
@@ -647,6 +1005,15 @@
|
|
647
1005
|
"type":"list",
|
648
1006
|
"member":{"shape":"NamedQuery"}
|
649
1007
|
},
|
1008
|
+
"ParametersMap":{
|
1009
|
+
"type":"map",
|
1010
|
+
"key":{"shape":"KeyString"},
|
1011
|
+
"value":{"shape":"ParametersMapValue"}
|
1012
|
+
},
|
1013
|
+
"ParametersMapValue":{
|
1014
|
+
"type":"string",
|
1015
|
+
"max":51200
|
1016
|
+
},
|
650
1017
|
"QueryExecution":{
|
651
1018
|
"type":"structure",
|
652
1019
|
"members":{
|
@@ -663,7 +1030,8 @@
|
|
663
1030
|
"QueryExecutionContext":{
|
664
1031
|
"type":"structure",
|
665
1032
|
"members":{
|
666
|
-
"Database":{"shape":"DatabaseString"}
|
1033
|
+
"Database":{"shape":"DatabaseString"},
|
1034
|
+
"Catalog":{"shape":"CatalogNameString"}
|
667
1035
|
}
|
668
1036
|
},
|
669
1037
|
"QueryExecutionId":{"type":"string"},
|
@@ -804,6 +1172,27 @@
|
|
804
1172
|
}
|
805
1173
|
},
|
806
1174
|
"String":{"type":"string"},
|
1175
|
+
"TableMetadata":{
|
1176
|
+
"type":"structure",
|
1177
|
+
"required":["Name"],
|
1178
|
+
"members":{
|
1179
|
+
"Name":{"shape":"NameString"},
|
1180
|
+
"CreateTime":{"shape":"Timestamp"},
|
1181
|
+
"LastAccessTime":{"shape":"Timestamp"},
|
1182
|
+
"TableType":{"shape":"TableTypeString"},
|
1183
|
+
"Columns":{"shape":"ColumnList"},
|
1184
|
+
"PartitionKeys":{"shape":"ColumnList"},
|
1185
|
+
"Parameters":{"shape":"ParametersMap"}
|
1186
|
+
}
|
1187
|
+
},
|
1188
|
+
"TableMetadataList":{
|
1189
|
+
"type":"list",
|
1190
|
+
"member":{"shape":"TableMetadata"}
|
1191
|
+
},
|
1192
|
+
"TableTypeString":{
|
1193
|
+
"type":"string",
|
1194
|
+
"max":255
|
1195
|
+
},
|
807
1196
|
"Tag":{
|
808
1197
|
"type":"structure",
|
809
1198
|
"members":{
|
@@ -849,6 +1238,7 @@
|
|
849
1238
|
"type":"string",
|
850
1239
|
"enum":["CONCURRENT_QUERY_LIMIT_EXCEEDED"]
|
851
1240
|
},
|
1241
|
+
"Timestamp":{"type":"timestamp"},
|
852
1242
|
"Token":{
|
853
1243
|
"type":"string",
|
854
1244
|
"max":1024,
|
@@ -862,6 +1252,12 @@
|
|
862
1252
|
},
|
863
1253
|
"exception":true
|
864
1254
|
},
|
1255
|
+
"TypeString":{
|
1256
|
+
"type":"string",
|
1257
|
+
"max":4096,
|
1258
|
+
"min":0,
|
1259
|
+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
|
1260
|
+
},
|
865
1261
|
"UnprocessedNamedQueryId":{
|
866
1262
|
"type":"structure",
|
867
1263
|
"members":{
|
@@ -902,6 +1298,24 @@
|
|
902
1298
|
"members":{
|
903
1299
|
}
|
904
1300
|
},
|
1301
|
+
"UpdateDataCatalogInput":{
|
1302
|
+
"type":"structure",
|
1303
|
+
"required":[
|
1304
|
+
"Name",
|
1305
|
+
"Type"
|
1306
|
+
],
|
1307
|
+
"members":{
|
1308
|
+
"Name":{"shape":"CatalogNameString"},
|
1309
|
+
"Type":{"shape":"DataCatalogType"},
|
1310
|
+
"Description":{"shape":"DescriptionString"},
|
1311
|
+
"Parameters":{"shape":"ParametersMap"}
|
1312
|
+
}
|
1313
|
+
},
|
1314
|
+
"UpdateDataCatalogOutput":{
|
1315
|
+
"type":"structure",
|
1316
|
+
"members":{
|
1317
|
+
}
|
1318
|
+
},
|
905
1319
|
"UpdateWorkGroupInput":{
|
906
1320
|
"type":"structure",
|
907
1321
|
"required":["WorkGroup"],
|
@@ -956,7 +1370,7 @@
|
|
956
1370
|
},
|
957
1371
|
"WorkGroupName":{
|
958
1372
|
"type":"string",
|
959
|
-
"pattern":"[a-zA-
|
1373
|
+
"pattern":"[a-zA-Z0-9._-]{1,128}"
|
960
1374
|
},
|
961
1375
|
"WorkGroupState":{
|
962
1376
|
"type":"string",
|