@aws-sdk/client-greengrassv2 3.987.0 → 3.988.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.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var GreengrassV2ServiceException = require('./models/GreengrassV2ServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1154 +113,6 @@ class GreengrassV2Client extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class GreengrassV2ServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, GreengrassV2ServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends GreengrassV2ServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "AccessDeniedException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
- }
131
- }
132
- class InternalServerException extends GreengrassV2ServiceException {
133
- name = "InternalServerException";
134
- $fault = "server";
135
- retryAfterSeconds;
136
- constructor(opts) {
137
- super({
138
- name: "InternalServerException",
139
- $fault: "server",
140
- ...opts,
141
- });
142
- Object.setPrototypeOf(this, InternalServerException.prototype);
143
- this.retryAfterSeconds = opts.retryAfterSeconds;
144
- }
145
- }
146
- class ValidationException extends GreengrassV2ServiceException {
147
- name = "ValidationException";
148
- $fault = "client";
149
- reason;
150
- fields;
151
- constructor(opts) {
152
- super({
153
- name: "ValidationException",
154
- $fault: "client",
155
- ...opts,
156
- });
157
- Object.setPrototypeOf(this, ValidationException.prototype);
158
- this.reason = opts.reason;
159
- this.fields = opts.fields;
160
- }
161
- }
162
- class ResourceNotFoundException extends GreengrassV2ServiceException {
163
- name = "ResourceNotFoundException";
164
- $fault = "client";
165
- resourceId;
166
- resourceType;
167
- constructor(opts) {
168
- super({
169
- name: "ResourceNotFoundException",
170
- $fault: "client",
171
- ...opts,
172
- });
173
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
174
- this.resourceId = opts.resourceId;
175
- this.resourceType = opts.resourceType;
176
- }
177
- }
178
- class ThrottlingException extends GreengrassV2ServiceException {
179
- name = "ThrottlingException";
180
- $fault = "client";
181
- quotaCode;
182
- serviceCode;
183
- retryAfterSeconds;
184
- constructor(opts) {
185
- super({
186
- name: "ThrottlingException",
187
- $fault: "client",
188
- ...opts,
189
- });
190
- Object.setPrototypeOf(this, ThrottlingException.prototype);
191
- this.quotaCode = opts.quotaCode;
192
- this.serviceCode = opts.serviceCode;
193
- this.retryAfterSeconds = opts.retryAfterSeconds;
194
- }
195
- }
196
- class ConflictException extends GreengrassV2ServiceException {
197
- name = "ConflictException";
198
- $fault = "client";
199
- resourceId;
200
- resourceType;
201
- constructor(opts) {
202
- super({
203
- name: "ConflictException",
204
- $fault: "client",
205
- ...opts,
206
- });
207
- Object.setPrototypeOf(this, ConflictException.prototype);
208
- this.resourceId = opts.resourceId;
209
- this.resourceType = opts.resourceType;
210
- }
211
- }
212
- class RequestAlreadyInProgressException extends GreengrassV2ServiceException {
213
- name = "RequestAlreadyInProgressException";
214
- $fault = "client";
215
- constructor(opts) {
216
- super({
217
- name: "RequestAlreadyInProgressException",
218
- $fault: "client",
219
- ...opts,
220
- });
221
- Object.setPrototypeOf(this, RequestAlreadyInProgressException.prototype);
222
- }
223
- }
224
- class ServiceQuotaExceededException extends GreengrassV2ServiceException {
225
- name = "ServiceQuotaExceededException";
226
- $fault = "client";
227
- resourceId;
228
- resourceType;
229
- quotaCode;
230
- serviceCode;
231
- constructor(opts) {
232
- super({
233
- name: "ServiceQuotaExceededException",
234
- $fault: "client",
235
- ...opts,
236
- });
237
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
238
- this.resourceId = opts.resourceId;
239
- this.resourceType = opts.resourceType;
240
- this.quotaCode = opts.quotaCode;
241
- this.serviceCode = opts.serviceCode;
242
- }
243
- }
244
-
245
- const _AA = "AssociatedAt";
246
- const _ACD = "AssociatedClientDevice";
247
- const _ACDL = "AssociatedClientDeviceList";
248
- const _ACDWCDE = "AssociateClientDeviceWithCoreDeviceEntry";
249
- const _ACDWCDEE = "AssociateClientDeviceWithCoreDeviceErrorEntry";
250
- const _ACDWCDEL = "AssociateClientDeviceWithCoreDeviceEntryList";
251
- const _ACDWCDELs = "AssociateClientDeviceWithCoreDeviceErrorList";
252
- const _ADE = "AccessDeniedException";
253
- const _ASRTA = "AssociateServiceRoleToAccount";
254
- const _ASRTAR = "AssociateServiceRoleToAccountRequest";
255
- const _ASRTARs = "AssociateServiceRoleToAccountResponse";
256
- const _BACDWCD = "BatchAssociateClientDeviceWithCoreDevice";
257
- const _BACDWCDR = "BatchAssociateClientDeviceWithCoreDeviceRequest";
258
- const _BACDWCDRa = "BatchAssociateClientDeviceWithCoreDeviceResponse";
259
- const _BDCDFCD = "BatchDisassociateClientDeviceFromCoreDevice";
260
- const _BDCDFCDR = "BatchDisassociateClientDeviceFromCoreDeviceRequest";
261
- const _BDCDFCDRa = "BatchDisassociateClientDeviceFromCoreDeviceResponse";
262
- const _C = "Component";
263
- const _CC = "ComponentCandidate";
264
- const _CCL = "ComponentCandidateList";
265
- const _CCS = "CloudComponentStatus";
266
- const _CCU = "ComponentConfigurationUpdate";
267
- const _CCV = "CreateComponentVersion";
268
- const _CCVR = "CreateComponentVersionRequest";
269
- const _CCVRr = "CreateComponentVersionResponse";
270
- const _CD = "CoreDevice";
271
- const _CDL = "CoreDevicesList";
272
- const _CDM = "ComponentDependencyMap";
273
- const _CDR = "CancelDeploymentRequest";
274
- const _CDRa = "CancelDeploymentResponse";
275
- const _CDRo = "ComponentDependencyRequirement";
276
- const _CDRr = "CreateDeploymentRequest";
277
- const _CDRre = "CreateDeploymentResponse";
278
- const _CDS = "ComponentDeploymentSpecification";
279
- const _CDSo = "ComponentDeploymentSpecifications";
280
- const _CDa = "CancelDeployment";
281
- const _CDr = "CreateDeployment";
282
- const _CE = "ConflictException";
283
- const _CI = "ConnectivityInfo";
284
- const _CL = "ComponentList";
285
- const _CLV = "ComponentLatestVersion";
286
- const _CP = "ComponentPlatform";
287
- const _CPL = "ComponentPlatformList";
288
- const _CRW = "ComponentRunWith";
289
- const _CVL = "ComponentVersionList";
290
- const _CVLI = "ComponentVersionListItem";
291
- const _D = "Deployment";
292
- const _DA = "DisassociatedAt";
293
- const _DC = "DeleteComponent";
294
- const _DCD = "DeleteCoreDevice";
295
- const _DCDFCDE = "DisassociateClientDeviceFromCoreDeviceEntry";
296
- const _DCDFCDEE = "DisassociateClientDeviceFromCoreDeviceErrorEntry";
297
- const _DCDFCDEL = "DisassociateClientDeviceFromCoreDeviceEntryList";
298
- const _DCDFCDELi = "DisassociateClientDeviceFromCoreDeviceErrorList";
299
- const _DCDR = "DeleteCoreDeviceRequest";
300
- const _DCR = "DeleteComponentRequest";
301
- const _DCRe = "DescribeComponentRequest";
302
- const _DCRes = "DescribeComponentResponse";
303
- const _DCUP = "DeploymentComponentUpdatePolicy";
304
- const _DCVP = "DeploymentConfigurationValidationPolicy";
305
- const _DCe = "DescribeComponent";
306
- const _DD = "DeleteDeployment";
307
- const _DDR = "DeleteDeploymentRequest";
308
- const _DITJC = "DeploymentIoTJobConfiguration";
309
- const _DL = "DeploymentList";
310
- const _DP = "DeploymentPolicies";
311
- const _DSRFA = "DisassociateServiceRoleFromAccount";
312
- const _DSRFAR = "DisassociateServiceRoleFromAccountRequest";
313
- const _DSRFARi = "DisassociateServiceRoleFromAccountResponse";
314
- const _ED = "EffectiveDeployment";
315
- const _EDL = "EffectiveDeploymentsList";
316
- const _EDSD = "EffectiveDeploymentStatusDetails";
317
- const _GC = "GetComponent";
318
- const _GCD = "GetCoreDevice";
319
- const _GCDR = "GetCoreDeviceRequest";
320
- const _GCDRe = "GetCoreDeviceResponse";
321
- const _GCI = "GetConnectivityInfo";
322
- const _GCIR = "GetConnectivityInfoRequest";
323
- const _GCIRe = "GetConnectivityInfoResponse";
324
- const _GCR = "GetComponentRequest";
325
- const _GCRe = "GetComponentResponse";
326
- const _GCVA = "GetComponentVersionArtifact";
327
- const _GCVAR = "GetComponentVersionArtifactRequest";
328
- const _GCVARe = "GetComponentVersionArtifactResponse";
329
- const _GD = "GetDeployment";
330
- const _GDR = "GetDeploymentRequest";
331
- const _GDRe = "GetDeploymentResponse";
332
- const _GSRFA = "GetServiceRoleForAccount";
333
- const _GSRFAR = "GetServiceRoleForAccountRequest";
334
- const _GSRFARe = "GetServiceRoleForAccountResponse";
335
- const _HA = "HostAddress";
336
- const _I = "Id";
337
- const _IC = "InstalledComponent";
338
- const _ICL = "InstalledComponentList";
339
- const _ISE = "InternalServerException";
340
- const _ITJAC = "IoTJobAbortConfig";
341
- const _ITJACL = "IoTJobAbortCriteriaList";
342
- const _ITJACo = "IoTJobAbortCriteria";
343
- const _ITJERC = "IoTJobExecutionsRolloutConfig";
344
- const _ITJERR = "IoTJobExponentialRolloutRate";
345
- const _ITJRIC = "IoTJobRateIncreaseCriteria";
346
- const _ITJTC = "IoTJobTimeoutConfig";
347
- const _LC = "ListComponents";
348
- const _LCD = "ListCoreDevices";
349
- const _LCDAWCD = "ListClientDevicesAssociatedWithCoreDevice";
350
- const _LCDAWCDR = "ListClientDevicesAssociatedWithCoreDeviceRequest";
351
- const _LCDAWCDRi = "ListClientDevicesAssociatedWithCoreDeviceResponse";
352
- const _LCDR = "ListCoreDevicesRequest";
353
- const _LCDRi = "ListCoreDevicesResponse";
354
- const _LCP = "LambdaContainerParams";
355
- const _LCR = "ListComponentsRequest";
356
- const _LCRi = "ListComponentsResponse";
357
- const _LCV = "ListComponentVersions";
358
- const _LCVR = "ListComponentVersionsRequest";
359
- const _LCVRi = "ListComponentVersionsResponse";
360
- const _LD = "ListDeployments";
361
- const _LDL = "LambdaDeviceList";
362
- const _LDM = "LambdaDeviceMount";
363
- const _LDR = "ListDeploymentsRequest";
364
- const _LDRi = "ListDeploymentsResponse";
365
- const _LED = "ListEffectiveDeployments";
366
- const _LEDR = "ListEffectiveDeploymentsRequest";
367
- const _LEDRi = "ListEffectiveDeploymentsResponse";
368
- const _LEP = "LambdaExecutionParameters";
369
- const _LES = "LambdaEventSource";
370
- const _LESL = "LambdaEventSourceList";
371
- const _LFRS = "LambdaFunctionRecipeSource";
372
- const _LIC = "ListInstalledComponents";
373
- const _LICR = "ListInstalledComponentsRequest";
374
- const _LICRi = "ListInstalledComponentsResponse";
375
- const _LLPP = "LambdaLinuxProcessParams";
376
- const _LTFR = "ListTagsForResource";
377
- const _LTFRR = "ListTagsForResourceRequest";
378
- const _LTFRRi = "ListTagsForResourceResponse";
379
- const _LVL = "LambdaVolumeList";
380
- const _LVM = "LambdaVolumeMount";
381
- const _M = "Metadata";
382
- const _Me = "Message";
383
- const _PN = "PortNumber";
384
- const _RA = "RoleArn";
385
- const _RAIPE = "RequestAlreadyInProgressException";
386
- const _RA_ = "Retry-After";
387
- const _RCC = "ResolveComponentCandidates";
388
- const _RCCR = "ResolveComponentCandidatesRequest";
389
- const _RCCRe = "ResolveComponentCandidatesResponse";
390
- const _RCV = "ResolvedComponentVersion";
391
- const _RCVL = "ResolvedComponentVersionsList";
392
- const _RNFE = "ResourceNotFoundException";
393
- const _SQEE = "ServiceQuotaExceededException";
394
- const _SRL = "SystemResourceLimits";
395
- const _TE = "ThrottlingException";
396
- const _TN = "ThingName";
397
- const _TR = "TagResource";
398
- const _TRR = "TagResourceRequest";
399
- const _TRRa = "TagResourceResponse";
400
- const _UCI = "UpdateConnectivityInfo";
401
- const _UCIR = "UpdateConnectivityInfoRequest";
402
- const _UCIRp = "UpdateConnectivityInfoResponse";
403
- const _UR = "UntagResource";
404
- const _URR = "UntagResourceRequest";
405
- const _URRn = "UntagResourceResponse";
406
- const _V = "Version";
407
- const _VE = "ValidationException";
408
- const _VEF = "ValidationExceptionField";
409
- const _VEFL = "ValidationExceptionFieldList";
410
- const _a = "arn";
411
- const _aA = "associatedAt";
412
- const _aC = "abortConfig";
413
- const _aCD = "associatedClientDevices";
414
- const _aGO = "addGroupOwner";
415
- const _aN = "artifactName";
416
- const _aT = "associationTimestamp";
417
- const _ac = "action";
418
- const _ar = "architecture";
419
- const _at = "attributes";
420
- const _bRPM = "baseRatePerMinute";
421
- const _c = "client";
422
- const _cC = "componentCandidates";
423
- const _cD = "componentDependencies";
424
- const _cDES = "coreDeviceExecutionStatus";
425
- const _cDTN = "coreDeviceThingName";
426
- const _cDo = "coreDevices";
427
- const _cI = "connectivityInfo";
428
- const _cIL = "connectivityInfoList";
429
- const _cL = "criteriaList";
430
- const _cLP = "componentLambdaParameters";
431
- const _cN = "componentName";
432
- const _cP = "componentPlatforms";
433
- const _cPo = "containerParams";
434
- const _cS = "componentState";
435
- const _cT = "creationTimestamp";
436
- const _cTl = "clientToken";
437
- const _cU = "configurationUpdate";
438
- const _cUP = "componentUpdatePolicy";
439
- const _cV = "componentVersion";
440
- const _cVP = "configurationValidationPolicy";
441
- const _cVo = "coreVersion";
442
- const _cVom = "componentVersions";
443
- const _co = "code";
444
- const _com = "components";
445
- const _cp = "cpus";
446
- const _d = "description";
447
- const _dA = "disassociatedAt";
448
- const _dI = "deploymentId";
449
- const _dN = "deploymentName";
450
- const _dP = "deploymentPolicies";
451
- const _dPe = "destinationPath";
452
- const _dS = "deploymentStatus";
453
- const _dT = "dependencyType";
454
- const _de = "devices";
455
- const _dep = "deployments";
456
- const _e = "error";
457
- const _eA = "execArgs";
458
- const _eD = "effectiveDeployments";
459
- const _eE = "errorEntries";
460
- const _eR = "exponentialRate";
461
- const _eS = "errorStack";
462
- const _eSv = "eventSources";
463
- const _eT = "errorTypes";
464
- const _eV = "environmentVariables";
465
- const _en = "entries";
466
- const _er = "errors";
467
- const _f = "fields";
468
- const _fHP = "failureHandlingPolicy";
469
- const _fT = "failureType";
470
- const _h = "http";
471
- const _hA = "hostAddress";
472
- const _hE = "httpError";
473
- const _hF = "historyFilter";
474
- const _hH = "httpHeader";
475
- const _hL = "httpLabel";
476
- const _hQ = "httpQuery";
477
- const _i = "id";
478
- const _iC = "installedComponents";
479
- const _iET = "iotEndpointType";
480
- const _iF = "incrementFactor";
481
- const _iJA = "iotJobArn";
482
- const _iJC = "iotJobConfiguration";
483
- const _iJI = "iotJobId";
484
- const _iLFT = "isLatestForTarget";
485
- const _iM = "isolationMode";
486
- const _iPET = "inputPayloadEncodingType";
487
- const _iPTIM = "inProgressTimeoutInMinutes";
488
- const _iR = "inlineRecipe";
489
- const _iRs = "isRoot";
490
- const _jERC = "jobExecutionsRolloutConfig";
491
- const _jN = "jsonName";
492
- const _lA = "lambdaArn";
493
- const _lF = "lambdaFunction";
494
- const _lIS = "lastInstallationSource";
495
- const _lPP = "linuxProcessParams";
496
- const _lRT = "lastReportedTimestamp";
497
- const _lS = "lifecycleState";
498
- const _lSC = "lifecycleStatusCodes";
499
- const _lSCT = "lastStatusChangeTimestamp";
500
- const _lSD = "lifecycleStateDetails";
501
- const _lSUT = "lastStatusUpdateTimestamp";
502
- const _lV = "latestVersion";
503
- const _m = "message";
504
- const _mIC = "maxInstancesCount";
505
- const _mITIS = "maxIdleTimeInSeconds";
506
- const _mNOET = "minNumberOfExecutedThings";
507
- const _mPM = "maximumPerMinute";
508
- const _mQS = "maxQueueSize";
509
- const _mR = "maxResults";
510
- const _mROS = "mountROSysfs";
511
- const _mSIKB = "memorySizeInKB";
512
- const _mT = "modifiedTimestamp";
513
- const _me = "merge";
514
- const _mem = "memory";
515
- const _met = "metadata";
516
- const _n = "name";
517
- const _nONT = "numberOfNotifiedThings";
518
- const _nOST = "numberOfSucceededThings";
519
- const _nT = "nextToken";
520
- const _p = "publisher";
521
- const _pN = "portNumber";
522
- const _pSU = "preSignedUrl";
523
- const _pTA = "parentTargetArn";
524
- const _pU = "posixUser";
525
- const _pa = "path";
526
- const _pe = "permission";
527
- const _pi = "pinned";
528
- const _pl = "platforms";
529
- const _pla = "platform";
530
- const _qC = "quotaCode";
531
- const _r = "reset";
532
- const _rA = "roleArn";
533
- const _rAS = "retryAfterSeconds";
534
- const _rAe = "resourceArn";
535
- const _rCV = "resolvedComponentVersions";
536
- const _rI = "resourceId";
537
- const _rIC = "rateIncreaseCriteria";
538
- const _rIe = "revisionId";
539
- const _rOF = "recipeOutputFormat";
540
- const _rT = "resourceType";
541
- const _rW = "runWith";
542
- const _re = "reason";
543
- const _rec = "recipe";
544
- const _ru = "runtime";
545
- const _s = "status";
546
- const _sC = "serviceCode";
547
- const _sD = "statusDetails";
548
- const _sET = "s3EndpointType";
549
- const _sP = "sourcePath";
550
- const _sRL = "systemResourceLimits";
551
- const _sTIS = "statusTimeoutInSeconds";
552
- const _sc = "scope";
553
- const _se = "server";
554
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.greengrassv2";
555
- const _t = "tags";
556
- const _tA = "targetArn";
557
- const _tC = "timeoutConfig";
558
- const _tF = "topologyFilter";
559
- const _tGA = "thingGroupArn";
560
- const _tIS = "timeoutInSeconds";
561
- const _tK = "tagKeys";
562
- const _tN = "thingName";
563
- const _tP = "thresholdPercentage";
564
- const _to = "topic";
565
- const _ty = "type";
566
- const _v = "volumes";
567
- const _vG = "vendorGuidance";
568
- const _vGM = "vendorGuidanceMessage";
569
- const _vR = "versionRequirements";
570
- const _vRe = "versionRequirement";
571
- const _ve = "version";
572
- const _wU = "windowsUser";
573
- const _xaiet = "x-amz-iot-endpoint-type";
574
- const n0 = "com.amazonaws.greengrassv2";
575
- var AccessDeniedException$ = [-3, n0, _ADE,
576
- { [_e]: _c, [_hE]: 403 },
577
- [_m],
578
- [0], 1
579
- ];
580
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
581
- var AssociateClientDeviceWithCoreDeviceEntry$ = [3, n0, _ACDWCDE,
582
- 0,
583
- [_tN],
584
- [0], 1
585
- ];
586
- var AssociateClientDeviceWithCoreDeviceErrorEntry$ = [3, n0, _ACDWCDEE,
587
- 0,
588
- [_tN, _co, _m],
589
- [0, 0, 0]
590
- ];
591
- var AssociatedClientDevice$ = [3, n0, _ACD,
592
- 0,
593
- [_tN, _aT],
594
- [0, 4]
595
- ];
596
- var AssociateServiceRoleToAccountRequest$ = [3, n0, _ASRTAR,
597
- 0,
598
- [_rA],
599
- [[0, { [_jN]: _RA }]], 1
600
- ];
601
- var AssociateServiceRoleToAccountResponse$ = [3, n0, _ASRTARs,
602
- 0,
603
- [_aA],
604
- [[0, { [_jN]: _AA }]]
605
- ];
606
- var BatchAssociateClientDeviceWithCoreDeviceRequest$ = [3, n0, _BACDWCDR,
607
- 0,
608
- [_cDTN, _en],
609
- [[0, 1], () => AssociateClientDeviceWithCoreDeviceEntryList], 1
610
- ];
611
- var BatchAssociateClientDeviceWithCoreDeviceResponse$ = [3, n0, _BACDWCDRa,
612
- 0,
613
- [_eE],
614
- [() => AssociateClientDeviceWithCoreDeviceErrorList]
615
- ];
616
- var BatchDisassociateClientDeviceFromCoreDeviceRequest$ = [3, n0, _BDCDFCDR,
617
- 0,
618
- [_cDTN, _en],
619
- [[0, 1], () => DisassociateClientDeviceFromCoreDeviceEntryList], 1
620
- ];
621
- var BatchDisassociateClientDeviceFromCoreDeviceResponse$ = [3, n0, _BDCDFCDRa,
622
- 0,
623
- [_eE],
624
- [() => DisassociateClientDeviceFromCoreDeviceErrorList]
625
- ];
626
- var CancelDeploymentRequest$ = [3, n0, _CDR,
627
- 0,
628
- [_dI],
629
- [[0, 1]], 1
630
- ];
631
- var CancelDeploymentResponse$ = [3, n0, _CDRa,
632
- 0,
633
- [_m],
634
- [0]
635
- ];
636
- var CloudComponentStatus$ = [3, n0, _CCS,
637
- 0,
638
- [_cS, _m, _er, _vG, _vGM],
639
- [0, 0, 128 | 0, 0, 0]
640
- ];
641
- var Component$ = [3, n0, _C,
642
- 0,
643
- [_a, _cN, _lV],
644
- [0, 0, () => ComponentLatestVersion$]
645
- ];
646
- var ComponentCandidate$ = [3, n0, _CC,
647
- 0,
648
- [_cN, _cV, _vR],
649
- [0, 0, 128 | 0]
650
- ];
651
- var ComponentConfigurationUpdate$ = [3, n0, _CCU,
652
- 0,
653
- [_me, _r],
654
- [0, 64 | 0]
655
- ];
656
- var ComponentDependencyRequirement$ = [3, n0, _CDRo,
657
- 0,
658
- [_vRe, _dT],
659
- [0, 0]
660
- ];
661
- var ComponentDeploymentSpecification$ = [3, n0, _CDS,
662
- 0,
663
- [_cV, _cU, _rW],
664
- [0, () => ComponentConfigurationUpdate$, () => ComponentRunWith$], 1
665
- ];
666
- var ComponentLatestVersion$ = [3, n0, _CLV,
667
- 0,
668
- [_a, _cV, _cT, _d, _p, _pl],
669
- [0, 0, 4, 0, 0, () => ComponentPlatformList]
670
- ];
671
- var ComponentPlatform$ = [3, n0, _CP,
672
- 0,
673
- [_n, _at],
674
- [0, 128 | 0]
675
- ];
676
- var ComponentRunWith$ = [3, n0, _CRW,
677
- 0,
678
- [_pU, _sRL, _wU],
679
- [0, () => SystemResourceLimits$, 0]
680
- ];
681
- var ComponentVersionListItem$ = [3, n0, _CVLI,
682
- 0,
683
- [_cN, _cV, _a],
684
- [0, 0, 0]
685
- ];
686
- var ConflictException$ = [-3, n0, _CE,
687
- { [_e]: _c, [_hE]: 409 },
688
- [_m, _rI, _rT],
689
- [0, 0, 0], 3
690
- ];
691
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
692
- var ConnectivityInfo$ = [3, n0, _CI,
693
- 0,
694
- [_i, _hA, _pN, _met],
695
- [[0, { [_jN]: _I }], [0, { [_jN]: _HA }], [1, { [_jN]: _PN }], [0, { [_jN]: _M }]]
696
- ];
697
- var CoreDevice$ = [3, n0, _CD,
698
- 0,
699
- [_cDTN, _s, _lSUT, _pla, _ar, _ru],
700
- [0, 0, 4, 0, 0, 0]
701
- ];
702
- var CreateComponentVersionRequest$ = [3, n0, _CCVR,
703
- 0,
704
- [_iR, _lF, _t, _cTl],
705
- [21, () => LambdaFunctionRecipeSource$, 128 | 0, [0, 4]]
706
- ];
707
- var CreateComponentVersionResponse$ = [3, n0, _CCVRr,
708
- 0,
709
- [_cN, _cV, _cT, _s, _a],
710
- [0, 0, 4, () => CloudComponentStatus$, 0], 4
711
- ];
712
- var CreateDeploymentRequest$ = [3, n0, _CDRr,
713
- 0,
714
- [_tA, _dN, _com, _iJC, _dP, _pTA, _t, _cTl],
715
- [0, 0, () => ComponentDeploymentSpecifications, () => DeploymentIoTJobConfiguration$, () => DeploymentPolicies$, 0, 128 | 0, [0, 4]], 1
716
- ];
717
- var CreateDeploymentResponse$ = [3, n0, _CDRre,
718
- 0,
719
- [_dI, _iJI, _iJA],
720
- [0, 0, 0]
721
- ];
722
- var DeleteComponentRequest$ = [3, n0, _DCR,
723
- 0,
724
- [_a],
725
- [[0, 1]], 1
726
- ];
727
- var DeleteCoreDeviceRequest$ = [3, n0, _DCDR,
728
- 0,
729
- [_cDTN],
730
- [[0, 1]], 1
731
- ];
732
- var DeleteDeploymentRequest$ = [3, n0, _DDR,
733
- 0,
734
- [_dI],
735
- [[0, 1]], 1
736
- ];
737
- var Deployment$ = [3, n0, _D,
738
- 0,
739
- [_tA, _rIe, _dI, _dN, _cT, _dS, _iLFT, _pTA],
740
- [0, 0, 0, 0, 4, 0, 2, 0]
741
- ];
742
- var DeploymentComponentUpdatePolicy$ = [3, n0, _DCUP,
743
- 0,
744
- [_tIS, _ac],
745
- [1, 0]
746
- ];
747
- var DeploymentConfigurationValidationPolicy$ = [3, n0, _DCVP,
748
- 0,
749
- [_tIS],
750
- [1]
751
- ];
752
- var DeploymentIoTJobConfiguration$ = [3, n0, _DITJC,
753
- 0,
754
- [_jERC, _aC, _tC],
755
- [() => IoTJobExecutionsRolloutConfig$, () => IoTJobAbortConfig$, () => IoTJobTimeoutConfig$]
756
- ];
757
- var DeploymentPolicies$ = [3, n0, _DP,
758
- 0,
759
- [_fHP, _cUP, _cVP],
760
- [0, () => DeploymentComponentUpdatePolicy$, () => DeploymentConfigurationValidationPolicy$]
761
- ];
762
- var DescribeComponentRequest$ = [3, n0, _DCRe,
763
- 0,
764
- [_a],
765
- [[0, 1]], 1
766
- ];
767
- var DescribeComponentResponse$ = [3, n0, _DCRes,
768
- 0,
769
- [_a, _cN, _cV, _cT, _p, _d, _s, _pl, _t],
770
- [0, 0, 0, 4, 0, 0, () => CloudComponentStatus$, () => ComponentPlatformList, 128 | 0]
771
- ];
772
- var DisassociateClientDeviceFromCoreDeviceEntry$ = [3, n0, _DCDFCDE,
773
- 0,
774
- [_tN],
775
- [0], 1
776
- ];
777
- var DisassociateClientDeviceFromCoreDeviceErrorEntry$ = [3, n0, _DCDFCDEE,
778
- 0,
779
- [_tN, _co, _m],
780
- [0, 0, 0]
781
- ];
782
- var DisassociateServiceRoleFromAccountRequest$ = [3, n0, _DSRFAR,
783
- 0,
784
- [],
785
- []
786
- ];
787
- var DisassociateServiceRoleFromAccountResponse$ = [3, n0, _DSRFARi,
788
- 0,
789
- [_dA],
790
- [[0, { [_jN]: _DA }]]
791
- ];
792
- var EffectiveDeployment$ = [3, n0, _ED,
793
- 0,
794
- [_dI, _dN, _tA, _cDES, _cT, _mT, _iJI, _iJA, _d, _re, _sD],
795
- [0, 0, 0, 0, 4, 4, 0, 0, 0, 0, () => EffectiveDeploymentStatusDetails$], 6
796
- ];
797
- var EffectiveDeploymentStatusDetails$ = [3, n0, _EDSD,
798
- 0,
799
- [_eS, _eT],
800
- [64 | 0, 64 | 0]
801
- ];
802
- var GetComponentRequest$ = [3, n0, _GCR,
803
- 0,
804
- [_a, _rOF],
805
- [[0, 1], [0, { [_hQ]: _rOF }]], 1
806
- ];
807
- var GetComponentResponse$ = [3, n0, _GCRe,
808
- 0,
809
- [_rOF, _rec, _t],
810
- [0, 21, 128 | 0], 2
811
- ];
812
- var GetComponentVersionArtifactRequest$ = [3, n0, _GCVAR,
813
- 0,
814
- [_a, _aN, _sET, _iET],
815
- [[0, 1], [0, 1], [0, { [_hQ]: _sET }], [0, { [_hH]: _xaiet }]], 2
816
- ];
817
- var GetComponentVersionArtifactResponse$ = [3, n0, _GCVARe,
818
- 0,
819
- [_pSU],
820
- [0], 1
821
- ];
822
- var GetConnectivityInfoRequest$ = [3, n0, _GCIR,
823
- 0,
824
- [_tN],
825
- [[0, 1]], 1
826
- ];
827
- var GetConnectivityInfoResponse$ = [3, n0, _GCIRe,
828
- 0,
829
- [_cI, _m],
830
- [[() => connectivityInfoList, { [_jN]: _CI }], [0, { [_jN]: _Me }]]
831
- ];
832
- var GetCoreDeviceRequest$ = [3, n0, _GCDR,
833
- 0,
834
- [_cDTN],
835
- [[0, 1]], 1
836
- ];
837
- var GetCoreDeviceResponse$ = [3, n0, _GCDRe,
838
- 0,
839
- [_cDTN, _cVo, _pla, _ar, _ru, _s, _lSUT, _t],
840
- [0, 0, 0, 0, 0, 0, 4, 128 | 0]
841
- ];
842
- var GetDeploymentRequest$ = [3, n0, _GDR,
843
- 0,
844
- [_dI],
845
- [[0, 1]], 1
846
- ];
847
- var GetDeploymentResponse$ = [3, n0, _GDRe,
848
- 0,
849
- [_tA, _rIe, _dI, _dN, _dS, _iJI, _iJA, _com, _dP, _iJC, _cT, _iLFT, _pTA, _t],
850
- [0, 0, 0, 0, 0, 0, 0, () => ComponentDeploymentSpecifications, () => DeploymentPolicies$, () => DeploymentIoTJobConfiguration$, 4, 2, 0, 128 | 0]
851
- ];
852
- var GetServiceRoleForAccountRequest$ = [3, n0, _GSRFAR,
853
- 0,
854
- [],
855
- []
856
- ];
857
- var GetServiceRoleForAccountResponse$ = [3, n0, _GSRFARe,
858
- 0,
859
- [_aA, _rA],
860
- [[0, { [_jN]: _AA }], [0, { [_jN]: _RA }]]
861
- ];
862
- var InstalledComponent$ = [3, n0, _IC,
863
- 0,
864
- [_cN, _cV, _lS, _lSD, _iRs, _lSCT, _lRT, _lIS, _lSC],
865
- [0, 0, 0, 0, 2, 4, 4, 0, 64 | 0]
866
- ];
867
- var InternalServerException$ = [-3, n0, _ISE,
868
- { [_e]: _se, [_hE]: 500 },
869
- [_m, _rAS],
870
- [0, [1, { [_hH]: _RA_ }]], 1
871
- ];
872
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
873
- var IoTJobAbortConfig$ = [3, n0, _ITJAC,
874
- 0,
875
- [_cL],
876
- [() => IoTJobAbortCriteriaList], 1
877
- ];
878
- var IoTJobAbortCriteria$ = [3, n0, _ITJACo,
879
- 0,
880
- [_fT, _ac, _tP, _mNOET],
881
- [0, 0, 1, 1], 4
882
- ];
883
- var IoTJobExecutionsRolloutConfig$ = [3, n0, _ITJERC,
884
- 0,
885
- [_eR, _mPM],
886
- [() => IoTJobExponentialRolloutRate$, 1]
887
- ];
888
- var IoTJobExponentialRolloutRate$ = [3, n0, _ITJERR,
889
- 0,
890
- [_bRPM, _iF, _rIC],
891
- [1, 1, () => IoTJobRateIncreaseCriteria$], 3
892
- ];
893
- var IoTJobRateIncreaseCriteria$ = [3, n0, _ITJRIC,
894
- 0,
895
- [_nONT, _nOST],
896
- [1, 1]
897
- ];
898
- var IoTJobTimeoutConfig$ = [3, n0, _ITJTC,
899
- 0,
900
- [_iPTIM],
901
- [1]
902
- ];
903
- var LambdaContainerParams$ = [3, n0, _LCP,
904
- 0,
905
- [_mSIKB, _mROS, _v, _de],
906
- [1, 2, () => LambdaVolumeList, () => LambdaDeviceList]
907
- ];
908
- var LambdaDeviceMount$ = [3, n0, _LDM,
909
- 0,
910
- [_pa, _pe, _aGO],
911
- [0, 0, 2], 1
912
- ];
913
- var LambdaEventSource$ = [3, n0, _LES,
914
- 0,
915
- [_to, _ty],
916
- [0, 0], 2
917
- ];
918
- var LambdaExecutionParameters$ = [3, n0, _LEP,
919
- 0,
920
- [_eSv, _mQS, _mIC, _mITIS, _tIS, _sTIS, _pi, _iPET, _eA, _eV, _lPP],
921
- [() => LambdaEventSourceList, 1, 1, 1, 1, 1, 2, 0, 64 | 0, 128 | 0, () => LambdaLinuxProcessParams$]
922
- ];
923
- var LambdaFunctionRecipeSource$ = [3, n0, _LFRS,
924
- 0,
925
- [_lA, _cN, _cV, _cP, _cD, _cLP],
926
- [0, 0, 0, () => ComponentPlatformList, () => ComponentDependencyMap, () => LambdaExecutionParameters$], 1
927
- ];
928
- var LambdaLinuxProcessParams$ = [3, n0, _LLPP,
929
- 0,
930
- [_iM, _cPo],
931
- [0, () => LambdaContainerParams$]
932
- ];
933
- var LambdaVolumeMount$ = [3, n0, _LVM,
934
- 0,
935
- [_sP, _dPe, _pe, _aGO],
936
- [0, 0, 0, 2], 2
937
- ];
938
- var ListClientDevicesAssociatedWithCoreDeviceRequest$ = [3, n0, _LCDAWCDR,
939
- 0,
940
- [_cDTN, _mR, _nT],
941
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
942
- ];
943
- var ListClientDevicesAssociatedWithCoreDeviceResponse$ = [3, n0, _LCDAWCDRi,
944
- 0,
945
- [_aCD, _nT],
946
- [() => AssociatedClientDeviceList, 0]
947
- ];
948
- var ListComponentsRequest$ = [3, n0, _LCR,
949
- 0,
950
- [_sc, _mR, _nT],
951
- [[0, { [_hQ]: _sc }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
952
- ];
953
- var ListComponentsResponse$ = [3, n0, _LCRi,
954
- 0,
955
- [_com, _nT],
956
- [() => ComponentList, 0]
957
- ];
958
- var ListComponentVersionsRequest$ = [3, n0, _LCVR,
959
- 0,
960
- [_a, _mR, _nT],
961
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
962
- ];
963
- var ListComponentVersionsResponse$ = [3, n0, _LCVRi,
964
- 0,
965
- [_cVom, _nT],
966
- [() => ComponentVersionList, 0]
967
- ];
968
- var ListCoreDevicesRequest$ = [3, n0, _LCDR,
969
- 0,
970
- [_tGA, _s, _mR, _nT, _ru],
971
- [[0, { [_hQ]: _tGA }], [0, { [_hQ]: _s }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _ru }]]
972
- ];
973
- var ListCoreDevicesResponse$ = [3, n0, _LCDRi,
974
- 0,
975
- [_cDo, _nT],
976
- [() => CoreDevicesList, 0]
977
- ];
978
- var ListDeploymentsRequest$ = [3, n0, _LDR,
979
- 0,
980
- [_tA, _hF, _pTA, _mR, _nT],
981
- [[0, { [_hQ]: _tA }], [0, { [_hQ]: _hF }], [0, { [_hQ]: _pTA }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
982
- ];
983
- var ListDeploymentsResponse$ = [3, n0, _LDRi,
984
- 0,
985
- [_dep, _nT],
986
- [() => DeploymentList, 0]
987
- ];
988
- var ListEffectiveDeploymentsRequest$ = [3, n0, _LEDR,
989
- 0,
990
- [_cDTN, _mR, _nT],
991
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
992
- ];
993
- var ListEffectiveDeploymentsResponse$ = [3, n0, _LEDRi,
994
- 0,
995
- [_eD, _nT],
996
- [() => EffectiveDeploymentsList, 0]
997
- ];
998
- var ListInstalledComponentsRequest$ = [3, n0, _LICR,
999
- 0,
1000
- [_cDTN, _mR, _nT, _tF],
1001
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _tF }]], 1
1002
- ];
1003
- var ListInstalledComponentsResponse$ = [3, n0, _LICRi,
1004
- 0,
1005
- [_iC, _nT],
1006
- [() => InstalledComponentList, 0]
1007
- ];
1008
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1009
- 0,
1010
- [_rAe],
1011
- [[0, 1]], 1
1012
- ];
1013
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1014
- 0,
1015
- [_t],
1016
- [128 | 0]
1017
- ];
1018
- var RequestAlreadyInProgressException$ = [-3, n0, _RAIPE,
1019
- { [_e]: _c, [_hE]: 400 },
1020
- [_m],
1021
- [0], 1
1022
- ];
1023
- schema.TypeRegistry.for(n0).registerError(RequestAlreadyInProgressException$, RequestAlreadyInProgressException);
1024
- var ResolveComponentCandidatesRequest$ = [3, n0, _RCCR,
1025
- 0,
1026
- [_pla, _cC],
1027
- [() => ComponentPlatform$, () => ComponentCandidateList]
1028
- ];
1029
- var ResolveComponentCandidatesResponse$ = [3, n0, _RCCRe,
1030
- 0,
1031
- [_rCV],
1032
- [() => ResolvedComponentVersionsList]
1033
- ];
1034
- var ResolvedComponentVersion$ = [3, n0, _RCV,
1035
- 0,
1036
- [_a, _cN, _cV, _rec, _vG, _m],
1037
- [0, 0, 0, 21, 0, 0]
1038
- ];
1039
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
1040
- { [_e]: _c, [_hE]: 404 },
1041
- [_m, _rI, _rT],
1042
- [0, 0, 0], 3
1043
- ];
1044
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1045
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1046
- { [_e]: _c, [_hE]: 402 },
1047
- [_m, _qC, _sC, _rI, _rT],
1048
- [0, 0, 0, 0, 0], 3
1049
- ];
1050
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1051
- var SystemResourceLimits$ = [3, n0, _SRL,
1052
- 0,
1053
- [_mem, _cp],
1054
- [1, 1]
1055
- ];
1056
- var TagResourceRequest$ = [3, n0, _TRR,
1057
- 0,
1058
- [_rAe, _t],
1059
- [[0, 1], 128 | 0], 2
1060
- ];
1061
- var TagResourceResponse$ = [3, n0, _TRRa,
1062
- 0,
1063
- [],
1064
- []
1065
- ];
1066
- var ThrottlingException$ = [-3, n0, _TE,
1067
- { [_e]: _c, [_hE]: 429 },
1068
- [_m, _qC, _sC, _rAS],
1069
- [0, 0, 0, [1, { [_hH]: _RA_ }]], 1
1070
- ];
1071
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1072
- var UntagResourceRequest$ = [3, n0, _URR,
1073
- 0,
1074
- [_rAe, _tK],
1075
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
1076
- ];
1077
- var UntagResourceResponse$ = [3, n0, _URRn,
1078
- 0,
1079
- [],
1080
- []
1081
- ];
1082
- var UpdateConnectivityInfoRequest$ = [3, n0, _UCIR,
1083
- 0,
1084
- [_tN, _cI],
1085
- [[0, { [_hL]: 1, [_jN]: _TN }], [() => connectivityInfoList, { [_jN]: _CI }]], 2
1086
- ];
1087
- var UpdateConnectivityInfoResponse$ = [3, n0, _UCIRp,
1088
- 0,
1089
- [_ve, _m],
1090
- [[0, { [_jN]: _V }], [0, { [_jN]: _Me }]]
1091
- ];
1092
- var ValidationException$ = [-3, n0, _VE,
1093
- { [_e]: _c, [_hE]: 400 },
1094
- [_m, _re, _f],
1095
- [0, 0, () => ValidationExceptionFieldList], 1
1096
- ];
1097
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1098
- var ValidationExceptionField$ = [3, n0, _VEF,
1099
- 0,
1100
- [_n, _m],
1101
- [0, 0], 2
1102
- ];
1103
- var __Unit = "unit";
1104
- var GreengrassV2ServiceException$ = [-3, _sm, "GreengrassV2ServiceException", 0, [], []];
1105
- schema.TypeRegistry.for(_sm).registerError(GreengrassV2ServiceException$, GreengrassV2ServiceException);
1106
- var AssociateClientDeviceWithCoreDeviceEntryList = [1, n0, _ACDWCDEL,
1107
- 0, () => AssociateClientDeviceWithCoreDeviceEntry$
1108
- ];
1109
- var AssociateClientDeviceWithCoreDeviceErrorList = [1, n0, _ACDWCDELs,
1110
- 0, () => AssociateClientDeviceWithCoreDeviceErrorEntry$
1111
- ];
1112
- var AssociatedClientDeviceList = [1, n0, _ACDL,
1113
- 0, () => AssociatedClientDevice$
1114
- ];
1115
- var ComponentCandidateList = [1, n0, _CCL,
1116
- 0, () => ComponentCandidate$
1117
- ];
1118
- var ComponentList = [1, n0, _CL,
1119
- 0, () => Component$
1120
- ];
1121
- var ComponentPlatformList = [1, n0, _CPL,
1122
- 0, () => ComponentPlatform$
1123
- ];
1124
- var ComponentVersionList = [1, n0, _CVL,
1125
- 0, () => ComponentVersionListItem$
1126
- ];
1127
- var connectivityInfoList = [1, n0, _cIL,
1128
- 0, [() => ConnectivityInfo$,
1129
- 0]
1130
- ];
1131
- var CoreDevicesList = [1, n0, _CDL,
1132
- 0, () => CoreDevice$
1133
- ];
1134
- var DeploymentList = [1, n0, _DL,
1135
- 0, () => Deployment$
1136
- ];
1137
- var DisassociateClientDeviceFromCoreDeviceEntryList = [1, n0, _DCDFCDEL,
1138
- 0, () => DisassociateClientDeviceFromCoreDeviceEntry$
1139
- ];
1140
- var DisassociateClientDeviceFromCoreDeviceErrorList = [1, n0, _DCDFCDELi,
1141
- 0, () => DisassociateClientDeviceFromCoreDeviceErrorEntry$
1142
- ];
1143
- var EffectiveDeploymentsList = [1, n0, _EDL,
1144
- 0, () => EffectiveDeployment$
1145
- ];
1146
- var InstalledComponentList = [1, n0, _ICL,
1147
- 0, () => InstalledComponent$
1148
- ];
1149
- var IoTJobAbortCriteriaList = [1, n0, _ITJACL,
1150
- 0, () => IoTJobAbortCriteria$
1151
- ];
1152
- var LambdaDeviceList = [1, n0, _LDL,
1153
- 0, () => LambdaDeviceMount$
1154
- ];
1155
- var LambdaEventSourceList = [1, n0, _LESL,
1156
- 0, () => LambdaEventSource$
1157
- ];
1158
- var LambdaVolumeList = [1, n0, _LVL,
1159
- 0, () => LambdaVolumeMount$
1160
- ];
1161
- var ResolvedComponentVersionsList = [1, n0, _RCVL,
1162
- 0, () => ResolvedComponentVersion$
1163
- ];
1164
- var ValidationExceptionFieldList = [1, n0, _VEFL,
1165
- 0, () => ValidationExceptionField$
1166
- ];
1167
- var ComponentDependencyMap = [2, n0, _CDM,
1168
- 0, 0, () => ComponentDependencyRequirement$
1169
- ];
1170
- var ComponentDeploymentSpecifications = [2, n0, _CDSo,
1171
- 0, 0, () => ComponentDeploymentSpecification$
1172
- ];
1173
- var AssociateServiceRoleToAccount$ = [9, n0, _ASRTA,
1174
- { [_h]: ["PUT", "/greengrass/servicerole", 200] }, () => AssociateServiceRoleToAccountRequest$, () => AssociateServiceRoleToAccountResponse$
1175
- ];
1176
- var BatchAssociateClientDeviceWithCoreDevice$ = [9, n0, _BACDWCD,
1177
- { [_h]: ["POST", "/greengrass/v2/coreDevices/{coreDeviceThingName}/associateClientDevices", 200] }, () => BatchAssociateClientDeviceWithCoreDeviceRequest$, () => BatchAssociateClientDeviceWithCoreDeviceResponse$
1178
- ];
1179
- var BatchDisassociateClientDeviceFromCoreDevice$ = [9, n0, _BDCDFCD,
1180
- { [_h]: ["POST", "/greengrass/v2/coreDevices/{coreDeviceThingName}/disassociateClientDevices", 200] }, () => BatchDisassociateClientDeviceFromCoreDeviceRequest$, () => BatchDisassociateClientDeviceFromCoreDeviceResponse$
1181
- ];
1182
- var CancelDeployment$ = [9, n0, _CDa,
1183
- { [_h]: ["POST", "/greengrass/v2/deployments/{deploymentId}/cancel", 200] }, () => CancelDeploymentRequest$, () => CancelDeploymentResponse$
1184
- ];
1185
- var CreateComponentVersion$ = [9, n0, _CCV,
1186
- { [_h]: ["POST", "/greengrass/v2/createComponentVersion", 201] }, () => CreateComponentVersionRequest$, () => CreateComponentVersionResponse$
1187
- ];
1188
- var CreateDeployment$ = [9, n0, _CDr,
1189
- { [_h]: ["POST", "/greengrass/v2/deployments", 201] }, () => CreateDeploymentRequest$, () => CreateDeploymentResponse$
1190
- ];
1191
- var DeleteComponent$ = [9, n0, _DC,
1192
- { [_h]: ["DELETE", "/greengrass/v2/components/{arn}", 204] }, () => DeleteComponentRequest$, () => __Unit
1193
- ];
1194
- var DeleteCoreDevice$ = [9, n0, _DCD,
1195
- { [_h]: ["DELETE", "/greengrass/v2/coreDevices/{coreDeviceThingName}", 204] }, () => DeleteCoreDeviceRequest$, () => __Unit
1196
- ];
1197
- var DeleteDeployment$ = [9, n0, _DD,
1198
- { [_h]: ["DELETE", "/greengrass/v2/deployments/{deploymentId}", 204] }, () => DeleteDeploymentRequest$, () => __Unit
1199
- ];
1200
- var DescribeComponent$ = [9, n0, _DCe,
1201
- { [_h]: ["GET", "/greengrass/v2/components/{arn}/metadata", 200] }, () => DescribeComponentRequest$, () => DescribeComponentResponse$
1202
- ];
1203
- var DisassociateServiceRoleFromAccount$ = [9, n0, _DSRFA,
1204
- { [_h]: ["DELETE", "/greengrass/servicerole", 200] }, () => DisassociateServiceRoleFromAccountRequest$, () => DisassociateServiceRoleFromAccountResponse$
1205
- ];
1206
- var GetComponent$ = [9, n0, _GC,
1207
- { [_h]: ["GET", "/greengrass/v2/components/{arn}", 200] }, () => GetComponentRequest$, () => GetComponentResponse$
1208
- ];
1209
- var GetComponentVersionArtifact$ = [9, n0, _GCVA,
1210
- { [_h]: ["GET", "/greengrass/v2/components/{arn}/artifacts/{artifactName+}", 200] }, () => GetComponentVersionArtifactRequest$, () => GetComponentVersionArtifactResponse$
1211
- ];
1212
- var GetConnectivityInfo$ = [9, n0, _GCI,
1213
- { [_h]: ["GET", "/greengrass/things/{thingName}/connectivityInfo", 200] }, () => GetConnectivityInfoRequest$, () => GetConnectivityInfoResponse$
1214
- ];
1215
- var GetCoreDevice$ = [9, n0, _GCD,
1216
- { [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}", 200] }, () => GetCoreDeviceRequest$, () => GetCoreDeviceResponse$
1217
- ];
1218
- var GetDeployment$ = [9, n0, _GD,
1219
- { [_h]: ["GET", "/greengrass/v2/deployments/{deploymentId}", 200] }, () => GetDeploymentRequest$, () => GetDeploymentResponse$
1220
- ];
1221
- var GetServiceRoleForAccount$ = [9, n0, _GSRFA,
1222
- { [_h]: ["GET", "/greengrass/servicerole", 200] }, () => GetServiceRoleForAccountRequest$, () => GetServiceRoleForAccountResponse$
1223
- ];
1224
- var ListClientDevicesAssociatedWithCoreDevice$ = [9, n0, _LCDAWCD,
1225
- { [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}/associatedClientDevices", 200] }, () => ListClientDevicesAssociatedWithCoreDeviceRequest$, () => ListClientDevicesAssociatedWithCoreDeviceResponse$
1226
- ];
1227
- var ListComponents$ = [9, n0, _LC,
1228
- { [_h]: ["GET", "/greengrass/v2/components", 200] }, () => ListComponentsRequest$, () => ListComponentsResponse$
1229
- ];
1230
- var ListComponentVersions$ = [9, n0, _LCV,
1231
- { [_h]: ["GET", "/greengrass/v2/components/{arn}/versions", 200] }, () => ListComponentVersionsRequest$, () => ListComponentVersionsResponse$
1232
- ];
1233
- var ListCoreDevices$ = [9, n0, _LCD,
1234
- { [_h]: ["GET", "/greengrass/v2/coreDevices", 200] }, () => ListCoreDevicesRequest$, () => ListCoreDevicesResponse$
1235
- ];
1236
- var ListDeployments$ = [9, n0, _LD,
1237
- { [_h]: ["GET", "/greengrass/v2/deployments", 200] }, () => ListDeploymentsRequest$, () => ListDeploymentsResponse$
1238
- ];
1239
- var ListEffectiveDeployments$ = [9, n0, _LED,
1240
- { [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}/effectiveDeployments", 200] }, () => ListEffectiveDeploymentsRequest$, () => ListEffectiveDeploymentsResponse$
1241
- ];
1242
- var ListInstalledComponents$ = [9, n0, _LIC,
1243
- { [_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}/installedComponents", 200] }, () => ListInstalledComponentsRequest$, () => ListInstalledComponentsResponse$
1244
- ];
1245
- var ListTagsForResource$ = [9, n0, _LTFR,
1246
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1247
- ];
1248
- var ResolveComponentCandidates$ = [9, n0, _RCC,
1249
- { [_h]: ["POST", "/greengrass/v2/resolveComponentCandidates", 200] }, () => ResolveComponentCandidatesRequest$, () => ResolveComponentCandidatesResponse$
1250
- ];
1251
- var TagResource$ = [9, n0, _TR,
1252
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
1253
- ];
1254
- var UntagResource$ = [9, n0, _UR,
1255
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1256
- ];
1257
- var UpdateConnectivityInfo$ = [9, n0, _UCI,
1258
- { [_h]: ["PUT", "/greengrass/things/{thingName}/connectivityInfo", 200] }, () => UpdateConnectivityInfoRequest$, () => UpdateConnectivityInfoResponse$
1259
- ];
1260
-
1261
116
  class AssociateServiceRoleToAccountCommand extends smithyClient.Command
1262
117
  .classBuilder()
1263
118
  .ep(commonParams)
@@ -1266,7 +121,7 @@ class AssociateServiceRoleToAccountCommand extends smithyClient.Command
1266
121
  })
1267
122
  .s("GreengrassV2", "AssociateServiceRoleToAccount", {})
1268
123
  .n("GreengrassV2Client", "AssociateServiceRoleToAccountCommand")
1269
- .sc(AssociateServiceRoleToAccount$)
124
+ .sc(schemas_0.AssociateServiceRoleToAccount$)
1270
125
  .build() {
1271
126
  }
1272
127
 
@@ -1278,7 +133,7 @@ class BatchAssociateClientDeviceWithCoreDeviceCommand extends smithyClient.Comma
1278
133
  })
