@aws-sdk/client-tnb 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/Tnb.d.ts +105 -114
- package/dist-types/ts3.4/TnbClient.d.ts +14 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
package/dist-cjs/index.js
CHANGED
|
@@ -103,10 +103,7 @@ import {
|
|
|
103
103
|
PutSolNetworkPackageContentCommandInput,
|
|
104
104
|
PutSolNetworkPackageContentCommandOutput,
|
|
105
105
|
} from "./commands/PutSolNetworkPackageContentCommand";
|
|
106
|
-
import {
|
|
107
|
-
TagResourceCommandInput,
|
|
108
|
-
TagResourceCommandOutput,
|
|
109
|
-
} from "./commands/TagResourceCommand";
|
|
106
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
110
107
|
import {
|
|
111
108
|
TerminateSolNetworkInstanceCommandInput,
|
|
112
109
|
TerminateSolNetworkInstanceCommandOutput,
|
|
@@ -139,480 +136,474 @@ import { TnbClient } from "./TnbClient";
|
|
|
139
136
|
export interface Tnb {
|
|
140
137
|
cancelSolNetworkOperation(
|
|
141
138
|
args: CancelSolNetworkOperationCommandInput,
|
|
142
|
-
options?: __HttpHandlerOptions
|
|
139
|
+
options?: __HttpHandlerOptions,
|
|
143
140
|
): Promise<CancelSolNetworkOperationCommandOutput>;
|
|
144
141
|
cancelSolNetworkOperation(
|
|
145
142
|
args: CancelSolNetworkOperationCommandInput,
|
|
146
|
-
cb: (err: any, data?: CancelSolNetworkOperationCommandOutput) => void
|
|
143
|
+
cb: (err: any, data?: CancelSolNetworkOperationCommandOutput) => void,
|
|
147
144
|
): void;
|
|
148
145
|
cancelSolNetworkOperation(
|
|
149
146
|
args: CancelSolNetworkOperationCommandInput,
|
|
150
147
|
options: __HttpHandlerOptions,
|
|
151
|
-
cb: (err: any, data?: CancelSolNetworkOperationCommandOutput) => void
|
|
148
|
+
cb: (err: any, data?: CancelSolNetworkOperationCommandOutput) => void,
|
|
152
149
|
): void;
|
|
153
150
|
createSolFunctionPackage(): Promise<CreateSolFunctionPackageCommandOutput>;
|
|
154
151
|
createSolFunctionPackage(
|
|
155
152
|
args: CreateSolFunctionPackageCommandInput,
|
|
156
|
-
options?: __HttpHandlerOptions
|
|
153
|
+
options?: __HttpHandlerOptions,
|
|
157
154
|
): Promise<CreateSolFunctionPackageCommandOutput>;
|
|
158
155
|
createSolFunctionPackage(
|
|
159
156
|
args: CreateSolFunctionPackageCommandInput,
|
|
160
|
-
cb: (err: any, data?: CreateSolFunctionPackageCommandOutput) => void
|
|
157
|
+
cb: (err: any, data?: CreateSolFunctionPackageCommandOutput) => void,
|
|
161
158
|
): void;
|
|
162
159
|
createSolFunctionPackage(
|
|
163
160
|
args: CreateSolFunctionPackageCommandInput,
|
|
164
161
|
options: __HttpHandlerOptions,
|
|
165
|
-
cb: (err: any, data?: CreateSolFunctionPackageCommandOutput) => void
|
|
162
|
+
cb: (err: any, data?: CreateSolFunctionPackageCommandOutput) => void,
|
|
166
163
|
): void;
|
|
167
164
|
createSolNetworkInstance(
|
|
168
165
|
args: CreateSolNetworkInstanceCommandInput,
|
|
169
|
-
options?: __HttpHandlerOptions
|
|
166
|
+
options?: __HttpHandlerOptions,
|
|
170
167
|
): Promise<CreateSolNetworkInstanceCommandOutput>;
|
|
171
168
|
createSolNetworkInstance(
|
|
172
169
|
args: CreateSolNetworkInstanceCommandInput,
|
|
173
|
-
cb: (err: any, data?: CreateSolNetworkInstanceCommandOutput) => void
|
|
170
|
+
cb: (err: any, data?: CreateSolNetworkInstanceCommandOutput) => void,
|
|
174
171
|
): void;
|
|
175
172
|
createSolNetworkInstance(
|
|
176
173
|
args: CreateSolNetworkInstanceCommandInput,
|
|
177
174
|
options: __HttpHandlerOptions,
|
|
178
|
-
cb: (err: any, data?: CreateSolNetworkInstanceCommandOutput) => void
|
|
175
|
+
cb: (err: any, data?: CreateSolNetworkInstanceCommandOutput) => void,
|
|
179
176
|
): void;
|
|
180
177
|
createSolNetworkPackage(): Promise<CreateSolNetworkPackageCommandOutput>;
|
|
181
178
|
createSolNetworkPackage(
|
|
182
179
|
args: CreateSolNetworkPackageCommandInput,
|
|
183
|
-
options?: __HttpHandlerOptions
|
|
180
|
+
options?: __HttpHandlerOptions,
|
|
184
181
|
): Promise<CreateSolNetworkPackageCommandOutput>;
|
|
185
182
|
createSolNetworkPackage(
|
|
186
183
|
args: CreateSolNetworkPackageCommandInput,
|
|
187
|
-
cb: (err: any, data?: CreateSolNetworkPackageCommandOutput) => void
|
|
184
|
+
cb: (err: any, data?: CreateSolNetworkPackageCommandOutput) => void,
|
|
188
185
|
): void;
|
|
189
186
|
createSolNetworkPackage(
|
|
190
187
|
args: CreateSolNetworkPackageCommandInput,
|
|
191
188
|
options: __HttpHandlerOptions,
|
|
192
|
-
cb: (err: any, data?: CreateSolNetworkPackageCommandOutput) => void
|
|
189
|
+
cb: (err: any, data?: CreateSolNetworkPackageCommandOutput) => void,
|
|
193
190
|
): void;
|
|
194
191
|
deleteSolFunctionPackage(
|
|
195
192
|
args: DeleteSolFunctionPackageCommandInput,
|
|
196
|
-
options?: __HttpHandlerOptions
|
|
193
|
+
options?: __HttpHandlerOptions,
|
|
197
194
|
): Promise<DeleteSolFunctionPackageCommandOutput>;
|
|
198
195
|
deleteSolFunctionPackage(
|
|
199
196
|
args: DeleteSolFunctionPackageCommandInput,
|
|
200
|
-
cb: (err: any, data?: DeleteSolFunctionPackageCommandOutput) => void
|
|
197
|
+
cb: (err: any, data?: DeleteSolFunctionPackageCommandOutput) => void,
|
|
201
198
|
): void;
|
|
202
199
|
deleteSolFunctionPackage(
|
|
203
200
|
args: DeleteSolFunctionPackageCommandInput,
|
|
204
201
|
options: __HttpHandlerOptions,
|
|
205
|
-
cb: (err: any, data?: DeleteSolFunctionPackageCommandOutput) => void
|
|
202
|
+
cb: (err: any, data?: DeleteSolFunctionPackageCommandOutput) => void,
|
|
206
203
|
): void;
|
|
207
204
|
deleteSolNetworkInstance(
|
|
208
205
|
args: DeleteSolNetworkInstanceCommandInput,
|
|
209
|
-
options?: __HttpHandlerOptions
|
|
206
|
+
options?: __HttpHandlerOptions,
|
|
210
207
|
): Promise<DeleteSolNetworkInstanceCommandOutput>;
|
|
211
208
|
deleteSolNetworkInstance(
|
|
212
209
|
args: DeleteSolNetworkInstanceCommandInput,
|
|
213
|
-
cb: (err: any, data?: DeleteSolNetworkInstanceCommandOutput) => void
|
|
210
|
+
cb: (err: any, data?: DeleteSolNetworkInstanceCommandOutput) => void,
|
|
214
211
|
): void;
|
|
215
212
|
deleteSolNetworkInstance(
|
|
216
213
|
args: DeleteSolNetworkInstanceCommandInput,
|
|
217
214
|
options: __HttpHandlerOptions,
|
|
218
|
-
cb: (err: any, data?: DeleteSolNetworkInstanceCommandOutput) => void
|
|
215
|
+
cb: (err: any, data?: DeleteSolNetworkInstanceCommandOutput) => void,
|
|
219
216
|
): void;
|
|
220
217
|
deleteSolNetworkPackage(
|
|
221
218
|
args: DeleteSolNetworkPackageCommandInput,
|
|
222
|
-
options?: __HttpHandlerOptions
|
|
219
|
+
options?: __HttpHandlerOptions,
|
|
223
220
|
): Promise<DeleteSolNetworkPackageCommandOutput>;
|
|
224
221
|
deleteSolNetworkPackage(
|
|
225
222
|
args: DeleteSolNetworkPackageCommandInput,
|
|
226
|
-
cb: (err: any, data?: DeleteSolNetworkPackageCommandOutput) => void
|
|
223
|
+
cb: (err: any, data?: DeleteSolNetworkPackageCommandOutput) => void,
|
|
227
224
|
): void;
|
|
228
225
|
deleteSolNetworkPackage(
|
|
229
226
|
args: DeleteSolNetworkPackageCommandInput,
|
|
230
227
|
options: __HttpHandlerOptions,
|
|
231
|
-
cb: (err: any, data?: DeleteSolNetworkPackageCommandOutput) => void
|
|
228
|
+
cb: (err: any, data?: DeleteSolNetworkPackageCommandOutput) => void,
|
|
232
229
|
): void;
|
|
233
230
|
getSolFunctionInstance(
|
|
234
231
|
args: GetSolFunctionInstanceCommandInput,
|
|
235
|
-
options?: __HttpHandlerOptions
|
|
232
|
+
options?: __HttpHandlerOptions,
|
|
236
233
|
): Promise<GetSolFunctionInstanceCommandOutput>;
|
|
237
234
|
getSolFunctionInstance(
|
|
238
235
|
args: GetSolFunctionInstanceCommandInput,
|
|
239
|
-
cb: (err: any, data?: GetSolFunctionInstanceCommandOutput) => void
|
|
236
|
+
cb: (err: any, data?: GetSolFunctionInstanceCommandOutput) => void,
|
|
240
237
|
): void;
|
|
241
238
|
getSolFunctionInstance(
|
|
242
239
|
args: GetSolFunctionInstanceCommandInput,
|
|
243
240
|
options: __HttpHandlerOptions,
|
|
244
|
-
cb: (err: any, data?: GetSolFunctionInstanceCommandOutput) => void
|
|
241
|
+
cb: (err: any, data?: GetSolFunctionInstanceCommandOutput) => void,
|
|
245
242
|
): void;
|
|
246
243
|
getSolFunctionPackage(
|
|
247
244
|
args: GetSolFunctionPackageCommandInput,
|
|
248
|
-
options?: __HttpHandlerOptions
|
|
245
|
+
options?: __HttpHandlerOptions,
|
|
249
246
|
): Promise<GetSolFunctionPackageCommandOutput>;
|
|
250
247
|
getSolFunctionPackage(
|
|
251
248
|
args: GetSolFunctionPackageCommandInput,
|
|
252
|
-
cb: (err: any, data?: GetSolFunctionPackageCommandOutput) => void
|
|
249
|
+
cb: (err: any, data?: GetSolFunctionPackageCommandOutput) => void,
|
|
253
250
|
): void;
|
|
254
251
|
getSolFunctionPackage(
|
|
255
252
|
args: GetSolFunctionPackageCommandInput,
|
|
256
253
|
options: __HttpHandlerOptions,
|
|
257
|
-
cb: (err: any, data?: GetSolFunctionPackageCommandOutput) => void
|
|
254
|
+
cb: (err: any, data?: GetSolFunctionPackageCommandOutput) => void,
|
|
258
255
|
): void;
|
|
259
256
|
getSolFunctionPackageContent(
|
|
260
257
|
args: GetSolFunctionPackageContentCommandInput,
|
|
261
|
-
options?: __HttpHandlerOptions
|
|
258
|
+
options?: __HttpHandlerOptions,
|
|
262
259
|
): Promise<GetSolFunctionPackageContentCommandOutput>;
|
|
263
260
|
getSolFunctionPackageContent(
|
|
264
261
|
args: GetSolFunctionPackageContentCommandInput,
|
|
265
|
-
cb: (err: any, data?: GetSolFunctionPackageContentCommandOutput) => void
|
|
262
|
+
cb: (err: any, data?: GetSolFunctionPackageContentCommandOutput) => void,
|
|
266
263
|
): void;
|
|
267
264
|
getSolFunctionPackageContent(
|
|
268
265
|
args: GetSolFunctionPackageContentCommandInput,
|
|
269
266
|
options: __HttpHandlerOptions,
|
|
270
|
-
cb: (err: any, data?: GetSolFunctionPackageContentCommandOutput) => void
|
|
267
|
+
cb: (err: any, data?: GetSolFunctionPackageContentCommandOutput) => void,
|
|
271
268
|
): void;
|
|
272
269
|
getSolFunctionPackageDescriptor(
|
|
273
270
|
args: GetSolFunctionPackageDescriptorCommandInput,
|
|
274
|
-
options?: __HttpHandlerOptions
|
|
271
|
+
options?: __HttpHandlerOptions,
|
|
275
272
|
): Promise<GetSolFunctionPackageDescriptorCommandOutput>;
|
|
276
273
|
getSolFunctionPackageDescriptor(
|
|
277
274
|
args: GetSolFunctionPackageDescriptorCommandInput,
|
|
278
|
-
cb: (err: any, data?: GetSolFunctionPackageDescriptorCommandOutput) => void
|
|
275
|
+
cb: (err: any, data?: GetSolFunctionPackageDescriptorCommandOutput) => void,
|
|
279
276
|
): void;
|
|
280
277
|
getSolFunctionPackageDescriptor(
|
|
281
278
|
args: GetSolFunctionPackageDescriptorCommandInput,
|
|
282
279
|
options: __HttpHandlerOptions,
|
|
283
|
-
cb: (err: any, data?: GetSolFunctionPackageDescriptorCommandOutput) => void
|
|
280
|
+
cb: (err: any, data?: GetSolFunctionPackageDescriptorCommandOutput) => void,
|
|
284
281
|
): void;
|
|
285
282
|
getSolNetworkInstance(
|
|
286
283
|
args: GetSolNetworkInstanceCommandInput,
|
|
287
|
-
options?: __HttpHandlerOptions
|
|
284
|
+
options?: __HttpHandlerOptions,
|
|
288
285
|
): Promise<GetSolNetworkInstanceCommandOutput>;
|
|
289
286
|
getSolNetworkInstance(
|
|
290
287
|
args: GetSolNetworkInstanceCommandInput,
|
|
291
|
-
cb: (err: any, data?: GetSolNetworkInstanceCommandOutput) => void
|
|
288
|
+
cb: (err: any, data?: GetSolNetworkInstanceCommandOutput) => void,
|
|
292
289
|
): void;
|
|
293
290
|
getSolNetworkInstance(
|
|
294
291
|
args: GetSolNetworkInstanceCommandInput,
|
|
295
292
|
options: __HttpHandlerOptions,
|
|
296
|
-
cb: (err: any, data?: GetSolNetworkInstanceCommandOutput) => void
|
|
293
|
+
cb: (err: any, data?: GetSolNetworkInstanceCommandOutput) => void,
|
|
297
294
|
): void;
|
|
298
295
|
getSolNetworkOperation(
|
|
299
296
|
args: GetSolNetworkOperationCommandInput,
|
|
300
|
-
options?: __HttpHandlerOptions
|
|
297
|
+
options?: __HttpHandlerOptions,
|
|
301
298
|
): Promise<GetSolNetworkOperationCommandOutput>;
|
|
302
299
|
getSolNetworkOperation(
|
|
303
300
|
args: GetSolNetworkOperationCommandInput,
|
|
304
|
-
cb: (err: any, data?: GetSolNetworkOperationCommandOutput) => void
|
|
301
|
+
cb: (err: any, data?: GetSolNetworkOperationCommandOutput) => void,
|
|
305
302
|
): void;
|
|
306
303
|
getSolNetworkOperation(
|
|
307
304
|
args: GetSolNetworkOperationCommandInput,
|
|
308
305
|
options: __HttpHandlerOptions,
|
|
309
|
-
cb: (err: any, data?: GetSolNetworkOperationCommandOutput) => void
|
|
306
|
+
cb: (err: any, data?: GetSolNetworkOperationCommandOutput) => void,
|
|
310
307
|
): void;
|
|
311
308
|
getSolNetworkPackage(
|
|
312
309
|
args: GetSolNetworkPackageCommandInput,
|
|
313
|
-
options?: __HttpHandlerOptions
|
|
310
|
+
options?: __HttpHandlerOptions,
|
|
314
311
|
): Promise<GetSolNetworkPackageCommandOutput>;
|
|
315
312
|
getSolNetworkPackage(
|
|
316
313
|
args: GetSolNetworkPackageCommandInput,
|
|
317
|
-
cb: (err: any, data?: GetSolNetworkPackageCommandOutput) => void
|
|
314
|
+
cb: (err: any, data?: GetSolNetworkPackageCommandOutput) => void,
|
|
318
315
|
): void;
|
|
319
316
|
getSolNetworkPackage(
|
|
320
317
|
args: GetSolNetworkPackageCommandInput,
|
|
321
318
|
options: __HttpHandlerOptions,
|
|
322
|
-
cb: (err: any, data?: GetSolNetworkPackageCommandOutput) => void
|
|
319
|
+
cb: (err: any, data?: GetSolNetworkPackageCommandOutput) => void,
|
|
323
320
|
): void;
|
|
324
321
|
getSolNetworkPackageContent(
|
|
325
322
|
args: GetSolNetworkPackageContentCommandInput,
|
|
326
|
-
options?: __HttpHandlerOptions
|
|
323
|
+
options?: __HttpHandlerOptions,
|
|
327
324
|
): Promise<GetSolNetworkPackageContentCommandOutput>;
|
|
328
325
|
getSolNetworkPackageContent(
|
|
329
326
|
args: GetSolNetworkPackageContentCommandInput,
|
|
330
|
-
cb: (err: any, data?: GetSolNetworkPackageContentCommandOutput) => void
|
|
327
|
+
cb: (err: any, data?: GetSolNetworkPackageContentCommandOutput) => void,
|
|
331
328
|
): void;
|
|
332
329
|
getSolNetworkPackageContent(
|
|
333
330
|
args: GetSolNetworkPackageContentCommandInput,
|
|
334
331
|
options: __HttpHandlerOptions,
|
|
335
|
-
cb: (err: any, data?: GetSolNetworkPackageContentCommandOutput) => void
|
|
332
|
+
cb: (err: any, data?: GetSolNetworkPackageContentCommandOutput) => void,
|
|
336
333
|
): void;
|
|
337
334
|
getSolNetworkPackageDescriptor(
|
|
338
335
|
args: GetSolNetworkPackageDescriptorCommandInput,
|
|
339
|
-
options?: __HttpHandlerOptions
|
|
336
|
+
options?: __HttpHandlerOptions,
|
|
340
337
|
): Promise<GetSolNetworkPackageDescriptorCommandOutput>;
|
|
341
338
|
getSolNetworkPackageDescriptor(
|
|
342
339
|
args: GetSolNetworkPackageDescriptorCommandInput,
|
|
343
|
-
cb: (err: any, data?: GetSolNetworkPackageDescriptorCommandOutput) => void
|
|
340
|
+
cb: (err: any, data?: GetSolNetworkPackageDescriptorCommandOutput) => void,
|
|
344
341
|
): void;
|
|
345
342
|
getSolNetworkPackageDescriptor(
|
|
346
343
|
args: GetSolNetworkPackageDescriptorCommandInput,
|
|
347
344
|
options: __HttpHandlerOptions,
|
|
348
|
-
cb: (err: any, data?: GetSolNetworkPackageDescriptorCommandOutput) => void
|
|
345
|
+
cb: (err: any, data?: GetSolNetworkPackageDescriptorCommandOutput) => void,
|
|
349
346
|
): void;
|
|
350
347
|
instantiateSolNetworkInstance(
|
|
351
348
|
args: InstantiateSolNetworkInstanceCommandInput,
|
|
352
|
-
options?: __HttpHandlerOptions
|
|
349
|
+
options?: __HttpHandlerOptions,
|
|
353
350
|
): Promise<InstantiateSolNetworkInstanceCommandOutput>;
|
|
354
351
|
instantiateSolNetworkInstance(
|
|
355
352
|
args: InstantiateSolNetworkInstanceCommandInput,
|
|
356
|
-
cb: (err: any, data?: InstantiateSolNetworkInstanceCommandOutput) => void
|
|
353
|
+
cb: (err: any, data?: InstantiateSolNetworkInstanceCommandOutput) => void,
|
|
357
354
|
): void;
|
|
358
355
|
instantiateSolNetworkInstance(
|
|
359
356
|
args: InstantiateSolNetworkInstanceCommandInput,
|
|
360
357
|
options: __HttpHandlerOptions,
|
|
361
|
-
cb: (err: any, data?: InstantiateSolNetworkInstanceCommandOutput) => void
|
|
358
|
+
cb: (err: any, data?: InstantiateSolNetworkInstanceCommandOutput) => void,
|
|
362
359
|
): void;
|
|
363
360
|
listSolFunctionInstances(): Promise<ListSolFunctionInstancesCommandOutput>;
|
|
364
361
|
listSolFunctionInstances(
|
|
365
362
|
args: ListSolFunctionInstancesCommandInput,
|
|
366
|
-
options?: __HttpHandlerOptions
|
|
363
|
+
options?: __HttpHandlerOptions,
|
|
367
364
|
): Promise<ListSolFunctionInstancesCommandOutput>;
|
|
368
365
|
listSolFunctionInstances(
|
|
369
366
|
args: ListSolFunctionInstancesCommandInput,
|
|
370
|
-
cb: (err: any, data?: ListSolFunctionInstancesCommandOutput) => void
|
|
367
|
+
cb: (err: any, data?: ListSolFunctionInstancesCommandOutput) => void,
|
|
371
368
|
): void;
|
|
372
369
|
listSolFunctionInstances(
|
|
373
370
|
args: ListSolFunctionInstancesCommandInput,
|
|
374
371
|
options: __HttpHandlerOptions,
|
|
375
|
-
cb: (err: any, data?: ListSolFunctionInstancesCommandOutput) => void
|
|
372
|
+
cb: (err: any, data?: ListSolFunctionInstancesCommandOutput) => void,
|
|
376
373
|
): void;
|
|
377
374
|
listSolFunctionPackages(): Promise<ListSolFunctionPackagesCommandOutput>;
|
|
378
375
|
listSolFunctionPackages(
|
|
379
376
|
args: ListSolFunctionPackagesCommandInput,
|
|
380
|
-
options?: __HttpHandlerOptions
|
|
377
|
+
options?: __HttpHandlerOptions,
|
|
381
378
|
): Promise<ListSolFunctionPackagesCommandOutput>;
|
|
382
379
|
listSolFunctionPackages(
|
|
383
380
|
args: ListSolFunctionPackagesCommandInput,
|
|
384
|
-
cb: (err: any, data?: ListSolFunctionPackagesCommandOutput) => void
|
|
381
|
+
cb: (err: any, data?: ListSolFunctionPackagesCommandOutput) => void,
|
|
385
382
|
): void;
|
|
386
383
|
listSolFunctionPackages(
|
|
387
384
|
args: ListSolFunctionPackagesCommandInput,
|
|
388
385
|
options: __HttpHandlerOptions,
|
|
389
|
-
cb: (err: any, data?: ListSolFunctionPackagesCommandOutput) => void
|
|
386
|
+
cb: (err: any, data?: ListSolFunctionPackagesCommandOutput) => void,
|
|
390
387
|
): void;
|
|
391
388
|
listSolNetworkInstances(): Promise<ListSolNetworkInstancesCommandOutput>;
|
|
392
389
|
listSolNetworkInstances(
|
|
393
390
|
args: ListSolNetworkInstancesCommandInput,
|
|
394
|
-
options?: __HttpHandlerOptions
|
|
391
|
+
options?: __HttpHandlerOptions,
|
|
395
392
|
): Promise<ListSolNetworkInstancesCommandOutput>;
|
|
396
393
|
listSolNetworkInstances(
|
|
397
394
|
args: ListSolNetworkInstancesCommandInput,
|
|
398
|
-
cb: (err: any, data?: ListSolNetworkInstancesCommandOutput) => void
|
|
395
|
+
cb: (err: any, data?: ListSolNetworkInstancesCommandOutput) => void,
|
|
399
396
|
): void;
|
|
400
397
|
listSolNetworkInstances(
|
|
401
398
|
args: ListSolNetworkInstancesCommandInput,
|
|
402
399
|
options: __HttpHandlerOptions,
|
|
403
|
-
cb: (err: any, data?: ListSolNetworkInstancesCommandOutput) => void
|
|
400
|
+
cb: (err: any, data?: ListSolNetworkInstancesCommandOutput) => void,
|
|
404
401
|
): void;
|
|
405
402
|
listSolNetworkOperations(): Promise<ListSolNetworkOperationsCommandOutput>;
|
|
406
403
|
listSolNetworkOperations(
|
|
407
404
|
args: ListSolNetworkOperationsCommandInput,
|
|
408
|
-
options?: __HttpHandlerOptions
|
|
405
|
+
options?: __HttpHandlerOptions,
|
|
409
406
|
): Promise<ListSolNetworkOperationsCommandOutput>;
|
|
410
407
|
listSolNetworkOperations(
|
|
411
408
|
args: ListSolNetworkOperationsCommandInput,
|
|
412
|
-
cb: (err: any, data?: ListSolNetworkOperationsCommandOutput) => void
|
|
409
|
+
cb: (err: any, data?: ListSolNetworkOperationsCommandOutput) => void,
|
|
413
410
|
): void;
|
|
414
411
|
listSolNetworkOperations(
|
|
415
412
|
args: ListSolNetworkOperationsCommandInput,
|
|
416
413
|
options: __HttpHandlerOptions,
|
|
417
|
-
cb: (err: any, data?: ListSolNetworkOperationsCommandOutput) => void
|
|
414
|
+
cb: (err: any, data?: ListSolNetworkOperationsCommandOutput) => void,
|
|
418
415
|
): void;
|
|
419
416
|
listSolNetworkPackages(): Promise<ListSolNetworkPackagesCommandOutput>;
|
|
420
417
|
listSolNetworkPackages(
|
|
421
418
|
args: ListSolNetworkPackagesCommandInput,
|
|
422
|
-
options?: __HttpHandlerOptions
|
|
419
|
+
options?: __HttpHandlerOptions,
|
|
423
420
|
): Promise<ListSolNetworkPackagesCommandOutput>;
|
|
424
421
|
listSolNetworkPackages(
|
|
425
422
|
args: ListSolNetworkPackagesCommandInput,
|
|
426
|
-
cb: (err: any, data?: ListSolNetworkPackagesCommandOutput) => void
|
|
423
|
+
cb: (err: any, data?: ListSolNetworkPackagesCommandOutput) => void,
|
|
427
424
|
): void;
|
|
428
425
|
listSolNetworkPackages(
|
|
429
426
|
args: ListSolNetworkPackagesCommandInput,
|
|
430
427
|
options: __HttpHandlerOptions,
|
|
431
|
-
cb: (err: any, data?: ListSolNetworkPackagesCommandOutput) => void
|
|
428
|
+
cb: (err: any, data?: ListSolNetworkPackagesCommandOutput) => void,
|
|
432
429
|
): void;
|
|
433
430
|
listTagsForResource(
|
|
434
431
|
args: ListTagsForResourceCommandInput,
|
|
435
|
-
options?: __HttpHandlerOptions
|
|
432
|
+
options?: __HttpHandlerOptions,
|
|
436
433
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
437
434
|
listTagsForResource(
|
|
438
435
|
args: ListTagsForResourceCommandInput,
|
|
439
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
436
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
440
437
|
): void;
|
|
441
438
|
listTagsForResource(
|
|
442
439
|
args: ListTagsForResourceCommandInput,
|
|
443
440
|
options: __HttpHandlerOptions,
|
|
444
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
441
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
445
442
|
): void;
|
|
446
443
|
putSolFunctionPackageContent(
|
|
447
444
|
args: PutSolFunctionPackageContentCommandInput,
|
|
448
|
-
options?: __HttpHandlerOptions
|
|
445
|
+
options?: __HttpHandlerOptions,
|
|
449
446
|
): Promise<PutSolFunctionPackageContentCommandOutput>;
|
|
450
447
|
putSolFunctionPackageContent(
|
|
451
448
|
args: PutSolFunctionPackageContentCommandInput,
|
|
452
|
-
cb: (err: any, data?: PutSolFunctionPackageContentCommandOutput) => void
|
|
449
|
+
cb: (err: any, data?: PutSolFunctionPackageContentCommandOutput) => void,
|
|
453
450
|
): void;
|
|
454
451
|
putSolFunctionPackageContent(
|
|
455
452
|
args: PutSolFunctionPackageContentCommandInput,
|
|
456
453
|
options: __HttpHandlerOptions,
|
|
457
|
-
cb: (err: any, data?: PutSolFunctionPackageContentCommandOutput) => void
|
|
454
|
+
cb: (err: any, data?: PutSolFunctionPackageContentCommandOutput) => void,
|
|
458
455
|
): void;
|
|
459
456
|
putSolNetworkPackageContent(
|
|
460
457
|
args: PutSolNetworkPackageContentCommandInput,
|
|
461
|
-
options?: __HttpHandlerOptions
|
|
458
|
+
options?: __HttpHandlerOptions,
|
|
462
459
|
): Promise<PutSolNetworkPackageContentCommandOutput>;
|
|
463
460
|
putSolNetworkPackageContent(
|
|
464
461
|
args: PutSolNetworkPackageContentCommandInput,
|
|
465
|
-
cb: (err: any, data?: PutSolNetworkPackageContentCommandOutput) => void
|
|
462
|
+
cb: (err: any, data?: PutSolNetworkPackageContentCommandOutput) => void,
|
|
466
463
|
): void;
|
|
467
464
|
putSolNetworkPackageContent(
|
|
468
465
|
args: PutSolNetworkPackageContentCommandInput,
|
|
469
466
|
options: __HttpHandlerOptions,
|
|
470
|
-
cb: (err: any, data?: PutSolNetworkPackageContentCommandOutput) => void
|
|
467
|
+
cb: (err: any, data?: PutSolNetworkPackageContentCommandOutput) => void,
|
|
471
468
|
): void;
|
|
472
469
|
tagResource(
|
|
473
470
|
args: TagResourceCommandInput,
|
|
474
|
-
options?: __HttpHandlerOptions
|
|
471
|
+
options?: __HttpHandlerOptions,
|
|
475
472
|
): Promise<TagResourceCommandOutput>;
|
|
476
473
|
tagResource(
|
|
477
474
|
args: TagResourceCommandInput,
|
|
478
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
475
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
479
476
|
): void;
|
|
480
477
|
tagResource(
|
|
481
478
|
args: TagResourceCommandInput,
|
|
482
479
|
options: __HttpHandlerOptions,
|
|
483
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
480
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
484
481
|
): void;
|
|
485
482
|
terminateSolNetworkInstance(
|
|
486
483
|
args: TerminateSolNetworkInstanceCommandInput,
|
|
487
|
-
options?: __HttpHandlerOptions
|
|
484
|
+
options?: __HttpHandlerOptions,
|
|
488
485
|
): Promise<TerminateSolNetworkInstanceCommandOutput>;
|
|
489
486
|
terminateSolNetworkInstance(
|
|
490
487
|
args: TerminateSolNetworkInstanceCommandInput,
|
|
491
|
-
cb: (err: any, data?: TerminateSolNetworkInstanceCommandOutput) => void
|
|
488
|
+
cb: (err: any, data?: TerminateSolNetworkInstanceCommandOutput) => void,
|
|
492
489
|
): void;
|
|
493
490
|
terminateSolNetworkInstance(
|
|
494
491
|
args: TerminateSolNetworkInstanceCommandInput,
|
|
495
492
|
options: __HttpHandlerOptions,
|
|
496
|
-
cb: (err: any, data?: TerminateSolNetworkInstanceCommandOutput) => void
|
|
493
|
+
cb: (err: any, data?: TerminateSolNetworkInstanceCommandOutput) => void,
|
|
497
494
|
): void;
|
|
498
495
|
untagResource(
|
|
499
496
|
args: UntagResourceCommandInput,
|
|
500
|
-
options?: __HttpHandlerOptions
|
|
497
|
+
options?: __HttpHandlerOptions,
|
|
501
498
|
): Promise<UntagResourceCommandOutput>;
|
|
502
499
|
untagResource(
|
|
503
500
|
args: UntagResourceCommandInput,
|
|
504
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
501
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
505
502
|
): void;
|
|
506
503
|
untagResource(
|
|
507
504
|
args: UntagResourceCommandInput,
|
|
508
505
|
options: __HttpHandlerOptions,
|
|
509
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
506
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
510
507
|
): void;
|
|
511
508
|
updateSolFunctionPackage(
|
|
512
509
|
args: UpdateSolFunctionPackageCommandInput,
|
|
513
|
-
options?: __HttpHandlerOptions
|
|
510
|
+
options?: __HttpHandlerOptions,
|
|
514
511
|
): Promise<UpdateSolFunctionPackageCommandOutput>;
|
|
515
512
|
updateSolFunctionPackage(
|
|
516
513
|
args: UpdateSolFunctionPackageCommandInput,
|
|
517
|
-
cb: (err: any, data?: UpdateSolFunctionPackageCommandOutput) => void
|
|
514
|
+
cb: (err: any, data?: UpdateSolFunctionPackageCommandOutput) => void,
|
|
518
515
|
): void;
|
|
519
516
|
updateSolFunctionPackage(
|
|
520
517
|
args: UpdateSolFunctionPackageCommandInput,
|
|
521
518
|
options: __HttpHandlerOptions,
|
|
522
|
-
cb: (err: any, data?: UpdateSolFunctionPackageCommandOutput) => void
|
|
519
|
+
cb: (err: any, data?: UpdateSolFunctionPackageCommandOutput) => void,
|
|
523
520
|
): void;
|
|
524
521
|
updateSolNetworkInstance(
|
|
525
522
|
args: UpdateSolNetworkInstanceCommandInput,
|
|
526
|
-
options?: __HttpHandlerOptions
|
|
523
|
+
options?: __HttpHandlerOptions,
|
|
527
524
|
): Promise<UpdateSolNetworkInstanceCommandOutput>;
|
|
528
525
|
updateSolNetworkInstance(
|
|
529
526
|
args: UpdateSolNetworkInstanceCommandInput,
|
|
530
|
-
cb: (err: any, data?: UpdateSolNetworkInstanceCommandOutput) => void
|
|
527
|
+
cb: (err: any, data?: UpdateSolNetworkInstanceCommandOutput) => void,
|
|
531
528
|
): void;
|
|
532
529
|
updateSolNetworkInstance(
|
|
533
530
|
args: UpdateSolNetworkInstanceCommandInput,
|
|
534
531
|
options: __HttpHandlerOptions,
|
|
535
|
-
cb: (err: any, data?: UpdateSolNetworkInstanceCommandOutput) => void
|
|
532
|
+
cb: (err: any, data?: UpdateSolNetworkInstanceCommandOutput) => void,
|
|
536
533
|
): void;
|
|
537
534
|
updateSolNetworkPackage(
|
|
538
535
|
args: UpdateSolNetworkPackageCommandInput,
|
|
539
|
-
options?: __HttpHandlerOptions
|
|
536
|
+
options?: __HttpHandlerOptions,
|
|
540
537
|
): Promise<UpdateSolNetworkPackageCommandOutput>;
|
|
541
538
|
updateSolNetworkPackage(
|
|
542
539
|
args: UpdateSolNetworkPackageCommandInput,
|
|
543
|
-
cb: (err: any, data?: UpdateSolNetworkPackageCommandOutput) => void
|
|
540
|
+
cb: (err: any, data?: UpdateSolNetworkPackageCommandOutput) => void,
|
|
544
541
|
): void;
|
|
545
542
|
updateSolNetworkPackage(
|
|
546
543
|
args: UpdateSolNetworkPackageCommandInput,
|
|
547
544
|
options: __HttpHandlerOptions,
|
|
548
|
-
cb: (err: any, data?: UpdateSolNetworkPackageCommandOutput) => void
|
|
545
|
+
cb: (err: any, data?: UpdateSolNetworkPackageCommandOutput) => void,
|
|
549
546
|
): void;
|
|
550
547
|
validateSolFunctionPackageContent(
|
|
551
548
|
args: ValidateSolFunctionPackageContentCommandInput,
|
|
552
|
-
options?: __HttpHandlerOptions
|
|
549
|
+
options?: __HttpHandlerOptions,
|
|
553
550
|
): Promise<ValidateSolFunctionPackageContentCommandOutput>;
|
|
554
551
|
validateSolFunctionPackageContent(
|
|
555
552
|
args: ValidateSolFunctionPackageContentCommandInput,
|
|
556
|
-
cb: (
|
|
557
|
-
err: any,
|
|
558
|
-
data?: ValidateSolFunctionPackageContentCommandOutput
|
|
559
|
-
) => void
|
|
553
|
+
cb: (err: any, data?: ValidateSolFunctionPackageContentCommandOutput) => void,
|
|
560
554
|
): void;
|
|
561
555
|
validateSolFunctionPackageContent(
|
|
562
556
|
args: ValidateSolFunctionPackageContentCommandInput,
|
|
563
557
|
options: __HttpHandlerOptions,
|
|
564
|
-
cb: (
|
|
565
|
-
err: any,
|
|
566
|
-
data?: ValidateSolFunctionPackageContentCommandOutput
|
|
567
|
-
) => void
|
|
558
|
+
cb: (err: any, data?: ValidateSolFunctionPackageContentCommandOutput) => void,
|
|
568
559
|
): void;
|
|
569
560
|
validateSolNetworkPackageContent(
|
|
570
561
|
args: ValidateSolNetworkPackageContentCommandInput,
|
|
571
|
-
options?: __HttpHandlerOptions
|
|
562
|
+
options?: __HttpHandlerOptions,
|
|
572
563
|
): Promise<ValidateSolNetworkPackageContentCommandOutput>;
|
|
573
564
|
validateSolNetworkPackageContent(
|
|
574
565
|
args: ValidateSolNetworkPackageContentCommandInput,
|
|
575
|
-
cb: (err: any, data?: ValidateSolNetworkPackageContentCommandOutput) => void
|
|
566
|
+
cb: (err: any, data?: ValidateSolNetworkPackageContentCommandOutput) => void,
|
|
576
567
|
): void;
|
|
577
568
|
validateSolNetworkPackageContent(
|
|
578
569
|
args: ValidateSolNetworkPackageContentCommandInput,
|
|
579
570
|
options: __HttpHandlerOptions,
|
|
580
|
-
cb: (err: any, data?: ValidateSolNetworkPackageContentCommandOutput) => void
|
|
571
|
+
cb: (err: any, data?: ValidateSolNetworkPackageContentCommandOutput) => void,
|
|
581
572
|
): void;
|
|
582
573
|
paginateListSolFunctionInstances(
|
|
583
574
|
args?: ListSolFunctionInstancesCommandInput,
|
|
584
575
|
paginationConfig?: Pick<
|
|
585
576
|
PaginationConfiguration,
|
|
586
577
|
Exclude<keyof PaginationConfiguration, "client">
|
|
587
|
-
|
|
578
|
+
>,
|
|
588
579
|
): Paginator<ListSolFunctionInstancesCommandOutput>;
|
|
589
580
|
paginateListSolFunctionPackages(
|
|
590
581
|
args?: ListSolFunctionPackagesCommandInput,
|
|
591
582
|
paginationConfig?: Pick<
|
|
592
583
|
PaginationConfiguration,
|
|
593
584
|
Exclude<keyof PaginationConfiguration, "client">
|
|
594
|
-
|
|
585
|
+
>,
|
|
595
586
|
): Paginator<ListSolFunctionPackagesCommandOutput>;
|
|
596
587
|
paginateListSolNetworkInstances(
|
|
597
588
|
args?: ListSolNetworkInstancesCommandInput,
|
|
598
589
|
paginationConfig?: Pick<
|
|
599
590
|
PaginationConfiguration,
|
|
600
591
|
Exclude<keyof PaginationConfiguration, "client">
|
|
601
|
-
|
|
592
|
+
>,
|
|
602
593
|
): Paginator<ListSolNetworkInstancesCommandOutput>;
|
|
603
594
|
paginateListSolNetworkOperations(
|
|
604
595
|
args?: ListSolNetworkOperationsCommandInput,
|
|
605
596
|
paginationConfig?: Pick<
|
|
606
597
|
PaginationConfiguration,
|
|
607
598
|
Exclude<keyof PaginationConfiguration, "client">
|
|
608
|
-
|
|
599
|
+
>,
|
|
609
600
|
): Paginator<ListSolNetworkOperationsCommandOutput>;
|
|
610
601
|
paginateListSolNetworkPackages(
|
|
611
602
|
args?: ListSolNetworkPackagesCommandInput,
|
|
612
603
|
paginationConfig?: Pick<
|
|
613
604
|
PaginationConfiguration,
|
|
614
605
|
Exclude<keyof PaginationConfiguration, "client">
|
|
615
|
-
|
|
606
|
+
>,
|
|
616
607
|
): Paginator<ListSolNetworkPackagesCommandOutput>;
|
|
617
608
|
}
|
|
618
609
|
export declare class Tnb extends TnbClient implements Tnb {}
|