Skip to content

Commit c880e13

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-06-08
1 parent 7c8242a commit c880e13

25 files changed

+63
-68
lines changed

.changelog/41575353444b40ffbf474f4155544f00.json

-9
This file was deleted.

.changelog/60e1523b189f411c97fe0bc513061c4c.json

-8
This file was deleted.

.changelog/6e9da70a36984352be5ff995582fced8.json

-8
This file was deleted.

.changelog/7dd9ec4c92da4d969ace0076191140a8.json

-8
This file was deleted.

.changelog/8867cf04f9c341ecbbefb9a199aa40ef.json

-8
This file was deleted.

.changelog/b900a69f21104a7dacae746af286a404.json

-8
This file was deleted.

.changelog/e3ef9bacdf4248c09f78903f13636eb5.json

-8
This file was deleted.

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Release (2023-06-08)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/athena`: [v1.30.0](service/athena/CHANGELOG.md#v1300-2023-06-08)
5+
* **Feature**: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
6+
* `github.com/aws/aws-sdk-go-v2/service/comprehendmedical`: [v1.16.0](service/comprehendmedical/CHANGELOG.md#v1160-2023-06-08)
7+
* **Feature**: This release supports a new set of entities and traits.
8+
* `github.com/aws/aws-sdk-go-v2/service/paymentcryptography`: [v1.0.0](service/paymentcryptography/CHANGELOG.md#v100-2023-06-08)
9+
* **Release**: New AWS service client module
10+
* **Feature**: Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing.
11+
* `github.com/aws/aws-sdk-go-v2/service/paymentcryptographydata`: [v1.0.0](service/paymentcryptographydata/CHANGELOG.md#v100-2023-06-08)
12+
* **Release**: New AWS service client module
13+
* **Feature**: Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing.
14+
* `github.com/aws/aws-sdk-go-v2/service/servicecatalog`: [v1.19.0](service/servicecatalog/CHANGELOG.md#v1190-2023-06-08)
15+
* **Feature**: New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product
16+
* `github.com/aws/aws-sdk-go-v2/service/timestreamwrite`: [v1.17.0](service/timestreamwrite/CHANGELOG.md#v1170-2023-06-08)
17+
* **Feature**: This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation.
18+
119
# Release (2023-06-07)
220

321
## Module Highlights

service/athena/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.30.0 (2023-06-08)
2+
3+
* **Feature**: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
4+
15
# v1.29.0 (2023-06-02)
26

37
* **Feature**: This release introduces the DeleteCapacityReservation API and the ability to manage capacity reservations using CloudFormation

service/athena/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/comprehendmedical/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.16.0 (2023-06-08)
2+
3+
* **Feature**: This release supports a new set of entities and traits.
4+
15
# v1.15.10 (2023-05-04)
26

37
* No change notes available for this release.

service/comprehendmedical/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.21.0
99
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.15.10
1010
github.com/aws/aws-sdk-go-v2/service/appstream v1.20.11
11-
github.com/aws/aws-sdk-go-v2/service/athena v1.29.0
11+
github.com/aws/aws-sdk-go-v2/service/athena v1.30.0
1212
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.28.7
1313
github.com/aws/aws-sdk-go-v2/service/batch v1.23.6
1414
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.29.0
@@ -69,7 +69,7 @@ require (
6969
github.com/aws/aws-sdk-go-v2/service/s3 v1.33.1
7070
github.com/aws/aws-sdk-go-v2/service/s3control v1.31.5
7171
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.19.8
72-
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.18.5
72+
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.19.0
7373
github.com/aws/aws-sdk-go-v2/service/ses v1.15.9
7474
github.com/aws/aws-sdk-go-v2/service/sfn v1.17.11
7575
github.com/aws/aws-sdk-go-v2/service/shield v1.18.10
@@ -79,7 +79,7 @@ require (
7979
github.com/aws/aws-sdk-go-v2/service/ssm v1.36.4
8080
github.com/aws/aws-sdk-go-v2/service/sts v1.19.0
8181
github.com/aws/aws-sdk-go-v2/service/support v1.15.0
82-
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.16.6
82+
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.17.0
8383
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.9.11
8484
github.com/aws/aws-sdk-go-v2/service/waf v1.12.10
8585
github.com/aws/aws-sdk-go-v2/service/wafregional v1.13.13

service/mgn/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.7 (2023-06-08)
2+
3+
* No change notes available for this release.
4+
15
# v1.18.6 (2023-06-01)
26

37
* No change notes available for this release.

service/mgn/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.0.0 (2023-06-08)
2+
3+
* **Release**: New AWS service client module
4+
* **Feature**: Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing.
5+

service/paymentcryptography/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.0.0 (2023-06-08)
2+
3+
* **Release**: New AWS service client module
4+
* **Feature**: Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing.
5+

service/paymentcryptographydata/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/servicecatalog/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.19.0 (2023-06-08)
2+
3+
* **Feature**: New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product
4+
15
# v1.18.5 (2023-05-31)
26

37
* **Documentation**: Documentation updates for ServiceCatalog.

service/servicecatalog/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/simspaceweaver/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.2.2 (2023-06-08)
2+
3+
* No change notes available for this release.
4+
15
# v1.2.1 (2023-05-04)
26

37
* No change notes available for this release.

service/simspaceweaver/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/timestreamwrite/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.0 (2023-06-08)
2+
3+
* **Feature**: This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation.
4+
15
# v1.16.6 (2023-05-04)
26

37
* No change notes available for this release.

service/timestreamwrite/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)