Skip to content

Commit

Permalink
Merge from master (#4369)
Browse files Browse the repository at this point in the history
* Amazon Elastic Kubernetes Service Update: Add multiple customer error code to handle customer caused failure when managing EKS node groups

* Release 2.20.113. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.114-SNAPSHOT

* Cleanup unused imports/members (#4234)

* Amazon Simple Queue Service Update: Documentation changes related to SQS APIs.

* Release 2.20.114. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.115-SNAPSHOT

* Managed Streaming for Kafka Update: Amazon MSK has introduced new versions of ListClusterOperations and DescribeClusterOperation APIs. These v2 APIs provide information and insights into the ongoing operations of both MSK Provisioned and MSK Serverless clusters.

* Amazon CloudFront Update: Add a new JavaScript runtime version for CloudFront Functions.

* Amazon Pinpoint Update: Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API

* Amazon Connect Service Update: This release adds support for new number types.

* Amazon CloudWatch Application Insights Update: This release enable customer to add/remove/update more than one workload for a component

* AWS CloudFormation Update: This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet.

* Updated endpoints.json and partitions.json.

* Release 2.20.115. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.116-SNAPSHOT

* AWS Amplify UI Builder Update: Amplify Studio releases GraphQL support for codegen job action.

* Elastic Disaster Recovery Service Update: Add support for in-aws right sizing

* AWS CodeStar connections Update: New integration with the Gitlab provider type.

* AWS Clean Rooms Service Update: This release introduces custom SQL queries - an expanded set of SQL you can run. This release adds analysis templates, a new resource for storing pre-defined custom SQL queries ahead of time. This release also adds the Custom analysis rule, which lets you approve analysis templates for querying.

* Amazon Omics Update: Add CreationType filter for ListReadSets

* Inspector2 Update: This release adds 1 new API: BatchGetFindingDetails to retrieve enhanced vulnerability intelligence details for findings.

* Amazon Relational Database Service Update: This release adds support for Aurora MySQL local write forwarding, which allows for forwarding of write operations from reader DB instances to the writer DB instance.

* Amazon Lookout for Equipment Update: This release includes new import resource, model versioning and resource policy features.

* Amazon EventBridge Scheduler Update: This release introduces automatic deletion of schedules in EventBridge Scheduler. If configured, EventBridge Scheduler automatically deletes a schedule after the schedule has completed its last invocation.

* Amazon Route 53 Update: Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.

* Auto Scaling Update: You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met.

* Updated endpoints.json and partitions.json.

* Release 2.20.116. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.117-SNAPSHOT

* Amazon SageMaker Service Update: Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions

* AWS Batch Update: This release adds support for price capacity optimized allocation strategy for Spot Instances.

* Amazon CloudWatch Internet Monitor Update: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for impact limited to a single city-network to trigger creation of a health event.

* Amazon Relational Database Service Update: Added support for deleted clusters PiTR.

* AWS Database Migration Service Update: Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version.

* AWS Elemental MediaLive Update: AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone.

* Amazon Polly Update: Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only.

* Updated endpoints.json and partitions.json.

* Release 2.20.117. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.118-SNAPSHOT

* AWS Resilience Hub Update: Drift Detection capability added when applications policy has moved from a meet to breach state. Customers will be able to exclude operational recommendations and receive credit in their resilience score. Customers can now add ARH permissions to an existing or new role.

* Amazon Cognito Identity Provider Update: New feature that logs Cognito user pool error messages to CloudWatch logs.

* AWS Glue Update: This release includes additional Glue Streaming KAKFA SASL property types.

* Amazon SageMaker Service Update: SageMaker Inference Recommender introduces a new API GetScalingConfigurationRecommendation to recommend auto scaling policies based on completed Inference Recommender jobs.

* AWS Budgets Update: As part of CAE tagging integration we need to update our budget names regex filter to prevent customers from using "/action/" in their budget names.

* Updated endpoints.json and partitions.json.

* Release 2.20.118. Updated CHANGELOG.md, README.md and all pom.xml.

* Fixed an issue in ChecksumCalculatingAsyncRequestBody where the posit… (#4244)

* Fixed an issue in ChecksumCalculatingAsyncRequestBody where the position of the ByteBuffer was not honored.

* Fix checkstyle

* rename methods and variables

* Add javadocs

* Update to next snapshot version: 2.20.119-SNAPSHOT

* Add Expect 100-continue for UploadPartRequest (#4252)

* Add Expect 100-continue for UploadPartRequest

* Fix typo

* Bump crt to 0.24.0 (#4256)

* Amazon SageMaker Service Update: Amazon SageMaker now supports running training jobs on p5.48xlarge instance types.

* Amazon Elastic Compute Cloud Update: This release adds new parameter isPrimaryIPv6 to allow assigning an IPv6 address as a primary IPv6 address to a network interface which cannot be changed to give equivalent functionality available for network interfaces with primary IPv4 address.

* Auto Scaling Update: Documentation changes related to Amazon EC2 Auto Scaling APIs.

* AWS Database Migration Service Update: The release makes public API for DMS Schema Conversion feature.

* AWS Cloud9 Update: Updated the deprecation date for Amazon Linux. Doc only update.

* Release 2.20.119. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.120-SNAPSHOT

* AWS Certificate Manager Private Certificate Authority Update: Documentation correction for AWS Private CA

* Amazon Connect Service Update: Added a new API UpdateRoutingProfileAgentAvailabilityTimer to update agent availability timer of a routing profile.

* Amazon SageMaker Service Update: Including DataCaptureConfig key in the Amazon Sagemaker Search's transform job object

* AWS DataSync Update: Display cloud storage used capacity at a cluster level.

* Amazon EC2 Container Service Update: This is a documentation update to address various tickets.

* Updated endpoints.json and partitions.json.

* Release 2.20.120. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.121-SNAPSHOT

* Java based S3 Multipart Client (#4254)

* Implement multipart upload in Java-based S3 async client (#4052)

* Implement multipart upload in Java-based S3 async client
Co-authored-by: Matthew Miller <millem@amazon.com>

* Iterate SdkFields to convert requests (#4177)

* Iterate SdkFields to convert requests

* Fix flaky test

* Rename convertion utils class

* Fix null content length in SplittingPublisher (#4173)

* Implement multipart copy in Java-based S3 async client (#4189)

* Create split method in AsyncRequestBody to return SplittingPublisher (#4188)

* Create split method in AsyncRequestBody to return SplittingPublisher

* Fix Javadoc and build

* Add more tests with ByteArrayAsyncRequestBody (#4214)

* Handle null response metadata (#4215)

* Handle null response metadata

* Fix build

* Support streaming with unknown content length (#4226)

* Support uploading with unknown content length

* Refactoring

* Create a configuration class for SdkPublisher#split (#4236)

* S3 Multipart API implementation (#4235)

* Multipart API
fix merge conflicts

* getObject(...) throw UnsupportedOperationException

* Use user agent for all requests in MultipartS3Client

* MultipartS3AsyncClient javadoc + API_NAME private

* use `maximumMemoryUsageInBytes`

* fix problem with UserAgent, cleanup

* move contextParam keys to S3AsyncClientDecorator

* javadoc

* more javadoc

* Use 4x part size as default apiCallBufferSize

* Fix test

* Guard against re-subscription in SplittingPublisher (#4253)

* guard against re-subscription in SplittingPublisher

* fix checkstyle

* Error msg

* Fix a race condition where the third upload part request was sent before the second one (#4260)

---------

Co-authored-by: Zoe Wang <33073555+zoewangg@users.noreply.github.com>

* Amazon Interactive Video Service RealTime Update: Add QUOTA_EXCEEDED and PUBLISHER_NOT_FOUND to EventErrorCode for stage health events.

* Amazon Kinesis Video Streams Update: This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature.

* Amazon Rekognition Update: This release adds code snippets for Amazon Rekognition Custom Labels.

* Amazon Kinesis Video Streams Archived Media Update: This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature.

* Amazon Detective Update: Updated the email validation regex to be in line with the TLD name specifications.

* Updated endpoints.json and partitions.json.

* Release 2.20.121. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.122-SNAPSHOT

* Update to next snapshot version: 2.20.122-SNAPSHOT (#4275)

* Update to next snapshot version: 2.20.122-SNAPSHOT

* Revert previous version number

* AWS Service Catalog Update: Introduce support for HashiCorp Terraform Cloud in Service Catalog by addying TERRAFORM_CLOUD product type in CreateProduct and CreateProvisioningArtifact API.

* AWS Backup Update: This release introduces a new logically air-gapped vault (Preview) in AWS Backup that stores immutable backup copies, which are locked by default and isolated with encryption using AWS owned keys. Logically air-gapped vault (Preview) allows secure recovery of application data across accounts.

* Amazon ElastiCache Update: Added support for cluster mode in online migration and test migration API

* Updated endpoints.json and partitions.json.

* Release 2.20.122. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.123-SNAPSHOT

* Add default methods to AwsServiceClientConfiguration.Builder and SdkServiceClientConfiguration.Builder. (#4263)

This allows older client versions to still compile with newer runtime versions.

* Expose thresholdSizeInBytes in AWS CRT-based S3 client (#4282)

* AWS Global Accelerator Update: Documentation update for dualstack EC2 endpoint support

* Amazon FSx Update: For FSx for Lustre, add new data repository task type, RELEASE_DATA_FROM_FILESYSTEM, to release files that have been archived to S3. For FSx for Windows, enable support for configuring and updating SSD IOPS, and for updating storage type. For FSx for OpenZFS, add new deployment type, MULTI_AZ_1.

* Amazon Chime SDK Voice Update: Updating CreatePhoneNumberOrder, UpdatePhoneNumber and BatchUpdatePhoneNumbers APIs, adding phone number name

* Amazon GuardDuty Update: Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs.

* Amazon SageMaker Service Update: This release adds support for cross account access for SageMaker Model Cards through AWS RAM.

* Updated endpoints.json and partitions.json.

* Release 2.20.123. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.124-SNAPSHOT

* Fix immutableCopyOf bug (#4266)

* Set limit when cloning ByteBuffer

* Add changelog

* Add L-Applin and breader124 to the all-contributors hall (#4276)

* Fix for Issue [#4156](#4156) : Single quotes in toJson conversions for EnhancedDocuments are no longer being escaped. (#4277)

* Amazon Connect Service Update: This release adds APIs to provision agents that are global / available in multiple AWS regions and distribute them across these regions by percentage.

* AWS Secrets Manager Update: Add additional InvalidRequestException to list of possible exceptions for ListSecret.

* AWS CloudTrail Update: Documentation updates for CloudTrail.

* AWS Transfer Family Update: Documentation updates for AW Transfer Family

* Elastic Load Balancing Update: This release enables configuring security groups for Network Load Balancers

* Amazon Omics Update: This release adds instanceType to GetRunTask & ListRunTasks responses.

* Updated endpoints.json and partitions.json.

* Release 2.20.124. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.125-SNAPSHOT

* AmplifyBackend Update: Adds sensitive trait to required input shapes.

* AWS Config Update: Updated ResourceType enum with new resource types onboarded by AWS Config in July 2023.

* Amazon Elastic Compute Cloud Update: 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.

* Amazon Simple Email Service Update: 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.

* Amazon Simple Workflow Service Update: This release adds new API parameters to override workflow task list for workflow executions.

* Amazon QuickSight Update: 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

* Updated endpoints.json and partitions.json.

* Release 2.20.125. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.126-SNAPSHOT

* AWS Elemental MediaPackage Update: Fix SDK logging of certain fields.

* Amazon Omics Update: This release provides support for annotation store versioning and cross account sharing for Omics Analytics

* AWS Transfer Family Update: Documentation updates for AWS Transfer Family

* Updated endpoints.json and partitions.json.

* Release 2.20.126. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.127-SNAPSHOT

* S3 Benchmarks - support java-based multipart client (#4288)

S3 Benchmarks - support java-based multipart client

* Amazon Route 53 Domains Update: Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information

* AWS Glue Update: 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.

* Amazon SageMaker Service Update: SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response

* AWS Performance Insights Update: AWS Performance Insights for Amazon RDS is launching Performance Analysis On Demand, a new feature that allows you to analyze database performance metrics and find out the performance issues. You can now use SDK to create, list, get, delete, and manage tags of performance analysis reports.

* Amazon Elastic Compute Cloud Update: Documentation updates for Elastic Compute Cloud (EC2).

* Amazon Chime SDK Meetings Update: Updated API documentation to include additional exceptions.

* Updated endpoints.json and partitions.json.

* Release 2.20.127. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.128-SNAPSHOT

* Fixed the issue where thresholdInBytes is not the same as minimalPart… (#4289)

* Fixed the issue where thresholdInBytes is not the same as minimalPartSizeInBytes if a custom minimalPartSizeInBytes is provided.

* Address feedback

* Add more test

* Update LaunchChangelog.md to add IAM Policy Builder (#4301)

* Add SERVICE_ENDPOINT metric (#4307)

* Implement SERVICE_ENDPOINT core metric

* Create CollectionStages for SERVICE_ENDPOINT

* Remove erviceEndpointMetricCollectionStages since they're unnecessary

* Move collection of SERVICE_ENDPOINT metric

Simplify by collecting in the API Call metric collection stages where other
request metrics are already being collected.

* Remove unused import

* Update changelog entry

* Fix test

* Remove unused class

---------

Co-authored-by: David Negrete <davidfn@amazon.com>

* Amazon CloudWatch Update: Doc-only update to incorporate several doc bug fixes

* Amazon Lex Model Building V2 Update: This release updates the Custom Vocabulary Weight field to support a value of 0.

* Release 2.20.128. Updated CHANGELOG.md, README.md and all pom.xml.

* Ensure onNext will be called even if publishing empty content and onC… (#4290)

* Ensure onNext will be called even if publishing empty content and onComplete is called directly

* Adding changelog and removing unnecessary override

* Update to next snapshot version: 2.20.129-SNAPSHOT

* Fix javadocs links - consumer request objects (#4310)

* Fix javadocs links - consumer request objects

* Use getShapeName instead of getC2jName

* Use fully qualified name

* Update codegen test classes

* changing terminology to more inclusive terms (#4115)

* Amazon Elastic Compute Cloud Update: Adds support for SubnetConfigurations to allow users to select their own IPv4 and IPv6 addresses for Interface VPC endpoints

* Amazon GameLift Update: Amazon GameLift updates its instance types support.

* Updated endpoints.json and partitions.json.

* Release 2.20.129. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.130-SNAPSHOT

* AWS SecurityHub Update: Added Inspector Lambda code Vulnerability section to ASFF, including GeneratorDetails, EpssScore, ExploitAvailable, and CodeVulnerabilities.

* AWS CodeCommit Update: Add new ListFileCommitHistory operation to retrieve commits which introduced changes to a specific file.

* Updated endpoints.json and partitions.json.

* Release 2.20.130. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.131-SNAPSHOT

* AWS Cloud9 Update: Doc only update to add Ubuntu 22.04 as an Image ID option for Cloud9

* Amazon Route 53 Domains Update: Fixed typos in description fields

* Amazon Elastic Compute Cloud Update: The DeleteKeyPair API has been updated to return the keyPairId when an existing key pair is deleted.

* Amazon Relational Database Service Update: Adding support for RDS Aurora Global Database Unplanned Failover

* FinSpace User Environment Management service Update: Allow customers to manage outbound traffic from their Kx Environment when attaching a transit gateway by providing network acl entries. Allow the customer to choose how they want to update the databases on a cluster allowing updates to possibly be faster than usual.

* Updated endpoints.json and partitions.json.

* Release 2.20.131. Updated CHANGELOG.md, README.md and all pom.xml.

* Corrected a minor JavaDoc typo in the DynamoDbBean class. (#4325)

* Remove unused address interceptor (#4316)

* Bump reactive-streams from 1.0.3 to 1.0.4 (#4322)

Signed-off-by: Chad Wilson <chadw@thoughtworks.com>

* Update to next snapshot version: 2.20.132-SNAPSHOT

* Modify ArnResource to handle more variants of resources (#4317)

* Changes default behavior for DynamoDb Enhanced atomic counter extension (#4314)

* Changes the default behavior for DynamoDb Enhanced atomic counter extension to filter out any counter attributes in the item map if present

* docs: add chadlwilson as a contributor for code (#4330)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Amazon Verified Permissions Update: Documentation updates for Amazon Verified Permissions. Increases max results per page for ListPolicyStores, ListPolicies, and ListPolicyTemplates APIs from 20 to 50.

* AWS Cost Explorer Service Update: This release adds the LastUpdatedDate and LastUsedDate timestamps to help you manage your cost allocation tags.

* Amazon Relational Database Service Update: Adding parameters to CreateCustomDbEngineVersion reserved for future use.

* AWS Global Accelerator Update: Global Accelerator now supports Client Ip Preservation for Network Load Balancer endpoints.

* Updated endpoints.json and partitions.json.

* Release 2.20.132. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.133-SNAPSHOT

* Amazon API Gateway Update: This release adds RootResourceId to GetRestApi response.

* Amazon Polly Update: Amazon Polly adds 1 new voice - Zayd (ar-AE)

* Amazon Elastic Compute Cloud Update: Marking fields as sensitive on BundleTask and GetPasswordData

* Updated endpoints.json and partitions.json.

* Release 2.20.133. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.134-SNAPSHOT

* Add support for presigned DeleteObject (#4313)

* Add support for presigned DeleteObject

* Review comments

 - Add proper annotations
 - Add equals and hashCode

* Add auth-crt to bom (#4338)

* AWS Elemental MediaLive Update: MediaLive now supports passthrough of KLV data to a HLS output group with a TS container. MediaLive now supports setting an attenuation mode for AC3 audio when the coding mode is 3/2 LFE. MediaLive now supports specifying whether to include filler NAL units in RTMP output group settings.

* Amazon Relational Database Service Update: This release updates the supported versions for Percona XtraBackup in Aurora MySQL.

* AWS MediaTailor Update: Adds new source location AUTODETECT_SIGV4 access type.

* Amazon QuickSight Update: Excel support in Snapshot Export APIs. Removed Required trait for some insight Computations. Namespace-shared Folders support. Global Filters support. Table pin Column support.

* AWS S3 Control Update: Updates to endpoint ruleset tests to address Smithy validation issues and standardize the capitalization of DualStack.

* AWS Elemental MediaConvert Update: This release includes additional audio channel tags in Quicktime outputs, support for film grain synthesis for AV1 outputs, ability to create audio-only FLAC outputs, and ability to specify Amazon S3 destination storage class.

* Amazon Simple Storage Service Update: Updates to endpoint ruleset tests to address Smithy validation issues.

* AWS Glue Update: Added API attributes that help in the monitoring of sessions.

* Amazon Verified Permissions Update: Documentation updates for Amazon Verified Permissions.

* Amazon Elastic Compute Cloud Update: Amazon EC2 M7a instances, powered by 4th generation AMD EPYC processors, deliver up to 50% higher performance compared to M6a instances. Amazon EC2 Hpc7a instances, powered by 4th Gen AMD EPYC processors, deliver up to 2.5x better performance compared to Amazon EC2 Hpc6a instances.

* Updated endpoints.json and partitions.json.

* Release 2.20.134. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.135-SNAPSHOT

* fix IamPolicy code example docs. (#4324)

Co-authored-by: Debora N. Ito <476307+debora-ito@users.noreply.github.com>

* Add option to output all results to disk (#4344)

* docs: add ManishDait as a contributor for doc (#4343)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Amazon Detective Update: Added protections to interacting with fields containing customer information.

* AWS CloudTrail Update: Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources.

* Amazon CloudWatch Update: Doc-only update to get doc bug fixes into the SDK docs

* Updated endpoints.json and partitions.json.

* Release 2.20.135. Updated CHANGELOG.md, README.md and all pom.xml.

* Revert "Modify ArnResource to handle more variants of resources (#4317)"

This reverts commit 0a37e9f.

* Update to next snapshot version: 2.20.136-SNAPSHOT

* Revert "Modify ArnResource to handle more variants of resources (#4317)" (#4349)

This reverts commit 0a37e9f.

* Use zoned date time in benchmark params (#4351)

This is useful when the results are processed across different systems.

* AWS Organizations Update: Documentation updates for permissions and links.

* AWS Backup Update: Add support for customizing time zone for backup window in backup plan rules.

* Amazon WorkSpaces Web Update: WorkSpaces Web now enables Admins to configure which cookies are synchronized from an end-user's local browser to the in-session browser. In conjunction with a browser extension, this feature enables enhanced Single-Sign On capability by reducing the number of times an end-user has to authenticate.

* Service Quotas Update: Service Quotas now supports viewing the applied quota value and requesting a quota increase for a specific resource in an AWS account.

* AWS Compute Optimizer Update: This release enables AWS Compute Optimizer to analyze and generate licensing optimization recommendations for sql server running on EC2 instances.

* Amazon Security Lake Update: Remove incorrect regex enforcement on pagination tokens.

* Updated endpoints.json and partitions.json.

* Release 2.20.136. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.137-SNAPSHOT

* Optimize file uploads by reading from file in parallel (#4331)

* Optimize file upload by reading from file in different offsets in parallel

* Override split in FileAsyncRequestBody

* Address feedback and fix the issue where doAfterOnComplete is invoked

* address feedback

* Fix issue reported by sonarcloud

* Upgrade jacoco to 0.8.10 (#4360)

* Upgrade jacoco to 0.8.10

* Fix test coverage reporting with java 17

* Amazon Simple Email Service Update: Adds support for the new Export and Message Insights features: create, get, list and cancel export jobs; get message insights.

* Amazon Omics Update: Add RetentionMode support for Runs.

* Amazon Cognito Identity Provider Update: Added API example requests and responses for several operations. Fixed the validation regex for user pools Identity Provider name.

* Amazon FSx Update: Documentation updates for project quotas.

* Release 2.20.137. Updated CHANGELOG.md, README.md and all pom.xml.

* Update to next snapshot version: 2.20.138-SNAPSHOT

---------

Signed-off-by: Chad Wilson <chadw@thoughtworks.com>
Co-authored-by: AWS <>
Co-authored-by: aws-sdk-java-automation <43143862+aws-sdk-java-automation@users.noreply.github.com>
Co-authored-by: Dongie Agnir <261310+dagnir@users.noreply.github.com>
Co-authored-by: Zoe Wang <33073555+zoewangg@users.noreply.github.com>
Co-authored-by: Olivier L Applin <olapplin@amazon.com>
Co-authored-by: Matthew Miller <millem@amazon.com>
Co-authored-by: Debora N. Ito <476307+debora-ito@users.noreply.github.com>
Co-authored-by: John Viegas <70235430+joviegas@users.noreply.github.com>
Co-authored-by: David Negrete <davidfn@amazon.com>
Co-authored-by: Anna-Karin Salander <salande@amazon.com>
Co-authored-by: Chad Wilson <chadw@thoughtworks.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Manish Dait <90558243+ManishDait@users.noreply.github.com>
  • Loading branch information
13 people committed Aug 30, 2023
1 parent f01ada0 commit f81aad8
Show file tree
Hide file tree
Showing 661 changed files with 15,698 additions and 13,753 deletions.
18 changes: 18 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,24 @@
"contributions": [
"code"
]
},
{
"login": "chadlwilson",
"name": "Chad Wilson",
"avatar_url": "https://avatars.githubusercontent.com/u/29788154?v=4",
"profile": "https://www.buymeacoffee.com/chadwilson",
"contributions": [
"code"
]
},
{
"login": "ManishDait",
"name": "Manish Dait",
"avatar_url": "https://avatars.githubusercontent.com/u/90558243?v=4",
"profile": "https://github.com/ManishDait",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
Expand Down
30 changes: 30 additions & 0 deletions .changes/2.20.126.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "2.20.126",
"date": "2023-08-14",
"entries": [
{
"type": "feature",
"category": "AWS Elemental MediaPackage",
"contributor": "",
"description": "Fix SDK logging of certain fields."
},
{
"type": "feature",
"category": "AWS Transfer Family",
"contributor": "",
"description": "Documentation updates for AWS Transfer Family"
},
{
"type": "feature",
"category": "Amazon Omics",
"contributor": "",
"description": "This release provides support for annotation store versioning and cross account sharing for Omics Analytics"
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
48 changes: 48 additions & 0 deletions .changes/2.20.127.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"version": "2.20.127",
"date": "2023-08-15",
"entries": [
{
"type": "feature",
"category": "AWS Glue",
"contributor": "",
"description": "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."
},
{
"type": "feature",
"category": "AWS Performance Insights",
"contributor": "",
"description": "AWS Performance Insights for Amazon RDS is launching Performance Analysis On Demand, a new feature that allows you to analyze database performance metrics and find out the performance issues. You can now use SDK to create, list, get, delete, and manage tags of performance analysis reports."
},
{
"type": "feature",
"category": "Amazon Chime SDK Meetings",
"contributor": "",
"description": "Updated API documentation to include additional exceptions."
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "Documentation updates for Elastic Compute Cloud (EC2)."
},
{
"type": "feature",
"category": "Amazon Route 53 Domains",
"contributor": "",
"description": "Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information"
},
{
"type": "feature",
"category": "Amazon SageMaker Service",
"contributor": "",
"description": "SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response"
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
24 changes: 24 additions & 0 deletions .changes/2.20.128.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "2.20.128",
"date": "2023-08-16",
"entries": [
{
"type": "bugfix",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Add support for the `SERVICE_ENDPOINT` metric. This metric represents the endpoint (scheme and authority) that the request was sent to."
},
{
"type": "feature",
"category": "Amazon CloudWatch",
"contributor": "",
"description": "Doc-only update to incorporate several doc bug fixes"
},
{
"type": "feature",
"category": "Amazon Lex Model Building V2",
"contributor": "",
"description": "This release updates the Custom Vocabulary Weight field to support a value of 0."
}
]
}
30 changes: 30 additions & 0 deletions .changes/2.20.129.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "2.20.129",
"date": "2023-08-17",
"entries": [
{
"type": "bugfix",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Sends final checksum chunk and trailer when only onComplete() is called by upstream (empty content)"
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "Adds support for SubnetConfigurations to allow users to select their own IPv4 and IPv6 addresses for Interface VPC endpoints"
},
{
"type": "feature",
"category": "Amazon GameLift",
"contributor": "",
"description": "Amazon GameLift updates its instance types support."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
24 changes: 24 additions & 0 deletions .changes/2.20.130.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "2.20.130",
"date": "2023-08-18",
"entries": [
{
"type": "feature",
"category": "AWS CodeCommit",
"contributor": "",
"description": "Add new ListFileCommitHistory operation to retrieve commits which introduced changes to a specific file."
},
{
"type": "feature",
"category": "AWS SecurityHub",
"contributor": "",
"description": "Added Inspector Lambda code Vulnerability section to ASFF, including GeneratorDetails, EpssScore, ExploitAvailable, and CodeVulnerabilities."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
42 changes: 42 additions & 0 deletions .changes/2.20.131.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": "2.20.131",
"date": "2023-08-21",
"entries": [
{
"type": "feature",
"category": "AWS Cloud9",
"contributor": "",
"description": "Doc only update to add Ubuntu 22.04 as an Image ID option for Cloud9"
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "The DeleteKeyPair API has been updated to return the keyPairId when an existing key pair is deleted."
},
{
"type": "feature",
"category": "Amazon Relational Database Service",
"contributor": "",
"description": "Adding support for RDS Aurora Global Database Unplanned Failover"
},
{
"type": "feature",
"category": "Amazon Route 53 Domains",
"contributor": "",
"description": "Fixed typos in description fields"
},
{
"type": "feature",
"category": "FinSpace User Environment Management service",
"contributor": "",
"description": "Allow customers to manage outbound traffic from their Kx Environment when attaching a transit gateway by providing network acl entries. Allow the customer to choose how they want to update the databases on a cluster allowing updates to possibly be faster than usual."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
42 changes: 42 additions & 0 deletions .changes/2.20.132.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": "2.20.132",
"date": "2023-08-22",
"entries": [
{
"type": "bugfix",
"category": "AWS SDK for Java v2 - DynamoDb Enhanced",
"contributor": "",
"description": "Changes the default behavior of the DynamoDb Enhanced atomic counter extension to automatically filter out any counter attributes in the item to be updated. This allows users to read and update items without DynamoDb collision errors."
},
{
"type": "feature",
"category": "AWS Cost Explorer Service",
"contributor": "",
"description": "This release adds the LastUpdatedDate and LastUsedDate timestamps to help you manage your cost allocation tags."
},
{
"type": "feature",
"category": "AWS Global Accelerator",
"contributor": "",
"description": "Global Accelerator now supports Client Ip Preservation for Network Load Balancer endpoints."
},
{
"type": "feature",
"category": "Amazon Relational Database Service",
"contributor": "",
"description": "Adding parameters to CreateCustomDbEngineVersion reserved for future use."
},
{
"type": "feature",
"category": "Amazon Verified Permissions",
"contributor": "",
"description": "Documentation updates for Amazon Verified Permissions. Increases max results per page for ListPolicyStores, ListPolicies, and ListPolicyTemplates APIs from 20 to 50."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
30 changes: 30 additions & 0 deletions .changes/2.20.133.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "2.20.133",
"date": "2023-08-23",
"entries": [
{
"type": "feature",
"category": "Amazon API Gateway",
"contributor": "",
"description": "This release adds RootResourceId to GetRestApi response."
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "Marking fields as sensitive on BundleTask and GetPasswordData"
},
{
"type": "feature",
"category": "Amazon Polly",
"contributor": "",
"description": "Amazon Polly adds 1 new voice - Zayd (ar-AE)"
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
78 changes: 78 additions & 0 deletions .changes/2.20.134.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"version": "2.20.134",
"date": "2023-08-24",
"entries": [
{
"type": "feature",
"category": "AWS Elemental MediaConvert",
"contributor": "",
"description": "This release includes additional audio channel tags in Quicktime outputs, support for film grain synthesis for AV1 outputs, ability to create audio-only FLAC outputs, and ability to specify Amazon S3 destination storage class."
},
{
"type": "feature",
"category": "AWS Elemental MediaLive",
"contributor": "",
"description": "MediaLive now supports passthrough of KLV data to a HLS output group with a TS container. MediaLive now supports setting an attenuation mode for AC3 audio when the coding mode is 3/2 LFE. MediaLive now supports specifying whether to include filler NAL units in RTMP output group settings."
},
{
"type": "feature",
"category": "AWS Glue",
"contributor": "",
"description": "Added API attributes that help in the monitoring of sessions."
},
{
"type": "feature",
"category": "AWS MediaTailor",
"contributor": "",
"description": "Adds new source location AUTODETECT_SIGV4 access type."
},
{
"type": "feature",
"category": "AWS S3 Control",
"contributor": "",
"description": "Updates to endpoint ruleset tests to address Smithy validation issues and standardize the capitalization of DualStack."
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "Amazon EC2 M7a instances, powered by 4th generation AMD EPYC processors, deliver up to 50% higher performance compared to M6a instances. Amazon EC2 Hpc7a instances, powered by 4th Gen AMD EPYC processors, deliver up to 2.5x better performance compared to Amazon EC2 Hpc6a instances."
},
{
"type": "feature",
"category": "Amazon QuickSight",
"contributor": "",
"description": "Excel support in Snapshot Export APIs. Removed Required trait for some insight Computations. Namespace-shared Folders support. Global Filters support. Table pin Column support."
},
{
"type": "feature",
"category": "Amazon Relational Database Service",
"contributor": "",
"description": "This release updates the supported versions for Percona XtraBackup in Aurora MySQL."
},
{
"type": "feature",
"category": "Amazon S3",
"contributor": "",
"description": "Add support for presigned `DeleteObject` in `S3Presigner`."
},
{
"type": "feature",
"category": "Amazon Simple Storage Service",
"contributor": "",
"description": "Updates to endpoint ruleset tests to address Smithy validation issues."
},
{
"type": "feature",
"category": "Amazon Verified Permissions",
"contributor": "",
"description": "Documentation updates for Amazon Verified Permissions."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
Loading

0 comments on commit f81aad8

Please sign in to comment.