@aws-sdk/middleware-sdk-rds 3.796.0 → 3.804.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/dist-cjs/index.js CHANGED
@@ -123,8 +123,8 @@ __name(getEndpointFromARN, "getEndpointFromARN");
123
123
  // Annotate the CommonJS export names for ESM import in node:
124
124
 
125
125
  0 && (module.exports = {
126
- crossRegionPresignedUrlMiddleware,
127
126
  crossRegionPresignedUrlMiddlewareOptions,
128
- getCrossRegionPresignedUrlPlugin
127
+ getCrossRegionPresignedUrlPlugin,
128
+ crossRegionPresignedUrlMiddleware
129
129
  });
130
130
 
@@ -2,7 +2,7 @@ import { SourceData } from "@smithy/types";
2
2
  export declare class MockSha256 {
3
3
  constructor(secret?: string | ArrayBuffer | ArrayBufferView);
4
4
  update(data?: SourceData): void;
5
- digest(): Promise<Uint8Array>;
5
+ digest(): Promise<Uint8Array<ArrayBuffer>>;
6
6
  reset(): void;
7
7
  }
8
8
  export declare const region: () => Promise<string>;
@@ -2,7 +2,7 @@ import { SourceData } from "@smithy/types";
2
2
  export declare class MockSha256 {
3
3
  constructor(secret?: string | ArrayBuffer | ArrayBufferView);
4
4
  update(data?: SourceData): void;
5
- digest(): Promise<Uint8Array>;
5
+ digest(): Promise<Uint8Array<ArrayBuffer>>;
6
6
  reset(): void;
7
7
  }
8
8
  export declare const region: () => Promise<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-rds",
3
- "version": "3.796.0",
3
+ "version": "3.804.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-sdk-rds",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.775.0",
27
- "@aws-sdk/util-format-url": "3.775.0",
28
- "@smithy/middleware-endpoint": "^4.1.0",
26
+ "@aws-sdk/types": "3.804.0",
27
+ "@aws-sdk/util-format-url": "3.804.0",
28
+ "@smithy/middleware-endpoint": "^4.1.2",
29
29
  "@smithy/protocol-http": "^5.1.0",
30
30
  "@smithy/signature-v4": "^5.1.0",
31
31
  "@smithy/types": "^4.2.0",
@@ -55,6 +55,6 @@
55
55
  "concurrently": "7.0.0",
56
56
  "downlevel-dts": "0.10.1",
57
57
  "rimraf": "3.0.2",
58
- "typescript": "~5.2.2"
58
+ "typescript": "~5.8.3"
59
59
  }
60
60
  }