Skip to content

Commit e0d9975

Browse files
Merging v1.6.86 release
2 parents a248be2 + 7773be7 commit e0d9975

49 files changed

Lines changed: 270551 additions & 253738 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

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

3+
## [1.6.86] - 06/02/2026
4+
5+
### Features
6+
* (**cloudwatch**) Adding new BDD representation of endpoint ruleset
7+
* (**ec2**) Amazon EC2 now supports self-service cancellation of future-dated Capacity Reservations. A cancellation charge applies based on remaining commitment. Customers can generate a cancellation quote to review charges before confirming.
8+
* (**elasticache**) Amazon ElastiCache for Valkey now supports durability. This new capability is enabled through a Multi-AZ transactional log, enabling fast recovery and restart during failures.
9+
* (**georoutes**) Added Transit and Intermodal travel modes to CalculateRoutes. Plan routes using public transit (bus, subway, train, ferry) or combine transit with driving, taxi, and rental car segments in a single multi-modal route.
10+
* (**guardduty**) Amazon GuardDuty Runtime Monitoring now supports 3 new SensitiveFileModified finding types (Persistence, PrivilegeEscalation, DefenseEvasion) that detect when security-sensitive system files are modified on EC2 instances or containers, indicating potential compromise through file tampering.
11+
* (**keyspacesstreams**) Added iterator description to the GetRecords API response for Amazon Keyspaces Change Data Capture (CDC) streams, enabling consumers to track their current position within the stream.
12+
* (**lambda**) Adds configuration for tag propagation to Lambda-managed resources.
13+
* (**lexruntimeservice**) Adding new BDD representation of endpoint ruleset
14+
* (**managedblockchain**) Adding new BDD representation of endpoint ruleset
15+
* (**marketplacemetering**) Adding new BDD representation of endpoint ruleset
16+
* (**mediaconvert**) Adding new BDD representation of endpoint ruleset
17+
* (**medialive**) Adding new BDD representation of endpoint ruleset
18+
* (**mediastore**) Adding new BDD representation of endpoint ruleset
19+
* (**migrationhub**) Adding new BDD representation of endpoint ruleset
20+
* (**mturk**) Adding new BDD representation of endpoint ruleset
21+
* (**neptune**) Adding new BDD representation of endpoint ruleset
22+
* (**personalizeruntime**) Adding new BDD representation of endpoint ruleset
23+
* (**pi**) Adding new BDD representation of endpoint ruleset
24+
* (**pinpoint**) Adding new BDD representation of endpoint ruleset
25+
* (**pinpointemail**) Adding new BDD representation of endpoint ruleset
26+
* (**polly**) Adding new BDD representation of endpoint ruleset
27+
* (**ram**) Adding new BDD representation of endpoint ruleset
28+
* (**redshift**) Adding new BDD representation of endpoint ruleset
29+
* (**rekognition**) Adding new BDD representation of endpoint ruleset
30+
* (**resourcegroupstaggingapi**) Adding new BDD representation of endpoint ruleset
31+
* (**route53**) Adding new BDD representation of endpoint ruleset
32+
* (**route53domains**) Adding new BDD representation of endpoint ruleset
33+
* (**s3**) Adding new BDD representation of endpoint ruleset
34+
* (**sagemaker**) Amazon SageMaker Job is a new service to help you manage various workloads related to model fine tuning, evaluation etc. Two job categories are supported today, AgentRFT for multi-turn agentic reinforcement fine tuning, and AgentRFTEvaluation for evaluating base model or trained model from AgentRFT.
35+
* (**sagemakerjobruntime**) Amazon SageMaker Job Runtime is a new service for managing trajectory data during multi-turn customization jobs. It provides APIs to send inference requests to models during job execution, mark rollouts as complete, and submit reward values for training trajectories.
36+
* (**secretsmanager**) Adding new BDD representation of endpoint ruleset
37+
* (**servicecatalog**) Adding new BDD representation of endpoint ruleset
38+
* (**sfn**) Adding new BDD representation of endpoint ruleset
39+
* (**shield**) Adding new BDD representation of endpoint ruleset
40+
* (**snowball**) Adding new BDD representation of endpoint ruleset
41+
* (**sqs**) Adding new BDD representation of endpoint ruleset
42+
* (**ssm**) Adding new BDD representation of endpoint ruleset
43+
* (**sso**) Adding new BDD representation of endpoint ruleset
44+
* (**storagegateway**) Adding new BDD representation of endpoint ruleset
45+
* (**sts**) Adding new BDD representation of endpoint ruleset
46+
* (**swf**) Adding new BDD representation of endpoint ruleset
47+
* (**transcribe**) Release new Language locales including am-ET, es-MX, fa-AF, ht-HT, jv-ID, km-KH, my-MM, sq-AL, ne-NP. The commit shows past locales that have already been release which include cy-gb, ga-ie, gd-gb.
48+
* (**transfer**) Adding new BDD representation of endpoint ruleset
49+
* (**waf**) Adding new BDD representation of endpoint ruleset
50+
* (**xray**) Adding new BDD representation of endpoint ruleset
51+
52+
### Documentation
53+
* (**iot**) Fleet indexing documentation update
54+
355
## [1.6.85] - 06/01/2026
456

