@aws-sdk/client-tnb 3.1045.0 → 3.1047.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-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +82 -83
- package/dist-cjs/models/TnbServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Tnb.js +1 -1
- package/dist-es/TnbClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CancelSolNetworkOperationCommand.js +2 -2
- package/dist-es/commands/CreateSolFunctionPackageCommand.js +2 -2
- package/dist-es/commands/CreateSolNetworkInstanceCommand.js +2 -2
- package/dist-es/commands/CreateSolNetworkPackageCommand.js +2 -2
- package/dist-es/commands/DeleteSolFunctionPackageCommand.js +2 -2
- package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteSolNetworkPackageCommand.js +2 -2
- package/dist-es/commands/GetSolFunctionInstanceCommand.js +2 -2
- package/dist-es/commands/GetSolFunctionPackageCommand.js +2 -2
- package/dist-es/commands/GetSolFunctionPackageContentCommand.js +2 -2
- package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +2 -2
- package/dist-es/commands/GetSolNetworkInstanceCommand.js +2 -2
- package/dist-es/commands/GetSolNetworkOperationCommand.js +2 -2
- package/dist-es/commands/GetSolNetworkPackageCommand.js +2 -2
- package/dist-es/commands/GetSolNetworkPackageContentCommand.js +2 -2
- package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +2 -2
- package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +2 -2
- package/dist-es/commands/ListSolFunctionInstancesCommand.js +2 -2
- package/dist-es/commands/ListSolFunctionPackagesCommand.js +2 -2
- package/dist-es/commands/ListSolNetworkInstancesCommand.js +2 -2
- package/dist-es/commands/ListSolNetworkOperationsCommand.js +2 -2
- package/dist-es/commands/ListSolNetworkPackagesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutSolFunctionPackageContentCommand.js +2 -2
- package/dist-es/commands/PutSolNetworkPackageContentCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateSolFunctionPackageCommand.js +2 -2
- package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +2 -2
- package/dist-es/commands/UpdateSolNetworkPackageCommand.js +2 -2
- package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +2 -2
- package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/TnbServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/TnbClient.d.ts +5 -5
- package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +6 -4
- package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +6 -4
- package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +7 -5
- package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +7 -5
- package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +6 -4
- package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +7 -5
- package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +7 -5
- package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +6 -4
- package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +6 -4
- package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +6 -4
- package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +6 -4
- package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/TnbServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/TnbClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/TnbServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -35
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
3
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import {
|
|
5
5
|
GetSolFunctionPackageDescriptorInput,
|
|
6
6
|
GetSolFunctionPackageDescriptorOutput,
|
|
@@ -26,7 +26,7 @@ export interface GetSolFunctionPackageDescriptorCommandOutput
|
|
|
26
26
|
declare const GetSolFunctionPackageDescriptorCommand_base: {
|
|
27
27
|
new (
|
|
28
28
|
input: GetSolFunctionPackageDescriptorCommandInput
|
|
29
|
-
): import("@smithy/
|
|
29
|
+
): import("@smithy/core/client").CommandImpl<
|
|
30
30
|
GetSolFunctionPackageDescriptorCommandInput,
|
|
31
31
|
GetSolFunctionPackageDescriptorCommandOutput,
|
|
32
32
|
TnbClientResolvedConfig,
|
|
@@ -35,14 +35,16 @@ declare const GetSolFunctionPackageDescriptorCommand_base: {
|
|
|
35
35
|
>;
|
|
36
36
|
new (
|
|
37
37
|
input: GetSolFunctionPackageDescriptorCommandInput
|
|
38
|
-
): import("@smithy/
|
|
38
|
+
): import("@smithy/core/client").CommandImpl<
|
|
39
39
|
GetSolFunctionPackageDescriptorCommandInput,
|
|
40
40
|
GetSolFunctionPackageDescriptorCommandOutput,
|
|
41
41
|
TnbClientResolvedConfig,
|
|
42
42
|
ServiceInputTypes,
|
|
43
43
|
ServiceOutputTypes
|
|
44
44
|
>;
|
|
45
|
-
getEndpointParameterInstructions():
|
|
45
|
+
getEndpointParameterInstructions(): {
|
|
46
|
+
[x: string]: unknown;
|
|
47
|
+
};
|
|
46
48
|
};
|
|
47
49
|
export declare class GetSolFunctionPackageDescriptorCommand extends GetSolFunctionPackageDescriptorCommand_base {
|
|
48
50
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetSolNetworkInstanceInput,
|
|
@@ -19,7 +19,7 @@ export interface GetSolNetworkInstanceCommandOutput
|
|
|
19
19
|
declare const GetSolNetworkInstanceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetSolNetworkInstanceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetSolNetworkInstanceCommandInput,
|
|
24
24
|
GetSolNetworkInstanceCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetSolNetworkInstanceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetSolNetworkInstanceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetSolNetworkInstanceCommandInput,
|
|
33
33
|
GetSolNetworkInstanceCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetSolNetworkInstanceCommand extends GetSolNetworkInstanceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetSolNetworkOperationInput,
|
|
@@ -19,7 +19,7 @@ export interface GetSolNetworkOperationCommandOutput
|
|
|
19
19
|
declare const GetSolNetworkOperationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetSolNetworkOperationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetSolNetworkOperationCommandInput,
|
|
24
24
|
GetSolNetworkOperationCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetSolNetworkOperationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetSolNetworkOperationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetSolNetworkOperationCommandInput,
|
|
33
33
|
GetSolNetworkOperationCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetSolNetworkOperationCommand extends GetSolNetworkOperationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetSolNetworkPackageInput,
|
|
@@ -19,7 +19,7 @@ export interface GetSolNetworkPackageCommandOutput
|
|
|
19
19
|
declare const GetSolNetworkPackageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetSolNetworkPackageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetSolNetworkPackageCommandInput,
|
|
24
24
|
GetSolNetworkPackageCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetSolNetworkPackageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetSolNetworkPackageCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetSolNetworkPackageCommandInput,
|
|
33
33
|
GetSolNetworkPackageCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetSolNetworkPackageCommand extends GetSolNetworkPackageCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
3
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import {
|
|
5
5
|
GetSolNetworkPackageContentInput,
|
|
6
6
|
GetSolNetworkPackageContentOutput,
|
|
@@ -26,7 +26,7 @@ export interface GetSolNetworkPackageContentCommandOutput
|
|
|
26
26
|
declare const GetSolNetworkPackageContentCommand_base: {
|
|
27
27
|
new (
|
|
28
28
|
input: GetSolNetworkPackageContentCommandInput
|
|
29
|
-
): import("@smithy/
|
|
29
|
+
): import("@smithy/core/client").CommandImpl<
|
|
30
30
|
GetSolNetworkPackageContentCommandInput,
|
|
31
31
|
GetSolNetworkPackageContentCommandOutput,
|
|
32
32
|
TnbClientResolvedConfig,
|
|
@@ -35,14 +35,16 @@ declare const GetSolNetworkPackageContentCommand_base: {
|
|
|
35
35
|
>;
|
|
36
36
|
new (
|
|
37
37
|
input: GetSolNetworkPackageContentCommandInput
|
|
38
|
-
): import("@smithy/
|
|
38
|
+
): import("@smithy/core/client").CommandImpl<
|
|
39
39
|
GetSolNetworkPackageContentCommandInput,
|
|
40
40
|
GetSolNetworkPackageContentCommandOutput,
|
|
41
41
|
TnbClientResolvedConfig,
|
|
42
42
|
ServiceInputTypes,
|
|
43
43
|
ServiceOutputTypes
|
|
44
44
|
>;
|
|
45
|
-
getEndpointParameterInstructions():
|
|
45
|
+
getEndpointParameterInstructions(): {
|
|
46
|
+
[x: string]: unknown;
|
|
47
|
+
};
|
|
46
48
|
};
|
|
47
49
|
export declare class GetSolNetworkPackageContentCommand extends GetSolNetworkPackageContentCommand_base {
|
|
48
50
|
protected static __types: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
3
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import {
|
|
5
5
|
GetSolNetworkPackageDescriptorInput,
|
|
6
6
|
GetSolNetworkPackageDescriptorOutput,
|
|
@@ -26,7 +26,7 @@ export interface GetSolNetworkPackageDescriptorCommandOutput
|
|
|
26
26
|
declare const GetSolNetworkPackageDescriptorCommand_base: {
|
|
27
27
|
new (
|
|
28
28
|
input: GetSolNetworkPackageDescriptorCommandInput
|
|
29
|
-
): import("@smithy/
|
|
29
|
+
): import("@smithy/core/client").CommandImpl<
|
|
30
30
|
GetSolNetworkPackageDescriptorCommandInput,
|
|
31
31
|
GetSolNetworkPackageDescriptorCommandOutput,
|
|
32
32
|
TnbClientResolvedConfig,
|
|
@@ -35,14 +35,16 @@ declare const GetSolNetworkPackageDescriptorCommand_base: {
|
|
|
35
35
|
>;
|
|
36
36
|
new (
|
|
37
37
|
input: GetSolNetworkPackageDescriptorCommandInput
|
|
38
|
-
): import("@smithy/
|
|
38
|
+
): import("@smithy/core/client").CommandImpl<
|
|
39
39
|
GetSolNetworkPackageDescriptorCommandInput,
|
|
40
40
|
GetSolNetworkPackageDescriptorCommandOutput,
|
|
41
41
|
TnbClientResolvedConfig,
|
|
42
42
|
ServiceInputTypes,
|
|
43
43
|
ServiceOutputTypes
|
|
44
44
|
>;
|
|
45
|
-
getEndpointParameterInstructions():
|
|
45
|
+
getEndpointParameterInstructions(): {
|
|
46
|
+
[x: string]: unknown;
|
|
47
|
+
};
|
|
46
48
|
};
|
|
47
49
|
export declare class GetSolNetworkPackageDescriptorCommand extends GetSolNetworkPackageDescriptorCommand_base {
|
|
48
50
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InstantiateSolNetworkInstanceInput,
|
|
@@ -19,7 +19,7 @@ export interface InstantiateSolNetworkInstanceCommandOutput
|
|
|
19
19
|
declare const InstantiateSolNetworkInstanceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: InstantiateSolNetworkInstanceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
InstantiateSolNetworkInstanceCommandInput,
|
|
24
24
|
InstantiateSolNetworkInstanceCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const InstantiateSolNetworkInstanceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: InstantiateSolNetworkInstanceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
InstantiateSolNetworkInstanceCommandInput,
|
|
33
33
|
InstantiateSolNetworkInstanceCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class InstantiateSolNetworkInstanceCommand extends InstantiateSolNetworkInstanceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListSolFunctionInstancesInput,
|
|
@@ -19,7 +19,7 @@ export interface ListSolFunctionInstancesCommandOutput
|
|
|
19
19
|
declare const ListSolFunctionInstancesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListSolFunctionInstancesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListSolFunctionInstancesCommandInput,
|
|
24
24
|
ListSolFunctionInstancesCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListSolFunctionInstancesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListSolFunctionInstancesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListSolFunctionInstancesCommandInput,
|
|
33
33
|
ListSolFunctionInstancesCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListSolFunctionInstancesCommand extends ListSolFunctionInstancesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListSolFunctionPackagesInput,
|
|
@@ -19,7 +19,7 @@ export interface ListSolFunctionPackagesCommandOutput
|
|
|
19
19
|
declare const ListSolFunctionPackagesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListSolFunctionPackagesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListSolFunctionPackagesCommandInput,
|
|
24
24
|
ListSolFunctionPackagesCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListSolFunctionPackagesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListSolFunctionPackagesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListSolFunctionPackagesCommandInput,
|
|
33
33
|
ListSolFunctionPackagesCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListSolFunctionPackagesCommand extends ListSolFunctionPackagesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListSolNetworkInstancesInput,
|
|
@@ -19,7 +19,7 @@ export interface ListSolNetworkInstancesCommandOutput
|
|
|
19
19
|
declare const ListSolNetworkInstancesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListSolNetworkInstancesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListSolNetworkInstancesCommandInput,
|
|
24
24
|
ListSolNetworkInstancesCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListSolNetworkInstancesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListSolNetworkInstancesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListSolNetworkInstancesCommandInput,
|
|
33
33
|
ListSolNetworkInstancesCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListSolNetworkInstancesCommand extends ListSolNetworkInstancesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListSolNetworkOperationsInput,
|
|
@@ -19,7 +19,7 @@ export interface ListSolNetworkOperationsCommandOutput
|
|
|
19
19
|
declare const ListSolNetworkOperationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListSolNetworkOperationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListSolNetworkOperationsCommandInput,
|
|
24
24
|
ListSolNetworkOperationsCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListSolNetworkOperationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListSolNetworkOperationsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListSolNetworkOperationsCommandInput,
|
|
33
33
|
ListSolNetworkOperationsCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListSolNetworkOperationsCommand extends ListSolNetworkOperationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListSolNetworkPackagesInput,
|
|
@@ -19,7 +19,7 @@ export interface ListSolNetworkPackagesCommandOutput
|
|
|
19
19
|
declare const ListSolNetworkPackagesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListSolNetworkPackagesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListSolNetworkPackagesCommandInput,
|
|
24
24
|
ListSolNetworkPackagesCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListSolNetworkPackagesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListSolNetworkPackagesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListSolNetworkPackagesCommandInput,
|
|
33
33
|
ListSolNetworkPackagesCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListSolNetworkPackagesCommand extends ListSolNetworkPackagesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTagsForResourceInput,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import {
|
|
3
3
|
BlobPayloadInputTypes,
|
|
4
4
|
MetadataBearer as __MetadataBearer,
|
|
@@ -28,7 +28,7 @@ export interface PutSolFunctionPackageContentCommandOutput
|
|
|
28
28
|
declare const PutSolFunctionPackageContentCommand_base: {
|
|
29
29
|
new (
|
|
30
30
|
input: PutSolFunctionPackageContentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutSolFunctionPackageContentCommandInput,
|
|
33
33
|
PutSolFunctionPackageContentCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
@@ -37,14 +37,16 @@ declare const PutSolFunctionPackageContentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
new (
|
|
39
39
|
input: PutSolFunctionPackageContentCommandInput
|
|
40
|
-
): import("@smithy/
|
|
40
|
+
): import("@smithy/core/client").CommandImpl<
|
|
41
41
|
PutSolFunctionPackageContentCommandInput,
|
|
42
42
|
PutSolFunctionPackageContentCommandOutput,
|
|
43
43
|
TnbClientResolvedConfig,
|
|
44
44
|
ServiceInputTypes,
|
|
45
45
|
ServiceOutputTypes
|
|
46
46
|
>;
|
|
47
|
-
getEndpointParameterInstructions():
|
|
47
|
+
getEndpointParameterInstructions(): {
|
|
48
|
+
[x: string]: unknown;
|
|
49
|
+
};
|
|
48
50
|
};
|
|
49
51
|
export declare class PutSolFunctionPackageContentCommand extends PutSolFunctionPackageContentCommand_base {
|
|
50
52
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import {
|
|
3
3
|
BlobPayloadInputTypes,
|
|
4
4
|
MetadataBearer as __MetadataBearer,
|
|
@@ -28,7 +28,7 @@ export interface PutSolNetworkPackageContentCommandOutput
|
|
|
28
28
|
declare const PutSolNetworkPackageContentCommand_base: {
|
|
29
29
|
new (
|
|
30
30
|
input: PutSolNetworkPackageContentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutSolNetworkPackageContentCommandInput,
|
|
33
33
|
PutSolNetworkPackageContentCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
@@ -37,14 +37,16 @@ declare const PutSolNetworkPackageContentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
new (
|
|
39
39
|
input: PutSolNetworkPackageContentCommandInput
|
|
40
|
-
): import("@smithy/
|
|
40
|
+
): import("@smithy/core/client").CommandImpl<
|
|
41
41
|
PutSolNetworkPackageContentCommandInput,
|
|
42
42
|
PutSolNetworkPackageContentCommandOutput,
|
|
43
43
|
TnbClientResolvedConfig,
|
|
44
44
|
ServiceInputTypes,
|
|
45
45
|
ServiceOutputTypes
|
|
46
46
|
>;
|
|
47
|
-
getEndpointParameterInstructions():
|
|
47
|
+
getEndpointParameterInstructions(): {
|
|
48
|
+
[x: string]: unknown;
|
|
49
|
+
};
|
|
48
50
|
};
|
|
49
51
|
export declare class PutSolNetworkPackageContentCommand extends PutSolNetworkPackageContentCommand_base {
|
|
50
52
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
TnbClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
TnbClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
TerminateSolNetworkInstanceInput,
|
|
@@ -19,7 +19,7 @@ export interface TerminateSolNetworkInstanceCommandOutput
|
|
|
19
19
|
declare const TerminateSolNetworkInstanceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: TerminateSolNetworkInstanceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
TerminateSolNetworkInstanceCommandInput,
|
|
24
24
|
TerminateSolNetworkInstanceCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const TerminateSolNetworkInstanceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: TerminateSolNetworkInstanceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
TerminateSolNetworkInstanceCommandInput,
|
|
33
33
|
TerminateSolNetworkInstanceCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class TerminateSolNetworkInstanceCommand extends TerminateSolNetworkInstanceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface UntagResourceCommandOutput
|
|
|
15
15
|
declare const UntagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UntagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
21
21
|
TnbClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UntagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UntagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UntagResourceCommandInput,
|
|
29
29
|
UntagResourceCommandOutput,
|
|
30
30
|
TnbClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateSolFunctionPackageInput,
|
|
@@ -19,7 +19,7 @@ export interface UpdateSolFunctionPackageCommandOutput
|
|
|
19
19
|
declare const UpdateSolFunctionPackageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateSolFunctionPackageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateSolFunctionPackageCommandInput,
|
|
24
24
|
UpdateSolFunctionPackageCommandOutput,
|
|
25
25
|
TnbClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateSolFunctionPackageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateSolFunctionPackageCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateSolFunctionPackageCommandInput,
|
|
33
33
|
UpdateSolFunctionPackageCommandOutput,
|
|
34
34
|
TnbClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateSolFunctionPackageCommand extends UpdateSolFunctionPackageCommand_base {
|
|
41
43
|
protected static __types: {
|