1279
134
  .s("GreengrassV2", "BatchAssociateClientDeviceWithCoreDevice", {})
1280
135
  .n("GreengrassV2Client", "BatchAssociateClientDeviceWithCoreDeviceCommand")
1281
- .sc(BatchAssociateClientDeviceWithCoreDevice$)
136
+ .sc(schemas_0.BatchAssociateClientDeviceWithCoreDevice$)
1282
137
  .build() {
1283
138
  }
1284
139
 
@@ -1290,7 +145,7 @@ class BatchDisassociateClientDeviceFromCoreDeviceCommand extends smithyClient.Co
1290
145
  })
1291
146
  .s("GreengrassV2", "BatchDisassociateClientDeviceFromCoreDevice", {})
1292
147
  .n("GreengrassV2Client", "BatchDisassociateClientDeviceFromCoreDeviceCommand")
1293
- .sc(BatchDisassociateClientDeviceFromCoreDevice$)
148
+ .sc(schemas_0.BatchDisassociateClientDeviceFromCoreDevice$)
1294
149
  .build() {
1295
150
  }
1296
151
 
@@ -1302,7 +157,7 @@ class CancelDeploymentCommand extends smithyClient.Command
1302
157
  })
1303
158
  .s("GreengrassV2", "CancelDeployment", {})
