Skip to content

Commit 554ed64

Browse files
Update models for release
1 parent f2d28e1 commit 554ed64

56 files changed

Lines changed: 1234 additions & 287 deletions

Some content is hidden

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

.changes/3.385.2

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "Batch",
5+
"description": "Adds Support for ordered allocation strategies- BEST-FIT-PROGRESSIVE-ORDERED or SPOT-CAPACITY-OPTIMIZED-PRIORITIZED"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "CloudWatchLogs",
10+
"description": "Added optional startFromHead parameter to FilterLogEvents enabling descending timestamp order (newest first) when set to false. Default true preserves existing ascending order. Reverse sorting requires a startTime on or after Jan 1, 2024."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "Synthetics",
15+
"description": "CloudWatch Synthetics adds support for multi-location canaries. Customers can now monitor their endpoints from multiple locations with centralized management from a primary location. The SDK includes new parameters for configuring multiple locations and tracking their state."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "Lambda",
20+
"description": "Converging and fixing existing documentation gaps in Lambda SDK"
21+
},
22+
{
23+
"type": "enhancement",
24+
"category": "EC2",
25+
"description": "Documentation updates clarifying CancelCapacityReservation cancellable states"
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "EKS",
30+
"description": "Adds support for configurable control plane egress routing in Amazon EKS, allowing you to route control plane egress traffic through your VPC and control how the control plane reaches resources in your network such as webhook servers and OIDC providers."
31+
},
32+
{
33+
"type": "api-change",
34+
"category": "GameLift",
35+
"description": "Amazon GameLift Servers has launched support for customizing Linux capabilities in container fleets. You can now specify additional Linux capabilities for containers in a container group definition, giving you finer control over the default Docker capabilities available to your containers."
36+
},
37+
{
38+
"type": "api-change",
39+
"category": "HealthLake",
40+
"description": "Adding New Configurations to the FHIR Create Datastore. The new configurations include NLP Configuration, AnalyticsConfiguration, ProfileConfiguration"
41+
},
42+
{
43+
"type": "api-change",
44+
"category": "ECS",
45+
"description": "Amazon ECS services now support high resolution (20 second) CloudWatch metrics for CPUUtilization and MemoryUtilization. Use these metrics for faster service auto scaling."
46+
},
47+
{
48+
"type": "api-change",
49+
"category": "SageMaker",
50+
"description": "Adds support for automatic AMI patching on HyperPod clusters. Customers can configure patching strategies to automatically apply security patch with zero job termination. Customers can also specify an AMI version at instance group level and update cluster software to a certain AMI version."
51+
},
52+
{
53+
"type": "api-change",
54+
"category": "CognitoIdentityProvider",
55+
"description": "In order to support the new TLS Self-Service feature, this change adds SecurityPolicyType to CustomDomainConfigType. During CreateUserPoolDomain and UpdateUserPoolDomain this is used to select a custom domain's TLS enforcement, and for DescribeUserPoolDomain it informs users about the current TLS."
56+
},
57+
{
58+
"type": "api-change",
59+
"category": "ApplicationAutoScaling",
60+
"description": "Adds support for ECS high-resolution predefined scaling metrics (ECSServiceAverageCPUUtilizationHighResolution, ECSServiceAverageMemoryUtilizationHighResolution) enabling 20-second metric periods for faster scaling"
61+
},
62+
{
63+
"type": "api-change",
64+
"category": "ComputeOptimizer",
65+
"description": "This release surfaces two new metrics Volume IOPS Exceeded and Volume Throughput Exceeded into EBS volume rightsizing recommendations."
66+
}
67+
]

CHANGELOG.md

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

3+
## next release
4+
5+
* `Aws\Batch` - Adds Support for ordered allocation strategies- BEST-FIT-PROGRESSIVE-ORDERED or SPOT-CAPACITY-OPTIMIZED-PRIORITIZED
6+
* `Aws\CloudWatchLogs` - Added optional startFromHead parameter to FilterLogEvents enabling descending timestamp order (newest first) when set to false. Default true preserves existing ascending order. Reverse sorting requires a startTime on or after Jan 1, 2024.
7+
* `Aws\Synthetics` - CloudWatch Synthetics adds support for multi-location canaries. Customers can now monitor their endpoints from multiple locations with centralized management from a primary location. The SDK includes new parameters for configuring multiple locations and tracking their state.
8+
* `Aws\Lambda` - Converging and fixing existing documentation gaps in Lambda SDK
9+
* `Aws\EC2` - Documentation updates clarifying CancelCapacityReservation cancellable states
10+
* `Aws\EKS` - Adds support for configurable control plane egress routing in Amazon EKS, allowing you to route control plane egress traffic through your VPC and control how the control plane reaches resources in your network such as webhook servers and OIDC providers.
11+
* `Aws\GameLift` - Amazon GameLift Servers has launched support for customizing Linux capabilities in container fleets. You can now specify additional Linux capabilities for containers in a container group definition, giving you finer control over the default Docker capabilities available to your containers.
12+
* `Aws\HealthLake` - Adding New Configurations to the FHIR Create Datastore. The new configurations include NLP Configuration, AnalyticsConfiguration, ProfileConfiguration
13+
* `Aws\ECS` - Amazon ECS services now support high resolution (20 second) CloudWatch metrics for CPUUtilization and MemoryUtilization. Use these metrics for faster service auto scaling.
14+
* `Aws\SageMaker` - Adds support for automatic AMI patching on HyperPod clusters. Customers can configure patching strategies to automatically apply security patch with zero job termination. Customers can also specify an AMI version at instance group level and update cluster software to a certain AMI version.
15+
* `Aws\CognitoIdentityProvider` - In order to support the new TLS Self-Service feature, this change adds SecurityPolicyType to CustomDomainConfigType. During CreateUserPoolDomain and UpdateUserPoolDomain this is used to select a custom domain's TLS enforcement, and for DescribeUserPoolDomain it informs users about the current TLS.
16+
* `Aws\ApplicationAutoScaling` - Adds support for ECS high-resolution predefined scaling metrics (ECSServiceAverageCPUUtilizationHighResolution, ECSServiceAverageMemoryUtilizationHighResolution) enabling 20-second metric periods for faster scaling
17+
* `Aws\ComputeOptimizer` - This release surfaces two new metrics Volume IOPS Exceeded and Volume Throughput Exceeded into EBS volume rightsizing recommendations.
18+
319
## 3.385.1 - 2026-06-17
420

