Skip to content

Commit

Permalink
Release 2022-08-31
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 31, 2022
1 parent d0933de commit d47c319
Show file tree
Hide file tree
Showing 1,023 changed files with 2,826 additions and 1,517 deletions.
8 changes: 0 additions & 8 deletions .changelog/03daeecdd00649e799eab2a3578fdd71.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/35f902e00fc7411b80626dc1607b4d65.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/5ca210f3b9274a4f9eff50a2d65a5482.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/66e3ac55cadf46aba8c85618f1c08475.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/68db875b685d41e6ae3fad0afe2d7e19.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/bc338f34dc3d4ba4a119304a30358ebe.json

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Release (2022-08-31)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/cloudfront`: [v1.20.2](service/cloudfront/CHANGELOG.md#v1202-2022-08-31)
* **Documentation**: Update API documentation for CloudFront origin access control (OAC)
* `github.com/aws/aws-sdk-go-v2/service/identitystore`: [v1.15.0](service/identitystore/CHANGELOG.md#v1150-2022-08-31)
* **Feature**: Expand IdentityStore API to support Create, Read, Update, Delete and Get operations for User, Group and GroupMembership resources.
* `github.com/aws/aws-sdk-go-v2/service/iotthingsgraph`: [v1.13.0](service/iotthingsgraph/CHANGELOG.md#v1130-2022-08-31)
* **Feature**: This release deprecates all APIs of the ThingsGraph service
* `github.com/aws/aws-sdk-go-v2/service/ivs`: [v1.18.0](service/ivs/CHANGELOG.md#v1180-2022-08-31)
* **Feature**: IVS Merge Fragmented Streams. This release adds support for recordingReconnectWindow field in IVS recordingConfigurations. For more information see https://docs.aws.amazon.com/ivs/latest/APIReference/Welcome.html
* `github.com/aws/aws-sdk-go-v2/service/rdsdata`: [v1.12.12](service/rdsdata/CHANGELOG.md#v11212-2022-08-31)
* **Documentation**: Documentation updates for RDS Data API
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.40.0](service/sagemaker/CHANGELOG.md#v1400-2022-08-31)
* **Feature**: SageMaker Inference Recommender now accepts Inference Recommender fields: Domain, Task, Framework, SamplePayloadUrl, SupportedContentTypes, SupportedInstanceTypes, directly in our CreateInferenceRecommendationsJob API through ContainerConfig

# Release (2022-08-30)

## General Highlights
Expand Down
2 changes: 1 addition & 1 deletion aws/go_module_metadata.go

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

4 changes: 4 additions & 0 deletions aws/protocol/eventstream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.4.6 (2022-08-31)

* No change notes available for this release.

# v1.4.5 (2022-08-29)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion aws/protocol/eventstream/go_module_metadata.go

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

4 changes: 4 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.4 (2022-08-31)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.17.3 (2022-08-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
14 changes: 7 additions & 7 deletions config/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/aws/aws-sdk-go-v2/config
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.12
github.com/aws/aws-sdk-go-v2/credentials v1.12.16
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.13
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.20
github.com/aws/aws-sdk-go-v2/service/sso v1.11.19
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.1
github.com/aws/aws-sdk-go-v2/service/sts v1.16.15
github.com/aws/aws-sdk-go-v2 v1.16.13
github.com/aws/aws-sdk-go-v2/credentials v1.12.17
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.14
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.21
github.com/aws/aws-sdk-go-v2/service/sso v1.11.20
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.2
github.com/aws/aws-sdk-go-v2/service/sts v1.16.16
github.com/aws/smithy-go v1.13.1
github.com/google/go-cmp v0.5.8
)
Expand Down
2 changes: 1 addition & 1 deletion config/go_module_metadata.go

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

4 changes: 4 additions & 0 deletions credentials/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.12.17 (2022-08-31)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.12.16 (2022-08-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
10 changes: 5 additions & 5 deletions credentials/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/credentials
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.12
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.13
github.com/aws/aws-sdk-go-v2/service/sso v1.11.19
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.1
github.com/aws/aws-sdk-go-v2/service/sts v1.16.15
github.com/aws/aws-sdk-go-v2 v1.16.13
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.14
github.com/aws/aws-sdk-go-v2/service/sso v1.11.20
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.2
github.com/aws/aws-sdk-go-v2/service/sts v1.16.16
github.com/aws/smithy-go v1.13.1
github.com/google/go-cmp v0.5.8
)
Expand Down
2 changes: 1 addition & 1 deletion credentials/go_module_metadata.go

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

6 changes: 3 additions & 3 deletions example/service/dynamodb/createTable/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/example/service/dynamodb/createTable
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.12
github.com/aws/aws-sdk-go-v2/config v1.17.3
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.2
github.com/aws/aws-sdk-go-v2 v1.16.13
github.com/aws/aws-sdk-go-v2/config v1.17.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.3
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
8 changes: 4 additions & 4 deletions example/service/dynamodb/scanItems/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/example/service/dynamodb/listItems
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.12
github.com/aws/aws-sdk-go-v2/config v1.17.3
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.14
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.2
github.com/aws/aws-sdk-go-v2 v1.16.13
github.com/aws/aws-sdk-go-v2/config v1.17.4
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.15
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.3
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
4 changes: 2 additions & 2 deletions example/service/s3/listObjects/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.17.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.7
github.com/aws/aws-sdk-go-v2/config v1.17.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.8
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
8 changes: 4 additions & 4 deletions example/service/s3/usingPrivateLink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/usingPrivateLink
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.12
github.com/aws/aws-sdk-go-v2/config v1.17.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.7
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.15
github.com/aws/aws-sdk-go-v2 v1.16.13
github.com/aws/aws-sdk-go-v2/config v1.17.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.8
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.16
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
4 changes: 4 additions & 0 deletions feature/cloudfront/sign/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.3.27 (2022-08-31)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.3.26 (2022-08-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/cloudfront/sign/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign

go 1.15

require github.com/aws/aws-sdk-go-v2 v1.16.12
require github.com/aws/aws-sdk-go-v2 v1.16.13

replace github.com/aws/aws-sdk-go-v2 => ../../../
2 changes: 1 addition & 1 deletion feature/cloudfront/sign/go_module_metadata.go

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

4 changes: 4 additions & 0 deletions feature/dynamodb/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.9.15 (2022-08-31)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.9.14 (2022-08-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
6 changes: 3 additions & 3 deletions feature/dynamodb/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.12
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.2
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.16
github.com/aws/aws-sdk-go-v2 v1.16.13
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.3
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.17
github.com/aws/smithy-go v1.13.1
github.com/google/go-cmp v0.5.8
)
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/go_module_metadata.go

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

4 changes: 4 additions & 0 deletions feature/dynamodb/expression/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.4.21 (2022-08-31)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.4.20 (2022-08-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
6 changes: 3 additions & 3 deletions feature/dynamodb/expression/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.12
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.14
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.2
github.com/aws/aws-sdk-go-v2 v1.16.13
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.15
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.3
github.com/google/go-cmp v0.5.8
)

Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/expression/go_module_metadata.go

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

4 changes: 4 additions & 0 deletions feature/dynamodbstreams/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.9.15 (2022-08-31)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.9.14 (2022-08-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
6 changes: 3 additions & 3 deletions feature/dynamodbstreams/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.12
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.2
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.16
github.com/aws/aws-sdk-go-v2 v1.16.13
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.3
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.17
github.com/aws/smithy-go v1.13.1
github.com/google/go-cmp v0.5.8
)
Expand Down

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

4 changes: 4 additions & 0 deletions feature/ec2/imds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.12.14 (2022-08-31)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.12.13 (2022-08-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/ec2/imds/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.12
github.com/aws/aws-sdk-go-v2 v1.16.13
github.com/aws/smithy-go v1.13.1
github.com/google/go-cmp v0.5.8
)
Expand Down
2 changes: 1 addition & 1 deletion feature/ec2/imds/go_module_metadata.go

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

4 changes: 2 additions & 2 deletions feature/ec2/imds/internal/configtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.17.3
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.13
github.com/aws/aws-sdk-go-v2/config v1.17.4
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.14
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../../
Expand Down
4 changes: 4 additions & 0 deletions feature/rds/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.1.30 (2022-08-31)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.1.29 (2022-08-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/rds/auth/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module github.com/aws/aws-sdk-go-v2/feature/rds/auth

go 1.15

require github.com/aws/aws-sdk-go-v2 v1.16.12
require github.com/aws/aws-sdk-go-v2 v1.16.13

replace github.com/aws/aws-sdk-go-v2 => ../../../
2 changes: 1 addition & 1 deletion feature/rds/auth/go_module_metadata.go

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

4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.11.30 (2022-08-31)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.11.29 (2022-08-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
Loading

0 comments on commit d47c319

Please sign in to comment.