@aws-sdk/client-greengrassv2 3.987.0 → 3.989.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultGreengrassV2HttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2020-11-30",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.greengrassv2",
30
+ errorTypeRegistries,
29
31
  version: "2020-11-30",
30
32
  serviceTarget: "GreengrassV2",
31
33
  },
@@ -137,9 +137,9 @@ const _LVM = "LambdaVolumeMount";
137
137
  const _M = "Metadata";
138
138
  const _Me = "Message";
139
139
  const _PN = "PortNumber";
140
- const _RA = "RoleArn";
140
+ const _RA = "Retry-After";
141
141
  const _RAIPE = "RequestAlreadyInProgressException";
142
- const _RA_ = "Retry-After";
142
+ const _RAo = "RoleArn";
143
143
  const _RCC = "ResolveComponentCandidates";
144
144
  const _RCCR = "ResolveComponentCandidatesRequest";
145
145
  const _RCCRe = "ResolveComponentCandidatesResponse";
@@ -284,7 +284,7 @@ const _pi = "pinned";
284
284
  const _pl = "platforms";
285
285
  const _pla = "platform";
286
286
  const _qC = "quotaCode";
287
- const _r = "reset";
287
+ const _r = "reason";
288
288
  const _rA = "roleArn";
289
289
  const _rAS = "retryAfterSeconds";
290
290
  const _rAe = "resourceArn";
@@ -295,10 +295,10 @@ const _rIe = "revisionId";
295
295
  const _rOF = "recipeOutputFormat";
296
296
  const _rT = "resourceType";
297
297
  const _rW = "runWith";
298
- const _re = "reason";
298
+ const _re = "reset";
299
299
  const _rec = "recipe";
300
300
  const _ru = "runtime";
301
- const _s = "status";
301
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.greengrassv2";
302
302
  const _sC = "serviceCode";
303
303
  const _sD = "statusDetails";
304
304
  const _sET = "s3EndpointType";
@@ -307,7 +307,7 @@ const _sRL = "systemResourceLimits";
307
307
  const _sTIS = "statusTimeoutInSeconds";
308
308
  const _sc = "scope";
309
309
  const _se = "server";
310
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.greengrassv2";
310
+ const _st = "status";
311
311
  const _t = "tags";
312
312
  const _tA = "targetArn";
313
313
  const _tC = "timeoutConfig";
@@ -331,12 +331,62 @@ const n0 = "com.amazonaws.greengrassv2";
331
331
  import { TypeRegistry } from "@smithy/core/schema";
