Skip to content

Commit

Permalink
Release v1.44.204 (2023-02-17) (#4730)
Browse files Browse the repository at this point in the history
Release v1.44.204 (2023-02-17)
===

### Service Client Updates
* `service/apprunner`: Updates service API
* `service/glue`: Updates service API and documentation
  * Release of Delta Lake Data Lake Format for Glue Studio Service
  • Loading branch information
aws-sdk-go-automation committed Feb 17, 2023
1 parent 8f70ea3 commit ad756cb
Show file tree
Hide file tree
Showing 12 changed files with 1,818 additions and 630 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.44.204 (2023-02-17)
===

### Service Client Updates
* `service/apprunner`: Updates service API
* `service/glue`: Updates service API and documentation
* Release of Delta Lake Data Lake Format for Glue Studio Service

Release v1.44.203 (2023-02-16)
===

Expand Down
54 changes: 54 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.203"
const SDKVersion = "1.44.204"
4 changes: 2 additions & 2 deletions models/apis/apprunner/2020-05-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@
},
"ASConfigMaxSize":{
"type":"integer",
"max":25,
"min":1
},
"ASConfigMinSize":{
Expand Down Expand Up @@ -1480,7 +1479,8 @@
"CREATE_SERVICE",
"PAUSE_SERVICE",
"RESUME_SERVICE",
"DELETE_SERVICE"
"DELETE_SERVICE",
"UPDATE_SERVICE"
]
},
"PauseServiceRequest":{
Expand Down
Loading

0 comments on commit ad756cb

Please sign in to comment.