@aws-sdk/middleware-sdk-ec2 3.758.0 → 3.775.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
@@ -19,13 +19,13 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  copySnapshotPresignedUrlMiddleware: () => copySnapshotPresignedUrlMiddleware,
25
25
  copySnapshotPresignedUrlMiddlewareOptions: () => copySnapshotPresignedUrlMiddlewareOptions,
26
26
  getCopySnapshotPresignedUrlPlugin: () => getCopySnapshotPresignedUrlPlugin
27
27
  });
28
- module.exports = __toCommonJS(src_exports);
28
+ module.exports = __toCommonJS(index_exports);
29
29
  var import_util_format_url = require("@aws-sdk/util-format-url");
30
30
  var import_middleware_endpoint = require("@smithy/middleware-endpoint");
31
31
  var import_protocol_http = require("@smithy/protocol-http");
@@ -118,9 +118,9 @@ var copySnapshotPresignedUrlMiddlewareOptions = {
118
118
  toMiddleware: "endpointV2Middleware"
119
119
  };
120
120
  var getCopySnapshotPresignedUrlPlugin = /* @__PURE__ */ __name((config) => ({
121
- applyToStack: (clientStack) => {
121
+ applyToStack: /* @__PURE__ */ __name((clientStack) => {
122
122
  clientStack.add(copySnapshotPresignedUrlMiddleware(config), copySnapshotPresignedUrlMiddlewareOptions);
123
- }
123
+ }, "applyToStack")
124
124
  }), "getCopySnapshotPresignedUrlPlugin");
125
125
  // Annotate the CommonJS export names for ESM import in node:
126
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-ec2",
3
- "version": "3.758.0",
3
+ "version": "3.775.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,13 +25,13 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "3.734.0",
29
- "@aws-sdk/util-format-url": "3.734.0",
30
- "@smithy/middleware-endpoint": "^4.0.6",
31
- "@smithy/protocol-http": "^5.0.1",
32
- "@smithy/signature-v4": "^5.0.1",
33
- "@smithy/smithy-client": "^4.1.6",
34
- "@smithy/types": "^4.1.0",
28
+ "@aws-sdk/types": "3.775.0",
29
+ "@aws-sdk/util-format-url": "3.775.0",
30
+ "@smithy/middleware-endpoint": "^4.1.0",
31
+ "@smithy/protocol-http": "^5.1.0",
32
+ "@smithy/signature-v4": "^5.0.2",
33
+ "@smithy/smithy-client": "^4.2.0",
34
+ "@smithy/types": "^4.2.0",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "engines": {