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 Jul 10, 2024
1 parent e345795 commit 4a055f9
Show file tree
Hide file tree
Showing 161 changed files with 40,152 additions and 6,970 deletions.
8 changes: 8 additions & 0 deletions .changelog/139066346415457b8dac4ec265cb1710.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "13906634-6415-457b-8dac-4ec265cb1710",
"type": "feature",
"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.",
"modules": [
"service/bedrockagentruntime"
]
}
8 changes: 8 additions & 0 deletions .changelog/592fb91e841049588522bd9a497c668e.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "592fb91e-8410-4958-8522-bd9a497c668e",
"type": "feature",
"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.",
"modules": [
"service/bedrockagent"
]
}
8 changes: 8 additions & 0 deletions .changelog/694943c0ece447a1906bdf2cba0270a1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "694943c0-ece4-47a1-906b-df2cba0270a1",
"type": "feature",
"description": "Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock.",
"modules": [
"service/bedrockruntime"
]
}
8 changes: 8 additions & 0 deletions .changelog/7542114aa8b747e494e72b09ad0a151c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "7542114a-a8b7-47e4-94e7-2b09ad0a151c",
"type": "feature",
"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.",
"modules": [
"service/licensemanagerlinuxsubscriptions"
]
}
8 changes: 8 additions & 0 deletions .changelog/8103caba7db14dbca547b3faac39ae6b.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "8103caba-7db1-4dbc-a547-b3faac39ae6b",
"type": "feature",
"description": "Add support for contextual grounding check for Guardrails for Amazon Bedrock.",
"modules": [
"service/bedrock"
]
}
8 changes: 8 additions & 0 deletions .changelog/8daadf6030c74801925ee33007de85da.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "8daadf60-30c7-4801-925e-e33007de85da",
"type": "documentation",
"description": "Documentation update specifying OEM ephemeris units of measurement",
"modules": [
"service/groundstation"
]
}
8 changes: 8 additions & 0 deletions .changelog/9f1da4aea54c4deeaa622e775ae6ca93.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "9f1da4ae-a54c-4dee-aa62-2e775ae6ca93",
"type": "feature",
"description": "This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs.",
"modules": [
"service/batch"
]
}
8 changes: 8 additions & 0 deletions .changelog/a77dee5265ad424196b7adbf16c5c132.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "a77dee52-65ad-4241-96b7-adbf16c5c132",
"type": "feature",
"description": "Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level",
"modules": [
"service/ec2"
]
}
8 changes: 8 additions & 0 deletions .changelog/b30e3470ce8d4aa8a4f39363e769de81.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "b30e3470-ce8d-4aa8-a4f3-9363e769de81",
"type": "feature",
"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.",
"modules": [
"service/mediaconnect"
]
}
8 changes: 8 additions & 0 deletions .changelog/e9a995f030e24afe86c8a10da3ceb209.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "e9a995f0-30e2-4afe-86c8-a10da3ceb209",
"type": "feature",
"description": "Add recipe step support for recipe node",
"modules": [
"service/glue"
]
}
5 changes: 1 addition & 4 deletions feature/dynamodb/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.22.1
)

require (
github.com/aws/smithy-go v1.20.3 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
)
require github.com/aws/smithy-go v1.20.3 // indirect

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

Expand Down
12 changes: 0 additions & 12 deletions feature/dynamodb/attributevalue/go.sum
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
github.com/aws/smithy-go v1.20.3 h1:ryHwveWzPV5BIof6fyDvor6V3iUL7nTfiTKXHiW05nE=
github.com/aws/smithy-go v1.20.3/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC3qS14E=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=
github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
5 changes: 1 addition & 4 deletions feature/dynamodbstreams/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.22.1
)

require (
github.com/aws/smithy-go v1.20.3 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
)
require github.com/aws/smithy-go v1.20.3 // indirect

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

Expand Down
12 changes: 0 additions & 12 deletions feature/dynamodbstreams/attributevalue/go.sum
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
github.com/aws/smithy-go v1.20.3 h1:ryHwveWzPV5BIof6fyDvor6V3iUL7nTfiTKXHiW05nE=
github.com/aws/smithy-go v1.20.3/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC3qS14E=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=
github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=

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

1 change: 0 additions & 1 deletion feature/s3/manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ require (
github.com/aws/aws-sdk-go-v2/service/sso v1.22.1 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.2 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.30.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
)

replace github.com/aws/aws-sdk-go-v2 => ../../../
Expand Down
12 changes: 0 additions & 12 deletions feature/s3/manager/go.sum
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
github.com/aws/smithy-go v1.20.3 h1:ryHwveWzPV5BIof6fyDvor6V3iUL7nTfiTKXHiW05nE=
github.com/aws/smithy-go v1.20.3/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC3qS14E=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=
github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
14 changes: 14 additions & 0 deletions service/batch/deserializers.go

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

14 changes: 14 additions & 0 deletions service/batch/serializers.go

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

11 changes: 11 additions & 0 deletions service/batch/types/types.go

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

10 changes: 10 additions & 0 deletions service/batch/validators.go

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

56 changes: 25 additions & 31 deletions service/bedrock/api_op_CreateGuardrail.go

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

2 changes: 1 addition & 1 deletion service/bedrock/api_op_CreateGuardrailVersion.go

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

Loading

0 comments on commit 4a055f9

Please sign in to comment.