@aws-sdk/client-greengrassv2 3.943.0 → 3.947.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 (63) hide show
  1. package/dist-cjs/index.js +80 -413
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/GreengrassV2Client.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +80 -413
  8. package/dist-types/GreengrassV2.d.ts +1 -1
  9. package/dist-types/GreengrassV2Client.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +3 -3
  13. package/dist-types/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +3 -3
  14. package/dist-types/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +3 -3
  15. package/dist-types/commands/CancelDeploymentCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateComponentVersionCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateDeploymentCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteComponentCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteCoreDeviceCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteDeploymentCommand.d.ts +3 -3
  21. package/dist-types/commands/DescribeComponentCommand.d.ts +3 -3
  22. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +3 -3
  23. package/dist-types/commands/GetComponentCommand.d.ts +3 -3
  24. package/dist-types/commands/GetComponentVersionArtifactCommand.d.ts +3 -3
  25. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +3 -3
  26. package/dist-types/commands/GetCoreDeviceCommand.d.ts +3 -3
  27. package/dist-types/commands/GetDeploymentCommand.d.ts +3 -3
  28. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +3 -3
  29. package/dist-types/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +3 -3
  30. package/dist-types/commands/ListComponentVersionsCommand.d.ts +3 -3
  31. package/dist-types/commands/ListComponentsCommand.d.ts +3 -3
  32. package/dist-types/commands/ListCoreDevicesCommand.d.ts +3 -3
  33. package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListEffectiveDeploymentsCommand.d.ts +3 -3
  35. package/dist-types/commands/ListInstalledComponentsCommand.d.ts +3 -3
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  37. package/dist-types/commands/ResolveComponentCandidatesCommand.d.ts +3 -3
  38. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  39. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  40. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +3 -3
  41. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  42. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  43. package/dist-types/extensionConfiguration.d.ts +4 -4
  44. package/dist-types/models/GreengrassV2ServiceException.d.ts +1 -1
  45. package/dist-types/models/errors.d.ts +1 -1
  46. package/dist-types/pagination/Interfaces.d.ts +1 -1
  47. package/dist-types/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListComponentVersionsPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListComponentsPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListCoreDevicesPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListDeploymentsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListEffectiveDeploymentsPaginator.d.ts +1 -1
  53. package/dist-types/pagination/ListInstalledComponentsPaginator.d.ts +1 -1
  54. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  55. package/dist-types/runtimeConfig.d.ts +1 -1
  56. package/dist-types/runtimeConfig.native.d.ts +1 -1
  57. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  58. package/dist-types/runtimeExtensions.d.ts +1 -1
  59. package/dist-types/schemas/schemas_0.d.ts +1 -1
  60. package/dist-types/ts3.4/GreengrassV2Client.d.ts +3 -3
  61. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  62. package/dist-types/ts3.4/models/GreengrassV2ServiceException.d.ts +1 -1
  63. package/package.json +13 -12
@@ -331,17 +331,7 @@ const n0 = "com.amazonaws.greengrassv2";
331
331
  import { TypeRegistry } from "@smithy/core/schema";
332
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
333
  import { GreengrassV2ServiceException as __GreengrassV2ServiceException } from "../models/GreengrassV2ServiceException";
334
- export var AccessDeniedException = [
335
- -3,
336
- n0,
337
- _ADE,
338
- {
339
- [_e]: _c,
340
- [_hE]: 403,
341
- },
342
- [_m],
343
- [0],
344
- ];
334
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
345
335
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
346
336
  export var AssociateClientDeviceWithCoreDeviceEntry = [3, n0, _ACDWCDE, 0, [_tN], [0]];
