Skip to content

Commit fe9ce45

Browse files
Merging v1.4.9 release
2 parents 03c462d + e1b999f commit fe9ce45

File tree

9 files changed

+3440
-241
lines changed

9 files changed

+3440
-241
lines changed

.changes/9922940a-efce-4e11-b953-f55c6feb4aef.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## [1.4.9] - 01/29/2025
4+
5+
### Features
6+
* (**bcmpricingcalculator**) Added ConflictException error type in DeleteBillScenario, BatchDeleteBillScenarioCommitmentModification, BatchDeleteBillScenarioUsageModification, BatchUpdateBillScenarioUsageModification, and BatchUpdateBillScenarioCommitmentModification API operations.
7+
* (**ecr**) Add support for Dualstack and Dualstack-with-FIPS Endpoints
8+
* (**ecrpublic**) Add support for Dualstack Endpoints
9+
* (**mailmanager**) This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries.
10+
* (**s3**) Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.
11+
* (**transcribestreaming**) This release adds support for AWS HealthScribe Streaming APIs within Amazon Transcribe.
12+
13+
### Fixes
14+
* Upgrade **smithy-kotlin** version to pick up fixes for header signing
15+
316
## [1.4.8] - 01/28/2025
417

518
### Features

codegen/sdk/aws-models/bcm-pricing-calculator.json

Lines changed: 30 additions & 15 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/ecr-public.json

Lines changed: 51 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3131,6 +3131,31 @@
31313131
}
31323132
],
31333133
"rules": [
3134+
{
3135+
"conditions": [
3136+
{
3137+
"fn": "stringEquals",
3138+
"argv": [
3139+
"aws",
3140+
{
3141+
"fn": "getAttr",
3142+
"argv": [
3143+
{
3144+
"ref": "PartitionResult"
3145+
},
3146+
"name"
3147+
]
3148+
}
3149+
]
3150+
}
3151+
],
3152+
"endpoint": {
3153+
"url": "https://ecr-public.{Region}.api.aws",
3154+
"properties": {},
3155+
"headers": {}
3156+
},
3157+
"type": "endpoint"
3158+
},
31343159
{
31353160
"conditions": [],
31363161
"endpoint": {
@@ -3176,54 +3201,67 @@
31763201
"smithy.rules#endpointTests": {
31773202
"testCases": [
31783203
{
3179-
"documentation": "For region us-east-1 with FIPS enabled and DualStack enabled",
3204+
"documentation": "For region us-east-1 with FIPS disabled and DualStack disabled",
31803205
"expect": {
31813206
"endpoint": {
3182-
"url": "https://api.ecr-public-fips.us-east-1.api.aws"
3207+
"url": "https://api.ecr-public.us-east-1.amazonaws.com"
31833208
}
31843209
},
31853210
"params": {
31863211
"Region": "us-east-1",
3187-
"UseFIPS": true,
3188-
"UseDualStack": true
3212+
"UseFIPS": false,
3213+
"UseDualStack": false
31893214
}
31903215
},
31913216
{
3192-
"documentation": "For region us-east-1 with FIPS enabled and DualStack disabled",
3217+
"documentation": "For region us-east-1 with FIPS disabled and DualStack enabled",
31933218
"expect": {
31943219
"endpoint": {
3195-
"url": "https://api.ecr-public-fips.us-east-1.amazonaws.com"
3220+
"url": "https://ecr-public.us-east-1.api.aws"
31963221
}
31973222
},
31983223
"params": {
31993224
"Region": "us-east-1",
3200-
"UseFIPS": true,
3225+
"UseFIPS": false,
3226+
"UseDualStack": true
3227+
}
3228+
},
3229+
{
3230+
"documentation": "For region us-west-2 with FIPS disabled and DualStack disabled",
3231+
"expect": {
3232+
"endpoint": {
3233+
"url": "https://api.ecr-public.us-west-2.amazonaws.com"
3234+
}
3235+
},
3236+
"params": {
3237+
"Region": "us-west-2",
3238+
"UseFIPS": false,
32013239
"UseDualStack": false
32023240
}
32033241
},
32043242
{
3205-
"documentation": "For region us-east-1 with FIPS disabled and DualStack enabled",
3243+
"documentation": "For region us-east-1 with FIPS enabled and DualStack enabled",
32063244
"expect": {
32073245
"endpoint": {
3208-
"url": "https://api.ecr-public.us-east-1.api.aws"
3246+
"url": "https://api.ecr-public-fips.us-east-1.api.aws"
32093247
}
32103248
},
32113249
"params": {
32123250
"Region": "us-east-1",
3213-
"UseFIPS": false,
3251+
"UseFIPS": true,
32143252
"UseDualStack": true
32153253
}
32163254
},
32173255
{
3218-
"documentation": "For region us-east-1 with FIPS disabled and DualStack disabled",
3256+
"documentation": "For region us-east-1 with FIPS enabled and DualStack disabled",
32193257
"expect": {
32203258
"endpoint": {
3221-
"url": "https://api.ecr-public.us-east-1.amazonaws.com"
3259+
"url": "https://api.ecr-public-fips.us-east-1.amazonaws.com"
32223260
}
32233261
},
32243262
"params": {
32253263
"Region": "us-east-1",
3226-
"UseFIPS": false,
3264+
"UseFIPS": true,
32273265
"UseDualStack": false
32283266
}
32293267
},

0 commit comments

Comments
 (0)