Skip to content

Commit ce33a8f

Browse files
misc: merge from main
2 parents f69fc39 + 445816d commit ce33a8f

File tree

13 files changed

+2247
-166
lines changed

13 files changed

+2247
-166
lines changed

CHANGELOG.md

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

3+
## [1.5.103] - 12/15/2025
4+
5+
### Features
6+
* (**cloudwatchlogs**) This release allows you to import your historical CloudTrail Lake data into CloudWatch with a few steps, enabling you to easily consolidate operational, security, and compliance data in one place.
7+
* (**connect**) Amazon Connect now supports outbound WhatsApp contacts via the Send message block or StartOutboundChatContact API. Send proactive messages for surveys, reminders, and updates. Offer customers the option to switch to WhatsApp while in queue, eliminating hold time.
8+
* (**ec2**) EC2 Capacity Manager now supports SpotTotalCount, SpotTotalInterruptions and SpotInterruptionRate metrics for both vCPU and instance units.
9+
* (**entityresolution**) Support Customer Profiles Integration for AWS Entity Resolution
10+
* (**glacier**) Documentation updates for Amazon Glacier's maintenance mode
11+
* (**health**) Updating Health API endpoint generation for dualstack only regions
12+
* (**mediatailor**) Added support for Ad Decision Server Configuration enabling HTTP POST requests with custom bodies, headers, GZIP compression, and dynamic variables. No changes required for existing GET request configurations.
13+
* (**route53resolver**) Adds support for enabling detailed metrics on Route 53 Resolver endpoints using RniEnhancedMetricsEnabled and TargetNameServerMetricsEnabled in the CreateResolverEndpoint and UpdateResolverEndpoint APIs, providing enhanced visibility into Resolver endpoint and target name server performance.
14+
* (**s3**) This release adds support for the new optional field 'LifecycleExpirationDate' in S3 Inventory configurations.
15+
* (**servicequotas**) Add support for SQ Dashboard Api
16+
17+
### Documentation
18+
* (**bedrockagentcorecontrol**) This release updates broken links for AgentCore Policy APIs in the AWS CLI and SDK resources.
19+
320
## [1.5.102] - 12/12/2025
421

522
### Features

