Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Feb 17, 2023
1 parent 5de7254 commit 5dc791f
Show file tree
Hide file tree
Showing 7 changed files with 824 additions and 428 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-apprunner-56133.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``apprunner``",
"description": "This release supports removing MaxSize limit for AutoScalingConfiguration."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-glue-61289.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``glue``",
"description": "Release of Delta Lake Data Lake Format for Glue Studio Service"
}
401 changes: 218 additions & 183 deletions botocore/data/apprunner/2020-05-15/endpoint-rule-set-1.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions botocore/data/apprunner/2020-05-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,6 @@
},
"ASConfigMaxSize":{
"type":"integer",
"max":25,
"min":1
},
"ASConfigMinSize":{
Expand Down Expand Up @@ -2153,7 +2152,8 @@
"CREATE_SERVICE",
"PAUSE_SERVICE",
"RESUME_SERVICE",
"DELETE_SERVICE"
"DELETE_SERVICE",
"UPDATE_SERVICE"
]
},
"PauseServiceRequest":{
Expand Down
420 changes: 366 additions & 54 deletions botocore/data/glue/2017-03-31/service-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 5dc791f

Please sign in to comment.