@aws-sdk/middleware-sdk-ec2 3.798.0 → 3.806.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
@@ -125,8 +125,8 @@ var getCopySnapshotPresignedUrlPlugin = /* @__PURE__ */ __name((config) => ({
125
125
  // Annotate the CommonJS export names for ESM import in node:
126
126
 
127
127
  0 && (module.exports = {
128
- copySnapshotPresignedUrlMiddleware,
129
128
  copySnapshotPresignedUrlMiddlewareOptions,
130
- getCopySnapshotPresignedUrlPlugin
129
+ getCopySnapshotPresignedUrlPlugin,
130
+ copySnapshotPresignedUrlMiddleware
131
131
  });
132
132
 
@@ -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
  }
7
7
  export declare const region: () => Promise<string>;
8
8
  export declare const credentials: () => Promise<{
@@ -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
  }
7
7
  export declare const region: () => Promise<string>;
8
8
  export declare const credentials: () => Promise<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-ec2",
3
- "version": "3.798.0",
3
+ "version": "3.806.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-ec2",
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "3.775.0",
29
- "@aws-sdk/util-format-url": "3.775.0",
30
- "@smithy/middleware-endpoint": "^4.1.1",
28
+ "@aws-sdk/types": "3.804.0",
29
+ "@aws-sdk/util-format-url": "3.804.0",
30
+ "@smithy/middleware-endpoint": "^4.1.3",
31
31
  "@smithy/protocol-http": "^5.1.0",
32
32
  "@smithy/signature-v4": "^5.1.0",
33
- "@smithy/smithy-client": "^4.2.1",
33
+ "@smithy/smithy-client": "^4.2.3",
34
34
  "@smithy/types": "^4.2.0",
35
35
  "tslib": "^2.6.2"
36
36
  },
@@ -58,6 +58,6 @@
58
58
  "concurrently": "7.0.0",
59
59
  "downlevel-dts": "0.10.1",
60
60
  "rimraf": "3.0.2",
61
- "typescript": "~5.2.2"
61
+ "typescript": "~5.8.3"
62
62
  }
63
63
  }