@aws-sdk/client-greengrassv2 3.952.0 → 3.954.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 (49) hide show
  1. package/dist-cjs/index.js +444 -303
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +2 -2
  4. package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +2 -2
  5. package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +2 -2
  6. package/dist-es/commands/CancelDeploymentCommand.js +2 -2
  7. package/dist-es/commands/CreateComponentVersionCommand.js +2 -2
  8. package/dist-es/commands/CreateDeploymentCommand.js +2 -2
  9. package/dist-es/commands/DeleteComponentCommand.js +2 -2
  10. package/dist-es/commands/DeleteCoreDeviceCommand.js +2 -2
  11. package/dist-es/commands/DeleteDeploymentCommand.js +2 -2
  12. package/dist-es/commands/DescribeComponentCommand.js +2 -2
  13. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +2 -2
  14. package/dist-es/commands/GetComponentCommand.js +2 -2
  15. package/dist-es/commands/GetComponentVersionArtifactCommand.js +2 -2
  16. package/dist-es/commands/GetConnectivityInfoCommand.js +2 -2
  17. package/dist-es/commands/GetCoreDeviceCommand.js +2 -2
  18. package/dist-es/commands/GetDeploymentCommand.js +2 -2
  19. package/dist-es/commands/GetServiceRoleForAccountCommand.js +2 -2
  20. package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +2 -2
  21. package/dist-es/commands/ListComponentVersionsCommand.js +2 -2
  22. package/dist-es/commands/ListComponentsCommand.js +2 -2
  23. package/dist-es/commands/ListCoreDevicesCommand.js +2 -2
  24. package/dist-es/commands/ListDeploymentsCommand.js +2 -2
  25. package/dist-es/commands/ListEffectiveDeploymentsCommand.js +2 -2
  26. package/dist-es/commands/ListInstalledComponentsCommand.js +2 -2
  27. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-es/commands/ResolveComponentCandidatesCommand.js +2 -2
  29. package/dist-es/commands/TagResourceCommand.js +2 -2
  30. package/dist-es/commands/UntagResourceCommand.js +2 -2
  31. package/dist-es/commands/UpdateConnectivityInfoCommand.js +2 -2
  32. package/dist-es/index.js +1 -0
  33. package/dist-es/runtimeConfig.shared.js +6 -1
  34. package/dist-es/schemas/schemas_0.js +272 -265
  35. package/dist-types/GreengrassV2Client.d.ts +1 -10
  36. package/dist-types/index.d.ts +1 -0
  37. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  38. package/dist-types/runtimeConfig.d.ts +6 -2
  39. package/dist-types/runtimeConfig.native.d.ts +6 -2
  40. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  41. package/dist-types/schemas/schemas_0.d.ts +135 -169
  42. package/dist-types/ts3.4/GreengrassV2Client.d.ts +0 -4
  43. package/dist-types/ts3.4/index.d.ts +1 -0
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  48. package/dist-types/ts3.4/schemas/schemas_0.d.ts +134 -170
  49. package/package.json +34 -34
@@ -329,12 +329,12 @@ const _wU = "windowsUser";
329
329
  const _xaiet = "x-amz-iot-endpoint-type";
330
330
  const n0 = "com.amazonaws.greengrassv2";
331
331
  import { TypeRegistry } from "@smithy/core/schema";
