Skip to content

Commit

Permalink
Release 2024-08-01
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 1, 2024
1 parent 5bd193d commit 2d43bf8
Show file tree
Hide file tree
Showing 30 changed files with 69 additions and 91 deletions.
8 changes: 0 additions & 8 deletions .changelog/04f2682b34664d03b84a14a9ebffde1b.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/290e1fb900bd4103b1efeb97de5f446a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/2ad22b86c67241aa998aaf644a995a38.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3386398ff7244455a6d11b429ccee3e3.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3c66af4d05f24b52b6c46bab3d1b7420.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/65a1b183f5c04e9487edf450346ba5d7.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Release (2024-08-01)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.13.0](service/bedrock/CHANGELOG.md#v1130-2024-08-01)
* **Feature**: API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another.
* `github.com/aws/aws-sdk-go-v2/service/controlcatalog`: [v1.3.0](service/controlcatalog/CHANGELOG.md#v130-2024-08-01)
* **Feature**: AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls.
* `github.com/aws/aws-sdk-go-v2/service/controltower`: [v1.16.4](service/controltower/CHANGELOG.md#v1164-2024-08-01)
* **Documentation**: Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs
* `github.com/aws/aws-sdk-go-v2/service/memorydb`: [v1.21.5](service/memorydb/CHANGELOG.md#v1215-2024-08-01)
* **Documentation**: Doc only update for changes to deletion API.
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.82.0](service/rds/CHANGELOG.md#v1820-2024-08-01)
* **Feature**: This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.152.0](service/sagemaker/CHANGELOG.md#v11520-2024-08-01)
* **Feature**: This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs.
* `github.com/aws/aws-sdk-go-v2/service/ssmquicksetup`: [v1.0.0](service/ssmquicksetup/CHANGELOG.md#v100-2024-08-01)
* **Release**: New AWS service client module
* **Feature**: This release adds API support for the QuickSetup feature of AWS Systems Manager
* `github.com/aws/aws-sdk-go-v2/service/support`: [v1.24.4](service/support/CHANGELOG.md#v1244-2024-08-01)
* **Documentation**: Doc only updates to CaseDetails

# Release (2024-07-30)

## Module Highlights
Expand Down
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.13.55 (2024-08-01)

* No change notes available for this release.

# v1.13.54 (2024-07-30)

* No change notes available for this release.
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 service/bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.13.0 (2024-08-01)

* **Feature**: API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another.

# v1.12.0 (2024-07-10.2)

* **Feature**: Add support for contextual grounding check for Guardrails for Amazon Bedrock.
Expand Down
2 changes: 1 addition & 1 deletion service/bedrock/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 service/controlcatalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.3.0 (2024-08-01)

* **Feature**: AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls.

# v1.2.3 (2024-07-10.2)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/controlcatalog/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 service/controltower/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.16.4 (2024-08-01)

* **Documentation**: Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs

# v1.16.3 (2024-07-10.2)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/controltower/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 service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/neptune v1.33.3
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.21.3
github.com/aws/aws-sdk-go-v2/service/polly v1.42.3
github.com/aws/aws-sdk-go-v2/service/rds v1.81.5
github.com/aws/aws-sdk-go-v2/service/rds v1.82.0
github.com/aws/aws-sdk-go-v2/service/redshift v1.46.4
github.com/aws/aws-sdk-go-v2/service/rekognition v1.43.2
github.com/aws/aws-sdk-go-v2/service/route53 v1.42.3
Expand All @@ -77,7 +77,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sqs v1.34.3
github.com/aws/aws-sdk-go-v2/service/ssm v1.52.3
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3
github.com/aws/aws-sdk-go-v2/service/support v1.24.3
github.com/aws/aws-sdk-go-v2/service/support v1.24.4
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.27.3
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.19.3
github.com/aws/aws-sdk-go-v2/service/waf v1.23.3
Expand Down
4 changes: 4 additions & 0 deletions service/memorydb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.21.5 (2024-08-01)

* **Documentation**: Doc only update for changes to deletion API.

# v1.21.4 (2024-07-29)

* **Documentation**: Renaming full service name as it appears in developer documentation.
Expand Down
2 changes: 1 addition & 1 deletion service/memorydb/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 service/rds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.82.0 (2024-08-01)

* **Feature**: This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified.

# v1.81.5 (2024-07-18)

* **Documentation**: Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions.
Expand Down
2 changes: 1 addition & 1 deletion service/rds/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 service/sagemaker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.152.0 (2024-08-01)

* **Feature**: This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs.

# v1.151.0 (2024-07-18)

* **Feature**: SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family.
Expand Down
2 changes: 1 addition & 1 deletion service/sagemaker/go_module_metadata.go

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

5 changes: 5 additions & 0 deletions service/ssmquicksetup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v1.0.0 (2024-08-01)

* **Release**: New AWS service client module
* **Feature**: This release adds API support for the QuickSetup feature of AWS Systems Manager

2 changes: 1 addition & 1 deletion service/ssmquicksetup/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 service/support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.4 (2024-08-01)

* **Documentation**: Doc only updates to CaseDetails

# v1.24.3 (2024-07-10.2)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/support/go_module_metadata.go

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

0 comments on commit 2d43bf8

Please sign in to comment.