Skip to content

Commit 8e12cb0

Browse files
author
AWS SDK for Go v2 automation user
committed
Regenerated Clients
1 parent a3de4a9 commit 8e12cb0

File tree

76 files changed

+3762
-332
lines changed

Some content is hidden

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

76 files changed

+3762
-332
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "3ef6da04-a759-4c8f-b30b-c3bcf4f9dd90",
3+
"type": "feature",
4+
"description": "Support for Custom Orchestration within InlineAgents",
5+
"modules": [
6+
"service/bedrockagentruntime"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "659d70f0-0a86-4e5b-bf95-8cf9291acba9",
3+
"type": "feature",
4+
"description": "Introducing new RuleSet rule PublishToSns action, which allows customers to publish email notifications to an Amazon SNS topic. New PublishToSns action enables customers to easily integrate their email workflows via Amazon SNS, allowing them to notify other systems about important email events.",
5+
"modules": [
6+
"service/mailmanager"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "6d1c9a9a-cb40-45a0-83e3-edfc1d60d679",
3+
"type": "feature",
4+
"description": "Features: Add inline code node to prompt flow",
5+
"modules": [
6+
"service/bedrockagent"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "93f7a6a7-c168-44c0-9d78-9c156a96d077",
3+
"type": "feature",
4+
"description": "CloudWatch Logs supports \"DELIVERY\" log class. This log class is used only for delivering AWS Lambda logs to Amazon S3 or Amazon Data Firehose.",
5+
"modules": [
6+
"service/cloudwatchlogs"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "b4f5d00b-6b94-4f25-9c02-2e2319210395",
3+
"type": "feature",
4+
"description": "Launch of cost distribution feature for IPAM owners to distribute costs to internal teams.",
5+
"modules": [
6+
"service/ec2"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "c0244624-14dd-43e6-b2fa-5e6c38745b41",
3+
"type": "feature",
4+
"description": "Adds dualstack support for Amazon Elastic Container Registry (Amazon ECR).",
5+
"modules": [
6+
"service/ecr"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "e4df35ab-7819-4918-82a6-dd49075931f8",
3+
"type": "feature",
4+
"description": "Adds support for tag management on workers and tag inheritance from fleets to their associated workers.",
5+
"modules": [
6+
"service/deadline"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "ee2c1b17-22f0-49dd-a416-3cb2be6b8034",
3+
"type": "feature",
4+
"description": "You can now specify a cross region inference profile as a teacher model for the CreateModelCustomizationJob API. Additionally, the GetModelCustomizationJob API has been enhanced to return the sub-task statuses of a customization job within the StatusDetails response field.",
5+
"modules": [
6+
"service/bedrock"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "eea6327a-6181-4d4c-9784-4f933325f034",
3+
"type": "feature",
4+
"description": "Adds dualstack support for Amazon Elastic Container Registry Public (Amazon ECR Public).",
5+
"modules": [
6+
"service/ecrpublic"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "f45e2f01-bed4-4293-a338-c188375f746e",
3+
"type": "feature",
4+
"description": "This release adds support for ProtectedQuery results to be delivered to more than one collaboration member via the new distribute output configuration in StartProtectedQuery.",
5+
"modules": [
6+
"service/cleanrooms"
7+
]
8+
}

feature/dynamodb/attributevalue/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.25.3
99
)
1010

11-
require github.com/aws/smithy-go v1.22.2 // indirect
11+
require github.com/aws/smithy-go v1.22.2
1212

1313
replace github.com/aws/aws-sdk-go-v2 => ../../../
1414

feature/dynamodbstreams/attributevalue/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.25.3
99
)
1010

11-
require github.com/aws/smithy-go v1.22.2 // indirect
11+
require github.com/aws/smithy-go v1.22.2
1212

1313
replace github.com/aws/aws-sdk-go-v2 => ../../../
1414

service/bedrock/api_op_GetModelCustomizationJob.go

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

0 commit comments

Comments
 (0)