557
### Features

codegen/sdk/aws-models/cloudwatch.json

Lines changed: 203 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3277,6 +3277,209 @@
32773277
"uri": "http://monitoring.amazonaws.com/doc/2010-08-01/"
32783278
},
32793279
"smithy.protocols#rpcv2Cbor": {},
3280+
"smithy.rules#endpointBdd": {
3281+
"version": "1.1",
3282+
"parameters": {
3283+
"UseDualStack": {
3284+
"builtIn": "AWS::UseDualStack",
3285+
"required": true,
3286+
"default": false,
3287+
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
3288+
"type": "boolean"
3289+
},
3290+
"UseFIPS": {
3291+
"builtIn": "AWS::UseFIPS",
3292+
"required": true,
3293+
"default": false,
3294+
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
3295+
"type": "boolean"
3296+
},
3297+
"Endpoint": {
3298+
"builtIn": "SDK::Endpoint",
3299+
"required": false,
3300+
"documentation": "Override the endpoint used to send this request",
3301+
"type": "string"
3302+
},
3303+
"Region": {
3304+
"builtIn": "AWS::Region",
3305+
"required": false,
3306+
"documentation": "The AWS region used to dispatch the request.",
3307+
"type": "string"
3308+
}
3309+
},
3310+
"conditions": [
3311+
{
3312+
"fn": "isSet",
3313+
"argv": [
3314+
{
3315+
"ref": "Endpoint"
3316+
}
3317+
]
3318+
},
3319+
{
3320+
"fn": "isSet",
3321+
"argv": [
3322+
{
3323+
"ref": "Region"
3324+
}
3325+
]
3326+
},
3327+
{
3328+
"fn": "aws.partition",
3329+
"argv": [
3330+
{
3331+
"ref": "Region"
3332+
}
3333+
],
3334+
"assign": "PartitionResult"
3335+
},
3336+
{
3337+
"fn": "booleanEquals",
3338+
"argv": [
3339+
{
3340+
"ref": "UseFIPS"
3341+
},
3342+
true
3343+
]
3344+
},
3345+
{
3346+
"fn": "booleanEquals",
3347+
"argv": [
3348+
{
3349+
"ref": "UseDualStack"
3350+
},
3351+
true
3352+
]
3353+
},
3354+
{
3355+
"fn": "stringEquals",
3356+
"argv": [
3357+
{
3358+
"fn": "getAttr",
3359+
"argv": [
3360+
{
3361+
"ref": "PartitionResult"
3362+
},
3363+
"name"
3364+
]
3365+
},
3366+
"aws-us-gov"
3367+
]
3368+
},
3369+
{
3370+
"fn": "booleanEquals",
3371+
"argv": [
3372+
{
3373+
"fn": "getAttr",
3374+
"argv": [
3375+
{
3376+
"ref": "PartitionResult"
3377+
},
3378+
"supportsFIPS"
3379+
]
3380+
},
3381+
true
3382+
]
3383+
},
3384+
{
3385+
"fn": "booleanEquals",
3386+
"argv": [
3387+
{
3388+
"fn": "getAttr",
3389+
"argv": [
3390+
{
3391+
"ref": "PartitionResult"
3392+
},
3393+
"supportsDualStack"
3394+
]
3395+
},
3396+
true
3397+
]
3398+
}
3399+
],
3400+
"results": [
3401+
{
3402+
"conditions": [],
3403+
"error": "Invalid Configuration: FIPS and custom endpoint are not supported",
3404+
"type": "error"
3405+
},
3406+
{
3407+
"conditions": [],
3408+
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported",
3409+
"type": "error"
3410+
},
3411+
{
3412+
"conditions": [],
3413+
"endpoint": {
3414+
"url": {
3415+
"ref": "Endpoint"
3416+
},
3417+
"properties": {},
3418+
"headers": {}
3419+
},
3420+
"type": "endpoint"
3421+
},
3422+
{
3423+
"conditions": [],
3424+
"endpoint": {
3425+
"url": "https://monitoring.{Region}.{PartitionResult#dnsSuffix}",
3426+
"properties": {},
3427+
"headers": {}
3428+
},
3429+
"type": "endpoint"
3430+
},
3431+
{
3432+
"conditions": [],
3433+
"endpoint": {
3434+
"url": "https://monitoring.{Region}.{PartitionResult#dualStackDnsSuffix}",
3435+
"properties": {},
3436+
"headers": {}
3437+
},
3438+
"type": "endpoint"
3439+
},
3440+
{
3441+
"conditions": [],
3442+
"endpoint": {
3443+
"url": "https://monitoring-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
3444+
"properties": {},
3445+
"headers": {}
3446+
},
3447+
"type": "endpoint"
3448+
},
3449+
{
3450+
"conditions": [],
3451+
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
3452+
"type": "error"
3453+
},
3454+
{
3455+
"conditions": [],
3456+
"endpoint": {
3457+
"url": "https://monitoring-fips.{Region}.{PartitionResult#dnsSuffix}",
3458+
"properties": {},
3459+
"headers": {}
3460+
},
3461+
"type": "endpoint"
3462+
},
3463+
{
3464+
"conditions": [],
3465+
"error": "FIPS is enabled but this partition does not support FIPS",
3466+
"type": "error"
3467+
},
3468+
{
3469+
"conditions": [],
3470+
"error": "DualStack is enabled but this partition does not support DualStack",
3471+
"type": "error"
3472+
},
3473+
{
3474+
"conditions": [],
3475+
"error": "Invalid Configuration: Missing Region",
3476+
"type": "error"
3477+
}
3478+
],
3479+
"root": 2,
3480+
"nodeCount": 15,
3481+
"nodes": "/////wAAAAH/////AAAAAAAAAA4AAAADAAAAAQAAAAQF9eELAAAAAgAAAAUF9eELAAAAAwAAAAgAAAAGAAAABAAAAAcF9eEEAAAABwX14QUF9eEKAAAABAAAAAsAAAAJAAAABQX14QQAAAAKAAAABgX14QgF9eEJAAAABQX14QUAAAAMAAAABgAAAA0F9eEHAAAABwX14QYF9eEHAAAAAwX14QEAAAAPAAAABAX14QIF9eED"
3482+
},
32803483
"smithy.rules#endpointRuleSet": {
32813484
"version": "1.0",
32823485
"parameters": {

0 commit comments

Comments
 (0)