@aws-sdk/client-tnb 3.928.0 → 3.930.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/index.js +1439 -1635
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/TnbClient.js +2 -0
- package/dist-es/commands/CancelSolNetworkOperationCommand.js +3 -9
- package/dist-es/commands/CreateSolFunctionPackageCommand.js +3 -10
- package/dist-es/commands/CreateSolNetworkInstanceCommand.js +3 -10
- package/dist-es/commands/CreateSolNetworkPackageCommand.js +3 -10
- package/dist-es/commands/DeleteSolFunctionPackageCommand.js +3 -9
- package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +3 -9
- package/dist-es/commands/DeleteSolNetworkPackageCommand.js +3 -9
- package/dist-es/commands/GetSolFunctionInstanceCommand.js +3 -10
- package/dist-es/commands/GetSolFunctionPackageCommand.js +3 -10
- package/dist-es/commands/GetSolFunctionPackageContentCommand.js +3 -9
- package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +3 -9
- package/dist-es/commands/GetSolNetworkInstanceCommand.js +3 -10
- package/dist-es/commands/GetSolNetworkOperationCommand.js +3 -10
- package/dist-es/commands/GetSolNetworkPackageCommand.js +3 -10
- package/dist-es/commands/GetSolNetworkPackageContentCommand.js +3 -9
- package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +3 -9
- package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +3 -10
- package/dist-es/commands/ListSolFunctionInstancesCommand.js +3 -9
- package/dist-es/commands/ListSolFunctionPackagesCommand.js +3 -9
- package/dist-es/commands/ListSolNetworkInstancesCommand.js +3 -9
- package/dist-es/commands/ListSolNetworkOperationsCommand.js +3 -9
- package/dist-es/commands/ListSolNetworkPackagesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/PutSolFunctionPackageContentCommand.js +3 -10
- package/dist-es/commands/PutSolNetworkPackageContentCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateSolFunctionPackageCommand.js +3 -9
- package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +3 -10
- package/dist-es/commands/UpdateSolNetworkPackageCommand.js +3 -9
- package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +3 -10
- package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -93
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1364 -0
- package/dist-types/TnbClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -92
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +152 -0
- package/dist-types/ts3.4/TnbClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -69
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +159 -0
- package/package.json +34 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -1280
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -299
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -401
|
@@ -1,299 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CancelSolNetworkOperationCommandInput, CancelSolNetworkOperationCommandOutput } from "../commands/CancelSolNetworkOperationCommand";
|
|
4
|
-
import { CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput } from "../commands/CreateSolFunctionPackageCommand";
|
|
5
|
-
import { CreateSolNetworkInstanceCommandInput, CreateSolNetworkInstanceCommandOutput } from "../commands/CreateSolNetworkInstanceCommand";
|
|
6
|
-
import { CreateSolNetworkPackageCommandInput, CreateSolNetworkPackageCommandOutput } from "../commands/CreateSolNetworkPackageCommand";
|
|
7
|
-
import { DeleteSolFunctionPackageCommandInput, DeleteSolFunctionPackageCommandOutput } from "../commands/DeleteSolFunctionPackageCommand";
|
|
8
|
-
import { DeleteSolNetworkInstanceCommandInput, DeleteSolNetworkInstanceCommandOutput } from "../commands/DeleteSolNetworkInstanceCommand";
|
|
9
|
-
import { DeleteSolNetworkPackageCommandInput, DeleteSolNetworkPackageCommandOutput } from "../commands/DeleteSolNetworkPackageCommand";
|
|
10
|
-
import { GetSolFunctionInstanceCommandInput, GetSolFunctionInstanceCommandOutput } from "../commands/GetSolFunctionInstanceCommand";
|
|
11
|
-
import { GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput } from "../commands/GetSolFunctionPackageCommand";
|
|
12
|
-
import { GetSolFunctionPackageContentCommandInput, GetSolFunctionPackageContentCommandOutput } from "../commands/GetSolFunctionPackageContentCommand";
|
|
13
|
-
import { GetSolFunctionPackageDescriptorCommandInput, GetSolFunctionPackageDescriptorCommandOutput } from "../commands/GetSolFunctionPackageDescriptorCommand";
|
|
14
|
-
import { GetSolNetworkInstanceCommandInput, GetSolNetworkInstanceCommandOutput } from "../commands/GetSolNetworkInstanceCommand";
|
|
15
|
-
import { GetSolNetworkOperationCommandInput, GetSolNetworkOperationCommandOutput } from "../commands/GetSolNetworkOperationCommand";
|
|
16
|
-
import { GetSolNetworkPackageCommandInput, GetSolNetworkPackageCommandOutput } from "../commands/GetSolNetworkPackageCommand";
|
|
17
|
-
import { GetSolNetworkPackageContentCommandInput, GetSolNetworkPackageContentCommandOutput } from "../commands/GetSolNetworkPackageContentCommand";
|
|
18
|
-
import { GetSolNetworkPackageDescriptorCommandInput, GetSolNetworkPackageDescriptorCommandOutput } from "../commands/GetSolNetworkPackageDescriptorCommand";
|
|
19
|
-
import { InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput } from "../commands/InstantiateSolNetworkInstanceCommand";
|
|
20
|
-
import { ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput } from "../commands/ListSolFunctionInstancesCommand";
|
|
21
|
-
import { ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput } from "../commands/ListSolFunctionPackagesCommand";
|
|
22
|
-
import { ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput } from "../commands/ListSolNetworkInstancesCommand";
|
|
23
|
-
import { ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput } from "../commands/ListSolNetworkOperationsCommand";
|
|
24
|
-
import { ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput } from "../commands/ListSolNetworkPackagesCommand";
|
|
25
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
26
|
-
import { PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput } from "../commands/PutSolFunctionPackageContentCommand";
|
|
27
|
-
import { PutSolNetworkPackageContentCommandInput, PutSolNetworkPackageContentCommandOutput } from "../commands/PutSolNetworkPackageContentCommand";
|
|
28
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
29
|
-
import { TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput } from "../commands/TerminateSolNetworkInstanceCommand";
|
|
30
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
31
|
-
import { UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput } from "../commands/UpdateSolFunctionPackageCommand";
|
|
32
|
-
import { UpdateSolNetworkInstanceCommandInput, UpdateSolNetworkInstanceCommandOutput } from "../commands/UpdateSolNetworkInstanceCommand";
|
|
33
|
-
import { UpdateSolNetworkPackageCommandInput, UpdateSolNetworkPackageCommandOutput } from "../commands/UpdateSolNetworkPackageCommand";
|
|
34
|
-
import { ValidateSolFunctionPackageContentCommandInput, ValidateSolFunctionPackageContentCommandOutput } from "../commands/ValidateSolFunctionPackageContentCommand";
|
|
35
|
-
import { ValidateSolNetworkPackageContentCommandInput, ValidateSolNetworkPackageContentCommandOutput } from "../commands/ValidateSolNetworkPackageContentCommand";
|
|
36
|
-
/**
|
|
37
|
-
* serializeAws_restJson1CancelSolNetworkOperationCommand
|
|
38
|
-
*/
|
|
39
|
-
export declare const se_CancelSolNetworkOperationCommand: (input: CancelSolNetworkOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
/**
|
|
41
|
-
* serializeAws_restJson1CreateSolFunctionPackageCommand
|
|
42
|
-
*/
|
|
43
|
-
export declare const se_CreateSolFunctionPackageCommand: (input: CreateSolFunctionPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
/**
|
|
45
|
-
* serializeAws_restJson1CreateSolNetworkInstanceCommand
|
|
46
|
-
*/
|
|
47
|
-
export declare const se_CreateSolNetworkInstanceCommand: (input: CreateSolNetworkInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
/**
|
|
49
|
-
* serializeAws_restJson1CreateSolNetworkPackageCommand
|
|
50
|
-
*/
|
|
51
|
-
export declare const se_CreateSolNetworkPackageCommand: (input: CreateSolNetworkPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
/**
|
|
53
|
-
* serializeAws_restJson1DeleteSolFunctionPackageCommand
|
|
54
|
-
*/
|
|
55
|
-
export declare const se_DeleteSolFunctionPackageCommand: (input: DeleteSolFunctionPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
/**
|
|
57
|
-
* serializeAws_restJson1DeleteSolNetworkInstanceCommand
|
|
58
|
-
*/
|
|
59
|
-
export declare const se_DeleteSolNetworkInstanceCommand: (input: DeleteSolNetworkInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
/**
|
|
61
|
-
* serializeAws_restJson1DeleteSolNetworkPackageCommand
|
|
62
|
-
*/
|
|
63
|
-
export declare const se_DeleteSolNetworkPackageCommand: (input: DeleteSolNetworkPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
/**
|
|
65
|
-
* serializeAws_restJson1GetSolFunctionInstanceCommand
|
|
66
|
-
*/
|
|
67
|
-
export declare const se_GetSolFunctionInstanceCommand: (input: GetSolFunctionInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
/**
|
|
69
|
-
* serializeAws_restJson1GetSolFunctionPackageCommand
|
|
70
|
-
*/
|
|
71
|
-
export declare const se_GetSolFunctionPackageCommand: (input: GetSolFunctionPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
/**
|
|
73
|
-
* serializeAws_restJson1GetSolFunctionPackageContentCommand
|
|
74
|
-
*/
|
|
75
|
-
export declare const se_GetSolFunctionPackageContentCommand: (input: GetSolFunctionPackageContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
-
/**
|
|
77
|
-
* serializeAws_restJson1GetSolFunctionPackageDescriptorCommand
|
|
78
|
-
*/
|
|
79
|
-
export declare const se_GetSolFunctionPackageDescriptorCommand: (input: GetSolFunctionPackageDescriptorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
-
/**
|
|
81
|
-
* serializeAws_restJson1GetSolNetworkInstanceCommand
|
|
82
|
-
*/
|
|
83
|
-
export declare const se_GetSolNetworkInstanceCommand: (input: GetSolNetworkInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
-
/**
|
|
85
|
-
* serializeAws_restJson1GetSolNetworkOperationCommand
|
|
86
|
-
*/
|
|
87
|
-
export declare const se_GetSolNetworkOperationCommand: (input: GetSolNetworkOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
-
/**
|
|
89
|
-
* serializeAws_restJson1GetSolNetworkPackageCommand
|
|
90
|
-
*/
|
|
91
|
-
export declare const se_GetSolNetworkPackageCommand: (input: GetSolNetworkPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
-
/**
|
|
93
|
-
* serializeAws_restJson1GetSolNetworkPackageContentCommand
|
|
94
|
-
*/
|
|
95
|
-
export declare const se_GetSolNetworkPackageContentCommand: (input: GetSolNetworkPackageContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
-
/**
|
|
97
|
-
* serializeAws_restJson1GetSolNetworkPackageDescriptorCommand
|
|
98
|
-
*/
|
|
99
|
-
export declare const se_GetSolNetworkPackageDescriptorCommand: (input: GetSolNetworkPackageDescriptorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
-
/**
|
|
101
|
-
* serializeAws_restJson1InstantiateSolNetworkInstanceCommand
|
|
102
|
-
*/
|
|
103
|
-
export declare const se_InstantiateSolNetworkInstanceCommand: (input: InstantiateSolNetworkInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
-
/**
|
|
105
|
-
* serializeAws_restJson1ListSolFunctionInstancesCommand
|
|
106
|
-
*/
|
|
107
|
-
export declare const se_ListSolFunctionInstancesCommand: (input: ListSolFunctionInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
-
/**
|
|
109
|
-
* serializeAws_restJson1ListSolFunctionPackagesCommand
|
|
110
|
-
*/
|
|
111
|
-
export declare const se_ListSolFunctionPackagesCommand: (input: ListSolFunctionPackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
-
/**
|
|
113
|
-
* serializeAws_restJson1ListSolNetworkInstancesCommand
|
|
114
|
-
*/
|
|
115
|
-
export declare const se_ListSolNetworkInstancesCommand: (input: ListSolNetworkInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
-
/**
|
|
117
|
-
* serializeAws_restJson1ListSolNetworkOperationsCommand
|
|
118
|
-
*/
|
|
119
|
-
export declare const se_ListSolNetworkOperationsCommand: (input: ListSolNetworkOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
-
/**
|
|
121
|
-
* serializeAws_restJson1ListSolNetworkPackagesCommand
|
|
122
|
-
*/
|
|
123
|
-
export declare const se_ListSolNetworkPackagesCommand: (input: ListSolNetworkPackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
-
/**
|
|
125
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
126
|
-
*/
|
|
127
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
-
/**
|
|
129
|
-
* serializeAws_restJson1PutSolFunctionPackageContentCommand
|
|
130
|
-
*/
|
|
131
|
-
export declare const se_PutSolFunctionPackageContentCommand: (input: PutSolFunctionPackageContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
-
/**
|
|
133
|
-
* serializeAws_restJson1PutSolNetworkPackageContentCommand
|
|
134
|
-
*/
|
|
135
|
-
export declare const se_PutSolNetworkPackageContentCommand: (input: PutSolNetworkPackageContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
-
/**
|
|
137
|
-
* serializeAws_restJson1TagResourceCommand
|
|
138
|
-
*/
|
|
139
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
-
/**
|
|
141
|
-
* serializeAws_restJson1TerminateSolNetworkInstanceCommand
|
|
142
|
-
*/
|
|
143
|
-
export declare const se_TerminateSolNetworkInstanceCommand: (input: TerminateSolNetworkInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
-
/**
|
|
145
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
146
|
-
*/
|
|
147
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
-
/**
|
|
149
|
-
* serializeAws_restJson1UpdateSolFunctionPackageCommand
|
|
150
|
-
*/
|
|
151
|
-
export declare const se_UpdateSolFunctionPackageCommand: (input: UpdateSolFunctionPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
-
/**
|
|
153
|
-
* serializeAws_restJson1UpdateSolNetworkInstanceCommand
|
|
154
|
-
*/
|
|
155
|
-
export declare const se_UpdateSolNetworkInstanceCommand: (input: UpdateSolNetworkInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
-
/**
|
|
157
|
-
* serializeAws_restJson1UpdateSolNetworkPackageCommand
|
|
158
|
-
*/
|
|
159
|
-
export declare const se_UpdateSolNetworkPackageCommand: (input: UpdateSolNetworkPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
-
/**
|
|
161
|
-
* serializeAws_restJson1ValidateSolFunctionPackageContentCommand
|
|
162
|
-
*/
|
|
163
|
-
export declare const se_ValidateSolFunctionPackageContentCommand: (input: ValidateSolFunctionPackageContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
|
-
/**
|
|
165
|
-
* serializeAws_restJson1ValidateSolNetworkPackageContentCommand
|
|
166
|
-
*/
|
|
167
|
-
export declare const se_ValidateSolNetworkPackageContentCommand: (input: ValidateSolNetworkPackageContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
-
/**
|
|
169
|
-
* deserializeAws_restJson1CancelSolNetworkOperationCommand
|
|
170
|
-
*/
|
|
171
|
-
export declare const de_CancelSolNetworkOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelSolNetworkOperationCommandOutput>;
|
|
172
|
-
/**
|
|
173
|
-
* deserializeAws_restJson1CreateSolFunctionPackageCommand
|
|
174
|
-
*/
|
|
175
|
-
export declare const de_CreateSolFunctionPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSolFunctionPackageCommandOutput>;
|
|
176
|
-
/**
|
|
177
|
-
* deserializeAws_restJson1CreateSolNetworkInstanceCommand
|
|
178
|
-
*/
|
|
179
|
-
export declare const de_CreateSolNetworkInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSolNetworkInstanceCommandOutput>;
|
|
180
|
-
/**
|
|
181
|
-
* deserializeAws_restJson1CreateSolNetworkPackageCommand
|
|
182
|
-
*/
|
|
183
|
-
export declare const de_CreateSolNetworkPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSolNetworkPackageCommandOutput>;
|
|
184
|
-
/**
|
|
185
|
-
* deserializeAws_restJson1DeleteSolFunctionPackageCommand
|
|
186
|
-
*/
|
|
187
|
-
export declare const de_DeleteSolFunctionPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSolFunctionPackageCommandOutput>;
|
|
188
|
-
/**
|
|
189
|
-
* deserializeAws_restJson1DeleteSolNetworkInstanceCommand
|
|
190
|
-
*/
|
|
191
|
-
export declare const de_DeleteSolNetworkInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSolNetworkInstanceCommandOutput>;
|
|
192
|
-
/**
|
|
193
|
-
* deserializeAws_restJson1DeleteSolNetworkPackageCommand
|
|
194
|
-
*/
|
|
195
|
-
export declare const de_DeleteSolNetworkPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSolNetworkPackageCommandOutput>;
|
|
196
|
-
/**
|
|
197
|
-
* deserializeAws_restJson1GetSolFunctionInstanceCommand
|
|
198
|
-
*/
|
|
199
|
-
export declare const de_GetSolFunctionInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSolFunctionInstanceCommandOutput>;
|
|
200
|
-
/**
|
|
201
|
-
* deserializeAws_restJson1GetSolFunctionPackageCommand
|
|
202
|
-
*/
|
|
203
|
-
export declare const de_GetSolFunctionPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSolFunctionPackageCommandOutput>;
|
|
204
|
-
/**
|
|
205
|
-
* deserializeAws_restJson1GetSolFunctionPackageContentCommand
|
|
206
|
-
*/
|
|
207
|
-
export declare const de_GetSolFunctionPackageContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSolFunctionPackageContentCommandOutput>;
|
|
208
|
-
/**
|
|
209
|
-
* deserializeAws_restJson1GetSolFunctionPackageDescriptorCommand
|
|
210
|
-
*/
|
|
211
|
-
export declare const de_GetSolFunctionPackageDescriptorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSolFunctionPackageDescriptorCommandOutput>;
|
|
212
|
-
/**
|
|
213
|
-
* deserializeAws_restJson1GetSolNetworkInstanceCommand
|
|
214
|
-
*/
|
|
215
|
-
export declare const de_GetSolNetworkInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSolNetworkInstanceCommandOutput>;
|
|
216
|
-
/**
|
|
217
|
-
* deserializeAws_restJson1GetSolNetworkOperationCommand
|
|
218
|
-
*/
|
|
219
|
-
export declare const de_GetSolNetworkOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSolNetworkOperationCommandOutput>;
|
|
220
|
-
/**
|
|
221
|
-
* deserializeAws_restJson1GetSolNetworkPackageCommand
|
|
222
|
-
*/
|
|
223
|
-
export declare const de_GetSolNetworkPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSolNetworkPackageCommandOutput>;
|
|
224
|
-
/**
|
|
225
|
-
* deserializeAws_restJson1GetSolNetworkPackageContentCommand
|
|
226
|
-
*/
|
|
227
|
-
export declare const de_GetSolNetworkPackageContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSolNetworkPackageContentCommandOutput>;
|
|
228
|
-
/**
|
|
229
|
-
* deserializeAws_restJson1GetSolNetworkPackageDescriptorCommand
|
|
230
|
-
*/
|
|
231
|
-
export declare const de_GetSolNetworkPackageDescriptorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSolNetworkPackageDescriptorCommandOutput>;
|
|
232
|
-
/**
|
|
233
|
-
* deserializeAws_restJson1InstantiateSolNetworkInstanceCommand
|
|
234
|
-
*/
|
|
235
|
-
export declare const de_InstantiateSolNetworkInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InstantiateSolNetworkInstanceCommandOutput>;
|
|
236
|
-
/**
|
|
237
|
-
* deserializeAws_restJson1ListSolFunctionInstancesCommand
|
|
238
|
-
*/
|
|
239
|
-
export declare const de_ListSolFunctionInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSolFunctionInstancesCommandOutput>;
|
|
240
|
-
/**
|
|
241
|
-
* deserializeAws_restJson1ListSolFunctionPackagesCommand
|
|
242
|
-
*/
|
|
243
|
-
export declare const de_ListSolFunctionPackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSolFunctionPackagesCommandOutput>;
|
|
244
|
-
/**
|
|
245
|
-
* deserializeAws_restJson1ListSolNetworkInstancesCommand
|
|
246
|
-
*/
|
|
247
|
-
export declare const de_ListSolNetworkInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSolNetworkInstancesCommandOutput>;
|
|
248
|
-
/**
|
|
249
|
-
* deserializeAws_restJson1ListSolNetworkOperationsCommand
|
|
250
|
-
*/
|
|
251
|
-
export declare const de_ListSolNetworkOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSolNetworkOperationsCommandOutput>;
|
|
252
|
-
/**
|
|
253
|
-
* deserializeAws_restJson1ListSolNetworkPackagesCommand
|
|
254
|
-
*/
|
|
255
|
-
export declare const de_ListSolNetworkPackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSolNetworkPackagesCommandOutput>;
|
|
256
|
-
/**
|
|
257
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
258
|
-
*/
|
|
259
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
260
|
-
/**
|
|
261
|
-
* deserializeAws_restJson1PutSolFunctionPackageContentCommand
|
|
262
|
-
*/
|
|
263
|
-
export declare const de_PutSolFunctionPackageContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutSolFunctionPackageContentCommandOutput>;
|
|
264
|
-
/**
|
|
265
|
-
* deserializeAws_restJson1PutSolNetworkPackageContentCommand
|
|
266
|
-
*/
|
|
267
|
-
export declare const de_PutSolNetworkPackageContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutSolNetworkPackageContentCommandOutput>;
|
|
268
|
-
/**
|
|
269
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
270
|
-
*/
|
|
271
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
272
|
-
/**
|
|
273
|
-
* deserializeAws_restJson1TerminateSolNetworkInstanceCommand
|
|
274
|
-
*/
|
|
275
|
-
export declare const de_TerminateSolNetworkInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateSolNetworkInstanceCommandOutput>;
|
|
276
|
-
/**
|
|
277
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
278
|
-
*/
|
|
279
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
280
|
-
/**
|
|
281
|
-
* deserializeAws_restJson1UpdateSolFunctionPackageCommand
|
|
282
|
-
*/
|
|
283
|
-
export declare const de_UpdateSolFunctionPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSolFunctionPackageCommandOutput>;
|
|
284
|
-
/**
|
|
285
|
-
* deserializeAws_restJson1UpdateSolNetworkInstanceCommand
|
|
286
|
-
*/
|
|
287
|
-
export declare const de_UpdateSolNetworkInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSolNetworkInstanceCommandOutput>;
|
|
288
|
-
/**
|
|
289
|
-
* deserializeAws_restJson1UpdateSolNetworkPackageCommand
|
|
290
|
-
*/
|
|
291
|
-
export declare const de_UpdateSolNetworkPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSolNetworkPackageCommandOutput>;
|
|
292
|
-
/**
|
|
293
|
-
* deserializeAws_restJson1ValidateSolFunctionPackageContentCommand
|
|
294
|
-
*/
|
|
295
|
-
export declare const de_ValidateSolFunctionPackageContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidateSolFunctionPackageContentCommandOutput>;
|
|
296
|
-
/**
|
|
297
|
-
* deserializeAws_restJson1ValidateSolNetworkPackageContentCommand
|
|
298
|
-
*/
|
|
299
|
-
export declare const de_ValidateSolNetworkPackageContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidateSolNetworkPackageContentCommandOutput>;
|