Skip to content

Commit

Permalink
Merging v1.0.44 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Jan 26, 2024
2 parents d881bf9 + 511f8d9 commit 475122e
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 101 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.44] - 01/26/2024

### Features
* (**connect**) Update list and string length limits for predefined attributes.
* (**inspector2**) This release adds ECR container image scanning based on their lastRecordedPullTime.
* (**sagemaker**) Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs.

## [1.0.43] - 01/25/2024

### Features
Expand Down
6 changes: 3 additions & 3 deletions codegen/sdk/aws-models/connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -24797,7 +24797,7 @@
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
"max": 64
}
}
},
Expand Down Expand Up @@ -24841,7 +24841,7 @@
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
"max": 64
}
}
},
Expand All @@ -24853,7 +24853,7 @@
"traits": {
"smithy.api#length": {
"min": 1,
"max": 75
"max": 128
}
}
},
Expand Down
Loading

0 comments on commit 475122e

Please sign in to comment.