@aws-sdk/client-tnb 3.370.0 → 3.378.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/commands/PutSolFunctionPackageContentCommand.d.ts +2 -3
- package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +2 -3
- package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +2 -3
- package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +2 -2
- package/package.json +36 -36
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
3
|
+
import { BlobPayloadInputTypes, Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
5
4
|
import { PutSolFunctionPackageContentInput, PutSolFunctionPackageContentOutput } from "../models/models_0";
|
|
6
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
7
6
|
/**
|
|
@@ -12,7 +11,7 @@ export { __MetadataBearer, $Command };
|
|
|
12
11
|
* @public
|
|
13
12
|
*/
|
|
14
13
|
export type PutSolFunctionPackageContentCommandInputType = Omit<PutSolFunctionPackageContentInput, "file"> & {
|
|
15
|
-
file:
|
|
14
|
+
file: BlobPayloadInputTypes;
|
|
16
15
|
};
|
|
17
16
|
/**
|
|
18
17
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
3
|
+
import { BlobPayloadInputTypes, Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
5
4
|
import { PutSolNetworkPackageContentInput, PutSolNetworkPackageContentOutput } from "../models/models_0";
|
|
6
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
7
6
|
/**
|
|
@@ -12,7 +11,7 @@ export { __MetadataBearer, $Command };
|
|
|
12
11
|
* @public
|
|
13
12
|
*/
|
|
14
13
|
export type PutSolNetworkPackageContentCommandInputType = Omit<PutSolNetworkPackageContentInput, "file"> & {
|
|
15
|
-
file:
|
|
14
|
+
file: BlobPayloadInputTypes;
|
|
16
15
|
};
|
|
17
16
|
/**
|
|
18
17
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
3
|
+
import { BlobPayloadInputTypes, Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
5
4
|
import { ValidateSolFunctionPackageContentInput, ValidateSolFunctionPackageContentOutput } from "../models/models_0";
|
|
6
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
7
6
|
/**
|
|
@@ -12,7 +11,7 @@ export { __MetadataBearer, $Command };
|
|
|
12
11
|
* @public
|
|
13
12
|
*/
|
|
14
13
|
export type ValidateSolFunctionPackageContentCommandInputType = Omit<ValidateSolFunctionPackageContentInput, "file"> & {
|
|
15
|
-
file:
|
|
14
|
+
file: BlobPayloadInputTypes;
|
|
16
15
|
};
|
|
17
16
|
/**
|
|
18
17
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
3
|
+
import { BlobPayloadInputTypes, Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
5
4
|
import { ValidateSolNetworkPackageContentInput, ValidateSolNetworkPackageContentOutput } from "../models/models_0";
|
|
6
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
7
6
|
/**
|
|
@@ -12,7 +11,7 @@ export { __MetadataBearer, $Command };
|
|
|
12
11
|
* @public
|
|
13
12
|
*/
|
|
14
13
|
export type ValidateSolNetworkPackageContentCommandInputType = Omit<ValidateSolNetworkPackageContentInput, "file"> & {
|
|
15
|
-
file:
|
|
14
|
+
file: BlobPayloadInputTypes;
|
|
16
15
|
};
|
|
17
16
|
/**
|
|
18
17
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import {
|
|
4
|
+
BlobPayloadInputTypes,
|
|
5
5
|
Handler,
|
|
6
6
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
7
7
|
MetadataBearer as __MetadataBearer,
|
|
@@ -21,7 +21,7 @@ export type PutSolFunctionPackageContentCommandInputType = Pick<
|
|
|
21
21
|
PutSolFunctionPackageContentInput,
|
|
22
22
|
Exclude<keyof PutSolFunctionPackageContentInput, "file">
|
|
23
23
|
> & {
|
|
24
|
-
file:
|
|
24
|
+
file: BlobPayloadInputTypes;
|
|
25
25
|
};
|
|
26
26
|
export interface PutSolFunctionPackageContentCommandInput
|
|
27
27
|
extends PutSolFunctionPackageContentCommandInputType {}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import {
|
|
4
|
+
BlobPayloadInputTypes,
|
|
5
5
|
Handler,
|
|
6
6
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
7
7
|
MetadataBearer as __MetadataBearer,
|
|
@@ -21,7 +21,7 @@ export type PutSolNetworkPackageContentCommandInputType = Pick<
|
|
|
21
21
|
PutSolNetworkPackageContentInput,
|
|
22
22
|
Exclude<keyof PutSolNetworkPackageContentInput, "file">
|
|
23
23
|
> & {
|
|
24
|
-
file:
|
|
24
|
+
file: BlobPayloadInputTypes;
|
|
25
25
|
};
|
|
26
26
|
export interface PutSolNetworkPackageContentCommandInput
|
|
27
27
|
extends PutSolNetworkPackageContentCommandInputType {}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import {
|
|
4
|
+
BlobPayloadInputTypes,
|
|
5
5
|
Handler,
|
|
6
6
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
7
7
|
MetadataBearer as __MetadataBearer,
|
|
@@ -21,7 +21,7 @@ export type ValidateSolFunctionPackageContentCommandInputType = Pick<
|
|
|
21
21
|
ValidateSolFunctionPackageContentInput,
|
|
22
22
|
Exclude<keyof ValidateSolFunctionPackageContentInput, "file">
|
|
23
23
|
> & {
|
|
24
|
-
file:
|
|
24
|
+
file: BlobPayloadInputTypes;
|
|
25
25
|
};
|
|
26
26
|
export interface ValidateSolFunctionPackageContentCommandInput
|
|
27
27
|
extends ValidateSolFunctionPackageContentCommandInputType {}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import {
|
|
4
|
+
BlobPayloadInputTypes,
|
|
5
5
|
Handler,
|
|
6
6
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
7
7
|
MetadataBearer as __MetadataBearer,
|
|
@@ -21,7 +21,7 @@ export type ValidateSolNetworkPackageContentCommandInputType = Pick<
|
|
|
21
21
|
ValidateSolNetworkPackageContentInput,
|
|
22
22
|
Exclude<keyof ValidateSolNetworkPackageContentInput, "file">
|
|
23
23
|
> & {
|
|
24
|
-
file:
|
|
24
|
+
file: BlobPayloadInputTypes;
|
|
25
25
|
};
|
|
26
26
|
export interface ValidateSolNetworkPackageContentCommandInput
|
|
27
27
|
extends ValidateSolNetworkPackageContentCommandInputType {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-tnb",
|
|
3
3
|
"description": "AWS SDK for JavaScript Tnb Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.378.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,44 +21,44 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^
|
|
36
|
-
"@smithy/fetch-http-handler": "^
|
|
37
|
-
"@smithy/hash-node": "^
|
|
38
|
-
"@smithy/invalid-dependency": "^
|
|
39
|
-
"@smithy/middleware-content-length": "^
|
|
40
|
-
"@smithy/middleware-endpoint": "^
|
|
41
|
-
"@smithy/middleware-retry": "^
|
|
42
|
-
"@smithy/middleware-serde": "^
|
|
43
|
-
"@smithy/middleware-stack": "^
|
|
44
|
-
"@smithy/node-config-provider": "^
|
|
45
|
-
"@smithy/node-http-handler": "^
|
|
46
|
-
"@smithy/protocol-http": "^
|
|
47
|
-
"@smithy/smithy-client": "^
|
|
48
|
-
"@smithy/types": "^
|
|
49
|
-
"@smithy/url-parser": "^
|
|
50
|
-
"@smithy/util-base64": "^
|
|
51
|
-
"@smithy/util-body-length-browser": "^
|
|
52
|
-
"@smithy/util-body-length-node": "^
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^
|
|
55
|
-
"@smithy/util-retry": "^
|
|
56
|
-
"@smithy/util-stream": "^
|
|
57
|
-
"@smithy/util-utf8": "^
|
|
24
|
+
"@aws-sdk/client-sts": "3.378.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.378.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.378.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.378.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.378.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.378.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.378.0",
|
|
31
|
+
"@aws-sdk/types": "3.378.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.378.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.378.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.378.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.0.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^2.0.1",
|
|
37
|
+
"@smithy/hash-node": "^2.0.1",
|
|
38
|
+
"@smithy/invalid-dependency": "^2.0.1",
|
|
39
|
+
"@smithy/middleware-content-length": "^2.0.1",
|
|
40
|
+
"@smithy/middleware-endpoint": "^2.0.1",
|
|
41
|
+
"@smithy/middleware-retry": "^2.0.1",
|
|
42
|
+
"@smithy/middleware-serde": "^2.0.1",
|
|
43
|
+
"@smithy/middleware-stack": "^2.0.0",
|
|
44
|
+
"@smithy/node-config-provider": "^2.0.1",
|
|
45
|
+
"@smithy/node-http-handler": "^2.0.1",
|
|
46
|
+
"@smithy/protocol-http": "^2.0.1",
|
|
47
|
+
"@smithy/smithy-client": "^2.0.1",
|
|
48
|
+
"@smithy/types": "^2.0.2",
|
|
49
|
+
"@smithy/url-parser": "^2.0.1",
|
|
50
|
+
"@smithy/util-base64": "^2.0.0",
|
|
51
|
+
"@smithy/util-body-length-browser": "^2.0.0",
|
|
52
|
+
"@smithy/util-body-length-node": "^2.0.0",
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^2.0.1",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^2.0.1",
|
|
55
|
+
"@smithy/util-retry": "^2.0.0",
|
|
56
|
+
"@smithy/util-stream": "^2.0.1",
|
|
57
|
+
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@smithy/service-client-documentation-generator": "^
|
|
61
|
+
"@smithy/service-client-documentation-generator": "^2.0.0",
|
|
62
62
|
"@tsconfig/node14": "1.0.3",
|
|
63
63
|
"@types/node": "^14.14.31",
|
|
64
64
|
"concurrently": "7.0.0",
|