@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.
@@ -1,4 +1,4 @@
1
- import { Provider } from "@aws-sdk/types";
1
+ import { Provider } from "@smithy/types";
2
2
  export interface LocationConstraintInputConfig {
3
3
  }
4
4
  interface PreviouslyResolved {
@@ -1,4 +1,4 @@
1
- import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@aws-sdk/types";
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
@@ -1,4 +1,4 @@
1
- import { Provider } from "@aws-sdk/types";
1
+ import { Provider } from "@smithy/types";
2
2
  export interface LocationConstraintInputConfig {}
3
3
  interface PreviouslyResolved {
4
4
  region: Provider<string>;
@@ -2,7 +2,7 @@ import {
2
2
  InitializeHandlerOptions,
3
3
  InitializeMiddleware,
4
4
  Pluggable,
5
- } from "@aws-sdk/types";
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.357.0",
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.357.0",
24
+ "@aws-sdk/types": "3.369.0",
25
+ "@smithy/types": "^1.1.0",
25
26
  "tslib": "^2.5.0"
26
27
  },
27
28
  "engines": {