Skip to content

Commit f037255

Browse files
Update models for release
1 parent 90007f7 commit f037255

36 files changed

+1099
-628
lines changed

.changes/3.356.22

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "MediaLive",
5+
"description": "Add MinBitrate for QVBR mode under H264\/H265\/AV1 output codec. Add GopBReference, GopNumBFrames, SubGopLength fields under H265 output codec."
6+
},
7+
{
8+
"type": "enhancement",
9+
"category": "KendraRanking",
10+
"description": "Model whitespace change - no client difference"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "LicenseManagerUserSubscriptions",
15+
"description": "Added support for cross-account Active Directories."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "Connect",
20+
"description": "This release adds a persistent connection field to UserPhoneConfig that maintains agent's softphone media connection for faster call connections."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "ConfigService",
25+
"description": "Add UNKNOWN state to RemediationExecutionState and add IN_PROGRESS\/EXITED\/UNKNOWN states to RemediationExecutionStepState."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "BedrockAgentCoreControl",
30+
"description": "Add tagging and VPC support to AgentCore Runtime, Code Interpreter, and Browser resources. Add support for configuring request headers in Runtime. Fix AgentCore Runtime shape names."
31+
},
32+
{
33+
"type": "enhancement",
34+
"category": "SQS",
35+
"description": "Update invalid character handling documentation for SQS SendMessage API"
36+
}
37+
]

CHANGELOG.md

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

3+
## next release
4+
5+
* `Aws\MediaLive` - Add MinBitrate for QVBR mode under H264/H265/AV1 output codec. Add GopBReference, GopNumBFrames, SubGopLength fields under H265 output codec.
6+
* `Aws\KendraRanking` - Model whitespace change - no client difference
7+
* `Aws\LicenseManagerUserSubscriptions` - Added support for cross-account Active Directories.
8+
* `Aws\Connect` - This release adds a persistent connection field to UserPhoneConfig that maintains agent's softphone media connection for faster call connections.
9+
* `Aws\ConfigService` - Add UNKNOWN state to RemediationExecutionState and add IN_PROGRESS/EXITED/UNKNOWN states to RemediationExecutionStepState.
10+
* `Aws\BedrockAgentCoreControl` - Add tagging and VPC support to AgentCore Runtime, Code Interpreter, and Browser resources. Add support for configuring request headers in Runtime. Fix AgentCore Runtime shape names.
11+
* `Aws\SQS` - Update invalid character handling documentation for SQS SendMessage API
12+
313
## 3.356.21 - 2025-09-18
414

515
* `Aws\Exception` - Loosens requirements for `$previous` `AwsException` parameter from `Exception` to `Throwable`.

src/BedrockAgentCoreControl/BedrockAgentCoreControlClient.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,16 @@
8787
* @method \GuzzleHttp\Promise\Promise listMemoriesAsync(array $args = [])
8888
* @method \Aws\Result listOauth2CredentialProviders(array $args = [])
8989
* @method \GuzzleHttp\Promise\Promise listOauth2CredentialProvidersAsync(array $args = [])
90+
* @method \Aws\Result listTagsForResource(array $args = [])
91+
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
9092
* @method \Aws\Result listWorkloadIdentities(array $args = [])
9193
* @method \GuzzleHttp\Promise\Promise listWorkloadIdentitiesAsync(array $args = [])
9294
* @method \Aws\Result setTokenVaultCMK(array $args = [])
9395
* @method \GuzzleHttp\Promise\Promise setTokenVaultCMKAsync(array $args = [])
96+
* @method \Aws\Result tagResource(array $args = [])
97+
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
98+
* @method \Aws\Result untagResource(array $args = [])
99+
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
94100
* @method \Aws\Result updateAgentRuntime(array $args = [])
95101
* @method \GuzzleHttp\Promise\Promise updateAgentRuntimeAsync(array $args = [])
96102
* @method \Aws\Result updateAgentRuntimeEndpoint(array $args = [])

0 commit comments

Comments
 (0)