332
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, RequestAlreadyInProgressException as __RequestAlreadyInProgressException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
333
- import { GreengrassV2ServiceException as __GreengrassV2ServiceException } from "../models/GreengrassV2ServiceException";
334
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
335
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
336
- export var AssociateClientDeviceWithCoreDeviceEntry = [3, n0, _ACDWCDE, 0, [_tN], [0]];
337
- export var AssociateClientDeviceWithCoreDeviceErrorEntry = [
332
+ import { AccessDeniedException, ConflictException, InternalServerException, RequestAlreadyInProgressException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
333
+ import { GreengrassV2ServiceException } from "../models/GreengrassV2ServiceException";
334
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
335
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
336
+ export var AssociateClientDeviceWithCoreDeviceEntry$ = [3, n0, _ACDWCDE, 0, [_tN], [0]];
337
+ export var AssociateClientDeviceWithCoreDeviceErrorEntry$ = [
338
338
  3,
339
339
  n0,
340
340
  _ACDWCDEE,
@@ -342,8 +342,8 @@ export var AssociateClientDeviceWithCoreDeviceErrorEntry = [
342
342
  [_tN, _co, _m],
343
343
  [0, 0, 0],
344
344
  ];
345
- export var AssociatedClientDevice = [3, n0, _ACD, 0, [_tN, _aT], [0, 4]];
346
- export var AssociateServiceRoleToAccountRequest = [
345
+ export var AssociatedClientDevice$ = [3, n0, _ACD, 0, [_tN, _aT], [0, 4]];
346
+ export var AssociateServiceRoleToAccountRequest$ = [
347
347
  3,
348
348
  n0,
349
349
  _ASRTAR,
@@ -351,7 +351,7 @@ export var AssociateServiceRoleToAccountRequest = [
351
351
  [_rA],
352
352
  [[0, { [_jN]: _RA }]],
353
353
  ];
354
- export var AssociateServiceRoleToAccountResponse = [
354
+ export var AssociateServiceRoleToAccountResponse$ = [
355
355
  3,
356
356
  n0,
357
357
  _ASRTARs,
@@ -359,7 +359,7 @@ export var AssociateServiceRoleToAccountResponse = [
359
359
  [_aA],
360
360
  [[0, { [_jN]: _AA }]],
361
361
  ];
362
- export var BatchAssociateClientDeviceWithCoreDeviceRequest = [
362
+ export var BatchAssociateClientDeviceWithCoreDeviceRequest$ = [
363
363
  3,
364
364
  n0,
365
365
  _BACDWCDR,
@@ -367,7 +367,7 @@ export var BatchAssociateClientDeviceWithCoreDeviceRequest = [
367
367
  [_en, _cDTN],
368
368
  [() => AssociateClientDeviceWithCoreDeviceEntryList, [0, 1]],
369
369
  ];
370
- export var BatchAssociateClientDeviceWithCoreDeviceResponse = [
370
+ export var BatchAssociateClientDeviceWithCoreDeviceResponse$ = [
371
371
  3,
372
372
  n0,
373
373
  _BACDWCDRa,
@@ -375,7 +375,7 @@ export var BatchAssociateClientDeviceWithCoreDeviceResponse = [
375
375
  [_eE],
376
376
  [() => AssociateClientDeviceWithCoreDeviceErrorList],
377
377
  ];
378
- export var BatchDisassociateClientDeviceFromCoreDeviceRequest = [
378
+ export var BatchDisassociateClientDeviceFromCoreDeviceRequest$ = [
379
379
  3,
380
380
  n0,
381
381
  _BDCDFCDR,
@@ -383,7 +383,7 @@ export var BatchDisassociateClientDeviceFromCoreDeviceRequest = [
383
383
  [_en, _cDTN],
384
384
  [() => DisassociateClientDeviceFromCoreDeviceEntryList, [0, 1]],
385
385
  ];
386
- export var BatchDisassociateClientDeviceFromCoreDeviceResponse = [
386
+ export var BatchDisassociateClientDeviceFromCoreDeviceResponse$ = [
387
387
  3,
388
388
  n0,
389
389
  _BDCDFCDRa,
@@ -391,9 +391,9 @@ export var BatchDisassociateClientDeviceFromCoreDeviceResponse = [
391
391
  [_eE],
392
392
  [() => DisassociateClientDeviceFromCoreDeviceErrorList],
393
393
  ];
394
- export var CancelDeploymentRequest = [3, n0, _CDR, 0, [_dI], [[0, 1]]];
395
- export var CancelDeploymentResponse = [3, n0, _CDRa, 0, [_m], [0]];
396
- export var CloudComponentStatus = [
394
+ export var CancelDeploymentRequest$ = [3, n0, _CDR, 0, [_dI], [[0, 1]]];
395
+ export var CancelDeploymentResponse$ = [3, n0, _CDRa, 0, [_m], [0]];
396
+ export var CloudComponentStatus$ = [
397
397
  3,
398
398
  n0,
399
399
  _CCS,
@@ -401,19 +401,19 @@ export var CloudComponentStatus = [
401
401
  [_cS, _m, _er, _vG, _vGM],
402
402
  [0, 0, 128 | 0, 0, 0],
403
403
  ];
404
- export var Component = [3, n0, _C, 0, [_a, _cN, _lV], [0, 0, () => ComponentLatestVersion]];
405
- export var ComponentCandidate = [3, n0, _CC, 0, [_cN, _cV, _vR], [0, 0, 128 | 0]];
406
- export var ComponentConfigurationUpdate = [3, n0, _CCU, 0, [_me, _r], [0, 64 | 0]];
407
- export var ComponentDependencyRequirement = [3, n0, _CDRo, 0, [_vRe, _dT], [0, 0]];
408
- export var ComponentDeploymentSpecification = [
404
+ export var Component$ = [3, n0, _C, 0, [_a, _cN, _lV], [0, 0, () => ComponentLatestVersion$]];
405
+ export var ComponentCandidate$ = [3, n0, _CC, 0, [_cN, _cV, _vR], [0, 0, 128 | 0]];
406
+ export var ComponentConfigurationUpdate$ = [3, n0, _CCU, 0, [_me, _r], [0, 64 | 0]];
407
+ export var ComponentDependencyRequirement$ = [3, n0, _CDRo, 0, [_vRe, _dT], [0, 0]];
408
+ export var ComponentDeploymentSpecification$ = [
409
409
  3,
410
410
  n0,
411
411
  _CDS,
412
412
  0,
413
413
  [_cV, _cU, _rW],
414
- [0, () => ComponentConfigurationUpdate, () => ComponentRunWith],
414
+ [0, () => ComponentConfigurationUpdate$, () => ComponentRunWith$],
415
415
  ];
416
- export var ComponentLatestVersion = [
416
+ export var ComponentLatestVersion$ = [
417
417
  3,
418
418
  n0,
419
419
  _CLV,
@@ -421,19 +421,19 @@ export var ComponentLatestVersion = [
421
421
  [_a, _cV, _cT, _d, _p, _pl],
422
422
  [0, 0, 4, 0, 0, () => ComponentPlatformList],
423
423
  ];
424
- export var ComponentPlatform = [3, n0, _CP, 0, [_n, _at], [0, 128 | 0]];
425
- export var ComponentRunWith = [
424
+ export var ComponentPlatform$ = [3, n0, _CP, 0, [_n, _at], [0, 128 | 0]];
425
+ export var ComponentRunWith$ = [
426
426
  3,
427
427
  n0,
428
428
  _CRW,
429
429
  0,
430
430
  [_pU, _sRL, _wU],
431
- [0, () => SystemResourceLimits, 0],
431
+ [0, () => SystemResourceLimits$, 0],
432
432
  ];
433
- export var ComponentVersionListItem = [3, n0, _CVLI, 0, [_cN, _cV, _a], [0, 0, 0]];
434
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
435
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
436
- export var ConnectivityInfo = [
433
+ export var ComponentVersionListItem$ = [3, n0, _CVLI, 0, [_cN, _cV, _a], [0, 0, 0]];
434
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
435
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
436
+ export var ConnectivityInfo$ = [
437
437
  3,
438
438
  n0,
439
439
  _CI,
@@ -446,24 +446,24 @@ export var ConnectivityInfo = [
446
446
  [0, { [_jN]: _M }],
447
447
  ],
448
448
  ];
449
- export var CoreDevice = [3, n0, _CD, 0, [_cDTN, _s, _lSUT, _pla, _ar, _ru], [0, 0, 4, 0, 0, 0]];
450
- export var CreateComponentVersionRequest = [
449
+ export var CoreDevice$ = [3, n0, _CD, 0, [_cDTN, _s, _lSUT, _pla, _ar, _ru], [0, 0, 4, 0, 0, 0]];
450
+ export var CreateComponentVersionRequest$ = [
451
451
  3,
452
452
  n0,
453
453
  _CCVR,
454
454
  0,
455
455
  [_iR, _lF, _t, _cTl],
456
- [21, () => LambdaFunctionRecipeSource, 128 | 0, [0, 4]],
456
+ [21, () => LambdaFunctionRecipeSource$, 128 | 0, [0, 4]],
457
457
  ];
458
- export var CreateComponentVersionResponse = [
458
+ export var CreateComponentVersionResponse$ = [
459
459
  3,
460
460
  n0,
461
461
  _CCVRr,
462
462
  0,
463
463
  [_a, _cN, _cV, _cT, _s],
464
- [0, 0, 0, 4, () => CloudComponentStatus],
464
+ [0, 0, 0, 4, () => CloudComponentStatus$],
465
465
  ];
466
- export var CreateDeploymentRequest = [
466
+ export var CreateDeploymentRequest$ = [
467
467
  3,
468
468
  n0,
469
469
  _CDRr,
@@ -473,18 +473,18 @@ export var CreateDeploymentRequest = [
473
473
  0,
474
474
  0,
475
475
  () => ComponentDeploymentSpecifications,
476
- () => DeploymentIoTJobConfiguration,
477
- () => DeploymentPolicies,
476
+ () => DeploymentIoTJobConfiguration$,
477
+ () => DeploymentPolicies$,
478
478
  0,
479
479
  128 | 0,
480
480
  [0, 4],
481
481
  ],
482
482
  ];
483
- export var CreateDeploymentResponse = [3, n0, _CDRre, 0, [_dI, _iJI, _iJA], [0, 0, 0]];
484
- export var DeleteComponentRequest = [3, n0, _DCR, 0, [_a], [[0, 1]]];
485
- export var DeleteCoreDeviceRequest = [3, n0, _DCDR, 0, [_cDTN], [[0, 1]]];
486
- export var DeleteDeploymentRequest = [3, n0, _DDR, 0, [_dI], [[0, 1]]];
487
- export var Deployment = [
483
+ export var CreateDeploymentResponse$ = [3, n0, _CDRre, 0, [_dI, _iJI, _iJA], [0, 0, 0]];
484
+ export var DeleteComponentRequest$ = [3, n0, _DCR, 0, [_a], [[0, 1]]];
485
+ export var DeleteCoreDeviceRequest$ = [3, n0, _DCDR, 0, [_cDTN], [[0, 1]]];
486
+ export var DeleteDeploymentRequest$ = [3, n0, _DDR, 0, [_dI], [[0, 1]]];
487
+ export var Deployment$ = [
488
488
  3,
489
489
  n0,
490
490
  _D,
@@ -492,35 +492,35 @@ export var Deployment = [
492
492
  [_tA, _rIe, _dI, _dN, _cT, _dS, _iLFT, _pTA],
493
493
  [0, 0, 0, 0, 4, 0, 2, 0],
494
494
  ];
495
- export var DeploymentComponentUpdatePolicy = [3, n0, _DCUP, 0, [_tIS, _ac], [1, 0]];
496
- export var DeploymentConfigurationValidationPolicy = [3, n0, _DCVP, 0, [_tIS], [1]];
497
- export var DeploymentIoTJobConfiguration = [
495
+ export var DeploymentComponentUpdatePolicy$ = [3, n0, _DCUP, 0, [_tIS, _ac], [1, 0]];
496
+ export var DeploymentConfigurationValidationPolicy$ = [3, n0, _DCVP, 0, [_tIS], [1]];
497
+ export var DeploymentIoTJobConfiguration$ = [
498
498
  3,
499
499
  n0,
500
500
  _DITJC,
501
501
  0,
502
502
  [_jERC, _aC, _tC],
503
- [() => IoTJobExecutionsRolloutConfig, () => IoTJobAbortConfig, () => IoTJobTimeoutConfig],
503
+ [() => IoTJobExecutionsRolloutConfig$, () => IoTJobAbortConfig$, () => IoTJobTimeoutConfig$],
504
504
  ];
505
- export var DeploymentPolicies = [
505
+ export var DeploymentPolicies$ = [
506
506
  3,
507
507
  n0,
508
508
  _DP,
509
509
  0,
510
510
  [_fHP, _cUP, _cVP],
511
- [0, () => DeploymentComponentUpdatePolicy, () => DeploymentConfigurationValidationPolicy],
511
+ [0, () => DeploymentComponentUpdatePolicy$, () => DeploymentConfigurationValidationPolicy$],
512
512
  ];
513
- export var DescribeComponentRequest = [3, n0, _DCRe, 0, [_a], [[0, 1]]];
514
- export var DescribeComponentResponse = [
513
+ export var DescribeComponentRequest$ = [3, n0, _DCRe, 0, [_a], [[0, 1]]];
514
+ export var DescribeComponentResponse$ = [
515
515
  3,
516
516
  n0,
517
517
  _DCRes,
518
518
  0,
519
519
  [_a, _cN, _cV, _cT, _p, _d, _s, _pl, _t],
520
- [0, 0, 0, 4, 0, 0, () => CloudComponentStatus, () => ComponentPlatformList, 128 | 0],
520
+ [0, 0, 0, 4, 0, 0, () => CloudComponentStatus$, () => ComponentPlatformList, 128 | 0],
521
521
  ];
522
- export var DisassociateClientDeviceFromCoreDeviceEntry = [3, n0, _DCDFCDE, 0, [_tN], [0]];
523
- export var DisassociateClientDeviceFromCoreDeviceErrorEntry = [
522
+ export var DisassociateClientDeviceFromCoreDeviceEntry$ = [3, n0, _DCDFCDE, 0, [_tN], [0]];
523
+ export var DisassociateClientDeviceFromCoreDeviceErrorEntry$ = [
524
524
  3,
525
525
  n0,
526
526
  _DCDFCDEE,
@@ -528,8 +528,8 @@ export var DisassociateClientDeviceFromCoreDeviceErrorEntry = [
528
528
  [_tN, _co, _m],
529
529
  [0, 0, 0],
530
530
  ];
531
- export var DisassociateServiceRoleFromAccountRequest = [3, n0, _DSRFAR, 0, [], []];
532
- export var DisassociateServiceRoleFromAccountResponse = [
531
+ export var DisassociateServiceRoleFromAccountRequest$ = [3, n0, _DSRFAR, 0, [], []];
532
+ export var DisassociateServiceRoleFromAccountResponse$ = [
533
533
  3,
534
534
  n0,
535
535
  _DSRFARi,
@@ -537,16 +537,16 @@ export var DisassociateServiceRoleFromAccountResponse = [
537
537
  [_dA],
538
538
  [[0, { [_jN]: _DA }]],
539
539
  ];
540
- export var EffectiveDeployment = [
540
+ export var EffectiveDeployment$ = [
541
541
  3,
542
542
  n0,
543
543
  _ED,
544
544
  0,
545
545
  [_dI, _dN, _iJI, _iJA, _d, _tA, _cDES, _re, _cT, _mT, _sD],
546
- [0, 0, 0, 0, 0, 0, 0, 0, 4, 4, () => EffectiveDeploymentStatusDetails],
546
+ [0, 0, 0, 0, 0, 0, 0, 0, 4, 4, () => EffectiveDeploymentStatusDetails$],
547
547
  ];
548
- export var EffectiveDeploymentStatusDetails = [3, n0, _EDSD, 0, [_eS, _eT], [64 | 0, 64 | 0]];
549
- export var GetComponentRequest = [
548
+ export var EffectiveDeploymentStatusDetails$ = [3, n0, _EDSD, 0, [_eS, _eT], [64 | 0, 64 | 0]];
549
+ export var GetComponentRequest$ = [
550
550
  3,
551
551
  n0,
552
552
  _GCR,
@@ -557,8 +557,8 @@ export var GetComponentRequest = [
557
557
  [0, 1],
558
558
  ],
559
559
  ];
560
- export var GetComponentResponse = [3, n0, _GCRe, 0, [_rOF, _rec, _t], [0, 21, 128 | 0]];
561
- export var GetComponentVersionArtifactRequest = [
560
+ export var GetComponentResponse$ = [3, n0, _GCRe, 0, [_rOF, _rec, _t], [0, 21, 128 | 0]];
561
+ export var GetComponentVersionArtifactRequest$ = [
562
562
  3,
563
563
  n0,
564
564
  _GCVAR,
@@ -571,9 +571,9 @@ export var GetComponentVersionArtifactRequest = [
571
571
  [0, { [_hH]: _xaiet }],
572
572
  ],
573
573
  ];
574
- export var GetComponentVersionArtifactResponse = [3, n0, _GCVARe, 0, [_pSU], [0]];
575
- export var GetConnectivityInfoRequest = [3, n0, _GCIR, 0, [_tN], [[0, 1]]];
576
- export var GetConnectivityInfoResponse = [
574
+ export var GetComponentVersionArtifactResponse$ = [3, n0, _GCVARe, 0, [_pSU], [0]];
575
+ export var GetConnectivityInfoRequest$ = [3, n0, _GCIR, 0, [_tN], [[0, 1]]];
576
+ export var GetConnectivityInfoResponse$ = [
577
577
  3,
578
578
  n0,
579
579
  _GCIRe,
@@ -584,8 +584,8 @@ export var GetConnectivityInfoResponse = [
584
584
  [0, { [_jN]: _Me }],
585
585
  ],
586
586
  ];
587
- export var GetCoreDeviceRequest = [3, n0, _GCDR, 0, [_cDTN], [[0, 1]]];
588
- export var GetCoreDeviceResponse = [
587
+ export var GetCoreDeviceRequest$ = [3, n0, _GCDR, 0, [_cDTN], [[0, 1]]];
588
+ export var GetCoreDeviceResponse$ = [
589
589
  3,
590
590
  n0,
591
591
  _GCDRe,
@@ -593,8 +593,8 @@ export var GetCoreDeviceResponse = [
593
593
  [_cDTN, _cVo, _pla, _ar, _ru, _s, _lSUT, _t],
594
594
  [0, 0, 0, 0, 0, 0, 4, 128 | 0],
595
595
  ];
596
- export var GetDeploymentRequest = [3, n0, _GDR, 0, [_dI], [[0, 1]]];
597
- export var GetDeploymentResponse = [
596
+ export var GetDeploymentRequest$ = [3, n0, _GDR, 0, [_dI], [[0, 1]]];
597
+ export var GetDeploymentResponse$ = [
598
598
  3,
599
599
  n0,
600
600
  _GDRe,
@@ -609,16 +609,16 @@ export var GetDeploymentResponse = [
609
609
  0,
610
610
  0,
611
611
  () => ComponentDeploymentSpecifications,
612
- () => DeploymentPolicies,
613
- () => DeploymentIoTJobConfiguration,
612
+ () => DeploymentPolicies$,
613
+ () => DeploymentIoTJobConfiguration$,
614
614
  4,
615
615
  2,
616
616
  0,
617
617
  128 | 0,
618
618
  ],
619
619
  ];
620
- export var GetServiceRoleForAccountRequest = [3, n0, _GSRFAR, 0, [], []];
621
- export var GetServiceRoleForAccountResponse = [
620
+ export var GetServiceRoleForAccountRequest$ = [3, n0, _GSRFAR, 0, [], []];
621
+ export var GetServiceRoleForAccountResponse$ = [
622
622
  3,
623
623
  n0,
624
624
  _GSRFARe,
@@ -629,7 +629,7 @@ export var GetServiceRoleForAccountResponse = [
629
629
  [0, { [_jN]: _RA }],
630
630
  ],
631
631
  ];
632
- export var InstalledComponent = [
632
+ export var InstalledComponent$ = [
633
633
  3,
634
634
  n0,
635
635
  _IC,
@@ -637,7 +637,7 @@ export var InstalledComponent = [
637
637
  [_cN, _cV, _lS, _lSD, _iRs, _lSCT, _lRT, _lIS, _lSC],
638
638
  [0, 0, 0, 0, 2, 4, 4, 0, 64 | 0],
639
639
  ];
640
- export var InternalServerException = [
640
+ export var InternalServerException$ = [
641
641
  -3,
642
642
  n0,
643
643
  _ISE,
@@ -645,28 +645,28 @@ export var InternalServerException = [
645
645
  [_m, _rAS],
646
646
  [0, [1, { [_hH]: _RA_ }]],
647
647
  ];
648
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
649
- export var IoTJobAbortConfig = [3, n0, _ITJAC, 0, [_cL], [() => IoTJobAbortCriteriaList]];
650
- export var IoTJobAbortCriteria = [3, n0, _ITJACo, 0, [_fT, _ac, _tP, _mNOET], [0, 0, 1, 1]];
651
- export var IoTJobExecutionsRolloutConfig = [
648
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
649
+ export var IoTJobAbortConfig$ = [3, n0, _ITJAC, 0, [_cL], [() => IoTJobAbortCriteriaList]];
650
+ export var IoTJobAbortCriteria$ = [3, n0, _ITJACo, 0, [_fT, _ac, _tP, _mNOET], [0, 0, 1, 1]];
651
+ export var IoTJobExecutionsRolloutConfig$ = [
652
652
  3,
653
653
  n0,
654
654
  _ITJERC,
655
655
  0,
656
656
  [_eR, _mPM],
657
- [() => IoTJobExponentialRolloutRate, 1],
657
+ [() => IoTJobExponentialRolloutRate$, 1],
658
658
  ];
659
- export var IoTJobExponentialRolloutRate = [
659
+ export var IoTJobExponentialRolloutRate$ = [
660
660
  3,
661
661
  n0,
662
662
  _ITJERR,
663
663
  0,
664
664
  [_bRPM, _iF, _rIC],
665
- [1, 1, () => IoTJobRateIncreaseCriteria],
665
+ [1, 1, () => IoTJobRateIncreaseCriteria$],
666
666
  ];
667
- export var IoTJobRateIncreaseCriteria = [3, n0, _ITJRIC, 0, [_nONT, _nOST], [1, 1]];
668
- export var IoTJobTimeoutConfig = [3, n0, _ITJTC, 0, [_iPTIM], [1]];
669
- export var LambdaContainerParams = [
667
+ export var IoTJobRateIncreaseCriteria$ = [3, n0, _ITJRIC, 0, [_nONT, _nOST], [1, 1]];
668
+ export var IoTJobTimeoutConfig$ = [3, n0, _ITJTC, 0, [_iPTIM], [1]];
669
+ export var LambdaContainerParams$ = [
670
670
  3,
671
671
  n0,
672
672
  _LCP,
@@ -674,34 +674,34 @@ export var LambdaContainerParams = [
674
674
  [_mSIKB, _mROS, _v, _de],
675
675
  [1, 2, () => LambdaVolumeList, () => LambdaDeviceList],
676
676
  ];
677
- export var LambdaDeviceMount = [3, n0, _LDM, 0, [_pa, _pe, _aGO], [0, 0, 2]];
678
- export var LambdaEventSource = [3, n0, _LES, 0, [_to, _ty], [0, 0]];
679
- export var LambdaExecutionParameters = [
677
+ export var LambdaDeviceMount$ = [3, n0, _LDM, 0, [_pa, _pe, _aGO], [0, 0, 2]];
678
+ export var LambdaEventSource$ = [3, n0, _LES, 0, [_to, _ty], [0, 0]];
679
+ export var LambdaExecutionParameters$ = [
680
680
  3,
681
681
  n0,
682
682
  _LEP,
683
683
  0,
684
684
  [_eSv, _mQS, _mIC, _mITIS, _tIS, _sTIS, _pi, _iPET, _eA, _eV, _lPP],
685
- [() => LambdaEventSourceList, 1, 1, 1, 1, 1, 2, 0, 64 | 0, 128 | 0, () => LambdaLinuxProcessParams],
685
+ [() => LambdaEventSourceList, 1, 1, 1, 1, 1, 2, 0, 64 | 0, 128 | 0, () => LambdaLinuxProcessParams$],
686
686
  ];
687
- export var LambdaFunctionRecipeSource = [
687
+ export var LambdaFunctionRecipeSource$ = [
688
688
  3,
689
689
  n0,
690
690
  _LFRS,
691
691
  0,
692
692
  [_lA, _cN, _cV, _cP, _cD, _cLP],
693
- [0, 0, 0, () => ComponentPlatformList, () => ComponentDependencyMap, () => LambdaExecutionParameters],
693
+ [0, 0, 0, () => ComponentPlatformList, () => ComponentDependencyMap, () => LambdaExecutionParameters$],
694
694
  ];
695
- export var LambdaLinuxProcessParams = [
695
+ export var LambdaLinuxProcessParams$ = [
696
696
  3,
697
697
  n0,
698
698
  _LLPP,
699
699
  0,
700
700
  [_iM, _cPo],
701
- [0, () => LambdaContainerParams],
701
+ [0, () => LambdaContainerParams$],
702
702
  ];
703
- export var LambdaVolumeMount = [3, n0, _LVM, 0, [_sP, _dPe, _pe, _aGO], [0, 0, 0, 2]];
704
- export var ListClientDevicesAssociatedWithCoreDeviceRequest = [
703
+ export var LambdaVolumeMount$ = [3, n0, _LVM, 0, [_sP, _dPe, _pe, _aGO], [0, 0, 0, 2]];
704
+ export var ListClientDevicesAssociatedWithCoreDeviceRequest$ = [
705
705
  3,
706
706
  n0,
707
707
  _LCDAWCDR,
@@ -713,7 +713,7 @@ export var ListClientDevicesAssociatedWithCoreDeviceRequest = [
713
713
  [0, { [_hQ]: _nT }],
714
714
  ],
715
715
  ];
716
- export var ListClientDevicesAssociatedWithCoreDeviceResponse = [
716
+ export var ListClientDevicesAssociatedWithCoreDeviceResponse$ = [
717
717
  3,
718
718
  n0,
719
719
  _LCDAWCDRi,
@@ -721,7 +721,7 @@ export var ListClientDevicesAssociatedWithCoreDeviceResponse = [
721
721
  [_aCD, _nT],
722
722
  [() => AssociatedClientDeviceList, 0],
723
723
  ];
724
- export var ListComponentsRequest = [
724
+ export var ListComponentsRequest$ = [
725
725
  3,
726
726
  n0,
727
727
  _LCR,
@@ -733,8 +733,8 @@ export var ListComponentsRequest = [
733
733
  [0, { [_hQ]: _nT }],
734
734
  ],
735
735
  ];
736
- export var ListComponentsResponse = [3, n0, _LCRi, 0, [_com, _nT], [() => ComponentList, 0]];
737
- export var ListComponentVersionsRequest = [
736
+ export var ListComponentsResponse$ = [3, n0, _LCRi, 0, [_com, _nT], [() => ComponentList, 0]];
737
+ export var ListComponentVersionsRequest$ = [
738
738
  3,
739
739
  n0,
740
740
  _LCVR,
@@ -746,7 +746,7 @@ export var ListComponentVersionsRequest = [
746
746
  [0, { [_hQ]: _nT }],
747
747
  ],
748
748
  ];
749
- export var ListComponentVersionsResponse = [
749
+ export var ListComponentVersionsResponse$ = [
750
750
  3,
751
751
  n0,
752
752
  _LCVRi,
@@ -754,7 +754,7 @@ export var ListComponentVersionsResponse = [
754
754
  [_cVom, _nT],
755
755
  [() => ComponentVersionList, 0],
756
756
  ];
757
- export var ListCoreDevicesRequest = [
757
+ export var ListCoreDevicesRequest$ = [
758
758
  3,
759
759
  n0,
760
760
  _LCDR,
@@ -768,8 +768,15 @@ export var ListCoreDevicesRequest = [
768
768
  [0, { [_hQ]: _ru }],
769
769
  ],
770
770
  ];
771
- export var ListCoreDevicesResponse = [3, n0, _LCDRi, 0, [_cDo, _nT], [() => CoreDevicesList, 0]];
772
- export var ListDeploymentsRequest = [
771
+ export var ListCoreDevicesResponse$ = [
772
+ 3,
773
+ n0,
774
+ _LCDRi,
775
+ 0,
776
+ [_cDo, _nT],
777
+ [() => CoreDevicesList, 0],
778
+ ];
779
+ export var ListDeploymentsRequest$ = [
773
780
  3,
774
781
  n0,
775
782
  _LDR,
@@ -783,8 +790,8 @@ export var ListDeploymentsRequest = [
783
790
  [0, { [_hQ]: _nT }],
784
791
  ],
785
792
  ];
786
- export var ListDeploymentsResponse = [3, n0, _LDRi, 0, [_dep, _nT], [() => DeploymentList, 0]];
787
- export var ListEffectiveDeploymentsRequest = [
793
+ export var ListDeploymentsResponse$ = [3, n0, _LDRi, 0, [_dep, _nT], [() => DeploymentList, 0]];
794
+ export var ListEffectiveDeploymentsRequest$ = [
788
795
  3,
789
796
  n0,
790
797
  _LEDR,
@@ -796,7 +803,7 @@ export var ListEffectiveDeploymentsRequest = [
796
803
  [0, { [_hQ]: _nT }],
797
804
  ],
798
805
  ];
799
- export var ListEffectiveDeploymentsResponse = [
806
+ export var ListEffectiveDeploymentsResponse$ = [
800
807
  3,
801
808
  n0,
802
809
  _LEDRi,
@@ -804,7 +811,7 @@ export var ListEffectiveDeploymentsResponse = [
804
811
  [_eD, _nT],
805
812
  [() => EffectiveDeploymentsList, 0],
806
813
  ];
807
- export var ListInstalledComponentsRequest = [
814
+ export var ListInstalledComponentsRequest$ = [
808
815
  3,
809
816
  n0,
810
817
  _LICR,
@@ -817,7 +824,7 @@ export var ListInstalledComponentsRequest = [
817
824
  [0, { [_hQ]: _tF }],
818
825
  ],
819
826
  ];
820
- export var ListInstalledComponentsResponse = [
827
+ export var ListInstalledComponentsResponse$ = [
821
828
  3,
822
829
  n0,
823
830
  _LICRi,
@@ -825,19 +832,26 @@ export var ListInstalledComponentsResponse = [
825
832
  [_iC, _nT],
826
833
  [() => InstalledComponentList, 0],
827
834
  ];
828
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
829
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
830
- export var RequestAlreadyInProgressException = [-3, n0, _RAIPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
831
- TypeRegistry.for(n0).registerError(RequestAlreadyInProgressException, __RequestAlreadyInProgressException);
832
- export var ResolveComponentCandidatesRequest = [
835
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
836
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
837
+ export var RequestAlreadyInProgressException$ = [
838
+ -3,
839
+ n0,
840
+ _RAIPE,
841
+ { [_e]: _c, [_hE]: 400 },
842
+ [_m],
843
+ [0],
844
+ ];
845
+ TypeRegistry.for(n0).registerError(RequestAlreadyInProgressException$, RequestAlreadyInProgressException);
846
+ export var ResolveComponentCandidatesRequest$ = [
833
847
  3,
834
848
  n0,
835
849
  _RCCR,
836
850
  0,
837
851
  [_pla, _cC],
838
- [() => ComponentPlatform, () => ComponentCandidateList],
852
+ [() => ComponentPlatform$, () => ComponentCandidateList],
839
853
  ];
840
- export var ResolveComponentCandidatesResponse = [
854
+ export var ResolveComponentCandidatesResponse$ = [
841
855
  3,
842
856
  n0,
843
857
  _RCCRe,
@@ -845,7 +859,7 @@ export var ResolveComponentCandidatesResponse = [
845
859
  [_rCV],
846
860
  [() => ResolvedComponentVersionsList],
847
861
  ];
848
- export var ResolvedComponentVersion = [
862
+ export var ResolvedComponentVersion$ = [
849
863
  3,
850
864
  n0,
851
865
  _RCV,
@@ -853,7 +867,7 @@ export var ResolvedComponentVersion = [
853
867
  [_a, _cN, _cV, _rec, _vG, _m],
854
868
  [0, 0, 0, 21, 0, 0],
855
869
  ];
856
- export var ResourceNotFoundException = [
870
+ export var ResourceNotFoundException$ = [
857
871
  -3,
858
872
  n0,
859
873
  _RNFE,
@@ -861,8 +875,8 @@ export var ResourceNotFoundException = [
861
875
  [_m, _rI, _rT],
862
876
  [0, 0, 0],
863
877
  ];
864
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
865
- export var ServiceQuotaExceededException = [
878
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
879
+ export var ServiceQuotaExceededException$ = [
866
880
  -3,
867
881
  n0,
868
882
  _SQEE,
@@ -870,11 +884,11 @@ export var ServiceQuotaExceededException = [
870
884
  [_m, _rI, _rT, _qC, _sC],
871
885
  [0, 0, 0, 0, 0],
872
886
  ];
873
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
874
- export var SystemResourceLimits = [3, n0, _SRL, 0, [_mem, _cp], [1, 1]];
875
- export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
876
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
877
- export var ThrottlingException = [
887
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
888
+ export var SystemResourceLimits$ = [3, n0, _SRL, 0, [_mem, _cp], [1, 1]];
889
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
890
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
891
+ export var ThrottlingException$ = [
878
892
  -3,
879
893
  n0,
880
894
  _TE,
@@ -882,8 +896,8 @@ export var ThrottlingException = [
882
896
  [_m, _qC, _sC, _rAS],
883
897
  [0, 0, 0, [1, { [_hH]: _RA_ }]],
884
898
  ];
885
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
886
- export var UntagResourceRequest = [
899
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
900
+ export var UntagResourceRequest$ = [
887
901
  3,
888
902
  n0,
889
903
  _URR,
@@ -894,8 +908,8 @@ export var UntagResourceRequest = [
894
908
  [64 | 0, { [_hQ]: _tK }],
895
909
  ],
896
910
  ];
897
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
898
- export var UpdateConnectivityInfoRequest = [
911
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
912
+ export var UpdateConnectivityInfoRequest$ = [
899
913
  3,
900
914
  n0,
901
915
  _UCIR,
@@ -906,7 +920,7 @@ export var UpdateConnectivityInfoRequest = [
906
920
  [() => connectivityInfoList, { [_jN]: _CI }],
907
921
  ],
908
922
  ];
909
- export var UpdateConnectivityInfoResponse = [
923
+ export var UpdateConnectivityInfoResponse$ = [
910
924
  3,
911
925
  n0,
912
926
  _UCIRp,
@@ -917,7 +931,7 @@ export var UpdateConnectivityInfoResponse = [
917
931
  [0, { [_jN]: _Me }],
918
932
  ],
919
933
  ];
920
- export var ValidationException = [
934
+ export var ValidationException$ = [
921
935
  -3,
922
936
  n0,
923
937
  _VE,
@@ -925,304 +939,297 @@ export var ValidationException = [
925
939
  [_m, _re, _f],
926
940
  [0, 0, () => ValidationExceptionFieldList],
927
941
  ];
928
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
929
- export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
930
- export var __Unit = "unit";
931
- export var GreengrassV2ServiceException = [-3, _sm, "GreengrassV2ServiceException", 0, [], []];
932
- TypeRegistry.for(_sm).registerError(GreengrassV2ServiceException, __GreengrassV2ServiceException);
933
- export var AssociateClientDeviceWithCoreDeviceEntryList = [
942
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
943
+ export var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
944
+ var __Unit = "unit";
945
+ export var GreengrassV2ServiceException$ = [-3, _sm, "GreengrassV2ServiceException", 0, [], []];
946
+ TypeRegistry.for(_sm).registerError(GreengrassV2ServiceException$, GreengrassV2ServiceException);
947
+ var AssociateClientDeviceWithCoreDeviceEntryList = [
934
948
  1,
935
949
  n0,
936
950
  _ACDWCDEL,
937
951
  0,
938
- () => AssociateClientDeviceWithCoreDeviceEntry,
952
+ () => AssociateClientDeviceWithCoreDeviceEntry$,
939
953
  ];
940
- export var AssociateClientDeviceWithCoreDeviceErrorList = [
954
+ var AssociateClientDeviceWithCoreDeviceErrorList = [
941
955
  1,
942
956
  n0,
943
957
  _ACDWCDELs,
944
958
  0,
945
- () => AssociateClientDeviceWithCoreDeviceErrorEntry,
946
- ];
947
- export var AssociatedClientDeviceList = [1, n0, _ACDL, 0, () => AssociatedClientDevice];
948
- export var ComponentCandidateList = [1, n0, _CCL, 0, () => ComponentCandidate];
949
- export var ComponentConfigurationPathList = 64 | 0;
950
- export var ComponentList = [1, n0, _CL, 0, () => Component];
951
- export var ComponentPlatformList = [1, n0, _CPL, 0, () => ComponentPlatform];
952
- export var ComponentVersionList = [1, n0, _CVL, 0, () => ComponentVersionListItem];
953
- export var connectivityInfoList = [1, n0, _cIL, 0, [() => ConnectivityInfo, 0]];
954
- export var CoreDevicesList = [1, n0, _CDL, 0, () => CoreDevice];
955
- export var DeploymentList = [1, n0, _DL, 0, () => Deployment];
956
- export var DisassociateClientDeviceFromCoreDeviceEntryList = [
959
+ () => AssociateClientDeviceWithCoreDeviceErrorEntry$,
960
+ ];
961
+ var AssociatedClientDeviceList = [1, n0, _ACDL, 0, () => AssociatedClientDevice$];
962
+ var ComponentCandidateList = [1, n0, _CCL, 0, () => ComponentCandidate$];
963
+ var ComponentConfigurationPathList = 64 | 0;
964
+ var ComponentList = [1, n0, _CL, 0, () => Component$];
965
+ var ComponentPlatformList = [1, n0, _CPL, 0, () => ComponentPlatform$];
966
+ var ComponentVersionList = [1, n0, _CVL, 0, () => ComponentVersionListItem$];
967
+ var connectivityInfoList = [1, n0, _cIL, 0, [() => ConnectivityInfo$, 0]];
968
+ var CoreDevicesList = [1, n0, _CDL, 0, () => CoreDevice$];
969
+ var DeploymentList = [1, n0, _DL, 0, () => Deployment$];
970
+ var DisassociateClientDeviceFromCoreDeviceEntryList = [
957
971
  1,
958
972
  n0,
959
973
  _DCDFCDEL,
960
974
  0,
961
- () => DisassociateClientDeviceFromCoreDeviceEntry,
975
+ () => DisassociateClientDeviceFromCoreDeviceEntry$,
962
976
  ];
963
- export var DisassociateClientDeviceFromCoreDeviceErrorList = [
977
+ var DisassociateClientDeviceFromCoreDeviceErrorList = [
964
978
  1,
965
979
  n0,
966
980
  _DCDFCDELi,
967
981
  0,
968
- () => DisassociateClientDeviceFromCoreDeviceErrorEntry,
969
- ];
970
- export var EffectiveDeploymentErrorStack = 64 | 0;
971
- export var EffectiveDeploymentErrorTypeList = 64 | 0;
972
- export var EffectiveDeploymentsList = [1, n0, _EDL, 0, () => EffectiveDeployment];
973
- export var InstalledComponentLifecycleStatusCodeList = 64 | 0;
974
- export var InstalledComponentList = [1, n0, _ICL, 0, () => InstalledComponent];
975
- export var IoTJobAbortCriteriaList = [1, n0, _ITJACL, 0, () => IoTJobAbortCriteria];
976
- export var LambdaDeviceList = [1, n0, _LDL, 0, () => LambdaDeviceMount];
977
- export var LambdaEventSourceList = [1, n0, _LESL, 0, () => LambdaEventSource];
978
- export var LambdaExecArgsList = 64 | 0;
979
- export var LambdaVolumeList = [1, n0, _LVL, 0, () => LambdaVolumeMount];
980
- export var ResolvedComponentVersionsList = [1, n0, _RCVL, 0, () => ResolvedComponentVersion];
981
- export var TagKeyList = 64 | 0;
982
- export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
983
- export var ComponentDependencyMap = [2, n0, _CDM, 0, 0, () => ComponentDependencyRequirement];
984
- export var ComponentDeploymentSpecifications = [
985
- 2,
986
- n0,
987
- _CDSo,
988
- 0,
989
- 0,
990
- () => ComponentDeploymentSpecification,
991
- ];
992
- export var ComponentVersionRequirementMap = 128 | 0;
993
- export var LambdaEnvironmentVariables = 128 | 0;
994
- export var PlatformAttributesMap = 128 | 0;
995
- export var StringMap = 128 | 0;
996
- export var TagMap = 128 | 0;
997
- export var AssociateServiceRoleToAccount = [
982
+ () => DisassociateClientDeviceFromCoreDeviceErrorEntry$,
983
+ ];
984
+ var EffectiveDeploymentErrorStack = 64 | 0;
985
+ var EffectiveDeploymentErrorTypeList = 64 | 0;
986
+ var EffectiveDeploymentsList = [1, n0, _EDL, 0, () => EffectiveDeployment$];
987
+ var InstalledComponentLifecycleStatusCodeList = 64 | 0;
988
+ var InstalledComponentList = [1, n0, _ICL, 0, () => InstalledComponent$];
989
+ var IoTJobAbortCriteriaList = [1, n0, _ITJACL, 0, () => IoTJobAbortCriteria$];
990
+ var LambdaDeviceList = [1, n0, _LDL, 0, () => LambdaDeviceMount$];
991
+ var LambdaEventSourceList = [1, n0, _LESL, 0, () => LambdaEventSource$];
992
+ var LambdaExecArgsList = 64 | 0;
993
+ var LambdaVolumeList = [1, n0, _LVL, 0, () => LambdaVolumeMount$];
994
+ var ResolvedComponentVersionsList = [1, n0, _RCVL, 0, () => ResolvedComponentVersion$];
995
+ var TagKeyList = 64 | 0;
996
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
997
+ var ComponentDependencyMap = [2, n0, _CDM, 0, 0, () => ComponentDependencyRequirement$];
998
+ var ComponentDeploymentSpecifications = [2, n0, _CDSo, 0, 0, () => ComponentDeploymentSpecification$];
999
+ var ComponentVersionRequirementMap = 128 | 0;
1000
+ var LambdaEnvironmentVariables = 128 | 0;
1001
+ var PlatformAttributesMap = 128 | 0;
1002
+ var StringMap = 128 | 0;
1003
+ var TagMap = 128 | 0;
1004
+ export var AssociateServiceRoleToAccount$ = [
998
1005
  9,
999
1006
  n0,
1000
1007
  _ASRTA,
1001
1008
  { [_h]: ["PUT", "/greengrass/servicerole", 200] },
1002
- () => AssociateServiceRoleToAccountRequest,
1003
- () => AssociateServiceRoleToAccountResponse,
1009
+ () => AssociateServiceRoleToAccountRequest$,
1010
+ () => AssociateServiceRoleToAccountResponse$,
1004
1011
  ];
1005
- export var BatchAssociateClientDeviceWithCoreDevice = [
1012
+ export var BatchAssociateClientDeviceWithCoreDevice$ = [
1006
1013
  9,
1007
1014
  n0,
1008
1015
  _BACDWCD,
1009
1016
  { [_h]: ["POST", "/greengrass/v2/coreDevices/{coreDeviceThingName}/associateClientDevices", 200] },
1010
- () => BatchAssociateClientDeviceWithCoreDeviceRequest,
1011
- () => BatchAssociateClientDeviceWithCoreDeviceResponse,
1017
+ () => BatchAssociateClientDeviceWithCoreDeviceRequest$,
1018
+ () => BatchAssociateClientDeviceWithCoreDeviceResponse$,
1012
1019
  ];
1013
- export var BatchDisassociateClientDeviceFromCoreDevice = [
1020
+ export var BatchDisassociateClientDeviceFromCoreDevice$ = [
1014
1021
  9,
1015
1022
  n0,
1016
1023
  _BDCDFCD,
1017
1024
  { [_h]: ["POST", "/greengrass/v2/coreDevices/{coreDeviceThingName}/disassociateClientDevices", 200] },
1018
- () => BatchDisassociateClientDeviceFromCoreDeviceRequest,
1019
- () => BatchDisassociateClientDeviceFromCoreDeviceResponse,
1025
+ () => BatchDisassociateClientDeviceFromCoreDeviceRequest$,
1026
+ () => BatchDisassociateClientDeviceFromCoreDeviceResponse$,
1020
1027
  ];
1021
- export var CancelDeployment = [
1028
+ export var CancelDeployment$ = [
1022
1029
  9,
1023
1030
  n0,
1024
1031
  _CDa,
1025
1032
  { [_h]: ["POST", "/greengrass/v2/deployments/{deploymentId}/cancel", 200] },
1026
- () => CancelDeploymentRequest,
1027
- () => CancelDeploymentResponse,
1033
+ () => CancelDeploymentRequest$,
1034
+ () => CancelDeploymentResponse$,
1028
1035
  ];
1029
- export var CreateComponentVersion = [
1036
+ export var CreateComponentVersion$ = [
1030
1037
  9,
1031
1038
  n0,
1032
1039
  _CCV,
1033
1040
  { [_h]: ["POST", "/greengrass/v2/createComponentVersion", 201] },
1034
- () => CreateComponentVersionRequest,
1035
- () => CreateComponentVersionResponse,
1041
+ () => CreateComponentVersionRequest$,
1042
+ () => CreateComponentVersionResponse$,
1036
1043
  ];
1037
- export var CreateDeployment = [
1044
+ export var CreateDeployment$ = [
1038
1045
  9,
1039
1046
  n0,
1040
1047
  _CDr,
1041
1048
  { [_h]: ["POST", "/greengrass/v2/deployments", 201] },
1042
- () => CreateDeploymentRequest,
1043
- () => CreateDeploymentResponse,
1049
+ () => CreateDeploymentRequest$,
1050
+ () => CreateDeploymentResponse$,
1044
1051
  ];
1045
- export var DeleteComponent = [
1052
+ export var DeleteComponent$ = [
1046
1053
  9,
1047
1054
  n0,
1048
1055
  _DC,
1049
1056
  { [_h]: ["DELETE", "/greengrass/v2/components/{arn}", 204] },
1050
- () => DeleteComponentRequest,
1057
+ () => DeleteComponentRequest$,
1051
1058
  () => __Unit,
1052
1059
  ];
1053
- export var DeleteCoreDevice = [
1060
+ export var DeleteCoreDevice$ = [
1054
1061
  9,
1055
1062
  n0,
1056
1063
  _DCD,
1057
1064
  { [_h]: ["DELETE", "/greengrass/v2/coreDevices/{coreDeviceThingName}", 204] },
1058
- () => DeleteCoreDeviceRequest,
1065
+ () => DeleteCoreDeviceRequest$,
1059
1066
  () => __Unit,
1060
1067
  ];
1061
- export var DeleteDeployment = [
1068
+ export var DeleteDeployment$ = [
1062
1069
  9,
1063
1070
  n0,
1064
1071
  _DD,
1065
1072
  { [_h]: ["DELETE", "/greengrass/v2/deployments/{deploymentId}", 204] },
1066
- () => DeleteDeploymentRequest,
1073
+ () => DeleteDeploymentRequest$,
1067
1074
  () => __Unit,
1068
1075
  ];
1069
- export var DescribeComponent = [
1076
+ export var DescribeComponent$ = [
1070
1077
  9,
1071
1078
  n0,
1072
1079
  _DCe,
1073
1080
  { [_h]: ["GET", "/greengrass/v2/components/{arn}/metadata", 200] },
1074
- () => DescribeComponentRequest,
1075
- () => DescribeComponentResponse,
1081
+ () => DescribeComponentRequest$,
1082
+ () => DescribeComponentResponse$,
1076
1083
  ];
1077
- export var DisassociateServiceRoleFromAccount = [
1084
+ export var DisassociateServiceRoleFromAccount$ = [
1078
1085
  9,
1079
1086
  n0,
1080
1087
  _DSRFA,
1081
1088
  { [_h]: ["DELETE", "/greengrass/servicerole", 200] },
1082
- () => DisassociateServiceRoleFromAccountRequest,
1083
- () => DisassociateServiceRoleFromAccountResponse,
1089
+ () => DisassociateServiceRoleFromAccountRequest$,
1090
+ () => DisassociateServiceRoleFromAccountResponse$,
1084
1091
  ];
1085
- export var GetComponent = [
1092
+ export var GetComponent$ = [
1086
1093
  9,
1087
1094
  n0,
1088
1095
  _GC,
1089
1096
  { [_h]: ["GET", "/greengrass/v2/components/{arn}", 200] },
1090
- () => GetComponentRequest,
1091
- () => GetComponentResponse,
1097
+ () => GetComponentRequest$,
1098
+ () => GetComponentResponse$,
1092
1099
  ];
1093
- export var GetComponentVersionArtifact = [
1100
+ export var GetComponentVersionArtifact$ = [
1094
1101
  9,
1095
1102
  n0,
1096
1103
  _GCVA,
1097
1104
  { [_h]: ["GET", "/greengrass/v2/components/{arn}/artifacts/{artifactName+}", 200] },
1098
- () => GetComponentVersionArtifactRequest,
1099
- () => GetComponentVersionArtifactResponse,
1105
+ () => GetComponentVersionArtifactRequest$,
1106
+ () => GetComponentVersionArtifactResponse$,
1100
1107
  ];
1101
- export var GetConnectivityInfo = [
1108
+ export var GetConnectivityInfo$ = [
1102
1109
  9,
1103
1110
  n0,
1104
1111
  _GCI,
1105
1112
  { [_h]: ["GET", "/greengrass/things/{thingName}/connectivityInfo", 200] },
1106
- () => GetConnectivityInfoRequest,
1107
- () => GetConnectivityInfoResponse,
1113
+ () => GetConnectivityInfoRequest$,
1114
+ () => GetConnectivityInfoResponse$,
1108
1115
  ];
1109
- export var GetCoreDevice = [
1116
+ export var GetCoreDevice$ = [
1110
1117
  9,
1111
1118
  n0,
1112
1119
  _GCD,
1113
1120
  { [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}", 200] },
1114
- () => GetCoreDeviceRequest,
1115
- () => GetCoreDeviceResponse,
1121
+ () => GetCoreDeviceRequest$,
1122
+ () => GetCoreDeviceResponse$,
1116
1123
  ];
1117
- export var GetDeployment = [
1124
+ export var GetDeployment$ = [
1118
1125
  9,
1119
1126
  n0,
1120
1127
  _GD,
1121
1128
  { [_h]: ["GET", "/greengrass/v2/deployments/{deploymentId}", 200] },
1122
- () => GetDeploymentRequest,
1123
- () => GetDeploymentResponse,
1129
+ () => GetDeploymentRequest$,
1130
+ () => GetDeploymentResponse$,
1124
1131
  ];
1125
- export var GetServiceRoleForAccount = [
1132
+ export var GetServiceRoleForAccount$ = [
1126
1133
  9,
1127
1134
  n0,
1128
1135
  _GSRFA,
1129
1136
  { [_h]: ["GET", "/greengrass/servicerole", 200] },
1130
- () => GetServiceRoleForAccountRequest,
1131
- () => GetServiceRoleForAccountResponse,
1137
+ () => GetServiceRoleForAccountRequest$,
1138
+ () => GetServiceRoleForAccountResponse$,
1132
1139
  ];
1133
- export var ListClientDevicesAssociatedWithCoreDevice = [
1140
+ export var ListClientDevicesAssociatedWithCoreDevice$ = [
1134
1141
  9,
1135
1142
  n0,
1136
1143
  _LCDAWCD,
1137
1144
  { [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}/associatedClientDevices", 200] },
1138
- () => ListClientDevicesAssociatedWithCoreDeviceRequest,
1139
- () => ListClientDevicesAssociatedWithCoreDeviceResponse,
1145
+ () => ListClientDevicesAssociatedWithCoreDeviceRequest$,
1146
+ () => ListClientDevicesAssociatedWithCoreDeviceResponse$,
1140
1147
  ];
1141
- export var ListComponents = [
1148
+ export var ListComponents$ = [
1142
1149
  9,
1143
1150
  n0,
1144
1151
  _LC,
1145
1152
  { [_h]: ["GET", "/greengrass/v2/components", 200] },
1146
- () => ListComponentsRequest,
1147
- () => ListComponentsResponse,
1153
+ () => ListComponentsRequest$,
1154
+ () => ListComponentsResponse$,
1148
1155
  ];
1149
- export var ListComponentVersions = [
1156
+ export var ListComponentVersions$ = [
1150
1157
  9,
1151
1158
  n0,
1152
1159
  _LCV,
1153
1160
  { [_h]: ["GET", "/greengrass/v2/components/{arn}/versions", 200] },
1154
- () => ListComponentVersionsRequest,
1155
- () => ListComponentVersionsResponse,
1161
+ () => ListComponentVersionsRequest$,
1162
+ () => ListComponentVersionsResponse$,
1156
1163
  ];
1157
- export var ListCoreDevices = [
1164
+ export var ListCoreDevices$ = [
1158
1165
  9,
1159
1166
  n0,
1160
1167
  _LCD,
1161
1168
  { [_h]: ["GET", "/greengrass/v2/coreDevices", 200] },
1162
- () => ListCoreDevicesRequest,
1163
- () => ListCoreDevicesResponse,
1169
+ () => ListCoreDevicesRequest$,
1170
+ () => ListCoreDevicesResponse$,
1164
1171
  ];
1165
- export var ListDeployments = [
1172
+ export var ListDeployments$ = [
1166
1173
  9,
1167
1174
  n0,
1168
1175
  _LD,
1169
1176
  { [_h]: ["GET", "/greengrass/v2/deployments", 200] },
1170
- () => ListDeploymentsRequest,
1171
- () => ListDeploymentsResponse,
1177
+ () => ListDeploymentsRequest$,
1178
+ () => ListDeploymentsResponse$,
1172
1179
  ];
1173
- export var ListEffectiveDeployments = [
1180
+ export var ListEffectiveDeployments$ = [
1174
1181
  9,
1175
1182
  n0,
1176
1183
  _LED,
1177
1184
  { [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}/effectiveDeployments", 200] },
1178
- () => ListEffectiveDeploymentsRequest,
1179
- () => ListEffectiveDeploymentsResponse,
1185
+ () => ListEffectiveDeploymentsRequest$,
1186
+ () => ListEffectiveDeploymentsResponse$,
1180
1187
  ];
1181
- export var ListInstalledComponents = [
1188
+ export var ListInstalledComponents$ = [
1182
1189
  9,
1183
1190
  n0,
1184
1191
  _LIC,
1185
1192
  { [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}/installedComponents", 200] },
1186
- () => ListInstalledComponentsRequest,
1187
- () => ListInstalledComponentsResponse,
1193
+ () => ListInstalledComponentsRequest$,
1194
+ () => ListInstalledComponentsResponse$,
1188
1195
  ];
1189
- export var ListTagsForResource = [
1196
+ export var ListTagsForResource$ = [
1190
1197
  9,
1191
1198
  n0,
1192
1199
  _LTFR,
1193
1200
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
1194
- () => ListTagsForResourceRequest,
1195
- () => ListTagsForResourceResponse,
1201
+ () => ListTagsForResourceRequest$,
1202
+ () => ListTagsForResourceResponse$,
1196
1203
  ];
1197
- export var ResolveComponentCandidates = [
1204
+ export var ResolveComponentCandidates$ = [
1198
1205
  9,
1199
1206
  n0,
1200
1207
  _RCC,
1201
1208
  { [_h]: ["POST", "/greengrass/v2/resolveComponentCandidates", 200] },
1202
- () => ResolveComponentCandidatesRequest,
1203
- () => ResolveComponentCandidatesResponse,
1209
+ () => ResolveComponentCandidatesRequest$,
1210
+ () => ResolveComponentCandidatesResponse$,
1204
1211
  ];
1205
- export var TagResource = [
1212
+ export var TagResource$ = [
1206
1213
  9,
1207
1214
  n0,
1208
1215
  _TR,
1209
1216
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
1210
- () => TagResourceRequest,
1211
- () => TagResourceResponse,
1217
+ () => TagResourceRequest$,
1218
+ () => TagResourceResponse$,
1212
1219
  ];
1213
- export var UntagResource = [
1220
+ export var UntagResource$ = [
1214
1221
  9,
1215
1222
  n0,
1216
1223
  _UR,
1217
1224
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
1218
- () => UntagResourceRequest,
1219
- () => UntagResourceResponse,
1225
+ () => UntagResourceRequest$,
1226
+ () => UntagResourceResponse$,
1220
1227
  ];
1221
- export var UpdateConnectivityInfo = [
1228
+ export var UpdateConnectivityInfo$ = [
1222
1229
  9,
1223
1230
  n0,
1224
1231
  _UCI,
1225
1232
  { [_h]: ["PUT", "/greengrass/things/{thingName}/connectivityInfo", 200] },
1226
- () => UpdateConnectivityInfoRequest,
1227
- () => UpdateConnectivityInfoResponse,
1233
+ () => UpdateConnectivityInfoRequest$,
1234
+ () => UpdateConnectivityInfoResponse$,
1228
1235
  ];