1# __2.18.41__ __2022-12-16__ 2## __AWS DataSync__ 3 - ### Features 4 - AWS DataSync now supports the use of tags with task executions. With this new feature, you can apply tags each time you execute a task, giving you greater control and management over your task executions. 5 6## __AWS IoT FleetWise__ 7 - ### Features 8 - Updated error handling for empty resource names in "UpdateSignalCatalog" and "GetModelManifest" operations. 9 10## __AWS SDK for Java v2__ 11 - ### Features 12 - Updated endpoint and partition metadata. 13 14## __Amazon Appflow__ 15 - ### Features 16 - This release updates the ListConnectorEntities API action so that it returns paginated responses that customers can retrieve with next tokens. 17 18## __Amazon CloudFront__ 19 - ### Features 20 - Updated documentation for CloudFront 21 22## __Amazon Elastic File System__ 23 - ### Features 24 - General documentation updates for EFS. 25 26## __Amazon GuardDuty__ 27 - ### Features 28 - This release provides the valid characters for the Description and Name field. 29 30## __Amazon S3__ 31 - ### Bugfixes 32 - Do not prefix copy-source with / when using the sourceBucket and sourceKey APIs. 33 34## __Amazon S3 Transfer Manager__ 35 - ### Features 36 - Change default `targetThroughputInGbps` from 5 to 10 37 38## __Amazon SageMaker Service__ 39 - ### Features 40 - AWS sagemaker - Features: This release adds support for random seed, it's an integer value used to initialize a pseudo-random number generator. Setting a random seed will allow the hyperparameter tuning search strategies to produce more consistent configurations for the same tuning job. 41 42# __2.18.40__ __2022-12-15__ 43## __AWS Backup Gateway__ 44 - ### Features 45 - This release adds support for VMware vSphere tags, enabling customer to protect VMware virtual machines using tag-based policies for AWS tags mapped from vSphere tags. This release also adds support for customer-accessible gateway-hypervisor interaction log and upload bandwidth rate limit schedule. 46 47## __AWS Glue__ 48 - ### Features 49 - This release adds support for AWS Glue Crawler with native DeltaLake tables, allowing Crawlers to classify Delta Lake format tables and catalog them for query engines to query against. 50 51## __AWS SDK for Java v2__ 52 - ### Features 53 - Updated endpoint and partition metadata. 54 55## __AWS SecurityHub__ 56 - ### Features 57 - Added new resource details objects to ASFF, including resources for AwsEc2LaunchTemplate, AwsSageMakerNotebookInstance, AwsWafv2WebAcl and AwsWafv2RuleGroup. 58 59## __AWSMainframeModernization__ 60 - ### Features 61 - Adds an optional create-only `KmsKeyId` property to Environment and Application resources. 62 63## __Amazon Connect Service__ 64 - ### Features 65 - Added support for "English - New Zealand" and "English - South African" to be used with Amazon Connect Custom Vocabulary APIs. 66 67## __Amazon EC2 Container Service__ 68 - ### Features 69 - This release adds support for container port ranges in ECS, a new capability that allows customers to provide container port ranges to simplify use cases where multiple ports are in use in a container. This release updates TaskDefinition mutation APIs and the Task description APIs. 70 71## __Amazon Elastic Kubernetes Service__ 72 - ### Features 73 - Add support for Windows managed nodes groups. 74 75## __Amazon Kinesis__ 76 - ### Features 77 - Added StreamARN parameter for Kinesis Data Streams APIs. Added a new opaque pagination token for ListStreams. SDKs will auto-generate Account Endpoint when accessing Kinesis Data Streams. 78 79## __Amazon Location Service__ 80 - ### Features 81 - This release adds support for a new style, "VectorOpenDataStandardLight" which can be used with the new data source, "Open Data Maps (Preview)". 82 83## __Amazon S3 Transfer Manager__ 84 - ### Features 85 - Do not base 64 encode when writing `ResumableFileDownload` to disk. 86 - Flattened and removed OverrideConfigurations such that these can be configured directly to S3TransferManagerBuilder, upload and transfer Requests. Also refactored certain attributes and API names to represent better meaningful names. 87 - Moved POJO classes to `software.amazon.awssdk.transfer.s3.model` and moved configuration classes to `software.amazon.awssdk.transfer.s3.config` 88 - Rename `DownloadDirectoryRequest.destinationDirectory` to `destination`. 89 - Rename `ResumableFileDownload`'s `to` and `writeTo` methods to `serializeTo` to make it clear that these aren't affecting the download. 90 - Rename `UploadDirectoryRequest.prefix` and `delimiter` to `s3Prefix` and `s3Delimiter` to make it clear these are S3 parameters, not file-system parameters. 91 92 - ### Bugfixes 93 - Allow pausing a resumed download, even if the resumed download hasn't started. 94 - Fixed issues in S3 Transfer Manager resumeDownloadFile API where errors were being wrapped by SdkClientException 95 - Require setting the bytes transferred on transfer progress snapshots. This prevents programming bugs where the caller forgets to set the value and it gets defaulted to 0. 96 97 - ### Removals 98 - Backward incompatible changes after removing s3ClientConfiguration() from builder API of S3TransferManager Interface. 99 - Added crtBuilder in S3AsyncClient Interface. 100 - Backward incompatible changes after changing args of test() API in DownloadFilter Interface from DownloadFileContext to S3Object. 101 - Make `aws-crt` an optional dependency in `s3-transfer-manager` module. Customers need to explicitly add `aws-crt` dependency if they want to use CRT-based Transfer Manager 102 - Remove UploadDirectoryRequest's override configuration's `recursive` option. The same functionality can be achieved with `UploadDirectoryRequest.builder().maxDepth(1)` or S3TransferManager.builder().maxUploadDirectoryDepth(1). 103 - Remove `DownloadDirectoryRequest.prefix` and `delimiter`. The same functionality is already available via the `listObjectsV2RequestTransformer`. 104 - Removed charset options from `ResumableFileDownload`'s string options, because there's no reason to choose something other than UTF-8. 105 106## __Amazon SageMaker Service__ 107 - ### Features 108 - SageMaker Inference Recommender now allows customers to load tests their models on various instance types using private VPC. 109 110## __Amazon Translate__ 111 - ### Features 112 - Raised the input byte size limit of the Text field in the TranslateText API to 10000 bytes. 113 114# __2.18.39__ __2022-12-14__ 115## __AWS Cost Explorer Service__ 116 - ### Features 117 - This release supports percentage-based thresholds on Cost Anomaly Detection alert subscriptions. 118 119## __AWS Network Manager__ 120 - ### Features 121 - Appliance Mode support for AWS Cloud WAN. 122 123## __AWS SDK for Java v2__ 124 - ### Features 125 - Updated endpoint and partition metadata. 126 127## __Amazon CloudWatch__ 128 - ### Features 129 - Adding support for Metrics Insights Alarms 130 131## __Amazon SageMaker Metrics Service__ 132 - ### Features 133 - Update SageMaker Metrics documentation. 134 135## __Redshift Data API Service__ 136 - ### Features 137 - This release adds a new --client-token field to ExecuteStatement and BatchExecuteStatement operations. Customers can now run queries with the additional client token parameter to ensures idempotency. 138 139# __2.18.38__ __2022-12-13__ 140## __AWS CloudTrail__ 141 - ### Features 142 - Merging mainline branch for service model into mainline release branch. There are no new APIs. 143 144## __AWS SDK for Java v2__ 145 - ### Features 146 - Updated endpoint and partition metadata. 147 148## __Amazon Relational Database Service__ 149 - ### Features 150 - This deployment adds ClientPasswordAuthType field to the Auth structure of the DBProxy. 151 152# __2.18.36__ __2022-12-12__ 153## __AWS Migration Hub Refactor Spaces__ 154 - ### Features 155 - This release adds support for Lambda alias service endpoints. Lambda alias ARNs can now be passed into CreateService. 156 157## __AWS SDK for Java v2__ 158 - ### Features 159 - Updated endpoint and partition metadata. 160 161## __AWS WAFV2__ 162 - ### Features 163 - Documents the naming requirement for logging destinations that you use with web ACLs. 164 165## __Amazon Connect Customer Profiles__ 166 - ### Features 167 - This release allows custom strings in PartyType and Gender through 2 new attributes in the CreateProfile and UpdateProfile APIs: PartyTypeString and GenderString. 168 169## __Amazon Elastic Compute Cloud__ 170 - ### Features 171 - This release updates DescribeFpgaImages to show supported instance types of AFIs in its response. 172 173## __Amazon Kinesis Video Streams__ 174 - ### Features 175 - This release adds support for public preview of Kinesis Video Stream at Edge enabling customers to provide configuration for the Kinesis Video Stream EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on configured schedule. 176 177## __Amazon Lookout for Vision__ 178 - ### Features 179 - This documentation update adds kms:GenerateDataKey as a required permission to StartModelPackagingJob. 180 181## __Amazon Rekognition__ 182 - ### Features 183 - Adds support for "aliases" and "categories", inclusion and exclusion filters for labels and label categories, and aggregating labels by video segment timestamps for Stored Video Label Detection APIs. 184 185## __Amazon Relational Database Service__ 186 - ### Features 187 - Update the RDS API model to support copying option groups during the CopyDBSnapshot operation 188 189## __Amazon SageMaker Metrics Service__ 190 - ### Features 191 - This release introduces support SageMaker Metrics APIs. 192 193# __2.18.35__ __2022-12-09__ 194## __AWS Elemental MediaLive__ 195 - ### Features 196 - Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency. 197 198## __AWS Elemental MediaPackage VOD__ 199 - ### Features 200 - This release provides the approximate number of assets in a packaging group. 201 202## __AWS IoT FleetWise__ 203 - ### Features 204 - Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions. 205 206## __AWS SDK for Java v2__ 207 - ### Bugfixes 208 - Fixed an issue that could cause exception to be thrown from `CombinedResponseAsyncHttpResponseHandler#onStream` when `onError` got invoked first 209 210## __Amazon CloudWatch Logs__ 211 - ### Features 212 - Doc-only update for CloudWatch Logs, for Tagging Permissions clarifications 213 214## __Amazon S3__ 215 - ### Bugfixes 216 - Fixed an issue that could result in exceptions or signature validation failures when signing or presigning S3 requests using the signer directly when paths contain encoded or path traversal characters. 217 218# __2.18.34__ __2022-12-08__ 219## __AWS IoT TwinMaker__ 220 - ### Features 221 - This release adds the following new features: 1) New APIs for managing a continuous sync of assets and asset models from AWS IoT SiteWise. 2) Support user friendly names for component types (ComponentTypeName) and properties (DisplayName). 222 223## __AWS SDK for Java v2__ 224 - ### Features 225 - Updated endpoint and partition metadata. 226 227## __Auto Scaling__ 228 - ### Features 229 - Adds support for metric math for target tracking scaling policies, saving you the cost and effort of publishing a custom metric to CloudWatch. Also adds support for VPC Lattice by adding the Attach/Detach/DescribeTrafficSources APIs and a new health check type to the CreateAutoScalingGroup API. 230 231## __Migration Hub Strategy Recommendations__ 232 - ### Features 233 - This release adds known application filtering, server selection for assessments, support for potential recommendations, and indications for configuration and assessment status. For more information, see the AWS Migration Hub documentation at https://docs.aws.amazon.com/migrationhub/index.html 234 235# __2.18.33__ __2022-12-07__ 236## __AWS Cost Explorer Service__ 237 - ### Features 238 - This release adds the LinkedAccountName field to the GetAnomalies API response under RootCause 239 240## __AWS Key Management Service__ 241 - ### Features 242 - Updated examples and exceptions for External Key Store (XKS). 243 244## __AWS SDK for Java v2__ 245 - ### Features 246 - Adding utilities for signing CloudFront URLs and cookies 247 - Updated endpoint and partition metadata. 248 249## __Amazon CloudFront__ 250 - ### Features 251 - Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production. 252 253## __Amazon Elastic Kubernetes Service__ 254 - ### Features 255 - Adds support for EKS add-ons configurationValues fields and DescribeAddonConfiguration function 256 257## __Amazon S3__ 258 - ### Bugfixes 259 - S3 query param validation 260 261 The SDK will raise SdkClientException when a null value is set for a member marked with the required trait. 262 263# __2.18.32__ __2022-12-06__ 264## __AWS SDK for Java v2__ 265 - ### Features 266 - Adding utilities for signing CloudFront URLs and cookies 267 - Updated endpoint and partition metadata. 268 269## __AWSBillingConductor__ 270 - ### Features 271 - This release adds the Tiering Pricing Rule feature. 272 273## __Amazon Connect Service__ 274 - ### Features 275 - This release provides APIs that enable you to programmatically manage rules for Contact Lens conversational analytics and third party applications. For more information, see https://docs.aws.amazon.com/connect/latest/APIReference/rules-api.html 276 277## __Amazon DynamoDB__ 278 - ### Features 279 - Endpoint Ruleset update: Use http instead of https for the "local" region. 280 281## __Amazon DynamoDB Streams__ 282 - ### Features 283 - Endpoint Ruleset update: Use http instead of https for the "local" region. 284 285## __Amazon Relational Database Service__ 286 - ### Features 287 - This release adds the BlueGreenDeploymentNotFoundFault to the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations. 288 289## __Amazon SageMaker Feature Store Runtime__ 290 - ### Features 291 - For online + offline Feature Groups, added ability to target PutRecord and DeleteRecord actions to only online store, or only offline store. If target store parameter is not specified, actions will apply to both stores. 292 293# __2.18.31__ __2022-12-05__ 294## __AWS Cost Explorer Service__ 295 - ### Features 296 - This release introduces two new APIs that offer a 1-click experience to refresh Savings Plans recommendations. The two APIs are StartSavingsPlansPurchaseRecommendationGeneration and ListSavingsPlansPurchaseRecommendationGeneration. 297 298## __AWS SDK for Java v2__ 299 - ### Features 300 - Support for clients with AWS Query protocol migrating towards AwsJson in order to support custom error codes. 301 - Contributed by: [@ziyanli-amazon](https://github.com/ziyanli-amazon) 302 - Updated endpoint and partition metadata. 303 304## __Amazon Elastic Compute Cloud__ 305 - ### Features 306 - Documentation updates for EC2. 307 308## __Amazon Interactive Video Service Chat__ 309 - ### Features 310 - Adds PendingVerification error type to messaging APIs to block the resource usage for accounts identified as being fraudulent. 311 312## __Amazon Relational Database Service__ 313 - ### Features 314 - This release adds the InvalidDBInstanceStateFault to the RestoreDBClusterFromSnapshot operation. 315 316## __Amazon Transcribe Service__ 317 - ### Features 318 - Amazon Transcribe now supports creating custom language models in the following languages: Japanese (ja-JP) and German (de-DE). 319 320## __Contributors__ 321Special thanks to the following contributors to this release: 322 323[@ziyanli-amazon](https://github.com/ziyanli-amazon) 324# __2.18.30__ __2022-12-02__ 325## __AWS AppSync__ 326 - ### Features 327 - Fixes the URI for the evaluatecode endpoint to include the /v1 prefix (ie. "/v1/dataplane-evaluatecode"). 328 329## __AWS Elemental MediaConvert__ 330 - ### Features 331 - The AWS Elemental MediaConvert SDK has added support for configurable ID3 eMSG box attributes and the ability to signal them with InbandEventStream tags in DASH and CMAF outputs. 332 333## __AWS Elemental MediaLive__ 334 - ### Features 335 - Updates to Event Signaling and Management (ESAM) API and documentation. 336 337## __AWS Proton__ 338 - ### Features 339 - CreateEnvironmentAccountConnection RoleArn input is now optional 340 341## __AWS SDK for Java v2__ 342 - ### Features 343 - Added AsyncResponseBody.fromInputStream and AsyncRequestBody.forBlockingInputStream, allowing streaming operation requests to be written to like an input stream. 344 345 - ### Bugfixes 346 - This changes fixes the previously incorrect handling of `hostPrefix` in services, causing requests for some services to have the wrong URL. This change also undoes the suppression of rules-based endpoint generation for all services apart from EventBridge, S3, and S3 Control, which was implemented in [#3520](https://github.com/aws/aws-sdk-java-v2/issues/3520) because of the previously mentioned `hostPrefix` issue. 347 348## __Amazon EC2 Container Service__ 349 - ### Features 350 - Documentation updates for Amazon ECS 351 352## __Amazon Polly__ 353 - ### Features 354 - Add language code for Finnish (fi-FI) 355 356## __Amazon Simple Notification Service__ 357 - ### Features 358 - This release adds the message payload-filtering feature to the SNS Subscribe, SetSubscriptionAttributes, and GetSubscriptionAttributes API actions 359 360## __Firewall Management Service__ 361 - ### Features 362 - AWS Firewall Manager now supports Fortigate Cloud Native Firewall as a Service as a third-party policy type. 363 364## __Redshift Serverless__ 365 - ### Features 366 - Add Table Level Restore operations for Amazon Redshift Serverless. Add multi-port support for Amazon Redshift Serverless endpoints. Add Tagging support to Snapshots and Recovery Points in Amazon Redshift Serverless. 367 368# __2.18.29__ __2022-12-01__ 369## __AWS SDK for Java v2__ 370 - ### Features 371 - Added AsyncRequestBody.forBlockingOutputStream, allowing streaming operation requests to be written to like an output stream. 372 - Updated endpoint and partition metadata. 373 374 - ### Bugfixes 375 - This fixes an issue with the client option validation where the client builder is incorrectly validating that a value for the SIGNER option is present, even when it's not required (because the service does not use AWS auth). 376 377 This change only does the appropriate validations based on the authtypes present in the service model. 378 379## __AWS Step Functions__ 380 - ### Features 381 - This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs. 382 383## __Amazon CodeCatalyst__ 384 - ### Features 385 - This release adds operations that support customers using the AWS Toolkits and Amazon CodeCatalyst, a unified software development service that helps developers develop, deploy, and maintain applications in the cloud. For more information, see the documentation. 386 387## __Amazon Comprehend__ 388 - ### Features 389 - Comprehend now supports semi-structured documents (such as PDF files or image files) as inputs for custom analysis using the synchronous APIs (ClassifyDocument and DetectEntities). 390 391## __Amazon EventBridge Pipes__ 392 - ### Features 393 - AWS introduces new Amazon EventBridge Pipes which allow you to connect sources (SQS, Kinesis, DDB, Kafka, MQ) to Targets (14+ EventBridge Targets) without any code, with filtering, batching, input transformation, and an optional Enrichment stage (Lambda, StepFunctions, ApiGateway, ApiDestinations) 394 395## __Amazon GameLift__ 396 - ### Features 397 - GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration. 398 399# __2.18.28__ __2022-11-30__ 400## __AWS Data Exchange__ 401 - ### Features 402 - This release enables data providers to license direct access to data in their Amazon S3 buckets or AWS Lake Formation data lakes through AWS Data Exchange. Subscribers get read-only access to the data and can use it in downstream AWS services, like Amazon Athena, without creating or managing copies. 403 404## __AWS Glue__ 405 - ### Features 406 - This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations. 407 408## __AWS S3 Control__ 409 - ### Features 410 - Amazon S3 now supports cross-account access points. S3 bucket owners can now allow trusted AWS accounts to create access points associated with their bucket. 411 412## __AWS SDK for Java v2__ 413 - ### Features 414 - Updated endpoint and partition metadata. 415 416## __Access Analyzer__ 417 - ### Features 418 - This release adds support for S3 cross account access points. IAM Access Analyzer will now produce public or cross account findings when it detects bucket delegation to external account access points. 419 420## __Amazon Athena__ 421 - ### Features 422 - This release includes support for using Apache Spark in Amazon Athena. 423 424## __Amazon DocumentDB Elastic Clusters__ 425 - ### Features 426 - Launched Amazon DocumentDB Elastic Clusters. You can now use the SDK to create, list, update and delete Amazon DocumentDB Elastic Cluster resources 427 428## __Amazon SageMaker Service__ 429 - ### Features 430 - Added Models as part of the Search API. Added Model shadow deployments in realtime inference, and shadow testing in managed inference. Added support for shared spaces, geospatial APIs, Model Cards, AutoMLJobStep in pipelines, Git repositories on user profiles and domains, Model sharing in Jumpstart. 431 432## __Amazon SageMaker geospatial capabilities__ 433 - ### Features 434 - This release provides Amazon SageMaker geospatial APIs to build, train, deploy and visualize geospatial models. 435 436# __2.18.27__ __2022-11-29__ 437## __AWS Key Management Service__ 438 - ### Features 439 - AWS KMS introduces the External Key Store (XKS), a new feature for customers who want to protect their data with encryption keys stored in an external key management system under their control. 440 441## __AWS SDK for Java v2__ 442 - ### Features 443 - Updated endpoint and partition metadata. 444 445## __AWS SimSpace Weaver__ 446 - ### Features 447 - AWS SimSpace Weaver is a new service that helps customers build spatial simulations at new levels of scale - resulting in virtual worlds with millions of dynamic entities. See the AWS SimSpace Weaver developer guide for more details on how to get started. https://docs.aws.amazon.com/simspaceweaver 448 449## __Amazon Elastic Compute Cloud__ 450 - ### Features 451 - This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors. 452 453## __Amazon Kinesis Firehose__ 454 - ### Features 455 - Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination. 456 457## __Amazon Omics__ 458 - ### Features 459 - Amazon Omics is a new, purpose-built service that can be used by healthcare and life science organizations to store, query, and analyze omics data. The insights from that data can be used to accelerate scientific discoveries and improve healthcare. 460 461## __Amazon Security Lake__ 462 - ### Features 463 - Amazon Security Lake automatically centralizes security data from cloud, on-premises, and custom sources into a purpose-built data lake stored in your account. Security Lake makes it easier to analyze security data, so you can improve the protection of your workloads, applications, and data 464 465## __OpenSearch Service Serverless__ 466 - ### Features 467 - Publish SDK for Amazon OpenSearch Serverless 468 469# __2.18.26__ __2022-11-28__ 470## __AWS ARC - Zonal Shift__ 471 - ### Features 472 - Amazon Route 53 Application Recovery Controller Zonal Shift is a new service that makes it easy to shift traffic away from an Availability Zone in a Region. See the developer guide for more information: https://docs.aws.amazon.com/r53recovery/latest/dg/what-is-route53-recovery.html 473 474## __AWS Compute Optimizer__ 475 - ### Features 476 - Adds support for a new recommendation preference that makes it possible for customers to optimize their EC2 recommendations by utilizing an external metrics ingestion service to provide metrics. 477 478## __AWS Config__ 479 - ### Features 480 - With this release, you can use AWS Config to evaluate your resources for compliance with Config rules before they are created or updated. Using Config rules in proactive mode enables you to test and build compliant resource templates or check resource configurations at the time they are provisioned. 481 482## __AWS Glue__ 483 - ### Features 484 - This release allows the creation of Custom Visual Transforms (Dynamic Transforms) to be created via AWS Glue CLI/SDK. 485 486## __AWS Lambda__ 487 - ### Features 488 - Adds support for Lambda SnapStart, which helps improve the startup performance of functions. Customers can now manage SnapStart based functions via CreateFunction and UpdateFunctionConfiguration APIs 489 490## __AWS License Manager User Subscriptions__ 491 - ### Features 492 - AWS now offers fully-compliant, Amazon-provided licenses for Microsoft Office Professional Plus 2021 Amazon Machine Images (AMIs) on Amazon EC2. These AMIs are now available on the Amazon EC2 console and on AWS Marketplace to launch instances on-demand without any long-term licensing commitments. 493 494## __AWS S3 Control__ 495 - ### Features 496 - Added two new APIs to support Amazon S3 Multi-Region Access Point failover controls: GetMultiRegionAccessPointRoutes and SubmitMultiRegionAccessPointRoutes. The failover control APIs are supported in the following Regions: us-east-1, us-west-2, eu-west-1, ap-southeast-2, and ap-northeast-1. 497 498## __AWS SDK for Java v2__ 499 - ### Features 500 - Updated endpoint and partition metadata. 501 502## __AWS SecurityHub__ 503 - ### Features 504 - Adding StandardsManagedBy field to DescribeStandards API response 505 506## __Amazon Elastic Compute Cloud__ 507 - ### Features 508 - Introduces ENA Express, which uses AWS SRD and dynamic routing to increase throughput and minimize latency, adds support for trust relationships between Reachability Analyzer and AWS Organizations to enable cross-account analysis, and adds support for Infrastructure Performance metric subscriptions. 509 510## __Amazon Elastic Kubernetes Service__ 511 - ### Features 512 - Adds support for additional EKS add-ons metadata and filtering fields 513 514## __Amazon FSx__ 515 - ### Features 516 - This release adds support for 4GB/s / 160K PIOPS FSx for ONTAP file systems and 10GB/s / 350K PIOPS FSx for OpenZFS file systems (Single_AZ_2). For FSx for ONTAP, this also adds support for DP volumes, snapshot policy, copy tags to backups, and Multi-AZ route table updates. 517 518## __Amazon Macie 2__ 519 - ### Features 520 - Added support for configuring Macie to continually sample objects from S3 buckets and inspect them for sensitive data. Results appear in statistics, findings, and other data that Macie provides. 521 522## __Amazon QuickSight__ 523 - ### Features 524 - This release adds new Describe APIs and updates Create and Update APIs to support the data model for Dashboards, Analyses, and Templates. 525 526## __Inspector2__ 527 - ### Features 528 - This release adds support for Inspector to scan AWS Lambda. 529 530# __2.18.25__ __2022-11-27__ 531## __AWS Backup__ 532 - ### Features 533 - AWS Backup introduces support for legal hold and application stack backups. AWS Backup Audit Manager introduces support for cross-Region, cross-account reports. 534 535## __AWS IoT__ 536 - ### Features 537 - Job scheduling enables the scheduled rollout of a Job with start and end times and a customizable end behavior when end time is reached. This is available for continuous and snapshot jobs. Added support for MQTT5 properties to AWS IoT TopicRule Republish Action. 538 539## __AWS IoT Data Plane__ 540 - ### Features 541 - This release adds support for MQTT5 properties to AWS IoT HTTP Publish API. 542 543## __AWS IoT Wireless__ 544 - ### Features 545 - This release includes a new feature for customers to calculate the position of their devices by adding three new APIs: UpdateResourcePosition, GetResourcePosition, and GetPositionEstimate. 546 547## __AWS Organizations__ 548 - ### Features 549 - This release introduces delegated administrator for AWS Organizations, a new feature to help you delegate the management of your Organizations policies, enabling you to govern your AWS organization in a decentralized way. You can now allow member accounts to manage Organizations policies. 550 551## __AWS SDK for Java v2__ 552 - ### Features 553 - Added AsyncResponseTransformer.toBlockingInputStream, allowing streaming operation responses to be read as if they're an InputStream. 554 - Updated endpoint and partition metadata. 555 556## __AWSKendraFrontendService__ 557 - ### Features 558 - Amazon Kendra now supports preview of table information from HTML tables in the search results. The most relevant cells with their corresponding rows, columns are displayed as a preview in the search result. The most relevant table cell or cells are also highlighted in table preview. 559 560## __Amazon CloudWatch__ 561 - ### Features 562 - Adds cross-account support to the GetMetricData API. Adds cross-account support to the ListMetrics API through the usage of the IncludeLinkedAccounts flag and the new OwningAccounts field. 563 564## __Amazon CloudWatch Logs__ 565 - ### Features 566 - Updates to support CloudWatch Logs data protection and CloudWatch cross-account observability 567 568## __Amazon EC2 Container Service__ 569 - ### Features 570 - This release adds support for ECS Service Connect, a new capability that simplifies writing and operating resilient distributed applications. This release updates the TaskDefinition, Cluster, Service mutation APIs with Service connect constructs and also adds a new ListServicesByNamespace API. 571 572## __Amazon Elastic File System__ 573 - ### Features 574 - This release adds elastic as a new ThroughputMode value for EFS file systems and adds AFTER_1_DAY as a value for TransitionToIARules. 575 576## __Amazon Relational Database Service__ 577 - ### Features 578 - This release enables new Aurora and RDS feature called Blue/Green Deployments that makes updates to databases safer, simpler and faster. 579 580## __Amazon Textract__ 581 - ### Features 582 - This release adds support for classifying and splitting lending documents by type, and extracting information by using the Analyze Lending APIs. This release also includes support for summarized information of the processed lending document package, in addition to per document results. 583 584## __Amazon Transcribe Service__ 585 - ### Features 586 - This release adds support for 'inputType' for post-call and real-time (streaming) Call Analytics within Amazon Transcribe. 587 588## __Amazon Transcribe Streaming Service__ 589 - ### Features 590 - This release adds support for real-time (streaming) and post-call Call Analytics within Amazon Transcribe. 591 592## __Application Migration Service__ 593 - ### Features 594 - This release adds support for Application and Wave management. We also now support custom post-launch actions. 595 596## __CloudWatch Observability Access Manager__ 597 - ### Features 598 - Amazon CloudWatch Observability Access Manager is a new service that allows configuration of the CloudWatch cross-account observability feature. 599 600## __Elastic Disaster Recovery Service__ 601 - ### Features 602 - Non breaking changes to existing APIs, and additional APIs added to support in-AWS failing back using AWS Elastic Disaster Recovery. 603 604# __2.18.24__ __2022-11-23__ 605## __AWS SDK for Java v2__ 606 - ### Features 607 - When a request fails after SDK retries, include the retried failure messages as "suppressed" exceptions. Stack traces for these suppressed exceptions are not preserved. 608 - When raising an exception as a result of a service response, if service does not return a error message, include the error code or HTTP status code in exception messages instead of the string "null". 609 610## __Amazon Managed Grafana__ 611 - ### Features 612 - This release includes support for configuring a Grafana workspace to connect to a datasource within a VPC as well as new APIs for configuring Grafana settings. 613 614## __Amazon Recycle Bin__ 615 - ### Features 616 - This release adds support for Rule Lock for Recycle Bin, which allows you to lock retention rules so that they can no longer be modified or deleted. 617 618# __2.18.23__ __2022-11-22__ 619## __AWS SDK for Java v2__ 620 - ### Features 621 - Updated endpoint and partition metadata. 622 623## __Amazon Appflow__ 624 - ### Features 625 - Adding support for Amazon AppFlow to transfer the data to Amazon Redshift databases through Amazon Redshift Data API service. This feature will support the Redshift destination connector on both public and private accessible Amazon Redshift Clusters and Amazon Redshift Serverless. 626 627## __Amazon Kinesis Analytics__ 628 - ### Features 629 - Support for Apache Flink 1.15 in Kinesis Data Analytics. 630 631# __2.18.22__ __2022-11-21__ 632## __Amazon Route 53__ 633 - ### Features 634 - Amazon Route 53 now supports the Asia Pacific (Hyderabad) Region (ap-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. 635 636# __2.18.21__ __2022-11-18__ 637## __AWS Audit Manager__ 638 - ### Features 639 - This release introduces a new feature for Audit Manager: Evidence finder. You can now use evidence finder to quickly query your evidence, and add the matching evidence results to an assessment report. 640 641## __AWS Glue__ 642 - ### Features 643 - AWSGlue Crawler - Adding support for Table and Column level Comments with database level datatypes for JDBC based crawler. 644 645## __AWS IoT RoboRunner__ 646 - ### Features 647 - AWS IoT RoboRunner is a new service that makes it easy to build applications that help multi-vendor robots work together seamlessly. See the IoT RoboRunner developer guide for more details on getting started. https://docs.aws.amazon.com/iotroborunner/latest/dev/iotroborunner-welcome.html 648 649## __AWS SDK for Java v2__ 650 - ### Features 651 - Updated endpoint and partition metadata. 652 653## __AWS Service Catalog__ 654 - ### Features 655 - This release 1. adds support for Principal Name Sharing with Service Catalog portfolio sharing. 2. Introduces repo sourced products which are created and managed with existing SC APIs. These products are synced to external repos and auto create new product versions based on changes in the repo. 656 657## __AWS Step Functions__ 658 - ### Features 659 - This release adds support for using Step Functions service integrations to invoke any cross-account AWS resource, even if that service doesn't support resource-based policies or cross-account calls. See https://docs.aws.amazon.com/step-functions/latest/dg/concepts-access-cross-acct-resources.html 660 661## __AWS Systems Manager for SAP__ 662 - ### Features 663 - AWS Systems Manager for SAP provides simplified operations and management of SAP applications such as SAP HANA. With this release, SAP customers and partners can automate and simplify their SAP system administration tasks such as backup/restore of SAP HANA. 664 665## __AWS Transfer Family__ 666 - ### Features 667 - Adds a NONE encryption algorithm type to AS2 connectors, providing support for skipping encryption of the AS2 message body when a HTTPS URL is also specified. 668 669## __Amazon Appflow__ 670 - ### Features 671 - AppFlow provides a new API called UpdateConnectorRegistration to update a custom connector that customers have previously registered. With this API, customers no longer need to unregister and then register a connector to make an update. 672 673## __Amazon Chime SDK Voice__ 674 - ### Features 675 - Amazon Chime Voice Connector, Voice Connector Group and PSTN Audio Service APIs are now available in the Amazon Chime SDK Voice namespace. See https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html for more details. 676 677## __Amazon CloudFront__ 678 - ### Features 679 - CloudFront API support for staging distributions and associated traffic management policies. 680 681## __Amazon Connect Service__ 682 - ### Features 683 - Added AllowedAccessControlTags and TagRestrictedResource for Tag Based Access Control on Amazon Connect Webpage 684 685## __Amazon DynamoDB__ 686 - ### Features 687 - Updated minor fixes for DynamoDB documentation. 688 689## __Amazon DynamoDB Streams__ 690 - ### Features 691 - Updated minor fixes for DynamoDB documentation. 692 693## __Amazon Elastic Compute Cloud__ 694 - ### Features 695 - This release adds support for copying an Amazon Machine Image's tags when copying an AMI. 696 697## __Amazon QuickSight__ 698 - ### Features 699 - This release adds the following: 1) Asset management for centralized assets governance 2) QuickSight Q now supports public embedding 3) New Termination protection flag to mitigate accidental deletes 4) Athena data sources now accept a custom IAM role 5) QuickSight supports connectivity to Databricks 700 701## __Amazon SageMaker Service__ 702 - ### Features 703 - Added DisableProfiler flag as a new field in ProfilerConfig 704 705# __2.18.20__ __2022-11-17__ 706## __AWS Amplify__ 707 - ### Features 708 - Adds a new value (WEB_COMPUTE) to the Platform enum that allows customers to create Amplify Apps with Server-Side Rendering support. 709 710## __AWS AppSync__ 711 - ### Features 712 - This release introduces the APPSYNC_JS runtime, and adds support for JavaScript in AppSync functions and AppSync pipeline resolvers. 713 714## __AWS Database Migration Service__ 715 - ### Features 716 - Adds support for Internet Protocol Version 6 (IPv6) on DMS Replication Instances 717 718## __AWS Lambda__ 719 - ### Features 720 - Add Node 18 (nodejs18.x) support to AWS Lambda. 721 722## __AWS S3 Control__ 723 - ### Features 724 - Added 34 new S3 Storage Lens metrics to support additional customer use cases. 725 726## __AWS SDK for Java v2__ 727 - ### Features 728 - Provide the contents of stderr as part of the exception in the case of non zero RCs returned from the external process in `ProcessCredentialProvider`. See [#3377](https://github.com/aws/aws-sdk-java-v2/issues/3377) 729 - Stop using execution.interceptors reflective loading for internal interceptors. This will reduce the chance of shading errors. 730 - Updated endpoint and partition metadata. 731 732## __AWS Secrets Manager__ 733 - ### Features 734 - Documentation updates for Secrets Manager. 735 736## __AWS Security Token Service__ 737 - ### Features 738 - Documentation updates for AWS Security Token Service. 739 740## __AWS SecurityHub__ 741 - ### Features 742 - Added SourceLayerArn and SourceLayerHash field for security findings. Updated AwsLambdaFunction Resource detail 743 744## __AWS Service Catalog App Registry__ 745 - ### Features 746 - This release adds support for tagged resource associations, which allows you to associate a group of resources with a defined resource tag key and value to the application. 747 748## __Amazon Appflow__ 749 - ### Features 750 - AppFlow simplifies the preparation and cataloging of SaaS data into the AWS Glue Data Catalog where your data can be discovered and accessed by AWS analytics and ML services. AppFlow now also supports data field partitioning and file size optimization to improve query performance and reduce cost. 751 752## __Amazon Elastic Compute Cloud__ 753 - ### Features 754 - This release adds a new optional parameter "privateIpAddress" for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned. 755 756## __Amazon Interactive Video Service Chat__ 757 - ### Features 758 - Adds LoggingConfiguration APIs for IVS Chat - a feature that allows customers to store and record sent messages in a chat room to S3 buckets, CloudWatch logs, or Kinesis firehose. 759 760## __Amazon Personalize__ 761 - ### Features 762 - This release provides support for creation and use of metric attributions in AWS Personalize 763 764## __Amazon Polly__ 765 - ### Features 766 - Add two new neural voices - Ola (pl-PL) and Hala (ar-AE). 767 768## __Amazon Textract__ 769 - ### Features 770 - This release adds support for specifying and extracting information from documents using the Signatures feature within Analyze Document API 771 772## __Amazon WorkSpaces__ 773 - ### Features 774 - The release introduces CreateStandbyWorkspaces, an API that allows you to create standby WorkSpaces associated with a primary WorkSpace in another Region. DescribeWorkspaces now includes related WorkSpaces properties. DescribeWorkspaceBundles and CreateWorkspaceBundle now return more bundle details. 775 776## __CloudWatch RUM__ 777 - ### Features 778 - CloudWatch RUM now supports custom events. To use custom events, create an app monitor or update an app monitor with CustomEvent Status as ENABLED. 779 780## __EMR Serverless__ 781 - ### Features 782 - Adds support for AWS Graviton2 based applications. You can now select CPU architecture when creating new applications or updating existing ones. 783 784## __Elastic Load Balancing__ 785 - ### Features 786 - Provides new target group attributes to turn on/off cross zone load balancing and configure target group health for Network Load Balancers and Application Load Balancers. Provides improvements to health check configuration for Network Load Balancers. 787 788# __2.18.19__ __2022-11-16__ 789## __AWS Batch__ 790 - ### Features 791 - Documentation updates related to Batch on EKS 792 793## __AWS CloudFormation__ 794 - ### Features 795 - Added UnsupportedTarget HandlerErrorCode for use with CFN Resource Hooks 796 797## __AWS Comprehend Medical__ 798 - ### Features 799 - This release supports new set of entities and traits. It also adds new category (BEHAVIORAL_ENVIRONMENTAL_SOCIAL). 800 801## __AWS IoT TwinMaker__ 802 - ### Features 803 - This release adds the following: 1) ExecuteQuery API allows users to query their AWS IoT TwinMaker Knowledge Graph 2) Pricing plan APIs allow users to configure and manage their pricing mode 3) Support for property groups and tabular property values in existing AWS IoT TwinMaker APIs. 804 805## __AWS Proton__ 806 - ### Features 807 - Add support for sorting and filtering in ListServiceInstances 808 809## __AWS SDK for Java v2__ 810 - ### Features 811 - Updated endpoint and partition metadata. 812 813## __AWS Systems Manager Incident Manager__ 814 - ### Features 815 - Add support for PagerDuty integrations on ResponsePlan, IncidentRecord, and RelatedItem APIs 816 817## __AWS Transfer Family__ 818 - ### Features 819 - Allow additional operations to throw ThrottlingException 820 821## __AWS X-Ray__ 822 - ### Features 823 - This release adds new APIs - PutResourcePolicy, DeleteResourcePolicy, ListResourcePolicies for supporting resource based policies for AWS X-Ray. 824 825## __AWSBillingConductor__ 826 - ### Features 827 - This release adds a new feature BillingEntity pricing rule. 828 829## __Amazon Connect Service__ 830 - ### Features 831 - This release adds a new MonitorContact API for initiating monitoring of ongoing Voice and Chat contacts. 832 833## __Amazon ElastiCache__ 834 - ### Features 835 - for Redis now supports AWS Identity and Access Management authentication access to Redis clusters starting with redis-engine version 7.0 836 837## __Amazon Elastic Kubernetes Service__ 838 - ### Features 839 - Adds support for customer-provided placement groups for Kubernetes control plane instances when creating local EKS clusters on Outposts 840 841## __Amazon Personalize Events__ 842 - ### Features 843 - This release provides support for creation and use of metric attributions in AWS Personalize 844 845## __Amazon Relational Database Service__ 846 - ### Features 847 - This release adds support for container databases (CDBs) to Amazon RDS Custom for Oracle. A CDB contains one PDB at creation. You can add more PDBs using Oracle SQL. You can also customize your database installation by setting the Oracle base, Oracle home, and the OS user name and group. 848 849## __Amazon Simple Systems Manager (SSM)__ 850 - ### Features 851 - This release adds support for cross account access in CreateOpsItem, UpdateOpsItem and GetOpsItem. It introduces new APIs to setup resource policies for SSM resources: PutResourcePolicy, GetResourcePolicies and DeleteResourcePolicy. 852 853# __2.18.18__ __2022-11-15__ 854## __AWS IoT Greengrass V2__ 855 - ### Features 856 - Adds new parent target ARN paramater to CreateDeployment, GetDeployment, and ListDeployments APIs for the new subdeployments feature. 857 858## __AWS SDK for Java v2__ 859 - ### Features 860 - Updated endpoint and partition metadata. 861 862## __AWS Systems Manager for SAP__ 863 - ### Features 864 - AWS Systems Manager for SAP provides simplified operations and management of SAP applications such as SAP HANA. With this release, SAP customers and partners can automate and simplify their SAP system administration tasks such as backup/restore of SAP HANA. 865 866## __Amazon Connect Service__ 867 - ### Features 868 - This release updates the APIs: UpdateInstanceAttribute, DescribeInstanceAttribute, and ListInstanceAttributes. You can use it to programmatically enable/disable enhanced contact monitoring using attribute type ENHANCED_CONTACT_MONITORING on the specified Amazon Connect instance. 869 870## __Amazon Route 53__ 871 - ### Features 872 - Amazon Route 53 now supports the Europe (Spain) Region (eu-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. 873 874## __Amazon WorkSpaces__ 875 - ### Features 876 - This release introduces ModifyCertificateBasedAuthProperties, a new API that allows control of certificate-based auth properties associated with a WorkSpaces directory. The DescribeWorkspaceDirectories API will now additionally return certificate-based auth properties in its responses. 877 878## __Netty NIO Http Client__ 879 - ### Bugfixes 880 - Fix for Netty based client request getting stuck if connection is reset after recieveing Http Continue response. 881 882# __2.18.17__ __2022-11-14__ 883## __AWS Lake Formation__ 884 - ### Features 885 - This release adds a new parameter "Parameters" in the DataLakeSettings. 886 887## __AWS Proton__ 888 - ### Features 889 - Add support for CodeBuild Provisioning 890 891## __AWS X-Ray__ 892 - ### Features 893 - This release enhances GetServiceGraph API to support new type of edge to represent links between SQS and Lambda in event-driven applications. 894 895## __Amazon Connect Customer Profiles__ 896 - ### Features 897 - This release enhances the SearchProfiles API by providing functionality to search for profiles using multiple keys and logical operators. 898 899## __Amazon Managed Blockchain__ 900 - ### Features 901 - Updating the API docs data type: NetworkEthereumAttributes, and the operations DeleteNode, and CreateNode to also include the supported Goerli network. 902 903## __Amazon Relational Database Service__ 904 - ### Features 905 - This release adds support for restoring an RDS Multi-AZ DB cluster snapshot to a Single-AZ deployment or a Multi-AZ DB instance deployment. 906 907## __Amazon WorkDocs__ 908 - ### Features 909 - Added 2 new document related operations, DeleteDocumentVersion and RestoreDocumentVersions. 910 911# __2.18.16__ __2022-11-11__ 912## __AWS Glue__ 913 - ### Features 914 - Added links related to enabling job bookmarks. 915 916## __AWS IoT__ 917 - ### Features 918 - This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit. 919 920## __AWS License Manager__ 921 - ### Features 922 - AWS License Manager now supports onboarded Management Accounts or Delegated Admins to view granted licenses aggregated from all accounts in the organization. 923 924## __AWS Marketplace Catalog Service__ 925 - ### Features 926 - Added three new APIs to support tagging and tag-based authorization: TagResource, UntagResource, and ListTagsForResource. Added optional parameters to the StartChangeSet API to support tagging a resource while making a request to create it. 927 928## __AWS SDK for Java v2__ 929 - ### Features 930 - Updated endpoint and partition metadata. 931 932## __AWS SecurityHub__ 933 - ### Features 934 - Documentation updates for Security Hub 935 936## __AWS Systems Manager Incident Manager__ 937 - ### Features 938 - RelatedItems now have an ID field which can be used for referencing them else where. Introducing event references in TimelineEvent API and increasing maximum length of "eventData" to 12K characters. 939 940## __Amazon Rekognition__ 941 - ### Features 942 - Adding support for ImageProperties feature to detect dominant colors and image brightness, sharpness, and contrast, inclusion and exclusion filters for labels and label categories, new fields to the API response, "aliases" and "categories" 943 944# __2.18.15__ __2022-11-10__ 945## __AWS Resource Explorer__ 946 - ### Features 947 - Text only updates to some Resource Explorer descriptions. 948 949## __AWS SDK for Java v2__ 950 - ### Features 951 - Updated endpoint and partition metadata. 952 953## __Amazon EC2 Container Service__ 954 - ### Features 955 - This release adds support for task scale-in protection with updateTaskProtection and getTaskProtection APIs. UpdateTaskProtection API can be used to protect a service managed task from being terminated by scale-in events and getTaskProtection API to get the scale-in protection status of a task. 956 957## __Amazon Elastic Compute Cloud__ 958 - ### Features 959 - This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price. 960 961## __Amazon Elasticsearch Service__ 962 - ### Features 963 - Amazon OpenSearch Service now offers managed VPC endpoints to connect to your Amazon OpenSearch Service VPC-enabled domain in a Virtual Private Cloud (VPC). This feature allows you to privately access OpenSearch Service domain without using public IPs or requiring traffic to traverse the Internet. 964 965## __Amazon EventBridge Scheduler__ 966 - ### Features 967 - AWS introduces the new Amazon EventBridge Scheduler. EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service. 968 969## __Auto Scaling__ 970 - ### Features 971 - This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price. 972 973# __2.18.14__ __2022-11-09__ 974## __AWS Elemental MediaPackage VOD__ 975 - ### Features 976 - This release adds "IncludeIframeOnlyStream" for Dash endpoints. 977 978## __AWS Ground Station__ 979 - ### Features 980 - This release adds the preview of customer-provided ephemeris support for AWS Ground Station, allowing space vehicle owners to provide their own position and trajectory information for a satellite. 981 982## __Amazon Connect Cases__ 983 - ### Features 984 - This release adds the ability to disable templates through the UpdateTemplate API. Disabling templates prevents customers from creating cases using the template. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html 985 986## __Amazon Connect Service__ 987 - ### Features 988 - This release adds new fields SignInUrl, UserArn, and UserId to GetFederationToken response payload. 989 990## __Amazon Elastic Compute Cloud__ 991 - ### Features 992 - Amazon EC2 Trn1 instances, powered by AWS Trainium chips, are purpose built for high-performance deep learning training. u-24tb1.112xlarge and u-18tb1.112xlarge High Memory instances are purpose-built to run large in-memory databases. 993 994## __Amazon Transcribe Streaming Service__ 995 - ### Features 996 - This will release hi-IN and th-TH 997 998# __2.18.13__ __2022-11-08__ 999## __AWS Certificate Manager__ 1000 - ### Features 1001 - Support added for requesting elliptic curve certificate key algorithm types P-256 (EC_prime256v1) and P-384 (EC_secp384r1). 1002 1003## __AWS Resource Explorer__ 1004 - ### Features 1005 - This is the initial SDK release for AWS Resource Explorer. AWS Resource Explorer lets your users search for and discover your AWS resources across the AWS Regions in your account. 1006 1007## __AWS SDK for Java v2__ 1008 - ### Features 1009 - Updated endpoint and partition metadata. 1010 1011## __AWSBillingConductor__ 1012 - ### Features 1013 - This release adds the Recurring Custom Line Item feature along with a new API ListCustomLineItemVersions. 1014 1015## __Amazon Elastic Compute Cloud__ 1016 - ### Features 1017 - This release enables sharing of EC2 Placement Groups across accounts and within AWS Organizations using Resource Access Manager 1018 1019## __Amazon Lightsail__ 1020 - ### Features 1021 - This release adds support for Amazon Lightsail to automate the delegation of domains registered through Amazon Route 53 to Lightsail DNS management and to automate record creation for DNS validation of Lightsail SSL/TLS certificates. 1022 1023## __Amazon OpenSearch Service__ 1024 - ### Features 1025 - Amazon OpenSearch Service now offers managed VPC endpoints to connect to your Amazon OpenSearch Service VPC-enabled domain in a Virtual Private Cloud (VPC). This feature allows you to privately access OpenSearch Service domain without using public IPs or requiring traffic to traverse the Internet. 1026 1027## __Amazon Polly__ 1028 - ### Features 1029 - Amazon Polly adds new voices: Elin (sv-SE), Ida (nb-NO), Laura (nl-NL) and Suvi (fi-FI). They are available as neural voices only. 1030 1031## __Amazon Route 53__ 1032 - ### Features 1033 - Amazon Route 53 now supports the Europe (Zurich) Region (eu-central-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. 1034 1035## __Firewall Management Service__ 1036 - ### Features 1037 - AWS Firewall Manager now supports importing existing AWS Network Firewall firewalls into Firewall Manager policies. 1038 1039# __2.18.12__ __2022-11-07__ 1040## __AWS CloudTrail__ 1041 - ### Features 1042 - This release includes support for configuring a delegated administrator to manage an AWS Organizations organization CloudTrail trails and event data stores, and AWS Key Management Service encryption of CloudTrail Lake event data stores. 1043 1044## __AWS Elemental MediaConvert__ 1045 - ### Features 1046 - The AWS Elemental MediaConvert SDK has added support for setting the SDR reference white point for HDR conversions and conversion of HDR10 to DolbyVision without mastering metadata. 1047 1048## __AWS SDK for Java v2__ 1049 - ### Features 1050 - The SSOCredentialProvider should resolve to SSO Token Provider if the profile has sso_session property defined in it. 1051 - Updated endpoint and partition metadata. 1052 1053## __AWS WAFV2__ 1054 - ### Features 1055 - The geo match statement now adds labels for country and region. You can match requests at the region level by combining a geo match statement with label match statements. 1056 1057## __AWS Well-Architected Tool__ 1058 - ### Features 1059 - This release adds support for integrations with AWS Trusted Advisor and AWS Service Catalog AppRegistry to improve workload discovery and speed up your workload reviews. 1060 1061## __Amazon Athena__ 1062 - ### Features 1063 - Adds support for using Query Result Reuse 1064 1065## __Amazon ElastiCache__ 1066 - ### Features 1067 - Added support for IPv6 and dual stack for Memcached and Redis clusters. Customers can now launch new Redis and Memcached clusters with IPv6 and dual stack networking support. 1068 1069## __Amazon Elastic Compute Cloud__ 1070 - ### Features 1071 - This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes. 1072 1073## __Amazon Lex Model Building V2__ 1074 - ### Features 1075 - Amazon Lex now supports new APIs for viewing and editing Custom Vocabulary in bots. 1076 1077## __Amazon Simple Systems Manager (SSM)__ 1078 - ### Features 1079 - This release includes support for applying a CloudWatch alarm to multi account multi region Systems Manager Automation 1080 1081## __Amazon WorkSpaces__ 1082 - ### Features 1083 - This release adds protocols attribute to workspaces properties data type. This enables customers to migrate workspaces from PC over IP (PCoIP) to WorkSpaces Streaming Protocol (WSP) using create and modify workspaces public APIs. 1084 1085## __Auto Scaling__ 1086 - ### Features 1087 - This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes. 1088 1089# __2.18.11__ __2022-11-04__ 1090## __AWS SDK for Java v2__ 1091 - ### Features 1092 - Updated endpoint and partition metadata. 1093 1094## __Amazon CloudWatch Logs__ 1095 - ### Features 1096 - Doc-only update for bug fixes and support of export to buckets encrypted with SSE-KMS 1097 1098## __Amazon EMR Containers__ 1099 - ### Features 1100 - Adding support for Job templates. Job templates allow you to create and store templates to configure Spark applications parameters. This helps you ensure consistent settings across applications by reusing and enforcing configuration overrides in data pipelines. 1101 1102## __Amazon Elastic Compute Cloud__ 1103 - ### Features 1104 - This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions. 1105 1106# __2.18.10__ __2022-11-03__ 1107## __AWS SDK for Java v2__ 1108 - ### Bugfixes 1109 - Fixed an issue that could result in signature mismatch exceptions when requests included . or .. 1110 1111## __Amazon MemoryDB__ 1112 - ### Features 1113 - Adding support for r6gd instances for MemoryDB Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact. 1114 1115## __Amazon SageMaker Service__ 1116 - ### Features 1117 - Amazon SageMaker now supports running training jobs on ml.trn1 instance types. 1118 1119# __2.18.9__ __2022-11-02__ 1120## __AWS IoT SiteWise__ 1121 - ### Features 1122 - This release adds the ListAssetModelProperties and ListAssetProperties APIs. You can list all properties that belong to a single asset model or asset using these two new APIs. 1123 1124## __AWS S3 Control__ 1125 - ### Features 1126 - S3 on Outposts launches support for Lifecycle configuration for Outposts buckets. With S3 Lifecycle configuration, you can mange objects so they are stored cost effectively. You can manage objects using size-based rules and specify how many noncurrent versions bucket will retain. 1127 1128## __AWS SDK for Java v2__ 1129 - ### Features 1130 - Updated endpoint and partition metadata. 1131 1132## __AWS Systems Manager Incident Manager__ 1133 - ### Features 1134 - Adds support for tagging replication-set on creation. 1135 1136## __Amazon S3__ 1137 - ### Bugfixes 1138 - Update CopySourceInterceptor to remove leading slash in header value for ARN source buckets 1139 1140## __Amazon SageMaker Service__ 1141 - ### Features 1142 - This release updates Framework model regex for ModelPackage to support new Framework version xgboost, sklearn. 1143 1144# __2.18.8__ __2022-11-01__ 1145## __Amazon Relational Database Service__ 1146 - ### Features 1147 - Relational Database Service - This release adds support for configuring Storage Throughput on RDS database instances. 1148 1149## __Amazon Textract__ 1150 - ### Features 1151 - Add ocr results in AnalyzeIDResponse as blocks 1152 1153# __2.18.7__ __2022-10-31__ 1154## __AWS App Runner__ 1155 - ### Features 1156 - This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs. 1157 1158## __AWS IoT__ 1159 - ### Features 1160 - This release adds the Amazon Location action to IoT Rules Engine. 1161 1162## __AWS SDK for Java v2__ 1163 - ### Features 1164 - Updated endpoint and partition metadata. 1165 1166## __Amazon CloudWatch Logs__ 1167 - ### Features 1168 - SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination. 1169 1170## __Amazon Connect Service__ 1171 - ### Features 1172 - Amazon connect now support a new API DismissUserContact to dismiss or remove terminated contacts in Agent CCP 1173 1174## __Amazon Elastic Compute Cloud__ 1175 - ### Features 1176 - Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another. 1177 1178## __Amazon Simple Email Service__ 1179 - ### Features 1180 - This release includes support for interacting with the Virtual Deliverability Manager, allowing you to opt in/out of the feature and to retrieve recommendations and metric data. 1181 1182## __Amazon Textract__ 1183 - ### Features 1184 - This release introduces additional support for 30+ normalized fields such as vendor address and currency. It also includes OCR output in the response and accuracy improvements for the already supported fields in previous version 1185 1186# __2.18.6__ __2022-10-28__ 1187## __AWS App Runner__ 1188 - ### Features 1189 - AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes. 1190 1191## __AWS Cloud9__ 1192 - ### Features 1193 - Update to the documentation section of the Cloud9 API Reference guide. 1194 1195## __AWS CloudFormation__ 1196 - ### Features 1197 - This release adds more fields to improves visibility of AWS CloudFormation StackSets information in following APIs: ListStackInstances, DescribeStackInstance, ListStackSetOperationResults, ListStackSetOperations, DescribeStackSetOperation. 1198 1199## __AWS MediaTailor__ 1200 - ### Features 1201 - This release introduces support for SCTE-35 segmentation descriptor messages which can be sent within time signal messages. 1202 1203## __AWS Private 5G__ 1204 - ### Features 1205 - Fix incorrect endpoint-prefix in endpoint ruleset. 1206 1207## __AWS SDK for Java v2__ 1208 - ### Features 1209 - Updated endpoint and partition metadata. 1210 1211## __AWS Support App__ 1212 - ### Features 1213 - Fix incorrect endpoint-prefix in endpoint ruleset. 1214 1215## __Amazon AppStream__ 1216 - ### Features 1217 - This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig. 1218 1219## __GameSparks__ 1220 - ### Features 1221 - Add LATEST as a possible GameSDK Version on snapshot 1222 1223# __2.18.5__ __2022-10-27__ 1224## __AWS Glue__ 1225 - ### Features 1226 - Added support for custom datatypes when using custom csv classifier. 1227 1228## __AWS SDK for Java v2__ 1229 - ### Features 1230 - Updated endpoint and partition metadata. 1231 1232## __AWS WAFV2__ 1233 - ### Features 1234 - This release adds the following: Challenge rule action, to silently verify client browsers; rule group rule action override to any valid rule action, not just Count; token sharing between protected applications for challenge/CAPTCHA token; targeted rules option for Bot Control managed rule group. 1235 1236## __AWs SDK for Java v2__ 1237 - ### Bugfixes 1238 - We are only enabling rules based endpoints for S3, S3Control, and EventBridge for now in order to roll back incorrect hostprefix handling in the Java SDK. EventBridge are unaffected by this issue because it does not have a `hostPrefix` in its service model. S3 and S3Control have `hostPrefix` in the model, it is handled by the rule set. 1239 1240## __Amazon Elastic Compute Cloud__ 1241 - ### Features 1242 - Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance. 1243 1244## __Amazon Redshift__ 1245 - ### Features 1246 - This release clarifies use for the ElasticIp parameter of the CreateCluster and RestoreFromClusterSnapshot APIs. 1247 1248## __Amazon SageMaker Service__ 1249 - ### Features 1250 - This change allows customers to provide a custom entrypoint script for the docker container to be run while executing training jobs, and provide custom arguments to the entrypoint script. 1251 1252## __Firewall Management Service__ 1253 - ### Features 1254 - Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API 1255 1256# __2.18.4__ __2022-10-26__ 1257## __AWS Identity and Access Management__ 1258 - ### Features 1259 - Doc only update that corrects instances of CLI not using an entity. 1260 1261## __AWS SDK for Java v2__ 1262 - ### Features 1263 - Update EnhancedAttributeValue to accept Collection 1264 - Contributed by: [@L-Applin](https://github.com/L-Applin) 1265 1266 - ### Bugfixes 1267 - HttpChecksumResolver.getResolvedChecksumSpecs() first attempts retrieval of checksum from ExecutionAttributes before resolving it 1268 1269## __Amazon Neptune__ 1270 - ### Features 1271 - Added a new cluster-level attribute to set the capacity range for Neptune Serverless instances. 1272 1273## __Amazon SageMaker Service__ 1274 - ### Features 1275 - Amazon SageMaker Automatic Model Tuning now supports specifying Grid Search strategy for tuning jobs, which evaluates all hyperparameter combinations exhaustively based on the categorical hyperparameters provided. 1276 1277## __Managed Streaming for Kafka__ 1278 - ### Features 1279 - This release adds support for Tiered Storage. UpdateStorage allows you to control the Storage Mode for supported storage tiers. 1280 1281## __Contributors__ 1282Special thanks to the following contributors to this release: 1283 1284[@L-Applin](https://github.com/L-Applin) 1285# __2.18.3__ __2022-10-25__ 1286## __AWS MediaTailor__ 1287 - ### Features 1288 - This release is a documentation update 1289 1290## __AWS SDK for Java v2__ 1291 - ### Features 1292 - Updated endpoint and partition metadata. 1293 1294## __Access Analyzer__ 1295 - ### Features 1296 - This release adds support for six new resource types in IAM Access Analyzer to help you easily identify public and cross-account access to your AWS resources. Updated service API, documentation, and paginators. 1297 1298## __Amazon Location Service__ 1299 - ### Features 1300 - Added new map styles with satellite imagery for map resources using HERE as a data provider. 1301 1302## __Amazon Relational Database Service__ 1303 - ### Features 1304 - Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3. 1305 1306## __Amazon WorkSpaces__ 1307 - ### Features 1308 - This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing g4dn Workspaces Core images. 1309 1310# __2.18.2__ __2022-10-24__ 1311## __AWS Batch__ 1312 - ### Features 1313 - This release adds support for AWS Batch on Amazon EKS. 1314 1315## __AWS Certificate Manager Private Certificate Authority__ 1316 - ### Features 1317 - AWS Private Certificate Authority (AWS Private CA) now offers usage modes which are combination of features to address specific use cases. 1318 1319## __AWS DataSync__ 1320 - ### Features 1321 - Added support for self-signed certificates when using object storage locations; added BytesCompressed to the TaskExecution response. 1322 1323## __AWS SDK for Java v2__ 1324 - ### Features 1325 - Updated endpoint and partition metadata. 1326 1327## __Amazon SageMaker Service__ 1328 - ### Features 1329 - SageMaker Inference Recommender now supports a new API ListInferenceRecommendationJobSteps to return the details of all the benchmark we create for an inference recommendation job. 1330 1331# __2.18.1__ __2022-10-21__ 1332## __Amazon Cognito Identity Provider__ 1333 - ### Features 1334 - This release adds a new "DeletionProtection" field to the UserPool in Cognito. Application admins can configure this value with either ACTIVE or INACTIVE value. Setting this field to ACTIVE will prevent a user pool from accidental deletion. 1335 1336## __Amazon SageMaker Service__ 1337 - ### Features 1338 - CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances. 1339 1340## __Amazon Simple Storage Service__ 1341 - ### Features 1342 - S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket. 1343 1344# __2.18.0__ __2022-10-20__ 1345## __AWS Global Accelerator__ 1346 - ### Features 1347 - Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups. 1348 1349## __AWS Resilience Hub__ 1350 - ### Features 1351 - In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity. 1352 1353## __AWS SDK for Java v2__ 1354 - ### Features 1355 - This release updates internal logic for constructing API endpoints. 1356 1357 We have added rule-based endpoint providers. Additionally there are new interfaces for endpoint providers and parameters at the service client level. 1358 1359 The SDK provides service-specific `EndpointProvider` interfaces (e.g. `S3EndpointProvider`), that have a single method `resolveEndpoint`. `resolveEndpoint` accepts a set of parameters (also service specific) and computes an endpoint based on those parameters. All clients have a default implementation, but users are free to implement these to customize their endpoint logic. 1360 1361 It is important to know that `EndpointProvider`s and the endpoint override on the client are not mutually exclusive. In all existing cases, the endpoint override is passed as a parameter to the the provider and the provider *may* modify it. For example, the S3 provider may add the bucket name as a prefix to the endpoint override for virtual bucket addressing. 1362 1363 There may be some behavior changes related to endpoint resolution as as the the endpoint resolution is now standardised across SDKs so this release also bumps the minor version of the SDK to `2.18`. 1364 1365 Notably, there are some changes in S3: when including and endpoint override, the SDK will use virtual bucket addressing as long as the bucket is a valid DNS label. This is different from the previous behavior where this only happens if the endpoint override begins with 's3'. 1366 1367 In many situations, the exception thrown for validations like including an endpoint override and enabling DualStack has changed to `SdkClientExcpetion` and error messages have changed as well. 1368 - Updated endpoint and partition metadata. 1369 1370## __Amazon DevOps Guru__ 1371 - ### Features 1372 - This release adds information about the resources DevOps Guru is analyzing. 1373 1374## __CloudWatch RUM__ 1375 - ### Features 1376 - CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions 1377