Skip to content

Commit d0b44b8

Browse files
author
awstools
committed
Publish v3.480.0
1 parent 186974b commit d0b44b8

File tree

19 files changed

+132
-9
lines changed

19 files changed

+132
-9
lines changed

Diff for: CHANGELOG.md

+18
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.480.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.479.0...v3.480.0) (2023-12-22)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** Adding Claude 2.1 support to Bedrock Agents ([f550b60](https://github.com/aws/aws-sdk-js-v3/commit/f550b60a33d9022dd03311939611ab4fe9649b66))
12+
* **client-glue:** This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata. ([c1607f6](https://github.com/aws/aws-sdk-js-v3/commit/c1607f62644bd71352fe4d22c6823de4e39851b1))
13+
* **client-lakeformation:** This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context. ([edafaa1](https://github.com/aws/aws-sdk-js-v3/commit/edafaa10e84b1b4b9bc9fb6f115abfd2068b8653))
14+
* **client-mediaconnect:** This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source. ([92ebebb](https://github.com/aws/aws-sdk-js-v3/commit/92ebebb66682a17d4772c169cc572c348ec12439))
15+
* **client-networkmonitor:** CloudWatch Network Monitor is a new service within CloudWatch that will help network administrators and operators continuously monitor network performance metrics such as round-trip-time and packet loss between their AWS-hosted applications and their on-premises locations. ([ec0ecf7](https://github.com/aws/aws-sdk-js-v3/commit/ec0ecf75f9adc77ca80e4ad13c3eaa5ee96ac22c))
16+
* **client-s3:** Added additional examples for some operations. ([c313bdd](https://github.com/aws/aws-sdk-js-v3/commit/c313bdd9780672275c80d9cc408bd8a4a7ea3e6b))
17+
* **client-secrets-manager:** Update endpoint rules and examples. ([b9a4897](https://github.com/aws/aws-sdk-js-v3/commit/b9a4897c3fd274794de9c27e91688d325fcbc40b))
18+
* **clients:** update client endpoints as of 2023-12-22 ([186974b](https://github.com/aws/aws-sdk-js-v3/commit/186974b89e958cf1ec4dc817f8e6cbddab03f68b))
19+
20+
21+
22+
23+
624
# [3.479.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.478.0...v3.479.0) (2023-12-21)
725

826

Diff for: benchmark/size/report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
|@aws-sdk/client-efs|3.477.0|803.5 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2222
|@aws-sdk/client-eventbridge|3.477.0|1.1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2323
|@aws-sdk/client-firehose|3.477.0|539.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
24-
|@aws-sdk/client-glue|3.477.0|4.4 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
24+
|@aws-sdk/client-glue|3.478.0|4.4 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2525
|@aws-sdk/client-iam|3.477.0|3.3 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2626
|@aws-sdk/client-kinesis|3.477.0|807.1 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2727
|@aws-sdk/client-kms|3.477.0|1.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|

Diff for: clients/client-appintegrations/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.480.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.479.0...v3.480.0) (2023-12-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-appintegrations
9+
10+
11+
12+
13+
614
# [3.479.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.478.0...v3.479.0) (2023-12-21)
715

816

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-appintegrations",
33
"description": "AWS SDK for JavaScript Appintegrations Client for Node.js, Browser and React Native",
4-
"version": "3.479.0",
4+
"version": "3.480.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-appintegrations/src/commands/DeleteApplicationCommand.ts

+11
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,17 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
7777
* @throws {@link AppIntegrationsServiceException}
7878
* <p>Base exception class for all service exceptions from AppIntegrations service.</p>
7979
*
80+
* @example To delete an application
81+
* ```javascript
82+
* // The following deletes an application.
83+
* const input = {
84+
* "Arn": "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e"
85+
* };
86+
* const command = new DeleteApplicationCommand(input);
87+
* await client.send(command);
88+
* // example id: delete-an-application
89+
* ```
90+
*
8091
*/
8192
export class DeleteApplicationCommand extends $Command<
8293
DeleteApplicationCommandInput,

Diff for: clients/client-appintegrations/src/commands/ListApplicationAssociationsCommand.ts

+23
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,29 @@ export interface ListApplicationAssociationsCommandOutput
9393
* @throws {@link AppIntegrationsServiceException}
9494
* <p>Base exception class for all service exceptions from AppIntegrations service.</p>
9595
*
96+
* @example To list application associations of an application
97+
* ```javascript
98+
* // The following retrives application associations of an application
99+
* const input = {
100+
* "ApplicationId": "98542c53-e8ac-4570-9c85-c6552c8d9c5e"
101+
* };
102+
* const command = new ListApplicationAssociationsCommand(input);
103+
* const response = await client.send(command);
104+
* /* response ==
105+
* {
106+
* "ApplicationAssociations": [
107+
* {
108+
* "ApplicationArn": "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e",
109+
* "ApplicationAssociationArn": "arn:aws:app-integrations:us-west-2:0123456789012:application-association/98542c53-e8ac-4570-9c85-c6552c8d9c5e/461dfb57-320a-454d-9bba-bb560845ff38",
110+
* "ClientId": "connect.amazonaws.com"
111+
* }
112+
* ],
113+
* "NextToken": "abc"
114+
* }
115+
* *\/
116+
* // example id: list-application-associations
117+
* ```
118+
*
96119
*/
97120
export class ListApplicationAssociationsCommand extends $Command<
98121
ListApplicationAssociationsCommandInput,

Diff for: clients/client-glue/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.480.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.479.0...v3.480.0) (2023-12-22)
7+
8+
9+
### Features
10+
11+
* **client-glue:** This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata. ([c1607f6](https://github.com/aws/aws-sdk-js-v3/commit/c1607f62644bd71352fe4d22c6823de4e39851b1))
12+
13+
14+
15+
16+
617
# [3.478.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.477.0...v3.478.0) (2023-12-20)
718

819

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-glue",
33
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
4-
"version": "3.478.0",
4+
"version": "3.480.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-lakeformation/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.480.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.479.0...v3.480.0) (2023-12-22)
7+
8+
9+
### Features
10+
11+
* **client-lakeformation:** This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context. ([edafaa1](https://github.com/aws/aws-sdk-js-v3/commit/edafaa10e84b1b4b9bc9fb6f115abfd2068b8653))
12+
13+
14+
15+
16+
617
# [3.478.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.477.0...v3.478.0) (2023-12-20)
718

819

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-lakeformation",
33
"description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native",
4-
"version": "3.478.0",
4+
"version": "3.480.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-mediaconnect/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.480.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.479.0...v3.480.0) (2023-12-22)
7+
8+
9+
### Features
10+
11+
* **client-mediaconnect:** This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source. ([92ebebb](https://github.com/aws/aws-sdk-js-v3/commit/92ebebb66682a17d4772c169cc572c348ec12439))
12+
13+
14+
15+
16+
617
# [3.478.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.477.0...v3.478.0) (2023-12-20)
718

819

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-mediaconnect",
33
"description": "AWS SDK for JavaScript Mediaconnect Client for Node.js, Browser and React Native",
4-
"version": "3.478.0",
4+
"version": "3.480.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-networkmonitor/CHANGELOG.md

+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.480.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.479.0...v3.480.0) (2023-12-22)
7+
8+
9+
### Features
10+
11+
* **client-networkmonitor:** CloudWatch Network Monitor is a new service within CloudWatch that will help network administrators and operators continuously monitor network performance metrics such as round-trip-time and packet loss between their AWS-hosted applications and their on-premises locations. ([ec0ecf7](https://github.com/aws/aws-sdk-js-v3/commit/ec0ecf75f9adc77ca80e4ad13c3eaa5ee96ac22c))

Diff for: 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.0.0",
4+
"version": "3.480.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-omics/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.480.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.479.0...v3.480.0) (2023-12-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-omics
9+
10+
11+
12+
13+
614
# [3.478.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.477.0...v3.478.0) (2023-12-20)
715

816

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-omics",
33
"description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
4-
"version": "3.478.0",
4+
"version": "3.480.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-secrets-manager/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.480.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.479.0...v3.480.0) (2023-12-22)
7+
8+
9+
### Features
10+
11+
* **client-secrets-manager:** Update endpoint rules and examples. ([b9a4897](https://github.com/aws/aws-sdk-js-v3/commit/b9a4897c3fd274794de9c27e91688d325fcbc40b))
12+
13+
14+
15+
16+
617
# [3.478.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.477.0...v3.478.0) (2023-12-20)
718

819

Diff for: clients/client-secrets-manager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-secrets-manager",
33
"description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
4-
"version": "3.478.0",
4+
"version": "3.480.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.479.0",
2+
"version": "3.480.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)