Skip to content

Commit fe9f83d

Browse files
author
awstools
committed
Publish v3.541.0
1 parent cfa5eb2 commit fe9f83d

File tree

18 files changed

+109
-9
lines changed

18 files changed

+109
-9
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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)
7+
8+
9+
### Features
10+
11+
* **client-codebuild:** Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild. ([e17e527](https://github.com/aws/aws-sdk-js-v3/commit/e17e527c03a595709aafee4e976c2127dc64aa5d))
12+
* **client-ec2:** Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults ([cdacf23](https://github.com/aws/aws-sdk-js-v3/commit/cdacf23276c4ed985d6510f396bde4689d10ef20))
13+
* **client-emr-containers:** This release increases the number of supported job template parameters from 20 to 100. ([4901f59](https://github.com/aws/aws-sdk-js-v3/commit/4901f5999a05a162b24814fae9ee296703490947))
14+
* **client-global-accelerator:** AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses. ([39e810c](https://github.com/aws/aws-sdk-js-v3/commit/39e810c4bf4fece46fde3afcd68b566dd503a03c))
15+
* **client-medialive:** Exposing TileMedia H265 options ([98c8bf8](https://github.com/aws/aws-sdk-js-v3/commit/98c8bf8f89666c71da47f1142e0b10282bc7a5ba))
16+
* **client-sagemaker:** Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5 ([8c6a065](https://github.com/aws/aws-sdk-js-v3/commit/8c6a065f4ccc14167184c575b2cbd08b9b278422))
17+
* **clients:** update client endpoints as of 2024-03-25 ([cfa5eb2](https://github.com/aws/aws-sdk-js-v3/commit/cfa5eb24deccf3467389e049024f7b2856e6ce61))
18+
* **cloudfront-signer:** allow `url` to be optional when using `policy` ([#5926](https://github.com/aws/aws-sdk-js-v3/issues/5926)) ([92aa194](https://github.com/aws/aws-sdk-js-v3/commit/92aa194d7b2aa28624a3980ce2f16a0889962022))
19+
20+
21+
22+
23+
624
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
725

826

clients/client-codebuild/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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)
7+
8+
9+
### Features
10+
11+
* **client-codebuild:** Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild. ([e17e527](https://github.com/aws/aws-sdk-js-v3/commit/e17e527c03a595709aafee4e976c2127dc64aa5d))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

clients/client-codebuild/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-codebuild",
33
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
4-
"version": "3.540.0",
4+
"version": "3.541.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-codebuild",

clients/client-ec2/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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults ([cdacf23](https://github.com/aws/aws-sdk-js-v3/commit/cdacf23276c4ed985d6510f396bde4689d10ef20))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

clients/client-ec2/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-ec2",
33
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4-
"version": "3.540.0",
4+
"version": "3.541.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ec2",

clients/client-ecs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-ecs
9+
10+
11+
12+
13+
614
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
715

816

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.540.0",
4+
"version": "3.541.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ecs",

clients/client-global-accelerator/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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)
7+
8+
9+
### Features
10+
11+
* **client-global-accelerator:** AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses. ([39e810c](https://github.com/aws/aws-sdk-js-v3/commit/39e810c4bf4fece46fde3afcd68b566dd503a03c))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

clients/client-global-accelerator/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-global-accelerator",
33
"description": "AWS SDK for JavaScript Global Accelerator Client for Node.js, Browser and React Native",
4-
"version": "3.540.0",
4+
"version": "3.541.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-global-accelerator",

clients/client-medialive/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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)
7+
8+
9+
### Features
10+
11+
* **client-medialive:** Exposing TileMedia H265 options ([98c8bf8](https://github.com/aws/aws-sdk-js-v3/commit/98c8bf8f89666c71da47f1142e0b10282bc7a5ba))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

clients/client-medialive/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-medialive",
33
"description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
4-
"version": "3.540.0",
4+
"version": "3.541.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-medialive",

clients/client-sagemaker/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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5 ([8c6a065](https://github.com/aws/aws-sdk-js-v3/commit/8c6a065f4ccc14167184c575b2cbd08b9b278422))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

clients/client-sagemaker/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-sagemaker",
33
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4-
"version": "3.540.0",
4+
"version": "3.541.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.540.0",
2+
"version": "3.541.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/cloudfront-signer/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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)
7+
8+
9+
### Features
10+
11+
* **cloudfront-signer:** allow `url` to be optional when using `policy` ([#5926](https://github.com/aws/aws-sdk-js-v3/issues/5926)) ([92aa194](https://github.com/aws/aws-sdk-js-v3/commit/92aa194d7b2aa28624a3980ce2f16a0889962022))
12+
13+
14+
15+
16+
617
# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15)
718

819
**Note:** Version bump only for package @aws-sdk/cloudfront-signer

packages/cloudfront-signer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/cloudfront-signer",
3-
"version": "3.535.0",
3+
"version": "3.541.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline cloudfront-signer",

private/aws-middleware-test/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
715

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

private/aws-middleware-test/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/aws-middleware-test",
33
"description": "Integration test suite for AWS middleware",
4-
"version": "3.540.0",
4+
"version": "3.541.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)