Skip to content

Commit

Permalink
Update API Models (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel authored Jan 14, 2022
1 parent c1b62ab commit e4d9a88
Show file tree
Hide file tree
Showing 237 changed files with 18,222 additions and 3,157 deletions.
30 changes: 30 additions & 0 deletions .changelog/225abf04fd5745c8871212acd27db346.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"id": "225abf04-fd57-45c8-8712-12acd27db346",
"type": "feature",
"description": "Updated API models",
"modules": [
"service/appsync",
"service/computeoptimizer",
"service/databrew",
"service/ec2",
"service/elasticache",
"service/elasticsearchservice",
"service/glue",
"service/honeycode",
"service/iotwireless",
"service/kendra",
"service/lexmodelsv2",
"service/lexruntimev2",
"service/lookoutmetrics",
"service/medialive",
"service/mediatailor",
"service/mwaa",
"service/nimble",
"service/opensearch",
"service/pi",
"service/pinpoint",
"service/rds",
"service/ssm",
"service/workspaces"
]
}
5 changes: 3 additions & 2 deletions .changelog/5ab32814eb5e456ea921d0f0a645ca5b.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "feature",
"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",
"modules": [
"feature/dynamodb/attributevalue"
"feature/dynamodb/attributevalue",
"feature/dynamodbstreams/attributevalue"
]
}
}
16 changes: 16 additions & 0 deletions .changelog/e3d77e4f69974ea3a46d44d70be675ba.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"id": "e3d77e4f-6997-4ea3-a46d-44d70be675ba",
"type": "documentation",
"description": "Updated API models",
"modules": [
"service/autoscalingplans",
"service/costexplorer",
"service/databasemigrationservice",
"service/finspacedata",
"service/fms",
"service/identitystore",
"service/ioteventsdata",
"service/sso",
"service/transcribe"
]
}
49 changes: 48 additions & 1 deletion codegen/sdk-codegen/aws-models/appsync.2017-07-25.json
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,12 @@
},
"syncConfig": {
"target": "com.amazonaws.appsync#SyncConfig"
},
"maxBatchSize": {
"target": "com.amazonaws.appsync#MaxBatchSize",
"traits": {
"smithy.api#documentation": "<p>The maximum batching size for a resolver.</p>"
}
}
}
},
Expand Down Expand Up @@ -1474,6 +1480,12 @@
"traits": {
"smithy.api#documentation": "<p>The caching configuration for the resolver.</p>"
}
},
"maxBatchSize": {
"target": "com.amazonaws.appsync#MaxBatchSize",
"traits": {
"smithy.api#documentation": "<p>The maximum batching size for a resolver.</p>"
}
}
}
},
Expand Down Expand Up @@ -2481,6 +2493,12 @@
},
"syncConfig": {
"target": "com.amazonaws.appsync#SyncConfig"
},
"maxBatchSize": {
"target": "com.amazonaws.appsync#MaxBatchSize",
"traits": {
"smithy.api#documentation": "<p>The maximum batching size for a resolver.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -4050,6 +4068,16 @@
"smithy.api#length": {
"min": 1,
"max": 65536
},
"smithy.api#pattern": "^.*$"
}
},
"com.amazonaws.appsync#MaxBatchSize": {
"type": "integer",
"traits": {
"smithy.api#range": {
"min": 0,
"max": 2000
}
}
},
Expand Down Expand Up @@ -4300,6 +4328,12 @@
"traits": {
"smithy.api#documentation": "<p>The caching configuration for the resolver.</p>"
}
},
"maxBatchSize": {
"target": "com.amazonaws.appsync#MaxBatchSize",
"traits": {
"smithy.api#documentation": "<p>The maximum batching size for a resolver.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -4588,7 +4622,8 @@
"smithy.api#length": {
"min": 0,
"max": 256
}
},
"smithy.api#pattern": "^[\\s\\w+-=\\.:/@]*$"
}
},
"com.amazonaws.appsync#Type": {
Expand Down Expand Up @@ -5167,6 +5202,12 @@
},
"syncConfig": {
"target": "com.amazonaws.appsync#SyncConfig"
},
"maxBatchSize": {
"target": "com.amazonaws.appsync#MaxBatchSize",
"traits": {
"smithy.api#documentation": "<p>The maximum batching size for a resolver.</p>"
}
}
}
},
Expand Down Expand Up @@ -5390,6 +5431,12 @@
"traits": {
"smithy.api#documentation": "<p>The caching configuration for the resolver.</p>"
}
},
"maxBatchSize": {
"target": "com.amazonaws.appsync#MaxBatchSize",
"traits": {
"smithy.api#documentation": "<p>The maximum batching size for a resolver.</p>"
}
}
}
},
Expand Down
Loading

0 comments on commit e4d9a88

Please sign in to comment.