Skip to content

Commit cd928aa

Browse files
author
awstools
committed
Publish v3.562.0
1 parent a7b12cb commit cd928aa

File tree

16 files changed

+99
-8
lines changed

16 files changed

+99
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.562.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.561.0...v3.562.0) (2024-04-24)
7+
8+
9+
### Features
10+
11+
* **client-datasync:** This change allows users to disable and enable the schedules associated with their tasks. ([02eab1f](https://github.com/aws/aws-sdk-js-v3/commit/02eab1f97ff03ab15fb726a9459ecdc9165f85b6))
12+
* **client-ec2:** Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface ([6121a23](https://github.com/aws/aws-sdk-js-v3/commit/6121a23480f7be708bad3b2d4e50eeec7b5fe667))
13+
* **client-emr-containers:** EMRonEKS Service support for SecurityConfiguration enforcement for Spark Jobs. ([349915b](https://github.com/aws/aws-sdk-js-v3/commit/349915b5b6a1d8eb4765cc8e5781205b802044bb))
14+
* **client-entityresolution:** Support Batch Unique IDs Deletion. ([87c90f1](https://github.com/aws/aws-sdk-js-v3/commit/87c90f1e3dcda92811db6919992803c245da4163))
15+
* **client-gamelift:** Amazon GameLift releases container fleets support for public preview. Deploy Linux-based containerized game server software for hosting on Amazon GameLift. ([de6599f](https://github.com/aws/aws-sdk-js-v3/commit/de6599f5e1384e474496c33cb0805b606040a133))
16+
* **client-ssm:** Add SSM DescribeInstanceProperties API to public AWS SDK. ([aef9d12](https://github.com/aws/aws-sdk-js-v3/commit/aef9d12aa193419265f6adcd137a66262c51838f))
17+
* **clients:** update client endpoints as of 2024-04-24 ([a7b12cb](https://github.com/aws/aws-sdk-js-v3/commit/a7b12cb39dafac83dd81a3a95673b8aa37cf6616))
18+
19+
20+
21+
22+
623
# [3.561.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.560.0...v3.561.0) (2024-04-23)
724

825

clients/client-datasync/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.562.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.561.0...v3.562.0) (2024-04-24)
7+
8+
9+
### Features
10+
11+
* **client-datasync:** This change allows users to disable and enable the schedules associated with their tasks. ([02eab1f](https://github.com/aws/aws-sdk-js-v3/commit/02eab1f97ff03ab15fb726a9459ecdc9165f85b6))
12+
13+
14+
15+
16+
617
# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)
718

819
**Note:** Version bump only for package @aws-sdk/client-datasync

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

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.562.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.561.0...v3.562.0) (2024-04-24)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface ([6121a23](https://github.com/aws/aws-sdk-js-v3/commit/6121a23480f7be708bad3b2d4e50eeec7b5fe667))
12+
13+
14+
15+
16+
617
# [3.561.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.560.0...v3.561.0) (2024-04-23)
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.561.0",
4+
"version": "3.562.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-emr-containers/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.562.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.561.0...v3.562.0) (2024-04-24)
7+
8+
9+
### Features
10+
11+
* **client-emr-containers:** EMRonEKS Service support for SecurityConfiguration enforcement for Spark Jobs. ([349915b](https://github.com/aws/aws-sdk-js-v3/commit/349915b5b6a1d8eb4765cc8e5781205b802044bb))
12+
13+
14+
15+
16+
617
# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)
718

819
**Note:** Version bump only for package @aws-sdk/client-emr-containers

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

clients/client-entityresolution/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.562.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.561.0...v3.562.0) (2024-04-24)
7+
8+
9+
### Features
10+
11+
* **client-entityresolution:** Support Batch Unique IDs Deletion. ([87c90f1](https://github.com/aws/aws-sdk-js-v3/commit/87c90f1e3dcda92811db6919992803c245da4163))
12+
13+
14+
15+
16+
617
# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)
718

819

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

clients/client-gamelift/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.562.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.561.0...v3.562.0) (2024-04-24)
7+
8+
9+
### Features
10+
11+
* **client-gamelift:** Amazon GameLift releases container fleets support for public preview. Deploy Linux-based containerized game server software for hosting on Amazon GameLift. ([de6599f](https://github.com/aws/aws-sdk-js-v3/commit/de6599f5e1384e474496c33cb0805b606040a133))
12+
13+
14+
15+
16+
617
# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)
718

819
**Note:** Version bump only for package @aws-sdk/client-gamelift

0 commit comments

Comments
 (0)