Skip to content

Commit ff04207

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-07-14
1 parent 3c87733 commit ff04207

37 files changed

+90
-104
lines changed

.changelog/12f068448692490eb761ddd489d16853.json

-8
This file was deleted.

.changelog/25ab1d2d5eee42ebb40d806483cdd4ea.json

-8
This file was deleted.

.changelog/a721d79bc59a45e78b94e3df4b1275c9.json

-8
This file was deleted.

.changelog/b3f6491c852240e78cc84d2372ec79f3.json

-8
This file was deleted.

.changelog/b68abfbc563b4d449e6551850484aa05.json

-8
This file was deleted.

.changelog/b846b73bca6245dc98bbdff79d7ef5af.json

-8
This file was deleted.

.changelog/be60093c4a8c4d9c9c0fd44c637c60cd.json

-8
This file was deleted.

.changelog/c6019014ed614cb4a4c38c742f368ea2.json

-8
This file was deleted.

.changelog/d931d01b64b7417796e94d8ee383e664.json

-8
This file was deleted.

.changelog/e27ce2bddeeb4086a7b53454af9a6977.json

-8
This file was deleted.

.changelog/f082a5b85f464f3eb2ddcf07ea12fa87.json

-8
This file was deleted.

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# Release (2022-07-14)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/athena`: [v1.17.0](service/athena/CHANGELOG.md#v1170-2022-07-14)
5+
* **Feature**: This release updates data types that contain either QueryExecutionId, NamedQueryId or ExpectedBucketOwner. Ids must be between 1 and 128 characters and contain only non-whitespace characters. ExpectedBucketOwner must be 12-digit string.
6+
* `github.com/aws/aws-sdk-go-v2/service/codeartifact`: [v1.13.0](service/codeartifact/CHANGELOG.md#v1130-2022-07-14)
7+
* **Feature**: This release introduces Package Origin Controls, a mechanism used to counteract Dependency Confusion attacks. Adds two new APIs, PutPackageOriginConfiguration and DescribePackage, and updates the ListPackage, DescribePackageVersion and ListPackageVersion APIs in support of the feature.
8+
* `github.com/aws/aws-sdk-go-v2/service/configservice`: [v1.22.0](service/configservice/CHANGELOG.md#v1220-2022-07-14)
9+
* **Feature**: Update ResourceType enum with values for Route53Resolver, Batch, DMS, Workspaces, Stepfunctions, SageMaker, ElasticLoadBalancingV2, MSK types
10+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.49.0](service/ec2/CHANGELOG.md#v1490-2022-07-14)
11+
* **Feature**: This release adds flow logs for Transit Gateway to allow customers to gain deeper visibility and insights into network traffic through their Transit Gateways.
12+
* `github.com/aws/aws-sdk-go-v2/service/fms`: [v1.18.0](service/fms/CHANGELOG.md#v1180-2022-07-14)
13+
* **Feature**: Adds support for strict ordering in stateful rule groups in Network Firewall policies.
14+
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.28.0](service/glue/CHANGELOG.md#v1280-2022-07-14)
15+
* **Feature**: This release adds an additional worker type for Glue Streaming jobs.
16+
* `github.com/aws/aws-sdk-go-v2/service/inspector2`: [v1.7.0](service/inspector2/CHANGELOG.md#v170-2022-07-14)
17+
* **Feature**: This release adds support for Inspector V2 scan configurations through the get and update configuration APIs. Currently this allows configuring ECR automated re-scan duration to lifetime or 180 days or 30 days.
18+
* `github.com/aws/aws-sdk-go-v2/service/kendra`: [v1.30.0](service/kendra/CHANGELOG.md#v1300-2022-07-14)
19+
* **Feature**: This release adds AccessControlConfigurations which allow you to redefine your document level access control without the need for content re-indexing.
20+
* `github.com/aws/aws-sdk-go-v2/service/nimble`: [v1.13.0](service/nimble/CHANGELOG.md#v1130-2022-07-14)
21+
* **Feature**: Amazon Nimble Studio adds support for IAM-based access to AWS resources for Nimble Studio components and custom studio components. Studio Component scripts use these roles on Nimble Studio workstation to mount filesystems, access S3 buckets, or other configured resources in the Studio's AWS account
22+
* `github.com/aws/aws-sdk-go-v2/service/outposts`: [v1.22.0](service/outposts/CHANGELOG.md#v1220-2022-07-14)
23+
* **Feature**: This release adds the ShipmentInformation and AssetInformationList fields to the GetOrder API response.
24+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.36.0](service/sagemaker/CHANGELOG.md#v1360-2022-07-14)
25+
* **Feature**: This release adds support for G5, P4d, and C6i instance types in Amazon SageMaker Inference and increases the number of hyperparameters that can be searched from 20 to 30 in Amazon SageMaker Automatic Model Tuning
26+
127
# Release (2022-07-13)
228

329
## Module Highlights

service/athena/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.0 (2022-07-14)
2+
3+
* **Feature**: This release updates data types that contain either QueryExecutionId, NamedQueryId or ExpectedBucketOwner. Ids must be between 1 and 128 characters and contain only non-whitespace characters. ExpectedBucketOwner must be 12-digit string.
4+
15
# v1.16.1 (2022-07-05)
26

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

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/codeartifact/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.0 (2022-07-14)
2+
3+
* **Feature**: This release introduces Package Origin Controls, a mechanism used to counteract Dependency Confusion attacks. Adds two new APIs, PutPackageOriginConfiguration and DescribePackage, and updates the ListPackage, DescribePackageVersion and ListPackageVersion APIs in support of the feature.
4+
15
# v1.12.9 (2022-07-05)
26

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

service/codeartifact/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/configservice/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.22.0 (2022-07-14)
2+
3+
* **Feature**: Update ResourceType enum with values for Route53Resolver, Batch, DMS, Workspaces, Stepfunctions, SageMaker, ElasticLoadBalancingV2, MSK types
4+
15
# v1.21.5 (2022-07-05)
26

37
* **Documentation**: Updating documentation service limits

service/configservice/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.49.0 (2022-07-14)
2+
3+
* **Feature**: This release adds flow logs for Transit Gateway to allow customers to gain deeper visibility and insights into network traffic through their Transit Gateways.
4+
15
# v1.48.0 (2022-07-11)
26

37
* **Feature**: Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs.

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/fms/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.0 (2022-07-14)
2+
3+
* **Feature**: Adds support for strict ordering in stateful rule groups in Network Firewall policies.
4+
15
# v1.17.5 (2022-07-05)
26

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

service/fms/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/glue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.0 (2022-07-14)
2+
3+
* **Feature**: This release adds an additional worker type for Glue Streaming jobs.
4+
15
# v1.27.1 (2022-07-05)
26

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

service/glue/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/inspector2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.0 (2022-07-14)
2+
3+
* **Feature**: This release adds support for Inspector V2 scan configurations through the get and update configuration APIs. Currently this allows configuring ECR automated re-scan duration to lifetime or 180 days or 30 days.
4+
15
# v1.6.8 (2022-07-05)
26

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

service/inspector2/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

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.8
99
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.13.4
1010
github.com/aws/aws-sdk-go-v2/service/appstream v1.17.2
11-
github.com/aws/aws-sdk-go-v2/service/athena v1.16.1
11+
github.com/aws/aws-sdk-go-v2/service/athena v1.17.0
1212
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.23.5
1313
github.com/aws/aws-sdk-go-v2/service/batch v1.18.7
1414
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.22.0
@@ -23,15 +23,15 @@ require (
2323
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.8
2424
github.com/aws/aws-sdk-go-v2/service/codestar v1.11.8
2525
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.17.3
26-
github.com/aws/aws-sdk-go-v2/service/configservice v1.21.5
26+
github.com/aws/aws-sdk-go-v2/service/configservice v1.22.0
2727
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.13.8
2828
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.21.0
2929
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.13.8
3030
github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.8
3131
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.14.2
3232
github.com/aws/aws-sdk-go-v2/service/docdb v1.18.5
3333
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.9
34-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.48.0
34+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.49.0
3535
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.8
3636
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.11
3737
github.com/aws/aws-sdk-go-v2/service/efs v1.17.6
@@ -46,7 +46,7 @@ require (
4646
github.com/aws/aws-sdk-go-v2/service/firehose v1.14.9
4747
github.com/aws/aws-sdk-go-v2/service/gamelift v1.14.8
4848
github.com/aws/aws-sdk-go-v2/service/glacier v1.13.8
49-
github.com/aws/aws-sdk-go-v2/service/glue v1.27.1
49+
github.com/aws/aws-sdk-go-v2/service/glue v1.28.0
5050
github.com/aws/aws-sdk-go-v2/service/health v1.15.10
5151
github.com/aws/aws-sdk-go-v2/service/iam v1.18.9
5252
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.8

service/kendra/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.30.0 (2022-07-14)
2+
3+
* **Feature**: This release adds AccessControlConfigurations which allow you to redefine your document level access control without the need for content re-indexing.
4+
15
# v1.29.1 (2022-07-05)
26

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

service/kendra/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/nimble/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.0 (2022-07-14)
2+
3+
* **Feature**: Amazon Nimble Studio adds support for IAM-based access to AWS resources for Nimble Studio components and custom studio components. Studio Component scripts use these roles on Nimble Studio workstation to mount filesystems, access S3 buckets, or other configured resources in the Studio's AWS account
4+
15
# v1.12.9 (2022-07-05)
26

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

service/nimble/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/outposts/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.22.0 (2022-07-14)
2+
3+
* **Feature**: This release adds the ShipmentInformation and AssetInformationList fields to the GetOrder API response.
4+
15
# v1.21.2 (2022-07-05)
26

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

service/outposts/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.36.0 (2022-07-14)
2+
3+
* **Feature**: This release adds support for G5, P4d, and C6i instance types in Amazon SageMaker Inference and increases the number of hyperparameters that can be searched from 20 to 30 in Amazon SageMaker Automatic Model Tuning
4+
15
# v1.35.0 (2022-07-07)
26

37
* **Feature**: Heterogeneous clusters: the ability to launch training jobs with multiple instance types. This enables running component of the training job on the instance type that is most suitable for it. e.g. doing data processing and augmentation on CPU instances and neural network training on GPU instances

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.

service/ssoadmin/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.14.9 (2022-07-14)
2+
3+
* No change notes available for this release.
4+
15
# v1.14.8 (2022-07-05)
26

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

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