Skip to content

Commit 4a055f9

Browse files
author
AWS SDK for Go v2 automation user
committed
Regenerated Clients
1 parent e345795 commit 4a055f9

File tree

161 files changed

+40152
-6970
lines changed

Some content is hidden

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

161 files changed

+40152
-6970
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "13906634-6415-457b-8dac-4ec265cb1710",
3+
"type": "feature",
4+
"description": "Introduces query decomposition, enhanced Agents integration with Knowledge bases, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources for end-to-end solutions.",
5+
"modules": [
6+
"service/bedrockagentruntime"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "592fb91e-8410-4958-8522-bd9a497c668e",
3+
"type": "feature",
4+
"description": "Introduces new data sources and chunking strategies for Knowledge bases, advanced parsing logic using FMs, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources.",
5+
"modules": [
6+
"service/bedrockagent"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "694943c0-ece4-47a1-906b-df2cba0270a1",
3+
"type": "feature",
4+
"description": "Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock.",
5+
"modules": [
6+
"service/bedrockruntime"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "7542114a-a8b7-47e4-94e7-2b09ad0a151c",
3+
"type": "feature",
4+
"description": "Add support for third party subscription providers, starting with RHEL subscriptions through Red Hat Subscription Manager (RHSM). Additionally, add support for tagging subscription provider resources, and detect when an instance has more than one Linux subscription and notify the customer.",
5+
"modules": [
6+
"service/licensemanagerlinuxsubscriptions"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "8103caba-7db1-4dbc-a547-b3faac39ae6b",
3+
"type": "feature",
4+
"description": "Add support for contextual grounding check for Guardrails for Amazon Bedrock.",
5+
"modules": [
6+
"service/bedrock"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "8daadf60-30c7-4801-925e-e33007de85da",
3+
"type": "documentation",
4+
"description": "Documentation update specifying OEM ephemeris units of measurement",
5+
"modules": [
6+
"service/groundstation"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "9f1da4ae-a54c-4dee-aa62-2e775ae6ca93",
3+
"type": "feature",
4+
"description": "This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs.",
5+
"modules": [
6+
"service/batch"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "a77dee52-65ad-4241-96b7-adbf16c5c132",
3+
"type": "feature",
4+
"description": "Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level",
5+
"modules": [
6+
"service/ec2"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "b30e3470-ce8d-4aa8-a4f3-9363e769de81",
3+
"type": "feature",
4+
"description": "AWS Elemental MediaConnect introduces the ability to disable outputs. Disabling an output allows you to keep the output attached to the flow, but stop streaming to the output destination. A disabled output does not incur data transfer costs.",
5+
"modules": [
6+
"service/mediaconnect"
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "e9a995f0-30e2-4afe-86c8-a10da3ceb209",
3+
"type": "feature",
4+
"description": "Add recipe step support for recipe node",
5+
"modules": [
6+
"service/glue"
7+
]
8+
}

feature/dynamodb/attributevalue/go.mod

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.22.1
99
)
1010

11-
require (
12-
github.com/aws/smithy-go v1.20.3 // indirect
13-
github.com/jmespath/go-jmespath v0.4.0 // indirect
14-
)
11+
require github.com/aws/smithy-go v1.20.3 // indirect
1512

1613
replace github.com/aws/aws-sdk-go-v2 => ../../../
1714

-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,2 @@
11
github.com/aws/smithy-go v1.20.3 h1:ryHwveWzPV5BIof6fyDvor6V3iUL7nTfiTKXHiW05nE=
22
github.com/aws/smithy-go v1.20.3/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC3qS14E=
3-
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
4-
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
5-
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
6-
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
7-
github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=
8-
github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
9-
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
10-
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
11-
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
12-
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
13-
gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=
14-
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=

feature/dynamodbstreams/attributevalue/go.mod

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.22.1
99
)
1010

11-
require (
12-
github.com/aws/smithy-go v1.20.3 // indirect
13-
github.com/jmespath/go-jmespath v0.4.0 // indirect
14-
)
11+
require github.com/aws/smithy-go v1.20.3 // indirect
1512

1613
replace github.com/aws/aws-sdk-go-v2 => ../../../
1714

Original file line numberDiff line numberDiff line change
@@ -1,14 +1,2 @@
11
github.com/aws/smithy-go v1.20.3 h1:ryHwveWzPV5BIof6fyDvor6V3iUL7nTfiTKXHiW05nE=
22
github.com/aws/smithy-go v1.20.3/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC3qS14E=
3-
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
4-
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
5-
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
6-
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
7-
github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=
8-
github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
9-
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
10-
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
11-
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
12-
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
13-
gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=
14-
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=

feature/dynamodbstreams/attributevalue/go_module_metadata.go

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

feature/s3/manager/go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ require (
2424
github.com/aws/aws-sdk-go-v2/service/sso v1.22.1 // indirect
2525
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.2 // indirect
2626
github.com/aws/aws-sdk-go-v2/service/sts v1.30.1 // indirect
27-
github.com/jmespath/go-jmespath v0.4.0 // indirect
2827
)
2928

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

feature/s3/manager/go.sum

-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,2 @@
11
github.com/aws/smithy-go v1.20.3 h1:ryHwveWzPV5BIof6fyDvor6V3iUL7nTfiTKXHiW05nE=
22
github.com/aws/smithy-go v1.20.3/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC3qS14E=
3-
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
4-
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
5-
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
6-
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
7-
github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=
8-
github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
9-
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
10-
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
11-
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
12-
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
13-
gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=
14-
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=

service/batch/deserializers.go

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

service/batch/serializers.go

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

service/batch/types/types.go

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

service/batch/validators.go

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

service/bedrock/api_op_CreateGuardrail.go

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

service/bedrock/api_op_CreateGuardrailVersion.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)