Skip to content

Commit

Permalink
Merge branch 'main' into fix-encryption-context-header-in-presigned-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws authored Aug 16, 2023
2 parents f921138 + 730f07d commit 3531763
Show file tree
Hide file tree
Showing 62 changed files with 12,992 additions and 3,503 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stale_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Issue timing
days-before-stale: 2
days-before-close: 5
days-before-ancient: 365
days-before-ancient: 36500

# If you don't want to mark a issue as being ancient based on a
# threshold of "upvotes", you can set this here. An "upvote" is
Expand Down
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
Release v1.44.324 (2023-08-15)
===

### Service Client Updates
* `service/chime-sdk-meetings`: Updates service API
* `service/ec2`: Updates service documentation
* Documentation updates for Elastic Compute Cloud (EC2).
* `service/glue`: Updates service API and documentation
* AWS Glue Crawlers can now accept SerDe overrides from a custom csv classifier. The two SerDe options are LazySimpleSerDe and OpenCSVSerDe. In case, the user wants crawler to do the selection, "None" can be selected for this purpose.
* `service/pi`: Updates service API, documentation, and paginators
* `service/route53domains`: Updates service API and documentation
* Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information
* `service/sagemaker`: Updates service API and documentation
* SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response

Release v1.44.323 (2023-08-14)
===

### Service Client Updates
* `service/mediapackage`: Updates service API
* Fix SDK logging of certain fields.
* `service/omics`: Updates service API, documentation, waiters, and paginators
* `service/transfer`: Updates service documentation
* Documentation updates for AWS Transfer Family

Release v1.44.322 (2023-08-11)
===

### Service Client Updates
* `service/amplifybackend`: Updates service API
* `service/config`: Updates service API
* `service/ec2`: Updates service API
* Amazon EC2 P5 instances, powered by the latest NVIDIA H100 Tensor Core GPUs, deliver the highest performance in EC2 for deep learning (DL) and HPC applications. M7i-flex and M7i instances are next-generation general purpose instances powered by custom 4th Generation Intel Xeon Scalable processors.
* `service/email`: Updates service documentation
* Doc only updates to include: 1) Clarified which part of an email address where it's okay to have Punycode when it contains non-ASCII characters for the SendRawEmail action and other actions where this is applicable. 2) Updated S3Action description with new MB max bucket size from 30 to 40.
* `service/quicksight`: Updates service API and documentation
* New Authentication method for Account subscription - IAM Identity Center. Hierarchy layout support, default column width support and related style properties for pivot table visuals. Non-additive topic field aggregations for Topic API
* `service/swf`: Updates service API and documentation
* This release adds new API parameters to override workflow task list for workflow executions.

Release v1.44.321 (2023-08-10)
===

Expand Down
178 changes: 178 additions & 0 deletions aws/endpoints/defaults.go

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

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.321"
const SDKVersion = "1.44.324"
4 changes: 4 additions & 0 deletions models/apis/amplifybackend/2020-08-11/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@
},
"BackendAuthAppleProviderConfig" : {
"type" : "structure",
"sensitive": true,
"members" : {
"ClientId" : {
"shape" : "__string",
Expand Down Expand Up @@ -955,6 +956,7 @@
},
"BackendAuthSocialProviderConfig" : {
"type" : "structure",
"sensitive": true,
"members" : {
"ClientId" : {
"shape" : "__string",
Expand Down Expand Up @@ -2058,6 +2060,7 @@
},
"EmailSettings" : {
"type" : "structure",
"sensitive": true,
"members" : {
"EmailMessage" : {
"shape" : "__string",
Expand Down Expand Up @@ -3149,6 +3152,7 @@
},
"SmsSettings" : {
"type" : "structure",
"sensitive": true,
"members" : {
"SmsMessage" : {
"shape" : "__string",
Expand Down
Loading

0 comments on commit 3531763

Please sign in to comment.