1304
159
  .n("GreengrassV2Client", "CancelDeploymentCommand")
1305
- .sc(CancelDeployment$)
160
+ .sc(schemas_0.CancelDeployment$)
1306
161
  .build() {
1307
162
  }
1308
163
 
@@ -1314,7 +169,7 @@ class CreateComponentVersionCommand extends smithyClient.Command
1314
169
  })
1315
170
  .s("GreengrassV2", "CreateComponentVersion", {})
1316
171
  .n("GreengrassV2Client", "CreateComponentVersionCommand")
1317
- .sc(CreateComponentVersion$)
172
+ .sc(schemas_0.CreateComponentVersion$)
1318
173
  .build() {
1319
174
  }
1320
175
 
@@ -1326,7 +181,7 @@ class CreateDeploymentCommand extends smithyClient.Command
1326
181
  })
1327
182
  .s("GreengrassV2", "CreateDeployment", {})
1328
183
  .n("GreengrassV2Client", "CreateDeploymentCommand")
1329
- .sc(CreateDeployment$)
184
+ .sc(schemas_0.CreateDeployment$)
1330
185
  .build() {
1331
186
  }
1332
187
 
@@ -1338,7 +193,7 @@ class DeleteComponentCommand extends smithyClient.Command
1338
193
  })
