Releases: aws/aws-sdk-js-v3
v3.203.0
3.203.0(2022-11-03)
New Features
- client-sagemaker: Amazon SageMaker now supports running training jobs on ml.trn1 instance types. (d415b12a)
- client-memorydb: 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. (8a58304d)
For list of updated packages, view updated-packages.md in assets-3.203.0.zip
v3.202.0
3.202.0(2022-11-02)
New Features
- clients: update client endpoints as of 2022-11-02 (4a0c4845)
- client-sagemaker: This release updates Framework model regex for ModelPackage to support new Framework version xgboost, sklearn. (8f321604)
- client-s3-control: 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. (556a2da8)
- client-ssm-incidents: Adds support for tagging replication-set on creation. (dc1464ec)
- client-iotsitewise: 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. (4081f696)
- util-base64: merge node and browser implementations (#4137) (d3ccee7c)
Bug Fixes
- util-endpoints: evaluateTemplate implementation without RegExp/Function (#4136) (5c8a6fbe)
- codegen: aws-query protocol, distinguish explicit empty list (#4003) (8e10769b)
For list of updated packages, view updated-packages.md in assets-3.202.0.zip
v3.201.0
3.201.0(2022-11-01)
Chores
- smithy-client: skip emitting warning for Node.js 12.x (#4127) (33f5ef6e)
- clients: extend TypeScript config from @tsconfig/node14 (#4125) (fb917651)
New Features
- clients: update client endpoints as of 2022-11-01 (323e3c58)
- client-rds: Relational Database Service - This release adds support for configuring Storage Throughput on RDS database instances. (e06e4e23)
- client-textract: Add ocr results in AnalyzeIDResponse as blocks (0b081764)
- end support for Node.js 12.x (#4123) (83f913ec)
Bug Fixes
- client-s3-control: restrict Bucket param dedupe to S3 only (#4132) (80634b76)
- scripts: skip clients while linting in CI (#4129) (ffec8bd9)
For list of updated packages, view updated-packages.md in assets-3.201.0.zip
v3.200.0
3.200.0(2022-10-31)
Chores
New Features
- clients: update client endpoints as of 2022-10-31 (1677e7fe)
- client-ec2: Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another. (dba90b03)
- client-sesv2: 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. (72ea4738)
- client-apprunner: 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. (cce87acf)
- client-iot: This release adds the Amazon Location action to IoT Rules Engine. (dc1adcfb)
- client-cloudwatch-logs: SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination. (c97217fa)
- client-connect: Amazon connect now support a new API DismissUserContact to dismiss or remove terminated contacts in Agent CCP (9e340c32)
- client-textract: 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 (5ee0634c)
Bug Fixes
- endpoint: instruct rds middleware to wait for endpoint resolution (#4120) (7cabc1eb)
- types: extends check of generic in WithSdkStreamMixin (#4119) (299d245f)
For list of updated packages, view updated-packages.md in assets-3.200.0.zip
v3.199.0
3.199.0(2022-10-28)
Documentation Changes
- client-cloud9: Update to the documentation section of the Cloud9 API Reference guide. (d733a32b)
New Features
- clients: update client endpoints as of 2022-10-28 (000a4edc)
- client-appstream: This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig. (f6bd19e9)
- client-privatenetworks: Fix incorrect endpoint-prefix in endpoint ruleset. (30ddc671)
- client-support-app: Fix incorrect endpoint-prefix in endpoint ruleset. (2955f676)
- client-gamesparks: Add LATEST as a possible GameSDK Version on snapshot (758bc33a)
- client-apprunner: AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes. (12cc3bcc)
- client-cloudformation: This release adds more fields to improves visibility of AWS CloudFormation StackSets information in following APIs: ListStackInstances, DescribeStackInstance, ListStackSetOperationResults, ListStackSetOperations, DescribeStackSetOperation. (9f579464)
- client-mediatailor: This release introduces support for SCTE-35 segmentation descriptor messages which can be sent within time signal messages. (d2920e83)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.199.0.zip
v3.198.0
3.198.0(2022-10-27)
Chores
- endpoint: add spacing to debug output (#4108) (15ebddae)
- fix formatting with prettier (#4087) (6bfdb02f)
- scripts: add lint scripts for CI and release (#4099) (8d26e159)
- types: add trace function to logger (#4104) (2c370d61)
Documentation Changes
- client-redshift: This release clarifies use for the ElasticIp parameter of the CreateCluster and RestoreFromClusterSnapshot APIs. (0bc8e182)
New Features
- clients: update client endpoints as of 2022-10-27 (6eafddf2)
- client-ec2: Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance. (c980e67b)
- client-sagemaker: 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. (49783528)
- client-wafv2: 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. (2d06b276)
- client-fms: Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API (7586f6ed)
- client-glue: Added support for custom datatypes when using custom csv classifier. (3711a1f8)
- endpoint: log endpoint decisions at debug level (#4106) (d6002132)
Bug Fixes
- types: make logger.trace an optional function (#4110) (7d95b34d)
- update eventStreamPayloadHandler to also get prior signature from query string (#4100) (d6d9e100)
- scripts: use since origin/main for ci (#4101) (1335bfb3)
For list of updated packages, view updated-packages.md in assets-3.198.0.zip
v3.197.0
3.197.0(2022-10-26)
Chores
Documentation Changes
- client-iam: Doc only update that corrects instances of CLI not using an entity. (6adb3be0)
New Features
- clients: update client endpoints as of 2022-10-26 (95631eb7)
- client-kafka: This release adds support for Tiered Storage. UpdateStorage allows you to control the Storage Mode for supported storage tiers. (0fd7c712)
- client-sagemaker: 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. (a00fdf90)
- client-neptune: Added a new cluster-level attribute to set the capacity range for Neptune Serverless instances. (5458d9bd)
Bug Fixes
- endpoint: normalize endpoint to string when passing from client config to endpointParams (#4098) (5da4499e)
- types: expand custom endpoint type (#4097) (3620ce41)
- smithy-client: fix default error typo (#4092) (e8158a67)
For list of updated packages, view updated-packages.md in assets-3.197.0.zip
v3.196.0
3.196.0(2022-10-25)
Chores
- lint-staged: enable lint on precommit for lib/* (#4083) (92809b97)
- vscode: run eslint on file save (#4084) (b063051f)
Documentation Changes
- client-location: Added new map styles with satellite imagery for map resources using HERE as a data provider. (b3949315)
New Features
- clients: update client endpoints as of 2022-10-25 (5212ad10)
- client-mediatailor: This release is a documentation update (228874af)
- client-rds: Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3. (6e030b72)
- client-workspaces: 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. (7d3dc180)
- client-accessanalyzer: 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. (b8f881b6)
- endpoint: add remaining restJson1 services endpoint models (#4090) (998113bd)
For list of updated packages, view updated-packages.md in assets-3.196.0.zip
v3.195.0
3.195.0(2022-10-24)
New Features
- clients: update client endpoints as of 2022-10-24 (cd9c9c21)
- client-sagemaker: SageMaker Inference Recommender now supports a new API ListInferenceRecommendationJobSteps to return the details of all the benchmark we create for an inference recommendation job. (e1749378)
- client-batch: This release adds support for AWS Batch on Amazon EKS. (2b915256)
- client-datasync: Added support for self-signed certificates when using object storage locations; added BytesCompressed to the TaskExecution response. (dfc62aa9)
- client-acm-pca: AWS Private Certificate Authority (AWS Private CA) now offers usage modes which are combination of features to address specific use cases. (d70854bf)
- endpoint:
For list of updated packages, view updated-packages.md in assets-3.195.0.zip
v3.194.0
3.194.0(2022-10-21)
Chores
New Features
- client-s3: 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. (1437c0f4)
- client-cognito-identity-provider: 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. (58004ada)
- client-sagemaker: 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. (d7d3486d)
- endpoint:
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.194.0.zip