Skip to content

Commit e0f10c8

Browse files
Update models for release
1 parent 26cd04f commit e0f10c8

24 files changed

Lines changed: 572 additions & 436 deletions

File tree

.changes/3.371.2

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "BackupGateway",
5+
"description": "This release updates GetGateway API to include deprecationDate and softwareVersion in the response, enabling customers to track gateway software versions and upcoming deprecation dates."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "MarketplaceMetering",
10+
"description": "Added LicenseArn to ResolveCustomer response and BatchMeterUsage usage records. BatchMeterUsage now accepts LicenseArn in each UsageRecord to report usage at the license level. Added InvalidLicenseException error response for invalid license parameters."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "MarketplaceEntitlementService",
15+
"description": "Added License Arn as a new optional filter for GetEntitlements and LicenseArn field in each entitlement in the response."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "ECS",
20+
"description": "Adding support for Capacity Reservations for ECS Managed Instances by introducing a new \"capacityOptionType\" value of \"RESERVED\" and new field \"capacityReservations\" for CreateCapacityProvider and UpdateCapacityProvider APIs."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "EC2",
25+
"description": "Add c8id, m8id and hpc8a instance types."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "SecurityHub",
30+
"description": "Security Hub added EXTENDED PLAN integration type to DescribeProductsV2 and added metadata.product.vendor name GroupBy support to GetFindingStatisticsV2"
31+
}
32+
]

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\BackupGateway` - This release updates GetGateway API to include deprecationDate and softwareVersion in the response, enabling customers to track gateway software versions and upcoming deprecation dates.
6+
* `Aws\MarketplaceMetering` - Added LicenseArn to ResolveCustomer response and BatchMeterUsage usage records. BatchMeterUsage now accepts LicenseArn in each UsageRecord to report usage at the license level. Added InvalidLicenseException error response for invalid license parameters.
7+
* `Aws\MarketplaceEntitlementService` - Added License Arn as a new optional filter for GetEntitlements and LicenseArn field in each entitlement in the response.
8+
* `Aws\ECS` - Adding support for Capacity Reservations for ECS Managed Instances by introducing a new "capacityOptionType" value of "RESERVED" and new field "capacityReservations" for CreateCapacityProvider and UpdateCapacityProvider APIs.
9+
* `Aws\EC2` - Add c8id, m8id and hpc8a instance types.
10+
* `Aws\SecurityHub` - Security Hub added EXTENDED PLAN integration type to DescribeProductsV2 and added metadata.product.vendor name GroupBy support to GetFindingStatisticsV2
11+
312
## 3.371.1 - 2026-02-25
413

514
* `Aws\Batch` - AWS Batch documentation update for service job capacity units.

0 commit comments

Comments
 (0)