1339
194
  .s("GreengrassV2", "DeleteComponent", {})
1340
195
  .n("GreengrassV2Client", "DeleteComponentCommand")
1341
- .sc(DeleteComponent$)
196
+ .sc(schemas_0.DeleteComponent$)
1342
197
  .build() {
1343
198
  }
1344
199
 
@@ -1350,7 +205,7 @@ class DeleteCoreDeviceCommand extends smithyClient.Command
1350
205
  })
1351
206
  .s("GreengrassV2", "DeleteCoreDevice", {})
1352
207
  .n("GreengrassV2Client", "DeleteCoreDeviceCommand")
1353
- .sc(DeleteCoreDevice$)
208
+ .sc(schemas_0.DeleteCoreDevice$)
1354
209
  .build() {
1355
210
  }
1356
211
 
@@ -1362,7 +217,7 @@ class DeleteDeploymentCommand extends smithyClient.Command
1362
217
  })
1363
218
  .s("GreengrassV2", "DeleteDeployment", {})
1364
219
  .n("GreengrassV2Client", "DeleteDeploymentCommand")
1365
- .sc(DeleteDeployment$)
220
+ .sc(schemas_0.DeleteDeployment$)
1366
221
  .build() {
1367
222
  }
1368
223
 
@@ -1374,7 +229,7 @@ class DescribeComponentCommand extends smithyClient.Command
1374
229
  })
