Skip to content

Commit 7b28583

Browse files
author
AWS SDK for Go v2 automation user
committed
Regenerated Clients
1 parent 7172447 commit 7b28583

File tree

64 files changed

+14889
-3
lines changed

Some content is hidden

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

64 files changed

+14889
-3
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "05b401cb-02f7-4859-ad5a-ee15889b339d",
3+
"type": "feature",
4+
"description": "S3 Tables now supports sort and z-order compaction strategies for Iceberg tables in addition to binpack.",
5+
"modules": [
6+
"service/s3tables"
7+
]
8+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"id": "41575353-444b-40ff-bf47-4f4155544f00",
3+
"type": "release",
4+
"description": "New AWS service client module",
5+
"modules": [
6+
"internal/protocoltest/jsonrpc10querycompatible",
7+
"internal/protocoltest/smithyrpcv2cborquerycompatible",
8+
"service/workspacesinstances"
9+
]
10+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "7c9997c4-43e4-4404-aabc-0d5f997ce04c",
3+
"type": "feature",
4+
"description": "AWS Glue now supports sort and z-order strategy for managed automated compaction for Iceberg tables in addition to binpack.",
5+
"modules": [
6+
"service/glue"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "c3fbc4a0-33b3-497d-bd28-5d5b401c902f",
3+
"type": "feature",
4+
"description": "Added support for Amazon WorkSpaces Instances API",
5+
"modules": [
6+
"service/workspacesinstances"
7+
]
8+
}

service/glue/deserializers.go

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

service/glue/serializers.go

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

service/glue/types/enums.go

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

service/glue/types/types.go

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

service/internal/integrationtest/go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ require (
7474
github.com/aws/aws-sdk-go-v2/service/ssm v1.59.3
7575
github.com/aws/aws-sdk-go-v2/service/sts v1.34.0
7676
github.com/aws/aws-sdk-go-v2/service/support v1.27.4
77-
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.31.2
7877
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.26.2
7978
github.com/aws/aws-sdk-go-v2/service/waf v1.26.4
8079
github.com/aws/aws-sdk-go-v2/service/wafregional v1.26.4

service/s3tables/api_op_GetTableMaintenanceConfiguration.go

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

service/s3tables/deserializers.go

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

service/s3tables/serializers.go

Lines changed: 5 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)