347
337
  export var AssociateClientDeviceWithCoreDeviceErrorEntry = [
@@ -359,14 +349,7 @@ export var AssociateServiceRoleToAccountRequest = [
359
349
  _ASRTAR,
360
350
  0,
361
351
  [_rA],
362
- [
363
- [
364
- 0,
365
- {
366
- [_jN]: _RA,
367
- },
368
- ],
369
- ],
352
+ [[0, { [_jN]: _RA }]],
370
353
  ];
371
354
  export var AssociateServiceRoleToAccountResponse = [
372
355
  3,
@@ -374,14 +357,7 @@ export var AssociateServiceRoleToAccountResponse = [
374
357
  _ASRTARs,
375
358
  0,
376
359
  [_aA],
377
- [
378
- [
379
- 0,
380
- {
381
- [_jN]: _AA,
382
- },
383
- ],
384
- ],
360
+ [[0, { [_jN]: _AA }]],
385
361
  ];
386
362
  export var BatchAssociateClientDeviceWithCoreDeviceRequest = [
387
363
  3,
@@ -455,17 +431,7 @@ export var ComponentRunWith = [
455
431
  [0, () => SystemResourceLimits, 0],
456
432
  ];
457
433
  export var ComponentVersionListItem = [3, n0, _CVLI, 0, [_cN, _cV, _a], [0, 0, 0]];
458
- export var ConflictException = [
459
- -3,
460
- n0,
461
- _CE,
462
- {
463
- [_e]: _c,
464
- [_hE]: 409,
465
- },
466
- [_m, _rI, _rT],
467
- [0, 0, 0],
468
- ];
434
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
469
435
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
470
436
  export var ConnectivityInfo = [
471
437
  3,
@@ -474,30 +440,10 @@ export var ConnectivityInfo = [
474
440
  0,
475
441
  [_i, _hA, _pN, _met],
476
442
  [
477
- [
478
- 0,
479
- {
480
- [_jN]: _I,
481
- },
482
- ],
483
- [
484
- 0,
485
- {
486
- [_jN]: _HA,
487
- },
488
- ],
489
- [
490
- 1,
491
- {
492
- [_jN]: _PN,
493
- },
494
- ],
495
- [
496
- 0,
497
- {
498
- [_jN]: _M,
499
- },
500
- ],
443
+ [0, { [_jN]: _I }],
444
+ [0, { [_jN]: _HA }],
445
+ [1, { [_jN]: _PN }],
446
+ [0, { [_jN]: _M }],
501
447
  ],
502
448
  ];
503
449
  export var CoreDevice = [3, n0, _CD, 0, [_cDTN, _s, _lSUT, _pla, _ar, _ru], [0, 0, 4, 0, 0, 0]];
@@ -589,14 +535,7 @@ export var DisassociateServiceRoleFromAccountResponse = [
589
535
  _DSRFARi,
590
536
  0,
591
537
  [_dA],
592
- [
593
- [
594
- 0,
595
- {
596
- [_jN]: _DA,
597
- },
598
- ],
599
- ],
538
+ [[0, { [_jN]: _DA }]],
600
539
  ];
601
540
  export var EffectiveDeployment = [
602
541
  3,
@@ -614,12 +553,7 @@ export var GetComponentRequest = [
614
553
  0,
615
554
  [_rOF, _a],
616
555
  [
617
- [
618
- 0,
619
- {
620
- [_hQ]: _rOF,
621
- },
622
- ],
556
+ [0, { [_hQ]: _rOF }],
623
557
  [0, 1],
624
558
  ],
625
559
  ];
@@ -633,18 +567,8 @@ export var GetComponentVersionArtifactRequest = [
633
567
  [
634
568
  [0, 1],
635
569
  [0, 1],
636
- [
637
- 0,
638
- {
639
- [_hQ]: _sET,
640
- },
641
- ],
642
- [
643
- 0,
644
- {
645
- [_hH]: _xaiet,
646
- },
647
- ],
570
+ [0, { [_hQ]: _sET }],
571
+ [0, { [_hH]: _xaiet }],
648
572
  ],
649
573
  ];
650
574
  export var GetComponentVersionArtifactResponse = [3, n0, _GCVARe, 0, [_pSU], [0]];
@@ -656,18 +580,8 @@ export var GetConnectivityInfoResponse = [
656
580
  0,
657
581
  [_cI, _m],
658
582
  [
659
- [
660
- () => connectivityInfoList,
661
- {
662
- [_jN]: _CI,
663
- },
664
- ],
665
- [
666
- 0,
667
- {
668
- [_jN]: _Me,
669
- },
670
- ],
583
+ [() => connectivityInfoList, { [_jN]: _CI }],
584
+ [0, { [_jN]: _Me }],
671
585
  ],
672
586
  ];
673
587
  export var GetCoreDeviceRequest = [3, n0, _GCDR, 0, [_cDTN], [[0, 1]]];
@@ -711,18 +625,8 @@ export var GetServiceRoleForAccountResponse = [
711
625
  0,
712
626
  [_aA, _rA],
713
627
  [
714
- [
715
- 0,
716
- {
717
- [_jN]: _AA,
718
- },
719
- ],
720
- [
721
- 0,
722
- {
723
- [_jN]: _RA,
724
- },
725
- ],
628
+ [0, { [_jN]: _AA }],
629
+ [0, { [_jN]: _RA }],
726
630
  ],
727
631
  ];
728
632
  export var InstalledComponent = [
@@ -737,20 +641,9 @@ export var InternalServerException = [
737
641
  -3,
738
642
  n0,
739
643
  _ISE,
740
- {
741
- [_e]: _se,
742
- [_hE]: 500,
743
- },
644
+ { [_e]: _se, [_hE]: 500 },
744
645
  [_m, _rAS],
745
- [
746
- 0,
747
- [
748
- 1,
749
- {
750
- [_hH]: _RA_,
751
- },
752
- ],
753
- ],
646
+ [0, [1, { [_hH]: _RA_ }]],
754
647
  ];
755
648
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
756
649
  export var IoTJobAbortConfig = [3, n0, _ITJAC, 0, [_cL], [() => IoTJobAbortCriteriaList]];
@@ -816,18 +709,8 @@ export var ListClientDevicesAssociatedWithCoreDeviceRequest = [
816
709
  [_cDTN, _mR, _nT],
817
710
  [
818
711
  [0, 1],
819
- [
820
- 1,
821
- {
822
- [_hQ]: _mR,
823
- },
824
- ],
825
- [
826
- 0,
827
- {
828
- [_hQ]: _nT,
829
- },
830
- ],
712
+ [1, { [_hQ]: _mR }],
713
+ [0, { [_hQ]: _nT }],
831
714
  ],
832
715
  ];
833
716
  export var ListClientDevicesAssociatedWithCoreDeviceResponse = [
@@ -845,24 +728,9 @@ export var ListComponentsRequest = [
845
728
  0,
846
729
  [_sc, _mR, _nT],
847
730
  [
848
- [
849
- 0,
850
- {
851
- [_hQ]: _sc,
852
- },
853
- ],
854
- [
855
- 1,
856
- {
857
- [_hQ]: _mR,
858
- },
859
- ],
860
- [
861
- 0,
862
- {
863
- [_hQ]: _nT,
864
- },
865
- ],
731
+ [0, { [_hQ]: _sc }],
732
+ [1, { [_hQ]: _mR }],
733
+ [0, { [_hQ]: _nT }],
866
734
  ],
867
735
  ];
868
736
  export var ListComponentsResponse = [3, n0, _LCRi, 0, [_com, _nT], [() => ComponentList, 0]];
@@ -874,18 +742,8 @@ export var ListComponentVersionsRequest = [
874
742
  [_a, _mR, _nT],
875
743
  [
876
744
  [0, 1],
877
- [
878
- 1,
879
- {
880
- [_hQ]: _mR,
881
- },
882
- ],
883
- [
884
- 0,
885
- {
886
- [_hQ]: _nT,
887
- },
888
- ],
745
+ [1, { [_hQ]: _mR }],
746
+ [0, { [_hQ]: _nT }],
889
747
  ],
890
748
  ];
891
749
  export var ListComponentVersionsResponse = [
@@ -903,36 +761,11 @@ export var ListCoreDevicesRequest = [
903
761
  0,
904
762
  [_tGA, _s, _mR, _nT, _ru],
905
763
  [
906
- [
907
- 0,
908
- {
909
- [_hQ]: _tGA,
910
- },
911
- ],
912
- [
913
- 0,
914
- {
915
- [_hQ]: _s,
916
- },
917
- ],
918
- [
919
- 1,
920
- {
921
- [_hQ]: _mR,
922
- },
923
- ],
924
- [
925
- 0,
926
- {
927
- [_hQ]: _nT,
928
- },
929
- ],
930
- [
931
- 0,
932
- {
933
- [_hQ]: _ru,
934
- },
935
- ],
764
+ [0, { [_hQ]: _tGA }],
765
+ [0, { [_hQ]: _s }],
766
+ [1, { [_hQ]: _mR }],
767
+ [0, { [_hQ]: _nT }],
768
+ [0, { [_hQ]: _ru }],
936
769
  ],
937
770
  ];
938
771
  export var ListCoreDevicesResponse = [3, n0, _LCDRi, 0, [_cDo, _nT], [() => CoreDevicesList, 0]];
@@ -943,36 +776,11 @@ export var ListDeploymentsRequest = [
943
776
  0,
944
777
  [_tA, _hF, _pTA, _mR, _nT],
945
778
  [
946
- [
947
- 0,
948
- {
949
- [_hQ]: _tA,
950
- },
951
- ],
952
- [
953
- 0,
954
- {
955
- [_hQ]: _hF,
956
- },
957
- ],
958
- [
959
- 0,
960
- {
961
- [_hQ]: _pTA,
962
- },
963
- ],
964
- [
965
- 1,
966
- {
967
- [_hQ]: _mR,
968
- },
969
- ],
970
- [
971
- 0,
972
- {
973
- [_hQ]: _nT,
974
- },
975
- ],
779
+ [0, { [_hQ]: _tA }],
780
+ [0, { [_hQ]: _hF }],
781
+ [0, { [_hQ]: _pTA }],
782
+ [1, { [_hQ]: _mR }],
783
+ [0, { [_hQ]: _nT }],
976
784
  ],
977
785
  ];
978
786
  export var ListDeploymentsResponse = [3, n0, _LDRi, 0, [_dep, _nT], [() => DeploymentList, 0]];
@@ -984,18 +792,8 @@ export var ListEffectiveDeploymentsRequest = [
984
792
  [_cDTN, _mR, _nT],
985
793
  [
986
794
  [0, 1],
987
- [
988
- 1,
989
- {
990
- [_hQ]: _mR,
991
- },
992
- ],
993
- [
994
- 0,
995
- {
996
- [_hQ]: _nT,
997
- },
998
- ],
795
+ [1, { [_hQ]: _mR }],
796
+ [0, { [_hQ]: _nT }],
999
797
  ],
1000
798
  ];
1001
799
  export var ListEffectiveDeploymentsResponse = [
@@ -1014,24 +812,9 @@ export var ListInstalledComponentsRequest = [
1014
812
  [_cDTN, _mR, _nT, _tF],
1015
813
  [
1016
814
  [0, 1],
1017
- [
1018
- 1,
1019
- {
1020
- [_hQ]: _mR,
1021
- },
1022
- ],
1023
- [
1024
- 0,
1025
- {
1026
- [_hQ]: _nT,
1027
- },
1028
- ],
1029
- [
1030
- 0,
1031
- {
1032
- [_hQ]: _tF,
1033
- },
1034
- ],
815
+ [1, { [_hQ]: _mR }],
816
+ [0, { [_hQ]: _nT }],
817
+ [0, { [_hQ]: _tF }],
1035
818
  ],
1036
819
  ];
1037
820
  export var ListInstalledComponentsResponse = [
@@ -1044,17 +827,7 @@ export var ListInstalledComponentsResponse = [
1044
827
  ];
1045
828
  export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
1046
829
  export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
1047
- export var RequestAlreadyInProgressException = [
1048
- -3,
1049
- n0,
1050
- _RAIPE,
1051
- {
1052
- [_e]: _c,
1053
- [_hE]: 400,
1054
- },
1055
- [_m],
1056
- [0],
1057
- ];
830
+ export var RequestAlreadyInProgressException = [-3, n0, _RAIPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1058
831
  TypeRegistry.for(n0).registerError(RequestAlreadyInProgressException, __RequestAlreadyInProgressException);
1059
832
  export var ResolveComponentCandidatesRequest = [
1060
833
  3,
@@ -1084,10 +857,7 @@ export var ResourceNotFoundException = [
1084
857
  -3,
1085
858
  n0,
1086
859
  _RNFE,
1087
- {
1088
- [_e]: _c,
1089
- [_hE]: 404,
1090
- },
860
+ { [_e]: _c, [_hE]: 404 },
1091
861
  [_m, _rI, _rT],
1092
862
  [0, 0, 0],
1093
863
  ];
@@ -1096,10 +866,7 @@ export var ServiceQuotaExceededException = [
1096
866
  -3,
1097
867
  n0,
1098
868
  _SQEE,
1099
- {
1100
- [_e]: _c,
1101
- [_hE]: 402,
1102
- },
869
+ { [_e]: _c, [_hE]: 402 },
1103
870
  [_m, _rI, _rT, _qC, _sC],
1104
871
  [0, 0, 0, 0, 0],
1105
872
  ];
@@ -1111,22 +878,9 @@ export var ThrottlingException = [
1111
878
  -3,
1112
879
  n0,
1113
880
  _TE,
1114
- {
1115
- [_e]: _c,
1116
- [_hE]: 429,
1117
- },
881
+ { [_e]: _c, [_hE]: 429 },
1118
882
  [_m, _qC, _sC, _rAS],
1119
- [
1120
- 0,
1121
- 0,
1122
- 0,
1123
- [
1124
- 1,
1125
- {
1126
- [_hH]: _RA_,
1127
- },
1128
- ],
1129
- ],
883
+ [0, 0, 0, [1, { [_hH]: _RA_ }]],
1130
884
  ];
1131
885
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1132
886
  export var UntagResourceRequest = [
@@ -1137,12 +891,7 @@ export var UntagResourceRequest = [
1137
891
  [_rAe, _tK],
1138
892
  [
1139
893
  [0, 1],
1140
- [
1141
- 64 | 0,
1142
- {
1143
- [_hQ]: _tK,
1144
- },
1145
- ],
894
+ [64 | 0, { [_hQ]: _tK }],
1146
895
  ],
1147
896
  ];
1148
897
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1153,19 +902,8 @@ export var UpdateConnectivityInfoRequest = [
1153
902
  0,
1154
903
  [_tN, _cI],
1155
904
  [
1156
- [
1157
- 0,
1158
- {
1159
- [_jN]: _TN,
1160
- [_hL]: 1,
1161
- },
1162
- ],
1163
- [
1164
- () => connectivityInfoList,
1165
- {
1166
- [_jN]: _CI,
1167
- },
1168
- ],
905
+ [0, { [_jN]: _TN, [_hL]: 1 }],
906
+ [() => connectivityInfoList, { [_jN]: _CI }],
1169
907
  ],
1170
908
  ];
1171
909
  export var UpdateConnectivityInfoResponse = [
@@ -1175,28 +913,15 @@ export var UpdateConnectivityInfoResponse = [
1175
913
  0,
1176
914
  [_ve, _m],
1177
915
  [
1178
- [
1179
- 0,
1180
- {
1181
- [_jN]: _V,
1182
- },
1183
- ],
1184
- [
1185
- 0,
1186
- {
1187
- [_jN]: _Me,
1188
- },
1189
- ],
916
+ [0, { [_jN]: _V }],
917
+ [0, { [_jN]: _Me }],
1190
918
  ],
1191
919
  ];
1192
920
  export var ValidationException = [
1193
921
  -3,
1194
922
  n0,
1195
923
  _VE,
1196
- {
1197
- [_e]: _c,
1198
- [_hE]: 400,
1199
- },
924
+ { [_e]: _c, [_hE]: 400 },
1200
925
  [_m, _re, _f],
1201
926
  [0, 0, () => ValidationExceptionFieldList],
1202
927
  ];
@@ -1273,9 +998,7 @@ export var AssociateServiceRoleToAccount = [
1273
998
  9,
1274
999
  n0,
1275
1000
  _ASRTA,
1276
- {
1277
- [_h]: ["PUT", "/greengrass/servicerole", 200],
1278
- },
1001
+ { [_h]: ["PUT", "/greengrass/servicerole", 200] },
1279
1002
  () => AssociateServiceRoleToAccountRequest,
1280
1003
  () => AssociateServiceRoleToAccountResponse,
1281
1004
  ];
@@ -1283,9 +1006,7 @@ export var BatchAssociateClientDeviceWithCoreDevice = [
1283
1006
  9,
1284
1007
  n0,
1285
1008
  _BACDWCD,
1286
- {
1287
- [_h]: ["POST", "/greengrass/v2/coreDevices/{coreDeviceThingName}/associateClientDevices", 200],
1288
- },
1009
+ { [_h]: ["POST", "/greengrass/v2/coreDevices/{coreDeviceThingName}/associateClientDevices", 200] },
1289
1010
  () => BatchAssociateClientDeviceWithCoreDeviceRequest,
1290
1011
  () => BatchAssociateClientDeviceWithCoreDeviceResponse,
1291
1012
  ];
@@ -1293,9 +1014,7 @@ export var BatchDisassociateClientDeviceFromCoreDevice = [
1293
1014
  9,
1294
1015
  n0,
1295
1016
  _BDCDFCD,
1296
- {
1297
- [_h]: ["POST", "/greengrass/v2/coreDevices/{coreDeviceThingName}/disassociateClientDevices", 200],
1298
- },
1017
+ { [_h]: ["POST", "/greengrass/v2/coreDevices/{coreDeviceThingName}/disassociateClientDevices", 200] },
1299
1018
  () => BatchDisassociateClientDeviceFromCoreDeviceRequest,
1300
1019
  () => BatchDisassociateClientDeviceFromCoreDeviceResponse,
1301
1020
  ];
@@ -1303,9 +1022,7 @@ export var CancelDeployment = [
1303
1022
  9,
1304
1023
  n0,
1305
1024
  _CDa,
1306
- {
1307
- [_h]: ["POST", "/greengrass/v2/deployments/{deploymentId}/cancel", 200],
1308
- },
1025
+ { [_h]: ["POST", "/greengrass/v2/deployments/{deploymentId}/cancel", 200] },
1309
1026
  () => CancelDeploymentRequest,
1310
1027
  () => CancelDeploymentResponse,
1311
1028
  ];
@@ -1313,9 +1030,7 @@ export var CreateComponentVersion = [
1313
1030
  9,
1314
1031
  n0,
1315
1032
  _CCV,
1316
- {
1317
- [_h]: ["POST", "/greengrass/v2/createComponentVersion", 201],
1318
- },
1033
+ { [_h]: ["POST", "/greengrass/v2/createComponentVersion", 201] },
1319
1034
  () => CreateComponentVersionRequest,
1320
1035
  () => CreateComponentVersionResponse,
1321
1036
  ];
@@ -1323,9 +1038,7 @@ export var CreateDeployment = [
1323
1038
  9,
1324
1039
  n0,
1325
1040
  _CDr,
1326
- {
1327
- [_h]: ["POST", "/greengrass/v2/deployments", 201],
1328
- },
1041
+ { [_h]: ["POST", "/greengrass/v2/deployments", 201] },
1329
1042
  () => CreateDeploymentRequest,
1330
1043
  () => CreateDeploymentResponse,
1331
1044
  ];
@@ -1333,9 +1046,7 @@ export var DeleteComponent = [
1333
1046
  9,
1334
1047
  n0,
1335
1048
  _DC,
1336
- {
1337
- [_h]: ["DELETE", "/greengrass/v2/components/{arn}", 204],
1338
- },
1049
+ { [_h]: ["DELETE", "/greengrass/v2/components/{arn}", 204] },
1339
1050
  () => DeleteComponentRequest,
1340
1051
  () => __Unit,
1341
1052
  ];
@@ -1343,9 +1054,7 @@ export var DeleteCoreDevice = [
1343
1054
  9,
1344
1055
  n0,
1345
1056
  _DCD,
1346
- {
1347
- [_h]: ["DELETE", "/greengrass/v2/coreDevices/{coreDeviceThingName}", 204],
1348
- },
1057
+ { [_h]: ["DELETE", "/greengrass/v2/coreDevices/{coreDeviceThingName}", 204] },
1349
1058
  () => DeleteCoreDeviceRequest,
1350
1059
  () => __Unit,
1351
1060
  ];
@@ -1353,9 +1062,7 @@ export var DeleteDeployment = [
1353
1062
  9,
1354
1063
  n0,
1355
1064
  _DD,
1356
- {
1357
- [_h]: ["DELETE", "/greengrass/v2/deployments/{deploymentId}", 204],
1358
- },
1065
+ { [_h]: ["DELETE", "/greengrass/v2/deployments/{deploymentId}", 204] },
1359
1066
  () => DeleteDeploymentRequest,
1360
1067
  () => __Unit,
1361
1068
  ];
@@ -1363,9 +1070,7 @@ export var DescribeComponent = [
1363
1070
  9,
1364
1071
  n0,
1365
1072
  _DCe,
1366
- {
1367
- [_h]: ["GET", "/greengrass/v2/components/{arn}/metadata", 200],
1368
- },
1073
+ { [_h]: ["GET", "/greengrass/v2/components/{arn}/metadata", 200] },
1369
1074
  () => DescribeComponentRequest,
1370
1075
  () => DescribeComponentResponse,
1371
1076
  ];
@@ -1373,9 +1078,7 @@ export var DisassociateServiceRoleFromAccount = [
1373
1078
  9,
1374
1079
  n0,
1375
1080
  _DSRFA,
1376
- {
1377
- [_h]: ["DELETE", "/greengrass/servicerole", 200],
1378
- },
1081
+ { [_h]: ["DELETE", "/greengrass/servicerole", 200] },
1379
1082
  () => DisassociateServiceRoleFromAccountRequest,
1380
1083
  () => DisassociateServiceRoleFromAccountResponse,
1381
1084
  ];
@@ -1383,9 +1086,7 @@ export var GetComponent = [
1383
1086
  9,
1384
1087
  n0,
1385
1088
  _GC,
1386
- {
1387
- [_h]: ["GET", "/greengrass/v2/components/{arn}", 200],
1388
- },
1089
+ { [_h]: ["GET", "/greengrass/v2/components/{arn}", 200] },
1389
1090
  () => GetComponentRequest,
1390
1091
  () => GetComponentResponse,
1391
1092
  ];
@@ -1393,9 +1094,7 @@ export var GetComponentVersionArtifact = [
1393
1094
  9,
1394
1095
  n0,
1395
1096
  _GCVA,
1396
- {
1397
- [_h]: ["GET", "/greengrass/v2/components/{arn}/artifacts/{artifactName+}", 200],
1398
- },
1097
+ { [_h]: ["GET", "/greengrass/v2/components/{arn}/artifacts/{artifactName+}", 200] },
1399
1098
  () => GetComponentVersionArtifactRequest,
1400
1099
  () => GetComponentVersionArtifactResponse,
1401
1100
  ];
@@ -1403,9 +1102,7 @@ export var GetConnectivityInfo = [
1403
1102
  9,
1404
1103
  n0,
1405
1104
  _GCI,
1406
- {
1407
- [_h]: ["GET", "/greengrass/things/{thingName}/connectivityInfo", 200],
1408
- },
1105
+ { [_h]: ["GET", "/greengrass/things/{thingName}/connectivityInfo", 200] },
1409
1106
  () => GetConnectivityInfoRequest,
1410
1107
  () => GetConnectivityInfoResponse,
1411
1108
  ];
@@ -1413,9 +1110,7 @@ export var GetCoreDevice = [
1413
1110
  9,
1414
1111
  n0,
1415
1112
  _GCD,
1416
- {
1417
- [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}", 200],
1418
- },
1113
+ { [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}", 200] },
1419
1114
  () => GetCoreDeviceRequest,
1420
1115
  () => GetCoreDeviceResponse,
1421
1116
  ];
@@ -1423,9 +1118,7 @@ export var GetDeployment = [
1423
1118
  9,
1424
1119
  n0,
1425
1120
  _GD,
1426
- {
1427
- [_h]: ["GET", "/greengrass/v2/deployments/{deploymentId}", 200],
1428
- },
1121
+ { [_h]: ["GET", "/greengrass/v2/deployments/{deploymentId}", 200] },
1429
1122
  () => GetDeploymentRequest,
1430
1123
  () => GetDeploymentResponse,
1431
1124
  ];
@@ -1433,9 +1126,7 @@ export var GetServiceRoleForAccount = [
1433
1126
  9,
1434
1127
  n0,
1435
1128
  _GSRFA,
1436
- {
1437
- [_h]: ["GET", "/greengrass/servicerole", 200],
1438
- },
1129
+ { [_h]: ["GET", "/greengrass/servicerole", 200] },
1439
1130
  () => GetServiceRoleForAccountRequest,
1440
1131
  () => GetServiceRoleForAccountResponse,
1441
1132
  ];
@@ -1443,9 +1134,7 @@ export var ListClientDevicesAssociatedWithCoreDevice = [
1443
1134
  9,
1444
1135
  n0,
1445
1136
  _LCDAWCD,
1446
- {
1447
- [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}/associatedClientDevices", 200],
1448
- },
1137
+ { [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}/associatedClientDevices", 200] },
1449
1138
  () => ListClientDevicesAssociatedWithCoreDeviceRequest,
1450
1139
  () => ListClientDevicesAssociatedWithCoreDeviceResponse,
1451
1140
  ];
@@ -1453,9 +1142,7 @@ export var ListComponents = [
1453
1142
  9,
1454
1143
  n0,
1455
1144
  _LC,
1456
- {
1457
- [_h]: ["GET", "/greengrass/v2/components", 200],
1458
- },
1145
+ { [_h]: ["GET", "/greengrass/v2/components", 200] },
1459
1146
  () => ListComponentsRequest,
1460
1147
  () => ListComponentsResponse,
1461
1148
  ];
@@ -1463,9 +1150,7 @@ export var ListComponentVersions = [
1463
1150
  9,
1464
1151
  n0,
1465
1152
  _LCV,
1466
- {
1467
- [_h]: ["GET", "/greengrass/v2/components/{arn}/versions", 200],
1468
- },
1153
+ { [_h]: ["GET", "/greengrass/v2/components/{arn}/versions", 200] },
1469
1154
  () => ListComponentVersionsRequest,
1470
1155
  () => ListComponentVersionsResponse,
1471
1156
  ];
@@ -1473,9 +1158,7 @@ export var ListCoreDevices = [
1473
1158
  9,
1474
1159
  n0,
1475
1160
  _LCD,
1476
- {
1477
- [_h]: ["GET", "/greengrass/v2/coreDevices", 200],
1478
- },
1161
+ { [_h]: ["GET", "/greengrass/v2/coreDevices", 200] },
1479
1162
  () => ListCoreDevicesRequest,
1480
1163
  () => ListCoreDevicesResponse,
1481
1164
  ];
@@ -1483,9 +1166,7 @@ export var ListDeployments = [
1483
1166
  9,
1484
1167
  n0,
1485
1168
  _LD,
1486
- {
1487
- [_h]: ["GET", "/greengrass/v2/deployments", 200],
1488
- },
1169
+ { [_h]: ["GET", "/greengrass/v2/deployments", 200] },
1489
1170
  () => ListDeploymentsRequest,
1490
1171
  () => ListDeploymentsResponse,
1491
1172
  ];
@@ -1493,9 +1174,7 @@ export var ListEffectiveDeployments = [
1493
1174
  9,
1494
1175
  n0,
1495
1176
  _LED,
1496
- {
1497
- [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}/effectiveDeployments", 200],
1498
- },
1177
+ { [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}/effectiveDeployments", 200] },
1499
1178
  () => ListEffectiveDeploymentsRequest,
1500
1179
  () => ListEffectiveDeploymentsResponse,
1501
1180
  ];
@@ -1503,9 +1182,7 @@ export var ListInstalledComponents = [
1503
1182
  9,
1504
1183
  n0,
1505
1184
  _LIC,
1506
- {
1507
- [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}/installedComponents", 200],
1508
- },
1185
+ { [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}/installedComponents", 200] },
1509
1186
  () => ListInstalledComponentsRequest,
1510
1187
  () => ListInstalledComponentsResponse,
1511
1188
  ];
@@ -1513,9 +1190,7 @@ export var ListTagsForResource = [
1513
1190
  9,
1514
1191
  n0,
1515
1192
  _LTFR,
1516
- {
1517
- [_h]: ["GET", "/tags/{resourceArn}", 200],
1518
- },
1193
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] },
1519
1194
  () => ListTagsForResourceRequest,
1520
1195
  () => ListTagsForResourceResponse,
1521
1196
  ];
@@ -1523,9 +1198,7 @@ export var ResolveComponentCandidates = [
1523
1198
  9,
1524
1199
  n0,
1525
1200
  _RCC,
1526
- {
1527
- [_h]: ["POST", "/greengrass/v2/resolveComponentCandidates", 200],
1528
- },
1201
+ { [_h]: ["POST", "/greengrass/v2/resolveComponentCandidates", 200] },
1529
1202
  () => ResolveComponentCandidatesRequest,
1530
1203
  () => ResolveComponentCandidatesResponse,
1531
1204
  ];
@@ -1533,9 +1206,7 @@ export var TagResource = [
1533
1206
  9,
1534
1207
  n0,
1535
1208
  _TR,
1536
- {
1537
- [_h]: ["POST", "/tags/{resourceArn}", 200],
1538
- },
1209
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] },
1539
1210
  () => TagResourceRequest,
1540
1211
  () => TagResourceResponse,
1541
1212
  ];
@@ -1543,9 +1214,7 @@ export var UntagResource = [
1543
1214
  9,
1544
1215
  n0,
1545
1216
  _UR,
1546
- {
1547
- [_h]: ["DELETE", "/tags/{resourceArn}", 200],
1548
- },
1217
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
1549
1218
  () => UntagResourceRequest,
1550
1219
  () => UntagResourceResponse,
1551
1220
  ];
@@ -1553,9 +1222,7 @@ export var UpdateConnectivityInfo = [
1553
1222
  9,
1554
1223
  n0,
1555
1224
  _UCI,
1556
- {
1557
- [_h]: ["PUT", "/greengrass/things/{thingName}/connectivityInfo", 200],
1558
- },
1225
+ { [_h]: ["PUT", "/greengrass/things/{thingName}/connectivityInfo", 200] },
1559
1226
  () => UpdateConnectivityInfoRequest,
1560
1227
  () => UpdateConnectivityInfoResponse,
1561
1228
  ];