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