Skip to content

Commit

Permalink
Release 2022-06-30
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jun 30, 2022
1 parent ef6a9bb commit e2f406b
Show file tree
Hide file tree
Showing 29 changed files with 70 additions and 84 deletions.
8 changes: 0 additions & 8 deletions .changelog/02718a20ff2b498da31e6a38cba11e5f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/09e1973877f24511bf21cd33019d39d9.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7067113fde3c491e853c620fba13d5d8.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/75e8de87b62b49ed87dca09f47e1d943.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/763f709e7fbb4231bff0be9636a86d8e.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,25 @@
# Release (2022-06-30)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/athena`: [v1.16.0](service/athena/CHANGELOG.md#v1160-2022-06-30)
* **Feature**: This feature introduces the API support for Athena's parameterized query and BatchGetPreparedStatement API.
* `github.com/aws/aws-sdk-go-v2/service/customerprofiles`: [v1.18.0](service/customerprofiles/CHANGELOG.md#v1180-2022-06-30)
* **Feature**: This release adds the optional MinAllowedConfidenceScoreForMerging parameter to the CreateDomain, UpdateDomain, and GetAutoMergingPreview APIs in Customer Profiles. This parameter is used as a threshold to influence the profile auto-merging step of the Identity Resolution process.
* `github.com/aws/aws-sdk-go-v2/service/emr`: [v1.20.0](service/emr/CHANGELOG.md#v1200-2022-06-30)
* **Feature**: This release adds support for the ExecutionRoleArn parameter in the AddJobFlowSteps and DescribeStep APIs. Customers can use ExecutionRoleArn to specify the IAM role used for each job they submit using the AddJobFlowSteps API.
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.27.0](service/glue/CHANGELOG.md#v1270-2022-06-30)
* **Feature**: This release adds tag as an input of CreateDatabase
* `github.com/aws/aws-sdk-go-v2/service/kendra`: [v1.29.0](service/kendra/CHANGELOG.md#v1290-2022-06-30)
* **Feature**: Amazon Kendra now provides a data source connector for alfresco
* `github.com/aws/aws-sdk-go-v2/service/mwaa`: [v1.13.0](service/mwaa/CHANGELOG.md#v1130-2022-06-30)
* **Feature**: Documentation updates for Amazon Managed Workflows for Apache Airflow.
* `github.com/aws/aws-sdk-go-v2/service/pricing`: [v1.16.0](service/pricing/CHANGELOG.md#v1160-2022-06-30)
* **Feature**: Documentation update for GetProducts Response.
* `github.com/aws/aws-sdk-go-v2/service/wellarchitected`: [v1.16.0](service/wellarchitected/CHANGELOG.md#v1160-2022-06-30)
* **Feature**: Added support for UpdateGlobalSettings API. Added status filter to ListWorkloadShares and ListLensShares.
* `github.com/aws/aws-sdk-go-v2/service/workmail`: [v1.16.0](service/workmail/CHANGELOG.md#v1160-2022-06-30)
* **Feature**: This release adds support for managing user availability configurations in Amazon WorkMail.

# Release (2022-06-29)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/athena/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.16.0 (2022-06-30)

* **Feature**: This feature introduces the API support for Athena's parameterized query and BatchGetPreparedStatement API.

# v1.15.4 (2022-06-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/athena/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/customerprofiles/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.18.0 (2022-06-30)

* **Feature**: This release adds the optional MinAllowedConfidenceScoreForMerging parameter to the CreateDomain, UpdateDomain, and GetAutoMergingPreview APIs in Customer Profiles. This parameter is used as a threshold to influence the profile auto-merging step of the Identity Resolution process.

# v1.17.8 (2022-06-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/customerprofiles/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/emr/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.20.0 (2022-06-30)

* **Feature**: This release adds support for the ExecutionRoleArn parameter in the AddJobFlowSteps and DescribeStep APIs. Customers can use ExecutionRoleArn to specify the IAM role used for each job they submit using the AddJobFlowSteps API.

# v1.19.0 (2022-06-29)

* **Feature**: This release introduces additional optional parameter "Throughput" to VolumeSpecification to enable user to configure throughput for gp3 ebs volumes.
Expand Down
2 changes: 1 addition & 1 deletion service/emr/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
@@ -1,3 +1,7 @@
# v1.27.0 (2022-06-30)

* **Feature**: This release adds tag as an input of CreateDatabase

# v1.26.1 (2022-06-29)

* **Dependency Update**: Updated to the latest SDK module versions
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.

6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Expand Up @@ -8,7 +8,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.7
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.13.3
github.com/aws/aws-sdk-go-v2/service/appstream v1.17.0
github.com/aws/aws-sdk-go-v2/service/athena v1.15.4
github.com/aws/aws-sdk-go-v2/service/athena v1.16.0
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.23.4
github.com/aws/aws-sdk-go-v2/service/batch v1.18.6
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.21.2
Expand Down Expand Up @@ -41,12 +41,12 @@ require (
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.7
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.15.7
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.13.7
github.com/aws/aws-sdk-go-v2/service/emr v1.19.0
github.com/aws/aws-sdk-go-v2/service/emr v1.20.0
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.4
github.com/aws/aws-sdk-go-v2/service/firehose v1.14.8
github.com/aws/aws-sdk-go-v2/service/gamelift v1.14.7
github.com/aws/aws-sdk-go-v2/service/glacier v1.13.7
github.com/aws/aws-sdk-go-v2/service/glue v1.26.1
github.com/aws/aws-sdk-go-v2/service/glue v1.27.0
github.com/aws/aws-sdk-go-v2/service/health v1.15.9
github.com/aws/aws-sdk-go-v2/service/iam v1.18.8
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.7
Expand Down
4 changes: 4 additions & 0 deletions service/kendra/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.29.0 (2022-06-30)

* **Feature**: Amazon Kendra now provides a data source connector for alfresco

# v1.28.2 (2022-06-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/kendra/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/mwaa/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.13.0 (2022-06-30)

* **Feature**: Documentation updates for Amazon Managed Workflows for Apache Airflow.

# v1.12.7 (2022-06-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/mwaa/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/pricing/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.16.0 (2022-06-30)

* **Feature**: Documentation update for GetProducts Response.

# v1.15.1 (2022-06-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/pricing/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/wellarchitected/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.16.0 (2022-06-30)

* **Feature**: Added support for UpdateGlobalSettings API. Added status filter to ListWorkloadShares and ListLensShares.

# v1.15.1 (2022-06-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/wellarchitected/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/workmail/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.16.0 (2022-06-30)

* **Feature**: This release adds support for managing user availability configurations in Amazon WorkMail.

# v1.15.7 (2022-06-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/workmail/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 e2f406b

Please sign in to comment.