@aws-sdk/client-panorama 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.
Files changed (58) hide show
  1. package/dist-cjs/index.js +1580 -1595
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/PanoramaClient.js +2 -0
  4. package/dist-es/commands/CreateApplicationInstanceCommand.js +3 -9
  5. package/dist-es/commands/CreateJobForDevicesCommand.js +3 -9
  6. package/dist-es/commands/CreateNodeFromTemplateJobCommand.js +3 -10
  7. package/dist-es/commands/CreatePackageCommand.js +3 -9
  8. package/dist-es/commands/CreatePackageImportJobCommand.js +3 -9
  9. package/dist-es/commands/DeleteDeviceCommand.js +3 -9
  10. package/dist-es/commands/DeletePackageCommand.js +3 -9
  11. package/dist-es/commands/DeregisterPackageVersionCommand.js +3 -9
  12. package/dist-es/commands/DescribeApplicationInstanceCommand.js +3 -9
  13. package/dist-es/commands/DescribeApplicationInstanceDetailsCommand.js +3 -9
  14. package/dist-es/commands/DescribeDeviceCommand.js +3 -9
  15. package/dist-es/commands/DescribeDeviceJobCommand.js +3 -9
  16. package/dist-es/commands/DescribeNodeCommand.js +3 -9
  17. package/dist-es/commands/DescribeNodeFromTemplateJobCommand.js +3 -10
  18. package/dist-es/commands/DescribePackageCommand.js +3 -9
  19. package/dist-es/commands/DescribePackageImportJobCommand.js +3 -9
  20. package/dist-es/commands/DescribePackageVersionCommand.js +3 -9
  21. package/dist-es/commands/ListApplicationInstanceDependenciesCommand.js +3 -9
  22. package/dist-es/commands/ListApplicationInstanceNodeInstancesCommand.js +3 -9
  23. package/dist-es/commands/ListApplicationInstancesCommand.js +3 -9
  24. package/dist-es/commands/ListDevicesCommand.js +3 -9
  25. package/dist-es/commands/ListDevicesJobsCommand.js +3 -9
  26. package/dist-es/commands/ListNodeFromTemplateJobsCommand.js +3 -9
  27. package/dist-es/commands/ListNodesCommand.js +3 -9
  28. package/dist-es/commands/ListPackageImportJobsCommand.js +3 -9
  29. package/dist-es/commands/ListPackagesCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/ProvisionDeviceCommand.js +3 -9
  32. package/dist-es/commands/RegisterPackageVersionCommand.js +3 -9
  33. package/dist-es/commands/RemoveApplicationInstanceCommand.js +3 -9
  34. package/dist-es/commands/SignalApplicationInstanceNodeInstancesCommand.js +3 -9
  35. package/dist-es/commands/TagResourceCommand.js +3 -9
  36. package/dist-es/commands/UntagResourceCommand.js +3 -9
  37. package/dist-es/commands/UpdateDeviceMetadataCommand.js +3 -9
  38. package/dist-es/models/models_0.js +0 -25
  39. package/dist-es/runtimeConfig.shared.js +2 -0
  40. package/dist-es/schemas/schemas_0.js +1521 -0
  41. package/dist-types/PanoramaClient.d.ts +10 -1
  42. package/dist-types/models/models_0.d.ts +8 -10
  43. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  44. package/dist-types/runtimeConfig.d.ts +1 -0
  45. package/dist-types/runtimeConfig.native.d.ts +1 -0
  46. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  47. package/dist-types/schemas/schemas_0.d.ts +177 -0
  48. package/dist-types/ts3.4/PanoramaClient.d.ts +4 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -8
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +184 -0
  55. package/package.json +33 -33
  56. package/dist-es/protocols/Aws_restJson1.js +0 -1337
  57. package/dist-types/protocols/Aws_restJson1.d.ts +0 -308
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -413
@@ -1,413 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateApplicationInstanceCommandInput,
8
- CreateApplicationInstanceCommandOutput,
9
- } from "../commands/CreateApplicationInstanceCommand";
10
- import {
11
- CreateJobForDevicesCommandInput,
12
- CreateJobForDevicesCommandOutput,
13
- } from "../commands/CreateJobForDevicesCommand";
14
- import {
15
- CreateNodeFromTemplateJobCommandInput,
16
- CreateNodeFromTemplateJobCommandOutput,
17
- } from "../commands/CreateNodeFromTemplateJobCommand";
18
- import {
19
- CreatePackageCommandInput,
20
- CreatePackageCommandOutput,
21
- } from "../commands/CreatePackageCommand";
22
- import {
23
- CreatePackageImportJobCommandInput,
24
- CreatePackageImportJobCommandOutput,
25
- } from "../commands/CreatePackageImportJobCommand";
26
- import {
27
- DeleteDeviceCommandInput,
28
- DeleteDeviceCommandOutput,
29
- } from "../commands/DeleteDeviceCommand";
30
- import {
31
- DeletePackageCommandInput,
32
- DeletePackageCommandOutput,
33
- } from "../commands/DeletePackageCommand";
34
- import {
35
- DeregisterPackageVersionCommandInput,
36
- DeregisterPackageVersionCommandOutput,
37
- } from "../commands/DeregisterPackageVersionCommand";
38
- import {
39
- DescribeApplicationInstanceCommandInput,
40
- DescribeApplicationInstanceCommandOutput,
41
- } from "../commands/DescribeApplicationInstanceCommand";
42
- import {
43
- DescribeApplicationInstanceDetailsCommandInput,
44
- DescribeApplicationInstanceDetailsCommandOutput,
45
- } from "../commands/DescribeApplicationInstanceDetailsCommand";
46
- import {
47
- DescribeDeviceCommandInput,
48
- DescribeDeviceCommandOutput,
49
- } from "../commands/DescribeDeviceCommand";
50
- import {
51
- DescribeDeviceJobCommandInput,
52
- DescribeDeviceJobCommandOutput,
53
- } from "../commands/DescribeDeviceJobCommand";
54
- import {
55
- DescribeNodeCommandInput,
56
- DescribeNodeCommandOutput,
57
- } from "../commands/DescribeNodeCommand";
58
- import {
59
- DescribeNodeFromTemplateJobCommandInput,
60
- DescribeNodeFromTemplateJobCommandOutput,
61
- } from "../commands/DescribeNodeFromTemplateJobCommand";
62
- import {
63
- DescribePackageCommandInput,
64
- DescribePackageCommandOutput,
65
- } from "../commands/DescribePackageCommand";
66
- import {
67
- DescribePackageImportJobCommandInput,
68
- DescribePackageImportJobCommandOutput,
69
- } from "../commands/DescribePackageImportJobCommand";
70
- import {
71
- DescribePackageVersionCommandInput,
72
- DescribePackageVersionCommandOutput,
73
- } from "../commands/DescribePackageVersionCommand";
74
- import {
75
- ListApplicationInstanceDependenciesCommandInput,
76
- ListApplicationInstanceDependenciesCommandOutput,
77
- } from "../commands/ListApplicationInstanceDependenciesCommand";
78
- import {
79
- ListApplicationInstanceNodeInstancesCommandInput,
80
- ListApplicationInstanceNodeInstancesCommandOutput,
81
- } from "../commands/ListApplicationInstanceNodeInstancesCommand";
82
- import {
83
- ListApplicationInstancesCommandInput,
84
- ListApplicationInstancesCommandOutput,
85
- } from "../commands/ListApplicationInstancesCommand";
86
- import {
87
- ListDevicesCommandInput,
88
- ListDevicesCommandOutput,
89
- } from "../commands/ListDevicesCommand";
90
- import {
91
- ListDevicesJobsCommandInput,
92
- ListDevicesJobsCommandOutput,
93
- } from "../commands/ListDevicesJobsCommand";
94
- import {
95
- ListNodeFromTemplateJobsCommandInput,
96
- ListNodeFromTemplateJobsCommandOutput,
97
- } from "../commands/ListNodeFromTemplateJobsCommand";
98
- import {
99
- ListNodesCommandInput,
100
- ListNodesCommandOutput,
101
- } from "../commands/ListNodesCommand";
102
- import {
103
- ListPackageImportJobsCommandInput,
104
- ListPackageImportJobsCommandOutput,
105
- } from "../commands/ListPackageImportJobsCommand";
106
- import {
107
- ListPackagesCommandInput,
108
- ListPackagesCommandOutput,
109
- } from "../commands/ListPackagesCommand";
110
- import {
111
- ListTagsForResourceCommandInput,
112
- ListTagsForResourceCommandOutput,
113
- } from "../commands/ListTagsForResourceCommand";
114
- import {
115
- ProvisionDeviceCommandInput,
116
- ProvisionDeviceCommandOutput,
117
- } from "../commands/ProvisionDeviceCommand";
118
- import {
119
- RegisterPackageVersionCommandInput,
120
- RegisterPackageVersionCommandOutput,
121
- } from "../commands/RegisterPackageVersionCommand";
122
- import {
123
- RemoveApplicationInstanceCommandInput,
124
- RemoveApplicationInstanceCommandOutput,
125
- } from "../commands/RemoveApplicationInstanceCommand";
126
- import {
127
- SignalApplicationInstanceNodeInstancesCommandInput,
128
- SignalApplicationInstanceNodeInstancesCommandOutput,
129
- } from "../commands/SignalApplicationInstanceNodeInstancesCommand";
130
- import {
131
- TagResourceCommandInput,
132
- TagResourceCommandOutput,
133
- } from "../commands/TagResourceCommand";
134
- import {
135
- UntagResourceCommandInput,
136
- UntagResourceCommandOutput,
137
- } from "../commands/UntagResourceCommand";
138
- import {
139
- UpdateDeviceMetadataCommandInput,
140
- UpdateDeviceMetadataCommandOutput,
141
- } from "../commands/UpdateDeviceMetadataCommand";
142
- export declare const se_CreateApplicationInstanceCommand: (
143
- input: CreateApplicationInstanceCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_CreateJobForDevicesCommand: (
147
- input: CreateJobForDevicesCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_CreateNodeFromTemplateJobCommand: (
151
- input: CreateNodeFromTemplateJobCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_CreatePackageCommand: (
155
- input: CreatePackageCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_CreatePackageImportJobCommand: (
159
- input: CreatePackageImportJobCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_DeleteDeviceCommand: (
163
- input: DeleteDeviceCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_DeletePackageCommand: (
167
- input: DeletePackageCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_DeregisterPackageVersionCommand: (
171
- input: DeregisterPackageVersionCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_DescribeApplicationInstanceCommand: (
175
- input: DescribeApplicationInstanceCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DescribeApplicationInstanceDetailsCommand: (
179
- input: DescribeApplicationInstanceDetailsCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DescribeDeviceCommand: (
183
- input: DescribeDeviceCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DescribeDeviceJobCommand: (
187
- input: DescribeDeviceJobCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DescribeNodeCommand: (
191
- input: DescribeNodeCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DescribeNodeFromTemplateJobCommand: (
195
- input: DescribeNodeFromTemplateJobCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DescribePackageCommand: (
199
- input: DescribePackageCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_DescribePackageImportJobCommand: (
203
- input: DescribePackageImportJobCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_DescribePackageVersionCommand: (
207
- input: DescribePackageVersionCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_ListApplicationInstanceDependenciesCommand: (
211
- input: ListApplicationInstanceDependenciesCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_ListApplicationInstanceNodeInstancesCommand: (
215
- input: ListApplicationInstanceNodeInstancesCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_ListApplicationInstancesCommand: (
219
- input: ListApplicationInstancesCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_ListDevicesCommand: (
223
- input: ListDevicesCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_ListDevicesJobsCommand: (
227
- input: ListDevicesJobsCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_ListNodeFromTemplateJobsCommand: (
231
- input: ListNodeFromTemplateJobsCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListNodesCommand: (
235
- input: ListNodesCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListPackageImportJobsCommand: (
239
- input: ListPackageImportJobsCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_ListPackagesCommand: (
243
- input: ListPackagesCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_ListTagsForResourceCommand: (
247
- input: ListTagsForResourceCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_ProvisionDeviceCommand: (
251
- input: ProvisionDeviceCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_RegisterPackageVersionCommand: (
255
- input: RegisterPackageVersionCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_RemoveApplicationInstanceCommand: (
259
- input: RemoveApplicationInstanceCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_SignalApplicationInstanceNodeInstancesCommand: (
263
- input: SignalApplicationInstanceNodeInstancesCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_TagResourceCommand: (
267
- input: TagResourceCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_UntagResourceCommand: (
271
- input: UntagResourceCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_UpdateDeviceMetadataCommand: (
275
- input: UpdateDeviceMetadataCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const de_CreateApplicationInstanceCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<CreateApplicationInstanceCommandOutput>;
282
- export declare const de_CreateJobForDevicesCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<CreateJobForDevicesCommandOutput>;
286
- export declare const de_CreateNodeFromTemplateJobCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<CreateNodeFromTemplateJobCommandOutput>;
290
- export declare const de_CreatePackageCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<CreatePackageCommandOutput>;
294
- export declare const de_CreatePackageImportJobCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<CreatePackageImportJobCommandOutput>;
298
- export declare const de_DeleteDeviceCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<DeleteDeviceCommandOutput>;
302
- export declare const de_DeletePackageCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<DeletePackageCommandOutput>;
306
- export declare const de_DeregisterPackageVersionCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<DeregisterPackageVersionCommandOutput>;
310
- export declare const de_DescribeApplicationInstanceCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<DescribeApplicationInstanceCommandOutput>;
314
- export declare const de_DescribeApplicationInstanceDetailsCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<DescribeApplicationInstanceDetailsCommandOutput>;
318
- export declare const de_DescribeDeviceCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<DescribeDeviceCommandOutput>;
322
- export declare const de_DescribeDeviceJobCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<DescribeDeviceJobCommandOutput>;
326
- export declare const de_DescribeNodeCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<DescribeNodeCommandOutput>;
330
- export declare const de_DescribeNodeFromTemplateJobCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<DescribeNodeFromTemplateJobCommandOutput>;
334
- export declare const de_DescribePackageCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<DescribePackageCommandOutput>;
338
- export declare const de_DescribePackageImportJobCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<DescribePackageImportJobCommandOutput>;
342
- export declare const de_DescribePackageVersionCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<DescribePackageVersionCommandOutput>;
346
- export declare const de_ListApplicationInstanceDependenciesCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<ListApplicationInstanceDependenciesCommandOutput>;
350
- export declare const de_ListApplicationInstanceNodeInstancesCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<ListApplicationInstanceNodeInstancesCommandOutput>;
354
- export declare const de_ListApplicationInstancesCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<ListApplicationInstancesCommandOutput>;
358
- export declare const de_ListDevicesCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<ListDevicesCommandOutput>;
362
- export declare const de_ListDevicesJobsCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<ListDevicesJobsCommandOutput>;
366
- export declare const de_ListNodeFromTemplateJobsCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<ListNodeFromTemplateJobsCommandOutput>;
370
- export declare const de_ListNodesCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<ListNodesCommandOutput>;
374
- export declare const de_ListPackageImportJobsCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<ListPackageImportJobsCommandOutput>;
378
- export declare const de_ListPackagesCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<ListPackagesCommandOutput>;
382
- export declare const de_ListTagsForResourceCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<ListTagsForResourceCommandOutput>;
386
- export declare const de_ProvisionDeviceCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<ProvisionDeviceCommandOutput>;
390
- export declare const de_RegisterPackageVersionCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<RegisterPackageVersionCommandOutput>;
394
- export declare const de_RemoveApplicationInstanceCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<RemoveApplicationInstanceCommandOutput>;
398
- export declare const de_SignalApplicationInstanceNodeInstancesCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<SignalApplicationInstanceNodeInstancesCommandOutput>;
402
- export declare const de_TagResourceCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<TagResourceCommandOutput>;
406
- export declare const de_UntagResourceCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<UntagResourceCommandOutput>;
410
- export declare const de_UpdateDeviceMetadataCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<UpdateDeviceMetadataCommandOutput>;