Skip to content

Commit 3b0b0c6

Browse files
author
awstools
committed
Publish v3.486.0
1 parent c790f71 commit 3b0b0c6

File tree

20 files changed

+124
-10
lines changed

20 files changed

+124
-10
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)
7+
8+
9+
### Features
10+
11+
* **client-config-service:** Updated ResourceType enum with new resource types onboarded by AWS Config in November and December 2023. ([e136069](https://github.com/aws/aws-sdk-js-v3/commit/e1360690e54dfd8cfef83309d5b9f073823b4a2b))
12+
* **client-docdb:** Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response. ([d8e0512](https://github.com/aws/aws-sdk-js-v3/commit/d8e0512c14306773126f623679e8d92c8943011d))
13+
* **client-ecs:** This release adds support for managed instance draining which facilitates graceful termination of Amazon ECS instances. ([618a36c](https://github.com/aws/aws-sdk-js-v3/commit/618a36ccf430e9e420aa1a7c876a709eda8b3184))
14+
* **client-elasticsearch-service:** This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints. ([645d19a](https://github.com/aws/aws-sdk-js-v3/commit/645d19a9f9989da569115eb90d027e629b88c848))
15+
* **client-lightsail:** This release adds support to set up an HTTPS endpoint on an instance. ([89d32d2](https://github.com/aws/aws-sdk-js-v3/commit/89d32d2c19e4cd2e945b25f804dd04c842e75e40))
16+
* **client-opensearch:** This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints. ([c790f71](https://github.com/aws/aws-sdk-js-v3/commit/c790f71611c03f726e228a3838f500a217578836))
17+
* **client-sagemaker:** Adding support for provisioned throughput mode for SageMaker Feature Groups ([985a85e](https://github.com/aws/aws-sdk-js-v3/commit/985a85e32ab4e71c9c88e7d4b1134458dbece21e))
18+
* **client-service-catalog:** Added Idempotency token support to Service Catalog AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API ([970007d](https://github.com/aws/aws-sdk-js-v3/commit/970007d58dec0c61d5e80d5285260285660b965b))
19+
20+
21+
22+
23+
624
# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)
725

826

clients/client-config-service/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)
7+
8+
9+
### Features
10+
11+
* **client-config-service:** Updated ResourceType enum with new resource types onboarded by AWS Config in November and December 2023. ([e136069](https://github.com/aws/aws-sdk-js-v3/commit/e1360690e54dfd8cfef83309d5b9f073823b4a2b))
12+
13+
14+
15+
16+
617
# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)
718

819

clients/client-config-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-config-service",
33
"description": "AWS SDK for JavaScript Config Service Client for Node.js, Browser and React Native",
4-
"version": "3.485.0",
4+
"version": "3.486.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-docdb/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)
7+
8+
9+
### Features
10+
11+
* **client-docdb:** Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response. ([d8e0512](https://github.com/aws/aws-sdk-js-v3/commit/d8e0512c14306773126f623679e8d92c8943011d))
12+
13+
14+
15+
16+
617
# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)
718

819

clients/client-docdb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-docdb",
33
"description": "AWS SDK for JavaScript Docdb Client for Node.js, Browser and React Native",
4-
"version": "3.485.0",
4+
"version": "3.486.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-ecs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)
7+
8+
9+
### Features
10+
11+
* **client-ecs:** This release adds support for managed instance draining which facilitates graceful termination of Amazon ECS instances. ([618a36c](https://github.com/aws/aws-sdk-js-v3/commit/618a36ccf430e9e420aa1a7c876a709eda8b3184))
12+
13+
14+
15+
16+
617
# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)
718

819

clients/client-ecs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-ecs",
33
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
4-
"version": "3.485.0",
4+
"version": "3.486.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-elasticsearch-service/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)
7+
8+
9+
### Features
10+
11+
* **client-elasticsearch-service:** This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints. ([645d19a](https://github.com/aws/aws-sdk-js-v3/commit/645d19a9f9989da569115eb90d027e629b88c848))
12+
13+
14+
15+
16+
617
# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)
718

819

clients/client-elasticsearch-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-elasticsearch-service",
33
"description": "AWS SDK for JavaScript Elasticsearch Service Client for Node.js, Browser and React Native",
4-
"version": "3.485.0",
4+
"version": "3.486.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-lightsail/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)
7+
8+
9+
### Features
10+
11+
* **client-lightsail:** This release adds support to set up an HTTPS endpoint on an instance. ([89d32d2](https://github.com/aws/aws-sdk-js-v3/commit/89d32d2c19e4cd2e945b25f804dd04c842e75e40))
12+
13+
14+
15+
16+
617
# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)
718

819

0 commit comments

Comments
 (0)