Skip to content

Commit 487ef06

Browse files
Update models for release
1 parent 855bcaa commit 487ef06

File tree

23 files changed

+648
-160
lines changed

23 files changed

+648
-160
lines changed

.changes/3.356.38

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "BedrockAgentCoreControl",
5+
"description": "Updated http status code in control plane apis of agentcore runtime, tools and identity. Additional included provider types for AgentCore Identity"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "ObservabilityAdmin",
10+
"description": "CloudWatch Observability Admin adds the ability to enable Resource tags for telemetry in a customer account. The release introduces new APIs to enable, disable and describe the status of Resource tags for telemetry feature. This new capability simplifies monitoring AWS resources using tags."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "EC2",
15+
"description": "Release Amazon EC2 c8i, c8i-flex, m8a, and r8gb"
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "BedrockAgentCore",
20+
"description": "Updated InvokeAgentRuntime API to accept account id optionally and added CompleteResourceTokenAuth API."
21+
}
22+
]

CHANGELOG.md

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

3+
## next release
4+
5+
* `Aws\BedrockAgentCoreControl` - Updated http status code in control plane apis of agentcore runtime, tools and identity. Additional included provider types for AgentCore Identity
6+
* `Aws\ObservabilityAdmin` - CloudWatch Observability Admin adds the ability to enable Resource tags for telemetry in a customer account. The release introduces new APIs to enable, disable and describe the status of Resource tags for telemetry feature. This new capability simplifies monitoring AWS resources using tags.
7+
* `Aws\EC2` - Release Amazon EC2 c8i, c8i-flex, m8a, and r8gb
8+
* `Aws\BedrockAgentCore` - Updated InvokeAgentRuntime API to accept account id optionally and added CompleteResourceTokenAuth API.
9+
310
## 3.356.37 - 2025-10-10
411

512
* `Aws\` - fixes #3194 and adds operations aliases for operation names that collide with `AwsClient` operation names.

src/BedrockAgentCore/BedrockAgentCoreClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* @method \GuzzleHttp\Promise\Promise batchDeleteMemoryRecordsAsync(array $args = [])
1212
* @method \Aws\Result batchUpdateMemoryRecords(array $args = [])
1313
* @method \GuzzleHttp\Promise\Promise batchUpdateMemoryRecordsAsync(array $args = [])
14+
* @method \Aws\Result completeResourceTokenAuth(array $args = [])
15+
* @method \GuzzleHttp\Promise\Promise completeResourceTokenAuthAsync(array $args = [])
1416
* @method \Aws\Result createEvent(array $args = [])
1517
* @method \GuzzleHttp\Promise\Promise createEventAsync(array $args = [])
1618
* @method \Aws\Result deleteEvent(array $args = [])

src/ObservabilityAdmin/ObservabilityAdminClient.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
* @method \GuzzleHttp\Promise\Promise deleteTelemetryRuleForOrganizationAsync(array $args = [])
2020
* @method \Aws\Result getCentralizationRuleForOrganization(array $args = [])
2121
* @method \GuzzleHttp\Promise\Promise getCentralizationRuleForOrganizationAsync(array $args = [])
22+
* @method \Aws\Result getTelemetryEnrichmentStatus(array $args = [])
23+
* @method \GuzzleHttp\Promise\Promise getTelemetryEnrichmentStatusAsync(array $args = [])
2224
* @method \Aws\Result getTelemetryEvaluationStatus(array $args = [])
2325
* @method \GuzzleHttp\Promise\Promise getTelemetryEvaluationStatusAsync(array $args = [])
2426
* @method \Aws\Result getTelemetryEvaluationStatusForOrganization(array $args = [])
@@ -39,10 +41,14 @@
3941
* @method \GuzzleHttp\Promise\Promise listTelemetryRulesAsync(array $args = [])
4042
* @method \Aws\Result listTelemetryRulesForOrganization(array $args = [])
4143
* @method \GuzzleHttp\Promise\Promise listTelemetryRulesForOrganizationAsync(array $args = [])
44+
* @method \Aws\Result startTelemetryEnrichment(array $args = [])
45+
* @method \GuzzleHttp\Promise\Promise startTelemetryEnrichmentAsync(array $args = [])
4246
* @method \Aws\Result startTelemetryEvaluation(array $args = [])
4347
* @method \GuzzleHttp\Promise\Promise startTelemetryEvaluationAsync(array $args = [])
4448
* @method \Aws\Result startTelemetryEvaluationForOrganization(array $args = [])
4549
* @method \GuzzleHttp\Promise\Promise startTelemetryEvaluationForOrganizationAsync(array $args = [])
50+
* @method \Aws\Result stopTelemetryEnrichment(array $args = [])
51+
* @method \GuzzleHttp\Promise\Promise stopTelemetryEnrichmentAsync(array $args = [])
4652
* @method \Aws\Result stopTelemetryEvaluation(array $args = [])
4753
* @method \GuzzleHttp\Promise\Promise stopTelemetryEvaluationAsync(array $args = [])
4854
* @method \Aws\Result stopTelemetryEvaluationForOrganization(array $args = [])

0 commit comments

Comments
 (0)