Skip to content

Commit

Permalink
Release v1.52.2 (2024-05-03) (#5252)
Browse files Browse the repository at this point in the history
Release v1.52.2 (2024-05-03)
===

### Service Client Updates
* `service/bedrock-agent`: Updates service API and documentation
* `service/connect`: Updates service API and documentation
* `service/connectcases`: Updates service API and documentation
* `service/datasync`: Updates service API and documentation
* `service/inspector2`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
  * Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs
* `service/sesv2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored May 3, 2024
1 parent 8beb96a commit 417f8a9
Show file tree
Hide file tree
Showing 26 changed files with 3,160 additions and 88 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.52.2 (2024-05-03)
===

### Service Client Updates
* `service/bedrock-agent`: Updates service API and documentation
* `service/connect`: Updates service API and documentation
* `service/connectcases`: Updates service API and documentation
* `service/datasync`: Updates service API and documentation
* `service/inspector2`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
* Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs
* `service/sesv2`: Updates service API and documentation

Release v1.52.1 (2024-05-02)
===

Expand Down
51 changes: 51 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.52.1"
const SDKVersion = "1.52.2"
11 changes: 9 additions & 2 deletions models/apis/bedrock-agent/2023-06-05/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@
"clientToken":{"shape":"ClientToken"},
"createdAt":{"shape":"DateTimestamp"},
"description":{"shape":"Description"},
"failureReasons":{"shape":"FailureReasons"},
"routingConfiguration":{"shape":"AgentAliasRoutingConfiguration"},
"updatedAt":{"shape":"DateTimestamp"}
}
Expand Down Expand Up @@ -924,9 +925,9 @@
},
"AgentAliasRoutingConfigurationListItem":{
"type":"structure",
"required":["agentVersion"],
"members":{
"agentVersion":{"shape":"Version"}
"agentVersion":{"shape":"Version"},
"provisionedThroughput":{"shape":"ProvisionedModelIdentifier"}
}
},
"AgentAliasStatus":{
Expand Down Expand Up @@ -2672,6 +2673,12 @@
"KNOWLEDGE_BASE_RESPONSE_GENERATION"
]
},
"ProvisionedModelIdentifier":{
"type":"string",
"max":2048,
"min":1,
"pattern":"^((([0-9a-zA-Z][_-]?){1,63})|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:provisioned-model/[a-z0-9]{12}))$"
},
"RdsArn":{
"type":"string",
"pattern":"^arn:aws(|-cn|-us-gov):rds:[a-zA-Z0-9-]*:[0-9]{12}:cluster:[a-zA-Z0-9-]{1,63}$"
Expand Down
15 changes: 11 additions & 4 deletions models/apis/bedrock-agent/2023-06-05/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
}
},
"ActionGroupExecutor": {
"base": "<p>Contains details about the Lambda function containing the business logic that is carried out upon invoking the action.</p>",
"base": "<p>Contains details about the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.</p>",
"refs": {
"AgentActionGroup$actionGroupExecutor": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.</p>",
"CreateAgentActionGroupRequest$actionGroupExecutor": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.</p>",
"AgentActionGroup$actionGroupExecutor": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.</p>",
"CreateAgentActionGroupRequest$actionGroupExecutor": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.</p>",
"UpdateAgentActionGroupRequest$actionGroupExecutor": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.</p>"
}
},
Expand Down Expand Up @@ -406,7 +406,7 @@
"refs": {
"CreateDataSourceRequest$dataDeletionPolicy": "<p>The data deletion policy assigned to the data source.</p>",
"DataSource$dataDeletionPolicy": "<p>The data deletion policy for a data source.</p>",
"UpdateDataSourceRequest$dataDeletionPolicy": "<p>The data deletion policy assigned to the data source.</p>"
"UpdateDataSourceRequest$dataDeletionPolicy": "<p>The data deletion policy of the updated data source.</p>"
}
},
"DataSource": {
Expand Down Expand Up @@ -613,6 +613,7 @@
"base": null,
"refs": {
"Agent$failureReasons": "<p>Contains reasons that the agent-related API that you invoked failed.</p>",
"AgentAlias$failureReasons": "<p>Information on the failure of Provisioned Throughput assigned to an agent alias.</p>",
"AgentVersion$failureReasons": "<p>A list of reasons that the API operation on the version failed.</p>",
"DataSource$failureReasons": "<p>The detailed reasons on the failure to delete a data source.</p>",
"IngestionJob$failureReasons": "<p>A list of reasons that the ingestion job failed.</p>",
Expand Down Expand Up @@ -1389,6 +1390,12 @@
"PromptConfiguration$promptType": "<p>The step in the agent sequence that this prompt configuration applies to.</p>"
}
},
"ProvisionedModelIdentifier": {
"base": null,
"refs": {
"AgentAliasRoutingConfigurationListItem$provisionedThroughput": "<p>Information on the Provisioned Throughput assigned to an agent alias.</p>"
}
},
"RdsArn": {
"base": null,
"refs": {
Expand Down
Loading

0 comments on commit 417f8a9

Please sign in to comment.