Skip to content

Commit a5f92c3

Browse files
Updated API models and rebuilt service gems.
1 parent aec9457 commit a5f92c3

File tree

258 files changed

+51505
-1353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+51505
-1353
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ RubyGems.org page under "LINKS" section.
491491
| Amazon Appflow | Aws::Appflow | aws-sdk-appflow | 2020-08-23 |
492492
| Amazon Athena | Aws::Athena | aws-sdk-athena | 2017-05-18 |
493493
| Amazon Augmented AI Runtime | Aws::AugmentedAIRuntime | aws-sdk-augmentedairuntime | 2019-11-07 |
494+
| Amazon Aurora DSQL | Aws::DSQL | aws-sdk-dsql | 2018-05-10 |
494495
| Amazon Bedrock | Aws::Bedrock | aws-sdk-bedrock | 2023-04-20 |
495496
| Amazon Bedrock Runtime | Aws::BedrockRuntime | aws-sdk-bedrockruntime | 2023-09-30 |
496497
| Amazon Chime | Aws::Chime | aws-sdk-chime | 2018-05-01 |
@@ -622,6 +623,7 @@ RubyGems.org page under "LINKS" section.
622623
| Amazon Route 53 | Aws::Route53 | aws-sdk-route53 | 2013-04-01 |
623624
| Amazon Route 53 Domains | Aws::Route53Domains | aws-sdk-route53domains | 2014-05-15 |
624625
| Amazon Route 53 Resolver | Aws::Route53Resolver | aws-sdk-route53resolver | 2018-04-01 |
626+
| Amazon S3 Tables | Aws::S3Tables | aws-sdk-s3tables | 2018-05-10 |
625627
| Amazon S3 on Outposts | Aws::S3Outposts | aws-sdk-s3outposts | 2017-07-25 |
626628
| Amazon SageMaker Feature Store Runtime | Aws::SageMakerFeatureStoreRuntime | aws-sdk-sagemakerfeaturestoreruntime | 2020-07-01 |
627629
| Amazon SageMaker Metrics Service | Aws::SageMakerMetrics | aws-sdk-sagemakermetrics | 2022-09-30 |

apis/athena/2017-05-18/api-2.json

Lines changed: 53 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,31 @@
12801280
"min":0,
12811281
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
12821282
},
1283+
"ConnectionType":{
1284+
"type":"string",
1285+
"enum":[
1286+
"DYNAMODB",
1287+
"MYSQL",
1288+
"POSTGRESQL",
1289+
"REDSHIFT",
1290+
"ORACLE",
1291+
"SYNAPSE",
1292+
"SQLSERVER",
1293+
"DB2",
1294+
"OPENSEARCH",
1295+
"BIGQUERY",
1296+
"GOOGLECLOUDSTORAGE",
1297+
"HBASE",
1298+
"DOCUMENTDB",
1299+
"CMDB",
1300+
"TPCDS",
1301+
"TIMESTREAM",
1302+
"SAPHANA",
1303+
"SNOWFLAKE",
1304+
"DATALAKEGEN2",
1305+
"DB2AS400"
1306+
]
1307+
},
12831308
"CoordinatorDpuSize":{
12841309
"type":"integer",
12851310
"box":true,
@@ -1320,6 +1345,7 @@
13201345
"CreateDataCatalogOutput":{
13211346
"type":"structure",
13221347
"members":{
1348+
"DataCatalog":{"shape":"DataCatalog"}
13231349
}
13241350
},
13251351
"CreateNamedQueryInput":{
@@ -1436,14 +1462,34 @@
14361462
"Name":{"shape":"CatalogNameString"},
14371463
"Description":{"shape":"DescriptionString"},
14381464
"Type":{"shape":"DataCatalogType"},
1439-
"Parameters":{"shape":"ParametersMap"}
1465+
"Parameters":{"shape":"ParametersMap"},
1466+
"Status":{"shape":"DataCatalogStatus"},
1467+
"ConnectionType":{"shape":"ConnectionType"},
1468+
"Error":{"shape":"ErrorMessage"}
14401469
}
14411470
},
1471+
"DataCatalogStatus":{
1472+
"type":"string",
1473+
"enum":[
1474+
"CREATE_IN_PROGRESS",
1475+
"CREATE_COMPLETE",
1476+
"CREATE_FAILED",
1477+
"CREATE_FAILED_CLEANUP_IN_PROGRESS",
1478+
"CREATE_FAILED_CLEANUP_COMPLETE",
1479+
"CREATE_FAILED_CLEANUP_FAILED",
1480+
"DELETE_IN_PROGRESS",
1481+
"DELETE_COMPLETE",
1482+
"DELETE_FAILED"
1483+
]
1484+
},
14421485
"DataCatalogSummary":{
14431486
"type":"structure",
14441487
"members":{
14451488
"CatalogName":{"shape":"CatalogNameString"},
1446-
"Type":{"shape":"DataCatalogType"}
1489+
"Type":{"shape":"DataCatalogType"},
1490+
"Status":{"shape":"DataCatalogStatus"},
1491+
"ConnectionType":{"shape":"ConnectionType"},
1492+
"Error":{"shape":"ErrorMessage"}
14471493
}
14481494
},
14491495
"DataCatalogSummaryList":{
@@ -1455,7 +1501,8 @@
14551501
"enum":[
14561502
"LAMBDA",
14571503
"GLUE",
1458-
"HIVE"
1504+
"HIVE",
1505+
"FEDERATED"
14591506
]
14601507
},
14611508
"Database":{
@@ -1505,12 +1552,14 @@
15051552
"type":"structure",
15061553
"required":["Name"],
15071554
"members":{
1508-
"Name":{"shape":"CatalogNameString"}
1555+
"Name":{"shape":"CatalogNameString"},
1556+
"DeleteCatalogOnly":{"shape":"Boolean"}
15091557
}
15101558
},
15111559
"DeleteDataCatalogOutput":{
15121560
"type":"structure",
15131561
"members":{
1562+
"DataCatalog":{"shape":"DataCatalog"}
15141563
}
15151564
},
15161565
"DeleteNamedQueryInput":{

0 commit comments

Comments
 (0)