Skip to content

Commit b60b1b3

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 3312da2 commit b60b1b3

File tree

9 files changed

+2731
-426
lines changed

9 files changed

+2731
-426
lines changed

codegen/sdk-codegen/aws-models/elasticache.json

Lines changed: 18 additions & 9 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/glue.json

Lines changed: 312 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
{
7070
"target": "com.amazonaws.glue#BatchGetCrawlers"
7171
},
72+
{
73+
"target": "com.amazonaws.glue#BatchGetCustomEntityTypes"
74+
},
7275
{
7376
"target": "com.amazonaws.glue#BatchGetDevEndpoints"
7477
},
@@ -111,6 +114,9 @@
111114
{
112115
"target": "com.amazonaws.glue#CreateCrawler"
113116
},
117+
{
118+
"target": "com.amazonaws.glue#CreateCustomEntityType"
119+
},
114120
{
115121
"target": "com.amazonaws.glue#CreateDatabase"
116122
},
@@ -174,6 +180,9 @@
174180
{
175181
"target": "com.amazonaws.glue#DeleteCrawler"
176182
},
183+
{
184+
"target": "com.amazonaws.glue#DeleteCustomEntityType"
185+
},
177186
{
178187
"target": "com.amazonaws.glue#DeleteDatabase"
179188
},
@@ -264,6 +273,9 @@
264273
{
265274
"target": "com.amazonaws.glue#GetCrawlers"
266275
},
276+
{
277+
"target": "com.amazonaws.glue#GetCustomEntityType"
278+
},
267279
{
268280
"target": "com.amazonaws.glue#GetDatabase"
269281
},
@@ -414,6 +426,9 @@
414426
{
415427
"target": "com.amazonaws.glue#ListCrawlers"
416428
},
429+
{
430+
"target": "com.amazonaws.glue#ListCustomEntityTypes"
431+
},
417432
{
418433
"target": "com.amazonaws.glue#ListDevEndpoints"
419434
},
@@ -1291,6 +1306,48 @@
12911306
}
12921307
}
12931308
},
1309+
"com.amazonaws.glue#BatchGetCustomEntityTypes": {
1310+
"type": "operation",
1311+
"input": {
1312+
"target": "com.amazonaws.glue#BatchGetCustomEntityTypesRequest"
1313+
},
1314+
"output": {
1315+
"target": "com.amazonaws.glue#BatchGetCustomEntityTypesResponse"
1316+
},
1317+
"errors": [
1318+
{
1319+
"target": "com.amazonaws.glue#InternalServiceException"
1320+
},
1321+
{
1322+
"target": "com.amazonaws.glue#InvalidInputException"
1323+
},
1324+
{
1325+
"target": "com.amazonaws.glue#OperationTimeoutException"
1326+
}
1327+
]
1328+
},
1329+
"com.amazonaws.glue#BatchGetCustomEntityTypesRequest": {
1330+
"type": "structure",
1331+
"members": {
1332+
"Names": {
1333+
"target": "com.amazonaws.glue#CustomEntityTypeNames",
1334+
"traits": {
1335+
"smithy.api#required": {}
1336+
}
1337+
}
1338+
}
1339+
},
1340+
"com.amazonaws.glue#BatchGetCustomEntityTypesResponse": {
1341+
"type": "structure",
1342+
"members": {
1343+
"CustomEntityTypes": {
1344+
"target": "com.amazonaws.glue#CustomEntityTypes"
1345+
},
1346+
"CustomEntityTypesNotFound": {
1347+
"target": "com.amazonaws.glue#CustomEntityTypeNames"
1348+
}
1349+
}
1350+
},
12941351
"com.amazonaws.glue#BatchGetDevEndpoints": {
12951352
"type": "operation",
12961353
"input": {
@@ -3575,6 +3632,18 @@
35753632
"smithy.api#documentation": "<p>Specifies the connections used by a job.</p>"
35763633
}
35773634
},
3635+
"com.amazonaws.glue#ContextWords": {
3636+
"type": "list",
3637+
"member": {
3638+
"target": "com.amazonaws.glue#NameString"
3639+
},
3640+
"traits": {
3641+
"smithy.api#length": {
3642+
"min": 1,
3643+
"max": 20
3644+
}
3645+
}
3646+
},
35783647
"com.amazonaws.glue#Crawl": {
35793648
"type": "structure",
35803649
"members": {
@@ -4366,6 +4435,66 @@
43664435
"smithy.api#documentation": "<p>Specifies a custom CSV classifier for <code>CreateClassifier</code> to create.</p>"
43674436
}
43684437
},
4438+
"com.amazonaws.glue#CreateCustomEntityType": {
4439+
"type": "operation",
4440+
"input": {
4441+
"target": "com.amazonaws.glue#CreateCustomEntityTypeRequest"
4442+
},
4443+
"output": {
4444+
"target": "com.amazonaws.glue#CreateCustomEntityTypeResponse"
4445+
},
4446+
"errors": [
4447+
{
4448+
"target": "com.amazonaws.glue#AccessDeniedException"
4449+
},
4450+
{
4451+
"target": "com.amazonaws.glue#AlreadyExistsException"
4452+
},
4453+
{
4454+
"target": "com.amazonaws.glue#IdempotentParameterMismatchException"
4455+
},
4456+
{
4457+
"target": "com.amazonaws.glue#InternalServiceException"
4458+
},
4459+
{
4460+
"target": "com.amazonaws.glue#InvalidInputException"
4461+
},
4462+
{
4463+
"target": "com.amazonaws.glue#OperationTimeoutException"
4464+
},
4465+
{
4466+
"target": "com.amazonaws.glue#ResourceNumberLimitExceededException"
4467+
}
4468+
]
4469+
},
4470+
"com.amazonaws.glue#CreateCustomEntityTypeRequest": {
4471+
"type": "structure",
4472+
"members": {
4473+
"Name": {
4474+
"target": "com.amazonaws.glue#NameString",
4475+
"traits": {
4476+
"smithy.api#required": {}
4477+
}
4478+
},
4479+
"RegexString": {
4480+
"target": "com.amazonaws.glue#NameString",
4481+
"traits": {
4482+
"smithy.api#required": {}
4483+
}
4484+
},
4485+
"ContextWords": {
4486+
"target": "com.amazonaws.glue#ContextWords"
4487+
}
4488+
}
4489+
},
4490+
"com.amazonaws.glue#CreateCustomEntityTypeResponse": {
4491+
"type": "structure",
4492+
"members": {
4493+
"Name": {
4494+
"target": "com.amazonaws.glue#NameString"
4495+
}
4496+
}
4497+
},
43694498
"com.amazonaws.glue#CreateDatabase": {
43704499
"type": "operation",
43714500
"input": {
@@ -6206,6 +6335,44 @@
62066335
"smithy.api#pattern": "^[^\\r\\n]$"
62076336
}
62086337
},
6338+
"com.amazonaws.glue#CustomEntityType": {
6339+
"type": "structure",
6340+
"members": {
6341+
"Name": {
6342+
"target": "com.amazonaws.glue#NameString",
6343+
"traits": {
6344+
"smithy.api#required": {}
6345+
}
6346+
},
6347+
"RegexString": {
6348+
"target": "com.amazonaws.glue#NameString",
6349+
"traits": {
6350+
"smithy.api#required": {}
6351+
}
6352+
},
6353+
"ContextWords": {
6354+
"target": "com.amazonaws.glue#ContextWords"
6355+
}
6356+
}
6357+
},
6358+
"com.amazonaws.glue#CustomEntityTypeNames": {
6359+
"type": "list",
6360+
"member": {
6361+
"target": "com.amazonaws.glue#NameString"
6362+
},
6363+
"traits": {
6364+
"smithy.api#length": {
6365+
"min": 1,
6366+
"max": 50
6367+
}
6368+
}
6369+
},
6370+
"com.amazonaws.glue#CustomEntityTypes": {
6371+
"type": "list",
6372+
"member": {
6373+
"target": "com.amazonaws.glue#CustomEntityType"
6374+
}
6375+
},
62096376
"com.amazonaws.glue#CustomPatterns": {
62106377
"type": "string",
62116378
"traits": {
@@ -6845,6 +7012,51 @@
68457012
"type": "structure",
68467013
"members": {}
68477014
},
7015+
"com.amazonaws.glue#DeleteCustomEntityType": {
7016+
"type": "operation",
7017+
"input": {
7018+
"target": "com.amazonaws.glue#DeleteCustomEntityTypeRequest"
7019+
},
7020+
"output": {
7021+
"target": "com.amazonaws.glue#DeleteCustomEntityTypeResponse"
7022+
},
7023+
"errors": [
7024+
{
7025+
"target": "com.amazonaws.glue#AccessDeniedException"
7026+
},
7027+
{
7028+
"target": "com.amazonaws.glue#EntityNotFoundException"
7029+
},
7030+
{
7031+
"target": "com.amazonaws.glue#InternalServiceException"
7032+
},
7033+
{
7034+
"target": "com.amazonaws.glue#InvalidInputException"
7035+
},
7036+
{
7037+
"target": "com.amazonaws.glue#OperationTimeoutException"
7038+
}
7039+
]
7040+
},
7041+
"com.amazonaws.glue#DeleteCustomEntityTypeRequest": {
7042+
"type": "structure",
7043+
"members": {
7044+
"Name": {
7045+
"target": "com.amazonaws.glue#NameString",
7046+
"traits": {
7047+
"smithy.api#required": {}
7048+
}
7049+
}
7050+
}
7051+
},
7052+
"com.amazonaws.glue#DeleteCustomEntityTypeResponse": {
7053+
"type": "structure",
7054+
"members": {
7055+
"Name": {
7056+
"target": "com.amazonaws.glue#NameString"
7057+
}
7058+
}
7059+
},
68487060
"com.amazonaws.glue#DeleteDatabase": {
68497061
"type": "operation",
68507062
"input": {
@@ -9341,6 +9553,57 @@
93419553
}
93429554
}
93439555
},
9556+
"com.amazonaws.glue#GetCustomEntityType": {
9557+
"type": "operation",
9558+
"input": {
9559+
"target": "com.amazonaws.glue#GetCustomEntityTypeRequest"
9560+
},
9561+
"output": {
9562+
"target": "com.amazonaws.glue#GetCustomEntityTypeResponse"
9563+
},
9564+
"errors": [
9565+
{
9566+
"target": "com.amazonaws.glue#AccessDeniedException"
9567+
},
9568+
{
9569+
"target": "com.amazonaws.glue#EntityNotFoundException"
9570+
},
9571+
{
9572+
"target": "com.amazonaws.glue#InternalServiceException"
9573+
},
9574+
{
9575+
"target": "com.amazonaws.glue#InvalidInputException"
9576+
},
9577+
{
9578+
"target": "com.amazonaws.glue#OperationTimeoutException"
9579+
}
9580+
]
9581+
},
9582+
"com.amazonaws.glue#GetCustomEntityTypeRequest": {
9583+
"type": "structure",
9584+
"members": {
9585+
"Name": {
9586+
"target": "com.amazonaws.glue#NameString",
9587+
"traits": {
9588+
"smithy.api#required": {}
9589+
}
9590+
}
9591+
}
9592+
},
9593+
"com.amazonaws.glue#GetCustomEntityTypeResponse": {
9594+
"type": "structure",
9595+
"members": {
9596+
"Name": {
9597+
"target": "com.amazonaws.glue#NameString"
9598+
},
9599+
"RegexString": {
9600+
"target": "com.amazonaws.glue#NameString"
9601+
},
9602+
"ContextWords": {
9603+
"target": "com.amazonaws.glue#ContextWords"
9604+
}
9605+
}
9606+
},
93449607
"com.amazonaws.glue#GetDataCatalogEncryptionSettings": {
93459608
"type": "operation",
93469609
"input": {
@@ -14209,6 +14472,55 @@
1420914472
}
1421014473
}
1421114474
},
14475+
"com.amazonaws.glue#ListCustomEntityTypes": {
14476+
"type": "operation",
14477+
"input": {
14478+
"target": "com.amazonaws.glue#ListCustomEntityTypesRequest"
14479+
},
14480+
"output": {
14481+
"target": "com.amazonaws.glue#ListCustomEntityTypesResponse"
14482+
},
14483+
"errors": [
14484+
{
14485+
"target": "com.amazonaws.glue#InternalServiceException"
14486+
},
14487+
{
14488+
"target": "com.amazonaws.glue#InvalidInputException"
14489+
},
14490+
{
14491+
"target": "com.amazonaws.glue#OperationTimeoutException"
14492+
}
14493+
],
14494+
"traits": {
14495+
"smithy.api#paginated": {
14496+
"inputToken": "NextToken",
14497+
"outputToken": "NextToken",
14498+
"pageSize": "MaxResults"
14499+
}
14500+
}
14501+
},
14502+
"com.amazonaws.glue#ListCustomEntityTypesRequest": {
14503+
"type": "structure",
14504+
"members": {
14505+
"NextToken": {
14506+
"target": "com.amazonaws.glue#PaginationToken"
14507+
},
14508+
"MaxResults": {
14509+
"target": "com.amazonaws.glue#PageSize"
14510+
}
14511+
}
14512+
},
14513+
"com.amazonaws.glue#ListCustomEntityTypesResponse": {
14514+
"type": "structure",
14515+
"members": {
14516+
"CustomEntityTypes": {
14517+
"target": "com.amazonaws.glue#CustomEntityTypes"
14518+
},
14519+
"NextToken": {
14520+
"target": "com.amazonaws.glue#PaginationToken"
14521+
}
14522+
}
14523+
},
1421214524
"com.amazonaws.glue#ListDevEndpoints": {
1421314525
"type": "operation",
1421414526
"input": {

0 commit comments

Comments
 (0)