@aws-sdk/middleware-sdk-s3-control 3.972.5 → 3.972.6
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-types/configurations.d.ts +1 -1
- package/dist-types/host-prefix-deduplication/hostPrefixDeduplicationMiddleware.d.ts +1 -1
- package/dist-types/process-arnables-plugin/getProcessArnablesPlugin.d.ts +2 -2
- package/dist-types/process-arnables-plugin/parse-outpost-arnables.d.ts +2 -2
- package/dist-types/process-arnables-plugin/update-arnables-request.d.ts +1 -1
- package/dist-types/redirect-from-postid.d.ts +2 -2
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Pluggable, RelativeMiddlewareOptions, SerializeMiddleware } from "@smithy/types";
|
|
1
|
+
import type { Pluggable, RelativeMiddlewareOptions, SerializeMiddleware } from "@smithy/types";
|
|
2
2
|
/**
|
|
3
3
|
* @internal
|
|
4
4
|
* @deprecated - the middleware is no longer necessary since hostPrefix was
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Pluggable } from "@smithy/types";
|
|
2
|
-
import { S3ControlResolvedConfig } from "../configurations";
|
|
1
|
+
import type { Pluggable } from "@smithy/types";
|
|
2
|
+
import type { S3ControlResolvedConfig } from "../configurations";
|
|
3
3
|
export declare const getProcessArnablesPlugin: (options: S3ControlResolvedConfig) => Pluggable<any, any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RelativeMiddlewareOptions, SerializeMiddleware } from "@smithy/types";
|
|
2
|
-
import { S3ControlResolvedConfig } from "../configurations";
|
|
1
|
+
import type { RelativeMiddlewareOptions, SerializeMiddleware } from "@smithy/types";
|
|
2
|
+
import type { S3ControlResolvedConfig } from "../configurations";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BuildHandlerOptions, BuildMiddleware, Pluggable, Provider } from "@smithy/types";
|
|
2
|
-
import { S3ControlResolvedConfig } from "./configurations";
|
|
1
|
+
import type { BuildHandlerOptions, BuildMiddleware, Pluggable, Provider } from "@smithy/types";
|
|
2
|
+
import type { S3ControlResolvedConfig } from "./configurations";
|
|
3
3
|
type InputType = {
|
|
4
4
|
OutpostId?: string;
|
|
5
5
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-sdk-s3-control",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.6",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3-control",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/middleware-bucket-endpoint": "^3.972.
|
|
29
|
-
"@aws-sdk/types": "^3.973.
|
|
28
|
+
"@aws-sdk/middleware-bucket-endpoint": "^3.972.6",
|
|
29
|
+
"@aws-sdk/types": "^3.973.4",
|
|
30
30
|
"@aws-sdk/util-arn-parser": "^3.972.2",
|
|
31
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
31
|
+
"@aws-sdk/util-endpoints": "^3.996.3",
|
|
32
32
|
"@smithy/protocol-http": "^5.3.10",
|
|
33
33
|
"@smithy/types": "^4.13.0",
|
|
34
34
|
"@smithy/util-endpoints": "^3.3.1",
|