1375
230
  .s("GreengrassV2", "DescribeComponent", {})
1376
231
  .n("GreengrassV2Client", "DescribeComponentCommand")
1377
- .sc(DescribeComponent$)
232
+ .sc(schemas_0.DescribeComponent$)
1378
233
  .build() {
1379
234
  }
1380
235
 
@@ -1386,7 +241,7 @@ class DisassociateServiceRoleFromAccountCommand extends smithyClient.Command
1386
241
  })
1387
242
  .s("GreengrassV2", "DisassociateServiceRoleFromAccount", {})
1388
243
  .n("GreengrassV2Client", "DisassociateServiceRoleFromAccountCommand")
1389
- .sc(DisassociateServiceRoleFromAccount$)
244
+ .sc(schemas_0.DisassociateServiceRoleFromAccount$)
1390
245
  .build() {
1391
246
  }
1392
247
 
@@ -1398,7 +253,7 @@ class GetComponentCommand extends smithyClient.Command
1398
253
  })
1399
254
  .s("GreengrassV2", "GetComponent", {})
1400
255
  .n("GreengrassV2Client", "GetComponentCommand")
1401
- .sc(GetComponent$)
256
+ .sc(schemas_0.GetComponent$)
1402
257
  .build() {
1403
258
  }
1404
259
 
