Skip to content

Commit bba3cfc

Browse files
Adds support for defining an ordered preference list of different Rekognition Face Liveness challenge types when calling CreateFaceLivenessSession.
Include Global Cluster Identifier in DBCluster if the DBCluster is a Global Cluster Member. This release introduces the `PromptCreationConfigurations` input parameter, which includes fields to control prompt population for `InvokeAgent` or `InvokeInlineAgent` requests. Remove unpopulated KeyMaterialId from Encrypt Response S3 Tables now supports getting details about a table via its table ARN. Amazon Route 53 now supports the Asia Pacific (Taipei) Region (ap-east-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
1 parent bfb37b1 commit bba3cfc

File tree

85 files changed

+2131
-1197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+2131
-1197
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.583
1+
1.11.584

generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/BedrockAgentRuntimeClient.h

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,12 @@ namespace BedrockAgentRuntime
307307
}
308308

309309
/**
310-
* <p>Retrieves the flow definition snapshot used for an asynchronous execution.
311-
* The snapshot represents the flow metadata and definition as it existed at the
312-
* time the asynchronous execution was started. Note that even if the flow is
313-
* edited after an execution starts, the snapshot connected to the execution
314-
* remains unchanged.</p> <p>Asynchronous flows is in preview release for
315-
* Amazon Bedrock and is subject to change.</p> <p><h3>See Also:</h3> <a
310+
* <p>Retrieves the flow definition snapshot used for a flow execution. The
311+
* snapshot represents the flow metadata and definition as it existed at the time
312+
* the execution was started. Note that even if the flow is edited after an
313+
* execution starts, the snapshot connected to the execution remains unchanged.</p>
314+
* <p>Flow executions is in preview release for Amazon Bedrock and is
315+
* subject to change.</p> <p><h3>See Also:</h3> <a
316316
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/GetExecutionFlowSnapshot">AWS
317317
* API Reference</a></p>
318318
*/
@@ -337,8 +337,8 @@ namespace BedrockAgentRuntime
337337
}
338338

339339
/**
340-
* <p>Retrieves details about a specific asynchronous execution of a flow,
341-
* including its status, start and end times, and any errors that occurred during
340+
* <p>Retrieves details about a specific flow execution, including its status,
341+
* start and end times, and any errors that occurred during
342342
* execution.</p><p><h3>See Also:</h3> <a
343343
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/GetFlowExecution">AWS
344344
* API Reference</a></p>
@@ -543,11 +543,11 @@ namespace BedrockAgentRuntime
543543
}
544544

545545
/**
546-
* <p>Lists events that occurred during an asynchronous execution of a flow. Events
547-
* provide detailed information about the execution progress, including node inputs
548-
* and outputs, flow inputs and outputs, condition results, and failure events.</p>
549-
* <p>Asynchronous flows is in preview release for Amazon Bedrock and is
550-
* subject to change.</p> <p><h3>See Also:</h3> <a
546+
* <p>Lists events that occurred during a flow execution. Events provide detailed
547+
* information about the execution progress, including node inputs and outputs,
548+
* flow inputs and outputs, condition results, and failure events.</p>
549+
* <p>Flow executions is in preview release for Amazon Bedrock and is subject to
550+
* change.</p> <p><h3>See Also:</h3> <a
551551
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/ListFlowExecutionEvents">AWS
552552
* API Reference</a></p>
553553
*/
@@ -572,11 +572,11 @@ namespace BedrockAgentRuntime
572572
}
573573

