Skip to content

Commit

Permalink
Regenerated Clients
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 26, 2024
1 parent cb0323a commit b17b534
Show file tree
Hide file tree
Showing 37 changed files with 1,871 additions and 83 deletions.
8 changes: 8 additions & 0 deletions .changelog/141125587f684a628fe76093e7f302bd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "14112558-7f68-4a62-8fe7-6093e7f302bd",
"type": "feature",
"description": "Add new operation delete-kx-cluster-node and add status parameter to list-kx-cluster-node operation.",
"modules": [
"service/finspace"
]
}
8 changes: 8 additions & 0 deletions .changelog/3c3f66e1023046af912de83651d9a8dc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "3c3f66e1-0230-46af-912d-e83651d9a8dc",
"type": "documentation",
"description": "This is a documentation update for Amazon ECS.",
"modules": [
"service/ecs"
]
}
8 changes: 8 additions & 0 deletions .changelog/75ce1db9db5e47b3b500ce1aa554c7cf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "75ce1db9-db5e-47b3-b500-ce1aa554c7cf",
"type": "feature",
"description": "Adds support for backfill of cost allocation tags, with new StartCostAllocationTagBackfill and ListCostAllocationTagBackfillHistory API.",
"modules": [
"service/costexplorer"
]
}
8 changes: 8 additions & 0 deletions .changelog/78180083d8114b709991b4b076f1c183.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "78180083-d811-4b70-9991-b4b076f1c183",
"type": "feature",
"description": "Documentation updates for Elastic Compute Cloud (EC2).",
"modules": [
"service/ec2"
]
}
8 changes: 8 additions & 0 deletions .changelog/ec73224d5c7e4941ac80f3e30b2b4c07.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "ec73224d-5c7e-4941-ac80-f3e30b2b4c07",
"type": "feature",
"description": "This release adds support to customize prompts sent through the RetrieveAndGenerate API in Agents for Amazon Bedrock.",
"modules": [
"service/bedrockagentruntime"
]
}
9 changes: 4 additions & 5 deletions internal/repotools/cmd/docextractor/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ import (
)

type astIndex struct {
Types map[string]*ast.TypeSpec
Types map[string]*ast.TypeSpec
Functions map[string]*ast.FuncDecl
Fields map[string]*ast.Field
Other []*ast.GenDecl
Fields map[string]*ast.Field
Other []*ast.GenDecl
}


func indexFromAst(p *ast.Package, index *astIndex) {
ast.Inspect(p, func(n ast.Node) bool {
switch x := n.(type) {
Expand Down Expand Up @@ -88,4 +87,4 @@ func indexFromAst(p *ast.Package, index *astIndex) {
}
return true
})
}
}
4 changes: 3 additions & 1 deletion service/bedrockagentruntime/api_op_InvokeAgent.go

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

6 changes: 4 additions & 2 deletions service/bedrockagentruntime/api_op_Retrieve.go

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

11 changes: 5 additions & 6 deletions service/bedrockagentruntime/api_op_RetrieveAndGenerate.go

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

33 changes: 33 additions & 0 deletions service/bedrockagentruntime/serializers.go

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

Loading

0 comments on commit b17b534

Please sign in to comment.