@@ -1410,7 +265,7 @@ class GetComponentVersionArtifactCommand extends smithyClient.Command
1410
265
  })
1411
266
  .s("GreengrassV2", "GetComponentVersionArtifact", {})
1412
267
  .n("GreengrassV2Client", "GetComponentVersionArtifactCommand")
1413
- .sc(GetComponentVersionArtifact$)
268
+ .sc(schemas_0.GetComponentVersionArtifact$)
1414
269
  .build() {
1415
270
  }
1416
271
 
@@ -1422,7 +277,7 @@ class GetConnectivityInfoCommand extends smithyClient.Command
1422
277
  })
1423
278
  .s("GreengrassV2", "GetConnectivityInfo", {})
1424
279
  .n("GreengrassV2Client", "GetConnectivityInfoCommand")
1425
- .sc(GetConnectivityInfo$)
280
+ .sc(schemas_0.GetConnectivityInfo$)
1426
281
  .build() {
1427
282
  }
1428
283
 
@@ -1434,7 +289,7 @@ class GetCoreDeviceCommand extends smithyClient.Command
1434
289
  })
1435
290
  .s("GreengrassV2", "GetCoreDevice", {})
1436
291
  .n("GreengrassV2Client", "GetCoreDeviceCommand")
1437
- .sc(GetCoreDevice$)
292
+ .sc(schemas_0.GetCoreDevice$)
1438
293
  .build() {
1439
294
  }
1440
295
 
@@ -1446,7 +301,7 @@ class GetDeploymentCommand extends smithyClient.Command
1446
301
  })
1447
302
  .s("GreengrassV2", "GetDeployment", {})
1448
303
  .n("GreengrassV2Client", "GetDeploymentCommand")
1449
- .sc(GetDeployment$)
304
+ .sc(schemas_0.GetDeployment$)
1450
305
  .build() {
1451
306
  }
1452
307
 
@@ -1458,7 +313,7 @@ class GetServiceRoleForAccountCommand extends smithyClient.Command
1458
313
  })
1459
314
  .s("GreengrassV2", "GetServiceRoleForAccount", {})
1460
315
  .n("GreengrassV2Client", "GetServiceRoleForAccountCommand")
1461
- .sc(GetServiceRoleForAccount$)
316
+ .sc(schemas_0.GetServiceRoleForAccount$)
1462
317
  .build() {
1463
318
  }
1464
319
 
@@ -1470,7 +325,7 @@ class ListClientDevicesAssociatedWithCoreDeviceCommand extends smithyClient.Comm
1470
325
  })
1471
326
  .s("GreengrassV2", "ListClientDevicesAssociatedWithCoreDevice", {})
1472
327
  .n("GreengrassV2Client", "ListClientDevicesAssociatedWithCoreDeviceCommand")
1473
- .sc(ListClientDevicesAssociatedWithCoreDevice$)
328
+ .sc(schemas_0.ListClientDevicesAssociatedWithCoreDevice$)
1474
329
  .build() {
1475
330
  }
1476
331
 
@@ -1482,7 +337,7 @@ class ListComponentsCommand extends smithyClient.Command
1482
337
  })
1483
338
  .s("GreengrassV2", "ListComponents", {})
1484
339
  .n("GreengrassV2Client", "ListComponentsCommand")
1485
- .sc(ListComponents$)
340
+ .sc(schemas_0.ListComponents$)
1486
341
  .build() {
1487
342
  }
1488
343
 
@@ -1494,7 +349,7 @@ class ListComponentVersionsCommand extends smithyClient.Command
1494
349
  })
1495
350
  .s("GreengrassV2", "ListComponentVersions", {})
1496
351
  .n("GreengrassV2Client", "ListComponentVersionsCommand")
1497
- .sc(ListComponentVersions$)
352
+ .sc(schemas_0.ListComponentVersions$)
1498
353
  .build() {
1499
354
  }
1500
355
 
@@ -1506,7 +361,7 @@ class ListCoreDevicesCommand extends smithyClient.Command
1506
361
  })
1507
362
  .s("GreengrassV2", "ListCoreDevices", {})
1508
363
  .n("GreengrassV2Client", "ListCoreDevicesCommand")
1509
- .sc(ListCoreDevices$)
364
+ .sc(schemas_0.ListCoreDevices$)
1510
365
  .build() {
1511
366
  }
1512
367
 
@@ -1518,7 +373,7 @@ class ListDeploymentsCommand extends smithyClient.Command
1518
373
  })
1519
374
  .s("GreengrassV2", "ListDeployments", {})
1520
375
  .n("GreengrassV2Client", "ListDeploymentsCommand")
