@aws-sdk/middleware-sdk-s3-control 3.341.0 → 3.347.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/process-arnables-plugin/index.js +2 -2
- package/dist-es/process-arnables-plugin/index.js +1 -1
- package/dist-types/process-arnables-plugin/index.d.ts +1 -1
- package/dist-types/ts3.4/process-arnables-plugin/index.d.ts +1 -1
- package/package.json +5 -5
- /package/dist-cjs/process-arnables-plugin/{plugin.js → getProcessArnablesPlugin.js} +0 -0
- /package/dist-es/process-arnables-plugin/{plugin.js → getProcessArnablesPlugin.js} +0 -0
- /package/dist-types/process-arnables-plugin/{plugin.d.ts → getProcessArnablesPlugin.d.ts} +0 -0
- /package/dist-types/ts3.4/process-arnables-plugin/{plugin.d.ts → getProcessArnablesPlugin.d.ts} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getOutpostEndpoint = exports.updateArnablesRequestMiddlewareOptions = exports.updateArnablesRequestMiddleware = exports.parseOutpostArnablesMiddleawareOptions = exports.parseOutpostArnablesMiddleaware = exports.getProcessArnablesPlugin = void 0;
|
|
4
|
-
var
|
|
5
|
-
Object.defineProperty(exports, "getProcessArnablesPlugin", { enumerable: true, get: function () { return
|
|
4
|
+
var getProcessArnablesPlugin_1 = require("./getProcessArnablesPlugin");
|
|
5
|
+
Object.defineProperty(exports, "getProcessArnablesPlugin", { enumerable: true, get: function () { return getProcessArnablesPlugin_1.getProcessArnablesPlugin; } });
|
|
6
6
|
var parse_outpost_arnables_1 = require("./parse-outpost-arnables");
|
|
7
7
|
Object.defineProperty(exports, "parseOutpostArnablesMiddleaware", { enumerable: true, get: function () { return parse_outpost_arnables_1.parseOutpostArnablesMiddleaware; } });
|
|
8
8
|
Object.defineProperty(exports, "parseOutpostArnablesMiddleawareOptions", { enumerable: true, get: function () { return parse_outpost_arnables_1.parseOutpostArnablesMiddleawareOptions; } });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { getProcessArnablesPlugin } from "./
|
|
1
|
+
export { getProcessArnablesPlugin } from "./getProcessArnablesPlugin";
|
|
2
2
|
export { parseOutpostArnablesMiddleaware, parseOutpostArnablesMiddleawareOptions } from "./parse-outpost-arnables";
|
|
3
3
|
export { updateArnablesRequestMiddleware, updateArnablesRequestMiddlewareOptions } from "./update-arnables-request";
|
|
4
4
|
export { getOutpostEndpoint } from "./getOutpostEndpoint";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { getProcessArnablesPlugin } from "./
|
|
1
|
+
export { getProcessArnablesPlugin } from "./getProcessArnablesPlugin";
|
|
2
2
|
export { parseOutpostArnablesMiddleaware, parseOutpostArnablesMiddleawareOptions } from "./parse-outpost-arnables";
|
|
3
3
|
export { updateArnablesRequestMiddleware, updateArnablesRequestMiddlewareOptions } from "./update-arnables-request";
|
|
4
4
|
export { getOutpostEndpoint } from "./getOutpostEndpoint";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-sdk-s3-control",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.347.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
},
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/middleware-bucket-endpoint": "3.
|
|
25
|
-
"@aws-sdk/protocol-http": "3.
|
|
26
|
-
"@aws-sdk/types": "3.
|
|
24
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.347.0",
|
|
25
|
+
"@aws-sdk/protocol-http": "3.347.0",
|
|
26
|
+
"@aws-sdk/types": "3.347.0",
|
|
27
27
|
"@aws-sdk/util-arn-parser": "3.310.0",
|
|
28
28
|
"tslib": "^2.5.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@aws-sdk/middleware-stack": "3.
|
|
31
|
+
"@aws-sdk/middleware-stack": "3.347.0",
|
|
32
32
|
"@tsconfig/recommended": "1.0.1",
|
|
33
33
|
"concurrently": "7.0.0",
|
|
34
34
|
"downlevel-dts": "0.10.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist-types/ts3.4/process-arnables-plugin/{plugin.d.ts → getProcessArnablesPlugin.d.ts}
RENAMED
|
File without changes
|