Skip to content

Commit 591e166

Browse files
author
awstools
committed
Publish v3.483.0
1 parent 77801af commit 591e166

File tree

10 files changed

+60
-5
lines changed

10 files changed

+60
-5
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.483.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.482.0...v3.483.0) (2023-12-28)
7+
8+
9+
### Features
10+
11+
* **client-codestar-connections:** New integration with the GitLab self-managed provider type. ([4b37174](https://github.com/aws/aws-sdk-js-v3/commit/4b371742d0b5e7ae168694be3501b9ac1893b892))
12+
* **client-kinesis-video-archived-media:** NoDataRetentionException thrown when GetImages requested for a Stream that does not retain data (that is, has a DataRetentionInHours of 0). ([5e8a193](https://github.com/aws/aws-sdk-js-v3/commit/5e8a1937064b3494dc0c94d1d784c978b8d45fc9))
13+
* **client-sagemaker:** Amazon SageMaker Studio now supports Docker access from within app container ([16531e4](https://github.com/aws/aws-sdk-js-v3/commit/16531e45649f2a963f6cf6510699bf0527246499))
14+
* **clients:** update client endpoints as of 2023-12-28 ([77801af](https://github.com/aws/aws-sdk-js-v3/commit/77801afd2687d9bdd285be70621ccf816123edda))
15+
16+
17+
18+
19+
620
# [3.482.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.481.0...v3.482.0) (2023-12-27)
721

822

Diff for: clients/client-codestar-connections/CHANGELOG.md

+11
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.483.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.482.0...v3.483.0) (2023-12-28)
7+
8+
9+
### Features
10+
11+
* **client-codestar-connections:** New integration with the GitLab self-managed provider type. ([4b37174](https://github.com/aws/aws-sdk-js-v3/commit/4b371742d0b5e7ae168694be3501b9ac1893b892))
12+
13+
14+
15+
16+
617
# [3.481.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.480.0...v3.481.0) (2023-12-26)
718

819

Diff for: clients/client-codestar-connections/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-codestar-connections",
33
"description": "AWS SDK for JavaScript Codestar Connections Client for Node.js, Browser and React Native",
4-
"version": "3.481.0",
4+
"version": "3.483.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-kinesis-video-archived-media/CHANGELOG.md

+11
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.483.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.482.0...v3.483.0) (2023-12-28)
7+
8+
9+
### Features
10+
11+
* **client-kinesis-video-archived-media:** NoDataRetentionException thrown when GetImages requested for a Stream that does not retain data (that is, has a DataRetentionInHours of 0). ([5e8a193](https://github.com/aws/aws-sdk-js-v3/commit/5e8a1937064b3494dc0c94d1d784c978b8d45fc9))
12+
13+
14+
15+
16+
617
# [3.481.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.480.0...v3.481.0) (2023-12-26)
718

819

Diff for: clients/client-kinesis-video-archived-media/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-kinesis-video-archived-media",
33
"description": "AWS SDK for JavaScript Kinesis Video Archived Media Client for Node.js, Browser and React Native",
4-
"version": "3.481.0",
4+
"version": "3.483.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-sagemaker/CHANGELOG.md

+11
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.483.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.482.0...v3.483.0) (2023-12-28)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** Amazon SageMaker Studio now supports Docker access from within app container ([16531e4](https://github.com/aws/aws-sdk-js-v3/commit/16531e45649f2a963f6cf6510699bf0527246499))
12+
13+
14+
15+
16+
617
# [3.481.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.480.0...v3.481.0) (2023-12-26)
718

819

Diff for: clients/client-sagemaker/package.json

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

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.482.0",
2+
"version": "3.483.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

Diff for: private/aws-middleware-test/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.483.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.482.0...v3.483.0) (2023-12-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.481.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.480.0...v3.481.0) (2023-12-26)
715

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

Diff for: private/aws-middleware-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-middleware-test",
33
"description": "Integration test suite for AWS middleware",
4-
"version": "3.481.0",
4+
"version": "3.483.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)