521
* `Aws\Configuration` - Fixes issue where profiles other than default are not discovered in the ini file due to a missing profile prefix in the lookup.

src/data/application-autoscaling/2016-02-06/api-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,9 @@
583583
"SageMakerInferenceComponentInvocationsPerCopy",
584584
"WorkSpacesAverageUserSessionsCapacityUtilization",
585585
"SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution",
586-
"SageMakerVariantConcurrentRequestsPerModelHighResolution"
586+
"SageMakerVariantConcurrentRequestsPerModelHighResolution",
587+
"ECSServiceAverageCPUUtilizationHighResolution",
588+
"ECSServiceAverageMemoryUtilizationHighResolution"
587589
]
588590
},
589591
"MetricUnit":{"type":"string"},

src/data/application-autoscaling/2016-02-06/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/application-autoscaling/2016-02-06/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
"MetricType": {
287287
"base": null,
288288
"refs": {
289-
"PredefinedMetricSpecification$PredefinedMetricType": "<p>The metric type. The <code>ALBRequestCountPerTarget</code> metric type applies only to Spot Fleets and ECS services.</p>"
289+
"PredefinedMetricSpecification$PredefinedMetricType": "<p>The metric type. The following are notes about specific metric types:</p> <ul> <li> <p> <code>ALBRequestCountPerTarget</code> - This metric type applies only to Spot Fleets and ECS services.</p> </li> <li> <p> <code>ECSServiceAverageCPUUtilizationHighResolution</code> - The high-resolution version of <code>ECSServiceAverageCPUUtilization</code> that uses 20-second CloudWatch metrics. Use this metric for target tracking scaling policies that evaluate metrics every 20 seconds. You must enable high-resolution metrics in Amazon ECS before creating a scaling policy with this metric type.</p> </li> <li> <p> <code>ECSServiceAverageMemoryUtilizationHighResolution</code> - The high-resolution version of <code>ECSServiceAverageMemoryUtilization</code> that uses 20-second CloudWatch metrics. Use this metric for target tracking scaling policies that evaluate metrics every 20 seconds. You must enable high-resolution metrics in Amazon ECS before creating a scaling policy with this metric type.</p> </li> </ul>"
290290
}
291291
},
292292
"MetricUnit": {

src/data/application-autoscaling/2016-02-06/docs-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/batch/2016-08-10/api-2.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,10 @@
718718
"enum":[
719719
"BEST_FIT",
720720
"BEST_FIT_PROGRESSIVE",
721+
"BEST_FIT_PROGRESSIVE_ORDERED",
721722
"SPOT_CAPACITY_OPTIMIZED",
722-
"SPOT_PRICE_CAPACITY_OPTIMIZED"
723+
"SPOT_PRICE_CAPACITY_OPTIMIZED",
724+
"SPOT_CAPACITY_OPTIMIZED_PRIORITIZED"
723725
]
724726
},
725727
"CRType":{
@@ -735,8 +737,10 @@
735737
"type":"string",
736738
"enum":[
737739
"BEST_FIT_PROGRESSIVE",
740+
"BEST_FIT_PROGRESSIVE_ORDERED",
738741
"SPOT_CAPACITY_OPTIMIZED",
739-
"SPOT_PRICE_CAPACITY_OPTIMIZED"
742+
"SPOT_PRICE_CAPACITY_OPTIMIZED",
743+
"SPOT_CAPACITY_OPTIMIZED_PRIORITIZED"
740744
]
741745
},
742746
"CancelJobRequest":{
@@ -826,8 +830,7 @@
826830
"type":"structure",
827831
"required":[
828832
"type",
829-
"maxvCpus",
830-
"subnets"
833+
"maxvCpus"
831834
],
832835
"members":{
833836
"type":{"shape":"CRType"},

src/data/batch/2016-08-10/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)