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