@aws-sdk/client-panorama 3.529.1 → 3.535.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 (81) hide show
  1. package/dist-types/Panorama.d.ts +8 -1
  2. package/dist-types/PanoramaClient.d.ts +1 -1
  3. package/dist-types/commands/CreateApplicationInstanceCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateJobForDevicesCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateNodeFromTemplateJobCommand.d.ts +2 -1
  6. package/dist-types/commands/CreatePackageCommand.d.ts +2 -1
  7. package/dist-types/commands/CreatePackageImportJobCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteDeviceCommand.d.ts +2 -1
  9. package/dist-types/commands/DeletePackageCommand.d.ts +2 -1
  10. package/dist-types/commands/DeregisterPackageVersionCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeApplicationInstanceCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeApplicationInstanceDetailsCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeDeviceCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeDeviceJobCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeNodeCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeNodeFromTemplateJobCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribePackageCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribePackageImportJobCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribePackageVersionCommand.d.ts +2 -1
  20. package/dist-types/commands/ListApplicationInstanceDependenciesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListApplicationInstanceNodeInstancesCommand.d.ts +2 -1
  22. package/dist-types/commands/ListApplicationInstancesCommand.d.ts +2 -1
  23. package/dist-types/commands/ListDevicesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListDevicesJobsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListNodeFromTemplateJobsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListNodesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListPackageImportJobsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListPackagesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/ProvisionDeviceCommand.d.ts +3 -2
  31. package/dist-types/commands/RegisterPackageVersionCommand.d.ts +2 -1
  32. package/dist-types/commands/RemoveApplicationInstanceCommand.d.ts +2 -1
  33. package/dist-types/commands/SignalApplicationInstanceNodeInstancesCommand.d.ts +2 -1
  34. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateDeviceMetadataCommand.d.ts +2 -1
  37. package/dist-types/models/models_0.d.ts +442 -442
  38. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  39. package/dist-types/runtimeConfig.d.ts +2 -2
  40. package/dist-types/runtimeConfig.native.d.ts +2 -2
  41. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  42. package/dist-types/ts3.4/Panorama.d.ts +7 -0
  43. package/dist-types/ts3.4/commands/CreateApplicationInstanceCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateJobForDevicesCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateNodeFromTemplateJobCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreatePackageImportJobCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteDeviceCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeregisterPackageVersionCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeApplicationInstanceCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeApplicationInstanceDetailsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeDeviceJobCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribeNodeFromTemplateJobCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DescribePackageImportJobCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListApplicationInstanceDependenciesCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListApplicationInstanceNodeInstancesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListApplicationInstancesCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListDevicesJobsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListNodeFromTemplateJobsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListPackageImportJobsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ProvisionDeviceCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/RegisterPackageVersionCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/RemoveApplicationInstanceCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/SignalApplicationInstanceNodeInstancesCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/UpdateDeviceMetadataCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  78. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  80. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  81. package/package.json +40 -40
@@ -1,8 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { PanoramaServiceException as __BaseException } from "./PanoramaServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>The requestor does not have permission to access the target action or resource.</p>
5
+ * @public
6
6
  */
