Skip to content

Commit

Permalink
Merge branch 'release-1.35.70' into develop
Browse files Browse the repository at this point in the history
* release-1.35.70:
  Bumping version to 1.35.70
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Nov 26, 2024
2 parents 1c2fa8b + e1c8191 commit 999ba65
Show file tree
Hide file tree
Showing 9 changed files with 1,434 additions and 288 deletions.
27 changes: 27 additions & 0 deletions .changes/1.35.70.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``bedrock-agent``",
"description": "Custom Orchestration API release for AWSBedrockAgents.",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "Custom Orchestration and Streaming configurations API release for AWSBedrockAgents.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Enables access to ValueMap and ValueInteger types for SegmentAttributes and fixes deserialization bug for DescribeContactFlow in AmazonConnect Public API",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Adds support for Time-based Copy for EBS Snapshots and Cross Region PrivateLink. Time-based Copy ensures that EBS Snapshots are copied within and across AWS Regions in a specified timeframe. Cross Region PrivateLink enables customers to connect to VPC endpoint services hosted in other AWS Regions.",
"type": "api-change"
},
{
"category": "``qapps``",
"description": "Private sharing, file upload and data collection feature support for Q Apps",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.35.70
=======

* api-change:``bedrock-agent``: Custom Orchestration API release for AWSBedrockAgents.
* api-change:``bedrock-agent-runtime``: Custom Orchestration and Streaming configurations API release for AWSBedrockAgents.
* api-change:``connect``: Enables access to ValueMap and ValueInteger types for SegmentAttributes and fixes deserialization bug for DescribeContactFlow in AmazonConnect Public API
* api-change:``ec2``: Adds support for Time-based Copy for EBS Snapshots and Cross Region PrivateLink. Time-based Copy ensures that EBS Snapshots are copied within and across AWS Regions in a specified timeframe. Cross Region PrivateLink enables customers to connect to VPC endpoint services hosted in other AWS Regions.
* api-change:``qapps``: Private sharing, file upload and data collection feature support for Q Apps


1.35.69
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.69'
__version__ = '1.35.70'


class NullHandler(logging.Handler):
Expand Down
53 changes: 53 additions & 0 deletions botocore/data/bedrock-agent-runtime/2023-07-26/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,32 @@
"type":"string",
"enum":["RETURN_CONTROL"]
},
"CustomOrchestrationTrace":{
"type":"structure",
"members":{
"event":{
"shape":"CustomOrchestrationTraceEvent",
"documentation":"<p> The trace event details used with the custom orchestration. </p>"
},
"traceId":{
"shape":"TraceId",
"documentation":"<p> The unique identifier of the trace. </p>"
}
},
"documentation":"<p> The trace behavior for the custom orchestration. </p>",
"sensitive":true
},
"CustomOrchestrationTraceEvent":{
"type":"structure",
"members":{
"text":{
"shape":"String",
"documentation":"<p> The text that prompted the event at this step. </p>"
}
},
"documentation":"<p> The event in the custom orchestration sequence. </p>",
"sensitive":true
},
"DateTimestamp":{
"type":"timestamp",
"documentation":"<p>Time Stamp.</p>",
Expand Down Expand Up @@ -2279,6 +2305,10 @@
"sessionState":{
"shape":"SessionState",
"documentation":"<p>Contains parameters that specify various attributes of the session. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/agents-session-state.html\">Control session context</a>.</p> <note> <p>If you include <code>returnControlInvocationResults</code> in the <code>sessionState</code> field, the <code>inputText</code> field will be ignored.</p> </note>"
},
"streamingConfigurations":{
"shape":"StreamingConfigurations",
"documentation":"<p> Specifies the configurations for streaming. </p>"
}
}
},
Expand Down Expand Up @@ -4064,6 +4094,25 @@
"max":4,
"min":0
},
"StreamingConfigurations":{
"type":"structure",
"members":{
"applyGuardrailInterval":{
"shape":"StreamingConfigurationsApplyGuardrailIntervalInteger",
"documentation":"<p> The guardrail interval to apply as response is generated. </p>"
},
"streamFinalResponse":{
"shape":"Boolean",
"documentation":"<p> Specifies whether to enable streaming for the final response. This is set to <code>false</code> by default. </p>"
}
},
"documentation":"<p> Configurations for streaming. </p>"
},
"StreamingConfigurationsApplyGuardrailIntervalInteger":{
"type":"integer",
"box":true,
"min":1
},
"String":{"type":"string"},
"SummaryText":{
"type":"string",
Expand Down Expand Up @@ -4163,6 +4212,10 @@
"Trace":{
"type":"structure",
"members":{
"customOrchestrationTrace":{
"shape":"CustomOrchestrationTrace",
"documentation":"<p> Details about the custom orchestration step in which the agent determines the order in which actions are executed. </p>"
},
"failureTrace":{
"shape":"FailureTrace",
"documentation":"<p>Contains information about the failure of the interaction.</p>"
Expand Down
52 changes: 52 additions & 0 deletions botocore/data/bedrock-agent/2023-06-05/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,10 @@
"shape":"DateTimestamp",
"documentation":"<p>The time at which the agent was created.</p>"
},
"customOrchestration":{
"shape":"CustomOrchestration",
"documentation":"<p> Contains custom orchestration configurations for the agent. </p>"
},
"customerEncryptionKeyArn":{
"shape":"KmsKeyArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the KMS key that encrypts the agent.</p>"
Expand Down Expand Up @@ -1403,6 +1407,10 @@
"shape":"MemoryConfiguration",
"documentation":"<p>Contains memory configuration for the agent.</p>"
},
"orchestrationType":{
"shape":"OrchestrationType",
"documentation":"<p> Specifies the orchestration strategy for the agent. </p>"
},
"preparedAt":{
"shape":"DateTimestamp",
"documentation":"<p>The time at which the agent was last prepared.</p>"
Expand Down Expand Up @@ -2401,6 +2409,10 @@
"documentation":"<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>",
"idempotencyToken":true
},
"customOrchestration":{
"shape":"CustomOrchestration",
"documentation":"<p> Contains details of the custom orchestration configured for the agent. </p>"
},
"customerEncryptionKeyArn":{
"shape":"KmsKeyArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the KMS key with which to encrypt the agent.</p>"
Expand Down Expand Up @@ -2429,6 +2441,10 @@
"shape":"MemoryConfiguration",
"documentation":"<p> Contains the details of the memory configured for the agent.</p>"
},
"orchestrationType":{
"shape":"OrchestrationType",
"documentation":"<p> Specifies the type of orchestration strategy for the agent. This is set to <code>DEFAULT</code> orchestration type, by default. </p>"
},
"promptOverrideConfiguration":{
"shape":"PromptOverrideConfiguration",
"documentation":"<p>Contains configurations to override prompts in different parts of an agent sequence. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts.html\">Advanced prompts</a>.</p>"
Expand Down Expand Up @@ -2986,6 +3002,16 @@
"type":"string",
"enum":["RETURN_CONTROL"]
},
"CustomOrchestration":{
"type":"structure",
"members":{
"executor":{
"shape":"OrchestrationExecutor",
"documentation":"<p> The structure of the executor invoking the actions in custom orchestration. </p>"
}
},
"documentation":"<p> Details of custom orchestration. </p>"
},
"CustomTransformationConfiguration":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -6533,6 +6559,24 @@
"min":0,
"pattern":"^.*$"
},
"OrchestrationExecutor":{
"type":"structure",
"members":{
"lambda":{
"shape":"LambdaArn",
"documentation":"<p> The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action. </p>"
}
},
"documentation":"<p> Contains details about the Lambda function containing the orchestration logic carried out upon invoking the custom orchestration. </p>",
"union":true
},
"OrchestrationType":{
"type":"string",
"enum":[
"DEFAULT",
"CUSTOM_ORCHESTRATION"
]
},
"OutputFlowNodeConfiguration":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -8443,6 +8487,10 @@
"shape":"AgentRoleArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.</p>"
},
"customOrchestration":{
"shape":"CustomOrchestration",
"documentation":"<p> Contains details of the custom orchestration configured for the agent. </p>"
},
"customerEncryptionKeyArn":{
"shape":"KmsKeyArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the KMS key with which to encrypt the agent.</p>"
Expand Down Expand Up @@ -8471,6 +8519,10 @@
"shape":"MemoryConfiguration",
"documentation":"<p>Specifies the new memory configuration for the agent. </p>"
},
"orchestrationType":{
"shape":"OrchestrationType",
"documentation":"<p> Specifies the type of orchestration strategy for the agent. This is set to <code>DEFAULT</code> orchestration type, by default. </p>"
},
"promptOverrideConfiguration":{
"shape":"PromptOverrideConfiguration",
"documentation":"<p>Contains configurations to override prompts in different parts of an agent sequence. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts.html\">Advanced prompts</a>.</p>"
Expand Down
Loading

0 comments on commit 999ba65

Please sign in to comment.