Skip to content

Commit 2beec6c

Browse files
author
awstools
committed
Publish v3.551.0
1 parent 3c0121f commit 2beec6c

File tree

9 files changed

+129
-4
lines changed

9 files changed

+129
-4
lines changed

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.551.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.550.0...v3.551.0) (2024-04-08)
7+
8+
9+
### Features
10+
11+
* **client-controlcatalog:** This is the initial SDK release for AWS Control Catalog, a central catalog for AWS managed controls. This release includes 3 new APIs - ListDomains, ListObjectives, and ListCommonControls - that vend high-level data to categorize controls across the AWS platform. ([eca6f2c](https://github.com/aws/aws-sdk-js-v3/commit/eca6f2cf06f9ed835951baa4a3fd0c7f92f04c00))
12+
* **client-mgn:** Added USE_SOURCE as default option to LaunchConfigurationTemplate bootMode parameter. ([5b18eb2](https://github.com/aws/aws-sdk-js-v3/commit/5b18eb2911c48c08c2f6a8c431bfe062633be5c7))
13+
* **client-networkmonitor:** Updated the allowed monitorName length for CloudWatch Network Monitor. ([42abf0e](https://github.com/aws/aws-sdk-js-v3/commit/42abf0e5ced22bfedcd5544cd098410f9483ec6b))
14+
* **clients:** update client endpoints as of 2024-04-08 ([3c0121f](https://github.com/aws/aws-sdk-js-v3/commit/3c0121fdc7554adcb85c55adb399052cd58ce3be))
15+
16+
17+
18+
19+
620
# [3.550.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.549.0...v3.550.0) (2024-04-05)
721

822

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.551.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.550.0...v3.551.0) (2024-04-08)
7+
8+
9+
### Features
10+
11+
* **client-controlcatalog:** This is the initial SDK release for AWS Control Catalog, a central catalog for AWS managed controls. This release includes 3 new APIs - ListDomains, ListObjectives, and ListCommonControls - that vend high-level data to categorize controls across the AWS platform. ([eca6f2c](https://github.com/aws/aws-sdk-js-v3/commit/eca6f2cf06f9ed835951baa4a3fd0c7f92f04c00))

clients/client-controlcatalog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-controlcatalog",
33
"description": "AWS SDK for JavaScript Controlcatalog Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.551.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-mgn/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.551.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.550.0...v3.551.0) (2024-04-08)
7+
8+
9+
### Features
10+
11+
* **client-mgn:** Added USE_SOURCE as default option to LaunchConfigurationTemplate bootMode parameter. ([5b18eb2](https://github.com/aws/aws-sdk-js-v3/commit/5b18eb2911c48c08c2f6a8c431bfe062633be5c7))
12+
13+
14+
15+
16+
617
# [3.549.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.548.0...v3.549.0) (2024-04-04)
718

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

clients/client-mgn/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-mgn",
33
"description": "AWS SDK for JavaScript Mgn Client for Node.js, Browser and React Native",
4-
"version": "3.549.0",
4+
"version": "3.551.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-mgn",

clients/client-networkmonitor/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.551.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.550.0...v3.551.0) (2024-04-08)
7+
8+
9+
### Features
10+
11+
* **client-networkmonitor:** Updated the allowed monitorName length for CloudWatch Network Monitor. ([42abf0e](https://github.com/aws/aws-sdk-js-v3/commit/42abf0e5ced22bfedcd5544cd098410f9483ec6b))
12+
13+
14+
15+
16+
617
# [3.549.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.548.0...v3.549.0) (2024-04-04)
718

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

clients/client-networkmonitor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-networkmonitor",
33
"description": "AWS SDK for JavaScript Networkmonitor Client for Node.js, Browser and React Native",
4-
"version": "3.549.0",
4+
"version": "3.551.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-networkmonitor",

lerna.json

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

yarn.lock

+78
Original file line numberDiff line numberDiff line change
@@ -2828,6 +2828,20 @@
28282828
"@smithy/util-middleware" "^2.2.0"
28292829
tslib "^2.6.2"
28302830

2831+
"@smithy/core@^1.4.2":
2832+
version "1.4.2"
2833+
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-1.4.2.tgz#1c3ed886d403041ce5bd2d816448420c57baa19c"
2834+
integrity sha512-2fek3I0KZHWJlRLvRTqxTEri+qV0GRHrJIoLFuBMZB4EMg4WgeBGfF0X6abnrNYpq55KJ6R4D6x4f0vLnhzinA==
2835+
dependencies:
2836+
"@smithy/middleware-endpoint" "^2.5.1"
2837+
"@smithy/middleware-retry" "^2.3.1"
2838+
"@smithy/middleware-serde" "^2.3.0"
2839+
"@smithy/protocol-http" "^3.3.0"
2840+
"@smithy/smithy-client" "^2.5.1"
2841+
"@smithy/types" "^2.12.0"
2842+
"@smithy/util-middleware" "^2.2.0"
2843+
tslib "^2.6.2"
2844+
28312845
"@smithy/credential-provider-imds@^2.3.0":
28322846
version "2.3.0"
28332847
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.3.0.tgz#326ce401b82e53f3c7ee4862a066136959a06166"
@@ -3009,6 +3023,19 @@
30093023
"@smithy/util-middleware" "^2.2.0"
30103024
tslib "^2.6.2"
30113025

3026+
"@smithy/middleware-endpoint@^2.5.1":
3027+
version "2.5.1"
3028+
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-2.5.1.tgz#1333c58304aff4d843e8ef4b85c8cb88975dd5ad"
3029+
integrity sha512-1/8kFp6Fl4OsSIVTWHnNjLnTL8IqpIb/D3sTSczrKFnrE9VMNWxnrRKNvpUHOJ6zpGD5f62TPm7+17ilTJpiCQ==
3030+
dependencies:
3031+
"@smithy/middleware-serde" "^2.3.0"
3032+
"@smithy/node-config-provider" "^2.3.0"
3033+
"@smithy/shared-ini-file-loader" "^2.4.0"
3034+
"@smithy/types" "^2.12.0"
3035+
"@smithy/url-parser" "^2.2.0"
3036+
"@smithy/util-middleware" "^2.2.0"
3037+
tslib "^2.6.2"
3038+
30123039
"@smithy/middleware-retry@^2.3.0":
30133040
version "2.3.0"
30143041
resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-2.3.0.tgz#b7b9a279f364b43e097cf96ca7a4192f361f3776"
@@ -3024,6 +3051,21 @@
30243051
tslib "^2.6.2"
30253052
uuid "^9.0.1"
30263053

3054+
"@smithy/middleware-retry@^2.3.1":
3055+
version "2.3.1"
3056+
resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-2.3.1.tgz#d6fdce94f2f826642c01b4448e97a509c4556ede"
3057+
integrity sha512-P2bGufFpFdYcWvqpyqqmalRtwFUNUA8vHjJR5iGqbfR6mp65qKOLcUd6lTr4S9Gn/enynSrSf3p3FVgVAf6bXA==
3058+
dependencies:
3059+
"@smithy/node-config-provider" "^2.3.0"
3060+
"@smithy/protocol-http" "^3.3.0"
3061+
"@smithy/service-error-classification" "^2.1.5"
3062+
"@smithy/smithy-client" "^2.5.1"
3063+
"@smithy/types" "^2.12.0"
3064+
"@smithy/util-middleware" "^2.2.0"
3065+
"@smithy/util-retry" "^2.2.0"
3066+
tslib "^2.6.2"
3067+
uuid "^9.0.1"
3068+
30273069
"@smithy/middleware-serde@^2.3.0":
30283070
version "2.3.0"
30293071
resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-2.3.0.tgz#a7615ba646a88b6f695f2d55de13d8158181dd13"
@@ -3150,6 +3192,18 @@
31503192
"@smithy/util-stream" "^2.2.0"
31513193
tslib "^2.6.2"
31523194

3195+
"@smithy/smithy-client@^2.5.1":
3196+
version "2.5.1"
3197+
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-2.5.1.tgz#0fd2efff09dc65500d260e590f7541f8a387eae3"
3198+
integrity sha512-jrbSQrYCho0yDaaf92qWgd+7nAeap5LtHTI51KXqmpIFCceKU3K9+vIVTUH72bOJngBMqa4kyu1VJhRcSrk/CQ==
3199+
dependencies:
3200+
"@smithy/middleware-endpoint" "^2.5.1"
3201+
"@smithy/middleware-stack" "^2.2.0"
3202+
"@smithy/protocol-http" "^3.3.0"
3203+
"@smithy/types" "^2.12.0"
3204+
"@smithy/util-stream" "^2.2.0"
3205+
tslib "^2.6.2"
3206+
31533207
"@smithy/types@^1.2.0":
31543208
version "1.2.0"
31553209
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-1.2.0.tgz#9dc65767b0ee3d6681704fcc67665d6fc9b6a34e"
@@ -3222,6 +3276,17 @@
32223276
bowser "^2.11.0"
32233277
tslib "^2.6.2"
32243278

3279+
"@smithy/util-defaults-mode-browser@^2.2.1":
3280+
version "2.2.1"
3281+
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.2.1.tgz#9db31416daf575d2963c502e0528cfe8055f0c4e"
3282+
integrity sha512-RtKW+8j8skk17SYowucwRUjeh4mCtnm5odCL0Lm2NtHQBsYKrNW0od9Rhopu9wF1gHMfHeWF7i90NwBz/U22Kw==
3283+
dependencies:
3284+
"@smithy/property-provider" "^2.2.0"
3285+
"@smithy/smithy-client" "^2.5.1"
3286+
"@smithy/types" "^2.12.0"
3287+
bowser "^2.11.0"
3288+
tslib "^2.6.2"
3289+
32253290
"@smithy/util-defaults-mode-node@^2.3.0":
32263291
version "2.3.0"
32273292
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.3.0.tgz#5005058ca0a299f0948b47c288f7c3d4f36cb26e"
@@ -3235,6 +3300,19 @@
32353300
"@smithy/types" "^2.12.0"
32363301
tslib "^2.6.2"
32373302

3303+
"@smithy/util-defaults-mode-node@^2.3.1":
3304+
version "2.3.1"
3305+
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.3.1.tgz#4613210a3d107aadb3f85bd80cb71c796dd8bf0a"
3306+
integrity sha512-vkMXHQ0BcLFysBMWgSBLSk3+leMpFSyyFj8zQtv5ZyUBx8/owVh1/pPEkzmW/DR/Gy/5c8vjLDD9gZjXNKbrpA==
3307+
dependencies:
3308+
"@smithy/config-resolver" "^2.2.0"
3309+
"@smithy/credential-provider-imds" "^2.3.0"
3310+
"@smithy/node-config-provider" "^2.3.0"
3311+
"@smithy/property-provider" "^2.2.0"
3312+
"@smithy/smithy-client" "^2.5.1"
3313+
"@smithy/types" "^2.12.0"
3314+
tslib "^2.6.2"
3315+
32383316
"@smithy/util-endpoints@^1.2.0":
32393317
version "1.2.0"
32403318
resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-1.2.0.tgz#b8b805f47e8044c158372f69b88337703117665d"

0 commit comments

Comments
 (0)