7
7
  export declare class AccessDeniedException extends __BaseException {
8
8
  readonly name: "AccessDeniedException";
@@ -14,13 +14,13 @@ export declare class AccessDeniedException extends __BaseException {
14
14
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
15
15
  }
16
16
  /**
17
- * @public
18
17
  * <p>Details about a beta appliance software update.</p>
18
+ * @public
19
19
  */
20
20
  export interface AlternateSoftwareMetadata {
21
21
  /**
22
- * @public
23
22
  * <p>The appliance software version.</p>
23
+ * @public
24
24
  */
25
25
  Version?: string;
26
26
  }
@@ -72,28 +72,28 @@ export declare const DeviceReportedStatus: {
72
72
  */
73
73
  export type DeviceReportedStatus = (typeof DeviceReportedStatus)[keyof typeof DeviceReportedStatus];
74
74
  /**
75
- * @public
76
75
  * <p>An application instance's state.</p>
76
+ * @public
77
77
  */
78
78
  export interface ReportedRuntimeContextState {
79
79
  /**
80
- * @public
81
80
  * <p>The application's desired state.</p>
81
+ * @public
82
82
  */
83
83
  DesiredState: DesiredState | undefined;
84
84
  /**
85
- * @public
86
85
  * <p>The device's name.</p>
86
+ * @public
87
87
  */
88
88
  RuntimeContextName: string | undefined;
89
89
  /**
90
- * @public
91
90
  * <p>The application's reported status.</p>
91
+ * @public
92
92
  */
93
93
  DeviceReportedStatus: DeviceReportedStatus | undefined;
94
94
  /**
95
- * @public
96
95
  * <p>When the device reported the application's state.</p>
96
+ * @public
97
97
  */
98
98
  DeviceReportedTime: Date | undefined;
99
99
  }
@@ -119,113 +119,113 @@ export declare const ApplicationInstanceStatus: {
119
119
  */
120
120
  export type ApplicationInstanceStatus = (typeof ApplicationInstanceStatus)[keyof typeof ApplicationInstanceStatus];
121
121
  /**
122
- * @public
123
122
  * <p>An application instance on a device.</p>
123
+ * @public
124
124
  */
125
125
  export interface ApplicationInstance {
126
126
  /**
127
- * @public
128
127
  * <p>The application instance's name.</p>
128
+ * @public
129
129
  */
130
130
  Name?: string;
131
131
  /**
132
- * @public
133
132
  * <p>The application instance's ID.</p>
133
+ * @public
134
134
  */
135
135
  ApplicationInstanceId?: string;
136
136
  /**
137
- * @public
138
137
  * <p>The device's ID.</p>
138
+ * @public
139
139
  */
140
140
  DefaultRuntimeContextDevice?: string;
141
141
  /**
142
- * @public
143
142
  * <p>The device's name.</p>
143
+ * @public
144
144
  */
145
145
  DefaultRuntimeContextDeviceName?: string;
146
146
  /**
147
- * @public
148
147
  * <p>The application instance's description.</p>
148
+ * @public
149
149
  */
150
150
  Description?: string;
151
151
  /**
152
- * @public
153
152
  * <p>The application instance's status.</p>
153
+ * @public
154
154
  */
155
155
  Status?: ApplicationInstanceStatus;
156
156
  /**
157
- * @public
158
157
  * <p>The application instance's health status.</p>
158
+ * @public
159
159
  */
160
160
  HealthStatus?: ApplicationInstanceHealthStatus;
161
161
  /**
162
- * @public
163
162
  * <p>The application instance's status description.</p>
163
+ * @public
164
164
  */
165
165
  StatusDescription?: string;
166
166
  /**
167
- * @public
168
167
  * <p>When the application instance was created.</p>
168
+ * @public
169
169
  */
170
170
  CreatedTime?: Date;
171
171
  /**
172
- * @public
173
172
  * <p>The application instance's ARN.</p>
173
+ * @public
174
174
  */
175
175
  Arn?: string;
176
176
  /**
177
- * @public
178
177
  * <p>The application instance's tags.</p>
178
+ * @public
179
179
  */
180
180
  Tags?: Record<string, string>;
181
181
  /**
182
- * @public
183
182
  * <p>The application's state.</p>
183
+ * @public
184
184
  */
185
185
  RuntimeContextStates?: ReportedRuntimeContextState[];
186
186
  }
187
187
  /**
188
- * @public
189
188
  * <p>A conflict exception error argument.</p>
189
+ * @public
190
190
  */
191
191
  export interface ConflictExceptionErrorArgument {
192
192
  /**
193
- * @public
194
193
  * <p>The error argument's name.</p>
194
+ * @public
195
195
  */
196
196
  Name: string | undefined;
197
197
  /**
198
- * @public
199
198
  * <p>The error argument's value.</p>
199
+ * @public
200
200
  */
201
201
  Value: string | undefined;
202
202
  }
203
203
  /**
204
- * @public
205
204
  * <p>The target resource is in use.</p>
205
+ * @public
206
206
  */
207
207
  export declare class ConflictException extends __BaseException {
208
208
  readonly name: "ConflictException";
209
209
  readonly $fault: "client";
210
210
  Message: string | undefined;
211
211
  /**
212
- * @public
213
212
  * <p>The resource's ID.</p>
213
+ * @public
214
214
  */
215
215
  ResourceId: string | undefined;
216
216
  /**
217
- * @public
218
217
  * <p>The resource's type.</p>
218
+ * @public
219
219
  */
220
220
  ResourceType: string | undefined;
221
221
  /**
222
- * @public
223
222
  * <p>A unique ID for the error.</p>
223
+ * @public
224
224
  */
225
225
  ErrorId?: string;
226
226
  /**
227
- * @public
228
227
  * <p>A list of attributes that led to the exception and their values.</p>
228
+ * @public
229
229
  */
230
230
  ErrorArguments?: ConflictExceptionErrorArgument[];
231
231
  /**
@@ -246,9 +246,9 @@ export declare const ConnectionType: {
246
246
  */
247
247
  export type ConnectionType = (typeof ConnectionType)[keyof typeof ConnectionType];
248
248
  /**
249
- * @public
250
249
  * <p>Parameter overrides for an application instance. This is a JSON document that has a single key
251
250
  * (<code>PayloadData</code>) where the value is an escaped string representation of the overrides document.</p>
251
+ * @public
252
252
  */
253
253
  export type ManifestOverridesPayload = ManifestOverridesPayload.PayloadDataMember | ManifestOverridesPayload.$UnknownMember;
254
254
  /**
@@ -256,8 +256,8 @@ export type ManifestOverridesPayload = ManifestOverridesPayload.PayloadDataMembe
256
256
  */
257
257
  export declare namespace ManifestOverridesPayload {
258
258
  /**
259
- * @public
260
259
  * <p>The overrides document.</p>
260
+ * @public
261
261
  */
262
262
  interface PayloadDataMember {
263
263
  PayloadData: string;
@@ -277,10 +277,10 @@ export declare namespace ManifestOverridesPayload {
277
277
  const visit: <T>(value: ManifestOverridesPayload, visitor: Visitor<T>) => T;
278
278
  }
279
279
  /**
280
- * @public
281
280
  * <p>A application verion's manifest file. This is a JSON document that has a single key (<code>PayloadData</code>)
282
281
  * where the value is an escaped string representation of the application manifest (<code>graph.json</code>). This
283
282
  * file is located in the <code>graphs</code> folder in your application source.</p>
283
+ * @public
284
284
  */
285
285
  export type ManifestPayload = ManifestPayload.PayloadDataMember | ManifestPayload.$UnknownMember;
286
286
  /**
@@ -288,8 +288,8 @@ export type ManifestPayload = ManifestPayload.PayloadDataMember | ManifestPayloa
288
288
  */
289
289
  export declare namespace ManifestPayload {
290
290
  /**
291
- * @public
292
291
  * <p>The application manifest.</p>
292
+ * @public
293
293
  */
294
294
  interface PayloadDataMember {
295
295
  PayloadData: string;
@@ -313,43 +313,43 @@ export declare namespace ManifestPayload {
313
313
  */
314
314
  export interface CreateApplicationInstanceRequest {
315
315
  /**
316
- * @public
317
316
  * <p>A name for the application instance.</p>
317
+ * @public
318
318
  */
319
319
  Name?: string;
320
320
  /**
321
- * @public
322
321
  * <p>A description for the application instance.</p>
322
+ * @public
323
323
  */
324
324
  Description?: string;
325
325
  /**
326
- * @public
327
326
  * <p>The application's manifest document.</p>
327
+ * @public
328
328
  */
329
329
  ManifestPayload: ManifestPayload | undefined;
330
330
  /**
331
- * @public
332
331
  * <p>Setting overrides for the application manifest.</p>
332
+ * @public
333
333
  */
334
334
  ManifestOverridesPayload?: ManifestOverridesPayload;
335
335
  /**
336
- * @public
337
336
  * <p>The ID of an application instance to replace with the new instance.</p>
337
+ * @public
338
338
  */
339
339
  ApplicationInstanceIdToReplace?: string;
340
340
  /**
341
- * @public
342
341
  * <p>The ARN of a runtime role for the application instance.</p>
342
+ * @public
343
343
  */
344
344
  RuntimeRoleArn?: string;
345
345
  /**
346
- * @public
347
346
  * <p>A device's ID.</p>
347
+ * @public
348
348
  */
349
349
  DefaultRuntimeContextDevice: string | undefined;
350
350
  /**
351
- * @public
352
351
  * <p>Tags for the application instance.</p>
352
+ * @public
353
353
  */
354
354
  Tags?: Record<string, string>;
355
355
  }
@@ -358,22 +358,22 @@ export interface CreateApplicationInstanceRequest {
358
358
  */
359
359
  export interface CreateApplicationInstanceResponse {
360
360
  /**
361
- * @public
362
361
  * <p>The application instance's ID.</p>
362
+ * @public
363
363
  */
364
364
  ApplicationInstanceId: string | undefined;
365
365
  }
366
366
  /**
367
- * @public
368
367
  * <p>An internal error occurred.</p>
368
+ * @public
369
369
  */
370
370
  export declare class InternalServerException extends __BaseException {
371
371
  readonly name: "InternalServerException";
372
372
  readonly $fault: "server";
373
373
  Message: string | undefined;
374
374
  /**
375
- * @public
376
375
  * <p>The number of seconds a client should wait before retrying the call.</p>
376
+ * @public
377
377
  */
378
378
  RetryAfterSeconds?: number;
379
379
  /**
@@ -382,31 +382,31 @@ export declare class InternalServerException extends __BaseException {
382
382
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
383
383
  }
384
384
  /**
385
- * @public
386
385
  * <p>The request would cause a limit to be exceeded.</p>
386
+ * @public
387
387
  */
388
388
  export declare class ServiceQuotaExceededException extends __BaseException {
389
389
  readonly name: "ServiceQuotaExceededException";
390
390
  readonly $fault: "client";
391
391
  Message: string | undefined;
392
392
  /**
393
- * @public
394
393
  * <p>The target resource's ID.</p>
394
+ * @public
395
395
  */
396
396
  ResourceId?: string;
397
397
  /**
398
- * @public
399
398
  * <p>The target resource's type.</p>
399
+ * @public
400
400
  */
401
401
  ResourceType?: string;
402
402
  /**
403
- * @public
404
403
  * <p>The name of the limit.</p>
404
+ * @public
405
405
  */
406
406
  QuotaCode: string | undefined;
407
407
  /**
408
- * @public
409
408
  * <p>The name of the service.</p>
409
+ * @public
410
410
  */
411
411
  ServiceCode: string | undefined;
412
412
  /**
@@ -415,34 +415,34 @@ export declare class ServiceQuotaExceededException extends __BaseException {
415
415
  constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
416
416
  }
417
417
  /**
418
- * @public
419
418
  * <p>A validation exception error argument.</p>
419
+ * @public
420
420
  */
421
421
  export interface ValidationExceptionErrorArgument {
422
422
  /**
423
- * @public
424
423
  * <p>The argument's name.</p>
424
+ * @public
425
425
  */
426
426
  Name: string | undefined;
427
427
  /**
428
- * @public
429
428
  * <p>The argument's value.</p>
429
+ * @public
430
430
  */
431
431
  Value: string | undefined;
432
432
  }
433
433
  /**
434
- * @public
435
434
  * <p>A validation exception field.</p>
435
+ * @public
436
436
  */
437
437
  export interface ValidationExceptionField {
438
438
  /**
439
- * @public
440
439
  * <p>The field's name.</p>
440
+ * @public
441
441
  */
442
442
  Name: string | undefined;
443
443
  /**
444
- * @public
445
444
  * <p>The field's message.</p>
445
+ * @public
446
446
  */
447
447
  Message: string | undefined;
448
448
  }
@@ -461,31 +461,31 @@ export declare const ValidationExceptionReason: {
461
461
  */
462
462
  export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
463
463
  /**
464
- * @public
465
464
  * <p>The request contains an invalid parameter value.</p>
465
+ * @public
466
466
  */
467
467
  export declare class ValidationException extends __BaseException {
468
468
  readonly name: "ValidationException";
469
469
  readonly $fault: "client";
470
470
  Message: string | undefined;
471
471
  /**
472
- * @public
473
472
  * <p>The reason that validation failed.</p>
473
+ * @public
474
474
  */
475
475
  Reason?: ValidationExceptionReason;
476
476
  /**
477
- * @public
478
477
  * <p>A unique ID for the error.</p>
478
+ * @public
479
479
  */
480
480
  ErrorId?: string;
481
481
  /**
482
- * @public
483
482
  * <p>A list of attributes that led to the exception and their values.</p>
483
+ * @public
484
484
  */
485
485
  ErrorArguments?: ValidationExceptionErrorArgument[];
486
486
  /**
487
- * @public
488
487
  * <p>A list of request parameters that failed validation.</p>
488
+ * @public
489
489
  */
490
490
  Fields?: ValidationExceptionField[];
491
491
  /**
@@ -494,29 +494,29 @@ export declare class ValidationException extends __BaseException {
494
494
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
495
495
  }
496
496
  /**
497
- * @public
498
497
  * <p>An over-the-air update (OTA) job configuration.</p>
498
+ * @public
499
499
  */
500
500
  export interface OTAJobConfig {
501
501
  /**
502
- * @public
503
502
  * <p>The target version of the device software.</p>
503
+ * @public
504
504
  */
505
505
  ImageVersion: string | undefined;
506
506
  /**
507
- * @public
508
507
  * <p>Whether to apply the update if it is a major version change.</p>
508
+ * @public
509
509
  */
510
510
  AllowMajorVersionUpdate?: boolean;
511
511
  }
512
512
  /**
513
- * @public
514
513
  * <p>A job's configuration.</p>
514
+ * @public
515
515
  */
516
516
  export interface DeviceJobConfig {
517
517
  /**
518
- * @public
519
518
  * <p>A configuration for an over-the-air (OTA) upgrade. Required for OTA jobs.</p>
519
+ * @public
520
520
  */
521
521
  OTAJobConfig?: OTAJobConfig;
522
522
  }
@@ -537,34 +537,34 @@ export type JobType = (typeof JobType)[keyof typeof JobType];
537
537
  */
538
538
  export interface CreateJobForDevicesRequest {
539
539
  /**
540
- * @public
541
540
  * <p>ID of target device.</p>
541
+ * @public
542
542
  */
543
543
  DeviceIds: string[] | undefined;
544
544
  /**
545
- * @public
546
545
  * <p>Configuration settings for a software update job.</p>
546
+ * @public
547
547
  */
548
548
  DeviceJobConfig?: DeviceJobConfig;
549
549
  /**
550
- * @public
551
550
  * <p>The type of job to run.</p>
551
+ * @public
552
552
  */
553
553
  JobType: JobType | undefined;
554
554
  }
555
555
  /**
556
- * @public
557
556
  * <p>A job for a device.</p>
557
+ * @public
558
558
  */
559
559
  export interface Job {
560
560
  /**
561
- * @public
562
561
  * <p>The job's ID.</p>
562
+ * @public
563
563
  */
564
564
  JobId?: string;
565
565
  /**
566
- * @public
567
566
  * <p>The target device's ID.</p>
567
+ * @public
568
568
  */
569
569
  DeviceId?: string;
570
570
  }
@@ -573,27 +573,27 @@ export interface Job {
573
573
  */
574
574
  export interface CreateJobForDevicesResponse {
575
575
  /**
576
- * @public
577
576
  * <p>A list of jobs.</p>
577
+ * @public
578
578
  */
579
579
  Jobs: Job[] | undefined;
580
580
  }
581
581
  /**
582
- * @public
583
582
  * <p>The target resource was not found.</p>
583
+ * @public
584
584
  */
585
585
  export declare class ResourceNotFoundException extends __BaseException {
586
586
  readonly name: "ResourceNotFoundException";
587
587
  readonly $fault: "client";
588
588
  Message: string | undefined;
589
589
  /**
590
- * @public
591
590
  * <p>The resource's ID.</p>
591
+ * @public
592
592
  */
593
593
  ResourceId: string | undefined;
594
594
  /**
595
- * @public
596
595
  * <p>The resource's type.</p>
596
+ * @public
597
597
  */
598
598
  ResourceType: string | undefined;
599
599
  /**
@@ -613,18 +613,18 @@ export declare const JobResourceType: {
613
613
  */
614
614
  export type JobResourceType = (typeof JobResourceType)[keyof typeof JobResourceType];
615
615
  /**
616
- * @public
617
616
  * <p>Tags for a job.</p>
617
+ * @public
618
618
  */
619
619
  export interface JobResourceTags {
620
620
  /**
621
- * @public
622
621
  * <p>The job's type.</p>
622
+ * @public
623
623
  */
624
624
  ResourceType: JobResourceType | undefined;
625
625
  /**
626
- * @public
627
626
  * <p>The job's tags.</p>
627
+ * @public
628
628
  */
629
629
  Tags: Record<string, string> | undefined;
630
630
  }
@@ -644,38 +644,38 @@ export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType];
644
644
  */
645
645
  export interface CreateNodeFromTemplateJobRequest {
646
646
  /**
647
- * @public
648
647
  * <p>The type of node.</p>
648
+ * @public
649
649
  */
650
650
  TemplateType: TemplateType | undefined;
651
651
  /**
652
- * @public
653
652
  * <p>An output package name for the node.</p>
653
+ * @public
654
654
  */
655
655
  OutputPackageName: string | undefined;
656
656
  /**
657
- * @public
658
657
  * <p>An output package version for the node.</p>
658
+ * @public
659
659
  */
660
660
  OutputPackageVersion: string | undefined;
661
661
  /**
662
- * @public
663
662
  * <p>A name for the node.</p>
663
+ * @public
664
664
  */
665
665
  NodeName: string | undefined;
666
666
  /**
667
- * @public
668
667
  * <p>A description for the node.</p>
668
+ * @public
669
669
  */
670
670
  NodeDescription?: string;
671
671
  /**
672
- * @public
673
672
  * <p>Template parameters for the node.</p>
673
+ * @public
674
674
  */
675
675
  TemplateParameters: Record<string, string> | undefined;
676
676
  /**
677
- * @public
678
677
  * <p>Tags for the job.</p>
678
+ * @public
679
679
  */
680
680
  JobTags?: JobResourceTags[];
681
681
  }
@@ -684,8 +684,8 @@ export interface CreateNodeFromTemplateJobRequest {
684
684
  */
685
685
  export interface CreateNodeFromTemplateJobResponse {
686
686
  /**
687
- * @public
688
687
  * <p>The job's ID.</p>
688
+ * @public
689
689
  */
690
690
  JobId: string | undefined;
691
691
  }
@@ -694,44 +694,44 @@ export interface CreateNodeFromTemplateJobResponse {
694
694
  */
695
695
  export interface CreatePackageRequest {
696
696
  /**
697
- * @public
698
697
  * <p>A name for the package.</p>
698
+ * @public
699
699
  */
700
700
  PackageName: string | undefined;
701
701
  /**
702
- * @public
703
702
  * <p>Tags for the package.</p>
703
+ * @public
704
704
  */
705
705
  Tags?: Record<string, string>;
706
706
  }
707
707
  /**
708
- * @public
709
708
  * <p>A storage location.</p>
709
+ * @public
710
710
  */
711
711
  export interface StorageLocation {
712
712
  /**
713
- * @public
714
713
  * <p>The location's bucket.</p>
714
+ * @public
715
715
  */
716
716
  Bucket: string | undefined;
717
717
  /**
718
- * @public
719
718
  * <p>The location's repo prefix.</p>
719
+ * @public
720
720
  */
721
721
  RepoPrefixLocation: string | undefined;
722
722
  /**
723
- * @public
724
723
  * <p>The location's generated prefix.</p>
724
+ * @public
725
725
  */
726
726
  GeneratedPrefixLocation: string | undefined;
727
727
  /**
728
- * @public
729
728
  * <p>The location's binary prefix.</p>
729
+ * @public
730
730
  */
731
731
  BinaryPrefixLocation: string | undefined;
732
732
  /**
733
- * @public
734
733
  * <p>The location's manifest prefix.</p>
734
+ * @public
735
735
  */
736
736
  ManifestPrefixLocation: string | undefined;
737
737
  }
@@ -740,61 +740,61 @@ export interface StorageLocation {
740
740
  */
741
741
  export interface CreatePackageResponse {
742
742
  /**
743
- * @public
744
743
  * <p>The package's ID.</p>
744
+ * @public
745
745
  */
746
746
  PackageId?: string;
747
747
  /**
748
- * @public
749
748
  * <p>The package's ARN.</p>
749
+ * @public
750
750
  */
751
751
  Arn?: string;
752
752
  /**
753
- * @public
754
753
  * <p>The package's storage location.</p>
754
+ * @public
755
755
  */
756
756
  StorageLocation: StorageLocation | undefined;
757
757
  }
758
758
  /**
759
- * @public
760
759
  * <p>A location in Amazon S3.</p>
760
+ * @public
761
761
  */
762
762
  export interface S3Location {
763
763
  /**
764
- * @public
765
764
  * <p>The bucket's Region.</p>
765
+ * @public
766
766
  */
767
767
  Region?: string;
768
768
  /**
769
- * @public
770
769
  * <p>A bucket name.</p>
770
+ * @public
771
771
  */
772
772
  BucketName: string | undefined;
773
773
  /**
774
- * @public
775
774
  * <p>An object key.</p>
775
+ * @public
776
776
  */
777
777
  ObjectKey: string | undefined;
778
778
  }
779
779
  /**
780
- * @public
781
780
  * <p>A package version input configuration.</p>
781
+ * @public
782
782
  */
783
783
  export interface PackageVersionInputConfig {
784
784
  /**
785
- * @public
786
785
  * <p>A location in Amazon S3.</p>
786
+ * @public
787
787
  */
788
788
  S3Location: S3Location | undefined;
789
789
  }
790
790
  /**
791
- * @public
792
791
  * <p>A configuration for a package import job.</p>
792
+ * @public
793
793
  */
794
794
  export interface PackageImportJobInputConfig {
795
795
  /**
796
- * @public
797
796
  * <p>The package version's input configuration.</p>
797
+ * @public
798
798
  */
799
799
  PackageVersionInputConfig?: PackageVersionInputConfig;
800
800
  }
@@ -811,34 +811,34 @@ export declare const PackageImportJobType: {
811
811
  */
812
812
  export type PackageImportJobType = (typeof PackageImportJobType)[keyof typeof PackageImportJobType];
813
813
  /**
814
- * @public
815
814
  * <p>A package version output configuration.</p>
815
+ * @public
816
816
  */
817
817
  export interface PackageVersionOutputConfig {
818
818
  /**
819
- * @public
820
819
  * <p>The output's package name.</p>
820
+ * @public
821
821
  */
822
822
  PackageName: string | undefined;
823
823
  /**
824
- * @public
825
824
  * <p>The output's package version.</p>
825
+ * @public
826
826
  */
827
827
  PackageVersion: string | undefined;
828
828
  /**
829
- * @public
830
829
  * <p>Indicates that the version is recommended for all users.</p>
830
+ * @public
831
831
  */
832
832
  MarkLatest?: boolean;
833
833
  }
834
834
  /**
835
- * @public
836
835
  * <p>An output configuration for a package import job.</p>
836
+ * @public
837
837
  */
838
838
  export interface PackageImportJobOutputConfig {
839
839
  /**
840
- * @public
841
840
  * <p>The package version's output configuration.</p>
841
+ * @public
842
842
  */
843
843
  PackageVersionOutputConfig?: PackageVersionOutputConfig;
844
844
  }
@@ -847,28 +847,28 @@ export interface PackageImportJobOutputConfig {
847
847
  */
848
848
  export interface CreatePackageImportJobRequest {
849
849
  /**
850
- * @public
851
850
  * <p>A job type for the package import job.</p>
851
+ * @public
852
852
  */
853
853
  JobType: PackageImportJobType | undefined;
854
854
  /**
855
- * @public
856
855
  * <p>An input config for the package import job.</p>
856
+ * @public
857
857
  */
858
858
  InputConfig: PackageImportJobInputConfig | undefined;
859
859
  /**
860
- * @public
861
860
  * <p>An output config for the package import job.</p>
861
+ * @public
862
862
  */
863
863
  OutputConfig: PackageImportJobOutputConfig | undefined;
864
864
  /**
865
- * @public
866
865
  * <p>A client token for the package import job.</p>
866
+ * @public
867
867
  */
868
868
  ClientToken: string | undefined;
869
869
  /**
870
- * @public
871
870
  * <p>Tags for the package import job.</p>
871
+ * @public
872
872
  */
873
873
  JobTags?: JobResourceTags[];
874
874
  }
@@ -877,8 +877,8 @@ export interface CreatePackageImportJobRequest {
877
877
  */
878
878
  export interface CreatePackageImportJobResponse {
879
879
  /**
880
- * @public
881
880
  * <p>The job's ID.</p>
881
+ * @public
882
882
  */
883
883
  JobId: string | undefined;
884
884
  }
@@ -887,8 +887,8 @@ export interface CreatePackageImportJobResponse {
887
887
  */
888
888
  export interface DeleteDeviceRequest {
889
889
  /**
890
- * @public
891
890
  * <p>The device's ID.</p>
891
+ * @public
892
892
  */
893
893
  DeviceId: string | undefined;
894
894
  }
@@ -897,8 +897,8 @@ export interface DeleteDeviceRequest {
897
897
  */
898
898
  export interface DeleteDeviceResponse {
899
899
  /**
900
- * @public
901
900
  * <p>The device's ID.</p>
901
+ * @public
902
902
  */
903
903
  DeviceId?: string;
904
904
  }
@@ -907,14 +907,14 @@ export interface DeleteDeviceResponse {
907
907
  */
908
908
  export interface DeletePackageRequest {
909
909
  /**
910
- * @public
911
910
  * <p>The package's ID.</p>
911
+ * @public
912
912
  */
913
913
  PackageId: string | undefined;
914
914
  /**
915
- * @public
916
915
  * <p>Delete the package even if it has artifacts stored in its access point. Deletes the package's artifacts from
917
916
  * Amazon S3.</p>
917
+ * @public
918
918
  */
919
919
  ForceDelete?: boolean;
920
920
  }
@@ -928,28 +928,28 @@ export interface DeletePackageResponse {
928
928
  */
929
929
  export interface DeregisterPackageVersionRequest {
930
930
  /**
931
- * @public
932
931
  * <p>An owner account.</p>
932
+ * @public
933
933
  */
934
934
  OwnerAccount?: string;
935
935
  /**
936
- * @public
937
936
  * <p>A package ID.</p>
937
+ * @public
938
938
  */
939
939
  PackageId: string | undefined;
940
940
  /**
941
- * @public
942
941
  * <p>A package version.</p>
942
+ * @public
943
943
  */
944
944
  PackageVersion: string | undefined;
945
945
  /**
946
- * @public
947
946
  * <p>A patch version.</p>
947
+ * @public
948
948
  */
949
949
  PatchVersion: string | undefined;
950
950
  /**
951
- * @public
952
951
  * <p>If the version was marked latest, the new version to maker as latest.</p>
952
+ * @public
953
953
  */
954
954
  UpdatedLatestPatchVersion?: string;
955
955
  }
@@ -963,8 +963,8 @@ export interface DeregisterPackageVersionResponse {
963
963
  */
964
964
  export interface DescribeApplicationInstanceRequest {
965
965
  /**
966
- * @public
967
966
  * <p>The application instance's ID.</p>
967
+ * @public
968
968
  */
969
969
  ApplicationInstanceId: string | undefined;
970
970
  }
@@ -973,78 +973,78 @@ export interface DescribeApplicationInstanceRequest {
973
973
  */
974
974
  export interface DescribeApplicationInstanceResponse {
975
975
  /**
976
- * @public
977
976
  * <p>The application instance's name.</p>
977
+ * @public
978
978
  */
979
979
  Name?: string;
980
980
  /**
981
- * @public
982
981
  * <p>The application instance's description.</p>
982
+ * @public
983
983
  */
984
984
  Description?: string;
985
985
  /**
986
- * @public
987
986
  * <p>The device's ID.</p>
987
+ * @public
988
988
  */
989
989
  DefaultRuntimeContextDevice?: string;
990
990
  /**
991
- * @public
992
991
  * <p>The device's bane.</p>
992
+ * @public
993
993
  */
994
994
  DefaultRuntimeContextDeviceName?: string;
995
995
  /**
996
- * @public
997
996
  * <p>The ID of the application instance that this instance replaced.</p>
997
+ * @public
998
998
  */
999
999
  ApplicationInstanceIdToReplace?: string;
1000
1000
  /**
1001
- * @public
1002
1001
  * <p>The application instance's runtime role ARN.</p>
1002
+ * @public
1003
1003
  */
1004
1004
  RuntimeRoleArn?: string;
1005
1005
  /**
1006
- * @public
1007
1006
  * <p>The application instance's status.</p>
1007
+ * @public
1008
1008
  */
1009
1009
  Status?: ApplicationInstanceStatus;
1010
1010
  /**
1011
- * @public
1012
1011
  * <p>The application instance's health status.</p>
1012
+ * @public
1013
1013
  */
1014
1014
  HealthStatus?: ApplicationInstanceHealthStatus;
1015
1015
  /**
1016
- * @public
1017
1016
  * <p>The application instance's status description.</p>
1017
+ * @public
1018
1018
  */
1019
1019
  StatusDescription?: string;
1020
1020
  /**
1021
- * @public
1022
1021
  * <p>When the application instance was created.</p>
1022
+ * @public
1023
1023
  */
1024
1024
  CreatedTime?: Date;
1025
1025
  /**
1026
- * @public
1027
1026
  * <p>The application instance was updated.</p>
1027
+ * @public
1028
1028
  */
1029
1029
  LastUpdatedTime?: Date;
1030
1030
  /**
1031
- * @public
1032
1031
  * <p>The application instance's ID.</p>
1032
+ * @public
1033
1033
  */
1034
1034
  ApplicationInstanceId?: string;
1035
1035
  /**
1036
- * @public
1037
1036
  * <p>The application instance's ARN.</p>
1037
+ * @public
1038
1038
  */
1039
1039
  Arn?: string;
1040
1040
  /**
1041
- * @public
1042
1041
  * <p>The application instance's tags.</p>
1042
+ * @public
1043
1043
  */
1044
1044
  Tags?: Record<string, string>;
1045
1045
  /**
1046
- * @public
1047
1046
  * <p>The application instance's state.</p>
1047
+ * @public
1048
1048
  */
1049
1049
  RuntimeContextStates?: ReportedRuntimeContextState[];
1050
1050
  }
@@ -1053,8 +1053,8 @@ export interface DescribeApplicationInstanceResponse {
1053
1053
  */
1054
1054
  export interface DescribeApplicationInstanceDetailsRequest {
1055
1055
  /**
1056
- * @public
1057
1056
  * <p>The application instance's ID.</p>
1057
+ * @public
1058
1058
  */
1059
1059
  ApplicationInstanceId: string | undefined;
1060
1060
  }
@@ -1063,43 +1063,43 @@ export interface DescribeApplicationInstanceDetailsRequest {
1063
1063
  */
1064
1064
  export interface DescribeApplicationInstanceDetailsResponse {
1065
1065
  /**
1066
- * @public
1067
1066
  * <p>The application instance's name.</p>
1067
+ * @public
1068
1068
  */
1069
1069
  Name?: string;
1070
1070
  /**
1071
- * @public
1072
1071
  * <p>The application instance's description.</p>
1072
+ * @public
1073
1073
  */
1074
1074
  Description?: string;
1075
1075
  /**
1076
- * @public
1077
1076
  * <p>The application instance's default runtime context device.</p>
1077
+ * @public
1078
1078
  */
1079
1079
  DefaultRuntimeContextDevice?: string;
1080
1080
  /**
1081
- * @public
1082
1081
  * <p>The application instance's configuration manifest.</p>
1082
+ * @public
1083
1083
  */
1084
1084
  ManifestPayload?: ManifestPayload;
1085
1085
  /**
1086
- * @public
1087
1086
  * <p>Parameter overrides for the configuration manifest.</p>
1087
+ * @public
1088
1088
  */
1089
1089
  ManifestOverridesPayload?: ManifestOverridesPayload;
1090
1090
  /**
1091
- * @public
1092
1091
  * <p>The ID of the application instance that this instance replaced.</p>
1092
+ * @public
1093
1093
  */
1094
1094
  ApplicationInstanceIdToReplace?: string;
1095
1095
  /**
1096
- * @public
1097
1096
  * <p>When the application instance was created.</p>
1097
+ * @public
1098
1098
  */
1099
1099
  CreatedTime?: Date;
1100
1100
  /**
1101
- * @public
1102
1101
  * <p>The application instance's ID.</p>
1102
+ * @public
1103
1103
  */
1104
1104
  ApplicationInstanceId?: string;
1105
1105
  }
@@ -1108,8 +1108,8 @@ export interface DescribeApplicationInstanceDetailsResponse {
1108
1108
  */
1109
1109
  export interface DescribeDeviceRequest {
1110
1110
  /**
1111
- * @public
1112
1111
  * <p>The device's ID.</p>
1112
+ * @public
1113
1113
  */
1114
1114
  DeviceId: string | undefined;
1115
1115
  }
@@ -1139,70 +1139,70 @@ export declare const NetworkConnectionStatus: {
1139
1139
  */
1140
1140
  export type NetworkConnectionStatus = (typeof NetworkConnectionStatus)[keyof typeof NetworkConnectionStatus];
1141
1141
  /**
1142
- * @public
1143
1142
  * <p>A device's Ethernet status.</p>
1143
+ * @public
1144
1144
  */
1145
1145
  export interface EthernetStatus {
1146
1146
  /**
1147
- * @public
1148
1147
  * <p>The device's IP address.</p>
1148
+ * @public
1149
1149
  */
1150
1150
  IpAddress?: string;
1151
1151
  /**
1152
- * @public
1153
1152
  * <p>The device's connection status.</p>
1153
+ * @public
1154
1154
  */
1155
1155
  ConnectionStatus?: NetworkConnectionStatus;
1156
1156
  /**
1157
- * @public
1158
1157
  * <p>The device's physical address.</p>
1158
+ * @public
1159
1159
  */
1160
1160
  HwAddress?: string;
1161
1161
  }
1162
1162
  /**
1163
- * @public
1164
1163
  * <p>Details about an NTP server connection.</p>
1164
+ * @public
1165
1165
  */
1166
1166
  export interface NtpStatus {
1167
1167
  /**
1168
- * @public
1169
1168
  * <p>The connection's status.</p>
1169
+ * @public
1170
1170
  */
1171
1171
  ConnectionStatus?: NetworkConnectionStatus;
1172
1172
  /**
1173
- * @public
1174
1173
  * <p>The IP address of the server.</p>
1174
+ * @public
1175
1175
  */
1176
1176
  IpAddress?: string;
1177
1177
  /**
1178
- * @public
1179
1178
  * <p>The domain name of the server.</p>
1179
+ * @public
1180
1180
  */
1181
1181
  NtpServerName?: string;
1182
1182
  }
1183
1183
  /**
1184
- * @public
1185
1184
  * <p>The network status of a device.</p>
1185
+ * @public
1186
1186
  */
1187
1187
  export interface NetworkStatus {
1188
1188
  /**
1189
- * @public
1190
1189
  * <p>The status of Ethernet port 0.</p>
1190
+ * @public
1191
1191
  */
1192
1192
  Ethernet0Status?: EthernetStatus;
1193
1193
  /**
1194
- * @public
1195
1194
  * <p>The status of Ethernet port 1.</p>
1195
+ * @public
1196
1196
  */
1197
1197
  Ethernet1Status?: EthernetStatus;
1198
1198
  /**
1199
- * @public
1200
1199
  * <p>Details about a network time protocol (NTP) server connection.</p>
1200
+ * @public
1201
1201
  */
1202
1202
  NtpStatus?: NtpStatus;
1203
1203
  /**
1204
- * @public
1205
1204
  * <p>When the network status changed.</p>
1205
+ * @public
1206
1206
  */
1207
1207
  LastUpdatedTime?: Date;
1208
1208
  }
@@ -1259,98 +1259,98 @@ export declare const UpdateProgress: {
1259
1259
  */
1260
1260
  export type UpdateProgress = (typeof UpdateProgress)[keyof typeof UpdateProgress];
1261
1261
  /**
1262
- * @public
1263
1262
  * <p>Returns information about the latest device job.</p>
1263
+ * @public
1264
1264
  */
1265
1265
  export interface LatestDeviceJob {
1266
1266
  /**
1267
- * @public
1268
1267
  * <p>The target version of the device software.</p>
1268
+ * @public
1269
1269
  */
1270
1270
  ImageVersion?: string;
1271
1271
  /**
1272
- * @public
1273
1272
  * <p>Status of the latest device job.</p>
1273
+ * @public
1274
1274
  */
1275
1275
  Status?: UpdateProgress;
1276
1276
  /**
1277
- * @public
1278
1277
  * <p>The job's type.</p>
1278
+ * @public
1279
1279
  */
1280
1280
  JobType?: JobType;
1281
1281
  }
1282
1282
  /**
1283
- * @public
1284
1283
  * <p>A static IP configuration.</p>
1284
+ * @public
1285
1285
  */
1286
1286
  export interface StaticIpConnectionInfo {
1287
1287
  /**
1288
- * @public
1289
1288
  * <p>The connection's IP address.</p>
1289
+ * @public
1290
1290
  */
1291
1291
  IpAddress: string | undefined;
1292
1292
  /**
1293
- * @public
1294
1293
  * <p>The connection's DNS mask.</p>
1294
+ * @public
1295
1295
  */
1296
1296
  Mask: string | undefined;
1297
1297
  /**
1298
- * @public
1299
1298
  * <p>The connection's DNS address.</p>
1299
+ * @public
1300
1300
  */
1301
1301
  Dns: string[] | undefined;
1302
1302
  /**
1303
- * @public
1304
1303
  * <p>The connection's default gateway.</p>
1304
+ * @public
1305
1305
  */
1306
1306
  DefaultGateway: string | undefined;
1307
1307
  }
1308
1308
  /**
1309
- * @public
1310
1309
  * <p>A device's network configuration.</p>
1310
+ * @public
1311
1311
  */
1312
1312
  export interface EthernetPayload {
1313
1313
  /**
1314
- * @public
1315
1314
  * <p>How the device gets an IP address.</p>
1315
+ * @public
1316
1316
  */
1317
1317
  ConnectionType: ConnectionType | undefined;
1318
1318
  /**
1319
- * @public
1320
1319
  * <p>Network configuration for a static IP connection.</p>
1320
+ * @public
1321
1321
  */
1322
1322
  StaticIpConnectionInfo?: StaticIpConnectionInfo;
1323
1323
  }
1324
1324
  /**
1325
- * @public
1326
1325
  * <p>Network time protocol (NTP) server settings. Use this option to connect to local NTP servers instead of
1327
1326
  * <code>pool.ntp.org</code>.</p>
1327
+ * @public
1328
1328
  */
1329
1329
  export interface NtpPayload {
1330
1330
  /**
1331
- * @public
1332
1331
  * <p>NTP servers to use, in order of preference.</p>
1332
+ * @public
1333
1333
  */
1334
1334
  NtpServers: string[] | undefined;
1335
1335
  }
1336
1336
  /**
1337
- * @public
1338
1337
  * <p>The network configuration for a device.</p>
1338
+ * @public
1339
1339
  */
1340
1340
  export interface NetworkPayload {
1341
1341
  /**
1342
- * @public
1343
1342
  * <p>Settings for Ethernet port 0.</p>
1343
+ * @public
1344
1344
  */
1345
1345
  Ethernet0?: EthernetPayload;
1346
1346
  /**
1347
- * @public
1348
1347
  * <p>Settings for Ethernet port 1.</p>
1348
+ * @public
1349
1349
  */
1350
1350
  Ethernet1?: EthernetPayload;
1351
1351
  /**
1352
- * @public
1353
1352
  * <p>Network time protocol (NTP) server settings.</p>
1353
+ * @public
1354
1354
  */
1355
1355
  Ntp?: NtpPayload;
1356
1356
  }
@@ -1387,103 +1387,103 @@ export type DeviceType = (typeof DeviceType)[keyof typeof DeviceType];
1387
1387
  */
1388
1388
  export interface DescribeDeviceResponse {
1389
1389
  /**
1390
- * @public
1391
1390
  * <p>The device's ID.</p>
1391
+ * @public
1392
1392
  */
1393
1393
  DeviceId?: string;
1394
1394
  /**
1395
- * @public
1396
1395
  * <p>The device's name.</p>
1396
+ * @public
1397
1397
  */
1398
1398
  Name?: string;
1399
1399
  /**
1400
- * @public
1401
1400
  * <p>The device's ARN.</p>
1401
+ * @public
1402
1402
  */
1403
1403
  Arn?: string;
1404
1404
  /**
1405
- * @public
1406
1405
  * <p>The device's description.</p>
1406
+ * @public
1407
1407
  */
1408
1408
  Description?: string;
1409
1409
  /**
1410
- * @public
1411
1410
  * <p>The device's type.</p>
1411
+ * @public
1412
1412
  */
1413
1413
  Type?: DeviceType;
1414
1414
  /**
1415
- * @public
1416
1415
  * <p>The device's connection status.</p>
1416
+ * @public
1417
1417
  */
1418
1418
  DeviceConnectionStatus?: DeviceConnectionStatus;
1419
1419
  /**
1420
- * @public
1421
1420
  * <p>When the device was created.</p>
1421
+ * @public
1422
1422
  */
1423
1423
  CreatedTime?: Date;
1424
1424
  /**
1425
- * @public
1426
1425
  * <p>The device's provisioning status.</p>
1426
+ * @public
1427
1427
  */
1428
1428
  ProvisioningStatus?: DeviceStatus;
1429
1429
  /**
1430
- * @public
1431
1430
  * <p>The latest software version available for the device.</p>
1431
+ * @public
1432
1432
  */
1433
1433
  LatestSoftware?: string;
1434
1434
  /**
1435
- * @public
1436
1435
  * <p>The device's current software version.</p>
1436
+ * @public
1437
1437
  */
1438
1438
  CurrentSoftware?: string;
1439
1439
  /**
1440
- * @public
1441
1440
  * <p>The device's serial number.</p>
1441
+ * @public
1442
1442
  */
1443
1443
  SerialNumber?: string;
1444
1444
  /**
1445
- * @public
1446
1445
  * <p>The device's tags.</p>
1446
+ * @public
1447
1447
  */
1448
1448
  Tags?: Record<string, string>;
1449
1449
  /**
1450
- * @public
1451
1450
  * <p>The device's networking configuration.</p>
1451
+ * @public
1452
1452
  */
1453
1453
  NetworkingConfiguration?: NetworkPayload;
1454
1454
  /**
1455
- * @public
1456
1455
  * <p>The device's networking status.</p>
1456
+ * @public
1457
1457
  */
1458
1458
  CurrentNetworkingStatus?: NetworkStatus;
1459
1459
  /**
1460
- * @public
1461
1460
  * <p>The device's lease expiration time.</p>
1461
+ * @public
1462
1462
  */
1463
1463
  LeaseExpirationTime?: Date;
1464
1464
  /**
1465
- * @public
1466
1465
  * <p>Beta software releases available for the device.</p>
1466
+ * @public
1467
1467
  */
1468
1468
  AlternateSoftwares?: AlternateSoftwareMetadata[];
1469
1469
  /**
1470
- * @public
1471
1470
  * <p>The most recent beta software release.</p>
1471
+ * @public
1472
1472
  */
1473
1473
  LatestAlternateSoftware?: string;
1474
1474
  /**
1475
- * @public
1476
1475
  * <p>The device's maker.</p>
1476
+ * @public
1477
1477
  */
1478
1478
  Brand?: DeviceBrand;
1479
1479
  /**
1480
- * @public
1481
1480
  * <p>A device's latest job. Includes the target image version, and the job status.</p>
1481
+ * @public
1482
1482
  */
1483
1483
  LatestDeviceJob?: LatestDeviceJob;
1484
1484
  /**
1485
- * @public
1486
1485
  * <p>A device's aggregated status. Including the device's connection status, provisioning status, and lease status.</p>
1486
+ * @public
1487
1487
  */
1488
1488
  DeviceAggregatedStatus?: DeviceAggregatedStatus;
1489
1489
  }
@@ -1492,8 +1492,8 @@ export interface DescribeDeviceResponse {
1492
1492
  */
1493
1493
  export interface DescribeDeviceJobRequest {
1494
1494
  /**
1495
- * @public
1496
1495
  * <p>The job's ID.</p>
1496
+ * @public
1497
1497
  */
1498
1498
  JobId: string | undefined;
1499
1499
  }
@@ -1502,48 +1502,48 @@ export interface DescribeDeviceJobRequest {
1502
1502
  */
1503
1503
  export interface DescribeDeviceJobResponse {
1504
1504
  /**
1505
- * @public
1506
1505
  * <p>The job's ID.</p>
1506
+ * @public
1507
1507
  */
1508
1508
  JobId?: string;
1509
1509
  /**
1510
- * @public
1511
1510
  * <p>The device's ID.</p>
1511
+ * @public
1512
1512
  */
1513
1513
  DeviceId?: string;
1514
1514
  /**
1515
- * @public
1516
1515
  * <p>The device's ARN.</p>
1516
+ * @public
1517
1517
  */
1518
1518
  DeviceArn?: string;
1519
1519
  /**
1520
- * @public
1521
1520
  * <p>The device's name.</p>
1521
+ * @public
1522
1522
  */
1523
1523
  DeviceName?: string;
1524
1524
  /**
1525
- * @public
1526
1525
  * <p>The device's type.</p>
1526
+ * @public
1527
1527
  */
1528
1528
  DeviceType?: DeviceType;
1529
1529
  /**
1530
- * @public
1531
1530
  * <p>For an OTA job, the target version of the device software.</p>
1531
+ * @public
1532
1532
  */
1533
1533
  ImageVersion?: string;
1534
1534
  /**
1535
- * @public
1536
1535
  * <p>The job's status.</p>
1536
+ * @public
1537
1537
  */
1538
1538
  Status?: UpdateProgress;
1539
1539
  /**
1540
- * @public
1541
1540
  * <p>When the job was created.</p>
1541
+ * @public
1542
1542
  */
1543
1543
  CreatedTime?: Date;
1544
1544
  /**
1545
- * @public
1546
1545
  * <p>The job's type.</p>
1546
+ * @public
1547
1547
  */
1548
1548
  JobType?: JobType;
1549
1549
  }
@@ -1552,13 +1552,13 @@ export interface DescribeDeviceJobResponse {
1552
1552
  */
1553
1553
  export interface DescribeNodeRequest {
1554
1554
  /**
1555
- * @public
1556
1555
  * <p>The node's ID.</p>
1556
+ * @public
1557
1557
  */
1558
1558
  NodeId: string | undefined;
1559
1559
  /**
1560
- * @public
1561
1560
  * <p>The account ID of the node's owner.</p>
1561
+ * @public
1562
1562
  */
1563
1563
  OwnerAccount?: string;
1564
1564
  }
@@ -1592,70 +1592,70 @@ export declare const PortType: {
1592
1592
  */
1593
1593
  export type PortType = (typeof PortType)[keyof typeof PortType];
1594
1594
  /**
1595
- * @public
1596
1595
  * <p>A node input port.</p>
1596
+ * @public
1597
1597
  */
1598
1598
  export interface NodeInputPort {
1599
1599
  /**
1600
- * @public
1601
1600
  * <p>The input port's name.</p>
1601
+ * @public
1602
1602
  */
1603
1603
  Name?: string;
1604
1604
  /**
1605
- * @public
1606
1605
  * <p>The input port's description.</p>
1606
+ * @public
1607
1607
  */
1608
1608
  Description?: string;
1609
1609
  /**
1610
- * @public
1611
1610
  * <p>The input port's type.</p>
1611
+ * @public
1612
1612
  */
1613
1613
  Type?: PortType;
1614
1614
  /**
1615
- * @public
1616
1615
  * <p>The input port's default value.</p>
1616
+ * @public
1617
1617
  */
1618
1618
  DefaultValue?: string;
1619
1619
  /**
1620
- * @public
1621
1620
  * <p>The input port's max connections.</p>
1621
+ * @public
1622
1622
  */
1623
1623
  MaxConnections?: number;
1624
1624
  }
1625
1625
  /**
1626
- * @public
1627
1626
  * <p>A node output port.</p>
1627
+ * @public
1628
1628
  */
1629
1629
  export interface NodeOutputPort {
1630
1630
  /**
1631
- * @public
1632
1631
  * <p>The output port's name.</p>
1632
+ * @public
1633
1633
  */
1634
1634
  Name?: string;
1635
1635
  /**
1636
- * @public
1637
1636
  * <p>The output port's description.</p>
1637
+ * @public
1638
1638
  */
1639
1639
  Description?: string;
1640
1640
  /**
1641
- * @public
1642
1641
  * <p>The output port's type.</p>
1642
+ * @public
1643
1643
  */
1644
1644
  Type?: PortType;
1645
1645
  }
1646
1646
  /**
1647
- * @public
1648
1647
  * <p>A node interface.</p>
1648
+ * @public
1649
1649
  */
1650
1650
  export interface NodeInterface {
1651
1651
  /**
1652
- * @public
1653
1652
  * <p>The node interface's inputs.</p>
1653
+ * @public
1654
1654
  */
1655
1655
  Inputs: NodeInputPort[] | undefined;
1656
1656
  /**
1657
- * @public
1658
1657
  * <p>The node interface's outputs.</p>
1658
+ * @public
1659
1659
  */
1660
1660
  Outputs: NodeOutputPort[] | undefined;
1661
1661
  }
@@ -1664,73 +1664,73 @@ export interface NodeInterface {
1664
1664
  */
1665
1665
  export interface DescribeNodeResponse {
1666
1666
  /**
1667
- * @public
1668
1667
  * <p>The node's ID.</p>
1668
+ * @public
1669
1669
  */
1670
1670
  NodeId: string | undefined;
1671
1671
  /**
1672
- * @public
1673
1672
  * <p>The node's name.</p>
1673
+ * @public
1674
1674
  */
1675
1675
  Name: string | undefined;
1676
1676
  /**
1677
- * @public
1678
1677
  * <p>The node's category.</p>
1678
+ * @public
1679
1679
  */
1680
1680
  Category: NodeCategory | undefined;
1681
1681
  /**
1682
- * @public
1683
1682
  * <p>The account ID of the node's owner.</p>
1683
+ * @public
1684
1684
  */
1685
1685
  OwnerAccount: string | undefined;
1686
1686
  /**
1687
- * @public
1688
1687
  * <p>The node's package name.</p>
1688
+ * @public
1689
1689
  */
1690
1690
  PackageName: string | undefined;
1691
1691
  /**
1692
- * @public
1693
1692
  * <p>The node's package ID.</p>
1693
+ * @public
1694
1694
  */
1695
1695
  PackageId: string | undefined;
1696
1696
  /**
1697
- * @public
1698
1697
  * <p>The node's ARN.</p>
1698
+ * @public
1699
1699
  */
1700
1700
  PackageArn?: string;
1701
1701
  /**
1702
- * @public
1703
1702
  * <p>The node's package version.</p>
1703
+ * @public
1704
1704
  */
1705
1705
  PackageVersion: string | undefined;
1706
1706
  /**
1707
- * @public
1708
1707
  * <p>The node's patch version.</p>
1708
+ * @public
1709
1709
  */
1710
1710
  PatchVersion: string | undefined;
1711
1711
  /**
1712
- * @public
1713
1712
  * <p>The node's interface.</p>
1713
+ * @public
1714
1714
  */
1715
1715
  NodeInterface: NodeInterface | undefined;
1716
1716
  /**
1717
- * @public
1718
1717
  * <p>The node's asset name.</p>
1718
+ * @public
1719
1719
  */
1720
1720
  AssetName?: string;
1721
1721
  /**
1722
- * @public
1723
1722
  * <p>The node's description.</p>
1723
+ * @public
1724
1724
  */
1725
1725
  Description: string | undefined;
1726
1726
  /**
1727
- * @public
1728
1727
  * <p>When the node was created.</p>
1728
+ * @public
1729
1729
  */
1730
1730
  CreatedTime: Date | undefined;
1731
1731
  /**
1732
- * @public
1733
1732
  * <p>When the node was updated.</p>
1733
+ * @public
1734
1734
  */
1735
1735
  LastUpdatedTime: Date | undefined;
1736
1736
  }
@@ -1739,8 +1739,8 @@ export interface DescribeNodeResponse {
1739
1739
  */
1740
1740
  export interface DescribeNodeFromTemplateJobRequest {
1741
1741
  /**
1742
- * @public
1743
1742
  * <p>The job's ID.</p>
1743
+ * @public
1744
1744
  */
1745
1745
  JobId: string | undefined;
1746
1746
  }
@@ -1762,63 +1762,63 @@ export type NodeFromTemplateJobStatus = (typeof NodeFromTemplateJobStatus)[keyof
1762
1762
  */
1763
1763
  export interface DescribeNodeFromTemplateJobResponse {
1764
1764
  /**
1765
- * @public
1766
1765
  * <p>The job's ID.</p>
1766
+ * @public
1767
1767
  */
1768
1768
  JobId: string | undefined;
1769
1769
  /**
1770
- * @public
1771
1770
  * <p>The job's status.</p>
1771
+ * @public
1772
1772
  */
1773
1773
  Status: NodeFromTemplateJobStatus | undefined;
1774
1774
  /**
1775
- * @public
1776
1775
  * <p>The job's status message.</p>
1776
+ * @public
1777
1777
  */
1778
1778
  StatusMessage: string | undefined;
1779
1779
  /**
1780
- * @public
1781
1780
  * <p>When the job was created.</p>
1781
+ * @public
1782
1782
  */
1783
1783
  CreatedTime: Date | undefined;
1784
1784
  /**
1785
- * @public
1786
1785
  * <p>When the job was updated.</p>
1786
+ * @public
1787
1787
  */
1788
1788
  LastUpdatedTime: Date | undefined;
1789
1789
  /**
1790
- * @public
1791
1790
  * <p>The job's output package name.</p>
1791
+ * @public
1792
1792
  */
1793
1793
  OutputPackageName: string | undefined;
1794
1794
  /**
1795
- * @public
1796
1795
  * <p>The job's output package version.</p>
1796
+ * @public
1797
1797
  */
1798
1798
  OutputPackageVersion: string | undefined;
1799
1799
  /**
1800
- * @public
1801
1800
  * <p>The node's name.</p>
1801
+ * @public
1802
1802
  */
1803
1803
  NodeName: string | undefined;
1804
1804
  /**
1805
- * @public
1806
1805
  * <p>The node's description.</p>
1806
+ * @public
1807
1807
  */
1808
1808
  NodeDescription?: string;
1809
1809
  /**
1810
- * @public
1811
1810
  * <p>The job's template type.</p>
1811
+ * @public
1812
1812
  */
1813
1813
  TemplateType: TemplateType | undefined;
1814
1814
  /**
1815
- * @public
1816
1815
  * <p>The job's template parameters.</p>
1816
+ * @public
1817
1817
  */
1818
1818
  TemplateParameters: Record<string, string> | undefined;
1819
1819
  /**
1820
- * @public
1821
1820
  * <p>The job's tags.</p>
1821
+ * @public
1822
1822
  */
1823
1823
  JobTags?: JobResourceTags[];
1824
1824
  }
@@ -1827,8 +1827,8 @@ export interface DescribeNodeFromTemplateJobResponse {
1827
1827
  */
1828
1828
  export interface DescribePackageRequest {
1829
1829
  /**
1830
- * @public
1831
1830
  * <p>The package's ID.</p>
1831
+ * @public
1832
1832
  */
1833
1833
  PackageId: string | undefined;
1834
1834
  }
@@ -1837,43 +1837,43 @@ export interface DescribePackageRequest {
1837
1837
  */
1838
1838
  export interface DescribePackageResponse {
1839
1839
  /**
1840
- * @public
1841
1840
  * <p>The package's ID.</p>
1841
+ * @public
1842
1842
  */
1843
1843
  PackageId: string | undefined;
1844
1844
  /**
1845
- * @public
1846
1845
  * <p>The package's name.</p>
1846
+ * @public
1847
1847
  */
1848
1848
  PackageName: string | undefined;
1849
1849
  /**
1850
- * @public
1851
1850
  * <p>The package's ARN.</p>
1851
+ * @public
1852
1852
  */
1853
1853
  Arn: string | undefined;
1854
1854
  /**
1855
- * @public
1856
1855
  * <p>The package's storage location.</p>
1856
+ * @public
1857
1857
  */
1858
1858
  StorageLocation: StorageLocation | undefined;
1859
1859
  /**
1860
- * @public
1861
1860
  * <p>ARNs of accounts that have read access to the package.</p>
1861
+ * @public
1862
1862
  */
1863
1863
  ReadAccessPrincipalArns?: string[];
1864
1864
  /**
1865
- * @public
1866
1865
  * <p>ARNs of accounts that have write access to the package.</p>
1866
+ * @public
1867
1867
  */
1868
1868
  WriteAccessPrincipalArns?: string[];
1869
1869
  /**
1870
- * @public
1871
1870
  * <p>When the package was created.</p>
1871
+ * @public
1872
1872
  */
1873
1873
  CreatedTime: Date | undefined;
1874
1874
  /**
1875
- * @public
1876
1875
  * <p>The package's tags.</p>
1876
+ * @public
1877
1877
  */
1878
1878
  Tags: Record<string, string> | undefined;
1879
1879
  }
@@ -1882,50 +1882,50 @@ export interface DescribePackageResponse {
1882
1882
  */
1883
1883
  export interface DescribePackageImportJobRequest {
1884
1884
  /**
1885
- * @public
1886
1885
  * <p>The job's ID.</p>
1886
+ * @public
1887
1887
  */
1888
1888
  JobId: string | undefined;
1889
1889
  }
1890
1890
  /**
1891
- * @public
1892
1891
  * <p>The location of an output object in Amazon S3.</p>
1892
+ * @public
1893
1893
  */
1894
1894
  export interface OutPutS3Location {
1895
1895
  /**
1896
- * @public
1897
1896
  * <p>The object's bucket.</p>
1897
+ * @public
1898
1898
  */
1899
1899
  BucketName: string | undefined;
1900
1900
  /**
1901
- * @public
1902
1901
  * <p>The object's key.</p>
1902
+ * @public
1903
1903
  */
1904
1904
  ObjectKey: string | undefined;
1905
1905
  }
1906
1906
  /**
1907
- * @public
1908
1907
  * <p>Results of a package import job.</p>
1908
+ * @public
1909
1909
  */
1910
1910
  export interface PackageImportJobOutput {
1911
1911
  /**
1912
- * @public
1913
1912
  * <p>The package's ID.</p>
1913
+ * @public
1914
1914
  */
1915
1915
  PackageId: string | undefined;
1916
1916
  /**
1917
- * @public
1918
1917
  * <p>The package's version.</p>
1918
+ * @public
1919
1919
  */
1920
1920
  PackageVersion: string | undefined;
1921
1921
  /**
1922
- * @public
1923
1922
  * <p>The package's patch version.</p>
1923
+ * @public
1924
1924
  */
1925
1925
  PatchVersion: string | undefined;
1926
1926
  /**
1927
- * @public
1928
1927
  * <p>The package's output location.</p>
1928
+ * @public
1929
1929
  */
1930
1930
  OutputS3Location: OutPutS3Location | undefined;
1931
1931
  }
@@ -1947,58 +1947,58 @@ export type PackageImportJobStatus = (typeof PackageImportJobStatus)[keyof typeo
1947
1947
  */
1948
1948
  export interface DescribePackageImportJobResponse {
1949
1949
  /**
1950
- * @public
1951
1950
  * <p>The job's ID.</p>
1951
+ * @public
1952
1952
  */
1953
1953
  JobId: string | undefined;
1954
1954
  /**
1955
- * @public
1956
1955
  * <p>The job's client token.</p>
1956
+ * @public
1957
1957
  */
1958
1958
  ClientToken?: string;
1959
1959
  /**
1960
- * @public
1961
1960
  * <p>The job's type.</p>
1961
+ * @public
1962
1962
  */
1963
1963
  JobType: PackageImportJobType | undefined;
1964
1964
  /**
1965
- * @public
1966
1965
  * <p>The job's input config.</p>
1966
+ * @public
1967
1967
  */
1968
1968
  InputConfig: PackageImportJobInputConfig | undefined;
1969
1969
  /**
1970
- * @public
1971
1970
  * <p>The job's output config.</p>
1971
+ * @public
1972
1972
  */
1973
1973
  OutputConfig: PackageImportJobOutputConfig | undefined;
1974
1974
  /**
1975
- * @public
1976
1975
  * <p>The job's output.</p>
1976
+ * @public
1977
1977
  */
1978
1978
  Output: PackageImportJobOutput | undefined;
1979
1979
  /**
1980
- * @public
1981
1980
  * <p>When the job was created.</p>
1981
+ * @public
1982
1982
  */
1983
1983
  CreatedTime: Date | undefined;
1984
1984
  /**
1985
- * @public
1986
1985
  * <p>When the job was updated.</p>
1986
+ * @public
1987
1987
  */
1988
1988
  LastUpdatedTime: Date | undefined;
1989
1989
  /**
1990
- * @public
1991
1990
  * <p>The job's status.</p>
1991
+ * @public
1992
1992
  */
1993
1993
  Status: PackageImportJobStatus | undefined;
1994
1994
  /**
1995
- * @public
1996
1995
  * <p>The job's status message.</p>
1996
+ * @public
1997
1997
  */
1998
1998
  StatusMessage: string | undefined;
1999
1999
  /**
2000
- * @public
2001
2000
  * <p>The job's tags.</p>
2001
+ * @public
2002
2002
  */
2003
2003
  JobTags?: JobResourceTags[];
2004
2004
  }
@@ -2007,23 +2007,23 @@ export interface DescribePackageImportJobResponse {
2007
2007
  */
2008
2008
  export interface DescribePackageVersionRequest {
2009
2009
  /**
2010
- * @public
2011
2010
  * <p>The version's owner account.</p>
2011
+ * @public
2012
2012
  */
2013
2013
  OwnerAccount?: string;
2014
2014
  /**
2015
- * @public
2016
2015
  * <p>The version's ID.</p>
2016
+ * @public
2017
2017
  */
2018
2018
  PackageId: string | undefined;
2019
2019
  /**
2020
- * @public
2021
2020
  * <p>The version's version.</p>
2021
+ * @public
2022
2022
  */
2023
2023
  PackageVersion: string | undefined;
2024
2024
  /**
2025
- * @public
2026
2025
  * <p>The version's patch version.</p>
2026
+ * @public
2027
2027
  */
2028
2028
  PatchVersion?: string;
2029
2029
  }
@@ -2046,155 +2046,155 @@ export type PackageVersionStatus = (typeof PackageVersionStatus)[keyof typeof Pa
2046
2046
  */
2047
2047
  export interface DescribePackageVersionResponse {
2048
2048
  /**
2049
- * @public
2050
2049
  * <p>The account ID of the version's owner.</p>
2050
+ * @public
2051
2051
  */
2052
2052
  OwnerAccount?: string;
2053
2053
  /**
2054
- * @public
2055
2054
  * <p>The version's ID.</p>
2055
+ * @public
2056
2056
  */
2057
2057
  PackageId: string | undefined;
2058
2058
  /**
2059
- * @public
2060
2059
  * <p>The ARN of the package.</p>
2060
+ * @public
2061
2061
  */
2062
2062
  PackageArn?: string;
2063
2063
  /**
2064
- * @public
2065
2064
  * <p>The version's name.</p>
2065
+ * @public
2066
2066
  */
2067
2067
  PackageName: string | undefined;
2068
2068
  /**
2069
- * @public
2070
2069
  * <p>The version's version.</p>
2070
+ * @public
2071
2071
  */
2072
2072
  PackageVersion: string | undefined;
2073
2073
  /**
2074
- * @public
2075
2074
  * <p>The version's patch version.</p>
2075
+ * @public
2076
2076
  */
2077
2077
  PatchVersion: string | undefined;
2078
2078
  /**
2079
- * @public
2080
2079
  * <p>Whether the version is the latest available.</p>
2080
+ * @public
2081
2081
  */
2082
2082
  IsLatestPatch: boolean | undefined;
2083
2083
  /**
2084
- * @public
2085
2084
  * <p>The version's status.</p>
2085
+ * @public
2086
2086
  */
2087
2087
  Status: PackageVersionStatus | undefined;
2088
2088
  /**
2089
- * @public
2090
2089
  * <p>The version's status description.</p>
2090
+ * @public
2091
2091
  */
2092
2092
  StatusDescription?: string;
2093
2093
  /**
2094
- * @public
2095
2094
  * <p>The version's registered time.</p>
2095
+ * @public
2096
2096
  */
2097
2097
  RegisteredTime?: Date;
2098
2098
  }
2099
2099
  /**
2100
- * @public
2101
2100
  * <p>A device.</p>
2101
+ * @public
2102
2102
  */
2103
2103
  export interface Device {
2104
2104
  /**
2105
- * @public
2106
2105
  * <p>The device's ID.</p>
2106
+ * @public
2107
2107
  */
2108
2108
  DeviceId?: string;
2109
2109
  /**
2110
- * @public
2111
2110
  * <p>The device's name.</p>
2111
+ * @public
2112
2112
  */
2113
2113
  Name?: string;
2114
2114
  /**
2115
- * @public
2116
2115
  * <p>When the device was created.</p>
2116
+ * @public
2117
2117
  */
2118
2118
  CreatedTime?: Date;
2119
2119
  /**
2120
- * @public
2121
2120
  * <p>The device's provisioning status.</p>
2121
+ * @public
2122
2122
  */
2123
2123
  ProvisioningStatus?: DeviceStatus;
2124
2124
  /**
2125
- * @public
2126
2125
  * <p>When the device was updated.</p>
2126
+ * @public
2127
2127
  */
2128
2128
  LastUpdatedTime?: Date;
2129
2129
  /**
2130
- * @public
2131
2130
  * <p>The device's lease expiration time.</p>
2131
+ * @public
2132
2132
  */
2133
2133
  LeaseExpirationTime?: Date;
2134
2134
  /**
2135
- * @public
2136
2135
  * <p>The device's maker.</p>
2136
+ * @public
2137
2137
  */
2138
2138
  Brand?: DeviceBrand;
2139
2139
  /**
2140
- * @public
2141
2140
  * <p>A device's current software.</p>
2141
+ * @public
2142
2142
  */
2143
2143
  CurrentSoftware?: string;
2144
2144
  /**
2145
- * @public
2146
2145
  * <p>A description for the device.</p>
2146
+ * @public
2147
2147
  */
2148
2148
  Description?: string;
2149
2149
  /**
2150
- * @public
2151
2150
  * <p>The device's tags.</p>
2151
+ * @public
2152
2152
  */
2153
2153
  Tags?: Record<string, string>;
2154
2154
  /**
2155
- * @public
2156
2155
  * <p>The device's type.</p>
2156
+ * @public
2157
2157
  */
2158
2158
  Type?: DeviceType;
2159
2159
  /**
2160
- * @public
2161
2160
  * <p>A device's latest job. Includes the target image version, and the update job status.</p>
2161
+ * @public
2162
2162
  */
2163
2163
  LatestDeviceJob?: LatestDeviceJob;
2164
2164
  /**
2165
- * @public
2166
2165
  * <p>A device's aggregated status. Including the device's connection status, provisioning status, and lease status.</p>
2166
+ * @public
2167
2167
  */
2168
2168
  DeviceAggregatedStatus?: DeviceAggregatedStatus;
2169
2169
  }
2170
2170
  /**
2171
- * @public
2172
2171
  * <p>A job that runs on a device.</p>
2172
+ * @public
2173
2173
  */
2174
2174
  export interface DeviceJob {
2175
2175
  /**
2176
- * @public
2177
2176
  * <p>The name of the target device</p>
2177
+ * @public
2178
2178
  */
2179
2179
  DeviceName?: string;
2180
2180
  /**
2181
- * @public
2182
2181
  * <p>The ID of the target device.</p>
2182
+ * @public
2183
2183
  */
2184
2184
  DeviceId?: string;
2185
2185
  /**
2186
- * @public
2187
2186
  * <p>The job's ID.</p>
2187
+ * @public
2188
2188
  */
2189
2189
  JobId?: string;
2190
2190
  /**
2191
- * @public
2192
2191
  * <p>When the job was created.</p>
2192
+ * @public
2193
2193
  */
2194
2194
  CreatedTime?: Date;
2195
2195
  /**
2196
- * @public
2197
2196
  * <p>The job's type.</p>
2197
+ * @public
2198
2198
  */
2199
2199
  JobType?: JobType;
2200
2200
  }
@@ -2203,39 +2203,39 @@ export interface DeviceJob {
2203
2203
  */
2204
2204
  export interface ListApplicationInstanceDependenciesRequest {
2205
2205
  /**
2206
- * @public
2207
2206
  * <p>The application instance's ID.</p>
2207
+ * @public
2208
2208
  */
2209
2209
  ApplicationInstanceId: string | undefined;
2210
2210
  /**
2211
- * @public
2212
2211
  * <p>The maximum number of application instance dependencies to return in one page of results.</p>
2212
+ * @public
2213
2213
  */
2214
2214
  MaxResults?: number;
2215
2215
  /**
2216
- * @public
2217
2216
  * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
2217
+ * @public
2218
2218
  */
2219
2219
  NextToken?: string;
2220
2220
  }
2221
2221
  /**
2222
- * @public
2223
2222
  * <p>A package object.</p>
2223
+ * @public
2224
2224
  */
2225
2225
  export interface PackageObject {
2226
2226
  /**
2227
- * @public
2228
2227
  * <p>The object's name.</p>
2228
+ * @public
2229
2229
  */
2230
2230
  Name: string | undefined;
2231
2231
  /**
2232
- * @public
2233
2232
  * <p>The object's package version.</p>
2233
+ * @public
2234
2234
  */
2235
2235
  PackageVersion: string | undefined;
2236
2236
  /**
2237
- * @public
2238
2237
  * <p>The object's patch version.</p>
2238
+ * @public
2239
2239
  */
2240
2240
  PatchVersion: string | undefined;
2241
2241
  }
@@ -2244,13 +2244,13 @@ export interface PackageObject {
2244
2244
  */
2245
2245
  export interface ListApplicationInstanceDependenciesResponse {
2246
2246
  /**
2247
- * @public
2248
2247
  * <p>A list of package objects.</p>
2248
+ * @public
2249
2249
  */
2250
2250
  PackageObjects?: PackageObject[];
2251
2251
  /**
2252
- * @public
2253
2252
  * <p>A pagination token that's included if more results are available.</p>
2253
+ * @public
2254
2254
  */
2255
2255
  NextToken?: string;
2256
2256
  }
@@ -2259,18 +2259,18 @@ export interface ListApplicationInstanceDependenciesResponse {
2259
2259
  */
2260
2260
  export interface ListApplicationInstanceNodeInstancesRequest {
2261
2261
  /**
2262
- * @public
2263
2262
  * <p>The node instances' application instance ID.</p>
2263
+ * @public
2264
2264
  */
2265
2265
  ApplicationInstanceId: string | undefined;
2266
2266
  /**
2267
- * @public
2268
2267
  * <p>The maximum number of node instances to return in one page of results.</p>
2268
+ * @public
2269
2269
  */
2270
2270
  MaxResults?: number;
2271
2271
  /**
2272
- * @public
2273
2272
  * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
2273
+ * @public
2274
2274
  */
2275
2275
  NextToken?: string;
2276
2276
  }
@@ -2289,43 +2289,43 @@ export declare const NodeInstanceStatus: {
2289
2289
  */
2290
2290
  export type NodeInstanceStatus = (typeof NodeInstanceStatus)[keyof typeof NodeInstanceStatus];
2291
2291
  /**
2292
- * @public
2293
2292
  * <p>A node instance.</p>
2293
+ * @public
2294
2294
  */
2295
2295
  export interface NodeInstance {
2296
2296
  /**
2297
- * @public
2298
2297
  * <p>The instance's ID.</p>
2298
+ * @public
2299
2299
  */
2300
2300
  NodeInstanceId: string | undefined;
2301
2301
  /**
2302
- * @public
2303
2302
  * <p>The node's ID.</p>
2303
+ * @public
2304
2304
  */
2305
2305
  NodeId?: string;
2306
2306
  /**
2307
- * @public
2308
2307
  * <p>The instance's package name.</p>
2308
+ * @public
2309
2309
  */
2310
2310
  PackageName?: string;
2311
2311
  /**
2312
- * @public
2313
2312
  * <p>The instance's package version.</p>
2313
+ * @public
2314
2314
  */
2315
2315
  PackageVersion?: string;
2316
2316
  /**
2317
- * @public
2318
2317
  * <p>The instance's package patch version.</p>
2318
+ * @public
2319
2319
  */
2320
2320
  PackagePatchVersion?: string;
2321
2321
  /**
2322
- * @public
2323
2322
  * <p>The instance's name.</p>
2323
+ * @public
2324
2324
  */
2325
2325
  NodeName?: string;
2326
2326
  /**
2327
- * @public
2328
2327
  * <p>The instance's current status.</p>
2328
+ * @public
2329
2329
  */
2330
2330
  CurrentStatus: NodeInstanceStatus | undefined;
2331
2331
  }
@@ -2334,13 +2334,13 @@ export interface NodeInstance {
2334
2334
  */
2335
2335
  export interface ListApplicationInstanceNodeInstancesResponse {
2336
2336
  /**
2337
- * @public
2338
2337
  * <p>A list of node instances.</p>
2338
+ * @public
2339
2339
  */
2340
2340
  NodeInstances?: NodeInstance[];
2341
2341
  /**
2342
- * @public
2343
2342
  * <p>A pagination token that's included if more results are available.</p>
2343
+ * @public
2344
2344
  */
2345
2345
  NextToken?: string;
2346
2346
  }
@@ -2366,23 +2366,23 @@ export type StatusFilter = (typeof StatusFilter)[keyof typeof StatusFilter];
2366
2366
  */
2367
2367
  export interface ListApplicationInstancesRequest {
2368
2368
  /**
2369
- * @public
2370
2369
  * <p>The application instances' device ID.</p>
2370
+ * @public
2371
2371
  */
2372
2372
  DeviceId?: string;
2373
2373
  /**
2374
- * @public
2375
2374
  * <p>Only include instances with a specific status.</p>
2375
+ * @public
2376
2376
  */
2377
2377
  StatusFilter?: StatusFilter;
2378
2378
  /**
2379
- * @public
2380
2379
  * <p>The maximum number of application instances to return in one page of results.</p>
2380
+ * @public
2381
2381
  */
2382
2382
  MaxResults?: number;
2383
2383
  /**
2384
- * @public
2385
2384
  * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
2385
+ * @public
2386
2386
  */
2387
2387
  NextToken?: string;
2388
2388
  }
@@ -2391,13 +2391,13 @@ export interface ListApplicationInstancesRequest {
2391
2391
  */
2392
2392
  export interface ListApplicationInstancesResponse {
2393
2393
  /**
2394
- * @public
2395
2394
  * <p>A list of application instances.</p>
2395
+ * @public
2396
2396
  */
2397
2397
  ApplicationInstances?: ApplicationInstance[];
2398
2398
  /**
2399
- * @public
2400
2399
  * <p>A pagination token that's included if more results are available.</p>
2400
+ * @public
2401
2401
  */
2402
2402
  NextToken?: string;
2403
2403
  }
@@ -2432,33 +2432,33 @@ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
2432
2432
  */
2433
2433
  export interface ListDevicesRequest {
2434
2434
  /**
2435
- * @public
2436
2435
  * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
2436
+ * @public
2437
2437
  */
2438
2438
  NextToken?: string;
2439
2439
  /**
2440
- * @public
2441
2440
  * <p>The maximum number of devices to return in one page of results.</p>
2441
+ * @public
2442
2442
  */
2443
2443
  MaxResults?: number;
2444
2444
  /**
2445
- * @public
2446
2445
  * <p>The target column to be sorted on. Default column sort is CREATED_TIME.</p>
2446
+ * @public
2447
2447
  */
2448
2448
  SortBy?: ListDevicesSortBy;
2449
2449
  /**
2450
- * @public
2451
2450
  * <p>The sorting order for the returned list. SortOrder is DESCENDING by default based on CREATED_TIME. Otherwise, SortOrder is ASCENDING.</p>
2451
+ * @public
2452
2452
  */
2453
2453
  SortOrder?: SortOrder;
2454
2454
  /**
2455
- * @public
2456
2455
  * <p>Filter based on device's name. Prefixes supported.</p>
2456
+ * @public
2457
2457
  */
2458
2458
  NameFilter?: string;
2459
2459
  /**
2460
- * @public
2461
2460
  * <p>Filter based on a device's status.</p>
2461
+ * @public
2462
2462
  */
2463
2463
  DeviceAggregatedStatusFilter?: DeviceAggregatedStatus;
2464
2464
  }
@@ -2467,13 +2467,13 @@ export interface ListDevicesRequest {
2467
2467
  */
2468
2468
  export interface ListDevicesResponse {
2469
2469
  /**
2470
- * @public
2471
2470
  * <p>A list of devices.</p>
2471
+ * @public
2472
2472
  */
2473
2473
  Devices: Device[] | undefined;
2474
2474
  /**
2475
- * @public
2476
2475
  * <p>A pagination token that's included if more results are available.</p>
2476
+ * @public
2477
2477
  */
2478
2478
  NextToken?: string;
2479
2479
  }
@@ -2482,18 +2482,18 @@ export interface ListDevicesResponse {
2482
2482
  */
2483
2483
  export interface ListDevicesJobsRequest {
2484
2484
  /**
2485
- * @public
2486
2485
  * <p>Filter results by the job's target device ID.</p>
2486
+ * @public
2487
2487
  */
2488
2488
  DeviceId?: string;
2489
2489
  /**
2490
- * @public
2491
2490
  * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
2491
+ * @public
2492
2492
  */
2493
2493
  NextToken?: string;
2494
2494
  /**
2495
- * @public
2496
2495
  * <p>The maximum number of device jobs to return in one page of results.</p>
2496
+ * @public
2497
2497
  */
2498
2498
  MaxResults?: number;
2499
2499
  }
@@ -2502,13 +2502,13 @@ export interface ListDevicesJobsRequest {
2502
2502
  */
2503
2503
  export interface ListDevicesJobsResponse {
2504
2504
  /**
2505
- * @public
2506
2505
  * <p>A list of jobs.</p>
2506
+ * @public
2507
2507
  */
2508
2508
  DeviceJobs?: DeviceJob[];
2509
2509
  /**
2510
- * @public
2511
2510
  * <p>A pagination token that's included if more results are available.</p>
2511
+ * @public
2512
2512
  */
2513
2513
  NextToken?: string;
2514
2514
  }
@@ -2517,49 +2517,49 @@ export interface ListDevicesJobsResponse {
2517
2517
  */
2518
2518
  export interface ListNodeFromTemplateJobsRequest {
2519
2519
  /**
2520
- * @public
2521
2520
  * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
2521
+ * @public
2522
2522
  */
2523
2523
  NextToken?: string;
2524
2524
  /**
2525
- * @public
2526
2525
  * <p>The maximum number of node from template jobs to return in one page of results.</p>
2526
+ * @public
2527
2527
  */
2528
2528
  MaxResults?: number;
2529
2529
  }
2530
2530
  /**
2531
- * @public
2532
2531
  * <p>A job to create a camera stream node.</p>
2532
+ * @public
2533
2533
  */
2534
2534
  export interface NodeFromTemplateJob {
2535
2535
  /**
2536
- * @public
2537
2536
  * <p>The job's ID.</p>
2537
+ * @public
2538
2538
  */
2539
2539
  JobId?: string;
2540
2540
  /**
2541
- * @public
2542
2541
  * <p>The job's template type.</p>
2542
+ * @public
2543
2543
  */
2544
2544
  TemplateType?: TemplateType;
2545
2545
  /**
2546
- * @public
2547
2546
  * <p>The job's status.</p>
2547
+ * @public
2548
2548
  */
2549
2549
  Status?: NodeFromTemplateJobStatus;
2550
2550
  /**
2551
- * @public
2552
2551
  * <p>The job's status message.</p>
2552
+ * @public
2553
2553
  */
2554
2554
  StatusMessage?: string;
2555
2555
  /**
2556
- * @public
2557
2556
  * <p>When the job was created.</p>
2557
+ * @public
2558
2558
  */
2559
2559
  CreatedTime?: Date;
2560
2560
  /**
2561
- * @public
2562
2561
  * <p>The node's name.</p>
2562
+ * @public
2563
2563
  */
2564
2564
  NodeName?: string;
2565
2565
  }
@@ -2568,13 +2568,13 @@ export interface NodeFromTemplateJob {
2568
2568
  */
2569
2569
  export interface ListNodeFromTemplateJobsResponse {
2570
2570
  /**
2571
- * @public
2572
2571
  * <p>A list of jobs.</p>
2572
+ * @public
2573
2573
  */
2574
2574
  NodeFromTemplateJobs: NodeFromTemplateJob[] | undefined;
2575
2575
  /**
2576
- * @public
2577
2576
  * <p>A pagination token that's included if more results are available.</p>
2577
+ * @public
2578
2578
  */
2579
2579
  NextToken?: string;
2580
2580
  }
@@ -2583,99 +2583,99 @@ export interface ListNodeFromTemplateJobsResponse {
2583
2583
  */
2584
2584
  export interface ListNodesRequest {
2585
2585
  /**
2586
- * @public
2587
2586
  * <p>Search for nodes by category.</p>
2587
+ * @public
2588
2588
  */
2589
2589
  Category?: NodeCategory;
2590
2590
  /**
2591
- * @public
2592
2591
  * <p>Search for nodes by the account ID of the nodes' owner.</p>
2592
+ * @public
2593
2593
  */
2594
2594
  OwnerAccount?: string;
2595
2595
  /**
2596
- * @public
2597
2596
  * <p>Search for nodes by name.</p>
2597
+ * @public
2598
2598
  */
2599
2599
  PackageName?: string;
2600
2600
  /**
2601
- * @public
2602
2601
  * <p>Search for nodes by version.</p>
2602
+ * @public
2603
2603
  */
2604
2604
  PackageVersion?: string;
2605
2605
  /**
2606
- * @public
2607
2606
  * <p>Search for nodes by patch version.</p>
2607
+ * @public
2608
2608
  */
2609
2609
  PatchVersion?: string;
2610
2610
  /**
2611
- * @public
2612
2611
  * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
2612
+ * @public
2613
2613
  */
2614
2614
  NextToken?: string;
2615
2615
  /**
2616
- * @public
2617
2616
  * <p>The maximum number of nodes to return in one page of results.</p>
2617
+ * @public
2618
2618
  */
2619
2619
  MaxResults?: number;
2620
2620
  }
2621
2621
  /**
2622
- * @public
2623
2622
  * <p>An application node that represents a camera stream, a model, code, or output.</p>
2623
+ * @public
2624
2624
  */
2625
2625
  export interface Node {
2626
2626
  /**
2627
- * @public
2628
2627
  * <p>The node's ID.</p>
2628
+ * @public
2629
2629
  */
2630
2630
  NodeId: string | undefined;
2631
2631
  /**
2632
- * @public
2633
2632
  * <p>The node's name.</p>
2633
+ * @public
2634
2634
  */
2635
2635
  Name: string | undefined;
2636
2636
  /**
2637
- * @public
2638
2637
  * <p>The node's category.</p>
2638
+ * @public
2639
2639
  */
2640
2640
  Category: NodeCategory | undefined;
2641
2641
  /**
2642
- * @public
2643
2642
  * <p>The account ID of the node's owner.</p>
2643
+ * @public
2644
2644
  */
2645
2645
  OwnerAccount?: string;
2646
2646
  /**
2647
- * @public
2648
2647
  * <p>The node's package name.</p>
2648
+ * @public
2649
2649
  */
2650
2650
  PackageName: string | undefined;
2651
2651
  /**
2652
- * @public
2653
2652
  * <p>The node's package ID.</p>
2653
+ * @public
2654
2654
  */
2655
2655
  PackageId: string | undefined;
2656
2656
  /**
2657
- * @public
2658
2657
  * <p>The node's ARN.</p>
2658
+ * @public
2659
2659
  */
2660
2660
  PackageArn?: string;
2661
2661
  /**
2662
- * @public
2663
2662
  * <p>The node's package version.</p>
2663
+ * @public
2664
2664
  */
2665
2665
  PackageVersion: string | undefined;
2666
2666
  /**
2667
- * @public
2668
2667
  * <p>The node's patch version.</p>
2668
+ * @public
2669
2669
  */
2670
2670
  PatchVersion: string | undefined;
2671
2671
  /**
2672
- * @public
2673
2672
  * <p>The node's description.</p>
2673
+ * @public
2674
2674
  */
2675
2675
  Description?: string;
2676
2676
  /**
2677
- * @public
2678
2677
  * <p>When the node was created.</p>
2678
+ * @public
2679
2679
  */
2680
2680
  CreatedTime: Date | undefined;
2681
2681
  }
@@ -2684,13 +2684,13 @@ export interface Node {
2684
2684
  */
2685
2685
  export interface ListNodesResponse {
2686
2686
  /**
2687
- * @public
2688
2687
  * <p>A list of nodes.</p>
2688
+ * @public
2689
2689
  */
2690
2690
  Nodes?: Node[];
2691
2691
  /**
2692
- * @public
2693
2692
  * <p>A pagination token that's included if more results are available.</p>
2693
+ * @public
2694
2694
  */
2695
2695
  NextToken?: string;
2696
2696
  }
@@ -2699,49 +2699,49 @@ export interface ListNodesResponse {
2699
2699
  */
2700
2700
  export interface ListPackageImportJobsRequest {
2701
2701
  /**
2702
- * @public
2703
2702
  * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
2703
+ * @public
2704
2704
  */
2705
2705
  NextToken?: string;
2706
2706
  /**
2707
- * @public
2708
2707
  * <p>The maximum number of package import jobs to return in one page of results.</p>
2708
+ * @public
2709
2709
  */
2710
2710
  MaxResults?: number;
2711
2711
  }
2712
2712
  /**
2713
- * @public
2714
2713
  * <p>A job to import a package version.</p>
2714
+ * @public
2715
2715
  */
2716
2716
  export interface PackageImportJob {
2717
2717
  /**
2718
- * @public
2719
2718
  * <p>The job's ID.</p>
2719
+ * @public
2720
2720
  */
2721
2721
  JobId?: string;
2722
2722
  /**
2723
- * @public
2724
2723
  * <p>The job's type.</p>
2724
+ * @public
2725
2725
  */
2726
2726
  JobType?: PackageImportJobType;
2727
2727
  /**
2728
- * @public
2729
2728
  * <p>The job's status.</p>
2729
+ * @public
2730
2730
  */
2731
2731
  Status?: PackageImportJobStatus;
2732
2732
  /**
2733
- * @public
2734
2733
  * <p>The job's status message.</p>
2734
+ * @public
2735
2735
  */
2736
2736
  StatusMessage?: string;
2737
2737
  /**
2738
- * @public
2739
2738
  * <p>When the job was created.</p>
2739
+ * @public
2740
2740
  */
2741
2741
  CreatedTime?: Date;
2742
2742
  /**
2743
- * @public
2744
2743
  * <p>When the job was updated.</p>
2744
+ * @public
2745
2745
  */
2746
2746
  LastUpdatedTime?: Date;
2747
2747
  }
@@ -2750,13 +2750,13 @@ export interface PackageImportJob {
2750
2750
  */
2751
2751
  export interface ListPackageImportJobsResponse {
2752
2752
  /**
2753
- * @public
2754
2753
  * <p>A list of package import jobs.</p>
2754
+ * @public
2755
2755
  */
2756
2756
  PackageImportJobs: PackageImportJob[] | undefined;
2757
2757
  /**
2758
- * @public
2759
2758
  * <p>A pagination token that's included if more results are available.</p>
2759
+ * @public
2760
2760
  */
2761
2761
  NextToken?: string;
2762
2762
  }
@@ -2765,44 +2765,44 @@ export interface ListPackageImportJobsResponse {
2765
2765
  */
2766
2766
  export interface ListPackagesRequest {
2767
2767
  /**
2768
- * @public
2769
2768
  * <p>The maximum number of packages to return in one page of results.</p>
2769
+ * @public
2770
2770
  */
2771
2771
  MaxResults?: number;
2772
2772
  /**
2773
- * @public
2774
2773
  * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
2774
+ * @public
2775
2775
  */
2776
2776
  NextToken?: string;
2777
2777
  }
2778
2778
  /**
2779
- * @public
2780
2779
  * <p>A package summary.</p>
2780
+ * @public
2781
2781
  */
2782
2782
  export interface PackageListItem {
2783
2783
  /**
2784
- * @public
2785
2784
  * <p>The package's ID.</p>
2785
+ * @public
2786
2786
  */
2787
2787
  PackageId?: string;
2788
2788
  /**
2789
- * @public
2790
2789
  * <p>The package's name.</p>
2790
+ * @public
2791
2791
  */
2792
2792
  PackageName?: string;
2793
2793
  /**
2794
- * @public
2795
2794
  * <p>The package's ARN.</p>
2795
+ * @public
2796
2796
  */
2797
2797
  Arn?: string;
2798
2798
  /**
2799
- * @public
2800
2799
  * <p>When the package was created.</p>
2800
+ * @public
2801
2801
  */
2802
2802
  CreatedTime?: Date;
2803
2803
  /**
2804
- * @public
2805
2804
  * <p>The package's tags.</p>
2805
+ * @public
2806
2806
  */
2807
2807
  Tags?: Record<string, string>;
2808
2808
  }
@@ -2811,13 +2811,13 @@ export interface PackageListItem {
2811
2811
  */
2812
2812
  export interface ListPackagesResponse {
2813
2813
  /**
2814
- * @public
2815
2814
  * <p>A list of packages.</p>
2815
+ * @public
2816
2816
  */
2817
2817
  Packages?: PackageListItem[];
2818
2818
  /**
2819
- * @public
2820
2819
  * <p>A pagination token that's included if more results are available.</p>
2820
+ * @public
2821
2821
  */
2822
2822
  NextToken?: string;
2823
2823
  }
@@ -2826,8 +2826,8 @@ export interface ListPackagesResponse {
2826
2826
  */
2827
2827
  export interface ListTagsForResourceRequest {
2828
2828
  /**
2829
- * @public
2830
2829
  * <p>The resource's ARN.</p>
2830
+ * @public
2831
2831
  */
2832
2832
  ResourceArn: string | undefined;
2833
2833
  }
@@ -2836,8 +2836,8 @@ export interface ListTagsForResourceRequest {
2836
2836
  */
2837
2837
  export interface ListTagsForResourceResponse {
2838
2838
  /**
2839
- * @public
2840
2839
  * <p>A list of tags.</p>
2840
+ * @public
2841
2841
  */
2842
2842
  Tags?: Record<string, string>;
2843
2843
  }
@@ -2854,18 +2854,18 @@ export declare const NodeSignalValue: {
2854
2854
  */
2855
2855
  export type NodeSignalValue = (typeof NodeSignalValue)[keyof typeof NodeSignalValue];
2856
2856
  /**
2857
- * @public
2858
2857
  * <p>A signal to a camera node to start or stop processing video.</p>
2858
+ * @public
2859
2859
  */
2860
2860
  export interface NodeSignal {
2861
2861
  /**
2862
- * @public
2863
2862
  * <p>The camera node's name, from the application manifest.</p>
2863
+ * @public
2864
2864
  */
2865
2865
  NodeInstanceId: string | undefined;
2866
2866
  /**
2867
- * @public
2868
2867
  * <p>The signal value.</p>
2868
+ * @public
2869
2869
  */
2870
2870
  Signal: NodeSignalValue | undefined;
2871
2871
  }
@@ -2874,23 +2874,23 @@ export interface NodeSignal {
2874
2874
  */
2875
2875
  export interface ProvisionDeviceRequest {
2876
2876
  /**
2877
- * @public
2878
2877
  * <p>A name for the device.</p>
2878
+ * @public
2879
2879
  */
2880
2880
  Name: string | undefined;
2881
2881
  /**
2882
- * @public
2883
2882
  * <p>A description for the device.</p>
2883
+ * @public
2884
2884
  */
2885
2885
  Description?: string;
2886
2886
  /**
2887
- * @public
2888
2887
  * <p>Tags for the device.</p>
2888
+ * @public
2889
2889
  */
2890
2890
  Tags?: Record<string, string>;
2891
2891
  /**
2892
- * @public
2893
2892
  * <p>A networking configuration for the device.</p>
2893
+ * @public
2894
2894
  */
2895
2895
  NetworkingConfiguration?: NetworkPayload;
2896
2896
  }
@@ -2899,28 +2899,28 @@ export interface ProvisionDeviceRequest {
2899
2899
  */
2900
2900
  export interface ProvisionDeviceResponse {
2901
2901
  /**
2902
- * @public
2903
2902
  * <p>The device's ID.</p>
2903
+ * @public
2904
2904
  */
2905
2905
  DeviceId?: string;
2906
2906
  /**
2907
- * @public
2908
2907
  * <p>The device's ARN.</p>
2908
+ * @public
2909
2909
  */
2910
2910
  Arn: string | undefined;
2911
2911
  /**
2912
- * @public
2913
2912
  * <p>The device's status.</p>
2913
+ * @public
2914
2914
  */
2915
2915
  Status: DeviceStatus | undefined;
2916
2916
  /**
2917
- * @public
2918
2917
  * <p>The device's configuration bundle.</p>
2918
+ * @public
2919
2919
  */
2920
2920
  Certificates?: Uint8Array;
2921
2921
  /**
2922
- * @public
2923
2922
  * <p>The device's IoT thing name.</p>
2923
+ * @public
2924
2924
  */
2925
2925
  IotThingName?: string;
2926
2926
  }
@@ -2929,28 +2929,28 @@ export interface ProvisionDeviceResponse {
2929
2929
  */
2930
2930
  export interface RegisterPackageVersionRequest {
2931
2931
  /**
2932
- * @public
2933
2932
  * <p>An owner account.</p>
2933
+ * @public
2934
2934
  */
2935
2935
  OwnerAccount?: string;
2936
2936
  /**
2937
- * @public
2938
2937
  * <p>A package ID.</p>
2938
+ * @public
2939
2939
  */
2940
2940
  PackageId: string | undefined;
2941
2941
  /**
2942
- * @public
2943
2942
  * <p>A package version.</p>
2943
+ * @public
2944
2944
  */
2945
2945
  PackageVersion: string | undefined;
2946
2946
  /**
2947
- * @public
2948
2947
  * <p>A patch version.</p>
2948
+ * @public
2949
2949
  */
2950
2950
  PatchVersion: string | undefined;
2951
2951
  /**
2952
- * @public
2953
2952
  * <p>Whether to mark the new version as the latest version.</p>
2953
+ * @public
2954
2954
  */
2955
2955
  MarkLatest?: boolean;
2956
2956
  }
@@ -2964,8 +2964,8 @@ export interface RegisterPackageVersionResponse {
2964
2964
  */
2965
2965
  export interface RemoveApplicationInstanceRequest {
2966
2966
  /**
2967
- * @public
2968
2967
  * <p>An application instance ID.</p>
2968
+ * @public
2969
2969
  */
2970
2970
  ApplicationInstanceId: string | undefined;
2971
2971
  }
@@ -2979,13 +2979,13 @@ export interface RemoveApplicationInstanceResponse {
2979
2979
  */
2980
2980
  export interface SignalApplicationInstanceNodeInstancesRequest {
2981
2981
  /**
2982
- * @public
2983
2982
  * <p>An application instance ID.</p>
2983
+ * @public
2984
2984
  */
2985
2985
  ApplicationInstanceId: string | undefined;
2986
2986
  /**
2987
- * @public
2988
2987
  * <p>A list of signals.</p>
2988
+ * @public
2989
2989
  */
2990
2990
  NodeSignals: NodeSignal[] | undefined;
2991
2991
  }
@@ -2994,8 +2994,8 @@ export interface SignalApplicationInstanceNodeInstancesRequest {
2994
2994
  */
2995
2995
  export interface SignalApplicationInstanceNodeInstancesResponse {
2996
2996
  /**
2997
- * @public
2998
2997
  * <p>An application instance ID.</p>
2998
+ * @public
2999
2999
  */
3000
3000
  ApplicationInstanceId: string | undefined;
3001
3001
  }
@@ -3004,13 +3004,13 @@ export interface SignalApplicationInstanceNodeInstancesResponse {
3004
3004
  */
3005
3005
  export interface TagResourceRequest {
3006
3006
  /**
3007
- * @public
3008
3007
  * <p>The resource's ARN.</p>
3008
+ * @public
3009
3009
  */
3010
3010
  ResourceArn: string | undefined;
3011
3011
  /**
3012
- * @public
3013
3012
  * <p>Tags for the resource.</p>
3013
+ * @public
3014
3014
  */
3015
3015
  Tags: Record<string, string> | undefined;
3016
3016
  }
@@ -3024,13 +3024,13 @@ export interface TagResourceResponse {
3024
3024
  */
3025
3025
  export interface UntagResourceRequest {
3026
3026
  /**
3027
- * @public
3028
3027
  * <p>The resource's ARN.</p>
3028
+ * @public
3029
3029
  */
3030
3030
  ResourceArn: string | undefined;
3031
3031
  /**
3032
- * @public
3033
3032
  * <p>Tag keys to remove.</p>
3033
+ * @public
3034
3034
  */
3035
3035
  TagKeys: string[] | undefined;
3036
3036
  }
@@ -3044,13 +3044,13 @@ export interface UntagResourceResponse {
3044
3044
  */
3045
3045
  export interface UpdateDeviceMetadataRequest {
3046
3046
  /**
3047
- * @public
3048
3047
  * <p>The device's ID.</p>
3048
+ * @public
3049
3049
  */
3050
3050
  DeviceId: string | undefined;
3051
3051
  /**
3052
- * @public
3053
3052
  * <p>A description for the device.</p>
3053
+ * @public
3054
3054
  */
3055
3055
  Description?: string;
3056
3056
  }
@@ -3059,8 +3059,8 @@ export interface UpdateDeviceMetadataRequest {
3059
3059
  */
3060
3060
  export interface UpdateDeviceMetadataResponse {
3061
3061
  /**
3062
- * @public
3063
3062
  * <p>The device's ID.</p>
3063
+ * @public
3064
3064
  */
3065
3065
  DeviceId?: string;
3066
3066
  }