@aws-sdk/middleware-location-constraint 3.357.0 → 3.369.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-types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@
|
|
1
|
+
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
|
|
2
2
|
import { LocationConstraintResolvedConfig } from "./configuration";
|
|
3
3
|
/**
|
|
4
4
|
* This middleware modifies the input on S3 CreateBucket requests. If the LocationConstraint has not been set, this
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
InitializeHandlerOptions,
|
|
3
3
|
InitializeMiddleware,
|
|
4
4
|
Pluggable,
|
|
5
|
-
} from "@
|
|
5
|
+
} from "@smithy/types";
|
|
6
6
|
import { LocationConstraintResolvedConfig } from "./configuration";
|
|
7
7
|
export declare function locationConstraintMiddleware(
|
|
8
8
|
options: LocationConstraintResolvedConfig
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-location-constraint",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.369.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,7 +21,8 @@
|
|
|
21
21
|
},
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/types": "3.
|
|
24
|
+
"@aws-sdk/types": "3.369.0",
|
|
25
|
+
"@smithy/types": "^1.1.0",
|
|
25
26
|
"tslib": "^2.5.0"
|
|
26
27
|
},
|
|
27
28
|
"engines": {
|