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 24, 2024
1 parent 07c560f commit 26375ca
Show file tree
Hide file tree
Showing 93 changed files with 4,169 additions and 459 deletions.
8 changes: 8 additions & 0 deletions .changelog/05f01cffcb7542b387a7cc014ffde7a4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "05f01cff-cb75-42b3-87a7-cc014ffde7a4",
"type": "feature",
"description": "Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device.",
"modules": [
"service/iotsitewise"
]
}
8 changes: 8 additions & 0 deletions .changelog/07f30246d0c646978dcb3a001718fb3e.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "07f30246-d0c6-4697-8dcb-3a001718fb3e",
"type": "documentation",
"description": "DynamoDB doc only update for July",
"modules": [
"service/dynamodb"
]
}
8 changes: 8 additions & 0 deletions .changelog/6439b576c3f0473192f2a6fd1762b01c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "6439b576-c3f0-4731-92f2-a6fd1762b01c",
"type": "feature",
"description": "Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed",
"modules": [
"service/cleanrooms"
]
}
8 changes: 8 additions & 0 deletions .changelog/7efeec27a25b4995b6ccbc0f655faba4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "7efeec27-a25b-4995-b6cc-bc0f655faba4",
"type": "feature",
"description": "This release adds support for Irdeto DRM encryption in DASH manifests.",
"modules": [
"service/mediapackagev2"
]
}
8 changes: 8 additions & 0 deletions .changelog/9ba252a2a43b4f2fa5bc478fe3863b40.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "9ba252a2-a43b-4f2f-a5bc-478fe3863b40",
"type": "feature",
"description": "CopyImageSet API adds copying selected instances between image sets, and overriding inconsistent metadata with a force parameter. UpdateImageSetMetadata API enables reverting to prior versions; updates to Study, Series, and SOP Instance UIDs; and updates to private elements, with a force parameter.",
"modules": [
"service/medicalimaging"
]
}
8 changes: 8 additions & 0 deletions .changelog/db39f903fbc04370b058212f3a532752.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "db39f903-fbc0-4370-b058-212f3a532752",
"type": "documentation",
"description": "Update for rebrand to AWS End User Messaging SMS and Voice.",
"modules": [
"service/pinpointsmsvoicev2"
]
}

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

6 changes: 4 additions & 2 deletions feature/s3/manager/bucket_region.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@ const bucketRegionHeader = "X-Amz-Bucket-Region"
// if err != nil {
// panic(err)
// }
//
//
// If buckets are public, you may use anonymous credential like so.
// manager.GetBucketRegion(ctx, s3.NewFromConfig(cfg), bucket, func(o *s3.Options) {
//
// manager.GetBucketRegion(ctx, s3.NewFromConfig(cfg), bucket, func(o *s3.Options) {
// o.Credentials = nil
// // Or
// o.Credentials = aws.AnonymousCredentials{}
// })
//
// The request with anonymous credentials will not be signed.
// Otherwise credentials would be required for private buckets.
func GetBucketRegion(ctx context.Context, client HeadBucketAPIClient, bucket string, optFns ...func(*s3.Options)) (string, error) {
Expand Down
8 changes: 8 additions & 0 deletions service/apigateway/internal/endpoints/endpoints.go

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

8 changes: 8 additions & 0 deletions service/apigatewayv2/internal/endpoints/endpoints.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/cleanrooms/api_op_CreateCollaboration.go

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

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

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

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

Loading

0 comments on commit 26375ca

Please sign in to comment.