332
332
  import { AccessDeniedException, ConflictException, InternalServerException, RequestAlreadyInProgressException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
333
333
  import { GreengrassV2ServiceException } from "../models/GreengrassV2ServiceException";
334
+ const _s_registry = TypeRegistry.for(_s);
335
+ export var GreengrassV2ServiceException$ = [-3, _s, "GreengrassV2ServiceException", 0, [], []];
336
+ _s_registry.registerError(GreengrassV2ServiceException$, GreengrassV2ServiceException);
337
+ const n0_registry = TypeRegistry.for(n0);
334
338
  export var AccessDeniedException$ = [-3, n0, _ADE,
335
339
  { [_e]: _c, [_hE]: 403 },
336
340
  [_m],
337
341
  [0], 1
338
342
  ];
339
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
343
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
344
+ export var ConflictException$ = [-3, n0, _CE,
345
+ { [_e]: _c, [_hE]: 409 },
346
+ [_m, _rI, _rT],
347
+ [0, 0, 0], 3
348
+ ];
349
+ n0_registry.registerError(ConflictException$, ConflictException);
350
+ export var InternalServerException$ = [-3, n0, _ISE,
351
+ { [_e]: _se, [_hE]: 500 },
352
+ [_m, _rAS],
353
+ [0, [1, { [_hH]: _RA }]], 1
354
+ ];
355
+ n0_registry.registerError(InternalServerException$, InternalServerException);
356
+ export var RequestAlreadyInProgressException$ = [-3, n0, _RAIPE,
357
+ { [_e]: _c, [_hE]: 400 },
358
+ [_m],
359
+ [0], 1
360
+ ];
361
+ n0_registry.registerError(RequestAlreadyInProgressException$, RequestAlreadyInProgressException);
362
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
363
+ { [_e]: _c, [_hE]: 404 },
364
+ [_m, _rI, _rT],
365
+ [0, 0, 0], 3
366
+ ];
367
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
368
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
369
+ { [_e]: _c, [_hE]: 402 },
370
+ [_m, _qC, _sC, _rI, _rT],
371
+ [0, 0, 0, 0, 0], 3
372
+ ];
373
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
374
+ export var ThrottlingException$ = [-3, n0, _TE,
375
+ { [_e]: _c, [_hE]: 429 },
376
+ [_m, _qC, _sC, _rAS],
377
+ [0, 0, 0, [1, { [_hH]: _RA }]], 1
378
+ ];
379
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
380
+ export var ValidationException$ = [-3, n0, _VE,
381
+ { [_e]: _c, [_hE]: 400 },
382
+ [_m, _r, _f],
383
+ [0, 0, () => ValidationExceptionFieldList], 1
384
+ ];
385
+ n0_registry.registerError(ValidationException$, ValidationException);
386
+ export const errorTypeRegistries = [
387
+ _s_registry,
388
+ n0_registry,
389
+ ];
340
390
  export var AssociateClientDeviceWithCoreDeviceEntry$ = [3, n0, _ACDWCDE,
341
391
  0,
342
392
  [_tN],
@@ -355,7 +405,7 @@ export var AssociatedClientDevice$ = [3, n0, _ACD,
355
405
  export var AssociateServiceRoleToAccountRequest$ = [3, n0, _ASRTAR,
356
406
  0,
357
407
  [_rA],
358
- [[0, { [_jN]: _RA }]], 1
408
+ [[0, { [_jN]: _RAo }]], 1
359
409
  ];
360
410
  export var AssociateServiceRoleToAccountResponse$ = [3, n0, _ASRTARs,
361
411
  0,
@@ -409,7 +459,7 @@ export var ComponentCandidate$ = [3, n0, _CC,
409
459
  ];
410
460
  export var ComponentConfigurationUpdate$ = [3, n0, _CCU,
411
461
  0,
412
- [_me, _r],
462
+ [_me, _re],
413
463
  [0, 64 | 0]
414
464
  ];
415
465
  export var ComponentDependencyRequirement$ = [3, n0, _CDRo,
@@ -442,12 +492,6 @@ export var ComponentVersionListItem$ = [3, n0, _CVLI,
442
492
  [_cN, _cV, _a],
443
493
  [0, 0, 0]
444
494
  ];
445
- export var ConflictException$ = [-3, n0, _CE,
446
- { [_e]: _c, [_hE]: 409 },
447
- [_m, _rI, _rT],
448
- [0, 0, 0], 3
449
- ];
450
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
451
495
  export var ConnectivityInfo$ = [3, n0, _CI,
452
496
  0,
453
497
  [_i, _hA, _pN, _met],
@@ -455,7 +499,7 @@ export var ConnectivityInfo$ = [3, n0, _CI,
455
499
  ];
456
500
  export var CoreDevice$ = [3, n0, _CD,
457
501
  0,
458
- [_cDTN, _s, _lSUT, _pla, _ar, _ru],
502
+ [_cDTN, _st, _lSUT, _pla, _ar, _ru],
459
503
  [0, 0, 4, 0, 0, 0]
460
504
  ];
461
505
  export var CreateComponentVersionRequest$ = [3, n0, _CCVR,
@@ -465,7 +509,7 @@ export var CreateComponentVersionRequest$ = [3, n0, _CCVR,
465
509
  ];
466
510
  export var CreateComponentVersionResponse$ = [3, n0, _CCVRr,
467
511
  0,
468
- [_cN, _cV, _cT, _s, _a],
512
+ [_cN, _cV, _cT, _st, _a],
469
513
  [0, 0, 4, () => CloudComponentStatus$, 0], 4
470
514
  ];
471
515
  export var CreateDeploymentRequest$ = [3, n0, _CDRr,
@@ -525,7 +569,7 @@ export var DescribeComponentRequest$ = [3, n0, _DCRe,
525
569
  ];
526
570
  export var DescribeComponentResponse$ = [3, n0, _DCRes,
527
571
  0,
528
- [_a, _cN, _cV, _cT, _p, _d, _s, _pl, _t],
572
+ [_a, _cN, _cV, _cT, _p, _d, _st, _pl, _t],
529
573
  [0, 0, 0, 4, 0, 0, () => CloudComponentStatus$, () => ComponentPlatformList, 128 | 0]
530
574
  ];
531
575
  export var DisassociateClientDeviceFromCoreDeviceEntry$ = [3, n0, _DCDFCDE,
@@ -550,7 +594,7 @@ export var DisassociateServiceRoleFromAccountResponse$ = [3, n0, _DSRFARi,
550
594
  ];
551
595
  export var EffectiveDeployment$ = [3, n0, _ED,
552
596
  0,
553
- [_dI, _dN, _tA, _cDES, _cT, _mT, _iJI, _iJA, _d, _re, _sD],
597
+ [_dI, _dN, _tA, _cDES, _cT, _mT, _iJI, _iJA, _d, _r, _sD],
554
598
  [0, 0, 0, 0, 4, 4, 0, 0, 0, 0, () => EffectiveDeploymentStatusDetails$], 6
555
599
  ];
556
600
  export var EffectiveDeploymentStatusDetails$ = [3, n0, _EDSD,
@@ -595,7 +639,7 @@ export var GetCoreDeviceRequest$ = [3, n0, _GCDR,
595
639
  ];
596
640
  export var GetCoreDeviceResponse$ = [3, n0, _GCDRe,
597
641
  0,
598
- [_cDTN, _cVo, _pla, _ar, _ru, _s, _lSUT, _t],
642
+ [_cDTN, _cVo, _pla, _ar, _ru, _st, _lSUT, _t],
599
643
  [0, 0, 0, 0, 0, 0, 4, 128 | 0]
600
644
  ];
601
645
  export var GetDeploymentRequest$ = [3, n0, _GDR,
@@ -616,19 +660,13 @@ export var GetServiceRoleForAccountRequest$ = [3, n0, _GSRFAR,
616
660
  export var GetServiceRoleForAccountResponse$ = [3, n0, _GSRFARe,
617
661
  0,
618
662
  [_aA, _rA],
619
- [[0, { [_jN]: _AA }], [0, { [_jN]: _RA }]]
663
+ [[0, { [_jN]: _AA }], [0, { [_jN]: _RAo }]]
620
664
  ];
621
665
  export var InstalledComponent$ = [3, n0, _IC,
622
666
  0,
623
667
  [_cN, _cV, _lS, _lSD, _iRs, _lSCT, _lRT, _lIS, _lSC],
624
668
  [0, 0, 0, 0, 2, 4, 4, 0, 64 | 0]
625
669
  ];
626
- export var InternalServerException$ = [-3, n0, _ISE,
627
- { [_e]: _se, [_hE]: 500 },
628
- [_m, _rAS],
629
- [0, [1, { [_hH]: _RA_ }]], 1
630
- ];
631
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
632
670
  export var IoTJobAbortConfig$ = [3, n0, _ITJAC,
633
671
  0,
634
672
  [_cL],
@@ -726,8 +764,8 @@ export var ListComponentVersionsResponse$ = [3, n0, _LCVRi,
726
764
  ];
727
765
  export var ListCoreDevicesRequest$ = [3, n0, _LCDR,
728
766
  0,
729
- [_tGA, _s, _mR, _nT, _ru],
730
- [[0, { [_hQ]: _tGA }], [0, { [_hQ]: _s }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _ru }]]
767
+ [_tGA, _st, _mR, _nT, _ru],
768
+ [[0, { [_hQ]: _tGA }], [0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _ru }]]
731
769
  ];
732
770
  export var ListCoreDevicesResponse$ = [3, n0, _LCDRi,
733
771
  0,
@@ -774,12 +812,6 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
774
812
  [_t],
775
813
  [128 | 0]
776
814
  ];
777
- export var RequestAlreadyInProgressException$ = [-3, n0, _RAIPE,
778
- { [_e]: _c, [_hE]: 400 },
779
- [_m],
780
- [0], 1
781
- ];
782
- TypeRegistry.for(n0).registerError(RequestAlreadyInProgressException$, RequestAlreadyInProgressException);
783
815
  export var ResolveComponentCandidatesRequest$ = [3, n0, _RCCR,
784
816
  0,
785
817
  [_pla, _cC],
@@ -795,18 +827,6 @@ export var ResolvedComponentVersion$ = [3, n0, _RCV,
795
827
  [_a, _cN, _cV, _rec, _vG, _m],
796
828
  [0, 0, 0, 21, 0, 0]
797
829
  ];
798
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
799
- { [_e]: _c, [_hE]: 404 },
800
- [_m, _rI, _rT],
801
- [0, 0, 0], 3
802
- ];
803
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
804
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
805
- { [_e]: _c, [_hE]: 402 },
806
- [_m, _qC, _sC, _rI, _rT],
807
- [0, 0, 0, 0, 0], 3
808
- ];
809
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
810
830
  export var SystemResourceLimits$ = [3, n0, _SRL,
811
831
  0,
812
832
  [_mem, _cp],
@@ -822,12 +842,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
822
842
  [],
823
843
  []
824
844
  ];
825
- export var ThrottlingException$ = [-3, n0, _TE,
826
- { [_e]: _c, [_hE]: 429 },
827
- [_m, _qC, _sC, _rAS],
828
- [0, 0, 0, [1, { [_hH]: _RA_ }]], 1
829
- ];
830
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
831
845
  export var UntagResourceRequest$ = [3, n0, _URR,
832
846
  0,
833
847
  [_rAe, _tK],
@@ -848,20 +862,12 @@ export var UpdateConnectivityInfoResponse$ = [3, n0, _UCIRp,
848
862
  [_ve, _m],
849
863
  [[0, { [_jN]: _V }], [0, { [_jN]: _Me }]]
850
864
  ];
851
- export var ValidationException$ = [-3, n0, _VE,
852
- { [_e]: _c, [_hE]: 400 },
853
- [_m, _re, _f],
854
- [0, 0, () => ValidationExceptionFieldList], 1
855
- ];
856
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
857
865
  export var ValidationExceptionField$ = [3, n0, _VEF,
858
866
  0,
859
867
  [_n, _m],
860
868
  [0, 0], 2
861
869
  ];
862
870
  var __Unit = "unit";
863
- export var GreengrassV2ServiceException$ = [-3, _sm, "GreengrassV2ServiceException", 0, [], []];
864
- TypeRegistry.for(_sm).registerError(GreengrassV2ServiceException$, GreengrassV2ServiceException);
865
871
  var AssociateClientDeviceWithCoreDeviceEntryList = [1, n0, _ACDWCDEL,
866
872
  0, () => AssociateClientDeviceWithCoreDeviceEntry$
867
873
  ];
@@ -1,5 +1,20 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var GreengrassV2ServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalServerException$: StaticErrorSchema;
7
+ export declare var RequestAlreadyInProgressException$: StaticErrorSchema;
8
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
9
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
10
+ export declare var ThrottlingException$: StaticErrorSchema;
11
+ export declare var ValidationException$: StaticErrorSchema;
12
+ /**
13
+ * TypeRegistry instances containing modeled errors.
14
+ * @internal
15
+ *
16
+ */
17
+ export declare const errorTypeRegistries: TypeRegistry[];
3
18
  export declare var AssociateClientDeviceWithCoreDeviceEntry$: StaticStructureSchema;
4
19
  export declare var AssociateClientDeviceWithCoreDeviceErrorEntry$: StaticStructureSchema;
5
20
  export declare var AssociatedClientDevice$: StaticStructureSchema;
@@ -21,7 +36,6 @@ export declare var ComponentLatestVersion$: StaticStructureSchema;
21
36
  export declare var ComponentPlatform$: StaticStructureSchema;
22
37
  export declare var ComponentRunWith$: StaticStructureSchema;
23
38
  export declare var ComponentVersionListItem$: StaticStructureSchema;
24
- export declare var ConflictException$: StaticErrorSchema;
25
39
  export declare var ConnectivityInfo$: StaticStructureSchema;
26
40
  export declare var CoreDevice$: StaticStructureSchema;
27
41
  export declare var CreateComponentVersionRequest$: StaticStructureSchema;
@@ -57,7 +71,6 @@ export declare var GetDeploymentResponse$: StaticStructureSchema;
57
71
  export declare var GetServiceRoleForAccountRequest$: StaticStructureSchema;
58
72
  export declare var GetServiceRoleForAccountResponse$: StaticStructureSchema;
59
73
  export declare var InstalledComponent$: StaticStructureSchema;
60
- export declare var InternalServerException$: StaticErrorSchema;
61
74
  export declare var IoTJobAbortConfig$: StaticStructureSchema;
62
75
  export declare var IoTJobAbortCriteria$: StaticStructureSchema;
63
76
  export declare var IoTJobExecutionsRolloutConfig$: StaticStructureSchema;
@@ -87,23 +100,17 @@ export declare var ListInstalledComponentsRequest$: StaticStructureSchema;
87
100
  export declare var ListInstalledComponentsResponse$: StaticStructureSchema;
88
101
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
89
102
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
90
- export declare var RequestAlreadyInProgressException$: StaticErrorSchema;
91
103
  export declare var ResolveComponentCandidatesRequest$: StaticStructureSchema;
92
104
  export declare var ResolveComponentCandidatesResponse$: StaticStructureSchema;
93
105
  export declare var ResolvedComponentVersion$: StaticStructureSchema;
94
- export declare var ResourceNotFoundException$: StaticErrorSchema;
95
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
96
106
  export declare var SystemResourceLimits$: StaticStructureSchema;
97
107
  export declare var TagResourceRequest$: StaticStructureSchema;
98
108
  export declare var TagResourceResponse$: StaticStructureSchema;
99
- export declare var ThrottlingException$: StaticErrorSchema;
100
109
  export declare var UntagResourceRequest$: StaticStructureSchema;
101
110
  export declare var UntagResourceResponse$: StaticStructureSchema;
102
111
  export declare var UpdateConnectivityInfoRequest$: StaticStructureSchema;
103
112
  export declare var UpdateConnectivityInfoResponse$: StaticStructureSchema;
104
- export declare var ValidationException$: StaticErrorSchema;
105
113
  export declare var ValidationExceptionField$: StaticStructureSchema;
106
- export declare var GreengrassV2ServiceException$: StaticErrorSchema;
107
114
  export declare var AssociateServiceRoleToAccount$: StaticOperationSchema;
108
115
  export declare var BatchAssociateClientDeviceWithCoreDevice$: StaticOperationSchema;
109
116
  export declare var BatchDisassociateClientDeviceFromCoreDevice$: StaticOperationSchema;
@@ -1,9 +1,19 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var GreengrassV2ServiceException$: StaticErrorSchema;
6
8
  export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var ConflictException$: StaticErrorSchema;
10
+ export declare var InternalServerException$: StaticErrorSchema;
11
+ export declare var RequestAlreadyInProgressException$: StaticErrorSchema;
12
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
13
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
14
+ export declare var ThrottlingException$: StaticErrorSchema;
15
+ export declare var ValidationException$: StaticErrorSchema;
16
+ export declare const errorTypeRegistries: TypeRegistry[];
7
17
  export declare var AssociateClientDeviceWithCoreDeviceEntry$: StaticStructureSchema;
8
18
  export declare var AssociateClientDeviceWithCoreDeviceErrorEntry$: StaticStructureSchema;
9
19
  export declare var AssociatedClientDevice$: StaticStructureSchema;
@@ -25,7 +35,6 @@ export declare var ComponentLatestVersion$: StaticStructureSchema;
25
35
  export declare var ComponentPlatform$: StaticStructureSchema;
26
36
  export declare var ComponentRunWith$: StaticStructureSchema;
27
37
  export declare var ComponentVersionListItem$: StaticStructureSchema;
28
- export declare var ConflictException$: StaticErrorSchema;
29
38
  export declare var ConnectivityInfo$: StaticStructureSchema;
30
39
  export declare var CoreDevice$: StaticStructureSchema;
31
40
  export declare var CreateComponentVersionRequest$: StaticStructureSchema;
@@ -61,7 +70,6 @@ export declare var GetDeploymentResponse$: StaticStructureSchema;
61
70
  export declare var GetServiceRoleForAccountRequest$: StaticStructureSchema;
62
71
  export declare var GetServiceRoleForAccountResponse$: StaticStructureSchema;
63
72
  export declare var InstalledComponent$: StaticStructureSchema;
64
- export declare var InternalServerException$: StaticErrorSchema;
65
73
  export declare var IoTJobAbortConfig$: StaticStructureSchema;
66
74
  export declare var IoTJobAbortCriteria$: StaticStructureSchema;
67
75
  export declare var IoTJobExecutionsRolloutConfig$: StaticStructureSchema;
@@ -91,23 +99,17 @@ export declare var ListInstalledComponentsRequest$: StaticStructureSchema;
91
99
  export declare var ListInstalledComponentsResponse$: StaticStructureSchema;
92
100
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
93
101
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
94
- export declare var RequestAlreadyInProgressException$: StaticErrorSchema;
95
102
  export declare var ResolveComponentCandidatesRequest$: StaticStructureSchema;
96
103
  export declare var ResolveComponentCandidatesResponse$: StaticStructureSchema;
97
104
  export declare var ResolvedComponentVersion$: StaticStructureSchema;
98
- export declare var ResourceNotFoundException$: StaticErrorSchema;
99
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
100
105
  export declare var SystemResourceLimits$: StaticStructureSchema;
101
106
  export declare var TagResourceRequest$: StaticStructureSchema;
102
107
  export declare var TagResourceResponse$: StaticStructureSchema;
103
- export declare var ThrottlingException$: StaticErrorSchema;
104
108
  export declare var UntagResourceRequest$: StaticStructureSchema;
105
109
  export declare var UntagResourceResponse$: StaticStructureSchema;
106
110
  export declare var UpdateConnectivityInfoRequest$: StaticStructureSchema;
107
111
  export declare var UpdateConnectivityInfoResponse$: StaticStructureSchema;
108
- export declare var ValidationException$: StaticErrorSchema;
109
112
  export declare var ValidationExceptionField$: StaticStructureSchema;
110
- export declare var GreengrassV2ServiceException$: StaticErrorSchema;
111
113
  export declare var AssociateServiceRoleToAccount$: StaticOperationSchema;
112
114
  export declare var BatchAssociateClientDeviceWithCoreDevice$: StaticOperationSchema;
113
115
  export declare var BatchDisassociateClientDeviceFromCoreDevice$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-greengrassv2",
3
3
  "description": "AWS SDK for JavaScript Greengrassv2 Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-greengrassv2",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",