@aws-sdk/client-tnb 3.1044.0 → 3.1046.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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateSolFunctionPackageInput, CreateSolFunctionPackageOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateSolFunctionPackageCommandInput extends CreateSolFunctionP
|
|
|
22
22
|
export interface CreateSolFunctionPackageCommandOutput extends CreateSolFunctionPackageOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateSolFunctionPackageCommand_base: {
|
|
25
|
-
new (input: CreateSolFunctionPackageCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateSolFunctionPackageCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateSolFunctionPackageCommandInput]): import("@smithy/core/client").CommandImpl<CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a function package.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateSolNetworkInstanceInput, CreateSolNetworkInstanceOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateSolNetworkInstanceCommandInput extends CreateSolNetworkIn
|
|
|
22
22
|
export interface CreateSolNetworkInstanceCommandOutput extends CreateSolNetworkInstanceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateSolNetworkInstanceCommand_base: {
|
|
25
|
-
new (input: CreateSolNetworkInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateSolNetworkInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateSolNetworkInstanceCommandInput, CreateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateSolNetworkInstanceCommandInput, CreateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a network instance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateSolNetworkPackageInput, CreateSolNetworkPackageOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateSolNetworkPackageCommandInput extends CreateSolNetworkPac
|
|
|
22
22
|
export interface CreateSolNetworkPackageCommandOutput extends CreateSolNetworkPackageOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateSolNetworkPackageCommand_base: {
|
|
25
|
-
new (input: CreateSolNetworkPackageCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateSolNetworkPackageCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<CreateSolNetworkPackageCommandInput, CreateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateSolNetworkPackageCommandInput]): import("@smithy/core/client").CommandImpl<CreateSolNetworkPackageCommandInput, CreateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a network package.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteSolFunctionPackageInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSolFunctionPackageCommandInput extends DeleteSolFunctionP
|
|
|
22
22
|
export interface DeleteSolFunctionPackageCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSolFunctionPackageCommand_base: {
|
|
25
|
-
new (input: DeleteSolFunctionPackageCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteSolFunctionPackageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolFunctionPackageCommandInput, DeleteSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolFunctionPackageCommandInput, DeleteSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a function package.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteSolNetworkInstanceInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSolNetworkInstanceCommandInput extends DeleteSolNetworkIn
|
|
|
22
22
|
export interface DeleteSolNetworkInstanceCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSolNetworkInstanceCommand_base: {
|
|
25
|
-
new (input: DeleteSolNetworkInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteSolNetworkInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkInstanceCommandInput, DeleteSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkInstanceCommandInput, DeleteSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a network instance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteSolNetworkPackageInput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSolNetworkPackageCommandInput extends DeleteSolNetworkPac
|
|
|
22
22
|
export interface DeleteSolNetworkPackageCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSolNetworkPackageCommand_base: {
|
|
25
|
-
new (input: DeleteSolNetworkPackageCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteSolNetworkPackageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkPackageCommandInput, DeleteSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkPackageCommandInput, DeleteSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes network package.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetSolFunctionInstanceInput, GetSolFunctionInstanceOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface GetSolFunctionInstanceCommandInput extends GetSolFunctionInstan
|
|
|
22
22
|
export interface GetSolFunctionInstanceCommandOutput extends GetSolFunctionInstanceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSolFunctionInstanceCommand_base: {
|
|
25
|
-
new (input: GetSolFunctionInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSolFunctionInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSolFunctionInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionInstanceCommandInput, GetSolFunctionInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSolFunctionInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionInstanceCommandInput, GetSolFunctionInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the details of a network function instance, including the instantiation state and
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetSolFunctionPackageInput, GetSolFunctionPackageOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface GetSolFunctionPackageCommandInput extends GetSolFunctionPackage
|
|
|
22
22
|
export interface GetSolFunctionPackageCommandOutput extends GetSolFunctionPackageOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSolFunctionPackageCommand_base: {
|
|
25
|
-
new (input: GetSolFunctionPackageCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSolFunctionPackageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the details of an individual function package, such as the operational state and
|
|
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import type { GetSolFunctionPackageContentInput, GetSolFunctionPackageContentOutput } from "../models/models_0";
|
|
5
5
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
@@ -29,9 +29,11 @@ export type GetSolFunctionPackageContentCommandOutputType = Omit<GetSolFunctionP
|
|
|
29
29
|
export interface GetSolFunctionPackageContentCommandOutput extends GetSolFunctionPackageContentCommandOutputType, __MetadataBearer {
|
|
30
30
|
}
|
|
31
31
|
declare const GetSolFunctionPackageContentCommand_base: {
|
|
32
|
-
new (input: GetSolFunctionPackageContentCommandInput): import("@smithy/
|
|
33
|
-
new (input: GetSolFunctionPackageContentCommandInput): import("@smithy/
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
new (input: GetSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageContentCommandInput, GetSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
new (input: GetSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageContentCommandInput, GetSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
/**
|
|
37
39
|
* <p>Gets the contents of a function package.</p>
|
|
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import type { GetSolFunctionPackageDescriptorInput, GetSolFunctionPackageDescriptorOutput } from "../models/models_0";
|
|
5
5
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
@@ -29,9 +29,11 @@ export type GetSolFunctionPackageDescriptorCommandOutputType = Omit<GetSolFuncti
|
|
|
29
29
|
export interface GetSolFunctionPackageDescriptorCommandOutput extends GetSolFunctionPackageDescriptorCommandOutputType, __MetadataBearer {
|
|
30
30
|
}
|
|
31
31
|
declare const GetSolFunctionPackageDescriptorCommand_base: {
|
|
32
|
-
new (input: GetSolFunctionPackageDescriptorCommandInput): import("@smithy/
|
|
33
|
-
new (input: GetSolFunctionPackageDescriptorCommandInput): import("@smithy/
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
new (input: GetSolFunctionPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageDescriptorCommandInput, GetSolFunctionPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
new (input: GetSolFunctionPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageDescriptorCommandInput, GetSolFunctionPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
/**
|
|
37
39
|
* <p>Gets a function package descriptor in a function package.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetSolNetworkInstanceInput, GetSolNetworkInstanceOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface GetSolNetworkInstanceCommandInput extends GetSolNetworkInstance
|
|
|
22
22
|
export interface GetSolNetworkInstanceCommandOutput extends GetSolNetworkInstanceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSolNetworkInstanceCommand_base: {
|
|
25
|
-
new (input: GetSolNetworkInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSolNetworkInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkInstanceCommandInput, GetSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkInstanceCommandInput, GetSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the details of the network instance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetSolNetworkOperationInput, GetSolNetworkOperationOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface GetSolNetworkOperationCommandInput extends GetSolNetworkOperati
|
|
|
22
22
|
export interface GetSolNetworkOperationCommandOutput extends GetSolNetworkOperationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSolNetworkOperationCommand_base: {
|
|
25
|
-
new (input: GetSolNetworkOperationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSolNetworkOperationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSolNetworkOperationCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkOperationCommandInput, GetSolNetworkOperationCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSolNetworkOperationCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkOperationCommandInput, GetSolNetworkOperationCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the details of a network operation, including the tasks involved in the network
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetSolNetworkPackageInput, GetSolNetworkPackageOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface GetSolNetworkPackageCommandInput extends GetSolNetworkPackageIn
|
|
|
22
22
|
export interface GetSolNetworkPackageCommandOutput extends GetSolNetworkPackageOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSolNetworkPackageCommand_base: {
|
|
25
|
-
new (input: GetSolNetworkPackageCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSolNetworkPackageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageCommandInput, GetSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageCommandInput, GetSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the details of a network package.</p>
|
|
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import type { GetSolNetworkPackageContentInput, GetSolNetworkPackageContentOutput } from "../models/models_0";
|
|
5
5
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
@@ -29,9 +29,11 @@ export type GetSolNetworkPackageContentCommandOutputType = Omit<GetSolNetworkPac
|
|
|
29
29
|
export interface GetSolNetworkPackageContentCommandOutput extends GetSolNetworkPackageContentCommandOutputType, __MetadataBearer {
|
|
30
30
|
}
|
|
31
31
|
declare const GetSolNetworkPackageContentCommand_base: {
|
|
32
|
-
new (input: GetSolNetworkPackageContentCommandInput): import("@smithy/
|
|
33
|
-
new (input: GetSolNetworkPackageContentCommandInput): import("@smithy/
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
new (input: GetSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageContentCommandInput, GetSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
new (input: GetSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageContentCommandInput, GetSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
/**
|
|
37
39
|
* <p>Gets the contents of a network package.</p>
|
|
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import type { GetSolNetworkPackageDescriptorInput, GetSolNetworkPackageDescriptorOutput } from "../models/models_0";
|
|
5
5
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
@@ -29,9 +29,11 @@ export type GetSolNetworkPackageDescriptorCommandOutputType = Omit<GetSolNetwork
|
|
|
29
29
|
export interface GetSolNetworkPackageDescriptorCommandOutput extends GetSolNetworkPackageDescriptorCommandOutputType, __MetadataBearer {
|
|
30
30
|
}
|
|
31
31
|
declare const GetSolNetworkPackageDescriptorCommand_base: {
|
|
32
|
-
new (input: GetSolNetworkPackageDescriptorCommandInput): import("@smithy/
|
|
33
|
-
new (input: GetSolNetworkPackageDescriptorCommandInput): import("@smithy/
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
new (input: GetSolNetworkPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageDescriptorCommandInput, GetSolNetworkPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
new (input: GetSolNetworkPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageDescriptorCommandInput, GetSolNetworkPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
/**
|
|
37
39
|
* <p>Gets the content of the network service descriptor.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InstantiateSolNetworkInstanceInput, InstantiateSolNetworkInstanceOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface InstantiateSolNetworkInstanceCommandInput extends InstantiateSo
|
|
|
22
22
|
export interface InstantiateSolNetworkInstanceCommandOutput extends InstantiateSolNetworkInstanceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const InstantiateSolNetworkInstanceCommand_base: {
|
|
25
|
-
new (input: InstantiateSolNetworkInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: InstantiateSolNetworkInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: InstantiateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: InstantiateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Instantiates a network instance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListSolFunctionInstancesInput, ListSolFunctionInstancesOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface ListSolFunctionInstancesCommandInput extends ListSolFunctionIns
|
|
|
22
22
|
export interface ListSolFunctionInstancesCommandOutput extends ListSolFunctionInstancesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSolFunctionInstancesCommand_base: {
|
|
25
|
-
new (input: ListSolFunctionInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListSolFunctionInstancesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListSolFunctionInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListSolFunctionInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists network function instances.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListSolFunctionPackagesInput, ListSolFunctionPackagesOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface ListSolFunctionPackagesCommandInput extends ListSolFunctionPack
|
|
|
22
22
|
export interface ListSolFunctionPackagesCommandOutput extends ListSolFunctionPackagesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSolFunctionPackagesCommand_base: {
|
|
25
|
-
new (input: ListSolFunctionPackagesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListSolFunctionPackagesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListSolFunctionPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListSolFunctionPackagesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists information about function packages.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListSolNetworkInstancesInput, ListSolNetworkInstancesOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface ListSolNetworkInstancesCommandInput extends ListSolNetworkInsta
|
|
|
22
22
|
export interface ListSolNetworkInstancesCommandOutput extends ListSolNetworkInstancesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSolNetworkInstancesCommand_base: {
|
|
25
|
-
new (input: ListSolNetworkInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListSolNetworkInstancesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListSolNetworkInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListSolNetworkInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists your network instances.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListSolNetworkOperationsInput, ListSolNetworkOperationsOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface ListSolNetworkOperationsCommandInput extends ListSolNetworkOper
|
|
|
22
22
|
export interface ListSolNetworkOperationsCommandOutput extends ListSolNetworkOperationsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSolNetworkOperationsCommand_base: {
|
|
25
|
-
new (input: ListSolNetworkOperationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListSolNetworkOperationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListSolNetworkOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListSolNetworkOperationsCommandInput]): import("@smithy/core/client").CommandImpl<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists details for a network operation, including when the operation started and the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListSolNetworkPackagesInput, ListSolNetworkPackagesOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface ListSolNetworkPackagesCommandInput extends ListSolNetworkPackag
|
|
|
22
22
|
export interface ListSolNetworkPackagesCommandOutput extends ListSolNetworkPackagesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSolNetworkPackagesCommand_base: {
|
|
25
|
-
new (input: ListSolNetworkPackagesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListSolNetworkPackagesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListSolNetworkPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListSolNetworkPackagesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists network packages.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists tags for AWS TNB resources.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutSolFunctionPackageContentInput, PutSolFunctionPackageContentOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -28,9 +28,11 @@ export interface PutSolFunctionPackageContentCommandInput extends PutSolFunction
|
|
|
28
28
|
export interface PutSolFunctionPackageContentCommandOutput extends PutSolFunctionPackageContentOutput, __MetadataBearer {
|
|
29
29
|
}
|
|
30
30
|
declare const PutSolFunctionPackageContentCommand_base: {
|
|
31
|
-
new (input: PutSolFunctionPackageContentCommandInput): import("@smithy/
|
|
32
|
-
new (input: PutSolFunctionPackageContentCommandInput): import("@smithy/
|
|
33
|
-
getEndpointParameterInstructions():
|
|
31
|
+
new (input: PutSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
+
new (input: PutSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* <p>Uploads the contents of a function package.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutSolNetworkPackageContentInput, PutSolNetworkPackageContentOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -28,9 +28,11 @@ export interface PutSolNetworkPackageContentCommandInput extends PutSolNetworkPa
|
|
|
28
28
|
export interface PutSolNetworkPackageContentCommandOutput extends PutSolNetworkPackageContentOutput, __MetadataBearer {
|
|
29
29
|
}
|
|
30
30
|
declare const PutSolNetworkPackageContentCommand_base: {
|
|
31
|
-
new (input: PutSolNetworkPackageContentCommandInput): import("@smithy/
|
|
32
|
-
new (input: PutSolNetworkPackageContentCommandInput): import("@smithy/
|
|
33
|
-
getEndpointParameterInstructions():
|
|
31
|
+
new (input: PutSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<PutSolNetworkPackageContentCommandInput, PutSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
+
new (input: PutSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<PutSolNetworkPackageContentCommandInput, PutSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* <p>Uploads the contents of a network package.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Tags an AWS TNB resource.</p>
|