Skip to content

Commit 8bdbe6a

Browse files
authored
Merge branch 'main' into feature-clock-skew
2 parents c4f8ba3 + 6c5cb17 commit 8bdbe6a

File tree

150 files changed

+9598
-1072
lines changed

Some content is hidden

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

150 files changed

+9598
-1072
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# Release (2024-06-06)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/account`: [v1.17.0](service/account/CHANGELOG.md#v1170-2024-06-06)
5+
* **Feature**: This release adds 3 new APIs (AcceptPrimaryEmailUpdate, GetPrimaryEmail, and StartPrimaryEmailUpdate) used to centrally manage the root user email address of member accounts within an AWS organization.
6+
* `github.com/aws/aws-sdk-go-v2/service/firehose`: [v1.29.0](service/firehose/CHANGELOG.md#v1290-2024-06-06)
7+
* **Feature**: Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations
8+
* `github.com/aws/aws-sdk-go-v2/service/fsx`: [v1.44.0](service/fsx/CHANGELOG.md#v1440-2024-06-06)
9+
* **Feature**: This release adds support to increase metadata performance on FSx for Lustre file systems beyond the default level provisioned when a file system is created. This can be done by specifying MetadataConfiguration during the creation of Persistent_2 file systems or by updating it on demand.
10+
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.84.0](service/glue/CHANGELOG.md#v1840-2024-06-06)
11+
* **Feature**: This release adds support for creating and updating Glue Data Catalog Views.
12+
* `github.com/aws/aws-sdk-go-v2/service/iotwireless`: [v1.39.0](service/iotwireless/CHANGELOG.md#v1390-2024-06-06)
13+
* **Feature**: Adds support for wireless device to be in Conflict FUOTA Device Status due to a FUOTA Task, so it couldn't be attached to a new one.
14+
* `github.com/aws/aws-sdk-go-v2/service/location`: [v1.38.0](service/location/CHANGELOG.md#v1380-2024-06-06)
15+
* **Feature**: Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields.
16+
* `github.com/aws/aws-sdk-go-v2/service/sns`: [v1.29.10](service/sns/CHANGELOG.md#v12910-2024-06-06)
17+
* **Documentation**: Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates.
18+
* `github.com/aws/aws-sdk-go-v2/service/sqs`: [v1.32.5](service/sqs/CHANGELOG.md#v1325-2024-06-06)
19+
* **Documentation**: Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications.
20+
* `github.com/aws/aws-sdk-go-v2/service/storagegateway`: [v1.29.0](service/storagegateway/CHANGELOG.md#v1290-2024-06-06)
21+
* **Feature**: Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy.
22+
23+
# Release (2024-06-05)
24+
25+
## General Highlights
26+
* **Dependency Update**: Updated to the latest SDK module versions
27+
28+
## Module Highlights
29+
* `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue`: [v1.14.0](feature/dynamodb/attributevalue/CHANGELOG.md#v1140-2024-06-05)
30+
* **Feature**: Add codec options to use encoding.Text/Binary(Un)Marshaler when present on targets.
31+
* `github.com/aws/aws-sdk-go-v2/service/globalaccelerator`: [v1.24.0](service/globalaccelerator/CHANGELOG.md#v1240-2024-06-05)
32+
* **Feature**: This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input.
33+
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.83.0](service/glue/CHANGELOG.md#v1830-2024-06-05)
34+
* **Feature**: AWS Glue now supports native SaaS connectivity: Salesforce connector available now
35+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.55.0](service/s3/CHANGELOG.md#v1550-2024-06-05)
36+
* **Feature**: Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality.
37+
* **Bug Fix**: Add S3-specific smithy protocol tests.
38+
139
# Release (2024-06-04)
240

341
## Module Highlights

codegen/sdk-codegen/aws-models/account.json

+312-38
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/firehose.json

+120-17
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/fsx.json

+129-21
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/global-accelerator.json

+12
Original file line numberDiff line numberDiff line change
@@ -5860,6 +5860,12 @@
58605860
"smithy.api#documentation": "<p>The IP address type that an accelerator supports. For a standard accelerator, the value can be IPV4 or DUAL_STACK.</p>"
58615861
}
58625862
},
5863+
"IpAddresses": {
5864+
"target": "com.amazonaws.globalaccelerator#IpAddresses",
5865+
"traits": {
5866+
"smithy.api#documentation": "<p>The IP addresses for an accelerator.</p>"
5867+
}
5868+
},
58635869
"Enabled": {
58645870
"target": "com.amazonaws.globalaccelerator#GenericBoolean",
58655871
"traits": {
@@ -6094,6 +6100,12 @@
60946100
"smithy.api#documentation": "<p>The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.</p>"
60956101
}
60966102
},
6103+
"IpAddresses": {
6104+
"target": "com.amazonaws.globalaccelerator#IpAddresses",
6105+
"traits": {
6106+
"smithy.api#documentation": "<p>The IP addresses for an accelerator.</p>"
6107+
}
6108+
},
60976109
"Enabled": {
60986110
"target": "com.amazonaws.globalaccelerator#GenericBoolean",
60996111
"traits": {

0 commit comments

Comments
 (0)