Skip to content

Commit

Permalink
Update models from aws-sdk-go-v2 config/v1.27.13
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored May 13, 2024
1 parent 07da2b3 commit c0a94c5
Show file tree
Hide file tree
Showing 632 changed files with 2,315 additions and 1,429,722 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public struct AccessAnalyzer: AWSService {
static var variantEndpoints: [EndpointVariantType: AWSServiceConfig.EndpointVariant] {[
[.fips]: .init(endpoints: [
"ca-central-1": "access-analyzer-fips.ca-central-1.amazonaws.com",
"ca-west-1": "access-analyzer-fips.ca-west-1.amazonaws.com",
"us-east-1": "access-analyzer-fips.us-east-1.amazonaws.com",
"us-east-2": "access-analyzer-fips.us-east-2.amazonaws.com",
"us-gov-east-1": "access-analyzer.us-gov-east-1.amazonaws.com",
Expand Down
14 changes: 7 additions & 7 deletions Sources/Soto/Services/B2bi/B2bi_shapes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ extension B2bi {
public let ediType: EdiType
/// Specifies that the currently supported file formats for EDI transformations are JSON and XML.
public let fileFormat: FileFormat
/// Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
/// Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
public let mappingTemplate: String
/// Specifies the name of the transformer, used to identify it.
public let name: String
Expand Down Expand Up @@ -523,7 +523,7 @@ extension B2bi {
public let ediType: EdiType
/// Returns that the currently supported file formats for EDI transformations are JSON and XML.
public let fileFormat: FileFormat
/// Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
/// Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
public let mappingTemplate: String
/// Returns the name of the transformer, used to identify it.
public let name: String
Expand Down Expand Up @@ -982,7 +982,7 @@ extension B2bi {
public let ediType: EdiType
/// Returns that the currently supported file formats for EDI transformations are JSON and XML.
public let fileFormat: FileFormat
/// Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
/// Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
public let mappingTemplate: String
/// Returns a timestamp for last time the transformer was modified.
@OptionalCustomCoding<ISO8601DateCoder>
Expand Down Expand Up @@ -1454,7 +1454,7 @@ extension B2bi {
public let fileFormat: FileFormat
/// Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the transform.
public let inputFileContent: String
/// Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
/// Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
public let mappingTemplate: String

public init(fileFormat: FileFormat, inputFileContent: String, mappingTemplate: String) {
Expand Down Expand Up @@ -1534,7 +1534,7 @@ extension B2bi {
public let ediType: EdiType
/// Returns that the currently supported file formats for EDI transformations are JSON and XML.
public let fileFormat: FileFormat
/// Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
/// Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
public let mappingTemplate: String
/// Returns a timestamp representing the date and time for the most recent change for the transformer object.
@OptionalCustomCoding<ISO8601DateCoder>
Expand Down Expand Up @@ -1895,7 +1895,7 @@ extension B2bi {
public let ediType: EdiType?
/// Specifies that the currently supported file formats for EDI transformations are JSON and XML.
public let fileFormat: FileFormat?
/// Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
/// Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
public let mappingTemplate: String?
/// Specify a new name for the transformer, if you want to update it.
public let name: String?
Expand Down Expand Up @@ -1956,7 +1956,7 @@ extension B2bi {
public let ediType: EdiType
/// Returns that the currently supported file formats for EDI transformations are JSON and XML.
public let fileFormat: FileFormat
/// Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
/// Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
public let mappingTemplate: String
/// Returns a timestamp for last time the transformer was modified.
@CustomCoding<ISO8601DateCoder>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public struct BedrockAgentRuntime: AWSService {

// MARK: API Calls

/// 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. End a conversation by setting endSession to true. 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. The attribution object contains citations for parts of the response. If you set enableTrace to true in the request, you can trace the agent's steps and reasoning process that led it to the response. Errors are also surfaced in the response.
/// The CLI doesn't support InvokeAgent. Sends a prompt for the agent to process and respond to. Note the following fields for the request: 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. End a conversation by setting endSession to true. In the sessionState object, you can include attributes for the session or prompt or, if you configured an action group to return control, results from invocation of the action group. The response is returned in the bytes field of the chunk object. The attribution object contains citations for parts of the response. If you set enableTrace to true in the request, you can trace the agent's steps and reasoning process that led it to the response. If the action predicted was configured to return control, the response returns parameters for the action, elicited from the user, in the returnControl field. Errors are also surfaced in the response.
@Sendable
public func invokeAgent(_ input: InvokeAgentRequest, logger: Logger = AWSClient.loggingDisabled) async throws -> InvokeAgentResponse {
return try await self.client.execute(
Expand Down
Loading

0 comments on commit c0a94c5

Please sign in to comment.