1521
- .sc(ListDeployments$)
376
+ .sc(schemas_0.ListDeployments$)
1522
377
  .build() {
1523
378
  }
1524
379
 
@@ -1530,7 +385,7 @@ class ListEffectiveDeploymentsCommand extends smithyClient.Command
1530
385
  })
1531
386
  .s("GreengrassV2", "ListEffectiveDeployments", {})
1532
387
  .n("GreengrassV2Client", "ListEffectiveDeploymentsCommand")
1533
- .sc(ListEffectiveDeployments$)
388
+ .sc(schemas_0.ListEffectiveDeployments$)
1534
389
  .build() {
1535
390
  }
1536
391
 
@@ -1542,7 +397,7 @@ class ListInstalledComponentsCommand extends smithyClient.Command
1542
397
  })
1543
398
  .s("GreengrassV2", "ListInstalledComponents", {})
1544
399
  .n("GreengrassV2Client", "ListInstalledComponentsCommand")
1545
- .sc(ListInstalledComponents$)
400
+ .sc(schemas_0.ListInstalledComponents$)
1546
401
  .build() {
1547
402
  }
1548
403
 
@@ -1554,7 +409,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1554
409
  })
1555
410
  .s("GreengrassV2", "ListTagsForResource", {})
1556
411
  .n("GreengrassV2Client", "ListTagsForResourceCommand")
1557
- .sc(ListTagsForResource$)
412
+ .sc(schemas_0.ListTagsForResource$)
1558
413
  .build() {
1559
414
  }
1560
415
 
@@ -1566,7 +421,7 @@ class ResolveComponentCandidatesCommand extends smithyClient.Command
1566
421
  })
1567
422
  .s("GreengrassV2", "ResolveComponentCandidates", {})
1568
423
  .n("GreengrassV2Client", "ResolveComponentCandidatesCommand")
1569
- .sc(ResolveComponentCandidates$)
424
+ .sc(schemas_0.ResolveComponentCandidates$)
1570
425
  .build() {
1571
426
  }
1572
427
 
@@ -1578,7 +433,7 @@ class TagResourceCommand extends smithyClient.Command
1578
433
  })
1579
434
  .s("GreengrassV2", "TagResource", {})
1580
435
  .n("GreengrassV2Client", "TagResourceCommand")
1581
- .sc(TagResource$)
436
+ .sc(schemas_0.TagResource$)
1582
437
  .build() {
1583
438
  }
1584
439
 
@@ -1590,7 +445,7 @@ class UntagResourceCommand extends smithyClient.Command
1590
445
  })
1591
446
  .s("GreengrassV2", "UntagResource", {})
1592
447
  .n("GreengrassV2Client", "UntagResourceCommand")
1593
- .sc(UntagResource$)
448
+ .sc(schemas_0.UntagResource$)
1594
449
  .build() {
1595
450
  }
1596
451
 
@@ -1602,7 +457,7 @@ class UpdateConnectivityInfoCommand extends smithyClient.Command
1602
457
  })
1603
458
  .s("GreengrassV2", "UpdateConnectivityInfo", {})
1604
459
  .n("GreengrassV2Client", "UpdateConnectivityInfoCommand")
1605
- .sc(UpdateConnectivityInfo$)
460
+ .sc(schemas_0.UpdateConnectivityInfo$)
1606
461
  .build() {
1607
462
  }
1608
463
 
@@ -1783,200 +638,61 @@ Object.defineProperty(exports, "__Client", {
1783
638
  enumerable: true,
1784
639
  get: function () { return smithyClient.Client; }
1785
640
  });
1786
- exports.AccessDeniedException = AccessDeniedException;
1787
- exports.AccessDeniedException$ = AccessDeniedException$;
1788
- exports.AssociateClientDeviceWithCoreDeviceEntry$ = AssociateClientDeviceWithCoreDeviceEntry$;
1789
- exports.AssociateClientDeviceWithCoreDeviceErrorEntry$ = AssociateClientDeviceWithCoreDeviceErrorEntry$;
1790
- exports.AssociateServiceRoleToAccount$ = AssociateServiceRoleToAccount$;
641
+ Object.defineProperty(exports, "GreengrassV2ServiceException", {
642
+ enumerable: true,
643
+ get: function () { return GreengrassV2ServiceException.GreengrassV2ServiceException; }
644
+ });
1791
645
  exports.AssociateServiceRoleToAccountCommand = AssociateServiceRoleToAccountCommand;
1792
- exports.AssociateServiceRoleToAccountRequest$ = AssociateServiceRoleToAccountRequest$;
1793
- exports.AssociateServiceRoleToAccountResponse$ = AssociateServiceRoleToAccountResponse$;
1794
- exports.AssociatedClientDevice$ = AssociatedClientDevice$;
1795
- exports.BatchAssociateClientDeviceWithCoreDevice$ = BatchAssociateClientDeviceWithCoreDevice$;
1796
646
  exports.BatchAssociateClientDeviceWithCoreDeviceCommand = BatchAssociateClientDeviceWithCoreDeviceCommand;
1797
- exports.BatchAssociateClientDeviceWithCoreDeviceRequest$ = BatchAssociateClientDeviceWithCoreDeviceRequest$;
1798
- exports.BatchAssociateClientDeviceWithCoreDeviceResponse$ = BatchAssociateClientDeviceWithCoreDeviceResponse$;
1799
- exports.BatchDisassociateClientDeviceFromCoreDevice$ = BatchDisassociateClientDeviceFromCoreDevice$;
1800
647
  exports.BatchDisassociateClientDeviceFromCoreDeviceCommand = BatchDisassociateClientDeviceFromCoreDeviceCommand;
1801
- exports.BatchDisassociateClientDeviceFromCoreDeviceRequest$ = BatchDisassociateClientDeviceFromCoreDeviceRequest$;
1802
- exports.BatchDisassociateClientDeviceFromCoreDeviceResponse$ = BatchDisassociateClientDeviceFromCoreDeviceResponse$;
1803
- exports.CancelDeployment$ = CancelDeployment$;
1804
648
  exports.CancelDeploymentCommand = CancelDeploymentCommand;
1805
- exports.CancelDeploymentRequest$ = CancelDeploymentRequest$;
1806
- exports.CancelDeploymentResponse$ = CancelDeploymentResponse$;
1807
649
  exports.CloudComponentState = CloudComponentState;
1808
- exports.CloudComponentStatus$ = CloudComponentStatus$;
1809
- exports.Component$ = Component$;
1810
- exports.ComponentCandidate$ = ComponentCandidate$;
1811
- exports.ComponentConfigurationUpdate$ = ComponentConfigurationUpdate$;
1812
- exports.ComponentDependencyRequirement$ = ComponentDependencyRequirement$;
1813
650
  exports.ComponentDependencyType = ComponentDependencyType;
1814
- exports.ComponentDeploymentSpecification$ = ComponentDeploymentSpecification$;
1815
- exports.ComponentLatestVersion$ = ComponentLatestVersion$;
1816
- exports.ComponentPlatform$ = ComponentPlatform$;
1817
- exports.ComponentRunWith$ = ComponentRunWith$;
1818
- exports.ComponentVersionListItem$ = ComponentVersionListItem$;
1819
651
  exports.ComponentVisibilityScope = ComponentVisibilityScope;
1820
- exports.ConflictException = ConflictException;
1821
- exports.ConflictException$ = ConflictException$;
1822
- exports.ConnectivityInfo$ = ConnectivityInfo$;
1823
- exports.CoreDevice$ = CoreDevice$;
1824
652
  exports.CoreDeviceStatus = CoreDeviceStatus;
1825
- exports.CreateComponentVersion$ = CreateComponentVersion$;
1826
653
  exports.CreateComponentVersionCommand = CreateComponentVersionCommand;
1827
- exports.CreateComponentVersionRequest$ = CreateComponentVersionRequest$;
1828
- exports.CreateComponentVersionResponse$ = CreateComponentVersionResponse$;
1829
- exports.CreateDeployment$ = CreateDeployment$;
1830
654
  exports.CreateDeploymentCommand = CreateDeploymentCommand;
1831
- exports.CreateDeploymentRequest$ = CreateDeploymentRequest$;
1832
- exports.CreateDeploymentResponse$ = CreateDeploymentResponse$;
1833
- exports.DeleteComponent$ = DeleteComponent$;
1834
655
  exports.DeleteComponentCommand = DeleteComponentCommand;
1835
- exports.DeleteComponentRequest$ = DeleteComponentRequest$;
1836
- exports.DeleteCoreDevice$ = DeleteCoreDevice$;
1837
656
  exports.DeleteCoreDeviceCommand = DeleteCoreDeviceCommand;
1838
- exports.DeleteCoreDeviceRequest$ = DeleteCoreDeviceRequest$;
1839
- exports.DeleteDeployment$ = DeleteDeployment$;
1840
657
  exports.DeleteDeploymentCommand = DeleteDeploymentCommand;
1841
- exports.DeleteDeploymentRequest$ = DeleteDeploymentRequest$;
1842
- exports.Deployment$ = Deployment$;
1843
- exports.DeploymentComponentUpdatePolicy$ = DeploymentComponentUpdatePolicy$;
1844
658
  exports.DeploymentComponentUpdatePolicyAction = DeploymentComponentUpdatePolicyAction;
1845
- exports.DeploymentConfigurationValidationPolicy$ = DeploymentConfigurationValidationPolicy$;
1846
659
  exports.DeploymentFailureHandlingPolicy = DeploymentFailureHandlingPolicy;
1847
660
  exports.DeploymentHistoryFilter = DeploymentHistoryFilter;
1848
- exports.DeploymentIoTJobConfiguration$ = DeploymentIoTJobConfiguration$;
1849
- exports.DeploymentPolicies$ = DeploymentPolicies$;
1850
661
  exports.DeploymentStatus = DeploymentStatus;
1851
- exports.DescribeComponent$ = DescribeComponent$;
1852
662
  exports.DescribeComponentCommand = DescribeComponentCommand;
1853
- exports.DescribeComponentRequest$ = DescribeComponentRequest$;
1854
- exports.DescribeComponentResponse$ = DescribeComponentResponse$;
1855
- exports.DisassociateClientDeviceFromCoreDeviceEntry$ = DisassociateClientDeviceFromCoreDeviceEntry$;
1856
- exports.DisassociateClientDeviceFromCoreDeviceErrorEntry$ = DisassociateClientDeviceFromCoreDeviceErrorEntry$;
1857
- exports.DisassociateServiceRoleFromAccount$ = DisassociateServiceRoleFromAccount$;
1858
663
  exports.DisassociateServiceRoleFromAccountCommand = DisassociateServiceRoleFromAccountCommand;
1859
- exports.DisassociateServiceRoleFromAccountRequest$ = DisassociateServiceRoleFromAccountRequest$;
1860
- exports.DisassociateServiceRoleFromAccountResponse$ = DisassociateServiceRoleFromAccountResponse$;
1861
- exports.EffectiveDeployment$ = EffectiveDeployment$;
1862
664
  exports.EffectiveDeploymentExecutionStatus = EffectiveDeploymentExecutionStatus;
