Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 2021-09-24
  • Loading branch information
jasdel committed Sep 24, 2021
1 parent 3a8ba5e commit cc13261
Show file tree
Hide file tree
Showing 58 changed files with 202 additions and 77 deletions.
8 changes: 0 additions & 8 deletions .changelog/9d263ccf04b844d5a4fa0b05cdb49223.json

This file was deleted.

33 changes: 0 additions & 33 deletions .changelog/efee176af95c4ef48d8250d01d0af042.json

This file was deleted.

58 changes: 58 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,61 @@
# Release (2021-09-24)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression`: [v1.2.4](feature/dynamodb/expression/CHANGELOG.md#v124-2021-09-24)
* **Documentation**: Fixes typo in NameBuilder.NamesList example documentation to use the correct variable name.
* `github.com/aws/aws-sdk-go-v2/service/appmesh`: [v1.6.0](service/appmesh/CHANGELOG.md#v160-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/appsync`: [v1.7.0](service/appsync/CHANGELOG.md#v170-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/auditmanager`: [v1.9.0](service/auditmanager/CHANGELOG.md#v190-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/codecommit`: [v1.5.0](service/codecommit/CHANGELOG.md#v150-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/comprehend`: [v1.8.0](service/comprehend/CHANGELOG.md#v180-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/databasemigrationservice`: [v1.8.0](service/databasemigrationservice/CHANGELOG.md#v180-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.18.0](service/ec2/CHANGELOG.md#v1180-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/ecr`: [v1.7.0](service/ecr/CHANGELOG.md#v170-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/elasticsearchservice`: [v1.7.0](service/elasticsearchservice/CHANGELOG.md#v170-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/iam`: [v1.10.0](service/iam/CHANGELOG.md#v1100-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/identitystore`: [v1.6.0](service/identitystore/CHANGELOG.md#v160-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/imagebuilder`: [v1.10.0](service/imagebuilder/CHANGELOG.md#v1100-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/iot`: [v1.13.0](service/iot/CHANGELOG.md#v1130-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/iotevents`: [v1.7.0](service/iotevents/CHANGELOG.md#v170-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/kafkaconnect`: [v1.1.0](service/kafkaconnect/CHANGELOG.md#v110-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/lakeformation`: [v1.6.0](service/lakeformation/CHANGELOG.md#v160-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/lexmodelsv2`: [v1.8.0](service/lexmodelsv2/CHANGELOG.md#v180-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/lexruntimev2`: [v1.5.0](service/lexruntimev2/CHANGELOG.md#v150-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/licensemanager`: [v1.8.0](service/licensemanager/CHANGELOG.md#v180-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.11.0](service/mediaconvert/CHANGELOG.md#v1110-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/mediapackagevod`: [v1.9.0](service/mediapackagevod/CHANGELOG.md#v190-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.8.0](service/mediatailor/CHANGELOG.md#v180-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/opensearch`: [v1.1.0](service/opensearch/CHANGELOG.md#v110-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.12.0](service/quicksight/CHANGELOG.md#v1120-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.11.0](service/ssm/CHANGELOG.md#v1110-2021-09-24)
* **Feature**: API client updated
* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.10.0](service/wafv2/CHANGELOG.md#v1100-2021-09-24)
* **Feature**: API client updated

# Release (2021-09-17)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodb/expression/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.2.4 (2021-09-24)

* **Documentation**: Fixes typo in NameBuilder.NamesList example documentation to use the correct variable name.

# v1.2.3 (2021-09-17)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/expression/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/appmesh/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.6.0 (2021-09-24)

* **Feature**: API client updated

# v1.5.1 (2021-09-17)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/appmesh/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/appsync/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.7.0 (2021-09-24)

* **Feature**: API client updated

# v1.6.1 (2021-09-17)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/appsync/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/auditmanager/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.9.0 (2021-09-24)

* **Feature**: API client updated

# v1.8.1 (2021-09-17)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/auditmanager/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/codecommit/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.5.0 (2021-09-24)

* **Feature**: API client updated

# v1.4.1 (2021-09-17)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/codecommit/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/comprehend/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.8.0 (2021-09-24)

* **Feature**: API client updated

# v1.7.0 (2021-09-17)

* **Feature**: Updated API client and endpoints to latest revision.
Expand Down
2 changes: 1 addition & 1 deletion service/comprehend/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/databasemigrationservice/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.8.0 (2021-09-24)

* **Feature**: API client updated

# v1.7.1 (2021-09-17)

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

* **Feature**: API client updated

# v1.17.0 (2021-09-17)

* **Feature**: Updated API client and endpoints to latest revision.
Expand Down
2 changes: 1 addition & 1 deletion service/ec2/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/ecr/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.7.0 (2021-09-24)

* **Feature**: API client updated

# v1.6.0 (2021-09-17)

* **Feature**: Updated API client and endpoints to latest revision.
Expand Down
2 changes: 1 addition & 1 deletion service/ecr/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/elasticsearchservice/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.7.0 (2021-09-24)

* **Feature**: API client updated

# v1.6.1 (2021-09-17)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/elasticsearchservice/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/iam/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.10.0 (2021-09-24)

* **Feature**: API client updated

# v1.9.1 (2021-09-17)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/iam/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/identitystore/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.6.0 (2021-09-24)

* **Feature**: API client updated

# v1.5.1 (2021-09-17)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/identitystore/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/imagebuilder/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.10.0 (2021-09-24)

* **Feature**: API client updated

# v1.9.1 (2021-09-17)

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

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

18 changes: 9 additions & 9 deletions service/internal/integrationtest/go.mod
Expand Up @@ -18,28 +18,28 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.6.1
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.8.1
github.com/aws/aws-sdk-go-v2/service/codebuild v1.10.1
github.com/aws/aws-sdk-go-v2/service/codecommit v1.4.1
github.com/aws/aws-sdk-go-v2/service/codecommit v1.5.0
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.6.1
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.5.1
github.com/aws/aws-sdk-go-v2/service/codestar v1.4.1
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.6.1
github.com/aws/aws-sdk-go-v2/service/configservice v1.9.1
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.5.1
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.7.1
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.8.0
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.5.1
github.com/aws/aws-sdk-go-v2/service/directconnect v1.8.1
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.5.1
github.com/aws/aws-sdk-go-v2/service/docdb v1.9.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.5.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.17.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.6.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.18.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.7.0
github.com/aws/aws-sdk-go-v2/service/ecs v1.9.1
github.com/aws/aws-sdk-go-v2/service/efs v1.7.1
github.com/aws/aws-sdk-go-v2/service/elasticache v1.11.1
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.6.1
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.6.1
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.7.1
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.6.1
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.7.0
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.5.1
github.com/aws/aws-sdk-go-v2/service/emr v1.9.1
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.7.1
Expand All @@ -48,9 +48,9 @@ require (
github.com/aws/aws-sdk-go-v2/service/glacier v1.5.1
github.com/aws/aws-sdk-go-v2/service/glue v1.11.1
github.com/aws/aws-sdk-go-v2/service/health v1.7.1
github.com/aws/aws-sdk-go-v2/service/iam v1.9.1
github.com/aws/aws-sdk-go-v2/service/iam v1.10.0
github.com/aws/aws-sdk-go-v2/service/inspector v1.4.1
github.com/aws/aws-sdk-go-v2/service/iot v1.12.0
github.com/aws/aws-sdk-go-v2/service/iot v1.13.0
github.com/aws/aws-sdk-go-v2/service/kinesis v1.6.1
github.com/aws/aws-sdk-go-v2/service/kms v1.6.1
github.com/aws/aws-sdk-go-v2/service/lambda v1.8.1
Expand All @@ -77,13 +77,13 @@ require (
github.com/aws/aws-sdk-go-v2/service/snowball v1.6.1
github.com/aws/aws-sdk-go-v2/service/sns v1.8.1
github.com/aws/aws-sdk-go-v2/service/sqs v1.9.1
github.com/aws/aws-sdk-go-v2/service/ssm v1.10.1
github.com/aws/aws-sdk-go-v2/service/ssm v1.11.0
github.com/aws/aws-sdk-go-v2/service/sts v1.7.1
github.com/aws/aws-sdk-go-v2/service/support v1.5.1
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.4.1
github.com/aws/aws-sdk-go-v2/service/waf v1.4.1
github.com/aws/aws-sdk-go-v2/service/wafregional v1.5.1
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.9.0
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.10.0
github.com/aws/aws-sdk-go-v2/service/workspaces v1.6.1
github.com/aws/smithy-go v1.8.0
github.com/google/go-cmp v0.5.6
Expand Down
4 changes: 4 additions & 0 deletions service/iot/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.13.0 (2021-09-24)

* **Feature**: API client updated

# v1.12.0 (2021-09-17)

* **Feature**: Updated API client and endpoints to latest revision.
Expand Down
2 changes: 1 addition & 1 deletion service/iot/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/iotevents/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.7.0 (2021-09-24)

* **Feature**: API client updated

# v1.6.1 (2021-09-17)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/iotevents/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/kafkaconnect/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.1.0 (2021-09-24)

* **Feature**: API client updated

# v1.0.0 (2021-09-17)

* **Release**: New AWS service client module
Expand Down
2 changes: 1 addition & 1 deletion service/kafkaconnect/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 cc13261

Please sign in to comment.