@aws-sdk/middleware-sdk-s3-control 3.292.0 → 3.296.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,6 +1,6 @@
1
1
  import { InitializeHandlerOptions, InitializeMiddleware } from "@aws-sdk/types";
2
2
  import { S3ControlResolvedConfig } from "../configurations";
3
- declare type ArnableInput = {
3
+ type ArnableInput = {
4
4
  Name?: string;
5
5
  Bucket?: string;
6
6
  AccountId?: string;
@@ -1,6 +1,6 @@
1
1
  import { BuildHandlerOptions, BuildMiddleware, Pluggable, Provider } from "@aws-sdk/types";
2
2
  import { S3ControlResolvedConfig } from "./configurations";
3
- declare type InputType = {
3
+ type InputType = {
4
4
  OutpostId?: string;
5
5
  };
6
6
  export interface RedirectFromPostIdMiddlewareConfig {
@@ -1,6 +1,6 @@
1
1
  import { InitializeHandlerOptions, InitializeMiddleware } from "@aws-sdk/types";
2
2
  import { S3ControlResolvedConfig } from "../configurations";
3
- declare type ArnableInput = {
3
+ type ArnableInput = {
4
4
  Name?: string;
5
5
  Bucket?: string;
6
6
  AccountId?: string;
@@ -5,7 +5,7 @@ import {
5
5
  Provider,
6
6
  } from "@aws-sdk/types";
7
7
  import { S3ControlResolvedConfig } from "./configurations";
8
- declare type InputType = {
8
+ type InputType = {
9
9
  OutpostId?: string;
10
10
  };
11
11
  export interface RedirectFromPostIdMiddlewareConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-s3-control",
3
- "version": "3.292.0",
3
+ "version": "3.296.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",
@@ -20,20 +20,20 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/middleware-bucket-endpoint": "3.292.0",
24
- "@aws-sdk/protocol-http": "3.292.0",
25
- "@aws-sdk/types": "3.292.0",
26
- "@aws-sdk/util-arn-parser": "3.292.0",
27
- "tslib": "^2.3.1"
23
+ "@aws-sdk/middleware-bucket-endpoint": "3.296.0",
24
+ "@aws-sdk/protocol-http": "3.296.0",
25
+ "@aws-sdk/types": "3.296.0",
26
+ "@aws-sdk/util-arn-parser": "3.295.0",
27
+ "tslib": "^2.5.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@aws-sdk/middleware-stack": "3.292.0",
30
+ "@aws-sdk/middleware-stack": "3.296.0",
31
31
  "@tsconfig/recommended": "1.0.1",
32
32
  "concurrently": "7.0.0",
33
33
  "downlevel-dts": "0.10.1",
34
34
  "rimraf": "3.0.2",
35
35
  "typedoc": "0.23.23",
36
- "typescript": "~4.6.2"
36
+ "typescript": "~4.9.5"
37
37
  },
38
38
  "engines": {
39
39
  "node": ">=14.0.0"