574574
/**
575-
* <p>Lists all asynchronous executions for a flow. Results can be paginated and
576-
* include summary information about each execution, such as status, start and end
577-
* times, and the execution's Amazon Resource Name (ARN).</p>
578-
* <p>Asynchronous flows is in preview release for Amazon Bedrock and is subject to
579-
* change.</p> <p><h3>See Also:</h3> <a
575+
* <p>Lists all executions of a flow. Results can be paginated and include summary
576+
* information about each execution, such as status, start and end times, and the
577+
* execution's Amazon Resource Name (ARN).</p> <p>Flow executions is in
578+
* preview release for Amazon Bedrock and is subject to change.</p>
579+
* <p><h3>See Also:</h3> <a
580580
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/ListFlowExecutions">AWS
581581
* API Reference</a></p>
582582
*/
@@ -895,14 +895,13 @@ namespace BedrockAgentRuntime
895895
}
896896

897897
/**
898-
* <p>Starts an asynchronous execution of an Amazon Bedrock flow. Unlike
899-
* synchronous flows that run until completion or time out after five minutes, you
900-
* can run asynchronous flows for longer durations. Asynchronous flows also yield
901-
* control so that your application can perform other tasks.</p> <p>This operation
902-
* returns an Amazon Resource Name (ARN) that you can use to track and manage your
903-
* flow's async execution.</p> <p>Asynchronous flows is in preview release
904-
* for Amazon Bedrock and is subject to change.</p> <p><h3>See Also:</h3>
905-
* <a
898+
* <p>Starts an execution of an Amazon Bedrock flow. Unlike flows that run until
899+
* completion or time out after five minutes, flow executions let you run flows
900+
* asynchronously for longer durations. Flow executions also yield control so that
901+
* your application can perform other tasks.</p> <p>This operation returns an
902+
* Amazon Resource Name (ARN) that you can use to track and manage your flow
903+
* execution.</p> <p>Flow executions is in preview release for Amazon
904+
* Bedrock and is subject to change.</p> <p><h3>See Also:</h3> <a
906905
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/StartFlowExecution">AWS
907906
* API Reference</a></p>
908907
*/
@@ -927,8 +926,8 @@ namespace BedrockAgentRuntime
927926
}
928927

929928
/**
930-
* <p>Stops an Amazon Bedrock flow's asynchronous execution. This operation
931-
* prevents further processing of the flow and changes the execution status to
929+
* <p>Stops an Amazon Bedrock flow's execution. This operation prevents further
930+
* processing of the flow and changes the execution status to
932931
* <code>Aborted</code>.</p><p><h3>See Also:</h3> <a
933932
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/StopFlowExecution">AWS
934933
* API Reference</a></p>

generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/ConditionResultEvent.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ namespace Model
2727
{
2828

2929
/**
30-
* <p>Contains information about a condition evaluation result during an async
30+
* <p>Contains information about a condition evaluation result during a flow
3131
* execution. This event is generated when a condition node in the flow evaluates
32-
* its conditions.</p> <p>Asynchronous flows is in preview release for
33-
* Amazon Bedrock and is subject to change.</p> <p><h3>See Also:</h3> <a
32+
* its conditions.</p> <p>Flow executions is in preview release for Amazon
33+
* Bedrock and is subject to change.</p> <p><h3>See Also:</h3> <a
3434
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/ConditionResultEvent">AWS
3535
* API Reference</a></p>
3636
*/

generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/FlowExecutionContent.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ namespace Model
2424
{
2525

2626
/**
27-
* <p>Contains the content of an async execution input or output field.</p>
28-
* <p>Asynchronous flows is in preview release for Amazon Bedrock and is subject to
27+
* <p>Contains the content of an flow execution input or output field.</p>
28+
* <p>Flow executions is in preview release for Amazon Bedrock and is subject to
2929
* change.</p> <p><h3>See Also:</h3> <a
3030
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/FlowExecutionContent">AWS
3131
* API Reference</a></p>

generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/FlowExecutionError.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ namespace Model
2525
{
2626

2727
/**
28-
* <p>Contains information about an error that occurred during an async
29-
* execution.</p> <p>Asynchronous flows is in preview release for Amazon
28+
* <p>Contains information about an error that occurred during an flow
29+
* execution.</p> <p>Flow executions is in preview release for Amazon
3030
* Bedrock and is subject to change.</p> <p><h3>See Also:</h3> <a
3131
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/FlowExecutionError">AWS
3232
* API Reference</a></p>

generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/FlowExecutionEvent.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ namespace Model
3030
{
3131

3232
/**
33-
* <p>Represents an event that occurred during an async execution. This is a union
33+
* <p>Represents an event that occurred during an flow execution. This is a union
3434
* type that can contain one of several event types, such as node input and output
3535
* events; flow input and output events; condition node result events, or failure
36-
* events.</p> <p>Asynchronous flows is in preview release for Amazon
37-
* Bedrock and is subject to change.</p> <p><h3>See Also:</h3> <a
36+
* events.</p> <p>Flow executions is in preview release for Amazon Bedrock
37+
* and is subject to change.</p> <p><h3>See Also:</h3> <a
3838
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/FlowExecutionEvent">AWS
3939
* API Reference</a></p>
4040
*/
@@ -49,7 +49,7 @@ namespace Model
4949

5050
///@{
5151
/**
52-
* <p>Contains information about a condition evaluation result during the async
52+
* <p>Contains information about a condition evaluation result during the flow
5353
* execution. This event is generated when a condition node in the flow evaluates
5454
* its conditions.</p>
5555
*/

generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/FlowExecutionInputEvent.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ namespace Model
2727
{
2828

2929
/**
30-
* <p>Contains information about the inputs provided to the flow at the start of
31-
* async execution.</p> <p>Asynchronous flows is in preview release for
32-
* Amazon Bedrock and is subject to change.</p> <p><h3>See Also:</h3> <a
30+
* <p>Contains information about the inputs provided to the flow at the start of a
31+
* flow execution.</p> <p>Flow executions is in preview release for Amazon
32+
* Bedrock and is subject to change.</p> <p><h3>See Also:</h3> <a
3333
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/FlowExecutionInputEvent">AWS
3434
* API Reference</a></p>
3535
*/

generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/FlowExecutionOutputEvent.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ namespace Model
2727
{
2828

2929
/**
30-
* <p>Contains information about the outputs produced by the flow during an async
31-
* execution.</p> <p>Asynchronous flows is in preview release for Amazon
30+
* <p>Contains information about the outputs produced by the flow during a flow
31+
* execution.</p> <p>Flow executions is in preview release for Amazon
3232
* Bedrock and is subject to change.</p> <p><h3>See Also:</h3> <a
3333
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/FlowExecutionOutputEvent">AWS
3434
* API Reference</a></p>

generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/FlowExecutionSummary.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ namespace Model
2626
{
2727

2828
/**
29-
* <p>Contains summary information about a flow's async execution, including its
30-
* status, timestamps, and identifiers.</p> <p>Asynchronous flows is in
31-
* preview release for Amazon Bedrock and is subject to change.</p>
32-
* <p><h3>See Also:</h3> <a
29+
* <p>Contains summary information about a flow execution, including its status,
30+
* timestamps, and identifiers.</p> <p>Flow executions is in preview release
31+
* for Amazon Bedrock and is subject to change.</p> <p><h3>See Also:</h3>
32+
* <a
3333
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/FlowExecutionSummary">AWS
3434
* API Reference</a></p>
3535
*/
@@ -44,7 +44,7 @@ namespace Model
4444

4545
///@{
4646
/**
47-
* <p>The timestamp when the async execution was created.</p>
47+
* <p>The timestamp when the flow execution was created.</p>
4848
*/
4949
inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
5050
inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
@@ -56,7 +56,7 @@ namespace Model
5656

5757
///@{
5858
/**
59-
* <p>The timestamp when the async execution ended. This field is only populated
59+
* <p>The timestamp when the flow execution ended. This field is only populated
6060
* when the execution has completed, failed, timed out, or been aborted.</p>
6161
*/
6262
inline const Aws::Utils::DateTime& GetEndedAt() const { return m_endedAt; }
@@ -69,7 +69,7 @@ namespace Model
6969

7070
///@{
7171
/**
72-
* <p>The Amazon Resource Name (ARN) that uniquely identifies the async
72+
* <p>The Amazon Resource Name (ARN) that uniquely identifies the flow
7373
* execution.</p>
7474
*/
7575
inline const Aws::String& GetExecutionArn() const { return m_executionArn; }
@@ -118,7 +118,7 @@ namespace Model
118118

119119
///@{
120120
/**
121-
* <p>The current status of the async execution.</p> <p>Async executions time out
121+
* <p>The current status of the flow execution.</p> <p>Flow executions time out
122122
* after 24 hours.</p>
123123
*/
124124
inline FlowExecutionStatus GetStatus() const { return m_status; }

generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/FlowFailureEvent.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ namespace Model
2626
{
2727

2828
/**
29-
* <p>Contains information about a failure that occurred at the flow level during
30-
* an async execution.</p> <p>Asynchronous flows is in preview release for
31-
* Amazon Bedrock and is subject to change.</p> <p><h3>See Also:</h3> <a
29+
* <p>Contains information about a failure that occurred at the flow level during a
30+
* flow execution.</p> <p>Flow executions is in preview release for Amazon
31+
* Bedrock and is subject to change.</p> <p><h3>See Also:</h3> <a
3232
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/FlowFailureEvent">AWS
3333
* API Reference</a></p>
3434
*/

generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/FlowInputField.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ namespace Model
2525
{
2626

2727
/**
28-
* <p>Represents an input field provided to a flow during an async execution.</p>
29-
* <p>Asynchronous flows is in preview release for Amazon Bedrock and is
28+
* <p>Represents an input field provided to a flow during a flow execution.</p>
29+
* <p>Flow executions is in preview release for Amazon Bedrock and is
3030
* subject to change.</p> <p><h3>See Also:</h3> <a
3131
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/FlowInputField">AWS
3232
* API Reference</a></p>

generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/FlowOutputField.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ namespace Model
2525
{
2626

2727
/**
28-
* <p>Represents an output field produced by a flow during an async execution.</p>
29-
* <p>Asynchronous flows is in preview release for Amazon Bedrock and is
28+
* <p>Represents an output field produced by a flow during a flow execution.</p>
29+
* <p>Flow executions is in preview release for Amazon Bedrock and is
3030
* subject to change.</p> <p><h3>See Also:</h3> <a
3131
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-runtime-2023-07-26/FlowOutputField">AWS
3232
* API Reference</a></p>

generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/GetExecutionFlowSnapshotRequest.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace Model
3434

3535
///@{
3636
/**
37-
* <p>The unique identifier of the async execution.</p>
37+
* <p>The unique identifier of the flow execution.</p>
3838
*/
3939
inline const Aws::String& GetExecutionIdentifier() const { return m_executionIdentifier; }
4040
inline bool ExecutionIdentifierHasBeenSet() const { return m_executionIdentifierHasBeenSet; }
@@ -46,7 +46,7 @@ namespace Model
4646

4747
///@{
4848
/**
49-
* <p>The unique identifier of the flow alias used for the async execution.</p>
49+
* <p>The unique identifier of the flow alias used for the flow execution.</p>
5050
*/
5151
inline const Aws::String& GetFlowAliasIdentifier() const { return m_flowAliasIdentifier; }
5252
inline bool FlowAliasIdentifierHasBeenSet() const { return m_flowAliasIdentifierHasBeenSet; }

generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/GetExecutionFlowSnapshotResult.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace Model
4646

4747
///@{
4848
/**
49-
* <p>The flow definition used for the async execution, including the nodes,
49+
* <p>The flow definition used for the flow execution, including the nodes,
5050
* connections, and configuration at the time when the execution started.</p>
5151
* <p>The definition returns as a string that follows the structure of a <a
5252
* href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_FlowDefinition.html">FlowDefinition</a>
@@ -62,7 +62,7 @@ namespace Model
6262
///@{
6363
/**
6464
* <p>The Amazon Resource Name (ARN) of the IAM service role that's used by the
65-
* async execution.</p>
65+
* flow execution.</p>
6666
*/
6767
inline const Aws::String& GetExecutionRoleArn() const { return m_executionRoleArn; }
6868
template<typename ExecutionRoleArnT = Aws::String>
@@ -73,7 +73,7 @@ namespace Model
7373

7474
///@{
7575
/**
76-
* <p>The unique identifier of the flow alias used for the async execution.</p>
76+
* <p>The unique identifier of the flow alias used for the flow execution.</p>
7777
*/
7878
inline const Aws::String& GetFlowAliasIdentifier() const { return m_flowAliasIdentifier; }
7979
template<typename FlowAliasIdentifierT = Aws::String>
@@ -95,7 +95,7 @@ namespace Model
9595

9696
///@{
9797
/**
98-
* <p>The version of the flow used for the async execution.</p>
98+
* <p>The version of the flow used for the flow execution.</p>
9999
*/
100100
inline const Aws::String& GetFlowVersion() const { return m_flowVersion; }
101101
template<typename FlowVersionT = Aws::String>

generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/GetFlowExecutionRequest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace Model
3434

3535
///@{
3636
/**
37-
* <p>The unique identifier of the async execution to retrieve.</p>
37+
* <p>The unique identifier of the flow execution to retrieve.</p>
3838
*/
3939
inline const Aws::String& GetExecutionIdentifier() const { return m_executionIdentifier; }
4040
inline bool ExecutionIdentifierHasBeenSet() const { return m_executionIdentifierHasBeenSet; }

generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/GetFlowExecutionResult.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace Model
3838

3939
///@{
4040
/**
41-
* <p>The timestamp when the async execution ended. This field is only populated
41+
* <p>The timestamp when the flow execution ended. This field is only populated
4242
* when the execution has completed, failed, timed out, or been aborted.</p>
4343
*/
4444
inline const Aws::Utils::DateTime& GetEndedAt() const { return m_endedAt; }
@@ -50,8 +50,8 @@ namespace Model
5050

5151
///@{
5252
/**
53-
* <p>A list of errors that occurred during the async execution. Each error
54-
* includes an error code, message, and the node where the error occurred, if
53+
* <p>A list of errors that occurred during the flow execution. Each error includes
54+
* an error code, message, and the node where the error occurred, if
5555
* applicable.</p>
5656
*/
5757
inline const Aws::Vector<FlowExecutionError>& GetErrors() const { return m_errors; }
@@ -65,7 +65,7 @@ namespace Model
6565

6666
///@{
6767
/**
68-
* <p>The Amazon Resource Name (ARN) that uniquely identifies the async
68+
* <p>The Amazon Resource Name (ARN) that uniquely identifies the flow
6969
* execution.</p>
7070
*/
7171
inline const Aws::String& GetExecutionArn() const { return m_executionArn; }
@@ -110,7 +110,7 @@ namespace Model
110110

111111
///@{
112112
/**
113-
* <p>The timestamp when the async execution started.</p>
113+
* <p>The timestamp when the flow execution started.</p>
114114
*/
115115
inline const Aws::Utils::DateTime& GetStartedAt() const { return m_startedAt; }
116116
template<typename StartedAtT = Aws::Utils::DateTime>
@@ -121,7 +121,7 @@ namespace Model
121121

122122
///@{
123123
/**
124-
* <p>The current status of the async execution.</p> <p>Async executions time out
124+
* <p>The current status of the flow execution.</p> <p>Flow executions time out
125125
* after 24 hours.</p>
126126
*/
127127
inline FlowExecutionStatus GetStatus() const { return m_status; }

0 commit comments

Comments
 (0)