Skip to content

Commit 2703c1f

Browse files
Update models for release
1 parent 978964f commit 2703c1f

33 files changed

Lines changed: 2830 additions & 950 deletions

.changes/3.373.6

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": "ObservabilityAdmin",
5+
"description": "Adding a new field in the CreateCentralizationRuleForOrganization, UpdateCentralizationRuleForOrganization API and updating the GetCentralizationRuleForOrganization API response to include the new field"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "EC2",
10+
"description": "Amazon EC2 Fleet instant mode now supports launching instances into Interruptible Capacity Reservations, enabling customers to use spare capacity shared by Capacity Reservation owners within their AWS Organization."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "Polly",
15+
"description": "Added bi-directional streaming functionality through a new API, StartSpeechSynthesisStream. This API allows streaming input text through inbound events and receiving audio as part of an output stream simultaneously."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "BedrockAgentCore",
20+
"description": "This release includes SDK support for the following new features on AgentCore Built In Tools. 1. Enterprise Policies for AgentCore Browser Tool. 2. Root CA Configuration Support for AgentCore Browser Tool and Code Interpreter. 3. API changes to AgentCore Browser Profile APIs"
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "BedrockAgentCoreControl",
25+
"description": "Adds support for the following new features. 1. Enterprise Policies support for AgentCore Browser Tool. 2. Root CA Configuration support for AgentCore Browser Tool and Code Interpreter."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "Batch",
30+
"description": "AWS Batch now supports quota management, enabling administrators to allocate shared compute resources across teams and projects through quota shares with capacity limits, resource-sharing strategies, and priority-based preemption - currently available for SageMaker Training job queues."
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\ObservabilityAdmin` - Adding a new field in the CreateCentralizationRuleForOrganization, UpdateCentralizationRuleForOrganization API and updating the GetCentralizationRuleForOrganization API response to include the new field
6+
* `Aws\EC2` - Amazon EC2 Fleet instant mode now supports launching instances into Interruptible Capacity Reservations, enabling customers to use spare capacity shared by Capacity Reservation owners within their AWS Organization.
7+
* `Aws\Polly` - Added bi-directional streaming functionality through a new API, StartSpeechSynthesisStream. This API allows streaming input text through inbound events and receiving audio as part of an output stream simultaneously.
8+
* `Aws\BedrockAgentCore` - This release includes SDK support for the following new features on AgentCore Built In Tools. 1. Enterprise Policies for AgentCore Browser Tool. 2. Root CA Configuration Support for AgentCore Browser Tool and Code Interpreter. 3. API changes to AgentCore Browser Profile APIs
9+
* `Aws\BedrockAgentCoreControl` - Adds support for the following new features. 1. Enterprise Policies support for AgentCore Browser Tool. 2. Root CA Configuration support for AgentCore Browser Tool and Code Interpreter.
10+
* `Aws\Batch` - AWS Batch now supports quota management, enabling administrators to allocate shared compute resources across teams and projects through quota shares with capacity limits, resource-sharing strategies, and priority-based preemption - currently available for SageMaker Training job queues.
11+
312
## 3.373.5 - 2026-03-18
413

514
* `Aws\EC2` - The DescribeInstanceTypes API now returns default connection tracking timeout values for TCP, UDP, and UDP stream via the new connectionTrackingConfiguration field on NetworkInfo.

src/Batch/BatchClient.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* @method \GuzzleHttp\Promise\Promise createConsumableResourceAsync(array $args = [])
1414
* @method \Aws\Result createJobQueue(array $args = [])
1515
* @method \GuzzleHttp\Promise\Promise createJobQueueAsync(array $args = [])
16+
* @method \Aws\Result createQuotaShare(array $args = [])
17+
* @method \GuzzleHttp\Promise\Promise createQuotaShareAsync(array $args = [])
1618
* @method \Aws\Result createSchedulingPolicy(array $args = [])
1719
* @method \GuzzleHttp\Promise\Promise createSchedulingPolicyAsync(array $args = [])
1820
* @method \Aws\Result createServiceEnvironment(array $args = [])
@@ -23,6 +25,8 @@
2325
* @method \GuzzleHttp\Promise\Promise deleteConsumableResourceAsync(array $args = [])
2426
* @method \Aws\Result deleteJobQueue(array $args = [])
2527
* @method \GuzzleHttp\Promise\Promise deleteJobQueueAsync(array $args = [])
28+
* @method \Aws\Result deleteQuotaShare(array $args = [])
29+
* @method \GuzzleHttp\Promise\Promise deleteQuotaShareAsync(array $args = [])
2630
* @method \Aws\Result deleteSchedulingPolicy(array $args = [])
2731
* @method \GuzzleHttp\Promise\Promise deleteSchedulingPolicyAsync(array $args = [])
2832
* @method \Aws\Result deleteServiceEnvironment(array $args = [])
@@ -39,6 +43,8 @@
3943
* @method \GuzzleHttp\Promise\Promise describeJobQueuesAsync(array $args = [])
4044
* @method \Aws\Result describeJobs(array $args = [])
4145
* @method \GuzzleHttp\Promise\Promise describeJobsAsync(array $args = [])
46+
* @method \Aws\Result describeQuotaShare(array $args = [])
47+
* @method \GuzzleHttp\Promise\Promise describeQuotaShareAsync(array $args = [])
4248
* @method \Aws\Result describeSchedulingPolicies(array $args = [])
4349
* @method \GuzzleHttp\Promise\Promise describeSchedulingPoliciesAsync(array $args = [])
4450
* @method \Aws\Result describeServiceEnvironments(array $args = [])
@@ -53,6 +59,8 @@
5359
* @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
5460
* @method \Aws\Result listJobsByConsumableResource(array $args = [])
5561
* @method \GuzzleHttp\Promise\Promise listJobsByConsumableResourceAsync(array $args = [])
62+
* @method \Aws\Result listQuotaShares(array $args = [])
63+
* @method \GuzzleHttp\Promise\Promise listQuotaSharesAsync(array $args = [])
5664
* @method \Aws\Result listSchedulingPolicies(array $args = [])
5765
* @method \GuzzleHttp\Promise\Promise listSchedulingPoliciesAsync(array $args = [])
5866
* @method \Aws\Result listServiceJobs(array $args = [])
@@ -79,9 +87,13 @@
7987
* @method \GuzzleHttp\Promise\Promise updateConsumableResourceAsync(array $args = [])
8088
* @method \Aws\Result updateJobQueue(array $args = [])
8189
* @method \GuzzleHttp\Promise\Promise updateJobQueueAsync(array $args = [])
90+
* @method \Aws\Result updateQuotaShare(array $args = [])
91+
* @method \GuzzleHttp\Promise\Promise updateQuotaShareAsync(array $args = [])
8292
* @method \Aws\Result updateSchedulingPolicy(array $args = [])
8393
* @method \GuzzleHttp\Promise\Promise updateSchedulingPolicyAsync(array $args = [])
8494
* @method \Aws\Result updateServiceEnvironment(array $args = [])
8595
* @method \GuzzleHttp\Promise\Promise updateServiceEnvironmentAsync(array $args = [])
96+
* @method \Aws\Result updateServiceJob(array $args = [])
97+
* @method \GuzzleHttp\Promise\Promise updateServiceJobAsync(array $args = [])
8698
*/
8799
class BatchClient extends AwsClient {}

0 commit comments

Comments
 (0)