@aws-sdk/util-create-request 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.
@@ -4,12 +4,12 @@ import { MetadataBearer } from "@aws-sdk/types";
4
4
  export interface OperationInput {
5
5
  String: string;
6
6
  }
7
- export declare type InputTypesUnion = OperationInput;
7
+ export type InputTypesUnion = OperationInput;
8
8
  export interface OperationOutput extends MetadataBearer {
9
9
  Data: string;
10
10
  $metadata: {};
11
11
  }
12
- export declare type OutputTypesUnion = OperationOutput;
12
+ export type OutputTypesUnion = OperationOutput;
13
13
  export declare const fooClient: Client<any, InputTypesUnion, OutputTypesUnion, any>;
14
14
  export declare const operationCommand: Command<InputTypesUnion, OutputTypesUnion, any, OperationInput, MetadataBearer>;
15
15
  export declare const httpRequest: HttpRequest;
@@ -4,12 +4,12 @@ import { MetadataBearer } from "@aws-sdk/types";
4
4
  export interface OperationInput {
5
5
  String: string;
6
6
  }
7
- export declare type InputTypesUnion = OperationInput;
7
+ export type InputTypesUnion = OperationInput;
8
8
  export interface OperationOutput extends MetadataBearer {
9
9
  Data: string;
10
10
  $metadata: {};
11
11
  }
12
- export declare type OutputTypesUnion = OperationOutput;
12
+ export type OutputTypesUnion = OperationOutput;
13
13
  export declare const fooClient: Client<
14
14
  any,
15
15
  InputTypesUnion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-create-request",
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-stack": "3.292.0",
24
- "@aws-sdk/smithy-client": "3.292.0",
25
- "@aws-sdk/types": "3.292.0",
26
- "tslib": "^2.3.1"
23
+ "@aws-sdk/middleware-stack": "3.296.0",
24
+ "@aws-sdk/smithy-client": "3.296.0",
25
+ "@aws-sdk/types": "3.296.0",
26
+ "tslib": "^2.5.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@aws-sdk/protocol-http": "3.292.0",
29
+ "@aws-sdk/protocol-http": "3.296.0",
30
30
  "@tsconfig/recommended": "1.0.1",
31
31
  "@types/node": "^14.14.31",
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"