@aws-sdk/client-tnb 3.477.0 → 3.481.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/commands/CancelSolNetworkOperationCommand.js +18 -41
- package/dist-cjs/commands/CreateSolFunctionPackageCommand.js +18 -41
- package/dist-cjs/commands/CreateSolNetworkInstanceCommand.js +18 -41
- package/dist-cjs/commands/CreateSolNetworkPackageCommand.js +18 -41
- package/dist-cjs/commands/DeleteSolFunctionPackageCommand.js +18 -41
- package/dist-cjs/commands/DeleteSolNetworkInstanceCommand.js +18 -41
- package/dist-cjs/commands/DeleteSolNetworkPackageCommand.js +18 -41
- package/dist-cjs/commands/GetSolFunctionInstanceCommand.js +18 -41
- package/dist-cjs/commands/GetSolFunctionPackageCommand.js +18 -41
- package/dist-cjs/commands/GetSolFunctionPackageContentCommand.js +18 -41
- package/dist-cjs/commands/GetSolFunctionPackageDescriptorCommand.js +18 -41
- package/dist-cjs/commands/GetSolNetworkInstanceCommand.js +18 -41
- package/dist-cjs/commands/GetSolNetworkOperationCommand.js +18 -41
- package/dist-cjs/commands/GetSolNetworkPackageCommand.js +18 -41
- package/dist-cjs/commands/GetSolNetworkPackageContentCommand.js +18 -41
- package/dist-cjs/commands/GetSolNetworkPackageDescriptorCommand.js +18 -41
- package/dist-cjs/commands/InstantiateSolNetworkInstanceCommand.js +18 -41
- package/dist-cjs/commands/ListSolFunctionInstancesCommand.js +18 -41
- package/dist-cjs/commands/ListSolFunctionPackagesCommand.js +18 -41
- package/dist-cjs/commands/ListSolNetworkInstancesCommand.js +18 -41
- package/dist-cjs/commands/ListSolNetworkOperationsCommand.js +18 -41
- package/dist-cjs/commands/ListSolNetworkPackagesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutSolFunctionPackageContentCommand.js +18 -41
- package/dist-cjs/commands/PutSolNetworkPackageContentCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/TerminateSolNetworkInstanceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateSolFunctionPackageCommand.js +18 -41
- package/dist-cjs/commands/UpdateSolNetworkInstanceCommand.js +18 -41
- package/dist-cjs/commands/UpdateSolNetworkPackageCommand.js +18 -41
- package/dist-cjs/commands/ValidateSolFunctionPackageContentCommand.js +18 -41
- package/dist-cjs/commands/ValidateSolNetworkPackageContentCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListSolFunctionInstancesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSolFunctionPackagesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSolNetworkInstancesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSolNetworkOperationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSolNetworkPackagesPaginator.js +2 -24
- package/dist-es/commands/CancelSolNetworkOperationCommand.js +18 -41
- package/dist-es/commands/CreateSolFunctionPackageCommand.js +18 -41
- package/dist-es/commands/CreateSolNetworkInstanceCommand.js +18 -41
- package/dist-es/commands/CreateSolNetworkPackageCommand.js +18 -41
- package/dist-es/commands/DeleteSolFunctionPackageCommand.js +18 -41
- package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +18 -41
- package/dist-es/commands/DeleteSolNetworkPackageCommand.js +18 -41
- package/dist-es/commands/GetSolFunctionInstanceCommand.js +18 -41
- package/dist-es/commands/GetSolFunctionPackageCommand.js +18 -41
- package/dist-es/commands/GetSolFunctionPackageContentCommand.js +18 -41
- package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +18 -41
- package/dist-es/commands/GetSolNetworkInstanceCommand.js +18 -41
- package/dist-es/commands/GetSolNetworkOperationCommand.js +18 -41
- package/dist-es/commands/GetSolNetworkPackageCommand.js +18 -41
- package/dist-es/commands/GetSolNetworkPackageContentCommand.js +18 -41
- package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +18 -41
- package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +18 -41
- package/dist-es/commands/ListSolFunctionInstancesCommand.js +18 -41
- package/dist-es/commands/ListSolFunctionPackagesCommand.js +18 -41
- package/dist-es/commands/ListSolNetworkInstancesCommand.js +18 -41
- package/dist-es/commands/ListSolNetworkOperationsCommand.js +18 -41
- package/dist-es/commands/ListSolNetworkPackagesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutSolFunctionPackageContentCommand.js +18 -41
- package/dist-es/commands/PutSolNetworkPackageContentCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateSolFunctionPackageCommand.js +18 -41
- package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +18 -41
- package/dist-es/commands/UpdateSolNetworkPackageCommand.js +18 -41
- package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +18 -41
- package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListSolFunctionInstancesPaginator.js +2 -23
- package/dist-es/pagination/ListSolFunctionPackagesPaginator.js +2 -23
- package/dist-es/pagination/ListSolNetworkInstancesPaginator.js +2 -23
- package/dist-es/pagination/ListSolNetworkOperationsPaginator.js +2 -23
- package/dist-es/pagination/ListSolNetworkPackagesPaginator.js +2 -23
- package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +6 -21
- package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +6 -21
- package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +6 -21
- package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +6 -21
- package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +6 -21
- package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +6 -21
- package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +6 -21
- package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +6 -21
- package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +6 -21
- package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +6 -21
- package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +6 -21
- package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +6 -21
- package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +6 -21
- package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +6 -21
- package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +6 -21
- package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +6 -21
- package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +6 -21
- package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +6 -21
- package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +6 -21
- package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +6 -21
- package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +6 -21
- package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListSolFunctionInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSolFunctionPackagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSolNetworkInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSolNetworkOperationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSolNetworkPackagesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +11 -21
- package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +11 -21
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +11 -21
- package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +11 -21
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListSolFunctionInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSolFunctionPackagesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSolNetworkInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSolNetworkOperationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSolNetworkPackagesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { InstantiateSolNetworkInstanceInput, InstantiateSolNetworkInstanceOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface InstantiateSolNetworkInstanceCommandInput extends InstantiateSo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface InstantiateSolNetworkInstanceCommandOutput extends InstantiateSolNetworkInstanceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const InstantiateSolNetworkInstanceCommand_base: {
|
|
24
|
+
new (input: InstantiateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Instantiates a network instance.</p>
|
|
@@ -79,23 +82,5 @@ export interface InstantiateSolNetworkInstanceCommandOutput extends InstantiateS
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class InstantiateSolNetworkInstanceCommand extends
|
|
83
|
-
readonly input: InstantiateSolNetworkInstanceCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: InstantiateSolNetworkInstanceCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class InstantiateSolNetworkInstanceCommand extends InstantiateSolNetworkInstanceCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListSolFunctionInstancesInput, ListSolFunctionInstancesOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSolFunctionInstancesCommandInput extends ListSolFunctionIns
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSolFunctionInstancesCommandOutput extends ListSolFunctionInstancesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSolFunctionInstancesCommand_base: {
|
|
24
|
+
new (input: ListSolFunctionInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists network function instances.</p>
|
|
@@ -82,23 +85,5 @@ export interface ListSolFunctionInstancesCommandOutput extends ListSolFunctionIn
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ListSolFunctionInstancesCommand extends
|
|
86
|
-
readonly input: ListSolFunctionInstancesCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ListSolFunctionInstancesCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ListSolFunctionInstancesCommand extends ListSolFunctionInstancesCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListSolFunctionPackagesInput, ListSolFunctionPackagesOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSolFunctionPackagesCommandInput extends ListSolFunctionPack
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSolFunctionPackagesCommandOutput extends ListSolFunctionPackagesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSolFunctionPackagesCommand_base: {
|
|
24
|
+
new (input: ListSolFunctionPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists information about function packages.</p>
|
|
@@ -82,23 +85,5 @@ export interface ListSolFunctionPackagesCommandOutput extends ListSolFunctionPac
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ListSolFunctionPackagesCommand extends
|
|
86
|
-
readonly input: ListSolFunctionPackagesCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ListSolFunctionPackagesCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ListSolFunctionPackagesCommand extends ListSolFunctionPackagesCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListSolNetworkInstancesInput, ListSolNetworkInstancesOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSolNetworkInstancesCommandInput extends ListSolNetworkInsta
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSolNetworkInstancesCommandOutput extends ListSolNetworkInstancesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSolNetworkInstancesCommand_base: {
|
|
24
|
+
new (input: ListSolNetworkInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists your network instances.</p>
|
|
@@ -80,23 +83,5 @@ export interface ListSolNetworkInstancesCommandOutput extends ListSolNetworkInst
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class ListSolNetworkInstancesCommand extends
|
|
84
|
-
readonly input: ListSolNetworkInstancesCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: ListSolNetworkInstancesCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class ListSolNetworkInstancesCommand extends ListSolNetworkInstancesCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListSolNetworkOperationsInput, ListSolNetworkOperationsOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSolNetworkOperationsCommandInput extends ListSolNetworkOper
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSolNetworkOperationsCommandOutput extends ListSolNetworkOperationsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSolNetworkOperationsCommand_base: {
|
|
24
|
+
new (input: ListSolNetworkOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists details for a network operation, including when the operation started and the status of the operation.</p>
|
|
@@ -82,23 +85,5 @@ export interface ListSolNetworkOperationsCommandOutput extends ListSolNetworkOpe
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ListSolNetworkOperationsCommand extends
|
|
86
|
-
readonly input: ListSolNetworkOperationsCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ListSolNetworkOperationsCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ListSolNetworkOperationsCommand extends ListSolNetworkOperationsCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListSolNetworkPackagesInput, ListSolNetworkPackagesOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSolNetworkPackagesCommandInput extends ListSolNetworkPackag
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSolNetworkPackagesCommandOutput extends ListSolNetworkPackagesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSolNetworkPackagesCommand_base: {
|
|
24
|
+
new (input: ListSolNetworkPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists network packages.</p>
|
|
@@ -86,23 +89,5 @@ export interface ListSolNetworkPackagesCommandOutput extends ListSolNetworkPacka
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class ListSolNetworkPackagesCommand extends
|
|
90
|
-
readonly input: ListSolNetworkPackagesCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: ListSolNetworkPackagesCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class ListSolNetworkPackagesCommand extends ListSolNetworkPackagesCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists tags for AWS TNB resources.</p>
|
|
@@ -68,23 +71,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class ListTagsForResourceCommand extends
|
|
72
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import { BlobPayloadInputTypes,
|
|
2
|
+
import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { PutSolFunctionPackageContentInput, PutSolFunctionPackageContentOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
5
|
/**
|
|
@@ -27,6 +26,10 @@ export interface PutSolFunctionPackageContentCommandInput extends PutSolFunction
|
|
|
27
26
|
*/
|
|
28
27
|
export interface PutSolFunctionPackageContentCommandOutput extends PutSolFunctionPackageContentOutput, __MetadataBearer {
|
|
29
28
|
}
|
|
29
|
+
declare const PutSolFunctionPackageContentCommand_base: {
|
|
30
|
+
new (input: PutSolFunctionPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
32
|
+
};
|
|
30
33
|
/**
|
|
31
34
|
* @public
|
|
32
35
|
* <p>Uploads the contents of a function package.</p>
|
|
@@ -89,23 +92,5 @@ export interface PutSolFunctionPackageContentCommandOutput extends PutSolFunctio
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class PutSolFunctionPackageContentCommand extends
|
|
93
|
-
readonly input: PutSolFunctionPackageContentCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: PutSolFunctionPackageContentCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class PutSolFunctionPackageContentCommand extends PutSolFunctionPackageContentCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import { BlobPayloadInputTypes,
|
|
2
|
+
import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { PutSolNetworkPackageContentInput, PutSolNetworkPackageContentOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
5
|
/**
|
|
@@ -27,6 +26,10 @@ export interface PutSolNetworkPackageContentCommandInput extends PutSolNetworkPa
|
|
|
27
26
|
*/
|
|
28
27
|
export interface PutSolNetworkPackageContentCommandOutput extends PutSolNetworkPackageContentOutput, __MetadataBearer {
|
|
29
28
|
}
|
|
29
|
+
declare const PutSolNetworkPackageContentCommand_base: {
|
|
30
|
+
new (input: PutSolNetworkPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<PutSolNetworkPackageContentCommandInput, PutSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
32
|
+
};
|
|
30
33
|
/**
|
|
31
34
|
* @public
|
|
32
35
|
* <p>Uploads the contents of a network package.</p>
|
|
@@ -92,23 +95,5 @@ export interface PutSolNetworkPackageContentCommandOutput extends PutSolNetworkP
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class PutSolNetworkPackageContentCommand extends
|
|
96
|
-
readonly input: PutSolNetworkPackageContentCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: PutSolNetworkPackageContentCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSolNetworkPackageContentCommandInput, PutSolNetworkPackageContentCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class PutSolNetworkPackageContentCommand extends PutSolNetworkPackageContentCommand_base {
|
|
114
99
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Tags an AWS TNB resource.</p>
|
|
@@ -68,23 +71,5 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class TagResourceCommand extends
|
|
72
|
-
readonly input: TagResourceCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: TagResourceCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { TerminateSolNetworkInstanceInput, TerminateSolNetworkInstanceOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TerminateSolNetworkInstanceCommandInput extends TerminateSolNet
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TerminateSolNetworkInstanceCommandOutput extends TerminateSolNetworkInstanceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TerminateSolNetworkInstanceCommand_base: {
|
|
24
|
+
new (input: TerminateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Terminates a network instance.</p>
|
|
@@ -77,23 +80,5 @@ export interface TerminateSolNetworkInstanceCommandOutput extends TerminateSolNe
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class TerminateSolNetworkInstanceCommand extends
|
|
81
|
-
readonly input: TerminateSolNetworkInstanceCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: TerminateSolNetworkInstanceCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class TerminateSolNetworkInstanceCommand extends TerminateSolNetworkInstanceCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Untags an AWS TNB resource.</p>
|
|
@@ -68,23 +71,5 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class UntagResourceCommand extends
|
|
72
|
-
readonly input: UntagResourceCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: UntagResourceCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateSolFunctionPackageInput, UpdateSolFunctionPackageOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateSolFunctionPackageCommandInput extends UpdateSolFunctionP
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateSolFunctionPackageCommandOutput extends UpdateSolFunctionPackageOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateSolFunctionPackageCommand_base: {
|
|
24
|
+
new (input: UpdateSolFunctionPackageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the operational state of function package.</p>
|
|
@@ -68,23 +71,5 @@ export interface UpdateSolFunctionPackageCommandOutput extends UpdateSolFunction
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class UpdateSolFunctionPackageCommand extends
|
|
72
|
-
readonly input: UpdateSolFunctionPackageCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: UpdateSolFunctionPackageCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class UpdateSolFunctionPackageCommand extends UpdateSolFunctionPackageCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateSolNetworkInstanceInput, UpdateSolNetworkInstanceOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateSolNetworkInstanceCommandInput extends UpdateSolNetworkIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateSolNetworkInstanceCommandOutput extends UpdateSolNetworkInstanceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateSolNetworkInstanceCommand_base: {
|
|
24
|
+
new (input: UpdateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSolNetworkInstanceCommandInput, UpdateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Update a network instance.</p>
|
|
@@ -81,23 +84,5 @@ export interface UpdateSolNetworkInstanceCommandOutput extends UpdateSolNetworkI
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class UpdateSolNetworkInstanceCommand extends
|
|
85
|
-
readonly input: UpdateSolNetworkInstanceCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: UpdateSolNetworkInstanceCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSolNetworkInstanceCommandInput, UpdateSolNetworkInstanceCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class UpdateSolNetworkInstanceCommand extends UpdateSolNetworkInstanceCommand_base {
|
|
103
88
|
}
|