Skip to content

Commit

Permalink
Release 2024-04-12
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 12, 2024
1 parent 7188d17 commit cc5dae4
Show file tree
Hide file tree
Showing 36 changed files with 86 additions and 112 deletions.
8 changes: 0 additions & 8 deletions .changelog/01c5631b9ca64acfaa185e5f6ce649f0.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/178be63f29674126bf786796815c306a.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/2cc0b712a379473b8df6d6e6354745b8.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/507a9623130247d18b28fb988b2d49fa.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/894da22f025e472a977d048c3808cb62.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/9992ba962f5e4acabd6e6a0c0ddb77cb.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# Release (2024-04-12)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/cloudformation`: [v1.50.0](service/cloudformation/CHANGELOG.md#v1500-2024-04-12)
* **Feature**: Adding support for the new parameter "IncludePropertyValues" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change.
* `github.com/aws/aws-sdk-go-v2/service/configservice`: [v1.46.5](service/configservice/CHANGELOG.md#v1465-2024-04-12)
* **Documentation**: Updates documentation for AWS Config
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.79.0](service/glue/CHANGELOG.md#v1790-2024-04-12)
* **Feature**: Modifying request for GetUnfilteredTableMetadata for view-related fields.
* `github.com/aws/aws-sdk-go-v2/service/healthlake`: [v1.24.0](service/healthlake/CHANGELOG.md#v1240-2024-04-12)
* **Feature**: Added new CREATE_FAILED status for data stores. Added new errorCause to DescribeFHIRDatastore API and ListFHIRDatastores API response for additional insights into data store creation and deletion workflows.
* `github.com/aws/aws-sdk-go-v2/service/iotfleethub`: [v1.20.5](service/iotfleethub/CHANGELOG.md#v1205-2024-04-12)
* **Documentation**: Documentation updates for AWS IoT Fleet Hub to clarify that Fleet Hub supports organization instance of IAM Identity Center.
* `github.com/aws/aws-sdk-go-v2/service/kms`: [v1.31.0](service/kms/CHANGELOG.md#v1310-2024-04-12)
* **Feature**: This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations.
* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.38.0](service/mediatailor/CHANGELOG.md#v1380-2024-04-12)
* **Feature**: Added InsertionMode to PlaybackConfigurations. This setting controls whether players can use stitched or guided ad insertion. The default for players that do not specify an insertion mode is stitched.
* `github.com/aws/aws-sdk-go-v2/service/neptunegraph`: [v1.8.1](service/neptunegraph/CHANGELOG.md#v181-2024-04-12)
* **Documentation**: Update to API documentation to resolve customer reported issues.
* `github.com/aws/aws-sdk-go-v2/service/outposts`: [v1.38.0](service/outposts/CHANGELOG.md#v1380-2024-04-12)
* **Feature**: This release adds EXPEDITORS as a valid shipment carrier.
* `github.com/aws/aws-sdk-go-v2/service/redshift`: [v1.44.0](service/redshift/CHANGELOG.md#v1440-2024-04-12)
* **Feature**: Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field.
* `github.com/aws/aws-sdk-go-v2/service/transfer`: [v1.46.0](service/transfer/CHANGELOG.md#v1460-2024-04-12)
* **Feature**: This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS.

# Release (2024-04-11)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/cloudformation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.50.0 (2024-04-12)

* **Feature**: Adding support for the new parameter "IncludePropertyValues" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change.

# v1.49.0 (2024-04-03)

* **Feature**: This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template
Expand Down
2 changes: 1 addition & 1 deletion service/cloudformation/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/configservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.46.5 (2024-04-12)

* **Documentation**: Updates documentation for AWS Config

# v1.46.4 (2024-03-29)

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

* **Feature**: Modifying request for GetUnfilteredTableMetadata for view-related fields.

# v1.78.0 (2024-04-02)

* **Feature**: Adding View related fields to responses of read-only Table APIs.
Expand Down
2 changes: 1 addition & 1 deletion service/glue/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/healthlake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.0 (2024-04-12)

* **Feature**: Added new CREATE_FAILED status for data stores. Added new errorCause to DescribeFHIRDatastore API and ListFHIRDatastores API response for additional insights into data store creation and deletion workflows.

# v1.23.4 (2024-03-29)

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

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

10 changes: 5 additions & 5 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/athena v1.40.4
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.40.5
github.com/aws/aws-sdk-go-v2/service/batch v1.37.0
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.49.0
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.50.0
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.36.0
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.21.4
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.22.4
Expand All @@ -24,7 +24,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.26.4
github.com/aws/aws-sdk-go-v2/service/codestar v1.21.4
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.36.4
github.com/aws/aws-sdk-go-v2/service/configservice v1.46.4
github.com/aws/aws-sdk-go-v2/service/configservice v1.46.5
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.23.4
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.38.4
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.22.4
Expand All @@ -47,13 +47,13 @@ require (
github.com/aws/aws-sdk-go-v2/service/firehose v1.28.5
github.com/aws/aws-sdk-go-v2/service/gamelift v1.30.4
github.com/aws/aws-sdk-go-v2/service/glacier v1.22.4
github.com/aws/aws-sdk-go-v2/service/glue v1.78.0
github.com/aws/aws-sdk-go-v2/service/glue v1.79.0
github.com/aws/aws-sdk-go-v2/service/health v1.24.4
github.com/aws/aws-sdk-go-v2/service/iam v1.32.0
github.com/aws/aws-sdk-go-v2/service/inspector v1.21.4
github.com/aws/aws-sdk-go-v2/service/iot v1.53.3
github.com/aws/aws-sdk-go-v2/service/kinesis v1.27.4
github.com/aws/aws-sdk-go-v2/service/kms v1.30.1
github.com/aws/aws-sdk-go-v2/service/kms v1.31.0
github.com/aws/aws-sdk-go-v2/service/lambda v1.54.0
github.com/aws/aws-sdk-go-v2/service/lightsail v1.37.0
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.20.4
Expand All @@ -62,7 +62,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.19.4
github.com/aws/aws-sdk-go-v2/service/polly v1.39.6
github.com/aws/aws-sdk-go-v2/service/rds v1.77.1
github.com/aws/aws-sdk-go-v2/service/redshift v1.43.5
github.com/aws/aws-sdk-go-v2/service/redshift v1.44.0
github.com/aws/aws-sdk-go-v2/service/rekognition v1.40.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.40.4
github.com/aws/aws-sdk-go-v2/service/route53domains v1.23.4
Expand Down
4 changes: 4 additions & 0 deletions service/iotfleethub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.5 (2024-04-12)

* **Documentation**: Documentation updates for AWS IoT Fleet Hub to clarify that Fleet Hub supports organization instance of IAM Identity Center.

# v1.20.4 (2024-03-29)

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

* **Feature**: This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations.

# v1.30.1 (2024-03-29)

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

* **Feature**: Added InsertionMode to PlaybackConfigurations. This setting controls whether players can use stitched or guided ad insertion. The default for players that do not specify an insertion mode is stitched.

# v1.37.2 (2024-04-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/mediatailor/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/neptunegraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.8.1 (2024-04-12)

* **Documentation**: Update to API documentation to resolve customer reported issues.

# v1.8.0 (2024-03-29)

* **Feature**: Add the new API Start-Import-Task for Amazon Neptune Analytics.
Expand Down
2 changes: 1 addition & 1 deletion service/neptunegraph/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/outposts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.38.0 (2024-04-12)

* **Feature**: This release adds EXPEDITORS as a valid shipment carrier.

# v1.37.4 (2024-03-29)

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

* **Feature**: Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field.

# v1.43.5 (2024-03-29)

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

* **Feature**: This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS.

# v1.45.0 (2024-04-03)

* **Feature**: Add ability to specify Security Policies for SFTP Connectors
Expand Down
2 changes: 1 addition & 1 deletion service/transfer/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 cc5dae4

Please sign in to comment.