@aws-sdk/middleware-sdk-rds 3.36.0 → 3.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/middleware-sdk-rds
9
+
10
+
11
+
12
+
13
+
14
+ # [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/middleware-sdk-rds
17
+
18
+
19
+
20
+
21
+
22
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/middleware-sdk-rds
25
+
26
+
27
+
28
+
29
+
30
+ # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
31
+
32
+ **Note:** Version bump only for package @aws-sdk/middleware-sdk-rds
33
+
34
+
35
+
36
+
37
+
6
38
  # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
7
39
 
8
40
 
@@ -6,10 +6,7 @@ interface PreviouslyResolved {
6
6
  sha256: HashConstructor;
7
7
  signingEscapePath: boolean;
8
8
  }
9
- /**
10
- * Config of the middleware to automatically add presigned URL to request.
11
- * The presigned URL is generated by sigV4
12
- */
9
+
13
10
  export declare function crossRegionPresignedUrlMiddleware(options: PreviouslyResolved): InitializeMiddleware<any, any>;
14
11
  export declare const crossRegionPresignedUrlMiddlewareOptions: InitializeHandlerOptions;
15
12
  export declare const getCrossRegionPresignedUrlPlugin: (config: PreviouslyResolved) => Pluggable<any, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-rds",
3
- "version": "3.36.0",
3
+ "version": "3.40.0",
4
4
  "scripts": {
5
5
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,10 +18,10 @@
18
18
  },
19
19
  "license": "Apache-2.0",
20
20
  "dependencies": {
21
- "@aws-sdk/protocol-http": "3.36.0",
22
- "@aws-sdk/signature-v4": "3.36.0",
23
- "@aws-sdk/types": "3.36.0",
24
- "@aws-sdk/util-format-url": "3.36.0",
21
+ "@aws-sdk/protocol-http": "3.40.0",
22
+ "@aws-sdk/signature-v4": "3.40.0",
23
+ "@aws-sdk/types": "3.40.0",
24
+ "@aws-sdk/util-format-url": "3.40.0",
25
25
  "tslib": "^2.3.0"
26
26
  },
27
27
  "devDependencies": {