Skip to content

Commit 63c2b1a

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-05-03
1 parent 90a62a3 commit 63c2b1a

27 files changed

+63
-54
lines changed

.changelog/63e0e422ba4f4b7eb83c23583f986ebf.json

-8
This file was deleted.

.changelog/7b6aa0a6a7364b929a5ae83c22221603.json

-8
This file was deleted.

.changelog/91eec10e0b0f4c059580243b64bdb1ef.json

-8
This file was deleted.

.changelog/c8f561c74a49484c84fa4f3902a5ac15.json

-8
This file was deleted.

.changelog/f8776e64610a4aae8b82d5c2456a4bb8.json

-8
This file was deleted.

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Release (2022-05-03)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.38.0](service/ec2/CHANGELOG.md#v1380-2022-05-03)
8+
* **Feature**: Adds support for allocating Dedicated Hosts on AWS Outposts. The AllocateHosts API now accepts an OutpostArn request parameter, and the DescribeHosts API now includes an OutpostArn response parameter.
9+
* `github.com/aws/aws-sdk-go-v2/service/kinesisvideo`: [v1.12.0](service/kinesisvideo/CHANGELOG.md#v1120-2022-05-03)
10+
* **Feature**: Add support for multiple image feature related APIs for configuring image generation and notification of a video stream. Add "GET_IMAGES" to the list of supported API names for the GetDataEndpoint API.
11+
* `github.com/aws/aws-sdk-go-v2/service/kinesisvideoarchivedmedia`: [v1.13.0](service/kinesisvideoarchivedmedia/CHANGELOG.md#v1130-2022-05-03)
12+
* **Feature**: Add support for GetImages API for retrieving images from a video stream
13+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.26.8](service/s3/CHANGELOG.md#v1268-2022-05-03)
14+
* **Documentation**: Documentation only update for doc bug fixes for the S3 API docs.
15+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.30.0](service/sagemaker/CHANGELOG.md#v1300-2022-05-03)
16+
* **Feature**: SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments; RStudio on SageMaker now allows users to bring your own development environment in a custom image.
17+
118
# Release (2022-05-02)
219

320
## Module Highlights

example/service/s3/listObjects/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.15.4
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.8
88
)
99

1010
replace github.com/aws/aws-sdk-go-v2 => ../../../../

example/service/s3/usingPrivateLink/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.3
77
github.com/aws/aws-sdk-go-v2/config v1.15.4
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.8
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5
1010
)
1111

feature/s3/manager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.8 (2022-05-03)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.11.7 (2022-04-27)
26

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

feature/s3/manager/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.3
77
github.com/aws/aws-sdk-go-v2/config v1.15.4
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.8
99
github.com/aws/smithy-go v1.11.2
1010
github.com/google/go-cmp v0.5.7
1111
)

feature/s3/manager/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/ec2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.38.0 (2022-05-03)
2+
3+
* **Feature**: Adds support for allocating Dedicated Hosts on AWS Outposts. The AllocateHosts API now accepts an OutpostArn request parameter, and the DescribeHosts API now includes an OutpostArn response parameter.
4+
15
# v1.37.0 (2022-04-28)
26

37
* **Feature**: This release adds support to query the public key and creation date of EC2 Key Pairs. Additionally, the format (pem or ppk) of a key pair can be specified when creating a new key pair.

service/ec2/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/eks/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.20.7 (2022-05-03)
2+
3+
* No change notes available for this release.
4+
15
# v1.20.6 (2022-04-25)
26

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

service/eks/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/benchmark/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-sdk-go-v2 v1.16.3
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.4
10-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
10+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.8
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.14.4
1212
github.com/aws/smithy-go v1.11.2
1313
)

service/internal/integrationtest/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.13.4
3232
github.com/aws/aws-sdk-go-v2/service/docdb v1.18.1
3333
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4
34-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.37.0
34+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.38.0
3535
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.4
3636
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.6
3737
github.com/aws/aws-sdk-go-v2/service/efs v1.17.1
@@ -66,7 +66,7 @@ require (
6666
github.com/aws/aws-sdk-go-v2/service/route53 v1.20.4
6767
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.4
6868
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.5
69-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
69+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.8
7070
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5
7171
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.6
7272
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.1

service/kinesisvideo/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.12.0 (2022-05-03)
2+
3+
* **Feature**: Add support for multiple image feature related APIs for configuring image generation and notification of a video stream. Add "GET_IMAGES" to the list of supported API names for the GetDataEndpoint API.
4+
15
# v1.11.4 (2022-04-25)
26

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

service/kinesisvideo/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/kinesisvideoarchivedmedia/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.0 (2022-05-03)
2+
3+
* **Feature**: Add support for GetImages API for retrieving images from a video stream
4+
15
# v1.12.4 (2022-04-25)
26

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

service/kinesisvideoarchivedmedia/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/licensemanager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.15.5 (2022-05-03)
2+
3+
* No change notes available for this release.
4+
15
# v1.15.4 (2022-04-25)
26

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

service/licensemanager/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/s3/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.26.8 (2022-05-03)
2+
3+
* **Documentation**: Documentation only update for doc bug fixes for the S3 API docs.
4+
15
# v1.26.7 (2022-04-27)
26

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

service/s3/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/sagemaker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.30.0 (2022-05-03)
2+
3+
* **Feature**: SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments; RStudio on SageMaker now allows users to bring your own development environment in a custom image.
4+
15
# v1.29.0 (2022-04-27)
26

37
* **Feature**: Amazon SageMaker Autopilot adds support for custom validation dataset and validation ratio through the CreateAutoMLJob and DescribeAutoMLJob APIs.

service/sagemaker/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)