You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This release adds support for Amazon EC2 Auto Scaling group deletion protection",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``budgets``",
9
+
"description": "Add Budget FilterExpression and Metrics fields to DescribeBudgetPerformanceHistory to support more granular filtering options.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``dynamodb``",
14
+
"description": "Adds additional waiters to Amazon DynamoDB.",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``ec2``",
19
+
"description": "Add better support for fractional GPU instances in DescribeInstanceTypes API. The new fields, logicalGpuCount, gpuPartitionSize, and workload array enable better GPU resource selection and filtering for both full and fractional GPU instance types.",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``endpoint-rules``",
24
+
"description": "Update endpoint-rules command to latest version",
25
+
"type": "api-change"
26
+
},
27
+
{
28
+
"category": "``gamelift``",
29
+
"description": "Amazon GameLift Servers Realtime now supports Node.js 24.x runtime on the Amazon Linux 2023 operating system.",
30
+
"type": "api-change"
31
+
},
32
+
{
33
+
"category": "``guardduty``",
34
+
"description": "Adding new enum value for ScanStatusReason",
35
+
"type": "api-change"
36
+
},
37
+
{
38
+
"category": "``health``",
39
+
"description": "Updates the lower range for the maxResults request property for DescribeAffectedEntities, DescribeAffectedEntitiesForOrganization, DescribeEvents, and DescribeEventsForOrganization API request properties.",
40
+
"type": "api-change"
41
+
},
42
+
{
43
+
"category": "``meteringmarketplace``",
44
+
"description": "Customer Identifier parameter deprecation date has been removed. For new implementations, we recommend using the CustomerAWSAccountID. Your current integration will continue to work. When updating your implementation, consider migrating to CustomerAWSAccountID for improved integration.",
45
+
"type": "api-change"
46
+
},
47
+
{
48
+
"category": "``verifiedpermissions``",
49
+
"description": "Adding documentation to user guide and API documentation for how customers can create new encrypted policy stores by passing in their customer managed key during policy store creation.",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.44.23
6
+
=======
7
+
8
+
* api-change:``autoscaling``: This release adds support for Amazon EC2 Auto Scaling group deletion protection
9
+
* api-change:``budgets``: Add Budget FilterExpression and Metrics fields to DescribeBudgetPerformanceHistory to support more granular filtering options.
10
+
* api-change:``dynamodb``: Adds additional waiters to Amazon DynamoDB.
11
+
* api-change:``ec2``: Add better support for fractional GPU instances in DescribeInstanceTypes API. The new fields, logicalGpuCount, gpuPartitionSize, and workload array enable better GPU resource selection and filtering for both full and fractional GPU instance types.
12
+
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version
13
+
* api-change:``gamelift``: Amazon GameLift Servers Realtime now supports Node.js 24.x runtime on the Amazon Linux 2023 operating system.
14
+
* api-change:``guardduty``: Adding new enum value for ScanStatusReason
15
+
* api-change:``health``: Updates the lower range for the maxResults request property for DescribeAffectedEntities, DescribeAffectedEntitiesForOrganization, DescribeEvents, and DescribeEventsForOrganization API request properties.
16
+
* api-change:``meteringmarketplace``: Customer Identifier parameter deprecation date has been removed. For new implementations, we recommend using the CustomerAWSAccountID. Your current integration will continue to work. When updating your implementation, consider migrating to CustomerAWSAccountID for improved integration.
17
+
* api-change:``verifiedpermissions``: Adding documentation to user guide and API documentation for how customers can create new encrypted policy stores by passing in their customer managed key during policy store creation.
0 commit comments