Skip to content

Commit 417f8a9

Browse files
Release v1.52.2 (2024-05-03) (#5252)
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
1 parent 8beb96a commit 417f8a9

File tree

26 files changed

+3160
-88
lines changed

26 files changed

+3160
-88
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release v1.52.2 (2024-05-03)
2+
===
3+
4+
### Service Client Updates
5+
* `service/bedrock-agent`: Updates service API and documentation
6+
* `service/connect`: Updates service API and documentation
7+
* `service/connectcases`: Updates service API and documentation
8+
* `service/datasync`: Updates service API and documentation
9+
* `service/inspector2`: Updates service API and documentation
10+
* `service/sagemaker`: Updates service API and documentation
11+
* Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs
12+
* `service/sesv2`: Updates service API and documentation
13+
114
Release v1.52.1 (2024-05-02)
215
===
316

aws/endpoints/defaults.go

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.52.1"
8+
const SDKVersion = "1.52.2"

models/apis/bedrock-agent/2023-06-05/api-2.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,7 @@
886886
"clientToken":{"shape":"ClientToken"},
887887
"createdAt":{"shape":"DateTimestamp"},
888888
"description":{"shape":"Description"},
889+
"failureReasons":{"shape":"FailureReasons"},
889890
"routingConfiguration":{"shape":"AgentAliasRoutingConfiguration"},
890891
"updatedAt":{"shape":"DateTimestamp"}
891892
}
@@ -924,9 +925,9 @@
924925
},
925926
"AgentAliasRoutingConfigurationListItem":{
926927
"type":"structure",
927-
"required":["agentVersion"],
928928
"members":{
929-
"agentVersion":{"shape":"Version"}
929+
"agentVersion":{"shape":"Version"},
930+
"provisionedThroughput":{"shape":"ProvisionedModelIdentifier"}
930931
}
931932
},
932933
"AgentAliasStatus":{
@@ -2672,6 +2673,12 @@
26722673
"KNOWLEDGE_BASE_RESPONSE_GENERATION"
26732674
]
26742675
},
2676+
"ProvisionedModelIdentifier":{
2677+
"type":"string",
2678+
"max":2048,
2679+
"min":1,
2680+
"pattern":"^((([0-9a-zA-Z][_-]?){1,63})|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:provisioned-model/[a-z0-9]{12}))$"
2681+
},
26752682
"RdsArn":{
26762683
"type":"string",
26772684
"pattern":"^arn:aws(|-cn|-us-gov):rds:[a-zA-Z0-9-]*:[0-9]{12}:cluster:[a-zA-Z0-9-]{1,63}$"

models/apis/bedrock-agent/2023-06-05/docs-2.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
}
5959
},
6060
"ActionGroupExecutor": {
61-
"base": "<p>Contains details about the Lambda function containing the business logic that is carried out upon invoking the action.</p>",
61+
"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>",
6262
"refs": {
63-
"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>",
64-
"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>",
63+
"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>",
64+
"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>",
6565
"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>"
6666
}
6767
},
@@ -406,7 +406,7 @@
406406
"refs": {
407407
"CreateDataSourceRequest$dataDeletionPolicy": "<p>The data deletion policy assigned to the data source.</p>",
408408
"DataSource$dataDeletionPolicy": "<p>The data deletion policy for a data source.</p>",
409-
"UpdateDataSourceRequest$dataDeletionPolicy": "<p>The data deletion policy assigned to the data source.</p>"
409+
"UpdateDataSourceRequest$dataDeletionPolicy": "<p>The data deletion policy of the updated data source.</p>"
410410
}
411411
},
412412
"DataSource": {
@@ -613,6 +613,7 @@
613613
"base": null,
614614
"refs": {
615615
"Agent$failureReasons": "<p>Contains reasons that the agent-related API that you invoked failed.</p>",
616+
"AgentAlias$failureReasons": "<p>Information on the failure of Provisioned Throughput assigned to an agent alias.</p>",
616617
"AgentVersion$failureReasons": "<p>A list of reasons that the API operation on the version failed.</p>",
617618
"DataSource$failureReasons": "<p>The detailed reasons on the failure to delete a data source.</p>",
618619
"IngestionJob$failureReasons": "<p>A list of reasons that the ingestion job failed.</p>",
@@ -1389,6 +1390,12 @@
13891390
"PromptConfiguration$promptType": "<p>The step in the agent sequence that this prompt configuration applies to.</p>"
13901391
}
13911392
},
1393+
"ProvisionedModelIdentifier": {
1394+
"base": null,
1395+
"refs": {
1396+
"AgentAliasRoutingConfigurationListItem$provisionedThroughput": "<p>Information on the Provisioned Throughput assigned to an agent alias.</p>"
1397+
}
1398+
},
13921399
"RdsArn": {
13931400
"base": null,
13941401
"refs": {

0 commit comments

Comments
 (0)