1863
- exports.EffectiveDeploymentStatusDetails$ = EffectiveDeploymentStatusDetails$;
1864
- exports.GetComponent$ = GetComponent$;
1865
665
  exports.GetComponentCommand = GetComponentCommand;
1866
- exports.GetComponentRequest$ = GetComponentRequest$;
1867
- exports.GetComponentResponse$ = GetComponentResponse$;
1868
- exports.GetComponentVersionArtifact$ = GetComponentVersionArtifact$;
1869
666
  exports.GetComponentVersionArtifactCommand = GetComponentVersionArtifactCommand;
1870
- exports.GetComponentVersionArtifactRequest$ = GetComponentVersionArtifactRequest$;
1871
- exports.GetComponentVersionArtifactResponse$ = GetComponentVersionArtifactResponse$;
1872
- exports.GetConnectivityInfo$ = GetConnectivityInfo$;
1873
667
  exports.GetConnectivityInfoCommand = GetConnectivityInfoCommand;
1874
- exports.GetConnectivityInfoRequest$ = GetConnectivityInfoRequest$;
1875
- exports.GetConnectivityInfoResponse$ = GetConnectivityInfoResponse$;
1876
- exports.GetCoreDevice$ = GetCoreDevice$;
1877
668
  exports.GetCoreDeviceCommand = GetCoreDeviceCommand;
1878
- exports.GetCoreDeviceRequest$ = GetCoreDeviceRequest$;
1879
- exports.GetCoreDeviceResponse$ = GetCoreDeviceResponse$;
1880
- exports.GetDeployment$ = GetDeployment$;
1881
669
  exports.GetDeploymentCommand = GetDeploymentCommand;
1882
- exports.GetDeploymentRequest$ = GetDeploymentRequest$;
1883
- exports.GetDeploymentResponse$ = GetDeploymentResponse$;
1884
- exports.GetServiceRoleForAccount$ = GetServiceRoleForAccount$;
1885
670
  exports.GetServiceRoleForAccountCommand = GetServiceRoleForAccountCommand;
1886
- exports.GetServiceRoleForAccountRequest$ = GetServiceRoleForAccountRequest$;
1887
- exports.GetServiceRoleForAccountResponse$ = GetServiceRoleForAccountResponse$;
1888
671
  exports.GreengrassV2 = GreengrassV2;
1889
672
  exports.GreengrassV2Client = GreengrassV2Client;
1890
- exports.GreengrassV2ServiceException = GreengrassV2ServiceException;
1891
- exports.GreengrassV2ServiceException$ = GreengrassV2ServiceException$;
1892
- exports.InstalledComponent$ = InstalledComponent$;
1893
673
  exports.InstalledComponentLifecycleState = InstalledComponentLifecycleState;
1894
674
  exports.InstalledComponentTopologyFilter = InstalledComponentTopologyFilter;
1895
- exports.InternalServerException = InternalServerException;
1896
- exports.InternalServerException$ = InternalServerException$;
1897
675
  exports.IoTJobAbortAction = IoTJobAbortAction;
1898
- exports.IoTJobAbortConfig$ = IoTJobAbortConfig$;
1899
- exports.IoTJobAbortCriteria$ = IoTJobAbortCriteria$;
1900
676
  exports.IoTJobExecutionFailureType = IoTJobExecutionFailureType;
1901
- exports.IoTJobExecutionsRolloutConfig$ = IoTJobExecutionsRolloutConfig$;
1902
- exports.IoTJobExponentialRolloutRate$ = IoTJobExponentialRolloutRate$;
1903
- exports.IoTJobRateIncreaseCriteria$ = IoTJobRateIncreaseCriteria$;
1904
- exports.IoTJobTimeoutConfig$ = IoTJobTimeoutConfig$;
1905
677
  exports.IotEndpointType = IotEndpointType;
1906
- exports.LambdaContainerParams$ = LambdaContainerParams$;
1907
- exports.LambdaDeviceMount$ = LambdaDeviceMount$;
1908
- exports.LambdaEventSource$ = LambdaEventSource$;
1909
678
  exports.LambdaEventSourceType = LambdaEventSourceType;
1910
- exports.LambdaExecutionParameters$ = LambdaExecutionParameters$;
1911
679
  exports.LambdaFilesystemPermission = LambdaFilesystemPermission;
1912
- exports.LambdaFunctionRecipeSource$ = LambdaFunctionRecipeSource$;
1913
680
  exports.LambdaInputPayloadEncodingType = LambdaInputPayloadEncodingType;
1914
681
  exports.LambdaIsolationMode = LambdaIsolationMode;
1915
- exports.LambdaLinuxProcessParams$ = LambdaLinuxProcessParams$;
1916
- exports.LambdaVolumeMount$ = LambdaVolumeMount$;
1917
- exports.ListClientDevicesAssociatedWithCoreDevice$ = ListClientDevicesAssociatedWithCoreDevice$;
1918
682
  exports.ListClientDevicesAssociatedWithCoreDeviceCommand = ListClientDevicesAssociatedWithCoreDeviceCommand;
1919
- exports.ListClientDevicesAssociatedWithCoreDeviceRequest$ = ListClientDevicesAssociatedWithCoreDeviceRequest$;
1920
- exports.ListClientDevicesAssociatedWithCoreDeviceResponse$ = ListClientDevicesAssociatedWithCoreDeviceResponse$;
1921
- exports.ListComponentVersions$ = ListComponentVersions$;
1922
683
  exports.ListComponentVersionsCommand = ListComponentVersionsCommand;
1923
- exports.ListComponentVersionsRequest$ = ListComponentVersionsRequest$;
1924
- exports.ListComponentVersionsResponse$ = ListComponentVersionsResponse$;
1925
- exports.ListComponents$ = ListComponents$;
1926
684
  exports.ListComponentsCommand = ListComponentsCommand;
1927
- exports.ListComponentsRequest$ = ListComponentsRequest$;
1928
- exports.ListComponentsResponse$ = ListComponentsResponse$;
1929
- exports.ListCoreDevices$ = ListCoreDevices$;
1930
685
  exports.ListCoreDevicesCommand = ListCoreDevicesCommand;
1931
- exports.ListCoreDevicesRequest$ = ListCoreDevicesRequest$;
1932
- exports.ListCoreDevicesResponse$ = ListCoreDevicesResponse$;
1933
- exports.ListDeployments$ = ListDeployments$;
1934
686
  exports.ListDeploymentsCommand = ListDeploymentsCommand;
1935
- exports.ListDeploymentsRequest$ = ListDeploymentsRequest$;
1936
- exports.ListDeploymentsResponse$ = ListDeploymentsResponse$;
1937
- exports.ListEffectiveDeployments$ = ListEffectiveDeployments$;
1938
687
  exports.ListEffectiveDeploymentsCommand = ListEffectiveDeploymentsCommand;
1939
- exports.ListEffectiveDeploymentsRequest$ = ListEffectiveDeploymentsRequest$;
1940
- exports.ListEffectiveDeploymentsResponse$ = ListEffectiveDeploymentsResponse$;
1941
- exports.ListInstalledComponents$ = ListInstalledComponents$;
1942
688
  exports.ListInstalledComponentsCommand = ListInstalledComponentsCommand;
1943
- exports.ListInstalledComponentsRequest$ = ListInstalledComponentsRequest$;
1944
- exports.ListInstalledComponentsResponse$ = ListInstalledComponentsResponse$;
1945
- exports.ListTagsForResource$ = ListTagsForResource$;
1946
689
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1947
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1948
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1949
690
  exports.RecipeOutputFormat = RecipeOutputFormat;
1950
- exports.RequestAlreadyInProgressException = RequestAlreadyInProgressException;
1951
- exports.RequestAlreadyInProgressException$ = RequestAlreadyInProgressException$;
1952
- exports.ResolveComponentCandidates$ = ResolveComponentCandidates$;
1953
691
  exports.ResolveComponentCandidatesCommand = ResolveComponentCandidatesCommand;
1954
- exports.ResolveComponentCandidatesRequest$ = ResolveComponentCandidatesRequest$;
1955
- exports.ResolveComponentCandidatesResponse$ = ResolveComponentCandidatesResponse$;
1956
- exports.ResolvedComponentVersion$ = ResolvedComponentVersion$;
1957
- exports.ResourceNotFoundException = ResourceNotFoundException;
1958
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1959
692
  exports.S3EndpointType = S3EndpointType;
1960
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1961
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1962
- exports.SystemResourceLimits$ = SystemResourceLimits$;
1963
- exports.TagResource$ = TagResource$;
1964
693
  exports.TagResourceCommand = TagResourceCommand;
1965
- exports.TagResourceRequest$ = TagResourceRequest$;
1966
- exports.TagResourceResponse$ = TagResourceResponse$;
1967
- exports.ThrottlingException = ThrottlingException;
1968
- exports.ThrottlingException$ = ThrottlingException$;
1969
- exports.UntagResource$ = UntagResource$;
1970
694
  exports.UntagResourceCommand = UntagResourceCommand;
1971
- exports.UntagResourceRequest$ = UntagResourceRequest$;
1972
- exports.UntagResourceResponse$ = UntagResourceResponse$;
1973
- exports.UpdateConnectivityInfo$ = UpdateConnectivityInfo$;
1974
695
  exports.UpdateConnectivityInfoCommand = UpdateConnectivityInfoCommand;
1975
- exports.UpdateConnectivityInfoRequest$ = UpdateConnectivityInfoRequest$;
1976
- exports.UpdateConnectivityInfoResponse$ = UpdateConnectivityInfoResponse$;
1977
- exports.ValidationException = ValidationException;
1978
- exports.ValidationException$ = ValidationException$;
1979
- exports.ValidationExceptionField$ = ValidationExceptionField$;
1980
696
  exports.ValidationExceptionReason = ValidationExceptionReason;
1981
697
  exports.VendorGuidance = VendorGuidance;
1982
698
  exports.paginateListClientDevicesAssociatedWithCoreDevice = paginateListClientDevicesAssociatedWithCoreDevice;
@@ -1986,3 +702,15 @@ exports.paginateListCoreDevices = paginateListCoreDevices;
1986
702
  exports.paginateListDeployments = paginateListDeployments;
1987
703
  exports.paginateListEffectiveDeployments = paginateListEffectiveDeployments;
1988
704
  exports.paginateListInstalledComponents = paginateListInstalledComponents;
705
+ Object.keys(schemas_0).forEach(function (k) {
706
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
707
+ enumerable: true,
708
+ get: function () { return schemas_0[k]; }
709
+ });
710
+ });
711
+ Object.keys(errors).forEach(function (k) {
712
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
713
+ enumerable: true,
714
+ get: function () { return errors[k]; }
715
+ });
716
+ });