Skip to content

Commit f9541c3

Browse files
Merging v1.4.16 release
2 parents 47efb44 + c1d78f7 commit f9541c3

File tree

9 files changed

+441
-62
lines changed

9 files changed

+441
-62
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.4.16] - 02/07/2025
4+
5+
### Features
6+
* (**ecr**) Adds support to handle the new basic scanning daily quota.
7+
* (**eks**) Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API
8+
* (**mediaconvert**) This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format
9+
* (**pi**) Adds documentation for dimension groups and dimensions to analyze locks for Database Insights.
10+
* (**transcribe**) This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe.
11+
* (**transcribestreaming**) This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe Streaming APIs within Amazon Transcribe.
12+
313
## [1.4.15] - 02/06/2025
414

515
### Features

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 60 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11084,13 +11084,41 @@
1108411084
},
1108511085
"groundstation" : {
1108611086
"endpoints" : {
11087-
"af-south-1" : { },
11088-
"ap-northeast-2" : { },
11089-
"ap-southeast-1" : { },
11090-
"ap-southeast-2" : { },
11091-
"eu-central-1" : { },
11092-
"eu-north-1" : { },
11093-
"eu-west-1" : { },
11087+
"af-south-1" : {
11088+
"variants" : [ {
11089+
"tags" : [ "dualstack" ]
11090+
} ]
11091+
},
11092+
"ap-northeast-2" : {
11093+
"variants" : [ {
11094+
"tags" : [ "dualstack" ]
11095+
} ]
11096+
},
11097+
"ap-southeast-1" : {
11098+
"variants" : [ {
11099+
"tags" : [ "dualstack" ]
11100+
} ]
11101+
},
11102+
"ap-southeast-2" : {
11103+
"variants" : [ {
11104+
"tags" : [ "dualstack" ]
11105+
} ]
11106+
},
11107+
"eu-central-1" : {
11108+
"variants" : [ {
11109+
"tags" : [ "dualstack" ]
11110+
} ]
11111+
},
11112+
"eu-north-1" : {
11113+
"variants" : [ {
11114+
"tags" : [ "dualstack" ]
11115+
} ]
11116+
},
11117+
"eu-west-1" : {
11118+
"variants" : [ {
11119+
"tags" : [ "dualstack" ]
11120+
} ]
11121+
},
1109411122
"fips-us-east-1" : {
1109511123
"credentialScope" : {
1109611124
"region" : "us-east-1"
@@ -11112,24 +11140,47 @@
1111211140
"deprecated" : true,
1111311141
"hostname" : "groundstation-fips.us-west-2.amazonaws.com"
1111411142
},
11115-
"me-south-1" : { },
11116-
"sa-east-1" : { },
11143+
"me-south-1" : {
11144+
"variants" : [ {
11145+
"tags" : [ "dualstack" ]
11146+
} ]
11147+
},
11148+
"sa-east-1" : {
11149+
"variants" : [ {
11150+
"tags" : [ "dualstack" ]
11151+
} ]
11152+
},
1111711153
"us-east-1" : {
1111811154
"variants" : [ {
11155+
"tags" : [ "dualstack" ]
11156+
}, {
1111911157
"hostname" : "groundstation-fips.us-east-1.amazonaws.com",
1112011158
"tags" : [ "fips" ]
11159+
}, {
11160+
"hostname" : "groundstation-fips.us-east-1.api.aws",
11161+
"tags" : [ "dualstack", "fips" ]
1112111162
} ]
1112211163
},
1112311164
"us-east-2" : {
1112411165
"variants" : [ {
11166+
"tags" : [ "dualstack" ]
11167+
}, {
1112511168
"hostname" : "groundstation-fips.us-east-2.amazonaws.com",
1112611169
"tags" : [ "fips" ]
11170+
}, {
11171+
"hostname" : "groundstation-fips.us-east-2.api.aws",
11172+
"tags" : [ "dualstack", "fips" ]
1112711173
} ]
1112811174
},
1112911175
"us-west-2" : {
1113011176
"variants" : [ {
11177+
"tags" : [ "dualstack" ]
11178+
}, {
1113111179
"hostname" : "groundstation-fips.us-west-2.amazonaws.com",
1113211180
"tags" : [ "fips" ]
11181+
}, {
11182+
"hostname" : "groundstation-fips.us-west-2.api.aws",
11183+
"tags" : [ "dualstack", "fips" ]
1113311184
} ]
1113411185
}
1113511186
}

codegen/sdk/aws-models/ecr.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7360,6 +7360,12 @@
73607360
"traits": {
73617361
"smithy.api#enumValue": "FINDINGS_UNAVAILABLE"
73627362
}
7363+
},
7364+
"LIMIT_EXCEEDED": {
7365+
"target": "smithy.api#Unit",
7366+
"traits": {
7367+
"smithy.api#enumValue": "LIMIT_EXCEEDED"
7368+
}
73637369
}
73647370
}
73657371
},
@@ -7650,7 +7656,7 @@
76507656
}
76517657
],
76527658
"traits": {
7653-
"smithy.api#documentation": "<p>Starts an image vulnerability scan. An image scan can only be started once per 24\n hours on an individual image. This limit includes if an image was scanned on initial\n push. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html\">Image scanning</a> in the\n <i>Amazon Elastic Container Registry User Guide</i>.</p>"
7659+
"smithy.api#documentation": "<p>Starts a basic image vulnerability scan.</p>\n <p> A basic image scan can only be started once per 24\n hours on an individual image. This limit includes if an image was scanned on initial\n push. You can start up to 100,000 basic scans per 24 hours. This limit includes both scans on initial push\n and scans initiated by the StartImageScan API. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning-basic.html\">Basic scanning</a> in the\n <i>Amazon Elastic Container Registry User Guide</i>.</p>"
76547660
}
76557661
},
76567662
"com.amazonaws.ecr#StartImageScanRequest": {

codegen/sdk/aws-models/eks.json

Lines changed: 49 additions & 9 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)