Skip to content

Commit e4d9a88

Browse files
authored
Update API Models (#1559)
1 parent c1b62ab commit e4d9a88

File tree

237 files changed

+18222
-3157
lines changed

Some content is hidden

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

237 files changed

+18222
-3157
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"id": "225abf04-fd57-45c8-8712-12acd27db346",
3+
"type": "feature",
4+
"description": "Updated API models",
5+
"modules": [
6+
"service/appsync",
7+
"service/computeoptimizer",
8+
"service/databrew",
9+
"service/ec2",
10+
"service/elasticache",
11+
"service/elasticsearchservice",
12+
"service/glue",
13+
"service/honeycode",
14+
"service/iotwireless",
15+
"service/kendra",
16+
"service/lexmodelsv2",
17+
"service/lexruntimev2",
18+
"service/lookoutmetrics",
19+
"service/medialive",
20+
"service/mediatailor",
21+
"service/mwaa",
22+
"service/nimble",
23+
"service/opensearch",
24+
"service/pi",
25+
"service/pinpoint",
26+
"service/rds",
27+
"service/ssm",
28+
"service/workspaces"
29+
]
30+
}

.changelog/5ab32814eb5e456ea921d0f0a645ca5b.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "feature",
44
"description": "Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: https://github.com/aws/aws-sdk-go-v2/issues/1494",
55
"modules": [
6-
"feature/dynamodb/attributevalue"
6+
"feature/dynamodb/attributevalue",
7+
"feature/dynamodbstreams/attributevalue"
78
]
8-
}
9+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"id": "e3d77e4f-6997-4ea3-a46d-44d70be675ba",
3+
"type": "documentation",
4+
"description": "Updated API models",
5+
"modules": [
6+
"service/autoscalingplans",
7+
"service/costexplorer",
8+
"service/databasemigrationservice",
9+
"service/finspacedata",
10+
"service/fms",
11+
"service/identitystore",
12+
"service/ioteventsdata",
13+
"service/sso",
14+
"service/transcribe"
15+
]
16+
}

codegen/sdk-codegen/aws-models/appsync.2017-07-25.json

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,12 @@
12531253
},
12541254
"syncConfig": {
12551255
"target": "com.amazonaws.appsync#SyncConfig"
1256+
},
1257+
"maxBatchSize": {
1258+
"target": "com.amazonaws.appsync#MaxBatchSize",
1259+
"traits": {
1260+
"smithy.api#documentation": "<p>The maximum batching size for a resolver.</p>"
1261+
}
12561262
}
12571263
}
12581264
},
@@ -1474,6 +1480,12 @@
14741480
"traits": {
14751481
"smithy.api#documentation": "<p>The caching configuration for the resolver.</p>"
14761482
}
1483+
},
1484+
"maxBatchSize": {
1485+
"target": "com.amazonaws.appsync#MaxBatchSize",
1486+
"traits": {
1487+
"smithy.api#documentation": "<p>The maximum batching size for a resolver.</p>"
1488+
}
14771489
}
14781490
}
14791491
},
@@ -2481,6 +2493,12 @@
24812493
},
24822494
"syncConfig": {
24832495
"target": "com.amazonaws.appsync#SyncConfig"
2496+
},
2497+
"maxBatchSize": {
2498+
"target": "com.amazonaws.appsync#MaxBatchSize",
2499+
"traits": {
2500+
"smithy.api#documentation": "<p>The maximum batching size for a resolver.</p>"
2501+
}
24842502
}
24852503
},
24862504
"traits": {
@@ -4050,6 +4068,16 @@
40504068
"smithy.api#length": {
40514069
"min": 1,
40524070
"max": 65536
4071+
},
4072+
"smithy.api#pattern": "^.*$"
4073+
}
4074+
},
4075+
"com.amazonaws.appsync#MaxBatchSize": {
4076+
"type": "integer",
4077+
"traits": {
4078+
"smithy.api#range": {
4079+
"min": 0,
4080+
"max": 2000
40534081
}
40544082
}
40554083
},
@@ -4300,6 +4328,12 @@
43004328
"traits": {
43014329
"smithy.api#documentation": "<p>The caching configuration for the resolver.</p>"
43024330
}
4331+
},
4332+
"maxBatchSize": {
4333+
"target": "com.amazonaws.appsync#MaxBatchSize",
4334+
"traits": {
4335+
"smithy.api#documentation": "<p>The maximum batching size for a resolver.</p>"
4336+
}
43034337
}
43044338
},
43054339
"traits": {
@@ -4588,7 +4622,8 @@
45884622
"smithy.api#length": {
45894623
"min": 0,
45904624
"max": 256
4591-
}
4625+
},
4626+
"smithy.api#pattern": "^[\\s\\w+-=\\.:/@]*$"
45924627
}
45934628
},
45944629
"com.amazonaws.appsync#Type": {
@@ -5167,6 +5202,12 @@
51675202
},
51685203
"syncConfig": {
51695204
"target": "com.amazonaws.appsync#SyncConfig"
5205+
},
5206+
"maxBatchSize": {
5207+
"target": "com.amazonaws.appsync#MaxBatchSize",
5208+
"traits": {
5209+
"smithy.api#documentation": "<p>The maximum batching size for a resolver.</p>"
5210+
}
51705211
}
51715212
}
51725213
},
@@ -5390,6 +5431,12 @@
53905431
"traits": {
53915432
"smithy.api#documentation": "<p>The caching configuration for the resolver.</p>"
53925433
}
5434+
},
5435+
"maxBatchSize": {
5436+
"target": "com.amazonaws.appsync#MaxBatchSize",
5437+
"traits": {
5438+
"smithy.api#documentation": "<p>The maximum batching size for a resolver.</p>"
5439+
}
53935440
}
53945441
}
53955442
},

0 commit comments

Comments
 (0)