aws-sdk-core 2.11.517 → 2.11.522

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6e303eebc357f5a52d41c6fe4ce44f0cc49f2d167fa1aeaf5c235005452a4ab
4
- data.tar.gz: 76e3732454ee413445997ad84b57e99bfb74a45d4f3ad3ef44df5fd149f8c94d
3
+ metadata.gz: 50dce9a13af75a9662614345fde9a6f944d0ef0f98e0860a1127ba6150eab92b
4
+ data.tar.gz: a2fe73eebe4825b58cf9bd207659770be542c91aface43a9e9cbb16ff60ae4b0
5
5
  SHA512:
6
- metadata.gz: 179f8fb76d85914336d013b1763a8afd277fe5b63df2e6d524b637041540e3d6c99068a782075d05fa1e2a6b03462275af7de785d52ba2f761e716d4edd1a15a
7
- data.tar.gz: 4743b87f1631a0373b32ec84d47d8d8acec9ca0c88bff0a73b47c27e5d9d1835be265a7aa3734608c0296931a49ad3ac50d1b4edb252d9c81992628b8717ee80
6
+ metadata.gz: 4bd3e211c982855faf971ecbb8481145f3a7da9ad0eb482245dae5d986898a252ade45c29b259425db1a286a92c87a3bcffd4f10f9a7032c4bc6daf34c66fddc
7
+ data.tar.gz: 367c557badf9b8b2ac49a0e0047890cfac8590980db2b776d775e72a116c9680776202613c4b3e842d4ffca527421061c2086611303784c61a83f561079143d2
@@ -4022,7 +4022,8 @@
4022
4022
  "timeoutInMillis":{"shape":"Integer"},
4023
4023
  "cacheNamespace":{"shape":"String"},
4024
4024
  "cacheKeyParameters":{"shape":"ListOfString"},
4025
- "integrationResponses":{"shape":"MapOfIntegrationResponse"}
4025
+ "integrationResponses":{"shape":"MapOfIntegrationResponse"},
4026
+ "tlsConfig":{"shape":"TlsConfig"}
4026
4027
  }
4027
4028
  },
4028
4029
  "IntegrationResponse":{
@@ -4387,7 +4388,8 @@
4387
4388
  "cacheNamespace":{"shape":"String"},
4388
4389
  "cacheKeyParameters":{"shape":"ListOfString"},
4389
4390
  "contentHandling":{"shape":"ContentHandlingStrategy"},
4390
- "timeoutInMillis":{"shape":"NullableInteger"}
4391
+ "timeoutInMillis":{"shape":"NullableInteger"},
4392
+ "tlsConfig":{"shape":"TlsConfig"}
4391
4393
  }
4392
4394
  },
4393
4395
  "PutIntegrationResponseRequest":{
@@ -4832,6 +4834,12 @@
4832
4834
  }
4833
4835
  },
4834
4836
  "Timestamp":{"type":"timestamp"},
4837
+ "TlsConfig":{
4838
+ "type":"structure",
4839
+ "members":{
4840
+ "insecureSkipVerification":{"shape":"Boolean"}
4841
+ }
4842
+ },
4835
4843
  "TooManyRequestsException":{
4836
4844
  "type":"structure",
4837
4845
  "members":{
@@ -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-z0-9._-]{1,128}"
1373
+ "pattern":"[a-zA-Z0-9._-]{1,128}"
960
1374
  },
961
1375
  "WorkGroupState":{
962
1376
  "type":"string",