Skip to content

Commit

Permalink
Publish v3.486.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 4, 2024
1 parent c790f71 commit 3b0b0c6
Show file tree
Hide file tree
Showing 20 changed files with 124 additions and 10 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)


### Features

* **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))
* **client-docdb:** Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response. ([d8e0512](https://github.com/aws/aws-sdk-js-v3/commit/d8e0512c14306773126f623679e8d92c8943011d))
* **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))
* **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))
* **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))
* **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))
* **client-sagemaker:** Adding support for provisioned throughput mode for SageMaker Feature Groups ([985a85e](https://github.com/aws/aws-sdk-js-v3/commit/985a85e32ab4e71c9c88e7d4b1134458dbece21e))
* **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))





# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-config-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)


### Features

* **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))





# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-config-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-config-service",
"description": "AWS SDK for JavaScript Config Service Client for Node.js, Browser and React Native",
"version": "3.485.0",
"version": "3.486.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-docdb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)


### Features

* **client-docdb:** Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response. ([d8e0512](https://github.com/aws/aws-sdk-js-v3/commit/d8e0512c14306773126f623679e8d92c8943011d))





# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-docdb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-docdb",
"description": "AWS SDK for JavaScript Docdb Client for Node.js, Browser and React Native",
"version": "3.485.0",
"version": "3.486.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-ecs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)


### Features

* **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))





# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-ecs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ecs",
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
"version": "3.485.0",
"version": "3.486.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-elasticsearch-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)


### Features

* **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))





# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-elasticsearch-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-elasticsearch-service",
"description": "AWS SDK for JavaScript Elasticsearch Service Client for Node.js, Browser and React Native",
"version": "3.485.0",
"version": "3.486.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-lightsail/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)


### Features

* **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))





# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-lightsail/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-lightsail",
"description": "AWS SDK for JavaScript Lightsail Client for Node.js, Browser and React Native",
"version": "3.485.0",
"version": "3.486.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-opensearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)


### Features

* **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))





# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-opensearch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-opensearch",
"description": "AWS SDK for JavaScript Opensearch Client for Node.js, Browser and React Native",
"version": "3.485.0",
"version": "3.486.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-sagemaker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)


### Features

* **client-sagemaker:** Adding support for provisioned throughput mode for SageMaker Feature Groups ([985a85e](https://github.com/aws/aws-sdk-js-v3/commit/985a85e32ab4e71c9c88e7d4b1134458dbece21e))





# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-sagemaker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-sagemaker",
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
"version": "3.485.0",
"version": "3.486.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-service-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)


### Features

* **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))





# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-service-catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-service-catalog",
"description": "AWS SDK for JavaScript Service Catalog Client for Node.js, Browser and React Native",
"version": "3.485.0",
"version": "3.486.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.485.0",
"version": "3.486.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions private/aws-middleware-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.486.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.485.0...v3.486.0) (2024-01-04)

**Note:** Version bump only for package @aws-sdk/aws-middleware-test





# [3.485.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.484.0...v3.485.0) (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion private/aws-middleware-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-middleware-test",
"description": "Integration test suite for AWS middleware",
"version": "3.485.0",
"version": "3.486.0",
"scripts": {
"build": "exit 0",
"build:cjs": "exit 0",
Expand Down

0 comments on commit 3b0b0c6

Please sign in to comment.