codegen/sdk/aws-models/bedrock-agentcore-control.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3937,7 +3937,7 @@
39373937
}
39383938
],
39393939
"traits": {
3940-
"smithy.api#documentation": "<p>Creates a policy within the AgentCore Policy system. Policies provide real-time, deterministic control over agentic interactions with AgentCore Gateway. Using the Cedar policy language, you can define fine-grained policies that specify which interactions with Gateway tools are permitted based on input parameters and OAuth claims, ensuring agents operate within defined boundaries and business rules. The policy is validated during creation against the Cedar schema generated from the Gateway's tools' input schemas, which defines the available tools, their parameters, and expected data types. This is an asynchronous operation. Use the <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_GetPolicy.html\">GetPolicy</a> operation to poll the <code>status</code> field to track completion.</p>",
3940+
"smithy.api#documentation": "<p>Creates a policy within the AgentCore Policy system. Policies provide real-time, deterministic control over agentic interactions with AgentCore Gateway. Using the Cedar policy language, you can define fine-grained policies that specify which interactions with Gateway tools are permitted based on input parameters and OAuth claims, ensuring agents operate within defined boundaries and business rules. The policy is validated during creation against the Cedar schema generated from the Gateway's tools' input schemas, which defines the available tools, their parameters, and expected data types. This is an asynchronous operation. Use the <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetPolicy.html\">GetPolicy</a> operation to poll the <code>status</code> field to track completion.</p>",
39413941
"smithy.api#http": {
39423942
"method": "POST",
39433943
"uri": "/policy-engines/{policyEngineId}/policies",
@@ -3974,7 +3974,7 @@
39743974
}
39753975
],
39763976
"traits": {
3977-
"smithy.api#documentation": "<p>Creates a new policy engine within the AgentCore Policy system. A policy engine is a collection of policies that evaluates and authorizes agent tool calls. When associated with Gateways (each Gateway can be associated with at most one policy engine, but multiple Gateways can be associated with the same engine), the policy engine intercepts all agent requests and determines whether to allow or deny each action based on the defined policies. This is an asynchronous operation. Use the <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_GetPolicyEngine.html\">GetPolicyEngine</a> operation to poll the <code>status</code> field to track completion.</p>",
3977+
"smithy.api#documentation": "<p>Creates a new policy engine within the AgentCore Policy system. A policy engine is a collection of policies that evaluates and authorizes agent tool calls. When associated with Gateways (each Gateway can be associated with at most one policy engine, but multiple Gateways can be associated with the same engine), the policy engine intercepts all agent requests and determines whether to allow or deny each action based on the defined policies. This is an asynchronous operation. Use the <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetPolicyEngine.html\">GetPolicyEngine</a> operation to poll the <code>status</code> field to track completion.</p>",
39783978
"smithy.api#http": {
39793979
"method": "POST",
39803980
"uri": "/policy-engines",
@@ -9492,7 +9492,7 @@
94929492
"policyGenerationId": {
94939493
"target": "com.amazonaws.bedrockagentcorecontrol#ResourceId",
94949494
"traits": {
9495-
"smithy.api#documentation": "<p>The unique identifier of the policy generation request to be retrieved. This must be a valid generation ID from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_StartPolicyGeneration.html\">StartPolicyGeneration</a> call.</p>",
9495+
"smithy.api#documentation": "<p>The unique identifier of the policy generation request to be retrieved. This must be a valid generation ID from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_StartPolicyGeneration.html\">StartPolicyGeneration</a> call.</p>",
94969496
"smithy.api#httpLabel": {},
94979497
"smithy.api#required": {}
94989498
}
@@ -11502,7 +11502,7 @@
1150211502
"nextToken": {
1150311503
"target": "com.amazonaws.bedrockagentcorecontrol#NextToken",
1150411504
"traits": {
11505-
"smithy.api#documentation": "<p>A pagination token returned from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_ListPolicies.html\">ListPolicies</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>",
11505+
"smithy.api#documentation": "<p>A pagination token returned from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicies.html\">ListPolicies</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>",
1150611506
"smithy.api#httpQuery": "nextToken"
1150711507
}
1150811508
},
@@ -11606,7 +11606,7 @@
1160611606
"nextToken": {
1160711607
"target": "com.amazonaws.bedrockagentcorecontrol#NextToken",
1160811608
"traits": {
11609-
"smithy.api#documentation": "<p>A pagination token returned from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_ListPolicyEngines.html\">ListPolicyEngines</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>",
11609+
"smithy.api#documentation": "<p>A pagination token returned from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyEngines.html\">ListPolicyEngines</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>",
1161011610
"smithy.api#httpQuery": "nextToken"
1161111611
}
1161211612
},
@@ -11635,7 +11635,7 @@
1163511635
"nextToken": {
1163611636
"target": "com.amazonaws.bedrockagentcorecontrol#NextToken",
1163711637
"traits": {
11638-
"smithy.api#documentation": "<p>A pagination token that can be used in subsequent <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_ListPolicyEngines.html\">ListPolicyEngines</a> calls to retrieve additional results. This token is only present when there are more results available. </p>"
11638+
"smithy.api#documentation": "<p>A pagination token that can be used in subsequent <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyEngines.html\">ListPolicyEngines</a> calls to retrieve additional results. This token is only present when there are more results available. </p>"
1163911639
}
1164011640
}
1164111641
},
@@ -11689,7 +11689,7 @@
1168911689
"policyGenerationId": {
1169011690
"target": "com.amazonaws.bedrockagentcorecontrol#ResourceId",
1169111691
"traits": {
11692-
"smithy.api#documentation": "<p>The unique identifier of the policy generation request whose assets are to be retrieved. This must be a valid generation ID from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_StartPolicyGeneration.html\">StartPolicyGeneration</a> call that has completed processing.</p>",
11692+
"smithy.api#documentation": "<p>The unique identifier of the policy generation request whose assets are to be retrieved. This must be a valid generation ID from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_StartPolicyGeneration.html\">StartPolicyGeneration</a> call that has completed processing.</p>",
1169311693
"smithy.api#httpLabel": {},
1169411694
"smithy.api#required": {}
1169511695
}
@@ -11705,7 +11705,7 @@
1170511705
"nextToken": {
1170611706
"target": "com.amazonaws.bedrockagentcorecontrol#NextToken",
1170711707
"traits": {
11708-
"smithy.api#documentation": "<p>A pagination token returned from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_ListPolicyGenerationAssets.html\">ListPolicyGenerationAssets</a> call. Use this token to retrieve the next page of assets when the response is paginated due to large numbers of generated policy options.</p>",
11708+
"smithy.api#documentation": "<p>A pagination token returned from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyGenerationAssets.html\">ListPolicyGenerationAssets</a> call. Use this token to retrieve the next page of assets when the response is paginated due to large numbers of generated policy options.</p>",
1170911709
"smithy.api#httpQuery": "nextToken"
1171011710
}
1171111711
},
@@ -11738,7 +11738,7 @@
1173811738
"nextToken": {
1173911739
"target": "com.amazonaws.bedrockagentcorecontrol#NextToken",
1174011740
"traits": {
11741-
"smithy.api#documentation": "<p>A pagination token that can be used in subsequent <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_ListPolicyGenerationAssets.html\">ListPolicyGenerationAssets</a> calls to retrieve additional assets. This token is only present when there are more generated policy assets available beyond the current response.</p>"
11741+
"smithy.api#documentation": "<p>A pagination token that can be used in subsequent <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyGenerationAssets.html\">ListPolicyGenerationAssets</a> calls to retrieve additional assets. This token is only present when there are more generated policy assets available beyond the current response.</p>"
1174211742
}
1174311743
}
1174411744
},

0 commit comments

Comments
 (0)