Skip to content

Commit 1bb0482

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-02-15
1 parent cc83a2b commit 1bb0482

File tree

308 files changed

+816
-432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

308 files changed

+816
-432
lines changed

.changelog/0fcd04b5435648e0b5c50e929e38fc52.json

-8
This file was deleted.

.changelog/24db6340a3294fcd94326fb345df772b.json

-8
This file was deleted.

.changelog/41575353444b40ffbf474f4155544f00.json

-8
This file was deleted.

.changelog/4475923b3b16442c86ca1c3610336f04.json

-8
This file was deleted.

.changelog/7d1257ea5608450a99d9d500ead99cbf.json

-8
This file was deleted.

.changelog/8caec59352054d72a9db477e012e8a0e.json

-8
This file was deleted.

.changelog/d657b2ac42f7407d89fe714e2c2cbb22.json

-8
This file was deleted.

.changelog/dc60c537ba7e44a9af4a1c991f7de81c.json

-8
This file was deleted.

.changelog/e07a710d470944f6996352b512835f24.json

-8
This file was deleted.

.changelog/ee9db7c34c7946709eba3af651c48631.json

-144
This file was deleted.

.changelog/f70848ab2ef4447bb787b5e29f35937f.json

-8
This file was deleted.

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# Release (2024-02-15)
2+
3+
## General Highlights
4+
* **Bug Fix**: Correct failure to determine the error type in awsJson services that could occur when errors were modeled with a non-string `code` field.
5+
* **Dependency Update**: Updated to the latest SDK module versions
6+
7+
## Module Highlights
8+
* `github.com/aws/aws-sdk-go-v2/service/artifact`: [v1.0.0](service/artifact/CHANGELOG.md#v100-2024-02-15)
9+
* **Release**: New AWS service client module
10+
* **Feature**: This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.
11+
* `github.com/aws/aws-sdk-go-v2/service/codepipeline`: [v1.25.0](service/codepipeline/CHANGELOG.md#v1250-2024-02-15)
12+
* **Feature**: Add ability to override timeout on action level.
13+
* `github.com/aws/aws-sdk-go-v2/service/detective`: [v1.26.1](service/detective/CHANGELOG.md#v1261-2024-02-15)
14+
* **Documentation**: Doc only updates for content enhancement
15+
* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.38.0](service/guardduty/CHANGELOG.md#v1380-2024-02-15)
16+
* **Feature**: Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
17+
* `github.com/aws/aws-sdk-go-v2/service/healthlake`: [v1.22.0](service/healthlake/CHANGELOG.md#v1220-2024-02-15)
18+
* **Feature**: This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.
19+
* `github.com/aws/aws-sdk-go-v2/service/opensearch`: [v1.31.0](service/opensearch/CHANGELOG.md#v1310-2024-02-15)
20+
* **Feature**: Adds additional supported instance types.
21+
* `github.com/aws/aws-sdk-go-v2/service/polly`: [v1.38.0](service/polly/CHANGELOG.md#v1380-2024-02-15)
22+
* **Feature**: Amazon Polly adds 1 new voice - Burcu (tr-TR)
23+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.129.0](service/sagemaker/CHANGELOG.md#v11290-2024-02-15)
24+
* **Feature**: This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.
25+
* `github.com/aws/aws-sdk-go-v2/service/secretsmanager`: [v1.27.1](service/secretsmanager/CHANGELOG.md#v1271-2024-02-15)
26+
* **Documentation**: Doc only update for Secrets Manager
27+
128
# Release (2024-02-14)
229

330
## Module Highlights

example/service/dynamodb/createTable/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.25.0
77
github.com/aws/aws-sdk-go-v2/config v1.27.0
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.0
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.1
99
)
1010

1111
require (

example/service/dynamodb/scanItems/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.20
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.25.0
77
github.com/aws/aws-sdk-go-v2/config v1.27.0
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.0
9-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.0
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.1
9+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.1
1010
)
1111

1212
require (
@@ -15,7 +15,7 @@ require (
1515
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.0 // indirect
1616
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.0 // indirect
1717
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
18-
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.0 // indirect
18+
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.1 // indirect
1919
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.0 // indirect
2020
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.9.0 // indirect
2121
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.0 // indirect

feature/dynamodb/attributevalue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.1 (2024-02-15)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.13.0 (2024-02-13)
26

37
* **Feature**: Bump minimum Go version to 1.20 per our language support policy.

feature/dynamodb/attributevalue/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.20
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.25.0
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.0
8-
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.0
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.1
8+
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.1
99
github.com/aws/smithy-go v1.20.0
1010
github.com/google/go-cmp v0.5.8
1111
)

feature/dynamodb/attributevalue/go_module_metadata.go

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

feature/dynamodb/expression/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.1 (2024-02-15)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.7.0 (2024-02-13)
26

37
* **Feature**: Bump minimum Go version to 1.20 per our language support policy.

feature/dynamodb/expression/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ go 1.20
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.25.0
7-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.0
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.0
7+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.1
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.1
99
github.com/google/go-cmp v0.5.8
1010
)
1111

1212
require (
1313
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.0 // indirect
1414
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.0 // indirect
15-
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.0 // indirect
15+
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.1 // indirect
1616
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.0 // indirect
1717
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.9.0 // indirect
1818
github.com/aws/smithy-go v1.20.0 // indirect

feature/dynamodb/expression/go_module_metadata.go

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

feature/dynamodbstreams/attributevalue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.1 (2024-02-15)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.13.0 (2024-02-13)
26

37
* **Feature**: Bump minimum Go version to 1.20 per our language support policy.

feature/dynamodbstreams/attributevalue/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.20
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.25.0
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.0
8-
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.0
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.1
8+
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.1
99
github.com/aws/smithy-go v1.20.0
1010
github.com/google/go-cmp v0.5.8
1111
)

feature/dynamodbstreams/attributevalue/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/acm/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.23.1 (2024-02-15)
2+
3+
* **Bug Fix**: Correct failure to determine the error type in awsJson services that could occur when errors were modeled with a non-string `code` field.
4+
15
# v1.23.0 (2024-02-13)
26

37
* **Feature**: Bump minimum Go version to 1.20 per our language support policy.

0 commit comments

Comments
 (0)