@aws-sdk/client-greengrassv2 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/GreengrassV2.d.ts +550 -150
- package/dist-types/ts3.4/GreengrassV2Client.d.ts +304 -102
- package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +29 -29
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/GreengrassV2ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1246 -1137
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCoreDevicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEffectiveDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstalledComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +353 -89
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,1137 +1,1246 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { GreengrassV2ServiceException as __BaseException } from "./GreengrassV2ServiceException";
|
|
3
|
-
|
|
4
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
export interface AssociatedClientDevice {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
72
|
-
export interface BatchAssociateClientDeviceWithCoreDeviceRequest {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
export declare class ThrottlingException extends __BaseException {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
export interface DisassociateClientDeviceFromCoreDeviceErrorEntry {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
export interface
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
export interface
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
export
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
export interface
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
export
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
export
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
export interface
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
export interface
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
}
|
|
562
|
-
export interface
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
}
|
|
776
|
-
export interface
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
}
|
|
856
|
-
export
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
export
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
export
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
export
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
export
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { GreengrassV2ServiceException as __BaseException } from "./GreengrassV2ServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
|
|
8
|
+
constructor(
|
|
9
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface AssociateClientDeviceWithCoreDeviceEntry {
|
|
14
|
+
thingName: string | undefined;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface AssociateClientDeviceWithCoreDeviceErrorEntry {
|
|
18
|
+
thingName?: string;
|
|
19
|
+
|
|
20
|
+
code?: string;
|
|
21
|
+
|
|
22
|
+
message?: string;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface AssociatedClientDevice {
|
|
26
|
+
thingName?: string;
|
|
27
|
+
|
|
28
|
+
associationTimestamp?: Date;
|
|
29
|
+
}
|
|
30
|
+
export interface AssociateServiceRoleToAccountRequest {
|
|
31
|
+
roleArn: string | undefined;
|
|
32
|
+
}
|
|
33
|
+
export interface AssociateServiceRoleToAccountResponse {
|
|
34
|
+
associatedAt?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export declare class InternalServerException extends __BaseException {
|
|
38
|
+
readonly name: "InternalServerException";
|
|
39
|
+
readonly $fault: "server";
|
|
40
|
+
|
|
41
|
+
retryAfterSeconds?: number;
|
|
42
|
+
|
|
43
|
+
constructor(
|
|
44
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export interface ValidationExceptionField {
|
|
49
|
+
name: string | undefined;
|
|
50
|
+
|
|
51
|
+
message: string | undefined;
|
|
52
|
+
}
|
|
53
|
+
export declare enum ValidationExceptionReason {
|
|
54
|
+
CANNOT_PARSE = "CANNOT_PARSE",
|
|
55
|
+
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
56
|
+
OTHER = "OTHER",
|
|
57
|
+
UNKNOWN_OPERATION = "UNKNOWN_OPERATION",
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export declare class ValidationException extends __BaseException {
|
|
61
|
+
readonly name: "ValidationException";
|
|
62
|
+
readonly $fault: "client";
|
|
63
|
+
|
|
64
|
+
reason?: ValidationExceptionReason | string;
|
|
65
|
+
|
|
66
|
+
fields?: ValidationExceptionField[];
|
|
67
|
+
|
|
68
|
+
constructor(
|
|
69
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
70
|
+
);
|
|
71
|
+
}
|
|
72
|
+
export interface BatchAssociateClientDeviceWithCoreDeviceRequest {
|
|
73
|
+
entries?: AssociateClientDeviceWithCoreDeviceEntry[];
|
|
74
|
+
|
|
75
|
+
coreDeviceThingName: string | undefined;
|
|
76
|
+
}
|
|
77
|
+
export interface BatchAssociateClientDeviceWithCoreDeviceResponse {
|
|
78
|
+
errorEntries?: AssociateClientDeviceWithCoreDeviceErrorEntry[];
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
82
|
+
readonly name: "ResourceNotFoundException";
|
|
83
|
+
readonly $fault: "client";
|
|
84
|
+
|
|
85
|
+
resourceId: string | undefined;
|
|
86
|
+
|
|
87
|
+
resourceType: string | undefined;
|
|
88
|
+
|
|
89
|
+
constructor(
|
|
90
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
91
|
+
);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export declare class ThrottlingException extends __BaseException {
|
|
95
|
+
readonly name: "ThrottlingException";
|
|
96
|
+
readonly $fault: "client";
|
|
97
|
+
|
|
98
|
+
quotaCode?: string;
|
|
99
|
+
|
|
100
|
+
serviceCode?: string;
|
|
101
|
+
|
|
102
|
+
retryAfterSeconds?: number;
|
|
103
|
+
|
|
104
|
+
constructor(
|
|
105
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
106
|
+
);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export interface DisassociateClientDeviceFromCoreDeviceEntry {
|
|
110
|
+
thingName: string | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface BatchDisassociateClientDeviceFromCoreDeviceRequest {
|
|
113
|
+
entries?: DisassociateClientDeviceFromCoreDeviceEntry[];
|
|
114
|
+
|
|
115
|
+
coreDeviceThingName: string | undefined;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
export interface DisassociateClientDeviceFromCoreDeviceErrorEntry {
|
|
119
|
+
thingName?: string;
|
|
120
|
+
|
|
121
|
+
code?: string;
|
|
122
|
+
|
|
123
|
+
message?: string;
|
|
124
|
+
}
|
|
125
|
+
export interface BatchDisassociateClientDeviceFromCoreDeviceResponse {
|
|
126
|
+
errorEntries?: DisassociateClientDeviceFromCoreDeviceErrorEntry[];
|
|
127
|
+
}
|
|
128
|
+
export interface CancelDeploymentRequest {
|
|
129
|
+
deploymentId: string | undefined;
|
|
130
|
+
}
|
|
131
|
+
export interface CancelDeploymentResponse {
|
|
132
|
+
message?: string;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
export declare class ConflictException extends __BaseException {
|
|
136
|
+
readonly name: "ConflictException";
|
|
137
|
+
readonly $fault: "client";
|
|
138
|
+
|
|
139
|
+
resourceId: string | undefined;
|
|
140
|
+
|
|
141
|
+
resourceType: string | undefined;
|
|
142
|
+
|
|
143
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
144
|
+
}
|
|
145
|
+
export declare enum CloudComponentState {
|
|
146
|
+
DEPLOYABLE = "DEPLOYABLE",
|
|
147
|
+
DEPRECATED = "DEPRECATED",
|
|
148
|
+
FAILED = "FAILED",
|
|
149
|
+
INITIATED = "INITIATED",
|
|
150
|
+
REQUESTED = "REQUESTED",
|
|
151
|
+
}
|
|
152
|
+
export declare enum VendorGuidance {
|
|
153
|
+
ACTIVE = "ACTIVE",
|
|
154
|
+
DELETED = "DELETED",
|
|
155
|
+
DISCONTINUED = "DISCONTINUED",
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
export interface CloudComponentStatus {
|
|
159
|
+
componentState?: CloudComponentState | string;
|
|
160
|
+
|
|
161
|
+
message?: string;
|
|
162
|
+
|
|
163
|
+
errors?: Record<string, string>;
|
|
164
|
+
|
|
165
|
+
vendorGuidance?: VendorGuidance | string;
|
|
166
|
+
|
|
167
|
+
vendorGuidanceMessage?: string;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export interface ComponentPlatform {
|
|
171
|
+
name?: string;
|
|
172
|
+
|
|
173
|
+
attributes?: Record<string, string>;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
export interface ComponentLatestVersion {
|
|
177
|
+
arn?: string;
|
|
178
|
+
|
|
179
|
+
componentVersion?: string;
|
|
180
|
+
|
|
181
|
+
creationTimestamp?: Date;
|
|
182
|
+
|
|
183
|
+
description?: string;
|
|
184
|
+
|
|
185
|
+
publisher?: string;
|
|
186
|
+
|
|
187
|
+
platforms?: ComponentPlatform[];
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
export interface Component {
|
|
191
|
+
arn?: string;
|
|
192
|
+
|
|
193
|
+
componentName?: string;
|
|
194
|
+
|
|
195
|
+
latestVersion?: ComponentLatestVersion;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
export interface ComponentCandidate {
|
|
199
|
+
componentName?: string;
|
|
200
|
+
|
|
201
|
+
componentVersion?: string;
|
|
202
|
+
|
|
203
|
+
versionRequirements?: Record<string, string>;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export interface ComponentConfigurationUpdate {
|
|
207
|
+
merge?: string;
|
|
208
|
+
|
|
209
|
+
reset?: string[];
|
|
210
|
+
}
|
|
211
|
+
export declare enum ComponentDependencyType {
|
|
212
|
+
HARD = "HARD",
|
|
213
|
+
SOFT = "SOFT",
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export interface ComponentDependencyRequirement {
|
|
217
|
+
versionRequirement?: string;
|
|
218
|
+
|
|
219
|
+
dependencyType?: ComponentDependencyType | string;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
export interface SystemResourceLimits {
|
|
223
|
+
memory?: number;
|
|
224
|
+
|
|
225
|
+
cpus?: number;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
export interface ComponentRunWith {
|
|
229
|
+
posixUser?: string;
|
|
230
|
+
|
|
231
|
+
systemResourceLimits?: SystemResourceLimits;
|
|
232
|
+
|
|
233
|
+
windowsUser?: string;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
export interface ComponentDeploymentSpecification {
|
|
237
|
+
componentVersion?: string;
|
|
238
|
+
|
|
239
|
+
configurationUpdate?: ComponentConfigurationUpdate;
|
|
240
|
+
|
|
241
|
+
runWith?: ComponentRunWith;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
export interface ComponentVersionListItem {
|
|
245
|
+
componentName?: string;
|
|
246
|
+
|
|
247
|
+
componentVersion?: string;
|
|
248
|
+
|
|
249
|
+
arn?: string;
|
|
250
|
+
}
|
|
251
|
+
export declare enum ComponentVisibilityScope {
|
|
252
|
+
PRIVATE = "PRIVATE",
|
|
253
|
+
PUBLIC = "PUBLIC",
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export interface ConnectivityInfo {
|
|
257
|
+
id?: string;
|
|
258
|
+
|
|
259
|
+
hostAddress?: string;
|
|
260
|
+
|
|
261
|
+
portNumber?: number;
|
|
262
|
+
|
|
263
|
+
metadata?: string;
|
|
264
|
+
}
|
|
265
|
+
export declare enum CoreDeviceStatus {
|
|
266
|
+
HEALTHY = "HEALTHY",
|
|
267
|
+
UNHEALTHY = "UNHEALTHY",
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
export interface CoreDevice {
|
|
271
|
+
coreDeviceThingName?: string;
|
|
272
|
+
|
|
273
|
+
status?: CoreDeviceStatus | string;
|
|
274
|
+
|
|
275
|
+
lastStatusUpdateTimestamp?: Date;
|
|
276
|
+
}
|
|
277
|
+
export declare enum LambdaEventSourceType {
|
|
278
|
+
IOT_CORE = "IOT_CORE",
|
|
279
|
+
PUB_SUB = "PUB_SUB",
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
export interface LambdaEventSource {
|
|
283
|
+
topic: string | undefined;
|
|
284
|
+
|
|
285
|
+
type: LambdaEventSourceType | string | undefined;
|
|
286
|
+
}
|
|
287
|
+
export declare enum LambdaInputPayloadEncodingType {
|
|
288
|
+
BINARY = "binary",
|
|
289
|
+
JSON = "json",
|
|
290
|
+
}
|
|
291
|
+
export declare enum LambdaFilesystemPermission {
|
|
292
|
+
RO = "ro",
|
|
293
|
+
RW = "rw",
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export interface LambdaDeviceMount {
|
|
297
|
+
path: string | undefined;
|
|
298
|
+
|
|
299
|
+
permission?: LambdaFilesystemPermission | string;
|
|
300
|
+
|
|
301
|
+
addGroupOwner?: boolean;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
export interface LambdaVolumeMount {
|
|
305
|
+
sourcePath: string | undefined;
|
|
306
|
+
|
|
307
|
+
destinationPath: string | undefined;
|
|
308
|
+
|
|
309
|
+
permission?: LambdaFilesystemPermission | string;
|
|
310
|
+
|
|
311
|
+
addGroupOwner?: boolean;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
export interface LambdaContainerParams {
|
|
315
|
+
memorySizeInKB?: number;
|
|
316
|
+
|
|
317
|
+
mountROSysfs?: boolean;
|
|
318
|
+
|
|
319
|
+
volumes?: LambdaVolumeMount[];
|
|
320
|
+
|
|
321
|
+
devices?: LambdaDeviceMount[];
|
|
322
|
+
}
|
|
323
|
+
export declare enum LambdaIsolationMode {
|
|
324
|
+
GREENGRASS_CONTAINER = "GreengrassContainer",
|
|
325
|
+
NO_CONTAINER = "NoContainer",
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
export interface LambdaLinuxProcessParams {
|
|
329
|
+
isolationMode?: LambdaIsolationMode | string;
|
|
330
|
+
|
|
331
|
+
containerParams?: LambdaContainerParams;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
export interface LambdaExecutionParameters {
|
|
335
|
+
eventSources?: LambdaEventSource[];
|
|
336
|
+
|
|
337
|
+
maxQueueSize?: number;
|
|
338
|
+
|
|
339
|
+
maxInstancesCount?: number;
|
|
340
|
+
|
|
341
|
+
maxIdleTimeInSeconds?: number;
|
|
342
|
+
|
|
343
|
+
timeoutInSeconds?: number;
|
|
344
|
+
|
|
345
|
+
statusTimeoutInSeconds?: number;
|
|
346
|
+
|
|
347
|
+
pinned?: boolean;
|
|
348
|
+
|
|
349
|
+
inputPayloadEncodingType?: LambdaInputPayloadEncodingType | string;
|
|
350
|
+
|
|
351
|
+
execArgs?: string[];
|
|
352
|
+
|
|
353
|
+
environmentVariables?: Record<string, string>;
|
|
354
|
+
|
|
355
|
+
linuxProcessParams?: LambdaLinuxProcessParams;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
export interface LambdaFunctionRecipeSource {
|
|
359
|
+
lambdaArn: string | undefined;
|
|
360
|
+
|
|
361
|
+
componentName?: string;
|
|
362
|
+
|
|
363
|
+
componentVersion?: string;
|
|
364
|
+
|
|
365
|
+
componentPlatforms?: ComponentPlatform[];
|
|
366
|
+
|
|
367
|
+
componentDependencies?: Record<string, ComponentDependencyRequirement>;
|
|
368
|
+
|
|
369
|
+
componentLambdaParameters?: LambdaExecutionParameters;
|
|
370
|
+
}
|
|
371
|
+
export interface CreateComponentVersionRequest {
|
|
372
|
+
inlineRecipe?: Uint8Array;
|
|
373
|
+
|
|
374
|
+
lambdaFunction?: LambdaFunctionRecipeSource;
|
|
375
|
+
|
|
376
|
+
tags?: Record<string, string>;
|
|
377
|
+
|
|
378
|
+
clientToken?: string;
|
|
379
|
+
}
|
|
380
|
+
export interface CreateComponentVersionResponse {
|
|
381
|
+
arn?: string;
|
|
382
|
+
|
|
383
|
+
componentName: string | undefined;
|
|
384
|
+
|
|
385
|
+
componentVersion: string | undefined;
|
|
386
|
+
|
|
387
|
+
creationTimestamp: Date | undefined;
|
|
388
|
+
|
|
389
|
+
status: CloudComponentStatus | undefined;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
export declare class RequestAlreadyInProgressException extends __BaseException {
|
|
393
|
+
readonly name: "RequestAlreadyInProgressException";
|
|
394
|
+
readonly $fault: "client";
|
|
395
|
+
|
|
396
|
+
constructor(
|
|
397
|
+
opts: __ExceptionOptionType<
|
|
398
|
+
RequestAlreadyInProgressException,
|
|
399
|
+
__BaseException
|
|
400
|
+
>
|
|
401
|
+
);
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
405
|
+
readonly name: "ServiceQuotaExceededException";
|
|
406
|
+
readonly $fault: "client";
|
|
407
|
+
|
|
408
|
+
resourceId?: string;
|
|
409
|
+
|
|
410
|
+
resourceType?: string;
|
|
411
|
+
|
|
412
|
+
quotaCode: string | undefined;
|
|
413
|
+
|
|
414
|
+
serviceCode: string | undefined;
|
|
415
|
+
|
|
416
|
+
constructor(
|
|
417
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
418
|
+
);
|
|
419
|
+
}
|
|
420
|
+
export declare enum DeploymentComponentUpdatePolicyAction {
|
|
421
|
+
NOTIFY_COMPONENTS = "NOTIFY_COMPONENTS",
|
|
422
|
+
SKIP_NOTIFY_COMPONENTS = "SKIP_NOTIFY_COMPONENTS",
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
export interface DeploymentComponentUpdatePolicy {
|
|
426
|
+
timeoutInSeconds?: number;
|
|
427
|
+
|
|
428
|
+
action?: DeploymentComponentUpdatePolicyAction | string;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
export interface DeploymentConfigurationValidationPolicy {
|
|
432
|
+
timeoutInSeconds?: number;
|
|
433
|
+
}
|
|
434
|
+
export declare enum DeploymentFailureHandlingPolicy {
|
|
435
|
+
DO_NOTHING = "DO_NOTHING",
|
|
436
|
+
ROLLBACK = "ROLLBACK",
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
export interface DeploymentPolicies {
|
|
440
|
+
failureHandlingPolicy?: DeploymentFailureHandlingPolicy | string;
|
|
441
|
+
|
|
442
|
+
componentUpdatePolicy?: DeploymentComponentUpdatePolicy;
|
|
443
|
+
|
|
444
|
+
configurationValidationPolicy?: DeploymentConfigurationValidationPolicy;
|
|
445
|
+
}
|
|
446
|
+
export declare enum IoTJobAbortAction {
|
|
447
|
+
CANCEL = "CANCEL",
|
|
448
|
+
}
|
|
449
|
+
export declare enum IoTJobExecutionFailureType {
|
|
450
|
+
ALL = "ALL",
|
|
451
|
+
FAILED = "FAILED",
|
|
452
|
+
REJECTED = "REJECTED",
|
|
453
|
+
TIMED_OUT = "TIMED_OUT",
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
export interface IoTJobAbortCriteria {
|
|
457
|
+
failureType: IoTJobExecutionFailureType | string | undefined;
|
|
458
|
+
|
|
459
|
+
action: IoTJobAbortAction | string | undefined;
|
|
460
|
+
|
|
461
|
+
thresholdPercentage: number | undefined;
|
|
462
|
+
|
|
463
|
+
minNumberOfExecutedThings: number | undefined;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
export interface IoTJobAbortConfig {
|
|
467
|
+
criteriaList: IoTJobAbortCriteria[] | undefined;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
export interface IoTJobRateIncreaseCriteria {
|
|
471
|
+
numberOfNotifiedThings?: number;
|
|
472
|
+
|
|
473
|
+
numberOfSucceededThings?: number;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
export interface IoTJobExponentialRolloutRate {
|
|
477
|
+
baseRatePerMinute: number | undefined;
|
|
478
|
+
|
|
479
|
+
incrementFactor: number | undefined;
|
|
480
|
+
|
|
481
|
+
rateIncreaseCriteria: IoTJobRateIncreaseCriteria | undefined;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
export interface IoTJobExecutionsRolloutConfig {
|
|
485
|
+
exponentialRate?: IoTJobExponentialRolloutRate;
|
|
486
|
+
|
|
487
|
+
maximumPerMinute?: number;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
export interface IoTJobTimeoutConfig {
|
|
491
|
+
inProgressTimeoutInMinutes?: number;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
export interface DeploymentIoTJobConfiguration {
|
|
495
|
+
jobExecutionsRolloutConfig?: IoTJobExecutionsRolloutConfig;
|
|
496
|
+
|
|
497
|
+
abortConfig?: IoTJobAbortConfig;
|
|
498
|
+
|
|
499
|
+
timeoutConfig?: IoTJobTimeoutConfig;
|
|
500
|
+
}
|
|
501
|
+
export interface CreateDeploymentRequest {
|
|
502
|
+
targetArn: string | undefined;
|
|
503
|
+
|
|
504
|
+
deploymentName?: string;
|
|
505
|
+
|
|
506
|
+
components?: Record<string, ComponentDeploymentSpecification>;
|
|
507
|
+
|
|
508
|
+
iotJobConfiguration?: DeploymentIoTJobConfiguration;
|
|
509
|
+
|
|
510
|
+
deploymentPolicies?: DeploymentPolicies;
|
|
511
|
+
|
|
512
|
+
tags?: Record<string, string>;
|
|
513
|
+
|
|
514
|
+
clientToken?: string;
|
|
515
|
+
}
|
|
516
|
+
export interface CreateDeploymentResponse {
|
|
517
|
+
deploymentId?: string;
|
|
518
|
+
|
|
519
|
+
iotJobId?: string;
|
|
520
|
+
|
|
521
|
+
iotJobArn?: string;
|
|
522
|
+
}
|
|
523
|
+
export interface DeleteComponentRequest {
|
|
524
|
+
arn: string | undefined;
|
|
525
|
+
}
|
|
526
|
+
export interface DeleteCoreDeviceRequest {
|
|
527
|
+
coreDeviceThingName: string | undefined;
|
|
528
|
+
}
|
|
529
|
+
export interface DeleteDeploymentRequest {
|
|
530
|
+
deploymentId: string | undefined;
|
|
531
|
+
}
|
|
532
|
+
export declare enum DeploymentStatus {
|
|
533
|
+
ACTIVE = "ACTIVE",
|
|
534
|
+
CANCELED = "CANCELED",
|
|
535
|
+
COMPLETED = "COMPLETED",
|
|
536
|
+
FAILED = "FAILED",
|
|
537
|
+
INACTIVE = "INACTIVE",
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
export interface Deployment {
|
|
541
|
+
targetArn?: string;
|
|
542
|
+
|
|
543
|
+
revisionId?: string;
|
|
544
|
+
|
|
545
|
+
deploymentId?: string;
|
|
546
|
+
|
|
547
|
+
deploymentName?: string;
|
|
548
|
+
|
|
549
|
+
creationTimestamp?: Date;
|
|
550
|
+
|
|
551
|
+
deploymentStatus?: DeploymentStatus | string;
|
|
552
|
+
|
|
553
|
+
isLatestForTarget?: boolean;
|
|
554
|
+
}
|
|
555
|
+
export declare enum DeploymentHistoryFilter {
|
|
556
|
+
ALL = "ALL",
|
|
557
|
+
LATEST_ONLY = "LATEST_ONLY",
|
|
558
|
+
}
|
|
559
|
+
export interface DescribeComponentRequest {
|
|
560
|
+
arn: string | undefined;
|
|
561
|
+
}
|
|
562
|
+
export interface DescribeComponentResponse {
|
|
563
|
+
arn?: string;
|
|
564
|
+
|
|
565
|
+
componentName?: string;
|
|
566
|
+
|
|
567
|
+
componentVersion?: string;
|
|
568
|
+
|
|
569
|
+
creationTimestamp?: Date;
|
|
570
|
+
|
|
571
|
+
publisher?: string;
|
|
572
|
+
|
|
573
|
+
description?: string;
|
|
574
|
+
|
|
575
|
+
status?: CloudComponentStatus;
|
|
576
|
+
|
|
577
|
+
platforms?: ComponentPlatform[];
|
|
578
|
+
|
|
579
|
+
tags?: Record<string, string>;
|
|
580
|
+
}
|
|
581
|
+
export interface DisassociateServiceRoleFromAccountRequest {}
|
|
582
|
+
export interface DisassociateServiceRoleFromAccountResponse {
|
|
583
|
+
disassociatedAt?: string;
|
|
584
|
+
}
|
|
585
|
+
export declare enum EffectiveDeploymentExecutionStatus {
|
|
586
|
+
CANCELED = "CANCELED",
|
|
587
|
+
COMPLETED = "COMPLETED",
|
|
588
|
+
FAILED = "FAILED",
|
|
589
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
590
|
+
QUEUED = "QUEUED",
|
|
591
|
+
REJECTED = "REJECTED",
|
|
592
|
+
TIMED_OUT = "TIMED_OUT",
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
export interface EffectiveDeployment {
|
|
596
|
+
deploymentId: string | undefined;
|
|
597
|
+
|
|
598
|
+
deploymentName: string | undefined;
|
|
599
|
+
|
|
600
|
+
iotJobId?: string;
|
|
601
|
+
|
|
602
|
+
iotJobArn?: string;
|
|
603
|
+
|
|
604
|
+
description?: string;
|
|
605
|
+
|
|
606
|
+
targetArn: string | undefined;
|
|
607
|
+
|
|
608
|
+
coreDeviceExecutionStatus:
|
|
609
|
+
| EffectiveDeploymentExecutionStatus
|
|
610
|
+
| string
|
|
611
|
+
| undefined;
|
|
612
|
+
|
|
613
|
+
reason?: string;
|
|
614
|
+
|
|
615
|
+
creationTimestamp: Date | undefined;
|
|
616
|
+
|
|
617
|
+
modifiedTimestamp: Date | undefined;
|
|
618
|
+
}
|
|
619
|
+
export declare enum RecipeOutputFormat {
|
|
620
|
+
JSON = "JSON",
|
|
621
|
+
YAML = "YAML",
|
|
622
|
+
}
|
|
623
|
+
export interface GetComponentRequest {
|
|
624
|
+
recipeOutputFormat?: RecipeOutputFormat | string;
|
|
625
|
+
|
|
626
|
+
arn: string | undefined;
|
|
627
|
+
}
|
|
628
|
+
export interface GetComponentResponse {
|
|
629
|
+
recipeOutputFormat: RecipeOutputFormat | string | undefined;
|
|
630
|
+
|
|
631
|
+
recipe: Uint8Array | undefined;
|
|
632
|
+
|
|
633
|
+
tags?: Record<string, string>;
|
|
634
|
+
}
|
|
635
|
+
export interface GetComponentVersionArtifactRequest {
|
|
636
|
+
arn: string | undefined;
|
|
637
|
+
|
|
638
|
+
artifactName: string | undefined;
|
|
639
|
+
}
|
|
640
|
+
export interface GetComponentVersionArtifactResponse {
|
|
641
|
+
preSignedUrl: string | undefined;
|
|
642
|
+
}
|
|
643
|
+
export interface GetConnectivityInfoRequest {
|
|
644
|
+
thingName: string | undefined;
|
|
645
|
+
}
|
|
646
|
+
export interface GetConnectivityInfoResponse {
|
|
647
|
+
connectivityInfo?: ConnectivityInfo[];
|
|
648
|
+
|
|
649
|
+
message?: string;
|
|
650
|
+
}
|
|
651
|
+
export interface GetCoreDeviceRequest {
|
|
652
|
+
coreDeviceThingName: string | undefined;
|
|
653
|
+
}
|
|
654
|
+
export interface GetCoreDeviceResponse {
|
|
655
|
+
coreDeviceThingName?: string;
|
|
656
|
+
|
|
657
|
+
coreVersion?: string;
|
|
658
|
+
|
|
659
|
+
platform?: string;
|
|
660
|
+
|
|
661
|
+
architecture?: string;
|
|
662
|
+
|
|
663
|
+
status?: CoreDeviceStatus | string;
|
|
664
|
+
|
|
665
|
+
lastStatusUpdateTimestamp?: Date;
|
|
666
|
+
|
|
667
|
+
tags?: Record<string, string>;
|
|
668
|
+
}
|
|
669
|
+
export interface GetDeploymentRequest {
|
|
670
|
+
deploymentId: string | undefined;
|
|
671
|
+
}
|
|
672
|
+
export interface GetDeploymentResponse {
|
|
673
|
+
targetArn?: string;
|
|
674
|
+
|
|
675
|
+
revisionId?: string;
|
|
676
|
+
|
|
677
|
+
deploymentId?: string;
|
|
678
|
+
|
|
679
|
+
deploymentName?: string;
|
|
680
|
+
|
|
681
|
+
deploymentStatus?: DeploymentStatus | string;
|
|
682
|
+
|
|
683
|
+
iotJobId?: string;
|
|
684
|
+
|
|
685
|
+
iotJobArn?: string;
|
|
686
|
+
|
|
687
|
+
components?: Record<string, ComponentDeploymentSpecification>;
|
|
688
|
+
|
|
689
|
+
deploymentPolicies?: DeploymentPolicies;
|
|
690
|
+
|
|
691
|
+
iotJobConfiguration?: DeploymentIoTJobConfiguration;
|
|
692
|
+
|
|
693
|
+
creationTimestamp?: Date;
|
|
694
|
+
|
|
695
|
+
isLatestForTarget?: boolean;
|
|
696
|
+
|
|
697
|
+
tags?: Record<string, string>;
|
|
698
|
+
}
|
|
699
|
+
export interface GetServiceRoleForAccountRequest {}
|
|
700
|
+
export interface GetServiceRoleForAccountResponse {
|
|
701
|
+
associatedAt?: string;
|
|
702
|
+
|
|
703
|
+
roleArn?: string;
|
|
704
|
+
}
|
|
705
|
+
export interface ListClientDevicesAssociatedWithCoreDeviceRequest {
|
|
706
|
+
coreDeviceThingName: string | undefined;
|
|
707
|
+
|
|
708
|
+
maxResults?: number;
|
|
709
|
+
|
|
710
|
+
nextToken?: string;
|
|
711
|
+
}
|
|
712
|
+
export interface ListClientDevicesAssociatedWithCoreDeviceResponse {
|
|
713
|
+
associatedClientDevices?: AssociatedClientDevice[];
|
|
714
|
+
|
|
715
|
+
nextToken?: string;
|
|
716
|
+
}
|
|
717
|
+
export interface ListComponentsRequest {
|
|
718
|
+
scope?: ComponentVisibilityScope | string;
|
|
719
|
+
|
|
720
|
+
maxResults?: number;
|
|
721
|
+
|
|
722
|
+
nextToken?: string;
|
|
723
|
+
}
|
|
724
|
+
export interface ListComponentsResponse {
|
|
725
|
+
components?: Component[];
|
|
726
|
+
|
|
727
|
+
nextToken?: string;
|
|
728
|
+
}
|
|
729
|
+
export interface ListComponentVersionsRequest {
|
|
730
|
+
arn: string | undefined;
|
|
731
|
+
|
|
732
|
+
maxResults?: number;
|
|
733
|
+
|
|
734
|
+
nextToken?: string;
|
|
735
|
+
}
|
|
736
|
+
export interface ListComponentVersionsResponse {
|
|
737
|
+
componentVersions?: ComponentVersionListItem[];
|
|
738
|
+
|
|
739
|
+
nextToken?: string;
|
|
740
|
+
}
|
|
741
|
+
export interface ListCoreDevicesRequest {
|
|
742
|
+
thingGroupArn?: string;
|
|
743
|
+
|
|
744
|
+
status?: CoreDeviceStatus | string;
|
|
745
|
+
|
|
746
|
+
maxResults?: number;
|
|
747
|
+
|
|
748
|
+
nextToken?: string;
|
|
749
|
+
}
|
|
750
|
+
export interface ListCoreDevicesResponse {
|
|
751
|
+
coreDevices?: CoreDevice[];
|
|
752
|
+
|
|
753
|
+
nextToken?: string;
|
|
754
|
+
}
|
|
755
|
+
export interface ListDeploymentsRequest {
|
|
756
|
+
targetArn?: string;
|
|
757
|
+
|
|
758
|
+
historyFilter?: DeploymentHistoryFilter | string;
|
|
759
|
+
|
|
760
|
+
maxResults?: number;
|
|
761
|
+
|
|
762
|
+
nextToken?: string;
|
|
763
|
+
}
|
|
764
|
+
export interface ListDeploymentsResponse {
|
|
765
|
+
deployments?: Deployment[];
|
|
766
|
+
|
|
767
|
+
nextToken?: string;
|
|
768
|
+
}
|
|
769
|
+
export interface ListEffectiveDeploymentsRequest {
|
|
770
|
+
coreDeviceThingName: string | undefined;
|
|
771
|
+
|
|
772
|
+
maxResults?: number;
|
|
773
|
+
|
|
774
|
+
nextToken?: string;
|
|
775
|
+
}
|
|
776
|
+
export interface ListEffectiveDeploymentsResponse {
|
|
777
|
+
effectiveDeployments?: EffectiveDeployment[];
|
|
778
|
+
|
|
779
|
+
nextToken?: string;
|
|
780
|
+
}
|
|
781
|
+
export declare enum InstalledComponentTopologyFilter {
|
|
782
|
+
ALL = "ALL",
|
|
783
|
+
ROOT = "ROOT",
|
|
784
|
+
}
|
|
785
|
+
export interface ListInstalledComponentsRequest {
|
|
786
|
+
coreDeviceThingName: string | undefined;
|
|
787
|
+
|
|
788
|
+
maxResults?: number;
|
|
789
|
+
|
|
790
|
+
nextToken?: string;
|
|
791
|
+
|
|
792
|
+
topologyFilter?: InstalledComponentTopologyFilter | string;
|
|
793
|
+
}
|
|
794
|
+
export declare enum InstalledComponentLifecycleState {
|
|
795
|
+
BROKEN = "BROKEN",
|
|
796
|
+
ERRORED = "ERRORED",
|
|
797
|
+
FINISHED = "FINISHED",
|
|
798
|
+
INSTALLED = "INSTALLED",
|
|
799
|
+
NEW = "NEW",
|
|
800
|
+
RUNNING = "RUNNING",
|
|
801
|
+
STARTING = "STARTING",
|
|
802
|
+
STOPPING = "STOPPING",
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
export interface InstalledComponent {
|
|
806
|
+
componentName?: string;
|
|
807
|
+
|
|
808
|
+
componentVersion?: string;
|
|
809
|
+
|
|
810
|
+
lifecycleState?: InstalledComponentLifecycleState | string;
|
|
811
|
+
|
|
812
|
+
lifecycleStateDetails?: string;
|
|
813
|
+
|
|
814
|
+
isRoot?: boolean;
|
|
815
|
+
|
|
816
|
+
lastStatusChangeTimestamp?: Date;
|
|
817
|
+
}
|
|
818
|
+
export interface ListInstalledComponentsResponse {
|
|
819
|
+
installedComponents?: InstalledComponent[];
|
|
820
|
+
|
|
821
|
+
nextToken?: string;
|
|
822
|
+
}
|
|
823
|
+
export interface ListTagsForResourceRequest {
|
|
824
|
+
resourceArn: string | undefined;
|
|
825
|
+
}
|
|
826
|
+
export interface ListTagsForResourceResponse {
|
|
827
|
+
tags?: Record<string, string>;
|
|
828
|
+
}
|
|
829
|
+
export interface ResolveComponentCandidatesRequest {
|
|
830
|
+
platform?: ComponentPlatform;
|
|
831
|
+
|
|
832
|
+
componentCandidates?: ComponentCandidate[];
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
export interface ResolvedComponentVersion {
|
|
836
|
+
arn?: string;
|
|
837
|
+
|
|
838
|
+
componentName?: string;
|
|
839
|
+
|
|
840
|
+
componentVersion?: string;
|
|
841
|
+
|
|
842
|
+
recipe?: Uint8Array;
|
|
843
|
+
|
|
844
|
+
vendorGuidance?: VendorGuidance | string;
|
|
845
|
+
|
|
846
|
+
message?: string;
|
|
847
|
+
}
|
|
848
|
+
export interface ResolveComponentCandidatesResponse {
|
|
849
|
+
resolvedComponentVersions?: ResolvedComponentVersion[];
|
|
850
|
+
}
|
|
851
|
+
export interface TagResourceRequest {
|
|
852
|
+
resourceArn: string | undefined;
|
|
853
|
+
|
|
854
|
+
tags: Record<string, string> | undefined;
|
|
855
|
+
}
|
|
856
|
+
export interface TagResourceResponse {}
|
|
857
|
+
export interface UntagResourceRequest {
|
|
858
|
+
resourceArn: string | undefined;
|
|
859
|
+
|
|
860
|
+
tagKeys: string[] | undefined;
|
|
861
|
+
}
|
|
862
|
+
export interface UntagResourceResponse {}
|
|
863
|
+
export interface UpdateConnectivityInfoRequest {
|
|
864
|
+
thingName: string | undefined;
|
|
865
|
+
|
|
866
|
+
connectivityInfo: ConnectivityInfo[] | undefined;
|
|
867
|
+
}
|
|
868
|
+
export interface UpdateConnectivityInfoResponse {
|
|
869
|
+
version?: string;
|
|
870
|
+
|
|
871
|
+
message?: string;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
export declare const AssociateClientDeviceWithCoreDeviceEntryFilterSensitiveLog: (
|
|
875
|
+
obj: AssociateClientDeviceWithCoreDeviceEntry
|
|
876
|
+
) => any;
|
|
877
|
+
|
|
878
|
+
export declare const AssociateClientDeviceWithCoreDeviceErrorEntryFilterSensitiveLog: (
|
|
879
|
+
obj: AssociateClientDeviceWithCoreDeviceErrorEntry
|
|
880
|
+
) => any;
|
|
881
|
+
|
|
882
|
+
export declare const AssociatedClientDeviceFilterSensitiveLog: (
|
|
883
|
+
obj: AssociatedClientDevice
|
|
884
|
+
) => any;
|
|
885
|
+
|
|
886
|
+
export declare const AssociateServiceRoleToAccountRequestFilterSensitiveLog: (
|
|
887
|
+
obj: AssociateServiceRoleToAccountRequest
|
|
888
|
+
) => any;
|
|
889
|
+
|
|
890
|
+
export declare const AssociateServiceRoleToAccountResponseFilterSensitiveLog: (
|
|
891
|
+
obj: AssociateServiceRoleToAccountResponse
|
|
892
|
+
) => any;
|
|
893
|
+
|
|
894
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
895
|
+
obj: ValidationExceptionField
|
|
896
|
+
) => any;
|
|
897
|
+
|
|
898
|
+
export declare const BatchAssociateClientDeviceWithCoreDeviceRequestFilterSensitiveLog: (
|
|
899
|
+
obj: BatchAssociateClientDeviceWithCoreDeviceRequest
|
|
900
|
+
) => any;
|
|
901
|
+
|
|
902
|
+
export declare const BatchAssociateClientDeviceWithCoreDeviceResponseFilterSensitiveLog: (
|
|
903
|
+
obj: BatchAssociateClientDeviceWithCoreDeviceResponse
|
|
904
|
+
) => any;
|
|
905
|
+
|
|
906
|
+
export declare const DisassociateClientDeviceFromCoreDeviceEntryFilterSensitiveLog: (
|
|
907
|
+
obj: DisassociateClientDeviceFromCoreDeviceEntry
|
|
908
|
+
) => any;
|
|
909
|
+
|
|
910
|
+
export declare const BatchDisassociateClientDeviceFromCoreDeviceRequestFilterSensitiveLog: (
|
|
911
|
+
obj: BatchDisassociateClientDeviceFromCoreDeviceRequest
|
|
912
|
+
) => any;
|
|
913
|
+
|
|
914
|
+
export declare const DisassociateClientDeviceFromCoreDeviceErrorEntryFilterSensitiveLog: (
|
|
915
|
+
obj: DisassociateClientDeviceFromCoreDeviceErrorEntry
|
|
916
|
+
) => any;
|
|
917
|
+
|
|
918
|
+
export declare const BatchDisassociateClientDeviceFromCoreDeviceResponseFilterSensitiveLog: (
|
|
919
|
+
obj: BatchDisassociateClientDeviceFromCoreDeviceResponse
|
|
920
|
+
) => any;
|
|
921
|
+
|
|
922
|
+
export declare const CancelDeploymentRequestFilterSensitiveLog: (
|
|
923
|
+
obj: CancelDeploymentRequest
|
|
924
|
+
) => any;
|
|
925
|
+
|
|
926
|
+
export declare const CancelDeploymentResponseFilterSensitiveLog: (
|
|
927
|
+
obj: CancelDeploymentResponse
|
|
928
|
+
) => any;
|
|
929
|
+
|
|
930
|
+
export declare const CloudComponentStatusFilterSensitiveLog: (
|
|
931
|
+
obj: CloudComponentStatus
|
|
932
|
+
) => any;
|
|
933
|
+
|
|
934
|
+
export declare const ComponentPlatformFilterSensitiveLog: (
|
|
935
|
+
obj: ComponentPlatform
|
|
936
|
+
) => any;
|
|
937
|
+
|
|
938
|
+
export declare const ComponentLatestVersionFilterSensitiveLog: (
|
|
939
|
+
obj: ComponentLatestVersion
|
|
940
|
+
) => any;
|
|
941
|
+
|
|
942
|
+
export declare const ComponentFilterSensitiveLog: (obj: Component) => any;
|
|
943
|
+
|
|
944
|
+
export declare const ComponentCandidateFilterSensitiveLog: (
|
|
945
|
+
obj: ComponentCandidate
|
|
946
|
+
) => any;
|
|
947
|
+
|
|
948
|
+
export declare const ComponentConfigurationUpdateFilterSensitiveLog: (
|
|
949
|
+
obj: ComponentConfigurationUpdate
|
|
950
|
+
) => any;
|
|
951
|
+
|
|
952
|
+
export declare const ComponentDependencyRequirementFilterSensitiveLog: (
|
|
953
|
+
obj: ComponentDependencyRequirement
|
|
954
|
+
) => any;
|
|
955
|
+
|
|
956
|
+
export declare const SystemResourceLimitsFilterSensitiveLog: (
|
|
957
|
+
obj: SystemResourceLimits
|
|
958
|
+
) => any;
|
|
959
|
+
|
|
960
|
+
export declare const ComponentRunWithFilterSensitiveLog: (
|
|
961
|
+
obj: ComponentRunWith
|
|
962
|
+
) => any;
|
|
963
|
+
|
|
964
|
+
export declare const ComponentDeploymentSpecificationFilterSensitiveLog: (
|
|
965
|
+
obj: ComponentDeploymentSpecification
|
|
966
|
+
) => any;
|
|
967
|
+
|
|
968
|
+
export declare const ComponentVersionListItemFilterSensitiveLog: (
|
|
969
|
+
obj: ComponentVersionListItem
|
|
970
|
+
) => any;
|
|
971
|
+
|
|
972
|
+
export declare const ConnectivityInfoFilterSensitiveLog: (
|
|
973
|
+
obj: ConnectivityInfo
|
|
974
|
+
) => any;
|
|
975
|
+
|
|
976
|
+
export declare const CoreDeviceFilterSensitiveLog: (obj: CoreDevice) => any;
|
|
977
|
+
|
|
978
|
+
export declare const LambdaEventSourceFilterSensitiveLog: (
|
|
979
|
+
obj: LambdaEventSource
|
|
980
|
+
) => any;
|
|
981
|
+
|
|
982
|
+
export declare const LambdaDeviceMountFilterSensitiveLog: (
|
|
983
|
+
obj: LambdaDeviceMount
|
|
984
|
+
) => any;
|
|
985
|
+
|
|
986
|
+
export declare const LambdaVolumeMountFilterSensitiveLog: (
|
|
987
|
+
obj: LambdaVolumeMount
|
|
988
|
+
) => any;
|
|
989
|
+
|
|
990
|
+
export declare const LambdaContainerParamsFilterSensitiveLog: (
|
|
991
|
+
obj: LambdaContainerParams
|
|
992
|
+
) => any;
|
|
993
|
+
|
|
994
|
+
export declare const LambdaLinuxProcessParamsFilterSensitiveLog: (
|
|
995
|
+
obj: LambdaLinuxProcessParams
|
|
996
|
+
) => any;
|
|
997
|
+
|
|
998
|
+
export declare const LambdaExecutionParametersFilterSensitiveLog: (
|
|
999
|
+
obj: LambdaExecutionParameters
|
|
1000
|
+
) => any;
|
|
1001
|
+
|
|
1002
|
+
export declare const LambdaFunctionRecipeSourceFilterSensitiveLog: (
|
|
1003
|
+
obj: LambdaFunctionRecipeSource
|
|
1004
|
+
) => any;
|
|
1005
|
+
|
|
1006
|
+
export declare const CreateComponentVersionRequestFilterSensitiveLog: (
|
|
1007
|
+
obj: CreateComponentVersionRequest
|
|
1008
|
+
) => any;
|
|
1009
|
+
|
|
1010
|
+
export declare const CreateComponentVersionResponseFilterSensitiveLog: (
|
|
1011
|
+
obj: CreateComponentVersionResponse
|
|
1012
|
+
) => any;
|
|
1013
|
+
|
|
1014
|
+
export declare const DeploymentComponentUpdatePolicyFilterSensitiveLog: (
|
|
1015
|
+
obj: DeploymentComponentUpdatePolicy
|
|
1016
|
+
) => any;
|
|
1017
|
+
|
|
1018
|
+
export declare const DeploymentConfigurationValidationPolicyFilterSensitiveLog: (
|
|
1019
|
+
obj: DeploymentConfigurationValidationPolicy
|
|
1020
|
+
) => any;
|
|
1021
|
+
|
|
1022
|
+
export declare const DeploymentPoliciesFilterSensitiveLog: (
|
|
1023
|
+
obj: DeploymentPolicies
|
|
1024
|
+
) => any;
|
|
1025
|
+
|
|
1026
|
+
export declare const IoTJobAbortCriteriaFilterSensitiveLog: (
|
|
1027
|
+
obj: IoTJobAbortCriteria
|
|
1028
|
+
) => any;
|
|
1029
|
+
|
|
1030
|
+
export declare const IoTJobAbortConfigFilterSensitiveLog: (
|
|
1031
|
+
obj: IoTJobAbortConfig
|
|
1032
|
+
) => any;
|
|
1033
|
+
|
|
1034
|
+
export declare const IoTJobRateIncreaseCriteriaFilterSensitiveLog: (
|
|
1035
|
+
obj: IoTJobRateIncreaseCriteria
|
|
1036
|
+
) => any;
|
|
1037
|
+
|
|
1038
|
+
export declare const IoTJobExponentialRolloutRateFilterSensitiveLog: (
|
|
1039
|
+
obj: IoTJobExponentialRolloutRate
|
|
1040
|
+
) => any;
|
|
1041
|
+
|
|
1042
|
+
export declare const IoTJobExecutionsRolloutConfigFilterSensitiveLog: (
|
|
1043
|
+
obj: IoTJobExecutionsRolloutConfig
|
|
1044
|
+
) => any;
|
|
1045
|
+
|
|
1046
|
+
export declare const IoTJobTimeoutConfigFilterSensitiveLog: (
|
|
1047
|
+
obj: IoTJobTimeoutConfig
|
|
1048
|
+
) => any;
|
|
1049
|
+
|
|
1050
|
+
export declare const DeploymentIoTJobConfigurationFilterSensitiveLog: (
|
|
1051
|
+
obj: DeploymentIoTJobConfiguration
|
|
1052
|
+
) => any;
|
|
1053
|
+
|
|
1054
|
+
export declare const CreateDeploymentRequestFilterSensitiveLog: (
|
|
1055
|
+
obj: CreateDeploymentRequest
|
|
1056
|
+
) => any;
|
|
1057
|
+
|
|
1058
|
+
export declare const CreateDeploymentResponseFilterSensitiveLog: (
|
|
1059
|
+
obj: CreateDeploymentResponse
|
|
1060
|
+
) => any;
|
|
1061
|
+
|
|
1062
|
+
export declare const DeleteComponentRequestFilterSensitiveLog: (
|
|
1063
|
+
obj: DeleteComponentRequest
|
|
1064
|
+
) => any;
|
|
1065
|
+
|
|
1066
|
+
export declare const DeleteCoreDeviceRequestFilterSensitiveLog: (
|
|
1067
|
+
obj: DeleteCoreDeviceRequest
|
|
1068
|
+
) => any;
|
|
1069
|
+
|
|
1070
|
+
export declare const DeleteDeploymentRequestFilterSensitiveLog: (
|
|
1071
|
+
obj: DeleteDeploymentRequest
|
|
1072
|
+
) => any;
|
|
1073
|
+
|
|
1074
|
+
export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
|
|
1075
|
+
|
|
1076
|
+
export declare const DescribeComponentRequestFilterSensitiveLog: (
|
|
1077
|
+
obj: DescribeComponentRequest
|
|
1078
|
+
) => any;
|
|
1079
|
+
|
|
1080
|
+
export declare const DescribeComponentResponseFilterSensitiveLog: (
|
|
1081
|
+
obj: DescribeComponentResponse
|
|
1082
|
+
) => any;
|
|
1083
|
+
|
|
1084
|
+
export declare const DisassociateServiceRoleFromAccountRequestFilterSensitiveLog: (
|
|
1085
|
+
obj: DisassociateServiceRoleFromAccountRequest
|
|
1086
|
+
) => any;
|
|
1087
|
+
|
|
1088
|
+
export declare const DisassociateServiceRoleFromAccountResponseFilterSensitiveLog: (
|
|
1089
|
+
obj: DisassociateServiceRoleFromAccountResponse
|
|
1090
|
+
) => any;
|
|
1091
|
+
|
|
1092
|
+
export declare const EffectiveDeploymentFilterSensitiveLog: (
|
|
1093
|
+
obj: EffectiveDeployment
|
|
1094
|
+
) => any;
|
|
1095
|
+
|
|
1096
|
+
export declare const GetComponentRequestFilterSensitiveLog: (
|
|
1097
|
+
obj: GetComponentRequest
|
|
1098
|
+
) => any;
|
|
1099
|
+
|
|
1100
|
+
export declare const GetComponentResponseFilterSensitiveLog: (
|
|
1101
|
+
obj: GetComponentResponse
|
|
1102
|
+
) => any;
|
|
1103
|
+
|
|
1104
|
+
export declare const GetComponentVersionArtifactRequestFilterSensitiveLog: (
|
|
1105
|
+
obj: GetComponentVersionArtifactRequest
|
|
1106
|
+
) => any;
|
|
1107
|
+
|
|
1108
|
+
export declare const GetComponentVersionArtifactResponseFilterSensitiveLog: (
|
|
1109
|
+
obj: GetComponentVersionArtifactResponse
|
|
1110
|
+
) => any;
|
|
1111
|
+
|
|
1112
|
+
export declare const GetConnectivityInfoRequestFilterSensitiveLog: (
|
|
1113
|
+
obj: GetConnectivityInfoRequest
|
|
1114
|
+
) => any;
|
|
1115
|
+
|
|
1116
|
+
export declare const GetConnectivityInfoResponseFilterSensitiveLog: (
|
|
1117
|
+
obj: GetConnectivityInfoResponse
|
|
1118
|
+
) => any;
|
|
1119
|
+
|
|
1120
|
+
export declare const GetCoreDeviceRequestFilterSensitiveLog: (
|
|
1121
|
+
obj: GetCoreDeviceRequest
|
|
1122
|
+
) => any;
|
|
1123
|
+
|
|
1124
|
+
export declare const GetCoreDeviceResponseFilterSensitiveLog: (
|
|
1125
|
+
obj: GetCoreDeviceResponse
|
|
1126
|
+
) => any;
|
|
1127
|
+
|
|
1128
|
+
export declare const GetDeploymentRequestFilterSensitiveLog: (
|
|
1129
|
+
obj: GetDeploymentRequest
|
|
1130
|
+
) => any;
|
|
1131
|
+
|
|
1132
|
+
export declare const GetDeploymentResponseFilterSensitiveLog: (
|
|
1133
|
+
obj: GetDeploymentResponse
|
|
1134
|
+
) => any;
|
|
1135
|
+
|
|
1136
|
+
export declare const GetServiceRoleForAccountRequestFilterSensitiveLog: (
|
|
1137
|
+
obj: GetServiceRoleForAccountRequest
|
|
1138
|
+
) => any;
|
|
1139
|
+
|
|
1140
|
+
export declare const GetServiceRoleForAccountResponseFilterSensitiveLog: (
|
|
1141
|
+
obj: GetServiceRoleForAccountResponse
|
|
1142
|
+
) => any;
|
|
1143
|
+
|
|
1144
|
+
export declare const ListClientDevicesAssociatedWithCoreDeviceRequestFilterSensitiveLog: (
|
|
1145
|
+
obj: ListClientDevicesAssociatedWithCoreDeviceRequest
|
|
1146
|
+
) => any;
|
|
1147
|
+
|
|
1148
|
+
export declare const ListClientDevicesAssociatedWithCoreDeviceResponseFilterSensitiveLog: (
|
|
1149
|
+
obj: ListClientDevicesAssociatedWithCoreDeviceResponse
|
|
1150
|
+
) => any;
|
|
1151
|
+
|
|
1152
|
+
export declare const ListComponentsRequestFilterSensitiveLog: (
|
|
1153
|
+
obj: ListComponentsRequest
|
|
1154
|
+
) => any;
|
|
1155
|
+
|
|
1156
|
+
export declare const ListComponentsResponseFilterSensitiveLog: (
|
|
1157
|
+
obj: ListComponentsResponse
|
|
1158
|
+
) => any;
|
|
1159
|
+
|
|
1160
|
+
export declare const ListComponentVersionsRequestFilterSensitiveLog: (
|
|
1161
|
+
obj: ListComponentVersionsRequest
|
|
1162
|
+
) => any;
|
|
1163
|
+
|
|
1164
|
+
export declare const ListComponentVersionsResponseFilterSensitiveLog: (
|
|
1165
|
+
obj: ListComponentVersionsResponse
|
|
1166
|
+
) => any;
|
|
1167
|
+
|
|
1168
|
+
export declare const ListCoreDevicesRequestFilterSensitiveLog: (
|
|
1169
|
+
obj: ListCoreDevicesRequest
|
|
1170
|
+
) => any;
|
|
1171
|
+
|
|
1172
|
+
export declare const ListCoreDevicesResponseFilterSensitiveLog: (
|
|
1173
|
+
obj: ListCoreDevicesResponse
|
|
1174
|
+
) => any;
|
|
1175
|
+
|
|
1176
|
+
export declare const ListDeploymentsRequestFilterSensitiveLog: (
|
|
1177
|
+
obj: ListDeploymentsRequest
|
|
1178
|
+
) => any;
|
|
1179
|
+
|
|
1180
|
+
export declare const ListDeploymentsResponseFilterSensitiveLog: (
|
|
1181
|
+
obj: ListDeploymentsResponse
|
|
1182
|
+
) => any;
|
|
1183
|
+
|
|
1184
|
+
export declare const ListEffectiveDeploymentsRequestFilterSensitiveLog: (
|
|
1185
|
+
obj: ListEffectiveDeploymentsRequest
|
|
1186
|
+
) => any;
|
|
1187
|
+
|
|
1188
|
+
export declare const ListEffectiveDeploymentsResponseFilterSensitiveLog: (
|
|
1189
|
+
obj: ListEffectiveDeploymentsResponse
|
|
1190
|
+
) => any;
|
|
1191
|
+
|
|
1192
|
+
export declare const ListInstalledComponentsRequestFilterSensitiveLog: (
|
|
1193
|
+
obj: ListInstalledComponentsRequest
|
|
1194
|
+
) => any;
|
|
1195
|
+
|
|
1196
|
+
export declare const InstalledComponentFilterSensitiveLog: (
|
|
1197
|
+
obj: InstalledComponent
|
|
1198
|
+
) => any;
|
|
1199
|
+
|
|
1200
|
+
export declare const ListInstalledComponentsResponseFilterSensitiveLog: (
|
|
1201
|
+
obj: ListInstalledComponentsResponse
|
|
1202
|
+
) => any;
|
|
1203
|
+
|
|
1204
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1205
|
+
obj: ListTagsForResourceRequest
|
|
1206
|
+
) => any;
|
|
1207
|
+
|
|
1208
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1209
|
+
obj: ListTagsForResourceResponse
|
|
1210
|
+
) => any;
|
|
1211
|
+
|
|
1212
|
+
export declare const ResolveComponentCandidatesRequestFilterSensitiveLog: (
|
|
1213
|
+
obj: ResolveComponentCandidatesRequest
|
|
1214
|
+
) => any;
|
|
1215
|
+
|
|
1216
|
+
export declare const ResolvedComponentVersionFilterSensitiveLog: (
|
|
1217
|
+
obj: ResolvedComponentVersion
|
|
1218
|
+
) => any;
|
|
1219
|
+
|
|
1220
|
+
export declare const ResolveComponentCandidatesResponseFilterSensitiveLog: (
|
|
1221
|
+
obj: ResolveComponentCandidatesResponse
|
|
1222
|
+
) => any;
|
|
1223
|
+
|
|
1224
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1225
|
+
obj: TagResourceRequest
|
|
1226
|
+
) => any;
|
|
1227
|
+
|
|
1228
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1229
|
+
obj: TagResourceResponse
|
|
1230
|
+
) => any;
|
|
1231
|
+
|
|
1232
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1233
|
+
obj: UntagResourceRequest
|
|
1234
|
+
) => any;
|
|
1235
|
+
|
|
1236
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1237
|
+
obj: UntagResourceResponse
|
|
1238
|
+
) => any;
|
|
1239
|
+
|
|
1240
|
+
export declare const UpdateConnectivityInfoRequestFilterSensitiveLog: (
|
|
1241
|
+
obj: UpdateConnectivityInfoRequest
|
|
1242
|
+
) => any;
|
|
1243
|
+
|
|
1244
|
+
export declare const UpdateConnectivityInfoResponseFilterSensitiveLog: (
|
|
1245
|
+
obj: UpdateConnectivityInfoResponse
|
|
1246
|
+
) => any;
|