@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,308 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateApplicationInstanceCommandInput, CreateApplicationInstanceCommandOutput } from "../commands/CreateApplicationInstanceCommand";
4
- import { CreateJobForDevicesCommandInput, CreateJobForDevicesCommandOutput } from "../commands/CreateJobForDevicesCommand";
5
- import { CreateNodeFromTemplateJobCommandInput, CreateNodeFromTemplateJobCommandOutput } from "../commands/CreateNodeFromTemplateJobCommand";
6
- import { CreatePackageCommandInput, CreatePackageCommandOutput } from "../commands/CreatePackageCommand";
7
- import { CreatePackageImportJobCommandInput, CreatePackageImportJobCommandOutput } from "../commands/CreatePackageImportJobCommand";
8
- import { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "../commands/DeleteDeviceCommand";
9
- import { DeletePackageCommandInput, DeletePackageCommandOutput } from "../commands/DeletePackageCommand";
10
- import { DeregisterPackageVersionCommandInput, DeregisterPackageVersionCommandOutput } from "../commands/DeregisterPackageVersionCommand";
11
- import { DescribeApplicationInstanceCommandInput, DescribeApplicationInstanceCommandOutput } from "../commands/DescribeApplicationInstanceCommand";
12
- import { DescribeApplicationInstanceDetailsCommandInput, DescribeApplicationInstanceDetailsCommandOutput } from "../commands/DescribeApplicationInstanceDetailsCommand";
13
- import { DescribeDeviceCommandInput, DescribeDeviceCommandOutput } from "../commands/DescribeDeviceCommand";
14
- import { DescribeDeviceJobCommandInput, DescribeDeviceJobCommandOutput } from "../commands/DescribeDeviceJobCommand";
15
- import { DescribeNodeCommandInput, DescribeNodeCommandOutput } from "../commands/DescribeNodeCommand";
16
- import { DescribeNodeFromTemplateJobCommandInput, DescribeNodeFromTemplateJobCommandOutput } from "../commands/DescribeNodeFromTemplateJobCommand";
17
- import { DescribePackageCommandInput, DescribePackageCommandOutput } from "../commands/DescribePackageCommand";
18
- import { DescribePackageImportJobCommandInput, DescribePackageImportJobCommandOutput } from "../commands/DescribePackageImportJobCommand";
19
- import { DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput } from "../commands/DescribePackageVersionCommand";
20
- import { ListApplicationInstanceDependenciesCommandInput, ListApplicationInstanceDependenciesCommandOutput } from "../commands/ListApplicationInstanceDependenciesCommand";
21
- import { ListApplicationInstanceNodeInstancesCommandInput, ListApplicationInstanceNodeInstancesCommandOutput } from "../commands/ListApplicationInstanceNodeInstancesCommand";
22
- import { ListApplicationInstancesCommandInput, ListApplicationInstancesCommandOutput } from "../commands/ListApplicationInstancesCommand";
23
- import { ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand";
24
- import { ListDevicesJobsCommandInput, ListDevicesJobsCommandOutput } from "../commands/ListDevicesJobsCommand";
25
- import { ListNodeFromTemplateJobsCommandInput, ListNodeFromTemplateJobsCommandOutput } from "../commands/ListNodeFromTemplateJobsCommand";
26
- import { ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand";
27
- import { ListPackageImportJobsCommandInput, ListPackageImportJobsCommandOutput } from "../commands/ListPackageImportJobsCommand";
28
- import { ListPackagesCommandInput, ListPackagesCommandOutput } from "../commands/ListPackagesCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
30
- import { ProvisionDeviceCommandInput, ProvisionDeviceCommandOutput } from "../commands/ProvisionDeviceCommand";
31
- import { RegisterPackageVersionCommandInput, RegisterPackageVersionCommandOutput } from "../commands/RegisterPackageVersionCommand";
32
- import { RemoveApplicationInstanceCommandInput, RemoveApplicationInstanceCommandOutput } from "../commands/RemoveApplicationInstanceCommand";
33
- import { SignalApplicationInstanceNodeInstancesCommandInput, SignalApplicationInstanceNodeInstancesCommandOutput } from "../commands/SignalApplicationInstanceNodeInstancesCommand";
34
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
35
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
36
- import { UpdateDeviceMetadataCommandInput, UpdateDeviceMetadataCommandOutput } from "../commands/UpdateDeviceMetadataCommand";
37
- /**
38
- * serializeAws_restJson1CreateApplicationInstanceCommand
39
- */
40
- export declare const se_CreateApplicationInstanceCommand: (input: CreateApplicationInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- /**
42
- * serializeAws_restJson1CreateJobForDevicesCommand
43
- */
44
- export declare const se_CreateJobForDevicesCommand: (input: CreateJobForDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_restJson1CreateNodeFromTemplateJobCommand
47
- */
48
- export declare const se_CreateNodeFromTemplateJobCommand: (input: CreateNodeFromTemplateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_restJson1CreatePackageCommand
51
- */
52
- export declare const se_CreatePackageCommand: (input: CreatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_restJson1CreatePackageImportJobCommand
55
- */
56
- export declare const se_CreatePackageImportJobCommand: (input: CreatePackageImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_restJson1DeleteDeviceCommand
59
- */
60
- export declare const se_DeleteDeviceCommand: (input: DeleteDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_restJson1DeletePackageCommand
63
- */
64
- export declare const se_DeletePackageCommand: (input: DeletePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_restJson1DeregisterPackageVersionCommand
67
- */
68
- export declare const se_DeregisterPackageVersionCommand: (input: DeregisterPackageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_restJson1DescribeApplicationInstanceCommand
71
- */
72
- export declare const se_DescribeApplicationInstanceCommand: (input: DescribeApplicationInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_restJson1DescribeApplicationInstanceDetailsCommand
75
- */
76
- export declare const se_DescribeApplicationInstanceDetailsCommand: (input: DescribeApplicationInstanceDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_restJson1DescribeDeviceCommand
79
- */
80
- export declare const se_DescribeDeviceCommand: (input: DescribeDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_restJson1DescribeDeviceJobCommand
83
- */
84
- export declare const se_DescribeDeviceJobCommand: (input: DescribeDeviceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_restJson1DescribeNodeCommand
87
- */
88
- export declare const se_DescribeNodeCommand: (input: DescribeNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_restJson1DescribeNodeFromTemplateJobCommand
91
- */
92
- export declare const se_DescribeNodeFromTemplateJobCommand: (input: DescribeNodeFromTemplateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_restJson1DescribePackageCommand
95
- */
96
- export declare const se_DescribePackageCommand: (input: DescribePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_restJson1DescribePackageImportJobCommand
99
- */
100
- export declare const se_DescribePackageImportJobCommand: (input: DescribePackageImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_restJson1DescribePackageVersionCommand
103
- */
104
- export declare const se_DescribePackageVersionCommand: (input: DescribePackageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_restJson1ListApplicationInstanceDependenciesCommand
107
- */
108
- export declare const se_ListApplicationInstanceDependenciesCommand: (input: ListApplicationInstanceDependenciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_restJson1ListApplicationInstanceNodeInstancesCommand
111
- */
112
- export declare const se_ListApplicationInstanceNodeInstancesCommand: (input: ListApplicationInstanceNodeInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_restJson1ListApplicationInstancesCommand
115
- */
116
- export declare const se_ListApplicationInstancesCommand: (input: ListApplicationInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_restJson1ListDevicesCommand
119
- */
120
- export declare const se_ListDevicesCommand: (input: ListDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_restJson1ListDevicesJobsCommand
123
- */
124
- export declare const se_ListDevicesJobsCommand: (input: ListDevicesJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_restJson1ListNodeFromTemplateJobsCommand
127
- */
128
- export declare const se_ListNodeFromTemplateJobsCommand: (input: ListNodeFromTemplateJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_restJson1ListNodesCommand
131
- */
132
- export declare const se_ListNodesCommand: (input: ListNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * serializeAws_restJson1ListPackageImportJobsCommand
135
- */
136
- export declare const se_ListPackageImportJobsCommand: (input: ListPackageImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_restJson1ListPackagesCommand
139
- */
140
- export declare const se_ListPackagesCommand: (input: ListPackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- /**
142
- * serializeAws_restJson1ListTagsForResourceCommand
143
- */
144
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- /**
146
- * serializeAws_restJson1ProvisionDeviceCommand
147
- */
148
- export declare const se_ProvisionDeviceCommand: (input: ProvisionDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_restJson1RegisterPackageVersionCommand
151
- */
152
- export declare const se_RegisterPackageVersionCommand: (input: RegisterPackageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * serializeAws_restJson1RemoveApplicationInstanceCommand
155
- */
156
- export declare const se_RemoveApplicationInstanceCommand: (input: RemoveApplicationInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- /**
158
- * serializeAws_restJson1SignalApplicationInstanceNodeInstancesCommand
159
- */
160
- export declare const se_SignalApplicationInstanceNodeInstancesCommand: (input: SignalApplicationInstanceNodeInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- /**
162
- * serializeAws_restJson1TagResourceCommand
163
- */
164
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- /**
166
- * serializeAws_restJson1UntagResourceCommand
167
- */
168
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- /**
170
- * serializeAws_restJson1UpdateDeviceMetadataCommand
171
- */
172
- export declare const se_UpdateDeviceMetadataCommand: (input: UpdateDeviceMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- /**
174
- * deserializeAws_restJson1CreateApplicationInstanceCommand
175
- */
176
- export declare const de_CreateApplicationInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationInstanceCommandOutput>;
177
- /**
178
- * deserializeAws_restJson1CreateJobForDevicesCommand
179
- */
180
- export declare const de_CreateJobForDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobForDevicesCommandOutput>;
181
- /**
182
- * deserializeAws_restJson1CreateNodeFromTemplateJobCommand
183
- */
184
- export declare const de_CreateNodeFromTemplateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNodeFromTemplateJobCommandOutput>;
185
- /**
186
- * deserializeAws_restJson1CreatePackageCommand
187
- */
188
- export declare const de_CreatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePackageCommandOutput>;
189
- /**
190
- * deserializeAws_restJson1CreatePackageImportJobCommand
191
- */
192
- export declare const de_CreatePackageImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePackageImportJobCommandOutput>;
193
- /**
194
- * deserializeAws_restJson1DeleteDeviceCommand
195
- */
196
- export declare const de_DeleteDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeviceCommandOutput>;
197
- /**
198
- * deserializeAws_restJson1DeletePackageCommand
199
- */
200
- export declare const de_DeletePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePackageCommandOutput>;
201
- /**
202
- * deserializeAws_restJson1DeregisterPackageVersionCommand
203
- */
204
- export declare const de_DeregisterPackageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterPackageVersionCommandOutput>;
205
- /**
206
- * deserializeAws_restJson1DescribeApplicationInstanceCommand
207
- */
208
- export declare const de_DescribeApplicationInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationInstanceCommandOutput>;
209
- /**
210
- * deserializeAws_restJson1DescribeApplicationInstanceDetailsCommand
211
- */
212
- export declare const de_DescribeApplicationInstanceDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationInstanceDetailsCommandOutput>;
213
- /**
214
- * deserializeAws_restJson1DescribeDeviceCommand
215
- */
216
- export declare const de_DescribeDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDeviceCommandOutput>;
217
- /**
218
- * deserializeAws_restJson1DescribeDeviceJobCommand
219
- */
220
- export declare const de_DescribeDeviceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDeviceJobCommandOutput>;
221
- /**
222
- * deserializeAws_restJson1DescribeNodeCommand
223
- */
224
- export declare const de_DescribeNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNodeCommandOutput>;
225
- /**
226
- * deserializeAws_restJson1DescribeNodeFromTemplateJobCommand
227
- */
228
- export declare const de_DescribeNodeFromTemplateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNodeFromTemplateJobCommandOutput>;
229
- /**
230
- * deserializeAws_restJson1DescribePackageCommand
231
- */
232
- export declare const de_DescribePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePackageCommandOutput>;
233
- /**
234
- * deserializeAws_restJson1DescribePackageImportJobCommand
235
- */
236
- export declare const de_DescribePackageImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePackageImportJobCommandOutput>;
237
- /**
238
- * deserializeAws_restJson1DescribePackageVersionCommand
239
- */
240
- export declare const de_DescribePackageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePackageVersionCommandOutput>;
241
- /**
242
- * deserializeAws_restJson1ListApplicationInstanceDependenciesCommand
243
- */
244
- export declare const de_ListApplicationInstanceDependenciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationInstanceDependenciesCommandOutput>;
245
- /**
246
- * deserializeAws_restJson1ListApplicationInstanceNodeInstancesCommand
247
- */
248
- export declare const de_ListApplicationInstanceNodeInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationInstanceNodeInstancesCommandOutput>;
249
- /**
250
- * deserializeAws_restJson1ListApplicationInstancesCommand
251
- */
252
- export declare const de_ListApplicationInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationInstancesCommandOutput>;
253
- /**
254
- * deserializeAws_restJson1ListDevicesCommand
255
- */
256
- export declare const de_ListDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicesCommandOutput>;
257
- /**
258
- * deserializeAws_restJson1ListDevicesJobsCommand
259
- */
260
- export declare const de_ListDevicesJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicesJobsCommandOutput>;
261
- /**
262
- * deserializeAws_restJson1ListNodeFromTemplateJobsCommand
263
- */
264
- export declare const de_ListNodeFromTemplateJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNodeFromTemplateJobsCommandOutput>;
265
- /**
266
- * deserializeAws_restJson1ListNodesCommand
267
- */
268
- export declare const de_ListNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNodesCommandOutput>;
269
- /**
270
- * deserializeAws_restJson1ListPackageImportJobsCommand
271
- */
272
- export declare const de_ListPackageImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackageImportJobsCommandOutput>;
273
- /**
274
- * deserializeAws_restJson1ListPackagesCommand
275
- */
276
- export declare const de_ListPackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackagesCommandOutput>;
277
- /**
278
- * deserializeAws_restJson1ListTagsForResourceCommand
279
- */
280
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
281
- /**
282
- * deserializeAws_restJson1ProvisionDeviceCommand
283
- */
284
- export declare const de_ProvisionDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvisionDeviceCommandOutput>;
285
- /**
286
- * deserializeAws_restJson1RegisterPackageVersionCommand
287
- */
288
- export declare const de_RegisterPackageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterPackageVersionCommandOutput>;
289
- /**
290
- * deserializeAws_restJson1RemoveApplicationInstanceCommand
291
- */
292
- export declare const de_RemoveApplicationInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveApplicationInstanceCommandOutput>;
293
- /**
294
- * deserializeAws_restJson1SignalApplicationInstanceNodeInstancesCommand
295
- */
296
- export declare const de_SignalApplicationInstanceNodeInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SignalApplicationInstanceNodeInstancesCommandOutput>;
297
- /**
298
- * deserializeAws_restJson1TagResourceCommand
299
- */
300
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
301
- /**
302
- * deserializeAws_restJson1UntagResourceCommand
303
- */
304
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
305
- /**
306
- * deserializeAws_restJson1UpdateDeviceMetadataCommand
307
- */
308
- export declare const de_UpdateDeviceMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeviceMetadataCommandOutput>;