Skip to content

Commit 8c2f4e3

Browse files
Release 2.46.11. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 72a2ba6 commit 8c2f4e3

530 files changed

Lines changed: 610 additions & 571 deletions

File tree

Some content is hidden

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

.changes/2.46.11.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.46.11",
3+
"date": "2026-06-15",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon CloudWatch Logs",
8+
"contributor": "",
9+
"description": "Added endTimeOffset parameter to Scheduled Queries APIs (Create, Update, Get) enabling bounded time window configuration. Introduced scheduleType filter (CUSTOMER MANAGED, AWS MANAGED) for ListScheduledQueries and exposed it in Get and Update responses."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon S3",
14+
"contributor": "",
15+
"description": "Added BufferedSplittableAsyncRequestBody.builder() with bufferBeforeSend option that fully buffers each multipart upload part before sending, fixing NonRetryableException when retrying parts from slow streaming sources."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Relational Database Service",
20+
"contributor": "",
21+
"description": "Adding support for RDS SQL Server BYOM and DB2 Community Edition"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS WAFV2",
26+
"contributor": "",
27+
"description": "AWS WAF now supports AI traffic monetization for CloudFront. Configure payment networks and pricing on your web ACL, use the new Monetize rule action to charge AI agents via x402, and monitor revenue with new GetRevenueStatisticsSummary, GetRevenueStatistics, and ListSettlementRecords APIs."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon DataZone",
32+
"contributor": "",
33+
"description": "Adds support for deleting lineage events in Amazon DataZone."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon WorkSpaces",
38+
"contributor": "",
39+
"description": "Added a validation for null check for ImageIds in DescribeWorkspaceImages API request parameters."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Bedrock Runtime",
44+
"contributor": "",
45+
"description": "InvokeGuardrailChecks API evaluates prompts and responses against safety checks (content filters, prompt attacks, sensitive info) without creating guardrail resources. It's a detect-only API, returning numeric scores so you can build adaptive logic as per your application."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Application Migration Service",
50+
"contributor": "",
51+
"description": "AWS Transform for VMware now supports Amazon FSx for NetApp ONTAP as a target storage. Customers can migrate source server disks directly to FSx for NetApp ONTAP iSCSI LUNs. Target storage is configurable per source server, and compute, network, and storage migrate together in coordinated waves."
52+
}
53+
]
54+
}

.changes/next-release/feature-AWSWAFV2-7f6988f.json

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

.changes/next-release/feature-AmazonBedrockRuntime-d9cf27d.json

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

.changes/next-release/feature-AmazonCloudWatchLogs-051beb4.json

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

.changes/next-release/feature-AmazonDataZone-956fbf7.json

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

.changes/next-release/feature-AmazonRelationalDatabaseService-ccf6503.json

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

.changes/next-release/feature-AmazonS3-d7fcc2e.json

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

.changes/next-release/feature-AmazonWorkSpaces-923cb4e.json

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

.changes/next-release/feature-ApplicationMigrationService-9718cfa.json

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

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.46.11__ __2026-06-15__
3+
## __AWS WAFV2__
4+
- ### Features
5+
- AWS WAF now supports AI traffic monetization for CloudFront. Configure payment networks and pricing on your web ACL, use the new Monetize rule action to charge AI agents via x402, and monitor revenue with new GetRevenueStatisticsSummary, GetRevenueStatistics, and ListSettlementRecords APIs.
6+
7+
## __Amazon Bedrock Runtime__
8+
- ### Features
9+
- InvokeGuardrailChecks API evaluates prompts and responses against safety checks (content filters, prompt attacks, sensitive info) without creating guardrail resources. It's a detect-only API, returning numeric scores so you can build adaptive logic as per your application.
10+
11+
## __Amazon CloudWatch Logs__
12+
- ### Features
13+
- Added endTimeOffset parameter to Scheduled Queries APIs (Create, Update, Get) enabling bounded time window configuration. Introduced scheduleType filter (CUSTOMER MANAGED, AWS MANAGED) for ListScheduledQueries and exposed it in Get and Update responses.
14+
15+
## __Amazon DataZone__
16+
- ### Features
17+
- Adds support for deleting lineage events in Amazon DataZone.
18+
19+
## __Amazon Relational Database Service__
20+
- ### Features
21+
- Adding support for RDS SQL Server BYOM and DB2 Community Edition
22+
23+
## __Amazon S3__
24+
- ### Features
25+
- Added BufferedSplittableAsyncRequestBody.builder() with bufferBeforeSend option that fully buffers each multipart upload part before sending, fixing NonRetryableException when retrying parts from slow streaming sources.
26+
27+
## __Amazon WorkSpaces__
28+
- ### Features
29+
- Added a validation for null check for ImageIds in DescribeWorkspaceImages API request parameters.
30+
31+
## __Application Migration Service__
32+
- ### Features
33+
- AWS Transform for VMware now supports Amazon FSx for NetApp ONTAP as a target storage. Customers can migrate source server disks directly to FSx for NetApp ONTAP iSCSI LUNs. Target storage is configurable per source server, and compute, network, and storage migrate together in coordinated waves.
34+
235
# __2.46.10__ __2026-06-12__
336
## __AWS Certificate Manager__
437
- ### Features

0 commit comments

Comments
 (0)