Skip to content

Commit e09e153

Browse files
author
AWS SDK for Go v2 automation user
committed
Regenerated Clients
1 parent 8293e2c commit e09e153

File tree

363 files changed

+124266
-5735
lines changed

Some content is hidden

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

363 files changed

+124266
-5735
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "00fdc2bd-91be-4416-8cbe-06dbcd471b87",
3+
"type": "feature",
4+
"description": "This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators.",
5+
"modules": [
6+
"service/accessanalyzer"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "09f38f05-0840-4eb1-9247-d3091324936c",
3+
"type": "feature",
4+
"description": "This release adds support for minor versions/aliases for invoke model identifier.",
5+
"modules": [
6+
"service/bedrockruntime"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "195bca9f-b534-4dee-8f35-67e106f3d1bc",
3+
"type": "feature",
4+
"description": "Amazon Q in Connect, an LLM-enhanced evolution of Amazon Connect Wisdom. This release adds generative AI support to Amazon Q Connect QueryAssistant and GetRecommendations APIs.",
5+
"modules": [
6+
"service/qconnect"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "2be7eaea-c04b-4f1e-ba28-12cc33e84ac7",
3+
"type": "feature",
4+
"description": "Adds support for S3 Express One Zone.",
5+
"modules": [
6+
"service/s3"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"id": "41575353-444b-40ff-bf47-4f4155544f00",
3+
"type": "release",
4+
"description": "New AWS service client module",
5+
"modules": [
6+
"service/bedrockagent",
7+
"service/bedrockagentruntime",
8+
"service/qbusiness",
9+
"service/qconnect"
10+
]
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "502d4569-71a3-4287-bc99-d096f41964e5",
3+
"type": "feature",
4+
"description": "This release introduces Agents for Amazon Bedrock Runtime",
5+
"modules": [
6+
"service/bedrockagentruntime"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "697c81ef-1847-441a-ae91-f3a10c9de25b",
3+
"type": "feature",
4+
"description": "Added support for following capabilities: Amazon Connect's in-app, web, and video calling. Two-way SMS integrations. Contact Lens real-time chat analytics feature. Amazon Connect Analytics Datalake capability. Capability to configure real time chat rules.",
5+
"modules": [
6+
"service/connect"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "a4562116-0fdd-4c03-9193-70d7934b0dce",
3+
"type": "feature",
4+
"description": "This release introduces Agents for Amazon Bedrock",
5+
"modules": [
6+
"service/bedrockagent"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "a7965a1b-16ac-4363-b1b2-aa6e0e97227e",
3+
"type": "feature",
4+
"description": "This release introduces DetectProfileObjectType API to auto generate object type mapping.",
5+
"modules": [
6+
"service/customerprofiles"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "bee00d73-0be1-4dbf-a2d0-b531f33efe66",
3+
"type": "feature",
4+
"description": "This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers.",
5+
"modules": [
6+
"service/bedrock"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "d76a67e9-58ae-4741-adc6-38b0d983cf10",
3+
"type": "feature",
4+
"description": "Amazon Q - a generative AI powered application that your employees can use to ask questions and get answers from knowledge spread across disparate content repositories, summarize reports, write articles, take actions, and much more - all within their company's connected content repositories.",
5+
"modules": [
6+
"service/qbusiness"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "e094391f-bd72-4700-9901-52b108873389",
3+
"type": "feature",
4+
"description": "Adds support for S3 Express One Zone, and InvocationSchemaVersion 2.0 for S3 Batch Operations.",
5+
"modules": [
6+
"service/s3control"
7+
]
8+
}

service/accessanalyzer/deserializers.go

+50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/accessanalyzer/serializers.go

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/accessanalyzer/types/enums.go

+15-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/accessanalyzer/types/types.go

+30-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/accessanalyzer/types/types_exported_test.go

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/bedrock/api_op_CreateModelCustomizationJob.go

+9-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/bedrock/api_op_CreateProvisionedModelThroughput.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)