Skip to content

Commit

Permalink
chore: Updates version to 0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-swift-automation committed Apr 23, 2024
1 parent 8d45783 commit 6820186
Show file tree
Hide file tree
Showing 100 changed files with 33,177 additions and 4,726 deletions.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func addResolvedTargets() {
// MARK: - Generated

addDependencies(
clientRuntimeVersion: "0.46.0",
clientRuntimeVersion: "0.47.0",
crtVersion: "0.30.0"
)

Expand Down Expand Up @@ -557,6 +557,7 @@ let serviceTargets: [String] = [
"AWSRolesAnywhere",
"AWSRoute53",
"AWSRoute53Domains",
"AWSRoute53Profiles",
"AWSRoute53RecoveryCluster",
"AWSRoute53RecoveryControlConfig",
"AWSRoute53RecoveryReadiness",
Expand Down
2 changes: 1 addition & 1 deletion Package.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.41.0
0.42.0
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,8 @@ This SDK is open-source. Code is available on Github [here](https://github.com/

[AWSRoute53Domains](../../../../../swift/api/awsroute53domains/latest)

[AWSRoute53Profiles](../../../../../swift/api/awsroute53profiles/latest)

[AWSRoute53RecoveryCluster](../../../../../swift/api/awsroute53recoverycluster/latest)

[AWSRoute53RecoveryControlConfig](../../../../../swift/api/awsroute53recoverycontrolconfig/latest)
Expand Down
198 changes: 192 additions & 6 deletions Sources/Services/AWSBatch/models/Models.swift

Large diffs are not rendered by default.

78 changes: 39 additions & 39 deletions Sources/Services/AWSBedrockAgent/BedrockAgentClient.swift

Large diffs are not rendered by default.

382 changes: 349 additions & 33 deletions Sources/Services/AWSBedrockAgent/models/Models.swift

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,17 @@ public struct BedrockAgentRuntimeClientLogHandlerFactory: ClientRuntime.SDKLogHa
extension BedrockAgentRuntimeClient {
/// Performs the `InvokeAgent` operation on the `AmazonBedrockAgentRunTimeService` service.
///
/// Sends a prompt for the agent to process and respond to. The CLI doesn't support InvokeAgent.
/// Sends a prompt for the agent to process and respond to. Use return control event type for function calling. The CLI doesn't support InvokeAgent.
///
/// * To continue the same conversation with an agent, use the same sessionId value in the request.
///
/// * To activate trace enablement, turn enableTrace to true. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see [Trace enablement](https://docs.aws.amazon.com/bedrock/latest/userguide/agents-test.html#trace-events).
///
/// * End a conversation by setting endSession to true.
///
/// * Include attributes for the session or prompt in the sessionState object.
/// * In the sessionState object, you can include attributes for the session or prompt or parameters returned from the action group.
///
/// * Use return control event type for function calling.
///
///
/// The response is returned in the bytes field of the chunk object.
Expand All @@ -173,7 +175,7 @@ extension BedrockAgentRuntimeClient {
/// - `ConflictException` : There was a conflict performing an operation. Resolve the conflict and retry your request.
/// - `DependencyFailedException` : There was an issue with a dependency. Check the resource configurations and retry the request.
/// - `InternalServerException` : An internal server error occurred. Retry your request.
/// - `ResourceNotFoundException` : The specified resource ARN was not found. Check the ARN and try your request again.
/// - `ResourceNotFoundException` : The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
/// - `ServiceQuotaExceededException` : The number of requests exceeds the service quota. Resubmit your request later.
/// - `ThrottlingException` : The number of requests exceeds the limit. Resubmit your request later.
/// - `ValidationException` : Input validation failed. Check your request parameters and retry the request.
Expand Down Expand Up @@ -231,7 +233,7 @@ extension BedrockAgentRuntimeClient {
/// - `ConflictException` : There was a conflict performing an operation. Resolve the conflict and retry your request.
/// - `DependencyFailedException` : There was an issue with a dependency. Check the resource configurations and retry the request.
/// - `InternalServerException` : An internal server error occurred. Retry your request.
/// - `ResourceNotFoundException` : The specified resource ARN was not found. Check the ARN and try your request again.
/// - `ResourceNotFoundException` : The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
/// - `ServiceQuotaExceededException` : The number of requests exceeds the service quota. Resubmit your request later.
/// - `ThrottlingException` : The number of requests exceeds the limit. Resubmit your request later.
/// - `ValidationException` : Input validation failed. Check your request parameters and retry the request.
Expand Down Expand Up @@ -289,7 +291,7 @@ extension BedrockAgentRuntimeClient {
/// - `ConflictException` : There was a conflict performing an operation. Resolve the conflict and retry your request.
/// - `DependencyFailedException` : There was an issue with a dependency. Check the resource configurations and retry the request.
/// - `InternalServerException` : An internal server error occurred. Retry your request.
/// - `ResourceNotFoundException` : The specified resource ARN was not found. Check the ARN and try your request again.
/// - `ResourceNotFoundException` : The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
/// - `ServiceQuotaExceededException` : The number of requests exceeds the service quota. Resubmit your request later.
/// - `ThrottlingException` : The number of requests exceeds the limit. Resubmit your request later.
/// - `ValidationException` : Input validation failed. Check your request parameters and retry the request.
Expand Down
Loading

0 comments on commit 6820186

Please sign in to comment.