Skip to content

Commit d2d9723

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-09-05
1 parent cb9ce4b commit d2d9723

Some content is hidden

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

56 files changed

+124
-107
lines changed

.changelog/327bef418b5a4eb18f675ecef22d1605.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/50d583c79f5947dcb23d08775d44a077.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/6638aa041ef64885a67c27e003a5fde0.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/6c9c94ecc8e948dba744435227eed1bf.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/81a0d33d3fa8447a927556ea5dfca4ee.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/aa0e6020918442ac9202987f3fb0e600.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/b1828e5d91a244f6a2931a3814137532.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/ce02de89f39d4c88ab895e190dfed9cf.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/daa3e42425fd410085ca24e26134433e.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 25 additions & 0 deletions

config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

config/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.21.0
7-
github.com/aws/aws-sdk-go-v2/credentials v1.13.36
7+
github.com/aws/aws-sdk-go-v2/credentials v1.13.37
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.11
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.42
1010
github.com/aws/aws-sdk-go-v2/service/sso v1.13.6
11-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.5
11+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.6
1212
github.com/aws/aws-sdk-go-v2/service/sts v1.21.5
1313
github.com/aws/smithy-go v1.14.2
1414
github.com/google/go-cmp v0.5.8

config/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

credentials/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

credentials/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2 v1.21.0
77
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.11
88
github.com/aws/aws-sdk-go-v2/service/sso v1.13.6
9-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.5
9+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.6
1010
github.com/aws/aws-sdk-go-v2/service/sts v1.21.5
1111
github.com/aws/smithy-go v1.14.2
1212
github.com/google/go-cmp v0.5.8

credentials/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/service/dynamodb/createTable/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.21.0
7-
github.com/aws/aws-sdk-go-v2/config v1.18.38
7+
github.com/aws/aws-sdk-go-v2/config v1.18.39
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.21.5
99
)
1010

example/service/dynamodb/scanItems/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.21.0
7-
github.com/aws/aws-sdk-go-v2/config v1.18.38
7+
github.com/aws/aws-sdk-go-v2/config v1.18.39
88
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.39
99
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.21.5
1010
)

example/service/s3/listObjects/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects
33
go 1.15
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.18.38
6+
github.com/aws/aws-sdk-go-v2/config v1.18.39
77
github.com/aws/aws-sdk-go-v2/service/s3 v1.38.5
88
)
99

example/service/s3/usingPrivateLink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.21.0
7-
github.com/aws/aws-sdk-go-v2/config v1.18.38
7+
github.com/aws/aws-sdk-go-v2/config v1.18.39
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.38.5
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.33.0
1010
)

feature/ec2/imds/internal/configtesting/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting
33
go 1.15
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.18.38
6+
github.com/aws/aws-sdk-go-v2/config v1.18.39
77
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.11
88
)
99

feature/s3/manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

feature/s3/manager/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.21.0
7-
github.com/aws/aws-sdk-go-v2/config v1.18.38
7+
github.com/aws/aws-sdk-go-v2/config v1.18.39
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.38.5
99
github.com/aws/smithy-go v1.14.2
1010
github.com/google/go-cmp v0.5.8

feature/s3/manager/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/configsources/configtesting/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting
33
go 1.15
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.18.38
6+
github.com/aws/aws-sdk-go-v2/config v1.18.39
77
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41
88
)
99

service/billingconductor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

service/billingconductor/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/cloud9/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

service/cloud9/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/computeoptimizer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

service/computeoptimizer/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/ec2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

service/ec2/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/ecs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

service/ecs/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/eventbridge/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

service/eventbridge/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/eventstreamtesting/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

service/internal/eventstreamtesting/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.21.0
77
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.13
8-
github.com/aws/aws-sdk-go-v2/credentials v1.13.36
8+
github.com/aws/aws-sdk-go-v2/credentials v1.13.37
99
golang.org/x/net v0.1.0
1010
)
1111

service/internal/eventstreamtesting/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
22

33
require (
44
github.com/aws/aws-sdk-go-v2 v1.21.0
5-
github.com/aws/aws-sdk-go-v2/config v1.18.38
5+
github.com/aws/aws-sdk-go-v2/config v1.18.39
66
github.com/aws/aws-sdk-go-v2/service/acm v1.18.5
77
github.com/aws/aws-sdk-go-v2/service/apigateway v1.18.0
88
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.22.5
@@ -31,9 +31,9 @@ require (
3131
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.18.5
3232
github.com/aws/aws-sdk-go-v2/service/docdb v1.23.5
3333
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.21.5
34-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.115.0
34+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.116.0
3535
github.com/aws/aws-sdk-go-v2/service/ecr v1.19.5
36-
github.com/aws/aws-sdk-go-v2/service/ecs v1.30.0
36+
github.com/aws/aws-sdk-go-v2/service/ecs v1.30.1
3737
github.com/aws/aws-sdk-go-v2/service/efs v1.21.6
3838
github.com/aws/aws-sdk-go-v2/service/elasticache v1.29.3
3939
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.16.5
@@ -42,7 +42,7 @@ require (
4242
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.20.5
4343
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.15.5
4444
github.com/aws/aws-sdk-go-v2/service/emr v1.28.5
45-
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.20.5
45+
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.21.0
4646
github.com/aws/aws-sdk-go-v2/service/firehose v1.17.5
4747
github.com/aws/aws-sdk-go-v2/service/gamelift v1.22.2
4848
github.com/aws/aws-sdk-go-v2/service/glacier v1.15.5
@@ -60,7 +60,7 @@ require (
6060
github.com/aws/aws-sdk-go-v2/service/opsworks v1.15.5
6161
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.13.6
6262
github.com/aws/aws-sdk-go-v2/service/polly v1.31.0
63-
github.com/aws/aws-sdk-go-v2/service/rds v1.53.0
63+
github.com/aws/aws-sdk-go-v2/service/rds v1.54.0
6464
github.com/aws/aws-sdk-go-v2/service/redshift v1.29.5
6565
github.com/aws/aws-sdk-go-v2/service/rekognition v1.30.6
6666
github.com/aws/aws-sdk-go-v2/service/route53 v1.29.5

0 commit comments

Comments
 (0)