Skip to content

Commit 02d5abf

Browse files
author
awstools
committed
Publish v3.1081.0
1 parent fc9fb99 commit 02d5abf

1,018 files changed

Lines changed: 6714 additions & 2645 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
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.1081.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1080.0...v3.1081.0) (2026-07-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **credential-provider-http:** fix token and URI path priority resolution ([#8159](https://github.com/aws/aws-sdk-js-v3/issues/8159)) ([e9e857d](https://github.com/aws/aws-sdk-js-v3/commit/e9e857d324d216f705e5b2fe0e8f8c535e55d7fb))
12+
* **scripts:** publish unreleased X.0.0 baseline versions as-is ([#8160](https://github.com/aws/aws-sdk-js-v3/issues/8160)) ([ee9dc95](https://github.com/aws/aws-sdk-js-v3/commit/ee9dc9534e5979931167a39c98e330f9a6a79cee))
13+
* **tests:** use ES format for rollup bundle-size benchmark ([#8163](https://github.com/aws/aws-sdk-js-v3/issues/8163)) ([506e3ae](https://github.com/aws/aws-sdk-js-v3/commit/506e3aee8c6f66d91c1921b51779f76d8b4ac7b1))
14+
15+
16+
### Features
17+
18+
* **client-config-service:** Added support for connecting AWS Config to third-party cloud service providers. New APIs include PutConnector, GetConnector, DeleteConnector, and ListConnectors for managing connectors, and PutThirdPartyServiceLinkedConfigurationRecorder for creating third-party service-linked recorders. ([df52cb1](https://github.com/aws/aws-sdk-js-v3/commit/df52cb13ddd306ff78731fc126e0b4b1b60bde4b))
19+
* **client-connect:** Adds support for CreateAuthCode and DeleteSession APIs. ([b84bbf6](https://github.com/aws/aws-sdk-js-v3/commit/b84bbf6f4aa3e3ed630d76029180872a5c3c99ee))
20+
* **client-ec2:** This launch surfaces the public SSM parameter associated with public AMIs in the AMI metadata. ([9e8f9fa](https://github.com/aws/aws-sdk-js-v3/commit/9e8f9fa870eab8f555c7caea5ca42a5e4a996533))
21+
* **client-inspector2:** This release extends vulnerability management to Azure VM, container registries and function apps. Adds support for per-member-account scan configuration settings. ([ae9b7bc](https://github.com/aws/aws-sdk-js-v3/commit/ae9b7bcfc791fa573cf258443e56ec3620e48783))
22+
* **client-lambda:** AWS Lambda Durable Functions now supports customer managed KMS keys. This allows customers to configure a KMS key in Durable Config to have all their durable execution data encrypted. ([796bc54](https://github.com/aws/aws-sdk-js-v3/commit/796bc54a27e4b180498f91c998553194a793d179))
23+
* **client-marketplace-catalog:** This release enhances the ListEntities API to support ResellerRole filter for ResaleAuthorization entity. ([d7b7cb7](https://github.com/aws/aws-sdk-js-v3/commit/d7b7cb79170267e6c6b7c38432a9d8ef8288d28c))
24+
* **client-partnercentral-revenue-measurement:** Add support for AWS Partner Central Revenue Measurement API for creating, managing, and tracking revenue attributions and marketplace revenue share allocations. ([9f3e80e](https://github.com/aws/aws-sdk-js-v3/commit/9f3e80e613d9c234ddc3dcd8a6916ee3d0653ab9))
25+
* **client-route53globalresolver:** Adds ListSharedDNSViews operation to list all DNS Views shared with caller using AWS Resource Access Manager. Also updates ListHostedZoneAssociations operation so that resource ARN param is optional, allowing caller to list all HostedZoneAssociations in account. ([0e11517](https://github.com/aws/aws-sdk-js-v3/commit/0e11517de3c81ff489ad83876301828ea7803a3b))
26+
* **client-securityhub:** release SecurityHub MultiCloud integration with Azure ([6f7d08e](https://github.com/aws/aws-sdk-js-v3/commit/6f7d08e01be650bfbc6fa76ccb87362bda1066b0))
27+
* **client-ssm:** Adding SSM Cloud Connector to support Azure Virtual Machines onboarding to AWS Systems Manager ([6efef57](https://github.com/aws/aws-sdk-js-v3/commit/6efef57f1f2da74e5765bc1de2bc16f89cc30253))
28+
* **clients:** update client endpoints as of 2026-07-07 ([fc9fb99](https://github.com/aws/aws-sdk-js-v3/commit/fc9fb9908ee490cb91e7e5b32a3875d8b54fdb5c))
29+
30+
31+
32+
33+
634
# [3.1080.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1079.0...v3.1080.0) (2026-07-06)
735

836

benchmark/size/report-bundlers.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
| Application | SDK Version | browser:Webpack | browser:Rollup | browser:EsBuild |
22
| :---------------------------------------- | :---------- | :-------------- | :------------- | :-------------- |
3-
| NormalizedSchema.ts | 3.1079.0 | 5.3 kb | 5.1 kb | 4.9 kb |
4-
| all-protocols.ts | 3.1079.0 | 94.5 kb | 94.2 kb | 95.2 kb |
5-
| lib-dynamodb-aggregate.ts | 3.1079.0 | 199.4 kb | 205.1 kb | 207.8 kb |
6-
| lib-dynamodb-single-command.ts | 3.1079.0 | 160.2 kb | 158.0 kb | 162.2 kb |
7-
| multi-protocols.ts | 3.1079.0 | 73.2 kb | 71.7 kb | 72.2 kb |
8-
| multiple-barebones-micg-sdk-clients.ts | 3.1079.0 | 148.2 kb | 173.4 kb | 174.9 kb |
9-
| multiple-barebones-schema-sdk-clients.ts | 3.1079.0 | 229.4 kb | 253.2 kb | 313.7 kb |
10-
| multiple-sdk-clients.ts | 3.1079.0 | 364.6 kb | 379.5 kb | 383.1 kb |
11-
| private-multiple-clients-micg.ts | 3.1079.0 | 411.0 kb | 426.2 kb | 429.3 kb |
12-
| private-multiple-clients-schema.ts | 3.1079.0 | 301.5 kb | 320.4 kb | 324.9 kb |
13-
| private-restjson-micg-aggregate.ts | 3.1079.0 | 222.5 kb | 228.6 kb | 230.5 kb |
14-
| private-restjson-micg-single-command.ts | 3.1079.0 | 108.1 kb | 113.9 kb | 115.4 kb |
15-
| private-restjson-schema-aggregate.ts | 3.1079.0 | 186.3 kb | 191.8 kb | 194.4 kb |
16-
| private-restjson-schema-single-command.ts | 3.1079.0 | 136.1 kb | 140.1 kb | 170.0 kb |
17-
| protocol-rest-xml.ts | 3.1079.0 | 57.1 kb | 55.7 kb | 56.7 kb |
18-
| protocol-rpc-cbor.ts | 3.1079.0 | 57.1 kb | 55.7 kb | 56.7 kb |
19-
| protocol-rpc-json-1-1.ts | 3.1079.0 | 47.3 kb | 46.0 kb | 46.4 kb |
20-
| sdk-connect-aggregate.ts | 3.1079.0 | 336.0 kb | 353.7 kb | 357.4 kb |
21-
| sdk-connect-single-command.ts | 3.1079.0 | 141.0 kb | 153.7 kb | 314.6 kb |
22-
| sdk-ec2-aggregate.ts | 3.1079.0 | 791.9 kb | 816.5 kb | 824.1 kb |
23-
| sdk-s3-aggregate.ts | 3.1079.0 | 266.0 kb | 271.1 kb | 273.8 kb |
24-
| sdk-s3-single-command.ts | 3.1079.0 | 191.0 kb | 195.4 kb | 254.5 kb |
25-
| sdk-sagemaker-aggregate.ts | 3.1079.0 | 342.2 kb | 361.8 kb | 365.9 kb |
3+
| NormalizedSchema.ts | 3.1080.0 | 5.3 kb | 6.2 kb | 4.9 kb |
4+
| all-protocols.ts | 3.1080.0 | 94.5 kb | 123.4 kb | 95.2 kb |
5+
| lib-dynamodb-aggregate.ts | 3.1080.0 | 199.4 kb | 270.6 kb | 207.8 kb |
6+
| lib-dynamodb-single-command.ts | 3.1080.0 | 160.2 kb | 207.3 kb | 162.2 kb |
7+
| multi-protocols.ts | 3.1080.0 | 73.2 kb | 93.7 kb | 72.2 kb |
8+
| multiple-barebones-micg-sdk-clients.ts | 3.1080.0 | 148.2 kb | 230.0 kb | 174.9 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | 3.1080.0 | 229.4 kb | 328.5 kb | 313.7 kb |
10+
| multiple-sdk-clients.ts | 3.1080.0 | 364.6 kb | 505.6 kb | 383.1 kb |
11+
| private-multiple-clients-micg.ts | 3.1080.0 | 411.0 kb | 532.4 kb | 429.3 kb |
12+
| private-multiple-clients-schema.ts | 3.1080.0 | 301.5 kb | 421.5 kb | 324.9 kb |
13+
| private-restjson-micg-aggregate.ts | 3.1080.0 | 222.5 kb | 289.6 kb | 230.5 kb |
14+
| private-restjson-micg-single-command.ts | 3.1080.0 | 108.1 kb | 151.3 kb | 115.4 kb |
15+
| private-restjson-schema-aggregate.ts | 3.1080.0 | 186.3 kb | 254.6 kb | 194.4 kb |
16+
| private-restjson-schema-single-command.ts | 3.1080.0 | 136.1 kb | 185.5 kb | 170.0 kb |
17+
| protocol-rest-xml.ts | 3.1080.0 | 57.1 kb | 73.1 kb | 56.7 kb |
18+
| protocol-rpc-cbor.ts | 3.1080.0 | 57.1 kb | 73.1 kb | 56.7 kb |
19+
| protocol-rpc-json-1-1.ts | 3.1080.0 | 47.3 kb | 60.6 kb | 46.4 kb |
20+
| sdk-connect-aggregate.ts | 3.1080.0 | 336.7 kb | 477.3 kb | 358.2 kb |
21+
| sdk-connect-single-command.ts | 3.1080.0 | 141.0 kb | 203.6 kb | 315.3 kb |
22+
| sdk-ec2-aggregate.ts | 3.1080.0 | 792.0 kb | 1.074 mb | 824.2 kb |
23+
| sdk-s3-aggregate.ts | 3.1080.0 | 266.0 kb | 363.5 kb | 273.8 kb |
24+
| sdk-s3-single-command.ts | 3.1080.0 | 191.0 kb | 257.8 kb | 254.5 kb |
25+
| sdk-sagemaker-aggregate.ts | 3.1080.0 | 342.2 kb | 496.3 kb | 365.9 kb |

clients/client-accessanalyzer/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.1081.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1080.0...v3.1081.0) (2026-07-07)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.1080.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1079.0...v3.1080.0) (2026-07-06)
715

816
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer

clients/client-accessanalyzer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-accessanalyzer",
33
"description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
4-
"version": "3.1080.0",
4+
"version": "3.1081.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
77
"build:cjs": "node ../../scripts/compilation/inline",
@@ -19,8 +19,8 @@
1919
"module": "./dist-es/index.js",
2020
"sideEffects": false,
2121
"dependencies": {
22-
"@aws-sdk/core": "workspace:^3.974.28",
23-
"@aws-sdk/credential-provider-node": "workspace:^3.972.63",
22+
"@aws-sdk/core": "workspace:^3.974.29",
23+
"@aws-sdk/credential-provider-node": "workspace:^3.972.64",
2424
"@aws-sdk/types": "workspace:^3.973.15",
2525
"@smithy/core": "^3.29.0",
2626
"@smithy/fetch-http-handler": "^5.6.2",

clients/client-account/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.1081.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1080.0...v3.1081.0) (2026-07-07)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
614
# [3.1080.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1079.0...v3.1080.0) (2026-07-06)
715

816
**Note:** Version bump only for package @aws-sdk/client-account

clients/client-account/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-account",
33
"description": "AWS SDK for JavaScript Account Client for Node.js, Browser and React Native",
4-
"version": "3.1080.0",
4+
"version": "3.1081.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
77
"build:cjs": "node ../../scripts/compilation/inline",
@@ -19,8 +19,8 @@
1919
"module": "./dist-es/index.js",
2020
"sideEffects": false,
2121
"dependencies": {
22-
"@aws-sdk/core": "workspace:^3.974.28",
23-
"@aws-sdk/credential-provider-node": "workspace:^3.972.63",
22+
"@aws-sdk/core": "workspace:^3.974.29",
23+
"@aws-sdk/credential-provider-node": "workspace:^3.972.64",
2424
"@aws-sdk/types": "workspace:^3.973.15",
2525
"@smithy/core": "^3.29.0",
2626
"@smithy/fetch-http-handler": "^5.6.2",

clients/client-acm-pca/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.1081.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1080.0...v3.1081.0) (2026-07-07)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.1080.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1079.0...v3.1080.0) (2026-07-06)
715

816
**Note:** Version bump only for package @aws-sdk/client-acm-pca

clients/client-acm-pca/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-acm-pca",
33
"description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
4-
"version": "3.1080.0",
4+
"version": "3.1081.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
77
"build:cjs": "node ../../scripts/compilation/inline",
@@ -19,8 +19,8 @@
1919
"module": "./dist-es/index.js",
2020
"sideEffects": false,
2121
"dependencies": {
22-
"@aws-sdk/core": "workspace:^3.974.28",
23-
"@aws-sdk/credential-provider-node": "workspace:^3.972.63",
22+
"@aws-sdk/core": "workspace:^3.974.29",
23+
"@aws-sdk/credential-provider-node": "workspace:^3.972.64",
2424
"@aws-sdk/types": "workspace:^3.973.15",
2525
"@smithy/core": "^3.29.0",
2626
"@smithy/fetch-http-handler": "^5.6.2",

clients/client-acm/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.1081.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1080.0...v3.1081.0) (2026-07-07)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.1080.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1079.0...v3.1080.0) (2026-07-06)
715

816
**Note:** Version bump only for package @aws-sdk/client-acm

clients/client-acm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-acm",
33
"description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
4-
"version": "3.1080.0",
4+
"version": "3.1081.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
77
"build:cjs": "node ../../scripts/compilation/inline",
@@ -21,8 +21,8 @@
2121
"module": "./dist-es/index.js",
2222
"sideEffects": false,
2323
"dependencies": {
24-
"@aws-sdk/core": "workspace:^3.974.28",
25-
"@aws-sdk/credential-provider-node": "workspace:^3.972.63",
24+
"@aws-sdk/core": "workspace:^3.974.29",
25+
"@aws-sdk/credential-provider-node": "workspace:^3.972.64",
2626
"@aws-sdk/types": "workspace:^3.973.15",
2727
"@smithy/core": "^3.29.0",
2828
"@smithy/fetch-http-handler": "^5.6.2",

0 commit comments

Comments
 (0)